/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 1 version
*/

.logo-carousel h3 {
    text-align: center;
    padding: 0 22px 15px;
    font-size: 24px;
}

.logo-carousel-item img {       
    height: 90px;
    width: auto;
}

.js-logo-carousel {
    padding-bottom: 63px;
}

.js-logo-carousel .slick-slide {
    margin: 0 18px;
}

.logo-carousel-static{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 50px;
    text-align: center;
    margin: 0 auto;
}


.logo-carousel-static .slick-arrow {
    bottom: -40px;
}


.js-logo-carousel:after {
    content: "";
    position: absolute;
    width: 90px;
    height: 98px;
    left: 0;
    top: 0;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}

.js-logo-carousel:before {
    content: "";
    position: absolute;
    width: 90px;
    height: 98px;
    right: 0;
    top: 0;
    z-index: 1;
    background: rgb(255,255,255);
    background: linear-gradient(-90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}

.logo-carousel {
    padding-top: 40px;
    z-index: 2;
    position: relative;
}

.logo-carousel--inner.logo-carousel {
    padding-top: 0;
    padding-bottom: 0;
}


@media(min-width: 768px) {

    .logo-carousel-item img {       
        height: 90px;
        width: auto;
    }

    
    .logo-carousel h3 {
        font-size: 30px;
    }

    .logo-carousel {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media(min-width: 1200px) {
    .logo-carousel-wrapper {
        max-width: 1613px;
        margin: 0 auto;
    }

    .logo-carousel h3 {
        padding: 0 22px 23px;
    }

    .logo-carousel-item{
        height: 138px;
        width: auto;
        max-height: 100%;
        max-width: 100%;
        display: block;
        position: relative;
    }

    .logo-carousel-item img {
        height: 138px;
        width: auto;
       
    }

    .js-logo-carousel:after {
        width: 128px;
        height: 138px;
    }

    .js-logo-carousel:before {
        width: 128px;
        height: 138px;
    }

    .js-logo-carousel .slick-slide {
        margin: 0 25px;
    }

    .logo-carousel {
        padding-top: 100px;
    }
}