@tailwind base;
@tailwind components;
@tailwind utilities;

:root {
    --theme-primary: #6661f3;
    --theme-secondary: #E4E4E4;
}

@layer components {
    .header {
        @apply px-16;
    }

    .logo-wrap {
        @apply w-40 h-[56px] object-contain object-center;
    }
}

/* btn utility */
.btn-transparent {
    color: #000000;
    cursor: pointer;
    line-height: 16.27px;
    font-weight: 400;
    padding: 10px 20px;
    display: inline-flex;
    background: #9a999929;
    min-width: 181px;
    border-radius: 70px;
    text-align: center;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.btn-transparent:hover {
    background: #9a99999d;
    opacity: 1;
}

/*container reset reset */
[data-content-type="row"][data-appearance="contained"],
[data-content-type="row"]>div,
.columns,
.page-main {
    padding: 0;
    margin: 0;
    max-width: 100%;
    gap: 0;
}

/* container reset for all pages */
body:not(.cms-home) .page-main .container {
    max-width: 100%;
    padding: 0;
}

.page-wrapper {
    background-color: #ffffff;
}

body:not(.cms-home) .header {
    position: fixed;
}

body:not(.cms-home) .page-main {
    max-width: 1440px;
    margin-inline: auto;
    padding-inline: 20px;
    margin-top: 20px;
}

body a {
    transition: all 0.5s ease;
}

body a:not(.banner-link, [class^='btn']):hover {
    opacity: 0.6;
}

.header {
    top: 0;
    left: 0;
    background: #ffffff;
    box-shadow: 0 0 10px #0000004f;
    z-index: 1000;
}

.header .container-xl-plus {
    max-width: 1440px;
    margin-inline: auto;
}

.container {
    max-width: 1440px;
    margin: 0 auto;
}

.header .logo-wrap {
    order: 2;
}

.header-right-container {
    order: 1;
}

.menu-wrap {
    gap: 20px;
    transition: all 0.5s ease;
    translate: -100% 0;
    font-weight: 600;
    font-size: 1.625rem;
    text-transform: uppercase;
    z-index: 99;
}

.slide-open {
    translate: 0;
}

.header [data-content-type="row"]>div {
    padding: 0;
    margin: 0;
}

.leftside-content {
    gap: 20px;
    position: relative;
    z-index: 0;
}

.rightside-content,
.store-switcher-langs {
    gap: 10px;
}

.rightside-content-item a {
    white-space: pre;
}

.menu-wrap .menu-btn {
    top: 38px;
    right: 50px;
}

.switcher-lang:not(:last-child) {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-language-switcher a {
    color: #FFF !important;
    font-size: 0.875rem !important;
}

.store-switcher-langs-mobile {
    font-size: 0.75rem;
    order: 3;
}

.rightside-content .store-switcher-langs {
    display: none;
}

.logo-wrap {
    width: 200px;
    height: auto;
    object-fit: contain;
    object-position: center;
}

.banner-wrapper {
    position: relative;
    height: calc(100vh - 92px);
    margin-top: 92px;
}

.banner-wrapper img.absolute {
    top: 9.375rem;
    right: 2.25rem;
    width: 28rem;
}

.banner-wrapper video {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}


.white-logo-wrapper {
    position: absolute;
    max-width: 30vw;
    top: 8.5rem;
    right: 3.5rem;
    z-index: 100;

}

.white-logo-wrapper .white-logo {
    height: 100%;
    width: 100%;
}

.container-main.section-gradient.rounded {
    padding: 0 25px 25px 26px;
}

.banner-second.inner-main {
    padding: 5rem 4rem;
}

.banner-second.inner-main .content-subtitle {
    font-weight: 300;
}

.banner-second.inner-main .btn-gradient {
    max-width: max-content;
    min-height: 60px;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    margin: unset;
}

.banner-second.inner-main .btn-gradient span {
    margin: 0;
    padding: 0;
    width: max-content;
}

.banner-second.inner-main .btn-gradient span img {
    width: 60px;
    height: 60px;
}

section.section-empowering {
    padding-inline: 4rem;
}

.banner-third.inner-main {
    min-height: 636px;
    display: flex;
    margin: auto;
    align-items: center;
    padding-top: 6rem;
    gap: 0;
    max-width: calc(1440px - 64px);
    justify-content: space-evenly;
}

.banner-third .show_in_mobile {
    display: none;
}

body.cms-home .banner-third.inner-main {
    max-width: 1400px;
}

.empowering-img-wrapper {
    max-width: 536px;
}

.cms-home {
    .empowering-p {
        font-size: 1.563rem;
        width: 100%;
        font-weight: 300;
    }
}

.empowering-content-wrapper .content-subtitle {
    font-size: 30px;
}

.empowering-content-wrapper .content-heading {
    font-weight: 500;
    font-size: 55px;
}

.section-joinus-journey .content-heading-head {
    font-weight: 500;
    /* font-size: 3.75rem; */
}

.backdrop {
    display: none;
    background: rgba(0, 0, 0, 0.7);
    /* z-index: 1000; */
}

.backdrop.active {
    display: block;
}

.empowering-content-wrapper {
    padding-left: 3rem;

    & a {
        align-items: center;
        gap: 0.6rem;
        width: max-content;

        & span {
            text-decoration-line: underline;
        }

        & img {
            position: relative;
            bottom: 0.1rem;
            left: -0.2rem;
        }
    }

    & div {
        margin: 2rem 0;
    }
}

p.well-being-desc {
    width: 62%;
}

p.text-blob {
    max-width: 12rem;
    text-align: left;
    font-weight: bold;
    padding-top: calc(1rem + 5px);
}

p.text-white.bg-violet-600 {
    background: #9733FC;
    border-radius: 18px;
}

p.text-white.bg-cyan-300 {
    background: #497AE9;
    border-radius: 18px;
}

p.text-white.bg-green-300 {
    background: #00D6C4;
    border-radius: 18px;
}

body.cms-privacy h1.page-title {
    width: auto;
}

section.banner-fourth {
    position: relative;
    padding-left: 4rem;
    align-items: flex-start;
    display: flex;
    gap: 2rem;
    z-index: 2;
    height: 30rem;
    overflow: hidden;
    /* max-width: 1440px; */
    margin-top: 110px;
}

section.banner-fourth .banner-title {
    position: relative;
    bottom: 0;
}

section.banner-fourth .journey-right {
    width: 30rem;
    position: relative;
    padding-right: 6rem;
    bottom: 0rem;
}

section.banner-fourth .journey-right a {
    align-items: center;
    gap: 0.6rem;
}

section.banner-fourth .journey-right a span {
    text-decoration-line: underline;
}

section.banner-fourth .journey-img-wrapper {
    position: absolute;
    right: 0;
    bottom: -80px;
    z-index: -1;
    height: 100%;
    width: 50%;
}

section.banner-fourth .journey-right p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
}

section.banner-fourth .journey-right img {
    position: relative;
    bottom: 0.2rem;
}

section.banner-fourth .journey-img {
    position: absolute;
    bottom: 0;
}


@media screen and (max-width: 768px) {
    .white-logo-wrapper .white-logo {
        width: 100%;
    }

    .banner-wrapper {
        height: 310px;
        margin-top: 96px;
    }


    .banner-third .show_in_mobile {
        display: block;
    }

    .banner-third .show_in_desktop {
        display: none;
    }

    .banner-third .show_in_mobile .mobile-res {
        flex-direction: row;
        row-gap: 0.938rem;
        column-gap: 0.75rem;
        margin: 2.5rem 0 3rem;
        flex-wrap: wrap;
        width: 100% !important;
    }

    .banner-third .show_in_mobile a {
        text-decoration: underline;
    }

    .banner-third .show_in_mobile .flex img {
        top: -5px;
        position: relative;
    }

    .banner-third .show_in_mobile .mobile-res>p:first-child, .banner-third .show_in_mobile .mobile-res>p:nth-child(2), .banner-third .show_in_mobile .mobile-res>p:nth-child(3) {
        color: #ffffff;
        font-size: 15px;
        padding: 18px 15px 15px;
        max-width: 151px;
        font-weight: bold;
    }

    .section-empowering .w-1\/2 {
        width: 100%;
        margin: 0 auto;
        max-width: 100%;
    }

}

@media screen and (min-width: 1920px) {
    .container-main.section-main-banner {
        /* max-width: 1920px; */
        margin: auto;
    }

    .container-main.section-integrating {
        max-width: 1920px;
        margin: auto;
    }

    section.banner-fourth {
        max-width: 1440px;
        padding: 0;
        padding-bottom: 200px;
    }

    section.banner-fourth .journey-img {
        bottom: 0;
        position: absolute;
        object-fit: cover;
        top: 0;
    }

    section.banner-fourth .journey-img-wrapper {
        bottom: 0;
    }
}

/* CONTACT PAGE STYLES */
.form.contact,
.contact-wrap {
    padding: 20px;
}

.contact_us_right_content .message {
    padding: 0;
    box-shadow: none;
    background: transparent;
    font-weight: 400;
}

.contact_info h2 {
    font-size: 1.75rem;
    font-weight: 600;
}

.contact_info {
    margin-top: 15px;
}

@media (min-width: 768px) {

    /* CONTACT PAGE STYLES */
    .contact-wrap {
        width: 65%;
    }

    .form.contact,
    .contact-wrap {
        padding: 30px;
    }

    .contact_info h2 {
        font-size: 1.375rem;
    }

    .contact_info {
        margin-top: 30px;
    }

    .btn-transparent {
        padding: 18px 24px;
    }

    body:not(.cms-home) .page-main {
        margin-top: 40px;
        padding-inline: 40px;
    }

    .header {
        padding-inline: 40px 0;
    }

    .logo-wrap {
        width: 160px;
    }

    .header .logo-wrap {
        order: 1;
    }

    .header-right-container {
        padding-block: 32px;
        max-width: 550px;
        flex: 0 0 550px;
        order: 2;
    }

    .menu-wrap [data-content-type="row"][data-appearance="contained"] {
        padding-inline: 0;
    }

    .menu-btn,
    .store-switcher-langs-mobile {
        display: none;
    }

    .leftside-content {
        gap: 25px;
    }

    .rightside-content,
    .store-switcher-langs {
        gap: 12px;
    }

    .rightside-content .store-switcher-langs {
        display: flex;
    }

    .switcher-lang:not(:last-child)::after {
        display: none;
    }
}

@media (min-width: 1024px) {
    .logo-wrap {
        width: 200px;
    }

    body:not(.cms-home) .page-main {
        padding-inline: 64px;
    }

    .header {
        padding-inline: 64px 0;
    }

    .leftside-content {
        gap: 25px;
    }

    html[lang="th"] .leftside-content {
        gap: 3rem;
    }


    .leftside-content-item {
        position: relative;
    }

    .leftside-content-item.selected .item-link {
        font-weight: 500;
    }

    .leftside-content-item.selected::after {
        content: "";
        position: absolute;
        background: linear-gradient(145deg,
                rgba(0, 196, 226, 1) 4%,
                rgba(151, 51, 252, 1) 27%,
                rgba(0, 196, 226, 1) 60%,
                rgba(0, 247, 169, 1) 86%);
        top: 112%;
        width: 100%;
        height: 3px;
        left: 0;
        border-radius: 5px;
    }

    .header-right-container {
        max-width: 720px;
        flex: 0 0 720px;
        padding-right: 64px;
    }

    .rightside-content .store-switcher-langs {
        display: flex;
    }
}


/* BANNER.CSS */
.banner_image .pagebuilder-overlay {
    height: 60vh;
    object-fit: cover;
    object-position: center;
}

.banner {
    position: relative;
}

#html-body div.banner_content {
    padding-inline: 20px;
    border-radius: 30px;
    margin-top: 20px;
    max-width: 1440px;
    margin-inline: auto;
}

#html-body .banner_content .pagebuilder-column {
    width: 100%;
}

.banner_content>div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    flex-direction: column;
}

.banner_content_heading {
    font-size: 1.625rem;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    flex-shrink: 0;
}

.banner_content_description p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    margin-bottom: 32px;
}


@media (min-width: 768px) {

    .banner_image .pagebuilder-overlay {
        height: 75vh;
    }

    @media (orientation: landscape) {
        .banner_image .pagebuilder-overlay {
            height: 60vh;
        }
    }

    #html-body div.banner_content {
        width: 100%;
        margin-top: 40px;
        padding-inline: 40px;
    }

    .banner_content>div {
        gap: 50px;
        flex-direction: row;
    }

    .banner_content_heading {
        font-size: 1.875rem;
        font-weight: 400;
        line-height: 36px;
        text-align: left;
    }

    .banner_content_description p {
        font-size: 1rem;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
        margin-bottom: 32px;
    }

    .banner_learn_more {
        padding: 18px 24px;
    }
}

