body {
  margin: 0;
  top: 0;
  font-style: normal;
  font-weight: 400;
  font-family: D-DIN-Medium;
  user-select: text;
  background: #fff;
  color: #000;
}
@font-face {
  font-family: D-DIN-Medium;
  src: url("../fonts/D-DIN.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: block;
}

@font-face {
  font-family: D-DIN-Light;
  src: url("../fonts/D-DIN.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: block;
}

@font-face {
  font-family: D-DIN-Bold;
  src: url("../fonts/D-DIN-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: block;
}

@font-face {
  font-family: D-DIN-Regular;
  src: url("../fonts/D-DIN.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: block;
}
html {
  scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 100%;
  font-family: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  letter-spacing: normal;
  border: 0;
  vertical-align: baseline;
}
button {
  outline: none;
  border: none;
}
.flex {
  display: flex;
}
.jflex {
  display: flex;
  justify-content: center;
}
.aflex {
  display: flex;
  align-items: center;
}
.tflex {
  text-align: center;
}
.sflex {
  display: flex;
  justify-content: space-between;
}
.rel {
  position: relative;
}
.hidden {
  display: none;
}
p {
  margin: 0;
}
img {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
a {
  cursor: pointer;
  text-decoration: none;
}
::-webkit-scrollbar {
  border-radius: 0px;
  width: 0px;
  height: 100%;
}
::-webkit-scrollbar-track {
  background: transparent;
}
.w1240 {
  max-width: 1240px;
  width: 100%;
  margin: 0px 20px;
}
.prefix-header {
  position: -webkit-sticky;
  height: 30px;
}
.prefix-header p {
  color: #000;
  font-feature-settings: "liga" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.prefix-header p span {
  font-weight: 700;
  font-family: D-DIN-Bold;
}
.header {
  position: fixed;
  width: 100%;
  top: 0px;
  position: -webkit-sticky;
  height: 100px;
  background-color: #000;
  z-index: 3;
  transition: top 0.25s ease-in-out;
}
.header-nav {
  gap: 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  font-family: D-DIN-Bold;
}
.header-nav a {
  color: #fff;
  transition: 0.35s;
  line-height: 1.4;
}
.hover-underline {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.hover-underline::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.hover-underline:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.header-nav a:hover {
  text-decoration: underline;
}
.btnw {
  border: 2px solid #fff;
  box-sizing: border-box;
  background-color: transparent;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  font-family: D-DIN-Bold;
  text-transform: uppercase;
  padding: 16px 24px;
  cursor: pointer;
  transition: 0.35s;
  backdrop-filter: blur(5px);
}
.btnw:hover {
  background-color: white;
  color: #000;
}
.main-content {
  background-color: #000;
  height: 570px;
  margin-top: 100px;
}
.black {
  background-color: #000;
}
.white {
  background: #fff;
}
.main-content .title {
  color: #fff;
  font-size: 40px;
  text-transform: uppercase;
  font-style: normal;
  font-family: D-DIN-Bold;
  font-weight: 700;
  max-width: 700px;
}
.main-content .subtitle {
  color: rgba(255, 255, 255, 0.75);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  margin-top: 32px;
  max-width: 561px;
  letter-spacing: 0.16px;
}
.main-content .subtitle span {
  color: rgba(255, 255, 255, 1);
}
.main-content .btnw {
  margin-top: 48px;
}
.main-content .text-block {
  position: absolute;
  width: 100%;
}
.main-content .video {
  height: 569.5px;
  display: flex;
  justify-content: end;
  width: 100%;
}
.about-conent {
  padding: 106px 0px 50px;
}
video {
  pointer-events: none;
}
.about-conent .title {
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  font-family: D-DIN-Bold;
  line-height: 105%; /* 42px */
  text-transform: uppercase;
}
.about-conent .subtitle {
  margin-top: 32px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  max-width: 569px;
}
.about-conent p {
  margin-top: 24px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.btnb {
  border: 2px solid #000;
  box-sizing: border-box;
  background-color: transparent;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  font-family: D-DIN-Bold;
  text-transform: uppercase;
  padding: 16px 24px;
  cursor: pointer;
  transition: 0.35s;
}
.btnb:hover {
  background-color: #000;
  color: #fff;
}
.alignflex {
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
}
.about-conent .text-block {
  max-width: 569px;
}
.chart {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  padding: 30px;
  max-width: 300px;
}
.chart .prefix {
  color: #000;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 20px */
  text-transform: uppercase;
}
.chart h3 {
  margin-top: 12px;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}
.chart h3 span {
  font-weight: 700;
  font-family: D-DIN-Bold;
}
.chart .profit {
  margin-top: 5px;
  color: #108840;
  text-align: right;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  font-family: D-DIN-Bold;
  line-height: 125%; /* 25px */
}
.reserve {
  box-sizing: border-box;
  height: 100%;
  max-width: 240px;
}
.reserve .text {
  margin: 30px 26px 30px 30px;
  z-index: 2;
  position: relative;
}
.reserve .prefix {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  font-family: D-DIN-Bold;
  line-height: 110%; /* 26.4px */
  text-transform: uppercase;
}
.reserve .content {
  margin-top: 12px;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 17.5px */
}
.reserve .video {
  position: absolute;
  height: 100%;
}
.reserve .video video {
  height: 100%;
}
.gap20 {
  gap: 20px;
}
.how.about-conent p {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  text-transform: uppercase;
  margin-bottom: 32px;
  margin-top: 0px;
}
.fallow {
  width: 560px;
  height: 320px;
  box-sizing: border-box;
}
.fallow video {
  background-size: cover;
  width: 559px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.05);
}
.mars-content {
  background-color: #000;
  height: 514px;
}
.mars-content .text-block {
  position: absolute;
  width: 100%;
}
.w874 {
  max-width: 874px;
  width: 100%;
}
.mars-content .text-block .w874 p {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%; /* 24px */
  margin-top: 32px;
  width: 100%;
}
.mars-content .title {
  color: #fff;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  font-family: D-DIN-Bold;
  line-height: 105%; /* 42px */
  text-transform: uppercase;
}
.mars-content .video {
  height: 513.5px;
  display: flex;
  justify-content: end;
  width: 100%;
}
.mars-content .text-block .w874 p.sub-prefix {
  color: rgba(255, 255, 255, 0.75);
  text-align: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 27px */
  margin-top: 32px;
}
.rules-content {
  padding: 124px 0px;
}
.rules-content .title {
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  font-family: D-DIN-Bold;
  line-height: 105%; /* 42px */
  text-transform: uppercase;
}
.rules-content .rules-block {
  margin-top: 64px;
}
.rules-content .rules-block .block {
  padding: 30px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.05);
  max-width: 292px;
  width: 100%;
}
.rules-block .block .prefix {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 20px */
  text-transform: uppercase;
  margin-bottom: 12px;
}
.name-coin {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  font-family: D-DIN-Bold;
  line-height: 125%; /* 30px */
  margin-left: 10px;
}
.rules-text {
  margin-top: 12px;
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  margin-bottom: 32px;
}
.amount {
  padding: 12px 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.amount.last {
  border-top: 0px;
}
.amount p {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 20px */
}
.amount p:last-child {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  font-family: D-DIN-Bold;
  line-height: 125%; /* 20px */
}
.rules-once {
  margin: 32px 0px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.rules-once span {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  font-family: D-DIN-Bold;
  font-family: D-DIN-Bold;
  line-height: 150%;
}
.rules-once span:last-child {
  color: rgba(0, 0, 0, 0.5);
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  font-family: D-DIN-Bold;
  line-height: 150%;
}
.rules-block .block .btnb {
  font-size: 15px;
  padding: 16px 19px;
  width: 100%;
}
.manual-content {
  background: #000;
  padding: 128px 0px;
}
.manual-content .manual {
  max-width: 398px;
  width: 100%;
}
.manual-content .manual .video {
  margin-bottom: 32px;
}
.manual-content .manual .video video {
  width: 100%;
}
.manual-content .prefix {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  font-family: D-DIN-Bold;
  line-height: 125%; /* 30px */
  text-transform: uppercase;
  margin-right: 10px;
}
.manual-content .title {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  font-family: D-DIN-Bold;
  line-height: 125%; /* 30px */
  text-transform: uppercase;
}
.manual-content .subtitle {
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  margin-top: 12px;
  max-width: 270px;
}
.qr {
  width: 150px;
  fill: #fff;
  stroke-width: 1px;
  display: none;
  stroke: rgba(0, 0, 0, 0.1);
}
.qr.active {
  display: block;
}
.participate-content {
  padding: 88px 0px;
}
.participate-content .block {
  background: #fff;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.1);
  padding: 30px;
  box-sizing: border-box;
}
.participate-content .block .text {
  margin-left: 32px;
  align-content: space-between;
  flex-wrap: wrap;
  display: flex;
}
.participate-content .block .title {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  font-family: D-DIN-Bold;
  line-height: 125%; /* 30px */
  margin-bottom: 5px;
}
.participate-content .block .coin {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.participate-content .block .address {
  width: 100%;
  color: #000;
  font-size: 14px;
  font-style: normal;
  display: none;
  font-weight: 400;
  transition: color 2s;
  line-height: 150%; /* 21px */
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 340px;
  margin-top: 20px;
}
.participate-content .block .address.highlight {
  color: #108840;
  transition: none;
}
.participate-content .block .address.active {
  display: block;
}
@keyframes dots {
  0% {
    content: "";
  }
  25% {
    content: ".";
  }
  50% {
    content: "..";
  }
  75% {
    content: "...";
  }
  100% {
    content: "";
  }
}
.wait::after {
  content: "";
  display: inline-block;
  width: 1em;
  text-align: left;
  animation: dots 2s linear infinite;
}
.participate-content .row {
  display: flex;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(580px, 1fr));
  grid-template-rows: repeat(2, auto);
  gap: 24px;
}
.btnb.mini {
  font-size: 14px;
  padding: 10px 18px;
}
.participate-content .wait {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  margin-left: 16px;
}
.participate-content .network {
  margin-left: 20px;
  display: flex;
  gap: 10px;
}
.participate-content .network p {
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
  line-height: 150%; /* 24px */
}
.participate-content .network p.active {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  font-family: D-DIN-Bold;
  line-height: 150%; /* 24px */
}
.participate-content .network .line {
  height: 16px;
  width: 1px !important;
  background: rgba(0, 0, 0, 0.5);
}
.support-content {
  padding: 20px 0px 0px;
}
.support-content h1 {
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  font-family: D-DIN-Bold;
  line-height: 135%; /* 50px */
  text-transform: uppercase;
  max-width: 700px;
}
.support-content h2 {
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  font-family: D-DIN-Bold;
  line-height: 135%; /* 50px */
  text-transform: uppercase;
  max-width: 700px;
}
.support-content button {
  margin-top: 48px;
}
.footer {
  height: 100px;
  background: #000;
  margin-top: -5px;
  z-index: 2;
  position: relative;
}
.w100 {
  width: 100%;
}
.minw150 {
  min-width: 150px;
}
.copyright {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.164px; /* 101.024% */
}
.open-burger {
  display: none;
}
video::-webkit-media-controls {
  display: none !important;
}
video::-moz-media-controls {
  display: none !important;
}
video::-ms-media-controls {
  display: none !important;
}
video::-o-media-controls {
  display: none !important;
}
video::media-controls {
  display: none !important;
}
@media (max-width: 1240px) {
  .main-content .title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    font-family: D-DIN-Bold;
    line-height: 105%; /* 37.8px */
    letter-spacing: 0.72px;
    margin-top: 35px;
    max-width: none;
  }
  .participate-content .block .cen-title{
     justify-content: center;
  }
  .open-burger {
    display: block;
  }
  .main-content .subtitle {
    font-size: 16px;
    text-align: center;
    margin-top: 32px;
    max-width: none;
  }
  .main-content .btnw {
    margin: 32px;
  }
  .njflex {
    display: flex;
    justify-content: center;
  }
  .main-content {
    height: 90vh;
    display: block;
  }
  .main-content .video {
    position: absolute;
    bottom: 0px;
    height: 362px;
    z-index: 1;
  }
  .main-content .text-block {
    z-index: 2;
  }
  .header .header-nav {
    display: none;
  }
  .header .btnw {
    display: none;
  }
  .header .w1240.sflex {
    justify-content: center;
  }
  .about-conent .w1240 {
    display: block;
  }
  .about-conent .flex.gap20 {
    display: block;
  }
  .about-conent .title {
    text-align: center;
  }
  .about-conent .subtitle {
    max-width: none;
  }
  .about-conent .text-block {
    max-width: none;
  }
  .about-conent p {
    margin-bottom: 30px;
  }
  .chart {
    margin-top: 50px;
    width: 100%;
    max-width: none;
  }
  .reserve {
    display: none;
  }
  .header {
    height: 75px;
  }
  .about-conent {
    padding: 75px 0px 25px;
  }
  .how.about-conent p {
    max-width: 100%;
    text-align: center;
    font-size: 20px;
  }
  .about-conent .title {
    font-size: 36px;
  }
  .about-conent .subtitle {
    text-align: center;
    margin-bottom: 36px;
  }
  .fallow {
    width: 100%;
    height: auto;
    margin-top: 50px;
  }
  .fallow video {
    width: 100%;
  }
  .mars-content {
    margin-top: 25px;
    height: auto;
  }
  .mars-content .flex.gap20 {
    display: block;
  }
  .mars-content .video {
    height: 360px;
  }
  .mars-content .title {
    margin-top: 50px;
  }
  .mars-content {
    display: block;
  }
  .mars-content .text-block {
    position: relative;
  }
  .rules-content {
    padding: 75px 0px;
  }
  .rules-content .title {
    font-size: 36px;
    text-align: center;
  }
  .rules-content .rules-block {
    flex-wrap: wrap;
    margin-top: 0px;
  }
  .rules-content .rules-block .block {
    width: 100%;
    max-width: none;
    margin-top: 36px;
  }
  .manual-content {
    padding: 75px 0px;
  }
  .manual-content .w1240 {
    display: block;
  }
  .manual-content .manual {
    max-width: none;
    margin-top: 36px;
  }
  .manual-content .manual .flex {
    justify-content: center;
  }
  .manual-content .manual:first-child {
    margin-top: 0px;
  }
  .participate-content .block {
    display: block;
  }
  .participate-content .block .text {
    margin-left: 0px;
    margin-top: 32px;
  }
  .participate-content .block .address.active {
    width: 100%;
  }
  .participate-content .block .text .aflex.dflex {
    display: block;
  }
  .participate-content .block .cen-title {
    width: 100%;
  }
  .participate-content .block .address.active {
    text-align: center;
    margin-top: 20px;
  }
  .participate-content .network {
    display: flex;
    margin-left: 0px;
    justify-content: center;
  }
  .participate-content .block .text div {
    width: 100%;
    text-align: center;
  }
  .participate-content .wait {
    margin-left: 0px;
    margin-top: 18px;
  }
  .btnb.mini {
    margin-top: 24px;
  }
  .imgship {
    display: none;
  }
  .participate-content .row {
    display: flex;
    flex-wrap: wrap;
  }
  .participate-content .block {
    width: 100%;
  }
  .footer {
    margin-top: 38px;
    justify-content: center;
  }
  .footer .w1240 {
    justify-content: center;
  }
  .footer .header-nav {
    display: none;
  }
  .footer .btnw {
    display: none;
  }
  .support-content h1 {
    font-size: 34px;
  }
  .support-content h2 {
    font-size: 34px;
  }
  .participate-content .block .address {
    font-size: 14px;
    max-width: 100%;
  }
  .participate-content .block {
    padding: 30px 25px;
  }
}
.burger-menu {
  position: fixed;
  top: 105px;
  background-color: #000;
  right: 0px;
  width: 300px;
  height: 100%;

  right: -300px;
  z-index: 4;
  transition: top 0.25s ease-in-out;
  transition: right 0.4s;
  box-sizing: border-box;
  padding: 20px;
}

.burger-menu.active {
  right: 0px;
}

.open-burger {
  cursor: pointer;
  position: absolute;
  z-index: 5;
  right: 30px;
}

.burger-line {
  width: 25px;
  height: 2px;
  background-color: #fff;
  margin: 4px 0;
  transition: all 0.3s ease;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.burger-line:nth-child(1) {
  top: 0;
}

.burger-line:nth-child(2) {
  top: 10px;
}

.burger-line:nth-child(3) {
  top: 20px;
}

.open-burger.active .burger-line:nth-child(1) {
  transform: translateX(-50%) rotate(45deg);
  top: 12px;
}

.open-burger.active .burger-line:nth-child(2) {
  opacity: 0;
}

.open-burger.active .burger-line:nth-child(3) {
  transform: translateX(-50%) rotate(-45deg);
  top: 12px;
}

body.no-scroll {
  overflow: hidden;
}
.burger-menu p {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 12px 0px;
  color: #fff;
  width: 100%;
  text-align: end;
}

.prefix-header {
  overflow: hidden;
  white-space: nowrap;
}
.prefix-header p {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 10s linear infinite;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@media (min-width: 900px) {
  .prefix-header p {
    animation: none;
    padding-left: 0;
  }
}
