:root{--white:#fff;--black:#000;--errorColor:red;--textColor:#333;--borderColor:#f8f8f8;--ctaColor1:#f5333f;--ctaColor2:#fff}.form-section input{background:var(--white);border:1px solid var(--borderColor);border-radius:3px;color:var(--textColor);font-size:16px;margin-bottom:0;min-height:40px;padding:4px 12px;width:100%!important}.form-section input[type=checkbox],.form-section input[type=radio]{width:auto!important}.form-section select{background:var(--white);border:1px solid var(--borderColor);border-radius:3px;color:var(--textColor);padding:4px 12px}.form-section input[type=submit],.form-section select{font-size:16px;margin-bottom:0;min-height:40px;width:100%!important}.form-section input[type=submit]{background:var(--ctaColor1);border:1px solid var(--ctaColor1);border-radius:50px;color:var(--ctaColor2);font-weight:700;padding:8px 30px;position:relative;transition:all .3s ease}.form-section input[type=submit]:hover{background:var(--ctaColor2);color:var(--ctaColor1)}.form-section label{color:var(--textColor);font-size:16px}.form-section .hs-form-booleancheckbox label{color:var(--textColor);display:block}.form-section .hs-fieldtype-booleancheckbox .inputs-list{list-style:none;margin:0;padding:0}.form-section input[type=checkbox]{border:1px solid var(--textColor);margin:0 10px 0 0;min-height:unset;width:auto}.form-section input[type=checkbox],.form-section textarea{background:var(--white);color:var(--textColor);outline:none}.form-section textarea{border:1px solid var(--borderColor);border-radius:3px;font-size:16px;margin-bottom:0;padding:4px 12px;resize:none;width:100%!important}.form-section form a{color:var(--ctaColor2);text-decoration:underline}.form-section .hs-form-field{margin-bottom:20px;margin-top:0}.error-txt,.form-section .hs-error-msg,.form-section .hs-error-msg label,.form-section .hs-error-msgs,.form-section .hs-error-msgs label{color:var(--errorColor);list-style:none;margin:0;padding:0}.form-section fieldset{max-width:unset!important}.form-section ul.inputs-list{overflow:hidden}.form-section .hs-form-field>label{display:block;font-size:16px;margin-bottom:10px}.form-section .hs-form-field legend{font-size:12px;line-height:20px;margin-bottom:10px}.form-section .hs-form-checkbox-display span{display:inline-block;margin-top:10px;position:relative}.form-section .multi-container{list-style:none;margin:0;padding:0}.form-section .multi-container>li{margin-bottom:10px,}.form-section .multi-container .hs-form-radio>label{display:flex;flex-direction:row}.form-section .multi-container .hs-form-radio>label span{margin-left:16px}.form-section .multi-container .hs-form-radio>label input[type=checkbox],.form-section .multi-container .hs-form-radio>label input[type=radio]{display:flex;flex-direction:column;height:100%;justify-content:start}.border-error{border:1px solid red!important}