/*!***************************************************************************************************************************************************************************************************************!*\
  !*** css ../css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!../sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!../../assets/scss/style.scss ***!
  \***************************************************************************************************************************************************************************************************************/
/**
 * Styles for SparkOH Space Mission
 */
:root {
  --content-max-width: 800px;
}

html,
body {
  overflow-x: hidden;
  overscroll-behavior: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -webkit-tap-highlight-color: transparent;
  background-color: var(--wp--preset--color--contrast) !important;
  margin-top: 0 !important;
}

@media screen and (max-width: 782px) {
  html {
    margin-top: 0 !important;
  }
  html #wpadminbar {
    display: none;
  }
}

@keyframes float {
  0% {
    transform: translate3d(0, 0, 0);
  }
  25% {
    transform: translate3d(0, 6%, 0);
  }
  50% {
    transform: translate3d(0, 0, 0);
  }
  75% {
    transform: translate3d(0, -6%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes float-astronaut {
  0% {
    transform: translate3d(0, 0, 0) rotate(8deg);
  }
  50% {
    transform: rotate(-5deg) translate3d(0, -15px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(8deg);
  }
}

@keyframes opacity {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .7;
  }
  100% {
    opacity: 1;
  }
}

body:not(.wp-admin) #wpadminbar {
  position: relative !important;
}

body:not(.wp-admin) .screen-wrapper:after {
  animation: opacity 15s ease-in-out;
  animation-iteration-count: infinite;
}

body:not(.wp-admin) .planets > .wp-block-group {
  filter: grayscale(1) brightness(0.5) drop-shadow(0 0 20px rgba(255, 255, 255, 0.1));
  opacity: .65;
  max-height: 9vh;
  width: auto;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

body:not(.wp-admin) .planets > .wp-block-group.active {
  opacity: 1;
  filter: drop-shadow(0 0 20px #fff);
}

body:not(.wp-admin) .planets > .wp-block-group.active > * {
  animation: float 6s ease-in-out;
  animation-iteration-count: infinite;
}

body:not(.wp-admin) .planets > .wp-block-group.active img {
  transform: translate3d(0, 0, 0);
}

body:not(.wp-admin) .planets > .wp-block-group.active:after {
  content: '';
  position: absolute;
  bottom: 5%;
  right: 0;
  z-index: 9;
  pointer-events: none;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m10 15.586-3.293-3.293-1.414 1.414L10 18.414l9.707-9.707-1.414-1.414z'/%3E%3C/svg%3E") no-repeat center;
  background-size: 80%;
  width: 25px;
  height: auto;
  border-radius: 500px;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

body:not(.wp-admin) .astronaut {
  animation: float-astronaut 6s ease-in-out;
  animation-iteration-count: infinite;
}

body:not(.wp-admin) .big-planet {
  animation: float 6s ease-in-out;
  animation-iteration-count: infinite;
}

body:not(.wp-admin) .new-message-popup, body:not(.wp-admin) .success-popup {
  opacity: 0;
  margin: 0;
  padding: clamp(25px, 2vw, 50px) !important;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  overflow-x: hidden;
  overflow-y: auto;
  transition: transform .25s ease-in-out, opacity .25s ease-in-out;
  transition-delay: 0s;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  max-width: var(--content-max-width);
}

body:not(.wp-admin) .new-message-popup > .wp-block-group, body:not(.wp-admin) .success-popup > .wp-block-group {
  transform: translate3d(0, -50%, 0);
  opacity: 0;
  overflow-y: auto;
  max-height: 70vh;
  width: 100%;
  max-width: 600px;
}

body:not(.wp-admin) .new-message-popup.active, body:not(.wp-admin) .success-popup.active {
  opacity: 1;
  pointer-events: auto;
  transition-delay: .5s;
}

body:not(.wp-admin) .new-message-popup.active > .wp-block-group, body:not(.wp-admin) .success-popup.active > .wp-block-group {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

body:not(.wp-admin) .panel-specific-popups {
  opacity: 0;
  margin: 0;
  padding: clamp(25px, 2vw, 50px) !important;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  overflow-x: hidden;
  overflow-y: auto;
  transition: transform .25s ease-in-out, opacity .25s ease-in-out;
  transition-delay: 0s;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  max-width: var(--content-max-width);
}

body:not(.wp-admin) .panel-specific-popups.active {
  opacity: 1;
  pointer-events: auto;
  transition-delay: .5s;
}

body:not(.wp-admin) .panel-specific-popups.active + .mission-accomplished {
  opacity: 0 !important;
  pointer-events: none !important;
}

body:not(.wp-admin) .panel-specific-popups > .wp-block-group {
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: transform .25s ease-in-out, opacity .25s ease-in-out;
  opacity: 0;
  flex-direction: column;
  pointer-events: none;
  overflow-y: auto;
  overflow-x: hidden;
  padding-top: 50px !important;
  padding-bottom: 100px !important;
}

body:not(.wp-admin) .panel-specific-popups > .wp-block-group > * {
  width: 100%;
}

body:not(.wp-admin) .panel-specific-popups > .wp-block-group > *:only-child {
  margin-top: auto;
  margin-bottom: auto;
}

body:not(.wp-admin) .panel-specific-popups > .wp-block-group.active {
  display: flex;
  opacity: 1;
  pointer-events: auto;
}

body:not(.wp-admin) .mission-accomplished {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  overflow-y: scroll;
  transition: opacity .25s ease-in-out;
  margin: 0;
  max-width: var(--content-max-width);
}

body:not(.wp-admin) .mission-accomplished.active {
  opacity: 1;
  pointer-events: auto;
}

body:not(.wp-admin) .wp-block-button__link:active {
  transform: translate3d(0, 0, 0) scale(0.95);
  opacity: .8;
}

body:not(.wp-admin) .wp-block-button__link:after {
  transform: none !important;
}

body:not(.wp-admin) .wp-block-getwid-images-slider.has-images-center .slick-track {
  gap: 10px;
}

body:not(.wp-admin) .wp-block-getwid-images-slider.has-images-center .wp-block-getwid-images-slider__item {
  border-radius: 12px;
  overflow: hidden;
}

body:not(.wp-admin) .wp-block-heading em {
  font-style: normal;
  font-size: 0.9em;
  opacity: .5;
}

body:not(.wp-admin) .wp-block-embed {
  width: 100%;
}

body:not(.wp-admin) .wp-block-embed iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
}

body:not(.wp-admin) .wp-block-embed .wp-block-embed__wrapper {
  display: flex;
}

body:not(.wp-admin) .wp-block-embed .wp-element-caption {
  text-align: center;
  padding: 10px;
  margin: 0;
  font-weight: 600;
  color: inherit;
}

body:not(.wp-admin) .wp-block-embed,
body:not(.wp-admin) .wp-block-gallery .wp-block-image,
body:not(.wp-admin) .wp-block-image.is-style-small-rounded,
body:not(.wp-admin) .wp-block-getwid-image-hotspot__wrapper {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 50px rgba(255, 255, 255, 0.6);
  margin-left: -2vw;
  margin-right: -2vw;
}

body:not(.wp-admin) .btn-close-popup {
  position: absolute;
  top: 0;
  right: 10px;
  margin: 0;
  width: 52px;
  height: 52px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 0 0 500px 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: .75;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  transition: opacity .25s ease-in-out, box-shadow .25s ease-in-out;
}

body:not(.wp-admin) .btn-close-popup:after {
  content: '';
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m16.192 6.344-4.243 4.242-4.242-4.242-1.414 1.414L10.535 12l-4.242 4.242 1.414 1.414 4.242-4.242 4.243 4.242 1.414-1.414L13.364 12l4.242-4.242z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m16.192 6.344-4.243 4.242-4.242-4.242-1.414 1.414L10.535 12l-4.242 4.242 1.414 1.414 4.242-4.242 4.243 4.242 1.414-1.414L13.364 12l4.242-4.242z'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 70%;
          mask-size: 70%;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: var(--wp--preset--color--contrast);
  transition: transform .25s ease-in-out;
}

body:not(.wp-admin) .btn-close-popup:active {
  opacity: 1;
  box-shadow: none;
}

body:not(.wp-admin) .btn-close-popup:active:after {
  -webkit-mask-size: 50%;
          mask-size: 50%;
}

body:not(.wp-admin) input.input-name {
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
  min-height: 55px;
  font-weight: 600;
}

body:not(.wp-admin) input.input-name:not(:-moz-placeholder-shown) {
  background: #fff;
  color: var(--wp--preset--color--contrast);
}

body:not(.wp-admin) input.input-name:focus, body:not(.wp-admin) input.input-name:focus-within, body:not(.wp-admin) input.input-name:not(:placeholder-shown) {
  background: #fff;
  color: var(--wp--preset--color--contrast);
}

body:not(.wp-admin) input.input-name:focus::-moz-placeholder, body:not(.wp-admin) input.input-name:focus-within::-moz-placeholder, body:not(.wp-admin) input.input-name:not(:placeholder-shown)::-moz-placeholder {
  color: transparent;
}

body:not(.wp-admin) input.input-name:not(:-moz-placeholder-shown)::placeholder {
  color: transparent;
}

body:not(.wp-admin) input.input-name:focus::placeholder, body:not(.wp-admin) input.input-name:focus-within::placeholder, body:not(.wp-admin) input.input-name:not(:placeholder-shown)::placeholder {
  color: transparent;
}

body:not(.wp-admin) .rockets {
  width: 60%;
  margin: 0 auto;
}

body:not(.wp-admin) .rockets > .wp-block-image {
  transition: opacity .25s ease-in-out;
}

body:not(.wp-admin) .rockets > .wp-block-image:not(.selected) {
  opacity: 0;
  width: 0;
}

body:not(.wp-admin) .rockets-next, body:not(.wp-admin) .rockets-prev {
  width: 52px;
  height: 52px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: .75;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  transform-origin: center;
  transition: opacity .25s ease-in-out, box-shadow .25s ease-in-out, transform .25s ease-in-out;
}

body:not(.wp-admin) .rockets-next:active, body:not(.wp-admin) .rockets-prev:active {
  transform: translate3d(0, 0, 0) scale(0.55);
  opacity: .8;
}

body:not(.wp-admin) .rockets-next {
  margin-left: auto;
}

body:not(.wp-admin) .certificate-name {
  min-height: 30px;
  text-align: center;
  line-height: 1.15;
}

body:not(.wp-admin) .certificate-wrapper .planets > .wp-block-group.active:after {
  display: none !important;
}

body:not(.wp-admin) .new-diploma-link {
  display: none;
}

body:not(.wp-admin).certificate-is-prefilled .new-diploma-link {
  display: block;
}

body:not(.wp-admin).certificate-is-prefilled .new-diploma-anchor {
  display: none;
}

body:not(.wp-admin).certificate-is-prefilled .hide-if-prefilled, body:not(.wp-admin).certificate-is-prefilled .heading, body:not(.wp-admin).certificate-is-prefilled .certificate-form {
  display: none !important;
}

body:not(.wp-admin).certificate-is-prefilled .entry-content > .wp-block-group > .wp-block-group {
  max-width: 100%;
  overflow: hidden;
  flex-direction: column;
}

body:not(.wp-admin).certificate-is-prefilled .entry-content > .wp-block-group > .wp-block-group > * {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}

body:not(.wp-admin).certificate-is-prefilled .certificate {
  aspect-ratio: 16/10;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

@media screen and (min-width: 782px) {
  body:not(.wp-admin).certificate-is-prefilled .certificate {
    font-size: 35px;
  }
  body:not(.wp-admin).certificate-is-prefilled .certificate .certificate-name {
    margin-bottom: 20px !important;
  }
  body:not(.wp-admin).certificate-is-prefilled .certificate > .hidden-print {
    min-width: 450px;
  }
}

@media screen and (min-width: 782px) {
  body:not(.wp-admin).certificate-is-prefilled .logos {
    margin-top: 20px !important;
  }
  body:not(.wp-admin).certificate-is-prefilled .logos > * {
    width: 100% !important;
    flex-basis: 100% !important;
  }
  body:not(.wp-admin).certificate-is-prefilled .logos .wp-block-image {
    max-width: 130px;
    width: auto;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body:not(.wp-admin).certificate-is-prefilled .logos .wp-block-image img {
    max-height: 100px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

body.wp-admin .particle {
  display: none;
}

body.wp-admin .planets {
  pointer-events: none;
}

body:not(.wp-admin) .lang-switcher {
  position: fixed;
  z-index: 999;
  left: 0;
  bottom: 0;
  right: 0;
  max-width: var(--content-max-width);
  padding: var(--wp--preset--spacing--medium);
  margin: 0;
}

.lang-switcher .wp-block-button .wp-block-button__link {
  padding: 2px;
  width: 40px;
  height: auto;
  aspect-ratio: 1;
  line-height: 1;
}

.lang-switcher .wp-block-button .wp-block-button__link:active {
  opacity: .7;
  transform: translate3d(0, 0, 0) scale(0.8);
}

.page-id-7 .lang-switcher .lang-fr,
.page-id-124 .lang-switcher .lang-nl,
.page-id-122 .lang-switcher .lang-en {
  display: none;
}

body:not(.wp-admin) .visible-lang-fr, body:not(.wp-admin) .visible-lang-en, body:not(.wp-admin) .visible-lang-nl {
  display: none !important;
}

[lang*="fr"] body:not(.wp-admin) .visible-lang-fr,
[lang*="nl"] body:not(.wp-admin) .visible-lang-nl,
[lang*="en"] body:not(.wp-admin) .visible-lang-en {
  display: block !important;
}

/* Particles */
.particles {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}

.circle-container {
  position: absolute;
  transform: translate3d(0, -10vh, 0);
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.circle-container .circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  mix-blend-mode: screen;
  background-image: radial-gradient(#99ffff, #99ffff 10%, rgba(153, 255, 255, 0) 56%);
  animation: fadein-frames 200ms infinite, scale-frames 2s infinite;
}

@keyframes fade-frames {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}

@keyframes scale-frames {
  0% {
    transform: translate3d(0, 0, 0) scale3d(0.4, 0.4, 1);
  }
  50% {
    transform: translate3d(0, 0, 0) scale3d(2.2, 2.2, 1);
  }
  100% {
    transform: translate3d(0, 0, 0) scale3d(0.4, 0.4, 1);
  }
}

.circle-container:nth-child(1) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-1;
  animation-duration: 30739ms;
  animation-delay: 11711ms;
}

@keyframes move-frames-1 {
  from {
    transform: translate3d(91vw, 108vh, 0);
  }
  to {
    transform: translate3d(57vw, -132vh, 0);
  }
}

.circle-container:nth-child(1) .circle {
  animation-delay: 1302ms;
}

.circle-container:nth-child(2) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-2;
  animation-duration: 31914ms;
  animation-delay: 12957ms;
}

@keyframes move-frames-2 {
  from {
    transform: translate3d(63vw, 103vh, 0);
  }
  to {
    transform: translate3d(94vw, -126vh, 0);
  }
}

.circle-container:nth-child(2) .circle {
  animation-delay: 4000ms;
}

.circle-container:nth-child(3) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-3;
  animation-duration: 28972ms;
  animation-delay: 4558ms;
}

@keyframes move-frames-3 {
  from {
    transform: translate3d(34vw, 110vh, 0);
  }
  to {
    transform: translate3d(78vw, -129vh, 0);
  }
}

.circle-container:nth-child(3) .circle {
  animation-delay: 3337ms;
}

.circle-container:nth-child(4) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-4;
  animation-duration: 28274ms;
  animation-delay: 3213ms;
}

@keyframes move-frames-4 {
  from {
    transform: translate3d(34vw, 109vh, 0);
  }
  to {
    transform: translate3d(63vw, -118vh, 0);
  }
}

.circle-container:nth-child(4) .circle {
  animation-delay: 2790ms;
}

.circle-container:nth-child(5) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-5;
  animation-duration: 32627ms;
  animation-delay: 34575ms;
}

@keyframes move-frames-5 {
  from {
    transform: translate3d(25vw, 108vh, 0);
  }
  to {
    transform: translate3d(78vw, -124vh, 0);
  }
}

.circle-container:nth-child(5) .circle {
  animation-delay: 1106ms;
}

.circle-container:nth-child(6) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-6;
  animation-duration: 28800ms;
  animation-delay: 30955ms;
}

@keyframes move-frames-6 {
  from {
    transform: translate3d(42vw, 102vh, 0);
  }
  to {
    transform: translate3d(60vw, -132vh, 0);
  }
}

.circle-container:nth-child(6) .circle {
  animation-delay: 3428ms;
}

.circle-container:nth-child(7) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-7;
  animation-duration: 32037ms;
  animation-delay: 16286ms;
}

@keyframes move-frames-7 {
  from {
    transform: translate3d(69vw, 110vh, 0);
  }
  to {
    transform: translate3d(15vw, -130vh, 0);
  }
}

.circle-container:nth-child(7) .circle {
  animation-delay: 2063ms;
}

.circle-container:nth-child(8) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-8;
  animation-duration: 35434ms;
  animation-delay: 27239ms;
}

@keyframes move-frames-8 {
  from {
    transform: translate3d(100vw, 104vh, 0);
  }
  to {
    transform: translate3d(40vw, -113vh, 0);
  }
}

.circle-container:nth-child(8) .circle {
  animation-delay: 383ms;
}

.circle-container:nth-child(9) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-9;
  animation-duration: 30534ms;
  animation-delay: 1877ms;
}

@keyframes move-frames-9 {
  from {
    transform: translate3d(27vw, 110vh, 0);
  }
  to {
    transform: translate3d(1vw, -131vh, 0);
  }
}

.circle-container:nth-child(9) .circle {
  animation-delay: 2057ms;
}

.circle-container:nth-child(10) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-10;
  animation-duration: 35633ms;
  animation-delay: 31064ms;
}

