.hero-animation-container{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.hero-animation-svg{width:100%;max-width:600px;height:100%;overflow:visible}.flowing-line{will-change:stroke-dashoffset;animation:3s linear infinite flow}.flowing-line-1{animation-delay:0s}.flowing-line-2{animation-delay:.4s}.flowing-line-3{animation-delay:.8s}.flowing-line-4{animation-delay:1.2s}.flowing-line-5{animation-delay:1.6s}@keyframes flow{0%{stroke-dashoffset:40px}to{stroke-dashoffset:0}}.float-1{animation:8s ease-in-out infinite float1}.float-2{animation:8s ease-in-out infinite float2}.float-3{animation:8s ease-in-out infinite float3}.float-4{animation:8s ease-in-out infinite float4}@keyframes float1{0%,to{transform:translate(0)}50%{transform:translate(3px,-4px)}}@keyframes float2{0%,to{transform:translate(0)}50%{transform:translate(-4px,2px)}}@keyframes float3{0%,to{transform:translate(0)}50%{transform:translate(2px,4px)}}@keyframes float4{0%,to{transform:translate(0)}50%{transform:translate(-3px,-3px)}}.avatar-halo{opacity:.4;will-change:opacity;animation:6s ease-in-out infinite breathe}.halo-1{animation-delay:0s}.halo-2{animation-delay:3s}@keyframes breathe{0%,to{opacity:.4}50%{opacity:.7}}.money-dot{filter:drop-shadow(0 0 4px #10b981)}.cluster-label{opacity:.6}@media (prefers-reduced-motion:reduce){.flowing-line,.float-1,.float-2,.float-3,.float-4,.avatar-halo{animation:none!important}.avatar-halo{opacity:.5}.money-dot{display:none}}