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

.section {
  display: flex;
  height: 70vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section-2 {
  display: flex;
  height: 45vh;
  padding-top: 2rem;
  padding-bottom: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #763c2b;
}

.image {
  height: 50%;
}

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

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

.image-2 {
  height: 50px;
}

.link {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.link:hover {
  color: hsla(0, 0%, 100%, 0.8);
}

.heading {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 400;
}

.heading._2 {
  margin-bottom: 20px;
  font-size: 1.8rem;
}

.navbar-no-shadow-container {
  z-index: 5;
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 0px;
  background-color: transparent;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-right: auto;
  margin-left: auto;
}

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

.nav-menu {
  display: flex;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  justify-content: space-between;
  align-items: center;
}

.nav-link {
  margin-right: 5px;
  margin-left: 5px;
  padding: 5px 10px;
  font-family: Roboto, sans-serif;
  color: #39312d;
  font-size: 0.9rem;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  color: rgba(26, 27, 31, 0.75);
}

.nav-link:focus-visible {
  border-radius: 4px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-link[data-wf-focus-visible] {
  border-radius: 4px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown {
  margin-right: 5px;
  margin-left: 5px;
}

.nav-dropdown-toggle {
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, 0.75);
}

.nav-dropdown-toggle:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  border-radius: 12px;
  background-color: #fff;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-button-wrapper {
  margin-left: 1rem;
}

.button-primary {
  padding: 12px 25px;
  border-radius: 10px;
  background-color: #3b2314;
  box-shadow: 0 10px 12px 0 rgba(0, 0, 0, 0.25);
  transition: all 400ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 1rem;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-primary:hover {
  background-color: #39312d;
  box-shadow: none;
  color: #fff;
}

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

.button-primary.dark {
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 2px;
  border-color: #3b2314;
  background-color: #3b2314;
}

.button-primary.dark:hover {
  background-color: #fff;
  color: #3b2314;
}

.button-primary.dark.margin {
  margin-top: 2rem;
}

.image-3 {
  height: 80px;
}

.social-icon {
  height: 30px;
}

.social-link {
  margin-left: 1.5rem;
  transition: opacity 400ms ease;
}

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

.social-link._2 {
  margin-right: 0.5rem;
  margin-left: 0rem;
}

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

.cta-cel.red {
  display: flex;
  padding-right: 4rem;
  padding-left: 8rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background-color: #763c2b;
  background-image: linear-gradient(90deg, #dec37f, #efe7a8);
}

.cta-h1 {
  font-family: Bellefair, sans-serif;
  color: #3b2314;
  font-size: 6rem;
  line-height: 0.8;
  font-weight: 400;
}

.cta-paragraph {
  margin-bottom: 2rem;
  font-family: Roboto, sans-serif;
  color: #3b2314;
  font-size: 1.3rem;
  line-height: 1.5;
}

.cta-slider {
  height: 100%;
}

.main-section {
  position: relative;
  overflow: visible;
  background-color: transparent;
}

.main-section.red {
  background-color: #763c2b;
  background-image: linear-gradient(90deg, #dec37f, #efe7a8);
}

.main-container {
  display: flex;
  padding-top: 10rem;
  padding-bottom: 10rem;
  flex-direction: column;
  align-items: flex-start;
}

.main-container.no-margin {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.h1-holder {
  display: flex;
  width: 100%;
  margin-bottom: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.h1 {
  margin-top: 0px;
  margin-bottom: 1rem;
  font-family: Bellefair, sans-serif;
  color: #3b2314;
  font-size: 4rem;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}

.h1.white {
  color: #3b2314;
}

.h1-line {
  width: 10%;
  height: 0.2rem;
  margin-right: auto;
  margin-left: auto;
  background-color: #3b2314;
}

.h1-line.white {
  background-color: #fff;
  color: #fff;
}

.main-paragrpah {
  margin-bottom: 0rem;
  font-family: Roboto, sans-serif;
  color: #3b2314;
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 300;
  text-align: center;
}

.main-paragrpah.white {
  color: #fff;
}

.main-paragrpah.left {
  font-weight: 400;
  text-align: left;
}

.gallery-grid {
  position: relative;
  z-index: 0;
  height: 450px;
      grid-template-areas: "Area";
}

.review-slider {
  width: 70%;
  height: 350px;
  margin-top: 2rem;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.silder-holder {
  display: flex;
  width: 100%;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.image-4 {
  height: 50px;
  margin-bottom: 1.5rem;
}

.review-text {
  width: 80%;
  margin-bottom: 0rem;
  font-family: Bitter, serif;
  color: #3b2314;
  font-size: 1.2rem;
  line-height: 1.6;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

.image-bg-section {
  height: 80vh;
  background-image: url('../images/HW_R0730.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.image-bg-section._2 {
  background-image: url('../images/DSC_0133.jpg');
}

.rooms-slider {
  width: 80%;
  height: 450px;
  margin: 4rem auto;
}

.social-grid {
  margin-top: 4rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

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

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

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

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

.lightbox-link {
  overflow: hidden;
  height: 100%;
}

.lightbox-link._2 {
  height: 50%;
}

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

.lightbox-link-2 {
  overflow: hidden;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lightbox-link-3 {
  height: 100%;
}

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

.line {
  position: absolute;
  left: auto;
  top: -5%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: none;
  overflow: hidden;
  height: 14rem;
}

.line._2 {
  left: 0%;
  top: -10%;
  right: auto;
  bottom: auto;
}

.line._3 {
  left: auto;
  top: auto;
  right: 0%;
  bottom: -10%;
}

.slide-nav {
  z-index: 10;
}

.red-block {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 50%;
  background-color: #763c2b;
  background-image: linear-gradient(90deg, #dec37f, #efe7a8);
}

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

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

.slide-7 {
  background-image: url('../images/HW_R0717.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.slide-9 {
  background-image: url('../images/HW_R0764.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.slide-11 {
  background-image: url('../images/HW_R0756.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-12 {
  background-image: url('../images/HW_R0716.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-13 {
  background-image: url('../images/HW_R0771.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-1 {
  background-image: url('../images/HW_R0754.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

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

.lightbox-link-4 {
  width: 100%;
  height: 250px;
}

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

.contact-grid {
  display: none;
  width: 100%;
  margin-top: 4rem;
  padding: 1.8rem;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #3b2314;
  background-image: linear-gradient(90deg, #dec37f, #efe7a8);
}

.contact-details-holder {
  display: flex;
  width: 100%;
  margin-top: 4rem;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.contact-icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.contact-link {
  font-family: Roboto, sans-serif;
  color: #39312d;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
}

.contact-link.white {
  color: #3b2314;
}

.icon {
  height: 35px;
  margin-right: 0.5rem;
}

.field-label {
  font-family: Roboto, sans-serif;
  color: #3b2314;
  font-size: 1rem;
  font-weight: 700;
}

.text-field {
  border: 1px none #000;
}

.textarea {
  min-height: 150px;
  margin-bottom: 20px;
  border: 1px none #000;
}

.map {
  height: 100%;
}

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

.footer-text-block {
  margin-top: 0.5rem;
  font-family: 'Open Sans', sans-serif;
  color: #002641;
  font-weight: 600;
  text-transform: none;
}

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

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

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: #3b2314;
  font-size: 18px;
  line-height: 1.5;
}

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

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

.footer-link {
  display: block;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #39312d;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(57, 49, 45, 0.5);
  text-decoration: none;
}

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

.footer {
  padding-top: 60px;
  padding-bottom: 100px;
  align-items: flex-start;
  background-color: #fff;
  text-align: center;
}

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

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

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

.footer-div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.whatsapp-button {
  position: fixed;
  left: auto;
  top: auto;
  right: 1%;
  bottom: 2%;
  z-index: 99999;
  display: flex;
  padding: 2px 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 5px 0 hsla(0, 0%, 52.8%, 0.62);
  color: #000;
  text-decoration: none;
}

.whatsapp-button:hover {
  box-shadow: 0 0 10px 0 rgba(47, 47, 47, 0.35);
}

.text-block-2 {
  margin-right: 5px;
  padding: 0px;
  border-radius: 0px;
  background-color: transparent;
  font-weight: 500;
}

.image-13 {
  width: 50px;
}

.guest-name {
  margin-top: 1rem;
  font-family: Roboto, sans-serif;
  color: #3b2314;
  font-size: 1rem;
  font-weight: 700;
}

.callery-container {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  flex-direction: column;
  align-items: center;
}

.callery-container.no-margin {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 1rem;
  font-family: Bellefair, sans-serif;
  color: #3b2314;
  font-size: 2rem;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}

.h2.white {
  color: #3b2314;
}

.list {
  padding-left: 20px;
  color: #3b2314;
}

.left-arrow {
  display: block;
}

.right-arrow {
  display: block;
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: transparent;
  }

  .nav-menu {
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    flex-direction: column;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: flex-start;
    background-color: #fff;
  }

  .nav-link {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 1rem;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0px;
  }

  .menu-button {
    padding: 12px;
  }

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

  .social-link {
    margin-top: 1.5rem;
    margin-left: 0rem;
  }

  .social-link._2 {
    margin-top: 0rem;
    margin-bottom: 10px;
  }

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

  .cta-cel.red {
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 4rem;
  }

  .cta-slider {
    height: 500px;
  }

  .main-container {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .image-bg-section {
    height: 500px;
  }

  .contact-details-holder {
    margin-top: 2rem;
    flex-direction: column;
  }

  .contact-icon {
    flex-direction: column;
  }

  .icon {
    margin-top: 1rem;
    margin-right: 0rem;
    margin-bottom: 1rem;
  }

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

  .whatsapp-button {
    display: flex;
  }

  .h2 {
    margin-top: 1rem;
  }

  .nav-list-item {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

@media screen and (max-width: 767px) {
  .section-2 {
    height: auto;
    padding: 40px;
  }

  .image {
    width: 80%;
    height: auto;
  }

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

  .heading {
    text-align: center;
  }

  .navbar-wrapper {
    padding-left: 20px;
  }

  .navbar-brand {
    padding-left: 0px;
  }

  .nav-menu {
    padding-bottom: 30px;
    padding-left: 0px;
    flex-direction: column;
  }

  .nav-link {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .cta-cel.red {
    padding-left: 4rem;
  }

  .cta-slider {
    height: 400px;
  }

  .main-container {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .gallery-grid {
    height: 350px;
  }

  .review-slider {
    width: 90%;
    height: 300px;
  }

  .review-text {
    width: 100%;
  }

  .rooms-slider {
    width: 100%;
    height: 300px;
  }

  .lightbox-link-4 {
    height: 150px;
  }

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

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

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

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

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

  .footer {
    padding: 40px 20px;
  }

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

  .whatsapp-button {
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .section {
    height: 50vh;
  }

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

  .link {
    font-size: 1.2rem;
  }

  .heading {
    font-size: 2.3rem;
  }

  .heading._2 {
    font-size: 1.5rem;
  }

  .nav-menu {
    padding-left: 20px;
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .image-3 {
    height: 65px;
  }

  .cta-h1 {
    font-size: 4rem;
  }

  .cta-paragraph {
    font-size: 1rem;
  }

  .h1 {
    font-size: 2rem;
  }

  .main-paragrpah {
    font-size: 1rem;
    line-height: 1.4;
  }

  .gallery-grid {
    height: 250px;
  }

  .review-slider {
    margin-top: 1rem;
  }

  .image-4 {
    height: 25px;
  }

  .review-text {
    font-size: 1rem;
  }

  .image-bg-section {
    height: 200px;
  }

  .rooms-slider {
    height: 280px;
    margin-top: 2rem;
  }

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

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

  .map {
    height: 250px;
  }

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

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

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

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

  .footer-image {
    width: 250px;
  }

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

  .image-13 {
    width: 45px;
  }

  .h2 {
    text-align: left;
  }
}

#w-node-_92362615-b96a-3ba6-df8b-20853349a567-4947ad41 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_924d42ce-2bc5-f21d-3433-dc9315b3f9f8-4947ad41 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_15ca2497-c055-6a85-67ae-58db01781ff9-4947ad41 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 2;
      grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
}

#w-node-_15ca2497-c055-6a85-67ae-58db01781ffb-4947ad41 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_15ca2497-c055-6a85-67ae-58db01781ffd-4947ad41 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c49e9148-0753-0034-e780-526894a05818-4947ad41 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a5ad13eb-3c22-67e2-e3e9-f73a9d981098-4947ad41 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bb3c636d-98d2-de60-d91c-f991cd85d4f6-4947ad41 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-aa16ba9c-76ce-4cc4-6941-1b57c4e62be6-4947ad41 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a75b35e5-9761-4f75-dc9a-63614534c2c8-4947ad41 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_633e54e2-bac3-5719-561e-60b6258fb5f4-4947ad41 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e9b7302b-b001-e938-01a4-0c6c6e2c578a-4947ad41 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ef639eed-d3c7-004b-15e4-ac318230b9fe-4947ad41 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

