.bg-black {
    background-color: #101010;
    color: white;
}
.auscard_title {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 3px;
    line-height: 32px;
    text-transform: uppercase;
    text-align: center;
    padding: 30px;
}
.auscard_desc {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
    font-weight: 400;
}
.bg-black .buttons_bl a.btn.btn--transform {
    background: white;
    color: black;
    padding: 0 23px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2.7px;
    line-height: 15px;
    height: 45px;
}
.bg-black .buttons_bl a.btn--border-full {
    background: white;
    color: black;
    padding: 0 23px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2.7px;
    line-height: 15px;
    height: 45px;
}
.btn-bg-white {
    background: black;
}
.bg-black .buttons_bl a.btn--border-full:hover {
    border-color: #8b693e;
    background-color: #8b693e;
    color: white;
}
@media (max-width: 767.98px) {
    .auscard_block {
        padding: 0px 0px 25px 0px !important;
    }
    .auscard_title {
        font-size: 20px;
        padding: 29px 10px 15px 10px !important;
    }
    .auscard_cards {
        margin-top: 0 !important;
    }
    .auscard_item > div {
        padding: 0 !important;
    }
    .auscard_item {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .buttons_bl {
        margin-bottom: 25px;
    }

}
.aus_tabs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.aus_tabs .aussection_title {
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 2.5px;
}
.aus_tabs .tab_title{
    opacity: .4;
    color: #101010;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    border-bottom: 3px solid #d5d5d5;
    padding: 16px 23px;
    cursor: pointer;


}

.aussection_item {
    display: none;
}
.aussection_item[data-num="1"] {
    display: block;
}
.aus_tabs .tab_title.active_tab, .aus_tabs .tab_title:hover {
    opacity: 1;
    color: #101010;
    border-bottom: 3px solid #8b693e;
}
.aussection_block .aussection_item_title {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 2.5px;
    line-height: 22px;
    text-transform: uppercase;
}
.aussection_block .aussection_desc {
    font-weight: 400;
    color: #101010;
    font-size: 16px;
    line-height: 26px;
}
.bg-white .buttons_bl a.btn.btn--border-full:nth-child(2n-1) {
    background-color: #8b693e;
    color: white;
    border: 2px solid #8b693e;
    margin-bottom: 15px;
}
.b-ausgallery-slider .slick-slide, .b-ausgallery-slider .slick-track{
    display: -ms-flexbox;
    display: flex;
}
.b-ausgallery-slider .slick-arrow--right {
    right: calc(-50vw + 100% - 50% + 30px );
}
.b-ausgallery-slider .slick-arrow--left {
    left: calc(-50vw + 100% - 50% + 30px );
}
.b-ausgallery-slider .slick-arrow {
    font-size: 28px;
    padding: 21px;
    background: #edececa3;
    color: #101010;
    height: 58px;
    width: 40px;
    opacity: 0.7;
}
.b-ausgallery-slider .slick-arrow:hover {
    color: initial;
    opacity: 1;
}
.b-ausgallery-slider .slick-slide:not(.slick-active) {
    opacity: .4;
}
.b-ausgallery-slider .slick-list {
    overflow: visible;
    margin: 0;
    padding: 0;
}
.b-ausgallery-item {
    background-color: #fff;
    border: 1px solid #d5d5d5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    margin: 0 0.9375rem;
    text-align: center;
    text-decoration: none;
}
.b-ausgallery-item__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1;
    flex: 1;
    padding: 0.9375rem 1.875rem;
}
.b-ausgallery-slider-wrap {
    overflow: hidden;
}
.b-ausgallery-block.gallery-bg-black {
    background: #101010;
    color: white;
}
.b-ausgallery-block .b-ausgallery-item {
    color: #101010;
}
.b-ausgallery-item__title {
    font-size: 16px;
    letter-spacing: 2.5px;
    line-height: 28px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
    color: #101010;
}
.b-ausgallery-item__text{
    font-size: 16px;
    line-height: 26px;
    margin: 15px 0 0px 0;
    text-align: left;
    font-weight: 400;
    color: #101010;
}
.b-ausgallery-item__disclaimer{
    font-size: 16px;
    line-height: 26px;
    margin: 15px 0 0px 0;
    text-align: left;
    font-weight: 400;
    color: #101010;
}
.b-ausgallery-slider .slick-dots {
    margin: 0;
    padding: 20px 0 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 112px;
    -webkit-transition: padding .2s;
    transition: padding .2s;
    bottom: -50px;
}
.b-ausgallery-slider {
    margin-bottom: 30px;
    visibility: hidden;
    height: 0;
}
.b-ausgallery-slider.slick-initialized {
    visibility: visible;
    height: auto;
}

.b-ausgallery-slider .b-safety-item__video {
    visibility: hidden;
}
.b-ausgallery-slider.slick-initialized .b-safety-item__video {
    visibility: visible;
}
.b-ausgallery-slider .slick-dots li button {
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    font-size: 0;
    cursor: pointer;
    border-radius: 50%;
    background: #6e6e6e;
    padding: 0;
    margin: 0.4375rem auto;
}

.bg-black .b-ausgallery-slider .slick-dots li button {
    background: white;
}
.b-ausgallery-slider .slick-dots li.slick-active button, .b-ausgallery-slider .slick-dots li:hover button {
    background: none;
    border: 2px solid #6e6e6e;
    margin-top: 0.3125rem;
    width: 0.75rem;
    height: 0.75rem;
}

.bg-black .b-ausgallery-slider .slick-dots li.slick-active button, .bg-black .b-ausgallery-slider .slick-dots li:hover button {
    border: 2px solid white;
}
.bg-black .buttons_bl a.btn.btn--transform:nth-child(2n-1){
    background-color: #8b693e;
    color: white;
}
.bg-black .buttons_bl a.btn.btn--transform:hover {
    background-color: #8b693e;
    color: white;
}
.bg-black .buttons_bl a.btn.btn--transform:nth-child(2n-1):hover{
    background-color: white;
    color: black;
}
.bg-white .btn--border-full {
    border: 0;
}
.aussection_block  .btn--border-full {
    flex-shrink: 1;
    width: 220px;
}

