.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #6a859c;
  background-color: #edeff2;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #676770;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  color: #676770;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

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

h5 {
  color: #676770;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

a {
  color: #668cad;
  text-decoration: underline;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #69b9ff;
  border: 2px solid #a8d069;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

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

.button.w--current {
  background-color: #2e80b6;
}

.button.buttonpadding {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.navigation-link {
  color: #676770;
  transition: all .3s ease-in-out;
}

.navigation-link:hover {
  color: #a8d069;
  font-size: 17px;
}

.navigation-link:active {
  color: #192024;
}

.navigation-link:focus {
  color: #fc7d64;
  font-weight: 600;
}

.navigation-link.w--current {
  color: #2e9dff;
}

.navigation-link.w--current:hover {
  color: #a8d069;
}

.navigation-bar {
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: 0;
  left: 0%;
  right: 0%;
}

.brand-text {
  color: #2e9dff;
  text-align: left;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 11px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}

.brand-text.growtext:hover {
  font-size: 21px;
}

.brand-link {
  align-items: flex-start;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.section-wrap-2 {
  text-align: center;
  background-color: #edeff2;
  padding: 46px 10px;
  position: relative;
}

.section-wrap-2.accent {
  background-color: #192024;
  background-image: linear-gradient(rgba(25, 32, 36, .5), rgba(25, 32, 36, .5)), url('../images/sam_5602.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-wrap-2.bkgd-img {
  width: auto;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(45, 62, 79, .88), rgba(45, 62, 79, .88)), url('../images/D72_2444.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-bottom: 0;
}

.section-wrap-2.section-padding {
  margin-top: 32px;
  display: block;
}

.section-wrap-2.section-padding.bkgdimg {
  background-image: linear-gradient(rgba(45, 62, 79, .91), rgba(45, 62, 79, .91)), url('../images/slice1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-wrap-2.blue-edge {
  border-bottom: 4px solid #69b9ff;
}

.section-wrap-2.villaimageholder {
  height: 800px;
  background-color: #2e9dff;
  background-image: linear-gradient(rgba(45, 62, 79, .36), rgba(45, 62, 79, .36)), url('../images/MWPhotography_19070720190707-GOPR1916-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-wrap-2.villaimageholder.villanext-imag {
  height: 600px;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/MWPhotography_19071020190710-GOPR2024.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  display: none;
  overflow: visible;
}

.white-box {
  text-align: center;
  background-color: #fff;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  padding: 15px;
}

.white-box.transparent {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
}

.hero-section {
  height: 70vh;
  background-image: url('../images/image_109177626.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  height: 70vh;
  text-align: center;
  background-image: url('../images/sam_1655_00_00.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  border-bottom: 4px solid #69b9ff;
  padding-top: 60px;
  padding-bottom: 195px;
}

.hero-heading {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 300;
  line-height: 60px;
}

.hero-heading.red {
  color: #a8d069;
  font-size: 30px;
}

.hero-subheading {
  color: #2e9dff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
}

.hero-subheading.mbtextwhite.bkgrd-text-colour {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(86deg, #f0f0f0, #face6a 53%, #69b9ff);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 20px;
}

.hollow-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 30px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  color: #2e9dff;
  border-color: #2e9dff;
}

.hollow-button.all-caps {
  text-transform: uppercase;
}

.section-heading {
  margin-top: 0;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #676770;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 300;
}

.section-heading.centered.white {
  color: #fff;
}

.section-heading.centered.bkgd-shading {
  background-color: rgba(191, 224, 255, .77);
  border-radius: 9px;
  display: block;
}

.section-subheading.center {
  color: #8e8e9c;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
}

.section-subheading.center.off-white {
  color: #e8e8e8;
  padding-bottom: 0;
}

.section-subheading.center.padding {
  margin-top: 64px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: block;
}

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

.footer {
  margin-top: 48px;
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  text-align: center;
  background-color: #383838;
  border-top: 1px solid #dbdbdb;
}

.footer-text {
  color: #9e9e9e;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

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

.info-icon {
  float: left;
}

.footer-link {
  color: #668cad;
  border-bottom: 1px solid #d5d5e0;
  margin-bottom: 6px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: rgba(0, 140, 255, .84);
}

.footer-link.with-icon {
  margin-left: 30px;
}

.footer-link-wrapper {
  padding-top: 0;
  padding-bottom: 30px;
}

.tab-menu {
  width: auto;
  text-align: center;
  background-color: rgba(252, 125, 100, .84);
  border-bottom: 5px solid #2e9dff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  margin-bottom: 0;
}

.tab-menu:hover {
  background-color: #bec3c7;
}

.tab-menu.w--current {
  background-color: #a8d069;
  border-bottom: 5px solid #a8d069;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.tab-menu.w--current:hover {
  background-color: rgba(168, 208, 105, .6);
}

.tab-menu.w--current:active {
  color: #edeff2;
  background-color: #404047;
}

.fullwidth-image {
  width: 100%;
  border: 3px solid #8e8e9c;
  border-radius: 20px;
  margin-bottom: 20px;
}

.white-text {
  color: #fff;
  margin-bottom: 20px;
}

.body {
  padding-left: 0;
  padding-right: 0;
}

.paragraph {
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}

.paragraph.padding {
  padding-top: 25px;
  padding-bottom: 25px;
}

.paragraph.padding.backgroundcolour {
  color: #6a859c;
  background-image: linear-gradient(#bfe0ff, #bfe0ff);
  display: block;
}

.paragraph.center {
  text-align: center;
}

.villa-section-1 {
  height: auto;
  padding: 70px 20px;
  display: block;
}

.about-us-flex-container {
  background-color: #ecf0f1;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 44px;
  padding-bottom: 44px;
  display: block;
}

.flex-container {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: inline-block;
}

.flex-container.aboutus-flex {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px 41px;
  display: flex;
}

.hero-image-mask {
  width: 100%;
  min-width: 500px;
  margin-left: 40px;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 20px;
  flex: 0 .5 auto;
}

.div-block {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.map {
  display: none;
}

.section-2 {
  height: 60vh;
  background-image: url('../images/Screen-Shot-2021-02-03-at-12.40.19.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.flex-container-2 {
  flex-direction: row;
  flex: 1;
  align-items: center;
  margin-bottom: 45px;
  display: flex;
}

.hero-image-mask-2 {
  width: 100%;
  text-align: center;
  margin-left: 40px;
}

.hero-image-2 {
  width: 70%;
  height: 100%;
  text-align: center;
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 .5 auto;
}

.paragraph-3 {
  padding-top: 28px;
}

.div-block-3 {
  text-align: left;
  margin-left: 52px;
}

.hero-villa {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.hero-villa.padding {
  padding: 66px 33px;
}

.hero-villa.padding.villa301 {
  background-color: #bfe0ff;
  border: 4px solid #668cad;
  display: none;
}

.hero-villa.padding.villa303 {
  background-color: #bfe0ff;
  border: 4px solid #668cad;
}

.hero-villa.padding.villa304 {
  display: none;
}

.hero-villa.padding.villa305 {
  background-color: rgba(0, 0, 0, 0);
  border: 4px solid #668cad;
}

.hero-villa.padding.villa306 {
  display: none;
}

.hero-villa.padding.villa307 {
  background-color: #bfe0ff;
  border: 4px solid #668cad;
}

.flex-container-3 {
  flex-direction: row-reverse;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-image-mask-3 {
  width: 100%;
  margin-left: 40px;
}

.hero-image-3 {
  width: 250px;
  height: auto;
  object-fit: cover;
  object-position: 50% 50%;
  border: 4px solid #69b9ff;
  border-radius: 10px;
  flex: 0 .5 auto;
}

.hero-image-3.villa301, .hero-image-3.villa302, .hero-image-3.villa305 {
  width: 250px;
}

.div-block-4 {
  padding-left: 12px;
}

.button-3 {
  float: none;
  text-align: left;
  padding-left: 20px;
}

.div-block-5, .div-block-6, .div-block-7, .div-block-8, .div-block-9, .div-block-10 {
  padding-left: 20px;
}

.villahero {
  height: 60vh;
  max-width: 100vw;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/MWPhotography_19070820190708-GOPR1961-2.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border: 3px solid #668cad;
}

.villa-section-header-wrap {
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.villa-div-wrap-1 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.villa-gallery-section {
  max-width: 1080px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 14px;
  padding-right: 14px;
  display: block;
  position: relative;
}

.image-7 {
  z-index: 1;
  width: auto;
  height: 200px;
  min-height: 0;
  object-fit: fill;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  overflow: hidden;
}

.titles_container {
  text-align: center;
  background-image: linear-gradient(#bfe0ff, #bfe0ff);
  margin-top: 0;
  margin-bottom: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.gallery_col {
  z-index: 0;
  text-align: center;
  object-fit: fill;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.gallery1 {
  padding-top: 6px;
  padding-bottom: 6px;
}

.hero-mid-container {
  margin-top: 70px;
  margin-bottom: 70px;
}

.container-text-wrap {
  margin-top: 51px;
  margin-bottom: 51px;
}

.image-holder {
  max-width: 100%;
  padding: 10px;
}

.image-holder.resize {
  height: auto;
  display: inline-block;
}

.image-holder.center {
  width: 100vw;
  object-fit: cover;
  margin: 16px auto;
}

.image-holder.center.imgresize {
  width: 50vw;
}

.subscribe-form {
  height: 60vh;
  background-image: linear-gradient(rgba(25, 32, 36, .54), rgba(25, 32, 36, .54)), url('../images/175049-clearwater-beach.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  text-align: center;
  background-color: rgba(25, 32, 36, .69);
  border-radius: 20px;
  flex: 1;
  padding-top: 10px;
  padding-bottom: 10px;
}

.cards-section {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 51px;
  padding-bottom: 100px;
}

.tab-pane-tab-1 {
  background-color: rgba(0, 0, 0, 0);
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px;
}

.tab-pane-tab-2, .tab-pane-tab-3 {
  background-color: rgba(0, 0, 0, 0);
}

.tabs-menu {
  text-align: center;
  margin-top: -100px;
  margin-bottom: 16px;
  padding-top: 100px;
}

.tab-pane-tab-4 {
  background-color: rgba(0, 0, 0, 0);
}

.grid {
  grid-template-areas: ". ."
                       ". ."
                       "Area Area";
}

.grid-2 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: 25px;
  margin-right: 25px;
}

.imgholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-div-holder {
  width: 80%;
  height: 100%;
  min-height: 0;
  text-align: center;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 20px;
  display: block;
}

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

.button-4 {
  margin-left: 56px;
}

.div-block-11 {
  width: 100%;
  height: 100%;
  min-height: 300px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.grid-5 {
  grid-row-gap: 0px;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
}

.div-block-13 {
  width: 100%;
  height: 100%;
  max-width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tab-btn {
  width: auto;
  background-color: #a8d069;
  border-radius: 13px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-btn:hover {
  background-color: rgba(168, 208, 105, .6);
}

.tab-btn:active {
  background-color: #404047;
}

.div-block-14 {
  width: 100%;
  padding-top: 32px;
}

.popup-overlay {
  z-index: 999;
  width: 100vw;
  height: 100vh;
  background-color: rgba(191, 224, 255, .67);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
}

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

.inner-2 {
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.popup {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 42px;
  padding-right: 42px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.popup.sublabel {
  padding-left: 112px;
  padding-right: 112px;
  font-size: .9em;
}

.button-5 {
  background-color: #69b9ff;
  border-radius: 3px;
  margin-right: 10px;
}

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

.text-block-2 {
  color: #69b9ff;
  margin-bottom: 11px;
  padding-top: 18px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.div-block-16 {
  width: 500px;
  min-height: 400px;
  background-color: rgba(45, 62, 79, .84);
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 13px;
  display: flex;
}

.image-22 {
  width: 100px;
  height: 100px;
  background-color: #a8d069;
  border-radius: 16px;
}

.link {
  color: #fc7d64;
}

.sitemap-footer-h5 {
  margin-bottom: 14px;
  padding-top: 10px;
  font-size: 16px;
}

.sitemap-footer-h5.sitemapfooter-padding {
  margin-bottom: 20px;
  padding-top: 0;
}

.mbheroheading {
  display: none;
}

.villa-nav-section {
  z-index: 1000;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 27px;
  position: -webkit-sticky;
  position: sticky;
  top: 78px;
}

.villa-nav-wrap {
  max-width: 400px;
  min-width: 0;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.villa-page-link {
  color: #a8d069;
  text-align: left;
  font-weight: 600;
}

.villa-page-link:hover {
  color: #f0f0f0;
}

.villa-page-link:active {
  color: #192024;
}

.villa-page-link:focus {
  color: #fc7d64;
}

.villa-page-link-wrap {
  width: 30%;
  height: 40px;
  max-width: none;
  text-align: center;
  background-color: #668cad;
  border: 1px solid #bec3c7;
  border-top: 1px #000;
  border-bottom: 3px solid #a8d069;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

.villa-page-link-wrap:focus {
  background-color: rgba(102, 140, 173, .9);
  border-bottom-color: #fd7072;
}

.image-23 {
  max-width: 10%;
}

.container-2 {
  background-color: rgba(25, 32, 36, .64);
  border-radius: 20px;
  padding: 10px;
}

.map-cont-wrap {
  height: 400px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Screen-Shot-2021-02-03-at-12.40.19.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: none;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.section-404-wrap {
  width: 100vw;
  height: 100vh;
  background-image: linear-gradient(rgba(113, 143, 67, .77), rgba(113, 143, 67, .77)), url('../images/2016-05-11-11.51.26.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-404-container {
  height: 100vh;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-18 {
  width: 100%;
  height: 100%;
  max-width: none;
  flex-direction: column;
  flex: 0 auto;
  order: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._404-text-block {
  color: #192024;
  text-align: center;
  flex-direction: column;
  align-self: auto;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Varela Round, sans-serif;
  font-size: 200px;
  display: block;
}

.paragraph-6 {
  color: #192024;
  flex-direction: row;
  justify-content: center;
  align-self: auto;
  padding-top: 70px;
  font-size: 20px;
  display: block;
}

.villa-image-text-container {
  letter-spacing: normal;
  text-indent: 0;
  column-count: auto;
  align-self: flex-end;
  padding-bottom: 62px;
}

.image-text {
  color: #ecf0f1;
  letter-spacing: normal;
  text-transform: uppercase;
  column-count: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 40px;
  font-weight: 700;
  position: static;
}

.columns-2 {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-color: rgba(168, 208, 105, .1);
  background-clip: border-box;
  border: 5px solid rgba(168, 208, 105, .86);
  border-radius: 17px;
}

.text-block-3 {
  font-family: Oswald, sans-serif;
}

.textblockoswal {
  color: #2e9dff;
  text-align: center;
  margin-top: 140px;
  font-family: Oswald, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.4em;
}

.div-block-19 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.booknowdiv {
  margin-top: 10px;
  margin-bottom: 114px;
  padding-top: 37px;
  padding-bottom: 37px;
}

.booknowheading {
  color: #f8c740;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-color: #25ccbf;
  background-image: linear-gradient(#25ccbf, #25ccbf);
  background-clip: border-box;
  font-family: Oswald, sans-serif;
  font-size: 40px;
  line-height: 1.4em;
}

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

.image-24 {
  height: 168px;
  object-fit: fill;
}

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

html.w-mod-js [data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  transform: translate(-50px);
}

html.w-mod-js [data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  transform: translate(50px);
}

html.w-mod-js [data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  transform: translate(0, -50px);
}

html.w-mod-js [data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  transform: scale(.6);
}

html.w-mod-js [data-ix="scale-on-scroll"] {
  opacity: 0;
  transform: scale(.01);
}

@media screen and (max-width: 991px) {
  p {
    height: auto;
  }

  .button {
    font-size: 14px;
  }

  .button.buttonpadding {
    margin-left: auto;
  }

  .navigation-link {
    color: #2d3e4f;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .navigation-link:hover {
    color: #a8d069;
  }

  .navigation-link:active {
    color: #192024;
    font-size: 17px;
  }

  .navigation-link:focus {
    color: #fc7d64;
    border: 5px #000;
    font-weight: 600;
  }

  .navigation-link.w--current {
    max-width: none;
    color: #fff;
    text-align: center;
  }

  .navigation-bar {
    position: relative;
  }

  .hamburger-button.w--open {
    background-color: #2e9dff;
  }

  .hamburger-button.w--open:hover {
    font-size: 17px;
  }

  .navigation-menu {
    background-color: rgba(46, 157, 255, .92);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .brand-text {
    color: #2e9dff;
    font-size: 17px;
  }

  .brand-link {
    align-items: center;
    display: flex;
  }

  .section-wrap-2.villaimageholder.villanext-imag {
    height: 50vh;
  }

  .hero-section {
    height: 50vh;
    background-attachment: scroll;
  }

  .hero-section.centered {
    height: 70vh;
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .hero-heading.red {
    font-size: 25px;
  }

  .hero-subheading {
    font-size: 20px;
  }

  .hero-subheading.mbtextwhite.bkgrd-text-colour {
    font-size: 19px;
  }

  .hollow-button.all-caps {
    font-size: 14px;
  }

  .section-heading.centered {
    clear: none;
    margin-bottom: 21px;
    margin-right: 0;
    padding-right: 0;
  }

  .paragraph {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 16px;
  }

  .paragraph.padding {
    width: auto;
  }

  .about-us-flex-container {
    flex-flow: column;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .flex-container {
    flex-wrap: nowrap;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .flex-container.aboutus-flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 27px;
    padding-right: 27px;
    display: flex;
  }

  .hero-image-mask {
    min-width: 300px;
  }

  .hero-image {
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: contain;
  }

  .div-block {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .flex-container-2 {
    margin-bottom: 90px;
  }

  .hero-villa.padding.villa301 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .flex-container-3 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero-image-mask-3 {
    text-align: center;
    margin-left: 0;
  }

  .hero-image-3 {
    width: 50%;
  }

  .hero-image-3.villa301.villa-size {
    width: 300px;
  }

  .hero-image-3.villa302 {
    width: 57%;
  }

  .hero-image-3.villa305 {
    width: 50%;
  }

  .div-block-4 {
    text-align: center;
    padding-bottom: 14px;
  }

  .div-block-5 {
    text-align: center;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .div-block-6 {
    text-align: center;
    padding-bottom: 11px;
  }

  .div-block-7 {
    text-align: center;
    padding-bottom: 13px;
  }

  .div-block-8 {
    text-align: center;
    padding-bottom: 10px;
  }

  .div-block-9 {
    text-align: center;
    padding-bottom: 12px;
  }

  .div-block-10 {
    text-align: center;
    padding-bottom: 23px;
  }

  .villahero {
    height: 50vh;
    background-position: 50% 0;
    background-size: cover;
    background-attachment: scroll;
  }

  .image-7 {
    height: auto;
    object-fit: fill;
  }

  .titles_container {
    margin-top: 0;
    margin-bottom: 35px;
    padding-top: 10px;
  }

  .image-holder {
    width: 70%;
    height: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .image-holder.resize {
    width: auto;
    height: auto;
    margin-top: 82px;
  }

  .image-holder.center {
    width: 100%;
  }

  .grid-3 {
    grid-row-gap: 0px;
  }

  .grid-5 {
    display: flex;
  }

  .div-block-12 {
    width: 100%;
    height: 100%;
  }

  .popup-overlay {
    width: 100vw;
    display: none;
  }

  .div-block-16 {
    width: 500px;
    position: relative;
    bottom: 224px;
  }

  .sitemap-footer-h5.sitemapfooter-padding {
    margin-bottom: 20px;
    padding-top: 0;
  }

  .villa-nav-wrap {
    max-width: 400px;
  }

  .image-23 {
    max-width: 10%;
  }

  .map-cont-wrap {
    background-size: cover;
  }

  .villa-image-text-container {
    padding-bottom: 42px;
  }

  .booknowdiv {
    margin-bottom: 22px;
    padding-top: 23px;
  }

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

  .image-24 {
    width: 100%;
    height: 91%;
    text-align: center;
    object-fit: fill;
  }

  .lightbox-link {
    text-align: center;
    object-fit: fill;
  }

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

@media screen and (max-width: 767px) {
  .button {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button.buttonpadding {
    margin-left: auto;
  }

  .brand-text {
    margin-top: 12px;
    font-size: 15px;
  }

  .brand-link {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .section-wrap-2 {
    padding-bottom: 22px;
  }

  .section-wrap-2.blue-edge {
    padding-bottom: 46px;
  }

  .section-wrap-2.villaimageholder {
    background-image: linear-gradient(to bottom, null, null), url('../images/MWPhotography_19070720190707-GOPR1916-2.jpg');
    background-attachment: scroll, scroll;
  }

  .section-wrap-2.villaimageholder.villanext-imag {
    height: 40vh;
    margin-top: 62px;
    margin-bottom: 62px;
  }

  .white-box {
    margin-bottom: 30px;
  }

  .hero-section.centered {
    height: 70vh;
    background-image: url('../images/sam_1655_00_00.jpg');
    background-size: cover;
    background-attachment: scroll;
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-heading {
    margin-bottom: 15px;
    font-size: 50px;
  }

  .hero-heading.red, .hero-subheading {
    font-size: 15px;
  }

  .hero-subheading.mbtextwhite.bkgrd-text-colour {
    font-size: 14px;
  }

  .hollow-button.all-caps {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-heading.centered {
    justify-content: center;
    align-items: center;
    font-size: 20px;
    display: block;
  }

  .section-subheading.center {
    font-size: 15px;
  }

  .section-subheading.center.padding {
    margin-top: 19px;
  }

  .footer {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: inline-block;
  }

  .footer.center {
    display: block;
  }

  .footer-link-wrapper.mbpadding {
    padding-top: 30px;
  }

  .tab-menu {
    display: flex;
  }

  .fullwidth-image {
    width: 80%;
  }

  .spc {
    margin-bottom: 30px;
  }

  .paragraph {
    font-size: 16px;
  }

  .paragraph.padding {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph.padding.backgroundcolour {
    margin-top: 7px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .about-us-flex-container {
    padding: 40px 20px;
  }

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

  .flex-container.aboutus-flex {
    flex-flow: column;
    display: block;
  }

  .hero-image-mask {
    min-width: 0;
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-image {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: fill;
  }

  .div-block {
    height: auto;
    object-fit: fill;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 44px;
    display: block;
  }

  .image {
    margin-left: auto;
    margin-right: auto;
  }

  .section-2 {
    height: 60vh;
  }

  .flex-container-2 {
    flex-direction: column;
    margin-bottom: 26px;
  }

  .hero-image-mask-2 {
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-3 {
    margin-top: 66px;
    margin-bottom: 66px;
    margin-left: 0;
  }

  .hero-villa {
    padding: 40px 20px;
  }

  .hero-villa.padding.villa302 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .hero-image-mask-3 {
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-image-3 {
    width: 300px;
    object-fit: fill;
  }

  .hero-image-3.villa301 {
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-image-3.villa302, .hero-image-3.villa303, .hero-image-3.villa304, .hero-image-3.villa305, .hero-image-3.villa306 {
    width: 300px;
  }

  .div-block-6, .div-block-7, .div-block-8, .div-block-9, .div-block-10 {
    text-align: center;
  }

  .villahero {
    height: 50vh;
  }

  .villa-gallery-section {
    padding-left: 2px;
    padding-right: 2px;
  }

  .image-7 {
    width: auto;
    height: auto;
    margin-bottom: 0;
  }

  .titles_container {
    margin-top: 0;
    padding-top: 10px;
  }

  .gallery_col {
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    display: flex;
  }

  .image-holder {
    width: 70%;
    max-width: 100%;
    object-fit: scale-down;
    display: inline-block;
  }

  .image-holder.resize {
    height: 300px;
    margin-top: 4px;
  }

  .image-holder.center.imgresize {
    width: 80%;
  }

  .subscribe-form {
    height: 50vh;
    padding: 40px 20px;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .tab-pane-tab-1 {
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
  }

  .grid-2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: inline-block;
  }

  .grid-3 {
    flex-direction: column-reverse;
    display: flex;
  }

  .grid-4.grid-padding {
    display: inline-block;
  }

  .button-4 {
    margin-bottom: 48px;
  }

  .grid-5 {
    grid-template-columns: 1fr;
    align-self: auto;
    display: block;
  }

  .popup-overlay {
    display: none;
  }

  .popup {
    font-size: 12px;
  }

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

  .div-block-16 {
    width: 400px;
    justify-content: center;
    position: relative;
    top: auto;
    bottom: 200px;
  }

  .image-22 {
    width: 75px;
    height: 75px;
  }

  .container {
    display: block;
  }

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

  .image-23 {
    max-width: 10%;
    margin-right: 12px;
  }

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

  .map-cont-wrap {
    height: 300px;
    background-size: cover;
  }

  ._404-text-block {
    font-size: 130px;
  }

  .paragraph-6 {
    padding-top: 41px;
    font-size: 17px;
  }

  .villa-image-text-container {
    letter-spacing: normal;
    padding-bottom: 5px;
    line-height: 55px;
  }

  .image-text {
    margin-bottom: 13px;
    padding-bottom: 0;
    font-size: 25px;
  }

  .columns-2 {
    border-width: 3px;
  }

  .textblockoswal {
    font-size: 40px;
  }

  .booknowheading {
    font-size: 35px;
  }

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

  .image-25 {
    width: 100%;
  }

  .grid-7 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
  }

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

@media screen and (max-width: 479px) {
  .button {
    margin-bottom: 25px;
    padding-left: 9px;
    padding-right: 9px;
    font-size: 12px;
  }

  .button.buttonpadding {
    margin-top: 25px;
    margin-left: auto;
  }

  .brand-text {
    margin-top: 1px;
    font-size: 15px;
  }

  .section-wrap-2.villaimageholder.villanext-imag {
    height: 41vh;
    margin-bottom: 70px;
  }

  .hero-section.centered {
    height: 60vh;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-heading.red {
    font-size: 10px;
    display: none;
  }

  .hero-subheading {
    font-size: 12px;
  }

  .hero-subheading.mbtextwhite {
    color: #ecf0f1;
    font-size: 16px;
  }

  .hero-subheading.mbtextwhite.bkgrd-text-colour {
    font-size: 13px;
  }

  .hollow-button.all-caps {
    padding-left: 9px;
    padding-right: 9px;
    font-size: 13px;
  }

  .section-heading.centered {
    margin-bottom: 11px;
    font-size: 16px;
  }

  .section-subheading.center {
    font-size: 14px;
    line-height: 30px;
  }

  .section-subheading.center.mb-spacing {
    padding-top: 27px;
    padding-bottom: 28px;
  }

  .footer {
    display: block;
  }

  .footer-text.mbfooter-text {
    font-size: 11px;
  }

  .footer-link {
    align-self: stretch;
  }

  .footer-link.with-icon.sitemaplinkfooter, .footer-link.with-icon.sitemaplinkfooter.w--current {
    margin-left: 0;
  }

  .footer-link-wrapper {
    align-self: stretch;
  }

  .tab-menu {
    display: block;
  }

  .spc {
    object-fit: fill;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    display: flex;
  }

  .paragraph {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .paragraph.padding.backgroundcolour {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph.padding.mbcentertext {
    text-align: center;
  }

  .about-us-flex-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .flex-container.aboutus-flex {
    padding-left: 3px;
    padding-right: 3px;
  }

  .div-block {
    padding-bottom: 0;
  }

  .image {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .section-2 {
    height: 45vh;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .div-block-3 {
    margin-left: 48px;
    margin-right: 48px;
  }

  .paragraph-4 {
    padding-left: 17px;
    padding-right: 17px;
  }

  .hero-villa.padding.villa301, .hero-villa.padding.villa302 {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .hero-villa.padding.villa304, .hero-villa.padding.villa305 {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .hero-villa.padding.villa307 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-image-3 {
    width: 100%;
    margin-bottom: 20px;
  }

  .hero-image-3.villa301.villa-size {
    width: 100%;
  }

  .hero-image-3.villa302, .hero-image-3.villa303, .hero-image-3.villa304, .hero-image-3.villa305, .hero-image-3.villa306 {
    width: 100%;
    margin-bottom: 20px;
  }

  .villahero {
    height: 50vh;
  }

  .villa-gallery-section {
    max-width: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .image-7 {
    width: auto;
    height: auto;
  }

  .image-7.portrait {
    width: auto;
    height: auto;
    object-fit: fill;
    overflow: hidden;
  }

  .image-7.landscape {
    height: 40%;
  }

  .titles_container {
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .gallery_col {
    flex-wrap: nowrap;
    align-content: center;
  }

  .image-holder {
    width: 50%;
    float: left;
    text-align: left;
    display: block;
  }

  .image-holder.resize {
    width: 100%;
    height: 200px;
  }

  .image-holder.center {
    height: auto;
    display: block;
  }

  .image-holder.center.imgresize {
    width: 100%;
  }

  .centered-container {
    text-align: left;
    display: inline-block;
  }

  .tab-pane-tab-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .grid {
    grid-template: ". ."
                   ". ."
                   "Area Area"
                   / 1fr 1fr;
    grid-auto-rows: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-items: stretch;
    display: block;
  }

  .grid-2 {
    display: inline;
  }

  .img-div-holder {
    width: 100%;
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 53px 0;
  }

  .grid-3 {
    margin-bottom: 48px;
  }

  .grid-4.grid-padding {
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
  }

  .button-4 {
    text-align: center;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .link-block {
    text-align: center;
    display: inline-block;
  }

  .div-block-14 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .popup-overlay {
    display: none;
  }

  .div-block-16 {
    width: 90vw;
    min-height: 0;
    margin-top: 50px;
    margin-bottom: 0;
    padding-bottom: 9px;
  }

  .sitemap-footer-h5.sitemapfooter-padding {
    margin-top: 76px;
    margin-bottom: 43px;
  }

  .useful-links-footer-h5 {
    align-self: stretch;
  }

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

  .mbheroheading {
    color: #a8d069;
    font-size: 25px;
    font-weight: 300;
    display: block;
  }

  .villa-nav-section {
    display: none;
  }

  .villa-page-link {
    font-size: 15px;
  }

  .image-23 {
    display: none;
  }

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

  .map-cont-wrap {
    height: 300px;
    background-size: cover;
  }

  .textblockoswal {
    font-size: 30px;
  }

  .booknowdiv {
    padding-top: 11px;
    padding-bottom: 45px;
  }

  .booknowheading {
    font-size: 28px;
  }

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

#w-node-_3c3f7644-f213-8365-da5f-0780110ea9fa-4677c86e {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-d8f43633-380f-50e2-8a6b-106a469779e9-4677c86e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-c20a6204-95a7-2055-fdd7-c531e647c7ea-a877c871 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-bf9e301f-1a1f-bbb4-6bf8-c9656371ab6d-a877c871, #w-node-cfaea983-91cb-b693-f5c4-fc80ca98adfd-a877c871, #w-node-b46ea1fd-6688-ebef-a2d2-41340a0ae36b-a877c871, #w-node-f74235cc-c8a6-1f48-ec61-a2ace68c37ea-a877c871, #w-node-_730d3e8b-65d4-a497-3cb3-03df6c279915-a877c871, #w-node-_59471907-fd7e-f679-34ad-028b28908fbd-a877c871, #w-node-dad2ede9-5b5f-a5b8-c11f-b9c5d450c4b2-a877c871 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b954aa6c-d4eb-32a6-5c82-208cb68b2bc1-8277c878, #w-node-_3c172089-0ab8-34d5-d828-ce649e1ae92c-8277c878 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-dfc563de-7a2e-d3ee-5b31-695c5537599a-8277c878 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1ba53009-1536-5758-531c-ee8f56b2acae-8277c878 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: auto;
  justify-self: auto;
}

#w-node-afec4974-6ee9-7788-3c69-1c411d36608a-8277c878 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-caacb9a9-fefb-d8ee-e3e3-13d5ab374806-8277c878 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: auto;
  justify-self: auto;
}

#w-node-_21d844c9-1cf2-1551-d7ec-c760fdc36a88-8277c878 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_9dd90ae1-d495-457e-8cde-befb642a1640-8277c878 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: auto;
  justify-self: auto;
}

#w-node-e16a9c6c-92d9-b2dd-9bd1-6888fd0c10af-8277c878, #w-node-e16a9c6c-92d9-b2dd-9bd1-6888fd0c10d3-8277c878 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-e16a9c6c-92d9-b2dd-9bd1-6888fd0c10de-8277c878 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: auto;
  justify-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-_3c3f7644-f213-8365-da5f-0780110ea9fa-4677c86e {
    align-self: auto;
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-dfc563de-7a2e-d3ee-5b31-695c5537599a-8277c878 {
    align-self: auto;
  }

  #w-node-_269f6e27-f3cf-d344-dd6d-9493d3e88947-a377c879 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


