.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}@keyframes scroll-horizontal{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes fade-scroll{0%{transform:translateX(100%);opacity:0}10%{opacity:1}90%{opacity:1}to{transform:translateX(-100%);opacity:0}}@keyframes bounce-scroll{0%{transform:translateX(0) translateY(0)}25%{transform:translateX(-12.5%) translateY(-5px)}50%{transform:translateX(-25%) translateY(0)}75%{transform:translateX(-37.5%) translateY(-3px)}to{transform:translateX(-50%) translateY(0)}}@keyframes wave-scroll{0%{transform:translateX(0) translateY(0)}25%{transform:translateX(-12.5%) translateY(-8px)}50%{transform:translateX(-25%) translateY(0)}75%{transform:translateX(-37.5%) translateY(8px)}to{transform:translateX(-50%) translateY(0)}}@keyframes scale-scroll{0%{transform:translateX(0) scale(1)}25%{transform:translateX(-12.5%) scale(1.1)}50%{transform:translateX(-25%) scale(1)}75%{transform:translateX(-37.5%) scale(.9)}to{transform:translateX(-50%) scale(1)}}.animate-scroll-horizontal{animation:scroll-horizontal 20s linear infinite}.animate-fade-scroll{animation:fade-scroll 15s linear infinite}.animate-bounce-scroll{animation:bounce-scroll 25s ease-in-out infinite}.animate-wave-scroll{animation:wave-scroll 18s ease-in-out infinite}.animate-scale-scroll{animation:scale-scroll 22s ease-in-out infinite}.animate-bounce-scroll:hover,.animate-fade-scroll:hover,.animate-scale-scroll:hover,.animate-scroll-horizontal:hover,.animate-wave-scroll:hover{animation-play-state:paused}@media (max-width:768px){.animate-scroll-horizontal{animation-duration:30s}.animate-fade-scroll{animation-duration:25s}.animate-bounce-scroll{animation-duration:35s}.animate-wave-scroll{animation-duration:28s}.animate-scale-scroll{animation-duration:32s}}.logo-item{transition:all .3s ease}.logo-item:hover{transform:scale(1.2)}.backdrop-blur-my{backdrop-filter:blur(12px) brightness(1) contrast(1) grayscale(0) hue-rotate(0deg) invert(0) opacity(1) saturate(1) sepia(0);-webkit-backdrop-filter:blur(12px) brightness(1) contrast(1) grayscale(0) hue-rotate(0deg) invert(0) opacity(1) saturate(1) sepia(0)}