@charset "UTF-8";
/* unicode: ✓ */
/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
@import url("https://use.typekit.net/pkb1cdm.css");
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 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.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

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

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font: 18px/1.333 georgia, serif;
  padding: 136px 48px 48px;
  text-align: center; }

h2 {
  opacity: .9;
  font-family: georgia, serif;
  font-size: 64px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: -.06em;
  line-height: 1;
  margin: 0 auto .5em;
  max-width: 10em; }

p {
  margin: .6em 0; }

img {
  max-width: 100%; }

button {
  cursor: pointer; }

@media only screen and (max-width: 1400px) {
  body {
    padding: 96px 48px 48px; }
  h2 {
    font-size: 60px; } }

@media only screen and (max-width: 900px) {
  body {
    padding: 96px 0 0;
    font-size: 15px; }
  h2 {
    font-size: 40px;
    padding: 0 40px;
    max-width: 10em; } }

@media only screen and (max-width: 700px) {
  body {
    padding: 50px 0 0; } }

body > header {
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-family: georgia, serif;
  overflow: hidden;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100; }
  body > header > div {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 136px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: auto;
    max-width: 1236px;
    position: relative;
    padding: 0 48px; }
  .scroll-target {
    display: block;
    position: relative;
    top: -186px; }
  body > header .tagline {
    font-size: 28px;
    font-style: italic;
    letter-spacing: -.04em;
    -webkit-transform: translateY(0.1px);
    -ms-transform: translateY(0.1px);
    transform: translateY(0.1px);
    -webkit-transition: .2s transform;
    -o-transition: .2s transform;
    transition: .2s transform; }
  body > header .logo {
    background: #231f20;
    bottom: 0;
    left: 48px;
    position: absolute;
    top: 0;
    -webkit-transform: translateY(136px);
    -ms-transform: translateY(136px);
    transform: translateY(136px);
    -webkit-transition: .2s transform;
    -o-transition: .2s transform;
    transition: .2s transform;
    width: 360px; }
    body > header .logo img {
      display: block; }
  .is-scrolled-down body > header .tagline {
    -webkit-transform: translateY(-136px);
    -ms-transform: translateY(-136px);
    transform: translateY(-136px); }
  .is-scrolled-down body > header .logo {
    -webkit-transform: translateY(0.1px);
    -ms-transform: translateY(0.1px);
    transform: translateY(0.1px); }
  body > header nav {
    font-weight: 500;
    letter-spacing: -.024em; }
    body > header nav ul {
      list-style: none;
      margin: 0;
      padding: 0; }
    body > header nav li {
      display: inline-block; }
    body > header nav a {
      color: inherit;
      margin-left: 1em;
      opacity: .5;
      position: relative;
      text-decoration: none;
      -webkit-transition: .1s opacity;
      -o-transition: .1s opacity;
      transition: .1s opacity; }
      body > header nav a:after {
        background: #000;
        bottom: -.3em;
        content: '';
        height: .1em;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        -webkit-transition: .1s opacity;
        -o-transition: .1s opacity;
        transition: .1s opacity; }
      body > header nav a:hover {
        opacity: 1; }
        body > header nav a:hover:after {
          opacity: 1; }
  body > header .menu-toggle {
    display: none;
    margin: 0;
    padding: 40px 30px;
    border: none;
    background: none;
    outline: none;
    z-index: 2; }
    body > header .menu-toggle span {
      display: block;
      width: 30px;
      height: 4px;
      margin: 6px 0;
      background: black;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      position: relative; }
      body > header .menu-toggle span:before, body > header .menu-toggle span:after {
        content: '';
        display: block;
        width: 30px;
        height: 4px;
        background: black;
        position: absolute;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      body > header .menu-toggle span:before {
        top: -10px; }
      body > header .menu-toggle span:after {
        top: 10px; }
    .mobile-menu-open body > header .menu-toggle span {
      background: none !important; }
      .mobile-menu-open body > header .menu-toggle span:before {
        top: 0 !important;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .mobile-menu-open body > header .menu-toggle span:after {
        top: 0 !important;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
  @media only screen and (max-width: 1400px) {
    body > header {
      font-size: 14px; }
      body > header > div {
        height: 96px; }
      body > header .tagline {
        font-size: 20px; }
      body > header .logo {
        width: 260px; } }
  @media only screen and (max-width: 900px) {
    body > header {
      overflow: visible; }
      body > header > div {
        padding: 0; }
      body > header .tagline {
        display: none; }
      body > header .logo {
        -webkit-transform: translateY(0.1px);
        -ms-transform: translateY(0.1px);
        transform: translateY(0.1px);
        position: relative;
        left: 0; }
      body > header nav {
        visibility: hidden;
        opacity: 0;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #333333;
        overflow: auto;
        font-size: 20px;
        z-index: 1;
        color: #ffffff;
        -webkit-transition: opacity 0.2s, visibility 0.2s;
        -o-transition: opacity 0.2s, visibility 0.2s;
        transition: opacity 0.2s, visibility 0.2s; }
        .mobile-menu-open body > header nav {
          visibility: visible;
          opacity: 1; }
        body > header nav > div {
          display: table;
          width: 100%;
          height: 100%; }
        body > header nav ul {
          display: table-cell;
          vertical-align: middle; }
        body > header nav li {
          display: block;
          padding: 7px 20px; }
        body > header nav a {
          margin-left: 0; }
      body > header .menu-toggle {
        display: inline-block; } }
  @media only screen and (max-width: 700px) {
    body > header > div {
      height: 50px; }
    body > header .logo {
      width: 130px; }
    body > header .menu-toggle {
      padding: 17px 13px; }
    .scroll-target {
      top: -90px; } }

body > footer {
  background: #000;
  margin: 15.46% 0 0;
  padding: 0 40px 200px;
  position: relative;
  color: white; }
  body > footer:before {
    background: no-repeat center;
    background-size: cover;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    background-image: url("../images/wavy-green-top.png");
    bottom: 100%;
    padding-top: 15.4%; }
  body > footer .contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: auto;
    max-width: 840px;
    text-align: left;
    padding-top: 40px; }
  body > footer .form {
    width: 100%;
    padding-right: 40px; }
    body > footer .form h3 {
      color: white;
      font-family: georgia, serif;
      font-size: 26px;
      font-style: italic;
      letter-spacing: -.02em;
      line-height: .85;
      margin: 0 0 1.1em; }
    body > footer .form form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative; }
    body > footer .form p {
      margin: 0; }
    body > footer .form br {
      display: none; }
    body > footer .form label {
      display: block;
      font-family: georgia, serif;
      font-size: 16px;
      font-style: italic;
      font-weight: 500;
      letter-spacing: -.02em; }
    body > footer .form input:not([type=submit]),
    body > footer .form textarea {
      border: 2px solid rgba(0, 0, 0, 0.2);
      display: block;
      font-size: 14px;
      font-weight: 500;
      margin: 11px 18px 18px 0;
      padding: 11px 8px; }
      body > footer .form input:not([type=submit])::-webkit-input-placeholder,
      body > footer .form textarea::-webkit-input-placeholder {
        color: inherit;
        opacity: .3;
        text-transform: uppercase; }
      body > footer .form input:not([type=submit]):-ms-input-placeholder,
      body > footer .form textarea:-ms-input-placeholder {
        color: inherit;
        opacity: .3;
        text-transform: uppercase; }
      body > footer .form input:not([type=submit])::-ms-input-placeholder,
      body > footer .form textarea::-ms-input-placeholder {
        color: inherit;
        opacity: .3;
        text-transform: uppercase; }
      body > footer .form input:not([type=submit])::placeholder,
      body > footer .form textarea::placeholder {
        color: inherit;
        opacity: .3;
        text-transform: uppercase; }
      body > footer .form input:not([type=submit]).wpcf7-not-valid,
      body > footer .form textarea.wpcf7-not-valid {
        border-color: #e81d75; }
        body > footer .form input:not([type=submit]).wpcf7-not-valid::-webkit-input-placeholder,
        body > footer .form textarea.wpcf7-not-valid::-webkit-input-placeholder {
          color: #e81d75;
          opacity: 1; }
        body > footer .form input:not([type=submit]).wpcf7-not-valid:-ms-input-placeholder,
        body > footer .form textarea.wpcf7-not-valid:-ms-input-placeholder {
          color: #e81d75;
          opacity: 1; }
        body > footer .form input:not([type=submit]).wpcf7-not-valid::-ms-input-placeholder,
        body > footer .form textarea.wpcf7-not-valid::-ms-input-placeholder {
          color: #e81d75;
          opacity: 1; }
        body > footer .form input:not([type=submit]).wpcf7-not-valid::placeholder,
        body > footer .form textarea.wpcf7-not-valid::placeholder {
          color: #e81d75;
          opacity: 1; }
    body > footer .form input:not([type=submit]) {
      width: 271px; }
    body > footer .form textarea {
      height: 136px;
      width: 242px;
      min-height: 136px;
      max-width: 242px;
      resize: none; }
    body > footer .form input[type=submit] {
      border: 3px solid;
      color: inherit;
      display: inline-block;
      font: inherit;
      font-size: 16px;
      font-weight: 900;
      line-height: 1;
      padding: 16px;
      text-decoration: none;
      text-transform: uppercase;
      background: none;
      width: auto; }
    body > footer .form .ajax-loader {
      background-color: #fff;
      background-position: center;
      background-repeat: no-repeat;
      border-radius: 50%;
      height: 20px;
      mix-blend-mode: multiply;
      width: 20px; }
    body > footer .form .wpcf7-not-valid-tip {
      display: none; }
    body > footer .form .wpcf7-response-output {
      background: black;
      left: 0;
      margin: 18px 18px 18px 0;
      position: absolute;
      right: 0;
      top: 100%; }
      body > footer .form .wpcf7-response-output.wpcf7-validation-errors {
        display: none !important; }
      body > footer .form .wpcf7-response-output.wpcf7-mail-sent-ok {
        border: none;
        top: -18px;
        bottom: -20px;
        padding: 0; }
  body > footer .agent {
    color: white;
    font-family: georgia, serif;
    font-size: 26px;
    font-style: italic;
    letter-spacing: -.02em;
    line-height: .85;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px; }
    body > footer .agent h3 {
      font-size: inherit;
      margin: 0 0 .4em; }
    body > footer .agent .phone {
      color: inherit;
      text-decoration: none; }
    body > footer .agent .logo img {
      display: block;
      margin-top: 40px; }
    body > footer .agent ul {
      margin: 40px 0;
      padding: 0;
      list-style: none; }
    body > footer .agent li {
      margin-bottom: 20px; }
  body > footer small {
    display: block;
    margin: 40px auto 0;
    max-width: 600px;
    font-size: 15px; }
  @media only screen and (max-width: 1000px) {
    body > footer .form form {
      display: block; }
    body > footer .form input:not([type=submit]) {
      width: 100%; }
    body > footer .form textarea {
      width: 100%;
      max-width: 100%; } }
  @media only screen and (max-width: 700px) {
    body > footer .contact {
      display: block; }
    body > footer .form {
      padding-right: 0;
      margin-bottom: 40px; } }

.block--logo_slideshow {
  background: #231f20 no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 0; }
  .block--logo_slideshow .logo {
    background: #000;
    bottom: 0;
    display: block;
    left: calc( (100% - 1140px)/2);
    padding: 0 0 85px 0;
    position: absolute;
    width: 360px;
    z-index: 20; }
  .block--logo_slideshow .swiper-container {
    z-index: 10; }
    .block--logo_slideshow .swiper-container .swiper-wrapper {
      margin: 0;
      padding: 0;
      list-style: none; }
    .block--logo_slideshow .swiper-container .swiper-slide {
      height: 775px;
      overflow: hidden; }
    .block--logo_slideshow .swiper-container img {
      display: block;
      max-width: none;
      width: 100%; }
      @supports ((-o-object-fit: cover) or (object-fit: cover)) {
        .block--logo_slideshow .swiper-container img {
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover; } }
    .block--logo_slideshow .swiper-container video {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      font-family: 'object-fit: cover;'; }
  @media only screen and (max-width: 1236px) {
    .block--logo_slideshow .logo {
      left: 0;
      width: 230px;
      padding: 0 0 50px 0; }
    .block--logo_slideshow .swiper-container .swiper-slide {
      height: 500px; } }
  @media only screen and (max-width: 900px) {
    .block--logo_slideshow .logo {
      display: none; } }
  @media only screen and (max-width: 700px) {
    .block--logo_slideshow .swiper-container .swiper-slide {
      height: 300px; } }

.block--section-dream {
  background: #000;
  color: #fff;
  margin: 0 0 8.722%;
  padding: 50px 0 0;
  position: relative; }
  .block--section-dream:before {
    background: no-repeat center;
    background-size: cover;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    background-image: url("../images/wavy-yellow-top.png");
    bottom: 100%;
    padding-top: 5.088%; }
  .block--section-dream:after {
    background: no-repeat center;
    background-size: cover;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    background-image: url("../images/wavy-yellow-bottom.png");
    padding-top: 8.5%;
    top: 100%; }
  .block--section-dream .content {
    margin: auto;
    max-width: 31.5em; }
  .block--section-dream .dreams {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: auto;
    max-width: 1200px;
    padding: 28px 20px 20px;
    text-align: left; }
    .block--section-dream .dreams > li {
      padding: 15px 20px;
      width: 33.33%; }
    .block--section-dream .dreams .thumbnail {
      background: no-repeat center;
      background-size: cover;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      height: 475px;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: end;
      padding: 26px 30px;
      text-shadow: 0 0 1em rgba(0, 0, 0, 0.6);
      cursor: pointer; }
      .block--section-dream .dreams .thumbnail:after {
        content: 'Click for more';
        font-size: 14px;
        font-weight: 900;
        letter-spacing: .02em;
        margin-top: .8em;
        text-transform: uppercase; }
      .block--section-dream .dreams .thumbnail h3 {
        font-family: georgia, serif;
        font-weight: 400;
        font-size: 36px;
        font-style: italic;
        letter-spacing: -.04em;
        line-height: 1;
        margin: auto 0 0 0; }
    .block--section-dream .dreams .overlay {
      color: #000;
      display: none;
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 10000;
      text-align: center;
      background: rgba(0, 0, 0, 0.8);
      overflow-y: auto;
      font-size: 16px; }
      .block--section-dream .dreams .overlay.is-active {
        display: block; }
      .block--section-dream .dreams .overlay > div {
        display: table;
        height: 100%;
        width: 100%; }
        .block--section-dream .dreams .overlay > div > div {
          display: table-cell;
          vertical-align: middle;
          padding: 30px; }
      .block--section-dream .dreams .overlay .modal {
        position: relative;
        text-align: left;
        max-width: 807px;
        width: 100%;
        display: inline-block;
        background: #fff; }
      .block--section-dream .dreams .overlay .close {
        position: absolute;
        top: -20px;
        right: -20px;
        z-index: 100;
        background: #000;
        margin: 0;
        padding: 0;
        border: none;
        height: 40px;
        width: 40px;
        border-radius: 50%;
        cursor: pointer;
        font-size: 16px; }
        .block--section-dream .dreams .overlay .close:before {
          content: 'X';
          color: white; }
      .block--section-dream .dreams .overlay .slideshow {
        background: no-repeat center;
        background-size: cover;
        height: 486px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 38px;
        position: relative;
        z-index: 0; }
        .block--section-dream .dreams .overlay .slideshow .swiper-container {
          bottom: 0;
          left: 0;
          position: absolute;
          right: 0;
          top: 0; }
        .block--section-dream .dreams .overlay .slideshow ul {
          list-style: none;
          margin: 0;
          padding: 0; }
        .block--section-dream .dreams .overlay .slideshow img {
          display: block;
          max-width: none;
          width: 100%; }
          @supports ((-o-object-fit: cover) or (object-fit: cover)) {
            .block--section-dream .dreams .overlay .slideshow img {
              height: 100%;
              -o-object-fit: cover;
              object-fit: cover; } }
      .block--section-dream .dreams .overlay h3 {
        color: #fff;
        font-family: georgia, serif;
        font-size: 60px;
        font-style: italic;
        font-weight: 400;
        letter-spacing: -.04em;
        margin-top: auto;
        margin-bottom: 0;
        max-width: 6.5em;
        line-height: 1;
        text-shadow: 0 0 0.5em black;
        z-index: 10; }
      .block--section-dream .dreams .overlay .details {
        background: #fff;
        color: #000;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .block--section-dream .dreams .overlay .details > div {
          padding: 38px; }
        .block--section-dream .dreams .overlay .details a {
          color: #000; }
      .block--section-dream .dreams .overlay h4 {
        font-family: georgia, serif;
        color: #000;
        margin: 0 0 0.5em 0;
        font-weight: 400;
        font-style: italic;
        font-size: 28px; }
      .block--section-dream .dreams .overlay .description > *:last-child {
        margin-bottom: 0; }
      .block--section-dream .dreams .overlay .description ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .block--section-dream .dreams .overlay .description ul li {
          padding-left: 15px;
          position: relative; }
          .block--section-dream .dreams .overlay .description ul li:before {
            content: '-';
            position: absolute;
            top: 0;
            left: 0; }
      .block--section-dream .dreams .overlay .downloads {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
        flex: 0 0 300px; }
        .block--section-dream .dreams .overlay .downloads ul {
          margin: 0;
          padding: 0;
          list-style: none; }
        .block--section-dream .dreams .overlay .downloads li {
          padding-left: 30px;
          position: relative;
          margin-bottom: 1em; }
          .block--section-dream .dreams .overlay .downloads li:before {
            content: url("../images/file.png");
            position: absolute;
            left: 0;
            top: 0; }
        .block--section-dream .dreams .overlay .downloads a {
          text-decoration: none; }
    @media only screen and (max-width: 1400px) {
      .block--section-dream .dreams {
        max-width: 900px; }
        .block--section-dream .dreams .thumbnail {
          height: 400px; }
          .block--section-dream .dreams .thumbnail h3 {
            font-size: 27px; }
            .block--section-dream .dreams .thumbnail h3:after {
              font-size: 12px; } }
    @media only screen and (max-width: 900px) {
      .block--section-dream .dreams > li {
        width: 100%; }
      .block--section-dream .dreams .thumbnail {
        height: 150px;
        text-align: center; }
      .block--section-dream .dreams .overlay h3 {
        font-size: 45px; }
      .block--section-dream .dreams .overlay .details {
        display: block; }
      .block--section-dream .dreams .overlay .downloads {
        padding-top: 0; } }
    @media only screen and (max-width: 700px) {
      .block--section-dream .dreams .overlay .slideshow {
        padding: 20px;
        height: 226px; }
      .block--section-dream .dreams .overlay h3 {
        font-size: 30px; }
      .block--section-dream .dreams .overlay .details > div {
        padding: 20px; } }

.block--section-discover {
  padding: 64px 0; }
  .block--section-discover h2 {
    color: #000; }
  .block--section-discover .content {
    margin: auto;
    max-width: 33.5em;
    padding: 0 40px; }
  .block--section-discover .contact-agent {
    border: 3px solid;
    color: inherit;
    display: inline-block;
    font: inherit;
    font-size: 16px;
    font-weight: 900;
    line-height: 1;
    padding: 16px;
    text-decoration: none;
    text-transform: uppercase;
    border-color: #000;
    margin-top: 1.4em; }
  .block--section-discover .map {
    border: none;
    margin-top: 60px;
    max-width: 1140px;
    width: 100%; }

.block--section-steps {
  background: #000;
  color: #fff;
  margin: 15.57% 0 7.401%;
  padding: 40px 28px 50px 28px;
  position: relative; }
  .block--section-steps:before {
    background: no-repeat center;
    background-size: cover;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    background-image: url("../images/wavy-pink-top.png");
    bottom: 100%;
    padding-top: 15.5%; }
  .block--section-steps:after {
    background: no-repeat center;
    background-size: cover;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    background-image: url("../images/wavy-pink-bottom.png");
    padding-top: 7.3%;
    top: 100%; }
  .block--section-steps .content {
    margin: 0 auto 3em auto;
    max-width: 31.5em; }
  .block--section-steps ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 40px auto 0;
    max-width: 1140px;
    padding: 0; }
    .block--section-steps ol li {
      width: 25%; }
      .block--section-steps ol li:before {
        background: no-repeat center;
        background-size: 100% 100%;
        border-radius: 50%;
        -webkit-box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.5);
        box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.5);
        content: '';
        display: block;
        height: 169px;
        margin: auto;
        width: 166px; }
      .block--section-steps ol li:nth-child(1):before {
        background-image: url("../images/circle-pink-1.png"); }
      .block--section-steps ol li:nth-child(2):before {
        background-image: url("../images/circle-pink-2.png"); }
      .block--section-steps ol li:nth-child(3):before {
        background-image: url("../images/circle-pink-3.png"); }
      .block--section-steps ol li:nth-child(4):before {
        background-image: url("../images/circle-pink-4.png"); }
    .block--section-steps ol section {
      margin: auto;
      max-width: 12.6em; }
    .block--section-steps ol h3 {
      font-family: georgia, serif;
      font-size: 38px;
      font-style: italic;
      letter-spacing: -.02em;
      line-height: .92em;
      margin: .8em 0 .5em; }
  @media only screen and (max-width: 1400px) {
    .block--section-steps ol {
      max-width: 900px;
      font-size: 14px; }
      .block--section-steps ol li:before {
        height: 120px;
        width: 118px; }
      .block--section-steps ol h3 {
        font-size: 32px; } }
  @media only screen and (max-width: 900px) {
    .block--section-steps ol {
      max-width: 600px; }
      .block--section-steps ol li {
        width: 50%;
        margin-bottom: 40px; } }
  @media only screen and (max-width: 500px) {
    .block--section-steps ol {
      font-size: 12px; }
      .block--section-steps ol li {
        padding: 0 10px; }
        .block--section-steps ol li:before {
          height: 102px;
          width: 100px; }
      .block--section-steps ol h3 {
        font-size: 27px; } }

.block--section-finance {
  padding: 60px 0; }
  .block--section-finance h2 {
    color: #000; }
  .block--section-finance .content {
    margin: auto;
    max-width: 39.6em;
    padding: 0 40px; }
  .block--section-finance ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .block--section-finance .calculator-lists {
    margin: 46px auto;
    max-width: 55em; }
    .block--section-finance .calculator-lists:after {
      clear: both;
      content: '';
      display: table; }
    .block--section-finance .calculator-lists > li {
      float: left;
      padding: 0 20px;
      width: 33.33%; }
    .block--section-finance .calculator-lists h3 {
      color: #000;
      font-family: georgia, serif;
      font-size: 38px;
      font-style: italic;
      font-weight: 300;
      letter-spacing: -.06em;
      line-height: 1.1;
      margin: 0 0 14px; }
    .block--section-finance .calculator-lists .open,
    .block--section-finance .calculator-lists .open-other {
      border: 3px solid;
      color: inherit;
      display: inline-block;
      font: inherit;
      font-size: 16px;
      font-weight: 900;
      line-height: 1;
      padding: 16px;
      text-decoration: none;
      text-transform: uppercase;
      background: none;
      border-color: #000;
      line-height: 1.4;
      margin: 6px 0;
      padding-left: 0;
      padding-right: 0;
      width: 100%; }
    .block--section-finance .calculator-lists .overlay {
      color: #000;
      display: none;
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 10000;
      text-align: center;
      background: rgba(0, 0, 0, 0.8);
      overflow-y: auto;
      font-size: 16px; }
      .block--section-finance .calculator-lists .overlay.is-active {
        display: block; }
      .block--section-finance .calculator-lists .overlay > div {
        display: table;
        height: 100%;
        width: 100%; }
        .block--section-finance .calculator-lists .overlay > div > div {
          display: table-cell;
          vertical-align: middle;
          padding: 30px; }
      .block--section-finance .calculator-lists .overlay .modal {
        position: relative;
        text-align: left;
        max-width: 807px;
        width: 100%;
        display: inline-block;
        background: #fff; }
      .block--section-finance .calculator-lists .overlay .close {
        position: absolute;
        top: -20px;
        right: -20px;
        z-index: 100;
        background: #000;
        margin: 0;
        padding: 0;
        border: none;
        height: 40px;
        width: 40px;
        border-radius: 50%;
        cursor: pointer;
        font-size: 16px; }
        .block--section-finance .calculator-lists .overlay .close:before {
          content: 'X';
          color: white; }
      .block--section-finance .calculator-lists .overlay .modal {
        max-width: 810px;
        padding: 30px; }
      .block--section-finance .calculator-lists .overlay .close {
        background: #000; }
      .block--section-finance .calculator-lists .overlay .list {
        color: #000;
        font-family: georgia, serif;
        font-size: 42px;
        font-style: italic;
        font-weight: 300;
        letter-spacing: -.06em;
        line-height: 1.1;
        margin: 0 0 24px;
        text-align: center; }
      .block--section-finance .calculator-lists .overlay iframe {
        background: url("../images/loading-black.gif") no-repeat center 30%;
        border: none;
        display: block;
        width: 100%; }
      .block--section-finance .calculator-lists .overlay ul {
        margin: 0 -30px;
        padding: 0 15px; }
        .block--section-finance .calculator-lists .overlay ul:after {
          clear: both;
          content: '';
          display: table; }
      .block--section-finance .calculator-lists .overlay li {
        float: left;
        padding: 0 15px;
        width: 33.33%; }
  @media only screen and (max-width: 1400px) {
    .block--section-finance .calculator-lists h3 {
      font-size: 30px; } }
  @media only screen and (max-width: 980px) {
    .block--section-finance .calculator-lists > li {
      float: none;
      margin: 0 0 40px;
      padding: 0;
      width: 100%; }
    .block--section-finance .calculator-lists ul {
      padding: 0 6px; }
      .block--section-finance .calculator-lists ul:after {
        clear: both;
        content: '';
        display: table; }
      .block--section-finance .calculator-lists ul li {
        float: left;
        width: 50%;
        padding: 0 6px; } }
  @media only screen and (max-width: 900px) {
    .block--section-finance .calculator-lists h3 {
      font-size: 26px; }
    .block--section-finance .calculator-lists .open,
    .block--section-finance .calculator-lists .open-other {
      font-weight: 700; } }
  @media only screen and (max-width: 860px) {
    .block--section-finance .calculator-lists .overlay ul {
      display: none; } }
  @media only screen and (max-width: 560px) {
    .block--section-finance .calculator-lists ul li {
      float: none;
      width: 100%; } }

.block--section-love {
  padding: 60px 0 20px; }
  .block--section-love h2 {
    color: #000; }
  .block--section-love .content {
    margin: auto;
    max-width: 33.5em;
    padding: 0 40px; }
  .block--section-love .love {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: auto;
    max-width: 1200px;
    padding: 28px 20px 20px;
    text-align: left;
    color: white; }
    .block--section-love .love > li {
      padding: 15px 20px;
      width: 33.33%; }
    .block--section-love .love .thumbnail {
      background: no-repeat center;
      background-size: cover;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      height: 475px;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: end;
      padding: 26px 30px;
      text-shadow: 0 0 1em rgba(0, 0, 0, 0.6);
      cursor: pointer; }
      .block--section-love .love .thumbnail:after {
        content: 'Click for more';
        font-size: 14px;
        font-weight: 900;
        letter-spacing: .02em;
        margin-top: .8em;
        text-transform: uppercase; }
      .block--section-love .love .thumbnail h3 {
        font-family: georgia, serif;
        font-weight: 400;
        font-size: 36px;
        font-style: italic;
        letter-spacing: -.04em;
        line-height: 1;
        margin: auto 0 0 0; }
    .block--section-love .love .overlay {
      color: #000;
      display: none;
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 10000;
      text-align: center;
      background: rgba(0, 0, 0, 0.8);
      overflow-y: auto;
      font-size: 16px; }
      .block--section-love .love .overlay.is-active {
        display: block; }
      .block--section-love .love .overlay > div {
        display: table;
        height: 100%;
        width: 100%; }
        .block--section-love .love .overlay > div > div {
          display: table-cell;
          vertical-align: middle;
          padding: 30px; }
      .block--section-love .love .overlay .modal {
        position: relative;
        text-align: left;
        max-width: 807px;
        width: 100%;
        display: inline-block;
        background: #fff; }
      .block--section-love .love .overlay .close {
        position: absolute;
        top: -20px;
        right: -20px;
        z-index: 100;
        background: #000;
        margin: 0;
        padding: 0;
        border: none;
        height: 40px;
        width: 40px;
        border-radius: 50%;
        cursor: pointer;
        font-size: 16px; }
        .block--section-love .love .overlay .close:before {
          content: 'X';
          color: white; }
      .block--section-love .love .overlay .slideshow {
        background: no-repeat center;
        background-size: cover;
        height: 486px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 38px;
        position: relative;
        z-index: 0; }
        .block--section-love .love .overlay .slideshow .swiper-container {
          bottom: 0;
          left: 0;
          position: absolute;
          right: 0;
          top: 0; }
        .block--section-love .love .overlay .slideshow ul {
          list-style: none;
          margin: 0;
          padding: 0; }
        .block--section-love .love .overlay .slideshow img {
          display: block;
          max-width: none;
          width: 100%; }
          @supports ((-o-object-fit: cover) or (object-fit: cover)) {
            .block--section-love .love .overlay .slideshow img {
              height: 100%;
              -o-object-fit: cover;
              object-fit: cover; } }
      .block--section-love .love .overlay h3 {
        color: #fff;
        font-family: georgia, serif;
        font-size: 60px;
        font-style: italic;
        font-weight: 400;
        letter-spacing: -.04em;
        margin-top: auto;
        margin-bottom: 0;
        max-width: 6.5em;
        line-height: 1;
        text-shadow: 0 0 0.5em black;
        z-index: 10; }
      .block--section-love .love .overlay .details {
        background: #fff;
        color: #000;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .block--section-love .love .overlay .details > div {
          padding: 38px; }
        .block--section-love .love .overlay .details a {
          color: #000; }
      .block--section-love .love .overlay h4 {
        font-family: georgia, serif;
        color: #000;
        margin: 0 0 0.5em 0;
        font-weight: 400;
        font-style: italic;
        font-size: 28px; }
      .block--section-love .love .overlay .description > *:last-child {
        margin-bottom: 0; }
      .block--section-love .love .overlay .description ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .block--section-love .love .overlay .description ul li {
          padding-left: 15px;
          position: relative; }
          .block--section-love .love .overlay .description ul li:before {
            content: '-';
            position: absolute;
            top: 0;
            left: 0; }
      .block--section-love .love .overlay .downloads {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
        flex: 0 0 300px; }
        .block--section-love .love .overlay .downloads ul {
          margin: 0;
          padding: 0;
          list-style: none; }
        .block--section-love .love .overlay .downloads li {
          padding-left: 30px;
          position: relative;
          margin-bottom: 1em; }
          .block--section-love .love .overlay .downloads li:before {
            content: url("../images/file.png");
            position: absolute;
            left: 0;
            top: 0; }
        .block--section-love .love .overlay .downloads a {
          text-decoration: none; }
    @media only screen and (max-width: 1400px) {
      .block--section-love .love {
        max-width: 900px; }
        .block--section-love .love .thumbnail {
          height: 400px; }
          .block--section-love .love .thumbnail h3 {
            font-size: 27px; }
            .block--section-love .love .thumbnail h3:after {
              font-size: 12px; } }
    @media only screen and (max-width: 900px) {
      .block--section-love .love > li {
        width: 100%; }
      .block--section-love .love .thumbnail {
        height: 150px;
        text-align: center; }
      .block--section-love .love .overlay h3 {
        font-size: 45px; }
      .block--section-love .love .overlay .details {
        display: block; }
      .block--section-love .love .overlay .downloads {
        padding-top: 0; } }
    @media only screen and (max-width: 700px) {
      .block--section-love .love .overlay .slideshow {
        padding: 20px;
        height: 226px; }
      .block--section-love .love .overlay h3 {
        font-size: 30px; }
      .block--section-love .love .overlay .details > div {
        padding: 20px; } }
    .block--section-love .love .overlay .close {
      background: #000; }
    .block--section-love .love .overlay h4 {
      color: #000; }

.block--section-plans {
  background: #000;
  color: #fff;
  margin: 15.02% 0 8.662%;
  padding: 40px 0 20px;
  position: relative; }
  .block--section-plans:before {
    background: no-repeat center;
    background-size: cover;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    background-image: url("../images/wavy-blue-top.png");
    bottom: 100%;
    padding-top: 14.9%; }
  .block--section-plans:after {
    background: no-repeat center;
    background-size: cover;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    background-image: url("../images/wavy-blue-bottom.png");
    padding-top: 8.662%;
    top: 100%; }
  .block--section-plans .content {
    margin: auto;
    max-width: 33.5em;
    padding: 0 40px; }
  .block--section-plans button {
    border: 3px solid;
    color: inherit;
    display: inline-block;
    font: inherit;
    font-size: 16px;
    font-weight: 900;
    line-height: 1;
    padding: 16px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    margin: 1.4em .6em 0;
    background: transparent;
    cursor: pointer;
    font-family: georgia, serif; }
  .block--section-plans .overlay {
    color: #000;
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    overflow-y: auto;
    font-size: 16px; }
    .block--section-plans .overlay.is-active {
      display: block; }
    .block--section-plans .overlay > div {
      display: table;
      height: 100%;
      width: 100%; }
      .block--section-plans .overlay > div > div {
        display: table-cell;
        vertical-align: middle;
        padding: 30px; }
    .block--section-plans .overlay .modal {
      position: relative;
      text-align: left;
      max-width: 807px;
      width: 100%;
      display: inline-block;
      background: #fff; }
    .block--section-plans .overlay .close {
      position: absolute;
      top: -20px;
      right: -20px;
      z-index: 100;
      background: #000;
      margin: 0;
      padding: 0;
      border: none;
      height: 40px;
      width: 40px;
      border-radius: 50%;
      cursor: pointer;
      font-size: 16px; }
      .block--section-plans .overlay .close:before {
        content: 'X';
        color: white; }
    .block--section-plans .overlay .controls {
      position: absolute;
      left: 0;
      top: 110px;
      z-index: 100;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      color: #fff; }
      .block--section-plans .overlay .controls > * {
        background: #000;
        width: 45px;
        height: 45px;
        position: relative; }
        .block--section-plans .overlay .controls > *:before {
          display: block;
          line-height: 1;
          color: #fff;
          font-size: 2em;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translateX(-50%) translateY(-50%);
          -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%); }
      .block--section-plans .overlay .controls .zoom-in {
        margin-bottom: 5px; }
        .block--section-plans .overlay .controls .zoom-in:before {
          content: '+'; }
      .block--section-plans .overlay .controls .zoom-out {
        margin-bottom: 5px; }
        .block--section-plans .overlay .controls .zoom-out:before {
          content: '-'; }
      .block--section-plans .overlay .controls .download-pdf {
        margin-bottom: 5px; }
        .block--section-plans .overlay .controls .download-pdf:before {
          content: url("../images/download.png"); }
      .block--section-plans .overlay .controls button {
        border: none; }
    .block--section-plans .overlay .stage {
      overflow: hidden;
      background: #000; }
      .block--section-plans .overlay .stage img {
        max-width: none; }
    .block--section-plans .overlay button {
      font-family: georgia, serif;
      margin: 0;
      padding: 0;
      border: none;
      cursor: pointer; }
    .block--section-plans .overlay .close {
      background: #000;
      font-family: sans-serif;
      font-weight: normal; }
    .block--section-plans .overlay .modal {
      max-width: 700px; }
    .block--section-plans .overlay .stage img {
      display: block;
      width: 100%; }

.block--section-selling {
  padding: 120px 0 60px; }
  .block--section-selling > h2 {
    color: #000; }
  .block--section-selling .content {
    margin: auto;
    max-width: 33.5em;
    padding: 0 40px; }
  .block--section-selling .view-stage-plan,
  .block--section-selling .view-stage-02-plan,
  .block--section-selling .view-price-list {
    border: 3px solid;
    color: inherit;
    display: inline-block;
    font: inherit;
    font-size: 16px;
    font-weight: 900;
    line-height: 1;
    padding: 16px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: georgia, serif;
    border-color: #000;
    width: 184px;
    background: transparent;
    margin: 1.4em .6em 0; }
  .block--section-selling .packages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 20px auto;
    max-width: 1200px;
    padding: 20px; }
    .block--section-selling .packages > li {
      padding: 25px 20px;
      width: 33.33%; }
    .block--section-selling .packages article {
      -webkit-box-shadow: 0 7px 20px rgba(0, 0, 0, 0.1);
      box-shadow: 0 7px 20px rgba(0, 0, 0, 0.1); }
    .block--section-selling .packages .image {
      background: center no-repeat;
      background-size: cover;
      padding-top: 77.78%; }
    .block--section-selling .packages .heading {
      background: #f9f9f9;
      padding: 20px 15px; }
    .block--section-selling .packages h3 {
      font: inherit;
      margin: 0; }
    .block--section-selling .packages .lot,
    .block--section-selling .packages .price {
      color: #000;
      font-family: georgia, serif;
      font-size: 26px;
      font-style: italic;
      font-weight: 700;
      letter-spacing: -.02em;
      line-height: 1.4; }
    .block--section-selling .packages .details {
      padding: 10px 15px 25px; }
    .block--section-selling .packages ul {
      color: #231f20;
      list-style: none;
      margin: 0 0 30px;
      padding: 0; }
      .block--section-selling .packages ul li {
        margin: .6em 0; }
    .block--section-selling .packages .contact {
      border: 3px solid;
      color: inherit;
      display: inline-block;
      font: inherit;
      font-size: 16px;
      font-weight: 900;
      line-height: 1;
      padding: 16px;
      text-decoration: none;
      text-transform: uppercase;
      font-family: georgia, serif;
      border-color: #000;
      width: 184px;
      background: transparent;
      margin: .3em; }
    .block--section-selling .packages .finance {
      color: #231f20;
      display: inline-block;
      margin-top: .7em; }
  .block--section-selling .load-more {
    border: 3px solid;
    color: inherit;
    display: inline-block;
    font: inherit;
    font-size: 16px;
    font-weight: 900;
    line-height: 1;
    padding: 16px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: georgia, serif;
    border-color: #000;
    width: 184px;
    background: transparent; }
  .block--section-selling .stageplan-overlay,
  .block--section-selling .stageplan-02-overlay,
  .block--section-selling .pricelist-overlay,
  .block--section-selling .floorplan-overlay {
    color: #000;
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    overflow-y: auto;
    font-size: 16px; }
    .block--section-selling .stageplan-overlay.is-active,
    .block--section-selling .stageplan-02-overlay.is-active,
    .block--section-selling .pricelist-overlay.is-active,
    .block--section-selling .floorplan-overlay.is-active {
      display: block; }
    .block--section-selling .stageplan-overlay > div,
    .block--section-selling .stageplan-02-overlay > div,
    .block--section-selling .pricelist-overlay > div,
    .block--section-selling .floorplan-overlay > div {
      display: table;
      height: 100%;
      width: 100%; }
      .block--section-selling .stageplan-overlay > div > div,
      .block--section-selling .stageplan-02-overlay > div > div,
      .block--section-selling .pricelist-overlay > div > div,
      .block--section-selling .floorplan-overlay > div > div {
        display: table-cell;
        vertical-align: middle;
        padding: 30px; }
    .block--section-selling .stageplan-overlay .modal,
    .block--section-selling .stageplan-02-overlay .modal,
    .block--section-selling .pricelist-overlay .modal,
    .block--section-selling .floorplan-overlay .modal {
      position: relative;
      text-align: left;
      max-width: 807px;
      width: 100%;
      display: inline-block;
      background: #fff; }
    .block--section-selling .stageplan-overlay .close,
    .block--section-selling .stageplan-02-overlay .close,
    .block--section-selling .pricelist-overlay .close,
    .block--section-selling .floorplan-overlay .close {
      position: absolute;
      top: -20px;
      right: -20px;
      z-index: 100;
      background: #000;
      margin: 0;
      padding: 0;
      border: none;
      height: 40px;
      width: 40px;
      border-radius: 50%;
      cursor: pointer;
      font-size: 16px; }
      .block--section-selling .stageplan-overlay .close:before,
      .block--section-selling .stageplan-02-overlay .close:before,
      .block--section-selling .pricelist-overlay .close:before,
      .block--section-selling .floorplan-overlay .close:before {
        content: 'X';
        color: white; }
    .block--section-selling .stageplan-overlay .close,
    .block--section-selling .stageplan-02-overlay .close,
    .block--section-selling .pricelist-overlay .close,
    .block--section-selling .floorplan-overlay .close {
      background: #000; }
  .block--section-selling .stageplan-overlay .controls,
  .block--section-selling .stageplan-02-overlay .controls,
  .block--section-selling .floorplan-overlay .controls {
    position: absolute;
    left: 0;
    top: 110px;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff; }
    .block--section-selling .stageplan-overlay .controls > *,
    .block--section-selling .stageplan-02-overlay .controls > *,
    .block--section-selling .floorplan-overlay .controls > * {
      background: #000;
      width: 45px;
      height: 45px;
      position: relative; }
      .block--section-selling .stageplan-overlay .controls > *:before,
      .block--section-selling .stageplan-02-overlay .controls > *:before,
      .block--section-selling .floorplan-overlay .controls > *:before {
        display: block;
        line-height: 1;
        color: #fff;
        font-size: 2em;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%); }
    .block--section-selling .stageplan-overlay .controls .zoom-in,
    .block--section-selling .stageplan-02-overlay .controls .zoom-in,
    .block--section-selling .floorplan-overlay .controls .zoom-in {
      margin-bottom: 5px; }
      .block--section-selling .stageplan-overlay .controls .zoom-in:before,
      .block--section-selling .stageplan-02-overlay .controls .zoom-in:before,
      .block--section-selling .floorplan-overlay .controls .zoom-in:before {
        content: '+'; }
    .block--section-selling .stageplan-overlay .controls .zoom-out,
    .block--section-selling .stageplan-02-overlay .controls .zoom-out,
    .block--section-selling .floorplan-overlay .controls .zoom-out {
      margin-bottom: 5px; }
      .block--section-selling .stageplan-overlay .controls .zoom-out:before,
      .block--section-selling .stageplan-02-overlay .controls .zoom-out:before,
      .block--section-selling .floorplan-overlay .controls .zoom-out:before {
        content: '-'; }
    .block--section-selling .stageplan-overlay .controls .download-pdf,
    .block--section-selling .stageplan-02-overlay .controls .download-pdf,
    .block--section-selling .floorplan-overlay .controls .download-pdf {
      margin-bottom: 5px; }
      .block--section-selling .stageplan-overlay .controls .download-pdf:before,
      .block--section-selling .stageplan-02-overlay .controls .download-pdf:before,
      .block--section-selling .floorplan-overlay .controls .download-pdf:before {
        content: url("../images/download.png"); }
    .block--section-selling .stageplan-overlay .controls button,
    .block--section-selling .stageplan-02-overlay .controls button,
    .block--section-selling .floorplan-overlay .controls button {
      border: none; }
  .block--section-selling .stageplan-overlay .stage,
  .block--section-selling .stageplan-02-overlay .stage,
  .block--section-selling .floorplan-overlay .stage {
    overflow: hidden;
    background: #000; }
    .block--section-selling .stageplan-overlay .stage img,
    .block--section-selling .stageplan-02-overlay .stage img,
    .block--section-selling .floorplan-overlay .stage img {
      max-width: none; }
  .block--section-selling .stageplan-overlay .controls > *,
  .block--section-selling .stageplan-02-overlay .controls > *,
  .block--section-selling .floorplan-overlay .controls > * {
    background: #000; }
  .block--section-selling .stageplan-overlay .modal,
  .block--section-selling .stageplan-02-overlay .modal,
  .block--section-selling .floorplan-overlay .modal {
    max-width: 700px; }
  .block--section-selling .stageplan-overlay .stage img,
  .block--section-selling .stageplan-02-overlay .stage img,
  .block--section-selling .floorplan-overlay .stage img {
    display: block;
    width: 100%; }
  .block--section-selling .pricelist-overlay {
    font-size: 24px; }
    .block--section-selling .pricelist-overlay .modal {
      padding: 60px;
      max-width: 1045px; }
    .block--section-selling .pricelist-overlay h3 {
      font-size: 60px;
      font-family: georgia, serif;
      font-style: italic;
      font-weight: 400;
      color: #000;
      letter-spacing: -0.06em;
      margin: 0 0 0.5em 0;
      line-height: 1; }
    .block--section-selling .pricelist-overlay h4 {
      font-size: 28px;
      font-family: georgia, serif;
      font-style: italic;
      font-weight: 400;
      color: #000;
      letter-spacing: -0.06em;
      margin: 1em 0 .4em;
      line-height: 1; }
    .block--section-selling .pricelist-overlay .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      max-width: 840px;
      padding: .1em 0;
      border-bottom: 1px solid #e6e6e6; }
      .block--section-selling .pricelist-overlay .row span {
        display: block; }
      .block--section-selling .pricelist-overlay .row.status-available .status {
        color: #7fbc03; }
      .block--section-selling .pricelist-overlay .row.status-on-hold .status {
        color: #ff9c01; }
      .block--section-selling .pricelist-overlay .row.status-sold .status {
        color: #bc0303; }
    .block--section-selling .pricelist-overlay .lot {
      width: 12%; }
    .block--section-selling .pricelist-overlay .street {
      width: 35%; }
    .block--section-selling .pricelist-overlay .area {
      width: 17%; }
    .block--section-selling .pricelist-overlay .price {
      width: 18%; }
    .block--section-selling .pricelist-overlay .status {
      width: 18%;
      text-transform: uppercase;
      font-weight: 700; }
  .floorplan-overlay-active .block--section-selling .floorplan-overlay {
    display: block; }
  @media only screen and (max-width: 1000px) {
    .block--section-selling .packages {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .block--section-selling .packages > li {
        width: 50%;
        max-width: 350px; }
    .block--section-selling .pricelist-overlay {
      font-size: 18px; }
      .block--section-selling .pricelist-overlay .modal {
        padding: 50px; }
      .block--section-selling .pricelist-overlay h3 {
        font-size: 50px; } }
  @media only screen and (max-width: 700px) {
    .block--section-selling .packages > li {
      width: 100%; }
    .block--section-selling .pricelist-overlay {
      font-size: 14px; }
      .block--section-selling .pricelist-overlay .modal {
        padding: 20px; }
      .block--section-selling .pricelist-overlay h3 {
        font-size: 35px; }
      .block--section-selling .pricelist-overlay .row {
        padding: 10px 0; }
      .block--section-selling .pricelist-overlay .lot {
        width: 25%;
        margin-bottom: 5px; }
      .block--section-selling .pricelist-overlay .street {
        width: 75%;
        margin-bottom: 5px; }
      .block--section-selling .pricelist-overlay .area {
        width: 25%; }
      .block--section-selling .pricelist-overlay .price {
        width: 37.5%; }
      .block--section-selling .pricelist-overlay .status {
        width: 37.5%;
        text-align: right; } }

/*# sourceMappingURL=compiled.css.map */