.x .x-carousel .slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.x .x-carousel .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    padding: 0;
    margin: 0;
}

    .x .x-carousel .slick-list:focus {
        outline: none;
    }

    .x .x-carousel .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.x .x-carousel .slick-slider .slick-track,
.x .x-carousel .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.x .x-carousel .slick-track {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    display: block;
    left: 0;
    top: 0;
}

    .x .x-carousel .slick-track:before, .x .x-carousel .slick-track:after {
        display: table;
        content: '';
    }

    .x .x-carousel .slick-track:after {
        clear: both;
    }

.x .x-carousel .slick-loading .slick-track {
    visibility: hidden;
}

.x .x-carousel .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.x .x-carousel [dir='rtl'] .slick-slide {
    float: right;
}

.x .x-carousel .slick-slide img {
    display: block;
}

.x .x-carousel .slick-slide.slick-loading img {
    display: none;
}

.x .x-carousel .slick-slide.dragging img {
    pointer-events: none;
}

.x .x-carousel .slick-initialized .slick-slide {
    display: block;
}

.x .x-carousel .slick-loading .slick-slide {
    visibility: hidden;
}

.x .x-carousel .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.x .x-carousel .slick-arrow.slick-hidden {
    display: none;
}

.x .x-carousel {
    width: 100%;
    margin: 2rem 0;
    margin: 0 auto;
    position: relative;
}

@media all and (min-width: 48rem) {
    .x .x-carousel {
        margin: 4rem 0;
    }
}

.x .x-carousel .x-carousel-gradient {
    pointer-events: none;
    max-height: 100%;
    position: absolute;
    bottom: 0;
    height: 100%;
    z-index: 10;
    width: 100%;
}

    .x .x-carousel .x-carousel-gradient::before {
        left: 0;
        -webkit-transition: opacity 0.75s ease;
        transition: opacity 0.75s ease;
        position: absolute;
        max-width: 50%;
        height: 100%;
        content: "";
        z-index: 10;
        width: 15%;
        top: 0;
        background: white;
        background: -webkit-gradient(linear, left top, right top, color-stop(25%, white), to(rgba(255, 255, 255, 0)));
        background: linear-gradient(90deg, white 25%, rgba(255, 255, 255, 0) 100%);
    }

    .x .x-carousel .x-carousel-gradient::after {
        right: 0;
        -webkit-transition: opacity 0.75s ease;
        transition: opacity 0.75s ease;
        position: absolute;
        max-width: 50%;
        height: 100%;
        content: "";
        z-index: 10;
        width: 15%;
        top: 0;
        background: white;
        background: -webkit-gradient(linear, right top, left top, color-stop(25%, white), to(rgba(255, 255, 255, 0)));
        background: linear-gradient(270deg, white 25%, rgba(255, 255, 255, 0) 100%);
    }

    .x .x-carousel .x-carousel-gradient.fade-right::before {
        opacity: 0;
    }

    .x .x-carousel .x-carousel-gradient.fade-left::after {
        opacity: 0;
    }

.x .x-carousel .tile-card {
    height: 100%;
}

.x .x-carousel .x-car-cell {
    display: block;
    height: 100%;
}

.x .x-carousel:not(.slickify) {
    display: -ms-grid;
    display: grid;
}

    .x .x-carousel:not(.slickify) .x-carousel-gradient {
        bottom: 1rem;
        max-height: calc(100% - 1rem);
    }

    .x .x-carousel:not(.slickify) .x-carousel-arrow {
        display: none;
    }

    .x .x-carousel:not(.slickify) .carousel-inner {
        grid-auto-columns: -webkit-max-content;
        grid-auto-columns: max-content;
        padding: 24px;
        gap: 24px;
        grid-auto-flow: column;
        overflow-x: scroll;
        overflow-y: hidden;
        display: -ms-grid;
        display: grid;
    }

@media all and (min-width: 48rem) {
    .x .x-carousel:not(.slickify) .carousel-inner {
        padding: 32px;
        gap: 32px;
    }
}

.x .x-carousel:not(.slickify) .carousel-inner::-webkit-scrollbar {
    height: 1rem;
}

.x .x-carousel:not(.slickify) .carousel-inner::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0.375rem #E3E3E3;
    box-shadow: inset 0 0 0.375rem #E3E3E3;
}

.x .x-carousel:not(.slickify) .carousel-inner::-webkit-scrollbar-thumb {
    background-color: #0095DB;
    outline: 0px none transparent;
}

.x .x-carousel.slickify.single .slick-slide {
    margin: 0 33vw;
}

.x .x-carousel.slickify .slick-list {
    padding-bottom: 1.5rem;
}

.x .x-carousel.slickify .slick-slide img {
    width: 100%;
}

.x .x-carousel.slickify .slick-slide {
    display: -ms-grid;
    display: grid;
    margin: 12px;
}

@media all and (min-width: 48rem) {
    .x .x-carousel.slickify .slick-slide {
        margin: 16px;
    }
}

.x .x-carousel.slickify .slick-slide > div {
    min-height: 100%;
    height: 100%;
}

.x .x-carousel.slickify .slick-slider.slick-dotted {
    padding-bottom: 2.5rem;
    padding-top: 1.5rem;
}

.x .x-carousel.slickify .x-car-cell {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.x .x-carousel.slickify .x-carousel-arrow {
    display: none;
}

.x .x-carousel.slickify.arrows .x-carousel-arrow {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    height: 1.5rem;
    width: 1.5rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    text-align: center;
    font-size: 1.5rem;
    cursor: pointer;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    outline: none;
    border: none;
    z-index: 10;
    padding: 0;
    top: calc(50% - 0.5625rem);
}

@media all and (min-width: 48rem) {
    .x .x-carousel.slickify.arrows .x-carousel-arrow {
        height: 2.25rem;
        width: 2.25rem;
    }
}

.x .x-carousel.slickify.arrows .x-carousel-arrow.prev {
    left: 0;
}

.x .x-carousel.slickify.arrows .x-carousel-arrow.next {
    right: 0;
}

.x .x-carousel.slickify .x-carousel-dots {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
    -ms-grid-rows: max-content;
    grid-template-rows: -webkit-max-content;
    grid-template-rows: max-content;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-auto-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    list-style: none;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    width: 100%;
    z-index: 20;
    padding: 0;
    bottom: 0;
    gap: 2%;
}

    .x .x-carousel.slickify .x-carousel-dots li {
        background: transparent;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 1.125rem;
        text-align: center;
        position: relative;
        height: 1.125rem;
        width: 1.125rem;
        cursor: pointer;
        display: -ms-grid;
        display: grid;
        padding: 0;
        margin: 0;
    }

        .x .x-carousel.slickify .x-carousel-dots li button {
            width: 100%;
            height: 100%;
            outline: none;
            cursor: pointer;
            max-width: 0.75rem;
            max-height: 0.75rem;
            height: 16px;
            width: 12px;
            border-radius: 50%;
            color: transparent;
            background: #B1B3B3;
            border: 0px none transparent;
        }

        .x .x-carousel.slickify .x-carousel-dots li.slick-active button {
            background: #3A3A3A;
        }

.x .x-carousel.slickify.dots-left .x-carousel-dots {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}

.x .x-carousel.slickify.dots-left .x-carousel-gradient {
    bottom: 1rem;
    max-height: calc(100% - 1rem);
}
