:root {
  --secondary: #b19f8c;
  --secondary-font: Merriweather, serif;
  --font-family: Lato, sans-serif;
  --white: white;
  --text: gray;
  --text-size: 15px;
  --text-spacing: 25px;
  --rounded-border: 5px;
  --footer: #ebe5dd;
  --grey-100: #f5f5f5;
}

.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;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

a {
  color: var(--secondary);
  font-weight: 400;
  text-decoration: none;
}

.h1-heading {
  font-family: var(--secondary-font);
  color: var(--secondary);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  font-weight: 600;
  line-height: 1.1;
  display: block;
}

.button-primary-large {
  border: 1px none var(--secondary);
  background-color: var(--secondary);
  font-family: var(--font-family);
  color: var(--white);
  text-align: center;
  white-space: nowrap;
  border-radius: 32px;
  flex-flow: wrap-reverse;
  justify-content: center;
  align-items: stretch;
  width: 250px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.navigation-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.logo-link {
  padding: 16px;
}

.navigation-link-small {
  grid-column-gap: 12px;
  font-family: var(--font-family);
  color: var(--secondary);
  -webkit-text-stroke-color: var(--secondary);
  flex: none;
  align-items: center;
  padding: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.navigation-left {
  grid-column-gap: 24px;
  flex: 1;
  align-items: center;
  height: 100%;
  display: flex;
}

.navigation-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr 1fr;
  width: 100%;
}

.navigation-button-group {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navigation-right {
  grid-column-gap: 24px;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.caption-regular {
  font-size: 16px;
  line-height: 24px;
}

.caption-regular.text-weight-medium {
  font-family: var(--font-family);
  color: var(--text);
  font-size: var(--text-size);
  line-height: var(--text-spacing);
  width: 100%;
  font-weight: 500;
}

.header-column-2 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  text-align: left;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.header-button-wrapper-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.navigation-link-small-2 {
  grid-column-gap: 12px;
  color: #000;
  letter-spacing: -.02em;
  text-transform: uppercase;
  flex: none;
  align-items: center;
  padding: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  display: flex;
  position: relative;
}

.navigation-container-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-2 {
  z-index: auto;
  background-color: #fff;
  padding: 0 5%;
}

.image-2 {
  width: 150px;
}

.column-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.column-x-large-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.grid-two-column {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.video-play-icon {
  width: 32px;
  height: 32px;
}

.container-large {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.video-block-small {
  border-radius: var(--rounded-border);
  background-color: #f4f4f5;
  background-image: url('../images/_1122022_1.avif');
  background-position: 50%;
  background-size: 600px;
  border: 0 #0000;
  justify-content: center;
  align-items: center;
  max-width: 550px;
  height: 396px;
  display: flex;
}

.video-lightbox {
  background-color: #fff;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  box-shadow: 0 8px 32px #1313150a;
}

.paragraph-3 {
  color: var(--text);
  font-size: var(--text-size);
  line-height: var(--text-spacing);
  margin-bottom: 20px;
  padding-top: 20px;
}

.gallery-card {
  border-radius: 20px;
  height: 100%;
  min-height: 240px;
  position: relative;
  overflow: hidden;
}

.image-cover {
  opacity: 1;
  object-fit: cover;
  border: 0 #0000;
  width: 100%;
  height: 100%;
}

.container-large-2 {
  width: 100%;
  max-width: 1208px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.wrap-v-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.social-media-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.section-regular-3 {
  background-color: var(--white);
  padding: 92px 5%;
  position: relative;
}

.header-button-wrapper-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-small-4 {
  color: var(--text);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.testimonial-rating {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  align-items: center;
  display: flex;
}

.h6-heading-2 {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.h6-heading-2.text-weight-bold {
  color: var(--secondary);
  font-weight: 700;
}

.row-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-wrapper {
  background-color: var(--white);
  color: #2a514c;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  overflow: hidden;
}

.testimonial-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--secondary);
  background-color: #fff0;
  border-radius: 8px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 24px;
  font-weight: 500;
  display: flex;
}

.testimonial-star {
  color: #f2b02c;
}

.icon-regular-2 {
  color: var(--secondary);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.row-space-between {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.subheading-large-4 {
  color: var(--text);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.caption-regular-2 {
  font-size: 16px;
  line-height: 24px;
}

.caption-regular-2.text-weight-medium {
  font-family: var(--font-family);
  color: var(--text);
  font-size: var(--text-size);
  line-height: var(--text-spacing);
  margin-bottom: 0;
  padding-top: 10px;
  font-weight: 500;
  display: block;
}

.quick-stack {
  padding-left: 0;
  padding-right: 0;
}

.row-regular-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 330px;
  display: flex;
}

.footer-section {
  background-color: var(--footer);
  padding: 80px 5% 40px;
  position: relative;
}

.footer-link {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #5b616e;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.footer-link:hover {
  color: #ff4b0e;
}

.footer-links-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 800px;
}

.footer-row {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: space-between;
  margin-bottom: 64px;
  display: flex;
}

.footer-vertical-divider {
  background-color: var(--secondary);
  color: var(--secondary);
  width: 1px;
  height: 20px;
}

.icon-small-2 {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.icon-small-2:hover {
  color: #b19f8c75;
}

.footer-social-link {
  color: var(--secondary);
  text-decoration: none;
  transition: color .3s;
}

.footer-social-link:hover {
  color: #ff4b0e;
}

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

.footer-company {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-5 {
  font-family: var(--font-family);
  color: var(--secondary);
  font-size: 14px;
  line-height: 21px;
}

.text-block-2 {
  font-family: var(--secondary-font);
  color: var(--secondary);
  font-weight: 700;
}

.section-regular-alt {
  background-color: var(--grey-100);
  padding: 92px 5%;
  position: relative;
}

.div-block {
  order: 0;
}

.paragraph-7 {
  display: none;
}

.image-3 {
  overflow: visible;
}

.container-large-location {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.div-block-4, .div-block-5 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-column-regular {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-small {
  z-index: 5;
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.section-regular {
  font-family: var(--font-family);
  font-size: var(--text-size);
  line-height: var(--text-spacing);
  padding: 40px 5%;
  position: relative;
}

.header-button-wrapper-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: none;
}

.section-regular-5 {
  background-color: var(--white);
  padding: 40px 5% 92px;
  position: relative;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.gallery-small-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
}

.gallery-image {
  border-radius: var(--rounded-border);
  overflow: hidden;
}

.image-cover-2 {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery-group-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: .75fr;
  grid-template-columns: 1.5fr 1fr;
}

.section-regular-7 {
  background-color: var(--white);
  padding: 40px 5%;
  position: relative;
}

.header-video-2 {
  border-radius: var(--rounded-border);
  background-image: url('../images/02_1.avif');
  background-position: 50% 40%;
  background-size: cover;
  border: 0 #131315;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  margin-top: 20px;
  display: flex;
}

.gallery-image-2 {
  border-radius: var(--rounded-border);
  overflow: hidden;
}

.image-cover-3, .image-cover-4 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.social-media-image-small-2 {
  border-radius: 8px;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.social-media-image-large-2 {
  border: 0 #e0e3de;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 350px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.social-media-group-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.header-video-1 {
  border-radius: var(--rounded-border);
  background-image: url('../images/MT-Michael-Lodge_1.avif');
  background-position: 50% 40%;
  background-size: cover;
  border: 0 #131315;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 650px;
  margin-top: 20px;
  display: flex;
}

.gallery-slide-nav {
  justify-content: flex-start;
  align-items: center;
  height: 32px;
  padding-top: 8px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.slide {
  border-radius: var(--rounded-border);
  width: 100%;
  margin-right: 24px;
}

.image-cover-5 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.gallery-slider {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 64px;
  display: flex;
}

.header-video-3 {
  border-radius: var(--rounded-border);
  background-image: url('../images/MML_1.3.1-1536x810_1.avif');
  background-position: 50% 40%;
  background-size: cover;
  border: 0 #131315;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  margin-top: 20px;
  display: flex;
}

.slide-image-2 {
  border-radius: var(--rounded-border);
  max-width: 637px;
  overflow: hidden;
  box-shadow: 0 1px 2px #23272e14;
}

.gallery-arrow-2 {
  color: #fff;
  border: 1px #23272f;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 8px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.gallery-arrow-2.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.gallery-arrow-2.left {
  box-shadow: none;
  color: var(--secondary);
  border-style: none;
  font-size: 20px;
  right: 40px;
}

.slide-image-small-2 {
  border-radius: var(--rounded-border);
  height: 100%;
  overflow: hidden;
  box-shadow: 0 1px 2px #23272e14;
}

.slider-wrapper-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: var(--rounded-border);
  grid-template-rows: auto;
  grid-template-columns: 3.25fr 1fr;
  grid-auto-columns: 1fr;
  max-height: 500px;
  display: flex;
}

.icon-x-small-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.gallery-mask-2 {
  border-radius: var(--rounded-border);
  overflow: clip;
}

.section-regular-copy {
  padding: 96px 5%;
  position: relative;
}

.caption-regular-copy {
  font-size: 16px;
  line-height: 24px;
}

.caption-regular-copy.text-weight-medium {
  font-family: var(--font-family);
  color: var(--text);
  font-size: var(--text-size);
  line-height: var(--text-spacing);
  width: 100%;
  font-weight: 500;
}

.column-x-large-2-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.column-x-large-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.room {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.paragraph-8 {
  font-family: var(--font-family);
  color: var(--text);
  font-size: var(--text-size);
  line-height: var(--text-spacing);
}

.rooms {
  width: 40%;
}

.banner-text {
  width: 50%;
}

.div-block-6-copy {
  aspect-ratio: 16 / 9;
  border-radius: var(--rounded-border);
  overflow: clip;
}

.div-block-12 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.div-block-13 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: none;
}

.header-button-wrapper-6 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h1-heading-3 {
  font-family: var(--secondary-font);
  color: var(--secondary);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  font-weight: 600;
  line-height: 1.1;
  display: block;
}

.container-large-2-copy {
  width: 100%;
  max-width: 1208px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-regular-end {
  font-family: var(--font-family);
  font-size: var(--text-size);
  line-height: var(--text-spacing);
  padding: 40px 5% 140px;
  position: relative;
}

.gallery-slider-2 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 64px;
  display: flex;
}

.div-block-14 {
  width: 45%;
}

.code-embed-3 {
  width: 100%;
}

.div-block-16 {
  z-index: 999;
  background-color: var(--white);
  width: 200px;
  height: 100px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.header-video-4 {
  border-radius: var(--rounded-border);
  background-image: url('../images/Vineyard-Hills_1.avif');
  background-position: 50% 40%;
  background-size: cover;
  border: 0 #131315;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  margin-top: 20px;
  display: flex;
}

.div-block-17 {
  border-radius: var(--rounded-border);
  overflow: hidden;
}

.faq {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e7;
  border-left: 1px solid #e6e6e7;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.faq-outline-2 {
  cursor: pointer;
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 1px 2px #0000000f, 0 0 0 1px #0000000f;
}

.faq-tab-3 {
  margin-top: -8px;
  padding-bottom: 32px;
}

.icon-large {
  color: var(--secondary);
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.column-x-large {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.faq-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.container-regular {
  width: 100%;
  max-width: 1062px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.subheading-large {
  font-family: var(--font-family);
  color: var(--secondary);
  font-size: var(--text-size);
  line-height: var(--text-spacing);
  letter-spacing: -.32px;
  margin-bottom: 0;
  font-weight: 500;
}

.faq-dropdown-toggle {
  white-space: normal;
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 32px;
  display: flex;
}

.faq-column {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.faq-dropdown-list {
  background-color: #fff0;
  padding-left: 32px;
  padding-right: 56px;
  display: block;
  position: relative;
}

.faq-item {
  border-radius: var(--rounded-border);
  background-color: var(--white);
  flex-direction: column;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.faq-icon-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.paragraph-regular-3 {
  font-family: var(--font-family);
  color: var(--text);
  font-size: var(--text-size);
  line-height: var(--text-spacing);
  margin-bottom: 0;
}

.section-regular-6 {
  background-color: var(--white);
  padding: 140px 5%;
  position: relative;
}

.button-primary-large-2 {
  border: 1px none var(--secondary);
  background-color: var(--secondary);
  font-family: var(--font-family);
  color: var(--white);
  text-align: center;
  white-space: nowrap;
  border-radius: 32px;
  flex-flow: wrap-reverse;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-top: 10px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.section-large-3 {
  padding: 60px 5% 120px;
  position: relative;
}

.image-4 {
  filter: invert();
  width: 250px;
  margin-bottom: -80px;
}

.container-large-5 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.title-column-regular-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 400px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-regular-4 {
  background-color: var(--white);
  padding: 20px 5% 140px;
  position: relative;
}

.header-video-5 {
  border-radius: var(--rounded-border);
  background-image: url('../images/Wide-Vines_1.avif');
  background-position: 50% 60%;
  background-size: cover;
  border: 0 #131315;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  margin-top: 20px;
  display: flex;
}

.integration-tab-menu {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.integration-tab {
  border-radius: var(--rounded-border);
  background-color: var(--grey-100);
  text-transform: uppercase;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.integration-tab.w--current {
  border-radius: var(--rounded-border);
  background-color: var(--secondary);
  color: #fff;
}

.integration-card-grid-small {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
}

.column-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-regular.column-left {
  justify-content: center;
  align-items: flex-start;
}

.paragraph-small {
  color: var(--text);
  font-size: var(--text-size);
  line-height: var(--text-spacing);
  text-align: center;
  letter-spacing: -.08px;
  margin-bottom: 0;
}

.integration-card {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  border: 1px solid var(--footer);
  border-radius: var(--rounded-border);
  color: #000;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  text-decoration: none;
  display: flex;
}

.h6-heading {
  color: var(--secondary);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
}

.h6-heading:hover {
  color: var(--secondary);
}

.container-large-6 {
  width: 100%;
  max-width: 1280px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-3 {
  font-family: var(--font-family);
  font-size: var(--text-size);
  line-height: var(--text-spacing);
  text-transform: none;
  padding-left: 20px;
  padding-right: 20px;
}

.icon, .icon-4 {
  color: var(--secondary);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.div-block-8 {
  aspect-ratio: 1;
  border-radius: var(--rounded-border);
  overflow: clip;
}

.paragraph-small-2 {
  color: var(--text);
  font-size: var(--text-size);
  line-height: var(--text-spacing);
  text-align: center;
  letter-spacing: -.08px;
  margin-bottom: 0;
}

.h1-heading-5 {
  font-family: var(--secondary-font);
  color: var(--secondary);
  text-align: center;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.1;
  display: block;
}

.h1-heading-5-copy {
  font-family: var(--secondary-font);
  color: var(--secondary);
  text-align: left;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.1;
  display: block;
}

.section-regular-9 {
  background-color: var(--white);
  padding: 80px 5%;
  position: relative;
}

.paragraph-9, .paragraph-10, .paragraph-11 {
  color: var(--text);
}

.paragraph-12 {
  font-family: var(--font-family);
  color: var(--text);
  font-size: var(--text-size);
  line-height: var(--text-spacing);
}

.container-regular-2 {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #131315;
  border-radius: 6px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.button-primary.button-primary-large-modal {
  width: 100%;
  margin-top: auto;
}

.modal-background {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  cursor: pointer;
  background-color: #0000000d;
  position: absolute;
  inset: 0%;
}

.modal-overlay {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 60px 3%;
  display: none;
  position: fixed;
  inset: 0%;
}

.button-full {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.modal-close-button {
  color: #9797a1;
  flex: none;
  width: 24px;
  height: 24px;
  transition: all .3s;
  position: absolute;
  inset: 24px 24px auto auto;
}

.modal-close-button:hover {
  color: #333338;
}

.modal-button-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-primary-large-modal {
  border: 1px none var(--secondary);
  background-color: var(--secondary);
  font-family: var(--font-family);
  color: var(--white);
  text-align: center;
  white-space: nowrap;
  border-radius: 32px;
  flex-flow: wrap-reverse;
  justify-content: center;
  align-items: stretch;
  width: 250px;
  margin-top: 20px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.div-block-10 {
  border-radius: var(--rounded-border);
  max-width: 100%;
  overflow: hidden;
}

.div-block-19 {
  max-width: 900px;
}

.button-group {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.modal-b {
  z-index: 1;
  grid-row-gap: 32px;
  background-color: var(--grey-100);
  border: 0 #13131500;
  border-radius: 16px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 480px;
  padding: 40px;
  display: flex;
  position: relative;
}

.section-regular-11 {
  padding: 96px 5%;
  display: flex;
  position: relative;
}

.icon-regular-3 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.h1-heading-2 {
  font-family: var(--secondary-font);
  color: var(--secondary);
  text-align: left;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 37px;
  font-weight: 600;
  line-height: 1.1;
  display: block;
}

@media screen and (max-width: 991px) {
  .navigation-menu {
    background-color: #fff;
    padding: 16px;
    position: absolute;
  }

  .menu-button {
    background-color: #f5f5f5;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    padding: 17px;
    display: flex;
  }

  .navigation-left {
    flex: 0 auto;
  }

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

  .navigation-right {
    flex: 0 auto;
  }

  .grid-two-column {
    grid-template-columns: 1fr;
  }

  .video-block-small {
    max-width: none;
  }

  .gallery-card {
    max-height: 340px;
  }

  .social-media-grid {
    grid-template-columns: 1fr;
  }

  .banner-text {
    width: 90%;
  }

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

  .faq-column {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .section-large-3 {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .integration-card-grid-small {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-8 {
    aspect-ratio: 2 / 3;
  }

  .button-primary {
    display: flex;
  }

  .modal-overlay {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .h1-heading {
    font-size: 48px;
  }

  .grid-two-column {
    grid-template-columns: 1fr;
  }

  .section-regular-3 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .footer-links-grid {
    grid-template-columns: 1fr 1fr;
  }

  .section-regular-alt, .section-regular, .section-regular-5, .section-regular-7 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .header-video-2 {
    height: 300px;
  }

  .social-media-group-2 {
    flex-direction: column;
  }

  .header-video-1, .header-video-3 {
    height: 300px;
  }

  .section-regular-copy {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h1-heading-3 {
    font-size: 48px;
  }

  .section-regular-end {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .header-video-4 {
    height: 300px;
  }

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

  .section-regular-6 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-large-3 {
    padding-top: 72px;
    padding-bottom: 72px;
    overflow: hidden;
  }

  .section-regular-4 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .header-video-5 {
    height: 300px;
  }

  .div-block-8 {
    display: none;
  }

  .h1-heading-5, .h1-heading-5-copy {
    font-size: 48px;
  }

  .section-regular-9, .section-regular-11 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h1-heading-2 {
    font-size: 48px;
  }
}

@media screen and (max-width: 479px) {
  .h1-heading {
    text-align: center;
    order: -1;
    font-size: 35px;
    display: block;
  }

  .button-primary-large {
    background-color: var(--secondary);
    color: var(--white);
    border-style: none;
    order: 10;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    display: block;
  }

  .navigation-menu {
    padding-top: 10px;
    padding-bottom: 60px;
    box-shadow: 0 20px 20px #0003;
  }

  .logo-link {
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: block;
  }

  .menu-button {
    background-color: var(--white);
    color: var(--secondary);
  }

  .menu-button.w--open {
    background-color: var(--white);
  }

  .navigation-link-small {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 18px;
  }

  .navigation-left {
    justify-content: center;
    align-items: center;
  }

  .navigation-grid {
    grid-column-gap: 1px;
    grid-template-columns: 1fr .25fr;
  }

  .caption-regular.text-weight-medium {
    order: 6;
    width: 90%;
    margin-bottom: 20px;
  }

  .header-column-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    order: 1;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
  }

  .header-button-wrapper-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: none;
    overflow: clip;
  }

  .navigation-2 {
    z-index: 995;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    inset: 0% 0% auto;
  }

  .image-2 {
    width: 140px;
  }

  .column-large {
    justify-content: flex-start;
    align-items: center;
  }

  .column-x-large-2 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .grid-two-column {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .container-large {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    display: flex;
  }

  .video-block-small {
    width: 100%;
  }

  .image-cover {
    aspect-ratio: auto;
    order: 1;
    width: 100%;
  }

  .social-media-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    overflow: visible;
  }

  .section-regular-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .header-button-wrapper-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .paragraph-small-4 {
    color: var(--text);
  }

  .h6-heading-2.text-weight-bold {
    font-size: 16px;
  }

  .icon-wrapper {
    order: -1;
    justify-content: center;
    align-items: center;
    width: 30px;
    margin-right: 10px;
  }

  .testimonial-card {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .row-space-between {
    order: -1;
    justify-content: flex-start;
    align-items: center;
  }

  .subheading-large-4 {
    font-family: var(--font-family);
    color: var(--text);
    font-size: 15px;
  }

  .caption-regular-2.text-weight-medium {
    padding-bottom: 20px;
  }

  .footer-left {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .footer-links-grid {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    grid-template-columns: 1fr;
  }

  .footer-row {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    margin-left: 5%;
    padding-right: 10%;
  }

  .footer-vertical-divider {
    display: none;
  }

  .footer-social-link {
    align-self: auto;
  }

  .footer-company {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .paragraph-5 {
    font-size: 15px;
    line-height: 24px;
  }

  .text-block-2 {
    font-size: 16px;
  }

  .div-block {
    order: 1;
  }

  .icon-2 {
    color: var(--secondary);
  }

  .paragraph-7 {
    color: #999;
    text-align: left;
    padding-top: 5vh;
    padding-left: 15px;
    padding-right: 8px;
    font-size: 11px;
    line-height: 15px;
    display: block;
  }

  .container-large-location {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: .5fr;
    grid-auto-flow: column;
    align-items: center;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    overflow: visible;
  }

  .caption-regular-copy.text-weight-medium {
    text-align: left;
    order: -1;
    width: 90%;
  }

  .div-block-4, .div-block-5 {
    display: flex;
  }

  .div-block-7 {
    width: 100%;
  }

  .title-column-regular {
    order: -1;
  }

  .section-regular {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .header-button-wrapper-5 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    display: flex;
  }

  .caption-regular-copy.text-weight-medium {
    order: 6;
    width: 90%;
    margin-bottom: 20px;
  }

  .section-regular-5 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .gallery-group-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: .75fr;
    grid-template-columns: 1.5fr;
  }

  .section-regular-7 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .header-video-2 {
    height: 200px;
    margin-top: 0;
  }

  .gallery-image-2 {
    margin-bottom: -50px;
  }

  .image-cover-3 {
    display: none;
  }

  .header-video-1 {
    height: 400px;
    margin-top: 0;
  }

  .gallery-slider {
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .header-video-3 {
    height: 200px;
    margin-top: 0;
    margin-bottom: 61px;
  }

  .slide-image-2 {
    aspect-ratio: 3 / 2;
  }

  .gallery-arrow-2 {
    right: 35vw;
  }

  .gallery-arrow-2.left {
    margin-right: 0;
    padding-right: 8px;
    left: 35vw;
    right: auto;
  }

  .slide-image-small-2 {
    aspect-ratio: 2 / 3;
    border-radius: var(--rounded-border);
    max-height: 200px;
  }

  .slider-wrapper-2 {
    flex-flow: column;
    max-height: none;
  }

  .section-regular-copy {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .caption-regular-copy.text-weight-medium {
    order: 6;
    width: 90%;
    margin-bottom: 20px;
    padding-top: 20px;
  }

  .column-x-large-2-copy {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .column-x-large-3 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .room {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .rooms {
    width: 90%;
  }

  .banner-text {
    order: 1;
    width: 90%;
    overflow: visible;
  }

  .div-block-6-copy {
    width: 100%;
    padding-top: 10px;
  }

  .div-block-12 {
    display: none;
  }

  .div-block-13 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 40px;
    display: flex;
  }

  .header-button-wrapper-6 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
  }

  .h1-heading-3 {
    text-align: center;
    order: -1;
    margin-top: 40px;
    font-size: 35px;
    display: block;
  }

  .container-large-2-copy {
    padding-top: 40px;
  }

  .section-regular-end {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .gallery-slider-2 {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .div-block-14 {
    width: 90%;
  }

  .header-video-4 {
    order: -1;
    height: 200px;
    margin-top: 0;
  }

  .faq-dropdown-toggle {
    padding: 16px;
  }

  .faq-dropdown-list {
    padding-left: 16px;
    padding-right: 24px;
  }

  .section-regular-6 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .button-primary-large-2 {
    background-color: var(--secondary);
    color: var(--white);
    border-style: none;
    order: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: -10px;
    font-size: 15px;
    font-weight: 400;
    display: block;
  }

  .section-large-3 {
    margin-top: -20px;
    padding-top: 0;
  }

  .image-4 {
    width: 150px;
    margin-bottom: -53px;
  }

  .container-large-5 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    display: flex;
  }

  .title-column-regular-2 {
    order: -1;
  }

  .section-regular-4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .header-video-5 {
    height: 200px;
    margin-top: 0;
  }

  .integration-tab-menu {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .integration-tab, .integration-tab.w--current {
    text-align: center;
    width: 100%;
  }

  .integration-card-grid-small {
    grid-template-columns: 1fr;
  }

  .integration-card {
    padding: 24px;
  }

  .div-block-8 {
    width: 100%;
    padding-top: 10px;
  }

  .h1-heading-5, .h1-heading-5-copy {
    text-align: center;
    order: -1;
    font-size: 35px;
    display: block;
  }

  .section-regular-9 {
    padding-top: 20px;
  }

  .paragraph-10, .paragraph-11 {
    color: var(--text);
  }

  .paragraph-12 {
    color: var(--text);
    font-size: var(--text-size);
    line-height: var(--text-spacing);
  }

  .button-primary {
    width: 100%;
  }

  .button-primary.button-primary-large-modal {
    margin-top: 0;
  }

  .modal-background {
    background-color: #0000001c;
  }

  .modal-overlay {
    justify-content: center;
    align-items: flex-start;
    padding-top: 140px;
    display: none;
  }

  .button-primary-large-modal {
    background-color: var(--secondary);
    color: var(--white);
    border-style: none;
    order: 10;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    display: block;
  }

  .div-block-10 {
    order: 1;
  }

  .button-group {
    flex-direction: column;
    margin-top: 0;
  }

  .modal-b {
    grid-row-gap: 10px;
    width: 90%;
    max-width: none;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
    box-shadow: 0 20px 20px -10px #0003;
  }

  .h1-heading-2 {
    text-align: center;
    overflow-wrap: normal;
    order: -1;
    font-size: 30px;
    display: block;
  }
}

#w-node-b001f796-692e-256f-f1e1-adbc439ffbf3-daaa4916, #w-node-_1ff6e953-45be-31ad-96be-6b615e7a5af3-daaa4916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a2ab37f-0a9a-0110-0808-83eba87f0124-daaa4916 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

#w-node-_08610db6-49a0-24f6-2cfc-4a47e1076280-e107627d {
  justify-self: start;
}

#w-node-_08610db6-49a0-24f6-2cfc-4a47e1076296-e107627d {
  justify-self: end;
}

#w-node-f7d020c1-6b23-1f67-0629-880999eb1f5d-1d7b25b0 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-f7d020c1-6b23-1f67-0629-880999eb1f61-1d7b25b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f7d020c1-6b23-1f67-0629-880999eb1f62-1d7b25b0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8376f536-3e56-be81-81d8-1f461136b94a-1d7b25b0 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8376f536-3e56-be81-81d8-1f461136b94e-1d7b25b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7698624f-7959-f37e-606d-b6fbd1393a4b-1d7b25b0, #w-node-_7698624f-7959-f37e-606d-b6fbd1393a4d-1d7b25b0 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-fdde262d-a78a-cd1d-04b7-85c186b27790-a984fce8, #w-node-fdde262d-a78a-cd1d-04b7-85c186b2779a-a984fce8, #w-node-fdde262d-a78a-cd1d-04b7-85c186b277a4-a984fce8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8376f536-3e56-be81-81d8-1f461136b94a-a984fce8 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8376f536-3e56-be81-81d8-1f461136b94c-a984fce8, #w-node-_8376f536-3e56-be81-81d8-1f461136b94e-a984fce8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_44a2ddce-dde4-bd51-4a71-3a76bab7ee46-bb62f755, #w-node-c7bf751e-fce5-dbd5-804c-7a085ebd33e4-bb62f755, #w-node-af65b5f7-fd79-b884-be70-76410bb38794-bb62f755 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (max-width: 767px) {
  #w-node-f7d020c1-6b23-1f67-0629-880999eb1f5c-1d7b25b0, #w-node-_8376f536-3e56-be81-81d8-1f461136b949-1d7b25b0, #w-node-_7698624f-7959-f37e-606d-b6fbd1393a4a-1d7b25b0, #w-node-_8376f536-3e56-be81-81d8-1f461136b949-a984fce8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_44a2ddce-dde4-bd51-4a71-3a76bab7ee46-bb62f755 {
    grid-column: span 2 / span 2;
  }

  #w-node-_44a2ddce-dde4-bd51-4a71-3a76bab7ee47-bb62f755 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c7bf751e-fce5-dbd5-804c-7a085ebd33e4-bb62f755, #w-node-af65b5f7-fd79-b884-be70-76410bb38794-bb62f755 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b001f796-692e-256f-f1e1-adbc439ffbf6-daaa4916 {
    order: -9999;
  }

  #w-node-_9a2ab37f-0a9a-0110-0808-83eba87f0124-daaa4916 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f7d020c1-6b23-1f67-0629-880999eb1f5c-1d7b25b0, #w-node-b001f796-692e-256f-f1e1-adbc439ffbf6-1d7b25b0 {
    order: -9999;
  }

  #w-node-ed371df1-204f-8db5-bef2-594e59ea19a7-77775778, #w-node-ed371df1-204f-8db5-bef2-594e59ea19c0-77775778, #w-node-_2533ec52-6fbe-9e53-6c22-1226aea3e188-77775778, #w-node-_2533ec52-6fbe-9e53-6c22-1226aea3e1a1-77775778 {
    order: 9999;
  }

  #w-node-b001f796-692e-256f-f1e1-adbc439ffbf6-a984fce8 {
    order: -9999;
  }

  #w-node-_44a2ddce-dde4-bd51-4a71-3a76bab7ee46-bb62f755, #w-node-c7bf751e-fce5-dbd5-804c-7a085ebd33e4-bb62f755, #w-node-af65b5f7-fd79-b884-be70-76410bb38794-bb62f755 {
    grid-column: span 1 / span 1;
  }
}


