@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400&display=swap');

body {
    margin: 0
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: var(--header-height, 160px);
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

@media (max-width: 44.99em) {
    html, body {
        overflow-x: hidden;
        max-width: 100%;
    }
}

a {
    background-color: transparent
}

img {
    border-style: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

.slick-slide img {
    display: block
}

.slick-initialized .slick-slide {
    display: block
}

[data-reveal-animation="fade-up"] {
    opacity: .12;
    transform: translateY(20px);
    transition: opacity .6s, transform .6s
}

@media screen and (prefers-reduced-motion:reduce) {
    [data-reveal-animation="fade-up"] {
        transition: none
    }
}

[data-reveal-animation="fade-up"].reveal-animation-active {
    opacity: 1;
    transform: none
}

a:focus {
    outline: 1px dotted currentColor;
    outline-offset: 4px
}



* {
    border: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    padding: 0
}

html {
    box-sizing: border-box
}

*,
:after,
:before {
    box-sizing: inherit
}

a {
    color: inherit;
    text-decoration: none
}

img {
    max-width: 100%
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1
}

:disabled {
    cursor: default
}

.eyebrow {
    color: #875e2c;
    font-family: brandon-grotesque, sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 3.6px;
    line-height: 12px;
    text-transform: uppercase
}

@media (min-width:45em) {
    .eyebrow {
        font-size: 13px;
        line-height: 15px
    }
}

.heading-4 {
    font-family: 'sans-regular', sans-serif;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 25px;
    color: #393832;
}

@media (min-width:45em) {
    .heading-4 {
        font-size: 30px;
        line-height: 35px
    }
}




.button-primary {
    font-family: 'sans-regular', sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1.6px;
    line-height: normal;
    text-align: center;
    text-transform: uppercase
}

.button-primary {
    background-color:#a56825;
    border: none;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    padding: 12px 39px;
    position: relative;
    text-align: center;
    transition: background-color .2s linear;
    white-space: nowrap
}

@media screen and (prefers-reduced-motion:reduce) {
    .button-primary {
        transition: none
    }
}

@media (min-width:80em) {
    .button-primary {
        padding: 14px 39px
    }
}

.button-primary:focus,
.button-primary:hover {
    background-color: #875e2c;
    color: #fff !important;
}

.hero-offer {
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px
}

@media (min-width:45em) and (max-width:79.99em) {
    .hero-offer {
        margin-top: 50px
    }
}

@media (min-width:80em) {
    .hero-offer {
        margin-bottom: 50px
    }
}

.hero-offer .hero-offer-item {
    display: none
}

.hero-offer .hero-offer-item:first-child {
    display: block
}

.hero-offer__inner {
    position: relative
}

@media (min-width:45em) {
    .hero-offer__inner {
        margin: 0 20px
    }
}

@media (min-width:80em) {
    .hero-offer__inner {
        margin: 55px 50px 0
    }
}

.hero-offer-item__inner {
    display: flex;
    flex-direction: column;
    position: relative
}

@media (min-width:45em) {
    .hero-offer-item__inner {
        flex-direction: row
    }
    .hero-offer-item__inner .side {
        min-height: 400px
    }
}

.hero-offer-item__inner .side:first-child {
    background-color: transparent
}

@media (min-width:45em) {
    .hero-offer-item__inner .side:first-child {
        flex: 0 0 33.33333%;
        max-height: 100%
    }
}

.hero-offer-item__inner .side:last-child {
    background-color: #afad9f6c;
    display: flex;
    justify-content: center;
    padding: 0 40px;
    color: #fff !important;
    border-radius: 4px;
}

@media (min-width:45em) {
    .hero-offer-item__inner .side:last-child {
        align-content: center;
        flex: 0 0 66.66667%;
        padding: unset
    }
}

@media (min-width:45em) {
    .hero-offer.hero-offer--content-wide .hero-offer-item__inner .side:first-child {
        flex: 0 0 16.66667%
    }
    .hero-offer.hero-offer--content-wide .hero-offer-item__inner .side:last-child {
        flex: 0 0 100%
    }
}

.hero-offer-content {
    align-self: center;
    margin: 100px 0 20px;
    text-align: center
}

@media (min-width:45em) {
    .hero-offer-content {
        flex: 0 50%;
        margin: 0;
        text-align: left
    }
}

@media (min-width:80em) {
    .hero-offer-content {
        flex: 0 50%;
        margin: 100px 0 42px;
        text-align: left
    }
}

.hero-offer-content__inner {
    margin: auto 0
}

@media (min-width:45em) {
    .hero-offer-content__inner {
        padding-bottom: 0
    }
}

@media (min-width:80em) {
    .hero-offer-content__inner {
        padding-bottom: 60px
    }
}

@media (min-width:45em) {
    .hero-offer.hero-offer--content-wide .hero-offer-content__inner {
        margin-left: calc(60% - 50px)
    }
}

.hero-offer-content__inner * {
    max-width: 320px
}

.hero-offer-content__inner .eyebrow {
    margin-bottom: 20px;
    color: #393832;
    font-family: 'sans';
   
}

.hero-offer-content__inner .heading-4 {
    margin-bottom: 16px
}

.gap-space {
  width: 100%;
  height: 50px;
}

.hero-offer-content__inner .body {
    margin-bottom: 18px;
    margin-top: 12px;
    color: #393832;
    font-family: 'sans';
}

.hero-offer-img-container {
    padding: 0 20px;
    transform: translateY(80px)
}

@media (min-width:45em) {
    .hero-offer-img-container {
        align-items: center;
        display: flex;
        height: 100%;
        left: 0;
        max-height: 400px;
        max-width: 745px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 57%
    }
}

.hero-offer-img-wrapper {
    overflow: hidden;
    padding-bottom: 53.69%;
    position: relative;
    width: 100%
}

.hero-offer-img {
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.introduction__text-container .page-content .iubenda-custom-content blockquote.blockquote>:before,
.introduction__text-container .page-content .rich-text blockquote.blockquote>:before,
.page-content .iubenda-custom-content .introduction__text-container blockquote.blockquote>:before,
.page-content .rich-text .introduction__text-container blockquote.blockquote>:before {
    content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“"
}

@media (min-width:45em) {
    .introduction__text-container .page-content .iubenda-custom-content blockquote.blockquote>:before,
    .introduction__text-container .page-content .rich-text blockquote.blockquote>:before,
    .page-content .iubenda-custom-content .introduction__text-container blockquote.blockquote>:before,
    .page-content .rich-text .introduction__text-container blockquote.blockquote>:before {
        left: -30px;
        position: absolute;
        top: 0
    }
}

.introduction__text-container .page-content .iubenda-custom-content blockquote.blockquote>:after,
.introduction__text-container .page-content .rich-text blockquote.blockquote>:after,
.page-content .iubenda-custom-content .introduction__text-container blockquote.blockquote>:after,
.page-content .rich-text .introduction__text-container blockquote.blockquote>:after {
    content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â"
}

@media (min-width:45em) {
    .introduction__text-container .page-content .iubenda-custom-content blockquote.blockquote>:after,
    .introduction__text-container .page-content .rich-text blockquote.blockquote>:after,
    .page-content .iubenda-custom-content .introduction__text-container blockquote.blockquote>:after,
    .page-content .rich-text .introduction__text-container blockquote.blockquote>:after {
        bottom: 0;
        position: relative;
        right: -5px
    }
}


  
@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
}


.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  .slick-slide img {
    display: block; }
  .slick-initialized .slick-slide {
    display: block; }

/**
 * Universal reset.
 */
* {
  border: none;
  margin: 0;
  padding: 0; }

/**
 * Universal box sizing with inheritance.
 */
html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

/**
 * Reset elements.
 */
a {
  color: inherit;
  text-decoration: none; }

img {
  max-width: 100%; }

/**
 * Reset form elements.
 */

button {
  background: none;
  color: inherit; }

/**
 * Reset pointer cursors (opinionated).
 */
button {
  cursor: pointer; }

:disabled {
  cursor: default; }

html {
  background-color: #ffffff;
  color: #2e2e2e;
  font-family: "brandon-grotesque", sans-serif; }

a:focus,
button:focus {
  outline: 1px dotted currentColor;
  outline-offset: 4px; }

@media (min-width: 45em) {
  [data-reveal-animation="fade"] {
    opacity: 0.0625;
    transition: opacity 800ms 200ms;
    will-change: opacity; }
    [data-reveal-animation="fade"].reveal-animation-active {
      opacity: 1; } }

.section-residences__inner > .eyebrow {
  padding-left: 20px;
  padding-right: 20px;
  /* stylelint-disable */
  /* stylelint-enable */ }
  @supports (padding: max(0px)) {
    .section-residences__inner > .eyebrow {
      padding-left: max(20px, env(safe-area-inset-left));
      padding-right: max(20px, env(safe-area-inset-right)); } }
  @media (min-width: 45em) {
    .section-residences__inner > .eyebrow {
      padding-left: 50px;
      padding-right: 50px; } }

.eyebrow {
  font-family: "sans", sans-serif !important;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 5px;
  line-height: 1;
  text-transform: uppercase; }
  @media (min-width: 45em) {
    .eyebrow {
      font-size: 13px;
      letter-spacing: 6px; } }

.heading-3 {
  font-family: "sans-regular", sans-serif !important;
  font-size: 26px;
  font-weight: normal;
  letter-spacing: -0.5px;
  line-height: 30px; }
  @media (min-width: 45em) {
    .heading-3 {
      font-size: 40px;
      letter-spacing: -0.8px;
      line-height: 48px; } }

.paragraph {
  font-family: "sans", sans-serif !important;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0.2px;
  line-height: 20.8px; }
  @media (min-width: 45em) {
    .paragraph {
      font-size: 14px;
      line-height: 22.4px; } }

.button {
  display: inline-block;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: initial;
  padding: 11px 43px;
  text-align: center;
  text-transform: uppercase; }
  .button--primary:not(:disabled):hover, .button--primary:not(:disabled):focus {
    background-color: #9d6a33 !important;
    color: #ffffff !important; }

.button--secondary {
  background-color: #9d6a33;
  color: #ffffff !important;
  transition: 150ms;
  transition-property: color, background-color; }
  @media screen and (prefers-reduced-motion: reduce) {
    .button--secondary {
      transition: none; } }
  .button--secondary:not(:disabled):hover, .section-contact-us__container #gform_submit_button_2:not(:disabled):hover, .button--secondary:not(:disabled):focus, .section-contact-us__container #gform_submit_button_2:not(:disabled):focus {
    background-color: #2e2e2e !important;
    color: #ffffff !important; }
  .button--bordered:not(:disabled):hover, .button--bordered:not(:disabled):focus {
    background-color: #9d6a33 !important;
    color: #ffffff !important; }

.slick-nav-prev,
.slick-nav-next {
  background: #ffffff;
  height: 30px;
  padding: 5px;
  transform: rotate(45deg);
  width: 30px;
  z-index: 10; }

.slick-nav-prev::before {
  content: url("assets/icons/source/arrow-right.svg");
  display: block;
  transform: rotate(-225deg); }

.slick-nav-next::before {
  content: url("assets/icons/source/arrow-right.svg");
  display: block;
  transform: rotate(-45deg); }
  #gform_wrapper_1 input[type="submit"]:not(:disabled):hover, #gform_wrapper_1 input[type="submit"]:not(:disabled):focus {
    background-color: #9d6a33 !important;
    color: #ffffff !important; }

.residences-image-text__item-text {
  align-self: flex-end; }

@media (min-width: 45em) {
  .residences-image-text__inner-item.residence-syncing-slider:nth-child(odd) {
    flex-direction: row-reverse; } }

.residences-image-text__inner-item {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 40px; }
  @media (min-width: 45em) {
    .residences-image-text__inner-item:nth-child(odd) {
      flex-direction: row; } }
  .residences-image-text__inner-item:last-child {
    margin-bottom: 0; }
  .residences-image-text__inner-item .residence-image {
    height: auto;
    object-fit: cover;
    width: 100%; }
  .residences-image-text__inner-item .residence-text {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center; }
    @media (min-width: 45em) {
      .residences-image-text__inner-item .residence-text {
        padding-left: initial;
        padding-right: initial;
        text-align: initial; } }
    .residences-image-text__inner-item .residence-text .eyebrow {
      margin-bottom: 20px; }
    .residences-image-text__inner-item .residence-text .paragraph {
      margin-bottom: 20px; }
    .residences-image-text__inner-item .residence-text .button {
      display: inline-block;
      margin-top: 10px; }
  .residences-image-text__inner-item .residences-image-text__item-text-container {
    padding: 0px 0px;
    width: 100%; }
    @media (min-width: 45em) {
      .residences-image-text__inner-item .residences-image-text__item-text-container {
        padding: 0px 40px; } }
    @media (min-width: 56.25em) {
      .residences-image-text__inner-item .residences-image-text__item-text-container {
        padding: 0px 100px; } }
  .residences-image-text__inner-item .residences-image-text__item-text {
    align-self: center;
    display: flex;
    height: 100%;
    width: 100%; }
    @media (min-width: 45em) {
      .residences-image-text__inner-item .residences-image-text__item-text {
        width: 45%; } }
  .residences-image-text__inner-item .residences-image-text__item-image {
    margin-bottom: 25px;
    width: 100%; }
    @media (min-width: 45em) {
      .residences-image-text__inner-item .residences-image-text__item-image {
        width: 55%; } }

.residence-syncing-slider .residence-list__item {
  color: #cbcbcb;
  margin-bottom: 10px; }
  @media (min-width: 45em) {
    .residence-syncing-slider .residence-list__item {
      margin-bottom: 20px;
      text-align: left; } }

.residence-syncing-slider .residence-list {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.52px;
  line-height: 26px; }
  @media (min-width: 45em) {
    .residence-syncing-slider .residence-list {
      font-size: 25px; } }
  .residence-syncing-slider .residence-list .slick-track {
    display: flex;
    flex-direction: column;
    transform: none !important;
    width: 100% !important; }
  .residence-syncing-slider .residence-list .slick-slide {
    cursor: pointer;
    display: block;
    width: 100% !important; }
  .residence-syncing-slider .residence-list .slick-slide.slick-current {
    display: block; }

.residence-syncing-slider .slick-slide.slick-current .residence-list__item {
  color: #2e2e2e; }

.residence-syncing-slider .slick-nav-prev,
.residence-syncing-slider .slick-nav-next {
  display: block;
  z-index: 1; }
  @media (min-width: 45em) {
    .residence-syncing-slider .slick-nav-prev,
    .residence-syncing-slider .slick-nav-next {
      display: none !important; } }

.residence-syncing-slider .slick-nav-next {
  position: absolute;
  right: 20px;
  top: 50%; 
  display: none !important; 
}

.residence-syncing-slider .slick-nav-prev {
  left: 20px;
  position: absolute;
  top: 50%;
  display: none !important; 

}

.residence-syncing-slider.residences-image-text__inner-item {
  display: block; }
  @media (min-width: 45em) {
    .residence-syncing-slider.residences-image-text__inner-item {
      display: flex; } }

.residence-syncing-slider .residences-image-text__item-text--mobile {
  display: block;
  margin-bottom: 32px; }
  @media (min-width: 45em) {
    .residence-syncing-slider .residences-image-text__item-text--mobile {
      display: none; } }

.residence-syncing-slider .residences-image-text__item-text--desktop .eyebrow,
.residence-syncing-slider .residences-image-text__item-text--desktop .heading-3,
.residence-syncing-slider .residences-image-text__item-text--desktop p {
  display: none; }
  @media (min-width: 45em) {
    .residence-syncing-slider .residences-image-text__item-text--desktop .eyebrow,
    .residence-syncing-slider .residences-image-text__item-text--desktop .heading-3,
    .residence-syncing-slider .residences-image-text__item-text--desktop p {
      display: block; } }

.residences-syncing-list {
  margin-bottom: 16px; }
  @media (min-width: 45em) {
    .residences-syncing-list {
      margin-bottom: 0;
      margin-top: 20px; } }

.residences {
  position: relative; }
  .residences::after {
    background-image: url("assets/images/amenities-text-bg.jpg");
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 100%;
    left: -130px;
    position: absolute;
    top: 60px;
    width: 100%;
    z-index: -1; }

.section-residences__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px; }
  @media (max-width: 44.99em) {
    .section-residences__inner {
      padding-left: 0px;
      padding-right: 0px; } }
  .section-residences__inner .eyebrow {
    color: #9d6a33;
    margin-bottom: 10px; }
  .section-residences__inner > .eyebrow {
    margin-bottom: 40px;
    text-align: center; }
  .section-residences__inner .heading-3 {
    margin-bottom: 10px; }



    /*!
Theme Name: Gurney's Residences
Text Domain: gurneysresidences
Version: 1.1.2
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */ }
  
  /* Sections
     ========================================================================== */
  /**
   * Remove the margin in all browsers.
   */
  body {
    margin: 0; }
  
  /**
   * Render the `main` element consistently in IE.
   */
  
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  
  /* Grouping content
     ========================================================================== */
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  /* Text-level semantics
     ========================================================================== */
  /**
   * Remove the gray background on active links in IE 10.
   */
  a {
    background-color: transparent; }
  
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  /**
   * Add the correct font size in all browsers.
   */
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  
  /* Embedded content
     ========================================================================== */
  /**
   * Remove the border on images inside links in IE 10.
   */
  img {
    border-style: none; }
  
  /* Forms
     ========================================================================== */
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  
  /**
   * Correct the padding in Firefox.
   */
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */ }
  
  /* Interactive
     ========================================================================== */
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  
  /*
   * Add the correct display in all browsers.
   */
  
  /* Misc
     ========================================================================== */
  /**
   * Add the correct display in IE 10+.
   */
  
  /**
   * Add the correct display in IE 10.
   */
  
  /*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
  /*
      Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
  */
  /* pswp = photoswipe */
  
  /* style is added when JS option showHideOpacity is set to true */
  
  /*
      Background is added as a separate element.
      As animating opacity is much faster than animating rgba() background-color.
  */
  
  /* Prevent selection and tap highlights */
  
  /*
      stretched thumbnail or div placeholder element (see below)
      style is added to avoid flickering in webkit/blink when layers overlap
  */
  
  /*
      div element that matches size of large image
      large image loads on top of it
  */
  
  /*
      Error message appears when image is not loaded
      (JS option errorMsg controls markup)
  */
  
  /*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
  /*
  
      Contents:
  
      1. Buttons
      2. Share modal and links
      3. Index indicator ("1 of X" counter)
      4. Caption
      5. Loading indicator
      6. Additional styles (root element, top bar, idle state, hidden state, etc.)
  
  */
  /*
      
      1. Buttons
  
   */
  /* <button> css reset */
  
  /* pswp__ui--over-close class it added when mouse is over element that should close gallery */
  
  @media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
    /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */ }
  
  /* no arrows on touch screens */
  
  /*
      Arrow buttons hit area
      (icon is added to :before pseudo-element)
  */
  
  /*
  
      2. Share modal/popup and links
  
   */
  
  /* increase size of share links on touch devices */
  
  /*
  
      3. Index indicator ("1 of X" counter)
  
   */
  
  /*
      
      4. Caption
  
   */
  
  /* Fake caption element, used to calculate height of next/prev image */
  
  /*
  
      5. Loading indicator (preloader)
  
      You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR
  
   */
  
  /*
      
      6. Additional styles
  
   */
  /* root element of UI */
  
  /* top black bar with buttons and "1 of X" indicator */
  
  /* pswp--has_mouse class is added only when two subsequent mousemove events occur */
  
  /* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
  
  /* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
  
  /*
      pswp__ui--hidden class is added when controls are hidden
      e.g. when user taps to toggle visibility of controls
  */
  
  /* pswp__ui--one-slide class is added when there is just one item in gallery */
  
  /* Slider */
  
  /**
   * Universal reset.
   */
  * {
    border: none;
    margin: 0;
    padding: 0; }
  
  /**
   * Universal box sizing with inheritance.
   */
  html {
    box-sizing: border-box; }
  
  *,
  *::before,
  *::after {
    box-sizing: inherit; }
  
  /**
   * Reset elements.
   */
  a {
    color: inherit;
    text-decoration: none; }
  
  img {
    max-width: 100%; }
  
  /**
   * Reset form elements.
   */
  
  /**
   * Reset pointer cursors (opinionated).
   */
  
  :disabled {
    cursor: default; }
  
  html {
    background-color: #ffffff;
    color: #2e2e2e;
    font-family: "brandon-grotesque", sans-serif; }
  
  a:focus {
    outline: 1px dotted currentColor;
    outline-offset: 4px; }
  
  @media (min-width: 45em) {
    [data-reveal-animation="fade"] {
      opacity: 0.0625;
      transition: opacity 800ms 200ms;
      will-change: opacity; }
      [data-reveal-animation="fade"].reveal-animation-active {
        opacity: 1; } }
  
  .section__inner {
    padding-left: 20px;
    padding-right: 20px;
    /* stylelint-disable */
    /* stylelint-enable */ }
    @supports (padding: max(0px)) {
      .section__inner {
        padding-left: max(20px, env(safe-area-inset-left));
        padding-right: max(20px, env(safe-area-inset-right)); } }
    @media (min-width: 45em) {
      .section__inner {
        padding-left: 50px;
        padding-right: 50px; } }
  
  .section__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
     

}
  
  .eyebrow {
    font-family: "brandon-grotesque", sans-serif;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 5px;
    line-height: 1;
    text-transform: uppercase; }
    @media (min-width: 45em) {
      .eyebrow {
        font-size: 13px;
        letter-spacing: 6px; } }
  
  .heading-2 {
    font-family: professor,sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -0.5px;
    line-height: 34.5px;
    text-shadow: 1px 1px 10px rgb(0 0 0 / 40%);
 }
    @media (min-width: 45em) {
      .heading-2 {
        font-size: 45px;
        letter-spacing: -0.75px;
        line-height: 51.75px; } }
    @media (min-width: 80em) {
      .heading-2 {
        font-size: 60px;
        letter-spacing: -1px;
        line-height: 69px; } }
  
  .button {
    display: inline-block;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: initial;
    padding: 11px 43px;
    text-align: center;
    text-transform: uppercase; }
    .button--primary:not(:disabled):hover, .button--primary:not(:disabled):focus {
      background-color: #9d6a33 !important;
      color: #ffffff !important; }
  
  .button--secondary {
    background-color: #9d6a33;
    font-family: 'sans' !important;
    color: #ffffff !important;
    transition: 150ms;
    transition-property: color, background-color; }
    @media screen and (prefers-reduced-motion: reduce) {
      .button--secondary {
        transition: none; } }
    .button--secondary:not(:disabled):hover, .section-contact-us__container #gform_submit_button_2:not(:disabled):hover, .button--secondary:not(:disabled):focus, .section-contact-us__container #gform_submit_button_2:not(:disabled):focus {
      background-color: #2e2e2e !important;
      color: #ffffff !important; }
    .button--bordered:not(:disabled):hover, .button--bordered:not(:disabled):focus {
      background-color: #9d6a33 !important;
      color: #ffffff !important; }
    #gform_wrapper_1 input[type="submit"]:not(:disabled):hover, #gform_wrapper_1 input[type="submit"]:not(:disabled):focus {
      background-color: #9d6a33 !important;
      color: #ffffff !important; }
  
  .section-contact__inner .heading-2, .section-contact__inner .eyebrow {
    color: #ffffff;
    margin-bottom: 20px; }
  
  .section-contact__inner .heading-2 {
    max-width: 650px;
    text-align: center; }
  
  .section-contact__inner-container {
    position: relative;
    z-index: 0;
   
 }
  
  .section-contact__inner-text {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: center;
    padding: 40px 40px;
    width: 100%; }
    @media (min-width: 45em) {
      .section-contact__inner-text {
        height: 100%;
        left: 0;
        padding: 40px 80px;
        position: absolute;
        top: 0;
        z-index: 1; } }
  
  .contact__background-image {
    display: block;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -2; }
    @media (min-width: 45em) {
      .contact__background-image {
        display: none; } }
  
  .contact__background-video {
    display: none; }
    @media (min-width: 45em) {
      .contact__background-video {
        display: block;
        height: auto;
        width: 100%;
        z-index: 0; } }

        
        .section-contact__inner-container::before {
            display: none;
            content: '';
            background-image: url(../img/hero-pattern.svg);
            background-repeat: no-repeat;
            background-size: cover;
            display: block;
            height: 100px;
            width: 100%;
            position: absolute;
            bottom: 0;
            z-index: 1;
            opacity: 0.3;
        }

       
      @media (-ms-high-contrast:none) {
          .grid-start-3 {
              margin-left: 8.33333%
          }
      }
      
      @supports (-ms-ime-align:auto) {
          .grid-start-3 {
              margin-left: 8.33333%
          }
      }
      
      @supports (display:grid) {
          .grid-start-3 {
              grid-column-start: 3
          }
      }
      
      
      @media (-ms-high-contrast:none) {
          .grid-end-10 {
              width: 41.66667%
          }
      }
      
      @supports (-ms-ime-align:auto) {
          .grid-end-10 {
              width: 41.66667%
          }
      }
      
      @supports (display:grid) {
          .grid-end-10 {
              grid-column-end: span 10
          }
      }
      
      
      @media (-ms-high-contrast:none) {
          .grid-start-15 {
              margin-left: 58.33333%
          }
      }
      
      @supports (-ms-ime-align:auto) {
          .grid-start-15 {
              margin-left: 58.33333%
          }
      }
      
      @supports (display:grid) {
          .grid-start-15 {
              grid-column-start: 15
          }
      }


      a {
        background-color: transparent
    }
    
    img {
        border-style: none
    }
    
    ::-webkit-file-upload-button {
        -webkit-appearance: button;
        font: inherit
    }
    
    [data-reveal-animation="fade-up"] {
        opacity: .12;
        transform: translateY(20px);
        transition: opacity .6s, transform .6s
    }
    
    @media screen and (prefers-reduced-motion:reduce) {
        [data-reveal-animation="fade-up"] {
            transition: none
        }
    }
    
    [data-reveal-animation="fade-up"].reveal-animation-active {
        opacity: 1;
        transform: none
    }
    
    a:focus {
        outline: 1px dotted currentColor;
        outline-offset: 4px
    }
    
    html {
        background-color: #fff;
        color: #000;
        font-family: brandon-grotesque, sans-serif
    }
    
    * {
        border: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin: 0;
        padding: 0
    }
    
    html {
        box-sizing: border-box
    }
    
    *,
    :after,
    :before {
        box-sizing: inherit
    }
    
    a {
        color: inherit;
        text-decoration: none
    }
    
    img {
        max-width: 100%
    }
    
    :-ms-input-placeholder {
        color: inherit;
        opacity: 1
    }
    
    :disabled {
        cursor: default
    }
    
    .eyebrow {
        color: #875e2c;
        
        font-size: 10px;
        font-weight: 700;
        letter-spacing: 3.6px;
        line-height: 12px;
        text-transform: uppercase
    }
    
    
    
    
    
   
    
    
    
    @media screen and (prefers-reduced-motion:reduce) {
        .button-primary {
            transition: none
        }
    }
    
    @media (min-width:80em) {
        .button-primary {
            padding: 14px 39px
        }
    }
    
    .button-primary:focus,
    .button-primary:hover {
        background-color: #a56825
    }
    
    .card {
        position: relative;
        box-shadow: 0 0 58px 0 rgb(0 0 0 / 15%);
        transition: box-shadow .2s cubic-bezier(.45,0,.55,1);
    }
    
    @media (min-width:45em) {
        .card {
            position: inherit
        }
    }
    
    .card__text {
        background-color: transparent;
        padding: 12px 12px 16px;
        text-align: center;
        transition: background-color .2s linear
    }

    @media (min-width:45em) {
        .card__text {
            padding: 16px 24px 20px;
        }
    }

    .card__text .eyebrow {
        color: #875e2c;
        margin-bottom: 10px
    }

    .card__footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        text-align: left;
    }

    .two-cards .card__footer .eyebrow {
        margin-bottom: 0;
        font-size: 15px;
        font-weight: 800;
        letter-spacing: 1px;
        color: #a56825;
        display: inline-flex;
        align-items: center;
        line-height: 1;
        gap: 6px;
    }

    .card__footer .eyebrow .price-icon {
        flex-shrink: 0;
        width: 16px;
        height: 16px;
    }

    .card__footer .button-primary {
        display: inline-flex;
        align-items: center;
        gap: 2px;
        background-color: transparent;
        color: #a56825;
        border: 1px solid #a56825;
        border-radius: 30px;
    }

    .card__footer .button-primary::after {
        content: "\2192";
        font-size: 15px;
        line-height: 1;
        transition: transform .2s ease;
    }

    .card__footer .button-primary:focus,
    .card__footer .button-primary:hover {
        background-color: #a56825;
        color: #fff !important;
    }

    .card__footer .button-primary:hover::after {
        transform: translateX(4px);
    }
    
    .card__image-container {
        position: static;
        aspect-ratio: 16 / 9;
        overflow: hidden;
    }

    @media (min-width:45em) {
        .card__image-container {
            position: relative
        }
    }

    .card__image-container img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    
    
    
    
    .two-cards {
        margin: 0 auto;
        max-width: 1230px;
        padding: 0 20px;
       
    }
    
    @media (min-width:45em) {
        .two-cards {
            margin: 0 auto;
            padding: 0 0 74px
        }
    }
    
    .two-cards .eyebrow {
        display: inline-block;
        margin-bottom: 10px
    }
    
    .two-cards__header {
        border-top: 1px solid hsla(0, 0%, 59.2%, .3);
        padding: 57px 0 0;
        text-align: center
    }
    
    @media (min-width:45em) {
        .two-cards__header {
            padding: 39px 0 0
        }
    }
    
    .two-cards__header .heading-2 {
        margin-bottom: 30px;
        text-transform: uppercase
    }
    
    @media (min-width:45em) {
        .two-cards__header .heading-2 {
            margin-bottom: 40px
        }
    }
    
    .two-cards__slider {
        position: relative;
    }

    .two-cards__inner {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        gap: 20px;
    }

    @media (max-width: 44.99em) {
        .two-cards__inner {
            display: flex;
            grid-template-columns: none;
            overflow-x: auto;
            scroll-snap-type: x mandatory;
            -webkit-overflow-scrolling: touch;
            scroll-behavior: smooth;
            padding-bottom: 8px;
        }

        .two-cards__inner::-webkit-scrollbar {
            display: none;
        }

        .two-cards__inner .card--two-cards {
            flex: 0 0 92%;
            width: 92%;
            scroll-snap-align: start;
        }
    }

    @media (min-width:45em) {
        .two-cards__inner {
            grid-template-columns: repeat(3, 1fr);
            grid-template-rows: auto
        }
    }

    .two-cards__nav {
        display: none;
    }

    @media (max-width: 44.99em) {
        .two-cards__nav {
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            top: 35%;
            transform: translateY(-50%);
            width: 36px;
            height: 36px;
            border-radius: 50%;
            border: none;
            background: #fff;
            color: #a56825;
            font-size: 20px;
            line-height: 1;
            box-shadow: 0 2px 10px rgba(0,0,0,.18);
            z-index: 5;
            cursor: pointer;
            padding: 0;
        }

        .two-cards__nav--prev {
            left: 4px;
        }

        .two-cards__nav--next {
            right: 4px;
        }
    }

    .card--two-cards {
        /* margin-bottom: 60px; */
        margin-left: 0;
        margin-right: 0;
        transform: translateY(20px);
        transition: transform .2s ease
    }
    
    @media screen and (prefers-reduced-motion:reduce) {
        .card--two-cards {
            transition: none
        }
    }
    
    @media (min-width:45em) {
        .card--two-cards {
            margin-bottom: 0;
            margin-left: 0;
            margin-right: 0
        }
        .card--two-cards:focus,
        .card--two-cards:hover {
            transform: translateY(0)
        }

    }
    
    .card--two-cards .rich-text {
        margin-bottom: 25px
    }



    ul {
      list-style: none;
    }

    .heading.destinations-heading {
        max-width: 1230px;
        margin: 0 auto;
        padding: 60px 20px 0;
        text-align: left;
    }

    .heading.destinations-heading .secondary-heading {
        margin-top: 0 !important;
        margin-bottom: 8px !important;
        text-transform: capitalize;
    }

    .heading.destinations-heading .paragraph-style {
        color: #6b6b6b;
        margin: 0;
    }

    .containe {
        max-width: 1230px;
        margin: 0 auto;
        padding: 30px 20px 60px;
    }

    .containe .grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    @media (min-width:45em) {
        .containe .grid {
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
        }
    }

    @media (min-width:64em) {
        .containe .grid {
            grid-template-columns: repeat(6, 1fr);
        }
    }

    @media (min-width:64em) {
        .containe--4up .grid {
            grid-template-columns: repeat(4, 1fr);
        }
    }

    .containe .coll {
        list-style: none;
    }

    .card--destination {
        position: relative;
        display: block;
        border-radius: 12px;
        overflow: hidden;
        aspect-ratio: 4 / 5;
        box-shadow: 0 4px 14px rgba(0,0,0,.14);
    }

    .card--destination::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(to top, rgba(0,0,0,.7) 0%, rgba(0,0,0,0) 55%);
        pointer-events: none;
    }

    .card--destination .media--cover {
        position: absolute;
        inset: 0;
    }

    .card--destination .media--cover img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform .3s ease;
    }

    .card--destination:hover .media--cover img,
    .card--destination:focus-within .media--cover img {
        transform: scale(1.06);
    }

    .card--destination .card__content {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 16px;
        z-index: 2;
    }

    .card--destination .card__content h3 {
        margin: 0;
        font-size: 16px;
        font-weight: 700;
    }

    .card--destination .card__content .block-link {
        color: #fff;
        text-decoration: none;
        text-transform: capitalize;
    }

    @media (max-width: 1023.98px) {
        .orbital-banner__step-number {
            font-size: 2.75rem;
            line-height: 1.1;
            opacity: 0.45;
        }

        .orbital-banner__step-content {
            margin-top: 8px;
        }
    }

    .center {
      width: 90%;
      /* max-width: 600px; */
       margin: auto;
      padding: 20px;
    }
    
    .breadcrumb-holder {
      /* margin: 0 0 15px; */
      padding: 0 0 15px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.09);
    }
    
    .breadcrumb-holder ul {
      display: flex;
      
    }
    
    .breadcrumb-holder li:last-of-type a {
      cursor: text;
    }
    
    .breadcrumb-holder li a, .breadcrumb-holder li a:link, .breadcrumb-holder li a:visited {
      text-decoration: none;
      display: block;
    }
    
    
    /* Angled breadcrumb design */
    
    
    /* Rounded breadcrumb styles */
    
    .rounded-breadcrumbs li {
      margin: 0 8px 0 0;
      font-family: 'sans';
    }
    
    .rounded-breadcrumbs li a, .rounded-breadcrumbs li a:link, .rounded-breadcrumbs li a:visited {
      padding: 5px 15px;
      color: white;
      text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
      background: #969491;
      border-radius: 6px/15px;
      position: relative;
    /*   box-shadow: inset 0 2px 0 0 rgba(255, 255, 255, .3), inset 0 1px 0 0 #363636; */
    }
    
    .rounded-breadcrumbs li a:before {
      position: absolute;
      content: "";
      top: 50%;
      transform: translate(0, -50%);
    }
    
    .rounded-breadcrumbs li a:before {
      content: "";
      color: #666;
      width: 10px;
      height: 10px;
      background: #9d6a33;
      border-radius: 50%;
      right: -7px;
      border: 2px solid white;
      text-shadow: none;
    }
    
    .rounded-breadcrumbs li a:hover, .rounded-breadcrumbs li:last-of-type a {
      background: #9d6a33;
    /*   box-shadow: inset 0 2px 0 0 rgba(255, 255, 255, .4), inset 0 1px 0 0 #218897; */
    }
    
    .rounded-breadcrumbs li a:hover:before, .rounded-breadcrumbs li:last-of-type a:before {
      background: #969491;
    }
    
    

    .w-layout-grid {
      display: -ms-grid;
      display: grid;
      grid-auto-columns: 1fr;
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
      -ms-grid-rows: auto auto;
      grid-template-rows: auto auto;
      grid-row-gap: 16px;
      grid-column-gap: 16px;
    }
    
    h2 {
      margin-top: 0px;
      margin-bottom: 0px;
  
      color: #151727;
      font-size: 36px;
      line-height: 45px;
      font-weight: 400;
    }
    
    p {
      margin-bottom: 0px;
      font-family: 'sans';
 
      font-size: 17px;
      line-height: 25px;
      font-weight: 400;
    }
    
    .md-50 {
      margin-bottom: 50px;
      padding-bottom: 30px;
      border-bottom: 1px solid #afad9f52;
      border-width: 80%;
      font-family: 'brandon', sans-serif !important;
    }
    
    .container-1150 {
      position: static;
      z-index: 10;
      width: 100%;
      max-width: 1150px;
      padding-right: 50px;
      padding-left: 50px;
    }
    
    .presentation {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      background-color: #afad9f1f;
      padding-top: 100px;
     
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
    
    .rid {
      -webkit-box-align: start;
      -webkit-align-items: start;
      -ms-flex-align: start;
      align-items: start;
      grid-column-gap: 120px;
      grid-row-gap: 120px;
      -ms-grid-rows: auto;
      grid-template-rows: auto;
    }
    
    .rid.md-180 {
      margin-bottom: 180px;
    }


    .rid.md-150 {
      margin-bottom: 90px;
    }
    
    .wrapper-img-team {
      overflow: hidden;
      width: 100%;
      height: 530px;
    }
    
    .image-3 {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
    }
    
    .wrapper-text-team {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    
    .md-80 {
      margin-bottom: 30px;
      font-family: warnock-pro-subhead,sans-serif;
    font-weight: 700;
    font-style: normal;
      color:#4b3d35;
      text-align: center;
    }
    
    .ml-80 {
      margin-left: 80px;
      font-family: 'sans';
    }
    
    @media screen and (max-width: 991px) {
    
      .rid {
        grid-column-gap: 40px;
      }
    
      .ml-80 {
        margin-left: 40px;
      }
    }
    
    @media screen and (max-width: 767px) {
    
      .rid {
        grid-row-gap: 40px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
      }
    
      .wrapper-text-team {
        width: 100%;
      }
    }
    
    @media screen and (max-width: 479px) {
    
      h2 {
        font-size: 25px;
        line-height: 30px;
      }
    
      .container-1150 {
        padding-right: 10px;
        padding-left: 10px;
      }
    
      .wrapper-img-team {
        height: 400px;
      }
    }
    
.gap {
  width: 100%;
  height: 90px;
}

.card {
  max-height: 450px;
  margin-bottom: 30px;
}

.label-tl-md {
  display: block;
  position: absolute;
  top: 0;
  left: 1.25rem;
  z-index: 10;
}

.label--sm {
  padding: .4375rem .75rem;
}

.label {
  display: inline-block;
  background-color: #2f2a2a;
  color: rgb(255, 255, 255);
  line-height: 1;
  font-family: 'sans';
  text-transform: capitalize;
  /* text-shadow: 0 1px 2px rgb(0 0 0 / 30%), 0 1px 6px rgb(0 0 0 / 20%), 0 2px 18px rgb(0 0 0 / 10%); */
}

* {
  -webkit-tap-highlight-color: transparent
}

.image {
  position: relative;
  width: 100%
}

.image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%
}

.image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0
}

