.hill-about-hero{position:relative;min-height:620px;padding:170px 0 110px;display:grid;align-items:end;overflow:hidden;background:var(--brand-primary-dark)}.hill-about-hero>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hill-about-hero::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(30,35,40,.4),rgba(30,35,40,.82))}.hill-about-hero .container{position:relative;z-index:2}.hill-about-hero h1,.hill-about-hero p{color:var(--brand-text-inverse)}.hill-about-hero h1{max-width:780px;margin:0 0 18px;font-size:max(2rem, min(4vw, 3.5rem));line-height:1.1}.hill-about-hero p:not(.hill-eyebrow){max-width:720px;font-size:1.08rem}.hill-roadmap{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:22px;gap:22px}.hill-roadmap article{padding:26px;background:var(--brand-bg);border:1px solid var(--brand-border);border-radius:var(--brand-radius);box-shadow:0 10px 32px rgba(30,35,40,.08)}.hill-roadmap span{color:var(--brand-primary);font-weight:900}.hill-milestones{background:var(--brand-bg-alt)}.hill-horizontal-timeline{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:18px;gap:18px;position:relative}.hill-horizontal-timeline article{padding:24px;background:var(--brand-bg);border-top:4px solid var(--brand-primary);border-radius:var(--brand-radius)}.hill-horizontal-timeline span{display:block;margin-bottom:10px;font-weight:900;color:var(--brand-primary-dark)}.hill-about-narrative{max-width:900px;margin:34px auto 0;text-align:center;color:var(--brand-text)}.hill-logo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.hill-logo-grid article{display:grid;align-items:center;justify-items:center;place-items:center;min-height:110px;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:var(--brand-bg-alt);color:var(--brand-text);font-weight:900}@media (max-width:991px){.hill-logo-grid,.hill-roadmap{grid-template-columns:1fr}.hill-horizontal-timeline{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.hill-horizontal-timeline{grid-template-columns:1fr}}