/*!
 * 
 * @version: 1.0.0
 * 
 * @author: SE7ENSKY Frontend studio <info@se7ensky.com>
 * 
 */

.lang-component__desc {
  margin: 20px auto;
  max-width: 410px;
  text-align: center;
}

.lang-component__btns {
  display: flex;
  margin-bottom: 20px;
}

.lang-component-wrap__title {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.lang-component-wrap__footer {
  text-align: center;
  width: 100%;
}

.screen {
  margin: auto;
  max-width: 620px;
  padding-left: 15px;
  padding-right: 15px;
}

.screen__login {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}

.screen__login-card {
  width: 400px;
}

.screen__login-input {
  margin-top: 10px;
}

.screen__login-feedback {
  position: static;
}

.screen__login-button {
  margin-top: 30px;
}

.info-turn-audio__title {
  color: #1f2b37;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.info-turn-audio__content {
  margin-bottom: 30px;
}

.info-turn-audio__body {
  padding-bottom: 30px;
}

.info-turn-audio__footer {
  text-align: center;
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
            transform: scale(1);
  }

  45% {
    -webkit-transform: scale(0.1);
    opacity: 0.7;
            transform: scale(0.1);
  }

  80% {
    -webkit-transform: scale(1);
    opacity: 1;
            transform: scale(1);
  }
}

.ball-pulse>div:nth-child(0) {
  -webkit-animation: scale 0.75s -.36s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: scale 0.75s -.36s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.ball-pulse>div:first-child {
  -webkit-animation: scale 0.75s -.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: scale 0.75s -.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.ball-pulse>div:nth-child(2) {
  -webkit-animation: scale 0.75s -.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: scale 0.75s -.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.ball-pulse>div:nth-child(3) {
  -webkit-animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.ball-pulse>div {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  background-color: #ffffff;
  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 -.21s infinite ease-in-out;
          animation: ball-pulse-sync 0.6s -.21s infinite ease-in-out;
}

.ball-pulse-sync>div:first-child {
  -webkit-animation: ball-pulse-sync 0.6s -.14s infinite ease-in-out;
          animation: ball-pulse-sync 0.6s -.14s infinite ease-in-out;
}

.ball-pulse-sync>div:nth-child(2) {
  -webkit-animation: ball-pulse-sync 0.6s -.07s infinite ease-in-out;
          animation: ball-pulse-sync 0.6s -.07s infinite ease-in-out;
}

.ball-pulse-sync>div:nth-child(3) {
  -webkit-animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
          animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
}

.ball-pulse-sync>div {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  background-color: #ffffff;
  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 {
    -webkit-transform: scale(1);
    opacity: 0;
            transform: scale(1);
  }
}

@keyframes ball-scale {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  to {
    -webkit-transform: scale(1);
    opacity: 0;
            transform: scale(1);
  }
}

.ball-scale>div {
  -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
  -webkit-animation-fill-mode: both;
          animation: ball-scale 1s 0s ease-in-out infinite;
          animation-fill-mode: both;
  background-color: #ffffff;
  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: ball-scale 1s 0s ease-in-out infinite;
  -webkit-animation-fill-mode: both;
          animation: ball-scale 1s 0s ease-in-out infinite;
          animation-fill-mode: both;
  background-color: #ffffff;
  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 0.2s ease-in-out infinite;
          animation: ball-scale 1s 0.2s ease-in-out infinite;
  margin-left: -7px;
}

.ball-scale-random>div:nth-child(3) {
  -webkit-animation: ball-scale 1s 0.5s ease-in-out infinite;
          animation: ball-scale 1s 0.5s ease-in-out 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: #ffffff;
  border-radius: 100%;
  height: 15px;
  margin: 2px;
  width: 15px;
}

.ball-rotate>div:first-child {
  -webkit-animation: rotate 1s 0s cubic-bezier(0.7, -.13, 0.22, 0.86) infinite;
          animation: rotate 1s 0s cubic-bezier(0.7, -.13, 0.22, 0.86) infinite;
}

.ball-rotate>div:after,
.ball-rotate>div:before {
  background-color: #ffffff;
  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: rotate 0.75s 0s linear infinite;
  -webkit-animation-fill-mode: both;
          animation: rotate 0.75s 0s linear infinite;
          animation-fill-mode: both;
  background: transparent !important;
  background-color: #ffffff;
  border: 2px solid;
  border-color: #ffffff #ffffff 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 {
  -webkit-transform: translateY(-15px);
  position: relative;
          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 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
          animation: scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  background: #ffffff;
  height: 16px;
  left: -7px;
  top: 7px;
  width: 16px;
}

.ball-clip-rotate-pulse>div:last-child {
  -webkit-animation: rotate 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  -webkit-animation-duration: 1s;
          animation: rotate 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
          animation-duration: 1s;
  background: transparent;
  border: 2px solid;
  border-color: #ffffff 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: rotate 1s 0s ease-in-out infinite;
  -webkit-animation-fill-mode: both;
          animation: rotate 1s 0s ease-in-out infinite;
          animation-fill-mode: both;
  border-color: transparent #ffffff;
  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;
  -webkit-animation-duration: 0.5s;
          animation-direction: reverse;
          animation-duration: 0.5s;
  border-color: #ffffff transparent;
  display: inline-block;
  height: 15px;
  left: -10px;
  top: -10px;
  width: 15px;
}

@-webkit-keyframes ball-scale-ripple {
  0% {
    -webkit-transform: scale(0.1);
    opacity: 1;
            transform: scale(0.1);
  }

  70% {
    -webkit-transform: scale(1);
    opacity: 0.7;
            transform: scale(1);
  }

  to {
    opacity: 0;
  }
}

@keyframes ball-scale-ripple {
  0% {
    -webkit-transform: scale(0.1);
    opacity: 1;
            transform: scale(0.1);
  }

  70% {
    -webkit-transform: scale(1);
    opacity: 0.7;
            transform: scale(1);
  }

  to {
    opacity: 0;
  }
}

.ball-scale-ripple>div {
  -webkit-animation: ball-scale-ripple 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  -webkit-animation-fill-mode: both;
          animation: ball-scale-ripple 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
          animation-fill-mode: both;
  border: 2px solid #ffffff;
  border-radius: 100%;
  height: 50px;
  width: 50px;
}

@-webkit-keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(0.1);
    opacity: 1;
            transform: scale(0.1);
  }

  70% {
    -webkit-transform: scale(1);
    opacity: 0.7;
            transform: scale(1);
  }

  to {
    opacity: 0;
  }
}

@keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(0.1);
    opacity: 1;
            transform: scale(0.1);
  }

  70% {
    -webkit-transform: scale(1);
    opacity: 0.7;
            transform: scale(1);
  }

  to {
    opacity: 0;
  }
}

.ball-scale-ripple-multiple {
  -webkit-transform: translateY(-25px);
  position: relative;
          transform: translateY(-25px);
}

.ball-scale-ripple-multiple>div:nth-child(0) {
  -webkit-animation-delay: -.8s;
          animation-delay: -.8s;
}

.ball-scale-ripple-multiple>div:first-child {
  -webkit-animation-delay: -.6s;
          animation-delay: -.6s;
}

.ball-scale-ripple-multiple>div:nth-child(2) {
  -webkit-animation-delay: -.4s;
          animation-delay: -.4s;
}

.ball-scale-ripple-multiple>div:nth-child(3) {
  -webkit-animation-delay: -.2s;
          animation-delay: -.2s;
}

.ball-scale-ripple-multiple>div {
  -webkit-animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  -webkit-animation-fill-mode: both;
          animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
          animation-fill-mode: both;
  border: 2px solid #ffffff;
  border-radius: 100%;
  height: 50px;
  left: -26px;
  position: absolute;
  top: -2px;
  width: 50px;
}

@-webkit-keyframes ball-beat {
  50% {
    -webkit-transform: scale(0.75);
    opacity: 0.2;
            transform: scale(0.75);
  }

  to {
    -webkit-transform: scale(1);
    opacity: 1;
            transform: scale(1);
  }
}

@keyframes ball-beat {
  50% {
    -webkit-transform: scale(0.75);
    opacity: 0.2;
            transform: scale(0.75);
  }

  to {
    -webkit-transform: scale(1);
    opacity: 1;
            transform: scale(1);
  }
}

.ball-beat>div {
  -webkit-animation: ball-beat 0.7s 0s infinite linear;
  -webkit-animation-fill-mode: both;
          animation: ball-beat 0.7s 0s infinite linear;
          animation-fill-mode: both;
  background-color: #ffffff;
  border-radius: 100%;
  display: inline-block;
  height: 15px;
  margin: 2px;
  width: 15px;
}

.ball-beat>div:nth-child(2n-1) {
  -webkit-animation-delay: -.35s !important;
          animation-delay: -.35s !important;
}

@-webkit-keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
            transform: scale(0);
  }

  5% {
    opacity: 1;
  }

  to {
    -webkit-transform: scale(1);
    opacity: 0;
            transform: scale(1);
  }
}

@keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
            transform: scale(0);
  }

  5% {
    opacity: 1;
  }

  to {
    -webkit-transform: scale(1);
    opacity: 0;
            transform: scale(1);
  }
}

.ball-scale-multiple {
  -webkit-transform: translateY(-30px);
  position: relative;
          transform: translateY(-30px);
}

.ball-scale-multiple>div:nth-child(2) {
  -webkit-animation-delay: -.4s;
          animation-delay: -.4s;
}

.ball-scale-multiple>div:nth-child(3) {
  -webkit-animation-delay: -.2s;
          animation-delay: -.2s;
}

.ball-scale-multiple>div {
  -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
  -webkit-animation-fill-mode: both;
          animation: ball-scale-multiple 1s 0s linear infinite;
          animation-fill-mode: both;
  background-color: #ffffff;
  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 {
  -webkit-transform: translate(-29.994px, -37.50938px);
  position: relative;
          transform: translate(-29.994px, -37.50938px);
}

.ball-triangle-path>div:first-child {
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: ball-triangle-path-1;
  -webkit-animation-timing-function: ease-in-out;
          animation-iteration-count: infinite;
          animation-name: ball-triangle-path-1;
          animation-timing-function: ease-in-out;
}

.ball-triangle-path>div:first-child,
.ball-triangle-path>div:nth-child(2) {
  -webkit-animation-delay: 0;
  -webkit-animation-duration: 2s;
          animation-delay: 0;
          animation-duration: 2s;
}

.ball-triangle-path>div:nth-child(2) {
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: ball-triangle-path-2;
  -webkit-animation-timing-function: ease-in-out;
          animation-iteration-count: infinite;
          animation-name: ball-triangle-path-2;
          animation-timing-function: ease-in-out;
}

.ball-triangle-path>div:nth-child(3) {
  -webkit-animation-delay: 0;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: ball-triangle-path-3;
  -webkit-animation-timing-function: ease-in-out;
          animation-delay: 0;
          animation-duration: 2s;
          animation-iteration-count: infinite;
          animation-name: ball-triangle-path-3;
          animation-timing-function: ease-in-out;
}

.ball-triangle-path>div {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  border: 1px solid #ffffff;
  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);
    -webkit-transform: scale(1);
            transform: translateY(0);
            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);
    -webkit-transform: scale(1);
            transform: translateY(0);
            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);
    -webkit-transform: scale(0.75);
            transform: translateY(0);
            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);
    -webkit-transform: scale(0.75);
            transform: translateY(0);
            transform: scale(0.75);
  }
}

.ball-pulse-rise>div {
  -webkit-animation-delay: 0;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.15, 0.46, 0.9, 0.6);
          animation-delay: 0;
          animation-duration: 1s;
          animation-fill-mode: both;
          animation-iteration-count: infinite;
          animation-timing-function: cubic-bezier(0.15, 0.46, 0.9, 0.6);
  background-color: #ffffff;
  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;
  -webkit-animation-duration: 1.27s;
          animation-delay: 0.44s;
          animation-duration: 1.27s;
}

.ball-grid-beat>div:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  -webkit-animation-duration: 1.52s;
          animation-delay: 0.2s;
          animation-duration: 1.52s;
}

.ball-grid-beat>div:nth-child(3) {
  -webkit-animation-delay: 0.14s;
  -webkit-animation-duration: 0.61s;
          animation-delay: 0.14s;
          animation-duration: 0.61s;
}

.ball-grid-beat>div:nth-child(4) {
  -webkit-animation-delay: 0.15s;
  -webkit-animation-duration: 0.82s;
          animation-delay: 0.15s;
          animation-duration: 0.82s;
}

.ball-grid-beat>div:nth-child(5) {
  -webkit-animation-delay: -.01s;
  -webkit-animation-duration: 1.24s;
          animation-delay: -.01s;
          animation-duration: 1.24s;
}

.ball-grid-beat>div:nth-child(6) {
  -webkit-animation-delay: -.07s;
  -webkit-animation-duration: 1.35s;
          animation-delay: -.07s;
          animation-duration: 1.35s;
}

.ball-grid-beat>div:nth-child(7) {
  -webkit-animation-delay: 0.29s;
  -webkit-animation-duration: 1.44s;
          animation-delay: 0.29s;
          animation-duration: 1.44s;
}

.ball-grid-beat>div:nth-child(8) {
  -webkit-animation-delay: 0.63s;
  -webkit-animation-duration: 1.19s;
          animation-delay: 0.63s;
          animation-duration: 1.19s;
}

.ball-grid-beat>div:nth-child(9) {
  -webkit-animation-delay: -.18s;
  -webkit-animation-duration: 1.48s;
          animation-delay: -.18s;
          animation-duration: 1.48s;
}

.ball-grid-beat>div {
  -webkit-animation-delay: 0;
  -webkit-animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: ball-grid-beat;
          animation-delay: 0;
          animation-fill-mode: both;
          animation-iteration-count: infinite;
          animation-name: ball-grid-beat;
  background-color: #ffffff;
  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% {
    -webkit-transform: scale(0.5);
    opacity: 0.7;
            transform: scale(0.5);
  }

  to {
    -webkit-transform: scale(1);
    opacity: 1;
            transform: scale(1);
  }
}

@keyframes ball-grid-pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.5);
    opacity: 0.7;
            transform: scale(0.5);
  }

  to {
    -webkit-transform: scale(1);
    opacity: 1;
            transform: scale(1);
  }
}

.ball-grid-pulse {
  width: 57px;
}

.ball-grid-pulse>div:first-child {
  -webkit-animation-delay: 0.58s;
  -webkit-animation-duration: 0.9s;
          animation-delay: 0.58s;
          animation-duration: 0.9s;
}

.ball-grid-pulse>div:nth-child(2) {
  -webkit-animation-delay: 0.01s;
  -webkit-animation-duration: 0.94s;
          animation-delay: 0.01s;
          animation-duration: 0.94s;
}

.ball-grid-pulse>div:nth-child(3) {
  -webkit-animation-delay: 0.25s;
  -webkit-animation-duration: 1.43s;
          animation-delay: 0.25s;
          animation-duration: 1.43s;
}

.ball-grid-pulse>div:nth-child(4) {
  -webkit-animation-delay: -.03s;
  -webkit-animation-duration: 0.74s;
          animation-delay: -.03s;
          animation-duration: 0.74s;
}

.ball-grid-pulse>div:nth-child(5) {
  -webkit-animation-delay: 0.21s;
  -webkit-animation-duration: 0.68s;
          animation-delay: 0.21s;
          animation-duration: 0.68s;
}

.ball-grid-pulse>div:nth-child(6) {
  -webkit-animation-delay: 0.25s;
  -webkit-animation-duration: 1.17s;
          animation-delay: 0.25s;
          animation-duration: 1.17s;
}

.ball-grid-pulse>div:nth-child(7) {
  -webkit-animation-delay: 0.46s;
  -webkit-animation-duration: 1.41s;
          animation-delay: 0.46s;
          animation-duration: 1.41s;
}

.ball-grid-pulse>div:nth-child(8) {
  -webkit-animation-delay: 0.02s;
  -webkit-animation-duration: 1.56s;
          animation-delay: 0.02s;
          animation-duration: 1.56s;
}

.ball-grid-pulse>div:nth-child(9) {
  -webkit-animation-delay: 0.13s;
  -webkit-animation-duration: 0.78s;
          animation-delay: 0.13s;
          animation-duration: 0.78s;
}