:focus {
  outline: none
}

*,
:after,
:before {
  box-sizing: inherit
}

.wrap-blog-hero {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  /* padding: 90px 0 */
}

@media only screen and (min-width:550px) {
  .wrap-blog-hero {
      text-align: center;
      /* padding: 100px 0 90px */
  }
}

@media only screen and (min-width:769px) {
  .wrap-blog-hero {
      width: 75%;
      /* padding: 115px 0 90px */
  }
}

@media only screen and (min-width:1034px) {
  .wrap-blog-hero {
      width: 51%;
      margin: 0 auto;
      text-align: center;
      padding: 0 0 90px
  }
}

.wrap-blog-hero .wrap-image {
  opacity: 0
}

.wrap-blog-hero .image {
  position: relative;
  width: 100%
}

.wrap-blog-hero .image:before {
  display: block;
  content: "";
  width: 100%;
  /* padding-top: 51.49457% */
}

.wrap-blog-hero .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover
}

.wrap-blog-hero .blog-title {
  font-family: Nocturne, serif;
  font-weight: 300;
  color: #613842;
  line-height: 1.2;
  opacity: 0;
  font-size: 25px
}

@media screen and (min-width:415px) {
  .wrap-blog-hero .blog-title {
      font-size: calc(25px + 20*(100vw - 415px)/1025)
  }
}