@media (min-width: 1024px) {
    .banner_image .pagebuilder-overlay {
        height: 65vh;
    }

    #html-body div.banner_content {
        max-width: 1440px;
        padding-inline: 64px;
    }

    .banner_content>div {
        gap: 135px;
    }

    .banner_content_heading {
        font-size: 2.5rem;
        font-weight: 400;
        line-height: 52px;
        text-align: left;
    }
}

@media (min-width: 1440px) {
    .banner_image .pagebuilder-overlay {
        height: 70vh;
    }

    .policies {
        padding-top: 3rem;
    }
}

/***** CSS by Amit - 23rd May 2024 ****/
.cms-page-view h2 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 1.5rem;
    font-weight: bold;
}

.cms-page-view h1 {
    text-transform: uppercase;
    color: var(--theme-primary);
}

a {
    color: #2E97E9;
}

@media (min-width: 1024px) {

    .header_navigation a,
    .store-switcher-langs a,
    .rightside-content-item a {
        font-size: 1.125rem;
        color: #000;
        text-transform: uppercase;
    }

    .store-switcher-langs {
        :is(a.switcher-lang.underline) {
            text-decoration: none;
            color: #9733FC !important;
        }
    }
}

.banner_image .pagebuilder-overlay {
    height: 60vh;
    object-fit: cover;
    object-position: center;
}

.banner {
    position: relative;
}

#html-body div.banner_content {
    padding-inline: 20px;
    border-radius: 30px;
    margin-top: 20px;
    max-width: 1440px;
    margin-inline: auto;
}

#html-body .banner_content .pagebuilder-column {
    width: 100%;
}

.banner_content>div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    flex-direction: column;
}

.banner_content_heading {
    font-size: 1.625rem;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    flex-shrink: 0;
}

.banner_content_description p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    margin-bottom: 32px;
}

.banner_learn_more {
    color: #000000;
    cursor: pointer;
    line-height: 16.27px;
    font-weight: 400;
    padding: 10px 20px;
    display: inline-flex;
    background: #9a999929;
    min-width: 181px;
    border-radius: 70px;
    text-align: center;
    justify-content: space-between;
    align-items: center;

}

.banner_learn_more::after {
    content: '';
    display: block;
    width: 18px;
    height: 9px;
}

@media (min-width: 768px) {

    .banner_image .pagebuilder-overlay {
        height: 75vh;
    }

    @media (orientation: landscape) {
        .banner_image .pagebuilder-overlay {
            height: 60vh;
        }
    }

    #html-body div.banner_content {
        width: 100%;
        margin-top: 40px;
        padding-inline: 40px;
    }

    .banner_content>div {
        gap: 50px;
        flex-direction: row;
    }

    .banner_content_heading {
        font-size: 1.875rem;
        font-weight: 400;
        line-height: 36px;
        text-align: left;
    }

    .banner_content_description p {
        font-size: 1rem;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
        margin-bottom: 32px;
    }

    .banner_learn_more {
        padding: 18px 24px;
    }
}

@media (min-width: 1024px) {
    .banner_image .pagebuilder-overlay {
        height: 65vh;
    }

    #html-body div.banner_content {
        max-width: 1440px;
        padding-inline: 64px;
    }

    .banner_content>div {
        gap: 135px;
    }

    .banner_content_heading {
        font-size: 2.5rem;
        font-weight: 400;
        line-height: 52px;
        text-align: left;
    }
}

@media (min-width: 1440px) {
    .banner_image .pagebuilder-overlay {
        height: 70vh;
    }
}

/* CARD.CSS */
#html-body .container.features_row {
    max-width: 1440px;
    padding-inline: 20px;
    margin-top: 40px;
    margin-inline: auto;
}

#html-body div.feature_card {
    background-color: #d9d9d9;
    height: 280px;
    position: relative;
    justify-content: flex-end;
    width: 100%;
}

.features_row .pagebuilder-column-line {
    gap: 20px;
    /* flex-direction: column; */
}

.feature_card p {
    font-size: 2rem;
    font-weight: 400;
    line-height: 40px;
    text-align: left;
    color: #fff;
}

.feature_card div:last-child {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding: 30px;
    background: linear-gradient(360deg, #000000a8, transparent);
}

.feature_card div:first-child {
    width: 100%;
    height: 100%;
}

.feature_card div:first-child img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

@media (min-width: 768px) {
    .features_row .pagebuilder-column-line {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    #html-body .container.features_row {
        padding-inline: 40px;
        margin-top: 60px;
    }

    #html-body div.feature_card {
        width: 48.5%;
    }
}

@media (min-width: 1024px) {
    #html-body .container.features_row {
        padding-inline: 64px;
        margin-top: 80px;
    }

    #html-body div.feature_card {
        height: 420px;
        width: 31.8%;
    }
}

/* COMING_SOON.CSS */
.coming_soon_header {
    font-size: 2.75rem;
    font-weight: 400;
    line-height: 50px;
    text-align: center;
}

.coming_soon_para {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    max-width: 866px;
    margin: 0 auto;
}

[data-content-type=row]>div.coming_soon {
    gap: 30px;
    margin: 60px 0;
    padding-inline: 20px;
}


@media (min-width: 768px) {
    .coming_soon_header {
        font-size: 4rem;
        font-weight: 400;
        line-height: 50px;
        text-align: center;
    }

    [data-content-type=row]>div.coming_soon {
        gap: 40px;
        margin: 100px 0 70px;
        padding-inline: 40px;
    }

    .coming_soon_para {
        font-size: 1.5rem;
        font-weight: 400;
        line-height: 32px;
    }
}

@media (min-width: 1024px) {
    [data-content-type=row]>div.coming_soon {
        margin: 220px 0 70px;
        padding-inline: 64px;
    }
}

/* FNF_LOGO.CSS */
.banner-link {
    display: block;
    height: 200px;
}

.banner-link img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

@media (min-width: 768px) {
    .banner-link {
        height: 300px;
    }
}

@media (min-width: 1024px) {
    .banner-link {
        height: 400px;
    }
}

/* FOOTER.CSS */
.footerbody {
    padding: 102px 166px 22px;
    background-color: #333333;
    color: #ffffff;
}

.links-list {
    gap: 12px;
    justify-content: start;
    margin-top: 20px;
}

.footerbody ul li {
    color: black;
    line-height: 20px;
    font-size: 1rem;
    font-weight: 400;
}

.footer-lower {
    margin: 30.56px auto;
    max-width: 1440px;
    padding-inline: 20px;
}

.footer .container {
    padding-inline: 20px;
}

.copyright_container {
    background: linear-gradient(30deg, rgba(0, 196, 226, 1) -58%, rgba(151, 51, 252, 1) 3%, rgba(0, 196, 226, 1) 55%, rgba(0, 247, 169, 1) 84%);
    color: #FFF;
    padding-inline: 4rem;
}

.copyright_container .copyright {
    padding-left: 0px;
}

/* footer icons */
.footer-sm-icon a {
    font-size: 1.56rem;
    line-height: normal;
}

@media screen and (max-width: 769px) {
    .footer-logo {
        margin-left: 25px;
    }

    .container.py-8.mx-auto {
        .flex {
            .md\:w-1\/2.w-full.flex.flex-wrap.pr-4 {
                left: 54%;
            }
        }
    }
}

@media screen and (min-width: 0px) and (max-width: 769px) {
    .footer-logo {
        margin: 0;
    }
}

@media (min-width: 768px) {
    .links-list {
        justify-content: flex-end;
        margin-top: 0;
    }

    .footerbody ul {
        gap: 24px;
    }

    .footer .container,
    .footer-lower {
        padding-inline: 40px;
    }
}

@media (min-width: 1024px) {
    .links-list {
        gap: 24px;
    }

    /* .footer{
            .container,.footer-lower{
                padding-inline:64px;
            }
        } */
}

/* FOOTER LOWER PART STYLES */

/* ICONS.CSS */
@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?9xe8bf');
    src: url('../fonts/icomoon.eot?9xe8bf#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?9xe8bf') format('truetype'),
        url('../fonts/icomoon.woff?9xe8bf') format('woff'),
        url('../fonts/icomoon.svg?9xe8bf#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon', sans-serif !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-tiktok:before {
    content: "\e909";
}

.icon-arrow-right2:before {
    content: "\ea3c";
}

.icon-circle-down:before {
    content: "\ea43";
}

.icon-facebook2:before {
    content: "\ea91";
}

.icon-instagram:before {
    content: "\ea92";
}

.icon-youtube:before {
    content: "\ea9d";
}

.icon-linkedin1:before {
    content: "\eac9";
}

/* PRINT.CSS */
@media print {
    .page-main {
        margin-top: 0;
        margin-bottom: 0;
    }

    .order-items .lg\:grid {
        display: grid !important;
    }

    .order-items .hidden.lg\:grid>div {
        border-bottom: 1px solid rgb(231, 231, 231);
    }

    .order-items .lg\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    }

    .order-details-items .grid-cols-1 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .order-items .lg\:hidden {
        display: none !important;
    }

    .order-items div.flex.lg\:block {
        display: block !important;
    }

    .order-items div.text-right.lg\:text-left {
        text-align: left !important;
    }

    .actions-toolbar {
        display: none !important;
    }

    .order-title a {
        display: none !important;
    }
}

/* TEXT_SECTION.CSS */
.empowering_parent {
    margin-top: 40px;
    padding-inline: 20px;
}

.empowering_header {
    font-size: 1.875rem;
    font-weight: 400;
    line-height: 36px;
    text-align: left;
}

.empowering_para {
    font-size: 1rem;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    margin-block: 20px 30px;
}

.explore_mission {
    font-size: 0.902rem;
    font-weight: 400;
    line-height: 16.79px;
    text-align: left;
}


@media (min-width: 768px) {
    .empowering_parent {
        padding-inline: 40px;
        margin-top: 60px;
    }

    .empowering_header {
        font-size: 2.5rem;
        font-weight: 400;
        line-height: 50px;
        text-align: left;
    }

    .empowering_para {
        font-size: 1.125rem;
        font-weight: 400;
        line-height: 31.5px;
        text-align: left;
        margin-block: 32px 55px;
    }
}

@media (min-width: 1024px) {
    .menu-wrap {
        position: static;
        width: 100%;
        visibility: visible;
        opacity: 1;
        translate: none;
        font-size: 1rem;
        text-transform: none;
        font-weight: 400;
    }

    .empowering_parent {
        margin-top: 73px;
        padding-inline: 0 64px;
        max-width: 1440px;
        margin-inline: auto;
    }

    .empowering_parent>* {
        max-width: 50%;
        margin-left: 50%;
    }
}

@media (min-width: 1440px) {
    .empowering_parent {
        margin-top: 73px;
        padding-inline: 64px;
        max-width: 1440px;
    }

    .copyright_container .copyright {
        padding-left: 40px;
    }
}

