#gjs{

}
#gjs a{
    text-decoration: none;
    border:none !important;
    min-height: 0 !important;
    min-width: 0 !important;
}

#gjs [href]{
    cursor: pointer;
}

ul.bannerSlider{
    padding-left:0;
}
.bannerSlider{
    height: 750px;
}
.bannerSlider .slide__image::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 750px;
    background: rgba(33,33,33,.5);
}
.bannerSlider .slick-slide {
    position: relative;
}
.bannerSlider .slide__image {
    pointer-events: none;
}
.bannerSlider .slide__image img {
    width: 100%;
    height: 750px;
    object-fit:cover;
    pointer-events: auto;
}
img.slide__image__top-position {
    object-position:center bottom;
}
.bannerSlider .slide__text {
    position: absolute;
    z-index: 100;
    text-align: left;
    width: 80%;
    top: 50%;
    left:15%;
    max-width:1150px;
    margin: auto;
    transform: translate(-15%,-50%);
    padding: 15px;

}
.bannerSlider .slide__text .desc {
    color:#333;margin-top: 30px;font-weight: 400;
    margin-bottom: 30px;
}
.bannerSlider .slide__text h2 {
    font-size: 62px;
    line-height: 70px;
    font-weight:500;
    margin-bottom: 5px !important;
    color: white;

}

.bannerSlider .slide__text p {
    font-size: 22px;
    line-height: 24px;
    font-weight: 300;
    color: #fff;
}
.bannerSlider .logos{
    width: 100%;max-width: 350px;display: inline-block;
}
@media(max-width: 1300px) {
    .bannerSlider .slide__text h2 {
        font-size: 62px;
        line-height: 70px;
        font-weight:500;
        margin-bottom: 5px !important;
        color: white;

    }
}
@media(max-width: 767px) {

    .bannerSlider .slide__text h2 {
        font-size: 46px !important;
        line-height: 42px !important;
        margin-bottom: 10px !important;

    }
    .bannerSlider .slide__text{
        text-align: center;
        padding: 10px !important;
        left:50% !important;
        transform: translate(-50%,-55%) !important;
        width: 100% !important;
    }
    .bannerSlider {
        height: 550px !important;
    }
    .bannerSlider .slide__image::before {
        height: 550px !important;
    }
    .bannerSlider .slide__image img {
        height: 550px !important;
    }
}

@media(max-width: 475px) {
    .bannerSlider .slide__text h2 {
        font-size: 40px !important;
        line-height: 40px !important;
        margin-bottom: 10px !important;

    }
}
@media(max-width: 400px) {
    .bannerSlider .logos {
        max-width: 60px !important;
    }
}