.custom-select-multilanguage {display: none;}

.vcc .virtual-cc p, .vcc .benefit-slider p, .vcc .feature-section p, .vcc .footer-text p {
    font-size: 1.5rem;
}

.cta .green-button {
    padding: 13px 34px;
    border-radius: 50px;
    background: #5FA700;
    border-color: #5FA700;
    font-weight: 700;
    font-size: 16px;
}

.cta .green-button:hover {
    background: transparent;
    color: #5FA700;
}

.hero-content {
    width: 60%;
}

.vcc .div-subhero {
    margin-bottom: 0;
}

.vcc .virtual-cc .container-hero {
    padding-bottom: 12em;
    padding-top: 16em;
}

.vcc .hero-image {
    width: 60%;
}

section.benefits {
    padding: 2rem 0;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 5rem;
    margin-bottom: 4rem;
}

.benefit-item:last-child {
    margin-bottom: 0;
}

.benefit-text, .benefit-text h3, .benefit-text p {
    color: #133F5D;
    text-align: left;
    font-size: 1.5rem;
}

.benefit-text h3 {
    font-weight: 700;
    font-size: 1.7rem;
}

.benefit-text p {
    padding-bottom: 0;
}

.benefit-text {
    padding-right: 10%;
}

.benefit-slider {
    background: #E8F3FA;
}

.benefit-slider .header {
    padding-bottom: 2em;
    text-align: center;
}

.vcc .hero-cc {
    margin-bottom: 6em;
    max-width: 625px;
}

.vcc .flickity-viewport::before {
    background: #E8F3FA;
}

