

.content-34 .desktop_table {
    display: block;
}
.content-34 .mobile_table {
    display: none;
}

/*** ----- ***/

.content-34 .table-heading-row {
    margin-bottom: 60px;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}
.content-34 .table-heading {
    flex: 0 0 auto;
    min-width: 0;
    padding: 30px 45px 30px;
    background: #2A2A2A;
    color: var(--white);
    border-right: 1px solid #D8D8D8;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.content-34 .table-heading:first-of-type {
    border-top-left-radius: 30px;
}
.content-34 .table-heading:last-of-type {
    border-top-right-radius: 30px;
}
.content-34 .table-heading:nth-child(3),
.content-34 .table-heading:nth-child(4),
.content-34 .table-heading:nth-child(5) {
    text-align: center;
}
.content-34 .table-heading p,
.content-34 .table-heading {
    overflow-wrap: anywhere;
}
.content-34 .table-heading > p {
    margin-bottom: 0;
}
.content-34 .table-heading > p.table-subheading {
    font-size: 12px;
    line-height: 16px;
    margin-top: 15px;
}

.content-34 .table-column-cell {
    flex: 0 0 auto;
    min-width: 0;
    padding: 36px 45px;
    border-right: 1px solid #D8D8D8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.content-34 .table-column-cell:last-child {
    border-right: 0px;
}
.content-34 .table-column-cell * {
    margin: 0;
}
.content-34 .table-column-cell:nth-child(n+3) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.content-34 .table-body-row .table-column-cell {
    border-bottom: 1px solid #D8D8D8;
}

.content-34 .table-body-row:nth-child(even) .table-column-cell{
    background: var(--lightest-grey);
}
.content-34 .table-body-row:nth-child(odd) .table-column-cell{
    background: #FFFFFF;
}
/*.content-34 .column_3.table-column-cell p {*/
/*    font-weight: 600;*/
/*}*/


/***** COLUMN SIZES *****/

@media(max-width: 1799.98px) {
    .content-34 .table-column-cell,
    .content-34 .table-heading {
        padding: 36px;
    }
    .content-34 .table-heading > p.table-subheading {
        margin-top: 5px;
    }
}




@media(max-width: 1599.98px) {
    .content-34 .table-column-cell,
    .content-34 .table-heading {
        padding: 20px;
    }
    .content-34 .table-heading:first-of-type {
        border-top-left-radius: 25px;
    }
    .content-34 .table-heading:last-of-type {
        border-top-right-radius: 25px;
    }
    .content-34 .increment_1,
    .content-34 .column_1 {
        padding-left: 40px;
    }
}





@media(max-width: 1199.98px){
    .content-34 .table-heading {
        padding: 15px 20px 15px;
    }
    .content-34 .table-column-cell {
        padding: 15px 20px;
    }
    .content-34 .increment_1,
    .content-34 .column_1 {
        padding-left: 30px;
    }
}



/**** Kick in mobile accordion ***/

@media(max-width: 991.98px){

    .content-34 .desktop_table {
        display: none;
    }
    .content-34 .mobile_table {
        display: block;
    }

    .content-34 .mobile_table .table-column-cell,
    .content-34 .mobile_table .table-heading {
        padding: 36px;
    }
    .content-34 .mobile_table .increment_1,
    .content-34 .mobile_table .column_1 {
        width: 100%;
        max-width: 100%;
    }
    .content-34 .mobile_table .increment_2,
    .content-34 .mobile_table .column_2 {
        width: 100%;
        max-width: 100%;
    }
    .content-34 .mobile_table .increment_3,
    .content-34 .mobile_table .column_3 {
        width: 100%;
        max-width: 100%;
    }
    .content-34 .mobile_table .increment_4,
    .content-34 .mobile_table .column_4 {
        width: 100%;
        max-width: 100%;
    }
    .content-34 .mobile_table .increment_5,
    .content-34 .mobile_table .column_5 {
        width: 100%;
        max-width: 100%;
    }

    .content-34 .mobile_table .accordion_dropdown .table-column-cell p {
        width: 100%;
        position: relative;
    }
    .content-34 .mobile_table .accordion_dropdown .table-column-cell p::after {
        content: '';
        display: block;
        position: absolute;
        bottom: -20px;
        left: 0;
        width: 100%;
        height: 1px;
        background: #d8d8d8;
    }
    .content-34 .mobile_table .accordion_dropdown .table-column-cell:last-of-type p::after {
        display: none;
    }

    .content-34 .mobile_table .table-heading-row {
        margin-bottom: 30px;
    }
    .content-34 .mobile_table .table-headings-row {
        display: none;
    }
    .content-34 .mobile_table .table-column-cell {
        border-right: 0px;
        padding: 20px 30px;
    }
    .content-34 .mobile_table .table-column-cell:nth-of-type(1) {
        padding-top: 0;
    }
    .content-34 .mobile_table .table-column-cell.column_1 p.h4style {
        font-size: 30px;
    }
    .content-34 .mobile_table .table-column-cell.column_1 {
        padding: 30px;
        position: relative;
    }
    .content-34 .mobile_table .column_1::after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%) rotate(-180deg);
        transition: ease all .3s;
        right: 30px;
        height: 15px;
        width: 15px;
        background-image: url('assets/plus.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .content-34 .mobile_table .column_1.active::after {
        background-image: url('assets/minus.svg');
        transform: translateY(-50%) rotate(0deg);
    }
    .content-34 .mobile_table .table-body-row:nth-child(odd) {
        background: #D8D8D8;
    }


    .content-34 .mobile_table .accordion_dropdown {
        padding-bottom: 5px;
        width: 100%;
    }

    .content-34 .mobile_table .accordion_dropdown span.column-heading {
        font-size: 18px;
        line-height: 24px;
        display: block;
        margin-bottom: 5px;
        font-weight: 600;
        width: 100%;
    }


    .content-34 .mobile_table .accordion_dropdown span.column-subheading {
        font-size: 14px;
        line-height: 21px;
        display: block;
        margin-bottom: 10px;
        font-weight: 400;
        width: 100%;
    }


    .content-34 .mobile_table .accordion_dropdown p {
        font-weight: 400;
    }


    .content-34 .mobile_table .mobile-heading {
        border-top-left-radius: var(--global-border-radius);
        border-top-right-radius: var(--global-border-radius);
        text-align: center;
        background: #2A2A2A;
    }
    .content-34 .mobile_table .mobile-heading * {
        color: var(--lightest-grey);
        margin-bottom: 0;
        padding: 30px;
    }
    .content-34 .mobile_table .table-body-row:last-of-type {
        border-bottom-left-radius: var(--global-border-radius);
        border-bottom-right-radius: var(--global-border-radius);
    }

    .content-34 .mobile_table .table-body-row {
        border-bottom: none;
    }

    .content-34 .mobile_table .table-body-row:nth-child(even) {
        background: #ffffff;
    }
    .content-34 .mobile_table .table-body-row:nth-child(odd) {
        background: var(--lightest-grey);
    }

    .content-34 .mobile_table .table-body-row .table-column-cell {
        border-bottom: none;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .content-34 .table-body-row:nth-child(even) .table-column-cell{
        background: transparent;
    }
    .content-34 .table-body-row:nth-child(odd) .table-column-cell{
        background: transparent;
    }

}