/* CSS Document - Viva Wallet */

/* Header */
.header {
    position: relative;
    overflow: hidden;
    padding: 5rem 5%;
    background: #0e195c;
    background: -o-linear-gradient(147deg, rgba(14, 25, 92, 1) 0%, rgba(86, 51, 174, 1) 94%);
    background: linear-gradient(303deg, rgba(14, 25, 92, 1) 0%, rgba(86, 51, 174, 1) 94%)
}

/* Header - Wrapper */
.headerWrapper {
    position: relative;
    width: 100%;
    margin-bottom: 5rem;
}

.headerMaxWidth {
    position: relative;
    max-width: 85.375rem;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

/* Header - Copy (On Left) */
.headerCopy {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 50%;
}

/* Header - Logos */
.headerHoldLogos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 3.5rem;
    margin-bottom: 5rem;
}

.headerLogoMoloni {
    height: 2.5rem;
}

.headerLogoViva {
    height: 100%;
}

.headerLogoMoloni a,
.headerLogoViva a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.headerLogoMoloni a img,
.headerLogoViva a img {
    width: auto;
    height: 100%;
}

.headerLogoSeparator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 0;
    width: 0.25rem;
    height: 3.5rem;
    margin: 0 1.75rem;
    background-color: #FFFFFF;
}

/* Header - Typography */
.headerTitle {
    font-weight: 400;
    font-size: 3rem;
    line-height: 120%;
    color: #FFFFFF;
    width: 100%;
    margin-bottom: 3.75rem;
}

.headerSubtitle {
    font-weight: 400;
    font-size: 1.75rem;
    line-height: 140%;
    color: #FFFFFF;
    width: 100%;
    margin-bottom: 5rem;
}

/* Header - Image (On Right) */
.headerImage {
    display: block;
    position: absolute;
    top: 6rem;
    right: 0;
    max-width: 38.75rem;
    width: 45%;
}

/* Sections */
.tmplSectionContainer {
    margin: 0;
    padding: 5rem 5%;
    text-align: center;
    overflow: hidden;
    position: relative;
    background-color: #EAEFF6;
}

.sectionHolderContent {
    min-height: 1px;
}

.sectionMaxWidth {
    max-width: 85.375rem;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

/* Sections - Typography */
/* Title */
.sectionFloatTitle {
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 120%;
    color: #0F1A5A;
    text-align: center;
    width: 100%;
    margin-bottom: 1.5rem;
}

.sectionFloatTitle span {
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
}

/* Sub Title */
.sectionFloatSubTitle {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 160%;
    color: #0F1A5A;
    text-align: center;
}

/* Custom Sections */
/* Clients Section */
.sectionClientsTitle {
    font-size: 2.5rem;
    color: #FFFFFF;
}

.clientsNumber {
    color: #FFFFFF;
}

/* Advantages Section */
.sectionFloatTextXs {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 160%;
    text-align: center;
    color: #0F1A5A;
    margin: 0;
    width: 100%;
}

/* Carousel */
/* Carousel - Dots */
.slick-dots-viva {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots-viva li {
    position: relative;
    display: inline-block;
    width: 0.75rem;
    height: 0.75rem;
    margin: 0 0.375rem;
    padding: 0;
    cursor: pointer;
}

.slick-dots-viva li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    padding: 0.375rem;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots-viva li button:hover,
.slick-dots-viva li button:focus {
    outline: none;
}

.slick-dots-viva li button:hover:before,
.slick-dots-viva li button:focus:before {
    opacity: 1;
}

.slick-dots-viva li button:before {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    border: 0.125rem solid #0F1A5A;
    background-color: transparent;
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 50%;
    margin-right: 0.5rem;
}

.slick-dots-viva li button:hover:before {
    border: 0.125rem solid #0F1A5A;
    background-color: #0F1A5A;
}

.slick-dots-viva li.slick-active button:before {
    background-color: #0F1A5A;
    border: 0.125rem solid #0F1A5A;
    width: 0.75rem;
    height: 0.75rem;
}

/* Carousel - Cards */
.vivaCarouselCards {
    max-width: 85.375rem;
    width: 100%;
    margin: 0;
    padding-bottom: 3rem;
}

.vivaCarouselCard {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 1rem;
    border-radius: 1.5rem;
    background: #0F1A5A;
    background: linear-gradient(90deg, rgba(15, 26, 90, 1) 0%, rgba(86, 51, 174, 1) 50%, rgba(136, 92, 177, 1) 100%);
}

.vivaCarouselCardLeft,
.vivaCarouselCardRight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%;
}

.vivaCarouselCardLeft {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.vivaCarouselCardRight {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    box-sizing: border-box;
    padding: 5rem 3.75rem;
}

.vivaCarouselCardLeft img {
    display: block;
    position: relative;
    bottom: 0;
    width: auto;
    height: auto;
    margin: auto auto 0;
}

.vivaCarouselCardLeft img.imgCarousel1Web {
    height: 100%;
}

.vivaCarouselCardLeft img.imgCarousel1Mobile {
    display: none;
}

.vivaCarouselCard .cardTitle {
    font-weight: 600;
    font-size: 2rem;
    line-height: 120%;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 1.5rem;
    width: 100%;
}

.vivaCarouselCard .cardText {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 160%;
    text-align: left;
    color: #FFFFFF;
    margin: 0;
    width: 100%;
}

/* Carousel - Custom Hacks */
.vivaCarouselCards .slick-track {
    display: block;
    padding: 0;
}

/* Cards */
/* Cards - Business Solution */
.cardsHolderAdvantages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.5rem;
    margin: 2rem 0 1.5rem;
}

.cardsHolderAdvantages .cardAdvantage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #FFFFFF;
    background-color: #0F1A5A;
    padding: 2rem;
    border-radius: 1.5rem;
    width: calc(100% / 3);
    box-sizing: border-box;
}

