.default-header{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1}.default-header__logo{font-size:1.25rem;text-decoration:none;text-transform:uppercase}.default-header__menu{list-style:none}.default-header-wrapper{background:var(--color-white);color:var(--color-gray-darkest1);height:var(--height-page-header-desktop);z-index:999}.has-menu-open .default-header-wrapper{left:0;position:fixed;right:0;top:0}.default-header-wrapper .container{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;align-items:center;height:100%}body.has-menu-open{padding-top:var(--height-page-header-desktop)}