.landing-header{padding-block:20px;position:fixed;inset-inline:0;transition:all .3s ease-in-out;z-index:12}.landing-header--active{background-color:#fff;box-shadow:0 4px 4px 0 rgba(0,0,0,.12)}.landing-header__logo{margin:0}.landing-header__container{display:flex;justify-content:space-between;gap:32px;max-width:1350px!important;margin:0 auto;padding:0 20px}@media(min-width:1200px){.landing-header__container{padding:0}}.landing-header__nav-wrapper{display:none}@media(min-width:992px){.landing-header__nav-wrapper{display:flex;gap:2rem;align-items:center}}.landing-header__nav{display:flex;align-items:center;gap:2rem;flex-direction:column;margin-bottom:40px}@media(min-width:992px){.landing-header__nav{flex-direction:row;margin-bottom:0}}.landing-header__nav-link{font-size:16px;font-weight:500;color:#000716;transition:all .3s ease-in-out}.landing-header__nav-link--active,.landing-header__nav-link:hover{color:#4e49dd}.landing-header__nav-buttons{display:flex;gap:20px;flex-direction:column;max-width:194px}.landing-header__nav-buttons .button{white-space:nowrap}@media(min-width:992px){.landing-header__nav-buttons{flex-direction:row;max-width:unset}}.landing-header__toggle-button{display:inline-block;font-size:3.2rem}@media(min-width:992px){.landing-header__toggle-button{display:none}}.landing-header__toggle-dropshadow{position:fixed;inset:0;top:97px;background-color:rgba(0,0,0,0);pointer-events:none;transition:all .3s ease-in-out}.landing-header__toggle-dropshadow--show{background-color:rgba(0,0,0,.5);pointer-events:all}.landing-header__toggle-menu{position:absolute;inset-inline:0;background-color:#fff;z-index:1;height:0;overflow:hidden;transition:all .5s ease-in-out;display:flex;align-items:center;flex-direction:column;padding:0;top:0;box-shadow:0 -4px 4px rgba(0,0,0,.12)}.landing-header__toggle-menu--show{height:auto;padding:32px}.landing-header__toggle-wrapper{position:fixed;inset:0;top:88px;pointer-events:none}.landing-header__toggle-wrapper--show{pointer-events:all}