.services-workflow{background-color:var(--dens-white);overflow:hidden;padding:5rem 1.5rem;position:relative}.services-workflow--off-white{background-color:var(--dens-off-white,var(--dens-off-white))}.services-workflow--light{background-color:var(--dens-light-blue,var(--dens-light-blue))}.services-workflow--navy-light{background-color:var(--dens-navy,var(--dens-navy));color:var(--dens-white,#fff)}.services-workflow--navy-dark{background-color:var(--dens-navy-dark,var(--dens-navy-dark));color:var(--dens-white,#fff)}.services-workflow__inner{margin:0 auto;max-width:var(--dens-max-width)}.services-workflow__row{align-items:center;display:flex;gap:3rem}.services-workflow__text{flex:0 0 calc(50% - 1.5rem);max-width:calc(50% - 1.5rem)}.services-workflow__text .section-label{display:block;margin-bottom:.75rem}.services-workflow__title{color:var(--dens-navy,var(--dens-navy));font-size:clamp(1.5rem,2.5vw,1.875rem);font-weight:700;margin:0 0 1rem}.services-workflow--navy-dark .services-workflow__title,.services-workflow--navy-light .services-workflow__title{color:var(--dens-white,#fff)}.services-workflow__desc{color:var(--dens-gray-500,#475569);font-size:1rem;line-height:1.7}.services-workflow__desc p{font-size:1rem;line-height:1.7;margin:0 0 1rem}.services-workflow__desc p:last-child{margin-bottom:0}.services-workflow--navy-dark .services-workflow__desc,.services-workflow--navy-light .services-workflow__desc{color:hsla(0,0%,100%,.78)}.services-workflow__cta{align-items:center;display:inline-flex;gap:.5rem;margin-top:1.5rem}.services-workflow__visual{flex:1;margin-left:auto;min-width:0;position:relative}.services-workflow__grid{background-image:radial-gradient(circle at center,rgba(166,206,57,.1) 1.5px,transparent 0);background-size:24px 24px;inset:0;pointer-events:none;position:absolute}.services-workflow__svg{display:block;height:auto;margin:0 auto;max-width:540px;overflow:visible;position:relative;user-select:none;width:100%}.wf-line__bg{fill:none;stroke:rgba(0,0,0,.12);stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.wf-line__bg--dashed{stroke-dasharray:5 5}.wf-line--thin .wf-line__bg{stroke-width:1}.wf-line__ambient{fill:none;opacity:.65;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.5;transition:opacity .5s ease}.wf-line__ambient--dashed{stroke-dasharray:5 5}.wf-line--thin .wf-line__ambient{stroke-width:1.5}.wf-line.is-active .wf-line__ambient{opacity:.15}.wf-line__active{fill:none;opacity:0;stroke:var(--dens-light-green);stroke-linecap:round;stroke-linejoin:round;stroke-width:2.4;transition:opacity .7s ease-in-out}.wf-line--thin .wf-line__active{stroke-width:1.2}.wf-line.is-active .wf-line__active{opacity:.75}.wf-line__active:not(.wf-line__active--solid):not(.wf-line__active--dashed){stroke-dasharray:12 18}.wf-line.is-active .wf-line__active:not(.wf-line__active--solid):not(.wf-line__active--dashed){animation:wf-flow-down .8s linear infinite}@keyframes wf-flow-down{to{stroke-dashoffset:-30}}.wf-line__active--dashed{stroke-dasharray:5 5}.wf-line.is-active .wf-line__active--dashed{animation:wf-flow-up-dashed .9s linear infinite}@keyframes wf-flow-up-dashed{to{stroke-dashoffset:-20}}.wf-line__active--solid{stroke-dasharray:none}.services-workflow--navy-dark .wf-line__bg,.services-workflow--navy-light .wf-line__bg{stroke:hsla(0,0%,100%,.18)}.wf-node__bg{fill:#fff;stroke:var(--dens-gray-200);stroke-width:1;transition:stroke .4s ease,stroke-width .4s ease}.wf-node.is-active .wf-node__bg{stroke:var(--dens-light-green);stroke-width:1.5}.wf-node__icon-bg{fill:rgba(248,250,252,.7);transition:fill .4s ease}.wf-node.is-active .wf-node__icon-bg{fill:rgba(166,206,57,.1)}.wf-node__divider{stroke:var(--dens-gray-200);stroke-width:1;transition:stroke .4s ease}.wf-node.is-active .wf-node__divider{stroke:rgba(166,206,57,.35)}.wf-node__icon{color:#94a3b8;overflow:visible;transition:color .4s ease}.wf-node.is-active .wf-node__icon{color:var(--dens-light-green)}.wf-node__label{fill:#475569;font-family:var(--dens-font-body,"Inter",sans-serif);font-size:14px;font-weight:500;transition:fill .4s ease,font-weight .4s ease}.wf-node--small .wf-node__label{font-size:13px}.wf-node.is-active .wf-node__label{fill:#0f172a;font-weight:600}@media (max-width:1024px){.services-workflow__row{align-items:stretch;flex-direction:column;gap:2rem}.services-workflow__text,.services-workflow__visual{flex:none;margin:0 auto;max-width:100%}}@media (max-width:640px){.services-workflow{padding:3rem .75rem}.services-workflow__row{gap:1.5rem}.services-workflow__visual{margin:0 -.25rem}}@media (prefers-reduced-motion:reduce){.wf-line__active,.wf-line__ambient,.wf-node,.wf-node__icon,.wf-node__label{animation:none!important;transition:none}}