.container-jdf-product-banner-carousel-white .col-carousel-btn-title {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 32px;
    margin-top: 8px;
    margin-bottom: 32px;
}

.container-jdf-product-banner-carousel-white .col-carousel-btn-title .col {
    padding: 12px 32px;
    border: 1px solid rgba(236, 236, 236, 1);
    border-radius: 4px;
    background-color: transparent;
    cursor: pointer;
}

.container-jdf-product-banner-carousel-white .col-carousel-btn-title .col:hover,
.container-jdf-product-banner-carousel-white .col-carousel-btn-title .col.active {
    border: 1px solid rgba(236, 236, 236, 0);
    background-image: linear-gradient(90deg, #FFDE00 4%, #ffffff 4%);
    background-position: top left;
    background-origin: border-box;
}

.container-jdf-product-banner-carousel-white .col-carousel-btn-title .col .title {
    color: #ffffff;
    font-family: "JD Sans Pro";
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
}

.container-jdf-product-banner-carousel-white .col-carousel-btn-title .col:hover .title,
.container-jdf-product-banner-carousel-white .col-carousel-btn-title .col.active .title {
    color: var(--e-global-color-text);
}

.container-jdf-product-banner-carousel-white {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.container-jdf-product-banner-carousel-white .row .banners {
    position: relative;
}

.container-jdf-product-banner-carousel-white .row .slick-list {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25); 
    border-radius: 16px; 
    overflow: hidden; 
}

.container-jdf-product-banner-carousel-white .slick-arrow {
    position: absolute;
    z-index: 9;
    cursor: pointer;
}

.container-jdf-product-banner-carousel-white .slick-prev {
    top: 50%;
    left: -24px;
    transform: translateY(-24px);
}

.container-jdf-product-banner-carousel-white .slick-next {
    top: 50%;
    transform: translateY(-24px);
    right: -24px;
}

.container-jdf-product-banner-carousel-white .wrapper-slide {
    display: flex;
    flex-direction: row;
    min-height: 540px;
    position: relative;

    overflow: hidden;
/*    border-radius: 16px;*/
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center left;
/*    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);*/
}

.container-jdf-product-banner-carousel-white .col-image {
    width: 854px;
    height: 540px;
    overflow: hidden;
}

.container-jdf-product-banner-carousel-white .col-image img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.container-jdf-product-banner-carousel-white .col-content {
    width: 600px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: white;
    clip-path: polygon(100% 100%, 0 100%, 33% 0, 100% 0);
}

.container-jdf-product-banner-carousel-white .wrap-content {
    background-image: url('../images/banner-product-ellipse-bg.png');
    background-position: top right;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding-right: 64px;
}

.container-jdf-product-banner-carousel-white .content {
    width: 310px;
}

.container-jdf-product-banner-carousel-white .slide .line {
    background-color: #FFDE00;
    height: 4px;
    border-radius: 8px;
    margin-bottom: 6px;
    display: inline-block;
    width: 32px;
}

.container-jdf-product-banner-carousel-white .slide .title {
    color: var(--e-global-color-primary);
    font-family: "JD Sans Pro";
    font-size: 32px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 16px;
}

.container-jdf-product-banner-carousel-white .slide .description {
    color: var(--e-global-color-text);
    font-family: "JD Sans Pro";
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    margin: 16px 0 24px;
}

.container-jdf-product-banner-carousel-white .description ul {list-style-type: none;padding: 0;}

.container-jdf-product-banner-carousel-white .description ul li {}

.container-jdf-product-banner-carousel-white .description ul li {
    background-image: url('../images/icon-list-checkin-white.svg');
    background-repeat: no-repeat;
    width: 100%;
    min-height: 32px;
    margin-bottom: 16px;
    display: flex;
    padding-left: 48px;
    flex-direction: row;
    align-items: center;
}

.container-jdf-product-banner-carousel-white .list {
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 24px;
}

.container-jdf-product-banner-carousel-white .itemlist .wrap-itemlist {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
}

.container-jdf-product-banner-carousel-white .itemlist .text {
    color: var(--e-global-color-text);
    font-family: "JD Sans Pro";
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
}

.container-jdf-product-banner-carousel-white .slide .button {
    display: flex;
}

.container-jdf-product-banner-carousel-white .slide .button .btn {
    color: #ffffff;
    font-family: "JD Sans Pro";
    font-size: 16px;
    font-weight: 700;
    display: flex;
    line-height: normal;
    gap: 16px;
    padding: 16px 32px;
    border-radius: 4px;
    border: 1px solid var(--e-global-color-primary);
    background-color: var(--e-global-color-primary);
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    transition: all 500ms linear 0s;
    opacity: 1;
}

.container-jdf-product-banner-carousel-white .slide .button .btn:hover {
    opacity: 0.7;
}

.popup-container-jdf-product-banner-carousel-white {
    z-index: 999;
    position: fixed;
    bottom: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%); 
    right: 0;
    display: none;
    margin: 0 auto;
    max-width: 360px;
}

