@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template,[hidden]{display:none}:root{--font-primary: "Inter", sans-serif;--color-text: #1a1a1a;--color-text-muted: #6b7280;--color-bg: #00351D;--color-primary: #2563eb;--color-primary-hover: #1d4ed8;--spacing-xs: 8px;--spacing-sm: 16px;--spacing-md: 24px;--spacing-lg: 40px;--spacing-xl: 64px;--spacing-2xl: 96px;--container-width: 1200px;--container-padding: 20px;--transition: .25s ease;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 16px}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-primary);font-size:16px;line-height:1.6;color:var(--color-text);background-color:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100vh;height:100dvh;overflow:hidden}img,video{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul,ol{list-style:none;margin:0;padding:0}h1,h2,h3,h4,h5,h6,p{margin:0}button{cursor:pointer;border:none;background:none;padding:0;font-family:inherit}.container{max-width:var(--container-width);padding-inline:var(--container-padding);margin-inline:auto}.main{width:100%;height:100%;overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;background-color:#00000080;opacity:0;visibility:hidden;transition:opacity var(--transition),visibility var(--transition)}.modal.is-open{opacity:1;visibility:visible}.modal__inner{position:relative;display:flex;flex-direction:column;align-items:center;gap:32px;background:var(--color-bg);border-radius:var(--radius-lg);padding:var(--spacing-lg);max-width:580px;width:calc(100% - 40px);max-height:calc(100dvh - 40px);overflow-y:auto;background:linear-gradient(359.61deg,#0d3011 28.63%,#000100 182.95%);border-radius:16px;box-shadow:0 54px 100px #6feb4266}.modal__title{font-size:32px;line-height:1;font-weight:500;color:#fff}.modal__text{font-size:20px;line-height:1.2;font-weight:400;color:#fff;opacity:.5;text-align:center}.modal__button{width:250px;display:flex;justify-content:center;padding:22px 32px;background:linear-gradient(209.14deg,#6feb42 -44.26%,#3f8525 82.1%);border-radius:8px;font-weight:500;font-size:20px;color:#fff;transition:all .3s ease}.modal__button:hover{box-shadow:0 6px 20px #6feb4266,inset 0 -6px 8px #b7ff0029,inset 0 4px 8px #fff6}.modal__close{position:absolute;top:20px;right:20px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;opacity:.6;transition:opacity var(--transition)}.modal__close:hover{opacity:1}.header{background-color:var(--color-bg);z-index:10;overflow:hidden}.header__container{display:flex;justify-content:space-between;align-items:center;padding:25px 40px}@media(max-width:768px){.header__container{padding:20px}}.header__logo{width:239px;height:53px}@media(max-width:768px){.header__logo{width:140px;height:31px}}.header__control{display:flex;gap:16px}@media(max-width:768px){.header__control{gap:8px}}.header__language{display:flex;align-items:center;justify-content:center;width:60px;height:60px;border:1px solid rgba(207,253,190,.3);border-radius:8px;font-size:20px;font-weight:500;color:#cffdbe66}@media(max-width:768px){.header__language{font-size:14px;width:49px;height:40px}}.header__register{display:flex;align-items:center;justify-content:center;width:250px;height:60px;background:linear-gradient(209.14deg,#6feb42 -44.26%,#3f8525 82.1%);border-radius:8px;font-size:20px;color:#fff;transition:var(--transition);font-weight:600}.header__register:hover{box-shadow:0 6px 20px #6feb424d}@media(max-width:768px){.header__register{font-size:14px;width:140px;height:40px}}.content{position:relative;width:100%;height:calc(100vh - 110px);height:calc(100dvh - 110px)}@media(max-width:768px){.content{height:calc(100vh - 80px);height:calc(100dvh - 80px)}}.content__background{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:-1}.content__background-image{width:100%;object-fit:cover;height:100%}.content__background-image--pattern{position:absolute;right:0;top:0;width:auto}@media(max-width:1024px){.content__background-image--pattern{height:auto}}.content__block{position:absolute;display:flex;flex-direction:column;justify-content:center;align-items:center;width:fit-content;top:50%;left:133px;transform:translateY(-50%);z-index:1;width:calc(100vw - 800px);max-width:946px;min-width:500px}@media(max-width:1024px){.content__block{position:relative;top:none;left:0;padding:40px;justify-content:space-between;height:100%;width:100%;align-items:center;max-width:none;min-width:fit-content}}@media(max-width:576px){.content__block{padding:20px}}.content__title{-webkit-user-select:none;user-select:none}.content__title-hidden{position:absolute;width:0;height:0;visibility:hidden}.content__title-block{position:relative;max-width:805px}.content__subtitle{max-width:634px}@media(max-width:576px){.content__subtitle{width:320px}}.content__subtitle-block{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;padding-top:20px}@media(max-width:1024px){.content__subtitle-block{position:relative;top:none;left:0;padding:40px;justify-content:space-between;width:100%;align-items:center}}@media(max-width:576px){.content__subtitle-block{padding:14px 0 0}}.content__subtitle-line{padding-top:60px}@media(max-width:1024px){.content__subtitle-line{position:relative;padding-top:20px}}.content__button{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:32px;margin-top:60px;gap:16px;width:380px;height:90px;background:linear-gradient(209.14deg,#6feb42 12.84%,#257906 82.1%);box-shadow:0 6px 20px #6feb4200,inset 0 -6px 8px #b7ff0029,inset 0 4px 8px #fff6;border-radius:16px;transition:all .3s ease}.content__button:hover{box-shadow:0 6px 20px #6feb4266,inset 0 -6px 8px #b7ff0029,inset 0 4px 8px #fff6}@media(max-width:1024px){.content__button{margin-top:0}}@media(max-width:576px){.content__button{width:100%;padding:20px;height:60px}}.content__button-icon{width:42px;height:25px}@media(max-width:576px){.content__button-icon{width:32px;height:18px}}.content__button-text{font-weight:600;font-size:32px;line-height:39px;text-align:center;text-transform:uppercase;color:#fff}@media(max-width:576px){.content__button-text{font-size:24px}}.content__socials{margin-top:56px}@media(max-width:576px){.content__socials{margin-top:30px}}.content__socials-list{display:flex;gap:24px}@media(max-width:576px){.content__socials-list{gap:16px}}.content__socials-icon{width:40px;height:40px}@media(max-width:576px){.content__socials-icon{width:25px;height:25px}}@media(max-width:576px){.content__download-block{width:100%}}@media(max-width:576px){.content__bottom{display:flex;flex-direction:column;width:100%;align-items:center}}.croco__background{position:absolute;display:flex;align-items:center;top:50%;transform:translateY(-50%);right:20px}@media(max-width:1024px){.croco__background{top:inherit;bottom:187px;max-width:calc(100vw - 100px);width:100%;right:50%;transform:translate(50%)}}@media(max-width:576px){.croco__background{width:auto;height:auto;max-width:none;bottom:inherit;top:145px;max-height:60vh}}.croco__image{width:calc(100vw - 800px);max-width:946px;min-width:500px}@media(max-width:1024px){.croco__image{width:calc(100vw - 100px);height:100%;max-width:none;min-width:none}}@media(max-width:576px){.croco__image{max-width:60vh;width:auto;object-fit:cover;height:100%}}[dir=rtl] .header__container,[dir=rtl] .header__control{flex-direction:row-reverse}[dir=rtl] .content__block{left:auto;right:133px}@media(max-width:1024px){[dir=rtl] .content__block{right:0}}[dir=rtl] .croco__background{right:auto;left:20px}@media(max-width:1024px){[dir=rtl] .croco__background{left:50%;right:auto;transform:translate(-50%)}}[dir=rtl] .content__background-image--pattern{right:auto;left:0;transform:scaleX(-1)}
