:root{--arcticNight:#170425;--nordicBlue:#1243d3;--mouthwash:#33ffa0;--alarm:#f60621;--mossyStone:#abbcb1;--tundra:#edecef;--petrol:#3b5d6a;--green:#2b4a3e;--darkGreen:#0b1c1c;--paleGreen:#acbdb2}.header{background-color:var(--tundra);color:var(--arcticNight);filter:drop-shadow(0 2px rgba(0,0,0,.1));height:80px;left:0;padding:1.5rem 0;position:fixed;top:0;transition:height .4s ease-out;width:100%;z-index:20;@media screen and (min-width:1024px){padding-bottom:0;padding-left:0;padding-right:0;padding-top:0}}.header__container{display:flex;flex-direction:column;min-height:100%;@media screen and (min-width:1024px){flex-direction:row;height:100%;justify-content:space-between}}.header--open{height:100vh;overflow-y:auto}.header__toggle{background:none;border:none;height:2.5rem;position:relative;width:2.5rem}.header__toggle__bars{background:var(--arcticNight);border-radius:.1rem;height:.15rem;left:50%;margin:auto;position:absolute;top:50%;transform:translateX(-50%);transform-origin:center center;transition:.4s;width:80%;&:first-of-type{transform:translateX(-50%) translateY(-.7rem)}&:nth-of-type(3){transform:translateX(-25%) translateY(.7rem);width:50%}}.header__toggle--close{div:first-of-type{transform:translateX(-50%) rotate(45deg)}div:nth-of-type(2){opacity:0}div:nth-of-type(3){transform:translateX(-50%) rotate(-45deg);width:80%}}.header__top{align-items:center;display:flex;justify-content:space-between;@media screen and (min-width:1024px){display:none}}.header__navs{display:flex;flex-direction:column;height:0;opacity:0;overflow:hidden;transition:opacity .4s ease-out;transition-delay:.1s;@media screen and (min-width:1024px){flex-direction:row;height:auto;opacity:1;overflow:unset;position:relative;width:100%}}.header--open .header__navs{flex:1;height:auto;margin-top:4rem;opacity:1}.header__nav,.header__nav--collapsed,.header__nav--visible{background:inherit;opacity:1;overflow:hidden;transition:opacity .4s ease-out}.header__nav,.header__nav--collapsed{@media screen and (min-width:1024px){overflow:unset;transition:initial;width:100%}}.header__nav__container{display:flex;flex-direction:column;padding:0;@media screen and (min-width:1024px){align-items:center;flex-direction:row;height:100%;justify-content:space-between;position:relative;width:100%}}.header__menu{align-items:flex-start;display:flex;flex:1 1 0%;flex-direction:column;list-style:none;padding:2rem 0 1rem;@media screen and (max-width:1024px){gap:.5rem}@media screen and (min-width:1024px){flex:unset;flex-direction:row;height:100%;justify-content:flex-end;padding-bottom:0;padding-left:0;padding-right:0;padding-top:0}}.header__item{height:100%;position:relative;transition:color .4s ease-out;width:100%}.header__item,.header__item--children{display:flex;flex-wrap:wrap;justify-content:space-between}.header__item--children{align-items:center}.header__link{align-items:center;color:inherit;display:flex;font-family:Larken,sans-serif;font-size:1.875rem;font-weight:400;height:100%;min-height:3rem;padding:0 1rem 0 0;position:relative;text-decoration:none;@media screen and (min-width:1024px){font-size:1rem;padding-bottom:.5rem;padding-left:.5rem;padding-right:.5rem;padding-top:.5rem}}@media screen and (min-width:1024px){.header__item:last-of-type a{padding-right:0}}.header__link>span{position:relative;z-index:1}.header__alt-nav{align-items:center;display:flex;gap:1rem}.header__contact-btn{font-size:1.25rem;margin-top:2.5rem;text-align:center;@media screen and (min-width:1024px){font-size:1.125rem;height:fit-content;margin-left:1rem;margin-top:0;order:1;padding-bottom:.75rem!important;padding-left:2.125rem!important;padding-right:2.125rem!important;padding-top:.75rem!important;width:fit-content}}.cta-button{border:none;cursor:pointer;display:inline-block;font-family:Larken,sans-serif;font-size:1.2rem;padding:1.25rem 2.8125rem 1.5rem;position:relative;text-decoration:none;z-index:2}.bg-blue{background-color:#1243d3;color:#edecef}.header__bottom{display:flex;flex:0;gap:2rem;opacity:0;transition:opacity .1s ease-out;transition-delay:.4s;visibility:hidden;@media screen and (min-width:1024px){display:none}}.header__bottom--open{margin-top:4rem;opacity:1;visibility:visible}.header__bottom__link{align-items:center;color:#170425;display:flex;font-family:Larken,sans-serif;font-size:1.2rem;gap:1rem;text-decoration:none}.header__bottom__link img{width:25px}.header__home{@media screen and (min-width:1024px){align-self:center;left:50%;position:absolute;transform:translate(-50%)}}.header__home--desktop{display:none;@media screen and (min-width:1024px){display:inline-block}}.header__alt-nav__login{display:none;@media screen and (min-width:1024px){display:inline-block}}