#customer-hero{border-bottom:1px solid var(--border-dark);display:grid;grid-template-columns:1fr 1fr;min-height:calc(101dvh - var(--header-h));overflow:hidden;position:relative}#customer-hero .hero-content{background:var(--white);display:flex;flex-direction:column;justify-content:center;padding:var(--gutter-y) var(--gutter);position:relative;z-index:2}#customer-hero h1{margin-bottom:1.5rem}#customer-hero .hero-body{margin-bottom:3rem;max-width:520px}#customer-hero .hero-body p{margin:0}#customer-hero .btn-wrap{margin-bottom:2.5rem}#customer-hero .hero-stats{align-items:stretch;border-top:1px solid var(--border-dark);display:flex;gap:0;padding-top:2.5rem}#customer-hero .hero-stat{border-right:1px solid var(--border-dark);display:flex;flex-direction:column;gap:.35rem;margin-right:2.5rem;padding-right:2.5rem}#customer-hero .hero-stat--last{border-right:none;margin-right:0;padding-right:0}#customer-hero .hero-stat-num{color:var(--black);font-family:var(--fonts);font-size:var(--h3);font-weight:var(--fw-bold);letter-spacing:var(--ls);line-height:1}#customer-hero .hero-stat-label{color:var(--muted);font-family:var(--fonts);font-size:var(--fs-tiny);font-weight:var(--fw-bold);letter-spacing:var(--ls-medium);text-transform:uppercase}#customer-hero .hero-visual{align-items:center;background:var(--off-white);border-left:1px solid var(--border-dark);display:flex;justify-content:center;overflow:hidden;position:relative}#customer-hero #cust-globe-canvas{display:block;position:relative;z-index:1}