.landing-page-header{background-color:var(--white);border-bottom:1px solid var(--gray-200);left:0;padding-block:1rem;position:fixed;top:0;transition:background .3s ease;width:100%;z-index:99}.landing-page-nav{align-items:center;display:flex;justify-content:space-between}.lp-header-logo-wrapper{max-width:88px}.lp-header-logo{height:auto;max-width:100%}.lp-ctas-wrapper{display:none;flex-direction:row;gap:1rem}.mobile-lp-ctas-wrapper{display:flex;flex-flow:row wrap;gap:16px;justify-content:center}.mobile-lp-ctas-wrapper span{width:100%}.mobile-lp-ctas-wrapper .hs-cta-node{display:grid;width:100%}.landing-page-header .mobile-toggle{cursor:pointer;height:fit-content}.landing-page-header .mobile-toggle .close-icon{display:none}.landing-page-header .mobile-menu-wrapper{background-color:#fff;display:none;height:auto;left:0;overflow-y:scroll;padding:16px 15px;position:fixed;top:80px;user-select:none;width:100%;z-index:1000}@media (min-width:576px){.mobile-lp-ctas-wrapper span{width:fit-content}}@media (min-width:768px){.landing-page-header .mobile-menu-wrapper{display:none!important}.lp-ctas-wrapper{display:flex}.lp-header-cta{padding:11px 24px}.landing-page-header .mobile-toggle{display:none}}