.custom-form-wrapper{margin:0 0 80px;max-width:800px}.custom-form-wrapper label{display:none}.custom-form-wrapper form.hs-form{align-items:center;display:flex;gap:0;height:100%;justify-content:flex-start}.custom-form-wrapper .hs-form-field{flex:1;margin:0}.custom-form-wrapper .hs-form-field input{border:none;border-bottom:2px solid #122749;box-sizing:border-box;margin-right:10px;padding:10px;vertical-align:middle;width:100%}.custom-form-wrapper .hs-button:focus,.custom-form-wrapper .hs-form-field input:focus{outline:none}.custom-form-wrapper .field>.input{margin-top:0!important}.custom-form-wrapper .submitted-message{background-color:#f0f4f8;border-radius:0;color:#333;margin-top:20px;padding:15px;text-align:center}.custom-form-wrapper .hs-button{align-items:center;background-color:transparent;border:2px solid #122749;border-radius:0;box-sizing:border-box;color:#122749;cursor:pointer;display:flex;flex-shrink:0;font-family:Geist,sans-serif;font-size:20px;font-style:normal;font-weight:500;justify-content:center;letter-spacing:-.04em;line-height:100%;margin-left:20px;padding:15px 60px;text-align:center;transition:background-color .3s ease,color .3s ease}.custom-form-wrapper .hs-button:hover{background-color:#64bde6;color:#1c3d5a}