.header{background:var(--white);left:0;padding:20px 0;position:fixed;top:0;transition:.3s;width:100%;z-index:9999}.header.sticky{box-shadow:0 -20px 30px 0 rgba(0,0,0,.75);padding:10px 0}.header.open{box-shadow:none}.header.sticky .header__cta{padding:8px 23px}.header__logo{display:inline-flex;max-width:215px;transition:.3s}.header.sticky .header__logo{transform:scale(.7)}.header .container{align-items:center;display:flex}.header__menu ul{align-items:center;display:flex!important;list-style:none;margin:0;margin-right:64px!important;padding:0}.header__menu ul a{color:var(--deep-navy);font-family:Inter,sans-serif;font-size:16px;font-weight:700;letter-spacing:.04em;line-height:2;text-decoration:none;text-transform:uppercase;transition:.3s}.header__menu ul a:hover{color:var(--primary)}.header__menu ul li:not(:first-child){margin-left:40px}.header__cta{padding:15px 23px!important}.menu-btn{background:0;border:none!important;box-shadow:none!important;cursor:pointer;margin:auto 0 auto 17px;outline:none!important;padding:10px}.menu-button-icon{height:auto;width:20px}.menu-button-icon path{transform-origin:center;transition:transform .3s ease,opacity .3s ease}.menu-btn.active .menu-button-icon path:first-child{transform:rotate(45deg) translateY(8px)}.menu-btn.active .menu-button-icon path:nth-child(2){opacity:0}.menu-btn.active .menu-button-icon path:nth-child(3){transform:rotate(-45deg) translateY(-8px)}.header .hs-menu-wrapper{display:flex}@media (max-width:1199px){.header__menu{background:var(--white);display:none;left:0;padding-bottom:40px;position:absolute;top:calc(100% - 1px);width:100%}.header__menu ul{flex-direction:column;margin-right:0!important;text-align:center;width:100%}.header__menu ul li:not(:first-child){margin:24px 0 0}}@media (max-width:575px){.header__logo{max-width:160px}.header__cta{font-size:14px;line-height:1;padding:13px 15px!important}}