@keyframes flowAnimation{0%{stroke-dashoffset:100px}to{stroke-dashoffset:0}}.animate-flow{stroke-dasharray:2;stroke-dashoffset:100px;animation:60s linear infinite flowAnimation}@keyframes floating{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}@keyframes pulse{0%{opacity:.7}50%{opacity:1}to{opacity:.7}}.floating-card{animation:2s ease-in-out infinite floating}.floating-card-pulse{animation:2s ease-in-out infinite pulse}
