@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-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}