.rb-float-header .rb-float-header__overlay{z-index:60;background-color:var(--rb-fh-overlay-bg,#171717);flex-direction:column;transition:transform .5s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;inset:0;transform:translateY(-100%)}.rb-float-header .rb-float-header__overlay.is-open{transform:translateY(0)}.rb-float-header .rb-float-header__overlay-header{height:var(--rb-fh-height,64px);flex-shrink:0;justify-content:space-between;align-items:center;display:flex;position:relative}.rb-float-header .rb-float-header__close{cursor:pointer;font:inherit;z-index:1;background:0 0;border:none;align-items:center;gap:10px;padding:0;display:flex}.rb-float-header .rb-float-header__close-circle{background-color:var(--rb-fh-close-circle,var(--rb-fh-accent,#ffe500));border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.rb-float-header .rb-float-header__close-circle svg{width:18px;height:18px;color:var(--rb-fh-close-icon,var(--rb-fh-dark,#171717))}.rb-float-header .rb-float-header__close-text{font-size:var(--rb-fh-menu-btn-size,13px);font-weight:var(--rb-fh-menu-btn-weight,700);letter-spacing:.1em;text-transform:uppercase;color:var(--rb-fh-overlay-link,var(--rb-fh-light,#fff))}@media (max-width:639px){.rb-float-header .rb-float-header__close-text{display:none}}.rb-float-header .rb-float-header__overlay-nav{flex-direction:column;flex:1;justify-content:center;align-items:center;padding-bottom:64px;display:flex;overflow-y:auto}.rb-float-header .rb-float-header__overlay-list{flex-direction:column;align-items:center;gap:12px;margin:0;padding:0;list-style:none;display:flex}.rb-float-header .rb-float-header__overlay-item{text-align:center;opacity:0;margin:0;transition:opacity .4s cubic-bezier(.16,1,.3,1),transform .4s cubic-bezier(.16,1,.3,1);transform:translateY(-20px)}.rb-float-header .rb-float-header__overlay.is-open .rb-float-header__overlay-item{opacity:1;transform:translateY(0)}.rb-float-header .rb-float-header__overlay.is-open .rb-float-header__overlay-item:first-child{transition-delay:.1s}.rb-float-header .rb-float-header__overlay.is-open .rb-float-header__overlay-item:nth-child(2){transition-delay:.15s}.rb-float-header .rb-float-header__overlay.is-open .rb-float-header__overlay-item:nth-child(3){transition-delay:.2s}.rb-float-header .rb-float-header__overlay.is-open .rb-float-header__overlay-item:nth-child(4){transition-delay:.25s}.rb-float-header .rb-float-header__overlay.is-open .rb-float-header__overlay-item:nth-child(5){transition-delay:.3s}.rb-float-header .rb-float-header__overlay.is-open .rb-float-header__overlay-item:nth-child(6){transition-delay:.35s}.rb-float-header .rb-float-header__overlay.is-open .rb-float-header__overlay-item:nth-child(7){transition-delay:.4s}.rb-float-header .rb-float-header__overlay.is-open .rb-float-header__overlay-item:nth-child(8){transition-delay:.45s}.rb-float-header .rb-float-header__overlay.is-open .rb-float-header__overlay-item:nth-child(9){transition-delay:.5s}.rb-float-header .rb-float-header__overlay.is-open .rb-float-header__overlay-item:nth-child(10){transition-delay:.55s}.rb-float-header .rb-float-header__overlay.is-open .rb-float-header__overlay-item:nth-child(11){transition-delay:.6s}.rb-float-header .rb-float-header__overlay.is-open .rb-float-header__overlay-item:nth-child(12){transition-delay:.65s}.rb-float-header .rb-float-header__overlay.is-open .rb-float-header__overlay-item:nth-child(13){transition-delay:.7s}.rb-float-header .rb-float-header__overlay.is-open .rb-float-header__overlay-item:nth-child(14){transition-delay:.75s}.rb-float-header .rb-float-header__overlay-link{color:var(--rb-fh-overlay-link,var(--rb-fh-light,#fff));font-size:var(--rb-fh-overlay-size,clamp(40px, 8vw, 80px));font-weight:var(--rb-fh-overlay-weight,700);line-height:1;text-decoration:none;transition:color .2s;display:block}.rb-float-header .rb-float-header__overlay-link:hover{color:var(--rb-fh-overlay-hover,var(--rb-fh-accent,#ffe500))}.rb-float-header .rb-float-header__overlay-toggle{cursor:pointer;font:inherit;color:var(--rb-fh-overlay-link,var(--rb-fh-light,#fff));font-size:var(--rb-fh-overlay-size,clamp(40px, 8vw, 80px));font-weight:var(--rb-fh-overlay-weight,700);background:0 0;border:none;justify-content:center;align-items:center;gap:.2em;padding:0;line-height:1;transition:color .2s;display:inline-flex}.rb-float-header .rb-float-header__overlay-toggle:hover{color:var(--rb-fh-overlay-hover,var(--rb-fh-accent,#ffe500))}.rb-float-header .rb-float-header__overlay-toggle .rb-float-header__chevron{flex-shrink:0;width:.5em;height:.5em;transition:transform .2s}.rb-float-header .rb-float-header__overlay-item.is-open>.rb-float-header__overlay-toggle .rb-float-header__chevron{transform:rotate(180deg)}.rb-float-header .rb-float-header__overlay-sub{flex-direction:column;align-items:center;gap:6px;margin:10px 0 0;padding:0;list-style:none;display:none}.rb-float-header .rb-float-header__overlay-sub li{margin:0}.rb-float-header .rb-float-header__overlay-sub a{color:var(--rb-fh-overlay-link,var(--rb-fh-light,#fff));opacity:.6;font-size:clamp(16px,2.5vw,22px);text-decoration:none;transition:color .2s,opacity .2s;display:block}.rb-float-header .rb-float-header__overlay-sub a:hover{color:var(--rb-fh-overlay-hover,var(--rb-fh-accent,#ffe500));opacity:1}.rb-float-header .rb-float-header__overlay-item.is-open>.rb-float-header__overlay-sub{display:flex}.rb-float-header .rb-float-header__bar{z-index:50;background-color:var(--rb-fh-nav-bg,var(--rb-fh-light,#fff));border-bottom:var(--rb-fh-nav-border-width,1px) solid var(--rb-fh-nav-border-color,#0000001a);transition:background-color .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1),border-radius .4s cubic-bezier(.16,1,.3,1),top .4s cubic-bezier(.16,1,.3,1),left .4s cubic-bezier(.16,1,.3,1),right .4s cubic-bezier(.16,1,.3,1),border-color .4s cubic-bezier(.16,1,.3,1);position:fixed;top:0;left:0;right:0}.rb-float-header .rb-float-header__bar.is-scrolled{top:12px;left:var(--rb-fh-pill-offset,20px);right:var(--rb-fh-pill-offset,20px);border-radius:var(--rb-fh-pill-radius,9999px);background-color:var(--rb-fh-nav-scrolled-bg,#fffffff2);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-color:var(--rb-fh-pill-border,transparent);box-shadow:0 8px 32px #00000014}.rb-float-header[data-is-fixed=false] .rb-float-header__bar{position:relative}.rb-float-header .rb-float-header__inner{justify-content:space-between;align-items:center;width:100%;display:flex;position:relative}.rb-float-header .rb-float-header__logo{color:var(--rb-fh-logo-text,var(--rb-fh-dark,#171717));white-space:nowrap;align-items:center;font-weight:700;text-decoration:none;display:flex;position:absolute;left:50%;transform:translate(-50%)}.rb-float-header .rb-float-header__logo-img{display:block}.rb-float-header .rb-float-header__menu-btn{cursor:pointer;font:inherit;color:var(--rb-fh-menu-text,var(--rb-fh-dark,#171717));z-index:1;background:0 0;border:none;flex-shrink:0;align-items:center;gap:10px;padding:0;display:flex}.rb-float-header .rb-float-header__menu-circle{background-color:var(--rb-fh-menu-circle,var(--rb-fh-accent,#ffe500));border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.rb-float-header .rb-float-header__menu-circle svg{width:18px;height:18px;color:var(--rb-fh-menu-icon,var(--rb-fh-dark,#171717));display:block}.rb-float-header .rb-float-header__menu-text{font-size:var(--rb-fh-menu-btn-size,13px);font-weight:var(--rb-fh-menu-btn-weight,700);letter-spacing:.1em;text-transform:uppercase}@media (max-width:639px){.rb-float-header .rb-float-header__menu-text{display:none}}.rb-float-header .rb-float-header__cta-slot{z-index:1;flex-shrink:0;align-items:center;display:flex}@media (max-width:639px){.rb-float-header .rb-float-header__cta-slot{display:none}}.rb-float-header .rb-float-header__overlay-cta{margin-top:16px}@media (min-width:640px){.rb-float-header .rb-float-header__overlay-cta{display:none!important}}:where(.rb-float-header .rb-float-header__cta-slot) .button-block-link{background-color:var(--rb-fh-accent);color:var(--rb-fh-dark)}.rb-float-header .rb-float-header__chevron{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}
.PreviewNotice-module__jpLpxa__preview{text-align:center;color:#fff;white-space:nowrap;background-color:#000;border-bottom-right-radius:5px;border-bottom-left-radius:5px;justify-content:space-between;width:280px;max-width:100%;margin:0 auto;padding:5px 15px;display:flex;position:fixed;top:0;left:0;right:0}.PreviewNotice-module__jpLpxa__link{margin-left:10px}
