@layer components{.res-img{border:var(--outline);border-radius:12px;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;background:color-mix(in srgb,var(--tint, var(--primary)) 10%,var(--white))}.res-img:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle,rgba(26,26,46,.055) 1px,transparent 1px);background-size:16px 16px;pointer-events:none}.res-img>svg{position:relative;z-index:1;opacity:.35;color:var(--tint, var(--primary))}.res-cat{display:inline-block;font-size:10px;font-weight:800;letter-spacing:.6px;text-transform:uppercase;color:var(--tint, var(--primary));background:color-mix(in srgb,var(--tint, var(--primary)) 10%,var(--white));border:1.5px solid color-mix(in srgb,var(--tint, var(--primary)) 28%,var(--white));padding:3px 10px;border-radius:20px;margin-bottom:8px}.res-avatar{width:34px;height:34px;border-radius:50%;border:var(--outline);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;color:var(--white);flex-shrink:0;box-shadow:2px 2px 0 var(--black)}.res-trending-card{background:var(--white);border:var(--outline);border-radius:var(--radius);overflow:hidden;box-shadow:4px 4px 0 var(--black);transition:all .25s;cursor:pointer}.res-trending-img{aspect-ratio:16/9;width:100%;border-radius:0;border-bottom:var(--outline)}.res-pill{padding:7px 18px;border-radius:30px;border:var(--outline);font-size:12px;font-weight:700;background:var(--gray);color:var(--text-2);cursor:pointer;transition:all .2s;box-shadow:2px 2px 0 var(--black);font-family:inherit}.res-pill:hover:not(.pill-deselected),.res-pill.active{background:var(--black);color:var(--white);box-shadow:2px 2px 0 var(--primary)}.res-article-link{height:100%}.res-article-card{background:var(--gray);border:var(--outline);border-radius:var(--radius);overflow:hidden;box-shadow:4px 4px 0 var(--black);transition:all .25s;cursor:pointer;display:flex;flex-direction:column;height:100%}.res-article-img{aspect-ratio:16/9;width:100%;border-radius:0;border-bottom:var(--outline);object-fit:cover;display:block}.res-hero-band{padding:56px 0 48px;border-bottom:2.5px solid var(--black)}.res-hero-band h1{font-size:48px;font-weight:900;letter-spacing:-1.5px;line-height:1.1;color:var(--black);margin-bottom:12px}.res-hero-band p{font-size:20px;color:var(--text-2);line-height:1.65;max-width:600px}.res-featured-wrap{padding:48px 0 0}.res-featured-card{display:grid;grid-template-columns:1.2fr 1fr;gap:32px;align-items:center;background:var(--gray);border:var(--outline);border-radius:16px;overflow:hidden;box-shadow:6px 6px 0 var(--black);transition:all .25s}.res-featured-card:hover{transform:translate(-2px,-4px);box-shadow:8px 10px 0 var(--black)}.res-featured-img{width:100%;height:100%;object-fit:cover;border-right:var(--outline);display:block;min-height:320px}.res-featured-body{padding:32px 32px 32px 0}.res-featured-title{font-size:28px;font-weight:900;letter-spacing:-.5px;line-height:1.2;color:var(--black);margin:10px 0 14px}.res-featured-excerpt{font-size:15px;color:var(--text-2);line-height:1.7;margin-bottom:20px}@media(max-width:760px){.res-hero-band h1{font-size:34px}.res-hero-band p{font-size:16px}.res-featured-card{grid-template-columns:1fr;gap:0}.res-featured-img{border-right:none;border-bottom:var(--outline);min-height:200px}.res-featured-body{padding:24px}.res-featured-title{font-size:22px}}.res-feed-band{padding:64px 0 80px}.res-feed-band h2{font-size:34px;font-weight:900;letter-spacing:-.8px;color:var(--black);margin-bottom:36px}@media(max-width:760px){.res-feed-band h2{font-size:26px}}.res-article-excerpt{font-size:13px;color:var(--text-2);line-height:1.7;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;max-height:3.4em;flex:0 0 auto;margin-bottom:18px}.res-article-meta{margin-top:auto}.res-article-avatar{width:28px;height:28px;border-radius:50%;border:2px solid var(--black);display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:800;color:var(--white);flex-shrink:0;box-shadow:1.5px 1.5px 0 var(--black)}.res-collection-card{background:var(--white);border:var(--outline);border-radius:20px;box-shadow:5px 5px 0 var(--black);overflow:hidden;transition:all .25s;cursor:pointer}.res-collection-head{padding:28px;background:color-mix(in srgb,var(--tint, var(--primary)) 7%,var(--white));border-bottom:var(--outline)}.res-collection-icon{width:44px;height:44px;border-radius:12px;border:var(--outline);display:flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--tint, var(--primary)) 14%,var(--white));box-shadow:2px 2px 0 var(--black);margin-bottom:16px;color:var(--tint, var(--primary))}.res-collection-more{font-size:12px;font-weight:800;color:var(--tint, var(--primary));display:inline-flex;align-items:center;gap:4px;transition:gap .2s}.res-col-story:last-child{border-bottom:none}.res-col-thumb{width:60px;height:44px;border-radius:8px;overflow:hidden;flex-shrink:0}.res-nl-input{flex:1;padding:13px 18px;border:var(--outline);border-radius:4px;font-family:inherit;font-size:14px;font-weight:500;background:var(--gray);color:var(--text);box-shadow:3px 3px 0 var(--black);transition:all .2s;outline:none}.res-nl-input::placeholder{color:var(--gray-3)}.res-nl-input:focus{background:var(--white);box-shadow:3px 3px 0 var(--primary);border-color:var(--primary)}@media(max-width:580px){.res-nl-form{flex-direction:column}}.res-hero-inner{grid-template-columns:1fr 460px}.res-trending-grid{grid-template-columns:repeat(4,1fr)}.res-articles-grid{grid-template-columns:repeat(3,1fr)}.res-collections-grid{grid-template-columns:repeat(2,1fr)}@media(max-width:900px){.res-hero-inner{grid-template-columns:1fr;gap:36px}.res-hero-title{font-size:32px}.res-hero-img{max-width:480px}.res-trending-grid,.res-articles-grid{grid-template-columns:repeat(2,1fr)}.res-collections-grid{grid-template-columns:1fr}}@media(max-width:580px){.res-trending-grid,.res-articles-grid{grid-template-columns:1fr}.res-feed-top{flex-direction:column;align-items:flex-start}.res-hero-title{font-size:26px}}}@layer components{#resources-newsletter .hs-form-html{max-width:440px;margin:24px auto 0}#resources-newsletter .hs-form-html>div,#resources-newsletter .hs-form-html .hsfc-Renderer,#resources-newsletter .hs-form-html .hsfc-FormWrapper{width:100%;overflow:visible}#resources-newsletter .hsfc-Step{padding:0!important;border:none!important;background:transparent!important;display:block}#resources-newsletter .hsfc-Step__Content{padding:0!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto;column-gap:10px;row-gap:14px;align-items:start!important}#resources-newsletter .hsfc-Step__Content>.hsfc-Row{grid-column:1;margin-bottom:0!important;min-width:0;display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:14px!important;overflow:visible!important}#resources-newsletter .hsfc-Step__Content>.hsfc-Row:first-of-type{grid-row:1}#resources-newsletter .hsfc-Step__Content>.hsfc-Row:nth-of-type(2){grid-row:2}#resources-newsletter .hsfc-Step__Content>.hsfc-Row:empty{display:none!important}#resources-newsletter .hsfc-Row:has(.hsfc-ReCaptchaV2),#resources-newsletter .hsfc-Row:has(.hsfc-ReCaptchaV3){display:flex!important}#resources-newsletter .hsfc-EmailField{flex:0 0 auto;display:block!important;position:relative}#resources-newsletter .hsfc-NavigationRow{grid-column:2;grid-row:1;margin-top:0!important;align-self:start!important;height:60px;display:flex!important;flex-wrap:nowrap!important;align-items:stretch!important}#resources-newsletter .hsfc-NavigationRow__Alerts{display:none!important}#resources-newsletter .hsfc-NavigationRow__Buttons{display:flex!important;align-items:flex-start!important;gap:0!important}#resources-newsletter .hsfc-Row>.hsfc-ReCaptchaV2,#resources-newsletter .hsfc-Row>.hsfc-ReCaptchaV3,#resources-newsletter .hsfc-Row>[class*=ReCaptcha]{flex:0 0 auto;width:100%!important;max-width:100%!important;overflow:visible!important;display:block!important;visibility:visible!important}#resources-newsletter .hsfc-Step__Content>:not(.hsfc-Row):not(.hsfc-NavigationRow),#resources-newsletter .hsfc-Step__Content>.hsfc-ReCaptchaV2,#resources-newsletter .hsfc-Step__Content>.hsfc-ReCaptchaV3,#resources-newsletter .hsfc-Step__Content>[class*=ReCaptcha]{grid-column:1 / -1;grid-row:2;width:100%!important;overflow:visible!important;display:block!important;visibility:visible!important;justify-self:start}#resources-newsletter iframe[style*="display: none"],#resources-newsletter iframe[style*="display:none"]{display:none!important;visibility:hidden!important;width:0!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important;border:0!important;overflow:hidden!important}#resources-newsletter .hsfc-ReCaptchaV2 iframe:not([style*="display:none"]):not([style*="display: none"]),#resources-newsletter .g-recaptcha iframe:not([style*="display:none"]):not([style*="display: none"]){display:block!important;visibility:visible!important;max-width:100%}#resources-newsletter .hsfc-EmailField>.hsfc-FieldLabel{display:none!important}#resources-newsletter input.hsfc-TextInput{display:block;width:100%;height:60px!important;min-height:60px!important;margin:0!important;padding:18px!important;border:var(--outline)!important;border-radius:4px!important;background:var(--gray)!important;color:var(--text)!important;font-family:inherit!important;font-size:14px!important;font-weight:500!important;line-height:1.4!important;box-shadow:3px 3px 0 var(--black)!important;transition:all .2s!important;box-sizing:border-box}#resources-newsletter input.hsfc-TextInput::placeholder{color:var(--gray-3)!important;opacity:1}#resources-newsletter input.hsfc-TextInput:focus,#resources-newsletter input.hsfc-TextInput:focus-visible{background:var(--white)!important;box-shadow:3px 3px 0 var(--primary)!important;border-color:var(--primary)!important;outline:none!important}#resources-newsletter button.hsfc-Button{margin:0!important;padding:0 32px!important;border:var(--outline)!important;border-radius:4px!important;background:var(--primary)!important;background-image:none!important;color:var(--white)!important;font-family:inherit!important;font-size:16px!important;font-weight:700!important;line-height:1!important;cursor:pointer;white-space:nowrap;box-shadow:3px 3px 0 var(--black)!important;transition:all .2s!important;display:inline-flex!important;align-items:center;justify-content:center;width:auto;height:60px!important;min-height:60px!important;box-sizing:border-box}#resources-newsletter button.hsfc-Button:not([disabled]):hover,#resources-newsletter button.hsfc-Button:not([disabled]):focus{transform:translate(-1px,-1px)!important;box-shadow:4px 4px 0 var(--black)!important;background-color:var(--primary)!important;color:var(--white)!important;border-color:var(--black)!important}#resources-newsletter .hsfc-ErrorAlert,#resources-newsletter .hsfc-InfoAlert{font-family:inherit!important;font-size:13px!important;font-weight:600!important;color:#c0494a!important;margin-top:8px;text-align:center}#resources-newsletter .hsfc-EmailField .hsfc-ErrorAlert,#resources-newsletter .hsfc-EmailField [role=alert]{position:static;display:block;margin:6px 0 0!important;padding:0!important;text-align:left!important;font-family:inherit!important;font-size:13px!important;font-weight:600!important;color:#c0494a!important;line-height:1.4!important}#resources-newsletter .hsfc-EmailField .hsfc-ErrorAlert:empty,#resources-newsletter .hsfc-EmailField [role=alert]:empty{display:none!important;margin:0!important}#resources-newsletter .hsfc-PostSubmit,#resources-newsletter .hsfc-RichText{font-family:inherit!important;color:var(--text)!important;text-align:center}#resources-newsletter .hsfc-PostSubmit,#resources-newsletter .hsfc-PostSubmit *,#resources-newsletter .hsfc-RichText,#resources-newsletter .hsfc-RichText *{background-color:transparent!important;background:transparent!important}@media(max-width:768px){#resources-newsletter .hsfc-Step__Content{grid-template-columns:1fr;row-gap:7px}#resources-newsletter .hsfc-Step__Content>.hsfc-Row,#resources-newsletter .hsfc-NavigationRow{grid-column:1;grid-row:auto}#resources-newsletter .hsfc-NavigationRow{width:100%}#resources-newsletter .hsfc-NavigationRow__Buttons,#resources-newsletter button.hsfc-Button{width:100%!important}}}
