body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
    Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  margin: 0;
}
code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, Courier New, monospace;
}
.text-left {
  -webkit-padding-start: 15px;
  padding-inline-start: 15px;
  text-align: left;
}
:root {
  --stateColor: #000;
}
#root,
.App,
body,
html {
  height: 100%;
  width: 100%;
}
* {
  box-sizing: border-box;
  font-family: Arial, Sans Serif;
}
.App {
  background: #fff;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 768px;
  padding: 24px 24px 12px;
  position: relative;
  text-align: center;
}
.Content {
  flex-grow: 1;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  border: thin solid #1b4788;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  margin: 0;
  padding: 0.5em 3.5em 0.5em 1em;
}
select.classic {
  background-image: linear-gradient(45deg, transparent 50%, #fff 0),
    linear-gradient(135deg, #fff 50%, transparent 0),
    linear-gradient(90deg, #1b4788, #1b4788);
  background-position: calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px), 100% 0;
}
select.classic,
select.classic:focus {
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
}
select.classic:focus {
  background-image: linear-gradient(45deg, #fff 50%, transparent 0),
    linear-gradient(135deg, transparent 50%, #fff 0),
    linear-gradient(90deg, #1b4788, #1b4788);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, 100% 0;
  border-color: #1b4788;
  outline: 0;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.modal {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  transition: opacity 0.5s ease;
  width: 100%;
  z-index: 1;
}
.modal-content {
  background-color: #fefefe;
  border: 1px solid #888;
  border-radius: 16px;
  font-size: 18px;
  margin: auto;
  max-height: 75%;
  max-width: 768px;
  min-height: 75%;
  overflow-y: auto;
  padding: 0 20px 20px;
  position: relative;
  width: 90%;
}
.modal .sticky {
  background: #fff;
  left: 0;
  padding-top: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
}
.modal-content div {
  font-size: 15px;
  max-width: 100%;
  text-align: center;
  width: 100%;
}
.modal-content img {
  margin: 20px auto;
  width: 70%;
}
.modal-content p {
  font-size: 15px;
  text-align: center;
}
.close {
  color: #aaa;
  font-size: 28px;
  font-weight: 700;
  position: absolute;
  right: 0;
}
.close:focus,
.close:hover {
  color: #000;
  cursor: pointer;
  text-decoration: none;
}
.sticker {
  --c1: #1b4788;
  --c2: #18417e;
  --c3: #1350a9;
  --c4: #1b4788;
  --c5: #154895;
  --shine-angle: 7deg;
  color: var(--c5);
  display: inline-grid;
  font-size: 40px;
  font-style: oblique;
  font-weight: 900;
  grid-template-areas: "text";
  place-items: center;
  text-transform: uppercase;
}
.sticker-lg {
  font-size: clamp(6rem, 30vw, 20rem);
}
.sticker span {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0.01em rgba(0, 0, 0, 0.6);
  background: linear-gradient(
      var(--shine-angle),
      rgba(0, 0, 255, 0) 0,
      rgba(0, 0, 255, 0) 35%,
      rgba(0, 128, 255, 0.98) 49.95%,
      rgba(0, 180, 255, 0.98) 50.15%,
      rgba(0, 0, 255, 0) 65%,
      rgba(0, 0, 255, 0)
    ),
    linear-gradient(
      to right,
      var(--c1),
      var(--c2),
      var(--c3),
      var(--c4),
      var(--c5)
    );
  -webkit-background-clip: text;
}
.sticker:after,
.sticker:before,
.sticker > * {
  grid-area: text;
}
.sticker:after,
.sticker:before {
  color: #fff;
  content: attr(data-text);
}
.sticker:before {
  -webkit-text-stroke: 10px #fff;
  background: no-repeat linear-gradient(#fff, #fff) 45% 50%/100% 50%;
}
.sticker:after {
  text-shadow: 0.07em 0.08em 0.05em rgba(0, 0, 0, 0.75),
    -0.07em -0.05em 0.05em rgba(0, 0, 0, 0.75);
  z-index: -2;
}
@-webkit-keyframes scale {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  45% {
    opacity: 0.7;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.ball-pulse > div:nth-child(0) {
  -webkit-animation: scale 0.75s cubic-bezier(0.2, 0.68, 0.18, 1.08) -0.36s infinite;
  animation: scale 0.75s cubic-bezier(0.2, 0.68, 0.18, 1.08) -0.36s infinite;
}
.ball-pulse > div:first-child {
  -webkit-animation: scale 0.75s cubic-bezier(0.2, 0.68, 0.18, 1.08) -0.24s infinite;
  animation: scale 0.75s cubic-bezier(0.2, 0.68, 0.18, 1.08) -0.24s infinite;
}
.ball-pulse > div:nth-child(2) {
  -webkit-animation: scale 0.75s cubic-bezier(0.2, 0.68, 0.18, 1.08) -0.12s infinite;
  animation: scale 0.75s cubic-bezier(0.2, 0.68, 0.18, 1.08) -0.12s infinite;
}
.ball-pulse > div:nth-child(3) {
  -webkit-animation: scale 0.75s cubic-bezier(0.2, 0.68, 0.18, 1.08) 0s infinite;
  animation: scale 0.75s cubic-bezier(0.2, 0.68, 0.18, 1.08) 0s infinite;
}
.ball-pulse > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  height: 15px;
  margin: 2px;
  width: 15px;
}
@-webkit-keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.ball-pulse-sync > div:nth-child(0) {
  -webkit-animation: ball-pulse-sync 0.6s ease-in-out -0.21s infinite;
  animation: ball-pulse-sync 0.6s ease-in-out -0.21s infinite;
}
.ball-pulse-sync > div:first-child {
  -webkit-animation: ball-pulse-sync 0.6s ease-in-out -0.14s infinite;
  animation: ball-pulse-sync 0.6s ease-in-out -0.14s infinite;
}
.ball-pulse-sync > div:nth-child(2) {
  -webkit-animation: ball-pulse-sync 0.6s ease-in-out -0.07s infinite;
  animation: ball-pulse-sync 0.6s ease-in-out -0.07s infinite;
}
.ball-pulse-sync > div:nth-child(3) {
  -webkit-animation: ball-pulse-sync 0.6s ease-in-out 0s infinite;
  animation: ball-pulse-sync 0.6s ease-in-out 0s infinite;
}
.ball-pulse-sync > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  height: 15px;
  margin: 2px;
  width: 15px;
}
@-webkit-keyframes ball-scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ball-scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.ball-scale > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: ball-scale 1s ease-in-out 0s infinite;
  animation: ball-scale 1s ease-in-out 0s infinite;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  height: 15px;
  height: 60px;
  margin: 2px;
  width: 15px;
  width: 60px;
}
.ball-scale-random {
  height: 40px;
  width: 37px;
}
.ball-scale-random > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: ball-scale 1s ease-in-out 0s infinite;
  animation: ball-scale 1s ease-in-out 0s infinite;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  height: 15px;
  height: 30px;
  margin: 2px;
  position: absolute;
  width: 15px;
  width: 30px;
}
.ball-scale-random > div:first-child {
  -webkit-animation: ball-scale 1s ease-in-out 0.2s infinite;
  animation: ball-scale 1s ease-in-out 0.2s infinite;
  margin-left: -7px;
}
.ball-scale-random > div:nth-child(3) {
  -webkit-animation: ball-scale 1s ease-in-out 0.5s infinite;
  animation: ball-scale 1s ease-in-out 0.5s infinite;
  margin-left: -2px;
  margin-top: 9px;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.ball-rotate,
.ball-rotate > div {
  position: relative;
}
.ball-rotate > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  background-color: #fff;
  border-radius: 100%;
  height: 15px;
  margin: 2px;
  width: 15px;
}
.ball-rotate > div:first-child {
  -webkit-animation: rotate 1s cubic-bezier(0.7, -0.13, 0.22, 0.86) 0s infinite;
  animation: rotate 1s cubic-bezier(0.7, -0.13, 0.22, 0.86) 0s infinite;
}
.ball-rotate > div:after,
.ball-rotate > div:before {
  background-color: #fff;
  border-radius: 100%;
  content: "";
  height: 15px;
  margin: 2px;
  opacity: 0.8;
  position: absolute;
  width: 15px;
}
.ball-rotate > div:before {
  left: -28px;
  top: 0;
}
.ball-rotate > div:after {
  left: 25px;
  top: 0;
}
.ball-clip-rotate > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: rotate 0.75s linear 0s infinite;
  animation: rotate 0.75s linear 0s infinite;
  background-color: #fff;
  background: transparent !important;
  border: 2px solid;
  border-color: #fff #fff transparent;
  border-radius: 100%;
  display: inline-block;
  height: 15px;
  height: 25px;
  margin: 2px;
  width: 15px;
  width: 25px;
}
@keyframes scale {
  30% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.ball-clip-rotate-pulse {
  position: relative;
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
}
.ball-clip-rotate-pulse > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  border-radius: 100%;
  left: 0;
  position: absolute;
  top: 0;
}
.ball-clip-rotate-pulse > div:first-child {
  -webkit-animation: scale 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) 0s infinite;
  animation: scale 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) 0s infinite;
  background: #fff;
  height: 16px;
  left: -7px;
  top: 7px;
  width: 16px;
}
.ball-clip-rotate-pulse > div:last-child {
  -webkit-animation: rotate 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) 0s infinite;
  animation: rotate 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) 0s infinite;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  background: transparent;
  border: 2px solid;
  border-color: #fff transparent;
  border-style: solid;
  border-width: 2px;
  height: 30px;
  left: -16px;
  position: absolute;
  top: -2px;
  width: 30px;
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
    transform: rotate(180deg) scale(0.6);
  }
  to {
    -webkit-transform: rotate(1turn) scale(1);
    transform: rotate(1turn) scale(1);
  }
}
.ball-clip-rotate-multiple {
  position: relative;
}
.ball-clip-rotate-multiple > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: rotate 1s ease-in-out 0s infinite;
  animation: rotate 1s ease-in-out 0s infinite;
  border-color: transparent #fff;
  border-radius: 100%;
  border-style: solid;
  border-width: 2px;
  height: 35px;
  left: -20px;
  position: absolute;
  top: -20px;
  width: 35px;
}
.ball-clip-rotate-multiple > div:last-child {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  border-color: #fff transparent;
  display: inline-block;
  height: 15px;
  left: -10px;
  top: -10px;
  width: 15px;
}
@-webkit-keyframes ball-scale-ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }
  70% {
    opacity: 0.7;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    opacity: 0;
  }
}
@keyframes ball-scale-ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }
  70% {
    opacity: 0.7;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    opacity: 0;
  }
}
.ball-scale-ripple > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: ball-scale-ripple 1s cubic-bezier(0.21, 0.53, 0.56, 0.8) 0s
    infinite;
  animation: ball-scale-ripple 1s cubic-bezier(0.21, 0.53, 0.56, 0.8) 0s
    infinite;
  border: 2px solid #fff;
  border-radius: 100%;
  height: 50px;
  width: 50px;
}
@-webkit-keyframes ball-scale-ripple-multiple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }
  70% {
    opacity: 0.7;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    opacity: 0;
  }
}
@keyframes ball-scale-ripple-multiple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }
  70% {
    opacity: 0.7;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    opacity: 0;
  }
}
.ball-scale-ripple-multiple {
  position: relative;
  -webkit-transform: translateY(-25px);
  transform: translateY(-25px);
}
.ball-scale-ripple-multiple > div:nth-child(0) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.ball-scale-ripple-multiple > div:first-child {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.ball-scale-ripple-multiple > div:nth-child(2) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.ball-scale-ripple-multiple > div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.ball-scale-ripple-multiple > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: ball-scale-ripple-multiple 1.25s
    cubic-bezier(0.21, 0.53, 0.56, 0.8) 0s infinite;
  animation: ball-scale-ripple-multiple 1.25s
    cubic-bezier(0.21, 0.53, 0.56, 0.8) 0s infinite;
  border: 2px solid #fff;
  border-radius: 100%;
  height: 50px;
  left: -26px;
  position: absolute;
  top: -2px;
  width: 50px;
}
@-webkit-keyframes ball-beat {
  50% {
    opacity: 0.2;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ball-beat {
  50% {
    opacity: 0.2;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.ball-beat > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: ball-beat 0.7s linear 0s infinite;
  animation: ball-beat 0.7s linear 0s infinite;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  height: 15px;
  margin: 2px;
  width: 15px;
}
.ball-beat > div:nth-child(2n-1) {
  -webkit-animation-delay: -0.35s !important;
  animation-delay: -0.35s !important;
}
@-webkit-keyframes ball-scale-multiple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ball-scale-multiple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.ball-scale-multiple {
  position: relative;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}
.ball-scale-multiple > div:nth-child(2) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.ball-scale-multiple > div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.ball-scale-multiple > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: ball-scale-multiple 1s linear 0s infinite;
  animation: ball-scale-multiple 1s linear 0s infinite;
  background-color: #fff;
  border-radius: 100%;
  height: 15px;
  height: 60px;
  left: -30px;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 15px;
  width: 60px;
}
@-webkit-keyframes ball-triangle-path-1 {
  33% {
    -webkit-transform: translate(25px, -50px);
    transform: translate(25px, -50px);
  }
  66% {
    -webkit-transform: translate(50px);
    transform: translate(50px);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes ball-triangle-path-1 {
  33% {
    -webkit-transform: translate(25px, -50px);
    transform: translate(25px, -50px);
  }
  66% {
    -webkit-transform: translate(50px);
    transform: translate(50px);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@-webkit-keyframes ball-triangle-path-2 {
  33% {
    -webkit-transform: translate(25px, 50px);
    transform: translate(25px, 50px);
  }
  66% {
    -webkit-transform: translate(-25px, 50px);
    transform: translate(-25px, 50px);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes ball-triangle-path-2 {
  33% {
    -webkit-transform: translate(25px, 50px);
    transform: translate(25px, 50px);
  }
  66% {
    -webkit-transform: translate(-25px, 50px);
    transform: translate(-25px, 50px);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@-webkit-keyframes ball-triangle-path-3 {
  33% {
    -webkit-transform: translate(-50px);
    transform: translate(-50px);
  }
  66% {
    -webkit-transform: translate(-25px, -50px);
    transform: translate(-25px, -50px);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes ball-triangle-path-3 {
  33% {
    -webkit-transform: translate(-50px);
    transform: translate(-50px);
  }
  66% {
    -webkit-transform: translate(-25px, -50px);
    transform: translate(-25px, -50px);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
.ball-triangle-path {
  position: relative;
  -webkit-transform: translate(-29.994px, -37.50938px);
  transform: translate(-29.994px, -37.50938px);
}
.ball-triangle-path > div:first-child {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: ball-triangle-path-1;
  animation-name: ball-triangle-path-1;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.ball-triangle-path > div:first-child,
.ball-triangle-path > div:nth-child(2) {
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.ball-triangle-path > div:nth-child(2) {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: ball-triangle-path-2;
  animation-name: ball-triangle-path-2;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.ball-triangle-path > div:nth-child(3) {
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: ball-triangle-path-3;
  animation-name: ball-triangle-path-3;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.ball-triangle-path > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  border: 1px solid #fff;
  border-radius: 100%;
  height: 10px;
  position: absolute;
  width: 10px;
}
.ball-triangle-path > div:first-of-type {
  top: 50px;
}
.ball-triangle-path > div:nth-of-type(2) {
  left: 25px;
}
.ball-triangle-path > div:nth-of-type(3) {
  left: 50px;
  top: 50px;
}
@-webkit-keyframes ball-pulse-rise-even {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  25% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  75% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ball-pulse-rise-even {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  25% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  75% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes ball-pulse-rise-odd {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  25% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
}
@keyframes ball-pulse-rise-odd {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  25% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
}
.ball-pulse-rise > div {
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.15, 0.46, 0.9, 0.6);
  animation-timing-function: cubic-bezier(0.15, 0.46, 0.9, 0.6);
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  height: 15px;
  margin: 2px;
  width: 15px;
}
.ball-pulse-rise > div:nth-child(2n) {
  -webkit-animation-name: ball-pulse-rise-even;
  animation-name: ball-pulse-rise-even;
}
.ball-pulse-rise > div:nth-child(2n-1) {
  -webkit-animation-name: ball-pulse-rise-odd;
  animation-name: ball-pulse-rise-odd;
}
@-webkit-keyframes ball-grid-beat {
  50% {
    opacity: 0.7;
  }
  to {
    opacity: 1;
  }
}
@keyframes ball-grid-beat {
  50% {
    opacity: 0.7;
  }
  to {
    opacity: 1;
  }
}
.ball-grid-beat {
  width: 57px;
}
.ball-grid-beat > div:first-child {
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s;
  -webkit-animation-duration: 1.27s;
  animation-duration: 1.27s;
}
.ball-grid-beat > div:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-duration: 1.52s;
  animation-duration: 1.52s;
}
.ball-grid-beat > div:nth-child(3) {
  -webkit-animation-delay: 0.14s;
  animation-delay: 0.14s;
  -webkit-animation-duration: 0.61s;
  animation-duration: 0.61s;
}
.ball-grid-beat > div:nth-child(4) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
  -webkit-animation-duration: 0.82s;
  animation-duration: 0.82s;
}
.ball-grid-beat > div:nth-child(5) {
  -webkit-animation-delay: -0.01s;
  animation-delay: -0.01s;
  -webkit-animation-duration: 1.24s;
  animation-duration: 1.24s;
}
.ball-grid-beat > div:nth-child(6) {
  -webkit-animation-delay: -0.07s;
  animation-delay: -0.07s;
  -webkit-animation-duration: 1.35s;
  animation-duration: 1.35s;
}
.ball-grid-beat > div:nth-child(7) {
  -webkit-animation-delay: 0.29s;
  animation-delay: 0.29s;
  -webkit-animation-duration: 1.44s;
  animation-duration: 1.44s;
}
.ball-grid-beat > div:nth-child(8) {
  -webkit-animation-delay: 0.63s;
  animation-delay: 0.63s;
  -webkit-animation-duration: 1.19s;
  animation-duration: 1.19s;
}
.ball-grid-beat > div:nth-child(9) {
  -webkit-animation-delay: -0.18s;
  animation-delay: -0.18s;
  -webkit-animation-duration: 1.48s;
  animation-duration: 1.48s;
}
.ball-grid-beat > div {
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: ball-grid-beat;
  animation-name: ball-grid-beat;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  float: left;
  height: 15px;
  margin: 2px;
  width: 15px;
}
@-webkit-keyframes ball-grid-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0.7;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ball-grid-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0.7;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.ball-grid-pulse {
  width: 57px;
}
.ball-grid-pulse > div:first-child {
  -webkit-animation-delay: 0.58s;
  animation-delay: 0.58s;
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
}
.ball-grid-pulse > div:nth-child(2) {
  -webkit-animation-delay: 0.01s;
  animation-delay: 0.01s;
  -webkit-animation-duration: 0.94s;
  animation-duration: 0.94s;
}
.ball-grid-pulse > div:nth-child(3) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
  -webkit-animation-duration: 1.43s;
  animation-duration: 1.43s;
}
.ball-grid-pulse > div:nth-child(4) {
  -webkit-animation-delay: -0.03s;
  animation-delay: -0.03s;
  -webkit-animation-duration: 0.74s;
  animation-duration: 0.74s;
}
.ball-grid-pulse > div:nth-child(5) {
  -webkit-animation-delay: 0.21s;
  animation-delay: 0.21s;
  -webkit-animation-duration: 0.68s;
  animation-duration: 0.68s;
}
.ball-grid-pulse > div:nth-child(6) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
  -webkit-animation-duration: 1.17s;
  animation-duration: 1.17s;
}
.ball-grid-pulse > div:nth-child(7) {
  -webkit-animation-delay: 0.46s;
  animation-delay: 0.46s;
  -webkit-animation-duration: 1.41s;
  animation-duration: 1.41s;
}
.ball-grid-pulse > div:nth-child(8) {
  -webkit-animation-delay: 0.02s;
  animation-delay: 0.02s;
  -webkit-animation-duration: 1.56s;
  animation-duration: 1.56s;
}
.ball-grid-pulse > div:nth-child(9) {
  -webkit-animation-delay: 0.13s;
  animation-delay: 0.13s;
  -webkit-animation-duration: 0.78s;
  animation-duration: 0.78s;
}
.ball-grid-pulse > div {
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: ball-grid-pulse;
  animation-name: ball-grid-pulse;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  float: left;
  height: 15px;
  margin: 2px;
  width: 15px;
}
@-webkit-keyframes ball-spin-fade-loader {
  50% {
    opacity: 0.3;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ball-spin-fade-loader {
  50% {
    opacity: 0.3;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.ball-spin-fade-loader {
  left: -10px;
  position: relative;
  top: -10px;
}
.ball-spin-fade-loader > div:first-child {
  -webkit-animation: ball-spin-fade-loader 1s linear -0.96s infinite;
  animation: ball-spin-fade-loader 1s linear -0.96s infinite;
  left: 0;
  top: 25px;
}
.ball-spin-fade-loader > div:nth-child(2) {
  -webkit-animation: ball-spin-fade-loader 1s linear -0.84s infinite;
  animation: ball-spin-fade-loader 1s linear -0.84s infinite;
  left: 17.04545px;
  top: 17.04545px;
}
.ball-spin-fade-loader > div:nth-child(3) {
  -webkit-animation: ball-spin-fade-loader 1s linear -0.72s infinite;
  animation: ball-spin-fade-loader 1s linear -0.72s infinite;
  left: 25px;
  top: 0;
}
.ball-spin-fade-loader > div:nth-child(4) {
  -webkit-animation: ball-spin-fade-loader 1s linear -0.6s infinite;
  animation: ball-spin-fade-loader 1s linear -0.6s infinite;
  left: 17.04545px;
  top: -17.04545px;
}
.ball-spin-fade-loader > div:nth-child(5) {
  -webkit-animation: ball-spin-fade-loader 1s linear -0.48s infinite;
  animation: ball-spin-fade-loader 1s linear -0.48s infinite;
  left: 0;
  top: -25px;
}
.ball-spin-fade-loader > div:nth-child(6) {
  -webkit-animation: ball-spin-fade-loader 1s linear -0.36s infinite;
  animation: ball-spin-fade-loader 1s linear -0.36s infinite;
  left: -17.04545px;
  top: -17.04545px;
}
.ball-spin-fade-loader > div:nth-child(7) {
  -webkit-animation: ball-spin-fade-loader 1s linear -0.24s infinite;
  animation: ball-spin-fade-loader 1s linear -0.24s infinite;
  left: -25px;
  top: 0;
}
.ball-spin-fade-loader > div:nth-child(8) {
  -webkit-animation: ball-spin-fade-loader 1s linear -0.12s infinite;
  animation: ball-spin-fade-loader 1s linear -0.12s infinite;
  left: -17.04545px;
  top: 17.04545px;
}
.ball-spin-fade-loader > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  background-color: #fff;
  border-radius: 100%;
  height: 15px;
  margin: 2px;
  position: absolute;
  width: 15px;
}
@-webkit-keyframes ball-spin-loader {
  75% {
    opacity: 0.2;
  }
  to {
    opacity: 1;
  }
}
@keyframes ball-spin-loader {
  75% {
    opacity: 0.2;
  }
  to {
    opacity: 1;
  }
}
.ball-spin-loader {
  position: relative;
}
.ball-spin-loader > span:first-child {
  -webkit-animation: ball-spin-loader 2s linear 0.9s infinite;
  animation: ball-spin-loader 2s linear 0.9s infinite;
  left: 0;
  top: 45px;
}
.ball-spin-loader > span:nth-child(2) {
  -webkit-animation: ball-spin-loader 2s linear 1.8s infinite;
  animation: ball-spin-loader 2s linear 1.8s infinite;
  left: 30.68182px;
  top: 30.68182px;
}
.ball-spin-loader > span:nth-child(3) {
  -webkit-animation: ball-spin-loader 2s linear 2.7s infinite;
  animation: ball-spin-loader 2s linear 2.7s infinite;
  left: 45px;
  top: 0;
}
.ball-spin-loader > span:nth-child(4) {
  -webkit-animation: ball-spin-loader 2s linear 3.6s infinite;
  animation: ball-spin-loader 2s linear 3.6s infinite;
  left: 30.68182px;
  top: -30.68182px;
}
.ball-spin-loader > span:nth-child(5) {
  -webkit-animation: ball-spin-loader 2s linear 4.5s infinite;
  animation: ball-spin-loader 2s linear 4.5s infinite;
  left: 0;
  top: -45px;
}
.ball-spin-loader > span:nth-child(6) {
  -webkit-animation: ball-spin-loader 2s linear 5.4s infinite;
  animation: ball-spin-loader 2s linear 5.4s infinite;
  left: -30.68182px;
  top: -30.68182px;
}
.ball-spin-loader > span:nth-child(7) {
  -webkit-animation: ball-spin-loader 2s linear 6.3s infinite;
  animation: ball-spin-loader 2s linear 6.3s infinite;
  left: -45px;
  top: 0;
}
.ball-spin-loader > span:nth-child(8) {
  -webkit-animation: ball-spin-loader 2s linear 7.2s infinite;
  animation: ball-spin-loader 2s linear 7.2s infinite;
  left: -30.68182px;
  top: 30.68182px;
}
.ball-spin-loader > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  background: green;
  border-radius: 100%;
  height: 15px;
  position: absolute;
  width: 15px;
}
@-webkit-keyframes ball-zig {
  33% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px);
  }
  66% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes ball-zig {
  33% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px);
  }
  66% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@-webkit-keyframes ball-zag {
  33% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px);
  }
  66% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes ball-zag {
  33% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px);
  }
  66% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
.ball-zig-zag {
  position: relative;
  -webkit-transform: translate(-15px, -15px);
  transform: translate(-15px, -15px);
}
.ball-zig-zag > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  background-color: #fff;
  border-radius: 100%;
  height: 15px;
  left: -7px;
  margin: 2px 2px 2px 15px;
  position: absolute;
  top: 4px;
  width: 15px;
}
.ball-zig-zag > div:first-child {
  -webkit-animation: ball-zig 0.7s linear 0s infinite;
  animation: ball-zig 0.7s linear 0s infinite;
}
.ball-zig-zag > div:last-child {
  -webkit-animation: ball-zag 0.7s linear 0s infinite;
  animation: ball-zag 0.7s linear 0s infinite;
}
@-webkit-keyframes ball-zig-deflect {
  17% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px);
  }
  34% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }
  50% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  67% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }
  84% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes ball-zig-deflect {
  17% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px);
  }
  34% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }
  50% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  67% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }
  84% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@-webkit-keyframes ball-zag-deflect {
  17% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px);
  }
  34% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px);
  }
  50% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  67% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px);
  }
  84% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes ball-zag-deflect {
  17% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px);
  }
  34% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px);
  }
  50% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  67% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px);
  }
  84% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
