/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

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

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html,
body {
  height: 100%;
}

body {
  max-width: 1200px;
  margin: auto;
}

.container {
  margin-left: 1em;
  margin-right: 1em;
}

a {
  color: #ef4b47;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
  filter: alpha(opacity=95);
  -moz-opacity: 0.95;
  -khtml-opacity: 0.95;
  opacity: 0.95;
  transition: 0.15s ease-in-out;
}

a:not(.link-only)::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  display: inline-block;
  clear: both;
  height: 1px;
  width: 96%;
  background-color: #f79022;
  content: "";
  overflow: hidden;
  top: -8px;
  position: relative;
  transition: 0.2s ease-in-out;
}

a:hover {
  opacity: 1;
}

a:hover:not(.link-only)::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

ul {
  margin-left: 0;
  padding-left: 0;
}

li {
  list-style-type: none;
}

.hidden {
  display: none;
}

button,
.container form,
ul.status li {
  letter-spacing: .25em;
  color: #ef4b47;
  font-size: 11px;
}

button,
.container form,
ul.status li {
  text-transform: uppercase;
}

button {
  background-color: #ef4b47;
  color: white;
  padding: 1em 3em;
  border: none;
  border-radius: 3px;
  transition: 0.3s ease-in-out;
}

button:hover {
  background-color: #f37336;
}

.container form {
  font-size: .7em;
  color: #ef4b47;
  margin: .2em;
}

@media screen and (max-width: 480px) {
  .container form {
    margin-top: 50px;
  }
}

.container form ul.formFields li label {
  display: inline-block;
  width: 100%;
  margin-bottom: .5em;
}

.container form ul.formFields li input,
.container form ul.formFields li textarea {
  border-radius: 3px;
  letter-spacing: .1em;
  padding: .6em;
  color: #676767;
  font-size: 1.1em;
  border-width: 1px;
  border-style: solid;
  margin-bottom: 1em;
  border-color: lightgrey;
}

.container form ul.formFields li input:focus,
.container form ul.formFields li textarea:focus {
  outline: 0;
  border-color: #676767;
}

div.area {
  /*
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;

    &:not(.c3) {
      .star {
        opacity: .3;


        svg {
          -webkit-transition: .1s ease-in-out;
          -moz-transition: .1s ease-in-out;
          -o-transition: .1s ease-in-out;
          transition: .1s ease-in-out;
          width: 30%;
        }
      }
    }

    &:not(.c3):hover {

      .star:hover {
        opacity: 1;
        &.big {
          svg {
            width: 100%;
          }
        }

        &.med {
          svg {
            width: 80%;
          }
        }

        &.small {
          svg {
            width: 65%;
          }
        }
      }
    }


    &.a1 { top: -1 * 4 * $area-height - $top-correction; left: -4 * $area-width; }
    &.a2 { top: -1 * 4 * $area-height - $top-correction; left: -2 * $area-width; }
    &.a3 { top: -1 * 4 * $area-height - $top-correction; }
    &.b1 { top: -1 * 2 * $area-height - $top-correction; left: -4 * $area-width; }
    &.b2 { top: -1 * 2 * $area-height - $top-correction; left: -2 * $area-width; }
    &.b3 { top: -1 * 2 * $area-height - $top-correction; }
    &.b4 { top: -1 * 2 * $area-height - $top-correction; left: 2 * $area-width; }
    &.c1 { left: -4 * $area-width; }
    &.c2 { left: -2 * $area-width; }
    &.c4 { left: 2 * $area-width; }
    &.c5 { left: 4 * $area-width; }
    &.d2 { top: 1 * 2 * $area-height - $top-correction; left: -2 * $area-width; }
    &.d3 { top: 1 * 2 * $area-height - $top-correction; }
    &.d4 { top: 1 * 2 * $area-height - $top-correction; left: 2 * $area-width; }
    &.e3 { top: 1 * 4 * $area-height - $top-correction; }

    */
}

ul.errors {
  margin-bottom: 2em;
}

ul.errors li {
  line-height: 1.4em;
  margin-bottom: .8em;
}

ul.errors li:not(.errors-header) {
  margin-left: .8em;
  color: #999;
}

ul.status li {
  line-height: 1.4em;
  margin-bottom: .8em;
}

@media (max-width: 600px) {
  ul.status li {
    margin: auto;
  }
}

@media (min-width: 600px) {
  ul.status li {
    position: absolute;
    top: 47%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

body.home.parallax {
  /* Parallax base styles
  --------------------------------------------- */
  /* Debugger styles - used to show the effect
--------------------------------------------- */
  max-width: none;
}

body.home.parallax .parallax {
  height: 500px;
  /* fallback for older browsers */
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-perspective: 300px;
  perspective: 300px;
}

body.home.parallax .parallax__group {
  position: relative;
  height: 500px;
  /* fallback for older browsers */
  height: 100vh;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

body.home.parallax .parallax__layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

body.home.parallax .parallax__layer--fore {
  -webkit-transform: translateZ(90px) scale(0.7);
  transform: translateZ(90px) scale(0.7);
  z-index: 1;
}

body.home.parallax .parallax__layer--base {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 4;
}

body.home.parallax .parallax__layer--back {
  -webkit-transform: translateZ(-300px) scale(2);
  transform: translateZ(-300px) scale(2);
  z-index: 3;
}

body.home.parallax .parallax__layer--deep {
  -webkit-transform: translateZ(-600px) scale(3);
  transform: translateZ(-600px) scale(3);
  z-index: 2;
}

body.home.parallax .debug {
  position: fixed;
  top: 0;
  left: .5em;
  z-index: 999;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  padding: .5em;
  border-radius: 0 0 5px 5px;
  /*
.parallax__group {
  -webkit-transform: translate3d(800px, 0, -800px) rotateY(30deg);
  transform: translate3d(700px, 0, -800px) rotateY(30deg);
}
.parallax__layer {
  box-shadow: 0 0 0 2px #000;
  opacity: 0.9;
}
*/
  /* centre the content in the parallax layers */
  /* style the groups
  --------------------------------------------- */
  /* misc
  --------------------------------------------- */
}

body.home.parallax .debug .parallax__group {
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}

body.home.parallax .debug .title {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

body.home.parallax .debug .demo__info {
  position: absolute;
  z-index: 100;
  bottom: 1vh;
  top: auto;
  font-size: 80%;
  text-align: center;
  width: 100%;
}

body.home.parallax .siteBase {
  position: absolute;
  top: 0;
  width: 100%;
}

body.home.parallax .siteBase nav {
  margin-right: 30px;
}

body.home a {
  color: #f37336;
}

body.home a:not(.link-only)::after {
  background: #f37336;
}

body.home div.area,
body.home div.logo {
  position: absolute;
  margin: auto;
  width: 143px;
  height: 100px;
  top: -52px;
  left: 7px;
  right: 0;
  bottom: 0;
}

div.frame.right {
  margin-top: -17px;
  margin-left: -3px;
}

div.frame {
  width: 50%;
  height: 100%;
  float: left;
}

div.frame.bottom {
  width: 100%;
  height: 16px;
  margin-top: 1em;
}

div.frame.bottom .logo-name {
  width: 100%;
  height: auto;
}

div.frame.bottom .logo-name .neat {
  fill: #f79022 !important;
}

div.frame.bottom .logo-name .sparks {
  fill: #ef4b47 !important;
}

div.star {
  float: left;
  width: 50%;
  height: 33%;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation: sk-cubeGridScaleDelay 0.3s ease-in-out;
  animation: sk-cubeGridScaleDelay 0.3s ease-in-out;
}

div.star:hover {
  -webkit-animation-delay: 0s !important;
  animation-delay: 0s !important;
  -webkit-animation: sk-cubeGridScaleDelay2 0.3s ease-in-out;
  animation: sk-cubeGridScaleDelay2 0.3s ease-in-out;
}

div.star svg {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
}

div.star svg path {
  fill: #ef4b47;
}

div.star.o svg path {
  fill: #f79022;
}

div.star.m svg path {
  fill: #ef4b47;
}

div.star.mo svg path {
  fill: #f37336;
}

div.star.mo2 svg path {
  fill: #ec5e25;
}

div.star.big svg {
  width: 100%;
}

div.star.med svg {
  width: 80%;
}

div.star.small svg {
  width: 65%;
}

div.star.trans svg {
  display: none;
}

.left div.star-1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.left div.star-2 {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.left div.star-3 {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.left div.star-4 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.left div.star-5 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.right div.star-2 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.right div.star-3 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.right div.star-4 {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}

.right div.star-5 {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.right div.star-6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

@-webkit-keyframes sk-cubeGridScaleDelay2 {
  0%, 80%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

@keyframes sk-cubeGridScaleDelay2 {
  0%, 80%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 80%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 80%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

body.home.c1 .logo img {
  width: 100%;
}

body.home.c1 a {
  font-weight: normal;
  color: white;
}

body.home.c1 a:hover {
  color: white;
}

body.home.c1 a:not(.link-only)::after {
  background: white;
}

.star-background {
  position: fixed;
  overflow: hidden;
  height: 100%;
  min-height: 410px;
  width: 100%;
}

.star-background .star {
  -webkit-animation-name: flicker;
  -webkit-animation-timing-function: ease(in-out-circ);
  -webkit-animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: flicker;
  animation-name: flicker;
  -webkit-animation-timing-function: ease(in-out-circ);
  animation-timing-function: ease(in-out-circ);
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background: url(../../images/star-grey.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  opacity: .6;
}

@keyframes flicker {
  to {
    opacity: 0.25;
  }
}

@-webkit-keyframes flicker {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.25;
  }

  100% {
    opacity: 1;
  }
}

.star-background #container1,
.star-background #container2,
.star-background #container3,
.star-background #container4,
.star-background .home.c1 #container1,
.home.c1 .star-background #container1,
.star-background .home.c1 #container4,
.home.c1 .star-background #container4,
.star-background .home.c1 #container2,
.home.c1 .star-background #container2,
.star-background .home.c1 #container3,
.home.c1 .star-background #container3,
.star-background .home.c3 #container1,
.home.c3 .star-background #container1,
.star-background .home.c3 #container4,
.home.c3 .star-background #container4,
.star-background .home.c3 #container2,
.home.c3 .star-background #container2,
.star-background .home.c3 #container3,
.home.c3 .star-background #container3 {
  height: 100vh;
  width: 100vw;
  -webkit-perspective: 120rem;
  perspective: 120rem;
  position: absolute;
  top: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 100%;
}

.star-background #container1 {
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  animation: rotate 150s infinite ease-in;
  -webkit-animation: rotate 150s infinite ease-in;
}

.star-background #container1 .star:nth-child(1) {
  -webkit-animation-delay: 0.8571428571s;
  animation-delay: 0.8571428571s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.8571428571s;
  -webkit-animation-duration: 1s;
  left: 41vw;
  top: 69vh;
  height: 0.1rem;
  width: 0.1rem;
}

.star-background #container1 .star:nth-child(2) {
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 3.5s;
  -webkit-animation-duration: 1s;
  left: 109vw;
  top: 53vh;
  height: 0.1rem;
  width: 0.1rem;
}

.star-background #container1 .star:nth-child(3) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 1s;
  left: 75vw;
  top: 64vh;
  height: 0.1rem;
  width: 0.1rem;
}

.star-background #container1 .star:nth-child(4) {
  -webkit-animation-delay: 0.4444444444s;
  animation-delay: 0.4444444444s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.4444444444s;
  -webkit-animation-duration: 1s;
  left: 51vw;
  top: 59vh;
  height: 0.4rem;
  width: 0.4rem;
}

.star-background #container1 .star:nth-child(5) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.75s;
  -webkit-animation-duration: 1s;
  left: 105vw;
  top: 35vh;
  height: 0.3rem;
  width: 0.3rem;
}

.star-background #container1 .star:nth-child(6) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.25s;
  -webkit-animation-duration: 1s;
  left: 95vw;
  top: 92vh;
  height: 0.3rem;
  width: 0.3rem;
}

.star-background #container1 .star:nth-child(7) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 5s;
  -webkit-animation-duration: 1s;
  left: 66vw;
  top: 26vh;
  height: 0.4rem;
  width: 0.4rem;
}

.star-background #container1 .star:nth-child(8) {
  -webkit-animation-delay: 3.3333333333s;
  animation-delay: 3.3333333333s;
  -webkit-animation-duration: 1.3333333333s;
  animation-duration: 1.3333333333s;
  -webkit-animation-delay: 3.3333333333s;
  -webkit-animation-duration: 1.3333333333s;
  left: 30vw;
  top: 69vh;
  height: 0.6rem;
  width: 0.6rem;
}

.star-background #container1 .star:nth-child(9) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 1s;
  left: 34vw;
  top: 51vh;
  height: 0.4rem;
  width: 0.4rem;
}

.star-background #container1 .star:nth-child(10) {
  -webkit-animation-delay: 2.6666666667s;
  animation-delay: 2.6666666667s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 2.6666666667s;
  -webkit-animation-duration: 0.25s;
  left: 27vw;
  top: 109vh;
  height: 0.4rem;
  width: 0.4rem;
}

.star-background #container1 .star:nth-child(11) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 0.8s;
  -webkit-animation-duration: 5s;
  left: 42vw;
  top: 24vh;
  height: 0.4rem;
  width: 0.4rem;
}

.star-background #container1 .star:nth-child(12) {
  -webkit-animation-delay: 0.5555555556s;
  animation-delay: 0.5555555556s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5555555556s;
  -webkit-animation-duration: 1s;
  left: 68vw;
  top: 83vh;
  height: 0.4rem;
  width: 0.4rem;
}

.star-background #container1 .star:nth-child(13) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 0.3333333333s;
  animation-duration: 0.3333333333s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 0.3333333333s;
  left: 110vw;
  top: 98vh;
  height: 0.4rem;
  width: 0.4rem;
}

.star-background #container1 .star:nth-child(14) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-duration: 0.6666666667s;
  animation-duration: 0.6666666667s;
  -webkit-animation-delay: 5s;
  -webkit-animation-duration: 0.6666666667s;
  left: 54vw;
  top: 13vh;
  height: 0.4rem;
  width: 0.4rem;
}

.star-background #container1 .star:nth-child(15) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-delay: 5s;
  -webkit-animation-duration: 4s;
  left: 122vw;
  top: 87vh;
  height: 0.3rem;
  width: 0.3rem;
}

.star-background #container1 .star:nth-child(16) {
  -webkit-animation-delay: 0.2222222222s;
  animation-delay: 0.2222222222s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2222222222s;
  -webkit-animation-duration: 1s;
  left: 67vw;
  top: 98vh;
  height: 0.3rem;
  width: 0.3rem;
}

.star-background #container1 .star:nth-child(17) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-delay: 1.2s;
  -webkit-animation-duration: 0.75s;
  left: 106vw;
  top: 77vh;
  height: 0.5rem;
  width: 0.5rem;
}

.star-background #container1 .star:nth-child(18) {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-delay: 8s;
  -webkit-animation-duration: 4s;
  left: 75vw;
  top: 109vh;
  height: 0.5rem;
  width: 0.5rem;
}

.star-background #container1 .star:nth-child(19) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 1s;
  left: 37vw;
  top: 12vh;
  height: 0.3rem;
  width: 0.3rem;
}

.star-background #container1 .star:nth-child(20) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 1s;
  left: 55vw;
  top: 74vh;
  height: 0.1rem;
  width: 0.1rem;
}

.star-background #container1 .star:nth-child(21) {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 4s;
  -webkit-animation-duration: 5s;
  left: 51vw;
  top: 114vh;
  height: 0.6rem;
  width: 0.6rem;
}

.star-background #container1 .star:nth-child(22) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1.5s;
  -webkit-animation-duration: 1s;
  left: 38vw;
  top: 74vh;
  height: 0.2rem;
  width: 0.2rem;
}

.star-background #container1 .star:nth-child(23) {
  -webkit-animation-delay: 0.1428571429s;
  animation-delay: 0.1428571429s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 0.1428571429s;
  -webkit-animation-duration: 3s;
  left: 87vw;
  top: 69vh;
  height: 0.5rem;
  width: 0.5rem;
}

.star-background #container1 .star:nth-child(24) {
  -webkit-animation-delay: 2.3333333333s;
  animation-delay: 2.3333333333s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 2.3333333333s;
  -webkit-animation-duration: 0.25s;
  left: 113vw;
  top: 38vh;
  height: 0.5rem;
  width: 0.5rem;
}

.star-background #container1 .star:nth-child(25) {
  -webkit-animation-delay: 0.375s;
  animation-delay: 0.375s;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-delay: 0.375s;
  -webkit-animation-duration: 0.75s;
  left: 86vw;
  top: 83vh;
  height: 0.5rem;
  width: 0.5rem;
}

.star-background #container1 .star:nth-child(26) {
  -webkit-animation-delay: 1.6666666667s;
  animation-delay: 1.6666666667s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 1.6666666667s;
  -webkit-animation-duration: 0.5s;
  left: 36vw;
  top: 75vh;
  height: 0.4rem;
  width: 0.4rem;
}

.star-background #container1 .star:nth-child(27) {
  -webkit-animation-delay: 0.7777777778s;
  animation-delay: 0.7777777778s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 0.7777777778s;
  -webkit-animation-duration: 3s;
  left: 105vw;
  top: 84vh;
  height: 0.5rem;
  width: 0.5rem;
}

.star-background #container1 .star:nth-child(28) {
  -webkit-animation-delay: 2.25s;
  animation-delay: 2.25s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-delay: 2.25s;
  -webkit-animation-duration: 4s;
  left: 103vw;
  top: 68vh;
  height: 0.1rem;
  width: 0.1rem;
}

.star-background #container1 .star:nth-child(29) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-delay: 5s;
  -webkit-animation-duration: 1.25s;
  left: 45vw;
  top: 70vh;
  height: 0.3rem;
  width: 0.3rem;
}

.star-background #container1 .star:nth-child(30) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 6s;
  -webkit-animation-duration: 0.5s;
  left: 44vw;
  top: 41vh;
  height: 0.4rem;
  width: 0.4rem;
}

.star-background #container1 .star:nth-child(31) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 5s;
  -webkit-animation-duration: 0.5s;
  left: 86vw;
  top: 52vh;
  height: 0.2rem;
  width: 0.2rem;
}

.star-background #container1 .star:nth-child(32) {
  -webkit-animation-delay: 0.2222222222s;
  animation-delay: 0.2222222222s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 0.2222222222s;
  -webkit-animation-duration: 3s;
  left: 68vw;
  top: 70vh;
  height: 0.2rem;
  width: 0.2rem;
}

.star-background #container1 .star:nth-child(33) {
  -webkit-animation-delay: 0.625s;
  animation-delay: 0.625s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.625s;
  -webkit-animation-duration: 1.5s;
  left: 51vw;
  top: 44vh;
  height: 0.4rem;
  width: 0.4rem;
}

.star-background #container1 .star:nth-child(34) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 0.5s;
  -webkit-animation-duration: 5s;
  left: 104vw;
  top: 87vh;
  height: 0.6rem;
  width: 0.6rem;
}

.star-background #container1 .star:nth-child(35) {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
  -webkit-animation-duration: 0.6666666667s;
  animation-duration: 0.6666666667s;
  -webkit-animation-delay: 10s;
  -webkit-animation-duration: 0.6666666667s;
  left: 35vw;
  top: 74vh;
  height: 0.5rem;
  width: 0.5rem;
}

.star-background #container1 .star:nth-child(36) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 3s;
  -webkit-animation-duration: 1.5s;
  left: 93vw;
  top: 56vh;
  height: 0.3rem;
  width: 0.3rem;
}

.star-background #container1 .star:nth-child(37) {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
  -webkit-animation-duration: 0.3333333333s;
  animation-duration: 0.3333333333s;
  -webkit-animation-delay: 1.6s;
  -webkit-animation-duration: 0.3333333333s;
  left: 105vw;
  top: 62vh;
  height: 0.2rem;
  width: 0.2rem;
}

.star-background #container1 .star:nth-child(38) {
  -webkit-animation-delay: 1.125s;
  animation-delay: 1.125s;
  -webkit-animation-duration: 0.3333333333s;
  animation-duration: 0.3333333333s;
  -webkit-animation-delay: 1.125s;
  -webkit-animation-duration: 0.3333333333s;
  left: 5vw;
  top: 92vh;
  height: 0.3rem;
  width: 0.3rem;
}

.star-background #container1 .star:nth-child(39) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.6s;
  -webkit-animation-duration: 1s;
  left: 69vw;
  top: 62vh;
  height: 0.2rem;
  width: 0.2rem;
}

.star-background #container1 .star:nth-child(40) {
  -webkit-animation-delay: 1.2857142857s;
  animation-delay: 1.2857142857s;
  -webkit-animation-duration: 0.6666666667s;
  animation-duration: 0.6666666667s;
  -webkit-animation-delay: 1.2857142857s;
  -webkit-animation-duration: 0.6666666667s;
  left: 73vw;
  top: 106vh;
  height: 0.2rem;
  width: 0.2rem;
}

.star-background #container1 .star:nth-child(41) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 5s;
  -webkit-animation-duration: 5s;
  left: 43vw;
  top: 69vh;
  height: 0.1rem;
  width: 0.1rem;
}

.star-background #container1 .star:nth-child(42) {
  -webkit-animation-delay: 0.4285714286s;
  animation-delay: 0.4285714286s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.4285714286s;
  -webkit-animation-duration: 1s;
  left: 88vw;
  top: 64vh;
  height: 0.3rem;
  width: 0.3rem;
}

.star-background #container1 .star:nth-child(43) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 0.6666666667s;
  animation-duration: 0.6666666667s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 0.6666666667s;
  left: 19vw;
  top: 25vh;
  height: 0.2rem;
  width: 0.2rem;
}

.star-background #container1 .star:nth-child(44) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0.25s;
  -webkit-animation-duration: 2s;
  left: 68vw;
  top: 54vh;
  height: 0.4rem;
  width: 0.4rem;
}

.star-background #container1 .star:nth-child(45) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 0.5s;
  left: 73vw;
  top: 91vh;
  height: 0.3rem;
  width: 0.3rem;
}

.star-background #container1 .star:nth-child(46) {
  -webkit-animation-delay: 1.1428571429s;
  animation-delay: 1.1428571429s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1.1428571429s;
  -webkit-animation-duration: 1s;
  left: 30vw;
  top: 21vh;
  height: 0.5rem;
  width: 0.5rem;
}

.star-background #container1 .star:nth-child(47) {
  -webkit-animation-delay: 0.125s;
  animation-delay: 0.125s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.125s;
  -webkit-animation-duration: 1s;
  left: 109vw;
  top: 109vh;
  height: 0.1rem;
  width: 0.1rem;
}

.star-background #container1 .star:nth-child(48) {
  -webkit-animation-delay: 1.4285714286s;
  animation-delay: 1.4285714286s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 1.4285714286s;
  -webkit-animation-duration: 0.5s;
  left: 42vw;
  top: 34vh;
  height: 0.1rem;
  width: 0.1rem;
}

.star-background #container1 .star:nth-child(49) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-delay: 1.5s;
  -webkit-animation-duration: 4s;
  left: 105vw;
  top: 88vh;
  height: 0.2rem;
  width: 0.2rem;
}

.star-background #container1 .star:nth-child(50) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 0.75s;
  left: 115vw;
  top: 127vh;
  height: 0.3rem;
  width: 0.3rem;
}

.star-background #container1 .star:nth-child(51) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 1.3333333333s;
  animation-duration: 1.3333333333s;
  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 1.3333333333s;
  left: 43vw;
  top: 29vh;
  height: 0.3rem;
  width: 0.3rem;
}

.star-background #container1 .star:nth-child(52) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-delay: 0.5s;
  -webkit-animation-duration: 0.75s;
  left: 43vw;
  top: 95vh;
  height: 0.6rem;
  width: 0.6rem;
}

.star-background #container1 .star:nth-child(53) {
  -webkit-animation-delay: 0.7777777778s;
  animation-delay: 0.7777777778s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 0.7777777778s;
  -webkit-animation-duration: 0.25s;
  left: 70vw;
  top: 90vh;
  height: 0.6rem;
  width: 0.6rem;
}

.star-background #container1 .star:nth-child(54) {
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-delay: 4.5s;
  -webkit-animation-duration: 0.75s;
  left: 109vw;
  top: 86vh;
  height: 0.2rem;
  width: 0.2rem;
}

.star-background #container1 .star:nth-child(55) {
  -webkit-animation-delay: 1.125s;
  animation-delay: 1.125s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 1.125s;
  -webkit-animation-duration: 5s;
  left: 8vw;
  top: 101vh;
  height: 0.2rem;
  width: 0.2rem;
}

.star-background #container1 .star:nth-child(56) {
  -webkit-animation-delay: 1.2857142857s;
  animation-delay: 1.2857142857s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 1.2857142857s;
  -webkit-animation-duration: 5s;
  left: 81vw;
  top: 86vh;
  height: 0.3rem;
  width: 0.3rem;
}

.star-background #container1 .star:nth-child(57) {
  -webkit-animation-delay: 0.2857142857s;
  animation-delay: 0.2857142857s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2857142857s;
  -webkit-animation-duration: 1s;
  left: 66vw;
  top: 43vh;
  height: 0.1rem;
  width: 0.1rem;
}

.star-background #container1 .star:nth-child(58) {
  -webkit-animation-delay: 3.3333333333s;
  animation-delay: 3.3333333333s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 3.3333333333s;
  -webkit-animation-duration: 1s;
  left: 80vw;
  top: 58vh;
  height: 0.3rem;
  width: 0.3rem;
}

.star-background #container1 .star:nth-child(59) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
  -webkit-animation-duration: 0.6666666667s;
  animation-duration: 0.6666666667s;
  -webkit-animation-delay: 6s;
  -webkit-animation-duration: 0.6666666667s;
  left: 91vw;
  top: 106vh;
  height: 0.6rem;
  width: 0.6rem;
}

.star-background #container1 .star:nth-child(60) {
  -webkit-animation-delay: 1.1666666667s;
  animation-delay: 1.1666666667s;
  -webkit-animation-duration: 1.6666666667s;
  animation-duration: 1.6666666667s;
  -webkit-animation-delay: 1.1666666667s;
  -webkit-animation-duration: 1.6666666667s;
  left: 101vw;
  top: 27vh;
  height: 0.3rem;
  width: 0.3rem;
}

.star-background #container1 .star:nth-child(61) {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1.25s;
  -webkit-animation-duration: 1s;
  left: 69vw;
  top: 87vh;
  height: 0.4rem;
  width: 0.4rem;
}

.star-background #container1 .star:nth-child(62) {
  -webkit-animation-delay: 0.8333333333s;
  animation-delay: 0.8333333333s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-delay: 0.8333333333s;
  -webkit-animation-duration: 4s;
  left: 106vw;
  top: 33vh;
  height: 0.6rem;
  width: 0.6rem;
}

.star-background #container1 .star:nth-child(63) {
  -webkit-animation-delay: 0.4444444444s;
  animation-delay: 0.4444444444s;
  -webkit-animation-duration: 0.6666666667s;
  animation-duration: 0.6666666667s;
  -webkit-animation-delay: 0.4444444444s;
  -webkit-animation-duration: 0.6666666667s;
  left: 103vw;
  top: 50vh;
  height: 0.4rem;
  width: 0.4rem;
}

.star-background #container1 .star:nth-child(64) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 0.5s;
  -webkit-animation-duration: 3s;
  left: 51vw;
  top: 125vh;
  height: 0.4rem;
  width: 0.4rem;
}

.star-background #container1 .star:nth-child(65) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  -webkit-animation-duration: 1s;
  left: 30vw;
  top: 71vh;
  height: 0.5rem;
  width: 0.5rem;
}

.star-background #container1 .star:nth-child(66) {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 2.5s;
  -webkit-animation-duration: 3s;
  left: 110vw;
  top: 82vh;
  height: 0.5rem;
  width: 0.5rem;
}

.star-background #container1 .star:nth-child(67) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 3s;
  -webkit-animation-duration: 3s;
  left: 85vw;
  top: 61vh;
  height: 0.2rem;
  width: 0.2rem;
}

.star-background #container1 .star:nth-child(68) {
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 7s;
  -webkit-animation-duration: 1s;
  left: 32vw;
  top: 90vh;
  height: 0.6rem;
  width: 0.6rem;
}

.star-background #container1 .star:nth-child(69) {
  -webkit-animation-delay: 0.8333333333s;
  animation-delay: 0.8333333333s;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-delay: 0.8333333333s;
  -webkit-animation-duration: 1.25s;
  left: 41vw;
  top: 96vh;
  height: 0.6rem;
  width: 0.6rem;
}

.star-background #container1 .star:nth-child(70) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 1s;
  left: 94vw;
  top: 17vh;
  height: 0.6rem;
  width: 0.6rem;
}

.star-background #container1 .star:nth-child(71) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-delay: 1.5s;
  -webkit-animation-duration: 4s;
  left: 47vw;
  top: 41vh;
  height: 0.1rem;
  width: 0.1rem;
}

.star-background #container1 .star:nth-child(72) {
  -webkit-animation-delay: 1.4285714286s;
  animation-delay: 1.4285714286s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 1.4285714286s;
  -webkit-animation-duration: 0.25s;
  left: 108vw;
  top: 118vh;
  height: 0.1rem;
  width: 0.1rem;
}

.star-background #container1 .star:nth-child(73) {
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
  -webkit-animation-duration: 0.3333333333s;
  animation-duration: 0.3333333333s;
  -webkit-animation-delay: 3.5s;
  -webkit-animation-duration: 0.3333333333s;
  left: 105vw;
  top: 33vh;
  height: 0.2rem;
  width: 0.2rem;
}

.star-background #container1 .star:nth-child(74) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-delay: 1.5s;
  -webkit-animation-duration: 2.5s;
  left: 81vw;
  top: 84vh;
  height: 0.6rem;
  width: 0.6rem;
}

.star-background #container1 .star:nth-child(75) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.75s;
  -webkit-animation-duration: 1s;
  left: 70vw;
  top: 103vh;
  height: 0.3rem;
  width: 0.3rem;
}

.star-background #container1 .star:nth-child(76) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 0.25s;
  left: 42vw;
  top: 23vh;
  height: 0.4rem;
  width: 0.4rem;
}

.star-background #container1 .star:nth-child(77) {
  -webkit-animation-delay: 0.1666666667s;
  animation-delay: 0.1666666667s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.1666666667s;
  -webkit-animation-duration: 1s;
  left: 35vw;
  top: 85vh;
  height: 0.2rem;
  width: 0.2rem;
}

.star-background #container1 .star:nth-child(78) {
  -webkit-animation-delay: 9s;
  animation-delay: 9s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 9s;
  -webkit-animation-duration: 0.25s;
  left: 18vw;
  top: 91vh;
  height: 0.5rem;
  width: 0.5rem;
}

.star-background #container1 .star:nth-child(79) {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 1.25s;
  -webkit-animation-duration: 1.5s;
  left: 82vw;
  top: 42vh;
  height: 0.6rem;
  width: 0.6rem;
}

.star-background #container1 .star:nth-child(80) {
  -webkit-animation-delay: 0.4285714286s;
  animation-delay: 0.4285714286s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.4285714286s;
  -webkit-animation-duration: 1.5s;
  left: 39vw;
  top: 43vh;
  height: 0.1rem;
  width: 0.1rem;
}

.star-background #container2 {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  animation: rotate 250s infinite linear;
  -webkit-animation: rotate 250s infinite linear;
}

.star-background #container2 .star:nth-child(1) {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 1.25s;
  -webkit-animation-duration: 2s;
  left: 92vw;
  top: 69vh;
  height: 0.6rem;
  width: 0.6rem;
}

.star-background #container2 .star:nth-child(2) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 2s;
  left: 34vw;
  top: 85vh;
  height: 0.5rem;
  width: 0.5rem;
}

.star-background #container2 .star:nth-child(3) {
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 3.5s;
  -webkit-animation-duration: 3s;
  left: 108vw;
  top: 108vh;
  height: 0.4rem;
  width: 0.4rem;
}

.star-background #container2 .star:nth-child(4) {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
  -webkit-animation-duration: 1.3333333333s;
  animation-duration: 1.3333333333s;
  -webkit-animation-delay: 2.5s;
  -webkit-animation-duration: 1.3333333333s;
  left: 21vw;
  top: 69vh;
  height: 0.4rem;
  width: 0.4rem;
}

.star-background #container2 .star:nth-child(5) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 0.5s;
  -webkit-animation-duration: 3s;
  left: 92vw;
  top: 78vh;
  height: 0.3rem;
  width: 0.3rem;
}

.star-background #container2 .star:nth-child(6) {
  -webkit-animation-delay: 0.7777777778s;
  animation-delay: 0.7777777778s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.7777777778s;
  -webkit-animation-duration: 0.5s;
  left: 31vw;
  top: 9vh;
  height: 0.4rem;
  width: 0.4rem;
}

.star-background #container2 .star:nth-child(7) {
  -webkit-animation-delay: 1.3333333333s;
  animation-delay: 1.3333333333s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 1.3333333333s;
  -webkit-animation-duration: 0.25s;
  left: 67vw;
  top: 66vh;
  height: 0.1rem;
  width: 0.1rem;
}

.star-background #container2 .star:nth-child(8) {
  -webkit-animation-delay: 1.1111111111s;
  animation-delay: 1.1111111111s;
  -webkit-animation-duration: 1.3333333333s;
  animation-duration: 1.3333333333s;
  -webkit-animation-delay: 1.1111111111s;
  -webkit-animation-duration: 1.3333333333s;
  left: 28vw;
  top: 119vh;
  height: 0.6rem;
  width: 0.6rem;
}

.star-background #container2 .star:nth-child(9) {
  -webkit-animation-delay: 2.3333333333s;
  animation-delay: 2.3333333333s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 2.3333333333s;
  -webkit-animation-duration: 1.5s;
  left: 33vw;
  top: 78vh;
  height: 0.5rem;
  width: 0.5rem;
}

.star-background #container2 .star:nth-child(10) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-delay: 0.2s;
  -webkit-animation-duration: 1.25s;
  left: 33vw;
  top: 90vh;
  height: 0.4rem;
  width: 0.4rem;
}

.star-background #container2 .star:nth-child(11) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-duration: 0.3333333333s;
  animation-duration: 0.3333333333s;
  -webkit-animation-delay: 3s;
  -webkit-animation-duration: 0.3333333333s;
  left: 4vw;
  top: 25vh;
  height: 0.2rem;
  width: 0.2rem;
}

.star-background #container2 .star:nth-child(12) {
  -webkit-animation-delay: 1.4285714286s;
  animation-delay: 1.4285714286s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 1.4285714286s;
  -webkit-animation-duration: 3s;
  left: 42vw;
  top: 43vh;
  height: 0.3rem;
  width: 0.3rem;
}

.star-background #container2 .star:nth-child(13) {
  -webkit-animation-delay: 1.4285714286s;
  animation-delay: 1.4285714286s;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-delay: 1.4285714286s;
  -webkit-animation-duration: 1.25s;
  left: 103vw;
  top: 74vh;
  height: 0.3rem;
  width: 0.3rem;
}

.star-background #container2 .star:nth-child(14) {
  -webkit-animation-delay: 1.3333333333s;
  animation-delay: 1.3333333333s;
  -webkit-animation-duration: 0.6666666667s;
  animation-duration: 0.6666666667s;
  -webkit-animation-delay: 1.3333333333s;
  -webkit-animation-duration: 0.6666666667s;
  left: 90vw;
  top: 82vh;
  height: 0.6rem;
  width: 0.6rem;
}

.star-background #container2 .star:nth-child(15) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 0.75s;
  left: 53vw;
  top: 94vh;
  height: 0.1rem;
  width: 0.1rem;
}

.star-background #container2 .star:nth-child(16) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 0.75s;
  -webkit-animation-duration: 0.25s;
  left: 12vw;
  top: 101vh;
  height: 0.5rem;
  width: 0.5rem;
}

.star-background #container2 .star:nth-child(17) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0.5s;
  -webkit-animation-duration: 2s;
  left: 44vw;
  top: 22vh;
  height: 0.5rem;
  width: 0.5rem;
}

.star-background #container2 .star:nth-child(18) {
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-delay: 4.5s;
  -webkit-animation-duration: 2.5s;
  left: 55vw;
  top: 83vh;
  height: 0.2rem;
  width: 0.2rem;
}

.star-background #container2 .star:nth-child(19) {
  -webkit-animation-delay: 0.2222222222s;
  animation-delay: 0.2222222222s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0.2222222222s;
  -webkit-animation-duration: 2s;
  left: 122vw;
  top: 89vh;
  height: 0.3rem;
  width: 0.3rem;
}

.star-background #container2 .star:nth-child(20) {
  -webkit-animation-delay: 0.3333333333s;
  animation-delay: 0.3333333333s;
  -webkit-animation-duration: 1.3333333333s;
  animation-duration: 1.3333333333s;
  -webkit-animation-delay: 0.3333333333s;
  -webkit-animation-duration: 1.3333333333s;
  left: 97vw;
  top: 57vh;
  height: 0.5rem;
  width: 0.5rem;
}

