/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */

html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden],
template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[role="button"],
[type="button"],
[type="reset"],
[type="submit"],
button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}

button,
select {
  text-transform: none;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

body,
html {
  width: 100%;
  min-height: 100%;
  color: #9eaacc;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

body {
  min-width: 320px;
  line-height: 1;
  font-size: 16px;
  color: #9eaacc;
  background-color: #141935;
  background-image: url(../images/header-bg.png);
  background-position: top;
  background-size: contain;
}

body.downloads-page {
  background-image: url(../images/bg-coinswap.png);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  display: inline-block;
}

h1,
h2 {
  margin: 56px 0 20px;
  font-size: 56px;
  line-height: 56px;
  font-weight: 300;
  color: #fff;
}

@media only screen and (max-width: 990px) {
  h1,
  h2 {
    font-size: 46px;
  }
}

@media only screen and (max-width: 768px) {
  h1,
  h2 {
    font-size: 26px;
  }
}

h3 {
  margin: 20px 0;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}

h4,
p {
  font-size: 15px;
}

p {
  margin: 4px 0;
  line-height: 2.5;
  letter-spacing: 0.7px;
}

@media only screen and (max-width: 990px) {
  p {
    line-height: 1.6;
  }
}

a {
  display: inline-block;
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

img {
  display: inline-block;
  max-width: 100%;
}

* {
  box-sizing: border-box;
}

/* ------------------------------------------------------------------------------- */
.banner {
  position: fixed;
  z-index: 999;
  bottom: 16px;
  right: 16px;
  border-radius: 16px;
  border: 2px solid rgba(255, 255, 255, 0.50);
  background: #ebebeb;
  width: 290px;
  transition: all 0.4s ease 0.2s;
  opacity: 0;
  transform: translateY(20px);
}
.banner._visible {
  opacity: 1;
  transform: translateY(0);
}

.banner__logo {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  left: -18px;
  top: -22px;
  width: 64px;
  height: 64px;
  transform: rotate(-20deg);
}

.banner__logo img{
  max-width: 100%;
}

.banner__body {
  position: relative;
  overflow: hidden;
  padding: 20px 25px 15px 25px;
}

.banner__body::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 1;
  top: -40px;
  right: -18px;
  background: url("../images/zano-logo.png") 0 0 no-repeat;
  width: 215px;
  height: 215px;
  opacity: 0.1;
  transform: rotate(-20deg);
}

.banner__close-btn {
  position: absolute;
  z-index: 2;
  top: 5px;
  right: 5px;
  font-size: 15px;
  width: 20px;
  height: 20px;
  color: #0c0c3a;
  opacity: 0.5;
  transition: opacity 0.2s ease;
}

.banner__close-btn:hover{
  opacity: 1;
}

.banner__text {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: capitalize;
  margin-bottom: 12px;
  background: linear-gradient(
      136deg,
      #16D1D6 0%,
      #1d43fe 100%
    );
    -webkit-background-clip: text;
    color: transparent;
}


.banner__button {
  position: relative;
  z-index: 1;
  display: flex;
  color: #fff;
  font-size: 18px;
  line-height: 1.33;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  height: 48px;
  will-change: transform;
  transition: transform 0.2s ease;
  background: linear-gradient(
      163deg,
      #16d0d6 0%,
      #1d43fe 100%
    );
}
.banner__button:hover {
  transform: scale(1.05);
}
/* ------------------------------------------------------------------------------- */

.buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px 0;
}

@media only screen and (max-width: 768px) {
  .buttons {
    width: 100%;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-align: center;
    align-items: center;
  }
}

.buttons .button {
  margin-left: 28px;
}

@media only screen and (max-width: 768px) {
  .buttons .button {
    margin: 0 0 20px;
  }
}

.buttons .button:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 768px) {
  .buttons .button:first-child {
    margin: 0;
  }
}

