/*<!--------------------------------BANNER------------------------------------->*/

.banner {
    margin: -159px 0 112px;
    padding: 32px 0 68px;
    box-sizing: border-box;
    background: #FCF7F1;

}

.banner_wrapper {
    display: flex;
    justify-content: space-between;
}

.banner_title {
    width: 50%;
    padding-top: 243px;
    padding-bottom: 106px;
    box-sizing: border-box;
    margin-right: 40px;
}

.banner_title_title {
    color: #000;
    font-family: DM-Serif, serif;
    font-size: 84px;
    font-style: normal;
    font-weight: 400;
    line-height: 84px; /* 100% */
    margin: 0 0 34px;
    max-width: 607px;
}

.banner_title_description {
    color: rgba(0, 0, 0, 0.50);
    font-family: Sans-400, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 140% */
    margin: 0 0 54px;
    max-width: 457px;
}

.banner_title_cta {
    display: flex;
    align-items: center;
}

.banner_title_button {
    display: flex;
    padding: 16px 20px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: #000;
    margin-right: 40px;
    color: #FFF;
    text-align: center;
    font-family: Sans-700, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 100% */
}

.banner_title_button img {
    margin-left: 40px;
    width: 44px;
    height: auto;
}

.banner_title_total {
    color: #000;
    font-family: Sans-500, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 140% */
    margin: 0;
    white-space: nowrap;
}

.banner_slider {
    width: 50%;
    border-radius: 24px;
    background: #DBECB6;
    padding: 200px 0 40px;
    box-sizing: border-box;
    max-width: 585px;
}

.flickity-viewport {
    padding: 40px 0 !important;
    /*box-sizing: border-box!important;*/
}

.carousel-cell img {
    transition: all 0.3s ease-in;
    width: 277px;
    height: auto;
}

.carousel-cell.is-selected img {
    transform: scale(1.2);
    transition: all 0.3s ease-in;
}

@media all and (max-width: 1200px) {
    .banner_title {
        padding-top: 190px;
        padding-bottom: 106px;
    }

    .banner_title_title {
        font-size: 36px;
        line-height: 36px;
        margin: 0 0 24px;
        max-width: 261px;
    }

    .banner_title_description {
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 24px;
        max-width: 280px;
    }

    .banner_title_cta {
        display: flex;
        align-items: center;
    }

    .banner_title_button {
        font-size: 14px;
        line-height: 20px;
        margin-right: 20px;
        white-space: nowrap;
    }

    .banner_title_button svg {
        margin-left: 20px;
    }

    .banner_title_total {
        font-size: 14px;
        line-height: 18px;
    }

    .banner_slider {
        width: 50%;
        border-radius: 24px;
        background: #DBECB6;
        padding: 90px 0 40px;
        box-sizing: border-box;
    }

    .flickity-viewport {
        padding: 34px 0 !important;
        /*box-sizing: border-box!important;*/
    }


}

@media all and (max-width: 1024px) {
    .banner {
        margin: -122px 0 86px;
        padding: 20px 0 28px;
    }

    .banner_title {
        padding-bottom: 90px;
    }

    .banner_slider {
        max-width: 336px;
    }

    .carousel-cell {
    }

    .carousel-cell img {
        width: 205px;
        height: auto;
    }
}

@media all and (max-width: 767px) {
    .banner {
        padding: 0 0 34px;
        margin: -83px 0 86px;
    }

    .banner_wrapper {
        flex-direction: column;
        justify-content: flex-start;
    }

    .banner_title {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 164px;
        margin: 0;
        padding-bottom: 64px;
    }

    .banner_title_title {
        color: #000;
        max-width: 330px;
        font-size: 36px;
        line-height: 36px;
        text-align: center;
    }

    .banner_title_description {
        color: rgba(0, 0, 0, 0.50);
        font-family: Sans-400, sans-serif;
        font-size: 16px;
        max-width: 336px;
        text-align: center;
        margin: 0 0 24px;
    }

    .banner_title_cta {
        flex-direction: column;
        align-items: center;
    }

    .banner_title_button {
        margin: 0 0 20px;
        padding: 16px 32px;
    }

    .banner_title_total {
        font-size: 14px;
        font-weight: 500;
        line-height: 28px; /* 140% */
    }
    .banner_slider {
        max-width: none;
        width: 100%;
    }
}