form{display:flex;flex-direction:column;gap:1.25rem}form .hs-form-field>label{display:block;font-size:1rem;font-weight:600;margin-bottom:.5rem}form fieldset{max-width:none!important}form .form-columns-2{display:flex;flex-wrap:wrap;gap:1.25rem}form .form-columns-2>*{flex:1;width:auto}form .input{margin:0!important}form .input :is(input,select,textarea){background-color:var(--clr_white);border:1px solid var(--clr_border_2);border-radius:.25rem;color:var(--clr_primary);font-family:var(--font_primary);font-size:1rem;letter-spacing:0;line-height:1.5;padding:.75rem .625rem;width:100%!important}form .input :is(input,select,textarea):focus{border-color:var(--clr_primary);outline:none}form textarea{display:block}form .input select{appearance:none;background-image:url(https://20952440.fs1.hubspotusercontent-na1.net/hubfs/20952440/down_arrow.svg);background-position:right .4rem center;background-repeat:no-repeat;background-size:1.155rem}form .input input[type=checkbox]{margin-left:0;width:auto!important}form .input ul{list-style:none;margin:0;padding:0}form :where(.hs-form-checkbox,.hs-form-booleancheckbox) label{position:relative}form :where(.hs-form-checkbox,.hs-form-booleancheckbox) input{left:0;margin:0;position:absolute;top:.3125rem}form :where(.hs-form-checkbox,.hs-form-booleancheckbox) input+span{display:block;padding-left:1.25rem;position:relative}form .hs-form-booleancheckbox input+span .hs-form-required{display:none}form .hs-error-msgs{color:var(--clr_error);font-size:.8rem;list-style:none;margin:0;padding:0}form .hs-error-msgs+.hs-error-msgs,form .hs_error_rollup{display:none}form .actions{margin-top:1rem}form .actions input{background-color:var(--clr_accent);border:none;border-radius:.25rem;color:var(--clr_white);cursor:pointer;font-family:Cera Pro Bold,Helvetica,Arial,Lucida,sans-serif;font-size:1rem;font-weight:600;line-height:1.5;padding:1rem 2rem;text-transform:uppercase;transition:.3s}form .actions input:hover{background-color:var(--clr_primary)}form .submitted-message{font-size:1.2rem;font-weight:600}@media(max-width:600px){form .form-columns-2>*{flex:none;width:100%!important}form .actions input{width:100%}}