.custom_form .mktoForm input[type=text],
.custom_form .mktoForm input[type=url],
.custom_form .mktoForm input[type=email],
.custom_form .mktoForm input[type=tel],
.custom_form .mktoForm input[type=number],
.custom_form .mktoForm input[type=date],
.custom_form .mktoForm select.mktoField,
.custom_form .mktoForm textarea.mktoField.mktoForm input[type=email] {
    padding: 0.625rem 2.5rem 0.625rem 1.25rem !important;
    padding-right: 2.5rem !important;
    border-radius: 0 !important;
    color: #595959 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    width: 100% !important;
    height: auto !important;
    line-height: 1.5 !important; 
    font-size: 1rem !important;
    letter-spacing: 0.01em !important;
    font-weight: 400 !important;
}

.custom_form .mktoForm select.mktoField {
    background: url(https://508-DZY-310.mktoweb.com/rs/508-DZY-310/images/form-dropdown.svg?version=0) center right no-repeat;
}

.custom_form .mktoForm {
    width: 100% !important;
    padding-left: 0.75rem !important;
}

.custom_form .mktoForm .mktoFieldWrap .mktoGutter,
.custom_form .mktoForm .mktoOffset {
    width: 0 !important;
    height: 0 !important;
}

.custom_form .mktoForm .mktoFieldWrap label.mktoLabel {
    margin-bottom: 0.25rem !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    letter-spacing: 0.04em !important;
    /* color: #ffffff !important; */
    background: none !important;
    text-align: left !important;
    margin-bottom: 0.25rem !important;
    padding: 0 0 4px 0 !important;
    width: fit-content !important;
}

.custom_form .mktoForm .mktoRequiredField .mktoAsterix {
    display: block !important;
    float: right !important;
    /* color: #ffffff !important; */
    padding-left: 0.313rem !important;
}

.custom_form .mktoForm .mktoFormRow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100% !important;
    clear: unset !important;
    gap: 1rem;
}

.custom_form .mktoForm .mktoFormRow .mktoFormCol {
    flex: 0 0 calc(50% - 1rem / 2);
}

.mktoForm .mktoFieldWrap {
    float: unset !important;
}

.custom_form .mktoForm .mktoButtonRow .mktoButtonWrap {
    margin-left: 0 !important;
}

.custom_form .mktoForm .mktoButtonRow .mktoButton {
    margin-top: 2.5rem;
}

.custom_form.blue-form .mktoForm .mktoButtonRow .mktoButton {
    padding: 1.25rem 1.5rem !important;
    border: none !important;
    border-radius: 4.125rem !important;
    background-color: transparent !important;
    color: #FFFFFF !important;
    border: 0.125rem solid #FFFFFF !important;
    line-height: 1 !important;
    height: 100% !important;
    transition: background-color 0.5s ease !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
}

.custom_form.blue-form .mktoForm .mktoButtonRow .mktoButton:hover,
.custom_form.blue-form .mktoForm .mktoButtonRow .mktoButton:focus {
    background-color: #FFFFFF !important;
    transition: background-color 0.5s ease !important;
    color: #0C0C0C !important;
}

.custom_form.white-form .mktoForm .mktoButtonRow .mktoButton {
    padding: 1.25rem 1.5rem !important;
    border: none !important;
    border-radius: 4.125rem !important;
    background-color: #262aff !important;
    color: #FFFFFF !important;
    border: 0.125rem solid #262aff !important;
    line-height: 1 !important;
    transition: background-color 0.5s ease, border 0.5s ease !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    display: inline-flex !important;
}

.custom_form.white-form .mktoForm .mktoButtonRow .mktoButton:hover,
.custom_form.white-form .mktoForm .mktoButtonRow .mktoButton:focus {
    background-color: #2226E5 !important;
    border: 0.125rem solid #2226E5 !important;
    transition: background-color 0.5s ease, border 0.5s ease !important;
    color: #FFFFFF !important;
}





@media only screen and (max-width: 480px) {
    .custom_form .mktoForm .mktoFormRow .mktoFormCol {
        flex: 0 0 100%;
    }
}