@media only screen and (min-width: 990px) {
  .body .background {
    min-height: 100ch;
  }
}

@media only screen and (min-width: 768px) {
  .hero .hero__graph img {
    width: 100%;
  }

  .body .background {
    -o-object-fit: fill;
    max-height: 100vh;
    width: 100%;
  }

  .hero .hero__descrpt {
    max-width: 75%;
  }
}

@media only screen and (min-width: 2100px) {
  .body .background {
    max-height: 800px;
    width: auto;
  }
}

@media only screen and (max-width: 1340px) {
  .body .background {
    max-height: 60vh;
    width: 100%;
    height: 100%;
  }
}

@media only screen and (max-width: 1200px) {
  .container {
    max-width: 1024px;
    padding: 12px 30px;
  }

  .investors-grid .grid-panel {
    width: 25vw;
  }
}

@media only screen and (max-width: 990px) {
  .container {
    padding: 16px 20px;
  }

  .header .header__logo a img {
    height: 32px;
  }

  .body:before {
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(23.44%, #0c0f19),
      color-stop(67.19%, rgba(12, 15, 25, 0.5)),
      color-stop(82.94%, #0c0f19),
      color-stop(90%, #0c0f19)
    );
    background: -o-linear-gradient(
      top,
      #0c0f19 23.44%,
      rgba(12, 15, 25, 0.5) 67.19%,
      #0c0f19 82.94%,
      #0c0f19 90%
    );
    background: linear-gradient(
      180deg,
      #0c0f19 23.44%,
      rgba(12, 15, 25, 0.5) 67.19%,
      #0c0f19 82.94%,
      #0c0f19 90%
    );
    content: "";
    height: 100%;
    left: 0;
    max-height: 75vh;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
  }

  .hero .hero__content {
    padding: 45px 0;
  }

  .btn--border {
    background: #0c0f19;
  }
  .investors-grid .grid-panel {
    width: 28vw;
  }
}

@media only screen and (max-width: 990px) and (min-width: 768px) {
  .body .background,
  .body:before {
    max-height: 90ch;
  }

  .hero .hero__graph img {
    width: 80%;
  }

  .about .faq {
    max-width: 476px;
  }

  .about .card .item {
    max-width: 32%;
  }

  .about .card .item .bg {
    padding: 33px 26px;
    background-size: 80%;
  }

  .about .card.even .item {
    margin-right: 16px;
  }

  .participate .card .item {
    max-width: 45%;
  }
}

@media only screen and (max-width: 767px) {
  .body .background {
    max-height: 580px;
  }

  .header .header__nav .icon-menu {
    display: block;
  }

  .header .header__nav .menu {
    flex-wrap: wrap;
    left: -20px;
    position: absolute;
    top: calc(100% + 16px);
    width: calc(100% + 40px);
    max-height: 0vh;
    overflow: hidden;
    padding-bottom: 0;
    transition: max-height 600ms linear, padding-bottom 600ms linear;
  }

  .header .header__nav .menu.open {
    height: auto;
    max-height: auto;
    padding-bottom: 100%;
  }

  .header .header__nav .menu .menu__item {
    background: #1b1f2d;
    margin: 0;
    width: 100%;
  }

  .header .header__nav .menu .menu__item a {
    display: inline-block;
    padding: 21px 20px;
  }

  .header .header__nav .menu .menu__item .submenu {
    -ms-transform: none;
    -webkit-transform: none;
    border-radius: 0;
    border-top: 1px solid #0c0f19;
    display: none;
    left: 0;
    opacity: 1;
    position: relative;
    top: 0;
    transform: none;
  }

  .header .header__nav .menu > .menu__item {
    border-bottom: 1px solid #0c0f19;
  }

  .header .header__nav .menu > .menu__item .submenu .submenu__item {
    border-bottom: 1px solid #0c0f19;
  }

  .header .header__nav .menu > .menu__item .submenu .submenu__item:last-child {
    border: 0;
  }

  .header .header__nav .menu .menu__item--parent:hover .submenu {
    -ms-transform: none;
    -o-transition: none;
    -webkit-transform: none;
    -webkit-transition: none;
    transform: none;
    transition: none;
  }

  .header
    .header__nav
    .menu
    .menu__item--parent:hover
    .submenu
    .submenu__item
    a {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    width: 100%;
  }

  .hero .hero__subtitle {
    font-size: 18px;
    line-height: 24px;
  }

  .hero .hero__title {
    font-size: 44px;
    line-height: 48px;
  }

  .hero .hero__graph img {
    max-width: 210px;
    width: 100%;
  }

  .inline-btn .btn--bg {
    margin-right: 16px;
  }

  .btn {
    border-radius: 12px;
    padding: 10px 32px;
  }

  .about .card {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about .card .item {
    margin-bottom: 16px;
    max-width: 100%;
  }

  .about .card .item:last-child {
    margin-bottom: 0;
  }

  .about .card .item .bg {
    padding: 10%;
  }

  .about .card .item .subtitle {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 16px;
  }

  .about .card .item .image {
    margin-bottom: 16px;
  }

  .about .card .item .list {
    margin-top: 16px;
    padding: 0;
    text-align: center;
  }

  .about .card .item .list .list__item {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 24px;
  }

  .about .card .item .title {
    font-size: 24px;
    line-height: 24px;
  }

  .about .info {
    margin: 48px 0;
  }

  .about .info > .descrpt {
    margin-bottom: 24px;
  }

  .about .works {
    margin: 48px 0;
  }

  .about .use-cases {
    margin: 48px 0;
  }

  .about .use-cases .card .item .bg {
    padding: 22px 59px;
    background-size: 80%;
  }

  .about .use-cases:after {
    display: none;
  }

  .about .use-cases .inline-block {
    margin-top: 24px;
  }

  .about .faq {
    margin: 48px 0;
  }

  .about .participate {
    margin: 48px 0;
  }

  .about .heading {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 24px;
  }

  .participate .card .item {
    max-width: 100%;
    min-height: 100%;
  }

  .participate .card .item .bg {
    padding: 36px 30px;
    background-size: 80%;
  }

  .participate .card .item .bg .title {
    font-size: 24px;
    line-height: 24px;
    text-align: center;
  }

  .participate .card .item .btn--border-fade-container {
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
  }

  .participate .card .list {
    margin-top: 8px;
    max-width: 100%;
  }

  .participate .card .list .item {
    padding: 24px 32px;
  }

  .participate .card .list .item .title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 6px;
  }

  .participate .card .list .item .text {
    font-size: 16px;
    line-height: 24px;
  }

  .tab .tab__heading .tab__item a {
    font-size: 18px;
    line-height: 24px;
  }

  .flex-reverse--mobile {
    -ms-flex-flow: column-reverse nowrap;
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column-reverse nowrap;
    width: 100%;
  }

  .about .works .tab .tab__content .card .item .bg {
    max-height: 300px;
  }

  .body:before {
    max-height: 100vh;
  }

  .hero .hero__graph img {
    border-radius: 8px;
    box-shadow: 0 0 0 4px #2b2f3c;
  }

  .investors-grid .grid-panel {
    width: 42vw;
  }
}

@media only screen and (max-width: 500px) {
  .investors-grid .grid-panel {
    width: 90vw;
  }
  .about .card.even .item {
    margin-right: 0;
  }
}

@media only screen and (max-width: 370px) {
  .body:before {
    max-height: 75vh;
  }

  .hero .hero__content .inline-btn .btn {
    width: 100%;
  }

  .hero .hero__content .inline-btn .btn:first-child {
    margin-bottom: 16px;
  }
}