@media screen and (min-width:1440px) {
  .wrap-blog-hero .blog-title {
      font-size: 45px
  }
}

.wrap-blog-hero .wrap-author .posted-date {
  font-family: Gt, sans-serif;
  font-weight: 300;
  line-height: 1.6;
  margin: 0;
  opacity: 0;
  font-size: 16px
}

@media screen and (min-width:415px) {
  .wrap-blog-hero .wrap-author .posted-date {
      font-size: calc(16px + 1*(100vw - 415px)/1025)
  }
}

@media screen and (min-width:1440px) {
  .wrap-blog-hero .wrap-author .posted-date {
      font-size: 17px
  }
}

/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */


.mobile-menu-serenity {
  display: none;
}


@media (max-width: 992px) { 

  .desktop-nav {
    display: none;
  }

  .mobile-menu-serenity {
    display:block;
  }

  .sr-button:not(:disabled) {
    cursor: pointer
  }
  
  .sr-navbar {
    display: flex;
    position: relative
  }
  
  .sr-navbar-container:not(.sr-navbar-transparent) {
    background: #f8f8f8
  }
  
  .sr-navbar-container>:after,
  .sr-navbar-container>:before {
    display: none !important
  }
  
  .sr-navbar-left,
  .sr-navbar-right {
    display: flex;
    align-items: center
  }
  
  .sr-navbar-right {
    margin-left: auto
  }
  
  .sr-navbar-left,
  .sr-navbar-right {
    flex-wrap: wrap
  }
  
  .sr-navbar-item,
  .sr-navbar-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    min-height: 80px;
    padding: 0 15px;
    font-size: .875rem;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
    text-decoration: none
  }
  
  .sr-navbar-item {
    color: #666
  }
  
  .sr-navbar-toggle {
    color: #999
  }
  
  .sr-navbar-toggle:focus,
  .sr-navbar-toggle:hover {
    color: #666;
    outline: none;
    text-decoration: none
  }
  
  .sr-breadcrumb>*>:focus,
  .sr-breadcrumb>*>:hover {
    color: #666;
    text-decoration: none
  }
  
  .sr-pagination>*>:focus,
  .sr-pagination>*>:hover {
    color: #666;
    text-decoration: none
  }
  
  .sr-dotnav>*>:focus,
  .sr-dotnav>*>:hover {
    background-color: hsla(0, 0%, 40%, .6);
    outline: none;
    border-color: transparent
  }
  
  .sr-dotnav>*>:active {
    background-color: hsla(0, 0%, 40%, .2);
    border-color: transparent
  }
  
  .sr-modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1010;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 15px;
    background: rgba(0, 0, 0, .9);
    opacity: 0;
    transition: opacity .15s linear
  }
  
  @media (min-width:640px) {
    .sr-modal {
        padding: 50px 30px
    }
  }
  
  @media (min-width:960px) {
    .sr-modal {
        padding-left: 40px;
        padding-right: 40px
    }
  }
  
  .sr-modal-dialog {
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
    width: 600px;
    max-width: calc(100% - .01px) !important;
    background: #fff;
    opacity: 0;
    transform: translateY(-100px);
    transition: .3s linear;
    transition-property: opacity, transform
  }
  
  .sr-modal-full {
    padding: 0;
    background: none
  }
  
  .sr-modal-full .sr-modal-dialog {
    margin: 0;
    width: 100%;
    max-width: 100%;
    transform: translateY(0)
  }
  
  [class*=sr-modal-close-] {
    position: absolute;
    z-index: 1010;
    top: 10px;
    right: 10px;
    padding: 5px
  }
  
  .sr-modal-close-full {
    top: 0;
    right: 0;
    padding: 20px;
    background: #fff
  }
  
  .sr-lightbox-items>:focus {
    outline: none
  }
  
  .sr-slideshow-items>:focus {
    outline: none
  }
  
  .sr-slider-items>:focus {
    outline: none
  }
  
  .sr-animation-toggle:not(:hover):not(:focus) [class*=sr-animation-] {
    animation-name: none
  }
  
  @supports (-webkit-background-clip:text) {
  }
  
  @supports (filter:blur(0)) {
  }
  
  @-moz-document url-prefix() {
  }
  
  @supports (-ms-ime-align:auto) {
  }
  
  .sr-logo {
    font-size: 1.5rem;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
    color: #666;
    text-decoration: none
  }
  
  .sr-logo:focus,
  .sr-logo:hover {
    color: #666;
    outline: none;
    text-decoration: none
  }
  
  .sr-padding-remove-vertical {
    padding-top: 0 !important;
    padding-bottom: 0 !important
  }
  
  .sr-visible-toggle:not(:hover):not(:focus) .sr-hidden-hover:not(:focus-within) {
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important
  }
  
  .sr-visible-toggle:not(:hover):not(:focus) .sr-invisible-hover:not(:focus-within) {
    opacity: 0 !important
  }
  
  .sr-card-primary.sr-card-body .sr-heading-line>:after,
  .sr-card-primary.sr-card-body .sr-heading-line>:before,
  .sr-card-primary>:not([class*=sr-card-media]) .sr-heading-line>:after,
  .sr-card-primary>:not([class*=sr-card-media]) .sr-heading-line>:before,
  .sr-card-secondary.sr-card-body .sr-heading-line>:after,
  .sr-card-secondary.sr-card-body .sr-heading-line>:before,
  .sr-card-secondary>:not([class*=sr-card-media]) .sr-heading-line>:after,
  .sr-card-secondary>:not([class*=sr-card-media]) .sr-heading-line>:before,
  .sr-light .sr-heading-line>:after,
  .sr-light .sr-heading-line>:before,
  .sr-offcanvas-bar .sr-heading-line>:after,
  .sr-offcanvas-bar .sr-heading-line>:before,
  .sr-overlay-primary .sr-heading-line>:after,
  .sr-overlay-primary .sr-heading-line>:before,
  .sr-section-primary:not(.sr-preserve-color) .sr-heading-line>:after,
  .sr-section-primary:not(.sr-preserve-color) .sr-heading-line>:before,
  .sr-section-secondary:not(.sr-preserve-color) .sr-heading-line>:after,
  .sr-section-secondary:not(.sr-preserve-color) .sr-heading-line>:before {
    border-bottom-color: hsla(0, 0%, 100%, .2)
  }
  
  .sr-card-primary.sr-card-body .sr-list-muted>:before,
  .sr-card-primary>:not([class*=sr-card-media]) .sr-list-muted>:before,
  .sr-card-secondary.sr-card-body .sr-list-muted>:before,
  .sr-card-secondary>:not([class*=sr-card-media]) .sr-list-muted>:before,
  .sr-light .sr-list-muted>:before,
  .sr-offcanvas-bar .sr-list-muted>:before,
  .sr-overlay-primary .sr-list-muted>:before,
  .sr-section-primary:not(.sr-preserve-color) .sr-list-muted>:before,
  .sr-section-secondary:not(.sr-preserve-color) .sr-list-muted>:before {
    color: hsla(0, 0%, 100%, .5) !important
  }
  
  .sr-card-primary.sr-card-body .sr-list-emphasis>:before,
  .sr-card-primary.sr-card-body .sr-list-primary>:before,
  .sr-card-primary.sr-card-body .sr-list-secondary>:before,
  .sr-card-primary>:not([class*=sr-card-media]) .sr-list-emphasis>:before,
  .sr-card-primary>:not([class*=sr-card-media]) .sr-list-primary>:before,
  .sr-card-primary>:not([class*=sr-card-media]) .sr-list-secondary>:before,
  .sr-card-secondary.sr-card-body .sr-list-emphasis>:before,
  .sr-card-secondary.sr-card-body .sr-list-primary>:before,
  .sr-card-secondary.sr-card-body .sr-list-secondary>:before,
  .sr-card-secondary>:not([class*=sr-card-media]) .sr-list-emphasis>:before,
  .sr-card-secondary>:not([class*=sr-card-media]) .sr-list-primary>:before,
  .sr-card-secondary>:not([class*=sr-card-media]) .sr-list-secondary>:before,
  .sr-light .sr-list-emphasis>:before,
  .sr-light .sr-list-primary>:before,
  .sr-light .sr-list-secondary>:before,
  .sr-offcanvas-bar .sr-list-emphasis>:before,
  .sr-offcanvas-bar .sr-list-primary>:before,
  .sr-offcanvas-bar .sr-list-secondary>:before,
  .sr-overlay-primary .sr-list-emphasis>:before,
  .sr-overlay-primary .sr-list-primary>:before,
  .sr-overlay-primary .sr-list-secondary>:before,
  .sr-section-primary:not(.sr-preserve-color) .sr-list-emphasis>:before,
  .sr-section-primary:not(.sr-preserve-color) .sr-list-primary>:before,
  .sr-section-primary:not(.sr-preserve-color) .sr-list-secondary>:before,
  .sr-section-secondary:not(.sr-preserve-color) .sr-list-emphasis>:before,
  .sr-section-secondary:not(.sr-preserve-color) .sr-list-primary>:before,
  .sr-section-secondary:not(.sr-preserve-color) .sr-list-secondary>:before {
    color: #fff !important
  }
  
  .sr-card-primary.sr-card-body .sr-list-bullet>:before,
  .sr-card-primary>:not([class*=sr-card-media]) .sr-list-bullet>:before,
  .sr-card-secondary.sr-card-body .sr-list-bullet>:before,
  .sr-card-secondary>:not([class*=sr-card-media]) .sr-list-bullet>:before,
  .sr-light .sr-list-bullet>:before,
  .sr-offcanvas-bar .sr-list-bullet>:before,
  .sr-overlay-primary .sr-list-bullet>:before,
  .sr-section-primary:not(.sr-preserve-color) .sr-list-bullet>:before,
  .sr-section-secondary:not(.sr-preserve-color) .sr-list-bullet>:before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E")
  }
  
  .sr-card-primary.sr-card-body .sr-breadcrumb>*>:focus,
  .sr-card-primary.sr-card-body .sr-breadcrumb>*>:hover,
  .sr-card-primary>:not([class*=sr-card-media]) .sr-breadcrumb>*>:focus,
  .sr-card-primary>:not([class*=sr-card-media]) .sr-breadcrumb>*>:hover,
  .sr-card-secondary.sr-card-body .sr-breadcrumb>*>:focus,
  .sr-card-secondary.sr-card-body .sr-breadcrumb>*>:hover,
  .sr-card-secondary>:not([class*=sr-card-media]) .sr-breadcrumb>*>:focus,
  .sr-card-secondary>:not([class*=sr-card-media]) .sr-breadcrumb>*>:hover,
  .sr-light .sr-breadcrumb>*>:focus,
  .sr-light .sr-breadcrumb>*>:hover,
  .sr-offcanvas-bar .sr-breadcrumb>*>:focus,
  .sr-offcanvas-bar .sr-breadcrumb>*>:hover,
  .sr-overlay-primary .sr-breadcrumb>*>:focus,
  .sr-overlay-primary .sr-breadcrumb>*>:hover,
  .sr-section-primary:not(.sr-preserve-color) .sr-breadcrumb>*>:focus,
  .sr-section-primary:not(.sr-preserve-color) .sr-breadcrumb>*>:hover,
  .sr-section-secondary:not(.sr-preserve-color) .sr-breadcrumb>*>:focus,
  .sr-section-secondary:not(.sr-preserve-color) .sr-breadcrumb>*>:hover {
    color: hsla(0, 0%, 100%, .7)
  }
  
  .sr-card-primary.sr-card-body .sr-pagination>*>:focus,
  .sr-card-primary.sr-card-body .sr-pagination>*>:hover,
  .sr-card-primary>:not([class*=sr-card-media]) .sr-pagination>*>:focus,
  .sr-card-primary>:not([class*=sr-card-media]) .sr-pagination>*>:hover,
  .sr-card-secondary.sr-card-body .sr-pagination>*>:focus,
  .sr-card-secondary.sr-card-body .sr-pagination>*>:hover,
  .sr-card-secondary>:not([class*=sr-card-media]) .sr-pagination>*>:focus,
  .sr-card-secondary>:not([class*=sr-card-media]) .sr-pagination>*>:hover,
  .sr-light .sr-pagination>*>:focus,
  .sr-light .sr-pagination>*>:hover,
  .sr-offcanvas-bar .sr-pagination>*>:focus,
  .sr-offcanvas-bar .sr-pagination>*>:hover,
  .sr-overlay-primary .sr-pagination>*>:focus,
  .sr-overlay-primary .sr-pagination>*>:hover,
  .sr-section-primary:not(.sr-preserve-color) .sr-pagination>*>:focus,
  .sr-section-primary:not(.sr-preserve-color) .sr-pagination>*>:hover,
  .sr-section-secondary:not(.sr-preserve-color) .sr-pagination>*>:focus,
  .sr-section-secondary:not(.sr-preserve-color) .sr-pagination>*>:hover {
    color: hsla(0, 0%, 100%, .7)
  }
  
  .sr-card-primary.sr-card-body .sr-dotnav>*>:focus,
  .sr-card-primary.sr-card-body .sr-dotnav>*>:hover,
  .sr-card-primary>:not([class*=sr-card-media]) .sr-dotnav>*>:focus,
  .sr-card-primary>:not([class*=sr-card-media]) .sr-dotnav>*>:hover,
  .sr-card-secondary.sr-card-body .sr-dotnav>*>:focus,
  .sr-card-secondary.sr-card-body .sr-dotnav>*>:hover,
  .sr-card-secondary>:not([class*=sr-card-media]) .sr-dotnav>*>:focus,
  .sr-card-secondary>:not([class*=sr-card-media]) .sr-dotnav>*>:hover,
  .sr-light .sr-dotnav>*>:focus,
  .sr-light .sr-dotnav>*>:hover,
  .sr-offcanvas-bar .sr-dotnav>*>:focus,
  .sr-offcanvas-bar .sr-dotnav>*>:hover,
  .sr-overlay-primary .sr-dotnav>*>:focus,
  .sr-overlay-primary .sr-dotnav>*>:hover,
  .sr-section-primary:not(.sr-preserve-color) .sr-dotnav>*>:focus,
  .sr-section-primary:not(.sr-preserve-color) .sr-dotnav>*>:hover,
  .sr-section-secondary:not(.sr-preserve-color) .sr-dotnav>*>:focus,
  .sr-section-secondary:not(.sr-preserve-color) .sr-dotnav>*>:hover {
    background-color: hsla(0, 0%, 100%, .9);
    border-color: transparent
  }
  
  .sr-card-primary.sr-card-body .sr-dotnav>*>:active,
  .sr-card-primary>:not([class*=sr-card-media]) .sr-dotnav>*>:active,
  .sr-card-secondary.sr-card-body .sr-dotnav>*>:active,
  .sr-card-secondary>:not([class*=sr-card-media]) .sr-dotnav>*>:active,
  .sr-light .sr-dotnav>*>:active,
  .sr-offcanvas-bar .sr-dotnav>*>:active,
  .sr-overlay-primary .sr-dotnav>*>:active,
  .sr-section-primary:not(.sr-preserve-color) .sr-dotnav>*>:active,
  .sr-section-secondary:not(.sr-preserve-color) .sr-dotnav>*>:active {
    background-color: hsla(0, 0%, 100%, .5);
    border-color: transparent
  }
  
  * {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
  }
  
  .NV-pr--04 {
    padding-right: 1.125rem
  }
  
  @media (min-width:768px) {
    .NV-pr--04 {
        padding-right: 2rem
    }
  }
  
  .screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important
  }
  
  .screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
  }
  
  body,
  html {
    font-size: 16;
    font-weight: 400;
    line-height: 1.5em;
    font-family: Open Sans, sans-serif;
    font-display: swap;
    margin-top: -45px;
    color: #323232
  }
  
  p,
  ul {
    font-family: Open Sans, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7;
    font-style: normal;
    margin-top: 0;
    margin-bottom: 1.125rem
  }
  
  @media (min-width:768px) {
    p,
    ul {
        font-size: 1.125rem
    }
  }
  
  @media (min-width:1600px) {
    html {
        font-size: 18px
    }
  }
  
  .title,
  .NV-leap-menu__submenu .NV-leap-menu__link--back {
    font-family: Open Sans, sans-serif !important;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.125em;
    font-style: normal;
    margin-top: 0;
    margin-bottom: 2rem;
    letter-spacing: .16667em;
    text-transform: uppercase
  }
  
  a:not([class]) {
    color: #9e513f;
    transition: all .3s ease-out
  }
  
  a:not([class]):hover {
    color: #552c22;
    text-decoration: none
  }
  
  a:not([class]):active {
    color: #ca8979
  }
  
  .NV-btn--inverse {
    background-color: #9e513f;
    border: 2px solid #9e513f;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: .14286em;
    margin-left: 0;
    margin-right: .5rem;
    min-width: 20ch;
    padding: .75rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color .15s ease-out, border-color .15s ease-out, color .15s ease-out
  }
  
  @media (min-width:768px) {
    .NV-btn--inverse {
        font-size: .875rem;
        margin-left: 0;
        margin-right: .25rem;
        padding: .75rem 1.125rem
    }
  }
  
  .NV-btn--inverse:active,
  .NV-btn--inverse:hover {
    border-color: #c5801e;
    background-color: #c5801e;
    text-decoration: none;
    color: #f6f6f6
  }
  
  .NV-btn--inverse:focus {
    border-color: #c5801e;
    background-color: #c5801e;
    box-shadow: inset 0 0 0 1px #c5801e, inset 0 0 0 3px #f6f6f6
  }
  
  .NV-btn--inverse:disabled {
    border-color: #e6e6e6;
    background-color: #e6e6e6;
    color: #333
  }
  
  .NV-btn--inverse {
    border-color: #fff;
    background-color: transparent;
    color: #fff
  }
  
  .NV-btn--inverse:hover {
    border-color: #9e513f;
    background-color: #9e513f;
    color: #fff
  }
  
  .NV-btn--inverse:focus {
    border-color: #9e513f;
    background-color: #9e513f;
    color: #f6f6f6;
    box-shadow: inset 0 0 0 1px #9e513f, inset 0 0 0 3px #f6f6f6
  }
  
  .NV-btn--inverse:disabled {
    border-color: #333;
    background-color: #333;
    color: #e6e6e6
  }
  
  .NV-btn--inverse+.NV-btn--inverse {
    margin-top: 1.125rem
  }
  
  @media (min-width:768px) {
    .NV-btn--inverse+.NV-btn--inverse {
        margin-top: 1.5rem
    }
  }
  
  .container {
    width: 100%;
    max-width: calc(100% - 10px);
    margin-left: auto;
    margin-right: auto
  }
  
  @media (min-width:768px) {
    .container {
        max-width: calc(100% - 20px)
    }
  }
  
  .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0
  }
  
  .row,
  .row [class^=col-] {
    height: 100%
  }
  
  @media (min-width:768px) {
    .row .col-md-10 {
        width: calc(((100% - ((12 / 10) * 20px)) / 12) * 10);
        margin: 10px;
        padding: 0
    }
  }
  
  @media (max-width:767px) {
    .row .col-sm-10 {
        width: calc(((100% - ((12 / 10) * 10px)) / 12) * 10);
        margin: 5px;
        padding: 0
    }
  }
  
  @media (min-width:1200px) {
    .row .col-lg-10 {
        width: calc(((100% - ((12 / 10) * 20px)) / 12) * 10);
        margin: 10px;
        padding: 0
    }
  }
  
  @media (min-width:768px) and (max-width:1199px) {
    .row .offset-md-1 {
        margin-left: calc((((100% - ((12 / 1) * 20px)) / 12) * 1) + 30px)
    }
  }
  
  @media (max-width:767px) {
    .row .offset-sm-1 {
        margin-left: calc((((100% - ((12 / 1) * 10px)) / 12) * 1) + 15px)
    }
  }
  
  @media (min-width:1200px) {
    .row .offset-lg-1 {
        margin-left: calc((((100% - ((12 / 1) * 20px)) / 12) * 1) + 30px)
    }
  }
  
  .NV-leap-menu a {
    opacity: 1;
    transition: opacity;
    transition-duration: .2s;
    transition-timing-function: ease-out
  }
  
  .NV-leap-menu a:hover {
    opacity: .75
  }
  
  @supports (object-fit:cover) {
  }
  
  .NV-leap-menu :focus,
  :focus {
    outline-style: none;
    outline: none
  }
  
  [class*=sr-modal-close-] {
    background: none;
    transition: all .3s ease-in-out
  }
  
  [class*=sr-modal-close-]:hover {
    color: #9e513f;
    text-decoration: none
  }
  
  #modal-menu .sr-modal-dialog {
    background-color: #323232;
    min-height: 100%
  }
  
  #modal-menu [class*=sr-modal-close-] {
    position: inherit;
    background: none;
    transition: all .3s ease-in-out;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center
  }
  
  #modal-menu [class*=sr-modal-close-]:focus,
  #modal-menu [class*=sr-modal-close-]:hover {
    color: #c5801e;
    text-decoration: none
  }
  
  #modal-menu [class*=sr-modal-close-] .title {
    margin-bottom: 0
  }
  
  #modal-menu .sr-navbar-container {
    background: none
  }
  
  #modal-menu:not(.sr-open)>div>div {
    animation-name: t;
    animation-duration: .2s;
    animation-fill-mode: both;
    animation-timing-function: ease-out;
    opacity: 0
  }
  
  @keyframes t {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
  }
  
  .NV-leap-menu__container,
  .NV-leap-menu__container .NV-modal-menu__body,
  .NV-leap-menu__container .NV-modal-menu__footer,
  .NV-leap-menu__container .NV-modal-menu__header {
    transition: background .4s ease-in-out, color .4s ease-in-out, opacity .2s ease-in-out
  }
  
  .NV-leap-menu__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box: 1;
    -moz-box: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    min-height: 100%;
    min-height: 100vh;
    width: 100%;
    background-image: url(../images/svg/menu-decal-01.svg);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 75%
  }
  
  @media (min-width:768px) {
    .NV-leap-menu__container {
        background-size: 800px
    }
  }
  
  .NV-leap-menu__container .NV-modal-menu__header {
    -ms-flex: 1;
    flex-grow: 1;
    flex-basis: auto;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex: 0;
    flex-shrink: 0;
    max-height: 80px;
    position: relative
  }
  
  .NV-leap-menu__container .NV-modal-menu__header:after {
    display: block;
    content: "";
    height: 10px;
    position: absolute;
    bottom: -10px;
    width: 100%;
    opacity: 0;
    margin-left: -15px;
    margin-right: -15px;
    background: linear-gradient(180deg, rgba(0, 0, 0, .15), transparent 70%);
    transition: opacity .2s ease-in-out
  }
  
  .NV-leap-menu__container .NV-modal-menu__body {
    transition: all .2s ease-out;
    position: relative;
    max-width: 100%;
    overflow: hidden
  }
  
  .NV-leap-menu__container .NV-modal-menu__body .container {
    margin: 0 auto;
    transition: all .2s ease-out
  }
  
  .NV-leap-menu__container .NV-modal-menu__footer {
    flex-basis: auto;
    -ms-flex: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex: 0;
    flex-shrink: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 20px;
    width: 100%;
    position: relative
  }
  
  .NV-leap-menu__container .NV-modal-menu__footer:before {
    display: block;
    content: "";
    height: 10px;
    position: absolute;
    top: -10px;
    width: 100%;
    opacity: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, .15), transparent 70%);
    transition: opacity .2s ease-in-out;
    z-index: -1
  }
  
  .NV-leap-menu__container .NV-modal-menu__footer .container {
    margin-bottom: 2.5rem
  }
  
  .NV-leap-menu {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    position: relative;
    width: 100%;
    list-style-type: none;
    padding-left: 0;
    transition: height .2s ease-out;
    display: inline-block
  }
  
  @media (min-width:768px) {
    .NV-leap-menu {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem
    }
  }
  
  .NV-leap-menu>li>ul {
    width: 100%;
    list-style-type: none;
    padding-left: 0;
    font-family: Playfair Display, serif
  }
  
  .NV-leap-menu>li:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0
  }
  
  .NV-leap-menu>li,
  .NV-leap-menu li {
    width: 100%
  }
  
  .NV-leap-menu>li,
  .NV-leap-menu ul:not(.sr-accordion)>li {
    margin-bottom: 1.5rem
  }
  
  @media (min-width:1600px) {
    .NV-leap-menu>li,
    .NV-leap-menu ul:not(.sr-accordion)>li {
        margin-bottom: 18px
    }
  }
  
  .NV-leap-menu a {
    color: #fff;
    display: inline-block;
    width: 100%;
    text-decoration: none;
    transition: all .3s ease-in-out
  }
  
  .NV-leap-menu a:focus,
  .NV-leap-menu a:hover {
    color: #c5801e
  }
  
  .NV-leap-menu .active {
    opacity: 1;
    height: auto;
    z-index: 1
  }
  
  .NV-leap-menu .active>li {
    opacity: 0;
    transform: translateX(30px);
    transition: all .3s ease-in-out
  }
  
  .NV-leap-menu .inactive {
    opacity: 0;
    height: 0;
    z-index: -1;
    position: absolute
  }
  
  .NV-leap-menu .inactive li {
    transform: translateX(-30px);
    opacity: 0
  }
  
  .NV-leap-menu__link--back {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
    padding-left: 20px
  }
  
  .NV-leap-menu__link--back:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background-image: url(../images/png/chevron-light.png);
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    width: 9px;
    height: 20px;
    display: inline-block;
    text-align: right;
    transition: left;
    transition-timing-function: ease-out;
    transition-duration: .2s
  }
  
  .NV-leap-menu__link--back:hover:before {
    left: 0
  }
  
  .NV-leap-menu .NV-leap-menu__link,
  .NV-leap-menu .NV-leap-menu__link--subnav {
    margin-bottom: 0;
    width: 100%
  }
  
  .NV-leap-menu .NV-leap-menu__link--subnav:hover,
  .NV-leap-menu .NV-leap-menu__link:hover {
    color: #c5801e
  }
  
  .NV-leap-menu .NV-leap-menu__link--subnav:active,
  .NV-leap-menu .NV-leap-menu__link:active {
    color: #fff
  }
  
  .NV-leap-menu .NV-leap-menu__link--subnav:before,
  .NV-leap-menu .NV-leap-menu__link:before {
    background-position: 50% 10%
  }
  
  .NV-leap-menu>li:last-child:not(:first-child) {
    margin-bottom: 6.375rem
  }
  
  .NV-leap-menu .NV-leap-menu__link--subnav {
    position: relative;
    width: 100%
  }
  
  .NV-leap-menu .NV-leap-menu__link--subnav:after {
    margin-bottom: 0;
    font-weight: 300;
    content: url(../images/png/chevron-light.png);
    display: inline-block;
    width: 50px;
    color: #fff;
    line-height: 0;
    text-align: right;
    transition: all;
    transition-duration: .2s;
    transition-timing-function: ease-out
  }
  
  .NV-leap-menu .NV-leap-menu__link--subnav:hover:after {
    transform: translateX(25px)
  }
  
  .NV-leap-menu__submenu .NV-leap-menu__link--back {
    margin-top: 0 !important;
    margin-bottom: 0 !important
  }
  
  .NV-leap-menu__submenu>li {
    margin-bottom: 1.125rem !important
  }
  
  @media (min-width:1600px) {
    .NV-leap-menu__submenu>li {
        margin-bottom: 18px
    }
  }
  
  .NV-leap-menu__submenu>li.active-section {
    margin-bottom: 2rem !important
  }
  
  .NV-leap-menu__submenu li>.NV-leap-menu__link {
    font-size: 1.5rem
  }
  
  .NV-leap-menu__link,
  .NV-leap-menu__link--subnav {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1
  }
  
  @media (min-width:768px) {
    .NV-leap-menu__link,
    .NV-leap-menu__link--subnav {
        font-size: 1.5rem
    }
  }
  
  @media (min-width:1600px) {
    .NV-leap-menu__link,
    .NV-leap-menu__link--subnav {
        font-size: 1.5rem
    }
  }
  
  ul.NV-nav__secondary-nav {
    list-style-type: none;
    padding-left: 0
  }
  
  .NV-modal-menu__footer-inner {
    position: relative;
    margin-left: 0;
    padding-top: .25rem;
    margin-bottom: .25rem;
    padding-left: 0
  }
  
  @media (min-width:768px) {
    .NV-modal-menu__footer-inner {
        margin-left: 0;
        padding-top: .5rem;
        padding-bottom: .5rem;
        display: flex;
        justify-content: space-between
    }
    .NV-modal-menu__footer-inner .NV-modal-menu__footer-right {
        margin-top: auto
    }
  }
  
  .NV-modal-menu__footer-address,
  .NV-modal-menu__footer-phone,
  .NV-modal-menu__footer-social {
    margin-bottom: 1.5rem
  }
  
  @media (min-width:1600px) {
    .NV-modal-menu__footer-address,
    .NV-modal-menu__footer-phone,
    .NV-modal-menu__footer-social {
        margin-bottom: 18px
    }
  }
  
  .NV-modal-menu__footer-address a,
  .NV-modal-menu__footer-phone a,
  .NV-modal-menu__footer-social a {
    color: #fff;
    transition: all .3s ease-in-out;
    font-size: 18px
  }
  
  .NV-modal-menu__footer-address a:hover,
  .NV-modal-menu__footer-phone a:hover,
  .NV-modal-menu__footer-social a:hover {
    color: #c5801e;
    text-decoration: none
  }
  
  .NV-modal-menu__footer-phone {
    margin-bottom: 2rem
  }
  
  .NV-modal-menu__footer-social {
    display: flex;
    align-items: flex-end
  }
  
  .NV-modal-menu__footer-social a {
    display: inline-block;
    width: 30px;
    padding: 0 2px;
    transition: all .3s ease-in-out;
    text-decoration: none
  }
  
  .NV-modal-menu__footer-social a:not(:first-child) {
    margin-left: .5rem
  }
  
  .NV-modal-menu__footer-social a img {
    object-fit: cover
  }
  
  .NV-modal-menu__footer-social a:active,
  .NV-modal-menu__footer-social a:focus,
  .NV-modal-menu__footer-social a:hover {
    opacity: .6
  }
  
  .NV-nav__primary-nav {
    margin-top: 3rem
  }
  
  @media (min-width:768px) {
    .NV-nav__primary-nav {
        margin-top: 4.25rem
    }
  }
  
  #masthead {
    position: relative
  }
  
  .NV-nav-standard {
    margin-bottom: -100%;
    background-color: hsla(0, 0%, 100%, 0);
    transition: background;
    transition-timing-function: ease-out;
    transition-duration: .3s
  }
  
  .NV-navbar {
    height: 80px;
    margin-bottom: -80px;
    position: relative;
    z-index: 1009
  }
  
  .sr-navbar-container:not(.sr-navbar-transparent) {
    background-color: #2f2a2a
  }

  .sr-navbar-container.sr-navbar-sticky {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #fff !important;
    box-shadow: 0 2px 12px rgba(0,0,0,.1);
    transition: background-color .3s ease, box-shadow .3s ease;
  }

  .sr-navbar-container.sr-navbar-sticky .sr-navbar-item,
  .sr-navbar-container.sr-navbar-sticky .NV-nav__primary-nav a,
  .sr-navbar-container.sr-navbar-sticky a {
    color: #393832;
  }

  .sr-navbar-container.sr-navbar-sticky .sr-navbar-toggle .menu__bars span {
    background-color: #393832;
  }

  .NV-nav-standard .sr-navbar-item.sr-logo {
    padding-left: 20px
  }
  
  .NV-nav-standard .sr-navbar-toggle {
    padding-right: 20px
  }
  
  .NV-nav-standard .sr-navbar-toggle .menu__bars {
    width: 33px;
    position: relative;
    height: 17px;
    margin-left: 1rem
  }
  
  .NV-nav-standard .sr-navbar-toggle .menu__bars span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    right: 0;
    margin-left: auto;
    background: #fff;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: all .25s ease-in-out;
    transform-origin: left center
  }
  
  .NV-nav-standard .sr-navbar-toggle .menu__bars span:first-child {
    top: 0
  }
  
  .NV-nav-standard .sr-navbar-toggle .menu__bars span:nth-child(2) {
    width: 70%;
    top: 8px
  }
  
  .NV-nav-standard .sr-navbar-toggle .menu__bars span:nth-child(3) {
    width: 35%;
    top: 16px
  }
  
  .NV-nav-standard .sr-navbar-toggle:focus .menu__bars span:nth-child(2),
  .NV-nav-standard .sr-navbar-toggle:focus .menu__bars span:nth-child(3),
  .NV-nav-standard .sr-navbar-toggle:hover .menu__bars span:nth-child(2),
  .NV-nav-standard .sr-navbar-toggle:hover .menu__bars span:nth-child(3) {
    width: 100%
  }
  
  .custom-logo-link img {
    max-height: 40px;
    height: 40px;
    width: auto;
    max-width: 148px;
    transition: opacity .25s ease-out
  }
  
  @media (min-width:768px) {
    .custom-logo-link img {
        max-height: 50px;
        height: 50px;
        max-width: 260px
    }
  }
  
  .custom-logo-link img:hover {
    opacity: .9
  }
  
  .NV-navbar__primary-menu--align-right {
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    -ms-flex: 1;
    flex-shrink: 1;
    display: none
  }
  
  @media (min-width:1200px) {
    .NV-navbar__primary-menu--align-right {
        display: -ms-flexbox;
        display: flex
    }
  }
  
  .NV-navbar__primary-menu--align-right {
    -ms-flex-pack: end;
    justify-content: flex-end
  }
  
  .sr-navbar-left {
    justify-content: center
  }
  
  .sr-navbar-left .vintage-link {
    color: #fff;
    display: none;
    justify-content: center;
    height: 46px
  }
  
  @media (min-width:992px) {
    .sr-navbar-left .vintage-link {
        display: flex
    }
  }
  
  .sr-navbar-left .vintage-link:before {
    content: "";
    width: 1px;
    border-left: 1px solid #fff;
    margin-right: 30px;
    margin-left: 20px
  }
  
  .sr-navbar-left .title {
    margin-bottom: 0;
    align-self: center
  }
  
  .sr-modal {
    background: rbga(0, 0, 0, .8)
  }
  
  .NV-featured-pages .sr-visible-toggle:not(:hover):not(:focus) .sr-hidden-hover:not(:focus-within) {
    opacity: 0
  }
  
  .NV-modal-menu__footer .NV-nav__nav-buttons .find-a-hotel {
    display: none !important
  }
  
  .NV-modal-menu__footer .vintage-link {
    margin-bottom: 1rem
  }
  
  @media (min-width:992px) {
    .NV-modal-menu__footer .vintage-link {
        display: none
    }
  }
  
  .NV-modal-menu__footer .vintage-link .parent-site {
    color: #fff
  }
  
  .sr-modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1010;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 15px;
    background: rgba(0, 0, 0, .9);
    opacity: 0;
    transition: opacity .15s linear
  }
  
  @media (min-width:640px) {
    .sr-modal {
        padding: 50px 30px
    }
  }
  
  @media (min-width:960px) {
    .sr-modal {
        padding-left: 40px;
        padding-right: 40px
    }
  }
  
  .sr-modal.sr-open {
    opacity: 1
  }
  
  .sr-modal-page {
    overflow: hidden
  }
  
  .sr-modal-dialog {
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
    width: 600px;
    max-width: calc(100% - .01px) !important;
    background: #fff;
    opacity: 0;
    transform: translateY(-100px);
    transition: .3s linear;
    transition-property: opacity, transform
  }
  
  .sr-open>.sr-modal-dialog {
    opacity: 1;
    transform: translateY(0)
  }
  
  .NV-leap-menu--dark>li>ul,
  .NV-leap-menu>li>ul {
    width: 100%;
    list-style-type: none;
    padding-left: 0;
    font-family: Playfair Display, serif
  }
  
  .NV-leap-menu--dark>li:not(:first-child),
  .NV-leap-menu>li:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0
  }
  
  .NV-leap-menu--dark>li,
  .NV-leap-menu--dark li,
  .NV-leap-menu>li,
  .NV-leap-menu li {
    width: 100%
  }
  
  .NV-leap-menu--dark>li,
  .NV-leap-menu--dark ul:not(.sr-accordion)>li,
  .NV-leap-menu>li,
  .NV-leap-menu ul:not(.sr-accordion)>li {
    margin-bottom: 1.5rem
  }
  
  @media (min-width:1600px) {
    .NV-leap-menu--dark>li,
    .NV-leap-menu--dark ul:not(.sr-accordion)>li,
    .NV-leap-menu>li,
    .NV-leap-menu ul:not(.sr-accordion)>li {
        margin-bottom: 18px
    }
  }
  
  .NV-leap-menu--dark a,
  .NV-leap-menu a {
    color: #fff;
    display: inline-block;
    width: 100%;
    text-decoration: none;
    transition: all .3s ease-in-out
  }
  
  .NV-leap-menu--dark a:focus,
  .NV-leap-menu--dark a:hover,
  .NV-leap-menu a:focus,
  .NV-leap-menu a:hover {
    color: #c5801e
  }
  
  .NV-leap-menu--dark .sr-accordion>li,
  .NV-leap-menu .sr-accordion>li {
    transform: translateX(0)
  }
  
  .NV-leap-menu--dark .active,
  .NV-leap-menu .active {
    opacity: 1;
    height: auto;
    z-index: 1
  }
  
  .NV-leap-menu--dark .active>li,
  .NV-leap-menu .active>li {
    opacity: 0;
    transform: translateX(30px);
    transition: all .3s ease-in-out
  }
  
  .NV-leap-menu--dark .active>li.on,
  .NV-leap-menu .active>li.on {
    opacity: 1;
    transform: translateX(0)
  }
  
  .NV-leap-menu--dark .active>li.on.off,
  .NV-leap-menu .active>li.on.off {
    opacity: 0;
    transform: translateX(-30px)
  }
  
  .NV-leap-menu--dark .inactive,
  .NV-leap-menu .inactive {
    opacity: 0;
    height: 0;
    z-index: -1;
    position: absolute
  }
  
  .NV-leap-menu--dark .inactive li,
  .NV-leap-menu .inactive li {
    transform: translateX(-30px);
    opacity: 0
  }
  
  .NV-leap-menu--dark .sr-accordion-title:before,
  .NV-leap-menu .sr-accordion-title:before {
    line-height: 1em;
    display: none
  }
  
  .NV-leap-menu--dark .sr-accordion-title:after,
  .NV-leap-menu .sr-accordion-title:after {
    content: "expand_more";
    background-image: none !important;
    height: 1em;
    width: 1em;
    margin-left: 1.125rem
  }
  
  .NV-leap-menu--dark .sr-accordion .sr-open .sr-accordion-title:after,
  .NV-leap-menu .sr-accordion .sr-open .sr-accordion-title:after {
    transform: rotate(180deg)
  }
  
  .sr-offcanvas-bar .NV-leap-menu,
  .sr-offcanvas-bar .NV-leap-menu--dark {
    margin-left: 0;
    margin-right: 0
  }
  
  .NV-leap-menu__link--back {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
    padding-left: 20px
  }
  
  .NV-leap-menu__link--back:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background-image: url(../images/png/chevron-light.png);
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    width: 9px;
    height: 20px;
    display: inline-block;
    text-align: right;
    transition: left;
    transition-timing-function: ease-out;
    transition-duration: .2s
  }
  
  .NV-leap-menu__link--back:hover:before {
    left: 0
  }
  
  .NV-leap-menu--dark .NV-leap-menu__link,
  .NV-leap-menu--dark .NV-leap-menu__link--overview,
  .NV-leap-menu--dark .NV-leap-menu__link--subnav,
  .NV-leap-menu .NV-leap-menu__link,
  .NV-leap-menu .NV-leap-menu__link--overview,
  .NV-leap-menu .NV-leap-menu__link--subnav {
    margin-bottom: 0;
    width: 100%
  }
  
  .NV-leap-menu--dark .NV-leap-menu__link--overview:hover,
  .NV-leap-menu--dark .NV-leap-menu__link--subnav:hover,
  .NV-leap-menu--dark .NV-leap-menu__link:hover,
  .NV-leap-menu .NV-leap-menu__link--overview:hover,
  .NV-leap-menu .NV-leap-menu__link--subnav:hover,
  .NV-leap-menu .NV-leap-menu__link:hover {
    color: #c5801e
  }
  
  .NV-leap-menu--dark .NV-leap-menu__link--overview:active,
  .NV-leap-menu--dark .NV-leap-menu__link--subnav:active,
  .NV-leap-menu--dark .NV-leap-menu__link:active,
  .NV-leap-menu .NV-leap-menu__link--overview:active,
  .NV-leap-menu .NV-leap-menu__link--subnav:active,
  .NV-leap-menu .NV-leap-menu__link:active {
    color: #fff
  }
  
  .NV-leap-menu--dark .NV-leap-menu__link--overview:before,
  .NV-leap-menu--dark .NV-leap-menu__link--subnav:before,
  .NV-leap-menu--dark .NV-leap-menu__link:before,
  .NV-leap-menu .NV-leap-menu__link--overview:before,
  .NV-leap-menu .NV-leap-menu__link--subnav:before,
  .NV-leap-menu .NV-leap-menu__link:before {
    background-position: 50% 10%
  }
  
  .NV-leap-menu--dark>li:last-child:not(:first-child),
  .NV-leap-menu>li:last-child:not(:first-child) {
    margin-bottom: 6.375rem
  }
  
  .NV-leap-menu--dark .NV-leap-menu__link--subnav,
  .NV-leap-menu .NV-leap-menu__link--subnav {
    position: relative;
    width: 100%
  }
  
  .NV-leap-menu--dark .NV-leap-menu__link--subnav:after,
  .NV-leap-menu .NV-leap-menu__link--subnav:after {
    margin-bottom: 0;
    font-weight: 300;
    content: url(../images/png/chevron-light.png);
    display: inline-block;
    width: 50px;
    color: #fff;
    line-height: 0;
    text-align: right;
    transition: all;
    transition-duration: .2s;
    transition-timing-function: ease-out
  }
  
  .NV-leap-menu--dark .NV-leap-menu__link--subnav:hover:after,
  .NV-leap-menu .NV-leap-menu__link--subnav:hover:after {
    transform: translateX(25px)
  }
  
  .NV-leap-menu__submenu .NV-leap-menu__link--back {
    margin-top: 0 !important;
    margin-bottom: 0 !important
  }
  
  .NV-leap-menu__submenu>li {
    margin-bottom: 1.125rem !important
  }
  
  @media (min-width:1600px) {
    .NV-leap-menu__submenu>li {
        margin-bottom: 18px
    }
  }
  
  .NV-leap-menu__submenu>li.active-section {
    margin-bottom: 2rem !important
  }
  
  .NV-leap-menu__submenu li>.sr-accordion>li>.NV-leap-menu__link,
  .NV-leap-menu__submenu li>.NV-leap-menu__link {
    font-size: 1.5rem
  }
  
  .NV-leap-menu__link,
  .NV-leap-menu__link--overview,
  .NV-leap-menu__link--subnav,
  .NV-leap-menu__link.sr-accordion-title {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1
  }
  
  @media (min-width:768px) {
    .NV-leap-menu__link,
    .NV-leap-menu__link--overview,
    .NV-leap-menu__link--subnav,
    .NV-leap-menu__link.sr-accordion-title {
        font-size: 1.5rem
    }
  }
  
  @media (min-width:1600px) {
    .NV-leap-menu__link,
    .NV-leap-menu__link--overview,
    .NV-leap-menu__link--subnav,
    .NV-leap-menu__link.sr-accordion-title {
        font-size: 1.5rem
    }
  }
  
  .NV-leap-menu__submenu-submenu {
    list-style-type: none;
    padding-left: 0;
    margin-top: .25rem;
    font-size: 1.125rem
  }
  
  .NV-leap-menu__submenu-submenu li {
    margin-bottom: .75rem !important
  }
  

 }

