.featured-buttons {
    position: relative;
    z-index: 1;
    padding: 62px 0;
}

.featured-buttons__text {
    padding-bottom: 40px;
}

.featured-buttons__text h2 {
    padding-bottom: 20px;
    font-size: 35px;
}

.js-featured-slider {
    margin: 0 -16px;
    padding-bottom: 60px;
   
}

.featured-slider-item {
    padding: 16px;
}

.featured-button__tag li:last-child{
    margin-bottom: 0;
}

.featured-button {
    display: block;
    background: none;
    height: 357px;
    position: relative;
    box-shadow: 0 3px 16px rgba(0,0,0,0.16);
    overflow: hidden;
}

.featured-button__img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.featured-button__tag {
    margin: 0;
    padding: 0;
    padding-left: 0 !important;
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
}

.featured-button__tag li::before {
    display: none;
}

.featured-button__tag  li {
    padding: 0 10px 0 0;
    margin: 3px 0 0 0;
    font-size: 14px;
    color: #F3F3F5;
    line-height: 1.2em;
    font-weight: 400;
}

.featured-button__hover {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 0 15px 44px 15px;
    z-index: 1;
}

.featured-button__hover::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 357px;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom,  rgba(54,54,54,0) 0%,rgba(54,54,54,1) 100%);
    z-index: -1;
    box-shadow: 0 3px 16px rgba(0,0,0,0.16);
}

.featured-button__hover h4 {
    font-size: 25px;
    color: #fff;
    padding: 15px 0 14px 0;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1.28em;
}

.featured-button__cta {
    position: absolute;
    right: -1px;
    bottom: 0;
    border: none;
    background: #F17503;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    height: 44px;
    padding: 0 49px 0 37px;
    clip-path: polygon(10% 0%, 100% 0, 100% 100%, 0% 100%);
}

.featured-button__cta::after {
    position: absolute;
    content: '\e903';
    font-family: 'icomoon';
    color: #004B86;
    right: 29px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 11px;
}

.featured-buttons::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 200px;
    z-index: -1;
    bottom: 0;
    left: 0;
    background: #F3F3F5;
}

@media (min-width: 768px) {
    .featured-buttons {
        position: relative;
        z-index: 1;
        padding: 86px 0 50px 0;
    }
    
    .featured-buttons__text {
        padding-bottom: 60px;
    }
    
    .featured-button {
        height: 556px;
    }
    
    .featured-button__tag  li {
        padding: 0 10px 0 0;
        margin: 0 0 0 0;
    }

    .featured-button__tag li:first-child {
        padding-left: 0;
    }

    .featured-button__tag li::after {
        content: '|';
        position: absolute;
        right: 0;
        top: 0;
    }

    .featured-button__tag li:last-child::after {
        display: none;
    }
    
    .featured-button__hover {
        padding: 0 30px 56px 30px;
    }
    
    .featured-button__hover::after {
        height: 556px;
    }
    
    .featured-button__hover h4 {
        padding: 15px 0 0 0;
    }

    .featured-buttons__text h2 {
        font-size: 45px;
    }
}

@media (min-width: 1025px) {
    .featured-button {
        width: 420px;
        transition: all ease 0.3s;
        height: 524px;
    }

    .featured-buttons__flex {
        display: flex;
        align-items: center;
    }

    .featured-buttons__text {
        width: 307px;
       /* padding: 123px 0 0 0;
        height: 615px;*/
    }

    .featured-button__hover::after {
        height: 36.1rem;
    }

    .featured-buttons__slider {
        width: calc(100% - 307px);
        padding-left: 87px;
    }

    .js-featured-slider {
        width: 20000px;
        padding-bottom: 0;
        height: 615px;
        display: flex;
    }

    .featured-button__hover {
        padding: 0 26px 22px 32px;
    }

    .featured-button__cta {
        opacity: 0;
    }

    /* .slick-active .featured-button__hover {
        padding: 0 26px 56px 25px;
    }

    .slick-active .featured-button {
        width: 477px;
        height: 577px;
    } */
    .featured-button:hover{
        width: 477px;
        height: 577px;
    }
    .featured-button:hover .featured-button__hover{
        padding: 0 26px 56px 25px;
      
    }
    .featured-button:hover .featured-button__hover .featured-button__cta{
        opacity: 1;
    }

    /* .slick-active .featured-button__hover::after ,
    .featured-button:hover .featured-button__hover::after {
        height: 577px;
    } */

    /* .slick-active .featured-button__cta {
        opacity: 1;
    } */

    .js-featured-slider .slick-arrow {
        left: -245px;
        transform: unset;
        bottom: 61px;
    }

    .featured-buttons__text h2 {
        padding-bottom: 44px;
        font-size: 55px;
    }

    .featured-buttons::before {
        width: calc(100% - 262px);
        left: unset;
        right: 0;
        clip-path: polygon(9% 0, 100% 0, 100% 100%, 0% 100%);
    }

    .featured-buttons {
        padding: 84px 0 76px 0;
    }
}

@media (min-width: 1600px) {
    .featured-buttons::before {
        width: calc(100% - 490px);
        clip-path: polygon(9% 0, 100% 0, 100% 100%, 0% 100%);
    }
}