.spinner{width:14rem;height:14rem;stroke-linecap:round}.spinner .fullrotation{stroke:#4dacaa;transform-origin:50% 50%;-webkit-animation-name:fullrotation;animation-name:fullrotation;-webkit-animation-duration:6s;animation-duration:6s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear}.spinner .fullrotation.slow{stroke:#fff;-webkit-animation-duration:10s;animation-duration:10s}.spinner circle{-webkit-animation-name:dash;animation-name:dash;-webkit-animation-duration:4s;animation-duration:4s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear;stroke-dasharray:405}.spinner .slow circle{-webkit-animation-duration:3s;animation-duration:3s}@-webkit-keyframes fullrotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes fullrotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes dash{0%{stroke-dashoffset:1810}to{stroke-dashoffset:1010}}@keyframes dash{0%{stroke-dashoffset:1810}to{stroke-dashoffset:1010}}.badge{position:relative;padding-top:2rem;padding-bottom:2rem}.badge_label{display:flex;align-items:center;justify-content:center;font-size:3.2rem;background-color:#b53b26;width:10rem;height:10rem;border-radius:9999px;font-weight:600}.badge .spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}