.site-header.desktop-nav.site-header--scrolled {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 2000 !important;
    background-color: #fff !important;
    box-shadow: 0 2px 12px rgba(0,0,0,.1);
    transition: background-color .3s ease, box-shadow .3s ease;
}

.site-header.desktop-nav.site-header--scrolled .site-header-nav ul li a,
.site-header.desktop-nav.site-header--scrolled .site-header-nav ul li a::after {
    color: #393832;
}

.site-header.desktop-nav.site-header--scrolled .site-header-nav ul li a::after {
    background: #393832;
}

.site-header.desktop-nav.site-header--scrolled .site-header-top {
    border-bottom-color: rgba(0,0,0,.08) !important;
}

.site-header-nav ul#menu-primary-menu-1 li {
    position: relative;
    font-weight: 600;
}

.site-header .site-header-nav {
    overflow: visible !important;
}

.site-header-nav ul#menu-primary-menu-1 li a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

.site-header-nav ul#menu-primary-menu-1 li a,
.site-header-nav ul#menu-primary-menu-1 li a:hover,
.site-header-nav ul#menu-primary-menu-1 li a:focus,
.site-header-nav ul#menu-primary-menu-1 li a:active {
    background: transparent;
}

.site-header-nav ul#menu-primary-menu-1 li a:focus {
    outline: none;
    box-shadow: none;
}

