.marquee-section{margin:0 auto;max-width:1200px;padding:118px 20px 123px}.marquee-outer{background:transparent;display:flex;flex-direction:column;gap:16px;mask-image:linear-gradient(90deg,transparent 0,#000 40px,#000 calc(100% - 40px),transparent);-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 40px,#000 calc(100% - 40px),transparent);overflow:hidden;padding:0;position:relative}.marquee-track{align-items:center;display:flex;gap:80px;width:max-content}.marquee-track--top{animation:marquee-scroll 36s linear infinite}.marquee-track--bottom{display:none}.marquee-logo{display:block;flex-shrink:0;height:28px;max-width:220px;mix-blend-mode:screen;object-fit:contain;opacity:.45;width:auto}.marquee-outer:hover .marquee-track{animation-play-state:paused}@keyframes marquee-scroll{0%{transform:translateX(0)}to{transform:translateX(-33.333%)}}@keyframes marquee-scroll-reverse{0%{transform:translateX(-33.333%)}to{transform:translateX(0)}}@media (max-width:700px){.marquee-track--bottom{animation:marquee-scroll-reverse 32s linear infinite;display:flex;gap:40px}.marquee-track--top{animation:marquee-scroll 28s linear infinite;gap:80px}.marquee-logo{height:30px!important}.marquee-outer{gap:50px}}@media (prefers-reduced-motion:reduce){.marquee-track{animation:none}}