/*
Theme Name: Yakult Australia
Theme URI: #
Author: AMDG
Author URI: #
Description: Lorem ipslum tralala
Version: 1.0
License: #
License URI:
Text Domain: AMDG
Tags: Boostrap 4

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/*
	primary color : #E60D28 ;
    secondary color : #03BCEE;
	theme-light color : #FCF3EE;
*/

:root {
    --color-primary: #E60D28;
    --color-primary-hover : #C9021B;
    --color-secondary: #03BCEE;
    --color--scrollbar-track: #ddd;
    --color--scrollbar-thumb: #b7b7b7;
}


html, body {
    overflow-x: hidden;
}

/* TYPOGRAPHY */
body {
    color: #878787;
    font-family: "proxima-nova", sans-serif;
    line-height: 1.4;
}

h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
    line-height: 1.2;
}

a {
    color: #E60D28;

}

a:hover {
    color: #03BCEE;
}



div.theme-wyswyg-content h1,
div.theme-wyswyg-content h2,
div.theme-wyswyg-content h3,
div.theme-wyswyg-content h4 {
    margin-top: 0.25em;
    margin-bottom: 0.5em;
}

div.theme-wyswyg-content>*:first-child {
    margin-top: 0;
}

div.theme-wyswyg-content strong {
    color: #E60D28;
}

div.theme-wyswyg-content img {
    max-width: 100%;
    height: auto;
}

/* div.theme-wyswyg-content .alignleft {

}

div.theme-wyswyg-content .alignright {
    display: inline;
    margin-bottom: 20px;
    margin-left: 1.5em;
    float: right;
} */




/* HEADER */


header.theme-site-header {
    box-shadow: 0 2px 3px rgba(180, 180, 180, 0.1);
}

header.theme-site-header .theme-topbar {}

header.theme-site-header .theme-site-header-main {}

header.theme-site-header .theme-site-header-main .theme-site-logo {
    margin-top: 35px;
    margin-bottom: 35px;
}

.theme-topbar .search-form .search-submit {
    position: absolute;
    top: 0;
    right: 15px;
    color: #fff;
    background: none;
}

.theme-topbar .search-form .search-field {
    color: #fff;
    background-color: #C2031B;
    border: 0;
}


.theme-topbar .search-form .search-field::placeholder {
    color: #ffffff;
}

.theme-topbar .search-form .search-field:-ms-input-placeholder {
    color: #ffffff;
}

/* PAGES */

section.theme-frontpage-banner {
    background: transparent url(assets/images/frontpage-banner-202212.jpg) no-repeat center center;
    background-size: cover;
}

section.theme-frontpage-banner .theme-banner-main {
    font-size: 4.0em;
    line-height: 1;
}

section.theme-frontpage-section-1 .bottles-wrapper {
    position: absolute;
    top: -12vh;
    right: 0;
}

section.theme-frontpage-section-3 {
    background: #03BCEE url(assets/images/frontpage-section-3-bg-xl.jpg) no-repeat center center;
    background-size: cover;
}

/* FOOTER */

footer.theme-footer-widgets {
    color: #eee;
}

footer.theme-footer-widgets .widget .widget-title:after {
    content: "";
    width: 85%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
}

footer.theme-footer-widgets a {
    color: #fff;
}

footer.theme-footer-bottom-bar {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #B7071D;
}

/* FOOTER WORDPRESS MENU OVERRIDE */

footer.theme-footer-widgets .widget .menu {
    padding-left: 0;
    list-style: none;
}

footer.theme-footer-widgets .widget .menu li {
    padding-left: 15px;
    background: transparent url(assets/images/footer-menu-widget-right-angle-icon.png) no-repeat left center;
}

footer.theme-footer-widgets .inline-menu-container .widget .menu {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

footer.theme-footer-widgets .inline-menu-container .widget .menu li {
    display: inline-block;
    padding-left: 0;
    background: none;
}

footer.theme-footer-widgets .inline-menu-container .widget .menu li:not(:last-child) {
    margin-right: 2rem;
}

/* POST TYPE : PAGE */

section.theme-one-column-content,
section.theme-two-column-content {
    margin-bottom: 5em;
}


section.theme-page-banner {
    background-color: #f8f8f8;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

section.theme-page-banner:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.40);
}

/* POST TYPE : SINGLE */

section.theme-single-content .theme-post-meta {
    color: #bdbdbd;
}

/* TEMPLATE PARTS SPECIFIC */

