.cards__number{border-radius:50%;background-color:var(--grey-shade-3);width:48px;height:48px;display:flex;align-items:center;justify-content:center;}.icon-element{display:flex;align-items:center;gap:1rem;}.icon-element img{width:24px;flex:0 0 24px;}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:clamp(var(--g6-mobile),2vw,var(--g6-desktop));}.cards.cards--3-cols{--min-width:300px;grid-template-columns:repeat(auto-fit,minmax(var(--min-width),1fr));}@media (max-width:425px){.cards.cards--3-cols{--min-width:270px}}.cards__item{position:relative;display:flex;flex-direction:column;color:#242426;border:1px solid var(--grey-shade-5);padding:clamp(var(--g8-mobile),3vw,var(--g8-desktop));border-radius:12px;background-color:var(--white);}.cards__item-link{position:absolute;top:0;bottom:0;left:0;right:0;z-index:2;}.cards__item--video .cards__icon-img{transform:scale3d(1,1,1);will-change:transform;transition:transform .3s ease;}@media (any-hover:hover){a.cards__item:hover{color:inherit}.cards__item:hover{z-index:1}.cards__item--video:hover .cards__icon-img{transform:scale3d(1.1,1.1,1.1)}}.cards__title{flex:1 1 auto;position:relative;z-index:1;align-items:end;display:flex;}.cards__icon{width:32px;height:32px;flex:0 0 32px;position:relative;z-index:1;}.cards__icon-button{padding:0;border:none;background:none;cursor:pointer;}.cards__icon--60{width:60px;height:60px;flex:0 0 60px;}.cards__arrow{width:24px;height:24px;flex:0 0 24px;display:flex;align-items:center;justify-content:center;}.cards__arrow use{stroke:var(--grey-shade-10);}a.cards__item:hover use{stroke:var(--color-base);}.cards__image{position:absolute;inset:0;transform:scale3d(1,1,1);will-change:transform;transition:transform .3s ease;}.cards__image::after{content:"";position:absolute;inset:0;background-color:color-mix(in oklab,var(--black) 48%,transparent);}.cards__bg{object-fit:cover;height:100%;width:100%;}