.vs-section.tpl-table-comparative-3cols {
    margin-top: 48px;
    padding-inline: 0;
}

.tpl-table-comparative-3cols__table {
    margin: 16px auto 0;
    width: 100%;
    border: 0;
    border-collapse: collapse;
}

.tpl-table-comparative-3cols__table tbody {
    border: 0;
}

.tpl-table-comparative-3cols__table tr:first-child th:last-child {
    border-radius: 16px 16px 0 0;
}

.tpl-table-comparative-3cols__table td:nth-child(2),
.tpl-table-comparative-3cols__table td:nth-child(n+3),
.tpl-table-comparative-3cols__table th:nth-child(n+3) {
    display: table-cell;
    vertical-align: middle;
    align-items: center;
    width: 47.7px;
    padding: 20px 10px 16px;
    border: 0;
    text-align: center;
    background-color: #F6F6F6;
}

.tpl-table-comparative-3cols__table td:nth-child(2) {
    background: linear-gradient(90deg, #EEE 0%, #DDD 100.7%);
}

.tpl-table-comparative-3cols__table td img {
    width: 24px;
    height: 24px;
    margin: 0 auto;
}

.tpl-table-comparative-3cols__legend-wrapper {
    display: flex;
    gap: 8px;
}

.tpl-table-comparative-3cols__legend-body {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-direction: column;
}

.tpl-table-comparative-3cols__legend-body img {
    width: 16px;
    height: 16px;
}

.tpl-table-comparative-3cols__table tr:first-child th.tpl-table-comparative-3cols__th-3,
.tpl-table-comparative-3cols__table tr:nth-last-child(2) td:nth-last-child(2) {
    border-radius: 0;
}

.tpl-table-comparative-3cols__table tr:last-child td:nth-child(2) {
    border-radius: 0 0 16px 16px;
}

.tpl-table-comparative-3cols__table tr:nth-last-child(2) td:last-child {
    border-radius: 0 0 16px 0;
}

.tpl-table-comparative-3cols__table td:nth-child(2) {
    background: linear-gradient(90deg, #EEE 0%, #DDD 100.7%);
}

.tpl-table-comparative-3cols__table tr:first-child th:nth-child(2) {
    background-color: var(--color-primary-white, #FFFFFF);
}

.tpl-table-comparative-3cols__table tr:first-child th:nth-child(3) {
    border-radius: 16px 16px 0 0;
}

.tpl-table-comparative-3cols__table tr:nth-last-child(2) td:last-child {
    border-radius: 0;
}

.tpl-table-comparative-3cols__logo-wrapper {
    padding-inline: 4px;
}

.tpl-table-comparative-3cols__table .tpl-table-comparative-3cols__logo-wrapper img {
    width: 38px;
    height: 16px;
    aspect-ratio: 19/8;
}


.tpl-table-comparative-3cols__table .tpl-table-comparative-3cols__logo-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 62px;
    padding: 20px 0;
    border-radius: 16px 16px 0 0;
    border: 0;
    background: linear-gradient(90deg, #EEE 0%, #DDD 100%);
}

.tpl-table-comparative-3cols__rival-wrapper {
    display: grid;
    place-items: center;
}

.tpl-table-comparative-3cols__table td:nth-child(1),
.tpl-table-comparative-3cols__table th:nth-child(1) {
    align-items: center;
    padding: 8px 8px 8px 0;
    border: 0;
    border-bottom: 0.1px solid #DDD;
    background-color: transparent;
}

.tpl-table-comparative-3cols__table tr:first-child th:nth-child(2) {
    border-radius: 16px 0 0 0;
    padding: 0;
    border: 0;
}

.tpl-table-comparative-3cols .vs-title-5__medium {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    color: var(--color-text, #636466);
}

.tpl-table-comparative-3cols .vs-legal-text {
    display: none;
}

.tpl-table-comparative-3cols__table tr.cta-fila {
    display: none;
}

.tpl-table-comparative-3cols .cta-block {
    display: block;
    width: 100%;
}

.tpl-table-comparative-3cols .cta-block .cta-block-tpl-table-comparative-3cols__c2c-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    padding: 16px 20px;
    border-radius: 0 0 16px 16px;
    background: linear-gradient(90deg, #EEE 50.15%, #DDD 67.16%);
}

.tpl-table-comparative-3cols__c2c-button .vs-button {
    width: 295px;
}

.tpl-table-comparative-3cols__consumer-wrapper {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 16px 0;
    border: 0;
    background-color: white;
}

.tpl-table-comparative-3cols__consumer-wrapper img.tpl-table-comparative-3cols__consumer-logo {
    width: 44px;
    height: 60px;
    flex-shrink: 0;
    margin: 0;
}

.tpl-table-comparative-3cols__c2c-button {
    padding: 0;
}

.tpl-table-comparative-3cols__consumer-text {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    color: var(--color-title-secondary, #313131);
}

.tpl-table-comparative-3cols__consumer-logo {
    width: 26px;
    height: 36px;
}

@media (min-width: 744px) {
    .tpl-table-comparative-3cols__table td:nth-child(2),
    .tpl-table-comparative-3cols__table th:nth-child(2) {
        width: 20%;
    }

    .tpl-table-comparative-3cols__table td:nth-child(n+3),
    .tpl-table-comparative-3cols__table th:nth-child(n+3) {
        width: 11%;
    }

    .tpl-table-comparative-3cols .vs-title-5__medium {
        font-size: 16px;
        font-weight: 500;
        line-height: 20px;
        color: var(--color-title-secondary, #313131);
    }

    .tpl-table-comparative-3cols__table td .vs-legal-text {
        display: block;
        margin-top: 4px;
    }

    .tpl-table-comparative-3cols__table td:nth-child(1),
    .tpl-table-comparative-3cols__table th:nth-child(1) {
        padding: 8px 20px 8px 0;
    }

    .tpl-table-comparative-3cols__table td img {
        width: 28px;
        height: 28px;
    }

    .tpl-table-comparative-3cols__table .tpl-table-comparative-3cols__logo-wrapper {
        height: 100%;
    }

    .tpl-table-comparative-3cols__img-wrapper-vs {
        display: grid;
        place-items: center;
        width: 76px;
        height: 40px;
    }

    .tpl-table-comparative-3cols__table .tpl-table-comparative-3cols__logo-wrapper img {
        width: 100%;
        height: 100%;
    }
}

@media (min-width: 1440px) {
    .tpl-table-comparative-3cols__table {
        margin-top: 64px;
    }

    .tpl-table-comparative-3cols__legend {
        height: 80px;
        border: none;
    }

    .tpl-table-comparative-3cols__legend-wrapper {
        gap: 16px;
    }

    .tpl-table-comparative-3cols__legend-body img {
        width: 24px;
        height: 24px;
    }

    .tpl-table-comparative-3cols__table .tpl-table-comparative-3cols__logo-wrapper img {
        width: 92px;
        height: 40px;
    }


    .tpl-table-comparative-3cols__img-wrapper-vs {
        width: 92px;
        height: 40px;
    }

    .tpl-table-comparative-3cols__img-wrapper-rival {
        width: 114px;
        height: 40px;
    }

    .tpl-table-comparative-3cols__img-wrapper-rival img {
        width: 100%;
        height: 100%;
    }

    .tpl-table-comparative-3cols__table td:nth-child(1),
    .tpl-table-comparative-3cols__table th:nth-child(1) {
        padding: 8px 20px 8px 0;
        border-bottom: 0.1px solid #DDD;
    }

    .tpl-table-comparative-3cols__table td:nth-child(2), .tpl-table-comparative-3cols__table th:nth-child(2) {
        width: 25%;
    }

    .tpl-table-comparative-3cols__table td:nth-child(n+3), .tpl-table-comparative-3cols__table th:nth-child(n+3) {
        width: 13%;
    }

    .tpl-table-comparative-3cols__table td img {
        width: 32px;
        height: 32px;
    }

    .tpl-table-comparative-3cols__table tr.cta-fila {
        display: table-row;
    }

    .tpl-table-comparative-3cols__c2c-button {
        display: flex;
        justify-content: center;
        max-width: 236px;
        margin: 0 auto;
    }

    .tpl-table-comparative-3cols__c2c-button .vs-button {
        width: 216px;
    }

    .tpl-table-comparative-3cols__c2c-button .vs-button__text {
        font-size: 18px;
        font-style: normal;
        line-height: 22px;
    }

    .tpl-table-comparative-3cols__table .cta-fila .tpl-table-comparative-3cols__consumer-wrapper {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 16px;
        margin: 16px 0;
        border: 0;
        background-color: var(--color-primary-white, #FFFFFF);
    }

    .tpl-table-comparative-3cols__table .cta-block {
        display: none;
    }

    .tpl-table-comparative-3cols__table th:nth-child(1) {
        display: flex;
        justify-content: flex-start;
        height: 56px;
    }

    .tpl-table-comparative-3cols__legend-body {
        flex-direction: row;
    }

    .tpl-table-comparative-3cols .cta-block {
        display: none;
    }

    .tpl-table-comparative-3cols__table tr:nth-last-child(2) td:last-child {
        border-radius: 0 0 16px 0;
    }
}


 