.industries-image-hero{min-height:560px;display:grid;align-items:center;background:var(--brand-primary-dark)}.industries-image-hero>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:.42}.industries-image-hero::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(30,27,100,.92),rgba(30,27,100,.32))}.industries-image-hero .container{position:relative;z-index:1;max-width:900px;margin-left:max(24px,(100vw - 1140px) / 2)}.industry-showcase{background:#fff}.industry-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.industry-card-grid article{position:relative;min-height:310px;overflow:hidden;border-radius:var(--brand-radius);background:var(--brand-primary-dark)}.industry-card-grid img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:.78;transition:transform .25s}.industry-card-grid article:hover img{transform:scale(1.05)}.industry-card-grid div{position:absolute;top:auto;right:0;bottom:0;left:0;padding:26px;background:linear-gradient(180deg,transparent,rgba(21,22,31,.92))}.industry-card-grid h3,.industry-card-grid p{color:#fff}.industry-counter-bar{background:var(--brand-bg-alt)}.counter-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:1px;gap:1px;margin-bottom:22px;background:var(--brand-border)}.counter-row article{min-width:0;padding:26px 18px;text-align:center;background:#fff}.counter-row strong{display:block;color:var(--brand-primary);font-size:max(2rem, min(4vw, 3.2rem));line-height:1}@media (max-width:991px){.counter-row,.industry-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.counter-row,.industry-card-grid{grid-template-columns:1fr}}