/*CSS for iPad.*/
@media (min-width: 768px) and (max-width: 1023px) {
    .slide-open {
        translate: 0;
        width: 100%;
        height: 100%;
        background-color: #FFF;
        flex-direction: column;
        justify-content: center;
    }

    .slide-open .leftside-content {
        flex-direction: column;
    }

    .mob-nav-container .slide-open .leftside-content {
        padding-bottom: 60px;
    }

    .menu-wrap .menu-btn {
        display: block !important;
        width: 20px;
        height: 20px;
        top: 20px;
    }

    .header .container-xl-plus {
        flex-direction: row !important;
    }

    .header-right-container {
        flex: none;
    }

    .menu-btn {
        display: block !important;
    }

    .header .logo-wrap {
        width: 7rem;
    }

    .store-switcher-langs-mobile {
        display: none;
    }

    .header .container-xl-plus {
        flex-direction: row-reverse;
    }

    #header {
        width: 100vw;
        padding-inline: 2rem;
        z-index: 1000;
    }

    .banner-wrapper img.absolute {
        width: 100px;
    }

    .container-main {
        width: 100%;
        max-width: 100%;
    }

    .banner-fourth {
        flex-direction: column;
    }

    .banner-fourth .banner-title {
        position: unset !important;
        padding: 1rem 2rem;
        width: 60%;
    }

    .banner-wrapper {
        height: 450px;
        margin-top: 96px;
    }

    .banner-fourth .journey-right {
        width: 100% !important;
        position: unset !important;
        padding: 0 2rem;
    }

    .section-fifth {
        height: auto !important;
    }

    .head-explore-flex .coming-image-div {
        padding-left: 0;
    }

    .banner-fourth .journey-img-wrapper {
        bottom: 0;
        z-index: -1;
        height: 88%;
        width: 70% !important;
        top: 6rem;
        right: 0rem !important;
        position: absolute;
    }

    .explore-para-div {
        width: 100% !important;
        padding: 0px !important;
    }

    .head-explore-flex {
        width: 100% !important;
        flex-direction: column;
        align-items: start !important;
        padding: 2rem !important;
        height: auto !important;
        gap: 2rem;
    }

    .coming-head-div {
        width: 100% !important;
        height: auto !important;
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;

    }

    .explore-container {
        flex-direction: column;
    }

    .banner-first-res {
        margin-bottom: 3rem;
    }

    .empowering-img {
        margin: 2rem auto 4rem;
    }

    .inner-main {
        max-width: 92% !important;
        width: 100%;
        padding: 0.7rem;
        flex-direction: column;
    }

    section.section-empowering {
        padding-inline: 0;
        padding-top: 4rem;
    }

    .banner-third.inner-main {
        flex-direction: column-reverse;
        align-items: start;
        padding-top: 3rem;
        flex-wrap: wrap;
    }

    .empowering-content-wrapper {
        padding-left: 20px;
        width: 100%;
    }


    section.banner-fourth {
        padding-left: 0 !important;
        height: 70vw;
        gap: 0;
        align-items: flex-start;
    }

    .store-switcher-langs-mobile {
        display: none;
    }

    .copyright_container .copyright {
        padding-left: 0px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
    .cms-home .banner-wrapper {
        margin-top: 51px;
    }
}

/** Css for iPad Pro */
@media (min-width: 1023px) and (max-width: 1365px) {
    .header {
        padding-inline: initial;
    }

    .header .container-xl-plus {
        max-width: 100%;
        width: 100%;
        padding: 0rem 2rem;
    }

    .section-joinus-journey .content-heading-head {
        font-size: 2.5rem;
        line-height: 2.8rem;
    }

    section.banner-fourth {
        padding: 0rem 2rem;
    }

    #sitemaplink {
        margin-left: 2rem;
    }

    .footer-address-wrapper {
        width: 70% !important;
    }

    .footer-contact-us-wrapper {
        width: 62% !important;
        margin-top: 4rem;
    }

    .address-main-div {
        padding-top: 0rem;
    }

    .policies {
        padding-top: 2rem;
    }

    .page-footer .store-switcher-langs a {
        color: #FFF;
    }

    .inner-main {
        max-width: 96% !important;
    }

    .banner-third.inner-main {
        padding: 3rem 0rem;
    }

    section.section-empowering {
        padding-inline: 0;
    }

    .empowering-img-wrapper {
        max-width: 372px;
    }

    .empowering-content-wrapper {
        padding-left: 4rem;
        padding-top: 4rem;
    }

    p.well-being-desc {
        width: 90%;
    }

    .banner-second.inner-main {
        padding: 5rem 2rem;

    }

    .banner-second.inner-main .banner-first-res {
        padding-top: 4rem;
    }

    .footer-wrapper {
        justify-content: space-between;
        padding: 2rem 2rem 0;
    }
}


/*** Footer CSS ***/

/* ----------------------- footer ------------------------------ */
/* footer.phtml */
.footer-wrapper {
    justify-content: space-evenly;
}

.footer-address-wrapper {
    display: flex;
    width: auto;
    justify-content: space-between;
}

/* footer-logo block */
.logo-width {
    width: 25%;
}

.address-main-div {
    width: 35%;
}

.footer-contact-us-wrapper {
    width: 35rem;
    display: flex;
    flex-direction: column;
    align-items: end;


}

@media screen and (max-width: 1024px) {
    .footer-contact-us-wrapper {
        align-items: start;
        margin: unset;
    }
}

.gap-13 {
    gap: 13px;
}

#sitemaplink {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 300;
}

.footer-child-sections {
    width: 103%;
    justify-content: end;
    flex-wrap: wrap;
}

.footer-child-sections a {
    font-weight: 500;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .address-main-div {
        padding-block: 0;
        width: 100%;
        margin: unset;
    }

    .footer-child-sections {
        justify-content: flex-start;
    }

    .section-gradient.rounded {
        background: linear-gradient(66deg, rgba(0, 196, 226, 1) -22%, rgba(151, 51, 252, 1) 4%, rgba(0, 196, 226, 1) 61%, rgba(0, 247, 169, 1) 89%) !important;
    }

    .cms-privacy .section-gradient.rounded,
    .cms-data-privacy-policy .section-gradient.rounded,
    .cms-lawful-basis .section-gradient.rounded,
    .cms-customer-privacy .section-gradient.rounded,
    .cms-business-partner-privacy .section-gradient.rounded,
    .cms-privacy-notice .section-gradient.rounded,
    .cms-car-park-privacy .section-gradient.rounded,
    .cms-training-privacy .section-gradient.rounded,
    .cms-event-exhibition-tradeshow-privacy .section-gradient.rounded,
    .cms-reception-privacy .section-gradient.rounded,
    .cms-parking-lot-at-oil-lube-storage-privacy .section-gradient.rounded,
    .cms-privacy-notice-for-agm-shareholder .section-gradient.rounded,
    .cms-cookies .section-gradient.rounded {
        background:transparent !important;

    }
}

@media (max-width: 768px) {
    .address-main-div span {
        margin: 0;
        font-family: 'aktiv_grotesk_thai';
        font-size: 1.125rem;
        font-weight: 400;
        line-height: 30px;
        text-align: left;
        /* align-items: start; fz */
    }

    .header-right-container {
        padding-block: 32px;
        max-width: 550px;
    }

    .copyright_container .copyright {
        padding-left: 0px;
    }

    .copyright_container {
        padding-inline: 2rem;
    }

    .copyright_container .inner-main {
        margin: 0px;
        padding: 0.7rem 0;
    }

    .footer-address-wrapper {
        flex-direction: column;
        width: 100%;
    }

    .footer-child-sections a {
        font-size: 0.75rem;
        margin-block: 5px;
        margin-left: 0;
    }

    .footer-layout a {
        margin-inline: 0;
    }

    #sitemaplink {
        font-size: 1.125rem;
        font-weight: 400;
    }

    .address-icon {
        margin-top: 0;
    }

    .logo-width {
        width: 100%;
        margin-bottom: 0;
    }

    .address-main-div {
        width: 100%;
        margin: 0;
        padding-block: 0.5rem;
    }

    .footer-contact-us-wrapper {
        width: 100%;
        align-items: flex-start;
        margin-top: unset;
        margin-bottom: 0;
    }

    .footer-child-sections {
        width: 100%;
        margin: 0;
        flex-wrap: wrap;
        justify-content: unset;
        gap: 12px;
    }

    .policies {
        padding: 30px 48px;
        flex-wrap: wrap;
        gap: 20px;
    }

    .inner-main {
        padding-inline: 30px;
    }

    .footer-wrapper {
        padding-inline: 3rem;
    }

    .address-details img {
        width: 1.375rem;
        height: 1.375rem;
        position: relative;
        top: -5px;
    }

    .copyright_container {
        padding: 0 0 0 2rem;
        margin: 0;
    }

    .copyright_container .inner-main {
        padding: 0;
    }
}

/*** End of footer css ***/
/** Home Page Banners CSS ***/
/* RESPONSIVE STYLES FOR HOMEPAGE */

@media screen and (max-width: 768px) {
    #header {
        width: 100vw;
        padding: 0 2rem;
    }

    .header .container-xl-plus {
        flex-direction: row-reverse;
    }

    .header .logo-wrap {
        width: 7rem;
    }

    .store-switcher-langs-mobile {
        display: none;
    }

    button.menu-btn {
        scale: 0.5;
    }

    .menu-wrap .menu-btn {
        top: 9px;
        right: 20px;
    }

    section.container-main {
        width: 100%;
        padding: 0;
        position: relative;
    }

    .container-main.section-gradient.rounded {
        padding: 0 11px 11px;
        position: relative;
    }

    .white-logo-wrapper {
        position: absolute;
        top: 2rem;
        right: 2rem;
        max-width: 10.5rem;
    }

    /* After Banner Block Styles */
    .banner-second.inner-main {
        padding: 0;
    }

    .banner-second.inner-main img {
        max-width: 450px;
        margin: 0 auto;
    }

    .banner-second.inner-main .btn-gradient span img {
        width: 50px;
        height: 50px;
    }

    h2.content-heading {
        font-size: 1.56rem;
        line-height: unset;
    }

    p.content-subtitle {
        font-size: 1.125rem;
        line-height: unset;
    }

    .banner-second.inner-main .content-subtitle {
        font-weight: 400;
    }

    .banner-third.inner-main {
        flex-direction: column-reverse;
        gap: 3rem;
        margin-top: 2.5rem;
        padding-inline: 2.625rem;
        padding-top: 3rem;
    }

    .empowering-content-wrapper {
        padding-left: unset;
    }

    .empowering-img-wrapper {
        min-width: unset;
    }

    /* Journey Block Styles */
    section.banner-fourth {
        flex-direction: column;
        align-items: start;
        gap: 1.75rem;
        height: unset;
        padding: 4rem 0 0;
        margin-top: 1rem;
    }

    section.banner-fourth .banner-title {
        position: unset;
        padding-inline: 2.625rem;
        display: flex;
        flex-wrap: wrap;
        row-gap: 0;
        column-gap: 1rem;
    }

    section.banner-fourth .banner-title .content-heading {
        font-weight: bold;
        line-height: 1;
    }


    section.banner-fourth .journey-right {
        width: unset;
        position: unset;
        padding-inline: 2.625rem;
    }

    section.banner-fourth .journey-right p {
        line-height: 30px;
        font-size: 1.125rem;
        margin-bottom: 2rem;
        font-weight: 300;
    }


    section.banner-fourth .journey-img-wrapper {
        position: relative;
        top: 0;
        width: unset !important;
        right: 0 !important;
    }

    section.banner-fourth .journey-img {
        position: unset;
    }
}

/**** Homepage Banner CSS ****/
/**** Journey CSS ***/
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.section-fifth {
    width: 100%;
    /* min-height: 240px; */

}

.coming-head-div {
    width: 28%;
    /* min-height: 240px; */
    font-size: 4.063rem;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
    padding-right: 4rem;
}

html[lang="th"] .coming-head-div {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}


.explore-container {
    background-color: #6A2FEA;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.coming-image-div {
    width: 25%;
    text-align: center;
}

.coming-soon-fnf-logo {
    height: 120px;
}

.explore-para-div {
    width: 70%;
    margin: auto;
    padding-left: 1rem;
    color: #ffffff;
}

.head-explore-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00AA4D;
    width: 85%;
    /* min-height: 240px; */
    padding: 2.75rem 3.75rem;
}

.explore-para {
    font-size: 1.563rem;
    color: #ffffff;
}

@media (min-width: 768px) and (max-width: 1560px) {
    .coming-soon-fnf-logo {
        height: auto;
    }
}