.menu-item__arrow {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    margin-top: -4px;
    transition: transform .25s ease;
}

.menu-item--has-children.submenu-open > a .menu-item__arrow {
    transform: rotate(-135deg);
    margin-top: 2px;
}

.mega-menu {
    position: fixed;
    /* top: var(--header-height, 160px); */
    left: 40px;
    right: 40px;
    transform: translateY(8px);
    width: auto;
    display: flex;
    align-items: stretch;
    background: #fff;
    box-shadow: 0 20px 40px rgba(0,0,0,.15);
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease, transform .2s ease, visibility .2s;
    z-index: 1999;
    overflow: visible;
}

.menu-item--has-children.submenu-open > .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.mega-menu::before {
    content: "";
    position: absolute;
    top: -8px;
    left: var(--pointer-left, 50%);
    transform: translateX(-50%);
    width: 26px;
    height: 16px;
    background: #fff;
    clip-path: polygon(0 100%, 50% 0, 100% 100%);
}

.mega-menu__grid {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 32px;
    padding: 36px 50px;
}

.site-header .site-header-nav .mega-menu__item {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: stretch;
    height: auto;
    gap: 10px;
    width: 172px;
    text-decoration: none;
}

.mega-menu__item-media {
    position: relative;
    display: block;
}

.mega-menu__item img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    height: auto;
    object-fit: cover;
    border-radius: 6px;
    transition: transform .3s ease;
}

