@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{display:flex;width:max-content;animation:scroll-left 50s linear infinite}.animate-scroll-right{display:flex;width:max-content;animation:scroll-right 50s linear infinite}.animate-scroll-left:hover,.animate-scroll-right:hover{animation-play-state:paused}
