@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.animate-scroll{animation:scroll 60s linear infinite}.group:hover .animate-scroll{animation-play-state:paused!important}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.hide-scrollbar::-webkit-scrollbar{display:none}@media(max-width:767px){.animate-scroll{animation:scroll 20s linear infinite}}
