:root {
  --text-dark: #252525;
  --paragraph-gray: #535353;
  --primary: #f1ea78;
  --light-gray: #e9f2f1;
  --white: #fff;
  --light-yellow: #f2f0bf;
  --black: black;
  --primary-gray: #7e8c8c;
  --dark-gray\<deleted\|variable-e2382e90\>: #afafaf;
  --heading-font: Forum, sans-serif;
  --text-font: Roboto, sans-serif;
}

body {
  color: var(--text-dark);
  background-color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1em;
}

h1 {
  color: var(--text-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Forum, sans-serif;
  font-size: 76px;
  line-height: 1.2em;
}

h2 {
  color: var(--text-dark);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Forum, sans-serif;
  font-size: 56px;
  line-height: 1.2em;
}

h3 {
  color: var(--text-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Forum, sans-serif;
  font-size: 42px;
  line-height: 1.2em;
}

h4 {
  color: var(--text-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Forum, sans-serif;
  font-size: 32px;
  line-height: 1.2em;
}

h5 {
  color: var(--text-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Forum, sans-serif;
  font-size: 26px;
  line-height: 1.2em;
}

h6 {
  color: var(--text-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Forum, sans-serif;
  font-size: 20px;
  line-height: 1.2em;
}

p {
  color: var(--paragraph-gray);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 1.5em;
}

a {
  color: var(--text-dark);
  align-items: center;
  font-size: 16px;
  line-height: 1.2em;
  text-decoration: none;
  transition: all .3s;
}

a:hover {
  opacity: .8;
  color: var(--text-dark);
}

ul {
  grid-row-gap: 15px;
  background-color: var(--text-dark);
  color: var(--primary);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  list-style-type: disc;
  display: flex;
}

li {
  align-items: center;
  line-height: 1.4em;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 10px;
  display: block;
}

blockquote {
  border-left: 2px solid var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 20px;
  font-family: Forum, sans-serif;
  font-size: 34px;
  line-height: 1.2;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.section.rooms-banner-2 {
  background-color: var(--light-yellow);
  background-image: url("https://cdn.prod.website-files.com/67bf5d1f95781d0334cf3760/67bf5d1f95781d0334cf39d4_Texture%20BG%20(2).webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 180px;
  padding-bottom: 140px;
  display: flex;
  overflow: hidden;
}

.section {
  flex-flow: column;
  align-items: stretch;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.section.without-bottom-spacing {
  padding-bottom: 0;
}

.section.rooms-banner-1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.section.banner-faq {
  background-color: var(--primary);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-top: 160px;
  display: flex;
  overflow: hidden;
}

.section.about-us-banner {
  background-color: var(--white);
  justify-content: center;
  align-items: flex-start;
  padding-top: 180px;
  padding-bottom: 140px;
  display: flex;
  overflow: hidden;
}

.section.style-guide-section {
  background-image: url("https://cdn.prod.website-files.com/67bf5d1f95781d0334cf3760/67bf5d1f95781d0334cf3923_Banner%20(1).webp");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-top: 180px;
  padding-bottom: 120px;
}

.section.color-section {
  background-color: var(--light-yellow);
  overflow: hidden;
}

.section.dark-bg {
  background-color: var(--text-dark);
}

.section.img {
  background-image: linear-gradient(#0e0e0e80, #0e0e0e80), url("https://cdn.prod.website-files.com/67bf5d1f95781d0334cf3760/67bf5d1f95781d0334cf391d_eddy-boom-1E-0mLMqAQ8-unsplash%201.webp");
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.banner-home-3 {
  align-items: center;
  padding-top: 160px;
  display: flex;
  overflow: hidden;
}

.section.bg-texture {
  background-image: url("https://cdn.prod.website-files.com/67bf5d1f95781d0334cf3760/67bf5d1f95781d0334cf397d_Texture%20BG%20(1).webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.rooms-banner-2 {
  background-color: var(--light-yellow);
  background-image: url("https://cdn.prod.website-files.com/67bf5d1f95781d0334cf3760/67bf5d1f95781d0334cf39d4_Texture%20BG%20(2).webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 180px;
  padding-bottom: 140px;
  display: flex;
  overflow: hidden;
}

.section.banner-project-template {
  justify-content: center;
  align-items: stretch;
  min-height: 610px;
  padding-top: 160px;
  padding-bottom: 0;
  overflow: hidden;
}

.section.accomodation-banner {
  background-color: var(--light-gray);
  padding-top: 180px;
  overflow: hidden;
}

.section.gallery-banner {
  background-color: var(--light-gray);
  justify-content: center;
  align-items: stretch;
  padding-top: 200px;
  padding-bottom: 140px;
  overflow: hidden;
}

.section.testimonials-banner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 80px;
  display: flex;
  overflow: hidden;
}

.section.without-space {
  margin-bottom: 60px;
  padding-top: 0;
  padding-bottom: 0;
}

.section.news-banner {
  background-color: var(--light-gray);
  justify-content: center;
  align-items: flex-start;
  padding-top: 180px;
  padding-bottom: 140px;
  display: flex;
  overflow: hidden;
}

.section.news-section-spacing {
  padding-top: 180px;
}

.section.services-banner {
  padding-top: 160px;
  overflow: hidden;
}

.section.light-yellow-banner {
  background-color: var(--light-yellow);
  justify-content: center;
  align-items: stretch;
  padding-top: 200px;
  padding-bottom: 140px;
  overflow: hidden;
}

.section.news-banner-2 {
  padding: 110px 15px 0;
  overflow: hidden;
}

.section.news-banner-2.py-180 {
  padding-top: 180px;
  padding-bottom: 80px;
}

.section.news-banner-3 {
  padding-top: 180px;
  overflow: hidden;
}

.section.services-template-banner {
  background-color: var(--light-yellow);
  padding-top: 140px;
  padding-bottom: 60px;
  overflow: hidden;
}

.section.img-copy {
  background-image: linear-gradient(#0e0e0e80, #0e0e0e80), url("https://cdn.prod.website-files.com/67bf5d1f95781d0334cf3760/67e869010a753debb8e89bb4_Pleasure%20Pier.jpg");
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.light-background {
  background-color: #e9f2f1;
  background-color: var(--light-gray);
  background-color: var(--light-gray);
  background-color: #e9f2f1;
  overflow: hidden;
}

.base-container {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.base-container.align-left {
  align-items: flex-start;
}

.base-container.full-width {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.base-container.relative {
  z-index: 10;
  position: relative;
}

.base-container.sizing {
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.footer {
  background-color: var(--light-gray);
  background-image: url("https://cdn.prod.website-files.com/67bf5d1f95781d0334cf3760/67bf5d1f95781d0334cf38d5_Icon%20(3).webp");
  background-position: 160% 20%;
  background-repeat: no-repeat;
  background-size: auto 600px;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

.section-title-wrapper {
  text-align: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.section-title-wrapper.max-width-50 {
  width: 50%;
}

.section-title-wrapper.align-left {
  text-align: left;
}

.section-title-wrapper.services-title {
  max-width: 500px;
}

.flex-vertical-center {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 232px;
  display: flex;
}

.light-background {
  background-color: var(--light-yellow);
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-hidden.full-size {
  width: 100%;
  height: 100%;
}

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

.brand-tablet {
  display: none;
}

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

.right-side-block {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-menu-center {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

.brand-link {
  z-index: 3;
  position: absolute;
}

.brand-link.w--current {
  cursor: pointer;
}

.navbar-menu {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.nav-logo {
  width: 80px;
}

.btn-text {
  z-index: 20;
  margin-left: 0;
  padding-left: 0;
  position: relative;
}

.light-btn-text {
  z-index: 20;
  position: relative;
}

.line-link-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.full-width-link {
  justify-content: flex-start;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.full-width-link:hover {
  opacity: 1;
}

.nav-dropdown-icon-3 {
  display: none;
}

.dropdown-header-item {
  background-color: #0000;
  align-items: stretch;
  padding: 30px 15px;
  transition: all .5s;
  display: flex;
}

.dropdown-header-item.w--open:hover {
  color: #a8a4a4;
  text-decoration: none;
}

.nav-dropdown-item {
  color: var(--text-dark);
  cursor: pointer;
  font-size: 16px;
  line-height: 1.2em;
}

.link-line {
  background-color: var(--text-dark);
  width: 100%;
  height: 1px;
  position: absolute;
  top: auto;
  bottom: 0;
}

.dropdown-text {
  color: var(--text-dark);
  margin-top: 0;
  margin-bottom: 0;
}

.nav-dropdown-link-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.nav-dropdown-list-item {
  background-color: var(--white);
  border-radius: 4px;
  width: 200px;
  padding: 15px 20px;
  box-shadow: 0 3px 8px #2525254d;
}

.nav-dropdown-list-item.megamenu {
  width: 480px;
  left: -400px;
}

.nav-line {
  background-color: var(--text-dark);
  width: 100%;
  height: 1px;
  position: absolute;
  top: auto;
  bottom: 0;
}

.nav-line.light-line {
  background-color: var(--white);
}

.nav-text-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-intro-item {
  color: var(--text-dark);
  margin-top: 0;
  margin-bottom: 0;
}

.nav-intro-item.desktop-light-link {
  color: var(--white);
}

.header-link-item {
  cursor: pointer;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 30px 15px;
  display: flex;
}

.header-link-item:hover {
  opacity: 1;
}

.header-link-item.w--current {
  cursor: pointer;
}

.header-link-item.w--open:hover {
  color: #a8a4a4;
  text-decoration: none;
}

.nav-shadow {
  z-index: -1;
  background-color: #fff0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  height: 84px;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 -5px 15px #25252559;
}

.footer-link-item {
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.footer-link-item:hover {
  opacity: 1;
}

.footer-link-item.w--open:hover {
  color: #a8a4a4;
  text-decoration: none;
}

.footer-link-item.px-2 {
  padding-left: 10px;
  padding-right: 10px;
}

.footer-copyright-text {
  color: var(--text-dark);
  font-size: 16px;
  display: inline;
}

.footer-hero-wrapper {
  border-bottom: 1px solid #cacaca;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 20px;
  display: flex;
}

.footer-bottom-links-wrap {
  grid-row-gap: 5px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-links-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-left: 1px solid #cacaca;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  display: grid;
}

.footer-links-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-rights-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  flex-wrap: wrap;
  display: flex;
}

.margin-bottom-15 {
  margin-bottom: 15px;
}

.flex-horizontal-gap-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.img-bg-top {
  height: 400px;
  position: absolute;
  inset: 0% auto auto -200px;
  transform: rotate(140deg);
}

.img-bg-top.z-index {
  z-index: -1;
}

.navbar-white {
  background-color: var(--white);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.width-100 {
  width: 100%;
}

.display-flex-horizontal.desktop-wrap-small-space, .display-flex-horizontal.tablet-1-column {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.display-flex-horizontal {
  width: 100%;
  display: flex;
}

.display-flex-horizontal.large-space {
  grid-column-gap: 80px;
  width: 40%;
}

.display-flex-horizontal.desktop-wrap-small-space, .display-flex-horizontal.tablet-1-column, .display-flex-horizontal.desktop-wrap-small-space {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.text-small-wrapper {
  border-bottom: 1px solid #0000004d;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 15px;
  display: flex;
}

.apartment-link-image {
  border-radius: 6px;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}

.apartment-link-image:hover {
  opacity: 1;
}

.amenities-item {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.amenities-item.align-right {
  justify-content: flex-end;
}

.testimonials-author {
  flex-direction: column;
  justify-content: center;
  padding-bottom: 10px;
  display: flex;
}

.testimonials-author.pt-0 {
  padding-bottom: 0;
}

.title-central {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 760px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonials-quote-author {
  margin-top: 40px;
  display: flex;
}

.testimonials-image {
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.author-img-con {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-right: 25px;
}

.review-wrapper-first {
  flex-flow: column;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 30px;
  display: flex;
}

.review-wrapper {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.1fr 1fr;
  width: 100%;
  position: relative;
}

.review-wrapper-fourth {
  flex-flow: column;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  display: none;
}

.hero-slide {
  perspective: 1000px;
  background-image: url("https://cdn.prod.website-files.com/67bf5d1f95781d0334cf3760/67e8d262a8ca619091dafbe3_MoodyGardens_sunset.jpg");
  background-position: 50%;
  background-size: cover;
  overflow: hidden;
  transform: perspective(1000px);
}

.c-hero-slide-content {
  background-image: url("https://cdn.prod.website-files.com/67bf5d1f95781d0334cf3760/67e869010a753debb8e89bb4_Pleasure%20Pier.jpg");
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  height: 100%;
  position: relative;
}

.c-hero-slide-content._1 {
  background-image: url("https://cdn.prod.website-files.com/67bf5d1f95781d0334cf3760/67e869010a753debb8e89bb4_Pleasure%20Pier.jpg");
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-left: 100px;
  padding-right: 20px;
}

.c-hero-slide-content._2 {
  text-shadow: 0 1px 1px #0003;
  background-image: url("https://cdn.prod.website-files.com/67bf5d1f95781d0334cf3760/67e8699da8ca619091a63f3a_Beach%20Compressed.jpg");
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-left: 100px;
  padding-right: 20px;
  display: block;
}

.c-hero-slide-content._1 {
  background-image: linear-gradient(90deg, #fff0, #13131380 75%), url("https://cdn.prod.website-files.com/67bf5d1f95781d0334cf3760/686e4e529b8e8cf7b23f9f80_Bridge%20Panorma-min%20compressed.jpg");
  background-position: 0 0, 50%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-left: 100px;
  padding-right: 20px;
}

.c-hero-slide-content._2 {
  background-image: linear-gradient(90deg, #fff0, #131313bf 75%), url("https://cdn.prod.website-files.com/67bf5d1f95781d0334cf3760/67bf5d1f95781d0334cf39e6_Capital%20Sunset-min.jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-left: 100px;
  padding-right: 20px;
}

.c-hero-slide-content._4 {
  background-image: linear-gradient(90deg, #fff0, #131313bf 75%), url("https://cdn.prod.website-files.com/67bf5d1f95781d0334cf3760/67bf5d1f95781d0334cf39e4_Skyline%20at%20night-min.jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 100px;
  padding-left: 100px;
  padding-right: 20px;
}

.c-hero-slide-content._3 {
  background-image: linear-gradient(90deg, #fff0, #131313bf 75%), url("https://cdn.prod.website-files.com/67bf5d1f95781d0334cf3760/67bf5d1f95781d0334cf39e3_Capitol%20with%20riverscape-min.jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 100px;
  padding-left: 100px;
  padding-right: 20px;
}

.cloneable-area {
  min-height: 70vh;
}

.hero-slider-nav {
  display: none;
}

.hero-slider {
  background-color: #0000;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 0 0;
  background-size: auto;
  height: 100%;
}

.c-hero-slider {
  height: 70vh;
  font-size: 1vw;
  line-height: 1.5em;
  position: relative;
}

.mask {
  z-index: 1;
  background-color: #00000080;
}

.header-image5 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 10px;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.padding-vertical.padding-small {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.header-image3 {
  border-top-right-radius: 10px;
}

.header-image-blocks {
  overflow: clip;
}

.section-banner-lisitng-lg {
  margin-top: 120px;
  display: block;
}

.home-header_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: ". Area"
                 ". Area-2"
                 / 2fr minmax(auto, 1fr) minmax(auto, 1fr);
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.margin-bottom.margin-small {
  margin-bottom: 1rem;
}

.margin-bottom.margin-xsmall {
  margin-bottom: .625rem;
  padding-left: 8px;
}

.margin-bottom.margin-xsmall.gird {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-right: 8px;
  display: flex;
}

.header-image-block {
  width: 572px;
}

.header-image2 {
  width: auto;
  height: auto;
}

.header-image {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: auto;
  height: 405px;
}

.page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}

.container-medium {
  width: 100%;
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
}

.heading-1 {
  font-size: 45px;
}

.header-image4 {
  width: auto;
  height: 205px;
  margin-top: 0;
  padding-bottom: 0;
  position: static;
}

.hero-slide-highlight-text-2 {
  opacity: .25;
  color: #fff;
  text-transform: none;
  width: 60%;
  font-family: Forum, sans-serif;
  font-size: 76px;
  font-weight: 400;
  line-height: 1.2em;
  position: absolute;
}

.hero-slide-highlight-text-2.pos-rel {
  width: auto;
  position: relative;
}

.hero-slide-highlight-text-2.pos-rel.opacity-1 {
  opacity: 1;
  text-align: left;
  opacity: 1;
  text-align: left;
  width: 900px;
  min-width: 200px;
  height: 200px;
  min-height: 100px;
  max-height: 100px;
  font-size: 75px;
  line-height: 55px;
}

.hero-slider-arrow-2 {
  opacity: .25;
  width: 50px;
  height: 50px;
  font-size: 20px;
  transition: all .2s;
}

.hero-slider-arrow-2:hover {
  opacity: 1;
}

.banner-content-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 780px;
  padding-left: 0;
  padding-right: 20px;
  display: block;
}

.section-banner-listing-mob {
  margin-top: 90px;
  display: none;
}

.button-2 {
  text-align: center;
  background-color: #2b7fff;
  background-image: linear-gradient(320deg, #d70466, #ff385c);
  border-radius: 6px;
  width: 100%;
  padding: 10px 16px;
}

.image-17 {
  align-self: center;
  width: 20px;
  margin-right: 10px;
  padding-top: 8px;
}

.dropdown_quantity-item {
  align-items: center;
  display: flex;
}

.card-dropdown-toggle {
  justify-content: space-between;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 6px 12px;
  display: flex;
}

.dropdown {
  border: 1px solid #22222270;
  border-top-style: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: block;
}

.section-home-site_content {
  margin-bottom: 80px;
}

.heading-6 {
  font-size: 30px;
}

.heading-6.size-sm {
  font-family: Forum, sans-serif;
  font-size: 18px;
}

.sleep-image {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  width: 500px;
  min-width: 400px;
  max-width: 100%;
  height: auto;
}

.dropdown_bottom-text {
  font-size: 12px;
  line-height: 16px;
}

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

.margin-top.margin-medium {
  margin-top: 2rem;
}

.home-site_flex-items {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.cardd-dropdown-list {
  background-color: #524040;
}

.cardd-dropdown-list.w--open {
  background-color: #fff;
  border-radius: 4px;
  padding: 16px;
  box-shadow: 2px 2px 8px #0000002e;
}

.site_content-divider {
  background-color: #ddd;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.icon {
  margin-left: 0;
  margin-right: 0;
  position: static;
  inset: 0% 0% 0% auto;
}

.place_flex-item {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.primary-grey-text-2 {
  color: #7e8c8c;
}

.primary-grey-text-2.color-black {
  color: #000;
}

.card_content-block {
  border: 1px solid #ddd;
  border-radius: 12px;
  width: 400px;
  padding: 24px;
}

.time-text {
  color: #222;
  font-weight: 400;
  line-height: 18px;
}

.time-flex-item2 {
  border: 1px solid #22222270;
  border-left-style: none;
  border-top-left-radius: 0;
  border-top-right-radius: 10px;
  width: 175px;
  padding: 6px 12px;
}

.time-flex-item {
  border: 1px solid #22222270;
  border-top-left-radius: 10px;
  width: 175px;
  padding: 6px 12px;
}

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

.time-flex-block {
  width: auto;
  margin-top: 20px;
  display: none;
}

.text-span-2 {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
}

.paragraph-4 {
  text-align: left;
  font-family: Roboto, sans-serif;
}

.round-plus-icon {
  width: 20px;
}

.dropdown-text-2 {
  color: #222;
  font-weight: 400;
  line-height: 18px;
}

.round-minus-icon {
  width: 20px;
}

.site_sleep-content {
  box-sizing: border-box;
  object-fit: fill;
  max-width: 500px;
  min-height: 200px;
  padding-bottom: 20px;
}

.div-block-30 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.sleep_block-wrap {
  border: 1px solid #ddd;
  border-radius: 12px;
  max-width: 400%;
  padding: 0 0 10px;
}

.quantity-number {
  padding-left: 16px;
  padding-right: 16px;
}

.paragraph-5 {
  color: #222;
  margin-bottom: 0;
  font-weight: 300;
}

.site_right-item {
  position: sticky;
  inset: 0% 0% 0% auto;
}

.card-dropdown-link {
  color: #222;
  justify-content: space-between;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.card-dropdown-block {
  display: none;
}

.review-wrapper-third-2 {
  flex-flow: column;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  display: flex;
}

.review-wrapper-second-2 {
  border-left: 1px solid #7e8c8c;
  border-right: 1px solid #7e8c8c;
  flex-flow: column;
  justify-content: space-between;
  padding: 10px 30px;
  display: flex;
}

.primary-yellow-button-2 {
  background-color: var(--primary);
  color: #252525;
  text-transform: capitalize;
  border-radius: 50px;
  justify-content: center;
  height: 56px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Forum, sans-serif;
  font-size: 20px;
  transition-duration: 1s;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.primary-yellow-button-2:hover {
  opacity: 1;
  color: #252525;
  background-color: #fff0;
}

.margin-top-41 {
  justify-content: center;
  margin-top: 40px;
}

.margin-top-41.align-center {
  text-align: center;
  text-align: center;
}

.base-container-4 {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.button-hover-circle-dark-2 {
  z-index: 10;
  background-color: #252525;
  border-radius: 100%;
  width: 125%;
  height: 400%;
  position: absolute;
  inset: auto auto -400%;
}

.button-hover-circle-2 {
  z-index: 5;
  background-color: #f1ea78;
  border-radius: 100%;
  width: 125%;
  height: 400%;
  position: absolute;
  inset: auto auto -400%;
}

.button-hover-circle-2.yellow {
  background-color: #f1ea78;
}

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

.project-image-2 {
  object-fit: cover;
  object-position: 50% 65%;
  background-image: url("https://cdn.prod.website-files.com/67bf5d1f95781d0334cf3760/686e4e6423c4ce71faf41c1b_Kitchen_1.avif");
  background-position: 0 0;
  background-size: auto;
  border-radius: 6px;
  width: 100%;
  height: 250px;
}

.project-item-wrapper-2 {
  cursor: pointer;
  border: 2px #2b7fff;
  border-radius: 6px;
  padding-bottom: 20px;
}

.subtitle-number-2 {
  color: #ffbb50;
  font-size: 18px;
  line-height: 1em;
}

.subtitle-wrap-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-left: 2px solid #535353;
  border-right: 2px solid #535353;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}

.primary-grey-text-3 {
  color: #7e8c8c;
  font-size: 15px;
}

.subtitle-capitalize-2 {
  color: #252525;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1em;
}

.primary-black-button-3 {
  color: #fff;
  background-color: #252525;
  border-radius: 50px;
  justify-content: center;
  height: 56px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Forum, sans-serif;
  font-size: 22px;
  transition-duration: 1s;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.primary-black-button-3:hover {
  background-color: #fff0;
}

@media screen and (min-width: 1280px) {
  .section {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section.style-guide-section {
    background-position: 50%;
  }

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

  .section.banner-home-3 {
    padding-bottom: 80px;
  }

  .section.banner-project-template {
    padding-top: 180px;
  }

  .section.accomodation-banner {
    padding-bottom: 80px;
  }

  .section.testimonials-banner {
    padding-bottom: 130px;
  }

  .spacing-columns {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .headings-typography-wrapper {
    width: 48%;
  }

  .footer {
    background-position: 150% -20%;
    padding-top: 80px;
  }

  .without-top-spacing {
    padding-top: 0;
  }

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

  .project-template-banner-image {
    right: 17%;
  }

  .slider-container {
    height: 530px;
  }

  .testimonials {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .map-wrapper {
    padding-right: 70px;
  }

  .section-title-center {
    margin-bottom: 70px;
  }

  .banner-section.home-2-banner {
    height: 80vh;
  }

  .about-img._3 {
    width: 340px;
  }

  .about-img._2, .about-img._3 {
    width: 340px;
  }

  .about-img._4 {
    width: 280px;
  }

  .about-img._2 {
    width: 340px;
  }

  .industries-block-wrapper {
    position: relative;
  }

  .about-team-img-wrap {
    height: 360px;
  }

  .about-image-person {
    border-radius: 130px;
  }

  .section-with-blue-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .black-overlay {
    padding: 30px;
  }

  .center-title {
    padding-right: 140px;
  }

  .main-style-guide-body-wrapper {
    margin-right: 60px;
  }

  .landing-banner-screens {
    margin-bottom: -80px;
  }

  .landing-inner-page-item.home-screen-banner, .landing-inner-page-item.home-screen, .landing-inner-page-item.home-screen-banner, .landing-inner-page-item.home-screen {
    max-width: none;
  }

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

  .landing-customers-content-left {
    padding-right: 100px;
  }

  .paragraph-benefits-lp {
    width: 80%;
  }

  .landing-inner-pages-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 30px;
  }

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

  .section-banner.landing-banner {
    background-image: none;
    padding-top: 180px;
  }

  .style-guide-body-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .navbar-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .dropdown-header-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-dropdown-list-item.w--open {
    left: auto;
  }

  .nav-dropdown-list-item.megamenu {
    left: -380px;
  }

  .header-link-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-bottom-form {
    margin-bottom: 0;
  }

  .banner-text-wrap {
    width: 75%;
  }

  .video-hover-button {
    width: 120px;
    height: 120px;
  }

  .room-price.align-left {
    text-align: center;
    text-align: center;
  }

  .img-background {
    bottom: 40px;
  }

  .service-block-link {
    min-height: 360px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .left-arrow-slider-testimonials {
    left: 46%;
  }

  .right-arrow-slider-testimonials {
    right: 46%;
  }

  .slider-mask-testimonials {
    width: 50%;
  }

  .section-testimonials {
    background-size: auto 600px;
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .testimonial {
    max-width: 700px;
  }

  .review-text {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 30px;
  }

  .testimonials-bg-img {
    bottom: -20%;
    left: -15%;
  }

  .image-cell-2 {
    height: 320px;
  }

  .image-cell-4, .image-cell-3 {
    height: 260px;
  }

  .image-cell-6 {
    height: 320px;
  }

  .image-cell-8, .image-cell-9 {
    height: 260px;
  }

  .image-cell-5 {
    height: 320px;
  }

  .img-bg-top {
    height: 500px;
  }

  .blog-img-bg-bottom {
    height: 600px;
    bottom: 40px;
  }

  .home-1-banner {
    justify-content: center;
    height: 100vh;
    padding-top: 200px;
    padding-bottom: 100px;
  }

  .section-light-yellow-bg {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .form-text-fields-wrap {
    width: 85%;
  }

  .banner-left-block.tempate-block {
    width: 70%;
  }

  .info-title {
    font-size: 42px;
  }

  .hotel-info-item {
    padding-left: 50px;
    padding-right: 50px;
  }

  .card-center-info {
    max-width: 300px;
  }

  .project-name {
    min-height: 120px;
  }

  .section-light-grey-bg {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .service-block-item-home-2 {
    height: 450px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .quote-testimonials {
    font-size: 28px;
  }

  .testimonials-img-bg-bottom {
    height: 600px;
  }

  .services-img-bg-top {
    height: 500px;
  }

  .content-banner-home-3 {
    padding: 40px;
  }

  .slide-nav-banner-home-2 {
    top: -5%;
  }

  .slider-banner-home-3 {
    height: 85%;
    bottom: 10px;
  }

  .statistic-wrapper {
    justify-content: center;
    align-items: center;
  }

  .statistic-wrap {
    width: 100%;
  }

  .banner-title-home-3 {
    font-size: 68px;
  }

  .flex-vertical-tabs-menu {
    margin-right: 100px;
  }

  .img-bg {
    bottom: 40px;
  }

  .blog-content-2 {
    margin-right: -25%;
  }

  .list-blog-item-2 {
    grid-column-gap: 60px;
  }

  .blog-image-container-2 {
    width: 350px;
    height: 350px;
  }

  .section-light-gray {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .right-image-container {
    width: 300px;
    height: 300px;
  }

  .width-100 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .info-news-column {
    height: 320px;
  }

  .banner-color-shape {
    width: 800px;
  }

  .display-flex-horizontal.large-space {
    grid-column-gap: 110px;
    grid-column-gap: 110px;
  }

  .column-wrapper-small {
    width: 35%;
  }

  .title-medium {
    font-size: 56px;
  }

  .bg-image {
    left: -15%;
  }

  .lightbox-image-4.room-image-4 {
    border-radius: 120px;
  }

  .text-small-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
  }

  .amenities-item.align-right {
    flex-flow: wrap;
  }

  .review-wrapper-second {
    padding-left: 40px;
    padding-right: 40px;
  }

  .review-wrapper-first {
    padding-right: 40px;
  }

  .review-wrapper-fourth {
    padding-right: 45px;
  }

  .collection-list-room {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .info-room-wrapper {
    flex-flow: column;
  }

  .top-info-room {
    padding-bottom: 15px;
  }

  .portfolio-collection-list {
    grid-column-gap: 60px;
    grid-row-gap: 80px;
  }

  .card-project-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .image-banner-1, .image-banner-2 {
    height: 350px;
  }

  .banner-color-bg {
    right: 4%;
  }

  .banner-shape {
    right: 18%;
  }

  .stage-banner {
    height: 450px;
  }

  .stages-sidebar {
    padding-right: 60px;
  }

  .home-banner-image {
    height: 380px;
  }

  .content-flex {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

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

  .our-reviews-grid {
    grid-row-gap: 80px;
  }

  .title-wrap-about-testimonials {
    font-size: 72px;
  }

  .section-img-bg-top {
    height: 450px;
  }

  .banner-img-bg {
    bottom: 40px;
  }

  .section-contact-us-img {
    height: 650px;
  }

  .home-image-block {
    width: 50%;
  }

  .services-banner-wrapper {
    grid-column-gap: 100px;
  }

  .right-block {
    width: 27%;
  }

  .banner-img-bg-top {
    left: -120px;
  }

  .img-bg-left {
    height: 500px;
  }

  .news-item {
    width: 31.6%;
  }

  .banner-home-wrapper {
    width: 93%;
  }

  .info-service-wrap {
    min-height: 190px;
  }

  .section-listings {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-listings.style-guide-section {
    background-position: 50%;
  }

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

  .section-listings.banner-home-3 {
    padding-bottom: 80px;
  }

  .section-listings.banner-project-template {
    padding-top: 180px;
  }

  .section-listings.accomodation-banner {
    padding-bottom: 80px;
  }

  .section-listings.testimonials-banner {
    padding-bottom: 130px;
  }

  .latest-blog-section {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .latest-blog-section.style-guide-section {
    background-position: 50%;
  }

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

  .latest-blog-section.banner-home-3 {
    padding-bottom: 80px;
  }

  .latest-blog-section.banner-project-template {
    padding-top: 180px;
  }

  .latest-blog-section.accomodation-banner {
    padding-bottom: 80px;
  }

  .latest-blog-section.testimonials-banner {
    padding-bottom: 130px;
  }

  .section-services {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-services.style-guide-section {
    background-position: 50%;
  }

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

  .section-services.banner-home-3 {
    padding-bottom: 80px;
  }

  .section-services.banner-project-template {
    padding-top: 180px;
  }

  .section-services.accomodation-banner {
    padding-bottom: 80px;
  }

  .section-services.testimonials-banner {
    padding-bottom: 130px;
  }

  .review-wrapper-second-2 {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (min-width: 1440px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  .section.rooms-banner-2, .section.gallery-banner, .section.light-yellow-banner, .section.rooms-banner-2, .section.gallery-banner, .section.light-yellow-banner {
    padding-top: 220px;
    padding-bottom: 160px;
  }

  .footer {
    background-position: 140% -20%;
  }

  .accordion-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .project-template-banner-image {
    right: 19%;
  }

  .about-img._1 {
    width: 380px;
  }

  .about-img._3 {
    width: 400px;
  }

  .about-img._4 {
    width: 300px;
  }

  .about-img._2 {
    width: 390px;
  }

  .our-services-wrap {
    align-items: center;
  }

  .section-with-blue-bg {
    padding-left: 100px;
    padding-right: 100px;
  }

  .landing-banner-title {
    font-size: 80px;
  }

  .section-banner.landing-banner {
    background-image: none;
  }

  .navbar-container {
    padding-left: 80px;
    padding-right: 80px;
  }

  .banner-title-home-1 {
    font-size: 98px;
  }

  .nav-logo-dark {
    height: 70px;
  }

  .room-img {
    height: 550px;
  }

  .img-background {
    height: 550px;
    right: -100px;
  }

  .service-block-link {
    min-height: 380px;
  }

  .image-cell-2 {
    height: 380px;
  }

  .image-cell-6, .image-cell-5 {
    height: 340px;
  }

  .blog-img-bg-bottom {
    height: 550px;
    right: -100px;
  }

  .about-us-image-1 {
    border-radius: 95px;
  }

  .about-us-image-2 {
    border-radius: 100px;
  }

  .service-block-item-home-2 {
    min-height: 380px;
  }

  .testimonials-img-bg-bottom {
    height: 550px;
    right: -100px;
  }

  .banner-title-home-3 {
    font-size: 72px;
  }

  .flex-vertical-tabs-menu {
    margin-right: 130px;
  }

  .img-bg {
    height: 550px;
    right: -100px;
  }

  .blog-content-2 {
    margin-right: -10%;
  }

  .list-blog-item-2 {
    grid-column-gap: 80px;
  }

  .bg-image {
    left: -10%;
  }

  .image-banner-1 {
    height: 400px;
  }

  .image-banner-2 {
    height: 400px;
    bottom: -9%;
  }

  .banner-color-wrap {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .banner-color-bg {
    right: 6%;
  }

  .banner-shape {
    right: 20%;
  }

  .stage-banner {
    height: 500px;
  }

  .content-flex.space-between {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .dark-cover-wrap {
    grid-auto-columns: 1fr;
  }

  .title-wrap-about-testimonials {
    font-size: 74px;
  }

  .section-img-bg-top {
    height: 500px;
    left: -230px;
  }

  .field-block {
    grid-row-gap: 10px;
  }

  ._404-text {
    font-size: 360px;
  }

  .right-block {
    width: 30%;
  }

  .banner-img-bg-top {
    height: 300px;
  }

  .img-bg-right {
    height: 550px;
  }

  .news-content-wrapper {
    min-height: 180px;
  }

  .banner-home-wrapper {
    width: 88%;
  }

  .c-hero-slide-content._3 {
    background-position: 0 0, 50% 25%;
  }

  .section-listings.rooms-banner-2, .section-listings.gallery-banner, .section-listings.light-yellow-banner, .section-listings.rooms-banner-2, .section-listings.gallery-banner, .section-listings.light-yellow-banner, .latest-blog-section.rooms-banner-2, .latest-blog-section.gallery-banner, .latest-blog-section.light-yellow-banner, .latest-blog-section.rooms-banner-2, .latest-blog-section.gallery-banner, .latest-blog-section.light-yellow-banner, .section-services.rooms-banner-2, .section-services.gallery-banner, .section-services.light-yellow-banner, .section-services.rooms-banner-2, .section-services.gallery-banner, .section-services.light-yellow-banner {
    padding-top: 220px;
    padding-bottom: 160px;
  }

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

@media screen and (min-width: 1920px) {
  .footer {
    background-position: 120% -20%;
  }

  .project-template-banner-image {
    right: 24%;
  }

  .about-img._1 {
    width: 420px;
    left: 16%;
  }

  .about-img._3 {
    width: 430px;
    top: 20%;
    left: 54%;
  }

  .about-img._4 {
    left: 48%;
  }

  .about-team-img-wrap {
    height: 400px;
  }

  .section-with-blue-bg {
    padding-left: 180px;
    padding-right: 180px;
  }

  .landing-banner-content {
    margin-bottom: 130px;
  }

  .landing-banner-title {
    font-size: 90px;
  }

  .landing-banner-screens {
    margin-bottom: -100px;
  }

  .section-landing-customers {
    padding-top: 130px;
  }

  .landing-customers-content-right {
    grid-row-gap: 50px;
  }

  .section-banner {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-banner.landing-banner {
    background-image: none;
  }

  .color-bg {
    height: 200px;
  }

  .navbar-container {
    padding-left: 160px;
    padding-right: 160px;
  }

  .nav-shadow {
    box-shadow: 0 -5px 20px #25252559;
  }

  .footer-content-wrapper {
    padding-right: 140px;
  }

  .image-column {
    object-fit: cover;
  }

  .banner-text-wrap {
    width: 75%;
  }

  .nav-logo-dark {
    height: 85px;
  }

  .img-background {
    height: 600px;
    right: 120px;
  }

  .description {
    font-weight: 700;
  }

  .image-services {
    box-sizing: border-box;
    object-fit: contain;
    width: 100%;
    min-width: 10%;
    height: 100%;
    margin-left: 0;
    left: 0%;
  }

  .slider-mask-testimonials {
    width: 50%;
  }

  .testimonials-bg-img {
    bottom: -10%;
    left: 0%;
  }

  .image-cell-2 {
    height: 420px;
  }

  .image-cell-4 {
    border-radius: 160px;
    height: 320px;
  }

  .image-cell-3 {
    height: 320px;
  }

  .image-cell-6 {
    height: 420px;
  }

  .image-cell-8 {
    height: 320px;
  }

  .image-cell-9 {
    border-radius: 160px;
    height: 320px;
  }

  .image-cell-5 {
    height: 420px;
  }

  .img-bg-top {
    height: 600px;
  }

  .blog-img-bg-bottom {
    height: 700px;
  }

  .image-cell-7 {
    border-top-left-radius: 200px;
    border-top-right-radius: 200px;
    min-height: 750px;
  }

  .info-title {
    font-size: 48px;
  }

  .background-wrapper, .card-link {
    background-image: url("https://cdn.prod.website-files.com/67bf5d1f95781d0334cf3760/67bf5d1f95781d0334cf39ee_DSC_2507-HDR.jpg");
    background-position: 0 0;
    background-size: auto;
  }

  .card-cover {
    background-image: url("https://cdn.prod.website-files.com/67bf5d1f95781d0334cf3760/67bf5d1f95781d0334cf39ee_DSC_2507-HDR.jpg");
    background-position: 20% 20%;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
  }

  .about-us-image-1 {
    border-radius: 120px;
  }

  .about-img-background {
    background-image: linear-gradient(#0000, #0000), url("https://cdn.prod.website-files.com/67bf5d1f95781d0334cf3760/67bf5d1f95781d0334cf39f1_riverfront_park%20-%20Copy.jpg");
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .about-img-background.right-image {
    background-image: linear-gradient(#0000, #0000), url("https://cdn.prod.website-files.com/67bf5d1f95781d0334cf3760/67bf5d1f95781d0334cf39f5_Front%20of%201125.jpg");
    background-position: 0 0, 22% 22%;
    background-size: auto, cover;
  }

  .about-us-image-2 {
    border-radius: 130px;
  }

  .testimonials-img-bg-bottom {
    bottom: 0;
  }

  .services-img-bg-top {
    height: 600px;
  }

  .content-banner-home-3 {
    width: 66%;
    padding-left: 50px;
    padding-right: 50px;
  }

  .bg-image-2 {
    height: 600px;
  }

  .img-bg {
    height: 600px;
    right: 120px;
  }

  .blog-content-2 {
    margin-right: -8%;
  }

  .blog-image-container-2 {
    width: 400px;
  }

  .link-news-img-column {
    height: 320px;
  }

  .column-wrapper-small {
    width: 33%;
  }

  .column-wrapper-large {
    width: 67%;
  }

  .bg-image {
    left: 0%;
  }

  .image-banner-1 {
    height: 450px;
  }

  .image-banner-2 {
    height: 450px;
    right: -3%;
  }

  .banner-color-bg {
    width: 380px;
    right: 12%;
  }

  .banner-shape {
    width: 330px;
    right: 24%;
  }

  .base-container-3 {
    max-width: 1400px;
  }

  .home-banner-image {
    height: 420px;
  }

  .section-img-bg-top {
    height: 600px;
    left: -200px;
  }

  .section-contact-us-img {
    height: 700px;
  }

  .radio-btn-link {
    padding: 20px 50px;
  }

  .field-block {
    grid-row-gap: 12px;
  }

  ._404-text {
    font-size: 400px;
  }

  .home-image-block {
    width: 52%;
  }

  .services-banner-wrapper {
    grid-column-gap: 120px;
  }

  .home-banner-content {
    width: 48%;
  }

  .banner-img-bg-top {
    height: 400px;
  }

  .img-bg-right {
    bottom: 35%;
    right: -5%;
  }

  .img-bg-left {
    height: 600px;
  }

  .banner-home-wrapper {
    border-bottom-left-radius: 200px;
    width: 83%;
  }

  .banner-img-top {
    right: 15%;
  }

  .template-banner-content {
    width: 48%;
  }

  .c-hero-slide-content._1 {
    background-image: url("https://cdn.prod.website-files.com/67bf5d1f95781d0334cf3760/67bf5d1f95781d0334cf39f3_Bridge%20Panorma%204MB.avif");
    background-position: 50%;
    background-size: cover;
    padding-top: 120px;
  }

  .c-hero-slide-content._2 {
    padding-top: 120px;
  }

  .c-hero-slide-content._4 {
    background-image: linear-gradient(90deg, #fff0, #131313bf 75%), url("https://cdn.prod.website-files.com/67bf5d1f95781d0334cf3760/67bf5d1f95781d0334cf39ed_Harrisburg%20Churches-min.jpg");
    padding-top: 120px;
  }

  .c-hero-slide-content._3 {
    background-position: 0 0, 50% 25%;
    background-size: auto, cover;
    padding-top: 120px;
  }

  .banner-content-block, .banner-content-block-2 {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 56px;
  }

  h2 {
    font-size: 46px;
  }

  h3 {
    font-size: 38px;
  }

  .section.accomodation-banner, .section.gallery-banner {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .section.banner-faq {
    min-height: 300px;
    padding-bottom: 120px;
  }

  .section.about-us-banner {
    padding-top: 160px;
    padding-bottom: 120px;
  }

  .section.style-guide-section {
    padding-top: 140px;
  }

  .section.banner-home-3 {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .section.bg-texture {
    background-size: cover;
  }

  .section.rooms-banner-2 {
    min-height: 300px;
    padding-top: 160px;
    padding-bottom: 120px;
  }

  .section.banner-project-template {
    justify-content: center;
    align-items: stretch;
    min-height: 480px;
    padding-top: 120px;
  }

  .section.accomodation-banner, .section.gallery-banner {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .section.news-banner {
    padding-top: 160px;
    padding-bottom: 120px;
  }

  .section.news-section-spacing {
    padding-top: 120px;
  }

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

  .section.light-yellow-banner {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .section.news-banner-2 {
    padding-top: 90px;
  }

  .section.news-banner-3 {
    padding-top: 120px;
  }

  .section.services-template-banner {
    padding-top: 120px;
    padding-bottom: 0;
  }

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
    text-align: center;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    flex-flow: wrap;
    display: flex;
  }

  .bottom-style-spacing-desktop {
    bottom: 6%;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .middle-style-spacing-desktop {
    top: 30%;
  }

  .colors-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .colors-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .headings-typography-wrapper.last-child {
    margin-bottom: 30px;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

  .menu-button {
    text-align: right;
    background-color: #0000;
    padding: 0;
  }

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

  .nav-close-icon {
    z-index: 15;
    align-self: stretch;
  }

  .licensing-grid, .licensing-grid.last-child, .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-bottom: 30px;
  }

  .coming-soon-heading {
    width: 85%;
  }

  .news-classic-post-image {
    max-height: 380px;
  }

  .news-classic-bottom-content {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .blog-classic-post-description {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .news-template-pagination {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 60px;
  }

  .footer {
    background-position: 250% 20%;
  }

  .section-title-wrapper {
    width: 95%;
  }

  .style-guide-button-wrapper {
    width: 45%;
  }

  .contacts-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
  }

  .contacts-content-wrapper {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-right: 0;
  }

  .contacts-form-wrapper {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
  }

  .contacts-detail {
    justify-content: center;
  }

  .contacts-form-title {
    text-align: center;
  }

  .contacts-title {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .contacts-location-wrapper {
    text-align: center;
  }

  .search-desktop {
    display: none;
  }

  .search-bottom-line {
    display: flex;
  }

  .search-section {
    margin-top: 70px;
    margin-bottom: 40px;
    padding-top: 60px;
  }

  .service-details-content-wrapper {
    width: 100%;
  }

  .headings-container {
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .style-guide-content-wrapper {
    flex-wrap: wrap;
  }

  .project-template-banner-image {
    width: 220px;
    height: 340px;
    right: 16%;
  }

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

  .slide-services {
    width: 48%;
  }

  .testimonials {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .contacts-wrapper-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-title-center {
    margin-bottom: 60px;
  }

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

  .banner-section.home-2-banner {
    height: auto;
    margin-top: 75px;
    padding-top: 120px;
    padding-bottom: 160px;
  }

  .home-4-testimonials-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .testimonials-wrapper-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .about-img._1 {
    top: 7%;
    left: 15px;
  }

  .about-img._5 {
    top: 58%;
    bottom: 0;
    left: 60px;
  }

  .about-img._3 {
    width: 360px;
    top: 0%;
    right: 15px;
  }

  .about-img._4 {
    width: 240px;
    top: 57%;
    left: auto;
    right: 15px;
  }

  .about-img._2 {
    z-index: 5;
    top: 30%;
    left: 35%;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .content {
    margin-bottom: 0;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .about-team-member-wrapper {
    align-items: center;
  }

  .about-team-img-wrap {
    width: 80%;
    height: 360px;
  }

  .about-4-team-slide {
    width: 100%;
  }

  .about-image-person {
    border-radius: 160px;
  }

  .subtitle-2 {
    margin-bottom: 30px;
  }

  .dropdown-nav-link {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

  .dropdown-nav-link.w--current {
    color: #004ae2;
  }

  .home-banner-left-arrow {
    inset: 20% auto auto 4%;
  }

  .brand-tablet {
    display: block;
  }

  .spacing-system-image-2 {
    width: 75%;
  }

  .main-style-guide-body-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .style-guide-tab-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .spacing-title {
    font-size: 25px;
  }

  .spasing-system-image-mobile-2 {
    width: 70%;
  }

  .landing-banner-content {
    margin-bottom: 70px;
    position: relative;
    left: 0%;
    right: 0%;
  }

  .landing-banner-title {
    font-size: 65px;
  }

  .landing-home-pages-wrapper-banner {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .landing-inner-page-item.home-screen-banner, .landing-inner-page-item.home-screen, .landing-inner-page-item.home-screen-banner, .landing-inner-page-item.home-screen {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .landing-customers-content-left {
    grid-row-gap: 10px;
    text-align: center;
    align-items: center;
    width: 100%;
    padding-right: 0;
  }

  .landing-customers-content-right {
    grid-row-gap: 30px;
    width: 100%;
  }

  .landing-customers-icon-wrapper {
    width: 100%;
  }

  .landing-customers-layout {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: center;
  }

  .landing-section-title {
    width: 80%;
  }

  .landing-home-pages-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .landing-inner-pages-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .free-trial-wrapper-2.landing {
    width: 80%;
  }

  .section-banner.landing-banner {
    background-image: none;
    padding-top: 140px;
  }

  .color-bg {
    height: 100px;
  }

  .details-page-title {
    font-size: 48px;
  }

  .coming-soon-form-main {
    justify-content: center;
  }

  .sg-title.mb-30 {
    margin-bottom: 20px;
  }

  .flex-body-wrap {
    width: 100%;
  }

  .style-guide-body-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .style-guide-body-wrap.rows-30 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .menu-wrapper {
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .menu-close-button, .menu-close-button.w--open {
    background-color: #0000;
    padding: 0 20px 0 0;
  }

  .right-side-block {
    flex-direction: column;
    width: 100%;
  }

  .nav-menu-center {
    justify-content: space-between;
  }

  .navbar-transparent {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .left-side-block {
    flex-direction: column;
    width: 100%;
  }

  .brand-link {
    z-index: 0;
    position: relative;
  }

  .navbar-menu {
    background-color: #fff;
    flex-direction: column;
    width: 320px;
    height: auto;
  }

  .tablet-nav-menu {
    z-index: 5;
    background-color: #fff;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-left: 15px;
    display: flex;
  }

  .nav-logo {
    width: auto;
    height: 50px;
  }

  .primary-yellow-button {
    float: none;
    clear: none;
    margin-top: 100px;
    margin-bottom: 0;
    margin-left: 60px;
    padding-bottom: 0;
    padding-left: 40px;
    left: auto;
    overflow: hidden;
  }

  .btn-text {
    margin-left: 0;
  }

  .nav-dropdown-icon-3 {
    justify-content: space-between;
    margin-right: 0;
    font-size: 14px;
    display: block;
  }

  .dropdown-header-item {
    background-color: #0000;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 8px 0;
  }

  .nav-dropdown-item {
    width: 100%;
  }

  .nav-dropdown-link-wrap {
    padding-right: 0;
  }

  .nav-dropdown-link-wrap:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-list-item {
    box-shadow: none;
    border-style: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 0 0 10px;
    display: none;
    position: static;
  }

  .nav-dropdown-list-item.w--open {
    border-style: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-intro-item.desktop-light-link {
    color: var(--text-dark);
  }

  .header-link-item {
    background-color: #0000;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 8px 0;
  }

  .megamenu-dropdown-wrapper-2 {
    flex-direction: column;
    width: 100%;
  }

  .megamenu-dropdown-wrap {
    justify-content: center;
    width: 100%;
  }

  .nav-shadow {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    height: 70px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-link-item {
    background-color: #0000;
    justify-content: space-between;
    align-items: center;
  }

  .footer-bottom-form {
    width: 95%;
  }

  .nav-footer-item {
    font-style: italic;
  }

  .footer-text-description {
    width: 90%;
  }

  .footer-hero-wrapper {
    flex-wrap: wrap;
  }

  .footer-links-block {
    border-left-style: none;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .footer-content-wrapper {
    width: 70%;
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-column {
    object-fit: fill;
  }

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

  .margin-top-40.align-center {
    text-align: center;
    text-align: center;
  }

  .banner-title-home-1 {
    font-size: 82px;
  }

  .nav-logo-dark {
    width: auto;
    height: 50px;
  }

  .grid-2-columns-wrapper {
    grid-template-columns: 1.3fr;
  }

  .intro-video-wrapper {
    min-height: 380px;
  }

  .room-img {
    height: 360px;
  }

  .room-price.align-left {
    text-align: center;
    text-align: center;
  }

  .button-wrap-flex-margin-top-60 {
    margin-top: 40px;
  }

  .image-about {
    max-height: 380px;
  }

  .about-grid-2-columns-wrapper {
    grid-template-columns: 1.3fr;
  }

  .vertical-line {
    left: auto;
  }

  .service-block-link {
    min-height: 340px;
    padding: 100px 40px 40px;
  }

  .collection-grid-3-columns {
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    display: flex;
  }

  .service-collection-item-1 {
    width: 47.8%;
  }

  .left-arrow-slider-testimonials {
    left: 44%;
  }

  .right-arrow-slider-testimonials {
    right: 44%;
  }

  .slider-mask-testimonials {
    width: 100%;
  }

  .grid-testimonials.clip {
    display: flex;
  }

  .slider-info-testimonials {
    padding-bottom: 60px;
  }

  .arrow-item-cover {
    display: none;
  }

  .review-text {
    padding-left: 0;
    padding-right: 0;
    font-size: 28px;
  }

  .image-cell-2 {
    height: 240px;
  }

  .image-cell-4 {
    border-radius: 80px;
    height: 200px;
  }

  .image-cell-3 {
    height: 200px;
  }

  .blog-image-item-link {
    height: 280px;
  }

  .text-link {
    background-color: #0000;
  }

  .book-wrap {
    width: 100%;
  }

  .contact-links-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .home-1-banner {
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .form-text-fields-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 75%;
  }

  .info-title {
    font-size: 34px;
  }

  .hotel-info-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-small {
    font-size: 20px;
  }

  .card-center-info {
    max-width: 380px;
  }

  .dark-card-overlay {
    background-color: #00000080;
  }

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

  .card-link {
    height: 101%;
    min-height: 250px;
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .card-link.right-border-radius {
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
  }

  .card-link.left-border-radius {
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
  }

  .card-link.border-radius {
    padding-bottom: 50px;
  }

  .black-line-vertical {
    width: 100%;
    height: 1px;
  }

  .center-text-wrapper {
    width: 100%;
  }

  .about-us-image-1 {
    border-radius: 120px;
    width: 60vw;
    height: 30vw;
  }

  .about-us-image-1.image-testimonials {
    width: 100%;
    height: 25vw;
  }

  .about-us-image-1.tablet-hidden {
    display: none;
  }

  .about-grid-wrapper {
    grid-column-gap: 6px;
    grid-row-gap: 60px;
    grid-template-columns: auto auto;
    padding-left: 0;
    padding-right: 0;
  }

  .about-us-image-2 {
    width: 25vw;
    height: 30vw;
  }

  .about-us-image-2.image-testimonials {
    width: 100%;
  }

  .about-us-image-2.tablet-hidden {
    display: none;
  }

  .service-block-item-home-2 {
    padding: 120px 40px 40px;
  }

  .right-arrow-slider-services {
    right: 42%;
  }

  .left-arrow-slider-services {
    left: 42%;
  }

  .quote-testimonials {
    font-size: 22px;
  }

  .block-review {
    align-items: stretch;
  }

  .slide-nav-testimonials {
    font-size: 15px;
  }

  .image-review {
    height: 280px;
  }

  .navbar-white {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .testimonials-img-bg-bottom {
    height: 400px;
    right: -100px;
  }

  .content-banner-home-3 {
    width: 70%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-banner-home-3 {
    bottom: 20px;
  }

  .banner-title-home-3 {
    font-size: 48px;
  }

  .intro-video-wrapper-home-3 {
    min-height: 380px;
  }

  .bg-image-1 {
    height: 300px;
  }

  .bg-image-2 {
    height: 460px;
  }

  .services-tabs {
    align-items: flex-start;
  }

  .service-tab-link {
    font-size: 25px;
  }

  .service-image-tab-pane {
    height: 245px;
  }

  .hover-wrapper, .hover-line.tablet-hidden, .hover-line.tablet-hidden {
    display: none;
  }

  .blog-content-2 {
    width: 100%;
    margin-right: 0%;
  }

  .list-blog-item-2 {
    border-bottom-style: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .blog-image-container-2 {
    width: 100%;
    height: 400px;
  }

  .list-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .medium-stacked-intro {
    max-width: 100%;
  }

  .left-text-content {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column-reverse;
  }

  .service-item-description {
    width: 100%;
  }

  .list-service-item {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .services-flex-wrapper {
    grid-row-gap: 60px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .sticky-intro {
    width: 50%;
    top: 90px;
  }

  .home-testimonial-card.tablet-one-item {
    display: flex;
  }

  .home-testimonials-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .collection-list-news-3-column {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .collection-item-news {
    width: 47%;
  }

  .info-news-column {
    height: 330px;
  }

  .about-us-image-wrap {
    height: 320px;
  }

  .banner-color-shape {
    width: 600px;
    height: 320px;
  }

  .banner-img-1 {
    width: 200px;
    top: 12%;
  }

  .banner-img-2 {
    width: 200px;
  }

  .banner-description-home-3 {
    width: 400px;
  }

  .about-us-image {
    height: 400px;
  }

  .text-content-grid {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .display-flex-horizontal.large-space {
    grid-row-gap: 50px;
    flex-wrap: wrap;
  }

  .display-flex-horizontal.desktop-wrap-small-space {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .display-flex-horizontal.tablet-1-column {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .column-wrapper-small, .column-wrapper-large {
    width: 100%;
  }

  .title-medium {
    width: 70%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 46px;
  }

  .column-image-full-height {
    object-position: 50% 60%;
    height: 400px;
  }

  .advantages-wrapper {
    grid-column-gap: 40px;
  }

  .team-grid-wrap {
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .bg-image {
    width: 400px;
  }

  .lightbox-wrapper-large {
    flex-wrap: wrap;
  }

  ._1-3-column-wrapper {
    width: 49%;
  }

  ._1-3-column-wrapper.tablet-full-width {
    width: 100%;
  }

  .full-width.overflow-hidden.tablet-half-width {
    width: 50%;
  }

  .display-flex-vertical {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .display-flex-vertical.tablet-horizontal-space-small {
    grid-column-gap: 30px;
    grid-column-gap: 30px;
    flex-direction: row;
    width: 100%;
  }

  .lightbox-image-4, .lightbox-image-4.room-image-4, .lightbox-image-4.room-image-4 {
    height: 100%;
  }

  .project-image.image-height-large {
    height: 340px;
  }

  .text-small-wrapper.gap-30 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
  }

  .review-wrapper-second {
    border-right-width: 0;
    padding-right: 0;
  }

  .title-central {
    max-width: 720px;
  }

  .testimonials-quote-author {
    margin-top: 30px;
  }

  .review-wrapper {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1.1fr;
  }

  .review-wrapper-third {
    border-right: 1px solid var(--primary-gray);
    padding-left: 0;
    padding-right: 30px;
  }

  .review-wrapper-fourth {
    display: flex;
  }

  .collection-list-room {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
  }

  .recent-link:hover {
    opacity: 1;
  }

  .info-room-wrapper {
    flex-flow: column;
  }

  .portfolio-collection-list {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .project-photo {
    height: 340px;
  }

  .card-project-wrapper {
    grid-template-columns: .8fr 1.2fr;
  }

  .image-banner-1 {
    height: 250px;
    top: -60px;
    left: -60px;
  }

  .image-banner-2 {
    height: 250px;
    bottom: -7%;
  }

  .project-list-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .banner-color-wrap {
    margin-top: 75px;
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .banner-color-bg {
    width: 300px;
    right: -6%;
  }

  .banner-shape {
    width: 220px;
    height: 353px;
    right: 17%;
  }

  .stage-banner {
    height: 500px;
  }

  .stages-sidebar {
    grid-row-gap: 20px;
    width: 100%;
    padding-right: 0;
    position: relative;
    top: 0;
  }

  .template-info-wrapper {
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .anchor-link {
    width: 47%;
    transition: border-color .3s, padding .5s cubic-bezier(.25, .46, .45, .94);
  }

  .anchor-link:hover {
    border-bottom-color: var(--primary-gray);
  }

  .project-stage-title, .project-stage {
    justify-content: flex-start;
    align-items: center;
  }

  .anchor-list {
    border-top-style: none;
    border-bottom: 1px #ffffff1a;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    width: 100%;
  }

  .home-banner-image {
    height: 260px;
  }

  .bg-element-color {
    height: 63%;
  }

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

  .content-flex.space-between {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .inner-block-item {
    justify-content: space-between;
  }

  .inner-block-item.last {
    max-width: 50%;
  }

  .generall-block-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: start stretch;
    width: 100%;
    margin-top: 40px;
    padding-top: 0;
    padding-bottom: 0;
    display: grid;
  }

  .left-content-wrap.position-sticky {
    max-width: 100%;
    position: static;
  }

  .link {
    background-color: #0000;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 8px 0;
  }

  .bg-color-half {
    height: 40%;
  }

  .video-about {
    min-height: 400px;
  }

  .gallery-title-wrapper {
    width: 95%;
    margin-bottom: 60px;
  }

  .general-rewiev-wrap {
    grid-column-gap: 40px;
  }

  .review-photo {
    width: 40%;
  }

  .sticky-reviews-wrap {
    padding: 30px;
  }

  .sticky-reviews-wrap.sticky-grey-6, .sticky-reviews-wrap.sticky-grey-4 {
    top: 170px;
  }

  .sticky-reviews-wrap.sticky-yellow-3 {
    top: 200px;
  }

  .sticky-reviews-wrap.sticky-grey-1 {
    top: 170px;
  }

  .sticky-reviews-wrap.sticky-yellow-5 {
    top: 200px;
  }

  .sticky-reviews-wrap.sticky-grey-6, .sticky-reviews-wrap.sticky-grey-4 {
    top: 170px;
  }

  .testimoninal-item {
    width: 60%;
  }

  .our-reviews-grid {
    grid-row-gap: 40px;
  }

  .testimonials-img-background-left {
    background-position: 50% 30%;
  }

  .title-wrap-about-testimonials {
    font-size: 56px;
  }

  .gallery-lightbox-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .lightbox-image-6 {
    border-radius: 30px;
    height: 320px;
  }

  .lightbox-image-8 {
    height: 100%;
  }

  .banner-grid-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 40px;
    grid-template-columns: auto auto;
    padding-left: 0;
    padding-right: 0;
  }

  .bg-color-half-news {
    height: 700px;
  }

  .section-img-bg-top {
    height: 380px;
  }

  .banner-img-bg {
    height: 300px;
    right: -60px;
  }

  .banner-img-bg-left {
    height: 300px;
    left: -60px;
  }

  .banner-content {
    margin-top: 75px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-contact-us-img {
    height: 450px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .form-wrap {
    grid-row-gap: 30px;
  }

  .link_container {
    padding: 0;
  }

  .form-contact-us {
    align-items: center;
  }

  .hotel-work-hours {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    align-items: center;
  }

  .tablet-text-center, .contact-text-description {
    text-align: center;
  }

  ._404-text {
    font-size: 280px;
  }

  .banner-grid-wrapper-copy {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .about-wrap-copy {
    grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1500px);
  }

  .image-wrap-banner {
    height: 340px;
  }

  .image-wrap-banner.service-template {
    height: 280px;
  }

  .home-image-block {
    width: 100%;
  }

  .services-banner-wrapper {
    grid-row-gap: 60px;
    flex-flow: column-reverse;
    align-items: flex-start;
  }

  .services-banner-wrapper.service-template-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .home-banner-content {
    text-align: center;
    width: 70%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .right-block {
    width: 35%;
    height: 60%;
    bottom: auto;
  }

  .banner-img-bg-top {
    top: 45%;
  }

  .licensing-video {
    height: 360px;
  }

  .img-bg-right {
    height: 300px;
  }

  .img-bg-left {
    height: 350px;
  }

  .news-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .news-item {
    width: 47%;
  }

  .news-content-wrapper {
    min-height: 265px;
  }

  .banner-home-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .news-sidebar-left-wrapper {
    flex: none;
    width: 100%;
  }

  .news-sidebar-right {
    width: 100%;
    position: static;
  }

  .sidebar-recent-posts-wrapper {
    column-count: 2;
    column-gap: 20px;
  }

  .news-sidebar-wrapper {
    grid-column-gap: 60px;
    flex-wrap: wrap-reverse;
  }

  .blog-sidebar-right-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }

  .news-sidebar-left {
    flex: none;
    width: 100%;
  }

  .sidebar-recent-post-item {
    display: inline-block;
  }

  .banner-img-top {
    width: 200px;
  }

  .template-banner-content {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 70%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-round {
    object-position: 50% 70%;
  }

  .banner-template-description {
    width: 60%;
  }

  .service-title-wrapper {
    width: 95%;
  }

  .info-service-wrap {
    min-height: 190px;
  }

  .promotion-label-holder, .promotion-labels-wrapper-to-remove {
    display: none;
  }

  .hero-slide-highlight-text {
    font-size: 10em;
  }

  .hero-slider-arrow {
    opacity: .75;
    font-size: 25px;
  }

  .c-hero-slide-details {
    padding-left: 5%;
    padding-right: 5%;
    bottom: 12%;
    right: auto;
  }

  ._w-hero-slide-details {
    width: 100%;
  }

  .section-listings.accomodation-banner, .section-listings.gallery-banner {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .section-listings.banner-faq {
    min-height: 300px;
    padding-bottom: 120px;
  }

  .section-listings.about-us-banner {
    padding-top: 160px;
    padding-bottom: 120px;
  }

  .section-listings.style-guide-section {
    padding-top: 140px;
  }

  .section-listings.banner-home-3 {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .section-listings.bg-texture {
    background-size: cover;
  }

  .section-listings.rooms-banner-2 {
    min-height: 300px;
    padding-top: 160px;
    padding-bottom: 120px;
  }

  .section-listings.banner-project-template {
    justify-content: center;
    align-items: stretch;
    min-height: 480px;
    padding-top: 120px;
  }

  .section-listings.accomodation-banner, .section-listings.gallery-banner {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .section-listings.news-banner {
    padding-top: 160px;
    padding-bottom: 120px;
  }

  .section-listings.news-section-spacing {
    padding-top: 120px;
  }

  .section-listings.services-banner {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .section-listings.light-yellow-banner {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .section-listings.news-banner-2 {
    padding-top: 90px;
  }

  .section-listings.news-banner-3 {
    padding-top: 120px;
  }

  .section-listings.services-template-banner {
    padding-top: 120px;
    padding-bottom: 0;
  }

  .latest-blog-section.accomodation-banner, .latest-blog-section.gallery-banner {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .latest-blog-section.banner-faq {
    min-height: 300px;
    padding-bottom: 120px;
  }

  .latest-blog-section.about-us-banner {
    padding-top: 160px;
    padding-bottom: 120px;
  }

  .latest-blog-section.style-guide-section {
    padding-top: 140px;
  }

  .latest-blog-section.banner-home-3 {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .latest-blog-section.bg-texture {
    background-size: cover;
  }

  .latest-blog-section.rooms-banner-2 {
    min-height: 300px;
    padding-top: 160px;
    padding-bottom: 120px;
  }

  .latest-blog-section.banner-project-template {
    justify-content: center;
    align-items: stretch;
    min-height: 480px;
    padding-top: 120px;
  }

  .latest-blog-section.accomodation-banner, .latest-blog-section.gallery-banner {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .latest-blog-section.news-banner {
    padding-top: 160px;
    padding-bottom: 120px;
  }

  .latest-blog-section.news-section-spacing {
    padding-top: 120px;
  }

  .latest-blog-section.services-banner {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .latest-blog-section.light-yellow-banner {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .latest-blog-section.news-banner-2 {
    padding-top: 90px;
  }

  .latest-blog-section.news-banner-3 {
    padding-top: 120px;
  }

  .latest-blog-section.services-template-banner {
    padding-top: 120px;
    padding-bottom: 0;
  }

  .section-services.accomodation-banner, .section-services.gallery-banner {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .section-services.banner-faq {
    min-height: 300px;
    padding-bottom: 120px;
  }

  .section-services.about-us-banner {
    padding-top: 160px;
    padding-bottom: 120px;
  }

  .section-services.style-guide-section {
    padding-top: 140px;
  }

  .section-services.banner-home-3 {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .section-services.bg-texture {
    background-size: cover;
  }

  .section-services.rooms-banner-2 {
    min-height: 300px;
    padding-top: 160px;
    padding-bottom: 120px;
  }

  .section-services.banner-project-template {
    justify-content: center;
    align-items: stretch;
    min-height: 480px;
    padding-top: 120px;
  }

  .section-services.accomodation-banner, .section-services.gallery-banner {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .section-services.news-banner {
    padding-top: 160px;
    padding-bottom: 120px;
  }

  .section-services.news-section-spacing {
    padding-top: 120px;
  }

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

  .section-services.light-yellow-banner {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .section-services.news-banner-2 {
    padding-top: 90px;
  }

  .section-services.news-banner-3 {
    padding-top: 120px;
  }

  .section-services.services-template-banner {
    padding-top: 120px;
    padding-bottom: 0;
  }

  .header-image5 {
    border-bottom-right-radius: 0;
  }

  .header-image3 {
    border-top-right-radius: 0;
  }

  .header-image-blocks {
    width: 100%;
  }

  .home-header_grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: cover;
    grid-template-rows: auto auto;
    grid-template-columns: 2fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 26px;
    display: grid;
    overflow: hidden;
  }

  .header-image-block {
    width: 100%;
  }

  .header-image {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 240px;
  }

  .hero-slide-highlight-text-2 {
    font-size: 10em;
  }

  .hero-slide-highlight-text-2.pos-rel.opacity-1 {
    text-align: center;
    text-align: center;
    text-align: center;
    width: 625px;
    font-size: 55px;
  }

  .hero-slider-arrow-2 {
    opacity: .75;
    font-size: 25px;
  }

  .home-site_flex-items {
    display: block;
  }

  .card_content-block {
    display: none;
  }

  .review-wrapper-third-2 {
    border-right: 1px solid #7e8c8c;
    padding-left: 0;
    padding-right: 30px;
  }

  .review-wrapper-second-2 {
    border-right-width: 0;
    padding-right: 0;
  }

  .primary-yellow-button-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: inline-flex;
  }

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

  .margin-top-41.align-center {
    text-align: center;
    text-align: center;
  }

  .slide-10 {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5, blockquote {
    font-size: 24px;
  }

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

  .section.banner-faq, .section.about-us-banner {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .section.accomodation-banner, .section.gallery-banner {
    padding-top: 120px;
  }

  .section.banner-faq, .section.about-us-banner {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .section.without-top-spacing {
    padding-top: 0;
  }

  .section.style-guide-section {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .section.banner-home-3 {
    flex-direction: column;
    padding-top: 90px;
    padding-bottom: 0;
  }

  .section.rooms-banner-2 {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .section.banner-project-template {
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 120px;
    padding-bottom: 10px;
  }

  .section.accomodation-banner, .section.gallery-banner {
    padding-top: 120px;
  }

  .section.testimonials-banner {
    padding-bottom: 60px;
  }

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

  .section.light-yellow-banner {
    padding-top: 120px;
  }

  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    border-left: 1px solid #7c7c7c;
    flex-direction: column;
  }

  .grid-description {
    border-top: 1px solid #a7a7a7;
    border-bottom-style: none;
    border-right-width: 1px;
    width: 100%;
  }

  .grid-description.first-description {
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-top-color: #a7a7a7;
    border-bottom-style: none;
    border-left-style: none;
    width: 100%;
  }

  .grid-description.last-description {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-width: 1px;
  }

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

  .typography-wrapper {
    margin-top: 20px;
  }

  .spacing-columns {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

  .spacing-wrapper {
    margin-top: 30px;
  }

  .middle-style-spacing-desktop {
    top: 34%;
  }

  .colors-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .colors-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 0;
  }

  .headings-typography-wrapper {
    width: 100%;
  }

  .headers-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

  .link-wrapper {
    width: 100%;
  }

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

  .licensing-images-wrapper {
    padding-top: 20px;
  }

  .licensing-grid {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 40px;
  }

  .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .licensing-paragraph.last-item {
    margin-bottom: 0;
  }

  .licensing-font-title {
    margin-bottom: 10px;
  }

  .licensing-icons-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .utility-page-content {
    width: 70%;
  }

  .password-image {
    width: 100px;
  }

  ._404-paragraph {
    margin-bottom: 30px;
  }

  .coming-soon-heading {
    font-size: 44px;
  }

  .news-classic-bottom-content {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .news-template-pagination {
    flex-flow: column;
  }

  .footer {
    background-position: 300%;
    background-size: auto 500px;
  }

  .section-title-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }

  .section-title-wrapper.max-width-50, .style-guide-button-wrapper {
    width: 100%;
  }

  .accordion-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .accordion-wrap {
    width: 100%;
    margin-right: 0;
  }

  .flex-vertical-center {
    min-height: auto;
  }

  .contacts-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .contacts-content-wrapper {
    width: 100%;
    padding-right: 0;
  }

  .contacts-form-wrapper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .contacts-location-wrapper {
    width: 100%;
  }

  .search-result-item {
    margin-bottom: 20px;
  }

  .service-details-content {
    flex-wrap: wrap;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .project-template-banner-image {
    object-position: 50% 68%;
    width: 96%;
    height: 280px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    inset: auto 2% 0%;
  }

  .slide-services {
    width: 100%;
  }

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

  .contacts-wrapper-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .section-title-center {
    margin-bottom: 40px;
  }

  .banner-section.home-2-banner {
    padding-top: 100px;
    padding-bottom: 140px;
  }

  .home-4-testimonials-wrapper {
    grid-row-gap: 30px;
    width: 100%;
  }

  .testimonials-wrapper-2 {
    width: 100%;
  }

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2, .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2 {
    width: 100%;
    position: static;
  }

  .subtitle {
    line-height: 16px;
  }

  .our-services-wrap {
    grid-row-gap: 10px;
    width: 100%;
  }

  .content-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .home-9-team-item {
    width: 48%;
  }

  .about-team-img-wrap {
    width: 100%;
  }

  .search {
    flex-direction: column;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

  .home-23-team-item {
    width: 70%;
  }

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .style-guide-tab-content-wrapper {
    grid-row-gap: 40px;
  }

  .grid-header {
    width: 100%;
  }

  .main-style-guide-body-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .style-guide-tabs-menu {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .grid-title {
    border-bottom: 1px solid #7c7c7c;
    border-right-style: none;
    width: 100%;
  }

  .grid-title.first-grid {
    border-left-style: none;
    border-right-style: none;
    flex: 1;
    width: 100%;
  }

  .landing-banner-content {
    justify-content: center;
    align-items: center;
  }

  .landing-banner-title {
    font-size: 50px;
  }

  .landing-home-pages-wrapper-banner {
    grid-column-gap: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .landing-banner-screens {
    margin-bottom: -50px;
  }

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

  .landing-customers-content-left {
    text-align: center;
    align-items: center;
    width: 70%;
  }

  .landing-customers-icon-wrapper {
    width: 90%;
  }

  .paragraph-benefits-lp {
    width: 100%;
  }

  .landing-customers-layout {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .landing-section-title {
    width: 70%;
  }

  .landing-home-pages-wrapper {
    grid-row-gap: 40px;
  }

  .landing-inner-pages-wrapper {
    grid-template-columns: 1fr;
  }

  .free-trial-title-2 {
    margin-bottom: 30px;
  }

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

  .section-banner.landing-banner {
    background-image: none;
    padding-top: 120px;
  }

  .details-page-title {
    font-size: 40px;
  }

  .collection-list-news {
    grid-row-gap: 40px;
  }

  .spacing-flex-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .sg-title.mb-15 {
    margin-bottom: 10px;
  }

  .sg-title.mb-30 {
    margin-bottom: 20px;
  }

  .flex-body-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
  }

  .btn-flex-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .brand-link {
    padding-left: 0;
  }

  .nav-logo {
    width: 90px;
  }

  .primary-yellow-button {
    height: 52px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px;
  }

  .primary-yellow-button.mobile-hidden {
    display: none;
  }

  .primary-black-button.desktop-hidden {
    display: inline-flex;
  }

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

  .footer-bottom-form {
    width: 100%;
  }

  .nav-footer-item {
    margin-bottom: 15px;
  }

  .no-shrink-footer.full-mobile {
    width: 100%;
  }

  .footer-title {
    margin-bottom: 15px;
  }

  .subscribe-form-footer {
    border-radius: 12px;
  }

  .footer-copyright-text {
    width: 100%;
  }

  .footer-hero-wrapper {
    grid-column-gap: 50px;
    justify-content: center;
  }

  .footer-bottom-links-wrap {
    text-align: center;
    flex-wrap: wrap;
  }

  .footer-content-wrapper {
    width: 100%;
    padding-right: 0;
  }

  .no-shrink-footer-2.full-mobile {
    width: 100%;
  }

  .footer-rights-wrap {
    justify-content: center;
    width: 100%;
  }

  .home-banner {
    text-align: center;
    align-items: center;
  }

  .banner-text-wrap {
    width: 100%;
  }

  .banner-title-home-1 {
    max-width: 100%;
    font-size: 58px;
  }

  .nav-logo-dark {
    width: 90px;
  }

  .intro-wrapper-light-gray {
    padding: 40px 20px;
  }

  .subtitle-number {
    font-size: 16px;
  }

  .subtitle-capitalize {
    font-size: 14px;
  }

  .video-hover-button {
    width: 80px;
    height: 80px;
  }

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

  .about-section-title-wrapper {
    margin-bottom: 40px;
  }

  .img-background {
    height: 400px;
    right: -80px;
  }

  .benefits-container {
    grid-template-columns: 1fr auto 1fr;
  }

  .vertical-line.hidden {
    display: none;
  }

  .bottom-line-1 {
    top: 36%;
  }

  .bottom-line-2 {
    display: block;
    top: auto;
    bottom: 30%;
  }

  .bottom-line-item {
    top: 34%;
  }

  .service-block-link {
    padding: 80px 20px 20px;
  }

  .description {
    color: var(--white);
  }

  .service-collection-item-1 {
    width: 65%;
  }

  .left-arrow-slider-testimonials {
    left: 40%;
  }

  .right-arrow-slider-testimonials {
    right: 40%;
  }

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

  .testimonial {
    max-width: none;
  }

  .wrapper-testimonials-content {
    justify-content: center;
    width: 100%;
    overflow: hidden;
  }

  .testimonial-item-slider {
    padding-left: 40px;
    padding-right: 40px;
  }

  .review-text {
    font-size: 24px;
  }

  .testimonials-bg-img {
    left: -50%;
  }

  .blog-collection-list {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .max-width-80 {
    width: 100%;
  }

  .img-bg-top.template-position {
    top: -120px;
    left: -280px;
  }

  .blog-img-bg-bottom {
    height: 400px;
    right: -80px;
  }

  .form-book {
    flex-flow: column;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .form-block-book {
    flex-flow: column;
  }

  .book-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .left-contacts-wrap {
    text-align: center;
    grid-template-columns: 1fr;
    width: 100%;
    padding-right: 0;
  }

  .contact-wrap-item {
    justify-content: flex-start;
    align-items: center;
  }

  .contacts-wrap {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .contact-links-wrap {
    justify-content: flex-start;
    align-items: center;
  }

  .home-1-banner {
    padding-top: 120px;
  }

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

  .form-text-fields-wrap {
    flex-flow: column;
    width: 100%;
  }

  .banner-content-wrap {
    grid-template-columns: 1.5fr;
  }

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

  .hotel-info-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .hotel-info-item.last-child {
    border-top: 1px solid var(--primary-gray);
  }

  .hotel-info-item.second-child {
    border-right-style: none;
  }

  .project-card.with-borders {
    width: 100%;
  }

  .card-link {
    min-height: 225px;
  }

  .about-us-image-1 {
    height: 35vw;
  }

  .about-grid-wrapper {
    grid-row-gap: 60px;
  }

  .about-us-image-2 {
    height: 35vw;
  }

  .project-name {
    min-height: auto;
  }

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

  .service-block-item-home-2 {
    border-top-left-radius: 250px;
    border-top-right-radius: 250px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 80px 20px 20px;
  }

  .right-arrow-slider-services {
    right: 38%;
  }

  .left-arrow-slider-services {
    left: 38%;
  }

  .quote-testimonials {
    text-align: center;
  }

  .block-review {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .mask-review {
    padding-bottom: 70px;
  }

  .block-name {
    font-size: 16px;
  }

  .slide-nav-testimonials {
    inset: auto 0% 0%;
  }

  .image-review {
    height: 240px;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .testimonials-img-bg-bottom {
    height: 400px;
    right: -80px;
  }

  .content-banner-home-3 {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: -60px;
  }

  .slide-nav-banner-home-2 {
    position: relative;
    inset: -60px 0% auto;
    transform: rotate(0);
  }

  .banner-img-home-2 {
    border-radius: 300px;
  }

  .slider-banner-home-3 {
    width: 100%;
    position: static;
  }

  .number-statistic {
    margin-bottom: -30px;
    font-size: 52px;
  }

  .banner-title-home-3 {
    font-size: 46px;
  }

  .intro-wrapper-home-3 {
    padding: 40px 20px;
  }

  .bg-image-1 {
    left: -200px;
  }

  .bg-image-2 {
    top: -280px;
  }

  .services-tabs {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
  }

  .services-image-tabs-content {
    width: 100%;
  }

  .img-bg {
    height: 400px;
    right: -80px;
  }

  .block-grid {
    flex-flow: column;
    display: flex;
  }

  .slider-banner-mask {
    height: 280px;
  }

  .list-blog-item-2 {
    grid-template-columns: 1fr;
  }

  .blog-image-container-2 {
    height: 340px;
  }

  .list-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

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

  .medium-stacked-intro {
    width: 100%;
  }

  .left-text-content {
    text-align: left;
    padding-left: 0;
  }

  .service-container {
    flex-flow: row;
  }

  .list-service-item {
    grid-template-columns: 1fr;
    padding-bottom: 30px;
  }

  .right-image-container {
    width: 260px;
    height: 260px;
  }

  .services-description {
    max-width: 100%;
  }

  .services-flex-wrapper {
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .stacked-heading {
    grid-row-gap: 30px;
    width: 100%;
  }

  .sticky-intro {
    width: 100%;
    position: static;
  }

  .home-testimonial-card {
    justify-content: flex-start;
    align-items: center;
    padding: 10px 20px 20px;
  }

  .home-testimonials-wrapper {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .collection-item-news {
    width: 80%;
  }

  .info-news-column {
    height: auto;
  }

  .banner-color-shape {
    width: 470px;
    height: 270px;
  }

  .about-us-image {
    height: 340px;
  }

  .about-hotel-info-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .text-content-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .display-flex-horizontal.large-space {
    grid-row-gap: 40px;
  }

  .display-flex-horizontal.desktop-wrap-small-space {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .display-flex-horizontal.tablet-1-column {
    width: 100%;
  }

  .title-medium {
    font-size: 38px;
  }

  .column-image-full-height {
    height: 350px;
  }

  .advantages-number {
    font-size: 32px;
  }

  .advantages-wrapper {
    grid-column-gap: 30px;
  }

  .bg-image {
    left: -40%;
  }

  ._1-3-column-wrapper, .full-width.overflow-hidden.tablet-half-width, .full-width.overflow-hidden.tablet-half-width, .full-width.overflow-hidden.tablet-half-width {
    width: 100%;
  }

  .lightbox-image {
    height: 300px;
  }

  .display-flex-vertical.tablet-horizontal-space-small {
    flex-wrap: wrap;
  }

  .display-flex-vertical.gap-20.mobile-reverse {
    flex-flow: column-reverse;
  }

  .lightbox-image-1 {
    height: 300px;
  }

  .lightbox-image-2 {
    height: 210px;
  }

  .lightbox-image-3 {
    border-radius: 6px;
    height: 350px;
  }

  .lightbox-image-3.room-image-3 {
    height: 100%;
  }

  .lightbox-image-5 {
    height: 300px;
  }

  .lightbox-image-4 {
    height: 210px;
  }

  .project-image {
    object-position: 50% 70%;
  }

  .text-small-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
  }

  .title-central {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .collection-list-room {
    grid-template-columns: 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .card-project-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .image-banner-1 {
    left: -100px;
  }

  .image-banner-2 {
    right: -10%;
  }

  .banner-color-wrap {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .banner-color-bg {
    width: 96%;
    bottom: 2%;
    left: 2%;
    right: 2%;
  }

  .banner-shape {
    width: 98%;
    height: 280px;
    margin-left: auto;
    margin-right: auto;
    inset: auto 0% 0%;
  }

  .stage-banner {
    height: 400px;
  }

  .template-info-wrapper {
    grid-row-gap: 40px;
  }

  .project-stage-list {
    grid-row-gap: 60px;
  }

  .anchor-list {
    grid-template-columns: 1fr;
  }

  .banner-images-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .home-banner-image {
    height: 300px;
  }

  .home-banner-image.mobile-hidden {
    display: none;
  }

  .title-left {
    margin-bottom: 40px;
  }

  .inner-block-item.last {
    max-width: 100%;
  }

  .generall-block-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .about-image {
    min-height: 450px;
  }

  .template-banner-description {
    max-width: 100%;
  }

  .h6-subtitle-2 {
    margin-bottom: 15px;
  }

  .video-about {
    min-height: 360px;
  }

  .gallery-title-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }

  .general-rewiev-wrap {
    grid-row-gap: 40px;
    flex-direction: column-reverse;
  }

  .general-rewiev-wrap.reverse {
    flex-direction: column-reverse;
  }

  .photo-autor {
    background-position: 50% 10%;
  }

  .photo-autor.review-photo-2 {
    background-position: 50%;
  }

  .photo-autor.review-photo-3 {
    background-position: 50% 100%;
  }

  .review-photo {
    width: 100%;
    height: 280px;
  }

  .sticky-reviews-wrap {
    height: auto;
    padding: 20px;
    position: relative;
    top: 0;
  }

  .sticky-reviews-wrap.sticky-yellow-3, .sticky-reviews-wrap.sticky-grey-1, .sticky-reviews-wrap.sticky-yellow-5, .sticky-reviews-wrap.sticky-grey-6, .sticky-reviews-wrap.sticky-grey-4, .sticky-reviews-wrap.sticky-yellow-3, .sticky-reviews-wrap.sticky-grey-1, .sticky-reviews-wrap.sticky-yellow-5, .sticky-reviews-wrap.sticky-grey-6, .sticky-reviews-wrap.sticky-grey-4 {
    top: 0;
  }

  .testimoninal-item {
    width: 100%;
  }

  .our-reviews-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .title-wrap-about-testimonials {
    font-size: 48px;
  }

  .column-wrapper {
    width: 100%;
  }

  .lightbox-image-6 {
    border-radius: 6px;
    height: 350px;
  }

  .lightbox-image-7 {
    height: 300px;
  }

  .lightbox-image-8 {
    height: 210px;
  }

  .news-top-title-wrap {
    width: 100%;
    margin-bottom: 40px;
  }

  .section-img-bg-top {
    height: 320px;
    top: -5%;
    left: -240px;
  }

  .news-rich-text {
    width: 100%;
  }

  .line-vertical-pagination {
    width: 100%;
    height: 1px;
    top: auto;
  }

  .banner-content {
    padding-bottom: 80px;
  }

  .section-contact-us-img {
    height: 380px;
  }

  .radio-btn-link {
    padding: 13px 28px;
  }

  .form-contact-us {
    padding-left: 0;
    padding-right: 0;
  }

  ._404-text {
    font-size: 260px;
  }

  .field-label {
    font-size: 14px;
  }

  .image-wrap-banner {
    height: 280px;
  }

  .services-banner-wrapper {
    grid-row-gap: 40px;
  }

  .home-banner-content {
    width: 90%;
  }

  .right-block {
    height: 55%;
  }

  .banner-img-bg-top {
    top: 35%;
  }

  .licensing-video-link {
    padding-bottom: 40px;
  }

  .img-bg-right {
    height: 250px;
    right: -15%;
  }

  .img-bg-left {
    height: 300px;
  }

  .news-list {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .news-item {
    width: 100%;
  }

  .news-content-wrapper {
    min-height: auto;
  }

  .banner-home-wrapper {
    border-bottom-left-radius: 100px;
  }

  .news-sidebar-left-wrapper, .sidebar-recent-posts-wrapper {
    column-count: 1;
  }

  .news-sidebar-left {
    grid-row-gap: 40px;
    column-count: 1;
    grid-template-columns: 1fr;
  }

  .template-banner-content {
    width: 90%;
  }

  .service-title-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }

  .info-service-wrap {
    min-height: auto;
  }

  .promotion-label-buttons-wrapper {
    grid-row-gap: 20px;
    flex-flow: column wrap;
    align-items: stretch;
  }

  .rich-text-medium h2, .rich-text-medium h3, .rich-text-medium h4, .rich-text-medium p, .rich-text-medium ul, .rich-text-medium h2, .rich-text-medium h3, .rich-text-medium h4, .rich-text-medium p, .rich-text-medium ul {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .hero-slider-arrow {
    display: none;
  }

  .c-hero-slide-content {
    min-height: 100vh;
  }

  .c-hero-slider-navbar {
    position: relative;
  }

  .c-hero-slider {
    height: auto;
  }

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

  .section-listings.banner-faq, .section-listings.about-us-banner {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .section-listings.accomodation-banner, .section-listings.gallery-banner {
    padding-top: 120px;
  }

  .section-listings.banner-faq, .section-listings.about-us-banner {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .section-listings.without-top-spacing {
    padding-top: 0;
  }

  .section-listings.style-guide-section {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .section-listings.banner-home-3 {
    flex-direction: column;
    padding-top: 90px;
    padding-bottom: 0;
  }

  .section-listings.rooms-banner-2 {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .section-listings.banner-project-template {
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 120px;
    padding-bottom: 10px;
  }

  .section-listings.accomodation-banner, .section-listings.gallery-banner {
    padding-top: 120px;
  }

  .section-listings.testimonials-banner {
    padding-bottom: 60px;
  }

  .section-listings.news-banner {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .section-listings.light-yellow-banner {
    padding-top: 120px;
  }

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

  .latest-blog-section.banner-faq, .latest-blog-section.about-us-banner {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .latest-blog-section.accomodation-banner, .latest-blog-section.gallery-banner {
    padding-top: 120px;
  }

  .latest-blog-section.banner-faq, .latest-blog-section.about-us-banner {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .latest-blog-section.without-top-spacing {
    padding-top: 0;
  }

  .latest-blog-section.style-guide-section {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .latest-blog-section.banner-home-3 {
    flex-direction: column;
    padding-top: 90px;
    padding-bottom: 0;
  }

  .latest-blog-section.rooms-banner-2 {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .latest-blog-section.banner-project-template {
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 120px;
    padding-bottom: 10px;
  }

  .latest-blog-section.accomodation-banner, .latest-blog-section.gallery-banner {
    padding-top: 120px;
  }

  .latest-blog-section.testimonials-banner {
    padding-bottom: 60px;
  }

  .latest-blog-section.news-banner {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .latest-blog-section.light-yellow-banner {
    padding-top: 120px;
  }

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

  .section-services.banner-faq, .section-services.about-us-banner {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .section-services.accomodation-banner, .section-services.gallery-banner {
    padding-top: 120px;
  }

  .section-services.banner-faq, .section-services.about-us-banner {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .section-services.without-top-spacing {
    padding-top: 0;
  }

  .section-services.style-guide-section {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .section-services.banner-home-3 {
    flex-direction: column;
    padding-top: 90px;
    padding-bottom: 0;
  }

  .section-services.rooms-banner-2 {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .section-services.banner-project-template {
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 120px;
    padding-bottom: 10px;
  }

  .section-services.accomodation-banner, .section-services.gallery-banner {
    padding-top: 120px;
  }

  .section-services.testimonials-banner {
    padding-bottom: 60px;
  }

  .section-services.news-banner {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .section-services.light-yellow-banner {
    padding-top: 120px;
  }

  .home-header_grid {
    grid-row-gap: 16px;
  }

  .header-image {
    height: auto;
  }

  .hero-slide-highlight-text-2.pos-rel.opacity-1 {
    float: none;
    text-align: center;
    float: none;
    text-align: center;
    float: none;
    text-align: center;
    width: 425px;
    font-size: 35px;
  }

  .hero-slider-arrow-2 {
    display: none;
  }

  .primary-yellow-button-2 {
    height: 52px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px;
  }

  .project-image-2 {
    object-position: 50% 70%;
  }

  .subtitle-number-2 {
    font-size: 16px;
  }

  .subtitle-capitalize-2 {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .section.about-us-banner {
    padding-bottom: 60px;
  }

  .section.banner-project-template {
    align-items: center;
  }

  .section.services-template-banner {
    padding-top: 110px;
    padding-bottom: 20px;
  }

  .base-container.full-width {
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: #fff3;
  }

  .grid-description.first-description {
    border-bottom: 1px #fff3;
    border-left-style: none;
    border-right-style: solid;
  }

  .grid-description.last-description {
    border-bottom-color: #a7a7a7;
  }

  .bottom-style-spacing-desktop {
    bottom: 8%;
  }

  .top-style-spacing-desktop {
    top: 7%;
  }

  .middle-style-spacing-desktop {
    top: 32%;
  }

  .color-container {
    flex-wrap: wrap;
  }

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

  .licensing-title-wrapper {
    grid-column-gap: 20px;
    flex-wrap: wrap;
  }

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

  .license-link {
    margin-right: 15px;
  }

  .utility-page-content {
    width: 100%;
  }

  .coming-soon-form {
    flex-wrap: wrap;
    justify-content: center;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-top: 15px;
  }

  .coming-soon-heading {
    width: 100%;
    font-size: 32px;
  }

  .news-classic-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .news-classic-bottom-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .news-template-image {
    height: 340px;
  }

  .news-template-pagination {
    flex-wrap: wrap;
    justify-content: center;
  }

  .news-template-prev-button, .news-template-next-button {
    flex: none;
    width: 100%;
  }

  .footer {
    text-align: left;
    background-position: -250% 60%;
  }

  .contacts-form-title {
    margin-bottom: 30px;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .project-template-banner-image {
    height: 260px;
    margin-top: 30px;
  }

  .slider-container {
    padding-left: 0;
    padding-right: 0;
  }

  .section-title-center {
    margin-bottom: 20px;
  }

  .our-services-wrap, .home-9-team-item {
    width: 100%;
  }

  .about-team-img-wrap {
    width: 80%;
    height: 380px;
  }

  .home-23-team-item {
    width: 100%;
  }

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

  .brand-tablet {
    padding-left: 0;
  }

  .grid-title.first-grid {
    text-align: center;
    text-align: center;
    width: 100%;
  }

  .landing-banner-content {
    flex-direction: column;
    max-width: none;
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
    inset: auto 0% 28%;
  }

  .landing-home-pages-wrapper-banner {
    grid-column-gap: 0px;
  }

  .landing-customers-content-right {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .landing-customers-icon-wrapper {
    width: 100%;
  }

  .landing-customers-layout {
    text-align: center;
  }

  .landing-section-title {
    width: 100%;
  }

  .landing-home-pages-wrapper, .landing-inner-pages-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .free-trial-wrapper-2.landing {
    width: 100%;
  }

  .section-banner.landing-banner {
    background-image: none;
  }

  .position-relative {
    padding-left: 0;
    padding-right: 0;
  }

  .coming-soon-form-main {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }

  .nav-logo {
    width: 60px;
    height: 60px;
  }

  .dropdown-header-item, .header-link-item, .megamenu-dropdown-wrapper-2, .footer-bottom-form, .no-shrink-footer, .footer-text-description {
    width: 100%;
  }

  .subscribe-form-footer {
    grid-row-gap: 15px;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .footer-copyright-text {
    text-align: center;
    justify-content: center;
    width: 100%;
    line-height: 1.6em;
  }

  .footer-links-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .footer-links-wrap {
    width: 100%;
  }

  .footer-content-wrapper {
    flex-direction: column;
    padding-right: 0;
  }

  .no-shrink-footer-2 {
    width: 100%;
  }

  .footer-rights-wrap {
    grid-row-gap: 5px;
    justify-content: center;
  }

  .image-column {
    object-fit: cover;
  }

  .column-wrap.mobile-hidden {
    display: none;
  }

  .margin-top-40 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-top: 40px;
  }

  .nav-logo-dark {
    width: 80px;
  }

  .dispaly-flex-gap-30.align-center {
    justify-content: flex-start;
    align-items: center;
  }

  .subtitle-wrap, .flex-horizontal-gap-10 {
    flex-flow: wrap;
  }

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

  .room-item-home-1 {
    text-align: center;
  }

  .room-img {
    height: 400px;
  }

  .room-price.price-margin {
    margin-left: 0;
  }

  .button-wrap-flex-margin-top-60 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-top: 40px;
  }

  .benefits-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .benefit-item-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }

  .vertical-line, .bottom-line-1, .bottom-line-2 {
    display: none;
  }

  .bottom-line-item {
    display: block;
  }

  .service-block-link {
    padding-top: 40px;
  }

  .service-collection-item-1 {
    width: 95%;
  }

  .left-arrow-slider-testimonials {
    left: 35%;
  }

  .right-arrow-slider-testimonials {
    right: 35%;
  }

  .review-content {
    grid-row-gap: 36px;
  }

  .testimonial-item-slider {
    padding-left: 15px;
    padding-right: 15px;
  }

  .review-text {
    font-size: 24px;
  }

  .testimonials-bg-img {
    bottom: -10%;
    left: -65%;
  }

  .image-cell-1 {
    min-height: 450px;
  }

  .image-cell-6 {
    border-radius: 6px;
  }

  .img-bg-top.template-position {
    display: none;
  }

  .form-book {
    grid-row-gap: 15px;
    flex-direction: column;
    width: 100%;
  }

  .form-block-book {
    width: 100%;
  }

  .contacts-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    justify-content: center;
  }

  .banner-overlay {
    background-image: linear-gradient(90deg, #0009 100%, #fff0);
  }

  .image-cell-7 {
    min-height: 200px;
  }

  .banner-content-wrap.absolute {
    width: 90%;
    bottom: 15%;
    overflow: hidden;
  }

  .hotel-info-wrapper {
    grid-template-columns: 1fr;
  }

  .hotel-info-item {
    border-bottom: 1px solid var(--primary-gray);
    border-right-style: none;
    margin-left: 20px;
    margin-right: 20px;
  }

  .hotel-info-item.second-child {
    border-bottom-style: none;
  }

  .section-benefits {
    margin-top: -250px;
  }

  .project-card {
    min-height: 350px;
    padding: 24px;
  }

  .card-center-info {
    width: 290px;
  }

  .card-link {
    min-height: 200px;
  }

  .about-us-image-1 {
    width: 100%;
    height: 45vw;
  }

  .about-us-image-1.image-testimonials {
    height: 200px;
  }

  .about-grid-wrapper {
    grid-row-gap: 20px;
  }

  .about-us-image-2 {
    width: 100%;
    height: 45vw;
  }

  .about-us-image-2.image-testimonials {
    height: 200px;
  }

  .service-block-item-home-2 {
    width: 100%;
    padding-top: 40px;
  }

  .right-arrow-slider-services {
    right: 34%;
  }

  .left-arrow-slider-services {
    left: 34%;
  }

  .quote-testimonials.dark-quote {
    text-align: left;
    text-align: left;
  }

  .content-banner-home-3 {
    margin-top: -80px;
  }

  .slide-nav-banner-home-2 {
    top: -80px;
  }

  .banner-img-home-2 {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    height: 360px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .slider-banner-home-3 {
    height: auto;
  }

  .statistic-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .statistic-wrap {
    text-align: center;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .statistic-wrap.borders {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: var(--primary-gray);
    border-bottom-width: 1px;
    border-bottom-color: var(--primary-gray);
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: var(--primary-gray);
    border-bottom-width: 1px;
    border-bottom-color: var(--primary-gray);
  }

  .intro-wrapper-home-3 {
    padding-bottom: 0;
  }

  .bg-image-1 {
    top: -180px;
  }

  .tab-text {
    grid-row-gap: 15px;
    flex-flow: wrap;
    justify-content: space-between;
  }

  .service-tab-link {
    font-size: 22px;
  }

  .dark-bg-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hover-wrapper {
    padding: 40px;
  }

  .slider-banner-mask {
    height: auto;
  }

  .blog-image-container-2 {
    height: 400px;
  }

  .medium-stacked-intro {
    grid-row-gap: 24px;
  }

  .left-text-content {
    text-align: center;
    padding-right: 0;
  }

  .service-container {
    flex-flow: column-reverse;
  }

  .right-image-container {
    width: 280px;
    height: 280px;
  }

  .services-flex-wrapper {
    grid-template-rows: auto;
  }

  .sticky-intro, .collection-item-news {
    width: 100%;
  }

  .link-news-img-column {
    height: 280px;
  }

  .banner-color-shape {
    width: 100%;
    height: 290px;
  }

  .banner-img-1 {
    left: -10%;
  }

  .banner-img-2 {
    right: -10%;
  }

  .banner-description-home-3 {
    width: 100%;
  }

  .about-hotel-info-wrapper {
    grid-template-columns: 1fr;
  }

  .title-medium {
    width: 100%;
  }

  .team-grid-wrap {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .bg-image {
    bottom: -10%;
    left: -65%;
  }

  .lightbox-image-3.room-image-3 {
    height: 340px;
  }

  .text-small-wrapper, .text-small-wrapper.gap-30, .text-small-wrapper.gap-30 {
    grid-row-gap: 0px;
  }

  .primary-grey-text {
    margin-top: 0;
  }

  .review-wrapper-second {
    border-top: 1px solid #2f413733;
    border-bottom: 1px solid var(--primary-gray);
    text-align: center;
    border-left-style: none;
    border-left-width: 0;
    padding-top: 40px;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .testimonials-author {
    padding-bottom: 0;
  }

  .testimonials-quote-author {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }

  .author-img-con {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .review-wrapper-first {
    text-align: center;
    padding-top: 0;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .review-wrapper {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .review-wrapper-third {
    border-bottom: 1px solid var(--primary-gray);
    text-align: center;
    border-right-style: none;
    padding-top: 40px;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .review-wrapper-fourth {
    text-align: center;
    padding: 40px 0 0;
  }

  .collection-list-room {
    width: 100%;
  }

  .recent-link {
    height: 380px;
  }

  .info-room-wrapper {
    text-align: center;
    flex-direction: column;
  }

  .icon-room-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    place-items: center;
  }

  .portfolio-collection-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .card-project-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .image-banner-2 {
    right: -35%;
  }

  .image-banner-2.mobile-hidden {
    display: none;
  }

  .info-about-room {
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
  }

  .card-info-bottom {
    justify-content: space-between;
    align-items: center;
  }

  .card-info-top {
    text-align: center;
    padding-bottom: 30px;
  }

  .banner-color-bg {
    margin-left: auto;
    margin-right: auto;
  }

  .stage-banner {
    height: 300px;
  }

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

  .anchor-link:hover {
    border-bottom-color: var(--primary-gray);
  }

  .feature-item-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-banner-image {
    height: 200px;
  }

  .bg-element-color {
    height: 60%;
  }

  .inner-block-item.last {
    max-width: 100%;
  }

  .generall-block-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .about-image {
    min-height: 350px;
  }

  .link {
    width: 100%;
  }

  .bg-color-half {
    height: 35%;
  }

  .sticky-reviews-wrap {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .our-reviews-grid {
    margin-bottom: 60px;
  }

  .display-flex-space-between {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
  }

  .gallery-lightbox-wrapper {
    grid-template-columns: 1fr;
  }

  .bg-color-half-news {
    height: 620px;
  }

  .section-img-bg-top {
    left: -200px;
  }

  .banner-img-bg {
    bottom: -40px;
  }

  .banner-img-bg-left {
    display: none;
    left: -100px;
  }

  .form-wrap {
    padding-top: 0;
  }

  .form-contact-us {
    grid-row-gap: 80px;
  }

  .field-block {
    grid-template-columns: 1fr;
  }

  ._404-text {
    font-size: 220px;
  }

  .services-banner-wrapper.service-template-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .home-banner-content {
    grid-column-gap: 0px;
    width: 100%;
  }

  .right-block {
    width: 40%;
    height: 50%;
  }

  .banner-img-bg-top {
    top: 28%;
  }

  .img-bg-right {
    inset: auto -40% -5% auto;
  }

  .img-bg-left {
    left: -220px;
  }

  .blog-sidebar-post-content {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-img-top {
    right: -10%;
  }

  .template-banner-content {
    grid-column-gap: 0px;
    width: 100%;
  }

  .banner-template-description {
    width: 100%;
  }

  .rich-text-medium h2 {
    font-size: 1.8rem;
  }

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

  .hero-slider-arrow {
    background-color: #13131340;
    width: 40px;
    height: 50px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    display: block;
    top: 20%;
  }

  .c-hero-slide-details {
    position: relative;
  }

  .c-hero-slide-content {
    height: 35vh;
    min-height: 0;
    margin-bottom: 10px;
  }

  .c-hero-slide-content._4, .c-hero-slide-content._1, .c-hero-slide-content._3, .c-hero-slide-content._2, .c-hero-slide-content._1, .c-hero-slide-content._2, .c-hero-slide-content._4, .c-hero-slide-content._3, .c-hero-slide-content._4, .c-hero-slide-content._1, .c-hero-slide-content._3, .c-hero-slide-content._2, .c-hero-slide-content._1, .c-hero-slide-content._2, .c-hero-slide-content._4, .c-hero-slide-content._3 {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 20px;
  }

  .c-hero-slider-navbar {
    display: none;
  }

  ._w-hero-slide-details {
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-hero-slider {
    padding-bottom: 40px;
  }

  .section-banner-slider {
    height: auto;
    margin-top: 80px;
    padding-bottom: 0;
  }

  .section-listings.about-us-banner {
    padding-bottom: 60px;
  }

  .section-listings.banner-project-template {
    align-items: center;
  }

  .section-listings.services-template-banner {
    padding-top: 110px;
    padding-bottom: 20px;
  }

  .latest-blog-section.about-us-banner {
    padding-bottom: 60px;
  }

  .latest-blog-section.banner-project-template {
    align-items: center;
  }

  .latest-blog-section.services-template-banner {
    padding-top: 110px;
    padding-bottom: 20px;
  }

  .section-services.about-us-banner {
    padding-bottom: 60px;
  }

  .section-services.banner-project-template {
    align-items: center;
  }

  .section-services.services-template-banner {
    padding-top: 110px;
    padding-bottom: 20px;
  }

  .section-banner-lisitng-lg {
    padding-top: 12px;
    padding-bottom: 40px;
    display: none;
  }

  .home-header_grid {
    object-fit: cover;
    flex-direction: column;
    display: flex;
    overflow: hidden;
  }

  .heading-1 {
    font-size: 24px;
  }

  .hero-slide-highlight-text-2.pos-rel.opacity-1 {
    text-align: left;
    text-align: left;
    text-align: left;
    width: 225px;
    font-size: 20px;
    line-height: 1rem;
  }

  .hero-slider-arrow-2 {
    background-color: #13131340;
    width: 40px;
    height: 50px;
    margin-top: 80px;
    margin-bottom: 0;
    font-size: 20px;
    display: block;
    top: 20%;
  }

  .banner-content-block-2.pg-listing {
    margin-top: 20px;
    display: none;
  }

  .section-banner-listing-mob {
    height: 350px;
    margin-top: 80px;
    padding-bottom: 0;
    display: block;
  }

  .heading-6 {
    font-size: 22px;
  }

  .place-grid {
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .primary-grey-text-2 {
    margin-top: 0;
  }

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

  .div-block-30 {
    grid-template-columns: 1fr;
    place-items: stretch center;
  }

  .sleep_block-wrap {
    max-width: 100%;
  }

  .review-wrapper-third-2 {
    text-align: center;
    border-bottom: 1px solid #7e8c8c;
    border-right-style: none;
    padding-top: 40px;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .review-wrapper-second-2 {
    text-align: center;
    border-top: 1px solid #2f413733;
    border-bottom: 1px solid #7e8c8c;
    border-left-style: none;
    border-left-width: 0;
    padding-top: 40px;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .margin-top-41 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-top: 40px;
  }

  .heading-11 {
    font-size: 22px;
  }

  .subtitle-wrap-3 {
    flex-flow: wrap;
  }

  .primary-grey-text-3 {
    margin-top: 0;
  }
}

#w-node-d564e91c-c3dc-2050-cfb5-32659082ba5b-0ef0a654 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-d564e91c-c3dc-2050-cfb5-32659082ba5d-0ef0a654, #w-node-d564e91c-c3dc-2050-cfb5-32659082ba5f-0ef0a654, #w-node-d564e91c-c3dc-2050-cfb5-32659082ba61-0ef0a654, #w-node-d564e91c-c3dc-2050-cfb5-32659082ba63-0ef0a654 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9bc83b08-c5d6-9a0e-1319-e917496a57a5-0ef0a654, #w-node-_9bc83b08-c5d6-9a0e-1319-e917496a57a9-0ef0a654, #w-node-_9bc83b08-c5d6-9a0e-1319-e917496a57ad-0ef0a654, #w-node-_9bc83b08-c5d6-9a0e-1319-e917496a57b1-0ef0a654, #w-node-_9bc83b08-c5d6-9a0e-1319-e917496a57b5-0ef0a654, #w-node-_9bc83b08-c5d6-9a0e-1319-e917496a57b9-0ef0a654, #w-node-_9bc83b08-c5d6-9a0e-1319-e917496a57bd-0ef0a654, #w-node-_9bc83b08-c5d6-9a0e-1319-e917496a57c1-0ef0a654, #w-node-_9bc83b08-c5d6-9a0e-1319-e917496a57c5-0ef0a654, #w-node-_9bc83b08-c5d6-9a0e-1319-e917496a57c9-0ef0a654 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_9bc83b08-c5d6-9a0e-1319-e917496a57ce-0ef0a654 {
  place-self: start end;
}

#w-node-_01155bf4-40e5-781e-d28f-49b85c9cbc32-0ef0a654 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_01155bf4-40e5-781e-d28f-49b85c9cbc17-0ef0a654, #w-node-_01155bf4-40e5-781e-d28f-49b85c9cbc29-0ef0a654 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