.button {
  padding: 2px;
  width: 154px;
  height: 50px;
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  background-image: linear-gradient(90deg, #359ef6, #0662df);
  box-sizing: border-box;
}

.button,
.button__text {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  position: relative;
}

.button__text {
  width: 100%;
  height: 100%;
  background-color: #293056;
  z-index: 1;
  transition: all 0.2s ease-in-out;
}

.button.blue {
  background-image: linear-gradient(180deg, #359ef6, #0662df);
  border: none;
}

.button.blue:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-image: linear-gradient(180deg, #0662df, #359ef6);
  transition: all 0.2s ease-in-out;
  z-index: 0;
  opacity: 0;
}

.button.blue:hover:after {
  opacity: 1;
}

.button.blue .button__text {
  background-color: transparent;
}

.button .icon.download {
  margin-right: 8px;
}

.button .icon.button-triangle {
  margin-left: 8px;
}

.button span {
  z-index: 1;
}

.button:hover .button__text {
  background-color: transparent;
}

.button.disabled {
  opacity: 0.2;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.downloads {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.downloads__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 50px;
}

@media only screen and (max-width: 990px) {
  .downloads {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.downloads__item {
  display: inline-block;
  padding: 20px;
  border: 1px solid #1d2e6a;
  border-radius: 10px;
  box-sizing: border-box;
}

@media only screen and (max-width: 990px) {
  .downloads__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .downloads__item {
    margin-bottom: 2%;
  }
}

@media only screen and (max-width: 768px) {
  .downloads__grid {
    grid-template-columns: 1fr;
  }
  .downloads__item {
    width: 100%;
    margin-bottom: 2%;
  }
}

.downloads__icon,
.downloads__title {
  margin-bottom: 20px;
}

.downloads__title {
  text-transform: uppercase;
  color: #fff;
  display: block;
  text-align: center;
}

.downloads__buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}

.downloads__button-link-img {
  background-image: url(../images/icon-link.svg);
  background-size: cover;
  display: inline-block;
  position: relative;
  right: 5%;
  width: 14px;
  height: 14px;
  z-index: 1;
}

.downloads__buttons .button {
  width: 100%;
}

.downloads__buttons .button:nth-child(2) {
  margin: 0 10px;
}

.drop-down {
  display: inline-block;
  position: relative;
}

.drop-down:hover .drop-down__menu {
  display: block;
}

.drop-down:hover .button {
  border-radius: 10px 10px 0 0;
}

.drop-down__menu {
  display: none;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  background-color: #19347a;
  border-color: #fff;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  box-sizing: border-box;
  text-align: left;
}

.drop-down__item {
  display: block;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  font-size: 13px;
  font-weight: 700;
  color: #9eaacc;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  box-sizing: border-box;
}

.drop-down__item:last-child {
  border-bottom: none;
}

.drop-down__item:hover {
  background-color: #1796ff;
  color: #fff;
}

.drop-down .button:after {
  border-radius: 10px 10px 0 0;
  transition: none;
}

.drop-down.disabled {
  opacity: 0.2;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.events {
  margin: 50px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.event {
  padding: 0 2% 30px;
  min-height: 250px;
  width: 33%;
  text-align: left;
  display: inline-block;
  box-sizing: border-box;
}

@media only screen and (max-width: 990px) {
  .event {
    width: 100%;
    min-height: 270px;
  }
}

.event__tag {
  margin-right: 10px;
  display: inline-block;
  height: 22px;
  line-height: 20px;
  padding: 0 16px;
  border: 2px solid #323487;
  border-radius: 10px;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.event__tag:last-child {
  margin-right: 0;
}

.event__tag.progress {
  background-color: #20938a;
  border-color: #20938a;
}

.event__tag.planned {
  background-color: #323a6d;
  border-color: #323a6d;
}

.event__tag.completed {
  background-color: #1565c0;
  border-color: #1565c0;
}

.event__title {
  position: relative;
  display: inline-block;
  margin: 18px 0;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.event__description {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

.event__estimate {
  margin-top: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #4e578a;
}

.event__estimate .icon {
  position: relative;
  top: -1px;
  margin-right: 10px;
}

.event a {
  font-weight: 700;
  color: #fff;
  transition: all 0.2s ease-in-out;
}

.event a:hover {
  text-decoration: underline;
}

.event:nth-child(3n) {
  margin-right: 0;
}

.feature__title {
  display: block;
}

.footer-nav {
  margin: 50px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  .footer-nav {
    padding: 0 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.footer-nav__section {
  margin: 0 40px;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .footer-nav__section {
    margin: 0 0 30px;
    width: 50%;
  }
}

.footer-nav__title {
  color: #fff;
  font-size: 13px;
  letter-spacing: 1.2px;
}

.footer-nav__el {
  margin-top: 14px;
}

.footer-nav__link {
  color: #9eaacc;
  letter-spacing: 0 !important;
  font-weight: 400 !important;
  text-transform: capitalize !important;
  margin: 0 !important;
}

.footer-nav__link.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.hamburger {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 24px;
  opacity: 0.6;
  cursor: pointer;
  z-index: 1500;
  display: none;
}

@media only screen and (max-width: 990px) {
  .hamburger {
    display: block;
  }
}

.hamburger.active .hamburger__line:first-child {
  top: 50%;
  transform: translateY(-50%);
}

.hamburger.active .hamburger__line:last-child {
  transform: translateY(50%);
  bottom: 50%;
}

.hamburger__line {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  width: 100%;
  height: 4px;
  border-radius: 10px;
  background-color: #1796ff;
  transition: all 0.2s ease-in-out;
}

.hamburger__line:first-child {
  top: 0;
}

.hamburger__line:nth-child(2) {
  transform: translateY(-50%);
}

.hamburger__line:last-child {
  top: auto;
  bottom: 0;
}

.icon {
  position: relative;
  display: inline-block;
  background-size: cover;
  background-position: 50%;
}

.downloads__icon > .icon {
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  background-size: cover;
  background-position: 50%;
}

.icon.button-triangle {
  width: 8px;
  height: 6px;
}

.icon.button-triangle:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0;
  border-color: #fff transparent transparent;
}

.icon.download {
  width: 14px;
  height: 14px;
  background-image: url(../images/icon-download.svg);
}

.icon.developers {
  width: 100px;
  height: 95px;
  background-image: url(../images/developers.svg);
}

.icon.users {
  width: 100px;
  height: 95px;
  background-image: url(../images/users.svg);
}

.icon.papers {
  width: 100px;
  height: 95px;
  background-image: url(../images/papers.svg);
}

.icon.clock {
  width: 20px;
  height: 20px;
  background-image: url(../images/clock.svg);
}

.icon.github {
  background-image: url(../images/icon-github.svg);
}

.icon.document-box {
  width: 20px;
  height: 20px;
  background-image: url(../images/icon-documentation.svg);
}

.icon.account {
  width: 20px;
  height: 20px;
  background-image: url(../images/icon-user.svg);
}

.icon.worker {
  width: 20px;
  height: 20px;
  background-image: url(../images/icon-miner.svg);
}

.icon.database {
  width: 20px;
  height: 20px;
  background-image: url(../images/icon-spec.svg);
}

.icon.document {
  width: 20px;
  height: 20px;
  background-image: url(../images/icon-whitepaper.svg);
}

.icon.multisig {
  width: 30px;
  height: 30px;
  background-image: url(../images/icon-multisig.svg);
}

.icon.aliases {
  width: 30px;
  height: 30px;
  background-image: url(../images/icon-aliases.svg);
}

.icon.escrow {
  width: 30px;
  height: 30px;
  background-image: url(../images/icon-escrow.svg);
}

.icon.purchase {
  width: 30px;
  height: 30px;
  background-image: url(../images/icon-purchase.svg);
}

.icon.slack {
  width: 20px;
  height: 20px;
  background-image: url(../images/icon-slack.svg);
}

.icon.discord {
  width: 20px;
  height: 20px;
  background-image: url(../images/icon-discord.svg);
}

.icon.telegram {
  width: 20px;
  height: 20px;
  background-image: url(../images/icon-telegram.svg);
}

.icon.medium {
  width: 20px;
  height: 20px;
  background-image: url(../images/icon-medium.svg);
}

.icon.twitter {
  width: 20px;
  height: 20px;
  background-image: url(../images/icon-twitter.svg);
}

.icon.github {
  width: 20px;
  height: 20px;
  background-image: url(../images/icon-github.svg);
}

.icon.delta {
  width: 20px;
  height: 20px;
  background-image: url(../images/icon-delta.svg);
}

.icon.blockfolio {
  width: 20px;
  height: 20px;
  background-image: url(../images/icon-blockfolio.svg);
}

.icon.mac {
  width: 80px;
  height: 80px;
  background-image: url(../images/icon-apple.svg);
}

.icon.windows {
  width: 80px;
  height: 80px;
  background-image: url(../images/icon-windows.svg);
}

.icon.linux {
  background-image: url(../images/icon-linux.svg);
}

.icon.gpu,
.icon.linux {
  width: 80px;
  height: 80px;
}

.icon.gpu {
  background-image: url(../images/icon-gpu.svg);
}

.icon.ios {
  width: 80px;
  height: 80px;
  background-image: url(../images/icon-ios.svg);
}

.icon.android {
  width: 80px;
  height: 80px;
  background-image: url(../images/icon-android.svg);
}

.icon.decentralized {
  width: 120px;
  height: 120px;
  background-image: url(../images/icon-decentralized.svg);
}

.icon.private {
  width: 120px;
  height: 120px;
  background-image: url(../images/icon-private.svg);
}

.icon.trustless {
  width: 120px;
  height: 120px;
  background-image: url(../images/icon-trustless.svg);
}

.icon.customizable {
  width: 120px;
  height: 120px;
  background-image: url(../images/icon-customizable.svg);
}

.icon.secure {
  width: 120px;
  height: 120px;
  background-image: url(../images/icon-secure.svg);
}

.keywords {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  .keywords {
    display: none;
  }
}

.keyword {
  position: absolute;
  font-size: 64px;
  opacity: 0.15;
  font-weight: 900;
}

.keyword:first-child {
  top: 0;
  left: -2%;
}

.keyword:nth-child(2) {
  top: 0;
  right: 9%;
}

.keyword:nth-child(3) {
  bottom: 28%;
  left: 50%;
  transform: translateX(-50%);
}

.language {
  font-size: 13px;
  color: #dee0ee;
}

.language__active {
  padding-right: 20px;
  display: inline-block;
  position: relative;
  font-weight: 700;
  cursor: pointer;
}

.language__active:after {
  position: absolute;
  content: "";
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #dee0ee;
}

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

footer,
header {
  text-align: center;
}

main {
  min-height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}

@media only screen and (max-width: 990px) {
  main {
    padding-top: 70px;
  }
}

.container {
  padding: 0 20px;
  width: 1180px;
  max-width: 1180px;
  margin: 0 auto;
}

.header {
  padding: 50px 20px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.header__center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 990px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 20px;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(20, 25, 53, 0.9);
    box-shadow: 10px 0 50px 0 rgba(0, 0, 0, 0.75);
    z-index: 1000;
  }
}

@media only screen and (max-width: 990px) {
  .header__center {
    display: none;
  }
}

.header__right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 990px) {
  .header__right {
    display: none;
  }
}

.header .language {
  margin-right: 20px;
}

.footer {
  padding: 50px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  min-height: 480px;
  background-image: linear-gradient(180deg, #1c2c66, #192859);
}

@media only screen and (max-width: 768px) {
  .footer {
    height: auto;
  }
  .footer .navigation {
    margin: 40px 0;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer .navigation__link {
    margin: 0 0 20px;
  }
}

.footer__copyright {
  font-size: 11px;
}

.logo {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.logo__img {
  width: 96px;
  height: 64px;
  /* transition: transform 1s ease-in-out; */
}

.logo__text {
  /* margin-left: 14px; */
  text-transform: uppercase;
  text-align: left;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1px;
  color: #dee0ee;
  line-height: 1.6;
}

@media only screen and (max-width: 990px) {
  .logo__text {
    display: none;
  }
}

.logo__word {
  display: block;
}

.logo__word:nth-child(2) {
  color: #7cabee;
}

/* .logo:hover .logo__img {
  transform: rotateY(180deg);
} */

.marketplace-features {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}

.marketplace-feature {
  display: inline-block;
  width: 31%;
  margin-right: 2.5%;
  margin-bottom: 50px;
}

.marketplace-feature:nth-child(3n) {
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  .marketplace-feature {
    width: 100%;
  }
}

.marketplace-feature__title {
  display: block;
  margin: 14px 0;
  font-size: 20px;
  color: #fff;
}

.marketplace-feature__text {
  line-height: 1.6;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #141935;
  background-size: contain;
  box-shadow: inset 0 0 500px 0 rgba(0, 0, 0, 0.75);
  z-index: 500;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}

.mobile-menu.opened {
  opacity: 1;
  visibility: visible;
}

.mobile-menu .navigation {
  position: absolute;
  top: 130px;
  left: 50%;
  transform: translateX(-50%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.mobile-menu .navigation__link {
  margin: 0 0 30px;
  font-size: 30px;
}

.navigation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  justify-content: center;
}

.navigation__link {
  position: relative;
  margin-right: 28px;
  color: #dee0ee;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.navigation__link:last-child {
  margin-right: 0;
}

.navigation__link:after,
.navigation__link:before {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 0;
  transition: all 0.2s ease-in-out;
  background-image: linear-gradient(90deg, #359ef6, #025cdd);
}

.navigation__link:after {
  bottom: -6px;
}

.navigation__link:before {
  opacity: 0.4;
  bottom: -8px;
}

.navigation__link:hover:after {
  width: 100%;
}

.navigation__link:hover:before {
  width: 80%;
}

.navigation__link.disabled {
  opacity: 0.2;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.resources {
  margin: 100px 0 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 1200px) {
  .resources {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

@media only screen and (max-width: 768px) {
  .resources {
    margin: 20px 0;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.resource {
  padding: 40px 16px;
  width: 340px;
  min-height: 330px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 14px;
  background: linear-gradient(180deg, #1e2c66, #16224b);
  box-sizing: border-box;
}

@media only screen and (max-width: 1200px) {
  .resource {
    width: 300px;
  }
}

@media only screen and (max-width: 990px) {
  .resource {
    width: 220px;
  }
}

@media only screen and (max-width: 768px) {
  .resource {
    padding: 16px;
    width: 100%;
    min-height: 250px;
    margin-bottom: 20px;
  }
  .resource:last-child {
    margin-bottom: 0;
  }
}

.resource__title {
  margin: 20px 0 0;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
}

.resource__description {
  margin: 0;
  font-size: 14px;
}

.resource__links {
  margin-top: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
}

.resource__tooltip {
  position: absolute;
  bottom: -10px;
  right: -10px;
  transform: translateY(100%);
  display: inline-block;
  padding: 0 16px;
  height: 46px;
  background-color: #1a357d;
  border-radius: 10px;
  line-height: 46px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  white-space: nowrap;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.resource__tooltip:after {
  position: absolute;
  content: "";
  top: -8px;
  right: 14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px;
  border-color: transparent transparent #1a357d;
}

.resource__link {
  position: relative;
  margin: 0 20px;
}

.resource__link:hover .resource__tooltip {
  opacity: 1;
  visibility: visible;
}

.resource__link:last-child .resource__tooltip {
  left: -10px;
  right: auto;
}

.resource__link:last-child .resource__tooltip:after {
  left: 14px;
  right: auto;
}

.roadmap-nav {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.roadmap-menu,
.roadmap-nav {
  display: -ms-flexbox;
  display: flex;
}

.roadmap-menu {
  margin: 20px 0;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media only screen and (max-width: 990px) {
  .roadmap-menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.roadmap-menu__el {
  margin-right: 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 13px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.2s ease-in-out;
}

@media only screen and (max-width: 990px) {
  .roadmap-menu__el {
    margin: 0 10px 20px;
  }
}

.roadmap-menu__el:last-child {
  margin-right: 0;
}

.roadmap-menu__el.active,
.roadmap-menu__el:hover {
  opacity: 0.3;
}

.search {
  position: relative;
  padding-left: 36px;
  width: 100%;
  max-width: 660px;
  border-bottom: 1px solid #323a6d;
}

.search__input {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
}

.search__input:-ms-input-placeholder {
  color: #fff;
}

.search__input::placeholder {
  color: #fff;
}

.search__icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background-image: url(../images/search.svg);
  background-size: cover;
}

.section {
  padding: 100px 0;
}

@media only screen and (max-width: 990px) {
  .section {
    padding: 40px 0;
  }
}

.section__title {
  margin-bottom: 50px;
}

.section__icon {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 800px;
  z-index: 1;
}

.section.hero {
  padding: 0;
  background-image: url(../images/bg-1.svg);
  background-position: bottom;
}

@media only screen and (max-width: 768px) {
  .section.hero {
    padding: 0 0 20px;
  }
}

.section.hero .section__icon {
  margin-top: 100px;
  opacity: 0;
}

@media only screen and (max-width: 768px) {
  .section.hero .section__icon {
    margin-top: 30px;
  }
}

.section.core {
  padding-top: 0;
  background-image: url(../images/bg-2.svg);
  background-position: 50%;
}

.section.core .section__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 990px) {
  .section.core .section__wrap {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.section.core .section__left {
  width: 60%;
}

@media only screen and (max-width: 990px) {
  .section.core .section__left {
    width: 100%;
  }
}

.section.core .section__right {
  width: 40%;
}

@media only screen and (max-width: 990px) {
  .section.core .section__right {
    width: 100%;
  }
}

.section.core .section__icon {
  position: relative;
  left: -100px;
}

@media only screen and (max-width: 990px) {
  .section.core .section__icon {
    left: 0;
  }
}

.section.core .feature {
  position: relative;
  margin-top: 100px;
}

@media only screen and (max-width: 990px) {
  .section.core .feature {
    margin-top: 40px;
  }
}

.section.core .feature:after {
  position: absolute;
  content: "";
  top: -60px;
  left: 60px;
  transform: translateX(-100%);
  width: 500px;
  height: 25px;
  background-image: url(../images/icon-dot.svg);
  background-size: cover;
  z-index: 0;
}

@media only screen and (max-width: 990px) {
  .section.core .feature:after {
    display: none;
  }
}

.section.privacy {
  background-image: url(../images/bg-3.svg);
  background-position: bottom;
}

.section.privacy .section__title {
  display: block;
  text-align: left;
}

.section.privacy .features {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .section.privacy .features {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.section.privacy .feature {
  width: 40%;
}

@media only screen and (max-width: 768px) {
  .section.privacy .feature {
    width: 100%;
  }
}

.section.ecommerce {
  display: block;
  padding-bottom: 0;
  background-image: url(../images/bg-4.svg);
  background-position: 50%;
}

.section.ecommerce .features {
  margin-top: 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .section.ecommerce .features {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.section.ecommerce .feature {
  width: 40%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .section.ecommerce .feature {
    width: 100%;
  }
}

.section.wallet {
  padding-bottom: 0;
  background-image: url(../images/bg-5.svg);
  background-size: cover;
}

.section.wallet .title {
  white-space: nowrap;
}

.section.wallet .section__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .section.wallet .section__wrap {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.section.wallet .section__left {
  width: 40%;
}

@media only screen and (max-width: 768px) {
  .section.wallet .section__left {
    width: 100%;
  }
}

.section.wallet .section__right {
  width: 60%;
}

@media only screen and (max-width: 768px) {
  .section.wallet .section__right {
    width: 80%;
  }
}

.section.wallet .section__icon {
  max-width: 450px;
}

.section.wallet .drop-down {
  margin-top: 50px;
}

.section.resources {
  background-image: url(../images/bg-6.svg);
  background-position: 50%;
}

.section.roadmap {
  padding-top: 0;
  padding-bottom: 300px;
  background-image: url(../images/mountain-bg.svg);
  background-position: bottom;
}

.section.roadmap .section__wrap {
  background-image: url(../images/roadmap-stars.svg);
  background-repeat: repeat;
}

.section.downloads {
  padding-top: 0;
}

.section.downloads .downloads {
  margin-top: 50px;
}

.section.downloads .description {
  margin-top: 50px;
  text-align: left;
  font-size: 15px;
  line-height: 1;
}

.section.downloads .description h4 {
  text-transform: uppercase;
  margin: 20px 0;
  color: #dee2ee;
}

.section.downloads .description p {
  line-height: 1.4;
}

.section.downloads .description a {
  color: #fff;
  font-weight: 700;
}

.section.team {
  background-image: url(../images/roadmap-stars.svg);
  background-repeat: repeat;
}

.section.text {
  padding-top: 0;
}

.section.text h4 {
  font-size: 16px;
  margin: 10px 0;
}

.section.text p {
  margin: 14px 0;
}

.section.marketplace {
  padding-top: 0;
  text-align: center;
}

.section.marketplace .block {
  padding: 50px;
}

.section.marketplace .title {
  display: block;
}

.section.marketplace .video-container {
  display: inline-block;
  margin: 0 auto 70px;
  max-width: 800px;
  width: 100%;
}

.section.marketplace .comming-soon {
  position: relative;
}

.section.marketplace .comming-soon span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50px);
  font-size: 40px;
  font-weight: 300;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .section.marketplace .comming-soon span {
    transform: translate(-50%, -20px);
    font-size: 20px;
  }
}

.section.finance {
  padding-top: 0;
}

.section.finance .chart {
  margin-bottom: 50px;
}

.section.finance .description-chart {
  text-align: center;
}

.section.finance .description-chart img {
  margin-bottom: 20px;
  max-width: 750px;
  width: 100%;
}

.section.finance h4 {
  display: block;
  text-transform: uppercase;
  margin: 40px 0 20px;
  color: #dee2ee;
}

.section.finance p {
  line-height: 1.4;
}

.section.finance a {
  color: #fff;
  font-weight: 700;
}

#icon-hero {
  max-width: 800px;
}

.social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.social__el {
  margin: 0 10px;
  transition: all 0.2s ease-in-out;
}

.social__el:hover {
  transform: rotate(-15deg);
}

.social__el:last-child {
  margin-right: 0;
}

.social__link {
  line-height: 0;
}

.team-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 100px;
}

.team-list,
.team-list.small {
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.team-list.small {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.team-list.small .team-list__el {
  margin-left: 0;
}

.team-list__el {
  margin-bottom: 80px;
  margin-left: 5%;
}

@media only screen and (max-width: 1200px) {
  .team-list__el {
    margin-left: 2%;
  }
}

.team-list__el:first-child,
.team-list__el:nth-child(5) {
  margin-left: 0;
}

@media only screen and (max-width: 1200px) {
  .team-list__el:first-child,
  .team-list__el:nth-child(5) {
    margin-left: 2%;
  }
}

.teammate {
  width: 230px;
  text-align: center;
}

.teammate.small {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  text-align: left;
}

@media only screen and (max-width: 990px) {
  .teammate.small {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.teammate.small .teammate__picture {
  margin-right: 20px;
  min-width: 160px;
  min-height: 160px;
  width: 160px;
  height: 160px;
}

.teammate__picture {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 230px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #081e51;
  background-image: url(../images/logo.svg);
  background-size: 100px 100px;
  background-position: 50%;
}

.teammate__img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.teammate__name {
  margin-top: 15px;
  color: #fff;
  font-size: 20px;
}

.teammate__position {
  margin-top: 15px;
  font-size: 13px;
  color: #4e578a;
}

.teammate__description {
  margin-top: 15px;
}

.title {
  display: block;
  position: relative;
}

.title__text {
  margin-right: 6px;
  position: relative;
  z-index: 2;
}

.title__text:last-child {
  margin-right: 0;
}

.title__text-select {
  position: relative;
  color: #1796ff;
  z-index: 2;
}

.title__shadow {
  position: absolute;
  bottom: 30px;
  left: 0;
  font-size: 144px;
  font-weight: 900;
  opacity: 0.4;
  color: #2a3676;
  z-index: 1;
}

@media only screen and (max-width: 990px) {
  .title__shadow {
    font-size: 100px;
    bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .title__shadow {
    font-size: 70px;
    bottom: 14px;
  }
}

.title.centred {
  text-align: center;
}

.title.centred .title__shadow {
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.video {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
  background-image: url(../images/youtube_zano.svg);
}

.video embed,
.video iframe,
.video object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-description {
  margin-bottom: 60px;
  font-size: 18px;
  line-height: 1.6;
}

@media only screen and (max-width: 1200px) {
  .container {
    width: 100%;
    padding: 20px;
  }
  .header__center {
    left: 42%;
  }
}
