@charset "UTF-8";/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */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;-webkit-text-decoration:underline;text-decoration:underline;text-decoration:underline;-webkit-text-decoration:underline dotted;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}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}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{display:none}[hidden]{display:none}/*!
 * Toastify js 1.12.0
 * https://github.com/apvarun/toastify-js
 * @license MIT licensed
 *
 * Copyright (C) 2018 Varun A P
 */.toastify{padding:12px 20px;color:#fff;display:inline-block;box-shadow:0 3px 6px -1px rgba(0,0,0,.12),0 10px 36px -4px rgba(77,96,232,.3);background:linear-gradient(135deg,#73a5ff,#5477f5);position:fixed;opacity:0;transition:all .4s cubic-bezier(.215,.61,.355,1);border-radius:2px;cursor:pointer;-webkit-text-decoration:none;text-decoration:none;max-width:calc(50% - 20px);z-index:2147483647}.toastify.on{opacity:1}.toast-close{background:0 0;border:0;color:#fff;cursor:pointer;font-family:inherit;font-size:1em;opacity:.4;padding:0 5px}.toastify-right{right:15px}.toastify-left{left:15px}.toastify-top{top:-150px}.toastify-bottom{bottom:-150px}.toastify-rounded{border-radius:25px}.toastify-avatar{width:1.5em;height:1.5em;margin:-7px 5px;border-radius:2px}.toastify-center{margin-left:auto;margin-right:auto;left:0;right:0;max-width:fit-content;max-width:-moz-fit-content}:root{--purple-900:#171419;--purple-100:#F2E6FC;--charcoal-900:#121212;--charcoal-100:#F6F6F6;--white:#ffffff}@font-face{font-family:Gilroy;src:url(../fonts/Gilroy-Light.woff2) format("woff2"),url(../fonts/Gilroy-Light.woff) format("woff"),url(../fonts/Gilroy-Light.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Gilroy;src:url(../fonts/Gilroy-Regular.woff2) format("woff2"),url(../fonts/Gilroy-Regular.woff) format("woff"),url(../fonts/Gilroy-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Gilroy;src:url(../fonts/Gilroy-Medium.woff2) format("woff2"),url(../fonts/Gilroy-Medium.woff) format("woff"),url(../fonts/Gilroy-Medium.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Gilroy;src:url(../fonts/Gilroy-Bold.woff2) format("woff2"),url(../fonts/Gilroy-Bold.woff) format("woff"),url(../fonts/Gilroy-Bold.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}.container{position:relative;margin:0 auto;max-width:1920px;width:calc(100% - 400px)}.header{position:sticky;top:0;box-shadow:0 -4.4rem 0 0 transparent;z-index:999;transition:background .5s ease-out,box-shadow .5s ease-out;top:2%}.header-container{display:flex;justify-content:center}.header-info{display:flex;justify-content:space-between;align-items:center;width:1100px;padding:8px;border-radius:500px;border:1px solid rgba(255,255,255,.2);background:#264a27}.header-logo{z-index:2}.header__nav-list{display:flex;gap:40px;align-items:center}.header__nav-list .menu-item-has-children{position:relative}.header__nav-list .menu-item-has-children span.icons-menu{position:absolute;color:#fff;position:absolute;font-size:12px;top:0;bottom:0;margin:auto;right:-15px;transition:all .4s ease;height:15px;cursor:pointer}.header__nav-list .menu-item-has-children.submenu-open span.icons-menu{transform:rotateZ(180deg)}.header__nav-link{color:#fff}.header__nav-link span{color:#fff;font-style:normal;font-size:16px;font-weight:500;line-height:150%}.header__nav-item .sub-menu{visibility:hidden;opacity:0;transform:translateY(-10px);transition:opacity .3s ease,transform .3s ease,visibility .3s ease;position:absolute;top:40px;border-radius:7px;border:1px solid rgba(38,74,39,.2);background:#fff;padding:6px;width:80px;z-index:10;left:10px;text-align:center}.header__nav-item .sub-menu a{color:#264a27;width:100%;padding:5px 0;display:block}.header__nav-item .sub-menu a span{color:#264a27;font-size:14px;font-weight:500;line-height:150%}.header__nav-item .sub-menu a:hover{border-radius:5px;background:#c9e1c9}.header__nav-item .sub-menu.active{visibility:visible;opacity:1;transform:translateY(0)}.header-login{display:flex;align-items:center;gap:8px}.header-login:hover .header-login-icon{opacity:.5}.header-login-text{color:#fff}.header-login-text span{color:#fff;font-size:16px;font-weight:500;line-height:150%}.header-login-icon{color:#fff}.header-links{display:flex;align-items:center;gap:40px}.header-button{color:#264a27;font-size:16px;font-weight:500;line-height:150%;border-radius:50px;background:#62e300;padding:13px 56px}.header-button span{color:#264a27;font-size:16px;font-weight:500;display:inline-block;transition:opacity .5s ease}.header-mobile{display:none}.header-mobile-icon{position:relative;height:42px;width:42px;cursor:pointer;border-radius:10px;background:rgba(255,255,255,.5);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);z-index:2}.header-mobile__menu-bar{position:absolute;width:15px;height:1px;background-color:#00101c;left:6px;border-radius:10px;transition:all .2s ease;left:0;right:0;margin:auto}.header-mobile__menu-bar:nth-child(1){top:18px}.header-mobile__menu-bar:nth-child(2){top:24px}.header-mobile-menus{position:fixed;overflow-x:hidden;overflow-y:auto;right:-100%;top:13px;height:97%;width:95%;background-color:#fff;transition:all .4s ease;z-index:1;border-radius:10px;padding:0 100px}.header-mobile-menus.active{right:13px}.header-mobile-menus__nav{padding-top:100px}.header-mobile-menus-list{display:flex;flex-direction:column;gap:20px;align-items:center}.header-mobile-menus-list .header__nav-link{color:#262f29;font-size:18px;font-weight:500;line-height:150%}.header-mobile-menus-list span.icons-menu{display:none}.header-mobile-menus-list .menu-item-has-children{position:relative}.header-mobile-menus-list ul.sub-menu{visibility:inherit!important;opacity:1;position:relative;top:0;transform:none;transform:initial;left:0;border:none;padding:0;width:100%}.header-mobile-menus-list ul.sub-menu a{color:#262f29;font-size:18px;font-weight:500;line-height:150%;position:relative}.header-mobile-menus-list ul.sub-menu a::before{content:"";position:absolute;width:8px;height:1px;top:0;left:-14px;bottom:0;background:#262f29;margin:auto}.header-mobile.active .header-mobile__menu-bar:nth-child(1){top:21px;transform:rotateZ(45deg)}.header-mobile.active .header-mobile__menu-bar:nth-child(2){top:21px;transform:rotateZ(-45deg)}.header-mobile-links{display:flex;flex-direction:column;gap:30px;align-items:center;padding-top:12px;padding-bottom:60px;border-bottom:1px solid rgba(38,74,39,.5)}.header-mobile-contact{padding-top:45px;display:flex;flex-direction:column;gap:16px;align-items:center}.header-mobile-contact-text{color:#282b30;font-size:16px;font-weight:500;line-height:120.5%;width:80%;text-align:center}body.mobile-menu-open{position:relative;overflow:hidden}body.mobile-menu-open::before{content:"";width:100%;height:100%;background:#264a27;position:absolute;top:0;z-index:1}.footer{padding:120px 0;position:relative;background-size:contain;background-repeat:no-repeat}.footer-bg{position:absolute;width:100%;height:100%;top:0;-o-object-fit:cover;object-fit:cover}.footer-info{padding:43px 86px;border-radius:20px;background:#c9e1c9}.footer-info-bg{display:flex;justify-content:space-between;padding-bottom:110px}.footer-info-reserved{padding-top:50px;border-top:1px solid rgba(38,74,39,.5)}.footer-info-reserved-bg{display:flex;align-items:center;justify-content:space-between}.footer-info-reserved-image{width:166px;height:17px}.footer-info-reserved-menu-list{display:flex;gap:24px}.footer-info-reserved-menu-list a span{color:#262f29;font-size:14px;font-weight:400;line-height:150%}.footer-info-copyring{color:#262f29;font-size:14px;font-weight:400;line-height:150%}.footer-content{width:30%}.footer-text{color:#262f29;font-size:72px;font-weight:500;line-height:110%;padding-bottom:54px}.footer-button{padding:16px 48px;border-radius:60px;background:#264a27;color:#fff;font-size:18px;font-weight:500;width:-moz-fit-content;width:fit-content}.footer-button span{color:#fff;font-size:18px;font-weight:500;display:inline-block;transition:opacity .5s ease}.footer__nav-list{display:flex;flex-direction:column;gap:8px}.footer__nav-list a{color:#262f29;font-size:18px;font-weight:500;line-height:150%}.footer__nav-list a span{color:#262f29;font-size:18px;font-weight:500;transition:opacity .5s ease}.footer-menus{display:flex;flex-direction:column;gap:8px}.footer-menus-link{color:#262f29;font-size:18px;font-weight:500;line-height:150%}.footer-menus-link span{color:#262f29;font-size:18px;font-weight:500;transition:opacity .5s ease}.footer-contact{width:18%;display:flex;flex-direction:column;gap:24px}.footer-contact-text{color:#282b30;font-size:18px;font-weight:500;line-height:120.5%;display:flex;gap:10px}.footer-contact-icon{width:20px;height:20px}.footer__social{-moz-column-count:2;column-count:2}.footer__social.mob{display:none}.footer__social-icon{border:1px solid;border-radius:50px;margin-bottom:12px}.footer__social-icon a{width:60px;height:60px;padding:17px;display:block}.footer__social-icon img.svg-icon{scale:.8;transition:scale .5s ease}.footer__social-icon:hover img.svg-icon{scale:1}.hero-main{background:#c9e1c9;padding:210px 0 0;margin-top:-68px;position:relative}.hero-main-info-content{width:50%;padding-bottom:200px}.hero-main-title span{color:#262f29;font-size:100px;font-weight:500;line-height:120%;opacity:0}.hero-main-image{width:45%;height:100%;position:absolute;right:0;top:0}.hero-main-image img{-o-object-fit:cover;object-fit:cover;border-radius:15px 0 0 15px}.hero-main-text{color:#3c3c3c;font-size:24px;font-weight:400;line-height:150%;opacity:0}.hero-main-button{display:flex;padding-top:30px;gap:16px;opacity:0}.hero-main-button-get_funded{color:#262f29;font-size:18px;font-weight:500;line-height:normal;padding:16px 48px;border-radius:60px;background:#fff}.hero-main-button-get_funded span{color:#262f29;font-size:18px;font-weight:500;display:inline-block;transition:opacity .5s ease}.hero-main-button-learn_more{color:#264a27;font-size:18px;font-weight:500;line-height:normal;padding:16px 48px;border-radius:60px;border:1px solid #264a27}.hero-main-button-learn_more span{color:#264a27;font-size:18px;font-weight:500;display:inline-block;transition:opacity .5s ease}.number-main{padding:150px 0}.number-main-info{display:flex;justify-content:center;padding-bottom:150px}.number-main-title{text-align:center;width:80%}.number-main-title span{color:#262f29;text-align:center;font-size:72px;font-weight:500;line-height:120%}.number-main-list{display:flex;gap:56px;justify-content:space-between}.number-main-item{width:22%}.number-main-item-number{padding-bottom:16px;overflow:hidden}.number-main-item-number span{color:#264a27;font-size:72px;font-weight:500;line-height:110%}.number-main-item-text{color:#3c3c3c;font-size:18px;font-weight:400;line-height:150%}.product-main{padding:150px 0;background-color:#e8dfd4}.product-main-info{display:flex;flex-direction:column;gap:16px;align-items:center;padding-bottom:60px}.product-main-bg{display:flex;gap:8px;border-radius:30px;background:#fff;padding:8px 16px}.product-main-sub-title{color:#000;font-size:14px;font-weight:500;line-height:150%}.product-main-title span{color:#262f29;font-size:72px;font-weight:500;line-height:110%}.product-main-list{border-radius:15px;background:#264a27;padding:24px;gap:16px;display:flex}.product-main-item{padding:62px 60px;border-radius:10px;background:#fff;display:flex;flex-direction:column;gap:30px;justify-content:space-between;width:50%}.product-main-item-title{color:#262f29;font-size:32px;font-weight:500;line-height:120%;padding-bottom:32px}.product-main-excerpt{color:#3c3c3c;font-size:18px;font-weight:400;line-height:140%;padding-bottom:20px}.product-main-features{display:flex;flex-direction:column;gap:16px}.product-main-feature{display:flex;gap:12px}.product-main-feature p{color:#3c3c3c;font-size:18px;font-weight:400;line-height:140%}.product-main-feature p b{color:#264a27;font-size:18px;font-weight:600}.product-main-feature p strong{color:#264a27;font-size:18px;font-weight:600}.product-main-feature .icons-check{color:#264a27;font-size:16px}.product-main-buttons{display:flex;gap:20px}.product-main-button{padding:16px 48px;border-radius:60px;background:#264a27;color:#fff;font-size:18px;font-weight:500}.product-main-button span{color:#fff;font-size:18px;font-weight:500;display:inline-block;transition:opacity .5s ease}.product-main-btn{padding:16px 48px;border-radius:60px;border:1px solid #264a27;color:#264a27;font-size:18px;font-weight:500}.product-main-btn span{color:#264a27;font-size:18px;font-weight:500;display:inline-block;transition:opacity .5s ease}.reviews{padding:150px 0}.reviews-info{display:flex;justify-content:center;padding-bottom:80px}.reviews-title{width:80%;text-align:center}.reviews-title span{color:#262f29;text-align:center;font-size:72px;font-weight:500;line-height:110%}.reviews-list-desktop{display:flex;gap:16px;flex-wrap:wrap}.reviews-slider-container{display:none}.reviews-item{width:32.5%;padding:32px 48px;border-radius:10px;background:#c9e1c9;display:flex;flex-direction:column;justify-content:space-between;gap:30px;position:relative;opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease}.reviews-item.visible{opacity:1;transform:translateY(0)}.reviews-item:nth-child(1n){background-image:url(../images/one.svg);background-position:right bottom;background-repeat:no-repeat;z-index:0}.reviews-item:nth-child(2n){background-image:url(../images/two.svg);background-position:right top;background-repeat:no-repeat;z-index:0}.reviews-item:nth-child(3n){background-image:url(../images/three.svg);background-position:right bottom;background-repeat:no-repeat;z-index:0}.reviews-item-stars{padding-bottom:16px}.reviews-item-stars span.icons-star{font-size:24px;color:#264a27}.reviews-item-text{color:#262f29;font-size:18px;font-weight:400;line-height:140%}.reviews-item-content{display:flex;flex-direction:column;gap:6px}.reviews-item-content p{color:#3c3c3c;font-size:14px;font-weight:500;line-height:150%}.contact{padding-bottom:150px}.contact-video{height:100%;position:relative;width:40%;border-radius:17px;overflow:hidden}.contact-video video{display:block;width:100%;border-radius:15px}.contact-video-bg{position:absolute;width:100%;height:100%;border-radius:15px;z-index:1;background-size:cover;background-repeat:no-repeat}.contact-video-bg button.play-button{cursor:pointer;display:flex;flex-direction:row-reverse;gap:8px;border:none;position:absolute;left:0;right:0;width:-moz-fit-content;width:fit-content;top:0;bottom:0;margin:auto;height:-moz-fit-content;height:fit-content;border-radius:60px;background:#fff;padding:16px 48px;align-items:center}.contact-video-bg button.play-button p{color:#262f29;font-size:18px;font-weight:500}.contact-video-bg button.play-button .icons-see{font-size:20px}.contact-video-bg.hidden{opacity:0;pointer-events:none}.contact-info{display:flex;align-items:center;background:#e8dfd4;border-radius:15px;overflow:hidden;justify-content:space-between}.contact-forms{border-radius:15px;width:45%;padding:0 200px 0 0}.contact-forms form.wpcf7-form.sent{position:relative}.contact .wpcf7-response-output{display:none}.contact .wpcf7 form.sent .wpcf7-response-output{bottom:-40px;display:block;position:absolute;font-size:12px;width:100%;text-align:center}.contact .forms-text{color:rgba(38,47,41,.4);font-size:14px;font-weight:500;line-height:24px;padding-top:24px;text-align:center}.contact .forms-text a{color:rgba(38,47,41,.4);font-size:14px;font-weight:500;line-height:24px;text-decoration-line:underline}.contact .forms-text a:hover{color:#000}.contact-title{color:#262f29;font-size:72px;font-weight:500;line-height:110%}.contact-text{color:#3c3c3c;font-size:18px;font-weight:400;line-height:150%;padding-bottom:40px}.contact-form p.texts{color:#262f29;font-size:14px;padding-bottom:8px;font-weight:500;line-height:24px}.contact-form input{border-radius:50px;background:#fff;padding:16px 0 16px 24px;border:none;width:100%}.contact-form input:focus{outline:0}.contact-form .form-group{padding-bottom:15px}.contact-form .form-group.message input{height:110px;border-radius:30px}.contact-form button.btn{cursor:pointer;width:100%;border:none;padding:16px 48px;border-radius:60px;background:#264a27;color:#fff;font-size:18px;font-weight:500}.contact-form button.btn span{color:#fff;font-size:18px;font-weight:500;display:inline-block;transition:opacity .5s ease}.contact-form span.wpcf7-not-valid-tip{font-size:11px!important;position:absolute}.contact-form .wpcf7-response-output{position:absolute;margin:1em .5em 1em!important}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:ease;transition-timing-function:initial;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-left:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-top:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@font-face{font-family:icons;src:url(../fonts/icons.eot?t=1739541680043);src:url(../fonts/icons.eot?t=1739541680043#iefix) format("embedded-opentype"),url(../fonts/icons.woff2?t=1739541680043) format("woff2"),url(../fonts/icons.woff?t=1739541680043) format("woff"),url(../fonts/icons.ttf?t=1739541680043) format("truetype"),url(../fonts/icons.svg?t=1739541680043#icons) format("svg")}[class*=" icons-"],[class^=icons-]{font-family:icons!important;font-size:1rem;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icons-check:before{content:"\ea01"}.icons-close:before{content:"\ea02"}.icons-email:before{content:"\ea03"}.icons-emails:before{content:"\ea04"}.icons-facebook:before{content:"\ea05"}.icons-forms:before{content:"\ea06"}.icons-instagram:before{content:"\ea07"}.icons-locations:before{content:"\ea08"}.icons-logouts:before{content:"\ea09"}.icons-menu:before{content:"\ea0a"}.icons-phone:before{content:"\ea0b"}.icons-phones:before{content:"\ea0c"}.icons-posts:before{content:"\ea0d"}.icons-see:before{content:"\ea0e"}.icons-star:before{content:"\ea0f"}.icons-system:before{content:"\ea10"}.icons-twiter:before{content:"\ea11"}.icons-yellow:before{content:"\ea12"}.icons-youtube:before{content:"\ea13"}:root{--icons-check:"";--icons-close:"";--icons-email:"";--icons-emails:"";--icons-facebook:"";--icons-forms:"";--icons-instagram:"";--icons-locations:"";--icons-logouts:"";--icons-menu:"";--icons-phone:"";--icons-phones:"";--icons-posts:"";--icons-see:"";--icons-star:"";--icons-system:"";--icons-twiter:"";--icons-yellow:"";--icons-youtube:""}*{margin:0;padding:0;font-family:Gilroy;font-weight:400;font-size:14px;box-sizing:border-box;touch-action:manipulation;line-height:140%;color:#171419;color:var(--purple-900)}::-webkit-scrollbar{width:4px;height:4px;background-color:#fff}::-webkit-scrollbar-thumb{width:4px;position:absolute;right:0;border-radius:5px;top:0;background-color:#264a27}body{display:flex;flex-direction:column;min-height:100vh;background-color:#fff;background-color:var(--white)}main{flex-grow:1}.scroll-disabled{overflow:hidden}picture{margin:0;padding:0}img{-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100%;height:100%;display:block}p{white-space:pre-line}a{-webkit-text-decoration:none;text-decoration:none}li,ol,ul{list-style:none}.toastify{display:grid;grid-template-columns:auto 25px;align-items:baseline}h1,h2,h3{margin:0}@media (max-width:1815px){.hero-main-info-content{width:45%}.hero-main-image{width:50%}}@media (max-width:1810px){.hero-main-title span{font-size:72px}.number-main-item-number span{font-size:68px}}@media (max-width:1750px){.hero-main-text{font-size:20px}}@media screen and (max-width:1680px){.container{width:calc(100% - 240px)}}@media (max-width:1680px){.product-main-item{padding:50px}}@media (max-width:1650px){.hero-main-button-get_funded{font-size:16px}.hero-main-button-get_funded span{font-size:16px}.hero-main-button-learn_more{font-size:16px}.hero-main-button-learn_more span{font-size:16px}.product-main-button{font-size:16px}.product-main-button span{font-size:16px}.product-main-btn{font-size:16px}.product-main-btn span{font-size:16px}.contact-video-bg button.play-button p{font-size:16px}.contact-form button.btn{font-size:16px}.contact-form button.btn span{font-size:16px}}@media (max-width:1600px){.contact-forms{padding:0 100px 0 0}}@media (max-width:1580px){.footer-info{padding:40px 46px}.footer-text{font-size:62px}}@media (max-width:1560px){.number-main-title span{font-size:65px}.number-main-item-text{font-size:16px}.product-main-title span{font-size:65px}.reviews-title span{font-size:65px}.contact-title{font-size:65px}}@media (max-width:1520px){.hero-main-image{width:52%}}@media (max-width:1500px){.hero-main-info-content{padding-bottom:150px}}@media (max-width:1450px){.hero-main-image{width:50%}.hero-main-text{font-size:18px}}@media screen and (max-width:1440px){.container{width:calc(100% - 160px)}}@media (max-width:1440px){.header__nav-link span{color:#fff;font-size:14px}.header-login-text span{font-size:14px}.header-button{font-size:14px}.header-button span{font-size:14px}.footer-button span{font-size:16px}.footer__nav-list a{font-size:16px}.footer__nav-list a span{font-size:16px}.footer-menus-link{font-size:16px}.footer-menus-link span{font-size:16px}.footer-contact{width:20%}.footer-contact-text{font-size:16px}.number-main{padding:80px 0}.number-main-info{padding-bottom:80px}.number-main-title span{font-size:61px}.number-main-item-number span{font-size:62px}.product-main{padding:80px 0}.product-main-info{padding-bottom:40px}.product-main-title span{font-size:61px}.product-main-list{margin:0 0;padding:22px}.product-main-item{padding:42px 40px}.product-main-item-title{font-size:28px}.product-main-excerpt{font-size:16px}.product-main-feature p{font-size:16px}.product-main-feature p b{font-size:16px}.product-main-feature p strong{font-size:16px}.reviews{padding:80px 0}.reviews-info{padding-bottom:50px}.reviews-title span{font-size:61px}.reviews-item{padding:20px 28px}.reviews-item-stars span.icons-star{font-size:21px}.reviews-item-text{font-size:16px}.contact{padding-bottom:80px}.contact-title{font-size:61px}.contact-text{font-size:16px}}@media (max-width:1380px){.hero-main-info-content{padding-bottom:110px}}@media (max-width:1330px){.hero-main-info-content{width:45%}.hero-main-image{width:52%}}@media screen and (max-width:1280px){.container{width:calc(100% - 120px)}}@media (max-width:1280px){.header-info{width:100%}.header-links{gap:20px}.footer-text{font-size:42px}.product-main-info{padding-bottom:30px}.product-main-list{margin:0 0;padding:16px}.product-main-item{padding:22px 20px}.product-main-item-title{font-size:24px;padding-bottom:20px}.reviews-item-stars{padding-bottom:6px}.contact-forms{width:50%;padding:0 50px 0 0}.contact .forms-text{padding-top:20px}.contact-text{padding-bottom:20px}}@media (max-width:1250px){.hero-main-title span{font-size:62px}.hero-main-text{font-size:16px}.hero-main-button-get_funded{font-size:14px}.hero-main-button-get_funded span{font-size:14px}.hero-main-button-learn_more{font-size:14px}.hero-main-button-learn_more span{font-size:14px}.product-main-button{font-size:14px}.product-main-button span{font-size:14px}.product-main-btn{font-size:14px}.product-main-btn span{font-size:14px}.contact-video-bg button.play-button p{font-size:14px}.contact-form button.btn{font-size:14px}.contact-form button.btn span{font-size:14px}}@media (max-width:1210px){.number-main-title span{font-size:54px}.number-main-item-number span{font-size:52px}.product-main-title span{font-size:54px}.reviews-title span{font-size:54px}.contact-title{font-size:54px}}@media (max-width:1200px){.contact-video{width:45%}}@media (max-width:1155px){.hero-main-image{width:54%}}@media (max-width:1120px){.hero-main-title span{font-size:52px}}@media (max-width:1110px){.number-main-list{gap:26px}.number-main-item-number span{font-size:46px}}@media (max-width:1090px){.hero-main-image{width:50%}}@media (max-width:1050px){.contact-forms{padding:0 30px 0 0}.contact-form .form-group.message input{height:55px}}@media (max-width:1024px){.footer{padding:60px 0}.footer{padding:20px 0}.footer-info{padding:20px 26px}.footer-text{font-size:35px;padding-bottom:34px}.footer-contact{width:22%}.footer__social-icon a{width:40px;height:40px;padding:10px}.number-main-title span{font-size:42px}.number-main-title{width:100%}.number-main-item-number span{font-size:36px}.number-main-item-text{font-size:14px}.product-main-title span{font-size:42px}.product-main-excerpt{font-size:14px}.product-main-feature p{font-size:14px}.product-main-feature p b{font-size:14px}.product-main-feature p strong{font-size:14px}.product-main-button{padding:12px 28px}.product-main-btn{padding:12px 28px}.reviews-title span{font-size:42px}.reviews-title{width:100%}.reviews-item{width:48%}.contact-video-bg button.play-button{padding:12px 28px}.contact-title{font-size:42px}.contact-text{font-size:14px}.contact-text{padding-bottom:20px}.contact-form p.texts{font-size:12px}.contact-form .form-group{padding-bottom:12px}.contact-form button.btn{padding:12px 28px}}@media (max-width:1000px){.contact-video{width:100%;height:550px}.contact-info{flex-direction:column;gap:30px}.contact-forms{width:100%;padding:40px}}@media (max-width:950px){.hero-main-title span{font-size:45px}.hero-main-text{font-size:14px}.hero-main-button-get_funded{padding:12px 28px}.hero-main-button-learn_more{padding:12px 28px}}@media (max-width:940px){.header-info{background-color:rgba(255,255,255,0);border:none;padding:0;border-radius:0}.header-logo{padding:4px 12px 4px 10px;border-radius:10px;background:rgba(255,255,255,.5);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.header-menu{display:none}.header__nav-link{color:#262f29;font-size:16px}.header__nav-link span{color:#262f29;font-size:16px}.header-login-text{color:#262f29;font-size:16px}.header-login-text span{font-size:16px}.header-login-icon{color:#262f29}.header-links{display:none}.header-mobile{display:block}.footer-info-reserved-menu-list a span{font-size:12px}.footer-info-copyring{font-size:12px}}@media (max-width:924px){.footer-info-bg{padding-bottom:60px}.footer__social{display:none}}@media (max-width:900px){.footer-info-reserved-bg{align-items:flex-start;flex-direction:column;gap:16px}}@media (max-width:830px){.product-main-list{flex-direction:column}.product-main-item{width:100%}}@media (max-width:810px){.hero-main-title span{font-size:42px}}@media (max-width:800px){.footer-info-bg{flex-direction:column;align-items:center;gap:30px;padding-bottom:40px}.footer-content{width:100%;text-align:center}.footer__nav-list{align-items:center}.footer-menus{align-items:center}.footer-contact{width:100%;align-items:center;padding-top:26px;border-top:1px solid rgba(38,74,39,.5)}}@media (max-width:768px){.header-mobile-menus{padding:0 70px}.footer-info-reserved-menu-list a span{font-size:14px}.footer-info-copyring{font-size:14px}.hero-main{padding:170px 0 0}.hero-main-info-content{width:100%;padding-bottom:50px}.hero-main-title{padding-bottom:20px;text-align:center}.hero-main-image{position:relative;width:100%}.hero-main-button{padding-top:15px}.number-main-list{gap:20px;flex-wrap:wrap}.number-main-item{width:47%}.reviews-item-stars span.icons-star{font-size:18px}.reviews-item-text{font-size:14px}.contact{padding-bottom:40px}.contact .wpcf7 form.sent .wpcf7-response-output{font-size:10px;text-align:center;left:0;right:0;bottom:13px;margin:auto;width:60%}}@media (max-width:762px){.number-main{padding:40px 0}.number-main-info{padding-bottom:40px}.number-main-title span{font-size:32px}.number-main-item-number{padding-bottom:12px}.number-main-item-number span{font-size:28px}.product-main-title span{font-size:32px}.reviews{padding:50px 0}.reviews-info{padding-bottom:40px}.reviews-title span{font-size:32px}.contact-title{font-size:32px}}@media screen and (max-width:720px){.container{width:calc(100% - 74px)}}@media only screen and (max-width:720px){.toastify-left,.toastify-right{margin-left:50px;margin-right:50px;left:0;right:0;max-width:none;max-width:initial}}@media screen and (max-width:658px){.reviews .reviews-list-desktop{display:none}.reviews .reviews-slider-container{display:block}.reviews .reviews-slider-container .swiper-pagination{display:flex;gap:5px;flex-wrap:nowrap;justify-content:center;padding-top:20px}.reviews .reviews-slider-container .swiper-pagination span{height:10px;width:10px;border:1px solid #264a27;border-radius:50%}.reviews .reviews-slider-container .swiper-pagination .swiper-pagination-bullet-active{background-color:#264a27}}@media (max-width:658px){.reviews-item{opacity:1}}@media screen and (max-width:580px){.toastify-left,.toastify-right{margin-left:35px;margin-right:35px}}@media (max-width:540px){.footer-info{padding:24px 20px}.footer-info-bg{gap:15px;align-items:center;padding-bottom:30px}.footer-info-reserved{display:flex;justify-content:space-between;padding-top:30px}.footer-info-reserved-menu-list{gap:20px;flex-direction:column}.footer-btn{text-align:center;padding-bottom:10px}.footer-menu{text-align:center}.footer-text{font-size:32px;text-align:center;padding-bottom:16px}.footer-button{width:100%;display:block}.footer-menus{padding-bottom:26px}.footer-contact-text{width:70%;text-align:center;justify-content:center}.footer-contact-icon{display:none}.footer__social{-moz-column-count:1;column-count:1}.footer__social.mob{display:block}.footer__social-icon a{width:35px;height:35px;padding:5px}}@media (max-width:526px){.product-main-buttons{flex-direction:column}.product-main-button{text-align:center}.product-main-btn{text-align:center}.contact-video-bg button.play-button p{text-align:center}.contact-info{gap:10px}.contact-form button.btn{text-align:center}}@media (max-width:524px){.reviews-info{padding-bottom:20px}.reviews-item{width:100%;padding:12px 18px}}@media screen and (max-width:480px){.container{width:calc(100% - 32px)}.toastify-left,.toastify-right{margin-left:15px;margin-right:15px}}@media (max-width:435px){.header-mobile-menus-list .header__nav-link{font-size:16px}.header-mobile-menus-list ul.sub-menu a{font-size:16px}.header-mobile-contact-text{font-size:14px}}@media (max-width:428px){.header-mobile-menus{padding:0 50px}.hero-main{padding:150px 0 0}.hero-main-info-content{padding-bottom:30px}.hero-main-title{padding-bottom:10px}.hero-main-title span{font-size:32px}.hero-main-image{height:370px}.contact-forms{width:100%;padding:20px 12px}}@media only screen and (max-width:360px){.toastify-left,.toastify-right{margin-left:auto;margin-right:auto;left:0;right:0;max-width:-moz-fit-content;max-width:fit-content}}