.resource-library__controls{display:flex;justify-content:flex-end;margin-bottom:40px}.resource-library__controls select{-webkit-appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' fill='none' viewBox='0 0 12 7'%3E%3Cpath stroke='%23667085' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.667' d='m.833.833 5 5 5-5'/%3E%3C/svg%3E");background-position:center right 12px;background-repeat:no-repeat;border:1px solid #00aff0;border-radius:10px;cursor:pointer;display:block;font-size:18px;min-width:250px;padding:10px 48px 10px 24px}.resource-library__grid{display:grid;gap:32px 40px;--columns:3;grid-template-columns:repeat(var(--columns),1fr)}article.resource-card{position:relative}article.resource-card a.large-link{cursor:pointer;height:100%;left:0;position:absolute;top:0;width:100%;z-index:5}figure.resource-card__image{aspect-ratio:384/280;background:linear-gradient(90deg,#f1f1f1 40%,#ddd 50%,#f1f1f1 60%);background-size:400% 100%;height:auto;margin:0;position:relative;width:100%}.resource-card__image img{display:block;height:100%!important;left:0;object-fit:cover;position:absolute;top:0;width:100%}.resource-card__labelHolder{display:flex;flex-flow:row wrap;gap:10px;left:10px;position:absolute;top:10px}.resource-card__label{background:#000;border-radius:4px;color:#fff;display:block;font-size:12px;padding:4px 8px}.resource-card__content{padding:18px 0 0}.resource-card h3{font-size:22px;font-weight:600;line-height:115%;text-wrap:balance}.resource-card__content p{align-items:center;color:#00aff0;display:flex;flex-flow:row;font-size:16px;font-weight:600;gap:8px;margin:0!important}div#resources-pagination{align-items:center;display:flex;justify-content:center;opacity:0;padding:44px 0;pointer-events:none;transition:all .12s ease}div#resources-pagination.active{opacity:1;pointer-events:all}div#resources-pagination button{font-weight:600}article.resource-card.skeleton figure.resource-card__image{animation:shimmer 6s linear infinite}article.resource-card.skeleton:after{animation:shimmer 6s linear .15s infinite;background:linear-gradient(90deg,#f1f1f1 40%,#ddd 50%,#f1f1f1 60%);background-size:400% 100%;content:"";display:block;height:48px;margin-top:28px;width:100%}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:968px){.resource-library__grid{--columns:2}}@media (max-width:768px){.resource-library__grid{--columns:1}.resource-library__controls{justify-content:flex-start}}