:root{--home-marquee-height:43px}.home-marquee{height:var(--home-marquee-height);box-sizing:border-box;white-space:nowrap;background:#e02518;align-items:center;padding:16px 0;display:flex;overflow:hidden}.home-marquee__track{align-items:center;gap:0;line-height:1;animation:48s linear infinite home-marquee-scroll;display:inline-flex}.home-marquee__item{box-sizing:border-box;flex:1 0 auto;align-items:center;min-width:360px;display:inline-flex}.home-marquee__dot{flex:0 0 56px;justify-content:center;align-items:center;width:56px;display:inline-flex}.home-marquee__dot:before{content:"";opacity:.9;background:#ffb0a6;border-radius:50%;width:3px;height:3px}.home-marquee__content{flex:auto;justify-content:center;align-items:center;gap:10px;min-width:0;display:inline-flex}.home-marquee__text{letter-spacing:.02em;color:#fffffff2;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:15px;font-weight:700;line-height:1}.home-marquee__icon{object-fit:contain;flex-shrink:0;width:20px;height:20px}@keyframes home-marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.home-marquee__track{white-space:normal;flex-wrap:wrap;justify-content:center;gap:0;padding:0 24px;animation:none}.home-marquee__item{flex:0 auto;min-width:auto}.home-marquee__dot{flex-basis:40px;width:40px}}
