.resource-card-grid{gap:3rem;width:100%;display:flex}@media (max-width:1199px){.resource-card-grid{flex-wrap:wrap}}@media (max-width:767px){.resource-card-grid{flex-direction:column}}.resource-card{color:inherit;opacity:0;--resource-card-cover-image:none;--resource-card-cover-overlay:none;--resource-card-title-color:#fff;flex-direction:column;flex:1;gap:3rem;text-decoration:none;transition:transform .3s;display:flex;transform:translateY(4rem)}.resource-card:hover{transform:translateY(-.4rem)}.resource-card:hover .resource-card__img img,.resource-card:hover .resource-card__img:before{transform:scale(1.05)}@media (max-width:1199px){.resource-card{flex:calc(50% - 1.5rem)}}@media (max-width:767px){.resource-card{opacity:1;flex:1;animation:none;transform:none}}.resource-card-grid--visible .resource-card{animation:.6s forwards resourceCardSlideUp}.resource-card-grid--visible .resource-card--stagger-1{animation-delay:0s}.resource-card-grid--visible .resource-card--stagger-2{animation-delay:.12s}.resource-card-grid--visible .resource-card--stagger-3{animation-delay:.24s}.resource-card-grid--visible .resource-card--stagger-4{animation-delay:.36s}.resource-card-grid--visible .resource-card--stagger-5{animation-delay:.48s}.resource-card-grid--visible .resource-card--stagger-6{animation-delay:.6s}.resource-card--has-thumb{--resource-card-cover-overlay:linear-gradient(180deg, #000000b3 0%, #0000 135.25%)}.resource-card--bg-1{--resource-card-cover-image:url(/images/knowledge-hub/card-bg-1.png)}.resource-card--bg-2{--resource-card-title-color:#131313;--resource-card-cover-image:url(/images/knowledge-hub/card-bg-2.png)}.resource-card--bg-3{--resource-card-cover-image:url(/images/knowledge-hub/card-bg-3.png)}.resource-card--bg-4{--resource-card-cover-image:url(/images/knowledge-hub/card-bg-4.png)}.resource-card--bg-5{--resource-card-cover-image:url(/images/knowledge-hub/card-bg-5.png)}.resource-card--bg-6{--resource-card-title-color:#131313;--resource-card-cover-image:url(/images/knowledge-hub/card-bg-6.png)}.resource-card__img{aspect-ratio:486.67/200;border-radius:1.5rem;width:100%;position:relative;overflow:hidden}.resource-card__img:before{content:"";background-image:var(--resource-card-cover-overlay),var(--resource-card-cover-image);z-index:0;background-position:50%;background-repeat:no-repeat;background-size:cover;transition:transform .5s;position:absolute;inset:0}.resource-card__img img{object-fit:cover;z-index:0;width:100%;height:100%;transition:transform .5s;position:relative}.resource-card__overlay{z-index:1;align-items:flex-start;padding:3rem;display:flex;position:absolute;inset:0}.resource-card__title{color:var(--resource-card-title-color);white-space:pre-line;margin:0;font-size:2.4rem;font-weight:700;line-height:3.5rem}@media (max-width:767px){.resource-card__title{font-size:1.8rem;line-height:1.4}}.resource-card__body{flex-direction:column;gap:1rem;display:flex}.resource-card__badge{color:#000;font-size:1.8rem;font-weight:700;line-height:1.2}@media (max-width:767px){.resource-card__badge{font-size:1.4rem}}.resource-card__desc{color:#131313;-webkit-line-clamp:1;-webkit-box-orient:vertical;font-size:1.8rem;font-weight:400;line-height:1.4;display:-webkit-box;overflow:hidden}@media (max-width:767px){.resource-card__desc{font-size:1.4rem}}.resource-card__date{color:#8f9294;font-size:1.8rem;font-weight:400;line-height:1.2}@media (max-width:767px){.resource-card__date{font-size:1.4rem}}@keyframes resourceCardSlideUp{0%{opacity:0;transform:translateY(4rem)}to{opacity:1;transform:translateY(0)}}
