html{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}body{line-height:1.5;margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.min-h-screen{min-height:100vh}.flex{display:flex}.items-center{align-items:center}.justify-center{justify-content:center}.text-3xl{font-size:1.875rem;line-height:2.25rem}.font-bold{font-weight:700}.text-text-primary{color:var(--color-text-primary)}.p-6{padding:1.5rem}.mb-8{margin-bottom:2rem}.btn-primary{background-color:var(--color-primary);border:1px solid var(--color-primary);border-radius:.5rem;color:var(--color-text-inverse);font-weight:500;padding:.5rem 1rem;transition:all .2s ease}.btn-primary:hover{background-color:var(--color-primary-hover);transform:scale(1.05)}.loading-spinner{animation:spin 1s linear infinite;border:2px solid transparent;border-radius:50%;border-top-color:currentcolor;height:1.5rem;width:1.5rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.focus\:ring-primary:focus{--tw-ring-color:var(--color-primary);box-shadow:0 0 0 3px #0f41781a}.animate-fade-in{animation:fadeIn .3s ease-out}.animate-slide-in{animation:slideIn .3s ease-out}.animate-slide-up{animation:slideUp .4s ease-out}.animate-scale-in{animation:scaleIn .3s cubic-bezier(.34,1.56,.64,1)}.animate-pulse-soft{animation:pulseSoft 2s ease-in-out infinite}.animate-pulse-glow{animation:pulseGlow 2s ease-in-out infinite}.animate-bounce-subtle{animation:bounceSubtle 1s ease-in-out infinite}.animate-shimmer{animation:shimmer 2s linear infinite;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.2),transparent);background-size:200% 100%}.animate-float{animation:float 3s ease-in-out infinite}.animate-rotate-slow{animation:rotateSlow 20s linear infinite}.animate-stagger-1{animation-delay:.1s}.animate-stagger-2{animation-delay:.2s}.animate-stagger-3{animation-delay:.3s}.animate-stagger-4{animation-delay:.4s}.animate-stagger-5{animation-delay:.5s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes pulseSoft{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}@keyframes pulseGlow{0%,to{box-shadow:0 0 5px #0f41784d}50%{box-shadow:0 0 20px #0f417899}}@keyframes bounceSubtle{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes rotateSlow{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.p-menubar{align-items:center;background-color:var(--color-bg-primary);border-bottom:1px solid var(--color-border-light);display:flex;padding:.5rem 1rem}.p-menubar-root-list{align-items:center;display:flex;gap:.25rem;list-style:none;margin:0;padding:0}.p-menubar-item{position:relative}.p-menubar-item-content{align-items:center;border-radius:.375rem;color:var(--color-text-secondary);cursor:pointer;display:flex;padding:.5rem .75rem;transition:background-color .2s}.p-menubar-item-content:hover{background-color:var(--color-hover);color:var(--color-primary)}.p-menubar-item-link{align-items:center;color:inherit;display:flex;gap:.5rem;text-decoration:none}.p-menubar-item-icon{font-size:1rem}.p-menubar-item-label{font-size:.875rem;font-weight:500}.p-menubar-end,.p-menubar-start{align-items:center;display:flex}.p-menubar-start{margin-right:auto}.p-menubar-end{gap:.5rem;margin-left:auto}.auth-layout{background-color:#021027;color:#fff;height:100vh;overflow:hidden;position:relative;width:100vw}#login-form{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:linear-gradient(45deg,#798af2b5,#1baf20a6);box-shadow:0 0 10px 10px #1d4002b3;color:#000;width:400px}#login-form input{background:#000000a9;box-shadow:0 0 11px #ffffff6b;color:#fff}.auth-bg{animation:auth-bg-zoom-pan 28s ease-in-out infinite alternate;display:block;filter:saturate(1.05) contrast(1.02);-webkit-mask-image:radial-gradient(#fff 0,#fff 30%,transparent 80%,transparent);mask-image:radial-gradient(#fff 0,#fff 30%,transparent 80%,transparent);-o-object-fit:cover;object-fit:cover;transform:translateZ(0);will-change:transform,opacity}.auth-bg,.auth-bg-container{height:100%;inset:0;position:absolute;width:100%}.auth-bg-container{overflow:hidden;z-index:1}.auth-bg-container:after{background-attachment:fixed;background-image:linear-gradient(#00000080 1px,#0003 0)!important;background-size:1px 2px;content:"";height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%}@keyframes auth-bg-zoom-pan{0%{opacity:.96;transform:translateZ(0) scaleX(1)}50%{opacity:1;transform:translate3d(-1.5%,-1.5%,0) scale3d(1.08,1.08,1)}to{opacity:.98;transform:translate3d(1.5%,1.5%,0) scale3d(1.12,1.12,1)}}.particles{inset:0;overflow:hidden;pointer-events:none;position:absolute}.circle-container{animation-iteration-count:infinite;animation-timing-function:linear;position:absolute;transform:translateY(-10vh)}.circle-container .circle{animation:fade-frames 2s infinite,scale-frames 2.4s infinite;background-image:radial-gradient(#9ff,#9ff 10%,#9ff0 56%);border-radius:50%;height:100%;mix-blend-mode:screen;width:100%;will-change:transform,opacity}@keyframes fade-frames{0%{opacity:1}50%{opacity:.7}to{opacity:1}}@keyframes scale-frames{0%{transform:scale3d(.4,.4,1)}50%{transform:scale3d(2.2,2.2,1)}to{transform:scale3d(.4,.4,1)}}.circle-container:first-child{animation-delay:29327ms;animation-duration:32187ms;animation-name:move-frames-1;height:3px;width:3px}@keyframes move-frames-1{0%{transform:translate3d(62vw,110vh,0)}to{transform:translate3d(1vw,-122vh,0)}}.circle-container:first-child .circle{animation-delay:3501ms}.circle-container:nth-child(2){animation-delay:35066ms;animation-duration:36944ms;animation-name:move-frames-2;height:5px;width:5px}@keyframes move-frames-2{0%{transform:translate3d(48vw,103vh,0)}to{transform:translate3d(99vw,-105vh,0)}}.circle-container:nth-child(2) .circle{animation-delay:63ms}.circle-container:nth-child(3){animation-delay:34036ms;animation-duration:32716ms;animation-name:move-frames-3;height:7px;width:7px}@keyframes move-frames-3{0%{transform:translate3d(82vw,103vh,0)}to{transform:translate3d(69vw,-128vh,0)}}.circle-container:nth-child(3) .circle{animation-delay:3495ms}.circle-container:nth-child(4){animation-delay:21119ms;animation-duration:30665ms;animation-name:move-frames-4;height:1px;width:1px}@keyframes move-frames-4{0%{transform:translate3d(87vw,103vh,0)}to{transform:translate3d(17vw,-130vh,0)}}.circle-container:nth-child(4) .circle{animation-delay:3439ms}.circle-container:nth-child(5){animation-delay:29297ms;animation-duration:34301ms;animation-name:move-frames-5;height:3px;width:3px}@keyframes move-frames-5{0%{transform:translate3d(56vw,107vh,0)}to{transform:translate3d(79vw,-136vh,0)}}.circle-container:nth-child(5) .circle{animation-delay:1369ms}.circle-container:nth-child(6){animation-delay:13971ms;animation-duration:29071ms;animation-name:move-frames-6;height:8px;width:8px}@keyframes move-frames-6{0%{transform:translate3d(32vw,102vh,0)}to{transform:translate3d(36vw,-118vh,0)}}.circle-container:nth-child(6) .circle{animation-delay:3117ms}.circle-container:nth-child(7){animation-delay:15514ms;animation-duration:32134ms;animation-name:move-frames-7;height:2px;width:2px}@keyframes move-frames-7{0%{transform:translate3d(17vw,103vh,0)}to{transform:translate3d(14vw,-125vh,0)}}.circle-container:nth-child(7) .circle{animation-delay:3899ms}.circle-container:nth-child(8){animation-delay:20365ms;animation-duration:32.55s;animation-name:move-frames-8;height:1px;width:1px}@keyframes move-frames-8{0%{transform:translate3d(99vw,102vh,0)}to{transform:translate3d(29vw,-125vh,0)}}.circle-container:nth-child(8) .circle{animation-delay:3548ms}.circle-container:nth-child(9){animation-delay:1719ms;animation-duration:35208ms;animation-name:move-frames-9;height:1px;width:1px}@keyframes move-frames-9{0%{transform:translate3d(42vw,107vh,0)}to{transform:translate3d(70vw,-109vh,0)}}.circle-container:nth-child(9) .circle{animation-delay:1921ms}.circle-container:nth-child(10){animation-delay:26321ms;animation-duration:34899ms;animation-name:move-frames-10;height:2px;width:2px}@keyframes move-frames-10{0%{transform:translate3d(64vw,110vh,0)}to{transform:translate3d(35vw,-123vh,0)}}.circle-container:nth-child(10) .circle{animation-delay:3204ms}.circle-container:nth-child(11){animation-delay:18.09s;animation-duration:35442ms;animation-name:move-frames-11;height:3px;width:3px}@keyframes move-frames-11{0%{transform:translate3d(34vw,107vh,0)}to{transform:translate3d(85vw,-117vh,0)}}.circle-container:nth-child(11) .circle{animation-delay:213ms}.circle-container:nth-child(12){animation-delay:18578ms;animation-duration:31212ms;animation-name:move-frames-12;height:1px;width:1px}@keyframes move-frames-12{0%{transform:translate3d(38vw,104vh,0)}to{transform:translate3d(57vw,-132vh,0)}}.circle-container:nth-child(12) .circle{animation-delay:578ms}.circle-container:nth-child(13){animation-delay:5.23s;animation-duration:33285ms;animation-name:move-frames-13;height:4px;width:4px}@keyframes move-frames-13{0%{transform:translate3d(49vw,104vh,0)}to{transform:translate3d(25vw,-114vh,0)}}.circle-container:nth-child(13) .circle{animation-delay:3213ms}.circle-container:nth-child(14){animation-delay:24442ms;animation-duration:33539ms;animation-name:move-frames-14;height:3px;width:3px}@keyframes move-frames-14{0%{transform:translate3d(17vw,103vh,0)}to{transform:translate3d(39vw,-132vh,0)}}.circle-container:nth-child(14) .circle{animation-delay:118ms}.circle-container:nth-child(15){animation-delay:21942ms;animation-duration:30529ms;animation-name:move-frames-15;height:8px;width:8px}@keyframes move-frames-15{0%{transform:translate3d(36vw,106vh,0)}to{transform:translate3d(77vw,-135vh,0)}}.circle-container:nth-child(15) .circle{animation-delay:325ms}.circle-container:nth-child(16){animation-delay:11778ms;animation-duration:33082ms;animation-name:move-frames-16;height:8px;width:8px}@keyframes move-frames-16{0%{transform:translate3d(66vw,101vh,0)}to{transform:translate3d(12vw,-108vh,0)}}.circle-container:nth-child(16) .circle{animation-delay:3265ms}.circle-container:nth-child(17){animation-delay:26724ms;animation-duration:29.89s;animation-name:move-frames-17;height:1px;width:1px}@keyframes move-frames-17{0%{transform:translate3d(7vw,103vh,0)}to{transform:translate3d(56vw,-111vh,0)}}.circle-container:nth-child(17) .circle{animation-delay:2645ms}.circle-container:nth-child(18){animation-delay:373ms;animation-duration:31426ms;animation-name:move-frames-18;height:4px;width:4px}@keyframes move-frames-18{0%{transform:translate3d(14vw,109vh,0)}to{transform:translate3d(90vw,-130vh,0)}}.circle-container:nth-child(18) .circle{animation-delay:2785ms}.circle-container:nth-child(19){animation-delay:32911ms;animation-duration:32583ms;animation-name:move-frames-19;height:4px;width:4px}@keyframes move-frames-19{0%{transform:translate3d(10vw,101vh,0)}to{transform:translate3d(83vw,-108vh,0)}}.circle-container:nth-child(19) .circle{animation-delay:2793ms}.circle-container:nth-child(20){animation-delay:6962ms;animation-duration:36419ms;animation-name:move-frames-20;height:4px;width:4px}@keyframes move-frames-20{0%{transform:translate3d(97vw,104vh,0)}to{transform:translate3d(37vw,-108vh,0)}}.circle-container:nth-child(20) .circle{animation-delay:81ms}.circle-container:nth-child(21){animation-delay:19988ms;animation-duration:30591ms;animation-name:move-frames-21;height:8px;width:8px}@keyframes move-frames-21{0%{transform:translate3d(37vw,109vh,0)}to{transform:translate3d(86vw,-110vh,0)}}.circle-container:nth-child(21) .circle{animation-delay:2219ms}.circle-container:nth-child(22){animation-delay:18288ms;animation-duration:32104ms;animation-name:move-frames-22;height:6px;width:6px}@keyframes move-frames-22{0%{transform:translate3d(8vw,110vh,0)}to{transform:translate3d(85vw,-123vh,0)}}.circle-container:nth-child(22) .circle{animation-delay:3821ms}.circle-container:nth-child(23){animation-delay:7442ms;animation-duration:29536ms;animation-name:move-frames-23;height:1px;width:1px}@keyframes move-frames-23{0%{transform:translate3d(10vw,110vh,0)}to{transform:translate3d(91vw,-132vh,0)}}.circle-container:nth-child(23) .circle{animation-delay:2636ms}.circle-container:nth-child(24){animation-delay:34476ms;animation-duration:34254ms;animation-name:move-frames-24;height:7px;width:7px}@keyframes move-frames-24{0%{transform:translate3d(82vw,103vh,0)}to{transform:translate3d(70vw,-105vh,0)}}.circle-container:nth-child(24) .circle{animation-delay:1662ms}.circle-container:nth-child(25){animation-delay:36458ms;animation-duration:29282ms;animation-name:move-frames-25;height:8px;width:8px}@keyframes move-frames-25{0%{transform:translate3d(67vw,102vh,0)}to{transform:translate3d(80vw,-130vh,0)}}.circle-container:nth-child(25) .circle{animation-delay:1923ms}.circle-container:nth-child(26){animation-delay:22829ms;animation-duration:30082ms;animation-name:move-frames-26;height:3px;width:3px}@keyframes move-frames-26{0%{transform:translate3d(5vw,107vh,0)}to{transform:translate3d(78vw,-123vh,0)}}.circle-container:nth-child(26) .circle{animation-delay:2504ms}.circle-container:nth-child(27){animation-delay:30856ms;animation-duration:29842ms;animation-name:move-frames-27;height:5px;width:5px}@keyframes move-frames-27{0%{transform:translate3d(23vw,107vh,0)}to{transform:translate3d(65vw,-125vh,0)}}.circle-container:nth-child(27) .circle{animation-delay:1545ms}.circle-container:nth-child(28){animation-delay:27832ms;animation-duration:33023ms;animation-name:move-frames-28;height:4px;width:4px}@keyframes move-frames-28{0%{transform:translate3d(34vw,110vh,0)}to{transform:translate3d(34vw,-137vh,0)}}.circle-container:nth-child(28) .circle{animation-delay:2658ms}.circle-container:nth-child(29){animation-delay:4064ms;animation-duration:31819ms;animation-name:move-frames-29;height:4px;width:4px}@keyframes move-frames-29{0%{transform:translate3d(40vw,107vh,0)}to{transform:translate3d(11vw,-120vh,0)}}.circle-container:nth-child(29) .circle{animation-delay:2918ms}.circle-container:nth-child(30){animation-delay:11293ms;animation-duration:36666ms;animation-name:move-frames-30;height:2px;width:2px}@keyframes move-frames-30{0%{transform:translate3d(43vw,108vh,0)}to{transform:translate3d(7vw,-134vh,0)}}.circle-container:nth-child(30) .circle{animation-delay:3.25s}.circle-container:nth-child(31){animation-delay:4641ms;animation-duration:32156ms;animation-name:move-frames-31;height:5px;width:5px}@keyframes move-frames-31{0%{transform:translate3d(100vw,106vh,0)}to{transform:translate3d(4vw,-131vh,0)}}.circle-container:nth-child(31) .circle{animation-delay:1179ms}.circle-container:nth-child(32){animation-delay:10002ms;animation-duration:36122ms;animation-name:move-frames-32;height:7px;width:7px}@keyframes move-frames-32{0%{transform:translate3d(99vw,101vh,0)}to{transform:translate3d(49vw,-106vh,0)}}.circle-container:nth-child(32) .circle{animation-delay:1594ms}.circle-container:nth-child(33){animation-delay:11492ms;animation-duration:30959ms;animation-name:move-frames-33;height:2px;width:2px}@keyframes move-frames-33{0%{transform:translate3d(10vw,101vh,0)}to{transform:translate3d(8vw,-115vh,0)}}.circle-container:nth-child(33) .circle{animation-delay:1413ms}.circle-container:nth-child(34){animation-delay:23647ms;animation-duration:36623ms;animation-name:move-frames-34;height:7px;width:7px}@keyframes move-frames-34{0%{transform:translate3d(77vw,101vh,0)}to{transform:translate3d(63vw,-115vh,0)}}.circle-container:nth-child(34) .circle{animation-delay:2876ms}.circle-container:nth-child(35){animation-delay:428ms;animation-duration:33.88s;animation-name:move-frames-35;height:4px;width:4px}@keyframes move-frames-35{0%{transform:translate3d(6vw,104vh,0)}to{transform:translate3d(93vw,-109vh,0)}}.circle-container:nth-child(35) .circle{animation-delay:372ms}.circle-container:nth-child(36){animation-delay:19003ms;animation-duration:31505ms;animation-name:move-frames-36;height:6px;width:6px}@keyframes move-frames-36{0%{transform:translate3d(51vw,110vh,0)}to{transform:translate3d(56vw,-124vh,0)}}.circle-container:nth-child(36) .circle{animation-delay:.28s}.circle-container:nth-child(37){animation-delay:14074ms;animation-duration:33296ms;animation-name:move-frames-37;height:3px;width:3px}@keyframes move-frames-37{0%{transform:translate3d(85vw,101vh,0)}to{transform:translate3d(55vw,-117vh,0)}}.circle-container:nth-child(37) .circle{animation-delay:3899ms}.circle-container:nth-child(38){animation-delay:16924ms;animation-duration:36731ms;animation-name:move-frames-38;height:5px;width:5px}@keyframes move-frames-38{0%{transform:translate3d(68vw,105vh,0)}to{transform:translate3d(45vw,-127vh,0)}}.circle-container:nth-child(38) .circle{animation-delay:1733ms}.circle-container:nth-child(39){animation-delay:23128ms;animation-duration:29329ms;animation-name:move-frames-39;height:2px;width:2px}@keyframes move-frames-39{0%{transform:translate3d(65vw,110vh,0)}to{transform:translate3d(45vw,-116vh,0)}}.circle-container:nth-child(39) .circle{animation-delay:2371ms}.circle-container:nth-child(40){animation-delay:5945ms;animation-duration:31549ms;animation-name:move-frames-40;height:3px;width:3px}@keyframes move-frames-40{0%{transform:translate3d(15vw,101vh,0)}to{transform:translate3d(99vw,-108vh,0)}}.circle-container:nth-child(40) .circle{animation-delay:1748ms}.circle-container:nth-child(41){animation-delay:6881ms;animation-duration:31455ms;animation-name:move-frames-41;height:7px;width:7px}@keyframes move-frames-41{0%{transform:translate3d(17vw,106vh,0)}to{transform:translate3d(68vw,-136vh,0)}}.circle-container:nth-child(41) .circle{animation-delay:3955ms}.circle-container:nth-child(42){animation-delay:348ms;animation-duration:31158ms;animation-name:move-frames-42;height:3px;width:3px}@keyframes move-frames-42{0%{transform:translate3d(45vw,107vh,0)}to{transform:translate3d(17vw,-116vh,0)}}.circle-container:nth-child(42) .circle{animation-delay:2133ms}.circle-container:nth-child(43){animation-delay:10372ms;animation-duration:36372ms;animation-name:move-frames-43;height:6px;width:6px}@keyframes move-frames-43{0%{transform:translate3d(15vw,109vh,0)}to{transform:translate3d(62vw,-129vh,0)}}.circle-container:nth-child(43) .circle{animation-delay:16ms}.circle-container:nth-child(44){animation-delay:28579ms;animation-duration:31495ms;animation-name:move-frames-44;height:6px;width:6px}@keyframes move-frames-44{0%{transform:translate3d(85vw,101vh,0)}to{transform:translate3d(77vw,-111vh,0)}}.circle-container:nth-child(44) .circle{animation-delay:1411ms}.circle-container:nth-child(45){animation-delay:24477ms;animation-duration:28986ms;animation-name:move-frames-45;height:2px;width:2px}@keyframes move-frames-45{0%{transform:translate3d(12vw,102vh,0)}to{transform:translate3d(55vw,-112vh,0)}}.circle-container:nth-child(45) .circle{animation-delay:489ms}.circle-container:nth-child(46){animation-delay:22105ms;animation-duration:32122ms;animation-name:move-frames-46;height:2px;width:2px}@keyframes move-frames-46{0%{transform:translate3d(18vw,103vh,0)}to{transform:translate3d(79vw,-125vh,0)}}.circle-container:nth-child(46) .circle{animation-delay:2.57s}.circle-container:nth-child(47){animation-delay:28701ms;animation-duration:36155ms;animation-name:move-frames-47;height:4px;width:4px}@keyframes move-frames-47{0%{transform:translate3d(53vw,107vh,0)}to{transform:translate3d(87vw,-126vh,0)}}.circle-container:nth-child(47) .circle{animation-delay:3479ms}.circle-container:nth-child(48){animation-delay:20.85s;animation-duration:29054ms;animation-name:move-frames-48;height:1px;width:1px}@keyframes move-frames-48{0%{transform:translate3d(19vw,106vh,0)}to{transform:translate3d(6vw,-111vh,0)}}.circle-container:nth-child(48) .circle{animation-delay:1131ms}.circle-container:nth-child(49){animation-delay:19712ms;animation-duration:31363ms;animation-name:move-frames-49;height:8px;width:8px}@keyframes move-frames-49{0%{transform:translate3d(11vw,101vh,0)}to{transform:translate3d(48vw,-125vh,0)}}.circle-container:nth-child(49) .circle{animation-delay:2405ms}.circle-container:nth-child(50){animation-delay:1598ms;animation-duration:31665ms;animation-name:move-frames-50;height:7px;width:7px}@keyframes move-frames-50{0%{transform:translate3d(2vw,104vh,0)}to{transform:translate3d(24vw,-124vh,0)}}.circle-container:nth-child(50) .circle{animation-delay:2.11s}.circle-container:nth-child(51){animation-delay:2864ms;animation-duration:28535ms;animation-name:move-frames-51;height:8px;width:8px}@keyframes move-frames-51{0%{transform:translate3d(2vw,106vh,0)}to{transform:translate3d(58vw,-107vh,0)}}.circle-container:nth-child(51) .circle{animation-delay:1284ms}.circle-container:nth-child(52){animation-delay:18009ms;animation-duration:28998ms;animation-name:move-frames-52;height:3px;width:3px}@keyframes move-frames-52{0%{transform:translate3d(79vw,101vh,0)}to{transform:translate3d(33vw,-125vh,0)}}.circle-container:nth-child(52) .circle{animation-delay:609ms}.circle-container:nth-child(53){animation-delay:8154ms;animation-duration:30976ms;animation-name:move-frames-53;height:4px;width:4px}@keyframes move-frames-53{0%{transform:translate3d(42vw,108vh,0)}to{transform:translate3d(43vw,-127vh,0)}}.circle-container:nth-child(53) .circle{animation-delay:915ms}.circle-container:nth-child(54){animation-delay:2097ms;animation-duration:28616ms;animation-name:move-frames-54;height:3px;width:3px}@keyframes move-frames-54{0%{transform:translate3d(42vw,109vh,0)}to{transform:translate3d(53vw,-135vh,0)}}.circle-container:nth-child(54) .circle{animation-delay:1402ms}.circle-container:nth-child(55){animation-delay:19.85s;animation-duration:29946ms;animation-name:move-frames-55;height:3px;width:3px}@keyframes move-frames-55{0%{transform:translate3d(91vw,101vh,0)}to{transform:translate3d(5vw,-108vh,0)}}.circle-container:nth-child(55) .circle{animation-delay:2041ms}.circle-container:nth-child(56){animation-delay:10448ms;animation-duration:34058ms;animation-name:move-frames-56;height:5px;width:5px}@keyframes move-frames-56{0%{transform:translate3d(37vw,110vh,0)}to{transform:translate3d(5vw,-134vh,0)}}.circle-container:nth-child(56) .circle{animation-delay:1.57s}.circle-container:nth-child(57){animation-delay:8068ms;animation-duration:35428ms;animation-name:move-frames-57;height:2px;width:2px}@keyframes move-frames-57{0%{transform:translate3d(3vw,110vh,0)}to{transform:translate3d(95vw,-138vh,0)}}.circle-container:nth-child(57) .circle{animation-delay:2248ms}.circle-container:nth-child(58){animation-delay:2949ms;animation-duration:34152ms;animation-name:move-frames-58;height:4px;width:4px}@keyframes move-frames-58{0%{transform:translate3d(91vw,108vh,0)}to{transform:translate3d(83vw,-112vh,0)}}.circle-container:nth-child(58) .circle{animation-delay:1912ms}.circle-container:nth-child(59){animation-delay:3564ms;animation-duration:32791ms;animation-name:move-frames-59;height:2px;width:2px}@keyframes move-frames-59{0%{transform:translate3d(99vw,102vh,0)}to{transform:translate3d(15vw,-124vh,0)}}.circle-container:nth-child(59) .circle{animation-delay:781ms}.circle-container:nth-child(60){animation-delay:26998ms;animation-duration:30561ms;animation-name:move-frames-60;height:5px;width:5px}@keyframes move-frames-60{0%{transform:translate3d(34vw,107vh,0)}to{transform:translate3d(23vw,-110vh,0)}}.circle-container:nth-child(60) .circle{animation-delay:1696ms}.circle-container:nth-child(61){animation-delay:17168ms;animation-duration:36451ms;animation-name:move-frames-61;height:6px;width:6px}@keyframes move-frames-61{0%{transform:translate3d(59vw,101vh,0)}to{transform:translate3d(94vw,-122vh,0)}}.circle-container:nth-child(61) .circle{animation-delay:2228ms}.circle-container:nth-child(62){animation-delay:14943ms;animation-duration:32718ms;animation-name:move-frames-62;height:7px;width:7px}@keyframes move-frames-62{0%{transform:translate3d(16vw,101vh,0)}to{transform:translate3d(6vw,-121vh,0)}}.circle-container:nth-child(62) .circle{animation-delay:1624ms}.circle-container:nth-child(63){animation-delay:17995ms;animation-duration:36027ms;animation-name:move-frames-63;height:4px;width:4px}@keyframes move-frames-63{0%{transform:translate3d(4vw,105vh,0)}to{transform:translate3d(33vw,-117vh,0)}}.circle-container:nth-child(63) .circle{animation-delay:1223ms}.circle-container:nth-child(64){animation-delay:13118ms;animation-duration:34.37s;animation-name:move-frames-64;height:6px;width:6px}@keyframes move-frames-64{0%{transform:translate3d(15vw,103vh,0)}to{transform:translate3d(88vw,-111vh,0)}}.circle-container:nth-child(64) .circle{animation-delay:2451ms}.circle-container:nth-child(65){animation-delay:5.03s;animation-duration:29156ms;animation-name:move-frames-65;height:3px;width:3px}@keyframes move-frames-65{0%{transform:translate3d(1vw,109vh,0)}to{transform:translate3d(63vw,-123vh,0)}}.circle-container:nth-child(65) .circle{animation-delay:1943ms}.circle-container:nth-child(66){animation-delay:21555ms;animation-duration:28641ms;animation-name:move-frames-66;height:2px;width:2px}@keyframes move-frames-66{0%{transform:translate3d(78vw,107vh,0)}to{transform:translate3d(56vw,-136vh,0)}}.circle-container:nth-child(66) .circle{animation-delay:2716ms}.circle-container:nth-child(67){animation-delay:25274ms;animation-duration:30493ms;animation-name:move-frames-67;height:7px;width:7px}@keyframes move-frames-67{0%{transform:translate3d(3vw,106vh,0)}to{transform:translate3d(72vw,-111vh,0)}}.circle-container:nth-child(67) .circle{animation-delay:2829ms}.circle-container:nth-child(68){animation-delay:20667ms;animation-duration:36692ms;animation-name:move-frames-68;height:7px;width:7px}@keyframes move-frames-68{0%{transform:translate3d(60vw,103vh,0)}to{transform:translate3d(49vw,-129vh,0)}}.circle-container:nth-child(68) .circle{animation-delay:1143ms}.circle-container:nth-child(69){animation-delay:10596ms;animation-duration:36445ms;animation-name:move-frames-69;height:1px;width:1px}@keyframes move-frames-69{0%{transform:translate3d(13vw,101vh,0)}to{transform:translate3d(53vw,-118vh,0)}}.circle-container:nth-child(69) .circle{animation-delay:3895ms}.circle-container:nth-child(70){animation-delay:15.02s;animation-duration:31725ms;animation-name:move-frames-70;height:3px;width:3px}@keyframes move-frames-70{0%{transform:translate3d(4vw,107vh,0)}to{transform:translate3d(78vw,-110vh,0)}}.circle-container:nth-child(70) .circle{animation-delay:1875ms}.circle-container:nth-child(71){animation-delay:10646ms;animation-duration:28003ms;animation-name:move-frames-71;height:7px;width:7px}@keyframes move-frames-71{0%{transform:translate3d(90vw,101vh,0)}to{transform:translate3d(47vw,-121vh,0)}}.circle-container:nth-child(71) .circle{animation-delay:203ms}.circle-container:nth-child(72){animation-delay:21788ms;animation-duration:36844ms;animation-name:move-frames-72;height:4px;width:4px}@keyframes move-frames-72{0%{transform:translate3d(47vw,109vh,0)}to{transform:translate3d(23vw,-110vh,0)}}.circle-container:nth-child(72) .circle{animation-delay:1655ms}.circle-container:nth-child(73){animation-delay:17562ms;animation-duration:31971ms;animation-name:move-frames-73;height:7px;width:7px}@keyframes move-frames-73{0%{transform:translate3d(16vw,107vh,0)}to{transform:translate3d(2vw,-124vh,0)}}.circle-container:nth-child(73) .circle{animation-delay:3549ms}.circle-container:nth-child(74){animation-delay:33323ms;animation-duration:31522ms;animation-name:move-frames-74;height:6px;width:6px}@keyframes move-frames-74{0%{transform:translate3d(97vw,109vh,0)}to{transform:translate3d(67vw,-134vh,0)}}.circle-container:nth-child(74) .circle{animation-delay:1.76s}.circle-container:nth-child(75){animation-delay:4.86s;animation-duration:29389ms;animation-name:move-frames-75;height:4px;width:4px}@keyframes move-frames-75{0%{transform:translate3d(79vw,106vh,0)}to{transform:translate3d(44vw,-129vh,0)}}.circle-container:nth-child(75) .circle{animation-delay:482ms}.circle-container:nth-child(76){animation-delay:35357ms;animation-duration:32721ms;animation-name:move-frames-76;height:2px;width:2px}@keyframes move-frames-76{0%{transform:translate3d(57vw,109vh,0)}to{transform:translate3d(54vw,-129vh,0)}}.circle-container:nth-child(76) .circle{animation-delay:2696ms}.circle-container:nth-child(77){animation-delay:8827ms;animation-duration:36392ms;animation-name:move-frames-77;height:2px;width:2px}@keyframes move-frames-77{0%{transform:translate3d(20vw,109vh,0)}to{transform:translate3d(23vw,-119vh,0)}}.circle-container:nth-child(77) .circle{animation-delay:1.42s}.circle-container:nth-child(78){animation-delay:34128ms;animation-duration:31674ms;animation-name:move-frames-78;height:4px;width:4px}@keyframes move-frames-78{0%{transform:translate3d(51vw,103vh,0)}to{transform:translate3d(32vw,-131vh,0)}}.circle-container:nth-child(78) .circle{animation-delay:214ms}.circle-container:nth-child(79){animation-delay:12467ms;animation-duration:36615ms;animation-name:move-frames-79;height:3px;width:3px}@keyframes move-frames-79{0%{transform:translate3d(16vw,110vh,0)}to{transform:translate3d(74vw,-127vh,0)}}.circle-container:nth-child(79) .circle{animation-delay:2974ms}.circle-container:nth-child(80){animation-delay:13103ms;animation-duration:30176ms;animation-name:move-frames-80;height:8px;width:8px}@keyframes move-frames-80{0%{transform:translate3d(77vw,103vh,0)}to{transform:translate3d(82vw,-109vh,0)}}.circle-container:nth-child(80) .circle{animation-delay:3283ms}.circle-container:nth-child(81){animation-delay:5439ms;animation-duration:32167ms;animation-name:move-frames-81;height:2px;width:2px}@keyframes move-frames-81{0%{transform:translate3d(22vw,102vh,0)}to{transform:translate3d(36vw,-110vh,0)}}.circle-container:nth-child(81) .circle{animation-delay:3974ms}.circle-container:nth-child(82){animation-delay:10.45s;animation-duration:35566ms;animation-name:move-frames-82;height:3px;width:3px}@keyframes move-frames-82{0%{transform:translate3d(18vw,108vh,0)}to{transform:translate3d(60vw,-112vh,0)}}.circle-container:nth-child(82) .circle{animation-delay:3908ms}.circle-container:nth-child(83){animation-delay:9496ms;animation-duration:36526ms;animation-name:move-frames-83;height:3px;width:3px}@keyframes move-frames-83{0%{transform:translate3d(34vw,105vh,0)}to{transform:translate3d(14vw,-133vh,0)}}.circle-container:nth-child(83) .circle{animation-delay:37ms}.circle-container:nth-child(84){animation-delay:10.26s;animation-duration:29732ms;animation-name:move-frames-84;height:5px;width:5px}@keyframes move-frames-84{0%{transform:translate3d(55vw,108vh,0)}to{transform:translate3d(31vw,-135vh,0)}}.circle-container:nth-child(84) .circle{animation-delay:3827ms}.circle-container:nth-child(85){animation-delay:9755ms;animation-duration:33581ms;animation-name:move-frames-85;height:1px;width:1px}@keyframes move-frames-85{0%{transform:translate3d(7vw,106vh,0)}to{transform:translate3d(10vw,-107vh,0)}}.circle-container:nth-child(85) .circle{animation-delay:3281ms}.circle-container:nth-child(86){animation-delay:3602ms;animation-duration:30886ms;animation-name:move-frames-86;height:4px;width:4px}@keyframes move-frames-86{0%{transform:translate3d(50vw,109vh,0)}to{transform:translate3d(26vw,-117vh,0)}}.circle-container:nth-child(86) .circle{animation-delay:1865ms}.circle-container:nth-child(87){animation-delay:7.84s;animation-duration:31218ms;animation-name:move-frames-87;height:6px;width:6px}@keyframes move-frames-87{0%{transform:translate3d(57vw,106vh,0)}to{transform:translate3d(87vw,-127vh,0)}}.circle-container:nth-child(87) .circle{animation-delay:2275ms}.circle-container:nth-child(88){animation-delay:16.61s;animation-duration:28.98s;animation-name:move-frames-88;height:3px;width:3px}@keyframes move-frames-88{0%{transform:translate3d(95vw,106vh,0)}to{transform:translate3d(13vw,-108vh,0)}}.circle-container:nth-child(88) .circle{animation-delay:2.79s}.circle-container:nth-child(89){animation-delay:11591ms;animation-duration:29.07s;animation-name:move-frames-89;height:4px;width:4px}@keyframes move-frames-89{0%{transform:translate3d(15vw,103vh,0)}to{transform:translate3d(57vw,-120vh,0)}}.circle-container:nth-child(89) .circle{animation-delay:1699ms}.circle-container:nth-child(90){animation-delay:12699ms;animation-duration:30943ms;animation-name:move-frames-90;height:5px;width:5px}@keyframes move-frames-90{0%{transform:translate3d(47vw,101vh,0)}to{transform:translate3d(66vw,-110vh,0)}}.circle-container:nth-child(90) .circle{animation-delay:3614ms}.circle-container:nth-child(91){animation-delay:15301ms;animation-duration:32.14s;animation-name:move-frames-91;height:6px;width:6px}@keyframes move-frames-91{0%{transform:translate3d(22vw,103vh,0)}to{transform:translate3d(38vw,-127vh,0)}}.circle-container:nth-child(91) .circle{animation-delay:54ms}.circle-container:nth-child(92){animation-delay:15366ms;animation-duration:28128ms;animation-name:move-frames-92;height:5px;width:5px}@keyframes move-frames-92{0%{transform:translate3d(1vw,108vh,0)}to{transform:translate3d(24vw,-134vh,0)}}.circle-container:nth-child(92) .circle{animation-delay:3455ms}.circle-container:nth-child(93){animation-delay:21686ms;animation-duration:34531ms;animation-name:move-frames-93;height:6px;width:6px}@keyframes move-frames-93{0%{transform:translate3d(38vw,107vh,0)}to{transform:translate3d(40vw,-114vh,0)}}.circle-container:nth-child(93) .circle{animation-delay:3569ms}.circle-container:nth-child(94){animation-delay:7546ms;animation-duration:35682ms;animation-name:move-frames-94;height:5px;width:5px}@keyframes move-frames-94{0%{transform:translate3d(57vw,109vh,0)}to{transform:translate3d(97vw,-134vh,0)}}.circle-container:nth-child(94) .circle{animation-delay:1354ms}.circle-container:nth-child(95){animation-delay:1751ms;animation-duration:30364ms;animation-name:move-frames-95;height:6px;width:6px}@keyframes move-frames-95{0%{transform:translate3d(35vw,104vh,0)}to{transform:translate3d(17vw,-112vh,0)}}.circle-container:nth-child(95) .circle{animation-delay:3772ms}.circle-container:nth-child(96){animation-delay:20431ms;animation-duration:32.34s;animation-name:move-frames-96;height:8px;width:8px}@keyframes move-frames-96{0%{transform:translate3d(36vw,104vh,0)}to{transform:translate3d(67vw,-122vh,0)}}.circle-container:nth-child(96) .circle{animation-delay:1495ms}.circle-container:nth-child(97){animation-delay:4877ms;animation-duration:29814ms;animation-name:move-frames-97;height:3px;width:3px}@keyframes move-frames-97{0%{transform:translate3d(17vw,106vh,0)}to{transform:translate3d(41vw,-125vh,0)}}.circle-container:nth-child(97) .circle{animation-delay:3699ms}.circle-container:nth-child(98){animation-delay:5068ms;animation-duration:36.5s;animation-name:move-frames-98;height:7px;width:7px}@keyframes move-frames-98{0%{transform:translate3d(17vw,109vh,0)}to{transform:translate3d(41vw,-137vh,0)}}.circle-container:nth-child(98) .circle{animation-delay:3.53s}.circle-container:nth-child(99){animation-delay:9.23s;animation-duration:28.93s;animation-name:move-frames-99;height:1px;width:1px}@keyframes move-frames-99{0%{transform:translate3d(15vw,108vh,0)}to{transform:translate3d(43vw,-125vh,0)}}.circle-container:nth-child(99) .circle{animation-delay:2516ms}.circle-container:nth-child(100){animation-delay:9383ms;animation-duration:30.38s;animation-name:move-frames-100;height:2px;width:2px}@keyframes move-frames-100{0%{transform:translate3d(2vw,105vh,0)}to{transform:translate3d(14vw,-110vh,0)}}.circle-container:nth-child(100) .circle{animation-delay:1802ms}.circle-container:nth-child(101){animation-delay:10.13s;animation-duration:28489ms;animation-name:move-frames-101;height:7px;width:7px}@keyframes move-frames-101{0%{transform:translate3d(54vw,110vh,0)}to{transform:translate3d(8vw,-124vh,0)}}.circle-container:nth-child(101) .circle{animation-delay:1585ms}.circle-container:nth-child(102){animation-delay:19065ms;animation-duration:36933ms;animation-name:move-frames-102;height:3px;width:3px}@keyframes move-frames-102{0%{transform:translate3d(57vw,110vh,0)}to{transform:translate3d(50vw,-139vh,0)}}.circle-container:nth-child(102) .circle{animation-delay:2576ms}.circle-container:nth-child(103){animation-delay:31475ms;animation-duration:31523ms;animation-name:move-frames-103;height:2px;width:2px}@keyframes move-frames-103{0%{transform:translate3d(3vw,104vh,0)}to{transform:translate3d(57vw,-131vh,0)}}.circle-container:nth-child(103) .circle{animation-delay:3231ms}.circle-container:nth-child(104){animation-delay:23845ms;animation-duration:34529ms;animation-name:move-frames-104;height:5px;width:5px}@keyframes move-frames-104{0%{transform:translate3d(46vw,108vh,0)}to{transform:translate3d(27vw,-128vh,0)}}.circle-container:nth-child(104) .circle{animation-delay:3777ms}.circle-container:nth-child(105){animation-delay:36194ms;animation-duration:28.46s;animation-name:move-frames-105;height:5px;width:5px}@keyframes move-frames-105{0%{transform:translate3d(25vw,106vh,0)}to{transform:translate3d(27vw,-111vh,0)}}.circle-container:nth-child(105) .circle{animation-delay:221ms}.circle-container:nth-child(106){animation-delay:28889ms;animation-duration:29651ms;animation-name:move-frames-106;height:8px;width:8px}@keyframes move-frames-106{0%{transform:translate3d(99vw,102vh,0)}to{transform:translate3d(45vw,-109vh,0)}}.circle-container:nth-child(106) .circle{animation-delay:3833ms}.circle-container:nth-child(107){animation-delay:20661ms;animation-duration:35346ms;animation-name:move-frames-107;height:2px;width:2px}@keyframes move-frames-107{0%{transform:translate3d(53vw,103vh,0)}to{transform:translate3d(32vw,-128vh,0)}}.circle-container:nth-child(107) .circle{animation-delay:853ms}.circle-container:nth-child(108){animation-delay:3972ms;animation-duration:28704ms;animation-name:move-frames-108;height:1px;width:1px}@keyframes move-frames-108{0%{transform:translate3d(69vw,105vh,0)}to{transform:translate3d(13vw,-110vh,0)}}.circle-container:nth-child(108) .circle{animation-delay:2977ms}.circle-container:nth-child(109){animation-delay:31211ms;animation-duration:28179ms;animation-name:move-frames-109;height:1px;width:1px}@keyframes move-frames-109{0%{transform:translate3d(87vw,105vh,0)}to{transform:translate3d(82vw,-116vh,0)}}.circle-container:nth-child(109) .circle{animation-delay:3788ms}.circle-container:nth-child(110){animation-delay:23ms;animation-duration:29694ms;animation-name:move-frames-110;height:4px;width:4px}@keyframes move-frames-110{0%{transform:translate3d(85vw,101vh,0)}to{transform:translate3d(80vw,-124vh,0)}}.circle-container:nth-child(110) .circle{animation-delay:1663ms}.circle-container:nth-child(111){animation-delay:34508ms;animation-duration:33203ms;animation-name:move-frames-111;height:1px;width:1px}@keyframes move-frames-111{0%{transform:translate3d(83vw,103vh,0)}to{transform:translate3d(39vw,-117vh,0)}}.circle-container:nth-child(111) .circle{animation-delay:3234ms}.circle-container:nth-child(112){animation-delay:36957ms;animation-duration:36896ms;animation-name:move-frames-112;height:5px;width:5px}@keyframes move-frames-112{0%{transform:translate3d(43vw,109vh,0)}to{transform:translate3d(33vw,-121vh,0)}}.circle-container:nth-child(112) .circle{animation-delay:499ms}.circle-container:nth-child(113){animation-delay:5.19s;animation-duration:29011ms;animation-name:move-frames-113;height:8px;width:8px}@keyframes move-frames-113{0%{transform:translate3d(82vw,110vh,0)}to{transform:translate3d(72vw,-119vh,0)}}.circle-container:nth-child(113) .circle{animation-delay:2095ms}.circle-container:nth-child(114){animation-delay:1747ms;animation-duration:29.14s;animation-name:move-frames-114;height:8px;width:8px}@keyframes move-frames-114{0%{transform:translate3d(75vw,105vh,0)}to{transform:translate3d(77vw,-114vh,0)}}.circle-container:nth-child(114) .circle{animation-delay:1.73s}.circle-container:nth-child(115){animation-delay:13281ms;animation-duration:34.62s;animation-name:move-frames-115;height:7px;width:7px}@keyframes move-frames-115{0%{transform:translate3d(27vw,103vh,0)}to{transform:translate3d(95vw,-133vh,0)}}.circle-container:nth-child(115) .circle{animation-delay:3803ms}.circle-container:nth-child(116){animation-delay:2.95s;animation-duration:29157ms;animation-name:move-frames-116;height:8px;width:8px}@keyframes move-frames-116{0%{transform:translate3d(5vw,105vh,0)}to{transform:translate3d(21vw,-124vh,0)}}.circle-container:nth-child(116) .circle{animation-delay:258ms}.circle-container:nth-child(117){animation-delay:16167ms;animation-duration:31777ms;animation-name:move-frames-117;height:5px;width:5px}@keyframes move-frames-117{0%{transform:translate3d(37vw,107vh,0)}to{transform:translate3d(71vw,-130vh,0)}}.circle-container:nth-child(117) .circle{animation-delay:735ms}.circle-container:nth-child(118){animation-delay:16622ms;animation-duration:31567ms;animation-name:move-frames-118;height:5px;width:5px}@keyframes move-frames-118{0%{transform:translate3d(7vw,104vh,0)}to{transform:translate3d(89vw,-132vh,0)}}.circle-container:nth-child(118) .circle{animation-delay:617ms}.circle-container:nth-child(119){animation-delay:27893ms;animation-duration:36801ms;animation-name:move-frames-119;height:8px;width:8px}@keyframes move-frames-119{0%{transform:translate3d(96vw,102vh,0)}to{transform:translate3d(70vw,-103vh,0)}}.circle-container:nth-child(119) .circle{animation-delay:2158ms}.circle-container:nth-child(120){animation-delay:21011ms;animation-duration:28.36s;animation-name:move-frames-120;height:3px;width:3px}@keyframes move-frames-120{0%{transform:translate3d(24vw,101vh,0)}to{transform:translate3d(38vw,-116vh,0)}}.circle-container:nth-child(120) .circle{animation-delay:1783ms}.circle-container:nth-child(121){animation-delay:10288ms;animation-duration:33011ms;animation-name:move-frames-121;height:5px;width:5px}@keyframes move-frames-121{0%{transform:translate3d(56vw,102vh,0)}to{transform:translate3d(65vw,-107vh,0)}}.circle-container:nth-child(121) .circle{animation-delay:3327ms}.circle-container:nth-child(122){animation-delay:24222ms;animation-duration:33439ms;animation-name:move-frames-122;height:8px;width:8px}@keyframes move-frames-122{0%{transform:translate3d(53vw,108vh,0)}to{transform:translate3d(77vw,-120vh,0)}}.circle-container:nth-child(122) .circle{animation-delay:3088ms}.circle-container:nth-child(123){animation-delay:26543ms;animation-duration:32.49s;animation-name:move-frames-123;height:5px;width:5px}@keyframes move-frames-123{0%{transform:translate3d(37vw,109vh,0)}to{transform:translate3d(43vw,-123vh,0)}}.circle-container:nth-child(123) .circle{animation-delay:3874ms}.circle-container:nth-child(124){animation-delay:22936ms;animation-duration:34.59s;animation-name:move-frames-124;height:2px;width:2px}@keyframes move-frames-124{0%{transform:translate3d(36vw,106vh,0)}to{transform:translate3d(28vw,-118vh,0)}}.circle-container:nth-child(124) .circle{animation-delay:1923ms}.circle-container:nth-child(125){animation-delay:21287ms;animation-duration:36568ms;animation-name:move-frames-125;height:5px;width:5px}@keyframes move-frames-125{0%{transform:translate3d(87vw,109vh,0)}to{transform:translate3d(90vw,-136vh,0)}}.circle-container:nth-child(125) .circle{animation-delay:2144ms}.circle-container:nth-child(126){animation-delay:31707ms;animation-duration:34659ms;animation-name:move-frames-126;height:7px;width:7px}@keyframes move-frames-126{0%{transform:translate3d(94vw,107vh,0)}to{transform:translate3d(30vw,-124vh,0)}}.circle-container:nth-child(126) .circle{animation-delay:1733ms}.circle-container:nth-child(127){animation-delay:5861ms;animation-duration:30005ms;animation-name:move-frames-127;height:8px;width:8px}@keyframes move-frames-127{0%{transform:translate3d(9vw,106vh,0)}to{transform:translate3d(6vw,-130vh,0)}}.circle-container:nth-child(127) .circle{animation-delay:1103ms}.circle-container:nth-child(128){animation-delay:11967ms;animation-duration:33155ms;animation-name:move-frames-128;height:2px;width:2px}@keyframes move-frames-128{0%{transform:translate3d(84vw,108vh,0)}to{transform:translate3d(57vw,-138vh,0)}}.circle-container:nth-child(128) .circle{animation-delay:2557ms}.circle-container:nth-child(129){animation-delay:12665ms;animation-duration:33266ms;animation-name:move-frames-129;height:2px;width:2px}@keyframes move-frames-129{0%{transform:translate3d(63vw,107vh,0)}to{transform:translate3d(38vw,-113vh,0)}}.circle-container:nth-child(129) .circle{animation-delay:1245ms}.circle-container:nth-child(130){animation-delay:3796ms;animation-duration:33.11s;animation-name:move-frames-130;height:7px;width:7px}@keyframes move-frames-130{0%{transform:translate3d(100vw,104vh,0)}to{transform:translate3d(29vw,-119vh,0)}}.circle-container:nth-child(130) .circle{animation-delay:9ms}.circle-container:nth-child(131){animation-delay:25.5s;animation-duration:28.83s;animation-name:move-frames-131;height:5px;width:5px}@keyframes move-frames-131{0%{transform:translate3d(6vw,110vh,0)}to{transform:translate3d(73vw,-119vh,0)}}.circle-container:nth-child(131) .circle{animation-delay:3459ms}.circle-container:nth-child(132){animation-delay:1509ms;animation-duration:35361ms;animation-name:move-frames-132;height:4px;width:4px}@keyframes move-frames-132{0%{transform:translate3d(85vw,109vh,0)}to{transform:translate3d(42vw,-129vh,0)}}.circle-container:nth-child(132) .circle{animation-delay:3586ms}.circle-container:nth-child(133){animation-delay:10004ms;animation-duration:28433ms;animation-name:move-frames-133;height:1px;width:1px}@keyframes move-frames-133{0%{transform:translate3d(69vw,105vh,0)}to{transform:translate3d(1vw,-129vh,0)}}.circle-container:nth-child(133) .circle{animation-delay:1459ms}.circle-container:nth-child(134){animation-delay:14138ms;animation-duration:29471ms;animation-name:move-frames-134;height:2px;width:2px}@keyframes move-frames-134{0%{transform:translate3d(79vw,104vh,0)}to{transform:translate3d(76vw,-116vh,0)}}.circle-container:nth-child(134) .circle{animation-delay:419ms}.circle-container:nth-child(135){animation-delay:17476ms;animation-duration:32.59s;animation-name:move-frames-135;height:3px;width:3px}@keyframes move-frames-135{0%{transform:translate3d(44vw,109vh,0)}to{transform:translate3d(16vw,-125vh,0)}}.circle-container:nth-child(135) .circle{animation-delay:1617ms}.circle-container:nth-child(136){animation-delay:151ms;animation-duration:31222ms;animation-name:move-frames-136;height:1px;width:1px}@keyframes move-frames-136{0%{transform:translate3d(93vw,105vh,0)}to{transform:translate3d(29vw,-126vh,0)}}.circle-container:nth-child(136) .circle{animation-delay:2125ms}.circle-container:nth-child(137){animation-delay:3901ms;animation-duration:33126ms;animation-name:move-frames-137;height:1px;width:1px}@keyframes move-frames-137{0%{transform:translate3d(53vw,101vh,0)}to{transform:translate3d(74vw,-102vh,0)}}.circle-container:nth-child(137) .circle{animation-delay:1377ms}.circle-container:nth-child(138){animation-delay:15657ms;animation-duration:32165ms;animation-name:move-frames-138;height:4px;width:4px}@keyframes move-frames-138{0%{transform:translate3d(49vw,105vh,0)}to{transform:translate3d(8vw,-118vh,0)}}.circle-container:nth-child(138) .circle{animation-delay:3932ms}.circle-container:nth-child(139){animation-delay:25351ms;animation-duration:33.44s;animation-name:move-frames-139;height:4px;width:4px}@keyframes move-frames-139{0%{transform:translate3d(36vw,110vh,0)}to{transform:translate3d(49vw,-123vh,0)}}.circle-container:nth-child(139) .circle{animation-delay:978ms}.circle-container:nth-child(140){animation-delay:16206ms;animation-duration:29413ms;animation-name:move-frames-140;height:7px;width:7px}@keyframes move-frames-140{0%{transform:translate3d(42vw,104vh,0)}to{transform:translate3d(83vw,-127vh,0)}}.circle-container:nth-child(140) .circle{animation-delay:2412ms}.circle-container:nth-child(141){animation-delay:30933ms;animation-duration:36835ms;animation-name:move-frames-141;height:1px;width:1px}@keyframes move-frames-141{0%{transform:translate3d(64vw,106vh,0)}to{transform:translate3d(40vw,-118vh,0)}}.circle-container:nth-child(141) .circle{animation-delay:335ms}.circle-container:nth-child(142){animation-delay:5083ms;animation-duration:29445ms;animation-name:move-frames-142;height:1px;width:1px}@keyframes move-frames-142{0%{transform:translate3d(35vw,105vh,0)}to{transform:translate3d(71vw,-119vh,0)}}.circle-container:nth-child(142) .circle{animation-delay:1672ms}.circle-container:nth-child(143){animation-delay:5413ms;animation-duration:29258ms;animation-name:move-frames-143;height:1px;width:1px}@keyframes move-frames-143{0%{transform:translate3d(12vw,102vh,0)}to{transform:translate3d(5vw,-112vh,0)}}.circle-container:nth-child(143) .circle{animation-delay:2863ms}.circle-container:nth-child(144){animation-delay:26072ms;animation-duration:32031ms;animation-name:move-frames-144;height:3px;width:3px}@keyframes move-frames-144{0%{transform:translate3d(85vw,103vh,0)}to{transform:translate3d(54vw,-118vh,0)}}.circle-container:nth-child(144) .circle{animation-delay:1447ms}.circle-container:nth-child(145){animation-delay:7.02s;animation-duration:32434ms;animation-name:move-frames-145;height:1px;width:1px}@keyframes move-frames-145{0%{transform:translate3d(80vw,109vh,0)}to{transform:translate3d(10vw,-136vh,0)}}.circle-container:nth-child(145) .circle{animation-delay:2978ms}.circle-container:nth-child(146){animation-delay:17459ms;animation-duration:36588ms;animation-name:move-frames-146;height:4px;width:4px}@keyframes move-frames-146{0%{transform:translate3d(49vw,109vh,0)}to{transform:translate3d(49vw,-129vh,0)}}.circle-container:nth-child(146) .circle{animation-delay:3214ms}.circle-container:nth-child(147){animation-delay:34546ms;animation-duration:35169ms;animation-name:move-frames-147;height:6px;width:6px}@keyframes move-frames-147{0%{transform:translate3d(34vw,107vh,0)}to{transform:translate3d(26vw,-122vh,0)}}.circle-container:nth-child(147) .circle{animation-delay:2907ms}.circle-container:nth-child(148){animation-delay:29106ms;animation-duration:34352ms;animation-name:move-frames-148;height:2px;width:2px}@keyframes move-frames-148{0%{transform:translate3d(99vw,108vh,0)}to{transform:translate3d(35vw,-119vh,0)}}.circle-container:nth-child(148) .circle{animation-delay:2177ms}.circle-container:nth-child(149){animation-delay:35277ms;animation-duration:35295ms;animation-name:move-frames-149;height:7px;width:7px}@keyframes move-frames-149{0%{transform:translate3d(67vw,102vh,0)}to{transform:translate3d(5vw,-122vh,0)}}.circle-container:nth-child(149) .circle{animation-delay:3304ms}.circle-container:nth-child(150){animation-delay:16054ms;animation-duration:31559ms;animation-name:move-frames-150;height:1px;width:1px}@keyframes move-frames-150{0%{transform:translate3d(3vw,103vh,0)}to{transform:translate3d(14vw,-120vh,0)}}.circle-container:nth-child(150) .circle{animation-delay:3173ms}.circle-container:nth-child(151){animation-delay:7944ms;animation-duration:29272ms;animation-name:move-frames-151;height:1px;width:1px}@keyframes move-frames-151{0%{transform:translate3d(61vw,102vh,0)}to{transform:translate3d(57vw,-131vh,0)}}.circle-container:nth-child(151) .circle{animation-delay:926ms}.circle-container:nth-child(152){animation-delay:23796ms;animation-duration:33017ms;animation-name:move-frames-152;height:8px;width:8px}@keyframes move-frames-152{0%{transform:translate3d(18vw,101vh,0)}to{transform:translate3d(97vw,-118vh,0)}}.circle-container:nth-child(152) .circle{animation-delay:2635ms}.circle-container:nth-child(153){animation-delay:7.41s;animation-duration:35.99s;animation-name:move-frames-153;height:3px;width:3px}@keyframes move-frames-153{0%{transform:translate3d(49vw,110vh,0)}to{transform:translate3d(83vw,-137vh,0)}}.circle-container:nth-child(153) .circle{animation-delay:456ms}.circle-container:nth-child(154){animation-delay:26945ms;animation-duration:28121ms;animation-name:move-frames-154;height:3px;width:3px}@keyframes move-frames-154{0%{transform:translate3d(82vw,102vh,0)}to{transform:translate3d(29vw,-130vh,0)}}.circle-container:nth-child(154) .circle{animation-delay:1071ms}.circle-container:nth-child(155){animation-delay:15889ms;animation-duration:28112ms;animation-name:move-frames-155;height:7px;width:7px}@keyframes move-frames-155{0%{transform:translate3d(96vw,106vh,0)}to{transform:translate3d(8vw,-133vh,0)}}.circle-container:nth-child(155) .circle{animation-delay:724ms}.circle-container:nth-child(156){animation-delay:32591ms;animation-duration:33933ms;animation-name:move-frames-156;height:6px;width:6px}@keyframes move-frames-156{0%{transform:translate3d(34vw,105vh,0)}to{transform:translate3d(60vw,-133vh,0)}}.circle-container:nth-child(156) .circle{animation-delay:2081ms}.circle-container:nth-child(157){animation-delay:14162ms;animation-duration:31731ms;animation-name:move-frames-157;height:1px;width:1px}@keyframes move-frames-157{0%{transform:translate3d(24vw,108vh,0)}to{transform:translate3d(59vw,-124vh,0)}}.circle-container:nth-child(157) .circle{animation-delay:1702ms}.circle-container:nth-child(158){animation-delay:35241ms;animation-duration:35696ms;animation-name:move-frames-158;height:4px;width:4px}@keyframes move-frames-158{0%{transform:translate3d(1vw,108vh,0)}to{transform:translate3d(1vw,-120vh,0)}}.circle-container:nth-child(158) .circle{animation-delay:3.83s}.circle-container:nth-child(159){animation-delay:15609ms;animation-duration:29693ms;animation-name:move-frames-159;height:6px;width:6px}@keyframes move-frames-159{0%{transform:translate3d(29vw,105vh,0)}to{transform:translate3d(47vw,-124vh,0)}}.circle-container:nth-child(159) .circle{animation-delay:418ms}.circle-container:nth-child(160){animation-delay:27.57s;animation-duration:29304ms;animation-name:move-frames-160;height:5px;width:5px}@keyframes move-frames-160{0%{transform:translate3d(50vw,109vh,0)}to{transform:translate3d(27vw,-136vh,0)}}.circle-container:nth-child(160) .circle{animation-delay:3477ms}.circle-container:nth-child(161){animation-delay:11949ms;animation-duration:36981ms;animation-name:move-frames-161;height:7px;width:7px}@keyframes move-frames-161{0%{transform:translate3d(90vw,109vh,0)}to{transform:translate3d(15vw,-111vh,0)}}.circle-container:nth-child(161) .circle{animation-delay:1147ms}.circle-container:nth-child(162){animation-delay:31.62s;animation-duration:33454ms;animation-name:move-frames-162;height:1px;width:1px}@keyframes move-frames-162{0%{transform:translate3d(27vw,110vh,0)}to{transform:translate3d(27vw,-120vh,0)}}.circle-container:nth-child(162) .circle{animation-delay:382ms}.circle-container:nth-child(163){animation-delay:12961ms;animation-duration:33.61s;animation-name:move-frames-163;height:8px;width:8px}@keyframes move-frames-163{0%{transform:translate3d(16vw,104vh,0)}to{transform:translate3d(55vw,-110vh,0)}}.circle-container:nth-child(163) .circle{animation-delay:2352ms}.circle-container:nth-child(164){animation-delay:14255ms;animation-duration:34.58s;animation-name:move-frames-164;height:7px;width:7px}@keyframes move-frames-164{0%{transform:translate3d(29vw,108vh,0)}to{transform:translate3d(22vw,-112vh,0)}}.circle-container:nth-child(164) .circle{animation-delay:3623ms}.circle-container:nth-child(165){animation-delay:12379ms;animation-duration:32931ms;animation-name:move-frames-165;height:7px;width:7px}@keyframes move-frames-165{0%{transform:translate3d(10vw,101vh,0)}to{transform:translate3d(73vw,-128vh,0)}}.circle-container:nth-child(165) .circle{animation-delay:949ms}.circle-container:nth-child(166){animation-delay:7254ms;animation-duration:34809ms;animation-name:move-frames-166;height:2px;width:2px}@keyframes move-frames-166{0%{transform:translate3d(5vw,104vh,0)}to{transform:translate3d(44vw,-119vh,0)}}.circle-container:nth-child(166) .circle{animation-delay:1001ms}.circle-container:nth-child(167){animation-delay:15967ms;animation-duration:35.92s;animation-name:move-frames-167;height:6px;width:6px}@keyframes move-frames-167{0%{transform:translate3d(58vw,107vh,0)}to{transform:translate3d(67vw,-124vh,0)}}.circle-container:nth-child(167) .circle{animation-delay:1667ms}.circle-container:nth-child(168){animation-delay:6.86s;animation-duration:31388ms;animation-name:move-frames-168;height:5px;width:5px}@keyframes move-frames-168{0%{transform:translate3d(30vw,102vh,0)}to{transform:translate3d(92vw,-125vh,0)}}.circle-container:nth-child(168) .circle{animation-delay:998ms}.circle-container:nth-child(169){animation-delay:17757ms;animation-duration:28965ms;animation-name:move-frames-169;height:3px;width:3px}@keyframes move-frames-169{0%{transform:translate3d(99vw,101vh,0)}to{transform:translate3d(5vw,-104vh,0)}}.circle-container:nth-child(169) .circle{animation-delay:3408ms}.circle-container:nth-child(170){animation-delay:17263ms;animation-duration:31.2s;animation-name:move-frames-170;height:1px;width:1px}@keyframes move-frames-170{0%{transform:translate3d(28vw,103vh,0)}to{transform:translate3d(56vw,-133vh,0)}}.circle-container:nth-child(170) .circle{animation-delay:.35s}.circle-container:nth-child(171){animation-delay:33732ms;animation-duration:34666ms;animation-name:move-frames-171;height:6px;width:6px}@keyframes move-frames-171{0%{transform:translate3d(46vw,109vh,0)}to{transform:translate3d(91vw,-112vh,0)}}.circle-container:nth-child(171) .circle{animation-delay:284ms}.circle-container:nth-child(172){animation-delay:6968ms;animation-duration:33369ms;animation-name:move-frames-172;height:5px;width:5px}@keyframes move-frames-172{0%{transform:translate3d(8vw,109vh,0)}to{transform:translate3d(45vw,-133vh,0)}}.circle-container:nth-child(172) .circle{animation-delay:1858ms}.circle-container:nth-child(173){animation-delay:3.52s;animation-duration:34237ms;animation-name:move-frames-173;height:4px;width:4px}@keyframes move-frames-173{0%{transform:translate3d(33vw,102vh,0)}to{transform:translate3d(65vw,-115vh,0)}}.circle-container:nth-child(173) .circle{animation-delay:2.37s}.circle-container:nth-child(174){animation-delay:2756ms;animation-duration:28157ms;animation-name:move-frames-174;height:3px;width:3px}@keyframes move-frames-174{0%{transform:translate3d(46vw,108vh,0)}to{transform:translate3d(95vw,-126vh,0)}}.circle-container:nth-child(174) .circle{animation-delay:2983ms}.circle-container:nth-child(175){animation-delay:8493ms;animation-duration:35965ms;animation-name:move-frames-175;height:7px;width:7px}@keyframes move-frames-175{0%{transform:translate3d(29vw,107vh,0)}to{transform:translate3d(63vw,-118vh,0)}}.circle-container:nth-child(175) .circle{animation-delay:3224ms}.circle-container:nth-child(176){animation-delay:7468ms;animation-duration:31896ms;animation-name:move-frames-176;height:6px;width:6px}@keyframes move-frames-176{0%{transform:translate3d(57vw,107vh,0)}to{transform:translate3d(20vw,-122vh,0)}}.circle-container:nth-child(176) .circle{animation-delay:2829ms}.circle-container:nth-child(177){animation-delay:29924ms;animation-duration:29165ms;animation-name:move-frames-177;height:8px;width:8px}@keyframes move-frames-177{0%{transform:translate3d(36vw,109vh,0)}to{transform:translate3d(4vw,-126vh,0)}}.circle-container:nth-child(177) .circle{animation-delay:924ms}.circle-container:nth-child(178){animation-delay:22519ms;animation-duration:28706ms;animation-name:move-frames-178;height:5px;width:5px}@keyframes move-frames-178{0%{transform:translate3d(55vw,109vh,0)}to{transform:translate3d(38vw,-127vh,0)}}.circle-container:nth-child(178) .circle{animation-delay:2288ms}.circle-container:nth-child(179){animation-delay:19.66s;animation-duration:35234ms;animation-name:move-frames-179;height:2px;width:2px}@keyframes move-frames-179{0%{transform:translate3d(4vw,106vh,0)}to{transform:translate3d(17vw,-127vh,0)}}.circle-container:nth-child(179) .circle{animation-delay:1439ms}.circle-container:nth-child(180){animation-delay:18847ms;animation-duration:35734ms;animation-name:move-frames-180;height:4px;width:4px}@keyframes move-frames-180{0%{transform:translate3d(62vw,107vh,0)}to{transform:translate3d(73vw,-121vh,0)}}.circle-container:nth-child(180) .circle{animation-delay:122ms}.circle-container:nth-child(181){animation-delay:10208ms;animation-duration:30017ms;animation-name:move-frames-181;height:3px;width:3px}@keyframes move-frames-181{0%{transform:translate3d(44vw,106vh,0)}to{transform:translate3d(30vw,-126vh,0)}}.circle-container:nth-child(181) .circle{animation-delay:2696ms}.circle-container:nth-child(182){animation-delay:20.16s;animation-duration:35142ms;animation-name:move-frames-182;height:3px;width:3px}@keyframes move-frames-182{0%{transform:translate3d(82vw,103vh,0)}to{transform:translate3d(17vw,-116vh,0)}}.circle-container:nth-child(182) .circle{animation-delay:715ms}.circle-container:nth-child(183){animation-delay:23183ms;animation-duration:32096ms;animation-name:move-frames-183;height:4px;width:4px}@keyframes move-frames-183{0%{transform:translate3d(37vw,106vh,0)}to{transform:translate3d(12vw,-109vh,0)}}.circle-container:nth-child(183) .circle{animation-delay:839ms}.circle-container:nth-child(184){animation-delay:19356ms;animation-duration:28493ms;animation-name:move-frames-184;height:7px;width:7px}@keyframes move-frames-184{0%{transform:translate3d(83vw,106vh,0)}to{transform:translate3d(25vw,-136vh,0)}}.circle-container:nth-child(184) .circle{animation-delay:2958ms}.circle-container:nth-child(185){animation-delay:7117ms;animation-duration:30334ms;animation-name:move-frames-185;height:5px;width:5px}@keyframes move-frames-185{0%{transform:translate3d(83vw,108vh,0)}to{transform:translate3d(94vw,-125vh,0)}}.circle-container:nth-child(185) .circle{animation-delay:434ms}.circle-container:nth-child(186){animation-delay:9075ms;animation-duration:36.43s;animation-name:move-frames-186;height:4px;width:4px}@keyframes move-frames-186{0%{transform:translate3d(21vw,104vh,0)}to{transform:translate3d(75vw,-127vh,0)}}.circle-container:nth-child(186) .circle{animation-delay:2176ms}.circle-container:nth-child(187){animation-delay:7818ms;animation-duration:28802ms;animation-name:move-frames-187;height:7px;width:7px}@keyframes move-frames-187{0%{transform:translate3d(97vw,110vh,0)}to{transform:translate3d(37vw,-114vh,0)}}.circle-container:nth-child(187) .circle{animation-delay:3458ms}.circle-container:nth-child(188){animation-delay:6997ms;animation-duration:28.18s;animation-name:move-frames-188;height:8px;width:8px}@keyframes move-frames-188{0%{transform:translate3d(19vw,104vh,0)}to{transform:translate3d(80vw,-130vh,0)}}.circle-container:nth-child(188) .circle{animation-delay:3998ms}.circle-container:nth-child(189){animation-delay:10703ms;animation-duration:33199ms;animation-name:move-frames-189;height:3px;width:3px}@keyframes move-frames-189{0%{transform:translate3d(3vw,101vh,0)}to{transform:translate3d(20vw,-121vh,0)}}.circle-container:nth-child(189) .circle{animation-delay:698ms}.circle-container:nth-child(190){animation-delay:20385ms;animation-duration:33329ms;animation-name:move-frames-190;height:4px;width:4px}@keyframes move-frames-190{0%{transform:translate3d(72vw,107vh,0)}to{transform:translate3d(2vw,-134vh,0)}}.circle-container:nth-child(190) .circle{animation-delay:1534ms}.circle-container:nth-child(191){animation-delay:20987ms;animation-duration:36.03s;animation-name:move-frames-191;height:2px;width:2px}@keyframes move-frames-191{0%{transform:translate3d(82vw,103vh,0)}to{transform:translate3d(62vw,-125vh,0)}}.circle-container:nth-child(191) .circle{animation-delay:2332ms}.circle-container:nth-child(192){animation-delay:35953ms;animation-duration:31.69s;animation-name:move-frames-192;height:1px;width:1px}@keyframes move-frames-192{0%{transform:translate3d(54vw,102vh,0)}to{transform:translate3d(39vw,-106vh,0)}}.circle-container:nth-child(192) .circle{animation-delay:603ms}.circle-container:nth-child(193){animation-delay:18729ms;animation-duration:33353ms;animation-name:move-frames-193;height:7px;width:7px}@keyframes move-frames-193{0%{transform:translate3d(16vw,109vh,0)}to{transform:translate3d(49vw,-121vh,0)}}.circle-container:nth-child(193) .circle{animation-delay:481ms}.circle-container:nth-child(194){animation-delay:13753ms;animation-duration:34346ms;animation-name:move-frames-194;height:2px;width:2px}@keyframes move-frames-194{0%{transform:translate3d(52vw,109vh,0)}to{transform:translate3d(93vw,-110vh,0)}}.circle-container:nth-child(194) .circle{animation-delay:1257ms}.circle-container:nth-child(195){animation-delay:17764ms;animation-duration:32129ms;animation-name:move-frames-195;height:1px;width:1px}@keyframes move-frames-195{0%{transform:translate3d(99vw,102vh,0)}to{transform:translate3d(54vw,-125vh,0)}}.circle-container:nth-child(195) .circle{animation-delay:2708ms}.circle-container:nth-child(196){animation-delay:13753ms;animation-duration:33494ms;animation-name:move-frames-196;height:3px;width:3px}@keyframes move-frames-196{0%{transform:translate3d(92vw,105vh,0)}to{transform:translate3d(68vw,-122vh,0)}}.circle-container:nth-child(196) .circle{animation-delay:1348ms}.circle-container:nth-child(197){animation-delay:3.61s;animation-duration:32311ms;animation-name:move-frames-197;height:4px;width:4px}@keyframes move-frames-197{0%{transform:translate3d(33vw,104vh,0)}to{transform:translate3d(38vw,-133vh,0)}}.circle-container:nth-child(197) .circle{animation-delay:2812ms}.circle-container:nth-child(198){animation-delay:10792ms;animation-duration:34692ms;animation-name:move-frames-198;height:5px;width:5px}@keyframes move-frames-198{0%{transform:translate3d(78vw,105vh,0)}to{transform:translate3d(4vw,-134vh,0)}}.circle-container:nth-child(198) .circle{animation-delay:2791ms}.circle-container:nth-child(199){animation-delay:17386ms;animation-duration:32461ms;animation-name:move-frames-199;height:8px;width:8px}@keyframes move-frames-199{0%{transform:translate3d(46vw,105vh,0)}to{transform:translate3d(85vw,-114vh,0)}}.circle-container:nth-child(199) .circle{animation-delay:1834ms}.circle-container:nth-child(200){animation-delay:36394ms;animation-duration:28528ms;animation-name:move-frames-200;height:8px;width:8px}@keyframes move-frames-200{0%{transform:translate3d(41vw,107vh,0)}to{transform:translate3d(39vw,-135vh,0)}}.circle-container:nth-child(200) .circle{animation-delay:216ms}.content{flex-direction:column;height:100%;margin:0 auto;padding:1rem;position:relative;z-index:2}.content,.modal-overlay{align-items:center;display:flex;justify-content:center}.modal-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0000008c;inset:0;position:absolute;z-index:5}.modal{background:#fff;border-radius:.75rem;box-shadow:0 10px 30px #0000004d;color:#111827;padding:1.25rem;width:min(92vw,460px)}
