.industries-background-hero{position:relative;overflow:hidden;min-height:640px;display:grid;align-items:center;padding:170px 0 100px;background:var(--brand-primary-dark)}.industries-background-hero>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:.48}.industries-background-hero::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(30,35,40,.86),rgba(30,35,40,.4))}.industries-background-hero .container{position:relative;z-index:1}.industries-background-hero h1{max-width:780px;margin:0 0 18px;color:#fff;font-size:max(2rem, min(4vw, 3.5rem));line-height:1.1}.industries-background-hero p{max-width:680px;color:#fff}.industries-cards{background:#fff}.industry-three-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:22px;gap:22px}.industry-three-grid article{position:relative;overflow:hidden;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:#fff}.industry-three-grid img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover}.industry-three-grid h2{margin:20px 20px 10px;color:var(--brand-text);font-size:1.22rem}.industry-three-grid p{margin:0 20px 24px;color:var(--brand-text)}.industry-context{max-width:920px;margin:34px auto 0;color:var(--brand-text);text-align:center}.industries-stats{background:var(--brand-bg-alt)}.project-stat-row{display:flex;flex-wrap:nowrap;gap:0;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:#fff}.project-stat-row div{flex:1 1 0;min-width:0;padding:26px 14px;border-right:1px solid var(--brand-border);text-align:center}.project-stat-row div:last-child{border-right:0}.project-stat-row strong{display:block;color:var(--brand-primary);font-size:2rem;line-height:1}.project-stat-row span{display:block;margin-top:8px;color:var(--brand-text);font-weight:700}.industries-stats p{max-width:820px;margin:28px auto 0;color:var(--brand-text);text-align:center}.industries-cta{padding:80px 0 96px;background:var(--brand-primary-dark)}.industries-cta .container{display:grid;grid-template-columns:minmax(0,0.85fr) minmax(360px,1fr);grid-gap:36px;gap:36px;align-items:start}@media (max-width:991px){.industries-cta .container,.industry-three-grid{grid-template-columns:1fr}.project-stat-row{flex-wrap:wrap}.project-stat-row div{flex-basis:50%;border-bottom:1px solid var(--brand-border)}}