.industries-hero{position:relative;min-height:640px;padding-top:170px;padding-bottom:120px;overflow:hidden;background:var(--brand-primary-dark)}.industries-hero>img{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.industries-hero::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(180deg,rgba(39,62,44,.72),rgba(30,36,31,.88))}.industries-hero .container{position:relative;z-index:2;max-width:840px;text-align:center}.industries-hero h1{color:var(--brand-text-inverse);font-size:max(2rem, min(4vw, 3.5rem))}.industries-hero .section-kicker,.industries-hero p{color:var(--brand-text-inverse)}.industries-hero .section-kicker::before{background:var(--brand-text-inverse)}.industries-cards{background:var(--brand-bg)}.industry-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.industry-card-grid article{position:relative;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:var(--brand-bg);overflow:hidden}.industry-card-grid img{width:100%;height:250px;-o-object-fit:cover;object-fit:cover;background:var(--brand-neutral-light)}.industry-card-grid h3,.industry-card-grid p{padding-right:22px;padding-left:22px}.industry-card-grid h3{margin-top:22px}.industry-card-grid p{padding-bottom:22px}.industries-stats{background:var(--brand-bg-alt)}.project-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:1px;gap:1px;margin-bottom:26px;background:var(--brand-border);border:1px solid var(--brand-border)}.project-stats div{display:grid;grid-gap:8px;gap:8px;min-height:130px;align-items:center;justify-items:center;place-items:center;padding:20px;background:var(--brand-bg);text-align:center}.project-stats strong{color:var(--brand-primary-dark);font-size:max(2rem, min(4vw, 3.4rem));line-height:1}.project-stats span{color:var(--brand-text);font-weight:700}.industries-cta{background:var(--brand-primary-dark)}.industries-cta__grid{display:grid;grid-template-columns:minmax(0,0.9fr) minmax(340px,0.72fr);grid-gap:42px;gap:42px;align-items:start}.industries-cta__form{padding:26px;background:var(--brand-bg);border-radius:var(--brand-radius)}@media (max-width:991px){.industries-cta__grid,.industry-card-grid{grid-template-columns:1fr}.project-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.project-stats{grid-template-columns:1fr}}