.hbspt-form{
    font-family: "proxima-nova","sans-serif" !important;
}
.hbspt-form h1,
.hbspt-form h2,
.hbspt-form h3,
.hbspt-form h4,
.hbspt-form h5{
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -0.5px;
}
.hbspt-form strong{
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 8px;
}
.hbspt-form fieldset{
    max-width: 100% !important;
    margin-bottom: 20px !important;
}
.hbspt-form input,
.hbspt-form select,
.hbspt-form textarea{
    color: #4f6171;
    font-family: "proxima-nova","sans-serif" !important;
}
.hbspt-form input[type="text"],
.hbspt-form select,
.hbspt-form input[type="email"],
.hbspt-form textarea{
    padding: 14px 12px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 8px;
    background-color: #fff;
    border: solid 1px rgba(37, 55, 70, 0.12);
    width: 100% !important;
}
.hbspt-form input[type="submit"]{
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    background-color: #007db8;
    border: none;
    border-radius: 4px;
    padding: 16px 24px;
}
.hbspt-form .hs-error-msgs{
    list-style: none;
    padding: 0;
    margin: 0;
}
.hbspt-form .hs-form-required{
    color: #db504a;
    margin-left: 2px;
}
.hbspt-form .hs-error-msg{
    color: #d9291c;
    margin-top: 8px;
}
.hbspt-form .hs-input.invalid{
    border-color: #d9291c;
}
.hbspt-form .hs-richtext{
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.16px;
}
.hbspt-form a{
    color: #007db8;
    text-decoration: none;
}


.hs-input{
    height: unset;
}

.hs-form-field .inputs-list{
    padding: 0;
    margin: 16px 0 0;
    list-style: none;
}
.hs-form-field input[type="text"],
.hs-form-field select,
.hs-form-field input[type="email"],
.hs-form-field input[type="tel"]{
    background-color: #fff;
    padding: 12px;
    border-radius: 8px;
    border: solid 1px rgba(37, 55, 70, 0.12);
}
.hs-form-field label{
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 8px;
    display: inline-block;
}
.hs-form-field .hs-form-checkbox,
.hs-form-field .hs-form-radio{
    margin-bottom: 10px;
}
.hs-form-field .hs-form-checkbox input,
.hs-form-field .hs-form-radio input{
    display: none;
}
.hs-form-field .hs-form-checkbox span,
.hs-form-field .hs-form-radio span{
    position: relative;
    padding-left: 40px;
    display: inline-block;
}
.hs-form-field .hs-form-checkbox span::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #ffffff;
    border: solid 1px rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    width: 20px;
    height: 20px;
}
.hs-form-field .hs-form-checkbox span::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 7px;
    transform: translateY(-50%);
    background-color: #ffffff;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}
.hs-form-field .hs-form-checkbox input:checked ~ span::before{
    background-color: #007db8;
}

.hs-form-field .hs-form-radio span::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #ffffff;
    border: solid 1px rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    width: 20px;
    height: 20px;
}
.hs-form-field .hs-form-radio span::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 7px;
    transform: translateY(-50%);
    background-color: #ffffff;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}
.hs-form-field .hs-form-radio input:checked ~ span::before{
    background-color: #007db8;
}