@media screen and (max-width: 768px) {
    .section-fifth {
        height: auto;
    }

    .coming-head-div {
        width: 100%;
        margin: 0 auto;
        /* height: 90px; */
        font-size: 2.188rem;
        padding-left: 3.188rem;
        flex-direction: row;
        gap: 0.75rem;
        align-items: center;
        justify-content: start;
        padding-bottom: 25px;
        padding-top: 33px;
        line-height: 58px;
    }

    html[lang="th"] .coming-head-div {
        flex-direction: row;
        align-items: start;
        justify-content: start;
        gap: 1rem;
    }


    .explore-container {
        flex-direction: column;
    }

    .coming-image-div {
        width: 100%;
        text-align: left;
        padding: 0;
    }

    .head-explore-flex {
        flex-direction: column;
        width: 100%;
        height: auto;
        padding: 4.125rem 2.688rem 5.625rem 3.188rem;
        gap: 2.5rem;
    }

    .explore-para {
        font-size: 1.125rem;
        line-height: 30px;
    }

    .explore-para-div {
        width: 100%;
        margin: 0;
        padding: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .coming-head-div {
        padding-inline: 2rem;
        font-size: 2.188rem;
        align-items: flex-start;
    }

    html[lang="th"] .coming-head-div {
        flex-direction: row;
        align-items: start;
        justify-content: start;
        gap: 1rem;
    }

}

@media screen and (min-width: 1024px) and (max-width: 1366px) {
    .coming-head-div {
        display: flex;
        flex-direction: column;
        align-items: end;
        justify-content: end;
        flex-wrap: wrap;
        padding: 0 3rem 0 0;
        font-size: 4.063rem;
        width: 30%;
    }

    .copyright_container {
        padding-inline: 2rem;
    }
}

/***** Journey CSS *****/
/***** Footer New CSS ****/
.footer.content {
    background-color: #333;
}

.footer.content section.container-main {
    background-color: #333;
}


.sitemap img {
    display: none;
}

.sitemap {
    cursor: pointer;
}

.sitemap.uparrow .my-2,
.sitemap .my-2 {
    background-image: url('../images/up-caret.png');
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    margin-top: 0;
    scale: 0.7;
    transform: rotate(180deg);
    background-size: 14px 9px;
}

.sitemap.downarrow .my-2 {
    background-image: url('../images/down-caret.png');
    background-repeat: no-repeat;
    width: 16px;
    height: 14px;
}

.copyright span {
    font-size: 0.75rem;
}

/*** Contact Us Page CSS ****/

body.contact-index-index .page-main {
    margin-top: 0;
}

body.contact-index-index .page-main .section-gradient {
    background: transparent;

}



@media (max-width: 1023px) {
    .contact-index-index .custom-gradient-wrapper {
        top: 3rem !important;
        position: absolute;
        padding: 0px !important;
        background: transparent;
    }

    body.contact-index-index {
        display: inline-block;
    }

    .contact-index-index #header {
        width: 100%;
    }

    .contact-index-index .title-wrapper {
        padding-top: 0px;
    }

    .contact-index-index .title-wrapper .container {
        margin-bottom: 0px;
    }

    .contact-index-index .contact_main_container {
        flex-direction: column;
    }

    .contact-index-index h1.page-title {
        font-size: 1.5rem;
    }

    .contact-index-index .contact-wrap {
        padding: 0px;
        width: 100%;
    }

    .contact-index-index .contact_info p {
        font-size: 0.875rem;
    }

    .contact-index-index .form.contact {
        padding: 0px;
    }

    .contact-index-index .address .info,
    .contact-index-index .contact_info .contact_details p {
        width: 84% !important;
    }

    /*.cms-data-privacy-policy .selected::after{*/
    /*    background: transparent;*/
    /*}*/
    /*.cms-lawful-basis .selected::after{*/
    /*    background: transparent;*/
    /*}*/
    /*.cms-customer-privacy .selected::after{*/
    /*    background: transparent;*/
    /*}*/
    /*.cms-business-partner-privacy .selected::after{*/
    /*    background: transparent;*/
    /*}*/
    /*.cms-privacy-notice .selected::after{*/
    /*    background: transparent;*/
    /*}*/
    /*.cms-car-park-privacy .selected::after{*/
    /*    background: transparent;*/
    /*}*/
    /*.cms-training-privacy .selected::after{*/
    /*    background: transparent;*/
    /*}*/
    /*.cms-event-exhibition-tradeshow-privacy .selected::after{*/
    /*    background: transparent;*/
    /*}*/
    /*.cms-reception-privacy .selected::after{*/
    /*    background: transparent;*/
    /*}*/
    /*.cms-parking-lot-at-oil-lube-storage-privacy .selected::after{*/
    /*    background: transparent;*/
    /*}*/
    /*.cms-privacy-notice-for-agm-shareholder .selected::after{*/
    /*    background: transparent;*/
    /*}*/
}

@media (min-width: 1024px) {
    .contact-index-index .custom-gradient-wrapper {
        position: absolute;
        top: -2rem;
        width: 50%;
        background: transparent;
    }

    .contact-index-index .address .info,
    .contact-index-index .contact_info .contact_details p {
        width: 84% !important;
        font-size: 1.375rem !important;
    }
}

@media (min-width: 1366px) {
    .contact-index-index.custom-gradient-wrapper.section-gradient {
        position: absolute;
        background: transparent;
        width: 50%;
    }
}

.contact-index-index .title-wrapper {
    background-color: transparent;
}

.contact-index-index .banner_wrapper img {
    width: 99%;
}

.contact-index-index .message {
    flex-direction: column;
}

.contact-index-index .message p {
    font-size: 2rem;
    width: 100%;
    font-weight: bold;
    color: #333;
}

.contact-index-index .contact_info h2 {
    font-size: 1.25rem;
    color: #333;
    text-transform: uppercase;
    font-weight: lighter;
    margin-bottom: 1.5rem;
}

.contact-index-index .address::before {
    content: "";
    background-image: url('../images/icon_address.png');
    background-repeat: no-repeat;
    width: 39px;
    height: 39px;
    background-position: left top;
    display: block;
}

.contact-index-index .address,
.contact-index-index .contact_details {
    display: flex;
    gap: 1.5rem;
    align-items: start;
}

textarea#comment {
    max-height: 7.5rem;
}

.contact-index-index .contact_details {
    align-items: center;
}

.contact-index-index .address .info,
.contact-index-index .contact_info .contact_details p {
    width: 90%;
    float: right;
    font-size: 1rem;
    font-weight: 400;
}

.contact-index-index .contact_info {
    clear: both;
}

.contact-index-index .contact_info .contact_details::before {
    content: "";
    background-image: url('../images/email_icon.png');
    background-repeat: no-repeat;
    width: 39px;
    height: 39px;
    background-position: left top;
    display: block;
}

.contact-index-index .contact_info .contact_details a {
    color: #000;
}

.contact-index-index #maincontent {
    padding-bottom: 5rem;
}

input {
    height: 50px;
}

input,
textarea {
    background-color: #F8F8F8 !important;
    border: solid 1px #D4D4D4 !important;
    border-radius: 10px !important;
    font-size: 17px !important;
    font-weight: 400;
    font-family: 'aktiv_grotesk_thai';
}

button.action {
    background-color: #2E97E9;
    border-radius: 25px;
    min-width: 180px;
    float: right;
    height: 4.25rem;
    width: 12rem;
    scale: 0.8;
}

button.action span {
    font-size: 1.375rem;
    text-transform: uppercase;
    color: #FFF;
    width: 100%;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 2rem;
    padding-top: 5px;
}

button.action span::after {
    content: "";
    background-image: url(../images/button.png);
    background-repeat: no-repeat;
    width: 58px;
    height: 55px;
    display: block;
    float: right;
    position: relative;
    right: 0.5rem;
}

/*** Privacy Policy Page ****/
.cms-privacy .title-wrapper {
    padding-top: 0px;
    /* box-shadow: none; */
}

.cms-page-view .container-main.section-gradient {
    background: transparent;
    padding: 0 25px 25px 0px;
}

.cms-page-view .sidebar {
    width: 84%;
}

.dpp-sidebar-ul .dpp-sidebar-li {
    margin-bottom: 1rem;
}

.dpp-sidebar-ul a {
    font-size: 1.125rem;
    color: #333;
}

.cms-page-view.page-layout-2columns-left .columns {
    padding-bottom: 5rem;
}

.cms-page-view.page-layout-2columns-left .container-main.section-gradient.rounded {
    padding: 0 25px 25px 0px;
}

.cms-page-view.page-layout-2columns-left .dpp-summary {
    cursor: pointer;
}

.cms-page-view.page-layout-2columns-left li.selected {
    font-weight: bold;
    list-style: outside;
}

.cms-page-view.page-layout-2columns-left h1.page-title {
    line-height: 62px;
    font-size: 3.5rem;
}

.cms-page-view.page-layout-2columns-left .dpp-container,
.cms-page-view.page-layout-2columns-left .lawful-container {
    background-color: #FFF;
    padding: 1rem 2rem;
    width: 96%;
    margin: 1rem auto;
    height: 610px;
    overflow-y: auto;
    font-size: 1.125rem;
    font-weight: 300;
}


.cms-privacy .title-wrapper,
.cms-data-privacy-policy .title-wrapper,
.cms-lawful-basis .title-wrapper,
.cms-customer-privacy .title-wrapper,
.cms-business-partner-privacy .title-wrapper,
.cms-privacy-notice .title-wrapper,
.cms-car-park-privacy .title-wrapper,
.cms-training-privacy .title-wrapper,
.cms-event-exhibition-tradeshow-privacy .title-wrapper,
.cms-reception-privacy .title-wrapper,
.cms-parking-lot-at-oil-lube-storage-privacy .title-wrapper,
.cms-privacy-notice-for-agm-shareholder .title-wrapper,
.cms-cookies .title-wrapper {
    border-radius: 0px;
    box-shadow: none;
}

.cms-privacy .column.main,
.cms-data-privacy-policy .column.main,
.cms-lawful-basis .column.main,
.cms-customer-privacy .column.main,
.cms-business-partner-privacy .column.main,
.cms-privacy-notice .column.main,
.cms-car-park-privacy .column.main,
.cms-training-privacy .column.main,
.cms-event-exhibition-tradeshow-privacy .column.main,
.cms-reception-privacy .column.main,
.cms-parking-lot-at-oil-lube-storage-privacy .column.main,
.cms-privacy-notice-for-agm-shareholder .column.main {
    max-height: 650px;
    padding-bottom: 35px;
}

/* .cms-privacy .column.main .dpp-container,
.cms-data-privacy-policy .column.main .dpp-container,
.cms-lawful-basis .column.main .dpp-container,
.cms-customer-privacy .column.main .dpp-container,
.cms-business-partner-privacy .column.main .dpp-container,
.cms-privacy-notice .column.main .dpp-container,
.cms-car-park-privacy .column.main .dpp-container,
.cms-training-privacy .column.main .dpp-container,
.cms-event-exhibition-tradeshow-privacy .column.main .dpp-container,
.cms-reception-privacy .column.main .dpp-container,
.cms-parking-lot-at-oil-lube-storage-privacy .column.main .dpp-container,
.cms-privacy-notice-for-agm-shareholder .column.main .dpp-container,
.cms-privacy .column.main .lawful-container,
.cms-data-privacy-policy .column.main .lawful-container,
.cms-lawful-basis .column.main .lawful-container,
.cms-customer-privacy .column.main .lawful-container,
.cms-business-partner-privacy .column.main .lawful-container,
.cms-privacy-notice .column.main .lawful-container,
.cms-car-park-privacy .column.main .lawful-container,
.cms-training-privacy .column.main .lawful-container,
.cms-event-exhibition-tradeshow-privacy .column.main .lawful-container,
.cms-reception-privacy .column.main .lawful-container,
.cms-parking-lot-at-oil-lube-storage-privacy .column.main .lawful-container,
.cms-privacy-notice-for-agm-shareholder .column.main {
    height: 620px;
    overflow-y: scroll;
} */




@media screen and (max-width: 1023px) {

    .cms-privacy .column.main,
    .cms-data-privacy-policy .column.main,
    .cms-lawful-basis .column.main,
    .cms-customer-privacy .column.main,
    .cms-business-partner-privacy .column.main,
    .cms-privacy-notice .column.main,
    .cms-car-park-privacy .column.main,
    .cms-training-privacy .column.main,
    .cms-event-exhibition-tradeshow-privacy .column.main,
    .cms-reception-privacy .column.main,
    .cms-parking-lot-at-oil-lube-storage-privacy .column.main,
    .cms-privacy-notice-for-agm-shareholder .column.main {
        padding-bottom: unset;
    }
}

.store-switcher-langs {
    :is(a.switcher-lang.underline) {
        text-decoration: none;
        color: #9733FC !important;
    }
}

.cms-page-view.page-layout-1column .columns {
    margin-bottom: 5rem;
}

.cms-page-view.page-layout-2columns-left .column.main,
.cms-page-view.page-layout-1column .columns {
    background: linear-gradient(145deg, rgba(0, 196, 226, 1) 4%, rgba(151, 51, 252, 1) 27%, rgba(0, 196, 226, 1) 60%, rgba(0, 247, 169, 1) 86%);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.cms-page-view.page-layout-1column .column.main {
    background-color: #FFF;
    margin: 0;
    height: 100%;
}

#mobile_privacy_menu {
    display: none;
}

.dpp-sidebar-container {
    display: block;
}

