:root {
  --red: #972318;
  --white: white;
  --black: #000;
}

body {
  color: #333;
  font-family: Big Shoulders, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.3;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.brix---header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.reserve-now {
  text-align: center;
  text-transform: uppercase;
  transform-style: preserve-3d;
  background-color: #86202600;
  border: 1px solid #fff;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 1.2rem;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.reserve-now:hover {
  color: #862026;
  background-color: #fff;
  transform: translate3d(0, -3px, .01px);
}

.brix---hamburger-menu-wrapper {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.brix---header-nav-list-item-show-in-tablet {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---header-right-col {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---header-content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brix---btn-primary-small {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  transform-style: preserve-3d;
  background-color: #0b0b0b;
  border: 1px solid #fff;
  border-radius: 4px;
  justify-content: center;
  padding: 12px 24px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small:hover {
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-small.header {
  text-transform: uppercase;
  background-color: #35363800;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1.1rem;
  font-weight: 500;
  display: flex;
}

.brix---btn-primary-small.header:hover {
  color: #862026;
  background-color: #fff;
}

.brix---btn-primary-small.header.white {
  color: var(--red);
  background-color: #fff;
}

.brix---btn-primary-small.body {
  background-color: #862026;
  border-radius: 999px;
  margin-top: 20px;
  padding-left: 38px;
  padding-right: 38px;
  font-size: 1.5rem;
  font-weight: 400;
}

.brix---btn-primary-small.body.white {
  background-color: #0b0b0b00;
  font-size: 1.5rem;
}

.brix---btn-primary-small.body.white:hover {
  color: #353638;
  background-color: #fff;
}

.brix---btn-primary-small.cta-sm {
  text-transform: uppercase;
  background-color: #35363800;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1.1rem;
  font-weight: 500;
  display: flex;
}

.brix---btn-primary-small.cta-sm:hover {
  color: #862026;
  background-color: #fff;
}

.brix---header-logo {
  max-width: 250px;
}

.brix---header-logo.brix---logo-v14 {
  border-radius: 6px;
  max-width: 130px;
}

.brix---hamburger-menu-bar-top {
  background-color: #211f54;
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---header-wrapper-rounded {
  background-color: var(--red);
  box-shadow: none;
  border: 1px solid #ffffff4d;
  border-radius: 999px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.brix---hamburger-menu-bar-bottom {
  background-color: #211f54;
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---header-left-col {
  align-items: center;
  display: flex;
}

.brix---header-nav-link {
  color: var(--white);
  text-transform: uppercase;
  white-space: nowrap;
  padding: 0;
  font-size: 1.2rem;
  font-weight: 400;
  transition: color .3s;
}

.brix---header-nav-link.w--current {
  color: #fff;
  font-size: 1.1rem;
}

.brix---container-default {
  min-width: 100%;
  padding-left: 14px;
  padding-right: 14px;
}

.brix---btn-header-hidden-on-mbl {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.brix---container-default-center {
  z-index: 99;
  background-color: #0000;
  max-width: 1280px;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: fixed;
  inset: 0% 0% auto;
}

.brix---header-logo-link-left {
  transform-style: preserve-3d;
  padding-left: 0;
  padding-right: 40px;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link-left:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---header-logo-link-left.w--current {
  padding-right: 20px;
}

.skip-link {
  color: #f2e9dc;
  margin-top: -37px;
  margin-bottom: 10px;
  padding-left: 46px;
  display: block;
}

.skip-link:focus {
  margin-top: 0;
}

.skip-link.w--current {
  color: #f2e9dc;
}

.brix---header-nav-list-item-left {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 20px;
}

.background-video {
  min-height: 100vh;
}

.burgundy-bg {
  background-color: var(--black);
}

._750px-container {
  max-width: 840px;
}

.main-div {
  margin-top: 100px;
  margin-bottom: 100px;
}

.section-title {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 6rem;
  line-height: 1.3;
}

.btn-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.btn-div.center {
  justify-content: center;
  align-items: center;
}

.description-text-wheat {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.2rem;
  font-weight: 300;
}

.description-bar-paragraph {
  color: var(--black);
  font-size: 1.3rem;
  font-weight: 300;
}

.relative-div {
  position: relative;
}

.relative-div.background-color {
  padding-top: 140px;
  overflow: clip;
}

.middle-bar-70px-spacer {
  z-index: 2;
  width: 100%;
  height: 70px;
  position: relative;
}

.section-subtitle-bar {
  color: #6e0000;
  text-transform: capitalize;
  margin-top: 10px;
  font-size: 3rem;
}

._1700px-container {
  max-width: 1700px;
  padding-left: 40px;
  padding-right: 40px;
}

._1700px-container.rel-z-index {
  z-index: 2;
  z-index: 2;
  max-width: 1200px;
  position: relative;
}

.white-texture-bg-div {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.bar-side-image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 20px;
}

.bar-section-grid {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.image-white-texture {
  background-image: url("https://cdn.prod.website-files.com/69d17f9a9620243ea438f648/69d3e0bf884395879cc93bc7_full%20(11).avif");
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  position: absolute;
  inset: 0%;
}

.white-difuser {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #ffffffe6;
  position: absolute;
  inset: 0%;
}

.section-title-bar {
  color: #460000;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 900;
}

.section-texts-bar {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.brix---card-testimonial-v13 {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 48px 32px 56px;
  display: flex;
  box-shadow: 0 2px 7px #14142b0f;
}

.brix---grid-top---text-2-buttons {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  align-items: end;
  margin-bottom: 48px;
}

.brix---mg-bottom-24px {
  margin-bottom: 24px;
}

.brix---section-overflow-hidden {
  background-color: #862026;
  padding-top: 176px;
  padding-bottom: 176px;
  overflow: hidden;
}

.div-block-6 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  margin-bottom: 10px;
  display: flex;
}

.brix---flex-horizontal {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---color-neutral-802 {
  color: #6e7191;
}

.brix---mg-bottom-8px-2 {
  margin-bottom: 8px;
}

.brix---inner-container-490px {
  max-width: 800px;
}

.brix---slider-wrapper {
  background-color: #0000;
  height: 100%;
}

.brix---heading-h2-size {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.brix---hidden-desktop {
  display: none;
}

.brix---heading-h4-size {
  color: #353638;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

.copy-review {
  color: #fff;
  font-weight: 400;
}

.brix---paragraph-default-3 {
  color: #353638;
  margin-bottom: 0;
}

.brix---container-default-4 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---btn-slider-arrow-left---testimonial-v12 {
  color: #211f54;
  background-color: #fff;
  border: 1px solid #353638;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: 50%;
  left: -11px;
  transform: translate(0, -50%);
  box-shadow: 0 2px 12px #14142b14;
}

.brix---btn-slider-arrow-left---testimonial-v12:hover {
  transform: scale(.95)translate(0, -50%);
}

.brix---slider-mask-width-390px {
  max-width: 390px;
  height: 100%;
  overflow: visible;
}

.brix---slide-item-mg {
  margin-right: 28px;
}

.brix---btn-slider-arrow-right---testimonial-v12 {
  color: #211f54;
  background-color: #fff;
  border: 1px solid #353638;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: 50%;
  bottom: 0;
  right: -10px;
  transform: translate(0, -50%);
  box-shadow: 0 2px 12px #14142b14;
}

.brix---btn-slider-arrow-right---testimonial-v12:hover {
  transform: scale(.95)translate(0, -50%);
}

.brix---paragraph-default {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

.brix---card-link-img-bg {
  border-radius: 24px;
  align-items: flex-end;
  min-height: 500px;
  padding: 30px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.brix---card-link-img-bg:hover {
  transform: scale(.96);
}

.brix---card-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.brix---section {
  background-color: var(--white);
  color: #fff;
  padding-top: 120px;
  padding-bottom: 120px;
}

.brix---color-neutral-300 {
  color: #eff0f6;
}

.brix---container-default-2 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---bg-overlay-gradient {
  z-index: 2;
  background-image: linear-gradient(#0000, #0000008f 50%, #000);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.brix---text-200-bold {
  text-transform: capitalize;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.div-block {
  z-index: 3;
  position: relative;
}

.brix---mg-bottom-8px {
  margin-bottom: 0;
}

.brix---link-wrapper {
  color: #211f54;
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper:hover {
  color: #4a3aff;
}

.brix---mg-bottom-32px {
  margin-bottom: 32px;
}

.brix---grid-2-columns---gap-row-72px {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---color-neutral-100 {
  color: #fff;
}

.brix---link-icon-right {
  margin-left: 6px;
}

.brix---heading-h3-size {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-bottom {
  justify-content: center;
  align-items: center;
  display: flex;
}

.success-message-2 {
  color: #101828;
  background-color: #e0ffea;
  border: 2px solid #005435;
  border-radius: 8px;
  padding: 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.footer-form-button {
  letter-spacing: 0;
  text-transform: capitalize;
  letter-spacing: 0;
  text-transform: capitalize;
  background-color: #862026;
  border-radius: 999px;
  padding: 12px 26px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  position: absolute;
  right: 8px;
}

.footer-icon {
  color: #fff;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-form-input {
  border: 1px #000;
  border-radius: 999px;
  width: 460px;
  height: 56px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #242424;
}

.footer-copyright {
  color: #fff;
}

.footer-subscribe {
  background-color: #862026;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.error-message-2 {
  color: #101828;
  text-align: center;
  border: 2px solid #9b0000;
  border-radius: 10px;
  margin-top: 1.5rem;
  padding: .875rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
}

.footer-link-three {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-title {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-two {
  background-color: #f5f7fa00;
  border: 1px solid #fff;
  border-radius: 20px;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-social-link-three {
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-left: 15px;
  transition: all .2s;
  display: flex;
}

.footer-social-link-three:hover {
  transform: scale(1.1);
}

.cta-hero {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.section-102 {
  z-index: 99;
  background-color: #0000;
  flex: none;
  display: block;
  position: static;
  inset: 0% 0% auto;
}

@media screen and (max-width: 991px) {
  .brix---header-nav-menu-list {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .reserve-now {
    font-weight: 400;
  }

  .brix---hamburger-menu-wrapper {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .brix---header-nav-list-item-show-in-tablet {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    margin-bottom: 16px;
    padding-left: 0;
    display: none;
  }

  .brix---btn-primary-small {
    text-transform: capitalize;
    font-size: 1.5rem;
    font-weight: 100;
  }

  .brix---btn-primary-small.header {
    font-size: 1.2rem;
    font-weight: 400;
  }

  .brix---btn-primary-small.header.drawer {
    display: none;
  }

  .brix---btn-primary-small.cta-sm {
    font-size: 1.2rem;
    font-weight: 400;
  }

  .brix---btn-primary-small.cta-sm.drawer {
    display: none;
  }

  .brix---header-logo {
    max-width: 232px;
  }

  .brix---hamburger-menu-bar-top {
    background-color: #fff;
    width: 44px;
    height: 3px;
  }

  .brix---hamburger-menu-bar-bottom {
    background-color: #fff;
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---header-nav-link {
    margin-bottom: 10px;
    font-size: 1.3rem;
    font-weight: 100;
  }

  .reserve-drawer {
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    background-color: #862026;
    border: 1px solid #fff;
    border-radius: 999px;
    padding: 12px 40px;
    font-size: 1.2rem;
    display: none;
  }

  .brix---btn-header-hidden-on-mbl {
    margin-left: 10px;
  }

  .brix---header-menu-wrapper-v2 {
    background-color: #862026;
    border: 1px solid #eff0f6;
    border-radius: 12px;
    margin-top: 19px;
    padding: 24px;
  }

  .brix---header-nav-list-item-left {
    margin-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .background-video {
    min-height: 80vh;
  }

  ._750px-container {
    max-width: 700px;
  }

  .middle-bar-70px-spacer {
    width: 70%;
  }

  ._1700px-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .bar-side-image {
    width: 100%;
    height: 100%;
  }

  .bar-section-grid {
    grid-column-gap: 47px;
    grid-row-gap: 47px;
  }

  .brix---grid-top---text-2-buttons {
    grid-row-gap: 24px;
    grid-template-columns: .7fr;
  }

  .brix---section-overflow-hidden {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h4-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---slider-mask-width-390px {
    position: static;
  }

  .brix---card-link-img-bg {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---heading-h3-size {
    width: 280px;
    font-size: 1.5rem;
  }

  .brix---icon-left---content-right {
    flex-direction: column;
  }

  .brix---section-3 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---grid-2-columns---gap-48px {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .brix---card-left-text-wrapper {
    margin-top: 24px;
  }

  .brix---grid-top---text-2-buttons-2 {
    grid-row-gap: 24px;
    grid-template-columns: .7fr;
  }

  .container {
    max-width: 728px;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 170px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-form-two {
    padding: 40px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .shadow-two {
    aspect-ratio: 16 / 9;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-contact03_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .combine-padding-global {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .contactform-grid {
    grid-column-gap: 12px;
  }

  .container-9 {
    max-width: 728px;
  }

  .cta-hero {
    margin-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .brix---header-nav-list-item-show-in-tablet {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
  }

  .brix---btn-primary-small {
    background-color: #0b0b0b00;
    padding: 12px 32px;
  }

  .brix---btn-primary-small.header.drawer, .brix---btn-primary-small.cta-sm.drawer, .brix---btn-primary-small.header.drawer, .brix---btn-primary-small.header.drawer, .brix---btn-primary-small.cta-sm.drawer, .brix---btn-primary-small.cta-sm.drawer {
    display: block;
  }

  .brix---header-logo {
    max-width: 90%;
  }

  .reserve-drawer {
    transition: all .2s;
    display: block;
  }

  .reserve-drawer:hover {
    color: #862026;
    background-color: #fff;
  }

  .brix---btn-header-hidden-on-mbl {
    display: none;
  }

  .brix---header-menu-wrapper-v2 {
    background-color: #862026;
    border-radius: 20px;
  }

  .section {
    position: relative;
  }

  .background-video {
    min-height: 70vh;
  }

  ._750px-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-title {
    text-align: left;
    margin-bottom: 10px;
    font-size: 3rem;
  }

  .btn-div.center {
    justify-content: flex-start;
    align-items: center;
  }

  .description-text-wheat {
    text-align: left;
  }

  .middle-bar-70px-spacer {
    width: 80%;
  }

  .section-subtitle-bar {
    font-size: 2rem;
  }

  ._1700px-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bar-section-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .brix---grid-top---text-2-buttons {
    grid-template-columns: .9fr;
  }

  .brix---section-overflow-hidden {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h4-size {
    font-size: 20px;
    line-height: 26px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---btn-slider-arrow-left---testimonial-v12 {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    inset: auto auto -104px 36%;
  }

  .brix---btn-slider-arrow-right---testimonial-v12 {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    inset: auto 36% -104px auto;
  }

  .brix---section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---grid-2-columns---gap-row-72px {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .brix---link-icon-right {
    width: 20px;
    margin-left: 8px;
  }

  .brix---heading-h3-size {
    font-size: 2rem;
  }

  .brix---content-inside-card-v14 {
    padding: 32px 32px 40px;
  }

  .brix---section-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---grid-2-columns---gap-48px {
    grid-template-columns: 1fr;
  }

  .brix---grid-top---text-2-buttons-2 {
    grid-template-columns: .9fr;
  }

  .footer-block-three {
    text-align: center;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
  }

  .reserve-footer {
    margin-bottom: 10px;
  }

  .footer-bottom {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .hero-without-image {
    padding: 140px 15px 20px;
  }

  .heading-2 {
    font-size: 4rem;
  }

  .hero-heading-left, .hero-heading-right {
    padding: 60px 15px;
  }

  .hero-without-image-2 {
    padding: 140px 15px 20px;
  }

  .heading-4 {
    font-size: 4rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-contact03_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-contact03_contact-list {
    margin-top: 2rem;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-5 {
    font-size: 4rem;
  }

  .wrapper-textfield.left {
    margin-left: 0;
  }

  .combine-padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .form-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-wrapper {
    flex-flow: column;
    width: 100%;
  }

  .heading-6 {
    font-size: 4rem;
  }

  .contactform-grid {
    grid-template-columns: 1fr;
  }

  .heading-7 {
    font-size: 4rem;
  }

  .quick-stack-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .hero-without-image-3 {
    padding: 60px 15px;
  }

  .hero-wrapper-two-2 {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .heading-8 {
    font-size: 3rem;
  }

  .cta-hero {
    justify-content: center;
    display: flex;
    position: absolute;
    inset: auto 0% 10%;
  }
}

@media screen and (max-width: 479px) {
  .brix---header-nav-list-item-show-in-tablet {
    text-align: left;
    width: 100%;
  }

  .brix---btn-primary-small {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---btn-primary-small.cta-sm {
    max-width: 200px;
    display: block;
  }

  .brix---header-logo {
    max-width: 84%;
  }

  .brix---header-wrapper-rounded {
    padding-top: 5px;
    padding-bottom: 2px;
  }

  .brix---header-nav-link {
    text-align: center;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---container-default-center {
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
  }

  .skip-link {
    margin-top: -28px;
  }

  .brix---header-nav-list-item-left {
    text-align: left;
    width: 100%;
  }

  .background-video {
    min-height: 60vh;
  }

  ._750px-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .description-text-wheat {
    font-size: 16px;
  }

  ._1700px-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .brix---card-testimonial-v13 {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---grid-top---text-2-buttons {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

  .brix---section-overflow-hidden {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .brix---mg-bottom-8px-2 {
    margin-bottom: 6px;
  }

  .brix---heading-h2-size {
    font-size: 2rem;
  }

  .brix---heading-h4-size {
    font-size: 18px;
    line-height: 24px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---paragraph-default-3 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---container-default-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---btn-slider-arrow-left---testimonial-v12 {
    left: 31%;
  }

  .brix---btn-slider-arrow-right---testimonial-v12 {
    right: 31%;
  }

  .brix---card-link-img-bg {
    min-height: 440px;
    padding-left: 28px;
    padding-right: 28px;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

  .brix---link-icon-right {
    width: 18px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
  }

  .brix---mg-bottom-8px-3 {
    margin-bottom: 6px;
  }

  .brix---content-inside-card-v14 {
    padding-left: 22px;
    padding-right: 22px;
  }

  .brix---grid-top---text-2-buttons-2 {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .brix---heading-h3-size-2 {
    margin-bottom: 10px;
  }

  .slider {
    height: 500px;
  }

  .brix---heading-h2-size-2 {
    font-size: 2.5rem;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-form-container-two {
    justify-content: center;
    align-items: center;
  }

  .button-primary.footer-form-button {
    border: 1px solid #fff;
    width: 100%;
    position: relative;
    right: 0;
  }

  .container {
    max-width: none;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-two {
    padding: 20px;
  }

  .uui-contact03_component {
    grid-template-columns: 1fr;
  }

  .uui-text-style-link-02 {
    font-size: 1.5rem;
  }

  .text-field {
    width: 100%;
  }

  .wrapper-textfield {
    margin-top: 10px;
  }

  .field-text {
    width: 100%;
  }

  .combine-padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .general-section-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-9 {
    max-width: none;
  }
}

#w-node-_06abd215-252a-3779-ae6e-49ebbb834e51-a438f68b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_06abd215-252a-3779-ae6e-49ebbb834e5d-a438f68b, #w-node-_06abd215-252a-3779-ae6e-49ebbb834e61-a438f68b {
  place-self: center start;
}

#w-node-_06abd215-252a-3779-ae6e-49ebbb834e62-a438f68b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-bb1898df-d3d1-2b7f-da8c-719800568a61-a438f68b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_033a43c1-2521-0de6-03a2-d48459ae5cff-a438f68b, #w-node-_033a43c1-2521-0de6-03a2-d48459ae5d13-a438f68b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