@keyframes move-frames-10 {
  from {
    transform: translate3d(24vw, 108vh, 0);
  }
  to {
    transform: translate3d(100vw, -115vh, 0);
  }
}

.circle-container:nth-child(10) .circle {
  animation-delay: 1960ms;
}

.circle-container:nth-child(11) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-11;
  animation-duration: 32712ms;
  animation-delay: 21807ms;
}

@keyframes move-frames-11 {
  from {
    transform: translate3d(50vw, 104vh, 0);
  }
  to {
    transform: translate3d(14vw, -116vh, 0);
  }
}

.circle-container:nth-child(11) .circle {
  animation-delay: 1824ms;
}

.circle-container:nth-child(12) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-12;
  animation-duration: 33066ms;
  animation-delay: 35470ms;
}

@keyframes move-frames-12 {
  from {
    transform: translate3d(36vw, 102vh, 0);
  }
  to {
    transform: translate3d(29vw, -122vh, 0);
  }
}

.circle-container:nth-child(12) .circle {
  animation-delay: 632ms;
}

.circle-container:nth-child(13) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-13;
  animation-duration: 28179ms;
  animation-delay: 18806ms;
}

@keyframes move-frames-13 {
  from {
    transform: translate3d(43vw, 109vh, 0);
  }
  to {
    transform: translate3d(6vw, -124vh, 0);
  }
}

.circle-container:nth-child(13) .circle {
  animation-delay: 3448ms;
}

.circle-container:nth-child(14) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-14;
  animation-duration: 29635ms;
  animation-delay: 3737ms;
}

@keyframes move-frames-14 {
  from {
    transform: translate3d(83vw, 102vh, 0);
  }
  to {
    transform: translate3d(12vw, -131vh, 0);
  }
}

.circle-container:nth-child(14) .circle {
  animation-delay: 2682ms;
}

.circle-container:nth-child(15) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-15;
  animation-duration: 31844ms;
  animation-delay: 26790ms;
}

@keyframes move-frames-15 {
  from {
    transform: translate3d(89vw, 110vh, 0);
  }
  to {
    transform: translate3d(7vw, -140vh, 0);
  }
}

.circle-container:nth-child(15) .circle {
  animation-delay: 910ms;
}

.circle-container:nth-child(16) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-16;
  animation-duration: 28804ms;
  animation-delay: 16206ms;
}

@keyframes move-frames-16 {
  from {
    transform: translate3d(85vw, 107vh, 0);
  }
  to {
    transform: translate3d(60vw, -137vh, 0);
  }
}

.circle-container:nth-child(16) .circle {
  animation-delay: 1925ms;
}

.circle-container:nth-child(17) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-17;
  animation-duration: 36124ms;
  animation-delay: 33739ms;
}

@keyframes move-frames-17 {
  from {
    transform: translate3d(22vw, 107vh, 0);
  }
  to {
    transform: translate3d(100vw, -109vh, 0);
  }
}

.circle-container:nth-child(17) .circle {
  animation-delay: 71ms;
}

.circle-container:nth-child(18) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-18;
  animation-duration: 30349ms;
  animation-delay: 258ms;
}

@keyframes move-frames-18 {
  from {
    transform: translate3d(72vw, 108vh, 0);
  }
  to {
    transform: translate3d(87vw, -134vh, 0);
  }
}

.circle-container:nth-child(18) .circle {
  animation-delay: 2335ms;
}

.circle-container:nth-child(19) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-19;
  animation-duration: 30332ms;
  animation-delay: 28556ms;
}

@keyframes move-frames-19 {
  from {
    transform: translate3d(59vw, 101vh, 0);
  }
  to {
    transform: translate3d(25vw, -109vh, 0);
  }
}

.circle-container:nth-child(19) .circle {
  animation-delay: 1511ms;
}

.circle-container:nth-child(20) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-20;
  animation-duration: 34837ms;
  animation-delay: 32209ms;
}

@keyframes move-frames-20 {
  from {
    transform: translate3d(12vw, 107vh, 0);
  }
  to {
    transform: translate3d(37vw, -132vh, 0);
  }
}

.circle-container:nth-child(20) .circle {
  animation-delay: 2524ms;
}

.circle-container:nth-child(21) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-21;
  animation-duration: 36575ms;
  animation-delay: 36480ms;
}

@keyframes move-frames-21 {
  from {
    transform: translate3d(60vw, 105vh, 0);
  }
  to {
    transform: translate3d(43vw, -135vh, 0);
  }
}

.circle-container:nth-child(21) .circle {
  animation-delay: 1377ms;
}

.circle-container:nth-child(22) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-22;
  animation-duration: 36221ms;
  animation-delay: 24613ms;
}

@keyframes move-frames-22 {
  from {
    transform: translate3d(8vw, 108vh, 0);
  }
  to {
    transform: translate3d(6vw, -129vh, 0);
  }
}

.circle-container:nth-child(22) .circle {
  animation-delay: 2611ms;
}

.circle-container:nth-child(23) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-23;
  animation-duration: 30527ms;
  animation-delay: 29503ms;
}

@keyframes move-frames-23 {
  from {
    transform: translate3d(75vw, 101vh, 0);
  }
  to {
    transform: translate3d(23vw, -107vh, 0);
  }
}

