.screen2 .currency-row .block .bottom .one.green .value {
  text-shadow: -5px 5px 25px rgba(89, 198, 41, 0.7), 5px -5px 25px rgba(89, 198, 41, 0.7), -5px -5px 25px rgba(89, 198, 41, 0.7), 5px 5px 25px rgba(89, 198, 41, 0.7); }

.screen2 .currency-row .block .bottom .one.red .value {
  text-shadow: -5px 5px 25px rgba(238, 86, 87, 0.7), 5px -5px 25px rgba(238, 86, 87, 0.7), -5px -5px 25px rgba(238, 86, 87, 0.7), 5px 5px 25px rgba(238, 86, 87, 0.7); }

.screen2 .currency-row .block .bottom .one .value b {
  font-size: 24px;
  margin: 0 2px;
  font-weight: 600; }

.screen2 .currency-row .block .bottom .one .value {
  height: 35px;
  line-height: 35px; }

.screen2 .currency-row .block .bottom .one .value sup {
  position: relative;
  font-size: 12px;
  top: -13px; }

.screen2 .currency-row .block .bottom .one .value b {
  line-height: 24px; }

.other-buttons .btn-wrap:before {
  content: '';
  width: calc(100% - 14px);
  height: 100%;
  background: #1B5A55;
  position: absolute;
  left: 7px;
  top: 3px;
  border-radius: 0 0 3px 3px;
  z-index: -3;
  border-radius: 6px; }

.other-buttons .btn-wrap {
  position: relative;
  z-index: 1;
  /*filter: drop-shadow(0 4px 0 #142E40);*/ }

.screen7 .other-buttons .btn-wrap:before {
  width: calc(100% - 26px);
  left: 13px; }

.screen2 .flex-row .currency-card .table-wrap .table .row .column:nth-of-type(2n+1):last-of-type {
  width: 100%;
  border-right: none; }

.screen3 .flex-row .card:last-of-type p {
  position: relative; }
  .screen3 .flex-row .card:last-of-type p:before {
    content: '';
    width: 65px;
    height: 65px;
    background: url("../img/ice.png") no-repeat center;
    background-size: contain;
    position: absolute;
    left: 27px;
    top: -30px;
    filter: drop-shadow(10px 10px 3px rgba(255, 255, 255, 0.3)); }

