:root {
  --error-red: #ff454d;
}

#wbf-progress {
  width: 100vh;
  height: 3px;
  left: 0;
  top: 0;
  position: fixed;
  transform: rotate(90deg);
  transform-origin: left;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
}

#wbf-progress::-webkit-progress-bar {
  background: transparent;
}

#wbf-progress::-webkit-progress-value {
  background-color: var(--text);
  background-attachment: fixed;
}

#wbf-progress::-moz-progress-bar {
  background-color: var(--text);
  background-attachment: fixed;
}

.wbf-fullpage-section {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gfield:not([data-conditional-logic=hidden]):not(.gfield--type-hidden):not(.gfield_visibility_hidden) {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

button.gform_submit {
  display: flex;
  align-items: center;
}

.gfield_visibility_hidden {
  display: none;
  visibility: hidden;
}

.gform_required_legend {
  display: none;
}

.gfield_required.gfield_required_asterisk,
.gfield_validation_message {
  color: var(--error-red);
}

.ginput_container_address .gf_clear.gf_clear_complex {
  display: none;
}

.gfield--type-fileupload .gfield_validation_message {
  margin-bottom: 16px;
}

.gform_validation_errors {
  z-index: 9;
  border-radius: 8px;
  font-weight: 100;
  max-width: 780px;
  margin: 0 auto;
  max-width: 861px;
  background-color: var(--error-red);
  color: #fff;
  text-align: center;
  position: relative;
}
.gform_validation_errors .webuild-label {
  color: #fff;
}
.gform_validation_errors ol {
  display: flex;
  flex-direction: column;
  gap: var(--xs);
}

#gform_errors_overflow {
  padding: 24px;
  height: 100vh;
  overflow: auto;
}

#open-errors {
  content: "Errors";
  background-color: #ff454d;
  position: absolute;
  left: 2px;
  padding: 4px var(--xxs);
  font-size: 15px;
  top: var(--m);
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-end;
  justify-content: flex-start;
  white-space: nowrap;
  position: absolute;
  left: 100%;
  width: auto;
  display: block;
}

body {
  overflow: hidden;
}

.gform_save_link svg {
  display: none;
}

.form_saved_message {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 861px;
  padding: 0 24px;
  margin: 0 auto;
}
.form_saved_message p {
  margin-bottom: var(--xs);
}
.form_saved_message a {
  color: var(--highlight);
  display: block;
}
.form_saved_message h1 {
  margin-bottom: var(--s);
}
.form_saved_message .gfield,
.form_saved_message .gform_footer {
  height: auto;
}
.form_saved_message .ginput_container {
  width: 100%;
}
.form_saved_message .gfield {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-wrap: nowrap;
  align-content: center;
  align-items: flex-start;
  justify-content: center;
}
.form_saved_message .gfield input[type=email] {
  width: 100%;
}
.form_saved_message input[type=submit] {
  margin: inherit;
}
.form_saved_message .gform_footer {
  align-items: flex-start;
}
.form_saved_message form {
  display: flex;
  flex-direction: column;
  gap: var(--xs);
}
.form_saved_message .form_saved_message_emailform {
  margin-top: var(--m);
}

.gform_save_wrapper {
  padding: 24px 0;
  overflow: auto;
  height: 100vh;
}
.gform_save_wrapper ~ #wbf-footer {
  display: none;
}

.ginput_complex {
  display: flex;
  gap: 24px;
}
.ginput_complex .ginput_container_time {
  flex: 1;
}
.ginput_complex .ginput_container_time input {
  width: 100%;
}
.ginput_complex .hour_minute_colon {
  display: none;
}
.ginput_complex .gfield_time_ampm {
  max-width: 98px;
}

.ginput_container_name > span {
  flex: 1;
}
.ginput_container_name > span input {
  width: 100%;
}

.field_sublabel_below input + label.gfield_consent_label {
  margin-top: 0;
}

.gfield_label,
.gsection_title {
  display: block;
}

.gsection_title {
  margin: 0;
}

.gfield_description,
.gsection_description {
  margin-top: 16px;
}

label:not(:empty) + .ginput_container,
.gfield_description + .ginput_container,
.gfield_description + .ginput_complex,
legend:not(:empty) + .ginput_container,
legend:not(:empty) + .ginput_complex {
  margin-top: 24px;
}

