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

.heading {
  color: #000;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #443013;
  box-shadow: 0 2px 20px 0 #000;
}

.image {
  width: 150px;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #b19c75;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #fff;
  font-weight: 700;
}

.nav-link.w--current {
  color: #b19c75;
}

.menu-sec {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 5;
  height: 105px;
}

.landing-slider-sec {
  position: relative;
  height: 85vh;
}

.slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-3 {
  width: 60%;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-2 {
  -o-object-fit: fill;
  object-fit: fill;
}

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

.slide-nav {
  display: none;
  padding-right: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-4 {
  position: absolute;
  width: 50%;
  height: 100%;
  background-image: url('../images/Landing-Slider-BG.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.icon {
  color: #443013;
}

.right-arrow {
  color: #443013;
}

.slider-heading {
  font-family: Shalimar, sans-serif;
  color: #443013;
  font-size: 125px;
  font-weight: 400;
}

.slider-heading._2 {
  margin-top: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 65px;
  line-height: 65px;
  font-weight: 700;
  text-transform: uppercase;
}

.slider-button {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  background-color: #443013;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #b19c75;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.slider-button:hover {
  background-color: #b19c75;
  box-shadow: 0 3px 10px -4px #443013;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
  color: #443013;
}

.slider-button._2 {
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  border-style: solid;
  border-width: 2px;
  border-color: #b19c75;
  background-color: #b19c75;
  color: #443013;
}

.slider-button._2:hover {
  background-color: #443013;
  color: #b19c75;
}

.slider-button._2.no-margin {
  margin-left: 0px;
}

.div-block-5 {
  width: 80%;
}

.paragraph {
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #443013;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  text-align: center;
}

.paragraph.white {
  color: #fff;
}

.paragraph.tan {
  margin-top: 10px;
  color: #b19c75;
  line-height: 25px;
  text-align: left;
  text-transform: none;
  white-space: normal;
}

.paragraph.tan.center {
  text-align: center;
}

.paragraph.tan.right {
  text-align: right;
}

.paragraph.left {
  text-align: left;
}

.section {
  padding-top: 140px;
  padding-bottom: 140px;
}

.section.brown-bg {
  position: relative;
  overflow: hidden;
  background-color: #443013;
}

.section.brown-bg.no-padding {
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.bg {
  position: relative;
}

.section.bg.footer-space {
  padding-bottom: 0px;
  font-size: 16px;
}

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

.section-2 {
  background-color: #443013;
}

.main-con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid {
  grid-template-areas: "Area Area";
}

.grid-2 {
  grid-column-gap: 40px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.sub-page-land-h1 {
  margin-bottom: 40px;
  font-family: Shalimar, sans-serif;
  color: #443013;
  font-size: 80px;
  font-weight: 400;
}

.sub-page-land-h1.white {
  margin-bottom: 40px;
  color: #fff;
}

.sub-page-land-h1.tan {
  margin-bottom: 10px;
  color: #b19c75;
  font-size: 125px;
  text-shadow: 1px 1px 8px #443013;
}

.lightbox-link {
  position: relative;
  z-index: auto;
  width: 100%;
  height: 100%;
}

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

.lightbox-link-2 {
  position: relative;
  width: 100%;
  height: 100%;
}

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

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.slider-p {
  margin-top: 30px;
  font-family: 'Open Sans', sans-serif;
  color: #443013;
  font-size: 18px;
  font-weight: 600;
}

.slider-p.white {
  color: #fff;
}

.slider-p.tan {
  color: #b19c75;
}

.image-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  background-color: transparent;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.image-hover:hover {
  background-color: rgba(177, 156, 117, 0.5);
}

.container-2 {
  text-align: center;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #b19c75;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.h2.brown {
  color: #443013;
  line-height: 38px;
}

.h2.white {
  color: #fff;
}

.h2-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #443013;
}

.h2-div.tan {
  background-color: #b19c75;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sub-heading-3 {
  margin-top: 0px;
  color: #000;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}

.sub-heading-3.left {
  text-align: left;
}

.paragraph-2 {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #000;
  font-weight: 500;
  text-align: center;
}

.paragraph-2.meduim {
  font-size: 18px;
}

.paragraph-2.left {
  text-align: left;
  white-space: normal;
}

.button {
  margin-top: 0px;
  border: 2px solid #000;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.button:hover {
  background-color: #000;
  color: #c9b197;
  text-decoration: none;
}

.accordion-arrow {
  width: 15px;
  margin-top: 0px;
  margin-left: 10px;
  opacity: 0.8;
  color: #000;
}

.heading-2 {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #000;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.accordion-item-wrapper {
  border-radius: 0px;
}

.accordion-pane-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 25px;
  margin-left: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.accordion-pane {
  overflow: hidden;
  border-bottom: 1px none #e6e6e6;
  background-color: #443013;
  box-shadow: inset 0 9px 25px -15px #000;
}

.accordion-tab-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: #b19c75;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #443013;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
}

.accordion-tab-button:hover {
  background-color: #443013;
  color: #b19c75;
}

.accordion-container {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  margin-top: -2px;
  margin-bottom: 0px;
  border-radius: 0px;
}

.price-heading {
  margin-top: 10px;
  color: #c9b197;
}

.list {
  padding-left: 20px;
}

.explore {
  text-transform: uppercase;
}

.accordion-p {
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #b19c75;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  text-align: center;
}

.accordion-p.white {
  color: #fff;
}

.accordion-p.tan {
  margin-top: 10px;
  color: #b19c75;
  line-height: 25px;
  text-align: left;
  text-transform: none;
  white-space: normal;
}

.grid-3 {
  margin-top: 40px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1300px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-header {
  height: 300px;
  background-color: #443013;
}

.carousel {
  width: 100vw;
  height: 400px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.carousel.is_contained {
  width: 80%;
  height: auto;
  padding-bottom: 75px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card {
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 0px;
  background-color: #3f4046;
  box-shadow: 0 5px 2rem 0 rgba(0, 0, 0, 0.3);
  color: #b8b9c2;
}

.arrow-left {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 50px;
  height: 50px;
}

.arrow-right {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 50px;
  height: 50px;
}

.card-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 32vh;
  max-height: 500px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #b19c75;
}

.carousel-slider._6 {
  right: -105%;
}

.carousel-slider._2 {
  right: -21%;
}

.carousel-slider._4 {
  right: -63%;
}

.carousel-slider._3 {
  right: -42%;
}

.carousel-slider._7 {
  right: -126%;
}

.carousel-slider._5 {
  right: -84%;
}

.carousel-slider._8 {
  right: -147%;
}

.carousel-slider._9 {
  right: -168%;
}

.carousel-slider._10 {
  right: -188%;
}

.carousel-slider._11 {
  right: -208%;
}

.carousel-slider._12 {
  right: -939px;
}

.carousel-slider._13 {
  right: -1019px;
}

.btn {
  padding: 15px 25px;
  border-radius: 5px;
  background-color: #3862ec;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  font-size: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn:hover {
  background-color: #213ea0;
}

.carousel-mask {
  overflow: visible;
  width: 40%;
}

.section-3 {
  overflow: hidden;
  padding-top: 99px;
  padding-bottom: 99px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #303136;
}

.section-3.is_full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #443013;
}

.grid-4 {
  height: 80vh;
  grid-column-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/African-Adventures-Elephants-Sunset.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #443013;
}

.image-6 {
  width: 15%;
  margin-bottom: 20px;
}

.h3 {
  width: 70%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  color: #b19c75;
  line-height: 35px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.h3.brown {
  color: #443013;
  line-height: 40px;
}

.grid-5 {
  margin-top: 40px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.footer-elephant-div {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 0px;
}

.footer {
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #443013;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-logo-link {
  max-height: none;
  min-width: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 250px;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #b19c75;
  font-size: 18px;
  line-height: 1.5;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #b19c75;
  font-size: 16px;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.text-block {
  color: #b19c75;
}

.sub-page-landing-sec {
  position: relative;
  width: auto;
  height: 30vh;
  background-color: #b19c75;
}

.image-7 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sub-page-land-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(68, 48, 19, 0.6);
}

.sub-page-land-h3 {
  margin-top: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.sub-page-land-h-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-6 {
  grid-column-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-8 {
  height: 80px;
  margin-right: 20px;
}

.h4 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  text-transform: none;
}

.text-span {
  color: #b19c75;
}

.list-2 {
  color: #b19c75;
}

.list-3 {
  color: #b19c75;
}

.video-grid {
  margin-top: 40px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.video {
  width: 400px;
  height: 250px;
  padding: 0px;
}

.video-div {
  padding: 16px;
  background-color: #443013;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 104px;
  padding-left: 104px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.review-text {
  width: 70%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  color: #b19c75;
  line-height: 35px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.review-text.brown {
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #443013;
  line-height: 40px;
}

.slider-2 {
  width: 50vw;
  height: 50vh;
  background-color: transparent;
}

.left-arrow {
  color: #443013;
}

.right-arrow-2 {
  color: #443013;
}

.slide-nav-2 {
  display: none;
}

.guest-name {
  margin-top: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.guest-name.white {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
}

.contact-us-grid {
  margin-top: 40px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-text {
  margin-top: 20px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #443013;
  font-size: 18px;
  font-weight: 800;
  text-decoration: none;
}

.link-text:hover {
  color: #b19c75;
}

.text-field {
  border: 1px none #000;
  background-color: #443013;
  color: #b19c75;
}

.text-field:hover {
  background-color: #b19c75;
}

.text-field:active {
  background-color: #b19c75;
}

.text-field:focus {
  background-color: #b19c75;
}

.text-field::-webkit-input-placeholder {
  background-color: #b19c75;
}

.text-field:-ms-input-placeholder {
  background-color: #b19c75;
}

.text-field::-ms-input-placeholder {
  background-color: #b19c75;
}

.text-field::placeholder {
  background-color: #b19c75;
}

.textarea {
  min-height: 150px;
  border: 1px none #000;
  background-color: #443013;
  font-family: 'Open Sans', sans-serif;
  color: #443013;
  font-weight: 600;
}

.textarea:hover {
  background-color: #b19c75;
}

.field-label {
  font-family: 'Open Sans', sans-serif;
  color: #443013;
}

.submit-button {
  background-color: #b19c75;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #443013;
  font-weight: 700;
}

.submit-button:hover {
  box-shadow: -3px 5px 14px -2px #443013;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.link {
  color: #b19c75;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.image-9 {
  width: 30px;
  height: 30px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.social-icon-link-b {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.social-icon-link-b:hover {
  opacity: 0.5;
}

.social-icon-link-b.margin {
  margin-left: 10px;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
}

.image-10 {
  width: 35px;
  height: 35px;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 25px;
  padding: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #443013;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  text-decoration: none;
}

.div-block-22:hover {
  background-color: #b19c75;
  box-shadow: 0 3px 10px -4px #443013;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.div-block-22._2 {
  margin-right: 0px;
  text-decoration: none;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-25 {
  height: 100%;
}

.div-block-26 {
  height: 50%;
}

.div-block-27 {
  height: 50%;
}

.div-block-28 {
  height: 50%;
}

.image-11 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.anchor {
  position: absolute;
  left: 0%;
  top: -15%;
  right: auto;
  bottom: 0px;
  width: 150px;
  height: 150px;
}

.anchor._2 {
  top: -4%;
}

.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  padding: 20px;
  background-color: #f4f4f4;
}

.nav-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: 1fr max-content max-content max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-logo-link {
  display: block;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.nav-logo {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-link-2 {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  color: #444;
  text-decoration: none;
}

.nav-link-2:hover {
  text-decoration: underline;
}

.div-block-29 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 150px;
  height: 150px;
}

.div-block-31 {
  position: fixed;
}

.texture-bg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -99999;
}

.image-13 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 125%;
  max-width: 100%;
}

@media screen and (max-width: 991px) {
  .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .nav-link:focus {
    color: #b19c75;
  }

  .menu-sec {
    height: auto;
  }

  .landing-slider-sec {
    height: 350px;
  }

  .div-block-2 {
    width: 50%;
  }

  .div-block-3 {
    width: 50%;
  }

  .icon {
    margin-left: 5px;
  }

  .slider-heading {
    margin-bottom: 0px;
    font-size: 85px;
  }

  .slider-heading._2 {
    font-size: 40px;
    line-height: 44px;
  }

  .paragraph.tan {
    text-align: left;
  }

  .paragraph.tan.right.center {
    text-align: center;
  }

  .section.brown-bg {
    padding: 60px;
  }

  .section.brown-bg.no-padding {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section.bg {
    padding: 60px;
    background-position: 50% 0%;
    background-attachment: fixed;
  }

  .grid-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .lightbox-link {
    height: 30vh;
  }

  .div-block-6 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slider-p {
    margin-top: 5px;
  }

  .h2.brown {
    font-size: 25px;
    line-height: 30px;
  }

  .h2.white {
    font-size: 25px;
    line-height: 25px;
  }

  .h2-div {
    height: 15vh;
  }

  .div-block-16 {
    padding-right: 100px;
    padding-left: 100px;
  }

  .accordion-container {
    width: 100%;
  }

  .price-heading {
    font-size: 40px;
    line-height: 40px;
  }

  .grid-3 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto;
  }

  .card-header {
    height: 250px;
  }

  .arrow-left {
    background-color: #b19c75;
  }

  .arrow-right {
    background-color: #b19c75;
  }

  .card-body {
    height: 28vh;
    padding-right: 10px;
    padding-left: 10px;
  }

  .carousel-slider._9 {
    right: -168%;
  }

  .carousel-slider._10 {
    right: -524px;
  }

  .carousel-slider._11 {
    right: -580px;
  }

  .carousel-mask {
    width: 60%;
  }

  .grid-4 {
    height: auto;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block-17 {
    height: 500px;
  }

  .footer-elephant-div {
    position: absolute;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .grid-6 {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .video {
    width: 250px;
    height: 150px;
  }

  .video-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slider-2 {
    width: 90vw;
  }

  .link-text {
    text-align: center;
  }

  .text-field:hover {
    color: #000;
  }

  .icon-2 {
    margin-right: 5px;
  }

  .bold-text {
    font-size: 25px;
  }

  .footer-spacer {
    height: 50px;
    margin-bottom: 0px;
    padding-bottom: 150px;
  }

  .menu-button {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: 999;
    width: 35px;
    height: 35px;
    margin-top: 30px;
    margin-left: 25px;
    padding: 0px;
    background-image: url('../images/Menu-Ham.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    color: #ddbda7;
    font-size: 35px;
  }

  .menu-button.w--open {
    width: 35px;
    height: 35px;
    padding: 0px;
    background-color: transparent;
    background-image: url('../images/Menu-Exit.svg');
    background-position: 50% 50%;
    background-size: contain;
    color: #37150c;
  }

  .nav-menu {
    background-color: #443013;
    box-shadow: inset 0 0 20px -8px #000;
  }

  .icon-3 {
    color: #443013;
  }

  .icon-4 {
    color: #443013;
  }
}

@media screen and (max-width: 767px) {
  .landing-slider-sec {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .slider {
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-2 {
    width: 100%;
    height: 40%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-3 {
    width: 100%;
    height: 60%;
  }

  .div-block-4 {
    width: 100%;
    height: 50%;
  }

  .icon {
    margin-bottom: 0px;
    margin-left: 0px;
    background-color: #443013;
    color: #b19c75;
    font-size: 40px;
  }

  .slider-heading {
    margin-top: 0px;
    font-size: 70px;
    line-height: 30px;
  }

  .slider-heading._2 {
    font-size: 30px;
    line-height: 35px;
  }

  .slider-button {
    margin-top: 20px;
    padding: 10px;
    font-size: 16px;
  }

  .div-block-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph.tan {
    font-size: 16px;
    line-height: 25px;
  }

  .section.brown-bg {
    padding: 40px;
  }

  .section.bg {
    padding: 40px;
    background-position: 50% 0%;
    background-attachment: fixed;
  }

  .sub-page-land-h1 {
    margin-bottom: 20px;
    font-size: 60px;
  }

  .sub-page-land-h1.white {
    margin-bottom: 20px;
    font-size: 60px;
  }

  .sub-page-land-h1.tan {
    font-size: 85px;
    line-height: 30px;
  }

  .slider-p {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 14px;
  }

  .h2 {
    font-size: 25px;
    line-height: 25px;
  }

  .h2.brown {
    font-size: 20px;
    line-height: 25px;
  }

  .h2-div {
    height: 10vh;
  }

  .h2-div.tan {
    height: 8vh;
  }

  .accordion-p {
    font-size: 16px;
  }

  .grid-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .arrow-left {
    bottom: -0.3%;
  }

  .carousel-slider._6 {
    right: -45%;
  }

  .carousel-slider._2 {
    right: -9%;
  }

  .carousel-slider._4 {
    right: -27%;
  }

  .carousel-slider._3 {
    right: -18%;
  }

  .carousel-slider._7 {
    right: -54%;
  }

  .carousel-slider._5 {
    right: -36%;
  }

  .carousel-slider._8 {
    right: -63%;
  }

  .carousel-slider._9 {
    right: -75%;
  }

  .carousel-slider._10 {
    right: -85%;
  }

  .carousel-slider._11 {
    right: -95%;
  }

  .carousel-mask {
    width: 80%;
  }

  .grid-4 {
    justify-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .div-block-17 {
    height: 300px;
  }

  .h3 {
    width: 85%;
    font-size: 18px;
    line-height: 25px;
  }

  .grid-5 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .footer-heading {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
  }

  .footer-link {
    text-align: center;
  }

  .video {
    width: 200px;
    height: 100px;
  }

  .slider-2 {
    width: 95vw;
  }

  .contact-us-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .heading-3 {
    font-size: 16px;
  }

  .div-block-22 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .icon-2 {
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #443013;
    color: #b19c75;
    font-size: 40px;
    line-height: 40px;
  }

  .div-block-30 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slide-nav-3 {
    display: none;
    font-size: 10px;
  }

  .bold-text-2 {
    font-size: 18px;
    line-height: 20px;
  }
}

@media screen and (max-width: 479px) {
  .nav-link {
    color: #443013;
  }

  .nav-link:hover {
    color: #443013;
  }

  .nav-link:active {
    color: #443013;
  }

  .nav-link:focus {
    color: #443013;
  }

  .nav-link:visited {
    color: #443013;
  }

  .landing-slider-sec {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slider {
    display: block;
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block {
    width: 100vw;
    height: 50vh;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .div-block-2 {
    width: auto;
    height: 70%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-3 {
    height: 50%;
  }

  .image-3 {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .div-block-4 {
    width: 100vw;
    height: 60%;
  }

  .slider-heading {
    font-size: 60px;
  }

  .slider-button._2 {
    text-align: center;
  }

  .slider-button._2.no-margin {
    margin-left: auto;
  }

  .div-block-5 {
    width: auto;
    padding-top: 31px;
    padding-bottom: 31px;
  }

  .paragraph {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
  }

  .paragraph.tan {
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph.left {
    text-align: center;
  }

  .section.brown-bg {
    padding: 40px 20px;
  }

  .section.bg {
    padding: 40px 20px;
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  .sub-page-land-h1 {
    text-align: center;
  }

  .sub-page-land-h1.tan {
    font-size: 75px;
    line-height: 20px;
  }

  .lightbox-link {
    height: 20vh;
  }

  .h2 {
    font-size: 20px;
  }

  .h2.brown {
    font-size: 20px;
    line-height: 20px;
  }

  .h2.white {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 20px;
  }

  .h2-div {
    height: 8vh;
  }

  .h2-div.tan {
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-16 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .paragraph-2 {
    font-size: 18px;
  }

  .button {
    font-size: 18px;
  }

  .accordion-pane-content {
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .accordion-pane {
    padding-right: 10px;
    padding-left: 10px;
  }

  .price-heading {
    font-size: 30px;
    line-height: 35px;
  }

  .accordion-p {
    font-size: 14px;
    line-height: 20px;
  }

  .grid-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card-header {
    height: 200px;
  }

  .carousel.is_contained {
    width: 90%;
  }

  .arrow-left {
    left: -18%;
    bottom: -0.7%;
  }

  .arrow-right {
    right: -18%;
  }

  .card-body {
    height: 22vh;
    padding: 20px 10px;
  }

  .carousel-slider {
    padding-right: 10px;
    padding-left: 10px;
  }

  .carousel-slider._6 {
    right: 0%;
  }

  .carousel-slider._2 {
    right: 0%;
  }

  .carousel-slider._4 {
    right: 0%;
  }

  .carousel-slider._3 {
    right: 0%;
  }

  .carousel-slider._7 {
    right: 0%;
  }

  .carousel-slider._5 {
    right: 0%;
  }

  .carousel-slider._8 {
    right: 0%;
  }

  .carousel-slider._9 {
    right: 0%;
  }

  .carousel-slider._10 {
    right: 0%;
  }

  .carousel-slider._11 {
    right: 0%;
  }

  .carousel-mask {
    width: 100%;
  }

  .div-block-17 {
    height: 250px;
    background-position: 0% 0%;
  }

  .div-block-18 {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .image-6 {
    margin-right: auto;
    margin-left: auto;
  }

  .h3 {
    width: auto;
  }

  .grid-5 {
    margin-top: 20px;
  }

  .footer-elephant-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .footer {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo-link {
    height: auto;
  }

  .footer-image {
    width: 150px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .text-block {
    text-align: center;
  }

  .sub-page-landing-sec {
    height: 25vh;
  }

  .sub-page-land-h3 {
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-19 {
    padding: 20px;
  }

  .image-8 {
    height: 40px;
  }

  .h4 {
    font-size: 15px;
  }

  .list-3 {
    margin-bottom: 0px;
    padding-left: 20px;
  }

  .video-grid {
    margin-top: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .video {
    width: 250px;
  }

  .div-block-20 {
    height: 40vh;
    padding-right: 60px;
    padding-left: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .review-text.brown {
    font-size: 16px;
    line-height: 20px;
  }

  .slider-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .guest-name {
    font-size: 14px;
  }

  .guest-name.white {
    text-align: center;
  }

  .contact-us-grid {
    margin-top: 20px;
  }

  .link-text {
    margin-top: 10px;
  }

  .image-10 {
    width: 30px;
    height: 30px;
  }

  .div-block-22 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-23 {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sticky-nav {
    padding: 0px;
  }

  .nav-grid {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }

  .slide {
    width: auto;
    height: auto;
  }

  .mask {
    width: auto;
  }

  .image-12 {
    overflow: hidden;
    width: 225%;
    max-width: none;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .slide-2 {
    width: auto;
    height: auto;
  }

  .menu-button {
    width: 30px;
    height: 30px;
    margin-top: 35px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }

  .menu-button.w--open {
    background-size: contain;
    -webkit-transition-property: none;
    transition-property: none;
  }

  .nav-menu {
    background-color: #b19c75;
  }

  .image-13 {
    height: 102%;
  }

  .slide-nav-3 {
    font-size: 8px;
  }

  .body {
    background-color: #b19c75;
  }

  .click-cover {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 99;
    width: 200px;
    height: 25px;
    margin-right: auto;
    margin-left: auto;
    background-color: transparent;
  }

  .bold-text-2 {
    font-size: 14px;
  }

  .bold-text-3 {
    font-size: 16px;
    line-height: 20px;
  }

  .icon-5 {
    margin-right: 0px;
  }

  .icon-6 {
    margin-left: 0px;
  }

  .image-14 {
    height: 200px;
  }

  .list-4 {
    margin-bottom: 0px;
  }
}

#w-node-dc9fa785-544b-755e-cdd5-5d5df5b227ed-c8b623af {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_108bfca0-8834-ca8b-3bb2-6db6032e6f1e-c8b623af {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_5dfa83c0-c978-7818-475b-5816622866fa-c8b623af {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-b08530f8-a376-c61a-aaa4-beb41234cf56-c8b623af {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_20e8a02e-23a3-3a03-3c95-187cfd70f024-c8b623af {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_3771b847-332c-8357-fbb2-c93c7649b857-c8b623af {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-b547eff0-0e4b-0f03-8cc6-fece65224841-c8b623af {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_44674124-89a5-770e-dab2-9d1e0f916ae5-c8b623af {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_1508d204-e4d3-0051-2ef1-39a834e5a5e0-c8b623af {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-e09bcec4-e3e3-ada5-882a-62233d833a22-5f67f0f6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_4f133efa-6f6c-5e0e-e266-84aec51ca7b9-5f67f0f6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_50455cb8-a614-a780-80d6-4a02f37e9d96-5f67f0f6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_5dbc3eb5-cbb3-e1b7-219b-30176322bb7b-5f67f0f6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_5dbc3eb5-cbb3-e1b7-219b-30176322bb7e-5f67f0f6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_5dbc3eb5-cbb3-e1b7-219b-30176322bb81-5f67f0f6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-a9f8fdf4-cf13-5f68-2018-e6b7c3e15bbc-5f67f0f6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-a9f8fdf4-cf13-5f68-2018-e6b7c3e15bbf-5f67f0f6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-a9f8fdf4-cf13-5f68-2018-e6b7c3e15bc2-5f67f0f6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_961734dd-3c87-7750-3fda-691202736a13-5f67f0f6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_961734dd-3c87-7750-3fda-691202736a16-5f67f0f6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_961734dd-3c87-7750-3fda-691202736a19-5f67f0f6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_074e9f58-3c6c-a73b-3953-79fafcaa6839-5f67f0f6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_074e9f58-3c6c-a73b-3953-79fafcaa683c-5f67f0f6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_074e9f58-3c6c-a73b-3953-79fafcaa683f-5f67f0f6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_4a20f4fd-7128-ef04-c0cd-ed973cfd769b-5f67f0f6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_4a20f4fd-7128-ef04-c0cd-ed973cfd769e-5f67f0f6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_4a20f4fd-7128-ef04-c0cd-ed973cfd76a1-5f67f0f6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-eaad35f8-4ca9-0bac-0132-cee8795afcdd-5f67f0f6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-eaad35f8-4ca9-0bac-0132-cee8795afce0-5f67f0f6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-eaad35f8-4ca9-0bac-0132-cee8795afce3-5f67f0f6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-c0739efa-8ffc-2ec1-fbdc-0a3f36468699-5f67f0f6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-c0739efa-8ffc-2ec1-fbdc-0a3f3646869c-5f67f0f6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-c0739efa-8ffc-2ec1-fbdc-0a3f3646869f-5f67f0f6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_19621d96-2671-caf2-4309-0c8000612f19-5f67f0f6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_19621d96-2671-caf2-4309-0c8000612f1c-5f67f0f6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_19621d96-2671-caf2-4309-0c8000612f1f-5f67f0f6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_3f7960a3-99a1-77ca-e136-cafc36410597-5f67f0f6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_3f7960a3-99a1-77ca-e136-cafc3641059a-5f67f0f6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_3f7960a3-99a1-77ca-e136-cafc3641059d-5f67f0f6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-bfa6bfce-d4ef-545a-70ae-ee25053b011e-5f67f0f6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-bfa6bfce-d4ef-545a-70ae-ee25053b0121-5f67f0f6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-bfa6bfce-d4ef-545a-70ae-ee25053b0124-5f67f0f6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_108bfca0-8834-ca8b-3bb2-6db6032e6f1e-665ea6a7 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_5dfa83c0-c978-7818-475b-5816622866fa-665ea6a7 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-dc9fa785-544b-755e-cdd5-5d5df5b227ed-665ea6a7 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

