:root{--color-primary:#0a837f;--color-white:#fff;--color-black:#000;--color-interactive-disabled-foreground:#606060;--color-interactive-disabled-background:#e0e0e0;--color-interactive-primary-background:#0a837f;--color-interactive-primary-foreground:#fff;--color-interactive-primary-hover-background:#076461;--color-interactive-primary-outline-foreground:var(--color-interactive-primary-hover-background);--color-interactive-primary-outline-background:#fff;--color-interactive-primary-outline-hover-background:#f1f1f1;--color-interactive-secondary-background:#f1f1f1;--color-interactive-secondary-foreground:#333;--color-interactive-secondary-hover-background:#d2d2d2;--color-interactive-secondary-outline-foreground:var(--color-interactive-primary-hover-background);--color-interactive-secondary-outline-hover-background:#d2d2d2;--color-interactive-danger-background:#e6324b;--color-interactive-danger-foreground:#fff;--color-interactive-danger-hover-background:#d73737;--color-interactive-link-background:transparent;--color-interactive-link-foreground:#0009;--color-input-foreground:#3a4374;--color-input-background:#f7f8fd;--color-input-active-border:#4661e6;--color-input-error-foreground:#d73737;--color-input-error-border:#d73737}*,:before,:after{box-sizing:border-box;margin:0;padding:0;font-family:Jost,sans-serif}body{color:#333;flex-direction:column;min-height:100vh;font-family:Jost,sans-serif;font-size:16px;font-weight:400;line-height:1.4;display:flex}img{max-width:100%;height:auto;display:inline-block}ul{list-style:none}.list{flex-direction:column;gap:5px;margin-block-start:15px;padding-inline-start:40px;list-style-type:disc;display:flex}a{line-height:1.4}p~p{margin-top:10px}h1{font-size:24px;font-weight:700}@media only screen and (width>=768px){h1{font-size:26px}}h2{letter-spacing:-.25px;font-size:22px;font-weight:700}@media only screen and (width>=768px){h2{font-size:24px}}h3{font-size:em(18);letter-spacing:-.25px;font-weight:700;line-height:26px}h4{letter-spacing:-.2px;font-size:14px;font-weight:700}.sprite-icon{--size:1.4em;width:var(--size);height:var(--size);fill:currentColor;display:inline-block}.button{--color:inherit;--background-color:inherit;--border-color:inherit;--hover-foreground-color:inherit;--hover-background-color:inherit;--gap:20px}.button:after{content:"";border:2px solid #ffffff80;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:1s linear infinite spin;display:none}.button{height:44px;padding:0 var(--gap);color:var(--color);background-color:var(--background-color);border:1px solid var(--background-color);cursor:pointer;border-radius:3px;justify-content:center;align-items:center;gap:10px;font-size:15px;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}.button:hover{color:var(--hover-foreground-color);background:var(--hover-background-color);border:1px solid var(--hover-background-color)}.button[disabled]{color:var(--color-interactive-disabled-foreground);background:var(--color-interactive-disabled-background);border-color:var(--color-interactive-disabled-background);cursor:default}.button--black{--color:#fff;--background-color:#000;--hover-foreground-color:#fff;--hover-background-color:#333}.button--white{--color:#000;--background-color:#fff;--hover-foreground-color:#000;--hover-background-color:#f1f1f1}.header{background-color:#f4f7f3;border-bottom:1px solid #ececec;justify-content:center;width:100%;min-height:90px;padding-block:20px;display:flex}.header__container{flex-direction:column;gap:20px;width:min(90%,1100px);margin-inline:auto;display:flex}@media only screen and (width>=768px){.header__container{flex-direction:row;justify-content:space-between;align-items:center}}.header__logo-container{color:#000;align-items:center;gap:10px;font-size:20px;font-weight:500;text-decoration:none;display:flex}.header__beta{color:#3c4043;background-color:#e8eaed;border-radius:4px;padding:4px 8px;font-size:14px}.footer{color:#fff;background-color:#101010;flex-direction:column;width:100%;padding-block:70px;display:flex}.footer__container{flex-direction:column;gap:40px;width:min(90%,1100px);margin-inline:auto;display:flex}.footer__main{flex-direction:column;gap:30px;display:flex}@media only screen and (width>=768px){.footer__main{flex-direction:row;justify-content:space-between}}.footer__item-title{margin-bottom:15px}.footer__menu{flex-direction:column;gap:10px;display:flex}.footer__menu-link{color:var(--color-white);text-decoration:none}.footer__menu-link:hover{color:#b0c9ef;text-decoration:underline}.footer__contact-email{color:var(--color-white)}.footer__author{color:var(--color-white);font-weight:500}.footer__author:hover{color:#b0c9ef}.home-view{background:#f4f7f3}.home-view__container{width:min(90%,1100px);margin-inline:auto}.home-view__section{padding-block:50px}@media only screen and (width>=1024px){.home-view__section{padding-block:70px}}.home-view__feature{flex-direction:column-reverse;align-items:center;gap:34px;display:flex}@media only screen and (width>=768px){.home-view__feature{flex-direction:row;gap:24px}.home-view__feature--reverse{flex-direction:row-reverse}}.home-view__feature-img--mobile{width:360px}.home-view__feature-item{flex:1}.home-view__feature-item--img-container{text-align:center}.home-view__feature-header,.home-view__info-header{justify-content:center;align-items:center;gap:6px;margin-bottom:20px;display:flex}@media only screen and (width>=768px){.home-view__feature-header,.home-view__info-header{justify-content:flex-start;font-size:30px}}.home-view__feature-title,.home-view__info-title{text-align:center;font-size:24px;line-height:1.2}@media only screen and (width>=768px){.home-view__feature-title,.home-view__info-title{text-align:left;font-size:30px}}@media only screen and (width>=1024px){.home-view__feature-title,.home-view__info-title{font-size:40px}}.home-view__feature-subtitle,.home-view__info-subtitle,.home-view__feature-header-icon{font-size:22px}@media only screen and (width>=768px){.home-view__feature-subtitle,.home-view__info-subtitle,.home-view__feature-header-icon{font-size:36px}}.home-view__feature-content{font-size:16px}@media only screen and (width>=768px){.home-view__feature-content{text-align:left;font-size:18px}}.home-view__feature-actions{flex-direction:column;align-items:center;gap:15px;margin-top:24px;display:flex}@media only screen and (width>=1024px){.home-view__feature-actions{flex-direction:row}}.home-view__feature-button{display:block}.home-view__feature-button img{height:70px}.home-view__feature-list{flex-direction:column;gap:15px;list-style:none;display:flex}.home-view__feature-list-item{align-items:center;gap:10px;display:flex}.home-view__feature-list-item-icon-container{--size:40px;width:var(--size);height:var(--size);background-color:#f1f1f1;border-radius:6px;justify-content:center;align-items:center;display:flex}.home-view__feature-list-item-label{flex:1}.home-view__section--info{color:#fff;background:#05160a}.home-view__info{flex-direction:column;gap:40px;display:flex}@media only screen and (width>=1024px){.home-view__info{flex-direction:row;justify-content:space-between;align-items:center}}.home-view__info-main{flex-direction:column;align-items:center;display:flex}@media only screen and (width>=1024px){.home-view__info-main{text-align:left;width:57%}}.home-view__info-downloads{flex-direction:column;flex:1;gap:15px;display:flex}@media only screen and (width>=768px){.home-view__info-downloads{flex-direction:row}}.home-view__info-download{background-color:#1e2922;border-radius:20px;flex-direction:column;flex:1;align-items:center;gap:25px;padding:24px 20px;display:flex}.home-view__info-download-main{flex-direction:column;align-items:center;display:flex}.home-view__info-download-version{color:#9a9f9d;font-size:14px}.home-view__info-download-icon{font-size:35px}.home-view__info-download-button{text-align:center;justify-content:center;align-items:center;width:100%;min-height:44px;display:flex}.main{flex-direction:column;flex:1;min-height:100vh;display:flex}.page-container{flex-direction:column;gap:30px;width:min(90%,1100px);margin-inline:auto;padding-block:35px;display:flex}@media only screen and (width>=1024px){.page-container{padding-block:60px}}.privacy-policy-view{flex-direction:column;gap:30px;width:min(90%,1100px);margin-inline:auto;padding-block:35px;display:flex}@media only screen and (width>=1024px){.privacy-policy-view{padding-block:60px}}.privacy-policy-view h3{margin-bottom:10px}.term-service-view{flex-direction:column;gap:30px;width:min(90%,1100px);margin-inline:auto;padding-block:35px;display:flex}@media only screen and (width>=1024px){.term-service-view{padding-block:60px}}.term-service-view h3{margin-bottom:10px}.faq-page-items{flex-direction:column;gap:32px;display:flex}.faq-page-item__title{font-weight:500}.faq-page-item__content{padding-top:5px}
