@charset "UTF-8";.industries-hero{padding:160px 0 96px;background:linear-gradient(135deg,var(--brand-secondary),var(--brand-primary-dark))}.industries-hero h1,.industries-hero p{color:#fff}.industries-hero .eyebrow{color:rgba(255,255,255,.82)}.industries-hero .container{max-width:900px}.industry-pillars{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(310px,1fr);grid-gap:22px;gap:22px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:12px}.industry-pillars article{scroll-snap-align:start;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:var(--brand-bg);overflow:hidden;min-height:520px;display:grid;grid-template-rows:auto auto 1fr}.industry-pillars h3,.industry-pillars p{padding:0 24px}.industry-pillars h3{padding-top:24px}.industry-pillars img{align-self:end;width:100%;height:220px;-o-object-fit:cover;object-fit:cover}.case-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.case-grid article{border:1px solid var(--brand-border);border-radius:var(--brand-radius);padding:28px;background:var(--brand-bg)}.case-grid b{color:var(--brand-accent);font-weight:900}@media (max-width:991px){.case-grid{grid-template-columns:1fr}}