@charset "UTF-8";.s-promo-bar-auto-scroll{--timing:120s}.s-promo-bar-auto-scroll:has(~.s-header){position:relative;z-index:var(--z-index-above-header)}.s-promo-bar-auto-scroll:not(.is-loaded) .s-promo-bar-auto-scroll__items{opacity:0}.s-promo-bar-auto-scroll.is-loaded .s-promo-bar-auto-scroll__items{animation:horz-scroll var(--timing) linear infinite}.s-promo-bar-auto-scroll__container{background-color:var(--neutral-darker);color:var(--text-on-dark);height:2.5rem;overflow:hidden;padding-block:.3125rem;position:relative;width:100%}.s-promo-bar-auto-scroll__items{gap:1.125rem;width:-moz-max-content;width:max-content}.s-promo-bar-auto-scroll__item,.s-promo-bar-auto-scroll__items{align-items:center;display:flex;flex-direction:row;justify-content:flex-start}.s-promo-bar-auto-scroll__item{gap:.25rem;position:relative}.s-promo-bar-auto-scroll__item:after{color:var(--neutral-white);content:"•";position:absolute;right:-.8125rem;top:50%;transform:translateY(-40%)}.s-promo-bar-auto-scroll__icon{display:block;height:auto;width:1.875rem}.s-promo-bar-auto-scroll__text{font-family:var(--font-display);font-size:var(--font-static-md);font-weight:700;text-transform:uppercase;white-space:nowrap}@media only screen and (min-width:48em){.s-promo-bar-auto-scroll{--timing:100s}.s-promo-bar-auto-scroll__items{gap:7.5rem}.s-promo-bar-auto-scroll__item:after{right:-4.125rem}}@media (prefers-reduced-motion:reduce){.s-promo-bar-auto-scroll.is-loaded .s-promo-bar-auto-scroll__items{animation:none}}