.circle-container:nth-child(23) .circle {
  animation-delay: 2841ms;
}

.circle-container:nth-child(24) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-24;
  animation-duration: 34109ms;
  animation-delay: 30431ms;
}

@keyframes move-frames-24 {
  from {
    transform: translate3d(91vw, 101vh, 0);
  }
  to {
    transform: translate3d(56vw, -124vh, 0);
  }
}

.circle-container:nth-child(24) .circle {
  animation-delay: 1460ms;
}

.circle-container:nth-child(25) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-25;
  animation-duration: 28644ms;
  animation-delay: 18499ms;
}

@keyframes move-frames-25 {
  from {
    transform: translate3d(33vw, 103vh, 0);
  }
  to {
    transform: translate3d(28vw, -125vh, 0);
  }
}

.circle-container:nth-child(25) .circle {
  animation-delay: 1438ms;
}

.circle-container:nth-child(26) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-26;
  animation-duration: 35785ms;
  animation-delay: 12429ms;
}

@keyframes move-frames-26 {
  from {
    transform: translate3d(73vw, 110vh, 0);
  }
  to {
    transform: translate3d(94vw, -123vh, 0);
  }
}

.circle-container:nth-child(26) .circle {
  animation-delay: 3209ms;
}

.circle-container:nth-child(27) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-27;
  animation-duration: 29610ms;
  animation-delay: 9685ms;
}

@keyframes move-frames-27 {
  from {
    transform: translate3d(33vw, 102vh, 0);
  }
  to {
    transform: translate3d(7vw, -118vh, 0);
  }
}

.circle-container:nth-child(27) .circle {
  animation-delay: 1955ms;
}

.circle-container:nth-child(28) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-28;
  animation-duration: 36797ms;
  animation-delay: 18317ms;
}

@keyframes move-frames-28 {
  from {
    transform: translate3d(31vw, 106vh, 0);
  }
  to {
    transform: translate3d(70vw, -136vh, 0);
  }
}

.circle-container:nth-child(28) .circle {
  animation-delay: 15ms;
}

.circle-container:nth-child(29) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-29;
  animation-duration: 32981ms;
  animation-delay: 25502ms;
}

@keyframes move-frames-29 {
  from {
    transform: translate3d(3vw, 102vh, 0);
  }
  to {
    transform: translate3d(73vw, -132vh, 0);
  }
}

.circle-container:nth-child(29) .circle {
  animation-delay: 1563ms;
}

.circle-container:nth-child(30) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-30;
  animation-duration: 30810ms;
  animation-delay: 20141ms;
}

@keyframes move-frames-30 {
  from {
    transform: translate3d(83vw, 104vh, 0);
  }
  to {
    transform: translate3d(39vw, -125vh, 0);
  }
}

.circle-container:nth-child(30) .circle {
  animation-delay: 1458ms;
}

.circle-container:nth-child(31) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-31;
  animation-duration: 35850ms;
  animation-delay: 25576ms;
}

@keyframes move-frames-31 {
  from {
    transform: translate3d(16vw, 105vh, 0);
  }
  to {
    transform: translate3d(12vw, -132vh, 0);
  }
}

.circle-container:nth-child(31) .circle {
  animation-delay: 2181ms;
}

.circle-container:nth-child(32) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-32;
  animation-duration: 34123ms;
  animation-delay: 20530ms;
}

@keyframes move-frames-32 {
  from {
    transform: translate3d(94vw, 109vh, 0);
  }
  to {
    transform: translate3d(15vw, -127vh, 0);
  }
}

.circle-container:nth-child(32) .circle {
  animation-delay: 1612ms;
}

.circle-container:nth-child(33) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-33;
  animation-duration: 28313ms;
  animation-delay: 29644ms;
}

@keyframes move-frames-33 {
  from {
    transform: translate3d(56vw, 110vh, 0);
  }
  to {
    transform: translate3d(69vw, -111vh, 0);
  }
}

.circle-container:nth-child(33) .circle {
  animation-delay: 269ms;
}

.circle-container:nth-child(34) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-34;
  animation-duration: 30203ms;
  animation-delay: 7784ms;
}

@keyframes move-frames-34 {
  from {
    transform: translate3d(9vw, 105vh, 0);
  }
  to {
    transform: translate3d(13vw, -109vh, 0);
  }
}

.circle-container:nth-child(34) .circle {
  animation-delay: 3959ms;
}

.circle-container:nth-child(35) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-35;
  animation-duration: 34122ms;
  animation-delay: 4438ms;
}

@keyframes move-frames-35 {
  from {
    transform: translate3d(32vw, 109vh, 0);
  }
  to {
    transform: translate3d(92vw, -124vh, 0);
  }
}

.circle-container:nth-child(35) .circle {
  animation-delay: 340ms;
}

.circle-container:nth-child(36) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-36;
  animation-duration: 36579ms;
  animation-delay: 616ms;
}

@keyframes move-frames-36 {
  from {
    transform: translate3d(43vw, 104vh, 0);
  }
  to {
    transform: translate3d(97vw, -122vh, 0);
  }
}

.circle-container:nth-child(36) .circle {
  animation-delay: 815ms;
}

.circle-container:nth-child(37) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-37;
  animation-duration: 29269ms;
  animation-delay: 29604ms;
}

@keyframes move-frames-37 {
  from {
    transform: translate3d(46vw, 107vh, 0);
  }
  to {
    transform: translate3d(20vw, -124vh, 0);
  }
}

.circle-container:nth-child(37) .circle {
  animation-delay: 1015ms;
}

.circle-container:nth-child(38) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-38;
  animation-duration: 33824ms;
  animation-delay: 8997ms;
}

@keyframes move-frames-38 {
  from {
    transform: translate3d(34vw, 109vh, 0);
  }
  to {
    transform: translate3d(41vw, -135vh, 0);
  }
}

.circle-container:nth-child(38) .circle {
  animation-delay: 571ms;
}

.circle-container:nth-child(39) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-39;
  animation-duration: 29047ms;
  animation-delay: 12356ms;
}

@keyframes move-frames-39 {
  from {
    transform: translate3d(2vw, 104vh, 0);
  }
  to {
    transform: translate3d(62vw, -122vh, 0);
  }
}

.circle-container:nth-child(39) .circle {
  animation-delay: 1094ms;
}

.circle-container:nth-child(40) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-40;
  animation-duration: 36855ms;
  animation-delay: 14284ms;
}

@keyframes move-frames-40 {
  from {
    transform: translate3d(62vw, 110vh, 0);
  }
  to {
    transform: translate3d(87vw, -122vh, 0);
  }
}

.circle-container:nth-child(40) .circle {
  animation-delay: 3939ms;
}

.circle-container:nth-child(41) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-41;
  animation-duration: 30950ms;
  animation-delay: 17331ms;
}

@keyframes move-frames-41 {
  from {
    transform: translate3d(96vw, 108vh, 0);
  }
  to {
    transform: translate3d(82vw, -123vh, 0);
  }
}

.circle-container:nth-child(41) .circle {
  animation-delay: 1515ms;
}

.circle-container:nth-child(42) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-42;
  animation-duration: 35916ms;
  animation-delay: 24234ms;
}

@keyframes move-frames-42 {
  from {
    transform: translate3d(25vw, 102vh, 0);
  }
  to {
    transform: translate3d(66vw, -129vh, 0);
  }
}

.circle-container:nth-child(42) .circle {
  animation-delay: 3959ms;
}

.circle-container:nth-child(43) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-43;
  animation-duration: 30643ms;
  animation-delay: 25852ms;
}

@keyframes move-frames-43 {
  from {
    transform: translate3d(12vw, 101vh, 0);
  }
  to {
    transform: translate3d(48vw, -131vh, 0);
  }
}

.circle-container:nth-child(43) .circle {
  animation-delay: 386ms;
}

.circle-container:nth-child(44) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-44;
  animation-duration: 31350ms;
  animation-delay: 18630ms;
}

@keyframes move-frames-44 {
  from {
    transform: translate3d(41vw, 105vh, 0);
  }
  to {
    transform: translate3d(9vw, -128vh, 0);
  }
}

.circle-container:nth-child(44) .circle {
  animation-delay: 3379ms;
}

.circle-container:nth-child(45) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-45;
  animation-duration: 32329ms;
  animation-delay: 34587ms;
}

@keyframes move-frames-45 {
  from {
    transform: translate3d(64vw, 110vh, 0);
  }
  to {
    transform: translate3d(53vw, -137vh, 0);
  }
}

.circle-container:nth-child(45) .circle {
  animation-delay: 3349ms;
}

.circle-container:nth-child(46) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-46;
  animation-duration: 29279ms;
  animation-delay: 31923ms;
}

@keyframes move-frames-46 {
  from {
    transform: translate3d(66vw, 103vh, 0);
  }
  to {
    transform: translate3d(90vw, -128vh, 0);
  }
}

.circle-container:nth-child(46) .circle {
  animation-delay: 3654ms;
}

.circle-container:nth-child(47) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-47;
  animation-duration: 30624ms;
  animation-delay: 24271ms;
}

@keyframes move-frames-47 {
  from {
    transform: translate3d(57vw, 110vh, 0);
  }
  to {
    transform: translate3d(2vw, -135vh, 0);
  }
}

.circle-container:nth-child(47) .circle {
  animation-delay: 3149ms;
}

.circle-container:nth-child(48) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-48;
  animation-duration: 29471ms;
  animation-delay: 25872ms;
}

@keyframes move-frames-48 {
  from {
    transform: translate3d(1vw, 103vh, 0);
  }
  to {
    transform: translate3d(35vw, -111vh, 0);
  }
}

.circle-container:nth-child(48) .circle {
  animation-delay: 3847ms;
}

.circle-container:nth-child(49) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-49;
  animation-duration: 33127ms;
  animation-delay: 12457ms;
}

@keyframes move-frames-49 {
  from {
    transform: translate3d(19vw, 109vh, 0);
  }
  to {
    transform: translate3d(20vw, -134vh, 0);
  }
}

.circle-container:nth-child(49) .circle {
  animation-delay: 3673ms;
}

.circle-container:nth-child(50) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-50;
  animation-duration: 30016ms;
  animation-delay: 25087ms;
}

@keyframes move-frames-50 {
  from {
    transform: translate3d(35vw, 102vh, 0);
  }
  to {
    transform: translate3d(48vw, -126vh, 0);
  }
}

.circle-container:nth-child(50) .circle {
  animation-delay: 1978ms;
}

.circle-container:nth-child(51) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-51;
  animation-duration: 33537ms;
  animation-delay: 9211ms;
}

@keyframes move-frames-51 {
  from {
    transform: translate3d(16vw, 110vh, 0);
  }
  to {
    transform: translate3d(46vw, -121vh, 0);
  }
}

.circle-container:nth-child(51) .circle {
  animation-delay: 2206ms;
}

.circle-container:nth-child(52) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-52;
  animation-duration: 28800ms;
  animation-delay: 22351ms;
}

@keyframes move-frames-52 {
  from {
    transform: translate3d(22vw, 109vh, 0);
  }
  to {
    transform: translate3d(75vw, -113vh, 0);
  }
}

.circle-container:nth-child(52) .circle {
  animation-delay: 3101ms;
}

.circle-container:nth-child(53) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-53;
  animation-duration: 31093ms;
  animation-delay: 21661ms;
}

@keyframes move-frames-53 {
  from {
    transform: translate3d(74vw, 110vh, 0);
  }
  to {
    transform: translate3d(10vw, -140vh, 0);
  }
}

