.kw_container{
margin-bottom: 48px !important;
}
.kw_book {
    padding: 0 !important;
}
.kw_book, .kw_form_dates__checkin, .kw_form_dates__chekcout, .kw_book_button {
    border-radius: 0 !important;
}
.kw_theme_ligth .kw_book, .kw_theme_ligth .kw_contact, .kw_theme_ligth .kw_form_dates__checkin, .kw_theme_ligth .kw_form_dates__chekcout, .kw_theme_ligth .kw_form_occ {
    background: none !important;
}
.kw_book_button {
    background: #ffce32 !important;
    color: #333232 !important;
    min-width: 80px !important;
    justify-content: center !important;
}

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

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

a {
  text-decoration: underline;
  cursor: pointer;
}

.container {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.container.room-info {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  -ms-grid-columns: 50% auto;
  grid-template-columns: 50% auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container.is--relative {
  position: relative;
}

.container.dark-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container._404 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fdfdfd;
}

.navbar {
  padding-top: 30px;
  padding-bottom: 70px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: transparent;
}

.home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.body {
  background-color: #fdfdfd;
  font-family: Raleway, sans-serif;
  color: #333232;
  font-size: 16px;
  line-height: 150%;
}

.nav-link {
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  color: #333232;
  font-weight: 600;
  text-transform: uppercase;
}

.nav-link:hover {
  background-color: #ffce32;
  background-clip: content-box;
  -webkit-text-fill-color: inherit;
}

.nav-link.w--current {
  background-color: #ffce32;
  color: #333232;
}

.nav-link.white {
  color: #fdfdfd;
}

.nav-link.white:hover {
  color: #333232;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65.4%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu.white {
  color: #fdfdfd;
}

.btn {
  padding: 14px 40px;
  border: 1px solid transparent;
  background-color: #ffce32;
  color: #333232;
  font-size: 18px;
  line-height: 130%;
  font-weight: 600;
  letter-spacing: 0.009rem;
  cursor: pointer;
}

.btn:hover {
  border-color: #333232;
  background-color: #fdfdfd;
}

.btn.btn-outline {
  border-style: solid;
  border-width: 1px;
  border-color: #333232;
  background-color: transparent;
  color: #333232;
}

.btn.btn-outline:hover {
  border-color: transparent;
  background-color: #ffce32;
}

.btn.btn-outline.mr-24 {
  margin-right: 24px;
}

.btn.sm {
  margin-bottom: 8px;
  padding: 12px 32px;
  font-size: 16px;
}

.btn.sm.black {
  background-color: #333232;
  color: #fdfdfd;
}

.btn.sm.black:hover {
  background-color: transparent;
  color: #333232;
}

.btn._1 {
  display: none;
}

.logo {
  width: 80%;
}

.logo.white {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.divider {
  border-bottom: 1px solid #eaeaea;
}

.slider-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tab-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  opacity: 0.5;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  color: #333232;
  font-size: 18px;
  text-decoration: none;
}

.tab-link.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  opacity: 1;
  font-weight: 700;
}

.tab-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-details {
  padding-right: 10.5%;
  padding-bottom: 48px;
  padding-left: 90px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  color: #333232;
  font-size: 14px;
  text-transform: uppercase;
}

.tag.m-bot-24 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tag.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tag.white {
  color: #fdfdfd;
  text-decoration: none;
  text-transform: none;
}

.tag.white:hover {
  opacity: 0.9;
}

.h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 56px;
  line-height: 100%;
  font-weight: 500;
}

.description {
  margin-bottom: 0px;
  opacity: 0.85;
}

.description h4 {
  margin-top: 0px;
  margin-bottom: 24px;
  opacity: 1;
  color: #333232;
}

.description.span {
  font-size: 20px;
}

.m-bot-24 {
  margin-bottom: 24px;
}

.m-bot-48 {
  margin-bottom: 48px;
}

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

