/*
 * Impregnant funnel form styles.
 *
 * GCFA-5114: split out of custom.css. These rules are all scoped to
 * .impregnant-funnel-form, which is rendered by exactly one ACF block
 * (acf/redesign-impregnant-funnel-a). Loading them everywhere shipped
 * ~11 KiB of dead CSS on every other template, the home page included.
 * views/html-header.twig loads this file only when that block is on the
 * page, so adding the block anywhere still picks the styles up.
 */



.impregnant-funnel-form .gfield_required_text,
.simple-form .gfield_required_text {
  display: none;
}


.impregnant-funnel-form .gform_body .gfield_label,
.simple-form .gform_body .gfield_label  {
  font-family: 'Inter';
  font-size: 22px !important;
  font-weight: 600 !important;
  margin-bottom: 24px;
  text-align: center !important;
  display: block !important;
  color: #333333 !important
}


.impregnant-funnel-form .gf_progressbar_wrapper,
.simple-form .gf_progressbar_wrapper,
.impregnant-funnel-form .gform_body .gform_page_fields,
.simple-form .gform_body .gform_page_fields {
  background-color: #F8F8F8;
  text-align: center;
}
@media screen and (max-width: 768px) {
.impregnant-funnel-form .gform_body .gfield_label,
  .simple-form .gform_body .gfield_label  {
    font-size: 16px !important;
  }
  
  .impregnant-funnel-form .gf_progressbar_wrapper,
  .simple-form .gf_progressbar_wrapper,
  .impregnant-funnel-form .gform_body .gform_page_fields,
  .simple-form .gform_body .gform_page_fields {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25)
  }
}


.impregnant-funnel-form .gf_progressbar_wrapper,
.simple-form .gf_progressbar_wrapper {
  border-radius: 20px 20px 0 0;
  padding: 22px 20px 40px 20px;
  margin: 0 !important;
}


.impregnant-funnel-form .gform_body .gform_page_fields,
.simple-form .gform_body .gform_page_fields {
  border-radius: 0 0 20px 20px;
  padding: 0 20px 22px 20px;
}


