.fs-spinner__svg{-webkit-animation:spinnerRotate 2s linear infinite;animation:spinnerRotate 2s linear infinite;bottom:0;height:100%;left:0;margin:auto;position:absolute;right:0;top:0;-webkit-transform-origin:center center;transform-origin:center center;width:100%}.fs-spinner__svg .path{-webkit-animation:spinnerDash 1.5s ease-in-out infinite,spinnerColor 6s ease-in-out infinite;animation:spinnerDash 1.5s ease-in-out infinite,spinnerColor 6s ease-in-out infinite;stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:round}.fs__select-spinner{display:none;height:26px;left:auto;right:-29px;top:0;width:26px}@-webkit-keyframes spinnerRotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinnerRotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes spinnerDash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@keyframes spinnerDash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@-webkit-keyframes spinnerColor{100%,0%{stroke:#0073aa}40%{stroke:#00ace1}66%{stroke:#0073aa}80%,90%{stroke:#00ace1}}@keyframes spinnerColor{100%,0%{stroke:#0073aa}40%{stroke:#00ace1}66%{stroke:#0073aa}80%,90%{stroke:#00ace1}}