<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">    .swiper {
        width: 100%;
        height: 100%;
    }
  
    .slider-bg {
        position: relative;
        max-width: 750px;
        height: auto;
        margin-inline: auto;
    }
  
    .slider-bg &gt; .swiper {
        position: absolute;
        left: 0;
        top: 0;
    }

    .swiper-wrapper{

        /* margin-top: 30% !important; */
    }

    .swiper-content-1{

        margin-top: 45% !important;
    }
    
    .swiper-content-2{
        margin-top: 37% !important;
    }

     .swiper-slide {
        text-align: center;
        margin: auto;
        width: 100%;
        height: auto;
        object-fit: none;
    }

    .img-slider {
        display: block;
        width: 100%;
        scale: 100%;
        height: auto;
        object-fit: cover;
        image-rendering: -webkit-optimize-contrast;
        image-rendering: -moz-crisp-edges;
        image-rendering: crisp-edges;
    }


    @media (max-width:480px) {

        .swiper-content-1{

            margin-top: 43% !important;
        }
        
        .swiper-content-2{
            margin-top: 35% !important;
        }

        .swiper-pagination {
            bottom: 2% !important;
        }
    }</pre></body></html>