#mktoForm form.mktoForm {
    width: auto !important;
    padding: 0;
}

#mktoForm form.mktoForm * {
    margin: 0;
    font-family: var(--bs-body-font-family) !important;
    font-size: var(--bs-body-font-size);
    line-height: var(--bs-body-line-height);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    float: none;
}

#mktoForm form.mktoForm *:not(a) {
    color: var(--bs-body-color);
}

#mktoForm .mktoForm .mktoOffset {
    display: none;
}

#mktoForm .mktoForm .mktoFormRow,
#mktoForm .mktoForm .mktoButtonRow {
    display: flex;
    flex-wrap: wrap;
}

#mktoForm .mktoForm .mktoFormCol,
#mktoForm .mktoForm .mktoButtonWrap {
    flex: 1 1 auto;
    position: relative;
}

#mktoForm .mktoForm .mktoGutter {
    display: none;
}

#mktoForm .mktoForm p {
    margin-bottom: 1rem;
}

#mktoForm .mktoForm input,
#mktoForm .mktoForm select,
#mktoForm .mktoForm textarea,
#mktoForm .mktoForm label,
#mktoForm .mktoForm .mktoHtmlText,
#mktoForm .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoLogicalField {
    width: 100% !important;
}

#mktoForm .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoCheckboxList .mktoList__item,
#mktoForm .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoRadioList .mktoList__item {
    display: flex;
    flex: none;
    max-width: 100%;
    min-height: 1em;
    margin-top: .5em;
    margin-right: 1em;
}

#mktoForm .mktoForm .mktoRequiredField .mktoAsterix {
    display: none;
}

#mktoForm .mktoForm input,
#mktoForm .mktoForm select {
    height: 41px;
}

#mktoForm .mktoForm input,
#mktoForm .mktoForm select,
#mktoForm .mktoForm textarea {
    border: solid 1px #7a99ac;
    background: #fff;
    padding: 0 15px;
}

#mktoForm .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select {
    width: 100% !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 1L7 7L0.999999 0.999999' stroke='%23505759' stroke-width='1.5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position-x: calc(100% - 10px);
    background-position-y: center;
}

#mktoForm .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoCheckboxList .mktoList__item,
#mktoForm .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoRadioList .mktoList__item {
    display: flex;
    flex: none;
    max-width: 100%;
    min-height: 1em;
    margin-top: .5em;
    margin-right: 1em;
}

#mktoForm .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoCheckboxList input[type=checkbox],
#mktoForm .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoCheckboxList input[type=radio] {
    margin: 2px 10px 0 0;
}

#mktoForm .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoCheckboxList input[type=checkbox],
#mktoForm .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoCheckboxList input[type=radio],
#mktoForm .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoCheckboxList label {
    display: inline-flex;
    min-width: 20px;
    width: auto !important;
    height: 22px;
}

#mktoForm .mktoButtonWrap.mktoSimple {
    margin: 0 !important;
}

#mktoForm .mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple .mktoButton {
    background-image: none;
    font-size: 1em;
    line-height: 1em;
    color: #fff;
    background-color: #624c80;
    font-weight: 400;
    text-transform: none;
    text-decoration: none;
    padding: 10px 22px;
    margin-top: 1em;
    border: 0;
    display: inline-block;
    transition: all .2s linear;
    border-radius: 14px;
    box-shadow: none;
}

#mktoForm .mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple .mktoButton:hover,
#mktoForm .mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple .mktoButton:active,
#mktoForm .mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple .mktoButton:focus,
#mktoForm .mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple .mktoButton:active:focus {
    color: #fff;
    background: #765b9a;
    outline: none !important;
    border: none !important;
    box-shadow: none;
    text-decoration: none;
}

#mktoForm .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoError {
    position: static !important;
}

#mktoForm .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoError .mktoErrorMsg {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    color: #9b2743 !important;
    font-weight: 400 !important;
    max-width: 100% !important;
    padding: 0 !important;
    text-shadow: none !important;
}

#mktoForm .mktoForm .mktoError .mktoErrorArrow {
    display: none;
}

@media (min-width: 576px) {}

@media (min-width: 768px) {
    #mktoForm .mktoForm .mktoFormRow {
        flex-wrap: nowrap;
    }

    #mktoForm .mktoForm .mktoFormCol {
        flex: 1 1 0;
    }
}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

@media (min-width: 1400px) {}