.cardsHolderAdvantages .cardAdvantage.cardPink {
    background-color: #872DDB;
}

.cardAdvantage .cardIcon {
    display: block;
    width: 6rem;
    height: 6rem;
    margin-bottom: 2rem;
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    -o-transition: transform 1s ease;
}

.cardAdvantage .cardTitle {
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 140%;
    text-align: left;
    color: inherit;
    margin-bottom: 1.5rem;
    width: 100%;
}

.cardAdvantage .cardText {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 160%;
    text-align: left;
    color: inherit;
    margin: 0;
    width: 100%;
}

/* Custom Card Business Solution Animations */
.cardAdvantage .check {
    fill: none;
    stroke: #fff;
    stroke-width: 7;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 100;
    stroke-dashoffset: 0;
}

.cardAdvantage:hover .check {
    -webkit-animation: checkDrawLoop 2s ease-in-out infinite;
    animation: checkDrawLoop 2s ease-in-out infinite;
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.cardAdvantage:nth-of-type(2):hover img.cardIcon {
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.cardAdvantage:nth-of-type(3):hover .wifi-0 {
    -webkit-animation: ripple 1.2s ease-in-out infinite 0.3s;
    animation: ripple 1.2s ease-in-out infinite 0.3s;
}

.cardAdvantage:nth-of-type(3):hover .wifi-1 {
    -webkit-animation: ripple 1.2s ease-in-out infinite 0.9s;
    animation: ripple 1.2s ease-in-out infinite 0.9s;
}

.cardAdvantage:nth-of-type(3):hover .wifi-2 {
    -webkit-animation: ripple 1.2s ease-in-out infinite 0s;
    animation: ripple 1.2s ease-in-out infinite 0s;
}

@keyframes checkDrawLoop {
    0% {
        stroke-dashoffset: 100;
    }
    50% {
        stroke-dashoffset: 0;
    }
    90% {
        stroke-dashoffset: 100;
    }
    100% {
        stroke-dashoffset: 100;
    }
}

@keyframes ripple {
    0%,
    100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1);
        opacity: 0.6;
    }
}

/* Cards - Business Solution */
.cardsHolderBusinessSolution {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 3.5rem auto 1.5rem;
    gap: 6.5rem;
    width: 100%;
    box-sizing: border-box;
}

.cardBusinessSolution {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 50%;
    min-height: 1px;
    padding: 5rem 4rem;
    box-sizing: border-box;
    background: #F3F4FA;
    color: #0F1A5A;
    -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(19, 23, 31, 0.1);
    box-shadow: 0 0.5rem 1rem 0 rgba(19, 23, 31, 0.1);
}

.cardBusinessSolution .cardTitle {
    font-weight: 600;
    font-size: 1rem;
    line-height: 160%;
    text-align: left;
    color: #FFFFFF;
    padding: 0.375rem 1rem;
    margin-bottom: 2rem;
    width: fit-content;
    border-radius: 1.125rem;
    background-color: #0F1A5A;
}

