._hero_1vpe7_1 {
  position: relative;
  overflow: hidden;
  background-color: var(--lilac);
}
._hero_1vpe7_1 ._backdrop_1vpe7_6 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
._hero_1vpe7_1 ._backdropImage_1vpe7_13 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
  opacity: 0.15;
}
._hero_1vpe7_1 ._fade_1vpe7_20 {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, var(--lilac) 0%, color-mix(in srgb, var(--lilac) 40%, transparent) 25%, transparent 55%);
}
._hero_1vpe7_1 ._inner_1vpe7_25 {
  position: relative;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
._hero_1vpe7_1 ._grid_1vpe7_30 {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  gap: 2.5rem;
}
._hero_1vpe7_1 ._title_1vpe7_36 {
  color: var(--primary);
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.25;
}
._hero_1vpe7_1 ._lead_1vpe7_42 {
  margin: 0.75rem 0 0;
  font-size: 1.125rem;
  line-height: 1.5555555556;
}
._hero_1vpe7_1 ._description_1vpe7_47 {
  max-width: 28rem;
  margin-top: 1rem;
}
._hero_1vpe7_1 ._actions_1vpe7_51 {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}
._hero_1vpe7_1 ._chevron_1vpe7_57 {
  margin-left: 0.5rem;
}
._hero_1vpe7_1 ._checks_1vpe7_60 {
  gap: 0;
  list-style: none;
}
._hero_1vpe7_1 ._check_1vpe7_60 {
  margin-right: 0.5rem;
  color: var(--primary);
}
._hero_1vpe7_1 ._cards_1vpe7_68 {
  position: relative;
  display: none;
}
._hero_1vpe7_1 ._cardsImage_1vpe7_72 {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 9px 7px rgba(0, 0, 0, 0.1));
}

@media only screen and (min-width: 640px) {
  ._hero_1vpe7_1 ._title_1vpe7_36 {
    font-size: 2.25rem;
  }
}
@media only screen and (min-width: 768px) {
  ._hero_1vpe7_1 ._backdrop_1vpe7_6 {
    width: 50%;
  }
  ._hero_1vpe7_1 ._backdropImage_1vpe7_13 {
    opacity: 1;
  }
  ._hero_1vpe7_1 ._inner_1vpe7_25 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  ._hero_1vpe7_1 ._grid_1vpe7_30 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  ._hero_1vpe7_1 ._lead_1vpe7_42 {
    font-size: 1.25rem;
    line-height: 1.4;
  }
  ._hero_1vpe7_1 ._cards_1vpe7_68 {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  ._hero_1vpe7_1 ._backdrop_1vpe7_6 {
    width: 40%;
  }
  ._hero_1vpe7_1 ._title_1vpe7_36 {
    font-size: 3rem;
  }
}._trustBar_hjumt_1 {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.5rem;
  padding: 1.5rem;
  background-color: white;
  border-radius: var(--border-radius);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
._trustBar_hjumt_1 ._item_hjumt_10 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
._trustBar_hjumt_1 ._icon_hjumt_15 {
  flex-shrink: 0;
  width: auto;
  height: 2.5rem;
}
._trustBar_hjumt_1 ._text_hjumt_20 {
  margin-bottom: 0;
}

@media only screen and (min-width: 640px) {
  ._trustBar_hjumt_1 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 768px) {
  ._trustBar_hjumt_1 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 2rem;
  }
}._cards_dlfvo_1 {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2rem;
  margin-top: 1rem;
}
._cards_dlfvo_1 ._card_dlfvo_1 {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  background-color: white;
  border: 1px solid var(--beigedarker);
  border-radius: var(--border-radius);
}
._cards_dlfvo_1 ._body_dlfvo_15 {
  display: flex;
  flex: 1;
  flex-direction: column;
}
._cards_dlfvo_1 ._body_dlfvo_15 h3 {
  margin-top: 1rem;
}
._cards_dlfvo_1 ._action_dlfvo_23 {
  align-self: flex-start;
  margin-top: 1.5rem;
}
._cards_dlfvo_1 ._chevron_dlfvo_27 {
  margin-left: 0.5rem;
}

@media only screen and (min-width: 768px) {
  ._cards_dlfvo_1 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.5rem;
  }
  ._cards_dlfvo_1 ._card_dlfvo_1 {
    padding: 2rem;
  }
}._cards_x2ahd_1 {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.5rem;
}
._cards_x2ahd_1 ._card_x2ahd_1 {
  padding: 1.5rem;
  text-align: center;
  background-color: white;
  border: 1px solid var(--beigedarker);
  border-radius: var(--border-radius);
}
._cards_x2ahd_1 ._link_x2ahd_13 {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  ._cards_x2ahd_1 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}._newspapers_18vvo_1 {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid var(--beigedarker);
  border-radius: var(--border-radius);
}
._newspapers_18vvo_1 ._text_18vvo_8 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
  background-color: white;
}
._newspapers_18vvo_1 ._image_18vvo_15 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  background-color: color-mix(in srgb, var(--slate) 75%, transparent);
}
._newspapers_18vvo_1 ._image_18vvo_15 img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 768px) {
  ._newspapers_18vvo_1 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}._reasons_vdxvf_1 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}
._reasons_vdxvf_1 ._text_vdxvf_6 {
  margin-top: 0.75rem;
}

@media only screen and (min-width: 768px) {
  ._reasons_vdxvf_1 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}._banner_12kml_1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  padding: 1.5rem;
  background-color: var(--lilac);
  border-radius: var(--border-radius);
}
._banner_12kml_1 ._image_12kml_10 {
  flex-shrink: 0;
  width: auto;
  height: 5rem;
}
._banner_12kml_1 ._text_12kml_15 {
  flex: 1;
  text-align: center;
}
._banner_12kml_1 ._title_12kml_19 {
  margin-bottom: 0.25rem;
}
._banner_12kml_1 ._subtitle_12kml_22 {
  margin-bottom: 0;
}
._banner_12kml_1 ._actions_12kml_25 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}
._banner_12kml_1 ._icon_12kml_31 {
  margin-right: 0.75rem;
  color: inherit;
}

@media only screen and (min-width: 768px) {
  ._banner_12kml_1 {
    flex-direction: row;
    gap: 2.5rem;
    padding: 2rem;
  }
  ._banner_12kml_1 ._text_12kml_15 {
    text-align: left;
  }
}