.industries-hero{position:relative;min-height:610px;display:grid;align-items:center;overflow:hidden;padding:120px 0 88px;background:var(--brand-primary-dark)}.industries-hero>img,.industries-hero__shade{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.industries-hero>img{-o-object-fit:cover;object-fit:cover;z-index:0}.industries-hero__shade{z-index:1;background:linear-gradient(100deg,rgba(27,33,100,.94),rgba(21,22,31,.78),rgba(46,55,158,.44))}.industries-hero .container{position:relative;z-index:2;max-width:820px}.industries-hero h1{color:#fff;font-size:max(2rem, min(4vw, 3.5rem));line-height:1.1}.industries-hero p{color:#fff;font-size:1.1rem;line-height:1.75}.industries-grid-section,.industries-requirements{padding:80px 0}.industry-icon-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:20px;gap:20px}.industry-icon-grid article{position:relative;padding:26px;border-radius:var(--radius-brand);border:1px solid var(--brand-border);background:#fff;text-align:center;box-shadow:0 12px 30px rgba(21,22,31,.06)}.industry-icon-grid h3{margin:0 0 10px;font-size:1.15rem}.industry-icon-grid p{color:var(--brand-text);line-height:1.6}.industries-requirements{background:var(--brand-bg-alt)}.requirements-table{width:100%;border-collapse:collapse;background:#fff;border-radius:var(--radius-brand);overflow:hidden;box-shadow:0 14px 34px rgba(21,22,31,.08)}.requirements-table td,.requirements-table th{padding:18px;border-bottom:1px solid var(--brand-border);color:var(--brand-text);vertical-align:top}.requirements-table thead th{background:var(--brand-primary-dark);color:#fff}.industries-cta{padding:80px 0 96px;background:var(--gradient-brand);text-align:center}.industries-cta .container{max-width:740px}.industries-cta h2,.industries-cta p{color:#fff}@media (max-width:991px){.industry-icon-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.industry-icon-grid{grid-template-columns:1fr}}