.marquee-container{position:relative;width:100%;overflow:hidden}.marquee-container.show-gradient:after,.marquee-container.show-gradient:before{opacity:1}.marquee-wrapper{display:flex;width:fit-content}.marquee{width:fit-content;animation:marqueeAnimation var(--duration,20s) linear var(--delay,0s) infinite;animation-direction:var(--direction,normal)}.marquee,.marquee-content{display:flex;flex-shrink:0;align-items:center}.marquee-content{white-space:nowrap;margin-right:10px}.marquee-pause-on-hover:hover .marquee{animation-play-state:paused!important}.marquee-pause-on-click:active .marquee{animation-play-state:paused!important}@keyframes marqueeAnimation{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@media(max-width:768px){.marquee-container:after,.marquee-container:before{width:100px}}