/*!*******************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./production/wp-content/themes/firefly/src/style.scss ***!
  \*******************************************************************************************************************************************************************************************/
@charset "UTF-8";
html {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}
html.height-100 {
  height: 100%;
}

body {
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
.height-100 body {
  height: 100%;
}
body.no-scroll {
  overflow-y: hidden;
}

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

.app {
  position: relative;
  width: 100%;
  background-color: #FDF6EC;
}
.height-100 .app {
  height: 100%;
}
.section {
  position: relative;
  width: 100%;
}

.column {
  padding-right: 40px;
  padding-left: 40px;
}
@media only screen and (max-width: 768px) {
  .column {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .column {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.column-nav,
.column-map,
.column-1,
.column-2,
.column-3,
.column-4,
.column-5,
.column-6,
.column-7 {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.column-1 {
  max-width: 590px;
}

.column-2 {
  max-width: 680px;
}
.page-id-2754 .column-2 {
    max-width: 890px;
}
.column-3 {
  max-width: 1190px;
}

.column-4 {
  max-width: 1250px;
}

.column-5 {
  max-width: 1220px;
}

.column-map {
  max-width: 1400px;
}

.column-nav {
  max-width: 1480px;
}

.column-6 {
  max-width: 1560px;
}

.column-7 {
  max-width: 1920px;
}

.img-blk {
  position: relative;
}
.img-blk img {
  display: block;
  width: 100%;
  height: auto;
}

.img-inl img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.the-content .column-2 img {
  max-width: 100%;
  height: auto;
}

.img-svg {
  position: relative;
}
.img-svg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bk-b {
  background-color: #FDF6EC;
}

.bk-d {
  background-color: #251B11;
}

.is-mobile,
.img-blk .is-mobile {
  display: none;
}

@media only screen and (max-width: 640px) {
  .is-desktop,
  .img-blk .is-desktop {
    display: none;
  }
  .is-mobile,
  .img-blk .is-mobile {
    display: block;
  }
}
.section-hero {
  background-color: #251B11;
}
.section-hero .img-blk {
  position: relative;
  overflow: hidden;
}
.section-hero .img-blk img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
}
.section-hero.has-image .img-blk .image {
  padding-bottom: 53.125%;
}
.section-hero.has-text .img-blk .image {
  padding-bottom: 64%;
}
.section-hero.has-text .hero-text {
  position: absolute;
  top: 340px;
  left: 50%;
  width: 100%;
  max-width: 750px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 1366px) {
  .section-hero.has-text .hero-text {
    top: 270px;
  }
}
@media only screen and (max-width: 1330px) {
  .section-hero.has-text .img-blk .image {
    padding-bottom: 850px;
  }
  .section-hero.has-text .hero-text {
    top: 220px;
  }
}
@media only screen and (max-width: 640px) {
  .section-hero.has-text .img-blk .image {
    padding-bottom: 170%;
  }
  .section-hero.has-text .hero-text {
    top: 170px;
  }
}

.section-hero .img-blk .image,
.section-gallery .img-blk .image {
  position: relative;
}
.section-hero .img-blk .image:after,
.section-gallery .img-blk .image:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}
.section-hero .gallery-caption,
.section-gallery .gallery-caption {
  position: absolute;
  z-index: 1;
  bottom: 60px;
  left: 0;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  font-family: "commuters-sans", Helvetica, Arial, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media only screen and (max-width: 640px) {
  .section-hero .gallery-caption,
  .section-gallery .gallery-caption {
    bottom: 35px;
    font-size: 10px;
  }
}

.gallery-description {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  right: 20px;
}
@media only screen and (max-width: 640px) {
  .gallery-description {
    display: none;
    bottom: 10px;
    right: 10px;
  }
}

.section-swarm .images {
  position: relative;
  padding-top: 6%;
  padding-right: 10.4%;
  padding-left: 10.4%;
}
.section-swarm .images .image {
  position: absolute;
}
.section-swarm .gallery-caption {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  left: calc(10.4% + 20px);
}
.section-swarm .text {
  padding-top: 75px;
}
.section-swarm .text .column-1 {
  -webkit-transform: translateX(75px);
          transform: translateX(75px);
}
@media only screen and (max-width: 768px) {
  .section-swarm .text {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 640px) {
  .section-swarm .images {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .section-swarm .images:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  }
  .section-swarm .images .image {
    display: none;
  }
  .section-swarm .gallery-caption {
    bottom: 10px;
    left: 10px;
  }
  .section-swarm .text {
    padding-top: 50px;
  }
  .section-swarm .text .column-1 {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.section-tile-gallery {
  overflow: hidden;
}
.section-tile-gallery .tile-gallery-nav {
  position: relative;
  overflow: hidden;
}
.section-tile-gallery .tile-gallery {
  width: 150%;
  -webkit-transform: translateX(-16.6666%);
          transform: translateX(-16.6666%);
}
.section-tile-gallery .tile-gallery .img-blk {
  width: 25%;
  padding-right: 15px;
  padding-left: 15px;
}
.section-tile-gallery .tile-nav,
.section-tile-gallery .text {
  padding-right: 12.5%;
  padding-left: 12.5%;
}
.section-tile-gallery .tile-nav {
  margin-bottom: 20px;
  padding-top: 7px;
  padding-bottom: 10px;
}
.section-tile-gallery .col-6 {
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (max-width: 768px) {
  .section-tile-gallery .tile-nav,
  .section-tile-gallery .text {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-tile-gallery .text {
    text-align: center;
  }
  .section-tile-gallery .col-6 {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 640px) {
  .section-tile-gallery .tile-gallery {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .section-tile-gallery .tile-gallery .img-blk {
    width: 50%;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.text-logos {
  margin-top: 50px;
}
.text-logos a,
.text-logos span {
  display: inline-block;
  margin-right: 35px;
  margin-bottom: 20px;
  margin-left: 35px;
  vertical-align: middle;
}
.text-logos img {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 640px) {
  .text-logos a,
  .text-logos span {
    display: block;
    margin-right: 0;
    margin-left: 0;
  }
  .text-logos a:nth-child(2),
  .text-logos span:nth-child(2) {
    margin-bottom: 30px;
  }
}

.section-team .brow {
  margin-bottom: 45px;
}
.section-team .column-2:not(:last-child) {
  margin-bottom: 75px;
}
.section-team .team-logo {
  margin-bottom: 25px;
}
@media only screen and (max-width: 640px) {
  .section-team .brow {
    margin-bottom: 30px;
  }
}

.section-content-image .icon-popup {
  display: none;
}
.section-content-image .popup-yes .icon-popup {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background-image: url(images/production/wp-content/themes/firefly/src/images/graphics/icon-popup.svg);
}
@media only screen and (max-width: 640px) {
  .section-content-image .popup-yes .icon-popup {
    display: none;
  }
}

.content-image-overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  background-color: rgba(0, 0, 0, 0.7);
}
.content-image-overlay .content-image {
  position: absolute;
  top: 40px;
  right: 40px;
  bottom: 40px;
  left: 40px;
}
.content-image-overlay .content-image img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
}
.content-image-overlay .content-image-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25px;
  height: 18px;
  cursor: pointer;
}
.content-image-overlay .content-image-close .line {
  position: absolute;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.content-image-overlay .content-image-close .line:nth-child(1) {
  top: 0;
}
.content-image-overlay .content-image-close .line:nth-child(2) {
  top: 8px;
}
.content-image-overlay .content-image-close .line:nth-child(3) {
  top: 16px;
}
.content-image-overlay .content-image-close .line:nth-child(1) {
  top: 7px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.content-image-overlay .content-image-close .line:nth-child(2) {
  opacity: 0;
}
.content-image-overlay .content-image-close .line:nth-child(3) {
  top: 7px;
  width: 100%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.section-faq .faq {
  position: relative;
  padding-top: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid #E89634;
}
.section-faq .faq:first-child {
  border-top: 1px solid #E89634;
}
.section-faq .faq .faq-icon {
  position: absolute;
  top: 26px;
  right: 0;
  width: 16px;
  height: 16px;
}
.section-faq .faq .faq-icon:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #251B11;
}
.section-faq .faq .faq-icon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 7px;
  width: 2px;
  height: 100%;
  background-color: #251B11;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.section-faq .faq .faq-question {
  position: relative;
  padding-right: 30px;
  cursor: pointer;
}
.section-faq .faq .faq-answer {
  opacity: 0;
  width: calc(100% - 30px);
  max-width: 85%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.section-faq .faq .faq-answer .faq-sub {
  padding-top: 15px;
}
.section-faq .faq.is-active .faq-icon:after {
  opacity: 0;
}
.section-faq .faq.is-active .faq-answer {
  opacity: 1;
}
.section-faq .faq2 {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.section-faq .faq2.is-active {
  opacity: 1;
}
.section-faq .faq2 .faq:first-child {
  border-top: 0;
}
.section-faq .lnk-rle.is-done {
  opacity: 0.5;
}
@media only screen and (max-width: 640px) {
  .section-faq .faq .faq-answer {
    width: 100%;
    max-width: 100%;
  }
}

.section-map .has-text {
  padding-left: 35px;
}
.section-map .has-text .col-6:first-child {
  padding-right: 20px;
}
@media only screen and (max-width: 1365px) {
  .section-map .column-map > .flex > .col-6 {
    width: 100%;
  }
  .section-map .column-map > .flex > .col-6:first-child {
    margin-bottom: 75px;
  }
  .section-map .has-text {
    max-width: 750px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
  }
}
@media only screen and (max-width: 640px) {
  .section-map .column-map > .flex > .col-6:first-child {
    margin-bottom: 50px;
  }
  .section-map .col-sm-12:first-child {
    margin-bottom: 7px;
  }
}

.section-google .map {
  width: 100%;
  height: 460px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
}
.video-container:not(:last-child) {
  margin-bottom: 30px;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex.flex-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.flex.flex-wrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.flex.flex-justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex.flex-space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex.flex-align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex.flex-align-end {
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
}
.flex.flex-cols {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex .cen-h {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.flex .col-fx {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.flex .col-fl {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.flex .col-12 {
  position: relative;
  width: 100%;
}
.flex .col-7 {
  position: relative;
  width: 58.333333%;
}
.flex .col-6 {
  position: relative;
  width: 50%;
}
.flex .col-5 {
  position: relative;
  width: 41.666666%;
}
.flex .col-4 {
  position: relative;
  width: 33.333333%;
}
@media only screen and (max-width: 1200px) {
  .flex .col-wd-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 1024px) {
  .flex .col-sd-12 {
    width: 100%;
  }
  .flex .col-sd-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 990px) {
  .flex .col-rg-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  .flex .col-sr-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .flex .col-md-12 {
    width: 100%;
  }
  .flex .col-md-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  .flex.flex-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flex .col-sm-12 {
    width: 100%;
  }
  .flex .col-sm-6 {
    width: 50%;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-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-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 9;
  display: block;
  height: 18px;
  width: 18px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.slick-prev {
  left: 25px;
}
.slick-prev:before {
  -webkit-transform: scaleY(0.7) rotate(-135deg);
          transform: scaleY(0.7) rotate(-135deg);
}
@media only screen and (max-width: 640px) {
  .slick-prev {
    left: 20px;
  }
}

.slick-next {
  right: 25px;
}
.slick-next:before {
  -webkit-transform: scaleY(0.7) rotate(45deg);
          transform: scaleY(0.7) rotate(45deg);
}
@media only screen and (max-width: 640px) {
  .slick-next {
    right: 20px;
  }
}

.tile-arrows {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .tile-arrows {
    display: none;
  }
}

.tile-gallery-prev,
.tile-gallery-next {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.tile-gallery-prev {
  margin-right: 25px;
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 15px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 30px;
  width: 30px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 30px;
  width: 30px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:before {
  position: absolute;
  top: 10px;
  left: 10px;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #FDF6EC;
  border-radius: 100%;
}
.slick-dots li.slick-active button:before {
  background-color: transparent;
}
.slick-dots li.slick-active button:after {
  position: absolute;
  top: 8px;
  left: 8px;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border: 2px solid #FDF6EC;
  border-radius: 100%;
}
@media only screen and (max-width: 640px) {
  .slick-dots {
    bottom: 7px;
  }
  .slick-dots li {
    height: 24px;
    width: 24px;
  }
  .slick-dots li button {
    height: 24px;
    width: 24px;
  }
  .slick-dots li button:before {
    top: 7px;
    left: 7px;
  }
  .slick-dots li.slick-active button:after {
    top: 5px;
    left: 5px;
  }
}

.tile-dots {
  position: relative;
  left: -8px;
}
.tile-dots .slick-dots {
  position: relative;
  bottom: 0;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .tile-dots {
    left: 0;
  }
  .tile-dots .slick-dots {
    text-align: center;
  }
}

.section-tile-gallery .slick-dots li button:before {
  background-color: #251B11;
}
.section-tile-gallery .slick-dots li.slick-active button:before {
  background-color: transparent;
}
.section-tile-gallery .slick-dots li.slick-active button:after {
  border-color: #251B11;
}

.select-column {
  width: 100%;
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
}

#register-form {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
#register-form.is-active {
  opacity: 0.5;
}
#register-form .col-6:nth-child(2n-1) {
  padding-right: 10px;
}
#register-form .col-6:nth-child(2n) {
  padding-left: 10px;
}
@media only screen and (max-width: 640px) {
  #register-form .col-6:nth-child(2n-1) {
    padding-right: 0;
  }
  #register-form .col-6:nth-child(2n) {
    padding-left: 0;
  }
}

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

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

.register-interests {
  padding-bottom: 50px;
}

.register-broker {
  padding-bottom: 50px;
}

.register-consent {
  padding-bottom: 50px;
}
.register-consent a {
  text-decoration: underline;
}

input,
select,
textarea,
button.submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 0;
  outline: none;
  border: 0;
}

textarea {
  resize: none;
}

input[type=text],
input[type=email],
textarea {
  display: block;
  width: 100%;
  height: 40px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 16px;
  font-family: "Plus Jakarta Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: normal;
}
input[type=text].error,
input[type=email].error,
textarea.error {
  border-color: #E89634;
}

textarea {
  height: 140px;
  padding-top: 8px;
}

button.submit,
input[type=submit] {
  position: relative;
  z-index: 0;
  display: inline-block;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 9px;
  padding-left: 15px;
  background: transparent;
  -o-border-image: linear-gradient(70deg, #BD7A3E 21.29%, #D9B17D 47.13%, #E9D2B3 62.33%, #D9B17D 76.01%, #BD7A3E 97.29%) 1;
     border-image: linear-gradient(70deg, #BD7A3E 21.29%, #D9B17D 47.13%, #E9D2B3 62.33%, #D9B17D 76.01%, #BD7A3E 97.29%) 1;
  border-width: 1px;
  border-style: solid;
  color: #ffffff;
  font-family: "commuters-sans", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
button.submit:before,
input[type=submit]:before {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(70deg, #BD7A3E 21.29%, #D9B17D 47.13%, #E9D2B3 62.33%, #D9B17D 76.01%, #BD7A3E 97.29%);
}

::-webkit-input-placeholder { /* Safari, Chrome and Opera */
  color: #ffffff;
  font-size: 16px;
}

:-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
  font-size: 16px;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
  font-size: 16px;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #ffffff;
  font-size: 16px;
}

::-ms-input-placeholder { /* Edge */
  color: #ffffff;
  font-size: 16px;
}

:-moz-placeholder-shown { /* Standard one last! */
  color: #ffffff;
  font-size: 16px;
}

:-ms-input-placeholder { /* Standard one last! */
  color: #ffffff;
  font-size: 16px;
}

:placeholder-shown { /* Standard one last! */
  color: #ffffff;
  font-size: 16px;
}

.register-select-hidden {
  position: relative;
  height: 0;
  overflow: hidden;
}

.register-select {
  position: relative;
  white-space: nowrap;
}
.register-select .is-reg-mobile {
  display: none;
}
@media only screen and (max-width: 390px) {
  .register-select .no-reg-mobile {
    display: none;
  }
  .register-select .is-reg-mobile {
    display: inline;
  }
}

.register-select-field {
  position: relative;
  width: 100%;
  height: 50px;
  border: 1px solid #E89634;
  background-color: transparent;
  cursor: pointer;
}
.register-select-field .sub-menu-icon {
  position: absolute;
  top: 19px;
  right: 20px;
  width: 11px;
  height: 11px;
}
.register-select-field .sub-menu-icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #E89634;
}
.register-select-field .sub-menu-icon:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 5px;
  width: 1px;
  height: 100%;
  background-color: #E89634;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.register-select-field.is-active .sub-menu-icon:after {
  opacity: 0;
}
.register-select-field.error {
  border-bottom-color: #E89634;
}
.register-select-field.error:after {
  border-color: #E89634 transparent transparent transparent;
}

.register-select-label {
  position: absolute;
  top: 0;
  left: 0;
}

.has-value .register-select-label {
  opacity: 0;
}

.register-select-menu {
  display: none;
  position: absolute;
  z-index: 99;
  top: 49px;
  left: 0;
  width: 100%;
  max-height: 200px;
  background-color: #FDF6EC;
  border: 1px solid #E89634;
  overflow: auto;
  -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.2);
}

.register-select-item {
  height: 50px;
  padding-right: 10px;
  padding-left: 20px;
  background-color: #FDF6EC;
  cursor: pointer;
}
.register-select-item.is-selected {
  color: #E89634;
}

.register-select-label,
.register-select-item,
.register-select-detail {
  height: 48px;
  padding-right: 20px;
  padding-left: 20px;
  color: #E89634;
  font-weight: 700;
  font-size: 14px;
  line-height: 48px;
  font-family: "Plus Jakarta Sans", Helvetica, Arial, sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.error .register-select-label,
.error .register-select-item,
.error .register-select-detail {
  color: #E89634;
}
@media only screen and (max-width: 640px) {
  .register-select-label,
  .register-select-item,
  .register-select-detail {
    font-size: 13px;
  }
}

.register-select-item {
  height: 50px;
  color: #251B11;
  font-weight: 400;
  line-height: 50px;
}

.page-template-page-real-estate .register-select-menu,
.page-template-page-real-estate .register-select-item {
  background-color: #ffffff;
}

.interests {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.interests .interest {
  display: inline-block;
  vertical-align: middle;
}
.interests .interest:not(:last-child) {
  margin-right: 40px;
}
.interests label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.interests label .title {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2em;
  font-family: "Plus Jakarta Sans", Helvetica, Arial, sans-serif;
}
@media only screen and (max-width: 475px) {
  .interests {
    text-align: left;
  }
  .interests .interest {
    display: block;
    width: 100%;
    max-width: 130px;
    margin-right: auto;
    margin-left: auto;
  }
  .interests .interest:not(:last-child) {
    margin-bottom: 20px;
    margin-right: auto;
  }
}

.custom-check {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  border: 1px solid #ffffff;
  vertical-align: middle;
}
.custom-check .check {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
}
.custom-check .check:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  opacity: 0;
}
.custom-check input[type=checkbox] {
  visibility: hidden;
}
.custom-check input[type=checkbox]:checked + .check:after {
  opacity: 1;
}

.consent {
  max-width: 550px;
  margin-right: auto;
  margin-left: auto;
}
.consent label {
  display: block;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
}
.consent label .title {
  display: inline;
}
.consent .custom-check {
  position: absolute;
  top: 2px;
  left: 0;
}

.interests.error label .title {
  color: #E89634;
}
.interests.error .custom-check {
  border: 1px solid #E89634;
}

.no-touchevents .register-select-item {
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.no-touchevents .register-select-item:hover:not(.is-selected) {
  background-color: #ffffff;
}
.no-touchevents .page-template-page-real-estate .register-select-item:hover:not(.is-selected) {
  background-color: #FDF6EC;
}
.no-touchevents button.submit:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.no-touchevents button.submit:hover:before {
  opacity: 1;
}

#recaptcha,
.grecaptcha-badge {
  visibility: hidden;
}

.wpcf7-form .wpcf7-checkbox {
  text-align: left;
}
.wpcf7-form .wpcf7-checkbox + .wpcf7-not-valid-tip {
  text-align: center;
}
.wpcf7-form .wpcf7-list-item-label {
  position: relative;
  display: inline-block;
  padding-left: 25px;
}
.wpcf7-form .wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #ffffff;
}
.wpcf7-form .wpcf7-list-item-label:after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 3px;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  opacity: 0;
}
.wpcf7-form input[type=checkbox] {
  position: absolute;
  visibility: hidden;
}
.wpcf7-form input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}

.wpcf7-not-valid-tip {
  text-align: left;
  color: #E89634;
}

.wpcf7-response-output,
.wpcf7-spinner {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #251B11;
  font-weight: 400;
  font-family: "griffon", Times, Georgia, serif;
  text-transform: uppercase;
}

h1 {
  font-size: 45px;
  line-height: 1.1em;
}
@media only screen and (max-width: 990px) {
  h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767) {
  h1 br {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 450px) {
  h1 {
    font-size: 24px;
  }
}

h2 {
  font-size: 30px;
  line-height: 1.26em;
}
@media only screen and (max-width: 767px) {
  h2 br {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  h2 {
    font-size: 20px;
  }
}

h3 {
  font-size: 24px;
  line-height: 1.26em;
}
@media only screen and (max-width: 640px) {
  h3 {
    font-size: 18px;
  }
}

h4 {
  font-size: 20px;
  line-height: 1.26em;
}
@media only screen and (max-width: 640px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-size: 18px;
  line-height: 1.26em;
}

h6 {
  font-size: 17px;
  line-height: 1.26em;
}

.brow {
  margin-bottom: 25px;
  color: #E89634;
  font-weight: 700;
  font-family: "commuters-sans", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.section-hero .brow {
  margin-bottom: 30px;
}

p,
.the-content ul,
.section-map ol {
  color: #251B11;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.88em;
  font-family: "Plus Jakarta Sans", Helvetica, Arial, sans-serif;
}
@media only screen and (max-width: 640px) {
  p,
  .the-content ul,
  .section-map ol {
    font-size: 16px;
  }
}

p.quote-credit {
  color: #E89634;
  font-weight: 700;
  font-family: "commuters-sans", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

p.caption {
  color: #ffffff;
  font-weight: 500;
  font-size: 12px;
  line-height: 1em;
  font-family: "Plus Jakarta Sans", Helvetica, Arial, sans-serif;
}

p.disclaimer {
  font-weight: 400;
  font-size: 12px;
}

.the-content ul:not(.slick-dots) li {
  padding-left: 20px;
  margin-bottom: 10px;
}
.the-content ul:not(.slick-dots) li:last-child {
  margin-bottom: 0;
}
.the-content ul:not(.slick-dots) li:before {
  content: "—";
  position: relative;
  display: inline-block;
  top: -1px;
  width: 20px;
  margin-left: -20px;
  color: #251B11;
}
.section-map li {
  position: relative;
  padding-left: 30px;
  counter-increment: pois;
}
.section-map li:before {
  content: counter(pois) ".";
  display: inline-block;
  width: 30px;
  margin-left: -30px;
  padding-right: 5px;
  text-align: right;
}
.section-map li:not(:last-child) {
  margin-bottom: 7px;
}

.faq-question p {
  font-weight: 600;
  font-size: 16px;
  font-family: "commuters-sans", Helvetica, Arial, sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
@media only screen and (max-width: 640px) {
  .faq-question p {
    font-size: 15px;
    letter-spacing: 0.05em;
  }
}

.lnk-rle {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 2px solid #E89634;
  cursor: pointer;
  color: #E89634;
  font-weight: 700;
  font-size: 13px;
  line-height: 1em;
  font-family: "commuters-sans", Helvetica, Arial, sans-serif;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.lnk-blk {
  position: relative;
  z-index: 0;
  display: inline-block;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 9px;
  padding-left: 15px;
  -o-border-image: linear-gradient(70deg, #BD7A3E 21.29%, #D9B17D 47.13%, #E9D2B3 62.33%, #D9B17D 76.01%, #BD7A3E 97.29%) 1;
     border-image: linear-gradient(70deg, #BD7A3E 21.29%, #D9B17D 47.13%, #E9D2B3 62.33%, #D9B17D 76.01%, #BD7A3E 97.29%) 1;
  border-width: 1px;
  border-style: solid;
  cursor: pointer;
  color: #251B11;
  font-family: "commuters-sans", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.lnk-blk:before {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(70deg, #BD7A3E 21.29%, #D9B17D 47.13%, #E9D2B3 62.33%, #D9B17D 76.01%, #BD7A3E 97.29%);
}

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

b,
strong {
  font-weight: 700;
}

i,
em {
  font-style: italic;
}
i strong,
em strong {
  font-weight: 600;
}

.accent {
  color: #E89634;
}

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

.nowrap {
  white-space: nowrap;
}

.section-hero h1,
.section-hero h2,
.section-hero h3,
.section-hero h4,
.section-hero h5,
.section-hero h6,
.section-hero p,
.section-hero ul,
.section-hero ol {
  color: #FDF6EC;
}
.section-hero .brow {
  color: #FDF6EC;
}
.section-hero .brow.gradient {
  background-image: linear-gradient(70deg, #BD7A3E 21.29%, #D9B17D 47.13%, #E9D2B3 62.33%, #D9B17D 76.01%, #BD7A3E 97.29%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
}
.section-hero p.disclaimer {
  color: #FDF6EC;
}
.section-hero a.lnk-rle {
  color: #FDF6EC;
  border-bottom-color: #FDF6EC;
}
.section-hero a.lnk-blk {
  color: #FDF6EC;
}

.section-map h1,
.section-map h2,
.section-map h3,
.section-map h4,
.section-map h5,
.section-map h6,
.section-map p,
.section-map ul,
.section-map ol {
  color: #FDF6EC;
}
.section-map h1,
.section-map h2,
.section-map h3,
.section-map h4,
.section-map h5,
.section-map h6 {
  margin-bottom: 25px;
}
.section-map .brow {
  margin-bottom: 20px;
  color: #E89634;
}
.section-map .brow.gradient {
  background-image: linear-gradient(70deg, #BD7A3E 21.29%, #D9B17D 47.13%, #E9D2B3 62.33%, #D9B17D 76.01%, #BD7A3E 97.29%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
}
.section-map p.disclaimer {
  color: #FDF6EC;
}
.section-map a.lnk-rle {
  color: #FDF6EC;
  border-bottom-color: #FDF6EC;
}
.section-map a.lnk-blk {
  color: #FDF6EC;
}

.is-dark h1,
.is-dark h2,
.is-dark h3,
.is-dark h4,
.is-dark h5,
.is-dark h6,
.is-dark p,
.is-dark .the-content ul {
  color: #ffffff;
}
.is-dark .brow {
  color: #ffffff;
}
.is-dark .brow.gradient {
  background-image: linear-gradient(70deg, #BD7A3E 21.29%, #D9B17D 47.13%, #E9D2B3 62.33%, #D9B17D 76.01%, #BD7A3E 97.29%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
}
.is-dark p.disclaimer {
  color: #ffffff;
}
.is-dark a.lnk-rle {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
.is-dark a.lnk-blk {
  color: #ffffff;
}

.standard-text h1:not(:last-child),
.standard-text h2:not(:last-child),
.standard-text h3:not(:last-child),
.standard-text h4:not(:last-child),
.standard-text h5:not(:last-child),
.standard-text h6:not(:last-child),
.the-content h1:not(:last-child),
.the-content h2:not(:last-child),
.the-content h3:not(:last-child),
.the-content h4:not(:last-child),
.the-content h5:not(:last-child),
.the-content h6:not(:last-child) {
  margin-bottom: 20px;
}
.standard-text p:not(.brow):not(:last-child),
.standard-text ul:not(.slick-dots):not(:last-child),
.the-content p:not(.brow):not(:last-child),
.the-content ul:not(.slick-dots):not(:last-child) {
  margin-bottom: 30px;
}
.standard-text p + ul,
.standard-text p + p.quote-credit,
.the-content p + ul,
.the-content p + p.quote-credit {
  margin-top: -15px;
}
.standard-text p:not(.brow) + h1,
.standard-text p:not(.brow) + h2,
.standard-text p:not(.brow) + h3,
.standard-text p:not(.brow) + h4,
.standard-text p:not(.brow) + h5,
.standard-text p:not(.brow) + h6,
.standard-text ul:not(.slick-dots) + h1,
.standard-text ul:not(.slick-dots) + h2,
.standard-text ul:not(.slick-dots) + h3,
.standard-text ul:not(.slick-dots) + h4,
.standard-text ul:not(.slick-dots) + h5,
.standard-text ul:not(.slick-dots) + h6,
.the-content p:not(.brow) + h1,
.the-content p:not(.brow) + h2,
.the-content p:not(.brow) + h3,
.the-content p:not(.brow) + h4,
.the-content p:not(.brow) + h5,
.the-content p:not(.brow) + h6,
.the-content ul:not(.slick-dots) + h1,
.the-content ul:not(.slick-dots) + h2,
.the-content ul:not(.slick-dots) + h3,
.the-content ul:not(.slick-dots) + h4,
.the-content ul:not(.slick-dots) + h5,
.the-content ul:not(.slick-dots) + h6 {
  margin-top: 50px;
}
@media only screen and (max-width: 640px) {
  .standard-text h1:not(:last-child),
  .standard-text h2:not(:last-child),
  .standard-text h3:not(:last-child),
  .standard-text h4:not(:last-child),
  .standard-text h5:not(:last-child),
  .standard-text h6:not(:last-child),
  .the-content h1:not(:last-child),
  .the-content h2:not(:last-child),
  .the-content h3:not(:last-child),
  .the-content h4:not(:last-child),
  .the-content h5:not(:last-child),
  .the-content h6:not(:last-child) {
    margin-bottom: 20px;
  }
  .standard-text .section-content:first-child h1,
  .the-content .section-content:first-child h1 {
    margin-bottom: 20px;
  }
  .standard-text p:not(.brow):not(:last-child),
  .standard-text ul:not(.slick-dots):not(:last-child),
  .the-content p:not(.brow):not(:last-child),
  .the-content ul:not(.slick-dots):not(:last-child) {
    margin-bottom: 20px;
  }
  .standard-text p + ul,
  .standard-text p + p.quote-credit,
  .the-content p + ul,
  .the-content p + p.quote-credit {
    margin-top: -10px;
  }
  .standard-text p:not(.brow) + h1,
  .standard-text p:not(.brow) + h2,
  .standard-text p:not(.brow) + h3,
  .standard-text p:not(.brow) + h4,
  .standard-text p:not(.brow) + h5,
  .standard-text p:not(.brow) + h6,
  .standard-text ul:not(.slick-dots) + h1,
  .standard-text ul:not(.slick-dots) + h2,
  .standard-text ul:not(.slick-dots) + h3,
  .standard-text ul:not(.slick-dots) + h4,
  .standard-text ul:not(.slick-dots) + h5,
  .standard-text ul:not(.slick-dots) + h6,
  .the-content p:not(.brow) + h1,
  .the-content p:not(.brow) + h2,
  .the-content p:not(.brow) + h3,
  .the-content p:not(.brow) + h4,
  .the-content p:not(.brow) + h5,
  .the-content p:not(.brow) + h6,
  .the-content ul:not(.slick-dots) + h1,
  .the-content ul:not(.slick-dots) + h2,
  .the-content ul:not(.slick-dots) + h3,
  .the-content ul:not(.slick-dots) + h4,
  .the-content ul:not(.slick-dots) + h5,
  .the-content ul:not(.slick-dots) + h6 {
    margin-top: 30px;
  }
}

.mb-10 {
  margin-bottom: 10px;
}

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

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 640px) {
  .mb-40 {
    margin-bottom: 30px;
  }
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-70 {
  margin-bottom: 70px;
}
@media only screen and (max-width: 640px) {
  .mb-70 {
    margin-bottom: 50px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}
@media only screen and (max-width: 1024px) {
  .mb-100 {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 640px) {
  .mb-100 {
    margin-bottom: 50px;
  }
}

.mb-150 {
  margin-bottom: 150px;
}
@media only screen and (max-width: 640px) {
  .mb-150 {
    margin-bottom: 50px;
  }
}

.no-touchevents a.lnk-rle {
  -webkit-transition: border-color 0.2s linear, color 0.2s linear;
  transition: border-color 0.2s linear, color 0.2s linear;
}
.no-touchevents a.lnk-rle:hover {
  border-bottom-color: #251B11;
  color: #251B11;
}
.no-touchevents .is-dark a.lnk-rle:hover {
  border-bottom-color: #ffffff;
  color: #ffffff;
}
.no-touchevents a.lnk-blk:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.no-touchevents a.lnk-blk:hover:before {
  opacity: 1;
}

.section-standard {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media only screen and (max-width: 640px) {
  .section-standard {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.section-standard.first-hero, .section-standard.first-gallery, .section-standard.first-swarm, .section-standard.first-inquire {
  padding-top: 0;
}

.section-standard.last-hero, .section-standard.last-gallery, .section-standard.last-map, .section-standard.last-inquire {
  padding-bottom: 0;
}

.section-standard.last-text + .section-standard.first-swarm {
  margin-top: -25px;
}
@media only screen and (max-width: 640px) {
  .section-standard.last-text + .section-standard.first-swarm {
    margin-top: 0;
  }
}

.sub-section {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media only screen and (max-width: 990px) {
  .sub-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.sub-section.section-gallery:first-child,
.sub-section.section-gallery + .sub-section.standard-text,
.sub-section.standard-text + .sub-section.section-gallery,
.sub-section.standard-text + .sub-section.section-swarm,
.sub-section.section-google ~ .sub-section.standard-text {
  padding-top: 0;
}

@media only screen and (max-width: 640px) {
  .section-standard.last-text + .section-standard.first-swarm .sub-section.section-swarm,
  .sub-section.standard-text + .sub-section.section-tile-gallery,
  .sub-section.section-swarm + .sub-section.section-tile-gallery,
  .section-standard.last-swarm + .section-standard.first-faq .sub-section.section-faq,
  .sub-section.section-swarm + .sub-section.section-team {
    padding-top: 0;
  }
}
.section-intro {
  padding-top: 250px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1330px) {
  .section-intro {
    padding-top: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .section-intro {
    padding-bottom: 75px;
  }
}
@media only screen and (max-width: 640px) {
  .section-intro {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 450px) {
  .section-intro {
    padding-top: 125px;
  }
}

.section-inquire {
  padding-top: 100px;
  padding-bottom: 100px;
  background-size: cover;
  background-position: 50% 100%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .section-inquire {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media only screen and (max-width: 640px) {
  .section-inquire {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.page-template-page-inquire .section-intro {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.page-id-110 .section-intro {
  padding-bottom: 450px;
}
@media only screen and (max-width: 450px) {
  .page-id-110 .section-intro {
    padding-bottom: 350px;
  }
}

nav.nav-site {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 30px;
}
nav.nav-site:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
nav.nav-site .nav-bar {
  position: relative;
  z-index: 1;
}
nav.nav-site .col-nav {
  width: calc(50% - 102px);
}
nav.nav-site .col-logo {
  width: 203px;
}
nav.nav-site .col-logo .nav-logo-blk {
  display: none;
}
nav.nav-site .col-nav:first-child a {
  margin-right: 50px;
}
nav.nav-site .nav-logo {
  padding-top: 10px;
}
nav.nav-site .nav-logo a {
  display: inline-block;
}
nav.nav-site .col-nav:last-child {
  text-align: right;
}
nav.nav-site .col-nav:last-child a {
  margin-left: 50px;
}
nav.nav-site .nav-items a {
  display: inline-block;
  height: 33px;
  padding-top: 1px;
  vertical-align: middle;
  color: #FDF6EC;
  font-family: "commuters-sans", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
nav.nav-site .nav-items .nav-inquire {
  position: relative;
  z-index: 0;
  display: inline-block;
  height: 33px;
  padding-top: 9px;
  padding-right: 14px;
  padding-bottom: 8px;
  padding-left: 14px;
  -o-border-image: linear-gradient(70deg, #BD7A3E 21.29%, #D9B17D 47.13%, #E9D2B3 62.33%, #D9B17D 76.01%, #BD7A3E 97.29%) 1;
     border-image: linear-gradient(70deg, #BD7A3E 21.29%, #D9B17D 47.13%, #E9D2B3 62.33%, #D9B17D 76.01%, #BD7A3E 97.29%) 1;
  border-width: 1px;
  border-style: solid;
  vertical-align: middle;
  color: #ffffff;
  font-family: "commuters-sans", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
nav.nav-site .nav-items .nav-inquire:before {
  content: "";
  opacity: 1;
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(70deg, #BD7A3E 21.29%, #D9B17D 47.13%, #E9D2B3 62.33%, #D9B17D 76.01%, #BD7A3E 97.29%);
}
@media only screen and (max-width: 1330px) {
  nav.nav-site {
    padding-top: 20px;
  }
  nav.nav-site .col-nav {
    width: calc(50% - 75px);
  }
  nav.nav-site .col-logo {
    width: 150px;
  }
  nav.nav-site .col-nav:first-child a {
    margin-right: 30px;
  }
  nav.nav-site .col-nav:last-child a {
    margin-left: 30px;
  }
  nav.nav-site .nav-items a {
    height: 30px;
    font-size: 11px;
    line-height: 30px;
  }
  nav.nav-site .nav-items .nav-inquire {
    height: 30px;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 9px;
    line-height: normal;
  }
}
@media only screen and (max-width: 1024px) {
  nav.nav-site .col-nav:first-child .nav-items {
    display: none;
  }
  nav.nav-site .col-nav:last-child a:not(:last-child) {
    display: none;
  }
}
@media only screen and (max-width: 450px) {
  nav.nav-site:before {
    height: 150%;
  }
  nav.nav-site .col-nav {
    width: calc(50% - 50px);
  }
  nav.nav-site .col-logo {
    width: 100px;
  }
  nav.nav-site .nav-logo {
    padding-top: 0;
  }
}

.nav-icon {
  display: none;
  position: relative;
  width: 25px;
  height: 18px;
  cursor: pointer;
}
.nav-icon .line {
  position: absolute;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.nav-icon .line:nth-child(1) {
  top: 0;
}
.nav-icon .line:nth-child(2) {
  top: 8px;
}
.nav-icon .line:nth-child(3) {
  top: 16px;
}
.js-menu .nav-icon .line:nth-child(1) {
  top: 7px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.js-menu .nav-icon .line:nth-child(2) {
  opacity: 0;
}
.js-menu .nav-icon .line:nth-child(3) {
  top: 7px;
  width: 100%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media only screen and (max-width: 1024px) {
  .nav-icon {
    display: block;
  }
}

.nav-menu {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 150px;
  padding-bottom: 50px;
  background-color: #251B11;
  -webkit-transform: translate(100%, 0%);
          transform: translate(100%, 0%);
}
.nav-menu .nav-items a {
  display: inline-block;
  margin-bottom: 50px;
  color: #FDF6EC;
  font-family: "commuters-sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 2.6px;
  text-transform: uppercase;
}
.nav-menu .nav-menu-social {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  -o-border-image: linear-gradient(70deg, #BD7A3E 21.29%, #D9B17D 47.13%, #E9D2B3 62.33%, #D9B17D 76.01%, #BD7A3E 97.29%) 1;
     border-image: linear-gradient(70deg, #BD7A3E 21.29%, #D9B17D 47.13%, #E9D2B3 62.33%, #D9B17D 76.01%, #BD7A3E 97.29%) 1;
  border-top-width: 1px;
  border-style: solid;
}
.nav-menu .nav-menu-social a {
  display: inline-block;
  vertical-align: middle;
}
.nav-menu .nav-menu-social a:not(:last-child) {
  margin-right: 40px;
}
.page-template-page-text nav.nav-site:before {
  content: none;
}
.page-template-page-text nav.nav-site .nav-items a {
  color: #251B11;
}
.page-template-page-text nav.nav-site .nav-items .nav-inquire {
  color: #ffffff;
}
.page-template-page-text nav.nav-site .col-logo .nav-logo-lgt {
  display: none;
}
.page-template-page-text nav.nav-site .col-logo .nav-logo-blk {
  display: block;
}
.page-template-page-text .nav-icon .line {
  background-color: #251B11;
}

.js-menu .page-template-page-text .nav-icon .line {
  background-color: #ffffff;
  -webkit-transition: background-color 0.2s linear 0.2s, -webkit-transform 0.2s linear;
  transition: background-color 0.2s linear 0.2s, -webkit-transform 0.2s linear;
  transition: transform 0.2s linear, background-color 0.2s linear 0.2s;
  transition: transform 0.2s linear, background-color 0.2s linear 0.2s, -webkit-transform 0.2s linear;
}

.no-touchevents .nav-items a:not(.nav-inquire) {
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.no-touchevents .nav-items a:not(.nav-inquire):hover {
  color: #E89634;
}
.no-touchevents a.nav-inquire:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.no-touchevents a.nav-inquire:hover:before {
  opacity: 0;
}
.no-touchevents .page-template-page-text a.nav-inquire {
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.no-touchevents .page-template-page-text a.nav-inquire:hover {
  color: #251B11;
}
.no-touchevents.js-menu .page-template-page-text a.nav-inquire:hover {
  color: #ffffff;
}
.no-touchevents .menu-items a {
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.no-touchevents .menu-items a:hover {
  color: #E89634;
}

.page-lifestyle .nav-items .nav-lifestyle,
.page-lifestyle .menu-items .nav-lifestyle,
.page-real-estate .nav-items .nav-real-estate,
.page-real-estate .menu-items .nav-real-estate,
.page-location .nav-items .nav-location,
.page-location .menu-items .nav-location,
.page-team .nav-items .nav-team,
.page-team .menu-items .nav-team,
.page-faq .nav-items .nav-faq,
.page-faq .menu-items .nav-faq {
  padding-bottom: 10px;
  border-bottom: 2px solid #E89634;
  color: #E89634;
}

.footer {
  padding-top: 60px;
  background-color: #251B11;
}
.footer .footers {
  position: relative;
  padding-bottom: 80px;
  -o-border-image: linear-gradient(70deg, #BD7A3E 21.29%, #D9B17D 47.13%, #E9D2B3 62.33%, #D9B17D 76.01%, #BD7A3E 97.29%) 1;
     border-image: linear-gradient(70deg, #BD7A3E 21.29%, #D9B17D 47.13%, #E9D2B3 62.33%, #D9B17D 76.01%, #BD7A3E 97.29%) 1;
  border-bottom-width: 1px;
  border-style: solid;
}
.footer .footers .col-6:first-child {
  padding-right: 40px;
}
.footer .footers .col-6:last-child {
  padding-left: 40px;
}
.footer .footers .footer-nav {
  width: 100%;
  max-width: 375px;
  margin-left: auto;
}
.footer .footers .footer-nav .flex {
  width: 100%;
}
.footer .footers .footer-nav .col-nav a {
  display: inline-block;
  color: #ffffff;
  font-family: "commuters-sans", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.footer .footers .footer-nav .col-nav a:not(:last-child) {
  margin-bottom: 30px;
}
.footer .footers .footer-nav .footer-social {
  white-space: nowrap;
}
.footer .footers .footer-nav .footer-social a {
  display: inline-block;
  vertical-align: middle;
}
.footer .footers .footer-nav .footer-social a:not(:first-child) {
  margin-left: 40px;
}
.footer .footer-disclaimer {
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer .footer-disclaimer .col:first-child {
  padding-right: 30px;
}
.footer .footer-disclaimer a {
  white-space: nowrap;
}
.homesites-descp {
    font-family: "commuters-sans", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    line-height: 1.94;
    letter-spacing: 1.8px;
    text-align: center;
    color: #251b11;
    font-size: 18px;
    font-weight: bold;
}
.no-touchevents a.lnk-rle.border-btn {
    border: 0 !important;
    border: 1px solid #e89634 !important;
    padding: 14px 20px;
    letter-spacing: 1.65px;
}
.section-carousel {
    padding: 0 20px;
}

.carousel-wrapper {
    margin: 0 auto;
    max-width: 1364px;
    width: 100%;
    display: block;
}
.carousel-meta {
    padding: 20px;
    background: #644d3d;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
}
.carousel-meta {
    padding: 20px;
    background: #644d3d;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.carousel-meta p.carousel-caption {
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 2.1px;
    text-align: center;
    color: #fff8ed;
    text-transform: uppercase;
    font-family: "commuters-sans", Helvetica, Arial, sans-serif;
    margin-bottom: 10px;
}
.carousel-meta p.carousel-description {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.07px;
    font-style: italic;
    text-align: center;
    color: #fff8ed;
    font-family: "commuters-sans", Helvetica, Arial, sans-serif;
}
.section-carousel ul.slick-dots {
    bottom: -50px;
    z-index: 99;
}
.section-carousel .slick-dots li button:before {   
    background-color: #251B11;
}
.section-carousel .slick-dots li.slick-active button:before {   
    background-color: transparent;
}
.section-carousel  .slick-dots li.slick-active button:after {   
    border: 2px solid #251B11;
}
.full-width-section {
    min-height: 100vh;
}

.page-id-2754 section.section.section-standard.first-textarea.last-textarea {
    padding: 0 !important;
}
.page-id-2754 section.last-textarea .sub-section.standard-text {
    padding: 0;
}
.page-id-2754 section.section.section-standard.first-text.last-text {
    padding: 0 !important;
}
.page-id-2754 .sub-section.section-tile-gallery {
    padding: 0;
    margin-bottom: -25px;
}

.page-id-2754 .section-tile-gallery .tile-nav {
    margin-bottom: 0;
    padding-bottom: 0;
}

/* Media Queries */
@media only screen and (max-width: 990px) {
  .footer .footers .footer-cta {
    max-width: 250px;
  }
}
@media only screen and (max-width: 768px) {
  .homesites-descp {    
    font-size: 12px;
}
.carousel-meta p.carousel-caption {
    font-size: 12px;
  }
.carousel-meta p.carousel-description {
    font-size: 10px;
  }
.sub-section.section-gallery.section-carousel {
    margin-bottom: 60px;
}

.carousel-meta {
    padding: 10px;
  }
  .tooltip-content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 20px;
}

.tooltip-left, .tooltip-right {
    width: 100% !important;
}

  .footer .footers .footer-nav {
    max-width: 135px;
  }
  .footer .footers .footer-nav .flex {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .footer .footers .footer-nav .flex .col {
    width: 100%;
  }
  .footer .footers .footer-nav .flex .col-nav {
    margin-bottom: 35px;
  }
  .footer .footer-disclaimer {
    text-align: center;
  }
  .footer .footer-disclaimer .flex {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .footer .footer-disclaimer .col {
    width: 100%;
  }
  .footer .footer-disclaimer .col:first-child {
    padding-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  .footer {
    padding-top: 50px;
  }
  .footer .footers {
    padding-bottom: 50px;
  }
  .footer .footers .col-6:first-child {
    margin-bottom: 50px;
    padding-right: 0;
  }
  .footer .footers .col-6:last-child {
    padding-left: 0;
  }
  .footer .footers .footer-cta {
    max-width: 375px;
  }
  .footer .footers .footer-nav {
    max-width: 100%;
    margin-left: 0;
  }
  .footer .footer-disclaimer {
    text-align: left;
  }
}
@media only screen and (max-width: 370px) {
  .footer .footers .footer-cta {
    max-width: 230px;
  }
}

.no-touchevents .footer .footers .footer-nav a {
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.no-touchevents .footer .footers .footer-nav a:hover {
  color: #E89634;
}
.no-touchevents .footer-social a path {
  -webkit-transition: fill 0.2s linear;
  transition: fill 0.2s linear;
}
.no-touchevents .footer-social a:hover path {
  fill: #E89634;
}

.page-lifestyle .footer .footers .footer-nav .nav-lifestyle,
.page-real-estate .footer .footers .footer-nav .nav-real-estate,
.page-location .footer .footers .footer-nav .nav-location,
.page-team .footer .footers .footer-nav .nav-team,
.page-faq .footer .footers .footer-nav .nav-faq {
  color: #E89634;
}

.register-column {
  position: relative;
  width: 100%;
  max-width: 740px;
  margin-right: auto;
  margin-left: auto;
}