@media (max-width: 1023px) {
    .cms-page-view .columns {
        display: flex;
        flex-direction: column;
    }

    .cms-page-view .columns .column.main {
        order: 2;
    }

    .cms-page-view.page-layout-1column .column.main {
        margin: 0;
    }

    .cms-page-view .columns .sidebar {
        order: 1;
        margin-bottom: 2rem;
        width: 100%;
    }

    .cms-page-view .title-wrapper .container {
        margin-bottom: 1rem;
    }

    div#mobile_privacy_menu::after {
        float: right;
        content: "";
        background-image: url('../images/policy_down_arrow.png');
        width: 24px;
        height: 24px;
        rotate: 0deg;
    }

    div#mobile_privacy_menu.uparrow::after {
        rotate: 180deg;
    }

    .dpp-sidebar-container {
        display: none;
    }

    #mobile_privacy_menu {
        margin-bottom: 0.5rem;
        min-height: 30px;
        display: block;
        font-size: 1.125rem;
    }

    .dpp-heading-para {
        font-size: 1.813rem !important;
    }
}

@media (max-width: 767px) {
    #mobile_privacy_menu,
    .dpp-sidebar-container,
    .cms-cookies .column.main {
        padding-inline: 1.375rem;
    }
}


/*fs*/

.block-static-block .section-gradient {
    max-width: 1920px;
    margin-inline: auto;
    background: linear-gradient(145deg, rgba(0, 196, 226, 1) 4%, rgba(151, 51, 252, 1) 27%, rgba(0, 196, 226, 1) 60%, rgba(0, 247, 169, 1) 86%);
    padding: 0 25px 25px 26px;
    margin-bottom: 2rem;
    overflow: hidden;
}

.block-static-block .section-gradient img {
    position: relative;
    top: -6px;
    height: calc(100% + 6px);
    width: 100%;
}


.contact-index-index h1.page-title {
    top: 15vw;
}


@media screen and (max-width: 768px) {

    .contact-index-index #maincontent {
        padding-bottom: unset;
        padding-inline: 2rem;
    }

    .contact-index-index h1.page-title {
        font-size: 2rem;
        top: 12vw;
    }


    .banner-second.inner-main .btn-gradient {
        font-size: 15px;
        border-radius: 18px;
        min-height: 50px;
    }

    .block-static-block .section-gradient {
        padding: 0 11px 11px 11px;
        margin-bottom: 0;
    }

    .block-static-block .section-gradient img {
        top: 0;
        height: 15rem;
        object-fit: cover;
        box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
        border-radius: 0px 0px 30px 30px;
        object-position: right;
    }


    .contact-index-index .message p {
        font-size: 1.563rem;
    }

    .contact-index-index .message {
        margin-bottom: 0;
        padding: 0;
    }

    .contact-index-index .contact_info h2,
    .contact-index-index .contact_info p,
    .contact-index-index .contact_info .contact_details p {
        font-size: 1.125rem;
    }

    .form.contact {
        margin-top: 2rem;
        width: 100%;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1440px) {
    .contact-index-index h1.page-title {
        top: 15vw;
        position: relative;
    }

    .items {
        position: absolute;
        left: 6.2rem;
        top: 5.5rem;
        z-index: 999;
    }

    .cms-home section.banner-fourth {
        margin-top: 0px;
        padding-left: 3rem;
        height: 37rem;
    }

    .cms-home section.banner-fourth .journey-img-wrapper {
        bottom: -40px;
    }

    .cms-home section.banner-fourth .banner-title {
        margin-top: 8%;
    }

    .cms-home section.banner-fourth .journey-right {
        padding-right: 1rem;
        padding-left: 0rem;
        width: 28rem;
        margin-top: 8%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .block-static-block .section-gradient {
        padding: 0 11px 11px 11px;
        margin-bottom: 2rem;
    }

    .block-static-block .section-gradient img {
        top: -4px;
    }

    .contact-index-index h1.page-title {
        font-size: 2.813rem;
        position: relative;
        top: 16vw;
    }

}

/*** Privacy Policy Page ****/
/*** FNF Coming Soon **/
.cms-fnf-coming-soon .column.main {
    background: transparent !important;
    width: 100% !important;
    padding: 0;
}

.cms-fnf-coming-soon #maincontent {
    margin-top: 0;
    padding-inline: 0;
    max-width: unset;
}

/*** FNF Coming Soon **/

/***** Footer New CSS ****/
/***** About Us CSS ****/
/* ABOUT US PAGE STYLES */

body.cms-about-us {
    padding: 0;
}

body.cms-about-us .page-main {
    margin: auto;
    max-width: 100%;
    padding: 0;
}

body.cms-about-us .page-main .container-main.section-gradient.custom-gradient-wrapper {
    border-radius: 0;
    background: linear-gradient(145deg, rgba(0, 196, 226, 1) 4%, rgba(151, 51, 252, 1) 27%, rgba(0, 196, 226, 1) 60%, rgba(0, 247, 169, 1) 86%);
    padding: 0 25px 25px 25px;
    border-radius: 0 0 30px 30px;
}

body.cms-about-us .title-wrapper {
    border-radius: 0 0 30px 30px;
}

body.cms-about-us .page-main .columns {
    padding: 0;
    background: unset;
    margin-bottom: 0;
}

body.cms-about-us .page-main .columns .column.main {
    width: unset;
    height: unset;
    padding: 0;
    margin: 0;
}


body.cms-about-us .page-main .container {
    padding: 6rem 8rem 0;
    gap: 3rem;
    margin-bottom: 0;
}


body.cms-about-us .page-main .items {
    top: 8rem;
}

.title-wrapper {
    padding-top: 4rem;
    background-color: #ffffff;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.16);
}

.title-wrapper .container {
    flex-wrap: nowrap;
    margin-bottom: 3rem;
}

.items {
    position: absolute;
    left: 10rem;
    top: 8rem;
}

.house-icon {
    padding-right: 10px;
    height: 15px;
}

h1.page-title {
    width: 114rem;
    display: flex;
    align-items: start;
    position: relative;
    top: 2rem;
    color: #000;
    font-weight: 400;
    font-size: 5rem;
    line-height: 1;
}


body.cms-about-us h1.page-title {
    top: 4px;
}

body.cms-join-us h1.page-title {
    font-size: 5rem;
}

.title-secondary-text p {
    font-size: 1.563rem;
    font-weight: 300;
    line-height: 2.625rem;
}

.title-secondary-text h4 {
    font-size: 2.25rem;
    font-weight: 300;
    line-height: 3.375rem;
    margin-top: 2.25rem;
}



.cms-privacy h1.page-title,
.cms-data-privacy-policy h1.page-title,
.cms-lawful-basis h1.page-title,
.cms-customer-privacy h1.page-title,
.cms-business-partner-privacy h1.page-title,
.cms-privacy-notice h1.page-title,
.cms-car-park-privacy h1.page-title,
.cms-training-privacy h1.page-title,
.cms-event-exhibition-tradeshow-privacy h1.page-title,
.cms-reception-privacy h1.page-title,
.cms-parking-lot-at-oil-lube-storage-privacy h1.page-title,
.cms-privacy-notice-for-agm-shareholder h1.page-title {
    margin-top: 2rem;
    width: unset;
}

.cms-cookies .title-wrapper {
    padding-top: 3rem;
}

.cms-privacy .columns,
.cms-data-privacy-policy .columns,
.cms-lawful-basis .columns,
.cms-customer-privacy .columns,
.cms-business-partner-privacy .columns,
.cms-privacy-notice .columns,
.cms-car-park-privacy .columns,
.cms-training-privacy .columns,
.cms-event-exhibition-tradeshow-privacy .columns,
.cms-reception-privacy .columns,
.cms-parking-lot-at-oil-lube-storage-privacy .columns,
.cms-privacy-notice-for-agm-shareholder .columns {
    margin-top: 35px;
}


.about-us-banner-wrapper {
    position: relative;
    width: 100%;
    margin-top: -30px;
    background: url("../images/back_sky.jpg");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    margin: 200px 0 10px;
    height: 556px;
}

.banner-foreground {
    width: 787px;
    position: absolute;
    top: -195px;
    right: -26px;
}

.about-us-banner-orhw-wrapper {
    padding: 10rem 8rem;
}

.about-us-banner-orhw-wrapper h3 {
    font-size: 3.125rem;
    line-height: 2.188rem;
    margin-bottom: 1.875rem;
}

.about-us-banner-orhw-wrapper p {
    font-size: 1.563rem;
    font-weight: 300;
}

.about-us-banner-img {
    position: absolute;
    right: -9px;
    bottom: 0;
}

@media screen and (min-width: 1920px) {
    body.cms-about-us .page-main {
        max-width: 1920px;
        margin: auto;
    }

    body.cms-about-us .items {
        top: 8rem;
    }

}

@media screen and (max-width: 4520px) {
    body.cms-about-us .items {
        padding-left: calc((100% - 1920px) / 2);
    }

    body.cms-join-us .items {
        padding-left: calc((100% - 1920px) / 2);
    }

    body.contact-index-index .items {
        padding-left: calc((100% - 1920px) / 2);
    }

}

/* OUR VISION STYLES */

.about-us-vision, .about-us-mission {
    padding: 7rem 9.563rem;
    display: flex;
    gap: 8rem;
    align-items: center;
}

.vision-content, .mission-content {
    position: relative;
    max-width: 60%;
}

.vision-content h1, .mission-content h1 {
    font-size: 5rem;
    color: #000000;
    font-weight: 500;
}

.vision-content p, .mission-content p {
    font-size: 2rem;
    margin: 1rem 0;
    font-weight: 300;
    line-height: 45px;
}

.vision-content .bold, .mission-content .bold {
    font-weight: 500;
}

.vision-img-wrapper, .mission-img-wrapper {
    max-width: 40%;
}

.vision-content-img {
    position: absolute;
    /* height: 500px; */
    left: 3rem;
    top: -2rem;
    max-width: 355px;
}

.vision-img, .mission-img {
    scale: 1.1;
}

.about-us-mission {
    padding-top: 0;
    flex-direction: row-reverse;
}

.about-us-mission h1 {
    margin-bottom: 1rem;
}


/* SUSTAINABILITY SECTION STYLES */

.sustainability-text {
    padding: 0 8rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.sustainability-text h2 {
    font-size: 3.125rem;
    margin-bottom: 2rem;
    text-align: center;
    width: 101%;
    font-weight: 500;
}

.sustainability-text p {
    font-size: 2rem;
    width: 90%;
    margin-bottom: 1rem;
    text-align: center;
    font-weight: 400;
}




.subtext {
    display: block;
}

#subtext-1 {
    font-weight: 300;
    color: #333333;
}

#subtext-2 {
    font-weight: 300;
    color: #333333;
}

#subtext-3 {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 35px;
    color: #333333;
}

/* RESPONSIVE STYLING (MOBILE) */

