@keyframes FadeIn{from{opacity:0;transform:scale(0)}
to{opacity:1;transform:scale(100%)}
}
@keyframes FadeInText{from{opacity:0}
to{opacity:1}
}
.new-cars-shared-features-wrapper{position:relative;overflow:hidden}
.new-cars-shared-features-cards::-webkit-scrollbar{display:none}
.new-cars-shared-features-cards{display:flex;padding-inline-start:16px;padding-inline-end:16px;padding-bottom:32px;gap:16px;overflow-x:auto;user-select:none;overflow-wrap:break-word}
.new-cars-shared-features-card{min-width:142px;position:relative;height:368px;transition:min-width .5s;opacity:0;cursor:pointer;--_animation-delay:var(--animation-delay,0);animation:FadeIn .5s forwards ease-out;animation-delay:var(--_animation-delay);transform-origin:bottom left}
.new-cars-shared-features-card.active{min-width:300px}
.new-cars-shared-features-card img{border-radius:4px;width:100%;height:100%;object-fit:cover;position:absolute}
.new-cars-shared-features-bottom{position:absolute;bottom:0;color:white;width:120px}
.new-cars-shared-features-bottom-left{inset-inline-start:16px;font-size:20px;font-weight:400;line-height:28px;letter-spacing:0;text-align:left}
.new-cars-shared-features-bottom-right{inset-inline-end:16px;text-align:end;visibility:hidden;font-size:14px;font-weight:400;line-height:18px;letter-spacing:0;text-align:right}
.new-cars-shared-features-title{padding-bottom:64px;text-align:center}
.new-cars-shared-features-title h1{text-transform:none;font-weight:300;font-size:40px;line-height:57px}
.new-cars-shared-features-title h3{text-transform:none;font-weight:400;font-size:18px;line-height:24px;color:#f02}
.new-cars-shared-features-title p{font-weight:400;font-size:16px;line-height:24px;color:#6c7073}
.new-cars-shared-features-arrow-cards-wrapper{justify-content:center;display:flex;align-items:center;padding-bottom:32px}
.new-cars-shared-features-arrow-right,.new-cars-shared-features-arrow-left{position:absolute;cursor:pointer;z-index:2;padding-bottom:64px}
.new-cars-shared-features-arrow-right{right:10px}
.new-cars-shared-features-arrow-left{left:10px}
.new-cars-shared-features-carousel-indicators{display:flex;padding-bottom:32px;padding-left:16px;gap:8px;right:auto}
.new-cars-shared-features-carousel-indicator{width:2px;height:2px;border-radius:50%;background-color:#888;transition:width .3s ease}
.new-cars-shared-features-carousel-indicator.active{width:32px;border-radius:0}
@media(min-width:320px) and (max-width:961px){.new-cars-shared-features-title{padding:40px 16px 64px;text-align:center}
.new-cars-shared-features-card{min-width:300px;cursor:auto}
.new-cars-shared-features-bottom-right{visibility:visible}
.new-cars-shared-features-arrow-right,.new-cars-shared-features-arrow-left{visibility:hidden}
.new-cars-shared-features-carousel-indicators{visibility:hidden}
}
@media(min-width:761px){.new-cars-shared-features-title{padding:40px 16px 64px}
}
@media(min-width:961px){.new-cars-shared-features-title{padding:32px 150px 64px}
.new-cars-shared-features-card.active{min-width:760px}
.new-cars-shared-features-card.active .new-cars-shared-features-bottom-right{opacity:0;animation:FadeInText .5s forwards ease-out;visibility:visible}
}