.table-section-background {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.table-section-background .table-section--title {
    font-family: "NNNittiGrotesk-Heading";
    font-size: 3.125rem;
    text-align: center;
    margin-bottom: 6.25rem
}

.table-section-background .table-section--title p {
    margin: 0
}

.table-section-background .table {
    position: relative;
    margin-bottom: 2.5rem;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .08)
}

@media screen and (max-width: 63.99875em) {
    .table-section-background .table {
        padding-left: 0;
        overflow: auto
    }

    .table-section-background .table .columns {
        min-width: 12.5rem
    }

    .table-section-background .table .keys {
        position: absolute;
        max-width: 12.5rem;
        top: 0;
        left: 0
    }
}

.table-section-background .table .cell {
    position: relative;
    min-height: 4.875rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.table-section-background .table .cell .mgnlEditorBar {
    position: absolute !important;
    width: calc(100% - 1.75rem) !important;
    top: 0;
    left: 0
}

.table-section-background .table .cell.cell-header,
.table-section-background .table .cell.cell-price .price {
    font-family: "NNNittiGrotesk-Heading";
    font-size: 2.125rem;
    text-align: center;
    color: #ee7f00;
    margin: 0;
    width: 100%
}

.table-section-background .table .cell.cell-header {
    min-height: 12rem;
    padding: 2rem .3125rem .3125rem
}

@media print,
screen and (min-width: 40em) {
    .table-section-background .table .cell.cell-header {
        min-height: 8.375rem
    }
}

.table-section-background .table .cell.cell-checkbox {
    min-height: 9rem
}

.table-section-background .table .cell.cell-submit {
    min-height: 5.625rem;
    align-items: center
}

.table-section-background .table .cell.cell-submit .btn {
    width: 60%
}

.table-section-background .table .cell.cell-submit input {
    margin-bottom: 0
}

.table-section-background .table .cell .text {
    font-size: 1.125rem;
    font-weight: 300;
    display: block;
    line-height: 1.3
}

.table-section-background .table .cell.cell-key {
    line-height: 1
}

.table-section-background .table .cell.cell-key p {
    margin: 0
}

.table-section-background .table .cell.cell-key .tooltip {
    padding: 0 .375rem
}

.table-section-background .table .cell.cell-key .tooltip span {
    font-size: .875rem;
    font-weight: 300;
    line-height: 1.3
}

.table-section-background .table .cell.cell-text-value {
    font-size: 1.5rem;
    font-weight: 300;
    text-align: center;
    vertical-align: middle
}

.table-section-background .table .cell.cell-checkbox {
    flex-direction: column
}

.table-section-background .table .cell.cell-checkbox label {
    margin-bottom: 1rem
}

.table-section-background .table .cell.cell-checkbox .checkmark {
    display: block;
    position: relative;
    height: 1.5rem;
    width: 1.5rem;
    background-color: #fff;
    border: solid 1px #d3d3d3;
    border-radius: 3px
}

.table-section-background .table .cell.cell-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.table-section-background .table .cell.cell-checkbox input[type=checkbox]:checked~.checkmark {
    display: block
}

.table-section-background .table .cell.cell-checkbox input[type=checkbox]:checked~.checkmark:after {
    display: block
}

.table-section-background .table .cell.cell-checkbox .checkmark:after {
    left: .563rem;
    top: .313rem;
    width: .313rem;
    height: .625rem;
    border: solid #f39100;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

.table-section-background .table .cell.cell-checkbox p {
    margin: 0;
    font-size: 1.375rem
}

.table-section-background .table .row .keys-wrapper {
    position: absolute;
    max-width: 12.5rem
}

@media print,
screen and (min-width: 64em) {
    .table-section-background .table .row .keys-wrapper {
        position: static
    }
}

.table-section-background .table .row .keys-wrapper .keys {
    font-size: 1.125rem;
    font-weight: 300
}

.table-section-background .table .row .keys-wrapper .keys .cell {
    border-right: 1px solid #ffebd5
}

.table-section-background .table .row .keys-wrapper .keys .cell-key {
    padding-left: 10%;
    padding-right: 10%;
    justify-content: flex-start;
    line-height: 1.3;
    align-content: center
}

.table-section-background .table .row .keys-wrapper .keys .cell-key p {
    line-height: 1.3
}

.table-section-background .table .row .keys-wrapper .row.columns .row:nth-child(2n) {
    background: #f4f4f4
}

.table-section-background .table .row .offers-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-left: 12.5rem;
    overflow-x: auto
}

@media print,
screen and (min-width: 64em) {
    .table-section-background .table .row .offers-wrapper {
        margin-left: 0
    }
}

.table-section-background .table .row .offers-wrapper form .row:nth-child(2n):not(:last-child) {
    background: #f4f4f4
}

.table-section-background .table .row .offers-wrapper form .row.column.collapse.cell.cell-checkbox.cell-checkbox-checked {
    background: #ffebd5
}

@media(hover: hover) {
    .table-section-background .table .row .offers-wrapper form .row.column.collapse.cell.cell-checkbox:hover {
        background: #ffebd5
    }
}

.table-section-background .table .row .offers-wrapper>.row:not(:last-child) .cell {
    border-right: 1px solid #ffebd5
}

.table-section-background .table .row .offers-wrapper>.row:not(:last-child):first-child .cell-submit {
    border-left: 1px solid #ffebd5
}

.table-section-background .table .row .offers-wrapper .row .cell-header {
    position: relative
}

.table-section-background .table .row .offers-wrapper .row .cell-header .badge {
    position: absolute;
    top: 1rem;
    transform: translate(0, -50%);
    z-index: 1;
    color: #fff;
    background: linear-gradient(90deg, #f39100 0%, #ee7101 50%, #e94d09 100%);
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.table-section-background .table .row .offers-wrapper .row:nth-of-type(1) .cell-header {
    color: #f39100
}

.table-section-background .table .row .offers-wrapper .row:nth-of-type(1) .cell-price .price {
    color: #f39100
}

.table-section-background .table .row .offers-wrapper .row:nth-of-type(2) .cell-header {
    color: #ee7101
}

.table-section-background .table .row .offers-wrapper .row:nth-of-type(2) .cell-price .price {
    color: #ee7101
}

.table-section-background .table .row .offers-wrapper .row:nth-of-type(3) .cell-header {
    color: #e94d09
}

.table-section-background .table .row .offers-wrapper .row:nth-of-type(3) .cell-price .price {
    color: #e94d09
}

.table-section-background .banner-wrapper {
    background: #f4f4f4;
    padding: 3.5rem 1rem 4.125rem;
    position: relative
}

@media print,
screen and (min-width: 40em) {
    .table-section-background .banner-wrapper {
        padding: 2.25rem 1rem 2.5rem 6.5rem
    }
}

@media print,
screen and (min-width: 64em) {
    .table-section-background .banner-wrapper {
        padding: 2.375rem 1rem 3rem 6.5rem
    }
}

.table-section-background .banner-wrapper .icon-wrapper {
    display: none
}

@media print,
screen and (min-width: 40em) {
    .table-section-background .banner-wrapper .icon-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: center;
        position: absolute;
        bottom: 0;
        left: 2rem;
        max-height: 90%;
        max-width: 10rem;
        padding-left: 1rem
    }
}

@media print,
screen and (min-width: 40em) {
    .table-section-background .banner-wrapper .banner-content {
        padding-left: 6.5rem
    }
}

@media print,
screen and (min-width: 64em) {
    .table-section-background .banner-wrapper .banner-content {
        padding-left: 6.5rem
    }
}

.table-section-background .banner-wrapper .banner-content .banner-title {
    font-size: 1.5rem;
    color: #000;
    line-height: 1.3;
    font-family: "NNNittiGrotesk-Heading";
    margin-bottom: 0
}

@media print,
screen and (min-width: 40em) {
    .table-section-background .banner-wrapper .banner-content .banner-title {
        margin-bottom: .375rem;
        line-height: 1.4;
        color: #414141
    }
}

@media print,
screen and (min-width: 64em) {
    .table-section-background .banner-wrapper .banner-content .banner-title {
        line-height: 1.5;
        margin-bottom: .25rem
    }
}

.table-section-background .banner-wrapper .banner-content .banner-paragraph {
    margin-bottom: 2.75rem;
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 300;
    font-family: "NNNittiGrotesk-TextRegular"
}

@media print,
screen and (min-width: 40em) {
    .table-section-background .banner-wrapper .banner-content .banner-paragraph {
        margin-bottom: 1.625rem;
        line-height: 1.3
    }
}

@media print,
screen and (min-width: 64em) {
    .table-section-background .banner-wrapper .banner-content .banner-paragraph {
        margin-bottom: 1.125rem
    }
}

.table-section-background .banner-wrapper .banner-content .section-link {
    display: block
}

@media print,
screen and (min-width: 40em) {
    .table-section-background .banner-wrapper .banner-content .btn {
        display: none
    }
}