@media screen and (max-width: 768px) {
    body.cms-about-us .page-main .container-main.section-gradient.custom-gradient-wrapper {
        padding: 0 11px 11px 11px;
        margin-top: 96px;
    }

    body.cms-about-us .page-main .container {
        padding: 2rem 2rem 0;
        gap: 2rem;
        margin: 0;
    }

    body.cms-about-us .page-main .columns {
        padding: 0;
    }

    body.cms-about-us h1.page-title {
        width: unset;
        font-size: 2.813rem;
        margin-bottom: 1rem;
        top: 2rem;
    }

    .container-main.section-gradient.custom-gradient-wrapper {
        max-width: 100vw;
    }

    .cms-privacy .container-main.section-gradient.custom-gradient-wrapper, .cms-data-privacy-policy .container-main.section-gradient.custom-gradient-wrapper, .cms-lawful-basis .container-main.section-gradient.custom-gradient-wrapper, .cms-customer-privacy .container-main.section-gradient.custom-gradient-wrapper, .cms-business-partner-privacy .container-main.section-gradient.custom-gradient-wrapper, .cms-privacy-notice .container-main.section-gradient.custom-gradient-wrapper, .cms-car-park-privacy .container-main.section-gradient.custom-gradient-wrapper, .cms-training-privacy .container-main.section-gradient.custom-gradient-wrapper, .cms-event-exhibition-tradeshow-privacy .container-main.section-gradient.custom-gradient-wrapper, .cms-reception-privacy .container-main.section-gradient.custom-gradient-wrapper, .cms-parking-lot-at-oil-lube-storage-privacy .container-main.section-gradient.custom-gradient-wrapper, .cms-privacy-notice-for-agm-shareholder .container-main.section-gradient.custom-gradient-wrapper {
        max-width: fit-content;
        padding: 0 25px 0 0;
    }

    .cms-no-route .container-main.section-gradient.custom-gradient-wrapper {
        max-width: 100%;
    }

    .cms-no-route .container-main.section-gradient.custom-gradient-wrapper h1.page-title {
        width: 100%;
    }

    .cms-no-route .container-main.section-gradient.custom-gradient-wrapper .base {
        font-size: 3rem;
    }

    .cms-privacy .columns, .cms-data-privacy-policy .columns, .cms-lawful-basis .columns, .cms-customer-privacy .columns, .cms-business-partner-privacy .columns, .cms-privacy-notice .columns, .cms-car-park-privacy .columns, .cms-training-privacy .columns, .cms-event-exhibition-tradeshow-privacy .columns, .cms-reception-privacy .columns, .cms-parking-lot-at-oil-lube-storage-privacy .columns, .cms-privacy-notice-for-agm-shareholder .columns {
        margin-top: 5px;
    }

    .cms-privacy h1.page-title, .cms-data-privacy-policy h1.page-title, .cms-lawful-basis h1.page-title, .cms-customer-privacy h1.page-title, .cms-business-partner-privacy h1.page-title, .cms-privacy-notice h1.page-title, .cms-car-park-privacy h1.page-title, .cms-training-privacy h1.page-title, .cms-event-exhibition-tradeshow-privacy h1.page-title, .cms-reception-privacy h1.page-title, .cms-parking-lot-at-oil-lube-storage-privacy h1.page-title, .cms-privacy-notice-for-agm-shareholder h1.page-title {
        margin-top: 1.5rem !important;
        line-height: 46px !important;
        font-size: 2.5rem !important;
    }

    body.cms-cookies .page-main, body.cms-privacy .page-main, body.cms-data-privacy-policy .page-main, body.cms-lawful-basis .page-main, body.cms-customer-privacy .page-main, body.cms-business-partner-privacy .page-main, body.cms-privacy-notice .page-main, body.cms-car-park-privacy .page-main, body.cms-training-privacy .page-main, body.cms-event-exhibition-tradeshow-privacy .page-main, body.cms-reception-privacy .page-main, body.cms-parking-lot-at-oil-lube-storage-privacy .page-main, body.cms-privacy-notice-for-agm-shareholder .page-main {
        margin-top: 96px;
        padding-top: 40px;
    }

    body.cms-join-us .items, body.contact-index-index .items {
        top: 111px;
        left: 50px;
    }

    body.cms-join-us h1.page-title {
        top: calc(12rem - 66px);
    }

    .title-wrapper {
        padding-top: 1rem;
    }

    .items {
        position: absolute;
        z-index: 2;
        left: 3rem;
        top: 3.5rem;
    }

    body.cms-join-us .items {
        left: 4rem;
    }


    .title-secondary-text {
        padding-top: 0;
    }

    .title-secondary-text p {
        font-size: 1.125rem !important;
        line-height: 28px;
    }

    .title-secondary-text h4 {
        font-size: 1.563rem !important;
        line-height: 35px;
        margin-top: 2rem;
    }

    .about-us-banner-wrapper {
        margin: 100px 0 0px;
        width: 100%;
    }


    .about-us-banner-orhw-wrapper {
        padding: 3.375rem 2rem;
    }

    .about-us-banner-orhw-wrapper h3 {
        font-size: 1.563rem;
        font-weight: bold;
        margin-bottom: 1rem;
    }

    .about-us-banner-orhw-wrapper p {
        font-size: 1.125rem;
    }

    /* Our Vision and Mission section */
    .about-us-vision, .about-us-mission {
        flex-direction: column;
        padding: 8.438rem 2.625rem 5.688rem;
        gap: 4.438rem;
        max-width: unset;
    }

    .about-us-vision h1, .about-us-mission h1 {
        font-size: 2.813rem;
        font-weight: bold;
    }

    .about-us-vision p, .about-us-mission p {
        font-size: 1.563rem;
        line-height: 35px;
    }

    .vision-content, .mission-content {
        max-width: unset;
    }

    .vision-img-wrapper, .mission-img-wrapper {
        max-width: unset;
    }

    .subtext {
        font-size: 1.125rem;
    }

    .vision-content-img {
        height: auto;
        width: 100%;
        top: -2rem;
        left: 0;
    }

    .about-us-mission {
        padding-top: 0;
    }

    /* Sustainability section  */
    .sustainability {
        padding-top: 1rem;
        overflow: hidden;
    }

    .sustainability-text {
        padding: 0 2.25rem 2rem;
    }

    .sustainability-text h2 {
        font-size: 2.188rem;
        text-align: center;
    }

    .sustainability-text p {
        width: unset;
        font-size: 1.563rem;
        text-align: center;
    }

    .sustainability-text .subtext {
        text-align: center;
        width: 90%;
    }


    .sustainability-img-wrapper {
        scale: 1;
    }

    .cms-privacy .title-wrapper, .cms-data-privacy-policy .title-wrapper,
    .cms-lawful-basis .title-wrapper, .cms-customer-privacy .title-wrapper,
    .cms-business-partner-privacy .title-wrapper, .cms-privacy-notice .title-wrapper,
    .cms-car-park-privacy .title-wrapper, .cms-training-privacy .title-wrapper,
    .cms-event-exhibition-tradeshow-privacy .title-wrapper, .cms-reception-privacy .title-wrapper,
    .cms-parking-lot-at-oil-lube-storage-privacy .title-wrapper,
    .cms-privacy-notice-for-agm-shareholder .title-wrapper, .cms-cookies .title-wrapper {
        padding-inline: 1.375rem;
    }
}

.cms-no-route dd {
    display: unset;
}

.cms-no-route .container-main.section-gradient.rounded {
    padding: 0;
}

.cms-no-route .custom-container {
    height: 45vh;
}

@media screen and (max-width: 1024px) {
    body.cms-no-route .page-main {
        padding-inline: 36px;
    }

    .custom-container {
        height: 28vh;
    }
}

@media screen and (min-width: 767px) and (max-width: 1066px) {
    .cms-no-route h1.page-title {
        width: 100%;
        padding-top: 30px;
    }

    .cms-no-route .base {
        font-size: 4rem;
    }
}

/* RESPONSIVE STYLES FOR TABLET SCREENS */
@media screen and (min-width: 768px) and (max-width: 1064px) {
    body.cms-about-us .page-main .container {
        padding: 1.2rem 1rem 0;
        gap: 2rem;
        margin: 0;
        flex-direction: column;
    }

    body.cms-about-us .page-main .columns {
        padding: 0;
    }

    body.contact-index-index .contact-banner-title {
        font-size: 2.313rem !important;
        padding-left: 36px !important;
        top: 11rem !important;
    }

    body.cms-about-us .items {
        top: 6rem;
        left: 4rem !important;
    }

    body.cms-join-us .items {
        position: absolute;
        left: 4rem;
        top: 9.5rem;
        z-index: 2;
    }

    body.contact-index-index .items {
        top: 134px;
        left: 50px;
    }


    .items {
        position: absolute;
        left: 4rem;
        top: 5rem;
        z-index: 999;
    }

    h1.page-title {
        width: unset;
        /* position: unset; */
        font-size: 2.813rem;
    }

    .title-secondary-text p {
        font-size: 1.375rem;
    }

    .title-secondary-text h4 {
        font-size: 2.1rem;
    }


    .about-us-banner-orhw-wrapper {
        padding: 3rem 2rem;
    }

    .about-us-banner-orhw-wrapper h3 {
        font-size: 2.5rem;
    }

    .about-us-banner-orhw-wrapper p {
        font-size: 1.375rem;
    }

    .about-us-vision, .about-us-mission {
        flex-direction: column;
        padding: 6rem 4rem 6rem;
        gap: 4rem;
    }

    .about-us-vision h1, .about-us-mission h1 {
        font-size: 2.813rem;
    }

    .about-us-vision p, .about-us-mission p {
        font-size: 1.563rem;
        line-height: unset;
    }

    .vision-content-img {
        left: 5%;
        top: -1.5rem;
        width: 300px;
    }

    .subtext {
        font-size: 1.125rem;
    }

    .mission-content .subtext {
        font-size: 1.375rem;
    }

    .vision-img, .mission-img {
        /*scale: unset;*/
        /*position: relative;*/
        /*left: -1rem;*/
        width: 100%;
    }

    .vision-content, .mission-content {
        max-width: unset;
    }

    .vision-img-wrapper, .mission-img-wrapper {
        max-width: unset;
        width: 100%;
    }

    .about-us-mission {
        padding-top: 0;
    }

    .sustainability-text {
        padding: 0 2rem 5rem;
    }

    .sustainability-text h2 {
        font-size: 2.5rem;
        text-align: center;
    }

    .sustainability-text p {
        font-size: 1.563rem;
        text-align: center;
    }

    .sustainability-text .subtext {
        text-align: center;
        width: 80%;
    }

    .sustainability {
        overflow: hidden;
    }

    .sustainability-img-wrapper {
        scale: 1.05;
    }
}



@media screen and (min-width: 1065px) and (max-width: 1600px) {
    body.cms-about-us h1.page-title {
        font-size: 4.125rem;
    }

    h1.page-title {
        font-size: 3.125rem;
    }

    .about-us-vision, .about-us-mission {
        gap: 6.5rem;
    }

    .items {
        position: absolute;
        left: 10rem;
        top: 8rem;
    }

    .about-us-banner-orhw-wrapper {
        padding: 6.625rem 8rem;
    }

    .vision-content, .mission-content {
        position: relative;
        max-width: 55%;
    }

    .vision-content, .mission-content h1 {
        font-size: 5rem;
    }

    .vision-content, .mission-content p {
        font-size: 1.25rem;
        line-height: 35px;
    }

    .vision-content, .mission-content .subtext {
        font-size: 1.063rem;
    }

    .mission-content .subtext {
        font-size: 1.375rem;
    }

    .vision-content-img {
        position: absolute;
        /* height: 400px; */
        left: 1%;
        top: -3rem;
        max-width: 405px;
    }

    .vision-img-wrapper, .mission-img-wrapper {
        max-width: 40%;

    }
}

/***** About Us CSS ****/
/***** Join Us CSS ****/
/* STYLES FOR THE JOIN US PAGE */

body.cms-join-us .page-main {
    margin: auto;
    padding: 0;
    max-width: 100%;
}

body.cms-join-us .page-main .columns {
    background: unset;
    margin-bottom: 0;
}

body.cms-join-us .page-main .columns .column.main {
    padding: 0;
    height: unset;
    width: unset;
}



body.cms-join-us .title-wrapper {
    display: flex;
    padding-left: 6.7rem;
    border-bottom-right-radius: 40px;
}

body.cms-join-us h1.page-title {
    width: max-content;
    line-height: 1;
    align-items: center;
    top: 3rem;
}

body.cms-join-us .container-main.section-gradient.rounded {
    background: linear-gradient(145deg,
            rgba(0, 196, 226, 1) 4%,
            rgba(151, 51, 252, 1) 27%,
            rgba(0, 196, 226, 1) 60%,
            rgba(0, 247, 169, 1) 86%);
    padding: 0 25px 30px 26px;
    max-width: 1920px;
    margin: auto auto 5rem;
}


.join-us-content {
    display: flex;
    padding: 2rem 8rem;
    gap: 4rem;
    align-items: center;
    justify-content: space-between;
    max-width: 1920px;
    margin: auto;
}

.join-us-content .content-text {
    max-width: 50%;
}

.join-us-content .content-text h2 {
    font-size: 3.375rem;
    line-height: 3.2rem;
    width: 100%;
    color: #333333;
    text-transform: uppercase;
    font-weight: 500;
}

.join-us-content .content-text .thai-subheading {
    font-size: 1.875rem;
    padding-bottom: 25px;
    line-height: 60px;
    font-weight: bold;
    color: #333333;
    font-family: 'aktiv_grotesk_thai';
    position: relative;
    top: -1rem;
    text-transform: uppercase;
}

.join-us-content .content-text p {
    font-size: 2rem;
    color: #333333;
    font-weight: 300;
}

.join-span {
    font-weight: 500;
}



.join-us-content .content-image {
    max-width: 42rem;
    max-height: 36rem;
}


.join-us-content-reverse {
    display: flex;
    padding: 2rem 8rem;
    gap: 4rem;
    align-items: center;
    justify-content: space-between;
    max-width: 1920px;
    margin: auto;
}

.join-us-content-reverse .content-text {
    max-width: 50%;
}

.join-us-content-reverse .content-text h2 {
    font-size: 3.375rem;
    line-height: 3rem;
    width: 100%;
    color: #333333;
    text-transform: uppercase;
    font-weight: 500;
}

.join-us-content-reverse .content-text .thai-subheading {
    font-size: 1.875rem;
    padding-bottom: 25px;
    line-height: 60px;
    font-weight: bold;
    color: #333333;
    font-family: 'aktiv_grotesk_thai';
    position: relative;
    top: -1rem;
    text-transform: uppercase;
}

