.w3-shine-effect{position:relative;overflow:hidden;&::before{content:"";position:absolute;top:-50%;left:-150%;width:150%;height:50%;background:#fff;transform:rotate(135deg);opacity:0;filter:blur(15px);animation:shine-animation 5s infinite}}@keyframes shine-animation{0%{left:-150%;opacity:0}50%{left:100%;opacity:1}100%{left:100%;opacity:0}}.rainbow_text_animated{background:linear-gradient(to right,#ffffff,#2853d4,#0099ff,#00ff00,#ff3333,#c8f900,#fd03b6,#ffffff,#2853d4,#0099ff);-webkit-background-clip:text;background-clip:text;color:transparent;animation:rainbow_animation 6s linear infinite;background-size:400% 100%}@keyframes rainbow_animation{0%{background-position:0 0}100%{background-position:100% 0}}.w3-ytube{position:relative;padding-top:50%;height:0;overflow:hidden}.w3-ytube iframe{position:absolute;top:0;left:0;width:100%;height:100%}.bodies{background:url(../img/gr-bg-header.jpg) no-repeat center center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;opacity:1;font-family:'Barlow',sans-serif}.w3-uler{border-radius:10px;position:relative;text-align:left;&::before,&::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border:2px solid rgb(0, 255, 42);transition:all .5s;animation:btech 3s infinite linear;border-radius:10px}&::after{animation:btech 3s infinite -1.5s linear}}@keyframes btech{0%,100%{clip-path:inset(0 0 98% 0)}25%{clip-path:inset(0 98% 0 0)}50%{clip-path:inset(98% 0 0 0)}75%{clip-path:inset(0 0 0 98%)}} @keyframes slide {from {transform: translateX(0);}to {transform: translateX(-100%);}}.logos {overflow: hidden;padding: 40px 0;white-space: nowrap;position: relative;}.logos:before, .logos:after {position: absolute;top: 0;width: 250px;height: 100%;content: "";z-index: 2;}.logos:before {left: 0;background: linear-gradient(to left, rgba(255, 255, 255, 0), rgb(0, 0, 0));}.logos:after {right: 0;background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(0, 0, 0));}.logos:hover .logos-slide {animation-play-state: paused;}.logos-slide {display: inline-block;animation: 35s slide infinite linear;}.logos-slide img {height: 50px;margin: 0 40px;}

.specialprice, #dangers {
    visibility: hidden;
    animation: fadeVisibility 1s infinite alternate;
  }
  
  @keyframes fadeVisibility {
    from { visibility: hidden; opacity: 0; }
    to { visibility: visible; opacity: 1; }
  }
  
.w3-theme-l5 {color:#000 !important; background-color:#f3f4fb !important}
.w3-theme-l4 {color:#000 !important; background-color:#d8dcf1 !important}
.w3-theme-l3 {color:#000 !important; background-color:#b1b8e3 !important}
.w3-theme-l2 {color:#fff !important; background-color:#8995d6 !important}
.w3-theme-l1 {color:#fff !important; background-color:#6271c8 !important}
.w3-theme-d1 {color:#fff !important; background-color:#3949a3 !important}
.w3-theme-d2 {color:#fff !important; background-color:#334191 !important}
.w3-theme-d3 {color:#fff !important; background-color:#2d397f !important}
.w3-theme-d4 {color:#fff !important; background-color:#26316d !important}
.w3-theme-d5 {color:#fff !important; background-color:#20295b !important}

.w3-theme-light {color:#000 !important; background-color:#f3f4fb !important}
.w3-theme-dark {color:#fff !important; background-color:#20295b !important}
.w3-theme-action {color:#fff !important; background-color:#20295b !important}

.w3-theme {color:#fff !important; background-color:#3f51b5 !important}
.w3-text-theme {color:#3f51b5 !important}
.w3-border-theme {border-color:#3f51b5 !important}

.w3-hover-theme:hover {color:#fff !important; background-color:#3f51b5 !important}
.w3-hover-text-theme:hover {color:#3f51b5 !important}
.w3-hover-border-theme:hover {border-color:#3f51b5 !important}