<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.text-nextmux {
    color: #46736c;
}

.platform {
    position: relative;
    transition: right 0.3s;
}

.body {
    background-color: white !important;
}


.carousel {
    display: flex;
    overflow: hidden;
    white-space: nowrap;
    animation: scroll 10s linear infinite;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

#suivant {
    background-color: #46736C !important;
}

#payment-mobile-carousel,
#payment-portefeuille-carousel {
    width: 100%
}

.payment-mobile-option,
#payment-portefeuille-carousel {
    min-width: 120px;
    white-space: nowrap;
}

.banner-hero {
    background-position-y: 100%;
    background-repeat: no-repeat !important;
}</pre></body></html>