.spinner_WORKS{animation:rotate 2s linear infinite;z-index:2;position:absolute;top:50%;left:50%;margin:-25px 0 0 -25px;width:50px;height:50px}.spinner_WORKS .path{stroke:#3db156;stroke-linecap:round;animation:dash 1.5s ease-in-out infinite}.spinner_MEDICAL{animation:rotate 2s linear infinite;z-index:2;position:absolute;top:50%;left:50%;margin:-25px 0 0 -25px;width:50px;height:50px}.spinner_MEDICAL .path{stroke:#5d8eef;stroke-linecap:round;animation:dash 1.5s ease-in-out infinite}.spinner_SAAS{animation:rotate 2s linear infinite;z-index:2;position:absolute;top:50%;left:50%;margin:-25px 0 0 -25px;width:50px;height:50px}.spinner_SAAS .path{stroke:#5d8eef;stroke-linecap:round;animation:dash 1.5s ease-in-out infinite}.spinner_CUSTOM{animation:rotate 2s linear infinite;z-index:2;position:absolute;top:50%;left:50%;margin:-25px 0 0 -25px;width:50px;height:50px}.spinner_CUSTOM .path{stroke:#fe9650;stroke-linecap:round;animation:dash 1.5s ease-in-out infinite}@keyframes rotate{to{transform:rotate(1turn)}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}