.mega-menu__item:hover img {
    transform: scale(1.04);
}

.mega-menu__item-days {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 2;
    font-size: .65rem;
    padding: .25rem .55rem;
    border-radius: 4px;
}

.mega-menu__item .mega-menu__item-days {
    text-transform: none;
    letter-spacing: normal;
    color: #fff;
    font-weight: 700;
}

.mega-menu__item span.mega-menu__item-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-transform: capitalize;
    font-family: 'sans';
    font-size: .8rem;
    line-height: 1.35;
    letter-spacing: .2px;
    overflow-wrap: break-word;
    word-break: break-word;
}

.mega-menu__item span {
    display: block;
    font-size: .95rem;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #393832;
}

.mega-menu--aside-only .mega-menu__aside {
    flex: 1 1 auto;
}

.mega-menu__aside {
    flex: 0 0 340px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 40px;
    background-size: cover;
    background-position: center;
}

.mega-menu__aside::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,.1), rgba(0,0,0,.75));
}

.mega-menu__aside-label,
.mega-menu__aside p,
.mega-menu__aside-cta {
    position: relative;
    z-index: 1;
    color: #fff;
}

.mega-menu__aside-label {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: 'hadzabe-light';
    text-transform: capitalize !important;
}

.mega-menu__aside p {
    margin: 0 0 20px;
    opacity: .9;
}