.section.map {
  position: relative;
  margin-bottom: -8px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.other-rooms {
  margin-bottom: 0px;
  padding-top: 180px;
}

.section.rules {
  margin-bottom: 0px;
}

.section.hero {
  position: relative;
}

.section.footer {
  padding-bottom: 0px;
}

.section.room-page-hero {
  padding-top: 0px;
}

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

.section.is-off-white.is--relative {
  position: relative;
}

.section.service {
  padding-bottom: 180px;
}

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

.section.zero.black {
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #333232;
}

.section.top-zero {
  padding-top: 0px;
}

.section.top-zero.welcome {
  position: relative;
}

.section.m-bot-80 {
  display: none;
}

.h2 {
  margin-top: 0px;
  font-family: 'Playfair Display', sans-serif;
  color: #333232;
  font-size: 48px;
  line-height: 100%;
  font-weight: 500;
}

.h2.m-bot-48 {
  font-weight: 500;
}

.contact-form-details {
  width: 37.8%;
  padding-top: 48px;
}

.link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.link-wrapper.other-room {
  font-size: 14px;
}

.link-wrapper.btn-link.other-room {
  opacity: 0.5;
  font-size: 16px;
  text-align: left;
}

.link-wrapper.btn-link.other-room:hover {
  opacity: 1;
}

.btn-link {
  color: #333232;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.divider-sm {
  width: 16px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom: 1px solid #333232;
  opacity: 0.35;
}

.mr-8 {
  margin-right: 8px;
}

.about-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.centered {
  text-align: center;
}

.rooms-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 48px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-navbar {
  display: -ms-grid;
  display: grid;
  margin-bottom: 140px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 42px;
  grid-row-gap: 16px;
  -ms-grid-columns: 10% 1fr 1fr 1fr;
  grid-template-columns: 10% 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.f-heading {
  margin-top: 0px;
  color: #333232;
  font-weight: 700;
}

.copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.f-nav-link {
  margin-bottom: 16px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #333232;
  font-size: 18px;
  text-decoration: none;
}

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

.f-nav-link.whatsapp {
  border-bottom: 1px solid #ffce32;
}

.f-nav-link.whatsapp:hover {
  border-bottom-style: none;
}

.f-nav-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.service-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.service-grid {
  width: 100%;
  grid-column-gap: 35px;
  grid-row-gap: 100px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-2 {
  margin-right: 115px;
}

.h4 {
  margin-top: 0px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 24px;
  line-height: 130%;
  font-weight: 400;
}

.service-icon {
  margin-bottom: 16px;
}

.room-cover {
  width: 100%;
  height: 290px;
  -o-object-fit: cover;
  object-fit: cover;
}

.card-details {
  position: relative;
  z-index: 1;
  margin-top: -64px;
  padding: 32px;
  background-color: #fdfdfd;
  text-align: left;
}

.h3 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 28px;
  line-height: 100%;
  font-weight: 500;
}

.room-description {
  height: 72px;
  opacity: 0.85;
}

.room-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.price-wrapper {
  display: none;
}

.num {
  font-size: 32px;
  font-weight: 600;
}

.info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-wrapper.last {
  margin-right: 0px;
}

.tag-sm {
  font-size: 12px;
}

.room-details-icon {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.btns-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.mr-16 {
  margin-right: 16px;
}

.places-wrapper {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.places-details {
  width: 37.8%;
}

.tabs {
  position: relative;
  display: -ms-grid;
  display: grid;
  margin-top: -148px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 65.3%;
  grid-template-columns: 1fr 65.3%;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.tab-wrapper {
  position: relative;
}

.tab-content-wrapper {
  position: relative;
}

.place-card-wrapper {
  position: absolute;
  top: 40%;
  right: 0px;
  z-index: 1;
  width: 76.5%;
  padding-left: 90px;
}

.img {
  width: 480px;
  height: 540px;
  background-image: var(--image-7b40fadb);
  background-position: 0px 0px;
  background-size: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.img.places {
  width: 65%;
}

.divider-tab-links {
  width: 24px;
  border: 1px solid #000;
}

.divider-tab-links.mr-16 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text-block-4 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.rooms-col {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 48px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.room-page-details {
  width: 37.8%;
}

.room-page-icons-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.room-page-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.room-page-icon.mr-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.room-page-icon-label {
  margin-bottom: 0px;
  opacity: 0.85;
  font-size: 18px;
}

.room-page-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.masonry-grid {
  width: 53%;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 24px;
  column-gap: 24px;
  -webkit-column-rule-style: solid;
  column-rule-style: solid;
  -webkit-column-rule-width: 0px;
  column-rule-width: 0px;
}

.img-masonry {
  margin-bottom: 24px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.rules-heading {
  margin-bottom: 20px;
  color: #333232;
  font-size: 24px;
  font-weight: 500;
}

.rules-heading.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  opacity: 1;
  font-weight: 700;
}

.m-bot-32 {
  margin-bottom: 32px;
}

.amenities-icons-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.m-bot-80 {
  margin-bottom: 80px;
}

.other-rooms-item.m-bot-48 {
  display: inline-block;
}

.rooms-masonry-grid {
  -webkit-column-count: 5;
  column-count: 5;
  -webkit-column-gap: 40px;
  column-gap: 40px;
}

.other-room-cover {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.other-room-cover.m-bot-32 {
  height: 120px;
}

.other-room-heading {
  margin-top: 0px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 26px;
  font-weight: 400;
  text-align: left;
}

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

.f-nav-link-text {
  margin-bottom: 16px;
  color: #333232;
  font-size: 18px;
  text-decoration: none;
}

.hero-tab-wrapper {
  position: relative;
  width: 50%;
}

.place-card {
  padding: 48px;
  background-color: #fdfdfd;
}

.about-img {
  width: 50%;
  height: 50%;
  margin-right: 10.5%;
  margin-left: 90px;
  -o-object-fit: contain;
  object-fit: contain;
}

.tab-link-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  opacity: 0.5;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  color: #333232;
  font-size: 24px;
  text-decoration: none;
}

.tab-link-2.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  opacity: 1;
  font-weight: 700;
}

.tab-prev {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  margin-right: 16px;
  padding-right: 16px;
}

.tab-prev.hero {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-bottom: 50px;
}

.tab-next {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  margin-left: 16px;
  padding-left: 16px;
}

.tab-next.hero {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-bottom: 50px;
}

.socials {
  display: none;
}

.is-off-white {
  background-color: #f9f9f8;
}

.bg {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 50vh;
  background-color: #333232;
  -o-object-fit: cover;
  object-fit: cover;
}

.bg.white {
  height: 40%;
  background-color: #f9f9f8;
}

.link-hover-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.contact-page-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 50%;
  grid-template-columns: 1fr 50%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-wrapper {
  padding: 60px;
  background-color: #fdfdfd;
}

.div-wrapper.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-wrapper.newsletter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.contact-info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.bold {
  font-weight: 600;
}

.form-block {
  width: 60%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.input {
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 rgba(0, 0, 0, 0.25);
  background-color: transparent;
}

.input::-webkit-input-placeholder {
  color: rgba(51, 50, 50, 0.5);
  font-size: 14px;
  text-transform: uppercase;
}

.input:-ms-input-placeholder {
  color: rgba(51, 50, 50, 0.5);
  font-size: 14px;
  text-transform: uppercase;
}

.input::-ms-input-placeholder {
  color: rgba(51, 50, 50, 0.5);
  font-size: 14px;
  text-transform: uppercase;
}

.input::placeholder {
  color: rgba(51, 50, 50, 0.5);
  font-size: 14px;
  text-transform: uppercase;
}

.input.text-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding-bottom: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form.is--relative {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 50%;
  height: 80%;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-icon {
  margin-right: 16px;
}

.welcome {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10.5%;
  padding-left: 10.5%;
}

.div-block-10 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 1;
  display: inline-block;
  padding: 32px;
  background-color: #fdfdfd;
}

.about-details {
  width: 37.8%;
  padding-top: 48px;
}

.f-logo {
  width: 80px;
}

.newsletter-form {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider {
  display: none;
}

.lang-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.lang-wrapper.w--open {
  z-index: 1;
}

.lang-icon {
  margin-right: 4px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.html-embed-3 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.dropdown {
  position: relative;
  z-index: 100;
  margin-right: 0px;
  margin-left: 0px;
}

.dropdown-list {
  position: absolute;
  z-index: 1;
  margin-top: 16px;
  background-color: #333232;
  color: #fdfdfd;
}

.dropdown-list.w--open {
  margin-left: -24px;
}

.dropdown-link {
  padding: 16px 24px;
  color: #fdfdfd;
}

.dropdown-link:hover {
  color: #ffce32;
}

.dropdown-link.w--current {
  padding: 16px 24px;
  color: #ffce32;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.whatsapp {
  margin-bottom: 16px;
}

.bnovo {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
}

.bnovo.vertical {
  position: static;
}

.bnovo-vert {
  width: 100%;
}

._1 {
  width: 11.4%;
  -o-object-fit: cover;
  object-fit: cover;
}

._2 {
  width: 28.6%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

._3 {
  width: 19.1%;
  height: 65.6%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-imgs-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 640px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 2rem;
}

.welcome-img {
  display: none;
  width: 100%;
  height: 690px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10.5%;
  padding-left: 10.5%;
  -o-object-fit: cover;
  object-fit: cover;
}

.tagline {
  width: 27.3%;
  margin-top: -8px;
  margin-right: 21.27%;
}

.tagline-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.off-white-bg {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 40%;
  background-color: #f9f9f8;
  -o-object-fit: cover;
  object-fit: cover;
}

.off-white-bg.white {
  height: 40%;
  background-color: #f9f9f8;
}

@media screen and (max-width: 991px) {
  .container {
    width: 90%;
  }

  .container.room-info {
    grid-auto-flow: row;
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .container.is--relative {
    position: relative;
  }

  .container._404 {
    position: relative;
  }

  .navbar {
    position: relative;
    padding-bottom: 56px;
    z-index: 1;
  }

  .nav-link {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-link.white {
    color: #333232;
  }

  .nav-menu {
    position: absolute;
    left: 0%;
    top: 100%;
    right: 0%;
    bottom: 0%;
    z-index: 100;
    width: 100%;
    height: 100vh;
    padding-top: 32px;
    padding-bottom: 32px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #f9f9f8;
  }

  .logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .logo.white {
    -webkit-filter: invert(0%);
    filter: invert(0%);
  }

  .tab-link {
    font-size: 18px;
  }

  .tab-menu {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .hero-details {
    margin-right: 0%;
    padding-right: 177px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-color: transparent;
  }

  .tag {
    font-size: 12px;
  }

  .description.centered.m-bot-48 {
    z-index: 0;
  }

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

  .section.other-rooms {
    padding-top: 120px;
  }

  .section.room-page-hero {
    padding-top: 0px;
  }

  .section.header {
    position: relative;
    padding-top: 0px;
  }

  .section.service {
    padding-bottom: 120px;
  }

  .section.top-zero.welcome {
    display: block;
  }

  .section.m-bot-80 {
    height: 150px;
  }

  .h2 {
    font-size: 40px;
  }

  .contact-form-details {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .link-wrapper.btn-link {
    font-size: 18px;
  }

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

  .footer-navbar {
    margin-bottom: 90px;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr 1fr 1.5fr;
    grid-template-columns: 1fr 1fr 1.5fr;
  }

  .f-heading.m-bot-24 {
    font-size: 16px;
  }

  .f-nav-link {
    font-size: 16px;
  }

  .service-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .service-grid {
    grid-column-gap: 35px;
    grid-row-gap: 80px;
  }

  .room-details {
    padding-top: 0px;
  }

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

  .img {
    width: 100%;
  }

  .divider-tab-links.mr-16 {
    width: 16px;
  }

  .room-page-details {
    width: 100%;
  }

  .room-page-icon-label {
    font-size: 16px;
  }

  .room-page-hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .masonry-grid {
    width: 100%;
  }

  .amenities-icons-grid {
    width: 65%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: baseline;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .rooms-masonry-grid {
    -webkit-column-count: 2;
    column-count: 2;
  }

  .f-nav-link-text {
    font-size: 16px;
  }

  .hero-tabs-content {
    width: 60%;
  }

  .hero-tab-wrapper {
    width: 100%;
    margin-top: -24px;
  }

  .place-card {
    padding: 32px;
  }

  .about-img {
    width: 50%;
    margin-right: 0%;
    margin-left: 72px;
  }

  .tab-link-2 {
    font-size: 18px;
  }

  .menu-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -8px;
    padding: 0px;
    background-color: transparent;
  }

  .menu-btn.w--open {
    padding: 0px;
    background-color: transparent;
  }

  .btn-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .socials {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 16px;
    padding-bottom: 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu {
    margin: 16px;
  }

  .bg {
    display: none;
  }

  .close {
    display: none;
    margin: 16px;
  }

  .contact-page-grid {
    grid-column-gap: 40px;
  }

  .div-wrapper {
    padding: 48px;
  }

  .welcome {
    width: 90%;
    height: 540px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0%;
    padding-left: 0%;
  }

  .about-details {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .f-logo {
    width: 56px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .hero-imgs-wrapper {
    display: none;
  }

  .welcome-img {
    display: block;
    height: 540px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0%;
    padding-left: 0%;
  }

  .tagline-wrapper {
    display: none;
  }

  .off-white-bg {
    display: none;
  }

  .sections-wrapper {
    background-color: #f9f9f8;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-bottom: 48px;
  }

  .nav-menu {
    padding-right: 16px;
    padding-left: 16px;
  }

  .slider-wrapper {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .tab-menu {
    display: none;
  }

  .hero-details {
    padding-right: 56px;
  }

  .tag.m-bot-24.centered {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .h1 {
    font-size: 48px;
  }

  .description {
    font-size: 16px;
  }

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

  .section.hero {
    z-index: 1;
  }

  .contact-form-details {
    width: 50%;
    margin-bottom: 48px;
  }

  .about-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-navbar {
    grid-column-gap: 24px;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr 1fr 1.25fr;
    grid-template-columns: 1fr 1fr 1.25fr;
  }

  .service-grid {
    grid-column-gap: 35px;
    grid-row-gap: 56px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-2 {
    margin-right: 0px;
    margin-bottom: 32px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .service-card {
    text-align: center;
  }

  .h4.m-bot-24 {
    margin-bottom: 16px;
  }

  .room-description.m-bot-24 {
    height: 100%;
    margin-bottom: 16px;
  }

  .room-details {
    margin-bottom: 24px;
  }

  .places-details {
    width: 100%;
  }

  .tabs {
    margin-top: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .place-card-wrapper {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    padding-left: 0px;
  }

  .img {
    width: 100%;
    height: 400px;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .img.places {
    display: block;
    width: 100%;
  }

  .map {
    margin-bottom: -8px;
  }

  .hero-tabs-content {
    z-index: -1;
    width: 70%;
  }

  .about-img {
    width: 80%;
    height: auto;
    margin-left: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .tab-prev.hero {
    margin-bottom: 0px;
  }

  .tab-next.hero {
    margin-bottom: 0px;
  }

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

  .div-wrapper {
    padding: 32px;
  }

  .form-block {
    width: 90%;
  }

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

  .image-2 {
    height: 70%;
    -o-object-position: 68% 50%;
    object-position: 68% 50%;
  }

  .welcome {
    -o-object-position: 60% 50%;
    object-position: 60% 50%;
  }

  .div-block-10 {
    padding: 24px;
  }

  .about-details {
    width: 100%;
    margin-bottom: 48px;
  }

  .welcome-img {
    -o-object-position: 60% 50%;
    object-position: 60% 50%;
  }
}

@media screen and (max-width: 479px) {
    
.dropdown-list.w--open {
    margin-left: -46px;
}
    
  .container {
    width: auto;
    margin-right: 16px;
    margin-left: 16px;
  }

  .container.rooms {
    margin-right: auto;
    margin-left: auto;
  }

  .container.places {
    margin-right: 0px;
    margin-left: 0px;
  }

  .container.hero {
    margin-right: auto;
    margin-left: auto;
  }

  .container._404 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .navbar {
    padding-bottom: 32px;
  }

  .nav-link {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .nav-menu {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .btn.sm.mr-16 {
    padding-right: 24px;
    padding-left: 24px;
  }

  .divider.m-bot-32 {
    margin-bottom: 24px;
  }

  .slider-wrapper {
    display: none;
  }

  .hero-details {
    padding-right: 16px;
    padding-left: 16px;
  }

  .tag.m-bot-24 {
    margin-bottom: 16px;
  }

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

  .section.is-off-white.is--relative.form {
    padding-top: 0px;
  }

  .section.service {
    padding-bottom: 80px;
  }

  .h2 {
    padding-right: 0px;
    font-size: 32px;
  }

  .h2.m-bot-48 {
    margin-bottom: 32px;
  }

  .contact-form-details {
    width: 100%;
    margin-bottom: 0px;
  }

  .rooms-grid {
    grid-column-gap: 32px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-navbar {
    margin-bottom: 56px;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .copyright {
    padding-bottom: 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
  }

  .service-grid {
    grid-auto-flow: row;
    grid-column-gap: 24px;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card-details {
    margin-right: auto;
    margin-left: auto;
    padding: 16px;
  }

  .h3 {
    font-size: 28px;
  }

  .room-description.m-bot-24 {
    margin-bottom: 16px;
  }

  .room-details {
    margin-bottom: 32px;
  }

  .places-details {
    padding-right: 16px;
    padding-left: 16px;
  }

  .tab-content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .place-card-wrapper {
    position: static;
    width: 100%;
    margin-top: -50px;
  }

  .room-page-details {
    margin-bottom: 48px;
  }

  .room-page-icon-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .room-page-icon-label {
    text-align: center;
  }

  .img-masonry {
    width: auto;
    height: 160px;
  }

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

  .text-blok.m-bot-32 {
    margin-bottom: 24px;
  }

  .rooms-masonry-grid {
    -webkit-column-count: 2;
    column-count: 2;
  }

  .other-room-cover {
    height: 106px;
  }

  .f-nav-link-text.last {
    margin-bottom: 0px;
  }

  .hero-tabs-content {
    width: 100%;
    margin-top: 0px;
  }

  .hero-tab-wrapper {
    margin-top: -24px;
  }

  .place-card {
    position: relative;
    margin-right: 16px;
    margin-left: 16px;
    padding: 24px;
  }

  .about-img {
    width: 100%;
  }

  .tab-prev {
    position: static;
    margin-top: 32px;
    margin-right: 0px;
    margin-bottom: 32px;
    padding-right: 0px;
    padding-left: 32px;
  }

  .tab-prev.hero {
    position: static;
    display: none;
    margin-top: 32px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-left: 16px;
  }

  .tab-next {
    position: static;
    margin-top: 32px;
    margin-bottom: 32px;
    margin-left: 0px;
  }

  .tab-next.hero {
    display: none;
    margin-bottom: 0px;
  }

  .btn-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .socials {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .contact-page-grid {
    padding-top: 48px;
  }

  .div-wrapper.center {
    padding: 0px;
    background-color: transparent;
  }

  .div-wrapper.newsletter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .form-block {
    width: 100%;
  }

  .image-2 {
    position: static;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
    padding-left: 16px;
  }

  .welcome {
    height: 400px;
  }

  .div-block-10 {
    margin-right: auto;
    margin-left: auto;
  }

  .about-details {
    width: 100%;
  }

  .newsletter-form {
    width: 100%;
  }

  .right-arrow {
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    z-index: 1;
    overflow: visible;
  }

  .slide-nav {
    display: none;
  }

  .left-arrow {
    top: auto;
    right: auto;
    bottom: 0%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333232;
  }

  .mask {
    height: 60vh;
  }

  .slider {
    position: relative;
    display: block;
    height: 100%;
    padding-bottom: 50px;
    background-color: transparent;
  }

  .slide {
    padding-right: 0px;
    padding-bottom: 0px;
    background-image: var(--image-30db4ec6);
    background-position: 50% 50%;
    background-size: cover;
  }

  .slide-2 {
    padding-right: 0px;
    padding-bottom: 0px;
    background-image: var(--image-4c7e2702);
    background-position: 50% 50%;
    background-size: cover;
  }

  .slide-3 {
    padding-right: 0px;
    padding-bottom: 0px;
    background-image: var(--image-i7f8933d9);
    background-position: 50% 50%;
    background-size: cover;
  }

  .slide-4 {
    padding-right: 0px;
    padding-bottom: 0px;
    background-image: var(--image-i5946e4e);
    background-position: 100% 50%;
    background-size: cover;
  }

  .html-embed {
    padding-right: 30px;
  }

  .html-embed-2 {
    padding-left: 40px;
  }

  .welcome-img {
    height: 400px;
  }
}

#w-node-ab91a877-11a4-ea62-c46a-729ed8c71c53-c2af127f {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 0;
  grid-row-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_3ae85a69-e4b6-998d-d53c-6efd2afcf0f0-c2af127f {
  -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-_997c84dd-2c1e-443f-d06e-c4682543928c-c2af127f {
  -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-ebd53b3f-6f9e-de18-3d5e-1d381de9df2e-c2af127f {
  -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-a928a8de-06ba-4661-bf4f-9a3f4c613bbb-c2af127f {
  -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-_03434c71-6878-e79e-73cc-25af0f7d09ea-c2af127f {
  -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-df41037a-3917-2531-4c7e-f03b4db1bb4a-c2af127f {
  -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-eac4d7c8-7686-1cfd-564e-a22e8d6b0425-c2af127f {
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d1f58595-06a4-a9fa-3e06-17b41a39cd3b-9b81b775 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 2;
  grid-column-end: 5;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_7df03fd7-c427-32b2-43b1-c56c9b81b793-9b81b775 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_7fdc107d-380c-0224-e8da-ddd04726db77-4726db67 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 0;
  grid-row-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_7fdc107d-380c-0224-e8da-ddd04726db90-4726db67 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_6aac01a3-9db8-092b-1ab5-ac0cef9fe6cc-ef9fe6bf {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-c8766e03-749d-52e1-2f07-96b501eef123-e7c9947f {
  -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-d6ee8b79-eac6-9ddb-07a1-1e28a49f1ef7-e7c9947f {
  -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-_7f8bf8ce-feb8-4d67-8e6e-70e58d5e2e5e-e7c9947f {
  -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-_3b1aaebe-1994-6382-39ac-2350002054d9-e7c9947f {
  -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-_6227ec04-a492-0042-d64a-4fd35355ce48-e7c9947f {
  -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-e6675e7b-80e9-f7ae-950c-f99ba4eebc56-e7c9947f {
  -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-_30a5a5c1-3482-9141-a35a-bad65385f238-e7c9947f {
  -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-_74469195-62ef-c226-39d2-cbc0c00e2b46-e7c9947f {
  -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-_83f4b9c7-789f-a679-a27c-21ea20c230ee-e7c9947f {
  -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-_577856b4-5ae8-77b3-1cd1-8eb7c9741029-e7c9947f {
  -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-_0e1c736f-81d1-46a0-974c-899c17bcd792-e7c9947f {
  -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-_70aa0598-b2fe-df5f-4d1e-242c17e2c36b-5e49557d {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-ab91a877-11a4-ea62-c46a-729ed8c71c53-f6751ebc {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 0;
  grid-row-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_647fb621-b934-3483-4187-a22006f690fe-06f690ef {
  -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-_647fb621-b934-3483-4187-a22006f69104-06f690ef {
  -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-_647fb621-b934-3483-4187-a22006f6910a-06f690ef {
  -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-_647fb621-b934-3483-4187-a22006f69110-06f690ef {
  -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-_647fb621-b934-3483-4187-a22006f69116-06f690ef {
  -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-_647fb621-b934-3483-4187-a22006f6911c-06f690ef {
  -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-_647fb621-b934-3483-4187-a22006f69122-06f690ef {
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7e09c3b3-36ad-62f4-7888-43c121b92693-21b92683 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 0;
  grid-row-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_7e09c3b3-36ad-62f4-7888-43c121b926ac-21b92683 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_530f0685-e862-1c7b-8757-66ad9b05121e-9b051211 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_70aa0598-b2fe-df5f-4d1e-242c17e2c36b-821459c8 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_0634be5e-72a1-e4ba-4df0-e73da47876b3-47d6c2b4 {
  -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-_0634be5e-72a1-e4ba-4df0-e73da47876b9-47d6c2b4 {
  -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-_0634be5e-72a1-e4ba-4df0-e73da47876c1-47d6c2b4 {
  -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-_0a7f72d3-1463-396c-af9f-d857f45160af-f4516071 {
  -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-_0a7f72d3-1463-396c-af9f-d857f45160b3-f4516071 {
  -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-_0a7f72d3-1463-396c-af9f-d857f45160b7-f4516071 {
  -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-_0a7f72d3-1463-396c-af9f-d857f45160bb-f4516071 {
  -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-_0a7f72d3-1463-396c-af9f-d857f45160bf-f4516071 {
  -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-_0a7f72d3-1463-396c-af9f-d857f45160c3-f4516071 {
  -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-_0a7f72d3-1463-396c-af9f-d857f45160c7-f4516071 {
  -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-_0a7f72d3-1463-396c-af9f-d857f45160cb-f4516071 {
  -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;
}

@media screen and (max-width: 991px) {
  #w-node-_7df03fd7-c427-32b2-43b1-c56c9b81b778-9b81b775 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-d1f58595-06a4-a9fa-3e06-17b41a39cd3b-9b81b775 {
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
  }

  #w-node-_7df03fd7-c427-32b2-43b1-c56c9b81b793-9b81b775 {
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  #w-node-b1a3f5cd-df95-39d7-48fa-a0cf09187dc2-e7c9947f {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_0a7f72d3-1463-396c-af9f-d857f45160ab-f4516071 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-eac4d7c8-7686-1cfd-564e-a22e8d6b0425-c2af127f {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_7df03fd7-c427-32b2-43b1-c56c9b81b778-9b81b775 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-d1f58595-06a4-a9fa-3e06-17b41a39cd3b-9b81b775 {
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-_7df03fd7-c427-32b2-43b1-c56c9b81b793-9b81b775 {
    -ms-grid-column-span: 4;
    grid-column-end: 4;
  }

  #w-node-_7fdc107d-380c-0224-e8da-ddd04726db77-4726db67 {
    -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-_7fdc107d-380c-0224-e8da-ddd04726db90-4726db67 {
    -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;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_70aa0598-b2fe-df5f-4d1e-242c17e2c36b-5e49557d {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_647fb621-b934-3483-4187-a22006f69122-06f690ef {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_7e09c3b3-36ad-62f4-7888-43c121b92693-21b92683 {
    -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-_7e09c3b3-36ad-62f4-7888-43c121b926ac-21b92683 {
    -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;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_70aa0598-b2fe-df5f-4d1e-242c17e2c36b-821459c8 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-eac4d7c8-7686-1cfd-564e-a22e8d6b0425-c2af127f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_7df03fd7-c427-32b2-43b1-c56c9b81b778-9b81b775 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-d1f58595-06a4-a9fa-3e06-17b41a39cd3b-9b81b775 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 0;
    grid-row-end: 6;
  }

  #w-node-_7df03fd7-c427-32b2-43b1-c56c9b81b793-9b81b775 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }

  #w-node-c8766e03-749d-52e1-2f07-96b501eef123-e7c9947f {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_647fb621-b934-3483-4187-a22006f69122-06f690ef {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_0634be5e-72a1-e4ba-4df0-e73da47876b3-47d6c2b4 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

