@font-face {
  font-family: 'brandon';
  src: url("/static/home/fonts/brandontext-regular-webfont.woff2") format("woff2"), url("/static/home/fonts/brandontext-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'brandon';
  src: url("/static/home/fonts/brandontext-medium-webfont.woff2") format("woff2"), url("/static/home/fonts/brandontext-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'brandon';
  src: url("/static/home/fonts/brandontext-bold-webfont.woff2") format("woff2"), url("/static/home/fonts/brandontext-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'brandon-italic';
  src: url("/static/home/fonts/brandontext-regularitalic-webfont.woff2") format("woff2"), url("/static/home/fonts/brandontext-regularitalic-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'brandon-italic';
  src: url("/static/home/fonts/brandontext-mediumitalic-webfont.woff2") format("woff2"), url("/static/home/fonts/brandontext-mediumitalic-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'brandon-italic';
  src: url("/static/home/fonts/brandontext-bolditalic-webfont.woff2") format("woff2"), url("/static/home/fonts/brandontext-bolditalic-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

/*! normalize.css v8.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 iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * 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
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

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

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

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

ul {
  margin: 0;
  padding: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0; }

li {
  list-style-type: none; }

h1, h2, h3, h4, h5, h6, p, figure {
  margin: 0;
  padding: 0; }

body::before {
  content: "(xsm: 479px, sm: 750px, md: 768px, lg: 970px, xl: 1280px)";
  display: none; }

* {
  font-family: "brandon", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-family: "brandon", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  position: relative; }

h1, h2, h3, h4, h5, h6 {
  font-family: inherit; }

h1 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2em;
  color: #ffffff; }
  @media (min-width: 768px) {
    h1 {
      font-size: 36px; } }
  @media (min-width: 1280px) {
    h1 {
      font-size: 30px; } }

h2 {
  font-size: 16px;
  font-weight: 700;
  color: #008aae; }
  @media (min-width: 768px) {
    h2 {
      font-size: 36px; } }
  @media (min-width: 1280px) {
    h2 {
      font-size: 27px; } }

h3 {
  font-size: 19px;
  font-weight: 700;
  color: #008aae; }
  @media (min-width: 768px) {
    h3 {
      font-size: 36px; } }
  @media (min-width: 1280px) {
    h3 {
      font-size: 27px;
      font-weight: 500; } }

h4 {
  font-size: 14px;
  font-weight: 500;
  color: #008aae; }
  @media (min-width: 768px) {
    h4 {
      font-size: 30px;
      line-height: 1.2em; } }
  @media (min-width: 1280px) {
    h4 {
      font-size: 22px;
      letter-spacing: -.5px; } }

h5 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2em;
  color: #ffffff; }
  @media (min-width: 768px) {
    h5 {
      font-size: 24px; } }
  @media (min-width: 1280px) {
    h5 {
      font-size: 18px; } }

h6 {
  font-size: 17px;
  font-weight: 700;
  color: #333333; }
  @media (min-width: 768px) {
    h6 {
      font-size: 33px; } }
  @media (min-width: 1280px) {
    h6 {
      font-size: 22px; } }

[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
  border-radius: 5px;
  box-shadow: none;
  width: 100%;
  padding: 8px 6px;
  margin-bottom: 10px;
  border: 1px solid #999999;
  transition: all 200ms ease-in-out; }
  [type=color]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=datetime]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, textarea:focus {
    outline: none; }

[type=submit] {
  -webkit-appearance: unset; }

#icon-defs {
  position: fixed; }

.list-item-heading {
  font-size: 15px;
  font-weight: 700; }
  @media (min-width: 768px) {
    .list-item-heading {
      font-size: 26px; } }
  @media (min-width: 1280px) {
    .list-item-heading {
      font-size: 18px; } }

.list-item-desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em; }
  @media (min-width: 768px) {
    .list-item-desc {
      font-size: 18px;
      line-height: 1.8em; } }
  @media (min-width: 1280px) {
    .list-item-desc {
      font-size: 13px;
      line-height: 1.6em; } }

p {
  font-size: 13px;
  font-weight: 400;
  color: #666666; }

a {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer; }
  a:focus {
    color: #FFF100; }

.svg {
  display: block;
  width: 100%;
  max-width: 800px;
  height: auto;
  margin-left: auto;
  margin-right: auto; }

.button {
  align-self: baseline;
  display: inline-block;
  border-radius: 7px;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 7px 17px;
  white-space: nowrap;
  background-color: #FFF100;
  color: #006783;
  font-family: "brandon", sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  outline: none;
  margin: 0 0 10px;
  user-select: none;
  border: none;
  cursor: pointer; }
  @media (min-width: 768px) {
    .button {
      font-size: 18px;
      padding: 8px 14px;
      letter-spacing: 2px; } }
  @media (min-width: 1280px) {
    .button {
      font-size: 13px;
      padding: 7px 17px; } }
  .button--clear {
    background: transparent;
    padding: 10px 0; }
    .button--clear:hover {
      background: transparent; }
  .button--transparent {
    background: transparent;
    color: #FFF100;
    border: 3px solid #FFF100; }
    @media (min-width: 1280px) {
      .button--transparent {
        padding: 5px 17px;
        border: 2px solid #FFF100; } }
  .button--cta {
    padding: 2px 28px; }
  .button--larger {
    font-size: 12px;
    padding: 4px 37px;
    letter-spacing: 1.5px;
    border-radius: 8px; }
    @media (min-width: 768px) {
      .button--larger {
        font-size: 22px;
        padding: 11px 92px; } }
    @media (min-width: 1280px) {
      .button--larger {
        font-size: 13px;
        padding: 5px 49px;
        border: 2px solid #FFF100; } }
  .button--green {
    background-color: #00908B;
    border: none;
    color: #ffffff;
    padding: 9px 45px;
    font-size: 17px;
    letter-spacing: 2px;
    border-radius: 3px; }
    @media (min-width: 768px) {
      .button--green {
        font-size: 15px;
        padding: 7px 32px;
        border-radius: 10px; } }
    .button--green:hover {
      background-color: #00908B; }
  .button--border {
    border: 1px solid #ffffff;
    background-color: transparent;
    color: #ffffff;
    border-radius: 5px;
    padding: 4px 9px;
    font-size: 9px;
    max-width: 130px;
    width: 100%;
    font-weight: 700; }
    .button--border > .yellow {
      color: #FFE382; }
    @media (min-width: 768px) {
      .button--border {
        font-size: 14px;
        padding: 6px 10px;
        border: 2px solid #ffffff;
        max-width: 228px; } }
  .button:disabled, .button[disabled] {
    background: #999999;
    cursor: default;
    color: #fff; }
  .button:hover {
    background-color: #FFF100;
    color: #006783; }
    .button:hover > .yellow {
      color: #006783; }

.wrapper {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .wrapper {
      padding-left: 60px;
      padding-right: 60px; } }
  @media (min-width: 1280px) {
    .wrapper--text {
      padding-left: 20px;
      padding-right: 20px; } }

.overlay::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1; }

.page-container {
  -webkit-transition: -webkit-transform 0.2s;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }
  .page-container--active {
    -webkit-transform: translateX(250px);
    -ms-transform: translateX(250px);
    transform: translateX(250px); }
    @media (min-width: 768px) {
      .page-container--active {
        -webkit-transform: translateX(560px);
        -ms-transform: translateX(560px);
        transform: translateX(560px); } }

.strip::after {
  content: '';
  display: block;
  width: 16px;
  height: 1px;
  background-color: #FFF100;
  position: absolute;
  left: 50%;
  bottom: -7px;
  transform: translateX(-50%); }
  @media (min-width: 768px) {
    .strip::after {
      width: 37px;
      height: 2px;
      bottom: -17px; } }
  @media (min-width: 1280px) {
    .strip::after {
      left: 0;
      bottom: -15px;
      transform: translateX(0); } }

.img-responsive {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.tabs-container__tabs > div:first-child {
  max-width: 600px !important;
  margin: 0 auto !important;
  background-color: #F1F1F1 !important;
  border-radius: 10px !important; }

.tabs-container__tabs > div:nth-child(2) {
  max-width: 600px !important;
  margin: 0 auto 20px !important; }
  .tabs-container__tabs > div:nth-child(2) > div {
    width: 0 !important;
    height: 0 !important;
    border-left: 5px solid transparent !important;
    border-right: 5px solid transparent !important;
    border-top: 5px solid #008aae;
    background-color: transparent !important;
    transform: translateX(700%) !important;
    margin-top: 5px !important; }

.tabs-container__button {
  color: #333333 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-transform: capitalize !important;
  border-right: 2px solid #E5E5E5 !important; }
  .tabs-container__button:first-child {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important; }
  .tabs-container__button:last-child {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    border-right: none !important; }
  .tabs-container__button:not([style*="color: rgba(255, 255, 255, 0.7)"]) {
    color: #ffffff !important;
    background-color: #008aae !important;
    border-right: none !important; }
  .tabs-container__button > div > span {
    display: none !important; }
  .tabs-container__button > div > div {
    height: 34px !important; }

@media (min-width: 1280px) {
  .tabs-container__content-container {
    max-width: 1220px;
    padding: 0 25px;
    margin: 0 auto; } }

.tabs-container__content-container > div > div {
  text-align: center;
  margin-bottom: 70px; }
  @media (min-width: 768px) {
    .tabs-container__content-container > div > div {
      padding: 0 6px;
      margin-bottom: 87px; } }
  @media (min-width: 1280px) {
    .tabs-container__content-container > div > div {
      display: flex;
      flex-direction: row-reverse;
      margin-bottom: 15px; } }

.tabs-container__img {
  margin-bottom: 12px;
  display: block; }
  @media (min-width: 768px) {
    .tabs-container__img {
      margin-bottom: 42px; } }
  @media (min-width: 1280px) {
    .tabs-container__img {
      width: 605px;
      height: 338px; } }

.tabs-container__content {
  padding: 0 15px;
  font-weight: 500;
  margin-bottom: 18px; }
  @media (min-width: 768px) {
    .tabs-container__content {
      margin-bottom: 30px; } }
  @media (min-width: 1280px) {
    .tabs-container__content {
      text-align: left;
      max-width: 425px;
      padding: 0 20px;
      margin-top: 109px;
      margin-left: 130px; } }

.tabs-container__tab-heading {
  margin-bottom: 12px; }
  @media (min-width: 768px) {
    .tabs-container__tab-heading {
      margin-bottom: 16px; } }
  @media (min-width: 1280px) {
    .tabs-container__tab-heading {
      margin-bottom: 10px; } }

.tabs-container__description {
  letter-spacing: -.3px;
  line-height: 1.35em; }
  @media (min-width: 768px) {
    .tabs-container__description {
      line-height: 1.8em;
      font-size: 18px;
      padding: 0 70px; } }
  @media (min-width: 1280px) {
    .tabs-container__description {
      font-size: 13px;
      line-height: 1.5em;
      padding: 0; } }

.static-hero {
  height: 313px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 75px;
  background-image: url("/static/home/real-estate/img-real_estate_hero.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  @media (min-width: 768px) {
    .static-hero {
      height: 598px;
      padding-top: 168px; } }
  @media (min-width: 1280px) {
    .static-hero {
      padding-top: 64px;
      height: 438px; } }
  .static-hero__content {
    text-align: center; }
  .static-hero__heading {
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .static-hero__heading {
        font-size: 48px; } }
    @media (min-width: 1280px) {
      .static-hero__heading {
        font-size: 30px; } }
  .static-hero__subheading {
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .static-hero__subheading {
        font-size: 26px;
        margin-bottom: 34px; } }
    @media (min-width: 1280px) {
      .static-hero__subheading {
        font-size: 18px;
        margin-bottom: 22px; } }
  @media (min-width: 768px) {
    .static-hero__button {
      padding: 7px 100px; } }
  @media (min-width: 1280px) {
    .static-hero__button {
      padding: 7px 85px; } }

.bullet {
  position: relative; }
  .bullet::before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 2px;
    left: -15px;
    border-radius: 50%; }
    @media (min-width: 768px) {
      .bullet::before {
        width: 8px;
        height: 8px;
        top: 10px;
        left: -40px; } }
    @media (min-width: 1280px) {
      .bullet::before {
        width: 5px;
        height: 5px;
        top: 8px;
        left: -12px; } }
  .bullet--green::before {
    background-color: #00908B; }
  .bullet--sea::before {
    background-color: #008aae; }
  .bullet--yellow::before {
    background-color: #FFE382; }

.carousel {
  position: relative;
  margin: 0 auto; }
  .carousel__arrows {
    position: absolute;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 2%;
    top: 68%; }
    .carousel__arrows svg {
      width: 7px;
      height: 12px; }
  .carousel--explore .carousel__slide--explore {
    height: 65vh; }
  .carousel--explore .carousel__container--explore {
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(26, 26, 26, 0.69); }
  .carousel--explore .carousel__button--explore {
    align-self: center;
    margin: 0; }
  .carousel--explore .carousel__arrows--explore {
    top: 50%;
    pointer-events: none; }
    .carousel--explore .carousel__arrows--explore .carousel__prev, .carousel--explore .carousel__arrows--explore .carousel__next {
      padding: 10px;
      cursor: pointer;
      pointer-events: auto; }
    .carousel--explore .carousel__arrows--explore svg {
      width: 10px;
      height: 14px; }
  @media (min-width: 768px) {
    .carousel__arrows svg {
      width: 14px;
      height: 22px; } }

.modalOverlay {
  filter: blur(2px);
  -webkit-filter: blur(2px); }

.rc-anchor {
  transform: scale(0.7); }

.cookie-alert {
  display: block;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  font-size: 12px;
  background: rgba(255, 255, 255, 0.7);
  padding: 10px 0px 10px 0px; }
  .cookie-alert span {
    display: block; }
  .cookie-alert a {
    display: block;
    float: right; }

.isHidden {
  display: none; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.fadeIn-enter {
  opacity: 0.01; }

.fadeIn-enter.fadeIn-enter-active {
  opacity: 1;
  transition: opacity 500ms ease-in; }

.fadeIn-leave {
  opacity: 1; }

.fadeIn-leave.fadeIn-leave-active {
  opacity: 0.01;
  transition: opacity 300ms ease-in; }

.blur {
  filter: blur(2px); }

.hidden {
  display: none; }


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