.sliderBrandPicture{width:10rem;height:5.5rem;display:flex;justify-content:center;align-items:center;border-radius:24px;margin-top:2rem;background:linear-gradient(0deg,#222,#181818);transition:all .3s}.sliderActive img{transform:translateY(-.1rem);transition:all .3s}.sliderActive{display:flex;align-items:center;justify-content:center}.swiper-slide-active .sliderBrandPicture{box-shadow:0 2px 0 .1px var(--primary);transform:translateY(-1rem);transition:all .3s}.swiper-slide-active .sliderBrandPicture .sliderActive{width:90%;height:70%;background-color:var(--primary);border-radius:18px;display:flex;align-items:center;justify-content:center;transition:all .3s;box-shadow:inset 1px 1px 8px 3px #ffffff15}@media screen and (min-width:300px) and (max-width:992px){.sliderBrandPicture{width:8.5rem;height:5rem;margin-top:1rem}.sliderActive>img{width:75%;height:75%;object-fit:contain}.swiper-slide-active .sliderBrandPicture .sliderActive>img{width:100%;height:100%;object-fit:contain}}@media screen and (min-width:992px) and (max-width:1280px){.sliderBrandPicture{width:9.5rem;height:5rem;margin-top:1rem}.sliderActive>img{width:75%;height:75%;object-fit:contain}.swiper-slide-active .sliderBrandPicture .sliderActive>img{width:100%;height:100%;object-fit:contain}}