.circle-container:nth-child(53) .circle {
  animation-delay: 3975ms;
}

.circle-container:nth-child(54) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-54;
  animation-duration: 33980ms;
  animation-delay: 8201ms;
}

@keyframes move-frames-54 {
  from {
    transform: translate3d(37vw, 103vh, 0);
  }
  to {
    transform: translate3d(56vw, -131vh, 0);
  }
}

.circle-container:nth-child(54) .circle {
  animation-delay: 2742ms;
}

.circle-container:nth-child(55) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-55;
  animation-duration: 36858ms;
  animation-delay: 8936ms;
}

@keyframes move-frames-55 {
  from {
    transform: translate3d(43vw, 106vh, 0);
  }
  to {
    transform: translate3d(88vw, -107vh, 0);
  }
}

.circle-container:nth-child(55) .circle {
  animation-delay: 1368ms;
}

.circle-container:nth-child(56) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-56;
  animation-duration: 36872ms;
  animation-delay: 29646ms;
}

@keyframes move-frames-56 {
  from {
    transform: translate3d(69vw, 109vh, 0);
  }
  to {
    transform: translate3d(99vw, -115vh, 0);
  }
}

.circle-container:nth-child(56) .circle {
  animation-delay: 1922ms;
}

.circle-container:nth-child(57) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-57;
  animation-duration: 34387ms;
  animation-delay: 6834ms;
}

@keyframes move-frames-57 {
  from {
    transform: translate3d(72vw, 105vh, 0);
  }
  to {
    transform: translate3d(52vw, -128vh, 0);
  }
}

.circle-container:nth-child(57) .circle {
  animation-delay: 115ms;
}

.circle-container:nth-child(58) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-58;
  animation-duration: 29963ms;
  animation-delay: 36097ms;
}

@keyframes move-frames-58 {
  from {
    transform: translate3d(48vw, 104vh, 0);
  }
  to {
    transform: translate3d(32vw, -108vh, 0);
  }
}

.circle-container:nth-child(58) .circle {
  animation-delay: 2954ms;
}

.circle-container:nth-child(59) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-59;
  animation-duration: 36268ms;
  animation-delay: 20799ms;
}

@keyframes move-frames-59 {
  from {
    transform: translate3d(78vw, 106vh, 0);
  }
  to {
    transform: translate3d(63vw, -134vh, 0);
  }
}

.circle-container:nth-child(59) .circle {
  animation-delay: 3339ms;
}

.circle-container:nth-child(60) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-60;
  animation-duration: 28409ms;
  animation-delay: 29577ms;
}

@keyframes move-frames-60 {
  from {
    transform: translate3d(16vw, 109vh, 0);
  }
  to {
    transform: translate3d(45vw, -110vh, 0);
  }
}

.circle-container:nth-child(60) .circle {
  animation-delay: 3931ms;
}

.circle-container:nth-child(61) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-61;
  animation-duration: 28030ms;
  animation-delay: 18273ms;
}

@keyframes move-frames-61 {
  from {
    transform: translate3d(62vw, 110vh, 0);
  }
  to {
    transform: translate3d(37vw, -118vh, 0);
  }
}

.circle-container:nth-child(61) .circle {
  animation-delay: 1929ms;
}

.circle-container:nth-child(62) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-62;
  animation-duration: 32347ms;
  animation-delay: 20505ms;
}

@keyframes move-frames-62 {
  from {
    transform: translate3d(98vw, 108vh, 0);
  }
  to {
    transform: translate3d(14vw, -128vh, 0);
  }
}

.circle-container:nth-child(62) .circle {
  animation-delay: 1624ms;
}

.circle-container:nth-child(63) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-63;
  animation-duration: 36360ms;
  animation-delay: 2443ms;
}

@keyframes move-frames-63 {
  from {
    transform: translate3d(10vw, 104vh, 0);
  }
  to {
    transform: translate3d(13vw, -122vh, 0);
  }
}

.circle-container:nth-child(63) .circle {
  animation-delay: 20ms;
}

.circle-container:nth-child(64) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-64;
  animation-duration: 29342ms;
  animation-delay: 32706ms;
}

@keyframes move-frames-64 {
  from {
    transform: translate3d(15vw, 104vh, 0);
  }
  to {
    transform: translate3d(59vw, -114vh, 0);
  }
}

.circle-container:nth-child(64) .circle {
  animation-delay: 3323ms;
}

.circle-container:nth-child(65) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-65;
  animation-duration: 31625ms;
  animation-delay: 34575ms;
}

@keyframes move-frames-65 {
  from {
    transform: translate3d(33vw, 103vh, 0);
  }
  to {
    transform: translate3d(53vw, -109vh, 0);
  }
}

.circle-container:nth-child(65) .circle {
  animation-delay: 1866ms;
}

.circle-container:nth-child(66) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-66;
  animation-duration: 33447ms;
  animation-delay: 33524ms;
}

@keyframes move-frames-66 {
  from {
    transform: translate3d(75vw, 105vh, 0);
  }
  to {
    transform: translate3d(22vw, -130vh, 0);
  }
}

.circle-container:nth-child(66) .circle {
  animation-delay: 3534ms;
}

.circle-container:nth-child(67) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-67;
  animation-duration: 29624ms;
  animation-delay: 26206ms;
}

@keyframes move-frames-67 {
  from {
    transform: translate3d(4vw, 104vh, 0);
  }
  to {
    transform: translate3d(37vw, -115vh, 0);
  }
}

.circle-container:nth-child(67) .circle {
  animation-delay: 108ms;
}

.circle-container:nth-child(68) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-68;
  animation-duration: 35498ms;
  animation-delay: 30140ms;
}

@keyframes move-frames-68 {
  from {
    transform: translate3d(64vw, 101vh, 0);
  }
  to {
    transform: translate3d(21vw, -107vh, 0);
  }
}

.circle-container:nth-child(68) .circle {
  animation-delay: 3757ms;
}

.circle-container:nth-child(69) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-69;
  animation-duration: 36468ms;
  animation-delay: 35001ms;
}

@keyframes move-frames-69 {
  from {
    transform: translate3d(75vw, 109vh, 0);
  }
  to {
    transform: translate3d(69vw, -134vh, 0);
  }
}

.circle-container:nth-child(69) .circle {
  animation-delay: 192ms;
}

.circle-container:nth-child(70) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-70;
  animation-duration: 36510ms;
  animation-delay: 14636ms;
}

@keyframes move-frames-70 {
  from {
    transform: translate3d(23vw, 104vh, 0);
  }
  to {
    transform: translate3d(22vw, -123vh, 0);
  }
}

.circle-container:nth-child(70) .circle {
  animation-delay: 194ms;
}

.circle-container:nth-child(71) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-71;
  animation-duration: 29032ms;
  animation-delay: 24430ms;
}

@keyframes move-frames-71 {
  from {
    transform: translate3d(47vw, 109vh, 0);
  }
  to {
    transform: translate3d(30vw, -118vh, 0);
  }
}

.circle-container:nth-child(71) .circle {
  animation-delay: 1565ms;
}

.circle-container:nth-child(72) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-72;
  animation-duration: 30047ms;
  animation-delay: 14302ms;
}

@keyframes move-frames-72 {
  from {
    transform: translate3d(24vw, 106vh, 0);
  }
  to {
    transform: translate3d(82vw, -124vh, 0);
  }
}

.circle-container:nth-child(72) .circle {
  animation-delay: 559ms;
}

.circle-container:nth-child(73) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-73;
  animation-duration: 35976ms;
  animation-delay: 25272ms;
}

@keyframes move-frames-73 {
  from {
    transform: translate3d(58vw, 108vh, 0);
  }
  to {
    transform: translate3d(99vw, -136vh, 0);
  }
}

.circle-container:nth-child(73) .circle {
  animation-delay: 1038ms;
}

.circle-container:nth-child(74) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-74;
  animation-duration: 36217ms;
  animation-delay: 23350ms;
}

@keyframes move-frames-74 {
  from {
    transform: translate3d(71vw, 102vh, 0);
  }
  to {
    transform: translate3d(37vw, -131vh, 0);
  }
}

.circle-container:nth-child(74) .circle {
  animation-delay: 3454ms;
}

.circle-container:nth-child(75) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-75;
  animation-duration: 33752ms;
  animation-delay: 11736ms;
}

@keyframes move-frames-75 {
  from {
    transform: translate3d(99vw, 107vh, 0);
  }
  to {
    transform: translate3d(58vw, -114vh, 0);
  }
}

.circle-container:nth-child(75) .circle {
  animation-delay: 1299ms;
}

.circle-container:nth-child(76) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-76;
  animation-duration: 32880ms;
  animation-delay: 753ms;
}

@keyframes move-frames-76 {
  from {
    transform: translate3d(85vw, 109vh, 0);
  }
  to {
    transform: translate3d(22vw, -123vh, 0);
  }
}

.circle-container:nth-child(76) .circle {
  animation-delay: 840ms;
}

.circle-container:nth-child(77) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-77;
  animation-duration: 35859ms;
  animation-delay: 34691ms;
}

@keyframes move-frames-77 {
  from {
    transform: translate3d(16vw, 108vh, 0);
  }
  to {
    transform: translate3d(33vw, -115vh, 0);
  }
}

.circle-container:nth-child(77) .circle {
  animation-delay: 1136ms;
}

.circle-container:nth-child(78) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-78;
  animation-duration: 33303ms;
  animation-delay: 31450ms;
}

@keyframes move-frames-78 {
  from {
    transform: translate3d(59vw, 102vh, 0);
  }
  to {
    transform: translate3d(63vw, -120vh, 0);
  }
}

.circle-container:nth-child(78) .circle {
  animation-delay: 20ms;
}

.circle-container:nth-child(79) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-79;
  animation-duration: 34823ms;
  animation-delay: 16040ms;
}

@keyframes move-frames-79 {
  from {
    transform: translate3d(43vw, 105vh, 0);
  }
  to {
    transform: translate3d(78vw, -121vh, 0);
  }
}

.circle-container:nth-child(79) .circle {
  animation-delay: 1257ms;
}

.circle-container:nth-child(80) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-80;
  animation-duration: 33451ms;
  animation-delay: 18856ms;
}

@keyframes move-frames-80 {
  from {
    transform: translate3d(24vw, 101vh, 0);
  }
  to {
    transform: translate3d(77vw, -105vh, 0);
  }
}

.circle-container:nth-child(80) .circle {
  animation-delay: 117ms;
}

.circle-container:nth-child(81) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-81;
  animation-duration: 36792ms;
  animation-delay: 30101ms;
}

@keyframes move-frames-81 {
  from {
    transform: translate3d(96vw, 101vh, 0);
  }
  to {
    transform: translate3d(12vw, -111vh, 0);
  }
}

.circle-container:nth-child(81) .circle {
  animation-delay: 2523ms;
}

.circle-container:nth-child(82) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-82;
  animation-duration: 32194ms;
  animation-delay: 8368ms;
}

@keyframes move-frames-82 {
  from {
    transform: translate3d(28vw, 110vh, 0);
  }
  to {
    transform: translate3d(53vw, -136vh, 0);
  }
}

.circle-container:nth-child(82) .circle {
  animation-delay: 2187ms;
}

.circle-container:nth-child(83) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-83;
  animation-duration: 29670ms;
  animation-delay: 29384ms;
}

@keyframes move-frames-83 {
  from {
    transform: translate3d(97vw, 104vh, 0);
  }
  to {
    transform: translate3d(85vw, -133vh, 0);
  }
}

