/*reset marketo styles*/
[id^="mktoForm"] *{
    font-family: var(--font-family) !important;
    font-size: 1rem;
    font-weight: 400 !important;
    float: none !important;
    height: auto !important;
    clear: none !important;
    min-height: auto !important;
    margin: 0 !important;

}
#LblformOptIn{
    font-weight: 200 !important;
}

.mktoCaptchaDisclaimer {
    align-self: center;
    grid-column: 1 / -1;
}
/*#LblflexField11, #flexField11{*/
/*    display: none !important;*/
/*}*/



[id^="mktoForm"]{
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-items: center;
    justify-content: center;
    gap: 15px;
}

.mktoForm label{
    display: flex !important;
    gap: 5px;
    align-items: center;
    width: 100% !important;
    color: #fff !important;
    padding-bottom: 10px !important;

}

.mktoButtonRow{
    grid-column: 2;
    grid-row: 5 !important;
}

button.mktoButton{
    border: none !important;
    width: 100% !important;
    height: 44px !important;
    border-radius: 7px;
    background: var(--light-blue) !important;
    box-shadow: 0px 0px 9.2px 0px #6022A6;
    transition: 0.3s ease-in-out;
}

button.mktoButton:hover{
    width: 110% !important;
}

.mktoFormRow:has(.mktoHtmlText) {
    color: #fff !important;
    font-weight: 400 !important;
    display: flex;
    flex-direction: row-reverse;
    grid-column: 1;
    grid-row: 5 !important;
}

.mktoHtmlText{
    width: 400px !important;
    max-width: 100% !important;
}

#explicit_opt_in{
    padding: 0 !important;
    width: 20px !important;
    height: 20px !important;
    border-radius: 4px !important;
    border-color: #fff !important;
    border-style: solid !important;
    background-color: #ffffff !important;
}

input[type="checkbox"]:checked, input[type="checkbox"]{
    background-color: #6022A6 !important;
    width: 20px !important;
    height: 20px !important;
}

.mktoForm input[type="text"], .mktoForm input[type="email"], .mktoForm input[type="tel"], .mktoForm select {

    width: 465px !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding: 10px 36px 10px 5px !important;
    border-radius: 4px;

}

.mktoFormRow:has(label#LblformOptIn){
    grid-column: 1;
}

.mktoFieldWrap:has(#LblformOptIn){
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.mktoFormRow:has(#Title){

}

@media (max-width: 1000px) {
    .mktoForm input[type="text"], .mktoForm input[type="email"], .mktoForm input[type="tel"], .mktoForm select {

        width: 265px !important;
    }

    .mktoHtmlText{
        width: 260px !important;

    }
}

@media (max-width: 820px) {

    [id^="mktoForm"] {
        display: flex;
        flex-direction: column;
        flex: 1;
        align-items: center;
        justify-content: center;
    }

    .mktoFieldWrap:has(#LblformOptIn) {
        max-width: 300px;
    }

    .mktoForm .mktoRadioList, .mktoForm .mktoCheckboxList {
        width: 20px !important;
        margin-right: 20px !important;
    }

    /*.mktoFormRow:has([name="LeadSource"]) {*/
    /*    background: red;*/
    /*    grid-row: 1 !important;*/
    /*}*/
    .mktoCaptchaDisclaimer {
        max-width: 100% ;
        text-align: center !important;
    }
}