.stages__header{margin-bottom:0}.stages__intro{margin:0}.stages__pipeline{position:relative;margin-top:8px}.stages__rail{display:none}.stages__grid{display:grid;grid-template-columns:1fr;gap:40px;position:relative;z-index:1}.stages__stage{padding:0 14px;text-align:center;position:relative;z-index:1}.stages__stage-top{width:76px;height:76px;margin:0 auto 24px;border-radius:16px;background:var(--white);border:1px solid var(--line);box-shadow:var(--shadow-sm);display:grid;place-items:center;color:var(--navy);position:relative;z-index:2;transition:transform .25s var(--ease),box-shadow .25s,border-color .25s}.stages__stage-top .stages__icon,.stages__stage-top .icon,.stages__stage-top .hs-icon{width:30px;height:30px}.stages__stage:hover .stages__stage-top{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:#cfe6ee}.stages__stage-no{position:absolute;top:-9px;right:-9px;width:26px;height:26px;border-radius:8px;background:var(--navy);color:var(--white);font-family:var(--font-mono);font-size:.75rem;font-weight:600;display:grid;place-items:center;z-index:3}.stages__title{font-size:1.375rem;margin:0 0 11px}.stages__stage .wp-block-heading,.stages__stage h1,.stages__stage h2,.stages__stage h3,.stages__stage h4,.stages__stage h5,.stages__stage h6{font-size:1.375rem;margin:0 0 11px}.stages__desc{font-size:.906rem;color:var(--muted);line-height:1.55;max-width:15rem;margin:0 auto}.stages__stage p,.stages__stage .wp-block-paragraph{font-size:.906rem;color:var(--muted);line-height:1.55;max-width:15rem;margin:0 auto}.stages__footer{margin-top:48px;text-align:center;border-top:1px solid var(--line);padding-top:40px}.stages__footer>*+*{margin-top:0}.stages__actions{margin-top:40px}.stages__footer+.stages__actions{margin-top:24px}.stages--dark{background:var(--navy);color:var(--text-on-dark)}.stages--dark .display{color:var(--white)}.stages--dark .stages__intro{color:var(--text-on-dark)}.stages--dark .stages__stage-top{background:var(--navy);border-color:hsla(0,0%,100%,.12)}.hs-section--black.stages--dark .stages__stage-top{background:var(--bg-dark)}.stages--dark .stages__stage:hover .stages__stage-top{border-color:rgba(82,208,238,.35)}.stages--dark .stages__title{color:var(--white)}.stages--dark .stages__stage .wp-block-heading,.stages--dark .stages__stage h1,.stages--dark .stages__stage h2,.stages--dark .stages__stage h3,.stages--dark .stages__stage h4,.stages--dark .stages__stage h5,.stages--dark .stages__stage h6{color:var(--white)}.stages--dark .stages__desc{color:rgba(188,210,219,.85)}.stages--dark .stages__stage p,.stages--dark .stages__stage .wp-block-paragraph{color:rgba(188,210,219,.85)}.stages--dark .stages__footer{border-top-color:hsla(0,0%,100%,.12);color:hsla(0,0%,100%,.9)}.stages--dark .stages__footer.entry__content{color:hsla(0,0%,100%,.9)}.stages--dark .stages__footer p,.stages--dark .stages__footer h1,.stages--dark .stages__footer h2,.stages--dark .stages__footer h3,.stages--dark .stages__footer h4{color:var(--white)}.stages__stage-rail{display:none}@keyframes stages-rail-draw{from{transform:scaleX(0)}to{transform:scaleX(1)}}@media(min-width: 600px){.stages__grid{grid-template-columns:repeat(2, 1fr);gap:32px}}@media(min-width: 921px){.stages{--stages-cols: 5}.stages--cols-2{--stages-cols: 2}.stages--cols-3{--stages-cols: 3}.stages--cols-4{--stages-cols: 4}.stages--cols-5{--stages-cols: 5}.stages--cols-6{--stages-cols: 6}.stages__rail{display:block;position:absolute;top:38px;left:calc(50%/var(--stages-cols));right:calc(50%/var(--stages-cols));height:2px;z-index:0;background:linear-gradient(90deg, var(--accent) 0%, var(--cyan) 50%, var(--accent) 100%);opacity:.55;transform:scaleX(0);transform-origin:left center;pointer-events:none}.stages__stage--rail:has(+.stages__stage) .stages__stage-rail,.stages__stage--rail:has(+.wp-block-highstep-stage) .stages__stage-rail{display:block;position:absolute;top:38px;left:calc(50% + 38px);width:calc(100% - 76px);height:2px;z-index:0;background:linear-gradient(90deg, var(--accent) 0%, var(--cyan) 50%, var(--accent) 100%);opacity:.55;transform:scaleX(0);transform-origin:left center;pointer-events:none}.stages--dark .stages__rail,.stages--dark .stages__stage-rail{background:linear-gradient(90deg, var(--accent) 0%, var(--cyan) 40%, rgba(255, 255, 255, 0.7) 50%, var(--cyan) 60%, var(--accent) 100%)}.stages__grid{column-gap:0;row-gap:56px}.stages--cols-2 .stages__grid{grid-template-columns:repeat(2, 1fr)}.stages--cols-3 .stages__grid{grid-template-columns:repeat(3, 1fr)}.stages--cols-4 .stages__grid{grid-template-columns:repeat(4, 1fr)}.stages--cols-5 .stages__grid{grid-template-columns:repeat(5, 1fr)}.stages--cols-6 .stages__grid{grid-template-columns:repeat(6, 1fr)}.stages__footer{margin-top:76px;padding-top:50px}}@media(prefers-reduced-motion: no-preference){.reveal-on .stages__pipeline:has(.in) .stages__rail{animation:stages-rail-draw .85s var(--ease-out) forwards}.reveal-on .rstagger.in .stages__stage-rail{animation:stages-rail-draw .65s var(--ease-out) forwards}.reveal-on .rstagger.in>*:nth-child(1) .stages__stage-rail{animation-delay:0s}.reveal-on .rstagger.in>*:nth-child(2) .stages__stage-rail{animation-delay:.12s}.reveal-on .rstagger.in>*:nth-child(3) .stages__stage-rail{animation-delay:.24s}.reveal-on .rstagger.in>*:nth-child(4) .stages__stage-rail{animation-delay:.36s}.reveal-on .rstagger.in>*:nth-child(5) .stages__stage-rail{animation-delay:.48s}}html:not(.reveal-on) .stages__rail,html:not(.reveal-on) .stages__stage-rail{transform:scaleX(1)}@media(prefers-reduced-motion: reduce){.stages__rail,.stages__stage-rail{animation:none !important;transform:scaleX(1);opacity:.45}.stages__stage:hover .stages__stage-top{transform:none}}.stages .container>.block-editor-inner-blocks>.block-editor-block-list__layout{display:grid;grid-template-columns:1fr;gap:40px}.stages .container>.block-editor-inner-blocks>.block-editor-block-list__layout>*:not(.wp-block-highstep-stage){grid-column:1/-1}@media(min-width: 600px){.stages .container>.block-editor-inner-blocks>.block-editor-block-list__layout{grid-template-columns:repeat(2, 1fr);gap:32px}}@media(min-width: 921px){.stages .container>.block-editor-inner-blocks>.block-editor-block-list__layout{column-gap:0;row-gap:56px}.stages--cols-2 .container>.block-editor-inner-blocks>.block-editor-block-list__layout{grid-template-columns:repeat(2, 1fr)}.stages--cols-3 .container>.block-editor-inner-blocks>.block-editor-block-list__layout{grid-template-columns:repeat(3, 1fr)}.stages--cols-4 .container>.block-editor-inner-blocks>.block-editor-block-list__layout{grid-template-columns:repeat(4, 1fr)}.stages--cols-5 .container>.block-editor-inner-blocks>.block-editor-block-list__layout{grid-template-columns:repeat(5, 1fr)}.stages--cols-6 .container>.block-editor-inner-blocks>.block-editor-block-list__layout{grid-template-columns:repeat(6, 1fr)}}