.bg-white .btn--border-full.btn-bg-white {
    background: white;
    border: 2px solid #101010;
    color: black;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2.7px;
    line-height: 15px;
}
.bg-white .buttons_bl a.btn.btn--border-full:hover {
    background-color: #8b693e;
    color: white;
    border: 2px solid #8b693e;
}
.bg-white .buttons_bl a.btn.btn--border-full:nth-child(2n-1):hover {
    background-color: #101010;
    color: white;
    border: 2px solid #101010;
}
.auscard_cards {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
    align-content: flex-start;
}
.auscard_cards .auscard_item {
    width: 375px;
    max-width: 100%;
}
.auscard_cards.count-4 .auscard_item {
    width: 290px;
    max-width: 100%;
}
.b-safety-item__video video {
    max-width: 100%;
    object-fit: contain;
}
.b-safety-item__video.video-container {
    overflow: hidden;
}
.bg-black+.bg-black{
    position: relative;
}
.bg-black+.bg-black:before {
    content: " ";
    width: 70%;
    max-width: 1000px;
    display: block;
    height: 2px;
    opacity: .1;
    background-color: #ffffff;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
svg.arrow_open {
    position: absolute;
    width: 27px !important;
    right: 15px;
    top: 12px;
    height: 14px;
    fill: white;
    rotate: -45deg;
    cursor: pointer;
    display: none;
}
.aussection_item a:before {
    content: ' ';
    width: 30px;
    height: 30px;
    background: #00000070;
    position: absolute;
    right: 15px;
    top: 5px;
    cursor: pointer;
    display: none;
}


@media (max-width: 767.98px) {

    svg.arrow_open {
        display: block;
    }
    .aussection_item a:before {
        display: block;
    }
    .tabs_cont {
        display: none;
    }
    .l-container.aussection_sections {
        padding: 10px;
    }
    .aussection_item:nth-child(2), .aussection_item:nth-child(3) , .aussection_item:nth-child(6), .aussection_item:nth-child(7) {
        width: 50vw;
        display: block;
        flex: 0 0 50%;
    }
    button.f-button, .fancybox__infobar, .fancybox__footer {
        display: none;
    }
    button.f-button[data-fancybox-close], button.f-button.is-next, button.f-button.is-prev {
        display: flex;
    }
    .fancybox__caption {
        color: black;
        background: white;
        padding: 6px 14px;
        padding-bottom: 50px;
    }
    .f-button svg {
        width: 20px;
        height: 20px;
        fill: var(--f-button-svg-fill);
        stroke: white;
        stroke-width: 2px;
        stroke-linecap: round;
        stroke-linejoin: round;
        transition: opacity .15s ease;
        transform: var(--f-button-transform);
        filter: none;
        pointer-events: none;
    }
    .f-button {
        border-radius: 0;
        background: #00000070;
        box-shadow: none;
        transition: var(--f-button-transition);
    }
    .fancybox__caption .aussection_item_title {
        font-size: 17px;
        text-transform: uppercase;
        font-weight: 400;
        display: block;
        clear: both;
        margin-top: 20px;
        font-size: 16px;
        letter-spacing: 2.5px;
        line-height: 28px;
        font-weight: 500;
        text-transform: uppercase;
        text-align: left;
        color: #101010;
    }
    .f-button[data-fancybox-close] {
        border-radius: 0;
        background: none;
    }
    .fancybox__slide {
        flex: 0 0 auto;
        position: relative;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        width: 100%;
        height: inherit;
        margin: 0 var(--fancybox-slide-gap) 0 0;
        padding: 4px;
        overflow: auto;
        transform: translate3d(0, 0, 0);
        backface-visibility: hidden;
        justify-content: flex-start;
        align-content: flex-start;
        flex-wrap: wrap;
    }

    element.style {
    }
    .fancybox__backdrop {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: -1;
        background: rgb(0 0 0 / 98%);
        opacity: 0.7;
        will-change: opacity;
    }
    .fancybox__slide {
        padding: 0;
    }
    .is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-next {
        top: 30%;
    }
    .is-idle .fancybox__nav {
        opacity: 1 !important;
    }
    .is-idle .fancybox__toolbar {
        opacity: 1 !important;
    }
    .aussection_item .mb-20 {
        margin-bottom: 5px !important;
    }
    .aussection_item .pl-10 {
        padding-left: 3px !important;
    }

    .aussection_item .pr-10 {
        padding-right: 3px !important;
    }
}




.video_block_type_2 .b-large-image__subtitle.title--h5 {
    font-size: 14px;
    line-height: 16px;
}
.video_block_type_2 .b-large-image__headline{
    font-size: 35px;
    line-height: 40px;
}
.video_block_type_2 .b-large-image__content {
    text-align: center;
    padding: 3.25rem 0;
}
.video_block_type_2 .mde-hero__offers.light-text {
    color: #fff;
    margin-bottom: 30px;
    text-align: center;
}
.video_block_type_2 .mde-hero__offers, .mde-hero__offers-mobile {
    position: relative;
    z-index: 2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}
.video_block_type_2 .mde-hero__offers .mde-hero__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}
.video_block_type_2 .mde-hero__offers .mde-hero__list .mde-hero__offer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 40px;
    max-width: 200px;
}
.video_block_type_2 .mde-hero__offers .mde-hero__list .mde-hero__offer--title {
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-size: 12px;
    line-height: 14px;
}
.video_block_type_2 .mdp-foundation-disclaimer {
    cursor: pointer;
    font-weight: 400;
    letter-spacing: 0;
    transition: color .35s cubic-bezier(.86,0,.07,1);
    color: inherit;
    font-size: 9px;
    top: inherit;
    vertical-align: super;
    padding: 0;
}

.video_block_type_2 .mde-hero__offers .mde-hero__list .mde-hero__offer--spec {
    letter-spacing: 3px;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin: 5px 0;
}
.video_block_type_2  a.btn--border-full {
    background: white;
    color: black;
    padding: 0 23px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2.7px;
    line-height: 15px;
    height: 45px;
    margin-right: 40px;
}

.video_block_type_2  a.btn--border-full:hover {
    border-color: #8b693e;
    background-color: #8b693e;
    color: white;
}
.b-header-navigation-wrap.js-accordion-parent {
    position: relative;
}
.progress-container {
    width: 100%;
    height: 3px;
    background: #ccc;
    position: absolute;
    bottom: 0;
}

.progress-bar {
    height: 3px;
    background: #8b693e;
    width: 0%;
}



.component-modal {
    bottom: 0;
    height: 100%;
    left: 0;
    max-height: 100vh;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    transform: translate3d(0,100%,0);
    transition: opacity .35s cubic-bezier(.645,.045,.355,1),transform 0s .25s,visibility 0s .25s;
    visibility: hidden;
    width: 100%;
    z-index: 1200;
}
.component-modal--open {
    opacity: 1;
    transform: translate3d(0,0,0);
    transition: opacity .35s cubic-bezier(.645,.045,.355,1),transform 0s 0s;
    visibility: visible;
    position: fixed;
}