.circle-container:nth-child(83) .circle {
  animation-delay: 1773ms;
}

.circle-container:nth-child(84) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-84;
  animation-duration: 36075ms;
  animation-delay: 10704ms;
}

@keyframes move-frames-84 {
  from {
    transform: translate3d(28vw, 105vh, 0);
  }
  to {
    transform: translate3d(41vw, -128vh, 0);
  }
}

.circle-container:nth-child(84) .circle {
  animation-delay: 3810ms;
}

.circle-container:nth-child(85) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-85;
  animation-duration: 34199ms;
  animation-delay: 25262ms;
}

@keyframes move-frames-85 {
  from {
    transform: translate3d(28vw, 101vh, 0);
  }
  to {
    transform: translate3d(75vw, -114vh, 0);
  }
}

.circle-container:nth-child(85) .circle {
  animation-delay: 1771ms;
}

.circle-container:nth-child(86) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-86;
  animation-duration: 35672ms;
  animation-delay: 22629ms;
}

@keyframes move-frames-86 {
  from {
    transform: translate3d(68vw, 104vh, 0);
  }
  to {
    transform: translate3d(98vw, -120vh, 0);
  }
}

.circle-container:nth-child(86) .circle {
  animation-delay: 2409ms;
}

.circle-container:nth-child(87) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-87;
  animation-duration: 31667ms;
  animation-delay: 17095ms;
}

@keyframes move-frames-87 {
  from {
    transform: translate3d(26vw, 106vh, 0);
  }
  to {
    transform: translate3d(75vw, -112vh, 0);
  }
}

.circle-container:nth-child(87) .circle {
  animation-delay: 2333ms;
}

.circle-container:nth-child(88) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-88;
  animation-duration: 33366ms;
  animation-delay: 28281ms;
}

@keyframes move-frames-88 {
  from {
    transform: translate3d(77vw, 104vh, 0);
  }
  to {
    transform: translate3d(55vw, -131vh, 0);
  }
}

.circle-container:nth-child(88) .circle {
  animation-delay: 3296ms;
}

.circle-container:nth-child(89) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-89;
  animation-duration: 31538ms;
  animation-delay: 3985ms;
}

@keyframes move-frames-89 {
  from {
    transform: translate3d(69vw, 104vh, 0);
  }
  to {
    transform: translate3d(45vw, -119vh, 0);
  }
}

.circle-container:nth-child(89) .circle {
  animation-delay: 686ms;
}

.circle-container:nth-child(90) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-90;
  animation-duration: 30762ms;
  animation-delay: 15391ms;
}

@keyframes move-frames-90 {
  from {
    transform: translate3d(72vw, 103vh, 0);
  }
  to {
    transform: translate3d(17vw, -115vh, 0);
  }
}

.circle-container:nth-child(90) .circle {
  animation-delay: 2471ms;
}

.circle-container:nth-child(91) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-91;
  animation-duration: 28261ms;
  animation-delay: 1331ms;
}

@keyframes move-frames-91 {
  from {
    transform: translate3d(52vw, 105vh, 0);
  }
  to {
    transform: translate3d(10vw, -134vh, 0);
  }
}

.circle-container:nth-child(91) .circle {
  animation-delay: 3750ms;
}

.circle-container:nth-child(92) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-92;
  animation-duration: 31962ms;
  animation-delay: 15151ms;
}

@keyframes move-frames-92 {
  from {
    transform: translate3d(22vw, 105vh, 0);
  }
  to {
    transform: translate3d(97vw, -124vh, 0);
  }
}

.circle-container:nth-child(92) .circle {
  animation-delay: 3686ms;
}

.circle-container:nth-child(93) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-93;
  animation-duration: 34125ms;
  animation-delay: 33828ms;
}

@keyframes move-frames-93 {
  from {
    transform: translate3d(30vw, 107vh, 0);
  }
  to {
    transform: translate3d(97vw, -112vh, 0);
  }
}

.circle-container:nth-child(93) .circle {
  animation-delay: 3931ms;
}

.circle-container:nth-child(94) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-94;
  animation-duration: 28555ms;
  animation-delay: 12329ms;
}

@keyframes move-frames-94 {
  from {
    transform: translate3d(71vw, 101vh, 0);
  }
  to {
    transform: translate3d(22vw, -111vh, 0);
  }
}

.circle-container:nth-child(94) .circle {
  animation-delay: 119ms;
}

.circle-container:nth-child(95) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-95;
  animation-duration: 31046ms;
  animation-delay: 24215ms;
}

@keyframes move-frames-95 {
  from {
    transform: translate3d(81vw, 108vh, 0);
  }
  to {
    transform: translate3d(47vw, -138vh, 0);
  }
}

.circle-container:nth-child(95) .circle {
  animation-delay: 2671ms;
}

.circle-container:nth-child(96) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-96;
  animation-duration: 33674ms;
  animation-delay: 6959ms;
}

@keyframes move-frames-96 {
  from {
    transform: translate3d(41vw, 106vh, 0);
  }
  to {
    transform: translate3d(8vw, -132vh, 0);
  }
}

.circle-container:nth-child(96) .circle {
  animation-delay: 3611ms;
}

.circle-container:nth-child(97) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-97;
  animation-duration: 33309ms;
  animation-delay: 34433ms;
}

@keyframes move-frames-97 {
  from {
    transform: translate3d(14vw, 104vh, 0);
  }
  to {
    transform: translate3d(34vw, -116vh, 0);
  }
}

.circle-container:nth-child(97) .circle {
  animation-delay: 3593ms;
}

.circle-container:nth-child(98) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-98;
  animation-duration: 31043ms;
  animation-delay: 26634ms;
}

@keyframes move-frames-98 {
  from {
    transform: translate3d(66vw, 106vh, 0);
  }
  to {
    transform: translate3d(83vw, -113vh, 0);
  }
}

.circle-container:nth-child(98) .circle {
  animation-delay: 3785ms;
}

.circle-container:nth-child(99) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-99;
  animation-duration: 33705ms;
  animation-delay: 15768ms;
}

@keyframes move-frames-99 {
  from {
    transform: translate3d(93vw, 102vh, 0);
  }
  to {
    transform: translate3d(98vw, -113vh, 0);
  }
}

.circle-container:nth-child(99) .circle {
  animation-delay: 471ms;
}

.circle-container:nth-child(100) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-100;
  animation-duration: 35940ms;
  animation-delay: 1281ms;
}

@keyframes move-frames-100 {
  from {
    transform: translate3d(23vw, 109vh, 0);
  }
  to {
    transform: translate3d(29vw, -114vh, 0);
  }
}

.circle-container:nth-child(100) .circle {
  animation-delay: 1224ms;
}

.circle-container:nth-child(101) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-101;
  animation-duration: 31825ms;
  animation-delay: 31075ms;
}

@keyframes move-frames-101 {
  from {
    transform: translate3d(48vw, 106vh, 0);
  }
  to {
    transform: translate3d(86vw, -113vh, 0);
  }
}

.circle-container:nth-child(101) .circle {
  animation-delay: 265ms;
}

.circle-container:nth-child(102) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-102;
  animation-duration: 31282ms;
  animation-delay: 23031ms;
}

@keyframes move-frames-102 {
  from {
    transform: translate3d(17vw, 101vh, 0);
  }
  to {
    transform: translate3d(95vw, -117vh, 0);
  }
}

.circle-container:nth-child(102) .circle {
  animation-delay: 441ms;
}

.circle-container:nth-child(103) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-103;
  animation-duration: 30615ms;
  animation-delay: 11671ms;
}

@keyframes move-frames-103 {
  from {
    transform: translate3d(83vw, 110vh, 0);
  }
  to {
    transform: translate3d(93vw, -135vh, 0);
  }
}

.circle-container:nth-child(103) .circle {
  animation-delay: 3615ms;
}

.circle-container:nth-child(104) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-104;
  animation-duration: 31958ms;
  animation-delay: 7920ms;
}

@keyframes move-frames-104 {
  from {
    transform: translate3d(55vw, 109vh, 0);
  }
  to {
    transform: translate3d(67vw, -134vh, 0);
  }
}

.circle-container:nth-child(104) .circle {
  animation-delay: 1120ms;
}

.circle-container:nth-child(105) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-105;
  animation-duration: 29567ms;
  animation-delay: 6436ms;
}

@keyframes move-frames-105 {
  from {
    transform: translate3d(48vw, 103vh, 0);
  }
  to {
    transform: translate3d(29vw, -129vh, 0);
  }
}

.circle-container:nth-child(105) .circle {
  animation-delay: 1031ms;
}

.circle-container:nth-child(106) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-106;
  animation-duration: 30438ms;
  animation-delay: 4027ms;
}

@keyframes move-frames-106 {
  from {
    transform: translate3d(89vw, 102vh, 0);
  }
  to {
    transform: translate3d(9vw, -105vh, 0);
  }
}

.circle-container:nth-child(106) .circle {
  animation-delay: 2174ms;
}

.circle-container:nth-child(107) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-107;
  animation-duration: 29887ms;
  animation-delay: 2800ms;
}

@keyframes move-frames-107 {
  from {
    transform: translate3d(80vw, 103vh, 0);
  }
  to {
    transform: translate3d(92vw, -117vh, 0);
  }
}

.circle-container:nth-child(107) .circle {
  animation-delay: 2311ms;
}

.circle-container:nth-child(108) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-108;
  animation-duration: 28701ms;
  animation-delay: 62ms;
}

@keyframes move-frames-108 {
  from {
    transform: translate3d(51vw, 107vh, 0);
  }
  to {
    transform: translate3d(6vw, -116vh, 0);
  }
}

.circle-container:nth-child(108) .circle {
  animation-delay: 3735ms;
}

.circle-container:nth-child(109) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-109;
  animation-duration: 30162ms;
  animation-delay: 26383ms;
}

@keyframes move-frames-109 {
  from {
    transform: translate3d(7vw, 102vh, 0);
  }
  to {
    transform: translate3d(23vw, -123vh, 0);
  }
}

.circle-container:nth-child(109) .circle {
  animation-delay: 3792ms;
}

.circle-container:nth-child(110) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-110;
  animation-duration: 30126ms;
  animation-delay: 3795ms;
}

@keyframes move-frames-110 {
  from {
    transform: translate3d(64vw, 108vh, 0);
  }
  to {
    transform: translate3d(59vw, -130vh, 0);
  }
}

.circle-container:nth-child(110) .circle {
  animation-delay: 2067ms;
}

.circle-container:nth-child(111) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-111;
  animation-duration: 29021ms;
  animation-delay: 3993ms;
}

@keyframes move-frames-111 {
  from {
    transform: translate3d(34vw, 101vh, 0);
  }
  to {
    transform: translate3d(12vw, -105vh, 0);
  }
}

.circle-container:nth-child(111) .circle {
  animation-delay: 1683ms;
}

.circle-container:nth-child(112) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-112;
  animation-duration: 31151ms;
  animation-delay: 20044ms;
}

@keyframes move-frames-112 {
  from {
    transform: translate3d(14vw, 105vh, 0);
  }
  to {
    transform: translate3d(87vw, -125vh, 0);
  }
}

.circle-container:nth-child(112) .circle {
  animation-delay: 2733ms;
}

.circle-container:nth-child(113) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-113;
  animation-duration: 32654ms;
  animation-delay: 32137ms;
}

