@keyframes tags-scroll-right{0%{transform:translate(-100%)}to{transform:translate(100vw)}}@keyframes tags-scroll-left{0%{transform:translate(100vw)}to{transform:translate(-100%)}}.animate-scroll-right{animation:30s linear infinite tags-scroll-right}.animate-scroll-left{animation:25s linear infinite tags-scroll-left}.animate-scroll-right-slow{animation:35s linear infinite tags-scroll-right}.animate-scroll-left-medium{animation:20s linear infinite tags-scroll-left}.animate-scroll-right-fast{animation:15s linear infinite tags-scroll-right}@media (prefers-reduced-motion:reduce){.animate-scroll-right,.animate-scroll-left,.animate-scroll-right-slow,.animate-scroll-left-medium,.animate-scroll-right-fast{animation:none!important}}