.cardBusinessSolution .cardSubTitle {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 160%;
    text-align: left;
    color: inherit;
    margin-bottom: 1.75rem;
    width: 100%;
}

.cardBusinessSolution .cardText {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 160%;
    text-align: left;
    color: inherit;
    margin-bottom: 3rem;
    width: 100%;
    min-height: 6.5rem;
}

.cardBusinessSolution .cardList {
    list-style: disc outside;
    margin: 0 0 2rem 1.25rem;
    padding-left: 0.375rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.cardBusinessSolution .cardList li {
    list-style-image: url("https://www.moloni.pt/_media/public/campanhas/2025/vivawallet/ic_card.svg");
    margin-top: 2.5rem;
    padding-left: 0;
    text-align: left;
    color: #872DDB;
}

.cardBusinessSolution .cardList li:first-child {
    margin-top: 0;
}

.cardBusinessSolution .cardList li span {
    font-weight: 400;
    font-size: 1rem;
    line-height: 160%;
    color: #0F1A5A;
}

.cardBusinessSolution .cardText b,
.cardBusinessSolution .cardList li span b {
    font-weight: 600;
    font-size: inherit;
    line-height: inherit;
    color: #872DDB;
}

/* Cards - Conditions */
.cardsHolderConditions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    gap: 2rem;
    margin-bottom: 2rem;
}

.cardsHolderConditions .cardCondition {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 2rem;
    border: 1px solid #FFFFFF;
    border-radius: 1.5rem;
    width: calc(100% / 3);
    box-sizing: border-box;
}

.cardCondition .cardTitle {
    font-size: 3rem;
    line-height: 120%;
    text-align: left;
    color: #FFFFFF;
    width: 100%;
    margin-bottom: 1.5rem;
}

.cardCondition .cardSubTitle {
    font-size: 2rem;
    line-height: 120%;
    text-align: left;
    color: #FFCB1E;
    width: 100%;
    margin-bottom: 0.75rem;
}

.cardCondition .cardText {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 160%;
    text-align: left;
    color: #FFFFFF;
    width: 100%;
    margin: 0;
}

/* Cards - Business */
.cardsHolderBusiness {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    margin-top: 0.5rem;
    gap: 2rem;
}

.cardsHolderBusiness .cardBusiness {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 10.75rem;
    gap: 0.75rem;
}

.cardBusiness .cardIcon {
    display: block;
    width: auto;
    height: 3.75rem;
}

.cardBusiness .cardTitle {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 160%;
    text-align: center;
    color: #0F1A5A;
    width: 100%;
}

/* Buttons */
.ctaButton,
.ctaButtonHeader {
    font-weight: 400;
    font-size: 1.25rem;
    padding: 1rem 1.875rem;
    border-radius: 0.375rem;
    border: 0;
    margin: 0;
    cursor: pointer;
    color: #FFFFFF;
    background-color: #0F1A5A;
    text-decoration: none;
}

.ctaButtonHeader {
    color: #872DDB;
    background-color: #FFFFFF;
}

.ctaButton:hover {
    opacity: 0.8;
}

.ctaButtonHeader:hover {
    color: #FFFFFF;
    background-color: #5633AE;
}

/* Footer */
.tmplFooterBgColor {
    background-color: #0F1A5A;
}

/* Sections Colors & Typography */
.sectionBGColorViva {
    background-color: #0F1A5A;
}

.sectionBGColorVivaPink {
    background-color: #D6CEEC;
}

.textLeft {
    text-align: left;
}

.textViva {
    color: #872DDB;
}

.textWhite {
    color: #FFFFFF;
}

.linkViva {
    text-decoration: underline;
    color: #0F1A5A;
}

.linkViva:hover {
    color: #872DDB;
}

sup {
    font-weight: 400;
    line-height: 100%;
    color: inherit;
}

/* Utilities */
.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.mt-auto {
    margin-top: auto !important;
}

