#homeFeaturedSlider .slider {
    opacity: 0;
    visibility: hidden;
}

#homeFeaturedSlider .slider.inited {
    opacity: 1;
    visibility: visible;
}

.home-featured-item {
    position: relative;
    display: block;
}

.home-featured-item .img {
    overflow: hidden;
    position: relative;
}

.home-featured-item .hide {
    display: none;
}

.home-featured-item .gradient-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    height: 100%;
    content: '';
    -webkit-transition: height 300ms ease-out;
    -moz-transition: height 300ms ease-out;
    -ms-transition: height 300ms ease-out;
    -o-transition: height 300ms ease-out;
    transition: height 300ms ease-out;
}

.home-featured-item .img img {
    display: block;
    width: 100%;
    height: auto;
}


.home-featured-item .desc {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    padding: 30px;
    width: 100%;
    text-align: center;
}

.home-featured-item .desc h3 {
    margin-bottom: 16px;
}

.home-featured-item .desc h2 {
    font-size: 30px;
    color: #fff;
}

.home-featured-item .desc h3:hover,
.home-featured-item .desc h2:hover {
    text-decoration: underline;
}

.promotion-list.plain-list .slider {
    display: flex;
    flex-wrap: wrap;
}

.promotion-list.plain-list .slider .slide {
    flex: 0 1 50%;
    width: 50%;
    margin-bottom: 30px;
}

.promotion-list .slider {
    margin: 0 -12px;
}

.promotion-list .slider .slick-arrow {
    margin-top: -35px;
}

.promotion-list .slide {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 12px;
}

.instagram-feed {
    /* padding-top: 30px; */
}

.home-banners {
    display: flex;
    flex-wrap: wrap;
}

.home-banners .separator {
    border-left: 1px solid #023586;
    height: 83px;
    margin-top: 50px;
}

.home-banners hr {
    width: 100%;
    margin: 0 16px;
    border: 0;
    border-bottom: 1px solid #023586;
}

.home-banners .home-banner-item {
    display: block;
    flex: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 100px 50px 50px;
    background: #486691;
    position: relative;
}

.home-banners .home-banner-item i {
    content: '';
    width: 20px;
    height: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    right: 50px;
    top: 50%;
    -webkit-transform: translate(50%, -50%) rotate(45deg);
    -moz-transform: translate(50%, -50%) rotate(45deg);
    -ms-transform: translate(50%, -50%) rotate(45deg);
    -o-transform: translate(50%, -50%) rotate(45deg);
    transform: translate(50%, -50%) rotate(45deg);
}

.home-banner-item:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    -webkit-transition: opacity 300ms ease-out, width 300ms ease-out;
    -moz-transition: opacity 300ms ease-out, width 300ms ease-out;
    -ms-transition: opacity 300ms ease-out, width 300ms ease-out;
    -o-transition: opacity 300ms ease-out, width 300ms ease-out;
    transition: opacity 300ms ease-out, width 300ms ease-out;
    width: 100%;
    opacity: 0;
}

.home-banner-item:hover:before {
    width: 100%;
    opacity: 1;
}

.home-banner-item h3 {
    line-height: 1.25;
    margin-bottom: 16px;
    color: #96bdde;
    color: #fff;
    position: relative;
    font-size: 14px;
    font-weight: 500;
}

.home-banner-item h2 {
    font-size: 18px;
    line-height: 1.33;
    color: #fff;
    position: relative;
}

.home-banner-item:nth-child(2) {
    background: #b49784;
}

.home-banner-item:nth-child(3) {
    background: #96bdde;
}

@media screen and (max-width: 1280px) {
    .home-featured-item .desc h2 {
        font-size: 26px;
    }
}

@media screen and (max-width: 1024px) {
    .home-featured-item .desc h2 {
        font-size: 24px;
    }
}

@media screen and (max-width: 989px) {
    #homePresentation .list li:nth-child(n+3) {
        display: none;
    }
}

@media screen and (max-width: 820px) {
    #homePromotion .promotion-list .slide:nth-child(n+5) {
        /* display: none; */
    }
}

@media screen and (min-width: 581px) {
    #homePromotion .promotion-list .slick-dots {
        display: none !important;
    }
}
@media screen and (max-width: 580px) {
    #homePromotion .pb-section-footer {
        margin-top: 12px;
    }
    #homePromotion .promotion-list .slick-dots {
        bottom: -12px;
    }
    #homePromotion .promotion-list .slide {
        padding: 0 36px;
    }
    #homePromotion .promotion-list .slider .slick-prev:before, .slider .slick-next:before {
        width: 20px;
        height: 20px;
    }
    #homePromotion .promotion-list .slider .slick-arrow.slick-prev {
        left: 0;
    }
    #homePromotion .promotion-list .slider .slick-arrow.slick-next {
        right: 0;
    }
}

@media screen and (max-width: 768px) {
    .home-banners .home-banner-item {
        flex: 0 1 100%;
    }

    .home-banners .home-banner-item {
        padding: 24px 50px 24px 16px;
    }

    .home-banner-item h3 {
        font-size: 14px;
    }

    .home-banner-item h2 {
        font-size: 16px;
    }

    .home-banners .home-banner-item:after {
        width: 18px;
        height: 18px;
        right: 30px;
    }
}

@media screen and (max-width: 640px) {
    .home-featured-item .desc {
        padding: 16px;
    }
}

@media screen and (max-width: 480px) {
    .promotion-list.plain-list .slider .slide {
        flex: 0 1 100%;
        width: 100%;
    }
}
