@layer utils;@layer overrides{body.admin-bar .site-header{top:3.2rem}}@layer partials{body:has(.block-hero) .site-header__inner:before{top:50%;left:50%;width:1.2rem;height:1.2rem;transform:translate(-50%,-50%) scale(0);animation-name:show-header-before;animation-duration:.75s;animation-timing-function:linear;animation-delay:1.15s;animation-fill-mode:forwards}body:has(.block-hero) .site-header__logo,body:has(.block-hero) .site-header__buttons{animation-name:show-header-items;animation-duration:var(--g-easing-duration-default);animation-timing-function:linear;animation-delay:1.9s;animation-fill-mode:forwards;opacity:0}.site-header{position:fixed;top:1.2rem;left:0;width:100%;z-index:101;container-type:inline-size}.site-header__inner{position:relative;display:flex;justify-content:space-between;align-items:center;height:4.8rem;max-width:56rem;margin-inline:auto;padding:.4rem .6rem;border-radius:3rem;overflow:hidden}.site-header__inner:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:var(--g-color-gray-700);border:.1rem solid color-mix(in srgb,var(--g-color-gray-100),transparent 90%);border-radius:3rem}.site-header__logo,.site-header__buttons{position:relative;z-index:2}.site-header__logo{display:flex;justify-content:center;align-items:center;height:3.8rem;padding:.8rem 1.6rem;background-color:var(--g-color-gray-550);border-radius:2.4rem}.site-header__logo-img{width:auto;height:1.8rem}.site-header__logo-img polygon,.site-header__logo-img path{fill:var(--g-color-white);transition:fill var(--g-transition-duration-fast) var(--g-transition-easing-default)}.site-header__buttons-list{display:flex;align-items:center;gap:.4rem;margin:0;padding:0;list-style-type:none}.site-header__buttons-item{margin:0}@keyframes show-header-before{0%{transform:translate(-50%,-50%) scale(0)}33%{width:2.4rem;height:2.4rem;transform:translate(-50%,-50%) scale(1)}66%{width:3.6rem;height:3.6rem;transform:translate(-50%,-50%) scale(1)}to{width:100%;height:4.8rem;transform:translate(-50%,-50%) scale(1)}}@keyframes show-header-items{0%{opacity:0}to{opacity:1}}}
