.resources-categories__list{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;list-style:none;margin:0;padding:0}.resources-categories__category{background:#fff}.resources-categories__category-title{background:var(--blue);color:var(--yellow);cursor:pointer;display:grid;font-size:3.2rem;grid-template-columns:1fr auto;line-height:1;margin:0;padding:1rem 1.5rem;grid-gap:var(--gap);-webkit-box-align:center;-ms-flex-align:center;align-items:center}.resources-categories__category-title svg{-ms-flex-negative:0;flex-shrink:0;height:2.3rem;pointer-events:none;-webkit-transition:all .2s ease;transition:all .2s ease;width:2.3rem}.resources-categories__category-title svg path{fill:var(--yellow)}.resources-categories__category.is-active .resources-categories__resource-plus{display:none}.resources-categories__category.is-active .resources-categories__resource-minus{display:block!important;visibility:visible}.resources-categories__introduction{padding:2rem}.resources-categories__resources{align-items:stretch;display:none;flex-wrap:wrap;gap:1rem;justify-content:center;padding:2rem}.resources-categories__category.is-active .resources-categories__resources{display:flex}.resources-categories__resource{align-items:flex-start;border:1px solid var(--medium-gray);display:flex;flex-direction:column;max-width:37.33333rem;padding:3rem}.resources-categories__resource-image{align-items:center;display:flex;height:12rem;justify-content:center;width:100%}.resources-categories__resource img{margin:0 auto 3rem}.resources-categories__resource .button--text-primary{margin-top:auto}