@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&amp;family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&amp;display=swap");
@font-face {
  font-family: "helvetica";
  src: url("../fonts/web-fonts/HELVETICANEUELTSTD-LT.woff2") format("woff2"), url("../fonts/web-fonts/HELVETICANEUELTSTD-LT.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "sangbleusans";
  src: url("../fonts/web-fonts/SANGBLEUSANS-REGULAR.woff2") format("woff2"), url("../fonts/web-fonts/SANGBLEUSANS-REGULAR.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "site-icon";
  src: url("../fonts/icon-fonts/site-icon276d.eot");
  src: url("../fonts/icon-fonts/site-icon276d.eot") format("embedded-opentype"), url("../fonts/icon-fonts/site-icon276d.ttf?tq07ey") format("truetype"), url("../fonts/icon-fonts/site-icon276d.woff?tq07ey") format("woff"), url("../fonts/icon-fonts/site-icon276d.svg?tq07ey#site-icon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=site-icon-], [class*=" site-icon-"] {
  speak: never;
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p {
    color: var(--text-color);
}


    #pageHeading {
        color: #fff !important;
        font-size: 64px;
        font-weight: 700;
        margin: 0;
        line-height: 1.2;
        text-shadow: 0 3px 10px rgba(0,0,0,.7), 0 0 25px rgba(0,0,0,.5);
        letter-spacing: 1px;
    }

        #pageHeading::before,
        #pageHeading::after {
            content: "";
            display: inline-block;
            width: 70px;
            height: 4px;
            background: #f7c600;
            vertical-align: middle;
            margin: 0 20px;
            border-radius: 5px;
        }
@media (max-width:768px) {

    #pageHeading {
        font-size: 32px;
    }
        #pageHeading::before,
        #pageHeading::after {
            display: none;
        }
}

    /* ===========================
   Global Scrollbar
=========================== */

    /* Firefox */
    html {
        scrollbar-width: thin;
        scrollbar-color: #0d3b66 #f5f7fb;
    }
        /*
     Chrome, Edge & Safari */
        html::-webkit-scrollbar {
            width: 12px;
        }

        html::-webkit-scrollbar-track {
            background: #f5f7fb;
        }

        html::-webkit-scrollbar-thumb {
            background: linear-gradient( 180deg, #0d3b66 0%, #1c5d96 60%, #0d3b66 100% );
            border-radius: 50px;
            border: 3px solid #f5f7fb;
            transition: .3s;
        }

            html::-webkit-scrollbar-thumb:hover {
                background: linear-gradient( 180deg, #d4af37, #b8860b );
            }

        html::-webkit-scrollbar-corner {
            background: transparent;
        }

    .site-icon-arrow-right1:before {
        content: "\e915";
    }

    .site-icon-arrow-left1:before {
        content: "\e916";
    }

    .site-icon-close:before {
        content: "\e90f";
    }

    .site-icon-youtube:before {
        content: "\e914";
    }

    .site-icon-twitter-x:before {
        content: "\e913";
    }

    .site-icon-email:before {
        content: "\e912";
    }

    .site-icon-location:before {
        content: "\e910";
    }

    .site-icon-vimeo:before {
        content: "\e904";
    }

    .site-icon-youtube:before {
        content: "\e90e";
    }

    .site-icon-clock:before {
        content: "\e911";
    }

    .site-icon-tiktok:before {
        content: "\e903";
    }

    .site-icon-arrow-down:before {
        content: "\e907";
    }

    .site-icon-arrow-left:before {
        content: "\e908";
    }

    .site-icon-arrow-right:before {
        content: "\e909";
    }

    .site-icon-arrow-up:before {
        content: "\e90a";
    }

    .site-icon-arrow-back:before {
        content: "\e90b";
    }

    .site-icon-arrow-next:before {
        content: "\e90c";
    }

    .site-icon-arrow-play:before {
        content: "\e90d";
    }

    .site-icon-instagram:before {
        content: "\e906";
    }

    .site-icon-linkedin:before {
        content: "\e900";
    }

    .site-icon-twitter:before {
        content: "\e901";
    }

    .site-icon-facebook:before {
        content: "\e902";
    }

    .site-icon-search:before {
        content: "\e905";
    }

    ::-webkit-scrollbar {
        display: none;
    }

    html {
        scroll-behavior: smooth;
    }

    h1 {
        font-size: 3.125rem;
        line-height: 1.2;
        font-family: "sangbleusans";
        font-weight: normal;
        color: var(--primary-color);
        margin-bottom: 20px;
    }

    @media (max-width: 1499px) {
        h1 {
            font-size: 2.6041666667rem;
            line-height: 1.2;
            margin-bottom: 20px;
        }
    }

    @media (max-width: 999px) {
        h1 {
            font-size: 2.4038461538rem;
            line-height: 1.2;
            margin-bottom: 20px;
        }
    }

    @media (max-width: 600px) {
        h1 {
            line-height: 1.2;
            margin-bottom: 20px;
            position: relative;
            bottom: 0px !important;
        }
    }

    h2 {
        font-size: 2.5rem;
        line-height: 1.2;
        font-family: "sangbleusans";
        font-weight: normal;
        color: var(--primary-color);
        margin-bottom: 20px;
    }

    @media (max-width: 1499px) {
        h2 {
            font-size: 2.0833333333rem;
            line-height: 1.2;
            margin-bottom: 20px;
        }
    }

    @media (max-width: 999px) {
        h2 {
            font-size: 1.9230769231rem;
            line-height: 1.2;
            margin-bottom: 20px;
        }
    }

    @media (max-width: 599px) {
        h2 {
            font-size: 1.6666666667rem;
            line-height: 1.2;
            margin-bottom: 20px;
        }
    }

    h3 {
        font-size: 1.875rem;
        line-height: 1.2;
        font-family: "sangbleusans";
        font-weight: normal;
        color: var(--primary-color);
        margin-bottom: 20px;
    }

    @media (max-width: 1499px) {
        h3 {
            font-size: 1.5625rem;
            line-height: 1.2;
            margin-bottom: 20px;
        }
    }

    @media (max-width: 999px) {
        h3 {
            font-size: 1.4423076923rem;
            line-height: 1.2;
            margin-bottom: 20px;
        }
    }

    @media (max-width: 599px) {
        h3 {
            font-size: 1.25rem;
            line-height: 1.2;
            margin-bottom: 20px;
        }
    }

    h4 {
        font-size: 1.563rem;
        line-height: 1.2;
        font-family: "sangbleusans";
        font-weight: normal;
        color: var(--primary-color);
        margin-bottom: 20px;
    }

    @media (max-width: 1499px) {
        h4 {
            font-size: 1.3025rem;
            line-height: 1.2;
            margin-bottom: 20px;
        }
    }

    @media (max-width: 999px) {
        h4 {
            font-size: 1.2023076923rem;
            line-height: 1.2;
            margin-bottom: 20px;
        }
    }

    @media (max-width: 599px) {
        h4 {
            font-size: 1.042rem;
            line-height: 1.2;
            margin-bottom: 20px;
        }
    }

    h5 {
        font-size: 1.25rem;
        line-height: 1.2;
        font-family: "sangbleusans";
        font-weight: normal;
        color: var(--primary-color);
        font-family: "sangbleusans";
        margin-bottom: 20px;
    }

    @media (max-width: 1499px) {
        h5 {
            font-size: 1.0416666667rem;
            line-height: 1.2;
            margin-bottom: 20px;
        }
    }

    @media (max-width: 999px) {
        h5 {
            font-size: 0.9615384615rem;
            line-height: 1.2;
            margin-bottom: 20px;
        }
    }

    @media (max-width: 599px) {
        h5 {
            font-size: 0.8333333333rem;
            line-height: 1.2;
            margin-bottom: 20px;
        }
    }

    h6 {
        font-size: 1.125rem;
        line-height: 1.2;
        font-family: "sangbleusans";
        font-weight: normal;
        color: var(--primary-color);
        margin-bottom: 20px;
    }

    @media (max-width: 1499px) {
        h6 {
            font-size: 0.9375rem;
            line-height: 1.2;
            margin-bottom: 20px;
        }
    }

    @media (max-width: 999px) {
        h6 {
            font-size: 0.8653846154rem;
            line-height: 1.2;
            margin-bottom: 20px;
        }
    }

    @media (max-width: 599px) {
        h6 {
            font-size: 0.75rem;
            line-height: 1.2;
            margin-bottom: 20px;
        }
    }

    a {
        text-decoration: none;
        color: var(--primary-color);
    }

        a:hover, a:focus {
            color: var(--primary-color);
        }

    p {
        margin: 0 0 10px;
    }

    strong {
        font-weight: bold;
    }

    hr {
        margin: 0 auto 10px;
    }

    img,
    canvas,
    video,
    svg {
        height: auto;
        max-width: 100%;
    }

    iframe {
        border: 0;
        max-width: 100%;
    }

    .site-color-text {
        color: var(--text-color) !important;
    }

    .site-color-text-wrapper .cms-feature-title {
        color: var(--text-color) !important;
    }

    .site-color-primary {
        color: var(--primary-color) !important;
    }

    .site-color-primary-wrapper .cms-feature-title {
        color: var(--primary-color) !important;
    }

    .site-color-secondary {
        color: var(--footer-icon-hover) !important;
    }

    .site-color-secondary-wrapper .cms-feature-title {
        color: var(--footer-icon-hover) !important;
    }

    .site-color-light {
        color: #EBEEEF !important;
    }

    .site-color-light-wrapper .cms-feature-title {
        color: #EBEEEF !important;
    }

    .site-color-black {
        color: #000000 !important;
    }

    .site-color-black-wrapper .cms-feature-title {
        color: #000000 !important;
    }

    .site-color-white {
        color: var(--color-white) !important;
    }

        .site-color-white h1, .site-color-white h2, .site-color-white h3, .site-color-white h4, .site-color-white h5, .site-color-white h6 {
            color: var(--color-white);
        }

        .site-color-white * {
            color: var(--color-white);
        }

    .site-color-white-wrapper .cms-feature-title {
        color: var(--color-white) !important;
    }

    .site-bg-text, .site-bg-text-wrapper, .site-bg .cms-feature-title {
        background: var(--text-color) !important;
    }

    .site-bg-primary, .site-bg-primary-wrapper, .site-bg .cms-feature-title {
        background: var(--primary-color) !important;
    }

    .site-bg-secondary, .site-bg-secondary-wrapper, .site-bg .cms-feature-title {
        background: var(--footer-icon-hover) !important;
    }

    .site-bg-light, .site-bg-light-wrapper, .site-bg .cms-feature-title {
        background: #9D9D9D !important;
    }

    .site-bg-black, .site-bg-black-wrapper, .site-bg .cms-feature-title {
        background: #000000 !important;
    }

    .site-bg-white, .site-bg-white-wrapper, .site-bg .cms-feature-title {
        background: var(--color-white) !important;
    }

    .x-center {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate3d(-50%, -50%, 0);
    }

    .stop-scrolling {
        overflow: hidden !important;
        height: 100vh;
    }

    * {
        box-sizing: border-box;
    }

        *:before,
        *:after {
            box-sizing: border-box;
            pointer-events: none;
        }

    html {
        font-family: "helvetica", sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 16px !important;
    }

    body {
        background: #FAFAFA;
        font-size: 16px;
        line-height: 24px;
        color: var(--text-color);
        margin: 0;
        padding: 0;
        font-family: "Roboto", sans-serif !important;
    }

    pre,
    code,
    kbd,
    samp,
    tt,
    input,
    textarea,
    select,
    option,
    optgroup,
    td,
    blockquote,
    cite,
    small,
    big,
    .marker,
    q {
        font-family: "Roboto", sans-serif !important;
    }

    .site-container {
        max-width: 100%;
        margin: 0 auto;
        padding: 0 20px;
        width: 100%;
    }

    @media (min-width: 600px) {
        .site-container {
            padding: 0 5%;
        }
    }

    @media (min-width: 1500px) {
        .site-container {
            padding: 0 7%;
        }
    }

    @media (min-width: 1950px) {
        .site-container {
            max-width: 1920px;
            padding: 0;
        }
    }

    ol {
        list-style-position: inside;
    }

    li {
        color: inherit;
    }

    .site-main-wrapper .site-sub-wrapper {
        width: 100%;
        clear: both;
        padding-top: 20px;
        position: relative;
    }

        .site-main-wrapper .site-sub-wrapper.site-main-with-sidebar article {
            display: block;
        }

            .site-main-wrapper .site-sub-wrapper.site-main-with-sidebar article .site-sidebar {
                float: right;
                padding-left: 110px;
            }

    @media (max-width: 766px) {
        .site-main-wrapper .site-sub-wrapper.site-main-with-sidebar article .site-sidebar {
            padding: 0;
            float: none;
        }
    }

    .site-main-wrapper .site-sub-wrapper.site-main-with-sidebar article .site-main-data {
        float: left;
    }

    @media (max-width: 766px) {
        .site-main-wrapper .site-sub-wrapper.site-main-with-sidebar article .site-main-data {
            float: none;
        }
    }

    @media (min-width: 767px) {
        .site-main-wrapper .site-sub-wrapper.site-main-with-sidebar .site-main-data {
            width: calc(100% - 560px);
        }
    }

    .site-main-wrapper .site-main-with-sidebar {
        padding-top: 20px;
    }

    @media (min-width: 1024px) {
        .site-main-wrapper .site-main-with-sidebar {
            padding-top: 60px;
        }
    }

    .main-content {
        display: flex !important;
        flex-direction: column;
    }

    @media (min-width: 1024px) {
        .main-content {
            flex-direction: row;
        }
    }

    .main-content__left {
        width: 100%;
    }

    @media (min-width: 1024px) {
        .main-content__left {
            width: 22%;
        }
    }

    .main-content__middle {
        min-width: 200px;
        padding: 0;
        flex: 1;
    }

    @media (min-width: 1024px) {
        .main-content__middle {
            padding: 0 5% 0 2%;
        }
    }

    .main-content__right {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

        .main-content__right .feature-zone:nth-child(3) {
            margin-top: auto;
        }

    @media (min-width: 1024px) {
        .main-content__right {
            width: 25%;
        }
    }

    @media (min-width: 1024px) {
        body.home-page .main-content__middle, body.landing-page .main-content__middle {
            padding: 0 5% 0 0;
        }
    }

    var {
        font-size: 1.875rem;
        line-height: 1.2;
        font-family: "sangbleusans";
        font-weight: normal;
        color: var(--primary-color);
        margin-bottom: 20px;
        font-style: normal;
    }

    @media (max-width: 1499px) {
        var {
            font-size: 1.5625rem;
            line-height: 1.2;
            margin-bottom: 20px;
        }
    }

    @media (max-width: 999px) {
        var {
            font-size: 1.4423076923rem;
            line-height: 1.2;
            margin-bottom: 20px;
        }
    }

    @media (max-width: 599px) {
        var {
            font-size: 1.25rem;
            line-height: 1.2;
            margin-bottom: 20px;
        }
    }

    body.site-custom-content-minus .site-sidebar-menu {
        display: none;
    }

    body.site-custom-content-minus .main-content__right .feature-zone {
        margin-top: 0;
    }

    @media (min-width: 1025px) {
        body.site-custom-content-minus .hero-banner .site-slider .slick-vertical .site-slider-caption {
            top: 20% !important;
        }
    }

    @media (min-width: 1025px) {
        body.site-custom-content-minus .hero-banner .site-slider .slick-vertical .slick-prev {
            top: 30% !important;
        }
    }

    @media (min-width: 1025px) {
        body.site-custom-content-minus .hero-banner .site-slider .slick-vertical .slick-next {
            top: 37% !important;
        }
    }

    @media (min-width: 1366px) {
        body.site-custom-content-minus .hero-banner {
            height: 125vh;
            clip-path: polygon(0px 0px, 100% 0px, 100% 60%, 95% 60%, 95% 100%, 72% 100%, 72% 60%, 0px 60%);
        }
    }

    @media (min-width: 1400px) {
        body.site-custom-content-minus .hero-banner {
            clip-path: polygon(0px 0px, 100% 0px, 100% 60%, 95% 60%, 95% 100%, 72% 100%, 72% 60%, 0px 60%);
        }
    }

    @media (min-width: 1600px) {
        body.site-custom-content-minus .hero-banner {
            clip-path: polygon(0px 0px, 100% 0px, 100% 60%, 93% 60%, 93% 100%, 72% 100%, 72% 60%, 0px 60%);
        }
    }

    body.site-custom-content-minus .hero-banner .site-slider-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top;
    }

    @media (min-width: 1366px) {
        body.site-custom-content-minus .main-content__middle {
            width: 65%;
            margin-top: -45vh;
        }
    }

    @media (min-width: 1366px) {
        body:not(.cms-page-is-in-edit-mode).site-custom-content-minus .hero-banner .cms-gallery-feature, body:not(.cms-page-is-in-edit-mode).site-custom-content-minus .hero-banner .feature-zone, body:not(.cms-page-is-in-edit-mode).site-custom-content-minus .hero-banner .site-slider, body:not(.cms-page-is-in-edit-mode).site-custom-content-minus .hero-banner .slick-slider, body:not(.cms-page-is-in-edit-mode).site-custom-content-minus .hero-banner .slick-list, body:not(.cms-page-is-in-edit-mode).site-custom-content-minus .hero-banner .slick-track, body:not(.cms-page-is-in-edit-mode).site-custom-content-minus .hero-banner .slick-slide, body:not(.cms-page-is-in-edit-mode).site-custom-content-minus .hero-banner .site-slider-image-block, body:not(.cms-page-is-in-edit-mode).site-custom-content-minus .hero-banner .site-slider-image {
            width: 100% !important;
            height: 100% !important;
        }
    }

    body.cms-page-is-in-edit-mode.site-custom-content-minus .hero-banner {
        height: auto;
        clip-path: none;
    }

    @media (min-width: 1366px) {
        body.cms-page-is-in-edit-mode.site-custom-content-minus .main-content__middle {
            width: 100%;
            margin-top: 0;
        }
    }

    body.landing-page .site-main-wrapper .site-sub-wrapper {
        padding-top: 0;
    }

    body.landing-page .main-content__middle {
        padding-top: 100px;
    }

    @media (max-width: 1023px) {
        body.landing-page .main-content__middle {
            padding-top: 50px;
        }
    }

    @media (max-width: 599px) {
        .site-custom-home-banner-two-wrapper .site-slider, .site-custom-home-banner-three-wrapper .site-slider, .site-custom-home-banner-four-wrapper .site-slider {
            height: 100vh !important;
        }

            .site-custom-home-banner-two-wrapper .site-slider .site-slick-wrapper, .site-custom-home-banner-three-wrapper .site-slider .site-slick-wrapper, .site-custom-home-banner-four-wrapper .site-slider .site-slick-wrapper {
                height: 100vh !important;
            }

                .site-custom-home-banner-two-wrapper .site-slider .site-slick-wrapper .slick-list, .site-custom-home-banner-three-wrapper .site-slider .site-slick-wrapper .slick-list, .site-custom-home-banner-four-wrapper .site-slider .site-slick-wrapper .slick-list {
                    height: 100vh !important;
                }

                    .site-custom-home-banner-two-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide, .site-custom-home-banner-three-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide, .site-custom-home-banner-four-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide {
                        height: 100vh !important;
                    }

                        .site-custom-home-banner-two-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-image-block .site-slider-image, .site-custom-home-banner-three-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-image-block .site-slider-image, .site-custom-home-banner-four-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-image-block .site-slider-image {
                            width: 100%;
                            height: 100% !important;
                            object-fit: cover;
                        }

                        .site-custom-home-banner-two-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-video-block .site-slider-video, .site-custom-home-banner-three-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-video-block .site-slider-video, .site-custom-home-banner-four-wrapper .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-video-block .site-slider-video {
                            width: 100%;
                            height: 100% !important;
                            object-fit: cover;
                        }
    }

    body.home-page .site-main-wrapper .site-sub-wrapper {
        padding-top: 0;
    }

    body.home-page .main-content__middle {
        padding-top: 100px;
    }

    @media (max-width: 1023px) {
        body.home-page .main-content__middle {
            padding-top: 50px;
        }
    }

    body.home-page .main-content__right {
        background: linear-gradient(0deg, #FAFAFA 15%, var(--footer-icon-hover) 15%);
        padding-top: 30px;
        margin-bottom: 50px;
    }

    @media (min-width: 1280px) {
        body.home-page .main-content__right {
            padding-top: 80px;
        }
    }

    @media (min-width: 1280px) {
        body.home-page .main-content__right .cms-gallery-feature {
            margin-left: -20%;
        }
    }

    body.home-page .main-content__right .cms-gallery-feature .slick-list {
        overflow: visible;
    }

    @media (min-width: 1280px) {
        body.home-page .main-content__right .cms-gallery-feature .slick-list .site-slider-image-block {
            width: 120%;
        }
    }

    body.home-page .main-content__right .cms-gallery-feature .slick-list .site-slider-image-block .site-slider-image {
        width: auto;
        max-height: 600px;
        margin: 0 auto;
    }

    body.home-page .main-content__right .site-slider-caption {
        background: none !important;
    }

        body.home-page .main-content__right .site-slider-caption h2, body.home-page .main-content__right .site-slider-caption h3, body.home-page .main-content__right .site-slider-caption h4, body.home-page .main-content__right .site-slider-caption h5, body.home-page .main-content__right .site-slider-caption p {
            text-align: left;
        }

    @media (min-width: 768px) {
        body.home-page .main-content__right {
            margin-bottom: 100px;
        }
    }

    @media (min-width: 1024px) {
        body.home-page .main-content__right {
            margin-bottom: 0;
        }
    }

    body.home-page .site-custom-home-banner-one {
        height: 100vh !important;
    }

        body.home-page .site-custom-home-banner-one .site-slick-wrapper {
            height: 100vh !important;
        }

            body.home-page .site-custom-home-banner-one .site-slick-wrapper .slick-list {
                height: 100vh !important;
            }

                body.home-page .site-custom-home-banner-one .site-slick-wrapper .slick-list .site-slide {
                    height: 100vh !important;
                }

                    body.home-page .site-custom-home-banner-one .site-slick-wrapper .slick-list .site-slide .site-slider-image-block {
                        height: 100vh !important;
                    }

                        body.home-page .site-custom-home-banner-one .site-slick-wrapper .slick-list .site-slide .site-slider-image-block .site-slider-image {
                            width: 100%;
                            height: 100% !important;
                            object-fit: cover;
                        }

        body.home-page .site-custom-home-banner-one .site-slider-caption {
            padding-top: 150px;
            position: absolute !important;
            top: 0 !important;
            left: 0 !important;
            right: 0 !important;
            bottom: 0 !important;
            transform: none !important;
        }

            body.home-page .site-custom-home-banner-one .site-slider-caption .site-container {
                padding: 0 !important;
            }

    @media (min-width: 768px) {
        body.home-page .site-custom-home-banner-one .site-slider-caption {
            padding-top: 180px;
        }
    }

    body.home-page .site-custom-home-banner-one .site-slider-caption .site-slider-caption-block {
        margin: 0 auto;
    }

        body.home-page .site-custom-home-banner-one .site-slider-caption .site-slider-caption-block table {
            margin: 0 auto;
        }

    @media (max-width: 1279px) {
        body.home-page .site-custom-home-banner-two .site-slider, body.home-page .site-custom-home-banner-three .site-slider, body.home-page .site-custom-home-banner-four .site-slider {
            height: auto !important;
        }
    }

    @media (max-width: 1279px) {
        body.home-page .site-custom-home-banner-two .site-slider .site-slick-wrapper, body.home-page .site-custom-home-banner-three .site-slider .site-slick-wrapper, body.home-page .site-custom-home-banner-four .site-slider .site-slick-wrapper {
            height: auto !important;
        }
    }

    @media (max-width: 1279px) {
        body.home-page .site-custom-home-banner-two .site-slider .site-slick-wrapper .slick-list, body.home-page .site-custom-home-banner-three .site-slider .site-slick-wrapper .slick-list, body.home-page .site-custom-home-banner-four .site-slider .site-slick-wrapper .slick-list {
            height: auto !important;
        }
    }

    @media (max-width: 1279px) {
        body.home-page .site-custom-home-banner-two .site-slider .site-slick-wrapper .slick-list .site-slide, body.home-page .site-custom-home-banner-three .site-slider .site-slick-wrapper .slick-list .site-slide, body.home-page .site-custom-home-banner-four .site-slider .site-slick-wrapper .slick-list .site-slide {
            height: auto !important;
        }
    }

    body.home-page .site-custom-home-banner-two .slick-slide .hide-video, body.home-page .site-custom-home-banner-three .slick-slide .hide-video, body.home-page .site-custom-home-banner-four .slick-slide .hide-video {
        background: var(--footer-icon-hover);
        width: 50px;
        height: 50px;
        position: fixed;
        top: calc(50% - 25px);
        right: 0;
        bottom: auto;
        left: auto;
        border-top-left-radius: 50%;
        border-bottom-left-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        border: 0;
        outline: none;
    }

        body.home-page .site-custom-home-banner-two .slick-slide .hide-video::before, body.home-page .site-custom-home-banner-three .slick-slide .hide-video::before, body.home-page .site-custom-home-banner-four .slick-slide .hide-video::before {
            font-family: "site-icon" !important;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            /* Better Font Rendering =========== */
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\e90f" !important;
            color: var(--color-white);
            font-size: 20px;
            transition: all 1s ease;
        }

        body.home-page .site-custom-home-banner-two .slick-slide .hide-video:hover, body.home-page .site-custom-home-banner-three .slick-slide .hide-video:hover, body.home-page .site-custom-home-banner-four .slick-slide .hide-video:hover {
            background: var(--secondary-color);
        }

    body.home-page .site-custom-home-banner-two .site-slider-caption, body.home-page .site-custom-home-banner-three .site-slider-caption, body.home-page .site-custom-home-banner-four .site-slider-caption {
        background: var(--footer-icon-hover) !important;
        width: 100% !important;
        height: 45% !important;
        padding: 20px 5% 0;
        display: flex;
        align-items: center;
        position: static !important;
        top: 0;
        right: 0;
        box-sizing: border-box;
    }

    @media (max-width: 599px) {
        body.home-page .site-custom-home-banner-two .site-slider-caption .site-button-border-white, body.home-page .site-custom-home-banner-three .site-slider-caption .site-button-border-white, body.home-page .site-custom-home-banner-four .site-slider-caption .site-button-border-white {
            padding: 10px 15px;
        }
    }

    @media (min-width: 768px) {
        body.home-page .site-custom-home-banner-two .site-slider-caption, body.home-page .site-custom-home-banner-three .site-slider-caption, body.home-page .site-custom-home-banner-four .site-slider-caption {
            background: none !important;
            width: auto !important;
            height: 100% !important;
            padding: 0 12%;
            position: absolute !important;
            box-sizing: content-box;
        }
    }

    @media (min-width: 1024px) {
        body.home-page .site-custom-home-banner-two .site-slider-caption, body.home-page .site-custom-home-banner-three .site-slider-caption, body.home-page .site-custom-home-banner-four .site-slider-caption {
            background: none !important;
            width: auto !important;
        }
    }

    @media (min-width: 1025px) {
        body.home-page .site-custom-home-banner-two .site-slider-caption, body.home-page .site-custom-home-banner-three .site-slider-caption, body.home-page .site-custom-home-banner-four .site-slider-caption {
            background: none !important;
            width: 30% !important;
        }
    }

    body.home-page .site-custom-home-banner-two .site-slider-caption .site-container, body.home-page .site-custom-home-banner-three .site-slider-caption .site-container, body.home-page .site-custom-home-banner-four .site-slider-caption .site-container {
        padding: 0;
    }

    body.home-page .site-custom-home-banner-two .site-slider-caption h1, body.home-page .site-custom-home-banner-two .site-slider-caption h2, body.home-page .site-custom-home-banner-two .site-slider-caption h3, body.home-page .site-custom-home-banner-two .site-slider-caption h4, body.home-page .site-custom-home-banner-two .site-slider-caption h5, body.home-page .site-custom-home-banner-three .site-slider-caption h1, body.home-page .site-custom-home-banner-three .site-slider-caption h2, body.home-page .site-custom-home-banner-three .site-slider-caption h3, body.home-page .site-custom-home-banner-three .site-slider-caption h4, body.home-page .site-custom-home-banner-three .site-slider-caption h5, body.home-page .site-custom-home-banner-four .site-slider-caption h1, body.home-page .site-custom-home-banner-four .site-slider-caption h2, body.home-page .site-custom-home-banner-four .site-slider-caption h3, body.home-page .site-custom-home-banner-four .site-slider-caption h4, body.home-page .site-custom-home-banner-four .site-slider-caption h5 {
        color: var(--color-white);
    }

    body.home-page .site-custom-home-banner-two-wrapper .site-custom-home-banner-two .site-slider-image-block, body.home-page .site-custom-home-banner-two-wrapper .site-custom-home-banner-two .site-slider-video-block {
        transition: all 1s ease;
        position: relative;
        height: 55% !important;
    }

        body.home-page .site-custom-home-banner-two-wrapper .site-custom-home-banner-two .site-slider-image-block .site-slider-video, body.home-page .site-custom-home-banner-two-wrapper .site-custom-home-banner-two .site-slider-video-block .site-slider-video {
            height: 100% !important;
        }

    @media (min-width: 768px) {
        body.home-page .site-custom-home-banner-two-wrapper .site-custom-home-banner-two .site-slider-image-block, body.home-page .site-custom-home-banner-two-wrapper .site-custom-home-banner-two .site-slider-video-block {
            height: 100% !important;
        }
    }

    body.home-page .site-custom-home-banner-two-wrapper .site-custom-home-banner-two .site-slider-image-block::before, body.home-page .site-custom-home-banner-two-wrapper .site-custom-home-banner-two .site-slider-video-block::before {
        width: 100%;
        height: calc(100% + 1px);
        content: "";
        background: url("/Assets/Images/Clippaths/hero-shape-2.svg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 25% 0%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 0;
        transition: all 1s ease;
        scale: 1;
        opacity: 1;
        -webkit-filter: drop-shadow(0px 0px 15px #000);
        filter: drop-shadow(0px 0px 15px #000);
    }

    @media (min-width: 1280px) {
        body.home-page .site-custom-home-banner-two-wrapper .site-custom-home-banner-two .site-slider-image-block::before, body.home-page .site-custom-home-banner-two-wrapper .site-custom-home-banner-two .site-slider-video-block::before {
            background-position: 0% 0%;
        }
    }

    body.home-page .site-custom-home-banner-two-wrapper .site-custom-home-banner-two .site-slider-image-block::after, body.home-page .site-custom-home-banner-two-wrapper .site-custom-home-banner-two .site-slider-video-block::after {
        display: none;
    }

    body.home-page .site-custom-home-banner-two-wrapper .site-custom-home-banner-two .site-slider-image-block.active, body.home-page .site-custom-home-banner-two-wrapper .site-custom-home-banner-two .site-slider-video-block.active {
        transform: scale(1.2);
    }

        body.home-page .site-custom-home-banner-two-wrapper .site-custom-home-banner-two .site-slider-image-block.active::before, body.home-page .site-custom-home-banner-two-wrapper .site-custom-home-banner-two .site-slider-video-block.active::before {
            transition: all 1s ease;
            scale: 5;
            opacity: 0;
        }

    body.home-page .site-custom-home-banner-two-wrapper .site-custom-home-banner-two .site-slider-caption {
        background: var(--footer-icon-hover) !important;
    }

    @media (min-width: 768px) {
        body.home-page .site-custom-home-banner-two-wrapper .site-custom-home-banner-two .site-slider-caption {
            background: none !important;
        }
    }

    body.home-page .site-custom-home-banner-three-wrapper .site-custom-home-banner-three .site-slider-image-block, body.home-page .site-custom-home-banner-three-wrapper .site-custom-home-banner-three .site-slider-video-block {
        position: relative;
        transition: all 1s ease;
        height: 55% !important;
    }

    @media (min-width: 768px) {
        body.home-page .site-custom-home-banner-three-wrapper .site-custom-home-banner-three .site-slider-image-block, body.home-page .site-custom-home-banner-three-wrapper .site-custom-home-banner-three .site-slider-video-block {
            height: 100% !important;
        }
    }

    body.home-page .site-custom-home-banner-three-wrapper .site-custom-home-banner-three .site-slider-image-block::before, body.home-page .site-custom-home-banner-three-wrapper .site-custom-home-banner-three .site-slider-video-block::before {
        width: 100%;
        height: calc(100% + 1px);
        content: "";
        /*background: url("../Images/Clippaths/hero-shape-1.svg");*/
        background: url("/Assets/Images/Clippaths/hero-shape-1.svg") !important;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 10% 0%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        transition: all 1s ease;
        scale: 1;
        opacity: 1;
        -webkit-filter: drop-shadow(0px 0px 15px #000);
        filter: drop-shadow(0px 0px 15px #000);
    }

    @media (min-width: 1280px) {
        body.home-page .site-custom-home-banner-three-wrapper .site-custom-home-banner-three .site-slider-image-block::before, body.home-page .site-custom-home-banner-three-wrapper .site-custom-home-banner-three .site-slider-video-block::before {
            background-position: 0% 0%;
        }
    }

    body.home-page .site-custom-home-banner-three-wrapper .site-custom-home-banner-three .site-slider-image-block::after, body.home-page .site-custom-home-banner-three-wrapper .site-custom-home-banner-three .site-slider-video-block::after {
        display: none;
    }

    body.home-page .site-custom-home-banner-three-wrapper .site-custom-home-banner-three .site-slider-image-block.active, body.home-page .site-custom-home-banner-three-wrapper .site-custom-home-banner-three .site-slider-video-block.active {
        transform: scale(1.2);
    }

        body.home-page .site-custom-home-banner-three-wrapper .site-custom-home-banner-three .site-slider-image-block.active::before, body.home-page .site-custom-home-banner-three-wrapper .site-custom-home-banner-three .site-slider-video-block.active::before {
            transition: all 1s ease;
            scale: 5;
            opacity: 0;
        }

    body.home-page .site-custom-home-banner-three-wrapper .site-custom-home-banner-three .site-slider-caption {
        background: #223872 !important;
    }

    @media (min-width: 768px) {
        body.home-page .site-custom-home-banner-three-wrapper .site-custom-home-banner-three .site-slider-caption {
            background: none !important;
        }
    }

    body.home-page .site-custom-home-banner-four-wrapper .site-custom-home-banner-four .site-slider-image-block, body.home-page .site-custom-home-banner-four-wrapper .site-custom-home-banner-four .site-slider-video-block {
        position: relative;
        transition: all 1s ease;
        height: 55% !important;
    }

    @media (min-width: 768px) {
        body.home-page .site-custom-home-banner-four-wrapper .site-custom-home-banner-four .site-slider-image-block, body.home-page .site-custom-home-banner-four-wrapper .site-custom-home-banner-four .site-slider-video-block {
            height: 100% !important;
        }
    }

    body.home-page .site-custom-home-banner-four-wrapper .site-custom-home-banner-four .site-slider-image-block::before, body.home-page .site-custom-home-banner-four-wrapper .site-custom-home-banner-four .site-slider-video-block::before {
        width: 100%;
        height: calc(100% + 1px);
        content: "";
        background: url("/Assets/Images/Clippaths/hero-shape-3.svg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 40% 0%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        transition: all 1s ease;
        scale: 1;
        opacity: 1;
        -webkit-filter: drop-shadow(0px 0px 15px #000);
        filter: drop-shadow(0px 0px 15px #000);
    }

    @media (min-width: 1280px) {
        body.home-page .site-custom-home-banner-four-wrapper .site-custom-home-banner-four .site-slider-image-block::before, body.home-page .site-custom-home-banner-four-wrapper .site-custom-home-banner-four .site-slider-video-block::before {
            background-position: 0% 0%;
        }
    }

    body.home-page .site-custom-home-banner-four-wrapper .site-custom-home-banner-four .site-slider-image-block::after, body.home-page .site-custom-home-banner-four-wrapper .site-custom-home-banner-four .site-slider-video-block::after {
        display: none;
    }

    body.home-page .site-custom-home-banner-four-wrapper .site-custom-home-banner-four .site-slider-image-block.active, body.home-page .site-custom-home-banner-four-wrapper .site-custom-home-banner-four .site-slider-video-block.active {
        transform: scale(1.2);
    }

        body.home-page .site-custom-home-banner-four-wrapper .site-custom-home-banner-four .site-slider-image-block.active::before, body.home-page .site-custom-home-banner-four-wrapper .site-custom-home-banner-four .site-slider-video-block.active::before {
            transition: all 1s ease;
            scale: 5;
            opacity: 0;
        }

    body.home-page .site-custom-home-banner-four-wrapper .site-custom-home-banner-four .site-slider-caption {
        background: var(--primary-color) !important;
    }

    @media (min-width: 768px) {
        body.home-page .site-custom-home-banner-four-wrapper .site-custom-home-banner-four .site-slider-caption {
            background: none !important;
        }
    }

    @media (max-width: 599px) {
        .site-custom-landing-light-blue .hero-banner .site-slider, .site-custom-landing-blue .hero-banner .site-slider, .site-custom-landing-dark-blue .hero-banner .site-slider {
            height: 100vh;
        }

            .site-custom-landing-light-blue .hero-banner .site-slider .site-slick-wrapper, .site-custom-landing-blue .hero-banner .site-slider .site-slick-wrapper, .site-custom-landing-dark-blue .hero-banner .site-slider .site-slick-wrapper {
                height: 100vh;
            }

                .site-custom-landing-light-blue .hero-banner .site-slider .site-slick-wrapper .slick-list, .site-custom-landing-blue .hero-banner .site-slider .site-slick-wrapper .slick-list, .site-custom-landing-dark-blue .hero-banner .site-slider .site-slick-wrapper .slick-list {
                    height: 100vh !important;
                }

                    .site-custom-landing-light-blue .hero-banner .site-slider .site-slick-wrapper .slick-list .site-slide, .site-custom-landing-blue .hero-banner .site-slider .site-slick-wrapper .slick-list .site-slide, .site-custom-landing-dark-blue .hero-banner .site-slider .site-slick-wrapper .slick-list .site-slide {
                        height: 100vh !important;
                    }

                        .site-custom-landing-light-blue .hero-banner .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-image-block, .site-custom-landing-blue .hero-banner .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-image-block, .site-custom-landing-dark-blue .hero-banner .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-image-block {
                            height: 100vh !important;
                        }

                            .site-custom-landing-light-blue .hero-banner .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-image-block .site-slider-image, .site-custom-landing-light-blue .hero-banner .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-image-block .site-slider-video, .site-custom-landing-blue .hero-banner .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-image-block .site-slider-image, .site-custom-landing-blue .hero-banner .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-image-block .site-slider-video, .site-custom-landing-dark-blue .hero-banner .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-image-block .site-slider-image, .site-custom-landing-dark-blue .hero-banner .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-image-block .site-slider-video {
                                width: 100%;
                                height: 100% !important;
                                object-fit: cover;
                            }
    }

    .site-custom-landing-light-blue .hero-banner .site-slider-image-block, .site-custom-landing-blue .hero-banner .site-slider-image-block, .site-custom-landing-dark-blue .hero-banner .site-slider-image-block {
        height: 55% !important;
    }

        .site-custom-landing-light-blue .hero-banner .site-slider-image-block .site-slider-image, .site-custom-landing-blue .hero-banner .site-slider-image-block .site-slider-image, .site-custom-landing-dark-blue .hero-banner .site-slider-image-block .site-slider-image {
            height: 100% !important;
        }

    @media (min-width: 768px) {
        .site-custom-landing-light-blue .hero-banner .site-slider-image-block, .site-custom-landing-blue .hero-banner .site-slider-image-block, .site-custom-landing-dark-blue .hero-banner .site-slider-image-block {
            height: 100% !important;
        }
    }

    .site-custom-landing-light-blue .hero-banner .site-slider-image-block::after, .site-custom-landing-blue .hero-banner .site-slider-image-block::after, .site-custom-landing-dark-blue .hero-banner .site-slider-image-block::after {
        display: none;
    }

    .site-custom-landing-light-blue .hero-banner .site-slider-video-block, .site-custom-landing-blue .hero-banner .site-slider-video-block, .site-custom-landing-dark-blue .hero-banner .site-slider-video-block {
        height: 55% !important;
    }

        .site-custom-landing-light-blue .hero-banner .site-slider-video-block .site-slider-video, .site-custom-landing-blue .hero-banner .site-slider-video-block .site-slider-video, .site-custom-landing-dark-blue .hero-banner .site-slider-video-block .site-slider-video {
            height: 100% !important;
        }

    @media (min-width: 768px) {
        .site-custom-landing-light-blue .hero-banner .site-slider-video-block, .site-custom-landing-blue .hero-banner .site-slider-video-block, .site-custom-landing-dark-blue .hero-banner .site-slider-video-block {
            height: 100% !important;
        }
    }

    .site-custom-landing-light-blue .hero-banner .site-slider-video-block::after, .site-custom-landing-blue .hero-banner .site-slider-video-block::after, .site-custom-landing-dark-blue .hero-banner .site-slider-video-block::after {
        display: none;
    }

    .site-custom-landing-light-blue .hero-banner .site-slider-caption, .site-custom-landing-blue .hero-banner .site-slider-caption, .site-custom-landing-dark-blue .hero-banner .site-slider-caption {
        background: var(--footer-icon-hover) !important;
        width: 100% !important;
        height: 45% !important;
        padding: 20px 5% 0;
        display: flex;
        align-items: center;
        position: static !important;
        top: 0;
        right: 0;
        box-sizing: border-box;
    }

    @media (min-width: 768px) {
        .site-custom-landing-light-blue .hero-banner .site-slider-caption, .site-custom-landing-blue .hero-banner .site-slider-caption, .site-custom-landing-dark-blue .hero-banner .site-slider-caption {
            background: none !important;
            width: auto !important;
            height: 100% !important;
            position: absolute !important;
            box-sizing: content-box;
        }
    }

    @media (min-width: 1024px) {
        .site-custom-landing-light-blue .hero-banner .site-slider-caption, .site-custom-landing-blue .hero-banner .site-slider-caption, .site-custom-landing-dark-blue .hero-banner .site-slider-caption {
            background: none !important;
            width: auto !important;
            padding: 0 5%;
        }
    }

    @media (min-width: 1025px) {
        .site-custom-landing-light-blue .hero-banner .site-slider-caption, .site-custom-landing-blue .hero-banner .site-slider-caption, .site-custom-landing-dark-blue .hero-banner .site-slider-caption {
            width: 30% !important;
        }
    }

    @media (min-width: 1500px) {
        .site-custom-landing-light-blue .hero-banner .site-slider-caption, .site-custom-landing-blue .hero-banner .site-slider-caption, .site-custom-landing-dark-blue .hero-banner .site-slider-caption {
            padding: 0 7%;
        }
    }

    .site-custom-landing-light-blue .hero-banner .site-slider-caption .site-container, .site-custom-landing-blue .hero-banner .site-slider-caption .site-container, .site-custom-landing-dark-blue .hero-banner .site-slider-caption .site-container {
        padding: 0;
    }

    .site-custom-landing-light-blue .hero-banner .site-slider-caption h1, .site-custom-landing-light-blue .hero-banner .site-slider-caption h2, .site-custom-landing-light-blue .hero-banner .site-slider-caption h3, .site-custom-landing-light-blue .hero-banner .site-slider-caption h4, .site-custom-landing-light-blue .hero-banner .site-slider-caption h5, .site-custom-landing-blue .hero-banner .site-slider-caption h1, .site-custom-landing-blue .hero-banner .site-slider-caption h2, .site-custom-landing-blue .hero-banner .site-slider-caption h3, .site-custom-landing-blue .hero-banner .site-slider-caption h4, .site-custom-landing-blue .hero-banner .site-slider-caption h5, .site-custom-landing-dark-blue .hero-banner .site-slider-caption h1, .site-custom-landing-dark-blue .hero-banner .site-slider-caption h2, .site-custom-landing-dark-blue .hero-banner .site-slider-caption h3, .site-custom-landing-dark-blue .hero-banner .site-slider-caption h4, .site-custom-landing-dark-blue .hero-banner .site-slider-caption h5 {
        color: var(--color-white);
    }

    .site-custom-landing-light-blue .hero-banner .site-slider-image-block, .site-custom-landing-light-blue .hero-banner .site-slider-video-block {
        position: relative;
    }

        .site-custom-landing-light-blue .hero-banner .site-slider-image-block .site-slider-video, .site-custom-landing-light-blue .hero-banner .site-slider-video-block .site-slider-video {
            transform: scale(1);
            transition: all 1s ease;
        }

        .site-custom-landing-light-blue .hero-banner .site-slider-image-block::before, .site-custom-landing-light-blue .hero-banner .site-slider-video-block::before {
            width: 100%;
            height: calc(100% + 1px);
            content: "";
            background: url("Assets/Images/Clippaths/hero-shape-2.svg");
            background-size: cover;
            background-repeat: no-repeat;
            background-position: 25% 0%;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 0;
            transition: all 1s ease;
            scale: 1;
            opacity: 1;
            z-index: 1;
            -webkit-filter: drop-shadow(0px 0px 15px #000);
            filter: drop-shadow(0px 0px 15px #000);
        }

    @media (min-width: 1280px) {
        .site-custom-landing-light-blue .hero-banner .site-slider-image-block::before, .site-custom-landing-light-blue .hero-banner .site-slider-video-block::before {
            background-position: 0% 0%;
        }
    }

    .site-custom-landing-light-blue .hero-banner .site-slider-image-block.active .site-slider-video, .site-custom-landing-light-blue .hero-banner .site-slider-video-block.active .site-slider-video {
        transform: scale(1.2);
    }

    .site-custom-landing-light-blue .hero-banner .site-slider-image-block.active::before, .site-custom-landing-light-blue .hero-banner .site-slider-video-block.active::before {
        transition: all 1s ease;
        scale: 5;
        opacity: 0;
    }

    .site-custom-landing-light-blue .hero-banner .slick-slide .hide-video {
        background: var(--footer-icon-hover);
        width: 50px;
        height: 50px;
        position: fixed;
        top: calc(50% - 25px);
        right: 0;
        bottom: auto;
        left: auto;
        border-top-left-radius: 50%;
        border-bottom-left-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        border: 0;
        outline: none;
    }

        .site-custom-landing-light-blue .hero-banner .slick-slide .hide-video::before {
            font-family: "site-icon" !important;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            /* Better Font Rendering =========== */
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\e90f" !important;
            color: var(--color-white);
            font-size: 20px;
            transition: all 1s ease;
        }

        .site-custom-landing-light-blue .hero-banner .slick-slide .hide-video:hover {
            background: var(--secondary-color);
        }

    .site-custom-landing-light-blue .hero-banner .site-slider-caption {
        background: var(--footer-icon-hover) !important;
    }

    @media (min-width: 768px) {
        .site-custom-landing-light-blue .hero-banner .site-slider-caption {
            background: none !important;
        }
    }

    .site-custom-landing-light-blue .main-content__right {
        background: linear-gradient(0deg, #FAFAFA 15%, var(--footer-icon-hover) 15%);
        padding-top: 30px;
    }

    @media (min-width: 1280px) {
        .site-custom-landing-light-blue .main-content__right {
            padding-top: 80px;
        }
    }

    @media (min-width: 1280px) {
        .site-custom-landing-light-blue .main-content__right .cms-gallery-feature {
            margin-left: -20%;
        }
    }

    .site-custom-landing-light-blue .main-content__right .cms-gallery-feature .slick-list {
        overflow: visible;
    }

    @media (min-width: 1280px) {
        .site-custom-landing-light-blue .main-content__right .cms-gallery-feature .slick-list .site-slider-image-block {
            width: 120%;
        }
    }

    .site-custom-landing-light-blue .main-content__right .cms-gallery-feature .slick-list .site-slider-image-block .site-slider-image {
        width: auto;
        max-height: 600px;
        margin: 0 auto;
    }

    @media (min-width: 1280px) {
        .site-custom-landing-light-blue .main-content__right .site-custom-right-image-inner-wrapper.cms-gallery-feature {
            margin-left: 0;
        }
    }

    .site-custom-landing-light-blue .main-content__right .site-custom-right-image-inner-wrapper.cms-gallery-feature .slick-list {
        overflow: visible;
    }

        .site-custom-landing-light-blue .main-content__right .site-custom-right-image-inner-wrapper.cms-gallery-feature .slick-list .slick-track, .site-custom-landing-light-blue .main-content__right .site-custom-right-image-inner-wrapper.cms-gallery-feature .slick-list .site-slide {
            width: 100% !important;
        }

    @media (min-width: 1280px) {
        .site-custom-landing-light-blue .main-content__right .site-custom-right-image-inner-wrapper.cms-gallery-feature .slick-list .site-slider-image-block {
            width: 100% !important;
        }
    }

    .site-custom-landing-light-blue .main-content__right .site-custom-right-image-inner-wrapper.cms-gallery-feature .slick-list .site-slider-image-block .site-slider-image {
        width: auto;
        max-height: 600px;
        margin: 0 auto;
    }

    .site-custom-landing-light-blue .site-custom-information-gallery-wrapper .site-slider-more-desc table td:first-child {
        background: var(--footer-icon-hover);
    }

    .site-custom-landing-light-blue .site-custom-information-gallery-wrapper .slick-next:before {
        background: var(--footer-icon-hover) !important;
        color: var(--color-white) !important;
    }

    .site-custom-landing-light-blue .site-custom-information-gallery-wrapper .slick-next:hover:before {
        background: #EBEEEF !important;
        color: var(--primary-color) !important;
    }

    .site-custom-landing-light-blue .site-custom-gallery-single-wrapper .site-bg-primary .site-slider-caption,
    .site-custom-landing-light-blue .site-custom-gallery-double-wrapper .site-bg-primary .site-slider-caption {
        background: var(--footer-icon-hover) !important;
    }

    .site-custom-landing-light-blue .site-custom-map-wrapper .cms-feature-title {
        color: var(--footer-icon-hover) !important;
    }

    .site-custom-landing-light-blue .site-custom-video-wrapper .cms-feature-title {
        color: var(--footer-icon-hover) !important;
    }

    .site-custom-landing-light-blue .site-custom-grid-wrapper .site-slick-wrapper .site-slide:first-child table {
        background: var(--footer-icon-hover) !important;
    }

    .site-custom-landing-blue .hero-banner .site-slider-image-block, .site-custom-landing-blue .hero-banner .site-slider-video-block {
        position: relative;
    }

        .site-custom-landing-blue .hero-banner .site-slider-image-block .site-slider-video, .site-custom-landing-blue .hero-banner .site-slider-video-block .site-slider-video {
            transform: scale(1);
            transition: all 1s ease;
        }

        .site-custom-landing-blue .hero-banner .site-slider-image-block::before, .site-custom-landing-blue .hero-banner .site-slider-video-block::before {
            width: 100%;
            height: calc(100% + 1px);
            content: "";
            /*background: url("../images/hero-shape-1.svg");*/
            background: url("/Assets/Images/Clippaths/hero-shape-1.svg");
            background-size: cover;
            background-repeat: no-repeat;
            background-position: 10% 0%;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 0;
            transition: all 1s ease;
            scale: 1;
            opacity: 1;
            z-index: 1;
            -webkit-filter: drop-shadow(0px 0px 15px #000);
            filter: drop-shadow(0px 0px 15px #000);
        }

    @media (min-width: 1280px) {
        .site-custom-landing-blue .hero-banner .site-slider-image-block::before, .site-custom-landing-blue .hero-banner .site-slider-video-block::before {
            background-position: 0% 0%;
        }
    }

    .site-custom-landing-blue .hero-banner .site-slider-image-block.active .site-slider-video, .site-custom-landing-blue .hero-banner .site-slider-video-block.active .site-slider-video {
        transform: scale(1.2);
    }

    .site-custom-landing-blue .hero-banner .site-slider-image-block.active::before, .site-custom-landing-blue .hero-banner .site-slider-video-block.active::before {
        transition: all 1s ease;
        scale: 5;
        opacity: 0;
    }

    .site-custom-landing-blue .hero-banner .site-slider .slick-next::before, .site-custom-landing-blue .hero-banner .site-slider .slick-prev::before {
        background: #223872 !important;
    }

    .site-custom-landing-blue .hero-banner .site-slider .slick-next:hover::before, .site-custom-landing-blue .hero-banner .site-slider .slick-prev:hover::before {
        background: var(--footer-icon-hover) !important;
    }

    .site-custom-landing-blue .hero-banner .slick-slide .hide-video {
        background: var(--footer-icon-hover);
        width: 50px;
        height: 50px;
        position: fixed;
        top: calc(50% - 25px);
        right: 0;
        bottom: auto;
        left: auto;
        border-top-left-radius: 50%;
        border-bottom-left-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        border: 0;
        outline: none;
    }

        .site-custom-landing-blue .hero-banner .slick-slide .hide-video::before {
            font-family: "site-icon" !important;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            /* Better Font Rendering =========== */
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\e90f" !important;
            color: var(--color-white);
            font-size: 20px;
            transition: all 1s ease;
        }

        .site-custom-landing-blue .hero-banner .slick-slide .hide-video:hover {
            background: var(--secondary-color);
        }

    .site-custom-landing-blue .hero-banner .site-slider-caption {
        background: #223872 !important;
    }

    @media (min-width: 768px) {
        .site-custom-landing-blue .hero-banner .site-slider-caption {
            background: none !important;
        }
    }

    .site-custom-landing-blue .main-content__right {
        background: linear-gradient(0deg, #FAFAFA 15%, #223872 15%);
        padding-top: 30px;
    }

    @media (min-width: 1280px) {
        .site-custom-landing-blue .main-content__right {
            padding-top: 80px;
        }
    }

    @media (min-width: 1280px) {
        .site-custom-landing-blue .main-content__right .cms-gallery-feature {
            margin-left: -20%;
        }
    }

    .site-custom-landing-blue .main-content__right .cms-gallery-feature .slick-list {
        overflow: visible;
    }

    @media (min-width: 1280px) {
        .site-custom-landing-blue .main-content__right .cms-gallery-feature .slick-list .site-slider-image-block {
            width: 120%;
        }
    }

    .site-custom-landing-blue .main-content__right .cms-gallery-feature .slick-list .site-slider-image-block .site-slider-image {
        width: auto;
        max-height: 600px;
        margin: 0 auto;
    }

    .site-custom-landing-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-1, .site-custom-landing-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-2, .site-custom-landing-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-3, .site-custom-landing-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-4, .site-custom-landing-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-5, .site-custom-landing-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-6, .site-custom-landing-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-7, .site-custom-landing-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-8, .site-custom-landing-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-9, .site-custom-landing-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-10,
    .site-custom-landing-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-11, .site-custom-landing-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-12, .site-custom-landing-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-13, .site-custom-landing-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-14, .site-custom-landing-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-15, .site-custom-landing-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-16, .site-custom-landing-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-17, .site-custom-landing-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-18, .site-custom-landing-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-19, .site-custom-landing-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-20 {
        border: 2px var(--orange-color) solid;
    }

        .site-custom-landing-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-1 .shape-title::before, .site-custom-landing-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-2 .shape-title::before, .site-custom-landing-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-3 .shape-title::before, .site-custom-landing-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-4 .shape-title::before, .site-custom-landing-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-5 .shape-title::before, .site-custom-landing-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-6 .shape-title::before, .site-custom-landing-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-7 .shape-title::before, .site-custom-landing-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-8 .shape-title::before, .site-custom-landing-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-9 .shape-title::before, .site-custom-landing-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-10 .shape-title::before,
        .site-custom-landing-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-11 .shape-title::before, .site-custom-landing-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-12 .shape-title::before, .site-custom-landing-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-13 .shape-title::before, .site-custom-landing-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-14 .shape-title::before, .site-custom-landing-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-15 .shape-title::before, .site-custom-landing-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-16 .shape-title::before, .site-custom-landing-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-17 .shape-title::before, .site-custom-landing-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-18 .shape-title::before, .site-custom-landing-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-19 .shape-title::before, .site-custom-landing-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-20 .shape-title::before {
            border: 1px solid var(--orange-color);
        }

        .site-custom-landing-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-1 .shape-title::after, .site-custom-landing-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-2 .shape-title::after, .site-custom-landing-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-3 .shape-title::after, .site-custom-landing-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-4 .shape-title::after, .site-custom-landing-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-5 .shape-title::after, .site-custom-landing-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-6 .shape-title::after, .site-custom-landing-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-7 .shape-title::after, .site-custom-landing-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-8 .shape-title::after, .site-custom-landing-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-9 .shape-title::after, .site-custom-landing-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-10 .shape-title::after,
        .site-custom-landing-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-11 .shape-title::after, .site-custom-landing-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-12 .shape-title::after, .site-custom-landing-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-13 .shape-title::after, .site-custom-landing-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-14 .shape-title::after, .site-custom-landing-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-15 .shape-title::after, .site-custom-landing-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-16 .shape-title::after, .site-custom-landing-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-17 .shape-title::after, .site-custom-landing-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-18 .shape-title::after, .site-custom-landing-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-19 .shape-title::after, .site-custom-landing-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-20 .shape-title::after {
            border: 1px var(--orange-color) solid;
        }

    .site-custom-landing-blue .site-custom-information-gallery-wrapper .site-slider-more-desc table td:first-child {
        background: #223872;
    }

    .site-custom-landing-blue .site-custom-information-gallery-wrapper .slick-prev:hover:before {
        background: #223872 !important;
        color: var(--color-white) !important;
    }

    .site-custom-landing-blue .site-custom-information-gallery-wrapper .slick-next:before {
        background: #223872 !important;
        color: var(--color-white) !important;
    }

    .site-custom-landing-blue .site-custom-information-gallery-wrapper .slick-next:hover:before {
        background: #EBEEEF !important;
        color: var(--primary-color) !important;
    }

    .site-custom-landing-blue .site-custom-gallery-single-wrapper .site-bg-primary .site-slider-caption,
    .site-custom-landing-blue .site-custom-gallery-double-wrapper .site-bg-primary .site-slider-caption {
        background: #223872 !important;
    }

    .site-custom-landing-blue .site-custom-map-wrapper .cms-feature-title {
        color: #223872 !important;
    }

    .site-custom-landing-blue .site-custom-video-wrapper .cms-feature-title {
        color: #223872 !important;
    }

    .site-custom-landing-blue .site-custom-grid-wrapper .site-slick-wrapper .site-slide:first-child table {
        background: #223872 !important;
    }

    .site-custom-landing-dark-blue .hero-banner .site-slider-image-block, .site-custom-landing-dark-blue .hero-banner .site-slider-video-block {
        position: relative;
    }

        .site-custom-landing-dark-blue .hero-banner .site-slider-image-block .site-slider-video, .site-custom-landing-dark-blue .hero-banner .site-slider-video-block .site-slider-video {
            transform: scale(1);
            transition: all 1s ease;
        }

        .site-custom-landing-dark-blue .hero-banner .site-slider-image-block::before, .site-custom-landing-dark-blue .hero-banner .site-slider-video-block::before {
            width: 100%;
            height: calc(100% + 1px);
            content: "";
            background: url("Assets/Images/Clippaths/hero-shape-3.svg");
            background-size: cover;
            background-repeat: no-repeat;
            background-position: 40% 0%;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 0;
            transition: all 1s ease;
            scale: 1;
            opacity: 1;
            z-index: 1;
            -webkit-filter: drop-shadow(0px 0px 15px #000);
            filter: drop-shadow(0px 0px 15px #000);
        }

    @media (min-width: 1280px) {
        .site-custom-landing-dark-blue .hero-banner .site-slider-image-block::before, .site-custom-landing-dark-blue .hero-banner .site-slider-video-block::before {
            background-position: 0% 0%;
        }
    }

    .site-custom-landing-dark-blue .hero-banner .site-slider-image-block.active .site-slider-video, .site-custom-landing-dark-blue .hero-banner .site-slider-video-block.active .site-slider-video {
        transform: scale(1.2);
    }

    .site-custom-landing-dark-blue .hero-banner .site-slider-image-block.active::before, .site-custom-landing-dark-blue .hero-banner .site-slider-video-block.active::before {
        transition: all 1s ease;
        scale: 5;
        opacity: 0;
    }

    .site-custom-landing-dark-blue .hero-banner .site-slider .slick-next::before, .site-custom-landing-dark-blue .hero-banner .site-slider .slick-prev::before {
        background: var(--primary-color) !important;
    }

    .site-custom-landing-dark-blue .hero-banner .site-slider .slick-next:hover::before, .site-custom-landing-dark-blue .hero-banner .site-slider .slick-prev:hover::before {
        background: var(--footer-icon-hover) !important;
    }

    .site-custom-landing-dark-blue .hero-banner .slick-slide .hide-video {
        background: var(--footer-icon-hover);
        width: 50px;
        height: 50px;
        position: fixed;
        top: calc(50% - 25px);
        right: 0;
        bottom: auto;
        left: auto;
        border-top-left-radius: 50%;
        border-bottom-left-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        border: 0;
        outline: none;
    }

        .site-custom-landing-dark-blue .hero-banner .slick-slide .hide-video::before {
            font-family: "site-icon" !important;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            /* Better Font Rendering =========== */
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\e90f" !important;
            color: var(--color-white);
            font-size: 20px;
            transition: all 1s ease;
        }

        .site-custom-landing-dark-blue .hero-banner .slick-slide .hide-video:hover {
            background: var(--secondary-color);
        }

    .site-custom-landing-dark-blue .hero-banner .site-slider-caption {
        background: var(--primary-color) !important;
    }

    @media (min-width: 768px) {
        .site-custom-landing-dark-blue .hero-banner .site-slider-caption {
            background: none !important;
        }
    }

    .site-custom-landing-dark-blue .main-content__right {
        background: linear-gradient(0deg, #FAFAFA 15%, var(--primary-color) 15%);
        padding-top: 30px;
    }

    @media (min-width: 1280px) {
        .site-custom-landing-dark-blue .main-content__right {
            padding-top: 80px;
        }
    }

    @media (min-width: 1280px) {
        .site-custom-landing-dark-blue .main-content__right .cms-gallery-feature {
            margin-left: -15%;
        }
    }

    .site-custom-landing-dark-blue .main-content__right .cms-gallery-feature .slick-list {
        overflow: visible;
    }

    @media (min-width: 1280px) {
        .site-custom-landing-dark-blue .main-content__right .cms-gallery-feature .slick-list .site-slider-image-block {
            width: 115%;
        }
    }

    .site-custom-landing-dark-blue .main-content__right .cms-gallery-feature .slick-list .site-slider-image-block .site-slider-image {
        width: auto;
        max-height: 600px;
        margin: 0 auto;
    }

    .site-custom-landing-dark-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-1, .site-custom-landing-dark-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-2, .site-custom-landing-dark-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-3, .site-custom-landing-dark-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-4, .site-custom-landing-dark-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-5, .site-custom-landing-dark-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-6, .site-custom-landing-dark-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-7, .site-custom-landing-dark-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-8, .site-custom-landing-dark-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-9, .site-custom-landing-dark-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-10 {
        border: 2px var(--orange-color) solid;
    }

        .site-custom-landing-dark-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-1 .shape-title::before, .site-custom-landing-dark-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-2 .shape-title::before, .site-custom-landing-dark-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-3 .shape-title::before, .site-custom-landing-dark-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-4 .shape-title::before, .site-custom-landing-dark-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-5 .shape-title::before, .site-custom-landing-dark-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-6 .shape-title::before, .site-custom-landing-dark-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-7 .shape-title::before, .site-custom-landing-dark-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-8 .shape-title::before, .site-custom-landing-dark-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-9 .shape-title::before, .site-custom-landing-dark-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-10 .shape-title::before {
            border: 1px solid var(--orange-color);
        }

        .site-custom-landing-dark-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-1 .shape-title::after, .site-custom-landing-dark-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-2 .shape-title::after, .site-custom-landing-dark-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-3 .shape-title::after, .site-custom-landing-dark-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-4 .shape-title::after, .site-custom-landing-dark-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-5 .shape-title::after, .site-custom-landing-dark-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-6 .shape-title::after, .site-custom-landing-dark-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-7 .shape-title::after, .site-custom-landing-dark-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-8 .shape-title::after, .site-custom-landing-dark-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-9 .shape-title::after, .site-custom-landing-dark-blue .site-custom-information-gallery-wrapper .site-slider-caption map .area-10 .shape-title::after {
            border: 1px var(--orange-color) solid;
        }

    .site-custom-landing-dark-blue .site-custom-information-gallery-wrapper .site-slider-more-desc table td:first-child {
        background: var(--primary-color);
    }

    .site-custom-landing-dark-blue .site-custom-information-gallery-wrapper .slick-prev:hover:before {
        background: var(--primary-color) !important;
        color: var(--color-white) !important;
    }

    .site-custom-landing-dark-blue .site-custom-information-gallery-wrapper .slick-next:before {
        background: var(--primary-color) !important;
        color: var(--color-white) !important;
    }

    .site-custom-landing-dark-blue .site-custom-information-gallery-wrapper .slick-next:hover:before {
        background: #EBEEEF !important;
        color: var(--primary-color) !important;
    }

    .site-custom-landing-dark-blue .site-custom-gallery-single-wrapper .site-bg-primary .site-slider-caption,
    .site-custom-landing-dark-blue .site-custom-gallery-double-wrapper .site-bg-primary .site-slider-caption {
        background: var(--primary-color) !important;
    }

    .site-custom-landing-dark-blue .site-custom-map-wrapper .cms-feature-title {
        color: var(--primary-color) !important;
    }

    .site-custom-landing-dark-blue .site-custom-video-wrapper .cms-feature-title {
        color: var(--primary-color) !important;
    }

    .site-custom-landing-dark-blue .site-custom-grid-wrapper .site-slick-wrapper .site-slide:first-child table {
        background: var(--primary-color) !important;
    }

    body.site-custom-orange-theme .custom-sidebar-toggle-wrapper {
        background: var(--orange-color) !important;
    }

    body.site-custom-orange-theme .site-sidebar-menu {
        background: url("../images/Beau_Soleil_New%20Crest_Outline_Dark%20Navy-1.png") 50% 50px no-repeat, var(--orange-color) !important;
        background-size: 50px !important;
        border: 1px var(--orange-color) solid !important;
    }

        body.site-custom-orange-theme .site-sidebar-menu ul.site-nav-block > li > a, body.site-custom-orange-theme .site-sidebar-menu ul.site-subnav-block li > a {
            border-bottom: 1px var(--color-white) solid !important;
        }

    body.site-custom-orange-theme .slick-arrow::before {
        background: #EBEEEF !important;
        color: var(--primary-color) !important;
    }

    body.site-custom-orange-theme .slick-arrow:hover::before {
        background: var(--orange-color) !important;
        color: var(--color-white) !important;
    }

    body.site-custom-orange-theme .site-custom-gallery-single-wrapper .site-bg-primary .site-slider-caption,
    body.site-custom-orange-theme .site-custom-gallery-double-wrapper .site-bg-primary .site-slider-caption {
        background: var(--orange-color) !important;
    }

    body.site-custom-orange-theme .site-custom-summer-gallery-wrapper .site-slider-more-desc table td:first-child {
        background: var(--footer-icon-hover);
    }

    body.site-custom-orange-theme .site-custom-summer-gallery-wrapper .slick-next:before {
        background: var(--orange-color) !important;
        color: var(--color-white) !important;
    }

    body.site-custom-orange-theme .site-custom-summer-gallery-wrapper .slick-next:hover:before {
        background: #EBEEEF !important;
        color: var(--primary-color) !important;
    }

    body.site-custom-orange-theme .site-custom-hear-us-gallery {
        background: var(--orange-color);
    }

    @media (min-width: 1200px) {
        body.site-custom-orange-theme .site-custom-hear-us-gallery {
            background: linear-gradient(to left, #FAFAFA 25%, var(--orange-color) 25%, var(--orange-color) 75%, #FAFAFA 75%);
            padding: 170px 0;
        }
    }

    body.site-custom-secondary-theme .custom-sidebar-toggle-wrapper {
        background: var(--primary-color) !important;
    }

    body.site-custom-secondary-theme #site-header.site-header-fill {
        background: var(--color-white) !important;
    }

    body.site-custom-secondary-theme #site-header .site-header-block .site-header-left {
        color: var(--primary-color);
    }

        body.site-custom-secondary-theme #site-header .site-header-block .site-header-left button {
            color: var(--primary-color);
            text-shadow: none;
        }

    body.site-custom-secondary-theme .site-search-wrapper .site-search-icon {
        color: var(--primary-color);
    }

    body.site-custom-secondary-theme .site-menu-toggle::after {
        color: var(--primary-color);
    }

    body.site-custom-secondary-theme .site-menu-toggle span {
        background: var(--primary-color);
    }

    body.site-custom-secondary-theme .site-navigation-active .site-menu-toggle.active-menu-toggle::after {
        color: var(--color-white);
    }

    body.site-custom-secondary-theme .site-navigation-active .site-menu-toggle.active-menu-toggle span {
        background: var(--color-white);
    }

    body.cms-page-is-in-edit-mode .site-custom-home-banner-two .site-slider-image-block, body.cms-page-is-in-edit-mode .site-custom-home-banner-two .site-slider-video-block, body.cms-page-is-in-edit-mode .site-custom-home-banner-three .site-slider-image-block, body.cms-page-is-in-edit-mode .site-custom-home-banner-three .site-slider-video-block, body.cms-page-is-in-edit-mode .site-custom-home-banner-four .site-slider-image-block, body.cms-page-is-in-edit-mode .site-custom-home-banner-four .site-slider-video-block {
        transform: scale(1) !important;
    }

        body.cms-page-is-in-edit-mode .site-custom-home-banner-two .site-slider-image-block::before, body.cms-page-is-in-edit-mode .site-custom-home-banner-two .site-slider-video-block::before, body.cms-page-is-in-edit-mode .site-custom-home-banner-three .site-slider-image-block::before, body.cms-page-is-in-edit-mode .site-custom-home-banner-three .site-slider-video-block::before, body.cms-page-is-in-edit-mode .site-custom-home-banner-four .site-slider-image-block::before, body.cms-page-is-in-edit-mode .site-custom-home-banner-four .site-slider-video-block::before {
            scale: 1 !important;
            opacity: 1 !important;
        }

    body.cms-page-is-in-edit-mode.site-custom-landing-light-blue .main-content__right, body.cms-page-is-in-edit-mode.site-custom-landing-blue .main-content__right, body.cms-page-is-in-edit-mode.site-custom-landing-dark-blue .main-content__right {
        padding: 0;
    }

        body.cms-page-is-in-edit-mode.site-custom-landing-light-blue .main-content__right .cms-gallery-feature, body.cms-page-is-in-edit-mode.site-custom-landing-blue .main-content__right .cms-gallery-feature, body.cms-page-is-in-edit-mode.site-custom-landing-dark-blue .main-content__right .cms-gallery-feature {
            margin-left: 0;
        }

            body.cms-page-is-in-edit-mode.site-custom-landing-light-blue .main-content__right .cms-gallery-feature .slick-list .site-slider-image-block, body.cms-page-is-in-edit-mode.site-custom-landing-blue .main-content__right .cms-gallery-feature .slick-list .site-slider-image-block, body.cms-page-is-in-edit-mode.site-custom-landing-dark-blue .main-content__right .cms-gallery-feature .slick-list .site-slider-image-block {
                width: 100%;
            }

    body.cms-page-is-in-edit-mode.site-custom-secondary-theme #site-header.site-header-fill {
        background: var(--primary-color) !important;
    }

    body.cms-page-is-in-edit-mode.site-custom-secondary-theme #site-header .site-header-block .site-header-left {
        color: var(--color-white);
    }

        body.cms-page-is-in-edit-mode.site-custom-secondary-theme #site-header .site-header-block .site-header-left button {
            color: var(--color-white);
            text-shadow: none;
        }

    body.cms-page-is-in-edit-mode.site-custom-secondary-theme .site-search-wrapper .site-search-icon {
        color: var(--color-white);
    }

    body.cms-page-is-in-edit-mode.site-custom-secondary-theme .custom-sidebar-toggle-wrapper {
        background: var(--primary-color) !important;
    }

    body.cms-page-is-in-edit-mode.site-custom-secondary-theme .site-menu-toggle::after {
        color: var(--color-white);
    }

    body.cms-page-is-in-edit-mode.site-custom-secondary-theme .site-menu-toggle span {
        background: var(--primary-color);
    }

    .iframe-resize,
    .iframe-resize-video {
        line-height: 0;
    }

        .iframe-resize iframe,
        .iframe-resize video,
        .iframe-resize-video iframe,
        .iframe-resize-video video {
            position: relative;
            z-index: 3;
            aspect-ratio: 16/9;
            width: 100% !important;
            height: auto !important;
        }

    .site-custom-team-gallery-wrapper .site-slider-caption {
        background: none !important;
        position: absolute !important;
    }

        .site-custom-team-gallery-wrapper .site-slider-caption::after {
            opacity: 1;
            background: linear-gradient(0, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%) !important;
            height: 150px;
            position: absolute;
            top: auto;
            bottom: 0;
            left: 0;
            width: 100%;
            content: "";
            z-index: 0;
        }

        .site-custom-team-gallery-wrapper .site-slider-caption .site-slider-caption-block {
            position: relative;
            z-index: 1;
        }

    .site-custom-team-gallery-wrapper .site-slider-tab-content-list table {
        margin: 0 auto;
    }

    @media (max-width: 1024px) {
        .site-custom-team-gallery-wrapper .site-slider-tab-content-list table {
            width: 100% !important;
        }
    }

    .site-slider-tab-list .site-slide {
        position: relative;
        overflow: hidden;
    }

        .site-slider-tab-list .site-slide::after {
            content: "";
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            border: 5px transparent solid;
            transition: all 0.3s ease;
        }

        .site-slider-tab-list .site-slide .site-slider-image {
            transition: all 0.5s ease;
        }

        .site-slider-tab-list .site-slide:hover::after {
            border: 5px var(--footer-icon-hover) solid;
        }

        .site-slider-tab-list .site-slide:hover .site-slider-image {
            transition: all 0.5s ease;
            transform: scale(1.1);
        }

        .site-slider-tab-list .site-slide.slick-current::after {
            content: "";
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            border: 5px var(--footer-icon-hover) solid;
            transition: all 0.3s ease;
        }

        .site-slider-tab-list .site-slide.slick-current .site-slider-image {
            transition: all 0.5s ease;
            transform: scale(1.1);
        }

    .site-slider-tab-content-list h1, .site-slider-tab-content-list h2, .site-slider-tab-content-list h3, .site-slider-tab-content-list h4, .site-slider-tab-content-list h5, .site-slider-tab-content-list h6, .site-slider-tab-content-list p, .site-slider-tab-content-list strong {
        color: var(--text-color);
        text-align: left;
    }

        .site-slider-tab-content-list p a {
            color: var(--text-color);
        }

            .site-slider-tab-content-list p a:hover {
                color: var(--primary-color);
            }

    .site-custom-no-gradient-wrapper .site-slider-image-block::after {
        display: none !important;
    }

    .site-custom-no-gradient-wrapper .site-slider-caption {
        background: none !important;
    }

    .site-button-primary,
    .site-form-data .site-form-buttons .site-form-button,
    .site-form-data .site-form-field .file-upload-wrapper .file-upload-button {
        background: var(--primary-color) !important;
        font-size: 13.33px;
        padding: 10px 25px;
        border: none;
        text-align: center;
        color: var(--color-white) !important;
        letter-spacing: 1px;
        font-weight: bold;
        text-transform: uppercase;
        border: 1px solid var(--primary-color) !important;
        display: inline-block;
        font-family: "Roboto", sans-serif;
        border-radius: 30px;
        transition: 0.25s;
    }

    @media (max-width: 767px) {
        .site-button-primary,
        .site-form-data .site-form-buttons .site-form-button,
        .site-form-data .site-form-field .file-upload-wrapper .file-upload-button {
            margin-bottom: 10px;
        }
    }

    .site-button-primary:focus,
    .site-form-data .site-form-buttons .site-form-button:focus,
    .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:focus {
        background: var(--primary-color) !important;
        color: var(--color-white) !important;
        border: 1px solid var(--primary-color) !important;
    }

    .site-button-primary:hover,
    .site-form-data .site-form-buttons .site-form-button:hover,
    .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover {
        background: var(--primary-color) !important;
        color: var(--color-white) !important;
        border: 1px solid var(--footer-icon-hover) !important;
    }

    .site-button-primary:hover,
    .site-form-data .site-form-buttons .site-form-button:hover,
    .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover {
        box-shadow: inset 0 3.5em 0 0 var(--footer-icon-hover);
    }

    .site-button-secondary, .site-search-wrapper .site-search-block.site-search-option2 .site-search-button {
        background: var(--footer-icon-hover) !important;
        font-size: 13.33px;
        padding: 10px 25px;
        border: none;
        text-align: center;
        color: var(--color-white) !important;
        letter-spacing: 1px;
        font-weight: bold;
        text-transform: uppercase;
        border: 1px solid var(--footer-icon-hover) !important;
        display: inline-block;
        font-family: "Roboto", sans-serif;
        border-radius: 30px;
        transition: 0.25s;
    }

    @media (max-width: 767px) {
        .site-button-secondary, .site-search-wrapper .site-search-block.site-search-option2 .site-search-button {
            margin-bottom: 10px;
        }
    }

    .site-button-secondary:focus, .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:focus {
        background: var(--footer-icon-hover) !important;
        color: var(--color-white) !important;
        border: 1px solid var(--footer-icon-hover) !important;
    }

    .site-button-secondary:hover, .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover {
        background: var(--footer-icon-hover) !important;
        color: var(--color-white) !important;
        border: 1px solid var(--primary-color) !important;
    }

    .site-button-secondary:hover, .site-search-wrapper .site-search-block.site-search-option2 .site-search-button:hover {
        box-shadow: inset 0 3.5em 0 0 var(--primary-color);
    }

    .site-button-orange {
        background: #c85008 !important;
        font-size: 13.33px;
        padding: 10px 25px;
        border: none;
        text-align: center;
        color: var(--color-white) !important;
        letter-spacing: 1px;
        font-weight: bold;
        text-transform: uppercase;
        border: 1px solid #c85008 !important;
        display: inline-block;
        font-family: "Roboto", sans-serif;
        border-radius: 30px;
        transition: 0.25s;
    }

    @media (max-width: 767px) {
        .site-button-orange {
            margin-bottom: 10px;
        }
    }

    .site-button-orange:focus {
        background: #c85008 !important;
        color: var(--color-white) !important;
        border: 1px solid #c85008 !important;
    }

    .site-button-orange:hover {
        background: #c85008 !important;
        color: #c85008 !important;
        border: 1px solid #c85008 !important;
    }

    .site-button-orange:hover {
        box-shadow: inset 0 3.5em 0 0 var(--color-white);
    }

    .site-button-border-white {
        background: transparent !important;
        font-size: 13.33px;
        padding: 10px 25px;
        border: none;
        text-align: center;
        color: var(--color-white) !important;
        letter-spacing: 1px;
        font-weight: bold;
        text-transform: uppercase;
        border: 1px solid var(--color-white) !important;
        display: inline-block;
        font-family: "Roboto", sans-serif;
        border-radius: 30px;
        transition: 0.25s;
    }

    @media (max-width: 767px) {
        .site-button-border-white {
            margin-bottom: 10px;
        }
    }

    .site-button-border-white:focus {
        background: transparent !important;
        color: var(--color-white) !important;
        border: 1px solid var(--color-white) !important;
    }

    .site-button-border-white:hover {
        background: transparent !important;
        color: var(--primary-color) !important;
        border: 1px solid var(--color-white) !important;
    }

    .site-button-border-white:hover {
        box-shadow: inset 0 3.5em 0 0 var(--color-white);
    }

    .site-button-border-primary {
        background: var(--color-white) !important;
        font-size: 13.33px;
        padding: 10px 25px;
        border: none;
        text-align: center;
        color: var(--primary-color) !important;
        letter-spacing: 1px;
        font-weight: bold;
        text-transform: uppercase;
        border: 1px solid var(--primary-color) !important;
        display: inline-block;
        font-family: "Roboto", sans-serif;
        border-radius: 30px;
        transition: 0.25s;
    }

    @media (max-width: 767px) {
        .site-button-border-primary {
            margin-bottom: 10px;
        }
    }

    .site-button-border-primary:focus {
        background: var(--color-white) !important;
        color: var(--primary-color) !important;
        border: 1px solid var(--primary-color) !important;
    }

    .site-button-border-primary:hover {
        background: var(--color-white) !important;
        color: var(--color-white) !important;
        border: 1px solid var(--color-white) !important;
    }

    .site-button-border-primary:hover {
        box-shadow: inset 0 3.5em 0 0 var(--primary-color);
    }

    .site-button-border-secondary {
        background: var(--color-white) !important;
        font-size: 13.33px;
        padding: 10px 25px;
        border: none;
        text-align: center;
        color: var(--footer-icon-hover) !important;
        letter-spacing: 1px;
        font-weight: bold;
        text-transform: uppercase;
        border: 1px solid var(--footer-icon-hover) !important;
        display: inline-block;
        font-family: "Roboto", sans-serif;
        border-radius: 30px;
        transition: 0.25s;
    }

    @media (max-width: 767px) {
        .site-button-border-secondary {
            margin-bottom: 10px;
        }
    }

    .site-button-border-secondary:focus {
        background: var(--color-white) !important;
        color: var(--footer-icon-hover) !important;
        border: 1px solid var(--footer-icon-hover) !important;
    }

    .site-button-border-secondary:hover {
        background: var(--color-white) !important;
        color: var(--color-white) !important;
        border: 1px solid var(--color-white) !important;
    }

    .site-button-border-secondary:hover {
        box-shadow: inset 0 3.5em 0 0 var(--footer-icon-hover);
    }

    .site-button-full-primary {
        background: var(--primary-color) !important;
        font-size: 13.33px;
        padding: 10px 25px;
        border: none;
        text-align: center;
        color: var(--color-white) !important;
        letter-spacing: 1px;
        font-weight: bold;
        text-transform: uppercase;
        border: 1px solid var(--primary-color) !important;
        display: inline-block;
        font-family: "Roboto", sans-serif;
        border-radius: 30px;
        display: block;
        width: 100%;
        transition: 0.25s;
    }

    @media (max-width: 767px) {
        .site-button-full-primary {
            margin-bottom: 10px;
        }
    }

    .site-button-full-primary:focus {
        background: var(--primary-color) !important;
        color: var(--color-white) !important;
        border: 1px solid var(--primary-color) !important;
    }

    .site-button-full-primary:hover {
        background: var(--primary-color) !important;
        color: var(--color-white) !important;
        border: 1px solid var(--footer-icon-hover) !important;
    }

    .site-button-full-primary:hover {
        box-shadow: inset 0 3.5em 0 0 var(--footer-icon-hover);
    }

    .site-button-full-secondary {
        background: var(--footer-icon-hover) !important;
        font-size: 13.33px;
        padding: 10px 25px;
        border: none;
        text-align: center;
        color: var(--color-white) !important;
        letter-spacing: 1px;
        font-weight: bold;
        text-transform: uppercase;
        border: 1px solid var(--footer-icon-hover) !important;
        display: inline-block;
        font-family: "Roboto", sans-serif;
        border-radius: 30px;
        display: block;
        width: 100%;
        transition: 0.25s;
    }

    @media (max-width: 767px) {
        .site-button-full-secondary {
            margin-bottom: 10px;
        }
    }

    .site-button-full-secondary:focus {
        background: var(--footer-icon-hover) !important;
        color: var(--color-white) !important;
        border: 1px solid var(--footer-icon-hover) !important;
    }

    .site-button-full-secondary:hover {
        background: var(--footer-icon-hover) !important;
        color: var(--color-white) !important;
        border: 1px solid var(--primary-color) !important;
    }

    .site-button-full-secondary:hover {
        box-shadow: inset 0 3.5em 0 0 var(--primary-color);
    }

    .site-button-full-orange {
        background: #c85008 !important;
        font-size: 13.33px;
        padding: 10px 25px;
        border: none;
        text-align: center;
        color: var(--color-white) !important;
        letter-spacing: 1px;
        font-weight: bold;
        text-transform: uppercase;
        border: 1px solid #c85008 !important;
        display: inline-block;
        font-family: "Roboto", sans-serif;
        border-radius: 30px;
        display: block;
        width: 100%;
        transition: 0.25s;
    }

    @media (max-width: 767px) {
        .site-button-full-orange {
            margin-bottom: 10px;
        }
    }

    .site-button-full-orange:focus {
        background: #c85008 !important;
        color: var(--color-white) !important;
        border: 1px solid #c85008 !important;
    }

    .site-button-full-orange:hover {
        background: #c85008 !important;
        color: #c85008 !important;
        border: 1px solid #c85008 !important;
    }

    .site-button-full-orange:hover {
        box-shadow: inset 0 3.5em 0 0 var(--color-white);
    }

    .site-button-full-border-white {
        background: transparent !important;
        font-size: 13.33px;
        padding: 10px 25px;
        border: none;
        text-align: center;
        color: var(--color-white) !important;
        letter-spacing: 1px;
        font-weight: bold;
        text-transform: uppercase;
        border: 1px solid var(--color-white) !important;
        display: inline-block;
        font-family: "Roboto", sans-serif;
        border-radius: 30px;
        display: block;
        width: 100%;
        transition: 0.25s;
    }

    @media (max-width: 767px) {
        .site-button-full-border-white {
            margin-bottom: 10px;
        }
    }

    .site-button-full-border-white:focus {
        background: transparent !important;
        color: var(--color-white) !important;
        border: 1px solid var(--color-white) !important;
    }

    .site-button-full-border-white:hover {
        background: transparent !important;
        color: var(--primary-color) !important;
        border: 1px solid var(--color-white) !important;
    }

    .site-button-full-border-white:hover {
        box-shadow: inset 0 3.5em 0 0 var(--color-white);
    }

    .site-button-full-border-primary {
        background: var(--color-white) !important;
        font-size: 13.33px;
        padding: 10px 25px;
        border: none;
        text-align: center;
        color: var(--primary-color) !important;
        letter-spacing: 1px;
        font-weight: bold;
        text-transform: uppercase;
        border: 1px solid var(--primary-color) !important;
        display: inline-block;
        font-family: "Roboto", sans-serif;
        border-radius: 30px;
        display: block;
        width: 100%;
        transition: 0.25s;
    }

    @media (max-width: 767px) {
        .site-button-full-border-primary {
            margin-bottom: 10px;
        }
    }

    .site-button-full-border-primary:focus {
        background: var(--color-white) !important;
        color: var(--primary-color) !important;
        border: 1px solid var(--primary-color) !important;
    }

    .site-button-full-border-primary:hover {
        background: var(--color-white) !important;
        color: var(--color-white) !important;
        border: 1px solid var(--color-white) !important;
    }

    .site-button-full-border-primary:hover {
        box-shadow: inset 0 3.5em 0 0 var(--primary-color);
    }

    .site-button-full-border-secondary {
        background: var(--color-white) !important;
        font-size: 13.33px;
        padding: 10px 25px;
        border: none;
        text-align: center;
        color: var(--footer-icon-hover) !important;
        letter-spacing: 1px;
        font-weight: bold;
        text-transform: uppercase;
        border: 1px solid var(--footer-icon-hover) !important;
        display: inline-block;
        font-family: "Roboto", sans-serif;
        border-radius: 30px;
        display: block;
        width: 100%;
        transition: 0.25s;
    }

    @media (max-width: 767px) {
        .site-button-full-border-secondary {
            margin-bottom: 10px;
        }
    }

    .site-button-full-border-secondary:focus {
        background: var(--color-white) !important;
        color: var(--footer-icon-hover) !important;
        border: 1px solid var(--footer-icon-hover) !important;
    }

    .site-button-full-border-secondary:hover {
        background: var(--color-white) !important;
        color: var(--color-white) !important;
        border: 1px solid var(--color-white) !important;
    }

    .site-button-full-border-secondary:hover {
        box-shadow: inset 0 3.5em 0 0 var(--footer-icon-hover);
    }

    .site-textarea {
        background: var(--color-white);
        border-radius: 0;
        outline: none;
        border: 1px solid #9D9D9D;
        font-size: 16px;
        height: 46px;
        width: 100%;
        padding: 10px;
        font-family: "helvetica", sans-serif;
        max-width: 100%;
    }

    input.site-textbox, .site-search-wrapper .site-search-block.site-search-option1 .site-search-data input.site-search-input, .site-search-wrapper .site-search-block.site-search-option .site-search-data input.site-search-input {
        background: var(--color-white);
        border-radius: 0;
        outline: none;
        border: 1px solid #9D9D9D;
        font-size: 16px;
        height: 46px;
        width: 100%;
        padding: 10px;
        font-family: "helvetica", sans-serif;
        max-width: 100%;
    }

    select.site-select {
        background: var(--color-white);
        border-radius: 0;
        outline: none;
        border: 1px solid #9D9D9D;
        font-size: 16px;
        height: 46px;
        width: 100%;
        padding: 10px;
        font-family: "helvetica", sans-serif;
        max-width: 100%;
    }

    #page-wrapper {
        overflow-x: hidden;
    }

    main#site-main {
        min-height: 300px;
    }

        main#site-main .site-page-title {
            margin-top: 20px;
            color: var(--primary-color);
        }

    #site-header {
        background: transparent;
        width: 100%;
        height: 140px;
        padding: 0px 0;
        position: fixed;
        top: 0;
        transition: all 0.2s ease;
        z-index: 100;
    }

    @media (max-width: 1023px) {
        #site-header {
            height: 116px;
        }
    }

    #site-header .site-header-block {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

        #site-header .site-header-block .site-header-left {
            align-items: center;
            color: var(--color-white);
            font-size: 18px;
            line-height: 1;
            flex: 1;
        }

    @media (max-width: 599px) {
        #site-header .site-header-block .site-header-left {
            font-size: 14px;
        }
    }

    #site-header .site-header-block .site-header-left button {
        background: none;
        margin: 0;
        padding: 0;
        border: 0;
        color: var(--color-white);
        font-size: 18px;
        line-height: 1;
        text-shadow: 1px 1px 1px #000;
    }

    @media (max-width: 599px) {
        #site-header .site-header-block .site-header-left button {
            font-size: 14px;
        }
    }

    #site-header .site-header-block .site-header-left button:first-child {
        margin-right: 10px;
    }

    @media (max-width: 599px) {
        #site-header .site-header-block .site-header-left button:first-child {
            margin-right: 5px;
        }
    }

    #site-header .site-header-block .site-header-left button:last-child {
        margin-left: 10px;
    }

    @media (max-width: 599px) {
        #site-header .site-header-block .site-header-left button:last-child {
            margin-left: 5px;
        }
    }

    #site-header .site-header-block .site-header-left button.active {
        font-weight: bold;
    }

    #site-header .site-header-block .site-header-left button:hover, #site-header .site-header-block .site-header-left button:focus {
        font-weight: bold;
        outline: none;
    }

    #site-header .site-header-block .site-header-logo h1, #site-header .site-header-block .site-header-logo h2, #site-header .site-header-block .site-header-logo h3, #site-header .site-header-block .site-header-logo h4, #site-header .site-header-block .site-header-logo h5, #site-header .site-header-block .site-header-logo h6 {
        margin: 0;
    }

    #site-header .site-header-block .site-header-right {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        flex: 1;
    }

        #site-header .site-header-block .site-header-right #site-header-right-text {
            margin-right: 30px;
            margin-bottom: 0;
        }

    @media (max-width: 1023px) {
        #site-header .site-header-block .site-header-right #site-header-right-text {
            position: fixed;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            margin: 0;
        }

            #site-header .site-header-block .site-header-right #site-header-right-text .cms-feature-datablock a {
                margin-bottom: 10px;
            }
    }

    #site-header .site-header-block .site-header-right #site-header-right-text .cms-text-feature, #site-header .site-header-block .site-header-right #site-header-right-text .cms-text-feature-data {
        margin-bottom: 0;
    }

    #site-header.site-header-fill {
        /*  background: rgb(0, 38, 84);*/
        background: var(--primary-color);
    }

    #site-header .site-header-logo {
        max-width: 130px;
        width: 100%;
    }

    @media (max-width: 1023px) {
        #site-header .site-header-logo {
            max-width: 100px;
        }
    }

    #site-header .site-header-logo .site-slider-image {
        width: 130px;
    }

    @media (max-width: 1023px) {
        #site-header .site-header-logo .site-slider-image {
            width: 100px;
        }
    }

    body.cms-page-is-published #site-header {
        top: 72px;
    }

    body.cms-page-is-in-preview-mode #site-header {
        top: 45px;
    }

    body.cms-page-is-in-edit-mode #site-header {
        padding: 40px 0;
        height: auto;
        background: rgb(0, 38, 84) !important;
        position: relative;
        top: 0;
        z-index: 4;
    }

        body.cms-page-is-in-edit-mode #site-header .site-header-logo {
            max-width: 205px;
        }

    body.cms-page-is-in-edit-mode .site-main {
        padding-top: 40px;
    }

    .weglot-container {
        top: 40px !important;
        bottom: auto !important;
        left: 20px !important;
        right: auto !important;
    }

    @media (min-width: 600px) {
        .weglot-container {
            left: 5% !important;
        }
    }

    @media (min-width: 1500px) {
        .weglot-container {
            left: 7% !important;
        }
    }

    .weglot-container .language-option a {
        color: var(--color-white) !important;
        opacity: 1 !important;
    }

    .weglot-container .underline {
        background-color: rgb(255, 255, 255) !important;
    }

    #site-footer {
        margin-top: 70px;
        padding: 0;
    }

        #site-footer .site-footer-block {
            background: var(--footer-bg);
        }

            #site-footer .site-footer-block .site-footer-logo .site-slider-image {
                width: 100%;
                max-width: 205px;
                margin: 0 auto;
                margin-top: -40px;
            }

            #site-footer .site-footer-block .site-footer-logo .slick-list {
                overflow: visible;
            }

            #site-footer .site-footer-block .site-footer-links {
                padding: 0;
            }

    @media (min-width: 768px) {
        #site-footer .site-footer-block .site-footer-links {
            padding: 50px 0 0;
        }
    }

    #site-footer .site-footer-block .site-footer-links .cms-feature-datablock h3 {
        color: var(--color-white);
    }

    #site-footer .site-footer-block .site-footer-links .cms-feature-datablock p {
        color: var(--color-white);
    }

    #site-footer .site-footer-block .site-footer-links .cms-feature-datablock a {
        color: var(--color-white);
    }

        #site-footer .site-footer-block .site-footer-links .cms-feature-datablock a:hover {
            color: var(--secondary-color);
        }

    #site-footer .site-footer-block .site-footer-links .feature-zone {
        display: flex;
        justify-content: space-between;
        position: relative;
        flex-wrap: wrap;
    }

    @media (max-width: 767px) {
        #site-footer .site-footer-block .site-footer-links .feature-zone {
            display: block;
            text-align: center;
        }
    }

    #site-footer .site-footer-block .site-footer-links .feature-zone .cms-feature-wrapper {
        margin-bottom: 0 !important;
    }

    @media (max-width: 767px) {
        #site-footer .site-footer-block .site-footer-links .feature-zone .cms-feature-wrapper {
            padding-top: 40px;
            max-width: 100%;
        }
    }

    #site-footer .site-footer-block .site-footer-links .feature-zone .cms-feature-wrapper > div {
        margin-bottom: 0 !important;
    }

        #site-footer .site-footer-block .site-footer-links .feature-zone .cms-feature-wrapper > div div:last-child {
            margin-bottom: 0 !important;
        }

    #site-footer .site-footer-block .site-footer-links .feature-zone h3.cms-feature-title {
        color: var(--primary-color);
        letter-spacing: -1.5px;
    }

    #site-footer .site-footer-block .site-footer-links .feature-zone .cms-text-feature-data ul,
    #site-footer .site-footer-block .site-footer-links .feature-zone .cms-text-feature-data ol {
        padding: 0;
    }

        #site-footer .site-footer-block .site-footer-links .feature-zone .cms-text-feature-data ul li,
        #site-footer .site-footer-block .site-footer-links .feature-zone .cms-text-feature-data ol li {
            margin: 0 0 15px;
            list-style: none;
        }

            #site-footer .site-footer-block .site-footer-links .feature-zone .cms-text-feature-data ul li a,
            #site-footer .site-footer-block .site-footer-links .feature-zone .cms-text-feature-data ol li a {
                color: var(--primary-color);
                padding: 0 0 5px;
                transition: all ease 0.5s;
                border-bottom: 1px solid transparent;
                border: none !important;
            }

                #site-footer .site-footer-block .site-footer-links .feature-zone .cms-text-feature-data ul li a:hover,
                #site-footer .site-footer-block .site-footer-links .feature-zone .cms-text-feature-data ol li a:hover {
                    border-bottom: 1px solid var(--primary-color) !important;
                }

    #site-footer .site-footer-block .site-footer-social-block {
        padding: 10px 0;
    }

        #site-footer .site-footer-block .site-footer-social-block .cms-feature-wrapper {
            margin-bottom: 0;
        }

    @media (max-width: 767px) {
        #site-footer .site-footer-block .site-footer-social-block .cms-feature-wrapper {
            padding-top: 40px;
            text-align: center;
        }
    }

    #site-footer .site-footer-block .site-footer-utility-block {
        border-top: 1px var(--color-white) solid;
        padding: 20px 0;
    }

        #site-footer .site-footer-block .site-footer-utility-block .feature-zone {
            display: flex;
            justify-content: center;
            position: relative;
            flex-wrap: wrap;
        }

            #site-footer .site-footer-block .site-footer-utility-block .feature-zone p {
                color: var(--color-white);
            }

                #site-footer .site-footer-block .site-footer-utility-block .feature-zone p a {
                    color: var(--color-white);
                    position: relative;
                }

                /*    #site-footer .site-footer-block .site-footer-utility-block .feature-zone p a::after {
                        content: "";
                        position: absolute;
                        width: 100%;
                        height: 2px;
                        bottom: -2px;
                        left: 0;
                        background: var(--secondary-color);
                        visibility: hidden;
                        transform: scaleX(0);
                        transition: all 0.3s ease-in-out;
                    }*/

                   /* #site-footer .site-footer-block .site-footer-utility-block .feature-zone p a:hover {
                        color: var(--secondary-color);
                    }*/

                        #site-footer .site-footer-block .site-footer-utility-block .feature-zone p a:hover::after {
                            visibility: visible;
                            transform: scaleX(1);
                        }

    @media (max-width: 767px) {
        #site-footer .site-footer-block .site-footer-utility-block .feature-zone {
            display: block;
            text-align: center;
        }
    }

    @media (min-width: 767px) {
        .site-sidebar {
            width: 560px;
        }
    }

    .main-content__right .site-display-list-block {
        background: var(--primary-color);
    }

        .main-content__right .site-display-list-block .site-display-image {
            margin: 0 !important;
        }

        .main-content__right .site-display-list-block .site-display-data-block {
            padding: 40px 20px 20px 20px;
        }

    @media (min-width: 768px) {
        .main-content__right .site-display-list-block .site-display-data-block {
            padding: 50px;
        }
    }

    @media (min-width: 1024px) {
        .main-content__right .site-display-list-block .site-display-data-block {
            padding: 20px;
        }
    }

    @media (min-width: 1200px) {
        .main-content__right .site-display-list-block .site-display-data-block {
            padding: 50px;
        }
    }

    .main-content__right .site-display-list-block .site-display-data-block .site-display-title {
        margin-bottom: 20px !important;
        color: var(--color-white);
        text-align: center;
    }

        .main-content__right .site-display-list-block .site-display-data-block .site-display-title a {
            color: var(--color-white);
        }

    .main-content__right .site-display-list-block .site-display-data-block .site-display-desc {
        color: var(--color-white);
        text-align: center;
    }

        .main-content__right .site-display-list-block .site-display-data-block .site-display-desc p {
            margin-bottom: 20px !important;
            color: var(--color-white);
            line-height: 1.5;
        }

            .main-content__right .site-display-list-block .site-display-data-block .site-display-desc p:last-child {
                margin-bottom: 0 !important;
            }

    .cms-page-is-in-preview-mode .site-page-wrapper {
        margin: 45px 0 0;
    }

    .cms-user-logged .site-page-wrapper {
        margin: 72px 0 0;
    }

    .site-breadcrumbs-wrapper {
        background: #202020;
        padding: 15px 0;
        border-bottom: 1px solid #9D9D9D;
        color: var(--text-color);
        margin: 0 0 20px;
    }

        .site-breadcrumbs-wrapper .site-breadcrumbs-item {
            display: inline-block;
            padding: 0 30px 0 0;
            position: relative;
        }

            .site-breadcrumbs-wrapper .site-breadcrumbs-item:after {
                font-family: "site-icon" !important;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                /* Better Font Rendering =========== */
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                content: "\e909" !important;
                font-size: 25px;
                position: absolute;
                right: 0;
                top: 0;
            }

            .site-breadcrumbs-wrapper .site-breadcrumbs-item.site-breadcrumbs-active:after {
                display: none;
            }

            .site-breadcrumbs-wrapper .site-breadcrumbs-item a.site-breadcrumbs-link {
                color: var(--primary-color);
                position: relative;
            }

                .site-breadcrumbs-wrapper .site-breadcrumbs-item a.site-breadcrumbs-link::after {
                    content: "";
                    width: 0;
                    position: absolute;
                    height: 2px;
                    background: var(--footer-icon-hover);
                    left: 0;
                    bottom: -5px;
                    transition: all ease 0.5s;
                }

                .site-breadcrumbs-wrapper .site-breadcrumbs-item a.site-breadcrumbs-link:hover:after {
                    width: 100%;
                }

    @media (min-width: 5000px) {
        .site-navigation-wrapper #site-navigation ul.site-nav-block {
            position: relative;
        }

            .site-navigation-wrapper #site-navigation ul.site-nav-block > li {
                margin: 0 25px 0 0;
                display: inline-block;
            }

                .site-navigation-wrapper #site-navigation ul.site-nav-block > li > a {
                    text-transform: uppercase;
                    color: var(--color-white);
                    display: block;
                }

                .site-navigation-wrapper #site-navigation ul.site-nav-block > li:hover > .site-subnav-wrapper {
                    display: block;
                }

            .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper {
                display: none;
                position: absolute;
                background: #EBEEEF;
                z-index: 1000;
                padding: 10px 20px;
                top: 100%;
                min-width: 130px;
            }

                .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper li {
                    display: block;
                    margin: 0 0 5px;
                }

                    .site-navigation-wrapper #site-navigation ul.site-nav-block .site-subnav-wrapper li a {
                        color: var(--color-white);
                    }

        .site-navigation-wrapper #site-navigation .site-nav-linktext, .site-navigation-wrapper #site-navigation .site-nav-linktext {
            display: none;
        }

        .site-menu-toggle {
            display: none;
        }
    }

    .site-menu-toggle {
        width: 35px;
        height: 37px;
        position: relative;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        cursor: pointer;
        margin: 5px 0 0 30px;
    }

    @media (max-width: 599px) {
        .site-menu-toggle {
            width: 25px;
            margin: 0 0 0 15px;
            height: 18px;
        }

            .site-menu-toggle::after {
                display: none;
            }
    }

    .site-menu-toggle::after {
        content: "MENU";
        position: absolute;
        bottom: -5px;
        left: 0;
        right: 0;
        font-size: 12px;
        color: var(--color-white) !important;
        font-family: "Roboto", sans-serif;
    }

    .site-menu-toggle span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: var(--color-white) !important;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.25s ease-in-out;
        -moz-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
    }

        .site-menu-toggle span:nth-child(1) {
            top: 0px;
        }

        .site-menu-toggle span:nth-child(2),
        .site-menu-toggle span:nth-child(3) {
            top: 7px;
        }

        .site-menu-toggle span:nth-child(4) {
            top: 14px;
        }

    .site-menu-toggle.active-menu-toggle::after {
        display: none;
    }

    .site-menu-toggle.active-menu-toggle span:nth-child(1) {
        top: 18px;
        width: 0%;
        left: 50%;
    }

    .site-menu-toggle.active-menu-toggle span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .site-menu-toggle.active-menu-toggle span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .site-menu-toggle.active-menu-toggle span:nth-child(4) {
        top: 18px;
        width: 0%;
        left: 50%;
    }

    .site-menu-toggle {
        display: block;
    }

    .site-navigation-wrapper {
        background-size: cover;
        position: fixed;
        z-index: 10000000000;
        right: -100%;
        top: 0;
        width: 100%;
        transition: all ease 1.0s;
        opacity: 0;
        visibility: hidden;
    }

    @media (max-width: 599px) {
        .site-navigation-wrapper {
            background-image: none !important;
        }
    }

    @media (min-width: 1024px) {
        .site-navigation-wrapper {
            padding-left: 10%;
            padding-right: 10%;
        }
    }

    @media (min-width: 1400px) {
        .site-navigation-wrapper {
            padding-left: 15%;
            padding-right: 15%;
        }
    }

    @media (min-width: 1600px) {
        .site-navigation-wrapper {
            padding-left: 20%;
            padding-right: 20%;
        }
    }

    .site-navigation-wrapper.site-navigation-active {
        right: 0;
        opacity: 1;
        visibility: visible;
        width: 100%;
        height: 100%;
        overflow-y: auto;
    }

    .site-navigation-wrapper .close-wrapper {
        width: 100%;
        height: 140px;
        padding: 20px 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../Assets/Images/NewImages/school_building.jpg);
    }

    @media (max-width: 1023px) {
        .site-navigation-wrapper .close-wrapper {
            height: 116px;
        }
    }

    .site-navigation-wrapper .close-wrapper .site-container {
        height: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .site-navigation-wrapper .site-navigation-block {
        background: var(--primary-color);
        padding: 20px;
        min-height: 100%;
        display: flex;
        flex-direction: column;
    }

    @media (min-width: 768px) {
        .site-navigation-wrapper .site-navigation-block {
            padding: 20px 40px;
        }
    }

    @media (min-width: 1200px) {
        .site-navigation-wrapper .site-navigation-block {
            min-height: 100%;
            padding: 20px 110px;
        }
    }

    .site-navigation-wrapper .site-navigation-block #site-navigation-logo {
        margin: 0 auto;
        max-width: 130px;
        width: 100%;
    }

    @media (max-width: 1023px) {
        .site-navigation-wrapper .site-navigation-block #site-navigation-logo {
            max-width: 100px;
        }
    }

    .site-navigation-wrapper .site-navigation-block #site-navigation-logo .site-slider-image {
        width: 130px;
    }

    @media (max-width: 1023px) {
        .site-navigation-wrapper .site-navigation-block #site-navigation-logo .site-slider-image {
            width: 100px;
        }
    }

    .site-navigation-wrapper ul.site-nav-block {
        padding: 50px 0 30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    @media (max-width: 767px) {
        .site-navigation-wrapper ul.site-nav-block {
            padding-bottom: 0;
        }
    }

    @media (min-width: 1200px) {
        .site-navigation-wrapper ul.site-nav-block .custom-nav-hide-in-nav {
            display: none !important;
        }
    }

    .site-navigation-wrapper ul.site-nav-block > li {
        width: 100%;
        margin: 0 0 10px;
        padding: 0 0 10px;
    }

    @media (min-width: 1200px) {
        .site-navigation-wrapper ul.site-nav-block > li {
            width: 30%;
            padding-left: 50px;
        }
    }

    .site-navigation-wrapper ul.site-nav-block > li.site-nav-active-path .site-nav-link {
        color: var(--secondary-color);
    }

    .site-navigation-wrapper ul.site-nav-block > li.custom-styleguide-page {
        display: none;
    }

    @media (min-width: 1200px) {
        .site-navigation-wrapper ul.site-nav-block > li.hide-in-nav {
            display: none;
        }
    }

    .site-navigation-wrapper ul.site-nav-block > li > a {
        color: var(--color-white);
    }

        .site-navigation-wrapper ul.site-nav-block > li > a:hover {
            color: var(--secondary-color);
        }

    .site-navigation-wrapper ul.site-nav-block > li.site-nav-active > a {
        color: var(--secondary-color);
    }

    .site-navigation-wrapper ul.site-nav-block li {
        display: block;
        position: relative;
    }

        .site-navigation-wrapper ul.site-nav-block li .site-nav-linktext.site-nav-expand {
            display: block;
            position: absolute;
            right: 0;
            top: 0;
            color: var(--color-white);
            cursor: pointer;
        }

            .site-navigation-wrapper ul.site-nav-block li .site-nav-linktext.site-nav-expand:before {
                font-family: "site-icon" !important;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                /* Better Font Rendering =========== */
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                content: "\e909" !important;
                font-size: 30px;
                display: block;
                transition: all ease 0.5s;
            }

        .site-navigation-wrapper ul.site-nav-block li .site-nav-linktext.site-nav-expand-active:before {
            transform: rotate(90deg);
        }

        .site-navigation-wrapper ul.site-nav-block li.level1.site-nav-active .site-nav-link {
            text-decoration: underline;
            text-orientation: mixed;
        }

        .site-navigation-wrapper ul.site-nav-block li.level1 .site-nav-link {
            color: var(--secondary-color);
            font-size: 25px;
            font-family: "sangbleusans";
        }

    @media (min-width: 1200px) {
        .site-navigation-wrapper ul.site-nav-block li.level1 .site-nav-link {
            position: absolute;
            top: 15px;
            left: -10px;
            font-size: 35px;
            writing-mode: vertical-lr;
            text-orientation: sideways;
            transform: rotate(180deg);
        }
    }

    .site-navigation-wrapper ul.site-nav-block li.level1 .site-nav-link:hover {
        color: var(--color-white);
    }

    @media (min-width: 1200px) {
        .site-navigation-wrapper ul.site-nav-block li.level1 .site-subnav-wrapper {
            max-height: 1000px;
        }

        .site-navigation-wrapper ul.site-nav-block li.level1 .site-nav-expand {
            display: none;
        }
    }

    .site-navigation-wrapper ul.site-nav-block li.level2 {
        padding: 0 30px 10px 0 !important;
    }

        .site-navigation-wrapper ul.site-nav-block li.level2 .site-subnav-wrapper {
            max-height: 0;
        }

        .site-navigation-wrapper ul.site-nav-block li.level2 .site-nav-expand {
            display: block;
        }

    .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper {
        overflow: hidden;
        max-height: 0;
        transition: all ease 0.5s;
    }

    .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper-active {
        max-height: 1000px !important;
    }

    .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper .site-subnav-block {
        padding: 10px 0 0;
    }

        .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li {
            padding: 0 10px 10px;
            text-transform: none;
        }

            .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li a {
                color: var(--color-white);
            }

                .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li a:hover {
                    color: var(--secondary-color);
                }

            .site-navigation-wrapper ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li.site-subnav-active > a {
                color: var(--secondary-color);
            }

    .site-navigation-wrapper #site-navigation-text {
        margin-top: 0;
    }

    @media (max-width: 767px) {
        .site-navigation-wrapper #site-navigation-text {
            padding-top: 20px;
            border-top: 1px var(--secondary-color) solid;
        }
    }

    @media (min-width: 1400px) {
        .site-navigation-wrapper #site-navigation-text {
            margin-top: 20px;
        }
    }

    @media (max-width: 767px) {
        .site-navigation-wrapper #site-navigation-text p {
            display: flex;
            flex-wrap: wrap;
            text-align: left !important;
        }
    }

    .site-navigation-wrapper #site-navigation-text p a {
        margin: 0 10px;
        color: var(--secondary-color);
        font-size: 20px;
        font-family: "sangbleusans";
        position: relative;
    }

        .site-navigation-wrapper #site-navigation-text p a::after {
            content: "";
            position: absolute;
            width: 100%;
            height: 2px;
            bottom: -2px;
            left: 0;
            background: var(--color-white);
            visibility: hidden;
            transform: scaleX(0);
            transition: all 0.3s ease-in-out;
        }

        .site-navigation-wrapper #site-navigation-text p a:hover {
            color: var(--color-white);
        }

            .site-navigation-wrapper #site-navigation-text p a:hover::after {
                visibility: visible;
                transform: scaleX(1);
            }

    @media (max-width: 767px) {
        .site-navigation-wrapper #site-navigation-text p a {
            width: 80%;
            margin-bottom: 10px;
        }
    }

    .site-navigation-wrapper #site-navigation-text p a.custom-link-active {
        color: var(--color-white);
        position: relative;
    }

        .site-navigation-wrapper #site-navigation-text p a.custom-link-active::after {
            content: "";
            width: 100%;
            height: 1px;
            border-bottom: 1px var(--color-white) solid;
            position: absolute;
            bottom: -1px;
            left: 0;
        }

    .site-navigation-wrapper #site-navigation-text2 {
        margin-top: 20px;
    }

    @media (max-width: 599px) {
        .site-navigation-wrapper #site-navigation-text2 {
            margin-top: 0;
        }

            .site-navigation-wrapper #site-navigation-text2 td {
                padding: 0 !important;
            }

            .site-navigation-wrapper #site-navigation-text2 p {
                text-align: left !important;
            }
    }

    @media (min-width: 1200px) {
        .site-navigation-wrapper #site-navigation-text2 {
            margin-top: auto;
        }
    }

    .site-navigation-wrapper #site-navigation-text2 p a {
        margin: 0 10px;
        color: var(--color-white);
        transition: 0.7s;
        position: relative;
    }

        .site-navigation-wrapper #site-navigation-text2 p a::after {
            content: "";
            position: absolute;
            width: 100%;
            height: 2px;
            bottom: -3px;
            left: 0;
            background: var(--secondary-color);
            visibility: hidden;
            transform: scaleX(0);
            transition: all 0.3s ease-in-out;
        }

        .site-navigation-wrapper #site-navigation-text2 p a:hover {
            color: var(--secondary-color);
        }

            .site-navigation-wrapper #site-navigation-text2 p a:hover::after {
                visibility: visible;
                transform: scaleX(1);
            }

        .site-navigation-wrapper #site-navigation-text2 p a.custom-link-active {
            color: var(--secondary-color);
            position: relative;
        }

            .site-navigation-wrapper #site-navigation-text2 p a.custom-link-active::after {
                content: "";
                width: 100%;
                height: 1px;
                border-bottom: 1px var(--secondary-color) solid;
                position: absolute;
                bottom: -1px;
                left: 0;
            }

    #site-navigation-background {
        display: none;
    }

    body.cms-page-is-published .site-navigation-wrapper {
        height: calc(100% - 72px);
        top: 72px;
    }

    body.cms-page-is-in-preview-mode .site-navigation-wrapper {
        height: calc(100% - 45px);
        top: 45px;
    }

    body.cms-page-is-in-edit-mode .site-navigation-wrapper {
        height: calc(100% - 72px);
        top: 72px;
    }

        body.cms-page-is-in-edit-mode .site-navigation-wrapper .site-navigation-block {
            height: auto;
        }

    body.cms-page-is-in-edit-mode #site-navigation-background {
        display: block;
    }

    .site-sidebar-menu {
        background: url("../images/Beau_Soleil_New%20Crest_Outline_Dark%20Navy-1.png") 50% 50px no-repeat, var(--primary-color);
        background-size: 50px;
        border: 1px solid var(--primary-color);
        padding: 120px 30px 30px 30px;
        margin: 0;
        position: relative;
        min-height: 270px;
    }

    @media (max-width: 1023px) {
        .site-sidebar-menu {
            display: none;
        }
    }

    .site-sidebar-menu h3 {
        color: var(--color-white);
        text-align: center;
    }

    .site-sidebar-menu ul {
        padding: 0;
    }

        .site-sidebar-menu ul.site-nav-block > li > a {
            color: var(--color-white);
            border-bottom: 1px solid var(--footer-icon-hover);
            display: block;
            padding: 10px 20px 10px 0;
        }

            .site-sidebar-menu ul.site-nav-block > li > a:hover {
                color: var(--secondary-color);
            }

        .site-sidebar-menu ul li.site-nav-item {
            display: block;
        }

            .site-sidebar-menu ul li.site-nav-item.level1 {
                display: none;
            }

                .site-sidebar-menu ul li.site-nav-item.level1.site-nav-active-path {
                    display: block;
                }

        .site-sidebar-menu ul.site-subnav-block li > a {
            color: var(--color-white);
            border-bottom: 1px solid var(--footer-icon-hover);
            display: block;
            padding: 10px 20px 10px 10px;
        }

            .site-sidebar-menu ul.site-subnav-block li > a:hover {
                color: var(--secondary-color);
            }

        .site-sidebar-menu ul.site-subnav-block li.level3 .site-subnav-link {
            padding-left: 20px;
        }

        .site-sidebar-menu ul li {
            display: block;
            position: relative;
        }

            .site-sidebar-menu ul li.site-nav-active > a, .site-sidebar-menu ul li.site-subnav-active > a {
                position: relative;
                color: var(--secondary-color);
                font-family: "helvetica", sans-serif;
            }

                .site-sidebar-menu ul li.site-nav-active > a:after1, .site-sidebar-menu ul li.site-subnav-active > a:after1 {
                    content: "";
                    background: var(--primary-color);
                    height: 10px;
                    width: 10px;
                    display: block;
                    border-radius: 100%;
                    position: absolute;
                    right: 0;
                    top: 0;
                    bottom: 0;
                    margin: auto;
                }

            .site-sidebar-menu ul li .site-nav-linktext.site-nav-expand {
                display: block;
                position: absolute;
                right: 0;
                top: 10px;
                color: var(--color-white);
                cursor: pointer;
            }

                .site-sidebar-menu ul li .site-nav-linktext.site-nav-expand:before {
                    font-family: "site-icon" !important;
                    font-style: normal;
                    font-weight: normal;
                    font-variant: normal;
                    text-transform: none;
                    /* Better Font Rendering =========== */
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                    content: "\e909" !important;
                    font-size: 30px;
                    display: block;
                    transition: all ease 0.5s;
                }

            .site-sidebar-menu ul li .site-nav-linktext.site-nav-expand-active:before {
                transform: rotate(90deg);
            }

            .site-sidebar-menu ul li .site-subnav-wrapper {
                overflow: hidden;
                max-height: 0;
                transition: all ease 0.5s;
            }

            .site-sidebar-menu ul li .site-subnav-wrapper-active {
                max-height: 1000px;
            }

    .custom-sidebar-toggle-wrapper {
        border-color: transparent;
        background: var(--primary-color);
    }

        .custom-sidebar-toggle-wrapper .custom-sidebar-toggle {
            padding: 20px;
        }

    @media (max-width: 1023px) {
        .custom-sidebar-toggle-wrapper {
            display: none;
        }
    }

    @media (min-width: 1024px) {
        body:not(.cms-page-is-in-edit-mode) .custom-sidebar-toggle-wrapper {
            position: fixed;
            right: 36px;
            top: 50%;
            transform: translateY(-50%) translateX(50%) rotate(-90deg);
            transform-origin: center center;
            z-index: 99;
            cursor: pointer;
            transition: right ease 0.3s, opacity ease 0.3s;
        }

        body:not(.cms-page-is-in-edit-mode) .custom-sidebar-toggle-wrapper-active {
            right: 446px;
        }
    }

    body:not(.cms-page-is-in-edit-mode) .custom-sidebar-toggle-wrapper:hover {
        opacity: 0.85;
    }

    @media (min-width: 1024px) {
        body:not(.cms-page-is-in-edit-mode) .site-sidebar-menu.custom-sb-toggle {
            position: fixed;
            right: -410px;
            top: 50%;
            transform: translateY(-50%);
            z-index: 100;
            height: 100%;
            width: 410px;
            transition: right ease 0.3s;
        }

        body:not(.cms-page-is-in-edit-mode) .site-sidebar-menu.custom-sb-toggle-active {
            right: 0px;
        }

        body:not(.cms-page-is-in-edit-mode) .site-sidebar-menu.custom-sb-toggle .site-navigation {
            height: calc(100% - 50px);
            overflow-y: auto;
        }
    }

    @media (max-width: 1023px) {
        body:not(.cms-page-is-in-edit-mode) .site-sidebar-menu.custom-sb-toggle {
            display: block;
            padding-block: 10px;
            background-image: none !important;
            min-height: initial;
        }

            body:not(.cms-page-is-in-edit-mode) .site-sidebar-menu.custom-sb-toggle > h3 {
                display: none;
            }

            body:not(.cms-page-is-in-edit-mode) .site-sidebar-menu.custom-sb-toggle .site-nav-block > li a {
                transition: border-color ease 0.3s;
            }

            body:not(.cms-page-is-in-edit-mode) .site-sidebar-menu.custom-sb-toggle .site-nav-block > .site-nav-active-parent:not(:has(> .site-nav-expand-active)) > a {
                border-color: transparent !important;
            }
    }

    @media (min-width: 1024px) {
        body.cms-page-is-in-edit-mode .site-sidebar-menu.custom-sb-toggle, body.cms-page-is-published .site-sidebar-menu.custom-sb-toggle {
            margin-top: 36px;
            height: calc(100% - 72px);
        }
    }

    @media (min-width: 1024px) {
        body.cms-page-is-in-preview-mode .site-sidebar-menu.custom-sb-toggle {
            margin-top: 22.5px;
            height: calc(100% - 45px);
        }
    }

    .social-block-wrapper {
        display: flex;
    }

        .social-block-wrapper .social-block {
            color: var(--primary-color);
            margin: 0 0 0 15px;
        }

            .social-block-wrapper .social-block a {
                color: var(--primary-color);
                display: block;
                border: 1px solid var(--primary-color);
                border-radius: 100%;
                text-align: center;
                line-height: 27px;
                width: 28px;
                height: 28px;
            }

                .social-block-wrapper .social-block a:hover {
                    background: var(--primary-color);
                    color: var(--color-white);
                }

    .site-social-facebook {
        width: 34px;
        height: 34px;
        line-height: 32px;
        background: var(--secondary-color);
        border: 1px solid var(--secondary-color);
        margin: 0 5px 0 0;
        border-radius: 10px;
        display: inline-block;
        font-size: 0;
        transition: all ease 0.5s;
        text-align: center;
    }

        .site-social-facebook:before {
            display: inline-block;
            vertical-align: top;
            font-size: 20px;
            color: var(--primary-color);
            transition: all ease 0.5s;
        }

        .site-social-facebook:hover {
            border: 1px solid var(--footer-icon-hover);
            background: transparent;
        }

            .site-social-facebook:hover:before {
                color: var(--footer-icon-hover);
            }

        .site-social-facebook:before {
            font-family: "site-icon" !important;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            /* Better Font Rendering =========== */
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\e902" !important;
        }

    .site-social-instagram {
        width: 34px;
        height: 34px;
        line-height: 32px;
        background: var(--secondary-color);
        border: 1px solid var(--secondary-color);
        margin: 0 5px 0 0;
        border-radius: 10px;
        display: inline-block;
        font-size: 0;
        transition: all ease 0.5s;
        text-align: center;
    }

        .site-social-instagram:before {
            display: inline-block;
            vertical-align: top;
            font-size: 20px;
            color: var(--primary-color);
            transition: all ease 0.5s;
        }

        .site-social-instagram:hover {
            border: 1px solid var(--footer-icon-hover);
            background: transparent;
        }

            .site-social-instagram:hover:before {
                color: var(--footer-icon-hover);
            }

        .site-social-instagram:before {
            font-family: "site-icon" !important;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            /* Better Font Rendering =========== */
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\e906" !important;
        }

    .site-social-twitter {
        width: 34px;
        height: 34px;
        line-height: 32px;
        background: var(--secondary-color);
        border: 1px solid var(--secondary-color);
        margin: 0 5px 0 0;
        border-radius: 10px;
        display: inline-block;
        font-size: 0;
        transition: all ease 0.5s;
        text-align: center;
    }

        .site-social-twitter:before {
            display: inline-block;
            vertical-align: top;
            font-size: 20px;
            color: var(--primary-color);
            transition: all ease 0.5s;
        }

        .site-social-twitter:hover {
            border: 1px solid var(--footer-icon-hover);
            background: transparent;
        }

            .site-social-twitter:hover:before {
                color: var(--footer-icon-hover);
            }

        .site-social-twitter:before {
            font-family: "site-icon" !important;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            /* Better Font Rendering =========== */
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\e913" !important;
        }

    .site-social-youtube {
        width: 34px;
        height: 34px;
        line-height: 32px;
        background: var(--secondary-color);
        border: 1px solid var(--secondary-color);
        margin: 0 5px 0 0;
        border-radius: 10px;
        display: inline-block;
        font-size: 0;
        transition: all ease 0.5s;
        text-align: center;
    }

        .site-social-youtube:before {
            display: inline-block;
            vertical-align: top;
            font-size: 20px;
            color: var(--primary-color);
            transition: all ease 0.5s;
        }

        .site-social-youtube:hover {
            border: 1px solid var(--footer-icon-hover);
            background: transparent;
        }

            .site-social-youtube:hover:before {
                color: var(--footer-icon-hover);
            }

        .site-social-youtube:before {
            font-family: "site-icon" !important;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            /* Better Font Rendering =========== */
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\e90e" !important;
        }

    .site-social-linkedin {
        width: 34px;
        height: 34px;
        line-height: 32px;
        background: var(--secondary-color);
        border: 1px solid var(--secondary-color);
        margin: 0 5px 0 0;
        border-radius: 10px;
        display: inline-block;
        font-size: 0;
        transition: all ease 0.5s;
        text-align: center;
    }

        .site-social-linkedin:before {
            display: inline-block;
            vertical-align: top;
            font-size: 20px;
            color: var(--primary-color);
            transition: all ease 0.5s;
        }

        .site-social-linkedin:hover {
            border: 1px solid var(--footer-icon-hover);
            background: transparent;
        }

            .site-social-linkedin:hover:before {
                color: var(--footer-icon-hover);
            }

        .site-social-linkedin:before {
            font-family: "site-icon" !important;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            /* Better Font Rendering =========== */
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\e900" !important;
        }

    .site-social-tiktok {
        width: 34px;
        height: 34px;
        line-height: 32px;
        background: var(--secondary-color);
        border: 1px solid var(--secondary-color);
        margin: 0 5px 0 0;
        border-radius: 10px;
        display: inline-block;
        font-size: 0;
        transition: all ease 0.5s;
        text-align: center;
    }

        .site-social-tiktok:before {
            display: inline-block;
            vertical-align: top;
            font-size: 20px;
            color: var(--primary-color);
            transition: all ease 0.5s;
        }

        .site-social-tiktok:hover {
            border: 1px solid var(--footer-icon-hover);
            background: transparent;
        }

            .site-social-tiktok:hover:before {
                color: var(--footer-icon-hover);
            }

        .site-social-tiktok:before {
            font-family: "site-icon" !important;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            /* Better Font Rendering =========== */
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\e903" !important;
        }

    .hide-post-title h3.site-display-title {
        display: none;
    }

    .site-main-data .cms-display-feature-wrapper .slick-list {
        margin: 0;
    }

        .site-main-data .cms-display-feature-wrapper .slick-list .slick-track {
            display: flex;
        }

    .site-main-data .cms-display-feature-wrapper .site-display-wrapper-listitem {
        background: var(--color-white);
        height: auto;
        align-self: stretch;
        margin: 20px 20px !important;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    }

    @media (min-width: 1400px) {
        .site-main-data .cms-display-feature-wrapper .site-display-wrapper-listitem {
            margin: 20px 10px !important;
        }
    }

    @media (min-width: 1600px) {
        .site-main-data .cms-display-feature-wrapper .site-display-wrapper-listitem {
            margin: 20px 20px !important;
        }
    }

    .site-main-data .cms-display-feature-wrapper .site-display-list-block {
        margin: 0 !important;
        padding: 20px 20px !important;
    }

    @media (min-width: 1441px) {
        .site-main-data .cms-display-feature-wrapper .site-display-list-block {
            padding: 40px 40px !important;
        }
    }

    .site-main-data .cms-display-feature-wrapper .site-display-list-block .site-display-title {
        font-size: 20px;
        text-align: center;
    }

        .site-main-data .cms-display-feature-wrapper .site-display-list-block .site-display-title a {
            color: #202020;
        }

    .site-main-data .cms-display-feature-wrapper .site-display-list-block .site-display-desc p {
        margin: 20px 0 0 !important;
        font-size: 16px;
    }

    @media (max-width: 599px) {
        .site-display-list li {
            max-width: 100% !important;
            -webkit-box-flex: 0 !important;
            -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
        }
    }

    @media (max-width: 599px) {
        .site-multi-slide-slider .site-slide {
            margin: 0 20px;
        }
    }

    .site-custom-home-banner-one-wrapper .site-slide:not(:has(.site-slider-caption)) .site-slider-image-block::before, .site-custom-home-banner-one-wrapper .site-slide:not(:has(.site-slider-caption)) .site-slider-image-block::after {
        display: none;
    }

    @media (max-width: 898px) {
        .slick-arrow {
            top: 50% !important;
        }

            .slick-arrow::before {
                line-height: 27px !important;
            }
    }

    .slick-arrow.slick-prev::before {
        font-family: "site-icon" !important;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e916" !important;
        transform: none !important;
    }

    @media (max-width: 898px) {
        .slick-arrow.slick-prev {
            width: 54px !important;
            height: 54px !important;
            left: 30px !important;
        }

            .slick-arrow.slick-prev::before {
                font-size: 20px !important;
                line-height: 50px !important;
            }
    }

    .slick-arrow.slick-next::before {
        font-family: "site-icon" !important;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e915" !important;
        transform: none !important;
    }

    @media (max-width: 898px) {
        .slick-arrow.slick-next {
            width: 54px !important;
            height: 54px !important;
            right: 30px !important;
        }

            .slick-arrow.slick-next::before {
                font-size: 20px !important;
                line-height: 50px !important;
            }
    }

  /*  .slick-arrow::before {
        background: var(--footer-icon-hover) !important;
        border-radius: 0 !important;
    }*/

  /*  .slick-arrow:hover::before {
        background: var(--primary-color) !important;
        color: var(--color-white) !important;
        border: 1px var(--color-white) solid !important;
    }
*/
    .slick-arrow.slick-disabled {
        opacity: 0;
        visibility: hidden;
    }

    .site-custom-hear-us-gallery-wrapper .site-custom-hear-us-gallery {
        background: var(--primary-color);
        padding: 20px 0 70px;
    }

    @media (min-width: 1024px) {
        .site-custom-hear-us-gallery-wrapper .site-custom-hear-us-gallery {
            padding: 20px 0 80px;
        }
    }

    @media (min-width: 1200px) {
        .site-custom-hear-us-gallery-wrapper .site-custom-hear-us-gallery {
            background: linear-gradient(to left, #FAFAFA 25%, var(--primary-color) 25%, var(--primary-color) 75%, #FAFAFA 75%);
            padding: 100px 0 100px 0;
        }
    }

    .site-custom-hear-us-gallery-wrapper .slick-prev {
        top: auto !important;
        right: 52px !important;
        bottom: -70px !important;
        left: auto !important;
        transform: none !important;
    }

    @media (min-width: 1024px) {
        .site-custom-hear-us-gallery-wrapper .slick-prev {
            right: 52px !important;
            bottom: -80px !important;
        }
    }

    @media (min-width: 1200px) {
        .site-custom-hear-us-gallery-wrapper .slick-prev {
            top: auto !important;
            right: 30.5% !important;
            bottom: -80px !important;
            left: auto !important;
        }
    }

    @media (min-width: 1600px) {
        .site-custom-hear-us-gallery-wrapper .slick-prev {
            right: 29.5% !important;
        }
    }

    .site-custom-hear-us-gallery-wrapper .slick-next {
        top: auto !important;
        right: 0 !important;
        bottom: -70px !important;
        left: auto !important;
        transform: none !important;
    }

    @media (min-width: 1024px) {
        .site-custom-hear-us-gallery-wrapper .slick-next {
            bottom: -80px !important;
        }
    }

    @media (min-width: 1200px) {
        .site-custom-hear-us-gallery-wrapper .slick-next {
            top: auto !important;
            right: calc(30.5% - 54px) !important;
            bottom: -80px !important;
            left: auto !important;
        }
    }

    @media (min-width: 1600px) {
        .site-custom-hear-us-gallery-wrapper .slick-next {
            right: calc(29.5% - 54px) !important;
        }
    }

    .site-custom-hear-us-gallery-wrapper .slick-list {
        overflow: visible;
    }

    @media (min-width: 1200px) {
        .site-custom-hear-us-gallery-wrapper .slick-list .slick-track {
            display: flex;
            align-items: flex-start;
        }
    }

    .site-custom-hear-us-gallery-wrapper .slick-list .slick-slide {
        margin: 0 20px;
    }

        .site-custom-hear-us-gallery-wrapper .slick-list .slick-slide .site-slider-caption {
            display: none;
        }

        .site-custom-hear-us-gallery-wrapper .slick-list .slick-slide.slick-slide {
            transition: width 1s ease;
        }

        .site-custom-hear-us-gallery-wrapper .slick-list .slick-slide.slick-current {
            transition: width 1s ease;
        }

    @media (min-width: 1200px) {
        .site-custom-hear-us-gallery-wrapper .slick-list .slick-slide.slick-current {
            width: 480px !important;
        }
    }

    @media (min-width: 1600px) {
        .site-custom-hear-us-gallery-wrapper .slick-list .slick-slide.slick-current {
            width: 610px !important;
        }
    }

    .site-custom-hear-us-gallery-wrapper .slick-list .slick-slide.slick-current .site-slider-caption {
        background: none;
        height: 100%;
        display: block;
        padding: 10px 0;
        position: static;
    }

        .site-custom-hear-us-gallery-wrapper .slick-list .slick-slide.slick-current .site-slider-caption .site-slider-caption-block {
            width: 100%;
        }

    @media (min-width: 1200px) {
        .site-custom-hear-us-gallery-wrapper .slick-list .slick-slide.slick-current .site-slider-caption .site-slider-caption-block {
            position: absolute;
            top: -65px;
            left: 0;
        }
    }

    .site-custom-hear-us-gallery-wrapper .slick-list .slick-slide.slick-current .site-slider-caption .site-slider-caption-block p {
        font-size: 18px;
        font-weight: 700;
        font-family: "Roboto", sans-serif;
        text-transform: uppercase;
    }

    .site-custom-hear-us-gallery-wrapper .slick-list .slick-slide.slick-current .site-slider-caption .site-slider-caption-block .site-container {
        padding: 0;
    }

    .site-custom-hear-us-gallery-wrapper .slick-list .slick-slide.slick-current .site-slider-caption .site-slider-caption-block .site-slider-capton-data {
        text-align: left;
        padding: 0;
    }

    @media (min-width: 1200px) {
        .site-custom-hear-us-gallery-wrapper .slick-list .slick-slide.slick-current .site-slider-caption .site-slider-caption-block .site-slider-capton-data {
            padding: 20px 0;
        }
    }

    .site-custom-hear-us-gallery-wrapper .slick-list .slick-slide.slick-current .site-slider-caption .site-slider-more-desc {
        width: 100%;
        padding-top: 20px;
        text-align: left;
    }

        .site-custom-hear-us-gallery-wrapper .slick-list .slick-slide.slick-current .site-slider-caption .site-slider-more-desc h2,
        .site-custom-hear-us-gallery-wrapper .slick-list .slick-slide.slick-current .site-slider-caption .site-slider-more-desc h3,
        .site-custom-hear-us-gallery-wrapper .slick-list .slick-slide.slick-current .site-slider-caption .site-slider-more-desc h4 {
            color: var(--color-white);
            font-weight: normal;
        }

        .site-custom-hear-us-gallery-wrapper .slick-list .slick-slide.slick-current .site-slider-caption .site-slider-more-desc .site-container {
            padding: 0;
        }

    @media (max-width: 599px) {
        .site-custom-link-gallery-wrapper .slick-prev {
            left: -14px !important;
        }

        .site-custom-link-gallery-wrapper .slick-next {
            right: -14px !important;
        }
    }

    @media (min-width: 1280px) {
        .site-custom-link-gallery-wrapper .site-slick-wrapper {
            width: 100% !important;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: flex-end;
        }
    }

    .site-custom-link-gallery-wrapper .site-slider .site-slick-wrapper {
        opacity: 1;
        visibility: visible;
    }

    .site-custom-link-gallery-wrapper .site-slide {
        margin: 0 !important;
        padding: 0 !important;
    }

    @media (min-width: 768px) {
        .site-custom-link-gallery-wrapper .site-slide {
            padding: 0 10px !important;
        }
    }

    @media (min-width: 1280px) {
        .site-custom-link-gallery-wrapper .site-slide {
            width: 25% !important;
            padding: 15px !important;
        }
    }

    @media (min-width: 1280px) {
        .site-custom-link-gallery-wrapper .site-slide:nth-child(1), .site-custom-link-gallery-wrapper .site-slide:nth-child(7) {
            width: 50% !important;
            margin-left: 25% !important;
        }
    }

    @media (min-width: 1280px) {
        .site-custom-link-gallery-wrapper .site-slide:nth-child(2), .site-custom-link-gallery-wrapper .site-slide:nth-child(8) {
            width: 20% !important;
            margin-right: auto !important;
        }
    }

    .site-custom-link-gallery-wrapper .site-slide:nth-child(5) .site-slider-caption {
        padding-left: 50px;
        padding-right: 50px;
    }

    @media (min-width: 1280px) {
        .site-custom-link-gallery-wrapper .site-slide:nth-child(5) .site-slider-caption {
            padding-left: 50px;
            padding-right: 50px;
        }
    }

    @media (min-width: 1280px) {
        .site-custom-link-gallery-wrapper .site-slide:nth-child(4), .site-custom-link-gallery-wrapper .site-slide:nth-child(6) {
            align-self: stretch;
        }

            .site-custom-link-gallery-wrapper .site-slide:nth-child(4) .site-slide-link, .site-custom-link-gallery-wrapper .site-slide:nth-child(4) .site-slider-image-block, .site-custom-link-gallery-wrapper .site-slide:nth-child(4) .site-slider-image, .site-custom-link-gallery-wrapper .site-slide:nth-child(6) .site-slide-link, .site-custom-link-gallery-wrapper .site-slide:nth-child(6) .site-slider-image-block, .site-custom-link-gallery-wrapper .site-slide:nth-child(6) .site-slider-image {
                height: 100%;
            }

            .site-custom-link-gallery-wrapper .site-slide:nth-child(4) .site-slider-image, .site-custom-link-gallery-wrapper .site-slide:nth-child(6) .site-slider-image {
                object-fit: cover;
            }
    }

    .site-custom-link-gallery-wrapper .site-slide .site-slider-caption {
        background: none;
        padding: 5px;
        top: 0;
        left: 0;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
    }

    @media (min-width: 1600px) {
        .site-custom-link-gallery-wrapper .site-slide .site-slider-caption {
            padding: 40px;
        }
    }

    .site-custom-link-gallery-wrapper .site-slide .site-slider-caption .site-slider-capton-data {
        font-size: 14px;
        line-height: 1.2;
    }

    @media (min-width: 1400px) {
        .site-custom-link-gallery-wrapper .site-slide .site-slider-caption .site-slider-capton-data {
            font-size: inherit;
            line-height: inherit;
        }
    }

    .site-custom-link-gallery-wrapper .site-slide .site-slider-caption img {
        margin: 0 auto;
    }

    .site-custom-gallery-single-wrapper .slick-track .site-slide:first-child {
        z-index: 2;
    }

        .site-custom-gallery-single-wrapper .slick-track .site-slide:first-child .site-slider-caption {
            background: var(--primary-color);
            width: 100%;
            max-width: none;
            height: fit-content;
            margin: 0 auto;
            position: static;
            right: auto;
            top: auto;
            bottom: auto;
            overflow-y: auto;
        }

    @media (min-width: 600px) {
        .site-custom-gallery-single-wrapper .slick-track .site-slide:first-child .site-slider-caption {
            width: 500px;
            left: 0;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            position: absolute;
        }
    }

    @media (min-width: 1200px) {
        .site-custom-gallery-single-wrapper .slick-track .site-slide:first-child .site-slider-caption {
            width: 600px;
        }
    }

    .site-custom-gallery-single-wrapper .slick-track .site-slide:first-child .site-slider-caption h3 {
        color: var(--color-white);
    }

    .site-custom-gallery-single-wrapper .slick-track .site-slide:first-child .site-slider-caption img {
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .site-custom-gallery-single-wrapper .slick-track .site-slide:first-child .site-slider-caption .site-container {
        padding: 0;
    }

        .site-custom-gallery-single-wrapper .slick-track .site-slide:first-child .site-slider-caption .site-container .site-slider-capton-data {
            padding: 20px 0 0 0;
        }

    @media (min-width: 1024px) {
        .site-custom-gallery-single-wrapper .slick-track .site-slide:first-child .site-slider-caption .site-container .site-slider-capton-data {
            padding: 50px;
        }
    }

    .site-custom-gallery-single-wrapper .slick-track .site-slide:first-child .site-slider-caption a.site-button-primary,
    .site-custom-gallery-single-wrapper .slick-track .site-slide:first-child .site-slider-caption a.site-button-secondary,
    .site-custom-gallery-single-wrapper .slick-track .site-slide:first-child .site-slider-caption .site-search-wrapper .site-search-block.site-search-option2 a.site-search-button,
    .site-search-wrapper .site-search-block.site-search-option2 .site-custom-gallery-single-wrapper .slick-track .site-slide:first-child .site-slider-caption a.site-search-button,
    .site-custom-gallery-single-wrapper .slick-track .site-slide:first-child .site-slider-caption a.site-button-border-white,
    .site-custom-gallery-single-wrapper .slick-track .site-slide:first-child .site-slider-caption a.site-button-border-primary,
    .site-custom-gallery-single-wrapper .slick-track .site-slide:first-child .site-slider-caption a.site-button-border-secondary {
        margin: 10px 10px 0 10px;
    }

    body .site-custom-gallery-double-wrapper {
        background: none !important;
    }

        body .site-custom-gallery-double-wrapper .site-custom-gallery-double {
            background: none !important;
        }

        body .site-custom-gallery-double-wrapper .slick-list .slick-track {
            transform: none !important;
        }

    @media (max-width: 599px) {
        body .site-custom-gallery-double-wrapper .slick-list .slick-track .site-slide {
            margin: 0;
        }
    }

    @media (max-width: 599px) {
        body .site-custom-gallery-double-wrapper .slick-list .slick-track .site-slide:not(.slick-current) {
            display: none !important;
        }

            body .site-custom-gallery-double-wrapper .slick-list .slick-track .site-slide:not(.slick-current) * {
                display: none !important;
            }
    }

    body .site-custom-gallery-double-wrapper .slick-list .slick-track .site-slide:first-child {
        z-index: 2;
    }

        body .site-custom-gallery-double-wrapper .slick-list .slick-track .site-slide:first-child .site-slider-caption {
            background: var(--primary-color);
            width: 100%;
            max-width: none;
            height: fit-content;
            margin: 0 auto;
            position: static;
            right: auto;
            top: 0;
            bottom: 0;
            overflow-y: auto;
        }

    @media (min-width: 600px) {
        body .site-custom-gallery-double-wrapper .slick-list .slick-track .site-slide:first-child .site-slider-caption {
            width: 500px;
            right: -250px;
            top: 50%;
            transform: translateY(-50%);
            position: absolute;
        }
    }

    @media (min-width: 1200px) {
        body .site-custom-gallery-double-wrapper .slick-list .slick-track .site-slide:first-child .site-slider-caption {
            width: 600px;
            right: -300px;
        }
    }

    body .site-custom-gallery-double-wrapper .slick-list .slick-track .site-slide:first-child .site-slider-caption h3 {
        color: var(--color-white);
    }

    body .site-custom-gallery-double-wrapper .slick-list .slick-track .site-slide:first-child .site-slider-caption img {
        margin: 0 auto;
        margin-bottom: 15px;
    }

    body .site-custom-gallery-double-wrapper .slick-list .slick-track .site-slide:first-child .site-slider-caption .site-container {
        padding: 0;
    }

        body .site-custom-gallery-double-wrapper .slick-list .slick-track .site-slide:first-child .site-slider-caption .site-container .site-slider-capton-data {
            padding: 20px 0 0 0;
        }

    @media (min-width: 900px) {
        body .site-custom-gallery-double-wrapper .slick-list .slick-track .site-slide:first-child .site-slider-caption .site-container .site-slider-capton-data {
            padding: 50px;
        }
    }

    body .site-custom-gallery-double-wrapper .slick-list .slick-track .site-slide:first-child .site-slider-caption a.site-button-primary,
    body .site-custom-gallery-double-wrapper .slick-list .slick-track .site-slide:first-child .site-slider-caption a.site-button-secondary,
    body .site-custom-gallery-double-wrapper .slick-list .slick-track .site-slide:first-child .site-slider-caption .site-search-wrapper .site-search-block.site-search-option2 a.site-search-button,
    .site-search-wrapper .site-search-block.site-search-option2 body .site-custom-gallery-double-wrapper .slick-list .slick-track .site-slide:first-child .site-slider-caption a.site-search-button,
    body .site-custom-gallery-double-wrapper .slick-list .slick-track .site-slide:first-child .site-slider-caption a.site-button-border-white,
    body .site-custom-gallery-double-wrapper .slick-list .slick-track .site-slide:first-child .site-slider-caption a.site-button-border-primary,
    body .site-custom-gallery-double-wrapper .slick-list .slick-track .site-slide:first-child .site-slider-caption a.site-button-border-secondary {
        margin: 10px 10px 0 10px;
    }

    .site-custom-gallery-wrapper .slick-track {
        display: flex;
    }

    .site-custom-gallery-wrapper .site-slide {
        background: var(--color-white) !important;
        align-self: stretch;
        margin: 20px 20px !important;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    }

        .site-custom-gallery-wrapper .site-slide:last-child {
            margin-bottom: 20px !important;
        }

    @media (min-width: 768px) {
        .site-custom-gallery-wrapper .site-slide {
            height: auto;
        }
    }

    @media (min-width: 1400px) {
        .site-custom-gallery-wrapper .site-slide {
            margin: 20px 20px !important;
        }
    }

    .site-custom-gallery-wrapper .site-slide .site-slider-image-block::after {
        display: none;
    }

    .site-custom-gallery-wrapper .site-slide .site-slider-image-block img {
        display: none !important;
    }

    .site-custom-gallery-wrapper .site-slide .site-slider-caption {
        background: none !important;
        left: 0 !important;
        right: 0 !important;
        position: static !important;
        padding: 40px 80px !important;
        transform: none !important;
    }

    @media (min-width: 768px) {
        .site-custom-gallery-wrapper .site-slide .site-slider-caption {
            padding: 40px 20px !important;
        }
    }

    @media (min-width: 1024px) {
        .site-custom-gallery-wrapper .site-slide .site-slider-caption {
            padding: 30px !important;
        }
    }

    @media (min-width: 1280px) {
        .site-custom-gallery-wrapper .site-slide .site-slider-caption {
            padding: 40px 40px !important;
        }
    }

    .site-custom-gallery-wrapper .site-slide .site-slider-caption .site-container {
        padding: 0;
    }

    .site-custom-gallery-wrapper .site-slide .site-slider-caption .site-slider-capton-data {
        padding: 0;
        text-align: left;
    }

        .site-custom-gallery-wrapper .site-slide .site-slider-caption .site-slider-capton-data h5 {
            color: #202020;
        }

    @media (max-width: 599px) {
        .site-custom-gallery-wrapper .site-slide .site-slider-caption .site-slider-capton-data h5 {
            font-size: 16px;
        }
    }

    .site-custom-gallery-wrapper .site-slide .site-slider-caption .site-slider-capton-data p {
        margin: 20px 0 0 !important;
        color: var(--text-color);
        font-size: 14px;
        line-height: 1.4;
    }

    .site-custom-gallery-wrapper .site-slide .site-slider-caption .site-slider-capton-data ul li {
        padding-left: 20px;
        color: var(--text-color);
        font-size: 14px;
        list-style-type: none;
        position: relative;
    }

        .site-custom-gallery-wrapper .site-slide .site-slider-caption .site-slider-capton-data ul li::before {
            content: "•";
            color: var(--orange-color);
            font-size: 30px;
            position: absolute;
            top: 0;
            left: 0;
        }

    .site-custom-grid-wrapper {
        position: relative;
    }

        .site-custom-grid-wrapper .site-custom-grid {
            position: relative;
        }

        .site-custom-grid-wrapper .site-slider-caption {
            background: none !important;
            top: 0;
        }

            .site-custom-grid-wrapper .site-slider-caption .site-slider-caption-block, .site-custom-grid-wrapper .site-slider-caption .site-container, .site-custom-grid-wrapper .site-slider-caption .site-slider-capton-data {
                height: 100%;
            }

            .site-custom-grid-wrapper .site-slider-caption .site-container {
                padding: 0;
            }

            .site-custom-grid-wrapper .site-slider-caption .site-slider-capton-data {
                padding: 0 !important;
            }

                .site-custom-grid-wrapper .site-slider-caption .site-slider-capton-data table {
                    width: 100% !important;
                    height: 100% !important;
                }

                    .site-custom-grid-wrapper .site-slider-caption .site-slider-capton-data table td {
                        padding: 20px 7%;
                    }

    @media (max-width: 767px) {
        .site-custom-grid-wrapper .site-slider-caption .site-slider-capton-data table td {
            padding: 20px 80px;
        }
    }

    .site-custom-grid-wrapper .site-slider-caption .site-slider-capton-data table td h1, .site-custom-grid-wrapper .site-slider-caption .site-slider-capton-data table td h2, .site-custom-grid-wrapper .site-slider-caption .site-slider-capton-data table td h3 {
        color: var(--color-white);
    }

    .site-custom-grid-wrapper .site-slick-wrapper {
        overflow: hidden !important;
        opacity: 1;
        visibility: visible;
    }

    @media (min-width: 1275px) {
        .site-custom-grid-wrapper .site-slick-wrapper {
            height: 700px;
            min-height: min-content;
            display: grid;
            grid-template-columns: repeat(5, 1fr);
        }
    }

    .site-custom-grid-wrapper .site-slick-wrapper.active {
        background: rgba(255, 255, 255, 0.2) !important;
        cursor: grabbing !important;
        cursor: -webkit-grabbing !important;
    }

        .site-custom-grid-wrapper .site-slick-wrapper.active .site-slide {
            pointer-events: none !important;
        }

    @media (min-width: 1275px) {
        .site-custom-grid-wrapper .site-slick-wrapper:hover::before {
            background: rgba(0, 0, 0, 0.5);
            content: "Drag cursor to move";
            width: 200px;
            margin: 0 auto;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            z-index: 20;
            color: var(--color-white);
            font-family: "sangbleusans";
            line-height: 30px;
        }
    }

    @media (min-width: 1275px) {
        .site-custom-grid-wrapper .site-slick-wrapper .site-slide {
            padding-top: 0 !important;
            width: 450px !important;
            height: max-content !important;
            margin: 10px !important;
        }
    }

    .site-custom-grid-wrapper .site-slick-wrapper .site-slide:first-child table {
        display: table !important;
    }

        .site-custom-grid-wrapper .site-slick-wrapper .site-slide:first-child table td img {
            margin: 0 auto;
        }

    .site-custom-grid-wrapper .site-slick-wrapper .site-slide:first-child .site-slider-caption {
        padding: 0 !important;
        position: absolute !important;
    }

    @media (min-width: 1275px) {
        .site-custom-grid-wrapper .site-slick-wrapper .site-slide:nth-child(1), .site-custom-grid-wrapper .site-slick-wrapper .site-slide:nth-child(3), .site-custom-grid-wrapper .site-slick-wrapper .site-slide:nth-child(5) {
            margin-top: 150px !important;
        }
    }

    @media (min-width: 1275px) {
        .site-custom-grid-wrapper .site-slick-wrapper .site-slide:nth-child(7), .site-custom-grid-wrapper .site-slick-wrapper .site-slide:nth-child(9), .site-custom-grid-wrapper .site-slick-wrapper .site-slide:nth-child(12), .site-custom-grid-wrapper .site-slick-wrapper .site-slide:nth-child(14), .site-custom-grid-wrapper .site-slick-wrapper .site-slide:nth-child(17), .site-custom-grid-wrapper .site-slick-wrapper .site-slide:nth-child(19), .site-custom-grid-wrapper .site-slick-wrapper .site-slide:nth-child(22), .site-custom-grid-wrapper .site-slick-wrapper .site-slide:nth-child(24), .site-custom-grid-wrapper .site-slick-wrapper .site-slide:nth-child(27), .site-custom-grid-wrapper .site-slick-wrapper .site-slide:nth-child(29), .site-custom-grid-wrapper .site-slick-wrapper .site-slide:nth-child(32), .site-custom-grid-wrapper .site-slick-wrapper .site-slide:nth-child(34), .site-custom-grid-wrapper .site-slick-wrapper .site-slide:nth-child(37), .site-custom-grid-wrapper .site-slick-wrapper .site-slide:nth-child(39), .site-custom-grid-wrapper .site-slick-wrapper .site-slide:nth-child(42), .site-custom-grid-wrapper .site-slick-wrapper .site-slide:nth-child(44), .site-custom-grid-wrapper .site-slick-wrapper .site-slide:nth-child(47), .site-custom-grid-wrapper .site-slick-wrapper .site-slide:nth-child(49) {
            margin-top: -130px !important;
        }
    }

    .site-custom-grid-wrapper .site-thumbnail-wrapper {
        height: 700px;
        min-height: min-content;
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        overflow: hidden !important;
        opacity: 1;
        visibility: visible;
    }

        .site-custom-grid-wrapper .site-thumbnail-wrapper.active {
            background: rgba(255, 255, 255, 0.2) !important;
            cursor: grabbing !important;
            cursor: -webkit-grabbing !important;
        }

            .site-custom-grid-wrapper .site-thumbnail-wrapper.active .site-thumbnail-block {
                pointer-events: none !important;
            }

        .site-custom-grid-wrapper .site-thumbnail-wrapper:hover::before {
            background: rgba(0, 0, 0, 0.5);
            content: "Drag cursor to move";
            width: 200px;
            margin: 0 auto;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            z-index: 10000;
            color: var(--color-white);
            font-family: "sangbleusans";
            line-height: 30px;
        }

        .site-custom-grid-wrapper .site-thumbnail-wrapper .site-thumbnail-data {
            margin: 0;
        }

        .site-custom-grid-wrapper .site-thumbnail-wrapper .site-thumbnail-block {
            padding-top: 0 !important;
            width: 450px !important;
            height: max-content !important;
            margin: 10px !important;
        }

            .site-custom-grid-wrapper .site-thumbnail-wrapper .site-thumbnail-block:nth-child(1), .site-custom-grid-wrapper .site-thumbnail-wrapper .site-thumbnail-block:nth-child(3), .site-custom-grid-wrapper .site-thumbnail-wrapper .site-thumbnail-block:nth-child(5) {
                margin-top: 150px !important;
            }

            .site-custom-grid-wrapper .site-thumbnail-wrapper .site-thumbnail-block:nth-child(7), .site-custom-grid-wrapper .site-thumbnail-wrapper .site-thumbnail-block:nth-child(9), .site-custom-grid-wrapper .site-thumbnail-wrapper .site-thumbnail-block:nth-child(12), .site-custom-grid-wrapper .site-thumbnail-wrapper .site-thumbnail-block:nth-child(14), .site-custom-grid-wrapper .site-thumbnail-wrapper .site-thumbnail-block:nth-child(17), .site-custom-grid-wrapper .site-thumbnail-wrapper .site-thumbnail-block:nth-child(19), .site-custom-grid-wrapper .site-thumbnail-wrapper .site-thumbnail-block:nth-child(22), .site-custom-grid-wrapper .site-thumbnail-wrapper .site-thumbnail-block:nth-child(24), .site-custom-grid-wrapper .site-thumbnail-wrapper .site-thumbnail-block:nth-child(27), .site-custom-grid-wrapper .site-thumbnail-wrapper .site-thumbnail-block:nth-child(29), .site-custom-grid-wrapper .site-thumbnail-wrapper .site-thumbnail-block:nth-child(32), .site-custom-grid-wrapper .site-thumbnail-wrapper .site-thumbnail-block:nth-child(34), .site-custom-grid-wrapper .site-thumbnail-wrapper .site-thumbnail-block:nth-child(37), .site-custom-grid-wrapper .site-thumbnail-wrapper .site-thumbnail-block:nth-child(39), .site-custom-grid-wrapper .site-thumbnail-wrapper .site-thumbnail-block:nth-child(42), .site-custom-grid-wrapper .site-thumbnail-wrapper .site-thumbnail-block:nth-child(44), .site-custom-grid-wrapper .site-thumbnail-wrapper .site-thumbnail-block:nth-child(47), .site-custom-grid-wrapper .site-thumbnail-wrapper .site-thumbnail-block:nth-child(49) {
                margin-top: -130px !important;
            }

            .site-custom-grid-wrapper .site-thumbnail-wrapper .site-thumbnail-block .site-thumbnail-image-wrapper {
                width: 100% !important;
            }

                .site-custom-grid-wrapper .site-thumbnail-wrapper .site-thumbnail-block .site-thumbnail-image-wrapper .site-thumbnail-link {
                    width: 100% !important;
                    margin: 0 !important;
                    position: static !important;
                }

    .site-custom-information-gallery-wrapper {
        padding-top: 50px;
    }

    @media (min-width: 1024px) {
        .site-custom-information-gallery-wrapper {
            padding-top: 250px;
        }
    }

    .site-custom-information-gallery-wrapper .site-slider .site-slick-wrapper {
        opacity: 1;
        visibility: visible;
    }

    .site-custom-information-gallery-wrapper .slick-prev {
        width: 70px !important;
        height: 70px !important;
        top: auto !important;
        right: auto !important;
        bottom: -2px;
        left: calc(7% + 753px) !important;
        transform: none !important;
    }

    @media (min-width: 1500px) {
        .site-custom-information-gallery-wrapper .slick-prev {
            left: calc(7% + 782px) !important;
        }
    }

    .site-custom-information-gallery-wrapper .slick-prev:before {
        background: #EBEEEF !important;
        color: var(--primary-color) !important;
        line-height: 70px !important;
        border: 0 !important;
    }

    .site-custom-information-gallery-wrapper .slick-prev:hover:before {
        background: var(--footer-icon-hover) !important;
        color: var(--color-white) !important;
    }

    .site-custom-information-gallery-wrapper .slick-prev.slick-disabled {
        opacity: 1;
        visibility: visible;
    }

    .site-custom-information-gallery-wrapper .slick-next {
        width: 70px !important;
        height: 70px !important;
        top: auto !important;
        right: auto !important;
        bottom: -2px !important;
        left: calc(7% + 819px) !important;
        transform: none !important;
    }

    @media (min-width: 1500px) {
        .site-custom-information-gallery-wrapper .slick-next {
            left: calc(7% + 848px) !important;
        }
    }

    .site-custom-information-gallery-wrapper .slick-next:before {
        background: #EBEEEF !important;
        color: var(--primary-color) !important;
        line-height: 70px !important;
        border: 0 !important;
    }

    .site-custom-information-gallery-wrapper .slick-next:hover:before {
        background: var(--footer-icon-hover) !important;
        color: var(--color-white) !important;
    }

    .site-custom-information-gallery-wrapper .slick-next.slick-disabled {
        opacity: 1;
        visibility: visible;
    }

    .site-custom-information-gallery-wrapper .slick-list {
        overflow: visible !important;
    }

    .site-custom-information-gallery-wrapper .shape-container {
        background: var(--orange-color);
        background-size: cover;
        width: 20px !important;
        height: 20px !important;
        padding: 0 !important;
        border-radius: 50%;
        border: 2px var(--footer-icon-hover) solid;
    }

        .site-custom-information-gallery-wrapper .shape-container .shape-title {
            width: 180px;
            max-width: 180px;
            height: 350px;
            margin: 0;
            padding: 5px 5px 2px 30px;
            position: absolute;
            top: -350px;
            left: 7px;
            color: var(--text-color);
            font-size: 14px;
            line-height: 1.2;
            font-family: "helvetica", sans-serif;
            font-style: italic;
            text-overflow: ellipsis;
            text-align: left;
        }

    @media (max-width: 1023px) {
        .site-custom-information-gallery-wrapper .shape-container .shape-title {
            display: none;
        }
    }

    @media (min-width: 1280px) {
        .site-custom-information-gallery-wrapper .shape-container .shape-title {
            width: 200px;
            max-width: 200px;
            height: 400px;
            top: -400px;
        }
    }

    @media (min-width: 1360px) {
        .site-custom-information-gallery-wrapper .shape-container .shape-title {
            width: 200px;
            max-width: 200px;
            height: 450px;
            top: -450px;
        }
    }

    @media (min-width: 1400px) {
        .site-custom-information-gallery-wrapper .shape-container .shape-title {
            width: 200px;
            max-width: 200px;
            height: 475px;
            top: -475px;
        }
    }

    @media (min-width: 1600px) {
        .site-custom-information-gallery-wrapper .shape-container .shape-title {
            width: 225px;
            max-width: 225px;
            height: 500px;
            top: -500px;
        }
    }

    @media (min-width: 1900px) {
        .site-custom-information-gallery-wrapper .shape-container .shape-title {
            width: 250px;
            max-width: 250px;
            height: 580px;
            top: -580px;
        }
    }

    .site-custom-information-gallery-wrapper .shape-container .shape-title::before {
        content: "";
        position: absolute;
        border: 1px solid var(--footer-icon-hover);
        height: 20px;
        left: 7px;
        top: 10px;
        transform: rotate(45deg);
    }

    .site-custom-information-gallery-wrapper .shape-container .shape-title::after {
        content: "";
        position: absolute;
        border: 1px solid var(--footer-icon-hover);
        height: calc(100% - 26px);
        left: 0;
        bottom: 0;
    }

    @media (max-width: 599px) {
        .site-custom-information-gallery-wrapper .shape-container .shape-title::after {
            height: 124px;
        }
    }

    .site-custom-information-gallery-wrapper .site-slider-caption {
        background: none !important;
        width: 100% !important;
        height: 100% !important;
        position: absolute !important;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        z-index: 2 !important;
        position: relative;
    }

        .site-custom-information-gallery-wrapper .site-slider-caption .site-slider-caption-block {
            z-index: 1 !important;
            position: relative;
        }

    .site-custom-information-gallery-wrapper .site-slider-caption {
        background: none !important;
        width: 100%;
        height: 100%;
        position: absolute !important;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

        .site-custom-information-gallery-wrapper .site-slider-caption .site-slider-capton-data {
            padding: 0 !important;
        }

        .site-custom-information-gallery-wrapper .site-slider-caption .site-slider-more-desc {
            width: 100%;
            position: absolute;
            bottom: 0;
        }

    @media (max-width: 599px) {
        .site-custom-information-gallery-wrapper .site-slider-caption .site-slider-more-desc {
            display: none;
        }
    }

    .site-custom-information-gallery-wrapper .site-slider-caption .site-slider-more-desc h2 {
        font-size: 2.5rem;
    }

    .site-custom-information-gallery-wrapper .site-slider-caption .site-slider-more-desc var {
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 1px;
        font-family: "Roboto", sans-serif;
    }

    .site-custom-information-gallery-wrapper .site-slider-caption .site-slider-more-desc table {
        width: 100%;
        max-width: 850px;
    }

        .site-custom-information-gallery-wrapper .site-slider-caption .site-slider-more-desc table td {
            min-width: 250px;
            background: var(--color-white);
            padding: 40px;
            text-align: left;
        }

            .site-custom-information-gallery-wrapper .site-slider-caption .site-slider-more-desc table td:last-child {
                padding: 40px 70px 40px 40px;
            }

    @media (max-width: 1024px) {
        .site-custom-information-gallery-wrapper .slick-prev {
            left: auto !important;
            bottom: -2px;
            right: 64px !important;
        }

        .site-custom-information-gallery-wrapper .slick-next {
            bottom: -2px !important;
            left: auto !important;
            right: -2px !important;
        }

        .site-custom-information-gallery-wrapper .site-slider-more-desc {
            width: 100%;
            display: block !important;
            position: static;
            bottom: auto;
        }

            .site-custom-information-gallery-wrapper .site-slider-more-desc .site-container {
                padding: 0;
            }
    }

    @media (max-width: 1024px) and (max-width: 599px) {
        .site-custom-information-gallery-wrapper .site-slider-more-desc {
            display: none;
        }
    }

    @media (max-width: 1024px) {
        .site-custom-information-gallery-wrapper .site-slider-more-desc table {
            width: 100%;
            max-width: 100%;
        }
    }

    @media (max-width: 1024px) and (max-width: 768px) {
        .site-custom-information-gallery-wrapper .site-slider-more-desc table {
            display: block;
        }
    }

    @media (max-width: 1024px) {
        .site-custom-information-gallery-wrapper .site-slider-more-desc table td {
            background: var(--color-white);
            padding: 20px;
            text-align: left;
        }
    }

    @media (max-width: 1024px) and (max-width: 768px) {
        .site-custom-information-gallery-wrapper .site-slider-more-desc table td {
            display: block;
        }
    }

    @media (max-width: 1024px) {
        .site-custom-information-gallery-wrapper .site-slider-more-desc table td:last-child {
            padding: 20px 40px 20px 20px;
            padding-bottom: 80px;
        }
    }

    @media (min-width: 1280px) {
        .site-custom-summer-gallery-wrapper .slick-slide {
            padding-right: 140px;
        }
    }

    .site-custom-summer-gallery-wrapper .site-slider .site-slick-wrapper {
        opacity: 1;
        visibility: visible;
    }

    .site-custom-summer-gallery-wrapper .slick-prev {
        width: 70px !important;
        height: 70px !important;
        top: auto !important;
        right: auto !important;
        bottom: -122px;
        left: calc(7% + 753px) !important;
        transform: none !important;
    }

    @media (min-width: 1500px) {
        .site-custom-summer-gallery-wrapper .slick-prev {
            left: calc(7% + 782px) !important;
        }
    }

    .site-custom-summer-gallery-wrapper .slick-prev:before {
        background: #EBEEEF !important;
        color: var(--primary-color) !important;
        line-height: 70px !important;
        border: 0 !important;
    }

    .site-custom-summer-gallery-wrapper .slick-prev:hover:before {
        background: var(--footer-icon-hover) !important;
        color: var(--color-white) !important;
    }

    .site-custom-summer-gallery-wrapper .slick-prev.slick-disabled {
        opacity: 1;
        visibility: visible;
    }

    .site-custom-summer-gallery-wrapper .slick-next {
        width: 70px !important;
        height: 70px !important;
        top: auto !important;
        right: auto !important;
        bottom: -122px !important;
        left: calc(7% + 819px) !important;
        transform: none !important;
    }

    @media (min-width: 1500px) {
        .site-custom-summer-gallery-wrapper .slick-next {
            left: calc(7% + 848px) !important;
        }
    }

    .site-custom-summer-gallery-wrapper .slick-next:before {
        background: #EBEEEF !important;
        color: var(--primary-color) !important;
        line-height: 70px !important;
        border: 0 !important;
    }

    .site-custom-summer-gallery-wrapper .slick-next:hover:before {
        background: var(--footer-icon-hover) !important;
        color: var(--color-white) !important;
    }

    .site-custom-summer-gallery-wrapper .slick-next.slick-disabled {
        opacity: 1;
        visibility: visible;
    }

    .site-custom-summer-gallery-wrapper .slick-list {
        overflow: visible !important;
    }

    .site-custom-summer-gallery-wrapper .site-slider-caption {
        background: none !important;
        width: 100%;
        height: 100%;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        right: 0;
        bottom: 0;
        padding-top: 120px;
    }

        .site-custom-summer-gallery-wrapper .site-slider-caption p img {
            position: absolute;
            bottom: -120px;
            right: 40px;
            display: none;
        }

    @media (min-width: 1280px) {
        .site-custom-summer-gallery-wrapper .site-slider-caption p img {
            display: block;
        }
    }

    .site-custom-summer-gallery-wrapper .site-slider-caption h1, .site-custom-summer-gallery-wrapper .site-slider-caption h2, .site-custom-summer-gallery-wrapper .site-slider-caption h3, .site-custom-summer-gallery-wrapper .site-slider-caption h4, .site-custom-summer-gallery-wrapper .site-slider-caption h5, .site-custom-summer-gallery-wrapper .site-slider-caption p {
        color: var(--color-white);
    }

    .site-custom-summer-gallery-wrapper .site-slider-caption .site-slider-capton-data {
        padding: 0 !important;
    }

    .site-custom-summer-gallery-wrapper .site-slider-caption .site-slider-more-desc {
        width: 100%;
        position: absolute;
        bottom: -120px;
    }

    @media (max-width: 599px) {
        .site-custom-summer-gallery-wrapper .site-slider-caption .site-slider-more-desc {
            display: none;
        }
    }

    .site-custom-summer-gallery-wrapper .site-slider-caption .site-slider-more-desc h2 {
        font-size: 2.5rem;
    }

    .site-custom-summer-gallery-wrapper .site-slider-caption .site-slider-more-desc p {
        color: var(--text-color);
    }

    .site-custom-summer-gallery-wrapper .site-slider-caption .site-slider-more-desc var {
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 1px;
        font-family: "Roboto", sans-serif;
    }

    .site-custom-summer-gallery-wrapper .site-slider-caption .site-slider-more-desc table {
        width: 100%;
        max-width: 850px;
    }

        .site-custom-summer-gallery-wrapper .site-slider-caption .site-slider-more-desc table td {
            min-width: 250px;
            background: var(--color-white);
            padding: 40px;
            text-align: left;
        }

            .site-custom-summer-gallery-wrapper .site-slider-caption .site-slider-more-desc table td:last-child {
                padding: 40px 70px 40px 40px;
            }

    @media (max-width: 1024px) {
        .site-custom-summer-gallery-wrapper .slick-prev {
            left: auto !important;
            bottom: -68px;
            right: 64px !important;
        }

        .site-custom-summer-gallery-wrapper .slick-next {
            bottom: -68px !important;
            left: auto !important;
            right: -2px !important;
        }

        .site-custom-summer-gallery-wrapper .site-slider-more-desc {
            width: 100%;
            display: block !important;
            position: static;
            bottom: auto;
        }

            .site-custom-summer-gallery-wrapper .site-slider-more-desc .site-container {
                padding: 0;
            }
    }

    @media (max-width: 1024px) and (max-width: 599px) {
        .site-custom-summer-gallery-wrapper .site-slider-more-desc {
            display: none;
        }
    }

    @media (max-width: 1024px) {
        .site-custom-summer-gallery-wrapper .site-slider-more-desc table {
            width: 100%;
            max-width: 100%;
        }
    }

    @media (max-width: 1024px) and (max-width: 768px) {
        .site-custom-summer-gallery-wrapper .site-slider-more-desc table {
            display: block;
        }
    }

    @media (max-width: 1024px) {
        .site-custom-summer-gallery-wrapper .site-slider-more-desc table td {
            background: var(--color-white);
            padding: 20px;
            text-align: left;
        }
    }

    @media (max-width: 1024px) and (max-width: 768px) {
        .site-custom-summer-gallery-wrapper .site-slider-more-desc table td {
            display: block;
        }
    }

    @media (max-width: 1024px) {
        .site-custom-summer-gallery-wrapper .site-slider-more-desc table td:last-child {
            padding: 20px 40px 20px 20px;
        }
    }

    body.cms-page-is-in-edit-mode .site-custom-information-gallery-wrapper .slick-list {
        overflow: hidden !important;
    }

    body.cms-page-is-in-edit-mode .site-custom-thumbnail-grid-wrapper {
        overflow: visible;
    }

    .site-custom-gallery-single.site-bg-primary .site-slider-caption,
    .site-custom-gallery-double.site-bg-primary .site-slider-caption {
        background: #223872 !important;
    }

    .site-custom-gallery-single.site-bg-secondary .site-slider-caption,
    .site-custom-gallery-double.site-bg-secondary .site-slider-caption {
        background: var(--footer-icon-hover) !important;
    }

    .site-custom-gallery-single.site-bg-light .site-slider-caption,
    .site-custom-gallery-double.site-bg-light .site-slider-caption {
        background: #9D9D9D !important;
    }

    .site-custom-sidebar-gallery-wrapper {
        margin-top: auto;
    }

        .site-custom-sidebar-gallery-wrapper .site-slider-caption {
            background: var(--primary-color) !important;
            padding: 0 !important;
            position: static !important;
        }

            .site-custom-sidebar-gallery-wrapper .site-slider-caption .site-container {
                padding: 0;
            }

                .site-custom-sidebar-gallery-wrapper .site-slider-caption .site-container .site-slider-capton-data {
                    padding: 40px 20px 20px 20px;
                }

    @media (min-width: 768px) {
        .site-custom-sidebar-gallery-wrapper .site-slider-caption .site-container .site-slider-capton-data {
            padding: 50px;
        }
    }

    @media (min-width: 1024px) {
        .site-custom-sidebar-gallery-wrapper .site-slider-caption .site-container .site-slider-capton-data {
            padding: 20px;
        }
    }

    @media (min-width: 1200px) {
        .site-custom-sidebar-gallery-wrapper .site-slider-caption .site-container .site-slider-capton-data {
            padding: 50px;
        }
    }

    .site-custom-sidebar-gallery-wrapper .site-slider-caption .site-container .site-slider-capton-data p {
        margin-bottom: 20px !important;
        color: var(--color-white);
        line-height: 1.5;
    }

        .site-custom-sidebar-gallery-wrapper .site-slider-caption .site-container .site-slider-capton-data p:last-child {
            margin-bottom: 0 !important;
        }

    .site-custom-sidebar-gallery-wrapper .site-slider-caption img {
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .site-custom-globe-gallery-wrapper .site-slider-caption {
        background: none !important;
        width: 100%;
        height: 100%;
        padding-right: 50%;
        top: 0 !important;
        right: 7% !important;
        bottom: 0 !important;
        left: 7% !important;
        transform: none !important;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

        .site-custom-globe-gallery-wrapper .site-slider-caption .site-slider-caption-block {
            width: auto;
            bottom: 100px;
            position: absolute;
        }

    @media (min-width: 600px) {
        .site-custom-globe-gallery-wrapper .site-slider-caption .site-slider-caption-block {
            width: 80%;
            bottom: 180px;
        }
    }

    @media (min-width: 768px) {
        .site-custom-globe-gallery-wrapper .site-slider-caption .site-slider-caption-block {
            width: 40%;
            bottom: 180px;
        }
    }

    .site-custom-globe-gallery-wrapper .site-slider-caption .site-container {
        padding: 0;
    }

    .site-custom-globe-gallery-wrapper .site-slider-more-desc {
        position: absolute;
        bottom: 100px;
        right: 0;
    }

    @media (max-width: 1023px) {
        .site-custom-globe-gallery-wrapper .site-slider-more-desc {
            display: none;
        }
    }

    .site-custom-slide-gallery .slick-dots {
        bottom: -40px;
    }

    @media (min-width: 1280px) {
        .site-custom-slide-gallery .slick-dots {
            display: none;
        }
    }

    .site-custom-slide-gallery .slick-prev {
        top: 20% !important;
        transform: none;
    }

    @media (min-width: 768px) {
        .site-custom-slide-gallery .slick-prev {
            top: 30% !important;
        }
    }

    @media (min-width: 1250px) {
        .site-custom-slide-gallery .slick-prev {
            display: none !important;
        }
    }

    .site-custom-slide-gallery .slick-next {
        top: 20% !important;
        transform: none;
    }

    @media (min-width: 768px) {
        .site-custom-slide-gallery .slick-next {
            top: 30% !important;
        }
    }

    @media (min-width: 1250px) {
        .site-custom-slide-gallery .slick-next {
            display: none !important;
        }
    }

    .site-custom-slide-gallery .site-slick-wrapper, .site-custom-slide-gallery .slick-track {
        display: flex !important;
        opacity: 1;
        visibility: visible;
    }

    @media (min-width: 1250px) {
        .site-custom-slide-gallery .site-slick-wrapper, .site-custom-slide-gallery .slick-track {
            width: 100% !important;
            transform: none !important;
        }
    }

    .site-custom-slide-gallery .site-slide {
        margin: 0 10px !important;
        transition: all 0.2s ease;
    }

    @media (min-width: 1250px) {
        .site-custom-slide-gallery .site-slide {
            width: 6% !important;
            height: 500px;
            display: flex !important;
            flex-direction: row;
            align-items: stretch;
            transition: all 1s ease;
            cursor: pointer;
            overflow: hidden;
        }
    }

    @media (min-width: 1600px) {
        .site-custom-slide-gallery .site-slide {
            width: 8% !important;
        }
    }

    @media (min-width: 1950px) {
        .site-custom-slide-gallery .site-slide {
            width: 10% !important;
        }
    }

    @media (max-width: 1249px) {
        .site-custom-slide-gallery .site-slide:nth-child(1), .site-custom-slide-gallery .site-slide:nth-child(6) {
            border-top: 10px var(--footer-icon-hover) solid;
        }

        .site-custom-slide-gallery .site-slide:nth-child(2), .site-custom-slide-gallery .site-slide:nth-child(7) {
            border-top: 10px var(--orange-color) solid;
        }

        .site-custom-slide-gallery .site-slide:nth-child(3), .site-custom-slide-gallery .site-slide:nth-child(8) {
            border-top: 10px var(--primary-color) solid;
        }

        .site-custom-slide-gallery .site-slide:nth-child(4), .site-custom-slide-gallery .site-slide:nth-child(9) {
            border-top: 10px var(--secondary-color) solid;
        }

        .site-custom-slide-gallery .site-slide:nth-child(5), .site-custom-slide-gallery .site-slide:nth-child(10) {
            border-top: 10px #223872 solid;
        }
    }

    @media (min-width: 1250px) {
        .site-custom-slide-gallery .site-slide.active {
            flex: 1;
            display: flex !important;
            cursor: default;
        }

            .site-custom-slide-gallery .site-slide.active:nth-child(1), .site-custom-slide-gallery .site-slide.active:nth-child(6) {
                border-left: 10px var(--footer-icon-hover) solid;
            }

            .site-custom-slide-gallery .site-slide.active:nth-child(2), .site-custom-slide-gallery .site-slide.active:nth-child(7) {
                border-left: 10px var(--orange-color) solid;
            }

            .site-custom-slide-gallery .site-slide.active:nth-child(3), .site-custom-slide-gallery .site-slide.active:nth-child(8) {
                border-left: 10px var(--primary-color) solid;
            }

            .site-custom-slide-gallery .site-slide.active:nth-child(4), .site-custom-slide-gallery .site-slide.active:nth-child(9) {
                border-left: 10px var(--secondary-color) solid;
            }

            .site-custom-slide-gallery .site-slide.active:nth-child(5), .site-custom-slide-gallery .site-slide.active:nth-child(10) {
                border-left: 10px #223872 solid;
            }

            .site-custom-slide-gallery .site-slide.active::before, .site-custom-slide-gallery .site-slide.active::after {
                display: none;
            }

            .site-custom-slide-gallery .site-slide.active .site-slider-caption {
                flex: 1;
            }
    }

    .site-custom-slide-gallery .site-slide::before {
        font-family: "site-icon" !important;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e90f" !important;
        background: var(--orange-color);
        width: 40px;
        height: 40px;
        color: var(--color-white);
        font-size: 14px;
        line-height: 30px;
        font-weight: bold;
        position: absolute;
        bottom: 50px;
        left: calc(50% - 20px);
        border-radius: 50%;
        transform: rotate(45deg);
        display: none;
        border: 5px var(--color-white) solid;
        transition: all 0.5s;
    }

    @media (min-width: 1250px) {
        .site-custom-slide-gallery .site-slide::before {
            display: block;
        }
    }

    .site-custom-slide-gallery .site-slide::after {
        content: "";
        width: 40px;
        height: 40px;
        color: var(--color-white);
        font-size: 14px;
        line-height: 30px;
        font-weight: bold;
        position: absolute;
        bottom: 50px;
        left: calc(50% - 20px);
        border-radius: 50%;
        display: none;
        border: 3px var(--orange-color) solid;
        transition: all 0.5s;
    }

    @media (min-width: 1250px) {
        .site-custom-slide-gallery .site-slide::after {
            display: block;
        }
    }

    .site-custom-slide-gallery .site-slide:hover::before {
        background: var(--footer-icon-hover);
    }

    .site-custom-slide-gallery .site-slide:hover::after {
        border: 3px var(--footer-icon-hover) solid;
    }

    @media (max-width: 599px) {
        .site-custom-slide-gallery .site-slide .site-slider-image-block {
            height: 200px;
        }
    }

    @media (min-width: 1250px) {
        .site-custom-slide-gallery .site-slide .site-slider-image-block {
            max-width: 400px;
            flex: none;
        }
    }

    .site-custom-slide-gallery .site-slide .site-slider-image-block .site-slider-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .site-custom-slide-gallery .site-slide .site-slider-caption {
        background: var(--color-white);
        position: static;
        padding: 0;
    }

    @media (min-width: 1250px) {
        .site-custom-slide-gallery .site-slide .site-slider-caption {
            flex: none;
        }
    }

    .site-custom-slide-gallery .site-slide .site-slider-caption .site-container {
        padding: 0;
    }

        .site-custom-slide-gallery .site-slide .site-slider-caption .site-container .site-slider-capton-data {
            color: #000000;
            text-align: left;
            padding: 20px 20px 10px 20px;
        }

    @media (min-width: 1250px) {
        .site-custom-slide-gallery .site-slide .site-slider-caption .site-container .site-slider-capton-data {
            padding: 20px;
        }
    }

    @media (min-width: 1400px) {
        .site-custom-slide-gallery .site-slide .site-slider-caption .site-container .site-slider-capton-data {
            padding: 60px 40px;
        }
    }

    .site-custom-slide-gallery .site-slide .site-slider-caption .site-container .site-slider-capton-data ul {
        padding-left: 20px;
    }

    .site-custom-slide-gallery .site-slide .site-slider-caption h1, .site-custom-slide-gallery .site-slide .site-slider-caption h2, .site-custom-slide-gallery .site-slide .site-slider-caption h3, .site-custom-slide-gallery .site-slide .site-slider-caption h4, .site-custom-slide-gallery .site-slide .site-slider-caption h5, .site-custom-slide-gallery .site-slide .site-slider-caption p {
        color: var(--text-color);
        text-align: left;
    }

    .site-custom-slide-gallery .site-slide .site-slider-caption p {
        font-size: 14px;
        line-height: 1.5;
    }

    .site-custom-slide-gallery .site-slide:last-child {
        margin-right: 0 !important;
    }

    .site-custom-minus-top-wrapper {
        margin-top: -100px;
    }

    @media (min-width: 600px) {
        .site-custom-minus-top-wrapper {
            margin-top: -200px;
        }
    }

    .site-custom-map-wrapper {
        display: flex;
        flex-direction: column;
    }

    @media (min-width: 1366px) {
        .site-custom-map-wrapper {
            display: flex;
            flex-direction: row;
        }
    }

    .site-custom-map-wrapper .cms-feature-title {
        padding: 0 20px;
    }

    @media (min-width: 1366px) {
        .site-custom-map-wrapper .cms-feature-title {
            padding: 0;
            padding-right: 50px;
            font-size: 4rem;
            line-height: 0;
            padding-right: 50px;
            writing-mode: vertical-rl;
            text-orientation: mixed;
            transform: rotate(180deg);
        }
    }

    .site-custom-map-wrapper .site-slider .site-slick-wrapper {
        opacity: 1;
        visibility: visible;
    }

    .site-custom-map-wrapper::before {
        display: none;
    }

    @media (max-width: 1278px) {
        .site-custom-map-wrapper .site-slick-wrapper {
            max-height: 550px;
            overflow: hidden;
        }

            .site-custom-map-wrapper .site-slick-wrapper .slick-list, .site-custom-map-wrapper .site-slick-wrapper .slick-track, .site-custom-map-wrapper .site-slick-wrapper .site-slide {
                width: 1279px !important;
            }

            .site-custom-map-wrapper .site-slick-wrapper.active {
                cursor: grabbing !important;
                cursor: -webkit-grabbing !important;
            }

                .site-custom-map-wrapper .site-slick-wrapper.active .site-slide {
                    pointer-events: none !important;
                }
    }

    .site-custom-map-wrapper .shape-container {
        background: url("../Images/icons/map-arrow.png") 50% 0% no-repeat;
        background-size: contain !important;
        width: 72px !important;
        max-width: 72px !important;
        height: 72px !important;
        cursor: pointer;
        outline: none;
        border: 0;
    }

        .site-custom-map-wrapper .shape-container .shape-title {
            width: 190px;
            max-width: 190px;
            background: rgba(0, 38, 84, 0.75);
            margin: 0;
            padding: 2px 5px;
            position: absolute;
            bottom: 120px;
            left: 90px;
            color: var(--color-white);
            font-size: 14px;
            font-family: "helvetica", sans-serif;
            font-style: italic;
            text-overflow: ellipsis;
        }

            .site-custom-map-wrapper .shape-container .shape-title::after {
                content: "";
                position: absolute;
                border: 1px solid rgba(0, 38, 84, 0.75);
                width: 1px;
                height: 70px;
                transform: rotate(45deg);
                left: -25px;
                bottom: -59px;
            }

        .site-custom-map-wrapper .shape-container.top-left .shape-title {
            top: auto !important;
            bottom: 120px !important;
            right: 90px !important;
            left: auto !important;
        }

            .site-custom-map-wrapper .shape-container.top-left .shape-title::after {
                transform: rotate(-45deg) !important;
                top: auto !important;
                left: auto !important;
                right: -25px !important;
                bottom: -59px !important;
            }

        .site-custom-map-wrapper .shape-container.bottom-left .shape-title {
            top: 120px !important;
            bottom: auto !important;
            right: 90px !important;
            left: auto !important;
        }

            .site-custom-map-wrapper .shape-container.bottom-left .shape-title::after {
                transform: rotate(45deg) !important;
                bottom: auto !important;
                left: auto !important;
                right: -25px !important;
                top: -59px !important;
            }

        .site-custom-map-wrapper .shape-container.bottom-right .shape-title {
            top: 120px !important;
            bottom: auto !important;
            left: 90px !important;
            right: auto !important;
        }

            .site-custom-map-wrapper .shape-container.bottom-right .shape-title::after {
                transform: rotate(-45deg) !important;
                bottom: auto !important;
                right: auto !important;
                left: -25px !important;
                top: -59px !important;
            }

        .site-custom-map-wrapper .shape-container:hover {
            background: url("../images/map-arrow2.png") 50% 0% no-repeat;
        }

    .site-custom-map-wrapper .site-slider-caption {
        background: none !important;
        width: 100%;
        height: 100%;
        position: absolute !important;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

        .site-custom-map-wrapper .site-slider-caption .site-slider-capton-data {
            padding: 0 !important;
        }

        .site-custom-map-wrapper .site-slider-caption map {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }

            .site-custom-map-wrapper .site-slider-caption map area {
                background-size: contain !important;
            }

            .site-custom-map-wrapper .site-slider-caption map .area-1, .site-custom-map-wrapper .site-slider-caption map .area-2, .site-custom-map-wrapper .site-slider-caption map .area-3, .site-custom-map-wrapper .site-slider-caption map .area-4, .site-custom-map-wrapper .site-slider-caption map .area-5, .site-custom-map-wrapper .site-slider-caption map .area-6, .site-custom-map-wrapper .site-slider-caption map .area-7, .site-custom-map-wrapper .site-slider-caption map .area-8, .site-custom-map-wrapper .site-slider-caption map .area-9, .site-custom-map-wrapper .site-slider-caption map .area-10,
            .site-custom-map-wrapper .site-slider-caption map .area-11, .site-custom-map-wrapper .site-slider-caption map .area-12, .site-custom-map-wrapper .site-slider-caption map .area-13, .site-custom-map-wrapper .site-slider-caption map .area-14, .site-custom-map-wrapper .site-slider-caption map .area-15, .site-custom-map-wrapper .site-slider-caption map .area-16, .site-custom-map-wrapper .site-slider-caption map .area-17, .site-custom-map-wrapper .site-slider-caption map .area-18, .site-custom-map-wrapper .site-slider-caption map .area-19, .site-custom-map-wrapper .site-slider-caption map .area-20 {
                background: url("../images/map-arrow.png") 50% 0% no-repeat;
                background-size: cover;
                width: 72px !important;
                height: 72px !important;
            }

                .site-custom-map-wrapper .site-slider-caption map .area-1 .shape-title, .site-custom-map-wrapper .site-slider-caption map .area-2 .shape-title, .site-custom-map-wrapper .site-slider-caption map .area-3 .shape-title, .site-custom-map-wrapper .site-slider-caption map .area-4 .shape-title, .site-custom-map-wrapper .site-slider-caption map .area-5 .shape-title, .site-custom-map-wrapper .site-slider-caption map .area-6 .shape-title, .site-custom-map-wrapper .site-slider-caption map .area-7 .shape-title, .site-custom-map-wrapper .site-slider-caption map .area-8 .shape-title, .site-custom-map-wrapper .site-slider-caption map .area-9 .shape-title, .site-custom-map-wrapper .site-slider-caption map .area-10 .shape-title,
                .site-custom-map-wrapper .site-slider-caption map .area-11 .shape-title, .site-custom-map-wrapper .site-slider-caption map .area-12 .shape-title, .site-custom-map-wrapper .site-slider-caption map .area-13 .shape-title, .site-custom-map-wrapper .site-slider-caption map .area-14 .shape-title, .site-custom-map-wrapper .site-slider-caption map .area-15 .shape-title, .site-custom-map-wrapper .site-slider-caption map .area-16 .shape-title, .site-custom-map-wrapper .site-slider-caption map .area-17 .shape-title, .site-custom-map-wrapper .site-slider-caption map .area-18 .shape-title, .site-custom-map-wrapper .site-slider-caption map .area-19 .shape-title, .site-custom-map-wrapper .site-slider-caption map .area-20 .shape-title {
                    width: 190px;
                    max-width: 190px;
                    background: rgba(0, 38, 84, 0.75);
                    margin: 0;
                    padding: 2px 5px;
                    position: absolute;
                    bottom: 120px;
                    left: 90px;
                    color: var(--color-white);
                    font-size: 14px;
                    font-family: "helvetica", sans-serif;
                    font-style: italic;
                    text-overflow: ellipsis;
                }

                    .site-custom-map-wrapper .site-slider-caption map .area-1 .shape-title::after, .site-custom-map-wrapper .site-slider-caption map .area-2 .shape-title::after, .site-custom-map-wrapper .site-slider-caption map .area-3 .shape-title::after, .site-custom-map-wrapper .site-slider-caption map .area-4 .shape-title::after, .site-custom-map-wrapper .site-slider-caption map .area-5 .shape-title::after, .site-custom-map-wrapper .site-slider-caption map .area-6 .shape-title::after, .site-custom-map-wrapper .site-slider-caption map .area-7 .shape-title::after, .site-custom-map-wrapper .site-slider-caption map .area-8 .shape-title::after, .site-custom-map-wrapper .site-slider-caption map .area-9 .shape-title::after, .site-custom-map-wrapper .site-slider-caption map .area-10 .shape-title::after,
                    .site-custom-map-wrapper .site-slider-caption map .area-11 .shape-title::after, .site-custom-map-wrapper .site-slider-caption map .area-12 .shape-title::after, .site-custom-map-wrapper .site-slider-caption map .area-13 .shape-title::after, .site-custom-map-wrapper .site-slider-caption map .area-14 .shape-title::after, .site-custom-map-wrapper .site-slider-caption map .area-15 .shape-title::after, .site-custom-map-wrapper .site-slider-caption map .area-16 .shape-title::after, .site-custom-map-wrapper .site-slider-caption map .area-17 .shape-title::after, .site-custom-map-wrapper .site-slider-caption map .area-18 .shape-title::after, .site-custom-map-wrapper .site-slider-caption map .area-19 .shape-title::after, .site-custom-map-wrapper .site-slider-caption map .area-20 .shape-title::after {
                        content: "";
                        position: absolute;
                        border: 1px solid rgba(0, 38, 84, 0.75);
                        width: 1px;
                        height: 70px;
                        transform: rotate(45deg);
                        left: -25px;
                        bottom: -59px;
                    }

                .site-custom-map-wrapper .site-slider-caption map .area-1.top-left .shape-title, .site-custom-map-wrapper .site-slider-caption map .area-2.top-left .shape-title, .site-custom-map-wrapper .site-slider-caption map .area-3.top-left .shape-title, .site-custom-map-wrapper .site-slider-caption map .area-4.top-left .shape-title, .site-custom-map-wrapper .site-slider-caption map .area-5.top-left .shape-title, .site-custom-map-wrapper .site-slider-caption map .area-6.top-left .shape-title, .site-custom-map-wrapper .site-slider-caption map .area-7.top-left .shape-title, .site-custom-map-wrapper .site-slider-caption map .area-8.top-left .shape-title, .site-custom-map-wrapper .site-slider-caption map .area-9.top-left .shape-title, .site-custom-map-wrapper .site-slider-caption map .area-10.top-left .shape-title,
                .site-custom-map-wrapper .site-slider-caption map .area-11.top-left .shape-title, .site-custom-map-wrapper .site-slider-caption map .area-12.top-left .shape-title, .site-custom-map-wrapper .site-slider-caption map .area-13.top-left .shape-title, .site-custom-map-wrapper .site-slider-caption map .area-14.top-left .shape-title, .site-custom-map-wrapper .site-slider-caption map .area-15.top-left .shape-title, .site-custom-map-wrapper .site-slider-caption map .area-16.top-left .shape-title, .site-custom-map-wrapper .site-slider-caption map .area-17.top-left .shape-title, .site-custom-map-wrapper .site-slider-caption map .area-18.top-left .shape-title, .site-custom-map-wrapper .site-slider-caption map .area-19.top-left .shape-title, .site-custom-map-wrapper .site-slider-caption map .area-20.top-left .shape-title {
                    top: auto !important;
                    bottom: 120px !important;
                    right: 90px !important;
                    left: auto !important;
                }

                    .site-custom-map-wrapper .site-slider-caption map .area-1.top-left .shape-title::after, .site-custom-map-wrapper .site-slider-caption map .area-2.top-left .shape-title::after, .site-custom-map-wrapper .site-slider-caption map .area-3.top-left .shape-title::after, .site-custom-map-wrapper .site-slider-caption map .area-4.top-left .shape-title::after, .site-custom-map-wrapper .site-slider-caption map .area-5.top-left .shape-title::after, .site-custom-map-wrapper .site-slider-caption map .area-6.top-left .shape-title::after, .site-custom-map-wrapper .site-slider-caption map .area-7.top-left .shape-title::after, .site-custom-map-wrapper .site-slider-caption map .area-8.top-left .shape-title::after, .site-custom-map-wrapper .site-slider-caption map .area-9.top-left .shape-title::after, .site-custom-map-wrapper .site-slider-caption map .area-10.top-left .shape-title::after,
                    .site-custom-map-wrapper .site-slider-caption map .area-11.top-left .shape-title::after, .site-custom-map-wrapper .site-slider-caption map .area-12.top-left .shape-title::after, .site-custom-map-wrapper .site-slider-caption map .area-13.top-left .shape-title::after, .site-custom-map-wrapper .site-slider-caption map .area-14.top-left .shape-title::after, .site-custom-map-wrapper .site-slider-caption map .area-15.top-left .shape-title::after, .site-custom-map-wrapper .site-slider-caption map .area-16.top-left .shape-title::after, .site-custom-map-wrapper .site-slider-caption map .area-17.top-left .shape-title::after, .site-custom-map-wrapper .site-slider-caption map .area-18.top-left .shape-title::after, .site-custom-map-wrapper .site-slider-caption map .area-19.top-left .shape-title::after, .site-custom-map-wrapper .site-slider-caption map .area-20.top-left .shape-title::after {
                        transform: rotate(-45deg) !important;
                        top: auto !important;
                        left: auto !important;
                        right: -25px !important;
                        bottom: -59px !important;
                    }

                .site-custom-map-wrapper .site-slider-caption map .area-1.bottom-left .shape-title, .site-custom-map-wrapper .site-slider-caption map .area-2.bottom-left .shape-title, .site-custom-map-wrapper .site-slider-caption map .area-3.bottom-left .shape-title, .site-custom-map-wrapper .site-slider-caption map .area-4.bottom-left .shape-title, .site-custom-map-wrapper .site-slider-caption map .area-5.bottom-left .shape-title, .site-custom-map-wrapper .site-slider-caption map .area-6.bottom-left .shape-title, .site-custom-map-wrapper .site-slider-caption map .area-7.bottom-left .shape-title, .site-custom-map-wrapper .site-slider-caption map .area-8.bottom-left .shape-title, .site-custom-map-wrapper .site-slider-caption map .area-9.bottom-left .shape-title, .site-custom-map-wrapper .site-slider-caption map .area-10.bottom-left .shape-title,
                .site-custom-map-wrapper .site-slider-caption map .area-11.bottom-left .shape-title, .site-custom-map-wrapper .site-slider-caption map .area-12.bottom-left .shape-title, .site-custom-map-wrapper .site-slider-caption map .area-13.bottom-left .shape-title, .site-custom-map-wrapper .site-slider-caption map .area-14.bottom-left .shape-title, .site-custom-map-wrapper .site-slider-caption map .area-15.bottom-left .shape-title, .site-custom-map-wrapper .site-slider-caption map .area-16.bottom-left .shape-title, .site-custom-map-wrapper .site-slider-caption map .area-17.bottom-left .shape-title, .site-custom-map-wrapper .site-slider-caption map .area-18.bottom-left .shape-title, .site-custom-map-wrapper .site-slider-caption map .area-19.bottom-left .shape-title, .site-custom-map-wrapper .site-slider-caption map .area-20.bottom-left .shape-title {
                    top: 120px !important;
                    bottom: auto !important;
                    right: 90px !important;
                    left: auto !important;
                }

                    .site-custom-map-wrapper .site-slider-caption map .area-1.bottom-left .shape-title::after, .site-custom-map-wrapper .site-slider-caption map .area-2.bottom-left .shape-title::after, .site-custom-map-wrapper .site-slider-caption map .area-3.bottom-left .shape-title::after, .site-custom-map-wrapper .site-slider-caption map .area-4.bottom-left .shape-title::after, .site-custom-map-wrapper .site-slider-caption map .area-5.bottom-left .shape-title::after, .site-custom-map-wrapper .site-slider-caption map .area-6.bottom-left .shape-title::after, .site-custom-map-wrapper .site-slider-caption map .area-7.bottom-left .shape-title::after, .site-custom-map-wrapper .site-slider-caption map .area-8.bottom-left .shape-title::after, .site-custom-map-wrapper .site-slider-caption map .area-9.bottom-left .shape-title::after, .site-custom-map-wrapper .site-slider-caption map .area-10.bottom-left .shape-title::after,
                    .site-custom-map-wrapper .site-slider-caption map .area-11.bottom-left .shape-title::after, .site-custom-map-wrapper .site-slider-caption map .area-12.bottom-left .shape-title::after, .site-custom-map-wrapper .site-slider-caption map .area-13.bottom-left .shape-title::after, .site-custom-map-wrapper .site-slider-caption map .area-14.bottom-left .shape-title::after, .site-custom-map-wrapper .site-slider-caption map .area-15.bottom-left .shape-title::after, .site-custom-map-wrapper .site-slider-caption map .area-16.bottom-left .shape-title::after, .site-custom-map-wrapper .site-slider-caption map .area-17.bottom-left .shape-title::after, .site-custom-map-wrapper .site-slider-caption map .area-18.bottom-left .shape-title::after, .site-custom-map-wrapper .site-slider-caption map .area-19.bottom-left .shape-title::after, .site-custom-map-wrapper .site-slider-caption map .area-20.bottom-left .shape-title::after {
                        transform: rotate(45deg) !important;
                        bottom: auto !important;
                        left: auto !important;
                        right: -25px !important;
                        top: -59px !important;
                    }

                .site-custom-map-wrapper .site-slider-caption map .area-1.bottom-right .shape-title, .site-custom-map-wrapper .site-slider-caption map .area-2.bottom-right .shape-title, .site-custom-map-wrapper .site-slider-caption map .area-3.bottom-right .shape-title, .site-custom-map-wrapper .site-slider-caption map .area-4.bottom-right .shape-title, .site-custom-map-wrapper .site-slider-caption map .area-5.bottom-right .shape-title, .site-custom-map-wrapper .site-slider-caption map .area-6.bottom-right .shape-title, .site-custom-map-wrapper .site-slider-caption map .area-7.bottom-right .shape-title, .site-custom-map-wrapper .site-slider-caption map .area-8.bottom-right .shape-title, .site-custom-map-wrapper .site-slider-caption map .area-9.bottom-right .shape-title, .site-custom-map-wrapper .site-slider-caption map .area-10.bottom-right .shape-title,
                .site-custom-map-wrapper .site-slider-caption map .area-11.bottom-right .shape-title, .site-custom-map-wrapper .site-slider-caption map .area-12.bottom-right .shape-title, .site-custom-map-wrapper .site-slider-caption map .area-13.bottom-right .shape-title, .site-custom-map-wrapper .site-slider-caption map .area-14.bottom-right .shape-title, .site-custom-map-wrapper .site-slider-caption map .area-15.bottom-right .shape-title, .site-custom-map-wrapper .site-slider-caption map .area-16.bottom-right .shape-title, .site-custom-map-wrapper .site-slider-caption map .area-17.bottom-right .shape-title, .site-custom-map-wrapper .site-slider-caption map .area-18.bottom-right .shape-title, .site-custom-map-wrapper .site-slider-caption map .area-19.bottom-right .shape-title, .site-custom-map-wrapper .site-slider-caption map .area-20.bottom-right .shape-title {
                    top: 120px !important;
                    bottom: auto !important;
                    left: 90px !important;
                    right: auto !important;
                }

                    .site-custom-map-wrapper .site-slider-caption map .area-1.bottom-right .shape-title::after, .site-custom-map-wrapper .site-slider-caption map .area-2.bottom-right .shape-title::after, .site-custom-map-wrapper .site-slider-caption map .area-3.bottom-right .shape-title::after, .site-custom-map-wrapper .site-slider-caption map .area-4.bottom-right .shape-title::after, .site-custom-map-wrapper .site-slider-caption map .area-5.bottom-right .shape-title::after, .site-custom-map-wrapper .site-slider-caption map .area-6.bottom-right .shape-title::after, .site-custom-map-wrapper .site-slider-caption map .area-7.bottom-right .shape-title::after, .site-custom-map-wrapper .site-slider-caption map .area-8.bottom-right .shape-title::after, .site-custom-map-wrapper .site-slider-caption map .area-9.bottom-right .shape-title::after, .site-custom-map-wrapper .site-slider-caption map .area-10.bottom-right .shape-title::after,
                    .site-custom-map-wrapper .site-slider-caption map .area-11.bottom-right .shape-title::after, .site-custom-map-wrapper .site-slider-caption map .area-12.bottom-right .shape-title::after, .site-custom-map-wrapper .site-slider-caption map .area-13.bottom-right .shape-title::after, .site-custom-map-wrapper .site-slider-caption map .area-14.bottom-right .shape-title::after, .site-custom-map-wrapper .site-slider-caption map .area-15.bottom-right .shape-title::after, .site-custom-map-wrapper .site-slider-caption map .area-16.bottom-right .shape-title::after, .site-custom-map-wrapper .site-slider-caption map .area-17.bottom-right .shape-title::after, .site-custom-map-wrapper .site-slider-caption map .area-18.bottom-right .shape-title::after, .site-custom-map-wrapper .site-slider-caption map .area-19.bottom-right .shape-title::after, .site-custom-map-wrapper .site-slider-caption map .area-20.bottom-right .shape-title::after {
                        transform: rotate(-45deg) !important;
                        bottom: auto !important;
                        right: auto !important;
                        left: -25px !important;
                        top: -59px !important;
                    }

                .site-custom-map-wrapper .site-slider-caption map .area-1:hover, .site-custom-map-wrapper .site-slider-caption map .area-2:hover, .site-custom-map-wrapper .site-slider-caption map .area-3:hover, .site-custom-map-wrapper .site-slider-caption map .area-4:hover, .site-custom-map-wrapper .site-slider-caption map .area-5:hover, .site-custom-map-wrapper .site-slider-caption map .area-6:hover, .site-custom-map-wrapper .site-slider-caption map .area-7:hover, .site-custom-map-wrapper .site-slider-caption map .area-8:hover, .site-custom-map-wrapper .site-slider-caption map .area-9:hover, .site-custom-map-wrapper .site-slider-caption map .area-10:hover,
                .site-custom-map-wrapper .site-slider-caption map .area-11:hover, .site-custom-map-wrapper .site-slider-caption map .area-12:hover, .site-custom-map-wrapper .site-slider-caption map .area-13:hover, .site-custom-map-wrapper .site-slider-caption map .area-14:hover, .site-custom-map-wrapper .site-slider-caption map .area-15:hover, .site-custom-map-wrapper .site-slider-caption map .area-16:hover, .site-custom-map-wrapper .site-slider-caption map .area-17:hover, .site-custom-map-wrapper .site-slider-caption map .area-18:hover, .site-custom-map-wrapper .site-slider-caption map .area-19:hover, .site-custom-map-wrapper .site-slider-caption map .area-20:hover {
                    background: url("../images/map-arrow2.png") 50% 0% no-repeat;
                }

    .site-custom-video-wrapper {
        display: flex;
        flex-direction: column;
    }

    @media (min-width: 1366px) {
        .site-custom-video-wrapper {
            display: flex;
            flex-direction: row;
        }
    }

    .site-custom-video-wrapper .cms-feature-title {
        padding: 0 20px;
    }

    @media (min-width: 1366px) {
        .site-custom-video-wrapper .cms-feature-title {
            padding: 0;
            padding-right: 50px;
            font-size: 4rem;
            line-height: 0;
            padding-right: 50px;
            writing-mode: vertical-rl;
            text-orientation: mixed;
            transform: rotate(180deg);
        }
    }

    .site-custom-video-wrapper .site-custom-video {
        width: 100%;
    }

    .site-custom-video-wrapper .site-slider-caption {
        background: none !important;
        width: 100%;
        height: 100%;
        position: absolute !important;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

        .site-custom-video-wrapper .site-slider-caption .site-slider-capton-data {
            padding: 0 !important;
        }

    .mfp-close {
        background: var(--footer-icon-hover) !important;
        border: 1px var(--color-white) solid !important;
        transition: all ease 0.5s;
        cursor: pointer !important;
    }

        .mfp-close:hover, .mfp-close:focus {
            background: var(--primary-color) !important;
            outline: none !important;
        }

            .mfp-close:hover:after, .mfp-close:focus:after {
                color: var(--color-white);
            }

    .mfp-arrow {
        background: none;
        width: 54px;
        height: 54px;
        border: 0 !important;
        outline: none !important;
    }

        .mfp-arrow::after {
            display: none;
        }

        .mfp-arrow::before {
            background: var(--footer-icon-hover) !important;
            width: 100% !important;
            height: 100% !important;
            display: block !important;
            border-radius: 0 !important;
            line-height: 52px !important;
            font-size: 20px !important;
            border: 1px var(--color-white) solid !important;
            transition: all ease 0.5s;
        }

        .mfp-arrow:hover::before {
            width: 100% !important;
            background: var(--primary-color) !important;
            color: var(--color-white) !important;
        }

        .mfp-arrow:hover::after {
            display: none;
        }

    @media (max-width: 898px) {
        .mfp-arrow {
            top: 50% !important;
        }

            .mfp-arrow::before {
                line-height: 27px !important;
            }
    }

    .mfp-arrow.mfp-arrow-left {
        width: 54px !important;
        height: 54px !important;
        left: 30px !important;
        padding: 0 !important;
    }

        .mfp-arrow.mfp-arrow-left::before {
            font-family: "site-icon" !important;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            /* Better Font Rendering =========== */
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\e916" !important;
        }

    .mfp-arrow.mfp-arrow-right {
        width: 54px !important;
        height: 54px !important;
        right: 30px !important;
        padding: 0 !important;
    }

        .mfp-arrow.mfp-arrow-right::before {
            font-family: "site-icon" !important;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            /* Better Font Rendering =========== */
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\e915" !important;
        }

    .site-thumbnail-link .site-icon-search::before {
        color: #000000;
    }

    .site-thumbnail-link .site-icon-search:hover::before {
        color: var(--footer-icon-hover);
    }

    .site-slider-tab-wrapper .site-slider-tab-mob-top {
        display: block;
    }

    .site-slider-tab-wrapper .site-slider-caption {
        background: none !important;
        position: absolute !important;
        padding: 20px 70px !important;
    }

    @media (min-width: 1030px) {
        .site-slider-tab-wrapper .site-slider-caption {
            padding: 10px !important;
        }
    }

    .site-slider-tab-wrapper .site-slider-caption .site-slider-capton-data h5 {
        margin-bottom: 0;
        font-size: 20px;
    }

    @media (min-width: 1030px) {
        .site-slider-tab-wrapper .site-slider-caption .site-slider-capton-data h5 {
            font-size: 14px;
        }
    }

    @media (min-width: 1400px) {
        .site-slider-tab-wrapper .site-slider-caption .site-slider-capton-data h5 {
            font-size: 20px;
        }
    }

    .site-slider-tab-wrapper .site-slider-tab-list .slick-list {
        margin: 0 -20px;
    }

    @media (min-width: 768px) {
        .site-slider-tab-wrapper .site-slider-tab-list .slick-list {
            margin: 0 -10px;
        }
    }

    .site-slider-tab-wrapper .site-slider .slick-arrow.slick-prev {
        left: 10px !important;
    }

    .site-slider-tab-wrapper .site-slider .slick-arrow.slick-next {
        right: 10px !important;
    }

    .cms-text-feature .cms-text-feature-data {
        line-height: normal;
        overflow: visible;
    }

        .cms-text-feature .cms-text-feature-data p {
            line-height: 24px;
            font-size: 16px;
        }

        .cms-text-feature .cms-text-feature-data ul,
        .cms-text-feature .cms-text-feature-data ol {
            list-style-position: outside;
        }

            .cms-text-feature .cms-text-feature-data ul li,
            .cms-text-feature .cms-text-feature-data ol li {
                line-height: 24px;
                font-size: 16px;
            }

                .cms-text-feature .cms-text-feature-data ul li::marker,
                .cms-text-feature .cms-text-feature-data ol li::marker {
                    color: var(--primary-color);
                    font-weight: 700;
                }

        .cms-text-feature .cms-text-feature-data .site-bg-primary ul li::marker,
        .cms-text-feature .cms-text-feature-data .site-bg-primary ol li::marker {
            color: var(--color-white);
        }

        .cms-text-feature .cms-text-feature-data .site-bg-primary ul li a:hover, .cms-text-feature .cms-text-feature-data .site-bg-primary ul li a:focus,
        .cms-text-feature .cms-text-feature-data .site-bg-primary ol li a:hover,
        .cms-text-feature .cms-text-feature-data .site-bg-primary ol li a:focus {
            color: var(--orange-color);
        }

        .cms-text-feature .cms-text-feature-data .site-bg-secondary ul li::marker,
        .cms-text-feature .cms-text-feature-data .site-bg-secondary ol li::marker {
            color: var(--color-white);
        }

        .cms-text-feature .cms-text-feature-data .site-bg-secondary ul li a:hover, .cms-text-feature .cms-text-feature-data .site-bg-secondary ul li a:focus,
        .cms-text-feature .cms-text-feature-data .site-bg-secondary ol li a:hover,
        .cms-text-feature .cms-text-feature-data .site-bg-secondary ol li a:focus {
            color: var(--primary-color);
        }

    .cms-gallery-feature-wrapper ul:not(.slick-dots):not(.cms-feature-link-desc ul),
    .cms-gallery-feature-wrapper ol {
        list-style-position: outside;
        padding: 0 0 0 30px;
        margin-bottom: 20px;
        text-align: left;
    }

        .cms-gallery-feature-wrapper ul:not(.slick-dots):not(.cms-feature-link-desc ul) li,
        .cms-gallery-feature-wrapper ol li {
            line-height: 24px;
            font-size: 16px;
        }

            .cms-gallery-feature-wrapper ul:not(.slick-dots):not(.cms-feature-link-desc ul) li::marker,
            .cms-gallery-feature-wrapper ol li::marker {
                color: var(--primary-color);
                font-weight: 700;
            }

    .site-custom-breadcrumb-wrapper {
        background: var(--primary-color);
        position: fixed;
        bottom: 0;
        padding-top: 20px;
    }

    @media (max-width: 1279px) {
        .site-custom-breadcrumb-wrapper {
            display: none !important;
        }
    }

    .site-custom-breadcrumb-wrapper.fade-out {
        opacity: 1;
        transition: opacity 0.5s ease;
    }

    .site-custom-breadcrumb-wrapper p a {
        margin: 0 20px;
        position: relative;
    }

    @media (min-width: 1366px) {
        .site-custom-breadcrumb-wrapper p a {
            margin: 0 50px;
        }
    }

    .site-custom-breadcrumb-wrapper p a::after {
        content: "";
        background: var(--secondary-color);
        width: 28px;
        height: 1px;
        position: absolute;
        top: 50%;
        right: -37px;
    }

    @media (min-width: 1366px) {
        .site-custom-breadcrumb-wrapper p a::after {
            width: 80px;
            right: -93px;
        }
    }

    .site-custom-breadcrumb-wrapper p a.active, .site-custom-breadcrumb-wrapper p a.custom-link-active {
        background: var(--color-white) !important;
        color: var(--primary-color) !important;
    }

    .site-custom-breadcrumb-wrapper p a:last-child::after {
        display: none;
    }

    body:not(.cms-page-is-in-edit-mode) .site-custom-breadcrumb-wrapper {
        background: transparent;
        width: 100%;
        padding-top: 0;
    }

        body:not(.cms-page-is-in-edit-mode) .site-custom-breadcrumb-wrapper.fade-out {
            opacity: 0;
            transition: opacity 0.5s ease;
        }

    .site-custom-left-popout-wrapper {
        width: 100%;
        margin-left: 0;
    }

    @media (min-width: 1280px) {
        .site-custom-left-popout-wrapper {
            width: 154%;
            margin-left: -54% !important;
        }
    }

    .site-custom-left-popout-small-wrapper {
        width: 100%;
        margin-left: 0;
    }

    @media (min-width: 1280px) {
        .site-custom-left-popout-small-wrapper {
            width: 127%;
            margin-left: -27% !important;
        }
    }

    .site-custom-right-popout-wrapper {
        width: 100%;
    }

    @media (min-width: 1280px) {
        .site-custom-right-popout-wrapper {
            width: 172.5%;
        }
    }

    .site-custom-right-popout-small-wrapper {
        width: 100%;
    }

    @media (min-width: 1280px) {
        .site-custom-right-popout-small-wrapper {
            width: 135%;
        }
    }

    body:not(.cms-page-is-in-edit-mode) .cms-text-feature .cms-text-feature-data ul:has([class^=site-social-]) {
        padding: 0;
    }

        body:not(.cms-page-is-in-edit-mode) .cms-text-feature .cms-text-feature-data ul:has([class^=site-social-]) li {
            list-style: none;
            display: inline-block;
        }

    body.cms-page-is-in-edit-mode .site-custom-left-popout-wrapper {
        width: auto;
        margin-left: inherit;
    }

    @media (min-width: 1280px) {
        body.cms-page-is-in-edit-mode .site-custom-left-popout-wrapper {
            width: auto;
            margin-left: 15px !important;
        }
    }

    body.cms-page-is-in-edit-mode .site-custom-left-popout-small-wrapper {
        width: auto;
        margin-left: inherit;
    }

    @media (min-width: 1280px) {
        body.cms-page-is-in-edit-mode .site-custom-left-popout-small-wrapper {
            width: auto;
            margin-left: 15px !important;
        }
    }

    body.cms-page-is-in-edit-mode .site-custom-right-popout-wrapper {
        width: auto;
    }

    @media (min-width: 1280px) {
        body.cms-page-is-in-edit-mode .site-custom-right-popout-wrapper {
            width: auto;
        }
    }

    body.cms-page-is-in-edit-mode .site-custom-right-popout-small-wrapper {
        width: auto;
    }

    @media (min-width: 1280px) {
        body.cms-page-is-in-edit-mode .site-custom-right-popout-small-wrapper {
            width: auto;
        }
    }

    .site-search-wrapper .site-search-icon {
        color: var(--color-white) !important;
        font-size: 25px;
    }

        .site-search-wrapper .site-search-icon i {
            font-weight: bold;
            cursor: pointer;
        }

    .site-search-wrapper .site-search-block {
        opacity: 0;
        visibility: hidden;
    }

    .site-search-wrapper .site-search-block-active {
        opacity: 1;
        visibility: visible;
    }

        .site-search-wrapper .site-search-block-active.site-search-option {
            width: 300px !important;
        }

        .site-search-wrapper .site-search-block-active.site-search-option1 {
            max-height: 86px !important;
        }

        .site-search-wrapper .site-search-block-active.site-search-option2 {
            right: 0 !important;
        }

    .site-search-wrapper .site-search-block.site-search-option {
        position: absolute;
        right: 40px;
        z-index: 1000;
        top: 12px;
        width: 0;
        transition: all ease 0.6s;
    }

        .site-search-wrapper .site-search-block.site-search-option .site-search-data .site-search-input {
            border-radius: 25px !important;
            border: 3px solid var(--footer-icon-hover) !important;
            transition: all ease 0.6s;
        }

        .site-search-wrapper .site-search-block.site-search-option .site-search-data .site-search-button {
            background: transparent !important;
            font-size: 13.33px;
            padding: 10px 25px;
            border: none;
            text-align: center;
            color: var(--primary-color) !important;
            letter-spacing: 1px;
            font-weight: bold;
            text-transform: uppercase;
            border: 1px solid transparent !important;
            display: inline-block;
            font-family: "Roboto", sans-serif;
            border-radius: 30px;
            font-size: 0;
            padding: 0 10px;
            letter-spacing: 0;
            position: absolute;
            right: 0;
        }

    @media (max-width: 767px) {
        .site-search-wrapper .site-search-block.site-search-option .site-search-data .site-search-button {
            margin-bottom: 10px;
        }
    }

    .site-search-wrapper .site-search-block.site-search-option .site-search-data .site-search-button:focus {
        background: transparent !important;
        color: var(--primary-color) !important;
        border: 1px solid transparent !important;
    }

    .site-search-wrapper .site-search-block.site-search-option .site-search-data .site-search-button:hover {
        background: transparent !important;
        color: var(--footer-icon-hover) !important;
        border: 1px solid transparent !important;
    }

    .site-search-wrapper .site-search-block.site-search-option .site-search-data .site-search-button:before {
        font-family: "site-icon" !important;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e905" !important;
        font-size: 30px;
        font-weight: bold;
    }

    .site-search-wrapper .site-search-block.site-search-option1 {
        position: absolute;
        right: 0;
        top: 100%;
        background: #EBEEEF;
        z-index: 1000;
        padding: 20px;
        width: 400px;
        height: auto;
        max-height: 0;
        transition: all ease 0.3s;
    }

        .site-search-wrapper .site-search-block.site-search-option1 .site-search-data {
            display: flex;
        }

            .site-search-wrapper .site-search-block.site-search-option1 .site-search-data .site-search-button {
                background: var(--primary-color) !important;
                font-size: 13.33px;
                padding: 10px 25px;
                border: none;
                text-align: center;
                color: var(--color-white) !important;
                letter-spacing: 1px;
                font-weight: bold;
                text-transform: uppercase;
                border: 1px solid #000000 !important;
                display: inline-block;
                font-family: "Roboto", sans-serif;
                border-radius: 30px;
                font-size: 0;
                padding: 0 10px;
                letter-spacing: 0;
            }

    @media (max-width: 767px) {
        .site-search-wrapper .site-search-block.site-search-option1 .site-search-data .site-search-button {
            margin-bottom: 10px;
        }
    }

    .site-search-wrapper .site-search-block.site-search-option1 .site-search-data .site-search-button:focus {
        background: var(--primary-color) !important;
        color: var(--color-white) !important;
        border: 1px solid #000000 !important;
    }

    .site-search-wrapper .site-search-block.site-search-option1 .site-search-data .site-search-button:hover {
        background: var(--footer-icon-hover) !important;
        color: var(--primary-color) !important;
        border: 1px solid var(--footer-icon-hover) !important;
    }

    .site-search-wrapper .site-search-block.site-search-option1 .site-search-data .site-search-button:before {
        font-family: "site-icon" !important;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e905" !important;
        font-size: 30px;
        font-weight: bold;
    }

    .site-search-wrapper .site-search-block.site-search-option2 {
        position: fixed;
        background: rgba(0, 0, 0, 0.8);
        width: 100%;
        height: 100%;
        right: -100%;
        top: 0;
        z-index: 1000;
        transition: all ease 0.5s;
    }

        .site-search-wrapper .site-search-block.site-search-option2 .site-search-data {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            text-align: center;
            width: 100%;
        }

    @media (max-width: 599px) {
        .site-search-wrapper .site-search-block.site-search-option2 .site-search-data {
            width: 90%;
            margin: 0 auto;
            left: 0;
            right: 0;
        }
    }

    .site-search-wrapper .site-search-block.site-search-option2 .site-search-input {
        background: none;
        border: none;
        border-bottom: 1px solid var(--color-white);
        outline: none;
        max-width: 400px;
        width: 100%;
        color: var(--color-white);
        font-size: 25px;
        padding: 0 0 10px;
        margin: 0 10px 0 0;
    }

    .site-search-wrapper .site-search-block.site-search-option2 .site-search-button {
        padding: 0 25px !important;
        min-height: 45px !important;
        line-height: 45px !important;
    }

    @media (max-width: 599px) {
        .site-search-wrapper .site-search-block.site-search-option2 .site-search-button {
            margin: 20px 0 0 0;
        }
    }

    body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper, body:not(.cms-page-is-in-edit-mode) .popup-wrapper {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 10000;
        background: rgba(255, 255, 255, 0.5);
        margin-bottom: 0;
    }

        body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-opened-popup, body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-wide-popup, body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-opened-popup, body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-wide-popup {
            top: 50%;
            position: absolute;
            transform: translateY(-50%);
            background: white;
            margin: auto;
            left: 0;
            right: 0;
            max-width: 500px;
            width: 90%;
            padding: 30px;
            border: 1px solid #d9dade;
            outline: none;
        }

            body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-opened-popup .site-popup-close, body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-wide-popup .site-popup-close, body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-opened-popup .site-popup-close, body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-wide-popup .site-popup-close {
                position: absolute;
                top: 15px;
                right: 15px;
                width: 30px;
                height: 30px;
                text-align: center;
                line-height: 28px;
                border: 1px solid var(--color-white);
                border-radius: 100%;
                cursor: pointer;
            }

                body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-opened-popup .site-popup-close:before, body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-wide-popup .site-popup-close:before, body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-opened-popup .site-popup-close:before, body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-wide-popup .site-popup-close:before {
                    font-family: "site-icon" !important;
                    font-style: normal;
                    font-weight: normal;
                    font-variant: normal;
                    text-transform: none;
                    /* Better Font Rendering =========== */
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                    content: "\e90f" !important;
                    font-weight: bold;
                    font-size: 20px;
                    transition: all ease 0.5s;
                    display: block;
                }

                body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-opened-popup .site-popup-close:hover, body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-wide-popup .site-popup-close:hover, body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-opened-popup .site-popup-close:hover, body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-wide-popup .site-popup-close:hover {
                    border: 1px solid var(--primary-color);
                    transition: all ease 0.5s;
                }

                    body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-opened-popup .site-popup-close:hover::before, body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-wide-popup .site-popup-close:hover::before, body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-opened-popup .site-popup-close:hover::before, body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-wide-popup .site-popup-close:hover::before {
                        transform: scale(0.7);
                    }

    @media (min-width: 600px) {
        body:not(.cms-page-is-in-edit-mode) .popup-wrapper.hide-desktop {
            display: none;
        }
    }

    @media (max-width: 599px) {
        body:not(.cms-page-is-in-edit-mode) .popup-wrapper.hide-mobile {
            display: none;
        }
    }

    body.cms-page-is-published .popup-wrapper .site-wide-popup {
        pointer-events: none;
        outline: none;
    }

        body.cms-page-is-published .popup-wrapper .site-wide-popup .site-popup-close {
            pointer-events: all;
        }

    body:not(.cms-page-is-in-edit-mode) .play-video-button {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    body:not(.cms-page-is-in-edit-mode) .video-popup-wrapper {
        display: none;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(3, 34, 76, 0.7);
        z-index: 100000;
        height: 100%;
        width: 100%;
    }

    body:not(.cms-page-is-in-edit-mode) .video-popup-wrapper-active {
        display: block;
    }

        body:not(.cms-page-is-in-edit-mode) .video-popup-wrapper-active .remove-video-popup {
            background: var(--color-white);
            color: var(--text-color);
            width: 40px;
            height: 40px;
            border-radius: 100%;
            display: block;
            position: absolute;
            top: -20px;
            right: -20px;
            text-align: center;
            line-height: 40px;
            cursor: pointer;
            font-size: 16px;
            z-index: 5;
            transition: all 0.2s ease;
        }

            body:not(.cms-page-is-in-edit-mode) .video-popup-wrapper-active .remove-video-popup:hover {
                background: var(--footer-icon-hover);
                color: var(--color-white);
            }

            body:not(.cms-page-is-in-edit-mode) .video-popup-wrapper-active .remove-video-popup::before {
                font-family: "site-icon" !important;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                /* Better Font Rendering =========== */
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                content: "\e90f" !important;
                display: block;
            }

    body:not(.cms-page-is-in-edit-mode) .video-popup-wrapper .video-popup {
        position: absolute;
        width: 100%;
        max-width: 900px;
        left: 0;
        right: 0;
        margin: auto;
        top: 50%;
        transform: translateY(-50%);
    }

    @media (max-width: 599px) {
        body:not(.cms-page-is-in-edit-mode) .video-popup-wrapper .video-popup {
            width: 90%;
        }

            body:not(.cms-page-is-in-edit-mode) .video-popup-wrapper .video-popup iframe {
                width: 100% !important;
                height: 200px !important;
            }
    }

    body:not(.cms-page-is-in-edit-mode) .video-popup-wrapper.video-popup-section .video-popup {
        width: 100%;
        max-width: 900px;
        background: var(--color-white);
        line-height: 0;
    }

    @media (max-width: 599px) {
        body:not(.cms-page-is-in-edit-mode) .video-popup-wrapper.video-popup-section .video-popup {
            width: 90%;
        }

            body:not(.cms-page-is-in-edit-mode) .video-popup-wrapper.video-popup-section .video-popup iframe {
                width: 100% !important;
                height: 200px !important;
            }
    }

    .site-image-link-block {
        position: relative;
        background: var(--primary-color);
    }

        .site-image-link-block img.site-image-link {
            opacity: 0.75;
        }

        .site-image-link-block:after {
            font-family: "site-icon" !important;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            /* Better Font Rendering =========== */
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\e90d" !important;
            background: rgba(41, 52, 58, 0.8);
            display: flex;
            justify-content: center;
            align-items: center;
            position: absolute;
            width: 119px;
            height: 68px;
            top: 0;
            bottom: 0;
            right: 0;
            left: 0;
            margin: auto;
            font-size: 50px;
            color: var(--color-white);
            border-radius: 8px;
        }

    .custom-link-popup-wrapper .site-slide-link {
        display: block;
        position: relative;
    }

        .custom-link-popup-wrapper .site-slide-link .site-slider-image-block {
            position: relative;
        }

            .custom-link-popup-wrapper .site-slide-link .site-slider-image-block:after {
                font-family: "site-icon" !important;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                /* Better Font Rendering =========== */
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                content: "\e90d" !important;
                background: rgba(41, 52, 58, 0.8);
                display: flex;
                justify-content: center;
                align-items: center;
                position: absolute;
                width: 119px;
                height: 68px;
                top: 0;
                bottom: 0;
                right: 0;
                left: 0;
                margin: auto;
                font-size: 50px;
                color: var(--color-white);
                border-radius: 8px;
            }

        .custom-link-popup-wrapper .site-slide-link:not([href]) {
            pointer-events: none;
        }

            .custom-link-popup-wrapper .site-slide-link:not([href]) .site-slider-image-block:after {
                display: none;
            }

    .hero-banner {
        position: relative;
    }

        .hero-banner .site-slider-caption {
            position: absolute !important;
        }

    @media (max-width: 599px) {
        .hero-banner .site-slider {
            height: auto;
        }

            .hero-banner .site-slider .site-slick-wrapper {
                height: auto;
            }

                .hero-banner .site-slider .site-slick-wrapper .slick-list {
                    height: auto;
                }

                    .hero-banner .site-slider .site-slick-wrapper .slick-list .site-slide {
                        height: auto;
                    }

                        .hero-banner .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-image-block {
                            height: auto;
                        }

                            .hero-banner .site-slider .site-slick-wrapper .slick-list .site-slide .site-slider-image-block .site-slider-image {
                                width: 100%;
                                height: 360px;
                                object-fit: cover;
                            }
    }

    .hero-banner .hero-arrows {
        height: 100%;
        position: fixed;
        top: -30px;
        right: 5%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        transition: top 0.5s ease;
    }

    @media (max-width: 599px) {
        .hero-banner .hero-arrows.arrows-top {
            top: 50px;
        }
    }

    .hero-banner .hero-arrows::before {
        content: "";
        background: var(--color-white);
        width: 30px;
        height: 1px;
        position: absolute;
        top: calc(50% - 0.5px);
        left: calc(50% - 15px);
    }

    @media (min-width: 768px) {
        .hero-banner .hero-arrows {
            top: 0;
            display: none !important;
        }
    }

    @media (min-width: 1600px) {
        .hero-banner .hero-arrows {
            right: 7% !important;
        }
    }

    .hero-banner .hero-arrows .hero-prev {
        background: none;
        border: 0;
        outline: none;
        margin-bottom: 50px;
    }

        .hero-banner .hero-arrows .hero-prev::before {
            font-family: "site-icon" !important;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            /* Better Font Rendering =========== */
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\e916" !important;
            display: block;
            color: var(--color-white);
            font-size: 30px;
            transform: rotate(90deg);
            text-shadow: 0 0 10px #b3b3b3, 0 0 20px #a7a5a7;
        }

        .hero-banner .hero-arrows .hero-prev:hover::before {
            color: var(--secondary-color);
        }

    .hero-banner .hero-arrows .hero-next {
        background: none;
        border: 0;
        outline: none;
    }

        .hero-banner .hero-arrows .hero-next::before {
            font-family: "site-icon" !important;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            /* Better Font Rendering =========== */
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\e915" !important;
            display: block;
            color: var(--color-white);
            font-size: 30px;
            transform: rotate(90deg);
            font-weight: 100;
            text-shadow: 0 0 10px #b3b3b3, 0 0 20px #a7a5a7;
        }

        .hero-banner .hero-arrows .hero-next:hover::before {
            color: var(--secondary-color);
        }

    .hero-banner .site-slider-image-block, .hero-banner .site-slider-video-block {
        position: relative;
        overflow: hidden;
    }

        .hero-banner .site-slider-image-block::before, .hero-banner .site-slider-video-block::before {
            opacity: 1;
            background-image: linear-gradient(0, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
            height: 300px;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            content: "";
            z-index: 2;
        }

    @media (max-width: 599px) {
        .hero-banner .site-slider-image-block::before, .hero-banner .site-slider-video-block::before {
            height: 80px;
        }
    }

    .hero-banner .site-slider-image-block::after, .hero-banner .site-slider-video-block::after {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%) !important;
    }

    .hero-banner .slick-dots {
        bottom: 15px;
    }

    @media (min-width: 600px) {
        .hero-banner .slick-dots {
            bottom: 50px;
        }
    }

    @media (min-width: 1280px) {
        .hero-banner .slick-dots {
            bottom: 130px;
        }
    }

    .hero-banner .slick-dots li button::before {
        background: transparent;
        border: 1px var(--orange-color) solid;
    }

    .hero-banner .slick-dots li.slick-active button::before {
        background: var(--orange-color);
        border: 1px var(--orange-color) solid;
    }

    .hero-banner .site-slider-caption {
        background: none !important;
        z-index: 5;
    }

    @media (max-width: 599px) {
        .hero-banner .site-slider-caption {
            position: absolute !important;
        }
    }

    .hero-banner .site-slider-caption p {
        line-height: 1.4 !important;
    }

    .hero-banner .site-slider .slick-prev {
        top: auto !important;
        left: auto !important;
        bottom: 0 !important;
        right: 54px !important;
        transform: none !important;
    }

    @media (min-width: 600px) {
        .hero-banner .site-slider .slick-prev {
            bottom: 40px !important;
            right: 94px !important;
        }
    }

    .hero-banner .site-slider .slick-next {
        top: auto !important;
        left: auto !important;
        bottom: 0 !important;
        right: 0 !important;
        transform: none !important;
    }

    @media (min-width: 600px) {
        .hero-banner .site-slider .slick-next {
            bottom: 40px !important;
            right: 40px !important;
        }
    }

    .site-custom-remove-top-gradient-wrapper .site-slider-image-block::before, .site-custom-remove-top-gradient-wrapper .site-slider-video-block::before {
        content: none !important;
    }

    .site-custom-remove-bottom-gradient-wrapper .site-slider-image-block::after, .site-custom-remove-bottom-gradient-wrapper .site-slider-video-block::after {
        content: none !important;
    }

    @media (max-width: 599px) {
        .site-slide-height-mob-fixed {
            height: auto;
        }

            .site-slide-height-mob-fixed .site-slick-wrapper {
                height: auto;
            }

                .site-slide-height-mob-fixed .site-slick-wrapper .slick-list {
                    height: auto;
                }

                    .site-slide-height-mob-fixed .site-slick-wrapper .slick-list .site-slide {
                        height: auto;
                    }

                        .site-slide-height-mob-fixed .site-slick-wrapper .slick-list .site-slide .site-slider-image-block {
                            height: auto;
                        }

                            .site-slide-height-mob-fixed .site-slick-wrapper .slick-list .site-slide .site-slider-image-block .site-slider-image {
                                height: 290px;
                                width: 100%;
                                object-fit: cover;
                            }

        .site-slide-height-mob-cover {
            height: 100vh;
        }

            .site-slide-height-mob-cover .site-slick-wrapper {
                height: 100vh;
            }

                .site-slide-height-mob-cover .site-slick-wrapper .slick-list {
                    height: 100vh;
                }

                    .site-slide-height-mob-cover .site-slick-wrapper .slick-list .site-slide {
                        height: 100vh;
                    }

                        .site-slide-height-mob-cover .site-slick-wrapper .slick-list .site-slide .site-slider-image-block {
                            height: 100vh;
                        }

                            .site-slide-height-mob-cover .site-slick-wrapper .slick-list .site-slide .site-slider-image-block .site-slider-image {
                                height: 100vh !important;
                                width: 100%;
                                object-fit: cover;
                            }

                        .site-slide-height-mob-cover .site-slick-wrapper .slick-list .site-slide .site-slider-video-block {
                            height: 100vh;
                        }

                            .site-slide-height-mob-cover .site-slick-wrapper .slick-list .site-slide .site-slider-video-block .site-slider-video {
                                height: 100vh;
                                width: 100%;
                                object-fit: cover;
                            }

        .site-slide-height-mob-fixed {
            height: auto;
        }

            .site-slide-height-mob-fixed .site-slick-wrapper {
                height: auto;
            }

                .site-slide-height-mob-fixed .site-slick-wrapper .slick-list {
                    height: auto;
                }

                    .site-slide-height-mob-fixed .site-slick-wrapper .slick-list .site-slide {
                        height: auto;
                    }

                        .site-slide-height-mob-fixed .site-slick-wrapper .slick-list .site-slide .site-slider-image-block {
                            height: auto;
                        }

                            .site-slide-height-mob-fixed .site-slick-wrapper .slick-list .site-slide .site-slider-image-block .site-slider-image {
                                height: 290px !important;
                                width: 100%;
                                object-fit: cover;
                            }
    }

    body.cms-page-is-published .hero-banner .site-slide-height-dt-cover {
        height: calc(100vh - 72px) !important;
    }

        body.cms-page-is-published .hero-banner .site-slide-height-dt-cover .site-slick-wrapper {
            height: calc(100vh - 72px) !important;
        }

            body.cms-page-is-published .hero-banner .site-slide-height-dt-cover .site-slick-wrapper .slick-list {
                height: calc(100vh - 72px) !important;
            }

                body.cms-page-is-published .hero-banner .site-slide-height-dt-cover .site-slick-wrapper .slick-list .site-slide {
                    height: calc(100vh - 72px) !important;
                }

    @media (max-width: 599px) {
        body.cms-page-is-published .hero-banner .site-slide-height-dt-cover {
            height: auto !important;
        }

            body.cms-page-is-published .hero-banner .site-slide-height-dt-cover .site-slick-wrapper {
                height: auto !important;
            }

                body.cms-page-is-published .hero-banner .site-slide-height-dt-cover .site-slick-wrapper .slick-list {
                    height: auto !important;
                }

                    body.cms-page-is-published .hero-banner .site-slide-height-dt-cover .site-slick-wrapper .slick-list .site-slide {
                        height: auto !important;
                    }
    }

    @media (max-width: 599px) {
        body.cms-page-is-published .hero-banner .site-custom-landing-banner-wrapper .site-slide-height-dt-cover,
        body.cms-page-is-published .hero-banner .site-custom-home-banner-one-wrapper .site-slide-height-dt-cover,
        body.cms-page-is-published .hero-banner .site-custom-home-banner-two-wrapper .site-slide-height-dt-cover,
        body.cms-page-is-published .hero-banner .site-custom-home-banner-three-wrapper .site-slide-height-dt-cover,
        body.cms-page-is-published .hero-banner .site-custom-home-banner-four-wrapper .site-slide-height-dt-cover {
            height: calc(100vh - 72px) !important;
        }

            body.cms-page-is-published .hero-banner .site-custom-landing-banner-wrapper .site-slide-height-dt-cover .site-slick-wrapper,
            body.cms-page-is-published .hero-banner .site-custom-home-banner-one-wrapper .site-slide-height-dt-cover .site-slick-wrapper,
            body.cms-page-is-published .hero-banner .site-custom-home-banner-two-wrapper .site-slide-height-dt-cover .site-slick-wrapper,
            body.cms-page-is-published .hero-banner .site-custom-home-banner-three-wrapper .site-slide-height-dt-cover .site-slick-wrapper,
            body.cms-page-is-published .hero-banner .site-custom-home-banner-four-wrapper .site-slide-height-dt-cover .site-slick-wrapper {
                height: calc(100vh - 72px) !important;
            }

                body.cms-page-is-published .hero-banner .site-custom-landing-banner-wrapper .site-slide-height-dt-cover .site-slick-wrapper .slick-list,
                body.cms-page-is-published .hero-banner .site-custom-home-banner-one-wrapper .site-slide-height-dt-cover .site-slick-wrapper .slick-list,
                body.cms-page-is-published .hero-banner .site-custom-home-banner-two-wrapper .site-slide-height-dt-cover .site-slick-wrapper .slick-list,
                body.cms-page-is-published .hero-banner .site-custom-home-banner-three-wrapper .site-slide-height-dt-cover .site-slick-wrapper .slick-list,
                body.cms-page-is-published .hero-banner .site-custom-home-banner-four-wrapper .site-slide-height-dt-cover .site-slick-wrapper .slick-list {
                    height: calc(100vh - 72px) !important;
                }

                    body.cms-page-is-published .hero-banner .site-custom-landing-banner-wrapper .site-slide-height-dt-cover .site-slick-wrapper .slick-list .site-slide,
                    body.cms-page-is-published .hero-banner .site-custom-home-banner-one-wrapper .site-slide-height-dt-cover .site-slick-wrapper .slick-list .site-slide,
                    body.cms-page-is-published .hero-banner .site-custom-home-banner-two-wrapper .site-slide-height-dt-cover .site-slick-wrapper .slick-list .site-slide,
                    body.cms-page-is-published .hero-banner .site-custom-home-banner-three-wrapper .site-slide-height-dt-cover .site-slick-wrapper .slick-list .site-slide,
                    body.cms-page-is-published .hero-banner .site-custom-home-banner-four-wrapper .site-slide-height-dt-cover .site-slick-wrapper .slick-list .site-slide {
                        height: calc(100vh - 72px) !important;
                    }
    }

    body.cms-page-is-in-preview-mode .hero-banner .site-slide-height-dt-cover {
        height: calc(100vh - 45px) !important;
    }

        body.cms-page-is-in-preview-mode .hero-banner .site-slide-height-dt-cover .site-slick-wrapper {
            height: calc(100vh - 45px) !important;
        }

            body.cms-page-is-in-preview-mode .hero-banner .site-slide-height-dt-cover .site-slick-wrapper .slick-list {
                height: calc(100vh - 45px) !important;
            }

                body.cms-page-is-in-preview-mode .hero-banner .site-slide-height-dt-cover .site-slick-wrapper .slick-list .site-slide {
                    height: calc(100vh - 45px) !important;
                }

    @media (max-width: 599px) {
        body.cms-page-is-in-preview-mode .hero-banner .site-slide-height-dt-cover {
            height: auto !important;
        }

            body.cms-page-is-in-preview-mode .hero-banner .site-slide-height-dt-cover .site-slick-wrapper {
                height: auto !important;
            }

                body.cms-page-is-in-preview-mode .hero-banner .site-slide-height-dt-cover .site-slick-wrapper .slick-list {
                    height: auto !important;
                }

                    body.cms-page-is-in-preview-mode .hero-banner .site-slide-height-dt-cover .site-slick-wrapper .slick-list .site-slide {
                        height: auto !important;
                    }
    }

    @media (max-width: 599px) {
        body.cms-page-is-in-preview-mode .hero-banner .site-custom-landing-banner-wrapper .site-slide-height-dt-cover,
        body.cms-page-is-in-preview-mode .hero-banner .site-custom-home-banner-one-wrapper .site-slide-height-dt-cover,
        body.cms-page-is-in-preview-mode .hero-banner .site-custom-home-banner-two-wrapper .site-slide-height-dt-cover,
        body.cms-page-is-in-preview-mode .hero-banner .site-custom-home-banner-three-wrapper .site-slide-height-dt-cover,
        body.cms-page-is-in-preview-mode .hero-banner .site-custom-home-banner-four-wrapper .site-slide-height-dt-cover {
            height: calc(100vh - 45px) !important;
        }

            body.cms-page-is-in-preview-mode .hero-banner .site-custom-landing-banner-wrapper .site-slide-height-dt-cover .site-slick-wrapper,
            body.cms-page-is-in-preview-mode .hero-banner .site-custom-home-banner-one-wrapper .site-slide-height-dt-cover .site-slick-wrapper,
            body.cms-page-is-in-preview-mode .hero-banner .site-custom-home-banner-two-wrapper .site-slide-height-dt-cover .site-slick-wrapper,
            body.cms-page-is-in-preview-mode .hero-banner .site-custom-home-banner-three-wrapper .site-slide-height-dt-cover .site-slick-wrapper,
            body.cms-page-is-in-preview-mode .hero-banner .site-custom-home-banner-four-wrapper .site-slide-height-dt-cover .site-slick-wrapper {
                height: calc(100vh - 45px) !important;
            }

                body.cms-page-is-in-preview-mode .hero-banner .site-custom-landing-banner-wrapper .site-slide-height-dt-cover .site-slick-wrapper .slick-list,
                body.cms-page-is-in-preview-mode .hero-banner .site-custom-home-banner-one-wrapper .site-slide-height-dt-cover .site-slick-wrapper .slick-list,
                body.cms-page-is-in-preview-mode .hero-banner .site-custom-home-banner-two-wrapper .site-slide-height-dt-cover .site-slick-wrapper .slick-list,
                body.cms-page-is-in-preview-mode .hero-banner .site-custom-home-banner-three-wrapper .site-slide-height-dt-cover .site-slick-wrapper .slick-list,
                body.cms-page-is-in-preview-mode .hero-banner .site-custom-home-banner-four-wrapper .site-slide-height-dt-cover .site-slick-wrapper .slick-list {
                    height: calc(100vh - 45px) !important;
                }

                    body.cms-page-is-in-preview-mode .hero-banner .site-custom-landing-banner-wrapper .site-slide-height-dt-cover .site-slick-wrapper .slick-list .site-slide,
                    body.cms-page-is-in-preview-mode .hero-banner .site-custom-home-banner-one-wrapper .site-slide-height-dt-cover .site-slick-wrapper .slick-list .site-slide,
                    body.cms-page-is-in-preview-mode .hero-banner .site-custom-home-banner-two-wrapper .site-slide-height-dt-cover .site-slick-wrapper .slick-list .site-slide,
                    body.cms-page-is-in-preview-mode .hero-banner .site-custom-home-banner-three-wrapper .site-slide-height-dt-cover .site-slick-wrapper .slick-list .site-slide,
                    body.cms-page-is-in-preview-mode .hero-banner .site-custom-home-banner-four-wrapper .site-slide-height-dt-cover .site-slick-wrapper .slick-list .site-slide {
                        height: calc(100vh - 45px) !important;
                    }
    }

    blockquote {
        background: none;
        padding: 40px;
    }

        blockquote p {
            font-size: 25px !important;
            line-height: 30px !important;
            font-family: "sangbleusans";
        }

    @media (max-width: 599px) {
        blockquote p {
            font-size: 20px !important;
            line-height: 30px !important;
        }
    }

    q {
        padding: 40px;
        font-size: 25px !important;
        line-height: 30px !important;
        font-family: "sangbleusans" !important;
    }

        q::before, q::after {
            display: none;
        }

    body:not(.cms-page-is-in-edit-mode) .site-full-width-block-wrapper .site-full-width-block, body:not(.cms-page-is-in-edit-mode) .site-full-width-block-wrapper .cms-text-feature-data > h3.cms-feature-title {
        padding-left: 190px;
        padding-right: 190px;
    }

    @media (max-width: 1499px) {
        body:not(.cms-page-is-in-edit-mode) .site-full-width-block-wrapper .site-full-width-block, body:not(.cms-page-is-in-edit-mode) .site-full-width-block-wrapper .cms-text-feature-data > h3.cms-feature-title {
            padding: 0 50px;
        }
    }

    @media (max-width: 1023px) {
        body:not(.cms-page-is-in-edit-mode) .site-full-width-block-wrapper .site-full-width-block, body:not(.cms-page-is-in-edit-mode) .site-full-width-block-wrapper .cms-text-feature-data > h3.cms-feature-title {
            padding: 0 20px;
        }
    }

    .cms-text-feature table tr {
        background: transparent;
    }

        .cms-text-feature table tr th {
            background: var(--primary-color);
        }

        .cms-text-feature table tr:nth-child(2n) {
            background: none;
        }

    table:not(.site-table-mobile) {
        white-space: normal !important;
    }

    @media (max-width: 599px) {
        table.site-table-mobile > thead > tr > td p,
        table.site-table-mobile > thead > tr > th p,
        table.site-table-mobile > tbody > tr > td p,
        table.site-table-mobile > tbody > tr > th p {
            margin: 0 0 20px !important;
        }
    }

    table.site-table-mobile-stack {
        border-collapse: collapse;
        margin: 0 0 30px;
        padding: 0;
        width: 100%;
        table-layout: fixed;
        white-space: normal;
    }

        table.site-table-mobile-stack tr {
            background-color: transparent;
            padding: 5px;
        }

    @media (max-width: 599px) {
        table.site-table-mobile-stack tr {
            border: 1px var(--primary-color) solid;
        }
    }

    @media (max-width: 599px) {
        table.site-table-mobile-stack p {
            text-align: right !important;
        }
    }

    table.site-table-mobile-stack th,
    table.site-table-mobile-stack td {
        padding: 0.625em;
        text-align: center;
    }

    table.site-table-mobile-stack th {
        font-size: 0.85em;
        letter-spacing: 0.1em;
        text-transform: uppercase;
    }

    @media (max-width: 599px) {
        table.site-table-mobile-stack {
            border-collapse: collapse;
            margin: 0;
            padding: 0;
            width: 100%;
            table-layout: fixed;
            display: table !important;
        }

            table.site-table-mobile-stack caption {
                font-size: 1.3em;
            }

            table.site-table-mobile-stack thead {
                border: none;
                clip: rect(0 0 0 0);
                height: 1px;
                margin: -1px;
                overflow: hidden;
                padding: 0;
                position: absolute;
                width: 1px;
            }

            table.site-table-mobile-stack tr {
                display: block;
                margin-bottom: 0.625em;
                background: none !important;
            }

            table.site-table-mobile-stack td {
                border-bottom: 1px solid #ddd;
                display: block;
                text-align: right !important;
            }

                table.site-table-mobile-stack td::before {
                    /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
                    content: attr(data-label);
                    float: left;
                    font-weight: bold;
                    text-transform: uppercase;
                    color: var(--primary-color);
                }

                table.site-table-mobile-stack td:last-child {
                    border-bottom: 0;
                }
    }

    table:not(.site-table-mobile) td {
        /*  min-width: 200px;*/
    }

    @media (max-width: 599px) {
        body:not(.cms-page-is-in-edit-mode) table.site-table-col-full > tbody > tr > td div {
            width: 100% !important;
        }
    }

    body:not(.cms-page-is-in-edit-mode) table.site-table-same-width {
        table-layout: fixed;
        display: table;
    }

    @media (max-width: 599px) {
        body:not(.cms-page-is-in-edit-mode) table.site-table-mobile > tbody > tr > td h1,
        body:not(.cms-page-is-in-edit-mode) table.site-table-mobile > tbody > tr > td h2,
        body:not(.cms-page-is-in-edit-mode) table.site-table-mobile > tbody > tr > td h3,
        body:not(.cms-page-is-in-edit-mode) table.site-table-mobile > tbody > tr > td p {
            margin-bottom: 10px !important;
        }
    }

    table {
        border: none;
    }

        table.site-table-accordion {
            display: table !important;
        }

            table.site-table-accordion tr {
                font-size: 16px;
                line-height: 24px;
                background: var(--color-white) !important;
                border: 1px solid #EBEEEF !important;
            }

    @media (max-width: 599px) {
        table.site-table-accordion tr {
            padding: 0 !important;
            display: table-row !important;
        }
    }

    table.site-table-accordion tr th {
        color: var(--primary-color) !important;
        text-align: left;
        background: none !important;
        font-family: "sangbleusans";
        border: none;
        text-transform: none;
    }

    table.site-table-accordion tr td {
        text-align: left;
        width: 100%;
        display: block;
    }

    table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header {
        font-size: 16px;
        line-height: 24px;
        background: var(--color-white) !important;
        border: 1px solid #EBEEEF !important;
    }

        table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header th {
            color: var(--primary-color) !important;
            text-align: left;
        }

        table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header:hover {
            background: var(--primary-color) !important;
            border: 1px solid #EBEEEF !important;
            color: var(--color-white) !important;
        }

            table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header:hover th {
                color: var(--color-white) !important;
            }

        table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header.site-tbl-accordion-header-active {
            background: var(--primary-color) !important;
            border: 1px solid #EBEEEF !important;
            color: var(--color-white) !important;
        }

            table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header.site-tbl-accordion-header-active th {
                color: var(--color-white) !important;
            }

                table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header.site-tbl-accordion-header-active th:after {
                    background: var(--color-white) !important;
                }

    .content-with-sidebar-page.custom-hide-sidebar-menu .site-sidebar-menu {
        display: none;
    }

    body.cms-page-is-in-preview-mode.custom-styleguide-page .main-content__right h6 {
        margin-bottom: 10px !important;
    }

    body.cms-page-is-in-preview-mode.custom-styleguide-page .site-main, body.cms-page-is-in-preview-mode.custom-styleguide-page .site-page-wrapper {
        overflow: visible !important;
    }

    body.cms-page-is-in-preview-mode.custom-styleguide-page .custom-styleguide-page th[id], body.cms-page-is-in-preview-mode.custom-styleguide-page .custom-styleguide-page h4[id] {
        scroll-margin-top: 45px;
    }

    .hide-left-column .main-content__left {
        display: none;
    }

    .hide-left-column .main-content__middle {
        padding-left: 0;
    }

    .error-template {
        background: #FCFCFF;
    }

        .error-template .site-error-page {
            text-align: center;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 100%;
        }

    @media (max-width: 699px) {
        .error-template .site-error-page {
            position: static;
            transform: translateY(0%);
        }
    }

    .error-template .error-msg {
        position: relative;
    }

        .error-template .error-msg .error-no {
            font-family: "sangbleusans";
            font-weight: bold;
            font-size: 300px;
            line-height: 290px;
            color: var(--primary-color);
        }

    @media (max-width: 767px) {
        .error-template .error-msg .error-no {
            font-size: 210px;
            line-height: 210px;
        }
    }

    @media (max-width: 399px) {
        .error-template .error-msg .error-no {
            font-size: 160px;
            line-height: 170px;
        }
    }

    .error-template .error-msg .error-not-found {
        font-size: 22px;
        text-transform: uppercase;
        font-weight: bold;
        color: var(--primary-color);
    }

    @media (max-width: 599px) {
        .error-template .error-msg .error-not-found {
            font-size: 30px;
            margin: 10px 0 0;
        }
    }

    .error-template .error-msg .error-desc {
        width: 100%;
        max-width: 1150px;
        margin: 50px auto 0;
        font-size: 22px;
        line-height: 35px;
        padding: 20px;
    }

    .error-template .error-buttons {
        margin: 50px 0;
    }

    @media (max-width: 599px) {
        .error-template .error-buttons {
            margin: 30px 0 50px;
        }
    }

    .error-template .error-buttons .error-social-link {
        margin: 50px 0 0;
    }

        .error-template .error-buttons .error-social-link .error-footer-social {
            display: inline-block;
            width: 60px;
            height: 60px;
            border: 1px solid #EBEEEF;
            line-height: 60px;
            margin: 0 10px;
            background: none;
            transition: all ease 0.5s;
        }

            .error-template .error-buttons .error-social-link .error-footer-social a {
                color: var(--primary-color);
                display: block;
            }

            .error-template .error-buttons .error-social-link .error-footer-social:hover {
                background: var(--footer-icon-hover);
            }

            .error-template .error-buttons .error-social-link .error-footer-social i {
                font-size: 25px;
            }

    .empty-template body.cms-user-logged .site-coming-soon-wrapper {
        height: calc(100vh - 72px);
    }

    .empty-template body.cms-user-logged.cms-page-is-in-preview-mode .site-coming-soon-wrapper {
        height: calc(100vh - 45px);
    }

    .empty-template .site-coming-soon-wrapper {
        background: linear-gradient(127deg, var(--color-white) 50%, #202020 50%);
        height: 100vh;
        max-height: 100vh;
    }

        .empty-template .site-coming-soon-wrapper .site-container {
            height: 100%;
        }

        .empty-template .site-coming-soon-wrapper .site-coming-soon-block {
            display: flex;
            justify-content: space-between;
            height: 100%;
            align-items: center;
        }

            .empty-template .site-coming-soon-wrapper .site-coming-soon-block .site-coming-soon-text {
                width: 100%;
                max-width: 650px;
            }

                .empty-template .site-coming-soon-wrapper .site-coming-soon-block .site-coming-soon-text .site-coming-soon-title {
                    font-family: "sangbleusans";
                    text-transform: uppercase;
                    font-size: 80px;
                    font-weight: bold;
                    line-height: 100px;
                    color: var(--footer-icon-hover);
                }

                .empty-template .site-coming-soon-wrapper .site-coming-soon-block .site-coming-soon-text .site-coming-soon-desc {
                    color: #000000;
                    font-size: 20px;
                    position: relative;
                    padding: 20px 0 0;
                    line-height: 35px;
                }

                    .empty-template .site-coming-soon-wrapper .site-coming-soon-block .site-coming-soon-text .site-coming-soon-desc::before {
                        content: "";
                        display: block;
                        height: 1px;
                        width: 100%;
                        position: absolute;
                        background: black;
                        top: 0;
                    }

            .empty-template .site-coming-soon-wrapper .site-coming-soon-block .site-coming-soon-image {
                text-align: right;
            }

                .empty-template .site-coming-soon-wrapper .site-coming-soon-block .site-coming-soon-image img {
                    width: 85%;
                    border-radius: 100%;
                }

    .landing-with-sidebar-page .site-main-with-sidebar .main-content__middle {
        padding: 0;
    }

    @media (min-width: 1024px) {
        .landing-with-sidebar-page .site-main-with-sidebar .main-content__right {
            padding: 0;
        }
    }

    .landing-with-sidebar-page .site-main-with-sidebar .main-content__right {
        background: transparent !important;
    }

    .news-content-template .news-content-page .site-main-wrapper .site-sub-wrapper {
        width: 100%;
        clear: both;
    }

        .news-content-template .news-content-page .site-main-wrapper .site-sub-wrapper.site-main-with-sidebar article {
            display: block;
        }

            .news-content-template .news-content-page .site-main-wrapper .site-sub-wrapper.site-main-with-sidebar article .site-sidebar {
                float: right;
                padding-left: 110px;
            }

    @media (max-width: 766px) {
        .news-content-template .news-content-page .site-main-wrapper .site-sub-wrapper.site-main-with-sidebar article .site-sidebar {
            padding: 0;
            float: none;
        }
    }

    .news-content-template .news-content-page .site-main-wrapper .site-sub-wrapper.site-main-with-sidebar article .site-main-data {
        float: left;
    }

    @media (max-width: 766px) {
        .news-content-template .news-content-page .site-main-wrapper .site-sub-wrapper.site-main-with-sidebar article .site-main-data {
            float: none;
        }
    }

    .news-content-template .news-content-page .site-main-wrapper .site-sub-wrapper.site-main-with-sidebar article .site-sidebar {
        padding-right: 0 !important;
    }

    @media (min-width: 767px) {
        .news-content-template .news-content-page .site-main-wrapper .site-sub-wrapper.site-main-with-sidebar .site-main-data {
            width: calc(100% - 560px);
        }
    }

    .search-result-page .site-search-data {
        display: flex;
        border: 1px solid var(--color-white);
    }

        .search-result-page .site-search-data .site-search-input {
            background: transparent;
            border-radius: 0;
            outline: none;
            border: 1px solid transparent;
            font-size: 16px;
            height: 46px;
            width: 100%;
            padding: 10px;
            font-family: "helvetica", sans-serif;
            background: transparent;
            height: 50px;
            color: var(--color-white);
        }

            .search-result-page .site-search-data .site-search-input::placeholder {
                color: var(--color-white);
            }

        .search-result-page .site-search-data .site-search-button {
            background: transparent !important;
            font-size: 13.33px;
            padding: 10px 25px;
            border: none;
            text-align: center;
            color: var(--color-white) !important;
            letter-spacing: 1px;
            font-weight: bold;
            text-transform: uppercase;
            border: 1px solid none !important;
            display: inline-block;
            font-family: "Roboto", sans-serif;
            border-radius: 30px;
            font-size: 0;
            padding: 0 10px;
            letter-spacing: 0;
            background: none !important;
            height: 50px !important;
            display: flex;
            align-items: center;
        }

    @media (max-width: 767px) {
        .search-result-page .site-search-data .site-search-button {
            margin-bottom: 10px;
        }
    }

    .search-result-page .site-search-data .site-search-button:focus {
        background: transparent !important;
        color: var(--color-white) !important;
        border: 1px solid none !important;
    }

    .search-result-page .site-search-data .site-search-button:hover {
        background: transparent !important;
        color: var(--text-color) !important;
        border: 1px solid none !important;
    }

    .search-result-page .site-search-data .site-search-button:hover {
        color: var(--orange-color);
    }

    .search-result-page .site-search-data .site-search-button:before {
        font-family: "site-icon" !important;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e905" !important;
        font-size: 30px;
        font-weight: bold;
    }

    .search-result-page .site-page-title-block {
        text-align: center;
        max-width: none;
        margin: 30px 0;
    }

    .search-result-page .sr-search-wrapper {
        background: #223872;
        text-align: center;
        padding: 50px;
        margin: 0 0 30px;
        position: sticky;
        top: 0;
    }

    @media (max-width: 599px) {
        .search-result-page .sr-search-wrapper {
            padding: 50px 20px;
        }
    }

    @media (max-width: 599px) {
        .search-result-page .sr-search-wrapper {
            padding: 50px 10px;
        }
    }

    .search-result-page .sr-search-wrapper .sr-search-area {
        margin: 0 auto 30px;
        max-width: 900px;
        width: 100%;
    }

    .search-result-page .sr-search-wrapper .sr-links-area a {
        margin: 0 5px;
    }

    @media (max-width: 599px) {
        .search-result-page .sr-search-wrapper .sr-links-area .site-button-primary {
            margin-bottom: 20px !important;
        }
    }

    .search-result-page #sr-wrapper .sr-title {
        margin: 40px 0 30px;
        text-align: center;
        font-size: 20px;
        letter-spacing: 1px;
    }

        .search-result-page #sr-wrapper .sr-title span {
            text-transform: uppercase;
            font-weight: bold;
        }

    .search-result-page #sr-wrapper .sr-data .sr-block {
        display: block;
        overflow: hidden;
        border-bottom: 1px dashed var(--footer-icon-hover);
        margin: 0 0 25px;
        padding: 0 0 25px;
    }

        .search-result-page #sr-wrapper .sr-data .sr-block .sr-pagename a {
            color: var(--footer-icon-hover);
            font-family: "helvetica", sans-serif;
            font-size: 20px;
        }

            .search-result-page #sr-wrapper .sr-data .sr-block .sr-pagename a:hover {
                color: var(--text-color);
            }

        .search-result-page #sr-wrapper .sr-data .sr-block .sr-link a {
            color: #999;
        }

            .search-result-page #sr-wrapper .sr-data .sr-block .sr-link a:hover {
                color: var(--text-color);
            }

        .search-result-page #sr-wrapper .sr-data .sr-block .sr-content {
            margin: 10px 0 0;
        }

            .search-result-page #sr-wrapper .sr-data .sr-block .sr-content .sr-hit {
                font-weight: bold;
                color: #000000;
            }

        .search-result-page #sr-wrapper .sr-data .sr-block .sr-tag-list {
            margin: 20px 0 0;
            color: var(--text-color);
        }

            .search-result-page #sr-wrapper .sr-data .sr-block .sr-tag-list .sr-tag {
                display: inline-block;
                margin: 0 2px 2px 0;
                background-color: #223872;
                padding: 6px 20px;
                color: var(--color-white);
                font-size: 10.67px;
                font-weight: 400;
                text-transform: uppercase;
                letter-spacing: 2px;
                white-space: nowrap;
                min-height: 40px;
                line-height: 27px;
            }
    /*# sourceMappingURL=style.css.map */