.withdrawal-switch__card {
    width: 100%;
    border: 1px solid #d5dbe3;
    border-radius: 14px;
    padding: 24px 40px;
    background: #fff;
    color: #1f2d3d;
    text-align: left;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.withdrawal-switch__card:hover,
.withdrawal-switch__card:focus {
    border-color: #9cc3ff;
    outline: 0;
}

.withdrawal-switch__card.is-active {
    border-color: #53e7d3;
    box-shadow: 0 0 0 1px #53e7d3;
}

.withdrawal-switch__title {
    display: block;
    font-size: 2.6rem;
    line-height: 1.3;
    margin-bottom: 6px;
}

.withdrawal-switch__subtitle {
    display: block;
    color: #6e7c89;
    font-size: 1.4rem;
    line-height: 1.4;
}

.withdrawal-switch > h2 {
    font-size: 32px !important;
    line-height: 1.18 !important;
}

.withdrawal-switch > p {
    font-size: 14px !important;
    line-height: 1.55 !important;
}

.withdrawal-switch [data-ws-content] {
    margin-top: 28px !important;
}

.withdrawal-switch .form-theme-standard,
.withdrawal-switch .is24form form.form-theme-standard,
.withdrawal-switch .is24form > form.form-theme-standard {
    padding: 0 !important;
}

.withdrawal-switch [data-ws-content="optionOne"] .titleblock .align-left {
    margin: 0 0 28px !important;
}

.withdrawal-switch [data-ws-content="optionOne"] .titleblock h2,
.withdrawal-switch [data-ws-content="optionOne"] .titleblock h2 span {
    border: 0 !important;
    color: rgb(51, 51, 51) !important;
    display: block;
    font-size: 38px !important;
    font-weight: 400 !important;
    line-height: 1.15 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.withdrawal-switch [data-ws-content="optionOne"] .titleblock h2 {
    margin-bottom: 22px !important;
}

.withdrawal-switch [data-ws-content="optionOne"] .titleblock p,
.withdrawal-switch [data-ws-content="optionOne"] .titleblock p span {
    color: rgb(51, 51, 51) !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.55 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.withdrawal-switch [data-ws-content="optionOne"] .spacer.section,
.withdrawal-switch [data-ws-content="optionOne"] .spacer.section hr {
    display: none !important;
}

.withdrawal-switch .is24form h3 {
    font-size: 38px !important;
    line-height: 1.12 !important;
    font-weight: 400 !important;
    color: #37393d;
    margin: 0 0 20px !important;
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
}

.withdrawal-switch .is24form fieldset {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.withdrawal-switch .is24form .fieldset {
    border-top: 0 !important;
    box-shadow: none !important;
}

.withdrawal-switch .is24form > form > .fieldset:empty {
    display: none;
}

.withdrawal-switch .is24form .grid {
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
}

.withdrawal-switch .is24form .gridcomponent,
.withdrawal-switch .is24form .griditem {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.withdrawal-switch .is24form .gutter-s > .grid-item,
.withdrawal-switch .is24form .gutter-l > .grid-item {
    margin-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.withdrawal-switch .is24form .formelement:not(.hidden) {
    margin-bottom: 21px !important;
}

.withdrawal-switch:not([data-author-mode="true"]) .is24form .hidden.formelement {
    display: none !important;
}

.withdrawal-switch[data-author-mode="true"] .is24form .hidden.formelement {
    display: block !important;
    margin-bottom: 21px !important;
}

.withdrawal-switch .is24form .submit.formelement {
    margin-bottom: 0 !important;
}

.withdrawal-switch .is24form .input-text.error,
.withdrawal-switch .is24form .select.error,
.withdrawal-switch .is24form .is-invalid .input-text,
.withdrawal-switch .is24form .is-invalid .select,
.withdrawal-switch .is24form .textarea.error {
    background-color: #fff !important;
    border-color: #e00000 !important;
}

.withdrawal-switch .is24form .status-message {
    margin-bottom: 32px;
}

.withdrawal-switch .is24form > form > .fieldset:last-of-type {
    margin-top: 32px !important;
}

.withdrawal-switch .is24form > form > .fieldset:last-of-type .inline-block {
    font-size: inherit !important;
}

.withdrawal-switch .is24form .withdrawal-switch__form-footer {
    align-items: center;
    display: grid !important;
    grid-template-columns: minmax(180px, 1fr) auto minmax(180px, 1fr);
    column-gap: 24px;
}

.withdrawal-switch .is24form .withdrawal-switch__footer-required {
    color: rgb(134, 134, 134);
    font-size: 14px !important;
    grid-column: 1;
    line-height: 1.45;
    margin-top: 0 !important;
    order: 1;
}

.withdrawal-switch .is24form .withdrawal-switch__footer-copy {
    color: rgb(51, 51, 51);
    display: block;
    font-size: 14px;
    grid-column: 2;
    justify-self: center;
    line-height: 1.45;
    order: 2;
    text-align: center;
}

.withdrawal-switch .is24form .withdrawal-switch__footer-action {
    float: none !important;
    grid-column: 3;
    justify-self: end;
    order: 3;
}

@media (min-width: 669px) {
    .withdrawal-switch .is24form .grid > .grid-item[class*="lap-"][class*="-twelfth"],
    .withdrawal-switch .is24form .grid > .grid-item[class*="desk-"][class*="-twelfth"] {
        width: 50% !important;
    }

    .withdrawal-switch .is24form .grid > .grid-item[class*="lap-"][class*="-twelfth"]:nth-child(odd),
    .withdrawal-switch .is24form .grid > .grid-item[class*="desk-"][class*="-twelfth"]:nth-child(odd) {
        padding-right: 8px !important;
    }

    .withdrawal-switch .is24form .grid > .grid-item[class*="lap-"][class*="-twelfth"]:nth-child(even),
    .withdrawal-switch .is24form .grid > .grid-item[class*="desk-"][class*="-twelfth"]:nth-child(even) {
        padding-left: 8px !important;
    }

    .withdrawal-switch .is24form .grid > .grid-item.one-whole {
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (max-width: 668px) {
    .withdrawal-switch .is24form h3 {
        font-size: 3.4rem !important;
    }

    .withdrawal-switch .is24form .withdrawal-switch__form-footer {
        grid-template-columns: 1fr;
        row-gap: 16px;
    }

    .withdrawal-switch .is24form .withdrawal-switch__footer-required {
        grid-column: auto;
    }

    .withdrawal-switch .is24form .withdrawal-switch__footer-copy {
        grid-column: auto;
        text-align: left;
    }

    .withdrawal-switch .is24form .withdrawal-switch__footer-action {
        grid-column: auto;
        justify-self: stretch;
    }
}