.join-us-content-reverse .content-text p {
    font-size: 2rem;
    color: #333333;
    font-weight: 300;
}

.join-us-content-reverse .content-text p.join-span {
    font-weight: 500;
}



.join-us-content-reverse .content-image {
    max-width: 42rem;
    max-height: 36rem;
}


.items {
    position: absolute;
    left: 10rem;
    top: 5.5rem;
    z-index: 999;
}

body.contact-index-index .items {
    top: 200px;
    left: 146px;
}

.join-us-content-img {
    scale: 1;
}

.join-us-content {
    flex-direction: row-reverse;
}

.join-us-custom-gradient {
    padding: 5.25rem 10rem;
    background-color: #EBEBEB;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 5rem;
}

.join-us-custom-gradient html[lang="th"] .join-us-subtext {
    line-height: 30px;
    font-size: 1.563rem;
    text-align: center;
}

.join-us-custom-gradient h3 {
    font-size: 3.75rem;
    line-height: 5rem;
    text-align: center;
    font-weight: 500;
    margin-bottom: 2rem;
}

.join-us-custom-gradient p {
    font-size: 2rem;
    line-height: 2.813rem;
    font-weight: 500;
    text-align: center;
}


#subtext-join {
    font-size: 1.563rem;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    margin-top: 20px;
    color: #333333;

}

@media screen and (min-width: 1920px) {

    body.cms-join-us .page-main {
        margin: auto;
    }

    body.cms-join-us .items {
        position: absolute;
        left: 10rem;
        top: 8rem;
        z-index: 999;
    }

}

body.cms-join-us .items {
    top: 9rem;
    left: 8.5rem;
}

body.cms-join-us .sustainability-text .subtext {
    text-align: center;
    display: none;
}



body.contact-index-index .widget.block-static.block .section-gradient {
    position: relative;
    max-width: 1920px;
    margin: auto auto 5rem;
}

body.contact-index-index .contact-banner-title {
    z-index: 1;
    position: absolute;
    font-size: 5rem;
    padding-left: 6.7rem;
    top: 14rem;
}

/* Styles for Mobile */

@media screen and (max-width: 767px) {

    body.cms-join-us .container-main.section-gradient.rounded {
        padding: 0 11px 11px 11px;
        margin-bottom: 0;
        max-width: 100%;
        border-radius: 0 0 30px 30px;
    }

    body.cms-join-us .title-wrapper {
        padding: 0;
        position: relative;
        overflow: hidden;
    }

    body.cms-join-us .title-wrapper .container {
        position: absolute;
        padding-left: 2rem;
    }


    body.cms-join-us .page-main .columns .column.main {
        width: 100%;
        margin: 0;
    }

    body.cms-join-us h1.page-title {
        top: 6rem;
        font-size: 2.813rem;
    }

    body.cms-join-us .join-us-banner-wrapper img {
        height: 15rem;
    }


    .items {
        position: absolute;
        left: 3rem;
        top: 3rem;
        z-index: 999;
    }

    body.cms-join-us .items {
        top: 4.75rem;
        left: 3rem;
    }

    .join-us-content-reverse {
        flex-direction: column-reverse;
        gap: 2.813rem;
        padding: 2.1rem 2.6rem 0;
    }

    .join-us-content-reverse .content-text {
        max-width: unset;
    }

    .join-us-content-reverse .content-text h2 {
        font-size: 2.188rem;
        line-height: 45px;
        margin-bottom: 1.563rem;
        font-weight: 500;
        color: #333333;
        width: 92%;
    }

    .join-us-content-reverse .content-text .thai-subheading {
        font-size: 1.875rem;
        padding-bottom: 25px;
        line-height: 60px;
        font-weight: bold;
        color: #333333;
        font-family: 'aktiv_grotesk_thai';
    }

    .join-us-content-reverse .content-text p {
        font-size: 1.125rem;
        color: #333333;
    }

    .join-us-content {
        flex-direction: column-reverse;
        gap: 2.813rem;
        padding: 2.1rem 2.6rem 0;
    }

    .join-us-content .content-text {
        max-width: unset;
    }

    .join-us-content .content-text h2 {
        font-size: 2.188rem;
        line-height: 45px;
        margin-bottom: 1.563rem;
        font-weight: 500;
        color: #333333;
        width: 92%;
    }

    .join-us-content .content-text .thai-subheading {
        font-size: 1.875rem;
        padding-bottom: 25px;
        line-height: 60px;
        font-weight: bold;
        color: #333333;
        font-family: 'aktiv_grotesk_thai';
    }

    .join-us-content .content-text p {
        font-size: 1.125rem;
        color: #333333;
    }



    .join-us-content {
        flex-direction: column-reverse;
    }

    .join-us-content-img {
        scale: 1.15;
    }

    .join-us-custom-gradient {
        padding: 4.625rem 2.6rem;
    }

    .join-us-custom-gradient h3 {
        font-size: 2.188rem;
        line-height: unset;
    }

    .join-us-custom-gradient p {
        font-size: 1.563rem;
        font-weight: 400;
        width: unset;
    }

}

/* Styles for Tablet screens */

@media screen and (min-width: 767px) and (max-width: 1024px) {

    body.cms-join-us .container-main.section-gradient.rounded {
        padding: 0 25px 25px 25px;
        margin-bottom: 0;
        max-width: 1024px;
    }

    body.cms-join-us .title-wrapper {
        padding: 0;
        position: relative;
    }

    body.cms-join-us .title-wrapper .container {
        position: absolute;
        padding-left: 2.16rem;
        top: 7rem;
    }


    body.cms-join-us .page-main .columns .column.main {
        width: 100%;
        margin: 0;
    }

    body.cms-join-us h1.page-title {
        position: relative;
        top: 2rem;
    }

    body.cms-join-us .join-us-banner-wrapper img {
        border-bottom-left-radius: 20px;
        height: 15rem;
    }


    .items {
        position: absolute;
        left: 5rem;
        top: 5.5rem;
        z-index: 999;
    }

    body.contact-index-index .items {
        top: 134px;
        left: 50px;
    }

    .join-us-content {
        flex-direction: column-reverse;
        gap: 3rem;
        padding: 2.6rem 4rem 0;
    }

    .join-us-content .content-text {
        max-width: unset;
        padding-right: 1.25rem;
    }

    .join-us-content .content-text h2 {
        font-size: 2.2rem;
        line-height: 45px;

    }

    .join-us-content .content-text .thai-subheading {
        font-size: 1.875rem;
        padding-bottom: 25px;
        line-height: 60px;
        font-weight: bold;
        color: #333333;
        font-family: 'aktiv_grotesk_thai';
    }

    .join-us-content .content-text {
        font-size: 2rem;
    }

    .join-us-content-reverse {
        flex-direction: column-reverse;
        gap: 3rem;
        padding: 2.6rem 4rem 0;
    }

    .join-us-content-reverse .content-text {
        max-width: unset;
        padding-right: 1.25rem;
    }

    .join-us-content-reverse .content-text h2 {
        font-size: 2.2rem;
        line-height: 45px;

    }

    .join-us-content-reverse .content-text .thai-subheading {
        font-size: 1.875rem;
        padding-bottom: 25px;
        line-height: 60px;
        font-weight: bold;
        color: #333333;
        font-family: 'aktiv_grotesk_thai';
    }

    .join-us-content-reverse .content-text p {
        font-size: 2rem;
    }

    .join-us-content {
        flex-direction: column-reverse;
    }

    .join-us-content-img {
        scale: unset;
        position: relative;
        left: -1rem;
    }

    .join-us-custom-gradient {
        padding: 4.625rem 2.6rem;
    }

    .join-us-custom-gradient h3 {
        font-size: 2rem;
        line-height: unset;
    }

    .join-us-custom-gradient p {
        font-size: 2rem;
        width: unset;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1366px) {

    .join-us-content .content-text {
        max-width: 50%;
    }

    .join-us-content .content-text h2 {
        font-size: 3rem;
        line-height: 4rem;
        width: 75%;
        text-transform: uppercase;
    }

    .join-us-content .content-text .thai-subheading {
        font-size: 1.875rem;
        padding-bottom: 25px;
        line-height: 60px;
        font-weight: bold;
        color: #333333;
        font-family: 'aktiv_grotesk_thai';
    }

    .join-us-content .content-text p {
        font-size: 2rem;
    }




    .join-us-content-reverse .content-text {
        max-width: 50%;
    }

    .join-us-content-reverse .content-text h2 {
        font-size: 3rem;
        line-height: 4rem;
        width: 75%;
        text-transform: uppercase;
    }

    .join-us-content-reverse .content-text .thai-subheading {
        font-size: 1.875rem;
        padding-bottom: 25px;
        line-height: 60px;
        font-weight: bold;
        color: #333333;
        font-family: 'aktiv_grotesk_thai';
    }

    .join-us-content-reverse .content-text p {
        font-size: 2rem;
    }

    body.cms-join-us .container-main.section-gradient.rounded {
        padding: 0 25px 25px 25px;
        margin-bottom: 0;
    }

    body.cms-join-us .title-wrapper {
        padding: 0;
        position: relative;
        justify-content: end;
    }

    body.cms-join-us .title-wrapper .container {
        position: absolute;
        top: 0;
    }

    body.cms-join-us .items {
        position: absolute;
        top: 140px;
        left: 62px;
        z-index: 2;
    }

    body.cms-join-us h1.page-title {
        position: relative;
        font-size: 2.813rem;
    }

    body.cms-join-us .join-us-banner-wrapper img {
        border-bottom-left-radius: 20px;
    }

    body.contact-index-index .items {
        top: 140px;
        left: 62px;
    }

    body.contact-index-index .contact-banner-title {
        top: 12rem;
        font-size: 4rem;
    }

    body.contact-index-index .contact-banner-title {
        font-size: 2.813rem !important;
        top: 11rem !important;
        padding-left: 2.16rem !important;
    }

    .items {
        position: absolute;
        left: 10rem;
        top: 9rem;
        z-index: 2;
    }

    body.cms-join-us .items {
        top: 8rem;
    }
}

/***** Join Us CSS ****/

/***** Mobile Menu CSS ****/
@media (max-width: 1023px) {
    .mob-footer {
        padding-top: 35px;
        border-top: 1px solid #A3A3A3;
        width: 100%;
        padding-left: 80px;
    }

    .mob-footer a {
        display: block;
        margin: 0px 0px 20px 0px;
        color: #333333;
        font-size: 1.25rem;
        font-weight: 100;
        font-family: 'aktiv_grotesk_thai';
    }

    .selected {
        position: relative;
        padding-bottom: 5px;
        width: 100%;
        font-weight: 500;
    }

    /*.mob-home-link{*/
    /*    width: 100%;*/
    /*    margin-left: 80px;*/
    /*}*/
    .mob-nav-container {
        width: 100%;
        height: 55%;
    }

    .slide-open {
        padding-top: 60px;
    }

    .menu-wrap {
        width: 100%;
        border-bottom-right-radius: 20px;
        border-top-right-radius: 20px;
    }

    .menu-wrap .logo-wrap {
        left: 20px;
        top: 20px;
        position: absolute;
    }

    .mob-navdiv {
        padding-left: 80px;
        padding-top: 50px;
    }

    .mob-menu-footer {
        width: 100%;
        background-color: #F8F8F8;
        height: 40%;
        border-bottom-right-radius: 30px;
        overflow-y: scroll;
        font-family: 'aktiv_grotesk_thai';
        border-top: 0.3px solid #A3A3A3;
        display: none;
    }

    .item-link {
        color: #333333;
        font-size: 1.25rem;
        font-weight: 300;
    }

    .rightside-content .store-switcher-langs {
        padding-left: 80px;
        display: none;
    }

    .switcher-lang {
        color: #333;
        font-size: 1.25rem;
        font-weight: 400;
        font-family: 'aktiv_grotesk_thai';
    }

    a.switcher-lang.underline {
        text-decoration: none;
        color: #9733FC;
    }

    .switcher-lang:not(:last-child)::after {
        content: "|";
        font-size: 1.25rem;
    }

    /* for the linear-gradient on link padding bottom starts*/
    .selected::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 3px;
        z-index: 0;
        font-weight: 500;
        background: linear-gradient(90deg, #9733FC 0%, rgba(0, 196, 226, 0.9) 48.5%, #00F7A9 100%);
    }
    .page-footer .selected::after {
        display: none;
    }
    /* for the linear-gradient on link padding bottom ends*/

}

/***** Mobile Menu CSS ****/
/***** Data Policy CSS ****/

/* data policy page starts  */

.dpp-container {
    padding: 10px;
}

.dpp-heading-para {
    /* text-align: center; */
    margin: 10px 0;
    /* text-indent: 40px; */
    font-size: 2.813rem;
    font-weight: 500;
}

.dpp-para {
    margin: 20px 0px 25px;
    /* text-indent: 40px; */
    line-height: 25px;
}

/*.dpp-ol {*/
/*    list-style: upper-alpha;*/
/*}*/

.dpp-ol li {
    margin: 5px 0 10px 15px;
    line-height: 25px;
}

.dpp-ol li ul {
    list-style: disc;
}

.dpp-ol ul li {
    margin: 10px 30px;
}

.dpp-details {
    width: 90%;
    padding-bottom: 10px;
}

.dpp-summary {
    margin: 10px 0px 15px;
    cursor: pointer;
}

.dpp-summary-para {
    line-height: 25px;
    text-indent: 40px;
    margin: 10px 0 15px;
}

.dpp-summary-spl-para {
    line-height: 25px;
    margin: 10px 0 15px;
}

#dpp-summary-p {
    margin: 15px 0;
}

