#blurjs-15,#blurjs-25{position:absolute;bottom:0;left:0;z-index:-9}.scroll-indicator{display:flex;flex-direction:column;align-items:center;justify-content:end;position:absolute;right:40px;bottom:40px;height:260px;width:17px;transition:all .6s cubic-bezier(.76,0,.07,1);transition-delay:.4s}.scroll-indicator .text{position:relative;height:170px;width:17px}.scroll-indicator .text span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) rotate(90deg);width:154px;text-align:right}.scroll-indicator .bar-row{display:flex;align-items:center;flex-direction:column}.scroll-indicator .bar-row #bar-2{animation-delay:.25s}.scroll-indicator .bar-row #bar-3{animation-delay:.5s}.scroll-indicator .bar-row #bar-4{animation-delay:.75s}.scroll-indicator .bar-row #bar-5{animation-delay:1s}.scroll-indicator .bar-row #bar-6{animation-delay:1.25s}.scroll-indicator .bar-row #bar-7{animation-delay:1.5s}.scroll-indicator .bar-row #bar-8{animation-delay:1.75s}.scroll-indicator .bar-row #bar-9{animation-delay:2s}.scroll-indicator .bar-row #bar-10{animation-delay:2.25s}@keyframes circle{0%{background-color:rgba(255,255,255,.25)}50%{background-color:#43e7cd}100%{background-color:rgba(255,255,255,.25)}}.scroll-indicator .bar-row .bar{width:16px;height:3px;margin-bottom:6px;animation-name:circle;animation-duration:2.5s;animation-iteration-count:infinite;animation-direction:alternate}.transition{position:fixed;width:100vw;height:0;left:50%;bottom:0;transform:translate(-50%,0);transition:all .6s cubic-bezier(.76,0,.07,1);background-color:#0a0a0a;z-index:9}.transition.active{height:100vh}.transition-2{position:fixed;width:100vw;height:0;left:50%;bottom:0;transform:translate(-50%,0);transition:all .6s cubic-bezier(.76,0,.07,1);background-color:#0a0a0a;z-index:9}.transition-2.active{height:100vh}.transition-2.active span{visibility:visible;opacity:1}.transition-2 span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);transition:all .6s ease-in-out;visibility:hidden;opacity:0}.patch-card{width:calc(100% - 24px * 2 - 2px);height:100px;border-radius:16px;background-color:rgba(255,255,255,.15);backdrop-filter:blur(8px);border:solid 1px rgba(255,255,255,.25);display:flex;flex-direction:column;justify-content:space-between;padding:24px;overflow:hidden;cursor:pointer;transition:all .6s cubic-bezier(.76,0,.07,1)}.patch-card:before{content:"";z-index:1;width:128px;height:128px;border-radius:128px;left:calc(128px / -2);bottom:calc(128px / -2);position:absolute;filter:blur(40px);background-color:#43e7cd;transition:all .6s cubic-bezier(.76,0,.07,1);opacity:0}.patch-card:after{content:"";z-index:1;width:180px;height:180px;border-radius:180px;right:calc(128px / -2);top:calc(128px / -2);position:absolute;filter:blur(64px);background-color:#43e7cd;transition:all .6s cubic-bezier(.76,0,.07,1);opacity:0}.patch-card:hover{transform:translate(0,-8px);border-color:#43e7cd}.patch-card:hover:before{width:180px;height:180px;border-radius:180px;left:calc(180px / -2);bottom:calc(180px / -2);opacity:1}.patch-card:hover:after{width:128px;height:128px;border-radius:128px;opacity:.5}.patch-card .date,.patch-card .text{width:100%;z-index:2}.patch-card .date{text-align:right}@media only screen and (min-width:320px) and (max-width:480px){.patch-card{width:calc(100% - 16px * 2 - 2px);padding:16px;border-color:#43e7cd}.patch-card:before{width:180px;height:180px;border-radius:180px;left:calc(180px / -2);bottom:calc(180px / -2);opacity:1}.patch-card:after{width:128px;height:128px;border-radius:128px;opacity:.5}}@media only screen and (min-width:481px) and (max-width:767px){.patch-card{width:calc(100% - 16px * 2 - 2px);padding:16px;border-color:#43e7cd}.patch-card:before{width:180px;height:180px;border-radius:180px;left:calc(180px / -2);bottom:calc(180px / -2);opacity:1}.patch-card:after{width:128px;height:128px;border-radius:128px;opacity:.5}}.navbar{max-width:var(--master-body-miw-c);width:100%;height:74px;position:fixed;left:50%;transform:translate(-50%,0);top:20px;display:flex;align-items:center;z-index:6;transition:all .6s cubic-bezier(.76,0,.07,1);transition-delay:.4s}.navbar .logo{position:relative;background-color:#0a0a0a;border-radius:0 0 16px 0;margin-top:-20px;margin-left:-20px;padding-top:20px;padding-left:20px;padding-right:24px;padding-bottom:24px;transition:all .3s}.navbar .logo:after,.navbar .logo:before{-webkit-mask:url(../assets/images/round-corner.svg) no-repeat 50% 100%;mask:url(../assets/images/round-corner.svg) no-repeat 50% 100%;-webkit-mask-size:cover;mask-size:cover;content:"";background-color:#0a0a0a;height:16px;width:16px;position:absolute;z-index:1;transition:all .3s}.navbar .logo:before{right:-16px;top:20px;transform:rotate(-180deg)}.navbar .logo:after{left:20px;bottom:-16px;transform:rotate(-180deg)}.navbar .logo img{transition:all .32s}.navbar .inner{padding:0 40px;width:calc(100% - 40px * 2)}.navbar .inner a{opacity:.5;transition:all .6s cubic-bezier(.76,0,.07,1)}.navbar .inner a.active{opacity:1}.navbar .inner a:hover{opacity:1}@media only screen and (min-width:320px) and (max-width:480px){.navbar{visibility:hidden;opacity:0}}@media only screen and (min-width:481px) and (max-width:767px){.navbar{visibility:hidden;opacity:0}}.mobile-navbar{position:fixed;right:32px;top:32px;z-index:9;transition:all .6s cubic-bezier(.76,0,.07,1);width:42px;max-height:42px;overflow:hidden}.mobile-navbar.scroll-active{right:16px;top:16px}.mobile-navbar.active{width:calc(100vw - 32px * 2);max-height:1000px}.mobile-navbar.active.scroll-active{width:calc(100vw - 16px * 2)}.mobile-navbar.active .inner{max-height:1000px}.mobile-navbar.active .inner .trigger .bar#bar-1,.mobile-navbar.active .inner .trigger .bar#bar-4{width:0;opacity:0;visibility:hidden}.mobile-navbar.active .inner .trigger .bar#bar-2{transform:translate(-50%,-50%) rotate(-45deg);visibility:visible;opacity:1}.mobile-navbar.active .inner .trigger .bar#bar-3{transform:translate(-50%,-50%) rotate(-135deg);visibility:visible;opacity:1}.mobile-navbar.active .inner .body,.mobile-navbar.active .inner .h-1px,.mobile-navbar.active .inner .header{opacity:1;visibility:visible}.mobile-navbar.active .inner .body{max-height:1000px;padding:16px}.mobile-navbar .inner{border:solid 1px rgba(255,255,255,.25);position:relative;max-height:40px}.mobile-navbar .inner .trigger{position:absolute;right:0;top:0;height:40px;width:40px}.mobile-navbar .inner .trigger .bar{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);height:3px;width:24px;background-color:#fff;transition:all .6s cubic-bezier(.76,0,.07,1)}.mobile-navbar .inner .trigger .bar#bar-1{top:calc(50% - 4px)}.mobile-navbar .inner .trigger .bar#bar-2,.mobile-navbar .inner .trigger .bar#bar-3{opacity:0;visibility:hidden}.mobile-navbar .inner .trigger .bar#bar-4{top:calc(50% + 4px);right:50%;left:auto;transform:translate(50%,-50%)}.mobile-navbar .inner .header{padding:13px 16px;margin-right:40px;width:calc(100% - 16px * 2 - 40px);display:flex;justify-content:space-between;align-items:center;transition:all .6s cubic-bezier(.76,0,.07,1);opacity:0;visibility:hidden}.mobile-navbar .inner .body{display:flex;flex-direction:column;padding:0 16px;width:calc(100% - 16px * 2);transition:all .6s cubic-bezier(.76,0,.07,1);opacity:0;visibility:hidden;justify-content:space-between;max-height:0}.mobile-navbar .inner .h-1px{transition:all .6s cubic-bezier(.76,0,.07,1);opacity:0;visibility:hidden}.mobile-navbar .inner a{opacity:.5;transition:all .6s cubic-bezier(.76,0,.07,1)}.mobile-navbar .inner a.active{opacity:1}.mobile-navbar .inner a:hover{opacity:1}.tab-loader{position:relative;width:100%;height:64px}.tab-loader .bar{position:absolute;transform:translate(-50%,-50%);align-items:center;top:50%;transform:translate(-50%,-50%);background-color:#43e7cd;width:8px;height:16px;margin:5px 0;border-radius:10px;transition:.3s;animation:loader 1.25s ease-in-out 0s infinite}.tab-loader .bar:nth-child(1){animation-delay:0s}.tab-loader .bar:nth-child(2){animation-delay:.15s}.tab-loader .bar:nth-child(3){animation-delay:.3s}.tab-loader .bar:nth-child(4){animation-delay:.45s}@keyframes loader{0%{height:16px;opacity:.25}50%{height:40px;opacity:1}100%{height:16px;opacity:.25}}.master-body.loading .navbar{opacity:0;visibility:hidden;top:calc(-74px - 24px)}.master-body.loading .content-wrapper{height:100vh;overflow:hidden}.master-body.loading .content-wrapper .section-1 .logo{opacity:0;visibility:hidden;top:calc(-74px - 20px * 2)}.master-body.loading .content-wrapper .section-1 .frame{opacity:0;visibility:hidden}.master-body.loading .content-wrapper .section-1 .frame.frame-1{top:-20px}.master-body.loading .content-wrapper .section-1 .frame.frame-2{left:-20px}.master-body.loading .content-wrapper .section-1 .frame.frame-3{bottom:-20px}.master-body.loading .content-wrapper .section-1 .frame.frame-4{right:-20px}.master-body.loading .content-wrapper .section-1 .text-1{opacity:0;visibility:hidden;margin-top:100%}.master-body.loading .content-wrapper .section-1 .text-2{margin-bottom:-100%}.master-body.loading .content-wrapper .section-1 .scroll-indicator{right:calc(-40px - 17px)}.master-body.loading .content-wrapper .section-1 .video{transform:translate(-50%,-50%) scale(1.2)}.master-body.loading .content-wrapper .section-1 .loading{visibility:visible;opacity:1}.master-body.loading .nicescroll-rails{opacity:0!important;visibility:hidden!important}.master-body .section-wrapper{height:auto}.master-body .section-title{height:38px;width:148px;border-radius:20px;border:1px solid rgba(67,231,205,.5);display:flex;align-items:center;justify-content:center;padding:0 16px;color:#43e7cd}.master-body .section-title .ff-2{width:100%;text-align:center}.master-body .section-1{height:100vh}.master-body .section-1 .logo{position:absolute;left:0;top:0;background-color:#0a0a0a;border-radius:0 0 16px 0;transition:all .3s;z-index:6;width:calc(128px + 20px * 2);height:calc(74px + 20px * 2);display:flex;align-items:center;justify-content:center}.master-body .section-1 .logo:after,.master-body .section-1 .logo:before{-webkit-mask:url(../assets/images/round-corner.svg) no-repeat 50% 100%;mask:url(../assets/images/round-corner.svg) no-repeat 50% 100%;-webkit-mask-size:cover;mask-size:cover;content:"";background-color:#0a0a0a;height:16px;width:16px;position:absolute;z-index:1;transition:all .3s}.master-body .section-1 .logo:before{right:-16px;top:20px;transform:rotate(-180deg)}.master-body .section-1 .logo:after{left:20px;bottom:-16px;transform:rotate(-180deg)}.master-body .section-1 .logo img{transition:all .32s}.master-body .section-1 .text-1,.master-body .section-1 .text-2{transition:all .6s cubic-bezier(.76,0,.07,1)}.master-body .section-1 .text-1{transition-delay:.6s}.master-body .section-1 .frame{background-color:#0a0a0a;position:absolute;transition:all .6s cubic-bezier(.76,0,.07,1)}.master-body .section-1 .frame:before{-webkit-mask:url(../assets/images/round-corner.svg) no-repeat 50% 100%;mask:url(../assets/images/round-corner.svg) no-repeat 50% 100%;-webkit-mask-size:cover;mask-size:cover;content:"";background-color:#0a0a0a;height:16px;width:16px;position:absolute;right:0;top:0;z-index:1}.master-body .section-1 .frame.frame-1{left:0;top:0;width:100%;height:20px}.master-body .section-1 .frame.frame-1:before{right:20px;top:20px;transform:rotate(-90deg)}.master-body .section-1 .frame.frame-2{left:0;top:0;width:20px;height:100vh}.master-body .section-1 .frame.frame-2:before{display:none}.master-body .section-1 .frame.frame-3{left:0;bottom:0;width:100%;height:20px}.master-body .section-1 .frame.frame-3:before{right:20px;top:-16px}.master-body .section-1 .frame.frame-4{right:0;top:0;width:20px;height:100vh}.master-body .section-1 .frame.frame-4:before{display:none}.master-body .section-1 .bg-gradient{border-radius:8px;background:linear-gradient(287deg,#43e7cd 0,#573cfa 100%)}.master-body .section-1 .title-wrapper{margin-left:-20px;padding-left:20px;padding-bottom:20px;position:relative}.master-body .section-1 .title-wrapper::before{content:"";position:absolute;left:0;top:-.5px;width:20px;height:100%;background-color:#0a0a0a}.master-body .section-1 .title-wrapper::after{-webkit-mask:url(../assets/images/round-corner.svg) no-repeat 50% 100%;mask:url(../assets/images/round-corner.svg) no-repeat 50% 100%;-webkit-mask-size:cover;mask-size:cover;content:"";background-color:#0a0a0a;height:16px;width:16px;position:absolute;left:0;top:-16px;z-index:2;transform:rotate(90deg)}.master-body .section-1 .title-wrapper .title span{background-color:#0a0a0a}.master-body .section-1 .title-wrapper.active-1 #title-1 span{border-radius:0 16px 0 0}.master-body .section-1 .title-wrapper.active-1 #title-1 span::after{-webkit-mask:url(../assets/images/round-corner.svg) no-repeat 50% 100%;mask:url(../assets/images/round-corner.svg) no-repeat 50% 100%;-webkit-mask-size:cover;mask-size:cover;content:"";background-color:#0a0a0a;height:16px;width:16px;position:absolute;right:-16px;bottom:0;z-index:2;transform:rotate(90deg)}.master-body .section-1 .title-wrapper.active-1 #title-2 span{border-radius:0 16px 16px 0}.master-body .section-1 .title-wrapper.active-1 #title-3 span::before{-webkit-mask:url(../assets/images/round-corner.svg) no-repeat 50% 100%;mask:url(../assets/images/round-corner.svg) no-repeat 50% 100%;-webkit-mask-size:cover;mask-size:cover;content:"";background-color:#0a0a0a;height:16px;width:16px;position:absolute;right:-16px;top:0;z-index:2;transform:rotate(-180deg)}.master-body .section-1 .title-wrapper.active-1 #title-3 span::after{-webkit-mask:url(../assets/images/round-corner.svg) no-repeat 50% 100%;mask:url(../assets/images/round-corner.svg) no-repeat 50% 100%;-webkit-mask-size:cover;mask-size:cover;content:"";background-color:#0a0a0a;height:16px;width:16px;position:absolute;right:-16px;bottom:0;z-index:2;transform:rotate(90deg)}.master-body .section-1 .title-wrapper.active-2 #title-1 span{border-radius:0 16px 16px 0}.master-body .section-1 .title-wrapper.active-2 #title-2 span{border-radius:0 0 16px 0}.master-body .section-1 .title-wrapper.active-2 #title-2 span::before{-webkit-mask:url(../assets/images/round-corner.svg) no-repeat 50% 100%;mask:url(../assets/images/round-corner.svg) no-repeat 50% 100%;-webkit-mask-size:cover;mask-size:cover;content:"";background-color:#0a0a0a;height:16px;width:16px;position:absolute;right:-16px;top:0;z-index:2;transform:rotate(-180deg)}.master-body .section-1 .title-wrapper.active-2 #title-3 span::before{-webkit-mask:url(../assets/images/round-corner.svg) no-repeat 50% 100%;mask:url(../assets/images/round-corner.svg) no-repeat 50% 100%;-webkit-mask-size:cover;mask-size:cover;content:"";background-color:#0a0a0a;height:16px;width:16px;position:absolute;right:-16px;top:0;z-index:2;transform:rotate(-180deg)}.master-body .section-1 .title-wrapper.active-2 #title-3 span::after{-webkit-mask:url(../assets/images/round-corner.svg) no-repeat 50% 100%;mask:url(../assets/images/round-corner.svg) no-repeat 50% 100%;-webkit-mask-size:cover;mask-size:cover;content:"";background-color:#0a0a0a;height:16px;width:16px;position:absolute;right:-16px;bottom:0;z-index:2;transform:rotate(90deg)}.master-body .section-1 .video{position:absolute;width:100%;height:100vh;left:50%;top:50%;transform:translate(-50%,-50%);overflow:hidden;transition:all .6s cubic-bezier(.76,0,.07,1);background-color:ddd}.master-body .section-1 .video video{position:absolute;height:100%;left:50%;top:50%;transform:translate(-50%,-50%)}.master-body .section-1 .loading{position:absolute;right:0;bottom:0;z-index:6;transition:all .6s cubic-bezier(.76,0,.07,1);width:200px;height:120px;padding:0 40px;display:flex;align-items:center;justify-content:end;visibility:hidden;opacity:0}.master-body .section-1 .loading:before{content:"";clip-path:polygon(20% 0,100% 0,100% 100%,0 100%);position:absolute;width:100%;height:100%;background-color:rgba(0,0,0,.25);backdrop-filter:blur(8px);left:50%;top:50%;transform:translate(-50%,-50%);z-index:0}.master-body .section-1 .loading span{z-index:1;position:relative}.master-body .section-2{height:500px}.master-body .section-2 .line-accent{position:absolute;z-index:-1;left:0;top:50%;transform:translate(0,-50%);height:800px}.master-body .section-2 .graphic{position:absolute;z-index:-1;right:-100px;top:50%;transform:translate(0,-50%);height:1000px}.master-body .section-2 .aurora{position:absolute;z-index:-2;right:-148px;top:-280px;height:1200px;-webkit-animation:spin 25s linear infinite;-moz-animation:spin 25s linear infinite;animation:spin 25s linear infinite}@-moz-keyframes spin{100%{-moz-transform:rotate(360deg)}}@-webkit-keyframes spin{100%{-webkit-transform:rotate(360deg)}}@keyframes spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.master-body .section-2 .inner{height:100%}.master-body .section-3{height:244px;width:100%}.master-body .section-3 .inner{background-image:url(../assets/images/section-3-background.png);background-size:cover;background-position:center;background-attachment:fixed;height:100%;border-radius:24px}.master-body .section-3 .inner:before{-webkit-mask:url(../assets/images/section-3-cut-edge.svg) no-repeat 50% 100%;mask:url(../assets/images/section-3-cut-edge.svg) no-repeat 50% 100%;-webkit-mask-size:cover;mask-size:cover;content:"";background-color:#0a0a0a;height:64px;width:62px;position:absolute;right:0;bottom:0;z-index:1}.master-body .section-3 .inner:after{content:"";clip-path:polygon(99.481% 81.337%,99.479% 81.346%,99.477% 81.356%,96.978% 97.535%,96.978% 97.535%,96.902% 97.9%,96.822% 98.229%,96.738% 98.523%,96.651% 98.78%,96.561% 99.001%,96.468% 99.183%,96.373% 99.326%,96.276% 99.429%,96.177% 99.491%,96.078% 99.512%,1.378% 99.512%,1.378% 99.512%,1.162% 99.413%,.956% 99.127%,.765% 98.668%,.59% 98.053%,.434% 97.298%,.301% 96.417%,.192% 95.426%,.111% 94.341%,.061% 93.178%,.043% 91.951%,.043% 7.805%,.043% 7.805%,.061% 6.578%,.111% 5.415%,.192% 4.33%,.301% 3.339%,.434% 2.458%,.59% 1.703%,.765% 1.088%,.956% .629%,1.162% .343%,1.378% .244%,98.579% .244%,98.579% .244%,98.795% .343%,99.001% .629%,99.192% 1.088%,99.367% 1.703%,99.523% 2.458%,99.656% 3.339%,99.765% 4.33%,99.846% 5.415%,99.896% 6.578%,99.914% 7.805%,99.914% 75.762%,99.914% 75.762%,99.909% 76.395%,99.895% 77.018%,99.873% 77.63%,99.841% 78.228%,99.801% 78.807%,99.753% 79.366%,99.696% 79.902%,99.632% 80.41%,99.56% 80.89%,99.481% 81.337%);position:absolute;width:calc(100% - 16px * 2);height:calc(100% - 16px * 2);background-color:rgba(0,0,0,.25);backdrop-filter:blur(8px);left:50%;top:50%;transform:translate(-50%,-50%);z-index:1}.master-body .section-3 .inner .section-title{border-color:rgba(255,255,255,.25);color:#fff;font-weight:700;z-index:2}.master-body .section-3 .inner .section-title:not(:first-child){margin-left:-16px}.master-body .section-4 .inner{background-color:#212625;border-radius:24px}.master-body .section-4 .inner:before{-webkit-mask:url(../assets/images/section-3-cut-edge.svg) no-repeat 50% 100%;mask:url(../assets/images/section-3-cut-edge.svg) no-repeat 50% 100%;-webkit-mask-size:cover;mask-size:cover;content:"";background-color:#0a0a0a;height:64px;width:62px;position:absolute;right:1px;top:-1px;z-index:1;transform:rotate(-90deg)}.master-body .section-4 .inner .border-gradient{background:linear-gradient(287deg,#43e7cd 0,#573cfa 100%);width:100%;height:4px;position:absolute;left:0;top:calc((72px * 2)/ 2 - 4px)}.master-body .section-4 .inner .number-1{width:240px}.master-body .section-4 .inner .number-2{width:276px}.master-body .section-4 .inner .number-3{width:170px}.master-body .section-5{height:100%}.master-body .section-5 .accent-1{position:absolute;height:100%;width:auto;left:0;top:0;z-index:2}.master-body .section-5 .accent-2{position:absolute;width:100%;right:0;top:50%;transform:translate(0,-50%);z-index:1}.master-body .section-5 .inner{width:auto;height:100%;display:flex;align-items:center;z-index:3}.master-body .section-5 .inner .section-title{border-color:rgba(255,255,255,.25);color:#fff;font-weight:700}.master-body .section-5 .inner .videos .video-card .video-wrapper{position:relative;width:640px;height:376px;border-radius:16px;overflow:hidden;background-color:#573cfa;transition:all .6s ease-in-out}.master-body .section-5 .inner .videos .video-card .video-wrapper video{width:auto;height:100%;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);transition:all .6s cubic-bezier(.76,0,.07,1);border-radius:16px}.master-body .section-5 .inner .videos .video-card .video-wrapper:hover video{height:90%}.master-body .section-5 .inner .videos .video-card:not(:last-child){margin-right:2rem}.master-body .container{position:relative;width:100%;min-height:100vh}.master-body .container .space-holder{position:relative;width:100%}.master-body .container .space-holder .sticky{position:sticky;top:0;height:100vh;width:100%;overflow-x:hidden}.master-body .container .space-holder .sticky .horizontal{position:absolute;height:100%;will-change:transform}.master-body .container .space-holder .sticky .horizontal .wrapper{height:100vh;width:auto;display:flex;align-items:center}.master-body .section-6 .inner .line-accent{position:absolute;top:0;height:1600px;z-index:-1}.master-body .section-6 .inner .line-accent.left{transform:scaleX(-1);left:0}.master-body .section-6 .inner .line-accent.right{right:0}.master-body .section-6 .inner .section-title{width:148px}.master-body .section-6 .inner .faq .row:after{content:"";width:128px;height:128px;border-radius:8px;background-color:rgba(67,231,205,.15);filter:blur(12px);position:absolute;left:50%;top:calc(104px - 116px / 2);transform:translate(-50%,0) rotate(-45deg);z-index:1}.master-body .section-6 .inner .faq .row .diamond{position:absolute;left:50%;top:calc(104px - 116px / 2);transform:translate(-50%,0);height:116px;width:116px;z-index:3}.master-body .section-6 .inner .faq .row .card{width:100%;border-radius:8px;max-height:96px;transition:all .6s ease-in-out}.master-body .section-6 .inner .faq .row .card:not(:last-child){margin-bottom:calc(8px * 2)}.master-body .section-6 .inner .faq .row .card#card-2 .card-header:before{transform:scaleX(-1)}.master-body .section-6 .inner .faq .row .card#card-3 .card-header:before{transform:scaleY(-1)}.master-body .section-6 .inner .faq .row .card#card-4 .card-header:before{transform:rotate(-180deg)}.master-body .section-6 .inner .faq .row .card .card-header{padding:16px;position:relative;width:calc(100% - 16px * 2);height:calc(96px - 16px * 2);display:flex;align-items:center;z-index:2;cursor:pointer}.master-body .section-6 .inner .faq .row .card .card-header:before{content:"";width:100%;height:96px;clip-path:polygon(100% 0,100% calc(100% - 124px / 2),calc(100% - 124px / 2) 100%,0 100%,0 0);background-color:rgba(255,255,255,.25);backdrop-filter:blur(24px);border-radius:16px;position:absolute;right:0;top:0;z-index:0;transition:all .3s;z-index:2}.master-body .section-6 .inner .faq .row .card .card-header span{position:relative;z-index:3}.master-body .section-6 .inner .faq .row .card .card-header .tab-indicator{position:absolute;top:16px;height:28px;width:28px;border-radius:14px;background-color:rgba(255,255,255,.25);transition:all .6s ease-in-out;z-index:4}.master-body .section-6 .inner .faq .row .card .card-header .tab-indicator.right{right:16px}.master-body .section-6 .inner .faq .row .card .card-header .tab-indicator.left{left:16px}.master-body .section-6 .inner .faq .row .card .card-header .tab-indicator:after,.master-body .section-6 .inner .faq .row .card .card-header .tab-indicator:before{content:"";width:16px;height:3px;background-color:#43e7cd;position:absolute;left:50%;top:50%;transition:all .6s cubic-bezier(.76,0,.07,1)}.master-body .section-6 .inner .faq .row .card .card-header .tab-indicator:before{transform:translate(-50%,-50%) rotate(90deg)}.master-body .section-6 .inner .faq .row .card .card-header .tab-indicator:after{transform:translate(-50%,-50%) rotate(180deg)}.master-body .section-6 .inner .faq .row .card .card-body{padding:calc(96px + 16px) 16px 16px 16px;position:relative;width:calc(100% - 16px * 2);margin-top:-96px;border-radius:16px;z-index:1;max-height:0;opacity:0;visibility:hidden;transition:all .6s ease-in-out}.master-body .section-6 .inner .faq .row .card .card-body:before{content:"";width:100%;height:100%;background-color:rgba(255,255,255,.05);border-radius:16px;position:absolute;right:0;top:0;z-index:0;z-index:1}.master-body .section-6 .inner .faq .row .card .card-body p{z-index:2;position:relative}.master-body .section-6 .inner .faq .row .card.active{max-height:1000px}.master-body .section-6 .inner .faq .row .card.active .card-header:before{background-color:rgba(67,231,205,.5)}.master-body .section-6 .inner .faq .row .card.active .card-header .tab-indicator{background-color:#fff}.master-body .section-6 .inner .faq .row .card.active .card-header .tab-indicator:before{transform:translate(-50%,-50%) rotate(0)}.master-body .section-6 .inner .faq .row .card.active .card-header .tab-indicator:after{transform:translate(-50%,-50%) rotate(0)}.master-body .section-6 .inner .faq .row .card.active .card-body{max-height:1000px;opacity:1;visibility:visible}.master-body .section-7 .inner .section-title{width:220px}.master-body .section-7 .inner .clients .row{background-color:rgba(255,255,255,.15);backdrop-filter:blur(8px);border:solid 1px rgba(255,255,255,.25)}.master-body .section-8 .inner .section-title{width:auto;cursor:pointer;transition:all .6s cubic-bezier(.76,0,.07,1);overflow:hidden;position:relative}.master-body .section-8 .inner .section-title span{position:relative;z-index:1}.master-body .section-8 .inner .section-title .ff-2{width:64px}.master-body .section-8 .inner .section-title:after{content:"";width:100%;height:100%;border-radius:14px;background-color:#43e7cd;position:absolute;left:0;top:100%;transition:all .6s cubic-bezier(.76,0,.07,1);z-index:0}.master-body .section-8 .inner .section-title:hover{color:rgba(0,0,0,.5)}.master-body .section-8 .inner .section-title:hover:after{top:0}.master-body .footer .inner .section-title{border-color:rgba(255,255,255,.25);color:#fff;width:auto}.master-body .footer .inner .row{display:flex;align-items:end;width:100%;position:relative}.master-body .footer .inner .row:after{content:"";position:absolute;width:100%;height:4px;left:0;bottom:-4px;opacity:.25;background:linear-gradient(90deg,rgba(255,255,255,0) 0,#43e7cd 25%,#43e7cd 75%,rgba(255,255,255,0) 100%)}.master-body .footer .inner .row .col{padding:18px 24px;width:calc(33.333% - 24px * 2);display:flex;flex-direction:column}.master-body .footer .inner .row .divider{height:180px;width:4px;opacity:.25;background:linear-gradient(0deg,#43e7cd 0,rgba(255,255,255,0) 100%)}.master-body .footer .inner .scroll-indicator{right:0;bottom:0;transform:rotate(180deg);height:270px}.master-body .footer .inner .scroll-indicator .text{transform:scaleY(-1) scaleX(-1);height:180px}@media only screen and (min-width:320px) and (max-width:480px){.master-body{width:100vw;display:flex;flex-direction:column;justify-content:center;align-items:center}.master-body .section-wrapper{overflow:hidden}.master-body .section-1{overflow:hidden}.master-body .section-1 .logo{width:calc(110px + 20px * 2);height:calc(64px + 20px * 2)}.master-body .section-1 .title-wrapper{background-color:#0a0a0a;width:calc(100vw - 40px)}.master-body .section-1 .title-wrapper:after{left:16px}.master-body .section-1 .title-wrapper .title span{background-color:transparent}.master-body .section-1 .title-wrapper.active-1 #title-1 span{border-radius:0}.master-body .section-1 .title-wrapper.active-1 #title-1 span::after{right:4px;top:-16px;transform:rotate(0)}.master-body .section-1 .video{left:0;transform:translate(0,-50%)}.master-body .section-1 .video video{left:0;transform:translate(0,-50%)}.master-body .section-2{height:1100px;overflow:hidden}.master-body .section-2 .graphic{right:auto;left:50%;top:0;transform:translate(-50%,0);height:700px}.master-body .section-2 .aurora{right:-180px;top:-110px;height:1000px}.master-body .section-2 .inner{padding-top:300px;height:calc(100% - 300px)}.master-body .section-3{overflow:hidden}.master-body .section-3 .inner:before{display:none}.master-body .section-3 .inner:after{display:none}.master-body .section-3 .inner .section-title:not(:first-child){margin-left:0;margin-top:-1px}.master-body .section-4{overflow:hidden}.master-body .section-4 .inner{overflow:hidden}.master-body .section-4 .inner:before{display:none}.master-body .section-4 .inner .border-gradient{top:0;width:4px;height:100%;border-radius:2px}.master-body .section-4 .inner .number-1{width:183px}.master-body .section-4 .inner .number-2{width:211px}.master-body .section-4 .inner .number-3{width:134px}.master-body .section-5{overflow:hidden}.master-body .section-5 .accent-2{display:none}.master-body .section-5 .inner .videos .video-card{width:100%}.master-body .section-5 .inner .videos .video-card .video-wrapper{width:100%;height:276px}.master-body .section-5 .inner .videos .video-card .video-wrapper:hover video{height:100%}.master-body .section-6{overflow:hidden}.master-body .section-6 .inner .line-accent{height:792px}.master-body .section-6 .inner .line-accent.left{left:calc(50% - 156px);transform:translate(-50%,0) scaleX(-1)}.master-body .section-6 .inner .line-accent.right{right:calc(50% - 156px);transform:translate(50%,0)}.master-body .section-6 .inner .section-title{width:148px}.master-body .section-6 .inner .faq .row:after{display:none}.master-body .section-6 .inner .faq .row .card{max-height:80px}.master-body .section-6 .inner .faq .row .card .card-header{height:calc(80px - 16px * 2)}.master-body .section-6 .inner .faq .row .card .card-header:before{height:80px;clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}.master-body .section-6 .inner .faq .row .card .card-header .tab-indicator{top:8px}.master-body .section-6 .inner .faq .row .card .card-header .tab-indicator.left{left:8px}.master-body .section-6 .inner .faq .row .card .card-header .tab-indicator.right{left:8px;right:auto}.master-body .section-6 .inner .faq .row .card .card-body{padding:calc(80px + 16px) 16px 16px 16px;margin-top:-80px}.master-body .section-7{overflow:hidden}.master-body .section-7 .inner .clients .row{width:calc(100% - 1rem * 2)}.master-body .section-8{overflow:hidden}.master-body .section-8 .inner .slider-patch{margin-left:calc(var(--padding-l-r) * -1);width:calc(100% + var(--padding-l-r) * 2);position:relative}.master-body .section-8 .inner .slider-patch .row{width:100%;position:relative}.master-body .section-8 .inner .slider-patch .row .col{padding:0 var(--padding-l-r)}.master-body .section-8 .inner .slider-patch .btn-icon{position:absolute;z-index:2;top:50%;transform:translate(0,-50%);border-radius:16px;height:32px;width:32px;display:flex;align-items:center;justify-content:center;background-color:rgba(255,255,255,.25);backdrop-filter:blur(8px);border:solid 1px rgba(255,255,255,.35)}.master-body .section-8 .inner .slider-patch .btn-icon.btn-prev{left:calc(var(--padding-l-r)/ 2 - 4px)}.master-body .section-8 .inner .slider-patch .btn-icon.btn-next{right:calc(var(--padding-l-r)/ 2 - 4px)}.master-body .section-8 .inner .slider-patch .btn-icon.slick-disabled{opacity:0;visibility:hidden}.master-body .footer{overflow:hidden}.master-body .footer .inner .section-title{padding:0 8px}.master-body .footer .inner .row:after{display:none}.master-body .footer .inner .row .col{padding:18px 16px;width:calc(50% - 16px * 2)}.master-body .footer .inner .row .col:last-child{width:calc(100% - 16px * 2)}.master-body .footer .inner .row .col:last-child:after{content:"";position:absolute;width:170%;height:4px;left:50%;top:0;transform:translate(-50%,0);opacity:.25;background:linear-gradient(90deg,rgba(255,255,255,0) 0,#43e7cd 25%,#43e7cd 75%,rgba(255,255,255,0) 100%)}.master-body .footer .inner .row .col:last-child:before{content:"";position:absolute;width:170%;height:4px;left:50%;bottom:0;transform:translate(-50%,0);opacity:.25;background:linear-gradient(90deg,rgba(255,255,255,0) 0,#43e7cd 25%,#43e7cd 75%,rgba(255,255,255,0) 100%)}.master-body .footer .inner .scroll-indicator{display:none}}@media only screen and (min-width:481px) and (max-width:767px){.master-body{width:100vw;display:flex;flex-direction:column;justify-content:center;align-items:center}.master-body .section-wrapper{overflow:hidden}.master-body .section-1{overflow:hidden}.master-body .section-1 .logo{width:calc(110px + 20px * 2);height:calc(64px + 20px * 2)}.master-body .section-1 .title-wrapper{background-color:#0a0a0a;width:calc(100vw - 40px)}.master-body .section-1 .title-wrapper:after{left:16px}.master-body .section-1 .title-wrapper .title span{background-color:transparent}.master-body .section-1 .title-wrapper.active-1 #title-1 span{border-radius:0}.master-body .section-1 .title-wrapper.active-1 #title-1 span::after{right:4px;top:-16px;transform:rotate(0)}.master-body .section-1 .video{left:0;transform:translate(0,-50%)}.master-body .section-1 .video video{left:0;transform:translate(0,-50%)}.master-body .section-2{height:1100px;overflow:hidden}.master-body .section-2 .graphic{right:auto;left:50%;top:0;transform:translate(-50%,0);height:700px}.master-body .section-2 .aurora{right:-180px;top:-110px;height:1000px}.master-body .section-2 .inner{padding-top:300px;height:calc(100% - 300px)}.master-body .section-3{overflow:hidden}.master-body .section-3 .inner:before{display:none}.master-body .section-3 .inner:after{display:none}.master-body .section-3 .inner .section-title:not(:first-child){margin-left:0;margin-top:-1px}.master-body .section-4{overflow:hidden}.master-body .section-4 .inner{overflow:hidden}.master-body .section-4 .inner:before{display:none}.master-body .section-4 .inner .border-gradient{top:0;width:4px;height:100%;border-radius:2px}.master-body .section-4 .inner .number-1{width:183px}.master-body .section-4 .inner .number-2{width:211px}.master-body .section-4 .inner .number-3{width:134px}.master-body .section-5{overflow:hidden}.master-body .section-5 .accent-2{display:none}.master-body .section-5 .inner .videos .video-card{width:100%}.master-body .section-5 .inner .videos .video-card .video-wrapper{width:100%;height:276px}.master-body .section-5 .inner .videos .video-card .video-wrapper:hover video{height:100%}.master-body .section-6{overflow:hidden}.master-body .section-6 .inner .line-accent{height:792px}.master-body .section-6 .inner .line-accent.left{left:calc(50% - 156px);transform:translate(-50%,0) scaleX(-1)}.master-body .section-6 .inner .line-accent.right{right:calc(50% - 156px);transform:translate(50%,0)}.master-body .section-6 .inner .section-title{width:148px}.master-body .section-6 .inner .faq .row:after{display:none}.master-body .section-6 .inner .faq .row .card{max-height:80px}.master-body .section-6 .inner .faq .row .card .card-header{height:calc(80px - 16px * 2)}.master-body .section-6 .inner .faq .row .card .card-header:before{height:80px;clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}.master-body .section-6 .inner .faq .row .card .card-header .tab-indicator{top:8px}.master-body .section-6 .inner .faq .row .card .card-header .tab-indicator.left{left:8px}.master-body .section-6 .inner .faq .row .card .card-header .tab-indicator.right{left:8px;right:auto}.master-body .section-6 .inner .faq .row .card .card-body{padding:calc(80px + 16px) 16px 16px 16px;margin-top:-80px}.master-body .section-7{overflow:hidden}.master-body .section-7 .inner .clients .row{width:calc(100% - 1rem * 2)}.master-body .section-8{overflow:hidden}.master-body .section-8 .inner .slider-patch{margin-left:calc(var(--padding-l-r) * -1);width:calc(100% + var(--padding-l-r) * 2);position:relative}.master-body .section-8 .inner .slider-patch .row{width:100%;position:relative}.master-body .section-8 .inner .slider-patch .row .col{padding:0 var(--padding-l-r)}.master-body .section-8 .inner .slider-patch .btn-icon{position:absolute;z-index:2;top:50%;transform:translate(0,-50%);border-radius:16px;height:32px;width:32px;display:flex;align-items:center;justify-content:center;background-color:rgba(255,255,255,.25);backdrop-filter:blur(8px);border:solid 1px rgba(255,255,255,.35)}.master-body .section-8 .inner .slider-patch .btn-icon.btn-prev{left:calc(var(--padding-l-r)/ 2 - 4px)}.master-body .section-8 .inner .slider-patch .btn-icon.btn-next{right:calc(var(--padding-l-r)/ 2 - 4px)}.master-body .section-8 .inner .slider-patch .btn-icon.slick-disabled{opacity:0;visibility:hidden}.master-body .footer{overflow:hidden}.master-body .footer .inner .section-title{padding:0 8px}.master-body .footer .inner .row:after{display:none}.master-body .footer .inner .row .col{padding:18px 16px;width:calc(50% - 16px * 2)}.master-body .footer .inner .row .col:last-child{width:calc(100% - 16px * 2)}.master-body .footer .inner .row .col:last-child:after{content:"";position:absolute;width:170%;height:4px;left:50%;top:0;transform:translate(-50%,0);opacity:.25;background:linear-gradient(90deg,rgba(255,255,255,0) 0,#43e7cd 25%,#43e7cd 75%,rgba(255,255,255,0) 100%)}.master-body .footer .inner .row .col:last-child:before{content:"";position:absolute;width:170%;height:4px;left:50%;bottom:0;transform:translate(-50%,0);opacity:.25;background:linear-gradient(90deg,rgba(255,255,255,0) 0,#43e7cd 25%,#43e7cd 75%,rgba(255,255,255,0) 100%)}.master-body .footer .inner .scroll-indicator{display:none}}.all-page .section-1{overflow:hidden;height:500px}.all-page .section-1 .background{position:absolute;width:100%;left:50%;top:calc(50% + 150px);transform:translate(-50%,-50%)}.all-page .section-1 .title-wrapper.active-1 #title-3 span{border-radius:0 16px 0 0}.all-page .section-1 .title-wrapper.active-1 #title-3 span::before{display:none}.all-page .section-1 .text-1{position:absolute;right:0;bottom:20px}.all-page .section-9 .patch-card{max-width:calc(100% - 24px * 2 - 12px * 2);margin:0 12px 24px}.all-page .section-9 .bg-gradient{border-radius:8px;background:linear-gradient(287deg,#43e7cd 0,#573cfa 100%)}@media only screen and (min-width:320px) and (max-width:480px){.all-page .section-1 .background{top:50%;width:auto;height:100%}.all-page .section-1 .title-wrapper .title{display:flex;align-items:center}.all-page .section-1 .title-wrapper .title span{width:100%}.all-page .section-9 .patch-card{max-width:calc(100%);margin:0 0}}@media only screen and (min-width:481px) and (max-width:767px){.all-page .section-1 .background{top:50%;width:auto;height:100%}.all-page .section-1 .title-wrapper .title{display:flex;align-items:center}.all-page .section-1 .title-wrapper .title span{width:100%}.all-page .section-9 .patch-card{max-width:calc(100%);margin:0 0}}.sub-page .section-1{overflow:hidden;height:500px}.sub-page .section-1 .background{position:absolute;width:100%;left:50%;top:calc(50% + 150px);transform:translate(-50%,-50%)}.sub-page .section-1 .title-wrapper.active-1 #title-3 span{border-radius:0 16px 0 0}.sub-page .section-1 .title-wrapper.active-1 #title-3 span::before{display:none}.sub-page .section-1 .text-1{position:absolute;right:0;bottom:20px}.sub-page .section-10 .bg-gradient{border-radius:8px;background:linear-gradient(287deg,#43e7cd 0,#573cfa 100%)}@media only screen and (min-width:320px) and (max-width:480px){.sub-page .section-1 .background{top:50%;width:auto;height:100%}.sub-page .section-1 .title-wrapper .title{display:flex;align-items:center}.sub-page .section-1 .title-wrapper .title span{width:100%}}@media only screen and (min-width:481px) and (max-width:767px){.sub-page .section-1 .background{top:50%;width:auto;height:100%}.sub-page .section-1 .title-wrapper .title{display:flex;align-items:center}.sub-page .section-1 .title-wrapper .title span{width:100%}}