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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.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 {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.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 {
  background-color: #0000;
  background-image: url('../images/shutterstock_1948431193-1.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.container {
  max-width: 1186px;
  margin-top: 65px;
  margin-bottom: 65px;
  padding-bottom: 65px;
}

.top-content {
  text-align: center;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.heading {
  font-size: 40px;
}

.heading-main {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 40px;
}

.paragraph {
  color: #00cc26;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4em;
}

.paragraph-2 {
  color: #fff;
  text-align: center;
  text-shadow: 0 3px 1px #0003;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4em;
}

.div-block {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.div-block.bottom-container {
  margin-left: auto;
}

.bottom-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: stretch;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bottom-container-box {
  background-color: #fff;
  border: 0 solid #000;
  border-radius: 8px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  box-shadow: 0 4px 4px #00000040;
}

.bottom-cntainer-box-inner {
  border-radius: 8px;
  width: 100%;
  padding: 40px 60px;
}

.image {
  vertical-align: bottom;
  width: 100%;
}

.paragraph-3 {
  color: #000;
  text-align: center;
  font-weight: 500;
}

.form {
  background-color: #0000;
}

.formstep {
  margin-bottom: 20px;
}

.step-number-progress {
  color: #015d0b;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.question-label {
  color: #000;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 500;
}

.select-able-button {
  text-align: center;
  padding-left: 0;
}

.radio-button {
  display: block;
}

.select-able-button-label {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 12px 16px;
  display: block;
}

.select-able-button-radio {
  display: none;
}

.form-step-buttons {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  margin-top: 40px;
}

.prev-step-btn {
  color: #757575;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 8px;
  padding-left: 25px;
  padding-right: 25px;
}

.prev-step-btn:hover {
  color: #000;
  border-color: #000;
}

.next-step-btn {
  background-color: #000;
  border: 1px solid #000;
  border-radius: 8px;
  padding-left: 25px;
  padding-right: 25px;
}

.form-control-input {
  color: #000;
  border: 1px solid #b3b3b3;
  border-radius: 8px;
  height: 44px;
  margin-bottom: 20px;
  padding: 12px 16px;
  font-size: 16px;
}

.form-control-input:focus {
  border-color: #000;
}

.checkbox-label {
  color: #1e1e1e;
  font-weight: 400;
}

.multistep-form-submit {
  background-color: #2c2c2c;
  border-radius: 8px;
  width: 100%;
  margin-top: 40px;
  font-weight: 300;
  display: block;
}

.multistep-form-submit:hover {
  background-color: #015d0b;
}

.checkbox {
  width: 16px;
  height: 16px;
}

.checkbox.w--redirected-checked {
  background-color: #000;
  border: 1px solid #000;
}

.checkbox-2 {
  width: 16px;
  height: 16px;
}

.checkbox-2.w--redirected-checked {
  background-color: #000;
  border: 1px solid #000;
}

.checkbox-field {
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .top-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bottom-container {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    padding-left: 40px;
    padding-right: 40px;
  }

  .bottom-container-box {
    box-shadow: 0 -4px 4px #00000040;
  }
}

@media screen and (max-width: 767px) {
  .top-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bottom-cntainer-box-inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    background-position: 0 100%;
  }

  .top-content, .bottom-container, .bottom-cntainer-box-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}


