.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 {
  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-benefit {
  padding-top: 45px;
  padding-bottom: 45px;
}

.body {
  text-align: center;
  font-family: Open Sans, sans-serif;
}

.heading {
  text-align: center;
  margin-top: 10px;
  font-family: Oswald, sans-serif;
}

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

.paragraph {
  text-align: left;
  margin-top: 25px;
  font-size: 18px;
  line-height: 35px;
  display: inline-block;
}

.section-testimonial {
  padding-top: 35px;
  padding-bottom: 35px;
}

.paragraph-2 {
  font-size: 18px;
}

.image {
  margin-bottom: 15px;
}

.div-block {
  margin-bottom: 35px;
}

.button {
  color: #000;
  background-color: #ffbd59;
  border-radius: 11px;
  width: 40%;
  padding: 19px 39px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.section-hero {
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-2 {
  text-align: left;
}

.heading-3 {
  margin-top: 10px;
  font-size: 28px;
  position: static;
}

.section {
  background-color: #b1d4e0;
  padding-top: 5px;
  padding-bottom: 5px;
}

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

.section-2 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.paragraph-3 {
  font-family: Oswald, sans-serif;
  font-size: 24px;
  line-height: 40px;
}

.paragraph-4 {
  font-size: 20px;
  line-height: 30px;
}

.paragraph-5 {
  text-align: left;
  font-size: 20px;
  line-height: 30px;
  display: inline-block;
}

.container-2 {
  grid-column-gap: 73px;
  grid-row-gap: 73px;
  justify-content: space-around;
  align-items: center;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.form-block {
  width: 50%;
}

.heading-9 {
  text-align: center;
  text-transform: none;
  text-shadow: none;
  margin-bottom: 15px;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.link {
  color: #f0802b;
}

.text-block-5 {
  color: #000;
  text-align: center;
  letter-spacing: .5px;
  background-color: #ffdd1b;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.checkbox-field {
  text-align: left;
}

.checkbox-label-2 {
  text-align: left;
  text-shadow: none;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  text-align: center;
  grid-template: ". ."
                 "Area Area"
                 "Area-2 Area-2"
                 / minmax(200px, 1fr) 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  justify-items: start;
  display: block;
}

.text-field-2 {
  height: 45px;
  margin-bottom: 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.form-block-2 {
  padding-left: 0;
}

.checkbox-label {
  text-shadow: none;
  font-size: 13px;
  font-weight: 400;
}

.submit-button {
  color: #000;
  background-color: #ffbd59;
  border-radius: 45px;
  margin-left: auto;
  margin-right: auto;
  padding: 14px 20px;
  font-size: 18px;
  font-weight: 700;
  display: block;
}

.submit-button:hover {
  background-color: #e8a94a;
}

.select-field {
  color: #959595;
  background-color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.div-block-4 {
  color: #000;
  border: 1px #000;
  border-radius: 11px;
  width: 40%;
  margin-left: 0;
  padding: 0;
}

.text-field {
  height: 45px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.step-1 {
  border-radius: 0;
  width: 100%;
}

.button-next {
  color: #000;
  background-color: #ffbd59;
  border-radius: 20px;
  width: 100%;
  padding: 10px 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.step-2 {
  display: none;
}

.div-block-5 {
  border: 2px solid #000;
  border-radius: 20px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 15px;
}

.paragraph-6 {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 26px;
  font-size: 18px;
  line-height: 25px;
}

.container-3 {
  padding-top: 0;
  padding-bottom: 36px;
}

@media screen and (max-width: 991px) {
  .container-2 {
    flex-flow: column;
    padding-left: 28px;
    padding-right: 28px;
  }

  .div-block-3 {
    width: 100%;
  }

  .checkbox-label-2, .checkbox-label {
    font-size: 12px;
    line-height: 16px;
  }

  .div-block-4 {
    width: 80%;
    margin-left: 0;
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .paragraph {
    font-size: 16px;
  }

  .section-testimonial {
    padding-left: 30px;
    padding-right: 30px;
  }

  .button {
    width: 80%;
  }

  .div-block-4 {
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-next {
    width: 80%;
  }
}

@media screen and (max-width: 479px) {
  .paragraph {
    line-height: 29px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .submit-button {
    font-size: 16px;
  }

  .div-block-4 {
    width: auto;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-5 {
    width: 90%;
  }

  .paragraph-6 {
    padding-left: 13px;
    padding-right: 13px;
    line-height: 29px;
  }

  .image-2, .image-3 {
    display: none;
  }

  .container-4 {
    padding-left: 18px;
    padding-right: 18px;
  }
}

#telefono.w-node-f16e3fd0-cdab-629b-0f65-5b96625410b4-5388cdc0, #w-node-f16e3fd0-cdab-629b-0f65-5b96625410bc-5388cdc0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #telefono.w-node-f16e3fd0-cdab-629b-0f65-5b96625410b4-5388cdc0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


