.fx-tab-carousel .pp-tabs-panel.slick-active .pp-tabs-panel-content {
    display: block !important;
}

.fx-tab-carousel .pp-tabs-labels .slick-track {
    padding-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    justify-content: center;
}

.fx-tab-carousel .pp-tabs-labels {
    justify-content: center;
}

.fx-tab-carousel .pp-tabs-label .pp-tab-label-inner {
    outline: none;
}

/* slick arrow */

.fx-tab-carousel .pp-tabs-panels .slick-arrow {
    background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.999 24.5l8.735-8.854 1.307 1.294-6.552 6.637H35v1.846H15.489l6.553 6.645-1.309 1.285L12 24.5z' fill='%23000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M46.5 1.5h-45v45h45v-45zM0 0v48h48V0H0z' fill='%23000'/%3E%3C/svg%3E%0A");
    background-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    left: 0;
    border: none !important;
    border-radius: 0;
    padding: 13px;
    width: 50px;
    height: 50px;
    transition: background 0.3s ease;
    opacity: 0;
}

.fx-tab-carousel .pp-tabs-panels .slick-arrow::before {
    content: '' !important;
}

.fx-tab-carousel .pp-tabs-panels .slick-next {
    right: 0;
    left: unset;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.fx-tab-carousel .pp-tabs-panels .slick-arrow:hover{
    border: none !important;
}

.fx-tab-carousel .pp-tabs-panels .slick-arrow:hover::before {
    filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(189deg) brightness(103%) contrast(102%);
}

.fx-tab-carousel .pp-tabs-panels .slick-arrow.slick-disabled {
    opacity: 0.3;
}

.row-flex .col-flex-6:first-child img {
    -webkit-clip-path: polygon(0% 3rem, 3rem 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 3rem, 3rem 0%, 100% 0%, 100% 100%, 0% 100%);
}


@media (min-width: 768px) {

    .fx-tab-carousel .col-flex-6 + .col-flex-6 {
        padding-left: 40px;
    }

    .fx-tab-carousel .pp-tabs-label:last-child:before {
        background: #eee !important;
    }
    
    .fx-tab-carousel .pp-tabs-label::before {
        position: absolute;
        bottom: 1px;
        left: 0;
        width: 100%;
        height: 2px !important;
        background-color: #eee;
        content: '';
        -webkit-transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        transform: none !important;
    }
    
    .fx-tab-carousel .pp-tabs-label.slick-current::before {
        background-color: #090948 !important;
        height: 4px !important;
        bottom: 1px;
    }
    
    
    .fx-tab-carousel .pp-tabs-label.slick-current .pp-tab-title {
        color: #090948 !important;
    }   

    .fx-tab-carousel .pp-tabs-panels .slick-arrow {
        opacity: 1;
    }
}

@media (min-width: 1200px) {
    .fx-tab-carousel .pp-tabs-panels.fx-tab-arrow-hide .slick-arrow {
        display: none !important;
    }


    .fx-tab-carousel .col-flex-6 + .col-flex-6 {
        padding-left: 80px;
    }

}

@media (min-width: 1300px) {

    .fx-tab-carousel .fx-tab-arrow-hide .pp-tabs-label {
        min-width: 340px;
    }
}

/* Carousel */


@media (min-width: 640px) {
    .accent-slider .fl-content-slider-navigation .slider-prev, .accent-slider .fl-content-slider-navigation .slider-next {
        position: absolute !important;
        top: 50%;
        transform: translateY(-50%);
        background-color: transparent;
        opacity: 1;
    }
    
    .accent-slider .fl-content-slider-navigation {
        top: 50% !important;
        transform: translateY(-50%);
    }
    
    .accent-slider .fl-content-slider-navigation .slider-prev {
        left: 45.4vw;
    }
    
}

@media (min-width: 768px) {
    .accent-slider .fl-content-slider-navigation .slider-prev {
        left: 31.4vw;
    }
}

.accent-slider .fl-content-slider .fl-content-slider-navigation .slider-prev {
    background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.999 24.5l8.735-8.854 1.307 1.294-6.552 6.637H35v1.846H15.489l6.553 6.645-1.309 1.285L12 24.5z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M46.5 1.5h-45v45h45v-45zM0 0v48h48V0H0z' fill='%23fff'/%3E%3C/svg%3E%0A")!important;
}

.accent-slider .fl-content-slider .fl-content-slider-navigation .slider-next {
    background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M34.751 24.5l-8.735-8.854-1.307 1.294 6.552 6.637H11.75v1.846h19.511l-6.553 6.645 1.309 1.285L34.75 24.5z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M46.5 1.5h-45v45h45v-45zM0 0v48h48V0H0z' fill='%23fff'/%3E%3C/svg%3E%0A")!important;
}