.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  font-family: Montserrat, sans-serif;
}

.heading, .container {
  text-align: center;
}

.section {
  background-image: url('../images/beautiful-cryptocurrwncy-concept.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: contain;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section-2 {
  background-color: #171717;
}

.container-2 {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 44px;
}

.text-block {
  color: #fff;
  margin-top: -22px;
}

.section-3 {
  padding-bottom: 15px;
}

.heading-2 {
  color: #fff;
}

.div-block {
  max-width: 500px;
  text-align: center;
}

.paragraph {
  color: #fff;
  text-align: center;
  margin-top: 25px;
  font-size: 22px;
  line-height: 24px;
}

.container-3 {
  max-width: 1350px;
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.div-block-2 {
  width: 450px;
  text-align: center;
}

.text-field {
  border-radius: 4px;
}

.checkbox-field {
  color: #fff;
}

.form {
  text-align: left;
}

.submit-button {
  width: 50%;
  background-color: #2eac1d;
  border-radius: 4px;
  margin-top: 11px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px;
  font-size: 15px;
  font-weight: 600;
  display: block;
}

@media screen and (max-width: 767px) {
  .container-3 {
    flex-wrap: wrap;
  }

  .div-block-2 {
    width: auto;
    padding-left: 27px;
    padding-right: 27px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    height: auto;
    background-repeat: repeat;
    padding: 14px;
  }

  .div-block {
    width: auto;
    max-width: none;
  }

  .container-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-2 {
    width: auto;
  }
}


