@keyframes scroll-left{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes scroll-right{0%{transform:translateX(-50%)}to{transform:translateX(0)}}.animate-scroll-slow{animation:scroll-left 60s linear infinite}.animate-scroll-normal{animation:scroll-left 40s linear infinite}.animate-scroll-fast{animation:scroll-left 20s linear infinite}.animate-scroll-left{animation-direction:normal}.animate-scroll-right{animation-direction:reverse}.hover\:pause:hover{animation-play-state:paused}