.sticky-ribbon-top{background:#f5f5f6;color:#272731;left:0;overflow:hidden;position:fixed;right:0;top:0;transition:transform .3s ease;width:100%;z-index:900}html.has-hidden-nav .sticky-ribbon-top{transform:translateY(-100%)}.sticky-ribbon-top__track{align-items:center;animation:sticky-ribbon-top-marquee var(--sticky-ribbon-duration,30s) linear infinite;display:flex;gap:120px;padding:8px 24px;width:max-content;will-change:transform}.sticky-ribbon-top:focus-within .sticky-ribbon-top__track,.sticky-ribbon-top:hover .sticky-ribbon-top__track{animation-play-state:paused}@keyframes sticky-ribbon-top-marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.sticky-ribbon-top__message{align-items:center;color:#272731;display:flex;flex:0 0 auto;font-size:14px;gap:8px;line-height:20px;white-space:nowrap}.sticky-ribbon-top__highlight{color:#272731;font-weight:700}.sticky-ribbon-top__cta{align-items:center;border:none;border-bottom:1px solid #d6001c;color:#57575f;display:inline-flex;font-size:14px;gap:4px;line-height:21px;min-height:36px;padding:4px 2px 4px 0}.sticky-ribbon-top__cta:before{border:none!important;border-bottom:1px solid transparent!important}.sticky-ribbon-top__cta-icon{color:#57575f;font-family:Material Symbols Sharp;font-feature-settings:"liga";-webkit-font-feature-settings:"liga";font-size:18px;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1;text-transform:none;white-space:nowrap;-webkit-font-smoothing:antialiased;font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24}.sticky-ribbon-top__cta:hover .sticky-ribbon-top__cta-icon{color:#d6001c}@media (prefers-reduced-motion:reduce){.sticky-ribbon-top{overflow-x:auto}.sticky-ribbon-top__track{animation:none;width:auto}.sticky-ribbon-top__message[aria-hidden=true]{display:none}}