:root{--outline-draw-duration: 3.5s;--outline-pulse-duration: 4s;--blob-float-duration: 8s;--svg-sway-duration: 90s}.blob-container{width:min(220vw,2400px);display:flex;align-items:center;justify-content:center;padding:24px;overflow:visible;position:absolute;top:60%;left:50%;transform:translate(-50%,-50%);z-index:1;pointer-events:none}@media(min-width:1024px){.blob-container{width:min(90vw,1400px);top:65%;z-index:0}}.blob-container svg{width:100%;height:auto;display:block;overflow:visible;transform-origin:50% 50%;animation:svg-sway var(--svg-sway-duration) ease-in-out infinite}#blob-outline{stroke-dasharray:5200;stroke-dashoffset:5200;transform-box:fill-box;transform-origin:center;animation:outline-draw var(--outline-draw-duration) ease-out forwards,outline-pulse var(--outline-pulse-duration) ease-in-out infinite alternate var(--outline-draw-duration),outline-wobble 10s ease-in-out infinite alternate}#blob-group{transform-box:fill-box;transform-origin:center;filter:drop-shadow(0 22px 40px rgba(0,0,0,.75)) drop-shadow(0 0 45px rgba(199,0,253,.6))}#blob-fill{transform-box:fill-box;transform-origin:center;animation:blob-float var(--blob-float-duration) ease-in-out infinite alternate}@keyframes svg-sway{0%{transform:rotate(0)}12%{transform:rotate(2.5deg)}25%{transform:rotate(-1.5deg)}38%{transform:rotate(3.2deg)}52%{transform:rotate(-2.8deg)}68%{transform:rotate(1.7deg)}82%{transform:rotate(-.9deg)}to{transform:rotate(.8deg)}}@keyframes outline-draw{0%{stroke-dashoffset:5200}to{stroke-dashoffset:0}}@keyframes outline-pulse{0%{stroke-width:66.3632;opacity:.9}50%{stroke-width:80;opacity:1}to{stroke-width:68;opacity:.85}}@keyframes outline-wobble{0%{transform:scale(1)}50%{transform:scale(1.02,.98) rotate(.3deg)}to{transform:scale(.99,1.03) rotate(-.3deg)}}@keyframes blob-float{0%{transform:translateZ(0) scale(1)}50%{transform:translate3d(0,-14px,0) scale(1.03)}to{transform:translate3d(0,10px,0) scale(.98)}}.animated-lightning-card{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:0;contain:layout style paint;backface-visibility:hidden;transform:translateZ(0)}.animated-lightning-card svg{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;will-change:auto}.animated-lightning-card .card-bg{transform-box:fill-box;transform-origin:center;will-change:transform;backface-visibility:hidden}.animated-lightning-card.animate .card-bg{animation:bgDrift 18s ease-in-out infinite alternate}.animated-lightning-card .bolt{transform-box:fill-box;transform-origin:center;will-change:transform,filter;backface-visibility:hidden}.animated-lightning-card.animate .bolt{animation:boltFloat 3.4s ease-in-out infinite alternate,boltGlow 2.1s ease-in-out infinite alternate}.animated-lightning-card .bolt--left{animation-delay:0s,0s}.animated-lightning-card .bolt--right{animation-delay:1s,.4s}@keyframes bgDrift{0%{transform:translate3d(-8px,-6px,0) scale(1.02)}to{transform:translate3d(8px,6px,0) scale(1.06)}}@keyframes boltFloat{0%{transform:translateZ(0) scale(1)}to{transform:translate3d(0,-12px,0) scale(1.03)}}@keyframes boltGlow{0%{filter:drop-shadow(0 0 10px rgba(233,131,255,.55))}to{filter:drop-shadow(0 0 26px rgba(233,131,255,.95))}}@media(prefers-reduced-motion:no-preference){.animated-lightning-card.animate .bolt{animation:boltFloat 3.4s ease-in-out infinite alternate,boltGlow 2.1s ease-in-out infinite alternate}}@media(prefers-reduced-motion:reduce){.animated-lightning-card .card-bg,.animated-lightning-card .bolt{animation:none!important}}@keyframes stepCardAppear{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media(min-width:1024px){.step-card-wrapper{animation:stepCardAppear .6s ease-out forwards;opacity:0}.step-card{will-change:transform;transition:transform .3s ease-in-out}.step-card-wrapper:hover .step-card{transform:scale(1.08)}.step-line{pointer-events:none}.step-card-wrapper.step-card-1{animation-delay:.1s}.step-card-wrapper.step-card-2{animation-delay:.2s}.step-card-wrapper.step-card-3{animation-delay:.3s}.step-card-wrapper.step-card-4{animation-delay:.4s}.step-card-wrapper.step-card-5{animation-delay:.5s}}.bolts{display:flex;gap:12px}.bolt{width:30px;height:40px}.bolt-base{fill:#ff99ab80}.bolt-fill{fill:#ffc04a;transform-box:fill-box;transform-origin:left center;transform:scaleX(0)}.bolts.animate .bolt-fill{animation:fillBolt .7s ease-out forwards;animation-delay:var(--delay)}@keyframes fillBolt{to{transform:scaleX(1)}}.background-image-block{background-image:url(/assets/computer_image-BO6CfHwK.webp);background-repeat:no-repeat;background-size:cover;background-position:center;height:300px;width:100%}.background-form-image{background-image:url(/assets/contact-us-form-background-BAAYXnCz.webp);background-repeat:no-repeat;background-size:cover;background-position:center;height:100%;width:100%}.custom-input{width:100%;height:58px;border-radius:8px;padding:20px 16px 20px 44px;background-color:var(--color-gray-300);position:relative;font-family:var(--font-onest),sans-serif;color:var(--color-text-primary);border:1px solid var(--color-gray-300)}.custom-input-error{width:100%;height:56px;border-radius:8px;padding:20px 16px 20px 44px;background-color:var(--color-gray-300);position:relative;font-family:var(--font-onest),sans-serif;color:var(--color-rose-600);border:1px solid var(--color-rose-600)}.custom-input::-moz-placeholder{color:var(--color-gray-600)}.custom-input::placeholder{color:var(--color-gray-600)}
