/*
html, body {
    position: fixed;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
#horang2web_landingpage_maincontainer {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
}
*/


/* background set */
#horang2web_landingpage_livebackground {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    /* background-image: url("assets/images/citynightsky.jpg"); */
    background-color: #021027;
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: -1 !important;
}

#horang2web_landingpage_livebackground .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);
}

#horang2web_landingpage_livebackground .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;
}

#horang2web_landingpage_livebackground .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);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(1) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-1;
    animation-name: move-frames-1;
    -webkit-animation-duration: 30339ms;
    animation-duration: 30339ms;
    -webkit-animation-delay: 23626ms;
    animation-delay: 23626ms;
}

@-webkit-keyframes move-frames-1 {
    from {
        transform: translate3d(93vw, 108vh, 0);
    }

    to {
        transform: translate3d(84vw, -111vh, 0);
    }
}

@keyframes move-frames-1 {
    from {
        transform: translate3d(93vw, 108vh, 0);
    }

    to {
        transform: translate3d(84vw, -111vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(1) .circle {
    -webkit-animation-delay: 2244ms;
    animation-delay: 2244ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(2) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-2;
    animation-name: move-frames-2;
    -webkit-animation-duration: 35941ms;
    animation-duration: 35941ms;
    -webkit-animation-delay: 25645ms;
    animation-delay: 25645ms;
}

@-webkit-keyframes move-frames-2 {
    from {
        transform: translate3d(91vw, 106vh, 0);
    }

    to {
        transform: translate3d(22vw, -129vh, 0);
    }
}

@keyframes move-frames-2 {
    from {
        transform: translate3d(91vw, 106vh, 0);
    }

    to {
        transform: translate3d(22vw, -129vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(2) .circle {
    -webkit-animation-delay: 3047ms;
    animation-delay: 3047ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(3) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-3;
    animation-name: move-frames-3;
    -webkit-animation-duration: 30050ms;
    animation-duration: 30050ms;
    -webkit-animation-delay: 1876ms;
    animation-delay: 1876ms;
}

@-webkit-keyframes move-frames-3 {
    from {
        transform: translate3d(24vw, 103vh, 0);
    }

    to {
        transform: translate3d(57vw, -133vh, 0);
    }
}

@keyframes move-frames-3 {
    from {
        transform: translate3d(24vw, 103vh, 0);
    }

    to {
        transform: translate3d(57vw, -133vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(3) .circle {
    -webkit-animation-delay: 1793ms;
    animation-delay: 1793ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(4) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-4;
    animation-name: move-frames-4;
    -webkit-animation-duration: 28565ms;
    animation-duration: 28565ms;
    -webkit-animation-delay: 26838ms;
    animation-delay: 26838ms;
}

@-webkit-keyframes move-frames-4 {
    from {
        transform: translate3d(6vw, 107vh, 0);
    }

    to {
        transform: translate3d(54vw, -109vh, 0);
    }
}

@keyframes move-frames-4 {
    from {
        transform: translate3d(6vw, 107vh, 0);
    }

    to {
        transform: translate3d(54vw, -109vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(4) .circle {
    -webkit-animation-delay: 3777ms;
    animation-delay: 3777ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(5) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-5;
    animation-name: move-frames-5;
    -webkit-animation-duration: 31873ms;
    animation-duration: 31873ms;
    -webkit-animation-delay: 10843ms;
    animation-delay: 10843ms;
}

@-webkit-keyframes move-frames-5 {
    from {
        transform: translate3d(88vw, 101vh, 0);
    }

    to {
        transform: translate3d(37vw, -116vh, 0);
    }
}

@keyframes move-frames-5 {
    from {
        transform: translate3d(88vw, 101vh, 0);
    }

    to {
        transform: translate3d(37vw, -116vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(5) .circle {
    -webkit-animation-delay: 2012ms;
    animation-delay: 2012ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(6) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-6;
    animation-name: move-frames-6;
    -webkit-animation-duration: 32347ms;
    animation-duration: 32347ms;
    -webkit-animation-delay: 35739ms;
    animation-delay: 35739ms;
}

@-webkit-keyframes move-frames-6 {
    from {
        transform: translate3d(34vw, 108vh, 0);
    }

    to {
        transform: translate3d(62vw, -128vh, 0);
    }
}

@keyframes move-frames-6 {
    from {
        transform: translate3d(34vw, 108vh, 0);
    }

    to {
        transform: translate3d(62vw, -128vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(6) .circle {
    -webkit-animation-delay: 1059ms;
    animation-delay: 1059ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(7) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-7;
    animation-name: move-frames-7;
    -webkit-animation-duration: 28208ms;
    animation-duration: 28208ms;
    -webkit-animation-delay: 19531ms;
    animation-delay: 19531ms;
}

@-webkit-keyframes move-frames-7 {
    from {
        transform: translate3d(26vw, 108vh, 0);
    }

    to {
        transform: translate3d(86vw, -110vh, 0);
    }
}

@keyframes move-frames-7 {
    from {
        transform: translate3d(26vw, 108vh, 0);
    }

    to {
        transform: translate3d(86vw, -110vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(7) .circle {
    -webkit-animation-delay: 1955ms;
    animation-delay: 1955ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(8) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-8;
    animation-name: move-frames-8;
    -webkit-animation-duration: 33311ms;
    animation-duration: 33311ms;
    -webkit-animation-delay: 30656ms;
    animation-delay: 30656ms;
}

@-webkit-keyframes move-frames-8 {
    from {
        transform: translate3d(75vw, 104vh, 0);
    }

    to {
        transform: translate3d(83vw, -115vh, 0);
    }
}

@keyframes move-frames-8 {
    from {
        transform: translate3d(75vw, 104vh, 0);
    }

    to {
        transform: translate3d(83vw, -115vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(8) .circle {
    -webkit-animation-delay: 584ms;
    animation-delay: 584ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(9) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-9;
    animation-name: move-frames-9;
    -webkit-animation-duration: 28827ms;
    animation-duration: 28827ms;
    -webkit-animation-delay: 10659ms;
    animation-delay: 10659ms;
}

@-webkit-keyframes move-frames-9 {
    from {
        transform: translate3d(65vw, 110vh, 0);
    }

    to {
        transform: translate3d(4vw, -119vh, 0);
    }
}

@keyframes move-frames-9 {
    from {
        transform: translate3d(65vw, 110vh, 0);
    }

    to {
        transform: translate3d(4vw, -119vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(9) .circle {
    -webkit-animation-delay: 1704ms;
    animation-delay: 1704ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(10) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-10;
    animation-name: move-frames-10;
    -webkit-animation-duration: 36040ms;
    animation-duration: 36040ms;
    -webkit-animation-delay: 14393ms;
    animation-delay: 14393ms;
}

@-webkit-keyframes move-frames-10 {
    from {
        transform: translate3d(19vw, 104vh, 0);
    }

    to {
        transform: translate3d(68vw, -133vh, 0);
    }
}

@keyframes move-frames-10 {
    from {
        transform: translate3d(19vw, 104vh, 0);
    }

    to {
        transform: translate3d(68vw, -133vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(10) .circle {
    -webkit-animation-delay: 1916ms;
    animation-delay: 1916ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(11) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-11;
    animation-name: move-frames-11;
    -webkit-animation-duration: 34252ms;
    animation-duration: 34252ms;
    -webkit-animation-delay: 30908ms;
    animation-delay: 30908ms;
}

@-webkit-keyframes move-frames-11 {
    from {
        transform: translate3d(41vw, 109vh, 0);
    }

    to {
        transform: translate3d(88vw, -111vh, 0);
    }
}

@keyframes move-frames-11 {
    from {
        transform: translate3d(41vw, 109vh, 0);
    }

    to {
        transform: translate3d(88vw, -111vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(11) .circle {
    -webkit-animation-delay: 3148ms;
    animation-delay: 3148ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(12) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-12;
    animation-name: move-frames-12;
    -webkit-animation-duration: 33756ms;
    animation-duration: 33756ms;
    -webkit-animation-delay: 23114ms;
    animation-delay: 23114ms;
}

@-webkit-keyframes move-frames-12 {
    from {
        transform: translate3d(8vw, 102vh, 0);
    }

    to {
        transform: translate3d(95vw, -113vh, 0);
    }
}

@keyframes move-frames-12 {
    from {
        transform: translate3d(8vw, 102vh, 0);
    }

    to {
        transform: translate3d(95vw, -113vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(12) .circle {
    -webkit-animation-delay: 2603ms;
    animation-delay: 2603ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(13) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-13;
    animation-name: move-frames-13;
    -webkit-animation-duration: 31078ms;
    animation-duration: 31078ms;
    -webkit-animation-delay: 22904ms;
    animation-delay: 22904ms;
}

@-webkit-keyframes move-frames-13 {
    from {
        transform: translate3d(30vw, 101vh, 0);
    }

    to {
        transform: translate3d(56vw, -111vh, 0);
    }
}

@keyframes move-frames-13 {
    from {
        transform: translate3d(30vw, 101vh, 0);
    }

    to {
        transform: translate3d(56vw, -111vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(13) .circle {
    -webkit-animation-delay: 318ms;
    animation-delay: 318ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(14) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-14;
    animation-name: move-frames-14;
    -webkit-animation-duration: 32919ms;
    animation-duration: 32919ms;
    -webkit-animation-delay: 9216ms;
    animation-delay: 9216ms;
}

@-webkit-keyframes move-frames-14 {
    from {
        transform: translate3d(61vw, 107vh, 0);
    }

    to {
        transform: translate3d(50vw, -118vh, 0);
    }
}

@keyframes move-frames-14 {
    from {
        transform: translate3d(61vw, 107vh, 0);
    }

    to {
        transform: translate3d(50vw, -118vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(14) .circle {
    -webkit-animation-delay: 3164ms;
    animation-delay: 3164ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(15) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-15;
    animation-name: move-frames-15;
    -webkit-animation-duration: 36541ms;
    animation-duration: 36541ms;
    -webkit-animation-delay: 13788ms;
    animation-delay: 13788ms;
}

@-webkit-keyframes move-frames-15 {
    from {
        transform: translate3d(90vw, 108vh, 0);
    }

    to {
        transform: translate3d(43vw, -134vh, 0);
    }
}

@keyframes move-frames-15 {
    from {
        transform: translate3d(90vw, 108vh, 0);
    }

    to {
        transform: translate3d(43vw, -134vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(15) .circle {
    -webkit-animation-delay: 2634ms;
    animation-delay: 2634ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(16) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-16;
    animation-name: move-frames-16;
    -webkit-animation-duration: 28678ms;
    animation-duration: 28678ms;
    -webkit-animation-delay: 36330ms;
    animation-delay: 36330ms;
}

@-webkit-keyframes move-frames-16 {
    from {
        transform: translate3d(28vw, 106vh, 0);
    }

    to {
        transform: translate3d(10vw, -130vh, 0);
    }
}

@keyframes move-frames-16 {
    from {
        transform: translate3d(28vw, 106vh, 0);
    }

    to {
        transform: translate3d(10vw, -130vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(16) .circle {
    -webkit-animation-delay: 630ms;
    animation-delay: 630ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(17) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-17;
    animation-name: move-frames-17;
    -webkit-animation-duration: 36466ms;
    animation-duration: 36466ms;
    -webkit-animation-delay: 30749ms;
    animation-delay: 30749ms;
}

@-webkit-keyframes move-frames-17 {
    from {
        transform: translate3d(21vw, 105vh, 0);
    }

    to {
        transform: translate3d(21vw, -107vh, 0);
    }
}

@keyframes move-frames-17 {
    from {
        transform: translate3d(21vw, 105vh, 0);
    }

    to {
        transform: translate3d(21vw, -107vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(17) .circle {
    -webkit-animation-delay: 2751ms;
    animation-delay: 2751ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(18) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-18;
    animation-name: move-frames-18;
    -webkit-animation-duration: 35795ms;
    animation-duration: 35795ms;
    -webkit-animation-delay: 25076ms;
    animation-delay: 25076ms;
}

@-webkit-keyframes move-frames-18 {
    from {
        transform: translate3d(78vw, 107vh, 0);
    }

    to {
        transform: translate3d(93vw, -116vh, 0);
    }
}

@keyframes move-frames-18 {
    from {
        transform: translate3d(78vw, 107vh, 0);
    }

    to {
        transform: translate3d(93vw, -116vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(18) .circle {
    -webkit-animation-delay: 1824ms;
    animation-delay: 1824ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(19) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-19;
    animation-name: move-frames-19;
    -webkit-animation-duration: 30713ms;
    animation-duration: 30713ms;
    -webkit-animation-delay: 16891ms;
    animation-delay: 16891ms;
}

@-webkit-keyframes move-frames-19 {
    from {
        transform: translate3d(62vw, 106vh, 0);
    }

    to {
        transform: translate3d(99vw, -110vh, 0);
    }
}

@keyframes move-frames-19 {
    from {
        transform: translate3d(62vw, 106vh, 0);
    }

    to {
        transform: translate3d(99vw, -110vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(19) .circle {
    -webkit-animation-delay: 460ms;
    animation-delay: 460ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(20) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-20;
    animation-name: move-frames-20;
    -webkit-animation-duration: 34698ms;
    animation-duration: 34698ms;
    -webkit-animation-delay: 24102ms;
    animation-delay: 24102ms;
}

@-webkit-keyframes move-frames-20 {
    from {
        transform: translate3d(36vw, 107vh, 0);
    }

    to {
        transform: translate3d(88vw, -126vh, 0);
    }
}

@keyframes move-frames-20 {
    from {
        transform: translate3d(36vw, 107vh, 0);
    }

    to {
        transform: translate3d(88vw, -126vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(20) .circle {
    -webkit-animation-delay: 2068ms;
    animation-delay: 2068ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(21) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-21;
    animation-name: move-frames-21;
    -webkit-animation-duration: 34521ms;
    animation-duration: 34521ms;
    -webkit-animation-delay: 11809ms;
    animation-delay: 11809ms;
}

@-webkit-keyframes move-frames-21 {
    from {
        transform: translate3d(13vw, 107vh, 0);
    }

    to {
        transform: translate3d(25vw, -125vh, 0);
    }
}

@keyframes move-frames-21 {
    from {
        transform: translate3d(13vw, 107vh, 0);
    }

    to {
        transform: translate3d(25vw, -125vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(21) .circle {
    -webkit-animation-delay: 3384ms;
    animation-delay: 3384ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(22) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-22;
    animation-name: move-frames-22;
    -webkit-animation-duration: 32656ms;
    animation-duration: 32656ms;
    -webkit-animation-delay: 14144ms;
    animation-delay: 14144ms;
}

@-webkit-keyframes move-frames-22 {
    from {
        transform: translate3d(27vw, 106vh, 0);
    }

    to {
        transform: translate3d(62vw, -109vh, 0);
    }
}

@keyframes move-frames-22 {
    from {
        transform: translate3d(27vw, 106vh, 0);
    }

    to {
        transform: translate3d(62vw, -109vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(22) .circle {
    -webkit-animation-delay: 961ms;
    animation-delay: 961ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(23) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-23;
    animation-name: move-frames-23;
    -webkit-animation-duration: 28163ms;
    animation-duration: 28163ms;
    -webkit-animation-delay: 20213ms;
    animation-delay: 20213ms;
}

@-webkit-keyframes move-frames-23 {
    from {
        transform: translate3d(20vw, 103vh, 0);
    }

    to {
        transform: translate3d(50vw, -105vh, 0);
    }
}

@keyframes move-frames-23 {
    from {
        transform: translate3d(20vw, 103vh, 0);
    }

    to {
        transform: translate3d(50vw, -105vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(23) .circle {
    -webkit-animation-delay: 2670ms;
    animation-delay: 2670ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(24) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-24;
    animation-name: move-frames-24;
    -webkit-animation-duration: 33142ms;
    animation-duration: 33142ms;
    -webkit-animation-delay: 6781ms;
    animation-delay: 6781ms;
}

@-webkit-keyframes move-frames-24 {
    from {
        transform: translate3d(24vw, 107vh, 0);
    }

    to {
        transform: translate3d(64vw, -110vh, 0);
    }
}

@keyframes move-frames-24 {
    from {
        transform: translate3d(24vw, 107vh, 0);
    }

    to {
        transform: translate3d(64vw, -110vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(24) .circle {
    -webkit-animation-delay: 455ms;
    animation-delay: 455ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(25) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-25;
    animation-name: move-frames-25;
    -webkit-animation-duration: 28719ms;
    animation-duration: 28719ms;
    -webkit-animation-delay: 24763ms;
    animation-delay: 24763ms;
}

@-webkit-keyframes move-frames-25 {
    from {
        transform: translate3d(12vw, 110vh, 0);
    }

    to {
        transform: translate3d(40vw, -112vh, 0);
    }
}

@keyframes move-frames-25 {
    from {
        transform: translate3d(12vw, 110vh, 0);
    }

    to {
        transform: translate3d(40vw, -112vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(25) .circle {
    -webkit-animation-delay: 2752ms;
    animation-delay: 2752ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(26) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-26;
    animation-name: move-frames-26;
    -webkit-animation-duration: 29944ms;
    animation-duration: 29944ms;
    -webkit-animation-delay: 28859ms;
    animation-delay: 28859ms;
}

@-webkit-keyframes move-frames-26 {
    from {
        transform: translate3d(21vw, 108vh, 0);
    }

    to {
        transform: translate3d(89vw, -133vh, 0);
    }
}

@keyframes move-frames-26 {
    from {
        transform: translate3d(21vw, 108vh, 0);
    }

    to {
        transform: translate3d(89vw, -133vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(26) .circle {
    -webkit-animation-delay: 3790ms;
    animation-delay: 3790ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(27) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-27;
    animation-name: move-frames-27;
    -webkit-animation-duration: 28232ms;
    animation-duration: 28232ms;
    -webkit-animation-delay: 16022ms;
    animation-delay: 16022ms;
}

@-webkit-keyframes move-frames-27 {
    from {
        transform: translate3d(85vw, 109vh, 0);
    }

    to {
        transform: translate3d(18vw, -118vh, 0);
    }
}

@keyframes move-frames-27 {
    from {
        transform: translate3d(85vw, 109vh, 0);
    }

    to {
        transform: translate3d(18vw, -118vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(27) .circle {
    -webkit-animation-delay: 1664ms;
    animation-delay: 1664ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(28) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-28;
    animation-name: move-frames-28;
    -webkit-animation-duration: 29200ms;
    animation-duration: 29200ms;
    -webkit-animation-delay: 22935ms;
    animation-delay: 22935ms;
}

@-webkit-keyframes move-frames-28 {
    from {
        transform: translate3d(46vw, 109vh, 0);
    }

    to {
        transform: translate3d(29vw, -136vh, 0);
    }
}

@keyframes move-frames-28 {
    from {
        transform: translate3d(46vw, 109vh, 0);
    }

    to {
        transform: translate3d(29vw, -136vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(28) .circle {
    -webkit-animation-delay: 1992ms;
    animation-delay: 1992ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(29) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-29;
    animation-name: move-frames-29;
    -webkit-animation-duration: 28218ms;
    animation-duration: 28218ms;
    -webkit-animation-delay: 15386ms;
    animation-delay: 15386ms;
}

@-webkit-keyframes move-frames-29 {
    from {
        transform: translate3d(28vw, 110vh, 0);
    }

    to {
        transform: translate3d(28vw, -135vh, 0);
    }
}

@keyframes move-frames-29 {
    from {
        transform: translate3d(28vw, 110vh, 0);
    }

    to {
        transform: translate3d(28vw, -135vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(29) .circle {
    -webkit-animation-delay: 3169ms;
    animation-delay: 3169ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(30) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-30;
    animation-name: move-frames-30;
    -webkit-animation-duration: 33930ms;
    animation-duration: 33930ms;
    -webkit-animation-delay: 13581ms;
    animation-delay: 13581ms;
}

@-webkit-keyframes move-frames-30 {
    from {
        transform: translate3d(52vw, 108vh, 0);
    }

    to {
        transform: translate3d(92vw, -132vh, 0);
    }
}

@keyframes move-frames-30 {
    from {
        transform: translate3d(52vw, 108vh, 0);
    }

    to {
        transform: translate3d(92vw, -132vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(30) .circle {
    -webkit-animation-delay: 3545ms;
    animation-delay: 3545ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(31) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-31;
    animation-name: move-frames-31;
    -webkit-animation-duration: 28503ms;
    animation-duration: 28503ms;
    -webkit-animation-delay: 32687ms;
    animation-delay: 32687ms;
}

@-webkit-keyframes move-frames-31 {
    from {
        transform: translate3d(1vw, 110vh, 0);
    }

    to {
        transform: translate3d(55vw, -118vh, 0);
    }
}

@keyframes move-frames-31 {
    from {
        transform: translate3d(1vw, 110vh, 0);
    }

    to {
        transform: translate3d(55vw, -118vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(31) .circle {
    -webkit-animation-delay: 3438ms;
    animation-delay: 3438ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(32) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-32;
    animation-name: move-frames-32;
    -webkit-animation-duration: 31638ms;
    animation-duration: 31638ms;
    -webkit-animation-delay: 20693ms;
    animation-delay: 20693ms;
}

@-webkit-keyframes move-frames-32 {
    from {
        transform: translate3d(11vw, 107vh, 0);
    }

    to {
        transform: translate3d(10vw, -124vh, 0);
    }
}

@keyframes move-frames-32 {
    from {
        transform: translate3d(11vw, 107vh, 0);
    }

    to {
        transform: translate3d(10vw, -124vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(32) .circle {
    -webkit-animation-delay: 970ms;
    animation-delay: 970ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(33) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-33;
    animation-name: move-frames-33;
    -webkit-animation-duration: 32012ms;
    animation-duration: 32012ms;
    -webkit-animation-delay: 5014ms;
    animation-delay: 5014ms;
}

@-webkit-keyframes move-frames-33 {
    from {
        transform: translate3d(13vw, 103vh, 0);
    }

    to {
        transform: translate3d(88vw, -128vh, 0);
    }
}

@keyframes move-frames-33 {
    from {
        transform: translate3d(13vw, 103vh, 0);
    }

    to {
        transform: translate3d(88vw, -128vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(33) .circle {
    -webkit-animation-delay: 2218ms;
    animation-delay: 2218ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(34) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-34;
    animation-name: move-frames-34;
    -webkit-animation-duration: 33772ms;
    animation-duration: 33772ms;
    -webkit-animation-delay: 7375ms;
    animation-delay: 7375ms;
}

@-webkit-keyframes move-frames-34 {
    from {
        transform: translate3d(27vw, 110vh, 0);
    }

    to {
        transform: translate3d(91vw, -132vh, 0);
    }
}

@keyframes move-frames-34 {
    from {
        transform: translate3d(27vw, 110vh, 0);
    }

    to {
        transform: translate3d(91vw, -132vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(34) .circle {
    -webkit-animation-delay: 1068ms;
    animation-delay: 1068ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(35) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-35;
    animation-name: move-frames-35;
    -webkit-animation-duration: 30628ms;
    animation-duration: 30628ms;
    -webkit-animation-delay: 32742ms;
    animation-delay: 32742ms;
}

@-webkit-keyframes move-frames-35 {
    from {
        transform: translate3d(96vw, 101vh, 0);
    }

    to {
        transform: translate3d(53vw, -120vh, 0);
    }
}

@keyframes move-frames-35 {
    from {
        transform: translate3d(96vw, 101vh, 0);
    }

    to {
        transform: translate3d(53vw, -120vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(35) .circle {
    -webkit-animation-delay: 2821ms;
    animation-delay: 2821ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(36) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-36;
    animation-name: move-frames-36;
    -webkit-animation-duration: 36182ms;
    animation-duration: 36182ms;
    -webkit-animation-delay: 26131ms;
    animation-delay: 26131ms;
}

@-webkit-keyframes move-frames-36 {
    from {
        transform: translate3d(19vw, 105vh, 0);
    }

    to {
        transform: translate3d(10vw, -133vh, 0);
    }
}

@keyframes move-frames-36 {
    from {
        transform: translate3d(19vw, 105vh, 0);
    }

    to {
        transform: translate3d(10vw, -133vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(36) .circle {
    -webkit-animation-delay: 3898ms;
    animation-delay: 3898ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(37) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-37;
    animation-name: move-frames-37;
    -webkit-animation-duration: 32231ms;
    animation-duration: 32231ms;
    -webkit-animation-delay: 19598ms;
    animation-delay: 19598ms;
}

@-webkit-keyframes move-frames-37 {
    from {
        transform: translate3d(42vw, 102vh, 0);
    }

    to {
        transform: translate3d(92vw, -110vh, 0);
    }
}

@keyframes move-frames-37 {
    from {
        transform: translate3d(42vw, 102vh, 0);
    }

    to {
        transform: translate3d(92vw, -110vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(37) .circle {
    -webkit-animation-delay: 740ms;
    animation-delay: 740ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(38) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-38;
    animation-name: move-frames-38;
    -webkit-animation-duration: 35947ms;
    animation-duration: 35947ms;
    -webkit-animation-delay: 9333ms;
    animation-delay: 9333ms;
}

@-webkit-keyframes move-frames-38 {
    from {
        transform: translate3d(81vw, 104vh, 0);
    }

    to {
        transform: translate3d(52vw, -112vh, 0);
    }
}

@keyframes move-frames-38 {
    from {
        transform: translate3d(81vw, 104vh, 0);
    }

    to {
        transform: translate3d(52vw, -112vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(38) .circle {
    -webkit-animation-delay: 1677ms;
    animation-delay: 1677ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(39) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-39;
    animation-name: move-frames-39;
    -webkit-animation-duration: 28172ms;
    animation-duration: 28172ms;
    -webkit-animation-delay: 23083ms;
    animation-delay: 23083ms;
}

@-webkit-keyframes move-frames-39 {
    from {
        transform: translate3d(100vw, 106vh, 0);
    }

    to {
        transform: translate3d(69vw, -126vh, 0);
    }
}

@keyframes move-frames-39 {
    from {
        transform: translate3d(100vw, 106vh, 0);
    }

    to {
        transform: translate3d(69vw, -126vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(39) .circle {
    -webkit-animation-delay: 260ms;
    animation-delay: 260ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(40) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-40;
    animation-name: move-frames-40;
    -webkit-animation-duration: 36948ms;
    animation-duration: 36948ms;
    -webkit-animation-delay: 34966ms;
    animation-delay: 34966ms;
}

@-webkit-keyframes move-frames-40 {
    from {
        transform: translate3d(81vw, 104vh, 0);
    }

    to {
        transform: translate3d(26vw, -124vh, 0);
    }
}

@keyframes move-frames-40 {
    from {
        transform: translate3d(81vw, 104vh, 0);
    }

    to {
        transform: translate3d(26vw, -124vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(40) .circle {
    -webkit-animation-delay: 3541ms;
    animation-delay: 3541ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(41) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-41;
    animation-name: move-frames-41;
    -webkit-animation-duration: 34861ms;
    animation-duration: 34861ms;
    -webkit-animation-delay: 14470ms;
    animation-delay: 14470ms;
}

@-webkit-keyframes move-frames-41 {
    from {
        transform: translate3d(62vw, 101vh, 0);
    }

    to {
        transform: translate3d(54vw, -118vh, 0);
    }
}

@keyframes move-frames-41 {
    from {
        transform: translate3d(62vw, 101vh, 0);
    }

    to {
        transform: translate3d(54vw, -118vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(41) .circle {
    -webkit-animation-delay: 2159ms;
    animation-delay: 2159ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(42) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-42;
    animation-name: move-frames-42;
    -webkit-animation-duration: 28872ms;
    animation-duration: 28872ms;
    -webkit-animation-delay: 19169ms;
    animation-delay: 19169ms;
}

@-webkit-keyframes move-frames-42 {
    from {
        transform: translate3d(29vw, 105vh, 0);
    }

    to {
        transform: translate3d(78vw, -132vh, 0);
    }
}

@keyframes move-frames-42 {
    from {
        transform: translate3d(29vw, 105vh, 0);
    }

    to {
        transform: translate3d(78vw, -132vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(42) .circle {
    -webkit-animation-delay: 1782ms;
    animation-delay: 1782ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(43) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-43;
    animation-name: move-frames-43;
    -webkit-animation-duration: 33200ms;
    animation-duration: 33200ms;
    -webkit-animation-delay: 9875ms;
    animation-delay: 9875ms;
}

@-webkit-keyframes move-frames-43 {
    from {
        transform: translate3d(2vw, 106vh, 0);
    }

    to {
        transform: translate3d(62vw, -125vh, 0);
    }
}

@keyframes move-frames-43 {
    from {
        transform: translate3d(2vw, 106vh, 0);
    }

    to {
        transform: translate3d(62vw, -125vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(43) .circle {
    -webkit-animation-delay: 1717ms;
    animation-delay: 1717ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(44) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-44;
    animation-name: move-frames-44;
    -webkit-animation-duration: 36308ms;
    animation-duration: 36308ms;
    -webkit-animation-delay: 31946ms;
    animation-delay: 31946ms;
}

@-webkit-keyframes move-frames-44 {
    from {
        transform: translate3d(77vw, 101vh, 0);
    }

    to {
        transform: translate3d(31vw, -130vh, 0);
    }
}

@keyframes move-frames-44 {
    from {
        transform: translate3d(77vw, 101vh, 0);
    }

    to {
        transform: translate3d(31vw, -130vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(44) .circle {
    -webkit-animation-delay: 2754ms;
    animation-delay: 2754ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(45) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-45;
    animation-name: move-frames-45;
    -webkit-animation-duration: 33865ms;
    animation-duration: 33865ms;
    -webkit-animation-delay: 28203ms;
    animation-delay: 28203ms;
}

@-webkit-keyframes move-frames-45 {
    from {
        transform: translate3d(81vw, 102vh, 0);
    }

    to {
        transform: translate3d(82vw, -108vh, 0);
    }
}

@keyframes move-frames-45 {
    from {
        transform: translate3d(81vw, 102vh, 0);
    }

    to {
        transform: translate3d(82vw, -108vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(45) .circle {
    -webkit-animation-delay: 80ms;
    animation-delay: 80ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(46) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-46;
    animation-name: move-frames-46;
    -webkit-animation-duration: 32292ms;
    animation-duration: 32292ms;
    -webkit-animation-delay: 18710ms;
    animation-delay: 18710ms;
}

@-webkit-keyframes move-frames-46 {
    from {
        transform: translate3d(71vw, 110vh, 0);
    }

    to {
        transform: translate3d(30vw, -129vh, 0);
    }
}

@keyframes move-frames-46 {
    from {
        transform: translate3d(71vw, 110vh, 0);
    }

    to {
        transform: translate3d(30vw, -129vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(46) .circle {
    -webkit-animation-delay: 3010ms;
    animation-delay: 3010ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(47) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-47;
    animation-name: move-frames-47;
    -webkit-animation-duration: 32008ms;
    animation-duration: 32008ms;
    -webkit-animation-delay: 4254ms;
    animation-delay: 4254ms;
}

@-webkit-keyframes move-frames-47 {
    from {
        transform: translate3d(48vw, 108vh, 0);
    }

    to {
        transform: translate3d(86vw, -136vh, 0);
    }
}

@keyframes move-frames-47 {
    from {
        transform: translate3d(48vw, 108vh, 0);
    }

    to {
        transform: translate3d(86vw, -136vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(47) .circle {
    -webkit-animation-delay: 1661ms;
    animation-delay: 1661ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(48) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-48;
    animation-name: move-frames-48;
    -webkit-animation-duration: 29193ms;
    animation-duration: 29193ms;
    -webkit-animation-delay: 26330ms;
    animation-delay: 26330ms;
}

@-webkit-keyframes move-frames-48 {
    from {
        transform: translate3d(91vw, 102vh, 0);
    }

    to {
        transform: translate3d(72vw, -105vh, 0);
    }
}

@keyframes move-frames-48 {
    from {
        transform: translate3d(91vw, 102vh, 0);
    }

    to {
        transform: translate3d(72vw, -105vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(48) .circle {
    -webkit-animation-delay: 329ms;
    animation-delay: 329ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(49) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-49;
    animation-name: move-frames-49;
    -webkit-animation-duration: 36022ms;
    animation-duration: 36022ms;
    -webkit-animation-delay: 31010ms;
    animation-delay: 31010ms;
}

@-webkit-keyframes move-frames-49 {
    from {
        transform: translate3d(91vw, 105vh, 0);
    }

    to {
        transform: translate3d(9vw, -120vh, 0);
    }
}

@keyframes move-frames-49 {
    from {
        transform: translate3d(91vw, 105vh, 0);
    }

    to {
        transform: translate3d(9vw, -120vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(49) .circle {
    -webkit-animation-delay: 686ms;
    animation-delay: 686ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(50) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-50;
    animation-name: move-frames-50;
    -webkit-animation-duration: 33857ms;
    animation-duration: 33857ms;
    -webkit-animation-delay: 18948ms;
    animation-delay: 18948ms;
}

@-webkit-keyframes move-frames-50 {
    from {
        transform: translate3d(20vw, 109vh, 0);
    }

    to {
        transform: translate3d(27vw, -125vh, 0);
    }
}

@keyframes move-frames-50 {
    from {
        transform: translate3d(20vw, 109vh, 0);
    }

    to {
        transform: translate3d(27vw, -125vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(50) .circle {
    -webkit-animation-delay: 492ms;
    animation-delay: 492ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(51) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-51;
    animation-name: move-frames-51;
    -webkit-animation-duration: 36964ms;
    animation-duration: 36964ms;
    -webkit-animation-delay: 3065ms;
    animation-delay: 3065ms;
}

@-webkit-keyframes move-frames-51 {
    from {
        transform: translate3d(93vw, 109vh, 0);
    }

    to {
        transform: translate3d(29vw, -125vh, 0);
    }
}

@keyframes move-frames-51 {
    from {
        transform: translate3d(93vw, 109vh, 0);
    }

    to {
        transform: translate3d(29vw, -125vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(51) .circle {
    -webkit-animation-delay: 1052ms;
    animation-delay: 1052ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(52) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-52;
    animation-name: move-frames-52;
    -webkit-animation-duration: 33419ms;
    animation-duration: 33419ms;
    -webkit-animation-delay: 6064ms;
    animation-delay: 6064ms;
}

@-webkit-keyframes move-frames-52 {
    from {
        transform: translate3d(40vw, 109vh, 0);
    }

    to {
        transform: translate3d(65vw, -135vh, 0);
    }
}

@keyframes move-frames-52 {
    from {
        transform: translate3d(40vw, 109vh, 0);
    }

    to {
        transform: translate3d(65vw, -135vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(52) .circle {
    -webkit-animation-delay: 1231ms;
    animation-delay: 1231ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(53) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-53;
    animation-name: move-frames-53;
    -webkit-animation-duration: 29528ms;
    animation-duration: 29528ms;
    -webkit-animation-delay: 26999ms;
    animation-delay: 26999ms;
}

@-webkit-keyframes move-frames-53 {
    from {
        transform: translate3d(8vw, 101vh, 0);
    }

    to {
        transform: translate3d(98vw, -123vh, 0);
    }
}

@keyframes move-frames-53 {
    from {
        transform: translate3d(8vw, 101vh, 0);
    }

    to {
        transform: translate3d(98vw, -123vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(53) .circle {
    -webkit-animation-delay: 512ms;
    animation-delay: 512ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(54) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-54;
    animation-name: move-frames-54;
    -webkit-animation-duration: 29931ms;
    animation-duration: 29931ms;
    -webkit-animation-delay: 8920ms;
    animation-delay: 8920ms;
}

@-webkit-keyframes move-frames-54 {
    from {
        transform: translate3d(83vw, 101vh, 0);
    }

    to {
        transform: translate3d(63vw, -116vh, 0);
    }
}

@keyframes move-frames-54 {
    from {
        transform: translate3d(83vw, 101vh, 0);
    }

    to {
        transform: translate3d(63vw, -116vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(54) .circle {
    -webkit-animation-delay: 1453ms;
    animation-delay: 1453ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(55) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-55;
    animation-name: move-frames-55;
    -webkit-animation-duration: 30703ms;
    animation-duration: 30703ms;
    -webkit-animation-delay: 6605ms;
    animation-delay: 6605ms;
}

@-webkit-keyframes move-frames-55 {
    from {
        transform: translate3d(54vw, 102vh, 0);
    }

    to {
        transform: translate3d(48vw, -130vh, 0);
    }
}

@keyframes move-frames-55 {
    from {
        transform: translate3d(54vw, 102vh, 0);
    }

    to {
        transform: translate3d(48vw, -130vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(55) .circle {
    -webkit-animation-delay: 3208ms;
    animation-delay: 3208ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(56) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-56;
    animation-name: move-frames-56;
    -webkit-animation-duration: 29354ms;
    animation-duration: 29354ms;
    -webkit-animation-delay: 4729ms;
    animation-delay: 4729ms;
}

@-webkit-keyframes move-frames-56 {
    from {
        transform: translate3d(72vw, 104vh, 0);
    }

    to {
        transform: translate3d(35vw, -123vh, 0);
    }
}

@keyframes move-frames-56 {
    from {
        transform: translate3d(72vw, 104vh, 0);
    }

    to {
        transform: translate3d(35vw, -123vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(56) .circle {
    -webkit-animation-delay: 1794ms;
    animation-delay: 1794ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(57) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-57;
    animation-name: move-frames-57;
    -webkit-animation-duration: 35438ms;
    animation-duration: 35438ms;
    -webkit-animation-delay: 10702ms;
    animation-delay: 10702ms;
}

@-webkit-keyframes move-frames-57 {
    from {
        transform: translate3d(67vw, 102vh, 0);
    }

    to {
        transform: translate3d(20vw, -122vh, 0);
    }
}

@keyframes move-frames-57 {
    from {
        transform: translate3d(67vw, 102vh, 0);
    }

    to {
        transform: translate3d(20vw, -122vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(57) .circle {
    -webkit-animation-delay: 3754ms;
    animation-delay: 3754ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(58) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-58;
    animation-name: move-frames-58;
    -webkit-animation-duration: 34723ms;
    animation-duration: 34723ms;
    -webkit-animation-delay: 44ms;
    animation-delay: 44ms;
}

@-webkit-keyframes move-frames-58 {
    from {
        transform: translate3d(4vw, 103vh, 0);
    }

    to {
        transform: translate3d(4vw, -117vh, 0);
    }
}

@keyframes move-frames-58 {
    from {
        transform: translate3d(4vw, 103vh, 0);
    }

    to {
        transform: translate3d(4vw, -117vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(58) .circle {
    -webkit-animation-delay: 164ms;
    animation-delay: 164ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(59) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-59;
    animation-name: move-frames-59;
    -webkit-animation-duration: 29182ms;
    animation-duration: 29182ms;
    -webkit-animation-delay: 296ms;
    animation-delay: 296ms;
}

@-webkit-keyframes move-frames-59 {
    from {
        transform: translate3d(73vw, 109vh, 0);
    }

    to {
        transform: translate3d(11vw, -134vh, 0);
    }
}

@keyframes move-frames-59 {
    from {
        transform: translate3d(73vw, 109vh, 0);
    }

    to {
        transform: translate3d(11vw, -134vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(59) .circle {
    -webkit-animation-delay: 573ms;
    animation-delay: 573ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(60) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-60;
    animation-name: move-frames-60;
    -webkit-animation-duration: 34036ms;
    animation-duration: 34036ms;
    -webkit-animation-delay: 36925ms;
    animation-delay: 36925ms;
}

@-webkit-keyframes move-frames-60 {
    from {
        transform: translate3d(92vw, 103vh, 0);
    }

    to {
        transform: translate3d(79vw, -117vh, 0);
    }
}

@keyframes move-frames-60 {
    from {
        transform: translate3d(92vw, 103vh, 0);
    }

    to {
        transform: translate3d(79vw, -117vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(60) .circle {
    -webkit-animation-delay: 1793ms;
    animation-delay: 1793ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(61) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-61;
    animation-name: move-frames-61;
    -webkit-animation-duration: 31059ms;
    animation-duration: 31059ms;
    -webkit-animation-delay: 30473ms;
    animation-delay: 30473ms;
}

@-webkit-keyframes move-frames-61 {
    from {
        transform: translate3d(28vw, 102vh, 0);
    }

    to {
        transform: translate3d(64vw, -105vh, 0);
    }
}

@keyframes move-frames-61 {
    from {
        transform: translate3d(28vw, 102vh, 0);
    }

    to {
        transform: translate3d(64vw, -105vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(61) .circle {
    -webkit-animation-delay: 2855ms;
    animation-delay: 2855ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(62) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-62;
    animation-name: move-frames-62;
    -webkit-animation-duration: 31286ms;
    animation-duration: 31286ms;
    -webkit-animation-delay: 31640ms;
    animation-delay: 31640ms;
}

@-webkit-keyframes move-frames-62 {
    from {
        transform: translate3d(80vw, 103vh, 0);
    }

    to {
        transform: translate3d(99vw, -112vh, 0);
    }
}

@keyframes move-frames-62 {
    from {
        transform: translate3d(80vw, 103vh, 0);
    }

    to {
        transform: translate3d(99vw, -112vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(62) .circle {
    -webkit-animation-delay: 775ms;
    animation-delay: 775ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(63) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-63;
    animation-name: move-frames-63;
    -webkit-animation-duration: 30454ms;
    animation-duration: 30454ms;
    -webkit-animation-delay: 27046ms;
    animation-delay: 27046ms;
}

@-webkit-keyframes move-frames-63 {
    from {
        transform: translate3d(36vw, 105vh, 0);
    }

    to {
        transform: translate3d(88vw, -130vh, 0);
    }
}

@keyframes move-frames-63 {
    from {
        transform: translate3d(36vw, 105vh, 0);
    }

    to {
        transform: translate3d(88vw, -130vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(63) .circle {
    -webkit-animation-delay: 1552ms;
    animation-delay: 1552ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(64) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-64;
    animation-name: move-frames-64;
    -webkit-animation-duration: 33656ms;
    animation-duration: 33656ms;
    -webkit-animation-delay: 604ms;
    animation-delay: 604ms;
}

@-webkit-keyframes move-frames-64 {
    from {
        transform: translate3d(18vw, 109vh, 0);
    }

    to {
        transform: translate3d(41vw, -125vh, 0);
    }
}

@keyframes move-frames-64 {
    from {
        transform: translate3d(18vw, 109vh, 0);
    }

    to {
        transform: translate3d(41vw, -125vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(64) .circle {
    -webkit-animation-delay: 446ms;
    animation-delay: 446ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(65) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-65;
    animation-name: move-frames-65;
    -webkit-animation-duration: 35925ms;
    animation-duration: 35925ms;
    -webkit-animation-delay: 18490ms;
    animation-delay: 18490ms;
}

@-webkit-keyframes move-frames-65 {
    from {
        transform: translate3d(17vw, 104vh, 0);
    }

    to {
        transform: translate3d(80vw, -105vh, 0);
    }
}

@keyframes move-frames-65 {
    from {
        transform: translate3d(17vw, 104vh, 0);
    }

    to {
        transform: translate3d(80vw, -105vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(65) .circle {
    -webkit-animation-delay: 2084ms;
    animation-delay: 2084ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(66) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-66;
    animation-name: move-frames-66;
    -webkit-animation-duration: 29958ms;
    animation-duration: 29958ms;
    -webkit-animation-delay: 23911ms;
    animation-delay: 23911ms;
}

@-webkit-keyframes move-frames-66 {
    from {
        transform: translate3d(90vw, 102vh, 0);
    }

    to {
        transform: translate3d(50vw, -121vh, 0);
    }
}

@keyframes move-frames-66 {
    from {
        transform: translate3d(90vw, 102vh, 0);
    }

    to {
        transform: translate3d(50vw, -121vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(66) .circle {
    -webkit-animation-delay: 3466ms;
    animation-delay: 3466ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(67) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-67;
    animation-name: move-frames-67;
    -webkit-animation-duration: 31675ms;
    animation-duration: 31675ms;
    -webkit-animation-delay: 4875ms;
    animation-delay: 4875ms;
}

@-webkit-keyframes move-frames-67 {
    from {
        transform: translate3d(83vw, 109vh, 0);
    }

    to {
        transform: translate3d(38vw, -119vh, 0);
    }
}

@keyframes move-frames-67 {
    from {
        transform: translate3d(83vw, 109vh, 0);
    }

    to {
        transform: translate3d(38vw, -119vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(67) .circle {
    -webkit-animation-delay: 2195ms;
    animation-delay: 2195ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(68) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-68;
    animation-name: move-frames-68;
    -webkit-animation-duration: 36264ms;
    animation-duration: 36264ms;
    -webkit-animation-delay: 13007ms;
    animation-delay: 13007ms;
}

@-webkit-keyframes move-frames-68 {
    from {
        transform: translate3d(4vw, 101vh, 0);
    }

    to {
        transform: translate3d(34vw, -111vh, 0);
    }
}

@keyframes move-frames-68 {
    from {
        transform: translate3d(4vw, 101vh, 0);
    }

    to {
        transform: translate3d(34vw, -111vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(68) .circle {
    -webkit-animation-delay: 789ms;
    animation-delay: 789ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(69) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-69;
    animation-name: move-frames-69;
    -webkit-animation-duration: 34642ms;
    animation-duration: 34642ms;
    -webkit-animation-delay: 23265ms;
    animation-delay: 23265ms;
}

@-webkit-keyframes move-frames-69 {
    from {
        transform: translate3d(26vw, 105vh, 0);
    }

    to {
        transform: translate3d(32vw, -111vh, 0);
    }
}

@keyframes move-frames-69 {
    from {
        transform: translate3d(26vw, 105vh, 0);
    }

    to {
        transform: translate3d(32vw, -111vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(69) .circle {
    -webkit-animation-delay: 1994ms;
    animation-delay: 1994ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(70) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-70;
    animation-name: move-frames-70;
    -webkit-animation-duration: 33160ms;
    animation-duration: 33160ms;
    -webkit-animation-delay: 26541ms;
    animation-delay: 26541ms;
}

@-webkit-keyframes move-frames-70 {
    from {
        transform: translate3d(3vw, 106vh, 0);
    }

    to {
        transform: translate3d(47vw, -130vh, 0);
    }
}

@keyframes move-frames-70 {
    from {
        transform: translate3d(3vw, 106vh, 0);
    }

    to {
        transform: translate3d(47vw, -130vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(70) .circle {
    -webkit-animation-delay: 1604ms;
    animation-delay: 1604ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(71) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-71;
    animation-name: move-frames-71;
    -webkit-animation-duration: 34455ms;
    animation-duration: 34455ms;
    -webkit-animation-delay: 17714ms;
    animation-delay: 17714ms;
}

@-webkit-keyframes move-frames-71 {
    from {
        transform: translate3d(46vw, 105vh, 0);
    }

    to {
        transform: translate3d(97vw, -107vh, 0);
    }
}

@keyframes move-frames-71 {
    from {
        transform: translate3d(46vw, 105vh, 0);
    }

    to {
        transform: translate3d(97vw, -107vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(71) .circle {
    -webkit-animation-delay: 2855ms;
    animation-delay: 2855ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(72) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-72;
    animation-name: move-frames-72;
    -webkit-animation-duration: 32901ms;
    animation-duration: 32901ms;
    -webkit-animation-delay: 684ms;
    animation-delay: 684ms;
}

@-webkit-keyframes move-frames-72 {
    from {
        transform: translate3d(26vw, 109vh, 0);
    }

    to {
        transform: translate3d(63vw, -136vh, 0);
    }
}

@keyframes move-frames-72 {
    from {
        transform: translate3d(26vw, 109vh, 0);
    }

    to {
        transform: translate3d(63vw, -136vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(72) .circle {
    -webkit-animation-delay: 56ms;
    animation-delay: 56ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(73) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-73;
    animation-name: move-frames-73;
    -webkit-animation-duration: 34782ms;
    animation-duration: 34782ms;
    -webkit-animation-delay: 34516ms;
    animation-delay: 34516ms;
}

@-webkit-keyframes move-frames-73 {
    from {
        transform: translate3d(66vw, 105vh, 0);
    }

    to {
        transform: translate3d(4vw, -131vh, 0);
    }
}

@keyframes move-frames-73 {
    from {
        transform: translate3d(66vw, 105vh, 0);
    }

    to {
        transform: translate3d(4vw, -131vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(73) .circle {
    -webkit-animation-delay: 2515ms;
    animation-delay: 2515ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(74) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-74;
    animation-name: move-frames-74;
    -webkit-animation-duration: 30617ms;
    animation-duration: 30617ms;
    -webkit-animation-delay: 24053ms;
    animation-delay: 24053ms;
}

@-webkit-keyframes move-frames-74 {
    from {
        transform: translate3d(80vw, 104vh, 0);
    }

    to {
        transform: translate3d(55vw, -112vh, 0);
    }
}

@keyframes move-frames-74 {
    from {
        transform: translate3d(80vw, 104vh, 0);
    }

    to {
        transform: translate3d(55vw, -112vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(74) .circle {
    -webkit-animation-delay: 3575ms;
    animation-delay: 3575ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(75) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-75;
    animation-name: move-frames-75;
    -webkit-animation-duration: 28957ms;
    animation-duration: 28957ms;
    -webkit-animation-delay: 4382ms;
    animation-delay: 4382ms;
}

@-webkit-keyframes move-frames-75 {
    from {
        transform: translate3d(50vw, 105vh, 0);
    }

    to {
        transform: translate3d(31vw, -121vh, 0);
    }
}

@keyframes move-frames-75 {
    from {
        transform: translate3d(50vw, 105vh, 0);
    }

    to {
        transform: translate3d(31vw, -121vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(75) .circle {
    -webkit-animation-delay: 3060ms;
    animation-delay: 3060ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(76) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-76;
    animation-name: move-frames-76;
    -webkit-animation-duration: 34564ms;
    animation-duration: 34564ms;
    -webkit-animation-delay: 2780ms;
    animation-delay: 2780ms;
}

@-webkit-keyframes move-frames-76 {
    from {
        transform: translate3d(75vw, 108vh, 0);
    }

    to {
        transform: translate3d(76vw, -122vh, 0);
    }
}

@keyframes move-frames-76 {
    from {
        transform: translate3d(75vw, 108vh, 0);
    }

    to {
        transform: translate3d(76vw, -122vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(76) .circle {
    -webkit-animation-delay: 1635ms;
    animation-delay: 1635ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(77) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-77;
    animation-name: move-frames-77;
    -webkit-animation-duration: 28661ms;
    animation-duration: 28661ms;
    -webkit-animation-delay: 8777ms;
    animation-delay: 8777ms;
}

@-webkit-keyframes move-frames-77 {
    from {
        transform: translate3d(13vw, 104vh, 0);
    }

    to {
        transform: translate3d(58vw, -131vh, 0);
    }
}

@keyframes move-frames-77 {
    from {
        transform: translate3d(13vw, 104vh, 0);
    }

    to {
        transform: translate3d(58vw, -131vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(77) .circle {
    -webkit-animation-delay: 2066ms;
    animation-delay: 2066ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(78) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-78;
    animation-name: move-frames-78;
    -webkit-animation-duration: 32672ms;
    animation-duration: 32672ms;
    -webkit-animation-delay: 1909ms;
    animation-delay: 1909ms;
}

@-webkit-keyframes move-frames-78 {
    from {
        transform: translate3d(16vw, 102vh, 0);
    }

    to {
        transform: translate3d(5vw, -111vh, 0);
    }
}

@keyframes move-frames-78 {
    from {
        transform: translate3d(16vw, 102vh, 0);
    }

    to {
        transform: translate3d(5vw, -111vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(78) .circle {
    -webkit-animation-delay: 3493ms;
    animation-delay: 3493ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(79) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-79;
    animation-name: move-frames-79;
    -webkit-animation-duration: 29166ms;
    animation-duration: 29166ms;
    -webkit-animation-delay: 18607ms;
    animation-delay: 18607ms;
}

@-webkit-keyframes move-frames-79 {
    from {
        transform: translate3d(5vw, 110vh, 0);
    }

    to {
        transform: translate3d(19vw, -120vh, 0);
    }
}

@keyframes move-frames-79 {
    from {
        transform: translate3d(5vw, 110vh, 0);
    }

    to {
        transform: translate3d(19vw, -120vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(79) .circle {
    -webkit-animation-delay: 2963ms;
    animation-delay: 2963ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(80) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-80;
    animation-name: move-frames-80;
    -webkit-animation-duration: 31787ms;
    animation-duration: 31787ms;
    -webkit-animation-delay: 18811ms;
    animation-delay: 18811ms;
}

@-webkit-keyframes move-frames-80 {
    from {
        transform: translate3d(43vw, 104vh, 0);
    }

    to {
        transform: translate3d(26vw, -113vh, 0);
    }
}

@keyframes move-frames-80 {
    from {
        transform: translate3d(43vw, 104vh, 0);
    }

    to {
        transform: translate3d(26vw, -113vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(80) .circle {
    -webkit-animation-delay: 897ms;
    animation-delay: 897ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(81) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-81;
    animation-name: move-frames-81;
    -webkit-animation-duration: 29637ms;
    animation-duration: 29637ms;
    -webkit-animation-delay: 29791ms;
    animation-delay: 29791ms;
}

@-webkit-keyframes move-frames-81 {
    from {
        transform: translate3d(93vw, 101vh, 0);
    }

    to {
        transform: translate3d(71vw, -115vh, 0);
    }
}

@keyframes move-frames-81 {
    from {
        transform: translate3d(93vw, 101vh, 0);
    }

    to {
        transform: translate3d(71vw, -115vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(81) .circle {
    -webkit-animation-delay: 219ms;
    animation-delay: 219ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(82) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-82;
    animation-name: move-frames-82;
    -webkit-animation-duration: 30237ms;
    animation-duration: 30237ms;
    -webkit-animation-delay: 7383ms;
    animation-delay: 7383ms;
}

@-webkit-keyframes move-frames-82 {
    from {
        transform: translate3d(23vw, 106vh, 0);
    }

    to {
        transform: translate3d(20vw, -119vh, 0);
    }
}

@keyframes move-frames-82 {
    from {
        transform: translate3d(23vw, 106vh, 0);
    }

    to {
        transform: translate3d(20vw, -119vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(82) .circle {
    -webkit-animation-delay: 1023ms;
    animation-delay: 1023ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(83) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-83;
    animation-name: move-frames-83;
    -webkit-animation-duration: 35080ms;
    animation-duration: 35080ms;
    -webkit-animation-delay: 22738ms;
    animation-delay: 22738ms;
}

@-webkit-keyframes move-frames-83 {
    from {
        transform: translate3d(73vw, 105vh, 0);
    }

    to {
        transform: translate3d(25vw, -128vh, 0);
    }
}

@keyframes move-frames-83 {
    from {
        transform: translate3d(73vw, 105vh, 0);
    }

    to {
        transform: translate3d(25vw, -128vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(83) .circle {
    -webkit-animation-delay: 2210ms;
    animation-delay: 2210ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(84) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-84;
    animation-name: move-frames-84;
    -webkit-animation-duration: 33953ms;
    animation-duration: 33953ms;
    -webkit-animation-delay: 8674ms;
    animation-delay: 8674ms;
}

@-webkit-keyframes move-frames-84 {
    from {
        transform: translate3d(6vw, 106vh, 0);
    }

    to {
        transform: translate3d(58vw, -116vh, 0);
    }
}

@keyframes move-frames-84 {
    from {
        transform: translate3d(6vw, 106vh, 0);
    }

    to {
        transform: translate3d(58vw, -116vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(84) .circle {
    -webkit-animation-delay: 3309ms;
    animation-delay: 3309ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(85) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-85;
    animation-name: move-frames-85;
    -webkit-animation-duration: 29215ms;
    animation-duration: 29215ms;
    -webkit-animation-delay: 27730ms;
    animation-delay: 27730ms;
}

@-webkit-keyframes move-frames-85 {
    from {
        transform: translate3d(6vw, 106vh, 0);
    }

    to {
        transform: translate3d(69vw, -114vh, 0);
    }
}

@keyframes move-frames-85 {
    from {
        transform: translate3d(6vw, 106vh, 0);
    }

    to {
        transform: translate3d(69vw, -114vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(85) .circle {
    -webkit-animation-delay: 2734ms;
    animation-delay: 2734ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(86) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-86;
    animation-name: move-frames-86;
    -webkit-animation-duration: 35786ms;
    animation-duration: 35786ms;
    -webkit-animation-delay: 3716ms;
    animation-delay: 3716ms;
}

@-webkit-keyframes move-frames-86 {
    from {
        transform: translate3d(97vw, 102vh, 0);
    }

    to {
        transform: translate3d(14vw, -119vh, 0);
    }
}

@keyframes move-frames-86 {
    from {
        transform: translate3d(97vw, 102vh, 0);
    }

    to {
        transform: translate3d(14vw, -119vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(86) .circle {
    -webkit-animation-delay: 3026ms;
    animation-delay: 3026ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(87) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-87;
    animation-name: move-frames-87;
    -webkit-animation-duration: 28757ms;
    animation-duration: 28757ms;
    -webkit-animation-delay: 1827ms;
    animation-delay: 1827ms;
}

@-webkit-keyframes move-frames-87 {
    from {
        transform: translate3d(97vw, 101vh, 0);
    }

    to {
        transform: translate3d(67vw, -104vh, 0);
    }
}

@keyframes move-frames-87 {
    from {
        transform: translate3d(97vw, 101vh, 0);
    }

    to {
        transform: translate3d(67vw, -104vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(87) .circle {
    -webkit-animation-delay: 822ms;
    animation-delay: 822ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(88) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-88;
    animation-name: move-frames-88;
    -webkit-animation-duration: 28348ms;
    animation-duration: 28348ms;
    -webkit-animation-delay: 4917ms;
    animation-delay: 4917ms;
}

@-webkit-keyframes move-frames-88 {
    from {
        transform: translate3d(100vw, 101vh, 0);
    }

    to {
        transform: translate3d(42vw, -119vh, 0);
    }
}

@keyframes move-frames-88 {
    from {
        transform: translate3d(100vw, 101vh, 0);
    }

    to {
        transform: translate3d(42vw, -119vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(88) .circle {
    -webkit-animation-delay: 1076ms;
    animation-delay: 1076ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(89) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-89;
    animation-name: move-frames-89;
    -webkit-animation-duration: 32338ms;
    animation-duration: 32338ms;
    -webkit-animation-delay: 3834ms;
    animation-delay: 3834ms;
}

@-webkit-keyframes move-frames-89 {
    from {
        transform: translate3d(24vw, 102vh, 0);
    }

    to {
        transform: translate3d(27vw, -130vh, 0);
    }
}

@keyframes move-frames-89 {
    from {
        transform: translate3d(24vw, 102vh, 0);
    }

    to {
        transform: translate3d(27vw, -130vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(89) .circle {
    -webkit-animation-delay: 457ms;
    animation-delay: 457ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(90) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-90;
    animation-name: move-frames-90;
    -webkit-animation-duration: 32479ms;
    animation-duration: 32479ms;
    -webkit-animation-delay: 980ms;
    animation-delay: 980ms;
}

@-webkit-keyframes move-frames-90 {
    from {
        transform: translate3d(51vw, 108vh, 0);
    }

    to {
        transform: translate3d(91vw, -126vh, 0);
    }
}

@keyframes move-frames-90 {
    from {
        transform: translate3d(51vw, 108vh, 0);
    }

    to {
        transform: translate3d(91vw, -126vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(90) .circle {
    -webkit-animation-delay: 3892ms;
    animation-delay: 3892ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(91) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-91;
    animation-name: move-frames-91;
    -webkit-animation-duration: 33215ms;
    animation-duration: 33215ms;
    -webkit-animation-delay: 14053ms;
    animation-delay: 14053ms;
}

@-webkit-keyframes move-frames-91 {
    from {
        transform: translate3d(55vw, 104vh, 0);
    }

    to {
        transform: translate3d(14vw, -108vh, 0);
    }
}

@keyframes move-frames-91 {
    from {
        transform: translate3d(55vw, 104vh, 0);
    }

    to {
        transform: translate3d(14vw, -108vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(91) .circle {
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(92) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-92;
    animation-name: move-frames-92;
    -webkit-animation-duration: 30328ms;
    animation-duration: 30328ms;
    -webkit-animation-delay: 14643ms;
    animation-delay: 14643ms;
}

@-webkit-keyframes move-frames-92 {
    from {
        transform: translate3d(11vw, 109vh, 0);
    }

    to {
        transform: translate3d(74vw, -138vh, 0);
    }
}

@keyframes move-frames-92 {
    from {
        transform: translate3d(11vw, 109vh, 0);
    }

    to {
        transform: translate3d(74vw, -138vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(92) .circle {
    -webkit-animation-delay: 1297ms;
    animation-delay: 1297ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(93) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-93;
    animation-name: move-frames-93;
    -webkit-animation-duration: 30176ms;
    animation-duration: 30176ms;
    -webkit-animation-delay: 12809ms;
    animation-delay: 12809ms;
}

@-webkit-keyframes move-frames-93 {
    from {
        transform: translate3d(79vw, 109vh, 0);
    }

    to {
        transform: translate3d(2vw, -123vh, 0);
    }
}

@keyframes move-frames-93 {
    from {
        transform: translate3d(79vw, 109vh, 0);
    }

    to {
        transform: translate3d(2vw, -123vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(93) .circle {
    -webkit-animation-delay: 3521ms;
    animation-delay: 3521ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(94) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-94;
    animation-name: move-frames-94;
    -webkit-animation-duration: 31229ms;
    animation-duration: 31229ms;
    -webkit-animation-delay: 22188ms;
    animation-delay: 22188ms;
}

@-webkit-keyframes move-frames-94 {
    from {
        transform: translate3d(49vw, 106vh, 0);
    }

    to {
        transform: translate3d(65vw, -113vh, 0);
    }
}

@keyframes move-frames-94 {
    from {
        transform: translate3d(49vw, 106vh, 0);
    }

    to {
        transform: translate3d(65vw, -113vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(94) .circle {
    -webkit-animation-delay: 3503ms;
    animation-delay: 3503ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(95) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-95;
    animation-name: move-frames-95;
    -webkit-animation-duration: 28444ms;
    animation-duration: 28444ms;
    -webkit-animation-delay: 3834ms;
    animation-delay: 3834ms;
}

@-webkit-keyframes move-frames-95 {
    from {
        transform: translate3d(50vw, 102vh, 0);
    }

    to {
        transform: translate3d(48vw, -115vh, 0);
    }
}

@keyframes move-frames-95 {
    from {
        transform: translate3d(50vw, 102vh, 0);
    }

    to {
        transform: translate3d(48vw, -115vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(95) .circle {
    -webkit-animation-delay: 674ms;
    animation-delay: 674ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(96) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-96;
    animation-name: move-frames-96;
    -webkit-animation-duration: 35105ms;
    animation-duration: 35105ms;
    -webkit-animation-delay: 11996ms;
    animation-delay: 11996ms;
}

@-webkit-keyframes move-frames-96 {
    from {
        transform: translate3d(46vw, 102vh, 0);
    }

    to {
        transform: translate3d(90vw, -106vh, 0);
    }
}

@keyframes move-frames-96 {
    from {
        transform: translate3d(46vw, 102vh, 0);
    }

    to {
        transform: translate3d(90vw, -106vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(96) .circle {
    -webkit-animation-delay: 535ms;
    animation-delay: 535ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(97) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-97;
    animation-name: move-frames-97;
    -webkit-animation-duration: 28825ms;
    animation-duration: 28825ms;
    -webkit-animation-delay: 10777ms;
    animation-delay: 10777ms;
}

@-webkit-keyframes move-frames-97 {
    from {
        transform: translate3d(58vw, 109vh, 0);
    }

    to {
        transform: translate3d(21vw, -135vh, 0);
    }
}

@keyframes move-frames-97 {
    from {
        transform: translate3d(58vw, 109vh, 0);
    }

    to {
        transform: translate3d(21vw, -135vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(97) .circle {
    -webkit-animation-delay: 2497ms;
    animation-delay: 2497ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(98) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-98;
    animation-name: move-frames-98;
    -webkit-animation-duration: 34414ms;
    animation-duration: 34414ms;
    -webkit-animation-delay: 19415ms;
    animation-delay: 19415ms;
}

@-webkit-keyframes move-frames-98 {
    from {
        transform: translate3d(11vw, 101vh, 0);
    }

    to {
        transform: translate3d(38vw, -116vh, 0);
    }
}

@keyframes move-frames-98 {
    from {
        transform: translate3d(11vw, 101vh, 0);
    }

    to {
        transform: translate3d(38vw, -116vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(98) .circle {
    -webkit-animation-delay: 2029ms;
    animation-delay: 2029ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(99) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-99;
    animation-name: move-frames-99;
    -webkit-animation-duration: 35325ms;
    animation-duration: 35325ms;
    -webkit-animation-delay: 16840ms;
    animation-delay: 16840ms;
}

@-webkit-keyframes move-frames-99 {
    from {
        transform: translate3d(85vw, 107vh, 0);
    }

    to {
        transform: translate3d(44vw, -136vh, 0);
    }
}

@keyframes move-frames-99 {
    from {
        transform: translate3d(85vw, 107vh, 0);
    }

    to {
        transform: translate3d(44vw, -136vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(99) .circle {
    -webkit-animation-delay: 3497ms;
    animation-delay: 3497ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(100) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-100;
    animation-name: move-frames-100;
    -webkit-animation-duration: 30671ms;
    animation-duration: 30671ms;
    -webkit-animation-delay: 12704ms;
    animation-delay: 12704ms;
}

@-webkit-keyframes move-frames-100 {
    from {
        transform: translate3d(23vw, 107vh, 0);
    }

    to {
        transform: translate3d(68vw, -132vh, 0);
    }
}

@keyframes move-frames-100 {
    from {
        transform: translate3d(23vw, 107vh, 0);
    }

    to {
        transform: translate3d(68vw, -132vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(100) .circle {
    -webkit-animation-delay: 1531ms;
    animation-delay: 1531ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(101) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-101;
    animation-name: move-frames-101;
    -webkit-animation-duration: 36635ms;
    animation-duration: 36635ms;
    -webkit-animation-delay: 21162ms;
    animation-delay: 21162ms;
}

@-webkit-keyframes move-frames-101 {
    from {
        transform: translate3d(99vw, 110vh, 0);
    }

    to {
        transform: translate3d(63vw, -111vh, 0);
    }
}

@keyframes move-frames-101 {
    from {
        transform: translate3d(99vw, 110vh, 0);
    }

    to {
        transform: translate3d(63vw, -111vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(101) .circle {
    -webkit-animation-delay: 495ms;
    animation-delay: 495ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(102) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-102;
    animation-name: move-frames-102;
    -webkit-animation-duration: 35608ms;
    animation-duration: 35608ms;
    -webkit-animation-delay: 18207ms;
    animation-delay: 18207ms;
}

@-webkit-keyframes move-frames-102 {
    from {
        transform: translate3d(60vw, 108vh, 0);
    }

    to {
        transform: translate3d(83vw, -116vh, 0);
    }
}

@keyframes move-frames-102 {
    from {
        transform: translate3d(60vw, 108vh, 0);
    }

    to {
        transform: translate3d(83vw, -116vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(102) .circle {
    -webkit-animation-delay: 3453ms;
    animation-delay: 3453ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(103) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-103;
    animation-name: move-frames-103;
    -webkit-animation-duration: 32921ms;
    animation-duration: 32921ms;
    -webkit-animation-delay: 32971ms;
    animation-delay: 32971ms;
}

@-webkit-keyframes move-frames-103 {
    from {
        transform: translate3d(62vw, 106vh, 0);
    }

    to {
        transform: translate3d(2vw, -117vh, 0);
    }
}

@keyframes move-frames-103 {
    from {
        transform: translate3d(62vw, 106vh, 0);
    }

    to {
        transform: translate3d(2vw, -117vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(103) .circle {
    -webkit-animation-delay: 885ms;
    animation-delay: 885ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(104) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-104;
    animation-name: move-frames-104;
    -webkit-animation-duration: 34915ms;
    animation-duration: 34915ms;
    -webkit-animation-delay: 17517ms;
    animation-delay: 17517ms;
}

@-webkit-keyframes move-frames-104 {
    from {
        transform: translate3d(32vw, 105vh, 0);
    }

    to {
        transform: translate3d(86vw, -114vh, 0);
    }
}

@keyframes move-frames-104 {
    from {
        transform: translate3d(32vw, 105vh, 0);
    }

    to {
        transform: translate3d(86vw, -114vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(104) .circle {
    -webkit-animation-delay: 3098ms;
    animation-delay: 3098ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(105) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-105;
    animation-name: move-frames-105;
    -webkit-animation-duration: 35794ms;
    animation-duration: 35794ms;
    -webkit-animation-delay: 26161ms;
    animation-delay: 26161ms;
}

@-webkit-keyframes move-frames-105 {
    from {
        transform: translate3d(27vw, 109vh, 0);
    }

    to {
        transform: translate3d(100vw, -122vh, 0);
    }
}

@keyframes move-frames-105 {
    from {
        transform: translate3d(27vw, 109vh, 0);
    }

    to {
        transform: translate3d(100vw, -122vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(105) .circle {
    -webkit-animation-delay: 2094ms;
    animation-delay: 2094ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(106) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-106;
    animation-name: move-frames-106;
    -webkit-animation-duration: 33735ms;
    animation-duration: 33735ms;
    -webkit-animation-delay: 29637ms;
    animation-delay: 29637ms;
}

@-webkit-keyframes move-frames-106 {
    from {
        transform: translate3d(55vw, 101vh, 0);
    }

    to {
        transform: translate3d(100vw, -115vh, 0);
    }
}

@keyframes move-frames-106 {
    from {
        transform: translate3d(55vw, 101vh, 0);
    }

    to {
        transform: translate3d(100vw, -115vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(106) .circle {
    -webkit-animation-delay: 3747ms;
    animation-delay: 3747ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(107) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-107;
    animation-name: move-frames-107;
    -webkit-animation-duration: 29993ms;
    animation-duration: 29993ms;
    -webkit-animation-delay: 20141ms;
    animation-delay: 20141ms;
}

@-webkit-keyframes move-frames-107 {
    from {
        transform: translate3d(12vw, 101vh, 0);
    }

    to {
        transform: translate3d(28vw, -115vh, 0);
    }
}

@keyframes move-frames-107 {
    from {
        transform: translate3d(12vw, 101vh, 0);
    }

    to {
        transform: translate3d(28vw, -115vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(107) .circle {
    -webkit-animation-delay: 1272ms;
    animation-delay: 1272ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(108) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-108;
    animation-name: move-frames-108;
    -webkit-animation-duration: 30011ms;
    animation-duration: 30011ms;
    -webkit-animation-delay: 22003ms;
    animation-delay: 22003ms;
}

@-webkit-keyframes move-frames-108 {
    from {
        transform: translate3d(33vw, 102vh, 0);
    }

    to {
        transform: translate3d(7vw, -116vh, 0);
    }
}

@keyframes move-frames-108 {
    from {
        transform: translate3d(33vw, 102vh, 0);
    }

    to {
        transform: translate3d(7vw, -116vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(108) .circle {
    -webkit-animation-delay: 3162ms;
    animation-delay: 3162ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(109) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-109;
    animation-name: move-frames-109;
    -webkit-animation-duration: 33140ms;
    animation-duration: 33140ms;
    -webkit-animation-delay: 20702ms;
    animation-delay: 20702ms;
}

@-webkit-keyframes move-frames-109 {
    from {
        transform: translate3d(70vw, 107vh, 0);
    }

    to {
        transform: translate3d(39vw, -125vh, 0);
    }
}

@keyframes move-frames-109 {
    from {
        transform: translate3d(70vw, 107vh, 0);
    }

    to {
        transform: translate3d(39vw, -125vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(109) .circle {
    -webkit-animation-delay: 3605ms;
    animation-delay: 3605ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(110) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-110;
    animation-name: move-frames-110;
    -webkit-animation-duration: 30131ms;
    animation-duration: 30131ms;
    -webkit-animation-delay: 32327ms;
    animation-delay: 32327ms;
}

@-webkit-keyframes move-frames-110 {
    from {
        transform: translate3d(33vw, 110vh, 0);
    }

    to {
        transform: translate3d(35vw, -112vh, 0);
    }
}

@keyframes move-frames-110 {
    from {
        transform: translate3d(33vw, 110vh, 0);
    }

    to {
        transform: translate3d(35vw, -112vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(110) .circle {
    -webkit-animation-delay: 3075ms;
    animation-delay: 3075ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(111) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-111;
    animation-name: move-frames-111;
    -webkit-animation-duration: 30275ms;
    animation-duration: 30275ms;
    -webkit-animation-delay: 2633ms;
    animation-delay: 2633ms;
}

@-webkit-keyframes move-frames-111 {
    from {
        transform: translate3d(96vw, 109vh, 0);
    }

    to {
        transform: translate3d(72vw, -122vh, 0);
    }
}

@keyframes move-frames-111 {
    from {
        transform: translate3d(96vw, 109vh, 0);
    }

    to {
        transform: translate3d(72vw, -122vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(111) .circle {
    -webkit-animation-delay: 3942ms;
    animation-delay: 3942ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(112) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-112;
    animation-name: move-frames-112;
    -webkit-animation-duration: 32650ms;
    animation-duration: 32650ms;
    -webkit-animation-delay: 13761ms;
    animation-delay: 13761ms;
}

@-webkit-keyframes move-frames-112 {
    from {
        transform: translate3d(88vw, 101vh, 0);
    }

    to {
        transform: translate3d(66vw, -121vh, 0);
    }
}

@keyframes move-frames-112 {
    from {
        transform: translate3d(88vw, 101vh, 0);
    }

    to {
        transform: translate3d(66vw, -121vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(112) .circle {
    -webkit-animation-delay: 3999ms;
    animation-delay: 3999ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(113) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-113;
    animation-name: move-frames-113;
    -webkit-animation-duration: 34035ms;
    animation-duration: 34035ms;
    -webkit-animation-delay: 12483ms;
    animation-delay: 12483ms;
}

@-webkit-keyframes move-frames-113 {
    from {
        transform: translate3d(24vw, 102vh, 0);
    }

    to {
        transform: translate3d(59vw, -108vh, 0);
    }
}

@keyframes move-frames-113 {
    from {
        transform: translate3d(24vw, 102vh, 0);
    }

    to {
        transform: translate3d(59vw, -108vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(113) .circle {
    -webkit-animation-delay: 2217ms;
    animation-delay: 2217ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(114) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-114;
    animation-name: move-frames-114;
    -webkit-animation-duration: 30068ms;
    animation-duration: 30068ms;
    -webkit-animation-delay: 29248ms;
    animation-delay: 29248ms;
}

@-webkit-keyframes move-frames-114 {
    from {
        transform: translate3d(47vw, 105vh, 0);
    }

    to {
        transform: translate3d(84vw, -134vh, 0);
    }
}

@keyframes move-frames-114 {
    from {
        transform: translate3d(47vw, 105vh, 0);
    }

    to {
        transform: translate3d(84vw, -134vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(114) .circle {
    -webkit-animation-delay: 50ms;
    animation-delay: 50ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(115) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-115;
    animation-name: move-frames-115;
    -webkit-animation-duration: 33200ms;
    animation-duration: 33200ms;
    -webkit-animation-delay: 10232ms;
    animation-delay: 10232ms;
}

@-webkit-keyframes move-frames-115 {
    from {
        transform: translate3d(75vw, 107vh, 0);
    }

    to {
        transform: translate3d(81vw, -115vh, 0);
    }
}

@keyframes move-frames-115 {
    from {
        transform: translate3d(75vw, 107vh, 0);
    }

    to {
        transform: translate3d(81vw, -115vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(115) .circle {
    -webkit-animation-delay: 665ms;
    animation-delay: 665ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(116) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-116;
    animation-name: move-frames-116;
    -webkit-animation-duration: 28426ms;
    animation-duration: 28426ms;
    -webkit-animation-delay: 13411ms;
    animation-delay: 13411ms;
}

@-webkit-keyframes move-frames-116 {
    from {
        transform: translate3d(8vw, 108vh, 0);
    }

    to {
        transform: translate3d(59vw, -116vh, 0);
    }
}

@keyframes move-frames-116 {
    from {
        transform: translate3d(8vw, 108vh, 0);
    }

    to {
        transform: translate3d(59vw, -116vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(116) .circle {
    -webkit-animation-delay: 1552ms;
    animation-delay: 1552ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(117) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-117;
    animation-name: move-frames-117;
    -webkit-animation-duration: 30780ms;
    animation-duration: 30780ms;
    -webkit-animation-delay: 26123ms;
    animation-delay: 26123ms;
}

@-webkit-keyframes move-frames-117 {
    from {
        transform: translate3d(91vw, 105vh, 0);
    }

    to {
        transform: translate3d(48vw, -115vh, 0);
    }
}

@keyframes move-frames-117 {
    from {
        transform: translate3d(91vw, 105vh, 0);
    }

    to {
        transform: translate3d(48vw, -115vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(117) .circle {
    -webkit-animation-delay: 2677ms;
    animation-delay: 2677ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(118) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-118;
    animation-name: move-frames-118;
    -webkit-animation-duration: 32278ms;
    animation-duration: 32278ms;
    -webkit-animation-delay: 34700ms;
    animation-delay: 34700ms;
}

@-webkit-keyframes move-frames-118 {
    from {
        transform: translate3d(27vw, 109vh, 0);
    }

    to {
        transform: translate3d(96vw, -127vh, 0);
    }
}

@keyframes move-frames-118 {
    from {
        transform: translate3d(27vw, 109vh, 0);
    }

    to {
        transform: translate3d(96vw, -127vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(118) .circle {
    -webkit-animation-delay: 3606ms;
    animation-delay: 3606ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(119) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-119;
    animation-name: move-frames-119;
    -webkit-animation-duration: 34115ms;
    animation-duration: 34115ms;
    -webkit-animation-delay: 3062ms;
    animation-delay: 3062ms;
}

@-webkit-keyframes move-frames-119 {
    from {
        transform: translate3d(58vw, 104vh, 0);
    }

    to {
        transform: translate3d(85vw, -131vh, 0);
    }
}

@keyframes move-frames-119 {
    from {
        transform: translate3d(58vw, 104vh, 0);
    }

    to {
        transform: translate3d(85vw, -131vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(119) .circle {
    -webkit-animation-delay: 3814ms;
    animation-delay: 3814ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(120) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-120;
    animation-name: move-frames-120;
    -webkit-animation-duration: 36715ms;
    animation-duration: 36715ms;
    -webkit-animation-delay: 21709ms;
    animation-delay: 21709ms;
}

@-webkit-keyframes move-frames-120 {
    from {
        transform: translate3d(40vw, 105vh, 0);
    }

    to {
        transform: translate3d(80vw, -118vh, 0);
    }
}

@keyframes move-frames-120 {
    from {
        transform: translate3d(40vw, 105vh, 0);
    }

    to {
        transform: translate3d(80vw, -118vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(120) .circle {
    -webkit-animation-delay: 2524ms;
    animation-delay: 2524ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(121) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-121;
    animation-name: move-frames-121;
    -webkit-animation-duration: 31890ms;
    animation-duration: 31890ms;
    -webkit-animation-delay: 9896ms;
    animation-delay: 9896ms;
}

@-webkit-keyframes move-frames-121 {
    from {
        transform: translate3d(6vw, 105vh, 0);
    }

    to {
        transform: translate3d(34vw, -108vh, 0);
    }
}

@keyframes move-frames-121 {
    from {
        transform: translate3d(6vw, 105vh, 0);
    }

    to {
        transform: translate3d(34vw, -108vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(121) .circle {
    -webkit-animation-delay: 1413ms;
    animation-delay: 1413ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(122) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-122;
    animation-name: move-frames-122;
    -webkit-animation-duration: 29551ms;
    animation-duration: 29551ms;
    -webkit-animation-delay: 35054ms;
    animation-delay: 35054ms;
}

@-webkit-keyframes move-frames-122 {
    from {
        transform: translate3d(51vw, 102vh, 0);
    }

    to {
        transform: translate3d(91vw, -121vh, 0);
    }
}

@keyframes move-frames-122 {
    from {
        transform: translate3d(51vw, 102vh, 0);
    }

    to {
        transform: translate3d(91vw, -121vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(122) .circle {
    -webkit-animation-delay: 3194ms;
    animation-delay: 3194ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(123) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-123;
    animation-name: move-frames-123;
    -webkit-animation-duration: 32292ms;
    animation-duration: 32292ms;
    -webkit-animation-delay: 31003ms;
    animation-delay: 31003ms;
}

@-webkit-keyframes move-frames-123 {
    from {
        transform: translate3d(83vw, 106vh, 0);
    }

    to {
        transform: translate3d(9vw, -108vh, 0);
    }
}

@keyframes move-frames-123 {
    from {
        transform: translate3d(83vw, 106vh, 0);
    }

    to {
        transform: translate3d(9vw, -108vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(123) .circle {
    -webkit-animation-delay: 3679ms;
    animation-delay: 3679ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(124) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-124;
    animation-name: move-frames-124;
    -webkit-animation-duration: 30187ms;
    animation-duration: 30187ms;
    -webkit-animation-delay: 1699ms;
    animation-delay: 1699ms;
}

@-webkit-keyframes move-frames-124 {
    from {
        transform: translate3d(79vw, 109vh, 0);
    }

    to {
        transform: translate3d(74vw, -110vh, 0);
    }
}

@keyframes move-frames-124 {
    from {
        transform: translate3d(79vw, 109vh, 0);
    }

    to {
        transform: translate3d(74vw, -110vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(124) .circle {
    -webkit-animation-delay: 1095ms;
    animation-delay: 1095ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(125) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-125;
    animation-name: move-frames-125;
    -webkit-animation-duration: 35029ms;
    animation-duration: 35029ms;
    -webkit-animation-delay: 836ms;
    animation-delay: 836ms;
}

@-webkit-keyframes move-frames-125 {
    from {
        transform: translate3d(11vw, 102vh, 0);
    }

    to {
        transform: translate3d(71vw, -127vh, 0);
    }
}

@keyframes move-frames-125 {
    from {
        transform: translate3d(11vw, 102vh, 0);
    }

    to {
        transform: translate3d(71vw, -127vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(125) .circle {
    -webkit-animation-delay: 1993ms;
    animation-delay: 1993ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(126) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-126;
    animation-name: move-frames-126;
    -webkit-animation-duration: 32881ms;
    animation-duration: 32881ms;
    -webkit-animation-delay: 5820ms;
    animation-delay: 5820ms;
}

@-webkit-keyframes move-frames-126 {
    from {
        transform: translate3d(14vw, 103vh, 0);
    }

    to {
        transform: translate3d(77vw, -122vh, 0);
    }
}

@keyframes move-frames-126 {
    from {
        transform: translate3d(14vw, 103vh, 0);
    }

    to {
        transform: translate3d(77vw, -122vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(126) .circle {
    -webkit-animation-delay: 3493ms;
    animation-delay: 3493ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(127) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-127;
    animation-name: move-frames-127;
    -webkit-animation-duration: 36409ms;
    animation-duration: 36409ms;
    -webkit-animation-delay: 27228ms;
    animation-delay: 27228ms;
}

@-webkit-keyframes move-frames-127 {
    from {
        transform: translate3d(74vw, 105vh, 0);
    }

    to {
        transform: translate3d(53vw, -110vh, 0);
    }
}

@keyframes move-frames-127 {
    from {
        transform: translate3d(74vw, 105vh, 0);
    }

    to {
        transform: translate3d(53vw, -110vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(127) .circle {
    -webkit-animation-delay: 872ms;
    animation-delay: 872ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(128) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-128;
    animation-name: move-frames-128;
    -webkit-animation-duration: 33754ms;
    animation-duration: 33754ms;
    -webkit-animation-delay: 28315ms;
    animation-delay: 28315ms;
}

@-webkit-keyframes move-frames-128 {
    from {
        transform: translate3d(12vw, 102vh, 0);
    }

    to {
        transform: translate3d(100vw, -125vh, 0);
    }
}

@keyframes move-frames-128 {
    from {
        transform: translate3d(12vw, 102vh, 0);
    }

    to {
        transform: translate3d(100vw, -125vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(128) .circle {
    -webkit-animation-delay: 3098ms;
    animation-delay: 3098ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(129) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-129;
    animation-name: move-frames-129;
    -webkit-animation-duration: 30006ms;
    animation-duration: 30006ms;
    -webkit-animation-delay: 34155ms;
    animation-delay: 34155ms;
}

@-webkit-keyframes move-frames-129 {
    from {
        transform: translate3d(68vw, 102vh, 0);
    }

    to {
        transform: translate3d(39vw, -111vh, 0);
    }
}

@keyframes move-frames-129 {
    from {
        transform: translate3d(68vw, 102vh, 0);
    }

    to {
        transform: translate3d(39vw, -111vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(129) .circle {
    -webkit-animation-delay: 1131ms;
    animation-delay: 1131ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(130) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-130;
    animation-name: move-frames-130;
    -webkit-animation-duration: 36578ms;
    animation-duration: 36578ms;
    -webkit-animation-delay: 15936ms;
    animation-delay: 15936ms;
}

@-webkit-keyframes move-frames-130 {
    from {
        transform: translate3d(10vw, 105vh, 0);
    }

    to {
        transform: translate3d(98vw, -115vh, 0);
    }
}

@keyframes move-frames-130 {
    from {
        transform: translate3d(10vw, 105vh, 0);
    }

    to {
        transform: translate3d(98vw, -115vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(130) .circle {
    -webkit-animation-delay: 3713ms;
    animation-delay: 3713ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(131) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-131;
    animation-name: move-frames-131;
    -webkit-animation-duration: 29930ms;
    animation-duration: 29930ms;
    -webkit-animation-delay: 20669ms;
    animation-delay: 20669ms;
}

@-webkit-keyframes move-frames-131 {
    from {
        transform: translate3d(16vw, 109vh, 0);
    }

    to {
        transform: translate3d(32vw, -130vh, 0);
    }
}

@keyframes move-frames-131 {
    from {
        transform: translate3d(16vw, 109vh, 0);
    }

    to {
        transform: translate3d(32vw, -130vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(131) .circle {
    -webkit-animation-delay: 3170ms;
    animation-delay: 3170ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(132) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-132;
    animation-name: move-frames-132;
    -webkit-animation-duration: 35332ms;
    animation-duration: 35332ms;
    -webkit-animation-delay: 4110ms;
    animation-delay: 4110ms;
}

@-webkit-keyframes move-frames-132 {
    from {
        transform: translate3d(61vw, 105vh, 0);
    }

    to {
        transform: translate3d(40vw, -110vh, 0);
    }
}

@keyframes move-frames-132 {
    from {
        transform: translate3d(61vw, 105vh, 0);
    }

    to {
        transform: translate3d(40vw, -110vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(132) .circle {
    -webkit-animation-delay: 1396ms;
    animation-delay: 1396ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(133) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-133;
    animation-name: move-frames-133;
    -webkit-animation-duration: 32205ms;
    animation-duration: 32205ms;
    -webkit-animation-delay: 7595ms;
    animation-delay: 7595ms;
}

@-webkit-keyframes move-frames-133 {
    from {
        transform: translate3d(36vw, 109vh, 0);
    }

    to {
        transform: translate3d(97vw, -126vh, 0);
    }
}

@keyframes move-frames-133 {
    from {
        transform: translate3d(36vw, 109vh, 0);
    }

    to {
        transform: translate3d(97vw, -126vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(133) .circle {
    -webkit-animation-delay: 869ms;
    animation-delay: 869ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(134) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-134;
    animation-name: move-frames-134;
    -webkit-animation-duration: 31367ms;
    animation-duration: 31367ms;
    -webkit-animation-delay: 33953ms;
    animation-delay: 33953ms;
}

@-webkit-keyframes move-frames-134 {
    from {
        transform: translate3d(74vw, 109vh, 0);
    }

    to {
        transform: translate3d(48vw, -128vh, 0);
    }
}

@keyframes move-frames-134 {
    from {
        transform: translate3d(74vw, 109vh, 0);
    }

    to {
        transform: translate3d(48vw, -128vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(134) .circle {
    -webkit-animation-delay: 3640ms;
    animation-delay: 3640ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(135) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-135;
    animation-name: move-frames-135;
    -webkit-animation-duration: 34192ms;
    animation-duration: 34192ms;
    -webkit-animation-delay: 1392ms;
    animation-delay: 1392ms;
}

@-webkit-keyframes move-frames-135 {
    from {
        transform: translate3d(75vw, 103vh, 0);
    }

    to {
        transform: translate3d(87vw, -128vh, 0);
    }
}

@keyframes move-frames-135 {
    from {
        transform: translate3d(75vw, 103vh, 0);
    }

    to {
        transform: translate3d(87vw, -128vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(135) .circle {
    -webkit-animation-delay: 354ms;
    animation-delay: 354ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(136) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-136;
    animation-name: move-frames-136;
    -webkit-animation-duration: 32302ms;
    animation-duration: 32302ms;
    -webkit-animation-delay: 27569ms;
    animation-delay: 27569ms;
}

@-webkit-keyframes move-frames-136 {
    from {
        transform: translate3d(90vw, 110vh, 0);
    }

    to {
        transform: translate3d(31vw, -113vh, 0);
    }
}

@keyframes move-frames-136 {
    from {
        transform: translate3d(90vw, 110vh, 0);
    }

    to {
        transform: translate3d(31vw, -113vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(136) .circle {
    -webkit-animation-delay: 2557ms;
    animation-delay: 2557ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(137) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-137;
    animation-name: move-frames-137;
    -webkit-animation-duration: 33704ms;
    animation-duration: 33704ms;
    -webkit-animation-delay: 26009ms;
    animation-delay: 26009ms;
}

@-webkit-keyframes move-frames-137 {
    from {
        transform: translate3d(95vw, 108vh, 0);
    }

    to {
        transform: translate3d(77vw, -114vh, 0);
    }
}

@keyframes move-frames-137 {
    from {
        transform: translate3d(95vw, 108vh, 0);
    }

    to {
        transform: translate3d(77vw, -114vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(137) .circle {
    -webkit-animation-delay: 2030ms;
    animation-delay: 2030ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(138) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-138;
    animation-name: move-frames-138;
    -webkit-animation-duration: 29451ms;
    animation-duration: 29451ms;
    -webkit-animation-delay: 31977ms;
    animation-delay: 31977ms;
}

@-webkit-keyframes move-frames-138 {
    from {
        transform: translate3d(69vw, 105vh, 0);
    }

    to {
        transform: translate3d(15vw, -129vh, 0);
    }
}

@keyframes move-frames-138 {
    from {
        transform: translate3d(69vw, 105vh, 0);
    }

    to {
        transform: translate3d(15vw, -129vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(138) .circle {
    -webkit-animation-delay: 2195ms;
    animation-delay: 2195ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(139) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-139;
    animation-name: move-frames-139;
    -webkit-animation-duration: 33635ms;
    animation-duration: 33635ms;
    -webkit-animation-delay: 17970ms;
    animation-delay: 17970ms;
}

@-webkit-keyframes move-frames-139 {
    from {
        transform: translate3d(15vw, 107vh, 0);
    }

    to {
        transform: translate3d(85vw, -114vh, 0);
    }
}

@keyframes move-frames-139 {
    from {
        transform: translate3d(15vw, 107vh, 0);
    }

    to {
        transform: translate3d(85vw, -114vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(139) .circle {
    -webkit-animation-delay: 1140ms;
    animation-delay: 1140ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(140) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-140;
    animation-name: move-frames-140;
    -webkit-animation-duration: 31442ms;
    animation-duration: 31442ms;
    -webkit-animation-delay: 10771ms;
    animation-delay: 10771ms;
}

@-webkit-keyframes move-frames-140 {
    from {
        transform: translate3d(57vw, 109vh, 0);
    }

    to {
        transform: translate3d(51vw, -123vh, 0);
    }
}

@keyframes move-frames-140 {
    from {
        transform: translate3d(57vw, 109vh, 0);
    }

    to {
        transform: translate3d(51vw, -123vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(140) .circle {
    -webkit-animation-delay: 2282ms;
    animation-delay: 2282ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(141) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-141;
    animation-name: move-frames-141;
    -webkit-animation-duration: 35772ms;
    animation-duration: 35772ms;
    -webkit-animation-delay: 22178ms;
    animation-delay: 22178ms;
}

@-webkit-keyframes move-frames-141 {
    from {
        transform: translate3d(80vw, 103vh, 0);
    }

    to {
        transform: translate3d(61vw, -108vh, 0);
    }
}

@keyframes move-frames-141 {
    from {
        transform: translate3d(80vw, 103vh, 0);
    }

    to {
        transform: translate3d(61vw, -108vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(141) .circle {
    -webkit-animation-delay: 1303ms;
    animation-delay: 1303ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(142) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-142;
    animation-name: move-frames-142;
    -webkit-animation-duration: 35955ms;
    animation-duration: 35955ms;
    -webkit-animation-delay: 1490ms;
    animation-delay: 1490ms;
}

@-webkit-keyframes move-frames-142 {
    from {
        transform: translate3d(3vw, 105vh, 0);
    }

    to {
        transform: translate3d(99vw, -125vh, 0);
    }
}

@keyframes move-frames-142 {
    from {
        transform: translate3d(3vw, 105vh, 0);
    }

    to {
        transform: translate3d(99vw, -125vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(142) .circle {
    -webkit-animation-delay: 3639ms;
    animation-delay: 3639ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(143) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-143;
    animation-name: move-frames-143;
    -webkit-animation-duration: 31791ms;
    animation-duration: 31791ms;
    -webkit-animation-delay: 733ms;
    animation-delay: 733ms;
}

@-webkit-keyframes move-frames-143 {
    from {
        transform: translate3d(36vw, 101vh, 0);
    }

    to {
        transform: translate3d(28vw, -131vh, 0);
    }
}

@keyframes move-frames-143 {
    from {
        transform: translate3d(36vw, 101vh, 0);
    }

    to {
        transform: translate3d(28vw, -131vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(143) .circle {
    -webkit-animation-delay: 986ms;
    animation-delay: 986ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(144) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-144;
    animation-name: move-frames-144;
    -webkit-animation-duration: 35184ms;
    animation-duration: 35184ms;
    -webkit-animation-delay: 34652ms;
    animation-delay: 34652ms;
}

@-webkit-keyframes move-frames-144 {
    from {
        transform: translate3d(54vw, 108vh, 0);
    }

    to {
        transform: translate3d(40vw, -130vh, 0);
    }
}

@keyframes move-frames-144 {
    from {
        transform: translate3d(54vw, 108vh, 0);
    }

    to {
        transform: translate3d(40vw, -130vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(144) .circle {
    -webkit-animation-delay: 1842ms;
    animation-delay: 1842ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(145) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-145;
    animation-name: move-frames-145;
    -webkit-animation-duration: 34121ms;
    animation-duration: 34121ms;
    -webkit-animation-delay: 8262ms;
    animation-delay: 8262ms;
}

@-webkit-keyframes move-frames-145 {
    from {
        transform: translate3d(81vw, 108vh, 0);
    }

    to {
        transform: translate3d(75vw, -136vh, 0);
    }
}

@keyframes move-frames-145 {
    from {
        transform: translate3d(81vw, 108vh, 0);
    }

    to {
        transform: translate3d(75vw, -136vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(145) .circle {
    -webkit-animation-delay: 3731ms;
    animation-delay: 3731ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(146) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-146;
    animation-name: move-frames-146;
    -webkit-animation-duration: 33959ms;
    animation-duration: 33959ms;
    -webkit-animation-delay: 19201ms;
    animation-delay: 19201ms;
}

@-webkit-keyframes move-frames-146 {
    from {
        transform: translate3d(99vw, 110vh, 0);
    }

    to {
        transform: translate3d(23vw, -116vh, 0);
    }
}

@keyframes move-frames-146 {
    from {
        transform: translate3d(99vw, 110vh, 0);
    }

    to {
        transform: translate3d(23vw, -116vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(146) .circle {
    -webkit-animation-delay: 3731ms;
    animation-delay: 3731ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(147) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-147;
    animation-name: move-frames-147;
    -webkit-animation-duration: 28993ms;
    animation-duration: 28993ms;
    -webkit-animation-delay: 21085ms;
    animation-delay: 21085ms;
}

@-webkit-keyframes move-frames-147 {
    from {
        transform: translate3d(91vw, 107vh, 0);
    }

    to {
        transform: translate3d(8vw, -110vh, 0);
    }
}

@keyframes move-frames-147 {
    from {
        transform: translate3d(91vw, 107vh, 0);
    }

    to {
        transform: translate3d(8vw, -110vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(147) .circle {
    -webkit-animation-delay: 2666ms;
    animation-delay: 2666ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(148) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-148;
    animation-name: move-frames-148;
    -webkit-animation-duration: 32854ms;
    animation-duration: 32854ms;
    -webkit-animation-delay: 982ms;
    animation-delay: 982ms;
}

@-webkit-keyframes move-frames-148 {
    from {
        transform: translate3d(26vw, 104vh, 0);
    }

    to {
        transform: translate3d(52vw, -129vh, 0);
    }
}

@keyframes move-frames-148 {
    from {
        transform: translate3d(26vw, 104vh, 0);
    }

    to {
        transform: translate3d(52vw, -129vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(148) .circle {
    -webkit-animation-delay: 2747ms;
    animation-delay: 2747ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(149) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-149;
    animation-name: move-frames-149;
    -webkit-animation-duration: 31112ms;
    animation-duration: 31112ms;
    -webkit-animation-delay: 7963ms;
    animation-delay: 7963ms;
}

@-webkit-keyframes move-frames-149 {
    from {
        transform: translate3d(18vw, 102vh, 0);
    }

    to {
        transform: translate3d(5vw, -128vh, 0);
    }
}

@keyframes move-frames-149 {
    from {
        transform: translate3d(18vw, 102vh, 0);
    }

    to {
        transform: translate3d(5vw, -128vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(149) .circle {
    -webkit-animation-delay: 2990ms;
    animation-delay: 2990ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(150) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-150;
    animation-name: move-frames-150;
    -webkit-animation-duration: 34625ms;
    animation-duration: 34625ms;
    -webkit-animation-delay: 762ms;
    animation-delay: 762ms;
}

@-webkit-keyframes move-frames-150 {
    from {
        transform: translate3d(50vw, 106vh, 0);
    }

    to {
        transform: translate3d(35vw, -107vh, 0);
    }
}

@keyframes move-frames-150 {
    from {
        transform: translate3d(50vw, 106vh, 0);
    }

    to {
        transform: translate3d(35vw, -107vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(150) .circle {
    -webkit-animation-delay: 3819ms;
    animation-delay: 3819ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(151) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-151;
    animation-name: move-frames-151;
    -webkit-animation-duration: 30364ms;
    animation-duration: 30364ms;
    -webkit-animation-delay: 834ms;
    animation-delay: 834ms;
}

@-webkit-keyframes move-frames-151 {
    from {
        transform: translate3d(70vw, 103vh, 0);
    }

    to {
        transform: translate3d(93vw, -120vh, 0);
    }
}

@keyframes move-frames-151 {
    from {
        transform: translate3d(70vw, 103vh, 0);
    }

    to {
        transform: translate3d(93vw, -120vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(151) .circle {
    -webkit-animation-delay: 1545ms;
    animation-delay: 1545ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(152) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-152;
    animation-name: move-frames-152;
    -webkit-animation-duration: 30516ms;
    animation-duration: 30516ms;
    -webkit-animation-delay: 17089ms;
    animation-delay: 17089ms;
}

@-webkit-keyframes move-frames-152 {
    from {
        transform: translate3d(31vw, 106vh, 0);
    }

    to {
        transform: translate3d(54vw, -132vh, 0);
    }
}

@keyframes move-frames-152 {
    from {
        transform: translate3d(31vw, 106vh, 0);
    }

    to {
        transform: translate3d(54vw, -132vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(152) .circle {
    -webkit-animation-delay: 594ms;
    animation-delay: 594ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(153) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-153;
    animation-name: move-frames-153;
    -webkit-animation-duration: 35673ms;
    animation-duration: 35673ms;
    -webkit-animation-delay: 3047ms;
    animation-delay: 3047ms;
}

@-webkit-keyframes move-frames-153 {
    from {
        transform: translate3d(81vw, 107vh, 0);
    }

    to {
        transform: translate3d(42vw, -136vh, 0);
    }
}

@keyframes move-frames-153 {
    from {
        transform: translate3d(81vw, 107vh, 0);
    }

    to {
        transform: translate3d(42vw, -136vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(153) .circle {
    -webkit-animation-delay: 30ms;
    animation-delay: 30ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(154) {
    width: 2px;
    height: 2px;
    -webkit-animation-name: move-frames-154;
    animation-name: move-frames-154;
    -webkit-animation-duration: 33063ms;
    animation-duration: 33063ms;
    -webkit-animation-delay: 15449ms;
    animation-delay: 15449ms;
}

@-webkit-keyframes move-frames-154 {
    from {
        transform: translate3d(71vw, 104vh, 0);
    }

    to {
        transform: translate3d(51vw, -119vh, 0);
    }
}

@keyframes move-frames-154 {
    from {
        transform: translate3d(71vw, 104vh, 0);
    }

    to {
        transform: translate3d(51vw, -119vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(154) .circle {
    -webkit-animation-delay: 325ms;
    animation-delay: 325ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(155) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-155;
    animation-name: move-frames-155;
    -webkit-animation-duration: 28269ms;
    animation-duration: 28269ms;
    -webkit-animation-delay: 23856ms;
    animation-delay: 23856ms;
}

@-webkit-keyframes move-frames-155 {
    from {
        transform: translate3d(74vw, 109vh, 0);
    }

    to {
        transform: translate3d(94vw, -130vh, 0);
    }
}

@keyframes move-frames-155 {
    from {
        transform: translate3d(74vw, 109vh, 0);
    }

    to {
        transform: translate3d(94vw, -130vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(155) .circle {
    -webkit-animation-delay: 1517ms;
    animation-delay: 1517ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(156) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-156;
    animation-name: move-frames-156;
    -webkit-animation-duration: 34946ms;
    animation-duration: 34946ms;
    -webkit-animation-delay: 35033ms;
    animation-delay: 35033ms;
}

@-webkit-keyframes move-frames-156 {
    from {
        transform: translate3d(36vw, 103vh, 0);
    }

    to {
        transform: translate3d(10vw, -116vh, 0);
    }
}

@keyframes move-frames-156 {
    from {
        transform: translate3d(36vw, 103vh, 0);
    }

    to {
        transform: translate3d(10vw, -116vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(156) .circle {
    -webkit-animation-delay: 3149ms;
    animation-delay: 3149ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(157) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-157;
    animation-name: move-frames-157;
    -webkit-animation-duration: 33503ms;
    animation-duration: 33503ms;
    -webkit-animation-delay: 6983ms;
    animation-delay: 6983ms;
}

@-webkit-keyframes move-frames-157 {
    from {
        transform: translate3d(88vw, 108vh, 0);
    }

    to {
        transform: translate3d(24vw, -113vh, 0);
    }
}

@keyframes move-frames-157 {
    from {
        transform: translate3d(88vw, 108vh, 0);
    }

    to {
        transform: translate3d(24vw, -113vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(157) .circle {
    -webkit-animation-delay: 296ms;
    animation-delay: 296ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(158) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-158;
    animation-name: move-frames-158;
    -webkit-animation-duration: 35627ms;
    animation-duration: 35627ms;
    -webkit-animation-delay: 6745ms;
    animation-delay: 6745ms;
}

@-webkit-keyframes move-frames-158 {
    from {
        transform: translate3d(40vw, 101vh, 0);
    }

    to {
        transform: translate3d(14vw, -110vh, 0);
    }
}

@keyframes move-frames-158 {
    from {
        transform: translate3d(40vw, 101vh, 0);
    }

    to {
        transform: translate3d(14vw, -110vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(158) .circle {
    -webkit-animation-delay: 1120ms;
    animation-delay: 1120ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(159) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-159;
    animation-name: move-frames-159;
    -webkit-animation-duration: 33157ms;
    animation-duration: 33157ms;
    -webkit-animation-delay: 7076ms;
    animation-delay: 7076ms;
}

@-webkit-keyframes move-frames-159 {
    from {
        transform: translate3d(79vw, 104vh, 0);
    }

    to {
        transform: translate3d(88vw, -134vh, 0);
    }
}

@keyframes move-frames-159 {
    from {
        transform: translate3d(79vw, 104vh, 0);
    }

    to {
        transform: translate3d(88vw, -134vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(159) .circle {
    -webkit-animation-delay: 2647ms;
    animation-delay: 2647ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(160) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-160;
    animation-name: move-frames-160;
    -webkit-animation-duration: 34183ms;
    animation-duration: 34183ms;
    -webkit-animation-delay: 9428ms;
    animation-delay: 9428ms;
}

@-webkit-keyframes move-frames-160 {
    from {
        transform: translate3d(2vw, 107vh, 0);
    }

    to {
        transform: translate3d(6vw, -137vh, 0);
    }
}

@keyframes move-frames-160 {
    from {
        transform: translate3d(2vw, 107vh, 0);
    }

    to {
        transform: translate3d(6vw, -137vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(160) .circle {
    -webkit-animation-delay: 3511ms;
    animation-delay: 3511ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(161) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-161;
    animation-name: move-frames-161;
    -webkit-animation-duration: 32817ms;
    animation-duration: 32817ms;
    -webkit-animation-delay: 19292ms;
    animation-delay: 19292ms;
}

@-webkit-keyframes move-frames-161 {
    from {
        transform: translate3d(78vw, 106vh, 0);
    }

    to {
        transform: translate3d(5vw, -114vh, 0);
    }
}

@keyframes move-frames-161 {
    from {
        transform: translate3d(78vw, 106vh, 0);
    }

    to {
        transform: translate3d(5vw, -114vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(161) .circle {
    -webkit-animation-delay: 2874ms;
    animation-delay: 2874ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(162) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-162;
    animation-name: move-frames-162;
    -webkit-animation-duration: 32048ms;
    animation-duration: 32048ms;
    -webkit-animation-delay: 21365ms;
    animation-delay: 21365ms;
}

@-webkit-keyframes move-frames-162 {
    from {
        transform: translate3d(34vw, 107vh, 0);
    }

    to {
        transform: translate3d(88vw, -125vh, 0);
    }
}

@keyframes move-frames-162 {
    from {
        transform: translate3d(34vw, 107vh, 0);
    }

    to {
        transform: translate3d(88vw, -125vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(162) .circle {
    -webkit-animation-delay: 3816ms;
    animation-delay: 3816ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(163) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-163;
    animation-name: move-frames-163;
    -webkit-animation-duration: 36155ms;
    animation-duration: 36155ms;
    -webkit-animation-delay: 32790ms;
    animation-delay: 32790ms;
}

@-webkit-keyframes move-frames-163 {
    from {
        transform: translate3d(93vw, 103vh, 0);
    }

    to {
        transform: translate3d(68vw, -113vh, 0);
    }
}

@keyframes move-frames-163 {
    from {
        transform: translate3d(93vw, 103vh, 0);
    }

    to {
        transform: translate3d(68vw, -113vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(163) .circle {
    -webkit-animation-delay: 2076ms;
    animation-delay: 2076ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(164) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-164;
    animation-name: move-frames-164;
    -webkit-animation-duration: 33154ms;
    animation-duration: 33154ms;
    -webkit-animation-delay: 25759ms;
    animation-delay: 25759ms;
}

@-webkit-keyframes move-frames-164 {
    from {
        transform: translate3d(30vw, 107vh, 0);
    }

    to {
        transform: translate3d(85vw, -135vh, 0);
    }
}

@keyframes move-frames-164 {
    from {
        transform: translate3d(30vw, 107vh, 0);
    }

    to {
        transform: translate3d(85vw, -135vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(164) .circle {
    -webkit-animation-delay: 110ms;
    animation-delay: 110ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(165) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-165;
    animation-name: move-frames-165;
    -webkit-animation-duration: 34539ms;
    animation-duration: 34539ms;
    -webkit-animation-delay: 1385ms;
    animation-delay: 1385ms;
}

@-webkit-keyframes move-frames-165 {
    from {
        transform: translate3d(72vw, 105vh, 0);
    }

    to {
        transform: translate3d(86vw, -119vh, 0);
    }
}

@keyframes move-frames-165 {
    from {
        transform: translate3d(72vw, 105vh, 0);
    }

    to {
        transform: translate3d(86vw, -119vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(165) .circle {
    -webkit-animation-delay: 2099ms;
    animation-delay: 2099ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(166) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-166;
    animation-name: move-frames-166;
    -webkit-animation-duration: 32824ms;
    animation-duration: 32824ms;
    -webkit-animation-delay: 34705ms;
    animation-delay: 34705ms;
}

@-webkit-keyframes move-frames-166 {
    from {
        transform: translate3d(96vw, 105vh, 0);
    }

    to {
        transform: translate3d(60vw, -123vh, 0);
    }
}

@keyframes move-frames-166 {
    from {
        transform: translate3d(96vw, 105vh, 0);
    }

    to {
        transform: translate3d(60vw, -123vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(166) .circle {
    -webkit-animation-delay: 2409ms;
    animation-delay: 2409ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(167) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-167;
    animation-name: move-frames-167;
    -webkit-animation-duration: 35598ms;
    animation-duration: 35598ms;
    -webkit-animation-delay: 20950ms;
    animation-delay: 20950ms;
}

@-webkit-keyframes move-frames-167 {
    from {
        transform: translate3d(83vw, 108vh, 0);
    }

    to {
        transform: translate3d(83vw, -110vh, 0);
    }
}

@keyframes move-frames-167 {
    from {
        transform: translate3d(83vw, 108vh, 0);
    }

    to {
        transform: translate3d(83vw, -110vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(167) .circle {
    -webkit-animation-delay: 494ms;
    animation-delay: 494ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(168) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-168;
    animation-name: move-frames-168;
    -webkit-animation-duration: 28766ms;
    animation-duration: 28766ms;
    -webkit-animation-delay: 14931ms;
    animation-delay: 14931ms;
}

@-webkit-keyframes move-frames-168 {
    from {
        transform: translate3d(38vw, 109vh, 0);
    }

    to {
        transform: translate3d(58vw, -117vh, 0);
    }
}

@keyframes move-frames-168 {
    from {
        transform: translate3d(38vw, 109vh, 0);
    }

    to {
        transform: translate3d(58vw, -117vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(168) .circle {
    -webkit-animation-delay: 72ms;
    animation-delay: 72ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(169) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-169;
    animation-name: move-frames-169;
    -webkit-animation-duration: 32691ms;
    animation-duration: 32691ms;
    -webkit-animation-delay: 31666ms;
    animation-delay: 31666ms;
}

@-webkit-keyframes move-frames-169 {
    from {
        transform: translate3d(88vw, 110vh, 0);
    }

    to {
        transform: translate3d(20vw, -111vh, 0);
    }
}

@keyframes move-frames-169 {
    from {
        transform: translate3d(88vw, 110vh, 0);
    }

    to {
        transform: translate3d(20vw, -111vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(169) .circle {
    -webkit-animation-delay: 2081ms;
    animation-delay: 2081ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(170) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-170;
    animation-name: move-frames-170;
    -webkit-animation-duration: 36995ms;
    animation-duration: 36995ms;
    -webkit-animation-delay: 26411ms;
    animation-delay: 26411ms;
}

@-webkit-keyframes move-frames-170 {
    from {
        transform: translate3d(91vw, 105vh, 0);
    }

    to {
        transform: translate3d(95vw, -124vh, 0);
    }
}

@keyframes move-frames-170 {
    from {
        transform: translate3d(91vw, 105vh, 0);
    }

    to {
        transform: translate3d(95vw, -124vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(170) .circle {
    -webkit-animation-delay: 3821ms;
    animation-delay: 3821ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(171) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-171;
    animation-name: move-frames-171;
    -webkit-animation-duration: 33681ms;
    animation-duration: 33681ms;
    -webkit-animation-delay: 2605ms;
    animation-delay: 2605ms;
}

@-webkit-keyframes move-frames-171 {
    from {
        transform: translate3d(4vw, 104vh, 0);
    }

    to {
        transform: translate3d(100vw, -115vh, 0);
    }
}

@keyframes move-frames-171 {
    from {
        transform: translate3d(4vw, 104vh, 0);
    }

    to {
        transform: translate3d(100vw, -115vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(171) .circle {
    -webkit-animation-delay: 1613ms;
    animation-delay: 1613ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(172) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-172;
    animation-name: move-frames-172;
    -webkit-animation-duration: 29548ms;
    animation-duration: 29548ms;
    -webkit-animation-delay: 30069ms;
    animation-delay: 30069ms;
}

@-webkit-keyframes move-frames-172 {
    from {
        transform: translate3d(76vw, 104vh, 0);
    }

    to {
        transform: translate3d(39vw, -123vh, 0);
    }
}

@keyframes move-frames-172 {
    from {
        transform: translate3d(76vw, 104vh, 0);
    }

    to {
        transform: translate3d(39vw, -123vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(172) .circle {
    -webkit-animation-delay: 3890ms;
    animation-delay: 3890ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(173) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-173;
    animation-name: move-frames-173;
    -webkit-animation-duration: 29694ms;
    animation-duration: 29694ms;
    -webkit-animation-delay: 12244ms;
    animation-delay: 12244ms;
}

@-webkit-keyframes move-frames-173 {
    from {
        transform: translate3d(96vw, 108vh, 0);
    }

    to {
        transform: translate3d(82vw, -130vh, 0);
    }
}

@keyframes move-frames-173 {
    from {
        transform: translate3d(96vw, 108vh, 0);
    }

    to {
        transform: translate3d(82vw, -130vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(173) .circle {
    -webkit-animation-delay: 15ms;
    animation-delay: 15ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(174) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-174;
    animation-name: move-frames-174;
    -webkit-animation-duration: 36539ms;
    animation-duration: 36539ms;
    -webkit-animation-delay: 14660ms;
    animation-delay: 14660ms;
}

@-webkit-keyframes move-frames-174 {
    from {
        transform: translate3d(44vw, 106vh, 0);
    }

    to {
        transform: translate3d(53vw, -110vh, 0);
    }
}

@keyframes move-frames-174 {
    from {
        transform: translate3d(44vw, 106vh, 0);
    }

    to {
        transform: translate3d(53vw, -110vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(174) .circle {
    -webkit-animation-delay: 3946ms;
    animation-delay: 3946ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(175) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-175;
    animation-name: move-frames-175;
    -webkit-animation-duration: 31598ms;
    animation-duration: 31598ms;
    -webkit-animation-delay: 29977ms;
    animation-delay: 29977ms;
}

@-webkit-keyframes move-frames-175 {
    from {
        transform: translate3d(100vw, 102vh, 0);
    }

    to {
        transform: translate3d(74vw, -109vh, 0);
    }
}

@keyframes move-frames-175 {
    from {
        transform: translate3d(100vw, 102vh, 0);
    }

    to {
        transform: translate3d(74vw, -109vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(175) .circle {
    -webkit-animation-delay: 1441ms;
    animation-delay: 1441ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(176) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-176;
    animation-name: move-frames-176;
    -webkit-animation-duration: 35821ms;
    animation-duration: 35821ms;
    -webkit-animation-delay: 26440ms;
    animation-delay: 26440ms;
}

@-webkit-keyframes move-frames-176 {
    from {
        transform: translate3d(23vw, 109vh, 0);
    }

    to {
        transform: translate3d(77vw, -114vh, 0);
    }
}

@keyframes move-frames-176 {
    from {
        transform: translate3d(23vw, 109vh, 0);
    }

    to {
        transform: translate3d(77vw, -114vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(176) .circle {
    -webkit-animation-delay: 3844ms;
    animation-delay: 3844ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(177) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-177;
    animation-name: move-frames-177;
    -webkit-animation-duration: 32156ms;
    animation-duration: 32156ms;
    -webkit-animation-delay: 29109ms;
    animation-delay: 29109ms;
}

@-webkit-keyframes move-frames-177 {
    from {
        transform: translate3d(72vw, 106vh, 0);
    }

    to {
        transform: translate3d(84vw, -131vh, 0);
    }
}

@keyframes move-frames-177 {
    from {
        transform: translate3d(72vw, 106vh, 0);
    }

    to {
        transform: translate3d(84vw, -131vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(177) .circle {
    -webkit-animation-delay: 2441ms;
    animation-delay: 2441ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(178) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-178;
    animation-name: move-frames-178;
    -webkit-animation-duration: 34820ms;
    animation-duration: 34820ms;
    -webkit-animation-delay: 13102ms;
    animation-delay: 13102ms;
}

@-webkit-keyframes move-frames-178 {
    from {
        transform: translate3d(21vw, 103vh, 0);
    }

    to {
        transform: translate3d(66vw, -121vh, 0);
    }
}

@keyframes move-frames-178 {
    from {
        transform: translate3d(21vw, 103vh, 0);
    }

    to {
        transform: translate3d(66vw, -121vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(178) .circle {
    -webkit-animation-delay: 3121ms;
    animation-delay: 3121ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(179) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-179;
    animation-name: move-frames-179;
    -webkit-animation-duration: 30368ms;
    animation-duration: 30368ms;
    -webkit-animation-delay: 3959ms;
    animation-delay: 3959ms;
}

@-webkit-keyframes move-frames-179 {
    from {
        transform: translate3d(47vw, 108vh, 0);
    }

    to {
        transform: translate3d(18vw, -130vh, 0);
    }
}

@keyframes move-frames-179 {
    from {
        transform: translate3d(47vw, 108vh, 0);
    }

    to {
        transform: translate3d(18vw, -130vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(179) .circle {
    -webkit-animation-delay: 842ms;
    animation-delay: 842ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(180) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-180;
    animation-name: move-frames-180;
    -webkit-animation-duration: 31597ms;
    animation-duration: 31597ms;
    -webkit-animation-delay: 33819ms;
    animation-delay: 33819ms;
}

@-webkit-keyframes move-frames-180 {
    from {
        transform: translate3d(60vw, 103vh, 0);
    }

    to {
        transform: translate3d(52vw, -116vh, 0);
    }
}

@keyframes move-frames-180 {
    from {
        transform: translate3d(60vw, 103vh, 0);
    }

    to {
        transform: translate3d(52vw, -116vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(180) .circle {
    -webkit-animation-delay: 1555ms;
    animation-delay: 1555ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(181) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-181;
    animation-name: move-frames-181;
    -webkit-animation-duration: 36633ms;
    animation-duration: 36633ms;
    -webkit-animation-delay: 29927ms;
    animation-delay: 29927ms;
}

@-webkit-keyframes move-frames-181 {
    from {
        transform: translate3d(69vw, 110vh, 0);
    }

    to {
        transform: translate3d(42vw, -121vh, 0);
    }
}

@keyframes move-frames-181 {
    from {
        transform: translate3d(69vw, 110vh, 0);
    }

    to {
        transform: translate3d(42vw, -121vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(181) .circle {
    -webkit-animation-delay: 347ms;
    animation-delay: 347ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(182) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-182;
    animation-name: move-frames-182;
    -webkit-animation-duration: 36195ms;
    animation-duration: 36195ms;
    -webkit-animation-delay: 4153ms;
    animation-delay: 4153ms;
}

@-webkit-keyframes move-frames-182 {
    from {
        transform: translate3d(50vw, 110vh, 0);
    }

    to {
        transform: translate3d(97vw, -140vh, 0);
    }
}

@keyframes move-frames-182 {
    from {
        transform: translate3d(50vw, 110vh, 0);
    }

    to {
        transform: translate3d(97vw, -140vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(182) .circle {
    -webkit-animation-delay: 939ms;
    animation-delay: 939ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(183) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-183;
    animation-name: move-frames-183;
    -webkit-animation-duration: 34541ms;
    animation-duration: 34541ms;
    -webkit-animation-delay: 18162ms;
    animation-delay: 18162ms;
}

@-webkit-keyframes move-frames-183 {
    from {
        transform: translate3d(14vw, 109vh, 0);
    }

    to {
        transform: translate3d(34vw, -130vh, 0);
    }
}

@keyframes move-frames-183 {
    from {
        transform: translate3d(14vw, 109vh, 0);
    }

    to {
        transform: translate3d(34vw, -130vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(183) .circle {
    -webkit-animation-delay: 3338ms;
    animation-delay: 3338ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(184) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-184;
    animation-name: move-frames-184;
    -webkit-animation-duration: 35315ms;
    animation-duration: 35315ms;
    -webkit-animation-delay: 35413ms;
    animation-delay: 35413ms;
}

@-webkit-keyframes move-frames-184 {
    from {
        transform: translate3d(28vw, 106vh, 0);
    }

    to {
        transform: translate3d(63vw, -115vh, 0);
    }
}

@keyframes move-frames-184 {
    from {
        transform: translate3d(28vw, 106vh, 0);
    }

    to {
        transform: translate3d(63vw, -115vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(184) .circle {
    -webkit-animation-delay: 55ms;
    animation-delay: 55ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(185) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-185;
    animation-name: move-frames-185;
    -webkit-animation-duration: 33245ms;
    animation-duration: 33245ms;
    -webkit-animation-delay: 344ms;
    animation-delay: 344ms;
}

@-webkit-keyframes move-frames-185 {
    from {
        transform: translate3d(19vw, 103vh, 0);
    }

    to {
        transform: translate3d(35vw, -109vh, 0);
    }
}

@keyframes move-frames-185 {
    from {
        transform: translate3d(19vw, 103vh, 0);
    }

    to {
        transform: translate3d(35vw, -109vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(185) .circle {
    -webkit-animation-delay: 1459ms;
    animation-delay: 1459ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(186) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-186;
    animation-name: move-frames-186;
    -webkit-animation-duration: 35426ms;
    animation-duration: 35426ms;
    -webkit-animation-delay: 26246ms;
    animation-delay: 26246ms;
}

@-webkit-keyframes move-frames-186 {
    from {
        transform: translate3d(37vw, 107vh, 0);
    }

    to {
        transform: translate3d(92vw, -115vh, 0);
    }
}

@keyframes move-frames-186 {
    from {
        transform: translate3d(37vw, 107vh, 0);
    }

    to {
        transform: translate3d(92vw, -115vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(186) .circle {
    -webkit-animation-delay: 3327ms;
    animation-delay: 3327ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(187) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-187;
    animation-name: move-frames-187;
    -webkit-animation-duration: 28613ms;
    animation-duration: 28613ms;
    -webkit-animation-delay: 36923ms;
    animation-delay: 36923ms;
}

@-webkit-keyframes move-frames-187 {
    from {
        transform: translate3d(86vw, 106vh, 0);
    }

    to {
        transform: translate3d(43vw, -115vh, 0);
    }
}

@keyframes move-frames-187 {
    from {
        transform: translate3d(86vw, 106vh, 0);
    }

    to {
        transform: translate3d(43vw, -115vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(187) .circle {
    -webkit-animation-delay: 3288ms;
    animation-delay: 3288ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(188) {
    width: 6px;
    height: 6px;
    -webkit-animation-name: move-frames-188;
    animation-name: move-frames-188;
    -webkit-animation-duration: 28836ms;
    animation-duration: 28836ms;
    -webkit-animation-delay: 24250ms;
    animation-delay: 24250ms;
}

@-webkit-keyframes move-frames-188 {
    from {
        transform: translate3d(11vw, 108vh, 0);
    }

    to {
        transform: translate3d(65vw, -118vh, 0);
    }
}

@keyframes move-frames-188 {
    from {
        transform: translate3d(11vw, 108vh, 0);
    }

    to {
        transform: translate3d(65vw, -118vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(188) .circle {
    -webkit-animation-delay: 467ms;
    animation-delay: 467ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(189) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-189;
    animation-name: move-frames-189;
    -webkit-animation-duration: 32260ms;
    animation-duration: 32260ms;
    -webkit-animation-delay: 5463ms;
    animation-delay: 5463ms;
}

@-webkit-keyframes move-frames-189 {
    from {
        transform: translate3d(55vw, 110vh, 0);
    }

    to {
        transform: translate3d(47vw, -118vh, 0);
    }
}

@keyframes move-frames-189 {
    from {
        transform: translate3d(55vw, 110vh, 0);
    }

    to {
        transform: translate3d(47vw, -118vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(189) .circle {
    -webkit-animation-delay: 1628ms;
    animation-delay: 1628ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(190) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-190;
    animation-name: move-frames-190;
    -webkit-animation-duration: 31649ms;
    animation-duration: 31649ms;
    -webkit-animation-delay: 21029ms;
    animation-delay: 21029ms;
}

@-webkit-keyframes move-frames-190 {
    from {
        transform: translate3d(43vw, 103vh, 0);
    }

    to {
        transform: translate3d(65vw, -115vh, 0);
    }
}

@keyframes move-frames-190 {
    from {
        transform: translate3d(43vw, 103vh, 0);
    }

    to {
        transform: translate3d(65vw, -115vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(190) .circle {
    -webkit-animation-delay: 136ms;
    animation-delay: 136ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(191) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-191;
    animation-name: move-frames-191;
    -webkit-animation-duration: 34846ms;
    animation-duration: 34846ms;
    -webkit-animation-delay: 25414ms;
    animation-delay: 25414ms;
}

@-webkit-keyframes move-frames-191 {
    from {
        transform: translate3d(67vw, 105vh, 0);
    }

    to {
        transform: translate3d(100vw, -116vh, 0);
    }
}

@keyframes move-frames-191 {
    from {
        transform: translate3d(67vw, 105vh, 0);
    }

    to {
        transform: translate3d(100vw, -116vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(191) .circle {
    -webkit-animation-delay: 1173ms;
    animation-delay: 1173ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(192) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-192;
    animation-name: move-frames-192;
    -webkit-animation-duration: 36200ms;
    animation-duration: 36200ms;
    -webkit-animation-delay: 35228ms;
    animation-delay: 35228ms;
}

@-webkit-keyframes move-frames-192 {
    from {
        transform: translate3d(84vw, 102vh, 0);
    }

    to {
        transform: translate3d(78vw, -111vh, 0);
    }
}

@keyframes move-frames-192 {
    from {
        transform: translate3d(84vw, 102vh, 0);
    }

    to {
        transform: translate3d(78vw, -111vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(192) .circle {
    -webkit-animation-delay: 2209ms;
    animation-delay: 2209ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(193) {
    width: 1px;
    height: 1px;
    -webkit-animation-name: move-frames-193;
    animation-name: move-frames-193;
    -webkit-animation-duration: 35886ms;
    animation-duration: 35886ms;
    -webkit-animation-delay: 32954ms;
    animation-delay: 32954ms;
}

@-webkit-keyframes move-frames-193 {
    from {
        transform: translate3d(81vw, 105vh, 0);
    }

    to {
        transform: translate3d(89vw, -115vh, 0);
    }
}

@keyframes move-frames-193 {
    from {
        transform: translate3d(81vw, 105vh, 0);
    }

    to {
        transform: translate3d(89vw, -115vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(193) .circle {
    -webkit-animation-delay: 2798ms;
    animation-delay: 2798ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(194) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-194;
    animation-name: move-frames-194;
    -webkit-animation-duration: 33823ms;
    animation-duration: 33823ms;
    -webkit-animation-delay: 31941ms;
    animation-delay: 31941ms;
}

@-webkit-keyframes move-frames-194 {
    from {
        transform: translate3d(40vw, 107vh, 0);
    }

    to {
        transform: translate3d(41vw, -118vh, 0);
    }
}

@keyframes move-frames-194 {
    from {
        transform: translate3d(40vw, 107vh, 0);
    }

    to {
        transform: translate3d(41vw, -118vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(194) .circle {
    -webkit-animation-delay: 484ms;
    animation-delay: 484ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(195) {
    width: 3px;
    height: 3px;
    -webkit-animation-name: move-frames-195;
    animation-name: move-frames-195;
    -webkit-animation-duration: 34449ms;
    animation-duration: 34449ms;
    -webkit-animation-delay: 30032ms;
    animation-delay: 30032ms;
}

@-webkit-keyframes move-frames-195 {
    from {
        transform: translate3d(5vw, 110vh, 0);
    }

    to {
        transform: translate3d(97vw, -137vh, 0);
    }
}

@keyframes move-frames-195 {
    from {
        transform: translate3d(5vw, 110vh, 0);
    }

    to {
        transform: translate3d(97vw, -137vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(195) .circle {
    -webkit-animation-delay: 2319ms;
    animation-delay: 2319ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(196) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-196;
    animation-name: move-frames-196;
    -webkit-animation-duration: 31560ms;
    animation-duration: 31560ms;
    -webkit-animation-delay: 31942ms;
    animation-delay: 31942ms;
}

@-webkit-keyframes move-frames-196 {
    from {
        transform: translate3d(89vw, 105vh, 0);
    }

    to {
        transform: translate3d(23vw, -123vh, 0);
    }
}

@keyframes move-frames-196 {
    from {
        transform: translate3d(89vw, 105vh, 0);
    }

    to {
        transform: translate3d(23vw, -123vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(196) .circle {
    -webkit-animation-delay: 1600ms;
    animation-delay: 1600ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(197) {
    width: 5px;
    height: 5px;
    -webkit-animation-name: move-frames-197;
    animation-name: move-frames-197;
    -webkit-animation-duration: 34284ms;
    animation-duration: 34284ms;
    -webkit-animation-delay: 1150ms;
    animation-delay: 1150ms;
}

@-webkit-keyframes move-frames-197 {
    from {
        transform: translate3d(2vw, 101vh, 0);
    }

    to {
        transform: translate3d(18vw, -113vh, 0);
    }
}

@keyframes move-frames-197 {
    from {
        transform: translate3d(2vw, 101vh, 0);
    }

    to {
        transform: translate3d(18vw, -113vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(197) .circle {
    -webkit-animation-delay: 3731ms;
    animation-delay: 3731ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(198) {
    width: 8px;
    height: 8px;
    -webkit-animation-name: move-frames-198;
    animation-name: move-frames-198;
    -webkit-animation-duration: 29665ms;
    animation-duration: 29665ms;
    -webkit-animation-delay: 14523ms;
    animation-delay: 14523ms;
}

@-webkit-keyframes move-frames-198 {
    from {
        transform: translate3d(62vw, 106vh, 0);
    }

    to {
        transform: translate3d(93vw, -127vh, 0);
    }
}

@keyframes move-frames-198 {
    from {
        transform: translate3d(62vw, 106vh, 0);
    }

    to {
        transform: translate3d(93vw, -127vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(198) .circle {
    -webkit-animation-delay: 3252ms;
    animation-delay: 3252ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(199) {
    width: 7px;
    height: 7px;
    -webkit-animation-name: move-frames-199;
    animation-name: move-frames-199;
    -webkit-animation-duration: 35477ms;
    animation-duration: 35477ms;
    -webkit-animation-delay: 32927ms;
    animation-delay: 32927ms;
}

@-webkit-keyframes move-frames-199 {
    from {
        transform: translate3d(27vw, 105vh, 0);
    }

    to {
        transform: translate3d(42vw, -112vh, 0);
    }
}

@keyframes move-frames-199 {
    from {
        transform: translate3d(27vw, 105vh, 0);
    }

    to {
        transform: translate3d(42vw, -112vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(199) .circle {
    -webkit-animation-delay: 3703ms;
    animation-delay: 3703ms;
}

#horang2web_landingpage_livebackground .circle-container:nth-child(200) {
    width: 4px;
    height: 4px;
    -webkit-animation-name: move-frames-200;
    animation-name: move-frames-200;
    -webkit-animation-duration: 31875ms;
    animation-duration: 31875ms;
    -webkit-animation-delay: 5247ms;
    animation-delay: 5247ms;
}

@-webkit-keyframes move-frames-200 {
    from {
        transform: translate3d(39vw, 110vh, 0);
    }

    to {
        transform: translate3d(23vw, -118vh, 0);
    }
}

@keyframes move-frames-200 {
    from {
        transform: translate3d(39vw, 110vh, 0);
    }

    to {
        transform: translate3d(23vw, -118vh, 0);
    }
}

#horang2web_landingpage_livebackground .circle-container:nth-child(200) .circle {
    -webkit-animation-delay: 1692ms;
    animation-delay: 1692ms;
}