.bsg-comp-table--desktop {
    display: none
}

@media(min-width:1025px) {
    .bsg-comp-table--desktop {
        display: block
    }
}


.bsg-comp-table__table {
    border-spacing: 0;
    width: 100%
}

.bsg-comp-table__table th {
    font-weight: 700;
    padding-left: 20px;
    text-align: left;
    text-decoration: none;
    text-transform: none;
    width: 30%
}

.bsg-comp-table__table td {
    width: 70%
}

.bsg-comp-table__table td p {
    margin: 0
}

.bsg-comp-table__table td,
.bsg-comp-table__table__row th {
    border-bottom: none;
    font-family: 'Inter-Regular';
    font-size: 16px;
    line-height: 19px;
    padding: 20px;
    text-align: left
}

@media(min-width:1025px) {
    .bsg-comp-table__table {
        display: block
    }

    .bsg-comp-table__table td,
    .bsg-comp-table__table th {
        border-bottom: none;
        font-family: 'Inter-Regular';
        font-size: 16px;
        line-height: 21px;
        padding: 20px;
        text-align: center;
        width: 25%
    }

    .bsg-comp-table__table__table-header {
        padding: 20px !important
    }
}

.bsg-comp-table__table-header {
    vertical-align: top
}

.bsg-comp-table__table-header th {
    font-size: 34px;
    line-height: 47px;
    text-align: center
}

.bsg-comp-table__text-wrapper {
    margin-bottom: 60px
}

.bsg-comp-table__row:nth-child(2n) {
    background-color: rgba(0, 0, 0, .06)
}

.bsg-comp-table__highlight.header {
    border: solid #d35346;
    border-radius: 6px 6px 0 0;
    border-width: 2px 2px 0
}

.bsg-comp-table__highlight.mid {
    border-color: #d35346;
    border-radius: 0;
    border-style: solid;
    border-width: 0 2px
}

.bsg-comp-table__highlight.last {
    border: 2px solid #d35346;
    border-radius: 0 0 6px 6px;
    border-top: 0 solid #d35346
}

.bsg-comp-table--mobile {
    border-radius: 8px;
    box-shadow: 0 4px 4px 8px rgba(21, 2, 10, .1), 0 6px 8px rgba(40, 8, 20, .06);
    width: 100%
}

.bsg-comp-table--mobile tr {
    min-width: 100%;
    width: 100%
}

.bsg-comp-table--mobile table {
    border-radius: 0 0 8px 8px;
    display: none;
    width: 100%
}

@media(min-width:1025px) {
    .bsg-comp-table--mobile {
        display: none
    }
}

.bsg-comp-table--mobile .bsg-cta__wrapper {
    margin: 0 auto;
    width: 234px
}

.bsg-comp-table__tabber {
    border-bottom: 2px solid rgba(0, 0, 0, .16);
    border-radius: 8px 8px 0 0;
    display: flex;
    width: 100%
}

.bsg-comp-table__tab-link {
    color: rgba(0, 0, 0, .6);
    font-family: 'Inter-Regular';
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    padding: 20px 0;
    position: relative;
    text-align: center;
    width: 33.3333333333%
}

.bsg-comp-table__tab-link:hover {
    background-color: transparent !important
}

.bsg-comp-table--active {
    display: table !important
}

.bsg-comp-table--tab-active {
    color: #d35346;
    font-size: 22px;
}

.bsg-comp-table--tab-active:after {
    border-bottom: 3px solid #d35346;
    bottom: -2px;
    content: "";
    display: block;
    height: calc(100% + 1px);
    position: absolute;
    width: 100%
}

@media(max-width:820px) {
    .bsg-comp-table__table th {
        padding-left: 10px;
    }

    .bsg-comp-table--desktop .bsg-cta__wrapper {
        margin-top: 20px
    }

    .bsg-comp-table__table th {
        text-align: center;
        width: 50%;
    }
    .bsg-comp-table__table td, .bsg-comp-table__table__row th {
        text-align: center;
    }
}