/* Settings responsive - Media Queries */
@media screen and (max-width: 1366px) {
    /* Header */
    .header {
        padding: 5rem 5%;
    }

    /* Header - Wrapper */
    .headerMaxWidth {
        max-width: 100%;
    }

    /* Header - Copy (On Left) */
    .headerCopy {
        width: 55%;
    }

    /* Header - Image (On Right) */
    .headerImage {
        top: 17rem;
        right: -2rem;
    }

    /* Sections */
    .tmplSectionContainer {
        padding: 5rem 5%;
    }

    .sectionMaxWidth {
        max-width: 100%;
    }

    /* Carousel */
    /* Carousel - Cards */
    .vivaCarouselCard {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        height: auto;
    }

    .vivaCarouselCardLeft,
    .vivaCarouselCardRight {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset;
        width: 100%;
    }

    .vivaCarouselCardRight {
        padding: 3.75rem 2.5rem 0;
    }

    .vivaCarouselCardLeft img.imgCarousel1Web {
        display: none;
    }

    .vivaCarouselCardLeft img.imgCarousel1Mobile {
        display: block;
        width: 100%;
        margin-top: 2.5rem;
    }

    .vivaCarouselCard .cardTitle,
    .vivaCarouselCard .cardText {
        text-align: center;
    }

    .vivaCarouselCard .cardTitle {
        font-size: 1.75rem;
    }

    .vivaCarouselCard .cardText {
        font-size: 1.125rem;
    }

    /* Cards */
    /* Cards - Business Solution */
    .cardsHolderBusinessSolution {
        gap: 4.5rem;
    }

    /* Cards - Business */
    .cardsHolderBusiness {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width: 960px) {
    /* Header */
    .header {
        padding: 3.75rem 1.5rem;
    }

    /* Header - Wrapper */
    .headerWrapper {
        margin-bottom: 2.5rem;
    }

    /* Header - Copy (On Left) */
    .headerCopy {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }

    /* Header - Logos */
    .headerHoldLogos {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 2.5rem;
    }

    /* Header - Typography */
    .headerTitle,
    .headerSubtitle {
        text-align: center;
    }

    .headerTitle {
        font-size: 2.5rem;
        margin-bottom: 2.5rem;
    }

    .headerSubtitle {
        font-size: 1.5rem;
        margin-bottom: 2.5rem;
    }

    /* Header - Image (On Right) */
    .headerImage {
        position: relative;
        right: unset;
        top: unset;
        max-width: 34rem;
        width: 100%;
        margin: 3rem auto 0;
    }

    /* Sections */
    .tmplSectionContainer {
        padding: 3.75rem 1.5rem;
    }

    /* Cards */
    /* Cards - Business Solution */
    .cardsHolderAdvantages {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 2rem;
    }

    .cardsHolderAdvantages .cardAdvantage {
        width: 100%;
    }

    /* Cards - Business Solution */
    .cardsHolderBusinessSolution {
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 2rem;
    }

    .cardBusinessSolution {
        width: 100%;
    }

    .cardBusinessSolution .cardText {
        min-height: unset;
    }

    /* Cards - Conditions */
    .cardsHolderConditions {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .cardsHolderConditions .cardCondition {
        max-width: 27.25rem;
        width: 100%;
    }

    /* Typography */
    .sectionFloatTitle,
    .sectionClientsTitle {
        font-size: 2rem;
    }
}

@media screen and (max-width: 575px) {
    /* Header */
    .header {
        padding: 2.5rem 1.5rem;
    }

    /* Header - Logos */
    .headerHoldLogos,
    .headerLogoViva {
        height: 2rem;
    }

    .headerLogoMoloni {
        height: 1.5rem;
    }

    .headerLogoSeparator {
        width: 0.125rem;
        height: 2rem;
        margin: 0 1rem;
    }

    /* Header - Typography */
    .headerTitle {
        font-size: 2rem;
    }

    .headerSubtitle {
        font-size: 1.25rem;
    }

    /* Sections */
    .tmplSectionContainer {
        padding: 2.5rem 1.5rem;
    }

    /* Carousel */
    /* Carousel - Cards */
    .vivaCarouselCardRight {
        padding: 3.75rem 1.5rem 0;
    }

    .vivaCarouselCardLeft img {
        max-width: 90%;
    }

    .vivaCarouselCardLeft img.imgCarousel1Mobile {
        max-width: 100%;
    }

    /* Cards */
    /* Cards - Business Solution */
    .cardBusinessSolution {
        padding: 2.5rem 1.25rem;
    }

    /* Typography */
    .sectionFloatSubTitle,
    .ctaButton,
    .ctaButtonHeader,
    .cardAdvantage .cardText,
    .cardBusinessSolution .cardText,
    .cardCondition .cardText,
    .vivaCarouselCard .cardText {
        font-size: 1rem;
    }

    .cardAdvantage .cardTitle {
        font-size: 1.5rem;
    }

    .cardBusinessSolution .cardList li span {
        font-size: 0.875rem;
    }

    .vivaCarouselCard .cardTitle {
        font-size: 1.5rem;
        line-height: 140%;
    }
}
