/* Local migration overrides. */
.sqs-video-background-native__fallback-image {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

.sqs-video-background-native {
  background-color: #63623c !important;
  background-image:
    linear-gradient(rgba(31, 31, 20, 0.22), rgba(31, 31, 20, 0.22)),
    url("/assets/images/5d10974dd40558-RanchesAt-luxury-ranchette-communities-spanning-1700-acres-in-the-Texas-.webp") !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.sqs-video-background-native.ra-youtube-hero {
  overflow: hidden !important;
}

.ra-youtube-hero__player {
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.ra-youtube-hero__frame {
  border: 0;
  left: 50%;
  max-width: none;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 420ms ease;
}

.ra-youtube-hero--loaded .ra-youtube-hero__frame {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .ra-youtube-hero__frame {
    display: none;
  }
}

html::after {
  content: none !important;
  display: none !important;
  background-image: none !important;
}

#raVideoSplash {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  background: none !important;
}

html.ra-splash-on .sqs-video-background video,
html.ra-splash-on .sqs-video-background-native video,
html.ra-splash-on .section-background video,
html.ra-splash-on section[data-section-type="video-background"] video,
html.ra-splash-on div[data-controller*="VideoBackground"] video,
html.ra-splash-on div[class*="video-background"] video {
  opacity: 1 !important;
}

#block-a4c0cd2aba5b5a562446 .form-wrapper {
  display: block !important;
}

.ra-tour-form {
  color: #333132;
  display: grid;
  gap: 26px;
  width: 100%;
}

.ra-tour-form__honeypot {
  display: none !important;
}

.ra-tour-form__field {
  display: grid;
  gap: 8px;
}

.ra-tour-form fieldset {
  border: 0;
  margin: 0;
  min-inline-size: 0;
  padding: 0;
}

.ra-tour-form label {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.ra-tour-form__label,
.ra-tour-form__legend {
  color: #333132;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}

.ra-tour-form__required,
.ra-tour-form__hint {
  color: rgba(51, 49, 50, 0.68);
  font-size: 13px;
  font-weight: 400;
  margin-left: 4px;
}

.ra-tour-form__row {
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.ra-tour-form input,
.ra-tour-form select {
  appearance: auto;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(51, 49, 50, 0.42);
  border-radius: 0;
  box-sizing: border-box;
  color: #333132;
  font: inherit;
  min-height: 38px;
  padding: 6px 0 8px;
  width: 100%;
}

.ra-tour-form input:focus,
.ra-tour-form select:focus {
  border-bottom-color: #63623c;
  outline: 2px solid transparent;
}

.ra-tour-form input::placeholder {
  color: rgba(51, 49, 50, 0.58);
}

.ra-tour-form .ra-tour-form__checkbox {
  align-items: center;
  color: #333132;
  display: flex;
  font-size: 14px;
  gap: 10px;
  line-height: 1.35;
}

.ra-tour-form__checkbox input {
  appearance: none;
  border: 1px solid rgba(51, 49, 50, 0.42);
  height: 15px;
  margin: 0;
  min-height: 15px;
  padding: 0;
  width: 15px;
}

.ra-tour-form__checkbox input:checked {
  background: #63623c;
  box-shadow: inset 0 0 0 3px #f8f6f0;
}

.ra-tour-form__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.ra-tour-form__submit {
  background: #63623c;
  border: 1px solid #63623c;
  color: #fff;
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  min-height: 52px;
  padding: 0 22px;
  text-transform: uppercase;
}

.ra-tour-form__submit:hover,
.ra-tour-form__submit:focus {
  background: #4f4e31;
  border-color: #4f4e31;
}

.ra-tour-form__submit[disabled] {
  cursor: progress;
  opacity: 0.65;
}

.ra-tour-form__status {
  color: #333132;
  font-size: 14px;
  line-height: 1.45;
  margin: 0;
}

.ra-tour-form__status[hidden] {
  display: none;
}

.ra-tour-form__status--success {
  color: #4f4e31;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .ra-tour-form__row {
    grid-template-columns: 1fr;
  }
}