@keyframes move-frames-113 {
  from {
    transform: translate3d(34vw, 102vh, 0);
  }
  to {
    transform: translate3d(42vw, -112vh, 0);
  }
}

.circle-container:nth-child(113) .circle {
  animation-delay: 3667ms;
}

.circle-container:nth-child(114) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-114;
  animation-duration: 29264ms;
  animation-delay: 21175ms;
}

@keyframes move-frames-114 {
  from {
    transform: translate3d(59vw, 107vh, 0);
  }
  to {
    transform: translate3d(92vw, -113vh, 0);
  }
}

.circle-container:nth-child(114) .circle {
  animation-delay: 2168ms;
}

.circle-container:nth-child(115) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-115;
  animation-duration: 28609ms;
  animation-delay: 15786ms;
}

@keyframes move-frames-115 {
  from {
    transform: translate3d(94vw, 106vh, 0);
  }
  to {
    transform: translate3d(9vw, -130vh, 0);
  }
}

.circle-container:nth-child(115) .circle {
  animation-delay: 3693ms;
}

.circle-container:nth-child(116) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-116;
  animation-duration: 36442ms;
  animation-delay: 4226ms;
}

@keyframes move-frames-116 {
  from {
    transform: translate3d(93vw, 106vh, 0);
  }
  to {
    transform: translate3d(83vw, -136vh, 0);
  }
}

.circle-container:nth-child(116) .circle {
  animation-delay: 647ms;
}

.circle-container:nth-child(117) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-117;
  animation-duration: 29764ms;
  animation-delay: 36569ms;
}

@keyframes move-frames-117 {
  from {
    transform: translate3d(64vw, 101vh, 0);
  }
  to {
    transform: translate3d(13vw, -130vh, 0);
  }
}

.circle-container:nth-child(117) .circle {
  animation-delay: 3840ms;
}

.circle-container:nth-child(118) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-118;
  animation-duration: 30616ms;
  animation-delay: 13211ms;
}

@keyframes move-frames-118 {
  from {
    transform: translate3d(86vw, 110vh, 0);
  }
  to {
    transform: translate3d(1vw, -119vh, 0);
  }
}

.circle-container:nth-child(118) .circle {
  animation-delay: 192ms;
}

.circle-container:nth-child(119) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-119;
  animation-duration: 29712ms;
  animation-delay: 13964ms;
}

@keyframes move-frames-119 {
  from {
    transform: translate3d(26vw, 102vh, 0);
  }
  to {
    transform: translate3d(71vw, -129vh, 0);
  }
}

.circle-container:nth-child(119) .circle {
  animation-delay: 3467ms;
}

.circle-container:nth-child(120) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-120;
  animation-duration: 28427ms;
  animation-delay: 757ms;
}

@keyframes move-frames-120 {
  from {
    transform: translate3d(29vw, 102vh, 0);
  }
  to {
    transform: translate3d(6vw, -104vh, 0);
  }
}

.circle-container:nth-child(120) .circle {
  animation-delay: 47ms;
}

.circle-container:nth-child(121) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-121;
  animation-duration: 33359ms;
  animation-delay: 32158ms;
}

@keyframes move-frames-121 {
  from {
    transform: translate3d(56vw, 109vh, 0);
  }
  to {
    transform: translate3d(89vw, -135vh, 0);
  }
}

.circle-container:nth-child(121) .circle {
  animation-delay: 621ms;
}

.circle-container:nth-child(122) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-122;
  animation-duration: 35505ms;
  animation-delay: 36887ms;
}

@keyframes move-frames-122 {
  from {
    transform: translate3d(56vw, 102vh, 0);
  }
  to {
    transform: translate3d(60vw, -131vh, 0);
  }
}

.circle-container:nth-child(122) .circle {
  animation-delay: 358ms;
}

.circle-container:nth-child(123) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-123;
  animation-duration: 35028ms;
  animation-delay: 773ms;
}

@keyframes move-frames-123 {
  from {
    transform: translate3d(17vw, 104vh, 0);
  }
  to {
    transform: translate3d(22vw, -133vh, 0);
  }
}

.circle-container:nth-child(123) .circle {
  animation-delay: 378ms;
}

.circle-container:nth-child(124) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-124;
  animation-duration: 36546ms;
  animation-delay: 12153ms;
}

@keyframes move-frames-124 {
  from {
    transform: translate3d(86vw, 108vh, 0);
  }
  to {
    transform: translate3d(50vw, -133vh, 0);
  }
}

.circle-container:nth-child(124) .circle {
  animation-delay: 2135ms;
}

.circle-container:nth-child(125) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-125;
  animation-duration: 28434ms;
  animation-delay: 24961ms;
}

@keyframes move-frames-125 {
  from {
    transform: translate3d(17vw, 107vh, 0);
  }
  to {
    transform: translate3d(85vw, -124vh, 0);
  }
}

.circle-container:nth-child(125) .circle {
  animation-delay: 2643ms;
}

.circle-container:nth-child(126) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-126;
  animation-duration: 29704ms;
  animation-delay: 32518ms;
}

@keyframes move-frames-126 {
  from {
    transform: translate3d(31vw, 102vh, 0);
  }
  to {
    transform: translate3d(66vw, -121vh, 0);
  }
}

.circle-container:nth-child(126) .circle {
  animation-delay: 2033ms;
}

.circle-container:nth-child(127) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-127;
  animation-duration: 32781ms;
  animation-delay: 5742ms;
}

@keyframes move-frames-127 {
  from {
    transform: translate3d(67vw, 103vh, 0);
  }
  to {
    transform: translate3d(82vw, -129vh, 0);
  }
}

.circle-container:nth-child(127) .circle {
  animation-delay: 563ms;
}

.circle-container:nth-child(128) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-128;
  animation-duration: 33920ms;
  animation-delay: 4406ms;
}

@keyframes move-frames-128 {
  from {
    transform: translate3d(95vw, 105vh, 0);
  }
  to {
    transform: translate3d(85vw, -116vh, 0);
  }
}

.circle-container:nth-child(128) .circle {
  animation-delay: 2981ms;
}

.circle-container:nth-child(129) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-129;
  animation-duration: 33740ms;
  animation-delay: 33901ms;
}

@keyframes move-frames-129 {
  from {
    transform: translate3d(6vw, 106vh, 0);
  }
  to {
    transform: translate3d(72vw, -108vh, 0);
  }
}

.circle-container:nth-child(129) .circle {
  animation-delay: 3485ms;
}

.circle-container:nth-child(130) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-130;
  animation-duration: 33170ms;
  animation-delay: 25779ms;
}

@keyframes move-frames-130 {
  from {
    transform: translate3d(6vw, 105vh, 0);
  }
  to {
    transform: translate3d(16vw, -113vh, 0);
  }
}

.circle-container:nth-child(130) .circle {
  animation-delay: 88ms;
}

.circle-container:nth-child(131) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-131;
  animation-duration: 34265ms;
  animation-delay: 9015ms;
}

@keyframes move-frames-131 {
  from {
    transform: translate3d(49vw, 108vh, 0);
  }
  to {
    transform: translate3d(31vw, -114vh, 0);
  }
}

.circle-container:nth-child(131) .circle {
  animation-delay: 3308ms;
}

.circle-container:nth-child(132) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-132;
  animation-duration: 29675ms;
  animation-delay: 7380ms;
}

@keyframes move-frames-132 {
  from {
    transform: translate3d(88vw, 102vh, 0);
  }
  to {
    transform: translate3d(15vw, -129vh, 0);
  }
}

.circle-container:nth-child(132) .circle {
  animation-delay: 3362ms;
}

.circle-container:nth-child(133) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-133;
  animation-duration: 33552ms;
  animation-delay: 242ms;
}

@keyframes move-frames-133 {
  from {
    transform: translate3d(1vw, 108vh, 0);
  }
  to {
    transform: translate3d(72vw, -138vh, 0);
  }
}

.circle-container:nth-child(133) .circle {
  animation-delay: 3735ms;
}

.circle-container:nth-child(134) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-134;
  animation-duration: 29013ms;
  animation-delay: 25617ms;
}

@keyframes move-frames-134 {
  from {
    transform: translate3d(9vw, 103vh, 0);
  }
  to {
    transform: translate3d(84vw, -126vh, 0);
  }
}

.circle-container:nth-child(134) .circle {
  animation-delay: 2085ms;
}

.circle-container:nth-child(135) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-135;
  animation-duration: 33662ms;
  animation-delay: 793ms;
}

@keyframes move-frames-135 {
  from {
    transform: translate3d(18vw, 105vh, 0);
  }
  to {
    transform: translate3d(2vw, -118vh, 0);
  }
}

.circle-container:nth-child(135) .circle {
  animation-delay: 3360ms;
}

.circle-container:nth-child(136) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-136;
  animation-duration: 36412ms;
  animation-delay: 32663ms;
}

@keyframes move-frames-136 {
  from {
    transform: translate3d(20vw, 110vh, 0);
  }
  to {
    transform: translate3d(78vw, -137vh, 0);
  }
}

.circle-container:nth-child(136) .circle {
  animation-delay: 1479ms;
}

.circle-container:nth-child(137) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-137;
  animation-duration: 31035ms;
  animation-delay: 19609ms;
}

@keyframes move-frames-137 {
  from {
    transform: translate3d(19vw, 110vh, 0);
  }
  to {
    transform: translate3d(36vw, -128vh, 0);
  }
}

.circle-container:nth-child(137) .circle {
  animation-delay: 3606ms;
}

.circle-container:nth-child(138) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-138;
  animation-duration: 32817ms;
  animation-delay: 8886ms;
}

@keyframes move-frames-138 {
  from {
    transform: translate3d(42vw, 110vh, 0);
  }
  to {
    transform: translate3d(30vw, -140vh, 0);
  }
}

.circle-container:nth-child(138) .circle {
  animation-delay: 3056ms;
}

.circle-container:nth-child(139) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-139;
  animation-duration: 32153ms;
  animation-delay: 29883ms;
}

@keyframes move-frames-139 {
  from {
    transform: translate3d(71vw, 107vh, 0);
  }
  to {
    transform: translate3d(47vw, -137vh, 0);
  }
}

.circle-container:nth-child(139) .circle {
  animation-delay: 1655ms;
}

.circle-container:nth-child(140) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-140;
  animation-duration: 29370ms;
  animation-delay: 9813ms;
}

@keyframes move-frames-140 {
  from {
    transform: translate3d(61vw, 107vh, 0);
  }
  to {
    transform: translate3d(33vw, -111vh, 0);
  }
}

.circle-container:nth-child(140) .circle {
  animation-delay: 1861ms;
}

.circle-container:nth-child(141) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-141;
  animation-duration: 35305ms;
  animation-delay: 17123ms;
}

@keyframes move-frames-141 {
  from {
    transform: translate3d(86vw, 108vh, 0);
  }
  to {
    transform: translate3d(7vw, -135vh, 0);
  }
}

.circle-container:nth-child(141) .circle {
  animation-delay: 1575ms;
}

.circle-container:nth-child(142) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-142;
  animation-duration: 36991ms;
  animation-delay: 27239ms;
}

@keyframes move-frames-142 {
  from {
    transform: translate3d(58vw, 102vh, 0);
  }
  to {
    transform: translate3d(83vw, -105vh, 0);
  }
}

.circle-container:nth-child(142) .circle {
  animation-delay: 3111ms;
}

.circle-container:nth-child(143) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-143;
  animation-duration: 34803ms;
  animation-delay: 22275ms;
}

@keyframes move-frames-143 {
  from {
    transform: translate3d(58vw, 107vh, 0);
  }
  to {
    transform: translate3d(22vw, -134vh, 0);
  }
}

