@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap);:root{--header-height:3.75rem;--hue:212;--first-color:hsl(var(--hue), 100%, 61%);--first-color-alt:hsl(var(--hue), 82%, 52%);--first-color-dark:hsl(var(--hue), 45%, 24%);--text-color-191A17:rgba(25, 26, 23, 1);--first-color-light:hsl(var(--hue), 52%, 40%);--first-color-deep:hsl(var(--hue), 100%, 61%);--text-color:hsl(var(--hue), 6%, 58%);--text-color-deep:hsla(0, 0%, 82%, 1);--title-color:rgba(153, 153, 153, 1);--title-color-alt:hsl(42, 65%, 81%);--title-color-333:rgba(51, 51, 51, 1);--container-color:#fff;--first-color-button:var(--first-color);--download-button-color:rgba(33, 209, 182, 1);--body-font:'MiSans',' MiSans','Arial','Helvetica','Roboto',sans-serif;--h1-font-size:1.5rem;--h2-font-size:1.25rem;--h3-font-size:1.125rem;--normal-font-size:1rem;--small-font-size:0.813rem;--smaller-font-size:0.75rem;--font-normal:300;--font-medium:400;--font-semi-bold:500;--mb-1:0.5rem;--mb-2:1rem;--mb-3:1.5rem;--mb-4:2rem;--mb-5:2.5rem;--mb-6:3rem;--z-tooltip:10;--z-fixed:100;--input-border-color:rgb(237, 238, 239);--input-placeholder-color:hsla(0, 0%, 60%, 1);--container-color-primary:hsl(var(--hue), 100%, 61%);--second-color:hsl(var(--hue), 100%, 61%);--second-color-icon:hsl(171, 73%, 47%)}@media screen and (min-width:1076px){:root{--h1-font-size:3.25rem;--h2-font-size:2rem;--h3-font-size:1.5rem;--normal-font-size:1.5rem;--small-font-size:1rem;--smaller-font-size:0.875rem}}*,::after,::before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{padding:var(--header-height) 0 0 0;font-size:var(--normal-font-size);font-family:var(--body-font);font-weight:var(--font-normal);background-color:#fff;min-height:100vh;line-height:1.4}h1,h2,h3{font-weight:var(--font-medium);color:var(--title-color)}ul{list-style:none}a{display:inline-block;-webkit-tap-highlight-color:transparent;text-decoration:none}img{max-width:100%;height:auto}.container{width:90%;max-width:1228px;margin-left:1rem;margin-right:1rem}.flex{display:flex}.flex-column{flex-direction:column}.justify-content-center{justify-content:center}.align-items-center{align-items:center}.flex30{flex:0 0 30%}.flex40{flex:0 0 40%}.flex60{flex:0 0 60%}.flex70{flex:0 0 70%}.section{padding:2rem 0}.section-title{font-size:var(--h2-font-size);text-align:center;margin-bottom:var(--mb-4)}.main{flex-grow:1}.button{display:inline-flex;justify-content:space-between;align-items:center;padding:.8rem 1.6rem;border-radius:.4rem;color:var(--text-color);background-color:var(--first-color-deep)}.default-color{color:var(--text-color)!important}.text-center{text-align:center}.header{position:fixed;top:0;left:0;width:100%;z-index:var(--z-fixed);background-color:#fff}.nav{height:var(--header-height);display:flex;justify-content:space-between;align-items:center}.nav__logo{display:inline-flex;align-items:center;transition:color .3s;font-weight:var(--font-medium);color:var(--title-color-alt)}.nav__logo:hover{color:var(--title-color-alt)}.nav__logo img{height:2.4rem;margin-right:.5rem}.nav__toggle{font-size:1.25rem;cursor:pointer}.nav__menu{z-index:-1}.nav__item{margin-bottom:var(--mb-2)}.nav__link,.nav__toggle{color:var(--title-color);font-weight:var(--font-medium)}.nav__link.active-link{font-weight:700;color:var(--title-color-333)}.scroll-header{box-shadow:0 2px 4px rgba(0,0,0,.1)}.scrolltop{position:fixed;right:1rem;bottom:-100%;z-index:99;background-color:rgba(0,0,0,.5);padding:.3rem;font-size:1.3rem;color:#fff;border-radius:.2rem;display:flex;align-items:center;box-shadow:0 0 4px rgba(0,0,0,.1);transition:.3s;visibility:hidden}.show-scrolltop{bottom:1.5rem;visibility:visible}.about-us,.how-to-get{background:#f0f3f5}.footer{padding-top:40px;padding-bottom:40px;overflow:hidden;background-color:#252a2f}.footer .container{position:relative}.footer__content{display:inline-flex;flex-direction:column}.footer__link-group{text-align:left;display:flex;flex-direction:column}.footer__link-title{color:var(--text-color-deep);font-weight:var(--font-medium);text-align:center}.footer__link-title .footer__link{color:var(--text-color-deep)}.footer__link{text-align:center;font-size:16px;font-weight:var(--font-normal);color:var(--text-color);line-height:30px;transition:.3s}.footer__link:not(.disabled-hover):hover{color:var(--first-color-alt);text-decoration:underline}.footer__link.active-link{color:var(--first-color)}.footer-logo{max-width:none;height:40px;display:block;margin:0 auto}@media screen and (max-width:768px){.nav__menu{position:fixed;background-color:var(--first-color-deep);top:-100%;left:0;width:100%;padding:1.5rem 1rem 3rem;text-align:center;box-shadow:0 4px 4px rgba(0,0,0,.1);border-radius:0 0 1rem 1rem;transition:.3s}.show-menu{top:var(--header-height)}.footer__link-group{gap:10px;margin-bottom:20px;margin-top:20px}.home-banner-image{display:none}.how-to-get-content-image{display:none}.how-to-get-data{margin-bottom:20px;gap:20px;flex-direction:column;background-image:none!important}.how-to-get-group{background-color:#fff;box-shadow:0 4px 50px 0 rgba(0,0,0,.1);border-radius:20px 20px 20px 20px;padding:20px 30px 30px;margin:0 5px;text-align:center}}.home-banner{min-height:auto}.home-banner-bg{background-color:var(--first-color);background-repeat:no-repeat;background-size:cover;background-position:center;position:relative;overflow:hidden}.home-banner-bg::after{content:'';position:absolute;top:0}.home-banner-content{position:relative;width:100%}.home-banner-image{width:42%;float:right;margin-top:80px;margin-right:-5%;position:relative;z-index:9999}.home-banner-inner{width:100%}.home-banner-title{width:100%;font-size:40px;font-weight:500;color:#fff;line-height:60px;margin-top:55px;margin-bottom:35px}.home-banner-subtitle{width:100%;font-size:20px;font-weight:400;color:#fff;line-height:25px;margin-bottom:50px}.home-banner-subtitle span{color:var(--download-button-color);font-weight:700}.home-download-button-image{width:200px;margin-bottom:30px}.Download a{color:#fff;background-color:var(--download-button-color);font-weight:var(--font-medium);cursor:pointer;transition:.3s;padding:5px 22px;border-radius:12px}.how-to-get-content{width:100%;padding:20px 0}.how-to-get-inner{width:100%;float:right}.how-to-get-title{width:100%;text-align:center;font-size:26px;color:#333;line-height:32px;padding:30px 0}.how-to-get-data{width:100%;display:flex;justify-content:space-between}.how-to-get-group-icon{width:70px;margin:5px auto}.how-to-get-group-content{font-size:14px;font-weight:400;line-height:20px;text-align:left}.how-to-get-group-content h4{color:#333;font-weight:var(--font-semi-bold)}.how-to-get-group-content p{color:var(--text-color);font-weight:var(--font-normal)}.about-us .container{position:relative;z-index:3}.about-us-main{background:#f0f3f5;position:relative;z-index:3}.about-us-container{width:100%;margin-bottom:2rem}.about-us-container .flex30{flex:0 0 100%}.about-us-container .flex30 img{width:100%}.about-us-inner{width:100%;display:flex}.about-us-title{font-size:26px;color:var(--title-color-333);font-weight:var(--font-semi-bold);text-align:center;line-height:32px;padding:30px 0}.about-us-paragraph{color:var(--title-color);font-size:18px;font-weight:var(--font-normal);line-height:28px;text-align:left}.about-us-image{width:100%;display:block;float:right}@media screen and (min-width:576px){.container{margin-left:1.5rem;margin-right:1.5rem}.footer .container{justify-content:space-between}}@media screen and (min-width:768px){body{padding-top:calc(var(--header-height) + 1.5rem)}.nav__menu{z-index:0}.nav,.nav__link{height:calc(var(--header-height) + 1.5rem)}.nav__toggle{display:none}.nav__list{display:flex}.nav__item{margin-bottom:0;font-size:20px}.nav__link{padding:0 var(--mb-2);display:flex;align-items:center;position:relative}.nav__link::after{content:'';position:absolute;left:17%;bottom:30%;width:30%;border-bottom-style:solid;border-bottom-width:5px;border-radius:4px;border-bottom-color:transparent;transform:scaleX(0);transition:all .2s ease-in-out}.nav__link.active-link::after,.nav__link:hover::after{transform:scaleX(1);border-bottom-color:var(--download-button-color)}.main{display:flex;flex-direction:column}.home__download-googleplay{width:245px}.home-banner-inner{position:absolute;top:0;left:0}.home-banner-title{width:65%;font-size:50px;font-weight:500;color:#fff;line-height:70px;margin-top:65px;margin-bottom:35px}.home-banner-subtitle{width:48%;font-size:33px;font-weight:400;color:#fff;line-height:35px;margin-bottom:70px}.home-download-button-image{width:280px}.Download{display:flex;align-items:center;margin-left:20px}.Download a{display:inline-flex;font-size:16px;padding:8px 30px;border-radius:12px}.how-to-get-content{padding:40px 0 0;display:flex}.how-to-get-inner{width:100%;float:right}.how-to-get-title{width:100%;text-align:left;font-size:32px;color:#333;line-height:38px;padding:40px 0}.how-to-get-data{width:100%;display:flex;justify-content:space-between;background:#fff;background-repeat:no-repeat;background-size:100% 100%;background-position:top right;margin-top:20px;padding:1.5rem}.how-to-get-group{width:25%;position:relative}.how-to-get-group-icon{width:78px;margin:10px auto;display:block}.how-to-get-group-content{font-size:18px;font-weight:400;color:#666;line-height:30px;text-align:center}.about-us-container{position:relative;width:100%;display:flex;margin-bottom:5rem}.about-us-container .flex30{flex:0 0 30%}.about-us-content{flex:0 0 65%}.about-us-image{flex:0 0 auto;display:flex;width:88%}.about-us-image img{align-self:center}.about-us-inner{width:100%;display:flex}.about-us-title{font-size:32px;line-height:38px;padding:40px 0;text-align:left}.about-us-paragraph{font-size:20px;line-height:30px;text-align:left}.section-title{margin-bottom:2rem;text-align:left}.footer{padding-top:60px;padding-bottom:60px}.footer__content{flex-direction:row;align-items:center;text-align:center}.footer__link{margin:0}.footer-logo{height:40px}.footer-divider-vertical{width:1px;height:90px;margin:0 40px;background:hsla(var(--hue),6%,58%,1);opacity:.5}.footer__data{width:68%;display:flex;justify-content:space-between;gap:10px}.footer__link-title{font-weight:var(--font-medium);text-align:left;font-size:20px;line-height:30px;margin-bottom:10px}.footer__link{text-align:left;font-size:18px;line-height:32px}}@media screen and (min-width:1076px){.container{margin-left:auto;margin-right:auto}.section-title{margin-bottom:3rem}.nav__logo img{height:2.8rem;margin-right:.5rem}.home-banner{min-height:auto}.home-banner::after{content:'';position:absolute;top:50%;transform:translateY(-60%);right:0;width:16rem;height:15rem;z-index:999;background-image:url(../assets/images/bg4.png)}.home-banner::before{content:'';position:absolute;bottom:10%;transform:translateX(-60%);left:50%;width:20rem;height:13rem;z-index:999;background-image:url(../assets/images/bg3.png)}.home-banner-title{font-size:75px;line-height:85px;margin-top:80px;margin-bottom:55px}.home-banner-subtitle{font-size:38px;line-height:42px;margin-top:80px;margin-bottom:80px}.home-download-button-image{width:330px}.Download a{font-size:20px;line-height:20px;padding:10px 25px;border-radius:12px}.how-to-get-content{padding:40px 0;display:flex}.how-to-get-title{font-size:40px;line-height:38px;padding:50px 0}.how-to-get-data{background-color:#fff;position:relative;z-index:3}.how-to-get-group{position:relative;display:flex;flex-direction:column}.how-to-get-group-icon{width:90px;margin:8px auto}.how-to-get-group-content{font-size:18px;line-height:24px}.about-us-title{font-size:40px;line-height:38px;padding:50px 0}.about-us-paragraph{font-size:24px;line-height:38px}.footer{padding-top:90px;padding-bottom:90px}.footer-logo{height:60px}.footer-divider-vertical{width:0;height:115px;margin:0 80px}.footer__data{width:100%;display:flex;justify-content:space-evenly;flex-direction:row}.footer__link-title{font-weight:var(--font-medium);text-align:left;font-size:24px;line-height:36px;margin-bottom:10px}.footer__link{text-align:left;font-size:22px;line-height:36px}}@media screen and (min-width:1560px){body{padding-top:calc(var(--header-height) + 2.5rem)}.section-title{margin-bottom:4.5rem}.section-title:not(.--center){text-align:left}.nav,.nav__link{height:calc(var(--header-height) + 2.5rem)}.container{max-width:1400px}.home-banner-title{font-size:90px;line-height:105px;margin-top:135px;margin-bottom:30px}.home-banner-subtitle{font-size:40px;line-height:59px}.home-download-button-image{width:330px}.Download a{font-size:16px;line-height:16px;padding:14px 25px;border-radius:12px;color:#fff}.how-to-get-content{padding:80px 0 0;display:flex;position:relative}.how-to-get-content::after{content:"";position:absolute;right:-150px;top:0;width:33rem;height:42rem;background:url(../assets/images/bg1.png) left top}.how-to-get-content-image{margin:60px 0;width:28%}.how-to-get-title{font-size:48px;line-height:46px;padding:60px 0}.how-to-get-data{padding:2rem}.how-to-get-group{position:relative;padding:1.5rem}.how-to-get-group-icon{width:200px;margin:10px auto}.how-to-get-group-content{font-size:20px;line-height:30px;margin-top:32px}.how-to-get-group-content h4{margin-bottom:16px}.about-us-title{font-size:48px;line-height:46px;padding:50px 0}.about-us-paragraph{font-size:30px;line-height:48px}.footer{padding-top:120px;padding-bottom:120px}.footer-logo{height:52px}.footer-divider-vertical{width:0;height:160px;margin:0 200px}.footer__data{width:100%;display:flex;justify-content:space-between}.footer__link-title{font-weight:var(--font-medium);text-align:left;font-size:20px}.footer__link{text-align:left;font-size:20px}.about-us .container::after{content:"";position:absolute;right:-150px;bottom:0;width:33rem;height:46rem;background:url(../assets/images/bg1.png) left top}.about-us .container::before{content:"";position:absolute;left:-150px;top:0;width:33rem;height:25rem;background:url(../assets/images/bg2.png) left top;z-index:999}.about-us .container{padding-top:200px}}