/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./components/form/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**** FORM WRAPPER ****/
.gform_wrapper {
  width: 100%;
  position: relative;
  /**** FORM BODY ****/
  /**** DATE INPUT ****/
  /**** TEXTAREA ****/
}
.gform_wrapper .gform_body {
  width: 100%;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  /**** LABELS ****/
  /**** ERROR STATE STYLING ****/
  /**** SELECT TAG ****/
  /****  CONTAINER FOR RADIO BUTTONS AND CHECKBOXES ****/
  /**** CHECKBOX ****/
  /**** RADIO BUTTONS ****/
  /* ADVANCE FIELD NAME ( already comes with first and last ) */
  /**** INPUT TIME ****/
  /**** ADDRESS INPUT ****/
  /**** INPUT FILE ****/
  /**** CONSENT INPUT ****/
}
.gform_wrapper .gform_body .gform_fields {
  row-gap: 20px;
}
.gform_wrapper .gform_body .field_sublabel_below {
  position: relative;
  margin: 0;
}
.gform_wrapper .gform_body .field_sublabel_below legend {
  position: unset;
}
.gform_wrapper .gform_body label,
.gform_wrapper .gform_body legend {
  color: var(--wp--preset--color--primary-white);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1; /* 14px */
}
.gform_wrapper .gform_body input[type=number],
.gform_wrapper .gform_body input[type=text],
.gform_wrapper .gform_body input[type=tel],
.gform_wrapper .gform_body input[type=url],
.gform_wrapper .gform_body input[type=email],
.gform_wrapper .gform_body select {
  cursor: pointer;
  width: 100%;
  display: flex;
  height: 48px;
  padding: 10px 24px;
  align-items: center;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid rgba(62, 107, 62, 0.5);
  background: rgba(255, 255, 255, 0.1);
  color: var(--wp--preset--color--primary-white);
  position: relative;
  box-sizing: border-box;
  transition: border-color 0.2s ease;
}
.gform_wrapper .gform_body input[type=number]:focus, .gform_wrapper .gform_body input[type=number]:active,
.gform_wrapper .gform_body input[type=text]:focus,
.gform_wrapper .gform_body input[type=text]:active,
.gform_wrapper .gform_body input[type=tel]:focus,
.gform_wrapper .gform_body input[type=tel]:active,
.gform_wrapper .gform_body input[type=url]:focus,
.gform_wrapper .gform_body input[type=url]:active,
.gform_wrapper .gform_body input[type=email]:focus,
.gform_wrapper .gform_body input[type=email]:active,
.gform_wrapper .gform_body select:focus,
.gform_wrapper .gform_body select:active {
  border: 1px solid rgba(62, 107, 62, 0.5);
  outline: none;
}
.gform_wrapper .gform_body select {
  color: var(--wp--preset--color--primary-white);
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.4; /* 21px */
  background-image: none !important;
}
.gform_wrapper .gform_body .gfield_error input[type=number],
.gform_wrapper .gform_body .gfield_error input[type=text],
.gform_wrapper .gform_body .gfield_error input[type=tel],
.gform_wrapper .gform_body .gfield_error input[type=url],
.gform_wrapper .gform_body .gfield_error input[type=email],
.gform_wrapper .gform_body .gfield_error select,
.gform_wrapper .gform_body .gfield_error textarea {
  border: 1px solid var(--wp--preset--color--brand-error-red);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}
