.acf-table-block > .wrapper > .title {
    font-size: 25px;
    line-height: 31px;
    color: #12356C;
    font-family: "cf_asty_st_medium", sans-serif;
    padding-bottom: 0;
    margin-bottom: 94px;
}

.table .cell.center {
    justify-content: center;
    text-align: center;
}

.table .cell.left {
    justify-content: flex-start;
    text-align: left;
}

.table .cell.right {
    justify-content: flex-end;
    text-align: right;
}

.acf-table-block[class*="BG#12356c"] .table .body .right-side .cell,
.acf-table-block[class*="BG#12356c"] > .wrapper > .title {
    color: #fff;
}

.acf-table-block[class*="BG#12356c"] .table .body .left-side .cell,
.acf-table-block[class*="BG#12356c"] .table.on-820 .body .row .cell:first-child {
    color: #00DED5;
}

.acf-table-block[class*="BG#12356c"] .table.on-820 .body .row .cell:not(:empty):first-child {
    display: inline-flex;
}

.acf-table-block[class*="BG#12356c"] .table.on-820 .body .row {
    text-align: left;
}

.acf-table-block[class*="BG#12356c"] .table.on-820 .body .row .row .cell {
    border: 0
}

.table .cell {
    padding: 16px 22px;
    text-align: left;
}

.table {
    display: inline-block;
}

.table .left-side,
.table .right-side,
.table .cell {
    display: inline-block;
    vertical-align: top;
}

.table .head .cell {
    font-size: 16px;
    line-height: 20px;
    color: #12356C;
    box-sizing: border-box;
}

.table .body .cell {
    font-size: 18px;
    line-height: 22px;
    color: #12356C;
    display: flex;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
}

.table .body .left-side .row .cell,
.table .head .cell {
    font-family: "cf_asty_st_medium", sans-serif;
}

.table .body .row .cell {
    border-top: 1px solid #DADADA;
    border-left: 1px solid #DADADA;
}

.table.on-820 .body .row .row .cell {
    width: 50%;
    flex: 0 0 50%;
}

.table.on-820 .body .row .row:not(:last-of-type) {
    border-bottom: 1px solid #DADADA;
}

.table.on-820 .body .row:last-child .cell {
    border-bottom: 0;
}

.table.on-820 .body .row .row .cell:last-child {
    border-right: 1px solid #DADADA;
}

.table.on-820 .body .row .row .cell {
    border-top: 0;
}

.table.on-820 .body .row .cell.active {
    justify-content: center;
    background-color: #12356c;
    border: 0;
    color: #fff;
}

.table {
    margin: auto;
}

.table .body .row:last-child .cell,
.table.on-820 .body-wrapper > .row:last-child .row:last-of-type {
    border-bottom: 1px solid #DADADA;
}

.table .body .right-side .row .cell:last-child {
    border-right: 1px solid #DADADA;
}

.table .cell:empty {
    display: none;
}

@media screen and (max-width: 1580px) {
    .acf-table-block .table {
        width: 100% !important;
    }
}

@media screen and (max-width: 820px) {
    .acf-table-block[class*="BG#12356c"] .table.on-820 .body .row .row .cell {
        color: #fff;
        width: 100%;
        flex: 0 0 100%;
        margin-bottom: 25px;
    }

    .acf-table-block[class*="BG#12356c"] .table.on-820 .cell {
        padding: 4px 0;
    }

    .acf-table-block[class*="BG#12356c"] .table.on-820 .body-wrapper > .row:last-child .row:last-of-type {
        border-bottom: 0;
    }

    
}

@media screen and (max-width: 720px) {
    /* .acf-table-block .table .cell {
        width: 140px !important;
        flex: 0 0 140px !important;
        padding: 10px;
        white-space: normal;
    }

    .acf-table-block .table .body .cell {
        font-size: 16px;
        line-height: 18px;
    }

    .acf-table-block .table .head .cell {
        font-size: 16px;
        line-height: 18px;
    }

    .acf-table-block .table .body-wrapper .simplebar-content,
    .acf-table-block .table .head {
        white-space: nowrap;
    } */

    .acf-table-block .table div.left-side {
        width: 140px !important;
        flex: 0 0 140px !important;
    }
}



