.cards{overflow:hidden;position:relative}.cards__background,.cards__background-gradient,.cards__background-src{left:0;pointer-events:none;position:absolute;top:0;width:100%}.cards__background{height:50%}.cards--narrow .cards__background{height:60%}.cards__background-src{height:100%;object-fit:cover}.cards__background-gradient{background:linear-gradient(0deg,rgba(27,26,61,.8),rgba(27,26,61,0));height:100%}.cards__text{margin-bottom:var(--section-spacing-inner)}.cards--grid .cards__text{text-align:center}.cards--narrow .cards__text{text-align:left}.cards--background-image .cards__text{padding-top:var(--section-spacing)}.cards__items{position:relative}.cards__grid{display:grid;grid-gap:var(--grid-gap);grid-template-columns:1fr}.cards__carousel .owl-stage{display:flex}.cards__carousel .owl-stage-outer{overflow:visible}.cards__carousel .card{height:100%}.cards__carousel .owl-nav{display:flex;gap:10px;margin-top:var(--text-spacing-md)}.cards__carousel .owl-next,.cards__carousel .owl-prev{flex-shrink:0}.cards__carousel .owl-next span,.cards__carousel .owl-prev span{background-color:#2741f1;border-radius:50%;color:#fff;display:block;padding:20px;transition:all .2s ease}.cards__carousel .owl-next.disabled span,.cards__carousel .owl-prev.disabled span{opacity:.25}.cards__carousel .owl-next svg,.cards__carousel .owl-prev svg{display:block;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.cards__buttons{display:flex;flex-wrap:wrap;gap:.6em;margin-top:var(--section-spacing-inner)}@media screen and (max-width:599px){.cards__buttons{align-items:flex-start;flex-direction:column}.cards--grid .cards__buttons{align-items:center}.cards__buttons .button{min-width:14rem}}@media screen and (max-width:899px){.cards__text{max-width:36em}}@media screen and (min-width:900px){.cards--grid .cards__text{grid-column:2/-2;justify-content:center}.cards--grid .cards__items{grid-column:1/-1}.cards__grid--2-columns{grid-template-columns:repeat(2,1fr)}.cards__grid--3-columns{grid-template-columns:repeat(3,1fr)}.cards__buttons{grid-column:1/-1}.cards--grid .cards__buttons{justify-content:center}.cards--carousel .cards__text{grid-column:1/-1}.cards--carousel .cards__items{grid-column:4/-4}.cards__carousel .owl-nav{bottom:0;left:calc(-50% - var(--grid-gap)/2);margin-top:0;position:absolute}.cards__carousel .owl-item{opacity:0;transform:translateX(100%) scale(.9);transition:all .2s ease}.cards__carousel .owl-item.active,.cards__carousel .owl-item.active~.owl-item{opacity:1;transform:translateX(0) scale(1)}.cards--carousel .cards__buttons{grid-column:4/-1}}@media screen and (min-width:1200px){.cards--carousel .cards__buttons,.cards--carousel .cards__text{grid-column:3/-3}.cards--carousel .cards__items{grid-column:3/7}.cards--narrow .cards__items{grid-column:2/-2}.cards--grid .cards__text{grid-column:3/-3;margin-left:auto;margin-right:auto;max-width:36em}.cards--narrow .cards__text{grid-column:2/-2;margin-left:0;margin-right:0}.cards__carousel .owl-nav{left:calc(-50% - var(--grid-gap)/2)}}