.form-section{isolation:isolate;overflow:hidden;padding:6rem 2rem;position:relative}.form-section:before{aspect-ratio:26/9;background:var(--red);border-radius:100vw;bottom:-15rem;content:"";filter:blur(170px);height:100%;max-height:43.5rem;max-width:130rem;opacity:.7;pointer-events:none;position:absolute;right:-15rem;width:98vw;z-index:-1}.form-section__inner{display:grid;gap:var(--gap)}.form-section__text p{font-size:1.8rem;font-weight:400;line-height:1.6}.form-section :last-child{margin-bottom:0}.form-section strong{background:linear-gradient(90deg,red,#ff6e00);background-clip:text;-webkit-background-clip:text;font-weight:500;-webkit-text-fill-color:transparent}.form-section__form .hs-form-field{margin-bottom:1.8rem}.form-section__form .hs-form-field label{font-size:1.4rem;font-weight:400;line-height:1.42}.form-section__form.hidden-labels .hs-form-field:not(.hs-fieldtype-select)>label{border:0!important;clip:rect(0,0,0,0)!important;height:1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.form-section__form .hs-form-field input,.form-section__form .hs-form-field textarea{background:hsla(0,0%,100%,.15);border:0;color:var(--white)}.form-section.white-text .form-section__form .hs-form-field input::placeholder,.form-section.white-text .form-section__form .hs-form-field textarea::placeholder{color:var(--base-color);text-transform:none}.form-section__form .hs-error-msgs{margin-top:1.8rem}.form-section__form .hs-submit{margin-top:1.2rem}.form-section__form .hs-button.button.button--primary{background:var(--white)}.form-section.white-text,.form-section.white-text .form-section__form .hs-error-msg,.form-section.white-text .form-section__form .hs-error-msgs,.form-section.white-text .form-section__form .hs-form-field input::placeholder,.form-section.white-text .form-section__form .hs-form-field textarea::placeholder{color:var(--white)}@media (min-width:768px){.form-section{padding:14rem 2rem}.form-section__inner{gap:6.5rem;grid-template-columns:5.5fr 6fr}}