.slick-prev, .slick-next {
    top: 62%;
}

.anchor-btn-btm {
    /* bottom: 155px; */
    width: 250px;
    left: 50%;
    transform: translateX(-50%);
    /* right: 0;  */
    height: auto;
    top: auto;
    bottom: 2vh;
}

.slick-prev {
    left: 50px;
}

.slick-next {
    right: 50px;
}

.main.home-banner {
    height: 100vh;
    overflow: hidden;
}

.main.home-banner.s4 {
        height: calc(100vh - 66px);
    }
.gxhomevideo-container.s4 > div {
    min-width: 100%;
}

.update-hd {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.gxhomevideo-container.s4 {
    overflow:hidden; 
    margin:0 auto; 
    display:flex
}

h2.chunky {
    font-size: 96px;
    font-family: roc-grotesk-compressed, sans-serif;
    line-height: 0.75;
}




.agentUnique > h3 {
    font-style: italic;
    font-size: 64px;
    line-height: 0.95;
    /* text-align: right; */
    /* padding-bottom: 12vh; */
    padding-left: 1rem;
}

@media (max-width: 600px) {
    .agentUnique > h3 {
        font-size: 40px;
    }
}

.textImagsvg {
    text-align: center;
    padding: 4rem 1rem;
}

    .textImagsvg img {
        /* height: 150px; */
        width: -webkit-fill-available;
    }

h2.mdBold {
    font-size: 90px;
    font-family: roc-grotesk-condensed, sans-serif;
    line-height: 0.75;
    text-align: center;
    padding: 4rem 1rem;
    /* padding: 2rem 1rem 5rem; */
}
/*auto-play-slider Start*/
.auto-play-slider .slick-prev, .auto-play-slider .slick-next {
    top: 46%;
    width: 48px;
    height: 48px;
}

.gx-outerGlow {
    width: 99%;
}

@media (min-width: 1700px) {
    h2.mdBold {
        font-size: 80px;
    }
}

/* @media (max-width: 1700px) {
    .agentUnique > h3 {
        padding-bottom: 3rem;
    }
} */


@media (min-width: 1024px) and (max-width: 1700px) {
    h2.chunky {
        font-size: 76px;
    }

    h2.mdBold {
        font-size: 72px;
    }

    
}

.auto-play-slider .slick-dots {
    bottom: -20px;
}

    .auto-play-slider .slick-dots li button:before {
        width: 10px;
        height: 10px;
    }

.bg-gx-black .auto-play-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: var(--gx-white);
    color: black;
}

.auto-play-slider .slick-prev {
    left: 5%;
}

.auto-play-slider .slick-next {
    right: 5%;
}

.auto-play-slider-item img {
    filter: grayscale(1);
}

    .auto-play-slider-item img:hover {
        filter: grayscale(0);
    }
/*auto-play-slider End*/





/* slider arrow possiton set at bottom */
.slider-arrow-position .slick-prev, .slider-arrow-position .slick-next, .slider-arrow-position .slick-prev, .slider-arrow-position .slick-next {
    top: 100%;
    width: 48px;
    height: 48px;
}

.slider-arrow-position .slick-dots, .slider-arrow-position .slick-dots {
    bottom: -20px;
}

    .slider-arrow-position .slick-dots li button:before, .slider-arrow-position .slick-dots li button:before {
        width: 10px;
        height: 10px;
    }

.bg-gx-black .slider-arrow-position .slick-dots li.slick-active button:before, .bg-gx-black .slider-arrow-position .slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: var(--gx-white);
    color: black;
}

.slider-arrow-position .slick-prev, .slider-arrow-position .slick-prev {
    left: 20%;
}

.slider-arrow-position .slick-next, .slider-arrow-position .slick-next {
    right: 20%;
}

.disable-arrow-for-desktop .slick-prev,
.disable-arrow-for-desktop .slick-next {
    display: none !important;
}

.gxhomevideo-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* or "contain" depending on use case */
}
.gxhomevideo-container.s4 video {
    object-fit: unset;
    height: 100%;
    width: auto;
    margin: 0 auto;
    display: flex;
}


@media (max-width: 990px) {
    .disable-arrow-for-mobile .slick-prev,
    .disable-arrow-for-mobile .slick-next {
        display: none !important;
    }
}




