:root {
  --white: white;
  --black: black;
}

.disabled {
    pointer-events: none; /* prevents clicking */
    opacity: 0.5;         /* makes it look inactive */
    cursor: not-allowed;
}

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

.navbar {
  z-index: 99999;
  grid-column-gap: 750px;
  grid-row-gap: 750px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 14px 0;
  display: flex;
  position: sticky;
  top: 0;
  box-shadow: 1px 1px 7px -4px #000;
}

.div-block-8 {
  color: #25632d;
}

.section-7 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  background-color: #fdfdfd;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 50px 45px 100px;
  display: block;
}

.wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: block;
}

.heading-30 {
  color: #38333d;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: PT Sans, sans-serif;
}

.helvetia-bienestar-container {
  justify-content: space-around;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.block-content {
  text-align: center;
  width: 270px;
}

.image-12 {
  margin-bottom: 10px;
}

.text-block-26 {
  padding-left: 34px;
  padding-right: 34px;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.section-4 {
  text-align: center;
  padding-top: 70px;
  padding-bottom: 60px;
  padding-left: 0;
}

.section-4.footer {
  color: #e4e8eb;
  background-color: #2b2c2e;
  padding-top: 42px;
  padding-bottom: 42px;
}

.section-4.footer.copyright {
  color: #939596;
  background-color: #38333d;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 19px;
  padding-bottom: 19px;
  font-size: 14px;
}

.text-block-11 {
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
  font-family: PT Sans, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.heading-31 {
  color: #c52121;
  text-align: center;
  margin-top: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 37px;
  line-height: 45px;
}

.container {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
}

.button {
  background-color: #b23623;
  border-radius: 50px;
  margin-top: 11px;
  padding: 18px;
  font-family: PT Sans, sans-serif;
  font-size: 19px;
  font-weight: 700;
}

.heading-22 {
  color: #e1c0fd;
  text-align: center;
  margin-top: 0;
  font-family: PT Sans, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
}

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

.form {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
  display: block;
}

.form-wrapper {
  z-index: 200;
  background-color: #000000db;
  border-radius: 13px;
  width: auto;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding: 2px 0;
  display: none;
  position: static;
  inset: auto 0% 180px;
}

.checkbox-label-2 {
  color: #fff;
  font-family: Exo, sans-serif;
  font-size: 12px;
}

.text-field {
  color: #fff;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 15px;
  font-family: PT Sans, sans-serif;
}

.submit-button {
  color: #fff;
  text-align: center;
  background-color: #41a1ab;
  border-radius: 20px;
  width: 100%;
  margin: 10px auto 15px;
  font-family: PT Sans, sans-serif;
  font-size: 19px;
  font-weight: 700;
  display: block;
}

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

.checkbox-label-3 {
  color: #fff;
  text-align: left;
  margin-bottom: 10px;
  font-family: PT Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
}

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

.checkbox-field {
  text-align: left;
  font-family: PT Sans, sans-serif;
}

.text-block-27 {
  color: #fff;
  text-align: center;
  text-transform: none;
  font-family: PT Sans, sans-serif;
  font-size: 26px;
  line-height: 33px;
}

.heading-32 {
  color: #bb2924;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: PT Sans, sans-serif;
  font-size: 67px;
  font-weight: 700;
}

.text-block-28 {
  color: #fff;
  text-align: center;
  font-family: PT Sans, sans-serif;
  font-size: 19px;
  line-height: 25px;
  text-decoration: underline;
}

.columns {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-2 {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  filter: blur();
  text-align: center;
  background-color: #ffffffa3;
  justify-content: space-between;
  align-items: center;
  max-width: 1093px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: block;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.jumbotron-section {
  background-image: url('../images/d4344474-8cf8-4ccc-aedb-138f030690c5.png');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 980px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.section-9 {
  padding-bottom: 100px;
}

.heading-33 {
  color: #775494;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
}

.block-content-2 {
  text-align: center;
  width: 263px;
  padding-bottom: 10px;
}

.text-block-29 {
  padding-left: 34px;
  padding-right: 34px;
  font-family: Varela, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.column {
  background-color: #f7f7f7;
  border-style: none;
  border-top-width: 1px;
  border-top-color: #000;
  border-bottom-width: 1px;
  border-bottom-color: #000;
  border-right-width: 1px;
  border-right-color: #000;
  border-radius: 0;
  flex-direction: row;
  align-items: center;
  height: 460px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.column-2 {
  text-align: right;
  padding-left: 0;
  padding-right: 0;
}

.image-13 {
  height: 461px;
}

.paragraph {
  color: #fff;
  text-align: center;
  background-color: #775494;
  margin-top: 0;
  padding: 39px;
  font-family: PT Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.image-14 {
  margin: 45px auto;
  display: block;
}

.div-block-25 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 43%;
  margin-left: 0;
  display: block;
}

.text-block-30 {
  color: #e1c0fd;
  text-align: center;
  margin-bottom: 5px;
  font-family: PT Sans, sans-serif;
  font-size: 18px;
}

.link, .link-2 {
  color: #fff;
}

.heading-34 {
  color: #fff;
  text-align: center;
  background-color: #775494;
  padding: 9px;
  font-size: 20px;
}

.paragraph-2 {
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
}

.text-span {
  line-height: 28px;
}

.helvetia-vida-segura-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.paragraph-2-copy {
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
}

.paragraph-3 {
  color: #000;
  padding: 12px;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.div-block-26 {
  width: 50%;
}

.container-3 {
  text-align: center;
}

.button-2 {
  color: #000;
  background-color: #fad02c;
  border-radius: 100px;
  margin-top: 0;
  margin-bottom: 15px;
  padding: 13px 55px;
  font-family: PT Sans, sans-serif;
  font-size: 21px;
  font-weight: 700;
}

.paragraph-4 {
  text-align: center;
  margin-top: 10px;
  font-family: PT Sans, sans-serif;
  font-size: 17px;
}

.container-4 {
  text-align: center;
  background-color: #f9f8f8;
  border: 1px solid #000;
  border-radius: 20px;
  padding: 35px 25px;
}

.div-block-27 {
  width: 40%;
}

.bold-text {
  line-height: 28px;
}

.what-we-cover-section {
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.card-container {
  border: 4px solid #41a1ab;
  border-radius: 3px;
  max-width: 350px;
  height: 250px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.card-container.card-other-style {
  height: 200px;
}

.heading-35 {
  color: #fff;
  background-color: #41a1ab;
  margin-top: 0;
  padding: 10px;
}

.heading-36 {
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Open Sans, sans-serif;
}

.link-3 {
  color: #000;
}

.image-15 {
  margin-bottom: 44px;
}

.paragraph-5 {
  color: #fff;
  padding: 12px;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.div-block-28 {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  max-width: 1140px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-37 {
  text-align: left;
  max-width: 700px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.text-block-31 {
  color: #ffffffc4;
  font-family: PT Sans, sans-serif;
  font-size: 13px;
}

.heading-38 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
}

.paragraph-6 {
  text-align: center;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.text-block-32 {
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
}

.div-block-29 {
  background-color: #e0e1dd;
  border: 3px solid #41a1ab;
  margin-bottom: 15px;
  padding: 15px;
}

.container-5 {
  text-align: center;
}

.button-3 {
  background-color: #ad191c;
  border-radius: 10px;
  margin-top: 20px;
  padding: 16px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.link-4 {
  color: #363636;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
}

.div-block-30 {
  margin-top: 10px;
}

.heading-39 {
  text-align: left;
  font-family: Open Sans, sans-serif;
}

.div-block-31 {
  background-color: #b1d4e0;
  border: 5px solid #41a1ab;
  margin-bottom: 40px;
  padding: 15px;
  position: relative;
}

.list-item {
  text-align: left;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
}

.image-16 {
  position: absolute;
  inset: auto 2% 5% auto;
}

.heading-40 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
}

.section-10 {
  background-color: #41a1ab;
}

.paragraph-7 {
  background-color: #fff;
  border-radius: 50px;
  margin-left: 23px;
  margin-right: 23px;
  padding: 17px;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.div-block-32 {
  background-color: #41a1ab;
  margin-top: 25px;
  margin-left: 30px;
  margin-right: 30px;
  padding: 2px;
}

.heading-41 {
  color: #fff;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
}

.div-block-33 {
  background-color: #0e0f0f;
  margin-left: 30px;
  margin-right: 30px;
  padding: 2px;
}

.heading-42 {
  color: #fff;
  margin-top: 2px;
  margin-bottom: 2px;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.button-4 {
  background-color: #ad191c;
  border-radius: 9px;
  padding: 15px 23px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.div-block-34 {
  background-color: #fff;
  border: 3px solid #000;
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.image-17 {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-field-2 {
  border-radius: 20px;
  margin-bottom: 0;
}

.text-block-33 {
  color: #fff;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.div-block-35 {
  display: none;
}

.div-block-36, .form-block {
  display: block;
}

.button-5 {
  background-color: #41a1ab;
  border-radius: 20px;
  width: 100%;
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  display: block;
}

@media screen and (max-width: 991px) {
  .navbar {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .helvetia-bienestar-container {
    flex-flow: wrap;
  }

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

  .heading-22 {
    color: #313131;
  }

  .form-wrapper {
    background-color: #00000005;
    margin-top: 50px;
  }

  .checkbox-label-2, .checkbox-label-3 {
    color: #000;
  }

  .columns {
    flex-direction: column;
  }

  .container-2 {
    inset: 0%;
  }

  .jumbotron-section {
    background-attachment: fixed;
  }

  .column {
    border-left-style: solid;
  }

  .image-13 {
    height: auto;
  }

  .image-14 {
    margin-top: 0;
  }

  .text-block-30 {
    color: #191919;
  }

  .link, .link-2 {
    color: #000;
  }

  .helvetia-vida-segura-container {
    flex-flow: column;
  }

  .paragraph-3 {
    line-height: 31px;
  }

  .card-container {
    height: 265px;
  }

  .paragraph-5 {
    line-height: 31px;
  }

  .div-block-28 {
    flex-flow: column;
  }

  .heading-37 {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    grid-column-gap: 250px;
    text-align: center;
    flex-flow: wrap;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .text-block-26 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-4 {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 10px;
  }

  .heading-22 {
    color: #352e3b;
  }

  .form-wrapper {
    background-color: #00000005;
  }

  .checkbox-label-2, .checkbox-label-3 {
    color: #352e3b;
  }

  .jumbotron-section {
    background-position: 50%;
    background-attachment: fixed;
  }

  .text-block-29 {
    padding-left: 0;
    padding-right: 0;
  }

  .column {
    justify-content: center;
  }

  .column-2 {
    text-align: center;
  }

  .image-13 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

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

  .text-block-30, .link, .link-2 {
    color: #352e3b;
  }

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

  .div-block-29 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .paragraph-7 {
    position: relative;
    top: 139px;
  }

  .div-block-32, .div-block-33, .div-block-34 {
    position: relative;
    top: 173px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 25px;
  }

  .section-7 {
    display: block;
  }

  .helvetia-bienestar-container {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-direction: column;
  }

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

  .heading-22 {
    color: #352e3b;
  }

  .form {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .form-wrapper {
    background-color: #0000;
    max-width: 100%;
    margin-top: 0;
    margin-left: 15px;
    margin-right: 15px;
    position: static;
    bottom: auto;
  }

  .checkbox-label-2 {
    color: #352e3b;
  }

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

  .checkbox-label-3 {
    color: #352e3b;
  }

  .container-2 {
    position: static;
  }

  .jumbotron-section {
    background-position: 47% -32%;
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: fixed;
    height: auto;
  }

  .column {
    height: auto;
  }

  .text-block-30 {
    color: #352e3b;
    margin-bottom: 10px;
  }

  .link, .link-2 {
    color: #352e3b;
  }

  .helvetia-vida-segura-container {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-direction: column;
  }

  .paragraph-4 {
    font-size: 12px;
  }

  .container-4 {
    padding: 25px;
  }

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

  .card-container {
    height: auto;
  }

  .heading-38 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .image-16 {
    position: static;
  }

  .paragraph-7 {
    background-color: #ffffff4d;
    top: -14px;
  }

  .div-block-32, .div-block-33 {
    top: 9px;
  }

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

  .div-block-34 {
    top: 9px;
  }
}
