.text-h1{font-size:1.75rem;margin-top:0}.text-h2{font-size:1.5rem;margin-top:0}.text-h3{font-size:1.3rem;margin-top:0}.text-h4{font-size:1.125rem;margin-top:0}.text-h5{font-size:1rem;margin-top:0}.text-h6{font-size:.875rem;margin-top:0}.text-p{font-size:1rem;margin-top:0}.text-lead{font-size:1.125rem;margin-top:0}.text-small{font-size:.8125rem;margin-top:0}.font-light{font-weight:300!important}.font-regular{font-weight:400!important}.font-medium{font-weight:500!important}.font-bold{font-weight:700!important}.leading-tight{line-height:1.2!important}.leading-normal{line-height:1.5!important}.leading-loose{line-height:1.8!important}.section-h2{font-size:1.85rem;font-weight:700;color:var(--head-color);text-align:center}@font-face{font-family:YekanBakh;src:url(/build/assets/YekanBakhFaNum-VF-VpkRXWez.woff) format("woff"),url(/build/assets/YekanBakhFaNum-VF-BzofNjgV.woff2) format("woff2"),url(/build/assets/YekanBakhFaNum-VF-C70q8rGD.ttf) format("truetype");font-weight:100 900;font-display:swap;font-style:normal}:root{--font-primary: "YekanBakh", "Vazirmatn", "Segoe UI", Arial, sans-serif}body{font-family:var(--font-primary);font-weight:400;line-height:1.6;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*,*:before,*:after{font-family:inherit}.color-primary{color:#0073ff!important}.bg-primary{background-color:#0073ff!important}.border-primary{border:1px solid #0073ff!important}.color-secondary{color:#00c2a3!important}.bg-secondary{background-color:#00c2a3!important}.border-secondary{border:1px solid #00c2a3!important}.flex-container{display:flex;align-items:center;justify-content:center;flex-direction:row;flex-wrap:nowrap}.site-container{max-width:1200px;margin:0 auto;padding:0 1rem}.display-block{display:block!important}.display-inline-block{display:inline-block!important}.flex-wrap-container{flex-wrap:wrap!important}.wth-full{width:100%}.hgh-full{height:100%}.flex-col-box{display:flex;flex-direction:column;padding:0 1rem}.scale-sm{transition:all .4s ease-in-out}.scale-sm:hover{transform:scale(1.02)}.scale-md{transition:all .4s ease-in-out}.scale-md:hover{transform:scale(1.05)}.scale-lg{transition:all .4s ease-in-out}.scale-lg:hover{transform:scale(1.1)}.wth-full-hidden{width:100%;max-width:100%;overflow-x:hidden;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none}.wth-full-hidden::-webkit-scrollbar{display:none}.bold{font-weight:700}.semi-bold{font-weight:600}h1{font-weight:700}.grid-full-2{grid-column:1/span 2}.hidden{display:none}body.no-scroll{overflow:hidden;height:100vh}figcaption{text-align:justify}.highlight{font-weight:700;color:var(--secoundry-color)}.error-message{color:#ff3b3b;font-size:14px;margin-top:5px;display:block}.unavailable{opacity:.6}.section-title{font-size:18px;color:var(--main-color);font-weight:600;margin-bottom:12px;display:flex;align-items:center;flex-direction:row;gap:.75rem}.section-title .line{width:75px;background:linear-gradient(to left,rgba(0,0,0,0) 0%,var(--main-color) 120%);height:2px;opacity:.8;position:relative;border-radius:100%}.section-title .line:after{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);opacity:.9;width:6px;height:6px;position:absolute;top:50%;left:0;transform:translateY(-50%);border-radius:100%;content:"";background:var(--main-color)}.section-title .line:last-of-type{background:linear-gradient(to right,rgba(0,0,0,0) 0%,var(--main-color) 120%)}.section-title .line:last-of-type:after{right:0}.section-divider{display:block;margin-top:10px;margin-bottom:22px}.mt-section{margin-top:50px}.mt-section2{margin-top:120px}.red{color:#ff3b3b}.red,.link{font-weight:700}.link{text-decoration:underline;color:#0a66c2;text-underline-offset:8px}.head-h1{font-size:2rem}.error-message_auth{color:red;text-align:center;margin-bottom:.75rem;font-size:.9rem}.main_card{background:radial-gradient(100% 100% at 100% 5%,#705df233,#705df200),#1c1134;border:1px solid rgba(255,255,255,.2);border-radius:20px;cursor:pointer}.secoundry_card{background:radial-gradient(150% 200% at 120% 50%,#ff77f133,#140b2933),#140b29;border-radius:0 0 14px 14px}.flex-center{display:flex;align-items:center;justify-content:center}.text_links{opacity:.9;transition:all .3s ease-out;position:relative;width:-moz-max-content;width:max-content}.text_links:after,.text_links:before{content:"";position:absolute;transition:transform .5s ease}.text_links:before{left:0;bottom:-2px;width:100%;height:1px;background:#fff;transform:scaleX(0)}.text_links:hover{opacity:1;color:#fff}.text_links:hover:before{transform:scaleX(1)}.menu-mobile{position:fixed;--mobile-menu-height: 60px;top:calc(var(--mobile-menu-height) - 10px);left:0;width:100%;background:#362a6d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.5rem 2rem;transform:translateY(-100%);opacity:0;transition:all .4s ease-in-out;z-index:99;pointer-events:none;overflow-y:auto;height:100vh}.menu-mobile .mobile-menu-list{list-style:none;padding:0;margin:0 0 3rem;display:flex;flex-direction:column;gap:.25rem}.menu-mobile .mobile-menu-list li{opacity:0;transform:translateY(-10px);transition:all .3s ease;border-bottom:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;height:-moz-max-content;height:max-content;display:block;padding:.5rem 0}.menu-mobile .mobile-menu-list li a{color:#fff;display:block;padding:.5rem 0;transition:all .3s ease}.menu-mobile .mobile-menu-list li a:hover{color:var(--primary-color)}.menu-mobile .mobile-menu-list li:nth-child(1){transition-delay:.05s}.menu-mobile .mobile-menu-list li:nth-child(2){transition-delay:.1s}.menu-mobile .mobile-menu-list li:nth-child(3){transition-delay:.15s}.menu-mobile .mobile-menu-list li:nth-child(4){transition-delay:.2s}.menu-mobile .mobile-menu-list li:nth-child(5){transition-delay:.25s}.menu-mobile .mobile-auth-btn{width:96%;opacity:0;transform:translateY(-10px);margin:auto;transition:all .3s ease .3s}.menu-mobile .mobile-auth-btn a{width:100%;text-align:center;padding:.8rem;font-size:1rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.menu-mobile.active .mobile-menu-list li,.menu-mobile.active .mobile-auth-btn{opacity:1;transform:translateY(0);transition:all .4s ease-in-out}#main-menu.active{overflow:visible}#main-menu.active .menu-mobile{pointer-events:auto;transition:all .4s ease-in-out}#main-menu.active .menu-mobile,#main-menu.active .menu-mobile .mobile-menu-list li,#main-menu.active .menu-mobile .mobile-auth-btn{transform:translateY(0);opacity:1}:root{--rtl: rtl;--main-color: #705DF2;--secoundry-color: #ff77f1;--bg-color: #140B29;--head-color: #ffffff;--text-color: rgba(255, 255, 255, .9);--selection: #ff77f1;--status-inactive-bg: #fcebea;--status-inactive-color: #e3342f}html,body{font-size:16px;scroll-behavior:smooth;overflow-x:hidden!important;width:100vw!important;max-width:100vw!important;min-height:100vh;color:var(--text-color);background-color:var(--bg-color);display:flex;flex-direction:column;font-family:YekanBakh}input,button,select,textarea{font-family:inherit;outline:none;background:none}button{border:none}textarea{resize:none}nav,footer{z-index:100!important}nav{z-index:200!important}main{z-index:100;flex:1 1 0%}::-moz-selection{background:var(--selection);color:#fff}::selection{background:var(--selection);color:#fff}::-moz-placeholder{color:#6c7888;opacity:1}::placeholder{color:#6c7888;opacity:1}:-ms-input-placeholder{color:#6c7888}::-ms-input-placeholder{color:#6c7888}a{text-decoration:none;cursor:pointer}ul{list-style:none}label:not(.tickets label){cursor:pointer;-webkit-user-select:none;user-select:none;font-size:.925rem}label:not(.tickets label),.no-select{-webkit-user-select:none;-moz-user-select:none}.no-select{-o-user-select:none;-webkit-user-select:none;user-select:none}.no-drag,img{-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;user-drag:none}button,input,textarea,select,option{font-family:inherit}button{outline:none;border:none;box-shadow:none}button,select{cursor:pointer}select{-webkit-appearance:none;-moz-appearance:none;text-indent:1px;text-overflow:""}select{width:100%;font-family:inherit;outline:none;cursor:pointer;transition:border-color .3s;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:left 12px center!important;background-size:16px!important}select:hover{border-color:#999}select:focus{border-color:#4285f4;box-shadow:0 0 0 2px #4285f433}select::-ms-expand{display:none}.holder{margin:auto;max-width:1440px;width:100%;height:100%}main{flex:1;padding-bottom:2rem!important}p{text-align:justify}address{font-style:normal}body,main{margin:0;padding:0}main{position:relative;flex:1;padding-top:2.5rem}p{line-height:2;font-size:1rem;text-align:justify}a{color:inherit}*,*:before,*:after{box-sizing:border-box;outline:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;margin:0;padding:0}html,body{font-size:16px;scroll-behavior:smooth}.captcha{display:flex;align-items:center;justify-content:center;width:100%;grid-column:1/span 2}h1,h2,h3,h4,h5,h6{color:var(--head-color)}.section-h2{font-size:1.7rem}main.blur{position:relative}main.blur:after{pointer-events:none;position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fff;filter:blur(5px)}.footer-items{color:#fff;padding-top:1rem;position:relative;z-index:1}.footer-items .social{margin-top:1.35rem;display:flex;align-items:center;justify-content:center;gap:1.135rem;flex-wrap:wrap;flex-direction:row}.footer-items h3{color:#fff}.footer-items .logo{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem;gap:.5rem}.footer-items .logo img{height:70px}.footer-items .logo .logo_text{height:18px}.footer-items .logo h2{font-size:1.125rem;font-weight:700;color:#fff}.footer-items .logo h2 span{color:var(--secoundry-color)}.footer-items .logo+p{line-height:1.9;font-size:.85rem;-moz-text-align-last:center;text-align-last:center;width:88%;margin:auto}.footer-items a,.footer-items .item{font-size:.85rem!important}a{color:inherit;text-decoration:none!important}footer{width:100%;background:radial-gradient(100% 100% at 100% 5%,#705df233,#705df200),#1c1134;border-top:1px solid rgba(255,255,255,.2);border-top-left-radius:20px;border-top-right-radius:20px;padding-top:1.5rem;position:relative;margin-top:3rem}footer:after{top:0;left:0;width:100%;content:"";height:100%;background-size:50%;opacity:.02;position:absolute;pointer-events:none;z-index:0}footer .holder{position:relative;z-index:1}footer .holder .top{display:flex;align-items:center;justify-content:center;border-bottom:1px solid rgba(255,255,255,.2);padding-bottom:1.5rem;flex-direction:column;gap:1rem}footer .holder .top img{width:120px}footer .item{margin-top:2rem;grid-column-gap:80px;grid-row-gap:80px;grid-template-rows:auto;grid-template-columns:1fr 3fr 1fr;grid-auto-columns:1fr;margin-bottom:80px;display:grid}footer .item .title{font-size:1.25rem;font-weight:600;width:-moz-max-content;width:max-content;margin-bottom:1rem}footer .item .link_box{gap:.5rem;font-size:.95rem}footer .item .link_box,footer .contact_info{display:flex;flex-direction:column;justify-content:center}footer .contact_info{align-items:center;gap:.9rem}footer .contact_info a{display:flex;align-items:center;justify-content:center;gap:.45rem;font-weight:700;opacity:1!important;font-size:1.125rem}footer .contact_info a svg{margin-top:.5rem;width:18px;height:18px}footer .center{display:flex;align-items:center;flex-direction:column;gap:1rem}footer .center .social{display:flex;align-items:center;gap:1.125rem;justify-content:center}footer .center h2{font-weight:700;font-size:1.75rem}footer .center p{width:80%;text-align:center;font-size:1rem}blockquote,.social_icon{position:relative}.social_icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border-radius:50%;transition:all .3s ease}.social_icon:after{content:"";position:absolute;inset:0;margin:auto;vertical-align:middle;width:100%;height:100%;transform:scale(0);border-radius:100%;z-index:0}.social_icon.eitaa:after{background-color:#ef7f1b}.social_icon.bale:after{background-color:#0aca9c}.social_icon.telegram:after{background-color:#38a5e0}.social_icon.instagram:after{background-color:#c5318d}.social_icon.aparat:after{background-color:#ed145b}.social_icon:before{content:"";position:absolute;inset:0;border-radius:100%;background:#0000001a;z-index:-1}.social_icon svg{width:20px;height:20px;fill:#fff;z-index:2}.social_icon:hover{animation-name:bubble2;animation-duration:.5s;animation-delay:.1s;animation-fill-mode:forwards}.social_icon:hover:after{animation-name:bubble;animation-duration:.5s;animation-fill-mode:forwards}@keyframes bubble{to{transform:scale(1)}}@keyframes bubble2{to{color:#fff}}nav.style1>.holder{padding:10px 18px;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background-color:#7661fe4d;border-radius:12px;border:1px solid rgba(255,255,255,.1)}nav#main-menu{--menu-height: 70px;height:var(--menu-height);position:fixed;top:20px;width:100%;z-index:100}nav#main-menu .mobile-menu-toggle{display:none;background:none;border:none;padding:8px;cursor:pointer;order:1}nav#main-menu .mobile-menu-toggle .hamburger{display:block;width:24px;height:2px;background:#fff;position:relative}nav#main-menu .mobile-menu-toggle .hamburger:before,nav#main-menu .mobile-menu-toggle .hamburger:after{content:"";position:absolute;width:100%;height:100%;background:#fff;left:0;transition:all .3s ease}nav#main-menu .mobile-menu-toggle .hamburger:before{top:-6px}nav#main-menu .mobile-menu-toggle .hamburger:after{bottom:-6px}nav#main-menu .holder{display:flex;justify-content:space-between;align-items:center;height:100%;gap:1rem;position:relative}nav#main-menu .holder>.auth-btn{flex:unset}nav#main-menu .holder>.auth-btn .icon{display:none}nav#main-menu .holder .logo{text-align:right;color:#fff;font-weight:700;font-size:var(--logo-font-size);display:flex;align-items:center;justify-content:center;height:100%}nav#main-menu .holder .logo img{height:100%}nav#main-menu .holder .menu{display:flex;gap:2rem;justify-content:center;list-style:none;margin:0;padding:0;flex:2;color:#a7adbe}nav#main-menu .holder .menu li{transition:all .5s ease-in-out}nav#main-menu .holder .menu li:hover,nav#main-menu .holder .menu .active{color:#fff}nav#main-menu .holder .mobile-menu,nav#main-menu .holder .hamburger{display:none}.main-btn2{width:-moz-max-content;width:max-content;height:48px;display:flex;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:0px;color:#fff;font-weight:700;font-size:.9rem;color:#001233!important}.main-btn2,.main-btn2 svg{position:relative;transition:all .4s linear}.main-btn2 svg{height:100%;margin:0;display:inline-block;right:2px}.main-btn2 svg:last-of-type{left:2px;right:unset}.main-btn2 span{width:120px;height:100%;margin:0;display:flex;justify-content:center;align-items:center;align-content:center;overflow:hidden;white-space:nowrap;text-align:center;background:var(--secoundry-color);z-index:1;transition:all .4s linear}.main-btn2 svg path{fill:var(--secoundry-color);transition:all .4s linear}.main-btn2:hover span{color:#fff;background-color:#2f4858}.main-btn2:hover svg path{fill:#2f4858}.main_btn3{padding:.85rem 2.85rem;font-weight:600;font-size:1.025rem;color:#001233!important}.main_btn3:hover{color:#fff!important}.btn{position:relative;display:inline-block;padding:.85rem 2.85rem;color:#2f4858;background:var(--secoundry-color);font-weight:700;font-size:1.025rem;z-index:1;text-align:center;min-width:146px}.btn,.btn:after{border-radius:8px;transition:all .4s}.btn:after{position:absolute;content:"";height:100%;width:10px;background:#2f4858;top:0;left:50%;z-index:-2;visibility:hidden;opacity:0}.btn:hover{--ztc-text-text-1: #fff;color:var(--ztc-text-text-1);transition:all .4s;transform:translateY(-2px)}.btn:hover:after{visibility:visible;opacity:1;transition:all .4s;width:100%;left:0}.cta-btn{padding:.85rem 2.85rem}.container_animation{position:relative;height:500px;justify-content:center;font-family:Arial,sans-serif;margin-top:2rem;direction:ltr}.container_animation,.card-stream{width:100vw;display:flex;align-items:center}.card-stream{position:absolute;height:180px;overflow:visible}.card-line{display:flex;align-items:center;gap:60px;white-space:nowrap;cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none;will-change:transform}.card-line:active,.card-line.dragging{cursor:grabbing}.card-line.css-animated{animation:scrollCards 40s linear infinite}@keyframes scrollCards{0%{transform:translate(-100%)}to{transform:translate(100vw)}}.card-wrapper{position:relative;flex-shrink:0}.card-wrapper,.card{width:400px;height:250px}.card{position:absolute;top:0;left:0;border-radius:15px;overflow:hidden}.card-normal{background:transparent;box-shadow:0 15px 40px #0006;display:flex;flex-direction:column;justify-content:space-between;padding:0;color:#fff;z-index:2;position:relative;overflow:hidden}.card-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:15px;transition:all .3s ease;filter:brightness(1.1) contrast(1.1);box-shadow:inset 0 0 20px #0000001a}.card-image:hover{filter:brightness(1.2) contrast(1.2)}.card-ascii{background:transparent;z-index:1;position:absolute;top:0;left:0;width:400px;height:250px;border-radius:15px;overflow:hidden}.card-chip{width:40px;height:30px;background:linear-gradient(45deg,gold,#ffed4e);border-radius:5px;position:relative;margin-bottom:20px}.card-chip:before{content:"";position:absolute;inset:3px;background:linear-gradient(45deg,#e6c200,#f4d03f);border-radius:2px}.contactless{position:absolute;top:60px;left:20px;width:25px;height:25px;border:2px solid rgba(255,255,255,.8);border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.2),transparent)}.contactless:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:15px;height:15px;border:1px solid rgba(255,255,255,.6);border-radius:50%}.card-number{font-size:22px;font-weight:700;letter-spacing:3px;margin-bottom:15px;text-shadow:0 2px 4px rgba(0,0,0,.3)}.card-info{display:flex;justify-content:space-between;align-items:flex-end}.card-holder{text-transform:uppercase}.card-holder,.card-expiry{color:#fff;font-size:14px}.card-logo{position:absolute;top:20px;right:20px;font-size:18px;font-weight:700;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3)}.ascii-content{position:absolute;top:0;left:0;width:100%;height:100%;color:#dcd2ff99;font-family:Courier New,monospace;font-size:11px;line-height:13px;overflow:hidden;white-space:pre;clip-path:inset(0 calc(100% - var(--clip-left, 0%)) 0 0);animation:glitch .1s infinite linear alternate-reverse;margin:0;padding:0;text-align:left;vertical-align:top;box-sizing:border-box;-webkit-mask-image:linear-gradient(to right,rgb(0,0,0) 0%,rgba(0,0,0,.8) 30%,rgba(0,0,0,.6) 50%,rgba(0,0,0,.4) 80%,rgba(0,0,0,.2) 100%);mask-image:linear-gradient(to right,#000,#000c 30%,#0009 50%,#0006 80%,#0003)}@keyframes glitch{0%{opacity:1}15%{opacity:.9}16%{opacity:1}49%{opacity:.8}50%{opacity:1}99%{opacity:.9}to{opacity:1}}.scanner{display:none;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:4px;height:300px;border-radius:30px;background:linear-gradient(to bottom,transparent,rgba(0,255,255,.8),rgb(0,255,255),rgba(0,255,255,.8),transparent);box-shadow:0 0 20px #0ffc,0 0 40px #0ff6;animation:scanPulse 2s ease-in-out infinite alternate;z-index:10}@keyframes scanPulse{0%{opacity:.8;transform:translate(-50%,-50%) scaleY(1)}to{opacity:1;transform:translate(-50%,-50%) scaleY(1.1)}}.scanner-label{position:absolute;bottom:-40px;left:50%;transform:translate(-50%);color:#00ffffe6;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:2px;text-shadow:0 0 10px rgba(0,255,255,.5)}.card-normal{clip-path:inset(0 0 0 var(--clip-right, 0%))}.card-ascii{clip-path:inset(0 calc(100% - var(--clip-left, 0%)) 0 0)}.scan-effect{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(0,255,255,.4),transparent);animation:scanEffect .6s ease-out;pointer-events:none;z-index:5}@keyframes scanEffect{0%{transform:translate(-100%);opacity:0}50%{opacity:1}to{transform:translate(100%);opacity:0}}.instructions{position:absolute;top:50%;right:30px;transform:translateY(-50%);color:#ffffffb3;font-size:14px;max-width:200px;text-align:right;z-index:5}#particleCanvas{left:0;height:250px;z-index:0}#particleCanvas,#scannerCanvas{position:absolute;top:50%;transform:translateY(-50%);width:100vw;pointer-events:none}#scannerCanvas{left:-3px;height:300px;z-index:15}.inspiration-credit{position:fixed;bottom:20px;left:50%;transform:translate(-50%);font-family:Roboto Mono,monospace;font-size:12px;font-weight:900;color:#ff9a9c;z-index:1000;text-align:center}.inspiration-credit a{color:#ff9a9c;text-decoration:none;transition:color .3s ease}.inspiration-credit a:hover{color:#ff7a7c}.timeline_section .holder{display:flex;align-items:center;justify-content:center;flex-direction:column}.box_time{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10rem;width:100%;margin-top:60px}.box_time .card_step{height:100%;opacity:.5}.box_time .card_step,.box_time .card_step .main_card{display:flex;align-items:center;justify-content:center;flex-direction:column}.box_time .card_step .main_card{margin-top:.5rem;width:100%;height:180px;border-radius:12px;gap:.5rem;position:relative}.box_time .card_step .main_card:after{content:"";position:absolute;top:50%;left:100%;width:10rem;height:2px;background:#ffffff80;transform:translateY(-50%)}.box_time .card_step .main_card .logo{margin-top:-.8rem}.box_time .card_step .main_card .title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.box_time .card_step .main_card .icon{--size: 3.5rem;position:absolute;bottom:-1.5rem;width:var(--size);border-radius:100%;height:var(--size);font-size:17px;display:flex;align-items:center;justify-content:center;font-weight:700;aspect-ratio:1/1;background-color:#1c1134;border:2px solid rgba(255,255,255,.3)}.box_time .card_step .timer{margin-top:40px;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:.5rem}.box_time .card_step .timer>div{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:.25rem}.card_step:first-child .main_card:after{content:none}.box_time .card_step:first-of-type span{font-weight:700}.box_time .card_step:first-of-type .main_card{background:radial-gradient(100% 100% at 100% 5%,#0ff3,#705df200),#1c1134}.box_time .card_step:first-of-type .icon{border-color:#00ffff80;z-index:1;box-shadow:0 0 5px #00ffff80,0 0 10px #00ffff80,inset 0 0 5px #00ffff80}.box_time .card_step:first-of-type .icon:before{content:"";position:absolute;inset:-2px;border-radius:50%;background:inherit;z-index:-1;background:#00ffff80;filter:blur(8px);animation:neonPulseBlue 1.2s ease-in-out infinite alternate}.box_time .card_step:nth-last-of-type(2) span{font-weight:600}.box_time .card_step:nth-last-of-type(2) .main_card{background:radial-gradient(100% 100% at 100% 5%,#ff665133,#ff665100),#1c1134;cursor:not-allowed}.box_time .card_step:last-of-type span{font-weight:600}.box_time .card_step:last-of-type .main_card{background:radial-gradient(100% 100% at 100% 5%,#78d24e33,#78d24e00),#1c1134;cursor:not-allowed}@keyframes neonPulseBlue{0%{opacity:.3;box-shadow:0 0 5px #00ffff80,0 0 10px #00ffff80}to{opacity:1;box-shadow:0 0 10px #00ffff80,0 0 15px #00ffff80,0 0 20px #00ffff80}}.poster{margin-top:80px;width:100%;border-radius:30px;aspect-ratio:16/6;position:relative;overflow:hidden;padding:3px;border:2px solid rgba(255,255,255,.5)}.poster img{-o-object-fit:fill;object-fit:fill;height:100%;width:100%;border-radius:28px}.poster{overflow:hidden;position:relative;transition:all .25s cubic-bezier(0,.6,.66,.85)}.poster img{position:relative;z-index:2}.poster:before{background:conic-gradient(from 0deg at 50% 50%,transparent 65%,#4c00ff,#ff77f1);width:400%;height:400%;content:"";display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);animation:gradientRotateBg 8s linear infinite}.poster .download-btn{position:absolute;top:24px;right:24px;width:auto;flex-direction:row-reverse;gap:.5rem;padding:1rem;height:44px;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;transition:all 1s ease;z-index:3}.poster .download-btn:hover{background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.5);transform:scale(1.04)}.poster .download-btn svg{width:20px;height:20px}@keyframes gradientRotateBg{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}.box_time .card_step .timer.expired,.timer.flex{display:flex!important;justify-content:center;align-items:center}.timer.flex{padding-top:1.5rem}.date_timeline{margin-bottom:.5rem;text-align:center}.date_timeline span{display:inline-block;margin:0 .75rem}.card_step .main_card{position:relative}.extended-badge{position:absolute;top:10px;right:-30px;background:linear-gradient(45deg,#ff6a00,red);color:#fff;padding:5px 30px;font-size:12px;font-weight:700;transform:rotate(45deg);box-shadow:0 2px 5px #0000004d;z-index:10;text-align:center;min-width:120px}.card_step .main_card .extended-badge_warpper{overflow:hidden;position:absolute;width:100%;top:0;left:0;height:100%}.extended-badge{position:absolute;top:15px;right:-35px;background:#00ca9a;background-size:200% 200%;animation:gradientShift 2s ease infinite;color:#000;padding:6px 35px;font-size:13.5px;transform:rotate(45deg);box-shadow:0 2px 8px #0000004d,inset 0 -1px #0003,inset 0 1px #fff3;z-index:10;text-align:center;min-width:140px;font-weight:700;text-shadow:0 1px 1px rgba(255,255,255,.3)}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.extended-badge:before{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.1) 50%,transparent 100%);pointer-events:none}.box_time .card_step .main_card{position:relative}.box_time .card_step .main_card:before{content:"";position:absolute;top:50%;left:100%;width:10rem;height:3px;background:radial-gradient(50% 221.07% at 50% 50%,#b4a8ff,#705df2);transform:translateY(-50%) scaleX(0);transform-origin:right center;animation:scaleFill 2.2s linear infinite;z-index:10;box-shadow:0 0 10px #705df299,0 0 20px #705df266,0 0 30px #705df233}@keyframes scaleFill{0%{transform:translateY(-50%) scaleX(0)}50%,to{transform:translateY(-50%) scaleX(1)}}.card_step:first-child .main_card:before{content:none}.card_step.active{opacity:1}.card_step.active .main_card{position:relative;border:1px solid rgba(0,255,255,.5);animation:softCardNeonPulse 1.8s ease-in-out infinite alternate}@keyframes softCardNeonPulse{0%{box-shadow:0 0 4px #0ff6,0 0 8px #00ffff4d;border-color:#00ffff80}to{box-shadow:0 0 8px #0ff9,0 0 16px #0ff6,0 0 24px #00ffff40;border-color:#0ffc}}.referee_section{position:relative}.referee_section:before{left:0;top:30%}.referee_section:before,.referee_section:after{content:"";position:absolute;height:960px;width:960px;pointer-events:none;background:radial-gradient(50% 50% at 50% 50%,#ff6651,#ff665100);opacity:.08}.referee_section:after{right:-20%;top:0}.referee_section .holder{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;flex-direction:column}.referee_wrapper{margin-top:50px;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;width:100%;gap:2.125rem}.referee_wrapper__item{display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:14px;flex-direction:column;transition:all .3s ease-in-out;cursor:pointer}.referee_wrapper__item:hover .global-img img{transform:scale(1.08)}.referee_wrapper__item .global-img{width:100%;overflow:hidden;aspect-ratio:1/1;position:relative}.referee_wrapper__item .global-img img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;transition:transform .8s ease-in-out}.referee_wrapper__item .meta{width:100%;padding:16px}.referee_wrapper__item .meta,.referee_wrapper__item .meta .info{display:flex;align-items:center;justify-content:center;flex-direction:column}.referee_wrapper__item .meta .info{gap:.45rem;font-size:1rem}.referee_wrapper__item .meta .info>span:first-of-type{font-weight:700;font-size:1.025rem;color:var(--head-color)}.referee_wrapper__item .meta .info>span:last-of-type{opacity:.9;font-size:.95rem}.background{display:block;position:absolute;top:0;left:0;-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.circle-container{position:absolute;transform:translateY(-10vh);animation-iteration-count:infinite;animation-timing-function:linear}.circle-container .circle{width:100%;height:100%;border-radius:50%;mix-blend-mode:screen;background-image:radial-gradient(#d499ff,#d499ff 10%,#9ff0 56%);animation:fadein-frames .2s infinite,scale-frames 2s infinite}@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:nth-child(1){width:3px;height:3px;animation-name:move-frames-1;animation-duration:34237ms;animation-delay:21529ms}@keyframes move-frames-1{0%{transform:translate3d(3vw,101vh,0)}to{transform:translate3d(83vw,-103vh,0)}}.circle-container:nth-child(1) .circle{animation-delay:3.72s}.circle-container:nth-child(2){width:5px;height:5px;animation-name:move-frames-2;animation-duration:33971ms;animation-delay:20604ms}@keyframes move-frames-2{0%{transform:translate3d(68vw,109vh,0)}to{transform:translate3d(95vw,-128vh,0)}}.circle-container:nth-child(2) .circle{animation-delay:1084ms}.circle-container:nth-child(3){width:1px;height:1px;animation-name:move-frames-3;animation-duration:34388ms;animation-delay:4282ms}@keyframes move-frames-3{0%{transform:translate3d(2vw,103vh,0)}to{transform:translate3d(75vw,-109vh,0)}}.circle-container:nth-child(3) .circle{animation-delay:3995ms}.circle-container:nth-child(4){width:8px;height:8px;animation-name:move-frames-4;animation-duration:34401ms;animation-delay:11476ms}@keyframes move-frames-4{0%{transform:translate3d(58vw,110vh,0)}to{transform:translate3d(29vw,-112vh,0)}}.circle-container:nth-child(4) .circle{animation-delay:463ms}.circle-container:nth-child(5){width:8px;height:8px;animation-name:move-frames-5;animation-duration:32.62s;animation-delay:10168ms}@keyframes move-frames-5{0%{transform:translate3d(64vw,109vh,0)}to{transform:translate3d(95vw,-114vh,0)}}.circle-container:nth-child(5) .circle{animation-delay:2114ms}.circle-container:nth-child(6){width:7px;height:7px;animation-name:move-frames-6;animation-duration:33672ms;animation-delay:28933ms}@keyframes move-frames-6{0%{transform:translate3d(79vw,102vh,0)}to{transform:translate3d(21vw,-112vh,0)}}.circle-container:nth-child(6) .circle{animation-delay:3832ms}.circle-container:nth-child(7){width:4px;height:4px;animation-name:move-frames-7;animation-duration:31575ms;animation-delay:28196ms}@keyframes move-frames-7{0%{transform:translate3d(66vw,104vh,0)}to{transform:translate3d(54vw,-132vh,0)}}.circle-container:nth-child(7) .circle{animation-delay:463ms}.circle-container:nth-child(8){width:2px;height:2px;animation-name:move-frames-8;animation-duration:29586ms;animation-delay:9059ms}@keyframes move-frames-8{0%{transform:translate3d(56vw,108vh,0)}to{transform:translate3d(87vw,-122vh,0)}}.circle-container:nth-child(8) .circle{animation-delay:604ms}.circle-container:nth-child(9){width:3px;height:3px;animation-name:move-frames-9;animation-duration:30444ms;animation-delay:13.78s}@keyframes move-frames-9{0%{transform:translate3d(96vw,105vh,0)}to{transform:translate3d(97vw,-119vh,0)}}.circle-container:nth-child(9) .circle{animation-delay:2914ms}.circle-container:nth-child(10){width:4px;height:4px;animation-name:move-frames-10;animation-duration:35.37s;animation-delay:19734ms}@keyframes move-frames-10{0%{transform:translate3d(55vw,101vh,0)}to{transform:translate3d(9vw,-110vh,0)}}.circle-container:nth-child(10) .circle{animation-delay:3573ms}.circle-container:nth-child(11){width:2px;height:2px;animation-name:move-frames-11;animation-duration:29605ms;animation-delay:2986ms}@keyframes move-frames-11{0%{transform:translate3d(95vw,109vh,0)}to{transform:translate3d(38vw,-128vh,0)}}.circle-container:nth-child(11) .circle{animation-delay:2089ms}.circle-container:nth-child(12){width:1px;height:1px;animation-name:move-frames-12;animation-duration:28.8s;animation-delay:2132ms}@keyframes move-frames-12{0%{transform:translate3d(72vw,107vh,0)}to{transform:translate3d(82vw,-114vh,0)}}.circle-container:nth-child(12) .circle{animation-delay:3558ms}.circle-container:nth-child(13){width:4px;height:4px;animation-name:move-frames-13;animation-duration:29209ms;animation-delay:14991ms}@keyframes move-frames-13{0%{transform:translate3d(67vw,105vh,0)}to{transform:translate3d(87vw,-114vh,0)}}.circle-container:nth-child(13) .circle{animation-delay:944ms}.circle-container:nth-child(14){width:2px;height:2px;animation-name:move-frames-14;animation-duration:29.34s;animation-delay:34164ms}@keyframes move-frames-14{0%{transform:translate3d(95vw,101vh,0)}to{transform:translate3d(36vw,-116vh,0)}}.circle-container:nth-child(14) .circle{animation-delay:76ms}.circle-container:nth-child(15){width:5px;height:5px;animation-name:move-frames-15;animation-duration:30881ms;animation-delay:4255ms}@keyframes move-frames-15{0%{transform:translate3d(33vw,107vh,0)}to{transform:translate3d(38vw,-119vh,0)}}.circle-container:nth-child(15) .circle{animation-delay:3535ms}.circle-container:nth-child(16){width:1px;height:1px;animation-name:move-frames-16;animation-duration:30079ms;animation-delay:19964ms}@keyframes move-frames-16{0%{transform:translate3d(76vw,101vh,0)}to{transform:translate3d(21vw,-103vh,0)}}.circle-container:nth-child(16) .circle{animation-delay:3951ms}.circle-container:nth-child(17){width:7px;height:7px;animation-name:move-frames-17;animation-duration:35314ms;animation-delay:4724ms}@keyframes move-frames-17{0%{transform:translate3d(71vw,104vh,0)}to{transform:translate3d(20vw,-131vh,0)}}.circle-container:nth-child(17) .circle{animation-delay:3812ms}.circle-container:nth-child(18){width:2px;height:2px;animation-name:move-frames-18;animation-duration:28778ms;animation-delay:13501ms}@keyframes move-frames-18{0%{transform:translate3d(7vw,109vh,0)}to{transform:translate3d(10vw,-113vh,0)}}.circle-container:nth-child(18) .circle{animation-delay:3482ms}.circle-container:nth-child(19){width:5px;height:5px;animation-name:move-frames-19;animation-duration:34859ms;animation-delay:28674ms}@keyframes move-frames-19{0%{transform:translate3d(86vw,102vh,0)}to{transform:translate3d(94vw,-118vh,0)}}.circle-container:nth-child(19) .circle{animation-delay:1728ms}.circle-container:nth-child(20){width:1px;height:1px;animation-name:move-frames-20;animation-duration:36822ms;animation-delay:34573ms}@keyframes move-frames-20{0%{transform:translate3d(81vw,105vh,0)}to{transform:translate3d(93vw,-135vh,0)}}.circle-container:nth-child(20) .circle{animation-delay:3425ms}.circle-container:nth-child(21){width:3px;height:3px;animation-name:move-frames-21;animation-duration:34875ms;animation-delay:7115ms}@keyframes move-frames-21{0%{transform:translate3d(96vw,106vh,0)}to{transform:translate3d(93vw,-121vh,0)}}.circle-container:nth-child(21) .circle{animation-delay:398ms}.circle-container:nth-child(22){width:8px;height:8px;animation-name:move-frames-22;animation-duration:29921ms;animation-delay:7541ms}@keyframes move-frames-22{0%{transform:translate3d(27vw,106vh,0)}to{transform:translate3d(82vw,-109vh,0)}}.circle-container:nth-child(22) .circle{animation-delay:2145ms}.circle-container:nth-child(23){width:3px;height:3px;animation-name:move-frames-23;animation-duration:34234ms;animation-delay:15451ms}@keyframes move-frames-23{0%{transform:translate3d(97vw,110vh,0)}to{transform:translate3d(27vw,-137vh,0)}}.circle-container:nth-child(23) .circle{animation-delay:1944ms}.circle-container:nth-child(24){width:3px;height:3px;animation-name:move-frames-24;animation-duration:31554ms;animation-delay:20754ms}@keyframes move-frames-24{0%{transform:translate3d(89vw,102vh,0)}to{transform:translate3d(17vw,-103vh,0)}}.circle-container:nth-child(24) .circle{animation-delay:3209ms}.circle-container:nth-child(25){width:7px;height:7px;animation-name:move-frames-25;animation-duration:31419ms;animation-delay:9454ms}@keyframes move-frames-25{0%{transform:translate3d(11vw,106vh,0)}to{transform:translate3d(17vw,-123vh,0)}}.circle-container:nth-child(25) .circle{animation-delay:3671ms}.circle-container:nth-child(26){width:1px;height:1px;animation-name:move-frames-26;animation-duration:30812ms;animation-delay:25252ms}@keyframes move-frames-26{0%{transform:translate3d(85vw,104vh,0)}to{transform:translate3d(36vw,-116vh,0)}}.circle-container:nth-child(26) .circle{animation-delay:314ms}.circle-container:nth-child(27){width:8px;height:8px;animation-name:move-frames-27;animation-duration:36347ms;animation-delay:13653ms}@keyframes move-frames-27{0%{transform:translate3d(33vw,105vh,0)}to{transform:translate3d(48vw,-122vh,0)}}.circle-container:nth-child(27) .circle{animation-delay:3.03s}.circle-container:nth-child(28){width:5px;height:5px;animation-name:move-frames-28;animation-duration:35861ms;animation-delay:15881ms}@keyframes move-frames-28{0%{transform:translate3d(6vw,109vh,0)}to{transform:translate3d(61vw,-129vh,0)}}.circle-container:nth-child(28) .circle{animation-delay:281ms}.circle-container:nth-child(29){width:6px;height:6px;animation-name:move-frames-29;animation-duration:35845ms;animation-delay:23387ms}@keyframes move-frames-29{0%{transform:translate3d(45vw,108vh,0)}to{transform:translate3d(86vw,-129vh,0)}}.circle-container:nth-child(29) .circle{animation-delay:2489ms}.circle-container:nth-child(30){width:5px;height:5px;animation-name:move-frames-30;animation-duration:28932ms;animation-delay:16585ms}@keyframes move-frames-30{0%{transform:translate3d(33vw,109vh,0)}to{transform:translate3d(9vw,-123vh,0)}}.circle-container:nth-child(30) .circle{animation-delay:2739ms}.circle-container:nth-child(31){width:8px;height:8px;animation-name:move-frames-31;animation-duration:28854ms;animation-delay:15971ms}@keyframes move-frames-31{0%{transform:translate3d(89vw,103vh,0)}to{transform:translate3d(98vw,-127vh,0)}}.circle-container:nth-child(31) .circle{animation-delay:2837ms}.circle-container:nth-child(32){width:3px;height:3px;animation-name:move-frames-32;animation-duration:36282ms;animation-delay:5452ms}@keyframes move-frames-32{0%{transform:translate3d(44vw,108vh,0)}to{transform:translate3d(20vw,-117vh,0)}}.circle-container:nth-child(32) .circle{animation-delay:3129ms}.circle-container:nth-child(33){width:4px;height:4px;animation-name:move-frames-33;animation-duration:28632ms;animation-delay:22724ms}@keyframes move-frames-33{0%{transform:translate3d(40vw,110vh,0)}to{transform:translate3d(49vw,-119vh,0)}}.circle-container:nth-child(33) .circle{animation-delay:3109ms}.circle-container:nth-child(34){width:5px;height:5px;animation-name:move-frames-34;animation-duration:34913ms;animation-delay:27858ms}@keyframes move-frames-34{0%{transform:translate3d(8vw,106vh,0)}to{transform:translate3d(20vw,-118vh,0)}}.circle-container:nth-child(34) .circle{animation-delay:2004ms}.circle-container:nth-child(35){width:3px;height:3px;animation-name:move-frames-35;animation-duration:30501ms;animation-delay:9006ms}@keyframes move-frames-35{0%{transform:translate3d(38vw,109vh,0)}to{transform:translate3d(51vw,-137vh,0)}}.circle-container:nth-child(35) .circle{animation-delay:1378ms}.circle-container:nth-child(36){width:1px;height:1px;animation-name:move-frames-36;animation-duration:31996ms;animation-delay:8131ms}@keyframes move-frames-36{0%{transform:translate3d(73vw,103vh,0)}to{transform:translate3d(47vw,-128vh,0)}}.circle-container:nth-child(36) .circle{animation-delay:1188ms}.circle-container:nth-child(37){width:3px;height:3px;animation-name:move-frames-37;animation-duration:30476ms;animation-delay:4849ms}@keyframes move-frames-37{0%{transform:translate3d(79vw,109vh,0)}to{transform:translate3d(26vw,-125vh,0)}}.circle-container:nth-child(37) .circle{animation-delay:3.24s}.circle-container:nth-child(38){width:1px;height:1px;animation-name:move-frames-38;animation-duration:34553ms;animation-delay:29.39s}@keyframes move-frames-38{0%{transform:translate3d(61vw,109vh,0)}to{transform:translate3d(84vw,-120vh,0)}}.circle-container:nth-child(38) .circle{animation-delay:224ms}.circle-container:nth-child(39){width:7px;height:7px;animation-name:move-frames-39;animation-duration:33926ms;animation-delay:4681ms}@keyframes move-frames-39{0%{transform:translate3d(81vw,102vh,0)}to{transform:translate3d(94vw,-127vh,0)}}.circle-container:nth-child(39) .circle{animation-delay:3902ms}.circle-container:nth-child(40){width:7px;height:7px;animation-name:move-frames-40;animation-duration:30202ms;animation-delay:3838ms}@keyframes move-frames-40{0%{transform:translate3d(49vw,110vh,0)}to{transform:translate3d(77vw,-134vh,0)}}.circle-container:nth-child(40) .circle{animation-delay:3043ms}.circle-container:nth-child(41){width:6px;height:6px;animation-name:move-frames-41;animation-duration:29.4s;animation-delay:36259ms}@keyframes move-frames-41{0%{transform:translate3d(94vw,101vh,0)}to{transform:translate3d(97vw,-114vh,0)}}.circle-container:nth-child(41) .circle{animation-delay:608ms}.circle-container:nth-child(42){width:8px;height:8px;animation-name:move-frames-42;animation-duration:28421ms;animation-delay:12511ms}@keyframes move-frames-42{0%{transform:translate3d(78vw,105vh,0)}to{transform:translate3d(47vw,-135vh,0)}}.circle-container:nth-child(42) .circle{animation-delay:3965ms}.circle-container:nth-child(43){width:4px;height:4px;animation-name:move-frames-43;animation-duration:34257ms;animation-delay:5281ms}@keyframes move-frames-43{0%{transform:translate3d(98vw,109vh,0)}to{transform:translate3d(35vw,-124vh,0)}}.circle-container:nth-child(43) .circle{animation-delay:3456ms}.circle-container:nth-child(44){width:3px;height:3px;animation-name:move-frames-44;animation-duration:32744ms;animation-delay:1511ms}@keyframes move-frames-44{0%{transform:translate3d(20vw,104vh,0)}to{transform:translate3d(11vw,-107vh,0)}}.circle-container:nth-child(44) .circle{animation-delay:3725ms}.circle-container:nth-child(45){width:5px;height:5px;animation-name:move-frames-45;animation-duration:32704ms;animation-delay:21766ms}@keyframes move-frames-45{0%{transform:translate3d(53vw,109vh,0)}to{transform:translate3d(18vw,-121vh,0)}}.circle-container:nth-child(45) .circle{animation-delay:2197ms}.circle-container:nth-child(46){width:1px;height:1px;animation-name:move-frames-46;animation-duration:29138ms;animation-delay:651ms}@keyframes move-frames-46{0%{transform:translate3d(81vw,103vh,0)}to{transform:translate3d(90vw,-126vh,0)}}.circle-container:nth-child(46) .circle{animation-delay:2179ms}.circle-container:nth-child(47){width:1px;height:1px;animation-name:move-frames-47;animation-duration:35152ms;animation-delay:3321ms}@keyframes move-frames-47{0%{transform:translate3d(11vw,102vh,0)}to{transform:translate3d(6vw,-120vh,0)}}.circle-container:nth-child(47) .circle{animation-delay:582ms}.circle-container:nth-child(48){width:2px;height:2px;animation-name:move-frames-48;animation-duration:32506ms;animation-delay:28895ms}@keyframes move-frames-48{0%{transform:translate3d(35vw,107vh,0)}to{transform:translate3d(6vw,-111vh,0)}}.circle-container:nth-child(48) .circle{animation-delay:837ms}.circle-container:nth-child(49){width:6px;height:6px;animation-name:move-frames-49;animation-duration:34751ms;animation-delay:676ms}@keyframes move-frames-49{0%{transform:translate3d(63vw,109vh,0)}to{transform:translate3d(48vw,-114vh,0)}}.circle-container:nth-child(49) .circle{animation-delay:633ms}.circle-container:nth-child(50){width:6px;height:6px;animation-name:move-frames-50;animation-duration:36525ms;animation-delay:1148ms}@keyframes move-frames-50{0%{transform:translate3d(59vw,103vh,0)}to{transform:translate3d(1vw,-105vh,0)}}.circle-container:nth-child(50) .circle{animation-delay:3087ms}.circle-container:nth-child(51){width:2px;height:2px;animation-name:move-frames-51;animation-duration:31304ms;animation-delay:29.94s}@keyframes move-frames-51{0%{transform:translate3d(66vw,104vh,0)}to{transform:translate3d(53vw,-116vh,0)}}.circle-container:nth-child(51) .circle{animation-delay:10ms}.circle-container:nth-child(52){width:2px;height:2px;animation-name:move-frames-52;animation-duration:35969ms;animation-delay:34717ms}@keyframes move-frames-52{0%{transform:translate3d(34vw,103vh,0)}to{transform:translate3d(71vw,-131vh,0)}}.circle-container:nth-child(52) .circle{animation-delay:2684ms}.circle-container:nth-child(53){width:5px;height:5px;animation-name:move-frames-53;animation-duration:31924ms;animation-delay:2409ms}@keyframes move-frames-53{0%{transform:translate3d(50vw,110vh,0)}to{transform:translate3d(5vw,-133vh,0)}}.circle-container:nth-child(53) .circle{animation-delay:1025ms}.circle-container:nth-child(54){width:1px;height:1px;animation-name:move-frames-54;animation-duration:33.22s;animation-delay:8164ms}@keyframes move-frames-54{0%{transform:translate3d(76vw,103vh,0)}to{transform:translate3d(59vw,-106vh,0)}}.circle-container:nth-child(54) .circle{animation-delay:1.01s}.circle-container:nth-child(55){width:3px;height:3px;animation-name:move-frames-55;animation-duration:32169ms;animation-delay:13944ms}@keyframes move-frames-55{0%{transform:translate3d(35vw,106vh,0)}to{transform:translate3d(91vw,-134vh,0)}}.circle-container:nth-child(55) .circle{animation-delay:2786ms}.circle-container:nth-child(56){width:6px;height:6px;animation-name:move-frames-56;animation-duration:28204ms;animation-delay:22312ms}@keyframes move-frames-56{0%{transform:translate3d(74vw,108vh,0)}to{transform:translate3d(39vw,-130vh,0)}}.circle-container:nth-child(56) .circle{animation-delay:1401ms}.circle-container:nth-child(57){width:4px;height:4px;animation-name:move-frames-57;animation-duration:30625ms;animation-delay:35332ms}@keyframes move-frames-57{0%{transform:translate3d(55vw,102vh,0)}to{transform:translate3d(36vw,-130vh,0)}}.circle-container:nth-child(57) .circle{animation-delay:3966ms}.circle-container:nth-child(58){width:7px;height:7px;animation-name:move-frames-58;animation-duration:33467ms;animation-delay:4246ms}@keyframes move-frames-58{0%{transform:translate3d(74vw,109vh,0)}to{transform:translate3d(6vw,-110vh,0)}}.circle-container:nth-child(58) .circle{animation-delay:3031ms}.circle-container:nth-child(59){width:5px;height:5px;animation-name:move-frames-59;animation-duration:30888ms;animation-delay:13556ms}@keyframes move-frames-59{0%{transform:translate3d(34vw,105vh,0)}to{transform:translate3d(43vw,-115vh,0)}}.circle-container:nth-child(59) .circle{animation-delay:1421ms}.circle-container:nth-child(60){width:8px;height:8px;animation-name:move-frames-60;animation-duration:35956ms;animation-delay:11726ms}@keyframes move-frames-60{0%{transform:translate3d(39vw,110vh,0)}to{transform:translate3d(60vw,-126vh,0)}}.circle-container:nth-child(60) .circle{animation-delay:2591ms}.circle-container:nth-child(61){width:3px;height:3px;animation-name:move-frames-61;animation-duration:29411ms;animation-delay:3777ms}@keyframes move-frames-61{0%{transform:translate3d(65vw,104vh,0)}to{transform:translate3d(69vw,-109vh,0)}}.circle-container:nth-child(61) .circle{animation-delay:1795ms}.circle-container:nth-child(62){width:1px;height:1px;animation-name:move-frames-62;animation-duration:31803ms;animation-delay:27184ms}@keyframes move-frames-62{0%{transform:translate3d(7vw,109vh,0)}to{transform:translate3d(8vw,-111vh,0)}}.circle-container:nth-child(62) .circle{animation-delay:2331ms}.circle-container:nth-child(63){width:5px;height:5px;animation-name:move-frames-63;animation-duration:32569ms;animation-delay:33.79s}@keyframes move-frames-63{0%{transform:translate3d(74vw,105vh,0)}to{transform:translate3d(24vw,-115vh,0)}}.circle-container:nth-child(63) .circle{animation-delay:2.78s}.circle-container:nth-child(64){width:4px;height:4px;animation-name:move-frames-64;animation-duration:29712ms;animation-delay:16906ms}@keyframes move-frames-64{0%{transform:translate3d(49vw,104vh,0)}to{transform:translate3d(78vw,-131vh,0)}}.circle-container:nth-child(64) .circle{animation-delay:869ms}.circle-container:nth-child(65){width:2px;height:2px;animation-name:move-frames-65;animation-duration:28928ms;animation-delay:18246ms}@keyframes move-frames-65{0%{transform:translate3d(28vw,107vh,0)}to{transform:translate3d(42vw,-122vh,0)}}.circle-container:nth-child(65) .circle{animation-delay:1805ms}.circle-container:nth-child(66){width:3px;height:3px;animation-name:move-frames-66;animation-duration:32478ms;animation-delay:5725ms}@keyframes move-frames-66{0%{transform:translate3d(100vw,109vh,0)}to{transform:translate3d(22vw,-125vh,0)}}.circle-container:nth-child(66) .circle{animation-delay:186ms}.circle-container:nth-child(67){width:8px;height:8px;animation-name:move-frames-67;animation-duration:29163ms;animation-delay:20039ms}@keyframes move-frames-67{0%{transform:translate3d(43vw,104vh,0)}to{transform:translate3d(89vw,-112vh,0)}}.circle-container:nth-child(67) .circle{animation-delay:298ms}.circle-container:nth-child(68){width:3px;height:3px;animation-name:move-frames-68;animation-duration:31899ms;animation-delay:23796ms}@keyframes move-frames-68{0%{transform:translate3d(89vw,110vh,0)}to{transform:translate3d(86vw,-111vh,0)}}.circle-container:nth-child(68) .circle{animation-delay:2.53s}.circle-container:nth-child(69){width:7px;height:7px;animation-name:move-frames-69;animation-duration:32532ms;animation-delay:9456ms}@keyframes move-frames-69{0%{transform:translate3d(41vw,105vh,0)}to{transform:translate3d(4vw,-132vh,0)}}.circle-container:nth-child(69) .circle{animation-delay:3324ms}.circle-container:nth-child(70){width:5px;height:5px;animation-name:move-frames-70;animation-duration:28408ms;animation-delay:14751ms}@keyframes move-frames-70{0%{transform:translate3d(2vw,107vh,0)}to{transform:translate3d(27vw,-120vh,0)}}.circle-container:nth-child(70) .circle{animation-delay:939ms}.circle-container:nth-child(71){width:5px;height:5px;animation-name:move-frames-71;animation-duration:30637ms;animation-delay:30.11s}@keyframes move-frames-71{0%{transform:translate3d(42vw,108vh,0)}to{transform:translate3d(18vw,-125vh,0)}}.circle-container:nth-child(71) .circle{animation-delay:1922ms}.circle-container:nth-child(72){width:5px;height:5px;animation-name:move-frames-72;animation-duration:33464ms;animation-delay:29921ms}@keyframes move-frames-72{0%{transform:translate3d(58vw,105vh,0)}to{transform:translate3d(56vw,-117vh,0)}}.circle-container:nth-child(72) .circle{animation-delay:2901ms}.circle-container:nth-child(73){width:3px;height:3px;animation-name:move-frames-73;animation-duration:29075ms;animation-delay:25179ms}@keyframes move-frames-73{0%{transform:translate3d(87vw,107vh,0)}to{transform:translate3d(94vw,-116vh,0)}}.circle-container:nth-child(73) .circle{animation-delay:1829ms}.circle-container:nth-child(74){width:3px;height:3px;animation-name:move-frames-74;animation-duration:30601ms;animation-delay:14065ms}@keyframes move-frames-74{0%{transform:translate3d(58vw,110vh,0)}to{transform:translate3d(71vw,-130vh,0)}}.circle-container:nth-child(74) .circle{animation-delay:233ms}.circle-container:nth-child(75){width:6px;height:6px;animation-name:move-frames-75;animation-duration:29016ms;animation-delay:29145ms}@keyframes move-frames-75{0%{transform:translate3d(21vw,107vh,0)}to{transform:translate3d(55vw,-113vh,0)}}.circle-container:nth-child(75) .circle{animation-delay:1465ms}.circle-container:nth-child(76){width:5px;height:5px;animation-name:move-frames-76;animation-duration:31527ms;animation-delay:8672ms}@keyframes move-frames-76{0%{transform:translate3d(11vw,105vh,0)}to{transform:translate3d(4vw,-118vh,0)}}.circle-container:nth-child(76) .circle{animation-delay:3297ms}.circle-container:nth-child(77){width:2px;height:2px;animation-name:move-frames-77;animation-duration:33255ms;animation-delay:18613ms}@keyframes move-frames-77{0%{transform:translate3d(45vw,103vh,0)}to{transform:translate3d(98vw,-122vh,0)}}.circle-container:nth-child(77) .circle{animation-delay:3187ms}.circle-container:nth-child(78){width:8px;height:8px;animation-name:move-frames-78;animation-duration:28768ms;animation-delay:435ms}@keyframes move-frames-78{0%{transform:translate3d(67vw,103vh,0)}to{transform:translate3d(81vw,-108vh,0)}}.circle-container:nth-child(78) .circle{animation-delay:409ms}.circle-container:nth-child(79){width:3px;height:3px;animation-name:move-frames-79;animation-duration:28.38s;animation-delay:24459ms}@keyframes move-frames-79{0%{transform:translate3d(59vw,109vh,0)}to{transform:translate3d(77vw,-139vh,0)}}.circle-container:nth-child(79) .circle{animation-delay:645ms}.circle-container:nth-child(80){width:2px;height:2px;animation-name:move-frames-80;animation-duration:32873ms;animation-delay:14557ms}@keyframes move-frames-80{0%{transform:translate3d(1vw,110vh,0)}to{transform:translate3d(33vw,-130vh,0)}}.circle-container:nth-child(80) .circle{animation-delay:2.08s}.circle-container:nth-child(81){width:3px;height:3px;animation-name:move-frames-81;animation-duration:34616ms;animation-delay:.52s}@keyframes move-frames-81{0%{transform:translate3d(28vw,108vh,0)}to{transform:translate3d(91vw,-134vh,0)}}.circle-container:nth-child(81) .circle{animation-delay:3921ms}.circle-container:nth-child(82){width:1px;height:1px;animation-name:move-frames-82;animation-duration:35769ms;animation-delay:376ms}@keyframes move-frames-82{0%{transform:translate3d(43vw,108vh,0)}to{transform:translate3d(59vw,-133vh,0)}}.circle-container:nth-child(82) .circle{animation-delay:2493ms}.circle-container:nth-child(83){width:2px;height:2px;animation-name:move-frames-83;animation-duration:31652ms;animation-delay:26517ms}@keyframes move-frames-83{0%{transform:translate3d(57vw,104vh,0)}to{transform:translate3d(14vw,-130vh,0)}}.circle-container:nth-child(83) .circle{animation-delay:3108ms}.circle-container:nth-child(84){width:8px;height:8px;animation-name:move-frames-84;animation-duration:35384ms;animation-delay:15039ms}@keyframes move-frames-84{0%{transform:translate3d(67vw,108vh,0)}to{transform:translate3d(17vw,-130vh,0)}}.circle-container:nth-child(84) .circle{animation-delay:1224ms}.circle-container:nth-child(85){width:6px;height:6px;animation-name:move-frames-85;animation-duration:33.35s;animation-delay:31.66s}@keyframes move-frames-85{0%{transform:translate3d(79vw,109vh,0)}to{transform:translate3d(4vw,-117vh,0)}}.circle-container:nth-child(85) .circle{animation-delay:1812ms}.circle-container:nth-child(86){width:6px;height:6px;animation-name:move-frames-86;animation-duration:33268ms;animation-delay:17777ms}@keyframes move-frames-86{0%{transform:translate3d(88vw,102vh,0)}to{transform:translate3d(7vw,-119vh,0)}}.circle-container:nth-child(86) .circle{animation-delay:863ms}.circle-container:nth-child(87){width:7px;height:7px;animation-name:move-frames-87;animation-duration:33489ms;animation-delay:34.58s}@keyframes move-frames-87{0%{transform:translate3d(25vw,107vh,0)}to{transform:translate3d(38vw,-120vh,0)}}.circle-container:nth-child(87) .circle{animation-delay:3072ms}.circle-container:nth-child(88){width:3px;height:3px;animation-name:move-frames-88;animation-duration:29.94s;animation-delay:11261ms}@keyframes move-frames-88{0%{transform:translate3d(2vw,106vh,0)}to{transform:translate3d(76vw,-135vh,0)}}.circle-container:nth-child(88) .circle{animation-delay:2133ms}.circle-container:nth-child(89){width:5px;height:5px;animation-name:move-frames-89;animation-duration:36348ms;animation-delay:742ms}@keyframes move-frames-89{0%{transform:translate3d(75vw,109vh,0)}to{transform:translate3d(53vw,-120vh,0)}}.circle-container:nth-child(89) .circle{animation-delay:1.66s}.circle-container:nth-child(90){width:4px;height:4px;animation-name:move-frames-90;animation-duration:35927ms;animation-delay:31692ms}@keyframes move-frames-90{0%{transform:translate3d(70vw,106vh,0)}to{transform:translate3d(30vw,-122vh,0)}}.circle-container:nth-child(90) .circle{animation-delay:2321ms}.circle-container:nth-child(91){width:6px;height:6px;animation-name:move-frames-91;animation-duration:32.01s;animation-delay:33678ms}@keyframes move-frames-91{0%{transform:translate3d(95vw,101vh,0)}to{transform:translate3d(32vw,-110vh,0)}}.circle-container:nth-child(91) .circle{animation-delay:2164ms}.circle-container:nth-child(92){width:5px;height:5px;animation-name:move-frames-92;animation-duration:36449ms;animation-delay:16877ms}@keyframes move-frames-92{0%{transform:translate3d(24vw,106vh,0)}to{transform:translate3d(78vw,-136vh,0)}}.circle-container:nth-child(92) .circle{animation-delay:3915ms}.circle-container:nth-child(93){width:3px;height:3px;animation-name:move-frames-93;animation-duration:33412ms;animation-delay:248ms}@keyframes move-frames-93{0%{transform:translate3d(25vw,101vh,0)}to{transform:translate3d(35vw,-125vh,0)}}.circle-container:nth-child(93) .circle{animation-delay:311ms}.circle-container:nth-child(94){width:6px;height:6px;animation-name:move-frames-94;animation-duration:34.89s;animation-delay:1741ms}@keyframes move-frames-94{0%{transform:translate3d(74vw,110vh,0)}to{transform:translate3d(54vw,-139vh,0)}}.circle-container:nth-child(94) .circle{animation-delay:1867ms}.circle-container:nth-child(95){width:1px;height:1px;animation-name:move-frames-95;animation-duration:30099ms;animation-delay:30324ms}@keyframes move-frames-95{0%{transform:translate3d(23vw,107vh,0)}to{transform:translate3d(56vw,-115vh,0)}}.circle-container:nth-child(95) .circle{animation-delay:3918ms}.circle-container:nth-child(96){width:3px;height:3px;animation-name:move-frames-96;animation-duration:30319ms;animation-delay:27578ms}@keyframes move-frames-96{0%{transform:translate3d(37vw,105vh,0)}to{transform:translate3d(55vw,-124vh,0)}}.circle-container:nth-child(96) .circle{animation-delay:2193ms}.circle-container:nth-child(97){width:4px;height:4px;animation-name:move-frames-97;animation-duration:35978ms;animation-delay:16411ms}@keyframes move-frames-97{0%{transform:translate3d(58vw,104vh,0)}to{transform:translate3d(9vw,-105vh,0)}}.circle-container:nth-child(97) .circle{animation-delay:2025ms}.circle-container:nth-child(98){width:6px;height:6px;animation-name:move-frames-98;animation-duration:34426ms;animation-delay:33805ms}@keyframes move-frames-98{0%{transform:translate3d(87vw,108vh,0)}to{transform:translate3d(17vw,-130vh,0)}}.circle-container:nth-child(98) .circle{animation-delay:2685ms}.circle-container:nth-child(99){width:7px;height:7px;animation-name:move-frames-99;animation-duration:35273ms;animation-delay:14353ms}@keyframes move-frames-99{0%{transform:translate3d(15vw,104vh,0)}to{transform:translate3d(99vw,-133vh,0)}}.circle-container:nth-child(99) .circle{animation-delay:.31s}.circle-container:nth-child(100){width:4px;height:4px;animation-name:move-frames-100;animation-duration:34493ms;animation-delay:26563ms}@keyframes move-frames-100{0%{transform:translate3d(100vw,102vh,0)}to{transform:translate3d(25vw,-118vh,0)}}.circle-container:nth-child(100) .circle{animation-delay:1456ms}.circle-container:nth-child(101){width:3px;height:3px;animation-name:move-frames-101;animation-duration:33975ms;animation-delay:29513ms}@keyframes move-frames-101{0%{transform:translate3d(59vw,108vh,0)}to{transform:translate3d(1vw,-120vh,0)}}.circle-container:nth-child(101) .circle{animation-delay:2405ms}.circle-container:nth-child(102){width:8px;height:8px;animation-name:move-frames-102;animation-duration:30368ms;animation-delay:9336ms}@keyframes move-frames-102{0%{transform:translate3d(84vw,102vh,0)}to{transform:translate3d(2vw,-112vh,0)}}.circle-container:nth-child(102) .circle{animation-delay:712ms}.circle-container:nth-child(103){width:7px;height:7px;animation-name:move-frames-103;animation-duration:31356ms;animation-delay:21751ms}@keyframes move-frames-103{0%{transform:translate3d(90vw,107vh,0)}to{transform:translate3d(78vw,-135vh,0)}}.circle-container:nth-child(103) .circle{animation-delay:1726ms}.circle-container:nth-child(104){width:3px;height:3px;animation-name:move-frames-104;animation-duration:33233ms;animation-delay:14891ms}@keyframes move-frames-104{0%{transform:translate3d(95vw,104vh,0)}to{transform:translate3d(72vw,-120vh,0)}}.circle-container:nth-child(104) .circle{animation-delay:20ms}.circle-container:nth-child(105){width:6px;height:6px;animation-name:move-frames-105;animation-duration:35835ms;animation-delay:5.51s}@keyframes move-frames-105{0%{transform:translate3d(27vw,109vh,0)}to{transform:translate3d(44vw,-129vh,0)}}.circle-container:nth-child(105) .circle{animation-delay:1008ms}.circle-container:nth-child(106){width:7px;height:7px;animation-name:move-frames-106;animation-duration:30512ms;animation-delay:11461ms}@keyframes move-frames-106{0%{transform:translate3d(78vw,105vh,0)}to{transform:translate3d(83vw,-119vh,0)}}.circle-container:nth-child(106) .circle{animation-delay:2628ms}.circle-container:nth-child(107){width:8px;height:8px;animation-name:move-frames-107;animation-duration:33655ms;animation-delay:25081ms}@keyframes move-frames-107{0%{transform:translate3d(24vw,101vh,0)}to{transform:translate3d(49vw,-127vh,0)}}.circle-container:nth-child(107) .circle{animation-delay:2834ms}.circle-container:nth-child(108){width:7px;height:7px;animation-name:move-frames-108;animation-duration:35.43s;animation-delay:8237ms}@keyframes move-frames-108{0%{transform:translate3d(40vw,104vh,0)}to{transform:translate3d(48vw,-118vh,0)}}.circle-container:nth-child(108) .circle{animation-delay:1.86s}.circle-container:nth-child(109){width:8px;height:8px;animation-name:move-frames-109;animation-duration:36.99s;animation-delay:36128ms}@keyframes move-frames-109{0%{transform:translate3d(20vw,101vh,0)}to{transform:translate3d(29vw,-115vh,0)}}.circle-container:nth-child(109) .circle{animation-delay:3254ms}.circle-container:nth-child(110){width:4px;height:4px;animation-name:move-frames-110;animation-duration:29231ms;animation-delay:11179ms}@keyframes move-frames-110{0%{transform:translate3d(57vw,110vh,0)}to{transform:translate3d(45vw,-138vh,0)}}.circle-container:nth-child(110) .circle{animation-delay:3063ms}.circle-container:nth-child(111){width:4px;height:4px;animation-name:move-frames-111;animation-duration:34796ms;animation-delay:7872ms}@keyframes move-frames-111{0%{transform:translate3d(56vw,101vh,0)}to{transform:translate3d(44vw,-123vh,0)}}.circle-container:nth-child(111) .circle{animation-delay:3853ms}.circle-container:nth-child(112){width:4px;height:4px;animation-name:move-frames-112;animation-duration:35.75s;animation-delay:4412ms}@keyframes move-frames-112{0%{transform:translate3d(6vw,107vh,0)}to{transform:translate3d(60vw,-132vh,0)}}.circle-container:nth-child(112) .circle{animation-delay:854ms}.circle-container:nth-child(113){width:8px;height:8px;animation-name:move-frames-113;animation-duration:32721ms;animation-delay:11658ms}@keyframes move-frames-113{0%{transform:translate3d(78vw,103vh,0)}to{transform:translate3d(55vw,-115vh,0)}}.circle-container:nth-child(113) .circle{animation-delay:1223ms}.circle-container:nth-child(114){width:8px;height:8px;animation-name:move-frames-114;animation-duration:31509ms;animation-delay:4988ms}@keyframes move-frames-114{0%{transform:translate3d(73vw,108vh,0)}to{transform:translate3d(90vw,-131vh,0)}}.circle-container:nth-child(114) .circle{animation-delay:2176ms}.circle-container:nth-child(115){width:8px;height:8px;animation-name:move-frames-115;animation-duration:30575ms;animation-delay:35098ms}@keyframes move-frames-115{0%{transform:translate3d(59vw,102vh,0)}to{transform:translate3d(83vw,-127vh,0)}}.circle-container:nth-child(115) .circle{animation-delay:2644ms}.circle-container:nth-child(116){width:8px;height:8px;animation-name:move-frames-116;animation-duration:33.21s;animation-delay:11189ms}@keyframes move-frames-116{0%{transform:translate3d(7vw,105vh,0)}to{transform:translate3d(62vw,-114vh,0)}}.circle-container:nth-child(116) .circle{animation-delay:391ms}.circle-container:nth-child(117){width:2px;height:2px;animation-name:move-frames-117;animation-duration:30601ms;animation-delay:23838ms}@keyframes move-frames-117{0%{transform:translate3d(33vw,105vh,0)}to{transform:translate3d(50vw,-116vh,0)}}.circle-container:nth-child(117) .circle{animation-delay:1867ms}.circle-container:nth-child(118){width:8px;height:8px;animation-name:move-frames-118;animation-duration:30281ms;animation-delay:21132ms}@keyframes move-frames-118{0%{transform:translate3d(76vw,108vh,0)}to{transform:translate3d(1vw,-135vh,0)}}.circle-container:nth-child(118) .circle{animation-delay:3565ms}.circle-container:nth-child(119){width:6px;height:6px;animation-name:move-frames-119;animation-duration:32074ms;animation-delay:13629ms}@keyframes move-frames-119{0%{transform:translate3d(88vw,102vh,0)}to{transform:translate3d(48vw,-104vh,0)}}.circle-container:nth-child(119) .circle{animation-delay:714ms}.circle-container:nth-child(120){width:6px;height:6px;animation-name:move-frames-120;animation-duration:35225ms;animation-delay:18646ms}@keyframes move-frames-120{0%{transform:translate3d(30vw,110vh,0)}to{transform:translate3d(51vw,-137vh,0)}}.circle-container:nth-child(120) .circle{animation-delay:3.97s}.circle-container:nth-child(121){width:2px;height:2px;animation-name:move-frames-121;animation-duration:32994ms;animation-delay:9129ms}@keyframes move-frames-121{0%{transform:translate3d(41vw,107vh,0)}to{transform:translate3d(37vw,-135vh,0)}}.circle-container:nth-child(121) .circle{animation-delay:1263ms}.circle-container:nth-child(122){width:6px;height:6px;animation-name:move-frames-122;animation-duration:35305ms;animation-delay:23494ms}@keyframes move-frames-122{0%{transform:translate3d(51vw,104vh,0)}to{transform:translate3d(16vw,-123vh,0)}}.circle-container:nth-child(122) .circle{animation-delay:3636ms}.circle-container:nth-child(123){width:8px;height:8px;animation-name:move-frames-123;animation-duration:35352ms;animation-delay:9503ms}@keyframes move-frames-123{0%{transform:translate3d(7vw,109vh,0)}to{transform:translate3d(12vw,-126vh,0)}}.circle-container:nth-child(123) .circle{animation-delay:348ms}.circle-container:nth-child(124){width:2px;height:2px;animation-name:move-frames-124;animation-duration:35741ms;animation-delay:7166ms}@keyframes move-frames-124{0%{transform:translate3d(33vw,104vh,0)}to{transform:translate3d(53vw,-115vh,0)}}.circle-container:nth-child(124) .circle{animation-delay:951ms}.circle-container:nth-child(125){width:8px;height:8px;animation-name:move-frames-125;animation-duration:31403ms;animation-delay:28154ms}@keyframes move-frames-125{0%{transform:translate3d(60vw,101vh,0)}to{transform:translate3d(52vw,-118vh,0)}}.circle-container:nth-child(125) .circle{animation-delay:3106ms}.circle-container:nth-child(126){width:2px;height:2px;animation-name:move-frames-126;animation-duration:28082ms;animation-delay:2.63s}@keyframes move-frames-126{0%{transform:translate3d(78vw,110vh,0)}to{transform:translate3d(66vw,-123vh,0)}}.circle-container:nth-child(126) .circle{animation-delay:1461ms}.circle-container:nth-child(127){width:1px;height:1px;animation-name:move-frames-127;animation-duration:29349ms;animation-delay:22368ms}@keyframes move-frames-127{0%{transform:translate3d(71vw,106vh,0)}to{transform:translate3d(56vw,-125vh,0)}}.circle-container:nth-child(127) .circle{animation-delay:826ms}.circle-container:nth-child(128){width:7px;height:7px;animation-name:move-frames-128;animation-duration:32418ms;animation-delay:32697ms}@keyframes move-frames-128{0%{transform:translate3d(56vw,101vh,0)}to{transform:translate3d(71vw,-128vh,0)}}.circle-container:nth-child(128) .circle{animation-delay:1052ms}.circle-container:nth-child(129){width:6px;height:6px;animation-name:move-frames-129;animation-duration:28.9s;animation-delay:4.36s}@keyframes move-frames-129{0%{transform:translate3d(30vw,105vh,0)}to{transform:translate3d(11vw,-129vh,0)}}.circle-container:nth-child(129) .circle{animation-delay:1897ms}.circle-container:nth-child(130){width:2px;height:2px;animation-name:move-frames-130;animation-duration:36873ms;animation-delay:35875ms}@keyframes move-frames-130{0%{transform:translate3d(81vw,103vh,0)}to{transform:translate3d(60vw,-106vh,0)}}.circle-container:nth-child(130) .circle{animation-delay:3325ms}.circle-container:nth-child(131){width:7px;height:7px;animation-name:move-frames-131;animation-duration:32217ms;animation-delay:3019ms}@keyframes move-frames-131{0%{transform:translate3d(58vw,103vh,0)}to{transform:translate3d(76vw,-118vh,0)}}.circle-container:nth-child(131) .circle{animation-delay:2909ms}.circle-container:nth-child(132){width:4px;height:4px;animation-name:move-frames-132;animation-duration:30876ms;animation-delay:4571ms}@keyframes move-frames-132{0%{transform:translate3d(48vw,101vh,0)}to{transform:translate3d(31vw,-131vh,0)}}.circle-container:nth-child(132) .circle{animation-delay:891ms}.circle-container:nth-child(133){width:5px;height:5px;animation-name:move-frames-133;animation-duration:33822ms;animation-delay:31844ms}@keyframes move-frames-133{0%{transform:translate3d(19vw,107vh,0)}to{transform:translate3d(87vw,-117vh,0)}}.circle-container:nth-child(133) .circle{animation-delay:1142ms}.circle-container:nth-child(134){width:3px;height:3px;animation-name:move-frames-134;animation-duration:35925ms;animation-delay:28196ms}@keyframes move-frames-134{0%{transform:translate3d(32vw,101vh,0)}to{transform:translate3d(56vw,-109vh,0)}}.circle-container:nth-child(134) .circle{animation-delay:1816ms}.circle-container:nth-child(135){width:1px;height:1px;animation-name:move-frames-135;animation-duration:32259ms;animation-delay:24494ms}@keyframes move-frames-135{0%{transform:translate3d(60vw,102vh,0)}to{transform:translate3d(93vw,-107vh,0)}}.circle-container:nth-child(135) .circle{animation-delay:175ms}.circle-container:nth-child(136){width:6px;height:6px;animation-name:move-frames-136;animation-duration:29425ms;animation-delay:28.39s}@keyframes move-frames-136{0%{transform:translate3d(99vw,106vh,0)}to{transform:translate3d(55vw,-122vh,0)}}.circle-container:nth-child(136) .circle{animation-delay:863ms}.circle-container:nth-child(137){width:8px;height:8px;animation-name:move-frames-137;animation-duration:32121ms;animation-delay:648ms}@keyframes move-frames-137{0%{transform:translate3d(80vw,103vh,0)}to{transform:translate3d(34vw,-116vh,0)}}.circle-container:nth-child(137) .circle{animation-delay:3699ms}.circle-container:nth-child(138){width:8px;height:8px;animation-name:move-frames-138;animation-duration:28858ms;animation-delay:2011ms}@keyframes move-frames-138{0%{transform:translate3d(77vw,108vh,0)}to{transform:translate3d(48vw,-134vh,0)}}.circle-container:nth-child(138) .circle{animation-delay:3093ms}.circle-container:nth-child(139){width:7px;height:7px;animation-name:move-frames-139;animation-duration:28962ms;animation-delay:2717ms}@keyframes move-frames-139{0%{transform:translate3d(43vw,107vh,0)}to{transform:translate3d(23vw,-112vh,0)}}.circle-container:nth-child(139) .circle{animation-delay:3671ms}.circle-container:nth-child(140){width:1px;height:1px;animation-name:move-frames-140;animation-duration:32878ms;animation-delay:31441ms}@keyframes move-frames-140{0%{transform:translate3d(13vw,107vh,0)}to{transform:translate3d(55vw,-123vh,0)}}.circle-container:nth-child(140) .circle{animation-delay:1041ms}.circle-container:nth-child(141){width:3px;height:3px;animation-name:move-frames-141;animation-duration:31773ms;animation-delay:21925ms}@keyframes move-frames-141{0%{transform:translate3d(72vw,110vh,0)}to{transform:translate3d(14vw,-120vh,0)}}.circle-container:nth-child(141) .circle{animation-delay:2651ms}.circle-container:nth-child(142){width:2px;height:2px;animation-name:move-frames-142;animation-duration:31069ms;animation-delay:19575ms}@keyframes move-frames-142{0%{transform:translate3d(69vw,108vh,0)}to{transform:translate3d(98vw,-114vh,0)}}.circle-container:nth-child(142) .circle{animation-delay:1928ms}.circle-container:nth-child(143){width:2px;height:2px;animation-name:move-frames-143;animation-duration:36225ms;animation-delay:6645ms}@keyframes move-frames-143{0%{transform:translate3d(99vw,108vh,0)}to{transform:translate3d(7vw,-111vh,0)}}.circle-container:nth-child(143) .circle{animation-delay:3542ms}.circle-container:nth-child(144){width:1px;height:1px;animation-name:move-frames-144;animation-duration:31626ms;animation-delay:25014ms}@keyframes move-frames-144{0%{transform:translate3d(71vw,106vh,0)}to{transform:translate3d(21vw,-115vh,0)}}.circle-container:nth-child(144) .circle{animation-delay:1136ms}.circle-container:nth-child(145){width:6px;height:6px;animation-name:move-frames-145;animation-duration:31003ms;animation-delay:26856ms}@keyframes move-frames-145{0%{transform:translate3d(38vw,101vh,0)}to{transform:translate3d(69vw,-131vh,0)}}.circle-container:nth-child(145) .circle{animation-delay:595ms}.circle-container:nth-child(146){width:4px;height:4px;animation-name:move-frames-146;animation-duration:36256ms;animation-delay:7977ms}@keyframes move-frames-146{0%{transform:translate3d(52vw,102vh,0)}to{transform:translate3d(75vw,-132vh,0)}}.circle-container:nth-child(146) .circle{animation-delay:2642ms}.circle-container:nth-child(147){width:6px;height:6px;animation-name:move-frames-147;animation-duration:34654ms;animation-delay:20673ms}@keyframes move-frames-147{0%{transform:translate3d(28vw,104vh,0)}to{transform:translate3d(78vw,-121vh,0)}}.circle-container:nth-child(147) .circle{animation-delay:3425ms}.circle-container:nth-child(148){width:2px;height:2px;animation-name:move-frames-148;animation-duration:29191ms;animation-delay:31875ms}@keyframes move-frames-148{0%{transform:translate3d(28vw,108vh,0)}to{transform:translate3d(91vw,-119vh,0)}}.circle-container:nth-child(148) .circle{animation-delay:2798ms}.circle-container:nth-child(149){width:7px;height:7px;animation-name:move-frames-149;animation-duration:28482ms;animation-delay:34193ms}@keyframes move-frames-149{0%{transform:translate3d(29vw,109vh,0)}to{transform:translate3d(46vw,-134vh,0)}}.circle-container:nth-child(149) .circle{animation-delay:443ms}.circle-container:nth-child(150){width:4px;height:4px;animation-name:move-frames-150;animation-duration:29053ms;animation-delay:35567ms}@keyframes move-frames-150{0%{transform:translate3d(91vw,102vh,0)}to{transform:translate3d(26vw,-107vh,0)}}.circle-container:nth-child(150) .circle{animation-delay:794ms}.circle-container:nth-child(151){width:6px;height:6px;animation-name:move-frames-151;animation-duration:33311ms;animation-delay:23806ms}@keyframes move-frames-151{0%{transform:translate3d(57vw,106vh,0)}to{transform:translate3d(45vw,-124vh,0)}}.circle-container:nth-child(151) .circle{animation-delay:1497ms}.circle-container:nth-child(152){width:4px;height:4px;animation-name:move-frames-152;animation-duration:29173ms;animation-delay:22182ms}@keyframes move-frames-152{0%{transform:translate3d(41vw,110vh,0)}to{transform:translate3d(27vw,-117vh,0)}}.circle-container:nth-child(152) .circle{animation-delay:3396ms}.circle-container:nth-child(153){width:1px;height:1px;animation-name:move-frames-153;animation-duration:28761ms;animation-delay:19521ms}@keyframes move-frames-153{0%{transform:translate3d(44vw,110vh,0)}to{transform:translate3d(25vw,-135vh,0)}}.circle-container:nth-child(153) .circle{animation-delay:2887ms}.circle-container:nth-child(154){width:8px;height:8px;animation-name:move-frames-154;animation-duration:31575ms;animation-delay:23072ms}@keyframes move-frames-154{0%{transform:translate3d(69vw,101vh,0)}to{transform:translate3d(81vw,-123vh,0)}}.circle-container:nth-child(154) .circle{animation-delay:2929ms}.circle-container:nth-child(155){width:5px;height:5px;animation-name:move-frames-155;animation-duration:35342ms;animation-delay:3111ms}@keyframes move-frames-155{0%{transform:translate3d(15vw,109vh,0)}to{transform:translate3d(27vw,-130vh,0)}}.circle-container:nth-child(155) .circle{animation-delay:2117ms}.circle-container:nth-child(156){width:4px;height:4px;animation-name:move-frames-156;animation-duration:35233ms;animation-delay:14607ms}@keyframes move-frames-156{0%{transform:translate3d(36vw,102vh,0)}to{transform:translate3d(40vw,-126vh,0)}}.circle-container:nth-child(156) .circle{animation-delay:2422ms}.circle-container:nth-child(157){width:6px;height:6px;animation-name:move-frames-157;animation-duration:36759ms;animation-delay:1528ms}@keyframes move-frames-157{0%{transform:translate3d(11vw,106vh,0)}to{transform:translate3d(92vw,-122vh,0)}}.circle-container:nth-child(157) .circle{animation-delay:2134ms}.circle-container:nth-child(158){width:2px;height:2px;animation-name:move-frames-158;animation-duration:30.12s;animation-delay:34951ms}@keyframes move-frames-158{0%{transform:translate3d(37vw,104vh,0)}to{transform:translate3d(85vw,-107vh,0)}}.circle-container:nth-child(158) .circle{animation-delay:791ms}.circle-container:nth-child(159){width:2px;height:2px;animation-name:move-frames-159;animation-duration:31302ms;animation-delay:35787ms}@keyframes move-frames-159{0%{transform:translate3d(57vw,102vh,0)}to{transform:translate3d(17vw,-115vh,0)}}.circle-container:nth-child(159) .circle{animation-delay:723ms}.circle-container:nth-child(160){width:1px;height:1px;animation-name:move-frames-160;animation-duration:34525ms;animation-delay:6524ms}@keyframes move-frames-160{0%{transform:translate3d(30vw,102vh,0)}to{transform:translate3d(38vw,-103vh,0)}}.circle-container:nth-child(160) .circle{animation-delay:1995ms}.circle-container:nth-child(161){width:8px;height:8px;animation-name:move-frames-161;animation-duration:32071ms;animation-delay:3.41s}@keyframes move-frames-161{0%{transform:translate3d(21vw,109vh,0)}to{transform:translate3d(35vw,-135vh,0)}}.circle-container:nth-child(161) .circle{animation-delay:1396ms}.circle-container:nth-child(162){width:6px;height:6px;animation-name:move-frames-162;animation-duration:31662ms;animation-delay:25295ms}@keyframes move-frames-162{0%{transform:translate3d(90vw,102vh,0)}to{transform:translate3d(29vw,-118vh,0)}}.circle-container:nth-child(162) .circle{animation-delay:3216ms}.circle-container:nth-child(163){width:5px;height:5px;animation-name:move-frames-163;animation-duration:32.84s;animation-delay:20501ms}@keyframes move-frames-163{0%{transform:translate3d(91vw,103vh,0)}to{transform:translate3d(89vw,-124vh,0)}}.circle-container:nth-child(163) .circle{animation-delay:3826ms}.circle-container:nth-child(164){width:8px;height:8px;animation-name:move-frames-164;animation-duration:29479ms;animation-delay:33865ms}@keyframes move-frames-164{0%{transform:translate3d(91vw,103vh,0)}to{transform:translate3d(60vw,-114vh,0)}}.circle-container:nth-child(164) .circle{animation-delay:2675ms}.circle-container:nth-child(165){width:3px;height:3px;animation-name:move-frames-165;animation-duration:29031ms;animation-delay:33639ms}@keyframes move-frames-165{0%{transform:translate3d(41vw,106vh,0)}to{transform:translate3d(77vw,-123vh,0)}}.circle-container:nth-child(165) .circle{animation-delay:2113ms}.circle-container:nth-child(166){width:3px;height:3px;animation-name:move-frames-166;animation-duration:30642ms;animation-delay:34148ms}@keyframes move-frames-166{0%{transform:translate3d(52vw,102vh,0)}to{transform:translate3d(96vw,-125vh,0)}}.circle-container:nth-child(166) .circle{animation-delay:2622ms}.circle-container:nth-child(167){width:3px;height:3px;animation-name:move-frames-167;animation-duration:33739ms;animation-delay:349ms}@keyframes move-frames-167{0%{transform:translate3d(77vw,101vh,0)}to{transform:translate3d(33vw,-109vh,0)}}.circle-container:nth-child(167) .circle{animation-delay:2581ms}.circle-container:nth-child(168){width:6px;height:6px;animation-name:move-frames-168;animation-duration:30269ms;animation-delay:25298ms}@keyframes move-frames-168{0%{transform:translate3d(84vw,109vh,0)}to{transform:translate3d(45vw,-123vh,0)}}.circle-container:nth-child(168) .circle{animation-delay:1601ms}.circle-container:nth-child(169){width:1px;height:1px;animation-name:move-frames-169;animation-duration:36503ms;animation-delay:6185ms}@keyframes move-frames-169{0%{transform:translate3d(94vw,110vh,0)}to{transform:translate3d(45vw,-134vh,0)}}.circle-container:nth-child(169) .circle{animation-delay:3386ms}.circle-container:nth-child(170){width:8px;height:8px;animation-name:move-frames-170;animation-duration:29042ms;animation-delay:26.07s}@keyframes move-frames-170{0%{transform:translate3d(88vw,101vh,0)}to{transform:translate3d(39vw,-103vh,0)}}.circle-container:nth-child(170) .circle{animation-delay:3213ms}.circle-container:nth-child(171){width:6px;height:6px;animation-name:move-frames-171;animation-duration:34303ms;animation-delay:17.07s}@keyframes move-frames-171{0%{transform:translate3d(60vw,103vh,0)}to{transform:translate3d(27vw,-108vh,0)}}.circle-container:nth-child(171) .circle{animation-delay:3388ms}.circle-container:nth-child(172){width:3px;height:3px;animation-name:move-frames-172;animation-duration:28342ms;animation-delay:34947ms}@keyframes move-frames-172{0%{transform:translate3d(77vw,101vh,0)}to{transform:translate3d(12vw,-113vh,0)}}.circle-container:nth-child(172) .circle{animation-delay:3694ms}.circle-container:nth-child(173){width:5px;height:5px;animation-name:move-frames-173;animation-duration:29698ms;animation-delay:19071ms}@keyframes move-frames-173{0%{transform:translate3d(44vw,101vh,0)}to{transform:translate3d(64vw,-104vh,0)}}.circle-container:nth-child(173) .circle{animation-delay:3997ms}.circle-container:nth-child(174){width:2px;height:2px;animation-name:move-frames-174;animation-duration:34251ms;animation-delay:24549ms}@keyframes move-frames-174{0%{transform:translate3d(67vw,104vh,0)}to{transform:translate3d(10vw,-110vh,0)}}.circle-container:nth-child(174) .circle{animation-delay:1504ms}.circle-container:nth-child(175){width:4px;height:4px;animation-name:move-frames-175;animation-duration:34516ms;animation-delay:5922ms}@keyframes move-frames-175{0%{transform:translate3d(5vw,110vh,0)}to{transform:translate3d(96vw,-120vh,0)}}.circle-container:nth-child(175) .circle{animation-delay:886ms}.circle-container:nth-child(176){width:8px;height:8px;animation-name:move-frames-176;animation-duration:30134ms;animation-delay:36103ms}@keyframes move-frames-176{0%{transform:translate3d(53vw,104vh,0)}to{transform:translate3d(90vw,-115vh,0)}}.circle-container:nth-child(176) .circle{animation-delay:876ms}.circle-container:nth-child(177){width:3px;height:3px;animation-name:move-frames-177;animation-duration:29.05s;animation-delay:6051ms}@keyframes move-frames-177{0%{transform:translate3d(39vw,102vh,0)}to{transform:translate3d(70vw,-122vh,0)}}.circle-container:nth-child(177) .circle{animation-delay:268ms}.circle-container:nth-child(178){width:1px;height:1px;animation-name:move-frames-178;animation-duration:30974ms;animation-delay:16929ms}@keyframes move-frames-178{0%{transform:translate3d(96vw,103vh,0)}to{transform:translate3d(44vw,-130vh,0)}}.circle-container:nth-child(178) .circle{animation-delay:.5s}.circle-container:nth-child(179){width:7px;height:7px;animation-name:move-frames-179;animation-duration:31432ms;animation-delay:14658ms}@keyframes move-frames-179{0%{transform:translate3d(26vw,109vh,0)}to{transform:translate3d(55vw,-139vh,0)}}.circle-container:nth-child(179) .circle{animation-delay:1063ms}.circle-container:nth-child(180){width:5px;height:5px;animation-name:move-frames-180;animation-duration:31856ms;animation-delay:26406ms}@keyframes move-frames-180{0%{transform:translate3d(61vw,102vh,0)}to{transform:translate3d(9vw,-113vh,0)}}.circle-container:nth-child(180) .circle{animation-delay:1695ms}.circle-container:nth-child(181){width:7px;height:7px;animation-name:move-frames-181;animation-duration:32126ms;animation-delay:21.06s}@keyframes move-frames-181{0%{transform:translate3d(38vw,105vh,0)}to{transform:translate3d(66vw,-121vh,0)}}.circle-container:nth-child(181) .circle{animation-delay:96ms}.circle-container:nth-child(182){width:7px;height:7px;animation-name:move-frames-182;animation-duration:33096ms;animation-delay:27466ms}@keyframes move-frames-182{0%{transform:translate3d(56vw,104vh,0)}to{transform:translate3d(56vw,-128vh,0)}}.circle-container:nth-child(182) .circle{animation-delay:3557ms}.circle-container:nth-child(183){width:2px;height:2px;animation-name:move-frames-183;animation-duration:34.03s;animation-delay:29111ms}@keyframes move-frames-183{0%{transform:translate3d(15vw,104vh,0)}to{transform:translate3d(79vw,-120vh,0)}}.circle-container:nth-child(183) .circle{animation-delay:1881ms}.circle-container:nth-child(184){width:6px;height:6px;animation-name:move-frames-184;animation-duration:30485ms;animation-delay:28508ms}@keyframes move-frames-184{0%{transform:translate3d(99vw,109vh,0)}to{transform:translate3d(3vw,-126vh,0)}}.circle-container:nth-child(184) .circle{animation-delay:825ms}.circle-container:nth-child(185){width:5px;height:5px;animation-name:move-frames-185;animation-duration:34781ms;animation-delay:3631ms}@keyframes move-frames-185{0%{transform:translate3d(89vw,105vh,0)}to{transform:translate3d(30vw,-130vh,0)}}.circle-container:nth-child(185) .circle{animation-delay:246ms}.circle-container:nth-child(186){width:1px;height:1px;animation-name:move-frames-186;animation-duration:31314ms;animation-delay:25849ms}@keyframes move-frames-186{0%{transform:translate3d(10vw,108vh,0)}to{transform:translate3d(35vw,-123vh,0)}}.circle-container:nth-child(186) .circle{animation-delay:3683ms}.circle-container:nth-child(187){width:6px;height:6px;animation-name:move-frames-187;animation-duration:36483ms;animation-delay:1325ms}@keyframes move-frames-187{0%{transform:translate3d(40vw,102vh,0)}to{transform:translate3d(1vw,-131vh,0)}}.circle-container:nth-child(187) .circle{animation-delay:1186ms}.circle-container:nth-child(188){width:4px;height:4px;animation-name:move-frames-188;animation-duration:33023ms;animation-delay:22052ms}@keyframes move-frames-188{0%{transform:translate3d(23vw,107vh,0)}to{transform:translate3d(59vw,-136vh,0)}}.circle-container:nth-child(188) .circle{animation-delay:2013ms}.circle-container:nth-child(189){width:7px;height:7px;animation-name:move-frames-189;animation-duration:36453ms;animation-delay:6501ms}@keyframes move-frames-189{0%{transform:translate3d(38vw,108vh,0)}to{transform:translate3d(98vw,-125vh,0)}}.circle-container:nth-child(189) .circle{animation-delay:59ms}.circle-container:nth-child(190){width:3px;height:3px;animation-name:move-frames-190;animation-duration:31749ms;animation-delay:28996ms}@keyframes move-frames-190{0%{transform:translate3d(41vw,106vh,0)}to{transform:translate3d(81vw,-111vh,0)}}.circle-container:nth-child(190) .circle{animation-delay:2433ms}.circle-container:nth-child(191){width:5px;height:5px;animation-name:move-frames-191;animation-duration:33809ms;animation-delay:5.01s}@keyframes move-frames-191{0%{transform:translate3d(40vw,106vh,0)}to{transform:translate3d(18vw,-128vh,0)}}.circle-container:nth-child(191) .circle{animation-delay:2.3s}.circle-container:nth-child(192){width:2px;height:2px;animation-name:move-frames-192;animation-duration:35785ms;animation-delay:13258ms}@keyframes move-frames-192{0%{transform:translate3d(78vw,110vh,0)}to{transform:translate3d(85vw,-130vh,0)}}.circle-container:nth-child(192) .circle{animation-delay:101ms}.circle-container:nth-child(193){width:4px;height:4px;animation-name:move-frames-193;animation-duration:33452ms;animation-delay:21561ms}@keyframes move-frames-193{0%{transform:translate3d(68vw,109vh,0)}to{transform:translate3d(32vw,-135vh,0)}}.circle-container:nth-child(193) .circle{animation-delay:3476ms}.circle-container:nth-child(194){width:3px;height:3px;animation-name:move-frames-194;animation-duration:33057ms;animation-delay:22909ms}@keyframes move-frames-194{0%{transform:translate3d(32vw,104vh,0)}to{transform:translate3d(33vw,-125vh,0)}}.circle-container:nth-child(194) .circle{animation-delay:3011ms}.circle-container:nth-child(195){width:6px;height:6px;animation-name:move-frames-195;animation-duration:36411ms;animation-delay:25713ms}@keyframes move-frames-195{0%{transform:translate3d(21vw,102vh,0)}to{transform:translate3d(57vw,-119vh,0)}}.circle-container:nth-child(195) .circle{animation-delay:1091ms}.circle-container:nth-child(196){width:5px;height:5px;animation-name:move-frames-196;animation-duration:33158ms;animation-delay:20231ms}@keyframes move-frames-196{0%{transform:translate3d(4vw,104vh,0)}to{transform:translate3d(55vw,-107vh,0)}}.circle-container:nth-child(196) .circle{animation-delay:2302ms}.circle-container:nth-child(197){width:5px;height:5px;animation-name:move-frames-197;animation-duration:29167ms;animation-delay:27192ms}@keyframes move-frames-197{0%{transform:translate3d(75vw,107vh,0)}to{transform:translate3d(6vw,-116vh,0)}}.circle-container:nth-child(197) .circle{animation-delay:2811ms}.circle-container:nth-child(198){width:8px;height:8px;animation-name:move-frames-198;animation-duration:34024ms;animation-delay:11854ms}@keyframes move-frames-198{0%{transform:translate3d(36vw,107vh,0)}to{transform:translate3d(22vw,-122vh,0)}}.circle-container:nth-child(198) .circle{animation-delay:.78s}.circle-container:nth-child(199){width:6px;height:6px;animation-name:move-frames-199;animation-duration:31239ms;animation-delay:6.05s}@keyframes move-frames-199{0%{transform:translate3d(83vw,103vh,0)}to{transform:translate3d(49vw,-112vh,0)}}.circle-container:nth-child(199) .circle{animation-delay:2771ms}.circle-container:nth-child(200){width:1px;height:1px;animation-name:move-frames-200;animation-duration:31986ms;animation-delay:31371ms}@keyframes move-frames-200{0%{transform:translate3d(58vw,105vh,0)}to{transform:translate3d(68vw,-129vh,0)}}.circle-container:nth-child(200) .circle{animation-delay:406ms}.desktop_hero,.mobile_hero{width:100%;height:auto;-o-object-fit:fill;object-fit:fill;-webkit-mask-image:linear-gradient(to top,rgba(0,0,0,0) 0%,rgb(255,255,255) 35%,rgb(0,0,0) 100%,rgba(0,0,0,.5) 65%,rgba(0,0,0,0) 100%);mask-image:linear-gradient(to top,#0000,#fff 35%,#000 100%,#00000080 65%,#0000);-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.desktop_hero{position:absolute;inset:0 0% 0%}.home_hero{width:100%;position:relative;height:124vh;margin-bottom:160px;margin-top:-2.5rem}.home_hero .auth-btn{display:flex;align-items:center;justify-content:center;margin:auto;font-weight:700;margin-top:2rem}.home_hero .auth-btn .hover_btn{background:#705df2!important;width:180px;height:48px}.new-home-header-bg-wrap{height:100%;top:-40px;left:0;z-index:1}.new-home-header-bg-wrap,.homev2-bg-image{display:block;position:absolute;width:100%}.homev2-bg-image{z-index:3;inset:0 0% 0%}.phone{z-index:4}.homev2-bg-image.bg-colors{z-index:5;opacity:0;mix-blend-mode:hard-light}.homev2-bg-image.phone-glow{z-index:6}.logos-layers-wrap{z-index:13;height:100%;position:relative}.logo_hero{transform:scale(.95)}.homev2-bg-image.logo-left-3{--delay: 105ms;z-index:8;transform:translate3d(30%,0,0)}.homev2-bg-image.logo-left-2{--delay: 3002ms;z-index:9;transform:translate3d(28%,10%,0)}.homev2-bg-image.logo-left-1{--delay: 1.5s;z-index:10;transform:translate3d(20%,17%,0)}.homev2-bg-image.logo-right-3{--delay: 2s;z-index:11;transform:translate3d(-30%,0,0)}.homev2-bg-image.logo-right-2{--delay: .5s;z-index:12;transform:translate3d(-30%,10%,0)}.homev2-bg-image.logo-right-1{--delay: .35s;z-index:13;transform:translate3d(-20%,15%,0)}.homev2-bg-image.tile-2{transform:translate3d(0,5%,0)}.homev2-bg-image.middle-tile{z-index:14}.homev2-bg-image.middle-tile-glow{z-index:15;mix-blend-mode:overlay}.homev2-bg-image.overlay-glow{z-index:16;mix-blend-mode:soft-light;opacity:0}.homev2-bg-image.sparkles{z-index:17;opacity:0}.homev2-bg-image.people{z-index:18}.homev2-bg-image.front-tile-2{z-index:19;transform:translate3d(0,-10%,0)}.homev2-bg-image.front-tile-1{z-index:20;transform:translate3d(0,10%,0)}.animated .homev2-bg-image.logo-left-3,.animated .homev2-bg-image.logo-left-2,.animated .homev2-bg-image.logo-left-1,.animated .homev2-bg-image.logo-right-3,.animated .homev2-bg-image.logo-right-2,.animated .homev2-bg-image.logo-right-1{transition:transform 2.8s cubic-bezier(.36,.81,.27,1.01);transform:translateZ(0);animation-duration:24s;animation-delay:calc(2.8s + var(--delay));animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-name:wiggle}.animated .homev2-bg-image.overlay-glow,.animated .homev2-bg-image.sparkles,.animated .homev2-bg-image.bg-colors{transition:opacity 1.6s cubic-bezier(.36,.81,.27,1.01);opacity:1}.animated .homev2-bg-image.overlay-glow,.animated .homev2-bg-image.sparkles{transition:opacity 2.8s cubic-bezier(.36,.81,.27,1.01)}.animated .homev2-bg-image.front-tile-2,.animated .homev2-bg-image.front-tile-1,.animated .homev2-bg-image.tile-2{transform:translateZ(0);transition:transform 2.8s cubic-bezier(.36,.81,.27,1.01)}.home_hero .text{position:absolute;top:180px;left:50%;transform:translate(-50%);z-index:2;text-align:center;color:#fff}.home_hero .text h1{font-size:3.8rem;width:100vw;max-width:80%;text-align:center;margin:auto;margin-bottom:1rem}.home_hero .text p{margin:auto;text-align:center;font-size:2rem;max-width:96%;font-weight:600;opacity:.9}.back-tiles{opacity:.9;filter:blur(2px)}.mobile_hero{display:none}.wiggle-animation .homev2-bg-image.logo-left-3,.wiggle-animation .homev2-bg-image.logo-left-2,.wiggle-animation .homev2-bg-image.logo-left-1,.wiggle-animation .homev2-bg-image.logo-right-3,.wiggle-animation .homev2-bg-image.logo-right-2,.wiggle-animation .homev2-bg-image.logo-right-1{animation-duration:24s;animation-delay:calc(2.8s + var(--delay));animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-name:wiggle}@keyframes wiggle{0%{transform:translate(0)}10%{transform:translate(3px,-2px)}20%{transform:translate(6px,4px)}30%{transform:translate(2px,5px)}40%{transform:translate(4px,-3px)}50%{transform:translate(5px,2px)}60%{transform:translate(3px,-6px)}70%{transform:translate(2px,4px)}80%{transform:translate(6px,-5px)}90%{transform:translate(5px,3px)}to{transform:translate(0)}}.support_section .holder{display:flex;align-items:center;justify-content:center;flex-direction:column}.support_wrapper{margin-top:50px;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;width:100%;gap:1rem}.support_wrapper__item{display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:14px;flex-direction:column;padding:16px!important;height:144px;position:relative}.support_wrapper__item img{max-width:100%;height:100%;-o-object-fit:contain;object-fit:contain;filter:brightness(0) saturate(100%) invert(1) contrast(1.2)}.conditions_wrapper{width:100%;gap:4rem;position:relative}.conditions_wrapper,.conditions_wrapper .top{align-items:center;justify-content:center}.conditions_wrapper .top{display:flex;flex-direction:column}.conditions_wrapper h2{margin-bottom:40px}.conditions_wrapper .left{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.conditions_wrapper .left #AI_Automation{width:100%;height:auto;transform:scale(1.4) translateY(1rem)}#canvas_fallback{margin:80px 0;-o-object-fit:contain;object-fit:contain;height:-moz-max-content;height:max-content;width:100vw!important;-webkit-mask-image:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.4) 10%,black 30%,black 70%,rgba(0,0,0,.4) 90%,transparent 100%);mask-image:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.4) 10%,black 30%,black 70%,rgba(0,0,0,.4) 90%,transparent 100%);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%}#canvas_fallback,.box_conditions{position:relative}.box_conditions{background:#271945;--contest-color-rg: #705df2;--chapter-text-color: #8784ff;padding:60px 80px;border:1px solid rgba(255,255,255,.2);border-radius:16px;overflow:hidden;display:grid;grid-template-columns:40% 1fr;gap:5rem;margin-bottom:2rem}.box_conditions:before{content:"";position:absolute;inset:0;background:radial-gradient(100% 100% at 100% 15%,var(--contest-color-rg) 0%,#271945 100%);opacity:.1;z-index:0}.box_conditions .shape,.box_conditions .card-items .text{position:relative;z-index:2}.box_conditions .shape img{height:100%;width:100%;-o-object-fit:contain;object-fit:contain}.box_conditions .text{display:flex;flex-direction:column;gap:2rem}.box_conditions h3{font-size:1.35rem}.box_conditions .text{position:relative;z-index:2}.box_conditions ul{display:flex;justify-content:center;gap:1rem;flex-direction:column;font-size:1.125rem}.box_conditions .cta_Btn{transform:scale(.95);margin-right:auto}.conditions_section .auth-btn .hover_btn{background:#705df2!important;width:180px;height:48px}.about_hero2 .holder{display:grid;gap:3rem;grid-template-columns:1fr 1fr}.about_hero2 .left h1{line-height:60px;font-weight:800}.about_hero2 .left .paragraph{gap:.5rem}.about_hero2 .left .paragraph,.about_hero2 .left .about_wrapper__detail{display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column}.about_hero2 .left .about_wrapper__detail{height:100%;gap:1rem}.about_hero2 .left .about_wrapper__detail p{font-size:1.125rem;line-height:2.125}.about_hero2 .right>img{width:100%}:root{--shimmer-hue-1: 213deg;--shimmer-sat-1: 95%;--shimmer-lit-1: 91%;--shimmer-hue-2: 248deg;--shimmer-sat-2: 100%;--shimmer-lit-2: 86%;--shimmer-hue-3: 293deg;--shimmer-sat-3: 78%;--shimmer-lit-3: 89%;--glow-hue: 222deg;--shadow-hue: 180deg;--spring-easing: linear( 0, .002, .01 .9%, .038 1.8%, .156, .312 5.8%, .789 11.1%, 1.015 14.2%, 1.096, 1.157, 1.199, 1.224 20.3%, 1.231, 1.231, 1.226, 1.214 24.6%, 1.176 26.9%, 1.057 32.6%, 1.007 35.5%, .984, .968, .956, .949 42%, .946 44.1%, .95 46.5%, .998 57.2%, 1.007, 1.011 63.3%, 1.012 68.3%, .998 84%, 1 );--spring-duration: 1.33s}@property --mask{syntax: "<angle>"; inherits: false; initial-value: 33deg;}@keyframes spin{0%{--mask: 0deg}to{--mask: 360deg}}@keyframes wipe{0%{-webkit-mask-position:200% center;mask-position:200% center}to{-webkit-mask-position:0% center;mask-position:0% center}}@keyframes pulse{0%,90%,to{opacity:0}20%{opacity:1}}@keyframes pulse2{0%{opacity:0}8%{opacity:1}14%{opacity:0}20%{opacity:1}to{opacity:0}}@keyframes flicker{0%{opacity:.1;-webkit-mask-image:none;mask-image:none}1%{opacity:1}2%{opacity:.5}3%{opacity:.1}4%{opacity:.7}5%{opacity:1}7%{opacity:.7;-webkit-mask-image:linear-gradient(90deg,transparent 15%,black 45%,black 55%,transparent 85%);mask-image:linear-gradient(90deg,transparent 15%,black 45%,black 55%,transparent 85%)}8%{opacity:.1}10%{opacity:.4}13%{opacity:1}15%{opacity:.1;-webkit-mask-image:linear-gradient(45deg,rgba(0,0,0,.4) 25%,transparent 45%,black 65%,black 90%,transparent 100%);mask-image:linear-gradient(45deg,rgba(0,0,0,.4) 25%,transparent 45%,black 65%,black 90%,transparent 100%)}17%{opacity:.8}19%{opacity:.3}21.5%{opacity:0}23%{opacity:1}39%{opacity:.7}45%{opacity:.2}49%{opacity:.9}52%{opacity:.7}53.5%{opacity:.2;-webkit-mask-image:linear-gradient(90deg,black 15%,black 45%,rgba(0,0,0,.4) 75%,transparent 85%);mask-image:linear-gradient(90deg,black 15%,black 45%,rgba(0,0,0,.4) 75%,transparent 85%)}57%{opacity:.8}63%{opacity:1}75%{opacity:.85}77%{opacity:1}80%{opacity:.9}82%{opacity:.95}83%{opacity:.85}86%{opacity:1}89%{opacity:.85}91%{opacity:1}92%{opacity:.9}to{opacity:1}}@keyframes shine{0%{opacity:0}15%{opacity:1}55%{opacity:1}to{opacity:0}}@keyframes text{0%{background-position:100% center}to{background-position:-100% center}}.dark a.glow{color:#292f3d;font-weight:600;font-size:1.2em;background-image:linear-gradient(315deg,hsl(var(--shimmer-hue-1),var(--shimmer-sat-1),var(--shimmer-lit-1)),hsl(var(--shimmer-hue-2),var(--shimmer-sat-2),var(--shimmer-lit-2)) 47%,hsl(var(--shimmer-hue-3),var(--shimmer-sat-3),var(--shimmer-lit-3)));padding:.8em 1.4em;position:relative;isolation:isolate;box-shadow:0 2px 3px 1px hsl(var(--glow-hue),50%,20%,50%);border:none;outline:none;border-radius:.66em;scale:1;transition:all var(--spring-duration) var(--spring-easing);text-transform:unset}.shimmer{inset:-40px;mix-blend-mode:color-dodge;mix-blend-mode:plus-lighter;pointer-events:none}.shimmer,.shimmer:before,.shimmer:after{position:absolute;border-radius:inherit}.shimmer:before,.shimmer:after{transition:all .5s ease;opacity:0;content:"";inset:40px}.shimmer:before{box-shadow:0 0 3px 2px hsl(var(--shimmer-hue-1),20%,95%),0 0 7px 4px hsl(var(--shimmer-hue-1),20%,80%),0 0 13px 8px hsl(var(--shimmer-hue-2),40%,60%),0 0 22px 6px hsl(var(--shimmer-hue-2),20%,40%);z-index:-1}.shimmer:after{box-shadow:inset 0 0 0 1px hsl(var(--shimmer-hue-2),70%,95%),inset 0 0 3px 1px hsl(var(--shimmer-hue-2),100%,80%),inset 0 0 9px 1px hsl(var(--shimmer-hue-2),100%,70%);z-index:2}a.glow[disabled]{background:#4c4c5c;background-image:none}a.glow:hover:not(:active):not([disabled]),a.glow:active:not([disabled]){scale:1.05;transition-duration:calc(var(--spring-duration) * .5)}a.glow:focus .shimmer,a.glow:active .shimmer{animation-play-state:paused!important;-webkit-mask-image:none!important;mask-image:none!important}a.glow:hover:not([disabled]),a.glow:hover:not([disabled]) .shimmer:before,a.glow:hover:not([disabled]) .shimmer:after{opacity:1}a.glow .text{color:transparent;-webkit-background-clip:text;background-clip:text;background-color:#05172e;font-weight:700;background-image:linear-gradient(120deg,transparent,hsla(var(--shimmer-hue-1),100%,80%,.66) 40%,hsla(var(--shimmer-hue-2),100%,90%,.9) 50%,transparent 52%);background-repeat:no-repeat;background-size:300% 300%;background-position:center 200%}a.glow:not([disabled]):hover .text{animation:text .66s ease-in-out 1}a.glow:not([disabled]) .shimmer:before,a.glow:not([disabled]) .shimmer:after{opacity:1}a.glow:not([disabled]) .shimmer{-webkit-mask-image:conic-gradient(from var(--mask, 0deg),transparent 0%,transparent 10%,black 36%,black 45%,transparent 50%,transparent 60%,black 85%,black 95%,transparent 100%);mask-image:conic-gradient(from var(--mask, 0deg),transparent 0%,transparent 10%,black 36%,black 45%,transparent 50%,transparent 60%,black 85%,black 95%,transparent 100%);-webkit-mask-size:cover;mask-size:cover;animation:spin 3s linear infinite both -.5s}a.glow:not([disabled])[data-effect=wipe] .shimmer{-webkit-mask-image:linear-gradient(90deg,transparent 20%,black 88%,transparent 90%);mask-image:linear-gradient(90deg,transparent 20%,black 88%,transparent 90%);animation:wipe 2.5s linear infinite both -.5s}a.glow:not([disabled])[data-effect=wipe] .shimmer,a.glow:not([disabled])[data-effect=wave] .shimmer{-webkit-mask-size:200% 200%;mask-size:200% 200%;-webkit-mask-position:center;mask-position:center}a.glow:not([disabled])[data-effect=wave] .shimmer{-webkit-mask-image:linear-gradient(90deg,transparent 15%,black 45%,black 55%,transparent 85%);mask-image:linear-gradient(90deg,transparent 15%,black 45%,black 55%,transparent 85%);animation:wipe 3s linear infinite both -.5s}a.glow:not([disabled])[data-effect=throb] .shimmer{-webkit-mask-image:none;mask-image:none;animation:pulse 3s ease infinite both -.5s}a.glow:not([disabled])[data-effect=pulse] .shimmer{-webkit-mask-image:none;mask-image:none;animation:pulse2 3s ease infinite both -.5s}a.glow:not([disabled])[data-effect=flicker] .shimmer{-webkit-mask-image:none;mask-image:none;animation:flicker 3.33s ease infinite both -.5s}.count{position:absolute;right:5px;bottom:5px}a.glow{padding:1.125rem 3.35rem;color:#fff;cursor:pointer;font-size:1.25rem;border-radius:360px;background:#d1d1d1;position:relative;z-index:11;width:-moz-max-content;width:max-content;margin-top:1rem}.glow_content{display:flex;align-items:center;justify-content:center;gap:.75rem}.glow_content svg *{fill:#05172e}.light-effect{position:absolute;z-index:-1;display:flex;width:204px;height:100%;align-items:center;justify-content:center;pointer-events:none;transition:transform .1s linear}.radial-gradient-1{height:121px;width:121px;background:radial-gradient(50% 50% at 50% 50%,#fffff5 3.5%,#ffaa81 26.5%,#ffda9f 37.5%,#ffaa8180 49%,#d26a3a00 92.5%)}.radial-gradient-1,.radial-gradient-2{position:absolute;top:50%;transform:translateY(-50%)}.radial-gradient-2{height:103px;width:204px;background:radial-gradient(43.3% 44.23% at 50% 49.51%,#fffff7 29%,#fffacd 48.5%,#f4d2bf 60.71%,#d6d3d200);filter:blur(5px)}.cta_holder{background:url("/build/assets/Section%20(3)-DQ4GzjSY.png");background-size:cover;background-repeat:no-repeat;height:460px;display:flex;padding:50px 32px;border-radius:24px;position:relative;overflow:hidden;border:2px solid rgba(255,255,255,.2)}.cta_holder:after{position:absolute;width:100%;height:100%;background-color:#00000026;left:0;top:0;content:""}.cta_holder .text{width:60%;flex-direction:column;justify-content:center;display:flex;position:relative;padding-right:20px;z-index:2}.cta_holder .text h2{font-size:40px;margin-bottom:2rem}.cta_holder .text p{font-size:20px;margin-bottom:2rem}.cta_holder .text a{width:30%;height:50px;margin-left:auto}.cta_holder .text .auth-btn{flex:unset;height:-moz-max-content;height:max-content;text-align:right}.cta_holder #lottie-robot{position:relative;width:50%;margin-top:-3rem;z-index:2;margin-left:-6rem;height:480px}.cta_holder #lottie-robot canvas{width:100%!important}.about_wrapper{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.about_wrapper__right,.about_wrapper__left{flex-direction:column;display:flex}.about_wrapper__right{gap:8rem;align-items:center}.about_wrapper__right h1{line-height:60px}.about_wrapper__right img{width:650px}.about_wrapper__left{height:100%}.about_wrapper__iran{display:flex;gap:1rem;font-size:60px;align-self:flex-start}.about_wrapper__iran img{-o-object-fit:contain;object-fit:contain}.about_wrapper__detail{margin:auto 0;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1rem}.category_section{position:relative}.category_section:after{right:0}.category_section:after,.category_section:before{position:absolute;width:800px;height:800px;pointer-events:none;top:0;content:"";background:radial-gradient(50% 50% at 50% 50%,#62b2df,#62b2df00);opacity:.15}.category_section:before{left:0}.category_section .holder{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;flex-direction:column}.category_section__item{width:100%;margin-top:60px}.category_section .split{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-bottom:40px}.category_section .main_card2{width:100%;height:295px;background-color:#1c1134!important;position:relative;border:1px solid rgba(255,255,255,.2);border-radius:20px;cursor:pointer;overflow:hidden;display:flex;padding:24px 24px 24px 0;transition:all .75s ease-in-out}.category_section .main_card2:hover{transform:scale(1.03);border-color:var(--main-color);box-shadow:0 0 30px #705df24d}.category_section .main_card2:hover .title{color:var(--main-color)!important}.category_section .main_card2 .img{width:55%;height:100%;background:url(/build/assets/1-DjRs8ux3.png) no-repeat;background-size:contain}.category_section .main_card2 .info{width:50%;display:flex;flex-direction:column;gap:1rem;height:100%;justify-content:center}.category_section .main_card2 .info .title{font-weight:700;font-size:24px;line-height:32px;text-align:right;color:#fff;transition:all .75s ease-in-out}.category_section .main_card2 .info p{font-weight:400;font-size:18px;line-height:32px;text-align:justify}.category_section .main_card2:first-of-type .img{margin-top:1rem}.category_section .full .main_card2 .img{background:url(/build/assets/3-B7kQ9M7j.png) no-repeat;background-size:contain;margin-top:0}.category_section .full .main_card2{gap:20px}.category_section .full .main_card2 .info{width:70%}.category_section .full .main_card2 .img{width:30%}.category_section .main_card2:nth-of-type(2) .img{margin-left:1rem;background:url(/build/assets/2-CTY4Shbb.png) no-repeat;background-size:contain}html.lenis,html.lenis body{height:auto}.lenis.lenis-smooth{scroll-behavior:auto!important}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-stopped{overflow:hidden}.lenis.lenis-smooth iframe{pointer-events:none}.category_section .img{animation:floatYAdvanced 4s ease-in-out infinite;position:relative;transition:all .5s ease}@keyframes floatYAdvanced{0%,to{transform:translateY(0)}25%{transform:translateY(-8px)}50%{transform:translateY(-12px)}75%{transform:translateY(-6px)}}.hamburger{position:relative;width:1em;height:1em;font-size:inherit;transition:all .3s ease;cursor:pointer}.hamburger.is-sm{font-size:1.25rem}.hamburger.is-md{font-size:1.5rem}.hamburger.is-lg{font-size:2rem}.hamburger-line{position:absolute;right:0;width:100%;height:.125em;border-radius:.125em;background:currentColor;transition:inherit}.hamburger-line:nth-child(1){top:.125em}.hamburger.is-active .hamburger-line:nth-child(1),.w-nav-button.w--open .hamburger-line:nth-child(1){top:50%;transform:translateY(-50%) rotate(-135deg)}.hamburger-line:nth-child(2){top:.438em}.hamburger.is-active .hamburger-line:nth-child(2),.w-nav-button.w--open .hamburger-line:nth-child(2){right:50%;width:0}.hamburger-line:nth-child(3){top:.75em;width:.625em}.hamburger.is-active .hamburger-line:nth-child(3),.w-nav-button.w--open .hamburger-line:nth-child(3){top:50%;width:100%;transform:translateY(-50%) rotate(135deg)}:root{--primary: #705df2;--primary-dark: #4d37dd;--secondary: #1a3c40;--dark-card: #1c1134;--dark-border: rgba(255, 255, 255, .2);--light-text: #ffffff;--gray-text: rgba(255, 255, 255, .9);--spacing: 16px}.faq_items{margin:40px auto auto;width:85%}.accordion{margin-bottom:var(--spacing)}.accordion__group{background-color:var(--dark-card);border-radius:8px;margin-bottom:16px;overflow:hidden;box-shadow:0 4px 6px #0000001a;border:1px solid var(--dark-border)}.accordion__menu{display:flex;justify-content:space-between;align-items:center;padding:18px 25px;cursor:pointer;font-weight:600;font-size:18px;transition:background-color .3s;color:var(--light-text)}.accordion__menu:hover,.accordion__menu--active{background-color:#ffffff0d}.accordion__menu--active{color:var(--primary)}.accordion__icons,.accordion__plus{display:flex;align-items:center}.accordion__plus{font-size:20px;font-weight:300;justify-content:center;aspect-ratio:1/1;border-radius:6px;padding:.35rem;transition:opacity .3s}.accordion__content{overflow:hidden;height:0}.accordion__inner-content{padding:0 25px 25px;color:var(--gray-text);line-height:1.7}.accordion__inner-content p{margin-top:1rem}.accordion__inner-content ul{margin-left:20px;margin-bottom:15px}.accordion__inner-content li{margin-bottom:8px}.accordion__inner-content h2{color:var(--light-text);margin:20px 0 10px;font-size:20px}.accordion__inner-content img{max-width:100%;border-radius:6px;margin:15px 0}.faq-section__footer{text-align:center;margin-top:50px;color:var(--gray-text);font-size:14px}.faq_section .holder{display:flex;align-items:center;justify-content:center;flex-direction:column}.accordion__group:has(.accordion__menu--active){border-color:#7c4dff80}.hover_btn{--t-ease: .5s;--ease2: cubic-bezier(.5, 1, .89, 1);position:relative;transition:var(--t-ease);overflow:hidden}.hover_btn .icon{position:relative;z-index:1}.hover_btn:after{content:"";position:absolute;display:block;width:100%;height:100%;left:0;transform:translateY(101%);color:var(--main-color);display:flex;align-items:center;justify-content:center;background:#fff;border-radius:50% 50% 0 0;transition:transform var(--t-ease) var(--ease2),border-radius var(--t-ease) var(--ease2)}.hover_btn .btn__text{transition:transform var(--t-ease) var(--ease2);position:relative;z-index:2;display:block}.hover_btn .btn__text:before{content:attr(data-text);position:absolute;top:100%;left:50%;transform:translate(-50%);height:100%;display:flex;align-items:center;justify-content:center;color:var(--main-color)}.hover_btn:hover:after{border-radius:0;transform:translateY(0);transition-duration:.5s,.9s}.hover_btn:hover .btn__text{color:#993bd7}.auth-btn{flex:1;text-align:left;color:#fff;font-weight:500;text-decoration:none}.auth-btn .hover_btn{background:linear-gradient(270deg,#993bd7,#f08af6);box-shadow:0 0 0 1px #0055ff1f;-webkit-backdrop-filter:blur(1.25px);backdrop-filter:blur(1.25px);border-radius:8px;width:142px;height:44px;align-items:center;justify-content:center;display:inline-flex;font-size:.95rem;font-weight:600}.contest{width:68%;max-width:68%;margin:auto;margin-top:7rem}.contest .breadcrumb{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1rem}.contest .breadcrumb p{-moz-text-align-last:center;text-align-last:center}.contest .items_detail{position:relative;display:flex;border-radius:15px;border:1px solid rgba(255,255,255,.1);--contest-color: #fff;--chapter-text-color: #ccc;--navigation-width: 86px;margin-top:3rem;align-items:stretch;width:100%!important;padding:0!important}.contest .items_detail .navigation{width:var(--navigation-width);border-right:1px solid rgba(255,255,255,.1);background:#1c1134;padding-bottom:1rem;position:relative;z-index:1}.contest .items_detail .navigation .mover{position:sticky;position:-webkit-sticky;top:0;transition:top .2s ease;display:flex;flex-direction:column}.contest .items_detail .navigation .item:nth-child(1){--contest-color: #ff6651}.contest .items_detail .navigation .item{display:flex;align-items:center;justify-content:center;position:relative;height:calc(var(--navigation-width) * .7209302326);cursor:pointer;--contest-color: #ff6651;font-size:1.35rem;letter-spacing:2px;font-weight:700;opacity:.6}.contest .items_detail .navigation .item .number{position:relative;z-index:1}.contest .items_detail .navigation .item:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to left,#1c1134 0%,var(--contest-color) 100%);pointer-events:none;opacity:0;transition:opacity .3s}.contest .items_detail .navigation .item:after{content:"";position:absolute;top:0;left:0;width:3px;height:100%;background:var(--contest-color);pointer-events:none;transform:scaleY(0);transition:transform .3s}.contest .items_detail .navigation .item.is-active{opacity:1}.contest .items_detail .navigation .item.is-active:before{opacity:.3}.contest .items_detail .navigation .item.is-active:after{transform:scaleY(1);transform-origin:100% 0}.contest .items_detail .content{width:calc(100% - var(--navigation-width));background:#271945;position:relative}.contest .items_detail .content .card-items{position:relative;padding:80px;border-bottom:1px solid rgba(255,255,255,.1);overflow:hidden;display:grid;grid-template-columns:40% 1fr;gap:5rem}.contest .items_detail .content .card-items .shape img{height:100%;width:100%}.contest .items_detail .content .card-items .text{display:flex;flex-direction:column;gap:2rem}.contest .items_detail .content .card-items .text li{align-items:center;display:flex;gap:.5rem;margin-bottom:1rem}.contest .items_detail .content .card-items .text .dot{width:10px;height:10px;display:block;background-color:var(--contest-color);border-radius:100%}.contest .items_detail .navigation .item{transition:all .6s cubic-bezier(.25,.46,.45,.94);transition-property:opacity,transform}.contest .items_detail .navigation .item:before,.contest .items_detail .navigation .item:after{transition:all .6s cubic-bezier(.25,.46,.45,.94)}.contest .items_detail .navigation .item:hover{transform:scale(1.05);opacity:.8!important}.contest .items_detail .navigation .item.is-active{transform:scale(1.08)}.contest .items_detail .navigation .item:nth-child(1),.content .card-items:nth-child(1){--contest-color: #ff6651}.card-items{position:relative}.card-items .shape,.card-items .text{position:relative;z-index:2}.card-items:after{content:"";position:absolute;inset:0;background:radial-gradient(100% 100% at 100% 15%,var(--contest-color-rg) 0%,#271945 100%);opacity:.1;z-index:0}.card-items:nth-child(1){--contest-color-rg: #ff6651}.card-items:nth-child(2){--contest-color-rg: #51ff66}.card-items:nth-child(3){--contest-color-rg: #6651ff}.card-items:nth-child(4){--contest-color-rg: #ff51f3}.card-items:nth-child(5){--contest-color-rg: #51f3ff}.card-items:nth-child(6){--contest-color-rg: #f3ff51}.card-items:nth-child(7){--contest-color-rg: #ffa851}.card-items:nth-child(8){--contest-color-rg: #a851ff}.card-items:nth-child(9){--contest-color-rg: #51ffa8}.card-items:nth-child(10){--contest-color-rg: #ff5166}.contest .items_detail .navigation .item:nth-child(2),.contest .items_detail .card-items:nth-child(2){--contest-color: #51ff66}.contest .items_detail .navigation .item:nth-child(3),.contest .items_detail .card-items:nth-child(3){--contest-color: #6651ff}.contest .items_detail .navigation .item:nth-child(4),.contest .items_detail .card-items:nth-child(4){--contest-color: #ff51f3}.contest .items_detail .navigation .item:nth-child(5),.contest .items_detail .card-items:nth-child(5){--contest-color: #51f3ff}.contest .items_detail .navigation .item:nth-child(6),.contest .items_detail .card-items:nth-child(6){--contest-color: #f3ff51}.contest .items_detail .navigation .item:nth-child(7),.contest .items_detail .card-items:nth-child(7){--contest-color: #ffa851}.contest .items_detail .navigation .item:nth-child(8),.contest .items_detail .card-items:nth-child(8){--contest-color: #a851ff}.contest .items_detail .navigation .item:nth-child(9),.contest .items_detail .card-items:nth-child(9){--contest-color: #51ffa8}.contest .items_detail .navigation .item:nth-child(10),.contest .items_detail .card-items:nth-child(10){--contest-color: #ff5166}@media (min-width: 768px){.text-h1{font-size:2rem}.text-h2{font-size:1.7rem}.text-h3{font-size:1.4rem}.text-h4{font-size:1.1875rem}.text-h5{font-size:1.0625rem}.text-h6{font-size:.9375rem}.text-p{font-size:1.0625rem}.text-lead{font-size:1.25rem}.text-small{font-size:.875rem}}@media (min-width: 1024px) and (max-width: 1440px){.new-home-header-bg-wrap{top:40px}}@media (min-width: 1280px) and (max-width: 1540px){.head-h1{font-size:1.75rem}.holder{width:92%!important;padding:0 1.5rem}.section-h2{font-size:1.6rem}.home_hero{margin-top:-2rem;margin-bottom:240px}.new-home-header-bg-wrap{top:0}.home_hero .text{top:160px}.home_hero .text h1{font-size:3.5rem}.home_hero .text p{font-size:1.8rem}.conditions_wrapper .left #AI_Automation{transform:scale(1.4) translateY(1rem)}.category_section .main_card2 .info p{font-size:16.25px}.category_section .title{font-size:22px!important}.contest{width:86%;max-width:86%}}@media (max-width: 1280px){.mt-section{margin-top:40px}.mt-section2{margin-top:100px}.holder{max-width:1280px;width:98%;padding:0 1.5rem}.box_time{gap:8rem}.box_time .card_step .main_card:after,.box_time .card_step .main_card:before{width:8rem}.home_hero{margin-bottom:100px}.new-home-header-bg-wrap{top:160px}.home_hero .text h1{font-size:3.15rem}.home_hero .text p{font-size:1.7rem}.desktop_hero{height:90%}.conditions_wrapper .left #AI_Automation{transform:scale(1) translateY(1rem)}.box_conditions{padding:80px 50px}.about_hero2 .holder{display:flex;align-items:center;justify-content:center;flex-direction:column}.about_hero2 .left{order:1}.about_hero2 .left h1{text-align:center}.about_hero2 .right{order:2;width:100%;display:flex;align-items:center;justify-content:center;grid-template-columns:100%!important}.about_hero2 .right>img{width:62%;margin:auto}.cta_holder{max-width:90%!important;flex-direction:column;height:-moz-max-content!important;height:max-content!important;padding:3rem 0!important;background-repeat:no-repeat}.cta_holder .text{width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:0 1rem}.cta_holder .text h2{font-size:30px}.cta_holder .text h2,.cta_holder .text p{text-align:center;margin-bottom:2rem}.cta_holder .text p{font-size:18px;max-width:100%}.cta_holder .text a{display:flex;align-items:center;justify-content:center;margin:auto}.cta_holder #lottie-robot{display:none}.category_section .main_card2 .info p{font-size:16.25px}.category_section .title{font-size:22px!important}.contest{width:90%;max-width:90%}.contest .items_detail .content .card-items{padding:80px 50px}}@media (max-width: 1024px){html,body{font-size:15px}.holder{max-width:1024px;padding:0 1.35rem}main{padding-top:2rem}nav#main-menu .holder{width:98%}nav#main-menu .holder .logo img{height:40px!important;margin:auto;margin-top:.35rem;display:block}.box_time{grid-template-columns:min(80%,550px);align-items:center;justify-content:center;gap:6rem}.box_time .card_step .main_card:after{display:none}.box_time .card_step .timer{position:relative}.box_time .card_step .main_card:before{display:none}.referee_wrapper{grid-template-columns:1fr 1fr 1fr}.home_hero{margin-bottom:20px}.mobile_hero{display:block;position:relative;height:100%;-o-object-fit:cover;object-fit:cover}.new-home-header-bg-wrap,.desktop_hero{display:none}.support_wrapper{grid-template-columns:1fr 1fr 1fr}.box_conditions{gap:3rem}.category_section .main_card2{flex-direction:column;height:auto;padding-left:24px}.category_section .main_card2 .img{width:100%;height:200px;background-position:center;background-size:contain}.category_section .main_card2 .info{width:100%;height:auto;margin-top:12px;margin-bottom:1rem}.category_section .full .main_card2 .img{width:100%;height:200px;background-position:center;background-size:contain}.category_section .full .main_card2 .info,.category_section .full .main_card2 .img{width:100%}.category_section .main_card2:nth-of-type(2) .img{width:100%;height:200px;background-position:center;background-size:contain}.contest{width:92%;max-width:92%}.contest .items_detail{--navigation-width: 70px}.contest .items_detail .content .card-items{gap:3rem}}@media (max-width: 768px){.head-h1{font-size:1.5rem}html,body{font-size:15px}.holder{max-width:98%;padding:0 1rem}p{font-size:.9rem}.section-h2{font-size:1.58rem}.conditions_wrapper h2,.category_section h2,.timeline_wrapper h2{max-width:300px;margin-left:auto;margin-right:auto;word-break:break-word;line-height:42px}.line+span{text-align:center}footer .item{grid-template-columns:1fr 1fr;gap:30px;margin-bottom:40px}footer .item>:nth-child(1),footer .item>:nth-child(3){order:0;padding-top:2rem;border-top:1px solid rgba(255,255,255,.5)}footer .item>:nth-child(1),footer .item>:nth-child(3),footer .item>:nth-child(1) .link_box,footer .item>:nth-child(3) .link_box{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%}footer .item>:nth-child(1),footer .item>:nth-child(3){align-items:center;justify-content:center}footer .item{grid-template-columns:1fr}footer .item>:nth-child(2){order:-1;grid-column:1/-1}footer .item>:nth-child(1),footer .item>:nth-child(3){order:0;align-items:center;justify-content:center}nav.style1>.holder{border-radius:0}nav#main-menu{top:0;overflow:hidden;height:58px;background:#1e16319c;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(15px)!important;backdrop-filter:blur(15px)!important}nav#main-menu .mobile-menu-toggle{display:block}nav#main-menu .holder>.auth-btn a{width:-moz-max-content!important;width:max-content!important;padding:0 .85rem;display:flex;align-items:center;justify-content:center;height:32px;width:32px}nav#main-menu .holder>.auth-btn .icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center}nav#main-menu .holder>.auth-btn span{display:none}nav#main-menu .holder{gap:.5rem;max-width:100%;width:100%;padding:0 1rem!important}nav#main-menu .holder .logo{font-size:var(--mobile-logo-font-size);text-align:center;position:absolute;font-weight:bolder;left:50%;top:0%;display:flex;align-items:center;justify-content:center;height:var(--mobile-menu-height);transform:translate(-50%)}nav#main-menu .holder .menu{display:none}nav#main-menu .holder .hamburger{display:block}.box_time{grid-template-columns:90%;align-items:center;justify-content:center}.referee_wrapper{grid-template-columns:1fr 1fr}.home_hero .text h1{font-size:2.5rem}.home_hero .text p{font-size:1.3rem;max-width:90%}.support_wrapper{grid-template-columns:1fr 1fr}.conditions_wrapper .left #AI_Automation{transform:scale(1.4) translateY(1rem)}#canvas_fallback{-o-object-fit:cover!important;object-fit:cover!important;height:600px!important}.box_conditions{grid-template-columns:1fr;padding:40px 20px}.box_conditions h3{text-align:center}.box_conditions .shape{width:80%;margin:auto}.box_conditions .auth-btn{margin:auto!important}.about_hero2 .left h1{line-height:48px;display:flex;align-items:center;justify-content:center;flex-direction:column}.about_hero2 .right>img{width:66%;margin:auto}.cta_holder{padding:3rem 1rem!important}.cta_holder .text{padding:0!important}.cta_holder h2{font-size:26px!important}.cta_holder p{font-size:16px!important}.cta_holder a{width:50%!important}.category_section .split{grid-template-columns:90%;align-items:center;justify-content:center}.category_section .main_card2 .info .title,.category_section .main_card2 .info p{text-align:center}.category_section .full .main_card2{width:90%;margin:auto}.category_section .title{font-size:20px!important}.faq_items{width:100%}.faq-section__title{font-size:28px}.accordion__menu{padding:16px 20px;font-size:16px}.accordion__inner-content{padding:0 20px 20px}.contest{margin-top:5rem}.contest .items_detail .content .card-items{grid-template-columns:1fr;padding:40px 20px}.contest .items_detail .content .card-items .shape{width:80%;margin:auto}}@media (max-width: 640px){.holder{max-width:100%}.conditions_wrapper h2,.category_section h2,.timeline_wrapper h2{max-width:280px}.referee_wrapper{grid-template-columns:85%;align-items:center;justify-content:center}.cta_holder a{width:80%!important}.category_section .split{grid-template-columns:100%}.category_section .full .main_card2{width:100%}.contest{width:94%;max-width:94%}.contest .items_detail{--navigation-width: 48px}.contest .items_detail .navigation .mover{gap:1.5rem}.contest .items_detail .navigation .item{font-size:1.125rem}}
