.styles_landing__55yER {
  height: 40vh;
  color: #fff;
  position: relative;
}

.styles_landing_image__y7MGy {
  object-fit: cover;
}

.styles_landing__55yER p {
  color: #fff;
  margin: 0;
  font-size: 2.825rem;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.styles_landing_overlay_content__NnwDZ {
  background: rgba(0, 0, 0, 0.45);
  height: 100%;
  width: 100%;
  z-index: 2;
  position: absolute;
}

.styles_valmo_highlighted_text__FyG_k {
  color: var(--color-secondary);
}

.styles_landing_container__TeCgl {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.styles_suspense_loader_container__wYFNw {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 1rem;
}

@media only screen and (max-width: 800px) {
  .styles_landing__55yER p {
    font-size: 2rem;
  }
}

.styles_loader__24waD {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 5px solid var(--color-primary);
  animation: styles_l20-1__uroGL 0.8s linear infinite alternate,
    styles_l20-2__aLaVk 1.6s linear infinite;
}

@keyframes styles_l20-1__uroGL {
  0% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 50% 0, 50% 0, 50% 0, 50% 0, 50% 0);
    clip-path: polygon(50% 50%, 0 0, 50% 0, 50% 0, 50% 0, 50% 0, 50% 0);
  }

  12.5% {
    -webkit-clip-path: polygon(
      50% 50%,
      0 0,
      50% 0,
      100% 0,
      100% 0,
      100% 0,
      100% 0
    );
    clip-path: polygon(50% 50%, 0 0, 50% 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }

  25% {
    -webkit-clip-path: polygon(
      50% 50%,
      0 0,
      50% 0,
      100% 0,
      100% 100%,
      100% 100%,
      100% 100%
    );
    clip-path: polygon(
      50% 50%,
      0 0,
      50% 0,
      100% 0,
      100% 100%,
      100% 100%,
      100% 100%
    );
  }

  50% {
    -webkit-clip-path: polygon(
      50% 50%,
      0 0,
      50% 0,
      100% 0,
      100% 100%,
      50% 100%,
      0 100%
    );
    clip-path: polygon(
      50% 50%,
      0 0,
      50% 0,
      100% 0,
      100% 100%,
      50% 100%,
      0 100%
    );
  }

  62.5% {
    -webkit-clip-path: polygon(
      50% 50%,
      100% 0,
      100% 0,
      100% 0,
      100% 100%,
      50% 100%,
      0 100%
    );
    clip-path: polygon(
      50% 50%,
      100% 0,
      100% 0,
      100% 0,
      100% 100%,
      50% 100%,
      0 100%
    );
  }

  75% {
    -webkit-clip-path: polygon(
      50% 50%,
      100% 100%,
      100% 100%,
      100% 100%,
      100% 100%,
      50% 100%,
      0 100%
    );
    clip-path: polygon(
      50% 50%,
      100% 100%,
      100% 100%,
      100% 100%,
      100% 100%,
      50% 100%,
      0 100%
    );
  }

  to {
    -webkit-clip-path: polygon(
      50% 50%,
      50% 100%,
      50% 100%,
      50% 100%,
      50% 100%,
      50% 100%,
      0 100%
    );
    clip-path: polygon(
      50% 50%,
      50% 100%,
      50% 100%,
      50% 100%,
      50% 100%,
      50% 100%,
      0 100%
    );
  }
}

@keyframes styles_l20-2__aLaVk {
  0% {
    transform: scaleY(1) rotate(0deg);
  }

  49.99% {
    transform: scaleY(1) rotate(135deg);
  }

  50% {
    transform: scaleY(-1) rotate(0deg);
  }

  to {
    transform: scaleY(-1) rotate(-135deg);
  }
}

.styles_aim_container__i_1AQ {
  background: var(--color-primary);
  padding-block: 3rem;
}

.styles_aim_content__1FrV4 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
  box-sizing: border-box;
}

