@media (min-width: 1200px) {
  .block-content-with-form .fav-img-wrap {
    max-width: 5.125rem;
    width: 100%;
  }
}
@media (min-width: 1200px) and (min-width: 1400px) {
  .block-content-with-form .fav-img-wrap {
    max-width: 7.5rem;
  }
}
.block-content-with-form .gform-theme.gform_wrapper .gform_validation_errors,
.block-content-with-form .gform-theme.gform_wrapper .gform_heading {
  display: none;
}
.block-content-with-form .gform-theme.gform_wrapper #gform_4 .gform_body .gform_fields {
  row-gap: 24px;
}
@media (min-width: 768px) {
  .block-content-with-form .gform-theme.gform_wrapper #gform_4 .gform_body .gform_fields {
    -webkit-column-gap: 22px;
       -moz-column-gap: 22px;
            column-gap: 22px;
  }
}
.block-content-with-form .gform-theme.gform_wrapper #gform_4 .gform_body .gform_fields .gfield {
  position: relative;
  grid-column: 1/-1;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .block-content-with-form .gform-theme.gform_wrapper #gform_4 .gform_body .gform_fields .gfield.gfield--width-half {
    grid-column: span 6;
  }
}
@media (min-width: 1200px) {
  .block-content-with-form .gform-theme.gform_wrapper #gform_4 .gform_body .gform_fields .gfield.gfield--width-half {
    grid-column: span 6;
  }
}
.block-content-with-form .gform-theme.gform_wrapper #gform_4 .gform_body .gform_fields .gfield .validation_message {
  background-color: #c02b0a;
  color: #fff;
  text-align: center;
  width: 9.375rem;
  font-size: 0.75rem;
  padding: 0.3125rem;
  position: absolute;
  top: 0.3125rem;
  right: 0.3125rem;
}
.block-content-with-form .gform-theme.gform_wrapper #gform_4 .gform_body .gform_fields .gfield label {
  display: block;
  font-family: "Montserrat";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: bold;
  line-height: 1.05rem;
  margin-bottom: 0.75rem;
  color: var(--bs-white);
}
.block-content-with-form .gform-theme.gform_wrapper #gform_4 .gform_body .gform_fields .gfield label .gfield_required_asterisk {
  padding-left: 0.125rem;
  display: inline-block;
  color: var(--bs-white);
}
.block-content-with-form .gform-theme.gform_wrapper #gform_4 .gform_body .gform_fields .gfield input[type=text],
.block-content-with-form .gform-theme.gform_wrapper #gform_4 .gform_body .gform_fields .gfield input[type=email],
.block-content-with-form .gform-theme.gform_wrapper #gform_4 .gform_body .gform_fields .gfield input[type=tel] {
  height: 3.0625rem;
  border: 0.0625rem solid var(--bs-white);
  border-radius: 0;
  background-color: var(--bs-white);
  width: 100%;
  font-family: "Montserrat";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.05rem;
  padding: 1rem;
  color: var(--bs-darkgray);
}
.block-content-with-form .gform-theme.gform_wrapper #gform_4 .gform_body .gform_fields .gfield textarea {
  height: 6.0625rem;
  width: 100%;
  font-family: "Montserrat";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.05rem;
  padding: 1rem;
  color: var(--bs-darkgray);
}
.block-content-with-form .gform-theme.gform_wrapper #gform_4 .gform_footer {
  position: relative;
  margin: 1.5rem 0 0 0;
}
.block-content-with-form .gform-theme.gform_wrapper #gform_4 .gform_footer .gform_button {
  background-color: var(--bs-primary);
  color: var(--bs-black);
  border-radius: 2.125rem;
  max-width: 13.625rem;
  width: 100%;
  height: 3.25rem;
  font-family: "Montserrat";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2375rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .block-content-with-form .gform-theme.gform_wrapper #gform_4 .gform_footer .gform_button {
    margin: 0 auto;
  }
}
.block-content-with-form .gform-theme.gform_wrapper #gform_4 .gform_footer .gform_button:hover {
  background-color: var(--bs-black);
  color: var(--bs-white);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}