.star-background #container2 .star:nth-child(21) {
  -webkit-animation-delay: 0.1666666667s;
  animation-delay: 0.1666666667s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0.1666666667s;
  -webkit-animation-duration: 2s;
  left: 74vw;
  top: 39vh;
  height: 0.2rem;
  width: 0.2rem;
}

.star-background #container2 .star:nth-child(22) {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
  -webkit-animation-duration: 1.6666666667s;
  animation-duration: 1.6666666667s;
  -webkit-animation-delay: 1.6s;
  -webkit-animation-duration: 1.6666666667s;
  left: 80vw;
  top: 123vh;
  height: 0.3rem;
  width: 0.3rem;
}

.star-background #container2 .star:nth-child(23) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.8s;
  -webkit-animation-duration: 1s;
  left: 33vw;
  top: 91vh;
  height: 0.3rem;
  width: 0.3rem;
}

.star-background #container2 .star:nth-child(24) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.8s;
  -webkit-animation-duration: 0.5s;
  left: 60vw;
  top: 63vh;
  height: 0.3rem;
  width: 0.3rem;
}

.star-background #container2 .star:nth-child(25) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-delay: 0.5s;
  -webkit-animation-duration: 1.25s;
  left: 78vw;
  top: 67vh;
  height: 0.5rem;
  width: 0.5rem;
}

.star-background #container2 .star:nth-child(26) {
  -webkit-animation-delay: 0.7777777778s;
  animation-delay: 0.7777777778s;
  -webkit-animation-duration: 0.6666666667s;
  animation-duration: 0.6666666667s;
  -webkit-animation-delay: 0.7777777778s;
  -webkit-animation-duration: 0.6666666667s;
  left: 62vw;
  top: 41vh;
  height: 0.2rem;
  width: 0.2rem;
}

.star-background #container2 .star:nth-child(27) {
  -webkit-animation-delay: 1.6666666667s;
  animation-delay: 1.6666666667s;
  -webkit-animation-duration: 1.3333333333s;
  animation-duration: 1.3333333333s;
  -webkit-animation-delay: 1.6666666667s;
  -webkit-animation-duration: 1.3333333333s;
  left: 112vw;
  top: 90vh;
  height: 0.2rem;
  width: 0.2rem;
}

.star-background #container2 .star:nth-child(28) {
  -webkit-animation-delay: 0.3333333333s;
  animation-delay: 0.3333333333s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 0.3333333333s;
  -webkit-animation-duration: 3s;
  left: 85vw;
  top: 116vh;
  height: 0.5rem;
  width: 0.5rem;
}

.star-background #container2 .star:nth-child(29) {
  -webkit-animation-delay: 2.25s;
  animation-delay: 2.25s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 2.25s;
  -webkit-animation-duration: 1s;
  left: 100vw;
  top: 66vh;
  height: 0.3rem;
  width: 0.3rem;
}

.star-background #container2 .star:nth-child(30) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.75s;
  -webkit-animation-duration: 1s;
  left: 63vw;
  top: 130vh;
  height: 0.1rem;
  width: 0.1rem;
}

.star-background #container2 .star:nth-child(31) {
  -webkit-animation-delay: 0.8888888889s;
  animation-delay: 0.8888888889s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.8888888889s;
  -webkit-animation-duration: 0.5s;
  left: 79vw;
  top: 36vh;
  height: 0.4rem;
  width: 0.4rem;
}

.star-background #container2 .star:nth-child(32) {
  -webkit-animation-delay: 0.5555555556s;
  animation-delay: 0.5555555556s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 0.5555555556s;
  -webkit-animation-duration: 3s;
  left: 100vw;
  top: 73vh;
  height: 0.4rem;
  width: 0.4rem;
}

.star-background #container2 .star:nth-child(33) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-delay: 1.2s;
  -webkit-animation-duration: 0.75s;
  left: 67vw;
  top: 45vh;
  height: 0.3rem;
  width: 0.3rem;
}

.star-background #container2 .star:nth-child(34) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 1s;
  left: 128vw;
  top: 47vh;
  height: 0.5rem;
  width: 0.5rem;
}

.star-background #container2 .star:nth-child(35) {
  -webkit-animation-delay: 1.3333333333s;
  animation-delay: 1.3333333333s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1.3333333333s;
  -webkit-animation-duration: 1s;
  left: 13vw;
  top: 59vh;
  height: 0.5rem;
  width: 0.5rem;
}

.star-background #container2 .star:nth-child(36) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 3s;
  left: 97vw;
  top: 111vh;
  height: 0.1rem;
  width: 0.1rem;
}

.star-background #container2 .star:nth-child(37) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 0.6666666667s;
  animation-duration: 0.6666666667s;
  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 0.6666666667s;
  left: 96vw;
  top: 90vh;
  height: 0.1rem;
  width: 0.1rem;
}

.star-background #container2 .star:nth-child(38) {
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s;
  -webkit-animation-duration: 1.6666666667s;
  animation-duration: 1.6666666667s;
  -webkit-animation-delay: 4.5s;
  -webkit-animation-duration: 1.6666666667s;
  left: 106vw;
  top: 94vh;
  height: 0.6rem;
  width: 0.6rem;
}

.star-background #container2 .star:nth-child(39) {
  -webkit-animation-delay: 0.1666666667s;
  animation-delay: 0.1666666667s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.1666666667s;
  -webkit-animation-duration: 1s;
  left: 66vw;
  top: 40vh;
  height: 0.4rem;
  width: 0.4rem;
}

.star-background #container2 .star:nth-child(40) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 4s;
  left: 44vw;
  top: 103vh;
  height: 0.3rem;
  width: 0.3rem;
}

.star-background #container2 .star:nth-child(41) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 1.5s;
  -webkit-animation-duration: 2s;
  left: 122vw;
  top: 69vh;
  height: 0.6rem;
  width: 0.6rem;
}

.star-background #container2 .star:nth-child(42) {
  -webkit-animation-delay: 1.6666666667s;
  animation-delay: 1.6666666667s;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-delay: 1.6666666667s;
  -webkit-animation-duration: 1.25s;
  left: 82vw;
  top: 30vh;
  height: 0.3rem;
  width: 0.3rem;
}

.star-background #container2 .star:nth-child(43) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1.5s;
  -webkit-animation-duration: 1s;
  left: 55vw;
  top: 108vh;
  height: 0.5rem;
  width: 0.5rem;
}

.star-background #container2 .star:nth-child(44) {
  -webkit-animation-delay: 0.8888888889s;
  animation-delay: 0.8888888889s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.8888888889s;
  -webkit-animation-duration: 1s;
  left: 114vw;
  top: 19vh;
  height: 0.5rem;
  width: 0.5rem;
}

.star-background #container2 .star:nth-child(45) {
  -webkit-animation-delay: 1.1428571429s;
  animation-delay: 1.1428571429s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 1.1428571429s;
  -webkit-animation-duration: 1.5s;
  left: 109vw;
  top: 97vh;
  height: 0.6rem;
  width: 0.6rem;
}

.star-background #container2 .star:nth-child(46) {
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 4.5s;
  -webkit-animation-duration: 3s;
  left: 89vw;
  top: 32vh;
  height: 0.1rem;
  width: 0.1rem;
}

.star-background #container2 .star:nth-child(47) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 1.25s;
  left: 86vw;
  top: 58vh;
  height: 0.4rem;
  width: 0.4rem;
}

.star-background #container2 .star:nth-child(48) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 5s;
  left: 71vw;
  top: 38vh;
  height: 0.3rem;
  width: 0.3rem;
}

.star-background #container2 .star:nth-child(49) {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 1.6s;
  -webkit-animation-duration: 0.5s;
  left: 61vw;
  top: 53vh;
  height: 0.1rem;
  width: 0.1rem;
}

.star-background #container2 .star:nth-child(50) {
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 7s;
  -webkit-animation-duration: 1s;
  left: 58vw;
  top: 72vh;
  height: 0.5rem;
  width: 0.5rem;
}

.star-background #container2 .star:nth-child(51) {
  -webkit-animation-delay: 0.7777777778s;
  animation-delay: 0.7777777778s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 0.7777777778s;
  -webkit-animation-duration: 0.25s;
  left: 98vw;
  top: 91vh;
  height: 0.3rem;
  width: 0.3rem;
}

.star-background #container2 .star:nth-child(52) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-delay: 0.75s;
  -webkit-animation-duration: 2.5s;
  left: 96vw;
  top: 63vh;
  height: 0.2rem;
  width: 0.2rem;
}

.star-background #container2 .star:nth-child(53) {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 2.5s;
  -webkit-animation-duration: 1s;
  left: 69vw;
  top: 21vh;
  height: 0.4rem;
  width: 0.4rem;
}

.star-background #container2 .star:nth-child(54) {
  -webkit-animation-delay: 0.875s;
  animation-delay: 0.875s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.875s;
  -webkit-animation-duration: 1s;
  left: 63vw;
  top: 54vh;
  height: 0.1rem;
  width: 0.1rem;
}

.star-background #container2 .star:nth-child(55) {
  -webkit-animation-delay: 0.4285714286s;
  animation-delay: 0.4285714286s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0.4285714286s;
  -webkit-animation-duration: 2s;
  left: 42vw;
  top: 108vh;
  height: 0.4rem;
  width: 0.4rem;
}

.star-background #container2 .star:nth-child(56) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-delay: 1.5s;
  -webkit-animation-duration: 1.25s;
  left: 32vw;
  top: 32vh;
  height: 0.3rem;
  width: 0.3rem;
}

.star-background #container2 .star:nth-child(57) {
  -webkit-animation-delay: 0.5555555556s;
  animation-delay: 0.5555555556s;
  -webkit-animation-duration: 1.3333333333s;
  animation-duration: 1.3333333333s;
  -webkit-animation-delay: 0.5555555556s;
  -webkit-animation-duration: 1.3333333333s;
  left: 87vw;
  top: 47vh;
  height: 0.5rem;
  width: 0.5rem;
}

.star-background #container2 .star:nth-child(58) {
  -webkit-animation-delay: 0.875s;
  animation-delay: 0.875s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.875s;
  -webkit-animation-duration: 1s;
  left: 80vw;
  top: 37vh;
  height: 0.1rem;
  width: 0.1rem;
}

.star-background #container2 .star:nth-child(59) {
  -webkit-animation-delay: 1.3333333333s;
  animation-delay: 1.3333333333s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1.3333333333s;
  -webkit-animation-duration: 1s;
  left: 63vw;
  top: 49vh;
  height: 0.6rem;
  width: 0.6rem;
}

.star-background #container2 .star:nth-child(60) {
  -webkit-animation-delay: 0.4285714286s;
  animation-delay: 0.4285714286s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.4285714286s;
  -webkit-animation-duration: 1s;
  left: 75vw;
  top: 54vh;
  height: 0.5rem;
  width: 0.5rem;
}

.star-background #container2 .star:nth-child(61) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 0.5s;
  left: 61vw;
  top: 83vh;
  height: 0.5rem;
  width: 0.5rem;
}

.star-background #container2 .star:nth-child(62) {
  -webkit-animation-delay: 1.3333333333s;
  animation-delay: 1.3333333333s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1.3333333333s;
  -webkit-animation-duration: 1s;
  left: 55vw;
  top: 85vh;
  height: 0.1rem;
  width: 0.1rem;
}

.star-background #container2 .star:nth-child(63) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0.75s;
  -webkit-animation-duration: 2s;
  left: 34vw;
  top: 54vh;
  height: 0.6rem;
  width: 0.6rem;
}

.star-background #container2 .star:nth-child(64) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 1.5s;
  -webkit-animation-duration: 2s;
  left: 41vw;
  top: 95vh;
  height: 0.1rem;
  width: 0.1rem;
}

.star-background #container2 .star:nth-child(65) {
  -webkit-animation-delay: 1.1111111111s;
  animation-delay: 1.1111111111s;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-delay: 1.1111111111s;
  -webkit-animation-duration: 1.25s;
  left: 42vw;
  top: 81vh;
  height: 0.1rem;
  width: 0.1rem;
}

.star-background #container2 .star:nth-child(66) {
  -webkit-animation-delay: 0.7142857143s;
  animation-delay: 0.7142857143s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-delay: 0.7142857143s;
  -webkit-animation-duration: 4s;
  left: 82vw;
  top: 76vh;
  height: 0.1rem;
  width: 0.1rem;
}

.star-background #container2 .star:nth-child(67) {
  -webkit-animation-delay: 0.2222222222s;
  animation-delay: 0.2222222222s;
  -webkit-animation-duration: 1.3333333333s;
  animation-duration: 1.3333333333s;
  -webkit-animation-delay: 0.2222222222s;
  -webkit-animation-duration: 1.3333333333s;
  left: 95vw;
  top: 104vh;
  height: 0.6rem;
  width: 0.6rem;
}

.star-background #container2 .star:nth-child(68) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 1.6666666667s;
  animation-duration: 1.6666666667s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 1.6666666667s;
  left: 77vw;
  top: 44vh;
  height: 0.2rem;
  width: 0.2rem;
}

.star-background #container2 .star:nth-child(69) {
  -webkit-animation-delay: 1.6666666667s;
  animation-delay: 1.6666666667s;
  -webkit-animation-duration: 1.6666666667s;
  animation-duration: 1.6666666667s;
  -webkit-animation-delay: 1.6666666667s;
  -webkit-animation-duration: 1.6666666667s;
  left: 34vw;
  top: 125vh;
  height: 0.6rem;
  width: 0.6rem;
}

.star-background #container2 .star:nth-child(70) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 1.5s;
  -webkit-animation-duration: 3s;
  left: 20vw;
  top: 51vh;
  height: 0.2rem;
  width: 0.2rem;
}

.star-background #container2 .star:nth-child(71) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-delay: 5s;
  -webkit-animation-duration: 1.25s;
  left: 98vw;
  top: 78vh;
  height: 0.6rem;
  width: 0.6rem;
}

.star-background #container2 .star:nth-child(72) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 0.25s;
  left: 99vw;
  top: 71vh;
  height: 0.3rem;
  width: 0.3rem;
}

.star-background #container2 .star:nth-child(73) {
  -webkit-animation-delay: 0.8333333333s;
  animation-delay: 0.8333333333s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 0.8333333333s;
  -webkit-animation-duration: 5s;
  left: 113vw;
  top: 44vh;
  height: 0.5rem;
  width: 0.5rem;
}

.star-background #container2 .star:nth-child(74) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 0.25s;
  -webkit-animation-duration: 3s;
  left: 54vw;
  top: 61vh;
  height: 0.6rem;
  width: 0.6rem;
}

.star-background #container2 .star:nth-child(75) {
  -webkit-animation-delay: 1.1428571429s;
  animation-delay: 1.1428571429s;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-delay: 1.1428571429s;
  -webkit-animation-duration: 2.5s;
  left: 41vw;
  top: 86vh;
  height: 0.5rem;
  width: 0.5rem;
}

.star-background #container2 .star:nth-child(76) {
  -webkit-animation-delay: 1.6666666667s;
  animation-delay: 1.6666666667s;
  -webkit-animation-duration: 1.6666666667s;
  animation-duration: 1.6666666667s;
  -webkit-animation-delay: 1.6666666667s;
  -webkit-animation-duration: 1.6666666667s;
  left: 72vw;
  top: 89vh;
  height: 0.6rem;
  width: 0.6rem;
}

.star-background #container2 .star:nth-child(77) {
  -webkit-animation-delay: 0.375s;
  animation-delay: 0.375s;
  -webkit-animation-duration: 1.6666666667s;
  animation-duration: 1.6666666667s;
  -webkit-animation-delay: 0.375s;
  -webkit-animation-duration: 1.6666666667s;
  left: 37vw;
  top: 16vh;
  height: 0.2rem;
  width: 0.2rem;
}

.star-background #container2 .star:nth-child(78) {
  -webkit-animation-delay: 0.125s;
  animation-delay: 0.125s;
  -webkit-animation-duration: 1.3333333333s;
  animation-duration: 1.3333333333s;
  -webkit-animation-delay: 0.125s;
  -webkit-animation-duration: 1.3333333333s;
  left: 49vw;
  top: 86vh;
  height: 0.5rem;
  width: 0.5rem;
}

.star-background #container2 .star:nth-child(79) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 1.5s;
  -webkit-animation-duration: 0.5s;
  left: 38vw;
  top: 65vh;
  height: 0.3rem;
  width: 0.3rem;
}

.star-background #container2 .star:nth-child(80) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0.5s;
  -webkit-animation-duration: 2s;
  left: 102vw;
  top: 60vh;
  height: 0.3rem;
  width: 0.3rem;
}

.star-background #container3 {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  animation: rotate 300s infinite linear;
  -webkit-animation: rotate 300s infinite linear;
}

.star-background #container3 .star:nth-child(1) {
  -webkit-animation-delay: 0.8333333333s;
  animation-delay: 0.8333333333s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0.8333333333s;
  -webkit-animation-duration: 2s;
  left: 100vw;
  top: 69vh;
  height: 0.2rem;
  width: 0.2rem;
}

.star-background #container3 .star:nth-child(2) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 2s;
  left: 76vw;
  top: 105vh;
  height: 0.1rem;
  width: 0.1rem;
}

.star-background #container3 .star:nth-child(3) {
  -webkit-animation-delay: 1.1111111111s;
  animation-delay: 1.1111111111s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 1.1111111111s;
  -webkit-animation-duration: 0.5s;
  left: 93vw;
  top: 77vh;
  height: 0.5rem;
  width: 0.5rem;
}

.star-background #container3 .star:nth-child(4) {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 1.8s;
  -webkit-animation-duration: 2s;
  left: 41vw;
  top: 18vh;
  height: 0.3rem;
  width: 0.3rem;
}

.star-background #container3 .star:nth-child(5) {
  -webkit-animation-delay: 0.6666666667s;
  animation-delay: 0.6666666667s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-delay: 0.6666666667s;
  -webkit-animation-duration: 4s;
  left: 55vw;
  top: 29vh;
  height: 0.3rem;
  width: 0.3rem;
}

.star-background #container3 .star:nth-child(6) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 1s;
  left: 35vw;
  top: 74vh;
  height: 0.1rem;
  width: 0.1rem;
}

.star-background #container3 .star:nth-child(7) {
  -webkit-animation-delay: 0.625s;
  animation-delay: 0.625s;
  -webkit-animation-duration: 0.3333333333s;
  animation-duration: 0.3333333333s;
  -webkit-animation-delay: 0.625s;
  -webkit-animation-duration: 0.3333333333s;
  left: 119vw;
  top: 61vh;
  height: 0.2rem;
  width: 0.2rem;
}

.star-background #container3 .star:nth-child(8) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 1.3333333333s;
  animation-duration: 1.3333333333s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 1.3333333333s;
  left: 82vw;
  top: 37vh;
  height: 0.4rem;
  width: 0.4rem;
}

.star-background #container3 .star:nth-child(9) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.4s;
  -webkit-animation-duration: 0.5s;
  left: 71vw;
  top: 60vh;
  height: 0.6rem;
  width: 0.6rem;
}

.star-background #container3 .star:nth-child(10) {
  -webkit-animation-delay: 0.1428571429s;
  animation-delay: 0.1428571429s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.1428571429s;
  -webkit-animation-duration: 1s;
  left: 121vw;
  top: 87vh;
  height: 0.3rem;
  width: 0.3rem;
}

.star-background #container3 .star:nth-child(11) {
  -webkit-animation-delay: 0.125s;
  animation-delay: 0.125s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0.125s;
  -webkit-animation-duration: 2s;
  left: 24vw;
  top: 120vh;
  height: 0.1rem;
  width: 0.1rem;
}

.star-background #container3 .star:nth-child(12) {
  -webkit-animation-delay: 0.2857142857s;
  animation-delay: 0.2857142857s;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-delay: 0.2857142857s;
  -webkit-animation-duration: 0.75s;
  left: 97vw;
  top: 62vh;
  height: 0.3rem;
  width: 0.3rem;
}

.star-background #container3 .star:nth-child(13) {
  -webkit-animation-delay: 0.1666666667s;
  animation-delay: 0.1666666667s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0.1666666667s;
  -webkit-animation-duration: 2s;
  left: 38vw;
  top: 124vh;
  height: 0.4rem;
  width: 0.4rem;
}

.star-background #container3 .star:nth-child(14) {
  -webkit-animation-delay: 0.3333333333s;
  animation-delay: 0.3333333333s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.3333333333s;
  -webkit-animation-duration: 1s;
  left: 118vw;
  top: 65vh;
  height: 0.6rem;
  width: 0.6rem;
}

.star-background #container3 .star:nth-child(15) {
  -webkit-animation-delay: 0.8888888889s;
  animation-delay: 0.8888888889s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 0.8888888889s;
  -webkit-animation-duration: 3s;
  left: 57vw;
  top: 57vh;
  height: 0.5rem;
  width: 0.5rem;
}

.star-background #container3 .star:nth-child(16) {
  -webkit-animation-delay: 1.2857142857s;
  animation-delay: 1.2857142857s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 1.2857142857s;
  -webkit-animation-duration: 2s;
  left: 16vw;
  top: 29vh;
  height: 0.5rem;
  width: 0.5rem;
}

.star-background #container3 .star:nth-child(17) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-duration: 0.6666666667s;
  animation-duration: 0.6666666667s;
  -webkit-animation-delay: 5s;
  -webkit-animation-duration: 0.6666666667s;
  left: 80vw;
  top: 36vh;
  height: 0.4rem;
  width: 0.4rem;
}

.star-background #container3 .star:nth-child(18) {
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 4.5s;
  -webkit-animation-duration: 1s;
  left: 107vw;
  top: 74vh;
  height: 0.3rem;
  width: 0.3rem;
}

.star-background #container3 .star:nth-child(19) {
  -webkit-animation-delay: 0.625s;
  animation-delay: 0.625s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.625s;
  -webkit-animation-duration: 0.5s;
  left: 59vw;
  top: 28vh;
  height: 0.1rem;
  width: 0.1rem;
}

.star-background #container3 .star:nth-child(20) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-delay: 1.5s;
  -webkit-animation-duration: 2.5s;
  left: 82vw;
  top: 61vh;
  height: 0.2rem;
  width: 0.2rem;
}

.star-background #container3 .star:nth-child(21) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
  -webkit-animation-duration: 0.6666666667s;
  animation-duration: 0.6666666667s;
  -webkit-animation-delay: 0.25s;
  -webkit-animation-duration: 0.6666666667s;
  left: 36vw;
  top: 100vh;
  height: 0.2rem;
  width: 0.2rem;
}

.star-background #container3 .star:nth-child(22) {
  -webkit-animation-delay: 1.2857142857s;
  animation-delay: 1.2857142857s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 1.2857142857s;
  -webkit-animation-duration: 0.5s;
  left: 99vw;
  top: 51vh;
  height: 0.5rem;
  width: 0.5rem;
}

.star-background #container3 .star:nth-child(23) {
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 7s;
  -webkit-animation-duration: 0.25s;
  left: 74vw;
  top: 16vh;
  height: 0.1rem;
  width: 0.1rem;
}

.star-background #container3 .star:nth-child(24) {
  -webkit-animation-delay: 0.6666666667s;
  animation-delay: 0.6666666667s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.6666666667s;
  -webkit-animation-duration: 0.5s;
  left: 43vw;
  top: 98vh;
  height: 0.4rem;
  width: 0.4rem;
}

.star-background #container3 .star:nth-child(25) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.25s;
  -webkit-animation-duration: 1s;
  left: 16vw;
  top: 121vh;
  height: 0.3rem;
  width: 0.3rem;
}

.star-background #container3 .star:nth-child(26) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 2s;
  left: 54vw;
  top: 61vh;
  height: 0.1rem;
  width: 0.1rem;
}

.star-background #container3 .star:nth-child(27) {
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-delay: 4.5s;
  -webkit-animation-duration: 1.25s;
  left: 62vw;
  top: 55vh;
  height: 0.4rem;
  width: 0.4rem;
}

.star-background #container3 .star:nth-child(28) {
  -webkit-animation-delay: 1.1666666667s;
  animation-delay: 1.1666666667s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 1.1666666667s;
  -webkit-animation-duration: 3s;
  left: 94vw;
  top: 44vh;
  height: 0.2rem;
  width: 0.2rem;
}

.star-background #container3 .star:nth-child(29) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-duration: 0.6666666667s;
  animation-duration: 0.6666666667s;
  -webkit-animation-delay: 5s;
  -webkit-animation-duration: 0.6666666667s;
  left: 14vw;
  top: 39vh;
  height: 0.5rem;
  width: 0.5rem;
}

.star-background #container3 .star:nth-child(30) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 1s;
  left: 53vw;
  top: 105vh;
  height: 0.2rem;
  width: 0.2rem;
}

.star-background #container3 .star:nth-child(31) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 3s;
  -webkit-animation-duration: 1s;
  left: 36vw;
  top: 96vh;
  height: 0.4rem;
  width: 0.4rem;
}

.star-background #container3 .star:nth-child(32) {
  -webkit-animation-delay: 0.3333333333s;
  animation-delay: 0.3333333333s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.3333333333s;
  -webkit-animation-duration: 0.5s;
  left: 91vw;
  top: 46vh;
  height: 0.1rem;
  width: 0.1rem;
}

.star-background #container3 .star:nth-child(33) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1.5s;
  -webkit-animation-duration: 1s;
  left: 93vw;
  top: 45vh;
  height: 0.2rem;
  width: 0.2rem;
}

.star-background #container3 .star:nth-child(34) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 0.5s;
  left: 10vw;
  top: 93vh;
  height: 0.5rem;
  width: 0.5rem;
}

.star-background #container3 .star:nth-child(35) {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
  -webkit-animation-duration: 0.3333333333s;
  animation-duration: 0.3333333333s;
  -webkit-animation-delay: 1.25s;
  -webkit-animation-duration: 0.3333333333s;
  left: 85vw;
  top: 85vh;
  height: 0.1rem;
  width: 0.1rem;
}

.star-background #container3 .star:nth-child(36) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 0.2s;
  -webkit-animation-duration: 3s;
  left: 58vw;
  top: 18vh;
  height: 0.1rem;
  width: 0.1rem;
}

.star-background #container3 .star:nth-child(37) {
  -webkit-animation-delay: 1.1111111111s;
  animation-delay: 1.1111111111s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 1.1111111111s;
  -webkit-animation-duration: 1.5s;
  left: 36vw;
  top: 57vh;
  height: 0.3rem;
  width: 0.3rem;
}

.star-background #container3 .star:nth-child(38) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 0.25s;
  -webkit-animation-duration: 0.25s;
  left: 3vw;
  top: 78vh;
  height: 0.1rem;
  width: 0.1rem;
}

.star-background #container3 .star:nth-child(39) {
  -webkit-animation-delay: 1.3333333333s;
  animation-delay: 1.3333333333s;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-delay: 1.3333333333s;
  -webkit-animation-duration: 2.5s;
  left: 90vw;
  top: 7vh;
  height: 0.3rem;
  width: 0.3rem;
}

.star-background #container3 .star:nth-child(40) {
  -webkit-animation-delay: 1.6666666667s;
  animation-delay: 1.6666666667s;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-delay: 1.6666666667s;
  -webkit-animation-duration: 0.75s;
  left: 25vw;
  top: 32vh;
  height: 0.6rem;
  width: 0.6rem;
}

.star-background #container3 .star:nth-child(41) {
  -webkit-animation-delay: 0.3333333333s;
  animation-delay: 0.3333333333s;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-delay: 0.3333333333s;
  -webkit-animation-duration: 1.25s;
  left: 89vw;
  top: 52vh;
  height: 0.2rem;
  width: 0.2rem;
}

.star-background #container3 .star:nth-child(42) {
  -webkit-animation-delay: 0.7777777778s;
  animation-delay: 0.7777777778s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.7777777778s;
  -webkit-animation-duration: 0.5s;
  left: 84vw;
  top: 90vh;
  height: 0.3rem;
  width: 0.3rem;
}

.star-background #container3 .star:nth-child(43) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-delay: 0.4s;
  -webkit-animation-duration: 4s;
  left: 65vw;
  top: 125vh;
  height: 0.4rem;
  width: 0.4rem;
}

.star-background #container3 .star:nth-child(44) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.75s;
  -webkit-animation-duration: 1s;
  left: 88vw;
  top: 35vh;
  height: 0.4rem;
  width: 0.4rem;
}

.star-background #container3 .star:nth-child(45) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-delay: 1.2s;
  -webkit-animation-duration: 1.25s;
  left: 85vw;
  top: 56vh;
  height: 0.2rem;
  width: 0.2rem;
}

.star-background #container3 .star:nth-child(46) {
  -webkit-animation-delay: 0.6666666667s;
  animation-delay: 0.6666666667s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0.6666666667s;
  -webkit-animation-duration: 2s;
  left: 81vw;
  top: 33vh;
  height: 0.2rem;
  width: 0.2rem;
}

.star-background #container3 .star:nth-child(47) {
  -webkit-animation-delay: 1.6666666667s;
  animation-delay: 1.6666666667s;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-delay: 1.6666666667s;
  -webkit-animation-duration: 0.75s;
  left: 24vw;
  top: 65vh;
  height: 0.5rem;
  width: 0.5rem;
}

.star-background #container3 .star:nth-child(48) {
  -webkit-animation-delay: 0.3333333333s;
  animation-delay: 0.3333333333s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.3333333333s;
  -webkit-animation-duration: 0.5s;
  left: 99vw;
  top: 56vh;
  height: 0.1rem;
  width: 0.1rem;
}

.star-background #container3 .star:nth-child(49) {
  -webkit-animation-delay: 2.3333333333s;
  animation-delay: 2.3333333333s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 2.3333333333s;
  -webkit-animation-duration: 1s;
  left: 30vw;
  top: 87vh;
  height: 0.3rem;
  width: 0.3rem;
}

.star-background #container3 .star:nth-child(50) {
  -webkit-animation-delay: 2.3333333333s;
  animation-delay: 2.3333333333s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 2.3333333333s;
  -webkit-animation-duration: 0.25s;
  left: 89vw;
  top: 87vh;
  height: 0.2rem;
  width: 0.2rem;
}

.star-background #container3 .star:nth-child(51) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 2.5s;
  left: 75vw;
  top: 36vh;
  height: 0.3rem;
  width: 0.3rem;
}

.star-background #container3 .star:nth-child(52) {
  -webkit-animation-delay: 0.4444444444s;
  animation-delay: 0.4444444444s;
  -webkit-animation-duration: 0.3333333333s;
  animation-duration: 0.3333333333s;
  -webkit-animation-delay: 0.4444444444s;
  -webkit-animation-duration: 0.3333333333s;
  left: 74vw;
  top: 104vh;
  height: 0.4rem;
  width: 0.4rem;
}

.star-background #container3 .star:nth-child(53) {
  -webkit-animation-delay: 0.125s;
  animation-delay: 0.125s;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-delay: 0.125s;
  -webkit-animation-duration: 1.25s;
  left: 126vw;
  top: 72vh;
  height: 0.2rem;
  width: 0.2rem;
}

.star-background #container3 .star:nth-child(54) {
  -webkit-animation-delay: 0.125s;
  animation-delay: 0.125s;
  -webkit-animation-duration: 1.3333333333s;
  animation-duration: 1.3333333333s;
  -webkit-animation-delay: 0.125s;
  -webkit-animation-duration: 1.3333333333s;
  left: 34vw;
  top: 75vh;
  height: 0.5rem;
  width: 0.5rem;
}

.star-background #container3 .star:nth-child(55) {
  -webkit-animation-delay: 0.7142857143s;
  animation-delay: 0.7142857143s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.7142857143s;
  -webkit-animation-duration: 1s;
  left: 84vw;
  top: 30vh;
  height: 0.2rem;
  width: 0.2rem;
}

.star-background #container3 .star:nth-child(56) {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-delay: 1.25s;
  -webkit-animation-duration: 4s;
  left: 106vw;
  top: 23vh;
  height: 0.6rem;
  width: 0.6rem;
}

.star-background #container3 .star:nth-child(57) {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 4s;
  -webkit-animation-duration: 5s;
  left: 75vw;
  top: 113vh;
  height: 0.2rem;
  width: 0.2rem;
}

.star-background #container3 .star:nth-child(58) {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 1.8s;
  -webkit-animation-duration: 2s;
  left: 106vw;
  top: 54vh;
  height: 0.3rem;
  width: 0.3rem;
}

.star-background #container3 .star:nth-child(59) {
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-delay: 4.5s;
  -webkit-animation-duration: 1.25s;
  left: 104vw;
  top: 47vh;
  height: 0.3rem;
  width: 0.3rem;
}

.star-background #container3 .star:nth-child(60) {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
  -webkit-animation-duration: 1.6666666667s;
  animation-duration: 1.6666666667s;
  -webkit-animation-delay: 10s;
  -webkit-animation-duration: 1.6666666667s;
  left: 101vw;
  top: 58vh;
  height: 0.2rem;
  width: 0.2rem;
}

.star-background #container3 .star:nth-child(61) {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 10s;
  -webkit-animation-duration: 1.5s;
  left: 18vw;
  top: 36vh;
  height: 0.1rem;
  width: 0.1rem;
}

.star-background #container3 .star:nth-child(62) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-delay: 3s;
  -webkit-animation-duration: 1.25s;
  left: 64vw;
  top: 43vh;
  height: 0.5rem;
  width: 0.5rem;
}

.star-background #container3 .star:nth-child(63) {
  -webkit-animation-delay: 0.8888888889s;
  animation-delay: 0.8888888889s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 0.8888888889s;
  -webkit-animation-duration: 3s;
  left: 108vw;
  top: 106vh;
  height: 0.1rem;
  width: 0.1rem;
}

.star-background #container3 .star:nth-child(64) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-duration: 1.3333333333s;
  animation-duration: 1.3333333333s;
  -webkit-animation-delay: 5s;
  -webkit-animation-duration: 1.3333333333s;
  left: 76vw;
  top: 87vh;
  height: 0.4rem;
  width: 0.4rem;
}

.star-background #container3 .star:nth-child(65) {
  -webkit-animation-delay: 0.8888888889s;
  animation-delay: 0.8888888889s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.8888888889s;
  -webkit-animation-duration: 1s;
  left: 102vw;
  top: 30vh;
  height: 0.1rem;
  width: 0.1rem;
}

.star-background #container3 .star:nth-child(66) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 0.25s;
  -webkit-animation-duration: 3s;
  left: 44vw;
  top: 56vh;
  height: 0.2rem;
  width: 0.2rem;
}

.star-background #container3 .star:nth-child(67) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.25s;
  -webkit-animation-duration: 1s;
  left: 29vw;
  top: 52vh;
  height: 0.6rem;
  width: 0.6rem;
}

.star-background #container3 .star:nth-child(68) {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-duration: 1.6666666667s;
  animation-duration: 1.6666666667s;
  -webkit-animation-delay: 4s;
  -webkit-animation-duration: 1.6666666667s;
  left: 49vw;
  top: 51vh;
  height: 0.5rem;
  width: 0.5rem;
}

.star-background #container3 .star:nth-child(69) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 0.75s;
  left: 107vw;
  top: 112vh;
  height: 0.3rem;
  width: 0.3rem;
}

.star-background #container3 .star:nth-child(70) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0.5s;
  -webkit-animation-duration: 2s;
  left: 76vw;
  top: 53vh;
  height: 0.2rem;
  width: 0.2rem;
}

.star-background #container3 .star:nth-child(71) {
  -webkit-animation-delay: 1.2857142857s;
  animation-delay: 1.2857142857s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1.2857142857s;
  -webkit-animation-duration: 1s;
  left: 72vw;
  top: 48vh;
  height: 0.5rem;
  width: 0.5rem;
}

.star-background #container3 .star:nth-child(72) {
  -webkit-animation-delay: 0.3333333333s;
  animation-delay: 0.3333333333s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.3333333333s;
  -webkit-animation-duration: 1s;
  left: 93vw;
  top: 67vh;
  height: 0.6rem;
  width: 0.6rem;
}

.star-background #container3 .star:nth-child(73) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 1.3333333333s;
  animation-duration: 1.3333333333s;
  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 1.3333333333s;
  left: 106vw;
  top: 29vh;
  height: 0.3rem;
  width: 0.3rem;
}

.star-background #container3 .star:nth-child(74) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1.5s;
  -webkit-animation-duration: 1s;
  left: 74vw;
  top: 98vh;
  height: 0.2rem;
  width: 0.2rem;
}

.star-background #container3 .star:nth-child(75) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 0.75s;
  -webkit-animation-duration: 5s;
  left: 43vw;
  top: 104vh;
  height: 0.2rem;
  width: 0.2rem;
}

.star-background #container3 .star:nth-child(76) {
  -webkit-animation-delay: 0.5714285714s;
  animation-delay: 0.5714285714s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-delay: 0.5714285714s;
  -webkit-animation-duration: 4s;
  left: 66vw;
  top: 103vh;
  height: 0.6rem;
  width: 0.6rem;
}