.component-modal--disclaimer {
    height: auto;
    right: auto;
    top: auto;
    transition: opacity 1s,bottom 1s;
    z-index: 4000;
    display: flex;
    justify-content: center;
    width: 100%;
}
.component-modal--disclaimer.component-modal--open {
    bottom: 5%;
}
.component-modal__container, .component-modal__cover {
    display: block;
    height: 100%;
    left: 0;
    position: fixed;
    width: 100%;
}
.component-modal__container {
    background-color: #f5f5f5;
    overflow-y: auto;
    padding: 60px 20px;
    top: 50%;
    text-align: center;
    transform: translate3d(0,-50%,0);
    -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 768px) {
    .component-modal__container {
        height: auto;
        left: 50%;
        max-height: 80%;
        padding: 60px 100px;
        transform: translate3d(-50%, -50%, 0);
        width: 570px;
    }
}
.component-modal--disclaimer .component-modal__container {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    left: auto;
    margin: 0 auto;
    max-width: 1218px;
    padding: 0;
    position: relative;
    width: 100%;
    text-align: left;
    transform: none;
}
.component-modal--dark .component-modal__container {
    color: #f5f5f5;
    background: #2d2d2d;
}
.component-modal__button--close {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    border: 0;
    display: block;
    line-height: 1;
    margin: 15px;
    padding: 10px;
    color: #999;
    cursor: pointer;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .25s cubic-bezier(.645,.045,.355,1);
    z-index: 999;
}
.component-modal--disclaimer .component-modal__button--close {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    border: 0;
    display: block;
    line-height: 1;
    margin: 15px;
    padding: 10px;
    font-size: 40px;
    font-size: 4rem;
    color: #000;
    transition: opacity .25s cubic-bezier(.645,.045,.355,1),transform 1s cubic-bezier(.645,.045,.355,1) .1s;
    -ms-flex-item-align: center;
    align-self: center;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    position: static;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .component-modal--disclaimer .component-modal__button--close {
        font-size: 50px;
        font-size: 5rem;
        margin: 25px;
    }
}
@media screen and (min-width: 960px) {
    .component-modal--disclaimer .component-modal__button--close {
        font-size: 60px;
        font-size: 6rem;
        margin: 35px;
    }
    .component-modal--disclaimer .component-modal__button--close {
        margin: 0;
        padding: 0;
    }
}
.component-modal--dark .component-modal__button--close {
    color: #fff;
}
.component-modal--open .component-modal__button--close {
    opacity: .6;
}
.component-modal__button--close::before {
    transition: opacity .35s cubic-bezier(.86,0,.07,1);
}
.component-modal--disclaimer .component-modal__button--close svg {
    /* display: block; */
    fill: white;
    width: 60px;
    height: 60px;
    fill: white;
    stroke: white;
    stroke-width: 0.6;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: opacity .15s ease;
    transform: var(--f-button-transform);
    filter: var(--f-button-svg-filter);
    pointer-events: none;
    margin: 0;
}
.mdp-foundation-disclaimer__modal .component-modal__content {
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    overflow: hidden;
}
.component-modal__copy {
    margin-top: 30px;
    padding-bottom: 30px;
}
.mdp-foundation-disclaimer__modal .component-modal__copy, .mdp-foundation-disclaimer__modal .component-modal__title {
    text-align: left;
}
.mdp-foundation-disclaimer__modal .disclaimer-block {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.component-modal--disclaimer .component-modal__copy {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0;
}
.mdp-foundation-disclaimer__modal .disclaimer-block__num {
    font-size: 24px;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    padding: 0 24px;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .mdp-foundation-disclaimer__modal .disclaimer-block__num {
        font-size: 40px;
    }
}
.mdp-foundation-disclaimer__modal .disclaimer-block__copy {
    border-left: 1px solid #c4c4c4;
    margin: 30px 0;
    padding: 0 20px;
}
.mdp-foundation-disclaimer__modal .disclaimer-block__copy p {
    margin: 0;
}
.component-modal--open .component-modal__button--close:hover, .component-modal--open .mdp-interstitial .component-modal__button--close:hover, .component-modal--open .mdp-modal-wrapper .component-modal__button--close:hover {
    opacity: 1;
}
.component-modal--disclaimer{
    display: none;
}
.cx-90-b2 .b2-t1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
}
.cx-90-b2 .b2-t2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}
.cx-90-b2 .b2-t3 {
    font-size: 10px;
    font-weight: 400;
    line-height: 17px;
}
.b-header-navigation-wrap.js-accordion-parent.b-header-navigation-wrap--fixed{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}
.mdp-flexiblecontent-feature-highlights-list {
    --color-background: #F0EDEA;
    --color-text: #101010;
    --color-modal-icon: #999;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    background: white;
}
.mdp-flexiblecontent-feature-highlights-list .highlighted-features {
    background-color: var(--color-background);
    display: grid;
    gap: 30px 4%;
    grid-template-columns: 31% 31% 31%;
    max-width: 1104px;
    padding: 60px 60px;
    width: 100%;
    list-style: none;
}
.mdp-flexiblecontent-feature-highlights-list .highlighted-feature {
    -ms-flex-align: center;
    align-items: center;
    color: var(--color-text);
    display: -ms-flexbox;
    display: flex;
    gap: 17px;
}
.mdp-flexiblecontent-feature-highlights-list .highlighted-feature__icon {
    aspect-ratio: 1/1;
    font-size: 50px;
    line-height: 0;
    max-width: 50px;
    min-width: 50px;
    overflow: hidden;
}
.mdp-flexiblecontent-feature-highlights-list .highlighted-feature .cta-modal, .mdp-flexiblecontent-feature-highlights-list .highlighted-feature__title {
    font-size: 14px;
    line-height: 16.8px;
    margin: 0;
    letter-spacing: 2.8px;
    font-weight: 700;
}
.mdp-flexiblecontent-feature-highlights-list .highlighted-feature__icon img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.lazyloaded {
    opacity: 1;
    transition: opacity .5s cubic-bezier(.86,0,.07,1);
}
.mdp-flexiblecontent-feature-highlights-list.show-icons .highlighted-feature__title :first-child {
    display: revert;
}
.video_block_type_2 .mdp-foundation-disclaimer {
    cursor: pointer;
    font-weight: 400;
    letter-spacing: 0;
    transition: color .35s cubic-bezier(.86,0,.07,1);
    color: inherit;
    font-size: 9px;
    top: inherit;
    vertical-align: super;
    padding: 0;
}
section.mdp-foundation-copy {
    position: relative;
    text-align: center;
    background: white;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
sup.mdp-foundation-disclaimer {
    cursor: pointer;
    padding: 3px;
}
.cx-90-b3 .vertical_line {
    height: 177px;
    margin: 0 !important;
    border: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 34px 0px !important;
}
.cx-90-b3 .vertical_line:before {
    content: "";
    display: flex;
    width: 1px;
    background: #101010;
    height: 100%;
}
.cx-90-b3.is_image .vertical_line:before {
    background: #ffffff;
}
.cx-90-b3 .title--h2 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: 3.6px;
}
.cx-90-b3 .anotation {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}
.title-animate {
    font-size: 40px;
    line-height: 44px;
    font-weight: 400;
}
.is_imagetitle-animate {
    font-size: 40px;
    line-height: 44px;
    font-weight: 400;
}
.cx-90-b3 {
    overflow: hidden;
}
.mde-scrolling-image__container {
    background-color: black;
    height: 100vh;
    position: relative;
}
.mde-scrolling-image__canvas {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}




