.home #the-hero .slide{position:relative;}

            .home #the-hero .slide__content-wrapper{grid-column:1 /  -1;padding-left:3rem;padding-right:3rem;}

            @media (min-width:768px){.home #the-hero .slide__content-wrapper{grid-column:span 6 / span 6;}}

            @media (min-width:1024px){.home #the-hero .slide__content-wrapper{grid-column:span 4 / span 4;}}

            .home #the-hero .slide__title{
                font-size:clamp(2.25rem, 4.4921875vw, 4.3125rem);
                font-weight:700;
                line-height:1;
                margin-bottom:.75rem;
            }

            .home #the-hero .slide__title:last-child{margin-bottom:0;}

            .home #the-hero .slide__subtitle{
                font-size:clamp(1.125rem, 1.5vw, 1.375rem);
                line-height:1.5;
                margin-bottom:1.25rem;
            }

            .home #the-hero .slide__subtitle:last-child{margin-bottom:0;}
        .home #the-hero .swiper:not(.swiper-initialized) .swiper-slide{display:none;}
        .home #the-hero .swiper:not(.swiper-initialized) .swiper-slide:first-child{display:block;}
