@keyframes marquee{0%{transform:translate(0)}to{transform:translateX(calc(-100% - var(--gap)))}}.animate-marquee{animation:linear infinite marquee}
