* {
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

body {
    background-color: #021027;
}

.container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.background {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    -webkit-mask-image: radial-gradient(white 0%, white 30%, transparent 80%, transparent);
    mask-image: radial-gradient(white 0%, white 30%, transparent 80%, transparent);
}

.circle-container {
    position: absolute;
    transform: translateY(-10vh);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.circle-container .circle {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    mix-blend-mode: screen;
    background-image: radial-gradient(#99ffff, #99ffff 10%, rgba(153, 255, 255, 0) 56%);
    -webkit-animation: fadein-frames 200ms infinite, scale-frames 2s infinite;
    animation: fadein-frames 200ms infinite, scale-frames 2s infinite;
}
@-webkit-keyframes fade-frames {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fade-frames {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes scale-frames {
    0% {
        transform: scale3d(0.4, 0.4, 1);
    }
    50% {
        transform: scale3d(2.2, 2.2, 1);
    }
    100% {
        transform: scale3d(0.4, 0.4, 1);
    }
}
@keyframes scale-frames {
    0% {
        transform: scale3d(0.4, 0.4, 1);
    }
    50% {
        transform: scale3d(2.2, 2.2, 1);
    }
    100% {
        transform: scale3d(0.4, 0.4, 1);
    }
}
.circle-container:nth-child(1) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-1;
    animation-name: move-frames-1;
    -webkit-animation-duration: 30461ms;
    animation-duration: 30461ms;
    -webkit-animation-delay: 3692ms;
    animation-delay: 3692ms;
}
@-webkit-keyframes move-frames-1 {
    from {
        transform: translate3d(76vw, 108vh, 0);
    }
    to {
        transform: translate3d(12vw, -128vh, 0);
    }
}
@keyframes move-frames-1 {
    from {
        transform: translate3d(76vw, 108vh, 0);
    }
    to {
        transform: translate3d(12vw, -128vh, 0);
    }
}
.circle-container:nth-child(1) .circle {
    -webkit-animation-delay: 3642ms;
    animation-delay: 3642ms;
}
.circle-container:nth-child(2) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-2;
    animation-name: move-frames-2;
    -webkit-animation-duration: 32658ms;
    animation-duration: 32658ms;
    -webkit-animation-delay: 8689ms;
    animation-delay: 8689ms;
}
@-webkit-keyframes move-frames-2 {
    from {
        transform: translate3d(82vw, 102vh, 0);
    }
    to {
        transform: translate3d(25vw, -129vh, 0);
    }
}
@keyframes move-frames-2 {
    from {
        transform: translate3d(82vw, 102vh, 0);
    }
    to {
        transform: translate3d(25vw, -129vh, 0);
    }
}
.circle-container:nth-child(2) .circle {
    -webkit-animation-delay: 2532ms;
    animation-delay: 2532ms;
}
.circle-container:nth-child(3) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-3;
    animation-name: move-frames-3;
    -webkit-animation-duration: 35190ms;
    animation-duration: 35190ms;
    -webkit-animation-delay: 27715ms;
    animation-delay: 27715ms;
}
@-webkit-keyframes move-frames-3 {
    from {
        transform: translate3d(4vw, 109vh, 0);
    }
    to {
        transform: translate3d(99vw, -127vh, 0);
    }
}
@keyframes move-frames-3 {
    from {
        transform: translate3d(4vw, 109vh, 0);
    }
    to {
        transform: translate3d(99vw, -127vh, 0);
    }
}
.circle-container:nth-child(3) .circle {
    -webkit-animation-delay: 3950ms;
    animation-delay: 3950ms;
}
.circle-container:nth-child(4) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-4;
    animation-name: move-frames-4;
    -webkit-animation-duration: 35252ms;
    animation-duration: 35252ms;
    -webkit-animation-delay: 26824ms;
    animation-delay: 26824ms;
}
@-webkit-keyframes move-frames-4 {
    from {
        transform: translate3d(69vw, 101vh, 0);
    }
    to {
        transform: translate3d(84vw, -120vh, 0);
    }
}
@keyframes move-frames-4 {
    from {
        transform: translate3d(69vw, 101vh, 0);
    }
    to {
        transform: translate3d(84vw, -120vh, 0);
    }
}
.circle-container:nth-child(4) .circle {
    -webkit-animation-delay: 1527ms;
    animation-delay: 1527ms;
}
.circle-container:nth-child(5) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-5;
    animation-name: move-frames-5;
    -webkit-animation-duration: 32709ms;
    animation-duration: 32709ms;
    -webkit-animation-delay: 19660ms;
    animation-delay: 19660ms;
}
@-webkit-keyframes move-frames-5 {
    from {
        transform: translate3d(18vw, 105vh, 0);
    }
    to {
        transform: translate3d(57vw, -119vh, 0);
    }
}
@keyframes move-frames-5 {
    from {
        transform: translate3d(18vw, 105vh, 0);
    }
    to {
        transform: translate3d(57vw, -119vh, 0);
    }
}
.circle-container:nth-child(5) .circle {
    -webkit-animation-delay: 436ms;
    animation-delay: 436ms;
}
.circle-container:nth-child(6) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-6;
    animation-name: move-frames-6;
    -webkit-animation-duration: 36646ms;
    animation-duration: 36646ms;
    -webkit-animation-delay: 4623ms;
    animation-delay: 4623ms;
}
@-webkit-keyframes move-frames-6 {
    from {
        transform: translate3d(40vw, 107vh, 0);
    }
    to {
        transform: translate3d(64vw, -113vh, 0);
    }
}
@keyframes move-frames-6 {
    from {
        transform: translate3d(40vw, 107vh, 0);
    }
    to {
        transform: translate3d(64vw, -113vh, 0);
    }
}
.circle-container:nth-child(6) .circle {
    -webkit-animation-delay: 1509ms;
    animation-delay: 1509ms;
}
.circle-container:nth-child(7) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-7;
    animation-name: move-frames-7;
    -webkit-animation-duration: 31684ms;
    animation-duration: 31684ms;
    -webkit-animation-delay: 8669ms;
    animation-delay: 8669ms;
}
@-webkit-keyframes move-frames-7 {
    from {
        transform: translate3d(42vw, 107vh, 0);
    }
    to {
        transform: translate3d(82vw, -114vh, 0);
    }
}
@keyframes move-frames-7 {
    from {
        transform: translate3d(42vw, 107vh, 0);
    }
    to {
        transform: translate3d(82vw, -114vh, 0);
    }
}
.circle-container:nth-child(7) .circle {
    -webkit-animation-delay: 1057ms;
    animation-delay: 1057ms;
}
.circle-container:nth-child(8) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-8;
    animation-name: move-frames-8;
    -webkit-animation-duration: 34302ms;
    animation-duration: 34302ms;
    -webkit-animation-delay: 24661ms;
    animation-delay: 24661ms;
}
@-webkit-keyframes move-frames-8 {
    from {
        transform: translate3d(8vw, 104vh, 0);
    }
    to {
        transform: translate3d(17vw, -134vh, 0);
    }
}
@keyframes move-frames-8 {
    from {
        transform: translate3d(8vw, 104vh, 0);
    }
    to {
        transform: translate3d(17vw, -134vh, 0);
    }
}
.circle-container:nth-child(8) .circle {
    -webkit-animation-delay: 2371ms;
    animation-delay: 2371ms;
}
.circle-container:nth-child(9) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-9;
    animation-name: move-frames-9;
    -webkit-animation-duration: 32128ms;
    animation-duration: 32128ms;
    -webkit-animation-delay: 8041ms;
    animation-delay: 8041ms;
}
@-webkit-keyframes move-frames-9 {
    from {
        transform: translate3d(24vw, 109vh, 0);
    }
    to {
        transform: translate3d(72vw, -139vh, 0);
    }
}
@keyframes move-frames-9 {
    from {
        transform: translate3d(24vw, 109vh, 0);
    }
    to {
        transform: translate3d(72vw, -139vh, 0);
    }
}
.circle-container:nth-child(9) .circle {
    -webkit-animation-delay: 3498ms;
    animation-delay: 3498ms;
}
.circle-container:nth-child(10) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-10;
    animation-name: move-frames-10;
    -webkit-animation-duration: 29174ms;
    animation-duration: 29174ms;
    -webkit-animation-delay: 12560ms;
    animation-delay: 12560ms;
}
@-webkit-keyframes move-frames-10 {
    from {
        transform: translate3d(63vw, 110vh, 0);
    }
    to {
        transform: translate3d(26vw, -139vh, 0);
    }
}
@keyframes move-frames-10 {
    from {
        transform: translate3d(63vw, 110vh, 0);
    }
    to {
        transform: translate3d(26vw, -139vh, 0);
    }
}
.circle-container:nth-child(10) .circle {
    -webkit-animation-delay: 1376ms;
    animation-delay: 1376ms;
}
.circle-container:nth-child(11) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-11;
    animation-name: move-frames-11;
    -webkit-animation-duration: 34761ms;
    animation-duration: 34761ms;
    -webkit-animation-delay: 31114ms;
    animation-delay: 31114ms;
}
@-webkit-keyframes move-frames-11 {
    from {
        transform: translate3d(87vw, 103vh, 0);
    }
    to {
        transform: translate3d(38vw, -105vh, 0);
    }
}
@keyframes move-frames-11 {
    from {
        transform: translate3d(87vw, 103vh, 0);
    }
    to {
        transform: translate3d(38vw, -105vh, 0);
    }
}
.circle-container:nth-child(11) .circle {
    -webkit-animation-delay: 512ms;
    animation-delay: 512ms;
}
.circle-container:nth-child(12) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-12;
    animation-name: move-frames-12;
    -webkit-animation-duration: 29444ms;
    animation-duration: 29444ms;
    -webkit-animation-delay: 8960ms;
    animation-delay: 8960ms;
}
@-webkit-keyframes move-frames-12 {
    from {
        transform: translate3d(46vw, 107vh, 0);
    }
    to {
        transform: translate3d(84vw, -116vh, 0);
    }
}
@keyframes move-frames-12 {
    from {
        transform: translate3d(46vw, 107vh, 0);
    }
    to {
        transform: translate3d(84vw, -116vh, 0);
    }
}
.circle-container:nth-child(12) .circle {
    -webkit-animation-delay: 826ms;
    animation-delay: 826ms;
}
.circle-container:nth-child(13) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-13;
    animation-name: move-frames-13;
    -webkit-animation-duration: 35747ms;
    animation-duration: 35747ms;
    -webkit-animation-delay: 29365ms;
    animation-delay: 29365ms;
}
@-webkit-keyframes move-frames-13 {
    from {
        transform: translate3d(13vw, 105vh, 0);
    }
    to {
        transform: translate3d(83vw, -131vh, 0);
    }
}
@keyframes move-frames-13 {
    from {
        transform: translate3d(13vw, 105vh, 0);
    }
    to {
        transform: translate3d(83vw, -131vh, 0);
    }
}
.circle-container:nth-child(13) .circle {
    -webkit-animation-delay: 780ms;
    animation-delay: 780ms;
}
.circle-container:nth-child(14) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-14;
    animation-name: move-frames-14;
    -webkit-animation-duration: 28182ms;
    animation-duration: 28182ms;
    -webkit-animation-delay: 28870ms;
    animation-delay: 28870ms;
}
@-webkit-keyframes move-frames-14 {
    from {
        transform: translate3d(37vw, 107vh, 0);
    }
    to {
        transform: translate3d(94vw, -118vh, 0);
    }
}
@keyframes move-frames-14 {
    from {
        transform: translate3d(37vw, 107vh, 0);
    }
    to {
        transform: translate3d(94vw, -118vh, 0);
    }
}
.circle-container:nth-child(14) .circle {
    -webkit-animation-delay: 3980ms;
    animation-delay: 3980ms;
}
.circle-container:nth-child(15) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-15;
    animation-name: move-frames-15;
    -webkit-animation-duration: 36357ms;
    animation-duration: 36357ms;
    -webkit-animation-delay: 21755ms;
    animation-delay: 21755ms;
}
@-webkit-keyframes move-frames-15 {
    from {
        transform: translate3d(49vw, 101vh, 0);
    }
    to {
        transform: translate3d(25vw, -104vh, 0);
    }
}
@keyframes move-frames-15 {
    from {
        transform: translate3d(49vw, 101vh, 0);
    }
    to {
        transform: translate3d(25vw, -104vh, 0);
    }
}
.circle-container:nth-child(15) .circle {
    -webkit-animation-delay: 888ms;
    animation-delay: 888ms;
}
.circle-container:nth-child(16) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-16;
    animation-name: move-frames-16;
    -webkit-animation-duration: 36628ms;
    animation-duration: 36628ms;
    -webkit-animation-delay: 2196ms;
    animation-delay: 2196ms;
}
@-webkit-keyframes move-frames-16 {
    from {
        transform: translate3d(56vw, 101vh, 0);
    }
    to {
        transform: translate3d(11vw, -107vh, 0);
    }
}
@keyframes move-frames-16 {
    from {
        transform: translate3d(56vw, 101vh, 0);
    }
    to {
        transform: translate3d(11vw, -107vh, 0);
    }
}
.circle-container:nth-child(16) .circle {
    -webkit-animation-delay: 1705ms;
    animation-delay: 1705ms;
}
.circle-container:nth-child(17) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-17;
    animation-name: move-frames-17;
    -webkit-animation-duration: 32459ms;
    animation-duration: 32459ms;
    -webkit-animation-delay: 13298ms;
    animation-delay: 13298ms;
}
@-webkit-keyframes move-frames-17 {
    from {
        transform: translate3d(70vw, 110vh, 0);
    }
    to {
        transform: translate3d(81vw, -125vh, 0);
    }
}
@keyframes move-frames-17 {
    from {
        transform: translate3d(70vw, 110vh, 0);
    }
    to {
        transform: translate3d(81vw, -125vh, 0);
    }
}
.circle-container:nth-child(17) .circle {
    -webkit-animation-delay: 2781ms;
    animation-delay: 2781ms;
}
.circle-container:nth-child(18) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-18;
    animation-name: move-frames-18;
    -webkit-animation-duration: 36307ms;
    animation-duration: 36307ms;
    -webkit-animation-delay: 9228ms;
    animation-delay: 9228ms;
}
@-webkit-keyframes move-frames-18 {
    from {
        transform: translate3d(77vw, 101vh, 0);
    }
    to {
        transform: translate3d(10vw, -117vh, 0);
    }
}
@keyframes move-frames-18 {
    from {
        transform: translate3d(77vw, 101vh, 0);
    }
    to {
        transform: translate3d(10vw, -117vh, 0);
    }
}
.circle-container:nth-child(18) .circle {
    -webkit-animation-delay: 2758ms;
    animation-delay: 2758ms;
}
.circle-container:nth-child(19) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-19;
    animation-name: move-frames-19;
    -webkit-animation-duration: 31180ms;
    animation-duration: 31180ms;
    -webkit-animation-delay: 32165ms;
    animation-delay: 32165ms;
}
@-webkit-keyframes move-frames-19 {
    from {
        transform: translate3d(34vw, 101vh, 0);
    }
    to {
        transform: translate3d(30vw, -118vh, 0);
    }
}
@keyframes move-frames-19 {
    from {
        transform: translate3d(34vw, 101vh, 0);
    }
    to {
        transform: translate3d(30vw, -118vh, 0);
    }
}
.circle-container:nth-child(19) .circle {
    -webkit-animation-delay: 2610ms;
    animation-delay: 2610ms;
}
.circle-container:nth-child(20) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-20;
    animation-name: move-frames-20;
    -webkit-animation-duration: 33725ms;
    animation-duration: 33725ms;
    -webkit-animation-delay: 6151ms;
    animation-delay: 6151ms;
}
@-webkit-keyframes move-frames-20 {
    from {
        transform: translate3d(83vw, 101vh, 0);
    }
    to {
        transform: translate3d(10vw, -111vh, 0);
    }
}
@keyframes move-frames-20 {
    from {
        transform: translate3d(83vw, 101vh, 0);
    }
    to {
        transform: translate3d(10vw, -111vh, 0);
    }
}
.circle-container:nth-child(20) .circle {
    -webkit-animation-delay: 3891ms;
    animation-delay: 3891ms;
}
.circle-container:nth-child(21) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-21;
    animation-name: move-frames-21;
    -webkit-animation-duration: 35229ms;
    animation-duration: 35229ms;
    -webkit-animation-delay: 31436ms;
    animation-delay: 31436ms;
}
@-webkit-keyframes move-frames-21 {
    from {
        transform: translate3d(20vw, 101vh, 0);
    }
    to {
        transform: translate3d(16vw, -112vh, 0);
    }
}
@keyframes move-frames-21 {
    from {
        transform: translate3d(20vw, 101vh, 0);
    }
    to {
        transform: translate3d(16vw, -112vh, 0);
    }
}
.circle-container:nth-child(21) .circle {
    -webkit-animation-delay: 3794ms;
    animation-delay: 3794ms;
}
.circle-container:nth-child(22) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-22;
    animation-name: move-frames-22;
    -webkit-animation-duration: 30073ms;
    animation-duration: 30073ms;
    -webkit-animation-delay: 3097ms;
    animation-delay: 3097ms;
}
@-webkit-keyframes move-frames-22 {
    from {
        transform: translate3d(27vw, 106vh, 0);
    }
    to {
        transform: translate3d(73vw, -121vh, 0);
    }
}
@keyframes move-frames-22 {
    from {
        transform: translate3d(27vw, 106vh, 0);
    }
    to {
        transform: translate3d(73vw, -121vh, 0);
    }
}
.circle-container:nth-child(22) .circle {
    -webkit-animation-delay: 1551ms;
    animation-delay: 1551ms;
}
.circle-container:nth-child(23) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-23;
    animation-name: move-frames-23;
    -webkit-animation-duration: 28002ms;
    animation-duration: 28002ms;
    -webkit-animation-delay: 2432ms;
    animation-delay: 2432ms;
}
@-webkit-keyframes move-frames-23 {
    from {
        transform: translate3d(59vw, 107vh, 0);
    }
    to {
        transform: translate3d(21vw, -109vh, 0);
    }
}
@keyframes move-frames-23 {
    from {
        transform: translate3d(59vw, 107vh, 0);
    }
    to {
        transform: translate3d(21vw, -109vh, 0);
    }
}
.circle-container:nth-child(23) .circle {
    -webkit-animation-delay: 123ms;
    animation-delay: 123ms;
}
.circle-container:nth-child(24) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-24;
    animation-name: move-frames-24;
    -webkit-animation-duration: 35164ms;
    animation-duration: 35164ms;
    -webkit-animation-delay: 1978ms;
    animation-delay: 1978ms;
}
@-webkit-keyframes move-frames-24 {
    from {
        transform: translate3d(12vw, 105vh, 0);
    }
    to {
        transform: translate3d(33vw, -128vh, 0);
    }
}
@keyframes move-frames-24 {
    from {
        transform: translate3d(12vw, 105vh, 0);
    }
    to {
        transform: translate3d(33vw, -128vh, 0);
    }
}
.circle-container:nth-child(24) .circle {
    -webkit-animation-delay: 2752ms;
    animation-delay: 2752ms;
}
.circle-container:nth-child(25) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-25;
    animation-name: move-frames-25;
    -webkit-animation-duration: 28739ms;
    animation-duration: 28739ms;
    -webkit-animation-delay: 27167ms;
    animation-delay: 27167ms;
}
@-webkit-keyframes move-frames-25 {
    from {
        transform: translate3d(61vw, 108vh, 0);
    }
    to {
        transform: translate3d(71vw, -118vh, 0);
    }
}
@keyframes move-frames-25 {
    from {
        transform: translate3d(61vw, 108vh, 0);
    }
    to {
        transform: translate3d(71vw, -118vh, 0);
    }
}
.circle-container:nth-child(25) .circle {
    -webkit-animation-delay: 1556ms;
    animation-delay: 1556ms;
}
.circle-container:nth-child(26) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-26;
    animation-name: move-frames-26;
    -webkit-animation-duration: 30749ms;
    animation-duration: 30749ms;
    -webkit-animation-delay: 13632ms;
    animation-delay: 13632ms;
}
@-webkit-keyframes move-frames-26 {
    from {
        transform: translate3d(87vw, 105vh, 0);
    }
    to {
        transform: translate3d(47vw, -126vh, 0);
    }
}
@keyframes move-frames-26 {
    from {
        transform: translate3d(87vw, 105vh, 0);
    }
    to {
        transform: translate3d(47vw, -126vh, 0);
    }
}
.circle-container:nth-child(26) .circle {
    -webkit-animation-delay: 809ms;
    animation-delay: 809ms;
}
.circle-container:nth-child(27) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-27;
    animation-name: move-frames-27;
    -webkit-animation-duration: 33030ms;
    animation-duration: 33030ms;
    -webkit-animation-delay: 16195ms;
    animation-delay: 16195ms;
}
@-webkit-keyframes move-frames-27 {
    from {
        transform: translate3d(16vw, 108vh, 0);
    }
    to {
        transform: translate3d(34vw, -127vh, 0);
    }
}
@keyframes move-frames-27 {
    from {
        transform: translate3d(16vw, 108vh, 0);
    }
    to {
        transform: translate3d(34vw, -127vh, 0);
    }
}
.circle-container:nth-child(27) .circle {
    -webkit-animation-delay: 3687ms;
    animation-delay: 3687ms;
}
.circle-container:nth-child(28) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-28;
    animation-name: move-frames-28;
    -webkit-animation-duration: 30754ms;
    animation-duration: 30754ms;
    -webkit-animation-delay: 29569ms;
    animation-delay: 29569ms;
}
@-webkit-keyframes move-frames-28 {
    from {
        transform: translate3d(35vw, 103vh, 0);
    }
    to {
        transform: translate3d(80vw, -121vh, 0);
    }
}
@keyframes move-frames-28 {
    from {
        transform: translate3d(35vw, 103vh, 0);
    }
    to {
        transform: translate3d(80vw, -121vh, 0);
    }
}
.circle-container:nth-child(28) .circle {
    -webkit-animation-delay: 3453ms;
    animation-delay: 3453ms;
}
.circle-container:nth-child(29) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-29;
    animation-name: move-frames-29;
    -webkit-animation-duration: 35597ms;
    animation-duration: 35597ms;
    -webkit-animation-delay: 10612ms;
    animation-delay: 10612ms;
}
@-webkit-keyframes move-frames-29 {
    from {
        transform: translate3d(48vw, 104vh, 0);
    }
    to {
        transform: translate3d(24vw, -116vh, 0);
    }
}
@keyframes move-frames-29 {
    from {
        transform: translate3d(48vw, 104vh, 0);
    }
    to {
        transform: translate3d(24vw, -116vh, 0);
    }
}
.circle-container:nth-child(29) .circle {
    -webkit-animation-delay: 3465ms;
    animation-delay: 3465ms;
}
.circle-container:nth-child(30) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-30;
    animation-name: move-frames-30;
    -webkit-animation-duration: 31240ms;
    animation-duration: 31240ms;
    -webkit-animation-delay: 10516ms;
    animation-delay: 10516ms;
}
@-webkit-keyframes move-frames-30 {
    from {
        transform: translate3d(76vw, 110vh, 0);
    }
    to {
        transform: translate3d(57vw, -131vh, 0);
    }
}
@keyframes move-frames-30 {
    from {
        transform: translate3d(76vw, 110vh, 0);
    }
    to {
        transform: translate3d(57vw, -131vh, 0);
    }
}
.circle-container:nth-child(30) .circle {
    -webkit-animation-delay: 2043ms;
    animation-delay: 2043ms;
}
.circle-container:nth-child(31) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-31;
    animation-name: move-frames-31;
    -webkit-animation-duration: 33904ms;
    animation-duration: 33904ms;
    -webkit-animation-delay: 5013ms;
    animation-delay: 5013ms;
}
@-webkit-keyframes move-frames-31 {
    from {
        transform: translate3d(35vw, 105vh, 0);
    }
    to {
        transform: translate3d(75vw, -111vh, 0);
    }
}
@keyframes move-frames-31 {
    from {
        transform: translate3d(35vw, 105vh, 0);
    }
    to {
        transform: translate3d(75vw, -111vh, 0);
    }
}
.circle-container:nth-child(31) .circle {
    -webkit-animation-delay: 822ms;
    animation-delay: 822ms;
}
.circle-container:nth-child(32) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-32;
    animation-name: move-frames-32;
    -webkit-animation-duration: 35645ms;
    animation-duration: 35645ms;
    -webkit-animation-delay: 31889ms;
    animation-delay: 31889ms;
}
@-webkit-keyframes move-frames-32 {
    from {
        transform: translate3d(67vw, 103vh, 0);
    }
    to {
        transform: translate3d(47vw, -107vh, 0);
    }
}
@keyframes move-frames-32 {
    from {
        transform: translate3d(67vw, 103vh, 0);
    }
    to {
        transform: translate3d(47vw, -107vh, 0);
    }
}
.circle-container:nth-child(32) .circle {
    -webkit-animation-delay: 2732ms;
    animation-delay: 2732ms;
}
.circle-container:nth-child(33) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-33;
    animation-name: move-frames-33;
    -webkit-animation-duration: 29811ms;
    animation-duration: 29811ms;
    -webkit-animation-delay: 13772ms;
    animation-delay: 13772ms;
}
@-webkit-keyframes move-frames-33 {
    from {
        transform: translate3d(31vw, 102vh, 0);
    }
    to {
        transform: translate3d(17vw, -120vh, 0);
    }
}
@keyframes move-frames-33 {
    from {
        transform: translate3d(31vw, 102vh, 0);
    }
    to {
        transform: translate3d(17vw, -120vh, 0);
    }
}
.circle-container:nth-child(33) .circle {
    -webkit-animation-delay: 1305ms;
    animation-delay: 1305ms;
}
.circle-container:nth-child(34) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-34;
    animation-name: move-frames-34;
    -webkit-animation-duration: 29666ms;
    animation-duration: 29666ms;
    -webkit-animation-delay: 27683ms;
    animation-delay: 27683ms;
}
@-webkit-keyframes move-frames-34 {
    from {
        transform: translate3d(60vw, 103vh, 0);
    }
    to {
        transform: translate3d(26vw, -126vh, 0);
    }
}
@keyframes move-frames-34 {
    from {
        transform: translate3d(60vw, 103vh, 0);
    }
    to {
        transform: translate3d(26vw, -126vh, 0);
    }
}
.circle-container:nth-child(34) .circle {
    -webkit-animation-delay: 1310ms;
    animation-delay: 1310ms;
}
.circle-container:nth-child(35) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-35;
    animation-name: move-frames-35;
    -webkit-animation-duration: 34227ms;
    animation-duration: 34227ms;
    -webkit-animation-delay: 24607ms;
    animation-delay: 24607ms;
}
@-webkit-keyframes move-frames-35 {
    from {
        transform: translate3d(18vw, 103vh, 0);
    }
    to {
        transform: translate3d(1vw, -130vh, 0);
    }
}
@keyframes move-frames-35 {
    from {
        transform: translate3d(18vw, 103vh, 0);
    }
    to {
        transform: translate3d(1vw, -130vh, 0);
    }
}
.circle-container:nth-child(35) .circle {
    -webkit-animation-delay: 2351ms;
    animation-delay: 2351ms;
}
.circle-container:nth-child(36) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-36;
    animation-name: move-frames-36;
    -webkit-animation-duration: 30271ms;
    animation-duration: 30271ms;
    -webkit-animation-delay: 23226ms;
    animation-delay: 23226ms;
}
@-webkit-keyframes move-frames-36 {
    from {
        transform: translate3d(8vw, 106vh, 0);
    }
    to {
        transform: translate3d(24vw, -113vh, 0);
    }
}
@keyframes move-frames-36 {
    from {
        transform: translate3d(8vw, 106vh, 0);
    }
    to {
        transform: translate3d(24vw, -113vh, 0);
    }
}
.circle-container:nth-child(36) .circle {
    -webkit-animation-delay: 2851ms;
    animation-delay: 2851ms;
}
.circle-container:nth-child(37) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-37;
    animation-name: move-frames-37;
    -webkit-animation-duration: 36177ms;
    animation-duration: 36177ms;
    -webkit-animation-delay: 30009ms;
    animation-delay: 30009ms;
}
@-webkit-keyframes move-frames-37 {
    from {
        transform: translate3d(4vw, 106vh, 0);
    }
    to {
        transform: translate3d(88vw, -110vh, 0);
    }
}
@keyframes move-frames-37 {
    from {
        transform: translate3d(4vw, 106vh, 0);
    }
    to {
        transform: translate3d(88vw, -110vh, 0);
    }
}
.circle-container:nth-child(37) .circle {
    -webkit-animation-delay: 2125ms;
    animation-delay: 2125ms;
}
.circle-container:nth-child(38) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-38;
    animation-name: move-frames-38;
    -webkit-animation-duration: 29044ms;
    animation-duration: 29044ms;
    -webkit-animation-delay: 35269ms;
    animation-delay: 35269ms;
}
@-webkit-keyframes move-frames-38 {
    from {
        transform: translate3d(24vw, 107vh, 0);
    }
    to {
        transform: translate3d(99vw, -115vh, 0);
    }
}
@keyframes move-frames-38 {
    from {
        transform: translate3d(24vw, 107vh, 0);
    }
    to {
        transform: translate3d(99vw, -115vh, 0);
    }
}
.circle-container:nth-child(38) .circle {
    -webkit-animation-delay: 2132ms;
    animation-delay: 2132ms;
}
.circle-container:nth-child(39) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-39;
    animation-name: move-frames-39;
    -webkit-animation-duration: 34453ms;
    animation-duration: 34453ms;
    -webkit-animation-delay: 8533ms;
    animation-delay: 8533ms;
}
@-webkit-keyframes move-frames-39 {
    from {
        transform: translate3d(27vw, 101vh, 0);
    }
    to {
        transform: translate3d(39vw, -102vh, 0);
    }
}
@keyframes move-frames-39 {
    from {
        transform: translate3d(27vw, 101vh, 0);
    }
    to {
        transform: translate3d(39vw, -102vh, 0);
    }
}
.circle-container:nth-child(39) .circle {
    -webkit-animation-delay: 1758ms;
    animation-delay: 1758ms;
}
.circle-container:nth-child(40) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-40;
    animation-name: move-frames-40;
    -webkit-animation-duration: 33063ms;
    animation-duration: 33063ms;
    -webkit-animation-delay: 5959ms;
    animation-delay: 5959ms;
}
@-webkit-keyframes move-frames-40 {
    from {
        transform: translate3d(78vw, 103vh, 0);
    }
    to {
        transform: translate3d(87vw, -130vh, 0);
    }
}
@keyframes move-frames-40 {
    from {
        transform: translate3d(78vw, 103vh, 0);
    }
    to {
        transform: translate3d(87vw, -130vh, 0);
    }
}
.circle-container:nth-child(40) .circle {
    -webkit-animation-delay: 3617ms;
    animation-delay: 3617ms;
}
.circle-container:nth-child(41) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-41;
    animation-name: move-frames-41;
    -webkit-animation-duration: 35826ms;
    animation-duration: 35826ms;
    -webkit-animation-delay: 26726ms;
    animation-delay: 26726ms;
}
@-webkit-keyframes move-frames-41 {
    from {
        transform: translate3d(42vw, 104vh, 0);
    }
    to {
        transform: translate3d(91vw, -130vh, 0);
    }
}
@keyframes move-frames-41 {
    from {
        transform: translate3d(42vw, 104vh, 0);
    }
    to {
        transform: translate3d(91vw, -130vh, 0);
    }
}
.circle-container:nth-child(41) .circle {
    -webkit-animation-delay: 689ms;
    animation-delay: 689ms;
}
.circle-container:nth-child(42) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-42;
    animation-name: move-frames-42;
    -webkit-animation-duration: 28407ms;
    animation-duration: 28407ms;
    -webkit-animation-delay: 31335ms;
    animation-delay: 31335ms;
}
@-webkit-keyframes move-frames-42 {
    from {
        transform: translate3d(21vw, 104vh, 0);
    }
    to {
        transform: translate3d(40vw, -112vh, 0);
    }
}
@keyframes move-frames-42 {
    from {
        transform: translate3d(21vw, 104vh, 0);
    }
    to {
        transform: translate3d(40vw, -112vh, 0);
    }
}
.circle-container:nth-child(42) .circle {
    -webkit-animation-delay: 1192ms;
    animation-delay: 1192ms;
}
.circle-container:nth-child(43) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-43;
    animation-name: move-frames-43;
    -webkit-animation-duration: 35241ms;
    animation-duration: 35241ms;
    -webkit-animation-delay: 6946ms;
    animation-delay: 6946ms;
}
@-webkit-keyframes move-frames-43 {
    from {
        transform: translate3d(77vw, 104vh, 0);
    }
    to {
        transform: translate3d(51vw, -131vh, 0);
    }
}
@keyframes move-frames-43 {
    from {
        transform: translate3d(77vw, 104vh, 0);
    }
    to {
        transform: translate3d(51vw, -131vh, 0);
    }
}
.circle-container:nth-child(43) .circle {
    -webkit-animation-delay: 3034ms;
    animation-delay: 3034ms;
}
.circle-container:nth-child(44) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-44;
    animation-name: move-frames-44;
    -webkit-animation-duration: 31207ms;
    animation-duration: 31207ms;
    -webkit-animation-delay: 23587ms;
    animation-delay: 23587ms;
}
@-webkit-keyframes move-frames-44 {
    from {
        transform: translate3d(52vw, 102vh, 0);
    }
    to {
        transform: translate3d(88vw, -109vh, 0);
    }
}
@keyframes move-frames-44 {
    from {
        transform: translate3d(52vw, 102vh, 0);
    }
    to {
        transform: translate3d(88vw, -109vh, 0);
    }
}
.circle-container:nth-child(44) .circle {
    -webkit-animation-delay: 2373ms;
    animation-delay: 2373ms;
}
.circle-container:nth-child(45) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-45;
    animation-name: move-frames-45;
    -webkit-animation-duration: 31416ms;
    animation-duration: 31416ms;
    -webkit-animation-delay: 29220ms;
    animation-delay: 29220ms;
}
@-webkit-keyframes move-frames-45 {
    from {
        transform: translate3d(72vw, 101vh, 0);
    }
    to {
        transform: translate3d(82vw, -125vh, 0);
    }
}
@keyframes move-frames-45 {
    from {
        transform: translate3d(72vw, 101vh, 0);
    }
    to {
        transform: translate3d(82vw, -125vh, 0);
    }
}
.circle-container:nth-child(45) .circle {
    -webkit-animation-delay: 569ms;
    animation-delay: 569ms;
}
.circle-container:nth-child(46) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-46;
    animation-name: move-frames-46;
    -webkit-animation-duration: 35816ms;
    animation-duration: 35816ms;
    -webkit-animation-delay: 20000ms;
    animation-delay: 20000ms;
}
@-webkit-keyframes move-frames-46 {
    from {
        transform: translate3d(63vw, 107vh, 0);
    }
    to {
        transform: translate3d(55vw, -129vh, 0);
    }
}
@keyframes move-frames-46 {
    from {
        transform: translate3d(63vw, 107vh, 0);
    }
    to {
        transform: translate3d(55vw, -129vh, 0);
    }
}
.circle-container:nth-child(46) .circle {
    -webkit-animation-delay: 1129ms;
    animation-delay: 1129ms;
}
.circle-container:nth-child(47) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-47;
    animation-name: move-frames-47;
    -webkit-animation-duration: 33715ms;
    animation-duration: 33715ms;
    -webkit-animation-delay: 22793ms;
    animation-delay: 22793ms;
}
@-webkit-keyframes move-frames-47 {
    from {
        transform: translate3d(23vw, 102vh, 0);
    }
    to {
        transform: translate3d(40vw, -111vh, 0);
    }
}
@keyframes move-frames-47 {
    from {
        transform: translate3d(23vw, 102vh, 0);
    }
    to {
        transform: translate3d(40vw, -111vh, 0);
    }
}
.circle-container:nth-child(47) .circle {
    -webkit-animation-delay: 774ms;
    animation-delay: 774ms;
}
.circle-container:nth-child(48) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-48;
    animation-name: move-frames-48;
    -webkit-animation-duration: 30947ms;
    animation-duration: 30947ms;
    -webkit-animation-delay: 15454ms;
    animation-delay: 15454ms;
}
@-webkit-keyframes move-frames-48 {
    from {
        transform: translate3d(71vw, 103vh, 0);
    }
    to {
        transform: translate3d(70vw, -114vh, 0);
    }
}
@keyframes move-frames-48 {
    from {
        transform: translate3d(71vw, 103vh, 0);
    }
    to {
        transform: translate3d(70vw, -114vh, 0);
    }
}
.circle-container:nth-child(48) .circle {
    -webkit-animation-delay: 171ms;
    animation-delay: 171ms;
}
.circle-container:nth-child(49) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-49;
    animation-name: move-frames-49;
    -webkit-animation-duration: 28829ms;
    animation-duration: 28829ms;
    -webkit-animation-delay: 25228ms;
    animation-delay: 25228ms;
}
@-webkit-keyframes move-frames-49 {
    from {
        transform: translate3d(27vw, 106vh, 0);
    }
    to {
        transform: translate3d(45vw, -129vh, 0);
    }
}
@keyframes move-frames-49 {
    from {
        transform: translate3d(27vw, 106vh, 0);
    }
    to {
        transform: translate3d(45vw, -129vh, 0);
    }
}
.circle-container:nth-child(49) .circle {
    -webkit-animation-delay: 3377ms;
    animation-delay: 3377ms;
}
.circle-container:nth-child(50) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-50;
    animation-name: move-frames-50;
    -webkit-animation-duration: 33565ms;
    animation-duration: 33565ms;
    -webkit-animation-delay: 31096ms;
    animation-delay: 31096ms;
}
@-webkit-keyframes move-frames-50 {
    from {
        transform: translate3d(84vw, 109vh, 0);
    }
    to {
        transform: translate3d(20vw, -133vh, 0);
    }
}
@keyframes move-frames-50 {
    from {
        transform: translate3d(84vw, 109vh, 0);
    }
    to {
        transform: translate3d(20vw, -133vh, 0);
    }
}
.circle-container:nth-child(50) .circle {
    -webkit-animation-delay: 2271ms;
    animation-delay: 2271ms;
}
.circle-container:nth-child(51) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-51;
    animation-name: move-frames-51;
    -webkit-animation-duration: 31473ms;
    animation-duration: 31473ms;
    -webkit-animation-delay: 21467ms;
    animation-delay: 21467ms;
}
@-webkit-keyframes move-frames-51 {
    from {
        transform: translate3d(94vw, 104vh, 0);
    }
    to {
        transform: translate3d(17vw, -131vh, 0);
    }
}
@keyframes move-frames-51 {
    from {
        transform: translate3d(94vw, 104vh, 0);
    }
    to {
        transform: translate3d(17vw, -131vh, 0);
    }
}
.circle-container:nth-child(51) .circle {
    -webkit-animation-delay: 1397ms;
    animation-delay: 1397ms;
}
.circle-container:nth-child(52) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-52;
    animation-name: move-frames-52;
    -webkit-animation-duration: 28385ms;
    animation-duration: 28385ms;
    -webkit-animation-delay: 27225ms;
    animation-delay: 27225ms;
}
@-webkit-keyframes move-frames-52 {
    from {
        transform: translate3d(26vw, 101vh, 0);
    }
    to {
        transform: translate3d(36vw, -130vh, 0);
    }
}
@keyframes move-frames-52 {
    from {
        transform: translate3d(26vw, 101vh, 0);
    }
    to {
        transform: translate3d(36vw, -130vh, 0);
    }
}
.circle-container:nth-child(52) .circle {
    -webkit-animation-delay: 2120ms;
    animation-delay: 2120ms;
}
.circle-container:nth-child(53) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-53;
    animation-name: move-frames-53;
    -webkit-animation-duration: 28551ms;
    animation-duration: 28551ms;
    -webkit-animation-delay: 17674ms;
    animation-delay: 17674ms;
}
@-webkit-keyframes move-frames-53 {
    from {
        transform: translate3d(29vw, 106vh, 0);
    }
    to {
        transform: translate3d(26vw, -124vh, 0);
    }
}
@keyframes move-frames-53 {
    from {
        transform: translate3d(29vw, 106vh, 0);
    }
    to {
        transform: translate3d(26vw, -124vh, 0);
    }
}
.circle-container:nth-child(53) .circle {
    -webkit-animation-delay: 3212ms;
    animation-delay: 3212ms;
}
.circle-container:nth-child(54) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-54;
    animation-name: move-frames-54;
    -webkit-animation-duration: 36295ms;
    animation-duration: 36295ms;
    -webkit-animation-delay: 31597ms;
    animation-delay: 31597ms;
}
@-webkit-keyframes move-frames-54 {
    from {
        transform: translate3d(52vw, 108vh, 0);
    }
    to {
        transform: translate3d(53vw, -117vh, 0);
    }
}
@keyframes move-frames-54 {
    from {
        transform: translate3d(52vw, 108vh, 0);
    }
    to {
        transform: translate3d(53vw, -117vh, 0);
    }
}
.circle-container:nth-child(54) .circle {
    -webkit-animation-delay: 2334ms;
    animation-delay: 2334ms;
}
.circle-container:nth-child(55) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-55;
    animation-name: move-frames-55;
    -webkit-animation-duration: 30744ms;
    animation-duration: 30744ms;
    -webkit-animation-delay: 3448ms;
    animation-delay: 3448ms;
}
@-webkit-keyframes move-frames-55 {
    from {
        transform: translate3d(51vw, 102vh, 0);
    }
    to {
        transform: translate3d(9vw, -120vh, 0);
    }
}
@keyframes move-frames-55 {
    from {
        transform: translate3d(51vw, 102vh, 0);
    }
    to {
        transform: translate3d(9vw, -120vh, 0);
    }
}
.circle-container:nth-child(55) .circle {
    -webkit-animation-delay: 3949ms;
    animation-delay: 3949ms;
}
.circle-container:nth-child(56) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-56;
    animation-name: move-frames-56;
    -webkit-animation-duration: 34099ms;
    animation-duration: 34099ms;
    -webkit-animation-delay: 15170ms;
    animation-delay: 15170ms;
}
@-webkit-keyframes move-frames-56 {
    from {
        transform: translate3d(89vw, 103vh, 0);
    }
    to {
        transform: translate3d(62vw, -112vh, 0);
    }
}
@keyframes move-frames-56 {
    from {
        transform: translate3d(89vw, 103vh, 0);
    }
    to {
        transform: translate3d(62vw, -112vh, 0);
    }
}
.circle-container:nth-child(56) .circle {
    -webkit-animation-delay: 3807ms;
    animation-delay: 3807ms;
}
.circle-container:nth-child(57) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-57;
    animation-name: move-frames-57;
    -webkit-animation-duration: 32766ms;
    animation-duration: 32766ms;
    -webkit-animation-delay: 26603ms;
    animation-delay: 26603ms;
}
@-webkit-keyframes move-frames-57 {
    from {
        transform: translate3d(48vw, 102vh, 0);
    }
    to {
        transform: translate3d(84vw, -125vh, 0);
    }
}
@keyframes move-frames-57 {
    from {
        transform: translate3d(48vw, 102vh, 0);
    }
    to {
        transform: translate3d(84vw, -125vh, 0);
    }
}
.circle-container:nth-child(57) .circle {
    -webkit-animation-delay: 3494ms;
    animation-delay: 3494ms;
}
.circle-container:nth-child(58) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-58;
    animation-name: move-frames-58;
    -webkit-animation-duration: 32522ms;
    animation-duration: 32522ms;
    -webkit-animation-delay: 16423ms;
    animation-delay: 16423ms;
}
@-webkit-keyframes move-frames-58 {
    from {
        transform: translate3d(11vw, 105vh, 0);
    }
    to {
        transform: translate3d(5vw, -111vh, 0);
    }
}
@keyframes move-frames-58 {
    from {
        transform: translate3d(11vw, 105vh, 0);
    }
    to {
        transform: translate3d(5vw, -111vh, 0);
    }
}
.circle-container:nth-child(58) .circle {
    -webkit-animation-delay: 3901ms;
    animation-delay: 3901ms;
}
.circle-container:nth-child(59) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-59;
    animation-name: move-frames-59;
    -webkit-animation-duration: 29577ms;
    animation-duration: 29577ms;
    -webkit-animation-delay: 6216ms;
    animation-delay: 6216ms;
}
@-webkit-keyframes move-frames-59 {
    from {
        transform: translate3d(70vw, 108vh, 0);
    }
    to {
        transform: translate3d(38vw, -110vh, 0);
    }
}
@keyframes move-frames-59 {
    from {
        transform: translate3d(70vw, 108vh, 0);
    }
    to {
        transform: translate3d(38vw, -110vh, 0);
    }
}
.circle-container:nth-child(59) .circle {
    -webkit-animation-delay: 1575ms;
    animation-delay: 1575ms;
}
.circle-container:nth-child(60) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-60;
    animation-name: move-frames-60;
    -webkit-animation-duration: 31255ms;
    animation-duration: 31255ms;
    -webkit-animation-delay: 2220ms;
    animation-delay: 2220ms;
}
@-webkit-keyframes move-frames-60 {
    from {
        transform: translate3d(46vw, 109vh, 0);
    }
    to {
        transform: translate3d(57vw, -126vh, 0);
    }
}
@keyframes move-frames-60 {
    from {
        transform: translate3d(46vw, 109vh, 0);
    }
    to {
        transform: translate3d(57vw, -126vh, 0);
    }
}
.circle-container:nth-child(60) .circle {
    -webkit-animation-delay: 853ms;
    animation-delay: 853ms;
}
.circle-container:nth-child(61) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-61;
    animation-name: move-frames-61;
    -webkit-animation-duration: 35640ms;
    animation-duration: 35640ms;
    -webkit-animation-delay: 35562ms;
    animation-delay: 35562ms;
}
@-webkit-keyframes move-frames-61 {
    from {
        transform: translate3d(19vw, 101vh, 0);
    }
    to {
        transform: translate3d(56vw, -111vh, 0);
    }
}
@keyframes move-frames-61 {
    from {
        transform: translate3d(19vw, 101vh, 0);
    }
    to {
        transform: translate3d(56vw, -111vh, 0);
    }
}
.circle-container:nth-child(61) .circle {
    -webkit-animation-delay: 236ms;
    animation-delay: 236ms;
}
.circle-container:nth-child(62) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-62;
    animation-name: move-frames-62;
    -webkit-animation-duration: 33681ms;
    animation-duration: 33681ms;
    -webkit-animation-delay: 11120ms;
    animation-delay: 11120ms;
}
@-webkit-keyframes move-frames-62 {
    from {
        transform: translate3d(37vw, 110vh, 0);
    }
    to {
        transform: translate3d(96vw, -116vh, 0);
    }
}
@keyframes move-frames-62 {
    from {
        transform: translate3d(37vw, 110vh, 0);
    }
    to {
        transform: translate3d(96vw, -116vh, 0);
    }
}
.circle-container:nth-child(62) .circle {
    -webkit-animation-delay: 553ms;
    animation-delay: 553ms;
}
.circle-container:nth-child(63) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-63;
    animation-name: move-frames-63;
    -webkit-animation-duration: 31258ms;
    animation-duration: 31258ms;
    -webkit-animation-delay: 34179ms;
    animation-delay: 34179ms;
}
@-webkit-keyframes move-frames-63 {
    from {
        transform: translate3d(63vw, 109vh, 0);
    }
    to {
        transform: translate3d(43vw, -122vh, 0);
    }
}
@keyframes move-frames-63 {
    from {
        transform: translate3d(63vw, 109vh, 0);
    }
    to {
        transform: translate3d(43vw, -122vh, 0);
    }
}
.circle-container:nth-child(63) .circle {
    -webkit-animation-delay: 3347ms;
    animation-delay: 3347ms;
}
.circle-container:nth-child(64) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-64;
    animation-name: move-frames-64;
    -webkit-animation-duration: 29329ms;
    animation-duration: 29329ms;
    -webkit-animation-delay: 8444ms;
    animation-delay: 8444ms;
}
@-webkit-keyframes move-frames-64 {
    from {
        transform: translate3d(30vw, 110vh, 0);
    }
    to {
        transform: translate3d(52vw, -116vh, 0);
    }
}
@keyframes move-frames-64 {
    from {
        transform: translate3d(30vw, 110vh, 0);
    }
    to {
        transform: translate3d(52vw, -116vh, 0);
    }
}
.circle-container:nth-child(64) .circle {
    -webkit-animation-delay: 1900ms;
    animation-delay: 1900ms;
}
.circle-container:nth-child(65) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-65;
    animation-name: move-frames-65;
    -webkit-animation-duration: 35039ms;
    animation-duration: 35039ms;
    -webkit-animation-delay: 36744ms;
    animation-delay: 36744ms;
}
@-webkit-keyframes move-frames-65 {
    from {
        transform: translate3d(75vw, 110vh, 0);
    }
    to {
        transform: translate3d(35vw, -128vh, 0);
    }
}
@keyframes move-frames-65 {
    from {
        transform: translate3d(75vw, 110vh, 0);
    }
    to {
        transform: translate3d(35vw, -128vh, 0);
    }
}
.circle-container:nth-child(65) .circle {
    -webkit-animation-delay: 1256ms;
    animation-delay: 1256ms;
}
.circle-container:nth-child(66) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-66;
    animation-name: move-frames-66;
    -webkit-animation-duration: 28739ms;
    animation-duration: 28739ms;
    -webkit-animation-delay: 2359ms;
    animation-delay: 2359ms;
}
@-webkit-keyframes move-frames-66 {
    from {
        transform: translate3d(20vw, 108vh, 0);
    }
    to {
        transform: translate3d(82vw, -129vh, 0);
    }
}
@keyframes move-frames-66 {
    from {
        transform: translate3d(20vw, 108vh, 0);
    }
    to {
        transform: translate3d(82vw, -129vh, 0);
    }
}
.circle-container:nth-child(66) .circle {
    -webkit-animation-delay: 3604ms;
    animation-delay: 3604ms;
}
.circle-container:nth-child(67) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-67;
    animation-name: move-frames-67;
    -webkit-animation-duration: 36089ms;
    animation-duration: 36089ms;
    -webkit-animation-delay: 11439ms;
    animation-delay: 11439ms;
}
@-webkit-keyframes move-frames-67 {
    from {
        transform: translate3d(92vw, 109vh, 0);
    }
    to {
        transform: translate3d(23vw, -138vh, 0);
    }
}
@keyframes move-frames-67 {
    from {
        transform: translate3d(92vw, 109vh, 0);
    }
    to {
        transform: translate3d(23vw, -138vh, 0);
    }
}
.circle-container:nth-child(67) .circle {
    -webkit-animation-delay: 1759ms;
    animation-delay: 1759ms;
}
.circle-container:nth-child(68) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-68;
    animation-name: move-frames-68;
    -webkit-animation-duration: 32429ms;
    animation-duration: 32429ms;
    -webkit-animation-delay: 11584ms;
    animation-delay: 11584ms;
}
@-webkit-keyframes move-frames-68 {
    from {
        transform: translate3d(49vw, 110vh, 0);
    }
    to {
        transform: translate3d(91vw, -129vh, 0);
    }
}
@keyframes move-frames-68 {
    from {
        transform: translate3d(49vw, 110vh, 0);
    }
    to {
        transform: translate3d(91vw, -129vh, 0);
    }
}
.circle-container:nth-child(68) .circle {
    -webkit-animation-delay: 575ms;
    animation-delay: 575ms;
}
.circle-container:nth-child(69) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-69;
    animation-name: move-frames-69;
    -webkit-animation-duration: 33981ms;
    animation-duration: 33981ms;
    -webkit-animation-delay: 27346ms;
    animation-delay: 27346ms;
}
@-webkit-keyframes move-frames-69 {
    from {
        transform: translate3d(37vw, 110vh, 0);
    }
    to {
        transform: translate3d(53vw, -111vh, 0);
    }
}
@keyframes move-frames-69 {
    from {
        transform: translate3d(37vw, 110vh, 0);
    }
    to {
        transform: translate3d(53vw, -111vh, 0);
    }
}
.circle-container:nth-child(69) .circle {
    -webkit-animation-delay: 3112ms;
    animation-delay: 3112ms;
}
.circle-container:nth-child(70) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-70;
    animation-name: move-frames-70;
    -webkit-animation-duration: 28888ms;
    animation-duration: 28888ms;
    -webkit-animation-delay: 21621ms;
    animation-delay: 21621ms;
}
@-webkit-keyframes move-frames-70 {
    from {
        transform: translate3d(99vw, 105vh, 0);
    }
    to {
        transform: translate3d(73vw, -135vh, 0);
    }
}
@keyframes move-frames-70 {
    from {
        transform: translate3d(99vw, 105vh, 0);
    }
    to {
        transform: translate3d(73vw, -135vh, 0);
    }
}
.circle-container:nth-child(70) .circle {
    -webkit-animation-delay: 1776ms;
    animation-delay: 1776ms;
}
.circle-container:nth-child(71) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-71;
    animation-name: move-frames-71;
    -webkit-animation-duration: 34440ms;
    animation-duration: 34440ms;
    -webkit-animation-delay: 3427ms;
    animation-delay: 3427ms;
}
@-webkit-keyframes move-frames-71 {
    from {
        transform: translate3d(1vw, 106vh, 0);
    }
    to {
        transform: translate3d(82vw, -107vh, 0);
    }
}
@keyframes move-frames-71 {
    from {
        transform: translate3d(1vw, 106vh, 0);
    }
    to {
        transform: translate3d(82vw, -107vh, 0);
    }
}
.circle-container:nth-child(71) .circle {
    -webkit-animation-delay: 2229ms;
    animation-delay: 2229ms;
}
.circle-container:nth-child(72) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-72;
    animation-name: move-frames-72;
    -webkit-animation-duration: 28310ms;
    animation-duration: 28310ms;
    -webkit-animation-delay: 34135ms;
    animation-delay: 34135ms;
}
@-webkit-keyframes move-frames-72 {
    from {
        transform: translate3d(11vw, 105vh, 0);
    }
    to {
        transform: translate3d(51vw, -114vh, 0);
    }
}
@keyframes move-frames-72 {
    from {
        transform: translate3d(11vw, 105vh, 0);
    }
    to {
        transform: translate3d(51vw, -114vh, 0);
    }
}
.circle-container:nth-child(72) .circle {
    -webkit-animation-delay: 3135ms;
    animation-delay: 3135ms;
}
.circle-container:nth-child(73) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-73;
    animation-name: move-frames-73;
    -webkit-animation-duration: 30380ms;
    animation-duration: 30380ms;
    -webkit-animation-delay: 19420ms;
    animation-delay: 19420ms;
}
@-webkit-keyframes move-frames-73 {
    from {
        transform: translate3d(91vw, 102vh, 0);
    }
    to {
        transform: translate3d(91vw, -126vh, 0);
    }
}
@keyframes move-frames-73 {
    from {
        transform: translate3d(91vw, 102vh, 0);
    }
    to {
        transform: translate3d(91vw, -126vh, 0);
    }
}
.circle-container:nth-child(73) .circle {
    -webkit-animation-delay: 3842ms;
    animation-delay: 3842ms;
}
.circle-container:nth-child(74) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-74;
    animation-name: move-frames-74;
    -webkit-animation-duration: 31592ms;
    animation-duration: 31592ms;
    -webkit-animation-delay: 9429ms;
    animation-delay: 9429ms;
}
@-webkit-keyframes move-frames-74 {
    from {
        transform: translate3d(43vw, 110vh, 0);
    }
    to {
        transform: translate3d(35vw, -134vh, 0);
    }
}
@keyframes move-frames-74 {
    from {
        transform: translate3d(43vw, 110vh, 0);
    }
    to {
        transform: translate3d(35vw, -134vh, 0);
    }
}
.circle-container:nth-child(74) .circle {
    -webkit-animation-delay: 3833ms;
    animation-delay: 3833ms;
}
.circle-container:nth-child(75) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-75;
    animation-name: move-frames-75;
    -webkit-animation-duration: 29587ms;
    animation-duration: 29587ms;
    -webkit-animation-delay: 32610ms;
    animation-delay: 32610ms;
}
@-webkit-keyframes move-frames-75 {
    from {
        transform: translate3d(39vw, 103vh, 0);
    }
    to {
        transform: translate3d(89vw, -125vh, 0);
    }
}
@keyframes move-frames-75 {
    from {
        transform: translate3d(39vw, 103vh, 0);
    }
    to {
        transform: translate3d(89vw, -125vh, 0);
    }
}
.circle-container:nth-child(75) .circle {
    -webkit-animation-delay: 926ms;
    animation-delay: 926ms;
}
.circle-container:nth-child(76) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-76;
    animation-name: move-frames-76;
    -webkit-animation-duration: 35813ms;
    animation-duration: 35813ms;
    -webkit-animation-delay: 25287ms;
    animation-delay: 25287ms;
}
@-webkit-keyframes move-frames-76 {
    from {
        transform: translate3d(21vw, 102vh, 0);
    }
    to {
        transform: translate3d(68vw, -128vh, 0);
    }
}
@keyframes move-frames-76 {
    from {
        transform: translate3d(21vw, 102vh, 0);
    }
    to {
        transform: translate3d(68vw, -128vh, 0);
    }
}
.circle-container:nth-child(76) .circle {
    -webkit-animation-delay: 535ms;
    animation-delay: 535ms;
}
.circle-container:nth-child(77) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-77;
    animation-name: move-frames-77;
    -webkit-animation-duration: 30381ms;
    animation-duration: 30381ms;
    -webkit-animation-delay: 1705ms;
    animation-delay: 1705ms;
}
@-webkit-keyframes move-frames-77 {
    from {
        transform: translate3d(64vw, 107vh, 0);
    }
    to {
        transform: translate3d(3vw, -125vh, 0);
    }
}
@keyframes move-frames-77 {
    from {
        transform: translate3d(64vw, 107vh, 0);
    }
    to {
        transform: translate3d(3vw, -125vh, 0);
    }
}
.circle-container:nth-child(77) .circle {
    -webkit-animation-delay: 664ms;
    animation-delay: 664ms;
}
.circle-container:nth-child(78) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-78;
    animation-name: move-frames-78;
    -webkit-animation-duration: 36070ms;
    animation-duration: 36070ms;
    -webkit-animation-delay: 7582ms;
    animation-delay: 7582ms;
}
@-webkit-keyframes move-frames-78 {
    from {
        transform: translate3d(44vw, 110vh, 0);
    }
    to {
        transform: translate3d(67vw, -111vh, 0);
    }
}
@keyframes move-frames-78 {
    from {
        transform: translate3d(44vw, 110vh, 0);
    }
    to {
        transform: translate3d(67vw, -111vh, 0);
    }
}
.circle-container:nth-child(78) .circle {
    -webkit-animation-delay: 1073ms;
    animation-delay: 1073ms;
}
.circle-container:nth-child(79) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-79;
    animation-name: move-frames-79;
    -webkit-animation-duration: 36054ms;
    animation-duration: 36054ms;
    -webkit-animation-delay: 4727ms;
    animation-delay: 4727ms;
}
@-webkit-keyframes move-frames-79 {
    from {
        transform: translate3d(20vw, 110vh, 0);
    }
    to {
        transform: translate3d(9vw, -136vh, 0);
    }
}
@keyframes move-frames-79 {
    from {
        transform: translate3d(20vw, 110vh, 0);
    }
    to {
        transform: translate3d(9vw, -136vh, 0);
    }
}
.circle-container:nth-child(79) .circle {
    -webkit-animation-delay: 3222ms;
    animation-delay: 3222ms;
}
.circle-container:nth-child(80) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-80;
    animation-name: move-frames-80;
    -webkit-animation-duration: 32175ms;
    animation-duration: 32175ms;
    -webkit-animation-delay: 18329ms;
    animation-delay: 18329ms;
}
@-webkit-keyframes move-frames-80 {
    from {
        transform: translate3d(52vw, 103vh, 0);
    }
    to {
        transform: translate3d(29vw, -110vh, 0);
    }
}
@keyframes move-frames-80 {
    from {
        transform: translate3d(52vw, 103vh, 0);
    }
    to {
        transform: translate3d(29vw, -110vh, 0);
    }
}
.circle-container:nth-child(80) .circle {
    -webkit-animation-delay: 1439ms;
    animation-delay: 1439ms;
}
.circle-container:nth-child(81) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-81;
    animation-name: move-frames-81;
    -webkit-animation-duration: 31490ms;
    animation-duration: 31490ms;
    -webkit-animation-delay: 29118ms;
    animation-delay: 29118ms;
}
@-webkit-keyframes move-frames-81 {
    from {
        transform: translate3d(31vw, 102vh, 0);
    }
    to {
        transform: translate3d(92vw, -122vh, 0);
    }
}
@keyframes move-frames-81 {
    from {
        transform: translate3d(31vw, 102vh, 0);
    }
    to {
        transform: translate3d(92vw, -122vh, 0);
    }
}
.circle-container:nth-child(81) .circle {
    -webkit-animation-delay: 3143ms;
    animation-delay: 3143ms;
}
.circle-container:nth-child(82) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-82;
    animation-name: move-frames-82;
    -webkit-animation-duration: 36518ms;
    animation-duration: 36518ms;
    -webkit-animation-delay: 18526ms;
    animation-delay: 18526ms;
}
@-webkit-keyframes move-frames-82 {
    from {
        transform: translate3d(28vw, 103vh, 0);
    }
    to {
        transform: translate3d(45vw, -123vh, 0);
    }
}
@keyframes move-frames-82 {
    from {
        transform: translate3d(28vw, 103vh, 0);
    }
    to {
        transform: translate3d(45vw, -123vh, 0);
    }
}
.circle-container:nth-child(82) .circle {
    -webkit-animation-delay: 3815ms;
    animation-delay: 3815ms;
}
.circle-container:nth-child(83) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-83;
    animation-name: move-frames-83;
    -webkit-animation-duration: 33672ms;
    animation-duration: 33672ms;
    -webkit-animation-delay: 33253ms;
    animation-delay: 33253ms;
}
@-webkit-keyframes move-frames-83 {
    from {
        transform: translate3d(38vw, 110vh, 0);
    }
    to {
        transform: translate3d(9vw, -125vh, 0);
    }
}
@keyframes move-frames-83 {
    from {
        transform: translate3d(38vw, 110vh, 0);
    }
    to {
        transform: translate3d(9vw, -125vh, 0);
    }
}
.circle-container:nth-child(83) .circle {
    -webkit-animation-delay: 2162ms;
    animation-delay: 2162ms;
}
.circle-container:nth-child(84) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-84;
    animation-name: move-frames-84;
    -webkit-animation-duration: 28166ms;
    animation-duration: 28166ms;
    -webkit-animation-delay: 16685ms;
    animation-delay: 16685ms;
}
@-webkit-keyframes move-frames-84 {
    from {
        transform: translate3d(38vw, 106vh, 0);
    }
    to {
        transform: translate3d(88vw, -133vh, 0);
    }
}
@keyframes move-frames-84 {
    from {
        transform: translate3d(38vw, 106vh, 0);
    }
    to {
        transform: translate3d(88vw, -133vh, 0);
    }
}
.circle-container:nth-child(84) .circle {
    -webkit-animation-delay: 2204ms;
    animation-delay: 2204ms;
}
.circle-container:nth-child(85) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-85;
    animation-name: move-frames-85;
    -webkit-animation-duration: 35566ms;
    animation-duration: 35566ms;
    -webkit-animation-delay: 20089ms;
    animation-delay: 20089ms;
}
@-webkit-keyframes move-frames-85 {
    from {
        transform: translate3d(33vw, 110vh, 0);
    }
    to {
        transform: translate3d(14vw, -120vh, 0);
    }
}
@keyframes move-frames-85 {
    from {
        transform: translate3d(33vw, 110vh, 0);
    }
    to {
        transform: translate3d(14vw, -120vh, 0);
    }
}
.circle-container:nth-child(85) .circle {
    -webkit-animation-delay: 6ms;
    animation-delay: 6ms;
}
.circle-container:nth-child(86) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-86;
    animation-name: move-frames-86;
    -webkit-animation-duration: 31257ms;
    animation-duration: 31257ms;
    -webkit-animation-delay: 22037ms;
    animation-delay: 22037ms;
}
@-webkit-keyframes move-frames-86 {
    from {
        transform: translate3d(87vw, 105vh, 0);
    }
    to {
        transform: translate3d(77vw, -113vh, 0);
    }
}
@keyframes move-frames-86 {
    from {
        transform: translate3d(87vw, 105vh, 0);
    }
    to {
        transform: translate3d(77vw, -113vh, 0);
    }
}
.circle-container:nth-child(86) .circle {
    -webkit-animation-delay: 606ms;
    animation-delay: 606ms;
}
.circle-container:nth-child(87) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-87;
    animation-name: move-frames-87;
    -webkit-animation-duration: 31576ms;
    animation-duration: 31576ms;
    -webkit-animation-delay: 11884ms;
    animation-delay: 11884ms;
}
@-webkit-keyframes move-frames-87 {
    from {
        transform: translate3d(80vw, 107vh, 0);
    }
    to {
        transform: translate3d(49vw, -111vh, 0);
    }
}
@keyframes move-frames-87 {
    from {
        transform: translate3d(80vw, 107vh, 0);
    }
    to {
        transform: translate3d(49vw, -111vh, 0);
    }
}
.circle-container:nth-child(87) .circle {
    -webkit-animation-delay: 1140ms;
    animation-delay: 1140ms;
}
.circle-container:nth-child(88) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-88;
    animation-name: move-frames-88;
    -webkit-animation-duration: 29614ms;
    animation-duration: 29614ms;
    -webkit-animation-delay: 10326ms;
    animation-delay: 10326ms;
}
@-webkit-keyframes move-frames-88 {
    from {
        transform: translate3d(56vw, 102vh, 0);
    }
    to {
        transform: translate3d(56vw, -128vh, 0);
    }
}
@keyframes move-frames-88 {
    from {
        transform: translate3d(56vw, 102vh, 0);
    }
    to {
        transform: translate3d(56vw, -128vh, 0);
    }
}
.circle-container:nth-child(88) .circle {
    -webkit-animation-delay: 2489ms;
    animation-delay: 2489ms;
}
.circle-container:nth-child(89) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-89;
    animation-name: move-frames-89;
    -webkit-animation-duration: 30247ms;
    animation-duration: 30247ms;
    -webkit-animation-delay: 31744ms;
    animation-delay: 31744ms;
}
@-webkit-keyframes move-frames-89 {
    from {
        transform: translate3d(8vw, 110vh, 0);
    }
    to {
        transform: translate3d(16vw, -114vh, 0);
    }
}
@keyframes move-frames-89 {
    from {
        transform: translate3d(8vw, 110vh, 0);
    }
    to {
        transform: translate3d(16vw, -114vh, 0);
    }
}
.circle-container:nth-child(89) .circle {
    -webkit-animation-delay: 2722ms;
    animation-delay: 2722ms;
}
.circle-container:nth-child(90) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-90;
    animation-name: move-frames-90;
    -webkit-animation-duration: 34518ms;
    animation-duration: 34518ms;
    -webkit-animation-delay: 15890ms;
    animation-delay: 15890ms;
}
@-webkit-keyframes move-frames-90 {
    from {
        transform: translate3d(50vw, 109vh, 0);
    }
    to {
        transform: translate3d(89vw, -135vh, 0);
    }
}
@keyframes move-frames-90 {
    from {
        transform: translate3d(50vw, 109vh, 0);
    }
    to {
        transform: translate3d(89vw, -135vh, 0);
    }
}
.circle-container:nth-child(90) .circle {
    -webkit-animation-delay: 3007ms;
    animation-delay: 3007ms;
}
.circle-container:nth-child(91) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-91;
    animation-name: move-frames-91;
    -webkit-animation-duration: 35596ms;
    animation-duration: 35596ms;
    -webkit-animation-delay: 13101ms;
    animation-delay: 13101ms;
}
@-webkit-keyframes move-frames-91 {
    from {
        transform: translate3d(15vw, 110vh, 0);
    }
    to {
        transform: translate3d(45vw, -137vh, 0);
    }
}
@keyframes move-frames-91 {
    from {
        transform: translate3d(15vw, 110vh, 0);
    }
    to {
        transform: translate3d(45vw, -137vh, 0);
    }
}
.circle-container:nth-child(91) .circle {
    -webkit-animation-delay: 365ms;
    animation-delay: 365ms;
}
.circle-container:nth-child(92) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-92;
    animation-name: move-frames-92;
    -webkit-animation-duration: 32301ms;
    animation-duration: 32301ms;
    -webkit-animation-delay: 34101ms;
    animation-delay: 34101ms;
}
@-webkit-keyframes move-frames-92 {
    from {
        transform: translate3d(95vw, 109vh, 0);
    }
    to {
        transform: translate3d(16vw, -116vh, 0);
    }
}
@keyframes move-frames-92 {
    from {
        transform: translate3d(95vw, 109vh, 0);
    }
    to {
        transform: translate3d(16vw, -116vh, 0);
    }
}
.circle-container:nth-child(92) .circle {
    -webkit-animation-delay: 909ms;
    animation-delay: 909ms;
}
.circle-container:nth-child(93) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-93;
    animation-name: move-frames-93;
    -webkit-animation-duration: 35327ms;
    animation-duration: 35327ms;
    -webkit-animation-delay: 26267ms;
    animation-delay: 26267ms;
}
@-webkit-keyframes move-frames-93 {
    from {
        transform: translate3d(55vw, 102vh, 0);
    }
    to {
        transform: translate3d(13vw, -115vh, 0);
    }
}
@keyframes move-frames-93 {
    from {
        transform: translate3d(55vw, 102vh, 0);
    }
    to {
        transform: translate3d(13vw, -115vh, 0);
    }
}
.circle-container:nth-child(93) .circle {
    -webkit-animation-delay: 3500ms;
    animation-delay: 3500ms;
}
.circle-container:nth-child(94) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-94;
    animation-name: move-frames-94;
    -webkit-animation-duration: 29212ms;
    animation-duration: 29212ms;
    -webkit-animation-delay: 34607ms;
    animation-delay: 34607ms;
}
@-webkit-keyframes move-frames-94 {
    from {
        transform: translate3d(18vw, 109vh, 0);
    }
    to {
        transform: translate3d(47vw, -125vh, 0);
    }
}
@keyframes move-frames-94 {
    from {
        transform: translate3d(18vw, 109vh, 0);
    }
    to {
        transform: translate3d(47vw, -125vh, 0);
    }
}
.circle-container:nth-child(94) .circle {
    -webkit-animation-delay: 2663ms;
    animation-delay: 2663ms;
}
.circle-container:nth-child(95) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-95;
    animation-name: move-frames-95;
    -webkit-animation-duration: 36660ms;
    animation-duration: 36660ms;
    -webkit-animation-delay: 372ms;
    animation-delay: 372ms;
}
@-webkit-keyframes move-frames-95 {
    from {
        transform: translate3d(60vw, 102vh, 0);
    }
    to {
        transform: translate3d(37vw, -115vh, 0);
    }
}
@keyframes move-frames-95 {
    from {
        transform: translate3d(60vw, 102vh, 0);
    }
    to {
        transform: translate3d(37vw, -115vh, 0);
    }
}
.circle-container:nth-child(95) .circle {
    -webkit-animation-delay: 957ms;
    animation-delay: 957ms;
}
.circle-container:nth-child(96) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-96;
    animation-name: move-frames-96;
    -webkit-animation-duration: 35871ms;
    animation-duration: 35871ms;
    -webkit-animation-delay: 1201ms;
    animation-delay: 1201ms;
}
@-webkit-keyframes move-frames-96 {
    from {
        transform: translate3d(80vw, 109vh, 0);
    }
    to {
        transform: translate3d(82vw, -117vh, 0);
    }
}
@keyframes move-frames-96 {
    from {
        transform: translate3d(80vw, 109vh, 0);
    }
    to {
        transform: translate3d(82vw, -117vh, 0);
    }
}
.circle-container:nth-child(96) .circle {
    -webkit-animation-delay: 1990ms;
    animation-delay: 1990ms;
}
.circle-container:nth-child(97) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-97;
    animation-name: move-frames-97;
    -webkit-animation-duration: 35894ms;
    animation-duration: 35894ms;
    -webkit-animation-delay: 29275ms;
    animation-delay: 29275ms;
}
@-webkit-keyframes move-frames-97 {
    from {
        transform: translate3d(29vw, 106vh, 0);
    }
    to {
        transform: translate3d(81vw, -128vh, 0);
    }
}
@keyframes move-frames-97 {
    from {
        transform: translate3d(29vw, 106vh, 0);
    }
    to {
        transform: translate3d(81vw, -128vh, 0);
    }
}
.circle-container:nth-child(97) .circle {
    -webkit-animation-delay: 284ms;
    animation-delay: 284ms;
}
.circle-container:nth-child(98) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-98;
    animation-name: move-frames-98;
    -webkit-animation-duration: 34027ms;
    animation-duration: 34027ms;
    -webkit-animation-delay: 21852ms;
    animation-delay: 21852ms;
}
@-webkit-keyframes move-frames-98 {
    from {
        transform: translate3d(14vw, 107vh, 0);
    }
    to {
        transform: translate3d(50vw, -109vh, 0);
    }
}
@keyframes move-frames-98 {
    from {
        transform: translate3d(14vw, 107vh, 0);
    }
    to {
        transform: translate3d(50vw, -109vh, 0);
    }
}
.circle-container:nth-child(98) .circle {
    -webkit-animation-delay: 2157ms;
    animation-delay: 2157ms;
}
.circle-container:nth-child(99) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-99;
    animation-name: move-frames-99;
    -webkit-animation-duration: 31200ms;
    animation-duration: 31200ms;
    -webkit-animation-delay: 11786ms;
    animation-delay: 11786ms;
}
@-webkit-keyframes move-frames-99 {
    from {
        transform: translate3d(67vw, 101vh, 0);
    }
    to {
        transform: translate3d(46vw, -121vh, 0);
    }
}
@keyframes move-frames-99 {
    from {
        transform: translate3d(67vw, 101vh, 0);
    }
    to {
        transform: translate3d(46vw, -121vh, 0);
    }
}
.circle-container:nth-child(99) .circle {
    -webkit-animation-delay: 3355ms;
    animation-delay: 3355ms;
}
.circle-container:nth-child(100) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-100;
    animation-name: move-frames-100;
    -webkit-animation-duration: 28428ms;
    animation-duration: 28428ms;
    -webkit-animation-delay: 9418ms;
    animation-delay: 9418ms;
}
@-webkit-keyframes move-frames-100 {
    from {
        transform: translate3d(60vw, 105vh, 0);
    }
    to {
        transform: translate3d(86vw, -117vh, 0);
    }
}
@keyframes move-frames-100 {
    from {
        transform: translate3d(60vw, 105vh, 0);
    }
    to {
        transform: translate3d(86vw, -117vh, 0);
    }
}
.circle-container:nth-child(100) .circle {
    -webkit-animation-delay: 3272ms;
    animation-delay: 3272ms;
}
.circle-container:nth-child(101) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-101;
    animation-name: move-frames-101;
    -webkit-animation-duration: 35843ms;
    animation-duration: 35843ms;
    -webkit-animation-delay: 1440ms;
    animation-delay: 1440ms;
}
@-webkit-keyframes move-frames-101 {
    from {
        transform: translate3d(75vw, 109vh, 0);
    }
    to {
        transform: translate3d(5vw, -126vh, 0);
    }
}
@keyframes move-frames-101 {
    from {
        transform: translate3d(75vw, 109vh, 0);
    }
    to {
        transform: translate3d(5vw, -126vh, 0);
    }
}
.circle-container:nth-child(101) .circle {
    -webkit-animation-delay: 1977ms;
    animation-delay: 1977ms;
}
.circle-container:nth-child(102) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-102;
    animation-name: move-frames-102;
    -webkit-animation-duration: 29358ms;
    animation-duration: 29358ms;
    -webkit-animation-delay: 5754ms;
    animation-delay: 5754ms;
}
@-webkit-keyframes move-frames-102 {
    from {
        transform: translate3d(99vw, 101vh, 0);
    }
    to {
        transform: translate3d(59vw, -119vh, 0);
    }
}
@keyframes move-frames-102 {
    from {
        transform: translate3d(99vw, 101vh, 0);
    }
    to {
        transform: translate3d(59vw, -119vh, 0);
    }
}
.circle-container:nth-child(102) .circle {
    -webkit-animation-delay: 2663ms;
    animation-delay: 2663ms;
}
.circle-container:nth-child(103) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-103;
    animation-name: move-frames-103;
    -webkit-animation-duration: 29807ms;
    animation-duration: 29807ms;
    -webkit-animation-delay: 30554ms;
    animation-delay: 30554ms;
}
@-webkit-keyframes move-frames-103 {
    from {
        transform: translate3d(35vw, 104vh, 0);
    }
    to {
        transform: translate3d(57vw, -105vh, 0);
    }
}
@keyframes move-frames-103 {
    from {
        transform: translate3d(35vw, 104vh, 0);
    }
    to {
        transform: translate3d(57vw, -105vh, 0);
    }
}
.circle-container:nth-child(103) .circle {
    -webkit-animation-delay: 3167ms;
    animation-delay: 3167ms;
}
.circle-container:nth-child(104) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-104;
    animation-name: move-frames-104;
    -webkit-animation-duration: 34046ms;
    animation-duration: 34046ms;
    -webkit-animation-delay: 6768ms;
    animation-delay: 6768ms;
}
@-webkit-keyframes move-frames-104 {
    from {
        transform: translate3d(24vw, 105vh, 0);
    }
    to {
        transform: translate3d(14vw, -114vh, 0);
    }
}
@keyframes move-frames-104 {
    from {
        transform: translate3d(24vw, 105vh, 0);
    }
    to {
        transform: translate3d(14vw, -114vh, 0);
    }
}
.circle-container:nth-child(104) .circle {
    -webkit-animation-delay: 544ms;
    animation-delay: 544ms;
}
.circle-container:nth-child(105) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-105;
    animation-name: move-frames-105;
    -webkit-animation-duration: 28095ms;
    animation-duration: 28095ms;
    -webkit-animation-delay: 5141ms;
    animation-delay: 5141ms;
}
@-webkit-keyframes move-frames-105 {
    from {
        transform: translate3d(54vw, 103vh, 0);
    }
    to {
        transform: translate3d(53vw, -120vh, 0);
    }
}
@keyframes move-frames-105 {
    from {
        transform: translate3d(54vw, 103vh, 0);
    }
    to {
        transform: translate3d(53vw, -120vh, 0);
    }
}
.circle-container:nth-child(105) .circle {
    -webkit-animation-delay: 352ms;
    animation-delay: 352ms;
}
.circle-container:nth-child(106) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-106;
    animation-name: move-frames-106;
    -webkit-animation-duration: 31520ms;
    animation-duration: 31520ms;
    -webkit-animation-delay: 26541ms;
    animation-delay: 26541ms;
}
@-webkit-keyframes move-frames-106 {
    from {
        transform: translate3d(4vw, 110vh, 0);
    }
    to {
        transform: translate3d(29vw, -133vh, 0);
    }
}
@keyframes move-frames-106 {
    from {
        transform: translate3d(4vw, 110vh, 0);
    }
    to {
        transform: translate3d(29vw, -133vh, 0);
    }
}
.circle-container:nth-child(106) .circle {
    -webkit-animation-delay: 2984ms;
    animation-delay: 2984ms;
}
.circle-container:nth-child(107) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-107;
    animation-name: move-frames-107;
    -webkit-animation-duration: 29090ms;
    animation-duration: 29090ms;
    -webkit-animation-delay: 4169ms;
    animation-delay: 4169ms;
}
@-webkit-keyframes move-frames-107 {
    from {
        transform: translate3d(52vw, 104vh, 0);
    }
    to {
        transform: translate3d(53vw, -110vh, 0);
    }
}
@keyframes move-frames-107 {
    from {
        transform: translate3d(52vw, 104vh, 0);
    }
    to {
        transform: translate3d(53vw, -110vh, 0);
    }
}
.circle-container:nth-child(107) .circle {
    -webkit-animation-delay: 2401ms;
    animation-delay: 2401ms;
}
.circle-container:nth-child(108) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-108;
    animation-name: move-frames-108;
    -webkit-animation-duration: 32873ms;
    animation-duration: 32873ms;
    -webkit-animation-delay: 24909ms;
    animation-delay: 24909ms;
}
@-webkit-keyframes move-frames-108 {
    from {
        transform: translate3d(26vw, 109vh, 0);
    }
    to {
        transform: translate3d(74vw, -122vh, 0);
    }
}
@keyframes move-frames-108 {
    from {
        transform: translate3d(26vw, 109vh, 0);
    }
    to {
        transform: translate3d(74vw, -122vh, 0);
    }
}
.circle-container:nth-child(108) .circle {
    -webkit-animation-delay: 473ms;
    animation-delay: 473ms;
}
.circle-container:nth-child(109) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-109;
    animation-name: move-frames-109;
    -webkit-animation-duration: 33145ms;
    animation-duration: 33145ms;
    -webkit-animation-delay: 31502ms;
    animation-delay: 31502ms;
}
@-webkit-keyframes move-frames-109 {
    from {
        transform: translate3d(79vw, 103vh, 0);
    }
    to {
        transform: translate3d(31vw, -118vh, 0);
    }
}
@keyframes move-frames-109 {
    from {
        transform: translate3d(79vw, 103vh, 0);
    }
    to {
        transform: translate3d(31vw, -118vh, 0);
    }
}
.circle-container:nth-child(109) .circle {
    -webkit-animation-delay: 2271ms;
    animation-delay: 2271ms;
}
.circle-container:nth-child(110) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-110;
    animation-name: move-frames-110;
    -webkit-animation-duration: 34863ms;
    animation-duration: 34863ms;
    -webkit-animation-delay: 8132ms;
    animation-delay: 8132ms;
}
@-webkit-keyframes move-frames-110 {
    from {
        transform: translate3d(69vw, 110vh, 0);
    }
    to {
        transform: translate3d(45vw, -120vh, 0);
    }
}
@keyframes move-frames-110 {
    from {
        transform: translate3d(69vw, 110vh, 0);
    }
    to {
        transform: translate3d(45vw, -120vh, 0);
    }
}
.circle-container:nth-child(110) .circle {
    -webkit-animation-delay: 174ms;
    animation-delay: 174ms;
}
.circle-container:nth-child(111) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-111;
    animation-name: move-frames-111;
    -webkit-animation-duration: 31481ms;
    animation-duration: 31481ms;
    -webkit-animation-delay: 12814ms;
    animation-delay: 12814ms;
}
@-webkit-keyframes move-frames-111 {
    from {
        transform: translate3d(40vw, 110vh, 0);
    }
    to {
        transform: translate3d(90vw, -123vh, 0);
    }
}
@keyframes move-frames-111 {
    from {
        transform: translate3d(40vw, 110vh, 0);
    }
    to {
        transform: translate3d(90vw, -123vh, 0);
    }
}
.circle-container:nth-child(111) .circle {
    -webkit-animation-delay: 3493ms;
    animation-delay: 3493ms;
}
.circle-container:nth-child(112) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-112;
    animation-name: move-frames-112;
    -webkit-animation-duration: 31267ms;
    animation-duration: 31267ms;
    -webkit-animation-delay: 28534ms;
    animation-delay: 28534ms;
}
@-webkit-keyframes move-frames-112 {
    from {
        transform: translate3d(93vw, 101vh, 0);
    }
    to {
        transform: translate3d(63vw, -114vh, 0);
    }
}
@keyframes move-frames-112 {
    from {
        transform: translate3d(93vw, 101vh, 0);
    }
    to {
        transform: translate3d(63vw, -114vh, 0);
    }
}
.circle-container:nth-child(112) .circle {
    -webkit-animation-delay: 2324ms;
    animation-delay: 2324ms;
}
.circle-container:nth-child(113) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-113;
    animation-name: move-frames-113;
    -webkit-animation-duration: 34670ms;
    animation-duration: 34670ms;
    -webkit-animation-delay: 25131ms;
    animation-delay: 25131ms;
}
@-webkit-keyframes move-frames-113 {
    from {
        transform: translate3d(80vw, 109vh, 0);
    }
    to {
        transform: translate3d(73vw, -129vh, 0);
    }
}
@keyframes move-frames-113 {
    from {
        transform: translate3d(80vw, 109vh, 0);
    }
    to {
        transform: translate3d(73vw, -129vh, 0);
    }
}
.circle-container:nth-child(113) .circle {
    -webkit-animation-delay: 597ms;
    animation-delay: 597ms;
}
.circle-container:nth-child(114) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-114;
    animation-name: move-frames-114;
    -webkit-animation-duration: 32079ms;
    animation-duration: 32079ms;
    -webkit-animation-delay: 2700ms;
    animation-delay: 2700ms;
}
@-webkit-keyframes move-frames-114 {
    from {
        transform: translate3d(53vw, 103vh, 0);
    }
    to {
        transform: translate3d(100vw, -125vh, 0);
    }
}
@keyframes move-frames-114 {
    from {
        transform: translate3d(53vw, 103vh, 0);
    }
    to {
        transform: translate3d(100vw, -125vh, 0);
    }
}
.circle-container:nth-child(114) .circle {
    -webkit-animation-delay: 1004ms;
    animation-delay: 1004ms;
}
.circle-container:nth-child(115) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-115;
    animation-name: move-frames-115;
    -webkit-animation-duration: 28565ms;
    animation-duration: 28565ms;
    -webkit-animation-delay: 4300ms;
    animation-delay: 4300ms;
}
@-webkit-keyframes move-frames-115 {
    from {
        transform: translate3d(55vw, 103vh, 0);
    }
    to {
        transform: translate3d(78vw, -112vh, 0);
    }
}
@keyframes move-frames-115 {
    from {
        transform: translate3d(55vw, 103vh, 0);
    }
    to {
        transform: translate3d(78vw, -112vh, 0);
    }
}
.circle-container:nth-child(115) .circle {
    -webkit-animation-delay: 414ms;
    animation-delay: 414ms;
}
.circle-container:nth-child(116) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-116;
    animation-name: move-frames-116;
    -webkit-animation-duration: 29962ms;
    animation-duration: 29962ms;
    -webkit-animation-delay: 3833ms;
    animation-delay: 3833ms;
}
@-webkit-keyframes move-frames-116 {
    from {
        transform: translate3d(20vw, 105vh, 0);
    }
    to {
        transform: translate3d(54vw, -132vh, 0);
    }
}
@keyframes move-frames-116 {
    from {
        transform: translate3d(20vw, 105vh, 0);
    }
    to {
        transform: translate3d(54vw, -132vh, 0);
    }
}
.circle-container:nth-child(116) .circle {
    -webkit-animation-delay: 1103ms;
    animation-delay: 1103ms;
}
.circle-container:nth-child(117) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-117;
    animation-name: move-frames-117;
    -webkit-animation-duration: 36600ms;
    animation-duration: 36600ms;
    -webkit-animation-delay: 27663ms;
    animation-delay: 27663ms;
}
@-webkit-keyframes move-frames-117 {
    from {
        transform: translate3d(2vw, 106vh, 0);
    }
    to {
        transform: translate3d(34vw, -131vh, 0);
    }
}
@keyframes move-frames-117 {
    from {
        transform: translate3d(2vw, 106vh, 0);
    }
    to {
        transform: translate3d(34vw, -131vh, 0);
    }
}
.circle-container:nth-child(117) .circle {
    -webkit-animation-delay: 3449ms;
    animation-delay: 3449ms;
}
.circle-container:nth-child(118) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-118;
    animation-name: move-frames-118;
    -webkit-animation-duration: 34788ms;
    animation-duration: 34788ms;
    -webkit-animation-delay: 32239ms;
    animation-delay: 32239ms;
}
@-webkit-keyframes move-frames-118 {
    from {
        transform: translate3d(13vw, 104vh, 0);
    }
    to {
        transform: translate3d(55vw, -118vh, 0);
    }
}
@keyframes move-frames-118 {
    from {
        transform: translate3d(13vw, 104vh, 0);
    }
    to {
        transform: translate3d(55vw, -118vh, 0);
    }
}
.circle-container:nth-child(118) .circle {
    -webkit-animation-delay: 1258ms;
    animation-delay: 1258ms;
}
.circle-container:nth-child(119) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-119;
    animation-name: move-frames-119;
    -webkit-animation-duration: 35980ms;
    animation-duration: 35980ms;
    -webkit-animation-delay: 9828ms;
    animation-delay: 9828ms;
}
@-webkit-keyframes move-frames-119 {
    from {
        transform: translate3d(34vw, 106vh, 0);
    }
    to {
        transform: translate3d(81vw, -113vh, 0);
    }
}
@keyframes move-frames-119 {
    from {
        transform: translate3d(34vw, 106vh, 0);
    }
    to {
        transform: translate3d(81vw, -113vh, 0);
    }
}
.circle-container:nth-child(119) .circle {
    -webkit-animation-delay: 1776ms;
    animation-delay: 1776ms;
}
.circle-container:nth-child(120) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-120;
    animation-name: move-frames-120;
    -webkit-animation-duration: 30746ms;
    animation-duration: 30746ms;
    -webkit-animation-delay: 30584ms;
    animation-delay: 30584ms;
}
@-webkit-keyframes move-frames-120 {
    from {
        transform: translate3d(86vw, 110vh, 0);
    }
    to {
        transform: translate3d(81vw, -125vh, 0);
    }
}
@keyframes move-frames-120 {
    from {
        transform: translate3d(86vw, 110vh, 0);
    }
    to {
        transform: translate3d(81vw, -125vh, 0);
    }
}
.circle-container:nth-child(120) .circle {
    -webkit-animation-delay: 2861ms;
    animation-delay: 2861ms;
}
.circle-container:nth-child(121) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-121;
    animation-name: move-frames-121;
    -webkit-animation-duration: 29788ms;
    animation-duration: 29788ms;
    -webkit-animation-delay: 11435ms;
    animation-delay: 11435ms;
}
@-webkit-keyframes move-frames-121 {
    from {
        transform: translate3d(21vw, 105vh, 0);
    }
    to {
        transform: translate3d(70vw, -123vh, 0);
    }
}
@keyframes move-frames-121 {
    from {
        transform: translate3d(21vw, 105vh, 0);
    }
    to {
        transform: translate3d(70vw, -123vh, 0);
    }
}
.circle-container:nth-child(121) .circle {
    -webkit-animation-delay: 3257ms;
    animation-delay: 3257ms;
}
.circle-container:nth-child(122) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-122;
    animation-name: move-frames-122;
    -webkit-animation-duration: 28418ms;
    animation-duration: 28418ms;
    -webkit-animation-delay: 11823ms;
    animation-delay: 11823ms;
}
@-webkit-keyframes move-frames-122 {
    from {
        transform: translate3d(11vw, 102vh, 0);
    }
    to {
        transform: translate3d(16vw, -109vh, 0);
    }
}
@keyframes move-frames-122 {
    from {
        transform: translate3d(11vw, 102vh, 0);
    }
    to {
        transform: translate3d(16vw, -109vh, 0);
    }
}
.circle-container:nth-child(122) .circle {
    -webkit-animation-delay: 3923ms;
    animation-delay: 3923ms;
}
.circle-container:nth-child(123) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-123;
    animation-name: move-frames-123;
    -webkit-animation-duration: 33463ms;
    animation-duration: 33463ms;
    -webkit-animation-delay: 17127ms;
    animation-delay: 17127ms;
}
@-webkit-keyframes move-frames-123 {
    from {
        transform: translate3d(40vw, 109vh, 0);
    }
    to {
        transform: translate3d(51vw, -119vh, 0);
    }
}
@keyframes move-frames-123 {
    from {
        transform: translate3d(40vw, 109vh, 0);
    }
    to {
        transform: translate3d(51vw, -119vh, 0);
    }
}
.circle-container:nth-child(123) .circle {
    -webkit-animation-delay: 2383ms;
    animation-delay: 2383ms;
}
.circle-container:nth-child(124) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-124;
    animation-name: move-frames-124;
    -webkit-animation-duration: 31249ms;
    animation-duration: 31249ms;
    -webkit-animation-delay: 24582ms;
    animation-delay: 24582ms;
}
@-webkit-keyframes move-frames-124 {
    from {
        transform: translate3d(8vw, 107vh, 0);
    }
    to {
        transform: translate3d(14vw, -129vh, 0);
    }
}
@keyframes move-frames-124 {
    from {
        transform: translate3d(8vw, 107vh, 0);
    }
    to {
        transform: translate3d(14vw, -129vh, 0);
    }
}
.circle-container:nth-child(124) .circle {
    -webkit-animation-delay: 2178ms;
    animation-delay: 2178ms;
}
.circle-container:nth-child(125) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-125;
    animation-name: move-frames-125;
    -webkit-animation-duration: 33348ms;
    animation-duration: 33348ms;
    -webkit-animation-delay: 36160ms;
    animation-delay: 36160ms;
}
@-webkit-keyframes move-frames-125 {
    from {
        transform: translate3d(71vw, 109vh, 0);
    }
    to {
        transform: translate3d(98vw, -122vh, 0);
    }
}
@keyframes move-frames-125 {
    from {
        transform: translate3d(71vw, 109vh, 0);
    }
    to {
        transform: translate3d(98vw, -122vh, 0);
    }
}
.circle-container:nth-child(125) .circle {
    -webkit-animation-delay: 1199ms;
    animation-delay: 1199ms;
}
.circle-container:nth-child(126) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-126;
    animation-name: move-frames-126;
    -webkit-animation-duration: 28322ms;
    animation-duration: 28322ms;
    -webkit-animation-delay: 12535ms;
    animation-delay: 12535ms;
}
@-webkit-keyframes move-frames-126 {
    from {
        transform: translate3d(43vw, 103vh, 0);
    }
    to {
        transform: translate3d(62vw, -128vh, 0);
    }
}
@keyframes move-frames-126 {
    from {
        transform: translate3d(43vw, 103vh, 0);
    }
    to {
        transform: translate3d(62vw, -128vh, 0);
    }
}
.circle-container:nth-child(126) .circle {
    -webkit-animation-delay: 1675ms;
    animation-delay: 1675ms;
}
.circle-container:nth-child(127) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-127;
    animation-name: move-frames-127;
    -webkit-animation-duration: 36794ms;
    animation-duration: 36794ms;
    -webkit-animation-delay: 12207ms;
    animation-delay: 12207ms;
}
@-webkit-keyframes move-frames-127 {
    from {
        transform: translate3d(43vw, 108vh, 0);
    }
    to {
        transform: translate3d(26vw, -136vh, 0);
    }
}
@keyframes move-frames-127 {
    from {
        transform: translate3d(43vw, 108vh, 0);
    }
    to {
        transform: translate3d(26vw, -136vh, 0);
    }
}
.circle-container:nth-child(127) .circle {
    -webkit-animation-delay: 1632ms;
    animation-delay: 1632ms;
}
.circle-container:nth-child(128) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-128;
    animation-name: move-frames-128;
    -webkit-animation-duration: 32512ms;
    animation-duration: 32512ms;
    -webkit-animation-delay: 20500ms;
    animation-delay: 20500ms;
}
@-webkit-keyframes move-frames-128 {
    from {
        transform: translate3d(15vw, 103vh, 0);
    }
    to {
        transform: translate3d(34vw, -129vh, 0);
    }
}
@keyframes move-frames-128 {
    from {
        transform: translate3d(15vw, 103vh, 0);
    }
    to {
        transform: translate3d(34vw, -129vh, 0);
    }
}
.circle-container:nth-child(128) .circle {
    -webkit-animation-delay: 2343ms;
    animation-delay: 2343ms;
}
.circle-container:nth-child(129) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-129;
    animation-name: move-frames-129;
    -webkit-animation-duration: 35267ms;
    animation-duration: 35267ms;
    -webkit-animation-delay: 21519ms;
    animation-delay: 21519ms;
}
@-webkit-keyframes move-frames-129 {
    from {
        transform: translate3d(9vw, 109vh, 0);
    }
    to {
        transform: translate3d(88vw, -115vh, 0);
    }
}
@keyframes move-frames-129 {
    from {
        transform: translate3d(9vw, 109vh, 0);
    }
    to {
        transform: translate3d(88vw, -115vh, 0);
    }
}
.circle-container:nth-child(129) .circle {
    -webkit-animation-delay: 1669ms;
    animation-delay: 1669ms;
}
.circle-container:nth-child(130) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-130;
    animation-name: move-frames-130;
    -webkit-animation-duration: 29270ms;
    animation-duration: 29270ms;
    -webkit-animation-delay: 6139ms;
    animation-delay: 6139ms;
}
@-webkit-keyframes move-frames-130 {
    from {
        transform: translate3d(45vw, 109vh, 0);
    }
    to {
        transform: translate3d(56vw, -131vh, 0);
    }
}
@keyframes move-frames-130 {
    from {
        transform: translate3d(45vw, 109vh, 0);
    }
    to {
        transform: translate3d(56vw, -131vh, 0);
    }
}
.circle-container:nth-child(130) .circle {
    -webkit-animation-delay: 3424ms;
    animation-delay: 3424ms;
}
.circle-container:nth-child(131) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-131;
    animation-name: move-frames-131;
    -webkit-animation-duration: 32658ms;
    animation-duration: 32658ms;
    -webkit-animation-delay: 26792ms;
    animation-delay: 26792ms;
}
@-webkit-keyframes move-frames-131 {
    from {
        transform: translate3d(44vw, 101vh, 0);
    }
    to {
        transform: translate3d(52vw, -112vh, 0);
    }
}
@keyframes move-frames-131 {
    from {
        transform: translate3d(44vw, 101vh, 0);
    }
    to {
        transform: translate3d(52vw, -112vh, 0);
    }
}
.circle-container:nth-child(131) .circle {
    -webkit-animation-delay: 674ms;
    animation-delay: 674ms;
}
.circle-container:nth-child(132) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-132;
    animation-name: move-frames-132;
    -webkit-animation-duration: 36384ms;
    animation-duration: 36384ms;
    -webkit-animation-delay: 19353ms;
    animation-delay: 19353ms;
}
@-webkit-keyframes move-frames-132 {
    from {
        transform: translate3d(100vw, 102vh, 0);
    }
    to {
        transform: translate3d(18vw, -119vh, 0);
    }
}
@keyframes move-frames-132 {
    from {
        transform: translate3d(100vw, 102vh, 0);
    }
    to {
        transform: translate3d(18vw, -119vh, 0);
    }
}
.circle-container:nth-child(132) .circle {
    -webkit-animation-delay: 584ms;
    animation-delay: 584ms;
}
.circle-container:nth-child(133) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-133;
    animation-name: move-frames-133;
    -webkit-animation-duration: 28465ms;
    animation-duration: 28465ms;
    -webkit-animation-delay: 35313ms;
    animation-delay: 35313ms;
}
@-webkit-keyframes move-frames-133 {
    from {
        transform: translate3d(52vw, 103vh, 0);
    }
    to {
        transform: translate3d(13vw, -122vh, 0);
    }
}
@keyframes move-frames-133 {
    from {
        transform: translate3d(52vw, 103vh, 0);
    }
    to {
        transform: translate3d(13vw, -122vh, 0);
    }
}
.circle-container:nth-child(133) .circle {
    -webkit-animation-delay: 3442ms;
    animation-delay: 3442ms;
}
.circle-container:nth-child(134) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-134;
    animation-name: move-frames-134;
    -webkit-animation-duration: 28335ms;
    animation-duration: 28335ms;
    -webkit-animation-delay: 25641ms;
    animation-delay: 25641ms;
}
@-webkit-keyframes move-frames-134 {
    from {
        transform: translate3d(70vw, 103vh, 0);
    }
    to {
        transform: translate3d(38vw, -112vh, 0);
    }
}
@keyframes move-frames-134 {
    from {
        transform: translate3d(70vw, 103vh, 0);
    }
    to {
        transform: translate3d(38vw, -112vh, 0);
    }
}
.circle-container:nth-child(134) .circle {
    -webkit-animation-delay: 1712ms;
    animation-delay: 1712ms;
}
.circle-container:nth-child(135) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-135;
    animation-name: move-frames-135;
    -webkit-animation-duration: 31256ms;
    animation-duration: 31256ms;
    -webkit-animation-delay: 16970ms;
    animation-delay: 16970ms;
}
@-webkit-keyframes move-frames-135 {
    from {
        transform: translate3d(95vw, 104vh, 0);
    }
    to {
        transform: translate3d(28vw, -124vh, 0);
    }
}
@keyframes move-frames-135 {
    from {
        transform: translate3d(95vw, 104vh, 0);
    }
    to {
        transform: translate3d(28vw, -124vh, 0);
    }
}
.circle-container:nth-child(135) .circle {
    -webkit-animation-delay: 2490ms;
    animation-delay: 2490ms;
}
.circle-container:nth-child(136) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-136;
    animation-name: move-frames-136;
    -webkit-animation-duration: 28610ms;
    animation-duration: 28610ms;
    -webkit-animation-delay: 29781ms;
    animation-delay: 29781ms;
}
@-webkit-keyframes move-frames-136 {
    from {
        transform: translate3d(76vw, 104vh, 0);
    }
    to {
        transform: translate3d(54vw, -128vh, 0);
    }
}
@keyframes move-frames-136 {
    from {
        transform: translate3d(76vw, 104vh, 0);
    }
    to {
        transform: translate3d(54vw, -128vh, 0);
    }
}
.circle-container:nth-child(136) .circle {
    -webkit-animation-delay: 1069ms;
    animation-delay: 1069ms;
}
.circle-container:nth-child(137) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-137;
    animation-name: move-frames-137;
    -webkit-animation-duration: 29688ms;
    animation-duration: 29688ms;
    -webkit-animation-delay: 12985ms;
    animation-delay: 12985ms;
}
@-webkit-keyframes move-frames-137 {
    from {
        transform: translate3d(94vw, 110vh, 0);
    }
    to {
        transform: translate3d(31vw, -127vh, 0);
    }
}
@keyframes move-frames-137 {
    from {
        transform: translate3d(94vw, 110vh, 0);
    }
    to {
        transform: translate3d(31vw, -127vh, 0);
    }
}
.circle-container:nth-child(137) .circle {
    -webkit-animation-delay: 3013ms;
    animation-delay: 3013ms;
}
.circle-container:nth-child(138) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-138;
    animation-name: move-frames-138;
    -webkit-animation-duration: 36397ms;
    animation-duration: 36397ms;
    -webkit-animation-delay: 33892ms;
    animation-delay: 33892ms;
}
@-webkit-keyframes move-frames-138 {
    from {
        transform: translate3d(94vw, 103vh, 0);
    }
    to {
        transform: translate3d(52vw, -132vh, 0);
    }
}
@keyframes move-frames-138 {
    from {
        transform: translate3d(94vw, 103vh, 0);
    }
    to {
        transform: translate3d(52vw, -132vh, 0);
    }
}
.circle-container:nth-child(138) .circle {
    -webkit-animation-delay: 1266ms;
    animation-delay: 1266ms;
}
.circle-container:nth-child(139) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-139;
    animation-name: move-frames-139;
    -webkit-animation-duration: 31677ms;
    animation-duration: 31677ms;
    -webkit-animation-delay: 17717ms;
    animation-delay: 17717ms;
}
@-webkit-keyframes move-frames-139 {
    from {
        transform: translate3d(60vw, 101vh, 0);
    }
    to {
        transform: translate3d(92vw, -107vh, 0);
    }
}
@keyframes move-frames-139 {
    from {
        transform: translate3d(60vw, 101vh, 0);
    }
    to {
        transform: translate3d(92vw, -107vh, 0);
    }
}
.circle-container:nth-child(139) .circle {
    -webkit-animation-delay: 3568ms;
    animation-delay: 3568ms;
}
.circle-container:nth-child(140) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-140;
    animation-name: move-frames-140;
    -webkit-animation-duration: 32440ms;
    animation-duration: 32440ms;
    -webkit-animation-delay: 9061ms;
    animation-delay: 9061ms;
}
@-webkit-keyframes move-frames-140 {
    from {
        transform: translate3d(53vw, 101vh, 0);
    }
    to {
        transform: translate3d(81vw, -114vh, 0);
    }
}
@keyframes move-frames-140 {
    from {
        transform: translate3d(53vw, 101vh, 0);
    }
    to {
        transform: translate3d(81vw, -114vh, 0);
    }
}
.circle-container:nth-child(140) .circle {
    -webkit-animation-delay: 1278ms;
    animation-delay: 1278ms;
}
.circle-container:nth-child(141) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-141;
    animation-name: move-frames-141;
    -webkit-animation-duration: 29554ms;
    animation-duration: 29554ms;
    -webkit-animation-delay: 9993ms;
    animation-delay: 9993ms;
}
@-webkit-keyframes move-frames-141 {
    from {
        transform: translate3d(62vw, 105vh, 0);
    }
    to {
        transform: translate3d(49vw, -113vh, 0);
    }
}
@keyframes move-frames-141 {
    from {
        transform: translate3d(62vw, 105vh, 0);
    }
    to {
        transform: translate3d(49vw, -113vh, 0);
    }
}
.circle-container:nth-child(141) .circle {
    -webkit-animation-delay: 1708ms;
    animation-delay: 1708ms;
}
.circle-container:nth-child(142) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-142;
    animation-name: move-frames-142;
    -webkit-animation-duration: 32763ms;
    animation-duration: 32763ms;
    -webkit-animation-delay: 24127ms;
    animation-delay: 24127ms;
}
@-webkit-keyframes move-frames-142 {
    from {
        transform: translate3d(49vw, 108vh, 0);
    }
    to {
        transform: translate3d(4vw, -135vh, 0);
    }
}
@keyframes move-frames-142 {
    from {
        transform: translate3d(49vw, 108vh, 0);
    }
    to {
        transform: translate3d(4vw, -135vh, 0);
    }
}
.circle-container:nth-child(142) .circle {
    -webkit-animation-delay: 2357ms;
    animation-delay: 2357ms;
}
.circle-container:nth-child(143) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-143;
    animation-name: move-frames-143;
    -webkit-animation-duration: 28205ms;
    animation-duration: 28205ms;
    -webkit-animation-delay: 9199ms;
    animation-delay: 9199ms;
}
@-webkit-keyframes move-frames-143 {
    from {
        transform: translate3d(18vw, 103vh, 0);
    }
    to {
        transform: translate3d(45vw, -122vh, 0);
    }
}
@keyframes move-frames-143 {
    from {
        transform: translate3d(18vw, 103vh, 0);
    }
    to {
        transform: translate3d(45vw, -122vh, 0);
    }
}
.circle-container:nth-child(143) .circle {
    -webkit-animation-delay: 1387ms;
    animation-delay: 1387ms;
}
.circle-container:nth-child(144) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-144;
    animation-name: move-frames-144;
    -webkit-animation-duration: 32390ms;
    animation-duration: 32390ms;
    -webkit-animation-delay: 13711ms;
    animation-delay: 13711ms;
}
@-webkit-keyframes move-frames-144 {
    from {
        transform: translate3d(73vw, 103vh, 0);
    }
    to {
        transform: translate3d(6vw, -113vh, 0);
    }
}
@keyframes move-frames-144 {
    from {
        transform: translate3d(73vw, 103vh, 0);
    }
    to {
        transform: translate3d(6vw, -113vh, 0);
    }
}
.circle-container:nth-child(144) .circle {
    -webkit-animation-delay: 3746ms;
    animation-delay: 3746ms;
}
.circle-container:nth-child(145) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-145;
    animation-name: move-frames-145;
    -webkit-animation-duration: 29781ms;
    animation-duration: 29781ms;
    -webkit-animation-delay: 21949ms;
    animation-delay: 21949ms;
}
@-webkit-keyframes move-frames-145 {
    from {
        transform: translate3d(68vw, 107vh, 0);
    }
    to {
        transform: translate3d(32vw, -129vh, 0);
    }
}
@keyframes move-frames-145 {
    from {
        transform: translate3d(68vw, 107vh, 0);
    }
    to {
        transform: translate3d(32vw, -129vh, 0);
    }
}
.circle-container:nth-child(145) .circle {
    -webkit-animation-delay: 459ms;
    animation-delay: 459ms;
}
.circle-container:nth-child(146) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-146;
    animation-name: move-frames-146;
    -webkit-animation-duration: 28780ms;
    animation-duration: 28780ms;
    -webkit-animation-delay: 23367ms;
    animation-delay: 23367ms;
}
@-webkit-keyframes move-frames-146 {
    from {
        transform: translate3d(24vw, 106vh, 0);
    }
    to {
        transform: translate3d(72vw, -110vh, 0);
    }
}
@keyframes move-frames-146 {
    from {
        transform: translate3d(24vw, 106vh, 0);
    }
    to {
        transform: translate3d(72vw, -110vh, 0);
    }
}
.circle-container:nth-child(146) .circle {
    -webkit-animation-delay: 2923ms;
    animation-delay: 2923ms;
}
.circle-container:nth-child(147) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-147;
    animation-name: move-frames-147;
    -webkit-animation-duration: 29443ms;
    animation-duration: 29443ms;
    -webkit-animation-delay: 16684ms;
    animation-delay: 16684ms;
}
@-webkit-keyframes move-frames-147 {
    from {
        transform: translate3d(87vw, 102vh, 0);
    }
    to {
        transform: translate3d(94vw, -126vh, 0);
    }
}
@keyframes move-frames-147 {
    from {
        transform: translate3d(87vw, 102vh, 0);
    }
    to {
        transform: translate3d(94vw, -126vh, 0);
    }
}
.circle-container:nth-child(147) .circle {
    -webkit-animation-delay: 2004ms;
    animation-delay: 2004ms;
}
.circle-container:nth-child(148) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-148;
    animation-name: move-frames-148;
    -webkit-animation-duration: 29988ms;
    animation-duration: 29988ms;
    -webkit-animation-delay: 2708ms;
    animation-delay: 2708ms;
}
@-webkit-keyframes move-frames-148 {
    from {
        transform: translate3d(99vw, 110vh, 0);
    }
    to {
        transform: translate3d(87vw, -138vh, 0);
    }
}
@keyframes move-frames-148 {
    from {
        transform: translate3d(99vw, 110vh, 0);
    }
    to {
        transform: translate3d(87vw, -138vh, 0);
    }
}
.circle-container:nth-child(148) .circle {
    -webkit-animation-delay: 667ms;
    animation-delay: 667ms;
}
.circle-container:nth-child(149) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-149;
    animation-name: move-frames-149;
    -webkit-animation-duration: 32039ms;
    animation-duration: 32039ms;
    -webkit-animation-delay: 1721ms;
    animation-delay: 1721ms;
}
@-webkit-keyframes move-frames-149 {
    from {
        transform: translate3d(91vw, 106vh, 0);
    }
    to {
        transform: translate3d(58vw, -118vh, 0);
    }
}
@keyframes move-frames-149 {
    from {
        transform: translate3d(91vw, 106vh, 0);
    }
    to {
        transform: translate3d(58vw, -118vh, 0);
    }
}
.circle-container:nth-child(149) .circle {
    -webkit-animation-delay: 2621ms;
    animation-delay: 2621ms;
}
.circle-container:nth-child(150) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-150;
    animation-name: move-frames-150;
    -webkit-animation-duration: 28398ms;
    animation-duration: 28398ms;
    -webkit-animation-delay: 33323ms;
    animation-delay: 33323ms;
}
@-webkit-keyframes move-frames-150 {
    from {
        transform: translate3d(90vw, 109vh, 0);
    }
    to {
        transform: translate3d(54vw, -136vh, 0);
    }
}
@keyframes move-frames-150 {
    from {
        transform: translate3d(90vw, 109vh, 0);
    }
    to {
        transform: translate3d(54vw, -136vh, 0);
    }
}
.circle-container:nth-child(150) .circle {
    -webkit-animation-delay: 377ms;
    animation-delay: 377ms;
}
.circle-container:nth-child(151) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-151;
    animation-name: move-frames-151;
    -webkit-animation-duration: 33802ms;
    animation-duration: 33802ms;
    -webkit-animation-delay: 15171ms;
    animation-delay: 15171ms;
}
@-webkit-keyframes move-frames-151 {
    from {
        transform: translate3d(55vw, 107vh, 0);
    }
    to {
        transform: translate3d(10vw, -117vh, 0);
    }
}
@keyframes move-frames-151 {
    from {
        transform: translate3d(55vw, 107vh, 0);
    }
    to {
        transform: translate3d(10vw, -117vh, 0);
    }
}
.circle-container:nth-child(151) .circle {
    -webkit-animation-delay: 2192ms;
    animation-delay: 2192ms;
}
.circle-container:nth-child(152) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-152;
    animation-name: move-frames-152;
    -webkit-animation-duration: 35784ms;
    animation-duration: 35784ms;
    -webkit-animation-delay: 20170ms;
    animation-delay: 20170ms;
}
@-webkit-keyframes move-frames-152 {
    from {
        transform: translate3d(39vw, 102vh, 0);
    }
    to {
        transform: translate3d(82vw, -117vh, 0);
    }
}
@keyframes move-frames-152 {
    from {
        transform: translate3d(39vw, 102vh, 0);
    }
    to {
        transform: translate3d(82vw, -117vh, 0);
    }
}
.circle-container:nth-child(152) .circle {
    -webkit-animation-delay: 3317ms;
    animation-delay: 3317ms;
}
.circle-container:nth-child(153) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-153;
    animation-name: move-frames-153;
    -webkit-animation-duration: 29460ms;
    animation-duration: 29460ms;
    -webkit-animation-delay: 29002ms;
    animation-delay: 29002ms;
}
@-webkit-keyframes move-frames-153 {
    from {
        transform: translate3d(68vw, 110vh, 0);
    }
    to {
        transform: translate3d(69vw, -139vh, 0);
    }
}
@keyframes move-frames-153 {
    from {
        transform: translate3d(68vw, 110vh, 0);
    }
    to {
        transform: translate3d(69vw, -139vh, 0);
    }
}
.circle-container:nth-child(153) .circle {
    -webkit-animation-delay: 1585ms;
    animation-delay: 1585ms;
}
.circle-container:nth-child(154) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-154;
    animation-name: move-frames-154;
    -webkit-animation-duration: 33098ms;
    animation-duration: 33098ms;
    -webkit-animation-delay: 36379ms;
    animation-delay: 36379ms;
}
@-webkit-keyframes move-frames-154 {
    from {
        transform: translate3d(77vw, 101vh, 0);
    }
    to {
        transform: translate3d(48vw, -104vh, 0);
    }
}
@keyframes move-frames-154 {
    from {
        transform: translate3d(77vw, 101vh, 0);
    }
    to {
        transform: translate3d(48vw, -104vh, 0);
    }
}
.circle-container:nth-child(154) .circle {
    -webkit-animation-delay: 416ms;
    animation-delay: 416ms;
}
.circle-container:nth-child(155) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-155;
    animation-name: move-frames-155;
    -webkit-animation-duration: 30750ms;
    animation-duration: 30750ms;
    -webkit-animation-delay: 14469ms;
    animation-delay: 14469ms;
}
@-webkit-keyframes move-frames-155 {
    from {
        transform: translate3d(77vw, 104vh, 0);
    }
    to {
        transform: translate3d(88vw, -114vh, 0);
    }
}
@keyframes move-frames-155 {
    from {
        transform: translate3d(77vw, 104vh, 0);
    }
    to {
        transform: translate3d(88vw, -114vh, 0);
    }
}
.circle-container:nth-child(155) .circle {
    -webkit-animation-delay: 109ms;
    animation-delay: 109ms;
}
.circle-container:nth-child(156) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-156;
    animation-name: move-frames-156;
    -webkit-animation-duration: 28021ms;
    animation-duration: 28021ms;
    -webkit-animation-delay: 10271ms;
    animation-delay: 10271ms;
}
@-webkit-keyframes move-frames-156 {
    from {
        transform: translate3d(66vw, 108vh, 0);
    }
    to {
        transform: translate3d(82vw, -120vh, 0);
    }
}
@keyframes move-frames-156 {
    from {
        transform: translate3d(66vw, 108vh, 0);
    }
    to {
        transform: translate3d(82vw, -120vh, 0);
    }
}
.circle-container:nth-child(156) .circle {
    -webkit-animation-delay: 1820ms;
    animation-delay: 1820ms;
}
.circle-container:nth-child(157) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-157;
    animation-name: move-frames-157;
    -webkit-animation-duration: 32577ms;
    animation-duration: 32577ms;
    -webkit-animation-delay: 23236ms;
    animation-delay: 23236ms;
}
@-webkit-keyframes move-frames-157 {
    from {
        transform: translate3d(38vw, 108vh, 0);
    }
    to {
        transform: translate3d(75vw, -115vh, 0);
    }
}
@keyframes move-frames-157 {
    from {
        transform: translate3d(38vw, 108vh, 0);
    }
    to {
        transform: translate3d(75vw, -115vh, 0);
    }
}
.circle-container:nth-child(157) .circle {
    -webkit-animation-delay: 2603ms;
    animation-delay: 2603ms;
}
.circle-container:nth-child(158) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-158;
    animation-name: move-frames-158;
    -webkit-animation-duration: 31717ms;
    animation-duration: 31717ms;
    -webkit-animation-delay: 2801ms;
    animation-delay: 2801ms;
}
@-webkit-keyframes move-frames-158 {
    from {
        transform: translate3d(77vw, 110vh, 0);
    }
    to {
        transform: translate3d(92vw, -112vh, 0);
    }
}
@keyframes move-frames-158 {
    from {
        transform: translate3d(77vw, 110vh, 0);
    }
    to {
        transform: translate3d(92vw, -112vh, 0);
    }
}
.circle-container:nth-child(158) .circle {
    -webkit-animation-delay: 965ms;
    animation-delay: 965ms;
}
.circle-container:nth-child(159) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-159;
    animation-name: move-frames-159;
    -webkit-animation-duration: 33520ms;
    animation-duration: 33520ms;
    -webkit-animation-delay: 28063ms;
    animation-delay: 28063ms;
}
@-webkit-keyframes move-frames-159 {
    from {
        transform: translate3d(81vw, 110vh, 0);
    }
    to {
        transform: translate3d(35vw, -131vh, 0);
    }
}
@keyframes move-frames-159 {
    from {
        transform: translate3d(81vw, 110vh, 0);
    }
    to {
        transform: translate3d(35vw, -131vh, 0);
    }
}
.circle-container:nth-child(159) .circle {
    -webkit-animation-delay: 2059ms;
    animation-delay: 2059ms;
}
.circle-container:nth-child(160) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-160;
    animation-name: move-frames-160;
    -webkit-animation-duration: 33176ms;
    animation-duration: 33176ms;
    -webkit-animation-delay: 31726ms;
    animation-delay: 31726ms;
}
@-webkit-keyframes move-frames-160 {
    from {
        transform: translate3d(17vw, 103vh, 0);
    }
    to {
        transform: translate3d(70vw, -122vh, 0);
    }
}
@keyframes move-frames-160 {
    from {
        transform: translate3d(17vw, 103vh, 0);
    }
    to {
        transform: translate3d(70vw, -122vh, 0);
    }
}
.circle-container:nth-child(160) .circle {
    -webkit-animation-delay: 1809ms;
    animation-delay: 1809ms;
}
.circle-container:nth-child(161) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-161;
    animation-name: move-frames-161;
    -webkit-animation-duration: 33134ms;
    animation-duration: 33134ms;
    -webkit-animation-delay: 19689ms;
    animation-delay: 19689ms;
}
@-webkit-keyframes move-frames-161 {
    from {
        transform: translate3d(88vw, 103vh, 0);
    }
    to {
        transform: translate3d(15vw, -133vh, 0);
    }
}
@keyframes move-frames-161 {
    from {
        transform: translate3d(88vw, 103vh, 0);
    }
    to {
        transform: translate3d(15vw, -133vh, 0);
    }
}
.circle-container:nth-child(161) .circle {
    -webkit-animation-delay: 201ms;
    animation-delay: 201ms;
}
.circle-container:nth-child(162) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-162;
    animation-name: move-frames-162;
    -webkit-animation-duration: 31355ms;
    animation-duration: 31355ms;
    -webkit-animation-delay: 2401ms;
    animation-delay: 2401ms;
}
@-webkit-keyframes move-frames-162 {
    from {
        transform: translate3d(80vw, 106vh, 0);
    }
    to {
        transform: translate3d(4vw, -118vh, 0);
    }
}
@keyframes move-frames-162 {
    from {
        transform: translate3d(80vw, 106vh, 0);
    }
    to {
        transform: translate3d(4vw, -118vh, 0);
    }
}
.circle-container:nth-child(162) .circle {
    -webkit-animation-delay: 1602ms;
    animation-delay: 1602ms;
}
.circle-container:nth-child(163) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-163;
    animation-name: move-frames-163;
    -webkit-animation-duration: 30591ms;
    animation-duration: 30591ms;
    -webkit-animation-delay: 2920ms;
    animation-delay: 2920ms;
}
@-webkit-keyframes move-frames-163 {
    from {
        transform: translate3d(28vw, 106vh, 0);
    }
    to {
        transform: translate3d(72vw, -136vh, 0);
    }
}
@keyframes move-frames-163 {
    from {
        transform: translate3d(28vw, 106vh, 0);
    }
    to {
        transform: translate3d(72vw, -136vh, 0);
    }
}
.circle-container:nth-child(163) .circle {
    -webkit-animation-delay: 2440ms;
    animation-delay: 2440ms;
}
.circle-container:nth-child(164) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-164;
    animation-name: move-frames-164;
    -webkit-animation-duration: 32024ms;
    animation-duration: 32024ms;
    -webkit-animation-delay: 11912ms;
    animation-delay: 11912ms;
}
@-webkit-keyframes move-frames-164 {
    from {
        transform: translate3d(47vw, 102vh, 0);
    }
    to {
        transform: translate3d(78vw, -107vh, 0);
    }
}
@keyframes move-frames-164 {
    from {
        transform: translate3d(47vw, 102vh, 0);
    }
    to {
        transform: translate3d(78vw, -107vh, 0);
    }
}
.circle-container:nth-child(164) .circle {
    -webkit-animation-delay: 1183ms;
    animation-delay: 1183ms;
}
.circle-container:nth-child(165) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-165;
    animation-name: move-frames-165;
    -webkit-animation-duration: 28476ms;
    animation-duration: 28476ms;
    -webkit-animation-delay: 34804ms;
    animation-delay: 34804ms;
}
@-webkit-keyframes move-frames-165 {
    from {
        transform: translate3d(77vw, 101vh, 0);
    }
    to {
        transform: translate3d(14vw, -103vh, 0);
    }
}
@keyframes move-frames-165 {
    from {
        transform: translate3d(77vw, 101vh, 0);
    }
    to {
        transform: translate3d(14vw, -103vh, 0);
    }
}
.circle-container:nth-child(165) .circle {
    -webkit-animation-delay: 1226ms;
    animation-delay: 1226ms;
}
.circle-container:nth-child(166) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-166;
    animation-name: move-frames-166;
    -webkit-animation-duration: 35167ms;
    animation-duration: 35167ms;
    -webkit-animation-delay: 8362ms;
    animation-delay: 8362ms;
}
@-webkit-keyframes move-frames-166 {
    from {
        transform: translate3d(1vw, 108vh, 0);
    }
    to {
        transform: translate3d(16vw, -115vh, 0);
    }
}
@keyframes move-frames-166 {
    from {
        transform: translate3d(1vw, 108vh, 0);
    }
    to {
        transform: translate3d(16vw, -115vh, 0);
    }
}
.circle-container:nth-child(166) .circle {
    -webkit-animation-delay: 3273ms;
    animation-delay: 3273ms;
}
.circle-container:nth-child(167) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-167;
    animation-name: move-frames-167;
    -webkit-animation-duration: 32255ms;
    animation-duration: 32255ms;
    -webkit-animation-delay: 19519ms;
    animation-delay: 19519ms;
}
@-webkit-keyframes move-frames-167 {
    from {
        transform: translate3d(54vw, 104vh, 0);
    }
    to {
        transform: translate3d(30vw, -121vh, 0);
    }
}
@keyframes move-frames-167 {
    from {
        transform: translate3d(54vw, 104vh, 0);
    }
    to {
        transform: translate3d(30vw, -121vh, 0);
    }
}
.circle-container:nth-child(167) .circle {
    -webkit-animation-delay: 3409ms;
    animation-delay: 3409ms;
}
.circle-container:nth-child(168) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-168;
    animation-name: move-frames-168;
    -webkit-animation-duration: 29028ms;
    animation-duration: 29028ms;
    -webkit-animation-delay: 3445ms;
    animation-delay: 3445ms;
}
@-webkit-keyframes move-frames-168 {
    from {
        transform: translate3d(21vw, 104vh, 0);
    }
    to {
        transform: translate3d(70vw, -108vh, 0);
    }
}
@keyframes move-frames-168 {
    from {
        transform: translate3d(21vw, 104vh, 0);
    }
    to {
        transform: translate3d(70vw, -108vh, 0);
    }
}
.circle-container:nth-child(168) .circle {
    -webkit-animation-delay: 908ms;
    animation-delay: 908ms;
}
.circle-container:nth-child(169) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-169;
    animation-name: move-frames-169;
    -webkit-animation-duration: 31151ms;
    animation-duration: 31151ms;
    -webkit-animation-delay: 33108ms;
    animation-delay: 33108ms;
}
@-webkit-keyframes move-frames-169 {
    from {
        transform: translate3d(59vw, 104vh, 0);
    }
    to {
        transform: translate3d(57vw, -133vh, 0);
    }
}
@keyframes move-frames-169 {
    from {
        transform: translate3d(59vw, 104vh, 0);
    }
    to {
        transform: translate3d(57vw, -133vh, 0);
    }
}
.circle-container:nth-child(169) .circle {
    -webkit-animation-delay: 1979ms;
    animation-delay: 1979ms;
}
.circle-container:nth-child(170) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-170;
    animation-name: move-frames-170;
    -webkit-animation-duration: 28523ms;
    animation-duration: 28523ms;
    -webkit-animation-delay: 13048ms;
    animation-delay: 13048ms;
}
@-webkit-keyframes move-frames-170 {
    from {
        transform: translate3d(6vw, 107vh, 0);
    }
    to {
        transform: translate3d(1vw, -131vh, 0);
    }
}
@keyframes move-frames-170 {
    from {
        transform: translate3d(6vw, 107vh, 0);
    }
    to {
        transform: translate3d(1vw, -131vh, 0);
    }
}
.circle-container:nth-child(170) .circle {
    -webkit-animation-delay: 1776ms;
    animation-delay: 1776ms;
}
.circle-container:nth-child(171) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-171;
    animation-name: move-frames-171;
    -webkit-animation-duration: 31844ms;
    animation-duration: 31844ms;
    -webkit-animation-delay: 24652ms;
    animation-delay: 24652ms;
}
@-webkit-keyframes move-frames-171 {
    from {
        transform: translate3d(78vw, 109vh, 0);
    }
    to {
        transform: translate3d(47vw, -134vh, 0);
    }
}
@keyframes move-frames-171 {
    from {
        transform: translate3d(78vw, 109vh, 0);
    }
    to {
        transform: translate3d(47vw, -134vh, 0);
    }
}
.circle-container:nth-child(171) .circle {
    -webkit-animation-delay: 2787ms;
    animation-delay: 2787ms;
}
.circle-container:nth-child(172) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-172;
    animation-name: move-frames-172;
    -webkit-animation-duration: 29030ms;
    animation-duration: 29030ms;
    -webkit-animation-delay: 8232ms;
    animation-delay: 8232ms;
}
@-webkit-keyframes move-frames-172 {
    from {
        transform: translate3d(87vw, 102vh, 0);
    }
    to {
        transform: translate3d(36vw, -114vh, 0);
    }
}
@keyframes move-frames-172 {
    from {
        transform: translate3d(87vw, 102vh, 0);
    }
    to {
        transform: translate3d(36vw, -114vh, 0);
    }
}
.circle-container:nth-child(172) .circle {
    -webkit-animation-delay: 2003ms;
    animation-delay: 2003ms;
}
.circle-container:nth-child(173) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-173;
    animation-name: move-frames-173;
    -webkit-animation-duration: 31315ms;
    animation-duration: 31315ms;
    -webkit-animation-delay: 31039ms;
    animation-delay: 31039ms;
}
@-webkit-keyframes move-frames-173 {
    from {
        transform: translate3d(60vw, 106vh, 0);
    }
    to {
        transform: translate3d(52vw, -134vh, 0);
    }
}
@keyframes move-frames-173 {
    from {
        transform: translate3d(60vw, 106vh, 0);
    }
    to {
        transform: translate3d(52vw, -134vh, 0);
    }
}
.circle-container:nth-child(173) .circle {
    -webkit-animation-delay: 2352ms;
    animation-delay: 2352ms;
}
.circle-container:nth-child(174) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-174;
    animation-name: move-frames-174;
    -webkit-animation-duration: 36261ms;
    animation-duration: 36261ms;
    -webkit-animation-delay: 19090ms;
    animation-delay: 19090ms;
}
@-webkit-keyframes move-frames-174 {
    from {
        transform: translate3d(42vw, 108vh, 0);
    }
    to {
        transform: translate3d(77vw, -127vh, 0);
    }
}
@keyframes move-frames-174 {
    from {
        transform: translate3d(42vw, 108vh, 0);
    }
    to {
        transform: translate3d(77vw, -127vh, 0);
    }
}
.circle-container:nth-child(174) .circle {
    -webkit-animation-delay: 3999ms;
    animation-delay: 3999ms;
}
.circle-container:nth-child(175) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-175;
    animation-name: move-frames-175;
    -webkit-animation-duration: 28616ms;
    animation-duration: 28616ms;
    -webkit-animation-delay: 35332ms;
    animation-delay: 35332ms;
}
@-webkit-keyframes move-frames-175 {
    from {
        transform: translate3d(89vw, 108vh, 0);
    }
    to {
        transform: translate3d(95vw, -132vh, 0);
    }
}
@keyframes move-frames-175 {
    from {
        transform: translate3d(89vw, 108vh, 0);
    }
    to {
        transform: translate3d(95vw, -132vh, 0);
    }
}
.circle-container:nth-child(175) .circle {
    -webkit-animation-delay: 1279ms;
    animation-delay: 1279ms;
}
.circle-container:nth-child(176) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-176;
    animation-name: move-frames-176;
    -webkit-animation-duration: 35989ms;
    animation-duration: 35989ms;
    -webkit-animation-delay: 6554ms;
    animation-delay: 6554ms;
}
@-webkit-keyframes move-frames-176 {
    from {
        transform: translate3d(40vw, 108vh, 0);
    }
    to {
        transform: translate3d(83vw, -113vh, 0);
    }
}
@keyframes move-frames-176 {
    from {
        transform: translate3d(40vw, 108vh, 0);
    }
    to {
        transform: translate3d(83vw, -113vh, 0);
    }
}
.circle-container:nth-child(176) .circle {
    -webkit-animation-delay: 3990ms;
    animation-delay: 3990ms;
}
.circle-container:nth-child(177) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-177;
    animation-name: move-frames-177;
    -webkit-animation-duration: 30283ms;
    animation-duration: 30283ms;
    -webkit-animation-delay: 19431ms;
    animation-delay: 19431ms;
}
@-webkit-keyframes move-frames-177 {
    from {
        transform: translate3d(8vw, 108vh, 0);
    }
    to {
        transform: translate3d(64vw, -125vh, 0);
    }
}
@keyframes move-frames-177 {
    from {
        transform: translate3d(8vw, 108vh, 0);
    }
    to {
        transform: translate3d(64vw, -125vh, 0);
    }
}
.circle-container:nth-child(177) .circle {
    -webkit-animation-delay: 2088ms;
    animation-delay: 2088ms;
}
.circle-container:nth-child(178) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-178;
    animation-name: move-frames-178;
    -webkit-animation-duration: 34594ms;
    animation-duration: 34594ms;
    -webkit-animation-delay: 17793ms;
    animation-delay: 17793ms;
}
@-webkit-keyframes move-frames-178 {
    from {
        transform: translate3d(81vw, 108vh, 0);
    }
    to {
        transform: translate3d(44vw, -120vh, 0);
    }
}
@keyframes move-frames-178 {
    from {
        transform: translate3d(81vw, 108vh, 0);
    }
    to {
        transform: translate3d(44vw, -120vh, 0);
    }
}
.circle-container:nth-child(178) .circle {
    -webkit-animation-delay: 1044ms;
    animation-delay: 1044ms;
}
.circle-container:nth-child(179) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-179;
    animation-name: move-frames-179;
    -webkit-animation-duration: 30179ms;
    animation-duration: 30179ms;
    -webkit-animation-delay: 19277ms;
    animation-delay: 19277ms;
}
@-webkit-keyframes move-frames-179 {
    from {
        transform: translate3d(4vw, 105vh, 0);
    }
    to {
        transform: translate3d(93vw, -128vh, 0);
    }
}
@keyframes move-frames-179 {
    from {
        transform: translate3d(4vw, 105vh, 0);
    }
    to {
        transform: translate3d(93vw, -128vh, 0);
    }
}
.circle-container:nth-child(179) .circle {
    -webkit-animation-delay: 1532ms;
    animation-delay: 1532ms;
}
.circle-container:nth-child(180) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-180;
    animation-name: move-frames-180;
    -webkit-animation-duration: 35216ms;
    animation-duration: 35216ms;
    -webkit-animation-delay: 16096ms;
    animation-delay: 16096ms;
}
@-webkit-keyframes move-frames-180 {
    from {
        transform: translate3d(76vw, 107vh, 0);
    }
    to {
        transform: translate3d(79vw, -109vh, 0);
    }
}
@keyframes move-frames-180 {
    from {
        transform: translate3d(76vw, 107vh, 0);
    }
    to {
        transform: translate3d(79vw, -109vh, 0);
    }
}
.circle-container:nth-child(180) .circle {
    -webkit-animation-delay: 584ms;
    animation-delay: 584ms;
}
.circle-container:nth-child(181) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-181;
    animation-name: move-frames-181;
    -webkit-animation-duration: 36702ms;
    animation-duration: 36702ms;
    -webkit-animation-delay: 17210ms;
    animation-delay: 17210ms;
}
@-webkit-keyframes move-frames-181 {
    from {
        transform: translate3d(44vw, 109vh, 0);
    }
    to {
        transform: translate3d(25vw, -133vh, 0);
    }
}
@keyframes move-frames-181 {
    from {
        transform: translate3d(44vw, 109vh, 0);
    }
    to {
        transform: translate3d(25vw, -133vh, 0);
    }
}
.circle-container:nth-child(181) .circle {
    -webkit-animation-delay: 1274ms;
    animation-delay: 1274ms;
}
.circle-container:nth-child(182) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-182;
    animation-name: move-frames-182;
    -webkit-animation-duration: 30627ms;
    animation-duration: 30627ms;
    -webkit-animation-delay: 20894ms;
    animation-delay: 20894ms;
}
@-webkit-keyframes move-frames-182 {
    from {
        transform: translate3d(4vw, 104vh, 0);
    }
    to {
        transform: translate3d(19vw, -105vh, 0);
    }
}
@keyframes move-frames-182 {
    from {
        transform: translate3d(4vw, 104vh, 0);
    }
    to {
        transform: translate3d(19vw, -105vh, 0);
    }
}
.circle-container:nth-child(182) .circle {
    -webkit-animation-delay: 2895ms;
    animation-delay: 2895ms;
}
.circle-container:nth-child(183) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-183;
    animation-name: move-frames-183;
    -webkit-animation-duration: 30985ms;
    animation-duration: 30985ms;
    -webkit-animation-delay: 856ms;
    animation-delay: 856ms;
}
@-webkit-keyframes move-frames-183 {
    from {
        transform: translate3d(71vw, 106vh, 0);
    }
    to {
        transform: translate3d(49vw, -118vh, 0);
    }
}
@keyframes move-frames-183 {
    from {
        transform: translate3d(71vw, 106vh, 0);
    }
    to {
        transform: translate3d(49vw, -118vh, 0);
    }
}
.circle-container:nth-child(183) .circle {
    -webkit-animation-delay: 1990ms;
    animation-delay: 1990ms;
}
.circle-container:nth-child(184) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-184;
    animation-name: move-frames-184;
    -webkit-animation-duration: 29548ms;
    animation-duration: 29548ms;
    -webkit-animation-delay: 24770ms;
    animation-delay: 24770ms;
}
@-webkit-keyframes move-frames-184 {
    from {
        transform: translate3d(78vw, 109vh, 0);
    }
    to {
        transform: translate3d(81vw, -121vh, 0);
    }
}
@keyframes move-frames-184 {
    from {
        transform: translate3d(78vw, 109vh, 0);
    }
    to {
        transform: translate3d(81vw, -121vh, 0);
    }
}
.circle-container:nth-child(184) .circle {
    -webkit-animation-delay: 2721ms;
    animation-delay: 2721ms;
}
.circle-container:nth-child(185) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-185;
    animation-name: move-frames-185;
    -webkit-animation-duration: 31737ms;
    animation-duration: 31737ms;
    -webkit-animation-delay: 23944ms;
    animation-delay: 23944ms;
}
@-webkit-keyframes move-frames-185 {
    from {
        transform: translate3d(11vw, 109vh, 0);
    }
    to {
        transform: translate3d(11vw, -133vh, 0);
    }
}
@keyframes move-frames-185 {
    from {
        transform: translate3d(11vw, 109vh, 0);
    }
    to {
        transform: translate3d(11vw, -133vh, 0);
    }
}
.circle-container:nth-child(185) .circle {
    -webkit-animation-delay: 3829ms;
    animation-delay: 3829ms;
}
.circle-container:nth-child(186) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-186;
    animation-name: move-frames-186;
    -webkit-animation-duration: 34768ms;
    animation-duration: 34768ms;
    -webkit-animation-delay: 15501ms;
    animation-delay: 15501ms;
}
@-webkit-keyframes move-frames-186 {
    from {
        transform: translate3d(70vw, 106vh, 0);
    }
    to {
        transform: translate3d(5vw, -126vh, 0);
    }
}
@keyframes move-frames-186 {
    from {
        transform: translate3d(70vw, 106vh, 0);
    }
    to {
        transform: translate3d(5vw, -126vh, 0);
    }
}
.circle-container:nth-child(186) .circle {
    -webkit-animation-delay: 3341ms;
    animation-delay: 3341ms;
}
.circle-container:nth-child(187) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-187;
    animation-name: move-frames-187;
    -webkit-animation-duration: 33557ms;
    animation-duration: 33557ms;
    -webkit-animation-delay: 16574ms;
    animation-delay: 16574ms;
}
@-webkit-keyframes move-frames-187 {
    from {
        transform: translate3d(53vw, 101vh, 0);
    }
    to {
        transform: translate3d(88vw, -102vh, 0);
    }
}
@keyframes move-frames-187 {
    from {
        transform: translate3d(53vw, 101vh, 0);
    }
    to {
        transform: translate3d(88vw, -102vh, 0);
    }
}
.circle-container:nth-child(187) .circle {
    -webkit-animation-delay: 3847ms;
    animation-delay: 3847ms;
}
.circle-container:nth-child(188) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-188;
    animation-name: move-frames-188;
    -webkit-animation-duration: 32396ms;
    animation-duration: 32396ms;
    -webkit-animation-delay: 5741ms;
    animation-delay: 5741ms;
}
@-webkit-keyframes move-frames-188 {
    from {
        transform: translate3d(13vw, 106vh, 0);
    }
    to {
        transform: translate3d(63vw, -113vh, 0);
    }
}
@keyframes move-frames-188 {
    from {
        transform: translate3d(13vw, 106vh, 0);
    }
    to {
        transform: translate3d(63vw, -113vh, 0);
    }
}
.circle-container:nth-child(188) .circle {
    -webkit-animation-delay: 991ms;
    animation-delay: 991ms;
}
.circle-container:nth-child(189) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-189;
    animation-name: move-frames-189;
    -webkit-animation-duration: 35995ms;
    animation-duration: 35995ms;
    -webkit-animation-delay: 13625ms;
    animation-delay: 13625ms;
}
@-webkit-keyframes move-frames-189 {
    from {
        transform: translate3d(58vw, 107vh, 0);
    }
    to {
        transform: translate3d(82vw, -131vh, 0);
    }
}
@keyframes move-frames-189 {
    from {
        transform: translate3d(58vw, 107vh, 0);
    }
    to {
        transform: translate3d(82vw, -131vh, 0);
    }
}
.circle-container:nth-child(189) .circle {
    -webkit-animation-delay: 4000ms;
    animation-delay: 4000ms;
}
.circle-container:nth-child(190) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-190;
    animation-name: move-frames-190;
    -webkit-animation-duration: 28859ms;
    animation-duration: 28859ms;
    -webkit-animation-delay: 34899ms;
    animation-delay: 34899ms;
}
@-webkit-keyframes move-frames-190 {
    from {
        transform: translate3d(13vw, 103vh, 0);
    }
    to {
        transform: translate3d(66vw, -104vh, 0);
    }
}
@keyframes move-frames-190 {
    from {
        transform: translate3d(13vw, 103vh, 0);
    }
    to {
        transform: translate3d(66vw, -104vh, 0);
    }
}
.circle-container:nth-child(190) .circle {
    -webkit-animation-delay: 549ms;
    animation-delay: 549ms;
}
.circle-container:nth-child(191) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-191;
    animation-name: move-frames-191;
    -webkit-animation-duration: 35735ms;
    animation-duration: 35735ms;
    -webkit-animation-delay: 9508ms;
    animation-delay: 9508ms;
}
@-webkit-keyframes move-frames-191 {
    from {
        transform: translate3d(98vw, 104vh, 0);
    }
    to {
        transform: translate3d(4vw, -114vh, 0);
    }
}
@keyframes move-frames-191 {
    from {
        transform: translate3d(98vw, 104vh, 0);
    }
    to {
        transform: translate3d(4vw, -114vh, 0);
    }
}
.circle-container:nth-child(191) .circle {
    -webkit-animation-delay: 2698ms;
    animation-delay: 2698ms;
}
.circle-container:nth-child(192) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-192;
    animation-name: move-frames-192;
    -webkit-animation-duration: 31666ms;
    animation-duration: 31666ms;
    -webkit-animation-delay: 21248ms;
    animation-delay: 21248ms;
}
@-webkit-keyframes move-frames-192 {
    from {
        transform: translate3d(85vw, 105vh, 0);
    }
    to {
        transform: translate3d(61vw, -135vh, 0);
    }
}
@keyframes move-frames-192 {
    from {
        transform: translate3d(85vw, 105vh, 0);
    }
    to {
        transform: translate3d(61vw, -135vh, 0);
    }
}
.circle-container:nth-child(192) .circle {
    -webkit-animation-delay: 82ms;
    animation-delay: 82ms;
}
.circle-container:nth-child(193) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-193;
    animation-name: move-frames-193;
    -webkit-animation-duration: 33934ms;
    animation-duration: 33934ms;
    -webkit-animation-delay: 29738ms;
    animation-delay: 29738ms;
}
@-webkit-keyframes move-frames-193 {
    from {
        transform: translate3d(14vw, 107vh, 0);
    }
    to {
        transform: translate3d(5vw, -127vh, 0);
    }
}
@keyframes move-frames-193 {
    from {
        transform: translate3d(14vw, 107vh, 0);
    }
    to {
        transform: translate3d(5vw, -127vh, 0);
    }
}
.circle-container:nth-child(193) .circle {
    -webkit-animation-delay: 2815ms;
    animation-delay: 2815ms;
}
.circle-container:nth-child(194) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-194;
    animation-name: move-frames-194;
    -webkit-animation-duration: 31359ms;
    animation-duration: 31359ms;
    -webkit-animation-delay: 12723ms;
    animation-delay: 12723ms;
}
@-webkit-keyframes move-frames-194 {
    from {
        transform: translate3d(82vw, 107vh, 0);
    }
    to {
        transform: translate3d(85vw, -131vh, 0);
    }
}
@keyframes move-frames-194 {
    from {
        transform: translate3d(82vw, 107vh, 0);
    }
    to {
        transform: translate3d(85vw, -131vh, 0);
    }
}
.circle-container:nth-child(194) .circle {
    -webkit-animation-delay: 3719ms;
    animation-delay: 3719ms;
}
.circle-container:nth-child(195) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-195;
    animation-name: move-frames-195;
    -webkit-animation-duration: 33593ms;
    animation-duration: 33593ms;
    -webkit-animation-delay: 21019ms;
    animation-delay: 21019ms;
}
@-webkit-keyframes move-frames-195 {
    from {
        transform: translate3d(63vw, 110vh, 0);
    }
    to {
        transform: translate3d(36vw, -119vh, 0);
    }
}
@keyframes move-frames-195 {
    from {
        transform: translate3d(63vw, 110vh, 0);
    }
    to {
        transform: translate3d(36vw, -119vh, 0);
    }
}
.circle-container:nth-child(195) .circle {
    -webkit-animation-delay: 3287ms;
    animation-delay: 3287ms;
}
.circle-container:nth-child(196) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-196;
    animation-name: move-frames-196;
    -webkit-animation-duration: 29551ms;
    animation-duration: 29551ms;
    -webkit-animation-delay: 24594ms;
    animation-delay: 24594ms;
}
@-webkit-keyframes move-frames-196 {
    from {
        transform: translate3d(64vw, 103vh, 0);
    }
    to {
        transform: translate3d(98vw, -125vh, 0);
    }
}
@keyframes move-frames-196 {
    from {
        transform: translate3d(64vw, 103vh, 0);
    }
    to {
        transform: translate3d(98vw, -125vh, 0);
    }
}
.circle-container:nth-child(196) .circle {
    -webkit-animation-delay: 262ms;
    animation-delay: 262ms;
}
.circle-container:nth-child(197) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-197;
    animation-name: move-frames-197;
    -webkit-animation-duration: 34914ms;
    animation-duration: 34914ms;
    -webkit-animation-delay: 12876ms;
    animation-delay: 12876ms;
}
@-webkit-keyframes move-frames-197 {
    from {
        transform: translate3d(70vw, 103vh, 0);
    }
    to {
        transform: translate3d(3vw, -112vh, 0);
    }
}
@keyframes move-frames-197 {
    from {
        transform: translate3d(70vw, 103vh, 0);
    }
    to {
        transform: translate3d(3vw, -112vh, 0);
    }
}
.circle-container:nth-child(197) .circle {
    -webkit-animation-delay: 3955ms;
    animation-delay: 3955ms;
}
.circle-container:nth-child(198) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-198;
    animation-name: move-frames-198;
    -webkit-animation-duration: 31682ms;
    animation-duration: 31682ms;
    -webkit-animation-delay: 22259ms;
    animation-delay: 22259ms;
}
@-webkit-keyframes move-frames-198 {
    from {
        transform: translate3d(62vw, 105vh, 0);
    }
    to {
        transform: translate3d(97vw, -108vh, 0);
    }
}
@keyframes move-frames-198 {
    from {
        transform: translate3d(62vw, 105vh, 0);
    }
    to {
        transform: translate3d(97vw, -108vh, 0);
    }
}
.circle-container:nth-child(198) .circle {
    -webkit-animation-delay: 374ms;
    animation-delay: 374ms;
}
.circle-container:nth-child(199) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-199;
    animation-name: move-frames-199;
    -webkit-animation-duration: 30168ms;
    animation-duration: 30168ms;
    -webkit-animation-delay: 14963ms;
    animation-delay: 14963ms;
}
@-webkit-keyframes move-frames-199 {
    from {
        transform: translate3d(93vw, 104vh, 0);
    }
    to {
        transform: translate3d(51vw, -132vh, 0);
    }
}
@keyframes move-frames-199 {
    from {
        transform: translate3d(93vw, 104vh, 0);
    }
    to {
        transform: translate3d(51vw, -132vh, 0);
    }
}
.circle-container:nth-child(199) .circle {
    -webkit-animation-delay: 2825ms;
    animation-delay: 2825ms;
}
.circle-container:nth-child(200) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-200;
    animation-name: move-frames-200;
    -webkit-animation-duration: 31701ms;
    animation-duration: 31701ms;
    -webkit-animation-delay: 24960ms;
    animation-delay: 24960ms;
}
@-webkit-keyframes move-frames-200 {
    from {
        transform: translate3d(29vw, 108vh, 0);
    }
    to {
        transform: translate3d(54vw, -133vh, 0);
    }
}
@keyframes move-frames-200 {
    from {
        transform: translate3d(29vw, 108vh, 0);
    }
    to {
        transform: translate3d(54vw, -133vh, 0);
    }
}
.circle-container:nth-child(200) .circle {
    -webkit-animation-delay: 2983ms;
    animation-delay: 2983ms;
}