@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scroll-right{0%{transform:translate(-50%)}to{transform:translate(0)}}.animate-scroll-left{will-change:transform;width:max-content;animation:100s linear infinite scroll-left;display:flex}.animate-scroll-right{will-change:transform;width:max-content;animation:100s linear infinite scroll-right;display:flex}.animate-scroll-left:hover,.animate-scroll-right:hover{animation-play-state:paused}@media (max-width:640px){.animate-scroll-left,.animate-scroll-right{animation-duration:45s}}