.screen1 {
  position: relative; }
  .screen1 .main-bg {
    width: 100%; }
  .screen1 .content-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 120px;
    padding-bottom: 120px; }
    .screen1 .content-wrap .decor-subheading {
      font-weight: 600; }
    .screen1 .content-wrap .main-content {
      max-width: 60%; }
    .screen1 .content-wrap h1 {
      font-size: 54px;
      line-height: 133%;
      letter-spacing: 0.04em;
      color: white;
      text-shadow: 0px 24px 48px rgba(255, 255, 255, 0.16), 0px 8px 24px rgba(72, 255, 247, 0.24);
      font-weight: 400;
      margin-top: 27px; }
      .screen1 .content-wrap h1 b {
        font-weight: 800;
        background: linear-gradient(to bottom, white 30%, #8FC2E1);
        background-clip: text;
        -webkit-background-clip: text;
        color: transparent;
        display: block; }
    .screen1 .content-wrap p {
      font-weight: 600;
      font-size: 18px;
      line-height: 32px;
      color: white;
      margin: 28px 0 40px; }

.screen2 {
  padding: 0;
  position: relative;
  margin-top: -21vw;
  z-index: 2; }
  .screen2:before {
    content: '';
    width: calc(50%);
    height: 115%;
    position: absolute;
    left: 0;
    top: -50px;
    background: url("../img/lft2.png") no-repeat left center;
    background-size: contain; }
  .screen2:after {
    content: '';
    width: calc(50%);
    height: 115%;
    position: absolute;
    right: 0;
    top: -50px;
    background: url("../img/rgt2.png") no-repeat right center;
    background-size: contain; }
  .screen2 .currency-row {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2; }
    .screen2 .currency-row .block {
      width: calc(50% - 15px);
      margin-bottom: 30px;
      filter: drop-shadow(0px 24px 64px rgba(0, 0, 0, 0.8));
      padding: 60px 20px 20px; }
      .screen2 .currency-row .block:nth-of-type(1) {
        background: url("../img/back/1.png") no-repeat center;
        background-size: 100% 100%; }
      .screen2 .currency-row .block:nth-of-type(2) {
        background: url("../img/back/2.png") no-repeat center;
        background-size: 100% 100%; }
      .screen2 .currency-row .block:nth-of-type(3) {
        background: url("../img/back/3.png") no-repeat center;
        background-size: 100% 100%;
        padding-left: 10px; }
      .screen2 .currency-row .block:nth-of-type(4) {
        background: url("../img/back/4.png") no-repeat center;
        background-size: 100% 100%; }
      .screen2 .currency-row .block .top {
        padding: 15px 15px;
        display: flex;
        align-items: center;
        justify-content: flex-start; }
        .screen2 .currency-row .block .top .left {
          width: calc(100% - 80px);
          display: flex;
          align-items: center;
          justify-content: space-between; }
        .screen2 .currency-row .block .top .right {
          width: 70px;
          margin-left: auto; }
          .screen2 .currency-row .block .top .right button {
            width: 100%;
            height: 36px;
            font-size: 12px;
            font-weight: 600;
            text-transform: uppercase;
            color: white;
            background: #59C68D;
            border: none;
            outline: none;
            display: block;
            border-radius: 6px; }
            .screen2 .currency-row .block .top .right button:hover {
              opacity: 0.7; }
            .screen2 .currency-row .block .top .right button.sellbtn {
              margin-top: 5px;
              background: #FF5959; }
        .screen2 .currency-row .block .top .currency-symbol {
          width: 64px;
          height: 64px;
          border-radius: 50%;
          background: #2A3445;
          border: 1px solid rgba(79, 82, 97, 0.4);
          display: flex;
          align-items: center;
          justify-content: center; }
          .screen2 .currency-row .block .top .currency-symbol img {
            width: 50px;
            height: 50px;
            object-fit: contain; }
        .screen2 .currency-row .block .top span {
          width: calc(100% - 80px);
          margin-left: 16px;
          font-size: 16px;
          font-weight: 700;
          color: white; }
      .screen2 .currency-row .block .bottom {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
        .screen2 .currency-row .block .bottom .one {
          width: 33.3333%;
          padding: 30px 10px;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          font-size: 14px;
          color: #777C8D; }
          .screen2 .currency-row .block .bottom .one.red .value {
            color: #FF5959; }
          .screen2 .currency-row .block .bottom .one.green .value {
            color: #59FFC3; }
          .screen2 .currency-row .block .bottom .one .value {
            font-size: 18px;
            font-weight: 400; }
          .screen2 .currency-row .block .bottom .one:not(:last-of-type) {
            border-right: 1px solid rgba(255, 255, 255, 0.2); }
  .screen2 .flex-row {
    padding: 32px 36px 32px 26px;
    background: url("../img/currency-bg.png") no-repeat center;
    background-size: 100% 100%; }
    .screen2 .flex-row .currency-card {
      width: calc(25% - 10px);
      margin-left: 10px;
      display: flex;
      flex-direction: column;
      background: url("../img/cur-bg.jpg") no-repeat center;
      background-size: cover;
      border-radius: 10px; }
      .screen2 .flex-row .currency-card .top {
        padding: 25px;
        display: flex;
        align-items: center;
        justify-content: flex-start; }
        .screen2 .flex-row .currency-card .top .currency-symbol {
          width: 64px;
          height: 64px;
          border-radius: 50%;
          background: #2A3445;
          border: 1px solid #394150;
          display: flex;
          align-items: center;
          justify-content: center; }
          .screen2 .flex-row .currency-card .top .currency-symbol img {
            width: 50px;
            height: 50px;
            object-fit: contain; }
        .screen2 .flex-row .currency-card .top span {
          width: calc(100% - 80px);
          margin-left: 16px;
          font-size: 16px;
          font-weight: 700;
          color: white; }
      .screen2 .flex-row .currency-card .table-wrap .table .row {
        border-top: 1px solid #394150;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .screen2 .flex-row .currency-card .table-wrap .table .row .column {
          padding: 13px 24px;
          text-align: center;
          width: 50%; }
          .screen2 .flex-row .currency-card .table-wrap .table .row .column:nth-of-type(odd) {
            border-right: 1px solid #394150; }
          .screen2 .flex-row .currency-card .table-wrap .table .row .column span {
            font-size: 14px;
            color: #777C8D; }
          .screen2 .flex-row .currency-card .table-wrap .table .row .column .value {
            font-size: 18px;
            font-weight: 400; }
            .screen2 .flex-row .currency-card .table-wrap .table .row .column .value b {
              font-size: 24px;
              font-weight: 600;
              margin: 0 2px; }
            .screen2 .flex-row .currency-card .table-wrap .table .row .column .value sup {
              position: relative;
              top: -10px;
              font-size: 14px; }
            .screen2 .flex-row .currency-card .table-wrap .table .row .column .value.green {
              color: #59FFC3; }
            .screen2 .flex-row .currency-card .table-wrap .table .row .column .value.red {
              color: #FF5959; }

.screen3 .smoke-wrap:before {
  content: '';
  width: 700px;
  height: 500px;
  background: url("../img/smoke2.png") no-repeat center;
  background-size: contain;
  position: absolute;
  top: calc(100% - 110px);
  left: 40px;
  z-index: 0; }

.screen3 {
  background: url("../img/f4.png") no-repeat top;
  background-size: 100%;
  padding-top: 170px;
  position: relative;
  padding-bottom: 200px;
  margin-top: -160px; }
  .screen3 .glass {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/glass.png") no-repeat top;
    background-size: 100%;
    z-index: 0;
    opacity: 0.5;
    pointer-events: none; }
  .screen3 .heading {
    margin-top: 28px;
    line-height: 138%;
    letter-spacing: unset; }
  .screen3:before {
    content: '';
    width: 30vw;
    height: 50vw;
    position: absolute;
    top: 70%;
    left: -15px;
    background: url("../img/newhex.png") no-repeat left;
    background-size: contain;
    transform: translateY(-50%); }
  .screen3:after {
    content: '';
    width: 25vw;
    height: 40vw;
    position: absolute;
    top: 60%;
    right: 0;
    background: url("../img/f1.png") no-repeat right;
    background-size: contain;
    transform: translateY(-50%); }
  .screen3 .wrap {
    position: relative;
    z-index: 1; }
  .screen3 .flex-row {
    padding: 0 75px;
    filter: drop-shadow(0 0 25px rgba(86, 198, 191, 0.2)); }
    .screen3 .flex-row .card {
      text-align: center;
      width: 32%;
      padding-top: 32%;
      position: relative;
      background: url("../img/crd.png") no-repeat center;
      background-size: contain;
      backdrop-filter: blur(3px); }
      .screen3 .flex-row .card:not(:nth-of-type(2)) {
        margin-top: 80px; }
      .screen3 .flex-row .card .inner {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        transform: translateY(-60%); }
      .screen3 .flex-row .card .num {
        -webkit-text-stroke: 2px #60D2B8;
        text-stroke: 2px #60D2B8;
        background: linear-gradient(to bottom, #74D9D3, #49AAA0);
        background-clip: text;
        -webkit-background-clip: text;
        font-size: 72px;
        font-weight: 700;
        color: transparent;
        filter: drop-shadow(0 5px 0 #2A6964);
        text-shadow: 0px 8px 10px rgba(22, 34, 43, 0.24), 0px 24px 48px rgba(255, 255, 255, 0.16), 0px 8px 24px rgba(72, 255, 247, 0.24); }
        .screen3 .flex-row .card .num.big {
          font-size: 88px;
          margin-top: 45px;
          line-height: 125%; }
      .screen3 .flex-row .card p {
        font-size: 18px;
        text-transform: uppercase;
        color: white;
        filter: drop-shadow(0 1px 0 #2A6964);
        font-weight: 700; }
  .screen3 .buttons {
    text-align: center;
    margin-top: -10px; }
    .screen3 .buttons .big {
      padding-left: 25px;
      padding-right: 25px; }
    .screen3 .buttons .other-buttons {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 50px;
      position: relative; }
      .screen3 .buttons .other-buttons:after {
        content: '';
        width: 37px;
        height: 37px;
        background: url("../img/ice.png") no-repeat center;
        background-size: contain;
        position: absolute;
        top: -26px;
        left: calc(50% + 215px);
        transform: rotate(70deg);
        z-index: 1; }
      .screen3 .buttons .other-buttons .main-btn {
        margin: 0 7px;
        width: 200px;
        opacity: 0.9; }
  .screen3 .last-row {
    background: radial-gradient(100% 100% at 50% 0%, rgba(121, 207, 255, 0.12) 0%, rgba(194, 233, 255, 0) 54.14%), rgba(18, 21, 36, 0.48);
    box-shadow: inset 0px 2px 1px #212E3F, inset 0px 40px 40px rgba(33, 46, 63, 0.16), inset 0px -3px 6px rgba(33, 46, 63, 0.19), inset 0px -6px 18px rgba(33, 46, 63, 0.16), inset 0px 6px 12px rgba(33, 46, 63, 0.4);
    backdrop-filter: blur(10px);
    border-radius: 5px;
    padding: 80px 0 10px 85px;
    position: relative;
    z-index: 1; }
    .screen3 .last-row .left {
      width: 50%;
      position: relative; }
      .screen3 .last-row .left p {
        font-size: 16px;
        font-weight: 600;
        color: white;
        max-width: 380px;
        margin-top: 20px; }
      .screen3 .last-row .left .main-btn {
        padding-left: 70px;
        padding-right: 70px;
        margin-top: 30px; }
    .screen3 .last-row .right {
      position: relative;
      width: 50%; }
      .screen3 .last-row .right:after {
        content: '';
        width: 70vw;
        position: absolute;
        bottom: -1%;
        left: -20vw;
        height: 100%;
        background: url("../img/smoke31.png") no-repeat center right;
        background-size: contain; }
      .screen3 .last-row .right img {
        position: relative;
        z-index: 1;
        width: calc(100% + 50px);
        max-width: initial; }
  .screen3 .smoke-wrap {
    position: relative;
    margin-top: 310px; }
    .screen3 .smoke-wrap .smoke1 {
      width: 30%;
      position: absolute;
      top: -90px;
      left: 52%;
      z-index: 0; }
    .screen3 .smoke-wrap .smoke11 {
      width: 30%;
      position: absolute;
      top: -94px;
      left: 52%;
      z-index: -1;
      filter: blur(5px);
      opacity: 0.5; }
    .screen3 .smoke-wrap .smoke2 {
      width: 50%;
      position: absolute;
      top: -180px;
      left: 28%;
      z-index: -1; }
    .screen3 .smoke-wrap .smoke3 {
      width: 100vw;
      height: 130%;
      max-width: 100vw;
      object-fit: contain;
      object-position: right center;
      position: absolute;
      top: 30px;
      left: 52%;
      transform: translateX(-50%);
      z-index: -1; }
  .screen3 .image-back {
    background: #111C3C;
    width: 100%;
    height: 160px;
    backdrop-filter: blur(4px);
    clip-path: polygon(210px 0, 100% 0, 100% 100%, 0 100%, 0 160px); }
  .screen3 .image-back-wrap {
    width: calc(50vw + 37% + 30px);
    height: calc(280px + 60%);
    position: absolute;
    left: -37%;
    top: 67%;
    z-index: 1;
    opacity: 1;
    opacity: 0.9; }
    .screen3 .image-back-wrap .drop-shadow-wrap {
      filter: drop-shadow(0 0 1px rgba(255, 255, 255, 0.3)); }
    .screen3 .image-back-wrap:after {
      content: '';
      width: 100%;
      height: calc(100% - 250px);
      background: #111C3C;
      position: absolute;
      top: 160px;
      left: 0;
      z-index: -1;
      opacity: 0.9; }
  .screen3 .lasthex {
    width: 40%;
    height: 30%;
    background: url("../img/hess.png") no-repeat left bottom;
    background-size: contain;
    left: 0;
    bottom: -8%;
    position: absolute; }

.screen4 {
  padding: 0;
  position: relative;
  background: url("../img/s4bg.png") no-repeat top;
  background-size: cover;
  margin-top: 0;
  z-index: 1;
  padding-bottom: 400px; }
  .screen4:before {
    content: '';
    width: 35vw;
    height: 53vw;
    position: absolute;
    top: 35%;
    left: 0;
    background: url("../img/hex4-1.png") no-repeat left;
    background-size: contain;
    transform: translateY(-50%);
    z-index: -1; }
  .screen4:after {
    content: '';
    width: 30vw;
    height: 100%;
    position: absolute;
    top: 7%;
    right: 0;
    background: url("../img/hex5-1.png") no-repeat right;
    background-size: contain;
    z-index: -1; }
  .screen4 .hex-background {
    position: absolute;
    width: 100%;
    top: -140px;
    left: 0; }
  .screen4 .phone1 {
    position: relative;
    width: 42vw;
    top: -400px;
    left: -32px;
    pointer-events: none; }
  .screen4 .content-block {
    text-align: center;
    margin-top: -35%; }
    .screen4 .content-block .subheading {
      padding-left: 30px;
      padding-right: 30px;
      font-weight: 600; }
  .screen4 .heading {
    margin-top: 52px; }
  .screen4 .main-btn {
    margin-top: 50px;
    padding-left: 70px;
    padding-right: 70px;
    position: relative;
    z-index: 1; }

.info-block {
  position: relative;
  padding: 75px 0 !important;
  counter-reset: my-awesome-counter; }
  .info-block .content-wrap {
    filter: drop-shadow(0 0 25px rgba(86, 198, 191, 0.4));
    position: relative;
    z-index: 1; }
  .info-block:before {
    content: '';
    width: 20%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 40%;
    background: url("../img/bgall.png") no-repeat top;
    background-size: 100% 100%;
    opacity: 0.6; }
  .info-block:after {
    content: '';
    width: 10%;
    height: calc(100% - 170px);
    background: rgba(18, 21, 36, 0.24);
    box-shadow: inset 0px 2px 1px #212E3F, inset 0px 40px 40px rgba(33, 46, 63, 0.16), inset 0px -3px 6px rgba(33, 46, 63, 0.19), inset 0px -6px 18px rgba(33, 46, 63, 0.16), inset 0px 6px 12px rgba(33, 46, 63, 0.4);
    backdrop-filter: blur(4px);
    border-radius: 8px;
    position: absolute;
    top: 85px;
    left: 45%; }
  .info-block li {
    display: block;
    counter-increment: my-awesome-counter;
    position: relative;
    padding-bottom: 10px; }
    .info-block li:nth-of-type(even) .text-wrap {
      margin-left: auto;
      margin-right: 12%; }
      .info-block li:nth-of-type(even) .text-wrap:before {
        left: initial;
        right: 100%;
        transform: translateY(-60%) scale(1, -1); }
    .info-block li:last-of-type:before {
      display: none; }
    .info-block li:after {
      content: "0" counter(my-awesome-counter);
      font-size: 16px;
      font-weight: 700;
      text-shadow: 0px 1px 0px rgba(34, 61, 59, 0.4);
      width: 70px;
      height: 70px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      text-align: center;
      background: url("../img/number.png") no-repeat center;
      background-size: contain;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      position: absolute;
      z-index: 2; }
    .info-block li:before {
      content: '';
      width: 60px;
      height: 100%;
      position: absolute;
      top: 50%;
      background: url("../img/light.png") no-repeat center;
      background-size: 100% 100%;
      left: 50%;
      transform: translateX(-50%);
      z-index: 1; }
    .info-block li .text-wrap {
      width: 25%;
      height: 170px;
      background: url("../img/el1.png") no-repeat center;
      background-size: contain;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      font-size: 16px;
      text-transform: uppercase;
      color: white;
      filter: drop-shadow(0 2px 0 rgba(125, 208, 203, 0.4));
      font-weight: 700;
      margin-left: 12%;
      position: relative;
      z-index: 1; }
      .info-block li .text-wrap:before {
        content: '';
        width: 50%;
        height: 60px;
        position: absolute;
        top: 50%;
        left: 100%;
        transform: translateY(-60%);
        background: url("../img/z.png") no-repeat center;
        background-size: 100% 100%; }
      .info-block li .text-wrap b {
        background: linear-gradient(to bottom, white 20%, #B4FCFA);
        background-clip: text;
        -webkit-background-clip: text;
        color: transparent !important;
        display: block;
        filter: drop-shadow(0 2px rgba(125, 208, 203, 0.4)); }

.screen5 {
  position: relative;
  z-index: 1; }
  .screen5:before {
    content: '';
    position: absolute;
    top: 155px;
    right: 23%;
    background: url("../img/elipse.png") no-repeat center;
    background-size: contain;
    width: 160px;
    height: 160px; }
  .screen5 .hand {
    width: 60%;
    margin-top: -710px;
    position: relative;
    z-index: 2; }
  .screen5 .content-wrap {
    position: relative;
    margin-top: -17%; }
    .screen5 .content-wrap .background {
      width: 100%; }
    .screen5 .content-wrap .decor {
      position: absolute;
      top: 54%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 90%; }
    .screen5 .content-wrap .decor2 {
      position: absolute;
      width: 100%;
      bottom: -120px;
      left: 0; }
    .screen5 .content-wrap .decor3 {
      position: absolute;
      width: 100%;
      bottom: -152px;
      left: 0; }
    .screen5 .content-wrap .wrap {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      padding-top: 18%; }
      .screen5 .content-wrap .wrap .heading {
        font-size: 24px; }
        .screen5 .content-wrap .wrap .heading b {
          display: block; }
      .screen5 .content-wrap .wrap .arrow {
        display: inline-block;
        position: relative;
        padding: 0 45px 0 25px;
        margin-left: 40px; }
        .screen5 .content-wrap .wrap .arrow .list {
          display: flex;
          align-items: flex-start;
          justify-content: space-between;
          width: 400px; }
          .screen5 .content-wrap .wrap .arrow .list ul {
            width: 50%; }
            .screen5 .content-wrap .wrap .arrow .list ul li {
              background: linear-gradient(to bottom, white, #CCDDF1);
              background-clip: text;
              -webkit-background-clip: text;
              color: transparent;
              font-size: 18px;
              font-weight: 700;
              text-transform: uppercase;
              margin-bottom: 10px; }
              .screen5 .content-wrap .wrap .arrow .list ul li:before {
                content: '';
                width: 5px;
                height: 5px;
                border-radius: 50%;
                background: #6EFAF2;
                position: relative;
                display: inline-block;
                margin-right: 8px;
                top: -4px; }
        .screen5 .content-wrap .wrap .arrow .top {
          display: flex;
          align-items: center;
          justify-content: flex-start; }
          .screen5 .content-wrap .wrap .arrow .top .num {
            width: 130px;
            background: linear-gradient(to bottom, #74D9D3, #49AAA0);
            background-clip: text;
            -webkit-background-clip: text;
            font-size: 64px;
            font-weight: 700;
            color: transparent;
            filter: drop-shadow(0 5px 0 #2A6964);
            line-height: 100%;
            text-shadow: 0px 8px 10px rgba(22, 34, 43, 0.24), 0px 24px 48px rgba(255, 255, 255, 0.16), 0px 8px 24px rgba(72, 255, 247, 0.24); }
          .screen5 .content-wrap .wrap .arrow .top .heading {
            width: calc(100% - 130px); }
        .screen5 .content-wrap .wrap .arrow .bottom {
          display: flex;
          align-items: center;
          justify-content: space-between;
          margin-top: 10px; }
          .screen5 .content-wrap .wrap .arrow .bottom .main-btn {
            padding-left: 45px;
            padding-right: 45px; }
            .screen5 .content-wrap .wrap .arrow .bottom .main-btn:first-of-type {
              margin-right: 0; }
        .screen5 .content-wrap .wrap .arrow:before {
          content: '';
          width: 100%;
          height: 100%;
          top: -32px;
          left: 0;
          position: absolute;
          background: rgba(18, 21, 36, 0.24);
          box-shadow: inset 0px 2px 1px #212E3F, inset 0px 40px 40px rgba(33, 46, 63, 0.16), inset 0px -3px 6px rgba(33, 46, 63, 0.19), inset 0px -6px 18px rgba(33, 46, 63, 0.16), inset 0px 6px 12px rgba(33, 46, 63, 0.4);
          backdrop-filter: blur(12px);
          border-radius: 8px;
          clip-path: polygon(0 0, calc(100% - 60px) 0, 100% 50%, calc(100% - 60px) 100%, 0 100%, 0 0);
          z-index: -1; }

.screen6 {
  padding: 252px 0 400px 0;
  background: url("../img/nbg1.png") no-repeat top;
  background-size: cover;
  margin-top: 20px;
  position: relative;
  z-index: 1; }
  .screen6:after {
    content: '';
    width: 74%;
    height: 100%;
    background: url("../img/bit.png") no-repeat bottom;
    background-size: 100%;
    position: absolute;
    bottom: calc(100% - 180px);
    left: 0;
    z-index: 2;
    pointer-events: none; }
  .screen6 .decor {
    position: absolute;
    width: calc(65% - 30px);
    top: 10%;
    right: 0;
    display: none; }
  .screen6 .wrap {
    position: relative;
    z-index: 2; }
  .screen6 .content {
    width: 45%; }
    .screen6 .content .subheading {
      padding: 15px 28px; }
    .screen6 .content .heading {
      margin-top: 48px;
      letter-spacing: unset; }
      .screen6 .content .heading b {
        display: block; }
    .screen6 .content p {
      font-size: 16px;
      color: #B0BADC;
      margin: 40px 0 50px;
      max-width: 420px; }
    .screen6 .content .main-btn {
      padding-left: 55px;
      padding-right: 55px;
      margin-top: 42px; }
    .screen6 .content .flex-row {
      margin-top: 50px; }
      .screen6 .content .flex-row .img {
        width: 60px;
        background: radial-gradient(100% 100% at 50% 0%, rgba(84, 204, 255, 0.64) 0%, rgba(29, 171, 232, 0) 93.73%), linear-gradient(180deg, rgba(105, 210, 255, 0.2) 0%, rgba(20, 154, 212, 0.0167109) 91.64%), rgba(24, 73, 108, 0.8);
        box-shadow: 0px 8px 16px rgba(13, 14, 39, 0.72), 0px 16px 32px rgba(44, 255, 242, 0.16), 0px 16px 40px rgba(31, 36, 49, 0.24), inset 0px -4px 2px rgba(31, 36, 49, 0.16), inset 0px 5px 6px rgba(31, 36, 49, 0.4), inset 0px 8px 16px rgba(44, 255, 243, 0.4);
        height: 60px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 20px; }
        .screen6 .content .flex-row .img img {
          width: 24px; }
      .screen6 .content .flex-row p {
        font-size: 16px;
        margin: 0;
        color: white;
        text-transform: uppercase;
        line-height: 150%;
        width: calc(100% - 80px); }

.screen7 {
  background: url("../img/lb.png") no-repeat top;
  background-size: 100%;
  padding: 220px 0 150px;
  position: relative;
  margin-top: -367px;
  z-index: 2; }
  .screen7 .flex-row .card-wrap {
    width: calc(23%); }
    .screen7 .flex-row .card-wrap:nth-of-type(2) {
      margin-top: -80px; }
    .screen7 .flex-row .card-wrap:last-of-type {
      margin-top: 50px; }
    .screen7 .flex-row .card-wrap .heading {
      margin-top: 20px;
      text-align: center;
      font-size: 32px; }
      .screen7 .flex-row .card-wrap .heading b {
        display: block; }
  .screen7 .flex-row .card {
    text-align: center;
    width: calc(100% - 30px);
    margin-left: 15px;
    padding-top: 120%;
    position: relative;
    background: url("../img/cd.png") no-repeat center;
    background-size: contain;
    filter: drop-shadow(0 0 25px rgba(65, 228, 188, 0.3)); }
    .screen7 .flex-row .card .inner {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      transform: translateY(-50%); }
    .screen7 .flex-row .card .num {
      background: linear-gradient(to bottom, #74D9D3, #49AAA0);
      background-clip: text;
      -webkit-background-clip: text;
      font-size: 40px;
      text-transform: uppercase;
      font-weight: 700;
      color: transparent;
      filter: drop-shadow(0 3px 0 #2A6964);
      text-shadow: 0px 8px 10px rgba(22, 34, 43, 0.24), 0px 24px 48px rgba(255, 255, 255, 0.16), 0px 8px 24px rgba(72, 255, 247, 0.24); }
    .screen7 .flex-row .card img {
      width: 150px;
      height: 100px;
      object-fit: contain;
      margin-top: -140px;
      margin-bottom: 30px;
      margin-left: auto;
      margin-right: auto;
      display: block; }
  .screen7 .content {
    margin-top: 20px;
    text-align: center; }
    .screen7 .content .heading {
      margin: 48px 0 48px; }
      .screen7 .content .heading b {
        display: block; }
    .screen7 .content .other-buttons {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 50px; }
      .screen7 .content .other-buttons .main-btn {
        margin: 0 13px;
        width: 200px; }
  .screen7 .gadgets {
    width: 90%;
    max-width: initial;
    margin-left: 7%; }

.screen8 {
  position: relative;
  margin-top: -650px;
  padding: 100px 0 107px;
  background: url("../img/sep2.png");
  background-repeat: no-repeat;
  background-position: 0 -12vw;
  background-size: 100%;
  z-index: 3; }
  .screen8 .btm-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -11.5vw; }
    .screen8 .btm-row .left, .screen8 .btm-row .right {
      width: 33.3%;
      display: flex;
      flex-flow: row;
      flex-wrap: wrap;
      justify-content: space-between; }
      .screen8 .btm-row .left span, .screen8 .btm-row .right span {
        text-align: center;
        width: 100%;
        display: none;
        font-size: 14px;
        text-transform: uppercase;
        color: #2CFFF2;
        margin-bottom: 10px;
        font-weight: 700; }
      .screen8 .btm-row .left .col, .screen8 .btm-row .right .col {
        width: calc(50% - 10px);
        margin: 10px 0;
        background: rgba(18, 21, 36, 0.24);
        box-shadow: inset 0px 2px 1px #212E3F, inset 0px 40px 40px rgba(33, 46, 63, 0.16), inset 0px -3px 6px rgba(33, 46, 63, 0.19), inset 0px -6px 18px rgba(33, 46, 63, 0.16), inset 0px 6px 12px rgba(33, 46, 63, 0.4);
        backdrop-filter: blur(12px);
        border-radius: 8px;
        font-size: 16px;
        font-weight: 600;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        height: 116px; }
    .screen8 .btm-row .center {
      text-align: center;
      width: 30%; }
      .screen8 .btm-row .center .section-heading {
        font-weight: 400;
        text-transform: uppercase; }
        .screen8 .btm-row .center .section-heading b {
          font-weight: 700;
          background: linear-gradient(to bottom, white 0%, #71C1E1);
          background-clip: text;
          -webkit-background-clip: text;
          text-shadow: 0px 24px 48px rgba(255, 255, 255, 0.2), 0px 8px 24px rgba(72, 255, 247, 0.4); }
  .screen8 .flex-row .img-wrap {
    position: relative;
    width: 42%; }
    .screen8 .flex-row .img-wrap:last-of-type:before {
      left: initial;
      right: 23%; }
    .screen8 .flex-row .img-wrap:before {
      content: '';
      width: 50%;
      bottom: 30%;
      left: 21%;
      height: 100%;
      background: url("../img/light-back.png") no-repeat center;
      background-size: contain;
      position: absolute;
      opacity: 0.8; }
    .screen8 .flex-row .img-wrap img {
      width: 100%;
      position: relative;
      z-index: 1; }

.screen4 .content-block:after {
  content: '';
  position: absolute;
  bottom: -40px;
  right: 19%;
  background: url("../img/elipse.png") no-repeat center;
  background-size: contain;
  width: 140px;
  height: 140px; }

.screen4 .content-block:before {
  content: '';
  position: absolute;
  bottom: -115px;
  right: 8%;
  background: url("../img/elipse.png") no-repeat center;
  background-size: contain;
  width: 60px;
  height: 60px;
  filter: blur(4px); }

.screen4 .content-block {
  position: relative; }

.info-block li:nth-of-type(1) .content-wrap:before {
  content: '';
  position: absolute;
  top: 15px;
  left: 28%;
  background: url("../img/elipse.png") no-repeat center;
  background-size: contain;
  width: 60px;
  height: 60px;
  opacity: 0.6; }

.info-block li:nth-of-type(1) .text-wrap:after {
  content: '';
  position: absolute;
  top: -50px;
  right: 15px;
  background: url("../img/elipse.png") no-repeat center;
  background-size: contain;
  width: 85px;
  height: 85px;
  transform: scale(-1, 1);
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.3)); }

.info-block li:nth-of-type(2) .text-wrap:after {
  content: '';
  position: absolute;
  top: 0;
  left: 20px;
  background: url("../img/elipse.png") no-repeat center;
  background-size: contain;
  width: 40px;
  height: 40px;
  filter: blur(5px); }

.info-block li:nth-of-type(3) .content-wrap:after {
  content: '';
  position: absolute;
  top: -65px;
  left: 24%;
  background: url("../img/elipse.png") no-repeat center;
  background-size: contain;
  width: 125px;
  height: 125px;
  z-index: -1; }

.info-block li:nth-of-type(5) .text-wrap:after {
  content: '';
  position: absolute;
  top: -20px;
  right: 35px;
  background: url("../img/elipse.png") no-repeat center;
  background-size: contain;
  width: 60px;
  height: 60px;
  filter: blur(3px); }

.screen3 .flex-row .card:nth-of-type(1):after {
  content: '';
  position: absolute;
  top: 0;
  right: 10%;
  background: url("../img/elipse.png") no-repeat center;
  background-size: contain;
  width: 90px;
  height: 90px;
  filter: blur(5px); }
.screen3 .flex-row .card:nth-of-type(2) {
  /*.num{
  	position: relative;
  	&:after{
  		content: '';
  		width: 50px;
  		height: 50px;
  		background: url('../img/ice.png')no-repeat center;
  		background-size: contain;
  		position:absolute;
  		top: -30px;
  		left: 100%;
  		z-index: -1;
  	}
  }*/ }
.screen3 .flex-row .card:nth-of-type(3):before {
  content: '';
  position: absolute;
  top: 20px;
  left: 24%;
  background: url("../img/elipse.png") no-repeat center;
  background-size: contain;
  width: 80px;
  height: 80px;
  filter: blur(3px); }
.screen3 .flex-row .card:nth-of-type(3):after {
  content: '';
  position: absolute;
  bottom: 25px;
  right: -40px;
  background: url("../img/elipse.png") no-repeat center;
  background-size: contain;
  width: 130px;
  height: 130px;
  z-index: -1; }

@media (min-width: 1650px) {
  .screen3 .lasthex {
    width: 40%;
    height: 30%;
    background: url("../img/hess.png") no-repeat left bottom;
    background-size: contain;
    left: 0;
    bottom: -11%;
    position: absolute; }

  .screen3 .last-row .right::after {
    content: '';
    width: 70vw;
    position: absolute;
    bottom: -26%;
    left: -20vw;
    height: 118%;
    background: url("../img/smoke31.png") no-repeat center right;
    background-size: auto;
    background-size: contain; }

  .info-block li:nth-of-type(1) .content-wrap:before {
    content: '';
    position: absolute;
    top: 25px;
    left: 30%;
    background: url("../img/elipse.png") no-repeat center;
    background-size: contain;
    width: 60px;
    height: 60px;
    opacity: 0.6; }

  .other-buttons .btn-wrap:before {
    width: calc(100% - 10px);
    left: 5px;
    top: 3px;
    border-radius: 6px; }

  .screen7 .other-buttons .btn-wrap:before {
    width: calc(100% - 10px);
    left: 5px; }

  .screen3 .flex-row .card:nth-of-type(2) .num:after {
    display: none; }

  .info-block li .text-wrap {
    padding-bottom: 13px; }

  .screen6::after {
    width: 81%; }

  .screen3 .smoke-wrap:before {
    content: '';
    width: 700px;
    height: 500px;
    background: url("../img/smoke2.png") no-repeat center;
    background-size: contain;
    position: absolute;
    top: calc(100% - 180px);
    left: 40px;
    z-index: 0;
    transform: rotate(-8deg); }

  .screen3 .flex-row .card:last-of-type p {
    position: relative; }
    .screen3 .flex-row .card:last-of-type p:before {
      content: '';
      width: 90px;
      height: 90px;
      background: url("../img/ice.png") no-repeat center;
      background-size: contain;
      position: absolute;
      left: 38px;
      top: 0;
      filter: drop-shadow(10px 10px 3px rgba(255, 255, 255, 0.3)); }

  .screen5 .content-wrap .decor2 {
    bottom: 136px;
    width: 97%;
    height: 100%; }

  .screen5 .content-wrap .decor3 {
    bottom: 30px; }

  .screen6::after {
    bottom: calc(100% - 270px);
    left: 15px; }

  .screen5::before {
    right: 20%; }

  .screen1 .content-wrap {
    position: absolute;
    padding-top: 155px; }
    .screen1 .content-wrap .main-content {
      max-width: 65%; }
      .screen1 .content-wrap .main-content .main-btn {
        font-size: 18px; }
    .screen1 .content-wrap h1 {
      font-size: 80px;
      margin-top: 31px; }
    .screen1 .content-wrap p {
      font-size: 24px;
      line-height: 32px;
      margin: 35px 0 40px; }

  .screen2 {
    margin-top: -300px;
    position: relative;
    z-index: 2; }
    .screen2 .currency-row {
      display: flex;
      flex-flow: row;
      flex-wrap: wrap;
      justify-content: space-between;
      max-width: 880px;
      margin-left: auto;
      margin-right: auto;
      position: relative;
      z-index: 2; }
      .screen2 .currency-row .block {
        padding: 60px 30px 20px; }
        .screen2 .currency-row .block .top {
          padding: 25px 20px; }
        .screen2 .currency-row .block .bottom .one {
          padding: 40px 20px; }
    .screen2:before {
      content: '';
      width: calc(50% - 150px);
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background: url("../img/lft.png") no-repeat left center;
      background-size: contain; }
    .screen2:after {
      content: '';
      width: calc(50% - 150px);
      height: 100%;
      position: absolute;
      right: -80px;
      top: 0;
      background: url("../img/rgt.png") no-repeat right center;
      background-size: contain; }

  .screen3 {
    margin-top: -220px;
    padding-top: 260px; }
    .screen3 .glass {
      top: 40px; }
    .screen3 .heading {
      margin-top: 20px;
      line-height: 130%; }
    .screen3:before {
      width: 35vw;
      height: 38vw;
      top: 74.5%;
      left: 0; }
    .screen3:after {
      width: 25vw;
      height: 31vw;
      top: 64.5%;
      background: url("../img/f1.png") no-repeat right;
      background-size: auto;
      background-size: contain; }
    .screen3 .flex-row {
      justify-content: space-between;
      padding: 0; }
      .screen3 .flex-row:not(.last-row) {
        width: calc(100% + 90px);
        margin-left: -45px; }
      .screen3 .flex-row .card {
        width: calc(33%);
        padding-top: 32%; }
        .screen3 .flex-row .card:nth-of-type(1):after {
          right: 10%;
          top: 10%;
          width: 80px;
          height: 80px; }
        .screen3 .flex-row .card:nth-of-type(3):before {
          width: 70px;
          height: 70px;
          left: 30%;
          top: 10px; }
        .screen3 .flex-row .card:nth-of-type(3):after {
          right: -10px;
          bottom: 13%;
          z-index: -11; }
        .screen3 .flex-row .card:not(:nth-of-type(2)) {
          margin-top: 150px; }
        .screen3 .flex-row .card .inner {
          top: 46%;
          transform: translateY(-50%); }
        .screen3 .flex-row .card .num {
          font-size: 96px; }
        .screen3 .flex-row .card p {
          font-size: 40px; }
    .screen3 .buttons {
      margin-top: -35px; }
      .screen3 .buttons .big {
        padding-left: 60px;
        padding-right: 60px; }
      .screen3 .buttons .other-buttons {
        margin-top: 47px; }
        .screen3 .buttons .other-buttons:after {
          content: '';
          width: 50px;
          height: 50px;
          background: url("../img/ice.png") no-repeat center;
          background-size: contain;
          position: absolute;
          top: -35px;
          left: calc(50% + 205px);
          transform: rotate(70deg); }
        .screen3 .buttons .other-buttons .main-btn {
          margin: 0 5px;
          width: 205px; }
    .screen3 .last-row {
      border-radius: 5px;
      padding: 80px 30px 50px 80px; }
      .screen3 .last-row .left {
        width: 50%;
        position: relative;
        z-index: 2; }
        .screen3 .last-row .left p {
          margin-top: 23px; }
        .screen3 .last-row .left .main-btn {
          padding-left: 70px;
          padding-right: 70px;
          margin-top: 30px; }
    .screen3 .smoke-wrap {
      margin-top: 270px; }
      .screen3 .smoke-wrap .smoke1 {
        width: 32%;
        top: -150px;
        left: 54%; }
      .screen3 .smoke-wrap .smoke2 {
        width: 50%;
        top: -220px;
        left: 29%; }
      .screen3 .smoke-wrap .smoke3 {
        height: 136%;
        top: 30px;
        left: 50%; }
    .screen3 .image-back {
      width: 100%;
      height: 190px;
      clip-path: polygon(270px 0, 100% 0, 100% 100%, 0 100%, 0 190px); }
    .screen3 .image-back-wrap {
      width: calc(50vw + 37% + 30px);
      height: calc(280px + 60%);
      left: -32%;
      top: 71%; }
      .screen3 .image-back-wrap:after {
        height: calc(100% - 340px);
        top: 190px; }

  .screen4 {
    padding: 0 0 400px 0;
    background: url("../img/f3.png") no-repeat 0 108px;
    background-size: 100%; }
    .screen4:before {
      width: 34%;
      height: 39%;
      top: 35%;
      display: none; }
    .screen4:after {
      width: 21%;
      height: 100%;
      top: -3%;
      right: -10px;
      display: none; }
    .screen4 .hex-background {
      top: -220px;
      left: 50%;
      transform: translateX(-50%);
      min-width: 1300px; }
    .screen4 .phone1 {
      width: 683px;
      top: -510px;
      left: 26px; }
    .screen4 .content-block {
      margin-top: -522px; }
      .screen4 .content-block:after {
        right: 25%;
        bottom: -110px; }
      .screen4 .content-block:before {
        right: 16%;
        bottom: -190px; }
    .screen4 .heading {
      margin-top: 20px; }
    .screen4 .main-btn {
      margin-top: 42px;
      padding-left: 70px;
      padding-right: 70px;
      position: relative;
      z-index: 1; }

  .info-block {
    padding-left: 100px !important;
    padding-right: 100px !important;
    padding-top: 120px !important; }
    .info-block:before {
      width: 16%;
      left: 42%; }
    .info-block li li:nth-of-type(2n) .text-wrap::before {
      right: 97%; }
    .info-block li .text-wrap {
      height: 168px;
      width: 27%;
      background: url("../img/f2.png") no-repeat center;
      background-size: contain;
      font-size: 20px; }
      .info-block li .text-wrap:before {
        width: 35%;
        left: 97%;
        top: 55%; }

  .info-block li:nth-of-type(1) .text-wrap::after {
    top: -31px;
    right: 27px; }

  .info-block li:nth-of-type(2) .text-wrap::after {
    left: 35px; }

  .info-block li:nth-of-type(3) .content-wrap::after {
    left: 26%; }

  .screen5 {
    position: relative;
    z-index: 1; }
    .screen5 .hand {
      width: 59%;
      margin-top: -819px; }
    .screen5 .content-wrap {
      margin-top: -18%; }
      .screen5 .content-wrap .background {
        width: 100%; }
      .screen5 .content-wrap .decor {
        width: 88%;
        top: 59%; }
      .screen5 .content-wrap .wrap {
        padding-top: 7%; }
        .screen5 .content-wrap .wrap .heading {
          font-size: 24px; }
        .screen5 .content-wrap .wrap .arrow {
          padding: 0 50px 0 30px;
          margin-left: 0; }
          .screen5 .content-wrap .wrap .arrow .top .num {
            width: 220px;
            font-size: 120px; }
          .screen5 .content-wrap .wrap .arrow .top .heading {
            width: calc(100% - 220px);
            font-size: 40px; }
          .screen5 .content-wrap .wrap .arrow .bottom {
            margin-top: 20px;
            justify-content: flex-start; }
            .screen5 .content-wrap .wrap .arrow .bottom .main-btn:first-of-type {
              margin-right: 10px; }
          .screen5 .content-wrap .wrap .arrow:before {
            top: -32px; }

  .screen6 {
    padding-bottom: 600px;
    margin-top: -250px;
    padding-top: 200px;
    background: url("../img/newbg1.png") no-repeat top;
    background-size: cover; }
    .screen6 .decor {
      width: calc(70%);
      top: 10%;
      right: -9%; }
    .screen6 .wrap {
      position: relative;
      z-index: 2; }
    .screen6 .content {
      width: 100%; }
      .screen6 .content .heading {
        margin-top: 38px;
        max-width: 50%; }
      .screen6 .content p {
        font-size: 16px; }
      .screen6 .content .main-btn {
        padding-left: 55px;
        padding-right: 55px;
        margin-right: 60px;
        margin-top: 34px; }
      .screen6 .content .flex-row .img {
        width: 60px;
        height: 60px;
        margin-right: 20px; }
      .screen6 .content .flex-row p {
        font-size: 16px; }

  .screen7 .flex-row .card-wrap:nth-of-type(2) {
    margin-top: -102px; }

  .screen7 .flex-row .card-wrap:nth-of-type(3) {
    margin-top: -17px; }

  .screen7 .flex-row .card-wrap:last-of-type {
    margin-top: 52px; }

  .screen7 {
    padding: 18vw 0 150px;
    margin-top: -400px; }
    .screen7 .flex-row {
      margin-top: -14px; }
      .screen7 .flex-row .card-wrap {
        padding-left: 0;
        padding-right: 0; }
        .screen7 .flex-row .card-wrap .heading {
          font-size: 40px; }
      .screen7 .flex-row .card {
        width: calc(100% - 30px);
        margin-left: 15px; }
        .screen7 .flex-row .card .num {
          font-size: 54px; }
        .screen7 .flex-row .card img {
          width: 150px;
          height: 150px;
          margin-top: -200px;
          margin-bottom: 30px; }
    .screen7 .content .heading {
      margin: 28px 0 58px; }
    .screen7 .content .buttons {
      padding-left: 45px;
      padding-right: 45px; }
    .screen7 .content .other-buttons {
      margin-top: 40px; }
      .screen7 .content .other-buttons .main-btn {
        margin: 0 5px;
        width: 205px; }
    .screen7 .gadgets {
      margin-top: -22px;
      width: 93.5%;
      margin-left: 3.5%; }

  .screen8 {
    margin-top: -750px;
    padding: 150px 0 110px;
    background-position: 0 -12vw; }
    .screen8 .btm-row {
      margin-top: -11vw; }
    .screen8 .flex-row .img-wrap {
      width: 40%;
      margin-left: 3%; }
      .screen8 .flex-row .img-wrap:last-of-type {
        margin-right: 3%;
        margin-left: 0; }
        .screen8 .flex-row .img-wrap:last-of-type:before {
          right: 23%; }
      .screen8 .flex-row .img-wrap:before {
        width: 50%;
        bottom: 30%;
        left: 21%; }
      .screen8 .flex-row .img-wrap img {
        width: 100%; } }
@media (min-width: 1850px) {
  .screen2 {
    margin-top: -400px;
    position: relative;
    z-index: 2; } }
@media (max-width: 1300px) {
  .screen3 .lasthex {
    display: none; }

  .screen3 .last-row .right::after {
    display: none; }

  .info-block li:nth-of-type(1) .content-wrap:before {
    display: none; }

  .other-buttons .btn-wrap:before {
    width: calc(100% - 10px);
    left: 5px;
    top: 3px;
    border-radius: 6px; }

  .screen7 .other-buttons .btn-wrap:before {
    width: calc(100% - 10px);
    left: 5px; }

  .screen3 .flex-row .card .num.big {
    margin-top: 0; }

  .screen4 .content-block::before {
    right: 0; }

  .screen4 .content-block::after {
    right: 14%; }

  .info-block li:nth-of-type(1) .text-wrap::after {
    top: -20px;
    right: 30px; }

  .info-block li:nth-of-type(2) .text-wrap::after {
    top: 10px; }

  .info-block li:nth-of-type(3) .content-wrap::after {
    display: none; }

  .info-block li:nth-of-type(5) .text-wrap::after {
    top: 0;
    right: 50px; }

  .screen5 .content-wrap .decor3 {
    bottom: 0; }

  .screen3 .flex-row .card:nth-of-type(2) .num::after {
    display: none; }

  .screen3 .buttons .other-buttons::after {
    width: 35px;
    height: 35px;
    top: -20px; }

  .screen6::after {
    content: '';
    width: 100px;
    height: 100%;
    background: url("../img/ball.png") no-repeat bottom;
    background-size: 100%;
    position: absolute;
    bottom: calc(100% - 100px);
    left: 0;
    z-index: 2;
    pointer-events: none; }

  .screen5 .content-wrap .decor2 {
    bottom: -30px; }

  .screen5::before {
    content: '';
    position: absolute;
    top: 50px;
    right: 15%;
    background: url("../img/elipse.png") no-repeat center;
    background-size: auto;
    background-size: contain;
    width: 150px;
    height: 150px; }

  .screen1 .content-wrap {
    position: absolute;
    padding-top: 100px;
    padding-bottom: 120px; }
    .screen1 .content-wrap .main-content {
      max-width: 60%; }
    .screen1 .content-wrap h1 {
      font-size: 54px;
      margin-top: 20px; }
    .screen1 .content-wrap p {
      font-size: 18px;
      line-height: 32px;
      margin: 30px 0 40px;
      max-width: 300px; }

  .screen2 {
    margin-top: -14vw;
    position: relative;
    z-index: 2; }
    .screen2 .currency-row {
      max-width: 800px; }
      .screen2 .currency-row .block {
        width: calc(50% - 15px);
        margin-bottom: 30px;
        padding: 60px 20px 20px; }
        .screen2 .currency-row .block:nth-of-type(1) {
          background: url("../img/back/1.png") no-repeat center;
          background-size: 100% 100%;
          backdrop-filter: blur(10px); }
        .screen2 .currency-row .block:nth-of-type(2) {
          background: url("../img/back/2.png") no-repeat center;
          background-size: 100% 100%;
          backdrop-filter: blur(10px); }
        .screen2 .currency-row .block:nth-of-type(3) {
          background: url("../img/back/3.png") no-repeat center;
          background-size: 100% 100%;
          backdrop-filter: blur(10px); }
        .screen2 .currency-row .block:nth-of-type(4) {
          background: url("../img/back/4.png") no-repeat center;
          background-size: 100% 100%;
          backdrop-filter: blur(10px); }
        .screen2 .currency-row .block .top {
          padding: 15px 15px; }
          .screen2 .currency-row .block .top .left {
            width: calc(100% - 80px); }
          .screen2 .currency-row .block .top .right {
            width: 70px;
            margin-left: auto; }
            .screen2 .currency-row .block .top .right button {
              width: 100%;
              height: 36px;
              font-size: 12px; }
          .screen2 .currency-row .block .top .currency-symbol {
            width: 64px;
            height: 64px; }
            .screen2 .currency-row .block .top .currency-symbol img {
              width: 50px;
              height: 50px; }
          .screen2 .currency-row .block .top span {
            width: calc(100% - 80px);
            margin-left: 16px;
            font-size: 16px; }
        .screen2 .currency-row .block .bottom {
          border-top: 1px solid rgba(255, 255, 255, 0.2);
          border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
          .screen2 .currency-row .block .bottom .one {
            width: 33.3333%;
            padding: 30px 10px;
            font-size: 14px; }
            .screen2 .currency-row .block .bottom .one .value {
              font-size: 18px; }
    .screen2 .flex-row {
      padding: 32px 36px 32px 26px; }
      .screen2 .flex-row .currency-card {
        width: calc(33.3% - 10px);
        margin-left: 10px;
        border-radius: 10px; }
        .screen2 .flex-row .currency-card:last-of-type {
          display: none; }
        .screen2 .flex-row .currency-card .top {
          padding: 15px 10px; }
          .screen2 .flex-row .currency-card .top .currency-symbol {
            width: 64px;
            height: 64px; }
          .screen2 .flex-row .currency-card .top span {
            font-size: 15px; }
        .screen2 .flex-row .currency-card .table-wrap .table .row .column {
          padding: 15px 10px; }
          .screen2 .flex-row .currency-card .table-wrap .table .row .column span {
            font-size: 12px; }
          .screen2 .flex-row .currency-card .table-wrap .table .row .column .value {
            font-size: 16px; }

  .screen3 {
    padding-top: 150px;
    margin-top: -130px;
    padding-bottom: 200px;
    background: url("../img/f6.png") no-repeat top;
    background-size: 100%; }
    .screen3 .glass {
      display: none; }
    .screen3 .heading {
      margin-top: 20px; }
    .screen3:before {
      width: 20vw;
      height: 30vw;
      top: 51%;
      left: 0; }
    .screen3:after {
      width: 25vw;
      height: 40vw;
      top: 53%; }
    .screen3 .flex-row {
      padding: 0 0; }
      .screen3 .flex-row .card {
        width: 33.3%;
        padding-top: 37%; }
        .screen3 .flex-row .card:not(:nth-of-type(2)) {
          margin-top: 100px; }
        .screen3 .flex-row .card .inner {
          top: 50%;
          transform: translateY(-50%); }
        .screen3 .flex-row .card .num {
          font-size: 72px; }
          .screen3 .flex-row .card .num.big {
            font-size: 72px; }
        .screen3 .flex-row .card p {
          font-size: 18px; }
    .screen3 .buttons .other-buttons {
      margin-top: 30px; }
      .screen3 .buttons .other-buttons .main-btn {
        margin: 0 5px;
        width: 200px; }
    .screen3 .last-row {
      border-radius: 5px;
      padding: 80px 30px 30px 80px; }
      .screen3 .last-row .left {
        width: 45%;
        position: relative;
        z-index: 2; }
        .screen3 .last-row .left .main-btn {
          padding-left: 70px;
          padding-right: 70px;
          margin-top: 50px; }
      .screen3 .last-row .right {
        width: 55%; }
    .screen3 .smoke-wrap {
      margin-top: 250px; }
      .screen3 .smoke-wrap .smoke1 {
        width: 30%;
        top: -90px;
        left: 55%; }
      .screen3 .smoke-wrap .smoke2 {
        width: 80%;
        top: -245px;
        left: 11%; }
      .screen3 .smoke-wrap .smoke3 {
        width: 100vw;
        max-width: 100vw;
        top: 30px;
        left: 50%; }
    .screen3 .image-back {
      width: 100%;
      height: 180px; }
    .screen3 .image-back-wrap {
      width: calc(130% + 45px);
      height: calc(280px + 60%);
      left: -30%;
      top: 60%; }
      .screen3 .image-back-wrap:after {
        height: calc(100% - 350px);
        top: 180px; }

  .screen3 .smoke-wrap::before {
    display: none; }

  .screen4 {
    padding: 0;
    background: url("../img/f7.png") no-repeat top;
    background-size: 100%; }
    .screen4:before {
      width: 40%;
      height: 50%;
      top: 25%;
      display: none; }
    .screen4:after {
      width: 35%;
      height: 100%;
      top: 5%;
      display: none; }
    .screen4 .hex-background {
      top: -220px;
      left: 0;
      transform: 0;
      min-width: 100%; }
    .screen4 .phone1 {
      width: 500px;
      top: -30vw; }
    .screen4 .content-block {
      margin-top: -350px; }
    .screen4 .heading {
      margin-top: 28px; }
    .screen4 .main-btn {
      margin-top: 40px;
      padding-left: 70px;
      padding-right: 70px;
      position: relative;
      z-index: 1; }

  .info-block {
    padding: 50px 0 !important; }
    .info-block:before {
      height: calc(100% - 50px); }
    .info-block li {
      display: block;
      position: relative; }
      .info-block li:not(:last-of-type) {
        margin-bottom: -50px; }
      .info-block li:nth-of-type(even) .text-wrap {
        margin-left: auto;
        margin-right: 0; }
        .info-block li:nth-of-type(even) .text-wrap:before {
          right: 100%;
          transform: translateY(-60%) scale(1, -1); }
      .info-block li .text-wrap {
        width: 30%;
        height: 220px;
        font-size: 16px;
        margin-left: 0; }
        .info-block li .text-wrap:before {
          height: 60px;
          top: 50%;
          left: 100%;
          width: 58%;
          transform: translateY(-60%); }

  .screen5 {
    position: relative;
    z-index: 1; }
    .screen5 .hand {
      width: 62%;
      margin-top: -150px; }
    .screen5 .content-wrap {
      margin-top: -20%; }
      .screen5 .content-wrap .background {
        width: 100%; }
      .screen5 .content-wrap .decor {
        width: 85%;
        top: 55%; }
      .screen5 .content-wrap .wrap {
        padding-top: 22%; }
        .screen5 .content-wrap .wrap .heading {
          font-size: 24px; }
        .screen5 .content-wrap .wrap .arrow {
          padding: 0 30px 0 32px;
          margin-left: 0; }
          .screen5 .content-wrap .wrap .arrow .top .num {
            width: 130px;
            font-size: 64px; }
          .screen5 .content-wrap .wrap .arrow .top .heading {
            width: calc(100% - 130px); }
          .screen5 .content-wrap .wrap .arrow .bottom {
            margin-top: 20px; }
            .screen5 .content-wrap .wrap .arrow .bottom .main-btn:first-of-type {
              margin-right: 10px; }
          .screen5 .content-wrap .wrap .arrow:before {
            top: -32px; }

  .screen6 {
    padding: 150px 0 300px 0;
    margin-top: -50px; }
    .screen6 .decor {
      width: calc(60% - 30px);
      top: 11%; }
    .screen6 .wrap {
      position: relative;
      z-index: 2; }
    .screen6 .content {
      width: 100%; }
      .screen6 .content .heading {
        margin-top: 30px;
        max-width: 50%; }
      .screen6 .content p {
        font-size: 16px;
        margin: 30px 0 30px; }
      .screen6 .content .main-btn {
        padding-left: 55px;
        padding-right: 55px;
        margin-right: 60px; }
      .screen6 .content .last-row {
        display: flex;
        align-items: center;
        justify-content: flex-start; }
      .screen6 .content .flex-row {
        margin-top: 0; }
        .screen6 .content .flex-row .img {
          width: 60px;
          height: 60px;
          margin-right: 20px; }
        .screen6 .content .flex-row p {
          font-size: 16px; }

  .screen7 {
    padding: 15vw 0 150px;
    margin-top: -30vw; }
    .screen7 .flex-row .card-wrap {
      width: calc(25% - 10px); }
      .screen7 .flex-row .card-wrap:nth-of-type(2) {
        margin-top: -80px; }
      .screen7 .flex-row .card-wrap:last-of-type {
        margin-top: 80px; }
      .screen7 .flex-row .card-wrap .heading {
        margin-top: 10px;
        font-size: 26px; }
    .screen7 .flex-row .card .num {
      font-size: 38px; }
    .screen7 .flex-row .card img {
      width: 150px;
      height: 100px;
      margin-top: -120px;
      margin-bottom: 10px; }
    .screen7 .content {
      margin-top: 30px; }
      .screen7 .content .heading {
        margin: 30px 0 40px; }
      .screen7 .content .other-buttons {
        margin-top: 40px; }
        .screen7 .content .other-buttons .main-btn {
          margin: 0 5px;
          width: 200px; }

  .screen8 {
    margin-top: -530px;
    padding: 150px 0 100px 0;
    background-position: 0 -12vw; }
    .screen8 .flex-row .img-wrap {
      width: 50%; }
      .screen8 .flex-row .img-wrap:last-of-type:before {
        right: 23%; }
      .screen8 .flex-row .img-wrap:before {
        width: 50%;
        bottom: 30%;
        left: 21%; }
      .screen8 .flex-row .img-wrap img {
        width: 100%; }
    .screen8 .btm-row {
      margin-top: -13vw;
      flex-flow: row;
      flex-wrap: wrap; }
      .screen8 .btm-row .center {
        width: 100%;
        order: 0;
        margin-bottom: 30px; }
      .screen8 .btm-row .left span, .screen8 .btm-row .right span {
        display: block; }
      .screen8 .btm-row .left .col, .screen8 .btm-row .right .col {
        width: calc(50% - 5px);
        margin: 5px 0; }
      .screen8 .btm-row .left {
        order: 1;
        width: calc(50% - 20px); }
      .screen8 .btm-row .right {
        order: 2;
        width: calc(50% - 20px); } }
@media (max-width: 1100px) {
  .screen2 {
    margin-top: -14vw;
    position: relative;
    z-index: 2; }
    .screen2:before {
      width: calc(50%);
      height: 100%;
      left: 0;
      top: -50px;
      background: url("../img/lft3.png") no-repeat left center;
      background-size: contain; }
    .screen2:after {
      content: '';
      width: calc(50%);
      height: 100%;
      right: 0;
      top: -50px;
      background: url("../img/rgt3.png") no-repeat right center;
      background-size: contain; } }
@media (max-width: 991px) {
  .screen3 .flex-row .card:last-of-type p::before {
    content: '';
    width: 45px;
    height: 45px;
    background: url("../img/ice.png") no-repeat center;
    background-size: auto;
    background-size: contain;
    position: absolute;
    left: 13px;
    top: 0;
    filter: drop-shadow(10px 10px 3px rgba(255, 255, 255, 0.3)); }

  .info-block li:nth-of-type(1) .text-wrap::after {
    top: -10px; }

  .info-block li:nth-of-type(2) .text-wrap::after {
    top: -10px; }

  .info-block li:nth-of-type(3) .content-wrap::before {
    content: '';
    width: 90px;
    height: 90px;
    position: absolute;
    left: 20px;
    top: -10px;
    background: url("../img/elipse.png") no-repeat center;
    background-size: contain; }

  .info-block li:nth-of-type(5) .text-wrap::after {
    top: -10px; }

  .screen4 .content-block:after {
    bottom: -10px;
    right: 10%;
    width: 110px;
    height: 110px; }

  .screen4 .content-block:before {
    display: none; }

  .info-block li:nth-of-type(1) .text-wrap:after {
    top: -10px;
    right: 50%;
    width: 70px;
    height: 70px; }

  .info-block li:nth-of-type(2) .text-wrap:after {
    top: -10px;
    left: 40px;
    width: 50px;
    height: 50px; }

  .info-block li:nth-of-type(3) .content-wrap:after {
    top: -10px;
    left: 5%;
    width: 120px;
    height: 120px; }

  .info-block li:nth-of-type(5) .text-wrap:after {
    top: -10px;
    right: 50%;
    width: 60px;
    height: 60px; }

  .screen3 .flex-row .card:nth-of-type(1):after {
    top: 0;
    right: 10%;
    width: 70px;
    height: 70px; }
  .screen3 .flex-row .card:nth-of-type(3):before {
    top: 20px;
    left: 15%;
    width: 60px;
    height: 60px; }
  .screen3 .flex-row .card:nth-of-type(3):after {
    bottom: -20px;
    right: 0;
    width: 120px;
    height: 120px; }

  .screen1 .content-wrap {
    position: absolute;
    padding-top: 100px;
    padding-bottom: 120px; }
    .screen1 .content-wrap .main-content {
      max-width: 600px; }
    .screen1 .content-wrap h1 {
      font-size: 54px;
      margin-top: 20px; }
      .screen1 .content-wrap h1 b {
        display: block; }
    .screen1 .content-wrap p {
      font-size: 18px;
      line-height: 32px;
      margin: 20px 0 30px;
      max-width: 300px;
      font-weight: 600; }

  .screen2 {
    margin-top: -16vw; }
    .screen2:before {
      display: none; }
    .screen2:after {
      display: none; }
    .screen2 .currency-row {
      max-width: 800px; }
      .screen2 .currency-row .block {
        width: calc(50% - 10px);
        margin-bottom: 20px;
        padding: 60px 20px 20px; }
        .screen2 .currency-row .block:nth-of-type(1) {
          background: url("../img/back/1.png") no-repeat center;
          background-size: 100% 100%;
          backdrop-filter: blur(10px); }
        .screen2 .currency-row .block:nth-of-type(2) {
          background: url("../img/back/2.png") no-repeat center;
          background-size: 100% 100%;
          backdrop-filter: blur(10px); }
        .screen2 .currency-row .block:nth-of-type(3) {
          background: url("../img/back/3.png") no-repeat center;
          background-size: 100% 100%;
          backdrop-filter: blur(10px); }
        .screen2 .currency-row .block:nth-of-type(4) {
          background: url("../img/back/4.png") no-repeat center;
          background-size: 100% 100%;
          backdrop-filter: blur(10px); }
        .screen2 .currency-row .block .top {
          padding: 15px 15px; }
          .screen2 .currency-row .block .top .left {
            width: calc(100% - 80px); }
          .screen2 .currency-row .block .top .right {
            width: 70px;
            margin-left: auto; }
            .screen2 .currency-row .block .top .right button {
              width: 100%;
              height: 36px;
              font-size: 12px; }
          .screen2 .currency-row .block .top .currency-symbol {
            width: 64px;
            height: 64px; }
            .screen2 .currency-row .block .top .currency-symbol img {
              width: 50px;
              height: 50px; }
          .screen2 .currency-row .block .top span {
            width: calc(100% - 80px);
            margin-left: 16px;
            font-size: 16px; }
        .screen2 .currency-row .block .bottom {
          border-top: 1px solid rgba(255, 255, 255, 0.2);
          border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
          .screen2 .currency-row .block .bottom .one {
            width: 33.3333%;
            padding: 30px 10px;
            font-size: 14px; }
            .screen2 .currency-row .block .bottom .one .value {
              font-size: 18px; }
    .screen2 .flex-row {
      padding: 26px 36px 36px 26px;
      background: url("../img/currency-bg-tablet.png") no-repeat center;
      background-size: 100% 100%;
      flex-flow: row;
      flex-wrap: wrap; }
      .screen2 .flex-row .currency-card {
        width: calc(50% - 10px);
        margin-left: 10px;
        margin-top: 10px;
        border-radius: 10px; }
        .screen2 .flex-row .currency-card:last-of-type {
          display: block; }
        .screen2 .flex-row .currency-card .top {
          padding: 15px 10px;
          justify-content: center; }
          .screen2 .flex-row .currency-card .top .currency-symbol {
            width: 64px;
            height: 64px; }
          .screen2 .flex-row .currency-card .top span {
            font-size: 15px;
            width: auto; }
        .screen2 .flex-row .currency-card .table-wrap .table .row:nth-of-type(2) {
          display: none; }
        .screen2 .flex-row .currency-card .table-wrap .table .row .column {
          padding: 15px 10px; }
          .screen2 .flex-row .currency-card .table-wrap .table .row .column span {
            font-size: 14px; }
          .screen2 .flex-row .currency-card .table-wrap .table .row .column .value {
            font-size: 18px; }

  .screen3 {
    padding-top: 200px;
    margin-top: -180px;
    padding-bottom: 200px;
    background: url("../img/f8.png") no-repeat top;
    background-size: 100%; }
    .screen3 .heading {
      margin-top: 20px; }
    .screen3:before {
      width: 20vw;
      height: 30vw;
      top: 51%;
      left: 0; }
    .screen3:after {
      width: 25vw;
      height: 40vw;
      top: 53%; }
    .screen3 .flex-row {
      padding: 0 0; }
      .screen3 .flex-row .card {
        width: calc(33.3% );
        padding-top: calc(33.3%); }
        .screen3 .flex-row .card:not(:nth-of-type(2)) {
          margin-top: 100px; }
        .screen3 .flex-row .card .inner {
          top: 50%;
          transform: translateY(-50%); }
        .screen3 .flex-row .card .num {
          font-size: 64px;
          line-height: 100%; }
          .screen3 .flex-row .card .num.big {
            font-size: 64px; }
        .screen3 .flex-row .card p {
          font-size: 18px; }
    .screen3 .buttons .other-buttons {
      margin-top: 30px; }
      .screen3 .buttons .other-buttons .main-btn {
        margin: 0 5px;
        width: 200px; }
    .screen3 .last-row {
      border-radius: 5px;
      padding: 30px 0 30px 30px; }
      .screen3 .last-row .left {
        width: 53%;
        position: relative;
        z-index: 2; }
        .screen3 .last-row .left .main-btn {
          padding-left: 70px;
          padding-right: 70px;
          margin-top: 50px; }
      .screen3 .last-row .right {
        width: 50%; }
        .screen3 .last-row .right img {
          margin-left: -100px;
          width: calc(100% + 200px);
          max-width: initial; }
    .screen3 .smoke-wrap {
      margin-top: 280px; }
      .screen3 .smoke-wrap .smoke1 {
        width: 30%;
        top: -80px;
        left: 55%; }
      .screen3 .smoke-wrap .smoke11 {
        display: none; }
      .screen3 .smoke-wrap .smoke2 {
        width: 70%;
        top: -150px;
        left: 20%; }
      .screen3 .smoke-wrap .smoke3 {
        width: 100vw;
        max-width: 100vw;
        top: 30px;
        left: 70%; }
    .screen3 .image-back {
      width: 100%;
      height: 180px; }
    .screen3 .image-back-wrap {
      width: calc(150% + 45px);
      height: calc(280px + 60%);
      left: -50%;
      top: 60%; }
      .screen3 .image-back-wrap:after {
        height: calc(100% - 180px);
        top: 180px; }

  .screen4 {
    padding: 0; }
    .screen4:before {
      width: 40%;
      height: 50%;
      top: 25%;
      left: -5%; }
    .screen4:after {
      width: 35%;
      height: 100%;
      top: 5%;
      right: -5%; }
    .screen4 .hex-background {
      top: -220px;
      left: 0;
      transform: unset;
      min-width: 100%;
      width: 100%; }
    .screen4 .phone1 {
      width: 500px;
      top: -300px; }
    .screen4 .content-block {
      margin-top: -320px; }
    .screen4 .heading {
      margin-top: 28px; }
    .screen4 .main-btn {
      margin-top: 40px;
      padding-left: 70px;
      padding-right: 70px;
      position: relative;
      z-index: 1; }

  .info-block {
    padding: 50px 0 !important; }
    .info-block li {
      display: block;
      position: relative; }
      .info-block li:not(:last-of-type) {
        margin-bottom: -50px; }
      .info-block li:nth-of-type(even) .text-wrap {
        margin-left: auto;
        margin-right: 0; }
        .info-block li:nth-of-type(even) .text-wrap:before {
          right: 100%;
          transform: translateY(-60%) scale(-1, 1); }
      .info-block li:after {
        width: 50px;
        height: 50px;
        font-size: 14px; }
      .info-block li:before {
        width: 50px;
        height: calc(100% - 50px); }
      .info-block li .text-wrap {
        width: 35%;
        height: 160px;
        font-size: 15px;
        margin-left: 0;
        padding-bottom: 10px;
        filter: none; }
        .info-block li .text-wrap:before {
          height: 3px;
          top: 55%;
          left: 100%;
          width: 55%;
          transform: translateY(-50%);
          background: linear-gradient(to right, #81B0E5, #3B89E3);
          filter: unset; }

  .screen6::after {
    display: none; }

  .screen5 {
    position: relative;
    z-index: 1; }
    .screen5:before {
      right: 5%;
      top: -123px;
      width: 120px;
      height: 120px; }
    .screen5:after {
      content: '';
      width: 100%;
      height: 100%;
      background: url("../img/f14.png") no-repeat bottom right;
      background-size: contain;
      position: absolute;
      bottom: -40px;
      left: 0;
      z-index: -1; }
    .screen5 .hand {
      width: 60%;
      margin-top: -110px; }
    .screen5 .content-wrap {
      margin-top: -20%;
      padding-bottom: 150px; }
      .screen5 .content-wrap .background {
        width: 100%; }
      .screen5 .content-wrap .decor2 {
        display: none; }
      .screen5 .content-wrap .wrap {
        padding-top: 20%; }
        .screen5 .content-wrap .wrap .heading {
          font-size: 24px; }
        .screen5 .content-wrap .wrap .arrow {
          padding: 0 50px 0 32px; }
          .screen5 .content-wrap .wrap .arrow .top .num {
            width: 130px;
            font-size: 64px; }
          .screen5 .content-wrap .wrap .arrow .top .heading {
            width: calc(100% - 130px); }
          .screen5 .content-wrap .wrap .arrow .bottom {
            margin-top: 20px; }
            .screen5 .content-wrap .wrap .arrow .bottom .main-btn:first-of-type {
              margin-right: 10px; }
          .screen5 .content-wrap .wrap .arrow:before {
            top: -32px; }

  .screen6 {
    padding: 120px 0 300px 0;
    margin-top: -50px;
    background-size: 100%;
    background-position: 0 30px;
    background: url("../img/bg6.png") no-repeat top;
    background-size: cover; }
    .screen6 .decor {
      width: calc(60% - 30px);
      top: 10%;
      display: block; }
    .screen6 .wrap {
      position: relative;
      z-index: 2; }
    .screen6 .content {
      width: 100%;
      margin-top: 50px; }
      .screen6 .content .heading {
        margin-top: 30px;
        max-width: 70%; }
      .screen6 .content p {
        font-size: 16px;
        margin: 30px 0 30px; }
      .screen6 .content .main-btn {
        padding-left: 55px;
        padding-right: 55px;
        margin-right: 60px; }
      .screen6 .content .last-row {
        display: flex;
        align-items: center;
        justify-content: flex-start; }
      .screen6 .content .flex-row {
        margin-top: 0; }
        .screen6 .content .flex-row .img {
          width: 60px;
          height: 60px;
          margin-right: 20px; }
        .screen6 .content .flex-row p {
          font-size: 16px; }

  .screen7 {
    padding: 100px 0 150px;
    margin-top: -35vw;
    background: url("../img/lbmob.png") no-repeat top;
    background-size: 100%; }
    .screen7 .flex-row {
      justify-content: space-between;
      flex-flow: row;
      flex-wrap: wrap;
      position: relative; }
      .screen7 .flex-row:before {
        content: '';
        width: calc(100% + 30px);
        left: -15px;
        top: 0;
        height: 50%;
        background: url("../img/line.png") no-repeat top;
        background-size: contain;
        position: absolute;
        transform: scale(-1, 1); }
      .screen7 .flex-row:after {
        content: '';
        width: calc(100% + 30px);
        left: -15px;
        bottom: 10%;
        height: 50%;
        background: url("../img/line.png") no-repeat bottom;
        background-size: contain;
        position: absolute; }
      .screen7 .flex-row .card-wrap {
        width: calc(40% - 10px);
        position: relative;
        z-index: 1; }
        .screen7 .flex-row .card-wrap:nth-of-type(1) {
          margin-top: 0;
          margin-left: auto;
          margin-right: 20px; }
        .screen7 .flex-row .card-wrap:nth-of-type(2) {
          margin-top: 0;
          margin-right: auto;
          margin-left: 20px; }
        .screen7 .flex-row .card-wrap:nth-of-type(3) {
          margin-left: auto;
          margin-right: 20px;
          margin-top: 30px; }
        .screen7 .flex-row .card-wrap:last-of-type {
          margin-top: 30px;
          margin-right: auto;
          margin-left: 20px; }
        .screen7 .flex-row .card-wrap .heading {
          margin-top: 20px;
          font-size: 32px; }
      .screen7 .flex-row .card {
        width: 100%;
        margin-left: 0;
        padding-top: 110%; }
        .screen7 .flex-row .card .num {
          font-size: 38px; }
        .screen7 .flex-row .card img {
          width: 150px;
          height: 115px;
          margin-top: -140px;
          margin-bottom: 50px; }
    .screen7 .content {
      margin-top: 70px; }
      .screen7 .content .heading {
        margin: 30px 0 40px; }
      .screen7 .content .other-buttons {
        margin-top: 40px; }
        .screen7 .content .other-buttons .main-btn {
          margin: 0 5px;
          width: 200px; }
    .screen7 .gadgets {
      width: 100vw;
      margin-left: -15px;
      margin-top: 20px; }

  .screen8 {
    margin-top: -450px;
    padding: 150px 0 80px;
    background-position: 0 -5vw; }
    .screen8 .flex-row {
      width: calc(100% + 150px);
      margin-left: -75px; }
      .screen8 .flex-row .img-wrap {
        width: 50%;
        transform: translateX(70px); }
        .screen8 .flex-row .img-wrap:last-of-type {
          transform: translateX(-70px); }
          .screen8 .flex-row .img-wrap:last-of-type:before {
            right: 23%; }
        .screen8 .flex-row .img-wrap:before {
          width: 50%;
          bottom: 50%;
          left: 21%; }
        .screen8 .flex-row .img-wrap img {
          width: 100%;
          max-width: unset; }
    .screen8 .btm-row .center {
      margin-bottom: 0; }
    .screen8 .btm-row .left, .screen8 .btm-row .right {
      width: 100%;
      margin-top: 40px; } }
@media (max-width: 767px) {
  .info-block li:nth-of-type(5) .text-wrap::after {
    filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.4)) !important; }

  .other-buttons .btn-wrap:before {
    width: calc(100%);
    height: calc(100% - 15px);
    left: 0;
    top: 18px;
    border-radius: 6px; }

  .screen7 .other-buttons .btn-wrap:before {
    width: calc(100%);
    left: 0; }

  .screen3::before {
    display: none; }

  .screen3::after {
    display: none; }

  .screen3 .last-row .left p {
    max-width: 100%;
    text-align: center; }

  .screen5 .content-wrap .wrap .arrow .list ul li {
    margin-bottom: 10px; }

  .screen3 .flex-row .card:nth-of-type(2) .num::after {
    display: block;
    top: -85px;
    left: unset;
    right: 0;
    width: 35px;
    height: 35px; }

  .screen3 .flex-row .card:last-of-type p::before {
    display: none; }

  .screen3 .buttons .other-buttons::after {
    width: 35px;
    height: 35px;
    left: unset;
    right: 0;
    top: -140px; }

  .screen4 .content-block:after {
    display: none; }

  .screen4 .content-block:before {
    display: none; }

  .info-block li:nth-of-type(1) .text-wrap:after {
    top: -40px;
    right: initial;
    left: 35px;
    width: 70px;
    height: 70px; }

  .info-block li:nth-of-type(2) .text-wrap:after {
    display: none; }

  .info-block li:nth-of-type(3) .content-wrap:after {
    top: -50px;
    left: 5%;
    width: 120px;
    height: 120px;
    display: none; }

  .info-block li:nth-of-type(4) .text-wrap:after {
    content: '';
    position: absolute;
    top: -20px;
    left: 20%;
    background: url("../img/elipse.png") no-repeat center;
    background-size: contain;
    width: 50px;
    height: 50px;
    filter: blur(5px); }

  .info-block li:nth-of-type(5) .text-wrap:after {
    top: initial;
    bottom: -30px;
    right: 20%;
    width: 60px;
    height: 60px;
    filter: blur(0); }

  .info-block li .text-wrap {
    filter: unset; }

  .screen3 .flex-row .card {
    background: url("../img/cd.png") no-repeat center;
    background-size: contain; }
    .screen3 .flex-row .card .num {
      -webkit-text-stroke: 1px #60D2B8;
      text-stroke: 1px #60D2B8; }
    .screen3 .flex-row .card:nth-of-type(1):after {
      top: -20px;
      right: 0;
      width: 70px;
      height: 70px;
      filter: blur(2px); }
    .screen3 .flex-row .card:nth-of-type(3):before {
      display: none; }
    .screen3 .flex-row .card:nth-of-type(3):after {
      display: none; }

  .screen1 .content-wrap {
    position: relative;
    z-index: 1;
    left: initial;
    top: initial;
    padding-top: 80px;
    padding-bottom: 100px; }
    .screen1 .content-wrap .main-content {
      max-width: 600px; }
    .screen1 .content-wrap h1 {
      font-size: 32px;
      margin-top: 20px;
      line-height: 170%; }
      .screen1 .content-wrap h1 b {
        display: block;
        font-size: 46px; }
    .screen1 .content-wrap p {
      font-size: 16px;
      line-height: 32px;
      margin: 20px 0 30px;
      max-width: 300px;
      font-weight: 600; }
    .screen1 .content-wrap .main-btn {
      width: 100%; }
  .screen1 .main-bg {
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }

  .screen2 {
    margin-top: -20px;
    position: relative;
    z-index: 2; }
    .screen2 .currency-row {
      max-width: 800px; }
      .screen2 .currency-row .block {
        width: 100%;
        margin-bottom: 20px;
        padding: 60px 20px 20px; }
        .screen2 .currency-row .block:nth-of-type(1) {
          background: url("../img/back/1.png") no-repeat center;
          background-size: 100% 100%;
          backdrop-filter: blur(10px); }
        .screen2 .currency-row .block:nth-of-type(2) {
          background: url("../img/back/2.png") no-repeat center;
          background-size: 100% 100%;
          backdrop-filter: blur(10px); }
        .screen2 .currency-row .block:nth-of-type(3) {
          background: url("../img/back/3.png") no-repeat center;
          background-size: 100% 100%;
          backdrop-filter: blur(10px); }
        .screen2 .currency-row .block:nth-of-type(4) {
          background: url("../img/back/4.png") no-repeat center;
          background-size: 100% 100%;
          backdrop-filter: blur(10px); }
        .screen2 .currency-row .block .top {
          padding: 15px 15px; }
          .screen2 .currency-row .block .top .left {
            width: calc(100% - 80px); }
          .screen2 .currency-row .block .top .right {
            width: 70px;
            margin-left: auto; }
            .screen2 .currency-row .block .top .right button {
              width: 100%;
              height: 36px;
              font-size: 12px; }
          .screen2 .currency-row .block .top .currency-symbol {
            width: 64px;
            height: 64px; }
            .screen2 .currency-row .block .top .currency-symbol img {
              width: 50px;
              height: 50px; }
          .screen2 .currency-row .block .top span {
            width: calc(100% - 80px);
            margin-left: 16px;
            font-size: 16px; }
        .screen2 .currency-row .block .bottom {
          border-top: 1px solid rgba(255, 255, 255, 0.2);
          border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
          .screen2 .currency-row .block .bottom .one {
            width: 33.3333%;
            padding: 30px 10px;
            font-size: 14px; }
            .screen2 .currency-row .block .bottom .one .value {
              font-size: 18px; }
    .screen2 .flex-row {
      padding: 26px 20px 36px 20px;
      background: url("../img/currency-bg-mob.png") no-repeat center;
      background-size: 100% 100%;
      flex-flow: row;
      flex-wrap: wrap; }
      .screen2 .flex-row .currency-card {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
        border-radius: 10px; }
        .screen2 .flex-row .currency-card .top {
          padding: 15px 10px;
          justify-content: flex-start; }
          .screen2 .flex-row .currency-card .top .currency-symbol {
            width: 64px;
            height: 64px; }
          .screen2 .flex-row .currency-card .top span {
            font-size: 15px;
            width: auto; }
        .screen2 .flex-row .currency-card .table-wrap .table .row .column {
          padding: 15px 10px; }
          .screen2 .flex-row .currency-card .table-wrap .table .row .column span {
            font-size: 14px; }
          .screen2 .flex-row .currency-card .table-wrap .table .row .column .value {
            font-size: 18px; }

  .screen3 .buttons .other-buttons::after {
    display: none; }

  .screen3 {
    padding-top: 170px;
    margin-top: -130px;
    padding-bottom: 300px;
    background: url("../img/f9.png") no-repeat 0 -19vw;
    background-size: 100%; }
    .screen3 .heading {
      margin-top: 20px; }
    .screen3:before {
      width: 20vw;
      height: 30vw;
      top: 51%;
      left: 0; }
    .screen3:after {
      width: 25vw;
      height: 40vw;
      top: 53%; }
    .screen3 .flex-row {
      padding: 0 0;
      flex-flow: row;
      flex-wrap: wrap; }
      .screen3 .flex-row .card {
        width: calc(50%);
        padding-top: calc(55%); }
        .screen3 .flex-row .card:not(:nth-of-type(2)) {
          margin-top: 0; }
        .screen3 .flex-row .card:nth-of-type(3) {
          margin-top: -10%; }
        .screen3 .flex-row .card .inner {
          top: 50%;
          transform: translateY(-50%); }
        .screen3 .flex-row .card .num {
          font-size: 40px;
          line-height: 100%; }
          .screen3 .flex-row .card .num.big {
            font-size: 40px; }
        .screen3 .flex-row .card p {
          font-size: 14px;
          margin-top: 5px;
          line-height: 120%; }
    .screen3 .buttons {
      margin-top: 20px; }
      .screen3 .buttons .main-btn {
        width: 100%;
        padding-left: 0;
        padding-right: 0; }
      .screen3 .buttons .other-buttons {
        margin-top: 10px;
        display: block; }
        .screen3 .buttons .other-buttons .main-btn {
          margin: 15px 0 0;
          width: 100%; }
    .screen3 .last-row {
      border-radius: 5px;
      padding: 15px 15px;
      display: block; }
      .screen3 .last-row .subheading {
        width: 100%; }
      .screen3 .last-row .left {
        width: 100%;
        position: relative;
        z-index: 2;
        text-align: center; }
        .screen3 .last-row .left .main-btn {
          padding-left: 10px;
          padding-right: 10px;
          margin-top: 40px;
          width: 100%; }
      .screen3 .last-row .right {
        width: 60%;
        margin-left: auto;
        margin-top: -30%;
        position: relative; }
        .screen3 .last-row .right img {
          margin-left: -100px;
          width: calc(100% + 200px);
          max-width: initial; }
    .screen3 .smoke-wrap {
      margin-top: 70px; }
      .screen3 .smoke-wrap .smoke1 {
        width: 80%;
        top: initial;
        left: initial;
        bottom: -180px;
        left: -100px;
        transform: rotate(50deg);
        right: initial; }
      .screen3 .smoke-wrap .smoke2 {
        width: 120%;
        max-width: initial;
        top: -100px;
        left: 40%;
        display: none; }
      .screen3 .smoke-wrap .smoke3 {
        width: 100vw;
        max-width: 100vw;
        top: 30px;
        left: 50%;
        display: none; }
    .screen3 .image-back {
      width: 100%;
      height: 180px; }
    .screen3 .image-back-wrap {
      width: calc(150% + 45px);
      height: calc(280px + 60%);
      left: -50%;
      top: 60%; }
      .screen3 .image-back-wrap:after {
        height: calc(100% - 180px);
        top: 180px; }

  .screen4 {
    background: url("../img/f10.png") no-repeat top;
    background-size: 100%;
    padding: 0; }
    .screen4:before {
      width: 40%;
      height: 50%;
      top: 25%;
      left: -5%;
      background: url("../img/hex4-mob.png") no-repeat right;
      background-size: contain; }
    .screen4:after {
      width: 30%;
      height: 20%;
      top: 10%;
      right: -5%;
      background: url("../img/hex4-2-mob.png") no-repeat left;
      background-size: contain; }
    .screen4 .hex-background {
      top: -80px;
      left: 0;
      transform: translateX(0);
      min-width: 100%;
      width: 100%; }
    .screen4 .phone1 {
      width: calc(120%);
      max-width: initial;
      margin-left: 0;
      left: -20%;
      top: -320px; }
    .screen4 .content-block {
      margin-top: -340px;
      position: relative;
      z-index: 1; }
    .screen4 .heading {
      margin-top: 28px; }
    .screen4 .main-btn {
      margin-top: 40px;
      padding-left: 10px;
      padding-right: 10px;
      position: relative;
      z-index: 1;
      width: 100%; }

  .info-block {
    padding: 50px 0 !important; }
    .info-block:before, .info-block:after {
      display: none; }
    .info-block li {
      display: block;
      position: relative;
      padding-top: 70px;
      padding-bottom: 20px; }
      .info-block li:not(:last-of-type) {
        margin-bottom: 0; }
      .info-block li:nth-of-type(even) .text-wrap {
        margin-left: auto;
        margin-right: 0; }
        .info-block li:nth-of-type(even) .text-wrap:before {
          right: 100%;
          transform: translateY(-60%) scale(1, -1); }
      .info-block li:after {
        top: 0;
        transform: translate(-50%, 0); }
      .info-block li:before {
        top: 0;
        height: 50%;
        display: block !important; }
      .info-block li .text-wrap {
        width: 100%;
        height: 130px;
        font-size: 15px;
        margin-left: 0;
        background: url("../img/twmob.png") no-repeat center;
        background-size: 100% 100%; }
        .info-block li .text-wrap:before {
          height: 40px;
          top: 50%;
          left: 100%;
          transform: translateY(-60%);
          display: none; }

  .screen5 .content-wrap .wrap .arrow .list {
    width: 100%;
    display: block; }
    .screen5 .content-wrap .wrap .arrow .list ul {
      width: 100%;
      text-align: left; }

  .screen5 {
    position: relative;
    z-index: 1; }
    .screen5:before {
      display: none; }
    .screen5:after {
      content: '';
      width: 100%;
      height: 200%;
      background: url("../img/meow.png") no-repeat 0 30%;
      background-size: contain;
      position: absolute;
      top: -20%;
      left: 0;
      pointer-events: none; }
    .screen5 .hand {
      width: 91%;
      margin-top: -170px;
      margin-left: -24vw; }
    .screen5 .content-wrap {
      margin-top: -24%;
      padding-bottom: 0; }
      .screen5 .content-wrap .background {
        width: 130%;
        position: absolute;
        top: -200px;
        left: -15%;
        max-width: initial; }
      .screen5 .content-wrap .decor2, .screen5 .content-wrap .decor3 {
        display: none; }
      .screen5 .content-wrap .wrap {
        padding-top: 0;
        position: relative;
        top: initial;
        left: initial;
        transform: unset;
        margin-top: 200px;
        z-index: 1; }
        .screen5 .content-wrap .wrap .heading {
          font-size: 24px; }
        .screen5 .content-wrap .wrap .arrow {
          padding: 30px 30px;
          text-align: center;
          position: relative;
          z-index: 2;
          margin-left: 0;
          width: 100%; }
          .screen5 .content-wrap .wrap .arrow .top {
            display: block; }
            .screen5 .content-wrap .wrap .arrow .top .num {
              width: auto;
              font-size: 64px; }
            .screen5 .content-wrap .wrap .arrow .top .heading {
              margin-top: 10px;
              width: auto; }
          .screen5 .content-wrap .wrap .arrow .bottom {
            margin-top: 10px;
            display: block; }
            .screen5 .content-wrap .wrap .arrow .bottom .main-btn {
              width: 100%;
              padding-left: 10px;
              padding-right: 10px;
              margin-top: 15px; }
              .screen5 .content-wrap .wrap .arrow .bottom .main-btn:first-of-type {
                margin-right: 0; }
          .screen5 .content-wrap .wrap .arrow:before {
            top: 0;
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), 50% 100%, 0 calc(100% - 50px)); }

  .screen6 {
    padding: 80px 0 100px 0;
    margin-top: 0;
    background: url("../img/bg7-mob.png") no-repeat top;
    background-size: 100%; }
    .screen6 .decor {
      width: 120%;
      max-width: initial;
      top: 0;
      position: relative;
      margin-left: -20%; }
    .screen6 .wrap {
      position: relative;
      z-index: 2; }
    .screen6 .content {
      width: 100%;
      margin-top: 0;
      text-align: center; }
      .screen6 .content .heading {
        margin-top: 30px;
        max-width: 100%; }
      .screen6 .content p {
        font-size: 16px;
        margin: 30px 0 30px;
        max-width: initial; }
      .screen6 .content .main-btn {
        padding-left: 10px;
        padding-right: 10px;
        margin-right: 0;
        width: 100%; }
      .screen6 .content .last-row {
        display: block; }
      .screen6 .content .flex-row {
        margin-top: 40px; }
        .screen6 .content .flex-row .img {
          width: 60px;
          height: 60px;
          margin-right: 20px; }
        .screen6 .content .flex-row p {
          text-align: left;
          font-size: 14px;
          font-weight: 600; }

  .screen7 {
    padding: 100px 0 150px;
    margin-top: -150px;
    background: url("../img/lbmob.png") no-repeat 0 91%;
    background-size: 100%; }
    .screen7 .first-wrap {
      max-width: 100%; }
    .screen7 .flex-row {
      display: block;
      position: relative;
      padding: 0; }
      .screen7 .flex-row:before {
        display: none; }
      .screen7 .flex-row:after {
        display: none; }
      .screen7 .flex-row .card-wrap {
        width: 100%;
        position: relative;
        z-index: 1;
        margin-right: auto;
        margin-left: auto;
        margin-top: 30px; }
        .screen7 .flex-row .card-wrap:nth-of-type(1) {
          margin-top: 50px;
          margin-left: auto;
          margin-right: auto; }
        .screen7 .flex-row .card-wrap:nth-of-type(2) {
          margin-top: 50px;
          margin-left: auto;
          margin-right: auto; }
        .screen7 .flex-row .card-wrap:nth-of-type(3) {
          margin-left: auto;
          margin-right: auto;
          margin-top: 50px; }
        .screen7 .flex-row .card-wrap:last-of-type {
          margin-top: 50px;
          margin-right: auto;
          margin-left: auto; }
        .screen7 .flex-row .card-wrap .heading {
          margin-top: 20px;
          font-size: 30px; }
      .screen7 .flex-row .card {
        padding-top: 90%;
        width: 250px;
        margin-left: auto;
        margin-right: auto; }
        .screen7 .flex-row .card .num {
          font-size: 38px; }
        .screen7 .flex-row .card img {
          width: 150px;
          height: 115px;
          margin-top: -150px;
          margin-bottom: 30px; }
    .screen7 .content {
      margin-top: 70px; }
      .screen7 .content .heading {
        margin: 30px 0 40px; }
      .screen7 .content .main-btn {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px; }
      .screen7 .content .other-buttons {
        margin-top: 10px;
        display: block; }
        .screen7 .content .other-buttons .main-btn {
          margin: 15px 0 0;
          width: 100%; }
    .screen7 .gadgets {
      width: 120vw;
      margin-left: -10vw;
      margin-top: 70px;
      max-width: initial; }

  .screen8 {
    margin-top: -107vw;
    padding: 150px 0 50px;
    background-size: 200%;
    background-position: -50vw -20vw; }
    .screen8 .flex-row {
      width: 100%;
      margin-left: 0; }
      .screen8 .flex-row .img-wrap {
        width: 70%;
        margin-right: -15%;
        transform: unset; }
        .screen8 .flex-row .img-wrap:last-of-type {
          margin-right: 0;
          margin-left: -15%;
          transform: unset; }
          .screen8 .flex-row .img-wrap:last-of-type img {
            margin-left: 5%; }
          .screen8 .flex-row .img-wrap:last-of-type:before {
            right: 15%; }
        .screen8 .flex-row .img-wrap:before {
          width: 50%;
          bottom: 30%;
          left: 16%; }
        .screen8 .flex-row .img-wrap img {
          width: 100%;
          margin-left: -5%; }
    .screen8 .btm-row {
      margin-top: 0; }
      .screen8 .btm-row .left .col, .screen8 .btm-row .right .col {
        font-size: 14px; } }

/*# sourceMappingURL=home.css.map */
