.body-wrapper section .container-fluid:has(.feature-slider){overflow-x:hidden}.feature-slider{display:flex;flex-direction:column;gap:25px}.feature-slider .pagination{display:flex}.feature-slider .pagination .indicator{background:unset;border-radius:100px;padding:unset}.feature-slider .cards{gap:25px;position:relative}.feature-slider .cards .card{box-shadow:0 2px 28px 4px rgba(0,0,0,.15);display:grid;gap:20px;left:0;opacity:0;overflow:hidden;position:absolute;transition:left .3s ease-in-out,opacity .6s ease-in-out;width:80%}.feature-slider .cards .card.no-image{padding:40px}.feature-slider .cards .card.active{left:0;opacity:1;z-index:50}.feature-slider .cards .card h2{font-size:1.5rem;font-weight:700;margin:0}.feature-slider .cards .card p{margin:0}.feature-slider .cards .card ul{display:grid;gap:10px;list-style-type:none;margin:0;padding:0}.feature-slider .cards .card ul li{align-items:center;display:flex;gap:10px}.feature-slider .cards .card ul li img{height:18px;width:18px}.feature-slider .cards .card img{grid-area:image;grid-row:1/span 3;height:100%;object-fit:cover;width:100%}@media screen and (min-width:765px){.feature-slider .cards .card.no-image ul{grid-template-columns:1fr 1fr}}.feature-slider .cards .card.image{grid-template-areas:"content image";grid-template-columns:1fr 1fr;grid-template-rows:auto auto auto}.feature-slider .cards .card.image h2{grid-area:content;grid-row:1;padding-left:40px;padding-right:20px;padding-top:40px}.feature-slider .cards .card.image p{grid-area:content;grid-row:2;padding-left:40px;padding-right:20px}.feature-slider .cards .card.image ul{grid-area:content;grid-row:3;list-style-type:none;padding-bottom:40px;padding-left:40px;padding-right:20px}.feature-slider .cards .card.active+.card{left:calc(80% + 25px);opacity:1}.feature-slider .cards .card.active+.card+.card{left:calc(160% + 50px)}.feature-slider .cards .card.active+.card+.card+.card{left:calc(240% + 75px)}.feature-slider .cards .card.active+.card+.card+.card+.card{left:calc(320% + 100px)}.feature-slider .cards .card.active+.card+.card+.card+.card+.card{left:calc(400% + 125px)}.feature-slider .cards .card.active+.card+.card+.card+.card+.card+.card{left:calc(480% + 150px)}.feature-slider .cards .card:has(+.card.active){left:calc(-80% - 25px);opacity:1}.feature-slider .cards .card:has(+.card+.card.active){left:calc(-160% - 50px)}.feature-slider .cards .card:has(+.card+.card+.card.active){left:calc(-240% - 50px)}.feature-slider .cards .card:has(+.card+.card+.card+.card.active){left:calc(-320% - 50px)}.feature-slider .cards .card:has(+.card+.card+.card+.card+.card.active){left:calc(-400% - 50px)}.feature-slider .cards .card:has(+.card+.card+.card+.card+.card+.card.active){left:calc(-480% - 50px)}