.gfield_list_group {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 16px;
}
.gfield_list_group:not(:last-child) {
  margin-bottom: 16px;
}
.gfield_list_group .gfield_list_group_item {
  width: 100%;
}
.gfield_list_group button.add_list_item,
.gfield_list_group button.delete_list_item {
  height: 24px;
  width: 24px;
  border-radius: 100%;
  background-color: var(--text);
  appearance: none;
  border: none;
  font-size: 0;
  display: block;
  padding: 0;
}
.gfield_list_group button.add_list_item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.gfield_list_group button.add_list_item:after, .gfield_list_group button.add_list_item:before {
  content: "";
  background-color: var(--background);
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
}
.gfield_list_group button.add_list_item:after {
  transform: translateX(-50%) translateY(-50%);
  height: 14px;
  width: 2px;
}
.gfield_list_group button.add_list_item:before {
  transform: translateX(-50%) translateY(-50%);
  width: 14px;
  height: 2px;
}
.gfield_list_group button.delete_list_item {
  position: relative;
}
.gfield_list_group button.delete_list_item:before {
  content: "";
  background-color: var(--background);
  transform: translateX(-50%) translateY(-50%);
  width: 14px;
  height: 2px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
}
.gfield_list_group .gfield_list_icons {
  display: flex;
  gap: 16px;
  align-items: center;
}

.multiselect input {
  display: none;
}
.multiselect .gchoice:not(:last-child) {
  margin-bottom: 16px;
}
.multiselect .gchoice input[type=checkbox] + label {
  padding: 16px;
  border-radius: 4px;
  border-radius: var(--radius);
  border: solid 1px var(--text);
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.multiselect .gchoice input[type=checkbox] + label:before {
  content: none;
}
.multiselect .gchoice input[type=checkbox] + label:after {
  content: "";
  background-image: url(svg/icon-ff-delete.svg);
  position: static;
  opacity: 0;
  mask-image: none;
  left: initial;
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
}
.multiselect .gchoice input[type=checkbox]:checked + label {
  background-color: var(--text);
  color: var(--background);
}
.multiselect .gchoice input[type=checkbox]:checked + label:after {
  opacity: 1;
}

.single-file-upload-container input {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.ginput_container_email.ginput_complex > span {
  flex: 1;
}
.ginput_container_email.ginput_complex .gf_clear.gf_clear_complex {
  display: none;
}

.gfield_time_ampm {
  display: flex;
  align-items: flex-end;
}

.ginput_complex.ginput_container_address {
  display: grid;
  grid-auto-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 24px 24px;
  align-items: center;
  justify-content: center;
  align-content: space-around;
}

#wbf-footer {
  position: fixed;
  bottom: 24px;
  z-index: 8;
  max-width: 861px;
  padding: 0 24px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  width: 100%;
}

#wbf-nav {
  display: flex;
  gap: 8px;
}

.wbf-nav-btn {
  width: 56px;
  height: 56px;
  border-radius: 8px;
  border-radius: var(--radius);
  display: inline-block;
  bottom: 10px;
  z-index: 9;
  background-color: var(--button-bg);
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.25s ease-out;
  background-size: 17px 17px;
  cursor: pointer;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wbf-nav-btn:after {
  mask-image: url(svg/btnArrowDown.svg);
  content: "";
  height: 17px;
  width: 17px;
  display: block;
  background-color: var(--button-text);
}
.wbf-nav-btn.ff-nav-inactive {
  opacity: 0.3;
}

#wbf-next {
  right: 0;
}

#wbf-prev {
  right: 50px;
  transform: scaleY(-1);
}

#ff-progress {
  position: fixed;
  width: 4px;
  left: 0;
  height: 100vh;
  top: 0;
  background: var(--background);
  z-index: 2;
}
#ff-progress #ff-indicator {
  height: 0%;
  background-color: var(--text);
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  transition: 1s ease-out;
}

.fury-file-input-container {
  position: relative;
}

.wbf-field-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 861px;
  padding: 24px;
  margin: 0 auto;
  width: 100%;
}

.gform_footer {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.gform_confirmation_wrapper {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gform_confirmation_wrapper ~ #wbf-footer {
  display: none;
}

.ginput_container_date img {
  display: none;
}

.gfield--type-multiselect ul li {
  list-style: none;
}

.result-selected {
  display: none;
}

.search-choice-close {
  content: "";
  background-image: url(svg/icon-ff-delete.svg);
  position: static;
  mask-image: none;
  left: initial;
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  display: block;
}

.gform_validation_errors {
  position: fixed;
  top: 0;
  max-width: 400px;
  height: 100vh;
  text-align: left;
  border-radius: 0;
  z-index: 9;
  top: 0;
  width: 100%;
  height: 100vh;
  text-align: left;
  border-radius: 0;
  z-index: 9;
}
.gform_validation_errors ol {
  padding-left: var(--xs);
  margin-top: var(--s);
}
.gform_validation_errors ol a {
  color: var(--wp--preset--color--greyscale-white);
}

.error-open #open-errors .close {
  display: block;
}
.error-open #open-errors .open {
  display: none;
}

.error-closed #open-errors .close {
  display: none;
}
.error-closed #open-errors .open {
  display: block;
}

