.hero-resource{padding:2rem}.hero-resource__image{aspect-ratio:7/4;border-radius:var(--border-radius);display:block;object-fit:cover;width:100%}.hero-resource__content{display:grid;grid-gap:var(--gap-sm);justify-items:start;margin-block:2rem}.hero-resource__heading{margin:0}.hero-resource__description{font-weight:450}.hero-resource__gradient{display:none}@media(min-width:992px){.hero-resource{color:var(--white);isolation:isolate;padding:14rem 2rem;position:relative}.hero-resource__image{aspect-ratio:unset;border-radius:0;height:100%;inset:0;object-fit:cover;position:absolute;width:100%;z-index:-2}.hero-resource__gradient{background:linear-gradient(90deg,rgba(0,0,0,.65),rgba(0,0,0,.35) 45%,rgba(0,0,0,.1));display:block;inset:0;position:absolute;z-index:-1}.hero-resource__content-static{margin:0;max-width:68rem}.hero-resource__heading{color:var(--white);font-size:5rem}.hero-resource__description,.hero-resource__heading{text-shadow:0 0 10px rgba(0,0,0,.1)}.hero-resource__button{background-color:transparent;border:1px solid var(--white)}.hero-resource__button:active,.hero-resource__button:focus,.hero-resource__button:hover{background-color:var(--white);border:1px solid var(--white);color:var(--primary-color)}}