<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.redirection {
    padding: 0;
}

@media (max-width: 1280px) {
    .redirection {
        padding: 0 24px;
    }
}

.redirection h2 {
    font-family: 'Prompt';
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0.02em;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .redirection h2 {
        font-size: 24px;
        line-height: 120%;
        margin-bottom: 20px;
    }
}

.redirection h2 span {
    font-weight: 700;
}

.redirection__blocs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
}

@media (max-width: 767px) {
    .redirection__blocs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.redirection__blocs .container {
    padding: 48px;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    background-size: cover !important;
    background-position: center !important;
}

@media (max-width: 767px) {
    .redirection__blocs .container {
        padding: 40px 30px;
    }
}

.redirection__blocs .container p, .redirection__blocs .container .single .singleContent li, .single .singleContent .redirection__blocs .container li {
    color: white;
    margin: 24px 0;
    max-width: 357px;
}

.redirection__blocs .container .title {
    font-family: 'Prompt';
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    margin-top: 0;
}

@media (max-width: 767px) {
    .redirection__blocs .container .title {
        font-size: 20px;
    }
}

.redirection__blocs .container .cta, .redirection__blocs .container .owl-prev, .redirection__blocs .container .owl-next {
    color: white;
}

.redirection__blocs .container .cta::after, .redirection__blocs .container .owl-prev::after, .redirection__blocs .container .owl-next::after {
    background: url(../images/blue-arrow.svg) no-repeat 50%;
    background-color: white;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.redirection__blocs .container .cta:hover::after, .redirection__blocs .container .owl-prev:hover::after, .redirection__blocs .container .owl-next:hover::after {
    background-color: #D7E3EE;
}
</pre></body></html>