.styles_aim_container__i_1AQ p {
  margin: 0;
  color: #fff;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.styles_qna_container__nwRcU {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-block: 4rem;
}

.styles_question__5lbvA {
  color: var(--color-primary);
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 0;
  margin: 0;
}

.styles_small_font__TYvsU {
  font-size: 1.625rem;
}

.styles_answer__qTeDm {
  color: #272829;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding: 0;
  margin: 0;
}

.styles_modal__4xiz2 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.styles_modal_content__ioMhn {
  background: #fff;
  padding: 5px;
  border-radius: 7px;
  position: relative;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.25);
  max-width: 40rem;
  width: 100%;
}

.styles_close_button__yhFBR {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
}

@media only screen and (max-width: 800px) {
  .styles_modal_content__ioMhn {
    width: 90%;
    max-height: 95%;
    overflow-y: scroll;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .styles_modal_content__ioMhn {
    width: 90%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .styles_modal_content__ioMhn {
    width: 90%;
  }
}

.styles_enbolt_id_container__dd2lX {
  display: flex;
  gap: 0.4rem;
}

.styles_error_message__GK97R {
  margin: 0.1rem;
}

.styles_iframe_design__ObedS {
  border: none;
}

.styles_qr_container__y8gJK {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.styles_qr_container__y8gJK a {
  text-decoration: underline;
  color: var(--color-primary);
  padding: 0.5rem 0;
}

.styles_qr_loader__DKawr {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.styles_modal_container__m2Ien h4 {
  color: var(--color-dark);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 0.5rem;
  padding: 0;
}

.styles_modal_container__m2Ien p {
  color: #575757;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 0 0 1.5rem;
  padding: 0;
}

.styles_modal_sub_container__3S04n {
  padding-inline: 1rem;
  padding-top: 1rem;
}

.styles_form__MGhJy {
  display: flex;
  flex-direction: column;
}

.styles_form__MGhJy sup {
  color: #d02626;
  font-size: 0.825rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.styles_form_divider__lfUI2 {
  background-color: #e6ebf2;
  height: 1px;
  width: 100%;
  margin: 0.5rem 0;
}

.styles_form__MGhJy .styles_formfield__zZo_P {
  margin-bottom: 16px;
}

.styles_form__MGhJy input,
.styles_form__MGhJy textarea {
  width: 100%;
  padding: 1rem;
  box-sizing: border-box;
  border: none;
  border-radius: 3px;
  background: #eaeaea;
  font-family: var(--font-lexend), sans-serif;
  outline: none;
  color: #272829;
  font-size: 0.825rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  resize: none;
}

.styles_form__MGhJy input::placeholder,
.styles_form__MGhJy textarea::placeholder {
  color: #272829;
  font-family: var(--font-lexend), sans-serif;
  font-size: 0.825rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.5;
}

.styles_form__MGhJy input:disabled {
  cursor: not-allowed;
  background: rgba(19, 1, 1, 0.3);
}

.styles_location_inputs__Am5C4 {
  display: flex;
  gap: 0.5rem;
}

.styles_location_inputs__Am5C4 .styles_location__v013L {
  flex: 1 0 32%;
}

.styles_custom_select__mRvmQ {
  position: relative;
  width: 100%;
  padding: 15px 0;
  margin-bottom: 16px;
  box-sizing: border-box;
  border: none;
  border-radius: 3px;
  background: #eaeaea;
  font-family: var(--font-lexend), sans-serif;
  outline: none;
  color: #272829;
  font-size: 0.825rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.styles_select_button__soUTV {
  width: 100%;
  border: none;
  padding-inline: 1rem;
  border-radius: 0.25rem;
  cursor: pointer;
  font-family: var(--font-lexend), sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
}

.styles_selected_value__PRse0 {
  text-align: left;
}

.styles_arrow__cjhNP {
  transform: rotate(180deg);
  transition: transform 0.3s ease-in-out;
}

.styles_grey_color__6Rt_W {
  color: #272829;
  font-family: var(--font-lexend), sans-serif;
  font-size: 0.825rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.5;
}

.styles_select_dropdown__DCT7t {
  position: absolute;
  list-style: none;
  width: 100%;
  box-sizing: content-box;
  margin-top: 15px;
  max-height: 200px;
  overflow-y: auto;
  z-index: 1;
  border-radius: 4px;
  border: 1px solid #c3c9d4;
  background: var(--color-light);
  padding: 0;
  overflow-x: hidden;
  transform: scaleY(0);
  opacity: 0;
  visibility: hidden;
}

.styles_select_dropdown__DCT7t:focus-within {
  box-shadow: 0 10px 25px rgba(94, 108, 233, 0.6);
}

.styles_select_dropdown__DCT7t li {
  position: relative;
  cursor: pointer;
  display: flex;
  gap: 1rem;
  align-items: center;
}

.styles_select_dropdown__DCT7t li label {
  width: 100%;
  padding: 8px 10px;
  cursor: pointer;
  display: flex;
  gap: 1rem;
  align-items: center;
}

.styles_select_dropdown__DCT7t::-webkit-scrollbar {
  width: 7px;
}

.styles_select_dropdown__DCT7t::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 25px;
}

.styles_select_dropdown__DCT7t::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 25px;
}

.styles_select_dropdown__DCT7t input:checked ~ label,
.styles_select_dropdown__DCT7t li:hover {
  background-color: #f2f2f2;
}

.styles_select_dropdown__DCT7t input:focus ~ label {
  background-color: #dfdfdf;
}

.styles_select_dropdown__DCT7t input[type="radio"] {
  position: absolute;
  left: 0;
  opacity: 0;
}

.styles_custom_select__mRvmQ.styles_active__MDzVq .styles_arrow__cjhNP {
  transform: rotate(0deg);
}

.styles_custom_select__mRvmQ.styles_active__MDzVq
  .styles_select_dropdown__DCT7t {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}

.styles_form_instruction_heading__zxRiB {
  color: #575757;
  font-size: 0.825rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-block: 0;
  padding-block: 0;
}

.styles_error_message__GK97R {
  color: #f44240;
  font-size: 0.75rem;
  margin-top: -10px;
  margin-bottom: 10px;
}

.styles_consent__RIV_e,
.styles_error_message__GK97R {
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.styles_consent__RIV_e {
  color: #8e96a3;
  font-size: 0.825rem;
}

.styles_consent__RIV_e a {
  text-decoration: none;
}

.styles_modal_sub_container__3S04n input[type="checkbox"] {
  width: auto;
}

.styles_errorCheckboxMessage__MQ4XB {
  color: #f44240;
}

.styles_error__GohS_ {
  border: 1px solid #f44240 !important;
}

.styles_form_success_btn__7v_1V {
  border-radius: 3px;
  background: var(--color-primary);
  cursor: pointer;
  width: auto;
  padding: 0.5rem 2rem;
  color: var(--color-light);
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-family: var(--font-lexend), sans-serif;
}

.styles_consent_container__hjLf8 {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
  padding-bottom: 1rem;
}

.styles_button_container__MPmQR {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  padding: 1rem 0;
}

.styles_success_container__o2Nwl,
.styles_success_form_container__rjrux {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.styles_success_form_container__rjrux {
  padding-top: 3rem;
}

.styles_success_text__M_CSE {
  color: var(--color-dark);
  text-align: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 3rem;
  width: 90%;
}

.styles_success_button_div__VOCRB {
  display: flex;
  justify-content: flex-end;
  width: 90%;
  padding-bottom: 1rem;
}

.styles_banner___lMUi {
  width: 100%;
  background-color: #ffdad6;
  color: #e11900;
  border-radius: 4px;
  margin: 16px 0;
  padding: 4px;
  font-size: medium;
}

@media screen and (max-width: 768px) {
  .styles_location_inputs__Am5C4 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 12px;
  }

  .styles_location_inputs__Am5C4 .styles_location__v013L {
    flex: 1 0 45%;
  }

  .styles_location_inputs__Am5C4
    .styles_location__v013L:not(:last-child)
    input {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 768px) {
  .styles_selected_value__PRse0 {
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 140px;
  }
}

.styles_modal_container__iSWCl h4 {
  color: var(--color-dark);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 0.5rem;
  padding: 0;
}

.styles_modal_container__iSWCl p {
  color: #575757;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 0 0 1.5rem;
  padding: 0;
}

.styles_modal_sub_container__xIAAW {
  padding-inline: 1rem;
  padding-top: 1rem;
}

.styles_form__lSGJ6 {
  display: flex;
  flex-direction: column;
}

.styles_form__lSGJ6 sup {
  color: #d02626;
  font-size: 0.825rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.styles_form_divider__O99nC {
  background-color: #e6ebf2;
  height: 1px;
  width: 100%;
  margin: 1rem 0 1.5rem;
}

.styles_form__lSGJ6 input,
.styles_form__lSGJ6 textarea {
  width: 100%;
  padding: 1rem;
  margin-bottom: 16px;
  box-sizing: border-box;
  border: none;
  border-radius: 3px;
  background: #eaeaea;
  font-family: var(--font-lexend), sans-serif;
  outline: none;
  color: #272829;
  font-size: 0.825rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  resize: none;
}

.styles_form__lSGJ6 input::placeholder,
.styles_form__lSGJ6 textarea::placeholder {
  color: #272829;
  font-family: var(--font-lexend), sans-serif;
  font-size: 0.825rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.5;
}

.styles_form__lSGJ6 input:disabled {
  cursor: not-allowed;
  background: rgba(19, 1, 1, 0.3);
}

.styles_location_inputs__l9kLK {
  display: flex;
  gap: 0.5rem;
}

.styles_location_inputs__l9kLK .styles_location__D4WjW {
  flex: 1 0 32%;
}

.styles_custom_select__hdv9N {
  position: relative;
  width: 100%;
  padding: 15px 0;
  margin-bottom: 16px;
  box-sizing: border-box;
  border: none;
  border-radius: 3px;
  background: #eaeaea;
  font-family: var(--font-lexend), sans-serif;
  outline: none;
  color: #272829;
  font-size: 0.825rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.styles_select_button__FDDdA {
  width: 100%;
  border: none;
  padding-inline: 1rem;
  border-radius: 0.25rem;
  cursor: pointer;
  font-family: var(--font-lexend), sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
}

.styles_selected_value__2FTMh {
  text-align: left;
}

.styles_arrow__MOMJG {
  transform: rotate(180deg);
  transition: transform 0.3s ease-in-out;
}

.styles_grey_color__n6XPo {
  color: #272829;
  font-family: var(--font-lexend), sans-serif;
  font-size: 0.825rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.5;
}

.styles_select_dropdown__uLx2D {
  position: absolute;
  list-style: none;
  width: 100%;
  box-sizing: content-box;
  margin-top: 15px;
  max-height: 200px;
  overflow-y: auto;
  z-index: 1;
  border-radius: 4px;
  border: 1px solid #c3c9d4;
  background: var(--color-light);
  padding: 0;
  overflow-x: hidden;
  transform: scaleY(0);
  opacity: 0;
  visibility: hidden;
}

.styles_select_dropdown__uLx2D:focus-within {
  box-shadow: 0 10px 25px rgba(94, 108, 233, 0.6);
}

.styles_select_dropdown__uLx2D li {
  position: relative;
  cursor: pointer;
  display: flex;
  gap: 1rem;
  align-items: center;
}

.styles_select_dropdown__uLx2D li label {
  width: 100%;
  padding: 8px 10px;
  cursor: pointer;
  display: flex;
  gap: 1rem;
  align-items: center;
}

.styles_select_dropdown__uLx2D::-webkit-scrollbar {
  width: 7px;
}

.styles_select_dropdown__uLx2D::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 25px;
}

.styles_select_dropdown__uLx2D::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 25px;
}

.styles_select_dropdown__uLx2D input:checked ~ label,
.styles_select_dropdown__uLx2D li:hover {
  background-color: #f2f2f2;
}

.styles_select_dropdown__uLx2D input:focus ~ label {
  background-color: #dfdfdf;
}

.styles_select_dropdown__uLx2D input[type="radio"] {
  position: absolute;
  left: 0;
  opacity: 0;
}

.styles_custom_select__hdv9N.styles_active__TjqCS .styles_arrow__MOMJG {
  transform: rotate(0deg);
}

.styles_custom_select__hdv9N.styles_active__TjqCS
  .styles_select_dropdown__uLx2D {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}

.styles_form_instruction_heading___s2km {
  color: #575757;
  font-size: 0.825rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-block: 0;
  padding-block: 0;
}

.styles_error_message__wgvDU {
  color: #f44240;
  font-size: 0.75rem;
  margin-top: -10px;
  margin-bottom: 10px;
}

.styles_consent___uZra,
.styles_error_message__wgvDU {
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.styles_consent___uZra {
  color: #8e96a3;
  font-size: 0.825rem;
}

.styles_consent___uZra a {
  text-decoration: none;
}

.styles_modal_sub_container__xIAAW input[type="checkbox"] {
  width: auto;
}

.styles_errorCheckboxMessage__2mQ3b {
  color: #f44240;
}

.styles_error__srLJV {
  border: 1px solid #f44240 !important;
}

.styles_form_success_btn__qQLfW {
  border-radius: 3px;
  background: var(--color-primary);
  cursor: pointer;
  width: auto;
  padding: 0.5rem 2rem;
  color: var(--color-light);
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-family: var(--font-lexend), sans-serif;
}

.styles_consent_container__fuxXf {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
  padding-bottom: 1rem;
}

.styles_button_container__EmkNx {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  padding: 1rem;
}

.styles_success_container___BAX7,
.styles_success_form_container__7LjNx {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.styles_success_form_container__7LjNx {
  padding-top: 3rem;
}

.styles_success_text__bY4T1 {
  color: var(--color-dark);
  text-align: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 3rem;
  width: 90%;
}

.styles_success_button_div__qus__ {
  display: flex;
  justify-content: flex-end;
  width: 90%;
  padding-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .styles_location_inputs__l9kLK {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 12px;
  }

  .styles_location_inputs__l9kLK .styles_location__D4WjW {
    flex: 1 0 45%;
  }

  .styles_location_inputs__l9kLK
    .styles_location__D4WjW:not(:last-child)
    input {
    margin-bottom: 8px;
  }
}

@media screen and (min-width: 768px) {
  .styles_selected_value__2FTMh {
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 140px;
  }
}

@media only screen and (max-width: 800px) {
  .styles_modal_container__iSWCl p {
    font-size: 0.8rem;
    margin: 0 0 1.5rem;
  }

  .styles_modal_sub_container__xIAAW {
    padding-inline: 0.8rem;
    padding-top: 0.8rem;
  }

  .styles_form_divider__O99nC {
    margin: 0.5rem 0;
  }

  .styles_custom_select__hdv9N,
  .styles_form__lSGJ6 input,
  .styles_form__lSGJ6 textarea {
    margin-bottom: 8px;
  }

  .styles_consent___uZra {
    font-size: 0.7rem;
  }
}

.styles_container__dXAhA {
  background: #f2f5fa;
  min-height: 91vh;
}

.styles_loader_container__9RDpM {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: inherit;
}