.impregnant-funnel-form .gf_progressbar_wrapper .gf_progressbar_title,
.simple-form .gf_progressbar_wrapper .gf_progressbar_title {
  font-family: 'Inter';
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 400;
  color: var(--Grey-Neutral-Grey, #6B6B6B);
  margin: 0;
}



.impregnant-funnel-form .gform_fields,
.simple-form .gform_fields {
  gap: 1rem !important;
}


.impregnant-funnel-form .gf_progressbar_wrapper .gf_progressbar,
.simple-form .gf_progressbar_wrapper .gf_progressbar {
  display: none;
}



.impregnant-funnel-form .gform_body .ginput_container_radio,
.simple-form .gform_body .ginput_container_radio,
.impregnant-funnel-form .gform_body .ginput_container_checkbox,
.simple-form .gform_body .ginput_container_checkbox {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
}


.impregnant-funnel-form .gform_body .ginput_container_checkbox .gfield_checkbox,
.simple-form .gform_body .ginput_container_checkbox .gfield_checkbox,
.impregnant-funnel-form .gform_body .ginput_container_radio .gfield_radio,
.simple-form .gform_body .ginput_container_radio .gfield_radio,
.impregnant-funnel-form .gform_body .ginput_container_checkbox .gfield_radio,
.simple-form .gform_body .ginput_container_checkbox .gfield_radio {
  width: 100%;
}


.impregnant-funnel-form .gform_body .ginput_container_radio .gchoice,
.simple-form .gform_body .ginput_container_radio .gchoice,
.impregnant-funnel-form .gform_body .ginput_container_checkbox .gchoice,
.simple-form .gform_body .ginput_container_checkbox .gchoice {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0;
}


.impregnant-funnel-form .gform_body .ginput_container_radio .gchoice input[type="radio"],
.simple-form .gform_body .ginput_container_radio .gchoice input[type="radio"],
.impregnant-funnel-form .gform_body .ginput_container_checkbox .gchoice input[type="checkbox"],
.simple-form .gform_body .ginput_container_checkbox .gchoice input[type="checkbox"] {
  display: none;
}


.impregnant-funnel-form .gform_body .ginput_container_radio .gchoice input[type="radio"] + label,
.simple-form .gform_body .ginput_container_radio .gchoice input[type="radio"] + label,
.impregnant-funnel-form .gform_body .ginput_container_checkbox .gchoice input[type="checkbox"] + label,
.simple-form .gform_body .ginput_container_checkbox .gchoice input[type="checkbox"] + label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20px 16px !important;
  border-radius: 999px;
  background-color: #fff;
  border: 2px solid var(--Brown-Pale-Beige, #EDE6D6);
  color: #573625;
  transition: 0.3s all ease-in-out;
  cursor: pointer;
  margin: 0;
}


.impregnant-funnel-form .gform_body .ginput_container_radio .gchoice input[type="radio"]:checked + label,
.simple-form .gform_body .ginput_container_radio .gchoice input[type="radio"]:checked + label,
.impregnant-funnel-form .gform_body .ginput_container_checkbox .gchoice input[type="checkbox"]:checked + label,
.simple-form .gform_body .ginput_container_checkbox .gchoice input[type="checkbox"]:checked + label {
  background: var(--Brown-Pale-Beige, #EDE6D6);
}


.impregnant-funnel-form .gform_body .gform_page_footer,
.simple-form .gform_body .gform_page_footer {
  display: block !important;
}


.impregnant-funnel-form .gform_body .gform_page_footer .gform_next_button,
.simple-form .gform_body .gform_page_footer .gform_next_button,
.impregnant-funnel-form .gform_body .gform_page_footer .gform_previous_button,
.simple-form .gform_body .gform_page_footer .gform_previous_button {
  background-size: 16px;
  background-repeat: no-repeat;
}


.impregnant-funnel-form .gform_body .gform_page_footer .gform_next_button,
.simple-form .gform_body .gform_page_footer .gform_next_button,
.impregnant-funnel-form .gform_body .gform_page_footer input[type="submit"],
.simple-form .gform_body .gform_page_footer input[type="submit"],
.simple-form .gform_footer input[type="submit"] {
  background-color:#173F54 !important;  
  color: #fff !important;
  border-radius: 20px !important;
  padding: 12px 32px !important;
  font-family: 'Inter' !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  float: right;
}


.impregnant-funnel-form .gform_body .gform_page_footer .gform_next_button,
.simple-form .gform_body .gform_page_footer .gform_next_button {
  background-image: url('../assets/arrow-right.svg');
  background-position: calc(100% - 27px) center;
  background-size: 13px;
  padding: 12px 47px 12px 34px !important;
}


.impregnant-funnel-form .gform_body .gform_page_footer .gform_previous_button,
.simple-form .gform_body .gform_page_footer .gform_previous_button {
  background-color: transparent !important;
  border: 2px solid #173F54 !important;
  color: #173F54 !important;
  border-radius: 20px !important;
  padding: 12px 33px 12px 46px !important;
  font-family: 'Inter' !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  float: left;
  background-image: url('../assets/arrow-left-blue.svg');
  background-size: 13px;
  background-position: 27px center;
}


.impregnant-funnel-form .gform_body .gform_page_footer .gform-loader,
.simple-form .gform_body .gform_page_footer .gform-loader {
  display: none !important;
}


.impregnant-funnel-form .gform_body .textarea,
.simple-form .gform_body .textarea,
.impregnant-funnel-form .gform_body .textarea::placeholder,
.simple-form .gform_body .textarea::placeholder {
  text-align: left !important;
  font-family: 'Inter' !important;
}


.impregnant-funnel-form .gform_body .textarea::placeholder,
.simple-form .gform_body .textarea::placeholder {
  color: #C0C0C0 !important;
}


.impregnant-funnel-form .gform_body .textarea,
.simple-form .gform_body .textarea {
  border: 2px solid #EDE6D6 !important;
  border-radius: 20px !important;
  padding: 16px !important;
  resize: none !important;
  max-height: 170px;
  min-block-size: auto !important;
  height: 100%;
  box-shadow: none !important;
}


.impregnant-funnel-form .gform_body .ginput_container input,
.simple-form .gform_body .ginput_container input {
  box-shadow: none !important;
}


.impregnant-funnel-form .gform_body .ginput_container input[type="text"],
.simple-form .gform_body .ginput_container input[type="text"], 
.impregnant-funnel-form .gform_body .ginput_container input[type="email"],
.simple-form .gform_body .ginput_container input[type="email"], 
.impregnant-funnel-form .gform_body .ginput_container input[type="tel"],
.simple-form .gform_body .ginput_container input[type="tel"], 
.impregnant-funnel-form .gform_body .ginput_container select,
.simple-form .gform_body .ginput_container select {
  padding: 16px !important;
  border-radius: 20px;
  background-color: #fff;
  border: 2px solid var(--Brown-Pale-Beige, #EDE6D6) !important;;
  font-family: 'Inter';
  font-size: 14px;
  box-shadow: none !important;
}


.impregnant-funnel-form .gform_body .ginput_container select,
.simple-form .gform_body .ginput_container select {
  padding: 0 16px !important;
  align-items: center !important;
  line-height: 1 !important;
}


.impregnant-funnel-form .gform_body .gfield,
.simple-form .gform_body .gfield {
  text-align: left;
}


.impregnant-funnel-form .gform_body .ginput_container input::placeholder,
.simple-form .gform_body .ginput_container input::placeholder,
.impregnant-funnel-form .gform_body .ginput_container select::placeholder,
.simple-form .gform_body .ginput_container select::placeholder {
  color: #C0C0C0 !important;
}


.impregnant-funnel-form .gform_body .ginput_container_consent input,
.simple-form .gform_body .ginput_container_consent input {
  border: 1px solid black !important;
  box-shadow: none !important;
}


.impregnant-funnel-form .gform_body .ginput_container_consent input[type="checkbox"],
.simple-form .gform_body .ginput_container_consent input[type="checkbox"] {
  display: flex;
  justify-content: center;
  border-radius: 2px;
}


.impregnant-funnel-form .gform_body .ginput_container_consent input[type="checkbox"]:checked,
.simple-form .gform_body .ginput_container_consent input[type="checkbox"]:checked {
  border: none !important;
}


.impregnant-funnel-form .gform_body .ginput_container_consent input[type="checkbox"]:checked::before,
.simple-form .gform_body .ginput_container_consent input[type="checkbox"]:checked::before {
  background: #5AAFBB;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 2px;
}


.impregnant-funnel-form .gform_body .ginput_container_consent .gfield_consent_label,
.simple-form .gform_body .ginput_container_consent .gfield_consent_label {
  color: #333 !important;
}


.impregnant-funnel-form .gform_body .ginput_container_consent .gfield_consent_label a,
.simple-form .gform_body .ginput_container_consent .gfield_consent_label a {
  color: #393DFF !important;
}


.impregnant-funnel-form .gform_body .gfield--type-captcha .gfield_label,
.simple-form .gform_body .gfield--type-captcha .gfield_label {
  display: none !important;
}


.impregnant-funnel-form .gform_body .gform_page,
.simple-form .gform_body .gform_page {
  min-height: 422px;
  height: 100%;
  display: flex;
  flex-flow: column;
}


.impregnant-funnel-form .gform_body .gform_page .gform_page_fields,
.simple-form .gform_body .gform_page .gform_page_fields {
  height: 100%;
}
@media screen and (min-width: 768px) {
.impregnant-funnel-form .gform_body .gform_page .gform_page_fields,
  .simple-form .gform_body .gform_page .gform_page_fields {
    min-height: 358px;
  }
}


.impregnant-funnel-form .gform_body .gform_page .gform_page_fields .gfield--type-captcha .ginput_recaptcha,
.simple-form .gform_body .gform_page .gform_page_fields .gfield--type-captcha .ginput_recaptcha {
  display: flex;
  justify-content: center;
}
