.topbar-toaster{position:relative}.topbar-toaster__inner{display:flex;justify-content:center;text-align:center}.topbar-rotator{min-height:44px;padding:8px 44px;position:relative;width:100%}.topbar-rotator,.topbar-rotator__viewport{align-items:center;display:flex;justify-content:center}.topbar-rotator__viewport{max-width:100%;overflow:hidden}.topbar-rotator__viewport:has(.is-marquee){justify-content:flex-start}.topbar-rotator__slide{align-items:center;animation:topbar-fade-in .4s ease;display:inline-flex;max-width:100%}.topbar-rotator__link{color:inherit;display:inline-block;text-decoration:none}.topbar-rotator__link:hover{text-decoration:underline}.topbar-rotator__text{color:var(--store-on-primary,var(--bs-black));font-size:14px;font-weight:600;letter-spacing:.5px;line-height:1.4;margin:0;text-transform:uppercase;white-space:nowrap}.topbar-rotator__text.is-marquee{animation:topbar-marquee var(--marquee-duration,16s) linear infinite}.topbar-rotator.is-paused .topbar-rotator__text.is-marquee{animation-play-state:paused}.topbar-rotator__pause{align-items:center;background:transparent;border:0;color:var(--store-on-primary,var(--bs-black));cursor:pointer;display:flex;font-size:10px;height:24px;justify-content:center;line-height:1;opacity:.65;padding:0;position:absolute;right:12px;top:50%;transform:translateY(-50%);width:24px}.topbar-rotator__pause:focus-visible,.topbar-rotator__pause:hover{opacity:1}@media(hover:hover){.topbar-rotator__pause{opacity:0;pointer-events:none;transition:opacity .18s ease}.topbar-rotator:focus-within .topbar-rotator__pause,.topbar-rotator:hover .topbar-rotator__pause{opacity:1;pointer-events:auto}}@media(max-width:768px){.topbar-rotator{min-height:48px}.topbar-rotator__text{font-size:13px;letter-spacing:.3px}}@media(max-width:480px){.topbar-rotator__text{font-size:12px}}@keyframes topbar-fade-in{0%{opacity:0}to{opacity:1}}@keyframes topbar-marquee{0%,12%{transform:translateX(0)}88%,to{transform:translateX(var(--marquee-end,0))}}@media(prefers-reduced-motion:reduce){.topbar-rotator__slide{animation:none}.topbar-rotator__text{animation:none!important;white-space:normal}}@media(prefers-reduced-motion:no-preference){.topbar-rotator__text.is-marquee{will-change:transform}}