.vcc .carousel-cell {
    width: 900px;
    height: 350px;
    background: linear-gradient(113.85deg, #133F5D 17.59%, #4195D5 72.94%, #71B0E0 91.7%);
}

.vcc .benefit-slider-wrapper .carousel-text {
    justify-content: center;
    padding: 3em 0 3em 4em;
}

.vcc .benefit-slider-wrapper .carousel-text.right-side {
    padding: 3em 4em 3em 0;
}

.vcc .benefit-slider-wrapper .carousel-text p {
    font-size: 1.5rem;
    padding-bottom: .5em;
    color: #fff;
}

.vcc .benefit-slider-wrapper .carousel-image {
    display: block;
    padding-right: 0;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.vcc .benefit-slider-wrapper .carousel-image img {
    position: absolute;
    right: 2rem;
    max-width: 80%;
    bottom: -1px;
}

.vcc .benefit-slider-wrapper .carousel-cell:nth-child(2) .carousel-image img {
    right: 0;
    bottom: -4px;
    max-width: 95%;
}

.vcc .benefit-slider-wrapper .carousel-cell:last-child .carousel-image img {
    max-width: 95%;
    right: 1rem;
    bottom: -4px;
}

.vcc .button-slider-row {
    margin: 3em 1em 1em;
}

.vcc .button-slider-row img {
    width: 28px;
}

.vcc .promo-section .promo-list {
    display: flex;
    justify-content: center; /* Default for <= 3 */
    gap: 1.5em;
    width: auto; /* Default for <= 3 */
    padding: 1em 0.5em 1.5em 0.5em;
}

.vcc .promo-section .promo-list.more-than-three {
    justify-content: flex-start; /* or just 'left' */
    width: max-content;
}

.vcc .promo-rail {
    overflow-y: hidden;
}

.promo-section {
    margin-top: 2rem;
}

.promo-section .promo-point {
    font-family: 'Lato';
}

.promo-cta a {
    color: #4195D5;
    font-size: 1.3rem;
    font-weight: 700;
    text-align: right;
    float: right;
    transition: .3s all;
}

.promo-cta a:after {
    content: '';
    display: block;
    width: 100%;
    border-bottom: 1px #4195D5 solid;
    margin-top: -2px;
    transition: .3s all;
}

.promo-cta a:hover {
    color: #206A9C;
    text-decoration: none;
}

.promo-cta a:hover:after {
    border-bottom: 1px #206A9C solid;
}

.vcc .paper-heading-content p {
    text-align: center;
    color: #133F5D;
}

.vcc .paper-heading-content {
    padding-bottom: 1rem;
}

.vcc .comparison-section .paper-heading-content p {
    font-weight: 400;
    color: #133F5D;
    font-size: 1.5rem;
}

.vcc .comparison-section p {
    font-size: 1.3rem;
}

.vcc .comparison .comparison-rail {
    display: flex;
    justify-content: center;
    margin: auto;
}

.vcc .comparison .center-card {
    background: linear-gradient(11.69deg, #257AB4 21.09%, #206A9C 68.76%, #0F3449 128.95%, #0B2835 201.69%);
    border-radius: 14px;
    border: 2px solid #ABD57B;
    color: #FFF;
    box-shadow: 3px 4px 4px 0px #133F5D33;
    width: 100%;
    max-width: 400px;
    height: 780px;
    text-align: center;
    font-weight: 700;
}

.vcc .comparison .left-card, .vcc .comparison .right-card {
    border: 0.5px solid #133F5D80;
    border-radius: 14px;
    background-color: #fff;
    max-width: 340px;
    height: 690px;
    margin-top: 3em;
    box-shadow: 3px -1px 10.300000190734863px 0px #133F5D33;
}

.vcc .comparison .right-card {
    text-align: center;
}

.vcc .comparison .list {
    padding: 0.5em 3em;
    border-bottom: 0.5px solid #C8CFD5;
    height: 70px;
}

.vcc .comparison .list-end {
    padding: 1.5em 3em;
}

.vcc .comparison .list.first {
    margin-top: 89px;
}

.vcc .comparison .center-card .list, .vcc .comparison .right-card .list {
    display: flex;
    justify-content: center;
    align-items: center;
}

.vcc .comparison .left-card .list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 21px 3em;
    height: unset;
}

.vcc .comparison .center-card .list {
    border-bottom: 0.5px solid #FFFFFF;
}

.comparison-card-logo {
    padding: 4em 1em 2.2em;
    border-bottom: 0.5px solid #FFFFFF;
}

.comparison-card-logo h3 {
    padding: 0;
}

.comparison-card-title {
    padding: 1em 0 0.85em;
    border-bottom: 0.5px solid #C8CFD5;
}

.comparison-card-title h3 {
    line-height: 1.3;
    padding-bottom: 0;
}

.comparison-card.right-card .comparison-card-title h3 {
    font-size: 1.3rem;
    padding: 8px 0;
}

.vcc .comparison p {
    padding-bottom: 0;
    font-weight: 700;
    line-height: 1.5;
}

.vcc .comparison .req {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    gap: 4px;
    margin-bottom: 5px;
}

.vcc .comparison .req p {
    line-height: 1.5;
}

.vcc .comparison .req img {
    width: 32px;
}

.vcc .comparison .end, .vcc .comparison .left-card .list.end, .vcc .comparison .right-card .end {
    border-bottom: none;
}

.vcc .comparison .left-card {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
}

.vcc .comparison .right-card {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none;
    color: #6B7D8C;
}

.vcc .comparison .left-card .list p, .vcc .comparison .right-card .list p {
    color: #6B7D8C;
    font-weight: 700;
}

.vcc .feature-section {
    background: linear-gradient(307deg, #257AB4 17.33%, #206A9C 31.64%, #0F3449 76.7%, #0B2835 91.43%);
    color: #FFF;
}

.vcc .feature-section .paper-heading-content {
    padding-bottom: 0;
}

.vcc .feature-section .paper-heading-content h2 {
    color: #FFF;
}

.vcc .feature-section .paper-heading-content p {
    color: #FFF;
}

.vcc .feature-section .row {
    margin: auto;
}

.steps {
    margin-top: 2rem;
}

.step-item {
    padding-bottom: 4rem;
    position: relative;
    /* min-height: 200px; atau lebih */
}

.step-number {
    color: #4195D5;
    background: #4195D5;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-top: 1rem;
    margin-right: 20px;
    font-size: 1.2rem;
    z-index: 9;
    /* Animation */
    position: relative;
    overflow: visible;
    transform: scale(0.4);
    opacity: 1;
    transition: all 1s ease;
    /* will-change: transform, opacity; */
}

/* Animation */
.step-item.active .step-number {
    color: #133F5D;
    background: #97CC56;
    transform: scale(1);
    opacity: 1;
}

/* Animation */
.step-item::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 0;
  background: #D9D9D9;
  top: 2.5rem; /* sesuaikan agar mulai dari bawah circle */
  left: 22px;
  z-index: 0;
  transition: height 0.4s ease;
}

.step-item:last-child:after {
    display: none;
}

.step-line {
  position: absolute;
  top: 2.5rem;
  left: 22px;
  width: 2px;
  height: 100%;
  background: #D9D9D933; /* garis abu transparan */
  z-index: 0;
}

.step-line-fill {
  position: absolute;
  top: 2.5rem;
  left: 22px;
  width: 2px;
  height: 0;
  background: #D9D9D9; /* garis abu solid */
  z-index: 1;
  transition: height 0.4s ease;
}

.step-text {
    width: 60%;
    text-align: left;
    margin-top: 1rem;
    padding-right: 3rem;
    font-size: var(--paragraph-fs);
}

.vcc .step-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.vcc .step-illustration {
    height: 35%;
}

.vcc .step-img {
    width: 100%;
    position: relative;
}

.vcc .step-text p {
    color: #FFF;
    text-align: left;
    line-height: 1.5;
}

.vcc .step-num {
    text-align: center;
    padding-bottom: 1em;
}

.step-num img {
    width: 42px;
}

.vcc .step-num.line {
    position: relative;
}

.step-num.line::after {
    content: "";
    width: 110%;
    height: 1px;
    background: #B7D7EF;
    position: absolute;
    top: 35%;
}

.vcc .link-akordion {
    color: #25405B;
    font-weight: 700;
}

.link-akordion:after {
    color: #4195D5;
}

.vcc .card-header {
    padding: 1rem 1.5rem;
}

.vcc .card-body.custome-faq-dropdown {
    border-top: 0.5px solid #25405B;
    background: #D5E9F6;
}

.vcc .card-text:last-child {
    padding-bottom: 0;
}

.vcc .custom-footer {
    background: linear-gradient(318.09deg, #257AB4 -5.57%, #206A9C 19%, #0F3449 79.01%, #0B2835 111.31%);
}

.vcc .custom-footer .flex-container {
    justify-content: center;
}

.vcc .footer-illustration {
    width: 50%;
    text-align: center;
}

.vcc .footer-illustration img {
    width: 80%;
}

.vcc .footer-text {
    max-width: 50%;
}

.vcc .footer-text h2 {
    text-align: left;
    padding-bottom: 0.5em;
}

.vcc .footer-text p {
    padding-right: 30%;
}

.vcc .custom-footer .paper-container {
    border-bottom: 1px solid #ffffff8f;
    padding: 4em 1.5em;
}

.vcc .faq-section .paper-heading-content {
    padding-bottom: 0;
}

.vcc .promo-section .paper-container {
    padding-top: 0;
    padding-bottom: 6em;
}

.promo-section h2 {
    text-align: center !important;
    font-size: var(--heading2-fs) !important;
}

@media (max-width: 1033px) {
    .vcc .globalNav .navSection.mobile .rootLink {
        color: #FFF !important;
    }
    .vcc .hero-image {
        width: 100%;
    }

    .vcc .hero-image img {
        margin: 2rem auto;
    }

    .hero-content {
        width: 100%;
    }

    .vcc .virtual-cc .container-hero {
        padding-top: 9em;
        padding-bottom: 7em;
    }

    .vcc .subheading-hero {
        width: 100%;
        max-width: 500px;
        margin: auto;
    }

    .vcc h1.heading-hero {
        font-size: 2.8rem;
        padding-bottom: 1rem;
    }

    .vcc .benefit-slider-wrapper .button-slider-row {
        padding: 2em;
        padding-bottom: 0;
    }

    .vcc .carousel-cell {
        max-width: 800px;
    }

    .vcc .benefit-slider-wrapper br {
        display: none;
    }

    .vcc .benefit-slider-wrapper .carousel-image img {
        max-height: 100%;
    }

    .vcc .comparison .comparison-rail {
        overflow-x: auto;
        flex-wrap: nowrap;
        justify-content: flex-start;
        padding-bottom: 2em;
    }

    .vcc .comparison .comparison-card {
        flex: 0 0 auto;
    }

    .vcc .comparison .center-card {
        max-width: 340px;
    }

    .vcc .comparison .right-card {
        max-width: 280px;
    }

    .vcc .comparison .right-card {
        max-width: 250px;
    }

    .vcc .comparison .left-card, .vcc .comparison .right-card {
        height: 730px;
    }

    .vcc .comparison .center-card {
        height: 820px;
    }

    .vcc .footer-text h2 br {
        display: none;
    }

    .vcc .footer-text p {
        padding-right: 0;
    }
}

@media (max-width: 884px) {
    .benefit-text {
        padding-right: 0;
    }

    .benefit-item {
        gap: 2rem;
    }
    .vcc .benefit-slider-wrapper .carousel-image {
        right: 4rem;
        width: 47%;
    }

    .vcc .benefit-slider-wrapper .carousel-text {
        width: 48%;
    }
    .step-text {
        width: 50%;
        padding-right: 0;
    }
    .promo-cta {
        margin-top: 1rem;
    }
}

@media (max-width: 768px) {
    .vcc .col-md-6 {
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
    .vcc .step-content {
        max-width: 700px;
    }
    .vcc .virtual-cc p, .vcc .benefit-slider p, .vcc .feature-section p, .vcc .footer-text p, .vcc .benefit-slider-wrapper .carousel-text p, .vcc .comparison-section .paper-heading-content p {
        font-size: 1.3rem;
    }

    .vcc .hero-image img {
        max-width: 500px;
        position: relative;
        right: 0em;
    }

    .benefit-item {
        flex-direction: column;
    }

    .benefit-text, .benefit-text h3, .benefit-text p {
        text-align: center;
        font-size: 1.3rem;
    }

    .benefit-text h3 {
        font-size: 1.4rem;
    }

    .vcc .benefit-slider-wrapper .carousel-text {
        width: 100%;
    }

    .vcc .benefit-slider-wrapper .carousel-image {
        width: 100%;
        right: 0;
    }

    .vcc .benefit-slider-wrapper .carousel-image img {
        position: relative;
        right: 0;
        padding-top: 2rem;
        width: auto !important;
    }

    .vcc .benefit-slider-wrapper .carousel-cell:last-child .carousel-image img {
        max-width: 100%;
    }

    .vcc .benefit-slider-wrapper .carousel-text,
    .vcc .benefit-slider-wrapper .carousel-text.right-side {
        padding: 1em;
    }

    .vcc .carousel-cell {
        max-width: fit-content;
        min-height: 450px;
    }

    .vcc .benefit-slider-wrapper .carousel-image img.pvc-benefit-5 {
        max-width: fit-content;
    }

    .vcc .promo-section .promo-list {
        width: max-content;
    }

    .vcc .feature-section .paper-heading-content {
        padding-bottom: 3rem;
    }

    .vcc .feature-section .step-content {
        display: flex;
        flex-direction: column;
    }

    .vcc .step-illustration {
        order: 2;
        text-align: center;
    }

    .vcc .feature-section .step-text {
        width: 90%;
        padding-left: 65px;
        margin-top: -35px;
    }

    .vcc .step-text p {
        text-align: left;
    }

    .step-num.line::after {
        width: 1px;
        height: 640px;
        top: 50%;
        left: 50%;
        transform: translateY(12px);
    }

    .vcc .step-img {
        width: 60%;
    }

    .vcc .custom-footer .flex-container {
        flex-direction: column;
    }

    .vcc .footer-illustration {
        width: 80%;
        margin-bottom: 2rem;
    }

    .vcc .footer-text {
        max-width: unset;
    }

    .vcc .footer-text h2, .vcc .footer-text p, .footer-text .cta {
        text-align: center;
    }

    .vcc .comparison .req {
        margin-bottom: 0;
    }

    .vcc .footer-illustration img {
        padding-left: 11%;
    }
}

@media (max-width: 480px) {
    .vcc .virtual-cc p, .vcc .benefit-slider p, .vcc .feature-section p, .vcc .footer-text p, .vcc .benefit-slider-wrapper .carousel-text p, .vcc .comparison-section .paper-heading-content p {
        font-size: 1.2rem;
        line-height: 1.8;
    }
    .vcc .benefit-slider-wrapper .carousel-cell:last-child .carousel-image img {
        max-width: 90%;
        right: 0;
    }
    .comparison-card-title h3 {
        font-size: 1.5rem;
    }
    .vcc .feature-section .paper-heading-content {
        padding-bottom: 0;
    }
    .comparison-card-title {
        padding: 18px 0;
    }
    .vcc .comparison .list.first {
        margin-top: 77px;
    }
    .vcc .comparison .left-card, .vcc .comparison .right-card {
        height: 700px;
    }
    .vcc .comparison .center-card {
        height: 790px;
    }
}

@media (max-width: 440px) {
    .vcc .paper-heading-content h2 {
        font-size: 1.8rem;
    }
    .vcc .virtual-cc .container-hero {
        padding-top: 7em;
        padding-bottom: 4em;
    }
    .vcc .benefit-slider-wrapper .carousel-image img {
        position: relative;
        height: auto;
        /* right: 1em; */
        padding-bottom: 2rem;
    }
    .vcc .carousel-cell {
        min-height: 420px;
    }
    .vcc .benefit-slider-wrapper .carousel-text, .vcc .benefit-slider-wrapper .carousel-text.right-side {
        padding-top: 0;
    }
    .vcc .virtual-cc p, .vcc .benefit-slider p, .vcc .feature-section p, .vcc .footer-text p, .vcc .benefit-slider-wrapper .carousel-text p, .vcc .comparison-section .paper-heading-content p {
        line-height: 1.5;
    }
}

@media (max-width: 380px) {
    .benefit-slider-wrapper .carousel-image {
        height: 220px !important;
    }
    .vcc .benefit-slider-wrapper .carousel-image img.pvc-benefit-6 {
        width: 110%;
        left: 1em;
    }
}

@media (max-width: 346px) {
    .vcc .virtual-cc .container-hero {
        padding-top: 9em;
    }
}