.mdp-flexiblecontent-large-carousel {
    height: 100vh;
    position: relative;
    background-image: linear-gradient( #FFFFFF, #c9c8bf );
}
.mdp-flexiblecontent-large-carousel .full_width-container {
    max-width: none;
    margin: 0;
    color: #fff;
}
.mdp-flexiblecontent-large-carousel__slide {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100vh;
}
.mdp-flexiblecontent-large-carousel__slide-text-area {
    position: absolute;
    width: 90vw;
    bottom: 0;
    padding: 50px;
    z-index: 1;
    min-height: 45vh;
    background: #000000;
}
.mdp-flexiblecontent-large-carousel__slide-text-container {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    min-height: 302px;
}
.mdp-flexiblecontent-large-carousel__slide-text-pagination {
    position: relative;
    font-size: 15px;
    line-height: 18px;
}
.mdp-flexiblecontent-large-carousel__slide-text-area .mdp-flexiblecontent-large-carousel__slide-text-pagination {
    margin-bottom: 0;
}
.mdp-flexiblecontent-large-carousel__slide-arrow_left, .mdp-flexiblecontent-large-carousel__slide-arrow_right {
    cursor: pointer;
}
.mdp-flexiblecontent-medium-carousel__slide-arrow_left, .mdp-flexiblecontent-medium-carousel__slide-arrow_right {
    cursor: pointer;
}
.mdp-flexiblecontent-large-carousel__slide:first-of-type .mdp-flexiblecontent-large-carousel__slide-arrow_left {
    display: none;
}
.icon-navigate-right:before {
    content: ">";
}
.icon-navigate-left:before {
    content: "<";
}
h3.mdp-flexiblecontent-large-carousel__slide-text-title {
    font-weight: 700;
    margin-bottom: 20px;
}
.mdp-flexiblecontent-large-carousel__slide-text-content p{
    font-size: 15px;
}
.full-width-modal-component.light-text {
    color: #fff;
    background-color: #000000;
    text-align: center;
    padding: 15px 0;
}
.full-width-modal-component__cta {
    font-size: 15px;
    margin-bottom: 30px;
    min-width: auto;
}
.modal-with-cta .cta-modal {
    background-color: transparent;
    color: #999;
    margin: 0px 0;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
}
.modal-with-cta .cta-modal [class*=icon-] {
    color: black;
    padding: 3px 1px 1px 1px;
    border-radius: 3px;
    font-size: 1rem;
    background-color: #999;
    transition: background-color .3s cubic-bezier(.445,.05,.55,.95);
}
.modal-with-cta.light-text .cta-modal [class*=icon-] {
    color: #101010;
}
span.icon-upright-arrow svg {
    width: 20px;
    height: 16px;
}
.component-modal__cover {
    display: block;
    height: 100%;
    left: 0;
    position: fixed;
    width: 100%;
}
.component-modal__cover {
    opacity: .5;
    background-color: #000;
    top: 0;
}
.mdp-modal-wrapper .component-modal__container {
    background-color: #fff;
    width: 90%;
    height: 90%;
    max-width: 90%;
    max-height: 90%;
    padding: 0;
}
.perform_modal h1 {
    font-size: 28px;
    line-height: 30px;
    font-weight: 700;
}

.mdp-flexiblecontent-5050 {
    --button-arrow-size: 3.2rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    position: relative;
}
.mdp-flexiblecontent-5050-carousel, .mdp-flexiblecontent-5050__media-container {
    max-height: 50vh;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.mdp-flexiblecontent-5050__image, .mdp-flexiblecontent-5050__video {
    font-family: "object-fit: cover; object-position: center;";
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    transform: translate3d(0,0,0);
    transition: opacity 1s cubic-bezier(.645,.045,.355,1);
}
.mdp-flexiblecontent-5050__content-container {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 50px 30px;
    position: relative;
    flex-grow: 1;
}
.mdp-flexiblecontent-5050__content {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 800ms cubic-bezier(.25,.46,.45,.94),transform 900ms cubic-bezier(.25,.46,.45,.94);
}
.mdp-flexiblecontent-5050__content.in-view, .mdp-flexiblecontent-5050__content.rendered {
    opacity: 1;
    transform: translateY(0);
}
.mdp-flexiblecontent-5050__copy {
    margin-top: 18px;
}
.mdp-flexiblecontent-5050__copy h1{
    font-size: 20px;
    font-style: normal;
    line-height: 27px;
    font-weight: bold;
    letter-spacing: 4px;
    text-align: left;
    margin-bottom: 28px;
}
.mdp-flexiblecontent-5050__copy p{
    font-size: 16px;
    font-style: normal;
    line-height: 28px;
    text-align: left;
    margin-bottom: 10px;
}
.mdp-modal-wrapper .component-modal__header {
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-height: 160px;
    position: sticky;
    padding: 40px 30px;
    top: 0;
    width: 100%;
    z-index: 400;
}
.perform_modal  .component-modal__button--close {
    padding: 16px;
}
.mdp-flexiblecontent-5050.mdp-flexiblecontent-5050--right.dark-text {
    flex-direction: row-reverse;
}
.mdp-flexiblecontent-tout__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.mdp-flexiblecontent-tout__row.mdp-flexiblecontent-tout__row--small-icon {
    padding: 0 18px;
}
.container--full-width.no-gutter>.grid-row {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}
.equal-height-background>.grid-col-medium-3::before, .grid-col-medium-3 {
    width: 25%;
}
.mdp-flexiblecontent-tout__row [class*=grid-col-] {
    display: -ms-flexbox;
    display: flex;
}
.container--full-width, .container--full-width.no-gutter>.grid-row>[class*=grid-col-] {
    margin: 0;
    padding: 0;
}
.mdp-flexiblecontent-tout.mdp-flexiblecontent-tout--full-width.mdp-flexiblecontent-tout--small-icon {
    padding: 36px 12px;
    background: rgb(245, 245, 245);
    margin: 36px 24px;
}
.mdp-flexiblecontent-tout__row [class*=grid-col-] .mdp-flexiblecontent-tout {
    -ms-flex: 1;
    flex: 1;
}
.mdp-flexiblecontent-tout.mdp-flexiblecontent-tout--full-width.mdp-flexiblecontent-tout--small-icon .mdp-flexiblecontent-tout__icon-container {
    max-height: 40px;
    position: relative;
}
.mdp-flexiblecontent-tout.mdp-flexiblecontent-tout--full-width.mdp-flexiblecontent-tout--small-icon .mdp-flexiblecontent-tout__icon-container::before {
    content: '';
    display: block;
    padding-bottom: 20%;
}
.mdp-flexiblecontent-tout.mdp-flexiblecontent-tout--full-width.mdp-flexiblecontent-tout--small-icon .mdp-flexiblecontent-tout__icon {
    left: 0;
    position: absolute;
    top: 0;
    font-family: "object-fit: contain; object-position: center;";
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    width: 100%;
}
.mdp-flexiblecontent-tout.mdp-flexiblecontent-tout--full-width .mdp-flexiblecontent-tout__content {
    -ms-flex: 1;
    flex: 1;
    margin: 35px 0;
    padding: 0 10%;
    position: relative;
    text-align: center;
}
.mdp-flexiblecontent-tout.mdp-flexiblecontent-tout--full-width.mdp-flexiblecontent-tout--small-icon .mdp-flexiblecontent-tout__content {
    margin: 0;
    padding: 0;
}
.mdp-flexiblecontent-tout.mdp-flexiblecontent-tout--full-width.mdp-flexiblecontent-tout--small-icon.dark-text {
    padding: 35px;
    margin-bottom: 40px;
    margin-top: 40px;
    background: rgb(245, 245, 245);
    position: relative;
}
.mdp-flexiblecontent-tout__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}
.wrap-link {
    background: 0 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.mdp-flexiblecontent-tout.mdp-flexiblecontent-tout--full-width.mdp-flexiblecontent-tout--small-icon .mdp-flexiblecontent-tout__icon-container {
    max-height: 40px;
    position: relative;
}
.mdp-flexiblecontent-tout.mdp-flexiblecontent-tout--full-width.mdp-flexiblecontent-tout--small-icon .mdp-flexiblecontent-tout__header-primary * {
    font-size: 15px;
    margin-top: 18px;
    font-weight: 700;
}
.equal-height-background>.grid-col-medium-3::before, .grid-col-medium-3 {
    width: 25%;
}
.mdp-flexiblecontent-large-carousel__slide-media-area {
    margin-left: 24%;
    width: calc(100vw - 24%);
}
.cta.cta-modal.component-modal__button--open.full-width-modal-component__cta.mdp-foundation-disclaimer > * {
    cursor: pointer;
}
.mdp-flexiblecontent-tout.mdp-flexiblecontent-tout--full-width.mdp-flexiblecontent-tout--small-icon.dark-text:hover {
    background: black;
}
.mdp-flexiblecontent-tout.mdp-flexiblecontent-tout--full-width.mdp-flexiblecontent-tout--small-icon.dark-text:hover .mdp-flexiblecontent-tout__content {
    color: white;
}
.mdp-flexiblecontent-tout.mdp-flexiblecontent-tout--full-width.mdp-flexiblecontent-tout--small-icon:hover .mdp-flexiblecontent-tout__icon{
    filter: brightness(0) invert(1);
}





@media screen and (min-width: 960px){
    .mdp-flexiblecontent-large-carousel .full_width-container {
        height: 100vh;
    }
    .mdp-flexiblecontent-large-carousel__slide {
        -ms-flex-direction: row;
        flex-direction: row;
        width: 55vw;
    }
    .mdp-flexiblecontent-large-carousel__slide-text-area {
        width: 30%;
        min-width: 450px;
        min-height: 345px;
        bottom: 25vh;
        margin-left: 50px;
    }
    .mdp-flexiblecontent-large-carousel__slide-text-container {
        min-height: 252px;
    }
    .mdp-flexiblecontent-5050 {
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        max-height: 900px;
    }
    .mdp-flexiblecontent-5050-carousel, .mdp-flexiblecontent-5050__media-container {
        max-height: 900px;
        width: 50%;
    }
    .mdp-flexiblecontent-5050__content-container {
        padding: 50px;
    }
    .mdp-flexiblecontent-5050__content {
        max-width: 470px;
        min-width: 383px;
    }
    .mdp-modal-wrapper .component-modal__header {
        -ms-flex-pack: center;
        justify-content: center;
        padding: 26px;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15px;
        -ms-flex-align: center;
        align-items: center;
    }
}



.mdp-flexiblecontent-medium-carousel__header {
    height: 154px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: end;
}
.mdp-flexiblecontent-medium-carousel .light-text {
    color: #fff;
}
.mdp-flexiblecontent-medium-carousel .full_width-header {
    max-width: none;
    margin: 0;
    padding-left: 40px;
    padding-bottom: 50px;
}
.mdp-flexiblecontent-medium-carousel__title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 5px;
    margin: 0;
}
.mdp-flexiblecontent-medium-carousel .full_width-container {
    max-width: none;
    margin: 0;
    padding-left: 40px;
    padding-bottom: 53px;
}
.mdp-flexiblecontent-medium-carousel__slide {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 670px;
}
.is-video.auto-play, .is-video.manual-play {
    position: relative;
}
.mdp-flexiblecontent-medium-carousel__slide-media-area {
    width: 100%;
    height: 385px;
    display: -ms-flexbox;
    display: flex;
}
.is-video.auto-play .icon-video-state, .is-video.manual-play .icon-video-state {
    margin: 0 0 0 auto;
    position: absolute;
    color: #fff;
    font-size: 50px;
    z-index: 1;
    opacity: .5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.is-video.auto-play.down-right-icon .icon-video-state, .is-video.manual-play.down-right-icon .icon-video-state {
    margin-left: auto;
    right: 20px;
    bottom: 20px;
}
.icon-video-state svg {
    max-width: 48px;
    max-height: 48px;
    display: none;
    cursor: pointer;
}
.icon-video-state.icon-play-video svg.icon-play-video-svg{
    display: block;
}
.icon-video-state.icon-pause-video svg.icon-pause-video-svg{
    display: block;
}

.mdp-flexiblecontent-medium-carousel__slide-media-area img, .mdp-flexiblecontent-medium-carousel__slide-media-area video {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: auto;
    max-width: 100%;
}
.mdp-flexiblecontent-medium-carousel__slide-text-area {
    width: 100%;
    display: contents;
    height: 288px;
}
.mdp-flexiblecontent-medium-carousel__slide-text-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 310px;
    -ms-flex-align: end;
    align-items: flex-end;
}
.mdp-flexiblecontent-medium-carousel__slide-text-title {
    margin: 30px 0;
    letter-spacing: 2.8px;
    font-weight: 700;
    font-size: 14px;
    line-height: 27px;
    text-transform: uppercase;
}
.mdp-flexiblecontent-medium-carousel__slide-text-content {
    max-height: 13px;
    overflow: hidden;
    margin-bottom: 44px;
    -ms-flex-item-align: start;
    align-self: flex-start;
    min-width: -webkit-fill-available;
}
.mdp-flexiblecontent-medium-carousel__slide-text-content p {
    padding-right: 30px;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0;
}
.mdp-flexiblecontent-medium-carousel__slide-text-pagination {
    position: relative;
    font-size: 17px;
    line-height: 26px;
    -ms-flex-item-align: end;
    align-self: flex-end;
    opacity: 0;
}
.slick-active .mdp-flexiblecontent-medium-carousel__slide-text-pagination {
    opacity: 1;
}




@media screen and (min-width: 960px){
    .mdp-flexiblecontent-medium-carousel__header {
        height: 172px;
    }
    .mdp-flexiblecontent-medium-carousel .full_width-header {
        padding-left: 65px;
    }
    .mdp-flexiblecontent-medium-carousel .full_width-container {
        padding-left: 65px;
        padding-bottom: 72px;
    }
    .mdp-flexiblecontent-medium-carousel__slide {
        -ms-flex-direction: row;
        flex-direction: row;
        margin-right: 142px;
        width: 66vw;
        height: 580px;
    }
    .mdp-flexiblecontent-medium-carousel__slide.slick-slide .is-video-carousel {
        cursor: initial;
    }
    .mdp-flexiblecontent-medium-carousel__slide-media-area {
        width: 50%;
        height: 580px;
    }
    .mdp-flexiblecontent-medium-carousel__slide-media-area img, .mdp-flexiblecontent-medium-carousel__slide-media-area video {
        height: auto;
    }
    .mdp-flexiblecontent-medium-carousel__slide-text-area {
        width: 50%;
        display: -ms-flexbox;
        display: flex;
        padding-left: 52px;
        -ms-flex-align: center;
        align-items: center;
        height: auto;
    }
    .mdp-flexiblecontent-medium-carousel__slide-text-container {
        min-height: 400px;
    }
    .mdp-flexiblecontent-medium-carousel__slide-text-content {
        padding-right: 0;
        max-height: 410px;
    }
}




.mdp-gallery-preview {
    display: -ms-flexbox;
    display: flex;
}
.mdp-gallery-preview__wrapper {
    padding: 39px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    max-width: 830px;
    margin: auto 30px;
    width: 100%;
    height: 82%;
    -ms-flex-align: center;
    align-items: center;
}
.mdp-gallery-preview__content-set {
    max-width: 315px;
    margin-bottom: 32px;
}
.mdp-gallery-preview__content-set.mosaic {
    display: grid;
    gap: 10px;
    grid-template-columns: calc(35% - 7.5px) calc(25% - 7.5px) calc(20% - 7.5px) calc(20% - 7.5px);
    grid-template-rows: calc(25% - 7.5px) calc(25% - 7.5px) calc(25% - 7.5px) calc(25% - 7.5px);
    grid-template-areas:
        "one two two two"
        "one two two two"
        "three three three three"
        "three three three three";
    max-height: 215px;
    min-height: 215px;
    width: 100%;
}
.mdp-gallery-preview__content-set.mosaic.large {
    grid-template-columns: calc(25% - 0.75rem) calc(25% - 0.75rem) calc(16% - 0.75rem) calc(34% - 0.75rem);
    grid-template-areas:
        "one one one two"
        "one one one two"
        "one one one three"
        "one one one three";
}
.mdp-gallery-preview__image {
    position: relative;
    overflow: hidden;
}
.mdp-gallery-preview__image.ga0 {
    grid-area: one;
}
.mdp-gallery-preview__image.ga1 {
    grid-area: two;
}
.mdp-gallery-preview__image.ga2 {
    grid-area: three;
}
.mdp-gallery-preview.with-modals .mdp-gallery-preview__image {
    cursor: pointer;
}
.mdp-gallery-grid--modal-icon {
    width: 26px;
    height: 26px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    z-index: 1;
    border-radius: 3px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.mdp-gallery-preview .mdp-gallery-grid--modal-icon {
    position: absolute;
    z-index: 24;
}
.mdp-gallery-preview__image img {
    min-height: 315px;
    max-width: 315px;
    transition: opacity .35s cubic-bezier(.86,0,.07,1),transform 1.5s cubic-bezier(.25,.46,.45,.94);
}
.mdp-gallery-preview__image img, .mdp-thumbnail-gallery__slide img, .mdp-thumbnail-gallery__thumb img {
    font-family: "object-fit: cover; object-position: center;";
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
}
.mdp-gallery-preview__content-set.mosaic .video-wrapper, .mdp-gallery-preview__content-set.mosaic img {
    min-height: unset;
    max-width: none;
}
.mdp-gallery-preview__text-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.cta-10, .cta-9 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #999;
}
.mdp-gallery-preview__text-container .cta-10, .mdp-gallery-preview__text-container .cta-9 {
    min-width: auto;
}
.cta-10:after, .cta-9:after {
    content: '>';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 17px;
    margin-left: 10px;
}
span.mdp-gallery-grid--modal-icon.icon-upright-arrow svg.arrow_open {
    display: block;
    right: 0;
    top: 5px;
}
span.mdp-gallery-grid--modal-icon.icon-upright-arrow {
    background: rgba(0,0,0,.35);
    border-radius: 3px;
}
.mdp-gallery-grid-modal .component-modal__container {
    width: 100%;
    max-height: 90%;
    height: auto;
    top: 0;
    left: 0;
}
.component-modal--full .component-modal__content {
    margin: 0 auto;
    max-width: 1218px;
    padding: 70px 25px 30px;
    text-align: center;
    width: auto;
}
.mdp-gallery__modal .image-ratio-wrapper, .mdp-gallery__modal .video-ratio-wrapper {
    position: relative;
    height: 60vh;
}
.mdp-gallery__modal .image-ratio-wrapper {
    background-color: #000;
    overflow: hidden;
}
.mdp-gallery__modal .image-ratio-wrapper .media-container, .mdp-gallery__modal .video-ratio-wrapper .media-container {
    width: 100%;
    height: 100%;
}
.mdp-gallery__modal .image-ratio-wrapper .media-container::before, .mdp-gallery__modal .video-ratio-wrapper .media-container::before {
    background-image: linear-gradient(164deg,rgba(11,11,22,0),#0b0b16);
    bottom: 0;
    content: '';
    display: block;
    position: absolute;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: .5;
}
.mdp-gallery__modal .image-ratio-wrapper img {
    font-family: "object-fit: cover; object-position: center;";
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
}
.mdp-gallery__modal__description {
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 29px;
    overflow: visible;
    position: relative;
    width: 100%;
    z-index: 2;
}
.mdp-gallery__modal__description--desktop {
    display: block;
}
.mdp-gallery__modal__description .component-accordion-1 {
    width: 100%;
}
.component-accordion-1 .accordion__item, .component-accordion-1>li, .component-accordion-2 .accordion__item, .component-accordion-2>li, .component-accordion-3 .accordion__item, .component-accordion-3>li, .component-accordion-4 .accordion__item, .component-accordion-4>li {
    border-bottom: 1px solid #e7e7e7;
    display: block;
    text-align: left;
}
.mdp-gallery__modal__description .component-accordion-1 .accordion__item {
    border-bottom: none;
}
.component-accordion-1 .accordion__item .accordion__item-title, .component-accordion-2 .accordion__item .accordion__item-title, .component-accordion-3 .accordion__item .accordion__item-title, .component-accordion-4 .accordion__item .accordion__item-title {
    border: 0;
    cursor: pointer;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: .2em;
    padding: 25px 0;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    z-index: 2;
    -webkit-font-smoothing: antialiased;
}
.mdp-gallery__modal__description .component-accordion-1 .accordion__item-title {
    padding: 30px 0;
    font-size: 20px;
}

.component-accordion-1 .accordion__item .accordion__item-title, .component-accordion-1 .accordion__item.active .accordion__item-title::before, .component-accordion-1 .accordion__item.active>.item-title::before, .component-accordion-1 .accordion__item>.item-title, .component-accordion-1>li .accordion__item-title, .component-accordion-1>li.active .accordion__item-title::before, .component-accordion-1>li.active>.item-title::before, .component-accordion-1>li>.item-title, .component-accordion-2 .accordion__item.active .accordion__item-title, .component-accordion-2 .accordion__item.active .accordion__item-title::before, .component-accordion-2 .accordion__item.active>.item-title, .component-accordion-2 .accordion__item.active>.item-title::before, .component-accordion-2>li.active .accordion__item-title, .component-accordion-2>li.active .accordion__item-title::before, .component-accordion-2>li.active>.item-title, .component-accordion-2>li.active>.item-title::before, .component-accordion-4 .accordion__item.active .accordion__item-title, .component-accordion-4 .accordion__item.active .accordion__item-title::before, .component-accordion-4 .accordion__item.active>.item-title, .component-accordion-4 .accordion__item.active>.item-title::before, .component-accordion-4>li.active .accordion__item-title, .component-accordion-4>li.active .accordion__item-title::before, .component-accordion-4>li.active>.item-title, .component-accordion-4>li.active>.item-title::before {
    color: #101010;
}
.component-accordion-1 .accordion__item .accordion__item-title, .component-accordion-1 .accordion__item>.item-title, .component-accordion-1>li .accordion__item-title, .component-accordion-1>li>.item-title {
    background-color: #f5f5f5;
    transition: border 0s;
    display: block;
    width: 100%;
}
.component-accordion-1 .accordion__item .accordion__item-content, .component-accordion-1 .accordion__item>.item-content, .component-accordion-2 .accordion__item>.item-content, .component-accordion-3 .accordion__item>.item-content, .component-accordion-3>li .accordion__item-content, .component-accordion-4 .accordion__item>.item-content {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding-top: 0;
    transition: max-height .5s ease-in-out,opacity .4s;
    z-index: 1;
}
.mdp-gallery__modal__description .component-accordion-1 .accordion__item-content {
    padding-top: 0;
    margin-bottom: 0;
    display: -ms-flexbox;
    display: flex;
    gap: 0 7.6rem;
}
.mdp-gallery__modal__description .component-accordion-1 .accordion__item.active .accordion__item-content {
    margin-bottom: 4.4rem;
    padding-top: 3.45rem;
    border-top: 1px solid #e7e7e7;
    opacity: 1;
    max-height: 10000px;
}
.accordion__item .accordion__item-title:after {
    content: '>';
    /* font-family: 'standard-icon-font'; */
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 0;
    transform: rotate(90deg);
    font-weight: 700;
    font-size: 25px;
}
.accordion__item.active .accordion__item-title:after {

    transform: rotate(-90deg);
}
.accordion__item:not(.active) .accordion__item-title::after {
    color: #101010;
}
.mdp-flexiblecontent-large-carousel__slide-media-area img, .mdp-flexiblecontent-large-carousel__slide-media-area video {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: 100%;
}





@media screen and (min-width: 960px){
    .mdp-gallery-preview__wrapper {
        margin: auto;
        height: 100%;
        padding: 69px 0;
    }
    .mdp-gallery-preview__content-set {
        max-width: 830px;
        margin-bottom: 42px;
    }
    .mdp-gallery-preview__content-set.mosaic {
        max-height: 550px;
        min-height: 550px;
    }
    .mdp-gallery-grid-modal .component-modal__container {
        width: 85%;
        left: 50%;
        top: 50%;
        transform: translate3d(-50%,-50%,0);
        padding: 0;
        max-width: 997px;
    }
    .component-modal--full .component-modal__content {
        padding: 0px;
        width: 100%;
    }
    .mdp-gallery__modal .image-ratio-wrapper, .mdp-gallery__modal .video-ratio-wrapper {
        height: 65vh;
    }
    .mdp-gallery__modal__description {
        padding: 0 5rem;
    }
    .mdp-flexiblecontent-large-carousel__slide-media-area img, .mdp-flexiblecontent-large-carousel__slide-media-area video {
        height: 100vh;
    }
}
.cx-90-b3 .vertical_line.vertical_line_x2 {
    height: 240px;
}
.perform_modal .b-safety-item__video video {
    object-fit: cover;
}
.perform_modal .b-safety-item__video {
    margin: 0;
}
.mdp-flexiblecontent-5050__media-container img {
    width: 100%;
    object-fit: cover;
}
.b-half-image.image_no_cover {
    min-height: inherit;
    height: auto;
}
.image_no_cover .b-half-image__picture img {
    position: relative;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.b-half-image.image_no_cover .mt-50.text-center {
    text-align: left !important;
}
@media screen and (max-width: 960px){
    .mdp-flexiblecontent-feature-highlights-list .highlighted-features {
        grid-template-columns: 50% 50%;
    }
    .component-modal--disclaimer.component-modal--open {
        bottom: 0;
        top: 0;
    }
    .component-modal--disclaimer .component-modal__container {
        max-width: 100%;
        top: 0px;
        overflow: hidden;
    }

    .component-modal--disclaimer .component-modal__container {
        max-width: 100%;
        top: 0px;
        overflow: hidden;
        height: 100vh;
        overflow-y: auto;
        padding-top: 50px;
        flex-wrap: wrap;
    }
    .mdp-flexiblecontent-medium-carousel__slide-text-area {
        width: 100%;
        display: contents;
        height: inherit;
    }
    .mdp-flexiblecontent-medium-carousel__slide-text-content {
        max-height: inherit;
        margin-bottom: 28px;
    }
    .mdp-flexiblecontent-medium-carousel__slide-text-container {
        min-height: 225px;
    }
    .mdp-flexiblecontent-medium-carousel__slide {
        display: block!important;
        flex-direction: column;
        width: fit-content;
        height: initial;
    }
    .mdp-flexiblecontent-medium-carousel__slide-media-area img, .mdp-flexiblecontent-medium-carousel__slide-media-area video {
        max-height: 100%;
    }
    .mdp-flexiblecontent-medium-carousel__slide-media-area {
        overflow: hidden;
    }
    /* .b-half-image__picture {
        height: 0;
        padding-bottom: 50px;
    } */
    .b-half-image.image_no_cover {
        position: relative;
    }
    /* .b-half-image__picture {
        height: inherit;
        padding-bottom: 0;
    } */
    .mdp-foundation-disclaimer__modal .component-modal__content {
        -ms-flex: 0 0 90%;
        flex: 0 0 100%;
        overflow: hidden;
    }
    .component-modal--disclaimer .component-modal__container {
        max-width: 100%;
        top: 0px;
        overflow: hidden;
        height: 100vh;
        overflow-y: auto;
    }
    .component-modal--open .component-modal__button--close {
        opacity: .6;
        position: relative;
        width: 100%;
        text-align: right;
    }
}
@media screen and (max-width: 620px){
    .mdp-flexiblecontent-feature-highlights-list .highlighted-features {
        grid-template-columns: 100%;
    }
}
@media screen and (max-width: 580px){
    .cx-90-b2 .b2-t1 {
        font-size: 27px;
        font-weight: 700;
        line-height: 37px;
    }
    .title-animate {
        font-size: 29px;
    }
    .is_imagetitle-animate {
        font-size: 29px;
        padding-bottom: 14px !important;
    }
    .b-half-image.image_no_cover .l-row {
        margin-right: 0;
        margin-left: 0;
    }
}

.mdp-flexiblecontent-fullsizecopy__image-container {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate3d(0,0,0);
}
.is_image {
    position: relative;
    color: white;
}
.is_image  .grad_block {
    background: #08080861;
    position: relative;
}
@media screen and (max-width: 960px){
    .is_image .vertical_line {
        height: 0;
        display: none;
    }
    .cx-90-b3 .title--h2 {
        padding-bottom: 20px !important;
    }
    .mdp-flexiblecontent-fullsizecopy__image-container img {
        max-width: inherit;
        vertical-align: middle;
        object-fit: cover;
    }
    .mdp-flexiblecontent-large-carousel__slide-media-area {
        margin-left: 0;
        width: 100%;
    }
    .mdp-flexiblecontent-large-carousel__slide-text-area {
        position: absolute;
        width: 100%;
        bottom: 0;
        padding: 21px;
        z-index: 1;
        min-height: 28vh;
        background: #000000;
    }
    .mdp-flexiblecontent-large-carousel__slide-text-container {
        min-height: 230px;
    }
    .mdp-flexiblecontent-large-carousel__slide-text-area .mdp-flexiblecontent-large-carousel__slide-text-pagination {
        margin: 0 auto;
    }
    .mdp-flexiblecontent-medium-carousel__slide {
        padding: 5px;
    }
    .mdp-flexiblecontent-medium-carousel__slide-text-container {
        opacity: 0;
    }
    .slick-active .mdp-flexiblecontent-medium-carousel__slide-text-container {
        opacity: 1;
    }
    picture.mdp-flexiblecontent-medium-carousel__slide-media {
        width: auto;
    }
    .mdp-modal-wrapper .component-modal__header {
        padding: 20px;
    }
    .perform_modal h1 {
        font-size: 16px;
        line-height: 25px;
    }
    .component-modal--open .component-modal__button--close {
        width: initial;
        margin: 5px;
        padding: 10px;
    }
    .perform_modal .component-modal__button--close {
        padding: 10px;
    }
    .mdp-modal-wrapper .component-modal__container {
        background-color: #fff;
        width: 93%;
        height: 94%;
        max-width: 93%;
        max-height: 93%;
        padding: 0;
    }
}

.test-update {
    background-color: red;
}

su-chat {
    position: fixed !important;
    bottom: 20px !important;
    right: 20px !important;
    z-index: 99999 !important;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    pointer-events: auto !important;
}