.hero-section{align-items:center;background-color:#fa4616;display:flex;flex-direction:column;justify-content:flex-start;min-height:100vh;padding-bottom:50px}.main-header{background-color:#fff;padding:10px 0;width:100%}.header-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1140px;padding:0}.logo-wrapper{width:120px}.logo-wrapper img{display:block;height:auto;max-width:75px}.header-cta .hs-button,.header-cta .hs-button:hover{background-color:#fa4616;border-radius:45px;color:#fff;font-size:15px;font-weight:500;padding:16px 36px;text-decoration:none;transition:all .3s ease}.header-cta .hs-button:hover{background-color:#000;color:#fff}.hero-content{align-items:center;display:flex;flex-direction:column;flex-grow:1;gap:20px;justify-content:center;max-width:1140px;min-height:100vh;padding:50px 30px 0;text-align:center}.hero-content h3{font-size:50px;font-weight:500;line-height:.6;margin-bottom:0;margin-top:0}.hero-content h1{font-size:132px;font-weight:700;line-height:1;margin-bottom:0;margin-top:0}.hero-content p{font-size:34px;font-weight:400;margin-bottom:0;margin-top:0;padding:0 15%}.email-signup-wrapper{align-items:center;background-color:#fff;border-radius:35px;box-shadow:0 4px 10px rgba(0,0,0,.1);display:flex;justify-content:center;max-width:600px;overflow:hidden;padding:8px;width:100%}.email-input{border:none;color:#33475b;flex-grow:1;font-size:18px;outline:none;padding:15px 20px}.email-input::placeholder{color:#8c9fae}.join-waitlist-button{background-color:#fa4616;border:none;border-radius:30px;color:#fff;cursor:pointer;font-size:18px;padding:15px 30px;transition:background-color .3s ease}.join-waitlist-button:hover{background-color:#000}@media (max-width:768px){.hero-section{min-height:80vh}.header-container{padding:0 20px}.hero-content{margin-top:0;min-height:80vh}.hero-content h3{font-size:24px}.hero-content h1{font-size:56px}.hero-content p{font-size:18px}.email-signup-wrapper{max-width:95%}.email-input{border-bottom:1px solid #f0f0f0;width:100%}.join-waitlist-button{padding:16px 15px;width:100%}}@media (max-width:748px){.hero-content h1{font-size:56px}.hero-content h3{font-size:26px}.hero-content p{font-size:18px}}@keyframes slideDownFadeIn{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUpFadeIn{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUpFadeIn2{0%{opacity:0;transform:translateY(150px)}to{opacity:1;transform:translateY(0)}}.animate-on-scroll{opacity:0}body:not(.hs-edit-mode) .animate-on-scroll{opacity:1!important}.is-visible{animation:slideUpFadeIn2 1.6s cubic-bezier(.25,.46,.45,.94) .25s forwards}body:not(.hs-edit-mode) .is-visible{animation:none!important}.hero-content h3.is-visible{animation:slideDownFadeIn 1.8s cubic-bezier(.25,.46,.45,.94) .25s forwards}.hero-content h1.is-visible{animation:slideUpFadeIn 1s cubic-bezier(.25,.46,.45,.94) .75s forwards}.hero-content p.is-visible{animation:slideUpFadeIn 1s cubic-bezier(.25,.46,.45,.94) 1s forwards}.early-access-form-wrapper.is-visible{animation:slideUpFadeIn 1s cubic-bezier(.25,.46,.45,.94) 1.5s forwards}.hero-content>h3.is-visible{animation-delay:.2s}.hero-content>h1.is-visible{animation-delay:.4s}.hero-content>p.is-visible{animation-delay:.6s}.email-signup-wrapper.is-visible{animation-delay:.8s}