article.theme-excerpt>header>h2>a {
    /* color: #343a40; */`
    color: var(--color-primary);
}

article.theme-excerpt>header>h2>a:hover {
    color: var(--color-secondary);
    text-decoration: none;
}


/* SIDEBAR */

aside.theme-main-sidebar {
    border-left: 1px solid #ececec;
}


aside.theme-main-sidebar .widget .menu {
    padding-left: 0;
    list-style: none;
}

aside.theme-main-sidebar .widget .menu li a {
    color: #545454;
}

/* CUSTOM WIDGET ICON FOR SIDEBAR TITLES */

aside.theme-main-sidebar section.widget:nth-child(3) .widget-title {
    padding-left: 55px;
    background: transparent url(assets/images/theme-sidebar-heading-faq-icon.png) no-repeat left center;
}

aside.theme-main-sidebar section.widget:nth-child(4) .widget-title {
    padding-left: 55px;
    background: transparent url(assets/images/theme-sidebar-heading-news-icon.png) no-repeat left center;
}

/* FLEX CONTENT */

.theme-accordion-content button.btn-link:hover,
.theme-accordion-content button.btn-link:focus {
    text-decoration: none;
}

.theme-accordion-content .card-header {
    border-bottom-color: #fbb2bc;
}

.theme-sticker-content .theme-sticker {
    border-top: 1px solid #f7e6dc;
    border-right: 5px solid #E60D28;
    border-bottom: 1px solid #f7e6dc;
    border-left: 5px solid #E60D28;
}

.theme-accordion-content .accordion .btn {
    background-image: url(assets/images/accordion-collpase-icon.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    -webkit-transition: background-position 0.33s ease-out;
    -moz-transition: background-position 0.33s ease-out;
    -o-transition: background-position 0.33s ease-out;
    transition: background-position 0.33s ease-out;
}

.theme-accordion-content .accordion .btn.collapsed {
    background-position: top right;
}

.theme-accordion-content .accordion .btn.coll
/* SEARCH FORM */

form.theme-search-form .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    color: #03BCEE;
    background: none;
}

form.theme-search-form .search-submit:hover {
    color: #E60D28;
}

form.theme-search-form .search-field {
    background-color: #f8f8f8;
    border-color: #E2E2E2;
}

form.theme-search-form .search-field::placeholder {
    color: #C9C9C9;
}

form.theme-search-form .search-field:-ms-input-placeholder {
    color: #C9C9C9;
}

.navigation.pagination .nav-links a {
    display: inline-block;
    margin: 0 5px;
}

.navigation.pagination .nav-links a:first-child {
    margin-left: 0;
}

.navigation.pagination .nav-links a:last-child {
    margin-right: 0;
}

.navigation.pagination .screen-reader-text,
.navigation.pagination .nav-links .screen-reader-text {
    display: none;
}

/* OVERRIDES */
.btn {
    font-weight: 700;
}

.btn-primary {
    background-color: #E60D28;
    border-color: #C50920;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #C9021B;
    border-color: #BE0018;
}

.btn-secondary {
    background-color: #03BCEE;
    border-color: #00c2f7;
}

.btn-secondary:hover,
.btn-secondary:focus {
    background-color: #0599c1;
    border-color: #0494bb;
}

.btn-outline-primary {
    color: #E60D28;
    border-color: #E60D28;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #E60D28;
    border-color: #E60D28;
}

.btn-outline-secondary {
    color: #03BCEE;
    border-color: #03BCEE;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #03BCEE;
    border-color: #03BCEE;
}

.bg-primary {
    background-color: #E60D28 !important;
}

.bg-secondary {
    background-color: #03BCEE !important;
}

.text-primary {
    color: #E60D28 !important;
}

.text-secondary {
    color: #03BCEE !important;
}

/* UTILITIES */

.font-lh-1 {
    line-height: 1 !important;
}

.big {
    font-size: 1.2em;
}

.theme-section-title {
    font-size: 2.5em;
}

.btn-theme-white-stroke {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
}

.btn-theme-white-stroke:hover,
.btn-theme-white-stroke:active {
    color: #fff;
    background-color: #E60D28;
    border-color: #C50920;
}

.bg-theme-light {
    background-color: #FCF3EE !important;
}

/* GRAVITY FORMS OVERRIDE */

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
    margin-bottom: 5px !important;
}

body .gform_wrapper ul li.gfield {
    margin-top: 12px !important;
}

.gform_wrapper li {
    margin-bottom: 8px !important;
}

.gform_wrapper .top_label div.ginput_container {
    margin-top: 5px !important;

}

.gform_wrapper .top_label .gfield_label {
    color: #E60D28;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
    color: #fff;
    background-color: #E60D28;
    font-weight: 700;
    border-color: #C50920;
}

.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type=submit]:hover,
.gform_wrapper .gform_footer input.button:focus,
.gform_wrapper .gform_footer input[type=submit]:focus {
    background-color: #C9021B;
    border-color: #BE0018;
}


@media (min-width: 1200px) {

    .vh-xl-100 {
        height: 100vh;
        max-height: 1080px;
    }

    .vh-xl-65 {
        height: 65vh;
        max-height: 650px;
    }

    .vh-xl-40 {
        height: 40vh;
        max-height: 400px;
    }

}

@media(max-width: 1200px) {

    section.theme-frontpage-section-1 .bottles-wrapper {
        top: -6vh;
    }

    section.theme-frontpage-section-3 {
        background-image: url(assets/images/frontpage-section-3-bg-lg.jpg);
    }
}


@media (max-width: 992px) {
    header.theme-site-header .theme-site-header-main .theme-logo-column {
        max-width: 50%;
        position: absolute;
        top: 14px;
        z-index: 10;
    }

    header.theme-site-header .theme-site-header-main .theme-logo-column.theme-inner-page {
        top: 25px;
}

    header.theme-site-header .theme-site-header-main .theme-site-logo {
        margin-top: 0;
        margin-bottom: 0;
    }

    section.theme-frontpage-section-1 .bottles-wrapper {
        position: static;
    }

    .theme-section-title {
        font-size: 2em;
    }

    section.theme-frontpage-section-3 {
        background-image: none;
    }
}

@media(max-width: 768px) {
    section.theme-frontpage-banner .theme-banner-main {
        font-size: 3.5em;
    }

    section.theme-frontpage-banner {
        height: 313px;
    }

    section.theme-frontpage-section-1 .bottles-wrapper {
        margin-bottom: -25px;
    }

    aside.theme-main-sidebar {
        border-top: 1px solid #ececec;
        border-left: 0;
    }

    section.theme-one-column-content {
        margin-bottom: 3em;
    }

    section.theme-two-column-content {
        margin-bottom: 5em;
    }

    aside.theme-main-sidebar section.widget:nth-child(3) .widget-title {
        padding-left: 35px;
        background-image: url(assets/images/theme-sidebar-heading-faq-icon-sm.png);
    }

    aside.theme-main-sidebar section.widget:nth-child(4) .widget-title {
        padding-left: 35px;
        background-image: url(assets/images/theme-sidebar-heading-news-icon-sm.png);
    }

}

@media (max-width: 425px) {
    section.theme-frontpage-banner .theme-banner-main {
        font-size: 2.5em;
    }

    header.theme-site-header .theme-topbar {
        font-size: 0.85rem;
    }
}




/*------ 20200117 edit ------*/

.frontpage-bnr-btn-area {
    width: 100%;
    height: 650px;
    padding: 280px 0 0;
    margin: 0 auto;
    text-align: right;
}

.click-here {
    display: inline-block;
    width: 240px;
    border: 1px solid #fff;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
}

.click-here a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 15px;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
    transition: background-color 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.click-here a:hover {
    color: #E60D28;
    background-color: #fff;
    text-decoration: none;
    transition: background-color 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

@media(max-width: 1200px) {
    .frontpage-bnr-btn-area {
        height: 465px;
        padding: 200px 0 50px;
        margin: 0 auto;
        text-align: right;
    }
}


@media (max-width: 768px) {
    .frontpage-bnr-btn-area {
        max-height: 450px;
        padding: 237px 0 20px;
        text-align: center;
    }
}

@media (max-width: 450px) {
    .frontpage-bnr-btn-area {
        max-height: 430px;
        padding: 237px 0 20px;
        text-align: center;
    }
}

.btn-more {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 5;
    animation-name: fadeUp;
    animation-duration: 0.6s;
    -webkit-transition: 0.6s cubic-bezier(.785, .135, .15, .86);
    transition: 0.6s cubic-bezier(.785, .135, .15, .86);
    /* show */
}

@keyframes fadeUp {
    0% {
        bottom: -200px;
        opacity: 0;
    }

    100% {
        bottom: 20px;
        opacity: 1;
    }
}


/*
@media only screen and (max-width: 736px) {
    .btn-more {
        right: 0;
    }
} */


.btn-more a {
    display: block;
    position: relative;
    z-index: 0;
}

/* .btn-more a::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #fff;
    content: '';
} */

@media only screen and (max-width: 736px) {
    .btn-more a::before {
        content: none;
    }
}

.btn-more a img {
    -webkit-transition: 1s;
    transition: 1s;
}

@media only screen and (max-width: 736px) {
    .btn-more a img {
        width: 100%;
        height: auto;
    }
}

.btn-more a:hover img {
    opacity: .8;
}

@media only screen and (max-width: 736px) {
    .btn-more.is-show {
        right: 10px;
        bottom: 0px;
    }
}

@media (max-width: 450px) {
    .click-here {
        width: 118px;
    }

    .click-here a {
        padding: 10px;
        font-size: 0.75rem;
    }

    .btn-more {
        width: 150px;
        height: auto;
    }
}

.footer-btn a {
    padding: 25px 0;
    font-size: 0;
}

.footer-btn {
    width: 90%;
    max-height: 50px;
    margin-top: 10px;
    background-image: url(assets/images/btn_douyouyakult.png);
    background-repeat: no-repeat;
    background-position: center;
}

.footer-btn :hover {
    max-height: 50px;
    background-color: #fff;
    background-image: url(assets/images/btn_douyouyakult_hover.png);
    background-repeat: no-repeat;
    background-position: center;
}

.theme-site-main {
    overflow: hidden;
}

/* .col-6 {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 50%;
} */

.lang-link a{
    display: inline-block;
    padding-bottom: 1px;
    margin-left: 10px;
    color: #fff;
    border-bottom: 1px solid transparent;
    font-size: 0.75rem;
    font-weight: bold;
    opacity: 0.5;
}
.lang-link a:hover{
    text-decoration: none;
}
.lang-link a.current{
    display: inline-block;
    padding-bottom: 1px;
    margin-left: 10px;
    color: #fff;
    border-bottom: 1px solid #fff;
    font-size: 0.75rem;
    opacity: 1;
}
.lang-link-sp a{
    display: none;
    padding-bottom: 1px;
    margin-left: 0;
    color: #fff;
    border-bottom: 1px solid transparent;
    font-size: 0.75rem;
    font-weight: bold;
    opacity: 0.8;
}
.lang-link-sp a.current{
    padding-bottom: 1px;
    margin-left: 0;
    color: #fff;
    border-bottom: 1px solid #fff;
    font-size: 0.75rem;
    opacity: 1;
}
@media only screen and (max-width: 999px) {
    .lang-link-sp a{
        display: inline-block;
        margin-right: 9px;
        margin-left: 0;
        font-size: 0.7rem;
    }
    .lang-link-sp a:first-child {
        margin-left: 15px;
    }
    .lang-link a:not(:first-child) {
        margin-left: 0;
    }
    /* .col-12 {
        -ms-flex: 0 0 100%;
        flex: -1 0 78%;
        max-width: 78%;
    } */
    #mega-menu-wrap-main-menu .mega-menu-toggle {
        background: #fff !important;
    }
    .ml-4, .mx-4 {
        margin-left: .2rem!important;
    }

}
aside.theme-main-sidebar section.widget:nth-child(3) .widget-title {
    padding-top: 15px;
}

.f-col3{
    justify-content: center;
}

.is-italic{
    -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    transform: skewX(-10deg);
    font-family: 'Segoe UI',SegoeUI,'Microsoft YaHei',微软雅黑,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: normal;
    font-style:italic;
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=-0.26794919243112214, M21=0, M22=1, SizingMethod='auto expand')";
}
/*------ //20200117 edit ------*/


/*--- SF edit 10142020 ---*/
/*--- virtual tours page ---*/

.slider__container {
    width: 100%;
    position: relative;
}

.slick-list {
    perspective: 1px;
}

.slick-track {
    will-change: transform, transition;
}

.slider__items {
    display: flex;
}

.slider-next, .slider-prev {
	background: none;
	border: 0;
}

.slider-next:focus, .slider-prev:focus {
	outline: none;
}

.slider-prev {
    position: absolute;
    top: 50%;
    left: 10px;
    z-index: 1;
}

.slider-next {
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 1;
}

.theme-template-virtual-tour .theme-section-banner {
    height: 250px;
    background-size: cover;
}

/** utility class **/

.list-item-icon {
    padding-left: 45px;
    position: relative;
    font-size: 20px;
}

.list-item-icon::before {
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    top: 5px;
    left: 10px;
    background-size: contain;
}

.list-item-icon.icon-check::before {
    background-image: url(assets/svgs/circle-check.svg);
}

.list-item-icon.icon-info::before {
    background-image: url(assets/svgs/circle-info.svg);
}

.list-item-icon.icon-phone::before {
    background-image: url(assets/svgs/circle-phone.svg);
}

/** archive / category **/

/* .category-content--feed {
    --gap: 40px;
    --columns: 3;
    display: column;
    columns: var(--columns);
    gap: var(--gap);
    margin: 0 0 50px;
}


.category-content--feed > * {
    break-inside: avoid;
    margin-bottom: var(--gap);
}


@supports (grid-template-rows: masonry) {
    .category-content--feed {
        display: grid;
        grid-template-columns: repeat(var(--columns), 1fr);
        grid-template-rows: masonry;
        grid-auto-flow: dense;
    }

    .category-content--feed > * {
        margin-bottom: 0em;
    }
} */

.category-content--feed {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 50px;
}

.category-content--feed h2 {
    margin-bottom: 20px;
    font-size: 20px;
}


.regions--grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 80px;
}

.region--countries {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px 30px;
}

.template--feedback {
    display: grid;
    grid-template-columns: 500px 1fr;
    position: fixed;
    top: 30vh;
    left: -500px;
    z-index: 110;
    transition: left 150ms ease-out;
}

/* .template--feedback.feedback--open {
    left: 0;
} */

/* .template--feedback-button{
    -webkit-transform: translateY(-100%) rotate( 90deg );
    -moz-transform: translateY(-100%) rotate(90deg);
    -ms-transform: translateY(-100%) rotate(90deg);
    -o-transform: translateY(-100%) rotate(90deg);
    transform: translateY(-100%) rotate( 90deg );
    transform-origin: left bottom;
} */

.feedback--form {
    max-height: 60vh;
    /* padding: 50px 20px; */
    background-color: #fff;
    overflow-y: auto;
    box-shadow: 0 5px 50px rgb(0 0 0 / 25%);
}


.feedback--form::-webkit-scrollbar {
    width: 5px;
}

.feedback--form::-webkit-scrollbar-track {
    background-color: var(--color--scrollbar-track);
}

.feedback--form::-webkit-scrollbar-thumb {
    background-color: var(--color--scrollbar-thumb);
}

.feedback-button--button {

    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.feedback-button--button:focus {
    outline: none;
    box-shadow: none;
}


/** gravity forms override **/

body .gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
body .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
body .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: 0;
    margin-right: 5px;
    box-shadow: none;
}

body .gform_wrapper li.gf_list_inline ul.gfield_checkbox li,
body .gform_wrapper li.gf_list_inline ul.gfield_radio li {
    margin: 0 15px 10px 0;
}

/** styles for regions rendered shortcode **/

.region-entry {
    display:  grid;
    grid-template-columns: 150px 1fr 3fr;
    grid-column-gap: 50px;
    margin-bottom: 30px;
}

.branch--list-item {
    display: inline-block;
    margin-bottom: 5px;
}

.branch--list-item:not(:last-child){
    margin-right: 20px;
}

@media( max-width: 768px ){
    .region-entry {
        grid-template-columns: 1fr;
        margin-bottom: 20px;
    }

    .region--image {
        max-width: 250px;
        margin-bottom: 20px;
    }
}

/** newsletter modal **/

.template--newsletter-modal .modal.show .modal-dialog {
    top: 50%;
    transform: translateY(-50%);
}

.modal-newsletter {
    max-width: 680px;
}
/* .newsletter--container {
    display: grid;
    grid-template-columns: 1fr 250px;
    grid-column-gap: 50px;
} */

img.newsletter--image {
    max-width: 250px;
    margin-bottom: -20px;
    margin-left: -40px;
}


.visitor-modal--close:hover {
    cursor: pointer;
}

.visitor-modal--close:focus {
    border: none;
    outline: none;
}

/** page template : education program **/

.education-program--programs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.education-program--programs > .programs--program:nth-child(odd){
    background-color: #fafafa;
}

.programs--program {
    padding: 80px 20px;
    position: relative;
    background-color: #f6f6f6;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@supports( aspect-ratio: 16 / 9 ){
    .programs--program {
        display: flex;
        align-items: center;
        justify-content: center;
        /* aspect-ratio: 16 / 9; */
    }
}

.programs--program::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: #000;
    opacity: 0.5;
}

.program--content {
    padding: 50px;
    position: relative;
    z-index: 20;
    background-color: rgb(0 0 0 / 35%);

}

/*
@supports( aspect-ratio: 16 / 9 ){

    .program--content {
        display: flex;
        justify-content: center;
        flex-direction: column;
        aspect-ratio: 16 / 9;
    }

}
*/

@media( max-width: 992px ){
    .education-program--programs {
        grid-template-columns: 1fr;
    }
}

@media( max-width: 768px ){
    /*
    @supports( aspect-ratio: 1 / 1 ){
        .programs--program {
            aspect-ratio: 1 / 1;
        }
    }

    */
}
