.triangle-animation{animation:rotate 3s linear infinite}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.center-point{opacity:1;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.2)}}.line-1,.line-2,.line-3{stroke-dasharray:6;stroke-dashoffset:6;animation:drawLine 2s ease-in-out infinite}.line-1{animation-delay:0s}.line-2{animation-delay:.3s}.line-3{animation-delay:.6s}.edge-1,.edge-2,.edge-3{stroke-dasharray:10;stroke-dashoffset:10;animation:drawEdge 2s ease-in-out infinite}.edge-1{animation-delay:.9s}.edge-2{animation-delay:1.2s}.edge-3{animation-delay:1.5s}@keyframes drawLine{0%{stroke-dashoffset:6;opacity:0}50%{stroke-dashoffset:0;opacity:1}to{stroke-dashoffset:0;opacity:.7}}@keyframes drawEdge{0%{stroke-dashoffset:10;opacity:0}50%{stroke-dashoffset:0;opacity:1}to{stroke-dashoffset:0;opacity:.8}}