@charset "UTF-8";:root{--font-main:"Satoshi",sans-serif;--font-headings:"Switzer",sans-serif;--primary:#ee3700;--primary-400:#bd0c05;--primary-200:#549dfc;--secondary:#00fb7e;--secondary-400:#0f4d55;--grey-1000:#000;--grey-950:#1b1b1b;--grey-900:#1d1d1d;--grey-800:#2c2b2b;--grey-700:#555;--grey-500:#999;--grey-400:#758195;--grey-300:#c4c4c4;--grey-250:#c8c8c8;--grey-200:#cecece;--grey-100:#ebebeb;--grey-50:#f5f5f5;--grey-0:#fff;--white:var(--grey-0);--black:var(--grey-1000);--copy-color:var(--grey-950);--headlines-color:var(--grey-950);--link-color:#00e;--accent-lavender:#bf77df;--accent-peach:#ffc785;--accent-periwinkle:#8dadff;--accent-sky:#7ed1ff;--orange-dark:#bd0c05;--bg-gradient-start:#ebebeb;--bg-gradient-end:#cecece;--bg-gradient:radial-gradient(294.63% 141.42% at 0% 0%, var(--bg-gradient-start) 0%, var(--bg-gradient-end) 100%);--container-width:1440px;--container-padding:64px;--border-radius-m:32px;--border-radius-s:16px;--distance-between-elements-xxl:120px;--distance-between-elements-xl:100px;--distance-between-elements-l:80px;--distance-between-elements-m:64px;--distance-between-elements-s:48px;--distance-between-elements-xs:32px;--distance-between-elements-xxs:16px;--top-bottom-padding-m:60px;--top-bottom-padding-s:40px;--top-bottom-padding-none:0px;--btn-radius:117px;--btn-border-width:1px;--btn-padding-y:14px;--btn-padding-x:32px;--btn-min-width:130px;--btn-font-size:1rem;--btn-line-height:1.4;--btn-font-weight:600;--btn-text-transform:none;--btn-letter-spacing:0;--btn-focus-ring:#00e;--form-font-weight:400;--form-font-size:16px;--form-input-height:48px;--form-input-padding:12px;--form-input-border-radius:2px;--form-label-margin-bottom:6px}@media (max-width:1024px){:root{--container-padding:16px}}.resources{width:100%;padding:var(--section-pt,var(--top-bottom-padding-m,60px)) 0 var(--section-pb,var(--top-bottom-padding-m,60px));background-color:var(--background-color,var(--white));overflow:hidden}@media (max-width:576px){.resources{padding:var(--section-pt-mobile,var(--section-pt,var(--top-bottom-padding-m,60px))) 0 var(--section-pb-mobile,var(--section-pb,var(--top-bottom-padding-m,60px)))}}.resources .container{width:100%;max-width:var(--container-width);margin:0 auto;padding:0 var(--container-padding);display:flex;flex-direction:column;gap:80px}@media (max-width:768px){.resources .container{gap:40px}}.resources__header{display:flex;flex-direction:column;align-items:flex-start;gap:24px}.resources__eyebrow{display:flex;align-items:center;gap:12px}.resources__eyebrow-text{margin:0;color:var(--text-color,var(--copy-color))}.resources__heading{margin:0;max-width:800px;color:var(--title-color,var(--headlines-color))}.resources__button{display:flex;flex-flow:row wrap;gap:var(--buttons-gap,16px)}.resources__cards{width:100%}@media (min-width:1025px){.resources__cards{display:grid;grid-template-columns:minmax(0,558px) minmax(0,1fr);grid-auto-rows:minmax(0,auto);gap:8px 24px;align-items:stretch}.resources__cards .splide__list,.resources__cards .splide__track{display:contents}}.resources .splide{visibility:visible}.resources .splide__track{overflow:visible}.resources__card-large{--card-bg:var(--grey-900, #1d1d1d);--card-text:var(--white);--card-link:var(--secondary, #00fb7e);min-width:0;display:flex;flex-direction:column;overflow:hidden;border-radius:var(--border-radius-s,16px);background-color:var(--card-bg);color:var(--card-text);transition:background-color .3s ease,color .3s ease;list-style:none}@media (min-width:1025px){.resources__card-large{grid-column:1;grid-row:1/span 3}}.resources__card-large:focus-within,.resources__card-large:hover{--card-bg:var(--grey-50, #f5f5f5);--card-text:var(--copy-color);--card-link:var(--primary, #ee3700)}.resources__card-small{--card-bg:var(--grey-900, #1d1d1d);--card-text:var(--white);--card-link:var(--secondary, #00fb7e);min-width:0;display:flex;overflow:hidden;border-radius:var(--border-radius-s,16px);background-color:var(--card-bg);color:var(--card-text);transition:background-color .3s ease,color .3s ease;list-style:none}@media (min-width:1025px){.resources__card-small{grid-column:2}}@media (max-width:576px){.resources__card-small{flex-direction:column;height:auto}}.resources__card-small:focus-within,.resources__card-small:hover{--card-bg:var(--grey-50, #f5f5f5);--card-text:var(--copy-color);--card-link:var(--primary, #ee3700)}.resources__card-large-image{width:100%;height:331px;overflow:hidden}@media (max-width:1024px){.resources__card-large-image{height:203px}}.resources__card-large-image a{display:block;width:100%;height:100%}.resources__card-large-image img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s ease}.resources__card-large-text-area{flex:1;display:flex;flex-direction:column;justify-content:space-between;gap:24px;padding:16px 24px}@media (min-width:1025px){.resources__card-large-text-area{padding:40px;gap:40px}}.resources__card-large-text{display:flex;flex-direction:column;gap:16px}.resources__card-small-image{flex:0 0 44%;min-width:0;overflow:hidden}@media (max-width:1024px){.resources__card-small-image{height:203px}}.resources__card-small-image a{display:block;width:100%;height:100%}.resources__card-small-image img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s ease}.resources__card-small-text-area{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:space-between;gap:24px;padding:16px 24px}@media (min-width:1025px){.resources__card-small-text-area{padding:16px 40px}}.resources__card-small-text{display:flex;flex-direction:column;gap:16px}.resources__card-date{margin:0;font-size:1rem;color:var(--card-text)}.resources__card-small .resources__card-date{font-size:.75rem}.resources__card-title{margin:0;font-family:var(--font-headings);color:var(--card-text)}.resources__card-title a{color:inherit;text-decoration:none}.resources__card-title a:focus-visible,.resources__card-title a:hover{color:var(--card-link)}.resources__card-large .resources__card-title{font-size:2rem;font-weight:500;line-height:1}@media (max-width:1024px){.resources__card-large .resources__card-title{font-size:1rem;font-weight:600;line-height:1.4}}.resources__card-small .resources__card-title{font-size:1rem;font-weight:600;line-height:1.4}.resources__card-tags{display:flex;flex-wrap:wrap;gap:4px}.resources__card-tag{padding:4px 10px;border-radius:100px;background-color:var(--black);color:var(--white);white-space:nowrap}.resources__card-tag--category,.resources__card-tag--type{text-decoration:none;transition:background-color .3s ease,color .3s ease}.resources__card-tag--category:focus-visible,.resources__card-tag--category:hover,.resources__card-tag--type:focus-visible,.resources__card-tag--type:hover{background-color:var(--primary,#ee3700)}.resources__card-link{align-self:flex-start;margin-top:0;font-style:italic;color:var(--card-link);text-decoration:underline;text-underline-offset:3px}.resources__card-link:focus-visible,.resources__card-link:hover{text-decoration:none}.resources__card-large:focus-within .resources__card-large-image img,.resources__card-large:focus-within .resources__card-small-image img,.resources__card-large:hover .resources__card-large-image img,.resources__card-large:hover .resources__card-small-image img,.resources__card-small:focus-within .resources__card-large-image img,.resources__card-small:focus-within .resources__card-small-image img,.resources__card-small:hover .resources__card-large-image img,.resources__card-small:hover .resources__card-small-image img{transform:scale(1.05)}@media (max-width:1024px){.resources__card-large,.resources__card-small{width:100%;flex-direction:column}.resources__card-large-image{aspect-ratio:343/220}.resources__card-small-image{flex:none;width:100%;aspect-ratio:343/220}}/*# sourceMappingURL=resources.min.css.map */
