.s-cards{margin:5.5rem auto 3rem;background-color:var(--color-white)}.s-cards__text{margin:2rem 0}.s-cards__heading{margin:2rem 0;max-width:1400px}.s-cards__items{display:grid;gap:2rem;grid-template-columns:repeat(3, 1fr)}@media only screen and (max-width: 987px){.s-cards__items{grid-template-columns:repeat(2, 1fr)}}@media only screen and (max-width: 767px)and (orientation: landscape),only screen and (max-width: 576px){.s-cards__items{grid-template-columns:1fr}}.s-cards__item{position:relative;padding:4rem 2.5rem;height:100%;border:1px solid var(--color-grey);border-radius:1.25rem;text-align:left}@media only screen and (max-width: 767px)and (orientation: landscape),only screen and (max-width: 576px){.s-cards__item{padding:3rem 1.5rem}}.s-cards__item-image{display:flex;flex-shrink:0;align-items:center;justify-content:center;margin:0 auto 2rem;width:240px;height:120px}@media only screen and (max-width: 767px)and (orientation: landscape),only screen and (max-width: 576px){.s-cards__item-image{width:180px;height:90px}}.s-cards__item-image img{display:block;width:auto;max-width:200px;height:auto;max-height:96px;-o-object-fit:contain;object-fit:contain}.s-cards__item-title{padding-bottom:1.25rem;color:var(--color-black-light);font:400 1.75rem/.9 var(--font-ptmono)}.s-cards__item-content{color:var(--color-black-light)}.s-cards__item.has-link:hover{z-index:1;background:linear-gradient(90deg, var(--color-brand-1) 0%, var(--color-brand-2) 65%);border:none;cursor:pointer}.s-cards__item.has-link:hover:before{position:absolute;top:1px;right:1px;bottom:1px;left:1px;z-index:-1;background-color:var(--color-white);border-radius:1.2rem;content:""}.s-cards__item.has-link:hover .s-cards__item-title{background:linear-gradient(90deg, var(--color-brand-1) 0%, var(--color-brand-2) 100%);-webkit-background-clip:text;background-clip:text;color:rgba(0,0,0,0)}
