#wrapper .zoho-form-wrapper{width:100%;display:flex;flex-direction:column;color:#fff}#wrapper .zoho-form-wrapper .zoho-form-success{background:#d4edda;color:#155724;padding:16px;border-radius:4px;margin-bottom:16px}#wrapper .zoho-form-wrapper form{display:flex;flex-direction:column;gap:16px}#wrapper .zoho-form-wrapper form .zoho-form-row{display:flex;gap:16px}#wrapper .zoho-form-wrapper form .zoho-form-row .zoho-label{font-weight:700}#wrapper .zoho-form-wrapper form .zoho-form-row input{padding-left:8px;padding-right:8px;color:#03298b}#wrapper .zoho-form-wrapper form .zoho-form-row textarea{width:100%;height:256px;resize:none;padding:8px;color:#03298b}#wrapper .zoho-form-wrapper form .zoho-form-row select{width:100%;padding:8px;background:#fff;color:#032a8ba3;border:none;font-size:16px;cursor:pointer}#wrapper .zoho-form-wrapper form .zoho-form-row select:valid{color:#03298b}#wrapper .zoho-form-wrapper form .zoho-form-row select option{color:#03298b}#wrapper .zoho-form-wrapper form .zoho-form-row select option:disabled{color:#032a8ba3;display:none}#wrapper .zoho-form-wrapper form .zoho-form-row.hidden{display:none}#wrapper .zoho-form-wrapper form .zoho-form-row.submit button{background:#fff;color:#03298b;border:none;font-family:var(--button_typography-font-family);font-size:16px;padding:12px 24px}#wrapper .zoho-form-wrapper form .zoho-form-row.submit button.secondary{background:#03298b;color:#fff}#wrapper .zoho-form-wrapper form .zoho-form-row .zoho-checkboxes{width:50%}#wrapper .zoho-form-wrapper form label{color:#fff}#wrapper ::placeholder{color:#032a8ba3}#wrapper :-ms-input-placeholder{color:#032a8ba3}#wrapper ::-ms-input-placeholder{color:#032a8ba3}@media screen and (max-width:800px){#wrapper .zoho-form-wrapper form .zoho-form-row{flex-wrap:wrap}#wrapper .zoho-form-wrapper form .zoho-form-row .zoho-checkboxes{width:100%}}