.gform_wrapper .gform_body .gfield_error label {
  color: var(--wp--preset--color--brand-error-red);
}
.gform_wrapper .gform_body .ginput_container_select {
  position: relative;
}
.gform_wrapper .gform_body .ginput_container_select::after {
  content: "";
  background-image: url(../../blocks/d4fec7a3c05c6e2eab47.svg);
  background-repeat: no-repeat;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 12px;
  pointer-events: none;
}
.gform_wrapper .gform_body .ginput_container_select select {
  /* stylelint-disable */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* stylelint-enable */
}
.gform_wrapper .gform_body .gchoice {
  display: flex;
  align-items: center;
  margin: 7px 0;
}
.gform_wrapper .gform_body .gchoice label {
  cursor: pointer;
}
.gform_wrapper .gform_body .gchoice label.disabled {
  color: #f4f4f4;
}
.gform_wrapper .gform_body input[type=checkbox] {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-right: 10.75px;
  width: 18.5px;
  height: 18.5px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1.5px solid rgba(62, 107, 62, 0.5);
  position: relative;
  z-index: 0;
}
.gform_wrapper .gform_body input[type=checkbox]:hover {
  border: 1.5px solid rgba(62, 107, 62, 0.5);
}
.gform_wrapper .gform_body input[type=checkbox]:focus, .gform_wrapper .gform_body input[type=checkbox]:active {
  border: 1.5px solid rgba(62, 107, 62, 0.5);
  outline: none;
}
.gform_wrapper .gform_body input[type=checkbox]:checked {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(62, 107, 62, 0.5);
}
.gform_wrapper .gform_body input[type=checkbox]:disabled {
  border-color: rgba(62, 107, 62, 0.5);
}
.gform_wrapper .gform_body input[type=checkbox]::before {
  color: var(--wp--preset--color--primary-white);
}
.gform_wrapper .gform_body input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 50%;
  background-color: var(--wp--preset--color--primary-white);
  border: 1.5px solid var(--wp--preset--color--primary-black);
  width: 18px;
  height: 18px;
  margin-right: 10px;
  cursor: pointer;
  position: relative;
  z-index: 0;
}
.gform_wrapper .gform_body input[type=radio]::after {
  position: absolute;
  content: url(../../blocks/735a773f67f4cd25a30e.svg);
  left: 2.2px;
  width: 12px;
  height: 10px;
}
.gform_wrapper .gform_body input[type=radio]:checked {
  background-color: var(--wp--preset--color--primary-black);
}
.gform_wrapper .gform_body input[type=radio]:disabled {
  box-shadow: 0 0 0 2px var(--wp--preset--color--primary-dark-gray-20);
}
.gform_wrapper .gform_body .has_first_name,
.gform_wrapper .gform_body .has_last_name {
  display: grid !important;
  grid-template-columns: auto auto !important;
}
@media (max-width: 40rem) {
  .gform_wrapper .gform_body .has_first_name,
  .gform_wrapper .gform_body .has_last_name {
    grid-template-columns: auto !important;
  }
}
.gform_wrapper .gform_body .has_first_name .name_last,
.gform_wrapper .gform_body .has_first_name .name_first,
.gform_wrapper .gform_body .has_last_name .name_last,
.gform_wrapper .gform_body .has_last_name .name_first {
  display: flex;
  flex-direction: column;
  position: relative;
}
.gform_wrapper .gform_body .ginput_complex {
  display: grid;
  grid-template-columns: 1fr auto 1fr 1fr;
  grid-column-gap: 20px;
}
@media (max-width: 40rem) {
  .gform_wrapper .gform_body .ginput_complex {
    grid-column-gap: 5px;
  }
}
.gform_wrapper .gform_body .ginput_complex .hour_minute_colon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.gform_wrapper .gform_body .ginput_complex .gfield_time_hour,
.gform_wrapper .gform_body .ginput_complex .gfield_time_minute,
.gform_wrapper .gform_body .ginput_complex .gfield_time_ampm {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  width: 100%;
}
.gform_wrapper .gform_body .ginput_complex .gfield_time_ampm {
  position: relative;
}
.gform_wrapper .gform_body .ginput_complex .gfield_time_ampm::after {
  content: "";
  background-image: url(../../blocks/d4fec7a3c05c6e2eab47.svg);
  background-repeat: no-repeat;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 12px;
  pointer-events: none;
}
.gform_wrapper .gform_body .ginput_complex .gfield_time_ampm select {
  /* stylelint-disable */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* stylelint-enable */
}
.gform_wrapper .gform_body .ginput_container_address {
  display: grid !important;
  grid-template-columns: auto auto !important;
}
@media (max-width: 40rem) {
  .gform_wrapper .gform_body .ginput_container_address {
    grid-template-columns: 1fr !important;
  }
}
.gform_wrapper .gform_body .ginput_container_address .address_line_1 {
  grid-column: 1/3;
}
@media (max-width: 40rem) {
  .gform_wrapper .gform_body .ginput_container_address .address_line_1 {
    grid-column: auto;
  }
}
.gform_wrapper .gform_body .ginput_container_address .address_line_2 {
  grid-column: 1/3;
}
@media (max-width: 40rem) {
  .gform_wrapper .gform_body .ginput_container_address .address_line_2 {
    grid-column: auto;
  }
}
.gform_wrapper .gform_body .ginput_container_address .ginput_address_country {
  position: relative;
}
.gform_wrapper .gform_body .ginput_container_address .ginput_address_country::after {
  content: "";
  background-image: url(../../blocks/d4fec7a3c05c6e2eab47.svg);
  background-repeat: no-repeat;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 12px;
  pointer-events: none;
}
.gform_wrapper .gform_body .ginput_container_address .ginput_address_country select {
  /* stylelint-disable */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* stylelint-enable */
}
.gform_wrapper .gform_body .ginput_container_fileupload {
  position: relative;
  margin-top: 40px;
  margin-bottom: 20px;
}
.gform_wrapper .gform_body .ginput_container_fileupload input {
  z-index: 1;
  position: relative;
}
.gform_wrapper .gform_body .ginput_container_consent {
  display: flex;
  align-items: center;
}
.gform_wrapper .gform_body .gfield_consent_label,
.gform_wrapper .gform_body .gfield_consent_description {
  color: var(--wp--preset--color--primary-white-50);
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4; /* 12.6px */
  margin: 0;
}
.gform_wrapper .gform_body .gfield_consent_label a,
.gform_wrapper .gform_body .gfield_consent_description a {
  text-decoration: none;
  color: var(--wp--preset--color--primary-white);
}
.gform_wrapper .gform_body .gfield_consent_description {
  border: none !important;
  padding: 0 !important;
  margin-top: 6px;
}
.gform_wrapper .ginput_container_date .screen-reader-text {
  display: none;
}
.gform_wrapper .ginput_container_textarea {
  width: 100%;
}
.gform_wrapper .ginput_container_textarea textarea {
  width: 100%;
  resize: none;
  display: flex;
  min-height: 48px;
  padding: 10px 24px;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid rgba(62, 107, 62, 0.5);
  background: rgba(255, 255, 255, 0.1);
  color: var(--wp--preset--color--primary-white);
  outline: none;
  box-sizing: border-box;
  transition: border-color 0.2s ease;
}
.gform_wrapper .ginput_container_textarea textarea:focus, .gform_wrapper .ginput_container_textarea textarea:active {
  border: 1px solid rgba(62, 107, 62, 0.5);
}

