@media(min-width:768px){section.form-section{--form-section-flex-flow:row nowrap;--form-section-justify-content:space-between;--form-section-align-items:flex-start;--form-section-gap:20px}@media(min-width:1240px){section.form-section{--form-section-flex-flow:row nowrap;--form-section-justify-content:space-between;--form-section-align-items:flex-start;--form-section-gap:40px}}}@media(max-width:767.98px){section.form-section{--form-section-flex-flow:column nowrap;--form-section-justify-content:flex-start;--form-section-align-items:center;--form-section-gap:0px}}section.form-section>div.form-row{align-items:var(--form-section-align-items);display:flex;flex-flow:var(--form-section-flex-flow);gap:var(--form-section-gap);justify-content:var(--form-section-justify-content)}section.form-section>div.form-row>div.form-row-left{flex:1 1 50%}section.form-section>div.form-row>div.form-row-left h2{line-height:1.25}section.form-section>div.form-row>div.form-wrap{flex:1 1 50%;max-width:650px}section.form-section>div.form-row>div.form-wrap form{width:100%}section.form-section>div.form-row>div.form-wrap form fieldset{align-items:flex-start;display:flex;flex-flow:row nowrap;justify-content:space-between;margin-bottom:20px;margin-top:10px;max-width:100%}section.form-section>div.form-row>div.form-wrap form fieldset.form-columns-2 .hs-form-field{max-width:calc(50% - 8px)}section.form-section>div.form-row>div.form-wrap form fieldset.form-columns-1 .hs-form-field{width:100%}div.form-wrap form fieldset:where(.form-columns-1,.form-columns-2) div.input{width:100%}div.form-wrap form fieldset:where(.form-columns-1,.form-columns-2) div.input+ul.hs-error-msgs{color:var(--dt-orange);font-size:12px;margin:4px 0 12px;padding:0 0 0 10px}section.form-section>div.form-row>div.form-wrap form fieldset div.input>:where(input,select,textarea){background-color:#fff;border:none;box-shadow:2px 2px 2px 0 rgba(0,0,0,.15);font-size:14px;min-height:2.5em;padding:0 5px;width:100%}section.form-section>div.form-row>div.form-wrap form fieldset div.input>:where(input,select,textarea):focus-visible{outline-color:var(--dt-bw5)}section.form-section>div.form-row>div.form-wrap form fieldset div.input>textarea{height:100px;max-height:300px;resize:vertical}section.form-section div.form-wrap form fieldset div.legal-consent-container>div.hs-richtext>p{color:var(--dt-bw3);font-size:10px;line-height:14px;margin:0}section.form-section div.form-wrap form fieldset div.legal-consent-container>div.hs-richtext>p>a{color:var(--dt-blue)}section.form-section div.form-wrap form fieldset div.legal-consent-container>div.hs-richtext>p>a:hover,section.form-section div.form-wrap form fieldset div.legal-consent-container>div.hs-richtext>p>a:visited{color:var(--dt-dark-blue)}section.form-section div.actions{text-align:center}section.form-section div.actions>input.hs-button{background-color:var(--dt-orange);border:2px solid var(--dt-orange);border-radius:22px;color:#fff;cursor:pointer;font-weight:600;letter-spacing:1.5px;padding:10px 20px;text-decoration:none;text-transform:uppercase}section.form-section div.actions>input.hs-button:hover{background-color:#fff;color:var(--dt-orange)}