html{box-sizing:border-box}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:var(--font-family)}h1,h2,h3,h4,h5,h6,p,li{margin:0}ul{margin:0;padding:0;list-style:none}a{color:currentColor;text-decoration:none}button{cursor:pointer}img{display:block;max-width:100%;height:auto}.container{max-width:375px;margin:0 auto;padding-left:24px;padding-right:24px}@media screen and (min-width: 1440px){.container{max-width:1440px;padding-left:64px;padding-right:64px}}.main{display:flex;flex-direction:column;color:#000;background:#fff;padding-top:92px;padding-bottom:50px}@media screen and (min-width: 1440px){.main{padding-top:104px;padding-bottom:100px}}@media screen and (min-width: 1440px){.side-space{padding:0 103px}}.backLink{width:fit-content;display:flex;align-items:center;gap:8px;background:none;border:none;font-weight:300;font-size:12px;line-height:150%;text-align:center;text-decoration:none!important;color:var(--txt1)}.backLink:before{content:"";display:block;width:24px;height:24px;background:url(/img/back.png) no-repeat center center}.backLink:hover{text-decoration:underline!important}.update-date{width:100%;font-weight:400;font-size:16px;margin-bottom:16px}@media screen and (min-width: 1440px){.update-date{font-size:24px}}.privacy-title{font-family:var(--second-family);font-weight:400;font-size:30px;line-height:133%;color:var(--text-black);text-align:center;margin:50px 0 35px}@media screen and (min-width: 1440px){.privacy-title{font-size:50px;margin:61px 0}}.header-text{font-weight:400;font-size:18px;line-height:140%;text-align:left;color:#fff}.sub-header{font-size:24px;font-weight:400}.main h2,.main h3{font-family:var(--font-family);font-weight:600;font-size:20px;color:#000;margin:20px 0 10px}@media screen and (min-width: 1440px){.main h2,.main h3{font-size:30px;margin:30px 0 10px}}.bold{font-weight:700!important}.policy-text-wrap{width:100%;display:flex;flex-direction:column}.category-title{display:block;margin:20px 0;font-weight:600;font-size:24px;line-height:130%}@media screen and (min-width: 1440px){.category-title{font-size:28px}}.main p{font-weight:400;font-size:14px;line-height:150%;color:#000}@media screen and (min-width: 1440px){.main p{font-size:24px}}.main ul{display:flex;flex-direction:column;list-style-type:disc;font-weight:400;font-size:14px;padding-left:24px;color:var(--txt1)}@media screen and (min-width: 1440px){.main ul{font-size:24px;padding-left:35px}}.main ol{font-weight:400;font-size:14px;margin:0;padding-left:20px}@media screen and (min-width: 1440px){.main ol{font-size:24px;padding-left:35px}}.link-list-tc{color:#160805}.link-tc{font-weight:300;font-size:14px;line-height:24px;text-decoration:underline}.main a{font-style:normal;line-height:normal;text-decoration:underline;overflow-wrap:anywhere}.main a:hover{text-decoration:none}.upper-space{margin-top:30px}.header-section{width:100%;height:76px;position:fixed;top:0;left:0;right:0;display:flex;justify-content:center;align-items:center;z-index:9999;transition:.5s;padding:0;background:var(--bg1)}@media screen and (min-width: 1440px){.header-section{height:104px}}.header-wrap{width:100%;height:100%;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;position:relative;padding:0 24px;z-index:11}@media screen and (min-width: 1440px){.header-wrap{padding:0 64px}}.header-logo{width:100px;display:flex;flex-direction:column;align-items:center;gap:4px;font-family:var(--second-family);font-weight:400;font-size:12px;line-height:133%;text-align:center;color:var(--text-black)}@media screen and (min-width: 1440px){.header-logo{width:fit-content;font-size:18px}}.header-logo img{width:40px}@media screen and (min-width: 1440px){.header-logo img{width:60px}}.backdrop{display:none}@media screen and (min-width: 1440px){.backdrop{display:flex;margin:0;padding:0}}.backdrop.show{height:100vh;display:flex;justify-content:left;position:fixed;top:0;right:0;left:0;padding:48px 0;background:var(--bg1);border-bottom:1px solid var(--extra);z-index:10}.backdrop-wrap{width:100%;display:flex}.backdrop.show .header-menu-list{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:50px}@media screen and (min-width: 1440px){.header-menu-list{display:flex;gap:16px}}.backdrop.show .header-menu-list .menu-item{text-align:left}.backdrop.show .header-menu-list .menu-item .item-link-bd,.item-link{font-family:var(--second-family);font-weight:400;font-size:18px;line-height:133%;color:var(--text-black);transition:.3s}@media screen and (min-width: 1440px){.menu-item{display:flex;align-items:center}}.item-link:hover{text-decoration:underline}.header-menu-btn{width:31px;height:31px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:0;border:none;background:none;z-index:20}@media screen and (min-width: 1440px){.header-menu-btn{display:none}}.header-menu-line{width:24px;height:3px;background-color:var(--text-black);transition:.3s ease}.header-menu-line.second{width:12px}.header-menu-btn.close .header-menu-line:first-child{transform:rotate(45deg) translate(5px,5px)}.header-menu-btn.close .header-menu-line:nth-child(2){width:0;opacity:0}.header-menu-btn.close .header-menu-line:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.header__download-btn{width:288px;position:fixed;left:50%;bottom:121px;transform:translate(-50%);display:none;align-items:center;gap:8px;border-radius:24px;padding:10px 24px;background:var(--bg2);z-index:20;transition:.3s}@media screen and (min-width: 1440px){.header__download-btn{display:flex;position:initial;transform:translate(0)}}.header__download-btn:hover{opacity:.8;text-decoration:none}.header__download-btn span{width:216px;font-weight:500;font-size:14px;line-height:143%;text-align:center;color:var(--text-white)}.backdrop.show+.header__download-btn{display:flex}#hero{display:flex;min-height:100dvh;padding-top:96px;padding-bottom:50px;position:relative}@media screen and (min-width: 1440px){#hero{min-height:fit-content;margin-top:104px;margin-bottom:100px;padding-top:64px}}.hero__container{width:100%;display:flex;flex-direction:column;align-items:center;gap:16px}@media screen and (min-width: 1440px){.hero__container{align-items:flex-start}}.hero__content{width:100%;display:flex;flex-direction:column;align-items:center;flex-wrap:wrap;gap:20px}@media screen and (min-width: 1440px){.hero__content{flex-direction:row;align-items:flex-start;justify-content:space-between;gap:0 64px}}.hero__title{font-family:var(--second-family);font-weight:400;font-size:30px;line-height:133%;color:var(--text-black);margin-bottom:4px}@media screen and (min-width: 1440px){.hero__title{width:100%;font-size:60px;line-height:125%;text-align:center;margin-bottom:16px}}.hero__description{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:16px}@media screen and (min-width: 1440px){.hero__description{width:auto;max-width:548px}}.hero__text{font-family:var(--font-family);font-weight:400;font-size:14px;line-height:129%;color:var(--text-black)}@media screen and (min-width: 1440px){.hero__text{font-size:20px}}.hero__picture{width:100%}@media screen and (min-width: 1440px){.hero__picture{width:700px}}.hero__system{max-height:161px;display:flex;justify-content:center;flex-wrap:wrap;gap:20px 39px}@media screen and (min-width: 1440px){.hero__system{width:700px;justify-content:space-between;gap:40px;margin-top:64px;order:4}}.hero__system-box{display:flex;flex-direction:column;align-items:center;gap:4px;border:1px solid #e5e7eb;border-radius:24px;padding:12px;min-width:130px;min-height:68px;box-shadow:0 1px 2px -1px #0000001a,0 1px 3px #0000001a;background:var(--text-white);font-weight:400;font-size:14px;line-height:143%;text-align:center;color:var(--text-gray)}@media screen and (min-width: 1440px){.hero__system-box{padding:20px}}@media screen and (min-width: 1440px){.hero__system-box:nth-child(2){order:3}}.hero__system-box p:first-child{line-height:143%;text-align:center;color:var(--text-black)}@media screen and (min-width: 1440px){.hero__system-box p:first-child{font-size:24px}}@media screen and (min-width: 1440px){.hero__system-box:nth-child(3){min-width:229px}}.hero__links{width:100%;display:flex;flex-direction:column;align-items:center;gap:20px}@media screen and (min-width: 1440px){.hero__links{width:fit-content;gap:32px;margin-top:10px;order:3}}.hero__links a:first-child{width:100%;border-radius:24px;padding:10px 24px;background:var(--bg2);font-weight:500;font-size:20px;line-height:150%;text-align:center;color:var(--text-white)}@media screen and (min-width: 1440px){.hero__links a:first-child{width:411px;font-size:22px}}.hero__links a:last-child{height:63px;display:flex;justify-content:center;align-items:center;gap:25px;font-weight:500;font-size:20px;line-height:150%;text-align:center;color:var(--text-black)}@media screen and (min-width: 1440px){.hero__links a:last-child{width:411px;font-size:22px}}.modes__wrap{width:100%;display:flex;flex-direction:column;padding-top:40px;padding-bottom:40px;background:var(--bg2)}@media screen and (min-width: 1440px){.modes__wrap{padding-top:64px;padding-bottom:64px}}.modes__title{color:var(--text-white)!important}.modes__description{width:100%;display:flex;flex-direction:column;gap:16px;font-weight:400;font-size:14px;line-height:129%;color:var(--text-white)}@media screen and (min-width: 1440px){.modes__description{font-size:20px}}.modes__description ul{list-style-type:disc;padding-left:24px}.cards__container{padding:50px 0}@media screen and (min-width: 1440px){.cards__container{padding:100px 0}}.cards__content{width:100%;display:flex;flex-direction:column;gap:20px;font-weight:400;font-size:14px;line-height:129%;color:var(--text-black)}@media screen and (min-width: 1440px){.cards__content{gap:16px;font-size:20px;text-align:center}}.cards__box{width:100%;display:flex;flex-direction:column;align-items:center;gap:16px;border:1px solid #e5e7eb;border-radius:16px;padding:20px;box-shadow:0 1px 2px -1px #0000001a,0 1px 3px #0000001a;background:var(--text-white);font-size:16px;line-height:125%;text-align:left}@media screen and (min-width: 1440px){.cards__box{max-width:1176px;margin:24px auto 0;padding:24px;font-size:24px}}.cards__box p{width:100%}.cards__box-title{font-weight:600;font-size:20px;line-height:150%;color:var(--text-black)}@media screen and (min-width: 1440px){.cards__box-title{font-weight:500;font-size:32px;line-height:131%}}.cards__box-bottom-text{text-align:left}@media screen and (min-width: 1440px){.cards__box-bottom-text{text-align:center;margin-top:24px}}.features__container{padding-top:50px}@media screen and (min-width: 1440px){.features__container{padding-top:100px}}.features__content{width:100%;display:flex;flex-direction:column;gap:20px;font-weight:400;font-size:14px;line-height:129%;color:var(--text-black)}@media screen and (min-width: 1440px){.features__content{gap:16px;font-size:20px}}.features__box{width:100%;display:flex;flex-direction:column;align-items:center;border:1px solid #e5e7eb;border-radius:16px;padding:20px;box-shadow:0 1px 2px -1px #0000001a,0 1px 3px #0000001a;background:var(--text-white);font-size:16px;line-height:125%}@media screen and (min-width: 1440px){.features__box{max-width:1176px;margin:24px auto 0;font-size:24px}}.features__box p{width:100%}.features__box-bottom-text{text-align:center}@media screen and (min-width: 1440px){.features__box-bottom-text{text-align:left;margin-top:24px}}#download{background:var(--bg2)}.download__wrap{display:flex;flex-direction:column;align-items:center;padding-top:40px;padding-bottom:40px}@media screen and (min-width: 1440px){.download__wrap{padding-top:64px;padding-bottom:64px}}.download__title{color:var(--text-white)!important}.download__content{width:100%;display:flex;flex-direction:column;gap:20px;font-weight:400;font-size:14px;line-height:129%;color:var(--text-white)}@media screen and (min-width: 1440px){.download__content{gap:40px;font-size:20px}}.download__description{display:flex;flex-direction:column;gap:16px}.download__link{width:100%;min-height:63px;display:flex;align-items:center;justify-content:center;border-radius:24px;padding:10px 24px;background:var(--bg1);font-weight:500;font-size:20px;line-height:150%;text-align:center;color:var(--text-black)}@media screen and (min-width: 1440px){.download__link{max-width:411px;margin:0 auto}}.download__last-text{text-align:center}.footer-wrap{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:40px 32px;padding-top:24px;padding-bottom:24px;background-color:var(--bg2);font-weight:400;font-size:14px;line-height:129%;text-align:center;color:var(--text-white)}@media screen and (min-width: 1440px){.footer-wrap{justify-content:space-between;gap:0;padding:50px 184px;font-size:18px;line-height:133%}}.main+footer .footer-wrap{background:#fff;color:var(--text-black)}.footer__title{font-family:var(--second-family)}@media screen and (min-width: 1440px){.footer-policies{order:3}}.footer-list{display:flex;flex-direction:column;justify-content:center;align-items:center}.footer-list li a{font-family:var(--second-family);font-weight:400;font-size:14px;line-height:129%;text-decoration:none;text-decoration-skip-ink:none;color:var(--txt1)}@media screen and (min-width: 1440px){.footer-list li a{font-size:18px;line-height:133%}}.footer-list li a:hover{text-decoration:underline}.footer-copyright{width:100%;font-family:var(--second-family)}@media screen and (min-width: 1440px){.footer-copyright{width:fit-content;order:1}}*{-webkit-tap-highlight-color:transparent}:root{--font-family: "Inter", sans-serif;--second-family: "Teko", sans-serif;--bg1: #d5e6f0;--bg2: #042654;--text-black: #010101;--text-white: #fff;--bg-white: #fff;--text-gray: #6a7282;--accent: #e5af0b;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}body{font-family:var(--font-family);color:var(--text-black);background:var(--bg1);position:relative}h1,h2,h3,h4,h5,h6,p,a{font-family:var(--font-family)}a:hover{text-decoration:underline}ul{font-family:var(--font-family)}html{scroll-behavior:smooth}main{max-width:375px;margin:0 auto}@media screen and (min-width: 1440px){main{max-width:1440px}}section{scroll-margin-top:60px}.title{font-family:var(--second-family);font-weight:400;font-size:30px;line-height:133%;text-align:center;color:var(--text-black);margin-bottom:20px}@media screen and (min-width: 1440px){.title{font-size:50px;margin-bottom:40px}}.accent{color:var(--accent)!important}.space{margin-bottom:24px}@media screen and (min-width: 1440px){.space{margin-bottom:12px}}.fadeIn{animation:fade .3s}.text-center{text-align:center}@keyframes fade{0%{opacity:0}to{opacity:1}}