.popup-container-jdf-product-banner-carousel-white .content-form  {
    background-color: #ffffff;
    padding: 48px 24px;
    border-radius: 16px;
    position: relative;
}

.popup-container-jdf-product-banner-carousel-white .icon {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    cursor: pointer;
}

.popup-container-jdf-product-banner-carousel-white .title .text {
    color: var(--e-global-color-primary);
    font-family: "JD Sans Pro", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 16px;
    padding-right: 22px;
}

.popup-container-jdf-product-banner-carousel-white .title .line {
    background-color: #FFDE00;
    width: 80px;
    height: 4px;
    border-radius: 4px;
    margin-bottom: 32px;
}

.popup-container-jdf-product-banner-carousel-white .btn-close {
    background-color: var(--e-global-color-primary);
    width: 32px;
    height: 32px;
    border-radius: 16px;
    position: absolute;
    top: -12px;
    right: -12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    cursor: pointer;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.popup-container-jdf-product-banner-carousel-white .btn-submit {
    display: flex;
    padding: 16px 32px;
    gap: 16px;
    color: #ffffff;
    font-family: "JD Sans Pro", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    width: 100%;
    border: 0 solid transparent;
    background-color: var(--e-global-color-primary);
    border-radius: 4px;
    transition: all 500ms linear 0s;
    opacity: 1;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.popup-container-jdf-product-banner-carousel-white .btn:hover {
    opacity: 0.7;
}

.popup-container-jdf-product-banner-carousel-white .btn .text {
    flex-shrink: 0;
    display: flex;
    height: auto;
}

.popup-container-jdf-product-banner-carousel-white .wpcf7-list-item {
    margin: 0;
}

.popup-container-jdf-product-banner-carousel-white .wpcf7-list-item-label,
.popup-container-jdf-product-banner-carousel-white .wpcf7-list-item-label a {
    color: #54585A;
    font-family: "JD Sans Pro", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
}

.popup-container-jdf-product-banner-carousel-white .wpcf7-list-item label {
    display: flex;
    flex-direction: row;
    gap: 6px;
    align-items: flex-start;
    flex-wrap: nowrap;
}

.popup-container-jdf-product-banner-carousel-white .wpcf7-list-item label input[type="checkbox"] {
    width: 17px;
    height: 17px;
}

.popup-container-jdf-product-banner-carousel-white input[type="text"],
.popup-container-jdf-product-banner-carousel-white input[type="tel"],
.popup-container-jdf-product-banner-carousel-white input[type="email"] {
    padding: 16px;
    height: 48px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 0;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
    border-bottom: 1px solid rgba(84, 88, 90, 0.2);
    color: rgba(84, 88, 90, 1);
    font-family: "JD Sans Pro", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.popup-container-jdf-product-banner-carousel-white :focus-visible {
    outline: -webkit-focus-ring-color auto 0;
}

.popup-container-jdf-product-banner-carousel-white .input-field {
    margin-bottom: 24px;
}

.popup-container-jdf-product-banner-carousel-white .input-field-acceptance {
    margin-bottom: 32px;
}

.popup-container-jdf-product-banner-carousel-white .input-field-submit {
    width: 100%;
    margin-bottom: 0;
    position: relative;
}

.popup-container-jdf-product-banner-carousel-white .wpcf7-spinner {
    margin: 0;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.overlay-container-jdf-product-banner-carousel-white {
    background-color: #000000;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    opacity: .4;
    display: none;
}

@media(max-width: 1215px) {
    .container-jdf-product-banner-carousel-white .col-carousel-btn-title .col {
        padding: 6px 16px;
    }

    .container-jdf-product-banner-carousel-white .col-carousel-btn-title .col .title {
        font-size: 14px;
    }

    .container-jdf-product-banner-carousel-white {
        border-radius: 16px;
        background-size: 100%;
        background-position: top center;
    }

    .container-jdf-product-banner-carousel-white .slide .wrapper-slide {
        flex-direction: column;
        min-height: initial;
    }

    .container-jdf-product-banner-carousel-white .slide .title {
        font-size: 24px;
    }

    .container-jdf-product-banner-carousel-white .slide .col-image {
        width: 100%;
        height: 221px;
    }

    .container-jdf-product-banner-carousel-white .slide .col-content {/*        background-image: linear-gradient(183deg, rgb(0 0 0 / 0%) 8%, rgb(255 255 255) 8%);*/clip-path: polygon(0% 100%, 0% 0%, 100% 10%, 100% 100%);width: 100%;padding: 48px 16px;background-position: top left;position: relative;margin-top: -48px;background-repeat: no-repeat;}

    .container-jdf-product-banner-carousel-white .slide .col-content .content {
        width: 100%;
    }

    .container-jdf-product-banner-carousel-white .slide .wrap-content {
        background-image: none;
        padding-right: 0;
    }

    .container-jdf-product-banner-carousel-white .slide .button .btn {
        width: 100%;
        font-size: 14px;
    }
}