.native-form{background:#fff;margin-left:calc(50% - 50vw);width:100vw}.native-form--soft{background:var(--brand-soft,#f3f6fb)}.native-form--dark{background:var(--brand-ink,#17213d);color:#fff}.native-form__inner{align-items:start;display:grid;gap:clamp(2.5rem,5vw,4.5rem);grid-template-columns:minmax(0,.9fr) minmax(400px,1.1fr);margin-inline:auto;max-width:1200px;padding:4.75rem 1.5rem}.native-form__content{max-width:34rem;position:sticky;top:2rem}.native-form__eyebrow{color:var(--brand-primary,#2c6fd0);font-size:.8125rem;font-weight:800;margin:0 0 .75rem;text-transform:uppercase}.native-form--dark .native-form__eyebrow{color:var(--brand-light,#95c8ff)}.native-form__content h2{color:inherit;font-size:2.5rem;line-height:1.15;margin:0}.native-form__introduction{color:var(--brand-muted,#5b6477);font-size:1.0625rem;line-height:1.7;margin-top:1.25rem}.native-form--dark .native-form__introduction{color:var(--brand-on-dark-muted,#c7d2e5)}.native-form__introduction p:last-child{margin-bottom:0}.native-form__aside{border-top:1px solid var(--brand-border,#dce3ee);margin-top:2rem;padding-top:1.5rem}.native-form--dark .native-form__aside{border-top-color:hsla(0,0%,100%,.2)}.native-form__aside h3{color:inherit;font-size:1rem;margin:0}.native-form__aside ul{display:grid;gap:.75rem;list-style:none;margin:1rem 0 0;padding:0}.native-form__aside li{color:var(--brand-muted,#5b6477);padding-left:1.25rem;position:relative}.native-form__aside li:before{background:var(--brand-primary,#2c6fd0);border-radius:50%;content:"";height:.45rem;left:0;position:absolute;top:.65rem;width:.45rem}.native-form--dark .native-form__aside li{color:var(--brand-on-dark-muted,#c7d2e5)}.native-form__staging-note{color:var(--brand-muted,#5b6477);font-size:.75rem;margin:1.5rem 0 0}.native-form__form .hs-form{background:#fff;border:1px solid var(--brand-border,#dce3ee);box-shadow:0 18px 50px rgba(23,33,61,.08);padding:2.25rem}.native-form__form .form-title:empty{display:none}.native-form__form .hs-form fieldset{display:grid;gap:1.15rem 1.25rem;grid-template-columns:minmax(0,1fr);margin:0}.native-form__form .hs-form fieldset.form-columns-2{grid-template-columns:repeat(2,minmax(0,1fr))}.native-form__form .hs-form fieldset+fieldset{margin-top:1.15rem}.native-form__form .hs-form .hs-form-field,.native-form__form .hs-form fieldset .hs-form-field{float:none!important;margin:0;width:auto!important}.native-form__form .hs-form .input,.native-form__form .hs-form fieldset .input{margin-right:0!important}.native-form__form .hs-form label{color:var(--brand-ink,#17213d);display:inline-block;font-size:.8125rem;font-weight:800;line-height:1.4;margin-bottom:.45rem}.native-form__form .hs-form .hs-form-required{color:#a33a27;margin-left:.15rem}.native-form__form .hs-form input:not([type=checkbox]):not([type=radio]):not([type=submit]),.native-form__form .hs-form select,.native-form__form .hs-form textarea{background:#fff;border-color:var(--brand-border,#dce3ee);font-size:1rem;padding:.8rem .9rem;width:100%!important}.native-form__form .hs-form input:not([type=checkbox]):not([type=radio]):not([type=submit]):focus,.native-form__form .hs-form select:focus,.native-form__form .hs-form textarea:focus{border-color:var(--brand-primary,#2c6fd0);box-shadow:0 0 0 3px color-mix(in srgb,var(--brand-primary,#2c6fd0) 18%,transparent);outline:0}.native-form__form .hs-form textarea{min-height:150px;resize:vertical}.native-form__form .hs-form .hs-error-msgs{color:#8f2f23;font-size:.75rem;list-style:none;margin:.4rem 0 0;padding:0}.native-form__form .hs-form .hs-richtext,.native-form__form .hs-form .legal-consent-container{color:var(--brand-muted,#5b6477);font-size:.75rem;line-height:1.55}.native-form__form .hs-submit{margin-top:1.35rem}.native-form__form .hs-button{min-width:190px}.native-form__form .hs_recaptcha{margin:1.35rem 0 0;min-height:60px}.native-form__form .grecaptcha-badge{box-shadow:none!important;margin:0!important;overflow:hidden}.native-form__form .hs-button{background:var(--brand-primary,#2c6fd0);border-color:var(--brand-primary,#2c6fd0);border-radius:4px;color:#fff}.native-form__form .hs-button:focus-visible,.native-form__form .hs-button:hover{background:var(--brand-ink,#17213d);border-color:var(--brand-ink,#17213d);border-radius:4px;color:#fff}.native-form__missing{background:#fff;border:1px dashed var(--brand-border,#dce3ee);border-radius:8px;color:var(--brand-muted,#5b6477);padding:2rem}@media (max-width:860px){.native-form__inner{grid-template-columns:1fr}.native-form__content{max-width:46rem;position:static}}@media (max-width:620px){.native-form__inner{padding:3.5rem 1rem}.native-form__content h2{font-size:2rem}.native-form__form .hs-form{padding:1.25rem}.native-form__form .hs-form fieldset.form-columns-2{grid-template-columns:minmax(0,1fr)}.native-form__form .hs-button{width:100%}}