/* Scss Document */
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
/*MV*/
#mvArea {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
#mvArea .box {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 7% 0 0;
}
@media (max-width: 739px) {
  #mvArea .box {
    padding: 0 5% 5%;
  }
}
#mvArea .box .tokenIcon {
  max-width: 135px;
  margin: 0 auto 3.5%;
}
@media (max-width: 739px) {
  #mvArea .box .tokenIcon {
    max-width: 28%;
    margin: 0 auto 7%;
  }
}
#mvArea .box span {
  display: block;
  line-height: 1.2;
}
#mvArea .box span.big {
  font-family: "Oswald", sans-serif;
  font-size: 1.6em;
  margin: 0 0 1.5%;
  text-transform: uppercase;
}
#mvArea .box span.small {
  font-size: 0.8em;
  font-weight: bold;
}

/*TOKEN INFORMATION*/
#tokenInfo {
  background-color: rgba(255, 255, 255, 0.04);
}
#tokenInfo .inner {
  max-width: 1100px;
}
#tokenInfo .tokenInfoBox {
  border: 1px solid #999;
  border-width: 1px 0 0 1px;
}
#tokenInfo .tokenInfoBox .flex .wk {
  width: 62%;
}
#tokenInfo .tokenInfoBox .flex .wk + .iBox {
  width: 38%;
}
#tokenInfo .tokenInfoBox .iBox {
  padding: 3em 5%;
  border: 1px solid #999;
  border-width: 0 1px 1px 0;
  text-align: center;
}
#tokenInfo .tokenInfoBox .iBox dl dt {
  margin: 0 0 1.5em;
}
#tokenInfo .tokenInfoBox .iBox dl dt span {
  display: inline-block;
  padding: 0 0 5px;
  font-weight: bold;
  border-bottom: 1px solid #fff;
}
@media (min-width: 1025px) {
  #tokenInfo .tokenInfoBox .iBox dl dt span {
    font-size: 0.9em;
  }
}
#tokenInfo .tokenInfoBox .iBox dl dd .tokenIcon {
  max-width: 100px;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  #tokenInfo .tokenInfoBox .iBox dl dd .tokenIcon {
    padding-top: 7%;
  }
}
@media (max-width: 739px) {
  #tokenInfo .tokenInfoBox .iBox dl dd .tokenIcon {
    max-width: 80px;
  }
}

/*MESSAGE*/
#message {
  background-color: rgba(17, 17, 17, 0.7);
}
#message .combine {
  margin: 6% auto 2%;
  text-align: center;
}

/*Value*/
#value {
  background-color: rgba(255, 255, 255, 0.04);
}
#value dl {
  margin: 0 0 6%;
}
#value dl dt {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 739px) {
  #value dl dt {
    font-size: 4.8vw;
  }
}
#value dl dt span {
  font-size: 3.2em;
  margin: 0 2% 0 0;
  line-height: 0.8;
}
@media (max-width: 739px) {
  #value dl dt span {
    font-size: 12vw;
  }
}

/*TOKENOMICS*/
/*ROADMAP*/
#roadmap {
  background-color: rgba(255, 255, 255, 0.04);
}
#roadmap .inner {
  max-width: 1000px;
}
#roadmap .yearBox {
  margin: 0 0 4%;
}
#roadmap .yearBox .neon {
  text-align: left;
  margin: 0 0 1.5%;
}
#roadmap .yearBox table {
  line-height: 1.3;
  position: relative;
}
@media (max-width: 1024px) {
  #roadmap .yearBox table {
    font-size: 2.7vw;
  }
}
#roadmap .yearBox table::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 6px;
  top: 7px;
  -webkit-box-shadow: 0 0 3px 1px #07d8ff;
          box-shadow: 0 0 3px 1px #07d8ff;
}
@media (max-width: 739px) {
  #roadmap .yearBox table::before {
    left: 3px;
  }
}
#roadmap .yearBox table tr {
  vertical-align: top;
}
#roadmap .yearBox table tr th {
  width: 30%;
  padding: 0 10px 0 4%;
  position: relative;
}
#roadmap .yearBox table tr th::before {
  content: "";
  display: block;
  background-color: #fff;
  width: 13px;
  height: 13px;
  border-radius: 100px;
  -webkit-box-shadow: 0 0 5px 3px #07d8ff;
          box-shadow: 0 0 5px 3px #07d8ff;
  position: absolute;
  top: 0.3em;
  left: 0;
}
@media (max-width: 739px) {
  #roadmap .yearBox table tr th::before {
    width: 7px;
    height: 7px;
  }
}
#roadmap .yearBox table tr td {
  padding: 0 0 1.8%;
}

/*TEAM*/
#team {
  background-color: rgba(17, 17, 17, 0.7);
}
#team .inner {
  max-width: 1100px;
}
#team ul.teamList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -0.5em;
}
#team ul.teamList li {
  width: 24%;
  margin: 0 0.5% 3%;
}
@media (max-width: 1024px) {
  #team ul.teamList li {
    width: 47%;
    margin: 0 1.5% 3%;
  }
}
#team ul.teamList li dl {
  text-align: center;
}
#team ul.teamList li dl dd {
  font-family: "Oswald", sans-serif;
  line-height: 1.2;
}
#team ul.teamList li dl dd .name {
  margin: 0.5em 0 0.2em;
}
#team ul.teamList li dl dd .position {
  font-size: 0.6em;
}

/*RISK*/
#risk dl {
  color: #ccc;
  margin: 0 0 3%;
}
#risk dl dt {
  font-size: 1.2em;
  margin: 0 0 1%;
  text-align: left;
  line-height: 1;
}
#risk dl dd {
  font-size: 0.8em;
  line-height: 1.5;
}

/*PARTNERS*/
#partners {
  background-color: #000;
}
#partners ul {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#partners ul > li {
  max-width: 21%;
  margin: 0 2% 4%;
}
#partners ul > li img {
  width: auto;
  max-height: 100px;
}
@media (max-width: 739px) {
  #partners ul > li img {
    max-height: 60px;
  }
}
/*# sourceMappingURL=uniq.css.map */