@font-face {
  font-family: Centurygothic;
  src: url('../fonts/centurygothic.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Aptos;
  src: url('../fonts/Aptos.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --bronze: #eeeeac;
  --dim-grey: #636363;
  --slate: #235a52;
  --white: white;
  --light-blue: #eaedf2;
}

.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: #333;
  letter-spacing: .02vw;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 1vw;
  font-family: Playfair Display;
  font-size: 3vw;
  font-weight: 400;
  line-height: 4vw;
}

h2 {
  color: var(--black);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 1vw;
  font-family: Oswald, sans-serif;
  font-size: 2.1vw;
  font-weight: 500;
  line-height: 3.1vw;
}

h3 {
  color: var(--bronze);
  margin-top: 2vw;
  margin-bottom: 1vw;
  font-family: Playfair Display;
  font-size: 2vw;
  font-weight: 400;
  line-height: 2.5vw;
}

h4 {
  color: var(--black);
  margin-top: 2vw;
  margin-bottom: 1vw;
  font-family: Lato, sans-serif;
  font-weight: 900;
}

h5 {
  color: var(--black);
  margin-top: 1vw;
  margin-bottom: .5vw;
  font-family: Lato, sans-serif;
  font-size: 1.2vw;
  font-weight: 900;
  line-height: 1.75vw;
}

h6 {
  color: var(--bronze);
  margin-top: 1vw;
  margin-bottom: 1.5vw;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

p {
  color: var(--dim-grey);
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 1vw;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 35px;
}

a {
  color: var(--bronze);
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 2vw;
  padding-left: 4vw;
}

li {
  color: var(--dim-grey);
  letter-spacing: .01vw;
  margin-top: .5vw;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
}

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

strong {
  font-weight: bold;
}

blockquote {
  color: var(--bronze);
  border-left: 1px #000;
  margin-top: 3vw;
  margin-bottom: 5vw;
  padding: 0 4vw;
  font-family: Playfair Display;
  font-size: 3vw;
  font-weight: 400;
  line-height: 4vw;
}

figure {
  margin-top: 3vw;
  margin-bottom: 3vw;
}

figcaption {
  opacity: .75;
  color: var(--dim-grey);
  text-align: left;
  margin-top: 1.5vw;
  margin-bottom: 2vw;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.cover {
  background-color: #f1f1f1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cover-overlay {
  z-index: 1;
  background-color: #03030399;
  width: 100%;
  height: 100vh;
  position: absolute;
}

.sc-content-holder {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: absolute;
  left: 0%;
  right: 0%;
}

.sc-content-holder.head2 {
  align-items: center;
  margin-right: 0;
  padding-bottom: 47px;
}

.sc-content-holder.head2.head3, .sc-content-holder.head2.hd44, .sc-content-holder.head2.stayhead {
  margin-right: 0;
}

.button-style-1 {
  background-color: var(--bronze);
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 10vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  transition: background-color .2s;
  display: flex;
}

.button-style-1:hover {
  background-color: var(--slate);
}

.button-style-1.large {
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  border-radius: 100vw;
  width: 100%;
  height: 99px;
  padding-top: 32px;
  padding-bottom: 32px;
  font-family: Playfair Display;
  font-size: 2vw;
  font-weight: 400;
  line-height: 3vw;
}

.button-style-1.large:hover {
  background-color: #b18c34;
}

.button-style-1.buttonstyle2 {
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 0;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-style-1.buttonstyle2:hover {
  color: var(--white);
  background-color: #c6b359;
  border-color: #0000;
}

.button-style-1.buttonstyle2.button3 {
  width: 200px;
}

.button-style-1.buttonstyle2.button3.butt4 {
  width: 220px;
}

.button-style-1.buttonstyle2.button3.butt4.butt8 {
  width: 180px;
}

.button-style-1.buttonstyle2.button3.butt4.butt8._222 {
  width: 220px;
}

.button-style-1.buttonstyle2.butt5 {
  width: 130px;
  margin-top: 32px;
}

.button-style-1.buttonstyle2.butt5.butt5_5 {
  background-color: #ffffff4d;
  width: 165px;
}

.button-style-1.buttonstyle2.butt5.butt5_5.butt6 {
  width: 220px;
}

.button-style-1.buttonstyle2.buttbisit {
  margin-top: 38px;
}

.button-style-1.buttonstyle2.visitbutt {
  text-align: center;
  margin-top: 52px;
}

.style-4s {
  color: #000;
  text-align: center;
  letter-spacing: .15vw;
  text-transform: uppercase;
  margin-bottom: 5px;
  padding-top: 0;
  font-family: "Avenirltstd book 0";
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
}

.style-4s.white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 1vw;
  font-size: 13px;
  display: flex;
}

.style-4s.white.inline {
  display: inline-block;
}

.style-4s.white.black {
  color: var(--black);
  text-align: center;
  justify-content: center;
  margin-bottom: -3vw;
  margin-left: auto;
  margin-right: auto;
}

.style-4s.white.black.title2 {
  display: none;
}

.style-4s.white.homehead {
  margin-top: 277px;
  margin-bottom: -1vw;
  margin-right: 5px;
}

.style-4s.white-faded {
  color: #ffffffa6;
  transition: color .1s;
}

.style-4s.white-faded:hover {
  color: var(--white);
}

.style-4s.menu-link {
  color: #fff9;
  margin-left: auto;
  margin-right: auto;
  transition: color .15s;
  display: block;
}

.style-4s.menu-link:hover {
  color: var(--white);
}

.style-4s.menu-link.v66 {
  margin-bottom: 1vw;
}

.style-4s.concierge {
  text-align: center;
}

.style-4s.contact-subhead {
  color: var(--white);
  text-align: center;
}

.style-4s.concierge-subtitle {
  color: var(--white);
}

.style-4s.style77 {
  text-align: left;
}

.style-4s.gg {
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}

.sc-sub-title {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: -1vw;
  display: flex;
  overflow: hidden;
}

.global-container {
  text-align: center;
  background-color: #13494a;
  background-image: url('../images/wablur2.jpg');
  background-position: 50% 30%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding-top: 28px;
  padding-left: 11px;
  display: flex;
}

.global-container.food-item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.global-container.button {
  flex-direction: column;
  align-items: center;
}

.global-container.about {
  background-color: #fff;
  align-items: center;
}

.global-container.fb-container {
  z-index: 2;
  align-items: center;
  width: 70vw;
  position: absolute;
}

.global-container._2ndarticle {
  background-color: #fff;
  padding: 40px 28px 0 0;
}

.global-container.pigcasso {
  color: #fff;
  background-color: #fff;
  padding-top: 47px;
}

.global-container.pigcasso.change {
  color: #fff;
}

.global-container.stay {
  background-color: #fff;
  padding-left: 0;
}

.global-container.wine {
  background-color: #fff;
  padding-top: 45px;
}

.eyebrow {
  color: var(--slate);
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
}

.about-description-holder {
  margin-top: 0;
  margin-bottom: 1vw;
}

.button-style-5 {
  border-bottom: 1px solid var(--bronze);
  color: var(--bronze);
  text-align: center;
  letter-spacing: .2vw;
  text-transform: uppercase;
  background-color: #0000;
  padding: 0 0 5px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  transition: color .2s;
}

.button-style-5:hover {
  color: var(--slate);
}

.book-button {
  z-index: 100;
  border-radius: 100vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-bottom: 4vw;
  margin-right: 2vw;
  padding-left: 30px;
  padding-right: 30px;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.fullbleed-image {
  background-color: #f1f1f1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  overflow: hidden;
}

.quote-holder {
  padding-left: 80px;
  padding-right: 80px;
}

.quote-holder.stayquote {
  padding-bottom: 50px;
}

.navbar {
  z-index: 100;
  border-bottom: 0 #fff3;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  padding-left: 0%;
  padding-right: 30px;
  display: flex;
  position: absolute;
}

.navbar-logo-holder {
  border-bottom: 30px #dd2f2f;
}

.navbar-link-holder {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: none;
}

.button-navbar {
  color: var(--white);
  letter-spacing: 0;
  text-transform: none;
  background-color: #0000;
  align-items: flex-end;
  height: 100%;
  margin-bottom: 27px;
  margin-left: 32px;
  padding: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  display: flex;
}

.button-navbar:hover, .button-navbar.w--current {
  border-bottom: 4px solid var(--white);
  padding-top: 4px;
}

.button-navbar.link-delay {
  font-size: 12px;
  line-height: 14px;
}

.button-navbar.link-delay:hover {
  border-bottom: 6px solid var(--white);
  padding-top: 5px;
}

.button-navbar.link-delay.w--current {
  border-bottom: 5px solid var(--white);
  padding-top: 5px;
}

.button-navbar.dark {
  color: #1e5c5d;
  letter-spacing: 0;
  margin-bottom: 39px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 14px;
}

.button-navbar.dark:hover {
  border-bottom-color: var(--slate);
}

.button-navbar.dark.w--current {
  letter-spacing: .3px;
}

.navbar-icon-holder {
  margin-bottom: 8px;
  margin-left: 30px;
  display: none;
}

.navbar-right {
  align-items: center;
  height: 100%;
  display: flex;
}

.menu {
  z-index: 200;
  background-color: var(--black);
  background-image: url('../images/menu-bg.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 30px;
  display: none;
  position: fixed;
  inset: 0%;
}

.menu-link-holder {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.style-1xl {
  color: var(--black);
  text-align: center;
  letter-spacing: -.1vw;
  margin-bottom: 0;
  font-family: Playfair Display;
  font-size: 6vw;
  font-weight: 400;
  line-height: 7vw;
}

.cover-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
}

.image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: 550px;
}

.image.scale-in {
  height: 500px;
}

.image.scale-in.scalein2 {
  width: 100%;
  height: auto;
  margin-top: 38px;
}

.image.scale-in.homeend {
  height: 800px;
  max-height: 800px;
  margin-bottom: -65px;
}

.image.imgx {
  width: 100%;
  height: 50vw;
  max-height: 500px;
}

.image.pig2.painting {
  margin-top: 45px;
}

.global-section {
  background-color: #f7eee8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.global-section.global-rich-text.no-margin-bottom {
  padding-bottom: 0;
}

.global-section.global-rich-text.concierge {
  background-color: var(--light-blue);
}

.global-section.first {
  padding-bottom: 0;
}

.global-section.food-image {
  padding-top: 0;
  padding-bottom: 0;
}

.global-section.book-now {
  align-items: stretch;
}

.global-section.no-top-margin {
  padding-top: 0;
}

.global-section.line-break {
  padding-top: 6vw;
  padding-bottom: 6vw;
}

.global-section.line-break.section-landing, .global-section.line-break.dine-with-us {
  padding-top: 0;
  padding-bottom: 0;
}

.global-section.fb-section {
  height: 40vw;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.global-section.faq-header {
  background-color: var(--light-blue);
}

.global-section.blue {
  background-color: #fff;
}

.style-1m {
  color: var(--black);
  text-align: center;
  letter-spacing: .3vw;
  margin-bottom: 0;
  font-family: Librecaslondisplay;
  font-size: 2.8vw;
  font-weight: 400;
  line-height: 2.8vw;
}

.style-1m.align-left {
  text-align: left;
}

.style-1m.white {
  color: var(--white);
}

.style-1m.white.accordion-title {
  letter-spacing: .1vw;
}

.style-1m.banner-title {
  color: var(--white);
  text-align: center;
  margin-top: 0;
}

.style-1m.animate-in {
  text-align: left;
  font-family: Librecaslondisplay;
  line-height: 3vw;
}

.style-1m.animate-in.quote {
  text-align: center;
  letter-spacing: .1vw;
  width: 350px;
  margin: 1vw auto;
  font-size: 2.3vw;
  line-height: 2.6vw;
}

.style-1m.animate-in.quote.quote2 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.style-1m.animate-in.quote.quote3 {
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.style-1m.animate-in.head {
  margin-top: -1vw;
  margin-left: -26px;
}

.style-1m.animate-in.ani2, .style-1m.animate-in.hhh {
  margin-left: -26px;
}

.style-1m.subheadhome {
  margin-top: 1vw;
}

.style-1m.subheadhome.enquiries {
  margin-top: 3vw;
  font-size: 2.2vw;
}

.style-1m.subheadhome.slider {
  background-color: #0000;
  height: auto;
}

.style-1m.subheadhome.slider.slide2 {
  display: none;
}

.style-1m.subheadhome.slider.head5 {
  margin-top: -1vw;
  margin-bottom: 2.5vw;
}

.style-1m.subheadhome.head1 {
  margin-top: 7px;
}

.style-1m.subheadhome.head1.hhf4 {
  margin-top: 15px;
}

.style-1m.subheadhome.head2, .style-1m.style-change.style3 {
  display: none;
}

.style-1m.deposit {
  color: #95772c;
  margin-top: 1vw;
  font-size: 2vw;
}

.style-1m._1m2 {
  width: 60%;
  margin-top: 1vw;
  margin-left: auto;
  margin-right: auto;
}

._3up-image-holder {
  width: 100%;
  height: 31vw;
  position: relative;
  overflow: hidden;
}

._3up-image-holder.rooms {
  height: 17vw;
  position: relative;
}

._3up-text-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 2vw;
  display: none;
}

._3up-description {
  margin-bottom: 1vw;
  padding-left: 1vw;
  padding-right: 1vw;
}

.ps {
  letter-spacing: .01vw;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
}

.ps.left {
  text-align: left;
  width: 90%;
}

.ps.left.article {
  width: 100%;
  margin-top: .5vw;
}

.ps.footer-paragraph {
  color: #ffffff80;
  text-align: center;
}

.ps._3up-text {
  text-align: center;
}

.sc-button {
  overflow: hidden;
}

.accordion-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.accordion-item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 14vw;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
}

.accordion-item-trigger {
  height: 5.5vw;
}

.accordion-item-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

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

.footer-link {
  color: #ffffff80;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.menu-spacer {
  background-color: #ffffff4d;
  width: 1px;
  height: 13vw;
  margin-top: 8px;
}

.menu-container {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80vw;
  display: flex;
  position: absolute;
}

.menu-footer {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 1vw;
  padding-top: 19px;
  padding-bottom: 19px;
  display: flex;
}

.navbar-sticky {
  z-index: 199;
  background-color: #f5f5eb;
  border-bottom: 1px solid #0003;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  margin-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: fixed;
}

.curtain {
  z-index: 300;
  background-color: #fff;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.feature-card {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-top: 100px;
  margin-left: 12%;
  margin-right: auto;
  padding: 50px 0 20px 9px;
  display: flex;
}

.feature-card.featurecard2 {
  padding: 60px 0 84px;
}

.feature-card.feature2 {
  margin-left: 11%;
  padding-right: 0;
}

.feature-card.featcard2 {
  padding-bottom: 15px;
}

.feature-card.fc2 {
  height: 500px;
  padding-bottom: 21px;
}

.fc-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 14px;
  padding-left: 3vw;
  padding-right: 2vw;
  display: flex;
}

.fc-content.pigcsasocontent {
  text-align: left;
  align-items: flex-start;
  margin-top: 0;
  padding-left: 5vw;
}

.fc-content.fccont2 {
  margin-top: 0;
}

.fc-image-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.fc-image-holder.vertical {
  justify-content: flex-start;
}

.fc-image-holder.vertical.staypic {
  margin-left: 40px;
  padding-top: 25px;
  padding-bottom: 113px;
}

.style-1l {
  color: var(--black);
  text-align: center;
  letter-spacing: -.1vw;
  margin-bottom: 0;
  font-family: Playfair Display;
  font-size: 5vw;
  font-weight: 400;
  line-height: 7vw;
}

.style-1l.white {
  color: var(--white);
  text-align: right;
  letter-spacing: .3vw;
  font-family: Librecaslondisplay;
  font-size: 4vw;
}

.style-1l.white.homehead {
  margin-top: 265px;
}

.style-1l.white.homehead.homie2 {
  text-align: center;
  letter-spacing: .1vw;
  width: 750px;
  margin: 29px auto 1vw;
  padding-bottom: 0;
  font-family: Centurygothic, Trebuchet MS, sans-serif;
  font-size: 44px;
  font-style: italic;
  font-weight: 400;
  line-height: 3vw;
  display: block;
}

.style-1l.white.homehead.homie2.abouthead {
  margin-top: 174px;
}

.style-1l.white.homehead.homie2.abouthead.abouthead2 {
  margin-top: 0;
  margin-bottom: 0;
}

.style-1l.white.homehead.homie2.support_head {
  margin-top: 380px;
  margin-bottom: 1vw;
}

.style-1l.white.homehead.homie2.support_head.cntcthead {
  margin-top: 150px;
  margin-bottom: 0;
}

.style-1l.white.homehead.homie2.support_head.cntcthead.cntct2 {
  margin-top: 368px;
}

.style-1l.white.homehead.homie2.support_head.cntcthead.cntct2.apply {
  margin-top: 488px;
}

.style-1l.white.homehead.homie2.head234r {
  color: #4eb0b4;
  font-family: Centurygothic, Trebuchet MS, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.style-1l.white.white_mid {
  text-align: center;
  margin-top: 13px;
  line-height: 4vw;
}

.style-1l.concierge-title {
  color: var(--white);
  text-align: center;
}

.style-1s {
  color: var(--black);
  text-align: center;
  letter-spacing: -.075vw;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display;
  font-size: 3vw;
  font-weight: 400;
  line-height: 4vw;
}

.style-1s.contact-info {
  color: var(--black);
  text-align: center;
}

.style-1s.contact-info.address {
  margin-top: 2vw;
}

.style-1s.contact-info.animate-in.address {
  letter-spacing: .05vw;
  font-size: 2vw;
}

.style-1s.concierge {
  color: var(--bronze);
  transition: color .15s;
}

.style-1s.concierge:hover {
  color: var(--slate);
}

.fc-text {
  margin-bottom: 1.75vw;
  padding-left: 0;
  padding-right: 0;
}

.fc-column-1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.fc-column-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.fc-columns {
  height: auto;
  margin-top: -120px;
  margin-left: -32px;
  padding-right: 18px;
}

.fc-columns.fccols2 {
  height: auto;
}

.fc-columns.fccolprop {
  width: 100%;
}

.stay {
  background-image: url('../images/greenfade.png'), url('../images/home_doubts.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat-x, no-repeat;
  background-size: 280px, cover;
  padding: 0 5% 110px;
}

.stay.stay2 {
  background-image: url('../images/how-it-works-mid.jpg');
  background-position: 50% 0;
}

.dine {
  padding: 92px 5% 104px;
}

.dine.dine2 {
  background-color: #f5f5ec;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 11px;
  padding-bottom: 127px;
}

.dine.dine2.dine3 {
  background-color: #1e6168;
  background-image: url('../images/how-it-works-doubts3.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: 800px;
  padding-top: 60px;
  display: block;
}

.footer-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  display: flex;
}

.footer-large {
  background-color: #13494a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.footer-links {
  width: 100%;
}

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

.footer-linebreak {
  background-color: #fff3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 50px;
}

.footer-logo-holder {
  width: 17vw;
}

.footer-link-holder {
  margin-bottom: 17px;
}

.div-block-20 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.global-text-styles {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.global-text-styles h1 {
  width: 100%;
  padding-left: 10.5vw;
  padding-right: 10.5vw;
}

.global-text-styles h2 {
  width: 100%;
  margin-top: 2vw;
  margin-bottom: 1vw;
  padding-left: 10.5vw;
  padding-right: 10.5vw;
}

.global-text-styles p {
  width: 100%;
  padding-left: 10.5vw;
  padding-right: 10.75vw;
}

.global-text-styles li {
  padding-left: .5vw;
}

.global-text-styles ul, .global-text-styles ol {
  padding-left: 15vw;
  padding-right: 10.5vw;
}

.global-text-styles figcaption {
  width: 100%;
  padding-right: 10.5vw;
}

.global-text-styles figure {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 5vw;
  margin-bottom: 5vw;
  display: block;
}

.global-text-styles h4, .global-text-styles h3 {
  width: 100%;
  padding-left: 10.5vw;
  padding-right: 10.5vw;
}

.global-text-styles blockquote {
  border-left-style: none;
  margin-top: 2vw;
  margin-left: 10.5vw;
  padding-right: 10.75vw;
}

.global-text-styles strong {
  color: var(--black);
}

.global-text-styles h5 {
  float: left;
  margin: -.1vw 1vw 0 10.5vw;
  font-family: Oswald, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 6vw;
}

.global-text-styles h6 {
  padding-left: 10.5vw;
  padding-right: 10.5vw;
}

.bb-icon {
  object-fit: contain;
  width: 100%;
  height: 100%;
  margin-top: 0;
}

.footer-description-holder {
  width: 70%;
  margin-top: 2vw;
  margin-bottom: 2vw;
}

.footer-description {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 1vw;
  display: flex;
}

.sc-title {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.sc-title.home {
  align-items: flex-end;
  margin-bottom: 4vw;
  padding-left: 0;
  padding-right: 0;
}

.sc-title.home.homie {
  align-items: flex-start;
  max-width: none;
  margin-top: -78px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

.sc-title.home.homie.about {
  background-color: #0000;
  background-image: none;
  align-items: flex-end;
  padding-top: 45px;
  padding-bottom: 0;
  padding-right: 3vw;
}

.sc-title.home.homie.blogg {
  padding-left: 0;
}

.link-in-page {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Gill Sans Nova;
  font-size: 12px;
  font-weight: 300;
}

.services-collection {
  grid-column-gap: 1vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.item-description-holder {
  padding-left: 5.5vw;
  padding-right: 5.5vw;
}

.item-description-holder.event-details {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.item-description-holder.article-subhead {
  padding-left: 10.5vw;
  padding-right: 10.5vw;
}

.amenity-icon {
  width: 100%;
  height: 100%;
}

.amenity-icon-holder {
  opacity: .4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3vw;
  height: 3vw;
  margin-bottom: 14px;
  display: flex;
}

._3up-item {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.button-style-2-1 {
  border-bottom: 1px solid var(--bronze);
  color: var(--bronze);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  padding: 0 0 5px;
  font-family: Gill Sans Nova;
  font-size: 12px;
  font-weight: 300;
}

._3up {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

._4up-image {
  width: 100%;
  height: 12vw;
}

.ps-headline {
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Gill Sans Nova;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

.ps-headline.space-above {
  margin-top: .5vw;
}

.ps-headline.event-details {
  text-align: center;
  margin-bottom: 0;
}

.div-block-31 {
  overflow: hidden;
}

.book-now-holder {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

._3up-rollover {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.line {
  background-color: var(--bronze);
  width: 80%;
  height: 1px;
}

.line.left {
  margin-right: 2vw;
}

.line.right {
  margin-left: 2vw;
}

.view-icon {
  background-color: #0000004d;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.button-holder {
  justify-content: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

._3up-link-holder {
  margin-top: .5vw;
  margin-bottom: 1vw;
}

.ps-headline-bold {
  color: var(--black);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 16px;
}

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

.image-list {
  border-bottom: 1px solid #4d546b4d;
}

.image-list-item {
  align-items: center;
  margin-top: 1.5vw;
  margin-bottom: 1.5vw;
}

.il-photo-holder {
  float: left;
  width: 9vw;
  height: 6vw;
  margin-top: 5px;
  margin-bottom: .5vw;
  margin-right: 2vw;
  display: inline-block;
}

.details {
  background-color: #fff;
}

.global-button-pill {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.button-style-4 {
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-left: 2vw;
  padding-right: 2vw;
  display: flex;
  position: relative;
}

.sc-content {
  z-index: 2;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 100vh;
  margin-left: 0;
  display: flex;
  position: absolute;
}

.sc-content.cntnt2 {
  width: 80%;
  margin-right: 77px;
  padding-right: 0;
}

.sc-holder {
  width: 100%;
  height: 50%;
}

.sc-holder.middle {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80%;
  padding-top: 4vw;
  padding-bottom: 4vw;
  display: flex;
}

.sc-holder.top-bottom {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 20%;
  display: none;
}

.sc-holder.top-bottom.concierge {
  align-items: flex-start;
  height: 50%;
}

.sc-holder.top-bottom.concierge.top {
  justify-content: center;
  align-items: center;
  height: 45%;
}

.sc-holder.top-bottom.concierge.bottom {
  justify-content: center;
  align-items: center;
  height: 55%;
}

.sc-scroll-line {
  background-color: #ffffff4d;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 1px;
  height: 100%;
  margin-top: 2vw;
  display: flex;
}

.section-cover {
  background-color: #f1f1f1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-cover.concierge {
  height: 100vh;
}

.sc-overlay {
  z-index: 1;
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
}

.sc-image {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.sc-image.home {
  background-image: url('../images/wealth_architects_mast2.jpg');
  background-position: 50% 100%;
  background-size: 1728px;
  align-items: center;
  height: 100%;
}

.sc-image.home.aboutmassthead.aboutm {
  display: none;
}

.sc-image.home.hiw_mob {
  display: block;
}

.sc-image.home.ome-m, .sc-image.home.contact, .sc-image.home.support, .sc-image.sc-2, .sc-image.img4, .sc-image.sc7 {
  display: none;
}

.section-cover-button {
  background-color: var(--bronze);
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px 35px;
  font-family: Gill Sans Nova;
  font-size: 10px;
  display: flex;
}

.items.blue, .events.blue, .menus.blue {
  background-color: var(--light-blue);
}

.image-list-collection {
  width: 100%;
  margin-left: 10.5vw;
  margin-right: 10.5vw;
}

.image-list-wrapper {
  justify-content: center;
  display: flex;
}

.linebreak {
  background-color: #96772c80;
  width: 100%;
  height: 1px;
}

.intro {
  background-color: #fff;
}

.linebreak-holder.food-details {
  padding-top: 6vw;
}

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

.team-image-holder {
  border-radius: 200px;
  width: 70%;
  overflow: hidden;
}

.team-name {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 2vw;
  display: flex;
}

.team-item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

._2m {
  color: var(--black);
  text-align: center;
  letter-spacing: -.2vw;
  margin-bottom: 0;
  font-family: Work Sans;
  font-size: 3vw;
  font-weight: 400;
  line-height: 4vw;
  display: block;
}

._2m.margin-reset {
  margin-top: 0;
  margin-bottom: 0;
}

._2m.margin-reset.align-center {
  text-align: center;
}

._2m._3up-subtitle {
  color: var(--bronze);
}

.style-3xs {
  color: var(--bronze);
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 1.4vw;
  font-weight: 400;
  line-height: 1.75vw;
  transition: color .1s;
}

.style-3xs.animate-in.rollover:hover {
  color: var(--slate);
}

.style-1xs {
  color: var(--black);
  text-align: center;
  letter-spacing: -.05vw;
  margin-bottom: 0;
  font-family: Playfair Display;
  font-size: 2.2vw;
  font-weight: 400;
  line-height: 2.5vw;
}

.style-1xs.margin-reset {
  margin-top: 0;
  margin-bottom: 0;
}

.style-1xs.margin-reset.price {
  float: right;
  font-size: 1.75vw;
  display: inline-block;
}

.style-1xs.highlight-1 {
  color: var(--bronze);
  transition: color .1s;
}

.style-1xs.highlight-1:hover {
  color: var(--slate);
}

.style-1xs.white {
  color: #fff;
}

.style-1xs.concierge {
  color: var(--bronze);
  text-align: center;
  margin-top: 0;
}

.pxs {
  letter-spacing: .01vw;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.pxs.gallery-text {
  color: var(--white);
}

.fc-button {
  overflow: hidden;
}

.fc-button.fcbutt2 {
  margin-top: 27px;
}

.article-subhead {
  color: var(--bronze);
  text-align: center;
  font-family: Georgia, Times, Times New Roman, serif;
  font-style: italic;
  font-weight: 400;
}

.search-holder {
  justify-content: center;
  width: 100%;
  margin-top: 5vw;
  display: none;
}

.search {
  align-items: center;
  width: 60%;
  height: 50px;
  margin-bottom: 0;
  display: flex;
}

.search.search-page {
  width: 100%;
  margin-top: 4vw;
  margin-bottom: 4vw;
}

.search-button {
  float: right;
  background-color: var(--bronze);
  letter-spacing: .15vw;
  text-transform: uppercase;
  width: 27%;
  height: 100%;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
}

.search-input {
  float: left;
  color: var(--white);
  background-color: #ffffff1a;
  border: 1px solid #0000;
  height: 100%;
  margin-bottom: 0;
  padding-left: 2vw;
  padding-right: 2vw;
}

.search-input.style-2 {
  background-color: var(--light-blue);
  color: var(--slate);
}

.text-block-2 {
  color: #4d546b80;
  font-family: GT America;
  font-weight: 300;
}

.search-result-item {
  border-bottom: 1px solid #4d546b4d;
  margin-bottom: 3vw;
  padding-bottom: 3vw;
}

.div-block-40 {
  width: 90%;
  margin-bottom: .5vw;
}

.lightbox-link {
  width: 100%;
  height: 100%;
  margin-bottom: -5px;
  overflow: hidden;
}

.collection-item {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.lightbox-images {
  z-index: 0;
  height: 95vh;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.big-lightbox {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 95vh;
  display: flex;
  position: relative;
}

.lightbox-button {
  z-index: 10;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-bottom: 4vw;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.gallery-cta {
  background-color: #0006;
  border-radius: 30px;
  padding: 13px 22px;
}

.pm {
  text-align: left;
  letter-spacing: .25px;
  font-family: Lato, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 32px;
}

.pm._3up-description {
  text-align: center;
}

.pm._3up-text {
  text-align: center;
  margin-bottom: 38px;
  font-family: "Avenirltstd book 0";
}

.pm._3up-text.animate-in {
  display: flex;
}

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

._3up-subtitle-holder {
  text-align: center;
  width: 100%;
  margin-bottom: 1vw;
  padding-left: 1vw;
  padding-right: 1vw;
}

.fc-title {
  text-align: center;
  margin-bottom: 1vw;
  margin-left: 26px;
  padding-left: 0;
  padding-right: 3vw;
}

.page-title-holder.article-headline {
  padding-left: 10vw;
  padding-right: 10vw;
}

.page-title-holder.food-drink-title {
  padding-left: 4vw;
  padding-right: 4vw;
}

.menu-link {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

._3up-view-link {
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.highlight-1 {
  color: var(--bronze);
}

.style-4s-bold {
  color: var(--slate);
  text-align: center;
  letter-spacing: .15vw;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 22px;
}

.style-4s-bold:hover {
  color: var(--bronze);
}

.il-title-holder {
  margin-top: .5vw;
}

.h5 {
  color: var(--black);
  font-family: Work Sans;
  font-size: .9vw;
  font-weight: 700;
  line-height: 1.25vw;
}

.h5.map-directions {
  margin-top: 1vw;
}

.list-price {
  float: right;
  color: var(--black);
  text-align: center;
  letter-spacing: -.05vw;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 2.5vw;
  display: inline-block;
}

.bb-icon-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 100%;
  padding-bottom: 4px;
  display: flex;
}

.bb-background {
  z-index: 0;
  background-color: var(--slate);
  width: 100%;
  height: 100%;
  position: absolute;
}

.bb-text {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 1.5vw;
  display: flex;
}

.bb-content {
  z-index: 1;
  justify-content: space-between;
  display: flex;
  position: static;
}

.faq-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 10.5vw;
  padding-right: 10.5vw;
  display: flex;
}

.faq-item {
  overflow: hidden;
}

.faq-spacer {
  padding-bottom: 2vw;
  padding-left: 10.5vw;
  padding-right: 10.5vw;
}

.faq-trigger {
  cursor: pointer;
  padding-bottom: 2vw;
  padding-left: 10.5vw;
  padding-right: 10.5vw;
}

.faq-content {
  margin-bottom: 2vw;
  overflow: hidden;
}

.faq-line {
  background-color: #4d546b4d;
  width: 100%;
  height: 1px;
  padding-left: 10vw;
  padding-right: 10vw;
}

.white-faded {
  color: #ffffff80;
}

.faq-title {
  margin-bottom: 4vw;
  padding-left: 10.5vw;
  padding-right: 10.5vw;
}

.fullscreen-banner {
  display: flex;
}

.contact-holder {
  padding-left: 10.5vw;
  padding-right: 10.5vw;
}

.faq-spacer-end {
  margin-top: -2vw;
  margin-bottom: 2vw;
  padding-left: 10.5vw;
  padding-right: 10.5vw;
}

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

.about {
  background-color: #2e7575;
  background-image: url('../images/bg1.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 5% 77px;
}

.about.how-it-works {
  text-align: center;
  background-color: #235c5d;
  background-image: url('../images/how-it-works-mast4.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  height: auto;
  padding-top: 155px;
  padding-bottom: 60px;
}

.about.about2 {
  background-color: #2e7575;
  background-image: url('../images/about_us_intro2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 31px 0% 134px;
}

.about.about2.about4 {
  background-color: #f0f1e8;
  background-image: none;
  padding-top: 18px;
  padding-bottom: 71px;
}

.about.about2.about4.about5 {
  background-color: #c1f1d7;
}

.about.about2.about4.about5.about6 {
  background-image: url('../images/about5.jpg');
  background-position: 0 0;
  background-size: 1440px 100%;
}

.about.about2.about4.about5.subscribe {
  text-align: center;
  background-image: url('../images/contact_bg43.jpg');
  background-position: 50%;
  background-size: cover;
}

.about.about2.about4.about5.subscribe.subscribe2 {
  background-color: #286868;
  background-image: url('../images/fade5.png'), url('../images/blogbg_2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat-x, repeat;
  background-size: 200px 100px, cover;
  padding-top: 2px;
  padding-bottom: 150px;
}

.about.about2.about4.about5.purpose {
  background-color: #f4f5ea;
  background-image: url('../images/about6.jpg');
  background-position: 0 101%;
  background-repeat: no-repeat;
  background-size: 520px;
}

.about.about2.about4.contact {
  text-align: center;
  background-color: #f4f5ea;
  padding-top: 60px;
}

.about.about2.contact {
  padding-bottom: 48px;
}

.about.about2.contact.bblog {
  background-color: #2e7575;
  background-image: url('../images/fade.jpg');
  background-size: 100% 100%;
  padding-bottom: 11px;
}

.about.about2.contact.contact2 {
  background-image: linear-gradient(#0003, #0003), url('../images/Star_teal.svg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, 25%;
  padding-top: 6px;
}

.about.support {
  background-color: #205c5d;
  background-image: url('../images/support_bg_4.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 1440px;
  padding-top: 30px;
  padding-bottom: 100px;
}

.about-title-holder {
  display: block;
}

.footer-logo {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.footer-small {
  background-color: #0a2525;
  border-top: 1px solid #fff3;
  align-items: center;
  width: 100%;
  padding: 1vw 1.6vw 1vw 79px;
  display: flex;
}

.fs-content-holder {
  justify-content: space-between;
  width: 100%;
  min-height: 10px;
  display: flex;
}

.fs-content {
  align-items: flex-start;
  width: 50%;
}

.fs-content.left {
  display: flex;
}

.fs-content.right {
  justify-content: flex-end;
  display: flex;
}

.fs-text {
  color: #248a7f;
  font-family: Georgia, Times, Times New Roman, serif;
  font-style: italic;
  font-weight: 400;
}

.fs-text.spacing-left {
  margin-left: 1vw;
}

.fs-text.fstext2 {
  color: #258a7f;
  text-align: right;
  padding-right: 8%;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
}

.fs-link {
  color: var(--white);
}

.div-block-42 {
  display: flex;
}

.fs-link-faded {
  color: #ffffff80;
}

.quote-source {
  margin-top: 2vw;
}

.article-category-title-holder {
  padding-left: 10.5vw;
  padding-right: 10.5vw;
}

.fb-image-holder {
  z-index: 0;
  column-count: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

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

.fb-image-overlay {
  z-index: 1;
  background-image: linear-gradient(to right, #000c, #00000080 31%, #0000 70%);
  width: 100%;
  height: 100%;
  position: absolute;
}

.fb-subhead {
  margin-bottom: 1vw;
}

.fb-content-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  display: flex;
}

.faq-tab {
  border-bottom: 3px solid var(--light-blue);
  color: var(--bronze);
  text-align: center;
  letter-spacing: .15vw;
  text-transform: uppercase;
  background-color: #0000;
  height: 100%;
  margin-right: 2vw;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}

.faq-tab.w--current {
  color: var(--black);
  letter-spacing: .15vw;
  text-transform: uppercase;
  background-color: #0000;
  border-bottom: 3px solid #000;
  font-size: 12px;
  font-weight: 900;
  line-height: 14px;
}

.faq-text-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.tabs {
  z-index: 1;
}

.tabs.animate-in {
  margin-top: 36px;
}

.filter {
  z-index: 100;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  margin-bottom: 5vw;
  padding-left: 15vw;
  padding-right: 15vw;
  display: flex;
  overflow: auto;
}

.filter-title {
  font-family: "Avenirltstd book 0";
}

.faq-text-styles {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.faq-text-styles h1 {
  text-align: center;
  width: 100%;
  padding-left: 10.5vw;
  padding-right: 10.5vw;
}

.faq-text-styles h2 {
  text-align: center;
  width: 100%;
  margin-top: 2vw;
  margin-bottom: 1vw;
  padding-left: 10.5vw;
  padding-right: 10.5vw;
  font-size: 1.75vw;
}

.faq-text-styles p {
  text-align: center;
  width: 100%;
  padding-left: 10.5vw;
  padding-right: 10.75vw;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 400;
}

.faq-text-styles ul, .faq-text-styles ol {
  padding-left: 15vw;
  padding-right: 10.5vw;
}

.faq-text-styles figcaption {
  opacity: .5;
  color: var(--dim-grey);
  text-align: left;
  width: 100%;
  margin-top: 2vw;
  padding-right: 10.5vw;
}

.faq-text-styles figure {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 5vw;
  margin-bottom: 5vw;
  display: block;
}

.faq-text-styles h4, .faq-text-styles h3 {
  text-align: center;
  width: 100%;
  padding-left: 10.5vw;
  padding-right: 10.5vw;
}

.faq-text-styles blockquote {
  text-align: center;
  border-left-style: none;
  margin-top: 2vw;
  margin-left: 10.5vw;
  padding-right: 10.75vw;
}

.faq-text-styles strong {
  color: var(--black);
}

.faq-text-styles h5 {
  float: left;
  margin: -.5vw 1vw 0 10.5vw;
  font-family: Oswald, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 6vw;
}

.faq-text-styles h6 {
  padding-left: 10.5vw;
  padding-right: 10.5vw;
}

.style-2m {
  color: var(--black);
  text-align: center;
  letter-spacing: .1vw;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Librecaslondisplay;
  font-size: 2.5vw;
  font-weight: 500;
  line-height: 3.5vw;
}

.menu-close-holder {
  cursor: pointer;
  align-items: center;
  margin-top: 30px;
  margin-right: 30px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.mc-icon {
  display: inline-block;
}

.mc-icon-holder {
  margin-left: 1vw;
}

.div-block-43 {
  display: flex;
}

.color-swatch {
  width: 33%;
  height: 100px;
}

.color-swatch.color-1 {
  background-color: var(--slate);
}

.color-swatch.color-2 {
  background-color: var(--bronze);
}

.color-swatch.color-3 {
  background-color: var(--light-blue);
}

.div-block-44 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 1vw;
  display: flex;
}

.navbar-image {
  object-fit: contain;
  width: 250px;
  height: 100%;
  margin-left: 29%;
}

.footer-button-holder {
  margin-top: .5vw;
}

.faq-question-holder {
  padding-left: 10.5vw;
  padding-right: 10.5vw;
}

.div-block-46 {
  margin-bottom: 3vw;
}

.button-style-2 {
  background-color: var(--white);
  color: var(--bronze);
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 10vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  transition: color .1s, background-color .1s;
  display: flex;
}

.button-style-2:hover {
  background-color: var(--slate);
  color: var(--white);
}

.button-style-3 {
  border: 1px solid var(--bronze);
  color: var(--bronze);
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 10vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  transition: color .1s, border-color .1s;
  display: flex;
}

.button-style-3:hover {
  border-color: var(--slate);
  color: var(--slate);
}

.div-block-47 {
  width: 50%;
  margin-bottom: 2vw;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  padding-top: 15vw;
  padding-bottom: 15vw;
  display: flex;
}

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

.div-block-48 {
  margin-top: 2vw;
  margin-bottom: 2vw;
}

.gallery-text {
  color: var(--white);
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.global-ns {
  background-color: #f7eee8;
  width: 100%;
  height: auto;
}

.global-ns.large {
  background-color: var(--white);
  height: 5vw;
}

.global-ns.medium {
  height: 5vw;
  padding-top: 44px;
}

.global-ns.small {
  height: 3vw;
}

.global-ns.xlarge {
  text-align: center;
  height: 13vw;
  padding-top: 48px;
}

.global-ns.xlarge.med {
  height: 3vw;
}

.global-ns.blue {
  background-color: var(--light-blue);
}

.global-ns.blue.large {
  background-color: #205c5c;
  height: 2vw;
}

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

.ensuite-amenities {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.lightbox-holder {
  width: 100%;
  height: 100%;
}

.div-block-50, .div-block-51 {
  width: 100%;
  height: 100%;
  position: absolute;
}

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

.paragraph {
  font-family: Lato, sans-serif;
}

.paragraph.parahome {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  width: 85%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 15px;
  line-height: 25px;
}

.paragraph.parahome.para_support {
  width: 800px;
}

.paragraph.parahome.para_support.para-journey-cntct {
  color: #15645a;
  line-height: 24px;
}

.paragraph.parahome.para_support.support2 {
  width: 700px;
}

.paragraph.parahome.para_support.para_blog {
  width: 70%;
}

.paragraph.parahome.para_support.startapplication {
  color: #dee4a8;
  font-size: 21px;
  font-style: italic;
  font-weight: 700;
}

.paragraph.parahome.how-do-we-do-this {
  margin-top: 16px;
}

.paragraph.parahome.parahome2 {
  z-index: 112;
  margin-top: 12px;
  position: relative;
}

.paragraph-2 {
  text-align: center;
  width: 60%;
  margin: 26px auto 0;
  font-family: "Avenirltstd book 0";
  font-size: 15px;
  line-height: 25px;
}

.paragraph-2.pigtext {
  text-align: left;
  width: 100%;
  margin: 0 0 1vw;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-2.para_end {
  color: #000;
  width: 65%;
  font-size: 16px;
}

.paragraph-2.para_end.paraend2 {
  width: 65%;
  font-size: 16px;
}

.paragraph-2.para_end.para2 {
  margin-top: 5px;
}

.paragraph-2.para2 {
  width: 80%;
  max-width: 900px;
  margin-top: 44px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}

.paragraph-2.para2.staypara {
  margin-bottom: 40px;
}

.paragraph-2.paraprop {
  text-align: left;
  width: 100%;
  margin-top: 0;
  font-size: 16px;
}

.paragraph-2.cont, .paragraph-2.home {
  width: 65%;
  font-size: 16px;
}

.paragraph-2.home.homestay {
  margin-top: 51px;
}

.image-2 {
  width: 150px;
  margin-top: 8px;
  margin-bottom: 0;
}

.image-2.logostay {
  margin-top: -57px;
  margin-bottom: -46px;
}

.html-embed {
  width: 100%;
  margin-bottom: 0;
}

.columns {
  width: 90%;
  margin-top: 28px;
  margin-left: auto;
  margin-right: auto;
}

.column {
  text-align: center;
}

.image-3 {
  width: 140px;
  margin-top: -6px;
  margin-bottom: 81px;
}

.paragraph-3 {
  font-family: "Avenirltstd book 0";
  font-size: 13px;
  line-height: 21px;
}

.paragraph-3.footpara {
  margin-left: -23px;
}

.text-block-3 {
  width: 100%;
  margin-bottom: 12px;
  font-family: Librecaslondisplay;
  font-size: 18px;
}

.image-4, .image-5, .image-6 {
  width: 35px;
}

.link-block {
  margin-right: 8px;
}

.link-block-2 {
  margin-right: 0;
}

.link-block-3 {
  margin-right: 12px;
}

.paragraph-4 {
  padding-left: 35px;
  font-family: "Avenirltstd book 0";
  font-size: 14px;
  line-height: 19px;
}

.collection-list-wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.column-2, .column-3 {
  padding-right: 0;
}

.div-block-53 {
  margin-left: -28px;
}

.columns-2 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.columns-2.cols3 {
  width: 65%;
  margin-bottom: 58px;
}

.columns-2.cols3.cols55 {
  width: 42%;
}

.image-7 {
  width: 300px;
  margin-left: 0;
  margin-right: 0;
}

.image-7._7_1 {
  width: 180px;
}

.column-4, .column-5, .column-6 {
  padding-left: 20px;
  padding-right: 20px;
}

.image-8 {
  width: 420px;
  margin-top: 31px;
  padding-left: 0;
}

.image-8.img88 {
  margin-top: 0;
}

.image-9 {
  margin-top: 22px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-9.quote2 {
  margin-top: -10px;
}

.image-9.quote2.quote3, .image-9.quote2.quote4 {
  margin-top: 33px;
}

.image-9.quote2.quote5 {
  margin-top: 56px;
}

.div-block-54 {
  text-align: left;
}

.fullbleed-image-2 {
  background-color: #f1f1f1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.fullbleed-image-2.fullbl2 {
  background-color: #faf5f1;
  justify-content: flex-start;
  height: auto;
  padding-top: 40px;
  padding-bottom: 0;
}

.fullbleed-image-2.fullbl2.fullbl3 {
  height: 700px;
}

.fullbleed-image-2.fullbl2.fullbl3.abt {
  height: 200px;
}

.fullbleed-image-2.fullblhm {
  display: none;
}

.div-block-55 {
  margin-bottom: 305px;
  padding-top: 20px;
  position: absolute;
}

.div-block-55.giv2 {
  padding-top: 57px;
}

.div-block-55.quote4 {
  margin-bottom: 0;
  position: static;
}

.text-block-4 {
  color: #000;
  text-align: center;
  letter-spacing: .05vw;
  text-transform: uppercase;
  margin-top: 23px;
  font-family: Librecaslondisplay;
  font-size: 15px;
  font-weight: 400;
}

.text-block-4.txt-5 {
  text-align: center;
}

.text-block-4.v22 {
  margin-top: -31px;
  margin-bottom: 61px;
}

.slider {
  background-color: #fff;
  height: auto;
}

.slide-nav {
  display: none;
}

.background-video {
  width: 100%;
  height: 50vw;
  margin-top: 29px;
}

.div-block-56 {
  padding-bottom: 58px;
}

.div-block-56.dv562 {
  padding-bottom: 33px;
}

.image-10 {
  margin-top: -16px;
  margin-left: auto;
  margin-right: auto;
}

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

.div-block-57.div57_2 {
  margin-top: -15px;
}

.bold-text {
  color: #c5ac57;
}

.text-block-5 {
  letter-spacing: .1vw;
  margin-top: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 15px;
  font-weight: 400;
}

.italic-text {
  font-size: 24px;
}

.image-11 {
  margin-top: 47px;
}

.image-11.img111 {
  width: 140px;
  margin-top: 0;
}

.image-11._80 {
  width: 140px;
}

.icon, .icon-2, .icon-3, .icon-4 {
  font-size: 27px;
}

.div-block-58 {
  background-image: url('../images/visit_end.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vw;
}

.columns-3 {
  width: 100%;
  margin-bottom: 55px;
  margin-left: auto;
  margin-right: auto;
}

.smallhead {
  text-align: center;
  margin-bottom: 1vw;
  font-size: 1.7vw;
  line-height: 2vw;
}

.image-12 {
  width: 70%;
  height: 3px;
  margin: -25px auto 0;
}

.column-7, .column-8, .column-9 {
  text-align: center;
}

.link {
  letter-spacing: .1vw;
  margin-top: -5px;
  font-family: "Avenirltstd book 0";
  font-size: 11px;
  display: block;
}

.text-block-6 {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 18px;
  font-style: italic;
}

.html-embed-2 {
  text-align: center;
}

.link-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
}

.subhead {
  text-align: left;
  margin-top: 18px;
}

.subhead.sub2 {
  margin-top: 0;
}

.subhead.sub2.subheadaccomm {
  font-size: 1.5vw;
}

.button-2 {
  z-index: 33;
  border: 1px solid var(--black);
  color: var(--black);
  letter-spacing: .2vw;
  background-color: #0000;
  border-radius: 1px;
  margin-top: 20px;
  font-family: "Avenirltstd book 0";
  font-size: 12px;
  position: relative;
}

.button-2.loftbutt {
  display: none;
}

.columns-4 {
  width: 79%;
  margin: 15px auto 58px;
}

.column-10, .column-11, .column-12 {
  padding-left: 15px;
  padding-right: 15px;
}

.slider-2 {
  background-color: #f7eee9;
  width: 90%;
  height: 32vw;
}

.column-13 {
  text-align: center;
  display: block;
}

.columns-5 {
  width: 85%;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.icon-5 {
  color: #51413d;
  background-color: #0000;
  font-size: 27px;
}

.icon-6 {
  color: #51413e;
  font-size: 27px;
}

._8 {
  width: 180px;
}

.column-14, .column-15, .column-16, .column-17 {
  text-align: center;
}

.image-13 {
  display: none;
}

.image-14 {
  width: 175px;
}

.heading {
  display: none;
}

.div-block-59 {
  background-image: url('../images/stay_slide1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.div-block-60 {
  background-image: url('../images/stay_slide1.jpg');
  background-position: 50%;
  background-size: 1440px;
  height: 650px;
}

.div-block-61 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.div-block-62 {
  background-image: url('../images/stay_slide2.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 1440px;
  height: 650px;
}

.div-block-63 {
  background-image: url('../images/stay_slide3.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 1440px;
  height: 650px;
}

.div-block-64 {
  background-image: url('../images/stay_slide4.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 1440px;
  height: 650px;
}

.div-block-65 {
  background-image: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 1394px;
  height: 650px;
}

.div-block-66 {
  background-image: url('../images/stay_slide7.jpg');
  background-position: 0 0;
  background-size: 1440px;
  height: 650px;
}

.div-block-67 {
  background-image: url('../images/stay_slide8.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1440px;
  height: 650px;
}

.div-block-68 {
  background-image: url('../images/stay_slide9.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 1440px;
  height: 650px;
}

.div-block-68._69 {
  background-image: url('../images/stay_slide10.jpg');
}

.columns-6 {
  display: none;
}

.div-block-69 {
  background-image: url('../images/visit_slide1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1440px;
  height: 600px;
}

.div-block-70 {
  background-image: url('../images/visit_slide2.jpg');
  background-repeat: no-repeat;
  background-size: 1440px;
  height: 600px;
}

.div-block-70._70v2 {
  background-image: url('../images/visit_slide11-3.jpg');
}

.div-block-71 {
  background-image: url('../images/visit_slide4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1440px;
  height: 600px;
}

.image-15 {
  height: 600px;
}

.div-block-72 {
  background-image: url('../images/visit_slide3.jpg');
  background-position: 50%;
  background-size: 1440px;
  height: 600px;
}

.div-block-73 {
  background-image: url('../images/visit_slide10.jpg');
  background-position: 50%;
  background-size: 1440px;
  height: 600px;
}

.div-block-74 {
  background-image: url('../images/visit_slide6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1440px;
  height: 600px;
}

.div-block-75 {
  background-image: url('../images/visit_slide8.jpg');
  background-position: 0 0;
  background-size: 1440px;
  height: 600px;
}

.slide {
  height: 600px;
}

.div-block-76 {
  background-image: url('../images/visit_slide7.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1440px;
  height: 600px;
}

.div-block-77 {
  background-image: url('../images/about1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 587px;
  height: 600px;
}

.div-block-78 {
  background-image: url('../images/visit_slide10.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1440px;
  height: 600px;
}

.columns-7 {
  display: none;
}

.image-18 {
  margin-left: 39px;
}

.link-block-4 {
  width: 70px;
  position: absolute;
}

.link-block-4.link4b {
  z-index: 10;
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: static;
  inset: 0% 0% 0% auto;
}

.div-block-80 {
  position: absolute;
}

.columns-8 {
  width: 100%;
  position: absolute;
}

.image-19 {
  margin-left: 36px;
}

.column-24 {
  text-align: right;
}

.image-20 {
  margin-right: 36px;
}

.text-block-7 {
  margin-bottom: 19px;
  font-family: "Avenirltstd book 0";
  font-size: 15px;
}

.text-block-7._72 {
  margin-top: 26px;
}

.bold-text-2 {
  letter-spacing: .1vw;
  font-size: 14px;
}

.div-block-81 {
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-82 {
  background-color: var(--white);
  text-align: center;
  width: 100%;
  padding-top: 0;
}

.div-block-82.dcv654 {
  padding-top: 20px;
}

.html-embed-3 {
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
}

.html-embed-3.htmlembed4 {
  width: auto;
  margin-left: 10%;
  margin-right: 20px;
  padding-left: 0;
}

.div-block-83 {
  background-color: #f7eee8;
  padding-top: 59px;
  padding-bottom: 78px;
  display: none;
}

.columns-9 {
  width: 600px;
  height: 150px;
  margin-top: 34px;
  margin-left: auto;
  margin-right: auto;
}

.column-25, .column-26, .column-27, .column-28 {
  background-image: url('../images/circle.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 120px;
}

.text-block-8 {
  text-align: center;
  margin-top: 50px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 27px;
  font-style: italic;
  overflow: visible;
}

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

.text-span-2 {
  letter-spacing: .5px;
}

.div-block-84 {
  background-image: url('../images/circle.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.image-21 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-85 {
  text-align: center;
  background-color: #f7eee9;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 80px;
}

.link-3, .link-4 {
  color: #fff;
  text-decoration: underline;
}

.text-span-3 {
  font-family: Playfair Display;
  font-size: 17px;
}

.text-span-4 {
  letter-spacing: .1vw;
  font-family: "Avenirltstd book 0";
  font-size: 10px;
}

.div-block-86 {
  width: 100%;
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.heading-2 {
  color: #000;
  text-align: center;
  letter-spacing: .15vw;
  margin-bottom: -1vw;
  font-family: "Avenirltstd book 0";
  font-size: 12px;
}

.heading-2.head3 {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-2.head4 {
  margin-bottom: 0;
}

.heading-2.visithead {
  margin-top: 2vw;
  margin-bottom: 0;
}

.heading-2.hhh {
  margin-bottom: -2vw;
}

.heading-3 {
  color: var(--white);
  text-align: center;
  letter-spacing: .03vw;
  margin-top: 10px;
  font-family: Librecaslondisplay;
  font-size: 4vw;
}

.image-22 {
  width: 240px;
  max-width: none;
  margin-top: 492px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.cols3 {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.cols3.cols33 {
  width: 800px;
  margin-top: 55px;
}

.cols4 {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.dropdown {
  margin-top: 55px;
  margin-right: 408px;
  display: none;
  position: fixed;
  inset: 0% 0% auto auto;
}

.dropdown-list {
  margin-left: 3px;
}

.dropdown-list.w--open {
  background-color: #0000;
  margin-top: -16px;
  margin-left: -77px;
}

.icon-7 {
  margin-top: 0;
}

.dropdown-link {
  color: #000;
  text-align: center;
  letter-spacing: .2vw;
  background-color: #fff;
  padding-top: 3px;
  padding-bottom: 0;
  font-family: "Avenirltstd book 0";
  font-size: 10px;
}

.dropdown-link.drpdwn {
  color: #000;
  background-color: #fff;
  padding: 13px 40px 2px;
}

.dropdown-link.last {
  padding-bottom: 14px;
}

.column-29 {
  text-align: center;
}

.div-block-87 {
  width: 80%;
  margin-top: -75px;
  margin-left: auto;
  margin-right: auto;
}

.video {
  margin-top: 76px;
}

.link-5 {
  color: var(--white);
}

.bold-text-3 {
  color: #fff;
  -webkit-text-stroke-color: #fff;
}

.ph, .linkblack {
  color: #000;
}

.text-block-9 {
  color: #205c5c;
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 15px;
  line-height: 24px;
}

.text-block-9.subtitle {
  color: #eeeeac;
  font-size: 17px;
  font-style: italic;
  font-weight: 700;
}

.text-block-9.subtitle.subtitle2 {
  text-align: left;
  width: 570px;
  margin-top: -2px;
  margin-bottom: 24px;
  font-size: 24px;
}

.text-block-9.subtitle.subtitle2.subtitle3 {
  text-align: right;
}

.text-block-9.subtitle.subtitle2.subtitle3.abt3 {
  color: #fff;
  width: 600px;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 400;
}

.text-block-9.txt10 {
  color: #fff;
  text-align: left;
  margin-top: 7px;
  margin-bottom: 2px;
  font-size: 15px;
}

.text-block-9.txt10.txt102 {
  width: auto;
}

.text-block-9.txt10.txt102.txt103 {
  width: auto;
  margin-top: 20px;
  padding-right: 78px;
}

.text-block-9.txt10.txt102._102b {
  color: #205c5c;
  margin-top: 0;
  padding-right: 10px;
}

.text-block-9.txt10.txt102._102b._102c {
  margin-top: -15px;
  display: block;
}

.text-block-9.txt10.txt102._102b._102c._102xx {
  margin-top: 12px;
}

.text-block-9.txt10.txt103 {
  width: 250px;
}

.text-block-9.txt10.txt_doubts {
  clear: none;
  width: 200px;
  margin-top: 18px;
  display: flex;
}

.text-block-9.txt10.txt_doubts.txt_helpme {
  color: #eeeeac;
  margin-bottom: -10px;
}

.text-block-9.txt10.how-it-works {
  color: #eeeeac;
  text-align: left;
  width: auto;
  margin-left: 40px;
  padding-left: 20px;
  line-height: 21px;
  list-style-type: none;
  display: block;
}

.text-block-9.txt10.how-it-works.hiw4 {
  width: 80%;
  padding-left: 0;
}

.text-block-9.txt10.how-it-works.slidr {
  color: #316968;
  margin-left: 10px;
  padding-left: 0;
}

.text-block-9.txt10.txt_diff {
  color: #316968;
  text-align: left;
  margin-top: 19px;
}

.text-block-9.txt10.txt11 {
  text-align: left;
  margin-bottom: 15px;
}

.text-block-9.txt10.txt12 {
  color: #15645a;
  width: 100%;
  margin-top: 26px;
  padding-right: 0;
}

.text-block-9.txt10.txt12.cntct4 {
  letter-spacing: 0;
  margin-top: 18px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 19px;
}

.text-block-9.txt10.txt12.subscribe_sub {
  color: #16494a;
  text-align: left;
  margin-bottom: 21px;
  font-style: italic;
  font-weight: 700;
}

.text-block-9.txt10.txt12.subscribe_sub.sub_note {
  color: #fff;
  width: 460px;
  margin: 45px auto 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}

.text-block-9.txt10.txt12.subscribe_sub.subsubsub {
  text-align: right;
}

.text-block-9.txt10.supporttext {
  max-width: 400px;
}

.text-block-9.txt10.supporttext.support2 {
  text-align: center;
  max-width: none;
  padding-left: 40px;
}

.text-block-9.txt10.txt16 {
  color: #195c5d;
  text-align: center;
  width: 620px;
  margin: -52px auto 114px;
}

.text-block-9.txt10.howworks2 {
  color: #eeeeac;
  width: 80%;
  line-height: 18px;
}

.text-block-9.txt10.howitworks2 {
  color: #eeeeac;
  width: 90%;
  line-height: 18px;
}

.text-block-9.txt10.howitworks2.txt2 {
  color: #c2f1d7;
  width: 85%;
  margin-top: 36px;
  margin-bottom: 0;
  margin-left: 14px;
  font-family: Georgia, Times, Times New Roman, serif;
}

.text-block-9.txt9 {
  margin-top: 17px;
}

.text-block-9.txt11 {
  margin-top: 4px;
  margin-bottom: 0;
}

.text-block-9.txt11._11b {
  color: var(--white);
}

.image-23 {
  flex: none;
  width: 21px;
  margin-top: 32px;
  margin-left: 34px;
}

.image-24 {
  width: 21px;
  margin-top: 20px;
  margin-left: 25px;
}

.image-25 {
  width: 70%;
  max-width: none;
  margin-top: 19px;
  margin-left: -19px;
  margin-right: auto;
}

.image-25._25v3 {
  display: none;
}

.columns-10 {
  width: 90%;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-6 {
  color: #c4e3d0;
  font-size: 14px;
  line-height: 21px;
}

.column-30 {
  text-align: left;
}

.text-block-10 {
  color: #269494;
  text-align: right;
  margin-top: 14px;
  margin-right: 27px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 21px;
}

.columns-11 {
  justify-content: flex-end;
  width: 90px;
  display: flex;
}

.column-31 {
  text-align: right;
}

.image-26 {
  width: 30px;
  margin-top: 3px;
}

.div-block-88 {
  justify-content: flex-end;
  width: auto;
  margin-top: 29px;
  display: flex;
}

.columns-12 {
  width: 100%;
  max-width: 1200px;
  margin-top: -22px;
  margin-left: auto;
  margin-right: auto;
}

.columns-12._12b {
  margin-top: 0;
}

.div-block-89 {
  z-index: 99;
  background-color: #fff;
  background-image: url('../images/tile2.gif');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: 16px;
  border-radius: 8px;
  margin-top: -20px;
  padding: 60px 40px 44px;
  position: relative;
}

.div-block-89.div3 {
  background-color: #a2d2bd;
  background-image: none;
  height: 240px;
  margin-top: -50px;
  padding-top: 15px;
  padding-bottom: 31px;
}

.div-block-89.div3.dicv33.div3b._3b2 {
  background-image: none;
}

.div-block-89.div3.div3b {
  background-color: #0000;
  background-image: url('../images/vert_short.gif');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 2px;
}

.div-block-89.divsupport {
  background-color: #f4f5ea;
  background-size: auto 140px;
  margin-top: 60px;
  padding-top: 28px;
  padding-bottom: 12px;
  padding-left: 0;
}

.div-block-89.divsupport.div_contact {
  background-image: none;
  margin-top: 0;
  padding-top: 59px;
}

.div-block-89._89_2 {
  background-image: none;
  margin-top: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
}

.heading-4 {
  color: #205c5c;
  letter-spacing: 0;
  margin-bottom: 0;
  padding: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 31px;
  font-style: italic;
  font-weight: 700;
}

.heading-4.head5 {
  color: #fff;
  text-align: left;
  align-items: flex-end;
  width: 100%;
  font-size: 31px;
  line-height: 35px;
  display: block;
}

.heading-4.head5.head_doubts {
  margin-bottom: 1vw;
}

.heading-4.head5.head_doubts.head_helpme {
  color: #c1f2d6;
}

.heading-4.head5.head_doubts.head_about {
  color: #fff;
}

.heading-4.head5.head_doubts.head_about.head_about2 {
  color: #15645a;
}

.heading-4.head5.head_doubts.head_about.head_about2.subhead {
  color: #a0d3b6;
  text-align: center;
  margin-top: -1px;
}

.heading-4.head5.head_doubts.head_about.head_about2.subhead.subscribehead {
  color: #16494a;
  text-align: left;
}

.heading-4.head5.head_doubts.head_about.head_about2.subhead.subhead33 {
  color: #fff;
  text-align: right;
}

.heading-4.head5.head_doubts.head_journey_cntct {
  color: #15645a;
}

.heading-4.head5.head6 {
  color: #c1f2d6;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 4vw;
  display: block;
}

.heading-4.head5.head6.head13 {
  color: #fff;
  margin-bottom: 3vw;
  margin-left: 32px;
}

.heading-4.head5.head6.head13.head14 {
  color: #1c575d;
  text-align: center;
  margin-top: -193px;
  margin-bottom: 63px;
  margin-left: 0;
}

.heading-4.head5.headfoster {
  color: #316968;
}

.heading-4.head7 {
  padding-left: 41px;
  font-size: 21px;
}

.heading-4.head7.contcthead {
  color: #c0f1d6;
  margin-bottom: 25px;
  padding-left: 0;
  font-size: 16px;
  line-height: 19px;
}

.heading-4.head7.contcthead.cntcthead2 {
  margin-bottom: 20px;
}

.heading-4.head7.contcthead.cntcthead2.cntcthead66 {
  margin-bottom: 0;
}

.heading-4.head7.head9 {
  padding-left: 0;
}

.heading-4.head7.head9._9b {
  color: #a4d4bf;
  background-color: #a4d4bf00;
}

.heading-4.head99 {
  color: #51b8af;
}

.heading-4.head_journey {
  margin-bottom: 16px;
}

.div-block-90 {
  background-color: #51b8af;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 25px;
}

.div-block-90.line2 {
  margin-top: 0;
}

.div-block-90.line3 {
  margin-bottom: 7px;
}

.div-block-90.line3.line4 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.div-block-91 {
  color: #205c5c;
  height: auto;
  padding-top: 47px;
  padding-left: 0;
  padding-right: 40px;
}

.div-block-91.div912 {
  padding-top: 0;
}

.div-block-91.div912._9122 {
  text-align: left;
}

.div-block-91._912 {
  padding-left: 40px;
}

.div-block-91.getit {
  margin-top: 50px;
  padding-top: 53px;
}

.text-span-6 {
  color: #bff0d6;
}

.text-span-6._8b {
  font-size: 17px;
  font-style: italic;
  font-weight: 700;
  display: inline;
}

.button-3 {
  color: #205c5c;
  background-color: #fff;
  border-radius: 6px;
  margin-top: 15px;
  margin-bottom: 32px;
  padding: 5px 15px;
  font-family: Georgia, Times, Times New Roman, serif;
}

.button-3.button4 {
  color: #fff;
  background-color: #51b8af;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
}

.button-3.button4._4_ {
  margin-bottom: 32px;
}

.button-3.button5 {
  margin-top: 42px;
}

.button-3.butt6 {
  margin-top: 48px;
}

.button-3.butt6.butt62 {
  margin-top: 28px;
  margin-bottom: 0;
}

.button-3.whatsapp-butt {
  display: none;
}

.button-3.butt34.butt342 {
  margin-bottom: 2px;
}

.button-3.button55 {
  background-color: #51b8af;
}

.italic-text-2 {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.italic-text-2._885 {
  color: #fff;
}

.italic-text-2._999 {
  color: #3f797a;
}

.italic-text-2.ddd {
  color: #286868;
}

.italic-text-2.ita3 {
  color: #205c5c;
}

.text-block-11 {
  color: #eeeeac;
  text-align: center;
  letter-spacing: .01vw;
  margin-top: 93px;
  margin-bottom: 81px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
}

.text-block-11.txt_how {
  color: #205c5c;
  max-width: 650px;
  margin: 5% auto;
  font-size: 18px;
  line-height: 24px;
}

.text-block-11.titlehome {
  width: 70%;
  margin-bottom: 28px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Bodoni 72 Book";
  font-weight: 400;
}

.heading-5 {
  color: #c0f1d6;
  width: 80%;
  margin-top: 0;
  padding-right: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 19px;
  font-weight: 700;
  display: block;
}

.heading-5.decide1 {
  color: var(--white);
  margin-right: 34px;
  padding-right: 10px;
  font-size: 17px;
  font-style: italic;
  font-weight: 400;
  display: block;
  position: static;
}

.heading-5.decide1.decide2 {
  color: #eeeeac;
  width: 90%;
  margin-right: 0;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  list-style-type: none;
  display: block;
}

.heading-5.head6 {
  width: 90%;
}

.heading-5.hed52 {
  width: 100%;
}

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

.link-6 {
  color: #eeeeac;
  font-style: italic;
  font-weight: 700;
}

.columns-13 {
  margin-bottom: 69px;
  margin-left: 0%;
  padding-left: 3%;
  padding-right: 3%;
}

.column-34 {
  padding-right: 15px;
}

.column-35 {
  padding-left: 15px;
}

.div-block-92 {
  width: 20px;
  height: 20px;
}

.div-block-93 {
  padding-left: 5%;
}

.column-36 {
  padding-left: 42px;
}

.column-36._36b {
  padding-left: 50px;
}

.column-37 {
  background-image: url('../images/home_icon1b.png');
  background-position: 85% 0;
  background-repeat: no-repeat;
  background-size: 60px;
  height: 180px;
}

.column-37.col38 {
  background-image: url('../images/home_icon3b.png');
  background-position: 82% 0;
  background-size: 50px;
}

.column-38 {
  background-image: url('../images/home_icon2b.png');
  background-position: 85% 0;
  background-repeat: no-repeat;
  background-size: 48px;
  height: 180px;
}

.column-38._38b {
  background-image: url('../images/home_icon4b.png');
  background-size: 45px;
}

.div-block-94 {
  background-image: url('../images/foster_to_grow3.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 638px;
  border-radius: 8px;
  justify-content: center;
  align-items: flex-end;
  height: 350px;
  display: flex;
}

.columns-14 {
  width: 95%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0%;
}

.column-39 {
  margin-top: 40px;
  padding-right: 91px;
  display: block;
}

.column-39._392 {
  margin-top: 0;
  padding-left: 5%;
  padding-right: 3px;
}

.text-block-12 {
  color: var(--white);
  text-align: center;
  margin-bottom: 29px;
  font-family: Georgia, Times, Times New Roman, serif;
}

.italic-text-3 {
  font-size: 19px;
}

.columns-15 {
  max-width: 1200px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}

.columns-16 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.columns-17 {
  width: 100%;
  max-width: 1100px;
  height: auto;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
}

.head2 {
  color: var(--white);
  text-align: left;
  margin-right: 30px;
  display: block;
}

.head2.head3 {
  padding-top: 25px;
  display: block;
}

.head2.list {
  margin-right: 34px;
  padding-right: 10px;
  font-size: 17px;
  font-weight: 400;
  display: inline;
}

.head2.list.list2 {
  margin-right: 0;
  padding-top: 18px;
  padding-right: 0;
  display: inline;
}

.head2.head14 {
  color: #316968;
  text-align: left;
  letter-spacing: 0;
  margin-right: 10px;
  font-style: normal;
  line-height: 20px;
  display: block;
}

.column-40 {
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.div-block-95 {
  background-color: #c0f3d6;
  border-radius: 8px;
  align-items: flex-end;
  width: 100%;
  height: auto;
  margin-top: 57%;
  margin-bottom: 56px;
  margin-left: 16px;
  padding: 35px 40px 25px;
  display: block;
  position: relative;
}

.text-span-7 {
  color: #eeeeac;
}

.div-block-96 {
  background-color: #fff;
  border-radius: 8px;
  width: 95%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 10px 39px;
  display: none;
  position: relative;
}

.div-block-96._962 {
  background-image: url('../images/f.png'), url('../images/fostr_way_bg.gif');
  background-position: 95% 90%, 50% 0;
  background-repeat: no-repeat, repeat-x;
  background-size: 40px, 8px 100%;
  width: 90%;
  max-width: 1100px;
  margin-bottom: 2px;
  padding: 25px 20px 25px 60px;
  display: block;
  overflow: hidden;
}

.div-block-96._962.slidervs {
  display: none;
}

.div-block-97 {
  text-align: center;
  background-color: #165151;
  background-image: url('../images/tile.gif');
  background-position: 0 0;
  background-size: 100%;
  border-radius: 8px;
  width: 90%;
  max-width: 1100px;
  height: auto;
  margin-top: 49px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.column-41 {
  text-align: left;
  padding-top: 29px;
  padding-left: 4%;
}

.div-block-98 {
  background-color: #1e595e;
  background-image: url('../images/how_works_mid.jpg');
  background-position: 0 65%;
  background-repeat: repeat;
  background-size: 1440px;
  margin-top: -150px;
  padding: 138px 5% 60px;
}

.div-block-99 {
  max-width: 1100px;
  margin-top: 136px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-100 {
  background-color: #bff0d6;
  border-radius: 8px;
  height: 390px;
  padding: 30px 40px 20px;
}

.txt14 {
  color: #1c575c;
}

.image-27 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.tabs-2 {
  text-align: center;
}

.div-block-101 {
  text-align: left;
  background-image: url('../images/1_11.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 22px;
  width: auto;
  height: auto;
  padding-top: 34px;
  padding-right: 0;
}

.div-block-101._1013 {
  background-image: url('../images/2_12.png');
}

.div-block-101._1014 {
  background-image: url('../images/3_13.png');
}

.div-block-101._1015 {
  background-image: url('../images/4_14.png');
}

.div-block-101._1016 {
  background-image: url('../images/5_15.png');
}

.div-block-101._10122 {
  background-image: none;
}

.div-block-101._10122._101 {
  padding-top: 0;
}

.div-block-101._10122._10144 {
  background-image: url('../images/2_12.png');
}

.div-block-101._10122._1014 {
  padding-top: 2px;
}

.div-block-101._10133 {
  background-image: url('../images/3_13.png');
  background-position: 0 0;
  background-size: 20px;
}

.div-block-101._10133._101 {
  background-image: none;
  padding-top: 0;
}

.div-block-101._10144 {
  background-image: url('../images/4_14.png');
  background-position: 0 0;
  background-size: 20px;
}

.div-block-101._10144._101444 {
  background-image: none;
  padding-top: 0;
}

.div-block-101._10155 {
  background-image: url('../images/5_15.png');
  background-position: 0 0;
  background-size: 20px;
}

.div-block-101._10155._101555 {
  background-image: none;
  padding-top: 0;
}

.div-block-102 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-103 {
  width: 160px;
  height: 200px;
  margin-left: 42px;
}

.tab-pane-tab-1 {
  margin-left: auto;
  margin-right: auto;
}

.text-block-13 {
  color: #222;
  letter-spacing: .3vw;
  font-family: Lato, sans-serif;
}

.text-block-14 {
  color: #94752b;
  text-align: center;
  letter-spacing: .3vw;
  margin-bottom: 17px;
  font-size: 15px;
}

.text-block-14.hd55 {
  color: #316968;
  margin-top: 41px;
  margin-bottom: 11px;
}

.tab-link-tab-1 {
  background-color: #0000;
}

.tab-link-tab-1.w--current {
  background-color: #0000;
  padding-right: 0;
}

.tab-link-tab-2 {
  color: #0000;
  text-align: center;
  background-color: #0000;
}

.tab-link-tab-2.w--current {
  background-color: #0000;
}

.tabs-menu {
  margin-bottom: 14px;
}

.columns-18 {
  margin-left: 3%;
  margin-right: -164px;
}

.columns-18._18-2 {
  margin-bottom: 7px;
  margin-left: 0%;
  margin-right: -164px;
  display: block;
}

.image-28 {
  width: 40px;
  margin-top: 6px;
  margin-bottom: 9px;
  margin-left: 0;
  display: block;
}

.paragraph-7 {
  color: #316968;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
}

.paragraph-7.para7_2 {
  color: #316968;
}

.paragraph-7.par7_2 {
  width: 125px;
}

.column-42 {
  padding-right: 53px;
}

.column-43 {
  padding-left: 0;
}

.column-44 {
  padding-right: 0;
}

.columns-19 {
  margin-left: auto;
  margin-right: auto;
}

.column-45 {
  padding-left: 57px;
}

.italic-text-4 {
  color: #316968;
}

.div-block-104 {
  text-align: center;
  background-color: #eeeeac;
  border-radius: 0;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 220px;
}

.div-block-105 {
  color: #316968;
  background-color: #eeeeac;
  border-radius: 8px;
  margin-left: -10px;
  margin-right: -10px;
  padding: 15px 15px 10px 0;
}

.column-46, .column-47, .column-48, .column-49 {
  padding-right: 5px;
}

.text-span-8 {
  color: #c0f1d6;
}

.italic-text-5 {
  color: #eeeeac;
  font-weight: 700;
}

.div-block-106 {
  text-align: left;
  background-image: url('../images/iion_abt_1iion_abt.png');
  background-position: 0 68px;
  background-repeat: no-repeat;
  background-size: 40px;
  width: 80%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  padding-left: 60px;
}

.div-block-106._1062 {
  background-image: url('../images/ion_vision_1ion_vision.png');
  background-position: 0 48px;
  background-size: 45px;
  width: 100%;
  max-width: none;
  padding-top: 53px;
}

.div-block-106._1062._10667 {
  padding-right: 54px;
}

.div-block-106._1063 {
  background-image: url('../images/lightbulb.png');
  background-position: 0 60px;
  background-size: 50px;
}

.div-block-106._1054 {
  background-image: url('../images/ion_valus.png');
  background-position: 0 60px;
  background-size: 45px;
}

.div-block-106._106nt {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: right;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: inline-block;
  position: static;
}

.div-block-106._106nt.subblog {
  width: 700px;
  margin-left: 20%;
  padding-top: 72px;
}

.div-block-106._106_2 {
  background-image: url('../images/icon_vision2_1icon_vision2.png');
  padding-right: 366px;
}

.link-7 {
  color: #c2f3d6;
  font-weight: 400;
}

.image-29 {
  margin-top: 18px;
  margin-bottom: 18px;
  display: block;
}

.columns-20 {
  margin-top: 37px;
}

.column-50, .column-51 {
  padding-left: 0;
  padding-right: 30px;
}

.column-52 {
  padding-left: 0;
  padding-right: 40px;
}

.column-52._66 {
  padding-right: 19px;
}

.image-30 {
  margin-top: 20px;
}

.italic-text-6, .italic-text-7, .italic-text-8, .italic-text-9, .italic-text-10, .italic-text-11 {
  color: #eeeeac;
}

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

.slider-3 {
  background-color: #0000;
  height: 50px;
}

.left-arrow, .right-arrow, .slide-nav-2 {
  display: none;
}

.link-8 {
  color: #e5eba8;
}

.italic-text-12 {
  color: #ebedad;
  display: block;
}

.italic-text-12._997 {
  margin-top: 34px;
}

.div-block-108 {
  background-color: #51b8af;
  padding: 20px 40px 10px;
}

.text-span-9 {
  font-style: italic;
}

.text-block-15 {
  margin-top: 63px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.html-embed-4 {
  margin-left: 0;
  margin-right: -37px;
}

.div-block-109 {
  z-index: 101;
  background-color: #3f797a;
  border-radius: 8px;
  width: 77%;
  max-width: 900px;
  height: 150px;
  margin-top: -18px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 4px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.div-block-109.contct2 {
  background-color: #0000;
  background-image: none;
  height: auto;
  margin-top: 21px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-109.blog {
  background-color: #f5f5eb;
  width: 100%;
  max-width: 1100px;
  height: auto;
  margin-top: -226px;
  margin-bottom: 0;
  padding: 10px;
}

.div-block-109._109b {
  background-image: url('../images/mint.jpg');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: 7px 55px;
  height: 150px;
  margin-top: 33px;
  padding-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
}

.div-block-109._109b._109d {
  width: 650px;
  margin-top: 4px;
}

.div-block-109._109b._109c {
  background-image: url('../images/green2.jpg');
  background-position: 50%;
  background-size: cover;
  height: 120px;
  padding-left: 108px;
}

.paragraph-8 {
  color: #3f797a;
  margin-top: 13px;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
}

.paragraph-8._82 {
  color: #fff;
  text-align: center;
  margin-top: 0;
}

.paragraph-8._82.sameday {
  color: #3f797a;
  text-align: center;
  justify-content: center;
  width: 500px;
  margin-top: -9px;
  display: inline-flex;
}

.paragraph-8._82.grouptxt {
  color: #c1f1d9;
  text-align: left;
  margin-left: 58px;
}

.text-block-16 {
  color: #236f66;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.columns-21 {
  width: 100%;
}

.image-31 {
  width: 50px;
  display: inline-block;
}

.column-53 {
  padding-top: 14px;
}

.text-block-17 {
  display: block;
}

.text-block-17.phonenr {
  color: #fff;
  margin-top: 7px;
  margin-left: 52px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 21px;
  font-style: italic;
  font-weight: 700;
}

.text-block-17.phonenr.phone2 {
  text-align: center;
  margin-top: 5px;
}

.text-block-17.phonenr.grouptxt {
  text-align: left;
}

.text-block-17.phonenr.wapp1 {
  margin-left: 40px;
}

.columns-22 {
  background-image: url('../images/icon_phone_1icon_phone.gif');
  background-position: 0 15px;
  background-repeat: no-repeat;
  background-size: 61px;
  align-items: flex-start;
  height: 90px;
  margin-left: 17px;
  padding-top: 13px;
  padding-left: 10px;
  display: block;
}

.columns-22._222 {
  background-image: url('../images/group_icon_1group_icon.png');
  margin-left: -49px;
}

.column-54 {
  background-image: url('../images/icon_whatsapp_1icon_whatsapp.gif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 61px;
  padding-left: 83px;
}

.column-54._542 {
  background-position: 0 0;
  padding-top: 14px;
  padding-bottom: 41px;
  padding-left: 41px;
}

.div-block-110 {
  border-radius: 8px;
  height: 175px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 23px;
  padding-bottom: 24px;
  padding-left: 41px;
}

.column-55 {
  background-image: url('../images/vert_short.gif');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 2px;
  padding-left: 0;
  padding-right: 15px;
}

.text-block-18 {
  color: var(--white);
  font-family: Georgia, Times, Times New Roman, serif;
  font-style: normal;
  line-height: 16px;
  text-decoration: none;
}

.text-block-18._1888 {
  margin-top: 10px;
}

.column-56 {
  padding-left: 15px;
  padding-right: 0;
}

.link-9 {
  color: #eeeeac;
  text-decoration: none;
}

.link-9.link99 {
  font-size: 17px;
}

.link-10 {
  color: #eeeeac;
}

.div-block-111 {
  width: 77%;
  max-width: 900px;
  margin-top: 41px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 36px;
  padding-left: 1px;
}

.div-block-111._1112 {
  background-color: var(--white);
  background-image: url('../images/foster_journey_bg2.jpg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 349px;
  border-radius: 8px;
  margin-bottom: 35px;
  padding-left: 40px;
}

.text-span-10 {
  color: #bff0d6;
}

.text-span-10._102 {
  color: #15645a;
}

.html-embed-5 {
  background-color: var(--white);
  text-align: left;
  border-radius: 8px;
  width: 620px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: block;
}

.column-57 {
  padding-left: 0;
  padding-right: 0;
}

.link-11 {
  color: var(--white);
}

.link-11.link112 {
  text-align: left;
}

.link-11._111 {
  margin-top: -8px;
  display: block;
}

.link-11.whatsapp {
  margin-top: -14px;
  display: block;
}

.link-12 {
  color: #c4e3d1;
}

.link-13 {
  color: #c4e5cf;
}

.link-14 {
  color: #c4e5d0;
}

.link-15, .link-16 {
  color: #c4e4cf;
}

.div-block-112 {
  background-color: #0000;
  background-image: url('../images/plus_1plus.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  justify-content: flex-end;
  align-items: stretch;
  width: 20px;
  height: 20px;
  margin: 15px 0 -26px 91%;
  padding-left: 68px;
  display: flex;
  position: static;
  inset: 0% 0% auto auto;
}

.div-block-112._113 {
  margin-top: 405px;
}

.div-block-112._1122 {
  padding-left: 189px;
}

.div-block-112._11233 {
  background-position: 50%;
  background-size: 14px;
  margin-left: 96%;
  display: block;
}

.div-block-112._11233._1234 {
  background-position: 50%;
  background-size: 14px;
  height: 20px;
  margin-top: 23px;
  margin-bottom: -47px;
}

.div-block-112._11233._123345 {
  background-size: 14px;
  margin-top: 26px;
  margin-bottom: -47px;
}

.div-block-112._11233._112244 {
  margin-left: 80%;
}

.text-span-11 {
  line-height: 0;
}

.link-17, .link-18 {
  color: var(--white);
  text-decoration: underline;
}

.link-19 {
  color: var(--white);
}

.link-20, .link-21 {
  color: var(--white);
  text-decoration: underline;
}

.div-block-113 {
  margin-right: 0;
  padding-right: 0;
}

.dicx {
  padding-right: 0;
}

.italic-text-13.it13b {
  color: #205c5c;
}

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

.text-span-12 {
  color: #e5eba8;
  font-weight: 700;
}

.text-span-12._122 {
  font-size: 24px;
}

.div-block-114 {
  background-color: #a3d3be;
  border-radius: 8px;
  height: auto;
  padding: 20px 10px 20px 30px;
}

.column-62 {
  background-image: url('../images/vert_short.gif');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 2px;
}

.column-63 {
  align-items: flex-end;
  height: auto;
  padding-right: 53px;
  display: flex;
}

.div-block-115, .div-block-116, .div-block-117 {
  text-align: left;
}

.image-32 {
  width: 27px;
}

.div-block-118 {
  text-align: right;
  justify-content: flex-end;
  align-items: flex-end;
  width: 85%;
  height: 75%;
  display: flex;
}

.div-block-118.blog77 {
  height: 30%;
}

.div-block-118._1183 {
  margin-top: 122px;
  display: none;
}

.div-block-118._1183._184 {
  display: flex;
}

.link-block-5 {
  z-index: 99;
  position: absolute;
}

.div-block-119 {
  text-align: right;
  height: 20px;
  padding-bottom: 33px;
  padding-right: 29px;
}

.column-64 {
  padding-right: 27px;
}

.image-33 {
  display: none;
}

.div-block-120 {
  text-align: left;
  margin-left: 77px;
  padding-top: 34px;
}

.text-block-19 {
  color: #205c5c;
  background-image: url('../images/download.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 45px;
  width: 170px;
  margin-top: 6px;
  margin-left: 73px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 21px;
  font-style: italic;
  font-weight: 700;
}

.text-block-19._2125 {
  z-index: 102;
  color: #c4e5cf;
  background-image: none;
  width: auto;
  margin-top: 18px;
  margin-left: 0;
  margin-right: 13px;
  position: relative;
}

.image-40 {
  width: 170px;
  margin-top: 15px;
  margin-left: 75px;
}

.text-block-20 {
  color: #205c5c;
  margin-top: 18px;
  padding-left: 74px;
  font-family: Georgia, Times, Times New Roman, serif;
}

.image-41 {
  display: none;
}

.text-span-13 {
  color: #c2f2d7;
  font-style: italic;
  font-weight: 700;
}

.text-span-14 {
  color: #fff;
  font-style: italic;
  font-weight: 700;
}

.text-span-15 {
  font-style: italic;
  font-weight: 700;
}

.link-22 {
  color: var(--white);
  text-decoration: underline;
}

.text-span-16 {
  text-indent: 0;
  margin-left: 20px;
  display: block;
}

.text-span-17 {
  padding-left: 20px;
  display: block;
}

.invis {
  height: 30px;
}

.invis.invis2 {
  margin-top: -64px;
}

.link-23 {
  color: #c4e5d0;
}

.list-item {
  color: #205c5c;
  background-image: url('../images/Star_teal.svg');
  background-position: 0 10px;
  background-repeat: no-repeat;
  background-size: 12px;
  padding-left: 21px;
  font-family: Georgia, Times, Times New Roman, serif;
}

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

.bold-text-5 {
  font-style: italic;
}

.bold-text-5.jj {
  line-height: 19px;
}

.list-item-2 {
  color: #eeeeac;
  background-image: url('../images/Star_Lime.svg');
  background-position: 0 5px;
  background-repeat: no-repeat;
  background-size: 10px;
  width: 100%;
  margin-top: 0;
  margin-left: -44px;
  padding-left: 24px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 15px;
  line-height: 21px;
}

.list-item-2.list3-4 {
  color: #316968;
  background-image: url('../images/Star_teal.svg');
  background-position: 10px 2px;
  margin-bottom: 1vw;
  margin-left: -34px;
  margin-right: -15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-style: italic;
  line-height: 15px;
}

.list-item-2.listitem2_b.listitem3c {
  margin-left: -19px;
}

.list-item-3 {
  font-family: Georgia, Times, Times New Roman, serif;
}

.link-24 {
  color: var(--white);
  text-decoration: underline;
}

.list-2 {
  padding-left: 2vw;
  list-style-type: none;
}

.slider-4 {
  background-color: var(--white);
  height: auto;
}

.slide-nav-3 {
  justify-content: center;
  margin-bottom: -21px;
  display: block;
}

.icon-8 {
  color: #91aaa0;
  font-size: 27px;
}

.icon-9 {
  color: #b2b3b5;
  font-size: 27px;
}

.right-arrow-2, .left-arrow-2 {
  width: 30px;
}

.mask-2 {
  padding-left: 40px;
  padding-right: 40px;
}

.slide-7, .slide-8 {
  margin-left: 9px;
}

.div-block-121 {
  background-color: #10554a;
}

.video-2 {
  position: absolute;
}

.background-video-2 {
  z-index: 9999;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.text-span-19 {
  font-weight: 700;
}

.div-block-122 {
  background-image: url('../images/icon_phone_1icon_phone.gif');
  background-position: 35% 0;
  background-repeat: no-repeat;
  background-size: 61px;
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-top: 4px;
  margin-bottom: 31px;
  display: none;
}

.column-68 {
  padding-right: 5px;
}

.image-42 {
  width: 20px;
  margin-top: 12px;
}

.image-42._421 {
  margin-top: 30px;
}

.image-42._422, .image-42._444, .image-42._445 {
  margin-top: 17px;
}

.columns-24 {
  width: 80%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.column-69 {
  padding-left: 0;
}

.div-block-123 {
  background-image: url('../images/home-mast.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  height: 26vw;
  margin-top: 57px;
}

.column-70 {
  padding-left: 0;
  padding-right: 0;
}

.italic-text-14 {
  font-weight: 700;
}

.text-span-20, .text-span-21, .text-span-22, .text-span-23, .text-span-24, .text-span-25 {
  font-style: italic;
  font-weight: 700;
}

.columns-25 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.html-embed-6 {
  border-radius: 8px;
  width: 620px;
  margin-bottom: 0;
  padding: 10px;
}

.paragraph-9 {
  color: var(--white);
  width: 460px;
  margin-top: 33px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 15px;
}

.paragraph-9.par92 {
  text-align: right;
}

.paragraph-9.par92._9292 {
  width: 100%;
  padding-left: 40%;
}

.image-43 {
  margin-bottom: 70px;
}

.div-block-124 {
  background-color: #fff;
  border-radius: 8px;
  width: 640px;
  padding: 10px;
}

.div-block-125 {
  width: 640px;
  position: static;
  inset: 0% 0% 0% auto;
}

.list-item-4 {
  color: #eeefa9;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 15px;
}

.text-span-26 {
  color: #eeeeac;
}

.div-block-128 {
  z-index: 111;
  width: 500px;
  height: 50px;
  margin-bottom: -47px;
  position: relative;
}

.slider-7 {
  background-color: #ddd0;
  width: 50%;
  height: 200px;
}

.slider-7.flowbaseslider {
  margin-top: 20px;
}

.slide-nav-6 {
  text-align: left;
  padding-top: 22px;
  padding-left: 78px;
  font-size: 11px;
  line-height: 13px;
  display: block;
}

.icon-12 {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 18px;
  font-weight: 700;
}

.icon-13 {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 18px;
}

.mask-4 {
  margin-top: -30px;
  margin-left: 80px;
}

.right-arrow-4 {
  margin-right: 0;
}

.image-46 {
  display: none;
}

.div-block-129 {
  margin-left: 5px;
}

.div-block-130 {
  text-align: center;
  padding-top: 13px;
}

.link-block-7, .link-block-8 {
  margin-right: 12px;
}

.link-block-8._88 {
  display: block;
}

.div-block-131 {
  margin-top: -50px;
  margin-left: 90px;
}

.text-block-21 {
  color: var(--white);
  text-align: center;
  width: 77%;
  margin-left: auto;
  margin-right: auto;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 15px;
}

.text-block-21._2122 {
  text-align: left;
  width: 100%;
  margin-top: 25px;
  font-size: 14px;
}

.columns-27 {
  z-index: 99;
  width: auto;
  margin-top: -103px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 28px;
  padding-left: 10px;
  position: relative;
}

.div-block-132 {
  z-index: 5;
  background-image: url('../images/2olour3.gif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 14px;
  width: 650px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 31px;
  position: relative;
}

.div-block-132._132-2 {
  margin-top: 138px;
}

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

.column-71 {
  padding-left: 17px;
}

.link-block-9 {
  margin-left: -24px;
  padding-top: 32px;
}

.link-block-9._9-2 {
  padding-top: 6px;
}

.text-span-27 {
  font-weight: 700;
}

.column-72 {
  padding-left: 0;
}

.div-block-133 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  display: inline-flex;
}

.link-25 {
  color: #dee4a8;
}

.div-block-134 {
  width: 91%;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-135 {
  text-align: center;
  background-color: #13494a;
  width: 100%;
  height: 130px;
  display: inline-flex;
}

.background-video-3 {
  position: static;
}

.background-video-4 {
  z-index: 100;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: inline-flex;
}

.div-block-136 {
  z-index: 105;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3px;
  margin-left: auto;
  margin-right: auto;
  display: inline-grid;
  position: relative;
  top: -100px;
}

.image-52 {
  width: 45px;
  margin-top: 7px;
  margin-left: 19%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.columns-28 {
  width: 600px;
  height: 65px;
  margin-top: 31px;
  margin-left: auto;
  margin-right: auto;
}

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

.lonk {
  margin-left: 11px;
}

.grn {
  color: #c1f1d9;
}

.text-span-28 {
  color: #c0f1d6;
  font-style: italic;
  font-weight: 400;
}

.div-block-138 {
  background-color: #13494a;
}

.link-26, .link-27.w--current, .link-28 {
  color: #c4e5d0;
}

.div-block-139 {
  width: 580px;
  margin-top: 66px;
  margin-left: auto;
  margin-right: auto;
}

.text-span-29 {
  font-size: 21px;
  font-style: italic;
  font-weight: 700;
}

.heading-6 {
  color: #c2f1d7;
  margin-bottom: 0;
  margin-left: 39px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 21px;
  font-style: italic;
  font-weight: 700;
}

.div-block-140 {
  width: 100%;
  height: 300px;
  margin-top: 160px;
}

.text-block-22 {
  color: #a3d3be;
  margin-top: 9px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-style: italic;
}

.text-span-30 {
  font-size: 17px;
  font-weight: 400;
}

.column-74 {
  background-image: url('../images/icon_whatsapp_1icon_whatsapp.gif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 61px;
  padding-top: 14px;
  padding-bottom: 9px;
  padding-left: 38px;
}

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

.paragraph-10 {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin-top: 2px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Aptos, Arial, sans-serif;
  font-size: 18px;
  display: flex;
}

.paragraph-10._1-_3 {
  color: #fff;
  justify-content: center;
  margin-top: 35px;
  font-family: Aptos, Arial, sans-serif;
  font-size: 21px;
  font-weight: 100;
}

.paragraph-10._10_4 {
  margin-top: 29px;
}

.paragraph-10._10_5 {
  color: #82d1d6;
  margin-top: 329px;
}

.div-block-142 {
  z-index: 99;
  text-align: center;
  background-image: url('../images/map2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1356px;
  border: 2px solid #5a83a3;
  border-radius: 18px;
  align-items: center;
  width: 80%;
  max-width: 1000px;
  height: 500px;
  margin-top: -1px;
  margin-left: auto;
  margin-right: auto;
  padding: 109px 100px 10px;
  display: flex;
  position: relative;
}

.div-block-143 {
  text-align: center;
  width: 100vw;
}

.image-53 {
  vertical-align: baseline;
  mix-blend-mode: screen;
  width: 90px;
  margin-top: 47px;
  margin-right: 34px;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-144 {
  background-color: #2546574d;
}

.div-block-144.petrol {
  position: absolute;
  inset: 0%;
}

.tabs-3 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.image-54 {
  width: 35%;
  margin-left: auto;
  margin-right: auto;
}

.image-54.custodians {
  width: 50%;
}

.image-54._546 {
  padding-left: 19px;
}

.image-54._546._70593 {
  width: 200px;
  margin-top: -5px;
}

.image-54._573 {
  width: 60%;
}

.image-54._6666 {
  width: 53%;
}

.div-block-145 {
  text-align: center;
  background-color: #0000002e;
  border-radius: 21px;
  width: 70%;
  height: 400px;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2px;
  padding-bottom: 56px;
}

.div-block-145._14567 {
  width: 80%;
  height: 400px;
}

.div-block-145._14567._35353 {
  padding-top: 85px;
}

.div-block-145._29292 {
  padding-top: 45px;
}

.div-block-145.auaua {
  padding-top: 47px;
}

.text-span-31 {
  color: #fff;
}

.text-block-23 {
  color: #54afb4;
  text-align: center;
  text-transform: uppercase;
  margin-top: 28px;
  margin-bottom: 43px;
  font-family: Centurygothic, Trebuchet MS, sans-serif;
  font-size: 18px;
  display: block;
}

.text-block-23._232 {
  margin-bottom: 23px;
}

.tabs-menu-2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.tab-pane-tab-1-2 {
  width: 87%;
  margin-left: auto;
  margin-right: auto;
}

.tab-link-tab-1-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ddd0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 210px;
  margin-right: 60px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 30px;
  display: inline-block;
}

.tab-link-tab-1-2.w--current {
  background-color: #c8c8c800;
  border: 7px solid #fff6;
  border-radius: 20px;
  margin-right: 57px;
  padding: 20px 25px 25px;
  line-height: 17px;
}

.tab-link-tab-2-2 {
  background-color: #ddd0;
  width: 210px;
  margin-left: -26px;
  margin-right: 31px;
  padding: 25px 30px;
}

.tab-link-tab-2-2.w--current {
  background-color: #ddd0;
  border: 7px solid #fff6;
  border-radius: 20px;
  width: 210px;
  margin-right: 31px;
  padding: 20px 25px 25px;
}

.div-block-146 {
  background-image: url('../images/peopl2.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 12px;
  width: 150px;
  height: 150px;
  margin-bottom: 13px;
}

.div-block-146._1462 {
  background-image: url('../images/people1.png');
}

.div-block-146._1463 {
  background-image: url('../images/peopl3.png');
}

.tab-link-tab-3 {
  background-color: #ddd0;
  width: 210px;
  padding: 25px 30px;
}

.tab-link-tab-3.w--current {
  background-color: #ddd0;
  border: 7px solid #fff6;
  border-radius: 20px;
  width: 210px;
  padding: 20px 25px 25px;
}

.text-block-24 {
  color: var(--white);
  font-family: Aptos, Arial, sans-serif;
  font-size: 21px;
  line-height: 24px;
}

.text-block-25 {
  color: #55aeb5;
  width: 17px;
  font-family: Centurygothic, Trebuchet MS, sans-serif;
  font-weight: 400;
}

.bold-text-6 {
  margin-top: 8px;
  font-size: 14px;
  display: block;
}

.bold-text-7 {
  margin-top: -1px;
  line-height: 17px;
  display: block;
}

.paragraph-11 {
  width: 200px;
}

.paragraph-12 {
  color: #fff;
  text-align: left;
  width: 90%;
  margin-top: 41px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Aptos, Arial, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.italic-text-15 {
  color: #91ecd1;
  font-style: normal;
}

.tab-pane-tab-2, .tab-pane-tab-3 {
  width: 87%;
  margin-left: auto;
  margin-right: auto;
}

.tabs-content {
  margin-bottom: 24px;
}

.image-55 {
  width: 200px;
  margin-top: 49px;
  margin-left: auto;
  margin-right: auto;
}

.image-55._554 {
  margin-top: 42px;
  margin-bottom: 62px;
}

.image-55.logo2 {
  margin-top: 87px;
}

.image-55.logo2.logo3 {
  margin-top: 46px;
  margin-bottom: 68px;
}

.div-block-147 {
  text-align: center;
  margin-bottom: 77px;
}

.div-block-148 {
  text-align: center;
  width: 100%;
}

.slider-8 {
  background-color: #ddd0;
  width: 85%;
  height: 450px;
  margin-left: auto;
  margin-right: auto;
}

.slide-nav-7 {
  padding-top: 51px;
  font-family: "Bodoni 72 Book";
  font-size: 12px;
  line-height: 15px;
}

.column-75 {
  text-align: right;
  padding-right: 64px;
}

.image-56 {
  width: 220px;
  margin-right: 25px;
}

.column-76 {
  display: block;
}

.div-block-149 {
  background-color: #ffffff3b;
  border-radius: 21px;
  justify-content: center;
  align-items: center;
  width: 68%;
  height: 100px;
  margin: 84px auto 81px;
  display: flex;
}

.div-block-149._182824 {
  background-color: #fff0;
}

.button-4 {
  color: #265e63;
  background-color: #fff;
  border-radius: 7px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Centurygothic, Trebuchet MS, sans-serif;
}

.paragraph-13 {
  color: #91ecd1;
  text-align: center;
  margin-bottom: 4vw;
  font-family: Aptos, Arial, sans-serif;
  font-size: 15px;
  line-height: 25px;
  display: block;
}

.div-block-150 {
  margin-top: 101px;
}

.div-block-151 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 65px;
  padding-left: 0;
}

.italic-text-16 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.italic-text-17 {
  font-style: normal;
}

.image-57 {
  vertical-align: baseline;
  width: 270px;
  margin-left: 361px;
  padding-top: 191px;
  position: absolute;
  inset: 0% 0% auto;
}

.image-58 {
  display: none;
}

.text-span-32, .text-span-33 {
  color: #eeeeac;
}

.heading-7 {
  color: #55aeb5;
  margin-top: 57px;
  font-family: Centurygothic, Trebuchet MS, sans-serif;
  font-size: 17px;
  line-height: 19px;
}

.heading-8 {
  color: #55aeb5;
  text-align: center;
  font-family: Centurygothic, Trebuchet MS, sans-serif;
  font-size: 17px;
}

.heading-9 {
  color: #55aeb5;
  font-family: Centurygothic, Trebuchet MS, sans-serif;
  font-size: 17px;
}

.div-block-152 {
  width: 70%;
  margin-top: 31px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-26 {
  color: #44bbae;
  margin-left: auto;
  margin-right: auto;
}

.text-block-26.footv2 {
  display: none;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 1.75vw;
    line-height: 2.75vw;
  }

  h1 {
    margin-bottom: 2vw;
    font-size: 4.5vw;
    line-height: 6vw;
  }

  h2 {
    margin-bottom: 2vw;
    font-size: 4vw;
    line-height: 5vw;
  }

  h3 {
    margin-top: 3vw;
    margin-bottom: 2vw;
    font-size: 3.5vw;
    line-height: 4vw;
  }

  h4 {
    margin-top: 3vw;
    margin-bottom: 2vw;
    font-size: 2.75vw;
    line-height: 3.25vw;
  }

  h5 {
    margin-top: 2vw;
    margin-bottom: 1.5vw;
    font-size: 2.25vw;
    line-height: 3.25vw;
  }

  h6 {
    margin-top: 2vw;
    margin-bottom: 1.5vw;
    font-size: 1.75vw;
    line-height: 2.75vw;
  }

  p {
    margin-bottom: 2vw;
    font-size: 2.5vw;
    line-height: 4vw;
  }

  li {
    margin-top: 2vw;
    margin-bottom: 2vw;
    font-size: 2.25vw;
    line-height: 3.5vw;
  }

  blockquote {
    margin-top: 4vw;
    margin-bottom: 7vw;
    padding-left: 5vw;
    padding-right: 0;
    font-size: 4.5vw;
    line-height: 6vw;
  }

  figure {
    margin-top: 6vw;
    margin-bottom: 6vw;
  }

  figcaption {
    margin-top: 2vw;
    margin-bottom: 5vw;
    font-size: 2vw;
    line-height: 3vw;
  }

  .cover {
    min-height: 500px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .cover-overlay {
    min-height: 500px;
  }

  .sc-content-holder {
    width: 90%;
    left: auto;
    right: auto;
  }

  .button-style-1 {
    height: 6vw;
    padding: 2vw 3vw;
    font-size: 1.4vw;
    line-height: 2.5vw;
  }

  .button-style-1.large {
    text-align: center;
    border-radius: 60px;
    height: auto;
    padding: 3vw 2vw;
    font-size: 3vw;
    line-height: 4vw;
  }

  .style-4s {
    letter-spacing: .3vw;
    font-size: 1.4vw;
    line-height: 2.5vw;
  }

  .sc-sub-title {
    margin-top: 2vw;
    margin-bottom: 4vw;
  }

  .global-container {
    width: 100%;
    min-height: 10px;
    padding-top: 34px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .global-container.pigcasso {
    padding-top: 0;
    padding-left: 0;
  }

  .eyebrow {
    font-size: 1.5vw;
    line-height: 2vw;
  }

  .about-description-holder {
    margin-top: 8vw;
    margin-bottom: 8vw;
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .button-style-5 {
    letter-spacing: .4vw;
    padding-bottom: 1vw;
    font-size: 1.4vw;
    line-height: 2.5vw;
  }

  .book-button {
    margin-bottom: 3vw;
    margin-right: 3vw;
    padding: 3vw;
  }

  .fullbleed-image {
    height: 80vw;
  }

  .quote-holder {
    margin-bottom: 3vw;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .navbar-logo-holder {
    width: 18vw;
  }

  .button-navbar {
    font-size: 1.4vw;
    line-height: 2.5vw;
  }

  .button-navbar.link-delay {
    letter-spacing: .3vw;
    font-size: 1.5vw;
    line-height: 2.5vw;
  }

  .button-navbar.dark {
    font-size: 12px;
  }

  .style-1xl {
    font-size: 11vw;
    line-height: 14vw;
  }

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

  .image {
    object-fit: cover;
  }

  .image.scale-in {
    height: 250px;
  }

  .global-section {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .global-section.book-now {
    padding-left: 0;
    padding-right: 0;
  }

  .global-section.fb-section {
    height: 50vw;
  }

  .global-section.faq-header {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .style-1m {
    font-size: 5.5vw;
    line-height: 6.5vw;
  }

  .style-1m.animate-in {
    font-size: 3.5vw;
  }

  ._3up-image-holder {
    height: 40vw;
  }

  ._3up-image-holder.rooms {
    height: 20vw;
  }

  ._3up-text-holder {
    margin-top: 4vw;
  }

  ._3up-description {
    margin-bottom: 1.5vw;
    font-size: 1.75vw;
    line-height: 3vw;
  }

  .ps {
    letter-spacing: .02vw;
    font-size: 2vw;
    line-height: 3.25vw;
  }

  .accordion-wrapper {
    align-items: flex-start;
  }

  .accordion-item {
    width: 20%;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }

  .accordion-item-trigger {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 60px;
    display: flex;
  }

  .menu-items {
    margin-top: 1vw;
  }

  .footer-link {
    text-align: center;
    font-size: 1.5vw;
    line-height: 2vw;
  }

  .menu-spacer {
    background-color: #ffffff4d;
    width: 1px;
    height: 19vw;
    margin-left: 3vw;
    margin-right: 3vw;
  }

  .menu-container {
    width: 90%;
    min-height: 10px;
  }

  .feature-card {
    min-height: 60vw;
    margin-top: 10vw;
    padding: 5vw;
  }

  .feature-card.featcard2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .fc-content {
    margin-top: 10vw;
    padding-left: 3vw;
    padding-right: 0;
  }

  .fc-content.pigcsasocontent {
    margin-top: 0;
  }

  .style-1l {
    font-size: 8vw;
    line-height: 11vw;
  }

  .style-1l.white.homehead.homie2 {
    font-size: 27px;
  }

  .style-1l.white.homehead.homie2.abouthead.abouthead2 {
    text-align: center;
  }

  .style-1l.white.homehead.homie2.support_head {
    margin-top: 410px;
    font-size: 27px;
  }

  .style-1s {
    letter-spacing: -.5px;
    font-size: 5vw;
    line-height: 6vw;
  }

  .fc-text {
    margin-top: 1vw;
    margin-bottom: 2.5vw;
    padding-left: 0;
    padding-right: 0;
  }

  .fc-column-1 {
    height: 58vw;
  }

  .fc-columns {
    height: 57vw;
    margin-top: -10vw;
    display: flex;
  }

  .stay {
    background-position: 14% 100%;
    background-size: 1000px;
    padding: 54px 3% 31px 2%;
  }

  .dine {
    padding-top: 58px;
    padding-bottom: 70px;
  }

  .footer-large {
    padding: 0;
  }

  .footer-logo-holder {
    width: 30vw;
  }

  .global-text-styles h2 {
    margin-top: 6vw;
  }

  .global-text-styles p {
    margin-bottom: 2vw;
  }

  .global-text-styles ul {
    margin-bottom: 4vw;
    padding-left: 16vw;
  }

  .global-text-styles ol {
    width: auto;
    margin-bottom: 3vw;
    padding-left: 16vw;
  }

  .global-text-styles figcaption {
    padding-right: 10vw;
  }

  .global-text-styles figure {
    margin-top: 10vw;
    margin-bottom: 10vw;
  }

  .global-text-styles h4 {
    font-size: 2.75vw;
    line-height: 4.25vw;
  }

  .global-text-styles h3 {
    margin-top: 4vw;
    margin-bottom: 2vw;
    font-size: 3.5vw;
    line-height: 4vw;
  }

  .global-text-styles blockquote {
    padding-left: 6vw;
    padding-right: 10.75vw;
  }

  .global-text-styles h5 {
    margin-top: -1vw;
    font-size: 13vw;
    line-height: 13vw;
  }

  .footer-description-holder {
    width: 80%;
    margin-top: 3vw;
    margin-bottom: 3vw;
  }

  .sc-title {
    width: 90%;
    padding: 2vw 4vw;
  }

  .sc-title.home.homie {
    margin-bottom: 17vw;
    margin-left: 24px;
  }

  .sc-title.home.homie.about {
    text-align: center;
  }

  .sc-title.home.homie.blogg {
    margin-left: 75px;
  }

  .link-in-page {
    text-align: center;
    font-size: 1.5vw;
    line-height: 2vw;
  }

  .services-collection {
    justify-content: center;
    width: 100%;
    padding-left: 5vw;
    padding-right: 5vw;
    overflow: auto;
  }

  .item-description-holder {
    padding-left: 11.5vw;
    padding-right: 11.5vw;
  }

  .amenity-icon-holder {
    width: 5vw;
    height: 5vw;
  }

  .button-style-2-1 {
    padding-bottom: 1vw;
    font-size: 1.5vw;
    line-height: 2vw;
  }

  ._4up-image {
    height: 19vw;
  }

  .ps-headline {
    font-size: 2vw;
    line-height: 3.5vw;
  }

  .line {
    width: 40%;
  }

  .line.left {
    margin-right: 5vw;
  }

  .line.right {
    margin-left: 5vw;
  }

  .view-icon {
    width: 12vw;
    height: 12vw;
  }

  ._3up-link-holder {
    margin-bottom: 2vw;
  }

  .ps-headline-bold {
    font-size: 1.5vw;
    line-height: 3vw;
  }

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

  .image-list-item {
    margin-top: 3vw;
    padding-bottom: 1vw;
  }

  .il-photo-holder {
    width: 14vw;
    height: 10vw;
    margin-top: 0;
    margin-bottom: .5vw;
  }

  .global-button-pill {
    height: 6vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .global-button-pill.link-delay {
    width: auto;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .button-style-4 {
    width: auto;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .sc-content {
    width: 100%;
    margin-left: 0;
  }

  .sc-holder.top-bottom.concierge {
    padding-left: 10vw;
  }

  .sc-holder.top-bottom.concierge.top {
    justify-content: flex-start;
    align-items: center;
    padding-top: 20vw;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .sc-holder.top-bottom.concierge.bottom {
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 20vw;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .section-cover, .sc-overlay, .sc-image {
    min-height: 500px;
  }

  .section-cover-button {
    font-size: 1.2vw;
    line-height: 2vw;
  }

  .linebreak-holder {
    width: 100%;
  }

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

  .team-image-holder {
    width: 80%;
  }

  .team-name {
    margin-top: 3vw;
  }

  .team-item {
    margin-bottom: 5vw;
  }

  .team-title {
    margin-top: 1vw;
  }

  ._2m {
    margin-bottom: .5vw;
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .style-3xs {
    font-size: 2.4vw;
    line-height: 3.5vw;
  }

  .style-1xs {
    letter-spacing: -.1px;
    font-size: 3.5vw;
    line-height: 4.5vw;
  }

  .style-1xs.margin-reset.price {
    margin-top: -3px;
  }

  .pxs {
    font-size: 1.75vw;
    line-height: 2.75vw;
  }

  .pxs.gallery-text {
    margin-bottom: 0;
  }

  .search {
    width: 70%;
  }

  .search-button {
    letter-spacing: .3vw;
    font-size: 1.5vw;
    line-height: 2vw;
  }

  .search-result-item {
    margin-bottom: 4vw;
    padding-bottom: 4vw;
  }

  .lightbox-link {
    height: 81vw;
  }

  .lightbox-images, .big-lightbox {
    height: 80vw;
  }

  .lightbox-button {
    padding-bottom: 5vw;
  }

  .gallery-cta {
    padding: 2vw 3vw;
  }

  .pm {
    font-size: 2.5vw;
    line-height: 3.75vw;
  }

  ._3up-subtitle-holder, .page-title-holder.events {
    margin-bottom: 1vw;
  }

  .page-title-holder.food-drink-title {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .menu-link, ._3up-view-link {
    text-align: center;
    font-size: 1.5vw;
    line-height: 2vw;
  }

  .style-4s-bold {
    letter-spacing: .4vw;
    font-size: 1.4vw;
    line-height: 2.5vw;
  }

  .il-title-holder {
    margin-top: 0;
  }

  .h5 {
    font-size: 2vw;
    line-height: 3vw;
  }

  .list-price {
    letter-spacing: -.1px;
    margin-top: -1vw;
    font-size: 2.5vw;
    line-height: 4.5vw;
  }

  .bb-icon-holder {
    width: 3vw;
    height: 2vw;
  }

  .bb-content {
    align-items: center;
    width: 100%;
  }

  .faq-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-title {
    margin-bottom: 3vw;
  }

  .about {
    padding-bottom: 60px;
  }

  .about.how-it-works {
    padding-left: 0%;
    padding-right: 0%;
  }

  .about.about2 {
    background-position: 75% 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .about.about2.about4.about5.purpose {
    padding-bottom: 226px;
  }

  .footer-small {
    height: 14vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .fs-content.right {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .fs-text.spacing-left {
    margin-left: 1.5vw;
  }

  .quote-source {
    margin-top: 1vw;
  }

  .fb-title-holder {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .fb-content-holder {
    width: 90%;
  }

  .faq-tab {
    letter-spacing: .4vw;
    margin-right: 4vw;
    font-size: 1.5vw;
    line-height: 2.5vw;
  }

  .faq-tab.w--current {
    letter-spacing: .4vw;
    font-size: 1.5vw;
    line-height: 2.5vw;
  }

  .filter {
    justify-content: flex-start;
    height: 10vw;
    margin-bottom: 10vw;
    padding-left: 10vw;
    padding-right: 10vw;
  }

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

  .faq-title-holder {
    padding-left: 11%;
    padding-right: 11%;
  }

  .faq-text-styles h2 {
    margin-top: 6vw;
    font-size: 4vw;
    line-height: 5vw;
  }

  .faq-text-styles p {
    margin-bottom: 4vw;
  }

  .faq-text-styles ul {
    padding-left: 16vw;
  }

  .faq-text-styles ol {
    width: auto;
    padding-left: 16vw;
  }

  .faq-text-styles figcaption {
    padding-right: 10vw;
  }

  .faq-text-styles figure {
    margin-top: 10vw;
    margin-bottom: 10vw;
  }

  .faq-text-styles h4 {
    font-size: 2.75vw;
    line-height: 4.25vw;
  }

  .faq-text-styles h3 {
    margin-top: 4vw;
    margin-bottom: 2vw;
    font-size: 3.5vw;
    line-height: 4vw;
  }

  .faq-text-styles blockquote {
    padding-left: 6vw;
    padding-right: 10.75vw;
  }

  .faq-text-styles h5 {
    margin-top: -1vw;
    font-size: 13vw;
    line-height: 13vw;
  }

  .style-2m {
    font-size: 4vw;
    line-height: 6vw;
  }

  .mc-icon-holder {
    margin-left: 2vw;
  }

  .navbar-image {
    width: 80px;
    margin-left: 5%;
  }

  .footer-button-holder {
    margin-top: 0;
  }

  .button-style-2, .button-style-3 {
    height: 6vw;
    padding: 2vw 3vw;
    font-size: 1.4vw;
    line-height: 2.5vw;
  }

  .div-block-47 {
    width: 75%;
    margin-bottom: 4vw;
  }

  .global-ns {
    height: 8vw;
  }

  .global-ns.large {
    height: 17vw;
  }

  .global-ns.medium {
    height: 13vw;
  }

  .global-ns.small {
    height: 5vw;
  }

  .paragraph.parahome.para_support {
    width: auto;
    font-size: 13px;
    line-height: 24px;
  }

  .paragraph-2.pigtext {
    width: 100%;
    font-size: 13px;
    line-height: 20px;
  }

  .paragraph-2.para_end {
    font-size: 13px;
    line-height: 20px;
  }

  .image-3 {
    width: 100%;
  }

  .text-block-3 {
    font-size: 18px;
  }

  .div-block-53 {
    margin-left: -10px;
  }

  .div-block-54 {
    margin-right: 21px;
  }

  .fullbleed-image-2 {
    height: 80vw;
  }

  .image-22 {
    margin-top: 34px;
    margin-left: 8%;
  }

  .text-block-9.subtitle.subtitle2.subtitle3 {
    text-align: center;
  }

  .text-block-9.txt10.txt102 {
    padding-right: 20px;
  }

  .text-block-9.txt10.txt102.txt103 {
    padding-right: 33px;
  }

  .text-block-9.txt10.supporttext {
    font-size: 13px;
  }

  .text-block-9.txt10.supporttext.support2 {
    padding-left: 38px;
    padding-right: 40px;
    font-size: 13px;
  }

  .columns-10 {
    width: 100%;
  }

  .paragraph-6 {
    padding-left: 21px;
  }

  .div-block-89.div3 {
    height: 320px;
  }

  .div-block-89.divsupport {
    margin-top: 38px;
    padding-top: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-89._89_2 {
    padding: 76px 40px 40px;
  }

  .heading-4.head5 {
    font-size: 27px;
  }

  .heading-4.head7.contcthead {
    margin-bottom: 19px;
  }

  .heading-4.head_journey {
    font-size: 27px;
    line-height: 3vw;
  }

  .div-block-91 {
    margin-left: 32px;
    padding-top: 33px;
    padding-right: 20px;
  }

  .div-block-91.div912._9122 {
    margin-left: 0;
  }

  .div-block-91._912 {
    margin-left: 0;
    padding-top: 20px;
    padding-left: 14px;
    padding-right: 10px;
  }

  .text-block-11 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-11.txt_how {
    width: 100%;
  }

  .column-32, .column-33 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .columns-13 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .column-37 {
    background-size: 40px;
  }

  .column-38 {
    background-size: 38px;
  }

  .column-39 {
    margin-top: 0;
    padding-right: 29px;
  }

  .div-block-96._962 {
    background-color: #edeeab;
    background-position: 95% 90%, 50% -25px;
    padding-left: 20px;
    padding-right: 51px;
  }

  .div-block-98 {
    background-repeat: no-repeat;
  }

  .div-block-100 {
    height: auto;
  }

  .div-block-101._1013 {
    background-image: url('../images/2_12.png');
  }

  .div-block-101._1014 {
    background-image: url('../images/3_13.png');
  }

  .div-block-101._1015 {
    background-image: url('../images/4_14.png');
  }

  .div-block-101._1016 {
    background-image: url('../images/5_15.png');
  }

  .div-block-101._10122._1014._10142 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .text-block-14.hd55 {
    margin-top: 72px;
  }

  .div-block-104 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-106._106nt {
    padding-left: 0;
  }

  .div-block-106._106nt.subblog {
    width: 640px;
    margin-left: 0%;
    padding-top: 0;
  }

  .div-block-106._106_2 {
    padding-right: 177px;
  }

  .slider-3 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-15 {
    margin-top: 52px;
    line-height: 2vw;
  }

  .html-embed-4 {
    margin-right: 0;
  }

  .div-block-109.contct2 {
    width: 85%;
  }

  .div-block-109.blog, .div-block-109._109b {
    width: 90%;
  }

  .div-block-110 {
    padding-left: 20px;
  }

  .text-block-18._18_2 {
    margin-top: 40px;
  }

  .div-block-111._1112 {
    width: 90%;
  }

  .column-58 {
    padding-right: 0;
  }

  .title2 {
    padding-right: 5px;
  }

  .column-59 {
    padding-right: 0;
  }

  .mask {
    width: 100%;
  }

  .column-60 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-61 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-120 {
    margin-left: 0;
    padding-right: 33px;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    width: 100%;
  }

  li {
    font-size: 2.25vw;
    line-height: 4vw;
  }

  figcaption {
    font-size: 2.5vw;
  }

  .cover {
    min-height: 500px;
    padding: 50px 5vw;
  }

  .cover-overlay {
    min-height: 500px;
  }

  .button-style-1 {
    text-align: center;
    letter-spacing: .5vw;
    height: 6vw;
    padding: 4vw;
    font-size: 1.75vw;
    line-height: 2.5vw;
  }

  .style-4s {
    letter-spacing: .3vw;
    font-size: 1.5vw;
    line-height: 2.5vw;
  }

  .style-4s.menu-link, .style-4s.menu-link.w--current {
    font-size: 1.75vw;
  }

  .sc-sub-title {
    margin-top: 1vw;
    margin-bottom: 4vw;
  }

  .eyebrow {
    font-size: 2vw;
    line-height: 3vw;
  }

  .about-description-holder {
    padding-left: 9vw;
    padding-right: 9vw;
  }

  .button-style-5 {
    letter-spacing: .5vw;
    font-size: 1.75vw;
    line-height: 2.5vw;
  }

  .book-button {
    height: 9vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .navbar {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .navbar-logo-holder {
    width: 35vw;
  }

  .button-navbar {
    font-size: 1.5vw;
    line-height: 2.5vw;
  }

  .button-navbar.link-delay {
    letter-spacing: .3vw;
  }

  .button-navbar.dark {
    margin-left: 6px;
  }

  .style-1xl {
    font-size: 11vw;
    line-height: 12vw;
  }

  .global-section.faq-header {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .style-1m {
    font-size: 7vw;
    line-height: 8vw;
  }

  ._3up-image-holder {
    height: 19vw;
  }

  ._3up-text-holder {
    margin-top: 3vw;
  }

  .ps {
    font-size: 2.1vw;
    line-height: 3.3vw;
  }

  .menu-spacer {
    height: 25vw;
  }

  .navbar-sticky {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .feature-card {
    min-height: 70vw;
  }

  .fc-content {
    margin-top: 20vw;
    padding-left: 3vw;
  }

  .style-1l.white.homehead.homie2 {
    margin-top: 191px;
  }

  .style-1s {
    letter-spacing: 0;
    font-size: 4.75vw;
  }

  .fc-text {
    margin-bottom: 2.5vw;
  }

  .fc-column-1 {
    height: 68vw;
  }

  .fc-columns {
    margin-top: -20vw;
  }

  .footer-logo-holder {
    width: 35vw;
  }

  .global-text-styles h1 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .global-text-styles h2 {
    width: 100%;
    margin-top: 9vw;
    margin-bottom: 4vw;
    padding-left: 0;
    padding-right: 0;
  }

  .global-text-styles p {
    width: 100%;
    margin-bottom: 2vw;
    padding-left: 0;
    padding-right: 0;
  }

  .global-text-styles ul {
    width: auto;
    padding-left: 8vw;
  }

  .global-text-styles ol {
    width: auto;
    padding-left: 12vw;
    list-style-type: decimal;
  }

  .global-text-styles figcaption {
    padding-left: 0;
    padding-right: 0;
  }

  .global-text-styles h4 {
    width: 100%;
    margin-top: 4vw;
    margin-bottom: 1vw;
    padding-left: 0;
    padding-right: 0;
    font-size: 3vw;
    line-height: 4vw;
  }

  .global-text-styles h3 {
    padding-left: 0;
    padding-right: 0;
    font-size: 3.5vw;
  }

  .global-text-styles blockquote {
    margin-left: 0;
  }

  .global-text-styles h5 {
    margin-left: 0;
    margin-right: 2vw;
    font-size: 11vw;
    line-height: 12vw;
  }

  .global-text-styles h6 {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-description-holder {
    width: 100%;
    margin-top: 3vw;
  }

  .item-description-holder {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .amenity-icon-holder {
    width: 6vw;
    height: 6vw;
  }

  .button-style-2-1 {
    font-size: 2vw;
    line-height: 3vw;
  }

  ._4up-image {
    width: 30%;
    height: 17vw;
  }

  .ps-headline {
    text-align: left;
    line-height: 4vw;
  }

  .book-now-holder {
    padding-left: 0;
    padding-right: 0;
  }

  ._3up-link-holder {
    margin-bottom: 2vw;
  }

  .ps-headline-bold {
    font-size: 2vw;
    line-height: 3vw;
  }

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

  .image-list-item {
    margin-top: 4vw;
    margin-bottom: 3vw;
  }

  .il-photo-holder {
    width: 23vw;
    height: 16vw;
    margin-right: 3vw;
  }

  .global-button-pill {
    width: auto;
    padding: 4vw;
  }

  .global-button-pill.link-delay {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .button-style-4 {
    height: 8vw;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .sc-holder.middle {
    height: auto;
  }

  .sc-holder.top-bottom.concierge.top {
    justify-content: flex-start;
    padding-top: 30vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .sc-holder.top-bottom.concierge.bottom {
    justify-content: center;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .section-cover {
    min-height: 500px;
    padding: 50px 5vw;
  }

  .section-cover.secthome {
    height: 500px;
    min-height: auto;
  }

  .sc-overlay, .sc-image {
    min-height: 500px;
  }

  .section-cover-button {
    text-align: center;
    padding: 4vw 6vw;
    font-size: 2vw;
    line-height: 2vw;
  }

  .image-list-collection {
    margin-left: 0;
    margin-right: 0;
  }

  .team-name {
    margin-top: 3vw;
  }

  ._2m {
    font-size: 3vw;
    line-height: 3.5vw;
  }

  .style-1xs {
    letter-spacing: 0;
    font-size: 3.5vw;
    line-height: 4.5vw;
  }

  .style-1xs.margin-reset.price {
    margin-top: -.5vw;
  }

  .search.search-page {
    margin-top: 2vw;
    margin-bottom: 6vw;
  }

  .search-button {
    width: 30%;
    font-size: 1.75vw;
    line-height: 3vw;
  }

  .search-input {
    width: 70%;
  }

  .search-result-item {
    padding-bottom: 5vw;
  }

  .lightbox-link {
    height: 51vh;
  }

  .lightbox-images, .big-lightbox {
    height: 50vh;
  }

  .gallery-cta {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .page-title-holder.events {
    margin-bottom: 1.5vw;
  }

  .page-title-holder.food-drink-title {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .style-4s-bold {
    font-size: 1.5vw;
  }

  .h5 {
    font-size: 2.25vw;
    line-height: 3.5vw;
  }

  .h5.map-directions {
    margin-top: 2vw;
  }

  .list-price {
    letter-spacing: 0;
    font-size: 3.5vw;
    line-height: 4.5vw;
  }

  .bb-icon-holder {
    width: 4vw;
    height: 2.5vw;
  }

  .faq-wrapper {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .faq-spacer, .faq-trigger, .faq-title, .contact-holder, .faq-spacer-end, .article-category-title-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-tab {
    letter-spacing: .4vw;
    margin-right: 6vw;
    font-size: 2vw;
    line-height: 3vw;
    position: static;
  }

  .faq-tab.w--current {
    letter-spacing: .4vw;
    font-size: 2vw;
    line-height: 3vw;
  }

  .filter {
    justify-content: flex-start;
    height: 80px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .faq-text-styles h1 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .faq-text-styles h2 {
    width: 100%;
    margin-top: 9vw;
    margin-bottom: 4vw;
    padding-left: 0;
    padding-right: 0;
    font-size: 4.5vw;
    line-height: 5vw;
  }

  .faq-text-styles p {
    width: 100%;
    margin-bottom: 2vw;
    padding-left: 0;
    padding-right: 0;
  }

  .faq-text-styles ul {
    width: auto;
    padding-left: 12vw;
  }

  .faq-text-styles ol {
    width: auto;
    padding-left: 12vw;
    list-style-type: decimal;
  }

  .faq-text-styles figcaption {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-text-styles h4 {
    width: 100%;
    margin-top: 4vw;
    margin-bottom: 1vw;
    padding-left: 0;
    padding-right: 0;
    font-size: 3vw;
    line-height: 4vw;
  }

  .faq-text-styles h3 {
    padding-left: 0;
    padding-right: 0;
    font-size: 3.5vw;
  }

  .faq-text-styles blockquote {
    margin-left: 0;
  }

  .faq-text-styles h5 {
    margin-left: 0;
    margin-right: 2vw;
    font-size: 12vw;
    line-height: 12vw;
  }

  .style-2m {
    font-size: 5vw;
    line-height: 7vw;
  }

  .navbar-image {
    width: 600px;
  }

  .faq-question-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-45 {
    margin-bottom: 2vw;
  }

  .div-block-46 {
    margin-bottom: 4vw;
  }

  .button-style-2, .button-style-3 {
    text-align: center;
    letter-spacing: .5vw;
    height: 6vw;
    padding: 4vw;
    font-size: 1.75vw;
    line-height: 2.5vw;
  }

  .div-block-48 {
    margin-bottom: 3vw;
  }

  .image-3 {
    width: 100px;
  }

  .image-22 {
    width: 200px;
    margin-top: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-9.txt10.txt102 {
    width: 400px;
  }

  .div-block-89.div3 {
    height: auto;
    margin-top: -53px;
    padding-bottom: 0;
  }

  .div-block-89.div3.dicv33 {
    margin-top: -47px;
    padding-top: 22px;
    padding-bottom: 24px;
  }

  .div-block-89._89_2 {
    margin-top: 16px;
    padding-top: 40px;
  }

  .text-block-11 {
    margin-top: 39px;
    margin-bottom: 35px;
    line-height: 3.5vw;
  }

  .column-32 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .column-33 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 16px;
  }

  .column-35 {
    margin-top: 67px;
    padding-left: 10px;
  }

  .columns-15 {
    margin-top: 0;
  }

  .italic-text-13 {
    line-height: 4vw;
  }

  .column-61 {
    padding-top: 16px;
  }

  .paragraph-10._10_4 {
    display: block;
  }

  .div-block-142 {
    width: 100%;
  }

  .div-block-143 {
    width: 90vw;
    padding-top: 76px;
  }

  .tabs-3 {
    width: 100%;
  }

  .image-54.custodians {
    width: 90%;
    margin-top: 64px;
  }

  .div-block-145._14567 {
    width: 100%;
  }

  .tab-link-tab-1-2 {
    width: 180px;
    display: block;
  }

  .tab-link-tab-2-2, .tab-link-tab-2-2.w--current {
    width: 180px;
    margin-top: -288px;
    margin-left: 165px;
    display: block;
  }

  .div-block-146 {
    width: 120px;
    height: 120px;
  }

  .tab-link-tab-3 {
    width: 180px;
    margin-top: -313px;
    margin-left: 329px;
    display: block;
  }

  .tab-link-tab-3.w--current {
    width: 180px;
    margin-top: -303px;
  }

  .tab-link-tab-3._334 {
    margin-top: -280px;
  }

  .button-4 {
    font-size: 2vw;
  }

  .icon-14, .icon-15 {
    font-size: 5vw;
  }

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

  .left-arrow-5 {
    margin-left: -72px;
  }

  .right-arrow-5 {
    margin-right: -73px;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 3.5vw;
    line-height: 5.5vw;
  }

  h1 {
    margin-bottom: 4vw;
    font-size: 8vw;
    line-height: 11vw;
  }

  h2 {
    margin-bottom: 4vw;
    font-size: 6vw;
    line-height: 10vw;
  }

  h3 {
    margin-top: 5vw;
    margin-bottom: 4vw;
    font-size: 6.5vw;
    line-height: 10vw;
  }

  h4 {
    margin-top: 5vw;
    margin-bottom: 4vw;
    font-size: 5vw;
    line-height: 7vw;
  }

  h5 {
    margin-bottom: 3vw;
    font-size: 5vw;
    line-height: 7vw;
  }

  h6 {
    margin-top: 2vw;
    margin-bottom: 3vw;
    font-size: 4vw;
    line-height: 6vw;
  }

  p {
    margin-bottom: 4vw;
    font-size: 5vw;
    line-height: 7.5vw;
  }

  ul, ol {
    margin-bottom: 10vw;
  }

  li {
    font-size: 4.75vw;
    line-height: 7.25vw;
  }

  blockquote {
    margin-top: 7vw;
    margin-bottom: 10vw;
    padding-left: 0;
    font-size: 9vw;
    line-height: 12vw;
  }

  figure {
    margin-top: 9vw;
    margin-bottom: 9vw;
  }

  figcaption {
    margin-top: 4vw;
    margin-bottom: 8vw;
    font-size: 3.5vw;
    line-height: 5.5vw;
  }

  .cover, .cover-overlay {
    height: 90vh;
  }

  .sc-content-holder {
    width: 100%;
    max-width: none;
    margin-right: 0;
    padding-right: 23px;
    position: static;
  }

  .sc-content-holder.head2 {
    padding-right: 0;
  }

  .sc-content-holder.head2.head3 {
    width: auto;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 271px;
    padding-right: 0;
  }

  .sc-content-holder.head2.head3.sc2 {
    padding-bottom: 129px;
  }

  .sc-content-holder.head2.hd44 {
    padding-bottom: 150px;
  }

  .sc-content-holder.head2.stayhead {
    padding-bottom: 132px;
  }

  .sc-content-holder.cntnt2 {
    text-align: center;
    margin-left: 48px;
    padding-right: 0;
  }

  .button-style-1 {
    letter-spacing: .75vw;
    padding: 6vw 7vw;
    font-size: 3.5vw;
    line-height: 5.5vw;
  }

  .button-style-1.large {
    padding-top: 5vw;
    padding-bottom: 5vw;
    font-size: 5.5vw;
    line-height: 6vw;
  }

  .button-style-1.buttonstyle2 {
    width: 240px;
    margin-bottom: 21px;
  }

  .button-style-1.buttonstyle2.butt5.butt5_5.butt6 {
    margin-top: 17px;
  }

  .button-style-1.buttonstyle2.buttbisit {
    margin-top: 13px;
  }

  .button-style-1.buttonstyle2.visitbutt {
    margin-top: 13px;
    line-height: 3.5vw;
  }

  .style-4s {
    letter-spacing: .75vw;
    padding-top: 7px;
    font-size: 3.5vw;
    line-height: 5.5vw;
  }

  .style-4s.white {
    padding-top: 0;
  }

  .style-4s.white.black.title2 {
    margin-bottom: 9vw;
    display: flex;
  }

  .style-4s.white-faded {
    letter-spacing: .5vw;
  }

  .style-4s.menu-link {
    color: #ffffffb3;
    letter-spacing: .25vw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    font-size: 3.5vw;
    display: block;
  }

  .style-4s.menu-link.w--current {
    padding-top: 4px;
    font-size: 3vw;
  }

  .style-4s.menu-link.v66 {
    margin-bottom: 3vw;
    font-size: 3.5vw;
  }

  .style-4s.menu-link.v66.w--current {
    font-size: 3.5vw;
  }

  .style-4s.menu-link.v77 {
    text-align: left;
    text-transform: none;
    margin-top: 10px;
    margin-bottom: 5px;
    font-family: Georgia, Times, Times New Roman, serif;
    font-size: 6vw;
    font-style: italic;
    font-weight: 400;
  }

  .style-4s.menu-link.v77.w--current {
    color: #eaefcd;
    margin-bottom: 10px;
    font-size: 6vw;
    font-weight: 400;
  }

  .style-4s.gg {
    margin-top: 3px;
  }

  .style-4s.sub_m {
    color: #fff;
    padding-top: 35px;
  }

  .sc-sub-title {
    margin-top: 43vw;
    margin-bottom: 2vw;
  }

  .global-container {
    margin-bottom: -18px;
    padding-top: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .global-container.amenities {
    padding-left: 0;
    padding-right: 0;
  }

  .global-container.about {
    padding-left: 0;
  }

  .global-container.fb-container {
    width: 90vw;
  }

  .global-container._2ndarticle {
    margin-bottom: 35px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .global-container.stay {
    margin-top: 0;
    padding-top: 10px;
  }

  .global-container.wine {
    padding-top: 0;
  }

  .eyebrow {
    font-size: 3vw;
  }

  .about-description-holder {
    margin-top: 8vw;
    margin-bottom: 3vw;
    padding-left: 0;
    padding-right: 0;
  }

  .button-style-5 {
    letter-spacing: .75vw;
    padding-bottom: 2vw;
    font-size: 4vw;
    line-height: 6vw;
  }

  .book-button {
    margin-bottom: 10vw;
    margin-right: 5vw;
    padding: 6vw 7vw;
  }

  .fullbleed-image {
    height: 120vw;
  }

  .quote-holder {
    margin-bottom: 4vw;
    padding-left: 0;
    padding-right: 0;
  }

  .quote-holder.stayquote {
    padding-bottom: 4px;
  }

  .navbar {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .navbar-logo-holder {
    justify-content: center;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    display: flex;
  }

  .navbar-logo-holder.w--current {
    width: auto;
    margin-top: -5px;
    margin-left: auto;
    margin-right: auto;
  }

  .navbar-link-holder {
    display: none;
  }

  .button-navbar {
    padding-bottom: 2vw;
    font-size: 3vw;
  }

  .navbar-icon-holder {
    margin-bottom: 0;
    display: none;
  }

  .menu {
    background-color: #327575;
    background-image: url('../images/menu_bg.jpg');
    background-position: 50%;
    background-size: cover;
    justify-content: center;
    height: 100vh;
    padding: 15vw 8vw;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: visible;
  }

  .menu-link-holder {
    text-align: left;
    justify-content: flex-start;
    margin-top: -3px;
    margin-bottom: 0;
  }

  .style-1xl {
    font-size: 13vw;
    line-height: 15vw;
  }

  .style-1xl.animated-text-group {
    line-height: 17vw;
  }

  .cover-image {
    height: 100%;
    display: inline-block;
  }

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

  .image.scale-in.scalein2 {
    max-height: none;
    margin-top: 0;
    display: none;
  }

  .image.scale-in.homeend {
    flex: 0 auto;
    height: 1000px;
    margin-top: 26px;
    margin-bottom: -18px;
  }

  .image.pig2.painting {
    margin-bottom: 26px;
  }

  .global-section {
    margin-top: 12px;
    padding-left: 0;
    padding-right: 0;
  }

  .global-section.global-rich-text {
    padding-left: 0;
    padding-right: 0;
  }

  .global-section.global-rich-text.concierge {
    background-color: #fff;
  }

  .global-section.food-image {
    padding-left: 0;
    padding-right: 0;
  }

  .global-section.line-break {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .global-section.fc-card-holder {
    padding-top: 0;
    display: block;
  }

  .global-section.fc-card-holder.artt {
    flex: 0 auto;
    margin-top: 0;
    display: block;
  }

  .global-section.fb-section {
    height: 70vw;
  }

  .global-section.faq-header {
    background-color: #f7eee8;
    padding-left: 8vw;
    padding-right: 8vw;
    display: none;
  }

  .global-section.blue {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .global-section.services {
    padding-left: 0;
    padding-right: 0;
  }

  .style-1m {
    font-size: 8vw;
    line-height: 11.5vw;
  }

  .style-1m.white.accordion-title {
    letter-spacing: .5vw;
    font-size: 9vw;
    line-height: 11vw;
  }

  .style-1m.animate-in.quote {
    width: 80%;
    margin-top: 3vw;
    margin-left: auto;
    margin-right: auto;
    font-size: 7vw;
    line-height: 7vw;
  }

  .style-1m.animate-in.quote.quote2 {
    margin-bottom: 6vw;
    font-size: 7vw;
    line-height: 6vw;
  }

  .style-1m.animate-in.quote.quote3 {
    margin-top: 3vw;
    padding-left: 20px;
    font-size: 7vw;
    line-height: 6vw;
  }

  .style-1m.animate-in.quote.qq {
    width: 90%;
    margin-top: 5vw;
    line-height: 7vw;
  }

  .style-1m.animate-in.head {
    margin-left: auto;
    margin-right: auto;
    font-size: 7vw;
  }

  .style-1m.animate-in.ani2 {
    text-align: center;
    margin-left: 0;
  }

  .style-1m.animate-in.hhh {
    text-align: center;
    margin-left: 0;
    font-size: 8vw;
    line-height: 8vw;
  }

  .style-1m.subheadhome {
    margin-top: 1vw;
    margin-bottom: 7vw;
    line-height: 8vw;
  }

  .style-1m.subheadhome.slider {
    height: auto;
    display: none;
  }

  .style-1m.subheadhome.slider.slide2 {
    margin-top: 0;
    display: block;
  }

  .style-1m.subheadhome.slider.slide2.stayhead {
    margin-top: -10px;
    font-size: 7vw;
  }

  .style-1m.subheadhome.head1 {
    display: none;
  }

  .style-1m.subheadhome.head2 {
    display: inline;
  }

  .style-1m.style-change {
    color: #fff;
    font-size: 7vw;
    display: none;
  }

  .style-1m.style-change.style3 {
    font-size: 8vw;
    line-height: 8vw;
    display: block;
  }

  .style-1m.deposit {
    font-size: 4vw;
  }

  .style-1m._1m2 {
    line-height: 8vw;
  }

  ._3up-image-holder {
    background-color: var(--light-blue);
    width: 100%;
    height: 70vw;
  }

  ._3up-image-holder.rooms {
    height: 60vw;
  }

  ._3up-text-holder {
    margin-top: 5vw;
  }

  ._3up-description {
    margin-top: 1vw;
    margin-bottom: 0;
    padding-left: 5vw;
    padding-right: 5vw;
    font-size: 3vw;
    line-height: 5vw;
  }

  .ps {
    margin-bottom: 3vw;
    font-size: 4.5vw;
    line-height: 7.5vw;
  }

  .ps.left {
    width: 100%;
    margin-bottom: 3vw;
  }

  .ps._3up-text {
    line-height: 7vw;
  }

  .ps._3up-text.animate-in {
    font-size: 4.5vw;
    line-height: 7vw;
  }

  .accordion-wrapper {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    min-height: 10px;
    margin-top: -117px;
    margin-left: 24px;
    padding-left: 10px;
    padding-right: 35px;
  }

  .accordion-item {
    width: 100%;
  }

  .accordion-item-trigger {
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 50px;
    display: flex;
  }

  .accordion-item-content {
    overflow: hidden;
  }

  .menu-items {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 2vw;
    display: flex;
  }

  .footer-link {
    font-size: 3vw;
    line-height: 5vw;
  }

  .menu-spacer {
    display: none;
  }

  .menu-container {
    z-index: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 20vw;
    position: fixed;
  }

  .menu-footer {
    flex-direction: column;
    justify-content: space-between;
    margin-top: 0;
    padding-top: 7vw;
    padding-bottom: 3vw;
    display: flex;
  }

  .navbar-sticky {
    border-bottom-style: none;
    height: 75px;
    padding-left: 9vw;
    padding-right: 8vw;
    display: block;
  }

  .feature-card {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .feature-card.featurecard2 {
    padding-bottom: 0;
  }

  .feature-card.feature2 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .fc-content {
    margin-top: 8vw;
    margin-bottom: 0;
    padding-left: 0;
  }

  .fc-content.pigcsasocontent {
    text-align: center;
    align-items: center;
    padding-left: 0;
  }

  .fc-image-holder {
    height: 50vw;
  }

  .fc-image-holder.vertical {
    height: auto;
  }

  .fc-image-holder.vertical.staypic {
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 51px;
  }

  .style-1l {
    font-size: 12vw;
    line-height: 15vw;
  }

  .style-1l.white.homehead {
    font-size: 8vw;
  }

  .style-1l.white.homehead.homie2 {
    width: 100%;
    margin-top: 0;
    margin-left: -10px;
    font-size: 28px;
    line-height: 9vw;
  }

  .style-1l.white.homehead.homie2.support_head {
    margin-top: 64px;
  }

  .style-1l.white.homehead.homie2.support_head.cntcthead {
    margin-top: 180px;
  }

  .style-1l.white.homehead.homie2.support_head.cntcthead.cntct2.apply {
    text-align: left;
    margin-top: 471px;
  }

  .style-1l.white.white_mid {
    font-size: 7vw;
    display: none;
  }

  .style-1l.white.white_mid.navstyle {
    display: none;
  }

  .style-1s {
    font-size: 8vw;
    line-height: 10vw;
  }

  .style-1s.contact-info.address {
    margin-top: 8vw;
  }

  .style-1s.contact-info.animate-in.address {
    margin-top: 14vw;
    padding-bottom: 16px;
    font-size: 5vw;
  }

  .style-1s.concierge {
    font-size: 7vw;
    line-height: 9vw;
  }

  .fc-text {
    margin-top: 2vw;
    margin-bottom: 2.5vw;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .fc-column-1, .fc-column-2 {
    height: auto;
  }

  .fc-columns {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: -20vw;
    margin-left: 0;
    padding-right: 0;
  }

  .fc-columns.fccols2 {
    width: 90%;
  }

  .stay {
    background-color: #548484;
    background-image: url('../images/home-doubts-m.jpg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 120%;
    margin-top: 0;
    padding-top: 39px;
  }

  .dine {
    padding-top: 32px;
    padding-bottom: 18px;
  }

  .dine.dine2 {
    padding-top: 35px;
  }

  .dine.dine2.dine3 {
    background-position: 20% 100.2%;
    background-size: 600px;
    padding-top: 44px;
    padding-bottom: 241px;
  }

  .live {
    margin-top: 2px;
    margin-bottom: -19px;
    padding-bottom: 5px;
  }

  .footer-large {
    padding: 0;
  }

  .footer-logo-holder {
    width: 48vw;
  }

  .footer-section {
    margin-bottom: 5vw;
  }

  .global-text-styles {
    display: block;
  }

  .global-text-styles h1 {
    margin-top: 8vw;
    margin-bottom: 3vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .global-text-styles h2 {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .global-text-styles p {
    margin-bottom: 7vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .global-text-styles li {
    padding-left: 0;
  }

  .global-text-styles ul {
    margin-top: -10px;
    padding-left: 13vw;
    padding-right: 8vw;
  }

  .global-text-styles ol {
    padding-left: 12vw;
    padding-right: 8vw;
  }

  .global-text-styles figcaption {
    margin-bottom: 8vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .global-text-styles h4 {
    padding-left: 8vw;
    padding-right: 8vw;
    font-size: 5vw;
    line-height: 6.5vw;
  }

  .global-text-styles h3 {
    padding-left: 8vw;
    padding-right: 8vw;
    font-size: 5.75vw;
    line-height: 7vw;
  }

  .global-text-styles blockquote {
    margin-left: 8vw;
    margin-right: 8vw;
    padding-left: 0;
    padding-right: 0;
  }

  .global-text-styles a {
    border-bottom: 1px solid #96772c80;
  }

  .global-text-styles h5 {
    margin-top: -1vw;
    margin-left: 8vw;
    font-size: 22vw;
    line-height: 23vw;
  }

  .global-text-styles h6 {
    padding-left: 8vw;
    padding-right: 9vw;
  }

  .footer-description-holder {
    margin-top: 5vw;
    margin-bottom: 3vw;
  }

  .sc-title {
    width: auto;
    margin-top: 0;
    margin-bottom: 7vw;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .sc-title.home {
    margin-top: 6vw;
    margin-bottom: 10vw;
  }

  .sc-title.home.homie {
    text-align: center;
    align-items: stretch;
    width: 100%;
    margin-top: 0%;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
    display: block;
  }

  .sc-title.home.homie.about {
    align-items: center;
    margin-top: -53vw;
    margin-left: 18px;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .sc-title.home.homie.blogg {
    margin-top: -3vw;
    margin-left: 32px;
  }

  .sc-title.home.homie.supporttxt {
    padding-top: 18vw;
    padding-left: 16px;
  }

  .link-in-page {
    font-size: 3vw;
    line-height: 5vw;
  }

  .services-collection {
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: flex-start;
    overflow: hidden;
  }

  .item-description-holder.article-subhead {
    padding-left: 0;
    padding-right: 0;
  }

  .amenity-icon {
    width: 11vw;
  }

  .amenity-icon-holder {
    width: 11vw;
    height: 11vw;
  }

  ._3up-item {
    margin-bottom: 15vw;
  }

  .button-style-2-1 {
    padding-bottom: 2vw;
    font-size: 3vw;
  }

  ._3up {
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  ._4up-image {
    height: 20vw;
  }

  .ps-headline {
    font-size: 3vw;
    line-height: 5vw;
  }

  .ps-headline.space-above {
    display: inline;
  }

  .ps-headline.event-details {
    text-align: center;
  }

  .navbar-icon {
    width: 7vw;
  }

  .line {
    width: 5%;
  }

  .view-icon {
    width: 25vw;
    height: 25vw;
  }

  .button-holder {
    width: 90%;
  }

  .ps-headline-bold {
    font-size: 3vw;
    line-height: 4vw;
  }

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

  .image-list {
    margin-bottom: 6vw;
    padding-bottom: 3vw;
  }

  .image-list-item {
    margin-top: 2vw;
    margin-bottom: 1vw;
  }

  .il-photo-holder {
    width: 24vw;
    height: 16vw;
    margin-bottom: 0;
    margin-right: 4vw;
  }

  .il-photo-holder.link-delay {
    width: 24vw;
    height: 16.5vw;
  }

  .rooms {
    background-color: #f7eee9;
    padding-top: 28px;
  }

  .global-button-pill {
    height: 14vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .global-button-pill.link-delay {
    height: 12vw;
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .button-style-4 {
    height: 12vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .sc-content {
    width: 100%;
    margin-left: 0;
  }

  .sc-content.concierge {
    height: 90vh;
    margin-top: 80px;
  }

  .sc-content.sc2, .sc-content.sc4, .sc-content.sc6 {
    height: 90vh;
  }

  .sc-content.cntnt2 {
    width: 100%;
    margin-right: 74px;
  }

  .sc-holder.middle {
    justify-content: center;
    width: 100%;
    height: auto;
    padding-top: 28vw;
    padding-left: 0;
    display: block;
  }

  .sc-holder.top-bottom {
    height: 20%;
  }

  .sc-holder.top-bottom.concierge {
    padding-left: 10vw;
  }

  .sc-holder.top-bottom.concierge.top {
    justify-content: center;
    height: 40%;
    padding-top: 0;
    padding-bottom: 15vw;
    padding-left: 8vw;
  }

  .sc-holder.top-bottom.concierge.bottom {
    justify-content: center;
    height: 60%;
    padding-top: 0;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .section-cover {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    width: auto;
    height: 90vh;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .section-cover.concierge {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    justify-content: flex-start;
    height: 100vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-cover.secthome {
    background-color: #1e3f52;
    background-image: none;
    background-size: auto;
    height: 100vh;
  }

  .sc-overlay {
    background-image: linear-gradient(#0000001a, #0003 0%, #0003);
    height: 100vh;
  }

  .sc-overlay.sc3, .sc-overlay.sc5, .sc-overlay.sc7 {
    height: 90vh;
  }

  .sc-image {
    height: 100vh;
    display: none;
  }

  .sc-image.home {
    height: 100%;
    min-height: auto;
    margin-top: -50px;
    display: block;
  }

  .sc-image.home.aboutmassthead.aboutm, .sc-image.home.ome-m, .sc-image.home.contact, .sc-image.home.support {
    display: block;
  }

  .sc-image.sc-2, .sc-image.img4 {
    height: 90vh;
    display: block;
  }

  .sc-image.img4.img5.img6 {
    height: 100vh;
  }

  .sc-image.sc7 {
    display: block;
  }

  .section-cover-button {
    padding: 5vw 8vw;
    font-size: 3vw;
    line-height: 3vw;
  }

  .menus {
    margin-top: 0;
    display: none;
  }

  .intro {
    display: flex;
  }

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

  .team-image-holder {
    width: 80%;
  }

  .team-name {
    margin-top: 4vw;
  }

  ._2m {
    margin-top: -4px;
    margin-bottom: 1vw;
    font-size: 4.5vw;
    line-height: 5.5vw;
  }

  .style-3xs {
    letter-spacing: -.1vw;
    font-size: 5vw;
    line-height: 7vw;
  }

  .style-1xs {
    font-size: 7.5vw;
    line-height: 10vw;
  }

  .style-1xs.margin-reset.price {
    margin-top: -1.5vw;
    margin-bottom: 2vw;
    margin-left: 3vw;
    font-size: 6vw;
  }

  .pxs {
    font-size: 3.5vw;
    line-height: 6vw;
  }

  ._3up-title-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .search-holder {
    width: 90%;
    margin-top: 10vw;
  }

  .search {
    width: 100%;
    height: 12vw;
  }

  .search.search-page {
    margin-bottom: 12vw;
  }

  .search-button {
    letter-spacing: .75vw;
    width: 35%;
    font-size: 3vw;
    line-height: 5vw;
  }

  .search-input {
    border-radius: 0;
    width: 65%;
    padding-left: 5vw;
    padding-right: 5vw;
    font-size: 3vw;
  }

  .search-result-item {
    margin-bottom: 8vw;
    padding-bottom: 8vw;
  }

  .div-block-40 {
    margin-bottom: 3vw;
  }

  .lightbox-link {
    height: 60vh;
  }

  .lightbox-images, .big-lightbox {
    height: 58vh;
  }

  .lightbox-button {
    padding-bottom: 10vw;
  }

  .gallery-cta {
    padding: 2vw 4vw;
  }

  .pm {
    font-size: 4.5vw;
    line-height: 6.5vw;
  }

  .fc-title {
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 4vw;
  }

  .page-title-holder.events {
    margin-bottom: 6vw;
  }

  .page-title-holder.article-headline {
    padding-left: 0;
    padding-right: 0;
  }

  .page-title-holder.food-drink-title {
    margin-bottom: 5vw;
  }

  .page-title-holder.experiences {
    margin-bottom: 6vw;
  }

  .menu-link {
    font-size: 3vw;
    line-height: 5vw;
  }

  ._3up-view-link {
    font-size: 3.5vw;
    line-height: 5.5vw;
  }

  .style-4s-bold {
    letter-spacing: 1vw;
    font-size: 3.5vw;
    line-height: 5.5vw;
  }

  .sc-text-holder {
    margin-bottom: 2vw;
  }

  .h5 {
    font-size: 4vw;
    line-height: 5vw;
  }

  .h5.map-directions {
    margin-top: 4vw;
  }

  .list-price {
    margin-top: 0;
    margin-bottom: 3vw;
    margin-left: 3vw;
    font-size: 5vw;
    line-height: 7vw;
  }

  .bb-icon-holder {
    width: 4vw;
    height: 5vw;
  }

  .bb-text {
    margin-right: 4vw;
  }

  .faq-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-spacer {
    padding: 4vw 8vw;
  }

  .faq-trigger {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .faq-title {
    margin-bottom: 8vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .contact-holder {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .faq-spacer-end {
    padding: 4vw 8vw;
  }

  .about {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 0% 45px;
    overflow: hidden;
  }

  .about.how-it-works {
    background-image: url('../images/how-it-works-mast_m.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 562px;
  }

  .about.about2 {
    background-position: 76% 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 100px;
  }

  .about.about2.about4.about5.about6 {
    background-position: 57%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .about.about2.about4.about5.subscribe {
    background-color: #f4f6ec;
    background-position: 100% 100%;
    background-size: 250%;
    padding-bottom: 345px;
  }

  .about.about2.about4.about5.subscribe.subscribe2 {
    background-position: 0 0, 20% 100%;
    background-repeat: repeat-x, no-repeat;
    background-size: 200px 100px, 800px;
    padding-bottom: 295px;
  }

  .about.about2.about4.about5.purpose {
    background-size: 640px;
    padding-bottom: 277px;
  }

  .about.about2.about4.contact {
    padding-bottom: 19px;
  }

  .about.about2.contact {
    background-position: 0%;
    background-size: 33%;
  }

  .about.about2.contact.bblog {
    margin-top: -2px;
  }

  .about.about2.contact.contact2 {
    background-image: linear-gradient(#00000029, #00000029), url('../images/Star_teal.svg');
    background-size: auto, 45%;
  }

  .about.support {
    background-position: 0 100%;
    background-size: cover;
  }

  .footer-small {
    background-color: #0a2525;
    height: auto;
    padding: 5vw 8vw 21vw;
  }

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

  .fs-content.left {
    text-align: center;
    width: 100%;
    margin-bottom: 5vw;
    margin-left: auto;
    margin-right: auto;
  }

  .fs-content.right {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .fs-text {
    color: var(--white);
    text-align: center;
    margin-top: 16px;
  }

  .fs-text.spacing-left {
    margin-left: 2vw;
  }

  .fs-text.fstext2 {
    margin-top: 3px;
  }

  .fb-image-holder {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .fb-image {
    object-fit: cover;
    object-position: 50% 50%;
    min-height: 170%;
  }

  .fb-image-overlay {
    background-image: linear-gradient(to right, #000c, #00000080 41%, #0000 77%);
  }

  .fb-content-holder {
    width: 60%;
  }

  .faq-tab {
    letter-spacing: 1vw;
    font-size: 3vw;
  }

  .faq-tab.w--current {
    letter-spacing: 1vw;
    font-size: 3vw;
    line-height: 5vw;
  }

  .filter {
    justify-content: center;
    margin-bottom: 15vw;
    padding-top: 1vw;
    padding-left: 8vw;
    padding-right: 0;
    position: static;
  }

  .filter-title {
    letter-spacing: .5vw;
    line-height: 4vw;
  }

  .faq-title-holder {
    padding-left: 9%;
    padding-right: 9%;
  }

  .faq-text-styles {
    display: block;
  }

  .faq-text-styles h1 {
    margin-top: 8vw;
    margin-bottom: 3vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .faq-text-styles h2 {
    padding-left: 8vw;
    padding-right: 8vw;
    font-size: 6.5vw;
    line-height: 8vw;
  }

  .faq-text-styles p {
    margin-bottom: 7vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .faq-text-styles li {
    padding-left: 2px;
    font-size: 3.5vw;
    line-height: 5.5vw;
  }

  .faq-text-styles ul {
    margin-top: -10px;
    padding-left: 12vw;
    padding-right: 8vw;
  }

  .faq-text-styles ol {
    padding-left: 12vw;
    padding-right: 8vw;
  }

  .faq-text-styles figcaption {
    margin-bottom: 8vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .faq-text-styles h4 {
    padding-left: 8vw;
    padding-right: 8vw;
    font-size: 5vw;
    line-height: 6.5vw;
  }

  .faq-text-styles h3 {
    padding-left: 8vw;
    padding-right: 8vw;
    font-size: 5.75vw;
    line-height: 7vw;
  }

  .faq-text-styles blockquote {
    margin-left: 8vw;
    margin-right: 8vw;
    padding-left: 0;
    padding-right: 0;
  }

  .faq-text-styles a {
    border-bottom: 1px solid #96772c80;
  }

  .faq-text-styles h5 {
    margin-top: -1vw;
    margin-left: 8vw;
    font-size: 21vw;
    line-height: 20vw;
  }

  .faq-text-styles h6 {
    padding-left: 8vw;
    padding-right: 9vw;
  }

  .style-2m {
    letter-spacing: .3vw;
    font-size: 6.5vw;
    line-height: 8vw;
  }

  .menu-close-holder {
    margin-top: 8vw;
    margin-right: 8vw;
  }

  .navbar-image {
    object-fit: contain;
    width: 210px;
    height: 100%;
    margin-top: 27px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .faq-question-holder {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .div-block-45 {
    margin-bottom: 4vw;
  }

  .div-block-46 {
    margin-bottom: 6vw;
  }

  .button-style-2, .button-style-3 {
    letter-spacing: .75vw;
    padding: 6vw 7vw;
    font-size: 3vw;
    line-height: 3vw;
  }

  .div-block-47 {
    width: 100%;
  }

  .utility-page-content {
    width: 80%;
  }

  .global-ns {
    width: auto;
    height: auto;
  }

  .global-ns.large {
    height: 20vw;
  }

  .global-ns.medium {
    height: 7vw;
    margin-top: 0;
    padding-top: 0;
  }

  .global-ns.small {
    height: 10vw;
  }

  .global-ns.xlarge {
    height: 40vw;
  }

  .global-ns.xlarge.med {
    height: 2vw;
  }

  .ensuite-amenities {
    margin-bottom: 5vw;
  }

  .paragraph.parahome {
    width: 90%;
    margin-top: -11px;
    font-size: 14px;
    line-height: 22px;
  }

  .paragraph.parahome.para_support {
    margin-top: 1px;
    padding-right: 79px;
  }

  .paragraph.parahome.para_support.para-journey-cntct {
    margin-top: 9px;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .paragraph.parahome.para_support.support2 {
    width: 100%;
    margin-top: 14px;
    padding-right: 9px;
    line-height: 22px;
  }

  .paragraph.parahome.para_support.para_blog {
    padding-right: 0;
  }

  .paragraph.parahome.para_support.startapplication {
    padding-right: 32px;
  }

  .paragraph.parahome.parhome2 {
    width: 100%;
  }

  .paragraph-2 {
    width: 90%;
    margin-top: 0;
  }

  .paragraph-2.pigtext {
    text-align: center;
    margin-top: 19px;
    font-size: 16px;
    line-height: 25px;
  }

  .paragraph-2.para_end {
    color: #636363;
    width: 80%;
    margin-top: 16px;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 23px;
  }

  .paragraph-2.para_end.paraend2 {
    color: #000;
    width: 80%;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-2.para2 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 17px;
    line-height: 23px;
  }

  .paragraph-2.para2.staypara {
    margin-bottom: 21px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .paragraph-2.para2.visitpara {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .paragraph-2.cont {
    width: 80%;
  }

  .paragraph-2.home {
    width: 90%;
    margin-top: 27px;
    font-size: 16px;
  }

  .image-2.logostay {
    margin-top: -16px;
    margin-bottom: 31px;
  }

  .image-3 {
    color: #c5b359;
    width: 130px;
    margin-top: 33px;
    margin-bottom: 27px;
  }

  .paragraph-3 {
    margin-bottom: 0;
  }

  .text-block-3 {
    font-size: 21px;
  }

  .paragraph-4 {
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .div-block-53 {
    margin-left: 0;
  }

  .columns-2.cols3 {
    width: 70%;
    margin-bottom: 25px;
  }

  .columns-2.cols3.cols55 {
    width: 70%;
  }

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

  .column-4, .column-5 {
    padding-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-8 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 14px;
  }

  .image-8.img88 {
    margin-bottom: 29px;
  }

  .image-8.v5 {
    margin-bottom: 2px;
  }

  .image-8._00 {
    margin-bottom: 22px;
  }

  .image-9 {
    margin-top: 21px;
  }

  .image-9.quote2.quote5 {
    width: 30px;
    margin-top: 41px;
  }

  .div-block-54 {
    text-align: center;
    width: 100%;
    margin-right: 0;
  }

  .fullbleed-image-2 {
    height: 120vw;
  }

  .fullbleed-image-2.fullbl2 {
    height: auto;
    margin-bottom: 2px;
  }

  .fullbleed-image-2.fullbl2.fullbl3 {
    height: 1500px;
  }

  .fullbleed-image-2.fullbl2.fullbl3.abt {
    height: auto;
  }

  .fullbleed-image-2.fullblhm {
    background-color: #0000;
    justify-content: flex-start;
    height: auto;
  }

  .div-block-55 {
    margin-bottom: 40px;
    display: block;
    position: static;
  }

  .div-block-55.div77 {
    flex: 0 auto;
    margin-bottom: 0;
    padding-top: 22px;
    font-size: 4vw;
    position: absolute;
  }

  .div-block-55.giv2 {
    position: absolute;
  }

  .text-block-4 {
    font-size: 18px;
  }

  .slider {
    height: 110vw;
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .background-video {
    height: 400px;
    margin-top: 0;
  }

  .div-block-56, .div-block-56.dv562 {
    padding-bottom: 0;
  }

  .image-11._80 {
    margin-top: 16px;
  }

  .icon-3 {
    margin-right: 10px;
    font-size: 21px;
  }

  .icon-4 {
    margin-left: 10px;
    font-size: 21px;
  }

  .smallhead {
    letter-spacing: .2vw;
    margin-bottom: 4.5vw;
    font-size: 6vw;
    line-height: 7vw;
  }

  .image-12 {
    width: 50%;
  }

  .link {
    letter-spacing: .3vw;
    font-size: 13px;
  }

  .text-block-6 {
    margin-bottom: 33px;
  }

  .subhead.sub2 {
    text-align: center;
    line-height: 9vw;
  }

  .button-2 {
    margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
  }

  .columns-4 {
    margin-top: 155px;
    margin-bottom: 29px;
  }

  .columns-4.cols4_2 {
    margin-top: 3px;
  }

  .column-10, .column-11, .column-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-13 {
    display: block;
  }

  .column-18 {
    padding-left: 0;
  }

  .image-14 {
    width: 120px;
  }

  .image-14._142 {
    width: 120px;
    margin-top: 57px;
    margin-bottom: 26px;
  }

  .paragraph-5 {
    color: #fff;
    width: 100%;
    font-family: Librecaslondisplay;
    font-size: 21vw;
  }

  .heading {
    color: var(--white);
    text-align: center;
    white-space: normal;
    margin-top: 0;
    font-family: Librecaslondisplay;
    font-size: 10vw;
    line-height: 11vw;
    display: block;
  }

  .column-19 {
    padding-left: 5px;
    display: block;
  }

  .div-block-60 {
    height: 100%;
  }

  .div-block-62, .div-block-63, .div-block-64 {
    background-size: cover;
    height: 100%;
  }

  .div-block-65, .div-block-66 {
    background-position: 50%;
    background-size: cover;
    height: 100%;
  }

  .div-block-67 {
    background-size: cover;
    height: 100%;
  }

  .div-block-68 {
    background-position: 50%;
    background-size: cover;
    height: 100%;
  }

  .column-20 {
    padding-top: 29px;
    padding-left: 30px;
  }

  .column-21 {
    padding-top: 29px;
  }

  .column-22, .column-23 {
    display: none;
  }

  .columns-6 {
    display: block;
  }

  .div-block-69 {
    background-position: 40%;
    background-size: cover;
    height: 100%;
  }

  .div-block-70 {
    background-position: 60%;
    background-size: cover;
    height: 100%;
  }

  .div-block-70._70v2 {
    background-position: 40%;
    background-size: cover;
  }

  .div-block-71, .div-block-72 {
    background-size: cover;
    height: 100%;
  }

  .div-block-73 {
    background-position: 70%;
    background-size: cover;
    height: 100%;
  }

  .div-block-74 {
    background-size: cover;
    height: 100%;
  }

  .div-block-75 {
    background-position: 30% 80%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
  }

  .div-block-76 {
    background-size: cover;
    height: 100%;
  }

  .div-block-77, .div-block-78 {
    height: 100%;
  }

  .image-16, .image-17 {
    margin-bottom: 23px;
  }

  .columns-7 {
    display: block;
  }

  .div-block-79 {
    display: none;
  }

  .columns-8 {
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: static;
  }

  .image-19 {
    width: 10px;
    margin-left: 21px;
  }

  .image-20 {
    width: 10px;
    margin-right: 21px;
  }

  .div-block-81, .div-block-82 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-82.dcv654 {
    padding-left: 0;
    padding-right: 0;
  }

  .html-embed-3 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .html-embed-3.htmlembed4 {
    margin-left: 0%;
    margin-right: 0;
  }

  .columns-9 {
    width: 80%;
  }

  .column-25 {
    background-image: none;
    margin-bottom: 0;
  }

  .column-26, .column-27, .column-28 {
    background-image: none;
  }

  .text-block-8 {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .div-block-84 {
    background-image: url('../images/circle.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    justify-content: center;
    align-items: center;
    height: 100px;
    display: flex;
  }

  .image-21 {
    width: 95%;
  }

  .div-block-85 {
    width: 100%;
    padding-top: 35px;
    padding-bottom: 33px;
  }

  .heading-2.head3 {
    margin-top: 5vw;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-2.head4 {
    font-size: 13px;
  }

  .heading-3 {
    display: none;
  }

  .image-22 {
    width: 190px;
    margin-top: 413px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .cols3 {
    width: 100%;
  }

  .cols3.cols33 {
    width: 100%;
    margin-top: 12px;
    margin-bottom: 20px;
  }

  .cols4 {
    width: 100%;
  }

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

  .text-span-5.mobstay {
    margin-top: -10px;
    margin-bottom: 9px;
  }

  .dropdown {
    display: none;
  }

  .div-block-87 {
    margin-top: -40px;
  }

  .bold-text-4 {
    text-align: center;
    width: 100%;
    font-size: 10vw;
    line-height: 10vw;
  }

  .text-block-9 {
    font-size: 14px;
    line-height: 19px;
  }

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

  .text-block-9.subtitle.subtitle2 {
    width: 100%;
    margin-top: 20px;
    line-height: 26px;
  }

  .text-block-9.subtitle.subtitle2.subtitle3 {
    font-size: 13px;
    line-height: 22px;
  }

  .text-block-9.subtitle.subtitle2.subtitle3.abt3 {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-9.subtitle.subtitle2.blogg7g {
    padding-right: 23px;
  }

  .text-block-9.txt10 {
    font-size: 14px;
    line-height: 22px;
  }

  .text-block-9.txt10.txt102.txt103 {
    margin-top: 10px;
    margin-bottom: 0;
    padding-right: 69px;
  }

  .text-block-9.txt10.txt102._102b {
    width: auto;
    margin-bottom: 7px;
    padding-right: 0;
  }

  .text-block-9.txt10.txt_doubts {
    width: auto;
    margin-bottom: 19px;
  }

  .text-block-9.txt10.how-it-works {
    margin-left: -10px;
  }

  .text-block-9.txt10.how-it-works.hiw4 {
    margin-left: 0;
  }

  .text-block-9.txt10.how-it-works.slidr {
    margin-left: 47px;
  }

  .text-block-9.txt10.txt_diff {
    margin-bottom: 0;
  }

  .text-block-9.txt10.txt12.subscribe_sub.sub_note {
    width: auto;
    margin-top: 23px;
  }

  .text-block-9.txt10.txt12.subscribe_sub.subsubsub {
    color: #aecbc9;
    text-align: left;
    width: 75%;
    margin-top: 3px;
  }

  .text-block-9.txt10.supporttext.support2 {
    line-height: 18px;
  }

  .text-block-9.txt10.txt16 {
    color: #1c575e;
    width: auto;
    margin-top: -23px;
  }

  .text-block-9.txt11._11b {
    margin-bottom: 14px;
    font-size: 13px;
    line-height: 22px;
  }

  .image-23 {
    margin-top: 6px;
    display: none;
  }

  .image-25 {
    width: 200px;
    margin-top: 14px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-25._25v2 {
    display: none;
  }

  .image-25._25v3 {
    width: 85%;
    display: block;
  }

  .paragraph-6 {
    padding-left: 10px;
    font-size: 12px;
    line-height: 19px;
  }

  .text-block-10 {
    font-size: 18px;
  }

  .image-26 {
    width: 27px;
    margin-top: 5px;
  }

  .div-block-88 {
    margin-top: 9px;
  }

  .columns-12._12b {
    padding-left: 3%;
    padding-right: 3%;
  }

  .div-block-89.div3.dicv33.div3b._3b2 {
    padding-top: 7px;
    padding-bottom: 0;
  }

  .div-block-89.div3.div3b {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 0;
    padding-right: 0;
  }

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

  .div-block-89.divsupport.div_contact {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-89._89_2 {
    width: 100%;
    padding: 30px 25px;
  }

  .heading-4.head5 {
    font-size: 25px;
  }

  .heading-4.head5.head_doubts {
    line-height: 28px;
  }

  .heading-4.head5.head_doubts.head_about.head_about2.subhead.subhead33 {
    text-align: left;
  }

  .heading-4.head5.head_doubts.head_journey_cntct {
    line-height: 22px;
  }

  .heading-4.head5.head6.head13.head14 {
    margin-top: -73px;
    margin-bottom: 31px;
    line-height: 25px;
  }

  .heading-4.head5.headfoster {
    line-height: 29px;
  }

  .heading-4.head7.contcthead {
    margin-bottom: 6px;
  }

  .heading-4.head99 {
    font-size: 25px;
  }

  .heading-4.head_journey {
    font-size: 25px;
    line-height: 25px;
  }

  .heading-4.head44 {
    margin-top: 18px;
  }

  .div-block-90 {
    margin-top: 10px;
    margin-bottom: 16px;
  }

  .div-block-90.line2 {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .div-block-90.line3 {
    margin-top: 28px;
  }

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

  .div-block-91.div912 {
    text-align: left;
  }

  .div-block-91._912 {
    padding-top: 0;
    padding-left: 0;
  }

  .div-block-91.getit {
    margin-bottom: 35px;
    margin-left: 18px;
    padding-top: 15px;
  }

  .text-span-6._8b {
    font-size: 14px;
  }

  .button-3 {
    margin-top: 5px;
    margin-bottom: 4px;
    padding-top: 7px;
  }

  .button-3.button4 {
    margin-top: 0;
    margin-left: 0;
  }

  .button-3.button4._4_ {
    margin-bottom: 2px;
  }

  .button-3.button4.butt77 {
    margin-left: 45px;
  }

  .button-3.button5 {
    margin-top: 28px;
    margin-bottom: 19px;
  }

  .button-3.butt6 {
    margin-top: 10px;
  }

  .button-3.button55 {
    margin-top: -5px;
  }

  .text-block-11 {
    font-size: 15px;
    line-height: 21px;
  }

  .heading-5 {
    width: auto;
    margin-top: 0;
    margin-bottom: 17px;
    margin-right: 27px;
    padding-right: 23px;
    line-height: 6vw;
  }

  .heading-5.decide1 {
    margin-right: 0;
    font-size: 15px;
  }

  .heading-5.decide1.decide2 {
    padding-right: 0;
    font-size: 14px;
  }

  .heading-5.hhd {
    margin-top: 22px;
  }

  .column-32, .column-33 {
    padding-left: 0;
    padding-right: 0;
  }

  .columns-13 {
    margin-left: 0%;
  }

  .column-36 {
    padding-left: 10px;
  }

  .column-36._36b {
    padding-left: 20px;
  }

  .column-37 {
    background-image: url('../images/line3.gif'), url('../images/home_icon1.png');
    background-position: 50% 100%, 100% 10%;
    background-repeat: no-repeat, no-repeat;
    background-size: 701px 1px, 40px;
    height: auto;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .column-37.col38 {
    background-image: url('../images/line3.gif'), url('../images/home_icon3.png'), linear-gradient(#0000, #0000);
    background-position: 50% 100%, 100% 10%, 0 0;
    background-repeat: no-repeat, no-repeat, repeat;
    background-size: 701px 1px, 40px, auto;
    margin-top: 20px;
  }

  .column-38 {
    background-position: 100% 10%;
    height: auto;
    margin-bottom: 24px;
  }

  .div-block-94 {
    background-position: 50% 0;
    background-size: cover;
    margin: 40px 10px 23px;
  }

  .columns-14 {
    width: 100%;
  }

  .italic-text-3 {
    font-size: 15px;
  }

  .head2.list {
    font-size: 15px;
    line-height: 13px;
  }

  .head2.head14 {
    margin-top: -1px;
    margin-bottom: -14px;
  }

  .column-40 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-95 {
    width: 90%;
    margin-top: 7%;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-96 {
    width: 100%;
    padding: 30px 20px 19px;
  }

  .div-block-96._962 {
    padding-left: 10px;
    display: none;
  }

  .div-block-96._962.slidervs {
    background-image: linear-gradient(#edeeac, #edeeac), url('../images/f.png');
    background-position: 0 0, 95% 90%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 40px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .div-block-97 {
    background-image: url('../images/tile2b.gif');
    background-position: 0 0;
    background-size: contain;
    margin-top: 23px;
  }

  .column-41 {
    padding-bottom: 8px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .div-block-98 {
    background-position: 0 -20%;
    background-repeat: no-repeat;
    background-size: 1440px;
    margin-top: -137px;
    padding-top: 7px;
    padding-bottom: 19px;
  }

  .div-block-100 {
    height: auto;
    margin-top: 4px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-100._10101 {
    margin-top: 14px;
  }

  .txt14 {
    line-height: 7vw;
  }

  .image-27 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-block-101 {
    background-image: url('../images/1_11.png');
    background-position: 27px 0;
    margin-top: 41px;
    padding-left: 26px;
  }

  .div-block-101._1012, .div-block-101._1013, .div-block-101._1014, .div-block-101._1015, .div-block-101._1016 {
    background-position: 0 15px;
  }

  .div-block-101._10122 {
    background-image: url('../images/2_12.png');
  }

  .div-block-101._10133 {
    background-image: url('../images/3_13.png');
  }

  .div-block-101._10144 {
    background-image: url('../images/4_14.png');
  }

  .div-block-101._10155 {
    background-image: url('../images/5_15.png');
  }

  .div-block-101._101-2 {
    background-image: url('../images/2_12.png');
  }

  .div-block-101._101-2._101-3 {
    background-image: url('../images/3_13.png');
  }

  .div-block-101._101-2._101-3._101-4 {
    background-image: url('../images/4_14.png');
  }

  .div-block-101._101-2._101-3._101-4._101-5 {
    background-image: url('../images/5_15.png');
  }

  .text-block-13 {
    text-align: center;
    font-size: 4vw;
  }

  .text-block-14 {
    z-index: 99;
    text-align: center;
    font-size: 4vw;
    position: relative;
  }

  .text-block-14.hd55 {
    margin-top: 16px;
  }

  .tab-link-tab-1.w--current {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .tab-link-tab-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .columns-18 {
    margin-left: 0%;
    margin-right: 0;
  }

  .image-28 {
    display: none;
  }

  .paragraph-7 {
    padding-top: 9px;
    padding-right: 13px;
    font-size: 14px;
  }

  .paragraph-7.par_7_2 {
    margin-bottom: 19vw;
    line-height: 12px;
  }

  .column-42 {
    padding-right: 25px;
  }

  .column-43 {
    padding-right: 0;
  }

  .column-44 {
    padding-left: 0;
  }

  .column-45 {
    padding-left: 14px;
  }

  .div-block-105 {
    margin-bottom: 19px;
  }

  .div-block-106 {
    background-position: 0 28px;
    background-size: 30px;
    width: 85%;
    padding-top: 30px;
    padding-left: 42px;
  }

  .div-block-106._1063 {
    background-position: 0 24px;
    background-size: 35px;
  }

  .div-block-106._1054 {
    background-position: 0 25px;
    background-size: 30px;
  }

  .div-block-106._106nt {
    padding-left: 0;
  }

  .div-block-106._106nt.subblog {
    width: 100%;
    margin-left: 0;
    padding-top: 23px;
    padding-left: 31px;
    padding-right: 28px;
  }

  .div-block-106._106_2 {
    background-position: 0 30px;
    margin-left: 23px;
    padding-left: 44px;
    padding-right: 0;
  }

  .columns-20 {
    margin-top: 6px;
  }

  .column-50, .column-51 {
    padding-right: 0;
  }

  .image-30.img31 {
    margin-top: 11px;
    margin-bottom: 14px;
  }

  .div-block-107 {
    text-align: left;
  }

  .slider-3 {
    width: 260px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .text-block-15 {
    margin-top: 66px;
    font-size: 12px;
    line-height: 16px;
  }

  .div-block-109 {
    background-position: 50% 100%;
    background-size: auto 280px;
    width: 85%;
    max-width: none;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-109.blog {
    margin-top: -140px;
  }

  .div-block-109._109b {
    height: auto;
    padding: 0 20px;
  }

  .div-block-109._109b._109d {
    width: 90%;
    margin-top: 150px;
    padding-bottom: 1px;
  }

  .div-block-109._109b._109c {
    height: auto;
    padding-left: 8px;
  }

  .paragraph-8 {
    margin-bottom: 18px;
    line-height: 17px;
  }

  .paragraph-8._82 {
    margin-left: -10px;
    margin-right: -10px;
    font-size: 13px;
  }

  .paragraph-8._82.sameday {
    width: 80%;
    margin: -3px auto 2px;
    line-height: 13px;
  }

  .paragraph-8._82.grouptxt {
    margin-top: 6px;
    margin-left: 42px;
  }

  .column-53 {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-17.phonenr {
    text-align: center;
    margin-left: 43px;
  }

  .columns-22 {
    background-position: 0 25px;
    background-size: 40px;
    width: auto;
    height: auto;
    padding-top: 17px;
    padding-left: 0;
    display: block;
  }

  .columns-22._222 {
    margin-left: 18px;
    padding-left: 13px;
    display: block;
  }

  .column-54 {
    background-size: 40px;
    margin-bottom: 20px;
    padding-bottom: 11px;
    padding-left: 53px;
  }

  .column-54._542 {
    background-position: 0 0;
    padding-top: 5px;
    padding-bottom: 10px;
    padding-left: 29px;
    display: flex;
  }

  .div-block-110 {
    height: auto;
    margin-bottom: 13px;
    padding-top: 17px;
    padding-bottom: 0;
    padding-left: 20px;
    font-size: 15px;
  }

  .column-55 {
    background-image: url('../images/line3.gif');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 701px;
  }

  .text-block-18 {
    margin-bottom: 34px;
  }

  .column-56 {
    margin-top: 15px;
    padding-left: 0;
  }

  .div-block-111._1112 {
    background-position: 100% 100%;
    background-size: 352px;
    width: 85%;
    height: 480px;
    margin-top: 20px;
    margin-bottom: 1px;
    padding: 23px 23px 20px 28px;
  }

  .html-embed-5 {
    width: auto;
  }

  .link-11 {
    text-align: left;
    font-size: 19px;
    display: block;
  }

  .link-11.link112 {
    font-size: 22px;
  }

  .link-11.phone {
    padding-left: 20px;
  }

  .link-11.whatsapp {
    margin-left: -10px;
  }

  .div-block-112._11233 {
    margin-left: 84%;
  }

  .column-58 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-59 {
    padding-left: 0;
  }

  .italic-text-13.it13b {
    line-height: 21px;
  }

  .column-61 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-114 {
    width: 100%;
    padding-bottom: 14px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-62 {
    background-image: url('../images/line3.gif');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 701px;
    padding-left: 0;
  }

  .image-32 {
    width: 22px;
  }

  .div-block-118 {
    width: 80%;
    margin-top: 1px;
  }

  .div-block-118.blog77 {
    margin-top: 143px;
  }

  .div-block-118._1183 {
    margin-top: 247px;
    display: none;
  }

  .div-block-118._1183._184 {
    display: flex;
  }

  .link-block-5 {
    display: block;
  }

  .link-block-5.lnk7 {
    display: none;
  }

  .link-block-5.lnk7._72 {
    display: block;
  }

  .link-block-5.link55 {
    margin-bottom: 52px;
  }

  .div-block-119 {
    display: none;
  }

  .column-64 {
    margin-top: 23px;
    padding-top: 24px;
    padding-left: 20px;
  }

  .image-33 {
    display: inline-block;
  }

  .columns-23 {
    background-image: url('../images/line3.gif');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 701px 1px;
  }

  .slide-2, .slide-3, .slide-4, .slide-5, .slide-6 {
    position: static;
  }

  .column-65 {
    display: none;
  }

  .column-66 {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-34, .image-35 {
    height: 1px;
  }

  .image-36 {
    height: 1px;
    margin-top: 21px;
    margin-bottom: 29px;
  }

  .image-37, .image-38 {
    height: 1px;
  }

  .image-39 {
    width: 30px;
  }

  .link-block-6 {
    display: flex;
  }

  .div-block-120 {
    background-image: none;
    margin-left: 0;
    padding-top: 71px;
  }

  .text-block-19 {
    width: 100%;
    margin-top: 0;
    margin-left: 15px;
  }

  .text-block-19._2125 {
    margin-top: 50px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 1px;
  }

  .image-40 {
    width: 200px;
    margin-left: 16px;
  }

  .text-block-20 {
    padding-left: 17px;
    font-size: 4.5vw;
  }

  .column-67 {
    padding-top: 20px;
    padding-bottom: 26px;
  }

  .image-41 {
    width: 100%;
    margin-top: -19px;
    margin-bottom: 9px;
    display: block;
  }

  .list-item-2 {
    margin-left: 0;
  }

  .list-item-2.list3-4 {
    margin-bottom: 0;
    font-size: 14px;
  }

  .icon-8 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .icon-9 {
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .left-arrow-2 {
    align-items: flex-start;
    display: flex;
  }

  .mask-2 {
    padding-left: 0;
    padding-right: 12px;
  }

  .div-block-122 {
    background-position: 0 0;
    display: none;
  }

  .image-42._421 {
    margin-top: 16px;
    margin-bottom: 13px;
  }

  .image-42._421._4256 {
    display: none;
  }

  .html-embed-6 {
    width: 100%;
  }

  .paragraph-9 {
    color: #16494a;
    width: 100%;
  }

  .paragraph-9.par92._9292 {
    color: #fff;
    text-align: left;
    padding-left: 0%;
    padding-right: 16px;
  }

  .image-43 {
    margin-bottom: 43px;
  }

  .div-block-124 {
    width: 100%;
  }

  .div-block-124._1242 {
    text-align: left;
    width: 100%;
  }

  .image-44 {
    text-align: left;
  }

  .slider-5 {
    background-color: #0000;
    width: 100%;
    height: 470px;
    margin-top: -63px;
  }

  .slide-9 {
    background-color: #0000;
    background-image: url('../images/cntct_yellow_tile.gif');
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: auto 400px;
    padding-top: 23px;
    padding-left: 0;
  }

  .mask-3 {
    padding-left: 0;
  }

  .slide-nav-4 {
    background-color: #edeeac;
  }

  .icon-10 {
    margin-left: 16px;
    font-size: 7vw;
    inset: auto auto 0% 0%;
  }

  .icon-11 {
    margin-right: 16px;
    font-size: 7vw;
    inset: auto 0% 0% auto;
  }

  .div-block-126 {
    background-color: #edeeac;
    height: 200px;
    padding-top: 7px;
  }

  .image-45 {
    width: 65px;
    margin-left: 114px;
    position: relative;
  }

  .div-block-127 {
    text-align: center;
    margin-top: 14px;
    padding-right: 0;
  }

  .slide-nav-5, .left-arrow-3, .right-arrow-3 {
    display: none;
  }

  .slider-6 {
    height: 100%;
  }

  .slide-10 {
    background-image: url('../images/home-mast-m.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .slide-10.slide11 {
    background-image: url('../images/home-mast-m_new2.jpg');
  }

  .slide-10.slide11.slide12 {
    background-image: url('../images/home-mast-m_new3.jpg');
    background-position: 50%;
  }

  .slide-10.slide11.slide12.slide13 {
    background-image: url('../images/home-mast-m_new5.jpg');
  }

  .slide-10.slide11.slide12.slide13.slide14 {
    background-image: url('../images/home-mast-m_new4.jpg');
  }

  .slider-7.flowbaseslider {
    width: 100%;
    height: 300px;
    margin-top: 80px;
  }

  .slide-nav-6 {
    padding-top: 0;
    padding-left: 0;
  }

  .icon-12, .icon-13 {
    margin-top: 268px;
    margin-bottom: 0;
  }

  .mask-4 {
    margin-top: -45px;
    margin-left: 0;
  }

  .right-arrow-4, .left-arrow-4 {
    display: none;
  }

  .image-46 {
    width: 27px;
    margin-top: -32px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-129 {
    text-align: center;
    width: 100%;
    margin-top: -24px;
    padding-right: 0;
    display: block;
  }

  .slide-11 {
    padding-right: 8px;
  }

  .image-47, .image-48, .image-49, .image-50, .image-51 {
    width: 25px;
  }

  .div-block-130 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .columns-26 {
    width: 200px;
  }

  .div-block-131 {
    text-align: center;
    width: 100%;
    margin-top: 1px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -57px;
  }

  .text-block-21._2122 {
    padding-right: 74px;
  }

  .columns-27 {
    width: 100%;
    margin-top: -153px;
    padding-left: 0;
  }

  .div-block-132 {
    background-image: none;
    width: 100%;
    padding-left: 14px;
    padding-right: 20px;
  }

  .column-71 {
    background-color: #c1f1d9;
    border-radius: 8px;
    margin-top: 18px;
    padding-right: 0;
    left: 3px;
  }

  .link-block-9._9-2 {
    margin-top: 17px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .div-block-133 {
    margin-top: -3px;
  }

  .div-block-135 {
    height: 190px;
    display: block;
  }

  .background-video-4 {
    justify-content: center;
    height: 195px;
  }

  .image-52 {
    width: 35px;
    margin-top: -45px;
    margin-right: 32px;
    inset: 0% 0% auto auto;
  }

  .columns-28 {
    margin-top: 12px;
  }

  .column-73 {
    padding-top: 2px;
  }

  .div-block-137 {
    text-align: center;
    padding-bottom: 23px;
    padding-right: 17px;
  }

  .link-26 {
    color: #c0e0cd;
  }

  .link-27 {
    color: #c5e5d0;
  }

  .div-block-139 {
    width: 100%;
    margin-top: 43px;
    padding-left: 20px;
  }

  .column-74 {
    background-size: 40px;
    margin-top: -12px;
    padding-bottom: 25px;
    padding-left: 29px;
  }

  .paragraph-10 {
    margin-top: -34px;
    font-size: 17px;
    line-height: 21px;
  }

  .paragraph-10._1-_3 {
    z-index: 200;
    width: 200px;
    margin: 30px auto 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    display: block;
    position: static;
  }

  .paragraph-10._10_4 {
    width: 90%;
    margin-top: 10px;
    display: block;
  }

  .paragraph-10._10_5 {
    margin-top: 282px;
  }

  .div-block-142 {
    background-color: #13202a;
    background-position: 40% 42%;
    background-size: 900px;
    border-width: 0;
    border-radius: 0;
    width: 100%;
    max-width: none;
    height: 450px;
    margin-top: -50px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-143 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    width: auto;
    display: block;
    position: static;
  }

  .tabs-3 {
    width: 100%;
  }

  .image-54.custodians {
    width: 85%;
    margin-top: 63px;
  }

  .image-54._546 {
    width: 50%;
    margin-top: 58px;
  }

  .image-54._546._70593 {
    width: 70%;
    margin-top: 21px;
    padding-right: 16px;
  }

  .image-54._573 {
    width: 80%;
    margin-top: 28px;
  }

  .image-54._6666 {
    width: 70%;
  }

  .div-block-145._14567, .div-block-145._29292, .div-block-145.auaua {
    border-radius: 0;
    width: 100%;
  }

  .text-block-23 {
    width: 90%;
    margin-bottom: 13px;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
  }

  .text-block-23._232 {
    margin-top: -40px;
  }

  .tabs-menu-2 {
    width: 100%;
    padding-left: 12px;
    position: static;
  }

  .tab-link-tab-1-2 {
    width: 30%;
    height: 200px;
    margin-bottom: -1px;
    margin-left: -1px;
    margin-right: 0;
    padding-top: 26px;
    padding-bottom: 0;
    display: block;
  }

  .tab-link-tab-1-2.w--current {
    width: 31%;
    margin-left: 10px;
    padding-left: 10px;
  }

  .tab-link-tab-2-2 {
    width: 31%;
    height: 200px;
    margin-top: -200px;
    margin-left: 38%;
    padding-left: 5px;
  }

  .tab-link-tab-2-2.w--current {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 31%;
    height: 200px;
    margin-top: -200px;
    margin-left: 34%;
    padding-top: 19px;
    padding-bottom: 5px;
    padding-left: 11px;
    display: block;
  }

  .div-block-146 {
    width: 75px;
    height: 75px;
    margin-bottom: 8px;
  }

  .tab-link-tab-3 {
    width: 30%;
    height: 200px;
    margin-top: -200px;
    margin-left: 70%;
    padding-left: 0;
    padding-right: 0;
  }

  .tab-link-tab-3.w--current {
    width: 31%;
    margin-left: 62%;
    padding-left: 7px;
  }

  .tab-link-tab-3._334 {
    height: 220px;
    margin-top: -197px;
    padding-top: 26px;
  }

  .tab-link-tab-3._334.w--current {
    margin-top: -206px;
    margin-left: 62%;
    padding-left: 13px;
  }

  .text-block-24 {
    font-size: 19px;
    line-height: 19px;
  }

  .bold-text-6 {
    margin-top: 5px;
    margin-bottom: 9px;
    font-size: 11px;
    line-height: 12px;
  }

  .bold-text-7 {
    margin-top: 5px;
    font-size: 11px;
    line-height: 12px;
  }

  .paragraph-12 {
    width: 100%;
    margin-top: 18px;
    margin-left: 17px;
    margin-right: auto;
    padding-left: 0;
  }

  .tabs-content {
    margin-left: 5px;
    padding-top: 9px;
    padding-left: 9px;
  }

  .image-55 {
    width: 80px;
  }

  .image-55.logo2.logo3 {
    width: 142px;
    margin-top: 31px;
    padding-left: 7px;
  }

  .div-block-147 {
    margin-bottom: 46px;
  }

  .slider-8 {
    width: 100%;
    height: 450px;
  }

  .image-56 {
    margin-top: 6px;
    margin-left: 26px;
    margin-right: auto;
  }

  .div-block-149 {
    background-color: #ffffff24;
    border-radius: 0;
    width: 100%;
    margin-top: 50px;
  }

  .div-block-149._182824 {
    margin-top: 0;
  }

  .paragraph-13 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-150 {
    margin-top: 39px;
  }

  .icon-14, .icon-15 {
    margin-top: 330px;
    font-size: 27px;
  }

  .div-block-151 {
    width: 100%;
    padding-top: 10px;
  }

  .image-57 {
    vertical-align: baseline;
    margin-left: auto;
    margin-right: auto;
    display: block;
    inset: 0% 0% auto;
  }

  .image-58 {
    width: 100px;
    margin-top: -246px;
    display: inline;
  }

  .image-59 {
    width: 100%;
    height: 100%;
    display: block;
  }

  .body {
    background-color: #1c3a4e;
  }

  .heading-7 {
    color: #53acb3;
    margin-top: 81px;
    font-family: Centurygothic, Trebuchet MS, sans-serif;
    font-size: 15px;
  }

  .heading-8 {
    color: #55aeb5;
    text-align: center;
    margin-top: 28px;
    margin-bottom: 15px;
    font-family: Centurygothic, Trebuchet MS, sans-serif;
    font-size: 15px;
  }

  .heading-9 {
    color: #53aeb4;
    width: 90%;
    margin: 28px auto 13px;
    font-family: Centurygothic, Trebuchet MS, sans-serif;
    font-size: 15px;
    line-height: 18px;
  }

  .text-block-26.footv2 {
    color: #2a9b8f;
    width: 100%;
    display: block;
  }

  .text-block-26.footv21 {
    display: none;
  }
}


@font-face {
  font-family: 'Centurygothic';
  src: url('../fonts/centurygothic.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aptos';
  src: url('../fonts/Aptos.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}