@media (max-width: 1400px) {
    h2.chunky {
        font-size: 52px;
    }

    h2.mdBold {
        font-size: 60px;
    }

    .textImagsvg {
        padding: 2rem 1rem;
    }

        

    .anchor-btn-btm {
        bottom: 0;
    }

    .main.home-banner {
        /* height: auto;        
        overflow: visible;
        display: flex;
        justify-content: center;
        flex-direction: column; */

        height: 100vh;
        overflow: visible;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .main.home-banner.s4 {
        height: auto;
    }

    .gxhomevideo-container video {
        width: 100%;
        height: auto;
        object-fit: unset;
        top: 50%;
        transform: translateY(-50%);
    }

    .gxhomevideo-container.s4 video {
        max-width: 100%;
        width: auto;
        height: auto;
        transform: translateY(0px)
    }

    .volume-btn {
        bottom: 5px;
    }
}

@media (max-width: 990px) {
    h2.chunky {
        font-size: 56px;
    }

    .anchor-btn-btm {
        width: 200px;
    }
}

@media (max-width: 768px) {
    h2.chunky {
        font-size: 48px;
    }


    .slick-dotted.slick-slider {
        margin-bottom: 20px;
    }



    h2.mdBold {
        font-size: 48px;
    }

    .anchor-btn-btm {
        bottom: 10px;
        width: 150px;
        font-size: 13px;
        bottom: 2px;
        padding-left: 10px;
        padding-right: 10px;
    }

    /* .main.home-banner {
        height: auto;        
    } */

    .volume-btn {
        bottom: 5px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    h2.mdBold {
        font-size: 62px;
    }
    /* .textImagsvg {
        padding: 2rem 5rem;
     } */
    .textImagsvg img {
        /* height: 90px; */
        width: -webkit-fill-available;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    h2.mdBold {
        font-size: 45px;
    }

    .textImagsvg {
        padding: 2rem 1rem;
    }

        .textImagsvg img {
            /* height: 64px; */
            width: -webkit-fill-available;
        }

    .min-w-50 {
        width: 100%;
    }
}
/* @media (min-width: 768px) and (max-width: 1024px) {
   
} */
/* .about-car-item-meta{
    font-size: 18px;            
} */
.about-car-item-copy {
    font-size: 32px;
}

.big-block-text {
    font-size: 144px;
    font-family: roc-grotesk-condensed, sans-serif;
    line-height: 0.75;
}

.about-main-car .slick-prev, .about-main-car .slick-next {
    top: 100%;
    width: 48px;
    height: 48px;
}

.about-main-car .slick-dots {
    bottom: -20px;
}

    .about-main-car .slick-dots li button:before {
        width: 10px;
        height: 10px;
    }

.bg-gx-black .about-main-car .slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: var(--gx-white);
    color: black;
}

.about-main-car .slick-prev {
    left: 20%;
}

.about-main-car .slick-next {
    right: 20%;
}

h3.gx-subtitle {
    font-weight: 500;
    font-size: 36px;
}

.card-ai {
    display: flex;
    /* flex-direction: column; */
}
    /* card-ai */
    .card-ai .text-3 {
        font-size: 24px;
        font-weight: 600;
        color: var(--highlight-text-article);
    }


@media (max-width: 990px) {
    /* .about-car-item-meta{
        font-size: 12px;
        color: var(--gx-copy-grey);
    } */
    .about-car-item-copy {
        font-size: 18px;
        color: var(--gx-copy-grey);
    }

    .about-main-car .slick-dots {
        bottom: 30px;
    }

    .about-main-car.slick-dotted.slick-slider {
        margin-bottom: 0px;
    }
}

.gx-d-none {
    display: none !important;
}

.gx-d-lg-block {
    display: block !important;
}

@media (max-width: 1700px) {
    .gx-d-none {
        display: none !important;
    }
}

.mob-v-dimen-9x16 {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    min-height: 100vh;
}
.mob-v-dimen-9x16.heightAuto {
    min-height: auto;
}

    .mob-v-dimen-9x16 > video,
    .mob-v-dimen-9x16 > img {
        height: 100%;
        width: 100%;
    }


/* Make the poster fully cover the 16:9 container */
#GX_BRAND_INTRO_20_09 {
    object-fit: cover;
}

/* .specialised-ai-fis {
    padding-top: 0rem !important;
} */



@media (max-width: 600px) {
    h2 {
        font-size: 30px;
    }

    .main.home-banner {
        height: auto;
    }

    /* .mob-v-dimen-9x16 {
        padding-top: 54px;
    } */

    .gxhomevideo-container video {
        position: relative;
        top: 0;
        transform: translate(0);
        margin-top:4rem;
        /* margin-top:0rem; */
    }
    .gxhomevideo-container.s4 video {
        margin-top: 0;
        width: 100%;
        height: auto;
    }
}

.slider-dots-hide .slick-dots {
    display: none;
}

@media only screen and (max-height: 500px) and (orientation: landscape) {

    .main.home-banner {
        height: auto;
    }

    .gxhomevideo-container video {
        position: static;
        top: 0;
        transform: translateY(0%);
        margin-top: 2rem
    }

    .gxhomevideo-container {
        height: auto !important;
    }

        .gxhomevideo-container > .ratio-16x9 {
            --bs-aspect-ratio: 0
        }

    .mob-landscape-view {
        display: block !important;
    }

    .mob-portrait-view {
        display: none !important;
    }

    .gxhomevideo-container.s4 video {
        width: 100%;
        height: auto;
    }
}

@media only screen and (max-width: 1024px) and (orientation: portrait) {
    .iPad-portrait-view {
        display: block!important;
    }
    .iPad-landscape-view {
        display: none!important;
    }
}