.module-content-form-grid{background:transparent;padding:var(--m-pad-y,80px) 0}.module-content-form-grid__container{margin:0 auto;max-width:var(--m-max-width,1200px);padding:0 24px}.module-content-form-grid__grid{align-items:start;display:grid;gap:48px;grid-template-columns:1fr 1fr}.module-content-form-grid__heading{color:var(--m-heading,#fff);font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700;line-height:1.15;margin:0 0 12px}.module-content-form-grid__subheading{color:var(--m-subheading,#58a618);font-size:1.0625rem;font-weight:400;margin:0 0 28px}.module-content-form-grid__body{color:var(--m-text,#fff);font-size:.9375rem;line-height:1.7}.module-content-form-grid__body p{margin:0 0 16px}.module-content-form-grid__body p:last-child{margin-bottom:0}.module-content-form-grid__body ul{list-style:none;margin:16px 0 0;padding:0}.module-content-form-grid__body ul li{color:var(--m-text,#fff);font-size:.9375rem;margin-bottom:8px;padding-left:20px;position:relative}.module-content-form-grid__body ul li:before{color:var(--m-text,#fff);content:"•";left:0;position:absolute}.module-content-form-grid__form-card{background-color:var(--m-form-card-bg,#073763);border-radius:var(--m-card-radius,8px)}.module-content-form-grid__form-heading{color:var(--m-form-heading,#58a618);font-size:24px;font-weight:700;margin:0 0 12px;text-align:center}.module-content-form-grid__form-description{color:var(--m-form-text,#fff);font-size:.9rem;line-height:1.6;margin:0 0 24px;text-align:center}.module-content-form-grid__form-card .hs-form{color:var(--m-input-text,#fff);font-family:inherit;width:100%}.module-content-form-grid__form-card .hs-form-field{margin-bottom:16px}.module-content-form-grid__form-card .hs-form label,.module-content-form-grid__form-card .hs-form-field label{color:var(--m-input-text,#fff);display:block;font-size:.85rem;font-weight:400;margin-bottom:5px}.module-content-form-grid__form-card .hs-form-required{color:#f87171;margin-left:2px}.module-content-form-grid__form-card .hs-form input[type=email],.module-content-form-grid__form-card .hs-form input[type=number],.module-content-form-grid__form-card .hs-form input[type=password],.module-content-form-grid__form-card .hs-form input[type=tel],.module-content-form-grid__form-card .hs-form input[type=text],.module-content-form-grid__form-card .hs-form textarea,.module-content-form-grid__form-card .hs-input{-webkit-appearance:none;appearance:none;background-color:var(--m-input-bg,#002c49);border:1px solid var(--m-input-border,#1e3a5c);border-radius:var(--m-input-radius,4px);box-sizing:border-box;color:var(--m-input-text,#fff);font-family:inherit;font-size:.9375rem;padding:10px 14px;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.module-content-form-grid__form-card .hs-form input[type=email]:focus,.module-content-form-grid__form-card .hs-form input[type=number]:focus,.module-content-form-grid__form-card .hs-form input[type=tel]:focus,.module-content-form-grid__form-card .hs-form input[type=text]:focus,.module-content-form-grid__form-card .hs-form textarea:focus,.module-content-form-grid__form-card .hs-input:focus{border-color:var(--m-btn-bg,#58a618);box-shadow:0 0 0 2px rgba(88,166,24,.2);outline:none}.module-content-form-grid__form-card .hs-button,.module-content-form-grid__form-card .hs-form .hs-button.primary,.module-content-form-grid__form-card .hs-form input[type=submit]{-webkit-appearance:none;appearance:none;background-color:var(--m-btn-bg,#58a618);border:none;border-radius:var(--m-input-radius,4px);color:var(--m-btn-text,#fff);cursor:pointer;display:block;font-family:inherit;font-size:1rem;font-weight:600;margin-top:8px;padding:14px 28px;text-align:center;transition:opacity .2s ease;width:100%}.module-content-form-grid__form-card .hs-button:hover,.module-content-form-grid__form-card .hs-form input[type=submit]:hover{opacity:.88}.module-content-form-grid__form-card .hs-form .inputs-list{list-style:none;margin:0;padding:0}.module-content-form-grid__form-card .hs-form .inputs-list li{margin-bottom:8px}.module-content-form-grid__form-card .hs-form .inputs-list input[type=checkbox],.module-content-form-grid__form-card .hs-form-checkbox input[type=checkbox]{accent-color:var(--m-btn-bg,#58a618);cursor:pointer;margin-right:8px}.module-content-form-grid__form-card .hs-form .inputs-list label,.module-content-form-grid__form-card .hs-form-checkbox label{color:var(--m-input-text,#fff);cursor:pointer;display:inline;font-size:.85rem;font-weight:400}.module-content-form-grid__form-card .legal-consent-container{color:var(--m-form-text,#fff);font-size:.8rem;margin-top:8px}.module-content-form-grid__form-card .legal-consent-container input[type=checkbox]{accent-color:var(--m-btn-bg,#58a618);cursor:pointer;margin-right:6px}.module-content-form-grid__form-card .legal-consent-container label{color:var(--m-form-text,#fff);display:inline;font-size:.82rem;font-weight:400}.module-content-form-grid__form-card .legal-consent-container a{color:var(--m-btn-bg,#58a618)}.module-content-form-grid__form-card .hs-form .hs-error-msg,.module-content-form-grid__form-card .hs-form .hs-error-msgs li{color:#f87171;font-size:.82rem;list-style:none;margin-top:4px;padding:0}.module-content-form-grid__form-card .hs-form .hs-error-msgs{margin:4px 0 0;padding:0}.module-content-form-grid__form-card .hs-form .invalid.error{border-color:#f87171!important}.module-content-form-grid__form-card .hbspt-form .submitted-message,.module-content-form-grid__form-card .hs-form .submitted-message{background:rgba(88,166,24,.15);border-radius:var(--m-input-radius,4px);color:var(--m-form-text,#fff);font-size:1rem;padding:20px;text-align:center}@media (max-width:768px){.module-content-form-grid__grid{gap:32px;grid-template-columns:1fr}.module-content-form-grid__form-card{padding:28px 20px}}