.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.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;
  }
}

.section-1 {
  min-width: auto;
  height: auto;
  min-height: auto;
}

.div-section-1 {
  height: auto;
}

.grid {
  grid-template-rows: auto;
}

.heading {
  color: #000;
  text-align: center;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  line-height: 62px;
}

.text-block {
  color: #030303;
  text-align: center;
  font-family: Nunito Variablefont Wght, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
}

.text-block.p-1 {
  font-size: 21px;
}

.text-block.p-2 {
  padding-top: 4%;
  padding-bottom: 4%;
  font-size: 20px;
}

.text-block.p-3 {
  padding-bottom: 40px;
  font-size: 20px;
}

.div-block {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  text-align: center;
  flex-flow: column;
  padding: 6% 2% 13%;
  display: block;
}

.div-with-bck-image {
  background-image: url('../images/Screenshot-2024-10-08-142402.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-2 {
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  line-height: 39px;
}

.bold-text {
  color: #fff;
  font-size: 34px;
}

.text-block-3 {
  color: #fff;
  padding-top: 20px;
  font-family: Nunito Variablefont Wght, sans-serif;
  font-size: 29px;
}

.button {
  text-align: center;
  background-color: #a3db5a;
  border-radius: 50px;
  width: 55%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.text-span {
  font-family: "Fa Brands 400", sans-serif;
}

.bold-text-2 {
  color: #000;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 32px;
}

.bold-text-3 {
  color: #000;
  font-size: 27px;
}

.body {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: auto;
  display: block;
}

.logo-section {
  background-color: #ebebeb;
}

.image {
  width: 15%;
}

.div-block-2 {
  color: #333;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 2%;
}

.footer-section {
  background-color: #ebebeb;
}

.section-3 {
  text-align: center;
  background-image: url('../images/bck-img-canva.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.bold-text-7, .bold-text-8 {
  color: #fff;
  font-family: Nunito Variablefont Wght, sans-serif;
  font-size: 29px;
  line-height: 42px;
}

.div-block-4 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
}

.text-block-5 {
  color: #fff;
  padding-bottom: 20px;
  font-family: Nunito Variablefont Wght, sans-serif;
  font-size: 22px;
  position: absolute;
  inset: auto 0% 0%;
}

.bold-text-9 {
  font-size: 17px;
}

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

.select-able-button-label {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 3px solid #000;
  border-radius: 30px;
  margin-bottom: 20px;
  padding: 15px 16px;
  font-family: Nunito Variablefont Wght, sans-serif;
  font-size: 18px;
  display: block;
}

.multistep-form-submit {
  color: #000;
  text-align: center;
  background-color: #90f3bc;
  border: 1px solid #000;
  border-radius: 35px;
  width: 70%;
  margin-top: 40px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-family: Nunito Variablefont Wght, sans-serif;
  font-size: 20px;
  font-weight: 300;
  display: block;
}

.multistep-form-submit:hover {
  background-color: #90f3bc;
}

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

.form-control-input {
  color: #000;
  border: 2px solid #000;
  border-radius: 30px;
  height: 44px;
  margin-bottom: 20px;
  padding: 20px 16px;
  font-size: 16px;
  line-height: 20px;
}

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

.form-control-input::placeholder {
  color: #111;
  font-family: Nunito Variablefont Wght, sans-serif;
}

.multi-step-form-section {
  text-align: center;
  background-image: url('../images/bck-img-canva.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  max-height: 100vh;
  padding: 124px;
  display: flex;
}

.formstep {
  background-color: #fff;
  border-radius: 19px;
  width: auto;
  margin-bottom: 20px;
  padding: 5% 10%;
}

.formstep.last_step {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: 0%;
  padding-top: 8%;
  padding-left: 25%;
  padding-right: 25%;
}

.next-step-btn {
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 40px;
  padding: 5px 30px;
}

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

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

.prev-step-btn {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  color: #757575;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 40px;
  padding: 5px 30px;
  display: flex;
}

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

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

.step-number-progress {
  color: #6e6e6e;
  text-align: center;
  font-family: Nunito Variablefont Wght, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.form {
  background-color: #0000;
}

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

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

.question-label {
  color: #000;
  text-align: center;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 29px;
}

.div-block-5, .div-block-6, .question-grid-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.field-label {
  display: none;
}

.text-span-2 {
  color: #000;
  font-family: "Fa Solid 900", sans-serif;
}

.checkbox-field-2 {
  display: none;
}

.text-block-6 {
  font-family: "Fa Solid 900", sans-serif;
}

.text-block-6.note_under_form {
  color: #000;
  font-family: Nunito Variablefont Wght, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.div-block-7 {
  grid-column-gap: 53px;
  grid-row-gap: 53px;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.text-span-3 {
  color: #00ec6a;
}

.div-block-8 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container {
  background-color: #fff0;
  border-radius: 32px;
  max-width: none;
  margin-top: 0%;
  padding: 3%;
}

.text-block-8 {
  color: #fff;
  padding-top: 5%;
  font-family: Nunito Variablefont Wght, sans-serif;
  font-size: 18px;
}

.form-block {
  margin-top: 0%;
}

.pagination_image {
  width: 66%;
  max-width: none;
}

.grid-2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.image-2 {
  width: 5%;
}

.form-2 {
  background-color: #0000;
  padding-top: 0%;
}

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

.text-block-9 {
  color: #fff;
  padding-top: 5%;
  font-family: Nunito Variablefont Wght, sans-serif;
  font-size: 18px;
}

.image-3 {
  width: 5%;
}

.text-span-4 {
  color: #000;
  font-family: "Fa Solid 900", sans-serif;
}

.text-block-10 {
  font-family: "Fa Solid 900", sans-serif;
}

.text-block-10.note_under_form {
  color: #000;
  font-family: Nunito Variablefont Wght, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.div-block-9 {
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .container {
    display: block;
  }
}

@media screen and (min-width: 1920px) {
  .section-1 {
    width: 100%;
    min-width: auto;
    height: auto;
    min-height: auto;
    position: static;
  }

  .div-section-1 {
    width: auto;
    height: auto;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .heading {
    padding-bottom: 0;
    font-size: 68px;
    line-height: 83px;
  }

  .text-block.p-1 {
    padding-top: 20px;
    font-size: 27px;
    line-height: 36px;
  }

  .text-block.p-2, .text-block.p-3 {
    font-size: 27px;
    line-height: 36px;
  }

  .div-block {
    padding: 3% 9% 8%;
  }

  .bold-text {
    font-size: 68px;
    line-height: 62px;
  }

  .text-block-3 {
    font-size: 57px;
  }

  .button {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .bold-text-3 {
    font-size: 40px;
  }

  .image {
    width: 12%;
  }

  .div-block-2 {
    background-color: #ebebeb;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block-4 {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
  }

  .section-2 {
    text-align: center;
    background-image: url('../images/bck-img-canva.jpg');
    background-position: 0 0;
    background-size: cover;
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: flex;
  }

  .bold-text-4, .bold-text-5 {
    color: #fff;
    font-family: Nunito Variablefont Wght, sans-serif;
  }

  .div-block-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .bold-text-6 {
    font-size: 46px;
  }

  .bold-text-7, .bold-text-8 {
    font-size: 45px;
    line-height: 56px;
  }

  .div-block-4 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .bold-text-9 {
    font-size: 22px;
  }

  .multi-step-form-section {
    padding-left: 80px;
    padding-right: 80px;
  }

  .formstep.last-step-form {
    width: 99.9997%;
  }

  .text-block-6 {
    font-size: 16px;
  }

  .text-block-6.note_under_form {
    font-size: 18px;
  }

  .container {
    width: 70%;
    max-width: none;
  }

  .text-block-10 {
    font-size: 16px;
  }

  .text-block-10.note_under_form {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .grid {
    grid-template-columns: 1fr;
    padding-left: 0%;
  }

  .div-block {
    padding-bottom: 9%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-with-bck-image {
    height: 500px;
  }

  .button {
    width: 44%;
  }

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

  .section-3 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .bold-text-7, .bold-text-8 {
    font-size: 24px;
    line-height: 30px;
  }

  .bold-text-9 {
    font-size: 17px;
  }

  .select-able-button-label {
    font-size: 15px;
  }

  .multi-step-form-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .formstep.last_step {
    margin-left: 10%;
    margin-right: 10%;
    padding-top: 10%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .container {
    margin-left: auto;
  }

  .text-block-7 {
    color: #fff;
    padding-top: 5%;
    font-family: Nunito Variablefont Wght, sans-serif;
    position: absolute;
    inset: auto 0% 0%;
  }

  .text-block-8, .text-block-9 {
    color: #fff;
    padding-top: 5%;
    font-family: Nunito Variablefont Wght, sans-serif;
    font-size: 17px;
    position: static;
    inset: auto 0% 0%;
  }
}

@media screen and (max-width: 767px) {
  .multistep-form-submit {
    width: 83%;
  }

  .formstep.last_step {
    margin-left: 10%;
    margin-right: 10%;
  }
}

@media screen and (max-width: 479px) {
  .section-1 {
    flex-flow: column;
    display: block;
  }

  .div-section-1 {
    flex-flow: column;
    display: flex;
  }

  .grid {
    flex-flow: column;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading {
    font-size: 38px;
    line-height: 45px;
  }

  .div-with-bck-image {
    width: 100%;
  }

  .button {
    justify-content: center;
    align-items: center;
    width: 78%;
    display: inline-block;
  }

  .bold-text-2 {
    font-size: 27px;
  }

  .bold-text-3 {
    font-size: 19px;
    line-height: 0;
  }

  .image {
    width: 30%;
  }

  .div-block-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .bold-text-9 {
    font-size: 13px;
  }

  .multistep-form-submit {
    width: 100%;
    font-size: 17px;
  }

  .multi-step-form-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .formstep {
    padding: 12% 5% 15%;
  }

  .formstep.last_step {
    margin-left: 0%;
    margin-right: 0%;
    padding: 19% 10% 10%;
  }

  .question-label {
    font-size: 25px;
  }

  .question-grid-div {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .pagination_image {
    width: 100%;
  }

  .grid-2 {
    flex-flow: column;
  }

  .image-2, .image-3 {
    width: 10%;
  }
}


@font-face {
  font-family: 'Nunito Variablefont Wght';
  src: url('../fonts/Nunito-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 1000;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}