.circle-container:nth-child(143) .circle {
  animation-delay: 2709ms;
}

.circle-container:nth-child(144) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-144;
  animation-duration: 32568ms;
  animation-delay: 8622ms;
}

@keyframes move-frames-144 {
  from {
    transform: translate3d(14vw, 103vh, 0);
  }
  to {
    transform: translate3d(48vw, -114vh, 0);
  }
}

.circle-container:nth-child(144) .circle {
  animation-delay: 1479ms;
}

.circle-container:nth-child(145) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-145;
  animation-duration: 30088ms;
  animation-delay: 10360ms;
}

@keyframes move-frames-145 {
  from {
    transform: translate3d(51vw, 108vh, 0);
  }
  to {
    transform: translate3d(3vw, -112vh, 0);
  }
}

.circle-container:nth-child(145) .circle {
  animation-delay: 1054ms;
}

.circle-container:nth-child(146) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-146;
  animation-duration: 30238ms;
  animation-delay: 632ms;
}

@keyframes move-frames-146 {
  from {
    transform: translate3d(78vw, 102vh, 0);
  }
  to {
    transform: translate3d(14vw, -120vh, 0);
  }
}

.circle-container:nth-child(146) .circle {
  animation-delay: 293ms;
}

.circle-container:nth-child(147) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-147;
  animation-duration: 35591ms;
  animation-delay: 8680ms;
}

@keyframes move-frames-147 {
  from {
    transform: translate3d(14vw, 108vh, 0);
  }
  to {
    transform: translate3d(91vw, -126vh, 0);
  }
}

.circle-container:nth-child(147) .circle {
  animation-delay: 111ms;
}

.circle-container:nth-child(148) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-148;
  animation-duration: 30708ms;
  animation-delay: 13745ms;
}

@keyframes move-frames-148 {
  from {
    transform: translate3d(12vw, 103vh, 0);
  }
  to {
    transform: translate3d(54vw, -116vh, 0);
  }
}

.circle-container:nth-child(148) .circle {
  animation-delay: 223ms;
}

.circle-container:nth-child(149) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-149;
  animation-duration: 31477ms;
  animation-delay: 35468ms;
}

@keyframes move-frames-149 {
  from {
    transform: translate3d(35vw, 104vh, 0);
  }
  to {
    transform: translate3d(32vw, -132vh, 0);
  }
}

.circle-container:nth-child(149) .circle {
  animation-delay: 3365ms;
}

.circle-container:nth-child(150) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-150;
  animation-duration: 36327ms;
  animation-delay: 35413ms;
}

@keyframes move-frames-150 {
  from {
    transform: translate3d(83vw, 105vh, 0);
  }
  to {
    transform: translate3d(4vw, -108vh, 0);
  }
}

.circle-container:nth-child(150) .circle {
  animation-delay: 848ms;
}

.circle-container:nth-child(151) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-151;
  animation-duration: 31872ms;
  animation-delay: 29074ms;
}

@keyframes move-frames-151 {
  from {
    transform: translate3d(29vw, 101vh, 0);
  }
  to {
    transform: translate3d(8vw, -112vh, 0);
  }
}

.circle-container:nth-child(151) .circle {
  animation-delay: 563ms;
}

.circle-container:nth-child(152) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-152;
  animation-duration: 32050ms;
  animation-delay: 11672ms;
}

@keyframes move-frames-152 {
  from {
    transform: translate3d(80vw, 101vh, 0);
  }
  to {
    transform: translate3d(74vw, -124vh, 0);
  }
}

.circle-container:nth-child(152) .circle {
  animation-delay: 1424ms;
}

.circle-container:nth-child(153) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-153;
  animation-duration: 29497ms;
  animation-delay: 35272ms;
}

@keyframes move-frames-153 {
  from {
    transform: translate3d(54vw, 101vh, 0);
  }
  to {
    transform: translate3d(76vw, -106vh, 0);
  }
}

.circle-container:nth-child(153) .circle {
  animation-delay: 1179ms;
}

.circle-container:nth-child(154) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-154;
  animation-duration: 34054ms;
  animation-delay: 22905ms;
}

@keyframes move-frames-154 {
  from {
    transform: translate3d(78vw, 110vh, 0);
  }
  to {
    transform: translate3d(69vw, -138vh, 0);
  }
}

.circle-container:nth-child(154) .circle {
  animation-delay: 1245ms;
}

.circle-container:nth-child(155) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-155;
  animation-duration: 29932ms;
  animation-delay: 32403ms;
}

@keyframes move-frames-155 {
  from {
    transform: translate3d(97vw, 103vh, 0);
  }
  to {
    transform: translate3d(39vw, -108vh, 0);
  }
}

.circle-container:nth-child(155) .circle {
  animation-delay: 1628ms;
}

.circle-container:nth-child(156) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-156;
  animation-duration: 34725ms;
  animation-delay: 34520ms;
}

@keyframes move-frames-156 {
  from {
    transform: translate3d(28vw, 106vh, 0);
  }
  to {
    transform: translate3d(88vw, -136vh, 0);
  }
}

.circle-container:nth-child(156) .circle {
  animation-delay: 3223ms;
}

.circle-container:nth-child(157) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-157;
  animation-duration: 28679ms;
  animation-delay: 32712ms;
}

@keyframes move-frames-157 {
  from {
    transform: translate3d(71vw, 102vh, 0);
  }
  to {
    transform: translate3d(58vw, -117vh, 0);
  }
}

.circle-container:nth-child(157) .circle {
  animation-delay: 3805ms;
}

.circle-container:nth-child(158) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-158;
  animation-duration: 36342ms;
  animation-delay: 7207ms;
}

@keyframes move-frames-158 {
  from {
    transform: translate3d(88vw, 109vh, 0);
  }
  to {
    transform: translate3d(20vw, -127vh, 0);
  }
}

.circle-container:nth-child(158) .circle {
  animation-delay: 3444ms;
}

.circle-container:nth-child(159) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-159;
  animation-duration: 29849ms;
  animation-delay: 32018ms;
}

@keyframes move-frames-159 {
  from {
    transform: translate3d(63vw, 105vh, 0);
  }
  to {
    transform: translate3d(97vw, -111vh, 0);
  }
}

.circle-container:nth-child(159) .circle {
  animation-delay: 630ms;
}

.circle-container:nth-child(160) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-160;
  animation-duration: 35716ms;
  animation-delay: 19364ms;
}

@keyframes move-frames-160 {
  from {
    transform: translate3d(1vw, 101vh, 0);
  }
  to {
    transform: translate3d(99vw, -124vh, 0);
  }
}

.circle-container:nth-child(160) .circle {
  animation-delay: 2547ms;
}

.circle-container:nth-child(161) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-161;
  animation-duration: 29732ms;
  animation-delay: 36443ms;
}

@keyframes move-frames-161 {
  from {
    transform: translate3d(25vw, 107vh, 0);
  }
  to {
    transform: translate3d(10vw, -130vh, 0);
  }
}

.circle-container:nth-child(161) .circle {
  animation-delay: 1073ms;
}

.circle-container:nth-child(162) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-162;
  animation-duration: 29675ms;
  animation-delay: 3373ms;
}

@keyframes move-frames-162 {
  from {
    transform: translate3d(35vw, 105vh, 0);
  }
  to {
    transform: translate3d(10vw, -120vh, 0);
  }
}

.circle-container:nth-child(162) .circle {
  animation-delay: 2454ms;
}

.circle-container:nth-child(163) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-163;
  animation-duration: 30523ms;
  animation-delay: 10110ms;
}

@keyframes move-frames-163 {
  from {
    transform: translate3d(77vw, 105vh, 0);
  }
  to {
    transform: translate3d(25vw, -113vh, 0);
  }
}

.circle-container:nth-child(163) .circle {
  animation-delay: 3418ms;
}

.circle-container:nth-child(164) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-164;
  animation-duration: 36381ms;
  animation-delay: 36220ms;
}

@keyframes move-frames-164 {
  from {
    transform: translate3d(28vw, 102vh, 0);
  }
  to {
    transform: translate3d(32vw, -127vh, 0);
  }
}

.circle-container:nth-child(164) .circle {
  animation-delay: 3730ms;
}

.circle-container:nth-child(165) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-165;
  animation-duration: 28768ms;
  animation-delay: 14111ms;
}

@keyframes move-frames-165 {
  from {
    transform: translate3d(67vw, 109vh, 0);
  }
  to {
    transform: translate3d(31vw, -130vh, 0);
  }
}

.circle-container:nth-child(165) .circle {
  animation-delay: 2746ms;
}

.circle-container:nth-child(166) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-166;
  animation-duration: 28572ms;
  animation-delay: 26586ms;
}

@keyframes move-frames-166 {
  from {
    transform: translate3d(83vw, 101vh, 0);
  }
  to {
    transform: translate3d(70vw, -106vh, 0);
  }
}

.circle-container:nth-child(166) .circle {
  animation-delay: 2166ms;
}

.circle-container:nth-child(167) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-167;
  animation-duration: 31985ms;
  animation-delay: 9214ms;
}

@keyframes move-frames-167 {
  from {
    transform: translate3d(49vw, 105vh, 0);
  }
  to {
    transform: translate3d(54vw, -121vh, 0);
  }
}

.circle-container:nth-child(167) .circle {
  animation-delay: 1311ms;
}

.circle-container:nth-child(168) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-168;
  animation-duration: 32128ms;
  animation-delay: 13330ms;
}

@keyframes move-frames-168 {
  from {
    transform: translate3d(5vw, 103vh, 0);
  }
  to {
    transform: translate3d(13vw, -108vh, 0);
  }
}

.circle-container:nth-child(168) .circle {
  animation-delay: 1619ms;
}

.circle-container:nth-child(169) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-169;
  animation-duration: 35321ms;
  animation-delay: 32737ms;
}

@keyframes move-frames-169 {
  from {
    transform: translate3d(31vw, 109vh, 0);
  }
  to {
    transform: translate3d(59vw, -131vh, 0);
  }
}

.circle-container:nth-child(169) .circle {
  animation-delay: 3874ms;
}

.circle-container:nth-child(170) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-170;
  animation-duration: 29652ms;
  animation-delay: 1925ms;
}

@keyframes move-frames-170 {
  from {
    transform: translate3d(33vw, 108vh, 0);
  }
  to {
    transform: translate3d(39vw, -119vh, 0);
  }
}

.circle-container:nth-child(170) .circle {
  animation-delay: 1930ms;
}

.circle-container:nth-child(171) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-171;
  animation-duration: 36854ms;
  animation-delay: 1338ms;
}

@keyframes move-frames-171 {
  from {
    transform: translate3d(65vw, 107vh, 0);
  }
  to {
    transform: translate3d(12vw, -136vh, 0);
  }
}

.circle-container:nth-child(171) .circle {
  animation-delay: 1453ms;
}

.circle-container:nth-child(172) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-172;
  animation-duration: 32044ms;
  animation-delay: 34623ms;
}

@keyframes move-frames-172 {
  from {
    transform: translate3d(52vw, 105vh, 0);
  }
  to {
    transform: translate3d(20vw, -128vh, 0);
  }
}

.circle-container:nth-child(172) .circle {
  animation-delay: 1237ms;
}

.circle-container:nth-child(173) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-173;
  animation-duration: 33763ms;
  animation-delay: 16521ms;
}

@keyframes move-frames-173 {
  from {
    transform: translate3d(99vw, 101vh, 0);
  }
  to {
    transform: translate3d(25vw, -117vh, 0);
  }
}

