@keyframes ellipsis-dots{0%{content:""}25%{content:"."}50%{content:".."}75%{content:"..."}to{content:"..."}}.loading-dots:after{content:"";text-align:left;width:1.1em;animation:1.4s steps(4,end) infinite ellipsis-dots;display:inline-block}@keyframes marquee-x{0%{transform:translate(0)}to{transform:translate(-50%)}}.marquee-track{will-change:transform;animation:32s linear infinite marquee-x}.marquee-stage:hover .marquee-track{animation-play-state:paused}
