.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;
}

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

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

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

.benefit-slider {
    background: #F7FBFD;
}

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

.vcc .hero-cc {
    margin-bottom: 2em;
}

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

.vcc .carousel-cell {
    width: 900px;
    height: 350px;
}

.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;
}

.vcc .benefit-slider-wrapper .carousel-image {
    justify-content: center;
    padding-right: 0;
}

.vcc .benefit-slider-wrapper .carousel-image img {
    position: relative;
    right: 4em;
}

.vcc .benefit-slider-wrapper .carousel-image img.pvc-benefit-2 {
    left: 4em;
}

.vcc .benefit-slider-wrapper .carousel-image img.pvc-benefit-3 {
    max-width: 430px;
    left: 0;
}

.vcc .benefit-slider-wrapper .carousel-image img.pvc-benefit-4 {
    width: 115%;
    left: 3em;
}

.vcc .benefit-slider-wrapper .carousel-image img.pvc-benefit-5 {
    max-width: 400px;
    left: 0em;
}

.vcc .benefit-slider-wrapper .carousel-image img.pvc-benefit-6 {
    width: 125%;
    left: 4em;
    top: 1em;
}

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

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

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

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

.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: 5.8em;
}

.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;
}

.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;
}

.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: 38px;
}

.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;
}

.vcc .step-content {
    width: 100%;
    max-width: 450px;
}

.vcc .step-illustration {
    height: 360px;
}

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

.vcc .step-img.first {
    left: 2em;
}

.vcc .step-img.second {
    max-width: 440px;
    right: 4em;
    bottom: -1em;
}

.vcc .step-text p {
    color: #FFF;
    text-align: center;
    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;
}

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

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

.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%;
}

.vcc .footer-illustration img {
    width: 100%;
    position: relative;
    bottom: 2em;
    right: 3em;
}

.vcc .footer-text {
    max-width: 350px;
}

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

.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;
}

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

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

    .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-width: 415px;
        right: 2em;
    }

    .vcc .benefit-slider-wrapper .carousel-image img.pvc-benefit-2 {
        left: 2em;
    }

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

    .vcc .benefit-slider-wrapper .carousel-image img.pvc-benefit-4 {
        left: 0;
    }

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

    .vcc .benefit-slider-wrapper .carousel-image img.pvc-benefit-6 {
        width: 125%;
        left: 4em;
        top: 1em;
    }

    .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;
    }

    .step-num.line::after {
        width: 100%;
    }

    /* .vcc .step-img.second {
        max-width: 380px;
        bottom: -0.5em;
    } */
}

@media (max-width: 884px) {
    .vcc .step-illustration {
        height: 300px;
    }
}

@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;
        top: 2em;
    }

    .vcc .benefit-slider-wrapper .carousel-image img {
        position: initial;
        max-width: fit-content;
        height: 250px;
    }

    .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 .feature-section .paper-heading-content {
        padding-bottom: 3rem;
    }

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

    .vcc .step-illustration {
        order: 2;
        height: 280px;
    }

    .vcc .feature-section .step-text {
        display: flex;
        gap: 1em;
    }

    .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.first {
        bottom: 6em;
        left: 3.5em;
        max-width: 450px;
    }

    .vcc .step-img.second {
        left: -2em;
        bottom: 4em;
    }

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

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

    .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;
    }
}

@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;
    }
    .comparison-card-title h3 {
        font-size: 1.5rem;
    }
    .vcc .step-img.first {
        bottom: 5em;
    }
    .vcc .step-img.second {
        bottom: 3em;
    }
}

@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;
    }

    .vcc .carousel-cell {
        min-height: 420px;
    }

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

    /* .vcc .benefit-slider-wrapper .carousel-image img.pvc-benefit-5 {
        height: 220px;
    } */
    
    .vcc .step-illustration {
        height: 220px;
    }
    .vcc .step-img.first {
        bottom: 4em;
        left: 2em;
    }

    .vcc .step-img.second {
        bottom: 2em;
    }

    .step-num img {
        width: 28px;
    }
    .step-num.line::after {
        height: 550px;
        transform: none;
    }
    .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;
    }
}