.header-wrapper{--icon-size:20px;--icon-button-size:44px;position:relative;width:100%}.section-header{transition:transform .3s cubic-bezier(.4, 0, .2, 1),background .3s cubic-bezier(.4, 0, .2, 1),box-shadow .3s cubic-bezier(.4, 0, .2, 1)}.section-header--sticky{will-change:transform;backface-visibility:hidden}.header-wrapper--border-bottom:not(.header-wrapper--floating){border-bottom:.1rem solid rgba(var(--color-foreground),.08)}.header--split .header-wrapper--border-bottom{border-bottom:none}.header{gap:var(--header-gap);padding:var(--header-padding-y) var(--header-padding-x);margin:0 auto;position:relative;contain:layout style;transition:background .3s cubic-bezier(.4, 0, .2, 1),box-shadow .3s cubic-bezier(.4, 0, .2, 1),border-bottom .3s cubic-bezier(.4, 0, .2, 1)}.header--classic,.header--floating{justify-content:space-between}.header--classic .header__logo,.header--floating .header__logo{flex-shrink:0}.header--classic .header__menu,.header--floating .header__menu{justify-content:center}.header--classic .header__icons,.header--floating .header__icons{flex-shrink:0}.header--centered{position:relative}.header--centered .header__centered-content{gap:1rem;text-align:center;width:100%}.header--centered .header__primary-row,.header--centered .header__secondary-row{width:100%;gap:var(--header-gap);position:relative}.header--centered .header__icons--inline-left.header__icons--relative{margin-right:auto;position:relative}.header--centered .header__icons--inline-right.header__icons--relative{margin-left:auto;position:relative}.header--centered .header__icons--inline-left.header__icons--absolute{position:absolute;left:0;top:50%;transform:translateY(-50%)}.header--centered .header__icons--inline-right.header__icons--absolute{position:absolute;right:0;top:50%;transform:translateY(-50%)}.header--centered .header__icons--vertical-left{position:absolute;left:var(--header-padding-x,1rem);top:50%;transform:translateY(-50%);flex-direction:column;gap:var(--header-icons-vertical-gap,.25rem)}.header--centered .header__icons--vertical-right{position:absolute;right:var(--header-padding-x,1rem);top:50%;transform:translateY(-50%);flex-direction:column;gap:var(--header-icons-vertical-gap,.25rem)}.header--centered .header__icons--split-left{position:absolute;left:var(--header-padding-x,1rem);top:50%;transform:translateY(-50%)}.header--centered .header__icons--split-right{position:absolute;right:var(--header-padding-x,1rem);top:50%;transform:translateY(-50%)}.header--centered.header--has-vertical-icons{min-height:calc(var(--header-active-icons-count,3) * var(--icon-button-size) + (var(--header-active-icons-count,3) - 1) * var(--header-icons-vertical-gap) + 2rem)}.header--centered.header--has-split-icons .header__centered-content,.header--centered.header--has-vertical-icons .header__centered-content{padding:0 calc(var(--icon-button-size) + 2rem)}.header--centered .header__icons--split-left:empty,.header--centered .header__icons--split-right:empty{display:none}.section-has-floating,.section-has-split{background:rgb(var(--color-background-2))}.header--split .header__island,.header-wrapper--floating .header{background:rgb(var(--color-background));box-shadow:0 4px 24px rgba(0,0,0,.08);border-radius:var(--border-radius,8px)}.header-wrapper--floating .header{margin:1rem auto}.header--split{align-items:stretch;gap:1rem}.header--split .header__island{background:rgb(var(--color-background));box-shadow:0 4px 24px rgba(0,0,0,.08);border-radius:var(--border-radius,12px);padding:.75rem 1.5rem}.header--split .header__island:nth-child(2){flex:1;justify-content:center}.header__logo{line-height:0}.header__logo-link{display:inline-block;text-decoration:none;color:inherit}.header__logo-image{height:var(--logo-height,40px);width:auto;display:block}.header__logo-text{font-size:1.8rem;font-weight:700;margin:0}.header__menu{justify-content:center}.header__menu-list{list-style:none;margin:0;padding:0;gap:2rem}.header__menu-item{position:relative}.header__menu-link{color:var(--header-color);text-decoration:none;padding:.5rem 0;display:inline-block;position:relative;transition:opacity .2s,color .3s cubic-bezier(.4, 0, .2, 1)}.header__menu-link:hover{opacity:.7}.header__menu-link::after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background:rgb(var(--color-accent-1));transition:width .3s}.header__menu-link--active::after,.header__menu-link:hover::after{width:100%}.header__menu-cta{text-decoration:none;transition:transform .2s,box-shadow .2s;white-space:nowrap;font-size:.9rem;padding:.6rem 1.5rem!important}.header__menu-cta:hover{transform:translateY(-2px)}.header__menu-cta::after{display:none!important}.header__menu-item--cta{margin-left:1rem}.header__menu--cta-right{flex:1;justify-content:flex-start;margin:0 var(--header-gap)}.header__menu--cta-right .header__menu-list{width:100%;justify-content:space-between}.header__menu--cta-right .header__menu-item--cta{margin-left:auto}.header__icons{gap:.5rem}.header__icon{min-width:var(--icon-button-size);min-height:var(--icon-button-size);padding:.8rem;color:rgb(var(--color-foreground));background:0 0;border:none;cursor:pointer;transition:background .2s,color .3s cubic-bezier(.4, 0, .2, 1);position:relative}.header__icon:hover{background:rgba(var(--color-foreground),.05)}.header__icon svg{width:var(--icon-size);height:var(--icon-size);display:block}.header__icon-badge{position:absolute;top:.5rem;right:.5rem;background:rgb(var(--color-accent-1));color:rgb(var(--color-background));font-size:.7rem;font-weight:700;padding:.1rem .3rem;border-radius:10px;min-width:1.2rem;text-align:center}.header__mobile-menu-toggle{display:none}.header__mobile-menu-toggle:hover .icon-hamburger{transform:scale(1.05);transition:transform .2s}.header__drawer{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1001;visibility:hidden;pointer-events:none;transition:visibility .3s}.header__drawer-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);opacity:0;transition:opacity .3s;pointer-events:none}.header__drawer-content{position:absolute;top:0;bottom:0;width:80%;max-width:400px;background:rgb(var(--color-background));transition:transform .3s cubic-bezier(.4, 0, .2, 1);overflow-y:auto;pointer-events:auto}.header__drawer--left .header__drawer-content{left:0;transform:translateX(-100%);box-shadow:2px 0 10px rgba(0,0,0,.1)}.header__drawer--right .header__drawer-content{right:0;left:auto;transform:translateX(100%);box-shadow:-2px 0 10px rgba(0,0,0,.1)}.header__drawer--full .header__drawer-content{width:100%;max-width:none;box-shadow:none}.header__drawer--large .header__drawer-content{width:80%;max-width:500px}.header__drawer--medium .header__drawer-content{width:60%;max-width:400px}.header__drawer--small .header__drawer-content{width:300px;max-width:300px}.header__drawer.drawer--open{visibility:visible;pointer-events:auto}.header__drawer.drawer--open .header__drawer-overlay{opacity:1;pointer-events:auto}.header__drawer--left.drawer--open .header__drawer-content,.header__drawer--right.drawer--open .header__drawer-content,.header__drawer.drawer--open .header__drawer-content{transform:translateX(0)}.header__drawer-header{padding:1.5rem;border-bottom:1px solid rgba(var(--color-foreground),.08);flex-shrink:0}.header__drawer-title{margin:0;font-size:1.2rem;font-weight:600}.header__drawer-close{width:44px;height:44px;padding:0;background:0 0;border:none;color:rgb(var(--color-foreground));cursor:pointer;transition:background .2s}.header__drawer-close:hover{background:rgba(var(--color-foreground),.05)}.header__drawer-nav{flex:1;padding:1rem 0}.header__drawer-menu{list-style:none;margin:0;padding:0}.header__drawer-menu-item{position:relative}.header__drawer-link{padding:1rem 1.5rem;color:rgb(var(--color-foreground));text-decoration:none;transition:background .2s,color .2s;cursor:pointer;width:100%;text-align:left;background:0 0;border:none;font-size:1rem;font-family:inherit}.header__drawer-link:hover{background:rgba(var(--color-foreground),.05)}.header__drawer-link--active{color:rgb(var(--color-accent-1));font-weight:600}.header__drawer-caret{transition:transform .2s;flex-shrink:0}.header__drawer-dropdown[open]>summary .header__drawer-caret,.header__drawer-subdropdown[open]>summary .header__drawer-caret{transform:rotate(180deg)}.header__drawer-submenu,.header__drawer-subsubmenu{list-style:none;margin:0;padding:0;background:rgba(var(--color-foreground),.02)}.header__drawer-link--child{padding-left:3rem;font-size:.95rem}.header__drawer-link--grandchild{padding-left:4.5rem;font-size:.9rem;color:rgba(var(--color-foreground),.8)}.header__drawer-utilities{padding:1rem 0;border-top:1px solid rgba(var(--color-foreground),.08);margin-top:auto}.header__drawer-utility-link{gap:1rem;padding:1rem 1.5rem;color:rgb(var(--color-foreground));text-decoration:none;transition:background .2s;background:0 0;border:none;width:100%;text-align:left;font-size:1rem;font-family:inherit;cursor:pointer}.header__drawer-utility-link:hover{background:rgba(var(--color-foreground),.05)}.header__drawer-utility-link svg{width:20px;height:20px;flex-shrink:0}.header__drawer-social{padding:1rem 1.5rem;border-top:1px solid rgba(var(--color-foreground),.08)}.header__search-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);align-items:flex-start;justify-content:center;padding-top:10vh;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s;z-index:1001}.header__search-modal--active{opacity:1;visibility:visible}.header__search-container{background:rgb(var(--color-background));border-radius:8px;padding:2rem;width:90%;max-width:600px;transform:translateY(-20px);transition:transform .3s}.header__search-modal--active .header__search-container{transform:translateY(0)}.section-header--hidden{transform:translate3d(0,-100%,0)}.section-header--transparent-absolute{position:absolute;top:var(--sticky-announcement-height,0);left:0;right:0;width:100%;z-index:100}.section-header--allow-content-behind-absolute{position:absolute;top:0;left:0;right:0;width:100%;z-index:100}.section-header--transparent{background:0 0;transition:max-height .3s,background .3s}.section-header--transparent.section-has-floating .header,.section-header--transparent.section-has-split .header__island{background:0 0;box-shadow:none}.section-header--transparent .header{border-bottom:none}.section-header--transparent.scrolled .header-wrapper--border-bottom{border-bottom:.1rem solid rgba(var(--color-foreground),.08)}.section-header--transparent:not(.section-has-floating):not(.section-has-split).scrolled{max-height:200px;background:rgb(var(--color-background))}.section-header--transparent.section-has-floating.scrolled,.section-header--transparent.section-has-split.scrolled{max-height:200px}.section-header--transparent.section-has-floating.scrolled .header,.section-header--transparent.section-has-split.scrolled .header__island{background:rgb(var(--color-background));box-shadow:0 4px 24px rgba(0,0,0,.08);transition:background .2s,box-shadow .2s}.header__icon--desktop-only{display:flex}.header__icon--mobile-only{display:none}@media screen and (max-width:989px){.header__icon--desktop-only{display:none!important}.header__icon--mobile-only{display:flex!important}.header__mobile-menu-toggle{order:1}.header__menu{display:none!important}.header--centered,.header--classic,.header--floating,.header--split{display:flex!important;flex-direction:row!important;justify-content:space-between!important;align-items:center!important}.header--centered .header__centered-content{flex-direction:row!important;gap:0!important;width:auto!important}.header--centered .header__primary-row,.header--centered .header__secondary-row{width:auto!important}.header__icons{position:static!important;transform:none!important;flex-shrink:0}.header--split .header__island{background:0 0!important;box-shadow:none!important;padding:0;border-radius:0}.header-wrapper--floating{width:100%;margin:0}.header-wrapper--floating .header{border-radius:0;box-shadow:none}}@media screen and (max-width:749px){.header{--header-padding-y:1rem}.header__menu-list{gap:1rem}}