.mega-menu__aside-cta {
    display: inline-block;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: .5px;
    text-transform: uppercase;
    font-size: .85rem;
}

.mega-menu__aside-cta:hover {
    text-decoration: underline;
}

.NV-leap-menu__submenu .NV-nav__secondary-nav--cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: .5rem;
}

.NV-leap-menu__submenu .NV-nav__secondary-nav--cards > li {
    margin-bottom: 0 !important;
}

.NV-leap-menu__submenu .NV-nav__secondary-nav--cards .mega-menu__item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    text-decoration: none;
}

.NV-leap-menu__submenu .NV-nav__secondary-nav--cards .mega-menu__item span,
.NV-leap-menu__submenu .NV-nav__secondary-nav--cards .mega-menu__item span.mega-menu__item-title {
    color: #fff;
}

@media (max-width: 1100px) {
    .mega-menu {
        flex-direction: column;
    }
    .mega-menu__aside {
        flex: 1 1 auto;
    }
}

 .m-residence {
   display: none;
 }

 .only-on-mobile {
   display: none;
 }


 @media (max-width: 576px) { 
      .hero .hero-inner .hero-title {
        font-size: 2.85em !important
    }

    .grid-start-3 {
      grid-column-start: 30 !important;
  }
	 
	 .f4 {
		 font-size: 1.65em;
		 
	 }
	 
	 .te {
		 text-align: center;
			 
	 }
	 
	 .pg {
		 width: 90% !important;
		 margin: auto;
   }
   
   .residences-image-text__item-text-container > img {
     display: none !important;
   }

   .slick-slide {
     display: none !important;
   }

   .residence-syncing-slider .slick-nav-prev {
    display: none;
      }


      .m-residence {
        display: block;
      }
        
      .scribble-button {
        margin-left: 10% !important;
        margin-bottom: 50px;
      }

      .mobile-img-top {
        margin-left: 10% !important;
      }

      .ctb::before {
        height: 10px !important;
      }
    
      .dirg {
        display: block!important;
        width: 90% !important;
        margin: auto;
      }

      .logo-footer {
        width: 100px;
        display: block;
        margin: auto;
      }

      .grid-end-5 {
        grid-column-end: span 13 !important;
      }

      .center {
        display: none;
      }

      .day-row-img {
       
        width: 100%;
       
       
    }

    .day-list {
      
      width: 90%;
     
  }

  .m-f4 {
    font-size: 1.45em !important;
  }

  .only-on-mobile {
    display: block;
  }

  .exp-flx {
    display: block;
  }

  .b1-one {
    display: none;
  }

  .hero::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    height: 20rem;
     background: #2f2a2a;
     background: linear-gradient(
180deg
, #2f2a2a 0%, rgba(14, 18, 17, 0) 100%); 
    opacity: 0.90;
}

 }




/* // End typography */

/*	Resets
	------	*/

.space {
  width: 100%;
  height: 100px;
}


.itinerary-layout {
    display: flex;
    align-items: stretch;
    gap: 60px;
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 20px 60px;
}

.itinerary-layout__main {
    flex: 1 1 auto;
    min-width: 0;
}

.itinerary-layout__main .day-list {
    width: 100%;
    margin: 0;
}

.itinerary-layout__main .journey-hero.day-row-img {
    float: left;
    width: 220px;
    height: 150px;
    margin-right: 24px;
    border-radius: 6px;
}

.itinerary-layout__main .day-row-table {
    float: none;
    overflow: hidden;
    width: auto;
    padding-bottom: 0;
}

.itinerary-layout__sidebar {
    flex: 0 0 380px;
}

.itinerary-sidebar__sticky {
    position: sticky;
    top: 240px;
    background: #fff;
    border-radius: 12px;
    padding: 36px 32px;
    box-shadow: 0 8px 30px rgba(57, 56, 50, .08);
}

.itinerary-sidebar__title {
    margin: 0 0 28px;
    font-size: 24px;
    font-weight: 700;
    font-family: 'sans-regular', sans-serif;
    color: #393832;
    letter-spacing: .2px;
}

.itinerary-sidebar__title em {
    font-style: normal;
    color: #9d6a33;
}

.itinerary-trip-facts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.itinerary-trip-facts__item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 0;
}

.itinerary-trip-facts__icon {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin-top: 2px;
    color: #9d6a33;
}

.itinerary-trip-facts__text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.itinerary-trip-facts__label {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .4px;
    color: #b9ab98;
}

.itinerary-trip-facts__value {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    color: #393832;
}

@media (max-width: 420px) {
    .itinerary-trip-facts {
        grid-template-columns: 1fr;
    }
}

.itinerary-route-list {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
}

.itinerary-route-list__rail {
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 15px;
    width: 2px;
    background: #eee7da;
    border-radius: 2px;
}

.itinerary-route-list__indicator {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--indicator-height, 0px);
    background: #9d6a33;
    border-radius: 2px;
    transform: translateY(var(--indicator-offset, 0px));
    transition: transform .35s cubic-bezier(.65,0,.35,1), height .35s ease;
}

.itinerary-route-list li:not(.itinerary-route-list__rail) {
    position: relative;
}

.itinerary-route-list li:not(.itinerary-route-list__rail):not(:last-child) {
    margin-bottom: 4px;
}

.itinerary-route-list a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 14px 12px 14px 28px;
    border-radius: 8px;
    color: #7b776e;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: color .2s ease, background-color .2s ease;
}

.itinerary-route-list a:hover {
    color: #393832;
    background: #faf7f2;
}

.itinerary-route-list a.is-active {
    color: #393832;
    background: #faf3e9;
    font-weight: 700;
}

.itinerary-route-list__num {
    flex: 0 0 auto;
    color: #b9ab98;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .5px;
    transition: color .2s ease;
}

.itinerary-route-list a.is-active .itinerary-route-list__num,
.itinerary-route-list a:hover .itinerary-route-list__num {
    color: #9d6a33;
}

.itinerary-route-list__label {
    line-height: 1.3;
}

@media (max-width: 900px) {
    .itinerary-layout {
        flex-direction: column;
    }

    .itinerary-layout__sidebar {
        flex: 1 1 auto;
        width: 100%;
    }

    .itinerary-sidebar__sticky {
        position: static;
    }

    .itinerary-layout__main .journey-hero.day-row-img {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 16px;
    }
}

.itinerary-sidebar__contact {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid #eee7da;
}

.itinerary-sidebar__contact-title {
    margin: 0 0 6px;
    font-size: 16px;
    font-weight: 700;
    color: #393832;
}

.itinerary-sidebar__contact-text {
    margin: 0 0 16px;
    font-size: 14px;
    line-height: 1.5;
    color: #7b776e;
}

.itinerary-sidebar__contact-link {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    color: #393832;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: color .2s ease;
}

.itinerary-sidebar__contact-link svg {
    flex: 0 0 auto;
    color: #9d6a33;
}

.itinerary-sidebar__contact-link:hover {
    color: #9d6a33;
}

.itinerary-sidebar__enquire-btn {
    display: block;
    width: 100%;
    margin-top: 18px;
    padding: 14px 20px;
    border: none;
    border-radius: 8px;
    background: #ef3e45;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .2px;
    text-align: center;
    cursor: pointer;
    transition: background-color .2s ease, transform .2s ease;
}

.itinerary-sidebar__enquire-btn:hover {
    background: #86592a;
}

.itinerary-sidebar__enquire-btn:active {
    transform: scale(.98);
}

/* Enquiry modal */
.enquiry-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    visibility: hidden;
    opacity: 0;
    transition: opacity .25s ease, visibility 0s linear .25s;
}

.enquiry-modal.is-open {
    visibility: visible;
    opacity: 1;
    transition: opacity .25s ease;
}

.enquiry-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(29, 27, 22, .55);
}

.enquiry-modal__dialog {
    position: relative;
    width: 100%;
    max-width: 480px;
    max-height: 90vh;
    overflow-y: auto;
    background: #fff;
    border-radius: 14px;
    padding: 40px 36px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .25);
    transform: translateY(16px) scale(.98);
    transition: transform .25s ease;
}

.enquiry-modal.is-open .enquiry-modal__dialog {
    transform: translateY(0) scale(1);
}

.enquiry-modal__close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 50%;
    background: #faf7f2;
    color: #393832;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    transition: background-color .2s ease;
}

.enquiry-modal__close:hover {
    background: #eee7da;
}

.enquiry-modal__title {
    margin: 0 0 4px;
    font-size: 24px;
    font-weight: 700;
    color: #393832;
}

.enquiry-modal__subtitle {
    margin: 0 0 24px;
    font-size: 14px;
    color: #9d6a33;
    font-weight: 600;
}

.enquiry-form__row {
    margin-bottom: 16px;
}

