.marquee{--gap:1rem;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;will-change:transform}.marquee,.marquee__content{display:flex;gap:var(--gap)}.marquee__content{flex-shrink:0;justify-content:space-around;min-width:100%}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(calc(-100% - var(--gap)))}}@media (prefers-reduced-motion:reduce){.marquee__content{animation-play-state:paused!important}}.enable-animation .marquee__content{animation:scroll 10s linear infinite}.marquee--reverse .marquee__content{animation-direction:reverse}.marquee--hover-pause:hover .marquee__content{animation-play-state:paused}.marquee--pos-absolute .marquee__content:last-child{position:absolute;top:0;left:0}.enable-animation .marquee--pos-absolute .marquee__content:last-child{animation-name:scroll-abs}@keyframes scroll-abs{0%{transform:translateX(calc(100% + var(--gap)))}to{transform:translateX(0)}}.marquee{overflow:hidden}.marquee--vertical{flex-direction:column}.marquee--vertical .marquee__content{flex-direction:column;min-height:100%;min-width:unset}@keyframes scroll-vertical{0%{transform:translateY(0)}to{transform:translateY(calc(-100% - var(--gap)))}}.enable-animation .marquee__content{animation:scroll var(--speed,10s) linear infinite}.enable-animation .marquee--vertical .marquee__content{animation-name:scroll-vertical}.marquee--down .marquee__content{animation-direction:reverse}.marquee--vertical.marquee--pos-absolute .marquee__content:last-child{left:0;top:0}@keyframes scroll-vertical-abs{0%{transform:translateY(calc(100% + var(--gap)))}to{transform:translateY(0)}}.enable-animation .marquee--vertical.marquee--pos-absolute .marquee__content:last-child{animation-name:scroll-vertical-abs}.marquee--left .marquee__content{animation-direction:normal}.marquee--right .marquee__content{animation-direction:reverse}
/*# sourceMappingURL=e4d38ca8811b7efd.css.map*/