.industry-background-hero{background:var(--brand-primary-dark);min-height:680px;overflow:hidden;padding:170px 0 96px;position:relative}.industry-background-hero>img{height:100%;top:0;right:0;bottom:0;left:0;-o-object-fit:cover;object-fit:cover;opacity:.5;position:absolute;width:100%}.industry-background-hero::after{background:linear-gradient(180deg,rgba(30,35,40,.46),rgba(30,35,40,.88));content:"";top:0;right:0;bottom:0;left:0;position:absolute}.industry-background-hero .container{max-width:820px;position:relative;z-index:1}.industry-background-hero h1{color:var(--brand-text-inverse);font-size:max(2rem, min(4vw, 3.5rem));line-height:1.08}.industry-background-hero .eyebrow,.industry-background-hero p{color:var(--brand-text-inverse)}.industry-card-grid{display:grid;grid-gap:22px;gap:22px;grid-template-columns:repeat(3,minmax(0,1fr))}.industry-card-grid article{background:var(--brand-bg);border:1px solid var(--brand-border);border-radius:var(--brand-radius);overflow:hidden}.industry-card-grid img{aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;width:100%}.industry-card-grid h3,.industry-card-grid p{color:var(--brand-text);margin-left:20px;margin-right:20px}.industry-card-grid h3{margin-top:20px}.industry-card-grid p{margin-bottom:22px}.industry-stats{padding:42px 0}.industry-stats__row{display:flex;flex-wrap:nowrap;gap:18px}.industry-stats__row span{flex:1 1 0;min-width:0;text-align:center}.industry-stats__row strong{display:block;font-size:2rem}.industries-cta{background:var(--brand-bg-alt);text-align:center}.industries-cta .container{max-width:760px}@media (max-width:991px){.industry-card-grid,.industry-stats__row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.industry-card-grid,.industry-stats__row{grid-template-columns:1fr}}