@import url(https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap);body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}body,html{margin:0;padding:0;font-family:DIN,"Courier New",Courier,monospace;overflow-x:hidden}.link-text{color:#fff!important;font-size:9pt!important;font-weight:700;font-family:"Roboto Condensed";transition:all .3s linear}.link-text:hover{opacity:.5;cursor:pointer}.title-text,.title-text-regular{font-size:80pt;font-weight:700;margin:0;line-height:.8;padding:0;font-family:"Roboto Condensed"}.title-text{-webkit-text-fill-color:transparent;background:-webkit-linear-gradient(left,#007133 35%,#af8930 40%,#af8934 0);-webkit-background-clip:text}.letter-spacer{letter-spacing:60px!important;font-weight:700!important}.custom-gradient{-webkit-text-fill-color:transparent!important;background:-webkit-linear-gradient(left,#af8934,#007133)!important;-webkit-background-clip:text!important}.subtitle-text{font-size:40pt;line-height:1;margin:0;padding:0;-webkit-text-fill-color:transparent;background:-webkit-linear-gradient(left,#007133,#af8930);-webkit-background-clip:text}.headline-text,.subtitle-text{font-weight:lighter;font-family:"Roboto Condensed"}.headline-text{color:#fff;font-size:12pt}.simple-text{font-size:18pt;color:#000;font-family:"Roboto Condensed"}.bold-text{font-weight:700!important}.light-color{color:#fff!important}.primary-text{color:#007133;font-size:14pt}.low-opacity,.primary-text{font-family:"Roboto Condensed"}.low-opacity{font-size:12pt;color:#000;opacity:.3}.link-attach{cursor:pointer;transition:all .3s linear}.link-attach:hover{opacity:.5}.error{color:red!important;font-weight:700;opacity:1!important}.set-primary{color:#007133}.set-light{font-weight:lighter!important}.sized-box-width-10{width:10px}.sized-box-width-20{width:20px}.sized-box-width-40{width:40px}.sized-box-width-50{width:50px}.sized-box-height-10{height:10px}.sized-box-height-20{height:20px}.sized-box-height-40{height:40px}.sized-box-height-50{height:50px}.text-button{border:none;outline:none;background-color:transparent;padding:10px 20px;transition:all .3s linear}.text-button:hover{cursor:pointer;opacity:.5}.primary-button{background-color:#007133;border:none;outline:none;padding:10px 40px;border-radius:21px;font-weight:700;color:#fff;font-family:"Roboto Condensed";font-size:12pt;transition:all .3s cubic-bezier(.075,.82,.165,1)}.primary-button:disabled{background-color:grey;cursor:not-allowed}.primary-button:hover{cursor:pointer;opacity:.5}.transparent{background-color:transparent!important;color:#007133!important}.flexbox-align-center{display:flex;justify-content:center;align-items:center;flex-direction:column}.flexbox-align-row{flex-direction:row!important}@media only screen and (min-width:1401px) and (max-width:1790px){.title-text,.title-text-regular{font-size:80pt}.subtitle-text{font-size:40pt}.link-text{font-size:12pt!important}.headline-text{font-size:12pt}.letter-spacer{letter-spacing:20px}.simple-text{font-size:16pt}.primary-text{font-size:14pt}.low-opacity{font-size:12pt}}@media only screen and (min-width:1791px) and (max-width:2560px){.title-text,.title-text-regular{font-size:90pt}.subtitle-text{font-size:56pt}.link-text{font-size:14pt!important}.headline-text{font-size:16pt}.letter-spacer{letter-spacing:20px}.simple-text{font-size:20pt}.primary-text{font-size:16pt}.low-opacity{font-size:14pt}}@media (min-width:1281px) and (max-width:1400px){.title-text,.title-text-regular{font-size:60pt}.subtitle-text{font-size:30pt}.headline-text{font-size:9pt;font-weight:700}.letter-spacer{letter-spacing:20px}.simple-text{font-size:14pt}.low-opacity,.primary-text{font-size:12pt}}@media (min-width:1024) and (max-width:1280px){.title-text,.title-text-regular{font-size:60pt}.subtitle-text{font-size:30pt}.letter-spacer{letter-spacing:20px}.simple-text{font-size:14pt}.low-opacity,.primary-text{font-size:12pt}}@media (min-width:768px) and (max-width:1024px){.title-text,.title-text-regular{font-size:20pt}.subtitle-text{font-size:10pt}.letter-spacer{letter-spacing:10px!important}.low-opacity,.primary-text,.simple-text{font-size:9pt}}@media (min-width:481px) and (max-width:767px){.title-text,.title-text-regular{font-size:60pt}.subtitle-text{font-size:30pt}.letter-spacer{letter-spacing:20px}.simple-text{font-size:14pt}.low-opacity,.primary-text{font-size:12pt}}@media (min-width:320px) and (max-width:480px){.title-text,.title-text-regular{font-size:36pt}.subtitle-text{font-size:16pt}.headline-text{font-size:6pt;font-weight:700}.letter-spacer{letter-spacing:5px!important}.simple-text{font-size:14pt}.low-opacity,.primary-text{font-size:12pt}.low-opacity{margin:8px}}.home-lnd-wrapper{height:100vh;width:100vw;background:#010b0a;background-image:url(/static/media/hawk_01.ab34e515.jpg);background-image:url(/static/media/hawk_01.ab34e515.jpg),linear-gradient(#000,#010b0a);background-repeat:no-repeat;background-position:100% 0;background-size:60%}.home-lnd-overlay{width:100vw;height:100vh;position:absolute;top:0;left:0;background-image:url(/static/media/overlay.8425f404.svg);background-position:50%;background-size:cover}.headline{display:block;height:40px;background-color:red;width:100%;overflow:hidden;float:right}.headline-wrapper{align-items:center;display:flex;height:40px;flex-direction:row;justify-content:space-evenly;-webkit-animation:headline-animation 10s linear infinite;animation:headline-animation 10s linear infinite}@-webkit-keyframes headline-animation{0%{-webkit-transform:translate(100%);transform:translate(100%)}99%{-webkit-transform:translate(0);transform:translate(0)}}@keyframes headline-animation{0%{-webkit-transform:translate(100%);transform:translate(100%)}99%{-webkit-transform:translate(0);transform:translate(0)}}@media (min-width:768px) and (max-width:1024px){.headline{display:none}}@media (min-width:320px) and (max-width:480px){.headline{width:150%;height:30px}.home-lnd-wrapper{background-size:120%}}.lnd-items{height:100vh;overflow-x:hidden;width:100vw}.bar-items{max-width:60%;width:60%}.bar-items,.home-lnd-navbar{display:flex;justify-content:space-between;align-items:center;flex-direction:row}.home-lnd-navbar{width:100%;height:10%;padding-top:5%;padding-left:5%;padding-right:5%}.logo-item-wrapper{height:5rem;cursor:pointer;width:200px;background-repeat:no-repeat;background-image:url(/static/media/logo.0febb576.svg);background-size:contain}.icon-button{display:flex;flex-direction:row;justify-content:center;align-items:center;transition:.3s ease-in-out}.icon-button:hover{opacity:.5;cursor:pointer}.icon-item{width:20px;height:20px;display:flex;justify-content:center;align-items:center}.create-icon{background-image:url(/static/media/walleticon-01.38b5f503.svg)}.lang-icon{height:20px;width:35px;background-size:cover;background-repeat:no-repeat;background-image:url(/static/media/languageicon-01.90723054.svg)}.lnd-titles{padding-top:12%;margin:0 8%}.lnd-scroller{padding-top:3%}.lnd-features{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.feature-item{box-sizing:border-box;padding:0 20px;border-radius:100px}.first-grad{background-color:#007133}.second-grad{background-image:linear-gradient(270deg,#af8930,#007133)}.third-grad{background-image:linear-gradient(270deg,#af8930,#af8230)}.lnd-scroll-item{cursor:pointer;padding-top:5%;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.lnd-scroll-icon{height:30px;width:80px;background-image:url(/static/media/downarrow.4b4a46fa.svg);background-repeat:no-repeat;background-position:50%}.mobile-bar-items{padding-top:60px}.mobile-bar-items>div{padding-bottom:10px}@media only screen and (min-width:1401px) and (max-width:1790px){.lnd-scroller{padding-top:5%}.mobile-bar-items{display:none}.lnd-titles{padding-top:8%}.lnd-scroll-item{padding-top:10%}}@media only screen and (min-width:1791px) and (max-width:2560px){.mobile-bar-items{display:none}.lnd-scroller{padding-top:5%}.lnd-titles{padding-top:15%}}@media (min-width:1025px) and (max-width:1280px){.mobile-bar-items{display:none}.lnd-scroller{padding-top:5%}.lnd-titles{padding-top:18%}}@media (min-width:768px) and (max-width:1024px){.mobile-bar-items{display:none}.lnd-features{flex-direction:column;justify-content:flex-start;align-items:flex-start}.bar-items{display:none}.feature-item{margin-top:5px;padding:0 10px}}@media (min-width:768px) and (max-width:1024px) and (orientation:landscape){.mobile-bar-items{display:none}}@media (min-width:481px) and (max-width:767px){.bar-items{display:none}.mobile-bar-items{display:block}.home-lnd-navbar{padding-top:40%;padding-left:8%}.lnd-scroller{padding-top:2%}.lnd-titles{padding-top:18%;overflow:-moz-hidden-unscrollable}.lnd-features{flex-direction:column;justify-content:flex-start;align-items:flex-start}.feature-item{margin-top:5px;padding:0 10px}}@media (min-width:400px) and (max-width:700px){.bar-items{display:none}.mobile-bar-items{display:block}.home-lnd-navbar{padding-top:40%;padding-left:8%}.lnd-scroller{padding-top:2%}.lnd-titles{padding-top:18%;overflow:-moz-hidden-unscrollable}.lnd-features{flex-direction:column;justify-content:flex-start;align-items:flex-start}.feature-item{margin-top:5px;padding:0 10px}}@media (min-width:320px) and (max-width:390px){.bar-items{display:none}.mobile-bar-items{display:block}.home-lnd-navbar{padding-top:30%;padding-left:8%}.lnd-scroller{padding-top:2%}.lnd-titles{padding-top:18%;overflow:-moz-hidden-unscrollable}.lnd-features{flex-direction:column;justify-content:flex-start;align-items:flex-start}.feature-item{margin-top:5px;padding:0 10px}}.crt-wlt-dliaog{width:100vw;height:100vh;position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:1000}.crt-wlt-dliaog,.warning-widget{display:flex;justify-content:center;align-items:center}.warning-widget{padding:0 40px;flex-direction:row}.error-indicator{height:20px;width:40px;border-radius:6px;background-color:red;z-index:1000}.error-overlay{width:100%;height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;position:absolute;background-color:rgba(255,0,0,.8);border-radius:21px;top:0;left:0}.wallet-created-icon{height:120px;width:120px}.selected-phrase{background-color:grey;margin:10px;border-radius:21px;padding:10px}.unselected-phrase{padding:10px;margin:0 10px}.crt-dialog{position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:25vw;height:80vh;background-color:#e1e1e1;border-radius:21px}.crt-overlay{background-color:rgba(0,0,0,.9);height:100%;width:100%}.button-wrapper{width:100%;display:flex;justify-content:flex-end}.icon-setting{height:100px;width:100%;display:flex;justify-content:center;align-items:center;background-repeat:no-repeat;background-size:contain;background-position:50%}.icon-setting,.wallet{background-image:url(/static/media/wallet-icon.f82a3fc4.svg)}.dlg-icon{height:50px;width:50px}.wallet-refresh{opacity:.5;background-image:url(/static/media/wallet-refresh.9e033ea3.svg)}.wallet-tagline{height:100px;width:150px;background-repeat:no-repeat;background-size:contain;background-position:50%;background-image:url(/static/media/tagline-wallet.28fb4103.svg)}.slide-item{height:100%;display:flex;justify-content:space-between}.slide-text-desc{text-align:center}.crt-dialog-content{display:flex;justify-content:center;align-items:center;height:90%;flex-direction:column}.backup-style{margin:0;background-color:#fff;padding:10px 40px;border-radius:21px}@media (min-width:481px) and (max-width:767px){.crt-dialog{height:100vh;width:100vw}}@media (min-width:320px) and (max-width:480px){.crt-dialog{height:100vh;width:100vw}}.indicator{display:flex;flex-direction:row}.ph-widget-wrapper{flex-wrap:wrap}.ph-item,.ph-widget-wrapper{display:flex;justify-content:center;align-items:center}.ph-item{background-color:#007a3d;flex-direction:row;margin:5px;height:30px;padding:5px 10px;border-radius:100px}.word-counter{color:#53bc85!important}.word-style{font-weight:700;color:#fff!important}.lnd-steps-wrapper{height:100vh;width:100vw;display:flex;flex-direction:column;justify-content:space-between;background-image:url(/static/media/hawk_02.ec03c522.jpg);background-color:#000;background-size:50%;background-repeat:no-repeat;background-position:bottom}.lnd-overlay{width:100%;background-color:#000;height:100%;overflow:hidden}.lnd-overlay-image{width:70%}.lnd-comments-wrapper{width:100%;max-height:300px;height:70%;background-color:#fff;display:flex;justify-content:center;align-items:center}.lnd-comments-items{display:flex;width:80%;max-height:300px;flex-direction:row;justify-content:space-between;align-items:flex-start}.lnd-comment-item{display:flex;justify-content:center;align-items:center;flex-direction:column;margin:10px;border-radius:180px;width:100%;height:auto;padding:5%}@media (min-width:768px) and (max-width:1024px){.lnd-comments-items{flex-direction:column}}@media (min-width:400px) and (max-width:700px){.lnd-comments-items{flex-direction:column}.lnd-steps-wrapper{height:230vh;background-size:100%}.lnd-comment-item{box-sizing:border-box;padding:30% 10%}}@media (min-width:320px) and (max-width:390px){.lnd-comments-items{flex-direction:column}.lnd-steps-wrapper{height:250vh;background-size:100%}.lnd-comment-item{box-sizing:border-box;padding:30% 10%}}.lnd-footer-wrapper{padding-top:18%;width:90%;margin:0 auto;display:flex;flex-direction:row}.lower-text{font-size:14pt;font-weight:lighter;color:#fff;font-family:"Roboto Condensed"}.lnd-logo{height:100px;width:200px;background-repeat:no-repeat;background-position:50%;background-image:url(/static/media/whitelogo-01.02f77633.svg)}.lnd-logo-details{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.lnd-socials{margin-right:3%}.icon{height:30px;width:30px;margin:0 5px;transition:all .3s linear}.icon:hover{opacity:.5;cursor:pointer}.lnd-links{margin-left:30%;display:flex;width:50%;flex-direction:row;justify-content:space-between;align-items:flex-start}.link-child-items{margin-left:10px}.lnd-brand-details{width:50%}@media only screen and (min-width:1920px) and (max-width:2560px){.lower-text{font-size:16pt}}@media (min-width:1281px) and (max-width:1400px){.lnd-footer-wrapper{padding-top:15%}.lower-text{font-size:12pt}.icon{height:20px;width:20px}.lnd-socials{margin-right:15%}.lnd-links{margin-left:20%}.link-child-items{margin-left:5%}}@media (min-width:1025px) and (max-width:1280px){.lnd-footer-wrapper{padding-top:15%}.lower-text{font-size:12pt}.icon{height:20px;width:20px}.lnd-socials{margin-right:15%}}@media (min-width:768px) and (max-width:1024px){.lnd-footer-wrapper{display:flex;flex-direction:column}.lnd-brand-details{width:100%}.lnd-links{width:100%;margin:0}}@media (min-width:320px) and (max-width:480px){.lnd-footer-wrapper{flex-direction:column-reverse;background-color:#007133;background-position:bottom;margin:0;width:100%;padding:0}.link-item,.lnd-logo-details{flex-direction:column}.link-item{display:flex;justify-content:center;align-items:center}.icon{height:25px;width:25px}.link-child-items{display:flex}.link-child-items,.lnd-links{margin:0;justify-content:center;flex-direction:column;align-items:center}.lnd-links{padding-top:15%;padding-bottom:5%;width:100%;background-color:#fff}.lnd-brand-details{width:100%;padding:80% 20px 10%;background-image:url(/static/media/overlay-m.bc10b776.svg);background-size:100%;background-repeat:no-repeat;background-position:top}}.lnd-updates-widget{height:130%;width:100vw;background-color:#007133;background-image:url(/static/media/overlay-1.f243397c.svg);background-size:100%;background-repeat:no-repeat;background-position:top}.lnd-update-titles{padding-top:2%;width:100%;justify-content:center;align-items:center;display:flex;flex-direction:column}.update-title{font-size:26pt!important;margin:0;opacity:.7}.lnd-users-wrapper{width:90%;margin:0 auto;flex-direction:row}.lnd-users-wrapper,.user-item{display:flex;justify-content:center;align-items:center}.user-item{margin:0 20px;padding:10px 60px;width:100%;background-color:#e1e1e1;border-radius:200px;flex-direction:column}.transform-randomizer-10{-webkit-transform:translateY(-10px);transform:translateY(-10px)}.transform-randomizer-20{-webkit-transform:translateY(-20px);transform:translateY(-20px)}.transform-randomizer-40{-webkit-transform:translateY(-40px);transform:translateY(-40px)}.transform-randomizer-70{-webkit-transform:translateY(-70px);transform:translateY(-70px)}.transform-inverted-randomizer-10{-webkit-transform:translateY(10px);transform:translateY(10px)}.transform-inverted-randomizer-20{-webkit-transform:translateY(20px);transform:translateY(20px)}.transform-inverted-randomizer-40{-webkit-transform:translateY(40px);transform:translateY(40px)}.transform-inverted-randomizer-70{-webkit-transform:translateY(70px);transform:translateY(70px)}.user-avatar{height:150px;width:150px;background-color:grey;border-radius:50%;background-image:url(https://photos.picsum.com/100/100)}@media only screen and (min-width:1024px) and (max-width:1920px){.lnd-updates-widget{height:auto}}@media only screen and (min-width:1920px) and (max-width:2560px){.lnd-updates-widget{height:130%}}@media (min-width:1281px) and (max-width:1400px){.user-item{margin:0 10px;padding:10px 20px 50px}.update-title{font-size:16pt!important}}@media (min-width:768px) and (max-width:1024px){.lnd-users-wrapper{flex-direction:column}.update-title{font-size:14pt!important}}@media (min-width:320px) and (max-width:480px){.update-title{font-size:12pt!important}.lnd-users-wrapper{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;margin:0}.user-avatar{height:120px;width:120px}.user-item{padding:10% 20%;width:100%}.lnd-updates-widget{height:auto;background-position:130%;background-color:#fff;background-position:bottom}.transform-inverted-randomizer-10,.transform-inverted-randomizer-20,.transform-inverted-randomizer-40,.transform-inverted-randomizer-70,.transform-randomizer-10,.transform-randomizer-20,.transform-randomizer-40,.transform-randomizer-70{-webkit-transform:none;transform:none}}.title{color:#fff}.title,.title-dark{font-size:18pt;font-weight:700}.title-dark{color:#000}.title-low-dark{color:grey;font-size:18pt;font-weight:400}.title-small{color:#fff;font-size:18pt;font-weight:700}.title-small-dark{color:#000;font-size:18pt;font-weight:700}.title-smaller{color:#000;font-size:14pt;font-weight:700}.desc,.desc-margin{color:#000;font-size:12pt}.desc-margin{line-height:0}.desc-opacity{color:#000;font-size:9pt;opacity:.5}.sized-box-10{width:10px}.sized-box-20{width:20px}.sized-box-40{width:40px}.sized-box-60{width:60px}.sized-height-box-10{height:10px}.sized-height-box-20{height:20px}.sized-height-box-40{height:40px}.sized-height-box-60{height:60px}.link-text{font-size:14pt;text-decoration:none;color:grey;font-weight:400;transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.link-text:hover{color:#5a68d9}.href-link{color:#000}.p-dropdown{border-radius:11px!important}.p-button{background-color:#5a68d9!important;outline-color:#5a68d9!important;border-color:#5a68d9!important;box-shadow:0 0 0 0 #c1ed9c!important}.button-secondary,.p-button{height:40px;padding:20px 40px!important;border-radius:11px!important;transition:all .3s cubic-bezier(.175,.885,.32,1.275)!important}.button-secondary{background-color:transparent!important;outline-color:none!important;border-color:none!important;color:#5a68d9!important;box-shadow:none #c1ed9c!important}.p-button:hover{outline-color:#5a68d9!important;border-color:#5a68d9!important}@media (min-width:360px){.title-small-dark{font-size:14pt}.card-element-wrapper,.padding-optimizer{padding:5% 20px!important}}@media (min-width:768px){.title-small-dark{font-size:14pt}.card-element-wrapper,.padding-optimizer{padding:3% 20px!important}}@media (min-width:1024px){.title-small-dark{font-size:18pt}.card-element-wrapper,.padding-optimizer{padding:3% 20px!important}}@media (min-width:1400px){.title-small-dark{font-size:18pt}.card-element-wrapper,.padding-optimizer{padding:3% 20px!important}}