.landing .paper-container {
    padding-bottom: 4rem;
}

.scc .landing h1 {
    text-align: center;
    font-size: 3rem;
    font-weight: 400;
    color: #fff;
}

.scc .landing p {
    text-align: center;
    font-size: 1.3rem;
    color: #fff;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.5;
}

.scc .comparison {
    background: #F7FBFD;
    position: relative;
    color: #133F5D;
}

.comparison .paper-container {
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.comparison-header {
    display: flex;
    border-radius: 10px;
    background: var(--Semantic-Semantic-White, #FFF);
    box-shadow: 2px 10px 30px 0px rgba(19, 63, 93, 0.10);
    width: 100%;
    height: 330px;
    position: -webkit-sticky;
    position: sticky;
    top: 4.7rem;
    z-index: 10;
}

.comparison-header .head-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0 2rem;
    box-sizing: border-box;
    height: 100%;
    max-width: 273.12px;
    position: relative;
}

.comparison-header .head-wrapper h3 {
    margin: 0;
    margin-bottom: -1em;
    padding-bottom: 0;
    text-align: center;
    min-height: 2.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
}

.comparison-header .cta {
    margin-top: auto;
    padding-top: 1rem;
}

.comparison-header .cta .paper-button {
    padding: 0.5em 1em;
    text-align: center;
    font-weight: 700;
}

.comparison-header .head-wrapper::after {
    content: "";
    height: 94%;
    width: 1px;
    background: #E7EAEC;
    position: absolute;
    right: 0;
    bottom: 0;
}

.comparison-header .head-wrapper:last-child::after {
    content: none;
}

.comparison-header .head-wrapper.title {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-left: 4.5rem;
}

.comparison-header .head-wrapper img {
    width: 100%;
    max-width: 200px;
    margin: auto;
    margin-bottom: 0;
    /* display: flex; */
}

.comparison-content {
    display: flex;
    justify-content: center;
}

.comparison-table .column {
    width: 100%;
    border-right: 1px solid #E7EAEC;
}

.comparison-table .column:last-child {
    border-right: none;
}

.comparison-table .prepaid.column, .comparison-table .credit.column {
    height: auto;
}

.comparison-table h3 {
    font-size: 1.3rem;
    font-weight: 700;
    padding-bottom: 0;
}

.comparison-table .list-wrapper {
    margin: 0;
}

.comparison-table .lists {
    font-size: 1.1rem;
    padding: 1rem;
    height: 130px;
    border-bottom: 1px solid #E7EAEC;
}

.comparison-table .lists.desc {
    margin-top: 1em;
}

.comparison-table .lists a {
    padding-left: 1.5rem;
    text-decoration: underline;
}

.comparison-table .factor .icon-fact-wrapper {
    /* width: 22px;
    height: 22px; */
    margin-right: 10px;
}

.comparison-table .factor .lists img {
    /* min-width: 22px;
    width: 100%;
    height: 100%; */
    position: relative;
    top: 2.5px;
}

.comparison-table .factor .lists, .comparison-header .title {
    font-weight: 700;
    display: flex;
    padding-left: 2rem;
}

.comparison-table .limit {
    height: 180px;
}

.comparison-table .dokumen {
    height: 60px;
}

.comparison-table .biaya {
    height: 86px;
}

.comparison-table .biaya-tahunan {
    height: 92px;
}

.comparison-table .koneksi {
    height: 88px;
}

.comparison-table .kartu {
    height: 52px;
}

.comparison-table .jumlah-kartu {
    height: 127px;
}

.comparison-table .kepemilikan {
    height: 76px;
}

.comparison-table .bonus {
    height: 75px;
}

.comparison-table .naik-limit {
    height: 170px;
}

.comparison-table .sla-pengajuan {
    height: 76px;
}

.comparison-table .persyaratan {
    height: 430px;
    border-bottom: 0;
}

.comparison-table .biaya.wnotes {
    flex-direction: column;
    gap: 3px;
}

.comparison-table .costs {
    height: 58.12px;
}

.comparison-table .costs.bottom {
    height: 64px;
    border-bottom: none;
}

.comparison-table .dokumen .list-wrapper {
    padding-left: 1em;
}

.comparison-table .lists.dokumen li {
    list-style-type: decimal;
    padding-top: 10px;
    padding-left: 4px;
}

.comparison-table .lists.dokumen ul {
    padding-inline-start: 1.2rem;
}

.comparison-table .rebates {
    height: 155px;
}

.comparison-table .list-wrapper.rebates {
    padding-left: 0;
}

.comparison-table .koneksi .koneksi-check {
    display: flex;
    padding-bottom: 10px;
}

.comparison-table .koneksi .koneksi-check .check-wrapper {
    width: 15px;
    margin-right: 5px;
}

.comparison-table .koneksi .koneksi-check .check-wrapper img {
    width: 15px;
    position: relative;
    top: -2px;
}

.bnotes {
    font-size: 11px;
}

.custom-footer .footer-row.new-footer {
    background: linear-gradient(119deg, #257AB4 -3.43%, #206A9C 8.08%, #0F3449 36.22%, #0B2835 51.36%);
}

.comparison-wrapper {
    width: 1092px;
    margin-right: 2rem;
}

.persyaratan-dokumen {
    list-style-type: lower-alpha;
    padding-inline-start: 20px;
}

@media (max-width: 1113px) {
    .comparison-container {
        overflow-x: auto;
        overflow-y: hidden;
    }

    .comparison-header {
        top: 0;
    }

    .comparison-table .factor.column {
        position: sticky;
        position: -webkit-sticky;
        left: 0;
        top: 0;
        z-index: 1;
        background-color: #F7FBFD;
    }

    .comparison-header .head-wrapper.title {
        position: sticky;
        position: -webkit-sticky;
        left: 0;
        top: 0;
        z-index: 6;
        background-color: #fff;
    }
}

@media (max-width: 980px) {
    .scc .landing h1 {
        font-size: 2.7rem;
    }
}

@media (max-width: 768px) {
    .comparison-wrapper {
        width: 700px;
    }

    .comparison-header {
        height: 260px;
    }

    .comparison-table .factor.column {
        max-width: 170px;
    }

    .comparison-table .prepaid.column, .comparison-table .credit.column, .comparison-table .corporate-card.column {
        max-width: 200px;
    }

    .comparison-table h3, .comparison-table .lists {
        font-size: 1rem;
    }

    .comparison-table .factor .lists, .comparison-header .title {
        padding-left: 0;
    }

    .comparison-table .factor .lists img {
        top: 0;
        height: 20px;
    }

    .lists ul {
        padding-inline-start: 10px;
    }

    .comparison-header .head-wrapper.title {
        max-width: 169px;
    }

    .comparison-header .head-wrapper.title {
        padding-left: 0;
    }

    .comparison-header .head-wrapper h3 {
        padding-left: 1rem;
        font-size: 1.1rem;
    }
    .comparison-table .jumlah-kartu {
        height: 178px;
    }
    .comparison-table .kepemilikan {
        height: 95px;
    }
    .comparison-table .bonus {
        height: 94px;
    }
    .comparison-table .limit {
        height: 166px;
    }
    .comparison-table .naik-limit {
        height: 240px;
    }
    .comparison-table .biaya-tahunan {
        height: 110px;
    }
    .comparison-table .biaya {
        height: 74px;
    }
    .comparison-table .koneksi {
        height: 74px;
    }
    .comparison-table .sla-pengajuan {
        height: 93px;
    }
    .comparison-table .persyaratan {
        height: 480px;
    }
    .comparison-header .head-wrapper img {
        max-width: 120px;
    }
    .comparison-header .cta .paper-button {
        font-size: 1rem;
    }
    .comparison-table .lists a {
        padding-left: 0.5rem;
    }
}

@media (max-width: 538px) {
    .scc .landing h1 {
        font-size: 2.3rem;
    }

    .scc .landing p {
        font-size: 1.1rem;
    }
}