.circle-container:nth-child(173) .circle {
  animation-delay: 2884ms;
}

.circle-container:nth-child(174) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-174;
  animation-duration: 32667ms;
  animation-delay: 36674ms;
}

@keyframes move-frames-174 {
  from {
    transform: translate3d(70vw, 103vh, 0);
  }
  to {
    transform: translate3d(27vw, -129vh, 0);
  }
}

.circle-container:nth-child(174) .circle {
  animation-delay: 589ms;
}

.circle-container:nth-child(175) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-175;
  animation-duration: 33223ms;
  animation-delay: 5179ms;
}

@keyframes move-frames-175 {
  from {
    transform: translate3d(65vw, 101vh, 0);
  }
  to {
    transform: translate3d(97vw, -110vh, 0);
  }
}

.circle-container:nth-child(175) .circle {
  animation-delay: 305ms;
}

.circle-container:nth-child(176) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-176;
  animation-duration: 31029ms;
  animation-delay: 27368ms;
}

@keyframes move-frames-176 {
  from {
    transform: translate3d(61vw, 101vh, 0);
  }
  to {
    transform: translate3d(41vw, -117vh, 0);
  }
}

.circle-container:nth-child(176) .circle {
  animation-delay: 3239ms;
}

.circle-container:nth-child(177) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-177;
  animation-duration: 29003ms;
  animation-delay: 10679ms;
}

@keyframes move-frames-177 {
  from {
    transform: translate3d(90vw, 107vh, 0);
  }
  to {
    transform: translate3d(39vw, -127vh, 0);
  }
}

.circle-container:nth-child(177) .circle {
  animation-delay: 2328ms;
}

.circle-container:nth-child(178) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-178;
  animation-duration: 33281ms;
  animation-delay: 18939ms;
}

@keyframes move-frames-178 {
  from {
    transform: translate3d(74vw, 102vh, 0);
  }
  to {
    transform: translate3d(9vw, -121vh, 0);
  }
}

.circle-container:nth-child(178) .circle {
  animation-delay: 3111ms;
}

.circle-container:nth-child(179) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-179;
  animation-duration: 36818ms;
  animation-delay: 10611ms;
}

@keyframes move-frames-179 {
  from {
    transform: translate3d(1vw, 101vh, 0);
  }
  to {
    transform: translate3d(59vw, -121vh, 0);
  }
}

.circle-container:nth-child(179) .circle {
  animation-delay: 2843ms;
}

.circle-container:nth-child(180) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-180;
  animation-duration: 33435ms;
  animation-delay: 25125ms;
}

@keyframes move-frames-180 {
  from {
    transform: translate3d(9vw, 106vh, 0);
  }
  to {
    transform: translate3d(9vw, -132vh, 0);
  }
}

.circle-container:nth-child(180) .circle {
  animation-delay: 3881ms;
}

.circle-container:nth-child(181) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-181;
  animation-duration: 30348ms;
  animation-delay: 33481ms;
}

@keyframes move-frames-181 {
  from {
    transform: translate3d(71vw, 102vh, 0);
  }
  to {
    transform: translate3d(18vw, -114vh, 0);
  }
}

.circle-container:nth-child(181) .circle {
  animation-delay: 868ms;
}

.circle-container:nth-child(182) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-182;
  animation-duration: 32238ms;
  animation-delay: 14116ms;
}

@keyframes move-frames-182 {
  from {
    transform: translate3d(53vw, 108vh, 0);
  }
  to {
    transform: translate3d(89vw, -125vh, 0);
  }
}

.circle-container:nth-child(182) .circle {
  animation-delay: 3878ms;
}

.circle-container:nth-child(183) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-183;
  animation-duration: 33638ms;
  animation-delay: 27716ms;
}

@keyframes move-frames-183 {
  from {
    transform: translate3d(100vw, 101vh, 0);
  }
  to {
    transform: translate3d(93vw, -109vh, 0);
  }
}

.circle-container:nth-child(183) .circle {
  animation-delay: 289ms;
}

.circle-container:nth-child(184) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-184;
  animation-duration: 30736ms;
  animation-delay: 8739ms;
}

@keyframes move-frames-184 {
  from {
    transform: translate3d(8vw, 103vh, 0);
  }
  to {
    transform: translate3d(49vw, -109vh, 0);
  }
}

.circle-container:nth-child(184) .circle {
  animation-delay: 2597ms;
}

.circle-container:nth-child(185) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-185;
  animation-duration: 35637ms;
  animation-delay: 19871ms;
}

@keyframes move-frames-185 {
  from {
    transform: translate3d(66vw, 102vh, 0);
  }
  to {
    transform: translate3d(51vw, -122vh, 0);
  }
}

.circle-container:nth-child(185) .circle {
  animation-delay: 3136ms;
}

.circle-container:nth-child(186) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-186;
  animation-duration: 33761ms;
  animation-delay: 11097ms;
}

@keyframes move-frames-186 {
  from {
    transform: translate3d(86vw, 103vh, 0);
  }
  to {
    transform: translate3d(49vw, -128vh, 0);
  }
}

.circle-container:nth-child(186) .circle {
  animation-delay: 1846ms;
}

.circle-container:nth-child(187) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-187;
  animation-duration: 29616ms;
  animation-delay: 26488ms;
}

@keyframes move-frames-187 {
  from {
    transform: translate3d(78vw, 103vh, 0);
  }
  to {
    transform: translate3d(7vw, -105vh, 0);
  }
}

.circle-container:nth-child(187) .circle {
  animation-delay: 1252ms;
}

.circle-container:nth-child(188) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-188;
  animation-duration: 33707ms;
  animation-delay: 33934ms;
}

@keyframes move-frames-188 {
  from {
    transform: translate3d(2vw, 104vh, 0);
  }
  to {
    transform: translate3d(84vw, -110vh, 0);
  }
}

.circle-container:nth-child(188) .circle {
  animation-delay: 3600ms;
}

.circle-container:nth-child(189) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-189;
  animation-duration: 29888ms;
  animation-delay: 22720ms;
}

@keyframes move-frames-189 {
  from {
    transform: translate3d(93vw, 104vh, 0);
  }
  to {
    transform: translate3d(84vw, -127vh, 0);
  }
}

.circle-container:nth-child(189) .circle {
  animation-delay: 3258ms;
}

.circle-container:nth-child(190) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-190;
  animation-duration: 30317ms;
  animation-delay: 22735ms;
}

@keyframes move-frames-190 {
  from {
    transform: translate3d(14vw, 108vh, 0);
  }
  to {
    transform: translate3d(31vw, -127vh, 0);
  }
}

.circle-container:nth-child(190) .circle {
  animation-delay: 1488ms;
}

.circle-container:nth-child(191) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-191;
  animation-duration: 33575ms;
  animation-delay: 24246ms;
}

@keyframes move-frames-191 {
  from {
    transform: translate3d(60vw, 109vh, 0);
  }
  to {
    transform: translate3d(86vw, -139vh, 0);
  }
}

.circle-container:nth-child(191) .circle {
  animation-delay: 1673ms;
}

.circle-container:nth-child(192) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-192;
  animation-duration: 30423ms;
  animation-delay: 1692ms;
}

@keyframes move-frames-192 {
  from {
    transform: translate3d(91vw, 104vh, 0);
  }
  to {
    transform: translate3d(31vw, -121vh, 0);
  }
}

.circle-container:nth-child(192) .circle {
  animation-delay: 372ms;
}

.circle-container:nth-child(193) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-193;
  animation-duration: 28964ms;
  animation-delay: 14651ms;
}

@keyframes move-frames-193 {
  from {
    transform: translate3d(10vw, 101vh, 0);
  }
  to {
    transform: translate3d(69vw, -123vh, 0);
  }
}

.circle-container:nth-child(193) .circle {
  animation-delay: 1299ms;
}

.circle-container:nth-child(194) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-194;
  animation-duration: 36432ms;
  animation-delay: 17220ms;
}

@keyframes move-frames-194 {
  from {
    transform: translate3d(33vw, 105vh, 0);
  }
  to {
    transform: translate3d(33vw, -113vh, 0);
  }
}

.circle-container:nth-child(194) .circle {
  animation-delay: 445ms;
}

.circle-container:nth-child(195) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-195;
  animation-duration: 35506ms;
  animation-delay: 32106ms;
}

@keyframes move-frames-195 {
  from {
    transform: translate3d(32vw, 101vh, 0);
  }
  to {
    transform: translate3d(37vw, -103vh, 0);
  }
}

.circle-container:nth-child(195) .circle {
  animation-delay: 699ms;
}

.circle-container:nth-child(196) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-196;
  animation-duration: 28958ms;
  animation-delay: 24945ms;
}

@keyframes move-frames-196 {
  from {
    transform: translate3d(72vw, 102vh, 0);
  }
  to {
    transform: translate3d(95vw, -106vh, 0);
  }
}

.circle-container:nth-child(196) .circle {
  animation-delay: 2514ms;
}

.circle-container:nth-child(197) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-197;
  animation-duration: 29370ms;
  animation-delay: 31343ms;
}

@keyframes move-frames-197 {
  from {
    transform: translate3d(22vw, 110vh, 0);
  }
  to {
    transform: translate3d(100vw, -127vh, 0);
  }
}

.circle-container:nth-child(197) .circle {
  animation-delay: 2185ms;
}

.circle-container:nth-child(198) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-198;
  animation-duration: 35777ms;
  animation-delay: 4314ms;
}

@keyframes move-frames-198 {
  from {
    transform: translate3d(6vw, 109vh, 0);
  }
  to {
    transform: translate3d(83vw, -116vh, 0);
  }
}

.circle-container:nth-child(198) .circle {
  animation-delay: 3319ms;
}

.circle-container:nth-child(199) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-199;
  animation-duration: 28549ms;
  animation-delay: 33516ms;
}

@keyframes move-frames-199 {
  from {
    transform: translate3d(49vw, 108vh, 0);
  }
  to {
    transform: translate3d(56vw, -134vh, 0);
  }
}

.circle-container:nth-child(199) .circle {
  animation-delay: 3430ms;
}

.circle-container:nth-child(200) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-200;
  animation-duration: 36503ms;
  animation-delay: 9012ms;
}

@keyframes move-frames-200 {
  from {
    transform: translate3d(32vw, 110vh, 0);
  }
  to {
    transform: translate3d(84vw, -117vh, 0);
  }
}

.circle-container:nth-child(200) .circle {
  animation-delay: 3460ms;
}

@page {
  size: A4 landscape;
}

@media print {
  .hidden-print {
    display: none !important;
  }
  body:not(.wp-admin).certificate-is-prefilled .entry-content > .wp-block-group > .wp-block-group {
    padding: 0 !important;
  }
  body:not(.wp-admin).certificate-is-prefilled .logos img {
    max-height: 100px;
    width: auto;
  }
  body:not(.wp-admin).certificate-is-prefilled .wp-block-heading {
    font-size: 40px !important;
  }
  body:not(.wp-admin).certificate-is-prefilled p {
    font-size: 16px !important;
  }
}

body .addtoany_list a:not(.addtoany_special_service) > span {
  transition: var(--wp--custom--transition--default);
  border-radius: 10px;
  width: 50px !important;
  height: 50px !important;
  padding: 7px;
}

@supports (height: 100svh) {
  [style*="100vh"] {
    height: 100svh !important;
    min-height: 0 !important;
  }
}


/*# sourceMappingURL=style.css.map*/