.gfield--type-image_choice.gfield--type-choice.gfield--image-choice-appearance-card .gfield_radio {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.gfield--type-image_choice.gfield--type-choice.gfield--image-choice-appearance-card .gfield_radio input {
  display: none;
}
.gfield--type-image_choice.gfield--type-choice.gfield--image-choice-appearance-card .gfield_radio input:checked + label::after {
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  border-radius: 6px;
  top: 0;
  background: none;
  border: 8px solid;
}
.gfield--type-image_choice.gfield--type-choice.gfield--image-choice-appearance-card .gfield_radio .gchoice {
  border: 1px solid;
  border-radius: 8px;
  padding: 16px;
  flex: 1;
  align-items: center;
  text-align: center;
}
.gfield--type-image_choice.gfield--type-choice.gfield--image-choice-appearance-card .gfield_radio .gchoice label {
  font-size: 12px;
  line-height: 1.2;
  margin-top: 8px;
}

.gform_confirmation_message {
  padding: 24px;
}

@media (max-width: 575px) {
  .gform_confirmation_message {
    padding: 16px;
  }
  .gform_validation_errors.error-open #open-errors {
    left: initial;
    right: 16px;
    background-color: #fff;
    color: var(--error-red);
  }
  .gform_validation_errors {
    padding-top: 60px;
  }
  #open-errors {
    top: var(--xs);
  }
  .wbf-nav-btn {
    width: 48px;
    height: 48px;
  }
  #wbf-footer {
    bottom: var(--xs);
    padding: 0 var(--xs);
  }
  .wbf-field-inner {
    padding: 60px 16px 24px;
  }
  .gfield:not([data-conditional-logic=hidden]),
  .wbf-field-inner {
    justify-content: flex-start;
    align-items: flex-start;
    overflow: auto;
    padding-bottom: 72px;
  }
  .ginput_container {
    width: 100%;
  }
  .ginput_complex {
    flex-direction: column;
    gap: 16px;
  }
  .ginput_container_fileupload {
    padding-bottom: 24px;
  }
  .gform_drop_area {
    padding-top: 32px;
    flex-direction: column;
  }
  .fury-file-input-container {
    width: 100%;
  }
  .fury-file-input-container .ginput_preview {
    padding: 12px 16px;
    height: 48px;
  }
  .fury-file-input-container .ginput_preview strong {
    display: flex;
    align-items: center;
  }
  button:not(.gform_delete_file),
  input[type=submit] {
    height: 48px;
    padding: 16px;
  }
  .ff-nav-btn {
    width: 48px;
    height: 48px;
  }
  .ff-nav-btn:after {
    -webkit-mask-image: url(svg/btnArrowDown.svg);
    mask-image: url(svg/btnArrowDown.svg);
    content: "";
    height: 13px;
    width: 13px;
    color: var(--button-text);
  }
  .ginput_complex.ginput_container_address {
    grid-template-columns: 1fr;
    gap: 16px 16px;
  }
  .multiselect .gchoice input[type=checkbox] + label {
    padding: 11px;
    display: flex;
    align-items: center;
  }
  .ui-datepicker-calendar {
    border-spacing: 4px;
  }
  .ui-datepicker .ui-datepicker-title {
    margin-bottom: 24px;
  }
  .multiselect .gchoice input[type=checkbox] + label:after {
    height: 16px;
    width: 16px;
    background-size: 16px 16px;
  }
  .gfield_consent_description {
    margin-bottom: 24px;
  }
  .gfield_list_group button.add_list_item,
  .gfield_list_group button.delete_list_item {
    height: 16px;
    width: 16px;
  }
  .gfield_list_group button.add_list_item:after {
    height: 9px;
    width: 2px;
  }
  .gfield_list_group button.add_list_item:before {
    height: 2px;
    width: 9px;
  }
  .gfield_list_group button.delete_list_item:before {
    width: 9px;
  }
  .ginput_complex .gfield_time_ampm {
    max-width: none;
  }
  .gchoice input[id*=_other],
  .ginput_container_consent input[id*=_other] {
    margin-top: 16px;
  }
  .gfield_description + .ginput_complex,
  .gfield_description + .ginput_container,
  label:not(:empty) + .ginput_container,
  legend:not(:empty) + .ginput_complex,
  legend:not(:empty) + .ginput_container {
    margin-top: 16px;
  }
  .gfield_description {
    margin-top: 8px;
  }
  .form_saved_message {
    justify-content: flex-start;
  }
}
@media (max-width: 374px) {
  .ui-datepicker-calendar {
    border-spacing: 0px;
  }
  .ui-datepicker tbody td a,
  .ui-datepicker tbody td span {
    text-decoration: none;
    width: 36px;
    height: 36px;
  }
}

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