.star-background #container3 .star:nth-child(77) {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 1.4s;
  -webkit-animation-duration: 2s;
  left: 92vw;
  top: 66vh;
  height: 0.4rem;
  width: 0.4rem;
}

.star-background #container3 .star:nth-child(78) {
  -webkit-animation-delay: 0.6666666667s;
  animation-delay: 0.6666666667s;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-delay: 0.6666666667s;
  -webkit-animation-duration: 1.25s;
  left: 101vw;
  top: 26vh;
  height: 0.2rem;
  width: 0.2rem;
}

.star-background #container3 .star:nth-child(79) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 1.5s;
  -webkit-animation-duration: 3s;
  left: 98vw;
  top: 89vh;
  height: 0.5rem;
  width: 0.5rem;
}

.star-background #container3 .star:nth-child(80) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 2s;
  left: 60vw;
  top: 79vh;
  height: 0.6rem;
  width: 0.6rem;
}

.star-background #container4 {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  animation: rotate 290s infinite linear;
  -webkit-animation: rotate 290s infinite linear;
}

.star-background #container4 .star:nth-child(1) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
  -webkit-animation-duration: 1.3333333333s;
  animation-duration: 1.3333333333s;
  -webkit-animation-delay: 0.75s;
  -webkit-animation-duration: 1.3333333333s;
  left: 66vw;
  top: 40vh;
  height: 0.2rem;
  width: 0.2rem;
}

.star-background #container4 .star:nth-child(2) {
  -webkit-animation-delay: 0.6666666667s;
  animation-delay: 0.6666666667s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.6666666667s;
  -webkit-animation-duration: 1s;
  left: 35vw;
  top: 54vh;
  height: 0.4rem;
  width: 0.4rem;
}

.star-background #container4 .star:nth-child(3) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 2s;
  left: 104vw;
  top: 75vh;
  height: 0.6rem;
  width: 0.6rem;
}

.star-background #container4 .star:nth-child(4) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 1.5s;
  left: 58vw;
  top: 76vh;
  height: 0.5rem;
  width: 0.5rem;
}

.star-background #container4 .star:nth-child(5) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-duration: 1.6666666667s;
  animation-duration: 1.6666666667s;
  -webkit-animation-delay: 0.4s;
  -webkit-animation-duration: 1.6666666667s;
  left: 89vw;
  top: 100vh;
  height: 0.5rem;
  width: 0.5rem;
}

.star-background #container4 .star:nth-child(6) {
  -webkit-animation-delay: 1.2857142857s;
  animation-delay: 1.2857142857s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1.2857142857s;
  -webkit-animation-duration: 1s;
  left: 111vw;
  top: 30vh;
  height: 0.1rem;
  width: 0.1rem;
}

.star-background #container4 .star:nth-child(7) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 5s;
  -webkit-animation-duration: 1s;
  left: 82vw;
  top: 105vh;
  height: 0.4rem;
  width: 0.4rem;
}

.star-background #container4 .star:nth-child(8) {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 1.25s;
  -webkit-animation-duration: 2s;
  left: 99vw;
  top: 85vh;
  height: 0.1rem;
  width: 0.1rem;
}

.star-background #container4 .star:nth-child(9) {
  -webkit-animation-delay: 1.1428571429s;
  animation-delay: 1.1428571429s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1.1428571429s;
  -webkit-animation-duration: 1s;
  left: 101vw;
  top: 124vh;
  height: 0.2rem;
  width: 0.2rem;
}

.star-background #container4 .star:nth-child(10) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 2.5s;
  left: 117vw;
  top: 19vh;
  height: 0.3rem;
  width: 0.3rem;
}

.star-background #container4 .star:nth-child(11) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1.2s;
  -webkit-animation-duration: 1s;
  left: 45vw;
  top: 67vh;
  height: 0.4rem;
  width: 0.4rem;
}

.star-background #container4 .star:nth-child(12) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 0.75s;
  -webkit-animation-duration: 0.25s;
  left: 79vw;
  top: 45vh;
  height: 0.1rem;
  width: 0.1rem;
}

.star-background #container4 .star:nth-child(13) {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 2.5s;
  -webkit-animation-duration: 1s;
  left: 44vw;
  top: 64vh;
  height: 0.2rem;
  width: 0.2rem;
}

.star-background #container4 .star:nth-child(14) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-delay: 0.5s;
  -webkit-animation-duration: 2.5s;
  left: 92vw;
  top: 107vh;
  height: 0.1rem;
  width: 0.1rem;
}

.star-background #container4 .star:nth-child(15) {
  -webkit-animation-delay: 2.6666666667s;
  animation-delay: 2.6666666667s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 2.6666666667s;
  -webkit-animation-duration: 0.5s;
  left: 23vw;
  top: 75vh;
  height: 0.4rem;
  width: 0.4rem;
}

.star-background #container4 .star:nth-child(16) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 1s;
  left: 40vw;
  top: 84vh;
  height: 0.2rem;
  width: 0.2rem;
}

.star-background #container4 .star:nth-child(17) {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 2.5s;
  -webkit-animation-duration: 2s;
  left: 17vw;
  top: 35vh;
  height: 0.1rem;
  width: 0.1rem;
}

.star-background #container4 .star:nth-child(18) {
  -webkit-animation-delay: 9s;
  animation-delay: 9s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 9s;
  -webkit-animation-duration: 2s;
  left: 75vw;
  top: 43vh;
  height: 0.5rem;
  width: 0.5rem;
}

.star-background #container4 .star:nth-child(19) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 3s;
  -webkit-animation-duration: 1s;
  left: 44vw;
  top: 96vh;
  height: 0.6rem;
  width: 0.6rem;
}

.star-background #container4 .star:nth-child(20) {
  -webkit-animation-delay: 0.2857142857s;
  animation-delay: 0.2857142857s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-delay: 0.2857142857s;
  -webkit-animation-duration: 4s;
  left: 96vw;
  top: 33vh;
  height: 0.5rem;
  width: 0.5rem;
}

.star-background #container4 .star:nth-child(21) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 1s;
  left: 57vw;
  top: 71vh;
  height: 0.4rem;
  width: 0.4rem;
}

.star-background #container4 .star:nth-child(22) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 1.2s;
  -webkit-animation-duration: 0.5s;
  left: 26vw;
  top: 63vh;
  height: 0.3rem;
  width: 0.3rem;
}

.star-background #container4 .star:nth-child(23) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0.75s;
  -webkit-animation-duration: 2s;
  left: 74vw;
  top: 36vh;
  height: 0.2rem;
  width: 0.2rem;
}

.star-background #container4 .star:nth-child(24) {
  -webkit-animation-delay: 0.4444444444s;
  animation-delay: 0.4444444444s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0.4444444444s;
  -webkit-animation-duration: 2s;
  left: 41vw;
  top: 108vh;
  height: 0.6rem;
  width: 0.6rem;
}

.star-background #container4 .star:nth-child(25) {
  -webkit-animation-delay: 9s;
  animation-delay: 9s;
  -webkit-animation-duration: 1.6666666667s;
  animation-duration: 1.6666666667s;
  -webkit-animation-delay: 9s;
  -webkit-animation-duration: 1.6666666667s;
  left: 69vw;
  top: 44vh;
  height: 0.1rem;
  width: 0.1rem;
}

.star-background #container4 .star:nth-child(26) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 2.5s;
  left: 26vw;
  top: 55vh;
  height: 0.3rem;
  width: 0.3rem;
}

.star-background #container4 .star:nth-child(27) {
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
  -webkit-animation-duration: 0.3333333333s;
  animation-duration: 0.3333333333s;
  -webkit-animation-delay: 3.5s;
  -webkit-animation-duration: 0.3333333333s;
  left: 86vw;
  top: 46vh;
  height: 0.5rem;
  width: 0.5rem;
}

.star-background #container4 .star:nth-child(28) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 3s;
  -webkit-animation-duration: 1s;
  left: 104vw;
  top: 58vh;
  height: 0.1rem;
  width: 0.1rem;
}

.star-background #container4 .star:nth-child(29) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-duration: 1.6666666667s;
  animation-duration: 1.6666666667s;
  -webkit-animation-delay: 5s;
  -webkit-animation-duration: 1.6666666667s;
  left: 99vw;
  top: 62vh;
  height: 0.1rem;
  width: 0.1rem;
}

.star-background #container4 .star:nth-child(30) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 0.25s;
  -webkit-animation-duration: 3s;
  left: 30vw;
  top: 91vh;
  height: 0.2rem;
  width: 0.2rem;
}

.star-background #container4 .star:nth-child(31) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 0.5s;
  left: 28vw;
  top: 73vh;
  height: 0.6rem;
  width: 0.6rem;
}

.star-background #container4 .star:nth-child(32) {
  -webkit-animation-delay: 1.6666666667s;
  animation-delay: 1.6666666667s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 1.6666666667s;
  -webkit-animation-duration: 0.5s;
  left: 45vw;
  top: 82vh;
  height: 0.4rem;
  width: 0.4rem;
}

.star-background #container4 .star:nth-child(33) {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
  -webkit-animation-duration: 0.6666666667s;
  animation-duration: 0.6666666667s;
  -webkit-animation-delay: 1.6s;
  -webkit-animation-duration: 0.6666666667s;
  left: 73vw;
  top: 99vh;
  height: 0.4rem;
  width: 0.4rem;
}

.star-background #container4 .star:nth-child(34) {
  -webkit-animation-delay: 0.5714285714s;
  animation-delay: 0.5714285714s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5714285714s;
  -webkit-animation-duration: 0.5s;
  left: 99vw;
  top: 106vh;
  height: 0.5rem;
  width: 0.5rem;
}

.star-background #container4 .star:nth-child(35) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-delay: 3s;
  -webkit-animation-duration: 4s;
  left: 91vw;
  top: 50vh;
  height: 0.2rem;
  width: 0.2rem;
}

.star-background #container4 .star:nth-child(36) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 1s;
  left: 82vw;
  top: 49vh;
  height: 0.2rem;
  width: 0.2rem;
}

.star-background #container4 .star:nth-child(37) {
  -webkit-animation-delay: 0.8333333333s;
  animation-delay: 0.8333333333s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.8333333333s;
  -webkit-animation-duration: 0.5s;
  left: 50vw;
  top: 42vh;
  height: 0.2rem;
  width: 0.2rem;
}

.star-background #container4 .star:nth-child(38) {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 2.5s;
  -webkit-animation-duration: 0.25s;
  left: 52vw;
  top: 66vh;
  height: 0.3rem;
  width: 0.3rem;
}

.star-background #container4 .star:nth-child(39) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 1.6666666667s;
  animation-duration: 1.6666666667s;
  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 1.6666666667s;
  left: 30vw;
  top: 101vh;
  height: 0.5rem;
  width: 0.5rem;
}

.star-background #container4 .star:nth-child(40) {
  -webkit-animation-delay: 1.3333333333s;
  animation-delay: 1.3333333333s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 1.3333333333s;
  -webkit-animation-duration: 1.5s;
  left: 97vw;
  top: 76vh;
  height: 0.6rem;
  width: 0.6rem;
}

.star-background #container4 .star:nth-child(41) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 1.5s;
  -webkit-animation-duration: 3s;
  left: 118vw;
  top: 20vh;
  height: 0.2rem;
  width: 0.2rem;
}

.star-background #container4 .star:nth-child(42) {
  -webkit-animation-delay: 0.2857142857s;
  animation-delay: 0.2857142857s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.2857142857s;
  -webkit-animation-duration: 0.5s;
  left: 107vw;
  top: 8vh;
  height: 0.1rem;
  width: 0.1rem;
}

.star-background #container4 .star:nth-child(43) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 0.25s;
  left: 119vw;
  top: 57vh;
  height: 0.5rem;
  width: 0.5rem;
}

.star-background #container4 .star:nth-child(44) {
  -webkit-animation-delay: 0.4444444444s;
  animation-delay: 0.4444444444s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.4444444444s;
  -webkit-animation-duration: 1s;
  left: 42vw;
  top: 13vh;
  height: 0.5rem;
  width: 0.5rem;
}

.star-background #container4 .star:nth-child(45) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 1s;
  left: 39vw;
  top: 52vh;
  height: 0.2rem;
  width: 0.2rem;
}

.star-background #container4 .star:nth-child(46) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-delay: 6s;
  -webkit-animation-duration: 2.5s;
  left: 98vw;
  top: 107vh;
  height: 0.2rem;
  width: 0.2rem;
}

.star-background #container4 .star:nth-child(47) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 5s;
  -webkit-animation-duration: 0.5s;
  left: 30vw;
  top: 72vh;
  height: 0.6rem;
  width: 0.6rem;
}

.star-background #container4 .star:nth-child(48) {
  -webkit-animation-delay: 0.2222222222s;
  animation-delay: 0.2222222222s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.2222222222s;
  -webkit-animation-duration: 1.5s;
  left: 86vw;
  top: 69vh;
  height: 0.6rem;
  width: 0.6rem;
}

.star-background #container4 .star:nth-child(49) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 1.2s;
  -webkit-animation-duration: 5s;
  left: 56vw;
  top: 93vh;
  height: 0.4rem;
  width: 0.4rem;
}

.star-background #container4 .star:nth-child(50) {
  -webkit-animation-delay: 1.1666666667s;
  animation-delay: 1.1666666667s;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-delay: 1.1666666667s;
  -webkit-animation-duration: 1.25s;
  left: 64vw;
  top: 86vh;
  height: 0.3rem;
  width: 0.3rem;
}

.star-background #container4 .star:nth-child(51) {
  -webkit-animation-delay: 1.3333333333s;
  animation-delay: 1.3333333333s;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-delay: 1.3333333333s;
  -webkit-animation-duration: 1.25s;
  left: 111vw;
  top: 103vh;
  height: 0.4rem;
  width: 0.4rem;
}

.star-background #container4 .star:nth-child(52) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 5s;
  -webkit-animation-duration: 2s;
  left: 68vw;
  top: 55vh;
  height: 0.1rem;
  width: 0.1rem;
}

.star-background #container4 .star:nth-child(53) {
  -webkit-animation-delay: 0.125s;
  animation-delay: 0.125s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0.125s;
  -webkit-animation-duration: 2s;
  left: 43vw;
  top: 117vh;
  height: 0.4rem;
  width: 0.4rem;
}

.star-background #container4 .star:nth-child(54) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 1s;
  left: 43vw;
  top: 74vh;
  height: 0.6rem;
  width: 0.6rem;
}

.star-background #container4 .star:nth-child(55) {
  -webkit-animation-delay: 0.625s;
  animation-delay: 0.625s;
  -webkit-animation-duration: 1.3333333333s;
  animation-duration: 1.3333333333s;
  -webkit-animation-delay: 0.625s;
  -webkit-animation-duration: 1.3333333333s;
  left: 62vw;
  top: 68vh;
  height: 0.2rem;
  width: 0.2rem;
}

.star-background #container4 .star:nth-child(56) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.75s;
  -webkit-animation-duration: 0.5s;
  left: 82vw;
  top: 37vh;
  height: 0.6rem;
  width: 0.6rem;
}

.star-background #container4 .star:nth-child(57) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 1.25s;
  left: 41vw;
  top: 102vh;
  height: 0.5rem;
  width: 0.5rem;
}

.star-background #container4 .star:nth-child(58) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 1.2s;
  -webkit-animation-duration: 2s;
  left: 93vw;
  top: 58vh;
  height: 0.5rem;
  width: 0.5rem;
}

.star-background #container4 .star:nth-child(59) {
  -webkit-animation-delay: 2.3333333333s;
  animation-delay: 2.3333333333s;
  -webkit-animation-duration: 0.6666666667s;
  animation-duration: 0.6666666667s;
  -webkit-animation-delay: 2.3333333333s;
  -webkit-animation-duration: 0.6666666667s;
  left: 46vw;
  top: 75vh;
  height: 0.4rem;
  width: 0.4rem;
}

.star-background #container4 .star:nth-child(60) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 1.5s;
  -webkit-animation-duration: 1.5s;
  left: 109vw;
  top: 29vh;
  height: 0.5rem;
  width: 0.5rem;
}

.star-background #container4 .star:nth-child(61) {
  -webkit-animation-delay: 0.1428571429s;
  animation-delay: 0.1428571429s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0.1428571429s;
  -webkit-animation-duration: 2s;
  left: 89vw;
  top: 85vh;
  height: 0.3rem;
  width: 0.3rem;
}

.star-background #container4 .star:nth-child(62) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 1.2s;
  -webkit-animation-duration: 1.5s;
  left: 60vw;
  top: 111vh;
  height: 0.1rem;
  width: 0.1rem;
}

.star-background #container4 .star:nth-child(63) {
  -webkit-animation-delay: 0.375s;
  animation-delay: 0.375s;
  -webkit-animation-duration: 1.3333333333s;
  animation-duration: 1.3333333333s;
  -webkit-animation-delay: 0.375s;
  -webkit-animation-duration: 1.3333333333s;
  left: 47vw;
  top: 48vh;
  height: 0.1rem;
  width: 0.1rem;
}

.star-background #container4 .star:nth-child(64) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 5s;
  -webkit-animation-duration: 1s;
  left: 86vw;
  top: 114vh;
  height: 0.1rem;
  width: 0.1rem;
}

.star-background #container4 .star:nth-child(65) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-duration: 0.6666666667s;
  animation-duration: 0.6666666667s;
  -webkit-animation-delay: 1.5s;
  -webkit-animation-duration: 0.6666666667s;
  left: 113vw;
  top: 43vh;
  height: 0.2rem;
  width: 0.2rem;
}

.star-background #container4 .star:nth-child(66) {
  -webkit-animation-delay: 0.5714285714s;
  animation-delay: 0.5714285714s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-delay: 0.5714285714s;
  -webkit-animation-duration: 4s;
  left: 60vw;
  top: 16vh;
  height: 0.2rem;
  width: 0.2rem;
}

.star-background #container4 .star:nth-child(67) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 1s;
  left: 74vw;
  top: 70vh;
  height: 0.3rem;
  width: 0.3rem;
}

.star-background #container4 .star:nth-child(68) {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 1.4s;
  -webkit-animation-duration: 1.5s;
  left: 59vw;
  top: 42vh;
  height: 0.3rem;
  width: 0.3rem;
}

.star-background #container4 .star:nth-child(69) {
  -webkit-animation-delay: 1.1111111111s;
  animation-delay: 1.1111111111s;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-delay: 1.1111111111s;
  -webkit-animation-duration: 2.5s;
  left: 61vw;
  top: 109vh;
  height: 0.2rem;
  width: 0.2rem;
}

.star-background #container4 .star:nth-child(70) {
  -webkit-animation-delay: 2.25s;
  animation-delay: 2.25s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 2.25s;
  -webkit-animation-duration: 1s;
  left: 86vw;
  top: 39vh;
  height: 0.2rem;
  width: 0.2rem;
}

.star-background #container4 .star:nth-child(71) {
  -webkit-animation-delay: 0.125s;
  animation-delay: 0.125s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-delay: 0.125s;
  -webkit-animation-duration: 4s;
  left: 41vw;
  top: 98vh;
  height: 0.3rem;
  width: 0.3rem;
}

.star-background #container4 .star:nth-child(72) {
  -webkit-animation-delay: 0.7142857143s;
  animation-delay: 0.7142857143s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-delay: 0.7142857143s;
  -webkit-animation-duration: 4s;
  left: 72vw;
  top: 63vh;
  height: 0.4rem;
  width: 0.4rem;
}

.star-background #container4 .star:nth-child(73) {
  -webkit-animation-delay: 0.1428571429s;
  animation-delay: 0.1428571429s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0.1428571429s;
  -webkit-animation-duration: 2s;
  left: 57vw;
  top: 62vh;
  height: 0.1rem;
  width: 0.1rem;
}

.star-background #container4 .star:nth-child(74) {
  -webkit-animation-delay: 0.2857142857s;
  animation-delay: 0.2857142857s;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-delay: 0.2857142857s;
  -webkit-animation-duration: 1.25s;
  left: 5vw;
  top: 13vh;
  height: 0.5rem;
  width: 0.5rem;
}

.star-background #container4 .star:nth-child(75) {
  -webkit-animation-delay: 1.75s;
  animation-delay: 1.75s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 1.75s;
  -webkit-animation-duration: 2s;
  left: 72vw;
  top: 53vh;
  height: 0.2rem;
  width: 0.2rem;
}

.star-background #container4 .star:nth-child(76) {
  -webkit-animation-delay: 0.8333333333s;
  animation-delay: 0.8333333333s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0.8333333333s;
  -webkit-animation-duration: 2s;
  left: 96vw;
  top: 31vh;
  height: 0.1rem;
  width: 0.1rem;
}

.star-background #container4 .star:nth-child(77) {
  -webkit-animation-delay: 0.1111111111s;
  animation-delay: 0.1111111111s;
  -webkit-animation-duration: 0.3333333333s;
  animation-duration: 0.3333333333s;
  -webkit-animation-delay: 0.1111111111s;
  -webkit-animation-duration: 0.3333333333s;
  left: 18vw;
  top: 42vh;
  height: 0.2rem;
  width: 0.2rem;
}

.star-background #container4 .star:nth-child(78) {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
  -webkit-animation-duration: 0.3333333333s;
  animation-duration: 0.3333333333s;
  -webkit-animation-delay: 1.6s;
  -webkit-animation-duration: 0.3333333333s;
  left: 91vw;
  top: 103vh;
  height: 0.4rem;
  width: 0.4rem;
}

.star-background #container4 .star:nth-child(79) {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 1.6s;
  -webkit-animation-duration: 0.5s;
  left: 50vw;
  top: 97vh;
  height: 0.1rem;
  width: 0.1rem;
}

.star-background #container4 .star:nth-child(80) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-delay: 0.4s;
  -webkit-animation-duration: 1.25s;
  left: 83vw;
  top: 69vh;
  height: 0.4rem;
  width: 0.4rem;
}

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

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

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

  100% {
    -webkit-transform: rotate(360deg);
  }
}

body.contact form {
  width: 335px;
  margin-bottom: 6em !important;
}

body.contact form ul li {
  width: 100%;
}

body.contact form ul li textarea,
body.contact form ul li input {
  box-sizing: border-box;
  width: 100%;
}

body.contact form button {
  float: right;
}

@media (max-width: 600px) {
  body.contact form {
    margin: auto;
  }
}

