body{margin-top:10rem}.header{background-color:#fff;box-shadow:0 5px 9px rgba(0,0,0,.161);max-width:100vw;position:fixed;top:0;width:100%;z-index:10}.header__nav{display:flex;height:10rem;justify-content:space-between;padding-bottom:2.5rem;padding-top:2.5rem;width:100%}.header__home{height:100%}.header__burger{display:flex;height:4.8rem;margin-bottom:auto;margin-top:auto;width:4.8rem}.header__burger--close,.header__burger--open{height:4rem;margin:auto;width:auto}.header__burger--close{display:none}.header__links{background-color:#fff;bottom:0;display:none;flex-direction:column;height:calc(100vh - 10rem);left:0;overflow-y:auto;padding-left:var(--padding-md);padding-top:2rem;position:fixed;top:10rem;width:100%;z-index:10}.header__nav-item{align-items:center;column-gap:1rem;cursor:pointer;display:flex;font-weight:700;min-height:4.8rem;min-width:4.8rem;padding-bottom:1.5rem;padding-left:0;padding-top:1.5rem}.header__checkbox{display:none}.header__first-dropdown-box,.header__second-dropdown-box{background-color:#fff;display:none;padding-left:2rem;padding-right:4rem}.header__first-dropdown-box{flex-direction:column}.header__first-content{border-bottom:1px solid #000;border-top:1px solid #000;display:flex;flex-direction:column;max-width:500px;padding-bottom:2rem;padding-top:2rem}.header__first-content-title{font-weight:600}.header__first-content-text{font-weight:300}.header__nav-item:active,.header__nav-item:hover{color:var(--color-vertical);text-decoration:underline}.header__first-label-image{color:inherit;height:.8rem;width:auto;fill:currentColor}.header__second-label-image{color:inherit;stroke:currentColor}.header__cta{margin-bottom:4rem;margin-top:auto;width:max-content}@media (min-width:992px){.header__burger{display:none}.header__links{flex-direction:row;height:unset;overflow-y:hidden;padding-left:0;padding-top:0;position:static;width:100%}.header__first-links,.header__links{display:flex;justify-content:space-between}.header__first-links{flex:1;margin-left:auto;margin-right:auto;max-width:50rem}.header__first-dropdown-box,.header__second-dropdown-box{padding-bottom:3rem;padding-top:3rem;position:absolute}.header__first-dropdown-box{box-shadow:0 8px 15px 0 rgba(0,0,0,.16);column-gap:8rem;flex-direction:row;left:0;margin-left:calc(50% - 150px);margin-top:1.8rem;padding-left:7rem;padding-right:7rem;right:0;transform:translateX(-50%);width:max-content}.header__first-content{border:none;min-width:280px;row-gap:1rem}.header__second-dropdown-box{box-shadow:10px 3px 15px 0 rgba(0,0,0,.16);left:100%;min-height:100%;padding-left:0;top:0;width:300px}.header__second-dropdown{border-left:1px solid #000;flex:1;padding-left:7rem;padding-right:7rem}.header__second-label-image{display:none}.header__third-link{font-weight:500}.header__cta{margin:unset}}.header__burger-checkbox:checked~.header__burger .header__burger--open{display:none}.header__burger-checkbox:checked~.header__burger .header__burger--close{display:block}.header__burger-checkbox:checked~.header__links,.header__first-item>.header__checkbox:checked~.header__first-dropdown-box{display:flex}.header__first-item>.header__checkbox:checked~.header__first-label{color:var(--color-vertical);text-decoration:underline}.header__first-item>.header__checkbox:checked~.header__first-label svg{transform:rotate(180deg)}.header__second-item>.header__checkbox:checked~.header__second-dropdown-box{display:flex}.header__second-item>.header__checkbox:checked~.header__second-label{color:var(--color-vertical);text-decoration:underline}.header__second-item>.header__checkbox:checked~.header__second-label .header__second-label-image{transform:rotate(180deg)}