.flexible-content--container {
    padding-bottom: 32px;
    border-bottom: 1px solid #e0e0e0;
}

@media screen and (min-width: 768px) {
    .flexible-content--container {
        display: flex;
        justify-content: space-between;
        padding-bottom: 80px;
        gap: 16px;
    }
}

.flexible-content.last .flexible-content--container {
    border: unset;
    padding: 0;
}

.flexible-content--title {
    display: none;
}

@media screen and (min-width: 768px) {
    .flexible-content--title {
        display: flex;
        flex-direction: column;
        gap: 16px;
        flex: 1 0 200px;
    }
}

.flexible-content--title .count,
.flexible-content--title .title {
    color: var(--accent-1);
    font-family: var(--aileron);
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
}

.flexible-content--content {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

@media screen and (min-width: 768px) {
    .flexible-content--content {
        max-width: 984px;
        width: 100%;
        gap: 40px;
        overflow: hidden;
    }
}

.flexible-content--content section {
    padding-inline: 0;
}

.flexible-content--content .pictograms-columns {
    --col: 301px;
}

.flexible-content--content .pictograms-columns .pictograms-columns--container {
    gap: 32px;
}

@media screen and (min-width: 576px) {
    .flexible-content--content .pictograms-columns .pictograms-columns--item {
        max-width: var(--col);
        width: 100%;
        flex: 1;
    }
}

.flexible-content--content .pictograms-columns .pictograms-columns--item::after {
    content: none;
}

.flexible-content--content .keynumbers-list-steps.col-4 {
    --col: 198px;
}

.flexible-content--content .keynumbers-list-steps.col-3 {
    --col: 285px;
}

.flexible-content--content .faq-list--content {
    max-width: 100%;
    width: 100%;
}

.flexible-content--content .slider-logos {
    padding: 0;
}

.flexible-content--content .slider-logos .slider-logos--container {
    padding: 0;
}

.flexible-content--content .slider-logos .slider-logos--title {
    flex-shrink: 0;
}

@media screen and (min-width: 768px) {
    .flexible-content--content .slider-testimonials .owl-carousel .owl-stage-outer {
        margin-left: 0;
    }
}

.flexible-content--content .instructor-presentation h3 {
    font-size: 24px;
}

@media screen and (min-width: 768px) {
    .flexible-content--content .instructor-presentation h3 {
        font-size: 28px;
    }
}

.flexible-content--content .offers-suggestion h2 {
    font-size: 30px;
    color: var(--accent-1);
}

@media screen and (min-width: 768px) {
    .flexible-content--content .offers-suggestion h2 {
        font-size: 36px;
    }
}

.txt-content {
    --flex-direction: row;
}

.txt-content.reverse {
    --flex-direction: row-reverse;
}

.txt-content.blue {
    background-color: var(--medium-blue);
}

.txt-content.blue .number-container .mask {
    background-color: var(--medium-blue);
}

.txt-content.column .txt-content--container {
    justify-content: space-between;
}

@media screen and (min-width: 1024px) {
    .txt-content.column .txt-content--content {
        max-width: 680px;
    }
}

.txt-content.column .txt-content--content h2 {
    margin-bottom: 32px;
}

.txt-content.column .txt-content--content p:not(:last-child) {
    margin-bottom: 32px;
}

.txt-content--container {
    display: flex;
    flex-direction: column;
    gap: 56px;
}

@media screen and (min-width: 1024px) {
    .txt-content--container {
        flex-direction: var(--flex-direction);
        align-items: center;
        justify-content: center;
        gap: 80px;
    }
}

.txt-content--content {
    width: 100%;
}

@media screen and (min-width: 1024px) {
    .txt-content--content {
        max-width: 980px;
    }
}

.txt-content--content h2 {
    font-size: 1.875rem;
    color: var(--accent-1);
    margin-bottom: 40px;
}

@media screen and (min-width: 1024px) {
    .txt-content--content h2 {
        font-size: 2.25rem;
    }
}

.txt-content--content h3 {
    font-size: 1.5rem;
    color: var(--accent-1);
    margin-bottom: 16px;
}

@media screen and (min-width: 1024px) {
    .txt-content--content h3 {
        font-size: 1.75rem;
    }
}

.txt-content--content p {
    color: var(--accent-3);
    line-height: 1.7;
}

.txt-content--content p b,
.txt-content--content p strong {
    font-weight: 700;
}

.txt-content--content p em {
    font-style: italic;
}

.txt-content--content p:not(:last-child) {
    margin-bottom: 16px;
}

.txt-content--content ul {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 24px;
    padding-left: 32px;
}

.txt-content--content ul li {
    list-style-type: disc;
}

.txt-content--content ul li::marker {
    color: var(--primary-green);
}

.maroc .txt-content--content ul li::marker {
    color: var(--maroc);
}

.txt-content--content ul li ul {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 16px;
}

.txt-content--content ul li ul li {
    list-style-type: circle;
}

.txt-content--content ul li ul li::marker {
    color: var(--primary-green);
}

.maroc .txt-content--content ul li ul li::marker {
    color: var(--maroc);
}

.txt-content--content ul li strong {
    font-weight: 700;
}

.txt-content--content ul+h2,
.txt-content--content p+h2 {
    margin-top: 56px;
}

@media screen and (min-width: 1024px) {

    .txt-content--content ul+h2,
    .txt-content--content p+h2 {
        margin-top: 80px;
    }
}

.txt-content--content ul+h3,
.txt-content--content p+h3 {
    margin-top: 32px;
}

@media screen and (min-width: 1024px) {

    .txt-content--content ul+h3,
    .txt-content--content p+h3 {
        margin-top: 40px;
    }
}

.txt-content--content h3+ul {
    margin-top: 16px;
}

.txt-content--content ul+p {
    margin-top: 24px;
}

.txt-content--keynumbers {
    display: flex;
    gap: 48px;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 400px;
}

.txt-content--keynumbers .keynumbers--item {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex: 1 0 328px;
}

.txt-content--keynumbers .keynumbers--item.active .number {
    transform: translateY(0);
}

.txt-content--keynumbers .number-container {
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    overflow-y: clip;
}

.txt-content--keynumbers .number-container .number {
    font-size: 72px;
    font-family: var(--aileron);
    font-weight: 300;
    color: var(--accent-1);
    display: inline-block;
    line-height: 60px;
    position: relative;
    transform: translateY(100%);
    transition: transform 0.6s ease;
}

.txt-content--keynumbers .number-container .suffix {
    color: var(--primary-green);
    opacity: 0.4;
    font-size: 40px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(calc(100% + 8px), -50%);
}

.maroc .txt-content--keynumbers .number-container .suffix {
    color: var(--maroc);
}

.txt-content--keynumbers .number-container .mask {
    height: 8px;
    width: 100%;
    background: var(--white);
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 1px solid var(--accent-2);
}

.image--container img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 250px;
    border-radius: 16px;
}