@media (min-width: 600px) {
  body.contact form {
    position: absolute;
    top: 47%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.home.c1 {
  max-width: none;
}

.home.c1 .night-background {
  background: #f79022;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 12+ */
  /* IE10+ */
  background: radial-gradient(ellipse at center, #f79022 0%, #ef4b47 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$fromColor', endColorstr='$toColor',GradientType=1 );
  /* IE6-8 fallback on horizontal gradient */
  position: fixed;
  overflow: hidden;
  height: 100%;
  min-height: 410px;
  width: 100%;
}

.home.c1 .text {
  font-family: 'Open Sans', Arial, sans-serif;
  position: absolute;
  bottom: 50px;
  color: #ffffff;
  left: 30px;
}

@media (max-width: 436px) {
  .home.c1 .text {
    width: 92%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

.home.c1 .text h1 {
  font-size: 26px;
  font-weight: 400;
  opacity: .8;
}

@media (max-width: 399px) {
  .home.c1 .text h1 {
    font-size: 20px;
  }
}

.home.c1 .text h2 {
  font-weight: 300;
  opacity: .5;
  font-size: 17px;
  margin-top: 5px;
}

.home.c1 .star {
  -webkit-animation-name: flicker;
  -webkit-animation-timing-function: ease(in-out-circ);
  -webkit-animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: flicker;
  animation-name: flicker;
  -webkit-animation-timing-function: ease(in-out-circ);
  animation-timing-function: ease(in-out-circ);
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background: url(../../images/star-white.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  opacity: .6;
}

@keyframes flicker {
  to {
    opacity: 0.25;
  }
}

@-webkit-keyframes flicker {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.25;
  }

  100% {
    opacity: 1;
  }
}

.home.c1 #container1,
.home.c1 #container4,
.home.c1 #container2,
.home.c1 #container3 {
  height: 100vh;
  width: 100vw;
  -webkit-perspective: 120rem;
  perspective: 120rem;
  position: absolute;
  top: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 100%;
}

.home.c1 #container1 {
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  animation: rotate 150s infinite ease-in;
  -webkit-animation: rotate 150s infinite ease-in;
}

.home.c1 #container1 .star:nth-child(1) {
  -webkit-animation-delay: 1.6666666667s;
  animation-delay: 1.6666666667s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 1.6666666667s;
  -webkit-animation-duration: 5s;
  left: 90vw;
  top: 36vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container1 .star:nth-child(2) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-duration: 0.6666666667s;
  animation-duration: 0.6666666667s;
  -webkit-animation-delay: 5s;
  -webkit-animation-duration: 0.6666666667s;
  left: 125vw;
  top: 53vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container1 .star:nth-child(3) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 1.5s;
  left: 120vw;
  top: 109vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container1 .star:nth-child(4) {
  -webkit-animation-delay: 3.3333333333s;
  animation-delay: 3.3333333333s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 3.3333333333s;
  -webkit-animation-duration: 1s;
  left: 29vw;
  top: 52vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container1 .star:nth-child(5) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-delay: 0.75s;
  -webkit-animation-duration: 2.5s;
  left: 41vw;
  top: 49vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container1 .star:nth-child(6) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1.5s;
  -webkit-animation-duration: 1s;
  left: 53vw;
  top: 38vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container1 .star:nth-child(7) {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
  -webkit-animation-duration: 0.6666666667s;
  animation-duration: 0.6666666667s;
  -webkit-animation-delay: 8s;
  -webkit-animation-duration: 0.6666666667s;
  left: 96vw;
  top: 112vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container1 .star:nth-child(8) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-delay: 1.2s;
  -webkit-animation-duration: 0.75s;
  left: 46vw;
  top: 111vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container1 .star:nth-child(9) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 1.3333333333s;
  animation-duration: 1.3333333333s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 1.3333333333s;
  left: 6vw;
  top: 18vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container1 .star:nth-child(10) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 2s;
  left: 41vw;
  top: 113vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container1 .star:nth-child(11) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -webkit-animation-duration: 1s;
  left: 98vw;
  top: 46vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container1 .star:nth-child(12) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-duration: 0.6666666667s;
  animation-duration: 0.6666666667s;
  -webkit-animation-delay: 1.5s;
  -webkit-animation-duration: 0.6666666667s;
  left: 88vw;
  top: 85vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container1 .star:nth-child(13) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 5s;
  left: 111vw;
  top: 115vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container1 .star:nth-child(14) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 1.6666666667s;
  animation-duration: 1.6666666667s;
  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 1.6666666667s;
  left: 28vw;
  top: 14vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container1 .star:nth-child(15) {
  -webkit-animation-delay: 2.6666666667s;
  animation-delay: 2.6666666667s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-delay: 2.6666666667s;
  -webkit-animation-duration: 4s;
  left: 60vw;
  top: 127vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container1 .star:nth-child(16) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.8s;
  -webkit-animation-duration: 0.5s;
  left: 27vw;
  top: 20vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container1 .star:nth-child(17) {
  -webkit-animation-delay: 1.3333333333s;
  animation-delay: 1.3333333333s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 1.3333333333s;
  -webkit-animation-duration: 0.25s;
  left: 29vw;
  top: 50vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container1 .star:nth-child(18) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 5s;
  -webkit-animation-duration: 2s;
  left: 33vw;
  top: 27vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container1 .star:nth-child(19) {
  -webkit-animation-delay: 1.3333333333s;
  animation-delay: 1.3333333333s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 1.3333333333s;
  -webkit-animation-duration: 0.25s;
  left: 50vw;
  top: 111vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container1 .star:nth-child(20) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1.5s;
  -webkit-animation-duration: 1s;
  left: 56vw;
  top: 113vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container1 .star:nth-child(21) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-duration: 1.3333333333s;
  animation-duration: 1.3333333333s;
  -webkit-animation-delay: 0.4s;
  -webkit-animation-duration: 1.3333333333s;
  left: 95vw;
  top: 78vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container1 .star:nth-child(22) {
  -webkit-animation-delay: 0.8888888889s;
  animation-delay: 0.8888888889s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.8888888889s;
  -webkit-animation-duration: 1.5s;
  left: 95vw;
  top: 59vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container1 .star:nth-child(23) {
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-delay: 7s;
  -webkit-animation-duration: 2.5s;
  left: 126vw;
  top: 72vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container1 .star:nth-child(24) {
  -webkit-animation-delay: 0.3333333333s;
  animation-delay: 0.3333333333s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.3333333333s;
  -webkit-animation-duration: 1.5s;
  left: 114vw;
  top: 42vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container1 .star:nth-child(25) {
  -webkit-animation-delay: 9s;
  animation-delay: 9s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 9s;
  -webkit-animation-duration: 1s;
  left: 82vw;
  top: 64vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container1 .star:nth-child(26) {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-delay: 10s;
  -webkit-animation-duration: 2.5s;
  left: 109vw;
  top: 109vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container1 .star:nth-child(27) {
  -webkit-animation-delay: 0.3333333333s;
  animation-delay: 0.3333333333s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.3333333333s;
  -webkit-animation-duration: 1s;
  left: 55vw;
  top: 91vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container1 .star:nth-child(28) {
  -webkit-animation-delay: 0.4285714286s;
  animation-delay: 0.4285714286s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-delay: 0.4285714286s;
  -webkit-animation-duration: 4s;
  left: 95vw;
  top: 106vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container1 .star:nth-child(29) {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 10s;
  -webkit-animation-duration: 0.25s;
  left: 61vw;
  top: 23vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container1 .star:nth-child(30) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 1s;
  left: 106vw;
  top: 80vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container1 .star:nth-child(31) {
  -webkit-animation-delay: 0.125s;
  animation-delay: 0.125s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.125s;
  -webkit-animation-duration: 1s;
  left: 108vw;
  top: 95vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container1 .star:nth-child(32) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 3s;
  -webkit-animation-duration: 1s;
  left: 58vw;
  top: 90vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container1 .star:nth-child(33) {
  -webkit-animation-delay: 1.3333333333s;
  animation-delay: 1.3333333333s;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-delay: 1.3333333333s;
  -webkit-animation-duration: 0.75s;
  left: 70vw;
  top: 44vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container1 .star:nth-child(34) {
  -webkit-animation-delay: 1.1111111111s;
  animation-delay: 1.1111111111s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 1.1111111111s;
  -webkit-animation-duration: 3s;
  left: 49vw;
  top: 76vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container1 .star:nth-child(35) {
  -webkit-animation-delay: 0.1111111111s;
  animation-delay: 0.1111111111s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.1111111111s;
  -webkit-animation-duration: 1.5s;
  left: 91vw;
  top: 54vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container1 .star:nth-child(36) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 0.75s;
  left: 101vw;
  top: 31vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container1 .star:nth-child(37) {
  -webkit-animation-delay: 1.3333333333s;
  animation-delay: 1.3333333333s;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-delay: 1.3333333333s;
  -webkit-animation-duration: 2.5s;
  left: 43vw;
  top: 22vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container1 .star:nth-child(38) {
  -webkit-animation-delay: 1.6666666667s;
  animation-delay: 1.6666666667s;
  -webkit-animation-duration: 0.6666666667s;
  animation-duration: 0.6666666667s;
  -webkit-animation-delay: 1.6666666667s;
  -webkit-animation-duration: 0.6666666667s;
  left: 39vw;
  top: 59vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container1 .star:nth-child(39) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 6s;
  -webkit-animation-duration: 2s;
  left: 71vw;
  top: 14vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container1 .star:nth-child(40) {
  -webkit-animation-delay: 0.1111111111s;
  animation-delay: 0.1111111111s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.1111111111s;
  -webkit-animation-duration: 1s;
  left: 58vw;
  top: 51vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container1 .star:nth-child(41) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.6666666667s;
  animation-duration: 0.6666666667s;
  -webkit-animation-delay: 0.5s;
  -webkit-animation-duration: 0.6666666667s;
  left: 115vw;
  top: 34vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container1 .star:nth-child(42) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 0.6666666667s;
  animation-duration: 0.6666666667s;
  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 0.6666666667s;
  left: 63vw;
  top: 100vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container1 .star:nth-child(43) {
  -webkit-animation-delay: 0.625s;
  animation-delay: 0.625s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.625s;
  -webkit-animation-duration: 0.5s;
  left: 43vw;
  top: 34vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container1 .star:nth-child(44) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 1.25s;
  left: 75vw;
  top: 43vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container1 .star:nth-child(45) {
  -webkit-animation-delay: 0.3333333333s;
  animation-delay: 0.3333333333s;
  -webkit-animation-duration: 1.6666666667s;
  animation-duration: 1.6666666667s;
  -webkit-animation-delay: 0.3333333333s;
  -webkit-animation-duration: 1.6666666667s;
  left: 62vw;
  top: 61vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container1 .star:nth-child(46) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 3s;
  -webkit-animation-duration: 3s;
  left: 64vw;
  top: 113vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container1 .star:nth-child(47) {
  -webkit-animation-delay: 1.3333333333s;
  animation-delay: 1.3333333333s;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-delay: 1.3333333333s;
  -webkit-animation-duration: 0.75s;
  left: 60vw;
  top: 73vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container1 .star:nth-child(48) {
  -webkit-animation-delay: 0.1111111111s;
  animation-delay: 0.1111111111s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-delay: 0.1111111111s;
  -webkit-animation-duration: 4s;
  left: 102vw;
  top: 63vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container1 .star:nth-child(49) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 2s;
  left: 28vw;
  top: 122vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container1 .star:nth-child(50) {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 2.5s;
  -webkit-animation-duration: 0.25s;
  left: 17vw;
  top: 19vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container1 .star:nth-child(51) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 4s;
  left: 90vw;
  top: 25vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container1 .star:nth-child(52) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 0.6666666667s;
  animation-duration: 0.6666666667s;
  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 0.6666666667s;
  left: 88vw;
  top: 33vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container1 .star:nth-child(53) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 1s;
  left: 25vw;
  top: 92vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container1 .star:nth-child(54) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.5s;
  -webkit-animation-duration: 1.5s;
  left: 73vw;
  top: 81vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container1 .star:nth-child(55) {
  -webkit-animation-delay: 1.1666666667s;
  animation-delay: 1.1666666667s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 1.1666666667s;
  -webkit-animation-duration: 2s;
  left: 63vw;
  top: 21vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container1 .star:nth-child(56) {
  -webkit-animation-delay: 0.1111111111s;
  animation-delay: 0.1111111111s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0.1111111111s;
  -webkit-animation-duration: 2s;
  left: 69vw;
  top: 45vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container1 .star:nth-child(57) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-delay: 5s;
  -webkit-animation-duration: 4s;
  left: 97vw;
  top: 62vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container1 .star:nth-child(58) {
  -webkit-animation-delay: 1.75s;
  animation-delay: 1.75s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1.75s;
  -webkit-animation-duration: 1s;
  left: 97vw;
  top: 84vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container1 .star:nth-child(59) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 1.6666666667s;
  animation-duration: 1.6666666667s;
  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 1.6666666667s;
  left: 116vw;
  top: 72vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container1 .star:nth-child(60) {
  -webkit-animation-delay: 3.3333333333s;
  animation-delay: 3.3333333333s;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-delay: 3.3333333333s;
  -webkit-animation-duration: 1.25s;
  left: 107vw;
  top: 62vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container1 .star:nth-child(61) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 0.3333333333s;
  animation-duration: 0.3333333333s;
  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 0.3333333333s;
  left: 39vw;
  top: 89vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container1 .star:nth-child(62) {
  -webkit-animation-delay: 0.8571428571s;
  animation-delay: 0.8571428571s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 0.8571428571s;
  -webkit-animation-duration: 0.25s;
  left: 54vw;
  top: 47vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container1 .star:nth-child(63) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 5s;
  -webkit-animation-duration: 1.5s;
  left: 41vw;
  top: 32vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container1 .star:nth-child(64) {
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 7s;
  -webkit-animation-duration: 2s;
  left: 27vw;
  top: 72vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container1 .star:nth-child(65) {
  -webkit-animation-delay: 0.1111111111s;
  animation-delay: 0.1111111111s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-delay: 0.1111111111s;
  -webkit-animation-duration: 4s;
  left: 38vw;
  top: 30vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container1 .star:nth-child(66) {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-delay: 1.8s;
  -webkit-animation-duration: 1.25s;
  left: 72vw;
  top: 80vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container1 .star:nth-child(67) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 3s;
  -webkit-animation-duration: 1s;
  left: 95vw;
  top: 56vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container1 .star:nth-child(68) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.2s;
  -webkit-animation-duration: 0.5s;
  left: 112vw;
  top: 69vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container1 .star:nth-child(69) {
  -webkit-animation-delay: 0.7777777778s;
  animation-delay: 0.7777777778s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.7777777778s;
  -webkit-animation-duration: 1s;
  left: 61vw;
  top: 78vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container1 .star:nth-child(70) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.3333333333s;
  animation-duration: 0.3333333333s;
  -webkit-animation-delay: 0.5s;
  -webkit-animation-duration: 0.3333333333s;
  left: 99vw;
  top: 59vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container1 .star:nth-child(71) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0.5s;
  -webkit-animation-duration: 2s;
  left: 17vw;
  top: 59vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container1 .star:nth-child(72) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1.5s;
  -webkit-animation-duration: 1s;
  left: 59vw;
  top: 31vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container1 .star:nth-child(73) {
  -webkit-animation-delay: 0.2222222222s;
  animation-delay: 0.2222222222s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.2222222222s;
  -webkit-animation-duration: 0.5s;
  left: 63vw;
  top: 71vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container1 .star:nth-child(74) {
  -webkit-animation-delay: 0.3333333333s;
  animation-delay: 0.3333333333s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.3333333333s;
  -webkit-animation-duration: 0.5s;
  left: 113vw;
  top: 49vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container1 .star:nth-child(75) {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
  -webkit-animation-duration: 1.3333333333s;
  animation-duration: 1.3333333333s;
  -webkit-animation-delay: 2.5s;
  -webkit-animation-duration: 1.3333333333s;
  left: 111vw;
  top: 94vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container1 .star:nth-child(76) {
  -webkit-animation-delay: 0.8888888889s;
  animation-delay: 0.8888888889s;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-delay: 0.8888888889s;
  -webkit-animation-duration: 0.75s;
  left: 56vw;
  top: 23vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container1 .star:nth-child(77) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-duration: 1.3333333333s;
  animation-duration: 1.3333333333s;
  -webkit-animation-delay: 1.5s;
  -webkit-animation-duration: 1.3333333333s;
  left: 74vw;
  top: 44vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container1 .star:nth-child(78) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-delay: 3s;
  -webkit-animation-duration: 4s;
  left: 8vw;
  top: 87vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container1 .star:nth-child(79) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 0.5s;
  -webkit-animation-duration: 0.25s;
  left: 53vw;
  top: 101vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container1 .star:nth-child(80) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-delay: 0.2s;
  -webkit-animation-duration: 2.5s;
  left: 56vw;
  top: 51vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container4 {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  animation: rotate 290s infinite linear;
  -webkit-animation: rotate 290s infinite linear;
}

.home.c1 #container4 .star:nth-child(1) {
  -webkit-animation-delay: 0.4444444444s;
  animation-delay: 0.4444444444s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 0.4444444444s;
  -webkit-animation-duration: 5s;
  left: 96vw;
  top: 63vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container4 .star:nth-child(2) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 0.5s;
  left: 61vw;
  top: 47vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container4 .star:nth-child(3) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 1.5s;
  -webkit-animation-duration: 5s;
  left: 51vw;
  top: 100vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container4 .star:nth-child(4) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 2s;
  left: 59vw;
  top: 61vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container4 .star:nth-child(5) {
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
  -webkit-animation-duration: 1.6666666667s;
  animation-duration: 1.6666666667s;
  -webkit-animation-delay: 7s;
  -webkit-animation-duration: 1.6666666667s;
  left: 100vw;
  top: 28vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container4 .star:nth-child(6) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 2.5s;
  left: 33vw;
  top: 17vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container4 .star:nth-child(7) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 0.5s;
  left: 61vw;
  top: 96vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container4 .star:nth-child(8) {
  -webkit-animation-delay: 0.875s;
  animation-delay: 0.875s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.875s;
  -webkit-animation-duration: 1.5s;
  left: 97vw;
  top: 25vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container4 .star:nth-child(9) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 2.5s;
  left: 76vw;
  top: 95vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container4 .star:nth-child(10) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-delay: 0.2s;
  -webkit-animation-duration: 2.5s;
  left: 17vw;
  top: 92vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container4 .star:nth-child(11) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 1.6666666667s;
  animation-duration: 1.6666666667s;
  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 1.6666666667s;
  left: 123vw;
  top: 10vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container4 .star:nth-child(12) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 0.75s;
  left: 54vw;
  top: 111vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container4 .star:nth-child(13) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 0.25s;
  left: 10vw;
  top: 12vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container4 .star:nth-child(14) {
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-delay: 4.5s;
  -webkit-animation-duration: 4s;
  left: 78vw;
  top: 50vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container4 .star:nth-child(15) {
  -webkit-animation-delay: 1.3333333333s;
  animation-delay: 1.3333333333s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1.3333333333s;
  -webkit-animation-duration: 1s;
  left: 110vw;
  top: 113vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container4 .star:nth-child(16) {
  -webkit-animation-delay: 1.75s;
  animation-delay: 1.75s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1.75s;
  -webkit-animation-duration: 1s;
  left: 85vw;
  top: 35vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container4 .star:nth-child(17) {
  -webkit-animation-delay: 1.1428571429s;
  animation-delay: 1.1428571429s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 1.1428571429s;
  -webkit-animation-duration: 0.5s;
  left: 23vw;
  top: 38vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container4 .star:nth-child(18) {
  -webkit-animation-delay: 1.2857142857s;
  animation-delay: 1.2857142857s;
  -webkit-animation-duration: 1.3333333333s;
  animation-duration: 1.3333333333s;
  -webkit-animation-delay: 1.2857142857s;
  -webkit-animation-duration: 1.3333333333s;
  left: 6vw;
  top: 93vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container4 .star:nth-child(19) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-delay: 0.75s;
  -webkit-animation-duration: 2.5s;
  left: 39vw;
  top: 31vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container4 .star:nth-child(20) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 3s;
  -webkit-animation-duration: 1s;
  left: 97vw;
  top: 58vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container4 .star:nth-child(21) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 2s;
  left: 54vw;
  top: 99vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container4 .star:nth-child(22) {
  -webkit-animation-delay: 0.6666666667s;
  animation-delay: 0.6666666667s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.6666666667s;
  -webkit-animation-duration: 1s;
  left: 73vw;
  top: 86vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container4 .star:nth-child(23) {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 1.25s;
  -webkit-animation-duration: 0.25s;
  left: 61vw;
  top: 25vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container4 .star:nth-child(24) {
  -webkit-animation-delay: 1.1666666667s;
  animation-delay: 1.1666666667s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 1.1666666667s;
  -webkit-animation-duration: 0.25s;
  left: 57vw;
  top: 111vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container4 .star:nth-child(25) {
  -webkit-animation-delay: 2.25s;
  animation-delay: 2.25s;
  -webkit-animation-duration: 0.6666666667s;
  animation-duration: 0.6666666667s;
  -webkit-animation-delay: 2.25s;
  -webkit-animation-duration: 0.6666666667s;
  left: 108vw;
  top: 73vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container4 .star:nth-child(26) {
  -webkit-animation-delay: 0.8333333333s;
  animation-delay: 0.8333333333s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0.8333333333s;
  -webkit-animation-duration: 2s;
  left: 37vw;
  top: 39vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container4 .star:nth-child(27) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 0.5s;
  left: 47vw;
  top: 62vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container4 .star:nth-child(28) {
  -webkit-animation-delay: 2.25s;
  animation-delay: 2.25s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 2.25s;
  -webkit-animation-duration: 2s;
  left: 72vw;
  top: 92vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container4 .star:nth-child(29) {
  -webkit-animation-delay: 1.2857142857s;
  animation-delay: 1.2857142857s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 1.2857142857s;
  -webkit-animation-duration: 2s;
  left: 71vw;
  top: 106vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container4 .star:nth-child(30) {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 2.5s;
  -webkit-animation-duration: 3s;
  left: 112vw;
  top: 42vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container4 .star:nth-child(31) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-delay: 5s;
  -webkit-animation-duration: 0.75s;
  left: 104vw;
  top: 122vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container4 .star:nth-child(32) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-delay: 0.5s;
  -webkit-animation-duration: 0.75s;
  left: 13vw;
  top: 52vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container4 .star:nth-child(33) {
  -webkit-animation-delay: 0.7777777778s;
  animation-delay: 0.7777777778s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-delay: 0.7777777778s;
  -webkit-animation-duration: 4s;
  left: 66vw;
  top: 72vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container4 .star:nth-child(34) {
  -webkit-animation-delay: 0.6666666667s;
  animation-delay: 0.6666666667s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.6666666667s;
  -webkit-animation-duration: 1s;
  left: 11vw;
  top: 112vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container4 .star:nth-child(35) {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 1.25s;
  -webkit-animation-duration: 1.5s;
  left: 65vw;
  top: 12vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container4 .star:nth-child(36) {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 1.8s;
  -webkit-animation-duration: 0.25s;
  left: 105vw;
  top: 16vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container4 .star:nth-child(37) {
  -webkit-animation-delay: 9s;
  animation-delay: 9s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 9s;
  -webkit-animation-duration: 2s;
  left: 13vw;
  top: 22vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container4 .star:nth-child(38) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-delay: 1.2s;
  -webkit-animation-duration: 2.5s;
  left: 44vw;
  top: 40vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container4 .star:nth-child(39) {
  -webkit-animation-delay: 0.4285714286s;
  animation-delay: 0.4285714286s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0.4285714286s;
  -webkit-animation-duration: 2s;
  left: 76vw;
  top: 39vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container4 .star:nth-child(40) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-duration: 1.3333333333s;
  animation-duration: 1.3333333333s;
  -webkit-animation-delay: 1.5s;
  -webkit-animation-duration: 1.3333333333s;
  left: 21vw;
  top: 85vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container4 .star:nth-child(41) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 5s;
  -webkit-animation-duration: 2s;
  left: 101vw;
  top: 75vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container4 .star:nth-child(42) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.5s;
  -webkit-animation-duration: 1.5s;
  left: 40vw;
  top: 71vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container4 .star:nth-child(43) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 5s;
  -webkit-animation-duration: 5s;
  left: 38vw;
  top: 43vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container4 .star:nth-child(44) {
  -webkit-animation-delay: 1.1666666667s;
  animation-delay: 1.1666666667s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1.1666666667s;
  -webkit-animation-duration: 1s;
  left: 21vw;
  top: 32vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container4 .star:nth-child(45) {
  -webkit-animation-delay: 0.6666666667s;
  animation-delay: 0.6666666667s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.6666666667s;
  -webkit-animation-duration: 1.5s;
  left: 65vw;
  top: 9vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container4 .star:nth-child(46) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 6s;
  -webkit-animation-duration: 0.5s;
  left: 72vw;
  top: 17vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container4 .star:nth-child(47) {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 4s;
  -webkit-animation-duration: 0.5s;
  left: 111vw;
  top: 49vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container4 .star:nth-child(48) {
  -webkit-animation-delay: 1.1111111111s;
  animation-delay: 1.1111111111s;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-delay: 1.1111111111s;
  -webkit-animation-duration: 2.5s;
  left: 23vw;
  top: 53vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container4 .star:nth-child(49) {
  -webkit-animation-delay: 0.8333333333s;
  animation-delay: 0.8333333333s;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-delay: 0.8333333333s;
  -webkit-animation-duration: 1.25s;
  left: 39vw;
  top: 111vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container4 .star:nth-child(50) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 0.5s;
  left: 35vw;
  top: 76vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container4 .star:nth-child(51) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 5s;
  -webkit-animation-duration: 3s;
  left: 63vw;
  top: 111vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container4 .star:nth-child(52) {
  -webkit-animation-delay: 0.8333333333s;
  animation-delay: 0.8333333333s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.8333333333s;
  -webkit-animation-duration: 1.5s;
  left: 73vw;
  top: 94vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container4 .star:nth-child(53) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.6s;
  -webkit-animation-duration: 1s;
  left: 52vw;
  top: 104vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container4 .star:nth-child(54) {
  -webkit-animation-delay: 0.625s;
  animation-delay: 0.625s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 0.625s;
  -webkit-animation-duration: 5s;
  left: 63vw;
  top: 97vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container4 .star:nth-child(55) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-duration: 1.3333333333s;
  animation-duration: 1.3333333333s;
  -webkit-animation-delay: 0.4s;
  -webkit-animation-duration: 1.3333333333s;
  left: 108vw;
  top: 102vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container4 .star:nth-child(56) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.6s;
  -webkit-animation-duration: 1.5s;
  left: 60vw;
  top: 32vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container4 .star:nth-child(57) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-delay: 5s;
  -webkit-animation-duration: 2.5s;
  left: 81vw;
  top: 51vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container4 .star:nth-child(58) {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 2.5s;
  -webkit-animation-duration: 0.5s;
  left: 59vw;
  top: 46vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container4 .star:nth-child(59) {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-duration: 1.3333333333s;
  animation-duration: 1.3333333333s;
  -webkit-animation-delay: 4s;
  -webkit-animation-duration: 1.3333333333s;
  left: 118vw;
  top: 73vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container4 .star:nth-child(60) {
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 3.5s;
  -webkit-animation-duration: 5s;
  left: 120vw;
  top: 19vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container4 .star:nth-child(61) {
  -webkit-animation-delay: 9s;
  animation-delay: 9s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 9s;
  -webkit-animation-duration: 1s;
  left: 29vw;
  top: 39vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container4 .star:nth-child(62) {
  -webkit-animation-delay: 2.3333333333s;
  animation-delay: 2.3333333333s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 2.3333333333s;
  -webkit-animation-duration: 2s;
  left: 92vw;
  top: 55vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container4 .star:nth-child(63) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 1.5s;
  -webkit-animation-duration: 3s;
  left: 77vw;
  top: 68vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container4 .star:nth-child(64) {
  -webkit-animation-delay: 0.5714285714s;
  animation-delay: 0.5714285714s;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-delay: 0.5714285714s;
  -webkit-animation-duration: 2.5s;
  left: 100vw;
  top: 60vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container4 .star:nth-child(65) {
  -webkit-animation-delay: 0.8333333333s;
  animation-delay: 0.8333333333s;
  -webkit-animation-duration: 1.6666666667s;
  animation-duration: 1.6666666667s;
  -webkit-animation-delay: 0.8333333333s;
  -webkit-animation-duration: 1.6666666667s;
  left: 38vw;
  top: 44vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container4 .star:nth-child(66) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 0.6666666667s;
  animation-duration: 0.6666666667s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 0.6666666667s;
  left: 47vw;
  top: 103vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container4 .star:nth-child(67) {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
  -webkit-animation-duration: 1.3333333333s;
  animation-duration: 1.3333333333s;
  -webkit-animation-delay: 10s;
  -webkit-animation-duration: 1.3333333333s;
  left: 90vw;
  top: 92vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container4 .star:nth-child(68) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 0.8s;
  -webkit-animation-duration: 3s;
  left: 45vw;
  top: 48vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container4 .star:nth-child(69) {
  -webkit-animation-delay: 0.625s;
  animation-delay: 0.625s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 0.625s;
  -webkit-animation-duration: 0.25s;
  left: 23vw;
  top: 98vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container4 .star:nth-child(70) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 2.5s;
  left: 92vw;
  top: 57vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container4 .star:nth-child(71) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 3s;
  -webkit-animation-duration: 0.25s;
  left: 48vw;
  top: 36vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container4 .star:nth-child(72) {
  -webkit-animation-delay: 1.6666666667s;
  animation-delay: 1.6666666667s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-delay: 1.6666666667s;
  -webkit-animation-duration: 4s;
  left: 95vw;
  top: 47vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container4 .star:nth-child(73) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 0.75s;
  -webkit-animation-duration: 3s;
  left: 106vw;
  top: 47vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container4 .star:nth-child(74) {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-delay: 1.25s;
  -webkit-animation-duration: 2.5s;
  left: 126vw;
  top: 35vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container4 .star:nth-child(75) {
  -webkit-animation-delay: 0.5555555556s;
  animation-delay: 0.5555555556s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0.5555555556s;
  -webkit-animation-duration: 2s;
  left: 41vw;
  top: 85vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container4 .star:nth-child(76) {
  -webkit-animation-delay: 0.375s;
  animation-delay: 0.375s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0.375s;
  -webkit-animation-duration: 2s;
  left: 32vw;
  top: 13vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container4 .star:nth-child(77) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-delay: 0.75s;
  -webkit-animation-duration: 2.5s;
  left: 32vw;
  top: 91vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container4 .star:nth-child(78) {
  -webkit-animation-delay: 2.25s;
  animation-delay: 2.25s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 2.25s;
  -webkit-animation-duration: 1s;
  left: 48vw;
  top: 68vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container4 .star:nth-child(79) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1.2s;
  -webkit-animation-duration: 1s;
  left: 72vw;
  top: 45vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container4 .star:nth-child(80) {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 8s;
  -webkit-animation-duration: 0.25s;
  left: 108vw;
  top: 104vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container2 {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  animation: rotate 250s infinite linear;
  -webkit-animation: rotate 250s infinite linear;
}

.home.c1 #container2 .star:nth-child(1) {
  -webkit-animation-delay: 0.2857142857s;
  animation-delay: 0.2857142857s;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-delay: 0.2857142857s;
  -webkit-animation-duration: 1.25s;
  left: 83vw;
  top: 7vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container2 .star:nth-child(2) {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-delay: 10s;
  -webkit-animation-duration: 1.25s;
  left: 39vw;
  top: 29vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container2 .star:nth-child(3) {
  -webkit-animation-delay: 0.875s;
  animation-delay: 0.875s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 0.875s;
  -webkit-animation-duration: 3s;
  left: 67vw;
  top: 62vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container2 .star:nth-child(4) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 4s;
  left: 34vw;
  top: 51vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container2 .star:nth-child(5) {
  -webkit-animation-delay: 0.2857142857s;
  animation-delay: 0.2857142857s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.2857142857s;
  -webkit-animation-duration: 0.5s;
  left: 44vw;
  top: 78vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container2 .star:nth-child(6) {
  -webkit-animation-delay: 2.3333333333s;
  animation-delay: 2.3333333333s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 2.3333333333s;
  -webkit-animation-duration: 1s;
  left: 29vw;
  top: 66vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container2 .star:nth-child(7) {
  -webkit-animation-delay: 0.875s;
  animation-delay: 0.875s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.875s;
  -webkit-animation-duration: 1s;
  left: 20vw;
  top: 50vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container2 .star:nth-child(8) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 1.5s;
  left: 122vw;
  top: 38vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container2 .star:nth-child(9) {
  -webkit-animation-delay: 1.3333333333s;
  animation-delay: 1.3333333333s;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-delay: 1.3333333333s;
  -webkit-animation-duration: 2.5s;
  left: 61vw;
  top: 89vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container2 .star:nth-child(10) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 1.25s;
  left: 32vw;
  top: 93vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container2 .star:nth-child(11) {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 1.8s;
  -webkit-animation-duration: 5s;
  left: 44vw;
  top: 110vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container2 .star:nth-child(12) {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 2.5s;
  -webkit-animation-duration: 0.5s;
  left: 79vw;
  top: 65vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container2 .star:nth-child(13) {
  -webkit-animation-delay: 0.3333333333s;
  animation-delay: 0.3333333333s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 0.3333333333s;
  -webkit-animation-duration: 0.25s;
  left: 2vw;
  top: 125vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container2 .star:nth-child(14) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 0.5s;
  left: 49vw;
  top: 51vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container2 .star:nth-child(15) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0.5s;
  -webkit-animation-duration: 2s;
  left: 98vw;
  top: 67vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container2 .star:nth-child(16) {
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-delay: 4.5s;
  -webkit-animation-duration: 0.75s;
  left: 29vw;
  top: 107vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container2 .star:nth-child(17) {
  -webkit-animation-delay: 0.1428571429s;
  animation-delay: 0.1428571429s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.1428571429s;
  -webkit-animation-duration: 0.5s;
  left: 106vw;
  top: 28vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container2 .star:nth-child(18) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 1.5s;
  left: 115vw;
  top: 104vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container2 .star:nth-child(19) {
  -webkit-animation-delay: 1.1428571429s;
  animation-delay: 1.1428571429s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 1.1428571429s;
  -webkit-animation-duration: 3s;
  left: 92vw;
  top: 123vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container2 .star:nth-child(20) {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1.8s;
  -webkit-animation-duration: 1s;
  left: 37vw;
  top: 78vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container2 .star:nth-child(21) {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 8s;
  -webkit-animation-duration: 1s;
  left: 51vw;
  top: 119vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container2 .star:nth-child(22) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 0.75s;
  left: 77vw;
  top: 50vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container2 .star:nth-child(23) {
  -webkit-animation-delay: 0.2857142857s;
  animation-delay: 0.2857142857s;
  -webkit-animation-duration: 0.6666666667s;
  animation-duration: 0.6666666667s;
  -webkit-animation-delay: 0.2857142857s;
  -webkit-animation-duration: 0.6666666667s;
  left: 66vw;
  top: 54vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container2 .star:nth-child(24) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 1s;
  left: 21vw;
  top: 36vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container2 .star:nth-child(25) {
  -webkit-animation-delay: 0.6666666667s;
  animation-delay: 0.6666666667s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.6666666667s;
  -webkit-animation-duration: 0.5s;
  left: 54vw;
  top: 43vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container2 .star:nth-child(26) {
  -webkit-animation-delay: 0.3333333333s;
  animation-delay: 0.3333333333s;
  -webkit-animation-duration: 1.3333333333s;
  animation-duration: 1.3333333333s;
  -webkit-animation-delay: 0.3333333333s;
  -webkit-animation-duration: 1.3333333333s;
  left: 43vw;
  top: 42vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container2 .star:nth-child(27) {
  -webkit-animation-delay: 0.5714285714s;
  animation-delay: 0.5714285714s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5714285714s;
  -webkit-animation-duration: 0.5s;
  left: 22vw;
  top: 40vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container2 .star:nth-child(28) {
  -webkit-animation-delay: 1.1111111111s;
  animation-delay: 1.1111111111s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1.1111111111s;
  -webkit-animation-duration: 1s;
  left: 107vw;
  top: 76vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container2 .star:nth-child(29) {
  -webkit-animation-delay: 0.7142857143s;
  animation-delay: 0.7142857143s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.7142857143s;
  -webkit-animation-duration: 0.5s;
  left: 83vw;
  top: 51vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container2 .star:nth-child(30) {
  -webkit-animation-delay: 2.6666666667s;
  animation-delay: 2.6666666667s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 2.6666666667s;
  -webkit-animation-duration: 1.5s;
  left: 25vw;
  top: 100vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container2 .star:nth-child(31) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 1.3333333333s;
  animation-duration: 1.3333333333s;
  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 1.3333333333s;
  left: 91vw;
  top: 81vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container2 .star:nth-child(32) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 0.25s;
  left: 23vw;
  top: 123vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container2 .star:nth-child(33) {
  -webkit-animation-delay: 1.6666666667s;
  animation-delay: 1.6666666667s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1.6666666667s;
  -webkit-animation-duration: 1s;
  left: 107vw;
  top: 98vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container2 .star:nth-child(34) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 6s;
  -webkit-animation-duration: 0.5s;
  left: 37vw;
  top: 63vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container2 .star:nth-child(35) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 3s;
  left: 38vw;
  top: 40vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container2 .star:nth-child(36) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 0.5s;
  left: 92vw;
  top: 19vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container2 .star:nth-child(37) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 1.3333333333s;
  animation-duration: 1.3333333333s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 1.3333333333s;
  left: 57vw;
  top: 24vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container2 .star:nth-child(38) {
  -webkit-animation-delay: 0.1111111111s;
  animation-delay: 0.1111111111s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.1111111111s;
  -webkit-animation-duration: 0.5s;
  left: 107vw;
  top: 59vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container2 .star:nth-child(39) {
  -webkit-animation-delay: 0.1111111111s;
  animation-delay: 0.1111111111s;
  -webkit-animation-duration: 1.6666666667s;
  animation-duration: 1.6666666667s;
  -webkit-animation-delay: 0.1111111111s;
  -webkit-animation-duration: 1.6666666667s;
  left: 103vw;
  top: 38vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container2 .star:nth-child(40) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.25s;
  -webkit-animation-duration: 1s;
  left: 77vw;
  top: 106vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container2 .star:nth-child(41) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 3s;
  -webkit-animation-duration: 1s;
  left: 129vw;
  top: 87vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container2 .star:nth-child(42) {
  -webkit-animation-delay: 0.375s;
  animation-delay: 0.375s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.375s;
  -webkit-animation-duration: 1s;
  left: 46vw;
  top: 49vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container2 .star:nth-child(43) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 3s;
  -webkit-animation-duration: 1s;
  left: 115vw;
  top: 51vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container2 .star:nth-child(44) {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1.25s;
  -webkit-animation-duration: 1s;
  left: 90vw;
  top: 103vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container2 .star:nth-child(45) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 0.5s;
  -webkit-animation-duration: 3s;
  left: 72vw;
  top: 18vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container2 .star:nth-child(46) {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1.8s;
  -webkit-animation-duration: 1s;
  left: 31vw;
  top: 64vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container2 .star:nth-child(47) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 1.3333333333s;
  animation-duration: 1.3333333333s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 1.3333333333s;
  left: 69vw;
  top: 53vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container2 .star:nth-child(48) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0.5s;
  -webkit-animation-duration: 2s;
  left: 33vw;
  top: 60vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container2 .star:nth-child(49) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 5s;
  -webkit-animation-duration: 1.5s;
  left: 30vw;
  top: 67vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container2 .star:nth-child(50) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 0.5s;
  left: 80vw;
  top: 62vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container2 .star:nth-child(51) {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 1.6s;
  -webkit-animation-duration: 0.5s;
  left: 83vw;
  top: 42vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container2 .star:nth-child(52) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-delay: 0.5s;
  -webkit-animation-duration: 2.5s;
  left: 76vw;
  top: 69vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container2 .star:nth-child(53) {
  -webkit-animation-delay: 1.6666666667s;
  animation-delay: 1.6666666667s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1.6666666667s;
  -webkit-animation-duration: 1s;
  left: 86vw;
  top: 60vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container2 .star:nth-child(54) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-delay: 3s;
  -webkit-animation-duration: 4s;
  left: 129vw;
  top: 103vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container2 .star:nth-child(55) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-delay: 1.2s;
  -webkit-animation-duration: 2.5s;
  left: 112vw;
  top: 98vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container2 .star:nth-child(56) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 5s;
  -webkit-animation-duration: 2s;
  left: 14vw;
  top: 49vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container2 .star:nth-child(57) {
  -webkit-animation-delay: 0.7777777778s;
  animation-delay: 0.7777777778s;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-delay: 0.7777777778s;
  -webkit-animation-duration: 1.25s;
  left: 64vw;
  top: 82vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container2 .star:nth-child(58) {
  -webkit-animation-delay: 0.875s;
  animation-delay: 0.875s;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-delay: 0.875s;
  -webkit-animation-duration: 1.25s;
  left: 71vw;
  top: 77vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container2 .star:nth-child(59) {
  -webkit-animation-delay: 1.3333333333s;
  animation-delay: 1.3333333333s;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-delay: 1.3333333333s;
  -webkit-animation-duration: 0.75s;
  left: 32vw;
  top: 56vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container2 .star:nth-child(60) {
  -webkit-animation-delay: 0.6666666667s;
  animation-delay: 0.6666666667s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0.6666666667s;
  -webkit-animation-duration: 2s;
  left: 46vw;
  top: 94vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container2 .star:nth-child(61) {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 1.25s;
  -webkit-animation-duration: 5s;
  left: 84vw;
  top: 74vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container2 .star:nth-child(62) {
  -webkit-animation-delay: 1.1428571429s;
  animation-delay: 1.1428571429s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 1.1428571429s;
  -webkit-animation-duration: 0.25s;
  left: 45vw;
  top: 101vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container2 .star:nth-child(63) {
  -webkit-animation-delay: 0.375s;
  animation-delay: 0.375s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.375s;
  -webkit-animation-duration: 0.5s;
  left: 45vw;
  top: 88vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container2 .star:nth-child(64) {
  -webkit-animation-delay: 0.4285714286s;
  animation-delay: 0.4285714286s;
  -webkit-animation-duration: 0.6666666667s;
  animation-duration: 0.6666666667s;
  -webkit-animation-delay: 0.4285714286s;
  -webkit-animation-duration: 0.6666666667s;
  left: 57vw;
  top: 11vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container2 .star:nth-child(65) {
  -webkit-animation-delay: 0.2857142857s;
  animation-delay: 0.2857142857s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0.2857142857s;
  -webkit-animation-duration: 2s;
  left: 98vw;
  top: 106vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container2 .star:nth-child(66) {
  -webkit-animation-delay: 1.6666666667s;
  animation-delay: 1.6666666667s;
  -webkit-animation-duration: 0.3333333333s;
  animation-duration: 0.3333333333s;
  -webkit-animation-delay: 1.6666666667s;
  -webkit-animation-duration: 0.3333333333s;
  left: 72vw;
  top: 32vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container2 .star:nth-child(67) {
  -webkit-animation-delay: 0.1428571429s;
  animation-delay: 0.1428571429s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-delay: 0.1428571429s;
  -webkit-animation-duration: 4s;
  left: 66vw;
  top: 65vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container2 .star:nth-child(68) {
  -webkit-animation-delay: 0.6666666667s;
  animation-delay: 0.6666666667s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.6666666667s;
  -webkit-animation-duration: 1s;
  left: 53vw;
  top: 70vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container2 .star:nth-child(69) {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
  -webkit-animation-duration: 1.6666666667s;
  animation-duration: 1.6666666667s;
  -webkit-animation-delay: 2.5s;
  -webkit-animation-duration: 1.6666666667s;
  left: 82vw;
  top: 113vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container2 .star:nth-child(70) {
  -webkit-animation-delay: 9s;
  animation-delay: 9s;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-delay: 9s;
  -webkit-animation-duration: 1.25s;
  left: 50vw;
  top: 65vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container2 .star:nth-child(71) {
  -webkit-animation-delay: 1.3333333333s;
  animation-delay: 1.3333333333s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1.3333333333s;
  -webkit-animation-duration: 1s;
  left: 67vw;
  top: 94vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container2 .star:nth-child(72) {
  -webkit-animation-delay: 0.875s;
  animation-delay: 0.875s;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-delay: 0.875s;
  -webkit-animation-duration: 0.75s;
  left: 74vw;
  top: 59vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container2 .star:nth-child(73) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-delay: 0.75s;
  -webkit-animation-duration: 0.75s;
  left: 106vw;
  top: 102vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container2 .star:nth-child(74) {
  -webkit-animation-delay: 0.8571428571s;
  animation-delay: 0.8571428571s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.8571428571s;
  -webkit-animation-duration: 1s;
  left: 58vw;
  top: 85vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container2 .star:nth-child(75) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 1s;
  left: 36vw;
  top: 25vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container2 .star:nth-child(76) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 1s;
  left: 118vw;
  top: 59vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container2 .star:nth-child(77) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 5s;
  -webkit-animation-duration: 1.5s;
  left: 97vw;
  top: 85vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container2 .star:nth-child(78) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-delay: 1.2s;
  -webkit-animation-duration: 0.75s;
  left: 55vw;
  top: 44vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container2 .star:nth-child(79) {
  -webkit-animation-delay: 1.1428571429s;
  animation-delay: 1.1428571429s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 1.1428571429s;
  -webkit-animation-duration: 0.25s;
  left: 113vw;
  top: 26vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container2 .star:nth-child(80) {
  -webkit-animation-delay: 0.8333333333s;
  animation-delay: 0.8333333333s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.8333333333s;
  -webkit-animation-duration: 1s;
  left: 51vw;
  top: 104vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container3 {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  animation: rotate 300s infinite linear;
  -webkit-animation: rotate 300s infinite linear;
}

.home.c1 #container3 .star:nth-child(1) {
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 4.5s;
  -webkit-animation-duration: 3s;
  left: 96vw;
  top: 45vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container3 .star:nth-child(2) {
  -webkit-animation-delay: 1.1428571429s;
  animation-delay: 1.1428571429s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1.1428571429s;
  -webkit-animation-duration: 1s;
  left: 38vw;
  top: 94vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container3 .star:nth-child(3) {
  -webkit-animation-delay: 0.3333333333s;
  animation-delay: 0.3333333333s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.3333333333s;
  -webkit-animation-duration: 1s;
  left: 25vw;
  top: 110vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container3 .star:nth-child(4) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 2.5s;
  left: 79vw;
  top: 116vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container3 .star:nth-child(5) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 1s;
  left: 118vw;
  top: 84vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container3 .star:nth-child(6) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 1.25s;
  left: 106vw;
  top: 94vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container3 .star:nth-child(7) {
  -webkit-animation-delay: 3.3333333333s;
  animation-delay: 3.3333333333s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 3.3333333333s;
  -webkit-animation-duration: 3s;
  left: 35vw;
  top: 45vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container3 .star:nth-child(8) {
  -webkit-animation-delay: 1.4285714286s;
  animation-delay: 1.4285714286s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 1.4285714286s;
  -webkit-animation-duration: 5s;
  left: 53vw;
  top: 24vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container3 .star:nth-child(9) {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
  -webkit-animation-duration: 0.6666666667s;
  animation-duration: 0.6666666667s;
  -webkit-animation-delay: 1.4s;
  -webkit-animation-duration: 0.6666666667s;
  left: 66vw;
  top: 37vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container3 .star:nth-child(10) {
  -webkit-animation-delay: 0.8571428571s;
  animation-delay: 0.8571428571s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0.8571428571s;
  -webkit-animation-duration: 2s;
  left: 56vw;
  top: 36vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container3 .star:nth-child(11) {
  -webkit-animation-delay: 1.1111111111s;
  animation-delay: 1.1111111111s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 1.1111111111s;
  -webkit-animation-duration: 2s;
  left: 96vw;
  top: 88vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container3 .star:nth-child(12) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 3s;
  -webkit-animation-duration: 2s;
  left: 71vw;
  top: 63vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container3 .star:nth-child(13) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 0.3333333333s;
  animation-duration: 0.3333333333s;
  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 0.3333333333s;
  left: 48vw;
  top: 115vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container3 .star:nth-child(14) {
  -webkit-animation-delay: 0.1428571429s;
  animation-delay: 0.1428571429s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.1428571429s;
  -webkit-animation-duration: 1s;
  left: 86vw;
  top: 84vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container3 .star:nth-child(15) {
  -webkit-animation-delay: 0.1666666667s;
  animation-delay: 0.1666666667s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.1666666667s;
  -webkit-animation-duration: 1s;
  left: 47vw;
  top: 116vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container3 .star:nth-child(16) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 0.25s;
  left: 55vw;
  top: 63vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container3 .star:nth-child(17) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 1s;
  left: 82vw;
  top: 91vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container3 .star:nth-child(18) {
  -webkit-animation-delay: 0.5555555556s;
  animation-delay: 0.5555555556s;
  -webkit-animation-duration: 0.3333333333s;
  animation-duration: 0.3333333333s;
  -webkit-animation-delay: 0.5555555556s;
  -webkit-animation-duration: 0.3333333333s;
  left: 69vw;
  top: 14vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container3 .star:nth-child(19) {
  -webkit-animation-delay: 1.6666666667s;
  animation-delay: 1.6666666667s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-delay: 1.6666666667s;
  -webkit-animation-duration: 4s;
  left: 91vw;
  top: 38vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container3 .star:nth-child(20) {
  -webkit-animation-delay: 0.2857142857s;
  animation-delay: 0.2857142857s;
  -webkit-animation-duration: 1.3333333333s;
  animation-duration: 1.3333333333s;
  -webkit-animation-delay: 0.2857142857s;
  -webkit-animation-duration: 1.3333333333s;
  left: 51vw;
  top: 88vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container3 .star:nth-child(21) {
  -webkit-animation-delay: 1.75s;
  animation-delay: 1.75s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 1.75s;
  -webkit-animation-duration: 2s;
  left: 48vw;
  top: 62vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container3 .star:nth-child(22) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 3s;
  -webkit-animation-duration: 1s;
  left: 36vw;
  top: 67vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container3 .star:nth-child(23) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 1s;
  left: 101vw;
  top: 71vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container3 .star:nth-child(24) {
  -webkit-animation-delay: 0.6666666667s;
  animation-delay: 0.6666666667s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.6666666667s;
  -webkit-animation-duration: 1s;
  left: 62vw;
  top: 101vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container3 .star:nth-child(25) {
  -webkit-animation-delay: 0.6666666667s;
  animation-delay: 0.6666666667s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.6666666667s;
  -webkit-animation-duration: 1.5s;
  left: 60vw;
  top: 44vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container3 .star:nth-child(26) {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-delay: 1.25s;
  -webkit-animation-duration: 1.25s;
  left: 76vw;
  top: 82vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container3 .star:nth-child(27) {
  -webkit-animation-delay: 0.4444444444s;
  animation-delay: 0.4444444444s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0.4444444444s;
  -webkit-animation-duration: 2s;
  left: 106vw;
  top: 100vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container3 .star:nth-child(28) {
  -webkit-animation-delay: 2.25s;
  animation-delay: 2.25s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 2.25s;
  -webkit-animation-duration: 0.5s;
  left: 71vw;
  top: 30vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container3 .star:nth-child(29) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1.5s;
  -webkit-animation-duration: 1s;
  left: 32vw;
  top: 80vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container3 .star:nth-child(30) {
  -webkit-animation-delay: 2.25s;
  animation-delay: 2.25s;
  -webkit-animation-duration: 0.3333333333s;
  animation-duration: 0.3333333333s;
  -webkit-animation-delay: 2.25s;
  -webkit-animation-duration: 0.3333333333s;
  left: 80vw;
  top: 34vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container3 .star:nth-child(31) {
  -webkit-animation-delay: 2.3333333333s;
  animation-delay: 2.3333333333s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 2.3333333333s;
  -webkit-animation-duration: 2s;
  left: 87vw;
  top: 31vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container3 .star:nth-child(32) {
  -webkit-animation-delay: 0.625s;
  animation-delay: 0.625s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.625s;
  -webkit-animation-duration: 1s;
  left: 59vw;
  top: 45vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container3 .star:nth-child(33) {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1.6s;
  -webkit-animation-duration: 1s;
  left: 85vw;
  top: 90vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container3 .star:nth-child(34) {
  -webkit-animation-delay: 2.3333333333s;
  animation-delay: 2.3333333333s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 2.3333333333s;
  -webkit-animation-duration: 1s;
  left: 19vw;
  top: 92vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container3 .star:nth-child(35) {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 2.5s;
  -webkit-animation-duration: 5s;
  left: 45vw;
  top: 91vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container3 .star:nth-child(36) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 0.3333333333s;
  animation-duration: 0.3333333333s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 0.3333333333s;
  left: 82vw;
  top: 85vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container3 .star:nth-child(37) {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 8s;
  -webkit-animation-duration: 5s;
  left: 30vw;
  top: 118vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container3 .star:nth-child(38) {
  -webkit-animation-delay: 0.6666666667s;
  animation-delay: 0.6666666667s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.6666666667s;
  -webkit-animation-duration: 0.5s;
  left: 83vw;
  top: 76vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container3 .star:nth-child(39) {
  -webkit-animation-delay: 1.6666666667s;
  animation-delay: 1.6666666667s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 1.6666666667s;
  -webkit-animation-duration: 0.5s;
  left: 91vw;
  top: 64vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container3 .star:nth-child(40) {
  -webkit-animation-delay: 0.625s;
  animation-delay: 0.625s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 0.625s;
  -webkit-animation-duration: 3s;
  left: 95vw;
  top: 96vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container3 .star:nth-child(41) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 3s;
  -webkit-animation-duration: 0.5s;
  left: 60vw;
  top: 30vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container3 .star:nth-child(42) {
  -webkit-animation-delay: 0.8333333333s;
  animation-delay: 0.8333333333s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0.8333333333s;
  -webkit-animation-duration: 2s;
  left: 27vw;
  top: 109vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container3 .star:nth-child(43) {
  -webkit-animation-delay: 0.125s;
  animation-delay: 0.125s;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-delay: 0.125s;
  -webkit-animation-duration: 1.25s;
  left: 35vw;
  top: 94vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container3 .star:nth-child(44) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 3s;
  -webkit-animation-duration: 1s;
  left: 70vw;
  top: 26vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container3 .star:nth-child(45) {
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 7s;
  -webkit-animation-duration: 0.5s;
  left: 39vw;
  top: 77vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container3 .star:nth-child(46) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 1.5s;
  -webkit-animation-duration: 2s;
  left: 112vw;
  top: 92vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container3 .star:nth-child(47) {
  -webkit-animation-delay: 1.6666666667s;
  animation-delay: 1.6666666667s;
  -webkit-animation-duration: 1.6666666667s;
  animation-duration: 1.6666666667s;
  -webkit-animation-delay: 1.6666666667s;
  -webkit-animation-duration: 1.6666666667s;
  left: 91vw;
  top: 14vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container3 .star:nth-child(48) {
  -webkit-animation-delay: 2.3333333333s;
  animation-delay: 2.3333333333s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 2.3333333333s;
  -webkit-animation-duration: 3s;
  left: 16vw;
  top: 114vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container3 .star:nth-child(49) {
  -webkit-animation-delay: 1.1111111111s;
  animation-delay: 1.1111111111s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 1.1111111111s;
  -webkit-animation-duration: 5s;
  left: 63vw;
  top: 54vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container3 .star:nth-child(50) {
  -webkit-animation-delay: 0.1428571429s;
  animation-delay: 0.1428571429s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.1428571429s;
  -webkit-animation-duration: 1.5s;
  left: 81vw;
  top: 45vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container3 .star:nth-child(51) {
  -webkit-animation-delay: 2.3333333333s;
  animation-delay: 2.3333333333s;
  -webkit-animation-duration: 0.6666666667s;
  animation-duration: 0.6666666667s;
  -webkit-animation-delay: 2.3333333333s;
  -webkit-animation-duration: 0.6666666667s;
  left: 107vw;
  top: 32vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container3 .star:nth-child(52) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 5s;
  left: 54vw;
  top: 45vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container3 .star:nth-child(53) {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-delay: 1.25s;
  -webkit-animation-duration: 1.25s;
  left: 58vw;
  top: 127vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container3 .star:nth-child(54) {
  -webkit-animation-delay: 9s;
  animation-delay: 9s;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-delay: 9s;
  -webkit-animation-duration: 0.75s;
  left: 48vw;
  top: 53vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container3 .star:nth-child(55) {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-delay: 4s;
  -webkit-animation-duration: 0.75s;
  left: 77vw;
  top: 64vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container3 .star:nth-child(56) {
  -webkit-animation-delay: 1.125s;
  animation-delay: 1.125s;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-delay: 1.125s;
  -webkit-animation-duration: 1.25s;
  left: 71vw;
  top: 10vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container3 .star:nth-child(57) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 2.5s;
  left: 70vw;
  top: 32vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container3 .star:nth-child(58) {
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
  -webkit-animation-duration: 0.3333333333s;
  animation-duration: 0.3333333333s;
  -webkit-animation-delay: 7s;
  -webkit-animation-duration: 0.3333333333s;
  left: 58vw;
  top: 110vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container3 .star:nth-child(59) {
  -webkit-animation-delay: 1.1111111111s;
  animation-delay: 1.1111111111s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 1.1111111111s;
  -webkit-animation-duration: 1.5s;
  left: 95vw;
  top: 89vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container3 .star:nth-child(60) {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 1.4s;
  -webkit-animation-duration: 1.5s;
  left: 82vw;
  top: 16vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container3 .star:nth-child(61) {
  -webkit-animation-delay: 0.8888888889s;
  animation-delay: 0.8888888889s;
  -webkit-animation-duration: 0.3333333333s;
  animation-duration: 0.3333333333s;
  -webkit-animation-delay: 0.8888888889s;
  -webkit-animation-duration: 0.3333333333s;
  left: 74vw;
  top: 118vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container3 .star:nth-child(62) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 1s;
  left: 14vw;
  top: 34vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container3 .star:nth-child(63) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 0.5s;
  left: 56vw;
  top: 91vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container3 .star:nth-child(64) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 4s;
  left: 55vw;
  top: 18vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container3 .star:nth-child(65) {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 2.5s;
  -webkit-animation-duration: 5s;
  left: 97vw;
  top: 88vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container3 .star:nth-child(66) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.25s;
  -webkit-animation-duration: 1s;
  left: 17vw;
  top: 50vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container3 .star:nth-child(67) {
  -webkit-animation-delay: 0.4285714286s;
  animation-delay: 0.4285714286s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.4285714286s;
  -webkit-animation-duration: 1s;
  left: 104vw;
  top: 38vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container3 .star:nth-child(68) {
  -webkit-animation-delay: 0.3333333333s;
  animation-delay: 0.3333333333s;
  -webkit-animation-duration: 1.3333333333s;
  animation-duration: 1.3333333333s;
  -webkit-animation-delay: 0.3333333333s;
  -webkit-animation-duration: 1.3333333333s;
  left: 47vw;
  top: 118vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container3 .star:nth-child(69) {
  -webkit-animation-delay: 1.1666666667s;
  animation-delay: 1.1666666667s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-delay: 1.1666666667s;
  -webkit-animation-duration: 4s;
  left: 38vw;
  top: 72vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container3 .star:nth-child(70) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-delay: 0.5s;
  -webkit-animation-duration: 2.5s;
  left: 87vw;
  top: 47vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container3 .star:nth-child(71) {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-delay: 2.5s;
  -webkit-animation-duration: 2.5s;
  left: 63vw;
  top: 80vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container3 .star:nth-child(72) {
  -webkit-animation-delay: 1.3333333333s;
  animation-delay: 1.3333333333s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1.3333333333s;
  -webkit-animation-duration: 1s;
  left: 12vw;
  top: 37vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container3 .star:nth-child(73) {
  -webkit-animation-delay: 2.25s;
  animation-delay: 2.25s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 2.25s;
  -webkit-animation-duration: 1s;
  left: 45vw;
  top: 30vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container3 .star:nth-child(74) {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 4s;
  -webkit-animation-duration: 3s;
  left: 75vw;
  top: 101vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container3 .star:nth-child(75) {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
  -webkit-animation-duration: 0.6666666667s;
  animation-duration: 0.6666666667s;
  -webkit-animation-delay: 1.25s;
  -webkit-animation-duration: 0.6666666667s;
  left: 84vw;
  top: 68vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container3 .star:nth-child(76) {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-duration: 1.3333333333s;
  animation-duration: 1.3333333333s;
  -webkit-animation-delay: 4s;
  -webkit-animation-duration: 1.3333333333s;
  left: 47vw;
  top: 31vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container3 .star:nth-child(77) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 1.5s;
  left: 52vw;
  top: 81vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container3 .star:nth-child(78) {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-delay: 1.4s;
  -webkit-animation-duration: 2.5s;
  left: 67vw;
  top: 83vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container3 .star:nth-child(79) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-delay: 6s;
  -webkit-animation-duration: 4s;
  left: 41vw;
  top: 26vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container3 .star:nth-child(80) {
  -webkit-animation-delay: 0.8333333333s;
  animation-delay: 0.8333333333s;
  -webkit-animation-duration: 0.6666666667s;
  animation-duration: 0.6666666667s;
  -webkit-animation-delay: 0.8333333333s;
  -webkit-animation-duration: 0.6666666667s;
  left: 43vw;
  top: 95vh;
  height: 0.6rem;
  width: 0.6rem;
}

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

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

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

  100% {
    -webkit-transform: rotate(360deg);
  }
}

.home.c1 {
  max-width: none;
}

.home.c1 .night-background {
  background: #f79022;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 12+ */
  /* IE10+ */
  background: radial-gradient(ellipse at center, #f79022 0%, #ef4b47 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$fromColor', endColorstr='$toColor',GradientType=1 );
  /* IE6-8 fallback on horizontal gradient */
  position: fixed;
  overflow: hidden;
  height: 100%;
  min-height: 410px;
  width: 100%;
}

.home.c1 .text {
  font-family: 'Open Sans', Arial, sans-serif;
  position: absolute;
  bottom: 50px;
  color: #ffffff;
  left: 30px;
}

@media (max-width: 436px) {
  .home.c1 .text {
    width: 92%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

.home.c1 .text h1 {
  font-size: 26px;
  font-weight: 400;
  opacity: .8;
}

@media (max-width: 399px) {
  .home.c1 .text h1 {
    font-size: 20px;
  }
}

.home.c1 .text h2 {
  font-weight: 300;
  opacity: .5;
  font-size: 17px;
  margin-top: 5px;
}

.home.c1 .star {
  -webkit-animation-name: flicker;
  -webkit-animation-timing-function: ease(in-out-circ);
  -webkit-animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: flicker;
  animation-name: flicker;
  -webkit-animation-timing-function: ease(in-out-circ);
  animation-timing-function: ease(in-out-circ);
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background: url(../../images/star-white.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  opacity: .6;
}

@keyframes flicker {
  to {
    opacity: 0.25;
  }
}

@-webkit-keyframes flicker {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.25;
  }

  100% {
    opacity: 1;
  }
}

.home.c1 #container1,
.home.c1 #container4,
.home.c1 #container2,
.home.c1 #container3 {
  height: 100vh;
  width: 100vw;
  -webkit-perspective: 120rem;
  perspective: 120rem;
  position: absolute;
  top: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 100%;
}

.home.c1 #container1 {
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  animation: rotate 150s infinite ease-in;
  -webkit-animation: rotate 150s infinite ease-in;
}

.home.c1 #container1 .star:nth-child(1) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 5s;
  -webkit-animation-duration: 5s;
  left: 67vw;
  top: 34vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container1 .star:nth-child(2) {
  -webkit-animation-delay: 0.1428571429s;
  animation-delay: 0.1428571429s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-delay: 0.1428571429s;
  -webkit-animation-duration: 4s;
  left: 27vw;
  top: 61vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container1 .star:nth-child(3) {
  -webkit-animation-delay: 0.3333333333s;
  animation-delay: 0.3333333333s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 0.3333333333s;
  -webkit-animation-duration: 0.25s;
  left: 90vw;
  top: 41vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container1 .star:nth-child(4) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-delay: 0.5s;
  -webkit-animation-duration: 4s;
  left: 109vw;
  top: 102vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container1 .star:nth-child(5) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 5s;
  -webkit-animation-duration: 5s;
  left: 77vw;
  top: 70vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container1 .star:nth-child(6) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 5s;
  left: 8vw;
  top: 61vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container1 .star:nth-child(7) {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
  -webkit-animation-duration: 0.6666666667s;
  animation-duration: 0.6666666667s;
  -webkit-animation-delay: 1.4s;
  -webkit-animation-duration: 0.6666666667s;
  left: 68vw;
  top: 11vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container1 .star:nth-child(8) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 2s;
  left: 72vw;
  top: 68vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container1 .star:nth-child(9) {
  -webkit-animation-delay: 0.3333333333s;
  animation-delay: 0.3333333333s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0.3333333333s;
  -webkit-animation-duration: 2s;
  left: 28vw;
  top: 85vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container1 .star:nth-child(10) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 0.25s;
  left: 49vw;
  top: 111vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container1 .star:nth-child(11) {
  -webkit-animation-delay: 0.4444444444s;
  animation-delay: 0.4444444444s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0.4444444444s;
  -webkit-animation-duration: 2s;
  left: 93vw;
  top: 32vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container1 .star:nth-child(12) {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
  -webkit-animation-duration: 0.3333333333s;
  animation-duration: 0.3333333333s;
  -webkit-animation-delay: 2.5s;
  -webkit-animation-duration: 0.3333333333s;
  left: 9vw;
  top: 54vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container1 .star:nth-child(13) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-delay: 3s;
  -webkit-animation-duration: 1.25s;
  left: 102vw;
  top: 78vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container1 .star:nth-child(14) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 0.8s;
  -webkit-animation-duration: 0.25s;
  left: 26vw;
  top: 48vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container1 .star:nth-child(15) {
  -webkit-animation-delay: 0.6666666667s;
  animation-delay: 0.6666666667s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 0.6666666667s;
  -webkit-animation-duration: 5s;
  left: 76vw;
  top: 84vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container1 .star:nth-child(16) {
  -webkit-animation-delay: 1.4285714286s;
  animation-delay: 1.4285714286s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 1.4285714286s;
  -webkit-animation-duration: 5s;
  left: 66vw;
  top: 50vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container1 .star:nth-child(17) {
  -webkit-animation-delay: 1.125s;
  animation-delay: 1.125s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 1.125s;
  -webkit-animation-duration: 0.5s;
  left: 60vw;
  top: 11vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container1 .star:nth-child(18) {
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
  -webkit-animation-duration: 0.3333333333s;
  animation-duration: 0.3333333333s;
  -webkit-animation-delay: 3.5s;
  -webkit-animation-duration: 0.3333333333s;
  left: 84vw;
  top: 55vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container1 .star:nth-child(19) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-duration: 0.6666666667s;
  animation-duration: 0.6666666667s;
  -webkit-animation-delay: 1.5s;
  -webkit-animation-duration: 0.6666666667s;
  left: 63vw;
  top: 77vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container1 .star:nth-child(20) {
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s;
  -webkit-animation-duration: 0.3333333333s;
  animation-duration: 0.3333333333s;
  -webkit-animation-delay: 4.5s;
  -webkit-animation-duration: 0.3333333333s;
  left: 20vw;
  top: 68vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container1 .star:nth-child(21) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 1s;
  left: 87vw;
  top: 76vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container1 .star:nth-child(22) {
  -webkit-animation-delay: 2.3333333333s;
  animation-delay: 2.3333333333s;
  -webkit-animation-duration: 0.6666666667s;
  animation-duration: 0.6666666667s;
  -webkit-animation-delay: 2.3333333333s;
  -webkit-animation-duration: 0.6666666667s;
  left: 45vw;
  top: 53vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container1 .star:nth-child(23) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 0.5s;
  -webkit-animation-duration: 5s;
  left: 92vw;
  top: 104vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container1 .star:nth-child(24) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.6s;
  -webkit-animation-duration: 0.5s;
  left: 70vw;
  top: 90vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container1 .star:nth-child(25) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 3s;
  -webkit-animation-duration: 0.25s;
  left: 69vw;
  top: 104vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container1 .star:nth-child(26) {
  -webkit-animation-delay: 0.6666666667s;
  animation-delay: 0.6666666667s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 0.6666666667s;
  -webkit-animation-duration: 0.25s;
  left: 9vw;
  top: 92vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container1 .star:nth-child(27) {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 10s;
  -webkit-animation-duration: 0.5s;
  left: 86vw;
  top: 98vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container1 .star:nth-child(28) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 6s;
  -webkit-animation-duration: 0.5s;
  left: 44vw;
  top: 95vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container1 .star:nth-child(29) {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-delay: 4s;
  -webkit-animation-duration: 0.75s;
  left: 65vw;
  top: 108vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container1 .star:nth-child(30) {
  -webkit-animation-delay: 1.1666666667s;
  animation-delay: 1.1666666667s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 1.1666666667s;
  -webkit-animation-duration: 2s;
  left: 93vw;
  top: 51vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container1 .star:nth-child(31) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.2s;
  -webkit-animation-duration: 0.5s;
  left: 118vw;
  top: 78vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container1 .star:nth-child(32) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 3s;
  left: 126vw;
  top: 104vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container1 .star:nth-child(33) {
  -webkit-animation-delay: 0.375s;
  animation-delay: 0.375s;
  -webkit-animation-duration: 0.3333333333s;
  animation-duration: 0.3333333333s;
  -webkit-animation-delay: 0.375s;
  -webkit-animation-duration: 0.3333333333s;
  left: 45vw;
  top: 54vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container1 .star:nth-child(34) {
  -webkit-animation-delay: 0.8571428571s;
  animation-delay: 0.8571428571s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.8571428571s;
  -webkit-animation-duration: 1s;
  left: 101vw;
  top: 43vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container1 .star:nth-child(35) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 1s;
  left: 53vw;
  top: 85vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container1 .star:nth-child(36) {
  -webkit-animation-delay: 1.1666666667s;
  animation-delay: 1.1666666667s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 1.1666666667s;
  -webkit-animation-duration: 2s;
  left: 99vw;
  top: 10vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container1 .star:nth-child(37) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-delay: 6s;
  -webkit-animation-duration: 1.25s;
  left: 103vw;
  top: 57vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container1 .star:nth-child(38) {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 1.6s;
  -webkit-animation-duration: 2s;
  left: 107vw;
  top: 26vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container1 .star:nth-child(39) {
  -webkit-animation-delay: 0.875s;
  animation-delay: 0.875s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.875s;
  -webkit-animation-duration: 0.5s;
  left: 55vw;
  top: 50vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container1 .star:nth-child(40) {
  -webkit-animation-delay: 1.1428571429s;
  animation-delay: 1.1428571429s;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-delay: 1.1428571429s;
  -webkit-animation-duration: 2.5s;
  left: 126vw;
  top: 101vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container1 .star:nth-child(41) {
  -webkit-animation-delay: 0.625s;
  animation-delay: 0.625s;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-delay: 0.625s;
  -webkit-animation-duration: 2.5s;
  left: 63vw;
  top: 99vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container1 .star:nth-child(42) {
  -webkit-animation-delay: 0.875s;
  animation-delay: 0.875s;
  -webkit-animation-duration: 1.6666666667s;
  animation-duration: 1.6666666667s;
  -webkit-animation-delay: 0.875s;
  -webkit-animation-duration: 1.6666666667s;
  left: 102vw;
  top: 96vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container1 .star:nth-child(43) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 0.75s;
  left: 117vw;
  top: 56vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container1 .star:nth-child(44) {
  -webkit-animation-delay: 1.75s;
  animation-delay: 1.75s;
  -webkit-animation-duration: 1.3333333333s;
  animation-duration: 1.3333333333s;
  -webkit-animation-delay: 1.75s;
  -webkit-animation-duration: 1.3333333333s;
  left: 60vw;
  top: 98vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container1 .star:nth-child(45) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-duration: 1.6666666667s;
  animation-duration: 1.6666666667s;
  -webkit-animation-delay: 1.5s;
  -webkit-animation-duration: 1.6666666667s;
  left: 63vw;
  top: 108vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container1 .star:nth-child(46) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 1.6666666667s;
  animation-duration: 1.6666666667s;
  -webkit-animation-delay: 0.5s;
  -webkit-animation-duration: 1.6666666667s;
  left: 74vw;
  top: 43vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container1 .star:nth-child(47) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 2s;
  left: 57vw;
  top: 44vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container1 .star:nth-child(48) {
  -webkit-animation-delay: 0.3333333333s;
  animation-delay: 0.3333333333s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 0.3333333333s;
  -webkit-animation-duration: 5s;
  left: 84vw;
  top: 46vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container1 .star:nth-child(49) {
  -webkit-animation-delay: 0.2857142857s;
  animation-delay: 0.2857142857s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 0.2857142857s;
  -webkit-animation-duration: 0.25s;
  left: 32vw;
  top: 98vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container1 .star:nth-child(50) {
  -webkit-animation-delay: 1.1666666667s;
  animation-delay: 1.1666666667s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1.1666666667s;
  -webkit-animation-duration: 1s;
  left: 91vw;
  top: 73vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container1 .star:nth-child(51) {
  -webkit-animation-delay: 0.5714285714s;
  animation-delay: 0.5714285714s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-delay: 0.5714285714s;
  -webkit-animation-duration: 4s;
  left: 108vw;
  top: 48vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container1 .star:nth-child(52) {
  -webkit-animation-delay: 9s;
  animation-delay: 9s;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-delay: 9s;
  -webkit-animation-duration: 1.25s;
  left: 115vw;
  top: 31vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container1 .star:nth-child(53) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 1.5s;
  -webkit-animation-duration: 2s;
  left: 75vw;
  top: 24vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container1 .star:nth-child(54) {
  -webkit-animation-delay: 0.1666666667s;
  animation-delay: 0.1666666667s;
  -webkit-animation-duration: 0.6666666667s;
  animation-duration: 0.6666666667s;
  -webkit-animation-delay: 0.1666666667s;
  -webkit-animation-duration: 0.6666666667s;
  left: 5vw;
  top: 41vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container1 .star:nth-child(55) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0.75s;
  -webkit-animation-duration: 2s;
  left: 36vw;
  top: 63vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container1 .star:nth-child(56) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 1.6666666667s;
  animation-duration: 1.6666666667s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 1.6666666667s;
  left: 19vw;
  top: 100vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container1 .star:nth-child(57) {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-delay: 1.25s;
  -webkit-animation-duration: 0.75s;
  left: 108vw;
  top: 42vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container1 .star:nth-child(58) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 1s;
  left: 31vw;
  top: 105vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container1 .star:nth-child(59) {
  -webkit-animation-delay: 0.2857142857s;
  animation-delay: 0.2857142857s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0.2857142857s;
  -webkit-animation-duration: 2s;
  left: 36vw;
  top: 72vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container1 .star:nth-child(60) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 2.5s;
  left: 17vw;
  top: 84vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container1 .star:nth-child(61) {
  -webkit-animation-delay: 1.6666666667s;
  animation-delay: 1.6666666667s;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-delay: 1.6666666667s;
  -webkit-animation-duration: 2.5s;
  left: 21vw;
  top: 98vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container1 .star:nth-child(62) {
  -webkit-animation-delay: 0.7777777778s;
  animation-delay: 0.7777777778s;
  -webkit-animation-duration: 0.3333333333s;
  animation-duration: 0.3333333333s;
  -webkit-animation-delay: 0.7777777778s;
  -webkit-animation-duration: 0.3333333333s;
  left: 51vw;
  top: 31vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container1 .star:nth-child(63) {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 2.5s;
  -webkit-animation-duration: 1s;
  left: 78vw;
  top: 37vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container1 .star:nth-child(64) {
  -webkit-animation-delay: 0.8888888889s;
  animation-delay: 0.8888888889s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.8888888889s;
  -webkit-animation-duration: 1s;
  left: 101vw;
  top: 46vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container1 .star:nth-child(65) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
  -webkit-animation-duration: 0.3333333333s;
  animation-duration: 0.3333333333s;
  -webkit-animation-delay: 0.25s;
  -webkit-animation-duration: 0.3333333333s;
  left: 103vw;
  top: 45vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container1 .star:nth-child(66) {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 2.5s;
  -webkit-animation-duration: 5s;
  left: 65vw;
  top: 43vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container1 .star:nth-child(67) {
  -webkit-animation-delay: 0.8571428571s;
  animation-delay: 0.8571428571s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.8571428571s;
  -webkit-animation-duration: 1s;
  left: 27vw;
  top: 83vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container1 .star:nth-child(68) {
  -webkit-animation-delay: 0.5714285714s;
  animation-delay: 0.5714285714s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.5714285714s;
  -webkit-animation-duration: 1.5s;
  left: 84vw;
  top: 48vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container1 .star:nth-child(69) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0.8s;
  -webkit-animation-duration: 2s;
  left: 9vw;
  top: 87vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container1 .star:nth-child(70) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 0.5s;
  left: 86vw;
  top: 44vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container1 .star:nth-child(71) {
  -webkit-animation-delay: 0.125s;
  animation-delay: 0.125s;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-delay: 0.125s;
  -webkit-animation-duration: 1.25s;
  left: 7vw;
  top: 97vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container1 .star:nth-child(72) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-delay: 1.2s;
  -webkit-animation-duration: 4s;
  left: 28vw;
  top: 40vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container1 .star:nth-child(73) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-delay: 0.6s;
  -webkit-animation-duration: 2.5s;
  left: 93vw;
  top: 14vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container1 .star:nth-child(74) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-delay: 6s;
  -webkit-animation-duration: 0.75s;
  left: 34vw;
  top: 91vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container1 .star:nth-child(75) {
  -webkit-animation-delay: 0.8888888889s;
  animation-delay: 0.8888888889s;
  -webkit-animation-duration: 0.6666666667s;
  animation-duration: 0.6666666667s;
  -webkit-animation-delay: 0.8888888889s;
  -webkit-animation-duration: 0.6666666667s;
  left: 90vw;
  top: 66vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container1 .star:nth-child(76) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 5s;
  -webkit-animation-duration: 3s;
  left: 109vw;
  top: 72vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container1 .star:nth-child(77) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 2s;
  left: 115vw;
  top: 29vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container1 .star:nth-child(78) {
  -webkit-animation-delay: 1.4285714286s;
  animation-delay: 1.4285714286s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 1.4285714286s;
  -webkit-animation-duration: 0.25s;
  left: 57vw;
  top: 24vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container1 .star:nth-child(79) {
  -webkit-animation-delay: 0.3333333333s;
  animation-delay: 0.3333333333s;
  -webkit-animation-duration: 0.6666666667s;
  animation-duration: 0.6666666667s;
  -webkit-animation-delay: 0.3333333333s;
  -webkit-animation-duration: 0.6666666667s;
  left: 13vw;
  top: 24vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container1 .star:nth-child(80) {
  -webkit-animation-delay: 2.3333333333s;
  animation-delay: 2.3333333333s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 2.3333333333s;
  -webkit-animation-duration: 0.5s;
  left: 108vw;
  top: 52vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container4 {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  animation: rotate 290s infinite linear;
  -webkit-animation: rotate 290s infinite linear;
}

.home.c1 #container4 .star:nth-child(1) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 3s;
  -webkit-animation-duration: 1s;
  left: 110vw;
  top: 29vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container4 .star:nth-child(2) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.6s;
  -webkit-animation-duration: 1s;
  left: 17vw;
  top: 49vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container4 .star:nth-child(3) {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 2.5s;
  -webkit-animation-duration: 0.5s;
  left: 56vw;
  top: 91vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container4 .star:nth-child(4) {
  -webkit-animation-delay: 1.125s;
  animation-delay: 1.125s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1.125s;
  -webkit-animation-duration: 1s;
  left: 83vw;
  top: 37vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container4 .star:nth-child(5) {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1.25s;
  -webkit-animation-duration: 1s;
  left: 121vw;
  top: 109vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container4 .star:nth-child(6) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-delay: 0.5s;
  -webkit-animation-duration: 0.75s;
  left: 93vw;
  top: 35vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container4 .star:nth-child(7) {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 2.5s;
  -webkit-animation-duration: 1.5s;
  left: 95vw;
  top: 65vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container4 .star:nth-child(8) {
  -webkit-animation-delay: 1.6666666667s;
  animation-delay: 1.6666666667s;
  -webkit-animation-duration: 0.6666666667s;
  animation-duration: 0.6666666667s;
  -webkit-animation-delay: 1.6666666667s;
  -webkit-animation-duration: 0.6666666667s;
  left: 5vw;
  top: 104vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container4 .star:nth-child(9) {
  -webkit-animation-delay: 3.3333333333s;
  animation-delay: 3.3333333333s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 3.3333333333s;
  -webkit-animation-duration: 1s;
  left: 94vw;
  top: 41vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container4 .star:nth-child(10) {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 4s;
  -webkit-animation-duration: 2s;
  left: 86vw;
  top: 26vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container4 .star:nth-child(11) {
  -webkit-animation-delay: 0.125s;
  animation-delay: 0.125s;
  -webkit-animation-duration: 1.3333333333s;
  animation-duration: 1.3333333333s;
  -webkit-animation-delay: 0.125s;
  -webkit-animation-duration: 1.3333333333s;
  left: 18vw;
  top: 105vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container4 .star:nth-child(12) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 3s;
  left: 64vw;
  top: 61vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container4 .star:nth-child(13) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1.2s;
  -webkit-animation-duration: 1s;
  left: 25vw;
  top: 98vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container4 .star:nth-child(14) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-duration: 0.6666666667s;
  animation-duration: 0.6666666667s;
  -webkit-animation-delay: 0.2s;
  -webkit-animation-duration: 0.6666666667s;
  left: 57vw;
  top: 11vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container4 .star:nth-child(15) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 0.75s;
  left: 26vw;
  top: 27vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container4 .star:nth-child(16) {
  -webkit-animation-delay: 1.125s;
  animation-delay: 1.125s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1.125s;
  -webkit-animation-duration: 1s;
  left: 38vw;
  top: 13vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container4 .star:nth-child(17) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 0.25s;
  left: 97vw;
  top: 88vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container4 .star:nth-child(18) {
  -webkit-animation-delay: 0.2222222222s;
  animation-delay: 0.2222222222s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 0.2222222222s;
  -webkit-animation-duration: 0.25s;
  left: 54vw;
  top: 97vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container4 .star:nth-child(19) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 5s;
  -webkit-animation-duration: 0.25s;
  left: 17vw;
  top: 89vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container4 .star:nth-child(20) {
  -webkit-animation-delay: 1.1666666667s;
  animation-delay: 1.1666666667s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1.1666666667s;
  -webkit-animation-duration: 1s;
  left: 81vw;
  top: 54vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container4 .star:nth-child(21) {
  -webkit-animation-delay: 0.6666666667s;
  animation-delay: 0.6666666667s;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-delay: 0.6666666667s;
  -webkit-animation-duration: 0.75s;
  left: 113vw;
  top: 68vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container4 .star:nth-child(22) {
  -webkit-animation-delay: 0.4285714286s;
  animation-delay: 0.4285714286s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0.4285714286s;
  -webkit-animation-duration: 2s;
  left: 75vw;
  top: 119vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container4 .star:nth-child(23) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 4s;
  left: 43vw;
  top: 66vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container4 .star:nth-child(24) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-delay: 0.2s;
  -webkit-animation-duration: 0.75s;
  left: 57vw;
  top: 100vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container4 .star:nth-child(25) {
  -webkit-animation-delay: 0.8571428571s;
  animation-delay: 0.8571428571s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 0.8571428571s;
  -webkit-animation-duration: 3s;
  left: 102vw;
  top: 55vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container4 .star:nth-child(26) {
  -webkit-animation-delay: 0.125s;
  animation-delay: 0.125s;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-delay: 0.125s;
  -webkit-animation-duration: 2.5s;
  left: 20vw;
  top: 72vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container4 .star:nth-child(27) {
  -webkit-animation-delay: 1.1111111111s;
  animation-delay: 1.1111111111s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 1.1111111111s;
  -webkit-animation-duration: 2s;
  left: 37vw;
  top: 98vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container4 .star:nth-child(28) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
  -webkit-animation-duration: 0.3333333333s;
  animation-duration: 0.3333333333s;
  -webkit-animation-delay: 0.75s;
  -webkit-animation-duration: 0.3333333333s;
  left: 67vw;
  top: 88vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container4 .star:nth-child(29) {
  -webkit-animation-delay: 1.125s;
  animation-delay: 1.125s;
  -webkit-animation-duration: 1.6666666667s;
  animation-duration: 1.6666666667s;
  -webkit-animation-delay: 1.125s;
  -webkit-animation-duration: 1.6666666667s;
  left: 34vw;
  top: 48vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container4 .star:nth-child(30) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 5s;
  -webkit-animation-duration: 3s;
  left: 111vw;
  top: 32vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container4 .star:nth-child(31) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 1s;
  left: 72vw;
  top: 50vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container4 .star:nth-child(32) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 0.5s;
  left: 71vw;
  top: 79vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container4 .star:nth-child(33) {
  -webkit-animation-delay: 1.6666666667s;
  animation-delay: 1.6666666667s;
  -webkit-animation-duration: 1.6666666667s;
  animation-duration: 1.6666666667s;
  -webkit-animation-delay: 1.6666666667s;
  -webkit-animation-duration: 1.6666666667s;
  left: 100vw;
  top: 85vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container4 .star:nth-child(34) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 2s;
  left: 89vw;
  top: 48vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container4 .star:nth-child(35) {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 4s;
  -webkit-animation-duration: 1s;
  left: 130vw;
  top: 72vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container4 .star:nth-child(36) {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
  -webkit-animation-duration: 0.3333333333s;
  animation-duration: 0.3333333333s;
  -webkit-animation-delay: 1.25s;
  -webkit-animation-duration: 0.3333333333s;
  left: 105vw;
  top: 67vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container4 .star:nth-child(37) {
  -webkit-animation-delay: 0.3333333333s;
  animation-delay: 0.3333333333s;
  -webkit-animation-duration: 1.3333333333s;
  animation-duration: 1.3333333333s;
  -webkit-animation-delay: 0.3333333333s;
  -webkit-animation-duration: 1.3333333333s;
  left: 103vw;
  top: 64vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container4 .star:nth-child(38) {
  -webkit-animation-delay: 0.5714285714s;
  animation-delay: 0.5714285714s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.5714285714s;
  -webkit-animation-duration: 1.5s;
  left: 85vw;
  top: 64vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container4 .star:nth-child(39) {
  -webkit-animation-delay: 0.4285714286s;
  animation-delay: 0.4285714286s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.4285714286s;
  -webkit-animation-duration: 0.5s;
  left: 98vw;
  top: 33vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container4 .star:nth-child(40) {
  -webkit-animation-delay: 0.625s;
  animation-delay: 0.625s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.625s;
  -webkit-animation-duration: 0.5s;
  left: 33vw;
  top: 55vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container4 .star:nth-child(41) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 1s;
  left: 52vw;
  top: 85vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container4 .star:nth-child(42) {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 10s;
  -webkit-animation-duration: 1s;
  left: 49vw;
  top: 81vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container4 .star:nth-child(43) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 4s;
  left: 103vw;
  top: 92vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container4 .star:nth-child(44) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 0.5s;
  -webkit-animation-duration: 5s;
  left: 87vw;
  top: 74vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container4 .star:nth-child(45) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 1s;
  left: 83vw;
  top: 28vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container4 .star:nth-child(46) {
  -webkit-animation-delay: 0.8333333333s;
  animation-delay: 0.8333333333s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-delay: 0.8333333333s;
  -webkit-animation-duration: 4s;
  left: 94vw;
  top: 69vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container4 .star:nth-child(47) {
  -webkit-animation-delay: 0.2857142857s;
  animation-delay: 0.2857142857s;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-delay: 0.2857142857s;
  -webkit-animation-duration: 2.5s;
  left: 89vw;
  top: 66vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container4 .star:nth-child(48) {
  -webkit-animation-delay: 0.3333333333s;
  animation-delay: 0.3333333333s;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-delay: 0.3333333333s;
  -webkit-animation-duration: 2.5s;
  left: 68vw;
  top: 31vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container4 .star:nth-child(49) {
  -webkit-animation-delay: 3.3333333333s;
  animation-delay: 3.3333333333s;
  -webkit-animation-duration: 0.3333333333s;
  animation-duration: 0.3333333333s;
  -webkit-animation-delay: 3.3333333333s;
  -webkit-animation-duration: 0.3333333333s;
  left: 104vw;
  top: 91vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container4 .star:nth-child(50) {
  -webkit-animation-delay: 0.2222222222s;
  animation-delay: 0.2222222222s;
  -webkit-animation-duration: 0.3333333333s;
  animation-duration: 0.3333333333s;
  -webkit-animation-delay: 0.2222222222s;
  -webkit-animation-duration: 0.3333333333s;
  left: 36vw;
  top: 107vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container4 .star:nth-child(51) {
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 7s;
  -webkit-animation-duration: 1s;
  left: 50vw;
  top: 90vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container4 .star:nth-child(52) {
  -webkit-animation-delay: 1.3333333333s;
  animation-delay: 1.3333333333s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-delay: 1.3333333333s;
  -webkit-animation-duration: 4s;
  left: 27vw;
  top: 91vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container4 .star:nth-child(53) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 1.2s;
  -webkit-animation-duration: 2s;
  left: 69vw;
  top: 61vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container4 .star:nth-child(54) {
  -webkit-animation-delay: 0.6666666667s;
  animation-delay: 0.6666666667s;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-delay: 0.6666666667s;
  -webkit-animation-duration: 2.5s;
  left: 26vw;
  top: 74vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container4 .star:nth-child(55) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 1s;
  left: 42vw;
  top: 84vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container4 .star:nth-child(56) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 3s;
  left: 34vw;
  top: 24vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container4 .star:nth-child(57) {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
  -webkit-animation-duration: 1.3333333333s;
  animation-duration: 1.3333333333s;
  -webkit-animation-delay: 1.25s;
  -webkit-animation-duration: 1.3333333333s;
  left: 96vw;
  top: 56vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container4 .star:nth-child(58) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 3s;
  left: 79vw;
  top: 82vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container4 .star:nth-child(59) {
  -webkit-animation-delay: 9s;
  animation-delay: 9s;
  -webkit-animation-duration: 1.6666666667s;
  animation-duration: 1.6666666667s;
  -webkit-animation-delay: 9s;
  -webkit-animation-duration: 1.6666666667s;
  left: 83vw;
  top: 70vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container4 .star:nth-child(60) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 1.5s;
  left: 95vw;
  top: 31vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container4 .star:nth-child(61) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 2s;
  left: 89vw;
  top: 52vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container4 .star:nth-child(62) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 0.3333333333s;
  animation-duration: 0.3333333333s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 0.3333333333s;
  left: 102vw;
  top: 50vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container4 .star:nth-child(63) {
  -webkit-animation-delay: 3.3333333333s;
  animation-delay: 3.3333333333s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-delay: 3.3333333333s;
  -webkit-animation-duration: 4s;
  left: 24vw;
  top: 11vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container4 .star:nth-child(64) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 1s;
  left: 67vw;
  top: 122vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container4 .star:nth-child(65) {
  -webkit-animation-delay: 0.3333333333s;
  animation-delay: 0.3333333333s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 0.3333333333s;
  -webkit-animation-duration: 5s;
  left: 67vw;
  top: 26vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container4 .star:nth-child(66) {
  -webkit-animation-delay: 2.3333333333s;
  animation-delay: 2.3333333333s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-delay: 2.3333333333s;
  -webkit-animation-duration: 4s;
  left: 78vw;
  top: 75vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container4 .star:nth-child(67) {
  -webkit-animation-delay: 0.1666666667s;
  animation-delay: 0.1666666667s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.1666666667s;
  -webkit-animation-duration: 1.5s;
  left: 73vw;
  top: 86vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container4 .star:nth-child(68) {
  -webkit-animation-delay: 0.7142857143s;
  animation-delay: 0.7142857143s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.7142857143s;
  -webkit-animation-duration: 1s;
  left: 98vw;
  top: 28vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container4 .star:nth-child(69) {
  -webkit-animation-delay: 0.4285714286s;
  animation-delay: 0.4285714286s;
  -webkit-animation-duration: 1.6666666667s;
  animation-duration: 1.6666666667s;
  -webkit-animation-delay: 0.4285714286s;
  -webkit-animation-duration: 1.6666666667s;
  left: 57vw;
  top: 102vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container4 .star:nth-child(70) {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 1.25s;
  -webkit-animation-duration: 0.5s;
  left: 62vw;
  top: 77vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container4 .star:nth-child(71) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-duration: 0.3333333333s;
  animation-duration: 0.3333333333s;
  -webkit-animation-delay: 5s;
  -webkit-animation-duration: 0.3333333333s;
  left: 88vw;
  top: 64vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container4 .star:nth-child(72) {
  -webkit-animation-delay: 9s;
  animation-delay: 9s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 9s;
  -webkit-animation-duration: 1s;
  left: 124vw;
  top: 48vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container4 .star:nth-child(73) {
  -webkit-animation-delay: 1.1428571429s;
  animation-delay: 1.1428571429s;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-delay: 1.1428571429s;
  -webkit-animation-duration: 0.75s;
  left: 49vw;
  top: 27vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container4 .star:nth-child(74) {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
  -webkit-animation-duration: 1.3333333333s;
  animation-duration: 1.3333333333s;
  -webkit-animation-delay: 1.4s;
  -webkit-animation-duration: 1.3333333333s;
  left: 40vw;
  top: 34vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container4 .star:nth-child(75) {
  -webkit-animation-delay: 1.6666666667s;
  animation-delay: 1.6666666667s;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-delay: 1.6666666667s;
  -webkit-animation-duration: 2.5s;
  left: 10vw;
  top: 82vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container4 .star:nth-child(76) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 0.4s;
  -webkit-animation-duration: 3s;
  left: 85vw;
  top: 43vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container4 .star:nth-child(77) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 0.5s;
  left: 45vw;
  top: 57vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container4 .star:nth-child(78) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 2s;
  left: 37vw;
  top: 61vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container4 .star:nth-child(79) {
  -webkit-animation-delay: 0.8571428571s;
  animation-delay: 0.8571428571s;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-delay: 0.8571428571s;
  -webkit-animation-duration: 0.75s;
  left: 18vw;
  top: 9vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container4 .star:nth-child(80) {
  -webkit-animation-delay: 1.6666666667s;
  animation-delay: 1.6666666667s;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-delay: 1.6666666667s;
  -webkit-animation-duration: 0.75s;
  left: 83vw;
  top: 47vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container2 {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  animation: rotate 250s infinite linear;
  -webkit-animation: rotate 250s infinite linear;
}

.home.c1 #container2 .star:nth-child(1) {
  -webkit-animation-delay: 2.25s;
  animation-delay: 2.25s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 2.25s;
  -webkit-animation-duration: 0.5s;
  left: 65vw;
  top: 75vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container2 .star:nth-child(2) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-duration: 0.3333333333s;
  animation-duration: 0.3333333333s;
  -webkit-animation-delay: 5s;
  -webkit-animation-duration: 0.3333333333s;
  left: 50vw;
  top: 96vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container2 .star:nth-child(3) {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 1.25s;
  -webkit-animation-duration: 1.5s;
  left: 44vw;
  top: 117vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container2 .star:nth-child(4) {
  -webkit-animation-delay: 0.6666666667s;
  animation-delay: 0.6666666667s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0.6666666667s;
  -webkit-animation-duration: 2s;
  left: 26vw;
  top: 90vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container2 .star:nth-child(5) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 1.3333333333s;
  animation-duration: 1.3333333333s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 1.3333333333s;
  left: 113vw;
  top: 81vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container2 .star:nth-child(6) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-delay: 0.5s;
  -webkit-animation-duration: 4s;
  left: 29vw;
  top: 80vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container2 .star:nth-child(7) {
  -webkit-animation-delay: 2.25s;
  animation-delay: 2.25s;
  -webkit-animation-duration: 1.6666666667s;
  animation-duration: 1.6666666667s;
  -webkit-animation-delay: 2.25s;
  -webkit-animation-duration: 1.6666666667s;
  left: 95vw;
  top: 21vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container2 .star:nth-child(8) {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 1.25s;
  -webkit-animation-duration: 3s;
  left: 59vw;
  top: 79vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container2 .star:nth-child(9) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 2s;
  left: 78vw;
  top: 33vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container2 .star:nth-child(10) {
  -webkit-animation-delay: 1.4285714286s;
  animation-delay: 1.4285714286s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 1.4285714286s;
  -webkit-animation-duration: 0.5s;
  left: 104vw;
  top: 80vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container2 .star:nth-child(11) {
  -webkit-animation-delay: 1.75s;
  animation-delay: 1.75s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 1.75s;
  -webkit-animation-duration: 0.5s;
  left: 82vw;
  top: 20vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container2 .star:nth-child(12) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-delay: 6s;
  -webkit-animation-duration: 2.5s;
  left: 58vw;
  top: 70vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container2 .star:nth-child(13) {
  -webkit-animation-delay: 1.125s;
  animation-delay: 1.125s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 1.125s;
  -webkit-animation-duration: 2s;
  left: 107vw;
  top: 88vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container2 .star:nth-child(14) {
  -webkit-animation-delay: 1.6666666667s;
  animation-delay: 1.6666666667s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 1.6666666667s;
  -webkit-animation-duration: 2s;
  left: 41vw;
  top: 112vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container2 .star:nth-child(15) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 1.5s;
  -webkit-animation-duration: 2s;
  left: 104vw;
  top: 111vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container2 .star:nth-child(16) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 2s;
  left: 35vw;
  top: 20vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container2 .star:nth-child(17) {
  -webkit-animation-delay: 0.875s;
  animation-delay: 0.875s;
  -webkit-animation-duration: 1.6666666667s;
  animation-duration: 1.6666666667s;
  -webkit-animation-delay: 0.875s;
  -webkit-animation-duration: 1.6666666667s;
  left: 60vw;
  top: 90vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container2 .star:nth-child(18) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.4s;
  -webkit-animation-duration: 1s;
  left: 40vw;
  top: 28vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container2 .star:nth-child(19) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 0.3333333333s;
  animation-duration: 0.3333333333s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 0.3333333333s;
  left: 56vw;
  top: 80vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container2 .star:nth-child(20) {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 10s;
  -webkit-animation-duration: 1s;
  left: 102vw;
  top: 27vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container2 .star:nth-child(21) {
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 4.5s;
  -webkit-animation-duration: 1s;
  left: 99vw;
  top: 62vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container2 .star:nth-child(22) {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-delay: 1.25s;
  -webkit-animation-duration: 2.5s;
  left: 105vw;
  top: 39vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container2 .star:nth-child(23) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 0.5s;
  left: 49vw;
  top: 28vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container2 .star:nth-child(24) {
  -webkit-animation-delay: 0.2222222222s;
  animation-delay: 0.2222222222s;
  -webkit-animation-duration: 1.3333333333s;
  animation-duration: 1.3333333333s;
  -webkit-animation-delay: 0.2222222222s;
  -webkit-animation-duration: 1.3333333333s;
  left: 19vw;
  top: 85vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container2 .star:nth-child(25) {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 2.5s;
  -webkit-animation-duration: 5s;
  left: 54vw;
  top: 53vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container2 .star:nth-child(26) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 2.5s;
  left: 78vw;
  top: 43vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container2 .star:nth-child(27) {
  -webkit-animation-delay: 0.8571428571s;
  animation-delay: 0.8571428571s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.8571428571s;
  -webkit-animation-duration: 0.5s;
  left: 105vw;
  top: 120vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container2 .star:nth-child(28) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.4s;
  -webkit-animation-duration: 1s;
  left: 82vw;
  top: 74vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container2 .star:nth-child(29) {
  -webkit-animation-delay: 1.1428571429s;
  animation-delay: 1.1428571429s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1.1428571429s;
  -webkit-animation-duration: 1s;
  left: 38vw;
  top: 89vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container2 .star:nth-child(30) {
  -webkit-animation-delay: 0.2222222222s;
  animation-delay: 0.2222222222s;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-delay: 0.2222222222s;
  -webkit-animation-duration: 2.5s;
  left: 31vw;
  top: 114vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container2 .star:nth-child(31) {
  -webkit-animation-delay: 0.1428571429s;
  animation-delay: 0.1428571429s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 0.1428571429s;
  -webkit-animation-duration: 0.25s;
  left: 84vw;
  top: 100vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container2 .star:nth-child(32) {
  -webkit-animation-delay: 0.6666666667s;
  animation-delay: 0.6666666667s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 0.6666666667s;
  -webkit-animation-duration: 3s;
  left: 79vw;
  top: 63vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container2 .star:nth-child(33) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 4s;
  left: 70vw;
  top: 37vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container2 .star:nth-child(34) {
  -webkit-animation-delay: 1.125s;
  animation-delay: 1.125s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-delay: 1.125s;
  -webkit-animation-duration: 4s;
  left: 86vw;
  top: 87vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container2 .star:nth-child(35) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.25s;
  -webkit-animation-duration: 1s;
  left: 81vw;
  top: 84vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container2 .star:nth-child(36) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 0.25s;
  left: 92vw;
  top: 33vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container2 .star:nth-child(37) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-delay: 0.5s;
  -webkit-animation-duration: 0.75s;
  left: 101vw;
  top: 92vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container2 .star:nth-child(38) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.4s;
  -webkit-animation-duration: 1s;
  left: 69vw;
  top: 100vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container2 .star:nth-child(39) {
  -webkit-animation-delay: 0.2222222222s;
  animation-delay: 0.2222222222s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.2222222222s;
  -webkit-animation-duration: 1.5s;
  left: 39vw;
  top: 102vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container2 .star:nth-child(40) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 3s;
  -webkit-animation-duration: 2s;
  left: 29vw;
  top: 93vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container2 .star:nth-child(41) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 3s;
  -webkit-animation-duration: 2s;
  left: 68vw;
  top: 37vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container2 .star:nth-child(42) {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1.4s;
  -webkit-animation-duration: 1s;
  left: 73vw;
  top: 41vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container2 .star:nth-child(43) {
  -webkit-animation-delay: 0.875s;
  animation-delay: 0.875s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-delay: 0.875s;
  -webkit-animation-duration: 4s;
  left: 33vw;
  top: 28vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container2 .star:nth-child(44) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 3s;
  -webkit-animation-duration: 0.25s;
  left: 42vw;
  top: 73vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container2 .star:nth-child(45) {
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 4.5s;
  -webkit-animation-duration: 1s;
  left: 93vw;
  top: 99vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container2 .star:nth-child(46) {
  -webkit-animation-delay: 0.5714285714s;
  animation-delay: 0.5714285714s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-delay: 0.5714285714s;
  -webkit-animation-duration: 4s;
  left: 73vw;
  top: 31vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container2 .star:nth-child(47) {
  -webkit-animation-delay: 2.25s;
  animation-delay: 2.25s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 2.25s;
  -webkit-animation-duration: 1s;
  left: 15vw;
  top: 107vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container2 .star:nth-child(48) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-duration: 1.6666666667s;
  animation-duration: 1.6666666667s;
  -webkit-animation-delay: 3s;
  -webkit-animation-duration: 1.6666666667s;
  left: 108vw;
  top: 50vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container2 .star:nth-child(49) {
  -webkit-animation-delay: 0.3333333333s;
  animation-delay: 0.3333333333s;
  -webkit-animation-duration: 0.6666666667s;
  animation-duration: 0.6666666667s;
  -webkit-animation-delay: 0.3333333333s;
  -webkit-animation-duration: 0.6666666667s;
  left: 122vw;
  top: 107vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container2 .star:nth-child(50) {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 4s;
  -webkit-animation-duration: 2s;
  left: 26vw;
  top: 74vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container2 .star:nth-child(51) {
  -webkit-animation-delay: 0.4444444444s;
  animation-delay: 0.4444444444s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 0.4444444444s;
  -webkit-animation-duration: 0.25s;
  left: 93vw;
  top: 85vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container2 .star:nth-child(52) {
  -webkit-animation-delay: 0.1666666667s;
  animation-delay: 0.1666666667s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.1666666667s;
  -webkit-animation-duration: 1s;
  left: 84vw;
  top: 96vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container2 .star:nth-child(53) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-delay: 0.5s;
  -webkit-animation-duration: 1.25s;
  left: 49vw;
  top: 64vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container2 .star:nth-child(54) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 5s;
  -webkit-animation-duration: 5s;
  left: 49vw;
  top: 43vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container2 .star:nth-child(55) {
  -webkit-animation-delay: 0.3333333333s;
  animation-delay: 0.3333333333s;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-delay: 0.3333333333s;
  -webkit-animation-duration: 2.5s;
  left: 33vw;
  top: 26vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container2 .star:nth-child(56) {
  -webkit-animation-delay: 0.875s;
  animation-delay: 0.875s;
  -webkit-animation-duration: 0.6666666667s;
  animation-duration: 0.6666666667s;
  -webkit-animation-delay: 0.875s;
  -webkit-animation-duration: 0.6666666667s;
  left: 45vw;
  top: 34vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container2 .star:nth-child(57) {
  -webkit-animation-delay: 0.2857142857s;
  animation-delay: 0.2857142857s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 0.2857142857s;
  -webkit-animation-duration: 0.25s;
  left: 75vw;
  top: 48vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container2 .star:nth-child(58) {
  -webkit-animation-delay: 0.3333333333s;
  animation-delay: 0.3333333333s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 0.3333333333s;
  -webkit-animation-duration: 5s;
  left: 111vw;
  top: 24vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container2 .star:nth-child(59) {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-delay: 10s;
  -webkit-animation-duration: 2.5s;
  left: 101vw;
  top: 57vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container2 .star:nth-child(60) {
  -webkit-animation-delay: 1.75s;
  animation-delay: 1.75s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 1.75s;
  -webkit-animation-duration: 1.5s;
  left: 77vw;
  top: 27vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container2 .star:nth-child(61) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1.5s;
  -webkit-animation-duration: 1s;
  left: 35vw;
  top: 62vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container2 .star:nth-child(62) {
  -webkit-animation-delay: 0.125s;
  animation-delay: 0.125s;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-delay: 0.125s;
  -webkit-animation-duration: 0.75s;
  left: 25vw;
  top: 43vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container2 .star:nth-child(63) {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 4s;
  -webkit-animation-duration: 1s;
  left: 41vw;
  top: 20vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container2 .star:nth-child(64) {
  -webkit-animation-delay: 1.1428571429s;
  animation-delay: 1.1428571429s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-delay: 1.1428571429s;
  -webkit-animation-duration: 4s;
  left: 103vw;
  top: 39vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container2 .star:nth-child(65) {
  -webkit-animation-delay: 0.5714285714s;
  animation-delay: 0.5714285714s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 0.5714285714s;
  -webkit-animation-duration: 5s;
  left: 114vw;
  top: 15vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container2 .star:nth-child(66) {
  -webkit-animation-delay: 0.6666666667s;
  animation-delay: 0.6666666667s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.6666666667s;
  -webkit-animation-duration: 0.5s;
  left: 95vw;
  top: 115vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container2 .star:nth-child(67) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 1.5s;
  -webkit-animation-duration: 1.5s;
  left: 108vw;
  top: 37vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container2 .star:nth-child(68) {
  -webkit-animation-delay: 0.6666666667s;
  animation-delay: 0.6666666667s;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-delay: 0.6666666667s;
  -webkit-animation-duration: 1.25s;
  left: 48vw;
  top: 28vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container2 .star:nth-child(69) {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 2.5s;
  -webkit-animation-duration: 1s;
  left: 55vw;
  top: 31vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container2 .star:nth-child(70) {
  -webkit-animation-delay: 0.1666666667s;
  animation-delay: 0.1666666667s;
  -webkit-animation-duration: 1.6666666667s;
  animation-duration: 1.6666666667s;
  -webkit-animation-delay: 0.1666666667s;
  -webkit-animation-duration: 1.6666666667s;
  left: 72vw;
  top: 44vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container2 .star:nth-child(71) {
  -webkit-animation-delay: 1.125s;
  animation-delay: 1.125s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1.125s;
  -webkit-animation-duration: 1s;
  left: 22vw;
  top: 53vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container2 .star:nth-child(72) {
  -webkit-animation-delay: 0.3333333333s;
  animation-delay: 0.3333333333s;
  -webkit-animation-duration: 0.3333333333s;
  animation-duration: 0.3333333333s;
  -webkit-animation-delay: 0.3333333333s;
  -webkit-animation-duration: 0.3333333333s;
  left: 112vw;
  top: 89vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container2 .star:nth-child(73) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 3s;
  -webkit-animation-duration: 2s;
  left: 113vw;
  top: 67vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container2 .star:nth-child(74) {
  -webkit-animation-delay: 0.875s;
  animation-delay: 0.875s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0.875s;
  -webkit-animation-duration: 2s;
  left: 96vw;
  top: 29vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container2 .star:nth-child(75) {
  -webkit-animation-delay: 0.3333333333s;
  animation-delay: 0.3333333333s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.3333333333s;
  -webkit-animation-duration: 0.5s;
  left: 99vw;
  top: 124vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container2 .star:nth-child(76) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 1.5s;
  left: 36vw;
  top: 47vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container2 .star:nth-child(77) {
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 7s;
  -webkit-animation-duration: 1s;
  left: 94vw;
  top: 114vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container2 .star:nth-child(78) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0.75s;
  -webkit-animation-duration: 2s;
  left: 116vw;
  top: 34vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container2 .star:nth-child(79) {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 8s;
  -webkit-animation-duration: 1.5s;
  left: 62vw;
  top: 99vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container2 .star:nth-child(80) {
  -webkit-animation-delay: 1.2857142857s;
  animation-delay: 1.2857142857s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 1.2857142857s;
  -webkit-animation-duration: 5s;
  left: 69vw;
  top: 38vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container3 {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  animation: rotate 300s infinite linear;
  -webkit-animation: rotate 300s infinite linear;
}

.home.c1 #container3 .star:nth-child(1) {
  -webkit-animation-delay: 1.1111111111s;
  animation-delay: 1.1111111111s;
  -webkit-animation-duration: 1.3333333333s;
  animation-duration: 1.3333333333s;
  -webkit-animation-delay: 1.1111111111s;
  -webkit-animation-duration: 1.3333333333s;
  left: 47vw;
  top: 84vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container3 .star:nth-child(2) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 2.5s;
  left: 46vw;
  top: 85vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container3 .star:nth-child(3) {
  -webkit-animation-delay: 1.1666666667s;
  animation-delay: 1.1666666667s;
  -webkit-animation-duration: 1.3333333333s;
  animation-duration: 1.3333333333s;
  -webkit-animation-delay: 1.1666666667s;
  -webkit-animation-duration: 1.3333333333s;
  left: 51vw;
  top: 40vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container3 .star:nth-child(4) {
  -webkit-animation-delay: 0.875s;
  animation-delay: 0.875s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0.875s;
  -webkit-animation-duration: 2s;
  left: 52vw;
  top: 18vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container3 .star:nth-child(5) {
  -webkit-animation-delay: 1.6666666667s;
  animation-delay: 1.6666666667s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 1.6666666667s;
  -webkit-animation-duration: 2s;
  left: 115vw;
  top: 13vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container3 .star:nth-child(6) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-delay: 0.25s;
  -webkit-animation-duration: 1.25s;
  left: 103vw;
  top: 13vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container3 .star:nth-child(7) {
  -webkit-animation-delay: 1.6666666667s;
  animation-delay: 1.6666666667s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-delay: 1.6666666667s;
  -webkit-animation-duration: 4s;
  left: 95vw;
  top: 46vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container3 .star:nth-child(8) {
  -webkit-animation-delay: 1.75s;
  animation-delay: 1.75s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 1.75s;
  -webkit-animation-duration: 5s;
  left: 34vw;
  top: 53vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container3 .star:nth-child(9) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-delay: 0.2s;
  -webkit-animation-duration: 4s;
  left: 12vw;
  top: 43vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container3 .star:nth-child(10) {
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 7s;
  -webkit-animation-duration: 1s;
  left: 32vw;
  top: 33vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container3 .star:nth-child(11) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
  left: 57vw;
  top: 73vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container3 .star:nth-child(12) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 1.5s;
  left: 59vw;
  top: 43vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container3 .star:nth-child(13) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 0.3333333333s;
  animation-duration: 0.3333333333s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 0.3333333333s;
  left: 54vw;
  top: 53vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container3 .star:nth-child(14) {
  -webkit-animation-delay: 1.6666666667s;
  animation-delay: 1.6666666667s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 1.6666666667s;
  -webkit-animation-duration: 3s;
  left: 67vw;
  top: 73vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container3 .star:nth-child(15) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-duration: 1.6666666667s;
  animation-duration: 1.6666666667s;
  -webkit-animation-delay: 3s;
  -webkit-animation-duration: 1.6666666667s;
  left: 33vw;
  top: 45vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container3 .star:nth-child(16) {
  -webkit-animation-delay: 0.8571428571s;
  animation-delay: 0.8571428571s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.8571428571s;
  -webkit-animation-duration: 1.5s;
  left: 112vw;
  top: 75vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container3 .star:nth-child(17) {
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 4.5s;
  -webkit-animation-duration: 1s;
  left: 109vw;
  top: 83vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container3 .star:nth-child(18) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-duration: 1.6666666667s;
  animation-duration: 1.6666666667s;
  -webkit-animation-delay: 1.5s;
  -webkit-animation-duration: 1.6666666667s;
  left: 57vw;
  top: 45vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container3 .star:nth-child(19) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 1.25s;
  left: 103vw;
  top: 119vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container3 .star:nth-child(20) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
  -webkit-animation-duration: 0.6666666667s;
  animation-duration: 0.6666666667s;
  -webkit-animation-delay: 0.25s;
  -webkit-animation-duration: 0.6666666667s;
  left: 121vw;
  top: 57vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container3 .star:nth-child(21) {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
  -webkit-animation-duration: 0.3333333333s;
  animation-duration: 0.3333333333s;
  -webkit-animation-delay: 1.25s;
  -webkit-animation-duration: 0.3333333333s;
  left: 79vw;
  top: 86vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container3 .star:nth-child(22) {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 1.4s;
  -webkit-animation-duration: 2s;
  left: 87vw;
  top: 101vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container3 .star:nth-child(23) {
  -webkit-animation-delay: 2.6666666667s;
  animation-delay: 2.6666666667s;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-delay: 2.6666666667s;
  -webkit-animation-duration: 2.5s;
  left: 100vw;
  top: 75vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container3 .star:nth-child(24) {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-delay: 1.4s;
  -webkit-animation-duration: 4s;
  left: 35vw;
  top: 79vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container3 .star:nth-child(25) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 3s;
  -webkit-animation-duration: 2s;
  left: 84vw;
  top: 24vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container3 .star:nth-child(26) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.25s;
  -webkit-animation-duration: 0.5s;
  left: 52vw;
  top: 63vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container3 .star:nth-child(27) {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1.6s;
  -webkit-animation-duration: 1s;
  left: 120vw;
  top: 105vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container3 .star:nth-child(28) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 1.3333333333s;
  animation-duration: 1.3333333333s;
  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 1.3333333333s;
  left: 81vw;
  top: 107vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container3 .star:nth-child(29) {
  -webkit-animation-delay: 0.7142857143s;
  animation-delay: 0.7142857143s;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-delay: 0.7142857143s;
  -webkit-animation-duration: 1.25s;
  left: 102vw;
  top: 71vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container3 .star:nth-child(30) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 1.2s;
  -webkit-animation-duration: 3s;
  left: 49vw;
  top: 53vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container3 .star:nth-child(31) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 1s;
  left: 47vw;
  top: 31vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container3 .star:nth-child(32) {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 10s;
  -webkit-animation-duration: 0.25s;
  left: 59vw;
  top: 77vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container3 .star:nth-child(33) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 0.3333333333s;
  animation-duration: 0.3333333333s;
  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 0.3333333333s;
  left: 40vw;
  top: 95vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container3 .star:nth-child(34) {
  -webkit-animation-delay: 1.3333333333s;
  animation-delay: 1.3333333333s;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-delay: 1.3333333333s;
  -webkit-animation-duration: 1.25s;
  left: 23vw;
  top: 69vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container3 .star:nth-child(35) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.4s;
  -webkit-animation-duration: 1s;
  left: 55vw;
  top: 22vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container3 .star:nth-child(36) {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
  -webkit-animation-duration: 1.3333333333s;
  animation-duration: 1.3333333333s;
  -webkit-animation-delay: 8s;
  -webkit-animation-duration: 1.3333333333s;
  left: 86vw;
  top: 79vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container3 .star:nth-child(37) {
  -webkit-animation-delay: 0.8571428571s;
  animation-delay: 0.8571428571s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.8571428571s;
  -webkit-animation-duration: 1s;
  left: 81vw;
  top: 6vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container3 .star:nth-child(38) {
  -webkit-animation-delay: 0.7142857143s;
  animation-delay: 0.7142857143s;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-delay: 0.7142857143s;
  -webkit-animation-duration: 0.75s;
  left: 118vw;
  top: 105vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container3 .star:nth-child(39) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 1.5s;
  left: 25vw;
  top: 106vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container3 .star:nth-child(40) {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 2.5s;
  -webkit-animation-duration: 2s;
  left: 96vw;
  top: 30vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container3 .star:nth-child(41) {
  -webkit-animation-delay: 1.125s;
  animation-delay: 1.125s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 1.125s;
  -webkit-animation-duration: 2s;
  left: 107vw;
  top: 89vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container3 .star:nth-child(42) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 1.5s;
  left: 20vw;
  top: 106vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container3 .star:nth-child(43) {
  -webkit-animation-delay: 3.3333333333s;
  animation-delay: 3.3333333333s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 3.3333333333s;
  -webkit-animation-duration: 2s;
  left: 32vw;
  top: 91vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container3 .star:nth-child(44) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0.8s;
  -webkit-animation-duration: 2s;
  left: 36vw;
  top: 107vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container3 .star:nth-child(45) {
  -webkit-animation-delay: 3.3333333333s;
  animation-delay: 3.3333333333s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 3.3333333333s;
  -webkit-animation-duration: 1s;
  left: 59vw;
  top: 55vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container3 .star:nth-child(46) {
  -webkit-animation-delay: 1.2857142857s;
  animation-delay: 1.2857142857s;
  -webkit-animation-duration: 0.3333333333s;
  animation-duration: 0.3333333333s;
  -webkit-animation-delay: 1.2857142857s;
  -webkit-animation-duration: 0.3333333333s;
  left: 121vw;
  top: 18vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container3 .star:nth-child(47) {
  -webkit-animation-delay: 0.1111111111s;
  animation-delay: 0.1111111111s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.1111111111s;
  -webkit-animation-duration: 1s;
  left: 105vw;
  top: 61vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container3 .star:nth-child(48) {
  -webkit-animation-delay: 0.1111111111s;
  animation-delay: 0.1111111111s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 0.1111111111s;
  -webkit-animation-duration: 5s;
  left: 31vw;
  top: 78vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container3 .star:nth-child(49) {
  -webkit-animation-delay: 3.3333333333s;
  animation-delay: 3.3333333333s;
  -webkit-animation-duration: 0.3333333333s;
  animation-duration: 0.3333333333s;
  -webkit-animation-delay: 3.3333333333s;
  -webkit-animation-duration: 0.3333333333s;
  left: 67vw;
  top: 96vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container3 .star:nth-child(50) {
  -webkit-animation-delay: 1.125s;
  animation-delay: 1.125s;
  -webkit-animation-duration: 1.6666666667s;
  animation-duration: 1.6666666667s;
  -webkit-animation-delay: 1.125s;
  -webkit-animation-duration: 1.6666666667s;
  left: 87vw;
  top: 30vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container3 .star:nth-child(51) {
  -webkit-animation-delay: 0.6666666667s;
  animation-delay: 0.6666666667s;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-delay: 0.6666666667s;
  -webkit-animation-duration: 0.75s;
  left: 90vw;
  top: 45vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container3 .star:nth-child(52) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.25s;
  -webkit-animation-duration: 1s;
  left: 64vw;
  top: 33vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container3 .star:nth-child(53) {
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 3.5s;
  -webkit-animation-duration: 0.5s;
  left: 44vw;
  top: 47vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container3 .star:nth-child(54) {
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-delay: 3.5s;
  -webkit-animation-duration: 2.5s;
  left: 30vw;
  top: 80vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container3 .star:nth-child(55) {
  -webkit-animation-delay: 1.6666666667s;
  animation-delay: 1.6666666667s;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-delay: 1.6666666667s;
  -webkit-animation-duration: 2.5s;
  left: 106vw;
  top: 30vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container3 .star:nth-child(56) {
  -webkit-animation-delay: 2.25s;
  animation-delay: 2.25s;
  -webkit-animation-duration: 1.6666666667s;
  animation-duration: 1.6666666667s;
  -webkit-animation-delay: 2.25s;
  -webkit-animation-duration: 1.6666666667s;
  left: 46vw;
  top: 13vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container3 .star:nth-child(57) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 5s;
  -webkit-animation-duration: 2s;
  left: 64vw;
  top: 56vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container3 .star:nth-child(58) {
  -webkit-animation-delay: 0.5555555556s;
  animation-delay: 0.5555555556s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5555555556s;
  -webkit-animation-duration: 1s;
  left: 59vw;
  top: 64vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container3 .star:nth-child(59) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 1.5s;
  left: 23vw;
  top: 36vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container3 .star:nth-child(60) {
  -webkit-animation-delay: 0.1428571429s;
  animation-delay: 0.1428571429s;
  -webkit-animation-duration: 0.6666666667s;
  animation-duration: 0.6666666667s;
  -webkit-animation-delay: 0.1428571429s;
  -webkit-animation-duration: 0.6666666667s;
  left: 51vw;
  top: 30vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container3 .star:nth-child(61) {
  -webkit-animation-delay: 0.1666666667s;
  animation-delay: 0.1666666667s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0.1666666667s;
  -webkit-animation-duration: 2s;
  left: 31vw;
  top: 33vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container3 .star:nth-child(62) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 1.6666666667s;
  animation-duration: 1.6666666667s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 1.6666666667s;
  left: 28vw;
  top: 51vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container3 .star:nth-child(63) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 0.5s;
  left: 31vw;
  top: 122vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container3 .star:nth-child(64) {
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-delay: 7s;
  -webkit-animation-duration: 1.25s;
  left: 120vw;
  top: 47vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container3 .star:nth-child(65) {
  -webkit-animation-delay: 0.6666666667s;
  animation-delay: 0.6666666667s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.6666666667s;
  -webkit-animation-duration: 0.5s;
  left: 47vw;
  top: 76vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container3 .star:nth-child(66) {
  -webkit-animation-delay: 0.8888888889s;
  animation-delay: 0.8888888889s;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-delay: 0.8888888889s;
  -webkit-animation-duration: 0.75s;
  left: 49vw;
  top: 74vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c1 #container3 .star:nth-child(67) {
  -webkit-animation-delay: 0.3333333333s;
  animation-delay: 0.3333333333s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.3333333333s;
  -webkit-animation-duration: 1s;
  left: 10vw;
  top: 10vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container3 .star:nth-child(68) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 0.25s;
  -webkit-animation-duration: 0.25s;
  left: 52vw;
  top: 67vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container3 .star:nth-child(69) {
  -webkit-animation-delay: 1.6666666667s;
  animation-delay: 1.6666666667s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 1.6666666667s;
  -webkit-animation-duration: 0.25s;
  left: 93vw;
  top: 35vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container3 .star:nth-child(70) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 0.6666666667s;
  animation-duration: 0.6666666667s;
  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 0.6666666667s;
  left: 120vw;
  top: 96vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container3 .star:nth-child(71) {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-delay: 10s;
  -webkit-animation-duration: 0.75s;
  left: 94vw;
  top: 116vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container3 .star:nth-child(72) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 3s;
  -webkit-animation-duration: 1s;
  left: 49vw;
  top: 40vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container3 .star:nth-child(73) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-delay: 6s;
  -webkit-animation-duration: 4s;
  left: 71vw;
  top: 62vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c1 #container3 .star:nth-child(74) {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 2.5s;
  -webkit-animation-duration: 1s;
  left: 43vw;
  top: 51vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c1 #container3 .star:nth-child(75) {
  -webkit-animation-delay: 1.4285714286s;
  animation-delay: 1.4285714286s;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-delay: 1.4285714286s;
  -webkit-animation-duration: 2.5s;
  left: 46vw;
  top: 33vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container3 .star:nth-child(76) {
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 3.5s;
  -webkit-animation-duration: 1.5s;
  left: 94vw;
  top: 55vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container3 .star:nth-child(77) {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-delay: 2.5s;
  -webkit-animation-duration: 0.75s;
  left: 33vw;
  top: 52vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c1 #container3 .star:nth-child(78) {
  -webkit-animation-delay: 0.6666666667s;
  animation-delay: 0.6666666667s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.6666666667s;
  -webkit-animation-duration: 1s;
  left: 129vw;
  top: 99vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c1 #container3 .star:nth-child(79) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 1s;
  left: 96vw;
  top: 122vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c1 #container3 .star:nth-child(80) {
  -webkit-animation-delay: 0.8571428571s;
  animation-delay: 0.8571428571s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-delay: 0.8571428571s;
  -webkit-animation-duration: 4s;
  left: 110vw;
  top: 89vh;
  height: 0.1rem;
  width: 0.1rem;
}

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

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

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

  100% {
    -webkit-transform: rotate(360deg);
  }
}

.home.c3 {
  max-width: none;
}

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

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

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

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

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

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

@keyframes move1 {
  0% {
    -webkit-transform: translate(0, 0);
  }

  50% {
    -webkit-transform: translate(30em, 0);
  }

  100% {
    -webkit-transform: translate(0, 0);
  }
}

@-webkit-keyframes move1 {
  0% {
    -webkit-transform: translate(0, 0);
  }

  50% {
    -webkit-transform: translate(30em, 0);
  }

  100% {
    -webkit-transform: translate(0, 0);
  }
}

@keyframes move2 {
  0% {
    -webkit-transform: translate(0, 0);
  }

  50% {
    -webkit-transform: translate(-10em, 0);
  }

  100% {
    -webkit-transform: translate(0, 0);
  }
}

@-webkit-keyframes move2 {
  0% {
    -webkit-transform: translate(0, 0);
  }

  50% {
    -webkit-transform: translate(-10em, 0);
  }

  100% {
    -webkit-transform: translate(0, 0);
  }
}

.home.c3 .night-background {
  background: #f79022;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 12+ */
  /* IE10+ */
  background: radial-gradient(ellipse at center, #f79022 0%, #ef4b47 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$fromColor', endColorstr='$toColor',GradientType=1 );
  /* IE6-8 fallback on horizontal gradient */
  position: fixed;
  overflow: hidden;
  height: 100%;
  min-height: 410px;
  width: 100%;
}

.home.c3 .night-background .box {
  top: -30em;
  position: absolute;
  transform: translate(300em, 0);
  -webkit-transform: translate(300em, 0);
}

.home.c3 .night-background .box.one {
  left: -15%;
  animation: move1 7s infinite ease-in-out;
  -webkit-animation: move1 7s infinite ease-in-out;
}

.home.c3 .night-background .box.one > div {
  width: 30em;
}

.home.c3 .night-background .box.two {
  left: 30%;
  animation: move2 3s infinite ease-in-out;
  -webkit-animation: move2 3s infinite ease-in-out;
}

.home.c3 .night-background .box.two > div {
  width: 30em;
}

.home.c3 .night-background .box.three {
  left: 50%;
  animation: move2 10s infinite ease-in-out;
  -webkit-animation: move2 10s infinite ease-in-out;
}

.home.c3 .night-background .box.three > div {
  width: 40em;
}

.home.c3 .night-background .box.four {
  left: 70%;
  animation: move1 3s infinite ease-in-out;
  -webkit-animation: move1 3s infinite ease-in-out;
}

.home.c3 .night-background .box.four > div {
  width: 20em;
}

.home.c3 .night-background .box > div {
  height: 110em;
  background-color: #333;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  animation: rotate2 3s infinite ease-in-out;
  -webkit-animation: rotate2 3s infinite ease-in-out;
}

.home.c3 .text {
  font-family: 'Open Sans', Arial, sans-serif;
  position: absolute;
  bottom: 50px;
  color: #ffffff;
  left: 30px;
}

@media (max-width: 436px) {
  .home.c3 .text {
    width: 92%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

.home.c3 .text h1 {
  font-size: 26px;
  font-weight: 400;
  opacity: .8;
}

@media (max-width: 399px) {
  .home.c3 .text h1 {
    font-size: 20px;
  }
}

.home.c3 .text h2 {
  font-weight: 300;
  opacity: .5;
  font-size: 17px;
  margin-top: 5px;
}

.home.c3 .star {
  -webkit-animation-name: flicker;
  -webkit-animation-timing-function: ease(in-out-circ);
  -webkit-animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: flicker;
  animation-name: flicker;
  -webkit-animation-timing-function: ease(in-out-circ);
  animation-timing-function: ease(in-out-circ);
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background: url(../../images/star-white.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  opacity: .6;
}

@keyframes flicker {
  to {
    opacity: 0.25;
  }
}

@-webkit-keyframes flicker {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.25;
  }

  100% {
    opacity: 1;
  }
}

.home.c3 #container1,
.home.c3 #container4,
.home.c3 #container2,
.home.c3 #container3 {
  height: 100vh;
  width: 100vw;
  -webkit-perspective: 120rem;
  perspective: 120rem;
  position: absolute;
  top: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 100%;
}

.home.c3 #container1 {
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  animation: rotate 150s infinite ease-in;
  -webkit-animation: rotate 150s infinite ease-in;
}

.home.c3 #container1 .star:nth-child(1) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 1s;
  left: 28vw;
  top: 61vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c3 #container1 .star:nth-child(2) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 0.5s;
  left: 56vw;
  top: 68vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c3 #container1 .star:nth-child(3) {
  -webkit-animation-delay: 9s;
  animation-delay: 9s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 9s;
  -webkit-animation-duration: 2s;
  left: 17vw;
  top: 88vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c3 #container1 .star:nth-child(4) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.5s;
  -webkit-animation-duration: 1.5s;
  left: 70vw;
  top: 16vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c3 #container1 .star:nth-child(5) {
  -webkit-animation-delay: 1.3333333333s;
  animation-delay: 1.3333333333s;
  -webkit-animation-duration: 0.3333333333s;
  animation-duration: 0.3333333333s;
  -webkit-animation-delay: 1.3333333333s;
  -webkit-animation-duration: 0.3333333333s;
  left: 92vw;
  top: 15vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c3 #container1 .star:nth-child(6) {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 4s;
  -webkit-animation-duration: 0.25s;
  left: 110vw;
  top: 46vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c3 #container1 .star:nth-child(7) {
  -webkit-animation-delay: 1.1666666667s;
  animation-delay: 1.1666666667s;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-delay: 1.1666666667s;
  -webkit-animation-duration: 2.5s;
  left: 37vw;
  top: 39vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c3 #container1 .star:nth-child(8) {
  -webkit-animation-delay: 1.75s;
  animation-delay: 1.75s;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-delay: 1.75s;
  -webkit-animation-duration: 0.75s;
  left: 47vw;
  top: 114vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c3 #container1 .star:nth-child(9) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 0.5s;
  left: 27vw;
  top: 86vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c3 #container1 .star:nth-child(10) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 3s;
  -webkit-animation-duration: 0.5s;
  left: 30vw;
  top: 76vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c3 #container1 .star:nth-child(11) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 1.2s;
  -webkit-animation-duration: 2s;
  left: 4vw;
  top: 81vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c3 #container1 .star:nth-child(12) {
  -webkit-animation-delay: 0.7142857143s;
  animation-delay: 0.7142857143s;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-delay: 0.7142857143s;
  -webkit-animation-duration: 0.75s;
  left: 71vw;
  top: 81vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c3 #container1 .star:nth-child(13) {
  -webkit-animation-delay: 0.375s;
  animation-delay: 0.375s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.375s;
  -webkit-animation-duration: 1s;
  left: 36vw;
  top: 84vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c3 #container1 .star:nth-child(14) {
  -webkit-animation-delay: 1.125s;
  animation-delay: 1.125s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 1.125s;
  -webkit-animation-duration: 2s;
  left: 105vw;
  top: 40vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c3 #container1 .star:nth-child(15) {
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 4.5s;
  -webkit-animation-duration: 0.5s;
  left: 76vw;
  top: 22vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c3 #container1 .star:nth-child(16) {
  -webkit-animation-delay: 0.4285714286s;
  animation-delay: 0.4285714286s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.4285714286s;
  -webkit-animation-duration: 0.5s;
  left: 40vw;
  top: 58vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c3 #container1 .star:nth-child(17) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 2s;
  left: 60vw;
  top: 66vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c3 #container1 .star:nth-child(18) {
  -webkit-animation-delay: 0.8333333333s;
  animation-delay: 0.8333333333s;
  -webkit-animation-duration: 0.6666666667s;
  animation-duration: 0.6666666667s;
  -webkit-animation-delay: 0.8333333333s;
  -webkit-animation-duration: 0.6666666667s;
  left: 20vw;
  top: 32vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c3 #container1 .star:nth-child(19) {
  -webkit-animation-delay: 1.1666666667s;
  animation-delay: 1.1666666667s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-delay: 1.1666666667s;
  -webkit-animation-duration: 4s;
  left: 62vw;
  top: 111vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c3 #container1 .star:nth-child(20) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 0.5s;
  -webkit-animation-duration: 0.25s;
  left: 105vw;
  top: 88vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c3 #container1 .star:nth-child(21) {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 8s;
  -webkit-animation-duration: 2s;
  left: 96vw;
  top: 79vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c3 #container1 .star:nth-child(22) {
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 7s;
  -webkit-animation-duration: 0.5s;
  left: 72vw;
  top: 75vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c3 #container1 .star:nth-child(23) {
  -webkit-animation-delay: 0.625s;
  animation-delay: 0.625s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 0.625s;
  -webkit-animation-duration: 0.25s;
  left: 63vw;
  top: 78vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c3 #container1 .star:nth-child(24) {
  -webkit-animation-delay: 0.2222222222s;
  animation-delay: 0.2222222222s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.2222222222s;
  -webkit-animation-duration: 0.5s;
  left: 67vw;
  top: 81vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c3 #container1 .star:nth-child(25) {
  -webkit-animation-delay: 0.6666666667s;
  animation-delay: 0.6666666667s;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-delay: 0.6666666667s;
  -webkit-animation-duration: 1.25s;
  left: 51vw;
  top: 15vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c3 #container1 .star:nth-child(26) {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-delay: 4s;
  -webkit-animation-duration: 0.75s;
  left: 62vw;
  top: 46vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c3 #container1 .star:nth-child(27) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 0.5s;
  left: 53vw;
  top: 73vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c3 #container1 .star:nth-child(28) {
  -webkit-animation-delay: 2.3333333333s;
  animation-delay: 2.3333333333s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 2.3333333333s;
  -webkit-animation-duration: 0.25s;
  left: 91vw;
  top: 111vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c3 #container1 .star:nth-child(29) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0.75s;
  -webkit-animation-duration: 2s;
  left: 59vw;
  top: 97vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c3 #container1 .star:nth-child(30) {
  -webkit-animation-delay: 2.6666666667s;
  animation-delay: 2.6666666667s;
  -webkit-animation-duration: 1.6666666667s;
  animation-duration: 1.6666666667s;
  -webkit-animation-delay: 2.6666666667s;
  -webkit-animation-duration: 1.6666666667s;
  left: 8vw;
  top: 91vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c3 #container1 .star:nth-child(31) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  -webkit-animation-duration: 1s;
  left: 102vw;
  top: 88vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c3 #container1 .star:nth-child(32) {
  -webkit-animation-delay: 1.3333333333s;
  animation-delay: 1.3333333333s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 1.3333333333s;
  -webkit-animation-duration: 3s;
  left: 51vw;
  top: 61vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c3 #container1 .star:nth-child(33) {
  -webkit-animation-delay: 0.4444444444s;
  animation-delay: 0.4444444444s;
  -webkit-animation-duration: 1.3333333333s;
  animation-duration: 1.3333333333s;
  -webkit-animation-delay: 0.4444444444s;
  -webkit-animation-duration: 1.3333333333s;
  left: 78vw;
  top: 69vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c3 #container1 .star:nth-child(34) {
  -webkit-animation-delay: 0.1666666667s;
  animation-delay: 0.1666666667s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 0.1666666667s;
  -webkit-animation-duration: 5s;
  left: 68vw;
  top: 93vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c3 #container1 .star:nth-child(35) {
  -webkit-animation-delay: 0.8333333333s;
  animation-delay: 0.8333333333s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0.8333333333s;
  -webkit-animation-duration: 2s;
  left: 95vw;
  top: 57vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c3 #container1 .star:nth-child(36) {
  -webkit-animation-delay: 0.875s;
  animation-delay: 0.875s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 0.875s;
  -webkit-animation-duration: 5s;
  left: 39vw;
  top: 64vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c3 #container1 .star:nth-child(37) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 0.75s;
  left: 50vw;
  top: 38vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c3 #container1 .star:nth-child(38) {
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 7s;
  -webkit-animation-duration: 2s;
  left: 83vw;
  top: 49vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c3 #container1 .star:nth-child(39) {
  -webkit-animation-delay: 1.1666666667s;
  animation-delay: 1.1666666667s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 1.1666666667s;
  -webkit-animation-duration: 5s;
  left: 10vw;
  top: 49vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c3 #container1 .star:nth-child(40) {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1.25s;
  -webkit-animation-duration: 1s;
  left: 39vw;
  top: 85vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c3 #container1 .star:nth-child(41) {
  -webkit-animation-delay: 1.125s;
  animation-delay: 1.125s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 1.125s;
  -webkit-animation-duration: 0.25s;
  left: 27vw;
  top: 28vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c3 #container1 .star:nth-child(42) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 3s;
  -webkit-animation-duration: 0.25s;
  left: 45vw;
  top: 45vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c3 #container1 .star:nth-child(43) {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 8s;
  -webkit-animation-duration: 1s;
  left: 88vw;
  top: 92vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c3 #container1 .star:nth-child(44) {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 8s;
  -webkit-animation-duration: 0.5s;
  left: 46vw;
  top: 83vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c3 #container1 .star:nth-child(45) {
  -webkit-animation-delay: 0.8571428571s;
  animation-delay: 0.8571428571s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.8571428571s;
  -webkit-animation-duration: 1s;
  left: 101vw;
  top: 26vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c3 #container1 .star:nth-child(46) {
  -webkit-animation-delay: 0.5555555556s;
  animation-delay: 0.5555555556s;
  -webkit-animation-duration: 1.3333333333s;
  animation-duration: 1.3333333333s;
  -webkit-animation-delay: 0.5555555556s;
  -webkit-animation-duration: 1.3333333333s;
  left: 50vw;
  top: 83vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c3 #container1 .star:nth-child(47) {
  -webkit-animation-delay: 1.3333333333s;
  animation-delay: 1.3333333333s;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-delay: 1.3333333333s;
  -webkit-animation-duration: 2.5s;
  left: 33vw;
  top: 96vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c3 #container1 .star:nth-child(48) {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
  -webkit-animation-duration: 1.3333333333s;
  animation-duration: 1.3333333333s;
  -webkit-animation-delay: 1.6s;
  -webkit-animation-duration: 1.3333333333s;
  left: 70vw;
  top: 13vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c3 #container1 .star:nth-child(49) {
  -webkit-animation-delay: 0.375s;
  animation-delay: 0.375s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0.375s;
  -webkit-animation-duration: 2s;
  left: 38vw;
  top: 52vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c3 #container1 .star:nth-child(50) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 1.3333333333s;
  animation-duration: 1.3333333333s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 1.3333333333s;
  left: 83vw;
  top: 91vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c3 #container1 .star:nth-child(51) {
  -webkit-animation-delay: 0.1428571429s;
  animation-delay: 0.1428571429s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 0.1428571429s;
  -webkit-animation-duration: 0.25s;
  left: 48vw;
  top: 108vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c3 #container1 .star:nth-child(52) {
  -webkit-animation-delay: 0.8888888889s;
  animation-delay: 0.8888888889s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 0.8888888889s;
  -webkit-animation-duration: 0.25s;
  left: 41vw;
  top: 29vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c3 #container1 .star:nth-child(53) {
  -webkit-animation-delay: 0.8333333333s;
  animation-delay: 0.8333333333s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0.8333333333s;
  -webkit-animation-duration: 2s;
  left: 107vw;
  top: 119vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c3 #container1 .star:nth-child(54) {
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s;
  -webkit-animation-duration: 1.3333333333s;
  animation-duration: 1.3333333333s;
  -webkit-animation-delay: 4.5s;
  -webkit-animation-duration: 1.3333333333s;
  left: 66vw;
  top: 115vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c3 #container1 .star:nth-child(55) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-duration: 0.6666666667s;
  animation-duration: 0.6666666667s;
  -webkit-animation-delay: 3s;
  -webkit-animation-duration: 0.6666666667s;
  left: 68vw;
  top: 51vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c3 #container1 .star:nth-child(56) {
  -webkit-animation-delay: 0.7777777778s;
  animation-delay: 0.7777777778s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0.7777777778s;
  -webkit-animation-duration: 2s;
  left: 122vw;
  top: 71vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c3 #container1 .star:nth-child(57) {
  -webkit-animation-delay: 1.125s;
  animation-delay: 1.125s;
  -webkit-animation-duration: 1.3333333333s;
  animation-duration: 1.3333333333s;
  -webkit-animation-delay: 1.125s;
  -webkit-animation-duration: 1.3333333333s;
  left: 38vw;
  top: 39vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c3 #container1 .star:nth-child(58) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
  -webkit-animation-duration: 1.6666666667s;
  animation-duration: 1.6666666667s;
  -webkit-animation-delay: 6s;
  -webkit-animation-duration: 1.6666666667s;
  left: 117vw;
  top: 31vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c3 #container1 .star:nth-child(59) {
  -webkit-animation-delay: 2.3333333333s;
  animation-delay: 2.3333333333s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 2.3333333333s;
  -webkit-animation-duration: 0.5s;
  left: 72vw;
  top: 40vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c3 #container1 .star:nth-child(60) {
  -webkit-animation-delay: 1.3333333333s;
  animation-delay: 1.3333333333s;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-delay: 1.3333333333s;
  -webkit-animation-duration: 2.5s;
  left: 120vw;
  top: 70vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c3 #container1 .star:nth-child(61) {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 10s;
  -webkit-animation-duration: 1s;
  left: 33vw;
  top: 113vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c3 #container1 .star:nth-child(62) {
  -webkit-animation-delay: 0.5714285714s;
  animation-delay: 0.5714285714s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5714285714s;
  -webkit-animation-duration: 1s;
  left: 18vw;
  top: 34vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c3 #container1 .star:nth-child(63) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 1.5s;
  left: 60vw;
  top: 45vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c3 #container1 .star:nth-child(64) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.8s;
  -webkit-animation-duration: 1s;
  left: 63vw;
  top: 103vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c3 #container1 .star:nth-child(65) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1.2s;
  -webkit-animation-duration: 1s;
  left: 31vw;
  top: 24vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c3 #container1 .star:nth-child(66) {
  -webkit-animation-delay: 1.1666666667s;
  animation-delay: 1.1666666667s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-delay: 1.1666666667s;
  -webkit-animation-duration: 4s;
  left: 62vw;
  top: 50vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c3 #container1 .star:nth-child(67) {
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 4.5s;
  -webkit-animation-duration: 1s;
  left: 31vw;
  top: 106vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c3 #container1 .star:nth-child(68) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 2.5s;
  left: 63vw;
  top: 81vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c3 #container1 .star:nth-child(69) {
  -webkit-animation-delay: 0.3333333333s;
  animation-delay: 0.3333333333s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.3333333333s;
  -webkit-animation-duration: 1.5s;
  left: 36vw;
  top: 52vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c3 #container1 .star:nth-child(70) {
  -webkit-animation-delay: 0.375s;
  animation-delay: 0.375s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 0.375s;
  -webkit-animation-duration: 0.25s;
  left: 97vw;
  top: 26vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c3 #container1 .star:nth-child(71) {
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
  -webkit-animation-duration: 0.3333333333s;
  animation-duration: 0.3333333333s;
  -webkit-animation-delay: 7s;
  -webkit-animation-duration: 0.3333333333s;
  left: 19vw;
  top: 102vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c3 #container1 .star:nth-child(72) {
  -webkit-animation-delay: 0.7777777778s;
  animation-delay: 0.7777777778s;
  -webkit-animation-duration: 0.3333333333s;
  animation-duration: 0.3333333333s;
  -webkit-animation-delay: 0.7777777778s;
  -webkit-animation-duration: 0.3333333333s;
  left: 36vw;
  top: 89vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c3 #container1 .star:nth-child(73) {
  -webkit-animation-delay: 1.3333333333s;
  animation-delay: 1.3333333333s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1.3333333333s;
  -webkit-animation-duration: 1s;
  left: 24vw;
  top: 46vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c3 #container1 .star:nth-child(74) {
  -webkit-animation-delay: 0.5555555556s;
  animation-delay: 0.5555555556s;
  -webkit-animation-duration: 1.3333333333s;
  animation-duration: 1.3333333333s;
  -webkit-animation-delay: 0.5555555556s;
  -webkit-animation-duration: 1.3333333333s;
  left: 53vw;
  top: 124vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c3 #container1 .star:nth-child(75) {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 10s;
  -webkit-animation-duration: 1.5s;
  left: 74vw;
  top: 19vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c3 #container1 .star:nth-child(76) {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
  -webkit-animation-duration: 1.6666666667s;
  animation-duration: 1.6666666667s;
  -webkit-animation-delay: 10s;
  -webkit-animation-duration: 1.6666666667s;
  left: 63vw;
  top: 44vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c3 #container1 .star:nth-child(77) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 2s;
  left: 58vw;
  top: 78vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c3 #container1 .star:nth-child(78) {
  -webkit-animation-delay: 0.3333333333s;
  animation-delay: 0.3333333333s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.3333333333s;
  -webkit-animation-duration: 1s;
  left: 14vw;
  top: 89vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c3 #container1 .star:nth-child(79) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 0.25s;
  left: 13vw;
  top: 71vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c3 #container1 .star:nth-child(80) {
  -webkit-animation-delay: 0.625s;
  animation-delay: 0.625s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.625s;
  -webkit-animation-duration: 0.5s;
  left: 69vw;
  top: 59vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c3 #container4 {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  animation: rotate 290s infinite linear;
  -webkit-animation: rotate 290s infinite linear;
}

.home.c3 #container4 .star:nth-child(1) {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1.8s;
  -webkit-animation-duration: 1s;
  left: 59vw;
  top: 127vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c3 #container4 .star:nth-child(2) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-delay: 3s;
  -webkit-animation-duration: 4s;
  left: 80vw;
  top: 30vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c3 #container4 .star:nth-child(3) {
  -webkit-animation-delay: 1.3333333333s;
  animation-delay: 1.3333333333s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 1.3333333333s;
  -webkit-animation-duration: 3s;
  left: 73vw;
  top: 50vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c3 #container4 .star:nth-child(4) {
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s;
  -webkit-animation-duration: 0.6666666667s;
  animation-duration: 0.6666666667s;
  -webkit-animation-delay: 4.5s;
  -webkit-animation-duration: 0.6666666667s;
  left: 68vw;
  top: 116vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c3 #container4 .star:nth-child(5) {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
  -webkit-animation-duration: 0.6666666667s;
  animation-duration: 0.6666666667s;
  -webkit-animation-delay: 1.6s;
  -webkit-animation-duration: 0.6666666667s;
  left: 40vw;
  top: 51vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c3 #container4 .star:nth-child(6) {
  -webkit-animation-delay: 0.8888888889s;
  animation-delay: 0.8888888889s;
  -webkit-animation-duration: 1.3333333333s;
  animation-duration: 1.3333333333s;
  -webkit-animation-delay: 0.8888888889s;
  -webkit-animation-duration: 1.3333333333s;
  left: 101vw;
  top: 89vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c3 #container4 .star:nth-child(7) {
  -webkit-animation-delay: 0.5555555556s;
  animation-delay: 0.5555555556s;
  -webkit-animation-duration: 1.6666666667s;
  animation-duration: 1.6666666667s;
  -webkit-animation-delay: 0.5555555556s;
  -webkit-animation-duration: 1.6666666667s;
  left: 114vw;
  top: 34vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c3 #container4 .star:nth-child(8) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-duration: 0.3333333333s;
  animation-duration: 0.3333333333s;
  -webkit-animation-delay: 5s;
  -webkit-animation-duration: 0.3333333333s;
  left: 20vw;
  top: 36vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c3 #container4 .star:nth-child(9) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-duration: 1.6666666667s;
  animation-duration: 1.6666666667s;
  -webkit-animation-delay: 3s;
  -webkit-animation-duration: 1.6666666667s;
  left: 29vw;
  top: 59vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c3 #container4 .star:nth-child(10) {
  -webkit-animation-delay: 0.4444444444s;
  animation-delay: 0.4444444444s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 0.4444444444s;
  -webkit-animation-duration: 0.25s;
  left: 64vw;
  top: 93vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c3 #container4 .star:nth-child(11) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 5s;
  -webkit-animation-duration: 2s;
  left: 120vw;
  top: 17vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c3 #container4 .star:nth-child(12) {
  -webkit-animation-delay: 0.7777777778s;
  animation-delay: 0.7777777778s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.7777777778s;
  -webkit-animation-duration: 1s;
  left: 72vw;
  top: 82vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c3 #container4 .star:nth-child(13) {
  -webkit-animation-delay: 2.25s;
  animation-delay: 2.25s;
  -webkit-animation-duration: 1.6666666667s;
  animation-duration: 1.6666666667s;
  -webkit-animation-delay: 2.25s;
  -webkit-animation-duration: 1.6666666667s;
  left: 36vw;
  top: 78vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c3 #container4 .star:nth-child(14) {
  -webkit-animation-delay: 0.875s;
  animation-delay: 0.875s;
  -webkit-animation-duration: 0.6666666667s;
  animation-duration: 0.6666666667s;
  -webkit-animation-delay: 0.875s;
  -webkit-animation-duration: 0.6666666667s;
  left: 118vw;
  top: 89vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c3 #container4 .star:nth-child(15) {
  -webkit-animation-delay: 0.7142857143s;
  animation-delay: 0.7142857143s;
  -webkit-animation-duration: 0.3333333333s;
  animation-duration: 0.3333333333s;
  -webkit-animation-delay: 0.7142857143s;
  -webkit-animation-duration: 0.3333333333s;
  left: 105vw;
  top: 102vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c3 #container4 .star:nth-child(16) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 3s;
  left: 105vw;
  top: 63vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c3 #container4 .star:nth-child(17) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 0.75s;
  left: 108vw;
  top: 91vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c3 #container4 .star:nth-child(18) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0.5s;
  -webkit-animation-duration: 2s;
  left: 35vw;
  top: 37vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c3 #container4 .star:nth-child(19) {
  -webkit-animation-delay: 9s;
  animation-delay: 9s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 9s;
  -webkit-animation-duration: 5s;
  left: 78vw;
  top: 95vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c3 #container4 .star:nth-child(20) {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 1.25s;
  -webkit-animation-duration: 0.25s;
  left: 108vw;
  top: 70vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c3 #container4 .star:nth-child(21) {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1.25s;
  -webkit-animation-duration: 1s;
  left: 98vw;
  top: 11vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c3 #container4 .star:nth-child(22) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-delay: 0.5s;
  -webkit-animation-duration: 1.25s;
  left: 33vw;
  top: 57vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c3 #container4 .star:nth-child(23) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 5s;
  left: 117vw;
  top: 83vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c3 #container4 .star:nth-child(24) {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-delay: 1.25s;
  -webkit-animation-duration: 0.75s;
  left: 34vw;
  top: 20vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c3 #container4 .star:nth-child(25) {
  -webkit-animation-delay: 0.5714285714s;
  animation-delay: 0.5714285714s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 0.5714285714s;
  -webkit-animation-duration: 0.25s;
  left: 18vw;
  top: 4vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c3 #container4 .star:nth-child(26) {
  -webkit-animation-delay: 0.4444444444s;
  animation-delay: 0.4444444444s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.4444444444s;
  -webkit-animation-duration: 1s;
  left: 36vw;
  top: 67vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c3 #container4 .star:nth-child(27) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-delay: 0.8s;
  -webkit-animation-duration: 1.25s;
  left: 44vw;
  top: 108vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c3 #container4 .star:nth-child(28) {
  -webkit-animation-delay: 0.4444444444s;
  animation-delay: 0.4444444444s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.4444444444s;
  -webkit-animation-duration: 1s;
  left: 60vw;
  top: 42vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c3 #container4 .star:nth-child(29) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
  -webkit-animation-duration: 1.6666666667s;
  animation-duration: 1.6666666667s;
  -webkit-animation-delay: 0.75s;
  -webkit-animation-duration: 1.6666666667s;
  left: 54vw;
  top: 76vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c3 #container4 .star:nth-child(30) {
  -webkit-animation-delay: 0.6666666667s;
  animation-delay: 0.6666666667s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 0.6666666667s;
  -webkit-animation-duration: 0.25s;
  left: 119vw;
  top: 25vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c3 #container4 .star:nth-child(31) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 3s;
  -webkit-animation-duration: 3s;
  left: 80vw;
  top: 73vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c3 #container4 .star:nth-child(32) {
  -webkit-animation-delay: 0.875s;
  animation-delay: 0.875s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0.875s;
  -webkit-animation-duration: 2s;
  left: 41vw;
  top: 22vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c3 #container4 .star:nth-child(33) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  -webkit-animation-duration: 1s;
  left: 110vw;
  top: 86vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c3 #container4 .star:nth-child(34) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 1s;
  left: 57vw;
  top: 68vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c3 #container4 .star:nth-child(35) {
  -webkit-animation-delay: 1.1666666667s;
  animation-delay: 1.1666666667s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 1.1666666667s;
  -webkit-animation-duration: 0.5s;
  left: 103vw;
  top: 14vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c3 #container4 .star:nth-child(36) {
  -webkit-animation-delay: 1.4285714286s;
  animation-delay: 1.4285714286s;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-delay: 1.4285714286s;
  -webkit-animation-duration: 0.75s;
  left: 40vw;
  top: 43vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c3 #container4 .star:nth-child(37) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-duration: 0.3333333333s;
  animation-duration: 0.3333333333s;
  -webkit-animation-delay: 1.5s;
  -webkit-animation-duration: 0.3333333333s;
  left: 56vw;
  top: 105vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c3 #container4 .star:nth-child(38) {
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-delay: 4.5s;
  -webkit-animation-duration: 1.25s;
  left: 90vw;
  top: 38vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c3 #container4 .star:nth-child(39) {
  -webkit-animation-delay: 0.3333333333s;
  animation-delay: 0.3333333333s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-delay: 0.3333333333s;
  -webkit-animation-duration: 4s;
  left: 73vw;
  top: 25vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c3 #container4 .star:nth-child(40) {
  -webkit-animation-delay: 0.2857142857s;
  animation-delay: 0.2857142857s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2857142857s;
  -webkit-animation-duration: 1s;
  left: 36vw;
  top: 34vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c3 #container4 .star:nth-child(41) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-delay: 0.8s;
  -webkit-animation-duration: 1.25s;
  left: 6vw;
  top: 73vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c3 #container4 .star:nth-child(42) {
  -webkit-animation-delay: 0.7142857143s;
  animation-delay: 0.7142857143s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 0.7142857143s;
  -webkit-animation-duration: 3s;
  left: 126vw;
  top: 34vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c3 #container4 .star:nth-child(43) {
  -webkit-animation-delay: 1.4285714286s;
  animation-delay: 1.4285714286s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 1.4285714286s;
  -webkit-animation-duration: 1.5s;
  left: 115vw;
  top: 33vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c3 #container4 .star:nth-child(44) {
  -webkit-animation-delay: 0.6666666667s;
  animation-delay: 0.6666666667s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.6666666667s;
  -webkit-animation-duration: 0.5s;
  left: 42vw;
  top: 47vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c3 #container4 .star:nth-child(45) {
  -webkit-animation-delay: 0.625s;
  animation-delay: 0.625s;
  -webkit-animation-duration: 1.6666666667s;
  animation-duration: 1.6666666667s;
  -webkit-animation-delay: 0.625s;
  -webkit-animation-duration: 1.6666666667s;
  left: 30vw;
  top: 68vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c3 #container4 .star:nth-child(46) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -webkit-animation-duration: 1.6666666667s;
  animation-duration: 1.6666666667s;
  -webkit-animation-delay: 0.6s;
  -webkit-animation-duration: 1.6666666667s;
  left: 27vw;
  top: 99vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c3 #container4 .star:nth-child(47) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-duration: 1.6666666667s;
  animation-duration: 1.6666666667s;
  -webkit-animation-delay: 3s;
  -webkit-animation-duration: 1.6666666667s;
  left: 56vw;
  top: 35vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c3 #container4 .star:nth-child(48) {
  -webkit-animation-delay: 0.1666666667s;
  animation-delay: 0.1666666667s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.1666666667s;
  -webkit-animation-duration: 1.5s;
  left: 94vw;
  top: 101vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c3 #container4 .star:nth-child(49) {
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 4.5s;
  -webkit-animation-duration: 3s;
  left: 86vw;
  top: 19vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c3 #container4 .star:nth-child(50) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 0.25s;
  left: 115vw;
  top: 95vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c3 #container4 .star:nth-child(51) {
  -webkit-animation-delay: 0.3333333333s;
  animation-delay: 0.3333333333s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0.3333333333s;
  -webkit-animation-duration: 2s;
  left: 30vw;
  top: 80vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c3 #container4 .star:nth-child(52) {
  -webkit-animation-delay: 1.6666666667s;
  animation-delay: 1.6666666667s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 1.6666666667s;
  -webkit-animation-duration: 2s;
  left: 102vw;
  top: 108vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c3 #container4 .star:nth-child(53) {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 4s;
  -webkit-animation-duration: 1s;
  left: 86vw;
  top: 108vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c3 #container4 .star:nth-child(54) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 1.2s;
  -webkit-animation-duration: 0.5s;
  left: 21vw;
  top: 114vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c3 #container4 .star:nth-child(55) {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 1.25s;
  -webkit-animation-duration: 0.5s;
  left: 50vw;
  top: 37vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c3 #container4 .star:nth-child(56) {
  -webkit-animation-delay: 2.3333333333s;
  animation-delay: 2.3333333333s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 2.3333333333s;
  -webkit-animation-duration: 1s;
  left: 105vw;
  top: 29vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c3 #container4 .star:nth-child(57) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  -webkit-animation-duration: 1s;
  left: 52vw;
  top: 98vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c3 #container4 .star:nth-child(58) {
  -webkit-animation-delay: 2.6666666667s;
  animation-delay: 2.6666666667s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 2.6666666667s;
  -webkit-animation-duration: 2s;
  left: 70vw;
  top: 15vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c3 #container4 .star:nth-child(59) {
  -webkit-animation-delay: 0.125s;
  animation-delay: 0.125s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.125s;
  -webkit-animation-duration: 0.5s;
  left: 105vw;
  top: 38vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c3 #container4 .star:nth-child(60) {
  -webkit-animation-delay: 1.3333333333s;
  animation-delay: 1.3333333333s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 1.3333333333s;
  -webkit-animation-duration: 2s;
  left: 53vw;
  top: 26vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c3 #container4 .star:nth-child(61) {
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 7s;
  -webkit-animation-duration: 1s;
  left: 51vw;
  top: 103vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c3 #container4 .star:nth-child(62) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 0.75s;
  left: 103vw;
  top: 39vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c3 #container4 .star:nth-child(63) {
  -webkit-animation-delay: 0.1666666667s;
  animation-delay: 0.1666666667s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 0.1666666667s;
  -webkit-animation-duration: 5s;
  left: 101vw;
  top: 31vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c3 #container4 .star:nth-child(64) {
  -webkit-animation-delay: 0.375s;
  animation-delay: 0.375s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.375s;
  -webkit-animation-duration: 1.5s;
  left: 35vw;
  top: 88vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c3 #container4 .star:nth-child(65) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0.6s;
  -webkit-animation-duration: 2s;
  left: 49vw;
  top: 82vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c3 #container4 .star:nth-child(66) {
  -webkit-animation-delay: 0.375s;
  animation-delay: 0.375s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-delay: 0.375s;
  -webkit-animation-duration: 4s;
  left: 67vw;
  top: 47vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c3 #container4 .star:nth-child(67) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 5s;
  left: 12vw;
  top: 78vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c3 #container4 .star:nth-child(68) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 1s;
  left: 98vw;
  top: 41vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c3 #container4 .star:nth-child(69) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 0.6666666667s;
  animation-duration: 0.6666666667s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 0.6666666667s;
  left: 41vw;
  top: 17vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c3 #container4 .star:nth-child(70) {
  -webkit-animation-delay: 0.5714285714s;
  animation-delay: 0.5714285714s;
  -webkit-animation-duration: 0.3333333333s;
  animation-duration: 0.3333333333s;
  -webkit-animation-delay: 0.5714285714s;
  -webkit-animation-duration: 0.3333333333s;
  left: 48vw;
  top: 61vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c3 #container4 .star:nth-child(71) {
  -webkit-animation-delay: 1.6666666667s;
  animation-delay: 1.6666666667s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 1.6666666667s;
  -webkit-animation-duration: 2s;
  left: 43vw;
  top: 58vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c3 #container4 .star:nth-child(72) {
  -webkit-animation-delay: 0.125s;
  animation-delay: 0.125s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0.125s;
  -webkit-animation-duration: 2s;
  left: 98vw;
  top: 85vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c3 #container4 .star:nth-child(73) {
  -webkit-animation-delay: 1.75s;
  animation-delay: 1.75s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-delay: 1.75s;
  -webkit-animation-duration: 4s;
  left: 100vw;
  top: 42vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c3 #container4 .star:nth-child(74) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 2.5s;
  left: 42vw;
  top: 84vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c3 #container4 .star:nth-child(75) {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 1.25s;
  -webkit-animation-duration: 0.5s;
  left: 60vw;
  top: 45vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c3 #container4 .star:nth-child(76) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 1s;
  left: 37vw;
  top: 101vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c3 #container4 .star:nth-child(77) {
  -webkit-animation-delay: 0.1111111111s;
  animation-delay: 0.1111111111s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.1111111111s;
  -webkit-animation-duration: 1.5s;
  left: 102vw;
  top: 104vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c3 #container4 .star:nth-child(78) {
  -webkit-animation-delay: 0.8571428571s;
  animation-delay: 0.8571428571s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.8571428571s;
  -webkit-animation-duration: 1s;
  left: 63vw;
  top: 14vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c3 #container4 .star:nth-child(79) {
  -webkit-animation-delay: 1.6666666667s;
  animation-delay: 1.6666666667s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-delay: 1.6666666667s;
  -webkit-animation-duration: 4s;
  left: 47vw;
  top: 82vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c3 #container4 .star:nth-child(80) {
  -webkit-animation-delay: 1.1428571429s;
  animation-delay: 1.1428571429s;
  -webkit-animation-duration: 1.3333333333s;
  animation-duration: 1.3333333333s;
  -webkit-animation-delay: 1.1428571429s;
  -webkit-animation-duration: 1.3333333333s;
  left: 92vw;
  top: 37vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c3 #container2 {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  animation: rotate 250s infinite linear;
  -webkit-animation: rotate 250s infinite linear;
}

.home.c3 #container2 .star:nth-child(1) {
  -webkit-animation-delay: 0.5714285714s;
  animation-delay: 0.5714285714s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.5714285714s;
  -webkit-animation-duration: 1.5s;
  left: 46vw;
  top: 94vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c3 #container2 .star:nth-child(2) {
  -webkit-animation-delay: 0.8333333333s;
  animation-delay: 0.8333333333s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.8333333333s;
  -webkit-animation-duration: 1s;
  left: 110vw;
  top: 31vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c3 #container2 .star:nth-child(3) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-delay: 6s;
  -webkit-animation-duration: 1.25s;
  left: 40vw;
  top: 73vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c3 #container2 .star:nth-child(4) {
  -webkit-animation-delay: 0.7142857143s;
  animation-delay: 0.7142857143s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 0.7142857143s;
  -webkit-animation-duration: 0.25s;
  left: 21vw;
  top: 73vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c3 #container2 .star:nth-child(5) {
  -webkit-animation-delay: 0.875s;
  animation-delay: 0.875s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 0.875s;
  -webkit-animation-duration: 0.25s;
  left: 17vw;
  top: 48vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c3 #container2 .star:nth-child(6) {
  -webkit-animation-delay: 2.3333333333s;
  animation-delay: 2.3333333333s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 2.3333333333s;
  -webkit-animation-duration: 2s;
  left: 96vw;
  top: 97vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c3 #container2 .star:nth-child(7) {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-delay: 1.8s;
  -webkit-animation-duration: 1.25s;
  left: 91vw;
  top: 37vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c3 #container2 .star:nth-child(8) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 1.5s;
  left: 2vw;
  top: 103vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c3 #container2 .star:nth-child(9) {
  -webkit-animation-delay: 0.5714285714s;
  animation-delay: 0.5714285714s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 0.5714285714s;
  -webkit-animation-duration: 0.25s;
  left: 47vw;
  top: 33vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c3 #container2 .star:nth-child(10) {
  -webkit-animation-delay: 0.4285714286s;
  animation-delay: 0.4285714286s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-delay: 0.4285714286s;
  -webkit-animation-duration: 4s;
  left: 44vw;
  top: 26vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c3 #container2 .star:nth-child(11) {
  -webkit-animation-delay: 0.375s;
  animation-delay: 0.375s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 0.375s;
  -webkit-animation-duration: 0.25s;
  left: 37vw;
  top: 32vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c3 #container2 .star:nth-child(12) {
  -webkit-animation-delay: 0.7142857143s;
  animation-delay: 0.7142857143s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 0.7142857143s;
  -webkit-animation-duration: 3s;
  left: 97vw;
  top: 29vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c3 #container2 .star:nth-child(13) {
  -webkit-animation-delay: 1.1428571429s;
  animation-delay: 1.1428571429s;
  -webkit-animation-duration: 0.3333333333s;
  animation-duration: 0.3333333333s;
  -webkit-animation-delay: 1.1428571429s;
  -webkit-animation-duration: 0.3333333333s;
  left: 92vw;
  top: 32vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c3 #container2 .star:nth-child(14) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 2s;
  left: 82vw;
  top: 54vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c3 #container2 .star:nth-child(15) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.75s;
  -webkit-animation-duration: 1s;
  left: 78vw;
  top: 17vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c3 #container2 .star:nth-child(16) {
  -webkit-animation-delay: 2.25s;
  animation-delay: 2.25s;
  -webkit-animation-duration: 0.3333333333s;
  animation-duration: 0.3333333333s;
  -webkit-animation-delay: 2.25s;
  -webkit-animation-duration: 0.3333333333s;
  left: 98vw;
  top: 105vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c3 #container2 .star:nth-child(17) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 5s;
  left: 59vw;
  top: 65vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c3 #container2 .star:nth-child(18) {
  -webkit-animation-delay: 0.2857142857s;
  animation-delay: 0.2857142857s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.2857142857s;
  -webkit-animation-duration: 1.5s;
  left: 93vw;
  top: 127vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c3 #container2 .star:nth-child(19) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 1.2s;
  -webkit-animation-duration: 3s;
  left: 109vw;
  top: 34vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c3 #container2 .star:nth-child(20) {
  -webkit-animation-delay: 0.3333333333s;
  animation-delay: 0.3333333333s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.3333333333s;
  -webkit-animation-duration: 1.5s;
  left: 92vw;
  top: 42vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c3 #container2 .star:nth-child(21) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-delay: 1.5s;
  -webkit-animation-duration: 1.25s;
  left: 62vw;
  top: 95vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c3 #container2 .star:nth-child(22) {
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-delay: 7s;
  -webkit-animation-duration: 2.5s;
  left: 56vw;
  top: 107vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c3 #container2 .star:nth-child(23) {
  -webkit-animation-delay: 0.5714285714s;
  animation-delay: 0.5714285714s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 0.5714285714s;
  -webkit-animation-duration: 0.25s;
  left: 115vw;
  top: 83vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c3 #container2 .star:nth-child(24) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 1.5s;
  -webkit-animation-duration: 3s;
  left: 40vw;
  top: 60vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c3 #container2 .star:nth-child(25) {
  -webkit-animation-delay: 1.2857142857s;
  animation-delay: 1.2857142857s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1.2857142857s;
  -webkit-animation-duration: 1s;
  left: 78vw;
  top: 56vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c3 #container2 .star:nth-child(26) {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-duration: 0.3333333333s;
  animation-duration: 0.3333333333s;
  -webkit-animation-delay: 4s;
  -webkit-animation-duration: 0.3333333333s;
  left: 79vw;
  top: 54vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c3 #container2 .star:nth-child(27) {
  -webkit-animation-delay: 0.3333333333s;
  animation-delay: 0.3333333333s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 0.3333333333s;
  -webkit-animation-duration: 5s;
  left: 107vw;
  top: 21vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c3 #container2 .star:nth-child(28) {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 8s;
  -webkit-animation-duration: 1s;
  left: 91vw;
  top: 29vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c3 #container2 .star:nth-child(29) {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 4s;
  -webkit-animation-duration: 1s;
  left: 76vw;
  top: 99vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c3 #container2 .star:nth-child(30) {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 1.4s;
  -webkit-animation-duration: 0.5s;
  left: 80vw;
  top: 24vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c3 #container2 .star:nth-child(31) {
  -webkit-animation-delay: 0.625s;
  animation-delay: 0.625s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0.625s;
  -webkit-animation-duration: 2s;
  left: 94vw;
  top: 109vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c3 #container2 .star:nth-child(32) {
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 3.5s;
  -webkit-animation-duration: 0.25s;
  left: 75vw;
  top: 52vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c3 #container2 .star:nth-child(33) {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 1.25s;
  -webkit-animation-duration: 2s;
  left: 19vw;
  top: 102vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c3 #container2 .star:nth-child(34) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 3s;
  -webkit-animation-duration: 1.5s;
  left: 50vw;
  top: 88vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c3 #container2 .star:nth-child(35) {
  -webkit-animation-delay: 2.6666666667s;
  animation-delay: 2.6666666667s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 2.6666666667s;
  -webkit-animation-duration: 3s;
  left: 83vw;
  top: 44vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c3 #container2 .star:nth-child(36) {
  -webkit-animation-delay: 1.125s;
  animation-delay: 1.125s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1.125s;
  -webkit-animation-duration: 1s;
  left: 114vw;
  top: 80vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c3 #container2 .star:nth-child(37) {
  -webkit-animation-delay: 1.1666666667s;
  animation-delay: 1.1666666667s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 1.1666666667s;
  -webkit-animation-duration: 1.5s;
  left: 46vw;
  top: 85vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c3 #container2 .star:nth-child(38) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 6s;
  -webkit-animation-duration: 0.5s;
  left: 55vw;
  top: 73vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c3 #container2 .star:nth-child(39) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 0.3333333333s;
  animation-duration: 0.3333333333s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 0.3333333333s;
  left: 87vw;
  top: 103vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c3 #container2 .star:nth-child(40) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 0.6666666667s;
  animation-duration: 0.6666666667s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 0.6666666667s;
  left: 93vw;
  top: 56vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c3 #container2 .star:nth-child(41) {
  -webkit-animation-delay: 1.6666666667s;
  animation-delay: 1.6666666667s;
  -webkit-animation-duration: 1.3333333333s;
  animation-duration: 1.3333333333s;
  -webkit-animation-delay: 1.6666666667s;
  -webkit-animation-duration: 1.3333333333s;
  left: 78vw;
  top: 7vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c3 #container2 .star:nth-child(42) {
  -webkit-animation-delay: 0.125s;
  animation-delay: 0.125s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 0.125s;
  -webkit-animation-duration: 3s;
  left: 17vw;
  top: 70vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c3 #container2 .star:nth-child(43) {
  -webkit-animation-delay: 1.1111111111s;
  animation-delay: 1.1111111111s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 1.1111111111s;
  -webkit-animation-duration: 0.5s;
  left: 104vw;
  top: 127vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c3 #container2 .star:nth-child(44) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.75s;
  -webkit-animation-duration: 1s;
  left: 78vw;
  top: 84vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c3 #container2 .star:nth-child(45) {
  -webkit-animation-delay: 0.5714285714s;
  animation-delay: 0.5714285714s;
  -webkit-animation-duration: 0.3333333333s;
  animation-duration: 0.3333333333s;
  -webkit-animation-delay: 0.5714285714s;
  -webkit-animation-duration: 0.3333333333s;
  left: 81vw;
  top: 40vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c3 #container2 .star:nth-child(46) {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
  -webkit-animation-duration: 1.3333333333s;
  animation-duration: 1.3333333333s;
  -webkit-animation-delay: 1.4s;
  -webkit-animation-duration: 1.3333333333s;
  left: 80vw;
  top: 24vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c3 #container2 .star:nth-child(47) {
  -webkit-animation-delay: 0.1666666667s;
  animation-delay: 0.1666666667s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 0.1666666667s;
  -webkit-animation-duration: 0.25s;
  left: 23vw;
  top: 85vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c3 #container2 .star:nth-child(48) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1.5s;
  -webkit-animation-duration: 1s;
  left: 67vw;
  top: 64vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c3 #container2 .star:nth-child(49) {
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-delay: 7s;
  -webkit-animation-duration: 1.25s;
  left: 66vw;
  top: 92vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c3 #container2 .star:nth-child(50) {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 8s;
  -webkit-animation-duration: 1.5s;
  left: 77vw;
  top: 127vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c3 #container2 .star:nth-child(51) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-duration: 1.3333333333s;
  animation-duration: 1.3333333333s;
  -webkit-animation-delay: 3s;
  -webkit-animation-duration: 1.3333333333s;
  left: 111vw;
  top: 12vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c3 #container2 .star:nth-child(52) {
  -webkit-animation-delay: 0.625s;
  animation-delay: 0.625s;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-delay: 0.625s;
  -webkit-animation-duration: 1.25s;
  left: 41vw;
  top: 47vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c3 #container2 .star:nth-child(53) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 3s;
  -webkit-animation-duration: 0.5s;
  left: 91vw;
  top: 84vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c3 #container2 .star:nth-child(54) {
  -webkit-animation-delay: 1.125s;
  animation-delay: 1.125s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-delay: 1.125s;
  -webkit-animation-duration: 4s;
  left: 91vw;
  top: 38vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c3 #container2 .star:nth-child(55) {
  -webkit-animation-delay: 1.1111111111s;
  animation-delay: 1.1111111111s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1.1111111111s;
  -webkit-animation-duration: 1s;
  left: 16vw;
  top: 85vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c3 #container2 .star:nth-child(56) {
  -webkit-animation-delay: 1.3333333333s;
  animation-delay: 1.3333333333s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 1.3333333333s;
  -webkit-animation-duration: 2s;
  left: 106vw;
  top: 77vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c3 #container2 .star:nth-child(57) {
  -webkit-animation-delay: 0.875s;
  animation-delay: 0.875s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 0.875s;
  -webkit-animation-duration: 5s;
  left: 100vw;
  top: 88vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c3 #container2 .star:nth-child(58) {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 10s;
  -webkit-animation-duration: 1s;
  left: 74vw;
  top: 15vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c3 #container2 .star:nth-child(59) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 0.5s;
  left: 77vw;
  top: 92vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c3 #container2 .star:nth-child(60) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 5s;
  -webkit-animation-duration: 1s;
  left: 40vw;
  top: 20vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c3 #container2 .star:nth-child(61) {
  -webkit-animation-delay: 1.3333333333s;
  animation-delay: 1.3333333333s;
  -webkit-animation-duration: 0.3333333333s;
  animation-duration: 0.3333333333s;
  -webkit-animation-delay: 1.3333333333s;
  -webkit-animation-duration: 0.3333333333s;
  left: 64vw;
  top: 43vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c3 #container2 .star:nth-child(62) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-delay: 0.6s;
  -webkit-animation-duration: 0.75s;
  left: 98vw;
  top: 88vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c3 #container2 .star:nth-child(63) {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 4s;
  -webkit-animation-duration: 1s;
  left: 103vw;
  top: 72vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c3 #container2 .star:nth-child(64) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 3s;
  left: 44vw;
  top: 43vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c3 #container2 .star:nth-child(65) {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1.25s;
  -webkit-animation-duration: 1s;
  left: 49vw;
  top: 83vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c3 #container2 .star:nth-child(66) {
  -webkit-animation-delay: 0.8888888889s;
  animation-delay: 0.8888888889s;
  -webkit-animation-duration: 1.3333333333s;
  animation-duration: 1.3333333333s;
  -webkit-animation-delay: 0.8888888889s;
  -webkit-animation-duration: 1.3333333333s;
  left: 57vw;
  top: 119vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c3 #container2 .star:nth-child(67) {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-delay: 1.6s;
  -webkit-animation-duration: 4s;
  left: 21vw;
  top: 103vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c3 #container2 .star:nth-child(68) {
  -webkit-animation-delay: 3.3333333333s;
  animation-delay: 3.3333333333s;
  -webkit-animation-duration: 0.6666666667s;
  animation-duration: 0.6666666667s;
  -webkit-animation-delay: 3.3333333333s;
  -webkit-animation-duration: 0.6666666667s;
  left: 67vw;
  top: 35vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c3 #container2 .star:nth-child(69) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-duration: 1.6666666667s;
  animation-duration: 1.6666666667s;
  -webkit-animation-delay: 3s;
  -webkit-animation-duration: 1.6666666667s;
  left: 68vw;
  top: 80vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c3 #container2 .star:nth-child(70) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 3s;
  left: 33vw;
  top: 20vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c3 #container2 .star:nth-child(71) {
  -webkit-animation-delay: 1.4285714286s;
  animation-delay: 1.4285714286s;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-delay: 1.4285714286s;
  -webkit-animation-duration: 2.5s;
  left: 102vw;
  top: 50vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c3 #container2 .star:nth-child(72) {
  -webkit-animation-delay: 1.1428571429s;
  animation-delay: 1.1428571429s;
  -webkit-animation-duration: 1.6666666667s;
  animation-duration: 1.6666666667s;
  -webkit-animation-delay: 1.1428571429s;
  -webkit-animation-duration: 1.6666666667s;
  left: 73vw;
  top: 91vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c3 #container2 .star:nth-child(73) {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 4s;
  -webkit-animation-duration: 0.25s;
  left: 36vw;
  top: 64vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c3 #container2 .star:nth-child(74) {
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
  -webkit-animation-duration: 1.6666666667s;
  animation-duration: 1.6666666667s;
  -webkit-animation-delay: 3.5s;
  -webkit-animation-duration: 1.6666666667s;
  left: 51vw;
  top: 109vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c3 #container2 .star:nth-child(75) {
  -webkit-animation-delay: 1.3333333333s;
  animation-delay: 1.3333333333s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1.3333333333s;
  -webkit-animation-duration: 1s;
  left: 112vw;
  top: 48vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c3 #container2 .star:nth-child(76) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 2s;
  left: 113vw;
  top: 85vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c3 #container2 .star:nth-child(77) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 1.3333333333s;
  animation-duration: 1.3333333333s;
  -webkit-animation-delay: 0.5s;
  -webkit-animation-duration: 1.3333333333s;
  left: 103vw;
  top: 42vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c3 #container2 .star:nth-child(78) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 1s;
  left: 104vw;
  top: 112vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c3 #container2 .star:nth-child(79) {
  -webkit-animation-delay: 1.6666666667s;
  animation-delay: 1.6666666667s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 1.6666666667s;
  -webkit-animation-duration: 3s;
  left: 112vw;
  top: 75vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c3 #container2 .star:nth-child(80) {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
  -webkit-animation-duration: 0.6666666667s;
  animation-duration: 0.6666666667s;
  -webkit-animation-delay: 2.5s;
  -webkit-animation-duration: 0.6666666667s;
  left: 29vw;
  top: 125vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c3 #container3 {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  animation: rotate 300s infinite linear;
  -webkit-animation: rotate 300s infinite linear;
}

.home.c3 #container3 .star:nth-child(1) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-delay: 0.5s;
  -webkit-animation-duration: 1.25s;
  left: 48vw;
  top: 31vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c3 #container3 .star:nth-child(2) {
  -webkit-animation-delay: 1.6666666667s;
  animation-delay: 1.6666666667s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 1.6666666667s;
  -webkit-animation-duration: 0.5s;
  left: 50vw;
  top: 54vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c3 #container3 .star:nth-child(3) {
  -webkit-animation-delay: 0.3333333333s;
  animation-delay: 0.3333333333s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.3333333333s;
  -webkit-animation-duration: 1s;
  left: 89vw;
  top: 31vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c3 #container3 .star:nth-child(4) {
  -webkit-animation-delay: 0.6666666667s;
  animation-delay: 0.6666666667s;
  -webkit-animation-duration: 1.3333333333s;
  animation-duration: 1.3333333333s;
  -webkit-animation-delay: 0.6666666667s;
  -webkit-animation-duration: 1.3333333333s;
  left: 26vw;
  top: 75vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c3 #container3 .star:nth-child(5) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  -webkit-animation-duration: 1s;
  left: 47vw;
  top: 51vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c3 #container3 .star:nth-child(6) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0.2s;
  -webkit-animation-duration: 2s;
  left: 47vw;
  top: 41vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c3 #container3 .star:nth-child(7) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 0.25s;
  left: 84vw;
  top: 43vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c3 #container3 .star:nth-child(8) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 0.4s;
  -webkit-animation-duration: 0.25s;
  left: 87vw;
  top: 21vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c3 #container3 .star:nth-child(9) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 1.3333333333s;
  animation-duration: 1.3333333333s;
  -webkit-animation-delay: 0.5s;
  -webkit-animation-duration: 1.3333333333s;
  left: 36vw;
  top: 67vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c3 #container3 .star:nth-child(10) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-duration: 0.6666666667s;
  animation-duration: 0.6666666667s;
  -webkit-animation-delay: 0.2s;
  -webkit-animation-duration: 0.6666666667s;
  left: 65vw;
  top: 100vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c3 #container3 .star:nth-child(11) {
  -webkit-animation-delay: 0.8333333333s;
  animation-delay: 0.8333333333s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0.8333333333s;
  -webkit-animation-duration: 2s;
  left: 110vw;
  top: 92vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c3 #container3 .star:nth-child(12) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0.75s;
  -webkit-animation-duration: 2s;
  left: 81vw;
  top: 45vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c3 #container3 .star:nth-child(13) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 0.5s;
  left: 50vw;
  top: 86vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c3 #container3 .star:nth-child(14) {
  -webkit-animation-delay: 0.3333333333s;
  animation-delay: 0.3333333333s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.3333333333s;
  -webkit-animation-duration: 0.5s;
  left: 49vw;
  top: 12vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c3 #container3 .star:nth-child(15) {
  -webkit-animation-delay: 2.3333333333s;
  animation-delay: 2.3333333333s;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-delay: 2.3333333333s;
  -webkit-animation-duration: 2.5s;
  left: 58vw;
  top: 27vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c3 #container3 .star:nth-child(16) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 1s;
  left: 88vw;
  top: 52vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c3 #container3 .star:nth-child(17) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.8s;
  -webkit-animation-duration: 1s;
  left: 109vw;
  top: 96vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c3 #container3 .star:nth-child(18) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 1.25s;
  left: 39vw;
  top: 103vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c3 #container3 .star:nth-child(19) {
  -webkit-animation-delay: 0.3333333333s;
  animation-delay: 0.3333333333s;
  -webkit-animation-duration: 1.6666666667s;
  animation-duration: 1.6666666667s;
  -webkit-animation-delay: 0.3333333333s;
  -webkit-animation-duration: 1.6666666667s;
  left: 25vw;
  top: 50vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c3 #container3 .star:nth-child(20) {
  -webkit-animation-delay: 0.6666666667s;
  animation-delay: 0.6666666667s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.6666666667s;
  -webkit-animation-duration: 0.5s;
  left: 63vw;
  top: 38vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c3 #container3 .star:nth-child(21) {
  -webkit-animation-delay: 0.6666666667s;
  animation-delay: 0.6666666667s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 0.6666666667s;
  -webkit-animation-duration: 3s;
  left: 39vw;
  top: 74vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c3 #container3 .star:nth-child(22) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.5s;
  -webkit-animation-duration: 1.5s;
  left: 100vw;
  top: 18vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c3 #container3 .star:nth-child(23) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 5s;
  -webkit-animation-duration: 1s;
  left: 49vw;
  top: 62vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c3 #container3 .star:nth-child(24) {
  -webkit-animation-delay: 1.3333333333s;
  animation-delay: 1.3333333333s;
  -webkit-animation-duration: 1.3333333333s;
  animation-duration: 1.3333333333s;
  -webkit-animation-delay: 1.3333333333s;
  -webkit-animation-duration: 1.3333333333s;
  left: 95vw;
  top: 67vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c3 #container3 .star:nth-child(25) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
  -webkit-animation-duration: 0.6666666667s;
  animation-duration: 0.6666666667s;
  -webkit-animation-delay: 0.25s;
  -webkit-animation-duration: 0.6666666667s;
  left: 10vw;
  top: 52vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c3 #container3 .star:nth-child(26) {
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
  -webkit-animation-duration: 0.3333333333s;
  animation-duration: 0.3333333333s;
  -webkit-animation-delay: 3.5s;
  -webkit-animation-duration: 0.3333333333s;
  left: 37vw;
  top: 89vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c3 #container3 .star:nth-child(27) {
  -webkit-animation-delay: 0.2222222222s;
  animation-delay: 0.2222222222s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 0.2222222222s;
  -webkit-animation-duration: 0.25s;
  left: 99vw;
  top: 21vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c3 #container3 .star:nth-child(28) {
  -webkit-animation-delay: 1.1428571429s;
  animation-delay: 1.1428571429s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 1.1428571429s;
  -webkit-animation-duration: 2s;
  left: 80vw;
  top: 82vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c3 #container3 .star:nth-child(29) {
  -webkit-animation-delay: 1.1111111111s;
  animation-delay: 1.1111111111s;
  -webkit-animation-duration: 0.6666666667s;
  animation-duration: 0.6666666667s;
  -webkit-animation-delay: 1.1111111111s;
  -webkit-animation-duration: 0.6666666667s;
  left: 102vw;
  top: 77vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c3 #container3 .star:nth-child(30) {
  -webkit-animation-delay: 3.3333333333s;
  animation-delay: 3.3333333333s;
  -webkit-animation-duration: 0.3333333333s;
  animation-duration: 0.3333333333s;
  -webkit-animation-delay: 3.3333333333s;
  -webkit-animation-duration: 0.3333333333s;
  left: 85vw;
  top: 17vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c3 #container3 .star:nth-child(31) {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 2.5s;
  -webkit-animation-duration: 5s;
  left: 112vw;
  top: 81vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c3 #container3 .star:nth-child(32) {
  -webkit-animation-delay: 1.3333333333s;
  animation-delay: 1.3333333333s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 1.3333333333s;
  -webkit-animation-duration: 5s;
  left: 90vw;
  top: 93vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c3 #container3 .star:nth-child(33) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  -webkit-animation-duration: 1s;
  left: 60vw;
  top: 41vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c3 #container3 .star:nth-child(34) {
  -webkit-animation-delay: 0.1111111111s;
  animation-delay: 0.1111111111s;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-delay: 0.1111111111s;
  -webkit-animation-duration: 2.5s;
  left: 114vw;
  top: 100vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c3 #container3 .star:nth-child(35) {
  -webkit-animation-delay: 0.3333333333s;
  animation-delay: 0.3333333333s;
  -webkit-animation-duration: 0.6666666667s;
  animation-duration: 0.6666666667s;
  -webkit-animation-delay: 0.3333333333s;
  -webkit-animation-duration: 0.6666666667s;
  left: 103vw;
  top: 37vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c3 #container3 .star:nth-child(36) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 1.25s;
  left: 54vw;
  top: 48vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c3 #container3 .star:nth-child(37) {
  -webkit-animation-delay: 1.1111111111s;
  animation-delay: 1.1111111111s;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-delay: 1.1111111111s;
  -webkit-animation-duration: 2.5s;
  left: 52vw;
  top: 48vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c3 #container3 .star:nth-child(38) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
  -webkit-animation-duration: 0.3333333333s;
  animation-duration: 0.3333333333s;
  -webkit-animation-delay: 0.25s;
  -webkit-animation-duration: 0.3333333333s;
  left: 72vw;
  top: 33vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c3 #container3 .star:nth-child(39) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 0.5s;
  left: 73vw;
  top: 111vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c3 #container3 .star:nth-child(40) {
  -webkit-animation-delay: 1.3333333333s;
  animation-delay: 1.3333333333s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1.3333333333s;
  -webkit-animation-duration: 1s;
  left: 62vw;
  top: 75vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c3 #container3 .star:nth-child(41) {
  -webkit-animation-delay: 0.5555555556s;
  animation-delay: 0.5555555556s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 0.5555555556s;
  -webkit-animation-duration: 5s;
  left: 92vw;
  top: 50vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c3 #container3 .star:nth-child(42) {
  -webkit-animation-delay: 0.4444444444s;
  animation-delay: 0.4444444444s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-delay: 0.4444444444s;
  -webkit-animation-duration: 4s;
  left: 19vw;
  top: 44vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c3 #container3 .star:nth-child(43) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 3s;
  -webkit-animation-duration: 5s;
  left: 97vw;
  top: 105vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c3 #container3 .star:nth-child(44) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-delay: 0.6s;
  -webkit-animation-duration: 2.5s;
  left: 32vw;
  top: 109vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c3 #container3 .star:nth-child(45) {
  -webkit-animation-delay: 0.4444444444s;
  animation-delay: 0.4444444444s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.4444444444s;
  -webkit-animation-duration: 1s;
  left: 46vw;
  top: 69vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c3 #container3 .star:nth-child(46) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-delay: 0.75s;
  -webkit-animation-duration: 0.75s;
  left: 63vw;
  top: 19vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c3 #container3 .star:nth-child(47) {
  -webkit-animation-delay: 3.3333333333s;
  animation-delay: 3.3333333333s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 3.3333333333s;
  -webkit-animation-duration: 0.5s;
  left: 92vw;
  top: 72vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c3 #container3 .star:nth-child(48) {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1.25s;
  -webkit-animation-duration: 1s;
  left: 90vw;
  top: 115vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c3 #container3 .star:nth-child(49) {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 1.6s;
  -webkit-animation-duration: 5s;
  left: 97vw;
  top: 105vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c3 #container3 .star:nth-child(50) {
  -webkit-animation-delay: 0.8571428571s;
  animation-delay: 0.8571428571s;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-delay: 0.8571428571s;
  -webkit-animation-duration: 0.75s;
  left: 89vw;
  top: 61vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c3 #container3 .star:nth-child(51) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-delay: 1.5s;
  -webkit-animation-duration: 0.75s;
  left: 97vw;
  top: 3vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c3 #container3 .star:nth-child(52) {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1.4s;
  -webkit-animation-duration: 1s;
  left: 63vw;
  top: 76vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c3 #container3 .star:nth-child(53) {
  -webkit-animation-delay: 0.3333333333s;
  animation-delay: 0.3333333333s;
  -webkit-animation-duration: 1.3333333333s;
  animation-duration: 1.3333333333s;
  -webkit-animation-delay: 0.3333333333s;
  -webkit-animation-duration: 1.3333333333s;
  left: 68vw;
  top: 83vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c3 #container3 .star:nth-child(54) {
  -webkit-animation-delay: 0.1428571429s;
  animation-delay: 0.1428571429s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.1428571429s;
  -webkit-animation-duration: 1s;
  left: 111vw;
  top: 69vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c3 #container3 .star:nth-child(55) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 1.25s;
  left: 14vw;
  top: 101vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c3 #container3 .star:nth-child(56) {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 10s;
  -webkit-animation-duration: 1s;
  left: 116vw;
  top: 106vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c3 #container3 .star:nth-child(57) {
  -webkit-animation-delay: 1.125s;
  animation-delay: 1.125s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 1.125s;
  -webkit-animation-duration: 0.5s;
  left: 115vw;
  top: 94vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c3 #container3 .star:nth-child(58) {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 1.25s;
  -webkit-animation-duration: 5s;
  left: 77vw;
  top: 23vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c3 #container3 .star:nth-child(59) {
  -webkit-animation-delay: 0.1666666667s;
  animation-delay: 0.1666666667s;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-delay: 0.1666666667s;
  -webkit-animation-duration: 2.5s;
  left: 92vw;
  top: 63vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c3 #container3 .star:nth-child(60) {
  -webkit-animation-delay: 0.6666666667s;
  animation-delay: 0.6666666667s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 0.6666666667s;
  -webkit-animation-duration: 5s;
  left: 58vw;
  top: 88vh;
  height: 0.6rem;
  width: 0.6rem;
}

.home.c3 #container3 .star:nth-child(61) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-duration: 0.3333333333s;
  animation-duration: 0.3333333333s;
  -webkit-animation-delay: 0.4s;
  -webkit-animation-duration: 0.3333333333s;
  left: 71vw;
  top: 40vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c3 #container3 .star:nth-child(62) {
  -webkit-animation-delay: 0.2222222222s;
  animation-delay: 0.2222222222s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0.2222222222s;
  -webkit-animation-duration: 2s;
  left: 101vw;
  top: 97vh;
  height: 0.2rem;
  width: 0.2rem;
}

.home.c3 #container3 .star:nth-child(63) {
  -webkit-animation-delay: 0.875s;
  animation-delay: 0.875s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 0.875s;
  -webkit-animation-duration: 0.25s;
  left: 68vw;
  top: 51vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c3 #container3 .star:nth-child(64) {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-delay: 1.25s;
  -webkit-animation-duration: 4s;
  left: 95vw;
  top: 90vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c3 #container3 .star:nth-child(65) {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
  -webkit-animation-duration: 1.6666666667s;
  animation-duration: 1.6666666667s;
  -webkit-animation-delay: 1.8s;
  -webkit-animation-duration: 1.6666666667s;
  left: 22vw;
  top: 90vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c3 #container3 .star:nth-child(66) {
  -webkit-animation-delay: 1.6666666667s;
  animation-delay: 1.6666666667s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 1.6666666667s;
  -webkit-animation-duration: 0.5s;
  left: 56vw;
  top: 61vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c3 #container3 .star:nth-child(67) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -webkit-animation-duration: 0.3333333333s;
  animation-duration: 0.3333333333s;
  -webkit-animation-delay: 0.8s;
  -webkit-animation-duration: 0.3333333333s;
  left: 47vw;
  top: 60vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c3 #container3 .star:nth-child(68) {
  -webkit-animation-delay: 0.1428571429s;
  animation-delay: 0.1428571429s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.1428571429s;
  -webkit-animation-duration: 0.5s;
  left: 27vw;
  top: 51vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c3 #container3 .star:nth-child(69) {
  -webkit-animation-delay: 0.1666666667s;
  animation-delay: 0.1666666667s;
  -webkit-animation-duration: 1.3333333333s;
  animation-duration: 1.3333333333s;
  -webkit-animation-delay: 0.1666666667s;
  -webkit-animation-duration: 1.3333333333s;
  left: 73vw;
  top: 54vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c3 #container3 .star:nth-child(70) {
  -webkit-animation-delay: 0.5555555556s;
  animation-delay: 0.5555555556s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5555555556s;
  -webkit-animation-duration: 1s;
  left: 36vw;
  top: 55vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c3 #container3 .star:nth-child(71) {
  -webkit-animation-delay: 2.25s;
  animation-delay: 2.25s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-delay: 2.25s;
  -webkit-animation-duration: 0.25s;
  left: 72vw;
  top: 96vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c3 #container3 .star:nth-child(72) {
  -webkit-animation-delay: 0.6666666667s;
  animation-delay: 0.6666666667s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.6666666667s;
  -webkit-animation-duration: 0.5s;
  left: 107vw;
  top: 23vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c3 #container3 .star:nth-child(73) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 3s;
  -webkit-animation-duration: 2s;
  left: 63vw;
  top: 31vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c3 #container3 .star:nth-child(74) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 0.5s;
  left: 52vw;
  top: 41vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c3 #container3 .star:nth-child(75) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.25s;
  -webkit-animation-duration: 1.5s;
  left: 34vw;
  top: 102vh;
  height: 0.5rem;
  width: 0.5rem;
}

.home.c3 #container3 .star:nth-child(76) {
  -webkit-animation-delay: 0.6666666667s;
  animation-delay: 0.6666666667s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 0.6666666667s;
  -webkit-animation-duration: 5s;
  left: 96vw;
  top: 32vh;
  height: 0.1rem;
  width: 0.1rem;
}

.home.c3 #container3 .star:nth-child(77) {
  -webkit-animation-delay: 0.7777777778s;
  animation-delay: 0.7777777778s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 0.7777777778s;
  -webkit-animation-duration: 3s;
  left: 75vw;
  top: 37vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c3 #container3 .star:nth-child(78) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 1.25s;
  left: 97vw;
  top: 3vh;
  height: 0.3rem;
  width: 0.3rem;
}

.home.c3 #container3 .star:nth-child(79) {
  -webkit-animation-delay: 1.1111111111s;
  animation-delay: 1.1111111111s;
  -webkit-animation-duration: 1.6666666667s;
  animation-duration: 1.6666666667s;
  -webkit-animation-delay: 1.1111111111s;
  -webkit-animation-duration: 1.6666666667s;
  left: 31vw;
  top: 60vh;
  height: 0.4rem;
  width: 0.4rem;
}

.home.c3 #container3 .star:nth-child(80) {
  -webkit-animation-delay: 1.75s;
  animation-delay: 1.75s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 1.75s;
  -webkit-animation-duration: 5s;
  left: 21vw;
  top: 36vh;
  height: 0.3rem;
  width: 0.3rem;
}

@-webkit-keyframes slide {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 100px 0;
  }
}

@keyframes slide {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 100px 0;
  }
}

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

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

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

  100% {
    -webkit-transform: rotate(360deg);
  }
}

.environment {
  display: none;
}

nav {
  z-index: 1000;
  position: relative;
  max-width: 1200px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

nav .nav-logo {
  position: fixed;
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 0px;
}

nav .nav-logo .logo {
  width: 193px;
  height: 35px;
  margin-top: 3px;
}

nav .nav-logo .logo .frame {
  width: 24px;
}

nav .nav-logo .logo .frame.right {
  margin-top: -5px;
  margin-left: -1px;
}

nav .nav-logo .logo .frame.bottom {
  width: 126px;
  margin-top: 7px;
  margin-left: 8px;
}

nav ul {
  padding-top: 11px;
  float: right;
}

nav ul li a {
  float: left;
  margin-left: 30px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 2.7px;
}