@import url(https://fonts.googleapis.com/css2?family=Inter:wght@700;800&display=swap);.warp-ticker{--warp-ticker-bg:#2563eb;--warp-ticker-fg:#ffffff;--warp-ticker-dur:40s;background:var(--warp-ticker-bg);color:var(--warp-ticker-fg);overflow:hidden;position:relative;width:100%}.warp-ticker__viewport{overflow:hidden;width:100%}.warp-ticker__track{display:flex;width:max-content;animation:warp-ticker-marquee var(--warp-ticker-dur,40s) linear infinite;will-change:transform}.warp-ticker:hover .warp-ticker__track{animation-play-state:paused}.warp-ticker__group{display:flex;flex-wrap:nowrap;align-items:center;flex-shrink:0;padding:.7rem 0;gap:0;white-space:nowrap}.warp-ticker__text{display:inline-block;padding:0 1.75rem;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:clamp(0.8125rem, 1.9vw, 0.9375rem);font-weight:700;letter-spacing:.02em;color:var(--warp-ticker-fg);text-transform:none}.warp-ticker__star{display:inline-flex;align-items:center;justify-content:center;color:var(--warp-ticker-fg);font-size:.55em;line-height:1;opacity:.95;padding:0 .15rem;flex-shrink:0}@keyframes warp-ticker-marquee{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}@media (prefers-reduced-motion:reduce){.warp-ticker__track{animation:none;justify-content:center;flex-wrap:wrap;width:100%;max-width:100%}.warp-ticker__group:last-child{display:none}.warp-ticker__group{flex-wrap:wrap;justify-content:center;white-space:normal;padding:.85rem 1rem}.warp-ticker__text{white-space:normal;padding:.35rem .75rem}}