:root{--hero-scale:.85}@media (max-width:1440px){:root{--hero-scale:.9}}@media (max-width:1200px){:root{--hero-scale:.94}}.HeroHome-module__Y-sgxG__hero-home{will-change:transform,border-radius;z-index:10;box-sizing:border-box;background:linear-gradient(#080808 -3%,#146ef5 180%);justify-content:center;align-items:center;width:100%;height:100vh;margin:0 auto;padding:0 20px;animation:linear both HeroHome-module__Y-sgxG__hero-shrink;animation-timeline:scroll(root);animation-range:0 500px;display:flex;position:sticky;top:0;overflow:hidden}@keyframes HeroHome-module__Y-sgxG__hero-shrink{0%{border-radius:0;transform:scale(1)}to{transform:scale(var(--hero-scale));border-radius:15px}}.HeroHome-module__Y-sgxG__hero-wrapper{background:#fff;height:150vh;position:relative}.HeroHome-module__Y-sgxG__hero-home-content{justify-content:space-between;align-items:center;gap:4rem;width:100%;max-width:1680px;margin:0 auto;display:flex}.HeroHome-module__Y-sgxG__hero-home-left{flex:1.3}.HeroHome-module__Y-sgxG__hero-home-right{flex:1.2;align-items:center;min-height:500px;display:flex;position:relative}.HeroHome-module__Y-sgxG__hero-heading{color:var(--color-text-light);margin-bottom:1.5rem;font-size:clamp(2.1rem,1rem + 3.1vw,80px);font-weight:600;line-height:1.04}.HeroHome-module__Y-sgxG__hero-tagline{color:var(--color-text-light);text-wrap:pretty;font-size:20px;font-weight:400;line-height:30px;margin-bottom:2rem!important}.HeroHome-module__Y-sgxG__hero-highlight{color:#fff;background-color:var(--color-accent);border-radius:3px;padding:2px 6px;font-weight:700}.HeroHome-module__Y-sgxG__hero-ctas{gap:1rem;display:flex}.HeroHome-module__Y-sgxG__btn{text-align:center;border-radius:.25rem;padding:.9rem 1.5rem;font-size:1rem;font-weight:500;text-decoration:none;transition:all .2s}.HeroHome-module__Y-sgxG__btn-primary{color:var(--color-text-light);background:var(--color-primary)}.HeroHome-module__Y-sgxG__btn-primary:hover{background-color:#0055d4;box-shadow:0 1px 1px #08080814,0 1px 1px #08080833,inset 0 6px 12px #ffffff1f,inset 0 1px 1px #fff3}.HeroHome-module__Y-sgxG__btn-secondary{background-color:var(--color-background-dark);color:var(--color-text-light)}.HeroHome-module__Y-sgxG__btn-secondary:hover{background:#171717;box-shadow:0 1px 1px #146ef514,0 1px 1px #146ef533,inset 0 6px 12px #ffffff1f,inset 0 1px 1px #fff3}.HeroHome-module__Y-sgxG__diagram-wrapper{justify-content:center;align-items:center;width:100%;max-width:520px;height:420px;display:flex;position:relative}.HeroHome-module__Y-sgxG__diagram-wrapper:before{content:"";filter:blur(60px);z-index:0;background:radial-gradient(circle,#146ef54d,#0000 70%);width:420px;height:420px;position:absolute}.HeroHome-module__Y-sgxG__diagram-svg{z-index:1;width:100%;height:100%;position:absolute}.HeroHome-module__Y-sgxG__diagram-svg line{stroke-width:1px;stroke-dasharray:4 6;animation:30s linear infinite HeroHome-module__Y-sgxG__flow}@keyframes HeroHome-module__Y-sgxG__flow{0%{stroke-dashoffset:100px}to{stroke-dashoffset:0}}.HeroHome-module__Y-sgxG__hub-center{background:linear-gradient(145deg,var(--color-primary),var(--color-primary));z-index:10;border:1px solid #ffffff40;border-radius:.25rem;justify-content:center;align-items:center;width:95px;height:95px;display:flex;position:relative}.HeroHome-module__Y-sgxG__hub-icon-box{width:100%;height:100%;position:relative}.HeroHome-module__Y-sgxG__hub-triangle,.HeroHome-module__Y-sgxG__hub-triangle-2{transform-origin:50% 100%;transition:transform var(--hub-speed,.15s)cubic-bezier(.2,1,.3,1);filter:drop-shadow(0 0 10px #ffffff4d);will-change:transform;backface-visibility:hidden;border-bottom:32px solid #fff;border-left:11px solid #0000;border-right:11px solid #0000;position:absolute;top:50%;left:50%}.HeroHome-module__Y-sgxG__hub-triangle-2{border-bottom-color:#fff}.HeroHome-module__Y-sgxG__service-node{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:5;background:#ffffff0a;border:1px solid #ffffff26;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:12px;min-width:130px;padding:20px 15px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);animation:6s ease-in-out infinite HeroHome-module__Y-sgxG__float;display:flex;position:absolute}.HeroHome-module__Y-sgxG__node-icon-img{filter:drop-shadow(0 0 10px #146ef566);width:45px;height:auto}.HeroHome-module__Y-sgxG__node-icon-svg{color:var(--color-primary);stroke-width:1.2px;font-size:40px}.HeroHome-module__Y-sgxG__service-node span{color:#fff;text-transform:uppercase;letter-spacing:.5px;font-size:.85rem;font-weight:600}.HeroHome-module__Y-sgxG__service-node:hover{border-color:var(--color-primary);background:#146ef526;transform:translateY(-10px)scale(1.1);box-shadow:0 20px 50px #0009,0 0 30px #146ef566}.HeroHome-module__Y-sgxG__n-top-left{top:-10%;left:-5%}.HeroHome-module__Y-sgxG__n-top-right{animation-delay:1s;top:-5%;right:-5%}.HeroHome-module__Y-sgxG__n-bottom-left{animation-delay:2s;bottom:-10%;left:-5%}.HeroHome-module__Y-sgxG__n-bottom-right{animation-delay:.5s;bottom:-5%;right:-5%}@keyframes HeroHome-module__Y-sgxG__float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@media (min-width:992px){.HeroHome-module__Y-sgxG__hero-home-right{justify-content:flex-end;margin-right:50px}}@media (max-width:991px){.HeroHome-module__Y-sgxG__hero-wrapper{height:auto}.HeroHome-module__Y-sgxG__hero-home{height:auto;padding:100px 20px 50px;animation:none;position:relative;border-radius:0!important;transform:none!important}.HeroHome-module__Y-sgxG__hero-home-content{text-align:center;flex-direction:column;margin-top:80px}.HeroHome-module__Y-sgxG__hero-home-left,.HeroHome-module__Y-sgxG__hero-home-right{width:100%}.HeroHome-module__Y-sgxG__hero-home-right{justify-content:center;min-height:400px;margin-top:3rem}.HeroHome-module__Y-sgxG__hero-ctas{justify-content:center}}@media (max-width:768px){.HeroHome-module__Y-sgxG__diagram-wrapper{transform:scale(.8)}.HeroHome-module__Y-sgxG__hero-home-content{margin-top:60px}.HeroHome-module__Y-sgxG__hero-heading{font-size:clamp(1.8rem,8vw,2.5rem)}}
