/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/



/*** Awesome ACF Image Settings ***/
.image-2by3 {
    padding-bottom: 125%;
    position: relative;
    overflow: hidden;
}
.image-4by3 {
    padding-bottom: 75%;
    position: relative;
    overflow: hidden;
}
.image-16by9 {
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden;
}
.image-square {
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}
.image-square {
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}
.image-square.object > img {

}

.image-2by3 > img,
.image-4by3 > img,
.image-16by9 > img,
.image-square > img,

.image-2by3 > video,
.image-4by3 > video,
.image-16by9 > video,
.image-square > video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    height: 100%;
    width: 100%;
}

/*** Image / Video Contain ***/
.image-2by3.size-contain,
.image-4by3.size-contain,
.image-16by9.size-contain,
.image-square.size-contain {
    padding-bottom: 0 !important; /* important, to override custom padding settings in blocks */
}

.image-2by3.size-contain > img,
.image-4by3.size-contain > img,
.image-16by9.size-contain > img,
.image-square.size-contain > img,

.image-2by3.size-contain > video,
.image-4by3.size-contain > video,
.image-16by9.size-contain > video,
.image-square.size-contain > video {
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: 0;
    top: 0;
    -o-object-fit: unset;
    object-fit: unset;
}

/* Image Position */

.image-2by3.position-bottom > img,
.image-4by3.position-bottom > img,
.image-16by9.position-bottom > img,
.image-square.position-bottom > img {
    -o-object-position: bottom;
    object-position: bottom;
}
.image-2by3.position-top > img,
.image-4by3.position-top > img,
.image-16by9.position-top > img,
.image-square.position-top > img {
    -o-object-position: top;
    object-position: top;
}

.image-2by3.position-left > img,
.image-4by3.position-left > img,
.image-16by9.position-left > img,
.image-square.position-left > img {
    -o-object-position: left;
    object-position: left;
}
.image-2by3.position-top-left > img,
.image-4by3.position-top-left > img,
.image-16by9.position-top-left > img,
.image-square.position-top-left > img {
    -o-object-position: top left;
    object-position: top left;
}
.image-2by3.position-bottom > img,
.image-4by3.position-bottom-left > img,
.image-16by9.position-bottom-left > img,
.image-square.position-bottom-left > img {
    -o-object-position: bottom left;
    object-position: bottom left;
}

.image-2by3.position-right > img,
.image-4by3.position-right > img,
.image-16by9.position-right > img,
.image-square.position-right > img {
    -o-object-position: right;
    object-position: right;
}
.image-2by3.position-top-right > img,
.image-4by3.position-top-right > img,
.image-16by9.position-top-right > img,
.image-square.position-top-right > img {
    -o-object-position: top right;
    object-position: top right;
}
.image-2by3.position-bottom-right > img,
.image-4by3.position-bottom-right > img,
.image-16by9.position-bottom-right > img,
.image-square.position-bottom-right > img {
    -o-object-position: bottom right;
    object-position: bottom right;
}

/* Hover Zoom Functionality */
.image-2by3.hover_zoom > img,
.image-4by3.hover_zoom > img,
.image-16by9.hover_zoom > img,
.image-square.hover_zoom > img {
    cursor: pointer;
    -webkit-transition: ease all .3s;
    -o-transition: ease all .3s;
    transition: ease all .3s;
    /* default image size */
    min-width: 100%;
    min-height: 100%;
    height: 100%;
    width: 100%;
}
.image-2by3.hover_zoom:hover > img,
.image-4by3.hover_zoom:hover > img,
.image-16by9.hover_zoom:hover > img,
.image-square.hover_zoom:hover > img {
    min-width: 103%;
    min-height: 103%;
    height: 103%;
    width: 103%;
}




/***** NAVIGATION NEW *****/
/* No Scroll Class When Tray is Open */


/*** Navigation ***/

#v2024_mobile_navigation {
    display: none;
}
#v2024_navigation_tray {
    display: none;
}
#v2024_desktop_navigation {
    display: block;
}

/*** -------------------- DESKTOP -------------------- ***/
header {
    /*overflow-x: hidden;*/
}

header  {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

#v2024_desktop_navigation {
    background-color: var(--white);
    width: 100%;
    max-width: 100%;
}
#v2024_desktop_navigation .desktop_menu_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: ease all .4s;
    -o-transition: ease all .4s;
    transition: ease all .4s;
    padding-left: 55px;
    padding-right: 55px;
    /* before sticky */
    padding-top: 30px;
    padding-bottom: 30px;
}


/*** --------- Transparent Nav ---------- ***/
header.transparent_nav #v2024_desktop_navigation {
    background-color: transparent;
    -webkit-transition: ease all .3s;
    -o-transition: ease all .3s;
    transition: ease all .3s;
}
header.opened_nav.transparent_nav #v2024_desktop_navigation {
    background-color: white;
}

/***  Desktop Sticky  ***/
header.sticky #v2024_desktop_navigation {
    background-color: #FFFFFF;
}
header.sticky #v2024_desktop_navigation .desktop_menu_flex {
    padding-top: 30px;
    padding-bottom: 30px;
}





/* Logo */

#v2024_desktop_navigation .home_link_flex {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#v2024_desktop_navigation .main_logo .main_logo_svg,
#v2024_desktop_navigation .main_logo .inspired_logo_svg {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
}

#v2024_desktop_navigation .main_logo .main_logo_svg {
    background-image: url('../image/logo.svg');
}
#v2024_desktop_navigation .main_logo .inspired_logo_svg {
    background-image: url('../image/inspired.svg');
}

#v2024_desktop_navigation .main_logo img.main_logo_img {
    opacity: 0;
    height: 60px;
    width: auto;
}

#v2024_desktop_navigation .main_logo img.inspired_logo_img {
    opacity: 0;
    height: 18px;
    width: auto;
}


#v2024_desktop_navigation .main_logo .spacer {
    width: 1px;
    height: 60px;
    background: #cccccc;
    display: block;
    margin-left: 20px;
    margin-right: 20px;
}


/* Main Links - in right section */
#v2024_desktop_navigation .right_section {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#v2024_desktop_navigation .main_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#v2024_desktop_navigation .main_links {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-right: 60px;
}

#v2024_desktop_navigation .main_links a {
    margin-right: 40px;
    color: #2a2a2a;
    font-weight: 500; /* reggae */
    font-size: 20px;
    position: relative;
}
#v2024_desktop_navigation .main_links a::after {
    content: '';
    display: block;
    width: 0%;
    height: 4px;
    position: absolute;
    bottom: -48px;
    background: #DC001E;
    -webkit-transition: ease all .3s;
    -o-transition: ease all .3s;
    transition: ease all .3s;
}
#v2024_desktop_navigation .main_links a.active::after {
    width: 100%;
}
#v2024_desktop_navigation .main_links li:first-of-type a {
    margin-left: 0;
}
#v2024_desktop_navigation .main_links li:last-of-type a {
    margin-right: 0;
}

#v2024_desktop_navigation .right_section a.primary-button,
#v2024_desktop_navigation .right_section a.secondary-button,
#v2024_desktop_navigation .right_section a.tertiary-button {
    text-align: center;
}

@media(max-width: 1599.98px) {

    #v2024_desktop_navigation .main_logo img.inspired_logo_img,
    #v2024_desktop_navigation .main_logo .spacer {
        display: none;
    }

    #v2024_desktop_navigation .main_links {
        margin-right: 35px;
    }

    #v2024_desktop_navigation .main_links a {
        font-size: 18px;
        margin-right: 24px;
    }

    #v2024_desktop_navigation .main_logo img.main_logo_img {
        height: 55px;
    }

    #v2024_desktop_navigation .desktop_menu_flex,
    header.sticky #v2024_desktop_navigation .desktop_menu_flex {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #v2024_desktop_navigation .main_links a::after {
        bottom: -37px;
    }

}

@media(max-height: 849.98px) {
    #v2024_desktop_navigation .desktop_menu_flex,
    header.sticky #v2024_desktop_navigation .desktop_menu_flex {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    #v2024_desktop_navigation .main_logo img.main_logo_img {
        height: 50px;
    }
    #v2024_desktop_navigation .main_logo .spacer {
        height: 50px;
    }
    #v2024_desktop_navigation .main_links a {
        font-size: 18px;
    }
}

/*** ------------------ MEGA MENU TRAY ---------------- ***/

/* Mega Menu Trays */
#v2024_desktop_navigation .mega_menu_tray {
    position: absolute;
    width: 100%;
    /*width: 1800px;*/
    max-width: calc(100% - 0px);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    background-color: var(--white);
    padding: 68px 0px;
    -webkit-transition: ease all .3s;
    -o-transition: ease all .3s;
    transition: ease all .3s;
    z-index: 5000001;
    border-bottom-left-radius: var(--global-border-radius);
    border-bottom-right-radius: var(--global-border-radius);
}
#v2024_desktop_navigation .mega_tray_background {
    position: absolute;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-color: #000000;
    opacity: 0;
    -webkit-transition: ease all .3s;
    -o-transition: ease all .3s;
    transition: ease all .3s;
    z-index: 5000000;
}

/* closed and open tray states */
#v2024_desktop_navigation .mega_menu_tray {
    opacity: 0;
    visibility: hidden;
}
#v2024_desktop_navigation .mega_menu_tray.open {
    opacity: 1;
    visibility: visible;
}
#v2024_desktop_navigation .mega_tray_background {
    opacity: 0;
    visibility: hidden;
}
#v2024_desktop_navigation .mega_tray_background.open {
    opacity: 0.5;
    visibility: visible;
}

#v2024_desktop_navigation .container-large {
    max-width: calc(100% - 100px);
}

#v2024_desktop_navigation .column_1,
#v2024_desktop_navigation .column_2,
#v2024_desktop_navigation .column_3 {
    width: calc(33.3% - 20px);
}

/*** Internal CTA Tray Styles ***/
#v2024_desktop_navigation .cta_tray {
    -webkit-box-shadow: inset 0px 10px 17px -11px rgba(0,0,0,0.1);
    box-shadow: inset 0px 10px 17px -11px rgba(0,0,0,0.1);
}
#v2024_desktop_navigation .cta_tray .flex_settings {
    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;
}
#v2024_desktop_navigation .cta_paragraph {
    padding-right: 8%;
    display: block;
    position: relative;
    margin-top: 120px;
}
@media(max-width: 1599.98px) {
    #v2024_desktop_navigation .cta_paragraph {
        margin-top: 30px;
    }
}
/*** Internal CTA Tray Styles ***/
#v2024_desktop_navigation .school {
    text-align: center;
    padding: 60px;
    border-radius: var(--global-border-radius-small);
    height: 100%;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#v2024_desktop_navigation .school img {
    margin-bottom: 30px;
    max-width: 30%;
    min-width: 30%;
}
#v2024_desktop_navigation .school h2.serif {
    margin-bottom: 25px;
}
#v2024_desktop_navigation .school span.smaller_heading_text {
    font-size: 32px;
    display: block;
    line-height: 1.2;
    margin-top: 5px;
}
#v2024_desktop_navigation .school.middle_school h2 {
    position: relative;
}

#v2024_desktop_navigation .school * {
    color: #1a1a1a;
}

/*** School Colors ***/
#v2024_desktop_navigation .elementary_school.school a.button,
#v2024_desktop_navigation .elementary_school.school a.button:hover {
    background-color: #FEDD00;
    border-color: #FEDD00;
    color: #2a2a2a;
}
#v2024_desktop_navigation .primary_school.school a.button,
#v2024_desktop_navigation .primary_school.school a.button:hover {
    background-color: #FEDD00;
    border-color: #FEDD00;
    color: #2a2a2a;
}
#v2024_desktop_navigation .middle_school.school a.button,
#v2024_desktop_navigation .middle_school.school a.button:hover {
    background-color: #FEDD00;
    border-color: #FEDD00;
    color: #2a2a2a;
}
/*#v2024_desktop_navigation .elementary_school.school h2,*/
/*#v2024_desktop_navigation .elementary_school.school p,*/
/*#v2024_desktop_navigation .elementary_school.school p *,*/
#v2024_desktop_navigation .middle_school.school h2,
#v2024_desktop_navigation .middle_school.school p,
#v2024_desktop_navigation .middle_school.school p *,
#v2024_desktop_navigation .high_school.school h2,
#v2024_desktop_navigation .high_school.school p,
#v2024_desktop_navigation .high_school.school p * {
    color: white;
}
#v2024_desktop_navigation .middle_school.school a.button,
#v2024_desktop_navigation .middle_school.school a.button:hover,
#v2024_desktop_navigation .high_school.school a.button,
#v2024_desktop_navigation .high_school.school a.button:hover {
    background-color: #FEDD00;
    border-color: #FEDD00;
    color: #2a2a2a;
}
#v2024_desktop_navigation .a_levels.school a.button,
#v2024_desktop_navigation .a_levels.school a.button:hover {
    background-color: #FEDD00;
    border-color: #FEDD00;
    color: #2a2a2a;
}
#v2024_desktop_navigation .ib_diploma.school a.button,
#v2024_desktop_navigation .ib_diploma.school a.button:hover {
    background-color: #FEDD00;
    border-color: #FEDD00;
    color: #2a2a2a;
}

@media(max-width: 1320px) and (min-width: 1200px) {
    #v2024_desktop_navigation .school.middle_school img {
        margin-bottom: 35px;
    }
    #v2024_desktop_navigation .school.middle_school .ks_info {
        margin-top: 25px;
    }
}

#v2024_desktop_navigation .elementary_school.school a.button.primary-button,
#v2024_desktop_navigation .elementary_school.school a.button.primary-button:hover {
    background-color: #E8EBEE;
    border-color: #E8EBEE;
    color: #2a2a2a;
}



/*** Internal CTA Tray Styles ***/
#v2024_desktop_navigation .quote_box {
    background-color: #F0F6FF;
    text-align: center;
    padding: 90px 60px;
    border-radius: var(--global-border-radius-small);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media(min-width: 1599.98px) {
    #v2024_desktop_navigation .quote_box h4 {
        font-size: 29px;
        line-height: 1.3;
    }
}
#v2024_desktop_navigation .quote_box h3 {
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
    margin-top: 15px;
    margin-bottom: 5px !important;
}
@media(max-width: 1599.98px) {
    #v2024_desktop_navigation .quote_box h3 {
        font-size: 25px;
        line-height: 30px;
    }
}


@media(max-height: 849.98px) {

    #v2024_desktop_navigation .mega_menu_tray {
        padding: 50px 0;
        padding-top: 25px;
    }
    #v2024_desktop_navigation .mega_menu_tray.cta_tray {
        padding-top: 15px;
    }
    #v2024_desktop_navigation .school {
        padding: 40px;
    }
    #v2024_desktop_navigation .school h2.serif {
        margin-bottom: 5px;
        font-size: 35px;
    }
    #v2024_desktop_navigation .quote_box h3 {
        margin-bottom: 5px !important;
        font-size: 28px;
        margin-top: 10px;
        line-height: 38px;
    }
    #v2024_desktop_navigation .quote_box h4 {
        font-size: 23px;
        line-height: 30px;
    }
    #v2024_desktop_navigation .school img {
        margin-bottom: 15px;
        max-width: 18%;
    }
    #v2024_desktop_navigation .cta_paragraph {
        margin-top: 65px;
    }
    #v2024_desktop_navigation .quote_box {
        padding: 60px 40px;
    }
}



/**** TOP BAR ****/
#v2024_desktop_navigation .top_bar {
    background-color: #143256;
    padding: 7px 55px;
}
#v2024_desktop_navigation .top_bar .top-bar-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#v2024_desktop_navigation .top_bar .top-bar-flex a {
    color: white;
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    margin-left: 30px;
    -webkit-transition: ease all .3s;
    -o-transition: ease all .3s;
    transition: ease all .3s;
}
#v2024_desktop_navigation .top_bar .top-bar-flex a:hover {
    opacity: 0.7;
}

/******** Longform Tray *********/



#v2024_desktop_navigation .mega_menu_tray.longform_tray {
    padding: 0;
    overflow: hidden;
    background-color: #F6F9FC;
    -webkit-box-shadow: inset 0px 10px 17px -11px rgba(0,0,0,0.1);
    box-shadow: inset 0px 10px 17px -11px rgba(0,0,0,0.1);
}

#v2024_desktop_navigation .mega_menu_tray.longform_tray .flex_settings {
    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: wrap;
    flex-wrap: wrap;
}
#v2024_desktop_navigation .mega_menu_tray.longform_tray::after {
    content: '';
    left: 0;
    top: 0;
    width: 50%;
    background: #f5f5f5;
    height: 100%;
    position: absolute;
    display: block;
    z-index: -1;
    display: none;
}




/*** New Longform Columns ***/
#v2024_desktop_navigation .mega_menu_tray.longform_tray .longform_tray_columns {
    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: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 60px 0;
}
#v2024_desktop_navigation .mega_menu_tray.longform_tray .longform_tray_columns .longform_column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(33.3% - 25px);
    padding: 45px;
    background-color: white;
    border: 1px solid #d8d8d8;
    border-radius: var(--global-border-radius-small);
}
#v2024_desktop_navigation .mega_menu_tray.longform_tray .longform_tray_columns .longform_column h4.alt {
    font-size: 32px;
    line-height: 1.3;
}

#v2024_desktop_navigation .mega_menu_tray.longform_tray .longform_tray_columns .longform_column a {
    font-size: 20px;
    font-weight: 500;
    color: #1a1a1a;
    margin-bottom: 10px;
    -webkit-transition: ease all .3s;
    -o-transition: ease all .3s;
    transition: ease all .3s;
}

#v2024_desktop_navigation .mega_menu_tray.longform_tray .longform_tray_columns .longform_column a:hover {
    padding-left: 10px;
    color: var(--primary-red);
}


@media(max-width: 1799.98px) {
    #v2024_desktop_navigation .mega_menu_tray.longform_tray .longform_tray_columns .longform_column {
        width: calc(33.3% - 20px);
    }
    #v2024_desktop_navigation .mega_menu_tray.longform_tray .longform_tray_columns .longform_column {
        padding: 30px;
    }
    #v2024_desktop_navigation .mega_menu_tray.longform_tray .longform_tray_columns .longform_column h4.alt {
        font-size: 28px;
        margin-bottom: 18px;
    }
    #v2024_desktop_navigation .mega_menu_tray.longform_tray .longform_tray_columns .longform_column a {
        font-size: 19px;
        margin-bottom: 8px;
    }
}
@media(max-width: 1399.98px) {
    #v2024_desktop_navigation .mega_menu_tray.longform_tray .longform_tray_columns .longform_column h4.alt {
        font-size: 24px;
        margin-bottom: 15px;
    }
    #v2024_desktop_navigation .mega_menu_tray.longform_tray .longform_tray_columns {
        padding: 50px 0;
    }
    #v2024_desktop_navigation .mega_menu_tray.longform_tray .longform_tray_columns .longform_column {
        width: calc(33.3% - 15px);
    }
    #v2024_desktop_navigation .mega_menu_tray.longform_tray .longform_tray_columns .longform_column a {
        font-size: 17px;
        margin-bottom: 6px;
    }
}



/*** ------------------ NAVIGATION TRAY ---------------- ***/

@media(min-width: 1200px) {
    #v2024_navigation_tray {
        display: none !important;
    }
    .v2024_navigation_tray_backdrop {
        display: none !important;
    }
}


/* No Scroll Class When Tray is Open */
html.no_scroll {
    overflow-y: hidden!important;
    overflow-x: hidden!important;
}

/*** Nav Tray Backdrop ***/
.v2024_navigation_tray_backdrop {
    z-index: 5000000;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    -webkit-transition: ease all .3s;
    -o-transition: ease all .3s;
    transition: ease all .3s;
}
.v2024_navigation_tray_backdrop::before { /* For backdrop compatibility */
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: #000000;
    opacity: 0.4;
}
.v2024_navigation_tray_backdrop.open {
    opacity: 1;
    visibility: visible;
}

/*** Tray Styles - Open/Close ***/
#v2024_navigation_tray {
    z-index: 50000001;
    position: fixed;
    top: 0;
    right: -570px;
    width: 570px;
    max-width: calc(100% - 30px);
    height: 100%;
    background-color: #FFFFFF;
    opacity: 0.4;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;

    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;

    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;

    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: start;

    padding: 0px;

    -webkit-box-shadow: -30px 1px 100px 0px rgba(0,0,0,0.15);
    box-shadow: -30px 1px 100px 0px rgba(0,0,0,0.15);
}
#v2024_navigation_tray.open {
    right: 0;
    opacity: 1;
}

/*** Tray Sections ***/
#v2024_navigation_tray .tray_top .mobile_logo img {
    height: 31px;
    width: 23px;
}
#v2024_navigation_tray .tray_buttons .close_tray {
    height: 30px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#v2024_navigation_tray .tray_buttons .close_tray img {
    height: 16px;
    width: 16px;
}
#v2024_navigation_tray .tray_top .tray_buttons {
    margin-bottom: 0;
}






#v2024_navigation_tray .tray_center ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#v2024_navigation_tray .tray_center ul,
#v2024_navigation_tray .tray_center li,
#v2024_navigation_tray .tray_bottom ul,
#v2024_navigation_tray .tray_bottom li {
    list-style: none;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    padding-left: 0;
    margin: 0;
}

#v2024_navigation_tray .tray_center li {
    border-bottom: solid 1px #d8d8d8;
}

#v2024_navigation_tray .tray_center li a {
    padding: 15px 40px;
    height: 60px;
    font-size: 20px;
    margin-bottom: 0;
    display: block;
    color: #2a2a2a;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

#v2024_navigation_tray .tray_center li a:hover {
    color: #DC001E;
}


#v2024_navigation_tray .tray_center li a.sub_tray_open::after {
    content: '';
    height: 19px;
    width: 9px;
    background-image: url('../image/tray_arrow.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 32px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: ease all .3s;
    -o-transition: ease all .3s;
    transition: ease all .3s;
}
#v2024_navigation_tray .tray_center li a.sub_tray_open:hover::after {
    right: 32px;
    background-image: url('../image/tray_arrow_red.svg');
}

#v2024_navigation_tray .tray_center .bottom_links li a {
    font-size: 14px;
    text-transform: uppercase;
    color: #999999;
    font-weight: 500;
}
#v2024_navigation_tray .tray_center .bottom_links li a:hover {
    color: #2a2a2a;
}


#v2024_navigation_tray .tray_center {
    height: calc(100vh - 125px);
    overflow-y: auto;
}


@supports (-webkit-touch-callout: none) {
    /* CSS specific to iOS devices */
    #v2024_navigation_tray .tray_center {
        height: calc(100vh - 210px);
        overflow-y: auto;
    }
}

@supports not (-webkit-touch-callout: none) {
    /* CSS for other than iOS devices */
    #v2024_navigation_tray .tray_center {
        height: calc(100vh - 225px);
        overflow-y: auto;
    }
}


#v2024_navigation_tray .tray_buttons {
    padding: 11px 13px;
    border-bottom: 1px solid #d8d8d8;
    height: 53px;
}



#v2024_navigation_tray .tray_buttons {
    padding-bottom: 10px;
}

#v2024_navigation_tray .tray_bottom {
    background-color: #ffffff;
}

#v2024_navigation_tray .tray_buttons {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#v2024_navigation_tray .tray_bottom {
    padding: 15px;
    height: 75px;
    border-top: 1px solid #d8d8d8;
}
#v2024_navigation_tray .tray_bottom a.button {
    width: 100%;
    text-align: center;
    height: 43px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#v2024_navigation_tray .inspired_tray_logo {
    width: 100%;
    border-top: 1px solid #cccccc;
    margin-top: 20px;
}
#v2024_navigation_tray .inspired_tray_logo img {
    display: block;
    margin: 0 auto;
    margin-top: 15px;
    max-width: 60%;
}

/********* SUB TRAYS **********/
#v2024_navigation_tray .mega_menu_sub_tray,
#v2024_navigation_tray .mega_menu_sub_sub_tray {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    height: 100%;
    width: 570px;
    -webkit-transition: ease all .3s;
    -o-transition: ease all .3s;
    transition: ease all .3s;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}
#v2024_navigation_tray .mega_menu_sub_tray,
#v2024_navigation_tray .mega_menu_sub_sub_tray {
    -webkit-transform: translateX(570px);
    -ms-transform: translateX(570px);
    transform: translateX(570px);
}
#v2024_navigation_tray .mega_menu_sub_tray.open,
#v2024_navigation_tray .mega_menu_sub_sub_tray.open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}




/*** Mega Menu Sub Tray - Stage 1 ***/

#v2024_navigation_tray .mega_menu_sub_tray.longform_tray a.tray_title {
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 3px;
    display: block;
    cursor: pointer;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

#v2024_navigation_tray .mega_menu_sub_tray.longform_tray a.tray_title::after {
    content: '';
    height: 15px;
    width: 9px;
    background-image: url('../image/tray_arrow.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: -23px;
    top: 52%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: ease all .3s;
    -o-transition: ease all .3s;
    transition: ease all .3s;
}

#v2024_navigation_tray .mega_menu_sub_tray.longform_tray a.tray_title:hover {
    color: #DC001E;
}
#v2024_navigation_tray .mega_menu_sub_tray.longform_tray a.tray_title:hover::after {
    right: -27px;
    background-image: url('../image/tray_arrow_red.svg');
}



/*** Sub Sub Tray Styles ***/
#v2024_navigation_tray .mega_menu_sub_sub_tray .sub_sub_tray_link_flex a {
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 3px;
    display: block;
    cursor: pointer;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    color: #2a2a2a;
    -webkit-transition: ease all .3s;
    -o-transition: ease all .3s;
    transition: ease all .3s;
}
#v2024_navigation_tray .mega_menu_sub_sub_tray .sub_sub_tray_link_flex a::after {
    content: '';
    height: 15px;
    width: 9px;
    background-image: url('../image/tray_arrow.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: -23px;
    top: 52%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: ease all .3s;
    -o-transition: ease all .3s;
    transition: ease all .3s;
}
#v2024_navigation_tray .mega_menu_sub_sub_tray .sub_sub_tray_link_flex a:hover {
    color: #DC001E;
}


/* Sub Tray Buttons */
#v2024_navigation_tray button.close_sub_tray,
#v2024_navigation_tray button.close_sub_sub_tray {
    cursor: pointer;
    font-size: 15px;
    border: none;
    background-color: transparent;
    outline: none;
    padding-left: 15px;
    position: relative;
    font-weight: bold;
}
#v2024_navigation_tray button.close_sub_tray::before,
#v2024_navigation_tray button.close_sub_sub_tray::before {
    content: '';
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
    background-image: url('../image/nav_back_arrow.svg');
    height: 13px;
    width: 7px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}


@media(max-width: 575px) {

    #v2024_navigation_tray {
        width: 400px;
        max-width: 100%;
    }
    /********* SUB TRAYS **********/
    #v2024_navigation_tray .mega_menu_sub_tray,
    #v2024_navigation_tray .mega_menu_sub_sub_tray {
        width: 400px;
        max-width: 100%;
    }
    #v2024_navigation_tray .mega_menu_sub_tray,
    #v2024_navigation_tray .mega_menu_sub_sub_tray {
        -webkit-transform: translateX(400px);
        -ms-transform: translateX(400px);
        transform: translateX(400px);
    }
    #v2024_navigation_tray .mega_menu_sub_tray.open,
    #v2024_navigation_tray .mega_menu_sub_sub_tray.open {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }


}


/**** CTA SUB TRAY *****/

/*** Internal CTA Tray Styles ***/

#v2024_navigation_tray .mega_menu_sub_tray .column_1,
#v2024_navigation_tray .mega_menu_sub_tray .column_2,
#v2024_navigation_tray .mega_menu_sub_tray .column_3 {
    padding: 0 13px;
}

#v2024_navigation_tray .mega_menu_sub_tray .cta_paragraph {
    padding: 30px 45px;
    text-align: center;
}

#v2024_navigation_tray .mega_menu_sub_tray .cta_paragraph h4.alt {
    font-size: 31px;
    line-height: 36px;
    margin-bottom: 15px;
}

#v2024_navigation_tray .mega_menu_sub_tray .cta_paragraph p {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 0;
}

#v2024_navigation_tray .school {
    text-align: center;
    padding: 35px;
    border-radius: var(--global-border-radius-small);
    height: 100%;
}
#v2024_navigation_tray .school img {
    margin-bottom: 15px;
    max-width: 20%;
}
#v2024_navigation_tray .school h2.serif {
    margin-bottom: 10px;
}
#v2024_navigation_tray .school a.button:hover {
    background-color: transparent;
}
#v2024_navigation_tray .school {
    margin-bottom: 20px;
}


/*** New School Card Style For Mobile ***/
#v2024_navigation_tray .mega_menu_sub_tray .small_school_card.school {
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: left;
    padding: 15px 30px;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 10px;
    padding-right: 70px;
}
#v2024_navigation_tray .mega_menu_sub_tray .small_school_card.school p,
#v2024_navigation_tray .mega_menu_sub_tray .small_school_card.school .ks_info p {
    margin-bottom: 0;
}
#v2024_navigation_tray .mega_menu_sub_tray .small_school_card.school .ks_info p {
    font-size: 14px;
}
#v2024_navigation_tray .mega_menu_sub_tray .small_school_card.school .ks_info p.large {
    font-size: 18px;
    line-height: 1.3;
}

#v2024_navigation_tray .mega_menu_sub_tray .small_school_card.school::after {
    position: absolute;
    content: '';
    display: block;
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
    height: 30px;
    width: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}


#v2024_navigation_tray .mega_menu_sub_tray .small_school_card.school.elementary_school {
    border-color: #FF6900;
}
#v2024_navigation_tray .mega_menu_sub_tray .small_school_card.school.elementary_school::after {
    background-image: url('../image/orange_arrow.svg');
}

/*#v2024_navigation_tray .mega_menu_sub_tray .small_school_card.school.middle_school {*/
    /*border-color: #34D171;*/
/*}*/
#v2024_navigation_tray .mega_menu_sub_tray .small_school_card.school.middle_school::after {
    background-image: url('../image/blue_arrow.svg');
}

#v2024_navigation_tray .mega_menu_sub_tray .small_school_card.school.high_school {
    border-color: #397CCF;
}
#v2024_navigation_tray .mega_menu_sub_tray .small_school_card.school.a_levels,
#v2024_navigation_tray .mega_menu_sub_tray .small_school_card.school.sixth_form,
#v2024_navigation_tray .mega_menu_sub_tray .small_school_card.school.ib_diploma {
    border-color: #143256;
}
#v2024_navigation_tray .mega_menu_sub_tray .small_school_card.school.high_school::after {
    background-image: url('../image/blue_arrow.svg');
}
#v2024_navigation_tray .mega_menu_sub_tray .small_school_card.school.a_levels::after,
#v2024_navigation_tray .mega_menu_sub_tray .small_school_card.school.sixth_form::after,
#v2024_navigation_tray .mega_menu_sub_tray .small_school_card.school.ib_diploma::after {
    background-image: url('../image/dark-blue_arrow.svg');
}


/*** Internal CTA Tray Styles ***/
#v2024_navigation_tray .quote_box {
    background-color: #F0F6FF;
    text-align: center;
    padding: 50px 40px;
    border-radius: var(--global-border-radius-small);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;

    display: none !important;
}
#v2024_navigation_tray .quote_box h3 {
    font-weight: bold;
    margin-bottom: 5px !important;
    margin-top: 10px;
    font-size: 23px;
    line-height: 27px;
}


/*** Longform Tray Styles ***/

#v2024_navigation_tray .mega_menu_sub_tray .top_text {
    padding: 27px 40px;
}
#v2024_navigation_tray .mega_menu_sub_tray .top_text h6.alt {
    font-family: "Brown", sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 4px;
    line-height: 1.3;
}
#v2024_navigation_tray .mega_menu_sub_tray .top_text p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.3;
}

#v2024_navigation_tray .mega_menu_sub_tray div.tray_title {
    padding: 15px 40px;
    background-color: #F0F6FF;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    color: #397CCF;
    margin-top: -1px;
    height: 50px;
}

#v2024_navigation_tray .mega_menu_sub_tray .sub_sub_tray_link_flex > a {
    position: relative;
    padding: 15px 40px;
    padding-right: 60px;
    background-color: #ffffff;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    color: #2a2a2a;
    margin-top: -1px;
    min-height: 50px;
    display: block;
}

#v2024_navigation_tray .mega_menu_sub_tray .sub_sub_tray_link_flex > a::after {
    content: '';
    position: absolute;
    height: 15px;
    width: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('../image/tray_arrow.svg');
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
}

@media(max-width: 575px) {


    #v2024_navigation_tray .quote_box {
        padding: 30px 30px;
    }

    #v2024_navigation_tray .quote_box h3 {
        font-size: 22px;
        margin-bottom: 5px !important;
    }

    #v2024_navigation_tray .quote_box h4 {
        font-size: 20px;
        line-height: 1.3;
    }


    #v2024_navigation_tray .school h2.serif {
        font-size: 27px;
        margin-bottom: 3px;
    }

    #v2024_navigation_tray .school {
        padding: 30px;
    }

}


/*** -------------------- MOBILE -------------------- ***/
@media(max-width: 1199.98px) {
    #v2024_desktop_navigation {
        display: none;
    }
    #v2024_mobile_navigation {
        display: block;
    }


    #v2024_mobile_navigation {
        background-color: var(--white);
        width: 100%;
    }
    #v2024_mobile_navigation .mobile_menu_flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-transition: ease all .4s;
        -o-transition: ease all .4s;
        transition: ease all .4s;
        padding-left: 20px;
        padding-right: 20px;
        /* before sticky */
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #v2024_mobile_navigation .mobile_nav_buttons button.open_tray,
    #v2024_navigation_tray button.close_tray {
        background-color: transparent;
        border: none;
        outline: none;
        padding: 0;
    }



    /* Logo */
    #v2024_mobile_navigation .main_logo {
        background-image: url('../image/mobile_logo.svg');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: left center;
    }
    #v2024_mobile_navigation .main_logo img {
        opacity: 0;
        width: 75px;
        height: auto;
    }

    #v2024_mobile_navigation .center_button a.primary-button {
        margin-bottom: 0;
        cursor: pointer;
        padding: 10px 20px;
        font-size: 14px;
    }

    #v2024_mobile_navigation .main_logo,
    #v2024_mobile_navigation .mobile_nav_buttons {
        width: 100px;
    }

    #v2024_mobile_navigation .mobile_nav_buttons {
        text-align: right;
    }

}









/******* homepage_banner_2024 *******/
.homepage_banner_2024 .banner-background {
    height: 900px;
    max-height: calc(100vh - 180px);
    min-height: 500px;
    border-radius: var(--global-border-radius);
    overflow: hidden;
    position: relative;

    background-color: #1858A5;
}
@media(min-width: 1600px) {
    .homepage_banner_2024 .banner-background {
        min-height: 600px;
    }
}
.homepage_banner_2024 .banner-background::after {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;

    /*background: rgb(24,88,165);*/
    /*background: -o-radial-gradient(circle, rgba(24,88,165,1) 0%, rgba(20,50,86,1) 50%);*/
    /*background: radial-gradient(circle, rgba(24,88,165,1) 0%, rgba(20,50,86,1) 50%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1858a5",endColorstr="#143256",GradientType=1);*/


    background: rgba(21, 52, 86, 0.0);
    background-image: -o-radial-gradient(50% 0, 50vw 70vh, rgba(21, 52, 86, 0.0), rgba(21, 52, 86, 1.0));
    background-image: radial-gradient(50vw 70vh at 50% 0, rgba(21, 52, 86, 0.0), rgba(21, 52, 86, 1.0));

    z-index: 2;
}
.homepage_banner_2024 .banner-background::before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('../image/pattern.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    opacity: 0.6;
}


.homepage_banner_2024 .banner-background-float-image::after {
    content: '';
    display: block;
    height: 50%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    background: rgb(20,50,86);
    background: -o-linear-gradient(bottom, rgba(20,50,86,1) 0%, rgba(20,50,86,0) 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(20,50,86,1)), to(rgba(20,50,86,0)));
    background: linear-gradient(0deg, rgba(20,50,86,1) 0%, rgba(20,50,86,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#143256",endColorstr="#143256",GradientType=1);
}

.homepage_banner_2024 .banner-background-float-image::before {
    content: '';
    display: block;
    height: 50%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.6;
    z-index: 2;
    background: rgb(20,50,86);
    background: -o-linear-gradient(bottom, rgba(20,50,86,1) 41%, rgba(20,50,86,0) 100%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(41%, rgba(20,50,86,1)), to(rgba(20,50,86,0)));
    background: linear-gradient(0deg, rgba(20,50,86,1) 41%, rgba(20,50,86,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#143256",endColorstr="#143256",GradientType=1);
}


.homepage_banner_2024 h1 {
    color: white;
}
.homepage_banner_2024 a.primary-button,
.homepage_banner_2024 a.primary-button:hover,
.homepage_banner_2024 a.primary-button:active {
    background-color: var(--secondary-yellow);
    color: var(--text-black) !important;
}
.homepage_banner_2024 .text_section_home_banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.homepage_banner_2024 .text_width_limit {
    width: 700px;
    max-width: 85%;
    margin: 0 auto;
    padding-bottom: 90px;
    z-index: 5;
}
@media(max-height: 1000px) {
    .homepage_banner_2024 .text_width_limit {
        padding-top: 100px;
    }
}
.homepage_banner_2024 h4 {
    margin-bottom: 45px;
}
.homepage_banner_2024 .banner-background-float-image {
    position: absolute;
    top: 215px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    width: 100%;
    z-index: 3;
}
.homepage_banner_2024 .absolute-down-button {
    position: absolute;
    z-index: 10;
    bottom: 60px;
    -webkit-transform: translateX(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
    left: 50%;
    margin: 0;
    height: 56px;
    width: 56px;
    background-image: url("../image/arrow1.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: ease all .3s;
    -o-transition: ease all .3s;
    transition: ease all .3s;
}


.homepage_banner_2024 .absolute-down-button:hover {
    scale: 1.04;
}

/*** Home Banner OE Update ***/
.homepage_banner_2024 .days-block-home {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
}
.homepage_banner_2024 .days-block-home.dont_display_oe_cta {
    display: none !important;
}
.homepage_banner_2024 .days-wrap {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.homepage_banner_2024 .days-wrap h2 {
    font-size: 32px;
    line-height: 32px;
    color:var(--primary-blue);
    text-align: center;
    width: 100%;
    font-weight: bold;
    padding-left: 16px;
    letter-spacing: 16px;
    margin-bottom: 0;
    margin-top: 8px;
}
.homepage_banner_2024 .days-wrap p {
    font-size: 24px;
    line-height: 11px;
    color: white;
    text-align: center;
    font-weight: 500;
    margin-top: 15px;
}
.homepage_banner_2024 .days-wrap .days-inner {
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
}
.homepage_banner_2024 .days-wrap .days-inner {
    padding: 0 5px 16px;
}
@media(max-width: 1799.98px) {
    .homepage_banner_2024 .banner-background {
        height: 765px;
    }
    .homepage_banner_2024 .banner-background-float-image {
        bottom: -25px;
        top: 130px;
    }
}

@media(max-width: 1240px) {
    .homepage_banner_2024 .days-block-home {
        margin-left: 0;
    }
}

@media(max-width: 1199.98px) {
    .homepage_banner_2024 .open-evening-button-days-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .homepage_banner_2024 .days-wrap {
        /*-webkit-box-pack: start;*/
        /*-ms-flex-pack: start;*/
        /*justify-content: flex-start;*/
    }

    .homepage_banner_2024 .open-evening-button-days-flex > a.button {
        display: block;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }

    .homepage_banner_2024 .days-block-home {
        -webkit-transform: translate(-15px, -5px);
        -ms-transform: translate(-15px, -5px);
        transform: translate(-15px, -5px);
    }

    .homepage_banner_2024 .days-block-home {
        display: block;
    }
}
@media(max-width: 1199.98px) {
    /*.homepage_banner_2024 .text_section_home_banner {*/
        /*-webkit-box-pack: start;*/
        /*-ms-flex-pack: start;*/
        /*justify-content: flex-start;*/
    /*}*/
    .homepage_banner_2024 .banner-background {
        height: 670px;
        max-height: unset;
    }
    .homepage_banner_2024 .text_width_limit {
        padding-top: 110px;
    }
    .homepage_banner_2024 .banner-background-float-image {
        top: 250px;
    }
}
@media(max-width: 991.98px) {
    .homepage_banner_2024 .banner-background {
        height: 550px;
    }
    .homepage_banner_2024 .banner-background-float-image {
        top: 200px;
    }

}
.homepage_banner_2024 .banner-background-float-image .desktop_image {
    display: block;
}
.homepage_banner_2024 .banner-background-float-image .mobile_image {
    display: none;
}
@media(max-width: 767.98px) {
    .homepage_banner_2024 .banner-background-float-image .desktop_image {
        display: none;
    }
    .homepage_banner_2024 .banner-background-float-image .mobile_image {
        display: block;
    }
    .homepage_banner_2024 .banner-background::before {
        width: 200%;
    }
}
@media(max-width: 575px) {
    .homepage_banner_2024 .open-evening-button-days-flex > a.button {
        width: 100%;
        text-align: center;
    }
    .homepage_banner_2024 a.primary-button {
        padding-left: 25px;
        padding-right: 25px;
    }
    .homepage_banner_2024 .banner-background {
        height: 600px;
    }
    .homepage_banner_2024 .text_width_limit {
        padding-top: 65px;
    }
    .homepage_banner_2024 .banner-background-float-image {
        top: calc(100% - 200px);
    }
}

@media(max-width: 575px) and (min-height: 700px) and (max-height: 1000px) {
    .homepage_banner_2024 .banner-background {
        height: 750px;
    }
}

/*** Homepage Banner Animations ***/
/*.homepage_banner_2024 h1,*/
/*.homepage_banner_2024 h4,*/
/*.homepage_banner_2024 .oe-timings,*/
/*.homepage_banner_2024 .banner-background-float-image {*/
/*    opacity: 0;*/
/*    -webkit-animation-name: homepage_banner_2024_fade_ins;*/
/*    animation-name: homepage_banner_2024_fade_ins;*/
/*    -webkit-animation-fill-mode: forwards;*/
/*    animation-fill-mode: forwards;*/
/*}*/
/*.homepage_banner_2024 h1 {*/
/*    -webkit-animation-delay: 0.4s;*/
/*    animation-delay: 0.4s;*/
/*    -webkit-animation-duration: 1s;*/
/*    animation-duration: 1s;*/
/*}*/
/*.homepage_banner_2024 h4 {*/
/*    -webkit-animation-delay: 0.6s;*/
/*    animation-delay: 0.6s;*/
/*    -webkit-animation-duration: 1s;*/
/*    animation-duration: 1s;*/
/*}*/
/*.homepage_banner_2024 .oe-timings  {*/
/*    -webkit-animation-delay: 0.8s;*/
/*    animation-delay: 0.8s;*/
/*    -webkit-animation-duration: 1s;*/
/*    animation-duration: 1s;*/
/*}*/
/*.homepage_banner_2024 .banner-background-float-image {*/
/*    -webkit-animation-name: homepage_banner_2024_fade_in_image_specific;*/
/*    animation-name: homepage_banner_2024_fade_in_image_specific;*/
/*    -webkit-animation-delay: 1s;*/
/*    animation-delay: 1s;*/
/*    -webkit-animation-duration: 1.5s;*/
/*    animation-duration: 1.5s;*/
/*}*/
/*@-webkit-keyframes homepage_banner_2024_fade_ins {*/
/*    from {*/
/*        opacity: 0;*/
/*        -webkit-transform: translateY(50px);*/
/*        transform: translateY(50px);*/
/*    }*/
/*    to {*/
/*        opacity: 1;*/
/*        -webkit-transform: translateY(0px);*/
/*        transform: translateY(0px);*/
/*    }*/
/*}*/
/*@keyframes homepage_banner_2024_fade_ins {*/
/*    from {*/
/*        opacity: 0;*/
/*        -webkit-transform: translateY(50px);*/
/*        transform: translateY(50px);*/
/*    }*/
/*    to {*/
/*        opacity: 1;*/
/*        -webkit-transform: translateY(0px);*/
/*        transform: translateY(0px);*/
/*    }*/
/*}*/

/*@-webkit-keyframes homepage_banner_2024_fade_in_image_specific {*/
/*    from {*/
/*        opacity: 0;*/
/*        -webkit-transform: translateY(50px) translateX(-50%);*/
/*        transform: translateY(50px) translateX(-50%);*/
/*    }*/
/*    to {*/
/*        opacity: 1;*/
/*        -webkit-transform: translateY(0px) translateX(-50%);*/
/*        transform: translateY(0px) translateX(-50%);*/
/*    }*/
/*}*/

/*@keyframes homepage_banner_2024_fade_in_image_specific {*/
/*    from {*/
/*        opacity: 0;*/
/*        -webkit-transform: translateY(50px) translateX(-50%);*/
/*        transform: translateY(50px) translateX(-50%);*/
/*    }*/
/*    to {*/
/*        opacity: 1;*/
/*        -webkit-transform: translateY(0px) translateX(-50%);*/
/*        transform: translateY(0px) translateX(-50%);*/
/*    }*/
/*}*/

/*** Heading and Text Block ***/
.heading_and_text_2024 .content-column {
    /*padding-left: 25px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*-webkit-box-align: center;*/
    /*-ms-flex-align: center;*/
    /*align-items: center;*/
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media(max-width: 991.98px){
    .heading_and_text_2024 .content-column {
        padding-left: 0px;
    }
}
@media(max-width: 575.98px){
    .heading_and_text_2024 .heading-margin-bottom {
        margin-bottom: 20px;
    }
}



/*** Crosslink 13 / scrolling_crosslink_2024 ***/

.scrolling_crosslink_2024 {
    padding-top: 120px;
    padding-bottom: 120px;
    overflow: hidden !important;
}
.scrolling_crosslink_2024 p,
.scrolling_crosslink_2024 a {
    padding-left: 50px;
    padding-right: 50px;
    line-height: 1;
    color: #d8d8d8 !important;
    display: inline;
}
.scrolling_crosslink_2024 a:hover {
    color: var(--blue);
}
.scrolling_crosslink_2024 p {
    cursor: default;
}
div.content-area .scrolling_crosslink_2024 a:not(.button) {
    text-decoration: none !important;
}
div.content-area .scrolling_crosslink_2024 a:not(.button):hover {
    color: var(--primary-blue) !important;
}
.scrolling_crosslink_2024 .top_row,
.scrolling_crosslink_2024 .bottom_row {
    white-space: nowrap;
}
.scrolling_crosslink_2024 .top_row {
    /*margin-bottom: 100px;*/
    margin-bottom: 0px;
    -webkit-animation: marquee_left 400s linear infinite;
    animation: marquee_left 400s linear infinite;
    /*animation-play-state: paused;*/
}
.scrolling_crosslink_2024 .bottom_row {
    -webkit-animation: marquee_right 400s linear infinite;
    animation: marquee_right 400s linear infinite;
    /*animation-play-state: paused;*/
}
.scrolling_crosslink_2024 .top_row:hover,
.scrolling_crosslink_2024 .bottom_row:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
.scrolling_crosslink_2024 .top_row.animate_on_hover:hover,
.scrolling_crosslink_2024 .bottom_row.animate_on_hover:hover {
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

@-webkit-keyframes marquee_left {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -webkit-transform: translate(-1000%, 0);
        transform: translate(-1000%, 0);
    }
}
@keyframes marquee_left {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -webkit-transform: translate(-1000%, 0);
        transform: translate(-1000%, 0);
    }
}
@-webkit-keyframes marquee_right {
    0% {
        -webkit-transform: translate(-1000%, 0);
        transform: translate(-1000%, 0);
    }
    100% {
        -webkit-transform: translate(100%, 0);
        transform: translate(100%, 0);
    }
}
@keyframes marquee_right {
    0% {
        -webkit-transform: translate(-1000%, 0);
        transform: translate(-1000%, 0);
    }
    100% {
        -webkit-transform: translate(100%, 0);
        transform: translate(100%, 0);
    }
}
@media(max-width: 1499.98px) {
    .scrolling_crosslink_2024 {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .scrolling_crosslink_2024 p,
    .scrolling_crosslink_2024 a {
        font-size: 75px;
        line-height: 1;
        padding-left: 30px;
        padding-right: 30px;
    }
    .scrolling_crosslink_2024 .top_row {
        /*margin-bottom: 80px;*/
        margin-bottom: 0px;
    }
}
@media(max-width: 1199.98px) {
    .scrolling_crosslink_2024 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .scrolling_crosslink_2024 p,
    .scrolling_crosslink_2024 a {
        font-size: 65px;
        line-height: 1;
        padding-left: 20px;
        padding-right: 20px;
    }
    .scrolling_crosslink_2024 .top_row {
        /*margin-bottom: 60px;*/
        margin-bottom: 0px;
    }
}
@media(max-width: 767.98px) {
    .scrolling_crosslink_2024 .top_row,
    .scrolling_crosslink_2024 .bottom_row {
        -webkit-animation-duration: 200s;
        animation-duration: 200s;
    }
}
@media(max-width: 575px) {
    .scrolling_crosslink_2024 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .scrolling_crosslink_2024 p,
    .scrolling_crosslink_2024 a {
        font-size: 50px;
        line-height: 1;
        padding-left: 15px;
        padding-right: 15px;
    }
    .scrolling_crosslink_2024 .top_row {
        margin-bottom: 0;
    }
}



.scrolling_crosslink_2024 + .nw-book-a-call-banner-block > div {
    padding-top: 0 !important;
}


/*** Content 31 - sticky side scroll block ***/
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*** content-31 ***/

.content-31.block {
    overflow: unset;
    margin-top: 120px;
}
.content-31 .tab-sticky-height-track {
    height: calc(100vh + 650px);
}
.content-31 .tab-sticky-container {
    position: sticky;
    top: 130px;
}


/*** Clicked on Card ***/
@media(min-width: 576px) {
    /*.content-31 .tab-sticky-height-track.clicked_on_card .tab-sticky-container {*/
    /*    position: relative;*/
    /*}*/
    /*.content-31 .tab-sticky-height-track.clicked_on_card {*/
    /*    height: calc(100vh);*/
    /*}*/
}




.content-31 .tab-sticky-container .tab {
    height: calc(100vh - 200px);
    min-height: 540px;
    background-color: #dddddd;
    position: absolute;
    top: 0;
    cursor: default;
}
.content-31 .tab-sizing-container {
    overflow: hidden !important;
    position: relative;
}
.content-31 .tab-container,
.content-31 .tab-container > .tab {
    width: 1800px;
    max-width: calc(100% - 120px);
}
.content-31 .tab-sticky-container .tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border-radius: 36px;
    /*-webkit-transition: cubic-bezier(0.56, 0.09, 0.42, 0.96)  all 1s;*/
    /*-o-transition: cubic-bezier(0.56, 0.09, 0.42, 0.96)  all 1s;*/
    /*transition: cubic-bezier(0.56, 0.09, 0.42, 0.96)  all 1s;*/

    -webkit-transition: ease  all 0.75s;
    -o-transition: ease  all 0.75s;
    transition: ease  all 0.75s;

    will-change: left, right;
    will-change: transform;
}
.content-31 .tab-sticky-container .tab .tab-label {
    height: 100%;
    position: relative;
    text-align: center;
    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: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-top: 75px;
    padding-bottom: 75px;
    /*cursor: pointer;*/
}
.content-31 .tab-sticky-container .tab .tab-label > * {
    position: absolute;
    -webkit-transform: rotate(-90deg) translateY(-25%);
    -ms-transform: rotate(-90deg) translateY(-25%);
    transform: rotate(-90deg) translateY(-25%);
    line-height: 1;
    margin: 0;
    display: block;
    text-align: left;
    width: 500px;
    bottom: 290px;
    font-size: 32px;
}
.content-31 .tab-sticky-container .tab .tab-label {
    width: 150px;
}
.content-31 .tab-sticky-container .tab .tab-content {
    width: calc(100% - 150px);
    padding-top: 40px;
    padding-bottom: 40px;
}
.content-31 .text-column {
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.content-31 .tab-sticky-container .tab .tab-content .image-4by3 {
    padding-bottom: 0;
    height: 530px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    /*-webkit-transition: cubic-bezier(0.56, 0.09, 0.42, 0.96)  all 0.75s;*/
    /*-o-transition: cubic-bezier(0.56, 0.09, 0.42, 0.96)  all 0.75s;*/
    /*transition: cubic-bezier(0.56, 0.09, 0.42, 0.96)  all 0.75s;*/

    -webkit-transition: ease  all 0.75s;
    -o-transition: ease  all 0.75s;
    transition: ease  all 0.75s;
}


.content-31 .tab-sticky-container .tab .tab-content .image_2 {
    display: none !important;
}

.content-31 .tab-sticky-container .tab .tab-content .image_1 {
    position: absolute;
    width: 450px;
    height: 375px;
    border-radius: var(--global-border-radius-small);
}
.content-31 .tab-sticky-container .tab .tab-content .image_1 {
    -webkit-transform: translateY(-50%) rotate(-5deg);
    -ms-transform: translateY(-50%) rotate(-5deg);
    transform: translateY(-50%) rotate(-5deg);
    left: 20%;
}
.content-31 h4.sans-serif {
    font-weight: 600;
}
@media(max-width: 1799.98px) {
    .content-31 .tab-sticky-container .tab .tab-content .image_1 {
        position: absolute;
        width: 350px;
        height: 270px;
    }
    .content-31 .tab-sticky-container .tab .tab-content .image_1 {
        -webkit-transform: translateY(-50%) rotate(-5deg);
        -ms-transform: translateY(-50%) rotate(-5deg);
        transform: translateY(-50%) rotate(-5deg);
    }
}
@media(max-width: 1399.98px) {
    .content-31 .tab-sticky-container .tab .tab-content .image_1 {
        position: absolute;
        width: 280px;
        height: 230px;
    }
    .content-31 .tab-sticky-container .tab .tab-content .image_1 {
        -webkit-transform: translateX(0) translateY(-50%) rotate(-5deg);
        -ms-transform: translateX(0) translateY(-50%) rotate(-5deg);
        transform: translateX(0) translateY(-50%) rotate(-5deg);
    }
    .content-31 .tab-sticky-container {
        top: 100px;
    }
}
@media(max-width: 1199.98px) {
    .content-31 .tab-sticky-container .tab .tab-content .image_1 {
        -webkit-transform: translateY(-50%) rotate(-5deg);
        -ms-transform: translateY(-50%) rotate(-5deg);
        transform: translateY(-50%) rotate(-5deg);
        left: 4%;
    }
}



@media(max-width: 1399.98px) and (min-width: 1200px) {
    .content-31 .text-column {
        scale: 0.9;
    }
}
@media(max-width: 1199.98px) and (min-width: 992px) {
    .content-31 .text-column {
        scale: 0.8;
    }
}


.content-31 .tab-sticky-container #tab_count_1 {
    position: relative;
    top: unset;
    right: unset;
    max-width: 100%;
}
.content-31 .tab-sticky-container #tab_count_2 {
    right: -650px;

    background: red;
}
.content-31 .tab-sticky-container #tab_count_3 {
    right: -775px;
    background: blue;
}




@media(max-height: 800px) {
    .content-31 .tab-sticky-container .tab .tab-content .image-4by3 {
        height: 250px;
    }
}

@media(min-height: 901px) {
    .content-31 .tab-sticky-container .tab {
        height: calc(100vh - 200px);
    }
    .content-31 .tab-sticky-container {
        top: 100px;
    }
}
@media(min-height: 1000px) {
    .content-31 .tab-sticky-container .tab {
        height: calc(100vh - 300px);
    }
    .content-31 .tab-sticky-container {
        top: 150px;
    }
}
@media(min-height: 1100px) {
    .content-31 .tab-sticky-container .tab {
        height: calc(100vh - 400px);
    }
    .content-31 .tab-sticky-container {
        top: 200px;
    }
}
@media(min-height: 1200px) {
    .content-31 .tab-sticky-container .tab {
        height: calc(100vh - 500px);
    }
    .content-31 .tab-sticky-container {
        top: 250px;
    }
}
@media(min-height: 1300px) {
    .content-31 .tab-sticky-container .tab {
        height: calc(100vh - 600px);
    }
    .content-31 .tab-sticky-container {
        top: 300px;
    }
}
@media(min-height: 1400px) {
    .content-31 .tab-sticky-container .tab {
        height: calc(100vh - 700px);
    }
    .content-31 .tab-sticky-container {
        top: 350px;
    }
}


@media(max-width: 1919.98px) {
    .content-31 .tab-container,
    .content-31 .tab-container > .tab {
        width: 1800px;
        max-width: calc(100% - 60px);
    }
    .content-31 .tab-sticky-container #tab_count_2 {
        right: -33%;
    }
    .content-31 .tab-sticky-container #tab_count_3 {
        right: -41%;
    }
}
@media(max-width: 1699.98px) {
    .content-31 .tab-sticky-container .tab .tab-label > * {
        -webkit-transform: rotate(-90deg) translateY(-70%);
        -ms-transform: rotate(-90deg) translateY(-70%);
        transform: rotate(-90deg) translateY(-70%);
    }
}
@media (max-width: 1620px) {
    .content-31 .tab-container {
        padding-left: 0;
        padding-right: 0;
    }
}
@media(max-width: 1399.98px) {
    .content-31 .tab-sticky-container .tab .tab-label {
        width: 115px;
    }
    .content-31 .tab-sticky-container #tab_count_2 {
        right: -32%;
    }
    .content-31 .tab-sticky-container #tab_count_3 {
        right: -40%;
    }
    .content-31 .tab-sticky-container .tab .tab-label > * {
        -webkit-transform: rotate(-90deg) translateY(-50%);
        -ms-transform: rotate(-90deg) translateY(-50%);
        transform: rotate(-90deg) translateY(-50%);
        font-size: 25px;
    }
}


/*@media(min-width: 992px) and (max-width: 1366px) {*/
/*    .content-31 .text-column {*/
/*        margin-left: 0 !important;*/
/*        -webkit-box-flex: 0;*/
/*        -ms-flex: 0 0 50% !important;*/
/*        flex: 0 0 50% !important;*/
/*        max-width: 50% !important;*/
/*    }*/
/*}*/

@media(max-width: 991.98px) {
    .content-31 .tab-container,
    .content-31 .tab-container > .tab {
        padding: 0;
    }

    .content-31 .tab-sticky-container .tab .tab-label {
        width: 65px;
    }
    .content-31 .tab-sticky-container #tab_count_2 {
        right: -32%;
    }
    .content-31 .tab-sticky-container #tab_count_3 {
        right: -39%;
    }
    .content-31 .tab-sticky-container .tab .tab-label > * {
        font-size: 18px;
        -webkit-transform: rotate(-90deg) translateY(-10%);
        -ms-transform: rotate(-90deg) translateY(-10%);
        transform: rotate(-90deg) translateY(-10%);
    }
}
@media(max-width: 767.98px) {
    .content-31 .tab-sticky-container #tab_count_2 {
        right: -30%;
    }
    .content-31 .tab-sticky-container #tab_count_3 {
        right: -39%;
    }
}

/*** Active Positioning of Tab Slides ***/


.content-31 .tab-sticky-container #tab_count_2,
.content-31 .tab-sticky-container #tab_count_3 {
    /*-webkit-transform: translateX(1%);*/
    /*-ms-transform: translateX(1%);*/
    /*transform: translateX(1%);*/

    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

.content-31 .tab-sticky-container #tab_count_1.active,
.content-31 .tab-sticky-container #tab_count_2.active,
.content-31 .tab-sticky-container #tab_count_3.active {
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}



.content-31 .tab-sticky-container #tab_count_2.active {
    right: 43%;
}
.content-31 .tab-sticky-container #tab_count_3.active {
    right: 36%;
}
@media(max-width: 991.98px) {
    .content-31 .tab-sticky-container #tab_count_2.active {
        right: 42%;
    }
    .content-31 .tab-sticky-container #tab_count_3.active {
        right: 34%;
    }
    .content-31 .outer-align {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .content-31 .tab-content-flex {
        padding-left: 25px;
        display: block;
        height: auto !important;
    }
    .content-31 .tab-sticky-container .tab .tab-content .image-4by3 {
        height: unset;
        padding-bottom: 55%;
        top: unset;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
    }


    .content-31 .tab-sticky-container .tab .tab-content .image_1 {
        width: 259px;
        padding-bottom: 173px;
        margin-bottom: 30px;
    }

    .content-31 .tab-sticky-container .tab .tab-content .image_1 {
        position: relative;
        -webkit-transform: rotate(-5deg) translateX(20px);
        -ms-transform: rotate(-5deg) translateX(20px);
        transform: rotate(-5deg) translateX(20px);
        margin-bottom: 70px;
    }


    .content-31 .text-column {
        margin-top: 30px;
        display: block;
    }
}



@media(max-height: 800px) and (min-width: 576px) and (max-width: 991.98px) {
    .content-31 .tab-sticky-container .tab .tab-content .image_1 {
        width: 175px;
        padding-bottom: 130px;
        margin-top: 15px;
        margin-bottom: 5px;
    }
    .content-31 .text-column {
        scale: 0.8;
        margin-top: 5px;
    }
}


@media(max-width: 767.98px) {
    .content-31 .tab-container,
    .content-31 .tab-container > .tab {
        width: 1800px;
        max-width: calc(100% - 32px);
    }
    .content-31 .tab-content-flex {
        padding-left: 0;
    }
    .content-31 .tab-sticky-container .tab .tab-content .image_1,
    .content-31 .tab-sticky-container .tab .tab-content .image_2 {
        width: 200px;
        padding-bottom: 150px;
    }
    .content-31 .tab-sticky-container .tab .tab-content .image_1 {
        margin-bottom: 50px;
        margin-top: 15px;
        display: none;
    }
    .content-31 .tab-sticky-container .tab .tab-content .image_2 {
        -webkit-transform: rotate(10deg) translateX(110px);
        -ms-transform: rotate(10deg) translateX(110px);
        transform: rotate(10deg) translateX(110px);
    }
}




@media(max-width: 575.98px) {

    .content-31 .tab-sticky-container .tab .tab-content .image_1 {
        width: 290px;
        padding-bottom: 220px;
        margin-left: 15px;
    }

    .content-31 .text-column {
        margin-top: 25px;
    }

    .content-31 .tab-sticky-container .tab {
        border-radius: 16px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: unset;
        margin-bottom: 20px;
    }


    .content-31 .tab-sticky-container .tab .tab-label {
        height: unset;
    }

    .content-31 .tab-sticky-container .tab .tab-label > * {
        font-size: 17px;
        position: relative;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        bottom: unset;
    }

    .content-31 .tab-sticky-container #tab_count_2,
    .content-31 .tab-sticky-container #tab_count_3,
    .content-31 .tab-sticky-container #tab_count_2.active,
    .content-31 .tab-sticky-container #tab_count_3.active {
        right: unset;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }




    .content-31 .tab-sticky-container .tab .tab-content {
        padding-top: 0;
    }



    .content-31 .tab-sticky-container .tab .tab-label {
        width: 100%;
        padding: 16px;
        display: block;
        cursor: default;
    }
    .content-31 .tab-sticky-container .tab .tab-content {
        width: 100%;
    }
    .content-31 .tab-content-flex {
        padding-left: 16px;
        padding-right: 16px;
    }



    .content-31 .tab-sticky-container #tab_count_2.active {
        top: 0;
    }
    .content-31 .tab-sticky-container #tab_count_3.active {
        top: 0;
    }

    .content-31 .tab-sizing-container {
        border-radius: 0px;
        max-width: calc(100% - 32px);
        margin: 0 auto;
    }
    .content-31 .tab-container,
    .content-31 .tab-container > .tab {
        max-width: calc(100%);
    }

    .content-31 .tab-sticky-height-track {
        height: unset;
    }

    .content-31 .tab-sticky-container {
        position: relative;
        top: unset;
    }
    .content-31 .tab-sticky-container #tab_count_1,
    .content-31 .tab-sticky-container #tab_count_2,
    .content-31 .tab-sticky-container #tab_count_3 {
        position: relative;
        height: unset;
        display: block;
        -webkit-box-orient: unset;
        -webkit-box-direction: unset;
        -ms-flex-direction: unset;
        flex-direction: unset;
        -ms-flex-wrap: unset;
        flex-wrap: unset;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        min-height: unset;
    }

    .content-31 .tab-sticky-container .tab .tab-content {
        padding-bottom: 20px;
    }
}

@media(max-width: 390px) {
    .content-31 .tab-sticky-container .tab .tab-content .image_1 {
        width: 250px;
        padding-bottom: 200px;
        margin-left: 5px;
    }
}

/********** FAQ ACCORDIONS ***********/
.faq-accordion-box {
    padding: 0;
    padding-top: 25px;
    padding-bottom: 30px;
    border-bottom: 1px solid #DDDDDD;
}
div.faqSearchResults h4.nwQuestion,
div.faqSearchResults h4.nwQuestion a,
div.faqSearchResults h5.nwQuestion,
div.faqSearchResults h5.nwQuestion a {
    font-family: "Brown", sans-serif;
    font-weight: normal;
    font-weight: 500;
}

/**** Spacer Heading ****/

.spacer_heading_2024.light_grey {
    background-color: var(--light-grey);
}
.spacer_heading_2024 .padding_setting {
    padding-top: 120px;
    padding-bottom: 120px;
}
@media(max-width: 1599.98px) {
    .spacer_heading_2024 .padding_setting {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}
@media(max-width: 1199.98px) {
    .spacer_heading_2024 .padding_setting {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
@media(max-width: 991.98px) {
    .spacer_heading_2024 .padding_setting {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
@media(max-width: 767.98px) {
    .spacer_heading_2024 .padding_setting {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
@media(max-width: 575.98px) {
    .spacer_heading_2024 .padding_setting {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.spacer_heading_2024 .padding_setting.no-padding-top {
    padding-top: 0 !important;
}
.spacer_heading_2024 .padding_setting.no-padding-bottom {
    padding-bottom: 0 !important;
}

/**** 3 Columns Numbers in Circles ****/

.three_columns_numbers_in_circles_2024 .swiggle_background {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.three_columns_numbers_in_circles_2024 .swiggle_background img {
    width: 100%;
}
.three_columns_numbers_in_circles_2024 .column-container {
    width: 83%;
    margin: 0 auto;
}
.three_columns_numbers_in_circles_2024 .circles_flex {
    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;
    padding-top: 60px;
}
.three_columns_numbers_in_circles_2024:has( + .content-4) .circles_flex {
    padding-bottom: 60px;
}
.three_columns_numbers_in_circles_2024:has( + .content-4) .circles_flex {
    padding-bottom: 60px;
}
.three_columns_numbers_in_circles_2024 .circles_flex .circle {
    width: calc(33.3% - 20px);
}
.three_columns_numbers_in_circles_2024 .circles_flex .circle .circle-inner {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    border-radius: 50%;
}
.three_columns_numbers_in_circles_2024 .circles_flex .circle .circle-content {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 75px;
}

.three_columns_numbers_in_circles_2024 .circles_flex .circle .circle-content * {
    color: white;
}

.three_columns_numbers_in_circles_2024 .circles_flex .circle .circle-content .sans-serif {
    font-weight: bold;
    margin-bottom: 0;
}
.three_columns_numbers_in_circles_2024 .circles_flex .circle .circle-content p.h4style {
    margin-top: 0;
}
.three_columns_numbers_in_circles_2024 .circles_flex .circle .circle-content p.h1style {
    margin-bottom: 13px;
}
.three_columns_numbers_in_circles_2024 .circles_flex .circle .circle-inner.secondary-orange_setting *,
.three_columns_numbers_in_circles_2024 .circles_flex .circle .circle-inner.secondary-green_setting * {
    color: white;
}
.three_columns_numbers_in_circles_2024 .circles_flex .circle .circle-inner.secondary-yellow_setting * {
    color: #2a2a2a;
}

@media(max-width: 1699.98px) and (min-width: 1366px) {
    .three_columns_numbers_in_circles_2024 .circles_flex .circle .circle-content p.h4style {
        font-size: 28px;
        line-height: 36px;
    }
    .three_columns_numbers_in_circles_2024 .circles_flex .circle .circle-content p.h1style {
        font-size: 50px;
        line-height: 58px;
    }
}
@media(max-width: 1699.98px) {
    .three_columns_numbers_in_circles_2024 .circles_flex .circle .circle-content {
        padding: 20px 50px;
    }
}

@media(max-width: 1199.98px) and (min-width: 992px) {
    .three_columns_numbers_in_circles_2024 .column-container {
        width: 90%;
        margin: 0 auto;
    }
    .three_columns_numbers_in_circles_2024 .column-container {
        padding-left: 30px;
        padding-right: 30px;
    }
    .three_columns_numbers_in_circles_2024 .circles_flex .circle .circle-content {
        padding: 20px 20px;
    }
}
@media(max-width: 1199.98px) {
    .three_columns_numbers_in_circles_2024 .circles_flex .circle .circle-content p.h1style {
        font-size: 42px;
        line-height: 50px;
    }
    .three_columns_numbers_in_circles_2024 .circles_flex .circle .circle-content p.h4style {
        font-size: 24px;
        line-height: 30px;
    }
}
@media(max-width: 991.98px) {
    .three_columns_numbers_in_circles_2024 .column-container {
        width: 100%;
        margin: 0 auto;
    }
    .three_columns_numbers_in_circles_2024 .circles_flex .circle .circle-content {
        padding: 20px 20px;
    }
    .three_columns_numbers_in_circles_2024 .circles_flex .circle .circle-content p.h1style {
        font-size: 33px;
        line-height: 38px;
    }
    .three_columns_numbers_in_circles_2024 .circles_flex .circle .circle-content p.h4style {
        font-size: 21px;
        line-height: 26px;
    }
}

@media(max-width: 767.98px) {
    .three_columns_numbers_in_circles_2024 .circles_flex .circle .circle-content p.h1style {
        font-size: 26px;
        line-height: 28px;
        margin-bottom: 5px;
    }
    .three_columns_numbers_in_circles_2024 .circles_flex .circle .circle-content p.h4style {
        font-size: 16px;
        line-height: 18px;
    }
    .three_columns_numbers_in_circles_2024 .circles_flex .circle {
        width: calc(33.3% - 10px);
    }
}

@media(max-width: 575.98px) {
    .three_columns_numbers_in_circles_2024 .swiggle_background {
        display: none;
    }
    .three_columns_numbers_in_circles_2024 .circles_flex .circle {
        width: 100%;
        margin-bottom: 15px;
    }
    .three_columns_numbers_in_circles_2024 .circles_flex {
        -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;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .three_columns_numbers_in_circles_2024 .column-container {
        padding-left: 18%;
        padding-right: 18%;
    }
    .three_columns_numbers_in_circles_2024 .circles_flex .circle .circle-content p.h1style {
        font-size: 36px;
        line-height: 41px;
        margin-bottom: 5px;
    }
    .three_columns_numbers_in_circles_2024 .circles_flex .circle .circle-content p.h4style {
        font-size: 21px;
        line-height: 26px;
    }
}
@media(max-width: 399.98px) {
    .three_columns_numbers_in_circles_2024 .column-container {
        padding-left: 10%;
        padding-right: 10%;
    }
    .three_columns_numbers_in_circles_2024 .circles_flex .circle .circle-content p.h1style {
        font-size: 32px;
        line-height: 37px;
        margin-bottom: 5px;
    }
    .three_columns_numbers_in_circles_2024 .circles_flex .circle .circle-content p.h4style {
        font-size: 18px;
        line-height: 21px;
    }
}


.three_columns_numbers_in_circles_2024 .circles_flex .circle .circle-inner {
    opacity: 0;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.three_columns_numbers_in_circles_2024 .circles_flex .circle.visible_on_screen:nth-of-type(1) .circle-inner {
    -webkit-animation-name: spinInColouredCircles_1;
    animation-name: spinInColouredCircles_1;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    background: #397CCF !important;
}
.three_columns_numbers_in_circles_2024 .circles_flex .circle.visible_on_screen:nth-of-type(2) .circle-inner {
    -webkit-animation-name: spinInColouredCircles_2;
    animation-name: spinInColouredCircles_2;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    background: #88B1E3 !important;
}
.three_columns_numbers_in_circles_2024 .circles_flex .circle.visible_on_screen:nth-of-type(3) .circle-inner {
    -webkit-animation-name: spinInColouredCircles_3;
    animation-name: spinInColouredCircles_3;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    background: #143256 !important;
}
.three_columns_numbers_in_circles_2024 .circles_flex .circle .circle-inner *, .three_columns_numbers_in_circles_2024 .circles_flex .circle .circle-inner.secondary-yellow_setting * {
    color: #fff !important;
}

@-webkit-keyframes spinInColouredCircles_1 {
    from {
        opacity: 0;
        -webkit-transform: scale(0.8) rotate(0deg);
        transform: scale(0.8) rotate(0deg);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1) rotate(-10deg);
        transform: scale(1) rotate(-10deg);
    }
}

@keyframes spinInColouredCircles_1 {
    from {
        opacity: 0;
        -webkit-transform: scale(0.8) rotate(0deg);
        transform: scale(0.8) rotate(0deg);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1) rotate(-10deg);
        transform: scale(1) rotate(-10deg);
    }
}
@-webkit-keyframes spinInColouredCircles_2 {
    from {
        opacity: 0;
        -webkit-transform: scale(0.8) rotate(0deg);
        transform: scale(0.8) rotate(0deg);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1) rotate(10deg);
        transform: scale(1) rotate(10deg);
    }
}
@keyframes spinInColouredCircles_2 {
    from {
        opacity: 0;
        -webkit-transform: scale(0.8) rotate(0deg);
        transform: scale(0.8) rotate(0deg);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1) rotate(10deg);
        transform: scale(1) rotate(10deg);
    }
}
@-webkit-keyframes spinInColouredCircles_3 {
    from {
        opacity: 0;
        -webkit-transform: scale(0.8) rotate(0deg);
        transform: scale(0.8) rotate(0deg);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1) rotate(5deg);
        transform: scale(1) rotate(5deg);
    }
}
@keyframes spinInColouredCircles_3 {
    from {
        opacity: 0;
        -webkit-transform: scale(0.8) rotate(0deg);
        transform: scale(0.8) rotate(0deg);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1) rotate(5deg);
        transform: scale(1) rotate(5deg);
    }
}



/****** Content 4 ******/
.content-4 .light_grey_background {
    background-color: var(--light-grey);
}
.content-4 div.h6style > p {
    font-weight: 500;
    line-height: 1.4;
}
.content-4 .images_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.content-4 .image-16by9 {
    width: 50%;
    padding-bottom: 70%;
}
.content-4 .images_flex .image_1 {
    border-radius: var(--global-border-radius-small);
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
    position: relative;
    z-index: 2;
}
.content-4 .images_flex .image_2 {
    border-radius: var(--global-border-radius-small);
    -webkit-transform: rotate(10deg) translateY(75px) translateX(-25px);
    -ms-transform: rotate(10deg) translateY(75px) translateX(-25px);
    transform: rotate(10deg) translateY(75px) translateX(-25px);
    position: relative;
    z-index: 1;
}


.content-4 .image-16by9.size-contain {
    padding-bottom: 0;
}
.content-4 .custom_padding {
    padding: 120px 0px;
}
.content-4 .content_4_button {
    margin-top: 45px;
}
.content-4 .content_4_button a.button {
    margin: 0px;
}

.content-4 .green_doodle h4.doodle {
    color: #34D171;
}
.content-4 .blue_doodle h4.doodle {
    color: #1858A5;
}
.content-4 .orange_doodle h4.doodle {
    color: var(--secondary-orange);
}

.content-4 .green_doodle a.button.tertiary-button,
.content-4 .green_doodle a.button.tertiary-button:hover {
    color: white;
    background-color: #34D171;
    border-color: #34D171;
}
.content-4 .blue_doodle a.button.tertiary-button,
.content-4 .blue_doodle a.button.tertiary-button:hover {
    color: white;
    background-color: var(--primary-blue);
    border-color: var(--primary-blue);
}
.content-4 .orange_doodle a.button.tertiary-button,
.content-4 .orange_doodle a.button.tertiary-button:hover {
    color: white;
    background-color: var(--secondary-orange);
    border-color: var(--secondary-orange);
}


@media (max-width: 1199.98px) {
    .content-4 .custom_padding {
        padding: 90px 0px;
    }
    .content-4 .row.align-items-center {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: start!important;
    }
}
@media (max-width: 991.98px) {
    .content-4 .custom_padding {
        padding: 80px 0px;
    }
}
@media (max-width: 767.98px) {
    .content-4 .custom_padding {
        padding: 40px 0px;
    }
    .content-4 .content_4_button {
        margin-top: 30px;
    }
    .content-4 .order-1,
    .content-4 .order-xs-1 {
        margin-bottom: 30px;
    }
    .content-4 .order-xs-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .content-4 .order-xs-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .content-4 .content_4_button a.button.primary,
    .content-4 .content_4_button button.primary,
    .content-4 .content_4_button a.button.secondary,
    .content-4 .content_4_button button.secondary {
        width: 100%;
    }

    .content-4 .images_flex {
        padding-bottom: 90px;
        padding-left: 30px;
    }

}
@media (max-width: 575.98px) {
    .content-4 .custom_padding {
        padding: 30px 0px;
    }
    .content-4 .content_4_button {
        margin-top: 20px;
    }
    .content-4 .order-1,
    .content-4 .order-xs-1 {
        margin-bottom: 15px;
    }
}

.content-4 .image-16by9 {
    opacity: 0;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.35s;
    animation-delay: 0.35s;
}
.content-4 .image-16by9.image_1.visible_on_screen {
    -webkit-animation-name: spinInCardImage_1;
    animation-name: spinInCardImage_1;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.content-4 .image-16by9.image_2.visible_on_screen {
    -webkit-animation-name: spinInCardImage_2;
    animation-name: spinInCardImage_2;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

@-webkit-keyframes spinInCardImage_1 {
    from {
        opacity: 0;
        -webkit-transform: scale(0.8) rotate(0deg) translateY(150px);
        transform: scale(0.8) rotate(0deg) translateY(150px);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1) rotate(-5deg) translateY(0px);
        transform: scale(1) rotate(-5deg) translateY(0px);
    }
}

@keyframes spinInCardImage_1 {
    from {
        opacity: 0;
        -webkit-transform: scale(0.8) rotate(0deg) translateY(150px);
        transform: scale(0.8) rotate(0deg) translateY(150px);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1) rotate(-5deg) translateY(0px);
        transform: scale(1) rotate(-5deg) translateY(0px);
    }
}
@-webkit-keyframes spinInCardImage_2 {
    from {
        opacity: 0;
        -webkit-transform: scale(0.8) rotate(10deg) translateY(160px) translateX(-25px);
        transform: scale(0.8) rotate(10deg) translateY(160px) translateX(-25px);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1) rotate(10deg) translateY(75px) translateX(-25px);
        transform: scale(1) rotate(10deg) translateY(75px) translateX(-25px);
    }
}
@keyframes spinInCardImage_2 {
    from {
        opacity: 0;
        -webkit-transform: scale(0.8) rotate(10deg) translateY(160px) translateX(-25px);
        transform: scale(0.8) rotate(10deg) translateY(160px) translateX(-25px);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1) rotate(10deg) translateY(75px) translateX(-25px);
        transform: scale(1) rotate(10deg) translateY(75px) translateX(-25px);
    }
}




/*** Display 1 Image ***/
.content-4 .images_flex.display_1_images .image_1.image-16by9 {
    width: 92%;
    padding-bottom: 70%;
    margin-top: 7.5%;
    margin-bottom: -7.5%;
}
.content-4 .image_right .images_flex.display_1_images .image_1.image-16by9 {
    -webkit-transform: rotate(-10deg) translateY(75px) translateX(-25px);
    -ms-transform: rotate(-10deg) translateY(75px) translateX(-25px);
    transform: rotate(-10deg) translateY(75px) translateX(-25px);
}
.content-4 .image_right .images_flex.display_1_images .image-16by9.image_1.visible_on_screen {
    -webkit-animation-name: spinInCardImage_1_image_right;
    animation-name: spinInCardImage_1_image_right;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
@-webkit-keyframes spinInCardImage_1_image_right {
    from {
        opacity: 0;
        -webkit-transform: scale(0.8) rotate(0deg) translateY(150px);
        transform: scale(0.8) rotate(0deg) translateY(150px);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1) rotate(5deg) translateY(0px);
        transform: scale(1) rotate(5deg) translateY(0px);
    }
}

@keyframes spinInCardImage_1_image_right {
    from {
        opacity: 0;
        -webkit-transform: scale(0.8) rotate(0deg) translateY(150px);
        transform: scale(0.8) rotate(0deg) translateY(150px);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1) rotate(5deg) translateY(0px);
        transform: scale(1) rotate(5deg) translateY(0px);
    }
}


.content-4 .images_flex.display_1_images.icon_image_setting  .image_1.image-16by9 {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-animation: none;
    animation: none;
    opacity: 1;
    margin: 0;
}
.content-4 .images_flex.display_1_images.icon_image_setting  .icon-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 330px;
    height: 290px;
    margin-left: -90px;
    margin-top: -80px;
    z-index: 3;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
@media(max-width: 1599.98px) {
    .content-4 .images_flex.display_1_images.icon_image_setting  .icon-image {
        width: 250px;
        height: 200px;
        margin-left: -90px;
        margin-top: -70px;
    }
}
@media(max-width: 1299.98px) {
    .content-4 .images_flex.display_1_images.icon_image_setting  .icon-image {
        width: 200px;
        height: 150px;
        margin-left: -90px;
        margin-top: -50px;
    }
}
@media(max-width: 991.98px) {
    .content-4 .images_flex.display_1_images.icon_image_setting  .icon-image {
        width: 170px;
        height: 120px;
        margin-left: -70px;
        margin-top: -50px;
    }
}
@media(max-width: 767.98px) {
    .content-4 .images_flex.display_1_images.icon_image_setting  .icon-image {
        width: 170px;
        height: 120px;
        margin-left: -40px;
        margin-top: -20px;
    }
    .content-4 .images_flex.display_1_images.icon_image_setting  .image_1.image-16by9 {
        width: 100%;
    }
    .content-4 .images_flex.display_1_images.icon_image_setting {
        padding-left: 0;
        padding-bottom: 0;
    }
}
@media(max-width: 575.98px) {
    .content-4 .images_flex.display_1_images.icon_image_setting  .icon-image {
        width: 120px;
        height: 90px;
        margin-left: -20px;
        margin-top: -20px;
    }
}


/*** Content 4 Video ***/

.content-4 .image_section .video_button {
    position: absolute;
    top: 60%;
    left: 46%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    background-color: transparent;
    border: none;
    outline: none;
    font-size: 0;
    background-image: url('../image/video_button_white.svg');
    background-size: 150px 150px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-transition: ease all .25s;
    -o-transition: ease all .25s;
    transition: ease all .25s;
    /*-webkit-transform-origin: bottom right;*/
    /*-ms-transform-origin: bottom right;*/
    /*transform-origin: bottom right;*/
    z-index: 5;
}

.content-4 .image_section .video_button:hover {
    -webkit-transform: translate(-50%, -50%) scale(0.95);
    -ms-transform: translate(-50%, -50%) scale(0.95);
    transform: translate(-50%, -50%) scale(0.95);
}

.content-4 .video_play_container {
    height: 100vh;
    width: 100vw;
    position: fixed;
    background-color: rgba(0,0,0,0.5);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2000000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: ease all .3s;
    -o-transition: ease all .3s;
    transition: ease all .3s;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px;
}

.content-4 .video_play_container.active {
    opacity: 1;
    visibility: visible;
}

.content-4 .video_play_container .video_inside {
    width: 800px;
    max-width: 90%;
    position: relative;
    max-height: 90vh;
    text-align: center;
}
.content-4 .video_play_container .video_inside video,
.content-4 .video_play_container .video_inside iframe {
    height: 100%;
    max-height: 75vh;
    max-width: 100%;
    min-width: 300px;
}

.content-4 .video_close_button {
    position: absolute;
    top: -50px;
    right: 0;
    font-size: 0;
    height: 30px;
    width: 30px;
    border: none;
    outline: none;
    background-color: transparent;
    background-image: url('../image/close.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    cursor: pointer;
}
@media(max-width: 1499.98px) {
    .content-4 .image_section .video_button {
        background-size: 100px 100px;
    }
}
@media(max-width: 1199.98px) {
    .content-4 .image_section .video_button {
        background-size: 80px 80px;
    }
}
@media(max-width: 991.98px) {
    .content-4 .image_section .video_button {
        top: 50%;
        left: 50%;
    }
}
@media(max-width: 767.98px) {
    .content-4 .video_close_button {
        height: 15px;
        width: 15px;
        top: -30px;
    }
}













/*** Book a call banner updates ***
 */

.nw-book-a-call-banner-block .mobile-pastel-blue-bg {
    background-color: #FFFFFF;
}
.banner_cta_v2 h5 {
    color: var(--text-black);
    font-weight: bold;
}
@media(max-width: 991.98px) {
    .banner_cta_v2 .content-to-right {
        border-radius: 0 !important;
        border: 1px solid #bebebe;
    }
}


.school_crosslinks_2024 .overall_content {
    padding-top: 120px;
    padding-bottom: 120px;
}
.school_crosslinks_2024 .crosslinks_section {
    padding-top: 60px;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.school_crosslinks_2024 .crosslinks_section .school {
    width: calc(25% - 10px);
    background-color: #f5f5f5;
    padding: 60px 62px;
    text-align: center;
    border-radius: var(--global-border-radius-small);
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

.school_crosslinks_2024 .school img {
    margin-bottom: 30px;
}

.school_crosslinks_2024 .school .ks_info p:first-of-type {
    margin-bottom: 10px;
}

.school_crosslinks_2024 span.smaller_heading_text {
    font-size: 30px;
}


.school_crosslinks_2024 .school a.primary-button {
    padding-left: 25px;
    padding-right: 25px;
}

@media(min-width: 1850px) {
    .school_crosslinks_2024 .amount_schools_4 .gcse .ks_info {
        top: -18px;
        position: relative;
    }
}
@media(max-width: 1599.98px) {
    .school_crosslinks_2024 span.smaller_heading_text {
        font-size: 20px;
    }
}




/*.school_crosslinks_2024 .elementary_school.school h2,*/
/*.school_crosslinks_2024 .elementary_school.school p,*/

.school_crosslinks_2024 .middle_school.school h2,
.school_crosslinks_2024 .middle_school.school p ,

.school_crosslinks_2024 .high_school.school h2,
.school_crosslinks_2024 .high_school.school p {
    color: #ffffff;
}





.school_crosslinks_2024 .middle_school.school a.button.primary-button,
.school_crosslinks_2024 .middle_school.school a.button.primary-button:hover,

.school_crosslinks_2024 .elementary_school.school a.button.primary-button,
.school_crosslinks_2024 .elementary_school.school a.button.primary-button:hover {
    background-color: #E8EBEE;
    border-color: #E8EBEE;
    color: #2a2a2a;
}



.school_crosslinks_2024 .high_school.school a.button.primary-button,
.school_crosslinks_2024 .high_school.school a.button.primary-button:hover,
.school_crosslinks_2024 .middle_school.school a.button.primary-button,
.school_crosslinks_2024 .middle_school.school a.button.primary-button:hover {
    background-color: #FEDD00;
    border-color: #FEDD00;
    color: #2a2a2a;
}


.school_crosslinks_2024 .school a.button.primary-button.voided:hover {
    scale: 1 !important;
}

@media(max-width:1399.98px) {
    .school_crosslinks_2024 .overall_content {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .school_crosslinks_2024 .crosslinks_section {
        padding-top: 20px;
    }
    .school_crosslinks_2024 span.smaller_heading_text {
        font-size: 25px;
    }
}

@media(max-width:991.98px) {
    .school_crosslinks_2024 .overall_content {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .school_crosslinks_2024 .crosslinks_section {
        padding-top: 10px;
    }
}


/*** Variable Amounts of Boxes ***/

.school_crosslinks_2024 .crosslinks_section.amount_schools_4 .school {
    width: calc(25% - 10px);
}
@media(max-width: 1499.98px) {
    .school_crosslinks_2024 .crosslinks_section.amount_schools_4 .school {
        width: calc(50% - 7px);
    }
}
.school_crosslinks_2024 .crosslinks_section.amount_schools_3 .school {
    width: calc(33.3% - 9px);
}
.school_crosslinks_2024 .crosslinks_section.amount_schools_2 .school {
    width: calc(50% - 7px);
}
@media(max-width: 991.98px) {
    .school_crosslinks_2024 .crosslinks_section.amount_schools_3 .school {
        padding: 40px;
    }
}
@media(max-width: 767.98px) {
    .school_crosslinks_2024 .crosslinks_section.amount_schools_4 .school,
    .school_crosslinks_2024 .crosslinks_section.amount_schools_3 .school,
    .school_crosslinks_2024 .crosslinks_section.amount_schools_2 .school {
        width: 100%;
    }
}

@media(max-width: 575.98px) {
    .school_crosslinks_2024 .crosslinks_section .school {
        padding: 40px;
    }
}









/**** School Crosslinks Banner ***/

.school_crosslinks_banner_2024 .overall_content {
    padding-top: 90px;
    padding-bottom: 90px;

    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-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.school_crosslinks_banner_2024 .crosslinks_section {
    padding-top: 0px;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.school_crosslinks_banner_2024 .crosslinks_section .school {
    width: calc(25% - 10px);
    background-color: #f5f5f5;
    padding: 60px 62px;
    text-align: center;
    border-radius: var(--global-border-radius-small);
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0px;
}

.school_crosslinks_banner_2024 .school img {
    margin-bottom: 30px;
}

.school_crosslinks_banner_2024 .school .ks_info p:first-of-type {
    margin-bottom: 10px;
}

.school_crosslinks_banner_2024 span.smaller_heading_text {
    font-size: 30px;
}


.school_crosslinks_banner_2024 .school a.primary-button {
    padding-left: 25px;
    padding-right: 25px;
}

@media(min-width: 1500px) {
    .school_crosslinks_banner_2024 .amount_schools_4 .gcse .ks_info {
        top: -18px;
        position: relative;
    }
}





.school_crosslinks_banner_2024 .primary_school.school h2,
.school_crosslinks_banner_2024 .primary_school.school p,

.school_crosslinks_banner_2024 .middle_school.school h2,
.school_crosslinks_banner_2024 .middle_school.school p,

.school_crosslinks_banner_2024 .lower_secondary.school h2,
.school_crosslinks_banner_2024 .lower_secondary.school p,

.school_crosslinks_banner_2024 .gcse.school h2,
.school_crosslinks_banner_2024 .gcse.school p,

.school_crosslinks_banner_2024 .sixth_form.school h2,
.school_crosslinks_banner_2024 .sixth_form.school p,

.school_crosslinks_banner_2024 .ib_diploma.school h2,
.school_crosslinks_banner_2024 .ib_diploma.school p,

.school_crosslinks_banner_2024 .a_levels.school h2,
.school_crosslinks_banner_2024 .a_levels.school p {
    color: #ffffff;
}



.school_crosslinks_banner_2024 .primary_school.school a.primary-button,
.school_crosslinks_banner_2024 .primary_school.school a.primary-button:hover,

.school_crosslinks_banner_2024 .middle_school.school a.button.primary-button,
.school_crosslinks_banner_2024 .middle_school.school a.button.primary-button:hover,

.school_crosslinks_banner_2024 .lower_secondary.school a.button.primary-button,
.school_crosslinks_banner_2024 .lower_secondary.school a.button.primary-button:hover,

.school_crosslinks_banner_2024 .gcse.school a.button.primary-button,
.school_crosslinks_banner_2024 .gcse.school a.button.primary-button:hover,

.school_crosslinks_banner_2024 .sixth_form.school a.button.primary-button,
.school_crosslinks_banner_2024 .sixth_form.school a.button.primary-button:hover,

.school_crosslinks_banner_2024 .ib_diploma.school a.button.primary-button,
.school_crosslinks_banner_2024 .ib_diploma.school a.button.primary-button:hover,

.school_crosslinks_banner_2024 .a_levels.school a.button.primary-button,
.school_crosslinks_banner_2024 .a_levels.school a.button.primary-button:hover {
    background-color: #FEDD00;
    border-color: #FEDD00;
    color: #2a2a2a;
}

.school_crosslinks_banner_2024 .text_section h1,
.school_crosslinks_banner_2024 .text_section h5 {
    display: block;
    width: 90%;
}

.school_crosslinks_banner_2024 .text_section {
    width: 33.3333%;
}
.school_crosslinks_banner_2024 .crosslinks_section {
    width: 58.33333%;
    margin-left: 8.3333%;
}

@media(max-width:1366.98px) {
    .school_crosslinks_banner_2024 .overall_content {
        padding-top: 80px;
        padding-bottom: 80px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .school_crosslinks_banner_2024 .text_section {
        width: 100%;
        text-align: center;
        padding-bottom: 20px;
    }
    .school_crosslinks_banner_2024 .crosslinks_section {
        width: 100%;
        margin-left: 0%;
    }

    .school_crosslinks_banner_2024 span.smaller_heading_text {
        font-size: 25px;
    }
    .school_crosslinks_banner_2024 .text_section h1,
    .school_crosslinks_banner_2024 .text_section h5 {
        margin-left: auto;
        margin-right: auto;
    }
}

@media(max-width:991.98px) {
    .school_crosslinks_banner_2024 .text_section {
        padding-bottom: 0px;
    }
    .school_crosslinks_banner_2024 .overall_content {
        padding-top: 40px;
        padding-bottom: 0px;
    }
    .school_crosslinks_banner_2024 .crosslinks_section {
        padding: 20px;
    }
}


/*** Variable Amounts of Boxes ***/
.school_crosslinks_banner_2024 .crosslinks_section.amount_schools_2 .school {
    width: calc(50% - 7px);
}
@media(max-width: 767.98px) {
    .school_crosslinks_banner_2024 .crosslinks_section.amount_schools_2 .school {
        width: 100%;
        margin-bottom: 15px;
    }
    .school_crosslinks_banner_2024 .crosslinks_section.amount_schools_2 .school:last-of-type {
        margin-bottom: 0;
    }
}

@media(max-width: 575.98px) {
    .school_crosslinks_banner_2024 .crosslinks_section .school {
        padding: 40px;
    }
}

.school_crosslinks_banner_2024:has(+ .spacer_heading_2024) {
    margin-bottom: 30px;
}







/**** Content 15 *****/
.content-15.block {
    overflow: hidden;
}
.content-15 .light_grey_background {
    background-color: var(--light-grey);
}
.content-15 .content_15_button a.button {
    margin: 0;
}
.content-15 .heading-column {
    margin-bottom: 35px;
}
.content-15.block .framed_desktop {
    overflow: hidden;
}
.content-15 .white_grey_background,
.content-15 .green_with_scribble {
    background: #f5f5f5;
    max-width: calc(100% - 120px);
    margin: 60px auto;
}

.content-15 .green_with_scribble {
    background-color: #34D171;
    background-image: url('../image/scribble.svg');
    background-position: right -400px bottom -400px;
    background-size: 1400px;
    background-repeat: no-repeat;
}
.content-15 .green_with_scribble h2 {
    color: white;
}

.content-15 .mid_blue_background {
    background-color: #1858A5;
}
.content-15 .mid_blue_background h2 {
    color: white;
}

.content-15 .orange_background {
    background-color: #FF6900;
}
.content-15 .orange_background h2 {
    color: white;
}

.content-15 .green_background {
    background-color: #34D171;
}
.content-15 .green_background h2 {
    color: white;
}


.content-15 .yellow_background {
    background-color: #FEDD00;
}
.content-15 .yellow_background h2 {
    color: #2a2a2a;
}

.content-15 .dark_blue_and_dark_blue_cards {
    background-color: #143256;
}
.content-15 .dark_blue_and_dark_blue_cards h2 {
    color: #ffffff;
}

.content-15 .dark_blue_and_dark_blue_cards .content-repeat {
    background-color: #143256;
}
.content-15 .dark_blue_and_dark_blue_cards .content-repeat .white_background {
    /*background-color: #143256;*/
}
.content-15 .dark_blue_and_dark_blue_cards .content-repeat h4,
.content-15 .dark_blue_and_dark_blue_cards .content-repeat div.large * {
    color: white !important;
}

.content-15 .dark_blue_and_dark_blue_cards .box_item {
    background-color: #143256;
    border-color: #72849A;
}

.content-15 .below_button {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 35px;
}

.content-15 .below_button a.primary-button:hover {
    background-color: #FEDD00;
}


.content-15 .col-lg-4_spacings .content-row {
    margin: 0px -22.5px -20px;
}
.content-15 .col-lg-4_spacings .content-repeat {
    padding: 0px 22.5px 20px;
}


.content-15 .col-lg-6_spacings .content-row {
    margin: 0px -60px -20px;
}
.content-15 .col-lg-6_spacings .content-repeat {
    padding: 0px 60px 20px;
}

.content-15 .col-lg-3_spacings .content-row {
    margin: 0px -22.5px -20px;
}
.content-15 .col-lg-3_spacings .content-repeat {
    padding: 0px 22.5px 20px;
}



.content-15 .content-repeat .small-image-thumbnail {
    max-width: 44px;
    max-height: 44px;
    margin-bottom: 30px;
}
.content-15 .content-repeat > div {
    padding: 0;
}
.content-15 .content-repeat .content-repeat-heading {
    margin-bottom: 15px;
}
.content-15 .content-row.slick-initialized.slick-slider {
    width: 140%;
}
.content-15 .box_item {
    height: 100%;
}
/*.content-15 .content-column {*/
/*margin-bottom: 40px;*/
/*}*/
.content-15 .main_heading {
    padding-right: 30px;
}

.content-15 div.large p {
    font-size: 18px;
}



.content-15 .content-repeat .box_item {
    position: relative;
}

.content-15 .coloured_tick .content-repeat .box_item::before {
    content: '';
    height: 45px;
    width: 45px;
    position: relative;
    display: block;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 30px;
    background-image: url('../image/tick-default.svg');
}

@media(max-width: 767.98px) {
    .content-15 .coloured_tick .content-repeat .box_item::before {
        height: 35px;
        width: 35px;
        margin-bottom: 20px;
    }
}



/*.content-15 .coloured_tick .content-repeat:nth-of-type(4n + 1) .box_item::before {*/
    /*background-image: url('../../../blocks/v2024/content/content-15/assets/ticks/blue.svg');*/
/*}*/
/*.content-15 .coloured_tick .content-repeat:nth-of-type(4n + 2) .box_item::before {*/
    /*background-image: url('../../../blocks/v2024/content/content-15/assets/ticks/green.svg');*/
/*}*/
/*.content-15 .coloured_tick .content-repeat:nth-of-type(4n + 3) .box_item::before {*/
    /*background-image: url('../../../blocks/v2024/content/content-15/assets/ticks/orange.svg');*/
/*}*/
/*.content-15 .coloured_tick .content-repeat:nth-of-type(4n) .box_item::before {*/
    /*background-image: url('../../../blocks/v2024/content/content-15/assets/ticks/yellow.svg');*/
/*}*/

/*.content-15 .coloured_tick .content-repeat:nth-of-type(1) .box_item::before {*/
    /*background-image: url('../../../blocks/v2024/content/content-15/assets/ticks/blue.svg');*/
/*}*/
/*.content-15 .coloured_tick .content-repeat:nth-of-type(2) .box_item::before {*/
    /*background-image: url('../../../blocks/v2024/content/content-15/assets/ticks/green.svg');*/
/*}*/
/*.content-15 .coloured_tick .content-repeat:nth-of-type(3) .box_item::before {*/
    /*background-image: url('../../../blocks/v2024/content/content-15/assets/ticks/orange.svg');*/
/*}*/
/*.content-15 .coloured_tick .content-repeat:nth-of-type(4) .box_item::before {*/
    /*background-image: url('../../../blocks/v2024/content/content-15/assets/ticks/yellow.svg');*/
/*}*/




.content-15 .colorued_numbers {
    counter-reset: section;
}
.content-15 .colorued_numbers .content-repeat .box_item::before {
    counter-increment: section;
    content: counter(section);
    height: 64px;
    width: 64px;
    border-radius: 50%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 30px;
    font-family: "Brown", sans-serif;
    font-weight: bold;
    font-size: 32px;
    line-height: 1;
    color: white;
    padding-top: 5px;
}

.content-15 .colorued_numbers .content-repeat:nth-of-type(4n + 1) .box_item::before {
    background-color: #397CCF;
}
.content-15 .colorued_numbers .content-repeat:nth-of-type(4n + 2) .box_item::before {
    background-color: #34D171;
}
.content-15 .colorued_numbers .content-repeat:nth-of-type(4n + 3) .box_item::before {
    background-color: #FF6900;
}
.content-15 .colorued_numbers .content-repeat:nth-of-type(4n) .box_item::before {
    background-color: #FEDD00;
}

.content-15 .colorued_numbers .content-repeat:nth-of-type(1) .box_item::before {
    background-color: #397CCF;
}
.content-15 .colorued_numbers .content-repeat:nth-of-type(2) .box_item::before {
    background-color: #34D171;
}
.content-15 .colorued_numbers .content-repeat:nth-of-type(3) .box_item::before {
    background-color: #FF6900;
}
.content-15 .colorued_numbers .content-repeat:nth-of-type(4) .box_item::before {
    background-color: #FEDD00;
}




.content-15 .scribble_numbers {
    counter-reset: section;
}
.content-15 .scribble_numbers .content-repeat .box_item::before {
    counter-increment: section;
    content: counter(section);
    height: 64px;
    width: 64px;
    border-radius: 50%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 30px;
    font-family: "pf-reminder", sans-serif;
    font-weight: bold;
    font-size: 40px;
    line-height: 1;
    color: #397CCF;
    padding-top: 5px;
}
.content-15 .scribble_numbers .content-repeat .box_item::after {
    content: '';
    height: 64px;
    width: 64px;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('../image/scribble1.svg');
}

.content-15 .scribble_numbers .content-repeat:nth-of-type(4n + 1) .box_item::after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.content-15 .scribble_numbers .content-repeat:nth-of-type(4n + 2) .box_item::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.content-15 .scribble_numbers .content-repeat:nth-of-type(4n + 3) .box_item::after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.content-15 .scribble_numbers .content-repeat:nth-of-type(4n) .box_item::after {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.content-15 .scribble_numbers .content-repeat:nth-of-type(1) .box_item::after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.content-15 .scribble_numbers .content-repeat:nth-of-type(2) .box_item::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.content-15 .scribble_numbers .content-repeat:nth-of-type(3) .box_item::after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.content-15 .scribble_numbers .content-repeat:nth-of-type(4) .box_item::after {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}







.content-15 .scribble_numbers_red {
    counter-reset: section;
}
.content-15 .scribble_numbers_red .content-repeat .box_item::before {
    counter-increment: section;
    content: counter(section);
    height: 64px;
    width: 64px;
    border-radius: 50%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 30px;
    font-family: "pf-reminder", sans-serif;
    font-weight: bold;
    font-size: 40px;
    line-height: 1;
    color: #DC001E;
    padding-top: 5px;
}
.content-15 .scribble_numbers_red .content-repeat .box_item::after {
    content: '';
    height: 64px;
    width: 64px;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('../image/scribble_red.svg');
}

.content-15 .scribble_numbers_red .content-repeat:nth-of-type(4n + 1) .box_item::after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.content-15 .scribble_numbers_red .content-repeat:nth-of-type(4n + 2) .box_item::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.content-15 .scribble_numbers .content-repeat:nth-of-type(4n + 3) .box_item::after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.content-15 .scribble_numbers_red .content-repeat:nth-of-type(4n) .box_item::after {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.content-15 .scribble_numbers_red .content-repeat:nth-of-type(1) .box_item::after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.content-15 .scribble_numbers_red .content-repeat:nth-of-type(2) .box_item::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.content-15 .scribble_numbers_red .content-repeat:nth-of-type(3) .box_item::after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.content-15 .scribble_numbers_red .content-repeat:nth-of-type(4) .box_item::after {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}








.content-15 .coloured_scribble_numbers {
    counter-reset: section;
}
.content-15 .coloured_scribble_numbers .content-repeat .box_item::before {
    counter-increment: section;
    content: counter(section);
    height: 64px;
    width: 64px;
    border-radius: 50%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 30px;
    font-family: "pf-reminder", sans-serif;
    font-weight: bold;
    font-size: 40px;
    line-height: 1;
    color: #397CCF;
    padding-top: 5px;
}
.content-15 .coloured_scribble_numbers .content-repeat .box_item::after {
    content: '';
    height: 64px;
    width: 64px;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('../image/scribble1.svg');
}

.content-15 .coloured_scribble_numbers .content-repeat:nth-of-type(4n + 1) .box_item::after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.content-15 .coloured_scribble_numbers .content-repeat:nth-of-type(4n + 2) .box_item::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.content-15 .coloured_scribble_numbers .content-repeat:nth-of-type(4n + 3) .box_item::after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.content-15 .coloured_scribble_numbers .content-repeat:nth-of-type(4n) .box_item::after {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.content-15 .coloured_scribble_numbers .content-repeat:nth-of-type(1) .box_item::after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.content-15 .coloured_scribble_numbers .content-repeat:nth-of-type(2) .box_item::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.content-15 .coloured_scribble_numbers .content-repeat:nth-of-type(3) .box_item::after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.content-15 .coloured_scribble_numbers .content-repeat:nth-of-type(4) .box_item::after {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.content-15 .coloured_scribble_numbers .content-repeat:nth-of-type(4n + 1) .box_item::before {
    color: #397CCF;
}
.content-15 .coloured_scribble_numbers .content-repeat:nth-of-type(4n + 1) .box_item::after {
    background-image: url('../image/scribble1.svg');
}

.content-15 .coloured_scribble_numbers .content-repeat:nth-of-type(4n + 2) .box_item::before {
    color: #34D171;
}
.content-15 .coloured_scribble_numbers .content-repeat:nth-of-type(4n + 2) .box_item::after {
    background-image: url('../image/green1.svg');
}

.content-15 .coloured_scribble_numbers .content-repeat:nth-of-type(4n + 3) .box_item::before {
    color: #ff6900;
}
.content-15 .coloured_scribble_numbers .content-repeat:nth-of-type(4n + 3) .box_item::after {
    background-image: url('../image/orange1.svg');
}

.content-15 .coloured_scribble_numbers .content-repeat:nth-of-type(4n) .box_item::before {
    color: #fedd00;
}
.content-15 .coloured_scribble_numbers .content-repeat:nth-of-type(4n) .box_item::after {
    background-image: url('../image/yellow.svg');
}

.content-15 .coloured_scribble_numbers .content-repeat:nth-of-type(1) .box_item::before {
    color: #397CCF;
}
.content-15 .coloured_scribble_numbers .content-repeat:nth-of-type(2) .box_item::before {
    color: #34D171;
}
.content-15 .coloured_scribble_numbers .content-repeat:nth-of-type(3) .box_item::before {
    color: #FF6900;
}
.content-15 .coloured_scribble_numbers .content-repeat:nth-of-type(4) .box_item::before {
    color: #FEDD00;
}


@media(min-width: 1599.98px) {
    .content-15 .col-lg-3_spacings.scribble_numbers h4.content-repeat-heading,
    .content-15 .col-lg-3_spacings.coloured_scribble_numbers h4.content-repeat-heading {
        font-size: 32px;
        line-height: 38px;
    }
}


@media(max-width: 991.98px){
    .content-15 .white_grey_background,
    .content-15 .green_with_scribble {
        max-width: 100%;
        margin: 0px;
    }
    .content-15 .global-border-radius {
        border-radius: 0;
    }
    .content-15 .green_with_scribble {
        background-position: right -400px bottom -800px;
    }
}
@media(max-width: 767.98px){

    .content-15 .content_15_button a.button {
        width: 100%;
    }
    .content-15 .main_heading {
        padding-right: 0;
    }
}
@media(max-width: 575.98px) {
    .content-15 .heading-column {
        display: block!important;
        margin-bottom: 15px;
    }
    .content-15 .content_15_button {
        margin-top: 10px;
    }
    .content-15 .content-row.slick-initialized.slick-slider {
        width: 171%;
    }
    .content-15 .content-row {
        margin: 0px -5px;
    }
    .content-15 .content-repeat {
        padding: 0px 5px 10px;
    }
    .content-15 .content-repeat .small-image-thumbnail {
        margin-bottom: 15px;
        max-width: 49px;
        max-height: 49px;
    }
}


/*** Secondary Banner 2024 ***/
.secondary_banner_2024 .background_area {
    background-color: var(--primary-blue);
    overflow: hidden;
    position: relative;
    padding: 120px;
    padding-right: 120px;
}
.secondary_banner_2024 .image_area {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50%;
    min-height: 100%;
    height: 100%;
}
.secondary_banner_2024 .image_area .image-square {
    padding-bottom: 0;
    height: 100%;
}
.secondary_banner_2024 .text_area {
    background-color: white;
    width: 60%;
    position: relative;
    z-index: 5;
    padding: 148px;
}
.secondary_banner_2024 h6 {
    font-weight: 600;
}
.secondary_banner_2024 .background_area {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../image/matrix.svg');
}
.secondary_banner_2024 .display_scribble.background_area {
    background-image: url('../image/scribble2.svg') !important;
    background-position-x: -580px;
}
.secondary_banner_2024 .light_grey_background.display_scribble.background_area {
    background-image: url('../image/scribble_white.svg') !important;
}
.secondary_banner_2024 .mobile_image {
    display: none;
}



/*** Flex Settings on Secondary Banner ***/

.secondary_banner_2024 .text_right_image_left .text_area {
    margin-left: 40%;
}
.secondary_banner_2024 .text_right_image_left .image_area {
    left: 0;
}
.secondary_banner_2024 .text_right_image_left.display_scribble.background_area {
    background-position-x: 175px;
}


.secondary_banner_2024 .background_area.orange_background {
    background-color: #FF6900;
    background-image: none;
}

.secondary_banner_2024 .background_area.green_background {
    background-color: #34D171;
    background-image: none;
}

.secondary_banner_2024 .background_area.medium_blue_background {
    background-color: #1858A5;
    background-image: none;
}
.secondary_banner_2024 .background_area.medium_grey_background {
    background-color: #72849A;
    background-image: none;
}
.secondary_banner_2024 .background_area.light_grey_background {
    background-color: #ECF2FA;
    background-image: none;
}



.secondary_banner_2024 h4.regular {
    font-size: 25px;
    line-height: 1.2;
    margin-top: 15px;
}

@media(max-width: 1799.98px) {
    .secondary_banner_2024 .background_area {
        padding: 100px;
    }
    .secondary_banner_2024 .text_area {
        padding: 100px;
    }
}
@media(max-width: 1599.98px) {
    .secondary_banner_2024 .text_area {
        width: 75%;
    }
    .secondary_banner_2024 .image_area {
        width: 35%;
    }
    .secondary_banner_2024 h4.alt {
        font-size: 21px;
        line-height: 1.3;
    }
    .secondary_banner_2024 .text_right_image_left .text_area {
        margin-left: 25%;
    }
}
@media(max-width: 1399.98px) {
    .secondary_banner_2024 .background_area {
        padding: 70px;
    }
    .secondary_banner_2024 .text_area {
        padding: 70px;
    }
}
@media(max-width: 991.98px) {
    .secondary_banner_2024 .background_area {
        padding: 60px;
    }
    .secondary_banner_2024 .text_area {
        padding: 60px;
    }
    .secondary_banner_2024 .text_right_image_left.display_scribble.background_area,
    .secondary_banner_2024 .display_scribble.background_area {
        background-position-x: -200px;
    }
}
@media(max-width: 767.98px) {
    .secondary_banner_2024 .background_area {
        padding: 40px;
    }
    .secondary_banner_2024 .text_area {
        padding: 40px;
    }
}
@media(max-width: 575.98px) {
    .secondary_banner_2024 h4.alt {
        font-size: 18px;
        line-height: 1.3;
    }
    .secondary_banner_2024 .text_area {
        width: 100%;
    }
    .secondary_banner_2024 .background_area {
        padding: 20px;
    }
    .secondary_banner_2024 .text_area {
        padding: 25px;
        overflow: hidden;
    }
    .secondary_banner_2024 .image_area {
        display: none;
    }
    .secondary_banner_2024 .mobile_image {
        display: block;
        width: calc(100% + 50px);
        left: -25px;
        bottom: -25px;
        padding-bottom: 75%;
        margin-top: 5px;
    }
    .secondary_banner_2024 .display_scribble.background_area {
        background-position-x: -300px;
        background-size: 1000px;
    }
    .secondary_banner_2024 .text_right_image_left .text_area {
        margin-left: 0;
    }
}

.message_form_dynamics_code {
    overflow: hidden;
}





.slider-5.block {
    overflow: hidden;
}
.slider-5.light-grey_background .padding_setting {
    padding-bottom: 120px;
}
.slider-5 #slider-5-heading-buttons {
    margin-bottom: 30px;
}
.slider-5 .slick-list {
    padding:0!important;
}
.slider-5 .slider-padding {
    padding: 0px 15px;
    padding-top: 15px;
}
.slider-5 .slick-list.draggable {
    margin: 0px -15px;
}
.slider-5 .slider-padding .slider-svg {
    position: relative;
}
.slider-5 .slider-padding a {
    color: #000;
    text-decoration: none;
}
div.content-area .slider-5 a:not(.button),
.slider-5 .slider-padding a,
.slider-5 .slider-padding * {
    text-decoration: none !important;
}
.slider-5 .image-4by3 > img {
    /*min-width: 105%;*/
    /*min-height: 105%;*/
    /*height: 105%;*/
    /*width: 105%;*/
    min-width: 100%;
    min-height: 100%;
    height: 100%;
    width: 100%;
    -webkit-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    transition: ease all 0.3s;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.slider-5 .slider-padding:hover .image-4by3 > img {
    min-width: 100%;
    min-height: 100%;
    height: 100%;
    width: 100%;
}

.slider-5 .slider-padding {
    position: relative;
}

.slider-5 .slider-padding .badge {
    position: absolute;
    top: 0px;
    left: 3px;
    -webkit-transform: rotate(-0deg);
    -ms-transform: rotate(-0deg);
    transform: rotate(-0deg);
    height: 120px;
    width: 120px;
    border-radius: 50%;
    background-color: #397CCF;
    color: white;
    font-size: 22px;
    line-height: 1.2;
    padding: 20px;
    z-index: 10;
    white-space: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
@media(max-width: 1599.98px) {
    .slider-5 .slider-padding .badge {
        height: 90px;
        width: 90px;
        font-size: 14px;
    }
    .slider-5.light-grey_background .padding_setting {
        padding-bottom: 100px;
    }
}
@media(max-width: 1199.98px) {
    .slider-5.light-grey_background .padding_setting {
        padding-bottom: 80px;
    }
}
@media(max-width: 767.98px) {
    .slider-5.light-grey_background .padding_setting {
        padding-bottom: 50px;
    }
}
@media(max-width: 575.98px) {
    .slider-5 .slider-padding .badge {
        height: 65px;
        width: 65px;
        font-size: 11px;
        padding: 8px;
    }
    .slider-5.light-grey_background .padding_setting {
        padding-bottom: 30px;
    }
}

.slider-5 .slider-buttons {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    z-index: 20;
}
.slider-5 button.slick-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    font-size: 0;
    border: none;
    outline: none;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 78px;
    width: 78px;
    background-image: url('../image/prev1.svg');
    cursor: pointer;
}
.slider-5 button.slick-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    font-size: 0;
    border: none;
    outline: none;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 78px;
    width: 78px;
    background-image: url('../image/next1.svg');
    cursor: pointer;
}

@media(max-width: 575.98px) {
    .slider-5 button.slick-prev,
    .slider-5 button.slick-next {
        height: 60px;
        width: 60px;
    }
}


.slider-5 .image-4by3:hover > img.default_image {
    opacity: 0;
}

.slider-5 #slider-5-container-half-reveal .slick-list {
    width: 128%;
}
.slider-5 ul.slick-dots {
    margin: 30px 0px 0px;
    -webkit-padding-start: 0px;
    padding-inline-start: 0px;
}
.slider-5 .image-4by3 {
    padding-bottom: 117.462%;
    -webkit-transition: ease all .3s;
    -o-transition: ease all .3s;
    transition: ease all .3s;
    border-radius: 24px;
}
@media(min-width: 768px) {
    .slider-5 .image-4by3:hover {
        -webkit-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }
}

.slider-5 .col-12.offset-lg-1.col-lg-10 {
    position: relative;
}

.slider-5 #slider-5-container-half-reveal * {
    /*cursor: url('../../../blocks/v2024/sliders/slider-5/assets/cursor.svg') 16 16, pointer;*/
}
@media(max-width: 767.98px){
    .slider-5 #slider-container-half-reveal .slick-list {
        width: 183%;
    }
    .slider-5 .slider-padding {
        padding: 0px 15px;
    }
    .slider-5 .slick-list.draggable {
        margin: 0px -15px;
    }
    .slider-5 #slider-5-heading-buttons {
        margin-bottom: 30px;
        display: block!important;
    }

}
@media(max-width: 575.98px){
    .slider-5 #slider-5-heading-buttons {
        margin-bottom: 20px;
    }
    .slider-5 #slider-5-container-half-reveal .slick-list {
        width: 183%;
    }
}

.slider-5 .slick-dots {
    display: none !important;
}


.pupil-stories-slick-slider-cards {
    padding-top: 100px;
    padding-bottom: 100px;
}
.slider-5.light-grey_background:has(+ .pupil-stories-slick-slider-cards) + .pupil-stories-slick-slider-cards {
    padding-top: 120px;
    padding-bottom: 120px;
}
@media(max-width: 1599.98px) {
    .pupil-stories-slick-slider-cards {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .slider-5.light-grey_background:has(+ .pupil-stories-slick-slider-cards) + .pupil-stories-slick-slider-cards {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
@media(max-width: 1199.98px) {
    .pupil-stories-slick-slider-cards {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .slider-5.light-grey_background:has(+ .pupil-stories-slick-slider-cards) + .pupil-stories-slick-slider-cards {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
@media(max-width: 767.98px) {
    .pupil-stories-slick-slider-cards {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .slider-5.light-grey_background:has(+ .pupil-stories-slick-slider-cards) + .pupil-stories-slick-slider-cards {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}



/**** slider 5 info modals ****/
.generic_modal,
.slider-5 .info_modal,
.subject_modal {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: white;
    border-radius: var(--global-border-radius);
    z-index: 100000001;
    width: 750px;
    max-width: 90%;
}

.generic_modal_background,
.slider-5 .info_modal_background,
.subject_modal_background {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.69);
    height: 100%;
    width: 100%;
    z-index: 100000000;
}

.generic_modal,
.generic_modal_background,
.slider-5 .info_modal,
.slider-5 .info_modal_background,
.subject_modal,
.subject_modal_background {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: ease all .3s;
    -o-transition: ease all .3s;
    transition: ease all .3s;
}

.generic_modal.open,
.generic_modal_background.open,
.slider-5 .info_modal.open,
.slider-5 .info_modal_background.open,
.subject_modal.open,
.subject_modal_background.open {
    opacity: 1;
    visibility: visible;
}


.generic_modal .top_row,
.slider-5 .info_modal .top_row,
.subject_modal .top_row {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 25px 45px;
}


.subject_modal .top_row .subject-tag span {
    padding: 6px 15px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 600;
    margin-right: 20px;
}
.subject_modal .top_row .subject-tag span.tag_Compulsory {
    display: block;
}
.subject_modal .top_row .subject-tag span.pastel-green_background {
    color: #34D171;
}
.subject_modal .top_row .subject-tag span.pastel-blue_background {
    color: #4d4d7c;
}
.subject_modal .top_row .subject-tag span.pastel-orange_background {
    color: #FF6900;
}

.generic_modal .top_row button.close_button,
.slider-5 .info_modal .top_row button.close_button,
.subject_modal .top_row button.close_button {
    font-size: 0;
    border: none;
    outline: none;
    background-color: transparent;
    background-size: contain;
    background-position: center;
    background-image: url('../image/close1.svg');
    cursor: pointer;
    height: 20px;
    width: 20px;
}
.generic_modal .middle_row,
.slider-5 .info_modal .middle_row,
.subject_modal .middle_row {
    position: relative;
    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;
    padding: 25px 45px;
    padding-bottom: 60px;
    border-bottom: 1px solid #cccccc;
    border-top: 1px #cccccc solid;
    max-height: 60vh;
    height: 470px;
    overflow: auto;
}
.generic_modal .middle_row,
.subject_modal .middle_row {
    height: 300px;
}
.slider-5 .info_modal .middle_row .image-16by9 {
    padding-bottom: 125%;
    border-radius: var(--global-border-radius-small);
}
.slider-5 .info_modal .left {
    width: 40%;
}
.slider-5 .info_modal .right {
    width: 60%;
    padding-left: 40px;
}
.generic_modal .bottom_row,
.slider-5 .info_modal .bottom_row,
.subject_modal .bottom_row {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 25px 45px;
    position: relative;
}
.generic_modal .bottom_row::after,
.slider-5 .info_modal .bottom_row::after,
.subject_modal .bottom_row::after {
    content: '';
    display: block;
    height: 60px;
    width: 100%;
    position: absolute;
    left: 0;
    top: -61px;
    background: rgb(255,255,255);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), to(rgba(255,255,255,1)));
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}

.subject_modal .exam-board-image-popup img {
    height: 35px;
}

@media(max-width: 991.98px) {
    .generic_modal .top_row,
    .slider-5 .info_modal .top_row,
    .subject_modal .top_row {
        padding: 15px 30px;
    }
    .generic_modal .middle_row,
    .slider-5 .info_modal .middle_row,
    .subject_modal .middle_row {
        padding: 15px 30px;
    }
    .generic_modal .bottom_row,
    .slider-5 .info_modal .bottom_row,
    .subject_modal .bottom_row {
        padding: 15px 30px;
    }
    .generic_modal .right,
    .slider-5 .info_modal .right,
    .subject_modal .right {
        padding-left: 25px;
    }
}

@media(max-width: 767.98px) {
    .generic_modal .top_row h4,
    .subject_modal .top_row h4 {
        font-size: 19px;
    }
    .subject_modal img.subjectIcon {
        width: 30px;
        margin-right: 10px !important;
    }
}

@media(max-width: 575.98px) {


    .subject_modal img.subjectIcon {
        display: none;
    }

    .subject_modal .top_row .subject-tag {
        position: absolute;
        top: 75px;
        right: 0;
    }

    .generic_modal .middle_row,
    .slider-5 .info_modal .middle_row,
    .subject_modal .middle_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .generic_modal .left,
    .slider-5 .info_modal .left,
    .subject_modal .left {
        width: 100%;
        padding-bottom: 20px;
    }
    .generic_modal .right,
    .slider-5 .info_modal .right,
    .subject_modal .right {
        width: 100%;
        padding-left: 0;
    }
    .slider-5 .info_modal .middle_row .image-16by9 {
        padding-bottom: 31%;
        border-radius: var(--global-border-radius-small);
        width: 25%;
        margin: 0 auto;
    }
    .slider-5 .info_modal .right,
    .slider-5 .info_modal .right * {
        text-align: center;
    }

    .generic_modal .top_row,
    .slider-5 .info_modal .top_row,
    .subject_modal .top_row {
        padding-right: 15px;
    }
    .slider-5 .info_modal .middle_row {
        padding-top: 30px;
    }
    .generic_modal .middle_row,
    .subject_modal .middle_row {
        padding-top: 15px;
        padding-left: 15px;
    }

    .generic_modal .bottom_row,
    .slider-5 .info_modal .bottom_row,
    .subject_modal .bottom_row {
        padding-right: 15px;
    }

    .generic_modal .top_row,
    .subject_modal .top_row {
        padding-left: 15px;
    }

}

.generic_modal_wrapper.open,
.subject_modal_wrapper.open {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.69);
    height: 100%;
    width: 100%;
    z-index: 1000000000;
}
.subject_modal img.subjectIcon {
    width: 40px;
}


.day_in_the_life_video_image_2024 {
    padding-bottom: 120px;
}

.day_in_the_life_video_image_2024.light_grey .container-fluid {
    background-color: var(--light-grey);
    padding-bottom: 100px;
}
@media(max-width: 767.98px) {
    .day_in_the_life_video_image_2024.light_grey .container-fluid {
        padding-bottom: 50px;
    }
}
@media(max-width: 575.98px) {
    .day_in_the_life_video_image_2024 {
        overflow: hidden;
    }
}

.day_in_the_life_video_image_2024 .swiggle_background {
    position: absolute;
    top: 70%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.day_in_the_life_video_image_2024 .swiggle_background img {
    width: 100%;
}

.day_in_the_life_video_image_2024 .images_or_video_flex {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    padding-top: 120px;
    padding-bottom: 120px;
}

.day_in_the_life_video_image_2024 .images_or_video_flex,
.day_in_the_life_video_image_2024 .images_or_video_flex .image-16by9 {
    position: relative;
}


.day_in_the_life_video_image_2024 .images_or_video_flex .image_section {
    width: calc(21.5% - 20px);
}
.day_in_the_life_video_image_2024 .images_or_video_flex .image-16by9 {
    padding-bottom: 150%;
}


.day_in_the_life_video_image_2024 .square .images_or_video_flex .image-16by9 {
    padding-bottom: 100%;
}



.day_in_the_life_video_image_2024 .images_or_video_flex .image_section:nth-of-type(1) {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);

    -webkit-animation-delay: 0.3s;

    animation-delay: 0.3s;
}
.day_in_the_life_video_image_2024 .images_or_video_flex .image_section:nth-of-type(2) {
    -webkit-transform: rotate(10deg) translateY(65px);
    -ms-transform: rotate(10deg) translateY(65px);
    transform: rotate(10deg) translateY(65px);

    -webkit-animation-delay: 0.5s;

    animation-delay: 0.5s;
}
.day_in_the_life_video_image_2024 .images_or_video_flex .image_section:nth-of-type(3) {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);

    -webkit-animation-delay: 0.7s;

    animation-delay: 0.7s;
}
.day_in_the_life_video_image_2024 .images_or_video_flex .image_section:nth-of-type(4) {
    -webkit-transform: rotate(10deg) translateY(65px);
    -ms-transform: rotate(10deg) translateY(65px);
    transform: rotate(10deg) translateY(65px);

    -webkit-animation-delay: 0.9s;

    animation-delay: 0.9s;
}




.day_in_the_life_video_image_2024 .images_or_video_flex .image_section {
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}
.day_in_the_life_video_image_2024 .images_or_video_flex .image_section.visible_on_screen:nth-of-type(1) {
    -webkit-animation-name: animateIn_dayInTheLife_imageSection_1;
    animation-name: animateIn_dayInTheLife_imageSection_1;
}
.day_in_the_life_video_image_2024 .images_or_video_flex .image_section.visible_on_screen:nth-of-type(2) {
    -webkit-animation-name: animateIn_dayInTheLife_imageSection_2;
    animation-name: animateIn_dayInTheLife_imageSection_2;
}
.day_in_the_life_video_image_2024 .images_or_video_flex .image_section.visible_on_screen:nth-of-type(3) {
    -webkit-animation-name: animateIn_dayInTheLife_imageSection_3;
    animation-name: animateIn_dayInTheLife_imageSection_3;
}
.day_in_the_life_video_image_2024 .images_or_video_flex .image_section.visible_on_screen:nth-of-type(4) {
    -webkit-animation-name: animateIn_dayInTheLife_imageSection_4;
    animation-name: animateIn_dayInTheLife_imageSection_4;
}
@-webkit-keyframes animateIn_dayInTheLife_imageSection_1 {
    from {
        opacity: 0;
        -webkit-transform: rotate(0deg) scale(0.8) translateY(100px) ;
        -ms-transform: rotate(0deg) scale(0.8) translateY(100px) ;
        transform: rotate(0deg) scale(0.8) translateY(100px) ;
    }
    to {
        opacity: 1;
        -webkit-transform: rotate(-10deg) scale(1) translateY(0px) ;
        -ms-transform: rotate(-10deg) scale(1) translateY(0px) ;
        transform: rotate(-10deg) scale(1) translateY(0px) ;
    }
}
@keyframes animateIn_dayInTheLife_imageSection_1 {
    from {
        opacity: 0;
        -webkit-transform: rotate(0deg) scale(0.8) translateY(100px) ;
        -ms-transform: rotate(0deg) scale(0.8) translateY(100px) ;
        transform: rotate(0deg) scale(0.8) translateY(100px) ;
    }
    to {
        opacity: 1;
        -webkit-transform: rotate(-10deg) scale(1) translateY(0px) ;
        -ms-transform: rotate(-10deg) scale(1) translateY(0px) ;
        transform: rotate(-10deg) scale(1) translateY(0px) ;
    }
}
@-webkit-keyframes animateIn_dayInTheLife_imageSection_2 {
    from {
        opacity: 0;
        -webkit-transform: rotate(0deg) translateY(100px) scale(0.8);
        -ms-transform: rotate(0deg) translateY(100px) scale(0.8);
        transform: rotate(0deg) translateY(100px) scale(0.8);
    }
    to {
        opacity: 1;
        -webkit-transform: rotate(10deg) translateY(65px) scale(1);
        -ms-transform: rotate(10deg) translateY(65px) scale(1);
        transform: rotate(10deg) translateY(65px) scale(1);
    }
}
@keyframes animateIn_dayInTheLife_imageSection_2 {
    from {
        opacity: 0;
        -webkit-transform: rotate(0deg) translateY(100px) scale(0.8);
        -ms-transform: rotate(0deg) translateY(100px) scale(0.8);
        transform: rotate(0deg) translateY(100px) scale(0.8);
    }
    to {
        opacity: 1;
        -webkit-transform: rotate(10deg) translateY(65px) scale(1);
        -ms-transform: rotate(10deg) translateY(65px) scale(1);
        transform: rotate(10deg) translateY(65px) scale(1);
    }
}
@-webkit-keyframes animateIn_dayInTheLife_imageSection_3 {
    from {
        opacity: 0;
        -webkit-transform: rotate(0deg) scale(0.8)  translateY(100px);
        -ms-transform: rotate(0deg) scale(0.8) translateY(100px);
        transform: rotate(0deg) scale(0.8) translateY(100px);
    }
    to {
        opacity: 1;
        -webkit-transform: rotate(-10deg) scale(1) translateY(0px);
        -ms-transform: rotate(-10deg) scale(1) translateY(0px);
        transform: rotate(-10deg) scale(1) translateY(0px);
    }
}
@keyframes animateIn_dayInTheLife_imageSection_3 {
    from {
        opacity: 0;
        -webkit-transform: rotate(0deg) scale(0.8)  translateY(100px);
        -ms-transform: rotate(0deg) scale(0.8) translateY(100px);
        transform: rotate(0deg) scale(0.8) translateY(100px);
    }
    to {
        opacity: 1;
        -webkit-transform: rotate(-10deg) scale(1) translateY(0px);
        -ms-transform: rotate(-10deg) scale(1) translateY(0px);
        transform: rotate(-10deg) scale(1) translateY(0px);
    }
}
@-webkit-keyframes animateIn_dayInTheLife_imageSection_4 {
    from {
        opacity: 0;
        -webkit-transform: rotate(0deg) translateY(100px) scale(0.8);
        -ms-transform: rotate(0deg) translateY(100px) scale(0.8);
        transform: rotate(0deg) translateY(100px) scale(0.8);
    }
    to {
        opacity: 1;
        -webkit-transform: rotate(10deg) translateY(65px) scale(1);
        -ms-transform: rotate(10deg) translateY(65px) scale(1);
        transform: rotate(10deg) translateY(65px) scale(1);
    }
}
@keyframes animateIn_dayInTheLife_imageSection_4 {
    from {
        opacity: 0;
        -webkit-transform: rotate(0deg) translateY(100px) scale(0.8);
        -ms-transform: rotate(0deg) translateY(100px) scale(0.8);
        transform: rotate(0deg) translateY(100px) scale(0.8);
    }
    to {
        opacity: 1;
        -webkit-transform: rotate(10deg) translateY(65px) scale(1);
        -ms-transform: rotate(10deg) translateY(65px) scale(1);
        transform: rotate(10deg) translateY(65px) scale(1);
    }
}








/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/****** SQUARE IMAGES ROTATION / POSITIONING / ANIMATIONS ******/

.day_in_the_life_video_image_2024 .square .swiggle_background {
    top: 53%;
}

.day_in_the_life_video_image_2024 .square .images_or_video_flex .image_section {
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}
.day_in_the_life_video_image_2024 .square .images_or_video_flex .image_section.visible_on_screen:nth-of-type(1) {
    -webkit-animation-name: SQUARE_animateIn_dayInTheLife_imageSection_1;
    animation-name: SQUARE_animateIn_dayInTheLife_imageSection_1;
}
.day_in_the_life_video_image_2024 .square .images_or_video_flex .image_section.visible_on_screen:nth-of-type(2) {
    -webkit-animation-name: SQUARE_animateIn_dayInTheLife_imageSection_2;
    animation-name: SQUARE_animateIn_dayInTheLife_imageSection_2;
}
.day_in_the_life_video_image_2024 .square .images_or_video_flex .image_section.visible_on_screen:nth-of-type(3) {
    -webkit-animation-name: SQUARE_animateIn_dayInTheLife_imageSection_3;
    animation-name: SQUARE_animateIn_dayInTheLife_imageSection_3;
}
.day_in_the_life_video_image_2024 .square .images_or_video_flex .image_section.visible_on_screen:nth-of-type(4) {
    -webkit-animation-name: SQUARE_animateIn_dayInTheLife_imageSection_4;
    animation-name: SQUARE_animateIn_dayInTheLife_imageSection_4;
}

@-webkit-keyframes SQUARE_animateIn_dayInTheLife_imageSection_1 {
    from {
        opacity: 0;
        -webkit-transform: rotate(0deg) scale(0.8) translateY(50px) ;
        -ms-transform: rotate(0deg) scale(0.8) translateY(50px) ;
        transform: rotate(0deg) scale(0.8) translateY(50px) ;
    }
    to {
        opacity: 1;
        -webkit-transform: rotate(-7deg) scale(1) translateY(100px) ;
        -ms-transform: rotate(-7deg) scale(1) translateY(100px) ;
        transform: rotate(-7deg) scale(1) translateY(100px) ;
    }
}

@keyframes SQUARE_animateIn_dayInTheLife_imageSection_1 {
    from {
        opacity: 0;
        -webkit-transform: rotate(0deg) scale(0.8) translateY(50px) ;
        -ms-transform: rotate(0deg) scale(0.8) translateY(50px) ;
        transform: rotate(0deg) scale(0.8) translateY(50px) ;
    }
    to {
        opacity: 1;
        -webkit-transform: rotate(-7deg) scale(1) translateY(100px) ;
        -ms-transform: rotate(-7deg) scale(1) translateY(100px) ;
        transform: rotate(-7deg) scale(1) translateY(100px) ;
    }
}

@-webkit-keyframes SQUARE_animateIn_dayInTheLife_imageSection_2 {
    from {
        opacity: 0;
        -webkit-transform: rotate(0deg) translateY(100px) scale(0.8);
        -ms-transform: rotate(0deg) translateY(100px) scale(0.8);
        transform: rotate(0deg) translateY(100px) scale(0.8);
    }
    to {
        opacity: 1;
        -webkit-transform: rotate(7deg) translateY(50px) scale(1);
        -ms-transform: rotate(7deg) translateY(50px) scale(1);
        transform: rotate(7deg) translateY(50px) scale(1);
    }
}

@keyframes SQUARE_animateIn_dayInTheLife_imageSection_2 {
    from {
        opacity: 0;
        -webkit-transform: rotate(0deg) translateY(100px) scale(0.8);
        -ms-transform: rotate(0deg) translateY(100px) scale(0.8);
        transform: rotate(0deg) translateY(100px) scale(0.8);
    }
    to {
        opacity: 1;
        -webkit-transform: rotate(7deg) translateY(50px) scale(1);
        -ms-transform: rotate(7deg) translateY(50px) scale(1);
        transform: rotate(7deg) translateY(50px) scale(1);
    }
}

@-webkit-keyframes SQUARE_animateIn_dayInTheLife_imageSection_3 {
    from {
        opacity: 0;
        -webkit-transform: rotate(0deg) scale(0.8)  translateY(50px);
        -ms-transform: rotate(0deg) scale(0.8) translateY(50px);
        transform: rotate(0deg) scale(0.8) translateY(50px);
    }
    to {
        opacity: 1;
        -webkit-transform: rotate(-7deg) scale(1) translateY(100px);
        -ms-transform: rotate(-7deg) scale(1) translateY(100px);
        transform: rotate(-7deg) scale(1) translateY(100px);
    }
}

@keyframes SQUARE_animateIn_dayInTheLife_imageSection_3 {
    from {
        opacity: 0;
        -webkit-transform: rotate(0deg) scale(0.8)  translateY(50px);
        -ms-transform: rotate(0deg) scale(0.8) translateY(50px);
        transform: rotate(0deg) scale(0.8) translateY(50px);
    }
    to {
        opacity: 1;
        -webkit-transform: rotate(-7deg) scale(1) translateY(100px);
        -ms-transform: rotate(-7deg) scale(1) translateY(100px);
        transform: rotate(-7deg) scale(1) translateY(100px);
    }
}

@-webkit-keyframes SQUARE_animateIn_dayInTheLife_imageSection_4 {
    from {
        opacity: 0;
        -webkit-transform: rotate(0deg) translateY(100px) scale(0.8);
        -ms-transform: rotate(0deg) translateY(100px) scale(0.8);
        transform: rotate(0deg) translateY(100px) scale(0.8);
    }
    to {
        opacity: 1;
        -webkit-transform: rotate(7deg) translateY(50px) scale(1);
        -ms-transform: rotate(7deg) translateY(50px) scale(1);
        transform: rotate(7deg) translateY(50px) scale(1);
    }
}

@keyframes SQUARE_animateIn_dayInTheLife_imageSection_4 {
    from {
        opacity: 0;
        -webkit-transform: rotate(0deg) translateY(100px) scale(0.8);
        -ms-transform: rotate(0deg) translateY(100px) scale(0.8);
        transform: rotate(0deg) translateY(100px) scale(0.8);
    }
    to {
        opacity: 1;
        -webkit-transform: rotate(7deg) translateY(50px) scale(1);
        -ms-transform: rotate(7deg) translateY(50px) scale(1);
        transform: rotate(7deg) translateY(50px) scale(1);
    }
}






.day_in_the_life_video_image_2024 .square .images_or_video_flex .image_section {
    width: calc(23% - 20px);
    text-align: center;
}








.day_in_the_life_video_image_2024 .image_section .video_button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 168px;
    width: 168px;
    background-color: transparent;
    border: none;
    outline: none;
    font-size: 0;
    background-image: url('../image/video_button_orange.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    -webkit-transition: ease all .25s;
    -o-transition: ease all .25s;
    transition: ease all .25s;
}

.day_in_the_life_video_image_2024 .image_section .video_button:hover {
    -webkit-transform: translate(-50%, -50%) scale(0.95);
    -ms-transform: translate(-50%, -50%) scale(0.95);
    transform: translate(-50%, -50%) scale(0.95);
}

.day_in_the_life_video_image_2024 .video_play_container {
    height: 100vh;
    width: 100vw;
    position: fixed;
    background-color: rgba(0,0,0,0.75);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2000000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: ease all .3s;
    -o-transition: ease all .3s;
    transition: ease all .3s;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px;
}

.day_in_the_life_video_image_2024 .video_play_container.active {
    opacity: 1;
    visibility: visible;
}

.day_in_the_life_video_image_2024 .video_play_container .video_inside {
    width: 800px;
    max-width: 90%;
    position: relative;
    max-height: 90vh;
    text-align: center;
}
.day_in_the_life_video_image_2024 .video_play_container .video_inside video {
    height: 100%;
    max-height: 75vh;
    max-width: 100%;
}

.day_in_the_life_video_image_2024 .video_close_button {
    position: absolute;
    top: -50px;
    right: 0;
    font-size: 0;
    height: 30px;
    width: 30px;
    border: none;
    outline: none;
    background-color: transparent;
    background-image: url('../image/close.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    cursor: pointer;
}
@media(max-width: 1499.98px) {
    .day_in_the_life_video_image_2024 .image_section .video_button {
        height: 120px;
        width: 120px;
    }
}
@media(max-width: 1199.98px) {
    .day_in_the_life_video_image_2024 .image_section .video_button {
        height: 100px;
        width: 100px;
    }
    .day_in_the_life_video_image_2024 .images_or_video_flex {
        padding-top: 80px;
        padding-bottom: 120px;
    }
}
@media(max-width: 991.98px) {
    .day_in_the_life_video_image_2024 .image_section .video_button {
        height: 80px;
        width: 80px;
    }
}
@media(max-width: 767.98px) {

    .day_in_the_life_video_image_2024 .images_or_video_flex {
        padding-top: 30px;
        padding-bottom: 120px;
    }

    .day_in_the_life_video_image_2024 .square .images_or_video_flex .image_section {
        margin-bottom: 50px;
    }

    .day_in_the_life_video_image_2024 .swiggle_background {
        display: none;
    }

    .day_in_the_life_video_image_2024 .video_close_button {
        height: 15px;
        width: 15px;
        top: -30px;
    }

    .day_in_the_life_video_image_2024 .images_or_video_flex {
        /*-webkit-box-orient: vertical;*/
        /*-webkit-box-direction: normal;*/
        /*-ms-flex-direction: column;*/
        /*flex-direction: column;*/
        /*-ms-flex-wrap: wrap;*/
        /*flex-wrap: wrap;*/
    }

    .day_in_the_life_video_image_2024 .images_or_video_flex .image_section,
    .day_in_the_life_video_image_2024 .square .images_or_video_flex .image_section {
        width: 50%;
    }

    .day_in_the_life_video_image_2024 .square .images_or_video_flex .image_section:nth-of-type(1),
    .day_in_the_life_video_image_2024 .images_or_video_flex .image_section:nth-of-type(1) {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg);
        -webkit-animation-delay: .3s;
        animation-delay: .3s;

        animation: unset !important;
    }
    .day_in_the_life_video_image_2024 .square .images_or_video_flex .image_section:nth-of-type(2),
    .day_in_the_life_video_image_2024 .images_or_video_flex .image_section:nth-of-type(2) {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg);
        -webkit-animation-delay: .3s;
        animation-delay: .3s;

        animation: unset !important;
    }
    .day_in_the_life_video_image_2024 .square .images_or_video_flex .image_section:nth-of-type(3),
    .day_in_the_life_video_image_2024 .images_or_video_flex .image_section:nth-of-type(3) {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg);
        -webkit-animation-delay: .3s;
        animation-delay: .3s;

        animation: unset !important;
    }
    .day_in_the_life_video_image_2024 .square .images_or_video_flex .image_section:nth-of-type(4),
    .day_in_the_life_video_image_2024 .images_or_video_flex .image_section:nth-of-type(4) {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg);
        -webkit-animation-delay: .3s;
        animation-delay: .3s;

        animation: unset !important;
    }



    @-webkit-keyframes animateIn_dayInTheLife_imageSection_1 {
        from {
            opacity: 0;
            -webkit-transform: rotate(0deg) scale(0.8) translateY(65px) ;
            -ms-transform: rotate(0deg) scale(0.8) translateY(65px) ;
            transform: rotate(0deg) scale(0.8) translateY(65px) ;
        }
        to {
            opacity: 1;
            -webkit-transform: rotate(-5deg) scale(1) translateY(0px) ;
            -ms-transform: rotate(-5deg) scale(1) translateY(0px) ;
            transform: rotate(-5deg) scale(1) translateY(0px) ;
        }
    }



    @keyframes animateIn_dayInTheLife_imageSection_1 {
        from {
            opacity: 0;
            -webkit-transform: rotate(0deg) scale(0.8) translateY(65px) ;
            -ms-transform: rotate(0deg) scale(0.8) translateY(65px) ;
            transform: rotate(0deg) scale(0.8) translateY(65px) ;
        }
        to {
            opacity: 1;
            -webkit-transform: rotate(-5deg) scale(1) translateY(0px) ;
            -ms-transform: rotate(-5deg) scale(1) translateY(0px) ;
            transform: rotate(-5deg) scale(1) translateY(0px) ;
        }
    }
    @-webkit-keyframes animateIn_dayInTheLife_imageSection_2 {
        from {
            opacity: 0;
            -webkit-transform: rotate(0deg) translateY(65px) scale(0.8);
            -ms-transform: rotate(0deg) translateY(65px) scale(0.8);
            transform: rotate(0deg) translateY(65px) scale(0.8);
        }
        to {
            opacity: 1;
            -webkit-transform: rotate(5deg) translateY(0px) scale(1);
            -ms-transform: rotate(5deg) translateY(0px) scale(1);
            transform: rotate(5deg) translateY(0px) scale(1);
        }
    }
    @keyframes animateIn_dayInTheLife_imageSection_2 {
        from {
            opacity: 0;
            -webkit-transform: rotate(0deg) translateY(65px) scale(0.8);
            -ms-transform: rotate(0deg) translateY(65px) scale(0.8);
            transform: rotate(0deg) translateY(65px) scale(0.8);
        }
        to {
            opacity: 1;
            -webkit-transform: rotate(5deg) translateY(0px) scale(1);
            -ms-transform: rotate(5deg) translateY(0px) scale(1);
            transform: rotate(5deg) translateY(0px) scale(1);
        }
    }
    @-webkit-keyframes animateIn_dayInTheLife_imageSection_3 {
        from {
            opacity: 0;
            -webkit-transform: rotate(-5deg) scale(0.8)  translateY(65px);
            -ms-transform: rotate(-5deg) scale(0.8) translateY(65px);
            transform: rotate(-5deg) scale(0.8) translateY(65px);
        }
        to {
            opacity: 1;
            -webkit-transform: rotate(-10deg) scale(1) translateY(0px);
            -ms-transform: rotate(-10deg) scale(1) translateY(0px);
            transform: rotate(-10deg) scale(1) translateY(0px);
        }
    }
    @keyframes animateIn_dayInTheLife_imageSection_3 {
        from {
            opacity: 0;
            -webkit-transform: rotate(-5deg) scale(0.8)  translateY(65px);
            -ms-transform: rotate(-5deg) scale(0.8) translateY(65px);
            transform: rotate(-5deg) scale(0.8) translateY(65px);
        }
        to {
            opacity: 1;
            -webkit-transform: rotate(-10deg) scale(1) translateY(0px);
            -ms-transform: rotate(-10deg) scale(1) translateY(0px);
            transform: rotate(-10deg) scale(1) translateY(0px);
        }
    }
    @-webkit-keyframes animateIn_dayInTheLife_imageSection_4 {
        from {
            opacity: 0;
            -webkit-transform: rotate(0deg) translateY(0px) scale(0.8);
            -ms-transform: rotate(0deg) translateY(0px) scale(0.8);
            transform: rotate(0deg) translateY(0px) scale(0.8);
        }
        to {
            opacity: 1;
            -webkit-transform: rotate(5deg) translateY(65px) scale(1);
            -ms-transform: rotate(5deg) translateY(65px) scale(1);
            transform: rotate(5deg) translateY(65px) scale(1);
        }
    }
    @keyframes animateIn_dayInTheLife_imageSection_4 {
        from {
            opacity: 0;
            -webkit-transform: rotate(0deg) translateY(0px) scale(0.8);
            -ms-transform: rotate(0deg) translateY(0px) scale(0.8);
            transform: rotate(0deg) translateY(0px) scale(0.8);
        }
        to {
            opacity: 1;
            -webkit-transform: rotate(5deg) translateY(65px) scale(1);
            -ms-transform: rotate(5deg) translateY(65px) scale(1);
            transform: rotate(5deg) translateY(65px) scale(1);
        }
    }





    @-webkit-keyframes SQUARE_animateIn_dayInTheLife_imageSection_1 {
        from {
            opacity: 0;
            -webkit-transform: rotate(0deg) scale(0.8) translateY(65px) ;
            -ms-transform: rotate(0deg) scale(0.8) translateY(65px) ;
            transform: rotate(0deg) scale(0.8) translateY(65px) ;
        }
        to {
            opacity: 1;
            -webkit-transform: rotate(-5deg) scale(1) translateY(0px) ;
            -ms-transform: rotate(-5deg) scale(1) translateY(0px) ;
            transform: rotate(-5deg) scale(1) translateY(0px) ;
        }
    }



    @keyframes SQUARE_animateIn_dayInTheLife_imageSection_1 {
        from {
            opacity: 0;
            -webkit-transform: rotate(0deg) scale(0.8) translateY(65px) ;
            -ms-transform: rotate(0deg) scale(0.8) translateY(65px) ;
            transform: rotate(0deg) scale(0.8) translateY(65px) ;
        }
        to {
            opacity: 1;
            -webkit-transform: rotate(-5deg) scale(1) translateY(0px) ;
            -ms-transform: rotate(-5deg) scale(1) translateY(0px) ;
            transform: rotate(-5deg) scale(1) translateY(0px) ;
        }
    }
    @-webkit-keyframes SQUARE_animateIn_dayInTheLife_imageSection_2 {
        from {
            opacity: 0;
            -webkit-transform: rotate(0deg) translateY(65px) scale(0.8);
            -ms-transform: rotate(0deg) translateY(65px) scale(0.8);
            transform: rotate(0deg) translateY(65px) scale(0.8);
        }
        to {
            opacity: 1;
            -webkit-transform: rotate(5deg) translateY(0px) scale(1);
            -ms-transform: rotate(5deg) translateY(0px) scale(1);
            transform: rotate(5deg) translateY(0px) scale(1);
        }
    }
    @keyframes SQUARE_animateIn_dayInTheLife_imageSection_2 {
        from {
            opacity: 0;
            -webkit-transform: rotate(0deg) translateY(65px) scale(0.8);
            -ms-transform: rotate(0deg) translateY(65px) scale(0.8);
            transform: rotate(0deg) translateY(65px) scale(0.8);
        }
        to {
            opacity: 1;
            -webkit-transform: rotate(5deg) translateY(0px) scale(1);
            -ms-transform: rotate(5deg) translateY(0px) scale(1);
            transform: rotate(5deg) translateY(0px) scale(1);
        }
    }
    @-webkit-keyframes SQUARE_animateIn_dayInTheLife_imageSection_3 {
        from {
            opacity: 0;
            -webkit-transform: rotate(-5deg) scale(0.8)  translateY(65px);
            -ms-transform: rotate(-5deg) scale(0.8) translateY(65px);
            transform: rotate(-5deg) scale(0.8) translateY(65px);
        }
        to {
            opacity: 1;
            -webkit-transform: rotate(-10deg) scale(1) translateY(0px);
            -ms-transform: rotate(-10deg) scale(1) translateY(0px);
            transform: rotate(-10deg) scale(1) translateY(0px);
        }
    }
    @keyframes SQUARE_animateIn_dayInTheLife_imageSection_3 {
        from {
            opacity: 0;
            -webkit-transform: rotate(-5deg) scale(0.8)  translateY(65px);
            -ms-transform: rotate(-5deg) scale(0.8) translateY(65px);
            transform: rotate(-5deg) scale(0.8) translateY(65px);
        }
        to {
            opacity: 1;
            -webkit-transform: rotate(-10deg) scale(1) translateY(0px);
            -ms-transform: rotate(-10deg) scale(1) translateY(0px);
            transform: rotate(-10deg) scale(1) translateY(0px);
        }
    }
    @-webkit-keyframes SQUARE_animateIn_dayInTheLife_imageSection_4 {
        from {
            opacity: 0;
            -webkit-transform: rotate(0deg) translateY(0px) scale(0.8);
            -ms-transform: rotate(0deg) translateY(0px) scale(0.8);
            transform: rotate(0deg) translateY(0px) scale(0.8);
        }
        to {
            opacity: 1;
            -webkit-transform: rotate(5deg) translateY(65px) scale(1);
            -ms-transform: rotate(5deg) translateY(65px) scale(1);
            transform: rotate(5deg) translateY(65px) scale(1);
        }
    }
    @keyframes SQUARE_animateIn_dayInTheLife_imageSection_4 {
        from {
            opacity: 0;
            -webkit-transform: rotate(0deg) translateY(0px) scale(0.8);
            -ms-transform: rotate(0deg) translateY(0px) scale(0.8);
            transform: rotate(0deg) translateY(0px) scale(0.8);
        }
        to {
            opacity: 1;
            -webkit-transform: rotate(5deg) translateY(65px) scale(1);
            -ms-transform: rotate(5deg) translateY(65px) scale(1);
            transform: rotate(5deg) translateY(65px) scale(1);
        }
    }

}


/**** Custom Classes on Day in the Life Block ****/
.day_in_the_life_video_image_2024 .morning_assembly::after {
    content: '';
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    background-image: url('../image/morning_assembly.svg');
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
    width: 140px;
    height: 190px;
    bottom: -90px;
    left: -85px;
}
@media(max-width: 1699.98px) {
    .day_in_the_life_video_image_2024 .morning_assembly::after {
        width: 140px;
        height: 190px;
        bottom: -94px;
        left: -135px;
    }
}
@media(max-width: 1399.98px) {
    .day_in_the_life_video_image_2024 .morning_assembly::after {
        bottom: -136px;
        left: -60px;
    }
}
@media(max-width: 991.98px) {
    .day_in_the_life_video_image_2024 .morning_assembly::after {
        width: 100px;
        height: 112px;
        bottom: -74px;
        left: -9px;
    }
}
@media(max-width: 767.98px) {
    .day_in_the_life_video_image_2024 .morning_assembly {
        margin-bottom: 110px;
    }
    .day_in_the_life_video_image_2024 .morning_assembly::after {
        left: 115px;
        width: 120px;
        height: 126px;
    }
}
@media(max-width: 575.98px) {
    .day_in_the_life_video_image_2024 .morning_assembly::after {
        left: 0px;
    }
}








.day_in_the_life_video_image_2024 .co_curricular_club::after {
    content: '';
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    background-image: url('../image/co_curricular_club.svg');
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
    width: 140px;
    height: 190px;
    bottom: -90px;
    left: -85px;
}
@media(max-width: 1699.98px) {
    .day_in_the_life_video_image_2024 .co_curricular_club::after {
        width: 140px;
        height: 190px;
        bottom: -94px;
        left: -135px;
    }
}
@media(max-width: 1399.98px) {
    .day_in_the_life_video_image_2024 .co_curricular_club::after {
        bottom: -136px;
        left: -60px;
    }
}
@media(max-width: 991.98px) {
    .day_in_the_life_video_image_2024 .co_curricular_club::after {
        width: 100px;
        height: 112px;
        bottom: -74px;
        left: -9px;
    }
}
@media(max-width: 767.98px) {
    .day_in_the_life_video_image_2024 .co_curricular_club {
        margin-bottom: 110px;
    }
    .day_in_the_life_video_image_2024 .co_curricular_club::after {
        left: 115px;
        width: 120px;
        height: 126px;
    }
}
@media(max-width: 575.98px) {
    .day_in_the_life_video_image_2024 .co_curricular_club::after {
        left: 0px;
    }
}











.day_in_the_life_video_image_2024 .school_houses::after {
    content: '';
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    background-image: url('../image/school_houses.svg');
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
    width: 215px;
    height: 115px;
    bottom: -80px;
    left: -55px;
}
@media(max-width: 1699.98px) {
    .day_in_the_life_video_image_2024 .school_houses::after {
        width: 195px;
        height: 115px;
        bottom: -90px;
        left: 10px;
    }
}
@media(max-width: 1399.98px) {
    .day_in_the_life_video_image_2024 .school_houses::after {
        bottom: -80px;
        left: -60px;
    }
}
@media(max-width: 991.98px) {
    .day_in_the_life_video_image_2024 .school_houses::after {
        width: 166px;
        height: 116px;
        bottom: -80px;
        left: -50px;
    }
}
@media(max-width: 767.98px) {
    .day_in_the_life_video_image_2024 .school_houses {
        margin-bottom: 110px;
    }
    .day_in_the_life_video_image_2024 .school_houses::after {
        left: 54px;
        width: 191px;
        height: 126px;
        bottom: -92px;
    }
}
@media(max-width: 575.98px) {
    .day_in_the_life_video_image_2024 .school_houses::after {
        left: 0px;
    }
}








.day_in_the_life_video_image_2024 .group_work,
.day_in_the_life_video_image_2024 .circle_time,
.day_in_the_life_video_image_2024 .meet_ups {
    z-index: 10;
}

.day_in_the_life_video_image_2024 .group_work::after,
.day_in_the_life_video_image_2024 .circle_time::after,
.day_in_the_life_video_image_2024 .meet_ups::after {
    content: '';
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    background-image: url('../image/group_work.svg');
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
    width: 250px;
    height: 55px;
    top: -57px;
    left: 20px;
}

.day_in_the_life_video_image_2024 .circle_time::after {
    background-image: url('../image/circle_time.svg');
    width: 250px;
    height: 78px;
    top: -75px;
}

.day_in_the_life_video_image_2024 .meet_ups::after {
    background-image: url('../image/meet_ups.svg');
}

@media(max-width: 1499.98px) {
    .day_in_the_life_video_image_2024 .group_work::after,
    .day_in_the_life_video_image_2024 .circle_time::after,
    .day_in_the_life_video_image_2024 .meet_ups::after {
        width: 179px;
        height: 45px;
        top: -48px;
        left: 24px;
    }
}
@media(max-width: 767.98px) {
    .day_in_the_life_video_image_2024 .group_work,
    .day_in_the_life_video_image_2024 .circle_time,
    .day_in_the_life_video_image_2024 .meet_ups {
        margin-bottom: 100px;
    }
    .day_in_the_life_video_image_2024 .group_work::after,
    .day_in_the_life_video_image_2024 .circle_time::after,
    .day_in_the_life_video_image_2024 .meet_ups::after {
        top: unset;
        bottom: -50px;
    }
}
@media(max-width: 575.98px) {
    .day_in_the_life_video_image_2024 .group_work::after,
    .day_in_the_life_video_image_2024 .circle_time::after,
    .day_in_the_life_video_image_2024 .meet_ups::after {
        left: 0px;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        width: 140px;
    }
}




.day_in_the_life_video_image_2024 .independent_study::after,
.day_in_the_life_video_image_2024 .fun_lessons::after {
    content: '';
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    background-image: url('../image/Independent_study.svg');
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
    width: 155px;
    height: 76px;
    bottom: -104px;
    left: -31px;
}

.day_in_the_life_video_image_2024 .fun_lessons::after {
    background-image: url('../image/fun_lessons.svg');
}

.day_in_the_life_video_image_2024 .independent_study::before,
.day_in_the_life_video_image_2024 .fun_lessons::before {
    content: '';
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    background-image: url('../image/independent_study_arrows.svg');
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
    height: 54px;
    width: 74px;
    bottom: -67px;
    left: 206px;
}
@media(max-width: 1799.98px) {
    .day_in_the_life_video_image_2024 .independent_study::before,
    .day_in_the_life_video_image_2024 .fun_lessons::before {
        height: 63px;
        width: 56px;
        bottom: -64px;
        left: 196px;
    }
}
@media(max-width: 1499.98px) {
    .day_in_the_life_video_image_2024 .independent_study::after,
    .day_in_the_life_video_image_2024 .fun_lessons::after {
        width: 140px;
        height: 61px;
        bottom: -86px;
        left: -31px;
    }
    .day_in_the_life_video_image_2024 .independent_study::before,
    .day_in_the_life_video_image_2024 .fun_lessons::before {
        height: 63px;
        width: 43px;
        bottom: -61px;
        left: 148px;
    }
}
@media(max-width: 1199.98px) {
    .day_in_the_life_video_image_2024 .independent_study::before,
    .day_in_the_life_video_image_2024 .fun_lessons::before {
        height: 48px;
        width: 36px;
        bottom: -52px;
        left: 131px;
    }
}
@media(max-width: 991.98px) {
    .day_in_the_life_video_image_2024 .independent_study::after,
    .day_in_the_life_video_image_2024 .fun_lessons::after {
        width: 130px;
        height: 49px;
        bottom: -73px;
        left: -31px;
    }
}
@media(max-width: 850px) {
    .day_in_the_life_video_image_2024 .independent_study::before,
    .day_in_the_life_video_image_2024 .fun_lessons::before {
        opacity: 0;
    }
}
@media(max-width: 767.98px) {
    .day_in_the_life_video_image_2024 .independent_study,
    .day_in_the_life_video_image_2024 .fun_lessons {
        margin-bottom: 130px;
    }
    .day_in_the_life_video_image_2024 .independent_study::before,
    .day_in_the_life_video_image_2024 .fun_lessons::before {
        opacity: 1;
        left: unset;
        right: 0;
    }
    .day_in_the_life_video_image_2024 .independent_study::after,
    .day_in_the_life_video_image_2024 .fun_lessons::after {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        width: 164px;
        height: 56px;
        bottom: -79px;
        left: -7px;
    }
}
@media(max-width: 575.98px) {
    .day_in_the_life_video_image_2024 .independent_study::after,
    .day_in_the_life_video_image_2024 .fun_lessons::after {
        left: 0px;
        width: 106px;
        bottom: -73px;
    }
    .day_in_the_life_video_image_2024 .independent_study,
    .day_in_the_life_video_image_2024 .fun_lessons {
        margin-bottom: 180px;
    }
}




.day_in_the_life_video_image_2024 .after_school_club::after {
    content: '';
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    background-image: url('../image/after_school_club.svg');
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
    width: 160px;
    height: 160px;
    top: -115px;
    right: 31px;
}
@media(max-width: 1399.98px) {
    .day_in_the_life_video_image_2024 .after_school_club::after {
        width: 98px;
        height: 147px;
    }
}




.day_in_the_life_video_image_2024 .an_online_community {
    margin-top: 50px;
}

.day_in_the_life_video_image_2024 .an_online_community::after {
    content: '';
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    background-image: url('../image/an_online_community.svg');
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
    width: 121px;
    height: 160px;
    top: -115px;
    right: 31px;
}
@media(max-width: 1399.98px) {
    .day_in_the_life_video_image_2024 .an_online_community::after {
        width: 98px;
        height: 147px;
    }
}





/*** day in the life conditional spaces ***/
.day_in_the_life_video_image_2024.light_grey:has(+ .spacer_heading_2024) {
    padding-bottom: 0;
}




/*********** DAY IN THE LIFE - SLICK SLIDER ON RESPONSIVE STYLES **********/

.day_in_the_life_video_image_2024 .image_section.mobile_bumper_image {
    display: none;
}

@media(max-width: 767.98px) {
    /*** Slick Slider Styles ***/
    .day_in_the_life_video_image_2024 .images_or_video_flex .image_section {
        opacity: 1 !important;
    }
    .day_in_the_life_video_image_2024 .images_or_video_flex {
        display: block !important;
    }
    .day_in_the_life_video_image_2024 .images_or_video_flex .slick-slide {
        padding: 2.5%;
    }
    .day_in_the_life_video_image_2024 .images_or_video_flex .slick-list {
        width: 155%;
    }
    .day_in_the_life_video_image_2024 .image_section.mobile_bumper_image {
        display: block;
    }


    .day_in_the_life_video_image_2024 .group_work::after,
    .day_in_the_life_video_image_2024 .circle_time::after,
    .day_in_the_life_video_image_2024 .meet_ups::after {
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        width: 160px;
    }

    .day_in_the_life_video_image_2024 .co_curricular_club::after,
    .day_in_the_life_video_image_2024 .morning_assembly::after {
        left: 30%;
        transform: translateX(-50%);
        bottom: -30px;
    }


    .day_in_the_life_video_image_2024 .school_houses::after {
        left: 50%;
        transform: translateX(-50%);
        bottom: -30px;
    }

    .day_in_the_life_video_image_2024 .an_online_community::after,
    .day_in_the_life_video_image_2024 .after_school_club::after {
        width: 110px;
        height: 162px;
        top: -35px;
        right: 68px;
    }

    .day_in_the_life_video_image_2024 .independent_study::after,
    .day_in_the_life_video_image_2024 .fun_lessons::after {
        left: 93px;
        width: 126px;
        bottom: 18px;
    }

    .day_in_the_life_video_image_2024 .independent_study::before,
    .day_in_the_life_video_image_2024 .fun_lessons::before {
        display: none;
    }
}




/** blog-feed-5 **/
div.content-area .blog-feed-5 a:not(.button),
.blog-feed-5 *,
.blog-feed-5 a {
    text-decoration: none !important;
}
.blog-feed-5 a {
    position: relative;
}
.blog-feed-5 .image-16by9 {
    padding-bottom: 36.4%;
}
.blog-feed-5 button.button.tag {
    margin-top: 40px;
    margin-left: 40px;
    background-color: var(--white);
}
.blog-feed-5 .white-content-box {
    padding: 40px;
    position: absolute;
    bottom: 40px;
    left: 40px;
    max-width: 47%;
    width: 47%;
}
.blog-feed-5 .featured-blog-button {
    position: absolute;
    bottom: 40px;
    right: 40px;
}
.blog-feed-5 .featured-blog-button button.button {
    margin: 0px;
}
.blog-feed-5 .featured-blog-post {
    margin-bottom: 60px;
}
.blog-feed-5 a {
    text-decoration: none;
    color: unset;
}
.blog-feed-5 .negative-margin {
    margin: 0px -25px -40px;
}
.blog-feed-5 .content-padding {
    padding: 0px 25px 40px;
}
.blog-feed-5 .content-padding .d-flex p {
    max-width: 73.29%;
}
.blog-feed-5 .border-bottom {
    border-bottom: 1px solid var(--dark-grey)!important;
    padding-bottom: 20px;
}
.blog-feed-5 .date-author {
    font-weight: bold;
}

.blog-feed-5 button.button.tag {
    position: relative;
    z-index: 3;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    background-color: #F0F6FF;
    border-radius: 50px;
    color: var(--text-black);
    padding: 10px 20px;
    text-transform: none;
    border-color: #F0F6FF;
}


@media(max-width: 991.98px) {
    .blog-feed-5 .white-content-box {
        max-width: 65%;
        width: 65%;
        position: relative;
        bottom: unset;
        left: 0px;
    }
}

@media(max-width: 767.98px){
    .blog-feed-5 .featured-blog-post {
        margin-bottom: 45px;
    }
    .blog-feed-5 button.button.tag {
        margin-top: 20px;
        margin-left: 20px;
    }
    .blog-feed-5 .white-content-box {
        padding: 20px 0px 20px;
    }
    .blog-feed-5 .featured-blog-button {
        right: 0px;
    }
}
@media(max-width: 575.98px){
    .blog-feed-5 .white-content-box {
        max-width: 100%;
        width: 100%;
    }
    .blog-feed-5 .featured-blog-button {
        position: relative;
        bottom: 0px;
    }
    .blog-feed-5 .featured-blog-button button.button {
        width: 100%;
    }
    .blog-feed-5 .global-border-radius {
        border-radius: 6px;
    }
}

.blog-feed-5 .cat-list button {
    margin-bottom: 0px;
}
.blog-feed-5 .cat-list button:last-of-type {
    margin-right: 0px;
}
.blog-feed-5 .filter-tiles {
    display: contents;
    width: 100%;
}
.blog-feed-5 .content-padding {
    padding: 0px 10px 10px;
    padding-bottom: 20px;
}
.blog-feed-5 .negative-margin {
    margin: 0px -20px;
}
.blog-feed-5 .content-padding a {
    text-decoration: none;
    color: unset;
    position: relative;
}
.blog-feed-5 .content-padding .tag {
    padding: 20px 30px;
    padding-bottom: 0;
    padding-left: 3px;
    position: absolute;
    bottom: -1px;
    left: -2px;
    background-color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 45px;
    padding-right: 0;
    z-index: 3;
    font-weight: 600;
}
.blog-feed-5 .content-padding .tag:after {
    content: '';
    position: absolute;
    top: 0;
    height: 45px;
    width: 92px;
    right: -52px;
    background-image: url('../image/tag_knob.svg');
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -2;
}
.blog-feed-5 .content-padding .image-16by9 {
    padding-bottom: 66.127%;
}
.blog-feed-5 #load-more-feed {
    margin: 0px;
}
.blog-feed-5 .cat-list {
    padding-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: scroll;
}

.blog-feed-5 .cat-list::-webkit-scrollbar {
    display: none;
}
.blog-feed-5 .cat-list {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.blog-feed-5 .content-padding button.button.tertiary {
    margin: 0px;
    background-color: transparent;
}
.blog-feed-5 .load_more_wrapper > a.button {
    margin: 0px;
}
@media(max-width: 1199.98px){
    .blog-feed-5 .content-padding {
        padding: 0px 15px 50px 15px;
    }
    .blog-feed-5 .negative-margin {
        margin: 0px -15px -50px -15px;
    }
}
@media(max-width: 991.98px){
    .blog-feed-5 .content-padding {
        padding: 0px 15px 40px 15px;
    }
    .blog-feed-5 .negative-margin {
        margin: 0px -15px -40px -15px;
    }
    .blog-feed-5 .tag-selection .d-flex {
        display: block!important;
    }
    .blog-feed-5 .cat-list {
        padding-left: 0px;
    }
}

@media(max-width: 767.98px){
    .blog-feed-5 .content-padding {
        padding: 0px 10px 30px 10px;
    }
    .blog-feed-5 .negative-margin {
        margin: 0px -10px -30px -10px;
    }
}

.blog-feed-5 .display_only_3_posts .featured-blog-post {
    display: none !important;
}
.blog-feed-5 .display_only_3_posts .row.negative-margin .content-padding:nth-of-type(4),
.blog-feed-5 .display_only_3_posts .row.negative-margin .content-padding:nth-of-type(5),
.blog-feed-5 .display_only_3_posts .row.negative-margin .content-padding:nth-of-type(6) {
    display: none;
}



.cta-2 .custom_padding {
    padding: 120px 0px;
}
.cta-2 .content-area {
    padding: 120px 0px;
}
.cta-2 .image-16by9 {
    height: 100%;
}
.cta-2 .cta_button a {
    margin: 0px;
}
.cta-2 .cta_button {
    margin-top: 30px;
}
.cta-2 .image-16by9 {
    border-top-right-radius: var(--global-border-radius);
    border-bottom-right-radius: var(--global-border-radius);
}
.cta-2 .green_with_scribble {
    background-color: #34D171;
}
.cta-2 .green_with_scribble h3,
.cta-2 .green_with_scribble h6,
.cta-2 .green_with_scribble p {
    color: #ffffff;
}
.cta-2 .green_with_scribble .secondary-button,
.cta-2 .green_with_scribble .secondary-button:hover {
    background-color: var(--text-black);
    color: white;
}
.cta-2 .light_grey {
    background-color: var(--light-grey);
}
.cta-2 .bolded > p {
    font-weight: bold;
}

@media(max-width: 1199.98px){
    .cta-2 .content-area {
        padding: 90px 0px;
    }
    .cta-2 .custom_padding {
        padding: 100px 0px;
    }
}
@media(max-width: 991.98px){
    .cta-2 .content-area {
        padding: 60px 0px;
    }
    .cta-2 .custom_padding {
        padding: 80px 0px;
    }
}
@media(max-width: 767.98px){
    .cta-2 .content-area {
        padding: 40px 0px;
    }
    .cta-2 .image-16by9,
    .cta-2 .global-border-radius {
        border-radius: var(--global-border-radius);
    }
    .cta-2 .image-16by9 {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }
    .cta-2 .custom_padding {
        padding: 30px 0px;
    }
}
@media(max-width: 575.98px){
    .cta-2 .content-area {
        padding: 30px 0px;
    }
    .cta-2 .image-16by9 {
        padding-bottom: 100%;
    }
    .cta-2 .cta_button {
        margin-top: 15px;
        width: 100%;
    }
    .cta-2 .custom_padding {
        padding: 15px 0px;
    }
}












.cta-2 .image_section .video_button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    background-color: transparent;
    border: none;
    outline: none;
    font-size: 0;
    background-image: url('../image/video_button_white.svg');
    background-size: 120px 120px;
    /*background-position: right 50px bottom 50px; */
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-transition: ease all .25s;
    -o-transition: ease all .25s;
    transition: ease all .25s;
    /*-webkit-transform-origin: bottom right;*/
    /*-ms-transform-origin: bottom right;*/
    /*transform-origin: bottom right;*/
}

.cta-2 .image_section .video_button:hover {
    -webkit-transform: translate(-50%, -50%) scale(0.95);
    -ms-transform: translate(-50%, -50%) scale(0.95);
    transform: translate(-50%, -50%) scale(0.95);
}

.cta-2 .video_play_container {
    height: 100vh;
    width: 100vw;
    position: fixed;
    background-color: rgba(0,0,0,0.5);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2000000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: ease all .3s;
    -o-transition: ease all .3s;
    transition: ease all .3s;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px;
}

.cta-2 .video_play_container.active {
    opacity: 1;
    visibility: visible;
}

.cta-2 .video_play_container .video_inside {
    width: 800px;
    max-width: 90%;
    position: relative;
    max-height: 90vh;
    text-align: center;
}
.cta-2 .video_play_container .video_inside video,
.cta-2 .video_play_container .video_inside iframe {
    height: 100%;
    max-height: 75vh;
    max-width: 100%;
    min-width: 300px;
}

.cta-2 .video_close_button {
    position: absolute;
    top: -50px;
    right: 0;
    font-size: 0;
    height: 30px;
    width: 30px;
    border: none;
    outline: none;
    background-color: transparent;
    background-image: url('../image/close.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    cursor: pointer;
}
@media(max-width: 1499.98px) {
    .cta-2 .image_section .video_button {
        background-size: 70px 70px;
        /*background-position: right 40px bottom 40px;*/
    }
}
@media(max-width: 1199.98px) {
    .cta-2 .image_section .video_button {
        background-size: 60px 60px;
        /*background-position: right 40px bottom 40px;*/
    }
}
@media(max-width: 991.98px) {
    .cta-2 .image_section .video_button {
        background-size: 50px 50px;
        /*background-position: right 20px bottom 20px;*/
    }
}
@media(max-width: 767.98px) {
    .cta-2 .video_close_button {
        height: 15px;
        width: 15px;
        top: -30px;
    }
}






.content-35.block {
    overflow: unset !important;
}
.content-35 .card-sticky-height-track {
    height: calc(100vh + 1300px);
}

.content-35 .card-sticky-container {
    position: sticky;
    top: 0px;
}

.content-35 .card-container {
    text-align: center;
    height: 100vh;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 50px;
    padding-right: 50px;
}
.content-35 .card-container h2.sticky-large-heading {
    font-size: 300px;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 40px;
    color: #E4E4E4;
    font-weight: 600;
}


.content-35 .sticky-cta-area {
    text-align: left;
}

.content-35 .mobile_side_cta_area {
    display: none;
}


/*** Content Cards ***/
.content-35 .card {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 475px;
    height: 650px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    padding: 40px 40px;
    -webkit-transition: ease all 0.8s;
    -o-transition: ease all 0.8s;
    transition: ease all 0.8s;
}
.content-35 .card p {
    margin-bottom: 0;
}
.content-35 .card img {
    margin-bottom: 30px;
    max-width: 30%;
}

.content-35 .card h3.card-heading-style,
.content-35 .card h6.sans-serif {
    font-weight: bold;
}
.content-35 .card h6.sans-serif {
    margin-top: 5px;
}

.content-35 a {
    margin-right: 0;
}

.content-35 a.button.secondary-button,
.content-35 a.button.secondary-button:hover {
    background-color: var(--text-black);
    color: white;
}

@media(max-width: 1699.98px) {
    .content-35 .card-container h2.sticky-large-heading {
        font-size: 200px;
    }
}

@media(max-width: 1499.98px) {
    .content-35 .card-container h2.sticky-large-heading {
        font-size: 160px;
    }
    .content-35 .card {
        width: 340px;
        height: 435px;
    }
    .content-35 .card h3 {
        font-size: 26px;
        line-height: 34px;
    }
    .content-35 .card p {
        font-size: 20px;
        line-height: 24px;
    }
    .content-35 .card img {
        margin-bottom: 20px;
    }
}
@media(max-height: 850px) {
    .content-35 .card-container h2.sticky-large-heading {
        font-size: 160px;
    }
    .content-35 .card {
        width: 340px;
        height: 435px;
    }
    .content-35 .card h3 {
        font-size: 26px;
        line-height: 34px;
    }
    .content-35 .card p {
        font-size: 20px;
        line-height: 24px;
    }
    .content-35 .card img {
        margin-bottom: 20px;
    }
}

@media(max-width: 991.98px) {
    .content-35 .card-container h2.sticky-large-heading {
        font-size: 110px;
    }
    .content-35 .card {
        padding: 45px 35px;
        width: 90%;
        height: auto;
    }
    .content-35 .sticky-cta-area {
        display: none;
    }
    .content-35 .mobile_side_cta_area {
        display: block;
        max-width: 300px;
        margin: 0 auto;
        margin-top: 20px;
    }
    .content-35 .card img {
        max-width: 100px;
    }
    .content-35 .card-container h2.sticky-large-heading {
        color: var(--text-black);
    }
}

@media(max-width: 767.98px) {
    .content-35 .card-container h2.sticky-large-heading {
        font-size: 70px;
    }
}

@media(max-width: 575.98px) {
    .content-35 .card-container h2.sticky-large-heading {
        font-size: 39px;
    }
    .content-35 .card {
        padding: 30px 15px;
    }
    .content-35 .card img {
        max-width: 75px;
    }
}

.content-35 .card#card_count_1 {
    -webkit-transform: translate(-50%, -50%) rotate(4deg);
    -ms-transform: translate(-50%, -50%) rotate(4deg);
    transform: translate(-50%, -50%) rotate(4deg);
    z-index: 5;
    opacity: 1;
}
.content-35 .card#card_count_2 {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
    z-index: 4;
    opacity: 1;
}
.content-35 .card#card_count_3 {
    -webkit-transform: translate(-50%, -50%) rotate(-4deg);
    -ms-transform: translate(-50%, -50%) rotate(-4deg);
    transform: translate(-50%, -50%) rotate(-4deg);
    z-index: 3;
    opacity: 1;
}


.content-35 .card.active {
    top: -300%;
}
@media(max-width: 991.98px) {
    .content-35 .card.active {
        top: -500%;
    }
}
@media(max-width: 575.98px) {
    .content-35 .card.active {
        top: -400%;
    }
}


.content-35 .card#card_count_1.active {
    -webkit-transform: translate(-50%, -50%) rotate(20deg);
    -ms-transform: translate(-50%, -50%) rotate(20deg);
    transform: translate(-50%, -50%) rotate(20deg);
}
.content-35 .card#card_count_2.active {
    -webkit-transform: translate(-50%, -50%) rotate(20deg);
    -ms-transform: translate(-50%, -50%) rotate(20deg);
    transform: translate(-50%, -50%) rotate(20deg);
}
.content-35 .card#card_count_3.active {
    -webkit-transform: translate(-50%, -50%) rotate(-20deg);
    -ms-transform: translate(-50%, -50%) rotate(-20deg);
    transform: translate(-50%, -50%) rotate(-20deg);
}




/**** dynamic_cta_2024 ***/

.dynamic_cta_2024 .button.primary-button {
    color: var(--text-black);
}
.dynamic_cta_2024 .global-border-radius {
    overflow: hidden;
}
.dynamic_cta_2024.nw-dynamic-cta-block .content h5 {
    color: var(--text-black);
}
.dynamic_cta_2024 .banner-cta-buttons {
    margin-top: 10px;
}
@media(max-width: 1399.98px) {
    .dynamic_cta_2024 .banner-cta-buttons {
        margin-top: 5px;
    }
}
@media(max-width: 767.98px) {
    .nw-dynamic-cta-block.dynamic_cta_2024 .mobile-pastel-blue-bg {
        background-color: white;
    }
    .nw-dynamic-cta-block.dynamic_cta_2024 .nw-cta-content-area {
        border: 1px solid #bebebe;
        border-top: none;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }
    .nw-dynamic-cta-block.dynamic_cta_2024 .cta-heading {
        font-weight: 800;
    }
}





.pupil-stories-slick-slider-cards .side-content-area {
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
}

.pupil-stories-slick-slider-cards .card-position-container {
    width: 520px;
    margin: 0 auto;
}

.pupil-stories-slick-slider-cards .card-group-container {
    padding: 40px;
}

/*** Content Cards ***/

.pupil-stories-slick-slider-cards .slick-arrow.slick-prev,
.pupil-stories-slick-slider-cards .slick-arrow.slick-next {
    font-size: 0;
    height: 78px;
    width: 78px;
    border: none;
    outline: none;
    background-color: transparent;
    background-position: center;
    background-size: 98%;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    cursor: pointer;
}


.pupil-stories-slick-slider-cards .slick-arrow.slick-prev {
    position: absolute;
    top: 50%;
    left: -60px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    background-image: url('../image/prev1.svg');
}
/*** Content Cards ***/
.pupil-stories-slick-slider-cards .slick-arrow.slick-next {
    position: absolute;
    top: 50%;
    right: -60px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    background-image: url('../image/next1.svg');
}

.pupil-stories-slick-slider-cards .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    padding: 40px 40px;
    -webkit-transition: ease all 0.8s;
    -o-transition: ease all 0.8s;
    transition: ease all 0.8s;
    text-align: center;
    background-color: grey;
}
.pupil-stories-slick-slider-cards .card p {
    margin-bottom: 0;
}
.pupil-stories-slick-slider-cards .card img {
    margin-bottom: 30px;
    max-width: 30%;
}

.pupil-stories-slick-slider-cards .card h3.card-heading-style,
.pupil-stories-slick-slider-cards .card h6.sans-serif {
    font-weight: bold;
}
.pupil-stories-slick-slider-cards .card h6.sans-serif {
    margin-top: 5px;
}


.pupil-stories-slick-slider-cards .background_card_1,
.pupil-stories-slick-slider-cards .background_card_2 {
    height: 88%;
    width: 83%;
    background-color: red;
    display: block;
    position: absolute;
}
@media(max-width: 1399.98px) {
    .pupil-stories-slick-slider-cards .background_card_1,
    .pupil-stories-slick-slider-cards .background_card_2 {
        height: 85%;
        width: 84%;
    }
}

.pupil-stories-slick-slider-cards .background_card_2 {
    background-color: blue;
}

.pupil-stories-slick-slider-cards .background_card_1 {
    -webkit-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(-4deg);
    z-index: 3;
    border-radius: 6px;
}
.pupil-stories-slick-slider-cards .background_card_2 {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    z-index: 4;
    border-radius: 6px;
}
.pupil-stories-slick-slider-cards .forward_card {
    -webkit-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    transform: rotate(4deg);
    z-index: 5;
    border-radius: 6px;
}


.pupil-stories-slick-slider-cards a {
    margin-right: 0;
}

.pupil-stories-slick-slider-cards div.pill {
    margin-left: auto;
    margin-right: auto;
}

.pupil-stories-slick-slider-cards h3 {
    margin-left: auto;
    margin-right: auto;
    font-weight: 800;
}

.pupil-stories-slick-slider-cards a.button.secondary-button,
.pupil-stories-slick-slider-cards a.button.secondary-button:hover {
    background-color: var(--text-black);
    color: white;
    margin: 0 auto;
}


.pupil-stories-slick-slider-cards a.button.tertiary-button,
.pupil-stories-slick-slider-cards a.button.tertiary-button:hover {
    margin: 0 auto;
}

.pupil-stories-slick-slider-cards .side-content-area p {
    margin-left: auto;
    margin-right: auto;
}

/*** 1st Slide ***/
.pupil-stories-slick-slider-cards .card-group-container:nth-of-type(1) .forward_card,
.pupil-stories-slick-slider-cards .card-group-container:nth-of-type(3n+1) .forward_card {
    background-color: #397CCF; /* orange */
}
.pupil-stories-slick-slider-cards .card-group-container:nth-of-type(1) .forward_card *,
.pupil-stories-slick-slider-cards .card-group-container:nth-of-type(3n+1) .forward_card * {
    color: #ffffff;
}
.pupil-stories-slick-slider-cards .card-group-container:nth-of-type(1) .background_card_1,
.pupil-stories-slick-slider-cards .card-group-container:nth-of-type(3n+1) .background_card_1 {
    background-color: #143256; /* yellow */
}
.pupil-stories-slick-slider-cards .card-group-container:nth-of-type(1) .background_card_2,
.pupil-stories-slick-slider-cards .card-group-container:nth-of-type(3n+1) .background_card_2 {
    background-color: #88B1E3; /* green */
}

/*** 2nd Slide ***/
.pupil-stories-slick-slider-cards .card-group-container:nth-of-type(2) .forward_card,
.pupil-stories-slick-slider-cards .card-group-container:nth-of-type(3n+2) .forward_card {
    background-color: #88B1E3; /* green */
}
.pupil-stories-slick-slider-cards .card-group-container:nth-of-type(2) .forward_card *,
.pupil-stories-slick-slider-cards .card-group-container:nth-of-type(3n+2) .forward_card * {
    color: #ffffff;
}
.pupil-stories-slick-slider-cards .card-group-container:nth-of-type(2) .background_card_1,
.pupil-stories-slick-slider-cards .card-group-container:nth-of-type(3n+2) .background_card_1 {
    background-color: #143256; /* yellow */
}
.pupil-stories-slick-slider-cards .card-group-container:nth-of-type(2) .background_card_2,
.pupil-stories-slick-slider-cards .card-group-container:nth-of-type(3n+2) .background_card_2 {
    background-color: #397CCF; /* orange */
}


/*** 3rd Slide ***/
.pupil-stories-slick-slider-cards .card-group-container:nth-of-type(3) .forward_card,
.pupil-stories-slick-slider-cards .card-group-container:nth-of-type(3n+3) .forward_card {
    background-color: #143256; /* yellow */
}
.pupil-stories-slick-slider-cards .card-group-container:nth-of-type(3) .forward_card *,
.pupil-stories-slick-slider-cards .card-group-container:nth-of-type(3n+3) .forward_card * {
    color: #ffffff;
}
.pupil-stories-slick-slider-cards .card-group-container:nth-of-type(3) .background_card_1,
.pupil-stories-slick-slider-cards .card-group-container:nth-of-type(3n+3) .background_card_1 {
    background-color: #397CCF; /* orange */
}
.pupil-stories-slick-slider-cards .card-group-container:nth-of-type(3) .background_card_2,
.pupil-stories-slick-slider-cards .card-group-container:nth-of-type(3n+3) .background_card_2 {
    background-color: #88B1E3; /* green */
}






/***** ANIMATE CARDS ON CHANGE *****/
.pupil-stories-slick-slider-cards .card-group-container .background_card_1 {
    transform: translateY(30px) rotate(-8deg);
    transition: ease all 0.75s;
    transition-delay: 0.9s;
    opacity: 0;
}
.pupil-stories-slick-slider-cards .card-group-container.slick-active .background_card_1 {
    transform: translateY(-0px) rotate(-4deg);
    opacity: 1;
}

.pupil-stories-slick-slider-cards .card-group-container .background_card_2 {
    transform: translateY(30px) rotate(-4deg);
    transition: ease all 0.75s;
    transition-delay: 0.6s;
    opacity: 0;
}
.pupil-stories-slick-slider-cards .card-group-container.slick-active .background_card_2 {
    transform: translateY(-0px) rotate(0deg);
    opacity: 1;
}

.pupil-stories-slick-slider-cards .card-group-container .forward_card {
    transform: translateY(30px) rotate(-4deg);
    transition: ease all 0.75s;
    transition-delay: 0.3s;
    opacity: 0;
}
.pupil-stories-slick-slider-cards .card-group-container.slick-active .forward_card {
    transform: translateY(-0px) rotate(4deg);
    opacity: 1;
}




@media(max-height: 850px) {
    .pupil-stories-slick-slider-cards .background_card_1,
    .pupil-stories-slick-slider-cards .background_card_2 {
        height: 83%;
        width: 85%;
    }
    .pupil-stories-slick-slider-cards .card img {
        margin-bottom: 20px;
    }
    .pupil-stories-slick-slider-cards .card h3.card-heading-style {
        font-size: 26px;
        line-height: 34px;
    }
    .pupil-stories-slick-slider-cards .card h6.sans-serif {
        font-size: 16px;
        line-height: 20px;
    }
    .pupil-stories-slick-slider-cards .card h6.sans-serif {
        margin-top: 5px;
    }
    .pupil-stories-slick-slider-cards .card p.h4style {
        font-size: 20px;
        line-height: 24px;
    }
}

@media(max-width: 1199.98px) {
    .pupil-stories-slick-slider-cards .slick-arrow.slick-prev,
    .pupil-stories-slick-slider-cards .slick-arrow.slick-next {
        height: 70px;
        width: 70px;
    }

    .pupil-stories-slick-slider-cards .slick-arrow.slick-prev {
        left: -30px;
    }
    .pupil-stories-slick-slider-cards .slick-arrow.slick-next {
        right: -30px;
    }
}

@media(max-width: 991.98px) {
    .pupil-stories-slick-slider-cards .side-content-area {
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .pupil-stories-slick-slider-cards .flex-mobile-direction {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

@media(max-width: 767.98px) {
    .pupil-stories-slick-slider-cards .card-position-container {
        width: 400px;
    }

    .pupil-stories-slick-slider-cards .background_card_1,
    .pupil-stories-slick-slider-cards .background_card_2 {
        height: 83%;
        width: 80%;
    }
    .pupil-stories-slick-slider-cards  .card {
        padding: 30px 15px;
    }
    .pupil-stories-slick-slider-cards  .card img {
        max-width: 75px;
    }
}

@media(max-width: 575.98px) {
    .pupil-stories-slick-slider-cards .slick-arrow.slick-prev, .pupil-stories-slick-slider-cards .slick-arrow.slick-next {
        height: 60px;
        width: 60px;
    }
    .pupil-stories-slick-slider-cards .background_card_1, .pupil-stories-slick-slider-cards .background_card_2 {
        height: 89%;
        width: 87%;
    }
    .pupil-stories-slick-slider-cards .card-position-container {
        width: 320px;
    }
    .pupil-stories-slick-slider-cards .card-group-container {
        padding: 20px;
    }
    .pupil-stories-slick-slider-cards .card p {
        margin-bottom: 0;
        font-size: 20px;
        line-height: 1.3;
    }
}

@media(max-width: 389.98px) {
    .pupil-stories-slick-slider-cards .slick-arrow.slick-prev {
        left: -20px;
    }
    .pupil-stories-slick-slider-cards .slick-arrow.slick-next {
        right: -20px;
    }
}
@media(max-width: 369.98px) {
    .pupil-stories-slick-slider-cards .slick-arrow.slick-prev, .pupil-stories-slick-slider-cards .slick-arrow.slick-next {
        height: 50px;
        width: 50px;
    }
    .pupil-stories-slick-slider-cards .slick-arrow.slick-prev {
        left: -15px;
    }
    .pupil-stories-slick-slider-cards .slick-arrow.slick-next {
        right: -15px;
    }
}


.subject_cards_2024 .text-center {
    margin: 0 auto;
    max-width: 48%;
}
@media(max-width: 991.98px) {
    .subject_cards_2024 .text-center {
        margin: 0 auto;
        max-width: 80%;
    }
}

.subject_cards_2024 .subject-card-box-wrap {
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 -10px;
}
.subject_cards_2024 .subject-card-box {
    margin: 0 10px;
    width: calc(16.66666% - 20px);
    text-align: center;
}

.subject_cards_2024 .subject-card-box {
    position: relative;
    padding: 50px 20px;
    border: 1px solid #D8D8D8;
    border-radius: var(--global-border-radius-small);
    margin-bottom: 20px;
}

/*
.subject_cards_2024 .subject-card-box.linked_state::after {
    position: absolute;
    content: '';
    top: 10px;
    right: 10px;
    height: 20px;
    width: 20px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('../../../blocks/v2024/content/subject_cards_2024/assets/ico.svg');
}
*/

.subject_cards_2024 .subject-card-box .displaySubjectModalPopup {
    position: absolute;
    top: 10px;
    right: 10px;
}

@media(max-width: 1399.98px) {
    .subject_cards_2024 .subject-card-box {
        width: calc(20% - 20px);
    }
}
@media(max-width: 991.98px) {
    .subject_cards_2024 .subject-card-box {
        width: calc(25% - 20px);
    }
}
@media(max-width: 767.98px) {
    .subject_cards_2024 .subject-card-box {
        width: calc(33.33333% - 20px);
    }
}
@media(max-width: 575.98px) {
    .subject_cards_2024 .subject-card-box-wrap {
        margin: 0 -8px;
    }
    .subject_cards_2024 .subject-card-box {
        margin: 0 8px;
        width: calc(50% - 16px);
        margin-bottom: 16px;
    }
}

div.content-area .subject_cards_2024 a:not(.button),
.subject_cards_2024 .subject-card-box,
.subject_cards_2024 .subject-card-box a,
.subject_cards_2024 .subject-card-box * {
    text-decoration: none !important;
}


.subject_cards_2024 .subject-card-icon {
    width: 47%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.subject_cards_2024 .subject-card-icon img {
    width: 100%;
}

.subject_cards_2024 .subject-card-box h6 {
    margin-bottom: 0;
    font-weight: bold;
}

.subject_cards_2024 .exam-board-image {
    position: absolute;
    bottom: 10px;
    right: 10px;
    height: 25px;

    display: none;
}
.subject_cards_2024 .exam-board-image img {
    max-height: 100%;
    height: 100%;
}

.subject_cards_2024 .subject-card-box .subject-tag {
    position: absolute;
    top: 10px;
    left: 10px;
}

.subject_cards_2024 .subject-card-box .subject-tag span {
    padding: 3px 15px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 400;
}

.subject_cards_2024 .subject-card-box .subject-tag span.pastel-green_background {
    color: #34D171;
}

.subject_cards_2024 .subject-card-box .subject-tag span {
    display: none;
}
.subject_cards_2024 .subject-card-box .subject-tag span.tag_Compulsory,
.subject_cards_2024 .subject-card-box .subject-tag span.tag_Assured {
    display: block;
}

@media(max-width: 575.98px) {
    .subject_cards_2024 .subject-card-box .subject-tag span {
        font-size: 12px;
        padding: 2px 10px;
    }
    .subject_cards_2024 .subject-card-box.linked_state::after {
        top: 5px;
        right: 5px;
    }
    .subject_cards_2024 .subject-card-box .subject-tag {
        top: 5px;
        left: 5px;
    }
}



.subject_packages_primary_school .main_box {
    background-color: #1858A5;
    padding-top: 120px;
    padding-bottom: 120px;
    border-radius: var(--global-border-radius);

    background-image: url('../image/scribble3.svg');
    background-position: bottom right;
    background-size: 800px;
    background-repeat: no-repeat;

}
.subject_packages_primary_school .main_box h2,
.subject_packages_primary_school .main_box p,
.subject_packages_primary_school .main_box h6 {
    color: white;
}
.subject_packages_primary_school .footnote {
    font-size: 14px;
    margin-top: 20px;
}
.subject_packages_primary_school .subjects-links {
    margin-top: 20px;
}
.subject_packages_primary_school .main_box h6 {
    margin-top: 30px;
}
div.content-area .subject_packages_primary_school  a:not(.button).subject_link {
    font-weight: bold;
    background-color: #143256;
    color: white !important;
    text-decoration: none !important;
    border-radius: 50px;
    padding: 8px 20px;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 5px;
    -webkit-transition: ease all .2s;
    -o-transition: ease all .2s;
    transition: ease all .2s;
}
div.content-area .subject_packages_primary_school  a:not(.button).subject_link:hover {
    background-color: #134888;
}
.subject_packages_primary_school .right-cta-box {
    border: 1px solid #749BC9;
    border-radius: var(--global-border-radius);
    padding: 45px;
    overflow: hidden;
    position: relative;
}

.subject_packages_primary_school .right-cta-box::after {
    content: '';
    position: absolute;
    display: block;
    background: rgb(255,255,255);
    background: -o-linear-gradient(113deg, rgba(255,255,255,0) 38%, rgba(255,255,255,1) 100%);
    background: linear-gradient(337deg, rgba(255,255,255,0) 38%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
    height: 100%;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0.4;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 1;
}

.subject_packages_primary_school .right-cta-box .cta-box-inner {
    z-index: 2;
    position: relative;
}

.subject_packages_primary_school h5.preheading {
    color: #FEDD00;
    font-family: "pf-reminder", sans-serif;
}

.subject_packages_primary_school p.main_paragraph {
    font-size: 18px;
    font-weight: 600;
}

.subject_packages_primary_school div.hr {
    height: 1px;
    background: white;
    width: 100%;
    display: block;
    margin-bottom: 30px;
}

.subject_packages_primary_school .underneath_box_paragraph {
    font-weight: bold;
    font-size: 18px;
    margin-top: 20px;
}

.subject_packages_primary_school p.main_price {
    font-weight: 900;
    font-size: 80px;
    position: relative;
}
.subject_packages_primary_school p.main_price::after {
    content: '*';
    font-size: 40px;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
}
.subject_packages_primary_school p.price_suffix {
    font-size: 20px;
    font-weight: bold;
    margin-left: 20px;
}

.subject_packages_primary_school .price_section {
    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-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-top: 50px;
}

.subject_packages_primary_school a.primary-button:hover {
    background-color: #FEDD00;
    color: #2a2a2a;
}

@media(max-width: 1199.98px) {
    .subject_packages_primary_school p.main_price {
        font-size: 60px;
    }
    .subject_packages_primary_school p.main_price::after {
        font-size: 30px;
    }
    .subject_packages_primary_school .main_box {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
@media(max-width: 991.98px) {
    .subject_packages_primary_school .main_box {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
@media(max-width: 575.98px) {
    .subject_packages_primary_school .main_box {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .subject_packages_primary_school .right-cta-box {
        padding: 25px;
    }

    .subject_packages_primary_school p.main_price {
        font-size: 40px;
    }
    .subject_packages_primary_school p.main_price::after {
        font-size: 20px;
        top: -12px;
        right: -12px;
    }
    .subject_packages_primary_school .price_section {
        margin-top: 30px;
    }
    .subject_packages_primary_school p.price_suffix {
        font-size: 15px;
    }
}







.subject_packages_2024 {
    padding-bottom: 120px;
}

.subject_packages_2024 .main_box {
    background-color: #f5f5f5;
    padding-top: 70px;
    padding-bottom: 70px;
    border-radius: var(--global-border-radius);
}

.subject_packages_2024 .main_paragraph {
    font-weight: 600;
}

.subject_packages_2024 p.main_price {
    font-weight: 900;
    font-size: 80px;
    position: relative;
}
.subject_packages_2024 p.main_price::after {
    content: '*';
    font-size: 40px;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    /*display: none;*/
}
.subject_packages_2024 p.price_suffix {
    font-size: 20px;
    font-weight: bold;
    margin-left: 20px;
}

.subject_packages_2024 .price_section {
    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-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-top: 60px;
}


div.content-area .subject_packages_2024  a:not(.button).subject_link {
    font-weight: bold;
    background-color: #D0D6DD;
    color: #2a2a2a !important;
    text-decoration: none !important;
    border-radius: 50px;
    padding: 8px 20px;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 5px;
    -webkit-transition: ease all .2s;
    -o-transition: ease all .2s;
    transition: ease all .2s;
}
div.content-area .subject_packages_2024  a:not(.button).subject_link:hover {
    background-color: #bec4cc;
}

div.content-area .subject_packages_2024  a:not(.button).subject_link.dark_blue_button,
div.content-area .subject_packages_2024  a:not(.button).subject_link.dark_blue_button:hover {
    background-color: #1858A5;
    color: white !important;
}


.subject_packages_2024 a.primary-button:hover {
    background-color: #FEDD00;
    color: #2a2a2a;
}

.subject_packages_2024 .subjects_subheading {
    font-weight: 600;
}

.subject_packages_2024 .preheading {
    font-size: 28px;
    font-family: 'pf-reminder';
    color: #1858A5;
}

.subject_packages_2024 .footnote {
    margin-top: 60px;
}

div.content-area .subject_packages_2024  .footnote a:not(.button),
div.content-area .subject_packages_2024  .footnote a:not(.button):hover {
    font-weight: 600;
    color: #2a2a2a !important;
}

@media(max-width: 1399.98px) {
    .subject_packages_2024 p.main_price {
        font-size: 60px;
    }

    .subject_packages_2024 p.main_price::after {
        font-size: 30px;
    }
    .subject_packages_2024 .footnote {
        margin-top: 30px;
    }
}

@media(max-width: 991.98px) {
    .subject_packages_2024 .subjects-links {
        margin-top: 30px;
    }

    .subject_packages_2024 .main_box {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .subject_packages_2024 .footnote {
        margin-top: 20px;
    }
}

@media(max-width: 575.98px) {
    .subject_packages_2024 .subjects-links {
        margin-top: 10px;
    }
    .subject_packages_2024 p.main_price {
        font-size: 40px;
    }
    .subject_packages_2024 p.main_price::after {
        font-size: 20px;
        top: -12px;
        right: -12px;
    }
    .subject_packages_2024 .price_section {
        margin-top: 30px;
    }
    .subject_packages_2024 p.price_suffix {
        font-size: 15px;
    }
    .subject_packages_2024 .main_box {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}





.testimonials_full_width_2024 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.testimonials_full_width_2024 .slick-list,
.testimonials_full_width_2024 .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.testimonials_full_width_2024 .slide-instance {
    border-radius: var(--global-border-radius);
    padding-top: 120px;
    padding-bottom: 120px;
}
.testimonials_full_width_2024 .quote_marks {
    height: 60px;
    width: 50px;
    margin: 0 auto;
    margin-bottom: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.testimonials_full_width_2024 .custom_image {
    height: 150px;
    width: 150px;
    margin: 0 auto;
    margin-bottom: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f5f5f5;
    border-radius: 50%;
}
.testimonials_full_width_2024 .testimonials-slider-2024 {
    width: calc(100% + 20px);
    margin-left: -10px;
}

.testimonials_full_width_2024 .testimonials-slider-2024 button.slick-prev,
.testimonials_full_width_2024 .testimonials-slider-2024 button.slick-next {
    font-size: 0;
    height: 56px;
    width: 56px;
    background-color: black;
    border-radius: 50%;
    border: 0;
    outline: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    cursor: pointer;
}

.testimonials_full_width_2024 .testimonials-slider-2024 button.slick-prev {
    position: absolute;
    top: 50%;
    left: 55px;
    right: unset;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}
.testimonials_full_width_2024 .testimonials-slider-2024 button.slick-next {
    position: absolute;
    top: 50%;
    right: 55px;
    left: unset;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}
@media(max-width: 1599.98px) {
    .testimonials_full_width_2024 .custom_image {
        height: 120px;
        width: 120px;
        margin-bottom: 40px;
    }
}
@media(max-width: 1199.98px) {
    .testimonials_full_width_2024 .testimonials-slider-2024 button.slick-prev,
    .testimonials_full_width_2024 .testimonials-slider-2024 button.slick-next {
        height: 45px;
        width: 45px;
        background-size: 16px;
    }
    .testimonials_full_width_2024 .slide-instance {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .testimonials_full_width_2024 .custom_image {
        height: 100px;
        width: 100px;
        margin-bottom: 30px;
    }
}
@media(max-width: 991.98px) {
    .testimonials_full_width_2024 .testimonials-slider-2024 button.slick-prev {
        left: 40px;
    }
    .testimonials_full_width_2024 .testimonials-slider-2024 button.slick-next {
        right: 40px;
    }
    .testimonials_full_width_2024 .slide-instance {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .testimonials_full_width_2024 .orange_background .quote_marks {
        margin-bottom: 30px;
        height: 38px;
        width: 40px;
    }
}
@media(max-width: 767.98px) {
    .testimonials_full_width_2024 .testimonials-slider-2024 button.slick-prev {
        left: 30px;
    }
    .testimonials_full_width_2024 .testimonials-slider-2024 button.slick-next {
        right: 30px;
    }
    .testimonials_full_width_2024 .custom_image {
        height: 80px;
        width: 80px;
        margin-bottom: 30px;
    }
}
@media(max-width: 575.98px) {
    .testimonials_full_width_2024 .testimonials-slider-2024 button.slick-prev {
        left: 15px;
    }
    .testimonials_full_width_2024 .testimonials-slider-2024 button.slick-next {
        right: 15px;
    }
    .testimonials_full_width_2024 .testimonials-slider-2024 button.slick-prev,
    .testimonials_full_width_2024 .testimonials-slider-2024 button.slick-next {
        height: 35px;
        width: 35px;
        background-size: 13px;
    }
    .testimonials_full_width_2024 .slide-instance {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .testimonials_full_width_2024 .custom_image {
        height: 70px;
        width: 70px;
        margin-bottom: 20px;
    }
    .testimonials_full_width_2024 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

/*** Orange Background Slider ***/
.testimonials_full_width_2024 .orange_background .slide-instance {
    background-color: #FF6900;
    margin-left: 10px;
    margin-right: 10px;
}
.testimonials_full_width_2024 .orange_background .slide-instance h3,
.testimonials_full_width_2024 .orange_background .slide-instance h5,
.testimonials_full_width_2024 .orange_background .slide-instance p {
    color: white;
}

.testimonials_full_width_2024 .orange_background .slide-instance h5,
.testimonials_full_width_2024 .orange_background .slide-instance p {
    font-weight: 600;
}
.testimonials_full_width_2024 .orange_background .quote_marks {
    background-image: url('../image/yellow-quote.svg');
}
.testimonials_full_width_2024 .orange_background button.slick-prev {
    background-color: #FEDD00;
    background-image: url('../image/black-arrow_prev.svg');
}
.testimonials_full_width_2024 .orange_background button.slick-next {
    background-color: #FEDD00;
    background-image: url('../image/black-arrow_next.svg');
}



/*** green Background Slider ***/
.testimonials_full_width_2024 .green_background .slide-instance {
    background-color: #34D171;
    margin-left: 10px;
    margin-right: 10px;
}
.testimonials_full_width_2024 .green_background .slide-instance h3,
.testimonials_full_width_2024 .green_background .slide-instance h5,
.testimonials_full_width_2024 .green_background .slide-instance p {
    color: white;
}

.testimonials_full_width_2024 .green_background .slide-instance h5,
.testimonials_full_width_2024 .green_background .slide-instance p {
    font-weight: 600;
}
.testimonials_full_width_2024 .green_background .quote_marks {
    background-image: url('../image/yellow-quote.svg');
}
.testimonials_full_width_2024 .green_background button.slick-prev {
    background-color: #1858A5;
    background-image: url('../image/white-arrow_prev.svg');
}
.testimonials_full_width_2024 .green_background button.slick-next {
    background-color: #1858A5;
    background-image: url('../image/white-arrow_next.svg');
}



/*** yellow Background Slider ***/
.testimonials_full_width_2024 .yellow_background .slide-instance {
    background-color: #FEDD00;
    margin-left: 10px;
    margin-right: 10px;
}
.testimonials_full_width_2024 .yellow_background .slide-instance h3,
.testimonials_full_width_2024 .yellow_background .slide-instance h5,
.testimonials_full_width_2024 .yellow_background .slide-instance p {
    color: #2a2a2a;
}

.testimonials_full_width_2024 .yellow_background .slide-instance h5,
.testimonials_full_width_2024 .yellow_background .slide-instance p {
    font-weight: 600;
}
.testimonials_full_width_2024 .yellow_background .quote_marks {
    background-image: url('../image/orange-quote.svg');
}
.testimonials_full_width_2024 .yellow_background button.slick-prev {
    background-color: #FF6900;
    background-image: url('../image/white-arrow_prev.svg');
}
.testimonials_full_width_2024 .yellow_background button.slick-next {
    background-color: #FF6900;
    background-image: url('../image/white-arrow_next.svg');
}



.cta-1 a.button {
    margin: 0px;
    float: right;
}
.cta-1 .heading-margin-bottom {
    margin-bottom: 15px;
}


.cta-1 .yellow_background {
    background-color: #FEDD00;
}
.cta-1 .yellow_background a.button.primary-button {
    background-color: #143256;
    color: white;
}

@media(max-width: 767.98px){
    .cta-1 a.button {
        float: left;
    }
    .cta-1 .cta_button {
        margin-top: 15px;
    }
    .cta-1 .heading-margin-bottom {
        margin-bottom: 10px;
    }
    .cta-1 .button_area {
        margin-top: 15px;
    }
    .cta-1 .button_area a.button.primary-button {
        width: 100%;
        text-align: center;
    }
}







.content-10 {
    overflow: unset;
    counter-reset: section;
}
.content-10.block {
    overflow: unset !important;
}
.content-10 * {
    overflow: unset !important;
}
.content-10 .custom_padding {
    padding: 120px 0;
}
.content-10 .heading-column {
    position: relative;
}
.content-10 .main_heading {
    position: sticky;
    top: 150px;
}
.content-10 .content-repeat {
    margin-bottom: 90px;
}
.content-10 .content-repeat:last-of-type {
    margin-bottom: 0px;
}

.content-10 .content-repeat h4 {
    position: relative;
}
.content-10 .content-repeat h4:before {
    counter-increment: section;
    content: counter(section);
    color: #ffffff;
    position: absolute;
    left: 0;
    top: 7px;
    background: #dddddd;
    height: 95px;
    width: 95px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 48px;
    font-family: "Brown", sans-serif;
    font-weight: bold;
}
.content-10 .content-repeat > h4,
.content-10 .content-repeat > p,
.content-10 .content-repeat ul {
    padding-left: 170px;
}
.content-10 .content-repeat:nth-of-type(1) h4:before,
.content-10 .content-repeat:nth-of-type(2) h4:before,
.content-10 .content-repeat:nth-of-type(3) h4:before,
.content-10 .content-repeat:nth-of-type(4) h4:before,
.content-10 .content-repeat:nth-of-type(5) h4:before,
.content-10 .content-repeat:nth-of-type(6) h4:before,
.content-10 .content-repeat:nth-of-type(7) h4:before,
.content-10 .content-repeat:nth-of-type(8) h4:before,
.content-10 .content-repeat:nth-of-type(9) h4:before {
    content: counter(section);
    z-index: 2;
}


.content-10 .content-repeat:nth-of-type(1) h4:before,
.content-10 .content-repeat:nth-of-type(3n + 1) h4:before {
    background-color: #397CCF;
}
.content-10 .content-repeat:nth-of-type(2) h4:before,
.content-10 .content-repeat:nth-of-type(3n + 2) h4:before {
    background-color: #88B1E3;
}
.content-10 .content-repeat:nth-of-type(3) h4:before,
.content-10 .content-repeat:nth-of-type(3n + 3) h4:before {
    background-color: #143256;
}
/*.content-10 .content-repeat:nth-of-type(4) h4:before,*/
/*.content-10 .content-repeat:nth-of-type(4n + 4) h4:before {*/
    /*background-color: #88B1E3;*/
/*}*/


.content-10 .stripey_pseudo {
    position: relative;
}
.content-10 .stripey_pseudo::after {
    content: '';
    position: absolute;
    display: block;
    left: 45px;
    height: calc(100% - 100px);
    top: 50px;
    border-left: 3px dashed #D8D8D8;
}

.content-10 .content-repeat:last-of-type::before {
    content: '';
    height: calc(100% - 40px);
    width: 30px;
    background: white;
    position: absolute;
    display: block;
    left: 30px;
    top: 40px;
    z-index: 2;
}

.content-10.light-grey_background .content-repeat:last-of-type::before {
    background-color: var(--light-grey);
}

.content-10 a.button.secondary-button,
.content-10 a.button.secondary-button:hover {
    background-color: transparent;
    color: black;
    border-color: black;
}

@media(min-width: 767.98px) {
    .content-10 p.paragraph {
        width: 90%;
    }
}

@media(max-width: 1599.98px) {
    .content-10 .content-repeat h4:before {
        height: 75px;
        width: 75px;
        font-size: 36px;
    }
    .content-10 .content-repeat > h4,
    .content-10 .content-repeat > p,
    .content-10 .content-repeat ul {
        padding-left: 120px;
    }
    .content-10 .stripey_pseudo::after {
        left: 35px;
    }

    .content-10 .content-repeat:last-of-type::before {
        left: 20px;
    }
}

@media(max-width: 1399.98px) {
    .content-10 .content-repeat h4:before {
        top: 4px;
    }
}
@media(max-width: 1199.98px){
    .content-10 .custom_padding {
        padding: 80px 0;
    }
    .content-10 .content-repeat {
        margin-bottom: 40px;
    }
    .content-10 .content-repeat:first-of-type {
        margin-top: 20px;
    }

    .content-10 .content-repeat h4:before {
        height: 65px;
        width: 65px;
        font-size: 28px;
    }
    .content-10 .content-repeat > h4,
    .content-10 .content-repeat > p,
    .content-10 .content-repeat ul {
        padding-left: 100px;
    }
    .content-10 .stripey_pseudo::after {
        left: 30px;
    }
    .content-10 .content-repeat:last-of-type::before {
        left: 18px;
        top: 20px;
    }
}
@media(max-width: 991.98px){
    .content-10 .custom_padding {
        padding: 60px 0;
    }
    .content-10 .content-repeat h4:before {
        top: 0;
    }
}
@media(max-width: 767.98px) {
    .content-10 .content-repeat,
    .content-10 .content-repeat:first-of-type {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .content-10 .stripey_pseudo {
        margin-top: 30px;
    }
    .content-10 .content-repeat:last-of-type::before {
        left: 10px;
        top: 20px;
    }

    .content-10 .content-repeat h4:before {
        height: 45px;
        width: 45px;
        font-size: 20px;
    }
    .content-10 .content-repeat > h4,
    .content-10 .content-repeat > p,
    .content-10 .content-repeat ul {
        padding-left: 80px;
    }
    .content-10 .stripey_pseudo::after {
        left: 20px;
    }
}
@media(max-width: 575.98px){
    .content-10 .custom_padding {
        padding: 30px 0;
    }
    .content-10 .content-repeat .heading-margin-bottom {
        margin-bottom: 10px;
    }
    .content-10 .content-repeat > h4,
    .content-10 .content-repeat > p,
    .content-10 .content-repeat ul {
        padding-left: 50px;
    }
    .content-10 .content-repeat h4:before {
        height: 35px;
        width: 35px;
        font-size: 17px;
    }
    .content-10 .stripey_pseudo::after {
        left: 17px;
        top: 30px;
    }
    .content-10 .content-repeat:last-of-type::before {
        left: 6px;
    }
}

/*** $sticky_static_class ***/
.content-10 .static-heading .main_heading {
    position: relative;
    top: unset;
}





.banner_with_animated_cards_v2024 .container-fluid {
    position: relative;
    height: 100vh;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    min-height: 650px;
    overflow: hidden;
}

.banner_with_animated_cards_v2024 .container-fluid::after {
    background-image: url('../image/left_scribble.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    width: 1100px;
    height: 700px;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -300px;
    z-index: 1;
}
.banner_with_animated_cards_v2024 .container-fluid::before {
    background-image: url('../image/right_scribble.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    width: 1100px;
    height: 700px;
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: -300px;
    z-index: 1;
}

@media(max-width: 1199.98px) {
    .banner_with_animated_cards_v2024 .container-fluid::after {
        display: none;
    }
    .banner_with_animated_cards_v2024 .container-fluid::before {
        right: unset;
        left: 50%;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        height: 100%;
        width: 150%;
        background-position: center;
    }
}


.banner_with_animated_cards_v2024 .col_area {
    width: 500px;
    max-width: 80%;
    margin: 0 auto;
}
.banner_with_animated_cards_v2024 .col_area p {
    font-size: 18px;
    line-height: 28px;
}
.banner_with_animated_cards_v2024 .content_area {
    margin-top: 0px;
    z-index: 5;
}

.banner_with_animated_cards_v2024 .card-position {
    position: absolute;
    display: block;
}

.banner_with_animated_cards_v2024 .card-position .image-square {
    border-radius: var(--global-border-radius-small);
    display: block;
}

.banner_with_animated_cards_v2024 .card-position p {
    position: absolute;
    bottom: 10px;
    left: 20px;
    color: white;
    margin-bottom: 0;
    font-size: 20px;
    font-family: "pf-reminder", sans-serif;
}

.banner_with_animated_cards_v2024 .card_div .card-position:nth-of-type(1) {
    position: absolute;
    top: 30px;
    left: 23%;
    z-index: 2;
}
.banner_with_animated_cards_v2024 .card_div .card-position:nth-of-type(1) .image-square {
    padding-bottom: 75%;
    width: 330px;
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
}


@media(max-width: 2699.98px) {
    .banner_with_animated_cards_v2024 .card_div .card-position:nth-of-type(1) .image-square {
        display: none;
    }
}


.banner_with_animated_cards_v2024 .card_div .card-position:nth-of-type(2) {
    position: absolute;
    top: 40%;
    left: 40px;
    z-index: 4;
}
.banner_with_animated_cards_v2024 .card_div .card-position:nth-of-type(2) .image-square {
    width: 234px;
    padding-bottom: 120%;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
}


.banner_with_animated_cards_v2024 .card_div .card-position:nth-of-type(3) {
    position: absolute;
    top: 50%;
    left: 205px;
    z-index: 2;
}
.banner_with_animated_cards_v2024 .card_div .card-position:nth-of-type(3) .image-square {
    width: 319px;
    padding-bottom: 120%;
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
}



.banner_with_animated_cards_v2024 .card_div .card-position:nth-of-type(4) {
    position: absolute;
    top: 130px;
    left: unset;
    right: 20%;
    z-index: 2;
}
.banner_with_animated_cards_v2024 .card_div .card-position:nth-of-type(4) .image-square {
    padding-bottom: 65%;
    width: 310px;
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
}


.banner_with_animated_cards_v2024 .card_div .card-position:nth-of-type(5) {
    position: absolute;
    top: 30%;
    left: unset;
    right: 40px;
    z-index: 2;
}
.banner_with_animated_cards_v2024 .card_div .card-position:nth-of-type(5) .image-square {
    padding-bottom: 120%;
    width: 285px;
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
}

.banner_with_animated_cards_v2024 .card_div .card-position:nth-of-type(6) {
    position: absolute;
    top: 60%;
    left: unset;
    right: 370px;
    z-index: 2;
}
.banner_with_animated_cards_v2024 .card_div .card-position:nth-of-type(6) .image-square {
    padding-bottom: 75%;
    width: 319px;
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

@media(max-width: 1599.98px) {
    .banner_with_animated_cards_v2024 .col_area p {
        font-size: 14px;
        line-height: 1.7;
    }
}



/*** Animate Cards In ***/
.banner_with_animated_cards_v2024 .card_div .card-position:nth-of-type(1),
.banner_with_animated_cards_v2024 .card_div .card-position:nth-of-type(2),
.banner_with_animated_cards_v2024 .card_div .card-position:nth-of-type(3),
.banner_with_animated_cards_v2024 .card_div .card-position:nth-of-type(4),
.banner_with_animated_cards_v2024 .card_div .card-position:nth-of-type(5),
.banner_with_animated_cards_v2024 .card_div .card-position:nth-of-type(6) {
    opacity: 0;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}


.banner_with_animated_cards_v2024 .card_div .card-position:nth-of-type(1) {
    -webkit-animation-name: banner_with_animated_cards_v2024__image-1;
    animation-name: banner_with_animated_cards_v2024__image-1;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
.banner_with_animated_cards_v2024 .card_div .card-position:nth-of-type(2) {
    -webkit-animation-name: banner_with_animated_cards_v2024__image-2;
    animation-name: banner_with_animated_cards_v2024__image-2;
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
    -webkit-animation-duration: 0.9s;
    animation-duration: 0.9s;
}
.banner_with_animated_cards_v2024 .card_div .card-position:nth-of-type(3) {
    -webkit-animation-name: banner_with_animated_cards_v2024__image-3;
    animation-name: banner_with_animated_cards_v2024__image-3;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-duration: 1.1s;
    animation-duration: 1.1s;
}
.banner_with_animated_cards_v2024 .card_div .card-position:nth-of-type(4) {
    -webkit-animation-name: banner_with_animated_cards_v2024__image-4;
    animation-name: banner_with_animated_cards_v2024__image-4;
    -webkit-animation-delay: 2.2s;
    animation-delay: 2.2s;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
}
.banner_with_animated_cards_v2024 .card_div .card-position:nth-of-type(5) {
    -webkit-animation-name: banner_with_animated_cards_v2024__image-5;
    animation-name: banner_with_animated_cards_v2024__image-5;
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
.banner_with_animated_cards_v2024 .card_div .card-position:nth-of-type(6) {
    -webkit-animation-name: banner_with_animated_cards_v2024__image-6;
    animation-name: banner_with_animated_cards_v2024__image-6;
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
}


@-webkit-keyframes banner_with_animated_cards_v2024__image-1 {
    from {
        opacity: 0;
        -webkit-transform: rotate(20deg) scale(0.6) translateY(100px);
        transform: rotate(20deg) scale(0.6) translateY(100px);
    }
    to {
        opacity: 1;
        -webkit-transform: rotate(0deg) scale(1)  translateY(0px);
        transform: rotate(0deg) scale(1)  translateY(0px);
    }
}


@keyframes banner_with_animated_cards_v2024__image-1 {
    from {
        opacity: 0;
        -webkit-transform: rotate(20deg) scale(0.6) translateY(100px);
        transform: rotate(20deg) scale(0.6) translateY(100px);
    }
    to {
        opacity: 1;
        -webkit-transform: rotate(0deg) scale(1)  translateY(0px);
        transform: rotate(0deg) scale(1)  translateY(0px);
    }
}
@-webkit-keyframes banner_with_animated_cards_v2024__image-2 {
    from {
        opacity: 0;
        -webkit-transform: rotate(-20deg) scale(0.7) translateY(100px);
        transform: rotate(-20deg) scale(0.7) translateY(100px);
    }
    to {
        opacity: 1;
        -webkit-transform: rotate(0deg) scale(1)  translateY(0px);
        transform: rotate(0deg) scale(1)  translateY(0px);
    }
}
@keyframes banner_with_animated_cards_v2024__image-2 {
    from {
        opacity: 0;
        -webkit-transform: rotate(-20deg) scale(0.7) translateY(100px);
        transform: rotate(-20deg) scale(0.7) translateY(100px);
    }
    to {
        opacity: 1;
        -webkit-transform: rotate(0deg) scale(1)  translateY(0px);
        transform: rotate(0deg) scale(1)  translateY(0px);
    }
}
@-webkit-keyframes banner_with_animated_cards_v2024__image-3 {
    from {
        opacity: 0;
        -webkit-transform: rotate(10deg) scale(0.6) translateY(100px);
        transform: rotate(10deg) scale(0.6) translateY(100px);
    }
    to {
        opacity: 1;
        -webkit-transform: rotate(0deg) scale(1)  translateY(0px);
        transform: rotate(0deg) scale(1)  translateY(0px);
    }
}
@keyframes banner_with_animated_cards_v2024__image-3 {
    from {
        opacity: 0;
        -webkit-transform: rotate(10deg) scale(0.6) translateY(100px);
        transform: rotate(10deg) scale(0.6) translateY(100px);
    }
    to {
        opacity: 1;
        -webkit-transform: rotate(0deg) scale(1)  translateY(0px);
        transform: rotate(0deg) scale(1)  translateY(0px);
    }
}
@-webkit-keyframes banner_with_animated_cards_v2024__image-4 {
    from {
        opacity: 0;
        -webkit-transform: rotate(-10deg) scale(0.8) translateY(100px);
        transform: rotate(-10deg) scale(0.8) translateY(100px);
    }
    to {
        opacity: 1;
        -webkit-transform: rotate(0deg) scale(1)  translateY(0px);
        transform: rotate(0deg) scale(1)  translateY(0px);
    }
}
@keyframes banner_with_animated_cards_v2024__image-4 {
    from {
        opacity: 0;
        -webkit-transform: rotate(-10deg) scale(0.8) translateY(100px);
        transform: rotate(-10deg) scale(0.8) translateY(100px);
    }
    to {
        opacity: 1;
        -webkit-transform: rotate(0deg) scale(1)  translateY(0px);
        transform: rotate(0deg) scale(1)  translateY(0px);
    }
}
@-webkit-keyframes banner_with_animated_cards_v2024__image-5 {
    from {
        opacity: 0;
        -webkit-transform: rotate(20deg) scale(0.7) translateY(70px);
        transform: rotate(20deg) scale(0.7) translateY(70px);
    }
    to {
        opacity: 1;
        -webkit-transform: rotate(0deg) scale(1)  translateY(0px);
        transform: rotate(0deg) scale(1)  translateY(0px);
    }
}
@keyframes banner_with_animated_cards_v2024__image-5 {
    from {
        opacity: 0;
        -webkit-transform: rotate(20deg) scale(0.7) translateY(70px);
        transform: rotate(20deg) scale(0.7) translateY(70px);
    }
    to {
        opacity: 1;
        -webkit-transform: rotate(0deg) scale(1)  translateY(0px);
        transform: rotate(0deg) scale(1)  translateY(0px);
    }
}
@-webkit-keyframes banner_with_animated_cards_v2024__image-6 {
    from {
        opacity: 0;
        -webkit-transform: rotate(20deg) scale(0.8) translateY(70px);
        transform: rotate(20deg) scale(0.8) translateY(70px);
    }
    to {
        opacity: 1;
        -webkit-transform: rotate(0deg) scale(1)  translateY(0px);
        transform: rotate(0deg) scale(1)  translateY(0px);
    }
}
@keyframes banner_with_animated_cards_v2024__image-6 {
    from {
        opacity: 0;
        -webkit-transform: rotate(20deg) scale(0.8) translateY(70px);
        transform: rotate(20deg) scale(0.8) translateY(70px);
    }
    to {
        opacity: 1;
        -webkit-transform: rotate(0deg) scale(1)  translateY(0px);
        transform: rotate(0deg) scale(1)  translateY(0px);
    }
}

@media(max-width: 1899.98px) {


    .banner_with_animated_cards_v2024 .container-fluid {
        height: calc(100vh);
    }

    .banner_with_animated_cards_v2024 .card_div .card-position:nth-of-type(1) {

    }
    .banner_with_animated_cards_v2024 .card_div .card-position:nth-of-type(1) .image-square {
        width: 250px;
    }



    .banner_with_animated_cards_v2024 .card_div .card-position:nth-of-type(2) {
        top: 35%;
    }
    .banner_with_animated_cards_v2024 .card_div .card-position:nth-of-type(2) .image-square {
        width: 190px;
    }


    .banner_with_animated_cards_v2024 .card_div .card-position:nth-of-type(3) {
        left: 125px;
        top: 56%;
    }
    .banner_with_animated_cards_v2024 .card_div .card-position:nth-of-type(3) .image-square {
        width: 235px;
    }



    .banner_with_animated_cards_v2024 .card_div .card-position:nth-of-type(4) {

    }
    .banner_with_animated_cards_v2024 .card_div .card-position:nth-of-type(4) .image-square {
        width: 230px;
    }


    .banner_with_animated_cards_v2024 .card_div .card-position:nth-of-type(5) {

    }
    .banner_with_animated_cards_v2024 .card_div .card-position:nth-of-type(5) .image-square {
        width: 215px;
    }

    .banner_with_animated_cards_v2024 .card_div .card-position:nth-of-type(6) {
        right: 150px;
    }
    .banner_with_animated_cards_v2024 .card_div .card-position:nth-of-type(6) .image-square {
        width: 280px;
    }


    .banner_with_animated_cards_v2024 .card-position  p {
        font-size: 17px;
    }

}

@media(max-width: 1599.98px) {
    .banner_with_animated_cards_v2024 .col_area {
        /*width: 40%;*/
    }
}

@media(max-width: 1399.98px) {
    .banner_with_animated_cards_v2024 .card_div .card-position:nth-of-type(1) {
        left: 13%;
        top: 10px;
    }
    .banner_with_animated_cards_v2024 .card_div .card-position:nth-of-type(1) .image-square {

    }

    .banner_with_animated_cards_v2024 .card_div .card-position:nth-of-type(3) {

    }
    .banner_with_animated_cards_v2024 .card_div .card-position:nth-of-type(3) .image-square {
        width: 200px;
    }
}

@media(max-height: 900px) {
    .banner_with_animated_cards_v2024 .card_div .card-position:nth-of-type(1) {
        display: none;
    }
    .banner_with_animated_cards_v2024 .card_div .card-position:nth-of-type(4) {
        display: none;
    }
}


@media(max-width: 1199.98px) {
    .banner_with_animated_cards_v2024 .card_div {
        display: none;
    }


    .banner_with_animated_cards_v2024 .container-fluid {
        height: unset;
        min-height: unset;
    }
    .banner_with_animated_cards_v2024 .content_area {
        margin-top: unset;
        padding-top: 100px;
        padding-bottom: 60px;
        width: 100%;
    }

    .banner_with_animated_cards_v2024 .col_area {
        width: 80%;
    }
}










/******* tertiary_banner_2024 *******/
.tertiary_banner_2024 .banner-background {
    padding-top: 130px;
    padding-bottom: 130px;
    border-radius: var(--global-border-radius);
    overflow: hidden;
    position: relative;
}

.tertiary_banner_2024 .primary-blue_background {
    background-color: #1858A5;
}
.tertiary_banner_2024 .primary-blue_background.banner-background::after {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;

    /*background: rgb(24,88,165);*/
    /*background: -o-radial-gradient(circle, rgba(24,88,165,1) 0%, rgba(20,50,86,1) 50%);*/
    /*background: radial-gradient(circle, rgba(24,88,165,1) 0%, rgba(20,50,86,1) 50%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1858a5",endColorstr="#143256",GradientType=1);*/


    background: rgba(21, 52, 86, 0.0);
    background-image: -o-radial-gradient(50% 0, 50vw 70vh, rgba(21, 52, 86, 0.0), rgba(21, 52, 86, 1.0));
    background-image: radial-gradient(50vw 70vh at 50% 0, rgba(21, 52, 86, 0.0), rgba(21, 52, 86, 1.0));

    z-index: 2;
}
.tertiary_banner_2024 .primary-blue_background.banner-background::before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('../image/pattern.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    opacity: 0.6;
}


.tertiary_banner_2024 .primary-blue_background h1,
.tertiary_banner_2024 .primary-blue_background p.large {
    color: white;
}
.tertiary_banner_2024 a.primary-button,
.tertiary_banner_2024 a.primary-button:hover,
.tertiary_banner_2024 a.primary-button:active {
    background-color: var(--secondary-yellow);
    color: var(--text-black) !important;
}
.tertiary_banner_2024 .text_section_home_banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.tertiary_banner_2024 .text_width_limit {
    width: 740px;
    max-width: 85%;
    margin: 0 auto;
    z-index: 5;
}
.tertiary_banner_2024 h4 {
    margin-bottom: 45px;
}

/*** Homepage Banner Animations ***/
.tertiary_banner_2024 h1,
.tertiary_banner_2024 h4,
.tertiary_banner_2024 p.large,
.tertiary_banner_2024 .oe-timings,
.tertiary_banner_2024 .banner-background-float-image {
    opacity: 0;
    -webkit-animation-name: tertiary_banner_2024_fade_ins;
    animation-name: tertiary_banner_2024_fade_ins;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.tertiary_banner_2024 h1 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
.tertiary_banner_2024 h4,
.tertiary_banner_2024 p.large {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
.tertiary_banner_2024 .oe-timings  {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
.tertiary_banner_2024 .banner-background-float-image {
    -webkit-animation-name: tertiary_banner_2024_fade_in_image_specific;
    animation-name: tertiary_banner_2024_fade_in_image_specific;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}
@-webkit-keyframes tertiary_banner_2024_fade_ins {
    from {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}
@keyframes tertiary_banner_2024_fade_ins {
    from {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes tertiary_banner_2024_fade_in_image_specific {
    from {
        opacity: 0;
        -webkit-transform: translateY(50px) translateX(-50%);
        transform: translateY(50px) translateX(-50%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0px) translateX(-50%);
        transform: translateY(0px) translateX(-50%);
    }
}

@keyframes tertiary_banner_2024_fade_in_image_specific {
    from {
        opacity: 0;
        -webkit-transform: translateY(50px) translateX(-50%);
        transform: translateY(50px) translateX(-50%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0px) translateX(-50%);
        transform: translateY(0px) translateX(-50%);
    }
}
@media(max-width: 1599.98px) {
    .tertiary_banner_2024 .banner-background {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}

@media(max-width: 991.98px) {
    .tertiary_banner_2024 .banner-background {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}


/*** Animated bits of tertiary banner ***/


:root .tertiary_banner_2024 {
    --scrolling-image-size: 240px;
    --scrolling-image-spacing: 50px;
    --scrolling-image-border-radius: 12px;
    --scrolling-image-offset: 30px;
    --scrolling-images-margin-top: 90px;
}
@media(max-width: 1599.98px) {
    :root .tertiary_banner_2024 {
        --scrolling-image-size: 200px;
        --scrolling-image-spacing: 40px;
        --scrolling-image-border-radius: 12px;
        --scrolling-image-offset: 20px;
        --scrolling-images-margin-top: 60px;
    }
}
@media(max-width: 1199.98px) {
    :root .tertiary_banner_2024 {
        --scrolling-image-size: 150px;
        --scrolling-image-spacing: 30px;
        --scrolling-image-border-radius: 12px;
        --scrolling-image-offset: 15px;
        --scrolling-images-margin-top: 40px;
    }
}
@media(max-width: 575.98px) {
    :root .tertiary_banner_2024 {
        --scrolling-image-size: 100px;
        --scrolling-image-spacing: 20px;
        --scrolling-image-border-radius: 6px;
        --scrolling-image-offset: 15px;
        --scrolling-images-margin-top: 40px;
    }
}

.tertiary_banner_2024 .tertiary_banner_scrolling_images {
    width: 100%;
    height: var(--scrolling-image-size);
    padding-bottom: var(--scrolling-image-offset);
    z-index: 5;
    margin-top: var(--scrolling-images-margin-top);
}

.tertiary_banner_2024 .side-scrolling-image-container {
    position: absolute;
}

.tertiary_banner_2024 .side-scrolling-images {
    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;
    left: 0;
    position: relative;
}

.tertiary_banner_2024 .scrolling-image img {
    position: absolute;
    top: 50%;
    -o-object-position: center;
    object-position: center;
    left: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    height: 100%;
    width: 100%;
}

.tertiary_banner_2024 .side-scrolling-images .scrolling-image {
    position: relative;
    z-index: 2;
    margin-right: var(--scrolling-image-spacing);
    border-radius: var(--scrolling-image-border-radius);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.tertiary_banner_2024 .side-scrolling-images .scrolling-image {
    height: var(--scrolling-image-size);
    width: var(--scrolling-image-size);
    padding-bottom: 0;
}

.tertiary_banner_2024 .side-scrolling-images .scrolling-image:nth-of-type(odd) {
    -webkit-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(-4deg);
}
.tertiary_banner_2024 .side-scrolling-images .scrolling-image:nth-of-type(even) {
    -webkit-transform: rotate(4deg) translateY(var(--scrolling-image-offset));
    -ms-transform: rotate(4deg) translateY(var(--scrolling-image-offset));
    transform: rotate(4deg) translateY(var(--scrolling-image-offset));
}

/*** Fees 2024 ***/

body.modal-open {
    padding-right: 0 !important;
}
.info-popup .modal.fade .modal-dialog{
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.info-popup .modal .modal-header{
    position: relative;
}
.info-popup .modal button.close{
    position: absolute;
    top: 50%;
    right: 16px;
    padding:0;
    margin:0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.info-popup .modal button.close:focus{
    outline: none;
}
.info-popup .modal button.close img{
    display: block;
}
.info-popup .modal .modal-body p:last-of-type{
    margin-bottom: 0;
}
.info-popup .modal .modal-footer a.tertiary-button:hover{
    color:#fff !important;
}
.fees-2024-block{
    position: relative;
}
.fees-2024-block h2.h1style{
    margin-bottom:10px;
}
.fees-2024-block form label{
    width: 100%;
    margin:0;
}
.fees-2024-block form select#selectKey{
    border: 2px solid var(--text-black);
    border-radius: 12px;
    width: 100%;
    max-width: 650px;
    font-weight: 500;
    padding: 1rem 1.25rem !important;
    margin: 0 !important;
}
.fees-2024-block form select#selectKey option{
    font-weight: 500;
}
.fees-2024-block .tableID{
    display: none;
}
.fees-2024-block .table-group-wrap + .table-group-wrap{
    margin-top: 1.875rem;
}
.fees-2024-block .table-wrap .table-heading h4{
    margin:0;
}
.fees-2024-block .table-wrap.dark-blue{
    background-color:#143256;
}
.fees-2024-block .table-wrap.dark-blue .table-heading h4{
    color:#fff;
}
.fees-2024-block .table-wrap.light-blue{
    background-color:#D1DEED;
}
.fees-2024-block .table-wrap.light-blue .table-heading h4{
    color:#143256;
}

.fees-2024-block .table-wrap .table-heading .tables-heading-icon{
    display: inline-block;
    width:29px;
    height: 29px;
    cursor: pointer;
    margin-left:10px;
}
.fees-2024-block .table-wrap .table-box-container{
    background-color: unset;
}
.fees-2024-block .table-wrap .table-box-container .table-box-inner{
    width:100%;
    background-color:#F0F6FF;
    border-radius:24px;
}
.fees-2024-block .table-wrap.light-blue .table-box-container .table-box-inner{
    background:#ffffff
}
.fees-2024-block .table-wrap .table-box-container.left{
    padding-right: 0.3125rem;
}
.fees-2024-block .table-wrap .table-box-container.right{
    padding-left: 0.3125rem;
}
.fees-2024-block .table-wrap .table-box-container.left:first-of-type:before{
    content:'';
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../image/best_value.svg');
    position: absolute;
    top: -210px;
    left: 0;
    width: 230px;
    height: 260px;
}
.fees-2024-block .table-wrap .table-box-container.left .table-column,
.fees-2024-block .table-wrap .table-box-container.right .table-column{
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.fees-2024-block .table-wrap .table-box-container .table-column > div{
    width: 100%;
}
.fees-2024-block .table-wrap .table-box-container.full-width-box .table-column .main-content,
.fees-2024-block .table-wrap .table-box-container.full-width-box .table-column .bullet-list-content{
    width: 50%;
}
.fees-2024-block .table-wrap .table-box-container.full-width-box .table-column .main-content{
    padding-right: 1.25rem;
}
.fees-2024-block .table-wrap .table-box-container.full-width-box .table-column .bullet-list-content{
    padding-left: 1.25rem;
}
.fees-2024-block .table-wrap .table-box-container.full-width-box .table-column .table-paragraph{
    margin-bottom: 0;
}
.fees-2024-block .table-wrap .table-box-container .table-column .additional-prices-content{
    margin-top:auto;
}
.fees-2024-block .table-wrap .table-box-container .fees-price{
    font-family: 'brown', sans-serif;
    font-size: 80px;
    line-height: 84px;
    font-weight: 800;
    color: var(--text-black);
    margin-bottom: 0;
}
.fees-2024-block .table-wrap .table-box-container .fees-price sup{
    font-size: 40px;
    font-weight: 700;
    line-height: 84px;
    top: -28px;
    padding: 0 6px;
}
.fees-2024-block .table-wrap .table-box-container .fees-price-desc{
    font-family: 'brown', sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: var(--text-black);
    margin-bottom: 0;
    padding-bottom: 22px;
}
.fees-2024-block .table-wrap .table-box-container .table-column .table-paragraph{
    font-family: 'brown', sans-serif;
    font-size: 17px;
    line-height: 24px;
    font-weight: 400;
}
#main .fees-2024-block .table-column .bullets,
#main .fees-2024-block .table-column .bullets > li:last-of-type{
    margin-bottom: 0;
}
.fees-2024-block .bullets > li{
    list-style: none;
    position: relative;
    margin-left: 0;
    padding-left: 10px;
}
.fees-2024-block .bullets > li:before{
    content: '';
    position: absolute;
    left: -20px;
    top: 3px;
    display: inline-block;
    height: 18px;
    width: 18px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: ease all .3s;
    -o-transition: ease all .3s;
    transition: ease all .3s;
}
.fees-2024-block .bullets > li.tick:before{
    background-image: url('../image/tick.svg');
}
.fees-2024-block .bullets > li.false:before {
    background-image: url('../image/false_red.svg');
}
.fees-2024-block .bullets > li p{
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    margin:0;
}
.fees-2024-block .additional-prices{
    padding-top: 2.5rem;
    margin-top: 2.5rem;
    border-top:1px solid #D8D8D8;
}
.fees-2024-block .additional-prices p{
    margin-bottom: 0;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
}
.fees-2024-block .additional-prices .additional-row{
    margin-bottom: 1rem;
}
@media(max-width: 1300.98px) {
    .fees-2024-block .table-wrap .table-box-container.left:first-of-type:before {
        content: '';
        top: -120px;
        left: 0px;
        width: 160px;
        height: 168px;
    }
}
@media(max-width: 767.98px) {
    .fees-2024-block .table-wrap .table-box-container .fees-price{
        font-size: 60px;
    }
    .fees-2024-block .table-wrap .table-box-container .table-box-inner {
        padding: 25px !important;
    }
    .fees-2024-block .bullets > li p {
        font-size: 17px;
        line-height: 22px;
    }
    .fees-2024-block .table-wrap .table-box-container.left:first-of-type:before {
        content: '';
        top: -61px;
        left: -9px;
        width: 66px;
        height: 117px;
    }
    .fees-2024-block .table-wrap .table-box-container.left.has-heading:first-of-type:before {
        top: -119px;
    }
    .fees-2024-block .table-wrap .table-box-container.left{
        padding-right: 0.625rem;
    }
    .fees-2024-block .table-wrap .table-box-container.right{
        padding-left: 0.625rem;
    }
    .fees-2024-block .table-wrap .table-box-container.full-width-box .table-column .main-content,
    .fees-2024-block .table-wrap .table-box-container.full-width-box .table-column .bullet-list-content{
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .fees-2024-block .table-wrap .table-box-container.full-width-box .table-column .table-paragraph,
    .fees-2024-block .table-wrap .table-box-container .table-column .table-paragraph{
        margin-bottom: 1.6rem;
    }
    .fees-2024-block .table-wrap .table-box-container .fees-price-desc {
        padding-top: 15px;
    }

}






.subject_packages_fees_crosslink_2024 .padding_setting {
    padding-top: 120px;
    padding-bottom: 120px;
}
.subject_packages_fees_crosslink_2024 h3 {
    font-weight: 600;
}

.subject_packages_fees_crosslink_2024 .box-flex-setting {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.subject_packages_fees_crosslink_2024 .right_box,
.subject_packages_fees_crosslink_2024 .left_box {
    background-color: #ffffff;
    border: 1px solid #d8d8d8;
    padding: 45px;
    border-radius: var(--global-border-radius);
    width: calc(50% - 10px);
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.subject_packages_fees_crosslink_2024 .right_box .inner_box,
.subject_packages_fees_crosslink_2024 .left_box .inner_box {
    background-color: #397CCF;
    border-radius: var(--global-border-radius-small);
    padding: 60px;
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.spacer_heading_2024:has(+ .subject_packages_fees_crosslink_2024) + .subject_packages_fees_crosslink_2024 .padding_setting {
    padding-top: 20px !important;
}

@media(min-width: 1599.98px) {
    .subject_packages_fees_crosslink_2024 .right_box .inner_box,
    .subject_packages_fees_crosslink_2024 .left_box .inner_box {
        min-height: 300px;
    }
}

.subject_packages_fees_crosslink_2024 .right_box .inner_box h6,
.subject_packages_fees_crosslink_2024 .left_box .inner_box h6 {
    font-weight: bold;
}
.subject_packages_fees_crosslink_2024 .right_box .inner_box p,
.subject_packages_fees_crosslink_2024 .left_box .inner_box p {
    color: #ffffff;
}

.subject_packages_fees_crosslink_2024 .right_box a.primary-button:hover,
.subject_packages_fees_crosslink_2024 .left_box a.primary-button:hover {
    background-color: #FEDD00;
}

.subject_packages_fees_crosslink_2024 .right_box h5,
.subject_packages_fees_crosslink_2024 .left_box h5 {
    font-family: "pf-reminder", sans-serif;
    color: #FEDD00;
}
@media(min-width: 992px) {
    .subject_packages_fees_crosslink_2024 .right_box .inner_box h6,
    .subject_packages_fees_crosslink_2024 .left_box .inner_box h6 {
        font-size: 26px;
        line-height: 1.25;
    }
    .subject_packages_fees_crosslink_2024 .right_box h5,
    .subject_packages_fees_crosslink_2024 .left_box h5 {
        font-size: 28px;
    }
}

.subject_packages_fees_crosslink_2024 .right_box .inner_box,
.subject_packages_fees_crosslink_2024 .left_box .inner_box {
    color: white;
    font-weight: 900;
}
.subject_packages_fees_crosslink_2024 .right_box .para p,
.subject_packages_fees_crosslink_2024 .left_box .para p {
    margin-bottom: 15px;
    font-weight: bold;
}
.subject_packages_fees_crosslink_2024 .right_box .para,
.subject_packages_fees_crosslink_2024 .left_box .para {
    margin-bottom: 60px;
}

@media(max-width: 1599.98px) {
    .subject_packages_fees_crosslink_2024 .right_box,
    .subject_packages_fees_crosslink_2024 .left_box {
        padding: 35px;
    }
    .subject_packages_fees_crosslink_2024 .right_box .inner_box,
    .subject_packages_fees_crosslink_2024 .left_box .inner_box {
        padding: 30px;
    }
}

@media(max-width: 1199.98px) {
    .subject_packages_fees_crosslink_2024 .right_box,
    .subject_packages_fees_crosslink_2024 .left_box {
        width: 100%;
        margin-bottom: 15px;
    }
}

@media(max-width: 991.98px) {
    .subject_packages_fees_crosslink_2024 .padding_setting {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}
@media(max-width: 767.98px) {
    .subject_packages_fees_crosslink_2024 .right_box,
    .subject_packages_fees_crosslink_2024 .left_box {
        padding: 30px;
    }
    .subject_packages_fees_crosslink_2024 .right_box .para,
    .subject_packages_fees_crosslink_2024 .left_box .para {
        margin-bottom: 20px;
    }
    .spacer_heading_2024:has(+ .subject_packages_fees_crosslink_2024) + .subject_packages_fees_crosslink_2024 .padding_setting {
        padding-top: 0px !important;
    }
}
@media(max-width: 575.98px) {
    .subject_packages_fees_crosslink_2024 .right_box,
    .subject_packages_fees_crosslink_2024 .left_box {
        padding: 25px;
    }
    .subject_packages_fees_crosslink_2024 .padding_setting {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .subject_packages_fees_crosslink_2024 .right_box .para,
    .subject_packages_fees_crosslink_2024 .left_box .para {
        margin-bottom: 10px;
    }
}




/*** --------------- Block Spacings --------------- ***/

/*** Scrolling Crosslink ***/
.scrolling_crosslink_2024:has(+ .school_crosslinks_2024 ) {
    padding-bottom: 0;
}

.scrolling_crosslink_2024:has(+ .content-31.block ) {
    padding-bottom: 0;
}

.scrolling_crosslink_2024:has(+ .content-4.block ) {
    padding-bottom: 0;
}

.scrolling_crosslink_2024:has(+ .spacer_heading_2024.block ) {
    padding-bottom: 0;
}

.scrolling_crosslink_2024:has(+ .blog-feed-5.block ) {
    padding-bottom: 50px;
}
@media(max-width: 1199.98px) {
    .scrolling_crosslink_2024:has(+ .blog-feed-5.block ) {
        padding-bottom: 0;
    }
}

.scrolling_crosslink_2024:has(+ .faqSearchResults.faqAccordions ) {
    padding-bottom: 50px;
}
@media(max-width: 991.98px) {
    .scrolling_crosslink_2024:has(+ .faqSearchResults.faqAccordions ) {
        padding-bottom: 0;
    }
}

.scrolling_crosslink_2024:has(+ .dynamic_cta_2024 ) {
    padding-bottom: 30px;
}
@media(max-width: 991.98px) {
    .scrolling_crosslink_2024:has(+ .dynamic_cta_2024 ) {
        padding-bottom: 0;
    }
}

.scrolling_crosslink_2024:has(+ .content-15.block) {
    padding-bottom: 80px;
}
@media(max-width: 1599.98px) {
    .scrolling_crosslink_2024:has(+ .content-15.block) {
        padding-bottom: 40px;
    }
}


.scrolling_crosslink_2024:has(+ .testimonials_full_width_2024 ) {
    padding-bottom: 50px;
}
@media(max-width: 1599.98px) {
    .scrolling_crosslink_2024:has(+ .testimonials_full_width_2024 ) {
        padding-bottom: 25px;
    }
}


.scrolling_crosslink_2024:has(+ .subject_packages_primary_school) {
    padding-bottom: 70px;
}
@media(max-width: 1599.98px) {
    .scrolling_crosslink_2024:has(+ .subject_packages_primary_school) {
        padding-bottom: 50px;
    }
}

.scrolling_crosslink_2024:has(+ .slider-5.block) {
    padding-bottom: 0px;
}

.scrolling_crosslink_2024:has(+ .day_in_the_life_video_image_2024) {
    padding-bottom: 0px;
}



.scrolling_crosslink_2024:has(+ .heading_and_text_2024) {
    padding-bottom: 0px;
}
@media(max-width: 1599.98px) {
    .scrolling_crosslink_2024:has(+ .heading_and_text_2024) {
        padding-bottom: 0px;
    }
}


.scrolling_crosslink_2024:has(+ .content-10.block) {
    padding-bottom: 0px;
}
@media(max-width: 1599.98px) {
    .scrolling_crosslink_2024:has(+ .content-10.block) {
        padding-bottom: 0px;
    }
}



.scrolling_crosslink_2024:has(+ .subject_packages_fees_crosslink_2024) {
    padding-bottom: 0px;
}
@media(max-width: 1599.98px) {
    .scrolling_crosslink_2024:has(+ .subject_packages_fees_crosslink_2024) {
        padding-bottom: 0px;
    }
}





/*** content-31 - Horizontal Scroll Block ***/
.content-31.block:has(+ .scrolling_crosslink_2024 ) {
    margin-bottom: 100px;
}
.content-31.block:has(+ .content-15.block ) {
    margin-bottom: 100px;
}

/*** Subject Packages Fees Crosslink Block ***/
.subject_packages_fees_crosslink_2024:has(+ .subject_packages_fees_crosslink_2024 ) .padding_setting {
    padding-bottom: 0;
}

/*** content-4 - Animated Cards with Heading and Text - Left to Right ***/
.content-4.block:has(+ .scrolling_crosslink_2024 ) {
    padding-bottom: 100px;
}
@media(max-width: 767.98px) {
    .content-4.block:has(+ .scrolling_crosslink_2024) {
        padding-bottom: 20px;
    }
}

.content-4.block:has(+ .pupil-stories-slick-slider-cards ) {
    padding-bottom: 100px;
}
@media(max-width: 767.98px) {
    .content-4.block:has(+ .pupil-stories-slick-slider-cards) {
        padding-bottom: 20px;
    }
}



.content-4.block:has(+ .content-15 ) .custom_padding {
    padding-bottom: 0px;
}
@media(max-width: 767.98px) {
    .content-4.block:has(+ .content-15 ) .custom_padding {
        padding-bottom: 0px;
    }
}


/*** three_columns_numbers_in_circles_2024 ***/
.three_columns_numbers_in_circles_2024:has(+ .scrolling_crosslink_2024 ) {
    padding-bottom: 100px;
}

/*** Spacer Heading ***/
.spacer_heading_2024:has(+ .exam_results_animated_2024) + .exam_results_animated_2024 .padding-setting-area {
    padding-top: 0;
}
.spacer_heading_2024:has(+ .content-31.block),
.spacer_heading_2024:has(+ .content-31.block) .padding_setting {
    padding-bottom: 0;
}

.spacer_heading_2024:has(+ .content-31.block) + .content-31.block {
    margin-top: 25px;
}
@media(max-width: 767.98px) {
    .spacer_heading_2024:has(+ .content-31.block) + .content-31.block {
        margin-top: 10px;
    }
}

.spacer_heading_2024:has(+ .slider-5.block) + .slider-5.block .padding_setting {
    padding-top: 0 !important;
}


.spacer_heading_2024:has(+ .day_in_the_life_video_image_2024) + .day_in_the_life_video_image_2024 .images_or_video_flex {
    padding-top: 0 !important;
}



.spacer_heading_2024:has(+ .school_crosslinks_2024) + .school_crosslinks_2024 .overall_content,
.spacer_heading_2024:has(+ .school_crosslinks_2024) + .school_crosslinks_2024 .crosslinks_section {
    padding-top: 25px !important;
}
@media(max-width: 1599.98px) {
    .spacer_heading_2024:has(+ .school_crosslinks_2024) + .school_crosslinks_2024 .overall_content,
    .spacer_heading_2024:has(+ .school_crosslinks_2024) + .school_crosslinks_2024 .crosslinks_section {
        padding-top: 10px !important;
    }
}
@media(max-width: 991.98px) {
    .spacer_heading_2024:has(+ .school_crosslinks_2024) + .school_crosslinks_2024 .overall_content,
    .spacer_heading_2024:has(+ .school_crosslinks_2024) + .school_crosslinks_2024 .crosslinks_section {
        padding-top: 10px !important;
    }
}



/*** Subject Packages - Primary School ***/
.subject_packages_primary_school:has(+ .scrolling_crosslink_2024) {
    padding-bottom: 100px;
}

/*** Blog Feed 5 ***/
.blog-feed-5.block:has(+ .faqSearchResults.faqAccordions) {
    padding-bottom: 100px;
}
@media(max-width: 991.98px) {
    .blog-feed-5.block:has(+ .faqSearchResults.faqAccordions) {
        padding-bottom: 30px;
    }
}


/*** content-15 ***/
.content-15.block:has(+ .scrolling_crosslink_2024) {
    padding-bottom: 100px;
}
@media(max-width: 991.98px) {
    .content-15.block:has(+ .scrolling_crosslink_2024) {
        padding-bottom: 30px;
    }
}


/*** content-4 ***/
.content-4.block:has(+ .spacer_heading_2024 ) .custom_padding {
    padding-bottom: 100px;
}
@media(max-width: 1599.98px) {
    .content-4.block:has(+ .spacer_heading_2024 ) .custom_padding {
        padding-bottom: 50px;
    }
}
@media(max-width: 1199.98px) {
    .content-4.block:has(+ .spacer_heading_2024) .custom_padding {
        padding-bottom: 10px;
    }
}



/*** testimonials_full_width_2024 ***/
.testimonials_full_width_2024.block:has(+ .spacer_heading_2024) {
    padding-bottom: 0;
}
.testimonials_full_width_2024.block:has(+ .spacer_heading_2024) + .spacer_heading_2024 .padding_setting {
    padding-top: 70px;
}


/*** subject_cards_2024 ***/
.subject_cards_2024:has(+ .spacer_heading_2024) + .spacer_heading_2024 .padding_setting {
    padding-top: 0 !important;
}



/*** Heading and Text Block ***/
.heading_and_text_2024.block:has(+ .day_in_the_life_video_image_2024) .padding_setting {
    padding-bottom: 0 !important;
}

/* day_in_the_life_video_image_2024 */
.day_in_the_life_video_image_2024:has(+ .block.content-15) {
    padding-bottom: 100px;
}

.nwInsertFilteredSubjectsHere {
    padding-top: 60px;
    padding-bottom: 60px;
}

.nwInsertFilteredSubjectsHere .loader {
    border-radius: 50%;
    border: 16px solid #f3f3f3;
    border-top: 16px solid rgb(110, 112, 117);
    width: 120px;
    height: 120px;
    -webkit-animation: spinner 2s linear infinite;
    animation: spinner 2s linear infinite;
    margin-left: auto;
    margin-right: auto;
}
@-webkit-keyframes spinner {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes spinner {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

label.nwTabletRadioButton {
    position: relative;

    border-style: solid;
    border-width: 2px;
    border-color: #D8D8D8;
    border-radius: 12px;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 26px;
    padding-bottom: 26px;
    padding-left: 35px;
    padding-right: 83px;
    text-transform: uppercase;
    background: var(--white) 0% 0% no-repeat;
    font-weight: bold;
    -webkit-transition: ease all .5s;
    -o-transition: ease all .5s;
    transition: ease all .5s;
    cursor: pointer;
}
label.nwTabletRadioButton > input[type="radio"] {
    display: none;
}
label.nwTabletRadioButton.selected {
    border-color: #1858A5;
    background: var(--pastel-blue) 0% 0% no-repeat;
}
label.nwTabletRadioButton::after {
    content: '';
    height: 32px;
    width: 32px;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 30px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: ease all .5s;
    -o-transition: ease all .5s;
    transition: ease all .5s;
}
label.nwTabletRadioButton.selected::after {
    background-image: url('../image/icon_radio_selected.svg');
}
label.nwTabletRadioButton:not(.selected)::after {
    background-image: url('../image/icon_radio_unselected.svg');
}
.subject_cards_2024 .filter_buttons_container_subjects {
    text-align: center;
}
.subject_cards_2024 .text-center.subject-packages-heading,
.subject-packages-heading{
    margin-bottom: 40px;
}
.subject-packages-heading > *:last-child {
    margin-bottom: 0;
}

@media(max-width: 1399.98px) {
    label.nwTabletRadioButton {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 27px;
        padding-right: 70px;
    }
    label.nwTabletRadioButton::after {
        content: '';
        height: 27px;
        width: 27px;
        right: 25px;
    }
    .nwInsertFilteredSubjectsHere {
        padding-top: 40px;
    }
}
@media(max-width: 991.98px) {
    .nwTabletRadioButtonContainer {
        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;
    }
    label.nwTabletRadioButton {
        width: 400px;
        max-width: 100%;
        padding-left: 50px;
        padding-right: 50px;
        margin-right: 0;
        margin-bottom: 13px;
        border-radius: 5px;
        border-width: 1px;
    }
    label.nwTabletRadioButton::after {
        right: 15px;
    }
    .nwInsertFilteredSubjectsHere {
        padding-top: 20px;
    }
}
@media(max-width: 575.98px) {
    .nwInsertFilteredSubjectsHere {
        padding-top: 3px;
    }
}


/****** Content 900 ******/
.content-900 .images_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.content-900 .image-16by9 {
    width: 50%;
    padding-bottom: 70%;
}
.content-900 .images_flex .image_1 {
    border-radius: var(--global-border-radius-small);
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
    position: relative;
    z-index: 2;
}
.content-900 .images_flex .image_2 {
    border-radius: var(--global-border-radius-small);
    -webkit-transform: rotate(10deg) translateY(75px) translateX(-25px);
    -ms-transform: rotate(10deg) translateY(75px) translateX(-25px);
    transform: rotate(10deg) translateY(75px) translateX(-25px);
    position: relative;
    z-index: 1;
}
.content-900 .image-16by9.size-contain {
    padding-bottom: 0;
}
.content-900 .custom_padding {
    padding: 120px 0px;
}

@media (max-width: 1199.98px) {
    .content-900 .custom_padding {
        padding: 90px 0px;
    }
    .content-900 .row.align-items-center {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: start!important;
    }
}
@media (max-width: 991.98px) {
    .content-900 .custom_padding {
        padding: 80px 0px;
    }
}
@media (max-width: 767.98px) {
    .content-900 .custom_padding {
        padding: 40px 0px;
    }
    .content-900 .order-1,
    .content-900 .order-xs-1 {
        margin-bottom: 30px;
    }
    .content-900 .order-xs-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .content-900 .order-xs-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .content-900 .images_flex {
        padding-bottom: 90px;
        padding-left: 30px;
    }
}
@media(min-width: 768px) and (max-width: 991.98px) {
    .content-900 .images_flex {
        padding-bottom: 120px;
        padding-left: 30px;
    }
}






@media (max-width: 575.98px) {
    .content-900 .custom_padding {
        padding: 30px 0px;
    }
    .content-900 .order-1,
    .content-900 .order-xs-1 {
        margin-bottom: 15px;
    }
}

.content-900 .image-16by9 {
    opacity: 0;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.35s;
    animation-delay: 0.35s;
}
.content-900 .image-16by9.image_1.visible_on_screen {
    -webkit-animation-name: spinInCardImage_1;
    animation-name: spinInCardImage_1;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.content-900 .image-16by9.image_2.visible_on_screen {
    -webkit-animation-name: spinInCardImage_2;
    animation-name: spinInCardImage_2;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

@media(max-width: 767.99px) {
    .content-900 .main-section-content {
        padding-bottom: 25px;
    }
}

@media(min-width: 768px) {
    .content-900 .main-section-content {
        padding-bottom: 50px;
    }
    .content-900 .subsection-odd-container {
        padding-right: 20px;
    }
    .content-900 .subsection-even-container {
        padding-left: 20px;
    }
}
@media(min-width: 1599.98px) {
    .content-900 .subsection-container {
        padding-bottom: 50px;
    }
}

/****** Content 901 ******/
.content-901 .block-bg {
    border-radius: var(--global-border-radius);
    padding: 120px 0;
}
.content-901 .blue-block-bg {
    background-color: var(--primary-blue);
}

.content-901 .blue-block-bg h1,
.content-901 .blue-block-bg h2,
.content-901 .blue-block-bg h3,
.content-901 .blue-block-bg h4,
.content-901 .blue-block-bg h5,
.content-901 .blue-block-bg h6,
.content-901 .blue-block-bg p,
.content-901 .blue-block-bg ul li,
.content-901 .blue-block-bg ol li,
.content-901 .blue-block-bg a,
.content-901 .blue-block-bg a:hover,
.content-901 .blue-block-bg a:visited {
    color: #FFFFFF;
}

.content-901 .images_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.content-901 .image-4by3 {
    width: 100%;
    padding-bottom: 70%;
}
.content-901 .images_flex .image_1 {
    border-radius: var(--global-border-radius-small);
    -webkit-transform: rotate(10deg) translateY(75px) translateX(-25px);
    -ms-transform: rotate(10deg) translateY(75px) translateX(-25px);
    transform: rotate(10deg) translateY(75px) translateX(-25px);
    position: relative;
    z-index: 2;
}
.content-901 .image-16by9.size-contain {
    padding-bottom: 0;
}
.content-901 .custom_padding {
    padding: 120px 0px;
}
.content-901 .custom_padding.zero-padding-top {
    padding-top: 0;
}
.content-901 .custom_padding.zero-padding-bottom {
    padding-bottom: 0;
}

@media (max-width: 1199.98px) {
    .content-901 .custom_padding {
        padding: 90px 0px;
    }
    .content-901 .row.align-items-center {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: start!important;
    }
}
@media (max-width: 991.98px) {
    .content-901 .custom_padding {
        padding: 80px 0px;
    }
}
@media (max-width: 767.98px) {
    .content-901 .custom_padding {
        padding: 40px 0px;
    }
    .content-901 .order-1,
    .content-901 .order-xs-1 {
        margin-bottom: 30px;
    }
    .content-901 .order-xs-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .content-901 .order-xs-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .content-901 .images_flex {
        padding-bottom: 50px;
        padding-left: 30px;
        padding-right: 35px;
    }
}
@media(min-width: 768px) and (max-width: 991.98px) {
    .content-901 .images_flex {
        padding-bottom: 120px;
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media(max-width: 991.98px) {
    .content-901 .block-bg {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media (max-width: 575.98px) {
    .content-901 .custom_padding {
        padding: 30px 0px;
    }
    .content-901 .order-1,
    .content-901 .order-xs-1 {
        margin-bottom: 15px;
    }
}

.content-901 .image-4by3 {
    opacity: 0;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.35s;
    animation-delay: 0.35s;
}
.content-901 .image-4by3.image_1.visible_on_screen {
    -webkit-animation-name: spinInCardImage_900;
    animation-name: spinInCardImage_900;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}



@-webkit-keyframes spinInCardImage_900 {
    from {
        opacity: 0;
        -webkit-transform: scale(0.8) rotate(0deg) translateY(150px);
        transform: scale(0.8) rotate(0deg) translateY(150px);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1) rotate(5deg) translateY(0px);
        transform: scale(1) rotate(5deg) translateY(0px);
    }
}

@keyframes spinInCardImage_900 {
    from {
        opacity: 0;
        -webkit-transform: scale(0.8) rotate(0deg) translateY(150px);
        transform: scale(0.8) rotate(0deg) translateY(150px);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1) rotate(5deg) translateY(0px);
        transform: scale(1) rotate(5deg) translateY(0px);
    }
}


@media(max-width: 767.99px) {
    .content-901 .main-section-content {
        padding-bottom: 25px;
    }
}

@media(min-width: 768px) {
    .content-901 .main-section-content {
        padding-bottom: 50px;
    }
    .content-901 .subsection-container {
        padding-bottom: 50px;
    }

    .content-901 .subsection-odd-container {
        padding-right: 20px;
    }
    .content-901 .subsection-even-container {
        padding-left: 20px;
    }
}



.v2021_CONTACT_PAGE_FORM_V4 .form-instance {
    border-radius: 24px;
}


.v2021_CONTACT_PAGE_FORM_V4.agent_portal_form .other-action-buttons {
    margin-top: 30px;
}


.v2021_CONTACT_PAGE_FORM_V4.agent_portal_form .dynamics-form form label,
.v2021_CONTACT_PAGE_FORM_V4.agent_portal_form form lab3ceel,
.v2021_CONTACT_PAGE_FORM_V4.agent_portal_form .wpcf7 label {
    margin-bottom: 5px;
}

.v2021_CONTACT_PAGE_FORM_V4.agent_portal_form input[type="submit"]{
    margin-left: 0 !important;
    border-radius: var(--standard-border-radius) !important;
    border-width: 0.125rem !important;
    border-style: solid !important;
    border-color: var(--primary-blue) !important;
    padding-left: 55px !important;
    padding-right: 55px !important;
}

.v2021_CONTACT_PAGE_FORM_V4.agent_portal_form .dynamics-form form input[type="text"],
.v2021_CONTACT_PAGE_FORM_V4.agent_portal_form .dynamics-form form input[type="email"],
.v2021_CONTACT_PAGE_FORM_V4.agent_portal_form .dynamics-form form input[type="tel"],
.v2021_CONTACT_PAGE_FORM_V4.agent_portal_form .dynamics-form input[type="date"],
.v2021_CONTACT_PAGE_FORM_V4.agent_portal_form .dynamics-form input[type="password"],
.v2021_CONTACT_PAGE_FORM_V4.agent_portal_form .dynamics-form form textarea,
.v2021_CONTACT_PAGE_FORM_V4.agent_portal_form .dynamics-form form select,
.v2021_CONTACT_PAGE_FORM_V4.agent_portal_form .wpcf7 input[type="text"],
.v2021_CONTACT_PAGE_FORM_V4.agent_portal_form .wpcf7 input[type="email"],
.v2021_CONTACT_PAGE_FORM_V4.agent_portal_form .wpcf7 input[type="tel"],
.v2021_CONTACT_PAGE_FORM_V4.agent_portal_form .wpcf7 input[type="date"],
.v2021_CONTACT_PAGE_FORM_V4.agent_portal_form .wpcf7 input[type="password"],
.v2021_CONTACT_PAGE_FORM_V4.agent_portal_form .wpcf7 textarea,
.v2021_CONTACT_PAGE_FORM_V4.agent_portal_form .wpcf7 select,
.v2021_CONTACT_PAGE_FORM_V4.agent_portal_form input[type="text"],
.v2021_CONTACT_PAGE_FORM_V4.agent_portal_form input[type="email"],
.v2021_CONTACT_PAGE_FORM_V4.agent_portal_form input[type="tel"],
.v2021_CONTACT_PAGE_FORM_V4.agent_portal_form input[type="date"],
.v2021_CONTACT_PAGE_FORM_V4.agent_portal_form input[type="password"],
.v2021_CONTACT_PAGE_FORM_V4.agent_portal_form textarea,
.v2021_CONTACT_PAGE_FORM_V4.agent_portal_form select {
    margin-bottom: 40px !important;
}

@media(max-width: 991.98px) {
    .v2021_CONTACT_PAGE_FORM_V4.agent_portal_form .form-selection-container {
        min-height: initial;
    }
    .v2021_CONTACT_PAGE_FORM_V4 .form-instance {
        border-radius: 12px;
    }
}
@media(max-width: 1199.98px) {
    .v2021_CONTACT_PAGE_FORM_V4.agent_portal_form .form-selection-container {
        min-height: initial;
    }
}
@media(max-width: 767.98px) {
    .v2021_CONTACT_PAGE_FORM_V4 .form-instance {
        border-radius: 0px;
    }
    .v2021_CONTACT_PAGE_FORM_V4.agent_portal_form .dynamics-form form input[type="text"],
    .v2021_CONTACT_PAGE_FORM_V4.agent_portal_form .dynamics-form form input[type="email"],
    .v2021_CONTACT_PAGE_FORM_V4.agent_portal_form .dynamics-form form input[type="tel"],
    .v2021_CONTACT_PAGE_FORM_V4.agent_portal_form .dynamics-form input[type="date"],
    .v2021_CONTACT_PAGE_FORM_V4.agent_portal_form .dynamics-form input[type="password"],
    .v2021_CONTACT_PAGE_FORM_V4.agent_portal_form .dynamics-form form textarea,
    .v2021_CONTACT_PAGE_FORM_V4.agent_portal_form .dynamics-form form select,
    .v2021_CONTACT_PAGE_FORM_V4.agent_portal_form .wpcf7 input[type="text"],
    .v2021_CONTACT_PAGE_FORM_V4.agent_portal_form .wpcf7 input[type="email"],
    .v2021_CONTACT_PAGE_FORM_V4.agent_portal_form .wpcf7 input[type="tel"],
    .v2021_CONTACT_PAGE_FORM_V4.agent_portal_form .wpcf7 input[type="date"],
    .v2021_CONTACT_PAGE_FORM_V4.agent_portal_form .wpcf7 input[type="password"],
    .v2021_CONTACT_PAGE_FORM_V4.agent_portal_form .wpcf7 textarea,
    .v2021_CONTACT_PAGE_FORM_V4.agent_portal_form .wpcf7 select,
    .v2021_CONTACT_PAGE_FORM_V4.agent_portal_form input[type="text"],
    .v2021_CONTACT_PAGE_FORM_V4.agent_portal_form input[type="email"],
    .v2021_CONTACT_PAGE_FORM_V4.agent_portal_form input[type="tel"],
    .v2021_CONTACT_PAGE_FORM_V4.agent_portal_form input[type="date"],
    .v2021_CONTACT_PAGE_FORM_V4.agent_portal_form input[type="password"],
    .v2021_CONTACT_PAGE_FORM_V4.agent_portal_form textarea,
    .v2021_CONTACT_PAGE_FORM_V4.agent_portal_form select {
        margin-bottom: 25px !important;
    }
}
@media(max-width: 575.98px) {
    .v2021_CONTACT_PAGE_FORM_V4.agent_portal_form input[type="submit"]{
        width: 100%;
    }
    .v2021_CONTACT_PAGE_FORM_V4.agent_portal_form .submit-buttons {
        margin-top: 15px;
    }
    .v2021_CONTACT_PAGE_FORM_V4.agent_portal_form .other-action-buttons {
        margin: 0 auto;
        margin-top: 10px;
        text-align: center;
    }
}


.v2021_FORM .form-container-area {
    margin: 0 auto;
    width: 800px;
    max-width: 90%;
    background: white;
    -webkit-box-shadow: 0px 4px 14px 4px rgba(0,0,0,0.05);
    box-shadow: 0px 4px 14px 4px rgba(0,0,0,0.05);
    padding: 60px;
    border-radius: 24px;
}
@media(max-width: 575.98px) {
    .v2021_FORM .form-container-area {
        max-width: 100%;
    }
    .v2021_FORM .form-container-area {
        padding: 30px;
    }
}


/*** Global Pill ***/
div.pill {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    padding: 10px 20px;
    border-radius: 50px;
    display: inline-block;
    background-color: #D7E5F5;
    color: #397CCF;
    margin-bottom: 30px;
}
@media(max-width: 767.98px) {
    div.pill {
        margin-bottom: 20px;
        font-size: 15px;
        padding: 8px 17px;
    }
}


/*** Global Scribble Top Background ***/
.scribble-top_background {
    display: block;
    position: relative;
}
.scribble-top_background::before {
    z-index: 1;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 300px;
    width: 440px;
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
    background-image: url('../image/left_scribble1.svg');
}
.scribble-top_background::after {
    z-index: 1;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 300px;
    width: 440px;
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
    background-image: url('../image/right_scribble1.svg');
}
.scribble-top_elements {
    z-index: 2;
    position: relative;
}
@media(max-width: 991.98px) {
    .scribble-top_background::after,
    .scribble-top_background::before {
        height: 200px;
        width: 300px;
    }
}
@media(max-width: 575.98px) {
    .scribble-top_background::before {
        display: none;
    }
}



/*** clear button style */



div.nwAgentPortalCollapsibleSectionContainer {
    padding-top: 30px;
    padding-bottom: 60px;
}
div.nwAgentPortalCollapsibleSectionContainer a.nwAgentPortalCollapsibleSectionButton {
    margin-bottom: 60px !important;
}

.tertiary_banner_2024.block:has(+ .v2021_CONTACT_PAGE_FORM_V4.agent_portal_form) {
    margin-bottom: 60px;
}
@media(max-width: 1599.98px) {
    .tertiary_banner_2024.block:has(+ .v2021_CONTACT_PAGE_FORM_V4.agent_portal_form) {
        margin-bottom: 50px;
    }
}
@media(max-width: 991.98px) {
    .tertiary_banner_2024.block:has(+ .v2021_CONTACT_PAGE_FORM_V4.agent_portal_form) {
        margin-bottom: 30px;
    }
}






/*** content-43 ***/
.content-43 {
    margin-top: 60px;
}
.content-43 .framed_desktop {
    border-radius: var(--global-border-radius);
    overflow: hidden;

    background-image: url('../image/how_we_teach_block.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.content-43 .key_differences_button > a.button {
    margin: 0px;
}
.content-43 .key_differences_button {
    margin-top: 45px;
}
.content-43 .checklist-box .image-16by9 {
    max-width: 500px;
    margin: 0 auto;
}
.content-43 .checklist-box {
    border-radius: var(--global-border-radius-small);
    padding: 60px 50px 70px;
}
@media(min-width: 1599.98px) {
    .content-43 .checklist-box h4.column-heading {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 45px;
    }
}

.content-43 .container-fluid {
    background-size: cover;
    background-position: center;
}
.content-43 .main-content-column * {
    color: var(--white);
}

.content-43 .main-content-column div.pill {
    color: #397CCF;
}

.content-43 .custom_padding {
    padding: 120px 0px;
}
.content-43 .checklist-box .image-16by9 {
    padding-bottom: 7.25%;
    margin-bottom: 40px;
}
.content-43 .checklist-box .image-16by9 > img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left;
    object-position: left;
}
.content-43 .checklist-box p.large::after {
    content: '';
    background-image: url('../image/tick1.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: calc(50% - 10px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
    width: 26px;
    height: 20px;
}
.content-43 .checklist-box p.large {
    position: relative;
    padding-right: 41px;
    font-weight: 600;
}
.content-43 .checklist-box p.large:last-of-type {
    margin-bottom: 0px;
}
.content-43 .container {
    position: relative;
}
.content-43 .container:before {
    content: '';
    position: absolute;
    bottom: 10px;
    background: rgba(112, 112, 112, 0.3);
    width: 100%;
    left: 50%;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    height: 100%;
    top: 0px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

    display: none !important;
}
@media(max-width: 1599.98px) {
    .content-43 .checklist-box {
        padding: 45px 40px;
    }
    .content-43 .custom_padding {
        padding: 100px 0;
    }
}
@media(max-width: 1199.98px){
    .content-43 .custom_padding {
        padding: 80px 0px;
    }
    .content-43 {
        margin-top: 45px;
    }
    .content-43 .checklist-box {
        padding: 35px;
    }
    .content-43 .checklist-box p.large {
        font-size: 17px;
        line-height: 22px;
    }
}
@media(max-width: 991.98px){
    .content-43 .custom_padding {
        padding: 40px 0px;
    }
    .content-43 .checklist-box {
        padding: 40px 30px;
    }
    .content-43 {
        margin-top: 40px;
    }
    .content-43 .key_differences_button {
        margin: 30px 0px;
    }
}
@media(max-width: 767.98px){
    .content-43 .custom_padding {
        padding: 30px 0px;
        padding-bottom: 20px;
    }
    .content-43 .checklist-box {
        padding: 30px;
        margin-top: 20px;
    }
    .content-43 {
        margin-top: 30px;
    }
}
@media(max-width: 575.98px){
    .content-43 {
        margin-top: 15px;
    }
}


.content-43:has(+ .crosslink-text-based) {
    margin-bottom: 60px;
}







/*** v2024_two_column_checklist ***/

.v2024_two_column_checklist .checklist-flex {
    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;
}

.v2024_two_column_checklist .checklist-box {
    border-radius: var(--global-border-radius-small);
    padding: 60px;
    border: 1px solid #d8d8d8;
    width: calc(50% - 20px);
}
@media(min-width: 1599.98px) {
    .v2024_two_column_checklist .checklist-box h4.column-heading {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 45px;
    }
}

.v2024_two_column_checklist .container-fluid {
    background-size: cover;
    background-position: center;
}
.v2024_two_column_checklist .main-content-column * {
    color: var(--white);
}

.v2024_two_column_checklist .main-content-column div.pill {
    color: #397CCF;
}

.v2024_two_column_checklist .custom_padding {
    padding: 120px 0px;
}
.v2024_two_column_checklist .checklist-box .image-16by9 {
    padding-bottom: 7.25%;
    margin-bottom: 40px;
}
.v2024_two_column_checklist .checklist-box .image-16by9 > img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left;
    object-position: left;
}
.v2024_two_column_checklist .checklist-box p.large::after {
    content: '';
    background-image: url('../image/tick1.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: calc(50% - 10px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
    width: 26px;
    height: 20px;
}
.v2024_two_column_checklist .checklist-box p.large {
    position: relative;
    padding-right: 41px;
    font-weight: 600;
}
.v2024_two_column_checklist .checklist-box p.large:last-of-type {
    margin-bottom: 0px;
}
.v2024_two_column_checklist .container {
    position: relative;
}
.v2024_two_column_checklist .container:before {
    content: '';
    position: absolute;
    bottom: 10px;
    background: rgba(112, 112, 112, 0.3);
    width: 100%;
    left: 50%;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    height: 100%;
    top: 0px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

    display: none !important;
}
@media(max-width: 1599.98px) {
    .v2024_two_column_checklist .checklist-box {
        padding: 45px 40px;
    }
    .v2024_two_column_checklist .custom_padding {
        padding: 100px 0;
    }
}
@media(max-width: 1199.98px){
    .v2024_two_column_checklist .custom_padding {
        padding: 80px 0px;
    }
    .v2024_two_column_checklist .checklist-box {
        padding: 35px;
    }
    .v2024_two_column_checklist .checklist-box p.large {
        font-size: 17px;
        line-height: 22px;
    }
}
@media(max-width: 991.98px){
    .v2024_two_column_checklist .custom_padding {
        padding: 40px 0px;
    }
    .v2024_two_column_checklist .checklist-box {
        padding: 40px 30px;
    }
    .v2024_two_column_checklist .key_differences_button {
        margin: 30px 0px;
    }
}
@media(max-width: 767.98px){
    .v2024_two_column_checklist .custom_padding {
        padding: 30px 0px;
        padding-bottom: 20px;
    }
    .v2024_two_column_checklist .checklist-box {
        padding: 30px;
        margin-top: 20px;
        width: 100%;
    }
    .v2024_two_column_checklist .checklist-flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}



.spacer_heading_2024:has(+ .v2024_two_column_checklist) + .v2024_two_column_checklist .custom_padding {
    padding-top: 60px;
}
@media(max-width: 1599.98px) {
    .spacer_heading_2024:has(+ .v2024_two_column_checklist) + .v2024_two_column_checklist .custom_padding {
        padding-top: 0px;
    }
}








/** Three Column Filter By Region **/
.three_column_filter_by_region_subject_cards_2024 .subject_information {
    display: none !important;
}
.three_column_filter_by_region_subject_cards_2024 .padding_setting {
    padding-top: 120px;
    padding-bottom: 120px;
    margin-top: 60px;
    margin-bottom: 60px;
}

.three_column_filter_by_region_subject_cards_2024 .padding_setting.light_grey {
    background-color: var(--light-grey);
    border-radius: var(--global-border-radius);
}

.three_column_filter_by_region_subject_cards_2024 .column-width-setting {
    width: 1500px;
    max-width: calc(100% - 60px);
    margin: 0 auto;
}

.three_column_filter_by_region_subject_cards_2024 .top-heading {
    margin: 0 auto;
    margin-bottom: 45px;
    width: 1000px;
    max-width: 100%;
}

.three_column_filter_by_region_subject_cards_2024 .column-flex {
    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;
}

.three_column_filter_by_region_subject_cards_2024 .column-flex .column {
    border-radius: var(--global-border-radius-small);
    background-color: #ffffff;
    padding: 45px 35px;
    border: 1px solid #d8d8d8;
    width: calc(33.3% - 15px);
    position: relative;
}

/*** When 2 columns are present, i.e. A LEVELS */
.three_column_filter_by_region_subject_cards_2024.two_column_filter_by_region_subject_cards_2024 .column-flex .column-2 {
    width: calc(66.6% - 15px);
}
.three_column_filter_by_region_subject_cards_2024.two_column_filter_by_region_subject_cards_2024 .column-flex .column-2 .nwInsertFilteredCoreSubjectsHere {
    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: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.three_column_filter_by_region_subject_cards_2024.two_column_filter_by_region_subject_cards_2024 .column-2 div.nwInsertFilteredCoreSubjectsHere h6.core-heading {
    width: 100%;
}
.three_column_filter_by_region_subject_cards_2024.two_column_filter_by_region_subject_cards_2024 .column-2 div.nwInsertFilteredCoreSubjectsHere .core-subject-card-box {
    width: calc(50% - 5px);
}

.three_column_filter_by_region_subject_cards_2024 .core-subject-card-box.no_link_state > a {
    cursor: not-allowed !important;
}

@media(min-width: 1399.98px) {
    .three_column_filter_by_region_subject_cards_2024.two_column_filter_by_region_subject_cards_2024 .column-2 {
        padding-right: 130px;
    }
}



@media(max-width: 1199.98px) {
    .three_column_filter_by_region_subject_cards_2024.two_column_filter_by_region_subject_cards_2024 .column-2 div.nwInsertFilteredCoreSubjectsHere .core-subject-card-box {
        width: calc(100%);
    }
}
@media(max-width: 767.98px) {
    .three_column_filter_by_region_subject_cards_2024.two_column_filter_by_region_subject_cards_2024 .column-2 div.nwInsertFilteredCoreSubjectsHere .core-subject-card-box {
        width: calc(50% - 5px);
    }
}
@media(max-width: 575.98px) {
    .three_column_filter_by_region_subject_cards_2024.two_column_filter_by_region_subject_cards_2024 .column-2 div.nwInsertFilteredCoreSubjectsHere .core-subject-card-box {
        width: calc(100%);
    }
}





.three_column_filter_by_region_subject_cards_2024 .column-flex .column.column-1 {
    overflow: visible;
}
.three_column_filter_by_region_subject_cards_2024 .column-flex .column.column-1::after {
    content: '';
    display: block;
    position: absolute;
    left: -100px;
    top: 100px;
    height: 130px;
    width: 120px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('../image/selectRegionText.svg');
}
@media(max-width: 1699.98px) {
    .three_column_filter_by_region_subject_cards_2024 .column-flex .column.column-1::after {
        left: -50px;
        top: 110px;
        height: 100px;
        width: 90px;
    }
}
@media(max-width: 1199.98px) {
    .three_column_filter_by_region_subject_cards_2024 .column-flex .column.column-1::after {
        left: -50px;
        top: 110px;
        height: 90px;
        width: 80px;
    }
}
@media(max-width: 767.98px) {
    .three_column_filter_by_region_subject_cards_2024 .column-flex .column.column-1::after {
        display: none;
    }
}


.three_column_filter_by_region_subject_cards_2024 label.nwTabletRadioButton {
    position: relative;
    width: calc(100% - 30px);
    float: right;
    border-style: solid;
    border-width: 2px;
    border-color: #D8D8D8;
    border-radius: 12px;
    margin-bottom: 10px;
    margin-left: 30px;
    margin-right: 5px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 55px;
    padding-right: 50px;
    text-transform: uppercase;
    background: var(--white) 0% 0% no-repeat;
    font-weight: bold;
    -webkit-transition: ease all .5s;
    -o-transition: ease all .5s;
    transition: ease all .5s;
    cursor: pointer;
}

.three_column_filter_by_region_subject_cards_2024 label.nwTabletRadioButton > input[type="radio"] {
    display: none;
}
.three_column_filter_by_region_subject_cards_2024 label.nwTabletRadioButton span {
    display: block;
    font-size: 14px;
    font-weight: 400;
}
.three_column_filter_by_region_subject_cards_2024 label.nwTabletRadioButton.selected {
    border-color: #143256;
    background: #F6F9FC 0% 0% no-repeat;
}
.three_column_filter_by_region_subject_cards_2024 label.nwTabletRadioButton::after {
    content: '';
    height: 32px;
    width: 32px;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: ease all .5s;
    -o-transition: ease all .5s;
    transition: ease all .5s;
}
.three_column_filter_by_region_subject_cards_2024 label.nwTabletRadioButton.selected::after {
    background-image: url('../image/radioSelected.svg');
}
.three_column_filter_by_region_subject_cards_2024 label.nwTabletRadioButton:not(.selected)::after {
    background-image: url('../image/radioUnselected.svg');
}

.three_column_filter_by_region_subject_cards_2024 label.nwTabletRadioButton::before {
    content: '';
    height: 76px;
    width: 76px;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -35px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: ease all .5s;
    -o-transition: ease all .5s;
    transition: ease all .5s;
}

.three_column_filter_by_region_subject_cards_2024 label.nwTabletRadioButton.international_option:not(.selected)::before {
    background-image: url('../image/region_UK_inactive.svg');
}
.three_column_filter_by_region_subject_cards_2024 label.nwTabletRadioButton.international_option.selected::before {
    background-image: url('../image/region_UK_active.svg');
}

.three_column_filter_by_region_subject_cards_2024 label.nwTabletRadioButton.middleEast_option:not(.selected)::before {
    background-image: url('../image/region_Middle_East_inactive.svg');
}
.three_column_filter_by_region_subject_cards_2024 label.nwTabletRadioButton.middleEast_option.selected::before {
    background-image: url('../image/region_Middle_East_active.svg');
}
.three_column_filter_by_region_subject_cards_2024 label.nwTabletRadioButton.apac_option:not(.selected)::before {
    background-image: url('../image/region_Southeast_Asia_inactive.svg');
}
.three_column_filter_by_region_subject_cards_2024 label.nwTabletRadioButton.apac_option.selected::before {
    background-image: url('../image/region_Southeast_Asia_active.svg');
}






.three_column_filter_by_region_subject_cards_2024 .core-subject-card-box > a {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    border-style: solid;
    border-width: 2px;
    border-color: #D8D8D8;
    border-radius: 12px;
    margin-bottom: 10px;
}

.three_column_filter_by_region_subject_cards_2024 .core-subject-card-box img {
    width: 50px;
    height: 50px;
    min-height: 50px;
    min-width: 50px;
}

.three_column_filter_by_region_subject_cards_2024 .core-subject-card-box h6 {
    margin-bottom: 0;
    padding-left: 15px;
    font-weight: 600;
}

div.content-area .three_column_filter_by_region_subject_cards_2024 a:not(.button) {
    text-decoration: none !important;
}

.three_column_filter_by_region_subject_cards_2024 .column-2 {
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.three_column_filter_by_region_subject_cards_2024 .column-2 p.small {
    margin-top: 20px;
}

.three_column_filter_by_region_subject_cards_2024 .column-3 div.resultsArea {
    width: 100%;
    height: 400px;
    -webkit-columns: 2 auto;
    -moz-columns: 2 auto;
    columns: 2 auto;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-column-fill: auto;
    -moz-column-fill: auto;
    column-fill: auto;
}

.three_column_filter_by_region_subject_cards_2024 .column-3 div.resultAreaParent_2 .resultsArea {
    height: 240px;
    -webkit-columns: 1 auto;
    -moz-columns: 1 auto;
    columns: 1 auto;
}

.three_column_filter_by_region_subject_cards_2024 .assured_subjects_area {
    margin-top: 30px;
}

.three_column_filter_by_region_subject_cards_2024 .nwInsertFilteredCoreSubjectsHere h6,
.three_column_filter_by_region_subject_cards_2024 .additional_subjects_area h6,
.three_column_filter_by_region_subject_cards_2024 .assured_subjects_area h6 {
    color: #397CCF;
    font-weight: 600;
}


.three_column_filter_by_region_subject_cards_2024 .column-3 div.nwInsertFilteredAdditionalSubjectsHere h6,
.three_column_filter_by_region_subject_cards_2024 .nwInsertFilteredCoreSubjectsHere h6.core-heading {
    margin-top: 30px;
    margin-bottom: 15px;
}


.three_column_filter_by_region_subject_cards_2024 .core-subject-card-box h6 {
    color: #1a1a1a;
}

.three_column_filter_by_region_subject_cards_2024 .additional_subjects_area .additional-subject {
    white-space: normal;
    display: contents;

}



.three_column_filter_by_region_subject_cards_2024 .assured-subjects-heading {
    position: relative;
    display: inline-block;
}

.three_column_filter_by_region_subject_cards_2024 .assured-subjects-heading > span.tooltip-icon {
    position: absolute;
    right: -35px;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 25px;
    width: 25px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../image/tooltip.svg');
    cursor: pointer;
}





.three_column_filter_by_region_subject_cards_2024 h6.subjectModalPopup {
    position: relative;
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
}
.three_column_filter_by_region_subject_cards_2024 h6.subjectModalPopup::after {
    content: '';
    position: absolute;
    right: -35px;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 25px;
    width: 25px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../image/tooltip.svg');
    cursor: pointer;
}




@media(max-width: 1799.98px) {
    .three_column_filter_by_region_subject_cards_2024 .payment-options-container {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-left: 0 !important;
    }
}




@media(max-width: 1599.98px) {
    .three_column_filter_by_region_subject_cards_2024 .assured-subjects-heading > span.tooltip-icon {
        height: 15px;
        width: 15px;
        right: -20px;
    }
    .three_column_filter_by_region_subject_cards_2024 h6.subjectModalPopup::after {
        height: 15px;
        width: 15px;
        right: -20px;
    }
}


.three_column_filter_by_region_subject_cards_2024 .additional_subjects_area h6,
.three_column_filter_by_region_subject_cards_2024 .assured_subjects_area h6 {
    width: 100%;
    -webkit-column-span: all;
    -moz-column-span: all;
    column-span: all;
}

@media(max-width: 1399.98px) {
    .three_column_filter_by_region_subject_cards_2024 .column-3 div.resultsArea {
        width: 100%;
        height: auto;
        -webkit-columns: unset;
        -moz-columns: unset;
        columns: unset;
        -webkit-column-gap: unset;
        -moz-column-gap: unset;
        column-gap: unset;
        -webkit-column-fill: unset;
        -moz-column-fill: unset;
        column-fill: unset;
    }
    .three_column_filter_by_region_subject_cards_2024 .padding_setting {
        padding-top: 90px;
        padding-bottom: 90px;
        margin-top: 50px;
        margin-bottom: 50px;
    }
}

@media(max-width: 1199.98px) {
    .three_column_filter_by_region_subject_cards_2024 .column-flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .three_column_filter_by_region_subject_cards_2024 .column-flex .column.column-1,
    .three_column_filter_by_region_subject_cards_2024 .column-flex .column.column-2 {
        width: calc(50% - 10px);
    }
    .three_column_filter_by_region_subject_cards_2024 .column-flex .column.column-3 {
        width: 100%;
        margin-top: 20px;
    }
    .three_column_filter_by_region_subject_cards_2024 .column-3 div.resultsArea {
        width: 100%;
        height: 230px;
        -webkit-columns: 3 auto;
        -moz-columns: 3 auto;
        columns: 3 auto;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        -webkit-column-fill: auto;
        -moz-column-fill: auto;
        column-fill: auto;
    }

    .three_column_filter_by_region_subject_cards_2024 .padding_setting {
        padding-top: 70px;
        padding-bottom: 70px;
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

@media(max-width: 767.98px) {
    .three_column_filter_by_region_subject_cards_2024 .column-flex .column.column-1,
    .three_column_filter_by_region_subject_cards_2024 .column-flex .column.column-2 {
        width: 100%;
    }
    .three_column_filter_by_region_subject_cards_2024 .column-flex .column.column-2,
    .three_column_filter_by_region_subject_cards_2024 .column-flex .column.column-3 {
        margin-top: 20px;
    }
    .three_column_filter_by_region_subject_cards_2024 .column-3 div.resultsArea {
        -webkit-columns: 2 auto;
        -moz-columns: 2 auto;
        columns: 2 auto;
        height: 350px;
    }
    .three_column_filter_by_region_subject_cards_2024 .additional_subjects_area h6,
    .three_column_filter_by_region_subject_cards_2024 .assured_subjects_area h6 {
        width: 200%;
    }
    .three_column_filter_by_region_subject_cards_2024 .column-width-setting {
        max-width: 100%;
    }
    .three_column_filter_by_region_subject_cards_2024 .column-flex .column {
        padding: 35px;
    }
    .three_column_filter_by_region_subject_cards_2024 .core-subject-card-box h6 {
        font-size: 17px;
    }
}

@media(max-width: 575.98px) {
    .three_column_filter_by_region_subject_cards_2024 .column-3 div.resultsArea {
        width: 100%;
        height: 370px;
        -webkit-columns: 2 auto;
        -moz-columns: 2 auto;
        columns: 2 auto;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        -webkit-column-fill: auto;
        -moz-column-fill: auto;
        column-fill: auto;

    }
    .three_column_filter_by_region_subject_cards_2024 .additional_subjects_area h6,
    .three_column_filter_by_region_subject_cards_2024 .assured_subjects_area h6 {
        width: 100%;
    }
    .three_column_filter_by_region_subject_cards_2024 .column-flex .column {
        padding: 25px 16px;
    }
    .three_column_filter_by_region_subject_cards_2024 .padding_setting {
        padding-top: 40px;
        padding-bottom: 40px;
    }

}





/***** Results Area - Depending on Key Stage Result, Responsive Styles *****/

/*** KS2 - Primary - Additional Subjects ***/
.three_column_filter_by_region_subject_cards_2024.ks2subjects .column-3 .resultAreaParent_1 div.resultsArea {
    height: 250px;
    -webkit-columns: 1 auto;
    -moz-columns: 1 auto;
    columns: 1 auto;
}

.three_column_filter_by_region_subject_cards_2024.ks2subjects label.nwTabletRadioButton.apac_option{
    /*display: none;*/
}


/*** KS4 - GCSE - Additional Subjects ***/
.three_column_filter_by_region_subject_cards_2024.ks4subjects .column-3 .resultAreaParent_1 div.resultsArea {
    height: 490px;
}
@media(max-width: 1599.98px) {
    .three_column_filter_by_region_subject_cards_2024.ks4subjects .column-3 .resultAreaParent_1 div.resultsArea {
        height: 555px;
    }
}
@media(max-width: 1399.98px) {
    .three_column_filter_by_region_subject_cards_2024.ks4subjects .column-3 .resultAreaParent_1 div.resultsArea {
        height: auto;
    }
}
@media(max-width: 1199.98px) {
    .three_column_filter_by_region_subject_cards_2024.ks4subjects .column-3 .resultAreaParent_1 div.resultsArea {
        height: 370px;
    }
}
@media(max-width: 767.98px) {
    .three_column_filter_by_region_subject_cards_2024.ks4subjects .column-3 .resultAreaParent_1 div.resultsArea {
        height: 520px;
    }
}
@media(max-width: 575.98px) {
    .three_column_filter_by_region_subject_cards_2024.ks4subjects .column-3 .resultAreaParent_1 div.resultsArea {
        height: 520px;
    }
}
/*** Ks4 - GCSE - Assured Subjects ***/
.three_column_filter_by_region_subject_cards_2024 .column-3 div.resultAreaParent_2 .resultsArea {
    width: 100%;
    height: auto;
    -webkit-columns: unset;
    -moz-columns: unset;
    columns: unset;
    -webkit-column-gap: unset;
    -moz-column-gap: unset;
    column-gap: unset;
    -webkit-column-fill: unset;
    -moz-column-fill: unset;
    column-fill: unset;
}



/*** IB Online - Additional Subjects ***/
.three_column_filter_by_region_subject_cards_2024.ibsubjects .column-3 .resultAreaParent_1 div.resultsArea {
    height: 550px;
}
@media(max-width: 1399.98px) {
    .three_column_filter_by_region_subject_cards_2024.ibsubjects .column-3 .resultAreaParent_1 div.resultsArea {
        height: auto;
    }
}
@media(max-width: 1199.98px) {
    .three_column_filter_by_region_subject_cards_2024.ibsubjects .column-3 .resultAreaParent_1 div.resultsArea {
        height: 350px;
    }
}
@media(max-width: 991.98px) {
    .three_column_filter_by_region_subject_cards_2024.ibsubjects .column-3 .resultAreaParent_1 div.resultsArea {
        height: 400px;
    }
}
@media(max-width: 767.98px) {
    .three_column_filter_by_region_subject_cards_2024.ibsubjects .column-3 .resultAreaParent_1 div.resultsArea {
        height: 700px;
    }
}
@media(max-width: 575.98px) {
    .three_column_filter_by_region_subject_cards_2024.ibsubjects .column-3 .resultAreaParent_1 div.resultsArea {
        height: 500px;
    }
}
@media(max-width: 350px) {
    .three_column_filter_by_region_subject_cards_2024.ibsubjects .column-3 .resultAreaParent_1 div.resultsArea {
        height: 550px;
    }
}


.three_column_filter_by_region_subject_cards_2024 .fees_global_message_box {
    border-radius: var(--global-border-radius);
    border: 1px solid #999999;
    text-align: center;
    padding: 60px;
    margin-bottom: 30px;
}

.three_column_filter_by_region_subject_cards_2024 .fees_global_message_box p {
    margin-bottom: 0;
    font-weight: bold;
}

.three_column_filter_by_region_subject_cards_2024 .fees_global_message_box h5 {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
.three_column_filter_by_region_subject_cards_2024 .fees_global_message_box p {
    width: 875px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

div.content-area .three_column_filter_by_region_subject_cards_2024 .fees_global_message_box a:not(.button) {
    text-decoration: underline !important;
    color: #397CCF !important;
}
@media(max-width: 1599.98px) {
    .three_column_filter_by_region_subject_cards_2024 .fees_global_message_box {
        padding: 40px;
    }
}
@media(max-width: 767.98px) {
    .three_column_filter_by_region_subject_cards_2024 .fees_global_message_box {
        padding: 30px;
    }
}


/*** Global Fees Boxes - For Use Across Multiple Blocks ***/
.global_fees_v2024 {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.global_fees_v2024 .box {
    width: calc(50% - 5px);
    margin-bottom: 10px;
    background-color: #666666;
    padding: 40px;
    border-radius: var(--global-border-radius-small);
    overflow: hidden;
    position: relative;
    text-align: left;
}
.global_fees_v2024 .box.left_box {
background-color: #397CCF;
}
.global_fees_v2024 .box.right_box {
background-color: #1C3E67;
}
.global_fees_v2024 .box * {
    color: white;
}

.global_fees_v2024 .box .top {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 30px;
    padding-right: 50px;
}
.global_fees_v2024 .box .title,
.global_fees_v2024 .box .contract {
    display: inline-block;
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
}
.global_fees_v2024 .box .title {
    line-height: 1;
    padding: 10px 20px;
    border-radius: 50px;
    border: 1px solid white;
    margin-right: 20px;
    white-space: nowrap;
}
.global_fees_v2024 .box .ribbon {
    position: absolute;
    top: 30px;
    right: -50px;
    height: 33px;
    background: #FEDD00;
    width: 200px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    text-align: center;
    font-size: 16px;
    line-height: 1;
    padding: 8px;
    color: black;
    font-weight: 500;
}
.global_fees_v2024 .box .price {
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 15px;
}
.global_fees_v2024 .box .price .main_price {
    font-size: 80px;
    font-weight: 900;
    line-height: 1.2;
}
.global_fees_v2024 .box .price .suffix {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 13px;
    margin-left: 10px;
}
.global_fees_v2024 .box .price_info p {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
}
.global_fees_v2024 .box .price_info a {
    color: white !important;
}
.global_fees_v2024 .box ul.bullet_list {
    position: relative;
    padding-top: 20px;
}
.global_fees_v2024 .box ul.bullet_list::before {
    content: '';
    position: absolute;
    top: 0;
    width: calc(100% + 20px);
    left: -20px;
    height: 1px;
    background: white;
    display: none;
}
.global_fees_v2024 .box ul.bullet_list li::marker {
    color: white;
}




/*** Fees Boxes Colors ***/
/*.global_fees_v2024.primary_school_global_fees .box.left_box {*/
    /*background-color: #FF6900;*/
/*}*/
/*.global_fees_v2024.primary_school_global_fees .box.right_box {*/
    /*background-color: #CC5400;*/
/*}*/

/*.global_fees_v2024.middle_school_global_fees .box.left_box {*/
    /*background-color: #34D171;*/
/*}*/
/*.global_fees_v2024.middle_school_global_fees .box.right_box {*/
    /*background-color: #2AA75A;*/
/*}*/

/*.global_fees_v2024.gcse_global_fees .box.left_box {*/
    /*background-color: #397CCF;*/
/*}*/
/*.global_fees_v2024.gcse_global_fees .box.right_box {*/
    /*background-color: #2E63A6;*/
/*}*/

/*.global_fees_v2024.a_level_global_fees .box.left_box {*/
    /*background-color: #143256;*/
/*}*/
/*.global_fees_v2024.a_level_global_fees .box.right_box {*/
    /*background-color: #102845;*/
/*}*/

/*.global_fees_v2024.ib_diploma_global_fees .box.left_box {*/
    /*background-color: #72849A;*/
/*}*/
/*.global_fees_v2024.ib_diploma_global_fees .box.right_box {*/
    /*background-color: #102845;*/
/*}*/



.global_fees_v2024 .subject_information {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 45px;
    background: white;
    border: 1px solid #d8d8d8;
    border-radius: 24px;
}

.global_fees_v2024 .subject_information .left,
.global_fees_v2024 .subject_information .right {
    width: 50%;
}

.global_fees_v2024 .subject_information .left {
    padding-right: 25px;
}

.global_fees_v2024 .subject_information p.large {
    font-weight: 500;
}


.global_fees_v2024 .subject_information ul.bullet_list {
    padding-left: 0;
    margin: 0 !important;
}
.global_fees_v2024 .subject_information .bullet_list li {
    font-weight: 500;
    list-style: none;
    position: relative;
    padding-left: 30px;
}
.global_fees_v2024 .subject_information .bullet_list li::before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    left: 0;
    height: 20px;
    display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.global_fees_v2024 .subject_information a.small-white-button-link {
    display: inline-block;
}
.global_fees_v2024 .subject_information p.small {
    margin-top: 30px;
    margin-bottom: 0;
}
@media(max-width: 1599.98px) {
    .global_fees_v2024 .box .price .main_price {
        font-size: 65px;
    }
    .global_fees_v2024 .box {
        padding: 30px;
    }
}
@media(max-width: 991.98px) {
    .global_fees_v2024 .box {
        width: 100%;
    }
    .global_fees_v2024 .box {
        padding: 30px;
    }
}
@media(max-width: 767.98px) {
    .global_fees_v2024 .box .price .main_price {
        font-size: 45px;
    }
    .global_fees_v2024 .box .price .suffix {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .global_fees_v2024 .subject_information p.small {
        margin-top: 10px;
        margin-bottom: 40px;
    }
}
@media(max-width: 575.98px) {
    .global_fees_v2024 .box {
        padding: 25px;
    }
    #main .global_fees_v2024 .box ul.bullet_list li {
        font-size: 15px;
        margin-bottom: 5px;
    }
    .global_fees_v2024 .box .price_info p {
        font-size: 14px;
        line-height: 1.3;
        font-weight: 500;
    }
    .global_fees_v2024 .box {
        padding: 20px;
    }
    .global_fees_v2024 .box .top {
        -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;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .global_fees_v2024 .box .contract {
        margin-top: 10px;
    }
    .global_fees_v2024 .box .title {
        padding: 7px 14px;
        font-size: 12px;
        margin-bottom: 20px;
    }
    .global_fees_v2024 .box .top {
        margin-bottom: 0px;
    }
}
.global_fees_v2024 .subject_information .bullet_list li::before {
background-image: url('../image/tick__blue.svg');
}
/*.global_fees_v2024.primary_school_global_fees .subject_information .bullet_list li::before {*/
    /*background-image: url('../../../blocks/v2024/fees/v2024_global_fees_options/assets/tick/tick__orange.svg');*/
/*}*/
/*.global_fees_v2024.middle_school_global_fees .subject_information .bullet_list li::before {*/
    /*background-image: url('../../../blocks/v2024/fees/v2024_global_fees_options/assets/tick/tick__green.svg');*/
/*}*/
/*.global_fees_v2024.gcse_global_fees .subject_information .bullet_list li::before {*/
    /*background-image: url('../image/tick__blue.svg');*/
/*}*/
/*.global_fees_v2024.a_level_global_fees .subject_information .bullet_list li::before {*/
    /*background-image: url('../../../blocks/v2024/fees/v2024_global_fees_options/assets/tick/tick__dark-blue.svg');*/
/*}*/
/*.global_fees_v2024.ib_diploma_global_fees .subject_information .bullet_list li::before {*/
    /*background-image: url('../../../blocks/v2024/fees/v2024_global_fees_options/assets/tick/tick__dark-blue.svg');*/
/*}*/

/**** Global Fees Options Block - With Side Buttons ****/
.v2024_global_fees_options .heading_section::before {
    opacity: 0;
    content: '';
    position: absolute;
    display: block;
    height: 100px;
    width: 100px;
    left: -120px;
    top: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('../image/please_select.svg');
}

@media(max-width: 1599.98px) {
    .v2024_global_fees_options .heading_section::before {
        height: 80px;
        width: 80px;
        left: -80px;
        top: 100px;
    }
}
@media(max-width: 991.98px) {
    .v2024_global_fees_options .heading_section::before {
        height: 80px;
        width: 80px;
        left: -50px;
        top: 20px;
    }
}
@media(max-width: 767.98px) {
    .v2024_global_fees_options .heading_section::before {
        display: none;
    }
}

.v2024_global_fees_options .heading_section::before {
    animation-name: appearSideText__svg;
    animation-fill-mode: forwards;
    animation-play-state: running;
    animation-delay: 2s;
    animation-duration: 1s;
}

@-webkit-keyframes appearSideText__svg {
    from {
        opacity: 0;
        -webkit-transform: scale(0.8) rotate(-15deg);
        transform: scale(0.8) rotate(-15deg);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
    }
}



.v2024_global_fees_options .heading_section {
    position: relative;
    padding-bottom: 35px;
}
.v2024_global_fees_options .heading_section h3 {
    margin-bottom: 15px;
}
.v2024_global_fees_options .heading_section p {
    font-weight: bold;
    margin-bottom: 0;
}
.v2024_global_fees_options .flex-container {
    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;
}
.v2024_global_fees_options .left_column {
    width: calc(33.3% - 5px);
}
.v2024_global_fees_options .right_column {
    width: calc(66.6% - 5px);
}
.v2024_global_fees_options .left_column,
.v2024_global_fees_options .right_column {
    position: relative;
}
.v2024_global_fees_options .left_column {
    background: white;
    border: 1px solid #d8d8d8;
    border-radius: 24px;
    padding: 45px;
    padding-right: 25px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}
.v2024_global_fees_options .right_column {
    min-height: 950px;
}

.v2024_global_fees_options .padding_setting {
    padding-top: 120px;
    padding-bottom: 120px;
    margin-bottom: 60px;
}
.v2024_global_fees_options button.fees_selection_button {
    position: relative;
    width: calc(100% - 30px);
    float: right;
    cursor: pointer;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: white;
    outline: none;
    border: 1px solid #d8d8d8;
    border-radius: var(--global-border-radius-small);
    padding-left: 60px;
    padding-right: 60px;
    text-align: left;
    margin-bottom: 25px;
    padding-top: 16px;
    padding-bottom: 16px;

}
.v2024_global_fees_options button.fees_selection_button:last-of-type {
    margin-bottom: 0;
}
.v2024_global_fees_options button.fees_selection_button div.icon_image {
    position: absolute;
    left: -30px;
    top: 50%;
    -webkit-transform: translateY(-58%);
    -ms-transform: translateY(-58%);
    transform: translateY(-58%);
    height: 85px;
    width: 75px;
}
.v2024_global_fees_options button.fees_selection_button div.icon_image img {
    min-height: 100%;
}
.v2024_global_fees_options button.fees_selection_button h6 {
    margin-bottom: 2px;
}
.v2024_global_fees_options button.fees_selection_button p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.3;
}
.v2024_global_fees_options button.fees_selection_button::after {
    content: '';
    height: 24px;
    width: 24px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    right: 25px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.v2024_global_fees_options button.fees_selection_button::after {
    background-image: url('../image/radio__inactive.svg');
}
.v2024_global_fees_options button.fees_selection_button.active::after{
    background-image: url('../image/radio__blue.svg');
}
/*.v2024_global_fees_options button.fees_selection_button#globalFees__primarySchool.active::after {*/
    /*background-image: url('../../../blocks/v2024/fees/v2024_global_fees_options/assets/radio/radio__orange.svg');*/
/*}*/
/*.v2024_global_fees_options button.fees_selection_button#globalFees__middleSchool.active::after {*/
    /*background-image: url('../../../blocks/v2024/fees/v2024_global_fees_options/assets/radio/radio__green.svg');*/
/*}*/
/*.v2024_global_fees_options button.fees_selection_button#globalFees__gcse.active::after {*/
    /*background-image: url('../image/radio__blue.svg');*/
/*}*/
/*.v2024_global_fees_options button.fees_selection_button#globalFees__aLevel.active::after {*/
    /*background-image: url('../image/radio__blue.svg');*/
/*}*/
/*.v2024_global_fees_options button.fees_selection_button#globalFees__ibDiploma.active::after {*/
    /*background-image: url('../image/radio__blue.svg');*/
/*}*/
.v2024_global_fees_options button.fees_selection_button.active {
    border-width: 1px;
    border-style: solid;
    border-color: #397CCF;
    background-color: #ECF2FA;
}

/*.v2024_global_fees_options button.fees_selection_button#globalFees__primarySchool.active {*/
    /*border-width: 1px;*/
    /*border-style: solid;*/
    /*border-color: #FF6900;*/
    /*background-color: var(--pastel-orange);*/
/*}*/
/*.v2024_global_fees_options button.fees_selection_button#globalFees__middleSchool.active {*/
    /*border-width: 1px;*/
    /*border-style: solid;*/
    /*border-color: #34D171;*/
    /*background-color: var(--pastel-green);*/
/*}*/
/*.v2024_global_fees_options button.fees_selection_button#globalFees__gcse.active {*/
    /*border-width: 1px;*/
    /*border-style: solid;*/
    /*border-color: #2E63A6;*/
    /*background-color: var(--pastel-blue);*/
/*}*/
/*.v2024_global_fees_options button.fees_selection_button#globalFees__aLevel.active {*/
    /*border-width: 1px;*/
    /*border-style: solid;*/
    /*border-color: #2E63A6;*/
    /*background-color: var(--pastel-blue);*/
/*}*/
/*.v2024_global_fees_options button.fees_selection_button#globalFees__ibDiploma.active {*/
    /*border-width: 1px;*/
    /*border-style: solid;*/
    /*border-color: #2E63A6;*/
    /*background-color: var(--pastel-blue);*/
/*}*/


.v2024_global_fees_options .fees_info_section {
    -webkit-transition: ease all .5s;
    -o-transition: ease all .5s;
    transition: ease all .5s;
    opacity: 0;
    visibility: hidden;
    position: absolute;
}
.v2024_global_fees_options .fees_info_section.active {
    opacity: 1;
    visibility: visible;
}

.v2024_global_fees_options .fixed_fees_cta_bar {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 15px;
    background-color: #FEDD00;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 10;
}

.v2024_global_fees_options .fixed_fees_cta_bar p {
    font-weight: 600;
    margin: 0;
}
.v2024_global_fees_options .fixed_fees_cta_bar a.button.primary-button {
    background-color: #2A2A2A;
    color: white;
    margin-bottom: 0;
    margin-left: 30px;
    white-space: nowrap;
}

@media(max-width: 1599.98px) {
    .v2024_global_fees_options .global-fees-options-flex {
        margin-left: 0 !important;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .v2024_global_fees_options .left_column {
        padding: 30px;
    }
    .v2024_global_fees_options .heading_section {
        padding-bottom: 25px;
    }
    .global_fees_v2024 .subject_information {
        padding: 30px;
    }
    .v2024_global_fees_options button.fees_selection_button {
        margin-bottom: 10px;
    }
    .v2024_global_fees_options .padding_setting {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media(max-width: 1199.98px) {
    .v2024_global_fees_options .left_column {
        margin-bottom: 10px;
    }
    .v2024_global_fees_options .flex-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .v2024_global_fees_options .left_column {
        width: 100%;
        min-height: auto!important;
    }
    .v2024_global_fees_options .right_column {
        width: 100%;
    }
    .v2024_global_fees_options .heading_section {
        text-align: center;
        padding-bottom: 35px;
        padding-top: 10px;
    }
    .v2024_global_fees_options .button_section {
        padding-left: 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 10px;
    }
    .v2024_global_fees_options button.fees_selection_button {
        margin-bottom: 25px;
    }
    .v2024_global_fees_options button.fees_selection_button {
        width: calc(50% - 54px);
        margin-right: 27px;
        margin-left: 27px;
        float: left;
    }
    .v2024_global_fees_options button.fees_selection_button p {
        font-size: 13px;
    }
    .v2024_global_fees_options button.fees_selection_button {
        padding-right: 50px;
    }
    .v2024_global_fees_options button.fees_selection_button::after {
        right: 15px;
    }
}
@media(max-width: 767.98px) {
    .v2024_global_fees_options button.fees_selection_button {
        width: calc(100%);
        margin-right: 0;
    }
    .v2024_global_fees_options .heading_section {
        padding-top: 0;
    }
    .v2024_global_fees_options .right_column {
        min-height: 1300px;
    }
    .global_fees_v2024 .subject_information .left {
        padding-right: 0px;
    }
    .global_fees_v2024 .subject_information .left,
    .global_fees_v2024 .subject_information .right {
        width: 100%;
    }
    .global_fees_v2024 .subject_information {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media(max-width: 575.98px) {
    .v2024_global_fees_options .left_column {
        padding: 20px;
        padding-top: 30px;
    }
    .v2024_global_fees_options .padding_setting {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .global_fees_v2024 .subject_information {
        padding: 20px;
    }
    .v2024_global_fees_options .fixed_fees_cta_bar {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .v2024_global_fees_options .fixed_fees_cta_bar * {
        width: 100%;
        text-align: center;
    }
    .v2024_global_fees_options .fixed_fees_cta_bar a.button.primary-button {
        margin: 0;
        margin-top: 10px;
    }
}

/*** Contact Form Settings ***/

.v2021_CONTACT_PAGE_FORM_V4 h2,
.v2021_CONTACT_PAGE_FORM_V4 h3 {
    font-family: "Brown", sans-serif;
    font-weight: 700;
}

.v2021_CONTACT_PAGE_FORM_V4 .selection-button-container h2,
.v2021_CONTACT_PAGE_FORM_V4 .selection-button-container h3 {
    margin-bottom: 20px;
}

/*** Box with tool tip ***/
.box_with_tooltip {
    position: relative;
}
.box_with_tooltip button.tooltip_icon {
    font-size: 0;
    border: none;
    outline: none;
    height: 30px;
    width: 30px;
    position: absolute;
    display: block;
    cursor: pointer;
    right: 13px;
    top: 13px;
    background-image: url('../image/tooltip-icon__i.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    z-index: 30;
}
@media(max-width: 767.98px) {
    .box_with_tooltip button.tooltip_icon {
        height: 25px;
        width: 25px;
    }
}


.accreditation-logos-footer-section .trustpilot-widget {
    margin-top: 10px;
    margin-left: -20px;
}

/*** TrustPilot Widget ***/
@media(max-width: 1199.98px) {
    .accreditation-logos-footer-section .trustpilot-widget {
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
    }
}

.timetable_map_block .grey-lightest_background {
    background-color: var(--light-grey);
}



.term-selection-button h3 {
    z-index: 1 !important;
}

a.voided {
    cursor: not-allowed !important;
}

div.nw-main-footer-area p.h4style a {
    color: var(--text-black);
}



/** Duo Crosslink Block 2024 **/
.duo_crosslink_card_2024 .container-large {
    background-color: #F6F9FC;
    border-radius: 30px;
    padding-top: 120px;
    padding-bottom: 120px;
    margin-top: 60px;
    margin-bottom: 60px;
}
.duo_crosslink_card_2024 .content-padding {
    padding: 0px 15px;
}
.duo_crosslink_card_2024 .negative-margin {
    margin: 0px -15px;
}
.duo_crosslink_card_2024 .content-padding .blue_doodle {
    background-color: #397CCF;
    border-radius: 24px;
    padding: 30px;
    background-image: url(../image/doodle.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}
.duo_crosslink_card_2024 .content-padding .white_background {
    padding: 45px;
    border-radius: 12px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.duo_crosslink_card_2024 .content-padding .button.primary-button.normal-size {
    margin-bottom: 0px;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
@media(max-width: 1199.98px){
    .duo_crosslink_card_2024 .container-large {
        padding-bottom: 90px;
        padding-top: 90px;
        margin-top: 45px;
        margin-bottom: 45px;
    }
}
@media(max-width: 991.98px){
    .duo_crosslink_card_2024 .container-large {
        padding-bottom: 60px;
        padding-top: 60px;
        margin-top: 40px;
        margin-bottom: 40px;
    }
}
@media(max-width: 767.98px){
    .duo_crosslink_card_2024 .container-large {
        padding-bottom: 30px;
        padding-top: 30px;
        border-radius: 24px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .duo_crosslink_card_2024 .content-padding:first-child {
        margin-bottom: 30px;
    }
    .duo_crosslink_card_2024 .content-padding .blue_doodle {
        border-radius: 12px;
        padding: 20px;
    }
    .duo_crosslink_card_2024 .content-padding .white_background {
        border-radius: 6px;
        padding: 30px;
    }
}
@media(max-width: 575.98px){
    .duo_crosslink_card_2024 .container-large {
        padding-top: 15px;
        padding-bottom: 15px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .duo_crosslink_card_2024 .content-padding:first-child {
        margin-bottom: 15px;
    }
    .duo_crosslink_card_2024 .content-padding .white_background {
        padding: 25px;
    }
}

/** Tertiary Banner 2024 **/
.tertiary_banner_2024 .text_section_home_banner.left-align {
    align-items: start;
    padding-bottom: 30px;
}
.tertiary_banner_2024 .text_section_home_banner.left-align .text_width_limit {
    width: unset;
    margin: unset;
    text-align: left;
}

.tertiary_banner_2024 .text_section_home_banner.left-align .text_width_limit h1 {
    margin-bottom: 30px;
}
.tertiary_banner_2024 .text_section_home_banner.left-align .text_width_limit p.large {
    position: relative;
}
.tertiary_banner_2024 .text_section_home_banner.left-align .text_width_limit p.large::after {
    content: '';
    height: 6px;
    position: absolute;
    bottom: -30px;
    width: 90px;
    background-color: #DC001E;
    left: 0px;
}
@media(max-width: 991.91px){
    .tertiary_banner_2024 .text_section_home_banner.left-align {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media(max-width: 767.98px){
    .tertiary_banner_2024 .text_section_home_banner.left-align .text_width_limit h1 {
        margin-bottom: 20px;
    }
}
@media(max-width: 575.98px){
    .tertiary_banner_2024 .text_section_home_banner.left-align {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/** Spacer Heading with Logos 2024 **/
.spacer_heading_logos_2024 .container-large {
    background-color: #F6F9FC;
    padding-top: 120px;
    padding-bottom: 120px;
    border-radius: 36px;
}
.spacer_heading_logos_2024.no-logos .container-large {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 60px;
    margin-bottom: 60px;
}
.spacer_heading_logos_2024 .row.logos{
    margin: 0px -10px;
    margin-top: 60px;
}
.spacer_heading_logos_2024 .content-padding {
    padding: 0px 10px;
}
.spacer_heading_logos_2024 .content-padding .white_background {
    padding: 15px 20px;
    border-radius: 20px;
}
.spacer_heading_logos_2024 .content-padding img {
    object-fit: contain;
}
.spacer_heading_logos_2024 .content-padding {
    margin-bottom: 15px;
}
.spacer_heading_logos_2024 .content-padding:last-of-type {
    margin-bottom: 0px;
}
.spacer_heading_logos_2024 .container-large p {
    margin-bottom: 0;
}
.spacer_heading_logos_2024 a.button.secondary-button:hover {
    background: transparent;
    color: #397CCF;
}
.spacer_heading_logos_2024 a.button.secondary-button {
    background: #397CCF;
    border-color: #397CCF;
}
.spacer_heading_logos_2024 .container-large .large > p {
    font-size: 18px;
    font-weight: 400;
}
@media(max-width: 1199.98px){
    .spacer_heading_logos_2024 .container-large {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .spacer_heading_logos_2024 .content-padding .white_background {
        padding: 15px 25%;
    }
}
@media(max-width: 991.98px){
    .spacer_heading_logos_2024 .container-large {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
@media(max-width: 767.98px){
    .spacer_heading_logos_2024 .container-large {
        padding-top: 40px;
        padding-bottom: 40px;
        border-radius: 24px;
    }
    .spacer_heading_logos_2024 .row.logos {
        margin-top: 30px;
    }
    .spacer_heading_logos_2024.no-logos .container-large {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
@media(max-width: 575.98px){
    .spacer_heading_logos_2024 .container-large {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .spacer_heading_logos_2024.no-logos .container-large {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

/** Countdown Banner 2024 **/
.countdown_banner_2024 .blue_doodle {
    background-color: #397CCF;
    border-radius: 36px;
    padding: 90px;
    background-image: url(../image/doodle.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}
.countdown_banner_2024 .white_background {
    padding: 90px;
    border-radius: 12px;
}
.countdown_banner_2024 .white_background a.button {
    margin-bottom: 0px;
}
@media(max-width: 1199.98px){
    .countdown_banner_2024 .blue_doodle {
        padding: 60px;
    }
    .countdown_banner_2024 .white_background {
        padding: 60px;
    }
}
@media(max-width: 991.98px) {
    .countdown_banner_2024 .blue_doodle {
        border-radius: 24px;
    }
}
@media(max-width: 767.98px){
    .countdown_banner_2024 .blue_doodle {
        padding: 40px;
    }
    .countdown_banner_2024 .white_background {
        padding: 40px;
    }
}
@media(max-width: 575.98px){
    .countdown_banner_2024 .blue_doodle {
        padding: 20px;
    }
    .countdown_banner_2024 .white_background {
        padding: 20px;
    }
}

/** Table Block **/
.spacer_heading_2024 ~ .v2021_table {
    background-color: #F6F9FC;
}
.spacer_heading_2024:has(+ .v2021_table) .no-padding-bottom .pb-xl4 a.button {
    margin-bottom: 0px;
}
.spacer_heading_2024:has(+ .v2021_table) .no-padding-bottom .pb-xl4 {
    padding-bottom: 0px;
}
.spacer_heading_2024 ~ .v2021_table > .container-fluid {
    padding-top: 60px;
    padding-bottom: 120px;
}
.spacer_heading_2024 ~ .v2021_table .nw-table .heading-cell:first-of-type {
    background: #EDF1F5;
    color: #2A2A2A;
    border-top-left-radius: 12px;
}
.spacer_heading_2024 ~ .v2021_table .nw-table .heading-cell:nth-of-type(2n) {
    background: #143256;
    color: #ffffff;
}
.spacer_heading_2024 ~ .v2021_table .nw-table .heading-cell:last-of-type {
    background: #397CCF;
    color: #ffffff;
    border-top-right-radius: 12px;
}
.spacer_heading_2024 ~ .v2021_table .nw-table .table-row .cell:nth-of-type(2n+1) {
    background-color: #fff;
}
.spacer_heading_2024 ~ .v2021_table .nw-table .table-row .cell {
    border-color: #D8D8D8;
}
@media(max-width: 991.98px){
    .spacer_heading_2024 ~ .v2021_table > .container-fluid {
        padding-top: 45px;
        padding-bottom: 60px;
    }
}
@media(max-width: 767.98px){
    .spacer_heading_2024 ~ .v2021_table > .container-fluid {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}


.spacer_heading_2024.light_grey:has(+ .three_columns_numbers_in_circles_2024) + .three_columns_numbers_in_circles_2024 {
    background-color: var(--light-grey);
}
@media(max-width: 1599.98px) {
    .spacer_heading_2024.light_grey:has(+ .three_columns_numbers_in_circles_2024) + .three_columns_numbers_in_circles_2024 {

    }
}

/** Coloured Information Card **/
.coloured_info_card .container-fluid {
    padding-top: 60px;
    padding-bottom: 90px;
}
.coloured_info_card .card-content {
    padding-top: 90px;
    padding-bottom: 90px;
}
.coloured_info_card .card-content h4 {
    font-family: "Brown", sans-serif;
    font-weight: 500;
    margin-bottom: 15px;
}
.coloured_info_card .card-content p.large {
    font-weight: 500;
    margin-bottom: 45px;
}
.coloured_info_card .card-content .border-bottom {
    border-color: rgba(0, 0, 0, 0.2);
}
.coloured_info_card .card-content .border-bottom:last-of-type {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px !important;
}
.coloured_info_card .global-border-radius {
    border-radius: 30px;
    position: relative;
    overflow: hidden;
}
.coloured_info_card .card-content .border-bottom p.large.mb0 {
    margin-bottom: 0px;
}
.coloured_info_card .card-content .border-bottom .col-12:last-of-type p.large.mb0 {
    font-weight: 300;
}
.coloured_info_card .pastel-orange_background {
    background-color: #FFFCE6;
}
.coloured_info_card .pastel-orange_background:before {
    bottom: -90px;
    left: -90px;
    background-image: url(../image/orange-pattern.svg);
    background-position: right;
}
.coloured_info_card .pastel-green_background {
    background-color: #EBFAF1;
}
.coloured_info_card .pastel-green_background:before {
    top: -90px;
    right: -90px;
    background-image: url(../image/green-pattern.svg);
    background-position: left;
}
.coloured_info_card .pastel-red_background {
    background-color: #FFF0E6;
}
.coloured_info_card .pastel-red_background:before {
    top: -90px;
    left: -90px;
    background-image: url(../image/red-pattern.svg);
    background-position: right;
}

.coloured_info_card .pastel-orange_background:before ,
.coloured_info_card .pastel-green_background:before,
.coloured_info_card .pastel-red_background:before {
    min-height: 500px;
    min-width: 600px;
    max-height: 500px;
    max-width: 600px;
    content: '';
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
}
.coloured_info_card .light_grey .white_background .card-content h4 {
    color: #397CCF;
}
.coloured_info_card .light_grey {
    background-color: #F6F9FC;
}
.coloured_info_card .card-content p {
    margin-bottom: 0;
}
@media(max-width: 991.98px){
    .coloured_info_card .card-content {
        padding-top: 60px;
        padding-bottom: 60px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .coloured_info_card .pastel-orange_background::before,
    .coloured_info_card .pastel-green_background::before,
    .coloured_info_card .pastel-red_background::before {
        min-height: 300px;
        min-width: 400px;
        max-height: 300px;
        max-width: 400px;
    }
    .coloured_info_card .container-fluid {
        padding-top: 60px;
        padding-bottom: 30px;
    }
}
@media(max-width: 767.98px){
    .coloured_info_card .card-content {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .coloured_info_card .global-border-radius {
        border-radius: 15px;
    }
}
@media(max-width: 575.98px){
    .coloured_info_card .card-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .coloured_info_card .pastel-orange_background::before,
    .coloured_info_card .pastel-green_background::before,
    .coloured_info_card .pastel-red_background::before {
        min-height: 250px;
        min-width: 350px;
        max-height: 250px;
        max-width: 350px;
    }
    .coloured_info_card .container-fluid {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .coloured_info_card .row.mb3:last-of-type {
        margin-bottom: 0px;
    }
    .coloured_info_card .pastel-orange_background:before {
        bottom: -30px;
        left: -30px;
    }
    .coloured_info_card .pastel-green_background:before {
        top: -30px;
        right: -30px;
    }
    .coloured_info_card .pastel-red_background:before {
        top: -30px;
        left: -30px;
    }
}
/** Content 4 with Map Embed **/
.content-4 div.h6style > p.large {
    font-weight: 400;
}
.content-4 div.h6style > p.larger-medium {
    font-size: 20px;
    font-weight: 700;
}
.content-4 div.h6style > p.small {
    font-weight: 400;
}
.content-4 div.h6style > p.small a {
    color: #397CCF;
    font-weight: 700;
}

/** banner roundel **/
.banner-roundel {
    width: 185px;
    height: 185px;
    border-radius: 100%;
    background-color: #397CCF;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 45px;
    left: 45px;
    position: absolute;
    text-align: center;
    opacity: 1;
    z-index: 4;
}
.banner-roundel p {
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    padding: 0px 20px;
    font-weight: 700;
    transform: rotate(-20deg);
}
.homepage_banner_2024 .banner-background-float-image.margin-banner-images {
    margin-top: 30px;
}
.banner-roundel ~ .text_section_home_banner .text_width_limit {
    padding-top: 0px;
}
.homepage_banner_2024 .banner-background-float-image .desktop_image {
    width: 100%;
}
@media(max-width: 1599.98px){
    .banner-roundel {
        width: 150px;
        height: 150px;
        top: 15px;
        left: 15px;
    }
    .banner-roundel p {
        font-size: 17px;
        line-height: 24px;
    }
}
@media(max-width: 991.98px){
    .banner-roundel {
        width: 130px;
        height: 130px;
    }
    .banner-roundel p {
        font-size: 14px;
        line-height: 21px;
    }
    .banner-roundel ~ .text_section_home_banner .text_width_limit {
        padding-top: 150px;
        padding-bottom: 200px;
    }
}
@media(max-width: 767.98px){
    .homepage_banner_2024 .banner-background-float-image {
        top: 350px;
    }
}
/*@media(max-height: 1080px) {*/
    /*.homepage_banner_2024 .banner-background-float-image.margin-banner-images {*/
        /*top: 250px;*/
    /*}*/
/*}*/
.dynamic_cta_2024 .banner-roundel {
    right: 30px;
    left: unset;
    top: 30px;
}
.dynamic_cta_2024 .border-radius-left {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}
.dynamic_cta_2024 .border-radius-right {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}
.dynamic_cta_2024 .banner-roundel p {
    transform: rotate(20deg);
}
@media(max-width: 767.98px){
    .dynamic_cta_2024 .banner-roundel {
        top: 15px;
        right: 15px;
    }
    .dynamic_cta_2024 .border-radius-left {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }
    .dynamic_cta_2024 .border-radius-right {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }
}

/** Global fees block **/
.v2024_global_fees_options h3.h1.alt {
    font-weight: 800;
}
.v2024_global_fees_options button.fees_selection_button div.icon_image.inactive_icon {
    display: block;
}
.v2024_global_fees_options button.fees_selection_button div.icon_image {
    display: none;
}
.v2024_global_fees_options button.fees_selection_button.active div.icon_image {
    display: block;
}
.v2024_global_fees_options button.fees_selection_button.active div.icon_image.inactive_icon {
    display: none;
}

/* FAQs Page Height */
.page-id-11387 .content-section {
    height: auto;
}

/** Counsellors Page **/
.page-id-27343 .faqSearchResults.faqAccordions {
    background-color: var(--light-grey);
}
.page-id-27343 .content-10 .content-repeat:nth-of-type(1) h4:before {
    content: '9';
}
.page-id-27343 .content-10 .content-repeat:nth-of-type(2) h4:before {
    content: '10';
}
.page-id-27343 .content-10 .content-repeat:nth-of-type(3) h4:before {
    content: '11';
}
.page-id-27343 .content-10 .content-repeat:nth-of-type(4) h4:before {
    content: '12';
}
/** Fees Block - Hide AP options only available on High School Page **/
.v2024_global_fees_options button.fees_selection_button#globalFees__gcse,
.v2024_global_fees_options button.fees_selection_button#globalFees__aLevel {
    display: none;
}

/** Partnerships **/
.spacer_heading_2024 .padding_setting.no-padding-bottom .pb2 a.button {
    margin-bottom: 25px;
    margin-top: 15px;
}
.spacer_heading_2024 .padding_setting.no-padding-bottom .pb2 {
    padding-bottom: 0px;
}

/** On Demand 24 Rejig **/
.spacer_heading_2024:has(+.open_event_grid) .no-padding-bottom .pb2,
.spacer_heading_2024:has(+.open_event_grid) .no-padding-bottom .pb2 p {
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.open_event_grid .open-event {
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #D8D8D8;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    width: calc(50% - 2.5px);
    margin-bottom: 15px;
    position: relative;
    padding-left: 40px;
}
.open_event_grid .open-event.year-age {
    margin-right: 2.5px;
}
.open_event_grid .open-event.year-age:before {
    content: '';
    background-image: url(../image/user-icon.svg);
    height: 20px;
    width: 20px;
    position: absolute;
    left: 10px;
}
.open_event_grid .open-event.duration-event {
    margin-left: 2.5px;
}
.open_event_grid .open-event.duration-event:before {
    content: '';
    background-image: url(../image/clock-icon.svg);
    height: 20px;
    width: 20px;
    position: absolute;
    left: 10px;
}
.open_event_grid .event_grid .event_instance button {
    background-color: #143256;
    border-color: #143256;
    color: #fff;
}
.open_event_grid .event_grid .event_instance {
    border: 1px solid #D8D8D8!important;
    border-radius: 24px!important;
    position: relative;
}
.open_event_grid .event_grid .event_instance h4,
.open_event_grid .event_grid .event_instance p {
    margin-bottom: 15px;
}
.open_event_grid .pill {
    border-radius: 6px;
    padding: 10px 15px;
    font-size: 15px;
    line-height: 20px;
}
.open_event_grid .pill.yellow-pill {
    background-color: #FFF8CC;
    color: #7E6E00;
}
.open_event_grid .pill.red-pill {
    background-color: #FBE6E9;
    color: #DC001E;
}
.open_event_grid .date-time-event.pill {
    margin-bottom: 15px;
    position: relative;
    padding-left: 40px;
}
.open_event_grid .date-time-event.pill:before {
    content: '';
    background-image: url(../image/calendar-icon.svg);
    height: 20px;
    width: 20px;
    position: absolute;
    left: 10px;
}
.open_event_grid.main_open_events .event_grid .image-16by9 {
    border-radius: 12px;
    margin-bottom: 30px;
}
.open_event_grid.main_open_events .label_flex .pill {
    top: 40px;
    position: absolute;
    left: 40px;
}
.open_event_grid.main_open_events .label_flex {
    margin-bottom: 0px;
}
@media(max-width: 991.98px){
    .open_event_grid .open-event {
        width: 100%;
    }
    .open_event_grid .open-event.year-age {
        margin-bottom: 5px;
    }
}

/** Global Fees AP **/
.global_fees_v2024 .box .price .main_price.ap {
    font-size: 48px;
}
.global_fees_v2024 .top.ap {
    margin-top: 30px;
    border-top: 1px solid #fff;
    padding-top: 30px;
}
.global_fees_v2024 .middle.ap p:first-of-type {
    margin-bottom: 10px;
}
.global_fees_v2024 .middle.ap .suffix {
    margin-bottom: 9px;
}
/* Cookie Bar */
/*.cli-style-v2 .cli-bar-message {*/
    /*text-align: center!important;*/
    /*width: 100%;*/
/*}*/
.cli-style-v2 .cli-bar-message a {
    text-decoration: underline !important;
}
button.cli-ccpa-button-cancel {
    color: #143256!important;
    border-color: #143256!important;
}
button.cli-ccpa-button-confirm {
    background-color: #143256!important;
    border-color: #143256!important;
}
#cookie-law-info-bar {
    z-index: 99!important;
}

ul.nw-footer-bottom-menu li:not(:last-of-type) {
    margin-right: 0px;
}
/* table on privacy policy page */
.tg {
    margin: 15px 0px;
    border-collapse:collapse;
    border-spacing:0;
}
.tg td {
    border-color:black;
    border-style:solid;
    border-width:1px;
    font-size:14px;
    overflow:hidden;
    padding:10px 5px;
    word-break:normal;
}
.tg th {
    border-color:black;
    border-style:solid;
    border-width:1px;
    font-size:14px;
    font-weight:600;
    overflow:hidden;
    padding:10px 5px;
    word-break:normal;
}
.tg .tg-0lax {
    text-align:left;
    vertical-align:top
}