.ball-grid-pulse>div {
  -webkit-animation-delay: 0;
  -webkit-animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: ball-grid-pulse;
          animation-delay: 0;
          animation-fill-mode: both;
          animation-iteration-count: infinite;
          animation-name: ball-grid-pulse;
  background-color: #ffffff;
  border-radius: 100%;
  display: inline-block;
  float: left;
  height: 15px;
  margin: 2px;
  width: 15px;
}

@-webkit-keyframes ball-spin-fade-loader {
  50% {
    -webkit-transform: scale(0.4);
    opacity: 0.3;
            transform: scale(0.4);
  }

  to {
    -webkit-transform: scale(1);
    opacity: 1;
            transform: scale(1);
  }
}

@keyframes ball-spin-fade-loader {
  50% {
    -webkit-transform: scale(0.4);
    opacity: 0.3;
            transform: scale(0.4);
  }

  to {
    -webkit-transform: scale(1);
    opacity: 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 -.96s infinite linear;
          animation: ball-spin-fade-loader 1s -.96s infinite linear;
  left: 0;
  top: 25px;
}

.ball-spin-fade-loader>div:nth-child(2) {
  -webkit-animation: ball-spin-fade-loader 1s -.84s infinite linear;
          animation: ball-spin-fade-loader 1s -.84s infinite linear;
  left: 17.04545px;
  top: 17.04545px;
}

.ball-spin-fade-loader>div:nth-child(3) {
  -webkit-animation: ball-spin-fade-loader 1s -.72s infinite linear;
          animation: ball-spin-fade-loader 1s -.72s infinite linear;
  left: 25px;
  top: 0;
}

.ball-spin-fade-loader>div:nth-child(4) {
  -webkit-animation: ball-spin-fade-loader 1s -.6s infinite linear;
          animation: ball-spin-fade-loader 1s -.6s infinite linear;
  left: 17.04545px;
  top: -17.04545px;
}

.ball-spin-fade-loader>div:nth-child(5) {
  -webkit-animation: ball-spin-fade-loader 1s -.48s infinite linear;
          animation: ball-spin-fade-loader 1s -.48s infinite linear;
  left: 0;
  top: -25px;
}

.ball-spin-fade-loader>div:nth-child(6) {
  -webkit-animation: ball-spin-fade-loader 1s -.36s infinite linear;
          animation: ball-spin-fade-loader 1s -.36s infinite linear;
  left: -17.04545px;
  top: -17.04545px;
}

.ball-spin-fade-loader>div:nth-child(7) {
  -webkit-animation: ball-spin-fade-loader 1s -.24s infinite linear;
          animation: ball-spin-fade-loader 1s -.24s infinite linear;
  left: -25px;
  top: 0;
}

.ball-spin-fade-loader>div:nth-child(8) {
  -webkit-animation: ball-spin-fade-loader 1s -.12s infinite linear;
          animation: ball-spin-fade-loader 1s -.12s infinite linear;
  left: -17.04545px;
  top: 17.04545px;
}

.ball-spin-fade-loader>div {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  background-color: #ffffff;
  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 0.9s infinite linear;
          animation: ball-spin-loader 2s 0.9s infinite linear;
  left: 0;
  top: 45px;
}

.ball-spin-loader>span:nth-child(2) {
  -webkit-animation: ball-spin-loader 2s 1.8s infinite linear;
          animation: ball-spin-loader 2s 1.8s infinite linear;
  left: 30.68182px;
  top: 30.68182px;
}

.ball-spin-loader>span:nth-child(3) {
  -webkit-animation: ball-spin-loader 2s 2.7s infinite linear;
          animation: ball-spin-loader 2s 2.7s infinite linear;
  left: 45px;
  top: 0;
}

.ball-spin-loader>span:nth-child(4) {
  -webkit-animation: ball-spin-loader 2s 3.6s infinite linear;
          animation: ball-spin-loader 2s 3.6s infinite linear;
  left: 30.68182px;
  top: -30.68182px;
}

.ball-spin-loader>span:nth-child(5) {
  -webkit-animation: ball-spin-loader 2s 4.5s infinite linear;
          animation: ball-spin-loader 2s 4.5s infinite linear;
  left: 0;
  top: -45px;
}

.ball-spin-loader>span:nth-child(6) {
  -webkit-animation: ball-spin-loader 2s 5.4s infinite linear;
          animation: ball-spin-loader 2s 5.4s infinite linear;
  left: -30.68182px;
  top: -30.68182px;
}

.ball-spin-loader>span:nth-child(7) {
  -webkit-animation: ball-spin-loader 2s 6.3s infinite linear;
          animation: ball-spin-loader 2s 6.3s infinite linear;
  left: -45px;
  top: 0;
}

.ball-spin-loader>span:nth-child(8) {
  -webkit-animation: ball-spin-loader 2s 7.2s infinite linear;
          animation: ball-spin-loader 2s 7.2s infinite linear;
  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 {
  -webkit-transform: translate(-15px, -15px);
  position: relative;
          transform: translate(-15px, -15px);
}

.ball-zig-zag>div {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  background-color: #ffffff;
  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 0s infinite linear;
          animation: ball-zig 0.7s 0s infinite linear;
}

.ball-zig-zag>div:last-child {
  -webkit-animation: ball-zag 0.7s 0s infinite linear;
          animation: ball-zag 0.7s 0s infinite linear;
}

@-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 {
  -webkit-transform: translate(-15px, -15px);
  position: relative;
          transform: translate(-15px, -15px);
}

.ball-zig-zag-deflect>div {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  background-color: #ffffff;
  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 0s infinite linear;
          animation: ball-zig-deflect 1.5s 0s infinite linear;
}

.ball-zig-zag-deflect>div:last-child {
  -webkit-animation: ball-zag-deflect 1.5s 0s infinite linear;
          animation: ball-zag-deflect 1.5s 0s infinite linear;
}

@-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 -.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: line-scale 1s -.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale>div:nth-child(2) {
  -webkit-animation: line-scale 1s -.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: line-scale 1s -.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale>div:nth-child(3) {
  -webkit-animation: line-scale 1s -.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: line-scale 1s -.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale>div:nth-child(4) {
  -webkit-animation: line-scale 1s -.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: line-scale 1s -.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale>div:nth-child(5) {
  -webkit-animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale>div {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  background-color: #ffffff;
  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: -.09s;
  -webkit-animation-duration: 0.83s;
          animation-delay: -.09s;
          animation-duration: 0.83s;
}

.line-scale-party>div:nth-child(2) {
  -webkit-animation-delay: 0.33s;
  -webkit-animation-duration: 0.64s;
          animation-delay: 0.33s;
          animation-duration: 0.64s;
}

.line-scale-party>div:nth-child(3) {
  -webkit-animation-delay: 0.32s;
  -webkit-animation-duration: 0.39s;
          animation-delay: 0.32s;
          animation-duration: 0.39s;
}

.line-scale-party>div:nth-child(4) {
  -webkit-animation-delay: 0.47s;
  -webkit-animation-duration: 0.52s;
          animation-delay: 0.47s;
          animation-duration: 0.52s;
}

.line-scale-party>div {
  -webkit-animation-delay: 0;
  -webkit-animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: line-scale-party;
          animation-delay: 0;
          animation-fill-mode: both;
          animation-iteration-count: infinite;
          animation-name: line-scale-party;
  background-color: #ffffff;
  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: line-scale-pulse-out 0.9s -.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
  -webkit-animation-fill-mode: both;
          animation: line-scale-pulse-out 0.9s -.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
          animation-fill-mode: both;
  background-color: #ffffff;
  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: -.4s !important;
          animation-delay: -.4s !important;
}

.line-scale-pulse-out>div:first-child,
.line-scale-pulse-out>div:nth-child(5) {
  -webkit-animation-delay: -.2s !important;
          animation-delay: -.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: line-scale-pulse-out-rapid 0.9s -.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78);
  -webkit-animation-fill-mode: both;
          animation: line-scale-pulse-out-rapid 0.9s -.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78);
          animation-fill-mode: both;
  background-color: #ffffff;
  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: -.25s !important;
          animation-delay: -.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 -.84s infinite ease-in-out;
          animation: line-spin-fade-loader 1.2s -.84s infinite ease-in-out;
  left: 0;
  top: 20px;
}

.line-spin-fade-loader>div:nth-child(2) {
  -webkit-animation: line-spin-fade-loader 1.2s -.72s infinite ease-in-out;
  -webkit-transform: rotate(-45deg);
          animation: line-spin-fade-loader 1.2s -.72s infinite ease-in-out;
  left: 13.63636px;
  top: 13.63636px;
          transform: rotate(-45deg);
}

.line-spin-fade-loader>div:nth-child(3) {
  -webkit-animation: line-spin-fade-loader 1.2s -.6s infinite ease-in-out;
  -webkit-transform: rotate(90deg);
          animation: line-spin-fade-loader 1.2s -.6s infinite ease-in-out;
  left: 20px;
  top: 0;
          transform: rotate(90deg);
}

.line-spin-fade-loader>div:nth-child(4) {
  -webkit-animation: line-spin-fade-loader 1.2s -.48s infinite ease-in-out;
  -webkit-transform: rotate(45deg);
          animation: line-spin-fade-loader 1.2s -.48s infinite ease-in-out;
  left: 13.63636px;
  top: -13.63636px;
          transform: rotate(45deg);
}

.line-spin-fade-loader>div:nth-child(5) {
  -webkit-animation: line-spin-fade-loader 1.2s -.36s infinite ease-in-out;
          animation: line-spin-fade-loader 1.2s -.36s infinite ease-in-out;
  left: 0;
  top: -20px;
}

.line-spin-fade-loader>div:nth-child(6) {
  -webkit-animation: line-spin-fade-loader 1.2s -.24s infinite ease-in-out;
  -webkit-transform: rotate(-45deg);
          animation: line-spin-fade-loader 1.2s -.24s infinite ease-in-out;
  left: -13.63636px;
  top: -13.63636px;
          transform: rotate(-45deg);
}

.line-spin-fade-loader>div:nth-child(7) {
  -webkit-animation: line-spin-fade-loader 1.2s -.12s infinite ease-in-out;
  -webkit-transform: rotate(90deg);
          animation: line-spin-fade-loader 1.2s -.12s infinite ease-in-out;
  left: -20px;
  top: 0;
          transform: rotate(90deg);
}

.line-spin-fade-loader>div:nth-child(8) {
  -webkit-animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
  -webkit-transform: rotate(45deg);
          animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
  left: -13.63636px;
  top: 13.63636px;
          transform: rotate(45deg);
}

.line-spin-fade-loader>div {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  background-color: #ffffff;
  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: triangle-skew-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  -webkit-animation-fill-mode: both;
          animation: triangle-skew-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
          animation-fill-mode: both;
  border-bottom: 20px solid #ffffff;
  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: square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  -webkit-animation-fill-mode: both;
          animation: square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
          animation-fill-mode: both;
  background: #ffffff;
  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 -.99s infinite linear;
          animation: pacman-balls 1s -.99s infinite linear;
}

.pacman>div:nth-child(3) {
  -webkit-animation: pacman-balls 1s -.66s infinite linear;
          animation: pacman-balls 1s -.66s infinite linear;
}

.pacman>div:nth-child(4) {
  -webkit-animation: pacman-balls 1s -.33s infinite linear;
          animation: pacman-balls 1s -.33s infinite linear;
}

.pacman>div:nth-child(5) {
  -webkit-animation: pacman-balls 1s 0s infinite linear;
          animation: pacman-balls 1s 0s infinite linear;
}

.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 #ffffff;
  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) {
  -webkit-transform: translateY(-6.25px);
  background-color: #ffffff;
  border-radius: 100%;
  height: 15px;
  height: 10px;
  left: 70px;
  margin: 2px;
  position: absolute;
  top: 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 {
  -webkit-transform: translate(-25px, -25px);
  position: relative;
          transform: translate(-25px, -25px);
}

.cube-transition>div {
  -webkit-animation: cube-transition 1.6s 0s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
          animation: cube-transition 1.6s 0s infinite ease-in-out;
          animation-fill-mode: both;
  background-color: #ffffff;
  height: 10px;
  left: -5px;
  position: absolute;
  top: -5px;
  width: 10px;
}

.cube-transition>div:last-child {
  -webkit-animation-delay: -.8s;
          animation-delay: -.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 0s infinite linear;
          animation: spin-rotate 0.6s 0s infinite linear;
  background-image: linear-gradient(transparent, transparent 70%, #ffffff 0, #ffffff);
  border-radius: 100%;
  border-width: 0;
  height: 100%;
  position: absolute;
  width: 100%;
}

@-webkit-keyframes bar-progress {
  0% {
    -webkit-transform: scaleY(20%);
    opacity: 1;
            transform: scaleY(20%);
  }

  25% {
    -webkit-transform: translateX(6%) scaleY(10%);
    opacity: 0.7;
            transform: translateX(6%) scaleY(10%);
  }

  50% {
    -webkit-transform: translateX(20%) scaleY(20%);
    opacity: 1;
            transform: translateX(20%) scaleY(20%);
  }

  75% {
    -webkit-transform: translateX(6%) scaleY(10%);
    opacity: 0.7;
            transform: translateX(6%) scaleY(10%);
  }

  to {
    -webkit-transform: scaleY(20%);
    opacity: 1;
            transform: scaleY(20%);
  }
}

@keyframes bar-progress {
  0% {
    -webkit-transform: scaleY(20%);
    opacity: 1;
            transform: scaleY(20%);
  }

  25% {
    -webkit-transform: translateX(6%) scaleY(10%);
    opacity: 0.7;
            transform: translateX(6%) scaleY(10%);
  }

  50% {
    -webkit-transform: translateX(20%) scaleY(20%);
    opacity: 1;
            transform: translateX(20%) scaleY(20%);
  }

  75% {
    -webkit-transform: translateX(6%) scaleY(10%);
    opacity: 0.7;
            transform: translateX(6%) scaleY(10%);
  }

  to {
    -webkit-transform: scaleY(20%);
    opacity: 1;
            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: #ffffff;
  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: #ffffff;
  border-radius: 10px;
  position: relative;
}

@-webkit-keyframes bar-swing-container {
  0% {
    -webkit-transform: translateX(0);
    left: 0;
            transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(-4px);
    left: 70%;
            transform: translateX(-4px);
  }

  to {
    -webkit-transform: translateX(0);
    left: 0;
            transform: translateX(0);
  }
}

@keyframes bar-swing-container {
  0% {
    -webkit-transform: translateX(0);
    left: 0;
            transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(-4px);
    left: 70%;
            transform: translateX(-4px);
  }

  to {
    -webkit-transform: translateX(0);
    left: 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: #ffffff;
  border-radius: 10px;
  height: 8px;
  margin: 2px 2px 0;
  position: absolute;
  width: 30%;
}

.sk-spinner {
  color: #333333;
}

.sk-spinner>div {
  background-color: currentColor;
}

.ball-scale-ripple-multiple>div,
.ball-scale-ripple>div,
.ball-triangle-path>div {
  background-color: initial;
  border-color: currentColor;
}

.ball-clip-rotate>div {
  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: initial;
  border-bottom-color: currentColor;
  border-top-color: currentColor;
}

.ball-clip-rotate-multiple>div:first-child {
  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: 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 infinite linear;
          animation: sk-rotate 2s infinite linear;
  height: 27px;
  position: relative;
  width: 27px;
}

.sk-chasing-dots>div {
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
          animation: sk-bounce 2s infinite ease-in-out;
  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 {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

.sk-circle {
  height: 22px;
  position: relative;
  width: 22px;
}

.sk-circle>div {
  background-color: initial;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.sk-circle>div:before {
  -webkit-animation: sk-bouncedelay 1.2s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
          animation: sk-bouncedelay 1.2s infinite ease-in-out;
          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: -.9s;
          animation-delay: -.9s;
}

.sk-circle>div:nth-child(5):before {
  -webkit-animation-delay: -.8s;
          animation-delay: -.8s;
}

.sk-circle>div:nth-child(6):before {
  -webkit-animation-delay: -.7s;
          animation-delay: -.7s;
}

.sk-circle>div:nth-child(7):before {
  -webkit-animation-delay: -.6s;
          animation-delay: -.6s;
}

.sk-circle>div:nth-child(8):before {
  -webkit-animation-delay: -.5s;
          animation-delay: -.5s;
}

.sk-circle>div:nth-child(9):before {
  -webkit-animation-delay: -.4s;
          animation-delay: -.4s;
}

.sk-circle>div:nth-child(10):before {
  -webkit-animation-delay: -.3s;
          animation-delay: -.3s;
}

.sk-circle>div:nth-child(11):before {
  -webkit-animation-delay: -.2s;
          animation-delay: -.2s;
}

.sk-circle>div:nth-child(12):before {
  -webkit-animation-delay: -.1s;
          animation-delay: -.1s;
}

.sk-cube-grid {
  height: 27px;
  width: 27px;
}

.sk-cube-grid>div {
  -webkit-animation: sk-scaleDelay 1.3s infinite ease-in-out;
          animation: sk-scaleDelay 1.3s infinite ease-in-out;
  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 infinite ease-in-out;
          animation: sk-bounce 2s infinite ease-in-out;
  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 {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.sk-folding-cube {
  -webkit-transform: rotate(45deg);
  height: 27px;
  position: relative;
          transform: rotate(45deg);
  width: 27px;
}

.sk-folding-cube>div {
  -webkit-transform: scale(1.1);
  background-color: initial;
  float: left;
  height: 50%;
  position: relative;
          transform: scale(1.1);
  width: 50%;
}

.sk-folding-cube>div:before {
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  background-color: currentColor;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
          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% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
            transform: perspective(140px) rotateX(-180deg);
  }

  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    opacity: 1;
            transform: perspective(140px) rotateX(0deg);
  }

  90%,
  to {
    -webkit-transform: perspective(140px) rotateY(180deg);
    opacity: 0;
            transform: perspective(140px) rotateY(180deg);
  }
}

@keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
            transform: perspective(140px) rotateX(-180deg);
  }

  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    opacity: 1;
            transform: perspective(140px) rotateX(0deg);
  }

  90%,
  to {
    -webkit-transform: perspective(140px) rotateY(180deg);
    opacity: 0;
            transform: perspective(140px) rotateY(180deg);
  }
}

.sk-pulse>div {
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
          animation: sk-scaleout 1s infinite ease-in-out;
  background-color: currentColor;
  border-radius: 100%;
  height: 27px;
  width: 27px;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }

  to {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  to {
    -webkit-transform: scale(1);
    opacity: 0;
            transform: scale(1);
  }
}

.sk-rotating-plane>div {
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
          animation: sk-rotateplane 1.2s infinite ease-in-out;
  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% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }

  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }

  to {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

.sk-three-bounce {
  height: 18px;
}

.sk-three-bounce>div {
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
          animation: sk-bouncedelay 1.4s infinite ease-in-out;
          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: -.32s;
          animation-delay: -.32s;
}

.sk-three-bounce>div:nth-child(2) {
  -webkit-animation-delay: -.16s;
          animation-delay: -.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  to {
    -webkit-transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%,
  80%,
  to {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.sk-wandering-cubes {
  height: 52px;
  position: relative;
  width: 52px;
}

.sk-wandering-cubes>div {
  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
          animation: sk-cubemove 1.8s infinite ease-in-out;
  background-color: currentColor;
  height: 10px;
  left: 0;
  position: absolute;
  top: 0;
  width: 10px;
}

.sk-wandering-cubes>div:last-child {
  -webkit-animation-delay: -.9s;
          animation-delay: -.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% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
            transform: translateX(42px) rotate(-90deg) scale(0.5);
  }

  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
            transform: translateX(42px) translateY(42px) rotate(-179deg);
  }

  50.1% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
            transform: translateX(42px) translateY(42px) rotate(-180deg);
  }

  75% {
    -webkit-transform: translateX(0) translateY(42px) rotate(-270deg) scale(0.5);
            transform: translateX(0) translateY(42px) rotate(-270deg) scale(0.5);
  }

  to {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn);
  }
}

.sk-wave {
  height: 27px;
  width: 30px;
}

.sk-wave>div {
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
          animation: sk-stretchdelay 1.2s infinite ease-in-out;
  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: -.9s;
          animation-delay: -.9s;
}

.sk-wave>div:nth-child(5) {
  -webkit-animation-delay: -.8s;
          animation-delay: -.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%,
  40%,
  to {
    -webkit-transform: scaleY(0.4);
  }

  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes sk-stretchdelay {
  0%,
  40%,
  to {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4);
  }

  20% {
    -webkit-transform: scaleY(1);
            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: #ffffff;
  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% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

.spinner {
     -moz-user-select: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -ms-user-select: none;
  -webkit-user-select: none;
  background: hsla(0, 0%, 100%, 0.6);
  bottom: 0;
  display: block;
      filter: alpha(opacity=0);
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.2s ease-out;
          user-select: none;
  visibility: hidden;
  z-index: 1000;
}

.spinner_visible {
      -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  opacity: 1;
  visibility: visible;
}

.spinner .sk-spinner {
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  position: absolute;
  top: 50%;
          transform: translate(-50%, -50%);
}

.welcome {
  margin: auto;
}

.welcome__title {
  color: #1f2b37;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  margin-top: 0;
}

.welcome__subtext,
.welcome__title {
  text-align: center;
}

.welcome__promo-btns {
  display: flex;
  justify-content: center;
}

.welcome__promo-button:first-child {
  margin-right: 30px;
}

.welcome__text {
  padding-bottom: 5px;
}

.welcome__subtext p,
.welcome__text p {
  color: #798087;
}

.welcome__form-button {
  flex-shrink: 0;
}

.rules__title {
  color: #1f2b37;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.rules__footer {
  display: flex;
  justify-content: center;
}

.registration {
  display: flex;
  flex-grow: 1;
  padding-top: 30px;
}

.registration__button-spinner {
  display: none;
}

.registration__button-spinner_loading {
  -webkit-transform: translate(-50%, -50%);
  cursor: default;
  display: block;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: 10;
}

.registration__button-spinner_loading .sk-spinner {
  -webkit-transform: translate(-50%, calc(-50% - 5px));
          transform: translate(-50%, calc(-50% - 5px));
}

.registration__button-text_hidden {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
  opacity: 0;
}

.registration__wrapper {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
}

.registration__title {
  font-weight: 700;
  margin-bottom: 45px;
  text-align: center;
}

.registration__subtitle,
.registration__title {
  color: #1f2b37;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
}

.registration__subtitle {
  font-weight: 400;
  margin-bottom: 30px;
  margin-top: 0;
}

.registration .form-group:not(.form-group-preview) {
  margin-bottom: 80px;
  z-index: 2;
}

.registration .form-group-preview {
  margin-bottom: 0;
  margin-top: auto;
}

.registration .control-label-small {
  margin-bottom: 10px;
}

.registration__form-button {
  margin: 30px 0 0;
}

.registration__last-step {
  margin-bottom: 8px;
  position: relative;
}

.registration__last-step-field {
  position: relative;
}

.registration__last-step-field input {
  padding-right: 30px;
}

.registration__last-step-icon {
  background: transparent;
  border: none;
  bottom: 0;
  color: #b2ce55;
  cursor: pointer;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
}

.registration__last-step-button {
  margin-top: 30px;
  text-align: center;
}

.alert {
  border: 1px solid transparent;
  border-radius: 4px;
  margin-bottom: 15px;
  position: relative;
}

.alert-danger {
  background-color: #f8d7da;
  border-color: #f5c6cb;
  color: #721c24;
}

.alert-success {
  background-color: #d4edda;
  border-color: #c3e6cb;
  color: #155724;
}

.alert-warning {
  background-color: #fff3cd;
  border-color: #ffeeba;
  color: #856404;
}

.alert-info {
  background-color: #d1ecf1;
  border-color: #bee5eb;
  color: #0c5460;
}

.error-display {
  background: rgba(150, 50, 50, 0.7);
  border-radius: 40px;
  color: #ffffff;
  font-size: calc(0.5vw + 10px);
  left: 0;
  margin: auto;
  padding: 40px;
  position: absolute;
  right: 0;
  top: 40px;
  width: 50vw;
  z-index: 9999;
}

.error-display a {
  color: #ffffff;
  text-decoration: underline;
}

.error-display a:hover {
  color: #b2ce55;
}

.balloon {
  -webkit-transform-style: preserve-3d;
  min-width: 65px;
  position: relative;
          transform-style: preserve-3d;
}

.balloon__stub {
  align-items: center;
  background-color: #ffffff;
  border-radius: 15px;
  bottom: 0;
  display: flex;
  height: 43px;
  justify-content: center;
  left: 0;
  margin: 0 -2px;
  padding: 15px 20px;
  position: absolute;
  right: 0;
  top: -40px;
}

.balloon__stub:before {
  -webkit-transform: rotate(45deg) translateZ(-1px);
  border-color: #ffffff transparent transparent;
  border-style: solid;
  border-width: 40px 20px 0 0;
  bottom: -20px;
  content: "";
  height: 0;
  left: -6px;
  position: absolute;
          transform: rotate(45deg) translateZ(-1px);
  width: 0;
}

.balloon__stub-dot {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-animation: 1.2s dotAnimation infinite;
  -webkit-transform: scale(0);
          animation: 1.2s dotAnimation infinite;
  background-color: #000000;
  border-radius: 50%;
      filter: alpha(opacity=0);
  height: 4px;
  margin: 0 2px;
  opacity: 0;
          transform: scale(0);
  visibility: hidden;
  width: 4px;
}

.balloon__stub-dot:nth-child(2) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}

.balloon__stub-dot:last-child {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.balloon__text {
  color: #080808;
  line-height: 1.3;
  margin-bottom: 5px;
}

.balloon__text ul {
  list-style: none;
  margin: 15px 0;
  padding: 0;
}

.balloon__text ul li {
  margin-bottom: 5px;
  padding-left: 35px;
  position: relative;
}

.balloon__text ul li:last-child {
  margin-bottom: 0;
}

.balloon__text ul li:before {
  background-color: #191919;
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 10px;
  position: absolute;
  top: 12px;
  width: 6px;
}

.balloon__text p:last-child,
.balloon__text ul:last-child {
  margin-bottom: 0;
}

.balloon__text-inner {
  position: relative;
}

.balloon__text-item {
  background-color: #ffffff;
  border-radius: 15px;
  position: relative;
}

.balloon__text-item:first-child {
  margin-top: 0;
  z-index: 3;
}

.balloon__text-item:nth-child(2) {
  z-index: 2;
}

.balloon__text-item:nth-child(n+2) .balloon:before {
  content: none;
}

.balloon__footer {
  position: relative;
  text-align: center;
}

.balloon_big {
  border-radius: 30px;
}

.balloon_big:before {
  border-width: 100px 50px 0 0;
  bottom: -51px;
  left: -12px;
}

.balloon_big .balloon__content {
  padding: 35px 40px;
}

.balloon_big .balloon__text {
  font-size: 24px;
}

.balloon_big .balloon__content {
  display: flex;
  flex-direction: column;
}

.balloon_big .balloon__button {
  align-self: center;
}

@-webkit-keyframes dotAnimation {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(0);
        filter: alpha(opacity=0);
    opacity: 0;
            transform: scale(0);
    visibility: hidden;
  }

  50% {
        -ms-filter: none;
    -webkit-filter: none;
    -webkit-transform: scale(1);
            filter: none;
    opacity: 1;
            transform: scale(1);
    visibility: visible;
  }
}

@keyframes dotAnimation {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(0);
        filter: alpha(opacity=0);
    opacity: 0;
            transform: scale(0);
    visibility: hidden;
  }

  50% {
        -ms-filter: none;
    -webkit-filter: none;
    -webkit-transform: scale(1);
            filter: none;
    opacity: 1;
            transform: scale(1);
    visibility: visible;
  }
}

.assistant {
  overflow: hidden;
  position: relative;
}

.assistant_image-in-bg .assistant__figure,
.assistant_image-in-bg .balloon__stub {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
  opacity: 0;
}

.assistant_image-in-bg .assistant__figure {
  background-position: bottom;
  background-size: contain;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.assistant_image-in-bg.assistant_animated .assistant__figure {
      -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}

.assistant_text-left .assistant__figure {
  left: auto;
  right: 0;
}

.assistant_text-left .assistant__balloon {
  left: auto;
  margin: 0;
  right: 80%;
}

.assistant_text-left .assistant__bg {
  background-position: 100% 0;
  left: auto;
  right: -5%;
}

.assistant__bg {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: translateZ(0);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
      filter: alpha(opacity=0);
  height: 180%;
  left: -5%;
  opacity: 0;
  position: absolute;
  top: -5%;
          transform: translateZ(0);
  width: 180%;
}

.assistant__bg:after {
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  bottom: 0;
  content: "";
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}

.assistant__bg_firefox {
  -webkit-filter: blur(25px);
          filter: blur(25px);
}

.assistant__figure {
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  bottom: 0;
  left: 5%;
  position: absolute;
  top: 18%;
  transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  width: 9%;
}

.assistant__hidden {
  display: none;
}

.continue-button-assistant__main {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}

.continue-button-assistant__main,
.notification {
  align-items: center;
  display: flex;
  justify-content: center;
}

.notification {
  overflow: hidden;
  position: relative;
}

.notification:before {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.7);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -15px;
  content: "";
  left: -15px;
  position: absolute;
  right: -15px;
  top: -15px;
}

.notification__wrapper {
  max-width: 730px;
  position: relative;
}

.notification__title {
  color: #ffffff;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.notification__body {
  margin: 0 0 100px;
}

.notification__content {
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 20px;
  line-height: 1.35;
}

.notification__footer {
  display: flex;
  justify-content: center;
}

.message {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 8% 0 5%;
  position: relative;
}

.message__title {
  color: #ffffff;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 25px;
}

.message__body {
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  font-weight: 700;
  line-height: 1.35;
}

.message__content {
  margin-left: auto;
  max-width: 730px;
}

.message__footer,
.replay {
  display: flex;
  justify-content: center;
}

.replay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  align-items: center;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
      filter: alpha(opacity=0);
  height: 100%;
  opacity: 0;
  position: relative;
  transition: opacity 0.2s ease-out;
  visibility: hidden;
}

.replay:before {
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.replay__body {
  position: relative;
}

.replay__body,
.replay__body-item {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.replay__button-replay {
  background-color: hsla(0, 0%, 40%, 0.95);
  border-radius: 50% !important;
  color: #b9b8b8;
  padding: 0 !important;
  text-align: center !important;
  transition: background 0.25s ease-out, color 0.25s ease-out;
}

.replay__button-replay:hover {
  background: #b2ce55;
  color: #ffffff;
}

.video,
.video__wrapper {
  background-color: #000000;
}

.video__wrapper {
  height: 100%;
  pointer-events: none;
  position: relative;
}

.video__wrapper:after {
  background-color: #000000;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: background 0.35s ease-in;
}

.video__wrapper_visible {
  pointer-events: auto;
}

.video__wrapper_visible:after {
  background: transparent;
}

.video__element {
  bottom: 0;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.2s ease-in-out;
  width: 100%;
}

.video__element_hide {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
  opacity: 0;
}

.video__button {
  -webkit-transform: translate(-50%, -50%);
  align-items: center;
  background: hsla(0, 0%, 100%, 0.1);
  border: 1px solid;
  border-radius: 50%;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  font-size: 20px;
  height: 80px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
          transform: translate(-50%, -50%);
  transition: opacity 0.15s ease-out;
  width: 80px;
}

.video__button:focus {
  outline: 0 none;
}

.video .replay {
  z-index: 2;
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */

.pswp {
  -webkit-backface-visibility: hidden;
  -webkit-text-size-adjust: 100%;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  touch-action: none;
  width: 100%;
  z-index: 1500;
}

.pswp * {
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

.pswp--animate_opacity {
  opacity: 0.001;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  will-change: opacity;
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

.pswp__bg {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  background: #000000;
  opacity: 0;
          transform: translateZ(0);
}

.pswp__bg,
.pswp__scroll-wrap {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.pswp__scroll-wrap {
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  touch-action: none;
}

.pswp__container,
.pswp__img {
     -moz-user-select: none;
      -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
          user-select: none;
}

.pswp__zoom-wrap {
  -webkit-transform-origin: left top;
  position: absolute;
          transform-origin: left top;
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  width: 100%;
}

.pswp__bg {
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  will-change: opacity;
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  bottom: 0;
  overflow: hidden;
  right: 0;
}

.pswp__img,
.pswp__item {
  left: 0;
  position: absolute;
  top: 0;
}

.pswp__img {
  height: auto;
  width: auto;
}

.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

.pswp__img--placeholder--blank {
  background: #222222;
}

.pswp--ie .pswp__img {
  height: auto !important;
  left: 0;
  top: 0;
  width: 100% !important;
}

.pswp__error-msg {
  color: #cccccc;
  font-size: 14px;
  left: 0;
  line-height: 16px;
  margin-top: -8px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}

.pswp__error-msg a {
  color: #cccccc;
  text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */

.pswp__button {
  -webkit-appearance: none;
  background: none;
  border: 0;
  box-shadow: none;
  cursor: pointer;
  display: block;
  float: right;
  height: 44px;
  margin: 0;
  opacity: 0.75;
  overflow: visible;
  padding: 0;
  position: relative;
  transition: opacity 0.2s;
  width: 44px;
}

.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
}

.pswp__button:active {
  opacity: 0.9;
  outline: none;
}

.pswp__button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(/assets/react-photoswipe/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  height: 44px;
  width: 44px;
}

.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  background-position: -88px 0;
  display: none;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  height: 100px;
  margin-top: -50px;
  position: absolute;
  top: 50%;
  width: 70px;
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  height: 30px;
  position: absolute;
  top: 35px;
  width: 32px;
}

.pswp__button--arrow--left:before {
  background-position: -138px -44px;
  left: 6px;
}

.pswp__button--arrow--right:before {
  background-position: -94px -44px;
  right: 6px;
}

.pswp__counter,
.pswp__share-modal {
     -moz-user-select: none;
      -ms-user-select: none;
  -webkit-user-select: none;
          user-select: none;
}

.pswp__share-modal {
  -webkit-backface-visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  padding: 10px;
  position: absolute;
  top: 0;
  transition: opacity 0.25s ease-out;
  width: 100%;
  will-change: opacity;
  z-index: 1600;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateY(6px);
  background: #ffffff;
  border-radius: 2px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  display: block;
  position: absolute;
  right: 44px;
  top: 56px;
          transform: translateY(6px);
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  width: auto;
  will-change: transform;
  z-index: 1620;
}

.pswp__share-tooltip a {
  display: block;
  font-size: 14px;
  line-height: 18px;
  padding: 8px 12px;
}

.pswp__share-tooltip a,
.pswp__share-tooltip a:hover {
  color: #000000;
  text-decoration: none;
}

.pswp__share-tooltip a:first-child {
  border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
     -moz-pointer-events: none;
  -webkit-pointer-events: none;
  border: 6px solid transparent;
  border-bottom-color: #ffffff;
  content: "";
  display: block;
  height: 0;
          pointer-events: none;
  position: absolute;
  right: 15px;
  top: -12px;
  width: 0;
}

a.pswp__share--facebook:hover {
  background: #3e5c9a;
  color: #ffffff;
}

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3e5c9a;
}

a.pswp__share--twitter:hover {
  background: #55acee;
  color: #ffffff;
}

a.pswp__share--pinterest:hover {
  background: #cccccc;
  color: #ce272d;
}

a.pswp__share--download:hover {
  background: #dddddd;
}

.pswp__counter {
  color: #ffffff;
  font-size: 13px;
  height: 44px;
  left: 0;
  line-height: 44px;
  opacity: 0.75;
  padding: 0 10px;
  position: absolute;
  top: 0;
}

.pswp__caption {
  bottom: 0;
  left: 0;
  min-height: 44px;
  position: absolute;
  width: 100%;
}

.pswp__caption small {
  color: #bbbbbb;
  font-size: 11px;
}

.pswp__caption__center {
  color: #cccccc;
  font-size: 13px;
  line-height: 20px;
  margin: 0 auto;
  max-width: 420px;
  padding: 10px;
  text-align: left;
}

.pswp__caption--empty {
  display: none;
}

.pswp__caption--fake {
  visibility: hidden;
}

.pswp__preloader {
  direction: ltr;
  height: 44px;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.25s ease-out;
  width: 44px;
  will-change: opacity;
}

.pswp__preloader__icn {
  height: 20px;
  margin: 12px;
  width: 20px;
}

.pswp__preloader--active {
  opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
  background: url(/assets/react-photoswipe/preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 0.5s linear infinite;
          animation: clockwise 0.5s linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1s cubic-bezier(0.4, 0, 0.22, 1) infinite;
          animation: donut-rotate 1s cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  height: 14px;
  left: 15px;
  margin: 0;
  opacity: 0.75;
  position: absolute;
  top: 15px;
  width: 14px;
}

.pswp--css_animation .pswp__preloader__cut {
  height: 14px;
  overflow: hidden;
  position: relative;
  width: 7px;
}

.pswp--css_animation .pswp__preloader__donut {
  background: none;
  border-color: #ffffff #ffffff transparent transparent;
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  box-sizing: border-box;
  height: 14px;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 14px;
}

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg);
  }

  to {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg);
  }

  to {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

.pswp__ui {
  -webkit-font-smoothing: auto;
  opacity: 1;
  visibility: visible;
  z-index: 1550;
}

.pswp__top-bar {
  height: 44px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right,
.pswp__caption,
.pswp__top-bar {
  -webkit-backface-visibility: hidden;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  will-change: opacity;
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__caption,
.pswp__top-bar {
  background-color: rgba(0, 0, 0, 0.5);
}

.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar {
  background-color: rgba(0, 0, 0, 0.3);
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right,
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}

.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__top-bar {
  opacity: 0.001;
}

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

.diary {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.diary__button {
  position: absolute;
}

.diary__canvas {
  transition: opacity 0.3s ease-in-out 0.4s;
}

.diary__canvas_hide,
.diary__static-image {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
  opacity: 0;
}

.diary__static-image {
  background-position: 50%;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.2s ease-in-out;
}

.diary__static-image.active {
      -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}

.diary__img_hidden {
  display: none;
}

.diary__zoom {
  -webkit-transform: translate(-50%, -50%);
  align-items: center;
  background-color: #b2ce55;
  border: 0;
  border-radius: 50%;
  display: flex;
  height: 60px;
  justify-content: center;
  left: 50%;
  margin: 0;
  outline: none;
  padding: 3px 0 0;
  position: absolute;
  top: 50%;
          transform: translate(-50%, -50%);
  width: 60px;
}

.diary__zoom-icon {
  height: 30px;
  width: 30px;
}

.question {
  display: flex;
  position: relative;
}

.question:before {
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.question__wrapper {
  margin: auto;
  position: relative;
  width: 850px;
}

.question__header {
  position: relative;
}

.question__footer {
  display: flex;
  justify-content: center;
}

.question__label {
  color: #ffffff;
  display: inline-block;
  font-weight: 700;
  margin: 0;
}

.question__label,
.question__label-border {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
}

.question__label-border {
  background: #b2ce55;
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
}

.question__items {
  list-style: none;
  margin: 0;
}

.question__item {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  color: hsla(0, 0%, 100%, 0.7);
  cursor: pointer;
  display: block;
      filter: alpha(opacity=0);
  font-weight: 700;
  line-height: 1.35;
  opacity: 0;
  position: relative;
  transition: color 0.2s ease-out;
  visibility: hidden;
}

.question__item.active {
  color: #ffffff;
}

.question__item.active:before {
      -ms-filter: none;
  -webkit-filter: none;
  -webkit-transform: scale(1);
          filter: none;
  opacity: 1;
          transform: scale(1);
  visibility: visible;
}

.question__item:before {
  -webkit-transform: scale(0.2);
  background-color: #b2ce55;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 50%;
          transform: scale(0.2);
  transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.question__button,
.question__item:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
}

.header__logotype {
  display: flex;
  text-decoration: none;
}

.header__logotype-image {
  height: auto;
  width: 100%;
}

.header__wrapper {
  justify-content: center;
}

.header__nav,
.header__wrapper {
  align-items: center;
  display: flex;
}

.header__nav {
  justify-content: space-between;
}

.header__nav-back-icon {
  margin-right: 10px;
}

.header__nav-cab span:first-child {
  margin-right: 5px;
}

.folder {
  position: relative;
}

.folder__img_hidden {
  display: none;
}

.folder__button {
  position: absolute;
}

.folder__canvas {
  transition: opacity 0.2s ease-in-out 0.2s;
}

.folder__canvas_hide,
.folder__static-image {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
  opacity: 0;
}

.folder__static-image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.2s ease-in-out;
}

.folder__static-image.active {
      -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}

.folder__zoom {
  -webkit-transform: translate(-50%, -50%);
  align-items: center;
  background-color: #b2ce55;
  border: 0;
  border-radius: 50%;
  display: flex;
  height: 60px;
  justify-content: center;
  left: 50%;
  margin: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
          transform: translate(-50%, -50%);
  width: 60px;
}

.folder__zoom-icon {
  height: 30px;
  width: 30px;
}

.sequence {
  background-color: #bbbbbb;
  overflow: hidden;
}

.sequence_simple .sequence__static-image {
      -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}

.sequence_phone .sequence__button {
  -webkit-transform: translateX(-50%);
  bottom: 21%;
  left: 50.5%;
          transform: translateX(-50%);
}

.sequence_flipchart .sequence__button {
  -webkit-transform: translateX(-50%);
  bottom: 13%;
  left: 50%;
          transform: translateX(-50%);
}

.sequence__bg {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: -webkit-filter 0.5s linear 3s, -webkit-transform 0.5s linear 3s;
  transition: filter 0.5s linear 3s, transform 0.5s linear 3s;
  transition: filter 0.5s linear 3s, transform 0.5s linear 3s, -webkit-filter 0.5s linear 3s, -webkit-transform 0.5s linear 3s;
}

.sequence__bg_blured {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.sequence__bg_blured:after {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.sequence__button {
  position: absolute;
}

.sequence__canvas {
  height: 100%;
  position: relative;
  transition: opacity 0.2s ease-in-out 0.2s;
  width: 100%;
}

.sequence__canvas_hide,
.sequence__static-image {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
  opacity: 0;
}

.sequence__static-image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.2s ease-in-out;
}

.sequence__static-image.active {
      -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}

.sequence__hidden {
  display: none;
}

.sequence__zoom {
  -webkit-transform: translate(-50%, -50%);
  align-items: center;
  background-color: #b2ce55;
  border: 0;
  border-radius: 50%;
  display: flex;
  height: 60px;
  justify-content: center;
  left: 50%;
  margin: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
          transform: translate(-50%, -50%);
  width: 60px;
}

.sequence__zoom-icon {
  height: 30px;
  width: 30px;
}

.audio {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.audio,
.audio__play-button {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  position: absolute;
}

.audio__play-button {
  -webkit-transform: translate(-50%, -50%);
  background: hsla(0, 0%, 100%, 0.1);
  border: 1px solid;
  border-radius: 80px;
  color: #ffffff;
  font-size: 20px;
  height: 80px;
  left: 50%;
  top: 50%;
          transform: translate(-50%, -50%);
  transition: opacity 0.15s ease-out;
  width: 80px;
}

.audio__play-button:focus {
  outline: 0;
}

.audio__button {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: translateY(-30px);
      filter: alpha(opacity=0);
  opacity: 0;
          transform: translateY(-30px);
  transition: opaicty 0.2s ease-out, visibility 0.2s ease-out, -webkit-transform 0.25s ease-out 0.1s;
  transition: opaicty 0.2s ease-out, visibility 0.2s ease-out, transform 0.25s ease-out 0.1s;
  transition: opaicty 0.2s ease-out, visibility 0.2s ease-out, transform 0.25s ease-out 0.1s, -webkit-transform 0.25s ease-out 0.1s;
  visibility: hidden;
}

.audio__button.visible {
      -ms-filter: none;
  -webkit-filter: none;
  -webkit-transform: translateY(0);
          filter: none;
  opacity: 1;
          transform: translateY(0);
  visibility: visible;
}

.test-end {
  align-items: center;
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.test-end:before {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.7);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -15px;
  content: "";
  left: -15px;
  position: absolute;
  right: -15px;
  top: -15px;
}

.test-end__wrapper {
  max-width: 540px;
  position: relative;
}

.test-end__title {
  color: #ffffff;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 25px;
  text-align: center;
}

.speech {
  overflow: hidden;
  position: relative;
}

.speech__hidden {
  display: none;
}

.speech__bg {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.speech__balloon {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  display: flex;
      filter: alpha(opacity=0);
  opacity: 0;
  padding: 0 10%;
}

.speech_text-right .speech__balloon {
  justify-content: flex-end;
}

.speech_text-left .speech__balloon {
  justify-content: flex-start;
}

.connection-loss {
  display: none;
}

.connection-loss_visible {
  display: block;
}

.connection-loss__cover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  background: #000000;
      filter: alpha(opacity=70);
  opacity: 0.7;
  z-index: 19;
}

.connection-loss__cover,
.connection-loss__popupContainer {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.connection-loss__popupContainer {
  align-items: center;
  display: flex;
  justify-content: center;
  z-index: 20;
}

.connection-loss__popup {
  background: linear-gradient(180deg, #b2ce55, #9bbc2b);
  border-radius: 4px;
  color: #ffffff;
  padding: 0 32px 40px;
  position: relative;
  text-align: center;
  width: 450px;
}

.connection-loss__image {
  -webkit-transform: translate(-50%);
  left: 50%;
  position: absolute;
  top: -90px;
          transform: translate(-50%);
}

.connection-loss__text {
  font-size: 21px;
  font-weight: 500;
  margin-top: 100px;
}

.another-tab-warning {
  display: none;
}

.another-tab-warning_visible {
  display: block;
}

.another-tab-warning__cover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  background: #000000;
      filter: alpha(opacity=70);
  opacity: 0.7;
  z-index: 19;
}

.another-tab-warning__cover,
.another-tab-warning__popupContainer {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.another-tab-warning__popupContainer {
  align-items: center;
  display: flex;
  justify-content: center;
  z-index: 20;
}

.another-tab-warning__popup {
  background: linear-gradient(180deg, #b2ce55, #9bbc2b);
  border-radius: 4px;
  color: #ffffff;
  padding: 0 32px 40px;
  position: relative;
  text-align: center;
  width: 450px;
}

.another-tab-warning__image {
  -webkit-transform: translate(-50%);
  left: 50%;
  position: absolute;
  top: -90px;
          transform: translate(-50%);
}

.another-tab-warning__text {
  font-size: 21px;
  font-weight: 500;
  margin-top: 100px;
}

.pay-modal {
  align-items: center;
  bottom: 0;
  display: none;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999999;
}

.pay-modal__visible {
  display: flex;
}

.pay-modal__cover {
  background-color: rgba(0, 0, 0, 0.27);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.pay-modal__loader {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: translate(-50%, -50%);
  align-items: center;
  background: #ffffff;
  display: flex;
      filter: alpha(opacity=0);
  height: 200px;
  justify-content: center;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
          transform: translate(-50%, -50%);
  transition: opacity 0.2s ease-in-out;
  width: 400px;
  z-index: 100;
}

.pay-modal__loader_visible {
      -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  opacity: 1;
  pointer-events: auto;
}

.pay-modal-popup {
  background-color: #ffffff;
  border-radius: 4px;
  height: 430px;
  padding: 92px 32px 40px;
  position: relative;
  width: 500px;
  z-index: 99;
}

.pay-modal__img-wrapper {
  -webkit-transform: translate(-50%);
  left: 50%;
  padding-right: 26px;
  position: absolute;
  top: -70px;
          transform: translate(-50%);
}

.pay-modal__input {
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #b2ce55;
  border-radius: 0;
  font-size: 16px;
  height: 35px;
  outline: 0 none;
  position: relative;
  transition: border-bottom 0.4s ease-in-out;
  width: 100%;
  z-index: 11;
}

.pay-modal__buttons {
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
}

.pay-modal__button {
  background-color: #ffffff !important;
  border-color: #b2ce55 !important;
  color: #000000;
  font-size: 14px !important;
  padding: 10px 20px !important;
}

.pay-modal__button:hover {
  background-color: #bbd469 !important;
  border-color: #bbd469 !important;
  color: #ffffff !important;
}

.pay-modal__button_accent {
  background-color: #b2ce55 !important;
  border-color: #b2ce55 !important;
  color: #ffffff;
}

.pay-modal__button_accent:hover {
  background-color: #bbd469 !important;
  border-color: #bbd469 !important;
}

.pay-modal__text {
  margin: 15px 0;
  text-align: center;
}

.pay-modal__pay {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  margin: 15px auto;
}

.pay-modal__pay-row {
  color: #595d62;
  margin-top: 15px;
  position: relative;
}

.pay-modal__pay-row .account-modal-buy__pay-promo-input {
  font-size: 14px;
}

.pay-modal__pay-promo-icon {
  bottom: 10px;
  font-size: 13px;
  left: 100%;
  position: absolute;
}

.pay-modal__pay-promo-icon .icon-cross {
  color: #f05656;
  font-size: 10px;
}

.pay-modal__pay-promo-icon .icon-ok {
  color: #b2ce55;
}

.pay-modal__form-control input {
  margin-top: 1px;
}

.pay-modal__count {
  color: #b2ce55;
  font-size: 25px;
}

.pay-modal__payment-buttons {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}

.pay-modal__payment-buttons button {
  height: 45px;
  padding: 6px 30px 12px;
}

.pay-modal__payment-buttons button img {
  height: 18px;
}

.pay-modal__payment-buttons button:first-child {
  margin-right: 15px;
}

.pay-modal__payment-button {
  background: transparent;
  border: 2px solid #b2ce55 !important;
  transition: all 0.2s ease-out;
}

.pay-modal__payment-button:hover {
  background: #b2ce55;
}

.pay-modal__payment-button_disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  background: rgba(121, 128, 135, 0.4) !important;
  border: 2px solid transparent !important;
  cursor: default !important;
      filter: alpha(opacity=50);
  opacity: 0.5;
}

.pay-modal__test {
  align-items: center;
  display: flex;
  justify-content: center;
}

.pay-modal__test-text {
  margin: 15px 0;
}

.pay-modal__icon {
  font-size: 60px;
}

.pay-modal__icon-error {
  color: #f05656;
}

.pay-modal__icon-ok {
  color: #b2ce55;
}

.pay-modal__icon-ok img {
  width: 80px;
}

.pay-modal__icon-loading-circles {
  -webkit-animation: spin 1s infinite linear;
          animation: spin 1s infinite linear;
  color: #b2ce55;
}

.pay-modal__info-message {
  background-color: #ffffff;
  padding: 40px 32px;
  position: relative;
  text-align: center;
  width: 500px;
  z-index: 999999;
}

.pay-modal__info-message-cross {
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 5px;
}

.pay-modal__img {
  display: flex;
}

.pay-modal__terms {
  margin-top: 20px;
  padding: 15px 0;
  position: relative;
}

.pay-modal__terms .form-control-default__checkbox {
  display: block;
  position: relative;
}

.pay-modal__terms .form-control-default__checkbox span {
  display: inline-block;
  font-size: 13px;
  position: relative;
  vertical-align: top;
}

.pay-modal__terms .form-control-default__checkbox span a {
  color: #b2ce55;
}

.pay-modal__terms input {
  position: relative;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }

  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.bold {
  font-weight: 600;
}

.testPage {
  position: relative;
}

.testPage__bg {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.testPage__img {
  display: none;
}

.testPage__progress {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
}

.testPage__progress-bar {
  background-color: #e1fc4c;
  height: 100%;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  border-bottom: none;
          text-decoration: underline;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  color: #007bff;
  text-decoration: none;
  transition: color 0.15s ease-in-out;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

p {
  margin-bottom: 15px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

.btn {
     -moz-user-select: none;
      -ms-user-select: none;
  -webkit-user-select: none;
  border: 1px solid transparent;
  border-radius: 35px;
  cursor: pointer;
  display: inline-block;
  line-height: 1.2;
  text-align: center;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, transform 0.15s ease-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

.btn:focus,
.btn:hover {
  text-decoration: none;
}

.btn.focus,
.btn:focus {
  outline: 0;
}

.btn.disabled,
.btn:disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  background: #d3d3d3;
  border-color: #d3d3d3;
  color: #ffffff;
  cursor: not-allowed;
      filter: alpha(opacity=90);
  opacity: 0.9;
  pointer-events: none;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-radius {
  border-radius: 40px;
}

.btn-sm {
  min-width: 280px;
}

.btn_small {
  border-radius: 20px !important;
  border-width: 1px;
  font-size: 13px !important;
  padding: 5px 7px !important;
}

.btn-default {
  border-color: #b2ce55;
  color: #000000;
}

.btn-default:hover {
  background-color: #bbd469;
  border-color: #bbd469;
  color: #ffffff;
}

.btn-default-2 {
  background-color: #ffffff;
  border-color: #b2ce55;
  color: #000000;
}

.btn-default-2:hover {
  border-color: #bbd469;
}

.btn-default-2:hover,
.btn-default-2__active {
  background-color: #bbd469;
  color: #ffffff;
}

.btn-primary {
  background-color: #b2ce55;
  border-color: #b2ce55;
  color: #ffffff;
}

.btn-primary:hover {
  background-color: #bbd469;
  border-color: #bbd469;
  color: #ffffff;
}

.btn-primary.focus,
.btn-primary:focus {
  outline: none;
}

.btn-primary:active {
  background-color: #a9c841;
  border-color: #a9c841;
}

.btn-secondary {
  background: transparent;
  color: #777777;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.pswp-thumbnails {
  visibility: hidden;
}

.pswp__ui--idle .pswp__top-bar {
      -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}

.pswp__button--zoom {
  background-position: -88px 0 !important;
  display: block;
}

.container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.embed-responsive {
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}

.embed-responsive:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.embed-responsive iframe,
.embed-responsive video {
  border: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@font-face {
  font-family: icomoon;
  font-style: normal;
  font-weight: 400;
  src: url(/assets/f/icomoon/icomoon.eot?4tesex);
  src: url(/assets/f/icomoon/icomoon.eot?4tesex#iefix) format("embedded-opentype"), url(/assets/f/icomoon/icomoon.ttf?4tesex) format("truetype"), url(/assets/f/icomoon/icomoon.woff?4tesex) format("woff"), url(/assets/f/icomoon/icomoon.svg?4tesex#icomoon) format("svg");
}

[class*=" icon-"],
[class^=icon-] {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: icomoon !important;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  speak: none;
  text-transform: none;
}

.icon-replay:before {
  content: "\E900";
}

.icon-unlocked:before {
  content: "\E901";
}

.icon-locked:before {
  content: "\E902";
}

.icon-pen:before {
  content: "\E903";
}

.icon-login:before {
  content: "\E904";
}

.icon-arrow-small-left:before {
  content: "\E905";
}

form {
  width: 100%;
}

.form-control {
  -webkit-appearance: none;
  background-clip: padding-box;
  background-color: #ffffff;
  border: none;
  border-bottom: 2px solid #b2ce55;
  border-radius: 0;
  color: #020303;
  display: block;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  padding: 7px 2px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  outline: 0;
}

.form-control::-webkit-input-placeholder {
      -ms-filter: none;
  -webkit-filter: none;
  color: #a5a5a5;
          filter: none;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  -ms-filter: none;
  color: #a5a5a5;
      filter: none;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  -ms-filter: none;
  color: #a5a5a5;
      filter: none;
  opacity: 1;
}

.form-control::placeholder {
      -ms-filter: none;
  -webkit-filter: none;
  color: #a5a5a5;
          filter: none;
  opacity: 1;
}

.form-control:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 35px #ffffff inset;
  -webkit-text-fill-color: #454545;
}

.form-control.invalid {
  border-color: #f05656;
  color: #f05656;
}

.form-control-checkbox {
  margin-bottom: 15px;
}

.form-control-checkbox input {
  display: none;
}

.form-control-checkbox input:checked+label:after {
  background-color: #b2ce55;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 4px;
  position: absolute;
  top: 8px;
  width: 8px;
}

.form-control-checkbox label {
  align-items: center;
  cursor: pointer;
  display: flex;
  padding-left: 24px;
  position: relative;
}

.form-control-checkbox label:before {
  border: 2px solid #b2ce55;
  border-radius: 50%;
  content: "";
  height: 16px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 16px;
}

.form-control-select .form-control-select__control {
  border: none;
  border-bottom: 2px solid #b2ce55;
  border-radius: 0;
  box-shadow: none;
}

.form-control-select .form-control-select__control:hover {
  border-color: #b2ce55;
}

.form-control-select .form-control-select__indicator,
.form-control-select .form-control-select__indicator:hover {
  color: #b2ce55;
}

.form-control-select .form-control-select__indicator-separator {
  display: none;
}

.form-control-select .form-control-select__menu {
  border-radius: 0;
  margin: 0;
}

.form-control-select .form-control-select__option:active {
  background-color: rgba(178, 206, 85, 0.8);
}

.form-control-select .form-control-select__option--is-focused {
  background-color: rgba(178, 206, 85, 0.5);
}

.form-control-select .form-control-select__option--is-selected {
  background-color: #b2ce55;
}

.form-group {
  margin-bottom: 15px;
  position: relative;
}

.form-group-preview {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)" !important;
  bottom: 0;
      filter: alpha(opacity=30) !important;
  height: 100px;
  opacity: 0.3 !important;
  overflow: hidden;
}

.form-group-preview:before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.form-icon {
  position: relative;
}

.form-icon:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #b7cd68;
  content: "\E902";
  font-family: icomoon;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  speak: none;
  text-transform: none;
  top: 50%;
}

.form-icon.active:before {
  content: "\E901";
}

.control-label {
  color: #020303;
  display: block;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 10px;
}

.control-label-small {
  color: rgba(2, 3, 3, 0.5);
  display: flex;
  font-size: 11px;
  margin-top: 5px;
}

.invalid-feedback,
.valid-feedback {
  font-size: 14px;
  margin-top: 4px;
  width: 100%;
}

.invalid-feedback {
  color: rgba(209, 42, 42, 0.82);
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1;
  position: absolute;
}

.link {
     -moz-user-select: none;
      -ms-user-select: none;
  -webkit-text-decoration: node;
  -webkit-user-select: none;
  color: #b2ce55;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  line-height: 1.2;
          text-decoration: node;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, transform 0.15s ease-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
          user-select: none;
  vertical-align: middle;
}

.link:focus,
.link:hover {
  color: #bbd469;
  text-decoration: none;
}

.link .icon-arrow-small-left {
  color: #d3d3d3;
}

.gt-select .gt-select__value-container {
  font-size: 16px;
  padding: 0;
}

.gt-select .gt-select__control {
  background: none;
  border-color: #b2ce55 !important;
  border-radius: 0;
  border-style: solid;
  border-width: 0 0 2px;
  min-height: 35px;
}

.gt-select .gt-select__control--is-focused {
  box-shadow: none;
}

.gt-select .gt-select__control--menu-is-open .gt-select__indicator {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.gt-select .gt-select__input input {
  height: auto;
}

.gt-select .gt-select__indicator {
  color: #b2ce55;
  padding: 8px;
}

.gt-select .gt-select__indicator:hover {
  color: #9bbc2b;
}

.gt-select .gt-select__indicator-separator {
  display: none;
}

.gt-select .gt-select__menu {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  border-top-color: transparent;
  box-shadow: none;
  margin: 0;
  z-index: 100;
}

.gt-select .gt-select__menu-list {
  padding: 0;
}

.gt-select .gt-select__option {
  color: #000000 !important;
  font-size: 13px;
  padding: 13px 10px;
  transition: background-color 0.2s ease-in-out;
}

.gt-select .gt-select__option--is-focused {
  background-color: rgba(178, 206, 85, 0.1);
}

.gt-select .gt-select__option--is-selected {
  background-color: #b2ce55;
}

.gt-select.gt-select-country {
  border: 1px solid #b2ce55;
  font-size: 13px;
}

.gt-select.gt-select-country .gt-select__indicator {
  padding: 3px;
}

.gt-select.gt-select-country .gt-select__control {
  border: 0;
  min-height: 27px;
  padding-left: 10px;
}

.gt-select.gt-select-country .gt-select__option {
  padding: 4px 10px;
}

.gt-select.gt-select-country .gt-select__menu {
  border: 1px solid #b2ce55;
}

.gt-select.gt-select-country .gt-select__value-container {
  font-size: 13px;
}

.gt-select.gt-select_accented .gt-select__control {
  border-color: #ecc48d !important;
}

.gt-select.gt-select_accented .gt-select__indicator {
  color: #ecc48d;
}

.gt-select.gt-select_accented .gt-select__indicator:hover {
  color: $beigeColorDark;
}

.gt-select.gt-select_accented .gt-select__single-value {
  color: $whiteColor;
}

.gt-select.gt-select_accented .gt-select__option--is-focused {
  background-color: rgba(236, 196, 141, 0.1);
}

.gt-select.gt-select_accented .gt-select__option--is-selected {
  background-color: #ecc48d;
}

input[type=checkbox],
input[type=radio] {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  cursor: pointer;
  display: block;
      filter: alpha(opacity=0);
  height: 16px;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: -8px;
  width: 16px;
  z-index: 10;
}

input[type=checkbox]:not([disabled])~span,
input[type=radio]:not([disabled])~span {
  cursor: pointer;
}

.static-form-label {
  font-size: 11px;
}

.static-form-label-grey {
  color: #818181;
}

.form-control-default {
  position: relative;
}

.form-control-default input {
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #b2ce55;
  border-radius: 0;
  font-size: 16px;
  height: 35px;
  outline: none;
  position: relative;
  transition: border-bottom 0.4s;
  width: 100%;
  z-index: 11;
}

.form-control-default input~span {
  font-size: 16px;
  left: 0;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  transition: all 0.4s;
}

.form-control-default input.brown-border {
  border-bottom: 2px solid #ecc48d;
  color: #ffffff;
}

.form-control-default input.brown-border~span {
  color: #ffffff;
  z-index: 10;
}

.form-control-default input.brown-border:focus~span,
.form-control-default input.brown-border:valid~span,
.form-control-default input.brown-border[readOnly]~span {
  color: #ecc48d Light;
  font-size: 11px;
  top: -3px;
}

.form-control-default input.grey-border {
  border-bottom: 2px solid #b2ce55;
  color: #020303;
}

.form-control-default input.grey-border[disabled] {
  border-bottom: 2px solid rgba(121, 128, 135, 0.4);
}

.form-control-default input.grey-border~span {
  color: #020303;
}

.form-control-default input.grey-border:focus~span,
.form-control-default input.grey-border:valid~span {
  color: #818181;
  font-size: 11px;
  top: -3px;
}

.form-control-default input.error-border {
  border-bottom: 2px solid #f05656;
}

.form-control-default input.error-border~span {
  color: #f05656 !important;
}

.form-control-default input::-webkit-input-placeholder {
  color: $blackColor;
}

.form-control-default input:-ms-input-placeholder {
  color: $blackColor;
}

.form-control-default input::-ms-input-placeholder {
  color: $blackColor;
}

.form-control-default input::placeholder {
  color: $blackColor;
}

.form-control-default input:focus~span,
.form-control-default input:valid~span,
.form-control-default input[readOnly]~span {
  font-size: 11px;
  top: -3px;
}

.form-control-default input[readOnly] {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  cursor: default;
      filter: alpha(opacity=50);
  opacity: 0.5;
}

.form-control-default__checkbox {
  display: flex;
  min-height: 1px;
  position: relative;
}

.form-control-default__checkbox.opacity {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
  opacity: 0;
}

.form-control-default__checkbox input:checked+span:before {
  background-color: #b2ce55;
}

.form-control-default__checkbox input:checked+span:after {
      -ms-filter: none;
  -webkit-filter: none;
  -webkit-transform: rotate(0);
          filter: none;
  opacity: 1;
          transform: rotate(0);
}

.form-control-default__checkbox span {
  color: #020303;
  cursor: pointer;
  display: flex;
  font-size: $font-size-xs;
  height: auto;
  line-height: 1.3;
  padding-left: 26px;
  position: absolute;
  text-align: left;
  top: -8px;
}

.form-control-default__checkbox span:before {
  border: 2px solid #b2ce55;
  border-radius: 2px;
  content: "";
  height: 16px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  transition: background-color 0.2s ease-out;
  width: 16px;
}

.form-control-default__checkbox span:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: rotate(-45deg);
  background-image: url(/assets/check.svg);
  background-position: -1px 0;
  background-repeat: no-repeat;
  background-size: 14px;
  content: "";
  fill: #ffffff;
      filter: alpha(opacity=0);
  font-size: 12px;
  height: 25px;
  left: 2px;
  opacity: 0;
  position: absolute;
  stroke: #ffffff;
  top: 1px;
          transform: rotate(-45deg);
  transition: all 0.2s ease-out;
  width: 25px;
}

.form-control-default__radio {
  position: relative;
}

.form-control-default__radio input:checked+span:after {
      -ms-filter: none;
  -webkit-filter: none;
  -webkit-transform: scale(1);
          filter: none;
  opacity: 1;
          transform: scale(1);
}

.form-control-default__radio input[disabled]+span {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
      filter: alpha(opacity=50);
  opacity: 0.5;
}

.form-control-default__radio span {
  color: #020303;
  display: flex;
  font-size: 16px;
  padding-left: 24px;
  position: relative;
  text-align: left;
}

.form-control-default__radio span:before {
  border: 2px solid #b2ce55;
  border-radius: 50%;
  bottom: 0;
  content: "";
  height: 16px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 16px;
}

.form-control-default__radio span:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: scale(3.4);
  background: #b2ce55;
  border-radius: 50%;
  bottom: 0;
  content: "";
      filter: alpha(opacity=0);
  height: 8px;
  left: 4px;
  margin: auto;
  opacity: 0;
  position: absolute;
  top: 0;
          transform: scale(3.4);
  transition: all 0.2s ease-out;
  width: 8px;
}

.form-control-default__radio.brown-border span {
  color: #ffffff;
}

.form-control-default__radio.brown-border span:before {
  border: 2px solid #ecc48d;
}

.form-control-error {
  color: #f05656;
  font-size: 11px;
  position: absolute;
  text-align: left;
}

.birth-date__form-input__birthday input[readOnly] {
  color: #c4c4c4;
}

html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

*,
:after,
:before {
  box-sizing: inherit;
}

body,
html {
  -moz-osx-font-smoothing: grayscale;
      -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-font-variant-ligatures: none;
  -webkit-text-size-adjust: 100%;
  font-size: 100%;
          font-variant-ligatures: none;
  height: 100%;
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

body .overflow-hidden,
html .overflow-hidden {
  overflow: hidden;
}

html.video {
  background: #ffffff !important;
}

body {
  -webkit-overflow-scrolling: touch;
  background-color: #ffffff;
  color: #191919;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
  position: relative;
}

#app {
  display: flex;
  flex-direction: column;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

.main {
  display: flex;
  flex-basis: auto;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 0;
}

.section-nav {
  background-color: hsla(0, 0%, 78.4%, 0.8);
  border-radius: 50%;
  height: 50px;
  margin-top: -25px;
  position: fixed;
  top: 50%;
  width: 50px;
  z-index: 10000;
}

.section-nav:before {
  -webkit-transform: translate(-50%, -50%);
  color: #333333;
  font-size: 30px;
  font-weight: 700;
  left: 50%;
  position: absolute;
  top: 50%;
          transform: translate(-50%, -50%);
}

.section-nav_next {
  right: 20px;
}

.section-nav_next:before {
  content: ">";
}

.section-nav_prev {
  left: 20px;
}

.section-nav_prev:before {
  content: "<";
}

.not-found__text,
.not-found__title {
  text-align: center;
}

.intro {
  background-image: url(/assets/i/room-3.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.intro:before {
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.intro__wrapper {
  padding: 300px 28% 170px;
}

.intro__header {
  margin-bottom: 15px;
}

.intro__body {
  padding-bottom: 225px;
}

.intro__footer {
  display: flex;
  justify-content: center;
}

.intro__title {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
}

.intro p {
  color: #aeaead;
  font-size: 20px;
}

.event {
  height: 0;
  padding-bottom: 71.11%;
  position: relative;
}

.event,
.event__figure {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.event__figure {
  bottom: 0;
  height: 850px;
  left: 0;
  position: absolute;
  width: 835px;
}

.event__dialog {
  left: 100%;
  margin-left: -190px;
  position: absolute;
  top: 65px;
  width: 480px;
}

.event__dialog-item {
  margin-top: 40px;
  position: relative;
}

.event__dialog-item:first-child {
  margin-top: 0;
  z-index: 3;
}

.event__dialog-item:nth-child(2) {
  margin-left: auto;
  margin-right: -70px;
  width: 90%;
  z-index: 2;
}

.event__dialog-item:nth-child(2):before {
  border: 30px solid #ffffff;
  border-radius: 50% 0 0 50%;
  border-right-width: 0;
  bottom: 100%;
  content: "";
  height: 200px;
  left: 180px;
  margin-bottom: -80px;
  position: absolute;
  width: 200px;
}

.event__dialog-item:nth-child(3) {
  margin-left: auto;
  width: 60%;
  z-index: 1;
}

.event__dialog-item:nth-child(3):before {
  border: 30px solid #ffffff;
  border-left-width: 0;
  border-radius: 0 50% 50% 0;
  bottom: 100%;
  content: "";
  height: 200px;
  margin-bottom: -80px;
  position: absolute;
  right: 90px;
  width: 200px;
}

.event__dialog-item:nth-child(n+2) .balloon:before {
  content: none;
}

.event__dialog_simple {
  top: -50px;
  width: 700px;
}

.event__dialog_simple .balloon__text {
  font-size: 21px;
}

.meeting-room {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 0;
  padding-bottom: 71.11%;
  position: relative;
}

.demo {
  margin: auto;
  max-width: 620px;
  padding-left: 15px;
  padding-right: 15px;
}

.demo__title {
  color: #1f2b37;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  margin-top: 0;
  text-align: center;
}

.demo__text {
  padding-bottom: 140px;
}

.demo__text p {
  color: #798087;
  font-size: 24px;
}

.call,
.demo__button {
  display: flex;
  justify-content: center;
}

.call {
  align-items: center;
  position: relative;
}

.call:before {
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.call__wrapper {
  position: relative;
}

.call__avatar {
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.call__position {
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}

.call__audio {
  display: flex;
  justify-content: center;
}

.call__audio>audio {
  visibility: hidden;
}

.call__timer {
  color: #ffffff;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

.call__ctrls {
  display: flex;
  justify-content: space-between;
}

.call__hidden {
  display: none;
}

.call__equalizer {
  background-repeat: no-repeat;
  border-radius: 10px 10px 0 0;
  height: 66.66666666666667px;
  width: 200px;
}

.call__equalizer-on {
  -webkit-animation: equalize 2s ease-in-out infinite;
          animation: equalize 2s ease-in-out infinite;
  background: linear-gradient(0deg, #00ff00, gold, orange) -32.333333333333336px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) -16.666666666666668px -39px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) -15.666666666666668px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 0 -58px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 1px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 16.666666666666668px -78px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 17.666666666666668px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 33.333333333333336px -32px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 34.333333333333336px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 50px -60px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 51px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 66.66666666666667px -35px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 67.66666666666667px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 83.33333333333334px -89px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 84.33333333333334px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 100px -75px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 101px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 116.66666666666667px -47px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 117.66666666666667px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 133.33333333333334px -67px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 134.33333333333334px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 150px -63px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 151px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 166.66666666666669px -74px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 167.66666666666669px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 183.33333333333334px -57px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 184.33333333333334px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 200px -75px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 201px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 216.66666666666669px -89px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 217.66666666666669px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 233.33333333333334px -65px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 234.33333333333334px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 250.00000000000003px -70px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 251.00000000000003px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 266.6666666666667px -74px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 267.6666666666667px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 283.33333333333337px -89px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 284.33333333333337px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 300px -72px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 301px 0/14.666666666666668px 80px;
}

@-webkit-keyframes equalize {
  0%,
  to {
    background: linear-gradient(0deg, #00ff00, gold, orange) -32.333333333333336px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) -16.666666666666668px -60px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) -15.666666666666668px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 0 -49px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 1px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 16.666666666666668px -80px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 17.666666666666668px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 33.333333333333336px -34px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 34.333333333333336px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 50px -32px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 51px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 66.66666666666667px -70px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 67.66666666666667px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 83.33333333333334px -28px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 84.33333333333334px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 100px -53px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 101px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 116.66666666666667px -87px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 117.66666666666667px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 133.33333333333334px -96px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 134.33333333333334px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 150px -60px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 151px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 166.66666666666669px -78px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 167.66666666666669px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 183.33333333333334px -66px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 184.33333333333334px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 200px -100px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 201px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 216.66666666666669px -52px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 217.66666666666669px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 233.33333333333334px -38px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 234.33333333333334px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 250.00000000000003px -23px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 251.00000000000003px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 266.6666666666667px -30px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 267.6666666666667px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 283.33333333333337px -73px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 284.33333333333337px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 300px -74px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 301px 0/14.666666666666668px 80px;
    background-repeat: no-repeat;
  }

  10% {
    background: linear-gradient(0deg, #00ff00, gold, orange) -32.333333333333336px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) -16.666666666666668px -90px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) -15.666666666666668px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 0 -26px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 1px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 16.666666666666668px -79px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 17.666666666666668px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 33.333333333333336px -26px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 34.333333333333336px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 50px -44px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 51px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 66.66666666666667px -100px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 67.66666666666667px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 83.33333333333334px -78px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 84.33333333333334px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 100px -94px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 101px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 116.66666666666667px -98px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 117.66666666666667px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 133.33333333333334px -73px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 134.33333333333334px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 150px -56px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 151px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 166.66666666666669px -96px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 167.66666666666669px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 183.33333333333334px -95px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 184.33333333333334px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 200px -87px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 201px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 216.66666666666669px -24px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 217.66666666666669px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 233.33333333333334px -23px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 234.33333333333334px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 250.00000000000003px -41px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 251.00000000000003px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 266.6666666666667px -94px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 267.6666666666667px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 283.33333333333337px -77px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 284.33333333333337px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 300px -69px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 301px 0/14.666666666666668px 80px;
    background-repeat: no-repeat;
  }

  20% {
    background: linear-gradient(0deg, #00ff00, gold, orange) -32.333333333333336px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) -16.666666666666668px -56px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) -15.666666666666668px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 0 -58px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 1px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 16.666666666666668px -72px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 17.666666666666668px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 33.333333333333336px -29px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 34.333333333333336px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 50px -92px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 51px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 66.66666666666667px -47px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 67.66666666666667px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 83.33333333333334px -55px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 84.33333333333334px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 100px -21px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 101px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 116.66666666666667px -71px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 117.66666666666667px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 133.33333333333334px -93px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 134.33333333333334px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 150px -82px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 151px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 166.66666666666669px -87px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 167.66666666666669px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 183.33333333333334px -39px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 184.33333333333334px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 200px -78px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 201px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 216.66666666666669px -73px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 217.66666666666669px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 233.33333333333334px -28px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 234.33333333333334px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 250.00000000000003px -82px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 251.00000000000003px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 266.6666666666667px -77px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 267.6666666666667px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 283.33333333333337px -85px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 284.33333333333337px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 300px -74px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 301px 0/14.666666666666668px 80px;
    background-repeat: no-repeat;
  }

  30% {
    background: linear-gradient(0deg, #00ff00, gold, orange) -32.333333333333336px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) -16.666666666666668px -87px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) -15.666666666666668px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 0 -47px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 1px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 16.666666666666668px -61px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 17.666666666666668px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 33.333333333333336px -37px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 34.333333333333336px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 50px -77px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 51px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 66.66666666666667px -65px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 67.66666666666667px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 83.33333333333334px -60px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 84.33333333333334px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 100px -45px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 101px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 116.66666666666667px -80px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 117.66666666666667px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 133.33333333333334px -98px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 134.33333333333334px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 150px -72px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 151px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 166.66666666666669px -54px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 167.66666666666669px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 183.33333333333334px -23px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 184.33333333333334px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 200px -76px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 201px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 216.66666666666669px -46px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 217.66666666666669px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 233.33333333333334px -59px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 234.33333333333334px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 250.00000000000003px -100px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 251.00000000000003px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 266.6666666666667px -98px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 267.6666666666667px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 283.33333333333337px -45px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 284.33333333333337px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 300px -99px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 301px 0/14.666666666666668px 80px;
    background-repeat: no-repeat;
  }

  40% {
    background: linear-gradient(0deg, #00ff00, gold, orange) -32.333333333333336px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) -16.666666666666668px -37px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) -15.666666666666668px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 0 -62px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 1px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 16.666666666666668px -52px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 17.666666666666668px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 33.333333333333336px -97px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 34.333333333333336px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 50px -55px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 51px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 66.66666666666667px -93px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 67.66666666666667px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 83.33333333333334px -99px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 84.33333333333334px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 100px -62px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 101px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 116.66666666666667px -88px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 117.66666666666667px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 133.33333333333334px -77px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 134.33333333333334px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 150px -50px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 151px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 166.66666666666669px -97px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 167.66666666666669px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 183.33333333333334px -39px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 184.33333333333334px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 200px -65px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 201px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 216.66666666666669px -82px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 217.66666666666669px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 233.33333333333334px -67px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 234.33333333333334px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 250.00000000000003px -64px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 251.00000000000003px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 266.6666666666667px -96px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 267.6666666666667px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 283.33333333333337px -96px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 284.33333333333337px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 300px -68px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 301px 0/14.666666666666668px 80px;
    background-repeat: no-repeat;
  }

  50% {
    background: linear-gradient(0deg, #00ff00, gold, orange) -32.333333333333336px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) -16.666666666666668px -90px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) -15.666666666666668px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 0 -56px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 1px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 16.666666666666668px -29px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 17.666666666666668px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 33.333333333333336px -82px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 34.333333333333336px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 50px -65px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 51px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 66.66666666666667px -57px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 67.66666666666667px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 83.33333333333334px -49px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 84.33333333333334px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 100px -86px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 101px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 116.66666666666667px -55px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 117.66666666666667px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 133.33333333333334px -31px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 134.33333333333334px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 150px -71px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 151px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 166.66666666666669px -55px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 167.66666666666669px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 183.33333333333334px -69px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 184.33333333333334px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 200px -82px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 201px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 216.66666666666669px -43px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 217.66666666666669px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 233.33333333333334px -66px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 234.33333333333334px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 250.00000000000003px -82px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 251.00000000000003px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 266.6666666666667px -78px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 267.6666666666667px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 283.33333333333337px -41px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 284.33333333333337px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 300px -30px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 301px 0/14.666666666666668px 80px;
    background-repeat: no-repeat;
  }

  60% {
    background: linear-gradient(0deg, #00ff00, gold, orange) -32.333333333333336px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) -16.666666666666668px -23px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) -15.666666666666668px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 0 -37px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 1px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 16.666666666666668px -99px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 17.666666666666668px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 33.333333333333336px -73px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 34.333333333333336px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 50px -27px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 51px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 66.66666666666667px -21px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 67.66666666666667px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 83.33333333333334px -74px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 84.33333333333334px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 100px -37px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 101px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 116.66666666666667px -77px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 117.66666666666667px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 133.33333333333334px -91px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 134.33333333333334px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 150px -39px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 151px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 166.66666666666669px -65px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 167.66666666666669px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 183.33333333333334px -28px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 184.33333333333334px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 200px -57px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 201px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 216.66666666666669px -43px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 217.66666666666669px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 233.33333333333334px -56px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 234.33333333333334px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 250.00000000000003px -26px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 251.00000000000003px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 266.6666666666667px -85px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 267.6666666666667px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 283.33333333333337px -84px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 284.33333333333337px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 300px -43px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 301px 0/14.666666666666668px 80px;
    background-repeat: no-repeat;
  }

  70% {
    background: linear-gradient(0deg, #00ff00, gold, orange) -32.333333333333336px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) -16.666666666666668px -27px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) -15.666666666666668px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 0 -78px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 1px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 16.666666666666668px -62px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 17.666666666666668px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 33.333333333333336px -100px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 34.333333333333336px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 50px -21px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 51px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 66.66666666666667px -82px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 67.66666666666667px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 83.33333333333334px -28px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 84.33333333333334px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 100px -40px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 101px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 116.66666666666667px -36px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 117.66666666666667px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 133.33333333333334px -95px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 134.33333333333334px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 150px -92px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 151px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 166.66666666666669px -82px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 167.66666666666669px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 183.33333333333334px -79px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 184.33333333333334px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 200px -71px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 201px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 216.66666666666669px -96px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 217.66666666666669px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 233.33333333333334px -87px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 234.33333333333334px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 250.00000000000003px -49px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 251.00000000000003px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 266.6666666666667px -81px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 267.6666666666667px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 283.33333333333337px -72px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 284.33333333333337px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 300px -93px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 301px 0/14.666666666666668px 80px;
    background-repeat: no-repeat;
  }

  80% {
    background: linear-gradient(0deg, #00ff00, gold, orange) -32.333333333333336px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) -16.666666666666668px -53px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) -15.666666666666668px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 0 -55px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 1px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 16.666666666666668px -40px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 17.666666666666668px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 33.333333333333336px -37px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 34.333333333333336px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 50px -36px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 51px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 66.66666666666667px -51px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 67.66666666666667px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 83.33333333333334px -93px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 84.33333333333334px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 100px -30px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 101px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 116.66666666666667px -27px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 117.66666666666667px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 133.33333333333334px -72px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 134.33333333333334px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 150px -27px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 151px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 166.66666666666669px -83px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 167.66666666666669px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 183.33333333333334px -20px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 184.33333333333334px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 200px -88px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 201px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 216.66666666666669px -75px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 217.66666666666669px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 233.33333333333334px -58px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 234.33333333333334px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 250.00000000000003px -44px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 251.00000000000003px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 266.6666666666667px -98px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 267.6666666666667px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 283.33333333333337px -24px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 284.33333333333337px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 300px -98px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 301px 0/14.666666666666668px 80px;
    background-repeat: no-repeat;
  }

  90% {
    background: linear-gradient(0deg, #00ff00, gold, orange) -32.333333333333336px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) -16.666666666666668px -66px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) -15.666666666666668px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 0 -85px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 1px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 16.666666666666668px -90px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 17.666666666666668px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 33.333333333333336px -87px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 34.333333333333336px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 50px -36px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 51px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 66.66666666666667px -57px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 67.66666666666667px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 83.33333333333334px -73px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 84.33333333333334px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 100px -95px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 101px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 116.66666666666667px -92px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 117.66666666666667px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 133.33333333333334px -69px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 134.33333333333334px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 150px -92px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 151px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 166.66666666666669px -48px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 167.66666666666669px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 183.33333333333334px -64px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 184.33333333333334px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 200px -93px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 201px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 216.66666666666669px -81px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 217.66666666666669px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 233.33333333333334px -52px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 234.33333333333334px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 250.00000000000003px -55px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 251.00000000000003px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 266.6666666666667px -83px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 267.6666666666667px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 283.33333333333337px -65px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 284.33333333333337px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 300px -42px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 301px 0/14.666666666666668px 80px;
    background-repeat: no-repeat;
  }
}

@keyframes equalize {
  0%,
  to {
    background: linear-gradient(0deg, #00ff00, gold, orange) -32.333333333333336px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) -16.666666666666668px -60px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) -15.666666666666668px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 0 -49px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 1px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 16.666666666666668px -80px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 17.666666666666668px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 33.333333333333336px -34px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 34.333333333333336px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 50px -32px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 51px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 66.66666666666667px -70px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 67.66666666666667px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 83.33333333333334px -28px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 84.33333333333334px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 100px -53px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 101px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 116.66666666666667px -87px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 117.66666666666667px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 133.33333333333334px -96px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 134.33333333333334px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 150px -60px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 151px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 166.66666666666669px -78px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 167.66666666666669px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 183.33333333333334px -66px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 184.33333333333334px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 200px -100px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 201px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 216.66666666666669px -52px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 217.66666666666669px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 233.33333333333334px -38px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 234.33333333333334px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 250.00000000000003px -23px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 251.00000000000003px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 266.6666666666667px -30px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 267.6666666666667px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 283.33333333333337px -73px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 284.33333333333337px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 300px -74px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 301px 0/14.666666666666668px 80px;
    background-repeat: no-repeat;
  }

  10% {
    background: linear-gradient(0deg, #00ff00, gold, orange) -32.333333333333336px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) -16.666666666666668px -90px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) -15.666666666666668px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 0 -26px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 1px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 16.666666666666668px -79px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 17.666666666666668px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 33.333333333333336px -26px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 34.333333333333336px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 50px -44px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 51px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 66.66666666666667px -100px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 67.66666666666667px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 83.33333333333334px -78px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 84.33333333333334px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 100px -94px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 101px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 116.66666666666667px -98px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 117.66666666666667px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 133.33333333333334px -73px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 134.33333333333334px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 150px -56px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 151px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 166.66666666666669px -96px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 167.66666666666669px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 183.33333333333334px -95px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 184.33333333333334px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 200px -87px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 201px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 216.66666666666669px -24px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 217.66666666666669px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 233.33333333333334px -23px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 234.33333333333334px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 250.00000000000003px -41px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 251.00000000000003px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 266.6666666666667px -94px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 267.6666666666667px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 283.33333333333337px -77px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 284.33333333333337px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 300px -69px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 301px 0/14.666666666666668px 80px;
    background-repeat: no-repeat;
  }

  20% {
    background: linear-gradient(0deg, #00ff00, gold, orange) -32.333333333333336px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) -16.666666666666668px -56px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) -15.666666666666668px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 0 -58px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 1px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 16.666666666666668px -72px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 17.666666666666668px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 33.333333333333336px -29px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 34.333333333333336px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 50px -92px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 51px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 66.66666666666667px -47px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 67.66666666666667px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 83.33333333333334px -55px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 84.33333333333334px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 100px -21px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 101px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 116.66666666666667px -71px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 117.66666666666667px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 133.33333333333334px -93px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 134.33333333333334px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 150px -82px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 151px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 166.66666666666669px -87px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 167.66666666666669px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 183.33333333333334px -39px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 184.33333333333334px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 200px -78px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 201px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 216.66666666666669px -73px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 217.66666666666669px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 233.33333333333334px -28px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 234.33333333333334px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 250.00000000000003px -82px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 251.00000000000003px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 266.6666666666667px -77px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 267.6666666666667px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 283.33333333333337px -85px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 284.33333333333337px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 300px -74px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 301px 0/14.666666666666668px 80px;
    background-repeat: no-repeat;
  }

  30% {
    background: linear-gradient(0deg, #00ff00, gold, orange) -32.333333333333336px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) -16.666666666666668px -87px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) -15.666666666666668px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 0 -47px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 1px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 16.666666666666668px -61px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 17.666666666666668px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 33.333333333333336px -37px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 34.333333333333336px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 50px -77px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 51px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 66.66666666666667px -65px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 67.66666666666667px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 83.33333333333334px -60px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 84.33333333333334px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 100px -45px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 101px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 116.66666666666667px -80px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 117.66666666666667px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 133.33333333333334px -98px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 134.33333333333334px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 150px -72px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 151px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 166.66666666666669px -54px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 167.66666666666669px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 183.33333333333334px -23px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 184.33333333333334px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 200px -76px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 201px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 216.66666666666669px -46px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 217.66666666666669px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 233.33333333333334px -59px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 234.33333333333334px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 250.00000000000003px -100px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 251.00000000000003px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 266.6666666666667px -98px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 267.6666666666667px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 283.33333333333337px -45px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 284.33333333333337px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 300px -99px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 301px 0/14.666666666666668px 80px;
    background-repeat: no-repeat;
  }

  40% {
    background: linear-gradient(0deg, #00ff00, gold, orange) -32.333333333333336px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) -16.666666666666668px -37px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) -15.666666666666668px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 0 -62px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 1px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 16.666666666666668px -52px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 17.666666666666668px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 33.333333333333336px -97px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 34.333333333333336px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 50px -55px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 51px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 66.66666666666667px -93px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 67.66666666666667px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 83.33333333333334px -99px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 84.33333333333334px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 100px -62px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 101px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 116.66666666666667px -88px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 117.66666666666667px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 133.33333333333334px -77px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 134.33333333333334px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 150px -50px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 151px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 166.66666666666669px -97px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 167.66666666666669px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 183.33333333333334px -39px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 184.33333333333334px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 200px -65px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 201px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 216.66666666666669px -82px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 217.66666666666669px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 233.33333333333334px -67px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 234.33333333333334px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 250.00000000000003px -64px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 251.00000000000003px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 266.6666666666667px -96px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 267.6666666666667px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 283.33333333333337px -96px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 284.33333333333337px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 300px -68px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 301px 0/14.666666666666668px 80px;
    background-repeat: no-repeat;
  }

  50% {
    background: linear-gradient(0deg, #00ff00, gold, orange) -32.333333333333336px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) -16.666666666666668px -90px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) -15.666666666666668px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 0 -56px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 1px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 16.666666666666668px -29px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 17.666666666666668px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 33.333333333333336px -82px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 34.333333333333336px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 50px -65px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 51px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 66.66666666666667px -57px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 67.66666666666667px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 83.33333333333334px -49px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 84.33333333333334px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 100px -86px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 101px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 116.66666666666667px -55px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 117.66666666666667px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 133.33333333333334px -31px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 134.33333333333334px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 150px -71px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 151px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 166.66666666666669px -55px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 167.66666666666669px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 183.33333333333334px -69px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 184.33333333333334px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 200px -82px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 201px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 216.66666666666669px -43px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 217.66666666666669px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 233.33333333333334px -66px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 234.33333333333334px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 250.00000000000003px -82px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 251.00000000000003px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 266.6666666666667px -78px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 267.6666666666667px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 283.33333333333337px -41px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 284.33333333333337px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 300px -30px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 301px 0/14.666666666666668px 80px;
    background-repeat: no-repeat;
  }

  60% {
    background: linear-gradient(0deg, #00ff00, gold, orange) -32.333333333333336px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) -16.666666666666668px -23px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) -15.666666666666668px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 0 -37px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 1px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 16.666666666666668px -99px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 17.666666666666668px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 33.333333333333336px -73px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 34.333333333333336px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 50px -27px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 51px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 66.66666666666667px -21px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 67.66666666666667px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 83.33333333333334px -74px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 84.33333333333334px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 100px -37px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 101px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 116.66666666666667px -77px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 117.66666666666667px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 133.33333333333334px -91px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 134.33333333333334px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 150px -39px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 151px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 166.66666666666669px -65px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 167.66666666666669px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 183.33333333333334px -28px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 184.33333333333334px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 200px -57px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 201px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 216.66666666666669px -43px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 217.66666666666669px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 233.33333333333334px -56px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 234.33333333333334px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 250.00000000000003px -26px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 251.00000000000003px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 266.6666666666667px -85px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 267.6666666666667px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 283.33333333333337px -84px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 284.33333333333337px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 300px -43px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 301px 0/14.666666666666668px 80px;
    background-repeat: no-repeat;
  }

  70% {
    background: linear-gradient(0deg, #00ff00, gold, orange) -32.333333333333336px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) -16.666666666666668px -27px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) -15.666666666666668px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 0 -78px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 1px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 16.666666666666668px -62px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 17.666666666666668px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 33.333333333333336px -100px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 34.333333333333336px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 50px -21px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 51px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 66.66666666666667px -82px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 67.66666666666667px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 83.33333333333334px -28px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 84.33333333333334px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 100px -40px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 101px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 116.66666666666667px -36px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 117.66666666666667px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 133.33333333333334px -95px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 134.33333333333334px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 150px -92px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 151px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 166.66666666666669px -82px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 167.66666666666669px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 183.33333333333334px -79px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 184.33333333333334px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 200px -71px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 201px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 216.66666666666669px -96px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 217.66666666666669px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 233.33333333333334px -87px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 234.33333333333334px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 250.00000000000003px -49px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 251.00000000000003px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 266.6666666666667px -81px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 267.6666666666667px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 283.33333333333337px -72px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 284.33333333333337px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 300px -93px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 301px 0/14.666666666666668px 80px;
    background-repeat: no-repeat;
  }

  80% {
    background: linear-gradient(0deg, #00ff00, gold, orange) -32.333333333333336px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) -16.666666666666668px -53px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) -15.666666666666668px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 0 -55px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 1px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 16.666666666666668px -40px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 17.666666666666668px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 33.333333333333336px -37px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 34.333333333333336px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 50px -36px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 51px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 66.66666666666667px -51px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 67.66666666666667px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 83.33333333333334px -93px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 84.33333333333334px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 100px -30px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 101px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 116.66666666666667px -27px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 117.66666666666667px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 133.33333333333334px -72px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 134.33333333333334px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 150px -27px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 151px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 166.66666666666669px -83px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 167.66666666666669px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 183.33333333333334px -20px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 184.33333333333334px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 200px -88px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 201px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 216.66666666666669px -75px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 217.66666666666669px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 233.33333333333334px -58px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 234.33333333333334px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 250.00000000000003px -44px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 251.00000000000003px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 266.6666666666667px -98px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 267.6666666666667px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 283.33333333333337px -24px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 284.33333333333337px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 300px -98px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 301px 0/14.666666666666668px 80px;
    background-repeat: no-repeat;
  }

  90% {
    background: linear-gradient(0deg, #00ff00, gold, orange) -32.333333333333336px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) -16.666666666666668px -66px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) -15.666666666666668px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 0 -85px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 1px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 16.666666666666668px -90px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 17.666666666666668px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 33.333333333333336px -87px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 34.333333333333336px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 50px -36px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 51px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 66.66666666666667px -57px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 67.66666666666667px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 83.33333333333334px -73px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 84.33333333333334px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 100px -95px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 101px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 116.66666666666667px -92px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 117.66666666666667px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 133.33333333333334px -69px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 134.33333333333334px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 150px -92px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 151px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 166.66666666666669px -48px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 167.66666666666669px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 183.33333333333334px -64px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 184.33333333333334px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 200px -93px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 201px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 216.66666666666669px -81px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 217.66666666666669px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 233.33333333333334px -52px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 234.33333333333334px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 250.00000000000003px -55px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 251.00000000000003px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 266.6666666666667px -83px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 267.6666666666667px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 283.33333333333337px -65px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 284.33333333333337px 0/14.666666666666668px 80px, linear-gradient(0deg, #111111, #111111) 300px -42px/16.666666666666668px 80px, linear-gradient(0deg, #00ff00, gold, orange) 301px 0/14.666666666666668px 80px;
    background-repeat: no-repeat;
  }
}

@media (max-width:767px) {
  .lang-component__desc {
    font-size: 14px;
  }

  .lang-component__btns {
    justify-content: space-between;
  }

  .lang-component__btns button {
    width: 48%;
  }

  .lang-component-wrap {
    padding: 0 15px 30px;
  }

  .lang-component-wrap__footer-button {
    width: 100%;
  }

  .info-turn-audio {
    padding-bottom: 40px;
  }

  .info-turn-audio__title {
    font-size: 24px;
    margin-bottom: 15px;
    text-align: center;
  }

  .welcome {
    padding-bottom: 30px;
  }

  .welcome__title {
    font-size: 22px;
    line-height: 1.3;
  }

  .welcome__subtext {
    margin: 20px 0 15px;
  }

  .welcome__promo-btns {
    margin-bottom: 40px;
  }

  .welcome__promo-button {
    width: 100%;
  }

  .welcome__subtext p,
  .welcome__text p {
    font-size: 16px;
    text-align: center;
  }

  .welcome__wrapper {
    padding-bottom: 20px;
  }

  .welcome__form-button {
    width: 100%;
  }

  .rules {
    padding: 30px 0 40px;
  }

  .rules__title {
    font-size: 24px;
    margin-bottom: 15px;
    text-align: center;
  }

  .rules__body {
    padding-bottom: 20px;
  }

  .registration,
  .registration__wrapper {
    width: 100%;
  }

  .registration__last-step-button {
    margin-bottom: 40px;
  }

  .alert {
    font-size: 14px;
    padding: 5px 10px;
  }

  .balloon__text-item {
    margin-top: 20px;
    max-width: 450px;
    padding: 15px 20px 18px;
  }

  .balloon__footer {
    padding-top: 20px;
  }

  .assistant__figure-wrap {
    height: 80px;
    width: 80px;
  }

  .assistant__figure {
    border-radius: 0 0 44px 44px;
    top: -24px;
    width: 80px !important;
  }

  .notification {
    padding: 40px 15px;
  }

  .notification__title {
    font-size: 24px;
    margin-bottom: 25px;
  }

  .message__body {
    align-self: center;
    border-radius: 10px;
    font-size: 18px;
    margin: 0 15px;
    padding: 15px 30px 18px;
  }

  .message__footer {
    margin-top: 30px;
  }

  .replay__button-replay {
    font-size: 50px !important;
    height: 100px;
    line-height: 90px !important;
    margin: 0 0 45px;
    width: 100px;
  }

  .diary {
    overflow: hidden;
  }

  .question {
    padding: 40px 15px;
  }

  .question__header {
    margin-bottom: 35px;
  }

  .question__body {
    margin-bottom: 40px;
  }

  .question__label {
    font-size: 22px;
    line-height: 1.2;
    padding: 0 0 0 25px;
  }

  .question__label-border {
    width: 4px;
  }

  .question__items {
    padding: 0 0 0 25px;
  }

  .question__item {
    font-size: 16px;
  }

  .question__item:nth-last-child(n+2) {
    margin-bottom: 30px;
  }

  .question__item:before {
    height: 8px;
    left: -25px;
    margin-top: -4px;
    width: 8px;
  }

  .header {
    padding: 13px 0 30px;
  }

  .header__logotype {
    -webkit-transform: translateX(-50%);
    left: 50%;
    position: absolute;
    top: 15px;
            transform: translateX(-50%);
    width: 140px;
  }

  .header__nav {
    flex-wrap: wrap;
    padding: 45px 15px 0;
  }

  .header__nav-back {
    align-items: center;
    display: flex !important;
    left: 15px;
    position: absolute;
    top: 18px;
  }

  .header__nav-cab {
    display: flex;
    justify-content: center;
    order: 3;
    width: 100%;
  }

  .header__lang {
    position: absolute;
    right: 15px;
    top: 15px;
  }

  .speech {
    display: flex;
  }

  .speech__balloon {
    margin: auto;
  }

  .pay-modal__form-control,
  .pay-modal__pay-row .test-list .gt-select {
    width: 100%;
  }

  .pay-modal__count {
    margin-left: 10px;
  }

  .testPage {
    overflow: hidden;
  }

  .testPage__bg {
    position: absolute;
  }

  .testPage__progress {
    background-color: rgba(0, 0, 0, 0.2);
    height: 6px;
  }

  .btn {
    font-size: 18px;
    padding: 12px 30px 13px;
  }

  .btn-md {
    min-width: 280px;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .form-control {
    font-size: 16px;
  }

  .form-control_icon {
    font-size: 16px;
    padding: 14px 0 13px 40px;
  }

  .form-icon:before {
    font-size: 24px;
    left: 10px;
    margin-top: -13px;
  }

  .invalid-feedback {
    position: relative;
  }

  .gt-select.gt-select-country {
    border-radius: 15px;
    width: 72px;
  }

  .demo__title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .call {
    padding: 40px 15px;
  }

  .call__avatar {
    height: 86px;
    width: 86px;
  }

  .call__position {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .call__timer {
    font-size: 24px;
    margin-bottom: 40px;
  }

  .call__ctrls .btn {
    margin: 0 10px;
  }
}

@media (min-width:768px) {
  .lang-component__btns button {
    width: 200px;
  }

  .lang-component__btns button+button {
    margin-left: 10px;
  }

  .lang-component-wrap {
    align-items: center;
    display: flex;
    flex-direction: column;
  }

  .info-turn-audio {
    padding-bottom: 65px;
  }

  .info-turn-audio__title {
    font-size: 30px;
    margin-bottom: 25px;
  }

  .welcome__title {
    font-size: 40px;
  }

  .welcome__subtext {
    margin-bottom: 40px;
    margin-top: 30px;
  }

  .welcome__promo-btns {
    margin-bottom: 95px;
  }

  .welcome__promo-button {
    width: 310px;
  }

  .welcome__subtext p,
  .welcome__text p {
    font-size: 24px;
  }

  .welcome__form {
    align-items: flex-start;
    display: flex;
  }

  .welcome__form .form-group {
    flex-grow: 1;
    padding-right: 45px;
  }

  .rules {
    padding-bottom: 165px;
    padding-top: 70px;
  }

  .rules__title {
    font-size: 30px;
    margin-bottom: 25px;
  }

  .rules__body {
    padding-bottom: 65px;
  }

  .registration {
    margin: auto;
  }

  .registration__wrapper {
    width: 480px;
  }

  .registration__last-step-button {
    margin-bottom: 80px;
  }

  .alert {
    font-size: 16px;
    padding: 12px 20px;
  }

  .balloon__text {
    font-weight: 600;
  }

  .balloon__text-item {
    margin-top: 40px;
    padding: 15px 20px;
    width: 480px;
  }

  .balloon__footer {
    padding-top: 35px;
  }

  .notification {
    padding-top: 200px;
  }

  .notification__title {
    font-size: 30px;
    margin-bottom: 45px;
  }

  .notification__content {
    font-weight: 700;
  }

  .notification__footer {
    padding: 0 0 170px;
  }

  .message__body {
    align-self: flex-start;
    border-radius: 0 30px 30px 0;
    font-size: 20px;
    margin-right: 40px;
    padding: 45px 60px 45px 100px;
  }

  .replay__button-replay {
    font-size: 95px !important;
    height: 180px;
    line-height: 180px !important;
    margin: 0 0 90px;
    width: 180px;
  }

  .question {
    padding: 30px;
  }

  .question__header {
    margin-bottom: 65px;
  }

  .question__body {
    margin-bottom: 85px;
  }

  .question__label {
    font-size: 30px;
    padding-left: 60px;
    padding-right: 50px;
  }

  .question__label-border {
    width: 10px;
  }

  .question__items {
    padding: 0 60px;
  }

  .question__item {
    font-size: 20px;
  }

  .question__item:nth-last-child(n+2) {
    margin-bottom: 70px;
  }

  .question__item:before {
    height: 14px;
    left: -60px;
    margin-top: -7px;
    width: 14px;
  }

  .header {
    padding-bottom: 50px;
  }

  .header__logotype {
    width: 246px;
  }

  .header__nav {
    padding: 0 20px;
    position: absolute;
    top: 20px;
    width: 100%;
  }

  .header__nav-back {
    flex-grow: 1;
  }

  .header__nav-cab {
    margin-left: 10px;
  }

  .speech {
    min-height: 700px;
  }

  .speech__balloon {
    left: 0;
    position: absolute;
    right: 0;
    top: 20%;
  }

  .pay-modal__pay {
    width: 380px;
  }

  .pay-modal__pay-row {
    align-items: center;
    display: flex;
    height: 30px;
    justify-content: space-between;
  }

  .pay-modal__pay-row .test-list .gt-select {
    width: 280px;
  }

  .pay-modal__count,
  .pay-modal__form-control {
    flex: 0 0 280px;
    width: 280px;
  }

  .testPage__bg {
    position: fixed;
  }

  .testPage__progress {
    height: 8px;
  }

  .btn {
    font-size: 24px;
    padding: 20px 40px;
  }

  .btn-xs {
    font-size: 16px;
    padding: 15px 40px;
  }

  .btn-md {
    min-width: 315px;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .form-control {
    font-size: 20px;
  }

  .form-control_icon {
    font-size: 22px;
    padding: 21px 20px 21px 60px;
  }

  .form-icon:before {
    font-size: 34px;
    left: 20px;
    margin-top: -17px;
  }

  .gt-select.gt-select-country {
    width: 111px;
  }

  .demo__title {
    font-size: 30px;
    margin-bottom: 50px;
  }

  .demo__button {
    margin-top: 100px;
  }

  .call:after {
    content: "";
    font-size: 0;
    min-height: inherit;
  }

  .call__wrapper {
    width: 620px;
  }

  .call__avatar {
    height: 216px;
    width: 216px;
  }

  .call__position {
    font-size: 30px;
    margin-bottom: 25px;
  }

  .call__timer {
    font-size: 30px;
    margin-bottom: 125px;
  }
}

@media (max-width:1023px) and (orientation:landscape) {
  .lang-component-wrap {
    padding: 0 15px 30px;
  }

  .welcome__promo-btns {
    margin-bottom: 40px;
  }

  .welcome__wrapper {
    padding-bottom: 20px;
  }

  .rules {
    padding: 30px 0 40px;
  }

  .balloon__text-item {
    margin-top: 20px;
  }

  .assistant__figure-wrap {
    height: 80px;
    width: 80px;
  }

  .assistant__figure {
    border-radius: 0 0 44px 44px;
    top: -24px;
    width: 80px !important;
  }

  .notification {
    padding-top: 60px;
  }

  .notification__footer {
    padding: 0 0 60px;
  }

  .message__body {
    border-radius: 0 10px 10px 0;
    font-size: 18px;
    padding: 15px 40px 20px;
  }

  .replay__button-replay {
    font-size: 50px !important;
    height: 100px;
    line-height: 90px !important;
    margin: 0 0 45px;
    width: 100px;
  }

  .question__header {
    margin-bottom: 35px;
  }

  .question__body {
    margin-bottom: 60px;
  }

  .question__label {
    font-size: 22px;
    line-height: 1.2;
    padding: 0 0 0 25px;
  }

  .question__item {
    font-size: 16px;
  }

  .question__item:nth-last-child(n+2) {
    margin-bottom: 35px;
  }

  .speech {
    min-height: auto;
  }

  .testPage__progress {
    background-color: rgba(0, 0, 0, 0.2);
    height: 6px;
  }

  .btn {
    font-size: 18px;
    padding: 12px 30px 13px;
  }

  .form-control_icon {
    font-size: 16px;
    padding: 14px 0 13px 40px;
  }

  .form-icon:before {
    font-size: 24px;
    left: 10px;
    margin-top: -13px;
  }

  .call {
    padding: 40px 15px;
  }

  .call__avatar {
    height: 86px;
    width: 86px;
  }

  .call__timer {
    font-size: 24px;
    margin-bottom: 40px;
  }
}

@media (min-width:1024px) {
  .info-turn-audio__wrap {
    padding-left: 20%;
    padding-right: 20%;
  }

  .welcome {
    padding: 15px;
  }

  .welcome__form,
  .welcome__wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 720px;
  }

  .rules__wrapper {
    padding-left: 20%;
    padding-right: 20%;
  }

  .balloon__text-inner {
    min-height: 50px;
  }

  .balloon__text-item:first-child:before {
    border-color: #ffffff transparent transparent;
    border-style: solid;
    border-width: 40px 20px 0 0;
    content: "";
    height: 0;
    position: absolute;
    width: 0;
  }

  .assistant_text-right .balloon__text-item:first-child:before,
  .speech_text-right .balloon__text-item:first-child:before {
    -webkit-transform: rotate(45deg) translateZ(-1px);
    bottom: -20px;
    left: -6px;
            transform: rotate(45deg) translateZ(-1px);
  }

  .assistant_text-left .balloon__text-item:first-child:before,
  .speech_text-left .balloon__text-item:first-child:before {
    -webkit-transform: rotate(-75deg) translateZ(-1px);
    bottom: -10px;
    right: -25px;
            transform: rotate(-75deg) translateZ(-1px);
  }

  .assistant_text-right .balloon__text-item:nth-child(2),
  .speech_text-right .balloon__text-item:nth-child(2) {
    margin-left: auto;
    margin-right: -70px;
  }

  .balloon__text-item:nth-child(2):before {
    border: 30px solid #ffffff;
    border-radius: 50% 0 0 50%;
    border-right-width: 0;
    bottom: 100%;
    content: "";
    height: 200px;
    left: 120px;
    margin-bottom: -80px;
    position: absolute;
    width: 200px;
  }

  .balloon__text-item:nth-child(3) {
    width: 90%;
    z-index: 1;
  }

  .assistant_text-right .balloon__text-item:nth-child(3),
  .speech_text-right .balloon__text-item:nth-child(3) {
    margin-left: auto;
    margin-right: -70px;
  }

  .balloon__text-item:nth-child(3):before {
    border: 30px solid #ffffff;
    border-left-width: 0;
    border-radius: 0 50% 50% 0;
    bottom: 100%;
    content: "";
    height: 200px;
    margin-bottom: -80px;
    position: absolute;
    right: 90px;
    width: 200px;
  }

  .assistant__balloon {
    bottom: 100%;
    left: 100%;
    margin: 0 0 -30px 50px;
    position: absolute;
  }

  .diary {
    height: 0 !important;
    padding-bottom: 56.25%;
  }

  .diary__button {
    bottom: 12%;
    right: 20.5%;
  }

  .diary__static-image {
    background-size: cover;
  }

  .header {
    padding-top: 50px;
  }

  .folder {
    height: 0;
    padding-bottom: 56.25%;
  }

  .folder__button {
    -webkit-transform: translateX(-50%);
    left: 70%;
    top: 90%;
            transform: translateX(-50%);
  }
}

@media (min-width:768px) and (max-width:1023px) {
  .info-turn-audio__wrap,
  .rules__wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }

  .assistant__figure-wrap {
    height: 140px;
    width: 140px;
  }

  .assistant__figure {
    border-radius: 0 0 70px 70px;
    top: -30px;
    width: 140px !important;
  }

  .header {
    padding-top: 80px;
  }

  .container {
    width: 740px;
  }
}

@media (max-width:600px) {
  .welcome__promo-btns {
    flex-direction: column;
  }

  .welcome__promo-button:first-child {
    margin: 0 0 15px;
  }

  .call__wrapper {
    width: 100%;
  }

  .call__ctrls {
    flex-direction: column;
  }

  .call__ctrls .btn {
    margin: 0 0 15px;
  }
}

@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
  .assistant__ie-bg {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background-color: #cbc2bb;
    bottom: 0;
        filter: alpha(opacity=0);
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 1s ease-in-out;
    z-index: 4;
  }

  .assistant__ie-bg_visible {
        -ms-filter: none;
    -webkit-filter: none;
            filter: none;
    opacity: 1;
  }

  .assistant__bg {
    z-index: 3;
  }

  .assistant__figure {
    z-index: 5;
  }

  .video__element {
    height: auto;
  }

  .sequence__canvas,
  .sequence__static-image {
    transition-property: none;
  }
}

@media (max-width:1023px) {
  .assistant__figure-wrap {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background-color: #d3d3d3;
    border-radius: 50%;
    bottom: 15px;
        filter: alpha(opacity=0);
    left: 15px;
    opacity: 0;
    position: fixed;
    transition: opacity 0.2s ease-in-out;
    z-index: 100;
  }

  .assistant__figure-wrap_visible {
        -ms-filter: none;
    -webkit-filter: none;
            filter: none;
    opacity: 1;
  }

  .assistant__figure {
    left: 0;
  }

  .assistant__balloon {
    -webkit-transform: none !important;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 15px;
            transform: none !important;
  }

  .diary__button {
    bottom: 40px;
    left: 50%;
    margin-left: -140px;
  }

  .diary__canvas {
    -webkit-transform: translateY(-50%);
    left: 0;
    padding-bottom: 56.25%;
    position: absolute;
    right: 0;
    top: 50%;
            transform: translateY(-50%);
  }

  .diary__canvas canvas {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }

  .diary__static-image {
    background-size: contain;
  }

  .folder,
  .question {
    overflow: hidden;
  }

  .folder {
    height: 100%;
  }

  .folder__button {
    bottom: 40px;
    left: 50%;
    margin-left: -140px;
  }

  .folder__canvas {
    -webkit-transform: translateY(-50%);
    left: 0;
    padding-bottom: 56.25%;
    position: absolute;
    right: 0;
    top: 50%;
            transform: translateY(-50%);
  }

  .folder__canvas canvas {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }

  .call {
    overflow: hidden;
  }
}

@media (min-width:1024px) and (max-width:1219px) {
  .assistant__figure {
    width: 10%;
  }

  .assistant__balloon {
    margin-left: -40px;
  }

  .container {
    width: 980px;
  }
}

@media (min-width:1220px) and (max-height:750px) {
  .assistant__figure {
    top: 12%;
  }
}

@media (max-height:750px) {
  .notification__body {
    margin: 0 0 50px;
  }

  .notification__content {
    font-size: 17px;
  }
}

@media (max-width:1023px) and (orientation:portrait) {
  .video__element {
    -webkit-transform: translateY(-50%);
    bottom: auto;
    height: auto;
    top: 50%;
            transform: translateY(-50%);
  }
}

@media (-webkit-min-device-pixel-ratio:1.1),(-webkit-min-device-pixel-ratio:1.09375),(min-resolution:1.1dppx),(min-resolution:105dpi) {
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(/assets/react-photoswipe/default-skin.svg);
  }

  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}

@media screen and (max-width:1024px) {
  .pswp__preloader {
    float: right;
    left: auto;
    margin: 0;
    position: relative;
    top: auto;
  }
}

@media (min-aspect-ratio:16/9) {
  .sequence {
    height: 0 !important;
    padding-bottom: 56.25%;
    position: relative;
  }
}

@media (max-aspect-ratio:16/9) {
  .sequence {
    -webkit-transform: translateX(-50%);
    left: 50%;
    position: absolute;
    top: 0;
            transform: translateX(-50%);
    width: 177.77778vh;
  }
}

@media (min-width:1220px) {
  .container {
    width: 1180px;
  }
}
