:root {
  --black-2: #333;
  --white: white;
  --black: black;
  --gainsboro: #ddd;
  --silver: #bbb;
}

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

body {
  background-color: var(--black-2);
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.section {
  background-color: #0000;
  display: block;
}

.heading {
  text-align: center;
  margin-bottom: 20px;
  font-family: Libre Baskerville, sans-serif;
}

.section-2 {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  min-height: 75vh;
  font-family: Montserrat, sans-serif;
  line-height: 24px;
  display: flex;
}

.section-3 {
  min-height: 50vh;
}

.footer {
  background-color: var(--black-2);
  color: var(--white);
  text-align: center;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
}

.footer-flex-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.footer-logo-link {
  color: var(--black-2);
  width: 250px;
  text-decoration: none;
}

.footer-logo-link.w--current {
  color: var(--white);
}

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

.footer-heading {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  color: var(--white);
  text-align: center;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

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

.text-block {
  text-align: center;
  line-height: 24px;
}

.text-block-2 {
  color: var(--white);
  text-align: center;
  line-height: 1.25;
}

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

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

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

.nav-link {
  color: #444;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  display: block;
}

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

.heading-2 {
  color: var(--white);
  font-family: Libre Baskerville, sans-serif;
}

.heading-3 {
  margin-top: 10px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 25px;
  line-height: 30px;
  display: flex;
}

.nav-bar-link {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.nav-bar-link:hover {
  font-weight: 700;
}

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

.navbar {
  background-color: var(--white);
}

.text-block-3 {
  text-align: center;
  margin-bottom: 10px;
}

.navbar-2 {
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 3px 20px -10px #000;
}

.section-4 {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: auto;
  margin-top: 0;
  padding-top: 60px;
  font-family: Montserrat, sans-serif;
  display: block;
}

.heading-4 {
  text-align: center;
  font-family: Libre Baskerville, sans-serif;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 30vh;
  padding-top: 40px;
  display: flex;
}

.grid {
  grid-row-gap: 64px;
  grid-template-rows: auto;
  margin-top: 20px;
}

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

.div-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button {
  background-color: var(--black-2);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}

.section-5 {
  background-color: var(--white);
  min-height: auto;
  margin-top: 0;
  padding-top: 90px;
  padding-bottom: 50px;
}

.container-2 {
  min-height: 50vh;
  font-family: Montserrat, sans-serif;
}

.heading-5 {
  margin-bottom: 20px;
  font-family: Libre Baskerville, sans-serif;
}

.heading-6, .heading-7 {
  margin-top: 20px;
}

.dropdown-list {
  background-color: var(--white);
}

.dropdown-list.w--open {
  box-shadow: 2px 10px 14px -15px #000;
}

.container-3 {
  min-height: auto;
  padding-top: 20px;
  font-family: Montserrat, sans-serif;
}

.section-6 {
  padding-top: 60px;
}

.heading-8 {
  text-align: center;
  margin-top: 40px;
  font-family: Libre Baskerville, sans-serif;
}

.grid-2 {
  grid-template-rows: auto;
  place-items: center;
  margin-top: 20px;
  font-size: 18px;
  line-height: 28px;
}

.list, .list-2 {
  padding-left: 0;
}

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

.centered-container {
  text-align: center;
  flex: 1;
}

.gallery-grid-container {
  grid-template: "."
                 "."
                 "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 40px;
  display: none;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.contact-container {
  flex-direction: column;
  justify-content: center;
  font-family: Montserrat, sans-serif;
}

.section-7 {
  background-color: var(--white);
  flex-flow: column;
  padding-top: 100px;
  padding-bottom: 40px;
}

.heading-9 {
  font-family: Libre Baskerville, sans-serif;
}

.heading-10, .heading-11 {
  font-weight: 500;
}

.heading-12 {
  margin-top: 20px;
  margin-bottom: 0;
}

.text-block-4 {
  line-height: 22px;
}

.submit-button {
  background-color: var(--black-2);
  letter-spacing: 1px;
  text-transform: uppercase;
}

.columns {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-13 {
  text-align: center;
  font-weight: 600;
}

.heading-14 {
  font-weight: 600;
}

.container-5 {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 75vh;
  padding-top: 20px;
  padding-bottom: 100px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.section-8 {
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/IMG_3679.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 60px;
}

.heading-15 {
  text-align: center;
  font-family: Libre Baskerville, sans-serif;
}

.heading-16 {
  text-align: center;
  font-weight: 400;
}

.slider {
  min-height: 100vh;
}

.slide {
  background-image: url('../images/Joes-cover-photo-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  margin-top: 0;
}

.slide-2 {
  background-image: url('../images/Joes-cover-photo-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/Joes-cover-photo-6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/Joes-cover-photo-5.jpeg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

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

.slide-7 {
  background-image: url('../images/Michael-Kors-Grey-Passion.jpg');
  background-position: 50% 0;
  background-size: cover;
}

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

.slide-nav {
  opacity: 0;
}

.section-9 {
  min-height: auto;
}

.columns-2 {
  min-height: 50vh;
  display: flex;
}

.column {
  color: var(--white);
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080), url('../images/N1505P15001H.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  display: flex;
}

.column-2 {
  color: var(--white);
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3679.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.heading-17 {
  margin-top: 0;
  font-weight: 600;
}

.heading-18 {
  margin-top: 0;
  font-weight: 400;
}

.heading-19, .heading-20 {
  font-family: Libre Baskerville, sans-serif;
}

.button-2 {
  background-color: var(--white);
  color: var(--black-2);
  letter-spacing: 1px;
}

.section-10 {
  background-color: var(--white);
  flex-flow: row;
  padding-top: 80px;
  padding-bottom: 20px;
}

.heading-21 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.heading-22 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 40px;
  font-weight: 600;
}

.button-3 {
  background-color: var(--white);
  color: var(--black-2);
  letter-spacing: 1px;
  font-weight: 500;
}

.nav-menu {
  font-size: 13px;
  line-height: 15px;
}

.html-embed {
  min-height: 100vh;
  font-family: Montserrat, sans-serif;
}

.link {
  color: var(--black-2);
  text-decoration: none;
}

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

.link-2 {
  color: var(--black-2);
  text-decoration: none;
}

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

.link-3 {
  color: var(--white);
  text-decoration: none;
}

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

.heading-23 {
  text-align: center;
  font-weight: 500;
}

.div-block-3 {
  border: 1px solid var(--white);
  background-image: url('../images/IMG_0690.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-4, .div-block-5, .div-block-6 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.grid-3 {
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 50px;
}

.modal-wrapper-2 {
  z-index: 1000000;
  background-color: #ffffff80;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-13 {
  background-color: var(--black-2);
  color: #fff;
  border-radius: 10px;
  flex-direction: column;
  min-width: 40vw;
  margin-left: 100px;
  margin-right: 100px;
  padding: 25px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  display: flex;
}

.div-block-14 {
  justify-content: flex-end;
  display: flex;
}

.heading-29 {
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  transform: rotate(45deg);
}

.heading-30 {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.text-block-9 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  display: flex;
}

.text-block-9-copy {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  font-size: 18px;
  display: none;
}

.text-span {
  font-size: 18px;
}

.grid-4 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
}

.div_sales-room {
  background-color: #0000;
  justify-content: center;
  align-items: flex-end;
  height: 325px;
  display: flex;
}

.image {
  max-width: 100%;
  height: 325px;
}

.image-2 {
  height: 325px;
}

.heading-31 {
  text-align: center;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.text-block-10 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-block-11 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.image-3 {
  width: 50%;
  max-width: none;
  padding: 10px;
}

.lightbox-link {
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  max-width: none;
  display: flex;
}

.image-4 {
  width: 50%;
  max-width: none;
}

.div-block-15 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  max-width: 60%;
  display: flex;
}

.div-block-16 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.lightbox-link-2 {
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.image-5 {
  height: 250px;
}

.div-block-17 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.div-block-18 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 95px;
  display: flex;
}

.div-block-19, .div-block-20 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-block-12, .text-block-13, .text-block-14 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-block-15 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

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

.div_toddler-suites {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: flex;
}

.image-6 {
  max-width: 100%;
  height: 325px;
  max-height: none;
}

.sale-rm-des-heading {
  text-align: center;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: block;
}

.div-block-22 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.text-block-16 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.div-block-23 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-7 {
  margin-bottom: 25px;
}

.div-block-24 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-8, .image-9, .image-10 {
  height: 325px;
}

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

.image-11, .image-12, .image-13, .image-14 {
  height: auto;
}

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

.lightbox-link-3 {
  height: auto;
}

.div-block-26 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-27, .image-28 {
  border: 1px solid var(--white);
  border-radius: 5px;
}

.image-29 {
  border: 1px solid var(--white);
  text-align: center;
  border-radius: 5px;
}

.image-30, .image-31, .image-32, .image-33, .image-34, .image-35, .image-36, .image-37, .image-38, .image-39, .image-40, .image-41, .image-42 {
  border: 1px solid var(--white);
  border-radius: 5px;
}

.brand {
  width: 175px;
}

.brand.w--current {
  display: flex;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-17 {
  text-align: left;
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

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

.slide-10 {
  background-image: url('../images/Joes-cover-photo-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-43 {
  text-align: center;
}

.image-44 {
  margin-top: 184px;
}

.container-8 {
  margin-top: 100px;
}

.flex-block {
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 15vh;
  margin-top: 40px;
}

.container-9 {
  flex: 1;
  margin-top: 60px;
  padding-top: 0;
}

.heading-32 {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 1px #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-10 {
  text-align: center;
  vertical-align: text-top;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: inline-block;
}

.container-11 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  padding-top: 0;
  display: flex;
}

.heading-33 {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 1px #000;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 0;
  padding-top: 150px;
  padding-bottom: 150px;
  font-size: 30px;
  line-height: 40px;
  display: block;
}

.heading-34 {
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 10px;
  font-size: 35px;
  line-height: 50px;
}

.section-11 {
  margin-top: 10px;
}

.section-12 {
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 94vh;
  margin-top: 55px;
  display: flex;
}

.flex-block-2 {
  background-image: linear-gradient(#f50808e0, #f50808e0);
  flex: 1;
  justify-content: center;
  align-items: center;
  min-height: 30vh;
  display: none;
}

.heading-35 {
  color: #fff;
  border: 1px #000;
  flex: 1;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 25px;
  line-height: 35px;
}

.footer-divider {
  background-color: var(--white);
  width: 100%;
  height: 1px;
  margin-bottom: 10px;
}

.container-12 {
  max-width: 90%;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-27 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.zzlocal-link {
  color: var(--white);
  font-weight: 700;
}

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

.code-embed {
  height: 450px;
}

.container-13 {
  max-width: 100%;
}

@media screen and (max-width: 991px) {
  .footer-flex-container {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .nav-bar-link {
    text-align: right;
  }

  .dropdown-list.w--open {
    box-shadow: none;
  }

  .gallery-grid-container {
    align-self: stretch;
  }

  .columns-2 {
    min-height: auto;
  }

  .nav-menu {
    background-color: var(--white);
    text-align: right;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
  }

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

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

  .sale-rm-des-heading {
    font-size: 16px;
  }

  .image-11, .image-12, .image-13, .image-14 {
    height: auto;
  }

  .heading-32 {
    font-size: 25px;
  }

  .heading-33 {
    font-size: 20px;
    line-height: 35px;
  }

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

  .container-12 {
    max-width: 100%;
  }

  .dropdown {
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .footer-flex-container {
    flex-direction: column;
  }

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

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

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

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

  .gallery {
    margin-top: 60px;
    padding: 40px 20px;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }

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

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

  .columns-2 {
    flex-flow: column;
  }

  .section-10 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-6 {
    padding: 20px 30px 40px;
  }

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

  .image, .image-2 {
    height: 300px;
  }

  .heading-31 {
    font-size: 14px;
    line-height: 18px;
  }

  .text-block-10 {
    font-size: 14px;
    line-height: 16px;
  }

  .text-block-11 {
    font-size: 12px;
    line-height: 14px;
  }

  .div-block-19 {
    flex-direction: row;
    align-items: flex-start;
  }

  .text-block-12 {
    font-size: 14px;
    line-height: 18px;
  }

  .text-block-13 {
    font-size: 14px;
    line-height: 16px;
  }

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

  .text-block-15 {
    font-size: 12px;
  }

  .image-6 {
    height: auto;
  }

  .sale-rm-des-heading, .text-block-16 {
    font-size: 14px;
    line-height: 18px;
  }

  .image-8, .image-9, .image-10 {
    height: auto;
  }

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

  .image-11, .image-12, .image-13, .image-14 {
    height: 250px;
  }

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

  .lightbox-link-3 {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    display: flex;
  }

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

  .div-block-25 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .lightbox-link-4 {
    justify-content: center;
    align-items: flex-start;
    max-width: none;
    display: flex;
  }

  .image-15 {
    max-width: 80%;
  }

  .image-16, .image-17 {
    max-width: 80%;
    margin-top: 70px;
  }

  .image-18 {
    max-width: 80%;
    height: auto;
    display: inline-block;
  }

  .image-19, .image-20, .image-21, .image-22, .image-23, .image-24, .image-25, .image-26 {
    max-width: 80%;
  }

  .lightbox-link-5 {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .lightbox-link-6, .lightbox-link-7, .lightbox-link-8, .lightbox-link-9, .lightbox-link-10, .lightbox-link-11, .lightbox-link-12, .lightbox-link-13, .lightbox-link-14 {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .heading-32 {
    font-size: 20px;
  }

  .heading-33 {
    font-size: 15px;
    line-height: 30px;
  }

  .heading-35 {
    font-size: 15px;
    line-height: 25px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    flex-flow: column;
    min-height: 500px;
    display: flex;
  }

  .footer {
    text-align: left;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

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

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

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

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

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

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

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

  .heading-8 {
    font-size: 26px;
  }

  .gallery {
    margin-top: 0;
    padding-top: 100px;
  }

  .centered-container {
    text-align: left;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .columns {
    flex-direction: column;
  }

  .slider {
    min-height: 500px;
  }

  .columns-2 {
    flex-direction: column;
  }

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

  .heading-18 {
    font-size: 14px;
    line-height: 20px;
  }

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

  .div-block-13 {
    margin-left: 40px;
    margin-right: 40px;
  }

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

  .div_sales-room {
    max-width: 100%;
    height: 250px;
  }

  .image {
    max-width: 90%;
    height: auto;
    max-height: 100%;
  }

  .image-2 {
    max-width: 100%;
    height: auto;
    max-height: 100%;
  }

  .image-3, .image-4 {
    width: 80%;
  }

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

  .image-6, .image-10 {
    height: auto;
  }

  .image-11 {
    height: auto;
    max-height: 100%;
  }

  .image-12, .image-13, .image-14 {
    height: auto;
  }

  .image-15 {
    max-width: 100%;
    max-height: 100%;
  }

  .image-16, .image-17 {
    max-width: 100%;
    max-height: 100%;
    margin-top: 0;
  }

  .div-block-26 {
    flex-direction: column;
  }

  .image-18, .image-19, .image-20, .image-21, .image-22, .image-23, .image-24, .image-25, .image-26 {
    max-width: 100%;
    max-height: 100%;
  }

  .heading-32 {
    margin-top: 0;
    font-size: 12px;
  }

  .heading-33 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10px;
    line-height: 18px;
  }

  .flex-block-2 {
    justify-content: center;
    align-items: flex-start;
    min-height: 55vh;
  }

  .heading-35 {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

#w-node-b3d51019-252f-e157-07db-5bdc31ea68b9-8f96caa6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9091595c-f01f-fddf-2729-4c21bf10c520-e430e16c {
  place-self: center;
}

#w-node-_1ff931a0-7841-bad6-dbff-aee06360309e-e430e16c, #w-node-_62516176-78c1-2488-6374-9351e4594645-e430e16c {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-f971da52-33e4-f4e7-5f91-5496ef583cba-e430e16c {
  grid-area: span 2 / span 2 / span 2 / span 2;
  align-self: start;
}

#w-node-f971da52-33e4-f4e7-5f91-5496ef583ccb-e430e16c {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: start stretch;
}

#w-node-_3ec7cbf1-5454-fc82-a8a6-fffea5d44f0f-e430e16c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start stretch;
}

#w-node-c5cf9e32-b255-9a96-0443-bbf9c74501ab-ba4005ad, #w-node-_11c84aa1-4d88-0c88-7baf-3840d609afeb-ba4005ad, #w-node-db0dde59-ead4-e965-8c8f-9acc25bcafc8-ba4005ad, #w-node-_95644ba0-5001-8ca2-e0b6-1aba1dc1ef68-ba4005ad, #w-node-_2f76b49a-8c8d-2332-8b9b-c4c2099f065a-ba4005ad, #w-node-_5589262a-3bff-34f5-cbad-9181745f6ea6-ba4005ad, #w-node-_6f631ecf-8549-5c5f-c1cb-b5c0dfaa7e6c-ba4005ad, #w-node-a48101be-f7db-3107-54ea-22b31474d0d7-ba4005ad, #w-node-_8bd66b03-f642-0b68-4622-69b0995993da-ba4005ad, #w-node-_08bb5b37-7c43-917f-8a12-002e2e0b8490-ba4005ad, #w-node-_3854bc01-0987-b41d-d91f-b65efeef9242-ba4005ad, #w-node-_459f634c-3d0c-3d87-70fc-0bffaa465138-ba4005ad, #w-node-_5e6520b2-fc64-687f-e12e-301a28b18605-ba4005ad {
  place-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-f971da52-33e4-f4e7-5f91-5496ef583ca4-e430e16c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f971da52-33e4-f4e7-5f91-5496ef583ccb-e430e16c {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_92af298d-3bda-8830-3506-a5ad38b4a5f1-e430e16c {
    align-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9981fb52-10ba-5db5-798e-fc038fb559ef-8f96caa6, #w-node-a82a9e89-2e0d-835d-f62d-e8d522efb06d-8f96caa6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1ff931a0-7841-bad6-dbff-aee06360309e-e430e16c, #w-node-_62516176-78c1-2488-6374-9351e4594645-e430e16c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f971da52-33e4-f4e7-5f91-5496ef583ca4-e430e16c, #w-node-a6900de2-0115-2d7d-d361-befa41528bcc-e430e16c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6985fa12-8927-2d0e-fec8-0ceecac4b2d5-e430e16c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