@media screen and (min-width: 768px) {
    .image--container img {
        height: 500px;
        border-radius: 24px;
    }
}

.image.col .image--container {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

@media screen and (min-width: 768px) {
    .image.col .image--container {
        flex-direction: row;
        gap: 40px;
    }
}

.pictograms-columns {
    background-color: var(--white);
    --col: 100%;
}

@media screen and (min-width: 768px) {
    .pictograms-columns {
        --col: 373px;
    }
}

@media screen and (min-width: 615px) {
    .pictograms-columns.col-4 {
        --col: 260px;
    }
}

@media screen and (min-width: 480px) {
    .pictograms-columns.col-5 {
        --col: 192px;
    }
}

.pictograms-columns.blue {
    background-color: var(--medium-blue);
}

.pictograms-columns.blue .pictograms-columns--item::after {
    content: none;
}

.pictograms-columns.blue .pictograms-columns--container {
    gap: 32px;
}

.pictograms-columns.redirection .pictograms-columns--item h5 {
    font-size: 1.875rem;
}

@media screen and (min-width: 768px) {
    .pictograms-columns.redirection .pictograms-columns--item h5 {
        font-size: 2.25rem;
    }
}

.pictograms-columns--container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 64px;
}

@media screen and (min-width: 1280px) {
    .pictograms-columns--container {
        gap: 80px;
    }
}

