
.banners {
    max-width: 360px;
    background: linear-gradient(0deg, rgba(116, 131, 134, 0.20) 0%, rgba(116, 131, 134, 0.20) 100%), #FBF9FF;
    flex: 0 0 360px;
    position: relative;
}

.banner-tag {
    padding-top: 16px;
}

.banners .banner-group {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 24px;
    position: sticky;
    top: 0;
}

.banners .body {
    width: 312px;
    background: #fff;
}

.program-image-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banners .owl-carousel {
    display: block;
}

.banners .testimonial {
    margin: unset !important;
    padding: 16px;
}

    .banners .testimonial .testimonial-body {
        margin: 45px 0;
    }

        .banners .testimonial .testimonial-body p {
            font-family: Outfit, Outfit-Regular !important;
        }

section.banner-zone .banner-button {
    margin-top: 16px;
    background: var(--Carmine, #BE1E2D);
    display: inline-flex;
    padding: 8px 12px 8px 16px;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    justify-content: space-between;
    text-decoration-skip-ink: unset !important;
    text-underline-offset: unset !important;
    text-underline-position: unset !important;
    text-decoration: unset !important;
}

    section.banner-zone .banner-button:hover {
        background: var(--Midnight-Violet, #2C1224);
        text-decoration: unset;
    }

            section.banner-zone .banner-button span {
                color: #FFF !important;
                font-family: Outfit, Outfit-Regular !important;
                font-size: 14px !important;
                font-style: normal !important;
                font-weight: 500 !important;
                line-height: 24px !important; /* 171.429% */
                letter-spacing: 0.28px !important;
            }

section.banner-zone .banner-body .event-banner-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    section.banner-zone .banner-body .event-banner-bottom .read-more {
        font-family: Outfit, Outfit-Regular !important;
        color: var(--Shadow-Grey, #272932);
        text-shadow: 2.192px 2.192px 4.385px rgba(0, 0, 0, 0.20);
        text-decoration: underline;
    }

        section.banner-zone .banner-body .event-banner-bottom .read-more:hover {
            color: var(--Carmine, #BE1E2D) !important;
        }

    /******************************************/
    /*Sidebar*/
    /******************************************/
    section.banner-zone--sidebar .header {
        position: relative;
    }

        section.banner-zone--sidebar .header .banner-tag {
            position: absolute;
            z-index: 1;
        }

        section.banner-zone--sidebar .header .banner-image {
            background-repeat: no-repeat;
            object-fit: cover;
            width: 100%;
            max-width: 312px;
        }




/******************************************/
/*Sidebar - Event*/
/******************************************/
section.banner-zone--sidebar-event {
    background: #fff;
}

    section.banner-zone--sidebar-event .banner-body {
        padding: 24px 16px 20px 16px;
    }

    section.banner-zone--sidebar-event .overlay-over-image {
        background: rgba(44, 18, 36, 0.15);
        width: 100%;
        height: 100%;
        position: absolute;
    }

section.banner-zone--sidebar-event .banner-body p {
    font-family: Outfit, Outfit-Regular !important;
    margin-bottom: 16px;
}

        section.banner-zone--sidebar-event .banner-body .banner-bottom {
            display: flex;
            justify-content: space-between;
            margin-top: 16px;
            align-items: center;
        }

    section.banner-zone--sidebar-event .banner-button {
        margin-top: unset;
    }

    section.banner-zone--sidebar-event .banner-body .banner-bottom .read-more {
        color: var(--Shadow-Grey, #272932) !important;
        text-shadow: 2.192px 2.192px 4.385px rgba(0, 0, 0, 0.20) !important;
        font-family: Outfit, Outfit-Regular !important;
        font-size: 16px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: 130% !important; /* 20.8px */
        text-decoration-line: underline !important;
        text-decoration-style: solid !important;
        text-decoration-skip-ink: auto !important;
        text-decoration-thickness: auto !important;
        text-underline-offset: auto !important;
        text-underline-position: from-font !important;
        cursor: pointer;
    }

/******************************************/
/*Sidebar - Scholarship*/
/******************************************/
section.banner-zone--sidebar-scholarship {
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 208px;
    background-size: inherit;
    background-size: cover;
    /* object-fit: revert-layer; */
    max-width: 312px;
    position: relative;
}

    section.banner-zone--sidebar-scholarship .scholarship-sidebar {
        /*position: relative;*/
    }

        section.banner-zone--sidebar-scholarship .scholarship-sidebar .banner-tag {
            position: absolute;
            padding-top: 16px;
        }

        section.banner-zone--sidebar-scholarship .scholarship-sidebar .banner-body {
            padding: 70px 20px 2px 124px;
            display: flex;
            flex-direction: column;
            gap: 11px;
        }

        section.banner-zone--sidebar-scholarship .scholarship-sidebar .scholarship-banner-bottom {
            position: absolute;
            right: 10px;
            bottom: 0;
        }

        section.banner-zone--sidebar-scholarship .scholarship-sidebar .scholarship-banner-bottom * {
            color: var(--White, #FFF);
            text-shadow: 2.192px 2.192px 4.385px rgba(0, 0, 0, 0.20);
            font-family: Outfit;
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: 130%;
            opacity: 0.7;
        }

            section.banner-zone--sidebar-scholarship .scholarship-sidebar .banner-body * {
                color: var(--White, #FFF) !important;
                text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.20) !important;
                font-family: Outfit, Outfit-Regular !important;
                font-size: 16px !important;
                font-style: normal !important;
                font-weight: 400 !important;
                line-height: 130% !important; /* 19.2px */
                letter-spacing: 0.16px !important;
            }

        section.banner-zone--sidebar-scholarship .scholarship-sidebar .text-button:hover .banner-scholarship-request-info {
            color: var(--Carmine, #BE1E2D) !important;
        }

                section.banner-zone--sidebar-scholarship .scholarship-sidebar .text-button {
                    color: var(--Snow, #FBF9FF) !important;
                    /* Text Shadow */
                    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.20) !important;
                    font-family: Outfit, Outfit-Regular !important;
                    font-size: 16px !important;
                    font-style: normal !important;
                    font-weight: 400 !important;
                    line-height: 24px !important; /* 150% */
                    text-decoration: underline;
                }

                    section.banner-zone--sidebar-scholarship .scholarship-sidebar .text-button:hover {
                        text-decoration-color: var(--Carmine, #BE1E2D);
                        color: var(--Carmine, #BE1E2D) !important;
                    }
/******************************************/
/*Sidebar - Program*/
/******************************************/

section.banner-zone--sidebar-program {
    background: var(--Shadow-Grey, #272932);
}

    section.banner-zone--sidebar-program .header .banner-image {
        object-fit: cover;
        width: 100%;
        max-width: 312px;
    }

    section.banner-zone--sidebar-program .banner-body {
        padding: 24px;
    }

        section.banner-zone--sidebar-program .banner-body p {
            color: var(--Snow, #FBF9FF) !important;
            /* Text Shadow */
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.20) !important;
            /* Mobile/H2 */
            font-family: "ZalandoSansExpanded-light" !important;
            font-size: 24px !important;
            font-style: normal !important;
            font-weight: 600 !important;
            line-height: 130% !important;
        }

    section.banner-zone--sidebar-program .banner-button {
        margin-top: 24px;
        width: 100%;
    }


/******************************************/
/*Inline - Program*/
/******************************************/

section.banner-zone--inline-program .header .banner-image {
    background-repeat: no-repeat;
    object-fit: none;
    width: 100%;
    max-width: unset;
}

section.banner-zone--inline-program {
    background: var(--Shadow-Grey, #272932);
    display: flex;
    margin-bottom: 24px;
}

    section.banner-zone--inline-program .header {
        width: 100%;
    }

        section.banner-zone--inline-program .header .banner-image {
            object-fit: cover;
            height: 100%;
        }

    section.banner-zone--inline-program .banner-body {
        padding: 24px 24px 24px 40px;
        align-content: center;
        width: 100%;
    }

        section.banner-zone--inline-program .banner-body p {
            color: var(--Snow, #FBF9FF) !important;
            /* Text Shadow */
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.20) !important;
            /* Mobile/H2 */
            font-family: "ZalandoSansExpanded-light" !important;
            font-size: 32px !important;
            font-style: normal !important;
            font-weight: 600 !important;
            line-height: 120% !important;
        }

    section.banner-zone--inline-program .banner-button {
        margin-top: 24px;
    }

/******************************************/
/*Review Testimonial*/
/******************************************/
.testimonial-section {
    background: var(--Snow, #FBF9FF);
    background-image: url(/Files/templates/main-2026/images/icons/union.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: cover;
    box-shadow: 0 4px 10px 0 rgba(44, 18, 36, 0.04);
}

    .testimonial-section .testimonials-banner .testimonial .bottom .author {
        font-family: Outfit, Outfit-Regular !important;
    }

    .testimonial-section .testimonials-banner .testimonial .bottom {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .testimonial-section .testimonials-banner .testimonial .bottom .quotes {
            width: 48px;
            height: 48px;
        }


.testimonials-banner .testimonial-card::before {
    content: "";
    position: absolute;
    inset: -40px;
    background: linear-gradient(135deg, rgba(255,255,255,.35) 0 40%, transparent 40% 100%), linear-gradient(45deg, rgba(255,255,255,.25) 0 35%, transparent 35% 100%);
    opacity: .7;
    pointer-events: none;
}

.testimonials-banner .testimonial-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
    position: relative;
    z-index: 1;
}

.testimonials-banner .owl-dots {
    position: absolute;
    top: -25px;
    right: 18px;
    width: auto;
    z-index: 2;
    margin: 0 !important;
}

.testimonials-banner .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0 6px;
    background: rgba(0,0,0,.15);
}

.testimonials-banner .owl-dot span {
    opacity: 0.2;
    background: var(--State-Grey, #748386);
    width: 8px;
    height: 8px;
    display: block;
}

.testimonials-banner .owl-dot.active span {
    background: var(--State-Grey, #748386);
    opacity: 1;
}

/******************************************/
/*News Testimonial*/
/******************************************/
.news-recommendation {
    background: linear-gradient(0deg, rgba(44, 18, 36, 0.10) 0%, rgba(44, 18, 36, 0.10) 100%), #FBF9FF;
    padding: 24px;
    position: relative;
    margin-bottom: 24px;
}

    .news-recommendation .intro {
        overflow: hidden;
        color: var(--Shadow-Grey, #272932) !important;
        text-overflow: ellipsis;
        /* Desktop/H3 */
        font-family: Outfit, Outfit-Regular !important;
        font-size: 20px !important;
        font-style: normal !important;
        font-weight: 500 !important;
        line-height: 120% !important; /* 24px */
        letter-spacing: 0.2px !important;
        margin-bottom: 16px;
    }



    .news-recommendation .owl-stage {
        display: flex;
        gap: 16px;
    }

    .news-recommendation .news-item {
        width: 100%;
        max-width: 320px;
        background: var(--Snow, #FBF9FF);
        cursor: pointer;
    }

    .news-recommendation .header .news-image {
        object-fit: cover;
        width: 100%;
        max-width: 320px;
        aspect-ratio: 16 / 9;
    }

    .news-recommendation .body {
        padding: 16px;
        min-height: 91px;
    }

        .news-recommendation .body .news-title {
            color: var(--Shadow-Grey, #272932) !important;
            /* Desktop/Small */
            font-family: Outfit, Outfit-Regular !important;
            font-size: 15px !important;
            font-style: normal !important;
            font-weight: 400 !important;
            line-height: 130% !important; /* 19.5px */
        }

    .news-recommendation .news-recommendation-section {
        position: unset;
    }

    .news-recommendation .owl-nav {
        position: absolute;
        top: 24px;
        right: 20px;
        display: flex;
        gap: 16px;
    }

        .news-recommendation .owl-nav button.owl-prev {
            width: 24px !important;
            height: 24px !important;
            border: 0 !important;
            padding: 0 !important;
            background-image: url(/Files/templates/main-2026/images/icons/black-arrow-left.svg) !important;
            background-repeat: no-repeat !important;
        }

        .news-recommendation .owl-nav button.owl-next {
            width: 24px !important;
            height: 24px !important;
            border: 0 !important;
            padding: 0 !important;
            background-image: url(/Files/templates/main-2026/images/icons/black-arrow-right.svg) !important;
            background-repeat: no-repeat !important;
        }

        .news-recommendation .owl-nav button span {
            display: none !important;
        }

@media (max-width: 1440px) {
}

@media (max-width: 1200px) {
    section.banner-zone--inline-program .banner-body p {
        font-size: 30px !important;
    }
}

@media (max-width: 1040px) {
    section.banner-zone--sidebar-scholarship {
        height: 250px;
    }

    section.banner-zone--inline-program .banner-body {
        padding: 24px;
    }

    .banners {
        max-width: 320px;
        flex: 0 0 320px;
    }
}

@media (max-width: 1024px) {
}

@media (max-width: 991px) {
    section.banner-zone--inline-program .banner-body p {
        font-size: 28px !important;
    }

    .banners {
        max-width: 310px;
        flex: 0 0 310px;
    }
}

@media (max-width: 834px) {
    section.banner-zone--inline-program .banner-body p {
        font-size: 26px !important;
    }

    .banners {
        max-width: 300px;
        flex: 0 0 300px;
    }
}

@media (max-width: 767px) {
    section.banner-zone--sidebar .header .banner-image {
        max-width: unset;
        object-fit: cover;
    }


    section.banner-zone--inline-program {
        flex-direction: column;
    }

    section.banner-zone--sidebar-program .header .banner-image {
        max-width: unset;
    }

    section.banner-zone--inline-program .banner-body p {
        font-size: 24px !important;
    }

    section.banner-zone--sidebar-scholarship {
        height: 100%;
        width: auto;
        background-size: cover;
        aspect-ratio: 342 / 208;
        max-width: unset;
    }

    section.banner-zone--sidebar .header .banner-image {
        max-width: unset;
    }

        section.banner-zone--sidebar-scholarship .scholarship-sidebar .scholarship-banner-bottom {
            /*bottom: 8px;*/
        }

        section.banner-zone--sidebar-scholarship .scholarship-sidebar {
            position: relative;
            height: 100%;
        }

            section.banner-zone--sidebar-scholarship .scholarship-sidebar .banner-body {
                padding: 30px 10% 44px 50%;
                height: 100%;
                justify-content: center;
                align-items: flex-start;
            }

                section.banner-zone--sidebar-scholarship .scholarship-sidebar .banner-body * {
                    font-size: 17px !important;
                }


        .banners {
            max-width: unset;
            flex: 0 0 100%;
            width: 100%;
        }

        .news-recommendation .body .news-title {
            font-size: 14px !important;
        }
    }


@media (max-width: 576px) {
    .news-recommendation .intro {
        width: 65%;
    }
}

@media (max-width: 520px) {
    .news-recommendation .intro {
        font-size: 16px !important;
    }

    .news-recommendation .owl-nav button.owl-prev {
        width: 20px !important;
        height: 20px !important;
    }

    .news-recommendation .owl-nav button.owl-next {
        width: 20px !important;
        height: 20px !important;
    }
}
