.marquee#marquee-hp-1{--bg-color:linear-gradient(90deg,#5965e3 -6.99%,#cdf7ad 74.82%);--text-color:#111112;--duration:35s}.marquee{display:flex;background:var(--bg-color);overflow:hidden;font-family:"Work Sans",sans-serif;white-space:nowrap;cursor:default;user-select:none;padding:14px 0;width:100%}.marquee__inner{display:flex;white-space:nowrap;font-weight:300;line-height:1;color:var(--text-color);animation:marquee-scroll var(--duration) linear infinite}.marquee__text{padding:0 30px;font-size:12px!important}.marquee:hover .marquee__inner{animation-play-state:paused}@keyframes marquee-scroll{0%{transform:translate3d(0,0,0)}100%{transform:translate3d(-100%,0,0)}}