
body .white_form form .hs-input::placeholder,
body .white_form form .hs-input{
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #FFFFFF;
}
body .white_form form input[type=submit]{
    background: #FFFFFF;
    color: #D83867;
}
body .white_form form .hs-input{
    border: 1px solid #DEDFE1;
    background: transparent;
}

.custom_hubspot_form fieldset{
    display: flex;
    gap: 20px;
    max-width: 100% !important;
}
.custom_hubspot_form form{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
body .custom_hubspot_form .input{
    margin-right: 0 !important;
}
.no-list.hs-error-msgs{
    list-style: none;
    padding-left: 0;
}
.custom_hubspot_form fieldset label{
 
    display: block;
}

.custom_hubspot_form fieldset label span:first-of-type{
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #000;
}

.custom_hubspot_form input::placeholder{
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #646B72;
}
@media screen and (max-width: 600px) {
    body .custom_hubspot_form form{
        padding: 0;
    }
}
.custom_hubspot_form input[type=submit]{
    background: #D3E2F8;
    mix-blend-mode: normal;
    border-radius: 4px;
    color: #092DC5;
    font-weight: 400;
    font-size: 13px;
    line-height: 160%;
    text-transform: uppercase;
    width: 100%;
    border-color: transparent;
    padding: 10px 15px;
    cursor: pointer;
}

.hs-error-msg{
    font-size: 12px;
    color: #dc3232;
    text-align: center;
}

.custom_hubspot_form .hs-fieldtype-select .input{
    position: relative;
}

.custom_hubspot_form .hs-fieldtype-select .input:after{
    content: '';
    background: var(--wpr-bg-8e736473-8026-408f-89cc-35ae28ecee7c);
    min-width: 14px;
    height: 9px;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: calc(50% - 4.5px);
}

.custom_hubspot_form select{
    width: 100% !important;
}

.custom_hubspot_form input,
.custom_hubspot_form select{
    background-color: #fff;
    color: #333;
    display: block;
    float: none;
    border: 1px solid #ccc;
    padding: 6px 10px;
    height: 38px;
    width: 100%;
    line-height: 1.3;
    max-width: 100%!important;
    border-radius: 4px!important;
    min-height: 48px;
    font-weight: 400;
    font-size: 15px!important;
}