.marquee{align-items:center;background-color:#000;--gap:1rem;height:50px;margin:0 auto;overflow:hidden;position:relative;text-align:center;user-select:none;white-space:nowrap;width:100%;z-index:2}.marquee,.marquee__content{display:flex;gap:var(--gap)}.marquee__content{animation:scroll 100s linear infinite;flex-shrink:0;justify-content:space-around;min-width:100%}.marquee__content a,.marquee__content p,.marquee__content span{color:#fff;font-size:15px;line-height:20px}.marquee__content span.divider img{height:16px;width:16px}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(calc(-100% - var(--gap)))}}