.custom-cards{background-color:#16223b;background-position:center 20%;background-size:cover;color:#fff;padding:6rem 0;position:relative}.custom-cards:before{background:linear-gradient(180deg,#16223b,rgba(22,34,59,.8) 20%,rgba(22,34,59,0));top:0}.custom-cards:after,.custom-cards:before{content:"";height:50%;left:0;position:absolute;width:100%;z-index:1}.custom-cards:after{background:linear-gradient(180deg,hsla(0,0%,100%,0),#fff 80%,#fff);bottom:0}.custom-cards__heading{color:rgb(var(--color-background));position:relative;z-index:2}.custom-cards__heading.text-left{text-align:left}.custom-cards__heading.text-center{text-align:center}.custom-cards__heading.text-right{text-align:right}.custom-cards .swiper{margin-left:2rem;padding-right:2rem;position:relative;width:calc(100% - 2rem);z-index:2}@media screen and (min-width:990px){.custom-cards .swiper{margin-left:4rem;padding-right:3rem;width:calc(100% - 4rem)}}.custom-cards .swiper-initialized .swiper-slide{margin-right:0!important}.custom-cards .swiper-initialized .swiper-wrapper{backface-visibility:hidden;box-sizing:border-box;-moz-column-gap:1rem;column-gap:1rem;flex-wrap:nowrap;margin:0;transform-style:preserve-3d;will-change:transform}.custom-cards .swiper-initialized .swiper-slide{background-color:hsla(0,0%,100%,.8);color:rgb(var(--color-foreground))}.custom-cards .swiper .swiper-button-next{right:10rem}.custom-cards .swiper .swiper-button-next .swiper-clip-path{clip-path:polygon(0 0,100% 0,100% calc(100% - 15px),calc(100% - 15px) 100%,0 100%)}.custom-cards .swiper .swiper-button-prev{left:4rem}.custom-cards .swiper .swiper-button-prev .swiper-clip-path{clip-path:polygon(0 0,100% 0,100% 100%,15px 100%,0 calc(100% - 15px))!important}.custom-cards .swiper [class*=swiper-button]{background-color:transparent;clip-path:none;color:rgb(var(--color-foreground));filter:drop-shadow(0 0 20px rgba(0,0,0,.25))}.custom-cards .swiper [class*=swiper-button] .swiper-clip-path{align-items:center;background-color:rgb(var(--color-background));display:flex;height:100%;justify-content:center;width:100%}.custom-cards .swiper [class*=swiper-button] .swiper-clip-path:hover{background-color:rgb(var(--color-foreground));color:rgb(var(--color-background))}@media screen and (max-width:989.98px){.custom-cards .swiper [class*=swiper-button]{display:none}}.custom-cards .custom-card{align-items:flex-start;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;flex-direction:column;height:auto;padding:2rem;transition:transform .3s ease}@media screen and (min-width:990px){.custom-cards .custom-card{padding:4rem}.custom-cards .custom-card:hover{transform:translateY(-5px)}}.custom-cards .custom-card__icon{align-items:center;display:flex;height:80px;justify-content:center;margin-bottom:2rem;width:80px}.custom-cards .custom-card__icon img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.custom-cards .custom-card__title{color:rgb(var(--color-foreground));font-size:var(--font-size-h3);margin:0 0 .8rem}.custom-cards .custom-card__text{color:#666;line-height:1.4em}.custom-cards .custom-card__text p{margin:0}