/**** FORM FOOTER ****/
.gform_footer {
  padding: 0 10px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  /**** FORM VALIDATION ERRORS  ****/
  /**** SINGLE INPUT VALIDATION MESSAGE  ****/
  /**** CONFIRMATION MESSAGE ****/
}
@media (max-width: 40rem) {
  .gform_footer {
    flex-direction: column;
    justify-content: space-evenly;
  }
}
.gform_footer input[type=submit] {
  margin: 0 8px;
  /* wcb-button base styles */
  display: flex !important;
  align-items: center !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  font-size: var(--wp--preset--font-size--paragraph-m) !important;
  font-weight: 600 !important;
  border-radius: 100px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  text-decoration: none !important;
  border: none !important;
  padding: 10px 20px !important;
  background-color: var(--wp--preset--color--brand-yellow) !important;
  color: var(--wp--preset--color--brand-dark-green) !important;
}
@media (max-width: 40rem) {
  .gform_footer input[type=submit] {
    margin: 8px 0;
  }
}
.gform_footer input[type=submit]:hover {
  background-color: var(--wp--preset--color--brand-mid-yellow) !important;
  color: var(--wp--preset--color--brand-dark-green) !important;
}
.gform_footer input[type=submit] img {
  display: none;
}
.gform_footer .gform_wrapper.gravity-theme .gform_validation_errors {
  min-height: 128px;
  margin: 15px;
  padding-top: 30px;
  padding-left: 88px;
  padding-right: 32px;
  position: initial !important;
  border-radius: unset !important;
}
@media (max-width: 40rem) {
  .gform_footer .gform_wrapper.gravity-theme .gform_validation_errors {
    padding-left: 68px;
  }
}
.gform_footer .gform_wrapper.gravity-theme .gform_validation_errors .gform_submission_error {
  font-weight: 500;
  line-height: 24px;
}
@media (max-width: 40rem) {
  .gform_footer .gform_wrapper.gravity-theme .gform_validation_errors .gform_submission_error {
    font-size: 16px;
    line-height: 16px;
  }
}
.gform_footer .gfield_validation_message {
  padding: 9px 0 17px !important;
  position: relative;
  font-weight: 400;
  border: none !important;
  color: var(--wp--preset--color--brand-error-red) !important;
  background: none !important;
  font-size: 14px !important;
  font-family: Inter !important;
  line-height: 1 !important;
}
.gform_confirmation_wrapper {
  display: flex;
  justify-content: center;
  padding: 40px 20px;
  width: 100%;
}
.gform_confirmation_wrapper .gform_confirmation_message {
  max-width: 600px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-family: Inter !important;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--wp--preset--color--primary-white);
  margin: 0;
}
@media (max-width: 48rem) {
  .gform_confirmation_wrapper .gform_confirmation_message {
    font-size: 20px;
  }
}
@media (max-width: 30rem) {
  .gform_confirmation_wrapper .gform_confirmation_message {
    font-size: 18px;
  }
}
.gform_confirmation_wrapper .gform_confirmation_message::before {
  content: "✓";
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--wp--preset--color--primary-blue);
  color: var(--wp--preset--color--primary-white);
  font-size: 24px;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
  margin-bottom: 24px;
}
@media (max-width: 48rem) {
  .gform_confirmation_wrapper .gform_confirmation_message::before {
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}

/*# sourceMappingURL=style-frontend.css.map*/
