@font-face {
  font-family: 'chaney';
  src: url("https://metafinance.com/assets/fonts/chaney-regular-webfont.woff2") format("woff2"), url("https://metafinance.com/assets/fonts/chaney-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'chaney-wide';
  src: url("https://metafinance.com/assets/fonts/chaney-extended-webfont.woff2") format("woff2"), url("https://metafinance.com/assets/fonts/chaney-extended-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

*[data-lang="cn"], *[data-lang="tc"], *[data-lang="fr"], *[data-lang="es"], *[data-lang="jp"], *[data-lang="kr"], *[data-lang="ru"], *[data-lang="de"] {
  display: none; }

@media screen and (max-width: 767px) {
  .container .wrap:not(.noSpaces), .container .wrap.spaceWrap, .container .wrap .spaceWrap {
    padding: 60px 20px; } }
.flex-center{
  display: flex;
  align-items: center;
}
.panel.top {
  top: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(4, 10, 32, 0.5);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  padding-top: 0;
  padding-bottom: 0; }
  @media screen and (max-width: 767px) {
    .panel.top {
      padding: 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); } }
  .panel.top div.desktop {
    max-width: 1200px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .panel.top div.desktop {
        display: none; } }
  .panel.top .desktop {
    height: 70px;
    padding: 10px;
    position: relative; }
    .panel.top .desktop .left {
      display: flex;
      align-items: center; }
      .panel.top .desktop .left a.logo {
        display: block;
        height: 26px;
        margin-right: 20px; }
        .panel.top .desktop .left a.logo svg {
          width: 193px;
          height: 26px; }
      .panel.top .desktop .left .menu li {
        margin: 0 8px; }
        .panel.top .desktop .left .menu li a {
          font-weight: 600;
          font-size: 16px;
          line-height: 26px;
          color: rgba(255,255,255,.4); 
        }
          .panel.top .desktop .left .menu li a.active {
            color: #fff; }
          .panel.top .desktop .left .menu li a:hover {
            opacity: 0.9; }
        .panel.top .desktop .left .menu li a.dropdownTrigger {
          text-transform: uppercase !important; }
          .panel.top .desktop .left .menu li a.dropdownTrigger svg {
            width: 16px;
            height: 16px;
            vertical-align: -2px; }
        .panel.top .desktop .left .menu li.divider {
          height: 12px;
          width: 2px;
          background: #fff;
          opacity: 0.4;
          margin-left: 10px;
          margin-right: 10px; }
    .panel.top .desktop .right a.button {
      padding: 14px 30px;
      font-family: chaney;
      font-size: 16px;
      line-height: 19px;
      background: rgba(255, 255, 255, 0.05);
      border: 1px solid rgba(255, 255, 255, 0.5);
      box-sizing: border-box;
      border-radius: 66px; }
      .panel.top .desktop .right a.button:hover {
        background: white;
        color: #000; }
  .panel.top .compact {
    height: 50px;
    padding: 5px 10px 5px 20px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .panel.top .compact {
        display: table; }
        .panel.top .compact.hidden * {
          display: table-cell; } }
    .panel.top .compact .left {
      display: flex;
      align-items: center; }
      .panel.top .compact .left a.logo {
        display: block;
        width: 50%; }
        .panel.top .compact .left a.logo svg {
          width: 148px;
          height: 20px; }
    .panel.top .compact .right {
      right: 0; }
      .panel.top .compact .right .button {
        display: block;
        width: 60px;
        padding: 12px 20px;
        background: none;
        border: none;
        box-shadow: none;
        margin-right: 0;
        float: right; }
        .panel.top .compact .right .button svg {
          width: 20px;
          height: 20px;
          fill: #fff !important; }

.dropdown.translate,
.dropdown.PROTOCOLS {
  max-width: 180px;
  border-radius: 12px;
  background: #dce0e5;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  color: #fff;
  box-shadow: none;
  overflow: hidden;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px); }
  .dropdown.translate:not(.noArrow):before, .dropdown.translate:not(.noArrow):after,
  .dropdown.PROTOCOLS:not(.noArrow):before,
  .dropdown.PROTOCOLS:not(.noArrow):after {
    border-bottom-color: #dce0e5; }
  .dropdown.translate li,
  .dropdown.PROTOCOLS li {
    width: 100%;
    padding: 10px;
    cursor: pointer; }
    
    a{
      opacity: 1!important;
    }
    .dropdown.translate li span,
    .dropdown.PROTOCOLS li span {
      width: 100%;
      font-weight: 600;
      font-size: 16px;
      line-height: 32px;
      text-align: center;
      color: #fff;
      opacity: 1; }
    .dropdown.translate li:hover,
    .dropdown.PROTOCOLS li:hover {
      background: white; }
      .dropdown.translate li:hover span,
      .dropdown.PROTOCOLS li:hover span {
        color: #000; }

.sidebar {
  width: 100vw;
  max-width: 100vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(4, 10, 32, 0.5);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  transform: translateY(-100%);
  height: 100vh; }
  .sidebar .content {
    padding: 20px;
    overflow: hidden; }
  .sidebar .close {
    padding: 18px 26px;
    opacity: 1; }
  .sidebar .logo {
    display: block;
    width: 50%; }
    .sidebar .logo svg {
      width: 148px;
      height: 20px; }
  .sidebar li {
    text-align: center;
    font-family: chaney-wide; }
    .sidebar li .subMenu {
      margin-bottom: 10px; }
      .sidebar li .subMenu li {
        font-size: 14px;
        opacity: 0.9; }
    .sidebar li .switch {
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      margin-top: 20px;
      padding-top: 20px; }
      .sidebar li .switch li {
        display: inline-block;
        font-size: 14px;
        margin: 0 10px; }

.slides, .slide {
  background: #040A20;
  color: #fff; }

.slide.whiteSlide {
  background: transparent; }

.slide.slide1 .container {
  max-height: 1200px; }
  @media screen and (max-width: 767px) {
    .slide.slide1 .container {
      max-height: 1050px; } }
  @media screen and (max-width: 767px) {
    .slide.slide1 .container .margin-top-5 {
      height: 88vh;
      margin-top: 0 !important;
      display: flex;
      align-items: flex-end;
      justify-content: flex-end; } }
  @media screen and (max-width: 767px) {
    .slide.slide1 .container .margin-top-12 {
      margin-top: 60px !important; } }
.slide.slide1 h1 {
  font-family: chaney-wide;
  font-weight: normal;
  font-size: 50px;
  line-height: 56px; }
  @media screen and (max-width: 767px) {
    .slide.slide1 h1 {
      font-size: 36px;
      line-height: 1.2; } }
.slide.slide1 p {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.6px;
  opacity: 0.9; }
  @media screen and (max-width: 767px) {
    .slide.slide1 p {
      font-size: 16px;
      line-height: 1.4;
      margin-bottom: 30px !important; } }
.slide.slide1 a {
  height: 80px; }
  .slide.slide1 a:hover {
    opacity: 1; }
  .slide.slide1 a img {
    height: 80px; }
  .slide.slide1 a .button {
    pointer-events: auto;
    cursor: pointer;
    margin: 0;
    position: relative;
    display: inline-block;
    padding: 16px 44px;
    font-family: chaney;
    font-size: 20px;
    line-height: 1;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    border-radius: 66px;
    box-shadow: none; }
    @media screen and (max-width: 767px) {
      .slide.slide1 a .button {
        width: 100%; } }
  .slide.slide1 a .button::before,
  .slide.slide1 a .button::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .slide.slide1 a .button--calypso {
    border-radius: 100px; }
  .slide.slide1 a .button--calypso span {
    display: block;
    position: relative;
    z-index: 10;
    color: #fff; }
  .slide.slide1 a .button--calypso:hover span {
    animation: MoveScaleUpInitial 0.3s forwards, MoveScaleUpEnd 0.3s forwards 0.3s;
    color: #000; }

@keyframes MoveScaleUpInitial {
  to {
    transform: translate3d(0, -105%, 0) scale3d(1, 2, 1);
    opacity: 0; } }

@keyframes MoveScaleUpEnd {
  from {
    transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
    opacity: 0; }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
  .slide.slide1 a .button--calypso::before {
    content: '';
    background: #fff;
    width: 120%;
    height: 0;
    padding-bottom: 120%;
    top: -110%;
    left: -10%;
    border-radius: 50%;
    transform: translate3d(0, 68%, 0) scale3d(0, 0, 0); }
    @media screen and (max-width: 767px) {
      .slide.slide1 a .button--calypso::before {
        top: -200%; } }
  .slide.slide1 a .button--calypso:hover::before {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1); }
  .slide.slide1 a .button--calypso::after {
    content: '';
    background: #fff;
    transform: translate3d(0, -100%, 0);
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1); }
  .slide.slide1 a .button--calypso:hover::after {
    transform: translate3d(0, 0, 0);
    transition-duration: 0.05s;
    transition-delay: 0.4s;
    transition-timing-function: linear; }

.slide.slide1 .mfi-score {
  flex-wrap: nowrap;
  gap: 20px;
  padding: 0 20px; }
  @media screen and (max-width: 767px) {
    .slide.slide1 .mfi-score {
      flex-wrap: wrap;
      padding: 0 10px; } }
  .slide.slide1 .mfi-score li {
    padding: 0px; }
    @media screen and (max-width: 767px) {
      .slide.slide1 .mfi-score li {
        width: 46% !important; } }
    .slide.slide1 .mfi-score li h4 {
      font-family: chaney;
      font-size: 16px;
      line-height: 1;
      margin-bottom: 8px;
      letter-spacing: 0.6px;
      font-weight: normal;
      white-space: nowrap; }
      @media screen and (max-width: 767px) {
        .slide.slide1 .mfi-score li h4 {
          font-size: 12px; } }
    .slide.slide1 .mfi-score li h2 {
      font-family: chaney;
      font-size: 40px;
      line-height: 1;
      margin-bottom: 0;
      letter-spacing: 1px;
      font-weight: normal;
      white-space: nowrap; }
      @media screen and (max-width: 767px) {
        .slide.slide1 .mfi-score li h2 {
          font-size: 26px;
          letter-spacing: 0; } }
      .slide.slide1 .mfi-score li h2 b {
        font-family: chaney;
        font-weight: normal;
        font-size: 20px;
        margin-left: 5px;
        position: relative;
        top: 4px;
        white-space: nowrap; }
        @media screen and (max-width: 767px) {
          .slide.slide1 .mfi-score li h2 b {
            font-size: 14px;
            margin-left: 2px;
            top: 10px; } }
      .slide.slide1 .mfi-score li h2 .number {
        display: inline-block;
        line-height: 3rem; }
        .slide.slide1 .mfi-score li h2 .number * + * {
          margin-top: 0; }
      .slide.slide1 .mfi-score li h2 .digit-con {
        display: inline-block;
        height: 3rem;
        overflow: hidden;
        vertical-align: top; }
        .slide.slide1 .mfi-score li h2 .digit-con span {
          display: block;
          line-height: 3rem;
          position: relative;
          text-align: center;
          top: 0;
          width: 0.7em; }

.slide.slide1.video .background {
  position: relative; }
  .slide.slide1.video .background img {
    z-index: 1; }

    .slide.slide1.video .background .slide1-img-mb{
      display: none;
    }
    .slide.slide1.video .background .slide1-img{
      display: block;
      max-width: 100%;
    }
    @media screen and (max-width:767px) {
      .slide.slide1.video .background .slide1-img-mb{
        display: block;
        max-width: 100%;
      }
      .slide.slide1.video .background .slide1-img{
        display: none;
      }
    }
  .slide.slide1.video .background video {
    z-index: 2; }
  @media screen and (max-width: 767px) {
    .slide.slide1.video .background video {
      height: 100vh;
      min-height: 100vh;
      top: 50vh;
      left: 20vw; }
    .slide.slide1.video .background img {
      width: fit-content;
      max-width: 100%;
      height: 100vh; } }
  .slide.slide1.video .background:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #040A20;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    mix-blend-mode: lighten; }
  .slide.slide1.video .background:after {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(6, 14, 41, 0) 0%, rgba(6, 14, 41, 0) 60.94%, rgba(4, 10, 32, 0.85) 76.56%, #040A20 100%), linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.8) 12.32%, rgba(0, 0, 0, 0.8) 35.81%, rgba(0, 0, 0, 0) 65.69%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3; }
    @media screen and (max-width: 767px) {
      .slide.slide1.video .background:after {
        background: linear-gradient(180deg, rgba(6, 14, 41, 0) 0%, rgba(6, 14, 41, 0) 41.99%, rgba(4, 10, 32, 0.85) 70.9%, #040A20 100%); } }
.slide.slide2 .container {
  max-height: 800px; }

.slide.slide2 .col-6-12 {
  padding: 0; }

@media screen and (max-width: 767px) {
  .slide.slide2 .left {
    padding-right: 0; } }

.slide.slide2 .left h6 {
  font-family: chaney;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 99.33%;
  letter-spacing: -0.025em;
  color: #FFB800; }
  @media screen and (max-width: 767px) {
    .slide.slide2 .left h6 {
      font-size: 14px;
      line-height: 1.2;
      margin-top: 0px; } }
.slide.slide2 .left h2 {
  font-family: chaney-wide;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 40px; }
  @media screen and (max-width: 767px) {
    .slide.slide2 .left h2 {
      font-size: 26px;
      line-height: 1.2; } }
.slide.slide2 .left p {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.6px; }
  @media screen and (max-width: 767px) {
    .slide.slide2 .left p {
      font-size: 16px;
      line-height: 1.4;
      margin-bottom: 30px !important; } }
.slide.slide2 .right {
  position: relative; }
  .slide.slide2 .right img {
    max-width: 500px;
    position: absolute;
    right: 0;
    top: -120px; }
  .slide.slide2 .right .mb {
    display: none; }
  @media screen and (max-width: 767px) {
    .slide.slide2 .right .pc {
      display: none; }
    .slide.slide2 .right .mb {
      display: block;
      width: 70%;
      top: -340px;
      right: -20px; } }
.slide.slide2 .meteCard {
  position: relative;
  border-radius: 20px;
  transition: 0.2s ease;
  cursor: pointer; }
  @media screen and (max-width: 767px) {
    .slide.slide2 .meteCard {
      margin-bottom: 20px; } }
  .slide.slide2 .meteCard .cardinfo {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 20px 30px;
    width: 100%;
    height: 60px;
    overflow: hidden;
    transition: height 0.3s ease; }
    @media screen and (max-width: 767px) {
      .slide.slide2 .meteCard .cardinfo {
        padding: 10px 30px;
        height: 50px; } }
    .slide.slide2 .meteCard .cardinfo h2 {
      font-family: chaney-wide;
      font-weight: normal;
      font-size: 20px;
      line-height: 1;
      margin-bottom: 20px;
      white-space: nowrap; }
    .slide.slide2 .meteCard .cardinfo p {
      font-weight: normal;
      font-size: 16px;
      line-height: 1.5;
      color: #fff;
      opacity: 0.9;
      height: 6em; }
      @media screen and (max-width: 767px) {
        .slide.slide2 .meteCard .cardinfo p {
          height: 4em;
          font-size: 14px;
          line-height: 1.5; } }
    .slide.slide2 .meteCard .cardinfo a {
      font-family: chaney;
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 110%;
      color: #FFB800;
      white-space: nowrap; }
  .slide.slide2 .meteCard .cardimg {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    height: 330px;
    padding: 1px;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.18) 38%, rgba(255, 255, 255, 0.08) 55%, rgba(66, 42, 42, 0.05) 100%);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: 0.2s ease;
    mix-blend-mode: overlay; }
    @media screen and (max-width: 767px) {
      .slide.slide2 .meteCard .cardimg {
        height: 240px; } }
    .slide.slide2 .meteCard .cardimg .cardimg-border {
      background: #040A20;
      width: 100%;
      height: 100%;
      border-radius: 16px;
      transition: 0.2s ease;
      overflow: hidden; }
      .slide.slide2 .meteCard .cardimg .cardimg-border .cardimg-wrap {
        transition: 0.2s ease; }
        @media screen and (max-width: 767px) {
          .slide.slide2 .meteCard .cardimg .cardimg-border .cardimg-wrap {
            transform: translateY(-40px); } }
      .slide.slide2 .meteCard .cardimg .cardimg-border img.planet {
        display: block;
        width: 400px;
        max-width: 400px;
        height: 400px;
        max-height: 400px;
        transition: 0.2s ease;
        position: absolute;
        top: -140px;
        left: -50px;
        z-index: 2; }
      .slide.slide2 .meteCard .cardimg .cardimg-border img.line {
        display: block;
        width: 400px;
        max-width: 400px;
        height: 400px;
        max-height: 400px;
        transition: 0.2s ease;
        position: absolute;
        top: -140px;
        left: -50px;
        z-index: 3;
        opacity: 0.7; }
  .slide.slide2 .meteCard:hover {
    transform: translateY(-5px); }
    .slide.slide2 .meteCard:hover .cardinfo {
      height: 220px; }
      @media screen and (max-width: 767px) {
        .slide.slide2 .meteCard:hover .cardinfo {
          height: 160px; } }
    .slide.slide2 .meteCard:hover .cardimg {
      background: linear-gradient(45deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.38) 38%, rgba(255, 255, 255, 0.1) 55%, rgba(66, 42, 42, 0.05) 100%); }
      .slide.slide2 .meteCard:hover .cardimg .cardimg-border {
        background: #11162b; }
      .slide.slide2 .meteCard:hover .cardimg .cardimg-wrap {
        transform: translateY(-80px); }
        @media screen and (max-width: 767px) {
          .slide.slide2 .meteCard:hover .cardimg .cardimg-wrap {
            transform: translateY(-100px); } }
      .slide.slide2 .meteCard:hover .cardimg img.planet {
        animation: rotatePlanet 10s linear infinite; }
      .slide.slide2 .meteCard:hover .cardimg img.line {
        animation: rotatePlanet 30s linear infinite; }

@keyframes rotatePlanet {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.slide.slide3 .container {
  max-height: 600px; }

.slide.slide3 .col-6-12 {
  padding: 0; }

.slide.slide3 .fix-12-12 {
  position: relative;
  min-height: 480px; }

.slide.slide3 .left {
  position: absolute;
  top: 0;
  left: 0;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background: linear-gradient(90deg, #040A20 0%, #040A20 85%, rgba(4, 10, 32, 0) 100%);
  z-index: 2; }
  @media screen and (max-width: 767px) {
    .slide.slide3 .left {
      padding-right: 0;
      position: relative; } }
  .slide.slide3 .left h6 {
    font-family: chaney;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 99.33%;
    letter-spacing: -0.025em;
    color: #FFB800; }
    @media screen and (max-width: 767px) {
      .slide.slide3 .left h6 {
        font-size: 14px;
        line-height: 1.2;
        margin-top: 0px; } }
  .slide.slide3 .left h2 {
    font-family: chaney-wide;
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 40px;
    flex: 1; }
    @media screen and (max-width: 767px) {
      .slide.slide3 .left h2 {
        font-size: 26px;
        line-height: 1.2; } }
  .slide.slide3 .left p {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.6px;
    padding-right: 110px; }
    @media screen and (max-width: 767px) {
      .slide.slide3 .left p {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 30px !important;
        padding-right: 0; } }
.slide.slide3 .right {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 0;
  padding-left: 0; }
  .slide.slide3 .right img {
    width: 100%; }
  .slide.slide3 .right .mb {
    display: none; }
  @media screen and (max-width: 767px) {
    .slide.slide3 .right {
      position: relative; }
      .slide.slide3 .right .pc {
        display: none; }
      .slide.slide3 .right .mb {
        display: block;
        width: 70%;
        top: -340px;
        right: -20px; } }
.slide.slide4 .container {
  max-height: 1000px; }

.slide.slide4 h6 {
  font-family: chaney;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 99.33%;
  letter-spacing: -0.025em;
  color: #FFB800; }
  @media screen and (max-width: 767px) {
    .slide.slide4 h6 {
      font-size: 14px;
      line-height: 1.2; } }
.slide.slide4 h2 {
  font-family: chaney-wide;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 60px; }
  @media screen and (max-width: 767px) {
    .slide.slide4 h2 {
      font-size: 26px;
      line-height: 1.2;
      margin-bottom: 50px !important; } }
@media screen and (max-width: 767px) {
  .slide.slide4 li:nth-child(1) {
    order: 1; }
  .slide.slide4 li:nth-child(2) {
    order: 0; }
  .slide.slide4 li:nth-child(3) {
    order: 2; }
  .slide.slide4 li:nth-child(4) {
    order: 3; }
  .slide.slide4 li:nth-child(5) {
    order: 5; }
  .slide.slide4 li:nth-child(6) {
    order: 4; }
  .slide.slide4 li:nth-child(7) {
    order: 6; }
  .slide.slide4 li:nth-child(8) {
    order: 7; } }

.slide.slide4 li h4 {
  font-family: chaney-wide;
  font-weight: normal;
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 24px;
  line-height: 28px;
  padding-top: 50px; }
  @media screen and (max-width: 767px) {
    .slide.slide4 li h4 {
      font-size: 16px;
      line-height: 1.2;
      padding-top: 10px;
      margin-bottom: 0; } }


  .slide.labs li h4 {
    padding-top: 0; 
  }
  @media screen and (max-width: 767px) {
    .slide.labs li h4 {
      margin-bottom: 0!important; 
    } 
  }
.slide.slide4 li p {
  font-family: clash-regular;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.6px;
  opacity: 0.9;
  margin-bottom: 80px;
  padding-right: 60px; }
  @media screen and (max-width: 767px) {
    .slide.slide4 li p {
      font-size: 14px;
      line-height: 1.5;
      margin-bottom: 20px;
      padding-right: 0; } }
.slide.slide4 li img {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 10px; }

.slide.slide5 .container {
  max-height: 1000px; }

.slide.slide5 .col-6-12 {
  padding: 0; }

.slide.slide5 .left {
  padding-right: 100px; }
  @media screen and (max-width: 767px) {
    .slide.slide5 .left {
      padding-right: 0; } }
  .slide.slide5 .left h6 {
    font-family: chaney;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 99.33%;
    letter-spacing: -0.025em;
    color: #FFB800; }
    @media screen and (max-width: 767px) {
      .slide.slide5 .left h6 {
        font-size: 14px;
        line-height: 1.2; } }
  .slide.slide5 .left h2 {
    font-family: chaney-wide;
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 40px; }
    @media screen and (max-width: 767px) {
      .slide.slide5 .left h2 {
        font-size: 26px;
        line-height: 1.2; } }
  .slide.slide5 .left p {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.6px;
    color: #000000;
    opacity: 0.6; }
    @media screen and (max-width: 767px) {
      .slide.slide5 .left p {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 10px !important; } }
.slide.slide5 .roadmap img {
  max-width: 100%;
}

.slide.slide5 .roadmap .mb {
  display: none; }

@media screen and (max-width: 767px) {
  .slide.slide5 .roadmap .pc {
    display: none; }
  .slide.slide5 .roadmap .mb {
    display: block; } }

.slide.slide6 .container {
  max-height: 900px; }
  @media screen and (max-width: 767px) {
    .slide.slide6 .container {
      max-height: 600px; } }
.slide.slide6 .col-10-12 {
  margin: 0 auto;
  padding-left: 10%;
  padding-right: 10%; }
  @media screen and (max-width: 767px) {
    .slide.slide6 .col-10-12 {
      padding-left: 0;
      padding-right: 0; } }
.slide.slide6 h6 {
  font-family: chaney;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 99.33%;
  letter-spacing: -0.025em;
  color: #FFB800; }
  @media screen and (max-width: 767px) {
    .slide.slide6 h6 {
      font-size: 14px;
      line-height: 1.2; } }
.slide.slide6 h2 {
  font-family: chaney-wide;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 40px; }
  @media screen and (max-width: 767px) {
    .slide.slide6 h2 {
      font-size: 26px;
      line-height: 1.2;
      margin-bottom: 10px !important; } }
.slide.slide6 p {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.6px;
  opacity: 0.9;
  padding-bottom: 300px; }
  @media screen and (max-width: 767px) {
    .slide.slide6 p {
      font-size: 14px;
      line-height: 1.5;
      margin-bottom: 30px;
      padding-right: 0;
      padding-bottom: 150px; } }
.slide.slide6.video .background {
  position: relative; }
  .slide.slide6.video .background img {
    z-index: 1; }
  .slide.slide6.video .background video {
    z-index: 2; }
  @media screen and (max-width: 767px) {
    .slide.slide6.video .background video {
      height: 70vh;
      min-height: 70vh;
      top: 40vh;
      left: 20vw; }
    .slide.slide6.video .background img {
      width: fit-content;
      height: 70vh; } }
  .slide.slide6.video .background:before {
    content: '';
    width: 100%;
    height: 100%;
    max-height: 900px;
    background: #040A20;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    mix-blend-mode: color-dodge; }
    @media screen and (max-width: 767px) {
      .slide.slide6.video .background:before {
        max-height: 600px; } }
  .slide.slide6.video .background:after {
    content: '';
    width: 100%;
    height: 100%;
    max-height: 900px;
    background: linear-gradient(180deg, #040A20 0%, rgba(4, 10, 32, 0) 40%, rgba(6, 14, 41, 0) 70%, #040a20 85%, #040A20 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3; }
    @media screen and (max-width: 767px) {
      .slide.slide6.video .background:after {
        max-height: 600px; } }
.slide.slide7 .container {
  max-height: 600px; }

.slide.slide7 .wrap {
  padding: 100px calc(8% + 15px) 40px; }
  @media screen and (max-width: 767px) {
    .slide.slide7 .wrap {
      padding: 60px 20px; } }
.slide.slide7 h6 {
  font-family: chaney;
  font-weight: normal;
  font-size: 16px;
  line-height: 99.33%;
  letter-spacing: -0.025em;
  color: #FFB800; }
  @media screen and (max-width: 767px) {
    .slide.slide7 h6 {
      font-size: 14px;
      line-height: 1.2; } }
.slide.slide7 h2 {
  font-family: chaney-wide;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 40px;
  color: #ffffff; }
  @media screen and (max-width: 767px) {
    .slide.slide7 h2 {
      font-size: 26px;
      line-height: 1.2;
      margin-bottom: 10px !important; } }
.slide.slide7 p {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.6px;
  color: #ffffff;
  opacity: 0.6;
  padding-right: 12vw; }

.slide.slide7 ul.equal {
  margin-bottom: 100px; }
  @media screen and (max-width: 767px) {
    .slide.slide7 ul.equal {
      margin-bottom: 40px; } }
  .slide.slide7 li.col-3-12 div {
    height: 80px !important; }
  .slide.slide7 li.col-3-12 a {
    margin: 0; }

.slide.slide7 .footer-nav {
  margin-bottom: 100px; }
  @media screen and (max-width: 767px) {
    .slide.slide7 .footer-nav {
      margin-bottom: 50px; } }
  .slide.slide7 .footer-nav .col-3-12, .slide.slide7 .footer-nav .col-6-12 {
    padding: 0;
    margin-bottom: 20px; }
  .slide.slide7 .footer-nav h4 {
    font-family: chaney;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .slide.slide7 .footer-nav h4 {
        font-size: 16px; } }
  .slide.slide7 .footer-nav li {
    font-size: 15px;
    line-height: 1.2;
    font-weight: normal;
    margin-bottom: 20px;
    letter-spacing: 0;
    word-break: break-all; }
    @media screen and (max-width: 767px) {
      .slide.slide7 .footer-nav li {
        font-size: 13px;
        line-height: 1.3;
        margin-bottom: 10px; } }
    .slide.slide7 .footer-nav li a {
      opacity: 0.6; }
      .slide.slide7 .footer-nav li a:hover {
        opacity: 1; }

.slide.slide7 .footer {
  justify-content: space-between;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .slide.slide7 .footer {
      justify-content: center; } }
  .slide.slide7 .footer .left {
    font-family: clash-medium;
    font-size: 20px;
    color: #ffffff; }
    @media screen and (max-width: 767px) {
      .slide.slide7 .footer .left {
        font-size: 14px;
        margin-bottom: 20px; } }
  .slide.slide7 .footer .right li {
    width: 28px;
    margin-left: 20px; }

.popup.comingsoon {
  text-align: center;
  background: transparent; }
  .popup.comingsoon .container {
    width: 80%;
    max-width: 600px;
    height: 380px;
    margin: 0 auto;
    margin-top: calc((100vh - 380px) / 2);
    background: rgba(2, 2, 13, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 16px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .popup.comingsoon .container {
        height: 320px;
        margin-top: calc((100vh - 380px) / 3); } }
    .popup.comingsoon .container h3 {
      font-family: chaney-wide;
      font-size: 28px;
      padding-top: 160px; }
      @media screen and (max-width: 767px) {
        .popup.comingsoon .container h3 {
          font-size: 24px; } }
    .popup.comingsoon .container p {
      font-size: 20px;
      line-height: 1.5;
      opacity: 0.9; }
      @media screen and (max-width: 767px) {
        .popup.comingsoon .container p {
          font-size: 16px; } }
  .popup.comingsoon #nuotron {
    top: 100px;
    left: 50%;
    width: 84px;
    height: 84px;
    margin-top: -42px;
    margin-left: -42px;
    transform: rotate(45deg); }
  .popup.comingsoon #nuotron,
  .popup.comingsoon #nuotron *,
  .popup.comingsoon #nuotron *:before {
    display: block;
    position: absolute; }
  .popup.comingsoon #nuotron .ellipse,
  .popup.comingsoon #nuotron .dot {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
  .popup.comingsoon #nuotron .ellipse {
    border: 18px solid #fff;
    border-radius: 50%; }
  .popup.comingsoon #nuotron .dot {
    -webkit-animation: dotRotate 4.8s linear infinite;
    animation: dotRotate 4.8s linear infinite; }
  .popup.comingsoon #nuotron .dot:before {
    content: '';
    top: -42px;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-animation: dotEffect 1.2s ease-in-out infinite;
    animation: dotEffect 1.2s ease-in-out infinite; }

@-webkit-keyframes dotEffect {
  50% {
    top: 102px; }
  0%, 50%, 100% {
    transform: scale(1); }
  25% {
    transform: scale(0.5); }
  75% {
    transform: scale(1.5); } }

@keyframes dotEffect {
  50% {
    top: 102px; }
  0%, 50%, 100% {
    transform: scale(1); }
  25% {
    transform: scale(0.5); }
  75% {
    transform: scale(1.5); } }

@-webkit-keyframes dotRotate {
  100% {
    transform: rotate(360deg); } }

@keyframes dotRotate {
  100% {
    transform: rotate(360deg); } }
