:root {
  --black: #1c1715;
  --chocolate: #ca5628;
  --white: white;
  --dark-grey: #aeaeae;
}

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 700;
  line-height: 130%;
}

a {
  text-decoration: underline;
}

.body {
  color: var(--black);
  font-family: Trirong, sans-serif;
}

.container {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.container.fixed {
  width: 1660px;
  padding-left: 0;
}

.container.center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container.center._150-up-margin {
  margin-top: 150px;
}

.container._100up-margin {
  margin-top: 200px;
}

.container.up-margin100 {
  margin-top: 100px;
}

.container._50up-margin-2 {
  margin-top: 50px;
}

.s1-hero {
  z-index: -3;
  background-image: url('../images/JC7_5041-HDR-Edit-copy.jpg');
  background-position: 50%;
  background-size: cover;
  align-items: center;
  height: 700px;
  display: flex;
  position: static;
}

.content-wrapper-box {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(253, 253, 253, .6);
  max-width: 500px;
  margin-left: -57px;
  padding: 25px 36px 25px 72px;
  position: relative;
}

.heading {
  text-transform: uppercase;
  object-fit: fill;
  max-width: 500px;
  margin-right: 0;
  padding-right: 0;
  font-size: 41px;
  font-weight: 500;
}

.text-block {
  width: 80%;
  font-size: 18px;
  font-weight: 300;
  line-height: 200%;
}

.sidebar {
  background-color: var(--black);
  width: 8px;
  height: 100%;
  margin-left: -7px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.div-block {
  z-index: -1;
  background-color: rgba(221, 221, 221, .7);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button {
  background-color: var(--chocolate);
  color: var(--white);
  padding: 18px 60px;
  line-height: 100%;
}

.button.up-margin {
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  transition: all .2s;
}

.button.up-margin:hover {
  background-color: #d65e2e;
}

.sec-regular {
  padding-top: 100px;
  padding-bottom: 100px;
}

.sec-regular.grey {
  background-color: #f3f3f3;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.sec-regular.grey.hide {
  display: none;
}

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

.grid1-box {
  max-width: 300px;
}

.text-block-2 {
  margin-top: 27px;
  font-size: 25px;
  line-height: 100%;
}

.text-span {
  color: var(--chocolate);
  font-weight: 600;
}

.text-block-3 {
  color: rgba(28, 23, 21, .6);
  margin-top: 26px;
  line-height: 200%;
}

.link-block {
  color: var(--black);
  margin-top: 27px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
}

.link-block:hover {
  color: var(--chocolate);
}

.image-wrapper {
  background-image: url('../images/JC7_5023-HDR-Edit.jpg');
  background-position: 50%;
  background-size: cover;
  width: 70vw;
  height: 500px;
}

.image-wrapper.img1 {
  background-image: url('../images/JC7_4900-HDR-Edit.jpg');
  background-position: 50%;
  background-size: cover;
  height: auto;
}

.image-wrapper.img2 {
  background-image: url('../images/JC7_4875.jpg');
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
}

.image-wrapper.img3 {
  height: auto;
}

.image-wrapper.img5 {
  background-image: url('../images/--JCP_9105.jpg');
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
}

.image-wrapper.img4 {
  background-image: url('../images/---JCP_9085.jpg');
  background-position: 50%;
  background-size: cover;
  height: auto;
}

.image-wrapper.img6 {
  background-image: url('../images/JCP_9064.jpg');
  height: auto;
}

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

.image-wrapper-stretch {
  height: 580px;
  display: flex;
}

.sec-imgsl-desktop {
  position: relative;
}

.heading-2 {
  text-align: center;
  margin-top: 30px;
  font-size: 42px;
  font-weight: 500;
  line-height: 100%;
}

.paragraph {
  margin-top: 20px;
  font-size: 16px;
  line-height: 200%;
}

.paragraph.center {
  text-align: center;
  padding-bottom: 17px;
  font-weight: 300;
}

.paragraph.center.max560 {
  max-width: 560px;
}

.paragraph.white {
  color: #fff;
  font-weight: 300;
}

.sec-small {
  padding-top: 60px;
  padding-bottom: 60px;
}

.sec-orange {
  background-color: var(--chocolate);
  padding-top: 120px;
  padding-bottom: 120px;
}

.grid2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.text-block-4 {
  color: var(--white);
  font-size: 48px;
  line-height: 100%;
}

.div-block-3 {
  background-color: #fff;
  width: 100px;
  height: 4px;
  margin-top: 10px;
}

.grid3 {
  grid-column-gap: 100px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: grid;
}

.grid3-box {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-block-5 {
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  line-height: 100%;
}

.content-wrapper-center-block-filter {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: center;
  background-color: rgba(253, 253, 253, .7);
  max-width: 666px;
  margin-left: auto;
  margin-right: auto;
  padding: 27px 106px;
  position: absolute;
  top: auto;
  bottom: -12%;
  left: 0%;
  right: 0%;
}

.text-block-6 {
  font-size: 32px;
  font-weight: 500;
  line-height: 130%;
}

.text-block-6.up-margin-30 {
  margin-top: 30px;
}

.text-block-7 {
  color: var(--chocolate);
  font-size: 16px;
  line-height: 200%;
}

.grid4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 130px;
  display: grid;
}

.grid4-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.grid4-box.padding {
  padding-left: 40px;
  padding-right: 40px;
}

.grid4-box.image-bg {
  background-image: url('../images/JCP_9068.jpg');
  background-position: 50%;
  background-size: cover;
}

.heading-3 {
  text-align: left;
  margin-top: 30px;
  font-size: 42px;
  font-weight: 500;
  line-height: 100%;
}

.div-block-4 {
  margin-top: 30px;
  display: flex;
}

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

.div-block-5 {
  margin-right: 10px;
}

.div-block-6 {
  margin-left: 10px;
}

.text-block-9 {
  color: rgba(28, 23, 21, .6);
  line-height: 200%;
}

.divider {
  background-color: rgba(28, 23, 21, .3);
  height: 2px;
  margin-top: 40px;
}

.footer {
  background-color: var(--black);
  padding-top: 100px;
  padding-bottom: 100px;
}

.navbar-2 {
  background-color: rgba(221, 221, 221, 0);
}

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

.button--invert {
  border: 1px solid var(--chocolate);
  color: var(--chocolate);
  text-align: center;
  background-color: rgba(202, 86, 40, 0);
  padding: 18px 40px;
  line-height: 100%;
  transition: all .2s;
}

.button--invert:hover {
  background-color: var(--chocolate);
  color: var(--white);
}

.button--invert.up-margin {
  margin-top: 20px;
}

.image {
  width: 500px;
  max-width: 150px;
}

.menu-button {
  margin-right: 140px;
}

.menu-button.w--open {
  background-color: #fff;
}

.nav-menu {
  color: var(--black);
  background-color: #fff;
  box-shadow: 5px 1px 17px rgba(0, 0, 0, .15);
}

.nav-link {
  color: var(--black);
  -webkit-text-stroke-color: var(--black);
  padding: 25px 40px;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  transition: all .2s;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--chocolate);
}

.nav-link.current {
  color: var(--black);
}

.nav-link.hide {
  display: none;
}

.image-2 {
  max-width: 150px;
}

.image-3, .image-4 {
  margin-bottom: 20px;
}

.image-5, .image-6 {
  margin-top: 20px;
}

.slide-mobile {
  display: none;
}

.s-hero-image {
  background-image: url('../images/airbnbbalcony-view.jpeg');
  background-position: 50%;
  background-size: cover;
  padding-top: 130px;
  padding-bottom: 130px;
}

.grid5 {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  margin-top: 100px;
  display: grid;
}

.grid5-2-box {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.grid5-2 {
  grid-column-gap: 25px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid5-2.up-margin {
  margin-top: 70px;
}

.text-block-10 {
  padding-top: 30px;
  padding-bottom: 20px;
  font-size: 24px;
  line-height: 100%;
}

.paragraph-2 {
  margin-top: 20px;
  font-size: 14px;
  line-height: 170%;
}

.paragraph-2.center {
  text-align: center;
  font-weight: 300;
}

.paragraph-2.center.max560 {
  max-width: 560px;
}

.paragraph-2.white {
  color: #fff;
  font-weight: 300;
}

.text-block-11 {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 100%;
}

.divider2 {
  background-color: rgba(28, 23, 21, .3);
  width: 100%;
  height: 1px;
  margin-top: 20px;
}

.image-10 {
  width: 30px;
  margin-right: 20px;
}

.div-block-7 {
  margin-top: 20px;
}

.grid5-2-box-img {
  background-image: url('../images/JC7_5041-HDR-Edit-copy.jpg');
  background-position: 50%;
  background-size: cover;
  height: 440px;
  position: relative;
}

.text-block-12 {
  background-color: var(--black);
  color: var(--white);
  padding: 4px 22px;
  line-height: 200%;
  display: inline-block;
}

.text-block-13 {
  color: var(--black);
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
}

.div-block-8 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--black);
  background-color: rgba(255, 255, 255, .7);
  padding: 16px 20px;
  display: inline-block;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: 0%;
  right: auto;
}

.div-block-9 {
  background-color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 200px;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  box-shadow: 1px 1px 14px rgba(0, 0, 0, .2);
}

.text-block-14 {
  text-align: center;
  font-size: 40px;
  line-height: 150%;
}

.grid5-2-box-img2 {
  background-image: url('../images/JC7_5001.jpg');
  background-position: 70%;
  background-size: cover;
  height: 440px;
  position: relative;
}

.grid-6 {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: -20px;
  display: flex;
}

.grid6-box {
  width: 100%;
}

.grid6-box-img {
  background-image: url('../images/--JCP_9105.jpg');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  height: 650px;
  position: relative;
}

.div-block-9-copy {
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 200px;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.s-hero-image-2 {
  background-image: url('../images/JCP_9129.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 200px;
}

.heading-2-1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 500;
  line-height: 100%;
}

.container-left {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.container-left.fixed {
  width: 1660px;
}

.container-left.center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container-left.center._150-up-margin {
  margin-top: 150px;
}

.container-left._100up-margin {
  margin-top: 200px;
}

.container-left.up-margin100 {
  margin-top: 100px;
}

.headline-block {
  align-items: center;
  display: flex;
}

.div-block-10 {
  background-color: var(--black);
  width: 5vw;
  height: 5px;
  margin-right: 25px;
}

.flexbox-1-1 {
  flex-direction: row;
  justify-content: space-between;
  margin-top: 100px;
  display: flex;
}

.flex-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-left: 40px;
  display: flex;
}

.flex-left {
  background-image: url('../images/JC7_5023-HDR-Edit.jpg');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  height: 570px;
  margin-right: 20px;
}

.button-2 {
  background-color: var(--black);
  margin-top: 30px;
  padding: 11px 90px;
  line-height: 200%;
}

.block-quote {
  border-left-color: var(--black);
  margin-top: 30px;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

.paragraph-2---grey {
  color: rgba(28, 23, 21, .7);
  margin-top: 20px;
  font-size: 16px;
  line-height: 200%;
}

.paragraph-2---grey.center {
  text-align: center;
  font-weight: 300;
}

.paragraph-2---grey.center.max560 {
  max-width: 560px;
}

.paragraph-2---grey.white {
  color: #fff;
  font-weight: 300;
}

.flex-left-2 {
  background-image: url('../images/JCP_9068.jpg');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  height: 570px;
  margin-right: 20px;
}

.cta-block {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 90px;
  display: flex;
}

.text-block-15 {
  color: var(--white);
  text-align: center;
  font-family: Trirong, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 150%;
}

.paragraph-3 {
  color: var(--white);
  text-align: center;
  max-width: 600px;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
}

.button-3 {
  background-color: var(--white);
  color: var(--black);
  margin-top: 20px;
  padding: 11px 90px;
  font-weight: 700;
  line-height: 200%;
}

.s-hero-image-3 {
  background-image: url('../images/JC7_5029-HDR-Edit.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 200px;
}

.s-hero-image-3._100-pad {
  padding-top: 100px;
  padding-bottom: 100px;
}

.faq-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  display: grid;
}

.accordion-item {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, .03);
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 30px;
}

.icon.accordion-icon {
  color: rgba(0, 0, 0, .6);
  cursor: pointer;
  font-size: 32px;
  line-height: 30px;
  transform: rotate(-90deg);
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.accordion-wrapper {
  margin-top: 50px;
}

.accordion-tab-button {
  cursor: pointer;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 18px;
  transition: background-color .2s;
  display: flex;
}

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

.accordion-arrow {
  opacity: .8;
  width: 15px;
}

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

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

.large-open-close-line {
  background-color: #514f6e;
  border-radius: 500px;
  flex: none;
  width: 100%;
  height: 2.6px;
  min-height: 2.6px;
  position: absolute;
}

.large-open-close-line.second-line {
  transform: rotate(90deg);
}

.accordion-3-open-close-icon-wrapper {
  background-color: rgba(247, 247, 251, 0);
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-height: 50px;
  display: flex;
}

.accordion-paragraph {
  width: 100%;
  max-width: 90%;
  margin-top: 18px;
  margin-bottom: 0;
}

.accordion-content---brix {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.open-close-icon-wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 14px;
  min-height: 14px;
  display: flex;
  position: relative;
}

.open-close-icon-wrapper.large-icon {
  width: 18px;
  min-height: 18px;
}

.accordion-item1 {
  cursor: pointer;
  background-color: #fff;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 40px;
  display: flex;
}

.accordion-item1.accordion-3 {
  border: 1px solid var(--black);
  border-radius: 0;
  margin-bottom: 0;
  padding-left: 32px;
  padding-right: 32px;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 2px 6px rgba(19, 18, 66, .07);
}

.accordion-item1.accordion-3:hover {
  box-shadow: none;
}

.accordion-item-title {
  color: #170f49;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.accordion-item-title.accordion-3 {
  color: var(--black);
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
}

.accordion-trigger {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.contact-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.contact-flex {
  color: var(--black);
  flex-direction: row;
  align-items: flex-start;
  width: 350px;
  text-decoration: none;
  display: flex;
}

.c-flex2 {
  margin-right: 10px;
}

.text-block-16 {
  font-size: 24px;
  line-height: 150%;
}

.text-block-17 {
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

.image-11 {
  margin-top: 5px;
}

.flex-gallery1 {
  justify-content: space-around;
  display: flex;
  position: relative;
}

.flex-gallery-2bd {
  background-image: url('../images/IMG_6517.jpg');
  background-position: 50%;
  background-size: cover;
  width: 60%;
  max-height: 100%;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.flex-gallery1-2 {
  flex-direction: column;
  justify-content: space-between;
  width: 40%;
  height: 500px;
  margin-left: 10px;
  display: flex;
}

.flex-gallery1-3 {
  background-image: url('../images/JC7_5029-HDR-Edit.jpg');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  height: 400px;
}

.flex-gallery-2-1---2b {
  background-image: url('../images/JC7_4960.jpg');
  background-position: 50%;
  background-size: cover;
  height: 48%;
}

.flex-gallery-2-2---2b {
  background-image: url('../images/JC7_5020-HDR-Edit.jpg');
  background-position: 50%;
  background-size: cover;
  height: 48%;
  position: relative;
}

.main {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 8vw;
  padding-right: 8vw;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-4 {
  color: #a8a8a8;
  background-color: #eee;
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  position: absolute;
  top: auto;
  bottom: 6%;
  left: auto;
  right: 4%;
}

.p1-left {
  color: #333;
  font-size: 28px;
  font-weight: 500;
  line-height: 150%;
}

.modals {
  z-index: 10;
  background-color: rgba(38, 38, 41, .3);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 80px 20px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.modal-1 {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 10px;
  max-width: 1440px;
  padding: 40px;
  display: none;
  position: relative;
}

.p3-left-reg {
  color: #333;
  font-size: 18px;
  line-height: 140%;
}

.grp-modal-1 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.grp-modal-1.mb40 {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
}

.btn-close {
  z-index: 5;
  background-color: #fff;
  border-radius: 1000px;
  padding: 16px 20px;
  position: absolute;
  top: 1%;
  bottom: auto;
  left: auto;
  right: 1%;
}

.slider-div {
  padding: 0 140px 220px;
}

.collection-list-wrapper-2 {
  display: block;
}

.text-block-18, .text-block-19 {
  text-align: center;
}

.slider-thumb-image-2 {
  background-color: rgba(0, 0, 0, 0);
  max-width: 100%;
  height: auto;
  max-height: none;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.caption {
  color: #8b8b8b;
  text-align: left;
  letter-spacing: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  position: relative;
}

.slider-thumb-image-6 {
  background-color: #fff;
  max-width: 100%;
  height: auto;
  max-height: none;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-11 {
  display: block;
}

.icon-3 {
  font-size: 20px;
}

.slider-thumb-wrap-1 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/JC7_5029-HDR-Edit.jpg');
  background-position: 50%;
  background-size: cover;
  flex: 1;
  width: 150px;
  max-width: none;
  height: 150px;
  max-height: none;
  margin-left: 0;
  margin-right: 6px;
  padding: 0;
  display: inline-block;
  position: static;
  overflow: visible;
}

.slider-thumb-wrap-1:hover {
  border: 1px solid #000;
}

.text {
  width: 100%;
  height: auto;
  margin-top: 15px;
}

.slider-thumb-wrap-2 {
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: none;
  margin-left: 0;
  margin-right: 6px;
  padding: 0;
  display: inline-block;
  position: static;
  overflow: visible;
}

.slider-navigation {
  z-index: 4;
  background-color: rgba(255, 255, 255, .27);
  border: 1px dashed #32ff47;
  height: 100px;
  margin: 0;
  padding-top: 0;
  position: absolute;
  top: auto;
  bottom: -25%;
  left: 0%;
  right: 0%;
}

.slider-navigation.no-perspective {
  z-index: 4;
  clear: none;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  border: 0 rgba(0, 0, 0, 0);
  flex-wrap: nowrap;
  height: auto;
  margin-top: -100px;
  margin-left: 0;
  margin-right: -6px;
  position: static;
  overflow: visible;
}

.left-arrow {
  background-color: rgba(0, 0, 0, .3);
  width: 50px;
  height: 50px;
  margin-top: 25%;
  margin-bottom: 0;
}

.image-12 {
  width: 100%;
  display: inline-block;
  position: relative;
}

.audi-slider {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
}

.slide-nav {
  z-index: 4;
  opacity: 0;
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid red;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: stretch;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-family: Lato, sans-serif;
  font-size: 88px;
  line-height: 0;
  display: flex;
  position: relative;
  top: 30px;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.right-arrow {
  background-color: rgba(0, 0, 0, .3);
  width: 50px;
  height: 50px;
  margin-top: 25%;
  margin-bottom: 0;
}

.slider__mask {
  position: static;
  overflow: visible;
}

.slide-7 {
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.slider {
  background-color: rgba(0, 0, 0, 0);
  width: 800px;
  height: 600px;
}

.slider__icon {
  font-size: 24px;
  font-weight: 700;
}

.slider__nav {
  padding-top: 40px;
  padding-bottom: 40px;
}

.slide__image {
  z-index: 1;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  box-shadow: 0 10px 40px rgba(0, 0, 0, .5);
}

.slide__image.previous {
  z-index: 0;
  transform-origin: 50%;
  transform: translate(-120px)rotate(-3deg)scale(.8);
}

.slide__image.current {
  z-index: 2;
  transform-origin: 50%;
}

.slide__image.next {
  z-index: 1;
  transform-origin: 50%;
  transform: translate(120px)rotate(3deg)scale(.8);
}

.slider__arrow {
  color: #101010;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: color .2s, background-color .2s;
  display: flex;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .4);
}

.slider__arrow:hover {
  color: #fff;
  background-color: #000;
}

.slider__arrow.left {
  transform: translate(-50%);
}

.slider__arrow.right {
  transform: translate(50%);
}

.col-wrapper {
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  max-height: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-slider {
  justify-content: center;
  display: flex;
}

.image-copy {
  width: 500px;
  height: 500px;
}

.slider-2 {
  background-color: rgba(221, 221, 221, 0);
  height: 100%;
  max-height: 700px;
}

.div-block-12 {
  background-color: var(--black);
  width: 70%;
  height: 1px;
  margin-bottom: 30px;
}

.modals-1-2 {
  z-index: 10;
  background-color: rgba(38, 38, 41, .3);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 80px 20px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.modal-1-2 {
  background-color: #fff;
  border-radius: 10px;
  max-width: 800px;
  padding: 40px;
  display: none;
}

.btn-close-2 {
  padding: 12px;
}

.button-open-modal2 {
  background-color: #333;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.button-5 {
  text-transform: uppercase;
  cursor: pointer;
  background-color: #363d4e;
  padding: 20px 50px;
  font-size: 16px;
  transition: all .425s;
}

.button-5:hover {
  background-color: #2a3141;
}

.modal {
  background-color: rgba(0, 0, 0, .5);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-inner {
  width: 100%;
}

.modal-wrap {
  opacity: 0;
  text-align: center;
  background-color: #fcf9f2;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 50px;
  position: relative;
  box-shadow: 1px 1px 18px rgba(0, 0, 0, .19);
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 25px;
}

.paragraph-4 {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 28px;
}

.close-block {
  cursor: pointer;
  background-color: #363d4e;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  top: -25px;
  bottom: auto;
  left: auto;
  right: -25px;
}

.modal-close_btn {
  z-index: 10;
  color: #fff;
  padding: 12px 16px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: .7;
  text-decoration: none;
  transition: opacity .2s;
  position: absolute;
  top: 3%;
  bottom: auto;
  left: auto;
  right: 3%;
}

.modal-close_btn:hover {
  color: #fff;
}

.button-6 {
  background-color: #4353ff;
  padding: 16px 24px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  transition-property: none;
}

.button-6.modal-open_btn {
  z-index: 20;
  color: #a8a8a8;
  background-color: #eee;
  padding: 9px 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  transition: all .2s;
  position: absolute;
  top: auto;
  bottom: 6%;
  left: auto;
  right: 4%;
}

.button-6.modal-open_btn:hover {
  box-shadow: 0 2px 12px rgba(0, 0, 0, .2);
}

.displayonly_component {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  margin-top: 40px;
  padding: 40px;
  display: flex;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .07), 0 50px 100px rgba(0, 0, 0, .05);
}

.displayonly_margin-top {
  margin-top: 40px;
}

.sr-only {
  color: #fff;
  white-space: nowrap;
  border: 0 solid rgba(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin-top: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.modal-container {
  z-index: 5;
  background-color: rgba(69, 34, 34, 0);
  max-width: 1280px;
  margin: 4vw auto auto;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.modal-wrapper {
  z-index: 99999;
  background-color: rgba(20, 20, 20, .8);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: scroll;
}

.modal-close_area {
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.button-4-1 {
  color: #a8a8a8;
  background-color: #eee;
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  position: absolute;
  top: auto;
  bottom: 6%;
  left: auto;
  right: 4%;
}

.image-13 {
  height: 800px;
}

.text-span-2 {
  color: #fff;
}

.slider-3 {
  background-color: rgba(221, 221, 221, 0);
  height: 100%;
  max-height: 700px;
}

.flex-gallery-1bd {
  background-image: url('../images/JC7_4880.jpg');
  background-position: 50%;
  background-size: cover;
  width: 60%;
  max-height: 100%;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.flex-gallery-2-1---1bd {
  background-image: url('../images/JC7_4848.jpg');
  background-position: 50%;
  background-size: cover;
  height: 48%;
}

.flex-gallery-2-2--1b {
  background-image: url('../images/JC7_4871.jpg');
  background-position: 50%;
  background-size: cover;
  height: 48%;
  position: relative;
}

.bd-hd-wrapper {
  border: 1px #000;
  border-bottom: 1px solid #ede8e9;
  justify-content: space-between;
  display: flex;
}

.text-span-3 {
  color: #aeaeae;
  font-size: 16px;
  font-weight: 300;
}

.grid7-bd {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.grid7-box {
  align-items: center;
  display: flex;
}

.g7-img {
  margin-left: 10px;
}

.text-block-20 {
  font-weight: 500;
  line-height: 200%;
}

.text-block-20.grey {
  color: var(--dark-grey);
  font-weight: 400;
  line-height: 130%;
}

.image-14 {
  width: 60px;
}

.grid8 {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.grid8-box-img {
  background-image: url('../images/living-room.jpeg');
  background-position: 50%;
  background-size: cover;
  height: 577px;
}

.grid-8-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 "."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.grid8-2-box {
  display: flex;
}

.image-15 {
  width: 25px;
}

.text-block-21 {
  margin-left: 10px;
  line-height: 200%;
}

.grid9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.div-block-13 {
  flex-direction: column;
  display: flex;
}

.grid-9-box {
  border: 2px solid #000;
  flex-direction: column;
  align-items: center;
  padding: 25px 25px 100px;
  display: flex;
  position: relative;
}

.div-block-14 {
  background-color: var(--black);
  height: 75px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-22 {
  color: var(--white);
  text-align: center;
  line-height: 150%;
  position: absolute;
  top: auto;
  bottom: 20%;
  left: 0%;
  right: 0%;
}

.text-span-4 {
  font-weight: 300;
}

.text-block-23 {
  text-align: center;
  font-size: 16px;
  line-height: 200%;
}

.div-block-15 {
  background-color: var(--black);
  width: 50%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.image-16 {
  margin-bottom: 20px;
}

.sec-review {
  padding-bottom: 80px;
}

.logo-mobile {
  color: var(--black);
  display: none;
}

.div-block-17 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.icon-4 {
  color: var(--black);
}

.grid-footer {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-24 {
  color: var(--white);
  font-size: 20px;
  font-weight: 500;
}

.paragraph-5 {
  color: var(--white);
  margin-top: 20px;
  padding-right: 0;
  font-weight: 300;
  line-height: 200%;
}

.f-grid-box-links {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.link-block-2 {
  color: var(--white);
  margin-top: 5px;
  font-size: 20px;
  font-weight: 500;
  line-height: 200%;
  text-decoration: none;
}

.grid-footer-2 {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-25 {
  color: var(--white);
}

.text-block-26 {
  color: var(--white);
  font-size: 20px;
  font-weight: 400;
  line-height: 200%;
}

.link-block-3 {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.div-block-18 {
  justify-content: space-between;
  display: flex;
}

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

.image-17 {
  width: 45px;
}

.link-block-4 {
  background-color: var(--black);
  color: #fff;
  margin-top: 30px;
  padding: 11px 90px;
  line-height: 200%;
  text-decoration: none;
}

.html-embed {
  padding-left: 8px;
  padding-right: 9px;
}

.html-embed-2 {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 15px;
  display: flex;
}

.text-block-27 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-5 {
  padding-bottom: 12px;
  font-size: 24px;
  font-weight: 600;
}

.section-2 {
  display: block;
}

.text-block-28 {
  margin-top: 47px;
}

.flex-gallery-3bd {
  background-image: url('../images/airbnbcommunity-pool.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 60%;
  max-height: 100%;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.flex-gallery-2-1---3b {
  background-image: url('../images/kitchen.webp');
  background-position: 50%;
  background-size: cover;
  height: 48%;
}

.flex-gallery-2-2---3b {
  background-image: url('../images/546771325c7d84e323d40262298556a8-uncropped_scaled_within_1536_1152.webp');
  background-position: 50%;
  background-size: cover;
  height: 48%;
  position: relative;
}

.link-block---availability {
  color: var(--black);
  margin-top: 27px;
  margin-left: 30px;
  font-size: 18px;
  font-weight: 700;
  transition: all .2s;
}

.link-block---availability:hover {
  color: var(--chocolate);
}

.button---availability {
  background-color: var(--chocolate);
  color: var(--white);
  padding: 18px 60px 18px 30px;
  line-height: 100%;
}

.button---availability.up-margin {
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  transition: all .2s;
}

.button---availability.up-margin:hover {
  background-color: #d65e2e;
}

.link-block-av {
  color: var(--black);
  border: 1px #000;
  margin-top: 27px;
  margin-left: 60px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
}

.link-block-av:hover {
  color: var(--chocolate);
}

.sec-3bd-av {
  padding-top: 100px;
  padding-bottom: 100px;
}

.sec-3bd-av.grey {
  background-color: #f3f3f3;
  padding-top: 50px;
  padding-bottom: 50px;
}

.sec-1bd-av {
  padding-top: 100px;
  padding-bottom: 100px;
}

.sec-1bd-av.grey {
  background-color: #f3f3f3;
  padding-top: 50px;
  padding-bottom: 50px;
}

.sec-2bd-av {
  padding-top: 100px;
  padding-bottom: 100px;
}

.sec-2bd-av.grey {
  background-color: #f3f3f3;
  padding-top: 50px;
  padding-bottom: 50px;
}

.html-embed-3 {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.form-flex {
  justify-content: space-between;
  margin-top: 10px;
  display: flex;
}

.form-box {
  width: 48%;
}

.form-box._100-width {
  width: 100%;
}

.text-field {
  border: 1px solid rgba(0, 0, 0, .3);
  border-radius: 4px;
  width: 100%;
  height: 45px;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-29 {
  font-size: 16px;
  font-weight: 600;
  line-height: 200%;
}

.textarea {
  border: 1px solid rgba(0, 0, 0, .3);
  border-radius: 4px;
  line-height: 200%;
}

.submit-button {
  background-color: var(--chocolate);
  color: var(--white);
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
}

.navigation-wrapper {
  align-items: center;
  padding-top: 0;
  padding-bottom: 12px;
  display: flex;
}

.navigation-link-home {
  color: var(--black);
  padding: 10px;
  text-decoration: none;
  transition: all .2s;
}

.navigation-link-home:hover {
  color: var(--chocolate);
}

.text-block-30 {
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
}

.div-block-19 {
  background-color: #ede8e9;
  width: 100%;
  height: 1px;
  margin-bottom: 30px;
}

.navigation-link-current {
  color: rgba(28, 23, 21, .5);
  padding: 10px;
  text-decoration: none;
  transition: all .2s;
}

.textblock-nav {
  color: rgba(28, 23, 21, .5);
  padding: 10px;
}

.bd3-img {
  background-image: url('../images/living-room.jpeg');
  background-position: 50%;
  background-size: cover;
  height: 577px;
}

.s-bd3 {
  background-image: url('../images/airbnbbalcony-view.jpeg');
  background-position: 50%;
  background-size: cover;
  padding-top: 130px;
  padding-bottom: 130px;
}

._2bd-img {
  background-image: url('../images/JC7_4960.jpg');
  background-position: 50%;
  background-size: cover;
  height: 577px;
}

.s-2bd {
  background-image: url('../images/IMG_6517.jpg');
  background-position: 25%;
  background-repeat: repeat-x;
  background-size: 1024px;
  padding-top: 130px;
  padding-bottom: 130px;
}

._1bd-img {
  background-image: url('../images/new-patio.webp');
  background-position: 50%;
  background-size: cover;
  height: 577px;
}

.s-1bd {
  background-image: url('../images/JC7_4900-HDR-Edit.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 130px;
  padding-bottom: 130px;
}

.text-block-31 {
  font-size: 10px;
}

.text-block-32 {
  color: var(--white);
  margin-top: 40px;
  margin-right: 0;
  font-size: 11px;
}

.grid5-2-box-img3 {
  background-image: url('../images/community-pool.webp');
  background-position: 70%;
  background-size: cover;
  height: 440px;
  position: relative;
}

.div-block-17-copy {
  padding-top: 0;
  padding-bottom: 0;
}

.faq-wrapper {
  border: 1px #000;
  border-bottom: 1px solid #ede8e9;
  justify-content: space-between;
  margin-bottom: 30px;
  display: flex;
}

.faq-class-tittle {
  padding-top: 30px;
  padding-bottom: 20px;
  font-size: 24px;
  line-height: 100%;
}

.container-2 {
  flex: 1;
  display: block;
}

.html-embed-4 {
  margin-right: -149px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .image-wrapper-stretch {
    height: 400px;
  }

  .grid5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
  }

  .cta-block {
    padding-left: 60px;
    padding-right: 60px;
  }

  .accordion-3-open-close-icon-wrapper {
    width: 40px;
    min-height: 40px;
  }

  .accordion-paragraph {
    max-width: 100%;
  }

  .open-close-icon-wrapper.large-icon {
    width: 14px;
    min-height: 14px;
  }

  .accordion-item-title {
    max-width: 88%;
  }

  .accordion-item-title.accordion-3 {
    max-width: 75%;
  }

  .contact-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .p1-left {
    font-size: 20px;
  }

  .slider-div {
    padding: 40px;
  }

  .slider-navigation.no-perspective {
    margin-top: -40px;
  }

  .image-12 {
    max-width: none;
  }

  .slide-nav {
    opacity: 0;
    font-size: 38px;
    top: 18px;
  }

  .link-block-av {
    margin-left: 0;
  }

  .text-block-32 {
    margin-right: 0;
  }

  .div-block-17-copy {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .container._100up-margin {
    margin-top: 100px;
  }

  .container.up-margin100 {
    margin-top: auto;
  }

  .container._50up-margin-2 {
    margin-top: 50px;
  }

  .s1-hero {
    height: 850px;
  }

  .content-wrapper-box {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(253, 253, 253, .46);
    flex-direction: column;
    align-items: center;
    max-width: 643px;
    margin-top: 477px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 60px;
    display: flex;
  }

  .heading {
    color: var(--black);
    text-align: center;
    font-size: 30px;
  }

  .text-block {
    color: var(--black);
    line-height: 150%;
  }

  .sidebar {
    color: rgba(28, 23, 21, 0);
    background-color: rgba(28, 23, 21, 0);
  }

  .sec-regular {
    padding-top: 60px;
    padding-bottom: 30px;
  }

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

  .grid1-box {
    max-width: none;
    margin-top: 40px;
  }

  .sec-imgsl-desktop {
    display: none;
  }

  .sec-small {
    padding-bottom: 0;
  }

  .sec-small._60d-padding {
    padding-bottom: 60px;
  }

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

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

  .content-wrapper-center-block-filter {
    position: static;
  }

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

  .grid4-box.padding {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .grid4-box.image-bg {
    height: 300px;
  }

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

  .brand {
    display: none;
  }

  .image-7, .image-8, .image-9 {
    width: 100vw;
  }

  .slide {
    background-color: #542525;
    background-image: url('../images/JC7_4900-HDR-Edit.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-2 {
    background-image: url('../images/JC7_4875.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-3 {
    background-image: url('../images/JC7_5023-HDR-Edit.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-mobile {
    margin-top: 40px;
    display: block;
  }

  .slide-4 {
    background-color: #542525;
    background-image: url('../images/---JCP_9085.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-5 {
    background-image: url('../images/--JCP_9105.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-6 {
    background-image: url('../images/JCP_9064.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .div-block-9 {
    margin-top: 100px;
  }

  .grid-6 {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid6-box {
    width: 100%;
  }

  .grid6-box-img {
    width: 100%;
    height: 450px;
    margin-top: 50px;
  }

  .div-block-9-copy {
    flex-direction: column;
    margin-top: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .container-left.up-margin100 {
    margin-top: auto;
  }

  .flexbox-1-1 {
    flex-direction: column;
    margin-top: 0;
  }

  .flexbox-1-1.invert {
    flex-direction: column-reverse;
  }

  .flex-right {
    width: 100%;
    margin-left: 0;
  }

  .flex-left, .flex-left-2 {
    width: 100%;
    margin-top: 60px;
    margin-right: 0;
  }

  .cta-block {
    padding: 70px 30px;
  }

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

  .accordion-item-content {
    margin-right: 0;
  }

  .accordion-paragraph {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.6;
  }

  .accordion-item1.accordion-3 {
    margin-bottom: 16px;
    padding: 32px;
  }

  .accordion-item-title {
    max-width: 80%;
    font-size: 18px;
  }

  .accordion-item-title.accordion-3 {
    max-width: 82%;
  }

  .contact-flex {
    width: 100%;
  }

  .flex-gallery-2bd {
    width: 100%;
    height: 300px;
  }

  .flex-gallery1-2 {
    display: none;
  }

  .main {
    overflow: auto;
  }

  .slider-div {
    padding: 20px;
  }

  .slider-navigation.no-perspective {
    margin-top: -30px;
  }

  .left-arrow {
    margin-top: 20%;
  }

  .slide-nav {
    opacity: 0;
    top: 23px;
  }

  .right-arrow {
    margin-top: 20%;
  }

  .close-block {
    top: -25px;
    right: 10px;
  }

  .modal-close_btn {
    font-size: 1.8rem;
  }

  .displayonly_component {
    padding: 30px;
  }

  .modal-wrapper {
    padding-top: 30vh;
  }

  .flex-gallery-1bd {
    width: 100%;
    height: 300px;
  }

  .grid7-bd {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

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

  .grid8-box-img {
    display: none;
  }

  .grid8-2-box {
    align-items: center;
  }

  .text-block-21 {
    line-height: 120%;
  }

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

  .logo-mobile {
    display: block;
  }

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

  .flex-gallery-3bd {
    width: 100%;
    height: 300px;
  }

  .sec-3bd-av, .sec-1bd-av, .sec-2bd-av {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .bd3-img, ._2bd-img, ._1bd-img {
    display: none;
  }

  .text-block-32 {
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .container.fixed {
    padding-left: 10px;
  }

  .content-wrapper-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block {
    text-align: center;
    width: 100%;
  }

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

  .content-wrapper-center-block-filter {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button--invert {
    padding-left: 40px;
    padding-right: 40px;
  }

  .menu-button {
    margin-right: auto;
  }

  .image-7, .image-8, .image-9 {
    width: 100vw;
  }

  .grid5 {
    grid-template-rows: auto auto;
  }

  .grid5-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

  .grid-6 {
    margin-top: 0;
  }

  .div-block-9-copy {
    flex-direction: column;
  }

  .s-hero-image-2 {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .heading-2-1 {
    font-size: 30px;
  }

  .div-block-10 {
    margin-right: 10px;
  }

  .flex-left, .flex-left-2 {
    height: 400px;
  }

  .s-hero-image-3 {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .accordion-3-open-close-icon-wrapper {
    width: 40px;
    min-height: 40px;
  }

  .accordion-paragraph {
    max-width: 100%;
  }

  .open-close-icon-wrapper {
    margin-right: 16px;
  }

  .open-close-icon-wrapper.large-icon {
    width: 16px;
    min-height: 16px;
    margin-right: 0;
  }

  .accordion-item1.accordion-3 {
    margin-bottom: 16px;
  }

  .accordion-item-title {
    max-width: 70%;
    font-size: 20px;
  }

  .accordion-item-title.accordion-3 {
    max-width: 75%;
  }

  .main {
    padding-left: 12vw;
    padding-right: 12vw;
  }

  .p3-left-reg {
    font-size: 16px;
  }

  .slider-div {
    padding: 10px;
  }

  .collection-list-wrapper-2 {
    flex: 0 auto;
  }

  .slider-navigation.no-perspective {
    flex-flow: row;
  }

  .left-arrow, .right-arrow {
    margin-top: 20%;
  }

  .modal-wrap {
    padding: 40px 15px;
  }

  .button-6.modal-open_btn:focus {
    border: 2px solid #ff9500;
  }

  .bd-hd-wrapper {
    flex-direction: column;
  }

  .grid7-bd {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid-8-2 {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr 1fr;
    align-items: center;
  }

  .grid8-2-box {
    align-items: center;
  }

  .text-block-21 {
    line-height: 100%;
  }

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

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

  .text-block-29 {
    font-size: 14px;
  }

  .text-block-32 {
    margin-right: 0;
  }

  .form-block {
    width: 100%;
  }

  .faq-wrapper {
    flex-direction: column;
  }

  .html-embed-4 {
    flex-flow: row;
    align-items: center;
    margin-right: 0;
  }
}

#w-node-_7a2d083e-e465-4b82-7577-d847a934e19d-36332339, #w-node-_2bb0626f-41bd-efd1-f421-1c477e8fdaba-36332339, #w-node-da31daec-0a25-a750-e6fb-e0c6a4ce3c8b-36332339 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7912fb32-c491-e636-8f5b-a406fbda4ed9-36332339 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7ed8637-1dc0-4a2c-2199-9aa7ca7d33eb-ca7d33e6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b7ed8637-1dc0-4a2c-2199-9aa7ca7d3401-ca7d33e6 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_26e772db-ff9b-1391-b243-59e71bfd93e7-89a0fc6a, #w-node-_9dc04ea4-d2d8-c90b-c0cd-55caf1817c02-89a0fc6a, #w-node-e84a9499-4ef7-35e1-0a1a-7f4ae1b58812-89a0fc6a, #w-node-fbf37730-be05-44d4-ba9d-d0dcaac45dc1-89a0fc6a, #w-node-_58030100-e40b-d429-aea0-e206fe1765ab-fe1765a2, #w-node-_58030100-e40b-d429-aea0-e206fe1765b7-fe1765a2, #w-node-_58030100-e40b-d429-aea0-e206fe1765c3-fe1765a2, #w-node-_136e4c5c-e475-017e-0948-0e34456e156d-3633233a, #w-node-f08ea71e-cf12-6bf9-8cbb-e1099076a4ae-3633233a, #w-node-f2b28d26-f1f9-6aed-7bed-cc9ddbaacb8c-3633233a, #w-node-c1b23580-dcf6-307f-b424-d3c59d16f50e-3633233a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b7aa4ef-de1d-2ef8-2b45-1421745b9e25-3633233a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6ae5af64-c750-690b-c6c8-c45694fe114b-3633233a, #w-node-_4848fafe-3a88-9afc-335d-6bf41068cbcd-3633233a, #w-node-_974cdba0-d3db-1388-3af2-f2f16a4029d7-3633233a, #w-node-_851e6ca3-3b09-dd21-f561-be838efadda1-3633233a, #w-node-d90873d1-5f94-91d2-8972-33f5f2dc50ca-3633233a, #w-node-_080a197b-1019-3163-78e9-20d557417d10-3633233a, #w-node-f3307d3a-30b6-3bae-18a9-a530ac111b79-3633233a, #w-node-_315c2719-edb5-6b1a-219d-f9f52660fe0d-3633233a, #w-node-_3849bf69-bb46-b09f-e7d6-6255b34a505e-3633233a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d32daff-df1f-9fe8-dea9-38e6db597edf-db597ed9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5d32daff-df1f-9fe8-dea9-38e6db597ef5-db597ed9 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_7537f74c-1ac5-ddfc-dcda-17c9a4708080-3633233b, #w-node-d3bd80f7-2826-4d76-f469-621b500d2ab6-3633233c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d50e562-ba3e-a5ff-bb76-34d3f82915f5-f82915f0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2d50e562-ba3e-a5ff-bb76-34d3f829160b-f82915f0 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-c1cb4460-2e58-a431-1962-8971cefc0c55-36332342, #w-node-_136e4c5c-e475-017e-0948-0e34456e156d-4d075415, #w-node-f08ea71e-cf12-6bf9-8cbb-e1099076a4ae-4d075415, #w-node-f2b28d26-f1f9-6aed-7bed-cc9ddbaacb8c-4d075415, #w-node-c1b23580-dcf6-307f-b424-d3c59d16f50e-4d075415, #w-node-f3307d3a-30b6-3bae-18a9-a530ac111b79-4d075415, #w-node-_5b7aa4ef-de1d-2ef8-2b45-1421745b9e25-4d075415, #w-node-_6ae5af64-c750-690b-c6c8-c45694fe114b-4d075415, #w-node-_4848fafe-3a88-9afc-335d-6bf41068cbcd-4d075415, #w-node-_851e6ca3-3b09-dd21-f561-be838efadda1-4d075415, #w-node-d90873d1-5f94-91d2-8972-33f5f2dc50ca-4d075415, #w-node-_080a197b-1019-3163-78e9-20d557417d10-4d075415, #w-node-_315c2719-edb5-6b1a-219d-f9f52660fe0d-4d075415, #w-node-_2c09a9ac-a7b7-2d27-435e-c5b9fa924ce5-4d075415, #w-node-d3149bab-39a0-2f23-52cb-9e63c745fb87-d233fb7c, #w-node-d3149bab-39a0-2f23-52cb-9e63c745fb9c-d233fb7c, #w-node-d3149bab-39a0-2f23-52cb-9e63c745fba0-d233fb7c, #w-node-d3149bab-39a0-2f23-52cb-9e63c745fba4-d233fb7c, #w-node-d3149bab-39a0-2f23-52cb-9e63c745fba8-d233fb7c, #w-node-d3149bab-39a0-2f23-52cb-9e63c745fbac-d233fb7c, #w-node-d3149bab-39a0-2f23-52cb-9e63c745fbb0-d233fb7c, #w-node-d3149bab-39a0-2f23-52cb-9e63c745fbb4-d233fb7c, #w-node-d3149bab-39a0-2f23-52cb-9e63c745fbb8-d233fb7c, #w-node-d3149bab-39a0-2f23-52cb-9e63c745fbbc-d233fb7c, #w-node-d3149bab-39a0-2f23-52cb-9e63c745fbc0-d233fb7c, #w-node-d3149bab-39a0-2f23-52cb-9e63c745fbc4-d233fb7c, #w-node-_200c9aca-12a1-ec28-c07a-5011f1d22d0b-d233fb7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-f08ea71e-cf12-6bf9-8cbb-e1099076a4ae-4d075415 {
    align-self: center;
  }

  #w-node-_4848fafe-3a88-9afc-335d-6bf41068cbcd-4d075415 {
    align-self: auto;
  }

  #w-node-d3149bab-39a0-2f23-52cb-9e63c745fb9c-d233fb7c {
    align-self: center;
  }
}


