
.announcement-bar{z-index:10000;background:#101010;border-bottom:1px solid #242424;flex-wrap:wrap;justify-content:center;align-items:center;gap:.6rem;padding:.6rem 3rem .6rem 1rem;animation:.35s cubic-bezier(.22,1,.36,1) both announcementIn;display:flex;position:fixed;top:0;left:0;right:0}.home-page{padding-top:var(--announcement-height,0px)}.announcement-bar-logo{flex:none;width:20px;height:20px}.announcement-bar-text{color:#999;margin:0;font-size:.88rem}.announcement-bar-text strong{color:#f7f7f7;font-weight:600}.announcement-bar-cta{color:#fff;white-space:nowrap;background:#fc0000;border-radius:999px;flex:none;padding:.32rem .85rem;font-size:.82rem;font-weight:600;text-decoration:none;transition:filter .15s}.announcement-bar-cta:hover{filter:brightness(1.08)}.announcement-bar-cta:focus-visible,.announcement-bar-close:focus-visible{outline-offset:2px;outline:2px solid #ffffffb3}.announcement-bar-close{color:#6f6f6f;cursor:pointer;background:0 0;border:none;border-radius:6px;place-items:center;width:1.75rem;height:1.75rem;font-size:.95rem;transition:color .15s,background-color .15s;display:grid;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.announcement-bar-close:hover{color:#f7f7f7;background:#1c1c1c}@media (max-width:620px){.announcement-bar{gap:.5rem;padding:.55rem 2.6rem .55rem .85rem}.announcement-bar-text{font-size:.82rem}.announcement-bar-detail{display:none}}@keyframes announcementIn{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.announcement-bar{animation:none}}
