.table-section-responsive-background {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.table-section-responsive-background .table {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .08)
}

@media print,
screen and (min-width: 40em) {
    .table-section-responsive-background .table {
        margin-top: 1rem
    }
}

@media print,
screen and (min-width: 64em) {
    .table-section-responsive-background .table .columns {
        min-width: 12.5rem
    }
}

.table-section-responsive-background .table .cell {
    position: relative;
    min-height: 3.4rem;
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (max-width: 39.99875em) {
    .table-section-responsive-background .table .cell {
        border-right: none
    }
}

@media print,
screen and (min-width: 40em) {
    .table-section-responsive-background .table .cell {
        min-height: 4.875rem
    }
}

.table-section-responsive-background .table .cell:not(:last-child) {
    border-right: 1px solid transparent
}

@media print,
screen and (min-width: 40em) {
    .table-section-responsive-background .table .cell:not(:last-child) {
        border-right: 1px solid #ffebd5
    }
}

.table-section-responsive-background .table .cell-icon img {
    max-width: 75px
}

@media print,
screen and (min-width: 40em) {
    .table-section-responsive-background .table .cell-checkbox {
        min-height: 7rem
    }
}

@media print,
screen and (min-width: 64em) {
    .table-section-responsive-background .table .cell-checkbox {
        min-height: 9rem
    }
}

.table-section-responsive-background .table .cell-header,
.table-section-responsive-background .table .cell-price .price {
    font-family: "NNNittiGrotesk-Heading";
    color: #ee7f00;
    margin: 0;
    width: 100%
}

.table-section-responsive-background .table .cell-text-value {
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    vertical-align: middle
}

@media print,
screen and (min-width: 40em) {
    .table-section-responsive-background .table .cell-text-value {
        font-size: 1.5rem;
        font-weight: 300
    }
}

.table-section-responsive-background .table .cell-text-value p {
    margin: 0
}

.table-section-responsive-background .table .cell-key {
    font-size: 1.125rem;
    font-weight: 300;
    padding-left: 3% !important;
    padding-right: 3% !important;
    justify-content: flex-start;
    line-height: 1.3;
    align-content: center
}

@media screen and (max-width: 39.99875em) {
    .table-section-responsive-background .table .cell-key {
        flex: 1 100%
    }
}

@media print,
screen and (min-width: 40em) {
    .table-section-responsive-background .table .cell-key {
        max-width: 12.5rem
    }
}

.table-section-responsive-background .table .cell-key .nn-tooltip-trigger {
    margin-top: .2rem
}

.table-section-responsive-background .table .cell-key p {
    line-height: 1.3
}

.table-section-responsive-background .table .cell-key-empty {
    display: none
}

@media print,
screen and (min-width: 40em) {
    .table-section-responsive-background .table .cell-key-empty {
        display: block;
        background: #fff;
        width: 12.5rem;
        border-bottom-left-radius: 15px
    }
}

.table-section-responsive-background .table .cell-checkbox {
    flex-direction: column;
    padding: .5rem 0
}

@media(hover: hover) {
    .table-section-responsive-background .table .cell-checkbox:hover {
        background: #ffebd5
    }
}

.table-section-responsive-background .table .cell-checkbox.cell-checkbox-checked {
    background: #ffebd5
}

.table-section-responsive-background .table .cell-checkbox label {
    margin-bottom: 1rem
}

.table-section-responsive-background .table .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-responsive-background .table .cell-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.table-section-responsive-background .table .cell-checkbox input[type=checkbox]:checked~.checkmark {
    display: block
}

.table-section-responsive-background .table .cell-checkbox input[type=checkbox]:checked~.checkmark:after {
    display: block
}

.table-section-responsive-background .table .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-responsive-background .table .cell-checkbox p {
    margin: 0;
    font-size: 1rem
}

@media print,
screen and (min-width: 40em) {
    .table-section-responsive-background .table .cell-checkbox p {
        font-size: 1.375rem
    }
}

.table-section-responsive-background .table .cell-price {
    font-size: 1rem;
    text-align: center
}

@media print,
screen and (min-width: 40em) {
    .table-section-responsive-background .table .cell-price {
        font-size: 1.5rem
    }
}

@media print,
screen and (min-width: 64em) {
    .table-section-responsive-background .table .cell-price {
        font-size: 2.125rem
    }
}

.table-section-responsive-background .table .cell-price:nth-of-type(2) .price {
    color: #f39100
}

.table-section-responsive-background .table .cell-price:nth-of-type(3) .price {
    color: #ee7101
}

.table-section-responsive-background .table .cell-price:nth-of-type(4) .price {
    color: #e94d09
}

.table-section-responsive-background .table .cell-header {
    position: relative;
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 2rem .3125rem .3125rem !important;
    height: auto
}

@media screen and (max-width: 39.99875em) {
    .table-section-responsive-background .table .cell-header {
        border-right: none
    }

    .table-section-responsive-background .table .cell-header:nth-of-type(1) {
        display: none !important
    }
}

@media print,
screen and (min-width: 40em) {
    .table-section-responsive-background .table .cell-header {
        font-size: 1.7rem
    }
}

@media print,
screen and (min-width: 40em) {
    .table-section-responsive-background .table .cell-header {
        font-size: 2.125rem
    }
}

.table-section-responsive-background .table .cell-header:nth-of-type(2) {
    color: #f39100
}

.table-section-responsive-background .table .cell-header:nth-of-type(3) {
    color: #ee7101
}

.table-section-responsive-background .table .cell-header:nth-of-type(4) {
    color: #e94d09
}

.table-section-responsive-background .table .cell-header .badge {
    position: absolute;
    top: 1.625rem;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -100%);
    white-space: nowrap;
    color: #fff;
    background: linear-gradient(90deg, #f39100 0%, #ee7101 50%, #e94d09 100%);
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

@media screen and (max-width: 39.99875em) {
    .table-section-responsive-background .table .cell-header .badge {
        font-size: .7rem;
        padding: .3rem .4rem
    }
}

@media print,
screen and (min-width: 40em) {
    .table-section-responsive-background .table .cell-header .badge {
        top: 1rem;
        transform: translate(-50%, -50%)
    }
}

.table-section-responsive-background .table .cell-submit {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center
}

.table-section-responsive-background .table .cell-submit .link,
.table-section-responsive-background .table .cell-submit .btn {
    margin: 1rem .5rem
}

@media screen and (max-width: 39.99875em) {
    .table-section-responsive-background .table .cell-submit {
        min-height: 0;
        border: none
    }

    .table-section-responsive-background .table .cell-submit .btn {
        font-size: 1rem;
        padding: .6rem .7rem;
        margin: .5rem 0;
        border: none;
        width: 85%
    }
}

@media print,
screen and (min-width: 40em) {
    .table-section-responsive-background .table .cell-submit {
        align-items: center;
        min-height: 5.625rem
    }

    .table-section-responsive-background .table .cell-submit .btn {
        width: 70%
    }
}

@media print,
screen and (min-width: 64em) {
    .table-section-responsive-background .table .cell-submit .btn {
        width: 60%
    }
}

.table-section-responsive-background .table .cell-submit input {
    margin-bottom: 0
}

.table-section-responsive-background .table .cell .text {
    font-size: 1.125rem;
    font-weight: 300;
    display: block;
    line-height: 1.3
}

@media screen and (max-width: 39.99875em) {
    .table-section-responsive-background .table .offers-wrapper:nth-child(2n) .cell:not(.cell-submit) {
        background: #f4f4f4
    }

    .table-section-responsive-background .table .offers-wrapper .cell:not(.cell-key):not(:last-child):after {
        content: " ";
        position: absolute;
        right: 0;
        height: 45%;
        width: 2px;
        background-color: #ffebd5
    }
}

@media print,
screen and (min-width: 40em) {
    .table-section-responsive-background .table .offers-wrapper:nth-child(2n):not(.row-submits) {
        background: #f4f4f4
    }

    .table-section-responsive-background .table .offers-wrapper.row-prices:not(last-child):not(:nth-last-child(2)) .cell-price {
        margin-top: 1.5rem;
        min-height: 0
    }
}

.table-section-responsive-background .banner-wrapper {
    background: #f4f4f4;
    padding: 3.5rem 1rem 4.125rem;
    position: relative
}

@media print,
screen and (min-width: 40em) {
    .table-section-responsive-background .banner-wrapper {
        padding: 2.25rem 1rem 2.5rem 6.5rem
    }
}

@media print,
screen and (min-width: 64em) {
    .table-section-responsive-background .banner-wrapper {
        padding: 2.375rem 1rem 3rem 6.5rem
    }
}

.table-section-responsive-background .banner-wrapper .icon-wrapper {
    display: none
}

@media print,
screen and (min-width: 40em) {
    .table-section-responsive-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-responsive-background .banner-wrapper .banner-content {
        padding-left: 6.5rem
    }
}

@media print,
screen and (min-width: 64em) {
    .table-section-responsive-background .banner-wrapper .banner-content {
        padding-left: 6.5rem
    }
}

.table-section-responsive-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-responsive-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-responsive-background .banner-wrapper .banner-content .banner-title {
        line-height: 1.5;
        margin-bottom: .25rem
    }
}

.table-section-responsive-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-responsive-background .banner-wrapper .banner-content .banner-paragraph {
        margin-bottom: 1.625rem;
        line-height: 1.3
    }
}

@media print,
screen and (min-width: 64em) {
    .table-section-responsive-background .banner-wrapper .banner-content .banner-paragraph {
        margin-bottom: 1.125rem
    }
}

.table-section-responsive-background .banner-wrapper .banner-content .section-link {
    display: block
}

@media print,
screen and (min-width: 40em) {
    .table-section-responsive-background .banner-wrapper .banner-content .btn {
        display: none
    }
}