.title-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Changa One', Impact, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 110%;
  text-align: center;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 110px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  background-image: url('../images/Frame-148-2.png');
  background-position: 0px 0px;
  background-size: auto;
}

.grid {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.point-text {
  font-family: 'Changa One', Impact, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 40px;
}

.button-text {
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-size: 21px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 12px;
  background-color: #000678;
  background-image: linear-gradient(93deg, #0003b2, #100086);
  text-decoration: none;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  margin-bottom: 30px;
}

.text-block {
  margin-top: 110px;
  margin-bottom: 30px;
  font-family: 'Changa One', Impact, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
}

.icon-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nft-icon {
  width: 200px;
}

.text-block-2 {
  font-family: 'Changa One', Impact, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 130%;
}

.div-block-4 {
  padding-top: 100px;
}

.support-line {
  width: 100%;
}

.text-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Changa One', Impact, sans-serif;
}

.text-block-3 {
  padding-top: 50px;
  padding-bottom: 30px;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
}

.text-block-4 {
  max-width: 480px;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
}

.body-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #060019;
  background-image: url('../images/Frame-148-2.png');
  background-size: auto;
}

.div-block-5 {
  max-width: none;
  min-width: 500px;
  margin-top: 50px;
  margin-bottom: 80px;
  padding: 30px;
  border-radius: 5px;
  background-color: #fff;
  color: #333;
}

.field-label {
  margin-top: 30px;
  font-family: 'Changa One', Impact, sans-serif;
  font-size: 24px;
  line-height: 40px;
}

.field-label-2 {
  padding-top: 40px;
  font-family: 'Changa One', Impact, sans-serif;
  font-size: 24px;
  line-height: 40px;
}

.submit-button {
  margin-top: 40px;
}

.text-block-5 {
  margin-bottom: 40px;
  font-family: 'Changa One', Impact, sans-serif;
  font-size: 30px;
  line-height: 105%;
}

.form-block {
  display: none;
}

@media screen and (max-width: 991px) {
  .icon-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .body {
    background-image: url('../images/Frame-148-2.png');
  }
}

@media screen and (max-width: 479px) {
  .title-text {
    font-size: 40px;
  }

  .div-block {
    width: auto;
  }

  .body {
    padding-top: 90px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #04040a;
    background-image: url('../images/Frame-148-2.png');
  }

  .point-text {
    font-size: 26px;
  }

  .button-text {
    font-size: 18px;
  }

  .div-block-5 {
    min-width: 290px;
    padding-left: 30px;
  }
}