.ball-zig-zag-deflect {
  position: relative;
  -webkit-transform: translate(-15px, -15px);
  transform: translate(-15px, -15px);
}
.ball-zig-zag-deflect > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  background-color: #fff;
  border-radius: 100%;
  height: 15px;
  left: -7px;
  margin: 2px 2px 2px 15px;
  position: absolute;
  top: 4px;
  width: 15px;
}
.ball-zig-zag-deflect > div:first-child {
  -webkit-animation: ball-zig-deflect 1.5s linear 0s infinite;
  animation: ball-zig-deflect 1.5s linear 0s infinite;
}
.ball-zig-zag-deflect > div:last-child {
  -webkit-animation: ball-zag-deflect 1.5s linear 0s infinite;
  animation: ball-zag-deflect 1.5s linear 0s infinite;
}
@-webkit-keyframes line-scale {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4);
  }
  to {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}
@keyframes line-scale {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4);
  }
  to {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}
.line-scale > div:first-child {
  -webkit-animation: line-scale 1s cubic-bezier(0.2, 0.68, 0.18, 1.08) -0.4s infinite;
  animation: line-scale 1s cubic-bezier(0.2, 0.68, 0.18, 1.08) -0.4s infinite;
}
.line-scale > div:nth-child(2) {
  -webkit-animation: line-scale 1s cubic-bezier(0.2, 0.68, 0.18, 1.08) -0.3s infinite;
  animation: line-scale 1s cubic-bezier(0.2, 0.68, 0.18, 1.08) -0.3s infinite;
}
.line-scale > div:nth-child(3) {
  -webkit-animation: line-scale 1s cubic-bezier(0.2, 0.68, 0.18, 1.08) -0.2s infinite;
  animation: line-scale 1s cubic-bezier(0.2, 0.68, 0.18, 1.08) -0.2s infinite;
}
.line-scale > div:nth-child(4) {
  -webkit-animation: line-scale 1s cubic-bezier(0.2, 0.68, 0.18, 1.08) -0.1s infinite;
  animation: line-scale 1s cubic-bezier(0.2, 0.68, 0.18, 1.08) -0.1s infinite;
}
.line-scale > div:nth-child(5) {
  -webkit-animation: line-scale 1s cubic-bezier(0.2, 0.68, 0.18, 1.08) 0s
    infinite;
  animation: line-scale 1s cubic-bezier(0.2, 0.68, 0.18, 1.08) 0s infinite;
}
.line-scale > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  background-color: #fff;
  border-radius: 2px;
  display: inline-block;
  height: 35px;
  margin: 2px;
  width: 4px;
}
@-webkit-keyframes line-scale-party {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes line-scale-party {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.line-scale-party > div:first-child {
  -webkit-animation-delay: -0.09s;
  animation-delay: -0.09s;
  -webkit-animation-duration: 0.83s;
  animation-duration: 0.83s;
}
.line-scale-party > div:nth-child(2) {
  -webkit-animation-delay: 0.33s;
  animation-delay: 0.33s;
  -webkit-animation-duration: 0.64s;
  animation-duration: 0.64s;
}
.line-scale-party > div:nth-child(3) {
  -webkit-animation-delay: 0.32s;
  animation-delay: 0.32s;
  -webkit-animation-duration: 0.39s;
  animation-duration: 0.39s;
}
.line-scale-party > div:nth-child(4) {
  -webkit-animation-delay: 0.47s;
  animation-delay: 0.47s;
  -webkit-animation-duration: 0.52s;
  animation-duration: 0.52s;
}
.line-scale-party > div {
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: line-scale-party;
  animation-name: line-scale-party;
  background-color: #fff;
  border-radius: 2px;
  display: inline-block;
  height: 35px;
  margin: 2px;
  width: 4px;
}
@-webkit-keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4);
  }
  to {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}
@keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4);
  }
  to {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}
.line-scale-pulse-out > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: line-scale-pulse-out 0.9s
    cubic-bezier(0.85, 0.25, 0.37, 0.85) -0.6s infinite;
  animation: line-scale-pulse-out 0.9s cubic-bezier(0.85, 0.25, 0.37, 0.85) -0.6s
    infinite;
  background-color: #fff;
  border-radius: 2px;
  display: inline-block;
  height: 35px;
  margin: 2px;
  width: 4px;
}
.line-scale-pulse-out > div:nth-child(2),
.line-scale-pulse-out > div:nth-child(4) {
  -webkit-animation-delay: -0.4s !important;
  animation-delay: -0.4s !important;
}
.line-scale-pulse-out > div:first-child,
.line-scale-pulse-out > div:nth-child(5) {
  -webkit-animation-delay: -0.2s !important;
  animation-delay: -0.2s !important;
}
@-webkit-keyframes line-scale-pulse-out-rapid {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  80% {
    -webkit-transform: scaley(0.3);
    transform: scaley(0.3);
  }
  90% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}
@keyframes line-scale-pulse-out-rapid {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  80% {
    -webkit-transform: scaley(0.3);
    transform: scaley(0.3);
  }
  90% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}
.line-scale-pulse-out-rapid > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: line-scale-pulse-out-rapid 0.9s
    cubic-bezier(0.11, 0.49, 0.38, 0.78) -0.5s infinite;
  animation: line-scale-pulse-out-rapid 0.9s
    cubic-bezier(0.11, 0.49, 0.38, 0.78) -0.5s infinite;
  background-color: #fff;
  border-radius: 2px;
  display: inline-block;
  height: 35px;
  margin: 2px;
  width: 4px;
}
.line-scale-pulse-out-rapid > div:nth-child(2),
.line-scale-pulse-out-rapid > div:nth-child(4) {
  -webkit-animation-delay: -0.25s !important;
  animation-delay: -0.25s !important;
}
.line-scale-pulse-out-rapid > div:first-child,
.line-scale-pulse-out-rapid > div:nth-child(5) {
  -webkit-animation-delay: 0s !important;
  animation-delay: 0s !important;
}
@-webkit-keyframes line-spin-fade-loader {
  50% {
    opacity: 0.3;
  }
  to {
    opacity: 1;
  }
}
@keyframes line-spin-fade-loader {
  50% {
    opacity: 0.3;
  }
  to {
    opacity: 1;
  }
}
.line-spin-fade-loader {
  left: -4px;
  position: relative;
  top: -10px;
}
.line-spin-fade-loader > div:first-child {
  -webkit-animation: line-spin-fade-loader 1.2s ease-in-out -0.84s infinite;
  animation: line-spin-fade-loader 1.2s ease-in-out -0.84s infinite;
  left: 0;
  top: 20px;
}
.line-spin-fade-loader > div:nth-child(2) {
  -webkit-animation: line-spin-fade-loader 1.2s ease-in-out -0.72s infinite;
  animation: line-spin-fade-loader 1.2s ease-in-out -0.72s infinite;
  left: 13.63636px;
  top: 13.63636px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.line-spin-fade-loader > div:nth-child(3) {
  -webkit-animation: line-spin-fade-loader 1.2s ease-in-out -0.6s infinite;
  animation: line-spin-fade-loader 1.2s ease-in-out -0.6s infinite;
  left: 20px;
  top: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.line-spin-fade-loader > div:nth-child(4) {
  -webkit-animation: line-spin-fade-loader 1.2s ease-in-out -0.48s infinite;
  animation: line-spin-fade-loader 1.2s ease-in-out -0.48s infinite;
  left: 13.63636px;
  top: -13.63636px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.line-spin-fade-loader > div:nth-child(5) {
  -webkit-animation: line-spin-fade-loader 1.2s ease-in-out -0.36s infinite;
  animation: line-spin-fade-loader 1.2s ease-in-out -0.36s infinite;
  left: 0;
  top: -20px;
}
.line-spin-fade-loader > div:nth-child(6) {
  -webkit-animation: line-spin-fade-loader 1.2s ease-in-out -0.24s infinite;
  animation: line-spin-fade-loader 1.2s ease-in-out -0.24s infinite;
  left: -13.63636px;
  top: -13.63636px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.line-spin-fade-loader > div:nth-child(7) {
  -webkit-animation: line-spin-fade-loader 1.2s ease-in-out -0.12s infinite;
  animation: line-spin-fade-loader 1.2s ease-in-out -0.12s infinite;
  left: -20px;
  top: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.line-spin-fade-loader > div:nth-child(8) {
  -webkit-animation: line-spin-fade-loader 1.2s ease-in-out 0s infinite;
  animation: line-spin-fade-loader 1.2s ease-in-out 0s infinite;
  left: -13.63636px;
  top: 13.63636px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.line-spin-fade-loader > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  background-color: #fff;
  border-radius: 2px;
  height: 35px;
  height: 15px;
  margin: 2px;
  position: absolute;
  width: 4px;
  width: 5px;
}
@-webkit-keyframes triangle-skew-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
    transform: perspective(100px) rotateX(180deg) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    transform: perspective(100px) rotateX(180deg) rotateY(180deg);
  }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
    transform: perspective(100px) rotateX(0) rotateY(180deg);
  }
  to {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
    transform: perspective(100px) rotateX(0) rotateY(0);
  }
}
@keyframes triangle-skew-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
    transform: perspective(100px) rotateX(180deg) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    transform: perspective(100px) rotateX(180deg) rotateY(180deg);
  }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
    transform: perspective(100px) rotateX(0) rotateY(180deg);
  }
  to {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
    transform: perspective(100px) rotateX(0) rotateY(0);
  }
}
.triangle-skew-spin > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: triangle-skew-spin 3s cubic-bezier(0.09, 0.57, 0.49, 0.9)
    0s infinite;
  animation: triangle-skew-spin 3s cubic-bezier(0.09, 0.57, 0.49, 0.9) 0s
    infinite;
  border-bottom: 20px solid #fff;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  height: 0;
  width: 0;
}
@-webkit-keyframes square-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
    transform: perspective(100px) rotateX(180deg) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    transform: perspective(100px) rotateX(180deg) rotateY(180deg);
  }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
    transform: perspective(100px) rotateX(0) rotateY(180deg);
  }
  to {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
    transform: perspective(100px) rotateX(0) rotateY(0);
  }
}
@keyframes square-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
    transform: perspective(100px) rotateX(180deg) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    transform: perspective(100px) rotateX(180deg) rotateY(180deg);
  }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
    transform: perspective(100px) rotateX(0) rotateY(180deg);
  }
  to {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
    transform: perspective(100px) rotateX(0) rotateY(0);
  }
}
.square-spin > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: square-spin 3s cubic-bezier(0.09, 0.57, 0.49, 0.9) 0s
    infinite;
  animation: square-spin 3s cubic-bezier(0.09, 0.57, 0.49, 0.9) 0s infinite;
  background: #fff;
  border: 1px solid red;
  height: 50px;
  width: 50px;
}
@-webkit-keyframes rotate_pacman_half_up {
  0% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  50% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
  to {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}
@keyframes rotate_pacman_half_up {
  0% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  50% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
  to {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}
@-webkit-keyframes rotate_pacman_half_down {
  0% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@keyframes rotate_pacman_half_down {
  0% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@-webkit-keyframes pacman-balls {
  75% {
    opacity: 0.7;
  }
  to {
    -webkit-transform: translate(-100px, -6.25px);
    transform: translate(-100px, -6.25px);
  }
}
@keyframes pacman-balls {
  75% {
    opacity: 0.7;
  }
  to {
    -webkit-transform: translate(-100px, -6.25px);
    transform: translate(-100px, -6.25px);
  }
}
.pacman {
  position: relative;
}
.pacman > div:nth-child(2) {
  -webkit-animation: pacman-balls 1s linear -0.99s infinite;
  animation: pacman-balls 1s linear -0.99s infinite;
}
.pacman > div:nth-child(3) {
  -webkit-animation: pacman-balls 1s linear -0.66s infinite;
  animation: pacman-balls 1s linear -0.66s infinite;
}
.pacman > div:nth-child(4) {
  -webkit-animation: pacman-balls 1s linear -0.33s infinite;
  animation: pacman-balls 1s linear -0.33s infinite;
}
.pacman > div:nth-child(5) {
  -webkit-animation: pacman-balls 1s linear 0s infinite;
  animation: pacman-balls 1s linear 0s infinite;
}
.pacman > div:first-of-type {
  -webkit-animation: rotate_pacman_half_up 0.5s 0s infinite;
  animation: rotate_pacman_half_up 0.5s 0s infinite;
}
.pacman > div:first-of-type,
.pacman > div:nth-child(2) {
  border: 25px solid #fff;
  border-radius: 25px;
  border-right-color: transparent;
  height: 0;
  left: -30px;
  position: relative;
  width: 0;
}
.pacman > div:nth-child(2) {
  -webkit-animation: rotate_pacman_half_down 0.5s 0s infinite;
  animation: rotate_pacman_half_down 0.5s 0s infinite;
  margin-top: -50px;
}
.pacman > div:nth-child(3),
.pacman > div:nth-child(4),
.pacman > div:nth-child(5),
.pacman > div:nth-child(6) {
  background-color: #fff;
  border-radius: 100%;
  height: 15px;
  height: 10px;
  left: 70px;
  margin: 2px;
  position: absolute;
  top: 25px;
  -webkit-transform: translateY(-6.25px);
  transform: translateY(-6.25px);
  width: 15px;
  width: 10px;
}
@-webkit-keyframes cube-transition {
  25% {
    -webkit-transform: translateX(50px) scale(0.5) rotate(-90deg);
    transform: translateX(50px) scale(0.5) rotate(-90deg);
  }
  50% {
    -webkit-transform: translate(50px, 50px) rotate(-180deg);
    transform: translate(50px, 50px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateY(50px) scale(0.5) rotate(-270deg);
    transform: translateY(50px) scale(0.5) rotate(-270deg);
  }
  to {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
}
@keyframes cube-transition {
  25% {
    -webkit-transform: translateX(50px) scale(0.5) rotate(-90deg);
    transform: translateX(50px) scale(0.5) rotate(-90deg);
  }
  50% {
    -webkit-transform: translate(50px, 50px) rotate(-180deg);
    transform: translate(50px, 50px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateY(50px) scale(0.5) rotate(-270deg);
    transform: translateY(50px) scale(0.5) rotate(-270deg);
  }
  to {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
}
.cube-transition {
  position: relative;
  -webkit-transform: translate(-25px, -25px);
  transform: translate(-25px, -25px);
}
.cube-transition > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: cube-transition 1.6s ease-in-out 0s infinite;
  animation: cube-transition 1.6s ease-in-out 0s infinite;
  background-color: #fff;
  height: 10px;
  left: -5px;
  position: absolute;
  top: -5px;
  width: 10px;
}
.cube-transition > div:last-child {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes spin-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes spin-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.semi-circle-spin {
  height: 35px;
  overflow: hidden;
  position: relative;
  width: 35px;
}
.semi-circle-spin > div {
  -webkit-animation: spin-rotate 0.6s linear 0s infinite;
  animation: spin-rotate 0.6s linear 0s infinite;
  background-image: linear-gradient(transparent, transparent 70%, #fff 0, #fff);
  border-radius: 100%;
  border-width: 0;
  height: 100%;
  position: absolute;
  width: 100%;
}
@-webkit-keyframes bar-progress {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(20%);
    transform: scaleY(20%);
  }
  25% {
    opacity: 0.7;
    -webkit-transform: translateX(6%) scaleY(10%);
    transform: translateX(6%) scaleY(10%);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateX(20%) scaleY(20%);
    transform: translateX(20%) scaleY(20%);
  }
  75% {
    opacity: 0.7;
    -webkit-transform: translateX(6%) scaleY(10%);
    transform: translateX(6%) scaleY(10%);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleY(20%);
    transform: scaleY(20%);
  }
}
@keyframes bar-progress {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(20%);
    transform: scaleY(20%);
  }
  25% {
    opacity: 0.7;
    -webkit-transform: translateX(6%) scaleY(10%);
    transform: translateX(6%) scaleY(10%);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateX(20%) scaleY(20%);
    transform: translateX(20%) scaleY(20%);
  }
  75% {
    opacity: 0.7;
    -webkit-transform: translateX(6%) scaleY(10%);
    transform: translateX(6%) scaleY(10%);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleY(20%);
    transform: scaleY(20%);
  }
}
.bar-progress {
  height: 12px;
  width: 30%;
}
.bar-progress > div {
  -webkit-animation: bar-progress 3s cubic-bezier(0.57, 0.1, 0.44, 0.93)
    infinite;
  animation: bar-progress 3s cubic-bezier(0.57, 0.1, 0.44, 0.93) infinite;
  background-color: #fff;
  border-radius: 10px;
  height: 12px;
  opacity: 1;
  position: relative;
  width: 20%;
}
@-webkit-keyframes bar-swing {
  0% {
    left: 0;
  }
  50% {
    left: 70%;
  }
  to {
    left: 0;
  }
}
@keyframes bar-swing {
  0% {
    left: 0;
  }
  50% {
    left: 70%;
  }
  to {
    left: 0;
  }
}
.bar-swing,
.bar-swing > div {
  height: 8px;
  width: 30%;
}
.bar-swing > div {
  -webkit-animation: bar-swing 1.5s infinite;
  animation: bar-swing 1.5s infinite;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
}
@-webkit-keyframes bar-swing-container {
  0% {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    left: 70%;
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px);
  }
  to {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bar-swing-container {
  0% {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    left: 70%;
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px);
  }
  to {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.bar-swing-container {
  height: 8px;
  position: relative;
  width: 20%;
}
.bar-swing-container div:first-child {
  background-color: hsla(0, 0%, 100%, 0.2);
  border-radius: 10px;
  height: 12px;
  position: absolute;
  width: 100%;
}
.bar-swing-container div:nth-child(2) {
  -webkit-animation: bar-swing-container 2s cubic-bezier(0.91, 0.35, 0.12, 0.6)
    infinite;
  animation: bar-swing-container 2s cubic-bezier(0.91, 0.35, 0.12, 0.6) infinite;
  background-color: #fff;
  border-radius: 10px;
  height: 8px;
  margin: 2px 2px 0;
  position: absolute;
  width: 30%;
}
.sk-spinner {
  color: #333;
}
.sk-spinner > div {
  background-color: currentColor;
}
.ball-scale-ripple-multiple > div,
.ball-scale-ripple > div,
.ball-triangle-path > div {
  background-color: transparent;
  background-color: initial;
  border-color: currentColor;
}
.ball-clip-rotate > div {
  background-color: transparent;
  background-color: initial;
  border-left-color: currentColor;
  border-right-color: currentColor;
  border-top-color: currentColor;
}
.ball-clip-rotate-pulse > div:first-child {
  background-color: currentColor;
}
.ball-clip-rotate-pulse > div:last-child {
  background-color: transparent;
  background-color: initial;
  border-bottom-color: currentColor;
  border-top-color: currentColor;
}
.ball-clip-rotate-multiple > div:first-child {
  background-color: transparent;
  background-color: initial;
  border-left-color: currentColor;
  border-right-color: currentColor;
}
.ball-clip-rotate-multiple > div:last-child {
  border-top-color: currentColor;
}
.ball-clip-rotate-multiple > div:last-child,
.pacman > div:first-child,
.pacman > div:nth-child(2),
.triangle-skew-spin > div {
  background-color: transparent;
  background-color: initial;
  border-bottom-color: currentColor;
}
.pacman > div:first-child,
.pacman > div:nth-child(2) {
  border-left-color: currentColor;
  border-top-color: currentColor;
}
.pacman > div:nth-child(3),
.pacman > div:nth-child(4),
.pacman > div:nth-child(5) {
  background-color: currentColor;
}
@-webkit-keyframes sk-fade-in {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes sk-fade-in {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.sk-fade-in {
  -webkit-animation: sk-fade-in 2s;
  animation: sk-fade-in 2s;
}
.sk-fade-in-half-second {
  -webkit-animation: sk-fade-in 1s;
  animation: sk-fade-in 1s;
}
.sk-fade-in-quarter-second {
  -webkit-animation: sk-fade-in 0.5s;
  animation: sk-fade-in 0.5s;
}
.sk-chasing-dots {
  -webkit-animation: sk-rotate 2s linear infinite;
  animation: sk-rotate 2s linear infinite;
  height: 27px;
  position: relative;
  width: 27px;
}
.sk-chasing-dots > div {
  -webkit-animation: sk-bounce 2s ease-in-out infinite;
  animation: sk-bounce 2s ease-in-out infinite;
  background-color: currentColor;
  border-radius: 100%;
  display: inline-block;
  height: 60%;
  position: absolute;
  top: 0;
  width: 60%;
}
.sk-chasing-dots > div:last-child {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
  bottom: 0;
  top: auto;
}
@-webkit-keyframes sk-rotate {
  to {
    -webkit-transform: rotate(1turn);
  }
}
@keyframes sk-rotate {
  to {
    transform: rotate(1turn);
    -webkit-transform: rotate(1turn);
  }
}
.sk-circle {
  height: 22px;
  position: relative;
  width: 22px;
}
.sk-circle > div {
  background-color: transparent;
  background-color: initial;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.sk-circle > div:before {
  -webkit-animation: sk-bouncedelay 1.2s ease-in-out infinite;
  animation: sk-bouncedelay 1.2s ease-in-out infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  background-color: currentColor;
  border-radius: 100%;
  content: "";
  display: block;
  height: 20%;
  margin: 0 auto;
  width: 20%;
}
.sk-circle > div:nth-child(2) {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}
.sk-circle > div:nth-child(3) {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.sk-circle > div:nth-child(4) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sk-circle > div:nth-child(5) {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}
.sk-circle > div:nth-child(6) {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
}
.sk-circle > div:nth-child(7) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sk-circle > div:nth-child(8) {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
}
.sk-circle > div:nth-child(9) {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
}
.sk-circle > div:nth-child(10) {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.sk-circle > div:nth-child(11) {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
}
.sk-circle > div:nth-child(12) {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
}
.sk-circle > div:nth-child(2):before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-circle > div:nth-child(3):before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-circle > div:nth-child(4):before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-circle > div:nth-child(5):before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.sk-circle > div:nth-child(6):before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.sk-circle > div:nth-child(7):before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.sk-circle > div:nth-child(8):before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.sk-circle > div:nth-child(9):before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.sk-circle > div:nth-child(10):before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.sk-circle > div:nth-child(11):before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.sk-circle > div:nth-child(12):before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
.sk-cube-grid {
  height: 27px;
  width: 27px;
}
.sk-cube-grid > div {
  -webkit-animation: sk-scaleDelay 1.3s ease-in-out infinite;
  animation: sk-scaleDelay 1.3s ease-in-out infinite;
  background-color: currentColor;
  float: left;
  height: 33%;
  width: 33%;
}
.sk-cube-grid > div:first-child {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.sk-cube-grid > div:nth-child(2) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-cube-grid > div:nth-child(3) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.sk-cube-grid > div:nth-child(4) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.sk-cube-grid > div:nth-child(5) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.sk-cube-grid > div:nth-child(6) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-cube-grid > div:nth-child(7) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.sk-cube-grid > div:nth-child(8) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.sk-cube-grid > div:nth-child(9) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
@-webkit-keyframes sk-scaleDelay {
  0%,
  70%,
  to {
    -webkit-transform: scaleX(1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
  }
}
@keyframes sk-scaleDelay {
  0%,
  70%,
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  35% {
    -webkit-transform: scaleX(1);
    transform: scale3D(0, 0, 1);
  }
}
.sk-double-bounce {
  height: 27px;
  position: relative;
  width: 27px;
}
.sk-double-bounce > div {
  -webkit-animation: sk-bounce 2s ease-in-out infinite;
  animation: sk-bounce 2s ease-in-out infinite;
  background-color: currentColor;
  border-radius: 50%;
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
}
.sk-double-bounce > div:last-child {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes sk-bounce {
  0%,
  to {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%,
  to {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.sk-folding-cube {
  height: 27px;
  position: relative;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 27px;
}
.sk-folding-cube > div {
  background-color: transparent;
  background-color: initial;
  float: left;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  width: 50%;
}
.sk-folding-cube > div:before {
  -webkit-animation: sk-foldCubeAngle 2.4s linear infinite both;
  animation: sk-foldCubeAngle 2.4s linear infinite both;
  background-color: currentColor;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  width: 100%;
}
.sk-folding-cube > div:nth-child(2) {
  -webkit-transform: scale(1.1) rotate(90deg);
  transform: scale(1.1) rotate(90deg);
}
.sk-folding-cube > div:nth-child(4) {
  -webkit-transform: scale(1.1) rotate(180deg);
  transform: scale(1.1) rotate(180deg);
}
.sk-folding-cube > div:nth-child(3) {
  -webkit-transform: scale(1.1) rotate(270deg);
  transform: scale(1.1) rotate(270deg);
}
.sk-folding-cube > div:nth-child(2):before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-folding-cube > div:nth-child(4):before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.sk-folding-cube > div:nth-child(3):before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%,
  10% {
    opacity: 0;
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
  }
  25%,
  75% {
    opacity: 1;
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
  }
  90%,
  to {
    opacity: 0;
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
  }
}
@keyframes sk-foldCubeAngle {
  0%,
  10% {
    opacity: 0;
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
  }
  25%,
  75% {
    opacity: 1;
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
  }
  90%,
  to {
    opacity: 0;
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
  }
}
.sk-pulse > div {
  -webkit-animation: sk-scaleout 1s ease-in-out infinite;
  animation: sk-scaleout 1s ease-in-out infinite;
  background-color: currentColor;
  border-radius: 100%;
  height: 27px;
  width: 27px;
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1);
  }
}
@keyframes sk-scaleout {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  to {
    opacity: 0;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.sk-rotating-plane > div {
  -webkit-animation: sk-rotateplane 1.2s ease-in-out infinite;
  animation: sk-rotateplane 1.2s ease-in-out infinite;
  background-color: currentColor;
  height: 27px;
  width: 27px;
}
@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  to {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  to {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.sk-three-bounce {
  height: 18px;
}
.sk-three-bounce > div {
  -webkit-animation: sk-bouncedelay 1.4s ease-in-out infinite;
  animation: sk-bouncedelay 1.4s ease-in-out infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  background-color: currentColor;
  border-radius: 100%;
  display: inline-block;
  height: 18px;
  width: 18px;
}
.sk-three-bounce > div:first-child {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.sk-three-bounce > div:nth-child(2) {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  to {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  to {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.sk-wandering-cubes {
  height: 52px;
  position: relative;
  width: 52px;
}
.sk-wandering-cubes > div {
  -webkit-animation: sk-cubemove 1.8s ease-in-out infinite;
  animation: sk-cubemove 1.8s ease-in-out infinite;
  background-color: currentColor;
  height: 10px;
  left: 0;
  position: absolute;
  top: 0;
  width: 10px;
}
.sk-wandering-cubes > div:last-child {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
@-webkit-keyframes sk-cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0) translateY(42px) rotate(-270deg) scale(0.5);
  }
  to {
    -webkit-transform: rotate(-1turn);
  }
}
@keyframes sk-cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    transform: translateX(0) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0) translateY(42px) rotate(-270deg) scale(0.5);
  }
  to {
    transform: rotate(-1turn);
    -webkit-transform: rotate(-1turn);
  }
}
.sk-wave {
  height: 27px;
  width: 30px;
}
.sk-wave > div {
  -webkit-animation: sk-stretchdelay 1.2s ease-in-out infinite;
  animation: sk-stretchdelay 1.2s ease-in-out infinite;
  background-color: currentColor;
  display: inline-block;
  height: 100%;
  width: 6px;
}
.sk-wave > div:nth-child(2) {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-wave > div:nth-child(3) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-wave > div:nth-child(4) {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-wave > div:nth-child(5) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
  0%,
  40%,
  to {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%,
  40%,
  to {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
.sk-wordpress > div {
  -webkit-animation: sk-inner-circle 1s linear infinite;
  animation: sk-inner-circle 1s linear infinite;
  background-color: currentColor;
  border-radius: 27px;
  display: inline-block;
  height: 27px;
  position: relative;
  width: 27px;
}
.sk-wordpress > div:after {
  background-color: #fff;
  border-radius: 8px;
  content: "";
  display: block;
  height: 8px;
  left: 5px;
  position: absolute;
  top: 5px;
  width: 8px;
}
@-webkit-keyframes sk-inner-circle {
  0% {
    -webkit-transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
  }
}
@keyframes sk-inner-circle {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
    -webkit-transform: rotate(1turn);
  }
}
/*# sourceMappingURL=main.e1e47624.css.map*/
