form{background:#f7f7f7;border-radius:4px;display:flex;flex-direction:column;padding:2rem;width:100%}.input input[type=text],.input textarea{background-color:#fbfbfb;border-color:rgba(33,37,31,.2);width:100%}input[type=checkbox]{margin-right:1rem;max-width:16px!important;min-width:16px!important}.field{margin-bottom:1rem;width:100%}fieldset{display:flex;flex:1;flex-wrap:wrap;gap:2rem;width:100%}.hs-form-field{display:flex;flex:1;flex-direction:column}.input,fieldset,input,textarea{min-width:100%}.actions{display:inline-flex}.actions input{background:var(--color-primary);border:0;border-radius:4px;color:var(--color-inverse);padding:10px 30px;transition:.4s}.actions input:hover{background:rgba(var(--color-primary-rgb),.8)}.hs-error-msg{color:#e84855;margin-top:5px}[multiple]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=email]:focus,[type=month]:focus,[type=number]:focus,[type=password]:focus,[type=search]:focus,[type=tel]:focus,[type=text]:focus,[type=time]:focus,[type=url]:focus,[type=week]:focus,select:focus,textarea:focus{--tw-ring-color:var(--color-primary);border-color:var(--color-primary)}@media screen and (max-width:500px){fieldset{flex-direction:column;gap:0}}input[type=radio]{margin-right:8px;min-height:1rem;min-width:1rem}