.nca-hero{background-color:var(--nca-green);padding:1rem 1.5rem;position:relative}.nca-hero-content{grid-template-columns:1fr;grid-template-areas:"text""featured""copyImage";gap:2rem;max-width:100%;margin:0 auto;padding-bottom:1rem;display:grid}@media (min-width:1024px){.nca-hero-content{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-areas:"text featured""copyImage featured"}}@media (min-width:1534px){.nca-hero-content{max-width:1534px}}.nca-hero-text{z-index:10;text-align:left;grid-area:text;position:relative}.nca-hero-title{margin-bottom:1.5rem}.nca-hero-copy{margin-bottom:2rem}.nca-hero-copy-image{grid-area:copyImage}.nca-hero-copy-image .copy-image{width:100%;height:auto;margin:0 auto}@media (min-width:768px){.nca-hero-copy-image .copy-image{width:85%}}@media (min-width:1024px){.nca-hero-copy-image .copy-image{margin:0}}.nca-hero-featured-image{grid-area:featured}.nca-hero-featured-card{border-radius:1.5625rem;flex-direction:column;justify-content:space-between;width:100%;display:flex}.nca-hero-featured-card__image{object-fit:cover;border-radius:1.5625rem;width:100%}.nca-hero-featured-card__image--small{aspect-ratio:4/3;object-position:center;height:auto}@media (min-width:768px){.nca-hero-featured-card__image--small{aspect-ratio:4/3}}@media (min-width:1024px){.nca-hero-featured-card__image--small{aspect-ratio:1}}
