h1,h2,h3,h4,h5,h6,p{margin:0}p:last-child{margin-bottom: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}section{scroll-margin-top:40px}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;border:0;padding:0;white-space:nowrap;clip-path:inset(100%);clip:rect(0 0 0 0);overflow:hidden}.title-wrapper{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.subtitle-wrapper{width:100%;display:flex;align-items:center;justify-content:center;padding-block:80px 16px;padding-inline:16px;overflow:hidden;background:linear-gradient(180deg,#9fa1d5,#dbe9f4)}.subtitle{font-weight:400;font-size:16px;line-height:1.5;text-transform:uppercase;color:var(--txt2)}.title{font-weight:600;font-size:24px;line-height:1.3;text-transform:uppercase;text-align:center;color:var(--extra);margin-bottom:56px}.text{font-weight:400;font-size:16px;line-height:1.5;text-align:center;color:var(--txt2)}@media screen and (min-width: 1200px){section{scroll-margin-top:58px}.subtitle-wrapper{justify-content:flex-start;padding-block:80px 16px;padding-inline:120px}.subtitle{font-size:24px}.title{font-weight:700;font-size:32px;line-height:1.5}.text{font-size:24px}}*,*:before,*:after{box-sizing:border-box}:root{--font-family: "Gabarito", sans-serif;--second-family: "Agdasima", sans-serif;--third-family: "Asap Condensed", sans-serif;--bg1: #e9f2f8;--bg2: #c8e6e9;--txt1: #101d29;--txt2: #134577;--extra: #537eaa;--accent1: #e10e86;--accent2: #ffd303;--accent3: #008ffe;--playmarket-google-yelllow: #fabc13;--playmarket-google-red: #eb4335;--playmarket-google-blue: #547dbf;--playmarket-google-green: #30a851;--microsoft-btn-microsoft-green: #7fba00;--microsoft-btn-microsoft-red: #f25022;--microsoft-btn-microsoft-blue: #00a4ef;--microsoft-btn-microsoft-yellow: #ffb900}body{display:flex;flex-direction:column;min-width:100%;min-height:auto;margin:0;background:var(--bg1);font-family:var(--font-family);overflow-x:hidden}main{flex-grow:1}main:has(.back-link){text-align:center}html{scroll-behavior:smooth}.container{width:100%;margin:0 auto;padding-inline:16px}@media only screen and (min-width: 1200px){.container{max-width:none;padding-inline:clamp(16px,8vw,120px)}}.header{width:100%;position:relative;z-index:1000}.header-container{width:100%;position:fixed;top:0;left:50%;transform:translate(-50%);display:flex;align-items:center;justify-content:space-between;padding-block:8px;padding-inline:16px;height:40px;background:var(--bg2)}.header-container.scrolled{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);opacity:.9}.logo-img{width:100%;max-width:24px;height:24px}.header-nav{display:none}.header-nav-list{display:flex;align-items:center;gap:16px;list-style:none;margin:0;padding:0}.header-mobile-menu{display:flex;position:fixed;top:0;right:0;width:100%;max-width:375px;height:fit-content;background:var(--bg2);z-index:100;flex-wrap:wrap;flex-direction:column;opacity:0;visibility:hidden;pointer-events:none;transform:translate(100%);will-change:transform,opacity;transition:all .3s ease}.header-mobile-menu.active{opacity:1;visibility:visible;pointer-events:auto;transform:translate(0)}.noscroll{overflow:hidden}.header-mobile-header{display:flex;align-items:center;justify-content:flex-end;padding-block:8px;padding-inline:16px;height:40px;background:var(--bg2)}.header-burger,.header-mobile-close{background:none;border:none;cursor:pointer}.header-mobile-close-icon,.header-burger-icon{width:100%;stroke-width:1px;stroke:var(--txt1);transition:all .3s ease}.header-burger-icon:hover,.header-mobile-close-icon:hover{stroke:var(--accent1);transform:translateY(2px) scale(.97)}.header-mobile-menu .header-mobile-nav{display:flex;flex-wrap:wrap;align-content:center}.header-mobile-nav{flex:1;display:flex;flex-direction:column;justify-content:center;margin-block:40px;gap:40px}.header-nav-link{font-weight:400;font-size:16px;line-height:1.5;color:var(--txt1);opacity:.3;display:inline-flex;align-self:center;position:relative;padding-block:8px;text-decoration:none;transition:all .3s ease}.header-nav-link:hover{opacity:1;transform:translateY(2px) scale(.97)}.hero-link.header-nav-link{opacity:unset}@media screen and (min-width: 1200px){.header-container{padding-block:12px;padding-inline:120px;height:58px;align-items:center;justify-content:center}.logo-img{max-width:32px;height:32px}.header-nav{display:flex;width:100%;justify-content:flex-end}.header-burger,.header-mobile-menu{display:none}.header-nav-list{width:100%;max-width:1027px;justify-content:flex-end;gap:16px}}.hero-container{margin-top:40px;padding-block:17px 64px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;background-image:url(/assets/hero-img-mob-BgKa1EBE.webp);background-position:center;background-repeat:no-repeat;background-size:cover;height:814px}.hero-content{width:100%;max-width:343px;display:flex;flex-direction:column;align-items:center;justify-content:center}.hero-img-wrapper{display:flex;align-items:center;justify-content:center}.hero-title-img{width:100%;max-width:333px;height:98px;margin-bottom:32px}.hero-subtitle{font-weight:600;font-size:32px;line-height:1.3;text-transform:uppercase;text-align:center;color:var(--txt2);margin-bottom:8px}.hero-box{width:100%;display:flex;justify-content:center;align-items:center;position:relative;z-index:3}.hero-link{display:flex;justify-content:center;align-items:center;width:100%;border-radius:4px;max-width:240px;height:64px;box-shadow:inset 0 2px 2px #2d2d2d33;background:var(--accent1);transition:all .3s ease}.hero-link:hover{transform:translateY(2px) scale(.97);box-shadow:inset 0 2px 8px 1px #dbdbe580}.hero-play{width:100%;max-width:164px;height:40px}.hero-decor{position:absolute;width:100%;bottom:0;max-width:375px;height:434px;z-index:1;transition:all .3s ease}.hero-decor:hover{transform:translateY(2px) scale(.97);filter:drop-shadow(0px 0px 4px rgb(250,188,19,.5))}@media only screen and (min-width: 1200px){.hero-container{width:100%;margin-top:58px;align-items:flex-start;justify-content:flex-start;padding-block:120px 192px;padding-inline:128px;height:838px;background-image:url(/assets/hero-img-CgT6tQEb.webp)}.hero-content{max-width:700px;align-items:flex-start}.hero-title-img{max-width:700px;height:160px}.hero-subtitle{text-align:start;font-size:40px;margin-bottom:32px}.hero.text{text-align:start;padding-right:90px}.hero-box{margin-top:48px;justify-content:flex-start}}.about-section{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.about-container{padding-block:80px;display:flex;flex-direction:column;justify-content:center;align-items:center}.about.title-wrapper{max-width:343px;padding-inline:7px}.about.text{color:var(--txt1)}@media only screen and (min-width: 1200px){.about.title-wrapper{max-width:882px}}.visual-container{padding-block:80px;display:flex;flex-direction:column;align-items:center;overflow:hidden}.visual-content{width:100%}.visual-steps{display:flex;overflow-x:auto;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;width:100%;gap:16px;padding:10px 0}.visual-step{width:100%;border-radius:8px;padding-block:0px;padding-inline:8px;max-width:260px;height:498px;scroll-snap-align:center;flex:0 0 85%;-webkit-user-select:none;user-select:none;display:flex;flex-direction:column;align-items:center;gap:16px;background:var(--bg1);transition:transform .5s cubic-bezier(.22,.61,.36,1),box-shadow .5s ease}.visual-step:hover{box-shadow:0 4px 6px -4px #0000001a,0 8px 10px -3px var(--accent1);transform:translateY(2px) scale(.97)}.visual-overlay{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding-block:12px;padding-inline:0px;max-width:244px;height:152px}.visual-overlay h3{font-weight:600;font-size:16px;line-height:1.5;text-transform:uppercase;text-align:center;color:var(--txt1)}.visual-step span{width:100%;display:flex;border:1px solid var(--accent1);margin-block:8px}.visual.text{color:var(--txt2)}.visual-img{width:100%;height:100%;object-fit:cover}@media screen and (min-width: 1200px){.visual-container{width:100%}.visual-content{max-width:1178px}.visual-steps{flex-wrap:wrap;justify-content:center;align-items:center;gap:32px}.visual-step{max-width:210px;height:454px;flex:0 0 100%}.visual-overlay{max-width:100%;height:100%}.visual.text{font-size:16px}}.characters-container{padding-block:80px;display:flex;flex-direction:column;align-items:center;overflow:hidden}.characters-content{width:100%}.characters-steps{display:flex;overflow-x:auto;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;width:100%;gap:16px;padding:10px 0}.characters-step{width:100%;border:1px solid var(--extra);border-radius:8px;padding-block:16px;padding-inline:32px;max-width:270px;height:450px;background:var(--bg2);scroll-snap-align:center;flex:0 0 85%;-webkit-user-select:none;user-select:none;display:flex;flex-direction:column;align-items:center;gap:8px;transition:transform .5s cubic-bezier(.22,.61,.36,1),box-shadow .5s ease}.characters-step:hover{box-shadow:0 4px 6px -4px #0000001a,0 8px 10px -3px var(--playmarket-google-green);transform:translateY(2px) scale(.97)}.characters-overlay{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding-block:12px;padding-inline:0px;max-width:206px;height:116px}.characters-overlay h3{font-weight:600;font-size:24px;line-height:1.5;text-transform:uppercase;text-align:center;color:var(--txt1)}.characters.text{color:var(--txt2)}.characters-img{width:100%;height:100%;object-fit:cover}@media screen and (min-width: 1200px){.characters-container{width:100%}.characters-content{max-width:1178px}.characters-steps{flex-wrap:wrap;justify-content:center;align-items:center;gap:32px}.characters-step{max-width:340px;height:549px;flex:0 0 100%}.characters-overlay{max-width:256px;height:116px}.characters.text{font-size:16px}}.progression-section{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.progression-container{padding-block:80px;display:flex;flex-direction:column;align-items:center}.title.progression{padding-inline:30px}.progression-info{width:100%}.progression-list{width:100%;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:24px}.progression-item{width:100%;display:flex;align-items:center;justify-content:flex-start;gap:16px;border-radius:8px;padding-block:16px;padding-inline:32px 16px;max-width:333px;height:132px;background:var(--extra);transition:transform .5s cubic-bezier(.22,.61,.36,1),box-shadow .5s ease}.progression-item:hover{box-shadow:0 4px 6px -4px #0000001a,0 8px 10px -3px var(--extra);transform:translateY(2px) scale(.97)}.progression-overlay{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:16px}.progression-overlay h3{font-weight:600;font-size:16px;line-height:1.5;color:var(--bg1)}.progression.text{font-size:12px;text-align:start;color:var(--bg2)}.progression-img{width:100%;max-width:48px;height:48px}.br{display:none}@media screen and (min-width: 1200px){.progression-container{padding-bottom:80px}.progression.title{padding-inline:0}.progression-list{align-items:flex-start}.progression-item{flex-direction:column;padding-block:24px;padding-inline:16px;max-width:200px;height:236px}.progression-overlay{align-items:center;padding-block:12px;padding-inline:0px}.progression.text,.progression-overlay h3{text-align:center}.br{display:block}}.natural-section{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.natural-container{padding-block:80px 48px;display:flex;flex-direction:column;align-items:center}.natural-content{width:100%}.natural-list{width:100%;display:flex;flex-wrap:wrap;justify-content:center;gap:24px}.natural-item{width:100%;display:flex;flex-direction:column;justify-content:center;gap:8px;border:1px solid var(--extra);border-radius:8px;padding:16px;max-width:333px;height:106px;transition:all .3s ease}.natural-item:hover{box-shadow:inset 0 4px 4px #3546614d,inset 0 -1px 3px var(--bg2);transform:translateY(2px) scale(.97)}.natural-box{width:100%;display:flex;align-items:center;justify-content:space-between}.natural-name{font-weight:400;font-size:12px;line-height:1.5;color:var(--txt2)}.natural-text{font-weight:400;font-size:16px;line-height:1.5;color:var(--txt1)}.natural-img{width:100%;max-width:70px;height:14px}.natural-bg{width:100%;height:auto;object-fit:cover;object-position:top}@media only screen and (min-width: 1200px){.natural-container{padding-block:80px 56px}.title.natural{padding-inline:0px}.natural-list{gap:32px}.natural-item{gap:16px;padding:14px;max-width:210px;height:138px}}.faq-section{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.faq-container{padding-block:80px}.faq-grid,.accordion-container{display:flex;flex-direction:column;align-items:center;gap:32px;width:100%}.ac{width:100%;display:flex;justify-content:center;gap:12px;background:transparent;padding-inline:24px;transition:transform .5s cubic-bezier(.22,.61,.36,1),box-shadow .5s ease}.ac-header-wrapper{width:100%;display:flex;flex-direction:column}.ac-trigger{width:100%;display:flex;padding:0;cursor:pointer;align-items:center;justify-content:center;border:none;background:none;border-bottom:1px solid var(--extra)}.ac-content-box{flex-grow:1;display:flex;flex-direction:column}.ac-icon-box{width:100%;max-width:24px;height:24px;background:var(--accent1);border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:transform .4s cubic-bezier(.25,.46,.45,.94),filter .3s ease,box-shadow .3s ease}.faq-icon{fill:none;stroke:var(--bg1);transform:rotate(0);transition:all .3s ease}.ac-panel{overflow:hidden;transition:all .3s ease}.ac-trigger-question{padding-right:24px;font-weight:400;font-size:24px;line-height:1.5;color:var(--txt2);padding-block:8px;text-align:start;transition:.3s ease}.ac-text{margin-top:16px;text-align:start;font-weight:400;font-size:16px;line-height:1.5;color:var(--txt1)}.is-active .faq-icon{transform:rotate(180deg)}.is-active .ac-icon-box,.ac-icon-box:hover{transform:translateY(.01px) scale(.99);background:var(--accent3)}@media (min-width: 1200px){.ac{max-width:790px}.ac-text,.ac-trigger-question{justify-content:flex-start;max-width:790px}}.contact-section{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.contact-container{padding-block:80px 48px;display:flex;flex-direction:column;align-items:center}.contact-info{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px}.contact-text{font-weight:400;font-size:16px;line-height:1.5;text-align:center;color:var(--txt-body)}.contact-mailto{display:flex;align-items:center;gap:16px;font-weight:400;font-size:16px;line-height:1.5;color:var(--txt1);transition:all .3s ease}.contact-em{width:100%;max-width:40px;height:40px}.contact-mailto:hover{color:var(--accent1);transform:translateY(2px) scale(.97)}.contact-img{width:100%;height:auto;object-fit:cover;object-position:top}@media screen and (min-width: 1200px){.contact-container{padding-block:80px 56px}.contact-mailto{font-size:24px}.contact-em{max-width:48px;height:48px}.contact-img{height:100%}}.legal{width:100%;position:relative;z-index:1000;padding-top:0;background:var(--bg1)}.legal-header{width:100%;position:fixed;top:0;left:50%;transform:translate(-50%);padding-inline:16px;padding-block:32px 0;height:56px}.legal-header.scrolled{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);opacity:.9}.policy-close-btn{display:flex;align-items:center;font-weight:400;font-size:12px;line-height:1.5;text-align:center;color:var(--txt1);transition:all .3s ease}.legal-close-icon{fill:none;stroke-width:1px;stroke:var(--txt1);transform:rotate(90deg)}.policy-close-btn:hover{transform:translateY(2px) scale(.99)}.legal-container{padding-block:120px 56px;display:flex;flex-direction:column}.privacy-section{font-weight:400;font-size:14px;line-height:1.5;color:var(--txt1)}.legal-title{margin-bottom:48px;font-weight:400;font-size:32px;line-height:1.2;text-transform:uppercase;text-align:center;color:var(--txt2)}.privacy-section h3,.privacy-section h2{font-weight:400;font-size:20px;line-height:1.5;text-transform:uppercase;color:var(--txt2);margin-block:24px 16px}.privacy-section a{transition:all .3s ease}.privacy-section a:hover{color:var(--accent1)}@media screen and (min-width: 1200px){.legal-header{padding-inline:120px;padding-block:56px 0;height:96px}.legal-container{padding-block:176px 80px;padding-inline:223px}.legal-title{font-size:64px}}.footer-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding-block:80px;border-top:1px solid var(--extra);background:var(--bg2)}.footer-nav{width:100%}.footer-nav-list{width:100%;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:32px;margin-bottom:32px}.footer-separator-li{width:100%;display:flex;flex-wrap:wrap;justify-content:center;align-items:center}.footer-separator-li:nth-child(2),.footer-separator-li:nth-child(3){width:100%;max-width:140px}.footer-separator-link{font-weight:400;font-size:16px;line-height:1.5;text-decoration:underline;text-decoration-skip-ink:none;color:var(--txt1);transition:all .3s ease}.footer-link{display:flex;justify-content:center;align-items:center;width:100%;border-radius:8px;max-width:240px;height:64px;box-shadow:inset 0 2px 2px #2d2d2d33;background:var(--accent1);transition:all .5s ease}.footer-copy{width:100%;max-width:179px;font-weight:400;font-size:16px;line-height:1.5;letter-spacing:-.01em;text-align:center;color:var(--txt1)}.footer-separator-link:hover{color:var(--accent1);transform:translateY(2px) scale(.97)}.footer-link:hover{box-shadow:inset 0 2px 8px 1px #dbdbe580;transform:translateY(2px) scale(.97)}@media only screen and (min-width: 1200px){.footer-container{width:100%;flex-direction:row-reverse;align-items:center}.footer-nav{max-width:60%}.footer-separator-li{justify-content:flex-start}.footer-separator-li:nth-child(3),.footer-separator-li:nth-child(2){justify-content:flex-end}.footer-nav-list{margin-bottom:0;flex-wrap:nowrap}.footer-copy{display:flex;max-width:40%;text-align:start}.footer-line{display:flex}}
