.formSectionWrapper{padding:var(--vertical_spacing);position:relative;z-index:1}.formSectionWrapper:after{content:"";height:100%;left:0;pointer-events:none;position:abdolute;top:0;width:100%;z-index:1}.formSectionWrapper .content-wrapper{position:relative;z-index:2}.formSectionWrapper .formSectionWrapperInner{display:flex;flex-direction:column;flex-wrap:wrap;gap:48px}.formSectionWrapper .topSection{text-align:center}.formSectionWrapper .topSection .eyebrow_text{color:var(--quaternary_color);font-size:11px;font-weight:700;letter-spacing:2.5px;margin-bottom:12px;text-transform:uppercase}.formSectionWrapper .form_section,.formSectionWrapper .topSection{margin:0 auto;max-width:680px;width:100%}.formSectionWrapper .topSection .title{margin-bottom:12px}.formSectionWrapper .topSection .content{margin:0 auto;max-width:560px}.formSectionWrapper form .inputs-list:not(.hs-error-msgs){display:inline-flex;flex-direction:column;gap:16px;width:100%}.formSectionWrapper form .inputs-list:not(.hs-error-msgs) li{margin:0;width:100%}.formSectionWrapper form .inputs-list:not(.hs-error-msgs) li label{align-items:flex-start;background:var(--tertiary_dim);border:1px solid var(--tertiary_border);border-radius:10px;display:flex;gap:12px;margin:0;padding:16px}.formSectionWrapper form .inputs-list:not(.hs-error-msgs) li span{font-size:14px;font-weight:300;letter-spacing:0;line-height:1.5;text-transform:none}.formSectionWrapper form .inputs-list:not(.hs-error-msgs) li input[type=checkbox]{flex-shrink:0;height:20px;margin-right:0;margin-top:1px;width:20px}.formSectionWrapper form .hs-submit{padding:0}.formSectionWrapper form .hs-button,.formSectionWrapper form input[type=submit]{margin-top:0}.formSectionWrapper .form_section .bottom_content{color:#999;font-size:12px;margin-top:8px;text-align:center}.formSectionWrapper .form_section .submitted-message{margin-bottom:30px;text-align:center}