.dpp-riskmgmt {
    padding-left: 55px;
}

.dpp-gp-pdp {
    padding: 3px;
}

.gp-pdp {
    margin-left: 40px;
}

.gp-para {
    margin: 15px 0;
}

.dpp-practices {
    margin: 15px 0px 15px;
}

/* data policy page ends  */

/* lawfull basis page starts */

.form-container {
    margin: 15px auto;
}

.heading {
    text-align: center;
    font-size: 2.813rem;
    margin: 10px 0 20px;
    font-weight: 500;
}

.myTable {
    width: 90%;
    margin: 10px auto;
    border: 1px solid black;
    padding: 10px;
    background-color: #f0f0ec;
}

.myTable, tr, td, th {
    border-collapse: collapse;
    border: 1px solid black;
    padding: 10px 0px 10px 20px;
}

.row-1 {
    background-color: #353a41;
    color: white;
}

/* lawfull basis page ends */

/* customer privacy notice page starts */
.customer-first-para {
    margin: 20px 0;
}

.gp-pdp-customerpara {
    margin-left: 40px;
}

.gp-pdp-customerpara li {
    margin: 10px 0px;
}

.gp-pdp li {
    list-style-type: none;
}

.gp-pdp-event li {
    list-style-type: none;
    margin: 10px 0px;
}

.cpp-para {
    margin: 10px 0px 20px;
}

/* customer privacy notice page ends */

/* buisness-partner starts */
.dpp-ul {
    list-style-type: disc;
}

.dpp-ul li {
    margin: 10px 0px;
}

.buisness-container-paragraph {
    margin: 10px 0;
}

.buisness-container {
    margin-left: 40px;
}

.buisness-para {
    line-height: 25px;
}

.business-li {
    list-style-type: circle;
}

.buisness-summary-para {
    text-indent: 40px;
}

/* buisness-partner ends */

/* privacy cctv starts */
.cctv-para {
    line-height: 25px;
}

.cctv-main-ol, .cctv-ol {
    margin-left: 40px;
}

.cctv-ol li, .cctv-main-ol li {
    list-style-type: none;
    margin-bottom: 5px;
}

/* privacy cctv ends */
/* agm starts */
.agm-ol {
    margin-left: 40px;
    list-style-type: none;
}

.agm-ol li {
    list-style-type: disc;
}

/* agm ends */

.cms-fnf-coming-soon.cms-page-view.page-layout-1column .columns {
    background: transparent;
    margin: 0;
}

.cms-fnf-coming-soon.cms-page-view.page-layout-1column .columns .column.main {
    max-width: 1920px;
}


@media screen and (max-width: 768px) {

    .cms-fnf-coming-soon.cms-page-view.page-layout-1column .columns .column.main {
        margin-top: 96px;
    }

    .about-us-vision, .about-us-mission {
        padding: 4.438rem 2.625rem 2.688rem;
    }

    .vision-content-img {
        left: 0%;
    }

    body.cms-join-us .items, body.contact-index-index .items {
        top: 109px !important;
        left: 50px !important;
    }

    body.cms-join-us h1.page-title {
        font-size: 2.313rem;
        padding-left: 0;
        top: 0.8rem;
    }


    .cms-home .content-heading-head {
        font-size: 2.813rem;
        line-height: 47px;
    }

    body.cms-about-us .items {
        position: absolute;
        left: 2.5rem;
        top: 4.5rem;
        z-index: 2;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    body.cms-join-us .items {
        position: absolute;
        left: 4rem;
        top: 9.5rem;
        z-index: 2;
    }

    .copyright_container .copyright {
        padding-left: 0;
    }

    .copyright_container {
        padding-inline: 2rem;
    }

    .copyright_container .inner-main {
        margin: 0;
        padding: 0.7rem 0;
    }

    body.cms-about-us .items {
        top: 6.5rem !important;
        left: 3rem !important;
    }


    body.cms-about-us .cms-home .content-heading-head {
        font-size: 3.75rem;
    }

    body.cms-about-us .cms-home .empowering-p {
        font-size: 1.563rem;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1065px) {

    .cms-home .empowering-p {
        font-size: 1.563rem;
    }

    .content-heading-head {
        font-size: 3.75rem;
    }


    .copyright_container .copyright {
        padding-left: 0px;
    }

    .items {
        position: absolute;
        top: 6rem;
        left: 4rem;
        z-index: 2;
    }
}

/*
@media screen and (min-width: 1025px) and (max-width: 1450px) {
    .cms-home .empowering-p {
        font-size: 1.563rem;
    }

    .cms-home .content-heading-head {
        font-size: 3.75rem;
    }

    .items {
        position: absolute;
        top: 6rem;
        z-index: 2;
    }
} */

@media screen and (min-width: 1451px) and (max-width: 2520px) {
    .cms-home .empowering-p {
        font-size: 1.563rem;
    }

    .cms-home .content-heading-head {
        font-size: 2.75rem;
    }

    .cms-home section.banner-fourth {
        margin-top: 0px;
    }

    .cms-home section.banner-fourth .journey-img-wrapper {
        bottom: -22px;
    }

    .cms-home section.banner-fourth .journey-img-wrapper .journey-img {
        position: absolute;
        bottom: 0;
        object-fit: cover;
        top: 0;
    }

    .cms-home section.banner-fourth .banner-title {
        margin-top: 8%;
    }

    .cms-home section.banner-fourth .journey-right {
        padding-right: 1rem;
        padding-left: 2rem;
        width: 31rem;
        margin-top: 8%;
    }

    .items {
        position: absolute;
        max-width: 1440px;
        margin: 10px auto;
        padding-left: calc((100% - 1920px) / 2);
        top: 6.5rem;
    }

}

/* FNF COMING SOON PAGE STYLES */
body.cms-fnf-coming-soon .page-main .columns {
    background: unset;
    margin: 0;
}

@media screen and (max-width: 360px) {
    .banner-third.inner-main {
        padding-inline: 1.09rem;
    }

    section.banner-fourth .banner-title {
        padding-inline: 1.09rem;
    }

    section.banner-fourth .journey-right {
        padding-inline: 1.09rem;
    }
}

/* STYLES FOR LANDSCAPE ORIENTATION */


/***** Data Policy CSS ****/
li.item a {
    color: #333;
}

.vision-content .subtext {
    font-size: 1.25rem;
}

.mission-content .subtext {
    font-size: 1.375rem;
    color: #333333;
}


body.cms-about-us html[lang="th"] .sustainability-text .subtext {
    display: none;
}

.switcher-lang:not(:last-child)::after {
    content: "|";
    font-size: 1.25rem;
}

.leftside-content-item.selected .item-link {
    font-weight: 700;

}

body.cms-privacy .page-wrapper {
    overflow-x: hidden;
}


@media screen and (max-width: 768px) {

    body.cms-privacy .columns {
        margin-top: 2rem;
    }

    body.cms-privacy .items {
        left: 20px;
        top: 5rem;
    }


    body.page-layout-2columns-left, body.cms-cookies .page-wrapper {
        overflow-x: hidden;
    }

}

@media only screen and (min-device-width: 280px) and (max-device-width: 660px) and (orientation: landscape) {

    /* Homepage */
    .mob-navdiv {
        max-height: 10.5rem;
        overflow: scroll;
        padding-top: 0px;
    }
    .mob-menu-footer{
        display: none;
    }

    /* Join Us Page */

    body.cms-join-us .title-img-wrapper {
        width: 100%;
    }

    body.cms-join-us .join-us-banner-wrapper {
        width: 100%;
    }

    body.cms-join-us .join-us-banner-wrapper img {
        width: 100%;
    }
    .slide-open{
        padding-top: 0;
    }
    .header-right-container{
        padding-block: 12px;
    }

    body.cms-home .banner-wrapper, body.cms-about-us .page-main .container-main.section-gradient.custom-gradient-wrapper{
        margin-top: 56px;
    }

    body.cms-about-us .items{
        top:5rem !important;
    }

}

@media only screen and (min-device-width: 661px) and (max-device-width: 1280px) and (orientation: landscape) {

    /* Homepage */
    .mob-navdiv {
        max-height: 10.5rem;
        overflow: scroll;
        padding-top: 0px;
    }
    .slide-open{
        padding-top: 0;
    }
    .header-right-container{
        padding-block: 12px;
    }


    body.cms-home .banner-wrapper, body.cms-about-us .page-main .container-main.section-gradient.custom-gradient-wrapper{
        margin-top: 56px;
    }
    body.cms-about-us .items{
        top:5rem !important;
    }

}

.join-us-banner-wrapper img {
    width: 100%;
}


body.cms-join-us .title-wrapper {
    display: block;
    padding: 0;
    overflow: hidden;
    position: relative;
}

body.cms-join-us .title-wrapper .container.font-bold {
    position: absolute;
}


body.cms-join-us h1.page-title {
    width: max-content;
    line-height: 1;
    align-items: center;
    top: calc(16.5rem - 71px);
    padding-left: 6.7rem;
}

body.cms-join-us .items {
    top: 12.5rem;
    left: 9.125rem;
}


@media screen and (max-width: 1441px) {
    body.cms-join-us .title-wrapper {
        display: block;
        padding: 0;
        overflow: hidden;
        position: relative;
    }

    body.cms-join-us .title-wrapper .container.font-bold {
        position: absolute;
    }


    body.cms-join-us h1.page-title {
        width: max-content;
        line-height: 1;
        align-items: center;
        top: calc(14rem - 68px);
        padding-left: 6.7rem;
    }

    body.cms-join-us .items {
        top: 11.5rem;
        left: 9.125rem;
    }

    body.contact-index-index .items {
        top: 11.5rem;
        left: 9.125rem;
    }

}

@media screen and (min-width: 767px) and (max-width: 1024px) {
    body.cms-join-us .container-main.section-gradient.rounded {
        padding: 0 11px 11px 11px;
    }

    body.cms-join-us h1.page-title {
        font-size: 2.313rem;
        padding-left: 1.56rem;
        top: calc(12rem - 72px);
    }

    body.cms-join-us .title-wrapper {
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;

        .container.font-bold {
            padding: 0;
            position: absolute;
            top: 0;
            left: 0;
        }
    }

    body.cms-join-us .items, body.contact-index-index .items {
        top: 109px;
        left: 38px;
    }
}

@media screen and (max-width: 767px) {
    body.cms-join-us h1.page-title {
        top: calc(10rem - 48px) !important;
        padding-left: calc(2rem - 0px) !important;
        font-size: 2.313rem;
    }

    body.cms-join-us .items {
        top: 90px;
        left: 50px;
    }

    body.cms-join-us .title-wrapper {
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;

        .container.font-bold {
            padding-left: 0;
        }
    }
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
    .header .logo-wrap img {
        width: 112px;
        height: 26px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1366px) {
    body.cms-join-us h1.page-title {
        top: calc(11rem - 76px);
        font-size: 2.813rem;
        padding-left: 2.16rem;
    }

    body.cms-join-us .items, body.contact-index-index .items {
        top: 7.5rem;
        left: 62px;
    }
}


@media screen and (min-width: 320px) and (max-width:680px) {
    .contact-banner-img {
        display: none !important;
    }

    .contact-banner-img-mobile {
        display: block !important;
    }
}

@media screen and (min-width:280px) and (max-width:730px) {
    .about-us-banner-wrapper {
        margin: 0 0 50px;
        height: 78vw;
    }
}
