.cards-carousel{overflow:hidden;padding-bottom:2em;padding-top:2em}.cards-carousel>.sub-wrapper{display:flex;flex-direction:row;flex-wrap:wrap;gap:1.5em 2em;justify-content:space-between;margin-bottom:2em}.cards-carousel-nav{display:flex;gap:.5em;justify-content:center}.cards-carousel-nav-btn.prev{transform:rotate(180deg)}.cards-carousel-nav-btn:disabled{cursor:not-allowed;opacity:.5}.cards-crsl-swiper{display:flex;flex-direction:column;opacity:0;overflow:visible;transition:opacity .3s ease;width:100%}.cards-crsl-swiper.active{opacity:1}.cards-crsl-swiper .swiper{overflow:visible;padding:0 var(--side-padding);width:100%}.cards-crsl-swiper .swiper-wrapper{align-items:stretch;overflow:visible;width:100%}.cards-crsl-swiper .swiper-slide{height:auto}.crsl-card{background:var(--off-black);border-radius:1em;color:var(--white);display:flex;flex-direction:column;height:100%;overflow:hidden;width:100%}.crsl-card-img{height:50vw;width:100%}.crsl-card-content{display:flex;flex-direction:column;flex-grow:1;padding:2em 1.5em;width:100%}.crsl-card-title{margin-bottom:.5em}.crsl-card-desc{flex-grow:1;margin-bottom:2em}.crsl-card-button{font-size:.8em}@media (min-width:700px){.crsl-card-img{height:28vw}.crsl-card-title>*{font-size:.8em}.crsl-card-desc>*{font-size:.9em}}@media (min-width:1000px){.cards-carousel>.sub-wrapper{margin-bottom:4em}.cards-carousel-nav.no-nav{display:none}.crsl-card-img{height:20vw;max-height:250px}.crsl-card-content{padding:2em}}@media (min-width:1200px){.crsl-card-desc>*,.crsl-card-title>*{font-size:1em}}
