.services-hero{position:relative;min-height:560px;padding:160px 0 92px;display:grid;align-items:center;overflow:hidden;background:var(--brand-primary-dark)}.services-hero>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:0}.services-hero::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(28,38,34,.86),rgba(32,104,31,.68));z-index:1}.services-hero .container{position:relative;z-index:2;max-width:860px;margin-left:max(24px,(100vw - 1140px) / 2)}.services-hero .diab-eyebrow,.services-hero h1,.services-hero p{color:var(--brand-text-inverse)}.service-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.service-card-grid article{position:relative;padding:26px;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:var(--brand-bg)}.card-icon{display:inline-grid;align-items:center;justify-items:center;place-items:center;width:46px;height:46px;border-radius:var(--brand-radius);background:var(--brand-primary-light);color:var(--brand-primary-dark);font-weight:900;margin-bottom:16px}.process-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:18px;gap:18px}.process-steps article{padding:22px;border-radius:var(--brand-radius);background:var(--brand-bg);border:1px solid var(--brand-border)}.process-steps span{display:inline-grid;align-items:center;justify-items:center;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--brand-secondary);color:var(--brand-text-inverse);font-weight:900;margin-bottom:12px}.guarantee-banner{padding:72px 0;background:linear-gradient(135deg,var(--brand-primary-dark),#152018)}.guarantee-banner .container{display:grid;grid-template-columns:minmax(0,0.8fr) minmax(0,1fr);grid-gap:32px;gap:32px;align-items:center}@media (max-width:991px){.guarantee-banner .container,.process-steps,.service-card-grid{grid-template-columns:1fr}}