.scroller{overflow:hidden;-webkit-mask:linear-gradient(90deg,transparent,#fff 20%,#fff 80%,transparent);mask:linear-gradient(90deg,transparent,#fff 20%,#fff 80%,transparent)}.scroller .scroller__inner{display:flex;flex-wrap:nowrap;gap:3rem;width:-moz-max-content;width:max-content}.scroller[data-animated=true] .scroller__inner{animation:scroll var(--_animation-duration,40s) var(--_animation-direction,forwards) linear infinite}.scroller .scroller__inner:hover{animation-play-state:paused}.scroller[data-direction=right]{--_animation-direction:reverse}.scroller[data-direction=left]{--_animation-direction:forwards}.scroller[data-speed=fast]{--_animation-duration:20s}.scroller[data-speed=medium]{--_animation-duration:40s}.scroller[data-speed=slow]{--_animation-duration:80s}@keyframes scroll{to{transform:translate(calc(-50% - .5rem))}}.tag-list{margin:0;padding-inline:0;list-style:none}.paused{animation-play-state:paused}