.enquiry-form__row label {
    display: block;
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #393832;
}

.enquiry-form__row input,
.enquiry-form__row textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #e4ded1;
    border-radius: 8px;
    font-size: 14px;
    font-family: inherit;
    color: #393832;
    background: #fbf9f5;
    box-sizing: border-box;
    resize: vertical;
    transition: border-color .2s ease, background-color .2s ease;
}

.enquiry-form__row input:focus,
.enquiry-form__row textarea:focus {
    outline: none;
    border-color: #9d6a33;
    background: #fff;
}

.enquiry-form__submit {
    display: block;
    width: 100%;
    padding: 14px 20px;
    border: none;
    border-radius: 8px;
    background: #9d6a33;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color .2s ease;
}

.enquiry-form__submit:hover {
    background: #86592a;
}

.enquiry-form__submit:disabled {
    opacity: .6;
    cursor: not-allowed;
}

.enquiry-form__status {
    margin: 14px 0 0;
    font-size: 13px;
    text-align: center;
}

.enquiry-form__status.is-success {
    color: #3a7d44;
}

.enquiry-form__status.is-error {
    color: #b3452c;
}

@media (max-width: 560px) {
    .enquiry-modal__dialog {
        padding: 32px 24px;
    }
}

.itinerary-summary {
    background: #f5ede3;
    padding: 70px 0;
}

.itinerary-summary__inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}

.itinerary-summary__col {
    flex: 1 1 280px;
    min-width: 260px;
}

.itinerary-summary__title {
    margin: 0 0 30px;
    font-family: 'sans', serif;
    font-size: 28px;
    font-weight: 700;
    color: #1c1b19;
}

.itinerary-summary__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.itinerary-summary__list li {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.itinerary-summary__list li:not(:last-child) {
    margin-bottom: 22px;
}

.itinerary-summary__icon {
    flex: 0 0 auto;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.itinerary-summary__list--check .itinerary-summary__icon {
    background: #fff;
    color: #393832;
    box-shadow: 0 2px 8px rgba(57,56,50,.1);
}

.itinerary-summary__list--cross .itinerary-summary__icon {
    background: #fff;
    color: #b23b3b;
    box-shadow: 0 2px 8px rgba(57,56,50,.1);
}

.itinerary-summary__list--tip .itinerary-summary__icon {
    background: #9d6a33;
    color: #fff;
}

.itinerary-summary__list li span:last-child {
    padding-top: 7px;
    color: #393832;
    line-height: 1.5;
    font-size: 15px;
}

.day-accommodation {
    margin-top: 18px;
    padding: 18px 22px;
    background: #faf7f2;
    border-left: 3px solid #a56825;
    border-radius: 0 6px 6px 0;
}

.day-accommodation__label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    color: #a56825;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.day-accommodation__name {
    margin-bottom: 2px;
    color: #1c1b19;
    font-size: 16px;
    font-weight: 700;
}

.day-accommodation__location {
    margin-bottom: 12px;
    color: #6b6b6b;
    font-size: 14px;
}

.day-accommodation__meal {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #6b6b6b;
    font-size: 13px;
}

/* Post content + table of contents */
.content-layout {
    display: flex;
    align-items: stretch;
    gap: 60px;
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 20px 80px;
}

.content-layout__main {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 760px;
}

.content-layout__main .secondary-heading {
    margin-top: 0;
}

.entry-content {
    color: #57534a;
    font-size: 16px;
    line-height: 1.75;
}

.entry-content > *:first-child {
    margin-top: 0;
}

.entry-content p {
    margin: 0 0 24px;
}

.entry-content h2,
.entry-content h3 {
    color: #393832;
    font-weight: 700;
    scroll-margin-top: 140px;
}

.entry-content h2 {
    margin: 48px 0 18px;
    font-size: 28px;
    font-family: 'sans', sans-serif;
    line-height: 1.3;
    text-transform: capitalize;
}

.entry-content h3 {
    margin: 36px 0 14px;
    font-size: 21px;
    line-height: 1.35;
}

.entry-content ul,
.entry-content ol {
    margin: 0 0 24px;
    padding-left: 22px;
}

.entry-content li {
    margin-bottom: 8px;
}

.entry-content img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

/* [content_card] / [package_card] shortcode */
.content-card {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 20px;
    margin: 32px 0;
    padding: 12px;
    background: #fff;
    border: 1px solid #eee7da;
    border-radius: 14px;
    text-decoration: none;
    transition: box-shadow .2s ease, transform .2s ease;
}

.content-card:hover {
    box-shadow: 0 12px 30px rgba(57, 56, 50, .1);
    transform: translateY(-2px);
}

.content-card__image {
    position: relative;
    flex: 0 0 220px;
    min-height: 160px;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
}

.content-card__badge {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 5px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .92);
    color: #9d6a33;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .4px;
}

.content-card__body {
    flex: 1 1 240px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 8px 12px 8px 0;
}

.content-card__title {
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 700;
    color: #393832;
    text-transform: capitalize;
}

.content-card__meta {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    color: #7b776e;
    font-size: 14px;
}

.content-card__dot {
    color: #d8cfbf;
}

.content-card__cta {
    color: #9d6a33;
    font-size: 14px;
    font-weight: 700;
}

@media (max-width: 560px) {
    .content-card {
        flex-direction: column;
    }

    .content-card__image {
        flex-basis: auto;
        width: 100%;
    }
}

/* Safari Card block editor UI (native <select>s, see content-card-block.js) */
.hadzabe-content-card-block__row {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
    align-items: flex-end;
}

.hadzabe-content-card-block__field {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.hadzabe-content-card-block__label {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .4px;
    color: #7b776e;
}

.hadzabe-content-card-block__select {
    padding: 8px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 13px;
    background: #fff;
}

.hadzabe-content-card-block__placeholder {
    padding: 40px 20px;
    border: 1px dashed #ccc;
    border-radius: 6px;
    text-align: center;
    color: #7b776e;
    font-size: 13px;
}

.entry-content a {
    color: #9d6a33;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.content-layout__sidebar {
    position: relative;
    flex: 0 0 320px;
    width: 320px;
}

.content-toc {
    position: sticky;
    top: 140px;
    background: #fff;
    border-radius: 12px;
    padding: 32px 28px;
    box-shadow: 0 8px 30px rgba(57, 56, 50, .08);
}

/* JS-driven fallback: body has overflow-x:hidden site-wide, which silently
   disables native position:sticky in Chrome. .is-fixed / .is-bottom are
   toggled by the script below and take over the positioning in that case. */
.content-toc.is-fixed {
    position: fixed;
    top: 240px;
    margin: 0;
}

.content-toc.is-bottom {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
}

.content-toc__title {
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: 700;
    font-family: 'sans-regular', sans-serif;
    color: #393832;
    letter-spacing: .2px;
}

.content-toc__title em {
    font-style: normal;
    color: #9d6a33;
}

.content-toc__list {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0 0 0 16px;
    border-left: 2px solid #eee7da;
}

.content-toc__item {
    margin-bottom: 4px;
}

.content-toc__item--h3 {
    padding-left: 16px;
}

.content-toc__item a,
.content-toc__item a:link,
.content-toc__item a:visited {
    display: block;
    padding: 8px 12px;
    text-transform: capitalize;
    margin-left: -18px;
    border-left: 2px solid transparent;
    color: #7b776e;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.4;
    transition: color .2s ease, border-color .2s ease;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

.content-toc__item a:focus-visible {
    outline: 2px solid #9d6a33;
    outline-offset: 2px;
    border-radius: 4px;
}

.content-toc__item--h3 a {
    font-size: 13.5px;
}

.content-toc__item a:hover,
.content-toc__item a:active,
.content-toc__item a:focus {
    color: #393832;
}

.content-toc__item a.is-active,
.content-toc__item a.is-active:visited {
    color: #9d6a33;
    font-weight: 700;
    /* border-left-color: #9d6a33; */
}

@media (max-width: 960px) {
    .content-layout {
        flex-direction: column;
        gap: 32px;
    }

    .content-layout__sidebar {
        width: 100%;
        flex-basis: auto;
    }

    .content-toc {
        position: static;
    }
}

/* "Unique Safari Experiences" intro section — page-templates/homepage.php */
.intro-cta-wrap {
    display: flex;
    justify-content: center;
    margin: 30px auto 0;
}

@media (max-width: 767px) {
    .p {
        max-width: 90% !important;
    }
}

/* Center the hero title on every page using the .hero-about section
   (single.php, single-experience.php, faqs.php, terms.php, about-us.php,
   contact.php, plan.php, and others) — was left-aligned by default. */
.hero-about .wrap-hero-header {
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 90%;
    text-align: center;
}

.hero-about .wrap-hero-header h1 {
    max-width: 100% !important;
    text-align: center;
    margin: 0 auto;
}

/* Embeddable form card — page-templates/contact.php + page-templates/plan.php */
.embed-form-section {
    padding: 60px 20px 100px;
}

.embed-form-container {
    max-width: 900px;
    margin: 0 auto;
}

.embed-form-header {
    margin-bottom: 36px;
}

.embed-form-card {
    background: #fff;
    border: 1px solid #e5e0d8;
    border-radius: 12px;
    box-shadow: 0 6px 24px rgba(0,0,0,.06);
    padding: 32px;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.embed-form-card > * {
    max-width: 100%;
}

.embed-form-placeholder {
    margin: 0;
    padding: 30px;
    border: 1px dashed #d8d2c8;
    border-radius: 8px;
    text-align: center;
    font-family: sans, sans-serif;
    font-size: .9rem;
    color: #6b6b6b;
}

@media (max-width: 600px) {
    .embed-form-section {
        padding: 40px 16px 70px;
    }
    .embed-form-card {
        padding: 20px;
    }
}

/* FAQ accordion — page-templates/faqs.php */
.universal-page {
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 20px 100px;
}

.universal-page .gap {
    height: 20px;
}

.title-block {
    margin-bottom: 40px;
}

.title-block__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #f6efe6;
    color: #c5801e;
    margin-bottom: 16px;
}

.title-block .h-pageTitle {
    font-family: 'sans', sans-serif;
    font-size: .85rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #c5801e;
    margin: 0 0 6px;
}

.title-block .last-minute {
    font-family: 'sans', serif;
    font-weight: 300;
    font-size: 2rem;
    color: #2f2a2a;
}

.title-block .h-hr--dots {
    max-width: 120px;
    margin: 24px auto 0;
    border: none;
    border-top: 2px dotted #d8d2c8;
}

.selection--theme--faq .selection__wrapper {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.faq-category-title {
    font-family: 'sans', serif;
    font-weight: 400;
    font-size: 1.3rem;
    color: #2f2a2a;
    margin: 36px 0 4px;
    padding-bottom: 8px;
    border-bottom: 2px solid #f0ebe2;
}

.faq-category-title:first-child {
    margin-top: 0;
}

/* About Us story sections — page-templates/about-us.php */
.about-story-section {
    padding: 50px 20px;
}

.about-story-sections > .about-story-section:nth-child(even) {
    background: #faf8f4;
}

.about-story-inner {
    max-width: 800px;
    margin: 0 auto;
}

.about-story-inner h2 {
    font-family: 'sans', serif;
    font-weight: 400;
    font-size: 1.8rem;
    color: #2f2a2a;
    margin: 0 0 18px;
}

.about-story-inner p {
    font-family: sans, sans-serif;
    font-size: 1rem;
    line-height: 1.75;
    color: #4d4844;
    margin: 0 0 16px;
}

.about-story-inner p:last-child {
    margin-bottom: 0;
}

@media (max-width: 600px) {
    .about-story-section {
        padding: 36px 20px;
    }
    .about-story-inner h2 {
        font-size: 1.4rem;
    }
}

/* About Us — page-templates/about-us.php */
.about-values-section {
    padding: 20px 20px 90px;
}

.about-values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 24px;
    max-width: 1150px;
    margin: 40px auto 0;
}

.about-values-card {
    background: #fff;
    border: 1px solid #e5e0d8;
    border-radius: 10px;
    padding: 28px 24px;
    text-align: center;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.about-values-card:hover {
    border-color: #c5801e;
    box-shadow: 0 6px 20px rgba(0,0,0,.06);
}

.about-values-card__title {
    font-family: 'sans', serif;
    font-weight: 400;
    font-size: 1.1rem;
    color: #2f2a2a;
    margin: 0 0 10px;
}

.about-values-card__text {
    font-family: sans, sans-serif;
    font-size: .9rem;
    line-height: 1.6;
    color: #6b6b6b;
    margin: 0;
}

.expand-item {
    display: block;
    background: #fff;
    border: 1px solid #e5e0d8;
    border-radius: 10px;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.expand-item:hover {
    border-color: #c5801e;
    box-shadow: 0 6px 20px rgba(0,0,0,.06);
}

.expand-item.is-open {
    border-color: #c5801e;
}

.expand-item__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 24px;
    cursor: pointer;
    user-select: none;
}

.expand-item__title {
    font-family: 'sans', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #2f2a2a;
    line-height: 1.4;
}

.expand-item__arrow {
    flex: 0 0 auto;
    width: 9px;
    height: 9px;
    margin-right: 4px;
    border-right: 2px solid #8a8378;
    border-bottom: 2px solid #8a8378;
    transform: rotate(-45deg);
    transition: transform .25s ease, border-color .25s ease;
}

.expand-item.is-open .expand-item__arrow {
    transform: rotate(45deg);
    border-color: #c5801e;
}

.expand-item__body {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows .3s ease;
}

.expand-item.is-open .expand-item__body {
    grid-template-rows: 1fr;
}

.expand-item__body-wrapper {
    overflow: hidden;
    min-height: 0;
}

.expand-item__body-wrapper p {
    margin: 0;
    padding: 0 24px 20px;
    font-family: sans, sans-serif;
    font-size: .95rem;
    line-height: 1.66;
    color: #6b6b6b;
}

@media (max-width: 600px) {
    .expand-item__header {
        padding: 16px 18px;
    }
    .expand-item__body-wrapper p {
        padding: 0 18px 16px;
    }
}


