.hero-module{background:#082750;color:#fff;display:flex;flex-direction:column;min-height:100vh;overflow:hidden;position:relative;width:100%}.hero-module__orb-left,.hero-module__orb-right{border-radius:50%;pointer-events:none;position:absolute}.hero-module__orb-left{background:radial-gradient(circle,rgba(13,111,252,.13) 0,transparent 65%);height:540px;left:-4%;top:12%;width:540px}.hero-module__orb-right{background:radial-gradient(circle,rgba(71,146,166,.07) 0,transparent 65%);bottom:8%;height:320px;right:0;width:320px}.hero-module__wb{align-items:center;bottom:108px;display:flex;justify-content:center;left:22%;pointer-events:none;position:absolute;right:0;top:72px;z-index:1}.hero-module__wb-image,.hero-module__wb-images{inset:0;position:absolute}.hero-module__wb-image{height:100%;object-fit:contain;opacity:0;transition:opacity .6s ease;width:100%}.hero-module__wb-image.is-active{opacity:.22}.hero-module__diagram{height:100%;inset:0;opacity:0;position:absolute;transition:opacity .5s ease;width:100%}.hero-module__diagram.is-active{opacity:.2}.hero-module__diagram-custom{overflow:hidden}.hero-module__diagram-custom svg{height:100%;width:100%}@keyframes hero-module-draw-path{0%{stroke-dashoffset:2000}to{stroke-dashoffset:0}}@keyframes hero-module-fade-in-text{to{opacity:1}}.hero-module__diagram.is-drawing circle,.hero-module__diagram.is-drawing ellipse,.hero-module__diagram.is-drawing line,.hero-module__diagram.is-drawing path,.hero-module__diagram.is-drawing polyline,.hero-module__diagram.is-drawing rect{animation:hero-module-draw-path 2.4s ease forwards;stroke-dasharray:2000;stroke-dashoffset:2000}.hero-module__diagram.is-drawing text{animation:hero-module-fade-in-text .4s ease 1.8s forwards;opacity:0}.hero-module__body{display:grid;flex:1;grid-template-columns:4fr 1fr;position:relative;z-index:2}.hero-module__content{display:flex;flex-direction:column;justify-content:center;padding:36px 48px 28px 56px;position:relative}.hero-module__eyebrow{align-items:center;color:#0d6ffc;display:flex;gap:10px;margin-bottom:14px}.hero-module__eyebrow span{background:#db535f;flex-shrink:0;height:2px;width:16px}.hero-module__title{margin-bottom:80px}.hero-module__title h1{color:#b7c9c5;font-size:55px;font-weight:900;letter-spacing:-.03em;line-height:.92;margin:0 0 18px}.hero-module__title h1 strong{color:#0d6ffc;font-family:Caveat,cursive;font-size:70px;font-weight:700;line-height:120%}.hero-module__rotating-line{display:block;min-height:1.2em}.hero-module__rotating-text{display:inline}.hero-module__cursor{animation:hero-module-blink .8s step-end infinite;background:#0d6ffc;display:inline-block;height:.8em;margin-left:10px;vertical-align:text-bottom;width:2px}@keyframes hero-module-blink{50%{opacity:0}}.hero-module__description{color:hsla(0,0%,100%,.62);font-weight:400;line-height:1.8;margin:16px 0 24px;max-width:440px}.hero-module__description strong{color:#fff;font-weight:700}.hero-module--simple .hero-module__title{margin-bottom:20px}.hero-module--simple .hero-module__description{max-width:none;width:100%}.hero-module__buttons{display:flex;flex-wrap:wrap;gap:14px}.hero-module__cta{width:fit-content}.hero-module__dots{display:flex;gap:8px;margin-top:20px}.hero-module__dot{background:hsla(0,0%,100%,.2);border:none;border-radius:50%;cursor:pointer;height:6px;padding:0;transition:background .3s,transform .3s;width:6px}.hero-module__dot.is-active{background:#0d6ffc;transform:scale(1.3)}.hero-module__sidebar{background:rgba(0,0,0,.18);border-left:1px solid hsla(0,0%,100%,.08);display:flex;flex-direction:column;justify-content:center;padding:36px 16px 28px 20px;position:relative;z-index:2}.hero-module__sidebar-label{color:hsla(0,0%,100%,.25);font-size:9px;font-weight:700;letter-spacing:.16em;margin-bottom:14px;text-transform:uppercase}.hero-module__proof-list{display:flex;flex-direction:column;gap:10px}.hero-module__proof-item{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.07);border-left:3px solid var(--proof-border-color,#0d6ffc);border-radius:5px;padding:11px 12px}.hero-module__proof-title{color:#fff;display:block;font-size:24px;font-weight:900;letter-spacing:-.02em;line-height:1;margin-bottom:3px}.hero-module__proof-description{color:hsla(0,0%,100%,.5);display:block;font-size:10px;line-height:1.4}.hero-module__footer{background:rgba(0,0,0,.3);border-top:1px solid hsla(0,0%,100%,.08);bottom:0;display:grid;grid-template-columns:repeat(3,1fr);left:0;right:0;z-index:10}.hero-module__highlight{align-items:flex-start;border-right:1px solid hsla(0,0%,100%,.08);display:flex;gap:10px;padding:18px 24px}.hero-module__highlight:last-child{border-right:none}.hero-module__highlight-dot{background:var(--highlight-dot-color,#0d6ffc);border-radius:50%;flex-shrink:0;height:6px;margin-top:5px;width:6px}.hero-module__highlight-copy{color:hsla(0,0%,100%,.5);font-size:12px;line-height:1.5}.hero-module__highlight-copy strong{color:#fff;display:block;font-weight:700;margin-bottom:2px}@media (max-width:992px){.hero-module{min-height:auto}.hero-module__body{grid-template-columns:1fr}.hero-module__content{padding:28px 20px 20px}.hero-module__wb{left:0}.hero-module__eyebrow{flex-wrap:wrap;row-gap:4px}.hero-module__title{margin-bottom:20px}.hero-module__title h1{font-size:32px;line-height:1.05;margin:0 0 10px}.hero-module__title h1 strong{font-size:40px;line-height:1.15}.hero-module__rotating-line{min-height:0}.hero-module__description{font-size:13px;line-height:1.7;margin:12px 0 20px;max-width:none}.hero-module__buttons{align-items:flex-start;flex-direction:column}.hero-module__cta{width:100%}.hero-module__dots{margin-top:14px}.hero-module__sidebar{border-left:none;border-top:1px solid hsla(0,0%,100%,.08);padding:20px 20px 24px}.hero-module__footer{display:block}.hero-module__highlight{border-bottom:1px solid hsla(0,0%,100%,.08);border-right:none;padding:14px 20px}.hero-module__highlight:last-child{border-bottom:none}.hero-module__highlight-copy strong{font-size:11px;letter-spacing:.02em;text-transform:uppercase}}