@-webkit-keyframes dash{0%{stroke-dashoffset:500}50%{stroke-dashoffset:0}to{stroke-dashoffset:-500}}@-moz-keyframes dash{0%{stroke-dashoffset:500}50%{stroke-dashoffset:0}to{stroke-dashoffset:-500}}@-ms-keyframes dash{0%{stroke-dashoffset:500}50%{stroke-dashoffset:0}to{stroke-dashoffset:-500}}@keyframes dash{0%{stroke-dashoffset:500}50%{stroke-dashoffset:0}to{stroke-dashoffset:-500}}.loader{width:100px;position:absolute}.loader .bg{fill:none;stroke:#f4f6ff;stroke-miterlimit:10;stroke-width:54px;stroke-linejoin:round}.loader .ani{fill:none;stroke:#718b29;stroke-linecap:round;stroke-dasharray:500;-webkit-animation:dash 2s linear infinite;-moz-animation:dash 2s linear infinite;animation:dash 2s linear infinite}