@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}:root{--animate-scroll:scroll 40s linear infinite}.animate-scroll{animation:scroll var(--animation-duration,40s)linear infinite}.animate-scroll[style*="animation-direction: reverse"]{animation-direction:reverse}
