a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:initial}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1;background:#fff;min-height:100vh;font-family:"Mont";font-style:normal;font-weight:400;font-size:16px;color:#323238}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{border:0;font-family:"Mont";font-style:normal;font-weight:600;font-size:16px;color:#323238;text-decoration:none}a,button,input,input::placeholder,table td,table th,table tr,textarea,textarea::placeholder{border:0;font-family:"Mont";font-style:normal;font-weight:600;font-size:16px;color:#323238;text-decoration:none}button{cursor:pointer}*{outline:none!important}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}*{box-sizing:border-box}@font-face{font-family:"Mont";src:local("Mont Black"),local("/font/Mont/Mont-Black"),url(/font/Mont/Mont-Black.ttf) format("truetype");font-weight:900;font-display:swap;font-style:normal}@font-face{font-family:"Mont";src:local("Mont ExtraLight"),local("/font/Mont/Mont-ExtraLight"),url(/font/Mont/Mont-ExtraLight.ttf) format("truetype");font-weight:200;font-display:swap;font-style:normal}@font-face{font-family:"Mont";src:local("Mont Bold"),local("/font/Mont/Mont-Bold"),url(/font/Mont/Mont-Bold.ttf) format("truetype");font-weight:700;font-display:swap;font-style:normal}@font-face{font-family:"Mont";src:local("Mont Heavy"),local("/font/Mont/Mont-Heavy"),url(/font/Mont/Mont-Heavy.ttf) format("truetype");font-weight:800;font-display:swap;font-style:normal}@font-face{font-family:"Mont";src:local("Mont SemiBold"),local("/font/Mont/Mont-SemiBold"),url(/font/Mont/Mont-SemiBold.ttf) format("truetype");font-weight:600;font-display:swap;font-style:normal}@font-face{font-family:"Mont";src:local("Mont Thin"),local("/font/Mont/Mont-Thin"),url(/font/Mont/Mont-Thin.ttf) format("truetype");font-weight:100;font-display:swap;font-style:normal}@font-face{font-family:"Mont";src:local("Mont Regular"),local("/font/Mont/Mont-Regular"),url(/font/Mont/Mont-Regular.ttf) format("truetype");font-weight:400;font-display:swap;font-style:normal}@font-face{font-family:"Mont";src:local("Mont Light"),local("/font/Mont/Mont-Light"),url(/font/Mont/Mont-Light.ttf) format("truetype");font-weight:300;font-display:swap;font-style:normal}.header{display:flex;align-items:center;justify-content:space-between;padding:45px 70px 0;cursor:pointer}.header__logo{width:128px}.header__flex,.header__navigation{align-items:center;display:flex}.header__navigation{grid-gap:40px;gap:40px}.header__navigation_nav{position:relative}.header__navigation_nav.active{color:#1084ff}.header__navigation_nav.active:before{content:"";display:block;position:absolute;bottom:-3px;left:0;right:0;height:1px;background:#1084ff}.header__btn{padding:12px 30px;background:#1084ff;border-radius:10px;color:#fff}.header__burger{width:42px;height:40px;position:relative;display:none}.header__burger span{display:block;background:#323238;height:3px;width:100%;position:absolute;transition:all .3s;left:0}.header__burger span:first-child{top:0}.header__burger span:nth-child(2){top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.header__burger span:nth-child(3){bottom:0}.header.open .header__flex{display:flex}.header.open .header__burger span:first-child{top:50%;-webkit-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}.header.open .header__burger span:nth-child(2){display:none}.header.open .header__burger span:nth-child(3){bottom:50%;-webkit-transform:translateY(50%) rotate(-45deg);transform:translateY(50%) rotate(-45deg)}@media(max-width:1280px){.header{padding:45px 30px 0}}@media(max-width:1160px){.header__burger{display:block;z-index:11}.header__flex{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.9);z-index:10;-webkit-transform:translateX(100%);transform:translateX(100%);transition:all .3s}.header__navigation{flex-direction:column;margin:auto}.header__navigation_nav{color:#fff}.header.open .header__flex{-webkit-transform:translateX(0);transform:translateX(0)}.header.open .header__burger span{background:#fff}}.sectionOne{position:relative;text-align:center;overflow:hidden}.sectionOne__switcher{position:absolute;top:50%;display:flex;right:3%;-webkit-transform:translateY(-50%);transform:translateY(-50%);flex-direction:column;align-items:center;font-weight:700;grid-gap:10px;gap:10px;width:26px;z-index:8;border-radius:100%;background:hsla(0,0%,100%,.6)}.sectionOne__switcher svg{cursor:pointer;width:12px}.sectionOne__switcher svg *{fill:#1084ff}.sectionOne__switcher_disable *{fill:#7b7b80!important}.sectionOne__title1{font-weight:700;font-size:85px;line-height:90px;color:#fff;margin-bottom:55px}.sectionOne__title2{font-weight:600;font-size:42px;line-height:54px;color:#fff;margin-bottom:50px}.sectionOne__btn{padding:20px 45px;cursor:pointer;font-weight:600;font-size:18px;display:inline-block;border-radius:10px;margin-bottom:45px;background:#fff;color:#1084ff}.sectionOne__runLine{font-weight:600;font-size:42px;white-space:nowrap}.sectionOne__image{position:absolute;z-index:1;left:0;right:0;bottom:10px;top:10px;display:flex;align-items:center;justify-content:center;pointer-events:none}.sectionOne__image img{-webkit-transform:translate(-9%,-3%);transform:translate(-9%,-3%);height:100%}@media(max-width:768px){.sectionOne__image{bottom:30px;right:60px;top:-25px}.sectionOne__image img{-webkit-transform:translate(-3%,-3%);transform:translate(-3%,-3%)}.sectionOne__title1{font-size:80px;margin-bottom:40px}.sectionOne__title2{font-size:38px;line-height:39px;margin-bottom:35px}}@media(max-width:500px){.sectionOne__image{bottom:65px;right:60px;top:-5px}.sectionOne__title1{font-size:44px;line-height:48px}.sectionOne__title2{font-size:24px;line-height:31px}.sectionOne__runLine{font-size:21px;line-height:27px}}.sectionTwo{padding:30px 70px;background:linear-gradient(283.61deg,#2de0fd,#1084ff 57.48%,#1651f6 99.42%);overflow:hidden}.sectionTwo__line{display:flex;align-items:center;color:#fff;margin-bottom:30px;width:100%}.sectionTwo__line_title{font-size:42px;line-height:54px;font-weight:600;margin-right:100px;white-space:nowrap}.sectionTwo__line_title2{font-size:32px;line-height:41px}.sectionTwo__cards{display:flex;flex-wrap:wrap;grid-gap:2%;gap:2%}.sectionTwo__card{width:32%;padding-bottom:42%;position:relative;border-radius:10px;overflow:hidden}.sectionTwo__card_img{position:absolute;z-index:1;left:0;right:0;top:0;bottom:0}.sectionTwo__card_img:before{content:"";position:absolute;left:0;right:0;top:0;bottom:0;background:rgba(50,50,56,.75)}.sectionTwo__card_img img{width:100%;height:100%;object-fit:cover}.sectionTwo__card_content{position:absolute;top:0;left:0;right:0;bottom:0;padding:40px 30px 80px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;text-align:center;font-weight:600;color:#fff;z-index:2}.sectionTwo__card_title{font-size:22px;line-height:28px}.sectionTwo__card_title2{font-size:18px;line-height:23px}@media(max-width:1280px){.sectionTwo{padding:30px}}@media(max-width:1024px){.sectionTwo__line{width:49%;flex-direction:column;align-items:flex-start;margin-bottom:0}.sectionTwo__line_title{margin:0 0 30px}.sectionTwo__card{padding-bottom:49%;width:49%;margin-bottom:24px}.sectionTwo__card_content{padding-bottom:30px}}@media(max-width:768px){.sectionTwo__line{text-align:center;width:100%;display:block;margin-bottom:30px}.sectionTwo__line_title{white-space:normal;font-size:38px;line-height:39px;text-align:center}.sectionTwo__line_title2{font-size:28px;line-height:36px}.sectionTwo__card{padding-bottom:80%;width:100%}}@media(max-width:500px){.sectionTwo{padding:30px 16px}}@media(max-width:400px){.sectionTwo__card:last-child{padding-bottom:120%}.sectionTwo__card_content{padding:20px}}.sectionThree{position:relative;display:flex;align-items:center;justify-content:flex-end;padding:200px 0;-webkit-transform:translateY(-40px);transform:translateY(-40px);margin-bottom:-40px}.sectionThree__switcher{position:absolute;top:50%;display:flex;left:3%;-webkit-transform:translateY(-50%);transform:translateY(-50%);flex-direction:column;align-items:center;font-weight:700;grid-gap:10px;gap:10px;width:26px;z-index:2;border-radius:100%;background:hsla(0,0%,100%,.6)}.sectionThree__switcher svg{cursor:pointer;width:12px}.sectionThree__switcher svg *{fill:#1084ff}.sectionThree__switcher_disable *{fill:#7b7b80!important}.sectionThree__image{pointer-events:none;position:absolute;top:0;bottom:0;right:0}.sectionThree__image img{height:130%;-webkit-transform:translate(130px,-120px);transform:translate(130px,-120px)}.sectionThree__image img:first-child{display:block}.sectionThree__image img:last-child{display:none}.sectionThree__telephone{position:absolute;pointer-events:none;top:0;bottom:0;left:-220px}.sectionThree__telephone img{height:110%;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.sectionThree__content{position:relative;color:#fff;padding-right:70px}.sectionThree__title{font-weight:600;font-size:42px;line-height:54px;width:500px;margin-bottom:40px}.sectionThree__title2{width:500px}.sectionThree__title2 span{font-weight:600;line-height:20px}@media(max-width:1600px){.sectionThree__image img{height:100%;-webkit-transform:translate(0);transform:translate(0)}}@media(max-width:1280px){.sectionThree__content{padding-right:30px}}@media(max-width:1000px){.sectionThree__content{padding-right:30px}.sectionThree__title{font-size:38px;line-height:39px}.sectionThree__title2{font-size:18px;line-height:23px}.sectionThree__telephone{height:656px}.sectionThree__telephone img{top:auto;-webkit-transform:initial;transform:none}}@media(max-width:1000px){.sectionThree{padding:100px 0}.sectionThree__title,.sectionThree__title2{width:320px}}@media(max-width:750px){.sectionThree{display:flex;flex-direction:column-reverse;align-items:center;padding:100px 15px}.sectionThree__switcher{bottom:270px;top:auto;-webkit-transform:initial;transform:none}.sectionThree__image{left:-30px;bottom:380px;pointer-events:none;position:absolute;top:0;right:0}.sectionThree__image img:first-child{display:none}.sectionThree__image img:last-child{display:block}.sectionThree__telephone{height:450px;left:-100px;position:static}.sectionThree__telephone img{position:static;top:auto;-webkit-transform:initial;transform:none}.sectionThree__telephone{position:relative;pointer-events:none}.sectionThree__title,.sectionThree__title2{width:100%}}.sectionFour{position:relative;overflow:hidden}.sectionFour__video{position:fixed;top:0;left:0;bottom:0;right:0;background:rgba(0,0,0,.8);z-index:8;display:flex;align-items:center;justify-content:center;padding:50px}.sectionFour__video video{width:100%}.sectionFour__title{font-weight:600;font-size:42px;line-height:54px;margin-bottom:30px;text-align:center;color:#1084ff;padding:70px 0}.sectionFour__image{width:70%;position:relative;z-index:2;cursor:pointer}.sectionFour__image img{width:100%}.sectionFour__image2{position:absolute;z-index:1;width:20%;left:2%;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.sectionFour__image2 img{width:100%}.sectionFour__image3{position:absolute;z-index:1;width:15%;right:4%;bottom:7%}.sectionFour__image3 img{width:100%}.sectionFive{background:linear-gradient(283.61deg,#2de0fd,#1084ff 57.48%,#1651f6 99.42%);padding:30px 70px 50px}.sectionFive__title{font-weight:600;font-size:42px;line-height:54px;color:#fff;margin-bottom:36px;text-align:center}.sectionFive__content{display:flex;overflow:hidden;grid-gap:100px;gap:100px;margin-right:-70px}.sectionFive__dots{display:flex;align-items:center;justify-content:center;grid-gap:20px;gap:20px;margin-top:30px}.sectionFive__dots_dot{width:12px;height:12px;border-radius:100%;border:1px solid #fff;cursor:pointer}.sectionFive__dots_dot.active{background:#fff}.sectionFive__possibilities{padding:36px 40px;background:#fff;border-radius:10px;display:flex;width:825px;min-width:823px}.sectionFive__possibilities_left{width:40%;display:flex;flex-direction:column;justify-content:space-between}.sectionFive__possibilities_right{width:60%;display:flex;flex-direction:column;justify-content:space-between}.sectionFive__possibilities_title{font-weight:600;font-size:22px;line-height:28px;color:#1084ff;margin-bottom:30px;display:flex;align-items:center}.sectionFive__possibilities_title img{width:123px;height:123px;display:none;margin-right:26px}.sectionFive__possibilities_image{-webkit-transform:translate(-60px,40px);transform:translate(-60px,40px)}.sectionFive__possibilities_image img{width:100%}.sectionFive__possibilities_itemWrapper{display:flex;flex-direction:column;grid-gap:20px;gap:20px;position:relative}.sectionFive__possibilities_itemWrapper:before{content:"";position:absolute;left:24px;top:0;bottom:0;width:1px;background:#1084ff}.sectionFive__possibilities_item{display:flex;align-items:center;position:relative}.sectionFive__possibilities_item_icon{min-width:48px;width:48px;height:48px;background:#1084ff;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-right:26px}.sectionFive__possibilities_btn{width:70%;padding:18px;font-weight:600;font-size:18px;display:block;margin:30px auto 0;background:#1084ff;border-radius:10px;color:#fff;cursor:pointer}@media(max-width:1280px){.sectionFive{padding:30px 30px 50px}.sectionFive__content{margin-right:-30px}}@media(max-width:1024px){.sectionFive__content{flex-direction:column;overflow:initial;grid-gap:30px;gap:30px;margin-right:0}.sectionFive__possibilities{width:100%;min-width:100%}.sectionFive__dots{display:none}}@media(max-width:685px){.sectionFive__possibilities{flex-direction:column}.sectionFive__possibilities_title img{display:block}.sectionFive__possibilities_left,.sectionFive__possibilities_right{width:100%}.sectionFive__possibilities_image{display:none}.sectionFive__possibilities_btn{width:100%}}@media(max-width:500px){.sectionFive{padding:16px}.sectionFive__content{margin-right:0}.sectionFive__possibilities{padding:18px}}.sectionSix{position:relative;display:flex;padding:120px 0 120px 70px;-webkit-transform:translateY(-40px);transform:translateY(-40px);margin-bottom:-40px}.sectionSix__image{pointer-events:none;position:absolute;top:0;bottom:0;left:0}.sectionSix__image img{height:100%}.sectionSix__computer{pointer-events:none;position:absolute;top:0;bottom:0;right:0;z-index:2;display:flex;align-items:flex-end;-webkit-transform:translateY(50px);transform:translateY(50px);width:65%}.sectionSix__computer img{width:100%}.sectionSix__content{position:relative;z-index:1;width:582px}.sectionSix__title{font-weight:600;font-size:42px;line-height:54px;margin-bottom:46px;color:#fff}.sectionSix__title2{line-height:20px;margin-bottom:46px;color:#fff}.sectionSix__form{background:#fff;border-radius:10px;padding:23px 42px}.sectionSix__form_title{font-weight:600;color:#1084ff;font-size:22px;line-height:28px;margin-bottom:23px}.sectionSix__form_line{display:flex;align-items:center;justify-content:space-between}.sectionSix__form_line_error{font-size:12px;color:red;-webkit-transform:translate(4px,3px);transform:translate(4px,3px)}.sectionSix__form_line_title{line-height:20px;width:112px;color:#1084ff}.sectionSix__form_line_input{width:278px;height:48px;border-radius:10px;border:1px solid #d3e9ff}.sectionSix__form_line_input.error{border:1px solid red}.sectionSix__form_line_input input{line-height:20px;color:#1084ff;border-radius:10px;background:#d3e9ff;width:100%;height:100%;padding:14px 17px}.sectionSix__form_line_input input::-webkit-input-placeholder{color:#1084ff}.sectionSix__form_line_input input::placeholder{color:#1084ff}.sectionSix__form_line_message{width:48px;height:48px;background:#d3e9ff;display:flex;align-items:center;justify-content:center;border-radius:10px;cursor:pointer}.sectionSix__form_line_message *{fill:#1084ff}@media(min-width:1550px){.sectionSix__computer img{width:auto;height:100%;margin-left:auto}}@media(max-width:1280px){.sectionSix{padding-left:30px}}@media(max-width:1024px){.sectionSix__content{width:500px}.sectionSix__title{min-width:660px}.sectionSix__form{padding:21px}.sectionSix__form_line{flex-wrap:wrap}.sectionSix__form_line_title{width:100%}.sectionSix__form_line_input{width:380px;height:64px}.sectionSix__form_line_message{width:64px;height:64px}}@media(max-width:900px){.sectionSix{padding-bottom:50px}.sectionSix__computer{width:55%;z-index:1;bottom:45px;right:-20px}}@media(max-width:768px){.sectionSix{padding-bottom:50px}.sectionSix__content{width:380px}.sectionSix__form{padding:16px}.sectionSix__form_title{font-size:22px}.sectionSix__form_line_title{width:100%;font-size:16px}.sectionSix__form_line_input{width:280px;height:48px}.sectionSix__form_line_message{width:48px;height:48px}.sectionSix__computer{width:55%;z-index:1;bottom:45px;right:-20px}}@media(max-width:620px){.sectionSix{padding:120px 15px 0;display:flex;flex-direction:column-reverse;align-items:center;padding-bottom:0;margin-bottom:0}}@media(max-width:620px){.sectionSix__content{width:100%}.sectionSix__title{font-size:24px;line-height:31px;white-space:normal;min-width:100%;margin-bottom:33px}.sectionSix__title2{font-size:16px;margin-bottom:32px}.sectionSix__form_line_title{margin-bottom:16px}.sectionSix__form_line_input{width:calc(100% - 60px);height:48px}.sectionSix__image{left:-30px;bottom:230px}.sectionSix__computer{position:relative;top:auto;left:auto;bottom:auto;right:30px;width:auto;height:330px}.sectionSix__computer img{width:auto;height:100%}}.sectionSeven{padding:30px 70px;overflow:hidden}.sectionSeven__title{font-weight:600;font-size:42px;line-height:54px;color:#1084ff;margin-bottom:36px;text-align:center}.sectionSeven__dots{display:flex;align-items:center;justify-content:center;grid-gap:20px;gap:20px;margin-top:30px}.sectionSeven__dots_dot{width:12px;height:12px;border-radius:100%;background:#d3e9ff;cursor:pointer}.sectionSeven__dots_dot.active{background:#1084ff}.sectionSeven__teams{display:flex;overflow:hidden;grid-gap:70px;gap:70px;margin-right:-70px}.sectionSeven__team{border-radius:20px;overflow:hidden;width:825px;min-width:825px;height:550px;color:#fff;display:flex;line-height:20px;align-items:center;background-size:cover}.sectionSeven__team:first-child{background-image:url(/image/section7/bkg1.png)}.sectionSeven__team:last-child{background-image:url(/image/section7/bkg2.png)}.sectionSeven__team span{font-weight:600}.sectionSeven__team_text{height:100%;padding:40px 10px 40px 40px;width:55%;display:flex;align-items:center}.sectionSeven__team_image{display:flex;height:100%}.sectionSeven__team_image img{object-fit:contain;object-position:bottom}.sectionSeven__team_image img:nth-child(2){display:none}@media(max-width:1280px){.sectionSeven{padding:30px}.sectionSeven__teams{margin-right:-30px}}@media(max-width:1024px){.sectionSeven__teams{flex-direction:column;grid-gap:35px;gap:35px;margin-right:0}.sectionSeven__team{width:100%;min-width:100%}.sectionSeven__team:first-child{align-items:flex-end}.sectionSeven__dots{display:none}}@media(max-width:685px){.sectionSeven__team{flex-direction:column;align-items:center!important;background-position:bottom;height:auto;padding-bottom:400px}.sectionSeven__team_text{width:100%}.sectionSeven__team:first-child{background-image:url(/image/section7/bkg1_mob.png)}.sectionSeven__team:nth-child(2){background-image:url(/image/section7/bkg2_mob.png)}.sectionSeven__team:nth-child(2) .sectionSeven__team_image{-webkit-transform:translateY(-60px);transform:translateY(-60px);margin-bottom:-60px}.sectionSeven__team:nth-child(2) .sectionSeven__team_image img{width:100%}.sectionSeven__team:nth-child(2) .sectionSeven__team_image img:first-child{display:none}.sectionSeven__team:nth-child(2) .sectionSeven__team_image img:nth-child(2){display:block}}@media(max-width:500px){.sectionSeven{padding:16px}.sectionSeven__team:first-child{padding-bottom:700px}}.footer{display:flex;justify-content:space-between;padding:100px 70px;flex-wrap:wrap}.footer__logo{margin-bottom:30px;width:150px}.footer__logo img{width:100%}.footer__socialIcon{display:flex;align-items:center;grid-gap:30px;gap:30px}.footer__navigation{align-items:flex-end;display:flex;grid-gap:60px;gap:60px}.footer__navigation_block{display:flex;flex-direction:column;grid-gap:35px;gap:35px}.footer__navigation_block a{display:block;color:#1084ff}@media(max-width:1280px){.footer{padding:100px 30px}}@media(max-width:1024px){.footer__navigation:last-child{width:100%;margin-top:120px}}@media(max-width:570px){.footer{padding:15px}.footer__navigation{width:100%;margin-top:30px!important}.footer__navigation:last-child{flex-direction:column;align-items:flex-start!important}}
/*# sourceMappingURL=main.0b3395dd.chunk.css.map */