.header-body-container{position:fixed;top:4px;width:100%;height:52px;z-index:1000;background-color:hsl(var(--background))}.header-body-container-inner{margin:auto;max-width:1065px}.header__spacer--above-logo{height:17px}.header{display:flex;justify-content:space-between;align-items:flex-start;height:32px;padding-left:5px;padding-right:9px;position:relative}.header__logo{width:260px;font-size:14px;font-weight:700;display:flex;gap:13.5px}.header__logo-square{width:8px;height:8px;border-radius:2px;background-color:hsl(var(--destructive));position:relative;top:4px;display:inline-block}.header__menu{width:475px;font-size:12px;font-weight:700;display:flex;justify-content:space-between;align-self:stretch;margin-top:.5px;position:relative}.header__dottedline{width:100%;height:3px;border-bottom:1px dotted hsl(var(--foreground))}.header__spacer--below-line{height:15px}@media (max-width:1130px){.header-body-container-inner{max-width:695px}.header__menu{width:95px}}@media (max-width:765px){.header-body-container-inner{max-width:330px}.header{padding-left:3px;padding-right:8px}.header__logo{width:172px;font-size:14px;column-gap:9px}.header__logo--wide{width:auto;flex:1;min-width:0}.header__menu{width:95px}}.mobile-nav-hide{display:flex}.mobile-nav-show{display:none}@media (max-width:1130px){.mobile-nav-hide{display:none!important}.mobile-nav-show{display:flex!important}}.mobile-menu{display:none}@media (max-width:1130px){.mobile-menu{display:block;transform:translateX(100%);transition:transform .3s ease-out}body.menu-open .mobile-menu{transform:translateX(0)}.header-body-container,.header-top-bar{transition:transform .3s ease-out}body.menu-open .header-body-container,body.menu-open .header-top-bar{transform:translateX(-205px)}}