.cards-grid__wrapper{position:relative;width:100%;margin-left:auto;margin-right:auto;padding-left:3.2rem;padding-right:3.2rem;z-index:20}@media (min-width: 768px){.cards-grid__wrapper{max-width:76.8rem;padding-left:4.4rem;padding-right:4.4rem}}@media (min-width: 1024px){.cards-grid__wrapper{max-width:102.4rem;padding-left:5.6rem;padding-right:5.6rem}}@media (min-width: 1280px){.cards-grid__wrapper{max-width:128rem;padding-left:3.2rem;padding-right:3.2rem}}@media (min-width: 1440px){.cards-grid__wrapper{max-width:144rem}}@media (min-width: 1600px){.cards-grid__wrapper{max-width:151.2rem;padding-left:5.6rem;padding-right:5.6rem}}.cards-grid{padding-top:4rem}@media (min-width: 768px){.cards-grid{padding-top:7.2rem}}@media (min-width: 1280px){.cards-grid{padding-top:9.6rem}}.cards-grid__title{font-size:4rem;line-height:1.05;font-weight:900;font-family:proxima-nova,Roboto,sans-serif;color:#000;margin-bottom:4rem;letter-spacing:-.02em;text-align:center}@media (min-width: 768px){.cards-grid__title{font-size:7.2rem;line-height:1;margin-bottom:6.4rem}}@media (min-width: 1024px){.cards-grid__title{margin-bottom:5.6rem}}@media (min-width: 1280px){.cards-grid__title{max-width:111.6rem;margin:0 auto 8rem}}.cards-grid__cards{display:grid;grid-template-columns:1fr;gap:3.2rem}@media (min-width: 768px){.cards-grid__cards{gap:4rem}}@media (min-width: 1024px){.cards-grid__cards{grid-template-columns:repeat(3,1fr);gap:2.4rem}}@media (min-width: 1280px){.cards-grid__cards{gap:4rem}}.cards-grid__card{display:block;position:relative;background:#fff;height:100%;border-radius:1.2rem;display:flex;flex-direction:column;box-shadow:0 0 4rem #0c055e14;transition:box-shadow .2s ease,transform .2s ease;transform:translateY(0);text-decoration:none;cursor:pointer}@media (min-width: 1024px){.cards-grid__card:hover,.cards-grid__card:focus-visible{box-shadow:0 0 6.4rem #0c055e1a;transform:translateY(-.8rem)}.cards-grid__card:hover .cards-grid__card__link,.cards-grid__card:focus-visible .cards-grid__card__link{background-color:#4fe0bf!important;color:#000!important;border-color:#4fe0bf!important}.cards-grid__card:hover .cards-grid__card__link .universal-button__arrow svg,.cards-grid__card:focus-visible .cards-grid__card__link .universal-button__arrow svg{fill:#000!important}}.cards-grid__card--deco-1{overflow:hidden}.cards-grid__card__media{display:block;width:100%;height:100%;overflow:hidden;border-radius:1.2rem 1.2rem 0 0}.cards-grid__card__corner{position:absolute;width:6.5rem;height:6.5rem;pointer-events:none;color:var(--decoration-color, #FDCD00);z-index:1}@media (min-width: 768px){.cards-grid__card__corner{width:9.7rem;height:9.7rem}}@media (min-width: 1024px){.cards-grid__card__corner{width:6.5rem;height:6.5rem}}@media (min-width: 1280px){.cards-grid__card__corner{width:9.7rem;height:9.7rem}}.cards-grid__card__corner svg{width:100%;height:100%;display:block;fill:currentColor}.cards-grid__card__corner--top-left{top:0;left:0}.cards-grid__card__corner--bottom-right{bottom:0;right:0}.cards-grid__card__image{position:relative;width:100%;height:18rem}@media (min-width: 768px){.cards-grid__card__image{height:28rem}}@media (min-width: 1024px){.cards-grid__card__image{height:20rem}}@media (min-width: 1280px){.cards-grid__card__image{height:28rem}}.cards-grid__card__image img{width:100%;height:100%;object-fit:cover;display:block;transform:scale(1);transition:transform .4s ease}.cards-grid__card__content{display:flex;flex-direction:column;align-items:flex-start;padding:2.4rem 2.4rem 3.2rem;flex-grow:1}@media (min-width: 768px){.cards-grid__card__content{padding:3.2rem 3.2rem 4.8rem}}@media (min-width: 1024px){.cards-grid__card__content{padding:2.4rem 2.4rem 4rem}}@media (min-width: 1280px){.cards-grid__card__content{padding:3.2rem 3.2rem 4.8rem}}.cards-grid__card__title{font-size:2.4rem;line-height:1.1667;font-weight:900;font-family:proxima-nova,Roboto,sans-serif;color:#000;margin-bottom:.8rem;letter-spacing:-.02em}@media (min-width: 768px){.cards-grid__card__title{font-size:3.2rem;line-height:1.125;margin-bottom:1.6rem}}@media (min-width: 1024px){.cards-grid__card__title{font-size:2.4rem;line-height:1.1667;margin-bottom:1.2rem}}@media (min-width: 1280px){.cards-grid__card__title{font-size:3.2rem;line-height:1.125;margin-bottom:1.6rem}}.cards-grid__card__text{font-size:1.6rem;line-height:1.5;font-weight:400;font-family:proxima-nova,Roboto,sans-serif;color:#000;margin-bottom:2.4rem}@media (min-width: 768px){.cards-grid__card__text{margin-bottom:3.2rem}}@media (min-width: 1024px){.cards-grid__card__text{font-size:1.4rem;line-height:1.57;margin-bottom:2.4rem}}@media (min-width: 1280px){.cards-grid__card__text{font-size:1.6rem;line-height:1.5;margin-bottom:3.2rem}}.cards-grid__card__link{margin-top:auto}.cards-grid__card:not(.cards-grid__card--deco-1) .cards-grid__card__corner{display:none}.cards-grid__card--no-deco .cards-grid__card__deco{display:none}.cards-grid__card__deco{position:absolute;pointer-events:none;z-index:1}.cards-grid__card__deco img{width:100%;height:100%;display:block;transform:none}.cards-grid__card__deco svg{width:100%;height:100%;display:block}.cards-grid__card__deco svg path{fill:currentColor}.cards-grid__card__deco--deco-2{top:0;transform:translateY(-50%);width:6.4rem;height:6.4rem;left:2.4rem}@media (min-width: 768px){.cards-grid__card__deco--deco-2{left:3.2rem;width:8.9rem;height:8.9rem}}@media (min-width: 1024px){.cards-grid__card__deco--deco-2{width:6.4rem;height:6.4rem;left:2.4rem}}@media (min-width: 1280px){.cards-grid__card__deco--deco-2{left:3.2rem;width:8.9rem;height:8.9rem}}.cards-grid__card__deco--deco-3{top:0;transform:translateY(-50%);width:6.1rem;height:6.4rem;left:2.4rem}@media (min-width: 768px){.cards-grid__card__deco--deco-3{width:8.6rem;height:9rem}}@media (min-width: 1024px){.cards-grid__card__deco--deco-3{width:6.1rem;height:6.4rem}}@media (min-width: 1280px){.cards-grid__card__deco--deco-3{width:8.6rem;height:9rem}}.cards-grid__card__deco--deco-4{top:0;transform:translateY(-50%);width:6.6rem;height:6.4rem;left:2.4rem}@media (min-width: 768px){.cards-grid__card__deco--deco-4{width:9.7rem;height:9.4rem;left:3rem}}@media (min-width: 1024px){.cards-grid__card__deco--deco-4{width:6.6rem;height:6.4rem;left:2.4rem}}@media (min-width: 1280px){.cards-grid__card__deco--deco-4{width:9.7rem;height:9.4rem;left:3rem}}.cards-grid--card-title-deco .cards-grid__card__title{position:relative}.cards-grid--card-title-deco .cards-grid__card__title:before{content:"";position:absolute;display:block;width:.8rem;height:100%;left:-2.4rem;border-radius:0 1.2rem 1.2rem 0;background-color:#32cee7}@media (min-width: 768px){.cards-grid--card-title-deco .cards-grid__card__title:before{left:-3.2rem;width:1.2rem}}@media (min-width: 1024px){.cards-grid--card-title-deco .cards-grid__card__title:before{left:-2.4rem;width:.8rem}}@media (min-width: 1280px){.cards-grid--card-title-deco .cards-grid__card__title:before{left:-3.2rem;width:1.2rem}}.cards-grid--section-title-lg-margin .cards-grid__title{margin-bottom:5.6rem}@media (min-width: 768px){.cards-grid--section-title-lg-margin .cards-grid__title{margin-bottom:10.1rem}}@media (min-width: 1024px){.cards-grid--section-title-lg-margin .cards-grid__title{margin-bottom:6.4rem}}@media (min-width: 1280px){.cards-grid--section-title-lg-margin .cards-grid__title{margin:0 auto 10.9rem}}.cards-grid--large-gap-m .cards-grid__cards{gap:5.6rem}@media (min-width: 768px){.cards-grid--large-gap-m .cards-grid__cards{gap:8.8rem}}@media (min-width: 1024px){.cards-grid--large-gap-m .cards-grid__cards{gap:2.4rem}}@media (min-width: 1280px){.cards-grid--large-gap-m .cards-grid__cards{gap:4rem}}
