.component-title-sliding-images-and-texts--slides__homepage-banner-slider {
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-pagination-bullet-horizontal-gap: .31rem;
    --swiper-pagination-bullet-size: 2.7rem;
    --swiper-pagination-bottom: -4.25rem;

    background-color: var(--range-color);

    margin-bottom: 4.19rem;
}

.page-product-page--slide {
    display: flex;
    justify-content: center;
}

.component-title-sliding-images-and-texts--component-wrapper-picture-picture-image__homepage-banner-slider {
    height: 73.33vw;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

.page-product-page--slide-counter {
    display: flex;
    justify-content: center;

    height: 3.5rem;
    padding: 1.25rem;

    font-size: 1.56rem;
    line-height: 1rem;
    background-color: var(--primary);
}

.component-title-sliding-images-and-texts--pagination__homepage-banner-slider .swiper-pagination-bullet-active {
    border-color: var(--white);
}

.component-title-sliding-images-and-texts--pagination__homepage-banner-slider img {
    width: 3rem;
    height: 3rem;
}

.component-title-cta-images-and-caption--eventDescription{
    font-size: 1rem;
    line-height:22px;
    text-align: left;
    font-weight: 500;
    font-family: "proxima-nova", sans-serif;
    padding-top: 1.25rem;
}

.swiper-button-next, .swiper-button-prev{
    color: var(--white);
    top: 25rem;
    /* top: var(--swiper-navigation-top-offset, 50%); */
    width: 20.25px;
    height: 64px;
    /* margin-top: calc(0px - (var(--swiper-navigation-size) / 2)); */
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 50px;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction
 {
    top:85vh;
 }

.block-cta{
    display: flex;
    flex-direction: column;
    gap:0;
    margin:0 auto;
    justify-content: center;
}

.styles-scripts{
    display: none;
}

/* SLIDE BLUE VERSION */

.component-title-cta-images-and-caption__homepage-banner-slider-blue{
    color: var(--white);
}

.component-title-cta-images-and-caption__homepage-banner-slider-blue { 
    min-height: 100vh;
    display: grid; 
    place-items: center;
    background-image: var(--bg-mobile);
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
}

.component-title-cta-images-and-caption__homepage-banner-slider-blue--title{
    color: var(--white);
    text-align: left;
    padding-bottom: 1.563rem;
    margin-bottom: 0px;
    font-weight: 500;
    font-family: 'JohnHancockCP', sans-serif;

    font-size: 1.625rem;
    line-height: 30px;
}

.component-title-cta-images-and-caption__homepage-banner-slider-blue--description{
    color: var(--white);
    text-align: left;
    margin-bottom: 0px;
    font-weight: 600;
    font-family: "proxima-nova", sans-serif;

    font-size: 1rem;
    line-height: 27px;
}

.component-title-cta-images-and-caption__homepage-banner-slider-blue--description p{
    margin:0;
}

.component-title-cta-images-and-caption__homepage-banner-slider-blue--background{
    background-color: rgb(13 12 12 / 45%);;
    padding: 1.25rem;
    margin: 3rem;
    top: -3rem;
    position: relative;
}

.component-title-cta-images-and-caption__homepage-banner-slider-blue--background .component-cta{
    margin:0;
    margin-top:2rem;
}

.component-title-cta-images-and-caption__homepage-banner-slider-blue .component-title-cta-images-and-caption--eventDescription{
    color: var(--white);
}


/* SLIDE WHITE VERSION */

.component-title-cta-images-and-caption__homepage-banner-slider-white{
    color: var(--blueGalbani);
    /* background-color: var(--blueGalbani); */
}


.component-title-cta-images-and-caption__homepage-banner-slider-white { 
    min-height: 100vh;
    display: grid; 
    place-items: center;
    background-image: var(--bg-mobile);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.component-title-cta-images-and-caption__homepage-banner-slider-white--title{
    color: var(--blueGalbani);
    text-align: left;
    padding-bottom: 1.563rem;
    margin-bottom: 0px;
    font-weight: 500;
    font-family: 'JohnHancockCP', sans-serif;

    font-size: 1.625rem;
    line-height: 30px;
}

.component-title-cta-images-and-caption__homepage-banner-slider-white--description{
    color: var(--blueGalbani);
    text-align: left;
    margin-bottom: 0px;
    font-weight: 600;
    font-family: "proxima-nova", sans-serif;

    font-size: 1rem;
    line-height: 22px;
}

.component-title-cta-images-and-caption__homepage-banner-slider-white--description p{
    margin:0;
}

.component-title-cta-images-and-caption__homepage-banner-slider-white--background{
    background-color: transparent;
    padding: 1.25rem;
    margin: 0 3rem 3rem;
    top: -1rem;
    position: relative;
}

.component-title-cta-images-and-caption__homepage-banner-slider-white--background .component-cta{
    margin:0;
    margin-top:2rem;
}

.component-title-cta-images-and-caption__homepage-banner-slider-white .component-title-cta-images-and-caption--eventDescription{
    color: var(--blueGalbani);
}


/* MEDIUM MOBILE 381px */
@media screen and (min-width: 23.813rem) {

    .swiper-button-next:after, .swiper-button-prev:after{
        font-size: 60px;
    }

    .swiper-button-next{
        right: 1.5rem;
    }

    .swiper-button-prev{
        left: 1.5rem;
    }

    .component-title-cta-images-and-caption__homepage-banner-slider-blue--background{
        margin: 5rem;
    }

    .component-title-cta-images-and-caption__homepage-banner-slider-white--background{
        margin: 0 5rem 5rem;
    }

    
    
}

/* LARGE MOBILE 481px */
@media screen and (min-width: 30.063rem) {

    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction
    {
        top:85vh;
    }

    .block-cta{
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        gap: 1rem;
    }

    .component-title-cta-images-and-caption__homepage-banner-slider-blue--title{
        font-size: 2.125rem;
        line-height: 42px;
    }

    .component-title-cta-images-and-caption__homepage-banner-slider-blue--background{
        margin: 5rem;
    }

    .component-title-cta-images-and-caption__homepage-banner-slider-white--title{
        font-size: 2.125rem;
        line-height: 42px;
    }

    .component-title-cta-images-and-caption__homepage-banner-slider-white--background{
        margin: 0 5rem 5rem;
    }
    
    .swiper-button-next, .swiper-button-prev{
        top: 26rem;
    }

    .component-title-cta-images-and-caption__homepage-banner-slider-blue--description{
        font-size: 1.125rem;
        line-height: 22px;
    }

    .component-title-cta-images-and-caption__homepage-banner-slider-white--description{
        font-size: 1.125rem;
        line-height: 22px;
    }
}

/* TABLET 641px */
@media screen and (min-width: 40.063rem) {
    
    .block-cta{
        grid-template-columns: 1fr 2fr;
        align-items: end;
    }

    .component-title-cta-images-and-caption__homepage-banner-slider-blue img, .component-title-cta-images-and-caption__homepage-banner-slider-white img{ 
        width: 37.5rem;
    }
}


/* TABLET 768px */
@media screen and (min-width: 48rem) {/* 768px */

    .component-title-cta-images-and-caption {
        background-image: var(--bg-desktop);
    }

    .block-cta{
        grid-template-columns: 1fr 3fr;
        gap:2rem;
        margin:auto;
    }

    .swiper-button-next, .swiper-button-prev{
        top: 23.5rem;
    }
    
    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction
    {
        top:80vh;
    }

    .component-title-cta-images-and-caption__homepage-banner-slider-blue--title{
        font-size: 2.5rem;
        line-height: 47px;
    }

    .component-title-cta-images-and-caption__homepage-banner-slider-blue--background{
        top: -5rem;
        min-width: 38rem;
        margin:3rem;
    }

    .component-title-cta-images-and-caption__homepage-banner-slider-white--title{
        font-size: 2.5rem;
        line-height: 47px;
    }

    .component-title-cta-images-and-caption__homepage-banner-slider-white--background{
        top: 0rem;
        min-width: 38rem;
        margin: 0 3rem 3rem;
    }

    .component-title-cta-images-and-caption__homepage-banner-slider-white { 

        align-content: center;
    }

    
}

@media screen and (min-width: 64rem) {/* 1024px */

    .component-title-sliding-images-and-texts--slides__homepage-banner-slider {
        position: relative;

        margin-bottom: 6.31rem;

        background-color: transparent;
        background-image: linear-gradient(
            var(--range-color),
            var(--range-color) calc(100% - 7.5rem),
            transparent calc(100% - 7.5rem));
    }

    .component-title-sliding-images-and-texts--slides__homepage-banner-slider:after {
        content: '';

        display: block;
        position: absolute;
        bottom: 3.5rem;

        height: 25rem;
        width: 100%;

        background-image: linear-gradient(
            transparent,
            transparent 4rem,
            var(--range-color) 4rem);
        border-radius: 3.125rem;
    }

    .component-title-sliding-images-and-texts--slide__homepage-banner-slider {
        height: 0;
        padding-bottom: 100%;
    }


    .component-title-sliding-images-and-texts--slides__homepage-banner-slider:not(:has(.page-product-page--slide-counter)):after {
        bottom: 0;
    }

    .component-title-sliding-images-and-texts--slides__homepage-banner-slider:not(:has(.page-product-page--slide-counter)) .component-title-sliding-images-and-texts--slide__homepage-banner-slider {
        padding-bottom: calc(100% * 38.6875 / 96.3125);
    }

    .component-title-sliding-images-and-texts--component-wrapper-picture-picture-image__homepage-banner-slider {
        
    }

    .block-cta{
        display: grid;
        grid-template-columns: 1fr 1.5fr;
        align-items: end;
        gap: 0;
    }
    
    .swiper-button-next{
        right: 2rem;
    }

    .swiper-button-prev{
        left: 2rem;
    }
    
    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction
    {
        top: 39.75rem;
    }

    .swiper-button-next, .swiper-button-prev {
        top:20rem;
    }

    .component-title-cta-images-and-caption__homepage-banner-slider-blue{ 
        display: grid;
        grid-template-columns: 2fr 1fr;
        direction: rtl;
        grid-auto-flow: column;
    }

    .component-title-cta-images-and-caption__homepage-banner-slider-blue > *{ 
        direction: ltr;
    }

    .component-title-cta-images-and-caption__homepage-banner-slider-blue--title{
        font-size: 2.875rem;
        line-height: 52px;
    }

    .component-title-cta-images-and-caption__homepage-banner-slider-blue--background{
        top: 0;
        min-width:auto;
        margin: 3rem 3rem 3rem 9rem;
        background-color: transparent;
        max-width: 22rem;
    }

    .component-title-cta-images-and-caption__homepage-banner-slider-blue--description p{
        line-height: 22px;
    }

    .component-title-cta-images-and-caption__homepage-banner-slider-blue { 
        min-height: 43.75rem;
        max-height: 43.75rem;
        background-position: left top;
    }


    .component-title-cta-images-and-caption__homepage-banner-slider-white{ 
        display: grid;
        grid-template-columns: 1fr 1fr;
        direction: ltr;
        grid-auto-flow: column;
        align-items: center;
        justify-items: stretch;
        align-content: center;
        justify-content: space-evenly;
        gap:4rem;
    }

    .component-title-cta-images-and-caption__homepage-banner-slider-white > *{ 
        direction: ltr;
    }

    .component-title-cta-images-and-caption__homepage-banner-slider-white--title{
        font-size: 2.875rem;
        line-height: 52px;
    }

    .component-title-cta-images-and-caption__homepage-banner-slider-white--background{
        top: 0;
        min-width:auto;
        margin: 3rem 0 3rem 0;
        background-color: transparent;
        max-width: 22rem;
    }

    .component-title-cta-images-and-caption__homepage-banner-slider-white--description p{
        line-height: 22px;
    }

    .component-title-sliding-images-and-texts { 
        min-height: 43.75rem;
        max-height: 43.75rem;
    }

    .component-title-cta-images-and-caption__homepage-banner-slider-white { 
        min-height: 43.75rem;
        max-height: 43.75rem;
    }

    .component-title-cta-images-and-caption__homepage-banner-slider-white img {
        width: 40rem;
    }

    .component-title-cta-images-and-caption__homepage-banner-slider-white--image-wrapper {
        max-width:60rem;
        margin-left: 25%;
    }

}

@media screen and (min-width: 67.5rem) { /* 1080px */

    .component-title-cta-images-and-caption__homepage-banner-slider-blue--background {
        max-width: 25rem;
    }

    .component-title-cta-images-and-caption__homepage-banner-slider-white--background {
        max-width: 25rem;
    }
}

@media screen and (min-width: 75rem) { /* 1200px */

    .component-title-cta-images-and-caption__homepage-banner-slider-blue--background {
        max-width: 25rem;
    }

    .component-title-cta-images-and-caption__homepage-banner-slider-white--background {
        max-width: 25rem;
    }

    .component-title-cta-images-and-caption__homepage-banner-slider-blue--title{
        font-size: 3.5rem;
        line-height: 60px;
    }

    .component-title-cta-images-and-caption__homepage-banner-slider-white--title{
        font-size: 3.5rem;
        line-height: 60px;
    }

    .block-cta{
        display: grid;
        align-items: end;
        gap: 1rem;
    }

    .component-title-cta-images-and-caption__homepage-banner-slider-white{
        gap: 4rem;
    }
}

/* BIG DESKTOP */
@media screen and (min-width: 84rem) {/* 1344px */


    .component-title-cta-images-and-caption__homepage-banner-slider-blue--background {
        max-width: 30rem;
    }

    .block-cta{
        grid-template-columns: 1fr 1fr 1fr;
    }

    .component-title-cta-images-and-caption__homepage-banner-slider-white--background {
        max-width: 40rem;
    }
}