.resource-cards-1__cards{display:grid;grid-gap:var(--gap)}.resource-cards-1__card{background-color:var(--light-gray);display:grid;grid-template-rows:auto 1fr;position:relative}.resource-cards-1__image{aspect-ratio:16/9;border-bottom:1px solid var(--border);display:block;-o-object-fit:cover;object-fit:cover;width:100%}.resource-cards-1__details{align-items:flex-start;display:flex;flex-direction:column;gap:var(--space-7);padding:var(--space-7) var(--space-6) var(--space-8)}.resource-cards-1__title{color:#333;font-family:var(--secondary-font-family);font-size:2.2rem;font-weight:500;line-height:1.4;margin:0}.resource-cards-1__title a{color:inherit;font-weight:inherit;text-decoration:none}.resource-cards-1__title a:focus,.resource-cards-1__title a:hover{font-weight:inherit;text-decoration:underline}.resource-cards-1__description{font-size:1.8rem}.resource-cards-1__description>:last-child{margin-bottom:0}.resource-cards-1__description ol li:not(:last-child),.resource-cards-1__description ul li:not(:last-child){margin-bottom:var(--space-7)}.resource-cards-1__button{margin-top:auto}.resource-cards-1__more{text-align:center}@media (min-width:768px){.resource-cards-1--row .resource-cards-1__cards--2{grid-template-columns:repeat(2,1fr)}.resource-cards-1--row .resource-cards-1__cards--3{grid-template-columns:repeat(3,1fr)}.resource-cards-1__cards--1 .resource-cards-1__image,.resource-cards-1__cards--2 .resource-cards-1__image{aspect-ratio:5/3}.resource-cards-1__details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.resource-cards-1__header{margin-bottom:var(--space-9)}.resource-cards-1__heading{font-family:var(--secondary-font-family);font-size:3.2rem;font-weight:500;line-height:1.2;margin:0 0 var(--space-3)}.resource-cards-1__sub-heading{font-size:1.8rem}.resource-cards-1__sub-heading p{margin:0}.resource-cards-1--outlined .resource-cards-1__card{background-color:var(--white);border:1px solid var(--border)}.resource-cards-1--none .resource-cards-1__card{background:transparent;border:0}.resource-cards-1--none .resource-cards-1__details{padding-inline:0}.resource-cards-1--stacked .resource-cards-1__cards{gap:var(--space-9)}.resource-cards-1--stacked .resource-cards-1__card{gap:var(--space-7)}@media (min-width:768px){.resource-cards-1--stacked .resource-cards-1__cards{gap:var(--space-12)}.resource-cards-1--stacked .resource-cards-1__card{display:grid;gap:var(--space-7);grid-template-columns:1fr 2fr}}.resource-cards-1--stacked.resource-cards-1--none .resource-cards-1__details{padding-block:0}.resource-cards-1--stacked.resource-cards-1--none .resource-cards-1__image{border:1px solid var(--neutral-300)}@media (min-width:768px){.resource-cards-1 .resource-cards-1__header:not(.resource-cards-1__header--split){max-width:56rem}.resource-cards-1 .resource-cards-1__header--split{align-items:start;display:grid;gap:var(--gap);grid-template-columns:1fr 1fr}}