/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 16 2021 | 14:11:27 */
/* form setup start */
.pum-container{
    background: white;
}
/* form setup end */

/* global fieldset arrangements start*/
fieldset{
    max-width: 100% !important;
    /* padding-left: 3% !important;
    padding-right: 3% !important; */
}

form .hs-form-field{
    max-width: 100% !important;
    /* padding-left: 3% !important;
    padding-right: 3% !important; */
}

.form-columns-1 .legal-consent-container{
    max-width: 100% !important;
    /* padding-left: 0 !important;
    padding-right: 0 !important; */
}
fieldset[class^='form-columns'] .hs-input{
    width: 100% !important;
    height: 35px;
    background-color: #f5f8fa;
    border: 1px solid #cbd6e2;
    margin-bottom: 0 !important;
}

.hs-input{
    width: 100% !important;
    height: 35px;
    background-color: #f5f8fa;
    border: 1px solid #cbd6e2;
    margin-bottom: 5% !important;
}

label{
    font-size: 13px;
    color: #000000;
}

.hs-richtext{
    margin-bottom: 3px;
    line-height: 24px;
    font-size: 14px;
    color: #33475b;
    /* padding-left: 3% !important;
    padding-right: 3% !important; */
}

.hs-richtext p{
    margin-bottom: 3px;
    line-height: 24px;
    font-size: 14px;
    color: #33475b;
}

/* global fieldset arrangements end*/

/* input fields start */
/* input fields end */

/* select fields start */
/* select fields end */

/* checkbox fields start */
fieldset.form-columns-1 input[type=checkbox]{
    width: auto !important;
    margin-right: 5px;
    height: auto;
}
.hs-form-checkbox{
    list-style: none !important;
}

.input .inputs-list{
    padding-left: 0 !important;
}

.input .inputs-list .hs-form-booleancheckbox{
    list-style: none;
}
.input .inputs-list .hs-form-booleancheckbox .hs-form-booleancheckbox-display{
    white-space:nowrap;
}
.input .inputs-list .hs-form-booleancheckbox .hs-form-booleancheckbox-display input[type=checkbox]{
    width: max-content !important;
}
/* checkbox fields end */

/* error msg start */
.hs-error-msg, label.hs-main-font-element{
    color: #f2545b!important;
    font-size: 11px;
    letter-spacing: 0.1em;
    margin: auto !important;
}
.hs-error-msgs li{
    list-style: none !important;
}
span.hs-form-required{
    margin-left: 4px;
    color: #f2545b!important;
    font-size: 11px;
    letter-spacing: 0.1em;
}
.hs_error_rollup{
    /* padding-left: 3%; */
}
.invalid, .error {
    border-color: #c87872!important;
}
/* error msg end */

/* email legend start */
.hs-field-desc{
    font-size: 11px;
    color: #7C98B6;
    margin: auto !important;
}
/* email legend end */

/* recaptcha start */

.hs_recaptcha{
    /* padding-left: 3% !important; */
}
form .hs_recaptcha{
    /* padding-left: 6% !important; */
}

/* recaptcha end */

/* button start */
.hs-submit{
    /* padding-left: 3%; */
    padding-top: 2%;
}
.hs-button{
    background: #ff7a59 !important;
    font-size: 12px!important;
    font-weight: 700;
    padding: 15px;
    padding-bottom: 30px;
}
/* button end */
.hs-dependent-field{
  margin-bottom: 2% !important;
}