.cards{position:relative;isolation:isolate;margin-block:5rem;color:var(--color-black)}@media(min-width:1180px){.cards{margin-top:11rem;margin-bottom:20rem}}.cards__container{position:relative;z-index:1;display:block}.cards__inner{display:block}.cards__title{margin:0 0 3.5rem;color:var(--color-blue);font-family:var(--font-body);font-size:3.2rem;font-weight:450;line-height:1;letter-spacing:0;overflow-wrap:break-word}@media(min-width:1180px){.cards__title{margin-bottom:6.5rem;font-size:7rem}}.cards__grid{display:grid;grid-template-columns:minmax(0,1fr);gap:2.7rem;align-items:stretch}@media(min-width:768px){.cards__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:3.6rem}}@media(min-width:911px){.cards__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:4.3rem}}.cards__item{aspect-ratio:1;perspective:140rem;font-family:var(--font-body);font-size:4.2vw;font-weight:450;line-height:1}@media(min-width:768px){.cards__item{font-size:2.2vw}}@media(min-width:911px){.cards__item{font-size:.95vw}}@media(min-width:1180px){.cards__item{font-size:1vw}}.cards__item:not(.cards__item--static).is-flipped .cards__card{transform:rotateY(180deg)}.cards__item:not(.cards__item--static).is-flipped .cards__face--front{pointer-events:none}.cards__item:not(.cards__item--static).is-flipped .cards__face--back{pointer-events:auto}@media(hover:hover)and (pointer:fine){.cards__item:not(.cards__item--static):hover .cards__card,.cards__item:not(.cards__item--static):focus-within .cards__card{transform:rotateY(180deg)}.cards__item:not(.cards__item--static):hover .cards__face--front,.cards__item:not(.cards__item--static):focus-within .cards__face--front{pointer-events:none}.cards__item:not(.cards__item--static):hover .cards__face--back,.cards__item:not(.cards__item--static):focus-within .cards__face--back{pointer-events:auto}}.cards__card{position:relative;width:100%;height:100%;transform-style:preserve-3d;transition:transform .7s cubic-bezier(.2,.7,.2,1);will-change:transform}.cards__face{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;min-width:0;overflow:hidden;background:var(--color-surface);border-radius:.6376rem;backface-visibility:hidden;transform-style:preserve-3d}@media(min-width:1180px){.cards__face{border-radius:1rem}}.cards__face--front{align-items:center;justify-content:center;padding:2.2rem}@media(min-width:1180px){.cards__face--front{padding:3.4rem}}.cards__face--back{flex-direction:column;gap:1.7rem;align-items:flex-start;justify-content:space-between;padding:1.5939rem;pointer-events:none;transform:rotateY(180deg)}@media(min-width:1180px){.cards__face--back{padding:2.5rem}}.cards__logo{display:block;width:auto;max-width:90%;height:auto;max-height:90%;object-fit:contain}.cards__flip-button{position:absolute;z-index:2;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;padding:0;cursor:pointer;background:transparent;border:0;border-radius:inherit}.cards__text{width:100%;margin:0;letter-spacing:0;overflow-wrap:anywhere}.cards__link{position:relative;z-index:2;align-self:flex-end;font-size:inherit;line-height:inherit;font-weight:inherit}@media(prefers-reduced-motion:reduce){.cards__card{transition:none}}
