.gform_required_legend {
  display: none;
}

#content .gform_next_button:hover {
  filter: brightness(1.1);
}

#input_1_1 {
  height: 47px;
}

#hero .gform_submission_error {
  color: white;
  font-size: 18px;
  background: red;
}

#content .gf_progressbar {
  margin-bottom: 8px;
  background: white;
  border-radius: 1000px;
  overflow: hidden;
}
#content .gf_progressbar .gf_progressbar_percentage {
  background: #7487c0;
}

#content .gf_progressbar .gf_progressbar_percentage span {
  color: white;
  font-weight: 700;
  margin-left: 50%;
  transform: translateX(-50%);
  display: inline-block;
}

#content .ginput_complex {
  display: flex;
  width: 100%;
}

#content
  .gf_progressbar
  #content
  .gform_wrapper.gravity-theme
  .gf_progressbar_title {
  font-size: 20px;
  color: white;
  font-weight: 700;
}

#content .gform_footer {
  margin-top: 1rem;
  padding-bottom: 0;
}

#content .gform_button {
  background: #7487c0;
  color: white;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  padding: 8px 20px;
  border-radius: 5px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  font-weight: 800;
  font-family: "Ubuntu", sans-serif;
  cursor: pointer;
  margin-left: 0;
}

#content .gform_button:hover {
  filter: brightness(1.1);
}

#content .ginput_container_consent {
  display: flex;
  align-items: center;
}

#content input,
#content select,
#content textarea {
  width: 100%;
  border-radius: 5px;
  border: none;
  padding: 8px 12px;
  font-size: 18px;
  font-weight: 600;
  border: 1px solid #7487c0;
  color: #7487c0;
}

#content select {
  color: #7487c0 !important; /* Set dropdown text color to black */
  background-color: #fff !important; /* Ensure background is white */
}

#content input[type="checkbox"] {
  width: 30px;
  height: 30px;
  margin-right: 1rem;
}

#content input[type="file"] {
  border: none;
}

#content .gform_drop_instructions {
  color: #7487c0;
}

#content input[type="file"]::-webkit-file-upload-button,
#content .gform_button_select_files {
  content: "Select File";
  color: #fff;
  background-color: #7487c0;
  border: none;
  padding: 8px 20px;
  border-radius: 5px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  font-weight: 800;
  font-family: "Ubuntu", sans-serif;
  cursor: pointer;
}

#content .gfield_label {
  color: #7487c0;
  font-size: 18px;
  margin-bottom: 0.5rem;
  display: block;
}

#content .gfield_description {
  color: #7487c0;
  font-size: 12px;
}

#content #hero .gfield_label {
  color: white;
}

#content #hero .gform_wrapper h3 {
  color: white;
}

#content #hero input {
  background: transparent;
  color: white;
  border: 2px solid white;
  margin: 0;
}

#content #hero .gform_button {
  margin-top: 1rem;
  cursor: pointer;
}

#content #hero input::placeholder {
  color: white;
}

#content #hero .gf_progressbar_blue {
  background: rgba(255, 255, 255, 0.2);
}

#content #hero .gf_progressbar_percentage {
  background: white;
}
#content #hero .gf_progressbar {
  border-radius: 1000px;
  overflow: hidden;
}
#content #hero .gf_progressbar_percentage span {
  color: #535fab;
  font-weight: 700;
  margin-left: 50%;
  transform: translateX(-50%);
  display: inline-block;
}

#content #hero .gform_next_button,
#content #hero .gform_previous_button {
  width: 100%;
  margin: 0;
  border: 2px solid white;
  color: white;
  padding: 8px;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  font-size: 18px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

#content #hero .gform_next_button:hover,
#content #hero .gform_previous_button:hover {
  background: #7487c0;
}

#content .main-custom-content .gform_wrapper {
  background: #f9f9f9;
  border-radius: 5px;
  overflow: hidden;
  padding: 2rem;
  font-family: "Ubuntu", sans-serif;
  margin-top: 2rem;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.page-id-50787 #content .main-custom-content .gform_wrapper {
  margin: 1rem;
  padding: 1rem;
}
div#field_29_18 {
  margin-bottom: 0;
}

#content #hero .gform_wrapper {
  max-height: 720px;
  overflow: auto;
}

#content .gchoice input {
  display: none;
}

#content .gchoice label {
  background: #fff;
  text-align: center;
  width: 100%;
  border-right: 1px solid #7487c0;
  max-width: unset;
  padding: 8px;
  font-size: 18px;
  color: #7487c0;
  cursor: pointer;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

#content .gchoice input:checked + label,
#content .gchoice:hover label {
  background: #7487c0;
  color: white;
}

#content .gchoice:last-child label {
  border-right: none;
}

#content .gfield_radio {
  display: flex;
}

#content .gfield_radio > * {
  flex: 1;
}

.screen-reader-text {
  display: none;
}

.gfield--width-half {
  width: calc(50% - 8px);
}
.gfield--width-third {
  width: calc(33.333% - 8px);
}
.gfield--width-full {
  width: 100%;
}

.gform_fields {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gform_fields .gfield {
  margin-bottom: 1rem;
}
fieldset {
  border: none;
  padding: 0;
}
div#ui-datepicker-div {
  background: white;
  padding: 0.5rem;
  width: 300px;
  border-radius: 5px;
}
.gform-datepicker::placeholder {
  color: white;
}
.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ui-datepicker-title {
  width: 100%;
}
.ui-datepicker-title select {
  width: 50%;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  cursor: pointer;
}
.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
  color: #7487c0;
}
.ui-datepicker-calendar {
  width: 100%;
}
.ui-datepicker-calendar td span,
.ui-datepicker-calendar td a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.ui-datepicker-calendar td a:hover {
  background: #7487c0;
  color: white;
}
.ui-datepicker-calendar td span.ui-state-default {
  background: #535fab63;
  color: #fff;
}
#content .gfield--type-html {
  width: 100%;
}
span.gfield_required.gfield_required_asterisk {
  color: red;
  line-height: 1;
  display: inline-block;
  transform: translate(4px, 6px);
}
#field_1_16 label {
  font-size: 13px;
}
#field_1_12.gfield--type-captcha {
  margin-bottom: 0;
}
#gform_fields_1_2 {
  grid-row-gap: 8px;
}
div#gform_page_1_2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  #content #hero .gform_fields {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #content #hero .gfield,
  #content .gfield {
    width: 100%;
  }

  #content #hero .gfield--width-half {
    width: calc(50% - 4px);
  }
  #content #hero .gfield_label {
    margin-bottom: 4px;
  }
}
