.slider {
    width: 100%;
    display: flex;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    float: left;
}

.carousel {
    width: 75.868vw;
    position: relative
}

.carousel-cell {
    position: relative;
    width: 100%
}

.carousel-cell:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 120px;
    background: linear-gradient(#191717 0%, rgba(101, 100, 100, 0) 100%);
    opacity: 0.57;
}

.carousel-cell picture {
    float: left;
    width: 100%;
    background: #000;
}

.carousel-cell picture img {
    width: 100%;
    height: 100%;
    opacity: 0.8;
    object-fit: cover;
    vertical-align: middle;
}

.carousel-cell .summary {
    position: absolute;
    z-index: 1;
    color: #fff
}

.showroom {
    width: 24.132vw;
    position: relative;
    box-shadow: 0 -25px 25px 0 rgb(0 0 0 / 40%);
}

.showroom ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.showroom-cell {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: opacity .3s ease-out 0s;
    opacity: 0;
    z-index: 0;
    cursor: pointer;
}

.showroom-cell.active {
    z-index: 1;
    opacity: 1
}

.showroom-cell div {
    position: absolute;
    bottom: 0;
    height: 164px;
    z-index: 10;
    width: 80%;
    margin-left: calc(50% - 40%);
    border-top: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.showroom-cell picture img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.showroom-cell div svg {
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

.showroom-cell:hover:after {
    opacity: .2
}

.showroom-cell:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    transition: opacity .2s ease-out 0s;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, #191717 0%, rgba(101, 100, 100, 0) 100%);
    opacity: 0.65;
}

.slider .flickity-page-dots {
    bottom: 73px
}

.slider .flickity-page-dots .dot {
    background: 0 0;
    margin: 0;
    margin-right: 5px;
    width: 11px;
    height: 11px;
    border: 1px solid rgba(255, 255, 255, .5);
    opacity: .5
}

.slider .flickity-page-dots .dot:last-child {
    margin-right: 0
}

.slider .flickity-page-dots .dot.is-selected {
    background-color: #fff;
    opacity: 1
}

.slider .flickity-prev-next-button {
    min-width: auto
}

.slider .flickity-prev-next-button.previous {
    display: none;
}

.slider .flickity-prev-next-button.previous svg {
    display: none
}

.slider .flickity-prev-next-button.next {
    display: none;
}

.slider .flickity-prev-next-button.next svg {
    display: none
}

.carousel-cell .blur-field {
    position: absolute;
    z-index: 100;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 166px;
    background: transparent;
    backdrop-filter: blur(9px);
    --webkit-backdrop-filter: blur(9px);
    background-color: rgba(255, 255, 255, 0.09);
}

.carousel-cell .summary {
    left: 11%;
    bottom: 44%;
    top: unset;
    transform: none;
    text-align: left;
    width: 530px;
    height: 247px;
    border-radius: 5px;
    background: #fcd72b;
    opacity: 0.8;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 25px;
}

.carousel-cell .summary div {
    float: left;
    width: 100%;
}

.carousel-cell .summary b {
    float: left;
    width: 60%;
    font-weight: 500;
    font-size: 28px;
    text-align: left;
    color: #2d2d2b;
    line-height: normal;
}

.carousel-cell .summary span {
    float: left;
    width: 100%;
    margin: 10px 0px 20px 0px;
    line-height: normal;
    font-weight: 400;
    font-size: 20px;
    text-align: left;
    color: #2d2d2b;
    line-height: normal;
}

.carousel-cell .summary a {
    float: left;
}

.carousel-cell .summary a svg {
    float: right;
    margin-left: 10px;
}


/*
.carousel-cell .summary a:hover {
    background-color: #ffcc5a;
    color: #000;
}
*/

.carousel,
.carousel-cell,
.carousel-cell picture img,
.slider .flickity-viewport {
    height: calc(100vh - 133px) !important;
}

.progress {
    position: absolute;
    left: 0;
    top: 0;
    height: 3px;
    background-color: rgba(255, 255, 255, .7);
    z-index: 5
}