.pictograms-columns--item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    max-width: var(--col);
    flex: var(--col);
    position: relative;
}

.pictograms-columns--item::after {
    content: "";
    position: absolute;
    background-color: var(--medium-blue);
    width: 1px;
    height: 100%;
    right: -32px;
    bottom: 0;
}

@media screen and (min-width: 1280px) {
    .pictograms-columns--item::after {
        right: -40px;
    }
}

.pictograms-columns--item.vertical::after {
    top: 0;
}

.pictograms-columns--item.horizontal::after {
    left: 0;
    right: 0;
    bottom: -32px;
    height: 1px;
    width: 100%;
}

@media screen and (min-width: 1280px) {
    .pictograms-columns--item.horizontal::after {
        bottom: -40px;
    }
}

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

.pictograms-columns--item.last-in-row::after {
    display: none;
}

.pictograms-columns--item span {
    height: 48px;
    width: 48px;
    mask: var(--picto), no-repeat center;
    mask-size: contain;
    mask-repeat: no-repeat;
    background: linear-gradient(90deg, #52C419 0%, #42931A 100%);
}

.pictograms-columns--item span img {
    -o-object-fit: contain;
    object-fit: contain;
    height: 100%;
    width: 100%;
}

.pictograms-columns--item h5 {
    color: var(--accent-3);
    text-align: center;
    font-family: var(--aileron);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.pictograms-columns--item p {
    text-align: center;
    font-size: 0.875rem;
}

.pictograms-columns--item ul {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pictograms-columns--item ul li {
    text-align: center;
    list-style-type: disc;
}

.pictograms-columns--item ul li::marker {
    color: var(--primary-green);
}

.maroc .pictograms-columns--item ul li::marker {
    color: var(--maroc);
}

.pictograms-columns--btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
}

@media screen and (min-width: 480px) {
    .keynumbers-list-steps.col-2 {
        --col: 468px;
    }
}

@media screen and (min-width: 480px) {
    .keynumbers-list-steps.col-3 {
        --col: 384px;
    }
}

@media screen and (min-width: 480px) {
    .keynumbers-list-steps.col-4 {
        --col: 272px;
    }
}

.keynumbers-list-steps--container {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

@media screen and (min-width: 576px) {
    .keynumbers-list-steps--container {
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        gap: clamp(8px, 4.44vw, 64px);
    }
}

.keynumbers-list-steps--item {
    width: 100%;
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 576px) {
    .keynumbers-list-steps--item {
        max-width: var(--col);
        flex: var(--col);
    }
}

.keynumbers-list-steps .number-container {
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    overflow-y: clip;
}

.keynumbers-list-steps .number-container .number {
    font-size: 72px;
    font-family: var(--aileron);
    font-weight: 300;
    color: var(--accent-1);
    display: inline-block;
    line-height: 60px;
    position: relative;
    transform: translateY(100%);
    transition: transform .6s ease;
}

.keynumbers-list-steps .number-container .suffix {
    color: var(--primary-green);
    opacity: .4;
    font-size: 40px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(calc(100% + 8px), -50%);
}

.maroc .keynumbers-list-steps .number-container .suffix {
    color: var(--maroc);
}

.keynumbers-list-steps .number-container .mask {
    height: 8px;
    width: 100%;
    background: var(--white);
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 1px solid var(--accent-2);
}

.keynumbers-list-steps .legend {
    color: var(--accent-1);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 300;
    display: block;
    margin-top: 8px;
}

.keynumbers-list-steps .legend strong {
    font-weight: 700;
}

.keynumbers-list-steps--item.active .number {
    transform: translateY(0);
}

.team-list {
    position: relative;
}

.team-list::before {
    content: '';
    width: 100%;
    height: 100%;
    max-height: 800px;
    background: url("../images/pattern.png") no-repeat left;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

@media screen and (min-width: 1280px) {
    .team-list::before {
        background-position: center;
    }
}

.team-list--container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

@media screen and (min-width: 768px) {
    .team-list--container {
        gap: 56px;
    }
}

.team-list--title {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 800px;
}

.team-list--title h2,
.team-list--title h3,
.team-list--title p {
    text-align: center;
}

.team-list--title h2 {
    font-size: 2rem;
    color: var(--accent-1);
}

@media screen and (min-width: 768px) {
    .team-list--title h2 {
        font-size: 2.875rem;
    }
}

.team-list--title h3 {
    font-size: 1.875rem;
    color: var(--accent-1);
}

@media screen and (min-width: 768px) {
    .team-list--title h3 {
        font-size: 2.25rem;
    }
}

.team-list--title p:not(.uptitle) {
    margin-top: 8px;
    color: var(--accent-3);
}

.team-list--cards-team {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .team-list--cards-team {
        gap: 48px;
    }
}

.team-list--cards-team .card-team {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 0 1 calc(50% - 16px);
}

@media screen and (min-width: 768px) {
    .team-list--cards-team .card-team {
        flex: 0 1 calc(33.33% - 32px);
    }
}

@media screen and (min-width: 992px) {
    .team-list--cards-team .card-team {
        flex: 0 1 284px;
    }
}

.team-list--cards-team .card-team--image {
    border-radius: 8px;
    overflow: hidden;
    height: 160px;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .team-list--cards-team .card-team--image {
        border-radius: 16px;
        height: 300px;
    }
}

.team-list--cards-team .card-team--image img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.team-list--cards-team .card-team--content {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.team-list--cards-team .card-team--content .name {
    color: var(--accent-3);
    font-family: var(--aileron);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.team-list--cards-team .card-team--content .job {
    color: var(--accent-2);
    font-family: var(--aileron);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
}

.faq-list--container {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

@media screen and (min-width: 1024px) {
    .faq-list--container {
        flex-direction: row;
        justify-content: space-between;
    }
}

.faq-list--categories {
    display: flex;
    gap: 24px;
    overflow: scroll;
    scrollbar-width: none;
    white-space: nowrap;
}

@media screen and (min-width: 1024px) {
    .faq-list--categories {
        overflow: unset;
        flex-direction: column;
        max-width: 300px;
        width: 100%;
        white-space: unset;
    }
}

.faq-list--categories-item {
    padding: 24px;
    border-radius: 16px;
    color: var(--accent-1);
    font-family: var(--aileron);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 24px;
    border: 1px solid var(--medium-blue);
}

.faq-list--categories-item::before {
    content: "";
    display: block;
    background: var(--background);
    background-size: contain;
    height: 32px;
    width: 32px;
    flex-shrink: 0;
}

.faq-list--categories-item.active {
    color: var(--white);
    background: var(--accent-1);
}

.faq-list--categories-item.active::before {
    background: none;
    mask: var(--background);
    mask-size: contain;
    background-color: var(--white);
}

.faq-list--content {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

@media screen and (min-width: 1024px) {
    .faq-list--content {
        max-width: 900px;
    }
}

.faq-list--content .accordion-title {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.faq-list--content .accordion-title h2 {
    font-size: 2.25rem;
    font-weight: 400;
    color: var(--accent-1);
}

.faq-list--content .accordion-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq-list--content .accordion-item {
    border-radius: 24px;
    background-color: var(--light-blue);
    padding: 24px 32px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.faq-list--content .accordion-header {
    cursor: pointer;
    font-size: 28px;
    color: var(--accent-3);
    font-family: var(--roboto);
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    line-height: 150%;
}

.faq-list--content .accordion-header>span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 48px;
    padding: 12px;
    border-radius: 50%;
    border: 1px solid var(--primary-green);
    cursor: pointer;
    overflow: hidden;
    flex-shrink: 0;
    --mask: var(--white);
    --mask-hover: var(--green);
    --background-color: var(--primary-green);
    --background-color-hover: var(--primary-green-light);
    z-index: 1;
    transition: all 0.4s ease;
}

.maroc .faq-list--content .accordion-header>span {
    border: 1px solid var(--maroc);
    --background-color: var(--maroc);
    --background-color-hover: var(--maroc-light);
}

.faq-list--content .accordion-header>span::after {
    content: "";
    position: absolute;
    background-color: var(--background-color-hover);
    top: 0;
    right: auto;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 0%;
    transition: 0.3s ease-in-out;
    z-index: -1;
}

.faq-list--content .accordion-header>span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--background-color);
    z-index: -2;
    transition: 0.3s ease-in-out;
}

.faq-list--content .accordion-header>span span {
    height: 100%;
    width: 100%;
    -webkit-mask: url("../images/close.svg") no-repeat center;
    mask: url("../images/close.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background: var(--mask);
    transform: rotate(0.125turn);
    transition: all 0.4s ease;
}

.faq-list--content .accordion-header:hover>span {
    border: 1px solid var(--primary-green);
}

.maroc .faq-list--content .accordion-header:hover>span {
    border: 1px solid var(--maroc);
}

.faq-list--content .accordion-header:hover>span::after {
    top: 0;
    right: 0;
    left: auto;
    bottom: 0;
    height: 100%;
    width: 100%;
}

.faq-list--content .accordion-header:hover>span span {
    background: var(--mask-hover);
}

.faq-list--content.hide {
    display: none;
}

.faq-list .open-accordion {
    border: 1px solid var(--primary-green);
}

.faq-list .open-accordion .accordion-header>span {
    background: var(--primary-green-light);
}

.maroc .faq-list .open-accordion {
    border: 1px solid var(--maroc);
}

.maroc .faq-list .open-accordion .accordion-header>span {
    background: var(--maroc-light);
}

.faq-list .open-accordion .accordion-header>span span {
    background: var(--green);
    transform: none;
}

.faq-list .open-accordion .accordion-header>span::before {
    background: var(--primary-green-light);
    transform: rotate(45deg);
}

.faq-list .open-accordion .accordion-header>span:hover::after {
    background-color: var(--primary-green);
    width: 100%;
}

.maroc .faq-list .open-accordion .accordion-header>span::before {
    background: var(--maroc-light);
    transform: rotate(45deg);
}

.maroc .faq-list .open-accordion .accordion-header>span:hover::after {
    background-color: var(--maroc);
    width: 100%;
}

.faq-list .open-accordion .accordion-header>span:hover span {
    background: var(--white);
}

.faq-list .accordion-body {
    display: none;
    font-family: var(--roboto);
    color: var(--accent-3);
    flex-direction: column;
    gap: 24px;
}

.faq-list .accordion-body .btn {
    width: max-content;
}

.slider-logos {
    position: relative;
    padding: 24px 0;
}

@media screen and (min-width: 1280px) {
    .slider-logos {
        padding: 64px 0;
    }
}

.slider-logos--container {
    white-space: nowrap;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

@media screen and (min-width: 768px) {
    .slider-logos--container {
        flex-direction: row;
        align-items: center;
        gap: 64px;
    }
}

@media screen and (min-width: 1200px) {
    .slider-logos--container {
        padding-left: 80px;
        gap: 120px;
    }
}

.slider-logos--title {
    padding: 0 16px;
}

@media screen and (min-width: 768px) {
    .slider-logos--title {
        max-width: 280px;
        width: 100%;
        white-space: normal;
    }
}

@media screen and (min-width: 1280px) {
    .slider-logos--title {
        padding: 0;
    }
}

.slider-logos--title h3 {
    color: var(--accent-1);
}

.slider-logos--title h3 span {
    color: var(--accent-2);
}

.slider-logos--content-container {
    position: relative;
    overflow: hidden;
}

.slider-logos--content-container::after {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    height: 100%;
    width: 120px;
    background: linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
}

.slider-logos--content-container::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    height: 100%;
    width: 120px;
    background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.slider-logos--content {
    display: inline-flex;
}

.slider-logos--content-item {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    font-size: 50px;
    color: #005511;
    padding-left: 24px;
    gap: 24px;
    justify-content: center;
    flex-shrink: 0;
}

@media screen and (min-width: 768px) {
    .slider-logos--content-item {
        gap: 64px;
        padding-left: 64px;
    }
}

.slider-logos--content-item img {
    object-fit: contain;
    height: 63px;
    width: 137px;
}

@media screen and (min-width: 768px) {
    .slider-logos--content-item img {
        height: 72px;
        width: 154px;
    }
}

.slider-testimonials {
    overflow: hidden;
}

.slider-testimonials.background {
    background: var(--medium-blue);
}

.slider-testimonials--header {
    padding: 0 16px;
}

@media screen and (min-width: 1296px) {
    .slider-testimonials--header {
        padding: 0;
    }
}

.slider-testimonials--container {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

@media screen and (min-width: 992px) {
    .slider-testimonials--container {
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
    }
}

.slider-testimonials--navigation {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: center;
}

@media screen and (min-width: 992px) {
    .slider-testimonials--navigation {
        order: 2;
        justify-content: flex-end;
    }
}

@media screen and (min-width: 992px) {
    .slider-testimonials--slider {
        order: 3;
        flex: 1;
    }
}

.slider-testimonials .owl-carousel .owl-stage-outer {
    overflow: visible;
    margin-left: -16px;
}

@media screen and (min-width: 1296px) {
    .slider-testimonials .owl-carousel .owl-stage-outer {
        margin-left: -148px;
    }
}

.slider-testimonials h2 {
    color: var(--accent-1);
}

.instructor-presentation--title {
    margin-bottom: 24px;
    color: var(--accent-1);
}

.instructor-presentation--content {
    background: var(--medium-blue);
    border-radius: 16px;
}

.instructor-presentation--item {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 16px;
    color: var(--accent-3);
}

@media screen and (min-width: 768px) {
    .instructor-presentation--item {
        flex-direction: row;
        align-items: center;
    }
}

.instructor-presentation--item h5 {
    margin-bottom: 16px;
}

.instructor-presentation--item p {
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 170%;
}

.instructor-presentation img {
    width: 150px;
    height: 150px;
    border-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover;
    flex-shrink: 0;
}

.instructor-presentation--title {
    margin-bottom: 24px;
    color: var(--accent-1);
}

.instructor-presentation--content {
    background: var(--medium-blue);
    border-radius: 16px;
}

.instructor-presentation--item {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 16px;
    color: var(--accent-3);
}

@media screen and (min-width: 768px) {
    .instructor-presentation--item {
        flex-direction: row;
        align-items: center;
    }
}

.instructor-presentation--item h5 {
    margin-bottom: 16px;
}

.instructor-presentation--item p {
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 170%;
}

.instructor-presentation img {
    width: 150px;
    height: 150px;
    border-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover;
    flex-shrink: 0;
}

.redirection-reduced--container {
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    background: url("../images/background.jpeg") no-repeat center;
    background-size: cover;
    color: var(--white);
    padding: 32px;
}

@media screen and (min-width: 768px) {
    .redirection-reduced--container {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

@media screen and (min-width: 1280px) {
    .redirection-reduced--container {
        padding: 40px;
    }
}

.offers-suggestion--container {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

@media screen and (min-width: 992px) {
    .offers-suggestion--container {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        gap: 120px;
        row-gap: 40px;
    }
}

@media screen and (min-width: 992px) {
    .offers-suggestion--header {
        order: 1;
    }
}

.offers-suggestion--list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

@media screen and (min-width: 992px) {
    .offers-suggestion--list {
        order: 3;
    }
}

.offers-suggestion--list .offer-item:last-child {
    display: none;
}

@media screen and (min-width: 1024px) {
    .offers-suggestion--list .offer-item:last-child {
        display: flex;
    }
}

@media screen and (min-width: 992px) {
    .offers-suggestion--more {
        order: 2;
    }
}

.offers-suggestion em {
    color: var(--accent-2);
}

.offers-suggestion .link {
    justify-content: center;
}