.swiper-wrapper {
    height: auto;
}

#module .swiper-container1 {
    padding: 0 0;
    overflow: hidden;
    margin: 1.563vw 0 0;
    display: flex;
    justify-content: space-between;
    position: relative;
}

#module .swiper-title {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(10%, 30%);
    font-family: 'Gilroy';
    font-weight: bold;
    font-size: 2.344vw;
    color: #fff;
    z-index: 99;
}

#module .swiper-container1 img {
    width: 50%;
    height: auto;
}

#module .swiper-wrapper {
    height: auto;
}

#module .swiper-wrapper,
#module .swiper-slide {
    width: 50%;
}

#module .swiper-pagination {
    width: 49%;
}

#module .text-links {
    display: flex;
    justify-content: space-between;
}

#module .swiper-pagination {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #FFBB28;
    max-height: 24.297vw;
}

#module .swiper-pagination-bullet {
    width: 98%;
    height: auto;
    font-family: 'Gilroy';
    font-weight: bold;
    font-size: 0.859vw !important;
    color: #020810 !important;
    line-height: 1.563vw;
    display: inline-block;
    padding: 0.391vw 0.781vw;
    border-radius: 0;
    opacity: 1;
    margin: 0;
    background: #ECFDFF;
    margin-bottom: 1.406vw;
    border-left: 0.313vw solid #ECFDFF;


}

#module .swiper-pagination-bullet:last-child {
    margin-bottom: 0;
}

#module .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: #FFC3A5;
    background: #fff;
}

#module .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0;
}

#module .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    transition: all 0.3s ease-in;
}



#module .swiper-pagination {
    width: 50%;
    padding: 1.445vw 0 0 0vw;
}



#module .swiper-title {
    transform: translate(10%, 70%);
    font-size: 1.953vw;
    color: #FFF !important;
    background-color: #FFBB28 !important;
}


#module .swiper-container1 {
    position: relative;
}


@media screen and (max-width:1460px) {
    #module .swiper-title {
        font-size: 2.74vw;
        top: 2%;
    }

    #module .swiper-pagination {
        padding: 2.534vw 0 0 0px;
        max-height: 42.96vw;
    }

    #module .swiper-pagination-bullet {
        font-size: 1.507vw !important;
        margin-bottom: 2.466vw;
        line-height: 2.74vw;
        display: inline-block;
        padding: 0.685vw 1.37vw;
    }
}

@media screen and (max-width:1024px) {


    #module .swiper-pagination {
        max-height: 41.6vw;
    }

    #module .swiper-pagination-bullet {
        font-size: 1.507vw !important;
        margin-bottom: 2.466vw;
        line-height: 2.74vw;
        display: inline-block;
        padding: 0.685vw 1.37vw;
    }
}


@media screen and (max-width: 480px) {
    #module .swiper-container1 {
        flex-direction: column;
    }

    #module .swiper-wrapper,
    #module .swiper-slide,
    #module .swiper-container1,
    #module .swiper-container1 img,
    #module .swiper-pagination {
        width: 100%;
        max-height: none;
    }

    #module .swiper-wrapper {
        padding-bottom: 0;
    }

    #module .swiper-pagination {
        margin-top: 0;
    }


    #module .swiper-title {
        position: static;
        top: 0%;
        transform: translate(0);
        width: 100%;
        background-color: #fff;
        padding-top: 4.167vw;
        text-align: center;
        font-size: 5.208vw
    }

    #module .swiper-pagination {
        width: 100%;
        margin-top: 0;
        padding-top: 4.167vw;
        padding-bottom: 6.25vw;
    }

    #module .swiper-pagination-bullet{
        font-size: 3.333vw !important;
        padding: 2.083vw;
        margin-bottom: 3.125vw;
        line-height: 1.3;
    }

}