.photo-hero{position:relative;min-height:640px;display:grid;align-items:center;justify-items:center;place-items:center;background:var(--brand-primary-dark);overflow:hidden}.photo-hero img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.photo-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(7,31,55,.8)}.photo-hero .container{position:relative;z-index:1}.photo-hero h1{font-size:max(2rem, min(4vw, 3.5rem));color:var(--brand-text-inverse)}.photo-hero p{color:var(--brand-text-inverse);max-width:760px}.resource-declaration{text-align:center}.resource-declaration .container{max-width:900px}.resource-goals{background:var(--brand-bg-alt)}.goal-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.goal-grid article{padding:32px;background:#fff;border:1px solid var(--brand-border)}.goal-grid span{font-size:2rem;color:var(--brand-accent)}.progress-list article{margin:28px 0}.progress-list article>div:first-child{display:flex;justify-content:space-between}.progress{height:10px;background:var(--brand-primary-light)}.progress span{background:var(--brand-accent)}.resource-credentials{padding:64px 0;background:#102f4c}.resource-credentials h2,.resource-credentials p,.resource-credentials span,.resource-credentials strong{color:var(--brand-text-inverse)}.credential-row{display:flex;flex-wrap:nowrap}.credential-row article{flex:1 1 0;padding:24px;border-right:1px solid rgba(255,255,255,.25)}.credential-row span,.credential-row strong{display:block}.resource-cta{text-align:center;background:var(--brand-primary);padding-top:80px;padding-bottom:96px}.resource-cta h2,.resource-cta p{color:var(--brand-text-inverse)}@media (max-width:768px){.goal-grid{grid-template-columns:1fr}.credential-row{flex-wrap:wrap}.credential-row article{flex:0 0 50%}}