body {
  overflow-x: hidden;
}

p.gform_required_legend {
  display: none;
}

.gform_wrapper.gravity-theme .gfield_label {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--color--gray-600);
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 121%;
  display: flex;
}

.gform_wrapper.gravity-theme .gfield input.large,
.gform_wrapper.gravity-theme .gfield select.large,
textarea#input_1_7 {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--color--gray-600);
  color: var(--color--gray-600);
  background-color: transparent;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  transition: all 0.3s;
}

.gform_wrapper.gravity-theme .gfield input.large:focus,
.gform_wrapper.gravity-theme .gfield select.large:focus {
  border-width: 0 0 2px;
  border-color: black black var(--color--orange-500);
  background-color: var(--color--orange-50);
  padding-left: 12px;
}

.gform_wrapper.gravity-theme .gfield input.large::-moz-placeholder, .gform_wrapper.gravity-theme .gfield select.large::-moz-placeholder {
  color: var(--color--gray-400);
}

.gform_wrapper.gravity-theme .gfield input.large::placeholder,
.gform_wrapper.gravity-theme .gfield select.large::placeholder {
  color: var(--color--gray-400);
}

textarea#input_1_7 {
  height: 150px;
  padding-top: 20px;
  padding-right: 0;
  resize: vertical;
}

input#choice_1_10_0 {
  border: 1px solid var(--color--gray-400);
  border-radius: 100px;
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 8px;
  border-radius: 50%;
}

input#choice_1_10_0:checked {
  border-color: var(--color--orange-500);
  background-color: var(--color--orange-500);
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0;
  margin-left: 0;
  margin-right: 8px;
}

input#choice_1_10_0.w--redirected-focus {
  box-shadow: 0 0 transparent;
}

label#label_1_10_0 {
  color: var(--color--gray-600);
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
}

label#label_1_9_1 {
  font-size: 12px;
}

input#gform_submit_button_1 {
  border-color: var(--color--gray-600);
  background-color: var(--color--gray-600);
  color: var(--color--white);
  width: 100%;
  text-align: center;
  border-radius: 17px;
  padding: 13px 26px;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  transition: all 0.3s;
  cursor: pointer;
  border-style: solid;
  border-width: 1px;
}
input#gform_submit_button_1:hover {
  border-color: var(--color--pink-700);
  background-color: var(--color--white);
  color: var(--color--black);
  -webkit-text-stroke-color: var(--color--black);
}

@media screen and (max-width: 479px) {
  label#label_1_9_1 {
    font-size: 12px;
  }
}
.blog-slider.w-slide {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.blog-slider.w-slide:hover {
  opacity: 0.8;
  transform: scale(1.05) !important;
}

/* ========== WordPress Menus Styling ========== */
/* Header Menu */
.nav-menu-div {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.nav-menu-div ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 28px;
}
.nav-menu-div li.menu-item {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-menu-div li.menu-item a {
  color: var(--color--white);
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}
.nav-menu-div li.menu-item.current-menu-item a, .nav-menu-div li.menu-item.current_page_item a,
.nav-menu-div li.menu-item a.w--current {
  color: var(--color--orange-500);
}

/* Footer Menu */
.div-block-11 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.div-block-11 li.menu-item {
  list-style: none;
  margin: 0;
  padding: 0;
}
.div-block-11 li.menu-item a {
  color: var(--color--white);
  text-transform: none;
  font-weight: 500;
  text-decoration: none;
}
.div-block-11 li.menu-item.current-menu-item a, .div-block-11 li.menu-item.current_page_item a,
.div-block-11 li.menu-item a.w--current {
  color: var(--color--orange-500);
}/*# sourceMappingURL=custom.css.map */