@charset "UTF-8";
.skip-link {
  position: absolute;
  top: -100px;
  left: 0;
  z-index: 100000;
  padding: 0.75rem 1rem;
  background: #333e47;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-radius: 0 0 4px 0;
  transition: top 0.2s ease;
}
.skip-link:focus {
  top: 0;
  outline: 2px solid #fff;
  outline-offset: 2px;
}

:focus {
  outline: 2px solid #333e47;
  outline-offset: 2px;
}

:focus:not(:focus-visible) {
  outline: none;
}

:focus-visible {
  outline: 2px solid #333e47;
  outline-offset: 2px;
}

button:focus-visible,
a:focus-visible,
[tabindex="0"]:focus-visible {
  outline: 2px solid #333e47;
  outline-offset: 2px;
}

button.c-mobile-nav__close,
button.navbar__toggle-mobile {
  border: 0;
  cursor: pointer;
  font: inherit;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
@font-face {
  font-family: "Dala Moa";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../../base/fonts/dala-moa-medium/dala-moa-medium.woff2") format("woff2"), url("../../base/fonts/dala-moa-medium/dala-moa-medium.woff") format("woff");
}
.text-dala-moa {
  font-family: "Dala Moa";
}

.disclaimer {
  font-size: 0.8em;
  font-style: italic;
}

@font-face {
  font-family: "BaskervilleStdItalic";
  src: url("../../base/fonts/BaskervilleStdItalic/font.woff2") format("woff2"), url("../../base/fonts/BaskervilleStdItalic/font.woff") format("woff");
}
@font-face {
  font-family: "GothamBook";
  src: url("../../base/fonts/GothamBook/font.woff2") format("woff2"), url("../../base/fonts/GothamBook/font.woff") format("woff");
}
@font-face {
  font-family: "libre-baskerville-regular";
  font-style: normal;
  font-weight: 400;
  src: url("../../base/fonts/LibreBaskerville/LibreBaskerville-Regular.ttf") format("TrueType");
}
@font-face {
  font-family: "libre-baskerville-regular-italic";
  font-style: italic;
  font-weight: 400;
  src: url("../../base/fonts/LibreBaskerville/LibreBaskerville-Italic.ttf") format("TrueType");
}
@font-face {
  font-family: "Pixel-Operator-HB-8";
  font-style: normal;
  font-weight: 400;
  src: url("../../base/fonts/PixelOperator/Pixel-Operator-HB-8.woff") format("woff");
}
@font-face {
  font-family: "pixeloperator8-webfont";
  font-style: normal;
  font-weight: 400;
  src: url("../../base/fonts/PixelOperator/pixeloperator8-webfont.woff2") format("woff2");
}
@font-face {
  font-family: "icons";
  src: url("../../base/fonts/icons/icons.eot");
  src: url("../../base/fonts/icons/icons.eot?#iefix") format("embedded-opentype"), url("../../base/fonts/icons/icons.woff2") format("woff2"), url("../../base/fonts/icons/icons.woff") format("woff"), url("../../base/fonts/icons/icons.ttf") format("truetype"), url("../../base/fonts/icons/icons.svg#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "icons";
    src: url("../../base/fonts/icons/icons.svg#icons") format("svg");
  }
}
[data-icon]:before {
  content: attr(data-icon);
}

[data-icon]:before,
.google_icons_google_development:before,
.google_icons_google_pin:before,
.hero-icons_digger:before,
.hero-icons_house:before,
.hero-icons_search:before,
.icons_arrow:before,
.icons_arrow-down:before,
.icons_arrow-left:before,
.icons_arrow-right:before,
.icons_arrow-up:before,
.icons_bed:before,
.icons_call:before,
.icons_car:before,
.icons_close:before,
.c-map__popup-close:before,
.icons_download:before,
.icons_download2:before,
.icons_email:before,
.c-card__email:before,
.icons_enquiry:before,
.icons_expand:before,
.icons_grid:before,
.icons_hand:before,
.icons_house:before,
.icons_map:before,
.icons_map-development:before,
.icons_map-development-alt:before,
.icons_map-house:before,
.icons_map-marker:before,
.icons_marker:before,
.icons_mobile:before,
.icons_phone:before,
.c-card__phone:before,
.icons_shower:before,
.icons_twitter:before,
footer a.social.twitter i:before,
.icons_zoom-in:before,
.icons_zoom-out:before {
  display: inline-block;
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.google_icons_google_development:before {
  content: "\f100";
}

.google_icons_google_pin:before {
  content: "\f101";
}

.hero-icons_digger:before {
  content: "\f102";
}

.hero-icons_house:before {
  content: "\f103";
}

.hero-icons_search:before {
  content: "\f104";
}

.icons_arrow:before {
  content: "\f123";
}

.icons_arrow-down:before {
  content: "\f105";
}

.icons_arrow-left:before {
  content: "\f106";
}

.icons_arrow-right:before {
  content: "\f107";
}

.icons_arrow-up:before {
  content: "\f108";
}

.icons_bed:before {
  content: "\f109";
}

.icons_call:before {
  content: "\f10a";
}

.icons_car:before {
  content: "\f10b";
}

.icons_close:before, .c-map__popup-close:before {
  content: "\f10c";
}

.icons_download:before {
  content: "\f10d";
}

.icons_download2:before {
  content: "\f10e";
}

.icons_email:before, .c-card__email:before {
  content: "\f121";
}

.icons_enquiry:before {
  content: "\f11e";
}

.icons_expand:before {
  content: "\f10f";
}

.icons_grid:before {
  content: "\f110";
}

.icons_hand:before {
  content: "\f111";
}

.icons_house:before {
  content: "\f112";
}

.icons_map:before {
  content: "\f113";
}

.icons_map-development:before {
  content: "\f114";
}

.icons_map-development-alt:before {
  content: "\f115";
}

.icons_map-house:before {
  content: "\f116";
}

.icons_map-marker:before {
  content: "\f117";
}

.icons_marker:before {
  content: "\f118";
}

.icons_mobile:before {
  content: "\f119";
}

.icons_phone:before, .c-card__phone:before {
  content: "\f122";
}

.icons_shower:before {
  content: "\f11a";
}

.icons_twitter:before, footer a.social.twitter i:before {
  content: "\f11b";
}

.icons_zoom-in:before {
  content: "\f11c";
}

.icons_zoom-out:before {
  content: "\f11d";
}

img.search-icon-secondary {
  max-width: none;
  cursor: pointer;
}

span.bedrooms > i.apartment,
span.bathrooms > i.apartment,
span.garages > i.apartment {
  font-size: 1.2em;
  margin-left: 8px;
}

/**
 * Foundation for Sites
 * Version 6.7.5
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal.large, .reveal.small, .reveal.tiny, .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 0;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[data-whatintent=mouse] *, [data-whatintent=mouse] *:focus,
[data-whatintent=touch] *,
[data-whatintent=touch] *:focus,
[data-whatinput=mouse] *,
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *,
[data-whatinput=touch] *:focus {
  outline: none;
}

[draggable=false] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&xmedium=48em&large=64em&xlarge=68.75em&xxlarge=90em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

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

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Gotham SSm 4r", "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.4;
  color: rgb(51, 62, 71);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}
[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: rgb(51, 62, 71);
  color: #fff;
}
.label.primary {
  background: rgb(51, 62, 71);
  color: #fff;
}
.label.secondary {
  background: rgb(198, 29, 47);
  color: #fff;
}
.label.success {
  background: rgb(140, 155, 60);
  color: rgb(51, 62, 71);
}
.label.warning {
  background: rgb(253, 130, 60);
  color: rgb(51, 62, 71);
}
.label.alert {
  background: rgb(198, 29, 47);
  color: #fff;
}
.label.white {
  background: #fff;
  color: rgb(51, 62, 71);
}

.row, .c-features__grid {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
}
.row .row, .c-features__grid .row, .row .c-features__grid, .c-features__grid .c-features__grid {
  margin-right: -0.375rem;
  margin-left: -0.375rem;
}
@media print, screen and (min-width: 40em) {
  .row .row, .c-features__grid .row, .row .c-features__grid, .c-features__grid .c-features__grid {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
}
@media screen and (min-width: 64em) {
  .row .row, .c-features__grid .row, .row .c-features__grid, .c-features__grid .c-features__grid {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
}
@media screen and (min-width: 68.75em) {
  .row .row, .c-features__grid .row, .row .c-features__grid, .c-features__grid .c-features__grid {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
}
.row .row.collapse, .c-features__grid .row.collapse, .row .collapse.c-features__grid, .c-features__grid .collapse.c-features__grid {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded, .expanded.c-features__grid {
  max-width: none;
}
.row.expanded .row, .expanded.c-features__grid .row, .row.expanded .c-features__grid, .expanded.c-features__grid .c-features__grid {
  margin-right: auto;
  margin-left: auto;
}
.row:not(.expanded) .row, .c-features__grid:not(.expanded) .row, .row:not(.expanded) .c-features__grid, .c-features__grid:not(.expanded) .c-features__grid {
  max-width: none;
}
.row.collapse > .column, .row.collapse > .c-features__card, .collapse.c-features__grid > .column, .collapse.c-features__grid > .c-features__card, .row.collapse > .columns, .collapse.c-features__grid > .columns {
  padding-right: 0;
  padding-left: 0;
}
.row.is-collapse-child, .is-collapse-child.c-features__grid, .row.collapse > .column > .row, .row.collapse > .c-features__card > .row, .collapse.c-features__grid > .column > .row, .collapse.c-features__grid > .c-features__card > .row, .row.collapse > .column > .c-features__grid, .row.collapse > .c-features__card > .c-features__grid, .collapse.c-features__grid > .column > .c-features__grid, .collapse.c-features__grid > .c-features__card > .c-features__grid, .row.collapse > .columns > .row, .collapse.c-features__grid > .columns > .row, .row.collapse > .columns > .c-features__grid, .collapse.c-features__grid > .columns > .c-features__grid {
  margin-right: 0;
  margin-left: 0;
}

.column, .c-features__card, .columns {
  flex: 1 1 0px;
  padding-right: 0.375rem;
  padding-left: 0.375rem;
  min-width: 0;
}
@media print, screen and (min-width: 40em) {
  .column, .c-features__card, .columns {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}

.column.row.row, .row.row.c-features__card, .column.c-features__grid, .c-features__grid.c-features__card, .row.row.columns, .columns.c-features__grid {
  float: none;
  display: block;
}

.row .column.row.row, .row .row.row.c-features__card, .c-features__grid .column.row.row, .c-features__grid .row.row.c-features__card, .row .column.c-features__grid, .row .c-features__grid.c-features__card, .c-features__grid .column.c-features__grid, .c-features__grid .c-features__grid.c-features__card, .row .row.row.columns, .c-features__grid .row.row.columns, .row .columns.c-features__grid, .c-features__grid .columns.c-features__grid {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.small-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.small-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.small-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.small-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.small-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.small-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.small-12, .c-features__card {
  flex: 0 0 100%;
  max-width: 100%;
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.small-up-1 {
  flex-wrap: wrap;
}
.small-up-1 > .column, .small-up-1 > .c-features__card, .small-up-1 > .columns {
  flex: 0 0 100%;
  max-width: 100%;
}

.small-up-2 {
  flex-wrap: wrap;
}
.small-up-2 > .column, .small-up-2 > .c-features__card, .small-up-2 > .columns {
  flex: 0 0 50%;
  max-width: 50%;
}

.small-up-3 {
  flex-wrap: wrap;
}
.small-up-3 > .column, .small-up-3 > .c-features__card, .small-up-3 > .columns {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.small-up-4 {
  flex-wrap: wrap;
}
.small-up-4 > .column, .small-up-4 > .c-features__card, .small-up-4 > .columns {
  flex: 0 0 25%;
  max-width: 25%;
}

.small-up-5 {
  flex-wrap: wrap;
}
.small-up-5 > .column, .small-up-5 > .c-features__card, .small-up-5 > .columns {
  flex: 0 0 20%;
  max-width: 20%;
}

.small-up-6 {
  flex-wrap: wrap;
}
.small-up-6 > .column, .small-up-6 > .c-features__card, .small-up-6 > .columns {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.small-up-7 {
  flex-wrap: wrap;
}
.small-up-7 > .column, .small-up-7 > .c-features__card, .small-up-7 > .columns {
  flex: 0 0 14.2857142857%;
  max-width: 14.2857142857%;
}

.small-up-8 {
  flex-wrap: wrap;
}
.small-up-8 > .column, .small-up-8 > .c-features__card, .small-up-8 > .columns {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.small-collapse > .column, .small-collapse > .c-features__card, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

.small-uncollapse > .column, .small-uncollapse > .c-features__card, .small-uncollapse > .columns {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

@media print, screen and (min-width: 40em) {
  .medium-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-6, .c-features__card {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .medium-up-1 {
    flex-wrap: wrap;
  }
  .medium-up-1 > .column, .medium-up-1 > .c-features__card, .medium-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-up-2 {
    flex-wrap: wrap;
  }
  .medium-up-2 > .column, .medium-up-2 > .c-features__card, .medium-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-up-3 {
    flex-wrap: wrap;
  }
  .medium-up-3 > .column, .medium-up-3 > .c-features__card, .medium-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .medium-up-4 {
    flex-wrap: wrap;
  }
  .medium-up-4 > .column, .medium-up-4 > .c-features__card, .medium-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-up-5 {
    flex-wrap: wrap;
  }
  .medium-up-5 > .column, .medium-up-5 > .c-features__card, .medium-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .medium-up-6 {
    flex-wrap: wrap;
  }
  .medium-up-6 > .column, .medium-up-6 > .c-features__card, .medium-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .medium-up-7 {
    flex-wrap: wrap;
  }
  .medium-up-7 > .column, .medium-up-7 > .c-features__card, .medium-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .medium-up-8 {
    flex-wrap: wrap;
  }
  .medium-up-8 > .column, .medium-up-8 > .c-features__card, .medium-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    flex: 1 1 0px;
  }
}
.row.medium-unstack > .column, .row.medium-unstack > .c-features__card, .medium-unstack.c-features__grid > .column, .medium-unstack.c-features__grid > .c-features__card, .row.medium-unstack > .columns, .medium-unstack.c-features__grid > .columns {
  flex: 0 0 100%;
}
@media print, screen and (min-width: 40em) {
  .row.medium-unstack > .column, .row.medium-unstack > .c-features__card, .medium-unstack.c-features__grid > .column, .medium-unstack.c-features__grid > .c-features__card, .row.medium-unstack > .columns, .medium-unstack.c-features__grid > .columns {
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-collapse > .column, .medium-collapse > .c-features__card, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-uncollapse > .column, .medium-uncollapse > .c-features__card, .medium-uncollapse > .columns {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
@media screen and (min-width: 64em) {
  .large-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .large-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .large-4, .c-features__card {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .large-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .large-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .large-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .large-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .large-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .large-up-1 {
    flex-wrap: wrap;
  }
  .large-up-1 > .column, .large-up-1 > .c-features__card, .large-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-up-2 {
    flex-wrap: wrap;
  }
  .large-up-2 > .column, .large-up-2 > .c-features__card, .large-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-up-3 {
    flex-wrap: wrap;
  }
  .large-up-3 > .column, .large-up-3 > .c-features__card, .large-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .large-up-4 {
    flex-wrap: wrap;
  }
  .large-up-4 > .column, .large-up-4 > .c-features__card, .large-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-up-5 {
    flex-wrap: wrap;
  }
  .large-up-5 > .column, .large-up-5 > .c-features__card, .large-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .large-up-6 {
    flex-wrap: wrap;
  }
  .large-up-6 > .column, .large-up-6 > .c-features__card, .large-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .large-up-7 {
    flex-wrap: wrap;
  }
  .large-up-7 > .column, .large-up-7 > .c-features__card, .large-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .large-up-8 {
    flex-wrap: wrap;
  }
  .large-up-8 > .column, .large-up-8 > .c-features__card, .large-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    flex: 1 1 0px;
  }
}
.row.large-unstack > .column, .row.large-unstack > .c-features__card, .large-unstack.c-features__grid > .column, .large-unstack.c-features__grid > .c-features__card, .row.large-unstack > .columns, .large-unstack.c-features__grid > .columns {
  flex: 0 0 100%;
}
@media screen and (min-width: 64em) {
  .row.large-unstack > .column, .row.large-unstack > .c-features__card, .large-unstack.c-features__grid > .column, .large-unstack.c-features__grid > .c-features__card, .row.large-unstack > .columns, .large-unstack.c-features__grid > .columns {
    flex: 1 1 0px;
  }
}

@media screen and (min-width: 64em) {
  .large-collapse > .column, .large-collapse > .c-features__card, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 64em) {
  .large-uncollapse > .column, .large-uncollapse > .c-features__card, .large-uncollapse > .columns {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
@media screen and (min-width: 68.75em) {
  .xlarge-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .xlarge-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .xlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .xlarge-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .xlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .xlarge-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .xlarge-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .xlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .xlarge-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .xlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .xlarge-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .xlarge-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .xlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .xlarge-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .xlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .xlarge-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .xlarge-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .xlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .xlarge-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .xlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .xlarge-up-1 {
    flex-wrap: wrap;
  }
  .xlarge-up-1 > .column, .xlarge-up-1 > .c-features__card, .xlarge-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .xlarge-up-2 {
    flex-wrap: wrap;
  }
  .xlarge-up-2 > .column, .xlarge-up-2 > .c-features__card, .xlarge-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .xlarge-up-3 {
    flex-wrap: wrap;
  }
  .xlarge-up-3 > .column, .xlarge-up-3 > .c-features__card, .xlarge-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .xlarge-up-4 {
    flex-wrap: wrap;
  }
  .xlarge-up-4 > .column, .xlarge-up-4 > .c-features__card, .xlarge-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .xlarge-up-5 {
    flex-wrap: wrap;
  }
  .xlarge-up-5 > .column, .xlarge-up-5 > .c-features__card, .xlarge-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .xlarge-up-6 {
    flex-wrap: wrap;
  }
  .xlarge-up-6 > .column, .xlarge-up-6 > .c-features__card, .xlarge-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .xlarge-up-7 {
    flex-wrap: wrap;
  }
  .xlarge-up-7 > .column, .xlarge-up-7 > .c-features__card, .xlarge-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .xlarge-up-8 {
    flex-wrap: wrap;
  }
  .xlarge-up-8 > .column, .xlarge-up-8 > .c-features__card, .xlarge-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media screen and (min-width: 68.75em) and (min-width: 68.75em) {
  .xlarge-expand {
    flex: 1 1 0px;
  }
}
.row.xlarge-unstack > .column, .row.xlarge-unstack > .c-features__card, .xlarge-unstack.c-features__grid > .column, .xlarge-unstack.c-features__grid > .c-features__card, .row.xlarge-unstack > .columns, .xlarge-unstack.c-features__grid > .columns {
  flex: 0 0 100%;
}
@media screen and (min-width: 68.75em) {
  .row.xlarge-unstack > .column, .row.xlarge-unstack > .c-features__card, .xlarge-unstack.c-features__grid > .column, .xlarge-unstack.c-features__grid > .c-features__card, .row.xlarge-unstack > .columns, .xlarge-unstack.c-features__grid > .columns {
    flex: 1 1 0px;
  }
}

@media screen and (min-width: 68.75em) {
  .xlarge-collapse > .column, .xlarge-collapse > .c-features__card, .xlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 68.75em) {
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .c-features__card, .xlarge-uncollapse > .columns {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
.shrink {
  flex: 0 0 auto;
  max-width: 100%;
}

.column-block {
  margin-bottom: 0.75rem;
}
.column-block > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .column-block {
    margin-bottom: 1rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}

.align-left {
  justify-content: flex-start;
}

.align-right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  justify-content: center;
}

.align-top {
  align-items: flex-start;
}

.align-self-top {
  align-self: flex-start;
}

.align-bottom {
  align-items: flex-end;
}

.align-self-bottom {
  align-self: flex-end;
}

.align-middle {
  align-items: center;
}

.align-self-middle {
  align-self: center;
}

.align-stretch {
  align-items: stretch;
}

.align-self-stretch {
  align-self: stretch;
}

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1;
  }
  .medium-order-2 {
    order: 2;
  }
  .medium-order-3 {
    order: 3;
  }
  .medium-order-4 {
    order: 4;
  }
  .medium-order-5 {
    order: 5;
  }
  .medium-order-6 {
    order: 6;
  }
}
@media screen and (min-width: 64em) {
  .large-order-1 {
    order: 1;
  }
  .large-order-2 {
    order: 2;
  }
  .large-order-3 {
    order: 3;
  }
  .large-order-4 {
    order: 4;
  }
  .large-order-5 {
    order: 5;
  }
  .large-order-6 {
    order: 6;
  }
}
@media screen and (min-width: 68.75em) {
  .xlarge-order-1 {
    order: 1;
  }
  .xlarge-order-2 {
    order: 2;
  }
  .xlarge-order-3 {
    order: 3;
  }
  .xlarge-order-4 {
    order: 4;
  }
  .xlarge-order-5 {
    order: 5;
  }
  .xlarge-order-6 {
    order: 6;
  }
}
.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: 1 1 auto;
}

.flex-child-grow {
  flex: 1 0 auto;
}

.flex-child-shrink {
  flex: 0 1 auto;
}

.flex-dir-row {
  flex-direction: row;
}

.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

.flex-dir-column {
  flex-direction: column;
}

.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex;
  }
  .medium-flex-child-auto {
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 64em) {
  .large-flex-container {
    display: flex;
  }
  .large-flex-child-auto {
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 68.75em) {
  .xlarge-flex-container {
    display: flex;
  }
  .xlarge-flex-child-auto {
    flex: 1 1 auto;
  }
  .xlarge-flex-child-grow {
    flex: 1 0 auto;
  }
  .xlarge-flex-child-shrink {
    flex: 0 1 auto;
  }
  .xlarge-flex-dir-row {
    flex-direction: row;
  }
  .xlarge-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .xlarge-flex-dir-column {
    flex-direction: column;
  }
  .xlarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.4;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Dala Moa";
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #cacaca;
}

h1, .h1 {
  font-size: 3.125rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2, .h2 {
  font-size: 1.875rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3, .h3 {
  font-size: 1.625rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4, .h4 {
  font-size: 1.75rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6, .h6 {
  font-size: 1.25rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 5rem;
  }
  h2, .h2 {
    font-size: 2.5rem;
  }
  h3, .h3 {
    font-size: 1.875rem;
  }
  h4, .h4 {
    font-size: 1.75rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 1.0625rem;
  }
}
@media screen and (min-width: 64em) {
  h1, .h1 {
    font-size: 5.875rem;
  }
  h2, .h2 {
    font-size: 3rem;
  }
  h3, .h3 {
    font-size: 2.375rem;
  }
  h4, .h4 {
    font-size: 2.5rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 1.0625rem;
  }
}
a {
  line-height: inherit;
  color: rgb(51, 62, 71);
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: #2c353d;
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 1100px;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.4;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}
blockquote, blockquote p {
  line-height: 1.4;
  color: #8a8a8a;
}

abbr, abbr[title] {
  border-bottom: 1px dotted rgb(51, 62, 71);
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: rgb(51, 62, 71);
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

.cite-block, cite {
  display: block;
  color: #8a8a8a;
  font-size: 0.8125rem;
}
.cite-block:before, cite:before {
  content: "— ";
}

.code-inline, code {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: rgb(51, 62, 71);
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: rgb(51, 62, 71);
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

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

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

.text-center, #element-get-in-touch-form .__head h3, #element-get-in-touch-form .__head p {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 68.75em) {
  .xlarge-text-left {
    text-align: left;
  }
  .xlarge-text-right {
    text-align: right;
  }
  .xlarge-text-center {
    text-align: center;
  }
  .xlarge-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-print-color-adjust: economy;
            print-color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.3375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fff;
  box-shadow: inset 0 1px 2px rgba(51, 62, 71, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.4;
  color: rgb(51, 62, 71);
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fff;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type=submit],
[type=button] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

input[type=search] {
  box-sizing: border-box;
}

::-moz-placeholder {
  color: #cacaca;
}

::placeholder {
  color: #cacaca;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.5rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: rgb(51, 62, 71);
}
label.middle {
  margin: 0 0 1rem;
  line-height: 1.4;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: rgb(51, 62, 71);
}

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch;
}
.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 0 0 0 0;
}
.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: rgb(51, 62, 71);
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

.is-invalid-input:not(:focus) {
  border-color: rgb(198, 29, 47);
  background-color: #f9e8ea;
}
.is-invalid-input:not(:focus)::-moz-placeholder {
  color: rgb(198, 29, 47);
}
.is-invalid-input:not(:focus)::placeholder {
  color: rgb(198, 29, 47);
}

.is-invalid-label {
  color: rgb(198, 29, 47);
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: rgb(198, 29, 47);
}
.form-error.is-visible {
  display: block;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

@media print, screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 47.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em), screen and (min-width: 48em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 68.74875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em), screen and (min-width: 68.75em) {
  .show-for-large-only {
    display: none !important;
  }
}

@media screen and (min-width: 68.75em) {
  .hide-for-xlarge {
    display: none !important;
  }
}

@media screen and (max-width: 68.74875em) {
  .show-for-xlarge {
    display: none !important;
  }
}

@media screen and (min-width: 68.75em) and (max-width: 89.99875em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 68.74875em), screen and (min-width: 90em) {
  .show-for-xlarge-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
.hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
.hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
.show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
.show-for-portrait {
    display: block !important;
  }
}

.show-for-dark-mode {
  display: none;
}

.hide-for-dark-mode {
  display: block;
}

@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important;
  }
  .hide-for-dark-mode {
    display: none !important;
  }
}
.show-for-ie {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important;
  }
  .hide-for-ie {
    display: none !important;
  }
}
.show-for-sticky {
  display: none;
}

.is-stuck .show-for-sticky {
  display: block;
}

.is-stuck .hide-for-sticky {
  display: none;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before, .clearfix::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.clearfix::after {
  clear: both;
}

.accordion {
  margin-left: 0;
  background: none;
  list-style-type: none;
}
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 0;
  border: none;
  border-bottom: 0;
  font-size: rem-calc(24);
  line-height: 1;
  color: rgb(51, 62, 71);
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: none;
  border-radius: 0 0 0 0;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: none;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}
.is-active > .accordion-title::before {
  content: "–";
}

.accordion-content {
  display: none;
  padding: 0;
  border: none;
  border-bottom: 0;
  background-color: none;
  color: rgb(51, 62, 71);
}
:last-child > .accordion-content:last-child {
  border-bottom: none;
}

body, html {
  width: 100%;
  height: 100%;
}
body.modal-open, html.modal-open {
  overflow: hidden;
}

body.js-gallery-open {
  overflow: hidden;
}

address {
  font-style: normal;
}

.wrapper {
  position: relative;
  overflow-x: hidden;
}
.button {
  transition: border 0.4s ease, color 0.4s ease, background 0.4s ease;
  padding: 0.5625rem 0.625rem;
  margin: 0 0 0.625rem;
  font-family: inherit;
  line-height: normal;
  font-size: 0.875rem;
  font-weight: bold;
  border-radius: 0;
  color: rgb(231, 48, 75);
  border: 1px solid rgb(231, 48, 75);
}
.button:hover {
  transition: border 0.2s ease, color 0.2s ease, background 0.2s ease;
}
@media screen and (min-width: 64em) {
  .button {
    padding: 0.5625rem 30px;
  }
}
.button:hover {
  border-color: rgb(198, 29, 47);
  color: rgb(198, 29, 47);
}
.button.white:not(:hover) {
  color: #fff;
  border-color: #fff;
}
.button.solid {
  background-color: #333e47;
  color: #fff;
}
.button.solid:hover {
  background-color: rgb(198, 29, 47);
}
.button.white.solid {
  color: #333e47;
  background-color: #fff;
  border-color: #fff;
}
.button.white.solid:hover {
  color: #fff;
  background-color: rgb(198, 29, 47);
}

button[disabled] {
  color: rgba(51, 62, 71, 0.3);
  border-color: rgba(51, 62, 71, 0.3);
}
button[disabled]:hover {
  color: rgba(51, 62, 71, 0.3);
  border-color: rgba(51, 62, 71, 0.3);
}
button[disabled] span {
  display: inline-block;
  position: relative;
  vertical-align: text-top;
  width: 15px;
  height: 15px;
  margin-right: 4px;
}
button[disabled] span:before {
  display: block;
  content: "";
  font-size: 5px;
  position: absolute;
  left: 0;
  top: 0;
  text-indent: -9999em;
  border-top: 1em solid rgba(51, 62, 71, 0.2);
  border-right: 1em solid rgba(51, 62, 71, 0.2);
  border-bottom: 1em solid rgba(51, 62, 71, 0.2);
  border-left: 1em solid rgba(51, 62, 71, 0.4);
  transform: translateZ(0);
  animation: rotate 0.9s infinite linear;
}
button[disabled] span:before,
button[disabled] span:after {
  border-radius: 50%;
  width: 15px;
  height: 15px;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1rem;
}

h1.text.red, h2.text.red, h3.text.red, h4.text.red, h5.text.red, h6.text.red, small.text.red, p.text.red, button.text.red, li.text.red, strong.text.red, span.text.red {
  color: rgb(198, 29, 47);
}
h1.text.white, h2.text.white, h3.text.white, h4.text.white, h5.text.white, h6.text.white, small.text.white, p.text.white, button.text.white, li.text.white, strong.text.white, span.text.white {
  color: #fff;
}
h1.text.cream, h2.text.cream, h3.text.cream, h4.text.cream, h5.text.cream, h6.text.cream, small.text.cream, p.text.cream, button.text.cream, li.text.cream, strong.text.cream, span.text.cream {
  color: rgb(246, 247, 242);
}
h1.text.black, h2.text.black, h3.text.black, h4.text.black, h5.text.black, h6.text.black, small.text.black, p.text.black, button.text.black, li.text.black, strong.text.black, span.text.black {
  color: rgb(51, 62, 71);
}

p.text.larger {
  font-size: 1.25rem;
}

a.underline {
  color: rgb(51, 62, 71);
  border-bottom: solid 1px rgba(51, 62, 71, 0.2);
  transition: border-bottom 0.1s ease, color 0.1s ease;
}
a.underline:hover {
  color: rgb(198, 29, 47);
  border-bottom: solid 1px rgb(198, 29, 47);
  transition: border-bottom 0.1s ease, color 0.3s ease;
}

section {
  position: relative;
  margin: 0 auto;
}
section.block {
  padding: 40px 16px;
}
@media screen and (min-width: 64em) {
  section.block {
    padding: 80px 0px;
  }
}
section.block.collapse {
  padding-left: 0px;
  padding-right: 0px;
}
section.block.image {
  padding: 180px 0px;
  background-position: center center;
  background-size: cover;
}
section p a {
  color: rgb(51, 62, 71);
  border-bottom: solid 1px rgba(51, 62, 71, 0.2);
  transition: border-bottom 0.1s ease, color 0.1s ease;
}
section p a:hover {
  color: rgb(198, 29, 47);
  border-bottom: solid 1px rgb(198, 29, 47);
  transition: border-bottom 0.1s ease, color 0.3s ease;
}
section.banner-panel h2 {
  font-size: 3.125rem;
}
@media print, screen and (min-width: 40em) {
  section.banner-panel h2 {
    font-size: 5rem;
  }
}
@media screen and (min-width: 64em) {
  section.banner-panel h2 {
    font-size: 5.875rem;
  }
}

.filter-grid-item {
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transform: scale(1, 1);
  opacity: 1;
}
.filter-grid-item.ani-out {
  opacity: 0;
  transform: scale(0.9, 0.9);
}
.filter-grid-item.hidden {
  display: none;
  visibility: hidden;
  pointer-events: none;
}

div#lightbox {
  display: none;
}

div.sticky-wrapper {
  display: block;
  width: 100%;
}

.stuck {
  background: #fff;
  z-index: 100;
  position: fixed;
  left: 0;
  right: 0;
  margin-top: 0px !important;
}

/*
 *
 * HOME PAGE
 *
 */
section.panel div.item a,
section.panel div.item a:link,
section.panel div.item a:visited {
  display: inline-block;
}
section.panel div.item a h4,
section.panel div.item a:link h4,
section.panel div.item a:visited h4 {
  display: inline;
  border-bottom: solid 1px rgba(198, 29, 47, 0);
  transition: border 0.4s ease, color 0.4s ease, background 0.4s ease;
}
section.panel div.item a h4:hover,
section.panel div.item a:link h4:hover,
section.panel div.item a:visited h4:hover {
  transition: border 0.2s ease, color 0.2s ease, background 0.2s ease;
}
section.panel div.item a p,
section.panel div.item a:link p,
section.panel div.item a:visited p {
  margin-top: 1rem;
}
section.panel div.item a svg,
section.panel div.item a:link svg,
section.panel div.item a:visited svg {
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: solid 1px rgba(51, 62, 71, 0.1);
  fill: rgb(51, 62, 71);
  transition: fill 0.3s ease;
  margin-bottom: 20px;
}
section.panel div.item a svg:after,
section.panel div.item a:link svg:after,
section.panel div.item a:visited svg:after {
  content: "\a";
  white-space: pre;
}
section.panel div.item a:hover svg,
section.panel div.item a:link:hover svg,
section.panel div.item a:visited:hover svg {
  fill: rgb(198, 29, 47);
  transition: fill 0.1s ease;
}
section.panel div.item a:hover h4,
section.panel div.item a:link:hover h4,
section.panel div.item a:visited:hover h4 {
  color: rgb(198, 29, 47);
  border-bottom: solid 1px rgb(198, 29, 47);
}

/*
 *
 * SITE PAGES
 *
 */
/*
 *
 * FOOTER
 *
 */
section.footer.cta h4 {
  font-family: "Dala Moa";
  font-size: 1.5rem;
  color: rgb(198, 29, 47);
}
section.footer.cta h4 a.button.hollow {
  display: inline-block;
  margin-top: 15px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
  line-height: 23px;
  vertical-align: middle;
}
section.footer.cta h4 a.button.hollow span {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 10px 10px 7px 10px;
  font-family: "Gotham SSm 4r", "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
}
section.footer.cta h4 a.button.hollow i {
  display: inline-block;
  margin: 0;
  padding: 10px 10px 7px 10px;
  border-right: solid 1px rgb(51, 62, 71);
  font-size: 1.375rem;
}
section.footer.cta h4 a.button.hollow:hover i {
  border-right: solid 1px rgb(198, 29, 47);
}

footer {
  position: relative;
  margin: 0 auto;
  background: rgb(51, 62, 71);
  color: #fff;
}
footer.block {
  padding: 40px 0px;
}
@media screen and (min-width: 64em) {
  footer.block {
    padding: 80px 0px;
  }
}
footer div.social {
  padding: 30px 0px;
}
footer a.social span {
  display: none;
}
footer a.social i {
  font-size: 2.25rem;
}
@media print, screen and (min-width: 40em) {
  footer a.social i {
    font-size: 1.75rem;
  }
}
footer ul {
  list-style: none;
}
footer ul li {
  font-size: 1rem;
  margin: 8px 0px;
}
footer ul li a:link, footer ul li a:visited {
  color: #fff;
  opacity: 0.6;
}
footer ul li a:hover {
  color: rgb(198, 29, 47);
}
footer ul li span {
  display: inline-block;
  color: #fff;
}
@media print, screen and (min-width: 40em) {
  footer ul li {
    margin: 4px 0px;
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 40em) and (min-width: 64em) {
  footer ul li {
    margin: 4px 0px 12px;
  }
}
footer div.terms {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
  width: 100%;
  float: left;
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  footer div.terms {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
footer div.terms, footer div.terms:last-child:not(:first-child) {
  float: left;
  clear: none;
}
footer div.terms:last-child:not(:first-child) {
  float: right;
}
@media print, screen and (min-width: 40em) {
  footer div.terms {
    text-align: left;
    width: 50%;
  }
}
footer div.terms ul {
  margin-left: 0;
}

section.block.unsubscribed {
  text-align: center;
}

section.block.unsubscribed a#logo svg {
  max-width: 280px;
  fill: #c61d2f;
}

section.block.unsubscribed h2 {
  margin: 0.5em 0;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.artist-impression-note {
  background-color: rgba(255, 255, 255, 0.75);
  padding: 0.5em;
  position: absolute;
  left: 1em;
  bottom: 1em;
  font-size: 0.7em;
  font-style: italic;
  color: #000;
}

:root {
  --colour-red: rgb(231, 48, 75);
  --colour-lightRed: rgba(231, 48, 75, 1);
  --colour-darkRed: rgba(151, 26, 45, 1);
  --colour-black: rgba(51, 62, 71, 1);
  --colour-mediumGrey: #999999;
  --colour-darkGrey: #333e47;
  --colour-cream: rgba(246, 247, 242, 1);
  --colour-green: rgb(111, 190, 68);
  --colour-cultured: rgb(245, 245, 240);
}

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  box-shadow: inset 0 0 12px 4px white;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: "!";
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 0 0 0 0;
}

.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

.selectize-dropdown-header-close:hover {
  color: black;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1; /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: white;
}
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 28px;
  top: 6px;
  font-size: 23px;
}

.selectize-control {
  position: relative;
}

.selectize-dropdown, .selectize-input, .selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 0.875rem;
  line-height: 1.4;
  -webkit-font-smoothing: inherit;
}

.selectize-input, .selectize-control.single .selectize-input.input-active {
  background: white;
  cursor: text;
  display: inline-block;
}

.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}
.selectize-input.full {
  background-color: white;
}
.selectize-input.disabled, .selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  border-radius: 0 0 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}
.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}
.selectize-control.multi .selectize-input.disabled > div, .selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: white;
  border: 0 solid white;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}

.selectize-input::after {
  content: " ";
  display: block;
  clear: left;
}

.selectize-input.dropdown-active::before {
  content: " ";
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: white;
  margin: -1px 0 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 0 0;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px;
}
.selectize-dropdown [data-selectable], .selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: white;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.selectize-dropdown .active.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}

.selectize-control.single .selectize-input, .selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active, .selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

.selectize-control {
  text-align: left;
  line-height: 0;
  margin-right: 10px;
  margin-bottom: 10px;
}
.selectize-control input {
  height: auto;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input.dropdown-active {
  color: #fff;
  background-color: rgb(51, 62, 71);
  border: solid 1px #fff;
  padding: 9px 8px 8px 8px;
}
.selectize-control.single .selectize-input::after,
.selectize-control.single .selectize-input.dropdown-active::after {
  content: "\f105";
  font-family: "icons";
  font-size: 20px;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  width: 36px;
  height: auto;
  margin: 0;
  padding: 0 0 0 11px;
  line-height: 38px;
  border: none;
  border-left: solid 1px #fff;
  background: rgb(51, 62, 71);
}
.selectize-control.single .selectize-dropdown {
  border: 1px solid #fff;
  background: rgb(51, 62, 71);
  color: #fff;
}
.selectize-control.inverse {
  float: right;
  min-width: 220px;
  color: rgb(51, 62, 71);
  font-weight: normal;
}
.selectize-control.inverse .selectize-input,
.selectize-control.inverse .selectize-input.dropdown-active {
  color: rgb(51, 62, 71);
  background-color: rgb(246, 247, 242);
  border: solid 1px rgb(51, 62, 71);
}
.selectize-control.inverse .selectize-input:after,
.selectize-control.inverse .selectize-input.dropdown-active:after {
  background: rgb(246, 247, 242);
  color: rgb(51, 62, 71);
  border-left: solid 1px rgb(51, 62, 71);
}
.selectize-control.inverse .selectize-dropdown {
  border: 1px solid rgb(51, 62, 71);
  background: rgb(246, 247, 242);
  color: rgb(51, 62, 71);
}
.selectize-control.inverse .selectize-dropdown .option:hover,
.selectize-control.inverse .selectize-dropdown .option.active {
  background: rgb(51, 62, 71);
  color: #fff;
}
.selectize-control.full {
  min-width: 220px;
  margin-right: auto;
  color: rgb(51, 62, 71);
  font-weight: normal;
}
.selectize-control.full .selectize-input,
.selectize-control.full .selectize-input.dropdown-active {
  padding-left: 16px;
  color: rgb(51, 62, 71);
  background-color: #fff;
  border: solid 1px rgb(51, 62, 71);
}
.selectize-control.full .selectize-input:after,
.selectize-control.full .selectize-input.dropdown-active:after {
  background: #fff;
  color: rgb(51, 62, 71);
  border-left: solid 1px rgb(51, 62, 71);
}
.selectize-control.full .selectize-dropdown {
  border: 1px solid rgb(51, 62, 71);
  background: #fff;
  color: rgb(51, 62, 71);
}
.selectize-control.full .selectize-dropdown .option:hover,
.selectize-control.full .selectize-dropdown .option.active {
  background: rgb(51, 62, 71);
  color: #fff;
}

@media print, screen and (min-width: 40em) {
  select.dropdown {
    width: 0;
    height: 0;
    overflow: none;
  }
}
.site-header {
  position: relative;
  width: 100%;
  height: 74px;
}
@media print, screen and (min-width: 40em) {
  .site-header {
    height: 74px;
  }
}
@media screen and (min-width: 48em) {
  .site-header {
    height: 74px;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.99875em) {
  .site-header {
    height: 100px;
  }
}
.site-header.home {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 10001;
}

ul.anchor-menu,
ul.anchor-tabs {
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  float: left;
}
ul.anchor-menu li,
ul.anchor-tabs li {
  font-size: 0.875rem;
  display: inline;
  margin-left: 0;
  margin-right: 10px;
  font-weight: bold;
  padding: 10px 0;
}
ul.anchor-menu li.active,
ul.anchor-tabs li.active {
  border-bottom: solid 3px rgb(198, 29, 47);
}
ul.anchor-menu li a:hover,
ul.anchor-tabs li a:hover {
  color: rgb(198, 29, 47);
}

@media print, screen and (min-width: 40em) {
  ul.anchor-menu,
ul.anchor-tabs {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 15px;
  }
  ul.anchor-menu li,
ul.anchor-tabs li {
    font-size: 1rem;
    display: inline-block;
    margin-left: 24px;
    margin-right: 0px;
    padding: 20px 0px;
  }
  ul.anchor-menu li.active,
ul.anchor-tabs li.active {
    border-bottom: solid 3px rgb(198, 29, 47);
  }
  ul.anchor-menu li:first-child,
ul.anchor-tabs li:first-child {
    margin-left: 0px;
  }
  .anchor-menu-group h4 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 64em) {
  ul.anchor-menu,
ul.anchor-tabs {
    margin-left: 0px;
  }
  ul.anchor-menu li,
ul.anchor-tabs li {
    padding: 25px 0px;
  }
}
div.sticky {
  z-index: 100;
  position: relative;
}
div.sticky.stuck {
  position: fixed;
  transition: all 0.3s;
}

.stuck.hide-navbar {
  opacity: 0;
  overflow: hidden;
  transform: translateY(-40px);
}

div.sticky,
div.header {
  background: #fff;
  border-bottom: solid 1px rgb(198, 29, 47);
}
div.sticky h2,
div.header h2 {
  padding: 16px 0px 14px 0px;
  margin-bottom: 1rem;
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  div.sticky h2,
div.header h2 {
    text-align: left;
  }
}
div.sticky h3.location-title,
div.header h3.location-title {
  text-align: center;
  font-size: 16px;
  color: rgb(231, 48, 75);
  font-family: "Gotham SSm 4r", "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
  margin-bottom: 0;
  font-weight: 600;
  margin-top: 20px;
}
@media print, screen and (min-width: 40em) {
  div.sticky h3.location-title,
div.header h3.location-title {
    text-align: left;
  }
}
@media print, screen and (min-width: 40em) {
  div.sticky h3.location-title,
div.header h3.location-title {
    margin-top: 30px;
  }
}
div.sticky.cream,
div.header.cream {
  background: rgb(246, 247, 242);
}
@media print, screen and (min-width: 40em) {
  div.sticky h2,
div.header h2 {
    padding: 24px 0px 0px 0px;
  }
}
@media screen and (min-width: 64em) {
  div.sticky h2,
div.header h2 {
    padding: 20px 0px 0px 0px;
  }
}
div.sticky > .row, div.sticky > .c-features__grid,
div.header > .row,
div.header > .c-features__grid {
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 64em) {
  div.sticky > .row, div.sticky > .c-features__grid,
div.header > .row,
div.header > .c-features__grid {
    padding-left: 0;
    padding-right: 0;
  }
}
div.sticky .price-status,
div.header .price-status {
  list-style-type: none;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  display: grid;
}
@media print, screen and (max-width: 39.99875em) {
  div.sticky .price-status .sm-center,
div.header .price-status .sm-center {
    text-align: center;
    margin: 0px 0px 20px;
  }
}
div.sticky .price-status li,
div.header .price-status li {
  margin: 0 5px;
  color: rgb(231, 48, 75);
}
@media print, screen and (min-width: 40em) {
  div.sticky .price-status,
div.header .price-status {
    flex: none;
    display: block;
    margin-top: 18px;
  }
  div.sticky .price-status li,
div.header .price-status li {
    display: block;
    text-align: right;
    margin: 0;
  }
}
@media screen and (min-width: 64em) {
  div.sticky .price-status,
div.header .price-status {
    margin-top: 56px;
  }
}
div.sticky .price-status .price,
div.header .price-status .price {
  font-size: 18px;
}
@media print, screen and (min-width: 40em) {
  div.sticky .price-status .price.sm-hidden,
div.header .price-status .price.sm-hidden {
    font-size: 30px;
  }
}
div.sticky .price-status .status,
div.header .price-status .status {
  display: none;
}
@media print, screen and (min-width: 40em) {
  div.sticky .price-status .status,
div.header .price-status .status {
    display: inline-block;
    color: #000000;
  }
}
@media print, screen and (min-width: 40em) {
  div.sticky .price-status .dot,
div.header .price-status .dot {
    display: none;
  }
}
div.sticky .lower-navigation,
div.header .lower-navigation {
  border-top: 1px solid rgb(231, 48, 75);
  margin-top: 20px;
}
@media screen and (min-width: 64em) {
  div.sticky .lower-navigation,
div.header .lower-navigation {
    margin-top: 10px;
  }
}
div.sticky.stuck h2,
div.header.stuck h2 {
  font-size: 14px;
  font-family: "Gotham SSm 4r", "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
  font-weight: bold;
  padding-top: 10px;
}
@media print, screen and (min-width: 40em) {
  div.sticky.stuck h2,
div.header.stuck h2 {
    margin-bottom: 5px;
    font-size: 16px;
  }
}
div.sticky.stuck h3.location-title,
div.header.stuck h3.location-title {
  font-size: 14px;
  margin-top: 10px;
}
@media print, screen and (min-width: 40em) {
  div.sticky.stuck h3.location-title,
div.header.stuck h3.location-title {
    margin-top: 15px;
    font-size: 16px;
  }
}
div.sticky.stuck .house-details-small,
div.header.stuck .house-details-small {
  visibility: hidden;
  display: none;
}
div.sticky.stuck .price-status-column,
div.header.stuck .price-status-column {
  display: none;
}
@media print, screen and (min-width: 40em) {
  div.sticky.stuck .price-status-column,
div.header.stuck .price-status-column {
    display: block;
  }
  div.sticky.stuck .price-status-column .price-status,
div.header.stuck .price-status-column .price-status {
    list-style-type: none;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
    margin-top: 15px;
  }
  div.sticky.stuck .price-status-column .price-status .dot,
div.header.stuck .price-status-column .price-status .dot {
    display: block;
  }
  div.sticky.stuck .price-status-column .price-status .status,
div.header.stuck .price-status-column .price-status .status {
    display: none;
  }
  div.sticky.stuck .price-status-column .price-status li,
div.header.stuck .price-status-column .price-status li {
    margin: 0 5px;
  }
  div.sticky.stuck .price-status-column .price-status li a, div.sticky.stuck .price-status-column .price-status li .house-badge,
div.header.stuck .price-status-column .price-status li a,
div.header.stuck .price-status-column .price-status li .house-badge {
    display: none;
  }
  div.sticky.stuck .price-status-column .price-status li span,
div.header.stuck .price-status-column .price-status li span {
    font-size: 16px;
  }
}
@media screen and (min-width: 64em) {
  div.sticky.stuck .price-status-column .price-status,
div.header.stuck .price-status-column .price-status {
    margin-top: 14px;
  }
}
div.sticky.stuck .lower-navigation,
div.header.stuck .lower-navigation {
  margin-top: 10px;
}
@media screen and (min-width: 64em) {
  div.sticky.stuck .title-wrapper,
div.header.stuck .title-wrapper {
    display: flex;
    justify-content: flex-start;
  }
  div.sticky.stuck .title-wrapper h2,
div.header.stuck .title-wrapper h2 {
    padding-top: 15px;
    font-size: 18px;
    padding-left: 20px;
  }
  div.sticky.stuck .title-wrapper h3,
div.header.stuck .title-wrapper h3 {
    font-size: 18px;
  }
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, transform 0.3s;
  border-bottom: solid 1px rgb(198, 29, 47);
  z-index: 10001;
  clear: both;
  height: 74px;
  transition: all 0.3s;
}
@media (min-width: 640px) {
  .navbar {
    height: 50px;
  }
}
@media (min-width: 768px) {
  .navbar {
    height: 74px;
  }
}
.navbar__primary {
  display: flex;
  justify-content: space-between;
  height: 74px;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
@media print, screen and (min-width: 40em) {
  .navbar__primary {
    height: 74px;
  }
}
.navbar__logo {
  flex: 0 1 auto;
  height: 100%;
}
.navbar__logo a {
  display: inline-block;
}
.navbar__logo img {
  width: 206px;
}
@media screen and (min-width: 48em) {
  .navbar__logo img {
    width: 304px;
    height: 74px;
  }
}
@media screen and (min-width: 68.75em) {
  .navbar__logo .mr--6 {
    margin-right: -7rem;
  }
}
@media screen and (min-width: 64em) {
  .navbar__logo .mr--6 {
    margin-right: -8rem;
  }
}
.navbar__toggle-filter, .navbar__toggle-mobile {
  flex: 0 0 auto;
  width: 50px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: rgb(198, 29, 47);
}
@media print, screen and (min-width: 40em) and (max-width: 47.99875em) {
  .navbar__toggle-filter, .navbar__toggle-mobile {
    height: 50px;
  }
}
.navbar__toggle-filter:hover, .navbar__toggle-mobile:hover {
  color: rgb(198, 29, 47);
}
.navbar__toggle-filter svg, .navbar__toggle-mobile svg {
  width: 50%;
  height: auto;
  fill: #333e47;
}
.navbar__toggle-filter span, .navbar__toggle-mobile span {
  font-weight: bold;
  font-size: 14px;
  white-space: nowrap;
  line-height: 14px;
  padding-top: 4px;
}
.navbar__toggle-mobile {
  margin-left: 26px;
  position: relative;
}
.navbar__toggle-filter {
  margin-left: auto;
  color: rgb(231, 48, 75);
  text-align: left;
  vertical-align: middle;
  flex-direction: row;
  width: 76px;
  height: 36px;
  border-radius: 8%;
  top: 2px;
  position: relative;
  word-spacing: 4px;
  padding-top: 10px;
}
.navbar__toggle-filter svg {
  margin-right: 10px;
  width: 23px;
  white-space: normal;
}
@media screen and (min-width: 48em) {
  .navbar__toggle-filter {
    top: 11px;
  }
}
.navbar .row, .navbar .c-features__grid {
  max-width: 1920px;
}
.navbar .development_logo {
  width: auto;
  height: 100%;
  max-width: 200px;
  min-height: 32px;
  max-height: 40px;
  margin-left: 10px;
}
@media screen and (min-width: 64em) {
  .navbar .development_logo {
    max-width: 350px;
    min-height: 40px;
    max-height: 48px;
    margin-left: 20px;
  }
}

.navbar.home {
  transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  background-color: white;
  border-bottom-color: rgba(198, 29, 47, 0);
}

.navbar.hide-navbar {
  overflow: hidden;
  transform: translateY(-50px);
  border-bottom-color: rgba(198, 29, 47, 0);
}
@media print, screen and (min-width: 40em) {
  .navbar.hide-navbar {
    transform: translateY(-50px);
  }
}
@media screen and (min-width: 48em) {
  .navbar.hide-navbar {
    transform: translateY(-76px);
  }
}

nav {
  transition: transform 0.3s ease, top 0.3s;
}

.wrapper {
  transition: transform 0.3s ease, top 0.3s;
}

.main--menu-open {
  transition: transform 0.3s ease;
  transform: translateX(-100%);
}
.main--menu-open .wrapper {
  position: fixed;
  overflow: hidden;
}

nav.panel {
  background: rgb(51, 62, 71);
}
nav.panel ul {
  margin-top: 60px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
  list-style: none;
}
nav.panel ul li {
  border-top: solid 1px #fff;
}
nav.panel ul li a:link, nav.panel ul li a:visited {
  width: 100%;
  display: inline-block;
  padding: 20px 0px;
  font-weight: bold;
  color: #fff;
}
nav.panel ul li a:hover {
  color: rgb(198, 29, 47);
}
nav.panel ul li i {
  float: right;
  margin-top: 2px;
}

ul.nav {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  text-align: right;
}
ul.nav li {
  padding: 0;
  margin: 0;
  display: inline-block;
}
ul.nav li a:link,
ul.nav li a:visited {
  display: inline-block;
  padding: 20px 10px;
  color: rgb(51, 62, 71);
  font-weight: bold;
}
ul.nav li a:hover {
  color: rgb(198, 29, 47);
}
ul.nav li.active a:link, ul.nav li.active a:visited {
  color: rgb(198, 29, 47);
  border-bottom: solid 3px rgb(198, 29, 47);
}

@media (max-width: 638px) {
  div.header h2,
div.sticky h2 {
    padding: 11px 0 0px;
    margin-bottom: 3px;
  }
  ul.anchor-menu {
    display: flex;
  }
  ul.anchor-menu li {
    font-size: 0.7125rem;
    font-weight: normal;
  }
}
.share-initiate {
  color: rgb(231, 48, 75);
}

.cta-wrapper {
  display: flex;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
}
.cta-wrapper .enquiry {
  margin-bottom: 0;
  margin-left: 15px;
}

.sticky-bottomNav.stickToBottom {
  position: fixed;
  width: 100%;
  bottom: 0;
  background-color: white;
  border-bottom: 1px solid #000000;
  z-index: 100;
  box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.25);
}
.sticky-bottomNav--content {
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
  padding: 1.25rem 0;
}
@media screen and (min-width: 68.75em) {
  .sticky-bottomNav--content {
    width: 60%;
  }
}
.sticky-bottomNav--content__text {
  margin-right: 2rem;
  display: none;
}
@media screen and (min-width: 48em) {
  .sticky-bottomNav--content__text {
    display: block;
  }
}
.sticky-bottomNav--content__text p {
  font-family: Dala Moa;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 0;
}
.sticky-bottomNav--content__link .c-cta {
  max-width: none;
  display: flex;
  align-items: center;
}
.sticky-bottomNav--content__link .c-cta .view-time {
  text-align: center;
  margin: 0 0.5rem 0 0;
}
@media print, screen and (min-width: 40em) {
  .sticky-bottomNav--content__link .c-cta .view-time {
    margin: 0 2rem 0 1rem;
  }
}
.sticky-bottomNav--content__link .c-cta .view-time p {
  font-size: 16px;
  margin-bottom: 2px;
}
@media print, screen and (min-width: 40em) {
  .sticky-bottomNav--content__link .c-cta .view-time p {
    font-size: 18px;
  }
}
.sticky-bottomNav--content__link .c-cta .view-time p.small {
  font-size: 12px;
}
@media print, screen and (min-width: 40em) {
  .sticky-bottomNav--content__link .c-cta .view-time p.small {
    font-size: 14px;
  }
}
.sticky-bottomNav--content__link .c-cta a {
  display: inline-block;
  margin: 0 1rem;
  padding: 0.5625rem 0.325rem;
}
@media screen and (min-width: 64em) {
  .sticky-bottomNav--content__link .c-cta a {
    padding: 0.5rem 3rem;
  }
}

.investor-ready {
  height: 40px;
}
@media screen and (min-width: 64em) {
  .investor-ready {
    height: 50px;
  }
}

.future-ready {
  height: 40px;
}
@media screen and (min-width: 64em) {
  .future-ready {
    height: 50px;
  }
}

.logos-list {
  padding-top: 30px;
}

@media (max-width: 495px) {
  .homestar {
    display: flex;
    margin-top: 14px;
    margin-left: 27px;
  }
}

div.sticky .price-status .price {
  vertical-align: middle;
}
@media (max-width: 360px) {
  div.sticky .price-status .price {
    font-size: 13px;
  }
}
@media print, screen and (min-width: 40em) {
  div.sticky .price-status .price {
    font-size: 16px;
  }
}

@media (max-width: 360px) {
  div.sticky .price-status .home-status {
    font-size: 13px;
  }
}
@media print, screen and (min-width: 40em) {
  div.sticky .price-status .home-status {
    font-size: 16px;
  }
}

@media (max-width: 300px) {
  .price-status li {
    display: contents;
  }
}

.title-wrapper {
  align-items: center;
}

@media (max-width: 640px) {
  .sm-hidden {
    display: none !important;
    visibility: hidden !important;
  }
}

@media (min-width: 640px) {
  .md-hidden {
    display: none !important;
    visibility: hidden !important;
  }
}

.navbar__navigation--flex {
  display: flex;
  align-items: center;
  justify-content: end;
}

.customCTA {
  margin: 0;
}

.btn-bypas {
  position: absolute;
  right: 8px;
  top: 8px;
}
@media (max-width: 768px) {
  .btn-bypas {
    display: none;
  }
}

#buying-process-steps div div.row, #buying-process-steps div div.c-features__grid {
  display: block !important;
}
@media (min-width: 1024px) {
  #buying-process-steps div div.row, #buying-process-steps div div.c-features__grid {
    display: flex !important;
  }
}

.pr-0 {
  padding-right: 0 !important;
}

.showcase-panel {
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  .showcase-panel > .row.row-old, .showcase-panel > .row-old.c-features__grid {
    display: block;
  }
}
.showcase-panel > .row.row-old:before, .showcase-panel > .row-old.c-features__grid:before, .showcase-panel > .row.row-old:after, .showcase-panel > .row-old.c-features__grid:after {
  content: " ";
  display: table;
}
.showcase-panel > .row.row-old:after, .showcase-panel > .row-old.c-features__grid:after {
  clear: both;
}

.showcase-item {
  position: relative;
  min-height: 200px;
}
@media print, screen and (min-width: 40em) {
  .showcase-item {
    float: left;
  }
}
.showcase-item a {
  position: relative;
}
.showcase-item a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 1px);
  border: 5px solid #FFF;
  border-width: 0.375rem;
  pointer-events: none;
  z-index: 2;
}
@media print, screen and (min-width: 40em) {
  .showcase-item a:after {
    border-width: 0.5rem;
  }
}
.showcase-item p:empty {
  display: none;
}
.showcase-item [class^=icons_] {
  margin-left: 3px;
  margin-right: 8px;
}
.showcase-item .details p {
  margin-bottom: 0.3125rem;
}

.showcase-panel__more-homes-btn {
  display: inline-block;
  margin-top: 60px;
}

.showcase-item--long {
  float: right;
}

.showcase-item--long-left {
  float: left;
}

.interaction a:link,
.interaction a:visited, .interaction > button {
  width: 100%;
  position: relative;
  display: inline-block;
}
.interaction a:link h4,
.interaction a:link p,
.interaction a:link .icons,
.interaction a:visited h4,
.interaction a:visited p,
.interaction a:visited .icons, .interaction > button h4,
.interaction > button p,
.interaction > button .icons {
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  color: #fff;
}
.interaction a:link img,
.interaction a:visited img, .interaction > button img {
  z-index: 1;
  width: 100%;
}
.interaction a:link .inner,
.interaction a:visited .inner, .interaction > button .inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: rgba(51, 62, 71, 0.6);
  transition: background-color 0.4s ease-in-out;
}
.interaction a:link .description,
.interaction a:visited .description, .interaction > button .description {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.interaction a:link .details,
.interaction a:visited .details, .interaction > button .details {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease-in-out, max-height 0.4s ease-in-out;
}
.interaction a:link h4,
.interaction a:visited h4, .interaction > button h4 {
  font-size: 1.25rem;
  color: #fff;
}
@media print, screen and (min-width: 40em) {
  .interaction a:link h4,
.interaction a:visited h4, .interaction > button h4 {
    font-size: 1.875rem;
  }
}
.interaction a:link span.icons,
.interaction a:visited span.icons, .interaction > button span.icons {
  display: block;
}
.interaction a:link span.button,
.interaction a:visited span.button, .interaction > button span.button {
  margin-top: 20px;
  display: inline-block;
}
.interaction a:hover .details, .interaction > button:hover .details {
  opacity: 1;
  max-height: 250px;
  pointer-events: inherit;
}
.interaction a:hover .inner, .interaction > button:hover .inner {
  background-color: rgba(51, 62, 71, 0.8);
}

section.developments .header {
  margin-left: -16px;
  margin-right: -16px;
  margin-bottom: 1rem;
}
@media screen and (min-width: 64em) {
  section.developments .header {
    margin-left: auto;
    margin-right: auto;
  }
}
section.developments .interaction a:link,
section.developments .interaction a:visited {
  margin-bottom: 1rem;
}

ul.cta.buttons li a {
  width: 70%;
  float: left;
  display: inline-block;
}

.developments-nav {
  position: relative;
  display: inline-block;
  margin-top: 26px;
  margin-left: 10px;
  border: 1px solid transparent;
  border-bottom: 0;
}
.developments-nav:first-of-type {
  margin-left: 0;
}
.developments-nav h4 {
  margin: 0;
}
.developments-nav h4 a {
  font-family: "Gotham SSm 4r", "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0.6rem 1rem;
  margin-bottom: 0;
  display: inline-block;
  line-height: 1.4;
}
.developments-nav h4 a.active {
  border-bottom: solid 3px rgb(198, 29, 47);
  color: rgb(198, 29, 47);
}
.developments-nav h4 a:after {
  content: "\f105";
  font-family: "icons";
  font-size: 20px;
  width: 36px;
  height: auto;
  margin: 0;
  padding: 0 0 0 11px;
  line-height: 38px;
}
.developments-nav a:hover {
  color: rgb(198, 29, 47);
}
.developments-nav:hover {
  border-color: rgb(51, 62, 71);
}
.developments-nav:hover h4 a {
  color: rgb(198, 29, 47);
  border-bottom: 0;
}
.developments-nav:hover ol {
  display: block;
}
.developments-nav ol {
  position: absolute;
  top: 100%;
  right: -1px;
  background-color: #fff;
  border: 1px solid rgb(51, 62, 71);
  z-index: 1;
  list-style: none;
  padding: 15px;
  margin: 0;
  display: none;
  text-align: left;
  min-width: 200px;
}
.developments-nav ol a {
  width: 100%;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.5em;
}
.developments-nav ol a.active {
  color: rgb(198, 29, 47);
}

@media print, screen and (min-width: 40em) {
  .developments-nav h4 a {
    font-size: 1rem;
  }
}
/*
 *
 * DEVELOPMENTS Overview
 *
 */
.item.developments {
  background: rgb(246, 247, 242);
}
.item.developments > .row, .item.developments > .c-features__grid {
  padding: 40px 16px;
}
@media screen and (min-width: 64em) {
  .item.developments > .row, .item.developments > .c-features__grid {
    padding: 40px 0;
  }
}
.item.developments div.image {
  background-size: cover;
  background-position: 50% 50%;
  min-height: 460px;
  display: block;
  position: relative;
}
.item.developments div.image h1,
.item.developments div.image h2,
.item.developments div.image h3,
.item.developments div.image h4,
.item.developments div.image h5,
.item.developments div.image h6 {
  color: #fff;
}
.item.developments div.image .panel-title {
  font-size: 2.25rem;
}
@media print, screen and (min-width: 40em) {
  .item.developments div.image .panel-title {
    font-size: 2.875rem;
  }
}
@media screen and (min-width: 64em) {
  .item.developments div.image .panel-title {
    font-size: 4.125rem;
  }
}
.item.developments .description {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.item.developments .cta {
  padding-top: 40px;
}
.item.developments ul.buttons {
  list-style: none;
  margin: 40px 0px 40px 0px;
  padding: 0px;
}
.item.developments ul.buttons li {
  width: 100%;
  max-width: 220px;
  margin: 0px 0px;
  padding: 0px;
  font-weight: bold;
  text-align: center;
}
.item.developments ul.buttons li a:link,
.item.developments ul.buttons li a:visited {
  width: 100%;
  display: inline-block;
  font-size: 0.9375rem;
}
.item.developments .phone-title {
  color: rgb(198, 29, 47);
  font-size: 1.5rem;
  margin: 30px 0px 0px 0px;
}
.item.developments .phone-contact {
  font-size: 0.9375rem;
  margin: 20px 0px 0px 0px;
}
.item.developments .phone {
  font-size: 1.25rem;
}

@media print, screen and (max-width: 39.99875em) {
  .developments-nav {
    width: 50%;
    float: left;
    margin: 0;
    text-align: center;
  }
  .developments-nav h4 a {
    padding: 0.3rem 0.6rem;
  }
  .developments-nav:first-of-type ol {
    right: auto;
    left: 0;
  }
  ul.cta.buttons li a.short {
    width: auto;
    float: left;
    clear: both;
    display: block;
  }
  .item.developments .cta {
    padding-top: 0px;
  }
  .item.developments p.phone-title {
    margin-top: 10px;
  }
}
.block-link {
  display: block;
}
.block-link:hover ~ .block-link-tile .block-link-tile-link h2, .block-link:focus ~ .block-link-tile .block-link-tile-link h2 {
  color: rgb(198, 29, 47);
}

.block-link-tile-link h2:hover, .block-link-tile-link h2:focus {
  color: rgb(198, 29, 47);
}

@media print, screen and (min-width: 40em) {
  #flexible-grid-team .team-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  #flexible-grid-team .team-container .c-card-horizontal {
    max-width: 290px;
  }
}
@media screen and (min-width: 64em) {
  #flexible-grid-team .team-container {
    flex-wrap: nowrap;
  }
  #flexible-grid-team .team-container .c-card-horizontal {
    max-width: 260px;
    margin: 0 10px 0.9375rem 10px;
  }
}

.overview-map-holder {
  min-height: 25rem;
}
@media screen and (min-width: 64em) {
  .overview-map-holder {
    min-height: 42.5rem;
  }
}

.development-overview-map__container {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-areas: "heading heading" "buttons buttons" "map map" "content-container content-container";
  padding-top: 4.5rem;
  padding-bottom: 0;
}
.development-overview-map__container .hidden {
  visibility: hidden;
  height: 0;
  opacity: 0;
}
.development-overview-map__container .heading {
  grid-area: heading;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (min-width: 64em) {
  .development-overview-map__container .heading {
    margin-bottom: 2rem;
  }
}
.development-overview-map__container .buttons {
  grid-area: buttons;
  display: flex;
  width: 85%;
  margin: 1.5rem auto 2.5rem;
  justify-content: center;
}
@media screen and (min-width: 64em) {
  .development-overview-map__container .buttons {
    display: none;
  }
}
.development-overview-map__container .buttons .link {
  text-align: center;
  width: 50%;
  padding: 0.4rem 0;
  font-size: 14px;
  color: #e7304b;
  font-weight: normal;
  border: 1px solid #e7304b;
  max-width: 300px;
}
.development-overview-map__container .buttons .link.selected {
  background-color: #e7304b;
  font-weight: bold;
  color: white;
}
.development-overview-map__container .content-container {
  grid-area: content-container;
}
@media print, screen and (min-width: 40em) {
  .development-overview-map__container .content-container {
    padding-left: 1rem;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 64em) {
  .development-overview-map__container .content-container {
    visibility: visible;
    height: auto;
    opacity: 1;
    max-height: 600px;
    overflow: scroll;
  }
}
@media screen and (min-width: 68.75em) {
  .development-overview-map__container .content-container {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }
}
.development-overview-map__container .content-container .content {
  display: flex;
  width: 100%;
  margin-bottom: 1.5rem;
  cursor: pointer;
  padding: 20px;
  border-bottom: 1px solid rgba(51, 62, 71, 0.2);
}
@media screen and (min-width: 64em) {
  .development-overview-map__container .content-container .content {
    margin-bottom: 0;
    padding: 1rem;
  }
}
.development-overview-map__container .content-container .content.active, .development-overview-map__container .content-container .content:hover, .development-overview-map__container .content-container .content.hover {
  background-color: #f6f7f2;
}
.development-overview-map__container .content-container .content.active .details .title, .development-overview-map__container .content-container .content:hover .details .title, .development-overview-map__container .content-container .content.hover .details .title {
  color: #e7304b;
}
.development-overview-map__container .content-container .content .img-container {
  width: 124px;
}
.development-overview-map__container .content-container .content img {
  aspect-ratio: 124/82;
  -o-object-fit: cover;
     object-fit: cover;
}
.development-overview-map__container .content-container .content .details {
  flex-grow: 3;
  padding-left: 1rem;
  display: flex;
  align-items: center;
  width: 66.6666%;
}
.development-overview-map__container .content-container .content .details .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.development-overview-map__container .content-container .content .details .address {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 0.5rem;
}
.development-overview-map__container .content-container .content .details .amenities {
  display: flex;
  align-items: center;
  margin-top: 12px;
  gap: 12px;
}
.development-overview-map__container .content-container .content .details .amenities .count {
  font-size: 14px;
  line-height: 1;
  display: flex;
  align-items: center;
}
.development-overview-map__container .content-container .content .details .amenities .count .icon {
  margin-left: 4px;
  font-size: 18px;
}
.development-overview-map__container .content-container .hidden {
  padding: 0;
  margin: 0;
}
.development-overview-map__container .map {
  grid-area: map;
  position: relative;
  max-height: 500px;
  background: #f2f2f2;
}
@media screen and (min-width: 64em) {
  .development-overview-map__container .map {
    overflow: hidden;
    max-height: 600px;
  }
}
.development-overview-map__container .map .development-overview-map-object {
  width: 100%;
  height: 100%;
}
.development-overview-map__container .map .development-overview-map-object .overlay_viewport {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0.5;
}
.development-overview-map__container .map .development-overview-map-object svg {
  height: 100%;
  width: 100%;
}
.development-overview-map__container .map .development-overview-map-annotation {
  display: none;
}
@media screen and (min-width: 64em) {
  .development-overview-map__container .map .development-overview-map-annotation {
    display: block;
    position: absolute;
    bottom: 0.75rem;
    right: 0.75rem;
    width: 285px;
    transform: translateX(0%);
    background: rgba(255, 255, 255, 0.95);
    padding: 20px;
  }
}
.development-overview-map__container .map .development-overview-map-annotation__annotation {
  display: flex;
}
.development-overview-map__container .map .development-overview-map-annotation__annotation:not(:last-child) {
  padding-bottom: 10px;
}
.development-overview-map__container .map .development-overview-map-annotation__annotation--color {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
}
.development-overview-map__container .map .pop-up {
  display: flex;
  position: fixed;
  overflow: scroll;
  right: 0;
  top: 0;
  z-index: 10002;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: #f6f7f2;
  padding: 5rem 2rem;
  transition: all 0.3s;
  visibility: hidden;
  opacity: 0;
}
.development-overview-map__container .map .pop-up .content {
  margin-right: 3rem;
  width: 100%;
}
.development-overview-map__container .map .pop-up .content .short-desc {
  text-align: center;
}
@media screen and (min-width: 64em) {
  .development-overview-map__container .map .pop-up .content .short-desc {
    text-align: left;
  }
}
@media screen and (min-width: 90em) {
  .development-overview-map__container .map .pop-up .content {
    width: 40%;
  }
}
@media only screen and (min-width: 1240px) {
  .development-overview-map__container .map .pop-up .swiper {
    max-width: 56.33333%;
    flex: 0 0 56.33333%;
  }
}
.development-overview-map__container .map .pop-up .close {
  display: none !important;
  position: absolute;
  top: 2.5rem;
  right: 3rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.development-overview-map__container .map .pop-up .close:hover {
  color: #e7304b;
}
.development-overview-map__container .map .pop-up .close:hover .close-btn {
  background: url("../../../../resources/themes/base/images/times-red.svg") no-repeat center/cover;
}
.development-overview-map__container .map .pop-up .close .close-text {
  font-weight: bold;
  font-size: 16px;
}
.development-overview-map__container .map .pop-up .close .close-btn {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 0.75rem;
  background: url("../../../../resources/themes/base/images/times.svg") no-repeat center/cover;
}
@media screen and (min-width: 64em) {
  .development-overview-map__container .map .pop-up .close {
    display: block !important;
  }
}
.development-overview-map__container .map .pop-up .back {
  display: block;
  position: absolute;
  top: 1.5rem;
  left: 1rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.development-overview-map__container .map .pop-up .back .back-text {
  font-weight: bold;
  font-size: 16px;
}
.development-overview-map__container .map .pop-up .back .back-btn {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 1rem;
  background: url("../../../../resources/themes/base/images/arrow-left.svg") no-repeat center/cover;
}
@media screen and (min-width: 64em) {
  .development-overview-map__container .map .pop-up .back {
    display: none;
  }
}
@media screen and (min-width: 64em) {
  .development-overview-map__container .map .pop-up {
    position: absolute;
    width: 90%;
    z-index: 1;
    right: -90%;
    padding: 7rem 2rem;
    visibility: unset;
    opacity: unset;
    max-width: 1200px;
  }
}
@media only screen and (min-width: 1240px) {
  .development-overview-map__container .map .pop-up {
    flex-direction: row;
  }
}
.development-overview-map__container .map .pop-up .title {
  font-style: normal;
  font-weight: normal;
  margin-bottom: 1rem;
  font-family: Dala Moa;
  line-height: 38px;
  font-size: 30px;
  text-align: center;
}
@media screen and (min-width: 64em) {
  .development-overview-map__container .map .pop-up .title {
    font-size: 38px;
    text-align: left;
  }
}
.development-overview-map__container .map .pop-up .description {
  text-align: center;
}
@media screen and (min-width: 64em) {
  .development-overview-map__container .map .pop-up .description {
    text-align: left;
  }
}
.development-overview-map__container .map .pop-up .description .c-cta {
  margin: 2rem auto 1rem;
  max-width: 300px;
}
@media screen and (min-width: 64em) {
  .development-overview-map__container .map .pop-up .description .c-cta {
    margin: 2rem 0 1rem;
  }
}
.development-overview-map__container .map .pop-up .amenities {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  justify-content: center;
}
@media screen and (min-width: 64em) {
  .development-overview-map__container .map .pop-up .amenities {
    justify-content: left;
  }
}
.development-overview-map__container .map .pop-up .amenities .count {
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-right: 2rem;
}
.development-overview-map__container .map .pop-up .amenities .count .icon {
  font-size: 1rem;
}
.development-overview-map__container .map .pop-up .development-overview-map--swiper {
  margin-top: 30px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1240px) {
  .development-overview-map__container .map .pop-up .development-overview-map--swiper {
    margin-bottom: 30px;
    margin-top: 0;
  }
}
.development-overview-map__container .map .pop-up .development-overview-map--swiper img {
  width: 100%;
}
.development-overview-map__container .map .pop-up .development-overview-map--swiper .swiper-button-next,
.development-overview-map__container .map .pop-up .development-overview-map--swiper .swiper-button-prev {
  background-color: #ffffff;
  height: 40px;
  width: 40px;
}
.development-overview-map__container .map .pop-up .development-overview-map--swiper .swiper-button-next.swiper-button-disabled,
.development-overview-map__container .map .pop-up .development-overview-map--swiper .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background-color: #5d5d5d;
}
.development-overview-map__container .map .pop-up .development-overview-map--swiper .swiper-button-next:after,
.development-overview-map__container .map .pop-up .development-overview-map--swiper .swiper-button-prev:after {
  content: "";
  height: 20px;
  width: 20px;
}
.development-overview-map__container .map .pop-up .development-overview-map--swiper .swiper-button-next {
  right: 0;
  bottom: 0;
  top: auto;
}
.development-overview-map__container .map .pop-up .development-overview-map--swiper .swiper-button-next:after {
  background: url("../../../../resources/themes/base/images/arrow-right-regular.svg");
  background-repeat: no-repeat;
}
.development-overview-map__container .map .pop-up .development-overview-map--swiper .swiper-button-prev {
  left: auto;
  right: 40px;
  bottom: 0;
  top: auto;
}
.development-overview-map__container .map .pop-up .development-overview-map--swiper .swiper-button-prev:after {
  background: url("../../../../resources/themes/base/images/arrow-left-regular.svg");
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 40em) {
  .development-overview-map__container {
    grid-template-columns: auto 550px;
  }
}
@media screen and (min-width: 64em) {
  .development-overview-map__container {
    grid-template-areas: "heading heading" "map content-container";
  }
}
@media screen and (min-width: 68.75em) {
  .development-overview-map__container {
    grid-template-columns: auto 550px;
  }
}
.development-overview-map__container .development-overview-map-annotation--mobile {
  width: 100%;
  transform: translateX(25%);
  padding: 1rem;
  margin-bottom: 1rem;
  background-color: white;
}
@media screen and (min-width: 64em) {
  .development-overview-map__container .development-overview-map-annotation--mobile {
    display: none;
  }
}
.development-overview-map__container .development-overview-map-annotation--mobile__annotation {
  display: flex;
}
.development-overview-map__container .development-overview-map-annotation--mobile__annotation:not(:last-child) {
  padding-bottom: 10px;
}
.development-overview-map__container .development-overview-map-annotation--mobile__annotation--color {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
}

.info-popup {
  display: none;
}

.developemnt-overview-map-showhome {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 2rem;
}
.developemnt-overview-map-showhome h4 {
  font-family: Dala Moa;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 0.5rem;
  line-height: 25px;
  color: #e7304b;
}
.developemnt-overview-map-showhome p {
  font-size: 1rem;
  line-height: 22px;
  margin-bottom: 0;
}
.developemnt-overview-map-showhome .address,
.developemnt-overview-map-showhome .openhours {
  width: 40%;
  margin-right: 5%;
}
@media screen and (min-width: 90em) {
  .developemnt-overview-map-showhome .address,
.developemnt-overview-map-showhome .openhours {
    width: 30%;
    margin-right: 5%;
  }
}
.developemnt-overview-map-showhome .c-cta {
  width: 50%;
}
.developemnt-overview-map-showhome .c-cta a {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 90em) {
  .developemnt-overview-map-showhome .c-cta {
    width: 30%;
    margin-top: 0;
  }
}

.amenities i,
.details i {
  margin-right: 4px;
}

.amenities i {
  font-size: 1rem;
}

.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

.overview-map-holder .overview-map__heading {
  text-align: center;
  font-size: 2rem;
  border-bottom: 2px solid var(--colour-darkGrey);
  padding-bottom: 1rem;
}
@media screen and (min-width: 1024px) {
  .overview-map-holder .overview-map__heading {
    text-align: left;
    font-size: 38px;
  }
}

.map-container {
  display: block;
  width: 100%;
  position: relative;
  clear: both;
}
.map-container .map-holder {
  display: none;
}
.map-container div.control-zoom-wrap {
  display: block;
  width: 38px;
  height: 74px;
  background: #fff;
  color: rgb(51, 62, 71);
  border: solid 2px rgb(51, 62, 71);
  cursor: pointer;
  text-align: center;
  font-family: "icons";
  font-size: 27px;
  line-height: 36px;
  transition: color 0.1s ease;
}
.map-container div.control-zoom-in {
  width: 34px;
  height: 36px;
}
.map-container div.control-zoom-in:hover {
  color: rgb(198, 29, 47);
  transition: color 0.3s ease;
}
.map-container div.control-zoom-out {
  width: 34px;
  height: 36px;
  border-top: solid 1px rgb(51, 62, 71);
}
.map-container div.control-zoom-out:hover {
  color: rgb(198, 29, 47);
  transition: color 0.3s ease;
}
.map-container .grid-holder {
  position: relative;
  background: rgb(246, 247, 242);
}
.map-container .grid-holder .grid-cover {
  content: "";
  position: absolute;
  z-index: 10;
  background: rgb(198, 29, 47);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: background-color 2s ease;
  background-color: rgba(246, 247, 242, 0);
  pointer-events: none;
}
.map-container .grid-holder.loading .grid-cover {
  background-color: #f6f7f2;
  transition: background-color 2s ease;
}
.map-container.mode-map .map-holder {
  background-color: #57687a;
  display: block;
  width: 100%;
  min-height: 200px;
  height: 60vh;
}
.map-container.mode-map .map-holder div.map-element {
  margin: 0;
  padding: 0;
  min-height: 200px;
  height: 60vh;
  width: 100%;
}
.map-container.mode-map .grid-holder {
  display: none;
}

div#map-house {
  background-color: #57687a;
  display: block;
  margin: 0;
  padding: 0;
  min-height: 500px;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  div#map-house {
    width: 150%;
  }
}

.spinner {
  display: none;
}

.spinner:before {
  display: block;
  content: "";
  font-size: 5px;
  position: absolute;
  left: 50%;
  top: 50%;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  transform: translateZ(0);
  animation: rotate 1.1s infinite linear;
}

.spinner:before,
.spinner:after {
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

.loading .spinner {
  display: block;
}

.no-results p {
  text-align: center;
  margin: 20px 0 60px 0;
}

div.house-info-bar {
  position: fixed;
  top: -45px;
  width: 100%;
  color: #fff;
  background-color: rgb(51, 62, 71);
  z-index: 10;
  font-size: 0.875rem;
  height: 45px;
  line-height: 2.8125rem;
  transition: top 0.6s ease, background-color 0.4s ease;
}
div.house-info-bar.loading {
  top: 65px;
  background-color: rgb(45, 177, 207);
}
div.house-info-bar.loaded {
  top: 65px;
  background-color: rgb(158, 189, 78);
}
div.house-info-bar span.error {
  display: none;
}
div.house-info-bar.error {
  background-color: rgb(253, 130, 60);
}
div.house-info-bar.error span.error {
  display: inline;
}
div.house-info-bar .button.smaller {
  margin-bottom: 0;
  color: #fff;
  border: solid 1px #fff;
  font-size: 0.75rem;
  padding: 0.25rem 0.375rem;
  margin-left: 10px;
}

div.house-search-bar {
  background: rgb(51, 62, 71);
  color: #fff;
}
div.house-search-bar h1, div.house-search-bar h2, div.house-search-bar h3 {
  color: #fff;
}
div.house-search-bar h1 {
  font-size: 2.5rem;
  margin-bottom: 0;
}
@media screen and (min-width: 64em) {
  div.house-search-bar .price,
div.house-search-bar .bedrooms,
div.house-search-bar .livingareas,
div.house-search-bar .studyareas,
div.house-search-bar .bedrooms,
div.house-search-bar .bathrooms {
    flex: 0 0 auto !important;
    min-width: 80px;
  }
}
div.house-search-bar div.mode {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
}
div.house-search-bar.grid div.mode {
  margin-top: 20px;
  background: rgb(246, 247, 242);
  color: rgb(51, 62, 71);
}
div.house-search-bar.grid div.mode button {
  background: none;
  color: rgb(51, 62, 71);
}
div.house-search-bar.grid div.toggle a.map {
  color: rgb(51, 62, 71);
  background: rgb(246, 247, 242);
  border: solid 1px rgb(51, 62, 71);
}
div.house-search-bar.grid div.toggle a.map span {
  border-right: solid 1px rgb(51, 62, 71);
}
div.house-search-bar.grid div.toggle a.map svg {
  fill: rgb(51, 62, 71);
}
div.house-search-bar.grid div.toggle a.map:hover {
  color: rgb(198, 29, 47);
  border: solid 1px rgb(198, 29, 47);
}
div.house-search-bar.grid div.toggle a.map:hover span {
  border-right: solid 1px rgb(198, 29, 47);
}
div.house-search-bar.grid div.toggle a.map:hover svg {
  fill: rgb(198, 29, 47);
}
div.house-search-bar.grid div.toggle a.grid {
  margin-right: 10px;
  color: rgb(198, 29, 47);
  background: rgb(246, 247, 242);
  border: solid 1px rgb(198, 29, 47);
}
div.house-search-bar.grid div.toggle a.grid span {
  border-right: solid 1px rgb(51, 62, 71);
}
div.house-search-bar.grid div.toggle a.grid svg {
  fill: rgb(198, 29, 47);
}
div.house-search-bar.map {
  background: rgb(51, 62, 71);
  color: #fff;
}
div.house-search-bar.map div.toggle a.map {
  color: rgb(198, 29, 47);
  background: #fff;
  border: solid 1px #fff;
}
div.house-search-bar.map div.toggle a.map span {
  border-right: solid 1px rgb(198, 29, 47);
}
div.house-search-bar.map div.toggle a.map svg {
  fill: rgb(198, 29, 47);
}
div.house-search-bar.map div.toggle a.grid {
  margin-right: 10px;
  color: #fff;
  background: rgb(51, 62, 71);
  border: solid 1px #fff;
  transition: border 0.4s ease, color 0.4s ease, background 0.4s ease;
}
div.house-search-bar.map div.toggle a.grid span {
  border-right: solid 1px #fff;
}
div.house-search-bar.map div.toggle a.grid svg {
  fill: #fff;
}
div.house-search-bar.map div.toggle a.grid:hover {
  transition: border 0.2s ease, color 0.2s ease, background 0.2s ease;
}
div.house-search-bar.map div.toggle a.grid:hover {
  border: solid 1px rgb(198, 29, 47);
}
div.house-search-bar.map div.toggle a.grid:hover span {
  border-right: solid 1px rgb(198, 29, 47);
}
div.house-search-bar a.reset {
  font-size: 0.875rem;
  margin-left: 10px;
  line-height: 36px;
  color: #fff;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
div.house-search-bar a.reset:hover {
  border-bottom: solid 1px white;
}
div.house-search-bar form {
  padding-top: 0px;
  margin-bottom: 20px;
}
div.house-search-bar label {
  color: #fff;
}
div.house-search-bar legend {
  max-width: none;
  float: left;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 0;
}
div.house-search-bar legend:hover {
  opacity: 1;
  transition: 0.3s ease opacity;
}
div.house-search-bar legend span {
  font-size: 0.875rem;
  margin-left: 10px;
  line-height: 36px;
}
div.house-search-bar legend span.house svg path {
  fill: rgb(198, 29, 47);
}
div.house-search-bar legend span.house svg circle {
  fill: rgb(198, 29, 47);
}
div.house-search-bar legend span.development svg path {
  fill: rgb(140, 155, 60);
}
div.house-search-bar legend span.development svg circle {
  fill: rgb(140, 155, 60);
}
div.house-search-bar legend i {
  display: inline-block;
}

div.toggle {
  display: inline-block;
  clear: both;
  padding: 0;
  margin: 0 0 0.3125rem;
  font-family: inherit;
  line-height: normal;
  font-size: 0.875rem;
  font-weight: bold;
  border-radius: 0;
}
div.toggle a {
  height: 38px;
  padding: 0px 6px;
  float: right;
}
div.toggle a span {
  line-height: 24px;
  display: inline-block;
  vertical-align: top;
  padding: 6px 12px 6px 6px;
}
div.toggle a svg {
  padding: 6px 6px;
  width: 36px;
  height: 36px;
}
div.toggle a:hover svg {
  fill: rgb(198, 29, 47);
}

div.map-labels > img {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  top: 0;
  right: 0;
  background: #fff;
  color: rgb(51, 62, 71);
  z-index: 100;
}

/******************** Gridview house listing */
.mode-map div.house-teaser {
  margin: 0px;
}

.house-search-bar select {
  height: 1.875rem;
  padding: 0.375rem 0.5rem;
  border: 1px solid #fff;
  margin: 0 0 0.3125rem;
  font-size: 0.875rem;
  font-family: inherit;
  line-height: normal;
  color: #fff;
  font-size: 0.875rem;
  font-weight: bold;
  background-color: rgb(51, 62, 71);
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><title>dropdown</title><line x1="0.5" x2="0.5" y2="30" fill="none" stroke="#000" stroke-miterlimit="10"/><polygon points="15 20.369 8.261 13.631 21.739 13.631 15 20.369"/></svg>');
  background-size: 30px 30px;
  background-position: right center;
  background-origin: content-box;
  background-repeat: no-repeat;
}
.house-search-bar select option {
  font-weight: normal;
}
.house-search-bar button.button {
  padding: 0.5625rem 0.625rem;
  border: 1px solid #fff;
  margin: 0 0 0.625rem;
  font-family: inherit;
  line-height: normal;
  font-size: 0.875rem;
  font-weight: bold;
  border-radius: 0;
  background-color: #fff;
  color: rgb(51, 62, 71);
  transition: border 0.4s ease, color 0.4s ease, background 0.4s ease;
}
.house-search-bar button.button:hover {
  transition: border 0.2s ease, color 0.2s ease, background 0.2s ease;
}
.house-search-bar button.button:hover {
  border: 1px solid rgb(231, 48, 75);
  background-color: rgb(231, 48, 75);
  color: #fff;
}
.house-search-bar button.button.hollow {
  background-color: rgb(51, 62, 71);
  color: #fff;
}
.house-search-bar .selectize-control {
  margin-left: 10px;
}
.house-search-bar .selectize-control.inverse {
  min-width: 200px;
}
.house-search-bar button.button {
  margin-right: 10px;
  margin-bottom: 10px;
}
.house-search-bar a.reset {
  float: left;
}
.house-search-bar label {
  margin-left: 10px;
}
@media print, screen and (min-width: 40em) {
  .house-search-bar .selectize-control {
    margin-left: 0px;
  }
  .house-search-bar button.button {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .house-search-bar a.reset {
    float: right;
  }
  .house-search-bar label {
    margin-left: 0px;
  }
}
.house-search-bar .selectize-input:not(.has-items) input[style] {
  color: white;
  box-sizing: initial;
  width: 99% !important;
}
.house-search-bar .selectize-input:not(.has-items) :-ms-input-placeholder {
  color: white !important;
}

/* FILTER BAR STATE */
@media print, screen and (max-width: 39.99875em) {
  .house-search-bar.close-for-mobile {
    max-height: 0;
    overflow: hidden;
  }
}
#filter {
  display: block;
  max-height: inherit;
}

@media print, screen and (min-width: 40em) {
  #filter {
    max-height: 150px;
  }
}
.house-search-bar button.filter {
  margin-top: 20px;
  margin-bottom: 0px;
  border: none;
}
.house-search-bar button.filter span.open {
  display: none;
}
.house-search-bar button.filter span.close {
  display: inline-block;
  font-size: 27px;
  line-height: 27px;
}
.house-search-bar button.filter:hover {
  border: none;
}
.house-search-bar button.filter:hover span.close {
  color: rgb(198, 29, 47);
}
.house-search-bar.closed #filter {
  display: block !important;
  max-height: 0;
  overflow: hidden;
  transition: height 0.8s ease;
}
.house-search-bar.closed button.filter {
  border: solid 1px #fff;
}
.house-search-bar.closed button.filter:hover {
  border: solid 1px rgb(198, 29, 47);
}
.house-search-bar.closed button.filter span.open {
  display: inline-block;
}
.house-search-bar.closed button.filter span.close {
  display: none;
}

@media print, screen and (max-width: 39.99875em) {
  div.house-search-bar button {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    height: 39px;
  }
  div.house-search-bar.grid div.mode {
    margin-top: 20px;
    background: rgb(246, 247, 242);
    color: rgb(51, 62, 71);
  }
  div.house-search-bar.grid div.mode button {
    background: rgb(51, 62, 71);
    color: white;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    height: 39px;
  }
  div.house-search-bar.grid a.grid {
    margin-bottom: 15px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  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 {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.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;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 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:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 30px;
  line-height: 20px;
  text-align: center;
  color: #FFF;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #FFF;
  opacity: 1;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-loading .slick-list {
  background: #fff;
}

.slick-dots {
  margin-left: 0;
  bottom: 10px;
  z-index: 20;
}
.slick-dots li {
  width: auto;
  height: auto;
}
.slick-dots li button {
  border: 1px solid #FFF;
  width: 14px;
  height: 14px;
  border-radius: 14px;
}
.slick-dots li button:hover {
  background-color: rgb(198, 29, 47);
}
.slick-dots li button:before {
  content: "";
  display: none;
}
.slick-dots li.slick-active button {
  background-color: #FFF;
}

.site-carousel {
  position: relative;
  overflow: hidden;
}
.site-carousel__caption {
  font-size: 1.5625rem;
}
@media print, screen and (min-width: 40em) {
  .site-carousel__caption {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 64em) {
  .site-carousel__caption {
    font-size: 2.1875rem;
  }
}

.site-carousel--deep {
  max-height: 750px;
}

.site-carousel__slide {
  position: relative;
  padding: 0;
  margin: 0;
}
.site-carousel__slide img {
  width: 100%;
}

.site-carousel__caption-overlay {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 6px 8px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #FFF;
  font-size: 0.6875rem;
  z-index: 10;
  max-width: 50%;
  border-radius: 2px;
  text-align: left;
}

.site-carousel__Note-overlay {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 6px 8px;
  background: rgba(0, 0, 0, 0.6);
  color: #FFF;
  font-size: 11px;
  z-index: 10;
  border-radius: 2px;
  text-align: left;
}

.site-carousel__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2em;
  text-align: center;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-carousel__inner h1, .site-carousel__inner p {
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  color: #FFF;
}

.site-carousel__grid {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333e47;
  overflow: hidden;
}
@media print, screen and (min-width: 40em) {
  .open-grid .site-carousel__grid {
    display: block;
    z-index: 20;
  }
}

.site-carousel__grid-item {
  width: 25%;
  height: 50%;
  float: left;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  transform: scale(1, 1);
  transition: transform 0.3s ease-in-out;
  position: relative;
}
.site-carousel__grid-item button {
  height: 100%;
}
.site-carousel__grid-item h4 {
  display: none;
}
.site-carousel__grid-item:after {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #FFF;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.site-carousel__grid-item:hover {
  cursor: pointer;
}
.site-carousel__grid-item:hover:after {
  display: block;
}

.site-carousel__grid--2x1 .site-carousel__grid-item {
  width: 50%;
  height: 100%;
}

.site-carousel__grid--2x2 .site-carousel__grid-item {
  width: 50%;
}

.site-carousel__grid--3x2 .site-carousel__grid-item {
  width: 33.33%;
}

.site-carousel__grid--5x2 .site-carousel__grid-item {
  width: 20%;
}

.site-carousel__grid--4x3 .site-carousel__grid-item {
  height: 33.33%;
}

.site-carousel__btns {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  z-index: 20;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.45);
  display: flex;
}
.site-carousel__btns--automatic {
  display: none;
}
.site-carousel__btns--simple {
  top: 50%;
  left: 10px;
  right: 10px;
  transform: translateY(-50%);
  bottom: auto;
  background-color: transparent;
  justify-content: space-between;
  pointer-events: none;
}
.site-carousel__btns--simple > .c-btn-icon {
  border: none;
  font-size: 2.5em;
  width: 40px;
  height: 40px;
  pointer-events: all;
}
.site-carousel__btns--simple > .c-btn-icon:focus:not(:focus-visible) {
  outline: none;
}
.site-carousel__btns--simple > .c-btn-icon:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

.floorplans__btns {
  position: absolute;
  right: 0px;
  width: 40px;
  z-index: 10;
  color: black;
}

.site-carousel__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.site-carousel__overlay-text {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.site-carousel__overlay-text h1, .site-carousel__overlay-text p {
  color: #fff;
  margin: 0;
}
.site-carousel__overlay-text p {
  font-size: 1.25rem;
}
@media print, screen and (min-width: 40em) {
  .site-carousel__overlay-text p {
    font-size: 2.8125rem;
  }
}

.floorplans__download-btn[href=""] {
  opacity: 0.3;
  pointer-events: none;
}

@media all and (min-width: 1924px) {
  .site-carousel__note:not(.artist-impression-note) {
    bottom: auto;
    top: calc(750px - 1em);
    transform: translateY(-100%);
  }
}
@media print, screen and (max-width: 39.99875em) {
  .site-carousel__btns {
    display: none;
  }
  .site-carousel__note {
    top: 1em;
    bottom: auto;
  }
}
.c-btn-icon {
  width: 36px;
  height: 36px;
  font-size: 2em;
  border: 1px solid currentColor;
  color: inherit;
  display: block;
  margin: 2px;
}
.open-grid .c-btn-icon.is-prev, .open-grid .c-btn-icon.is-next {
  opacity: 0.2;
  pointer-events: none;
}
.c-btn-icon.is-grid i:first-child {
  display: inline-block;
}
.c-btn-icon.is-grid i:last-child {
  display: none;
}
.open-grid .c-btn-icon.is-grid i:first-child {
  display: none;
}
.open-grid .c-btn-icon.is-grid i:last-child {
  display: inline-block;
}

@keyframes vex-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes vex-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes vex-rotation {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
  }
}
.vex, .vex *, .vex *:before, .vex *:after {
  box-sizing: border-box;
}

.vex {
  position: fixed;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1111;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.vex-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.vex-overlay {
  background: #000;
  filter: alpha(opacity=40);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

.vex-overlay {
  animation: vex-fadein 0.5s;
  -webkit-animation: vex-fadein 0.5s;
  -moz-animation: vex-fadein 0.5s;
  -ms-animation: vex-fadein 0.5s;
  -o-animation: vex-fadein 0.5s;
  -webkit-backface-visibility: hidden;
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.vex.vex-closing .vex-overlay {
  animation: vex-fadeout 0.5s;
  -webkit-animation: vex-fadeout 0.5s;
  -moz-animation: vex-fadeout 0.5s;
  -ms-animation: vex-fadeout 0.5s;
  -o-animation: vex-fadeout 0.5s;
  -webkit-backface-visibility: hidden;
}

.vex-content {
  animation: vex-fadein 0.5s;
  -webkit-animation: vex-fadein 0.5s;
  -moz-animation: vex-fadein 0.5s;
  -ms-animation: vex-fadein 0.5s;
  -o-animation: vex-fadein 0.5s;
  -webkit-backface-visibility: hidden;
  background: #fff;
}
.vex.vex-closing .vex-content {
  animation: vex-fadeout 0.5s;
  -webkit-animation: vex-fadeout 0.5s;
  -moz-animation: vex-fadeout 0.5s;
  -ms-animation: vex-fadeout 0.5s;
  -o-animation: vex-fadeout 0.5s;
  -webkit-backface-visibility: hidden;
}

.vex-close:before {
  font-family: Arial, sans-serif;
  content: "×";
}

.vex-dialog-form {
  margin: 0;
}

.vex-dialog-button {
  text-rendering: optimizeLegibility;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.vex-loading-spinner {
  animation: vex-rotation 0.7s linear infinite;
  -webkit-animation: vex-rotation 0.7s linear infinite;
  -moz-animation: vex-rotation 0.7s linear infinite;
  -ms-animation: vex-rotation 0.7s linear infinite;
  -o-animation: vex-rotation 0.7s linear infinite;
  -webkit-backface-visibility: hidden;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  position: fixed;
  z-index: 1112;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2em;
  width: 2em;
  background: #fff;
}

body.vex-open {
  overflow: hidden;
}

.vex-overlay {
  background: #fff;
}

.vex {
  z-index: 11111;
}
.vex .vex-content {
  padding: 7.5rem 0.625rem;
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  font-size: 1em;
  line-height: 1.5em;
  background: transparent;
}
.vex .vex-close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  height: 30px;
  width: 30px;
  background: #ffffff;
}
.vex .vex-close::before {
  position: absolute;
  font-size: 24px;
  font-weight: normal;
  line-height: 31px;
  text-align: center;
  top: 0;
  right: 9px;
  color: rgb(51, 62, 71);
  content: "\f10c";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-family: "icons" !important;
  transition: transform 0.25s ease, color 0.25s ease, background 0.25s ease;
}
.vex .vex-close:hover {
  background: rgb(198, 29, 47);
}
.vex .vex-close:hover:before, .vex .vex-close:active:before {
  color: #ffffff;
  transform: rotate(90deg);
}
.vex .display-none {
  display: none !important;
}

section.contact,
.vex-content {
  /* Video modal: ~90% viewport width (carousel + site video popups) */
}
section.contact form input:not([type=checkbox]),
section.contact form textarea,
.vex-content form input:not([type=checkbox]),
.vex-content form textarea {
  font-size: 0.875rem;
  padding: 0 1rem;
  border: solid 1px rgb(51, 62, 71);
  margin-bottom: 0.625rem;
}
section.contact form input:not([type=checkbox])::-moz-placeholder, section.contact form textarea::-moz-placeholder, .vex-content form input:not([type=checkbox])::-moz-placeholder, .vex-content form textarea::-moz-placeholder {
  color: rgb(51, 62, 71);
}
section.contact form input:not([type=checkbox])::placeholder,
section.contact form textarea::placeholder,
.vex-content form input:not([type=checkbox])::placeholder,
.vex-content form textarea::placeholder {
  color: rgb(51, 62, 71);
}
section.contact form textarea,
.vex-content form textarea {
  padding: 0.625rem 1rem;
}
section.contact form label,
.vex-content form label {
  display: block;
  line-height: 1.2;
}
section.contact form .label,
.vex-content form .label {
  white-space: normal;
}
section.contact .parsley-checkChildren,
.vex-content .parsley-checkChildren {
  margin-top: 0.9375rem;
  font-size: 0.875rem;
  background: transparent;
  color: rgb(198, 29, 47);
}
section.contact.wide,
.vex-content.wide {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
  width: 100%;
  float: left;
  float: none !important;
}
section.contact.wide::before, section.contact.wide::after,
.vex-content.wide::before,
.vex-content.wide::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
section.contact.wide::after,
.vex-content.wide::after {
  clear: both;
}
section.contact.wide, section.contact.wide:last-child:not(:first-child),
.vex-content.wide,
.vex-content.wide:last-child:not(:first-child) {
  float: left;
  clear: none;
}
section.contact.wide:last-child:not(:first-child),
.vex-content.wide:last-child:not(:first-child) {
  float: right;
}
section.contact.wide, section.contact.wide:last-child,
.vex-content.wide,
.vex-content.wide:last-child {
  float: none;
}
section.contact.wide.vex-content--video-large,
.vex-content.wide.vex-content--video-large {
  max-width: 94vw !important;
  width: auto;
  float: none !important;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem !important;
}
section.contact .vex-form,
.vex-content .vex-form {
  position: relative;
}
section.contact .vex-form div.vex-close,
.vex-content .vex-form div.vex-close {
  top: -30px;
}
section.contact .vex-form div.field,
.vex-content .vex-form div.field {
  width: 100%;
  display: inline-block;
}
section.contact .vex-footer,
.vex-content .vex-footer {
  margin-top: 0.625rem;
}
section.contact .vex-video,
.vex-content .vex-video {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
section.contact .vex-video h4,
.vex-content .vex-video h4 {
  margin-bottom: 1.25rem;
}
section.contact .vex-video p.caption,
.vex-content .vex-video p.caption {
  margin-top: 1.25rem;
  font-size: 0.875rem;
}
section.contact .vex-video-container,
.vex-content .vex-video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}
section.contact .vex-video-container iframe,
.vex-content .vex-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.contact ul li,
.vex-content ul li {
  font-size: 0.9375rem;
  line-height: 1.4;
  margin-bottom: 0.625rem;
}
section.contact ul li label,
.vex-content ul li label {
  vertical-align: top;
}
section.contact ul.two-column,
.vex-content ul.two-column {
  width: 100%;
  float: left;
}
section.contact ul.two-column li,
.vex-content ul.two-column li {
  width: 50%;
  float: left;
}
section.contact a.privacy,
section.contact a.top,
.vex-content a.privacy,
.vex-content a.top {
  font-size: 0.75rem;
  color: rgb(51, 62, 71);
  border-bottom: solid 1px rgba(51, 62, 71, 0.2);
  transition: border-bottom 0.1s ease, color 0.1s ease;
}
section.contact a.privacy:hover,
section.contact a.top:hover,
.vex-content a.privacy:hover,
.vex-content a.top:hover {
  color: rgb(198, 29, 47);
  border-bottom: solid 1px rgb(198, 29, 47);
  transition: border-bottom 0.1s ease, color 0.3s ease;
}

h4.thank-you, h4.thank-you-error {
  display: none;
}

legend {
  display: inline-block;
  margin-top: 1rem;
  font-size: 14px;
  line-height: 1.4;
}
legend.enquiry-legend {
  margin-bottom: 0.2rem;
  margin-top: 0.4rem;
}

div.field.multi-checkbox legend {
  margin-top: 0.5rem;
  margin-bottom: 0;
}

.checkboxset {
  list-style: none;
  margin: 0.5rem 0 1rem;
}

.label {
  background: #ffffff;
  color: #c61d2f;
}

.multi-checkbox-holder {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.multi-checkbox-holder .multi-checkbox-item {
  margin-right: 0.9375rem;
  margin-top: 5px;
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 40em) {
  .multi-checkbox-holder .multi-checkbox-item {
    margin-right: 1.875rem;
  }
}
.multi-checkbox-holder .multi-checkbox-item .c-checkbox__input {
  margin-right: 0.625rem;
}

#register-your-interest .range-fields,
.range-fields {
  display: block;
}
#register-your-interest .range-fields input[type],
#register-your-interest .range-fields input[type=tel],
#register-your-interest .range-fields span,
.range-fields input[type],
.range-fields input[type=tel],
.range-fields span {
  display: inline-block;
  margin-right: 0.625rem;
}
#register-your-interest .range-fields input[type=text],
#register-your-interest .range-fields input[type=tel],
.range-fields input[type=text],
.range-fields input[type=tel] {
  width: 30%;
}
#register-your-interest .range-fields input[type=text]:last-child,
#register-your-interest .range-fields input[type=tel]:last-child,
.range-fields input[type=text]:last-child,
.range-fields input[type=tel]:last-child {
  margin-right: 0;
}

.nocaptcha {
  margin-top: 1rem;
}

@media screen and (min-width: 640px) {
  .vex .vex-close {
    top: 18px;
    right: -23px;
  }
}
.row.hr, .hr.c-features__grid {
  border-bottom: 2px solid rgb(51, 62, 71);
  margin-bottom: 20px;
}

section.block.cream {
  background: rgb(246, 247, 242);
}
section.block.showhome-summary-intro {
  padding-bottom: 0px;
}
section.block.showhome-summary-homes {
  padding-top: 0px;
  padding-bottom: 0px;
}

.listing-price {
  float: right;
}

.description .h4 {
  color: red;
}

#showhome-summary .header {
  float: none;
}
#showhome-summary .sticky-wrapper {
  position: relative;
}
#showhome-summary .sticky {
  width: 100%;
  margin-left: -16px;
  margin-right: -16px;
}
#showhome-summary .stuck {
  position: fixed;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  margin-top: 0px;
  top: auto;
}
@media screen and (min-width: 64em) {
  #showhome-summary .sticky {
    margin-left: auto;
    margin-right: auto;
  }
}
#showhome-summary .item a {
  width: 100%;
  position: relative;
  display: inline-block;
}
#showhome-summary .item a .inner {
  background: red;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: rgba(51, 62, 71, 0.6);
  transition: background-color 0.4s ease-in-out;
}
#showhome-summary .filter-grid-item {
  margin-top: 15px;
}
#showhome-summary .filter-grid-item .button.hollow {
  color: #fff;
  border: 1px solid #fff;
}
#showhome-summary .filter-grid-item .button.hollow:hover {
  color: rgb(198, 29, 47);
  border: 1px solid rgb(198, 29, 47);
}
#showhome-summary hr.separator {
  border-bottom: 1px solid rgb(198, 29, 47);
}
#showhome-summary ul.nav li {
  margin-top: 23px;
}

.to-view-box {
  margin-bottom: 1.875rem;
}

.team-container {
  padding-top: 0.9375rem;
}
.team-container p {
  margin-bottom: 1.25rem;
  font-size: 0.875rem;
  font-weight: bold;
}

.showhome-top-intro {
  border-bottom: 0.0625rem solid rgb(198, 29, 47);
  padding: 1.25rem 0 0 0;
}
.showhome-top-intro .share-initiate {
  text-align: center;
}
@media print, screen and (max-width: 39.99875em) {
  .showhome-top-intro .share-initiate {
    background: rgb(231, 48, 75);
    color: #fff;
    border-radius: 6.25rem;
    padding: 0.625rem 0.3125rem 0.3125rem 0.3125rem;
    width: 2.5rem;
    height: 2.5rem;
    text-align: center;
  }
  .showhome-top-intro .share-initiate svg {
    margin: 0 auto;
    display: inline-block;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .showhome-content-block {
    margin-bottom: 1.25rem;
  }
}
.showhome-content-block .builder-badges {
  display: flex;
  margin: 0;
  justify-items: center;
  flex-wrap: wrap;
  gap: 0.825rem;
  list-style: none;
  padding-top: 30px;
  padding-bottom: 30px;
}
.showhome-content-block .builder-badges li {
  display: flex;
  align-items: center;
}
.showhome-content-block .builder-badges a {
  display: flex;
  align-items: center;
  transition: all 0.33s ease-in-out;
}
.showhome-content-block .builder-badges a:hover {
  opacity: 0.7;
}
.showhome-content-block .builder-badges img {
  max-height: 100px;
  min-height: 60px;
  width: auto;
}
@media screen and (min-width: 64em) {
  .showhome-content-block .builder-badges {
    gap: 1.425rem;
  }
}

.content-inner {
  position: relative;
  height: auto;
  overflow: hidden;
  margin-bottom: 0.9375rem;
}
.content-inner.open {
  margin-bottom: 0;
}

.fade:after {
  content: "";
  display: block;
  width: 100%;
  height: 3.75rem;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.fade.open:after {
  display: none;
}

.cream .fade:after {
  background: linear-gradient(0deg, rgb(246, 247, 242) 0%, rgba(246, 247, 242, 0) 100%);
}

.read-more-cta {
  position: relative;
  display: inline-block;
  font-weight: bold;
  color: rgb(231, 48, 75);
  cursor: pointer;
  z-index: 1;
}
.read-more-cta:after {
  font-family: "icons";
  content: "\f105";
  font-size: 21px;
  margin-left: 7px;
}
.read-more-cta.open:after {
  content: "\f108";
}

.showhome-breadcrumb {
  margin: 0 0 0.9375rem 0;
}
.showhome-breadcrumb li {
  display: inline-block;
  list-style: none;
  color: rgb(198, 29, 47);
  margin: 0 0.3125rem 0 0;
}
.showhome-breadcrumb li i {
  font-size: 0.75rem;
}
.showhome-breadcrumb li a {
  color: rgb(198, 29, 47);
}
.showhome-breadcrumb li a:hover, .showhome-breadcrumb li a:active {
  text-decoration: underline;
}

.showhomes-homes p.red,
.house-page-holder p.red {
  color: rgb(198, 29, 47);
}
.showhomes-homes hr,
.house-page-holder hr {
  border-bottom: 2px solid rgb(51, 62, 71);
  margin-bottom: 30px;
}
.showhomes-homes .c-sharing--cover,
.house-page-holder .c-sharing--cover {
  position: fixed;
}
.showhomes-homes .c-sharing--cover .c-sharing__container,
.house-page-holder .c-sharing--cover .c-sharing__container {
  max-width: 25rem;
}

.showcase-homes-introduction {
  margin: 0px 0px;
}

.showcase-home-details {
  padding-right: 15px;
}
.showcase-home-details span.title {
  color: rgb(198, 29, 47);
  display: block;
}
.showcase-home-details .c-cta {
  max-width: 100%;
}
.showcase-home-details .c-cta a.button {
  min-width: 100%;
}

.showcase-home-details > h4:nth-child(2) {
  line-height: inherit;
  font-size: 17px;
}

.sales-person-details {
  background: rgb(51, 62, 71);
  color: white;
  padding: 20px;
  max-width: 180px;
  font-size: 0.75rem;
  margin-bottom: 15px;
}
.sales-person-details .name {
  font-weight: 800;
}
.sales-person-details a {
  color: #fff;
}
.sales-person-details a:hover {
  color: rgb(198, 29, 47);
}

.sales-person {
  float: left;
  width: 213px;
  margin-right: 10px;
}

.showhome-floorplans {
  margin: 30px 0px 60px 0px;
}

.showhome-features {
  margin: 30px 0px 60px 0px;
}
.showhome-features ul li {
  margin-bottom: 5px;
}

.features-value {
  color: rgb(198, 29, 47);
  font-size: 1.875rem;
  display: block;
}
.features-value .sqm {
  font-size: 0.9375rem;
}
.features-value i {
  font-size: 1.25rem;
}

.c-showhome-grid__content .icons span {
  flex-grow: 1;
}

.c-showhome-grid__content .icons {
  display: flex;
}

ul.house-sizes {
  margin-left: 0px;
}
ul.house-sizes li {
  list-style: none;
  display: inline;
}
ul.house-sizes li .features-value {
  display: inline-block;
  margin-right: 20px;
  font-size: 2.5rem;
}
ul.house-sizes li .features-value .title {
  color: rgb(51, 62, 71);
  font-size: 0.9375rem;
  display: block;
}

ul.house-details-small {
  margin-left: 0px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
@media print, screen and (min-width: 40em) {
  ul.house-details-small {
    justify-content: flex-start;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 40em) {
  ul.house-details-small {
    margin-top: 0px;
  }
}
ul.house-details-small li {
  list-style: none;
  display: inline;
}
ul.house-details-small li .features-value {
  display: inline-block;
  margin: 8px 20px;
  color: rgb(51, 62, 71);
  font-size: 1rem;
  font-weight: bold;
}
@media print, screen and (min-width: 40em) {
  ul.house-details-small li .features-value {
    margin-left: 0;
  }
}
@media print, screen and (min-width: 40em) {
  ul.house-details-small li .features-value {
    margin-right: 40px;
  }
}
ul.house-details-small li .features-value i {
  font-size: 1.125rem;
}
ul.house-details-small li.carpad {
  display: flex;
  align-items: center;
}
ul.house-details-small li.carpad .features-value {
  display: flex;
  align-items: center;
}
ul.house-details-small li.carpad .features-value object {
  margin-right: 4px;
  width: 18px;
  height: 22px;
}

.showcase-story {
  margin: 0px 0px 60px 0px;
}
.showcase-story .row .parent, .showcase-story .c-features__grid .parent {
  height: 360px;
  position: relative;
}
.showcase-story .row .parent .inner, .showcase-story .c-features__grid .parent .inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.development-promo .parent {
  height: 360px;
  position: relative;
}
.development-promo .parent .inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.development-promo__content-wrap a:not(:nth-last-child(1)) {
  display: inline-block;
  margin-right: 10px;
}

.devlopement-homes-introduction {
  margin: 0px;
}

.devlopement-homes-overview h6 {
  color: rgb(51, 62, 71);
  font-size: 1.25rem;
  font-family: "Gotham SSm 4r", "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
  margin-top: 5px;
}
.devlopement-homes-overview .xp {
  padding-top: 45px;
}

.call-us-number {
  color: rgb(198, 29, 47);
  display: block;
  margin-bottom: 10px;
}
.call-us-number span {
  font-family: "Gotham SSm 4r", "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
  color: rgb(51, 62, 71);
}

ul.cta.buttons {
  list-style: none;
  padding: 0px;
  margin-left: 0px;
}
ul.cta.buttons li {
  margin: 0px 0px;
  padding: 0px;
  font-weight: bold;
  text-align: center;
}

.floorplans .parent {
  position: relative;
}
.floorplans .unique {
  top: 65px;
  right: -1px;
}
.floorplans h5 {
  font-family: "Gotham SSm 4r", "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
}

@media print, screen and (max-width: 47.99875em) {
  section.devlopement-homes-overview,
section.showcase-homes-introduction {
    padding: 60px 0px;
  }
  .showhome-features > .row, .showhome-features > .c-features__grid, .showhomes-floorplans > .row, .showhomes-floorplans > .c-features__grid,
.showhome-featuredhomes > .row,
.showhome-featuredhomes > .c-features__grid, .showcase-homes-introduction > .row, .showcase-homes-introduction > .c-features__grid,
.devlopement-homes-overview > .row,
.devlopement-homes-overview > .c-features__grid, .showcase-homes-introduction > .row {
    padding: 0px 15px;
  }
  .showhome-features > .row.hr, .showhome-features > .hr.c-features__grid, .showhomes-floorplans > .row.hr, .showhomes-floorplans > .hr.c-features__grid,
.showhome-featuredhomes > .row.hr,
.showhome-featuredhomes > .hr.c-features__grid, .showcase-homes-introduction > .row.hr, .showcase-homes-introduction > .hr.c-features__grid,
.devlopement-homes-overview > .row.hr,
.devlopement-homes-overview > .hr.c-features__grid, .showcase-homes-introduction > .row.hr {
    padding: 0px 15px 15px 15px;
  }
  .floorplans .column, .floorplans .c-features__card, .floorplans .columns {
    position: relative;
  }
  .floorplan {
    position: relative;
  }
  .floorplan h4 {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .floorplan img {
    display: block;
    margin: 0 auto;
  }
  .showcase-story .row .parent, .showcase-story .c-features__grid .parent, .development-promo .row .parent, .development-promo .c-features__grid .parent {
    height: auto;
    display: block;
  }
  .showcase-story .row .parent .inner, .showcase-story .c-features__grid .parent .inner, .development-promo .row .parent .inner, .development-promo .c-features__grid .parent .inner {
    top: 0;
    position: relative;
    transform: translateY(0%);
    padding: 20px 20px 0px 20px;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 47.99875em) {
  .devlopement-homes-overview .xp {
    padding-top: 0px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .listing-price {
    float: left;
  }
  .showhomes-homes h2 {
    font-size: 1.875rem;
  }
  .showhomes-homes section.block.cream {
    margin: 0px;
  }
  section.block.floorplans, section.block.development-promo {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .showcase-homes-introduction {
    margin: 30px 0px;
  }
  .showcase-homes-introduction > .row, .showcase-homes-introduction > .c-features__grid {
    padding: 0px 20px;
  }
  .devlopement-homes-overview .xp {
    padding-top: 0px;
  }
  ul.anchor-menu {
    margin-bottom: 0;
    float: left;
  }
  ul.anchor-menu li {
    display: inline-block;
    font-size: 0.8125rem;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.house-bottom-mobile-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  z-index: 100;
  padding: 0.9375rem 0;
  box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.25);
}
.house-bottom-mobile-bar .cta-wrapper {
  justify-content: center;
}

.free-flow {
  font-size: 14px;
  font-weight: 400;
  color: #333e47;
  display: block;
  text-align: center;
  margin-top: 10px;
}
@media print, screen and (min-width: 40em) {
  .free-flow {
    text-align: right;
  }
}

.section-tabs .b-tab {
  display: none;
}
.section-tabs .b-tab__content {
  padding: 0;
}
@screen lg {
  .section-tabs .b-tab__content {
    padding: 2.5rem 0;
  }
}
.section-tabs .b-tab__content.row, .section-tabs .b-tab__content.c-features__grid {
  display: flex;
}
.section-tabs .b-tab__content .o-element--apartmentType {
  display: flex;
  flex-direction: column;
  width: 100vw;
  align-items: center;
}
.section-tabs .b-tab__content .o-element--apartmentType h2 + * {
  margin-top: 1rem;
}
@media screen and (min-width: 48em) {
  .section-tabs .b-tab__content .o-element--apartmentType {
    flex-direction: row;
  }
  .section-tabs .b-tab__content .o-element--apartmentType.even {
    flex-direction: row-reverse;
  }
  .section-tabs .b-tab__content .o-element--apartmentType h2 + * {
    margin-top: 0;
  }
}
.section-tabs .b-tab__content .o-element--apartmentType .header-mobile {
  display: block;
  width: 100%;
  padding-left: 1rem;
  text-align: left;
  margin-bottom: 0;
}
@media screen and (min-width: 48em) {
  .section-tabs .b-tab__content .o-element--apartmentType .header-mobile {
    display: none;
  }
}
.section-tabs .b-tab__content .o-element--apartmentType .o-element--apartmentType__content {
  width: 100%;
  padding: 0rem 3rem 0 1rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 48em) {
  .section-tabs .b-tab__content .o-element--apartmentType .o-element--apartmentType__content {
    width: 50%;
    margin-bottom: 0;
  }
}
.section-tabs .b-tab__content .o-element--apartmentType .o-element--apartmentType__content h3 {
  display: none;
}
@media screen and (min-width: 48em) {
  .section-tabs .b-tab__content .o-element--apartmentType .o-element--apartmentType__content h3 {
    display: block;
    margin-top: 1rem;
  }
}
.section-tabs .b-tab__content .o-element--apartmentType .o-element--apartmentType__content h3 + * {
  margin-top: 1rem;
}
@media screen and (min-width: 48em) {
  .section-tabs .b-tab__content .o-element--apartmentType .o-element--apartmentType__content h3 + * {
    margin-top: auto;
  }
}
.section-tabs .b-tab__content .o-element--apartmentType .o-element--apartmentType__content .bedrooms, .section-tabs .b-tab__content .o-element--apartmentType .o-element--apartmentType__content .bathrooms {
  margin-right: 2rem;
}
.section-tabs .b-tab__content .o-element--apartmentType .o-element--apartmentType__content p strong {
  color: #E7304B;
}
.section-tabs .b-tab__content .o-element--apartmentType .o-element--apartmentType__content__cta {
  margin-top: 2rem;
}
.section-tabs .b-tab__content .o-element--apartmentType .o-element--apartmentType__content__cta a:first-child {
  margin-right: 1rem;
}
.section-tabs .b-tab__content .o-element--apartmentType .o-element--apartmentType__image {
  width: 100vw;
  display: grid;
  grid-template-columns: repeat(16, 1fr);
  grid-template-rows: repeat(6, 1fr);
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
@media screen and (min-width: 48em) {
  .section-tabs .b-tab__content .o-element--apartmentType .o-element--apartmentType__image {
    width: 50%;
    height: 100%;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}
.section-tabs .b-tab__content .o-element--apartmentType .o-element--apartmentType__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-tabs .b-tab__content .o-element--apartmentType .o-element--apartmentType__image .cell--1 {
  grid-column: 1/17;
  grid-row: 1/8;
}
.section-tabs .b-tab__content .o-element--apartmentType .o-element--apartmentType__image.swiper-container {
  margin-left: unset;
  margin-right: unset;
  padding: 0 20px;
}
@media screen and (min-width: 64em) {
  .section-tabs .b-tab__content .o-element--apartmentType .o-element--apartmentType__image.swiper-container {
    padding: 0;
  }
}
.section-tabs .b-tab__content .o-element--apartmentType .apartmentType-swiper {
  margin-top: 0px;
  margin-bottom: 0px;
}
@media screen and (min-width: 64em) {
  .section-tabs .b-tab__content .o-element--apartmentType .apartmentType-swiper {
    margin-bottom: 0px;
    margin-top: 0px;
  }
}
.section-tabs .b-tab__content .o-element--apartmentType .apartmentType-swiper img {
  width: 100%;
}
.section-tabs .b-tab__content .o-element--apartmentType .apartmentType-swiper .swiper-button-next,
.section-tabs .b-tab__content .o-element--apartmentType .apartmentType-swiper .swiper-button-prev {
  background-color: #ffffff;
  height: 40px;
  width: 40px;
  margin-right: 20px;
}
@media screen and (min-width: 64em) {
  .section-tabs .b-tab__content .o-element--apartmentType .apartmentType-swiper .swiper-button-next,
.section-tabs .b-tab__content .o-element--apartmentType .apartmentType-swiper .swiper-button-prev {
    margin-right: 0;
  }
}
.section-tabs .b-tab__content .o-element--apartmentType .apartmentType-swiper .swiper-button-next.swiper-button-disabled,
.section-tabs .b-tab__content .o-element--apartmentType .apartmentType-swiper .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background-color: #F6F7F2;
}
.section-tabs .b-tab__content .o-element--apartmentType .apartmentType-swiper .swiper-button-next:after,
.section-tabs .b-tab__content .o-element--apartmentType .apartmentType-swiper .swiper-button-prev:after {
  content: "";
  height: 20px;
  width: 20px;
}
.section-tabs .b-tab__content .o-element--apartmentType .apartmentType-swiper .swiper-button-next {
  right: 0;
  bottom: 0;
  top: auto;
}
.section-tabs .b-tab__content .o-element--apartmentType .apartmentType-swiper .swiper-button-next:after {
  background: url("../../../../resources/themes/base/images/arrow-right-regular.svg");
  background-repeat: no-repeat;
}
.section-tabs .b-tab__content .o-element--apartmentType .apartmentType-swiper .swiper-button-prev {
  left: auto;
  right: 40px;
  bottom: 0;
  top: auto;
}
.section-tabs .b-tab__content .o-element--apartmentType .apartmentType-swiper .swiper-button-prev:after {
  background: url("../../../../resources/themes/base/images/arrow-left-regular.svg");
  background-repeat: no-repeat;
}
.section-tabs .b-tab.active {
  display: block;
}
.section-tabs__wrapper {
  position: relative;
}
.section-tabs__list {
  margin-left: 0;
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (min-width: 64em) {
  .section-tabs__list {
    margin-bottom: 3rem;
  }
}
.section-tabs__list .item {
  display: inline-block;
  padding-left: 1px;
  padding-right: 1px;
}
.section-tabs__list .item .item-anchor-mobile {
  display: block;
}
@media screen and (min-width: 48em) {
  .section-tabs__list .item .item-anchor-mobile {
    display: none;
  }
}
.section-tabs__list .item .item-anchor-desktop {
  display: none;
}
@media screen and (min-width: 48em) {
  .section-tabs__list .item .item-anchor-desktop {
    display: block;
  }
}
@screen lg {
  .section-tabs__list .item {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    width: 100%;
  }
}
.section-tabs__list .item .b-nav-tab {
  --tw-text-opacity: 1;
  background-color: rgba(214, 230, 238, var(--tw-bg-opacity));
  border-radius: 20px 20px 0 0;
  color: rgba(85, 85, 85, var(--tw-text-opacity));
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  font-weight: 600;
  height: 100%;
  justify-content: center;
  line-height: 1.5rem;
  margin: 1rem 1rem 0.25rem;
  text-align: center;
}
.section-tabs__list .item .b-nav-tab:hover {
  --tw-text-opacity: 1;
  background-color: rgba(227, 238, 243, var(--tw-bg-opacity));
  color: rgba(240, 85, 92, var(--tw-text-opacity));
  cursor: pointer;
}
@screen lg {
  .section-tabs__list .item .b-nav-tab {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.section-tabs__list .item .b-nav-tab span.active {
  color: #E7304B;
  cursor: auto;
  border-bottom: 1.25px solid #E7304B;
}

/*! nouislider - 11.1.0 - 2018-04-02 11:18:13 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  touch-action: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform-origin: 0 0;
}

/* Offset direction
 */
html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  position: absolute;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3FB8AF;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  transform: translate(0, -50%, 0);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

div.range {
  margin: 20px 0px 60px 0px;
}

.range.noUi-horizontal {
  height: 8px;
}
.range.noUi-horizontal .noUi-handle {
  width: 28px;
  height: 28px;
  top: -12px;
  left: -14px;
  border-radius: 50%;
  border: none;
}
.range.noUi-horizontal .noUi-handle::before, .range.noUi-horizontal .noUi-handle::after {
  display: none;
}
.range.noUi-horizontal div.noUi-connect {
  background-color: transparent;
  background-image: linear-gradient(90deg, rgb(251, 155, 51), rgb(212, 113, 54));
}
.range.noUi-horizontal .noUi-pips {
  color: #fff;
}
.range.noUi-horizontal .noUi-marker {
  opacity: 0.3;
  background-color: #fff;
}
.range.noUi-horizontal .noUi-value-sub {
  color: #fff;
}
.range.noUi-horizontal .noUi-value {
  opacity: 0.6;
  margin-top: 4px;
}
.range.noUi-horizontal .noUi-value-large {
  opacity: 0.9;
  font-weight: 700;
  font-size: 13px;
  margin-top: 6px;
}

div.showhome {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../../../../resources/themes/base/images/showhome-ipad.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
div.showhome .multi-checkbox,
div.showhome .multi-checkbox-holder,
div.showhome .range-fields span {
  color: #fff;
}
div.showhome section[data-step=select] {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
div.showhome section[data-step=info] {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 40px 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
div.showhome header {
  text-align: center;
  margin: 0px 0px 40px 0px;
}
div.showhome header svg {
  display: inline-block;
  fill: #fff;
}
div.showhome div.inner {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
div.showhome div.inner::before, div.showhome div.inner::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
div.showhome div.inner::after {
  clear: both;
}
div.showhome div.inner__left {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
  width: 48%;
  float: left;
}
@media print, screen and (min-width: 40em) {
  div.showhome div.inner__left {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
div.showhome div.inner__left, div.showhome div.inner__left:last-child:not(:first-child) {
  float: left;
  clear: none;
}
div.showhome div.inner__left:last-child:not(:first-child) {
  float: right;
}
div.showhome div.inner__right {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
  width: 48%;
  float: left;
}
@media print, screen and (min-width: 40em) {
  div.showhome div.inner__right {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
div.showhome div.inner__right, div.showhome div.inner__right:last-child:not(:first-child) {
  float: left;
  clear: none;
}
div.showhome div.inner__right:last-child:not(:first-child) {
  float: right;
}
div.showhome form > div.filled {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.46875rem;
  padding-left: 0.46875rem;
  width: 100%;
  float: left;
}
div.showhome form > div.filled::before, div.showhome form > div.filled::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
div.showhome form > div.filled::after {
  clear: both;
}
div.showhome form > div.filled, div.showhome form > div.filled:last-child:not(:first-child) {
  float: left;
  clear: none;
}
div.showhome form > div.filled:last-child:not(:first-child) {
  float: right;
}
div.showhome form > div.filled, div.showhome form > div.filled:last-child {
  float: none;
}
div.showhome .selectize-control:hover,
div.showhome .selectize-control.single .selectize-input.input-active,
div.showhome .selectize-control.single .selectize-input.input-active input {
  cursor: pointer !important;
}
div.showhome .selectize-input input {
  pointer-events: none;
}
div.showhome .drop {
  float: left;
  min-width: 220px;
  width: 100%;
  font-weight: normal;
  margin-bottom: 1rem;
}
div.showhome .drop--inverse {
  color: rgb(51, 62, 71);
  background-color: white;
}
div.showhome .drop--inverse .selectize-input,
div.showhome .drop--inverse .selectize-input.dropdown-active {
  white-space: nowrap;
  color: rgb(51, 62, 71);
  background-color: #fff;
  border: solid 1px rgb(51, 62, 71);
  padding-left: 1rem;
}
div.showhome .drop--inverse .selectize-input:after,
div.showhome .drop--inverse .selectize-input.dropdown-active:after {
  background: #fff;
  color: rgb(51, 62, 71);
  border-left: solid 1px rgb(51, 62, 71);
}
div.showhome .drop--inverse .selectize-input input[style],
div.showhome .drop--inverse .selectize-input.dropdown-active input[style] {
  min-width: 100%;
  width: 100%;
}
div.showhome .drop--inverse .selectize-dropdown {
  border: 1px solid rgb(51, 62, 71);
  background: #fff;
  color: rgb(51, 62, 71);
  text-indent: 10px;
}
div.showhome .drop--inverse .selectize-dropdown .option:hover,
div.showhome .drop--inverse .selectize-dropdown .option.selected {
  background: rgb(51, 62, 71);
  color: #fff;
}
div.showhome .drop--inverse .selectize-dropdown ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 8px;
}
div.showhome .drop--inverse .selectize-dropdown ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
div.showhome form {
  width: 100%;
}
div.showhome input,
div.showhome textarea {
  font-size: 0.875rem;
  padding: 0 1rem;
  border: solid 1px rgb(51, 62, 71);
}
div.showhome input::-moz-placeholder, div.showhome textarea::-moz-placeholder {
  color: rgb(51, 62, 71);
  opacity: 0.6;
}
div.showhome input::placeholder,
div.showhome textarea::placeholder {
  color: rgb(51, 62, 71);
  opacity: 0.6;
}
div.showhome input:focus,
div.showhome textarea:focus {
  border: 1px solid rgb(198, 29, 47);
  box-shadow: 0 0 5px rgb(198, 29, 47);
}
div.showhome textarea {
  padding: 0.625rem 1rem;
}
div.showhome label {
  color: #fff;
  display: inline-block;
  line-height: 1.2;
}
div.showhome label[for=info] {
  margin-top: 0.625rem;
}
div.showhome input[type=checkbox] {
  float: left;
  padding: 0px;
  margin: 0.1rem 0.5rem 0.5rem 0rem;
  border-color: #fff;
}
div.showhome input[type=checkbox]:checked {
  background: #fff;
}
div.showhome .c-checkbox__input {
  border-color: #ffffff;
}
div.showhome input[type=checkbox]:checked {
  color: #fff;
}
div.showhome input[type=checkbox]:checked:before {
  color: #424242;
}
div.showhome .button.send {
  padding: 0.625rem;
  background: #fff;
}
div.showhome a.privacy {
  color: white;
  font-size: 0.8125rem;
  border-bottom: solid 1px rgba(255, 255, 255, 0.7);
  margin-top: 0.625rem;
  display: inline-block;
}
div.showhome div.field {
  width: 100%;
  display: inline-block;
  position: relative;
  color: #ffffff;
}
div.showhome div.field::before, div.showhome div.field::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
div.showhome div.field::after {
  clear: both;
}
div.showhome div.field div.label {
  position: absolute;
  top: -23px;
  left: 10px;
  z-index: 300;
  box-shadow: 2px 2px 2px rgba(51, 62, 71, 0.5);
}
div.showhome div.field div.label:before {
  position: absolute;
  top: 23px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px;
  content: "";
  border-bottom-width: 0;
  border-color: rgb(51, 62, 71) transparent transparent;
}
div.showhome div.field input::-moz-placeholder {
  opacity: 0.6 !important;
}
div.showhome div.field input::placeholder {
  opacity: 0.6 !important;
}
div.showhome div.field .selectize-control.full,
div.showhome div.field .selectize-control.full .selectize-input {
  right: 0px;
}
div.showhome div.field button {
  cursor: pointer;
}
div.showhome .submit-wrapper {
  padding-top: 30px;
}
div.showhome div.parsley-checkChildren {
  margin-bottom: 20px;
}
div.showhome h4.thank-you,
div.showhome h4.thank-you-error {
  color: white;
  text-align: center;
}
div.showhome h4.thank-you span,
div.showhome h4.thank-you-error span {
  font-family: "Gotham SSm 4r", "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
}

.newshowhome {
  /* padding: 0 16px; */
  display: flex;
}
.newshowhome .newshowhome-wrap {
  margin-bottom: 16px;
}
.newshowhome .slidestyle {
  padding: 16px;
  background: white;
}
.newshowhome .swiper-button {
  display: flex;
  position: absolute;
  top: calc(50% - 1rem);
  justify-content: center;
  align-items: center;
  background-color: var(--colour-red);
  width: 2rem;
  height: 2rem;
  color: white;
  border-radius: 100%;
  z-index: 10;
  cursor: pointer;
  transition: all 0.3s ease;
}
.newshowhome .swiper-button-next-new {
  right: 10px;
}
.newshowhome .swiper-button-prev-new {
  left: 10px;
  rotate: 180deg;
}
.newshowhome .swiper-button-disabled {
  opacity: 0;
  background-color: #5d5d5d;
}
.newshowhome .swiper-slide__card-title {
  color: var(--colour-red);
  padding: 16px 16px 0;
}
.newshowhome .swiper-slide__card-title a {
  color: var(--colour-red);
}
.newshowhome .enquiry-btn {
  padding: 0;
}
.newshowhome .enquiry-btn a {
  width: 100%;
  display: block;
  text-align: center;
}
.newshowhome .override-position {
  position: inherit !important;
}
.newshowhome strong {
  color: #333e47;
}
.newshowhome .c-card-horizontal {
  margin: 0 0px 0 0 !important;
  max-width: 240px !important;
}
.newshowhome .team-container {
  display: flex;
  padding-bottom: 15px;
  flex-wrap: wrap;
  gap: 24px;
}
.newshowhome .c-card-horizontal .c-card__details {
  background: white !important;
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  border-right: 1px solid #cacaca;
}
.newshowhome .c-card__name {
  color: black !important;
}
.newshowhome .c-card__details a {
  color: black !important;
}
.newshowhome .c-card-horizontal .c-card__photo {
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  border-left: 1px solid #cacaca;
  min-width: 75px !important;
}
.newshowhome .showhometitle {
  position: relative;
  top: 8px;
}
.newshowhome .margin-bottom {
  margin-bottom: 45px;
}

@media (max-width: 1023px) {
  .newshowhome {
    display: block !important;
  }
  .newshowhome .enquiry-btn {
    position: inherit !important;
    width: 100% !important;
  }
}
@media screen and (max-width: 1370px) {
  /* Styles for screen widths of 1370px and below */
  .newshowhome .team-container {
    display: block !important;
  }
  .newshowhome .c-card-horizontal {
    margin-top: 11px !important;
  }
}
@keyframes stagePopup {
  0% {
    opacity: 0;
    bottom: -80px;
    height: 80px;
  }
  50% {
    height: 230px;
  }
  100% {
    opacity: 1;
    bottom: 0;
    height: 80px;
  }
}
@keyframes stageEffect {
  0%, 100% {
    border-top-color: rgb(45, 177, 207);
    border-top-style: dotted;
  }
  50% {
    border-top-style: dashed;
    border-top-color: rgb(198, 29, 47);
  }
}
body.stage-mode::after {
  content: "You are viewing the Draft/Stage version of the website.";
  width: 100%;
  height: 80px;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  color: #FFF;
  position: fixed;
  bottom: -80px;
  left: 0;
  animation: stageEffect 2s infinite, stagePopup 0.5s forwards 1s;
  z-index: 10002;
  pointer-events: none;
  text-align: center;
  line-height: 70px;
  font-size: 1.2rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-top: 10px dashed rgb(198, 29, 47);
}

.showcase-gallery__intro {
  padding-top: 30px;
  padding-bottom: 30px;
}
.showcase-gallery__intro blockquote {
  color: rgb(198, 29, 47);
  border: 0;
  padding: 0;
  font-size: 2.5rem;
  line-height: 1.1;
  font-family: "Dala Moa";
}
@media print, screen and (min-width: 40em) {
  .showcase-gallery__intro {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
.showcase-gallery__category-link {
  display: inline-block;
  width: 100%;
  height: 315px;
  background-color: rgb(198, 29, 47);
  color: #FFF;
  position: relative;
  overflow: hidden;
}
.showcase-gallery__category-link img {
  float: right;
  min-height: 100%;
  max-width: none;
}
.showcase-gallery__category-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  background-color: #FFF;
  border-top: 50px solid rgb(198, 29, 47);
  border-right: 50px solid transparent;
  box-shadow: -1px -1px 2px 0px rgba(255, 255, 255, 0.3);
  transition: border-top-width 0.2s ease-in-out, border-right-width 0.2s ease-in-out;
  border-top-width: 0;
  border-right-width: 0;
  transition: border-top-width 0.2s ease-in-out, border-right-width 0.2s ease-in-out;
}
.showcase-gallery__category-link:hover:after {
  border-top-width: 50px;
  border-right-width: 50px;
}
.showcase-gallery__title {
  background-color: rgb(198, 29, 47);
  color: #FFF;
  width: 200px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.showcase-gallery__title h4 {
  color: #FFF;
  font-size: 2.5em;
  position: absolute;
  bottom: 0;
  padding: 1.5rem;
  display: inline-block;
}
.showcase-gallery__buttons {
  position: absolute;
  bottom: 2.5rem;
  right: 2.5rem;
}
.showcase-gallery__items-container {
  padding-top: 16px;
  padding-bottom: 16px;
}
.showcase-gallery__item {
  margin-top: 8px;
  margin-bottom: 8px;
}
.showcase-gallery__item.no-image .front {
  background-image: url("../images/fl-placeholder.png");
  background-color: #E7304B;
  background-size: 600px auto;
}
.showcase-gallery__item.no-image .back:before {
  background-color: rgb(198, 29, 47);
}
.showcase-gallery__item .front,
.showcase-gallery__item .back {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.showcase-gallery__item .front:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  background-color: #FFF;
  border-top: 50px solid rgb(198, 29, 47);
  border-right: 50px solid transparent;
  box-shadow: -1px -1px 2px 0px rgba(255, 255, 255, 0.3);
  transition: border-top-width 0.2s ease-in-out, border-right-width 0.2s ease-in-out;
}
.showcase-gallery__item .back {
  color: #FFF;
}
.showcase-gallery__item .back:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  transition: border-bottom-width 0.2s ease-in-out, border-right-width 0.2s ease-in-out;
  right: auto;
  left: 0;
  border-bottom: 60px solid white;
  border-right: 60px solid transparent;
}
.showcase-gallery__item .back h4,
.showcase-gallery__item .back h5,
.showcase-gallery__item .back p {
  color: #FFF;
}
.showcase-gallery__item .back h4 {
  font-size: 1.75rem;
  margin-bottom: 2px;
}
.showcase-gallery__item .back h4 + p {
  margin-bottom: 1rem;
}
.showcase-gallery__item .back h5 {
  font-family: "Gotham SSm 4r", "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 2px;
}
.showcase-gallery__item .back .button {
  display: block;
  text-align: center;
  font-weight: 300;
  font-size: 0.9rem;
}
@media print, screen and (min-width: 40em) {
  .showcase-gallery__item .back .button {
    min-height: 45px;
    line-height: 45px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.showcase-gallery__item .back .button:hover {
  background: #fff;
  color: rgb(198, 29, 47);
  border-color: #fff;
}
.showcase-gallery__item .back .inner {
  padding: 2.5rem;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.showcase-gallery__item .back:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(198, 29, 47, 0.92);
  z-index: 0;
}

.showcase-gallery__items-container .column:last-child, .showcase-gallery__items-container .c-features__card:last-child, .showcase-gallery__items-container .columns:last-child {
  float: left;
}
.showcase-gallery__items-container .flip-container {
  perspective: 2000px;
  transform-style: preserve-3d;
  outline: none;
}
.showcase-gallery__items-container .flip-container:focus .front {
  transform: rotateY(90deg);
}
.showcase-gallery__items-container .flip-container:hover .back {
  transform: rotateY(0deg);
}
.showcase-gallery__items-container .flip-container:hover .front {
  transform: rotateY(180deg);
}
.showcase-gallery__items-container .flip-container,
.showcase-gallery__items-container .front,
.showcase-gallery__items-container .back {
  width: 100%;
  height: 300px;
}
@media print, screen and (min-width: 40em) {
  .showcase-gallery__items-container .flip-container,
.showcase-gallery__items-container .front,
.showcase-gallery__items-container .back {
    height: 354px;
  }
}
.showcase-gallery__items-container .flipper {
  transition: 0.6s;
  transition-delay: 0.125s;
  transform-style: preserve-3d;
  position: relative;
}
.showcase-gallery__items-container .front,
.showcase-gallery__items-container .back {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: 0.6s;
  transition-delay: 0.125s;
  transform-style: preserve-3d;
  transform: rotateY(0deg);
  position: absolute;
  top: 0;
  left: 0;
}
.showcase-gallery__items-container .flip-container:focus .flipper .front:after,
.showcase-gallery__items-container .flip-container:hover .flipper .front:after {
  border-top-width: 60px;
  border-right-width: 60px;
}
.showcase-gallery__items-container .flip-container:focus .flipper .back:after,
.showcase-gallery__items-container .flip-container:hover .flipper .back:after {
  border-bottom-width: 60px;
  border-right-width: 60px;
}
.showcase-gallery__items-container .front {
  z-index: 2;
  transform: rotateY(0deg);
}
.showcase-gallery__items-container .back {
  z-index: -2;
  transform: rotateY(-180deg);
}

.holiday-message {
  font-size: 1rem;
  text-align: center;
  position: relative;
  background: #333e47;
  padding: 2rem 1rem;
}
@media screen and (min-width: 64em) {
  .holiday-message {
    font-size: 1.25rem;
    text-align: left;
    padding: 2rem 3rem 2rem 1rem;
  }
}
.holiday-message__inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: white;
  max-width: 1600px;
  margin: 1rem auto;
}
.holiday-message__inner.justify-center {
  justify-content: center;
}
@media screen and (min-width: 64em) {
  .holiday-message__inner {
    flex-direction: row;
    gap: 2rem;
    margin: 3rem auto;
  }
}
.holiday-message__inner p {
  padding: 0;
  margin: 0;
}
.holiday-message__inner a {
  color: white;
  text-decoration: underline;
}
.holiday-message__title {
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 64em) {
  .holiday-message__title {
    flex-shrink: 0;
  }
}
.holiday-message__icon {
  width: 100px;
  height: 100px;
  margin-right: 10px;
}
@media screen and (min-width: 64em) {
  .holiday-message__icon {
    margin-right: 12px;
  }
}
.holiday-message__close-button {
  position: absolute;
  cursor: pointer;
  top: 12px;
  right: 12px;
  display: flex;
  width: 16px;
  height: 16px;
  z-index: 9999;
}
.holiday-message__close-button:hover {
  opacity: 0.54;
}
@media screen and (min-width: 64em) {
  .holiday-message__close-button {
    align-items: center;
    height: 100%;
    top: 0;
    right: 27px;
  }
}

.selectize-control:focus {
  position: relative;
  z-index: 99999;
}

@media screen and (min-width: 64em) {
  .hero-section {
    display: flex;
    justify-content: space-between;
    max-height: 450px;
    max-width: 1920px;
  }
}
.hero-section .view-all {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 14px;
  margin: 0;
  z-index: 10;
}
@media screen and (min-width: 64em) {
  .hero-section .view-all {
    bottom: 20px;
    right: 20px;
  }
}
.hero-section .view-all .fa-arrows {
  font-size: 18px;
}
.hero-section__hero-img {
  position: relative;
  overflow: hidden;
}
.hero-section__hero-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-section__hero-img img.hero {
  display: none;
}
@media screen and (min-width: 64em) {
  .hero-section__hero-img img.hero {
    display: block;
  }
}
@media screen and (min-width: 64em) {
  .hero-section__hero-img {
    width: 50%;
    margin-right: 2px;
  }
}
.hero-section__four-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 50%;
  padding-left: 1px;
}
.hero-section__four-block div {
  width: 50%;
  padding-left: 2px;
  position: relative;
}
.hero-section__four-block div:nth-child(1), .hero-section__four-block div:nth-child(2) {
  padding-bottom: 1px;
}
.hero-section__four-block div:nth-child(3), .hero-section__four-block div:nth-child(4) {
  padding-top: 1px;
}
.hero-section__four-block div img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 64em) {
  .hero-section__four-block div {
    height: 14.0625rem;
  }
}

.hero-section__four-block .play,
.mobile-hero-swiper .play,
.hero-section__hero-img .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 80px;
  width: 80px;
}

.promotionimg {
  position: absolute !important;
  bottom: 10px !important;
  width: 110px !important;
  height: inherit !important;
  left: 10px !important;
  z-index: 2;
}

.promotionFYH {
  position: absolute !important;
  top: 10px !important;
  left: 10px !important;
  width: 70px !important;
}

.custom-font--Gotham h2 {
  font-family: "Gotham SSm 4r", "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif !important;
  font-weight: 700 !important;
}
.custom-font--Gotham h1,
.custom-font--Gotham h2,
.custom-font--Gotham h3,
.custom-font--Gotham h4,
.custom-font--Gotham h5,
.custom-font--Gotham h6 {
  font-family: "Gotham SSm 4r", "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif !important;
}
.custom-font--Gotham label {
  text-transform: uppercase !important;
}
.custom-font--Gotham .h1,
.custom-font--Gotham .h2,
.custom-font--Gotham .h3,
.custom-font--Gotham .h4,
.custom-font--Gotham .h5,
.custom-font--Gotham .h6 {
  font-family: "Gotham SSm 4r", "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif !important;
}

.custom-font--GothamBook h2 {
  font-family: "GothamBook" !important;
  font-weight: 700 !important;
}
.custom-font--GothamBook h1,
.custom-font--GothamBook h2,
.custom-font--GothamBook h3,
.custom-font--GothamBook h4,
.custom-font--GothamBook h5,
.custom-font--GothamBook h6 {
  font-family: "GothamBook" !important;
}
.custom-font--GothamBook label {
  text-transform: uppercase !important;
}
.custom-font--GothamBook .h1,
.custom-font--GothamBook .h2,
.custom-font--GothamBook .h3,
.custom-font--GothamBook .h4,
.custom-font--GothamBook .h5,
.custom-font--GothamBook .h6 {
  font-family: "GothamBook" !important;
}

.custom-font--BaskervilleStdItalic h2 {
  font-family: "BaskervilleStdItalic" !important;
  font-weight: 700 !important;
}
.custom-font--BaskervilleStdItalic h1,
.custom-font--BaskervilleStdItalic h2,
.custom-font--BaskervilleStdItalic h3,
.custom-font--BaskervilleStdItalic h4,
.custom-font--BaskervilleStdItalic h5,
.custom-font--BaskervilleStdItalic h6 {
  font-family: "BaskervilleStdItalic" !important;
}
.custom-font--BaskervilleStdItalic label {
  text-transform: uppercase !important;
}
.custom-font--BaskervilleStdItalic .h1,
.custom-font--BaskervilleStdItalic .h2,
.custom-font--BaskervilleStdItalic .h3,
.custom-font--BaskervilleStdItalic .h4,
.custom-font--BaskervilleStdItalic .h5,
.custom-font--BaskervilleStdItalic .h6 {
  font-family: "BaskervilleStdItalic" !important;
}

.full-width-carousel .swiper-slide *,
.full-width .swiper-slide * {
  color: white;
}
.full-width-carousel .swiper-pagination-bullet,
.full-width .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.54);
}
.full-width-carousel .swiper-pagination-bullet-active,
.full-width .swiper-pagination-bullet-active {
  background-color: white;
}

.custom-font--LibreBaskerville h1,
.custom-font--LibreBaskerville h2,
.custom-font--LibreBaskerville h3,
.custom-font--LibreBaskerville h4,
.custom-font--LibreBaskerville h5,
.custom-font--LibreBaskerville h6,
.custom-font--LibreBaskerville .h1,
.custom-font--LibreBaskerville .h2,
.custom-font--LibreBaskerville .h3,
.custom-font--LibreBaskerville .h4,
.custom-font--LibreBaskerville .h5,
.custom-font--LibreBaskerville .h6 {
  font-family: "libre-baskerville-regular";
  margin-bottom: 4px !important;
  color: black;
  line-height: 1.2;
}
.custom-font--LibreBaskerville label {
  text-transform: uppercase !important;
}
.custom-font--LibreBaskerville .border-b {
  border-bottom: 1px var(--primaryColour) solid;
}
.custom-font--LibreBaskerville .text-white {
  color: white !important;
}
.custom-font--LibreBaskerville .bg-primary {
  background-color: var(--primaryColour);
}
.custom-font--LibreBaskerville .outline-button {
  text-transform: uppercase;
  border: 1px solid rgb(51, 62, 71);
  padding: 13px 20px;
}
.custom-font--LibreBaskerville .outline-button:hover {
  background-color: rgb(51, 62, 71);
  color: white;
}
.custom-font--LibreBaskerville .tracking-200 {
  letter-spacing: 0.2em;
}
.custom-font--LibreBaskerville .arrow-button {
  text-transform: uppercase;
  position: relative;
}
.custom-font--LibreBaskerville .arrow-button a {
  border-bottom: none !important;
}
.custom-font--LibreBaskerville .arrow-button a:hover {
  color: rgb(51, 62, 71) !important;
  opacity: 0.7;
}
.custom-font--LibreBaskerville .arrow-button:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  background: url("../images/svg/icon-chevron-right.svg") center right no-repeat;
  transform: translateY(-1px);
  padding-left: 1rem;
}
.custom-font--LibreBaskerville body {
  color: black;
}
.custom-font--LibreBaskerville p, .custom-font--LibreBaskerville ul > li {
  font-family: "gotham", sans-serif;
}
.custom-font--LibreBaskerville .font-sans {
  font-family: "gotham", sans-serif;
}
.custom-font--LibreBaskerville .font-sans {
  font-family: "gotham", sans-serif;
}
.custom-font--LibreBaskerville .font-baskerville {
  font-family: "libre-baskerville-regular";
}
.custom-font--LibreBaskerville .font-baskerville--italic {
  font-family: "libre-baskerville-regular-italic";
  font-style: italic;
}
.custom-font--LibreBaskerville .headline {
  font-size: 2rem;
  letter-spacing: 2.4px;
  line-height: 1.125;
}
.custom-font--LibreBaskerville .headline--sans {
  font-family: "gotham", sans-serif;
  text-transform: uppercase;
}
@media screen and (min-width: 68.75em) {
  .custom-font--LibreBaskerville .headline--sans {
    letter-spacing: 5.6px;
    font-size: 68px;
  }
}
.custom-font--LibreBaskerville .headline--serif {
  font-family: "libre-baskerville-regular";
  opacity: 0.7;
}
@media screen and (min-width: 68.75em) {
  .custom-font--LibreBaskerville .headline--serif {
    font-size: 88px;
  }
}
.custom-font--LibreBaskerville blockquote,
.custom-font--LibreBaskerville blockquote p {
  color: inherit;
}
.custom-font--LibreBaskerville blockquote {
  padding: 1rem 2rem;
  border-left: 1px solid;
  border-color: inherit;
}
.custom-font--LibreBaskerville .c-form__control,
.custom-font--LibreBaskerville input[type=tel] {
  border-color: #333e47;
  background: transparent;
}
.custom-font--LibreBaskerville .c-form__control::-moz-placeholder, .custom-font--LibreBaskerville input[type=tel]::-moz-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.custom-font--LibreBaskerville .c-form__control::placeholder,
.custom-font--LibreBaskerville input[type=tel]::placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.custom-font--LibreBaskerville .c-form__control:focus,
.custom-font--LibreBaskerville input[type=tel]:focus {
  border: 1px solid black;
}
.custom-font--LibreBaskerville .c-form__button {
  text-transform: uppercase;
  font-family: "gotham", sans-serif;
}
.custom-font--LibreBaskerville .c-form__button.u-m--auto {
  margin: 0;
}

[v-cloak] {
  display: none;
}

.mx-container {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.bg-white {
  background-color: white;
}

.bg-cream {
  background-color: var(--colour-cream);
}

.bg-gradient {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%), var(--colour-cream);
}

.text-white {
  color: white;
}

.text-red {
  color: var(--colour-red);
}

.text-lightred {
  color: var(--colour-lightRed);
}

.text-sm {
  font-size: 0.925rem;
}

.font-bold {
  font-weight: 700;
}

.rotate-180 {
  transform: rotate(180deg);
}

.grid {
  display: grid;
}

.block {
  display: block;
}

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

.p-4 {
  padding: 1rem;
}

@media screen and (min-width: 64em) {
  .lg\:p-4 {
    padding: 1rem;
  }
}

@media screen and (min-width: 64em) {
  .lg\:p-10 {
    padding: 2.5rem;
  }
}

.p-10 {
  padding: 2.5rem;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media screen and (min-width: 102.5em) {
  .xl\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-5 {
  padding-top: 20px;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-col {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

@media screen and (min-width: 64em) {
  .lg\:flex-row {
    flex-direction: row;
  }
}

.row-reverse {
  flex-direction: row-reverse;
}

.basis-1\/2 {
  flex-basis: 50%;
}

@media print, screen and (min-width: 40em) {
  .md\:basis-1\/2 {
    flex-basis: 50%;
  }
}

@media screen and (min-width: 64em) {
  .lg\:basis-1\/2 {
    flex-basis: 50%;
  }
}

.gap-px {
  gap: 1px;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-1.\5  {
  gap: 0.375rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-md {
  gap: 1.5rem;
}
@media screen and (min-width: 64em) {
  .gap-md {
    gap: 2rem;
  }
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

.items-center {
  align-items: center;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.font-body {
  font-family: "Gotham SSm 4r", "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
}

.text-red {
  color: var(--colour-red);
}

.opacity-50 {
  opacity: 0.5;
}

.text-center, #element-get-in-touch-form .__head h3, #element-get-in-touch-form .__head p {
  text-align: center;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.fixed {
  position: fixed;
}

.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.top-0 {
  top: 0;
}

.inset-y-0 {
  top: 0;
  bottom: 0;
}

.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

.top-0 {
  top: 0;
}

.bottom-0 {
  bottom: 0;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.w-1\/2 {
  width: 50%;
}

@media screen and (min-width: 64em) {
  .lg\:w-1\/2 {
    width: 50%;
  }
}

.size-full {
  width: 100%;
  height: 100%;
}

.overflow-hidden {
  overflow: hidden;
}

.aspect-video {
  aspect-ratio: 16/9;
}

.aspect-landscape {
  aspect-ratio: 6/4;
}

.space-y-md > :not([hidden]) ~ :not([hidden]) {
  margin-top: 1.5rem;
}
@media screen and (min-width: 64em) {
  .space-y-md > :not([hidden]) ~ :not([hidden]) {
    margin-top: 2rem;
  }
}

.space-y-lg > :not([hidden]) ~ :not([hidden]) {
  margin-top: clamp(1.5rem, 1.26rem + 1.04vw, 3rem);
}

.center-x {
  left: 50%;
  transform: translateX(-50%);
}

.center-y {
  top: 50%;
  transform: translateY(-50%);
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.uppercase {
  text-transform: uppercase;
}

.u-evt--none {
  pointer-events: none;
}
.u-evt--all {
  pointer-events: all;
}

@media screen and (max-width: 47.99875em) {
  .show-for-xmedium {
    display: none !important;
  }
}

@media screen and (min-width: 48em) {
  .hide-for-xmedium {
    display: none !important;
  }
}

@media screen and (max-width: 68.74875em) {
  .show-for-xlarge {
    display: none !important;
  }
}

@media screen and (min-width: 68.75em) {
  .hide-for-xlarge {
    display: none !important;
  }
}

@media screen and (max-width: 89.99875em) {
  .show-for-xxlarge {
    display: none !important;
  }
}

@media screen and (min-width: 90em) {
  .hide-for-xxlarge {
    display: none !important;
  }
}

[data-fadein] {
  visibility: hidden;
}

.fadeIn {
  animation: animat_show 0.8s;
  visibility: visible !important;
}

/* Lazy loading image animations */
img[loading=lazy] {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
img[loading=lazy].is-loaded {
  opacity: 1;
}

/* For swiper lazy images */
.swiper-lazy {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.swiper-lazy.swiper-lazy-loaded {
  opacity: 1;
}

.js-open-overlay picture img {
  opacity: 1 !important;
}

/* Banner and block image container animation */
.lazy-image-container {
  position: relative;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.05);
}
.lazy-image-container img {
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
.lazy-image-container img.is-loaded {
  animation: lazyFadeIn 0.5s ease-in-out;
}

@keyframes lazyFadeIn {
  from {
    opacity: 0;
    transform: scale(1.02);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.moveLeft {
  animation: animateLeft 1.5s 1 ease forwards normal;
}

.mt-space {
  margin-top: 0.5rem !important;
}

@keyframes animat_show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animateLeft {
  from {
    transform: translateX(100px);
  }
  to {
    transform: translateX(0px);
  }
}
@keyframes appearScale {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes appearOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes rotate360 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes ripplePulse {
  0% {
    box-shadow: 0 0 0 0 #ccc;
  }
  100% {
    box-shadow: 0 0 0 15px rgba(85, 85, 85, 0);
  }
}
/*
  Breakpoint mixin
*/
/*
  Responsive gutters for grid:

  Default size is the space between two columns
  $col is half the default space, because foundation cols are padding-left and padding-right
  $neg is a special case for negative gutter

  These sizes are all a percentage of $global-breakpoints

*/
/*
  Responsive gutters based on $global-breakpoints
*/
/*
 * Pure CSS spinner, taken from:
 * https://stephanwagner.me/only-css-loading-spinner
 * https://gist.github.com/sveetch/aa17058e9e77cba22588222102a47fd7
 *
 * You may also see:
 * https://github.com/loadingio/loading.css
 */
@keyframes keyframed_spinner {
  to {
    transform: translateX(-50%) translateY(-50%) rotate(360deg);
  }
}
/*
* Add a simple round spinner
*
* You should use it in pseudo element, see sample below
*/
/*
* Spinner sample with default parameters

.spinner{
  &::before {
      @include add_spinner();
  }
}

*/
.row--flex {
  display: flex;
  flex-wrap: wrap;
}
.row--flex:before, .row--flex:after {
  content: none;
}
.row--center {
  justify-content: center;
}
.row--spacing, .c-features__grid {
  margin-bottom: -12px;
}
.row--spacing > *[class*=column], .c-features__grid > *[class*=column], .row--spacing > *[class*=columns], .c-features__grid > *[class*=columns] {
  padding-bottom: 12px;
}
@media print, screen and (min-width: 40em) {
  .row--spacing, .c-features__grid {
    margin-bottom: -16px;
  }
  .row--spacing > *[class*=column], .c-features__grid > *[class*=column], .row--spacing > *[class*=columns], .c-features__grid > *[class*=columns] {
    padding-bottom: 16px;
  }
}
.row--spacing-large {
  margin-bottom: -2.5rem;
}
.row--spacing-large > *[class*=column], .row--spacing-large > *[class*=columns] {
  padding-bottom: 2.5rem;
}
.row--lg {
  max-width: none;
}
@media screen {
  .row--lg.column, .row--lg.c-features__card, .row--lg.columns, .row--lg > *[class*=column], .row--lg > *[class*=columns] {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    margin-bottom: 0.625rem;
  }
}
@media screen and ( min-width: 640px ) {
  .row--lg.column, .row--lg.c-features__card, .row--lg.columns, .row--lg > *[class*=column], .row--lg > *[class*=columns] {
    padding-left: 0.8333333333rem;
    padding-right: 0.8333333333rem;
    margin-bottom: 0.8333333333rem;
  }
}
@media screen and ( min-width: 1024px ) {
  .row--lg.column, .row--lg.c-features__card, .row--lg.columns, .row--lg > *[class*=column], .row--lg > *[class*=columns] {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
@media screen {
  .row--lg {
    margin-bottom: -1.25rem;
  }
}
@media screen and ( min-width: 640px ) {
  .row--lg {
    margin-bottom: -1.6666666667rem;
  }
}
@media screen and ( min-width: 1024px ) {
  .row--lg {
    margin-bottom: -2.5rem;
  }
}
@media screen {
  .row--lg-spacing.column, .row--lg-spacing.c-features__card, .row--lg-spacing.columns, .row--lg-spacing > *[class*=column], .row--lg-spacing > *[class*=columns] {
    margin-bottom: 1.875rem;
  }
}
@media screen and ( min-width: 640px ) {
  .row--lg-spacing.column, .row--lg-spacing.c-features__card, .row--lg-spacing.columns, .row--lg-spacing > *[class*=column], .row--lg-spacing > *[class*=columns] {
    margin-bottom: 2.5rem;
  }
}
@media screen and ( min-width: 1024px ) {
  .row--lg-spacing.column, .row--lg-spacing.c-features__card, .row--lg-spacing.columns, .row--lg-spacing > *[class*=column], .row--lg-spacing > *[class*=columns] {
    margin-bottom: 3.75rem;
  }
}
@media screen {
  .row--lg-spacing {
    margin-bottom: -1.875rem;
  }
}
@media screen and ( min-width: 640px ) {
  .row--lg-spacing {
    margin-bottom: -2.5rem;
  }
}
@media screen and ( min-width: 1024px ) {
  .row--lg-spacing {
    margin-bottom: -3.75rem;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .flex-dir-row-reverse.medium-up-2 > .columns:nth-of-type(1), .flex-dir-row-reverse.medium-up-2 .column:nth-of-type(1), .flex-dir-row-reverse.medium-up-2 .c-features__card:nth-of-type(1), .flex-dir-row-reverse.medium-up-2 .columns:nth-of-type(1) {
    order: 2;
  }
  .flex-dir-row-reverse.medium-up-2 > .columns:nth-of-type(2), .flex-dir-row-reverse.medium-up-2 .column:nth-of-type(2), .flex-dir-row-reverse.medium-up-2 .c-features__card:nth-of-type(2), .flex-dir-row-reverse.medium-up-2 .columns:nth-of-type(2) {
    order: 1;
  }
  .flex-dir-row-reverse.medium-up-2 > .columns:nth-of-type(3), .flex-dir-row-reverse.medium-up-2 .column:nth-of-type(3), .flex-dir-row-reverse.medium-up-2 .c-features__card:nth-of-type(3), .flex-dir-row-reverse.medium-up-2 .columns:nth-of-type(3) {
    order: 4;
  }
  .flex-dir-row-reverse.medium-up-2 > .columns:nth-of-type(4), .flex-dir-row-reverse.medium-up-2 .column:nth-of-type(4), .flex-dir-row-reverse.medium-up-2 .c-features__card:nth-of-type(4), .flex-dir-row-reverse.medium-up-2 .columns:nth-of-type(4) {
    order: 3;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .mob-order--1 {
    order: 1;
  }
  .mob-order--2 {
    order: 2;
  }
  .mob-order--3 {
    order: 3;
  }
  .mob-order--4 {
    order: 4;
  }
  .mob-order--5 {
    order: 5;
  }
  .mob-order--6 {
    order: 6;
  }
  .mob-order--7 {
    order: 7;
  }
  .mob-order--8 {
    order: 8;
  }
  .mob-order--9 {
    order: 9;
  }
  .mob-order--10 {
    order: 10;
  }
  .mob-order--11 {
    order: 11;
  }
  .mob-order--12 {
    order: 12;
  }
  .mob-order--13 {
    order: 13;
  }
  .mob-order--14 {
    order: 14;
  }
  .mob-order--15 {
    order: 15;
  }
  .mob-order--16 {
    order: 16;
  }
  .mob-order--17 {
    order: 17;
  }
  .mob-order--18 {
    order: 18;
  }
  .mob-order--19 {
    order: 19;
  }
  .mob-order--20 {
    order: 20;
  }
  .mob-order--21 {
    order: 21;
  }
  .mob-order--22 {
    order: 22;
  }
  .mob-order--23 {
    order: 23;
  }
  .mob-order--24 {
    order: 24;
  }
}
.v-transition__scale-enter-active, .v-transition__scale-leave-active {
  transition: all 0.25s;
}
.v-transition__scale-enter, .v-transition__scale-leave-to {
  opacity: 0;
  transform: scale(0);
}
.v-transition__fade-enter-active, .v-transition__fade-leave-active {
  transition: opacity 0.25s;
}
.v-transition__fade-enter, .v-transition__fade-leave-to {
  opacity: 0;
}
.v-transition__fade-down-enter-active, .v-transition__fade-down-leave-active {
  transition: all 0.125s;
}
.v-transition__fade-down-enter, .v-transition__fade-down-leave-to {
  transform: translateY(-10px);
  opacity: 0;
}
.v-transition__font-grow-enter-active, .v-transition__font-grow-leave-active {
  transition: all 0.25s;
}
.v-transition__font-grow-enter, .v-transition__font-grow-leave-to {
  opacity: 0;
  font-size: 0;
}
.v-transition__slide-up-enter-active, .v-transition__slide-up-leave-active {
  transition: all 0.25s;
}
.v-transition__slide-up-enter, .v-transition__slide-up-leave-to {
  transform: translateY(100%);
  opacity: 0;
}

select.reset {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none; /* get rid of default appearance for IE8, 9 and 10*/
  border: none;
  padding-left: 100%;
  background: transparent;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

hr {
  max-width: 1100px;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both;
}

.hr--red {
  max-width: 1000px;
  margin: 3rem auto;
  border-bottom: 1px solid rgb(231, 48, 75);
}

#element-get-in-touch-form {
  padding: 120px 0px;
}
@media print, screen and (max-width: 39.99875em) {
  #element-get-in-touch-form form div:nth-child(2) > div > div:nth-child(5) > div.selectize-control.dropdown.full.single > div.selectize-input.items.full.has-options.has-items > div {
    font-size: 0.8rem;
  }
}
#element-get-in-touch-form .align-justify {
  justify-content: center;
}
#element-get-in-touch-form .__head h3 {
  margin-bottom: 2rem;
}
#element-get-in-touch-form .summaryText {
  padding: 0 0 20px;
  padding: 0 0 1.25rem;
  margin-bottom: 10px;
  overflow-wrap: break-word;
}

#element-offices {
  padding: 120px 0px;
}
#element-offices h2 {
  margin-bottom: 2rem;
}
#element-offices .office-wrapper {
  padding-right: 7rem;
  margin-bottom: 3rem;
}
#element-offices .office-wrapper .office {
  height: 100%;
  border-bottom: 1px solid #cacaca;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
}
#element-offices .office-wrapper .office h4 {
  font-size: 2rem;
}
#element-offices .office-wrapper .office p {
  margin-bottom: 0;
}
#element-offices .office-wrapper .office hr {
  margin: 5.25rem auto 4rem;
}
@media print, screen and (max-width: 39.99875em) {
  #element-offices {
    padding-top: 70px;
  }
  #element-offices h2 {
    margin-bottom: 2rem;
  }
  #element-offices .office-wrapper {
    padding-right: 7rem;
    margin-bottom: 1.5rem;
  }
  #element-offices .office-wrapper .office {
    height: 100%;
    border-bottom: 1px solid #cacaca;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
  #element-offices .office-wrapper .office h4 {
    font-size: 1.5rem;
  }
  #element-offices .office-wrapper .office p {
    margin-bottom: 0;
  }
  #element-offices .office-wrapper .office hr {
    margin: 5.25rem auto 4rem;
  }
}
#element-offices .summaryText {
  padding: 0 0 20px;
  padding: 0 0 1.25rem;
  margin-bottom: 10px;
  overflow-wrap: break-word;
}

#element-homeowner-resources {
  padding-top: 120px;
}
#element-homeowner-resources form div:nth-child(2) > div > div:nth-child(7) {
  margin-bottom: 4rem;
}
#element-homeowner-resources .__head h2, #element-homeowner-resources .__head p {
  text-align: center;
}
#element-homeowner-resources .__head h2 {
  margin-bottom: 2rem;
}
#element-homeowner-resources .homeowner-block-outer {
  padding-right: 5rem;
  margin-bottom: 3rem;
}
#element-homeowner-resources .homeowner-block-outer__homeowner-block {
  height: 100%;
  border-bottom: 1px solid #cacaca;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
}
#element-homeowner-resources .homeowner-block-outer__homeowner-block .file-list {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
#element-homeowner-resources .homeowner-block-outer__homeowner-block .file-list li a {
  color: #c61d2f;
}
@media print, screen and (max-width: 39.99875em) {
  #element-homeowner-resources {
    padding-top: 70px;
  }
  #element-homeowner-resources .__head h2, #element-homeowner-resources .__head p {
    text-align: center;
  }
  #element-homeowner-resources .__head h2 {
    margin-bottom: 2rem;
  }
  #element-homeowner-resources .homeowner-block-outer {
    padding-right: 7rem;
    margin-bottom: 1.5rem;
  }
  #element-homeowner-resources .homeowner-block-outer__homeowner-block {
    height: 100%;
    border-bottom: 1px solid #cacaca;
    padding-bottom: 1rem;
    margin-bottom: 0;
  }
  #element-homeowner-resources .homeowner-block-outer__homeowner-block .file-list {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
  }
  #element-homeowner-resources .homeowner-block-outer__homeowner-block .file-list li {
    margin-bottom: 0;
  }
  #element-homeowner-resources .homeowner-block-outer__homeowner-block .file-list li a {
    color: #c61d2f;
  }
}
#element-homeowner-resources .summaryText {
  padding: 0 0 20px;
  padding: 0 0 1.25rem;
  margin-bottom: 10px;
}

.featured-locations {
  background-color: #F6F7F2;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 64em) {
  .featured-locations {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.featured-locations .featured-location-swiper {
  max-width: 85%;
}
@media print, screen and (min-width: 40em) {
  .featured-locations .featured-location-swiper {
    max-width: 100%;
  }
}
.featured-locations .featured-location-swiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.featured-locations .swiper-slide {
  transition: opacity 0.3s;
  height: auto;
  display: flex;
}
.featured-locations .swiper-slide-visible {
  opacity: 1;
}
.featured-locations .swiper-slide .tile {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.featured-locations__heading {
  color: rgb(231, 48, 75);
  margin-bottom: 28px;
  text-align: left;
}
@media print, screen and (min-width: 40em) {
  .featured-locations__heading {
    text-align: center;
  }
}
@media screen and (min-width: 64em) {
  .featured-locations__heading {
    margin-bottom: 40px;
  }
}
.featured-locations .tile .button {
  display: inline-block;
  margin-bottom: 0;
  background: none !important;
  border: none !important;
  padding: 0 !important;
  color: rgb(231, 48, 75) !important;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgb(231, 48, 75);
  text-underline-offset: 0.25em;
  box-shadow: none !important;
}
.featured-locations .tile .button:hover {
  background: none !important;
  border: none !important;
  color: rgb(231, 48, 75) !important;
  text-decoration: underline;
  text-decoration-color: rgb(231, 48, 75);
}
.featured-locations .tile__image-wrapper {
  position: relative;
  display: block;
  flex-shrink: 0;
  background-color: #e8e8e8;
  overflow: hidden;
}
.featured-locations .tile__image-wrapper::before {
  content: "";
  display: block;
  padding-top: 81.25%;
}
@media print, screen and (min-width: 40em) {
  .featured-locations .tile__image-wrapper::before {
    padding-top: 125%;
  }
}
@media screen and (min-width: 64em) {
  .featured-locations .tile__image-wrapper::before {
    padding-top: 66.67%;
  }
}
.featured-locations .tile__image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/13;
}
@media print, screen and (min-width: 40em) {
  .featured-locations .tile__image-wrapper img {
    aspect-ratio: 4/5;
  }
}
@media screen and (min-width: 64em) {
  .featured-locations .tile__image-wrapper img {
    aspect-ratio: 1.5;
  }
}
.featured-locations .tile__tag {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  font-weight: 700;
  background: rgb(231, 48, 75);
  color: white;
  padding: 0.35rem 0.875rem;
  z-index: 10;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
}
@media print, screen and (min-width: 40em) {
  .featured-locations .tile__tag {
    font-size: 14px;
    padding: 0.425rem 1rem;
  }
}
.featured-locations .tile__text-content {
  background-color: white;
  padding: 0.875rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
@media print, screen and (min-width: 40em) {
  .featured-locations .tile__text-content {
    padding: 1.5rem;
  }
}
.featured-locations .tile__text-content > :not([hidden]) ~ :not([hidden]) {
  margin-top: 0.75rem;
}
@media print, screen and (min-width: 40em) {
  .featured-locations .tile__text-content > :not([hidden]) ~ :not([hidden]) {
    margin-top: 1rem;
  }
}
.featured-locations .tile__text-content > div:last-child {
  margin-top: auto;
}
.featured-locations .tile__title {
  color: rgb(51, 62, 71);
  margin-bottom: 0;
  font-size: 1.25rem;
}
@media screen and (min-width: 64em) {
  .featured-locations .tile__title {
    font-size: 28px;
  }
}
.featured-locations .tile__description {
  margin-bottom: 0 !important;
}
.featured-locations .container {
  max-width: 1600px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.featured-locations .grid-layout {
  display: grid;
  gap: 1rem;
  align-items: stretch;
}
@media print, screen and (min-width: 40em) {
  .featured-locations .grid-layout {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 64em) {
  .featured-locations .grid-layout {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    row-gap: 3rem;
  }
}
.featured-locations .grid-layout > .tile {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.o-development {
  position: relative;
}
.o-development section {
  overflow: visible;
}
.o-development header img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  width: 100%;
  display: block;
}
.o-development__title {
  font-size: 1.875rem;
  font-weight: 300;
  color: #EC596F;
}
* + .o-development__title {
  margin-top: 1rem;
}
.o-development__title + * {
  margin-top: 2rem;
}
.o-development__title--line {
  display: block;
  border-bottom: 1px solid #EC596F;
}
.o-development__header {
  position: relative;
}
.o-development__header--fixed-height {
  height: 500px;
}
@media screen and (min-width: 64em) {
  .o-development__header--fixed-height {
    height: 600px;
  }
}
.o-development__header--cover {
  background: no-repeat center/cover;
}
.o-development__summary {
  padding: 50px 32px;
  background: #EC596F;
  color: #fff;
  z-index: 15;
}
@media screen and (min-width: 56.25em) {
  .o-development__summary {
    padding: 32px 16px 16px;
    width: 45%;
    max-width: 550px;
    position: absolute;
    left: 16px;
    display: flex;
    align-items: center;
    max-height: 580px;
    height: 100vh;
  }
}
@media screen and (min-width: 68.75em) {
  .o-development__summary {
    padding: 50px 75px;
    left: calc((100vw - 1100px) / 2);
  }
}
.o-development__summary h2 + * {
  margin-top: 2.25rem;
}
.o-development__summary * {
  color: inherit;
}
.o-development__summary--min-height {
  min-height: 100%;
}
.o-development__summary--invert {
  background-color: #fff;
  color: rgb(51, 62, 71);
}
.o-development__summary--invert h1, .o-development__summary--invert h2, .o-development__summary--invert h3, .o-development__summary--invert h4, .o-development__summary--invert h5, .o-development__summary--invert h6 {
  color: #EC596F;
}
.o-development__summary--invert a {
  color: #EC596F;
}
@media screen and (min-width: 56.25em) {
  .o-development__summary--invert {
    bottom: 50%;
    transform: translateY(50%);
  }
}
.o-development__summary__location {
  flex-direction: column;
  align-items: flex-start;
  overflow-y: scroll;
}
.o-development__summary .content {
  width: 100%;
}
.o-development__summary .content h1 {
  font-size: 38px;
}
@media print, screen and (min-width: 40em) {
  .o-development__summary .content h1 {
    font-size: 48px;
  }
}
.o-development__summary .content .content__tiles {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.o-development__summary .content .content__tiles .item {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 1rem 2rem 1rem 0;
}
@media print, screen and (min-width: 40em) {
  .o-development__summary .content .content__tiles .item {
    width: 50%;
  }
}
.o-development__summary .content .content__tiles .item p {
  margin-bottom: 0px;
}
.o-development__summary .content .content__tiles .item .title {
  margin-bottom: 7px;
}
.o-development__summary .content .content__tiles .item .direction {
  text-decoration: underline;
}
.o-development__summary .content .content__tiles .item .direction:hover {
  color: white;
}
.o-development__banner {
  position: relative;
}
.o-development__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.o-development__overlay__heading, .o-development__overlay__svg {
  padding: 0 1rem;
}
.o-development__overlay__heading {
  color: white;
  font-size: 2.5rem;
}
@media print, screen and (min-width: 40em) {
  .o-development__overlay__heading {
    margin: auto;
    max-width: 51.0625rem;
    font-size: 5rem;
  }
}
.o-development__overlay__svg {
  max-width: 13.875rem;
  margin: 0 auto 1rem;
}
@media print, screen and (min-width: 40em) {
  .o-development__overlay__svg {
    max-width: 21.375rem;
  }
}
.o-development__overlay-content {
  position: absolute;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
  width: 100%;
  z-index: 90;
}
.o-development__overlay-content h2, .o-development__overlay-content p, .o-development__overlay-content a {
  color: #fff;
}
.o-development__overlay-content h2 {
  font-size: 2.8125rem;
}
@media print, screen and (min-width: 40em) {
  .o-development__overlay-content h2 {
    font-size: 4.375rem;
  }
}
.o-development__carousel {
  background-color: #424242;
  margin: 0 auto;
}
.o-development__carousel .site-carousel {
  max-height: none;
}
.o-development__carousel--small .site-carousel {
  width: 100%;
  margin-right: 0;
}
@media screen and (min-width: 56.25em) {
  .o-development__carousel--small .site-carousel {
    width: calc(100% - (100vw - 1100px) / 2 - 450px);
  }
}
.o-development__carousel--small h1 {
  font-size: 2.5rem;
}
@media print, screen and (min-width: 40em) {
  .o-development__carousel--small h1 {
    font-size: 3.5rem;
  }
}
.o-development__contact {
  background: #EC596F;
}
.o-development__contact_title {
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  .o-development__contact_title {
    text-align: right;
  }
}
.o-development__content {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media print, screen and (min-width: 40em) {
  .o-development__content {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}
@media screen and (min-width: 64em) {
  .o-development__content {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .o-development__content > .row, .o-development__content > .c-features__grid {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.o-development__content--beige {
  background-color: #F6F7F2;
}
.o-development__content--dark {
  background-color: #424242;
  color: #fff;
}
.o-development__content--grey {
  background-color: #F2F2F2;
}
.o-development__content--invert {
  color: #fff;
}
.o-development__content--invert h1, .o-development__content--invert h2, .o-development__content--invert h3, .o-development__content--invert h4, .o-development__content--invert h5, .o-development__content--invert h6 {
  color: #fff;
}
.o-development__content--invert a {
  color: #fff;
}
.o-development__content h2 + * {
  margin-top: 2.25rem;
}
.o-development__disclaimer p {
  font-size: 0.75rem;
  color: #999999;
  font-style: italic;
}
.o-development .infowindow {
  display: flex;
  padding: 0.5rem;
  width: auto;
}
@media print, screen and (min-width: 40em) {
  .o-development .infowindow {
    width: 320px;
  }
}
.o-development .infowindow img {
  display: none;
}
@media print, screen and (min-width: 40em) {
  .o-development .infowindow img {
    display: block;
  }
}
.o-development .infowindow .content {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
  align-items: flex-start;
}
.o-development .infowindow .content .title {
  font-size: 16px;
  margin-bottom: 2px;
}
.o-development .infowindow .content .address {
  font-size: 14px;
  margin-bottom: 9px;
  text-decoration: underline;
}
.o-development .infowindow .content .button {
  padding: 0.5rem 15px;
  margin-bottom: 0;
  font-size: 12px;
}
.o-development .element-location .mx-container {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 64em) {
  .o-development .element-location .mx-container {
    min-height: 600px;
    gap: 0;
    flex-direction: row;
  }
  .o-development .element-location .mx-container .media-offset {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    width: 50%;
  }
  .o-development .element-location .mx-container.media-left {
    flex-direction: row-reverse;
  }
  .o-development .element-location .mx-container.media-left .media-offset {
    right: unset;
    left: 0;
  }
}
@media screen and (min-width: 64em) and (min-width: 64em) {
  .o-development .element-location .mx-container.media-left .element-location__content {
    padding-right: 1rem;
    padding-left: 64px;
  }
}
@media screen and (min-width: 64em) and (min-width: 120em) {
  .o-development .element-location .mx-container.media-left .element-location__content {
    padding-right: 1rem;
    padding-left: 100px;
  }
}
@media screen and (min-width: 64em) {
  .o-development .element-location__content {
    padding-right: 64px;
  }
}
@media screen and (min-width: 120em) {
  .o-development .element-location__content {
    padding-right: 100px;
  }
}
.o-development .element-location__buttons ul.c-cta {
  display: flex;
  width: 100%;
  gap: 1rem;
}
.o-development .element-location__buttons ul.c-cta a.button {
  margin: 0 !important;
}

#location .o-development__summary {
  background: #424242;
}
@media screen and (min-width: 56.25em) {
  #location .o-development__summary {
    left: 0;
  }
}

.o-element__title {
  margin-bottom: 0;
}
.o-element__title + * {
  margin-top: 1rem;
}
@media print, screen and (min-width: 40em) {
  .o-element__title + * {
    margin-top: 2.5rem;
  }
}
.o-element__development__title {
  font-family: "Gotham SSm 4r", "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
  font-size: 100%;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .o-element__development__title {
    margin-bottom: 1rem;
  }
}
.o-element__development__divider {
  border-left: 1px black solid;
  padding: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .o-element__development__divider {
    margin-bottom: 0;
    padding: 1rem 2rem;
  }
}
.o-element__development__divider *:last-child {
  margin-bottom: 0;
}
.o-element__grid-content.wide--format > div.row, .o-element__grid-content.wide--format > div.c-features__grid {
  margin-top: 1.5rem;
}
@media print, screen and (min-width: 40em) {
  .o-element__grid-content.wide--format > div.row, .o-element__grid-content.wide--format > div.c-features__grid {
    margin-top: 2.5rem;
  }
}
.o-element__grid-content.wide--format > .row, .o-element__grid-content.wide--format > .c-features__grid {
  max-width: 112rem;
  padding: 0 1rem;
}
.o-element__content {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media print, screen and (min-width: 40em) {
  .o-element__content {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}
@media screen and (min-width: 64em) {
  .o-element__content {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .o-element__content > .row, .o-element__content > .c-features__grid {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.o-element__content--skinny {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.o-element__content--beige {
  background-color: #F6F7F2;
}
.o-element__content--red {
  background-color: rgb(231, 48, 75);
  color: #fff;
}
.o-element__content--dark {
  background-color: #424242;
  color: #fff;
}
.o-element__content--grey {
  background-color: #F2F2F2;
}
.o-element__content--padding {
  padding-top: 4rem;
  padding-bottom: 0rem;
}
.o-element__content--border {
  position: relative;
}
.o-element__content--border:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: calc(100% - 1.5rem);
  border-bottom: solid 1px rgb(198, 29, 47);
  max-width: calc(1100px - 16px);
  transform: translateX(-50%);
}

.o-development__content--darker {
  padding: 0;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  background-color: #f2f2ef;
}
@media print, screen and (min-width: 40em) {
  .o-development__content--darker {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 64em) {
  .o-development__content--darker {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }
}
.o-development__content--darker .o-element--singleMasonry__content {
  padding: 2.5rem 2.5rem !important;
}
.o-development__content--darker .header-mobile {
  padding: 2.5rem 2.5rem 0 2.5rem !important;
}

.bg-cream {
  background-color: #f6f7f2;
}

.reduced-padding-top {
  padding-top: 1.25rem !important;
}
.reduced-padding-bottom {
  padding-bottom: 1.25rem !important;
}

.no-margin-top {
  margin-top: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}

.o-element--masonry {
  max-width: 1600px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.o-element--masonry h2 + * {
  margin-top: 2.25rem;
}
@media screen and (min-width: 48em) {
  .o-element--masonry h2 + * {
    margin-top: 0;
  }
}
@media screen and (min-width: 48em) {
  .o-element--masonry {
    flex-direction: row;
  }
}
.o-element--masonry .header-mobile {
  display: block;
  width: 100%;
  padding-left: 1rem;
  text-align: left;
  margin-bottom: 0;
}
@media screen and (min-width: 48em) {
  .o-element--masonry .header-mobile {
    display: none;
  }
}
.o-element--masonry .o-element--masonry__content {
  padding: 3rem 1rem 0 1rem;
}
@media screen and (min-width: 48em) {
  .o-element--masonry .o-element--masonry__content {
    width: auto;
    padding: 0 1rem 0 3.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (min-width: 64em) {
  .o-element--masonry .o-element--masonry__content {
    width: 50%;
  }
}
@media screen and (min-width: 102.5em) {
  .o-element--masonry .o-element--masonry__content {
    width: 50%;
    padding: 0 0 0 100px;
  }
}
@media screen and (min-width: 48em) {
  .o-element--masonry .o-element--masonry__content h2 {
    display: block;
  }
}
.o-element--masonry .o-element--masonry__content h2 + * {
  margin-top: 0;
}
@media screen and (min-width: 48em) {
  .o-element--masonry .o-element--masonry__content h2 + * {
    margin-top: auto;
  }
}
.o-element--masonry .o-element--masonry__images {
  width: 100vw;
  display: grid;
  padding-left: 1rem;
  padding-right: 1rem;
  grid-template-columns: repeat(16, 1fr);
  grid-template-rows: repeat(8, 1fr);
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
@media screen and (min-width: 48em) {
  .o-element--masonry .o-element--masonry__images {
    width: 50%;
    height: 100%;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 0;
  }
}
@media screen and (min-width: 102.5em) {
  .o-element--masonry .o-element--masonry__images {
    width: 50%;
    padding: 0;
  }
}
.o-element--masonry .o-element--masonry__images img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.o-element--masonry .o-element--masonry__images .cell--1 {
  grid-column: 1/10;
  grid-row: 2/5;
}
.o-element--masonry .o-element--masonry__images .cell--2 {
  grid-column: 10/17;
  grid-row: 1/8;
}
.o-element--masonry .o-element--masonry__images .cell--3 {
  grid-column: 4/10;
  grid-row: 5/10;
  padding-top: 1rem;
}
@media screen and (min-width: 48em) {
  .o-element--masonry .o-element--masonry__images .cell--3 {
    padding-top: 1.5rem;
  }
}

.o-element--developmentList {
  display: flex;
  flex-direction: column;
  width: 100vw;
  align-items: center;
}
.o-element--developmentList h2 + * {
  margin-top: 2.25rem;
}
@media screen and (min-width: 48em) {
  .o-element--developmentList {
    flex-direction: row;
  }
  .o-element--developmentList.even {
    flex-direction: row-reverse;
  }
  .o-element--developmentList h2 + * {
    margin-top: 0;
  }
}
.o-element--developmentList .header-mobile {
  display: block;
  width: 100%;
  padding-left: 1rem;
  text-align: left;
  margin-bottom: 0;
}
@media screen and (min-width: 48em) {
  .o-element--developmentList .header-mobile {
    display: none;
  }
}
.o-element--developmentList .o-element--developmentList__content {
  padding: 3rem 1rem 0 1rem;
}
@media screen and (min-width: 48em) {
  .o-element--developmentList .o-element--developmentList__content {
    width: 50%;
    padding: 0rem 1rem 0 2rem;
  }
}
@media screen and (min-width: 64em) {
  .o-element--developmentList .o-element--developmentList__content {
    width: 45%;
    padding: 0rem 1rem 0 5rem;
  }
}
@media screen and (min-width: 68.75em) {
  .o-element--developmentList .o-element--developmentList__content {
    width: 38%;
  }
}
.o-element--developmentList .o-element--developmentList__content h2 {
  display: none;
}
@media screen and (min-width: 48em) {
  .o-element--developmentList .o-element--developmentList__content h2 {
    display: block;
    margin-top: 1rem;
  }
}
.o-element--developmentList .o-element--developmentList__content h2 + * {
  margin-top: 1rem;
}
@media screen and (min-width: 48em) {
  .o-element--developmentList .o-element--developmentList__content h2 + * {
    margin-top: auto;
  }
}
.o-element--developmentList .o-element--developmentList__content .bedrooms,
.o-element--developmentList .o-element--developmentList__content .bathrooms {
  margin-right: 1rem;
}
.o-element--developmentList .o-element--developmentList__image {
  width: 100vw;
  display: grid;
  grid-template-columns: repeat(16, 1fr);
  grid-template-rows: repeat(6, 1fr);
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
@media screen and (min-width: 48em) {
  .o-element--developmentList .o-element--developmentList__image {
    width: 50%;
    height: 100%;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}
.o-element--developmentList .o-element--developmentList__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.o-element--developmentList .o-element--developmentList__image .cell--1 {
  grid-column: 1/17;
  grid-row: 1/8;
}
.o-element--developmentList .o-element--developmentList__image.swiper-container {
  margin-left: unset;
  margin-right: unset;
}
.o-element--developmentList .development-list-swiper {
  margin-top: 0px;
  margin-bottom: 0px;
}
@media screen and (min-width: 64em) {
  .o-element--developmentList .development-list-swiper {
    margin-bottom: 0px;
    margin-top: 0px;
  }
}
.o-element--developmentList .development-list-swiper img {
  width: 100%;
}
.o-element--developmentList .development-list-swiper .swiper-button-next,
.o-element--developmentList .development-list-swiper .swiper-button-prev {
  background-color: #ffffff;
  height: 40px;
  width: 40px;
}
.o-element--developmentList .development-list-swiper .swiper-button-next.swiper-button-disabled,
.o-element--developmentList .development-list-swiper .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background-color: #f6f7f2;
}
.o-element--developmentList .development-list-swiper .swiper-button-next:after,
.o-element--developmentList .development-list-swiper .swiper-button-prev:after {
  content: "";
  height: 20px;
  width: 20px;
}
.o-element--developmentList .development-list-swiper .swiper-button-next {
  right: 0;
  bottom: 0;
  top: auto;
}
.o-element--developmentList .development-list-swiper .swiper-button-next:after {
  background: url("../../../../resources/themes/base/images/arrow-right-regular.svg");
  background-repeat: no-repeat;
}
.o-element--developmentList .development-list-swiper .swiper-button-prev {
  left: auto;
  right: 40px;
  bottom: 0;
  top: auto;
}
.o-element--developmentList .development-list-swiper .swiper-button-prev:after {
  background: url("../../../../resources/themes/base/images/arrow-left-regular.svg");
  background-repeat: no-repeat;
}

.o-element--singleMasonry {
  display: flex;
  flex-direction: column;
  max-width: 1600px;
  align-items: center;
  margin: 0 auto;
}
@media screen and (min-width: 48em) {
  .o-element--singleMasonry {
    flex-direction: row;
    align-items: center;
  }
}
.o-element--singleMasonry .o-element--singleMasonry__content {
  padding: 3rem 1rem;
  width: 100%;
}
@media print, screen and (max-width: 63.99875em) {
  .o-element--singleMasonry .o-element--singleMasonry__content {
    margin-top: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 48em) {
  .o-element--singleMasonry .o-element--singleMasonry__content {
    width: 50%;
    padding: 0 1rem 0 3.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 0;
  }
}
@media screen and (min-width: 102.5em) {
  .o-element--singleMasonry .o-element--singleMasonry__content {
    padding: 0 0 0 100px;
  }
}
.o-element--singleMasonry .o-element--singleMasonry__title {
  font-family: "Dala Moa";
  color: rgb(231, 48, 75);
  line-height: 1.1;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 63.99875em) {
  .o-element--singleMasonry .o-element--singleMasonry__title {
    margin-bottom: 12px;
  }
}
.o-element--singleMasonry .o-element--singleMasonry__text {
  color: #333e47;
  font-size: 1rem;
  line-height: 1.6;
  margin-top: 0;
}
.o-element--singleMasonry .o-element--singleMasonry__text p {
  margin-bottom: 1.5rem;
}
.o-element--singleMasonry .o-element--singleMasonry__text p:last-child {
  margin-bottom: 0;
}
.o-element--singleMasonry .o-element--singleMasonry__image {
  width: 100vw;
  display: grid;
  grid-template-columns: repeat(16, 1fr);
  grid-template-rows: repeat(6, 1fr);
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media print, screen and (max-width: 63.99875em) {
  .o-element--singleMasonry .o-element--singleMasonry__image {
    margin-top: 20px;
  }
}
@media screen and (min-width: 48em) {
  .o-element--singleMasonry .o-element--singleMasonry__image {
    width: 50%;
    height: 100%;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 0;
    margin-top: 0;
  }
}
@media screen and (min-width: 102.5em) {
  .o-element--singleMasonry .o-element--singleMasonry__image {
    padding: 0;
  }
}
.o-element--singleMasonry .o-element--singleMasonry__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.o-element--singleMasonry .o-element--singleMasonry__image .cell--1 {
  grid-column: 1/17;
  grid-row: 1/8;
}
.o-element--singleMasonry .o-element--singleMasonry__image--flipped {
  order: 0;
}
@media screen and (min-width: 48em) {
  .o-element--singleMasonry .o-element--singleMasonry__image--flipped {
    order: 1;
    padding-left: 0;
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 102.5em) {
  .o-element--singleMasonry .o-element--singleMasonry__image--flipped {
    padding: 0;
  }
}
@media screen and (min-width: 48em) {
  .o-element--singleMasonry .o-element--singleMasonry__content--flipped {
    padding: 0 3.5rem 0 1rem;
    order: 0;
    justify-content: center;
  }
}
@media screen and (min-width: 102.5em) {
  .o-element--singleMasonry .o-element--singleMasonry__content--flipped {
    padding: 0 100px 0 0;
  }
}

.o-element--singleMasonry--darker {
  background-color: #f2f2ef;
}

#image-banner .header-mobile {
  display: block;
  width: 100%;
  padding-left: 1rem;
  margin-top: 2.5rem;
  text-align: left;
}
@media screen and (min-width: 64em) {
  #image-banner .header-mobile {
    display: none;
  }
}

.o-element--imagebanner {
  background-color: #f6f7f2;
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  width: 100vw;
  align-items: center;
}
@media screen and (min-width: 64em) {
  .o-element--imagebanner {
    flex-direction: row;
  }
}
@media screen and (min-width: 64em) {
  .o-element--imagebanner {
    margin-top: 4.5rem;
  }
}
.o-element--imagebanner__content {
  padding: 3rem 1rem;
}
@media screen and (min-width: 64em) {
  .o-element--imagebanner__content {
    width: auto;
    padding: 0rem 1rem 0 3rem;
  }
}
@media screen and (min-width: 64em) {
  .o-element--imagebanner__content {
    width: 45%;
  }
}
@media screen and (min-width: 68.75em) {
  .o-element--imagebanner__content {
    width: 35%;
  }
}
.o-element--imagebanner__content h2 {
  display: none;
}
@media screen and (min-width: 64em) {
  .o-element--imagebanner__content h2 {
    display: block;
  }
}
.o-element--imagebanner__content h2 + * {
  margin-top: 0;
}
@media screen and (min-width: 64em) {
  .o-element--imagebanner__content h2 + * {
    margin-top: auto;
  }
}
.o-element--imagebanner__image {
  width: 100vw;
}
@media screen and (min-width: 64em) {
  .o-element--imagebanner__image {
    width: 50%;
    height: 100%;
  }
}
.o-element--imagebanner__image img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 64em) {
  .o-element--imagebanner__image img {
    max-height: 540px;
  }
}

.o-element--image__image {
  width: 100%;
}
.o-element--image__image img {
  width: 100%;
  aspect-ratio: inherit;
}
@media print, screen and (min-width: 40em) {
  .o-element--image__image img {
    aspect-ratio: 8/4;
  }
}

.nav-container {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  overflow-x: auto;
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none; /* for Firefox */
  overflow-y: scroll;
}
.nav-container::-webkit-scrollbar {
  display: none;
}

.table-nav {
  height: 4rem;
  background-color: white;
  position: relative;
  border-bottom: 1px solid #c61d2f;
  min-width: 100%;
  width: -moz-max-content;
  width: max-content;
  padding-right: 20px;
  padding-left: 20px;
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 20px;
}
.table-nav .nav-item {
  cursor: pointer;
  font-weight: bold;
  display: flex;
  height: 100%;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
}
.table-nav .nav-item.active {
  border-bottom: 1px solid #c61d2f;
}

.table-block-header {
  width: 100%;
  text-align: center;
  padding: 60px 0 30px 0;
}

.table-container {
  position: relative;
}
@media print, screen and (max-width: 39.99875em) {
  .table-container::after {
    content: "";
    position: absolute;
    top: 0;
    right: -65px;
    bottom: 0;
    width: 100px;
    background: radial-gradient(rgba(0, 0, 0, 0.6), transparent 62%);
  }
}

.table-block {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding-top: 20px;
}
@media screen and (min-width: 68.75em) {
  .table-block {
    max-width: 1100px;
  }
}
.table-block table {
  table-layout: fixed;
  border-collapse: collapse;
}
.table-block tr {
  position: relative;
  border-bottom: 1px solid #424242;
}
.table-block tr:first-of-type {
  font-weight: bold;
  border-width: 2px;
}
@media print, screen and (max-width: 39.99875em) {
  .table-block tr:first-of-type td:first-of-type {
    background: linear-gradient(to bottom left, var(--bg-colour) 10%, var(--first-column-bg));
  }
}
@media print, screen and (max-width: 39.99875em) {
  .table-block tr::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 15px;
    border-bottom: 5px solid var(--first-column-bg);
    transform: translateY(3px);
  }
}
.table-block td {
  width: 100%;
  min-width: 70vw;
  padding: 20px 30px 15px 30px;
  vertical-align: top;
}
@media print, screen and (min-width: 40em) {
  .table-block td {
    max-width: 28%;
    min-width: 250px;
    padding: 20px 20px 15px 0;
  }
}
.table-block td:first-of-type {
  min-width: 30vw;
  position: sticky;
  background-color: var(--first-column-bg);
  left: 0;
}
@media print, screen and (min-width: 40em) {
  .table-block td:first-of-type {
    max-width: 16%;
    min-width: 150px;
    padding: 20px 0 15px 0;
    background-color: var(--bg-colour);
  }
}
@media screen and (min-width: 64em) {
  .table-block td:first-of-type {
    min-width: 175px;
  }
}
@media print, screen and (min-width: 40em) {
  .table-block td:last-of-type {
    padding: 20px 0 15px 0;
  }
}

.content {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2rem;
}

.accordion {
  margin-left: auto;
  margin-right: auto;
}
.accordion.has-title {
  border-top: 1px solid #333e47;
}
.accordion .accordion-item {
  border-bottom: 1px solid #333e47;
}
.accordion .accordion-item .accordion-content ol,
.accordion .accordion-item .accordion-content ul {
  margin-bottom: 1rem;
}
.accordion .accordion-item:hover .accordion-title, .accordion .accordion-item.is-active .accordion-title {
  color: #e7304b;
}
.accordion .accordion-item:hover .accordion-title svg, .accordion .accordion-item.is-active .accordion-title svg {
  background-color: #e7304b;
  color: white;
}
.accordion .accordion-item.is-active {
  border-bottom: 1px solid #e7304b;
}
.accordion .accordion-item.is-active .accordion-title svg path {
  d: path("M432 256C432 269.3 421.3 280 408 280H40c-13.25 0-24-10.74-24-23.99C16 242.8 26.75 232 40 232h368C421.3 232 432 242.8 432 256z");
}
.accordion .accordion-item .accordion-title {
  font-weight: bold;
}
.accordion .accordion-item .accordion-title svg {
  position: absolute;
  height: 22px;
  width: 22px;
  padding: 2px;
  right: 0;
  transform: translateY(-3px);
}

.border-bottom {
  border-bottom: 1px rgb(198, 29, 47) solid;
}

.overflow-hidden-important {
  overflow: hidden !important;
}

.o-element img[loading=lazy] {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.o-element img[loading=lazy].is-loaded {
  opacity: 1;
}
.o-element .swiper-lazy {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.o-element .swiper-lazy.swiper-lazy-loaded, .o-element .swiper-lazy.is-loaded {
  opacity: 1;
}

.o-frame, .c-vid__content {
  position: relative;
  overflow: hidden;
}
.o-frame:before, .c-vid__content:before {
  content: "";
  display: block;
  padding-top: 75%;
}
.o-frame--9-16:before {
  padding-top: 177.7777777778%;
}
.o-frame--3-4:before {
  padding-top: 133.3333333333%;
}
.o-frame--2-3:before {
  padding-top: 150%;
}
.o-frame--1-2:before {
  padding-top: 200%;
}
.o-frame--21-9:before {
  padding-top: 42.8571428571%;
}
.o-frame--16-9:before {
  padding-top: 56.25%;
}
.o-frame--4-3:before {
  padding-top: 75%;
}
.o-frame--3-2:before {
  padding-top: 66.6666666667%;
}
.o-frame--2-1:before {
  padding-top: 50%;
}
.o-frame--1-1:before {
  padding-top: 100%;
}
.o-frame__el, .c-video__player iframe,
.o-frame iframe,
.c-vid__content iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.c-img-bg {
  background-size: cover;
  background-repeat: no-repeat;
}

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

.o-playlist.is-busy, .o-playlist.is-requesting {
  pointer-events: none;
}
.o-playlist__heading {
  border-bottom: 1px solid currentColor;
}
* + .o-playlist__heading {
  margin-top: 2rem;
}
@media print, screen and (min-width: 40em) {
  * + .o-playlist__heading {
    margin-top: 3.5rem;
  }
}
.o-playlist__list {
  position: relative;
  margin-top: 2rem;
}
@media print, screen and (min-width: 40em) {
  .o-playlist__list {
    margin-top: 3rem;
  }
}
.o-playlist__list-container {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 40em) {
  .o-playlist__list-container {
    max-width: 1000px;
    margin: auto;
    padding-left: 3rem;
    padding-right: 3rem;
    flex-direction: row;
  }
  .o-playlist__list-container > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
.o-playlist__item-wrapper {
  padding-bottom: 2rem;
}
.o-playlist__item-wrapper:last-child {
  padding-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .o-playlist__item-wrapper {
    padding-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.o-playlist__item-wrapper-enter-active {
  transition: all 0.25s;
}
.o-playlist__item-wrapper-enter {
  opacity: 0;
  transform: translateY(15px);
}
.o-playlist__item {
  cursor: pointer;
}
.o-playlist__left, .o-playlist__right {
  cursor: pointer;
  display: none;
}
@media print, screen and (min-width: 40em) {
  .o-playlist__left, .o-playlist__right {
    display: block;
    position: absolute;
    top: 50%;
    border: 2px solid black;
    padding: 8px;
    transform: translateY(-50%);
  }
  .o-playlist__left:before, .o-playlist__right:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-left: 2px solid black;
    border-bottom: 2px solid black;
  }
}
.o-playlist__left {
  left: 0;
}
.o-playlist__left:before {
  transform: translateX(25%) rotate(45deg);
}
.o-playlist__right {
  right: 0;
}
.o-playlist__right:before {
  transform: translateX(-25%) rotate(-135deg);
}
.o-playlist__refresh {
  margin: auto;
  fill: rgb(198, 29, 47);
  width: 40px;
  margin-top: 1rem;
  cursor: pointer;
}
.is-requesting .o-playlist__refresh svg {
  animation: rotate360 0.4s linear infinite;
}
@media print, screen and (min-width: 40em) {
  .o-playlist__refresh {
    display: none;
  }
}

.map-slide-fade-enter-active {
  transition: all 0.3s ease;
}

.map-slide-fade-leave-active {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}

.map-slide-fade-enter, .map-slide-fade-leave-to {
  transform: translateX(10px);
  opacity: 0;
}

.detail-sidebar {
  z-index: 1000002;
  position: absolute;
  right: 0;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
}
.detail-sidebar__inner {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  padding-bottom: 40px;
}
.detail-sidebar__more {
  position: absolute;
  height: 66px;
  padding: 40px 10px 0px 10px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  color: rgb(198, 29, 47);
  text-align: center;
  font-weight: 600;
  z-index: 1000004;
  background: white;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 60%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  pointer-events: none;
}
.detail-sidebar__more svg {
  width: 16px;
  height: 16px;
  fill: rgb(198, 29, 47);
}
.detail-sidebar #detail-sidebar__popup-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
}
.detail-sidebar__loader {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(50, 59, 66, 0.7215686275);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.375rem;
}
@media print, screen and (max-width: 39.99875em) {
  .detail-sidebar {
    height: 100% !important;
    width: 100% !important;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #ffffff;
  }
  .detail-sidebar__home-image {
    display: none !important;
  }
  .detail-sidebar__outer {
    background-color: #fff;
  }
  .detail-sidebar__cta {
    background-color: #fff;
  }
  .detail-sidebar h3 {
    font-size: 32px;
    font-size: 2rem;
    color: #c61d2f;
    margin-bottom: 0.5rem;
  }
  .detail-sidebar__address {
    font-size: 16px;
    font-size: 1rem;
  }
  .detail-sidebar__open-to-view h4 {
    font-size: 22px;
    font-size: 1.375rem;
    font-family: "Gotham SSm 4r", "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
    color: #c61d2f;
    margin-bottom: 0.5rem;
  }
  .detail-sidebar__open-to-view p {
    margin-bottom: 0;
    font-size: 16px;
    font-size: 1rem;
  }
  .detail-sidebar__phone {
    font-size: 22px;
    font-size: 1.375rem;
    font-family: "Gotham SSm 4r", "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
    color: #c61d2f;
    margin-bottom: 0.5rem;
  }
  .detail-sidebar__member {
    margin-bottom: 20px;
  }
  .detail-sidebar__member-inner {
    background-color: #333e47;
    color: #ffffff;
    margin-top: 15px;
  }
  .detail-sidebar__member-inner a:hover {
    color: #fff2e8;
  }
  .detail-sidebar__member-detail {
    padding: 10px;
    padding: 0.625rem;
  }
  .detail-sidebar__member-name {
    font-size: 14px !important;
    font-size: 0.875rem !important;
    font-weight: 700;
    margin-bottom: 0;
    text-align: center;
  }
  .detail-sidebar__member-position {
    font-size: 12px !important;
    font-size: 0.75rem !important;
    text-align: center;
  }
  .detail-sidebar__contact-detail-outer {
    padding: 0;
  }
  .detail-sidebar__contact-detail-outer {
    display: block;
  }
  .detail-sidebar__member-phone {
    font-size: 12px !important;
    font-size: 0.75rem !important;
    margin-bottom: 0;
    color: #ffffff;
    overflow: visible;
  }
  .detail-sidebar__member-email {
    font-size: 12px !important;
    font-size: 0.75rem !important;
    margin-bottom: 0;
    color: #ffffff;
    overflow: visible !important;
  }
  .detail-sidebar .c-cta li + li {
    margin-top: 0.6rem;
  }
}
@media screen and (min-width: 64em) {
  .detail-sidebar {
    width: 35%;
    top: 0;
    height: 100%;
    padding: 0 0 0 40px;
    padding: 0 0 0 2.5rem;
  }
  .detail-sidebar__home-image {
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
    border-bottom: 2px solid #c61d2f;
  }
  .detail-sidebar h3 {
    font-size: 32px;
    font-size: 2rem;
    color: #c61d2f;
  }
  .detail-sidebar__open-to-view {
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
  }
  .detail-sidebar__open-to-view h4 {
    font-size: 22px;
    font-size: 1.375rem;
    font-family: "Gotham SSm 4r", "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
    color: #c61d2f;
  }
  .detail-sidebar__open-to-view p {
    margin-bottom: 0;
  }
  .detail-sidebar__phone {
    font-size: 22px;
    font-size: 1.375rem;
    font-family: "Gotham SSm 4r", "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
    color: #c61d2f;
  }
  .detail-sidebar__member-inner {
    background-color: #333e47;
    color: #ffffff;
  }
  .detail-sidebar__member-inner a:hover {
    color: #fff2e8;
  }
  .detail-sidebar__member-detail {
    padding: 10px;
    padding: 0.625rem;
  }
  .detail-sidebar__member-name {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 700;
    margin-bottom: 0;
    text-align: center;
  }
  .detail-sidebar__member-position {
    font-size: 12px;
    font-size: 0.75rem;
    white-space: nowrap;
    text-align: center;
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
  }
  .detail-sidebar__contact-detail-outer {
    padding: 0;
    text-align: center;
  }
  .detail-sidebar__contact-detail-outer-1 {
    display: inline-block;
  }
  .detail-sidebar__member-phone {
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 0;
    color: #ffffff;
    overflow: visible;
  }
  .detail-sidebar__member-email {
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 0;
    color: #ffffff;
    overflow: visible !important;
  }
}
@media print, screen and (max-width: 68.74875em) {
  .detail-sidebar {
    width: 45%;
    top: 0;
    height: 100%;
    padding: 0 0 0 10px;
    padding: 0 0 0 0.625rem;
  }
  .detail-sidebar__home-image {
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
    border-bottom: 2px solid #c61d2f;
  }
  .detail-sidebar h3 {
    font-size: 32px;
    font-size: 2rem;
    color: #c61d2f;
  }
  .detail-sidebar__open-to-view {
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
  }
  .detail-sidebar__open-to-view h4 {
    font-size: 22px;
    font-size: 1.375rem;
    font-family: "Gotham SSm 4r", "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
    color: #c61d2f;
  }
  .detail-sidebar__open-to-view p {
    margin-bottom: 0;
  }
  .detail-sidebar__phone {
    font-size: 22px;
    font-size: 1.375rem;
    font-family: "Gotham SSm 4r", "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
    color: #c61d2f;
  }
  .detail-sidebar__member-inner {
    background-color: #333e47;
    color: #ffffff;
  }
  .detail-sidebar__member-inner a:hover {
    color: #fff2e8;
  }
  .detail-sidebar__member-detail {
    padding: 10px;
    padding: 0.625rem;
  }
  .detail-sidebar__member-name {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 700;
    margin-bottom: 0;
    text-align: center;
  }
  .detail-sidebar__member-position {
    font-size: 12px;
    font-size: 0.75rem;
    white-space: nowrap;
    text-align: center;
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
  }
  .detail-sidebar__contact-detail-outer {
    padding: 0;
    text-align: center;
  }
  .detail-sidebar__contact-detail-outer-1 {
    display: inline-block;
  }
  .detail-sidebar__member-phone {
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 0;
    color: #ffffff;
    overflow: visible;
  }
  .detail-sidebar__member-email {
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 0;
    color: #ffffff;
    overflow: visible !important;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .detail-sidebar {
    width: 45%;
    top: 0;
    height: 100%;
    padding: 0 0 0 5px;
    padding: 0 0 0 0.3125rem;
  }
  .detail-sidebar__home-image {
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
    border-bottom: 2px solid #c61d2f;
  }
  .detail-sidebar h3 {
    font-size: 32px;
    font-size: 2rem;
    color: #c61d2f;
  }
  .detail-sidebar__open-to-view {
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
  }
  .detail-sidebar__open-to-view h4 {
    font-size: 22px;
    font-size: 1.375rem;
    font-family: "Gotham SSm 4r", "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
    color: #c61d2f;
  }
  .detail-sidebar__open-to-view p {
    margin-bottom: 0;
  }
  .detail-sidebar__phone {
    font-size: 22px;
    font-size: 1.375rem;
    font-family: "Gotham SSm 4r", "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
    color: #c61d2f;
  }
  .detail-sidebar__member-inner {
    background-color: #333e47;
    color: #ffffff;
  }
  .detail-sidebar__member-inner a:hover {
    color: #fff2e8;
  }
  .detail-sidebar__member-detail {
    padding: 8px;
    padding: 0.5rem;
  }
  .detail-sidebar__member-name {
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: 700;
    margin-bottom: 0;
    text-align: center;
  }
  .detail-sidebar__member-position {
    font-size: 8px;
    font-size: 0.5rem;
    white-space: nowrap;
    text-align: center;
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
  }
  .detail-sidebar__contact-detail-outer {
    padding: 0;
  }
  .detail-sidebar__member-phone {
    font-size: 10px;
    font-size: 0.625rem;
    margin-bottom: 0;
    color: #ffffff;
    overflow: visible;
  }
  .detail-sidebar__member-email {
    font-size: 10px;
    font-size: 0.625rem;
    margin-bottom: 0;
    color: #ffffff;
    overflow: visible !important;
  }
}
.detail-sidebar__cta {
  padding-top: 1.5rem;
}
@media print, screen and (max-width: 39.99875em) {
  .detail-sidebar__cta__inner {
    width: 100%;
    display: inline-flex;
  }
  .detail-sidebar__cta__inner__inner {
    width: 50%;
  }
}
.detail-sidebar__cta a {
  width: 100%;
  display: flex;
}
@media print, screen and (max-width: 39.99875em) {
  .detail-sidebar__cta a {
    margin: 0 5px;
    width: unset;
  }
}
.detail-sidebar__cta a button {
  width: 100%;
}

#showhome-locations-map .c-map-section {
  max-height: 1100px;
}

.fullScreenMap {
  width: 100%;
  padding: 1.6rem;
}
.fullScreenMap #detail-sidebar__popup-close {
  top: 0.4rem;
  right: 0.4rem;
}
@media print, screen and (min-width: 40em) {
  .fullScreenMap {
    max-width: 400px;
    width: 50%;
    padding: 2rem;
  }
  .fullScreenMap #detail-sidebar__popup-close {
    top: 0.2rem;
    right: 0.2rem;
  }
}
@media screen and (min-width: 64em) {
  .fullScreenMap {
    padding: 2.5rem;
  }
  .fullScreenMap #detail-sidebar__popup-close {
    top: 0.6rem;
    right: 0.6rem;
  }
}

.o-container {
  margin-right: auto;
  margin-left: auto;
  max-width: 1244px;
}
@media screen {
  .o-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and ( min-width: 640px ) {
  .o-container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and ( min-width: 1024px ) {
  .o-container {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}

.o-blog {
  position: relative;
  overflow: hidden;
}
.o-blog.u-bg--grey + .o-blog.u-bg--grey .o-blog__inner {
  padding-top: 0px;
}
.o-blog.u-bg--white + .o-blog.u-bg--white .o-blog__inner {
  padding-top: 0px;
}
@media screen {
  .o-blog__inner {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}
@media screen and ( min-width: 640px ) {
  .o-blog__inner {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media screen and ( min-width: 1024px ) {
  .o-blog__inner {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
.o-blog p {
  margin: 0;
  line-height: 1.4;
}
.o-blog h1, .o-blog h2, .o-blog h3, .o-blog h4, .o-blog h5, .o-blog h6 {
  margin: 0;
}
.o-blog * + h1 {
  margin-top: 1.2rem;
}
.o-blog * + h2 {
  margin-top: 1.2rem;
}
.o-blog * + h3 {
  margin-top: 1.2rem;
}
.o-blog * + h4 {
  margin-top: 1.2rem;
}
.o-blog * + h5 {
  margin-top: 1.2rem;
}
.o-blog * + h6 {
  margin-top: 1.2rem;
}
.o-blog * + p {
  margin-top: 1.2rem;
}
.o-blog * + img {
  margin-top: 1.2rem;
}
.o-blog * + a.button {
  margin-top: 1.2rem;
}
.o-blog hr {
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
.o-blog a.button {
  display: inline-block;
}

.c-btn__wrapper--center {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.c-btn__wrapper--center > * {
  margin-bottom: 0.5rem;
}
.c-btn__wrapper--inline {
  display: flex;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.c-btn__wrapper--inline > * {
  margin: 0 0.5rem;
}

.c-btn {
  text-align: left;
  transition: all 0.5s;
  cursor: pointer;
  vertical-align: middle;
}
.c-btn__normal {
  padding: 10px 20px;
  border-width: 1px;
  border-style: solid;
  line-height: normal;
  font-size: 0.875rem;
  font-weight: 700;
  transition: all 0.4s;
}
.c-btn__normal:active, .c-btn__normal:hover {
  color: rgb(198, 29, 47);
  background-color: #fff;
}
.c-btn__longer {
  padding: 9px 30px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(231, 48, 75);
  line-height: normal;
  font-size: 0.875rem;
  font-weight: 700;
  transition: all 0.4s;
}
.c-btn__longer:active, .c-btn__longer:hover {
  color: rgb(198, 29, 47);
  background-color: #fff;
}
.c-btn--block {
  display: block;
}
.c-btn--block + * {
  margin-top: 0.75rem;
}
.c-btn--inblock {
  display: inline-block;
}
.c-btn--invert {
  color: white;
  border-color: white;
}
.c-btn--lightgrey {
  color: #999999;
}
.c-btn--red {
  color: rgb(198, 29, 47);
}
.c-btn--lightred {
  color: rgb(231, 48, 75);
}
.c-btn--bg-lightred {
  color: #fff;
  background-color: rgb(231, 48, 75);
  border-color: rgb(231, 48, 75);
}
.c-btn--bg-lightred:active, .c-btn--bg-lightred:hover, .c-btn--bg-lightred:focus {
  color: rgb(198, 29, 47);
  background-color: #fff;
}
.c-btn--bg-red {
  color: #fff;
  background-color: rgb(198, 29, 47);
  border-color: rgb(198, 29, 47);
}
.c-btn--disabled {
  color: #ddd;
  pointer-events: none;
  cursor: not-allowed;
}
.c-btn__icon {
  padding: 8px 0;
  color: #EC596F;
}
.c-btn__icon:before {
  font-family: "icons";
  content: "\f10e";
  margin-right: 20px;
}
.c-btn__icon--enquiry:before {
  content: "\f11e";
}
.c-btn__icon--ul {
  border-bottom: 1px solid #F2F2F2;
}
.c-btn__icon--white {
  color: #fff;
}
.c-btn__icon--white:hover {
  color: #EC596F;
}
.c-btn__arrow {
  color: #999999;
}
.c-btn__arrow:after {
  font-family: "icons";
  content: "\f123";
  float: right;
  color: #EC596F;
  transition: all 0.75s;
  margin-left: 0.5rem;
}
.c-btn__arrow:hover {
  color: #EC596F;
}
.c-btn__arrow:hover:after {
  transform: translateX(50%);
}
.c-btn__arrow2:after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-color: currentColor;
  display: inline-block;
  transform: rotate(-45deg);
}
.c-btn svg {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.c-btn i {
  margin-right: 0.3125rem;
}

.c-subnav {
  padding-left: 20px;
  padding-right: 20px;
  background-color: white;
  width: 100%;
  z-index: 100;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 102.5em) {
  .c-subnav {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .c-subnav {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.c-subnav.is-sticky {
  position: fixed;
  top: auto;
  left: 0;
}
.c-subnav-enter-active, .c-subnav-leave-active {
  transition: transform 0.25s;
}
.c-subnav-enter, .c-subnav-leave-to {
  transform: translateY(-100%);
}
.c-subnav__anchor {
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  float: none;
  overflow-x: auto;
}
.c-subnav__li {
  flex: 0 0 auto;
  white-space: nowrap;
  margin-right: 35px;
  border-bottom: 4px solid transparent;
}
.c-subnav__li.active {
  border-bottom: 4px solid rgb(231, 48, 75);
}
.c-subnav__li:last-child {
  margin-right: 0;
}
.c-subnav__li a {
  padding: 19px 0 17px 0;
  white-space: nowrap;
  display: inline-block;
  font-size: 0.75rem;
  line-height: 20px;
  font-weight: bold;
}
@media print, screen and (min-width: 40em) {
  .c-subnav__li a {
    font-size: 0.875rem;
  }
}
@media print, screen and (min-width: 40em) {
  .c-subnav__li a {
    font-size: 1rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .c-subnav__li a {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.c-subnav__li--title {
  font-family: "Dala Moa";
  font-size: 1.25rem;
  font-weight: normal;
  display: none;
  color: #EC596F;
}
@media print, screen and (min-width: 40em) {
  .c-subnav__li--title {
    display: block;
    margin-right: 20px;
  }
}
@media screen and (min-width: 64em) {
  .c-subnav__li--title {
    margin-right: 50px;
  }
}
.c-subnav__menu {
  overflow-x: auto;
}
.c-subnav__title {
  flex: 0 0 auto;
  font-family: "Dala Moa";
  color: rgb(198, 29, 47);
  font-size: 1.375rem;
  text-align: left;
  padding-right: 1.5rem;
  border-bottom: 3px solid transparent;
  display: none;
}
@media screen and (min-width: 64em) {
  .c-subnav__title {
    display: block;
  }
}
.c-subnav__list {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  margin: 0;
}
.c-subnav__list > li.current, .c-subnav__list > li.section {
  border-color: rgb(198, 29, 47);
}
.c-subnav__list > li:hover {
  color: rgb(198, 29, 47);
}
.c-subnav__list > li > a {
  color: inherit;
}

.c-card {
  max-width: 300px;
}
.c-card__name {
  font-weight: bold;
}
.c-card__details {
  text-align: center;
  background: #424242;
  padding: 0.5rem;
  font-size: 0.71875rem;
  color: #fff;
  overflow: hidden;
}
.c-card__details a {
  color: #fff;
}
.c-card__contact {
  display: inline-block;
  text-align: left;
}
* + .c-card__contact {
  margin-top: 0.75rem;
}
.c-card__icon {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.c-card__email, .c-card__phone {
  font-size: 1.125rem;
  margin-right: 0.25rem;
}
.c-card-horizontal {
  max-width: 18.75rem;
  width: 100%;
  display: table;
  flex-direction: column;
  margin: 0 auto 0.9375rem auto;
}
.c-card-horizontal .c-card__photo {
  display: table-cell;
  width: 33%;
  background-size: cover;
  border-top: 1px solid #424242;
  border-bottom: 1px solid #424242;
  border-left: 1px solid #424242;
}
.c-card-horizontal .c-card__details {
  display: table-cell;
  width: 67%;
  text-align: left;
  padding: 0.625rem 0.9375rem;
}
.c-card-horizontal .c-card__name {
  text-align: left;
}
.c-card-horizontal .c-card__contact {
  margin-top: 0.3125rem;
}
.c-card-horizontal .c-card__icon {
  margin-bottom: 0.3125rem;
}
.c-card-horizontal .c-card__icon .fas {
  padding-right: 0.3125rem;
}

.c-hero {
  position: relative;
  height: initial;
  overflow: hidden;
}
.c-hero--shade:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
}
@media screen and (min-width: 68.75em) {
  .c-hero--fixed-height {
    max-height: 600px;
  }
}
.c-hero img {
  width: 100%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.c-hero__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  z-index: 5;
  width: 100%;
}
.c-hero__title {
  color: #fff;
  font-size: 2.5rem;
}
@media print, screen and (min-width: 40em) {
  .c-hero__title {
    font-size: 4.0625rem;
  }
}
@media screen and (min-width: 64em) {
  .c-hero__title {
    font-size: 5.625rem;
  }
}
.c-hero__caption {
  font-size: 1.5625rem;
}
@media print, screen and (min-width: 40em) {
  .c-hero__caption {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 64em) {
  .c-hero__caption {
    font-size: 2.1875rem;
  }
}

.c-cta {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 220px;
}
* + .c-cta {
  margin-top: 2rem;
}
.c-cta--invert a {
  color: #fff;
}
.c-cta--invert a:hover {
  background: #fff;
}
.c-cta--invert .button {
  border-color: #fff;
}
.c-cta--invert .button:hover, .c-cta--invert .button:active {
  border-color: #fff;
}
.c-cta--center {
  margin: 0 auto;
}
@media print, screen and (min-width: 40em) {
  .c-cta--center {
    margin-left: 0;
  }
}
.c-cta a {
  display: block;
  text-align: center;
}
.developments .c-cta {
  margin-top: 40px;
}

.c-article {
  position: relative;
}
.c-article--bg-white {
  background-color: #fff;
}
.c-article--narrow {
  width: 70%;
  margin: 0 auto;
}
.c-article--ul {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #999999;
}
.c-article--flex-between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.c-article__img-wrapper {
  position: relative;
}
.c-article__img {
  width: 100%;
}
.c-article__img--underline {
  border-bottom: 1px solid #EC596F;
}
.c-article__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  transition: background-color 0.75s;
}
.c-article__logo:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.c-article__content {
  position: relative;
}
* + .c-article__content {
  margin-top: 1.5rem;
}
.c-article__content--padded {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.c-article__content--fill {
  flex-basis: 100%;
}
.c-article__sticky-btn {
  position: absolute;
  width: 100%;
}
.c-article__sticky-btn--bottom {
  bottom: 0;
}
.c-article__sticky-btn--padded {
  padding: 1.5rem;
}
.c-article__title {
  font-family: "Dala Moa";
  color: rgb(51, 62, 71);
  font-size: 1.5rem;
}
* + .c-article__title {
  margin-top: 1.5rem;
}
.c-article__title--white {
  color: #fff;
}
.c-article__facilities {
  display: flex;
  align-items: center;
}
.c-article__facilities *[class*=icons] {
  margin-left: 10px;
  font-size: 2.1875rem;
}
* + .c-article__desc {
  margin-top: 1.5rem;
}
.c-article__dl {
  padding: 8px 0;
}
* + .c-article__dl {
  margin-top: 1.5rem;
}
.c-article__dl:before {
  font-family: "icons";
  content: "\f10e";
  margin-right: 20px;
}
.c-article__dl--white {
  color: #fff;
}
.c-article__dl--white:hover, .c-article__dl--white:active {
  color: #EC596F;
}
.c-article__dl--white:focus {
  color: #fff;
}
.c-article__dl--block {
  display: block;
}
.c-article__dl--underline {
  border-bottom: 1px solid;
}
.c-article__btn {
  display: block;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  transition: all 0.75s;
}
.c-article__btn:hover, .c-article__btn:focus {
  color: #fff;
}
.c-article__btn--grey {
  background-color: #4d4d4d;
}
.c-article__btn--grey:hover {
  background-color: #737373;
}
.c-article__btn--pink {
  background-color: #EC596F;
}
.c-article__btn--pink:hover {
  background-color: #f49eab;
}

.amenities-swiper--container.swiper-container {
  overflow: visible;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 35px;
}
@media screen and (min-width: 68.75em) {
  .amenities-swiper--container.swiper-container {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .amenities-swiper--container.swiper-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.amenities-swiper--container.swiper-container .swiper-pagination {
  bottom: 0;
}
.amenities-swiper--container.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #e7304b;
}
.amenities-swiper--container .media-container {
  position: relative;
}
.amenities-swiper--container .media-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.amenities-swiper--container .swiper-slide {
  width: 75%;
}
.amenities-swiper--container .swiper-slide:first-child {
  padding-left: 0;
}
@media (min-width: 768px) {
  .amenities-swiper--container .swiper-slide {
    width: 50%;
  }
  .amenities-swiper--container .swiper-slide:first-child {
    padding-left: 0;
  }
}

.apartment-explorer__container .heading {
  position: relative;
  padding-bottom: 2rem;
  padding: 0 0rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
@media screen and (min-width: 64em) {
  .apartment-explorer__container .heading {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1600px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 16px;
    padding-left: 0rem;
    padding-right: 0rem;
    gap: 20px;
  }
}
.apartment-explorer__container .heading h2 {
  text-align: center;
}
.apartment-explorer__container .heading__title {
  width: 100%;
}
@media screen and (min-width: 64em) {
  .apartment-explorer__container .heading__title {
    flex: 1;
    min-width: 0;
  }
}
.apartment-explorer__container .heading__title p {
  font-weight: normal;
  margin-bottom: 0;
  color: #333e47;
}
.apartment-explorer__container .heading__title h2 {
  color: rgb(231, 48, 75);
  text-align: left;
}
.apartment-explorer__container .heading__title h1, .apartment-explorer__container .heading__title h3, .apartment-explorer__container .heading__title h4, .apartment-explorer__container .heading__title h5, .apartment-explorer__container .heading__title h6 {
  color: #333e47;
}
.apartment-explorer__container .heading .annotation-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
}
@media screen and (min-width: 64em) {
  .apartment-explorer__container .heading .annotation-container {
    width: auto;
    align-self: flex-end;
    flex-shrink: 0;
    gap: 20px;
  }
}
.apartment-explorer__container .heading .annotation-container .annotation {
  display: flex;
  align-items: center;
  margin-left: 0;
}
.apartment-explorer__container .heading .annotation-container .annotation:first-child {
  margin-left: 0;
}
.apartment-explorer__container .heading .annotation-container .annotation .annotation--color {
  width: 12px;
  display: inline-block;
  height: 12px;
  border-radius: 50%;
}
.apartment-explorer__container .heading .annotation-container .annotation .annotation--text {
  font-size: 12px;
  margin-left: 4px;
}
.apartment-explorer__container .apartment-explorer .pop-up {
  display: flex;
  flex-direction: column;
  position: fixed;
  width: 50%;
  height: 100vh;
  top: 0;
  right: -50%;
  z-index: 10002;
  background-color: white;
  padding: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}
@media print, screen and (min-width: 40em) and (max-width: 47.99875em) {
  .apartment-explorer__container .apartment-explorer .pop-up {
    width: 100%;
    height: 95vh;
    top: 100vh;
    right: 0;
    left: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    overflow: hidden;
    transition: top 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@media print, screen and (max-width: 39.99875em) {
  .apartment-explorer__container .apartment-explorer .pop-up {
    width: 100%;
    height: 95vh;
    top: 100vh;
    right: 0;
    left: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    overflow: hidden;
    transition: top 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@media screen and (min-width: 64em) {
  .apartment-explorer__container .apartment-explorer .pop-up {
    overflow-y: visible;
  }
}
.apartment-explorer__container .apartment-explorer .pop-up.show {
  right: 0;
}
@media print, screen and (max-width: 47.99875em) {
  .apartment-explorer__container .apartment-explorer .pop-up.show {
    top: 5vh;
    right: 0;
  }
}
.apartment-explorer__container .apartment-explorer .pop-up .apartment-explorer__header {
  padding: 27px 22px 1rem 22px;
  margin: 0;
  border-bottom: 1px solid #E5E5E5;
  flex-shrink: 0;
  background-color: white;
  z-index: 1;
}
.apartment-explorer__container .apartment-explorer .pop-up .apartment-explorer__header h3 {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  color: #E7304B;
  font-size: 24px;
  font-weight: 500;
}
.apartment-explorer__container .apartment-explorer .pop-up .apartment-explorer__body {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: rgb(246, 247, 242);
}
@media print, screen and (max-width: 47.99875em) {
  .apartment-explorer__container .apartment-explorer .pop-up .apartment-explorer__body {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 64em) {
  .apartment-explorer__container .apartment-explorer .pop-up .apartment-explorer__body {
    position: relative;
    padding-bottom: 0;
  }
}
.apartment-explorer__container .apartment-explorer .pop-up .apartment-explorer__swiper-and-details {
  display: flex;
  padding: 0 22px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3rem;
  flex-shrink: 0;
  background-color: white;
}
@media print, screen and (max-width: 47.99875em) {
  .apartment-explorer__container .apartment-explorer .pop-up .apartment-explorer__swiper-and-details {
    padding: 0 10px;
    padding-top: 3rem;
  }
}
@media screen and (min-width: 64em) {
  .apartment-explorer__container .apartment-explorer .pop-up .apartment-explorer__swiper-and-details {
    flex-direction: row;
    align-items: flex-start;
    gap: 2rem;
    padding: 3rem 22px;
  }
}
.apartment-explorer__container .apartment-explorer .pop-up .apartment-explorer--swiper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 64em) {
  .apartment-explorer__container .apartment-explorer .pop-up .apartment-explorer--swiper {
    width: 50%;
    flex: 1;
  }
}
.apartment-explorer__container .apartment-explorer .pop-up .apartment-explorer--swiper .swiper-container {
  position: relative;
  width: 100%;
  overflow: visible;
}
.apartment-explorer__container .apartment-explorer .pop-up .apartment-explorer--swiper .swiper-wrapper {
  width: 100%;
}
@media print, screen and (max-width: 39.99875em) {
  .apartment-explorer__container .apartment-explorer .pop-up .apartment-explorer--swiper .swiper-controls {
    display: none !important;
  }
}
.apartment-explorer__container .apartment-explorer .pop-up .apartment-explorer--swiper .swiper-slide {
  width: 100%;
  height: auto;
}
.apartment-explorer__container .apartment-explorer .pop-up .apartment-explorer--swiper .swiper-image-wrapper {
  border: 1px solid #E5E5E5;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  display: block;
  flex-shrink: 0;
  box-sizing: border-box;
  aspect-ratio: 4/5;
  height: auto;
}
@media print, screen and (max-width: 39.99875em) {
  .apartment-explorer__container .apartment-explorer .pop-up .apartment-explorer--swiper .swiper-image-wrapper {
    aspect-ratio: 4/5 !important;
    height: auto !important;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .apartment-explorer__container .apartment-explorer .pop-up .apartment-explorer--swiper .swiper-image-wrapper {
    aspect-ratio: 4/5 !important;
    height: auto !important;
  }
}
.apartment-explorer__container .apartment-explorer .pop-up .apartment-explorer--swiper .swiper-image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 0.4s ease;
  display: block;
  max-width: 100%;
  box-sizing: border-box;
}
@media print, screen and (max-width: 47.99875em) {
  .apartment-explorer__container .apartment-explorer .pop-up .apartment-explorer--swiper .swiper-image-wrapper img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
  }
}
.apartment-explorer__container .apartment-explorer .pop-up .apartment-explorer__nav-and-consultants {
  background-color: rgb(246, 247, 242);
  margin-bottom: 0;
  padding: 1rem 0px;
  padding-bottom: 1rem;
  border-bottom-left-radius: 8px;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  visibility: visible;
  overflow: visible;
}
@media print, screen and (max-width: 39.99875em) {
  .apartment-explorer__container .apartment-explorer .pop-up .apartment-explorer__nav-and-consultants {
    position: relative;
  }
}
@media screen and (min-width: 64em) {
  .apartment-explorer__container .apartment-explorer .pop-up .apartment-explorer__nav-and-consultants {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.apartment-explorer__container .apartment-explorer .pop-up .apartment-explorer__nav-and-consultants .next-and-previous-buttons {
  position: absolute;
  bottom: 2rem;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
  padding: 0 2rem;
}
@media print, screen and (max-width: 39.99875em) {
  .apartment-explorer__container .apartment-explorer .pop-up .apartment-explorer__nav-and-consultants .next-and-previous-buttons {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 48px;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .apartment-explorer__container .apartment-explorer .pop-up .apartment-explorer__nav-and-consultants .next-and-previous-buttons .button {
    margin: 0;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.apartment-explorer__container .apartment-explorer .pop-up .apartment-explorer__nav-and-consultants .next-and-previous-buttons .c-btn--bg-lightred {
  min-width: 8rem;
  text-align: center;
}
@media screen and (min-width: 64em) {
  .apartment-explorer__container .apartment-explorer .pop-up .apartment-explorer__nav-and-consultants .next-and-previous-buttons .c-btn--bg-lightred {
    padding: 0.5625rem 0px;
  }
}
.apartment-explorer__container .apartment-explorer .pop-up .apartment-explorer__nav-and-consultants .c-card__photoContainer {
  margin-bottom: 2rem;
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
  gap: 1rem;
  padding: 0 22px;
  overflow: visible;
  min-height: 0;
}
.apartment-explorer__container .apartment-explorer .pop-up .apartment-explorer__nav-and-consultants .c-card__photoContainer .consultants-carousel {
  flex: 1 1 100%;
  min-width: 0;
  overflow: visible;
}
@media print, screen and (max-width: 39.99875em) {
  .apartment-explorer__container .apartment-explorer .pop-up .apartment-explorer__nav-and-consultants .c-card__photoContainer {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 64em) {
  .apartment-explorer__container .apartment-explorer .pop-up .apartment-explorer__nav-and-consultants .c-card__photoContainer {
    margin-bottom: 1rem;
    margin-top: 0.5rem;
  }
}
.apartment-explorer__container .apartment-explorer .pop-up .apartment-explorer__nav-and-consultants .c-card__photoContainer p {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 1.25rem;
  color: #333E47;
}
.apartment-explorer__container .apartment-explorer .pop-up .apartment-explorer__nav-and-consultants .c-card__photoContainer .c-card-horizontal {
  margin: 0;
  width: 280px;
  max-width: 280px;
  height: 112px;
  background: white;
}
.apartment-explorer__container .apartment-explorer .pop-up .apartment-explorer__nav-and-consultants .c-card__photoContainer .c-card-horizontal .c-card__photo {
  border: none;
  width: 112px;
  height: 112px;
  min-width: 112px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.apartment-explorer__container .apartment-explorer .pop-up .apartment-explorer__nav-and-consultants .c-card__photoContainer .c-card-horizontal .c-card__details {
  background: white;
  width: 60%;
  padding: 0.5rem 1.25rem;
  color: #333E47;
}
.apartment-explorer__container .apartment-explorer .pop-up .apartment-explorer__nav-and-consultants .c-card__photoContainer .c-card-horizontal .c-card__name {
  font-size: 16px;
  font-weight: bold;
  color: #333E47;
  margin-bottom: 0rem;
}
.apartment-explorer__container .apartment-explorer .pop-up .apartment-explorer__nav-and-consultants .c-card__photoContainer .c-card-horizontal .c-card__contact {
  margin-top: 1rem;
}
.apartment-explorer__container .apartment-explorer .pop-up .apartment-explorer__nav-and-consultants .c-card__photoContainer .c-card-horizontal .c-card__icon {
  margin-bottom: 0.75rem;
  color: #333E47;
  font-size: 15px;
}
.apartment-explorer__container .apartment-explorer .pop-up .apartment-explorer__nav-and-consultants .c-card__photoContainer .c-card-horizontal .c-card__icon a {
  color: #333E47;
}
.apartment-explorer__container .apartment-explorer .pop-up .apartment-explorer__nav-and-consultants .c-card__photoContainer .c-card-horizontal .c-card__icon .fas {
  color: #333E47;
  padding-right: 0.75rem;
  font-size: 18px;
}
.apartment-explorer__container .apartment-explorer .pop-up .apartment-explorer__nav-and-consultants .c-card__photoContainer .c-card-horizontal .c-card__icon span {
  color: #333E47;
  font-size: 15px;
}
.apartment-explorer__container .apartment-explorer .pop-up .apartment-explorer__nav-and-consultants .c-card__photoContainer .consultants-carousel {
  width: 100%;
}
@media screen and (min-width: 64em) {
  .apartment-explorer__container .apartment-explorer .pop-up .apartment-explorer__nav-and-consultants .c-card__photoContainer .consultants-carousel.consultants-carousel--few .consultants-swiper-container {
    padding-bottom: 0;
  }
  .apartment-explorer__container .apartment-explorer .pop-up .apartment-explorer__nav-and-consultants .c-card__photoContainer .consultants-carousel.consultants-carousel--few .consultants-swiper-container .consultants-pagination {
    display: none;
  }
}
.apartment-explorer__container .apartment-explorer .pop-up .apartment-explorer__nav-and-consultants .c-card__photoContainer .consultants-carousel .consultants-swiper-container {
  position: relative;
  padding-bottom: 50px;
  overflow: visible;
  min-height: 0;
}
.apartment-explorer__container .apartment-explorer .pop-up .apartment-explorer__nav-and-consultants .c-card__photoContainer .consultants-carousel .consultants-swiper-container .swiper-slide {
  height: auto;
  display: flex;
  justify-content: center;
  width: auto;
  min-height: 0;
}
.apartment-explorer__container .apartment-explorer .pop-up .apartment-explorer__nav-and-consultants .c-card__photoContainer .consultants-carousel .consultants-swiper-container .swiper-slide .c-card-horizontal {
  margin: 0 auto;
}
.apartment-explorer__container .apartment-explorer .pop-up .apartment-explorer__nav-and-consultants .c-card__photoContainer .consultants-carousel .consultants-swiper-container .consultants-pagination {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
}
.apartment-explorer__container .apartment-explorer .pop-up .apartment-explorer__nav-and-consultants .c-card__photoContainer .consultants-carousel .consultants-swiper-container .consultants-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #E5E5E5;
  opacity: 1;
}
.apartment-explorer__container .apartment-explorer .pop-up .apartment-explorer__nav-and-consultants .c-card__photoContainer .consultants-carousel .consultants-swiper-container .consultants-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgb(231, 48, 75);
}
.apartment-explorer__container .apartment-explorer .pop-up .apartment-explorer__nav-and-consultants .c-card__photoContainer .consultants-carousel .consultants-swiper-container .consultants-button-prev,
.apartment-explorer__container .apartment-explorer .pop-up .apartment-explorer__nav-and-consultants .c-card__photoContainer .consultants-carousel .consultants-swiper-container .consultants-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  margin: 0;
  background: white;
  border: 1px solid rgb(231, 48, 75);
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  color: rgb(231, 48, 75);
  transition: background-color 0.3s ease, color 0.3s ease;
  z-index: 10;
}
.apartment-explorer__container .apartment-explorer .pop-up .apartment-explorer__nav-and-consultants .c-card__photoContainer .consultants-carousel .consultants-swiper-container .consultants-button-prev:hover:not(.swiper-button-disabled),
.apartment-explorer__container .apartment-explorer .pop-up .apartment-explorer__nav-and-consultants .c-card__photoContainer .consultants-carousel .consultants-swiper-container .consultants-button-next:hover:not(.swiper-button-disabled) {
  background-color: rgb(231, 48, 75);
  color: white;
}
.apartment-explorer__container .apartment-explorer .pop-up .apartment-explorer__nav-and-consultants .c-card__photoContainer .consultants-carousel .consultants-swiper-container .consultants-button-prev.swiper-button-disabled,
.apartment-explorer__container .apartment-explorer .pop-up .apartment-explorer__nav-and-consultants .c-card__photoContainer .consultants-carousel .consultants-swiper-container .consultants-button-next.swiper-button-disabled {
  opacity: 1;
  cursor: not-allowed;
  border-color: #E5E5E5;
  color: #E5E5E5;
}
.apartment-explorer__container .apartment-explorer .pop-up .apartment-explorer__nav-and-consultants .c-card__photoContainer .consultants-carousel .consultants-swiper-container .consultants-button-prev:after,
.apartment-explorer__container .apartment-explorer .pop-up .apartment-explorer__nav-and-consultants .c-card__photoContainer .consultants-carousel .consultants-swiper-container .consultants-button-next:after {
  display: none;
}
.apartment-explorer__container .apartment-explorer .pop-up .apartment-explorer__nav-and-consultants .c-card__photoContainer .consultants-carousel .consultants-swiper-container .consultants-button-prev svg,
.apartment-explorer__container .apartment-explorer .pop-up .apartment-explorer__nav-and-consultants .c-card__photoContainer .consultants-carousel .consultants-swiper-container .consultants-button-next svg {
  display: block;
  width: 34px;
  height: 34px;
}
.apartment-explorer__container .apartment-explorer .pop-up .apartment-explorer__nav-and-consultants .c-card__photoContainer .consultants-carousel .consultants-swiper-container .consultants-button-prev {
  left: -60px;
}
.apartment-explorer__container .apartment-explorer .pop-up .apartment-explorer__nav-and-consultants .c-card__photoContainer .consultants-carousel .consultants-swiper-container .consultants-button-next {
  right: -60px;
}
.apartment-explorer__container .apartment-explorer .pop-up .apartment-explorer__details {
  font-size: 14px;
  width: 100%;
}
@media print, screen and (max-width: 47.99875em) {
  .apartment-explorer__container .apartment-explorer .pop-up .apartment-explorer__details {
    position: relative;
    padding-bottom: 80px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .apartment-explorer__container .apartment-explorer .pop-up .apartment-explorer__details {
    padding-bottom: 0px !important;
  }
}
@media screen and (min-width: 64em) {
  .apartment-explorer__container .apartment-explorer .pop-up .apartment-explorer__details {
    width: 50%;
    flex: 1;
    padding-bottom: 0;
  }
}
.apartment-explorer__container .apartment-explorer .pop-up .apartment-explorer__details .details-top-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  margin-bottom: 1.5rem;
}
.apartment-explorer__container .apartment-explorer .pop-up .apartment-explorer__details .price-status-row {
  gap: 1rem;
  flex-shrink: 0;
}
.apartment-explorer__container .apartment-explorer .pop-up .apartment-explorer__details .price-status .price {
  color: #E7304B;
  font-size: 25px;
  font-weight: 700;
  line-height: 130%;
}
.apartment-explorer__container .apartment-explorer .pop-up .apartment-explorer__details .status-badge {
  float: right;
  margin-top: 0.5rem;
  display: inline-block;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  text-transform: capitalize;
  white-space: nowrap;
}
.apartment-explorer__container .apartment-explorer .pop-up .apartment-explorer__details .status-badge--selling {
  background-color: #5A7D32;
  color: white;
}
.apartment-explorer__container .apartment-explorer .pop-up .apartment-explorer__details .status-badge--sold {
  background-color: #971A2D;
  color: white;
}
.apartment-explorer__container .apartment-explorer .pop-up .apartment-explorer__details .status-badge--under-contract {
  background-color: #FD823C;
  color: white;
}
.apartment-explorer__container .apartment-explorer .pop-up .apartment-explorer__details .status-badge--coming-soon {
  background-color: #a78aa7;
  color: white;
}
.apartment-explorer__container .apartment-explorer .pop-up .apartment-explorer__details .apartment-specs {
  flex: 1;
}
.apartment-explorer__container .apartment-explorer .pop-up .apartment-explorer__details .apartment-specs p {
  margin-bottom: 0.5rem;
  font-size: 14px;
}
.apartment-explorer__container .apartment-explorer .pop-up .apartment-explorer__details .description {
  margin-top: 10px;
}
.apartment-explorer__container .apartment-explorer .pop-up .apartment-explorer__details .button-container {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  flex-shrink: 0;
  padding: 0;
  margin-top: 2rem;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
@media print, screen and (max-width: 47.99875em) {
  .apartment-explorer__container .apartment-explorer .pop-up .apartment-explorer__details .button-container {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    flex-direction: row;
    margin-top: 0;
    margin-bottom: 0;
    padding: 1rem 22px;
    background-color: white;
    border-top: 1px solid #E5E5E5;
    z-index: 10004 !important;
    width: 100%;
    min-height: 70px;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
@media screen and (min-width: 64em) {
  .apartment-explorer__container .apartment-explorer .pop-up .apartment-explorer__details .button-container {
    flex-direction: row;
    position: relative !important;
    margin-top: 2rem;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
  }
}
@media screen and (min-width: 68.75em) {
  .apartment-explorer__container .apartment-explorer .pop-up .apartment-explorer__details .button-container {
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
  }
}
.apartment-explorer__container .apartment-explorer .pop-up .apartment-explorer__details .button-container .button {
  padding: 13px;
  flex: 1;
  text-align: center;
}
.apartment-explorer__container .apartment-explorer .pop-up .apartment-explorer__details .button-container .download {
  background: white;
  border: 1px solid #E7304B;
  color: #E7304B;
}
.apartment-explorer__container .apartment-explorer .pop-up .apartment-explorer__details .button-container .download:hover {
  background: #E7304B;
  color: white;
}
.apartment-explorer__container .apartment-explorer .pop-up .close {
  z-index: 1;
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media screen and (min-width: 64em) {
  .apartment-explorer__container .apartment-explorer .pop-up .close {
    top: 1.5rem;
    right: 2rem;
  }
}
.apartment-explorer__container .apartment-explorer .pop-up .close:hover {
  color: #E7304B;
}
.apartment-explorer__container .apartment-explorer .pop-up .close .close-btn {
  display: block;
  width: 43px;
  height: 38px;
  color: #333E47;
  transition: color 0.3s ease;
}
@media screen and (min-width: 64em) {
  .apartment-explorer__container .apartment-explorer .pop-up .close {
    display: block !important;
  }
}
.apartment-explorer__container .apartment-explorer .show-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10001;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.apartment-explorer__container .apartment-explorer--swiper {
  width: 50%;
  margin-bottom: 1.5rem !important;
}
@media print, screen and (max-width: 39.99875em) {
  .apartment-explorer__container .apartment-explorer--swiper {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 47.99875em) {
  .apartment-explorer__container .apartment-explorer--swiper {
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .apartment-explorer__container .apartment-explorer--swiper {
    width: 60%;
    margin-bottom: 0;
  }
}
.apartment-explorer__container .apartment-explorer--swiper .swiper-container {
  text-align: center;
  height: 100%;
}
.apartment-explorer__container .apartment-explorer--swiper .swiper-container .swiper-slide {
  position: relative;
  padding: 0;
  margin: 0;
  width: auto;
  height: auto;
  display: flex;
  align-items: stretch;
  align-self: stretch;
}
@media screen and (min-width: 64em) {
  .apartment-explorer__container .apartment-explorer--swiper .swiper-container .swiper-slide {
    padding-top: 0;
  }
}
.apartment-explorer__container .apartment-explorer--swiper .swiper-container .swiper-slide .zoom {
  position: absolute;
  top: 37px;
  left: 50%;
  min-width: 144px;
  transform: translate(-50%, -50%);
  z-index: 20;
  border-color: rgb(198, 29, 47);
  color: rgb(198, 29, 47);
  font-weight: normal;
  background-color: white;
  transition: color 0.4s ease, opacity 0.4s ease;
}
.apartment-explorer__container .apartment-explorer--swiper .swiper-container .swiper-slide .zoom:hover {
  color: #000;
  border-color: #000;
}
.apartment-explorer__container .apartment-explorer--swiper .swiper-container .swiper-slide .zoom:hover svg {
  color: #000;
}
@media screen and (min-width: 64em) {
  .apartment-explorer__container .apartment-explorer--swiper .swiper-container .swiper-slide .zoom {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
  }
}
.apartment-explorer__container .apartment-explorer--swiper .swiper-container .swiper-slide .zoom svg {
  color: rgb(198, 29, 47);
  transition: color 0.4s ease;
}
.apartment-explorer__container .apartment-explorer--swiper .swiper-container .swiper-slide .zoom:hover {
  color: #000;
  border-color: #000;
}
.apartment-explorer__container .apartment-explorer--swiper .swiper-container .swiper-slide .zoom_inner {
  display: flex;
  align-items: center;
}
.apartment-explorer__container .apartment-explorer--swiper .swiper-container .swiper-slide .icons_magnify {
  display: inline-block;
  margin-top: 2px;
}
.apartment-explorer__container .apartment-explorer--swiper .swiper-container .swiper-slide .zoom-cover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 30;
  width: 100%;
  height: 100%;
  display: none;
}
@media screen and (min-width: 64em) {
  .apartment-explorer__container .apartment-explorer--swiper .swiper-container .swiper-slide .zoom-cover {
    display: block;
  }
}
.apartment-explorer__container .apartment-explorer--swiper .swiper-container .swiper-slide .zoom-cover:hover + .zoom {
  opacity: 100;
}
.apartment-explorer__container .apartment-explorer--swiper .swiper-container .swiper-slide .zoom-cover:hover + .zoom + img {
  opacity: 0.4;
}
.apartment-explorer__container .apartment-explorer--swiper .swiper-container .swiper-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 10;
  gap: 3rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.apartment-explorer__container .apartment-explorer--swiper .swiper-container .swiper-pagination-progress {
  flex: 1;
  height: 2px;
  background-color: #E5E5E5;
  position: relative;
  display: none;
}
@media screen and (min-width: 64em) {
  .apartment-explorer__container .apartment-explorer--swiper .swiper-container .swiper-pagination-progress {
    display: block;
  }
}
.apartment-explorer__container .apartment-explorer--swiper .swiper-container .swiper-pagination-progress .swiper-pagination-progressbar {
  background-color: rgb(231, 48, 75);
  height: 100%;
  transition: width 0.3s ease;
}
.apartment-explorer__container .apartment-explorer--swiper .swiper-container .swiper-pagination-progress .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: rgb(231, 48, 75) !important;
}
.apartment-explorer__container .apartment-explorer--swiper .swiper-container .swiper-pagination-progress .swiper-pagination-progressbar-fill {
  background-color: rgb(231, 48, 75) !important;
}
.apartment-explorer__container .apartment-explorer--swiper .swiper-container .swiper-buttons {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.apartment-explorer__container .apartment-explorer--swiper .swiper-container .swiper-button-next,
.apartment-explorer__container .apartment-explorer--swiper .swiper-container .swiper-button-prev {
  height: 44px;
  width: 44px;
  margin: 0;
  position: relative;
  transform: none;
  background: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  color: rgb(231, 48, 75);
  transition: background-color 0.3s ease, color 0.3s ease;
}
.apartment-explorer__container .apartment-explorer--swiper .swiper-container .swiper-button-next:hover:not(.swiper-button-disabled),
.apartment-explorer__container .apartment-explorer--swiper .swiper-container .swiper-button-prev:hover:not(.swiper-button-disabled) {
  background-color: rgb(231, 48, 75);
  color: white;
}
.apartment-explorer__container .apartment-explorer--swiper .swiper-container .swiper-button-next.swiper-button-disabled,
.apartment-explorer__container .apartment-explorer--swiper .swiper-container .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  cursor: not-allowed;
  border-color: #E5E5E5;
  color: #E5E5E5;
}
.apartment-explorer__container .apartment-explorer--swiper .swiper-container .swiper-button-next:after,
.apartment-explorer__container .apartment-explorer--swiper .swiper-container .swiper-button-prev:after {
  display: none;
}
.apartment-explorer__container .apartment-explorer--swiper .swiper-container .swiper-button-next svg,
.apartment-explorer__container .apartment-explorer--swiper .swiper-container .swiper-button-prev svg {
  display: block;
  width: 44px;
  height: 44px;
}
.apartment-explorer__container .apartment-explorer--swiper .swiper-container .swiper-button-next {
  border-color: rgb(231, 48, 75);
}
.apartment-explorer__container .apartment-explorer--swiper .swiper-container .swiper-button-prev {
  border-color: rgb(231, 48, 75);
}
.apartment-explorer__container .floorplan-btn-container {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
  padding-bottom: 0;
  border-bottom: 2px solid #B3B3B3;
}
@media screen and (min-width: 64em) {
  .apartment-explorer__container .floorplan-btn-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
  }
}
.apartment-explorer__container .floorplan-btn-container .floor-buttons {
  display: flex;
  align-items: flex-end;
  gap: 0;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  width: 100%;
}
@media screen and (min-width: 64em) {
  .apartment-explorer__container .floorplan-btn-container .floor-buttons {
    width: auto;
    overflow: visible;
  }
}
.apartment-explorer__container .floorplan-btn-container .floor-buttons::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}
.apartment-explorer__container .floorplan-btn-container .floor-btn {
  background: none;
  border: none;
  padding: 0.5rem 0rem;
  padding-bottom: 0.75rem;
  cursor: pointer;
  font-size: 14px;
  color: #71757A;
  position: relative;
  transition: color 0.3s ease, font-weight 0.3s ease;
  margin-bottom: -2px;
  margin-right: 1.25rem;
  overflow: visible;
  white-space: nowrap;
  flex-shrink: 0;
}
@media screen and (min-width: 64em) {
  .apartment-explorer__container .floorplan-btn-container .floor-btn {
    font-size: 16px;
    margin-right: 2.5rem;
  }
}
.apartment-explorer__container .floorplan-btn-container .floor-btn:hover {
  color: #000;
}
.apartment-explorer__container .floorplan-btn-container .floor-btn::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  right: 50%;
  height: 2px;
  background-color: #E7304B;
  z-index: 2;
  transition: left 0.3s ease, right 0.3s ease, background-color 0.3s ease;
}
.apartment-explorer__container .floorplan-btn-container .floor-btn.active {
  color: #000;
  font-weight: 500;
}
.apartment-explorer__container .floorplan-btn-container .floor-btn.active::after {
  left: 0;
  right: 0;
  background-color: #E7304B;
  animation: slideIn 0.3s ease-out;
}
@keyframes slideIn {
  from {
    left: 50%;
    right: 50%;
  }
  to {
    left: 0;
    right: 0;
  }
}
.apartment-explorer__container .floorplan-btn-container .view-buttons {
  display: none;
}
@media screen and (min-width: 64em) {
  .apartment-explorer__container .floorplan-btn-container .view-buttons {
    display: flex;
    align-items: center;
    gap: 0;
    margin-bottom: 6px;
    width: auto;
    margin-left: auto;
  }
}
.apartment-explorer__container .floorplan-btn-container .view-buttons .view-btn {
  background: white;
  border: none;
  padding: 0.5rem 0.75rem;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s;
  border-radius: 2px;
}
@media screen and (min-width: 64em) {
  .apartment-explorer__container .floorplan-btn-container .view-buttons .view-btn {
    padding: 0.5rem 0.5rem;
  }
}
.apartment-explorer__container .floorplan-btn-container .view-buttons .view-btn__text {
  font-size: 14px;
  font-weight: 500;
  color: #71757A;
  transition: color 0.3s;
}
@media screen and (min-width: 64em) {
  .apartment-explorer__container .floorplan-btn-container .view-buttons .view-btn__text {
    font-size: 16px;
  }
}
.apartment-explorer__container .floorplan-btn-container .view-buttons .view-btn__icon {
  transition: all 0.3s;
  color: #71757A;
  flex-shrink: 0;
}
.apartment-explorer__container .floorplan-btn-container .view-buttons .view-btn:first-child .view-btn__icon {
  width: 13px;
  height: 15px;
}
.apartment-explorer__container .floorplan-btn-container .view-buttons .view-btn:last-child .view-btn__icon {
  width: 14px;
  height: 10px;
}
.apartment-explorer__container .floorplan-btn-container .view-buttons .view-btn:hover:not(.active) {
  background: #F5F5F5;
}
.apartment-explorer__container .floorplan-btn-container .view-buttons .view-btn.active {
  background: #303E48;
  color: white;
}
.apartment-explorer__container .floorplan-btn-container .view-buttons .view-btn.active .view-btn__text {
  color: white;
}
.apartment-explorer__container .floorplan-btn-container .view-buttons .view-btn.active .view-btn__icon {
  color: white;
}
.apartment-explorer__container .floorplan-btn-container .view-buttons .view-btn.active:hover {
  background: #303E48;
}
.apartment-explorer__container .floorplan-view-container.hidden {
  display: none;
}
.apartment-explorer__container .floorplan-view-container .floorplan {
  position: relative;
}
.apartment-explorer__container .floorplan-view-container .floorplan.hidden {
  display: none;
}
.apartment-explorer__container .floorplan-view-container .floorplan .c-floorplan__img {
  transition: all 0.5s;
}
.apartment-explorer__container .floorplan-view-container .floorplan svg {
  position: absolute;
  top: 0;
  left: 0;
}
.apartment-explorer__container .floorplan-view-container .floorplan svg polygon {
  transition: all 0.5s;
  fill: rgba(236, 89, 111, 0);
  animation: 1s appearOpacity linear forwards;
  cursor: pointer;
}
.apartment-explorer__container .floorplan-view-container .floorplan svg polygon.selling-now.hover, .apartment-explorer__container .floorplan-view-container .floorplan svg polygon.selling-fast.hover, .apartment-explorer__container .floorplan-view-container .floorplan svg polygon.ready-now.hover {
  fill: #5A7D32;
  fill-opacity: 0.2;
}
.apartment-explorer__container .floorplan-view-container .floorplan svg polygon.selling-now.hover + circle, .apartment-explorer__container .floorplan-view-container .floorplan svg polygon.selling-fast.hover + circle, .apartment-explorer__container .floorplan-view-container .floorplan svg polygon.ready-now.hover + circle {
  fill: white;
}
.apartment-explorer__container .floorplan-view-container .floorplan svg polygon.selling-now.hover + circle + text, .apartment-explorer__container .floorplan-view-container .floorplan svg polygon.selling-fast.hover + circle + text, .apartment-explorer__container .floorplan-view-container .floorplan svg polygon.ready-now.hover + circle + text {
  fill: black;
}
.apartment-explorer__container .floorplan-view-container .floorplan svg polygon.selling-now.hover + circle + text .info-price, .apartment-explorer__container .floorplan-view-container .floorplan svg polygon.selling-fast.hover + circle + text .info-price, .apartment-explorer__container .floorplan-view-container .floorplan svg polygon.ready-now.hover + circle + text .info-price {
  display: block;
}
.apartment-explorer__container .floorplan-view-container .floorplan svg polygon.selling-now.hover + circle + text .info-bedroom, .apartment-explorer__container .floorplan-view-container .floorplan svg polygon.selling-fast.hover + circle + text .info-bedroom, .apartment-explorer__container .floorplan-view-container .floorplan svg polygon.ready-now.hover + circle + text .info-bedroom {
  display: none;
}
.apartment-explorer__container .floorplan-view-container .floorplan svg polygon.selling-now.hover + circle + text + image, .apartment-explorer__container .floorplan-view-container .floorplan svg polygon.selling-fast.hover + circle + text + image, .apartment-explorer__container .floorplan-view-container .floorplan svg polygon.ready-now.hover + circle + text + image {
  display: none;
}
.apartment-explorer__container .floorplan-view-container .floorplan svg polygon.selling-now.hover.hideprice + circle, .apartment-explorer__container .floorplan-view-container .floorplan svg polygon.selling-fast.hover.hideprice + circle, .apartment-explorer__container .floorplan-view-container .floorplan svg polygon.ready-now.hover.hideprice + circle {
  fill: #5A7D32 !important;
}
.apartment-explorer__container .floorplan-view-container .floorplan svg polygon.selling-now.hover.hideprice + circle + text, .apartment-explorer__container .floorplan-view-container .floorplan svg polygon.selling-fast.hover.hideprice + circle + text, .apartment-explorer__container .floorplan-view-container .floorplan svg polygon.ready-now.hover.hideprice + circle + text {
  fill: white;
}
.apartment-explorer__container .floorplan-view-container .floorplan svg polygon.selling-now.hover.hideprice + circle + text .info-price, .apartment-explorer__container .floorplan-view-container .floorplan svg polygon.selling-fast.hover.hideprice + circle + text .info-price, .apartment-explorer__container .floorplan-view-container .floorplan svg polygon.ready-now.hover.hideprice + circle + text .info-price {
  display: none;
}
.apartment-explorer__container .floorplan-view-container .floorplan svg polygon.selling-now.hover.hideprice + circle + text .info-bedroom, .apartment-explorer__container .floorplan-view-container .floorplan svg polygon.selling-fast.hover.hideprice + circle + text .info-bedroom, .apartment-explorer__container .floorplan-view-container .floorplan svg polygon.ready-now.hover.hideprice + circle + text .info-bedroom {
  display: block;
}
.apartment-explorer__container .floorplan-view-container .floorplan svg polygon.selling-now.hover.hideprice + circle + text + image, .apartment-explorer__container .floorplan-view-container .floorplan svg polygon.selling-fast.hover.hideprice + circle + text + image, .apartment-explorer__container .floorplan-view-container .floorplan svg polygon.ready-now.hover.hideprice + circle + text + image {
  display: block;
}
.apartment-explorer__container .floorplan-view-container .floorplan svg polygon.under-contract.hover {
  fill: #FD823C;
  fill-opacity: 0.2;
}
.apartment-explorer__container .floorplan-view-container .floorplan svg polygon.under-contract.hover + circle {
  fill: white;
}
.apartment-explorer__container .floorplan-view-container .floorplan svg polygon.under-contract.hover + circle + text {
  fill: black;
}
.apartment-explorer__container .floorplan-view-container .floorplan svg polygon.under-contract.hover + circle + text .info-price {
  display: block;
}
.apartment-explorer__container .floorplan-view-container .floorplan svg polygon.under-contract.hover + circle + text .info-bedroom {
  display: none;
}
.apartment-explorer__container .floorplan-view-container .floorplan svg polygon.under-contract.hover + circle + text + image {
  display: none;
}
.apartment-explorer__container .floorplan-view-container .floorplan svg polygon.under-contract.hover.hideprice + circle {
  fill: #FD823C !important;
}
.apartment-explorer__container .floorplan-view-container .floorplan svg polygon.under-contract.hover.hideprice + circle + text {
  fill: white;
}
.apartment-explorer__container .floorplan-view-container .floorplan svg polygon.under-contract.hover.hideprice + circle + text .info-price {
  display: none;
}
.apartment-explorer__container .floorplan-view-container .floorplan svg polygon.under-contract.hover.hideprice + circle + text .info-bedroom {
  display: block;
}
.apartment-explorer__container .floorplan-view-container .floorplan svg polygon.under-contract.hover.hideprice + circle + text + image {
  display: block;
}
.apartment-explorer__container .floorplan-view-container .floorplan svg polygon.coming-soon.hover, .apartment-explorer__container .floorplan-view-container .floorplan svg polygon.under-construction.hover {
  fill: #a78aa7;
  fill-opacity: 0.2;
}
.apartment-explorer__container .floorplan-view-container .floorplan svg polygon.coming-soon.hover + circle, .apartment-explorer__container .floorplan-view-container .floorplan svg polygon.under-construction.hover + circle {
  fill: white;
}
.apartment-explorer__container .floorplan-view-container .floorplan svg polygon.coming-soon.hover + circle + text, .apartment-explorer__container .floorplan-view-container .floorplan svg polygon.under-construction.hover + circle + text {
  fill: black;
}
.apartment-explorer__container .floorplan-view-container .floorplan svg polygon.coming-soon.hover + circle + text .info-price, .apartment-explorer__container .floorplan-view-container .floorplan svg polygon.under-construction.hover + circle + text .info-price {
  display: block;
}
.apartment-explorer__container .floorplan-view-container .floorplan svg polygon.coming-soon.hover + circle + text .info-bedroom, .apartment-explorer__container .floorplan-view-container .floorplan svg polygon.under-construction.hover + circle + text .info-bedroom {
  display: none;
}
.apartment-explorer__container .floorplan-view-container .floorplan svg polygon.coming-soon.hover + circle + text + image, .apartment-explorer__container .floorplan-view-container .floorplan svg polygon.under-construction.hover + circle + text + image {
  display: none;
}
.apartment-explorer__container .floorplan-view-container .floorplan svg polygon.coming-soon.hover.hideprice + circle, .apartment-explorer__container .floorplan-view-container .floorplan svg polygon.under-construction.hover.hideprice + circle {
  fill: #a78aa7 !important;
}
.apartment-explorer__container .floorplan-view-container .floorplan svg polygon.coming-soon.hover.hideprice + circle + text, .apartment-explorer__container .floorplan-view-container .floorplan svg polygon.under-construction.hover.hideprice + circle + text {
  fill: white;
}
.apartment-explorer__container .floorplan-view-container .floorplan svg polygon.coming-soon.hover.hideprice + circle + text .info-price, .apartment-explorer__container .floorplan-view-container .floorplan svg polygon.under-construction.hover.hideprice + circle + text .info-price {
  display: none;
}
.apartment-explorer__container .floorplan-view-container .floorplan svg polygon.coming-soon.hover.hideprice + circle + text .info-bedroom, .apartment-explorer__container .floorplan-view-container .floorplan svg polygon.under-construction.hover.hideprice + circle + text .info-bedroom {
  display: block;
}
.apartment-explorer__container .floorplan-view-container .floorplan svg polygon.coming-soon.hover.hideprice + circle + text + image, .apartment-explorer__container .floorplan-view-container .floorplan svg polygon.under-construction.hover.hideprice + circle + text + image {
  display: block;
}
.apartment-explorer__container .floorplan-view-container .floorplan svg polygon.sold.hover {
  fill: #971A2D;
  fill-opacity: 0.2;
}
.apartment-explorer__container .floorplan-view-container .floorplan svg polygon.sold.hover + circle {
  fill: white;
}
.apartment-explorer__container .floorplan-view-container .floorplan svg polygon.sold.hover + circle + text {
  fill: black;
}
.apartment-explorer__container .floorplan-view-container .floorplan svg polygon.sold.hover + circle + text .info-price {
  display: block;
}
.apartment-explorer__container .floorplan-view-container .floorplan svg polygon.sold.hover + circle + text .info-bedroom {
  display: none;
}
.apartment-explorer__container .floorplan-view-container .floorplan svg polygon.sold.hover + circle + text + image {
  display: none;
}
.apartment-explorer__container .floorplan-view-container .floorplan svg polygon.sold.hover.hideprice + circle {
  fill: #971A2D !important;
}
.apartment-explorer__container .floorplan-view-container .floorplan svg polygon.sold.hover.hideprice + circle + text {
  fill: white;
}
.apartment-explorer__container .floorplan-view-container .floorplan svg polygon.sold.hover.hideprice + circle + text .info-price {
  display: none;
}
.apartment-explorer__container .floorplan-view-container .floorplan svg polygon.sold.hover.hideprice + circle + text .info-bedroom {
  display: block;
}
.apartment-explorer__container .floorplan-view-container .floorplan svg polygon.sold.hover.hideprice + circle + text + image {
  display: block;
}
.apartment-explorer__container .floorplan-view-container .floorplan svg circle {
  cursor: pointer;
}
.apartment-explorer__container .floorplan-view-container .floorplan svg circle.selling-now, .apartment-explorer__container .floorplan-view-container .floorplan svg circle.selling-fast, .apartment-explorer__container .floorplan-view-container .floorplan svg circle.ready-now {
  fill: #5A7D32;
}
.apartment-explorer__container .floorplan-view-container .floorplan svg circle.selling-now.hover, .apartment-explorer__container .floorplan-view-container .floorplan svg circle.selling-fast.hover, .apartment-explorer__container .floorplan-view-container .floorplan svg circle.ready-now.hover {
  fill: white;
}
.apartment-explorer__container .floorplan-view-container .floorplan svg circle.under-contract {
  fill: #FD823C;
}
.apartment-explorer__container .floorplan-view-container .floorplan svg circle.under-contract.hover {
  fill: white;
}
.apartment-explorer__container .floorplan-view-container .floorplan svg circle.coming-soon, .apartment-explorer__container .floorplan-view-container .floorplan svg circle.under-construction {
  fill: #a78aa7;
}
.apartment-explorer__container .floorplan-view-container .floorplan svg circle.coming-soon.hover, .apartment-explorer__container .floorplan-view-container .floorplan svg circle.under-construction.hover {
  fill: white;
}
.apartment-explorer__container .floorplan-view-container .floorplan svg circle.sold {
  fill: #971A2D;
}
.apartment-explorer__container .floorplan-view-container .floorplan svg circle.sold.hover {
  fill: white;
}
.apartment-explorer__container .floorplan-view-container .floorplan svg text {
  fill: white;
  cursor: pointer;
}
.apartment-explorer__container .floorplan-view-container .floorplan svg text tspan {
  font-weight: 400;
  font-size: 13px;
}
.apartment-explorer__container .floorplan-view-container .floorplan svg text .info-price {
  display: none;
}
.apartment-explorer__container .list-view-container .list-filter {
  display: flex;
  flex-direction: column;
  align-items: left;
  margin-bottom: 2rem;
  justify-content: center;
  font-size: 14px;
}
@media print, screen and (min-width: 40em) {
  .apartment-explorer__container .list-view-container .list-filter {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 64em) {
  .apartment-explorer__container .list-view-container .list-filter {
    flex-direction: row;
    align-items: center;
  }
}
.apartment-explorer__container .list-view-container .list-filter__item:not(:last-child) {
  margin-right: 1rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 64em) {
  .apartment-explorer__container .list-view-container .list-filter__item:not(:last-child) {
    margin-bottom: 0rem;
    margin-right: 1rem;
  }
}
@media screen and (min-width: 68.75em) {
  .apartment-explorer__container .list-view-container .list-filter__item:not(:last-child) {
    margin-right: 2rem;
  }
}
.apartment-explorer__container .list-view-container .list-filter__item--label {
  font-weight: bold;
  margin-right: 0.5rem;
  font-weight: bold;
}
.apartment-explorer__container .list-view-container .checkbox-container {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding-left: 1.5rem;
  padding-right: 1.25rem;
  line-height: unset;
}
.apartment-explorer__container .list-view-container .checkbox-container input {
  position: absolute;
  height: 0;
  width: 0;
  cursor: pointer;
  opacity: 0;
}
.apartment-explorer__container .list-view-container .checkbox-container input:checked ~ .checkmark {
  background-color: #E7304B;
  border: 1px solid #E7304B;
}
.apartment-explorer__container .list-view-container .checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
.apartment-explorer__container .list-view-container .checkbox-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border: 1px solid black;
}
.apartment-explorer__container .list-view-container .checkbox-container .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.apartment-explorer__container .list-view-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.apartment-explorer__container .list-view-container.hidden {
  display: none;
}
.apartment-explorer__container .list-view-container table {
  border-collapse: separate;
  border-spacing: 0 12px;
  width: 100%;
  font-size: 14px;
}
.apartment-explorer__container .list-view-container table * {
  font-size: 14px;
}
.apartment-explorer__container .list-view-container table .bathrooms-col,
.apartment-explorer__container .list-view-container table .carpad-col,
.apartment-explorer__container .list-view-container table .internal-area-col,
.apartment-explorer__container .list-view-container table .external-area-col {
  width: 0.01px;
  max-width: 0.01px;
  height: 0.01px;
  max-height: 0.01px;
  opacity: 0;
  visibility: hidden;
  padding: 0;
}
@media screen and (min-width: 64em) {
  .apartment-explorer__container .list-view-container table .bathrooms-col,
.apartment-explorer__container .list-view-container table .carpad-col,
.apartment-explorer__container .list-view-container table .internal-area-col,
.apartment-explorer__container .list-view-container table .external-area-col {
    opacity: 1;
    visibility: visible;
    width: unset;
    max-width: unset;
    height: unset;
    max-height: unset;
    padding: unset;
  }
}
.apartment-explorer__container .list-view-container table .column-icon {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
}
.apartment-explorer__container .list-view-container table .column-icon img {
  width: auto;
  height: auto;
  margin: 0;
}
.apartment-explorer__container .list-view-container table .unit-title {
  font-weight: 500;
  font-size: 14px;
}
.apartment-explorer__container .list-view-container table .floor-col {
  white-space: nowrap;
  font-size: 14px;
}
.apartment-explorer__container .list-view-container table .bathrooms-col-mobile,
.apartment-explorer__container .list-view-container table .carpad-col-mobile,
.apartment-explorer__container .list-view-container table .floor-col-mobile,
.apartment-explorer__container .list-view-container table .internal-area-col-mobile,
.apartment-explorer__container .list-view-container table .external-area-col-mobile {
  display: none;
}
@media screen and (min-width: 64em) {
  .apartment-explorer__container .list-view-container table .bathrooms-col-mobile,
.apartment-explorer__container .list-view-container table .carpad-col-mobile,
.apartment-explorer__container .list-view-container table .floor-col-mobile,
.apartment-explorer__container .list-view-container table .internal-area-col-mobile,
.apartment-explorer__container .list-view-container table .external-area-col-mobile {
    display: table-cell;
  }
}
.apartment-explorer__container .list-view-container table .status-pill {
  padding: 0;
}
.apartment-explorer__container .list-view-container table .status-badge {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  text-transform: capitalize;
  white-space: nowrap;
}
.apartment-explorer__container .list-view-container table .status-badge--selling {
  background-color: #5A7D32;
  color: white;
}
.apartment-explorer__container .list-view-container table .status-badge--sold {
  background-color: #971A2D;
  color: white;
}
.apartment-explorer__container .list-view-container table .status-badge--under-contract {
  background-color: #FD823C;
  color: white;
}
.apartment-explorer__container .list-view-container table .status-badge--coming-soon {
  background-color: #a78aa7;
  color: white;
}
.apartment-explorer__container .list-view-container table .arrow-col {
  padding: 0;
  position: relative;
}
.apartment-explorer__container .list-view-container table .arrow-col svg {
  display: block;
  position: absolute;
  top: 18px;
  right: 24px;
}
@media print, screen and (max-width: 39.99875em) {
  .apartment-explorer__container .list-view-container table .arrow-col svg {
    right: 15px;
  }
}
.apartment-explorer__container .list-view-container td {
  text-align: left;
  padding: 18px 0 18px 24px;
  cursor: pointer;
  vertical-align: middle;
  font-size: 14px;
}
@media print, screen and (max-width: 39.99875em) {
  .apartment-explorer__container .list-view-container td {
    padding: 18px 0 18px 8px;
  }
}
.apartment-explorer__container .list-view-container td:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.apartment-explorer__container .list-view-container td:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding-right: 24px;
}
@media print, screen and (max-width: 39.99875em) {
  .apartment-explorer__container .list-view-container td:last-child {
    padding-right: 8px;
  }
}
.apartment-explorer__container .list-view-container tr {
  background-color: white;
  position: relative;
  border-radius: 4px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.apartment-explorer__container .list-view-container tr:hover {
  background-color: #333E47;
  color: white;
}
.apartment-explorer__container .list-view-container tr:hover td {
  color: white;
}
.apartment-explorer__container .list-view-container tr:hover .column-icon {
  color: white;
}
.apartment-explorer__container .list-view-container tr:hover .column-icon img {
  filter: brightness(0) invert(1);
}
.apartment-explorer__container .list-view-container tr:hover .unit-title {
  color: white;
}
.apartment-explorer__container .list-view-container tr:hover .floor-col {
  color: white;
}
.apartment-explorer__container .list-view-container tr:hover .arrow-col svg path {
  stroke: white;
}

.c-explorer {
  background-color: #F2F2F2;
}
* + .c-explorer {
  margin-top: 2rem;
}
.c-explorer__title {
  width: 100%;
  height: 50px;
  line-height: 1.25;
  font-size: 0.75rem;
  display: block;
  background-color: #E9E9E9;
  color: #4d4d4d;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  padding: 0 2rem;
}
.c-explorer__content {
  background: #fff;
  padding: 0.5rem 1.25rem;
}
@media print, screen and (min-width: 40em) {
  .c-explorer__content {
    padding: 2rem;
  }
}
.c-explorer__disclaimer {
  color: #999999;
  background: #fff;
  padding: 1rem;
  font-size: 0.85rem;
  font-style: italic;
}
.c-explorer__view-all {
  width: 50px;
  box-sizing: border-box;
  padding: 3px 0;
  float: right;
  text-align: center;
  border: 1px solid #EC596F;
  background-color: #EC596F;
  color: #fff;
}
.c-explorer__view-all:hover {
  background-color: #fff;
  color: #EC596F;
}
@media print, screen and (min-width: 40em) {
  .c-explorer__view-all {
    width: 100px;
  }
}
.c-explorer .floor-level {
  font-size: 18px;
}

.c-floorplan__wrapper {
  position: relative;
  background-color: #fff;
}
.c-floorplan__img {
  width: 100%;
}
.c-floorplan__msg {
  padding: 1.5rem 2rem;
  width: 100%;
}
.c-floorplan svg {
  pointer-events: none;
}
.c-floorplan polygon {
  transition: all 0.75s;
  fill: rgba(236, 89, 111, 0);
  animation: 1s appearOpacity linear forwards;
}
.c-floorplan polygon.hover {
  fill: rgba(236, 89, 111, 0.3);
}
.c-floorplan polygon.click {
  fill: rgba(236, 89, 111, 0.6);
}
.c-floorplan polygon.available {
  stroke: red;
  stroke-width: 5px;
}
@media print, screen and (min-width: 40em) {
  .c-floorplan polygon.available {
    stroke-width: 2.5px;
  }
}
.c-floorplan__svg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.c-floorplan__units {
  background: #fff;
  flex-wrap: nowrap;
  margin-left: 0 !important;
  margin-right: 0 !important;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.c-floorplan__units > .column, .c-floorplan__units > .c-features__card, .c-floorplan__units > .columns {
  flex: 0 0 40%;
}
@media print, screen and (min-width: 40em) {
  .c-floorplan__units {
    flex-wrap: wrap;
    flex: auto;
  }
}
.c-floorplan__detailed-dummy {
  margin-top: 50%;
}
.c-floorplan__detailed {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #fff;
  max-height: 0;
}
.c-floorplan__detailed.active {
  max-height: 650px;
  transition: max-height 0.5s;
}
.c-floorplan__detailed-img, .c-floorplan__detailed-content {
  padding: 1rem;
}
.c-floorplan__detailed-img {
  text-align: center;
}
.c-floorplan__detailed-img img {
  width: auto;
  max-height: 250px;
}
@media print, screen and (min-width: 40em) {
  .c-floorplan__detailed-img img {
    max-height: 600px;
  }
}
.c-floorplan__detailed-btns {
  top: 0;
}

.c-apartment-unit {
  text-align: center;
  padding: 1.75rem 0.25rem 0.75rem;
  color: rgb(51, 62, 71);
  background-color: #fff;
  height: 100%;
  display: block;
  cursor: pointer;
  transition: color 0.75s, background-color 0.75s;
}
.c-apartment-unit--hover, .c-apartment-unit.hover {
  color: #fff;
  background-color: #f392a1;
}
.c-apartment-unit.click, .c-apartment-unit--ready, .c-apartment-unit.selling-now, .c-apartment-unit.ready-now, .c-apartment-unit.available {
  color: #fff;
  background-color: #EC596F;
}
.c-apartment-unit.click .c-apartment-unit__facilities .carpads .carpad-icon-white {
  visibility: visible;
  opacity: 1;
  width: auto;
  margin-left: 8px;
}
.c-apartment-unit.click .c-apartment-unit__facilities .carpads .carpad-icon {
  visibility: hidden;
  opacity: 0;
  width: 0;
  margin-left: 0;
}
.c-apartment-unit--click, .c-apartment-unit:active {
  color: #fff;
  background-color: #df1a37;
  transition: background-color 0.2s;
}
.c-apartment-unit.hover .c-apartment-unit__facilities .carpads .carpad-icon-white {
  visibility: visible;
  opacity: 1;
  width: auto;
  margin-left: 8px;
}
.c-apartment-unit.hover .c-apartment-unit__facilities .carpads .carpad-icon {
  visibility: hidden;
  opacity: 0;
  width: 0;
  margin-left: 0;
}
.c-apartment-unit.selling-now:hover, .c-apartment-unit.ready-now:hover, .c-apartment-unit.available:hover {
  box-shadow: inset 0 0 0 5px #df1a37;
}
.c-apartment-unit__animate {
  position: relative;
  transform: scale(0);
  animation-name: appearScale;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.c-apartment-unit__animate:nth-child(1n) {
  animation-delay: 0s;
}
.c-apartment-unit__animate:nth-child(2n) {
  animation-delay: 0.1s;
}
.c-apartment-unit__animate:nth-child(3n) {
  animation-delay: 0.2s;
}
.c-apartment-unit__animate:nth-child(4n) {
  animation-delay: 0.3s;
}
.c-apartment-unit__animate:nth-child(5n) {
  animation-delay: 0.4s;
}
.c-apartment-unit__animate:nth-child(6n) {
  animation-delay: 0.5s;
}
.c-apartment-unit__animate:nth-child(7n) {
  animation-delay: 0.6s;
}
.c-apartment-unit__animate:nth-child(8n) {
  animation-delay: 0.7s;
}
.c-apartment-unit__animate:nth-child(9n) {
  animation-delay: 0.8s;
}
.c-apartment-unit__animate:nth-child(10n) {
  animation-delay: 0.9s;
}
.c-apartment-unit__animate:nth-child(11n) {
  animation-delay: 1s;
}
.c-apartment-unit__animate:nth-child(12n) {
  animation-delay: 1.1s;
}
.c-apartment-unit__animate:nth-child(13n) {
  animation-delay: 1.2s;
}
.c-apartment-unit__animate:nth-child(14n) {
  animation-delay: 1.3s;
}
.c-apartment-unit__animate:nth-child(15n) {
  animation-delay: 1.4s;
}
.c-apartment-unit__animate:nth-child(16n) {
  animation-delay: 1.5s;
}
.c-apartment-unit__animate:nth-child(17n) {
  animation-delay: 1.6s;
}
.c-apartment-unit__animate:nth-child(18n) {
  animation-delay: 1.7s;
}
.c-apartment-unit__animate:nth-child(19n) {
  animation-delay: 1.8s;
}
.c-apartment-unit__animate:nth-child(20n) {
  animation-delay: 1.9s;
}
.c-apartment-unit__animate:nth-child(21n) {
  animation-delay: 2s;
}
.c-apartment-unit__animate:nth-child(22n) {
  animation-delay: 2.1s;
}
.c-apartment-unit__animate:nth-child(23n) {
  animation-delay: 2.2s;
}
.c-apartment-unit__animate:nth-child(24n) {
  animation-delay: 2.3s;
}
.c-apartment-unit__animate:nth-child(25n) {
  animation-delay: 2.4s;
}
.c-apartment-unit__affordable {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 2em;
  font-size: 0.625rem;
  background-color: #999999;
  color: #fff;
}
@media print, screen and (min-width: 40em) {
  .c-apartment-unit__affordable {
    font-size: 0.78125rem;
  }
}
.c-apartment-unit__number {
  font-size: 1.09375rem;
}
.c-apartment-unit__status {
  text-transform: uppercase;
  line-height: 1.2em;
  height: 2.5em;
  font-size: 0.78125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
* + .c-apartment-unit__status {
  margin-top: 0.25rem;
}
.c-apartment-unit__price {
  font-size: 0.875rem;
  line-height: 1.25em;
  height: 1.25em;
}
.c-apartment-unit__facilities {
  display: flex;
  flex-wrap: wrap;
}
* + .c-apartment-unit__facilities {
  margin-top: 0.25rem;
}
.c-apartment-unit__facilities > * {
  width: 50%;
  margin: 0.25rem 0;
  font-size: 0.78125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 40em) {
  .c-apartment-unit__facilities > * {
    font-size: 0.9375rem;
  }
}
.c-apartment-unit__facilities > *:after {
  font-family: "icons";
  font-size: 2em;
  margin-left: 8px;
  line-height: 1;
  vertical-align: middle;
}
.c-apartment-unit__facilities .bedroom:after {
  content: "\f109";
}
.c-apartment-unit__facilities .bathroom:after {
  content: "\f11a";
}
.c-apartment-unit__facilities .garage:after {
  content: "\f10b";
}
.c-apartment-unit__facilities .carpads .carpad-icon-white {
  width: 18px;
  height: 18px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.75s, opacity 0.75s;
  width: 0;
}
.c-apartment-unit__facilities .carpads .carpad-icon {
  width: 18px;
  height: 18px;
  margin-left: 8px;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.75s, opacity 0.75s;
}

.c-form__range[type=range] {
  -webkit-appearance: none;
  background-color: transparent;
  z-index: 5;
  width: 100%;
}
.c-form__range[type=range]:focus {
  outline: 0;
}
.c-form__range[type=range]:focus::-webkit-slider-runnable-track {
  background: #a6a6a6;
}
.c-form__range[type=range]:focus::-ms-fill-lower {
  background: #999999;
}
.c-form__range[type=range]:focus::-ms-fill-upper {
  background: #a6a6a6;
}
.c-form__range[type=range]::-webkit-slider-runnable-track {
  cursor: pointer;
  height: 2px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
  box-shadow: 1px 1px 0 transparent, 0 0 1px rgba(13, 13, 13, 0);
  background: #999999;
  border: 0px solid #cfd8dc;
  border-radius: 5px;
}
.c-form__range[type=range]::-webkit-slider-thumb {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), 0 0 0 rgba(13, 13, 13, 0.2);
  background: #EC596F;
  border: 0px solid #eceff1;
  border-radius: 10px;
  cursor: pointer;
  height: 20px;
  width: 20px;
  -webkit-appearance: none;
  margin-top: -9px;
}
.c-form__range[type=range]::-moz-range-track {
  cursor: pointer;
  height: 2px;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
  box-shadow: 1px 1px 0 transparent, 0 0 1px rgba(13, 13, 13, 0);
  background: #999999;
  border: 0px solid #cfd8dc;
  border-radius: 5px;
}
.c-form__range[type=range]::-moz-range-thumb {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), 0 0 0 rgba(13, 13, 13, 0.2);
  background: #EC596F;
  border: 0px solid #eceff1;
  border-radius: 10px;
  cursor: pointer;
  height: 20px;
  width: 20px;
}
.c-form__range[type=range]::-ms-track {
  cursor: pointer;
  height: 2px;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
  background: transparent;
  border-color: transparent;
  border-width: 10px 0;
  color: transparent;
}
.c-form__range[type=range]::-ms-fill-lower {
  box-shadow: 1px 1px 0 transparent, 0 0 1px rgba(13, 13, 13, 0);
  background: #8c8c8c;
  border: 0px solid #cfd8dc;
  border-radius: 10px;
}
.c-form__range[type=range]::-ms-fill-upper {
  box-shadow: 1px 1px 0 transparent, 0 0 1px rgba(13, 13, 13, 0);
  background: #999999;
  border: 0px solid #cfd8dc;
  border-radius: 10px;
}
.c-form__range[type=range]::-ms-thumb {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), 0 0 0 rgba(13, 13, 13, 0.2);
  background: #EC596F;
  border: 0px solid #eceff1;
  border-radius: 10px;
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin-top: 0;
}

.c-form {
  font-size: 0.875rem;
}
.c-form textarea {
  resize: vertical;
}
.c-form input[type] {
  margin: 0;
}
.c-form__group {
  margin-top: 1rem;
  position: relative;
}
.c-form__group--pink {
  color: #EC596F;
}
.c-form__group--flex {
  display: flex;
}
.c-form__group.error input, .c-form__group.error textarea, .c-form__group.error .c-checkbox__input, .c-form__group.error .c-input-select__input {
  border-color: red;
}
.c-form__control {
  border: 1px solid rgb(51, 62, 71);
}
.c-form__error-container {
  border: 1px solid rgb(231, 48, 75);
  background-color: #fce7ea;
  padding: 0.75rem;
  color: #721c24;
  margin-top: 1rem;
}
.c-form__success-msg {
  margin-top: 1.5rem;
  border: 1px solid green;
  background-color: #E7F3E7;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
}
.c-form__success-msg p {
  font-size: inherit;
  margin-bottom: 0;
}
.c-form__success-msg p + p {
  margin-top: 1rem;
}
.c-form__range-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}
.c-form__range-wrapper > input {
  height: 100%;
}
.c-form__range-indicator {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 100%);
  width: calc(100% - 18px);
  display: flex;
  justify-content: space-between;
  z-index: 0;
}
.c-form__range-indicator span {
  content: "";
  display: block;
  height: 8px;
  width: 1px;
  background: #999999;
}
.c-form__range-indicator span:after {
  content: attr(data-label);
  font-size: 0.75rem;
  transform: translateX(-50%);
  position: absolute;
  top: 10px;
}
.c-form__label--range {
  margin-left: 20px;
  font-size: 2.8125rem;
  line-height: 1;
  color: #EC596F;
  width: 50px;
  flex-shrink: 0;
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  .c-form__label--range {
    width: 100px;
    font-size: 4.0625rem;
  }
}
.c-form__link {
  font-weight: bold;
  text-decoration: underline;
}
.c-form__footer {
  font-size: 0.8rem;
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 40em) {
  .c-form__footer {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.c-gallery {
  background-color: rgba(255, 255, 255, 0.9);
  color: rgb(51, 62, 71);
  padding: 12px;
  display: none;
  z-index: 99999;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-overflow-scrolling: touch;
}
@media print, screen and (min-width: 40em) {
  .c-gallery {
    color: #fff;
  }
}
.c-gallery__container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.c-gallery__view {
  width: 100%;
  max-width: 1100px;
  position: relative;
}
.c-gallery__previous, .c-gallery__next {
  display: none;
}
.c-gallery__current {
  width: 100%;
  margin: 0 auto;
}
.c-gallery__header {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
.c-gallery__header > *:not(:first-child) {
  margin-top: 1rem;
}
@media print, screen and (min-width: 40em) {
  .c-gallery__header {
    flex-direction: row;
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    z-index: 10;
    color: rgb(51, 62, 71);
    background-color: #fff;
    opacity: 0.85;
    padding: 1rem 1.5rem;
  }
  .c-gallery__header > *:not(:first-child) {
    margin-top: 0;
    margin-left: 2rem;
  }
}
.c-gallery__info h4, .c-gallery__info p {
  margin-bottom: 0;
}
.c-gallery__architect {
  display: none;
}
.c-gallery__architect:not(:empty) {
  display: block;
}
@media print, screen and (min-width: 40em) {
  * + .c-gallery__architect {
    border-left: 1px solid #fff;
  }
}
.c-gallery__link {
  height: 36px;
  margin: 0;
  display: inline-block;
  color: rgb(51, 62, 71);
  border-color: rgb(51, 62, 71);
  font-weight: normal;
}
* + .c-gallery__link {
  margin-top: 1rem;
}
@media print, screen and (min-width: 40em) {
  .c-gallery__link {
    color: #fff;
    border-color: #fff;
    position: absolute;
    bottom: 1.5rem;
    right: calc(100px + 1.5rem);
  }
}
.c-gallery__link:hover {
  background-color: #fff;
  border-color: rgb(198, 29, 47);
  color: rgb(198, 29, 47);
}
.c-gallery__image {
  animation: imageAnimateIn 0.5s;
  animation-fill-mode: both;
  padding-top: 50%;
  position: relative;
}
.c-gallery__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.c-gallery__controls {
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media print, screen and (min-width: 40em) {
  .c-gallery__controls {
    right: 1.5rem;
    bottom: 1.5rem;
  }
}
.c-gallery__control-prev, .c-gallery__control-next {
  border: 1px solid;
  cursor: pointer;
  transition: all 0.15s ease;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.c-gallery__control-prev:before, .c-gallery__control-next:before {
  content: "";
  border: 0px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  display: block;
  width: 10px;
  height: 10px;
}
.c-gallery__control-prev:hover, .c-gallery__control-next:hover {
  color: rgb(198, 29, 47);
  background-color: #fff;
}
.c-gallery__control-prev:active, .c-gallery__control-next:active {
  background-color: rgb(198, 29, 47);
  color: #fff;
}
.c-gallery__control-prev:before {
  transform: translateX(25%) rotate(135deg);
}
.c-gallery__control-next:before {
  transform: translateX(-25%) rotate(-45deg);
}
.c-gallery__control-close {
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  transition: all 0.5s ease;
}
@media print, screen and (min-width: 40em) {
  .c-gallery__control-close {
    color: #fff;
    top: 1.5rem;
    right: 1.5rem;
  }
}
.c-gallery__control-close:before {
  content: "\f10c";
  font-family: "icons";
  font-size: 26px;
  display: block;
  border: 1px solid;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-gallery__control-close:hover {
  color: rgb(198, 29, 47);
  background-color: #fff;
}
@keyframes imageAnimateIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.element-gallery * + .columns,
.element-gallery * + .column,
.element-gallery * + .c-features__card {
  margin-top: 2rem;
}

.c-mobile-nav {
  background: #fff;
  position: fixed;
  top: 0px;
  left: 100%;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
  padding-bottom: 100px;
}
.c-mobile-nav--open {
  display: block;
  left: 0;
}
.c-mobile-nav__inner {
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.c-mobile-nav__inner--1 {
  transform: translateX(-100%);
}
.c-mobile-nav__inner--2 {
  transform: translateX(-200%);
}
.c-mobile-nav__inner--3 {
  transform: translateX(-300%);
}
.c-mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.c-mobile-nav__level {
  margin: 0;
  border-bottom: solid 1px rgba(51, 62, 71, 0.2);
  display: flex;
  align-items: center;
}
.c-mobile-nav__level a {
  padding: 0 1rem;
  font-size: 0.9375rem;
  color: rgb(51, 62, 71);
  vertical-align: middle;
  display: inline-block;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-mobile-nav__level a:hover {
  color: rgb(231, 48, 75);
}
.c-mobile-nav__level a:hover .c-mobile-nav__plus:before {
  border-right: 3px solid rgb(231, 48, 75);
  border-bottom: 3px solid rgb(231, 48, 75);
}
.c-mobile-nav__level a:active {
  background: rgb(231, 48, 75);
  color: white;
}
.c-mobile-nav__level a:active .c-mobile-nav__plus {
  background-color: rgb(231, 48, 75);
  color: #fff;
}
.c-mobile-nav__level a:active .c-mobile-nav__plus:before {
  border-right: 3px solid white;
  border-bottom: 3px solid white;
}
.c-mobile-nav__level.current > a {
  font-weight: 600;
}
@media only screen and (min-width: 375px) {
  .c-mobile-nav__level a {
    font-size: 1.125rem;
  }
}
.c-mobile-nav__chinese {
  justify-content: flex-start !important;
}
.c-mobile-nav__chinese .c-mobile-nav__chinese-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}
.c-mobile-nav__chinese .c-mobile-nav__text {
  display: block;
}
.c-mobile-nav__chinese .c-mobile-nav__flag {
  display: block;
  flex-shrink: 0;
}
.c-mobile-nav__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 49px;
  background-color: white;
  font-size: 0.875rem;
  color: white;
  border-bottom: solid 1px #e7304b;
}
@media only screen and (min-width: 375px) {
  .c-mobile-nav__header {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 768px) {
  .c-mobile-nav__header {
    height: 74px;
  }
}
.c-mobile-nav__logo-wrapper {
  flex: 1;
  display: flex;
  align-items: center;
}
.c-mobile-nav__logo-link {
  display: flex;
  align-items: center;
}
.c-mobile-nav__logo {
  height: 50px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (min-width: 768px) {
  .c-mobile-nav__logo {
    height: 75px;
  }
}
.c-mobile-nav__half-logo {
  fill: white;
  width: 26px;
  height: 21px;
}
.c-mobile-nav__full-logo {
  display: none;
  fill: white;
  width: 170px;
  height: 25px;
}
@media print, screen and (min-width: 40em) {
  .c-mobile-nav__half-logo {
    display: none;
  }
  .c-mobile-nav__full-logo {
    display: block;
  }
}
.c-mobile-nav__current {
  border-left: solid 1px rgba(255, 255, 255, 0.1);
  padding: 1rem;
  flex: auto;
  font-weight: bold;
}
.c-mobile-nav__back {
  padding: 1rem;
  color: rgb(51, 62, 71);
  font-size: 1.125rem;
  font-weight: bold;
  border-bottom: solid 1px rgba(51, 62, 71, 0.2);
  height: 60px;
  width: 100%;
  display: block;
}
.c-mobile-nav__back:hover {
  color: rgb(231, 48, 75);
}
.c-mobile-nav__back:hover:before {
  border-right: 3px solid rgb(231, 48, 75);
  border-bottom: 3px solid rgb(231, 48, 75);
}
.c-mobile-nav__back:active {
  background: rgb(231, 48, 75);
  color: white;
}
.c-mobile-nav__back:active:before {
  border-right: 3px solid white;
  border-bottom: 3px solid white;
}
.c-mobile-nav__back:before {
  content: "";
  vertical-align: text-top;
  display: inline-block;
  margin: 0.3rem 0.4rem;
  transform-origin: center;
  transform: rotate(135deg);
  width: 12px;
  height: 12px;
  border-right: 2px solid rgb(231, 48, 75);
  border-bottom: 2px solid rgb(231, 48, 75);
}
.c-mobile-nav__back span {
  display: none;
}
@media only screen and (min-width: 375px) {
  .c-mobile-nav__back span {
    display: inline;
  }
}
.c-mobile-nav__close {
  padding: 13px;
  color: rgb(51, 62, 71);
  font-size: 0.625rem;
  text-transform: uppercase;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  flex-shrink: 0;
  gap: 0.5rem;
}
.c-mobile-nav__close svg {
  display: block;
  flex-shrink: 0;
}
.c-mobile-nav__close span {
  display: none;
}
@media only screen and (min-width: 375px) {
  .c-mobile-nav__close span {
    display: inline;
  }
}
.c-mobile-nav__close:hover, .c-mobile-nav__close:focus {
  opacity: 0.8;
}
.c-mobile-nav__close:active {
  opacity: 0.6;
}
.c-mobile-nav__find-home {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background-color: #333e47;
  color: #fff;
  text-decoration: none;
  font-size: 0.9375rem;
  font-weight: 700;
  gap: 0.75rem;
  border-bottom: solid 1px rgba(51, 62, 71, 0.2);
  margin: 30px 14px 14px 14px;
}
@media only screen and (min-width: 375px) {
  .c-mobile-nav__find-home {
    font-size: 1.125rem;
  }
}
.c-mobile-nav__find-home-icon {
  flex-shrink: 0;
  width: 21px;
  height: 21px;
}
.c-mobile-nav__find-home:hover, .c-mobile-nav__find-home:focus {
  background-color: #3e4b56;
  color: #fff;
}
.c-mobile-nav__find-home:active {
  background-color: #283138;
}
.c-mobile-nav__view-all {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 1rem;
  background-color: rgb(231, 48, 75) !important;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 0.9375rem !important;
  font-weight: 700 !important;
  border-top: solid 1px rgba(51, 62, 71, 0.2) !important;
  margin: 14px 14px 0 14px !important;
  width: calc(100% - 28px) !important;
  position: relative !important;
}
@media only screen and (min-width: 375px) {
  .c-mobile-nav__view-all {
    font-size: 1.125rem;
  }
}
.c-mobile-nav__view-all:hover, .c-mobile-nav__view-all:focus {
  background-color: #ea475f;
  color: #fff;
}
.c-mobile-nav__view-all:active {
  background-color: #e31a38;
}
.c-mobile-nav__plus {
  cursor: pointer;
  color: #fff;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  width: 60px;
  font-weight: normal;
}
.c-mobile-nav__plus:active {
  background: rgb(231, 48, 75);
}
.c-mobile-nav__plus:before {
  content: "";
  width: 12px;
  height: 12px;
  border-right: 2px solid rgb(231, 48, 75);
  border-bottom: 2px solid rgb(231, 48, 75);
  transform: translateX(-25%) rotate(-45deg);
}
.c-mobile-nav__container {
  position: absolute;
  background: #fff;
  transform: translateX(100%);
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 55px);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.c-mobile-nav__container ul li {
  opacity: 0;
  transform: translateY(15px);
}
.c-mobile-nav__container ul li:nth-child(1) {
  animation: fadeInUp 0.5s ease forwards;
  animation-delay: 0.06s;
  animation-fill-mode: both;
}
.c-mobile-nav__container ul li:nth-child(2) {
  animation: fadeInUp 0.5s ease forwards;
  animation-delay: 0.12s;
  animation-fill-mode: both;
}
.c-mobile-nav__container ul li:nth-child(3) {
  animation: fadeInUp 0.5s ease forwards;
  animation-delay: 0.18s;
  animation-fill-mode: both;
}
.c-mobile-nav__container ul li:nth-child(4) {
  animation: fadeInUp 0.5s ease forwards;
  animation-delay: 0.24s;
  animation-fill-mode: both;
}
.c-mobile-nav__container ul li:nth-child(5) {
  animation: fadeInUp 0.5s ease forwards;
  animation-delay: 0.3s;
  animation-fill-mode: both;
}
.c-mobile-nav__container ul li:nth-child(6) {
  animation: fadeInUp 0.5s ease forwards;
  animation-delay: 0.36s;
  animation-fill-mode: both;
}
.c-mobile-nav__container ul li:nth-child(7) {
  animation: fadeInUp 0.5s ease forwards;
  animation-delay: 0.42s;
  animation-fill-mode: both;
}
.c-mobile-nav__container ul li:nth-child(8) {
  animation: fadeInUp 0.5s ease forwards;
  animation-delay: 0.48s;
  animation-fill-mode: both;
}
.c-mobile-nav__container ul li:nth-child(9) {
  animation: fadeInUp 0.5s ease forwards;
  animation-delay: 0.54s;
  animation-fill-mode: both;
}
.c-mobile-nav__container ul li:nth-child(10) {
  animation: fadeInUp 0.5s ease forwards;
  animation-delay: 0.6s;
  animation-fill-mode: both;
}
.c-mobile-nav__container ul li:nth-child(11) {
  animation: fadeInUp 0.5s ease forwards;
  animation-delay: 0.66s;
  animation-fill-mode: both;
}
.c-mobile-nav__container ul li:nth-child(12) {
  animation: fadeInUp 0.5s ease forwards;
  animation-delay: 0.72s;
  animation-fill-mode: both;
}
.c-mobile-nav__container ul li:nth-child(13) {
  animation: fadeInUp 0.5s ease forwards;
  animation-delay: 0.78s;
  animation-fill-mode: both;
}
.c-mobile-nav__container ul li:nth-child(14) {
  animation: fadeInUp 0.5s ease forwards;
  animation-delay: 0.84s;
  animation-fill-mode: both;
}
.c-mobile-nav__container ul li:nth-child(15) {
  animation: fadeInUp 0.5s ease forwards;
  animation-delay: 0.9s;
  animation-fill-mode: both;
}
.c-mobile-nav__container ul li:nth-child(16) {
  animation: fadeInUp 0.5s ease forwards;
  animation-delay: 0.96s;
  animation-fill-mode: both;
}
.c-mobile-nav__container ul li:nth-child(17) {
  animation: fadeInUp 0.5s ease forwards;
  animation-delay: 1.02s;
  animation-fill-mode: both;
}
.c-mobile-nav__container ul li:nth-child(18) {
  animation: fadeInUp 0.5s ease forwards;
  animation-delay: 1.08s;
  animation-fill-mode: both;
}
.c-mobile-nav__container ul li:nth-child(19) {
  animation: fadeInUp 0.5s ease forwards;
  animation-delay: 1.14s;
  animation-fill-mode: both;
}
.c-mobile-nav__container ul li:nth-child(20) {
  animation: fadeInUp 0.5s ease forwards;
  animation-delay: 1.2s;
  animation-fill-mode: both;
}
.c-mobile-nav__container ul li:nth-child(21) {
  animation: fadeInUp 0.5s ease forwards;
  animation-delay: 1.26s;
  animation-fill-mode: both;
}
.c-mobile-nav__container ul li:nth-child(22) {
  animation: fadeInUp 0.5s ease forwards;
  animation-delay: 1.32s;
  animation-fill-mode: both;
}
.c-mobile-nav__container ul li:nth-child(23) {
  animation: fadeInUp 0.5s ease forwards;
  animation-delay: 1.38s;
  animation-fill-mode: both;
}
.c-mobile-nav__container ul li:nth-child(24) {
  animation: fadeInUp 0.5s ease forwards;
  animation-delay: 1.44s;
  animation-fill-mode: both;
}
.c-mobile-nav__container ul li:nth-child(25) {
  animation: fadeInUp 0.5s ease forwards;
  animation-delay: 1.5s;
  animation-fill-mode: both;
}
.c-mobile-nav__container ul li:nth-child(26) {
  animation: fadeInUp 0.5s ease forwards;
  animation-delay: 1.56s;
  animation-fill-mode: both;
}
.c-mobile-nav__container ul li:nth-child(27) {
  animation: fadeInUp 0.5s ease forwards;
  animation-delay: 1.62s;
  animation-fill-mode: both;
}
.c-mobile-nav__container ul li:nth-child(28) {
  animation: fadeInUp 0.5s ease forwards;
  animation-delay: 1.68s;
  animation-fill-mode: both;
}
.c-mobile-nav__container ul li:nth-child(29) {
  animation: fadeInUp 0.5s ease forwards;
  animation-delay: 1.74s;
  animation-fill-mode: both;
}
.c-mobile-nav__container ul li:nth-child(30) {
  animation: fadeInUp 0.5s ease forwards;
  animation-delay: 1.8s;
  animation-fill-mode: both;
}
.c-mobile-nav__container .has-children .c-mobile-nav__container {
  overflow: scroll;
  padding-bottom: 120px;
}

body.open .c-mobile-nav {
  transition: transform 0.3s ease;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.b-desktop-nav {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  height: 2.375rem;
  position: relative;
  z-index: 100;
}
.b-desktop-nav .has-children > .level1__link {
  padding-right: 1.875rem;
}
.b-desktop-nav .has-children > .level1__link:after {
  font-size: 1rem;
  position: absolute;
  bottom: 0.4375rem;
}
.b-desktop-nav .level1__link {
  padding: 0.625rem 0.625rem 0;
  font-size: 0.875rem;
  position: relative;
}
.b-desktop-nav .level1__menu-wrapper {
  border-top: 1px solid black;
  left: 5.5625rem;
  top: 2.125rem;
  visibility: hidden;
  opacity: 0;
}
.b-desktop-nav .level1__list > li > a {
  font-weight: bold;
  font-size: 0.875rem;
}
.b-desktop-nav .level1.has-children:hover .level1__menu-wrapper {
  visibility: visible;
  opacity: 1;
}

.c-desktop-nav {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  height: 2.1875rem;
  position: relative;
}
.c-desktop-nav__container {
  position: absolute;
  display: none;
  top: 100%;
  right: -1px;
  background-color: #FFF;
  border: 1px solid rgb(51, 62, 71);
  z-index: 1;
  padding: 1rem;
  margin: 0;
  min-width: 15.625rem;
}
.c-desktop-nav__development ul.c-desktop-nav__level--2 > li:nth-child(2) {
  border-right: 1px solid #b9bdc0;
}
.c-desktop-nav__development ul.c-desktop-nav__level--3 {
  margin-bottom: 0.3125rem;
}
.c-desktop-nav__development ul.c-desktop-nav__level--3 li {
  margin-bottom: 0.625rem;
}
.c-desktop-nav__development ul.c-desktop-nav__level--3 li a:hover {
  color: rgb(198, 29, 47);
}
.c-desktop-nav__development ul.c-desktop-nav__level--3 div.future-locations {
  border-top: 1px solid #E2E2E2;
  padding: 16px 0px;
  border-bottom: 1px solid #E2E2E2;
  margin-top: 16px;
  margin-bottom: 16px;
}
.c-desktop-nav__development ul.c-desktop-nav__level--3 div.future-locations li.title {
  color: #B73136;
  font-weight: 600;
}
.c-desktop-nav__development ul.c-desktop-nav__level--3 div.future-locations li:nth-last-child(1) {
  margin-bottom: 0px;
}
.c-desktop-nav__level {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
  display: flex;
}
.c-desktop-nav__level.has-children:hover .c-desktop-nav__level--2 {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.5s;
}
.c-desktop-nav__level > a {
  display: inline-block;
  padding: 1rem 0.5rem;
  font-weight: bold;
}
@media (min-width: 1026px) {
  .c-desktop-nav__level > a {
    padding: 0.3125rem 0.625rem 0;
  }
}
.c-desktop-nav__level > a:hover {
  color: rgb(198, 29, 47);
}
.c-desktop-nav__level--1 {
  width: 100%;
}
.c-desktop-nav__level--1 a {
  font-weight: normal;
  width: 100%;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.5rem 0;
}
.c-desktop-nav__level--2 {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 35%;
  transform: translateX(-50%);
  margin: 0;
  background-color: white;
  border: 1px solid black;
  list-style: none;
  transition: visibility 0s 0.15s, opacity 0.15s;
  width: 67.75rem;
  padding: 2.5rem 2.5rem 2.5rem 1rem;
}
@media (min-width: 1200px) {
  .c-desktop-nav__level--2 {
    left: 42%;
  }
}
@media (min-width: 1400px) {
  .c-desktop-nav__level--2 {
    left: 50%;
  }
}
@media (min-width: 1600px) {
  .c-desktop-nav__level--2 {
    left: 57.38%;
  }
}
@supports (display: flex) {
  .c-desktop-nav__level--2 {
    display: flex;
    align-items: flex-start;
  }
}
.c-desktop-nav__level--2 > li {
  flex: 1 1 auto;
}
.c-desktop-nav__level--2 > li .c-desktop-nav__left-tile p {
  max-width: 16.375rem;
}
.c-desktop-nav__level--2 > li .img-wrap {
  position: relative;
  width: 16.375rem;
}
.c-desktop-nav__level--2 > li .img-wrap__overlay {
  transition: all 0.3s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(44, 53, 61, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.c-desktop-nav__level--2 > li .img-wrap__overlay span {
  background-color: rgb(198, 29, 47);
  color: white;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.8125rem 1.375rem;
}
.c-desktop-nav__level--2 > li.third {
  width: 33.3333%;
}
.c-desktop-nav__level--2 > li.third.middle {
  width: 43.3333%;
}
.c-desktop-nav__level--2 > li.third.last {
  width: 23.3333%;
}
.c-desktop-nav__level--2 > li.fifth {
  width: 41.666667%;
}
.c-desktop-nav__level--2 > li.second {
  width: 16.666667%;
  padding-left: 1.25rem;
}
.c-desktop-nav__level--2 > li.second span {
  font-size: 0.875rem;
  color: #8e9397;
}
.c-desktop-nav__level--2 > li.current > a, .c-desktop-nav__level--2 > li.section > a {
  color: red;
}
.c-desktop-nav__level--2 > li > a {
  display: block;
  color: rgb(198, 29, 47);
  padding-left: 2.25rem;
}
.c-desktop-nav__level--2 > li > a:hover .img-wrap__overlay {
  opacity: 1;
}
.c-desktop-nav__level--2 > li > a span {
  display: block;
  padding-bottom: 0.625rem;
  font-size: 1.125rem;
  font-weight: bold;
}
.c-desktop-nav__level--2 > li > a p {
  font-weight: normal;
  font-size: 0.875rem;
  color: #333e47;
  margin-top: 1.1875rem;
}
.c-desktop-nav__level--2 > li > a span + p {
  margin-top: 0;
  max-width: 16.375rem;
}
.c-desktop-nav__level--2 > li:last-child .c-desktop-nav__level--3 {
  border-right: 0;
}
.c-desktop-nav__level--3 {
  list-style: none;
  margin: 0;
  padding: 0 3rem 0 2.25rem;
  margin: 0.5rem 0 1rem;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 0.9375rem;
       column-gap: 0.9375rem;
}
.c-desktop-nav__level--3.view-all {
  margin-bottom: 0;
  padding-left: 1.625rem;
}
.c-desktop-nav__level--3.view-all li a {
  display: inline-block;
  padding: 0 0.625rem 0;
  font-weight: bold;
}
.c-desktop-nav__level--3.view-all li a:hover {
  color: rgb(198, 29, 47);
}
.c-desktop-nav__level--3 li {
  white-space: nowrap;
}
.c-desktop-nav__level--3 li.current > a {
  color: rgb(198, 29, 47);
}
.c-desktop-nav__level--3 li a {
  font-weight: bold;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}
.c-desktop-nav__level--4 {
  list-style: none;
  margin: 0;
  padding: 0 1rem 0 0;
  margin: 0 0 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-desktop-nav__level--4 > li {
  width: 47%;
}
.c-desktop-nav__level--4 > li:nth-child(1), .c-desktop-nav__level--4 > li:nth-child(2) {
  margin-bottom: 1.875rem;
}
.c-desktop-nav__level--4 > li .img-wrap {
  position: relative;
  width: 12.5rem;
}
.c-desktop-nav__level--4 > li .img-wrap__overlay {
  transition: all 0.3s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(44, 53, 61, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.c-desktop-nav__level--4 > li .img-wrap__overlay span {
  background-color: rgb(198, 29, 47);
  color: white;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.8125rem 1.375rem;
}
.c-desktop-nav__level--4 > li a span {
  display: block;
  color: rgb(198, 29, 47);
  padding-bottom: 0.625rem;
  font-size: 1.125rem;
  font-weight: bold;
}
.c-desktop-nav__level--4 > li a:hover .img-wrap__overlay {
  opacity: 1;
}
.c-desktop-nav__level--5 {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 0 1rem;
}
.c-desktop-nav__level--5 li a {
  display: inline-block;
  font-weight: bold;
  margin-top: 0.625rem;
}
.c-desktop-nav__level--5 li a:hover {
  color: rgb(198, 29, 47);
}
.c-desktop-nav__level.has-children:hover {
  border-left-color: rgb(51, 62, 71);
  border-right-color: rgb(51, 62, 71);
}
.c-desktop-nav__level.has-children > a:after {
  content: "\f105";
  font-family: "icons";
  width: 2.25rem;
  height: auto;
  margin: 0;
  padding: 0 0 0 0.6875rem;
}
.c-desktop-nav__view-all {
  margin: 0.1875rem 0;
  text-transform: uppercase;
  font-weight: normal;
  transition: opacity 0.25s;
  font-size: 0.875rem;
}
.c-desktop-nav__view-all a {
  color: #333e47;
  position: relative;
}
.c-desktop-nav__view-all a:hover:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0.5rem;
  height: 1px;
  width: calc(100% - 1.2rem);
  background-color: rgb(198, 29, 47);
}
.c-desktop-nav > .c-desktop-nav__level.section > a, .c-desktop-nav > .c-desktop-nav__level.current > a {
  color: rgb(198, 29, 47);
  border-bottom: solid 0.25rem rgb(198, 29, 47);
}
.c-desktop-nav__level:hover .c-desktop-nav__container {
  display: block;
}

.level1__link {
  padding: 1rem 0.5rem;
}
@media (min-width: 1026px) {
  .level1__link {
    padding: 0.3125rem 0.5rem 0;
  }
}

@media screen and (min-width: 64em) {
  .level1 {
    display: flex;
    position: relative;
  }
  .level1__link {
    display: inline-block;
    font-weight: bold;
  }
  .level1__link:hover {
    color: rgb(198, 29, 47);
  }
  .current > .level1__link, .section > .level1__link {
    color: rgb(198, 29, 47);
    border-bottom: 0.25rem solid rgb(198, 29, 47);
  }
  .current > .level1__link:after, .section > .level1__link:after {
    bottom: 0.1875rem !important;
  }
  .has-children > .level1__link:after {
    content: "\f105";
    font-family: "icons";
    width: 2.25rem;
    height: auto;
    margin: 0;
    padding: 0 0 0 0.6875rem;
  }
  .level1__link.home {
    color: #333e47 !important;
  }
  .level1__link.home:hover {
    color: rgb(198, 29, 47) !important;
  }
  .level1__menu-wrapper {
    border: 1px solid black;
    border-top: 1px solid rgb(198, 29, 47);
    position: absolute;
    top: 100%;
    left: 50%;
    background-color: white;
    transform: translateX(-50%);
  }
  .level1__menu-wrapper-enter-active {
    transition: opacity 0.5s;
  }
  .level1__menu-wrapper-leave-active {
    transition: opacity 0.15s;
  }
  .level1__menu-wrapper-enter, .level1__menu-wrapper-leave-to {
    opacity: 0;
  }
  .level1__menu {
    max-width: 1100px;
    margin: 0 auto;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    display: flex;
    align-items: center;
  }
  .level1__title {
    flex: 0 0 20%;
    font-family: "Dala Moa";
    color: rgb(198, 29, 47);
    font-size: 1.375rem;
    text-align: left;
  }
  .level1__list {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 1rem;
  }
  .level1__list > li:hover > a {
    color: rgb(198, 29, 47);
  }
  .level1__list > li > a {
    padding: 0.3125rem 0.625rem;
    white-space: nowrap;
    display: inline-block;
  }
}
.c-breadcrumbs {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
  white-space: nowrap;
  overflow-x: auto;
}
.c-breadcrumbs__item {
  margin: 0;
  padding: 1rem 0;
  display: inline-block;
  font-size: 0.75rem;
}
.c-breadcrumbs__item a:hover {
  color: rgb(198, 29, 47);
}
.c-breadcrumbs__item + .c-breadcrumbs__item {
  color: #cacaca;
}
.c-breadcrumbs__item + .c-breadcrumbs__item:before {
  content: "";
  color: white;
  vertical-align: text-top;
  display: inline-block;
  margin: 0.2rem 1rem 0.2rem 1rem;
  height: 10px;
  width: 10px;
  border: 1px solid transparent;
  transform-origin: center;
  transform: rotate(45deg);
  border-top-color: #cacaca;
  border-right-color: #cacaca;
  cursor: pointer;
}

.house-breadcrumbs {
  position: relative;
  top: 1rem;
  padding-left: 0.5rem;
}
@media print, screen and (max-width: 68.74875em) {
  .house-breadcrumbs {
    padding-left: 1.5rem;
  }
}

.cta-block-padding {
  padding: 40px 0;
}
@media screen and (min-width: 64em) {
  .cta-block-padding {
    padding: 80px 0;
  }
}

.cta-block {
  max-width: 1920px;
  margin: 0 auto;
  background-color: #000;
  position: relative;
}

.cta-block-img-wrap {
  position: relative;
  overflow: hidden;
}

.cta-block-content-wrap {
  position: absolute;
  height: 100%;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  z-index: 10;
  padding: 0 15px;
}

.cta-block-content-wrap > div {
  padding: 100px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.cta-block-content-wrap > div > div {
  padding: 40px 60px;
  background-color: #fff;
  max-width: 600px;
  text-align: center;
}

.cta-block-cta {
  margin-top: 20px;
}

.cta-block img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.cta-block ul {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: center;
  width: 100%;
  max-width: 100% !important;
}

@media print, screen and (min-width: 40em) {
  .cta-block img {
    min-height: 600px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .cta-block img {
    min-height: 80vh;
  }
}
.c-dev-holder,
.c-dev-holder-mer,
.c-showhome-holder {
  background: #F6F7F2;
}

.c-dev-grid,
.c-showhome-grid {
  height: 100%;
  background: #fff;
}
.c-dev-grid__content,
.c-showhome-grid__content {
  background: #fff;
  font-size: 0.875rem;
  text-align: center;
  padding: 1.875rem 1.25rem 1.875rem 1.25rem;
}
.c-dev-grid__content p, .c-dev-grid__content h4,
.c-showhome-grid__content p,
.c-showhome-grid__content h4 {
  margin: 0;
  font-family: "Gotham SSm 4r", "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
}
.c-dev-grid__content h4,
.c-showhome-grid__content h4 {
  font-size: 1.25rem;
  font-weight: 600;
  padding-bottom: 0.625rem;
}
.c-dev-grid__content p,
.c-showhome-grid__content p {
  font-size: 1rem;
}
.c-dev-grid__content .icons,
.c-showhome-grid__content .icons {
  color: rgb(198, 29, 47);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25rem;
  padding-top: 0.625rem;
}
.c-dev-grid__content .icons i,
.c-showhome-grid__content .icons i {
  font-size: 1rem;
  line-height: 1.25rem;
  padding-right: 0.3125rem;
}
.c-dev-grid__content .icons span,
.c-showhome-grid__content .icons span {
  display: inline-block;
  width: 25%;
}
.c-dev-grid__content .opening-hours,
.c-showhome-grid__content .opening-hours {
  padding-top: 1.25rem;
}
.c-dev-grid__image,
.c-showhome-grid__image {
  display: block;
  width: 100%;
  height: auto;
}
.c-dev-grid__image-holder,
.c-showhome-grid__image-holder {
  display: block;
  position: relative;
  overflow: hidden;
}
.c-dev-grid__content h4, .c-dev-grid__reveal,
.c-showhome-grid__content h4,
.c-showhome-grid__reveal {
  transition: all 0.3s ease;
}
.c-dev-grid__link,
.c-showhome-grid__link {
  position: relative;
  display: block;
  align-items: center;
  width: 100%;
}
.c-dev-grid__button,
.c-showhome-grid__button {
  margin: 0px auto;
}
@media print, screen and (max-width: 39.99875em) {
  .c-dev-grid,
.c-showhome-grid {
    font-size: 0;
    background: #fff;
  }
  .c-dev-grid__image-holder,
.c-showhome-grid__image-holder {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
  }
  .c-dev-grid__content,
.c-showhome-grid__content {
    display: inline-block;
    padding: 1rem 1rem 1rem 1rem;
    width: 50%;
    vertical-align: middle;
  }
  .c-dev-grid__content h4,
.c-showhome-grid__content h4 {
    font-size: 1.25rem;
  }
  .c-dev-grid__content p, .c-dev-grid__content h4,
.c-showhome-grid__content p,
.c-showhome-grid__content h4 {
    margin: 0;
    font-family: "Gotham SSm 4r", "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
  }
  .c-dev-grid__content p + *,
.c-showhome-grid__content p + * {
    margin-bottom: 1rem;
  }
  .c-dev-grid__link,
.c-showhome-grid__link {
    align-items: center;
  }
  .c-dev-grid__button, .c-dev-grid__reveal,
.c-showhome-grid__button,
.c-showhome-grid__reveal {
    display: none;
  }
}
@media print, screen and (min-width: 40em) {
  .c-dev-grid,
.c-showhome-grid {
    position: relative;
  }
  .c-dev-grid__content,
.c-showhome-grid__content {
    padding: 1rem 1rem 1rem 1rem;
  }
  .c-dev-grid__button,
.c-showhome-grid__button {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 600;
    padding: 0.625rem 1.5625rem;
    border: 0;
    background: rgb(198, 29, 47);
    color: #fff;
    max-width: 50%;
  }
  .c-dev-grid__reveal,
.c-showhome-grid__reveal {
    position: absolute;
    display: flex;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out;
    z-index: 2;
    background-color: rgba(51, 62, 71, 0.6);
    align-items: center;
    justify-content: center;
  }
  .c-dev-grid:hover h4,
.c-showhome-grid:hover h4 {
    color: rgb(198, 29, 47);
  }
  .c-dev-grid:hover .c-dev-grid__reveal,
.c-showhome-grid:hover .c-dev-grid__reveal {
    opacity: 1;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .c-showhome-grid {
    max-width: 21.875rem;
    margin: 0 auto;
  }
  .c-showhome-grid__image-holder, .c-showhome-grid__content {
    width: 100%;
  }
}
.dev-list-refine-text,
.showhome-list-refine-text {
  float: left;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.625rem 0 0 0;
}

ul.dev-list-tabs,
ul.showhome-list-tabs {
  margin: 0 0 0 0;
  float: none;
}
ul.dev-list-tabs .dev-list-tabs-inner,
ul.dev-list-tabs .showhome-list-tabs-inner,
ul.showhome-list-tabs .dev-list-tabs-inner,
ul.showhome-list-tabs .showhome-list-tabs-inner {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 0 0 0;
}
ul.dev-list-tabs li,
ul.showhome-list-tabs li {
  font-size: 1rem;
}
@media print, screen and (max-width: 39.99875em) {
  ul.dev-list-tabs,
ul.showhome-list-tabs {
    float: right;
    width: 12.5rem;
    position: relative;
    z-index: 10;
  }
  ul.dev-list-tabs .dev-list-tabs-inner,
ul.dev-list-tabs .showhome-list-tabs-inner,
ul.showhome-list-tabs .dev-list-tabs-inner,
ul.showhome-list-tabs .showhome-list-tabs-inner {
    display: none;
    top: 100%;
    left: 0;
    position: absolute;
    overflow: hidden;
    border: 0.0625rem solid rgb(51, 62, 71);
  }
  ul.dev-list-tabs li,
ul.showhome-list-tabs li {
    background: #fff;
    padding: 0.625rem 1rem 0.625rem 1rem;
    margin: 0;
    display: block;
    text-align: left;
    font-size: 1rem;
  }
  ul.dev-list-tabs li.active,
ul.showhome-list-tabs li.active {
    border: none;
  }
  ul.dev-list-tabs li.active a,
ul.showhome-list-tabs li.active a {
    border-bottom: 0.125rem solid rgb(231, 48, 75);
  }
  ul.dev-list-tabs.open .dev-list-tabs-inner,
ul.dev-list-tabs.open .showhome-list-tabs-inner,
ul.showhome-list-tabs.open .dev-list-tabs-inner,
ul.showhome-list-tabs.open .showhome-list-tabs-inner {
    display: block;
  }
}
ul.dev-list-tabs li.dev-list-tabs-first,
ul.dev-list-tabs li.showhome-list-tabs-first,
ul.showhome-list-tabs li.dev-list-tabs-first,
ul.showhome-list-tabs li.showhome-list-tabs-first {
  position: relative;
  text-align: right;
  padding-right: 2.8125rem;
}
ul.dev-list-tabs li.dev-list-tabs-first svg,
ul.dev-list-tabs li.showhome-list-tabs-first svg,
ul.showhome-list-tabs li.dev-list-tabs-first svg,
ul.showhome-list-tabs li.showhome-list-tabs-first svg {
  position: absolute;
  width: 1.25rem;
  right: 0.625rem;
  top: 0.625rem;
  color: rgb(231, 48, 75);
}

.content-reduced-padding {
  padding: 1.875rem 0 0.625rem 0;
}
@media print, screen and (min-width: 40em) {
  .content-reduced-padding {
    padding: 3.125rem 0 1.875rem 0;
  }
}

div.o-element__content.c-dev-holder > div > div:nth-child(3) {
  display: block !important;
}

.c-vid {
  width: 100%;
  position: relative;
}
.c-vid__cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.c-vid__content:before {
  padding-top: 177.7777777778%;
}
@media print, screen and (min-width: 40em) {
  .c-vid__content:before {
    padding-top: 56.25%;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .c-vid__sidebar {
    position: absolute;
    bottom: 0;
    padding: 2rem;
    background: rgba(51, 62, 71, 0.9);
    color: white;
  }
  .c-vid--is-playing .c-vid__content:before {
    padding-top: 56.25%;
  }
}
@media print, screen and (min-width: 40em) {
  .c-vid__sidebar {
    margin-left: 60%;
    height: 100%;
    padding: 2rem;
    background: rgba(51, 62, 71, 0.9);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.c-vid__play, .c-vid__stop {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  cursor: pointer;
}
.c-vid__play svg, .c-vid__stop svg {
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease;
}
.c-vid__play {
  top: 30%;
  left: 50%;
}
.c-vid__play svg {
  fill: white;
}
.c-vid__stop {
  top: -40px;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.c-vid__stop svg {
  fill: rgb(51, 62, 71);
}
@media print, screen and (min-width: 40em) {
  .c-vid__play {
    top: 50%;
    left: 30%;
  }
  .c-vid__play svg {
    fill: white;
  }
}

@media print, screen and (min-width: 40em) {
  .slide-enter-active,
.slide-leave-active {
    transition: opacity 0.5s;
  }
  .slide-enter-active .c-vid__sidebar,
.slide-leave-active .c-vid__sidebar {
    transition: transform 0.5s;
  }
  .slide-enter, .slide-leave-to {
    opacity: 0;
  }
  .slide-enter .c-vid__sidebar, .slide-leave-to .c-vid__sidebar {
    transform: translateX(100%);
  }
}
.c-carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  pointer-events: none;
}
.c-carousel--has-dots {
  padding-bottom: 35px;
}
.c-carousel--full {
  max-width: none;
}
.c-carousel--full .c-carousel__dots {
  bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .c-carousel--full .c-carousel__dots {
    bottom: 1rem;
  }
}
.c-carousel--v-center .c-carousel__track {
  display: flex;
  align-items: center;
}
.c-carousel__track {
  height: 100%;
  width: 100%;
  pointer-events: all;
}
.c-carousel__slide {
  width: 100%;
  height: 100%;
  padding-right: 6px;
  padding-left: 6px;
  min-width: initial;
}
.c-carousel__slide > a:hover {
  text-decoration: none;
}
.c-carousel__slide.active {
  z-index: 3;
}
.c-carousel__slide.previous {
  z-index: 2;
}
.c-carousel__slide--no-padding {
  padding: 0;
}
.c-carousel--fade .c-carousel__slide {
  position: absolute;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.c-carousel--fade .c-carousel__slide.active {
  opacity: 1;
  z-index: 2;
}
.c-carousel--slide .c-carousel__track {
  display: flex;
  will-change: transform;
  transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.c-carousel .c-carousel--total-1 .c-carousel__track {
  width: 100%;
}
.c-carousel .c-carousel--total-2 .c-carousel__track {
  width: 200%;
}
.c-carousel .c-carousel--total-3 .c-carousel__track {
  width: 300%;
}
.c-carousel .c-carousel--total-4 .c-carousel__track {
  width: 400%;
}
.c-carousel .c-carousel--total-5 .c-carousel__track {
  width: 500%;
}
.c-carousel .c-carousel--total-6 .c-carousel__track {
  width: 600%;
}
.c-carousel .c-carousel--total-7 .c-carousel__track {
  width: 700%;
}
.c-carousel .c-carousel--total-8 .c-carousel__track {
  width: 800%;
}
.c-carousel .c-carousel--total-9 .c-carousel__track {
  width: 900%;
}
.c-carousel .c-carousel--total-10 .c-carousel__track {
  width: 1000%;
}
.c-carousel .c-carousel--total-11 .c-carousel__track {
  width: 1100%;
}
.c-carousel .c-carousel--total-12 .c-carousel__track {
  width: 1200%;
}
.c-carousel .c-carousel--total-13 .c-carousel__track {
  width: 1300%;
}
.c-carousel .c-carousel--total-14 .c-carousel__track {
  width: 1400%;
}
.c-carousel .c-carousel--total-15 .c-carousel__track {
  width: 1500%;
}
.c-carousel .c-carousel--total-16 .c-carousel__track {
  width: 1600%;
}
.c-carousel .c-carousel--total-17 .c-carousel__track {
  width: 1700%;
}
.c-carousel .c-carousel--total-18 .c-carousel__track {
  width: 1800%;
}
.c-carousel .c-carousel--total-19 .c-carousel__track {
  width: 1900%;
}
.c-carousel__arrows {
  pointer-events: all;
}
.c-carousel__left, .c-carousel__right {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.c-carousel__left:hover svg polyline, .c-carousel__right:hover svg polyline {
  stroke: rgb(198, 29, 47);
}
.c-carousel__left svg, .c-carousel__right svg {
  width: 40px;
  height: auto;
  fill: transparent;
}
.c-carousel__left svg polyline, .c-carousel__right svg polyline {
  stroke: black;
  stroke-width: 3px;
}
.c-carousel__left {
  left: 0;
}
.c-carousel__right {
  right: 0;
}
.c-carousel__dots {
  pointer-events: all;
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
}
.c-carousel__dots--top-right {
  top: 3rem;
  right: 3rem;
  bottom: auto;
  left: auto;
  width: auto;
}
.c-carousel__dots li {
  display: inline-block;
}
.c-carousel__dots li.active button span {
  background-color: rgb(198, 29, 47);
}
.c-carousel__dots li button {
  cursor: pointer;
  padding: 10px;
  outline: none;
}
.c-carousel__dots li button span {
  display: inline-block;
  font-size: 0;
  width: 0.75rem;
  height: 0.75rem;
  border: solid 1px rgb(198, 29, 47);
  border-radius: 100%;
  vertical-align: middle;
  transform: scale(1);
  transition: all 0.3s ease;
}
.c-carousel__dots li button:hover span {
  background-color: rgb(198, 29, 47);
  transition: all 0.1s ease;
}
.c-carousel__dots li:not(.active) button:hover span {
  transform: scale(1.3);
}

.global-banner__slant {
  display: flex;
  min-height: 200px;
  overflow: hidden;
}
.global-banner__slant .c-cta {
  max-width: none;
  display: flex;
  align-items: center;
}
.global-banner__slant .c-cta li a {
  margin-right: 1rem;
}
@media print, screen and (min-width: 40em) {
  .global-banner__slant {
    min-height: 400px;
  }
}
.global-banner__slant .img {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 64em) {
  .global-banner__slant .img {
    width: 55%;
  }
}
.global-banner__slant .img img {
  min-height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  position: absolute;
}
.global-banner__slant .img:after {
  content: "";
  position: absolute;
  padding-right: 300px;
  background-color: #e7304b;
  top: -200px;
  bottom: -200px;
  right: -280px;
  transform: rotate(12deg);
}
@media screen and (min-width: 64em) {
  .global-banner__slant .img:after {
    right: -260px;
  }
}
.global-banner__slant .slant-desktop {
  width: 45%;
  z-index: 1;
  display: none;
  position: relative;
  background-color: #F6F7F2;
  flex-direction: column;
  justify-content: center;
}
.global-banner__slant .slant-desktop h1 {
  color: #e7304b;
  font-size: 3.125rem;
}
@media screen and (min-width: 64em) {
  .global-banner__slant .slant-desktop h1 {
    font-size: 4.0625rem;
  }
}
@media screen and (min-width: 68.75em) {
  .global-banner__slant .slant-desktop h1 {
    font-size: 5rem;
  }
}
.global-banner__slant .slant-desktop h2 {
  color: #e7304b;
  font-size: 3.125rem;
}
@media screen and (min-width: 64em) {
  .global-banner__slant .slant-desktop h2 {
    font-size: 4.0625rem;
  }
}
@media screen and (min-width: 68.75em) {
  .global-banner__slant .slant-desktop h2 {
    font-size: 5rem;
  }
}
.global-banner__slant .slant-desktop P {
  margin-bottom: 0;
}
.global-banner__slant .slant-desktop:after {
  content: "";
  position: absolute;
  padding-right: 35%;
  background-color: #F6F7F2;
  top: -200px;
  bottom: -200px;
  right: -60px;
  z-index: -1;
  transform: rotate(12deg);
}
@media screen and (min-width: 64em) {
  .global-banner__slant .slant-desktop {
    display: flex;
    padding-left: 5rem;
  }
}
@media screen and (min-width: 90em) {
  .global-banner__slant .slant-desktop {
    padding-left: 12.5rem;
  }
}

.slant-mobile {
  width: 100%;
  position: relative;
  background-color: #F6F7F2;
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  padding: 20px;
}
.slant-mobile h1 {
  color: #e7304b;
  font-size: 2.5rem;
  text-align: center;
}
.slant-mobile P {
  text-align: center;
  margin-bottom: 0;
}
@media screen and (min-width: 64em) {
  .slant-mobile {
    display: none;
  }
}
.slant-mobile .subtitle {
  font-size: 22px;
  font-family: "Gotham SSm 4r", "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: #e7304b;
  margin-bottom: 24px;
}

.slant-mobile.pt-40 {
  padding-top: 40px;
  padding-bottom: 0px;
}

.global-banner__noimage {
  margin-top: 4rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media screen and (min-width: 64em) {
  .global-banner__noimage h1 {
    margin-bottom: -2rem;
  }
}

.global-banner section {
  display: flex;
  background-color: #f6f7f2;
  min-height: 200px;
  overflow: hidden;
}
@media print, screen and (min-width: 40em) {
  .global-banner section {
    min-height: 400px;
  }
}
.global-banner section .img {
  height: 100%;
  width: 100%;
  position: absolute;
  right: 0;
}
@media screen and (min-width: 64em) {
  .global-banner section .img {
    width: 50%;
  }
}
.global-banner section .img img {
  min-height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  position: absolute;
}
@media screen and (min-width: 64em) {
  .global-banner section .row, .global-banner section .c-features__grid {
    width: 90%;
  }
}
@media screen and (min-width: 90em) {
  .global-banner section .row, .global-banner section .c-features__grid {
    width: 100%;
  }
}
.global-banner section .desktop {
  z-index: 1;
  width: 50%;
  padding-right: 2rem;
  padding-left: 0.5rem;
  display: none;
  position: relative;
  background-color: #F6F7F2;
  flex-direction: column;
  justify-content: center;
}
.global-banner section .desktop h2.title {
  color: #e7304b;
  font-size: 3.125rem;
}
@media screen and (min-width: 64em) {
  .global-banner section .desktop h2.title {
    font-size: 4.0625rem;
  }
}
@media screen and (min-width: 68.75em) {
  .global-banner section .desktop h2.title {
    font-size: 5rem;
  }
}
.global-banner section .desktop h1 {
  color: #e7304b;
  font-size: 3.125rem;
}
@media screen and (min-width: 64em) {
  .global-banner section .desktop h1 {
    font-size: 4.0625rem;
  }
}
@media screen and (min-width: 68.75em) {
  .global-banner section .desktop h1 {
    font-size: 5rem;
  }
}
.global-banner section .desktop P {
  margin-bottom: 0;
}
@media screen and (min-width: 64em) {
  .global-banner section .desktop {
    display: flex;
    margin-left: 0;
  }
}
@media screen and (min-width: 68.75em) {
  .global-banner section .desktop {
    padding: 5rem 2rem 5rem 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 90em) {
  .global-banner section .desktop {
    padding: 5rem 0 5rem 0;
    margin-left: -9.5rem;
  }
}
.global-banner section .title {
  margin-bottom: 0.3rem;
}
.global-banner section .subtitle {
  font-size: 22px;
  font-family: "Gotham SSm 4r", "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: #e7304b;
  margin-bottom: 24px;
}
@media screen and (min-width: 64em) {
  .global-banner section .subtitle {
    font-size: 32px;
  }
}
.global-banner .c-cta {
  max-width: none;
  display: flex;
  align-items: center;
}
.global-banner .c-cta li a {
  margin-right: 1rem;
}

.location-banner-2024 {
  /* Media area same size for both full-width image and video banner */
  z-index: 1;
}
.location-banner-2024 .image-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.location-banner-2024 .image-container figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.location-banner-2024 .image-container picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.location-banner-2024 .image-container .banner-image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-position: center;
     object-position: center;
  top: 0;
  left: 0;
}
.location-banner-2024 .image-container .banner-video-figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.location-banner-2024 .image-container .banner-video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-position: center;
     object-position: center;
  top: 0;
  left: 0;
}

.c-to-top {
  position: fixed;
  text-align: center;
  bottom: 6.25rem;
  right: 1rem;
  width: 3rem;
  height: 3rem;
  z-index: 100;
  transform: translateY(-1rem);
}
@media screen and (min-width: 64em) {
  .c-to-top {
    right: 2rem;
    bottom: 2.25rem;
  }
}
.c-to-top:hover {
  cursor: pointer;
}
.c-to-top:hover svg circle {
  transform: scale(1.14);
}
.c-to-top svg {
  display: block;
  width: 100%;
  height: auto;
}
.c-to-top svg polygon {
  fill: white;
}
.c-to-top svg circle {
  fill: rgb(231, 48, 75);
  transition: transform 0.2s ease;
  transform-origin: 50% 50%;
}
.c-to-top span {
  display: block;
  margin-top: 0.4rem;
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0.5;
}

.slide-in-up-enter-active, .slide-in-up-leave-active {
  transform: translateY(-1rem);
  transition: transform 0.5s, opacity 0.5s;
}

.slide-in-up-enter, .slide-in-up-leave-to {
  transform: translateY(0rem);
  opacity: 0;
}

html.mobile-filter-open {
  overflow: hidden;
}

.c-filter {
  /**
   * ===============================================================================
   *  Static Styles
   * ===============================================================================
   */
  /**
   * ===============================================================================
   *  Desktop Styles
   * ===============================================================================
   */
  /**
   * ===============================================================================
   *  Mobile Styles
   * ===============================================================================
   */
  /**
   * ===============================================================================
   *  Transition Styles
   * ===============================================================================
   */
}
@media (max-width: 767px) {
  .c-filter__mobile {
    display: block;
  }
  .c-filter__desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .c-filter__mobile {
    display: none;
  }
  .c-filter__desktop {
    display: block;
  }
}
.c-filter__row.row, .c-filter__row.c-features__grid {
  max-width: 1506px;
}
@media screen and (min-width: 48em) {
  .c-filter__static {
    background-color: rgb(51, 62, 71);
    padding: 80px 1rem 60px;
  }
}
.c-filter__share-controls {
  display: flex;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 50px;
  margin-top: 30px;
}
.c-filter__share-controls .button {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .c-filter__verticle-button {
    display: none;
  }
}
.c-filter__desktop-result {
  display: block;
}
@media (min-width: 768px) {
  .c-filter__static-mobile {
    display: none;
  }
  .c-filter__static-desktop {
    display: block;
  }
  .c-filter__verticle-button {
    display: block;
  }
}
.c-filter__static-desktop {
  max-width: 1600px;
  margin: auto;
  position: relative;
}
.c-filter__static-desktop-container {
  display: flex;
  height: auto;
  transition: height 0.5s;
}
@media screen and (min-width: 48em) {
  .c-filter__static-desktop-container {
    min-height: auto;
  }
}
.c-filter__desktop-filters {
  display: none;
}
@media screen and (min-width: 48em) {
  .c-filter__desktop-filters {
    display: block;
  }
}
.c-filter .mobile-results-title {
  width: 100%;
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
@media screen and (min-width: 48em) {
  .c-filter .mobile-results-title.panel-title {
    display: none;
  }
}
.c-filter .mobile-results-title h2 {
  color: rgb(231, 48, 75);
  font-weight: 500;
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 5px;
}
.c-filter__desktop-container {
  position: fixed;
  background-color: #fff;
  width: 90vw;
  height: calc(0.86 * (100vh - 60px));
  max-width: 1440px;
  top: calc(60px + 0.07 * (100vh - 60px));
  display: flex;
  flex-direction: row;
  right: 100%;
  transition: all 0.25s ease;
  z-index: 250;
}
@media screen and (min-width: 64em) {
  .c-filter__desktop-container {
    width: 86vw;
  }
}
.c-filter--open .c-filter__desktop-container {
  right: 50%;
  transform: translate(50%);
}
.c-filter__desktop-tag {
  position: fixed;
  top: calc(55.8px + 7vh);
  z-index: 250;
  left: 0;
  padding: 0 50px 0 25px;
  height: 35px;
  color: #fff;
  transform: rotate(-90deg) translateX(-100%);
  transform-origin: left top;
  background-color: rgb(231, 48, 75);
  cursor: pointer;
  transition: color 0.25s;
}
.c-filter__desktop-tag span {
  display: flex;
  align-items: center;
  white-space: nowrap;
  height: 100%;
}
.c-filter__desktop-tag:before, .c-filter__desktop-tag:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  border: 2px solid transparent;
  border-bottom-color: currentColor;
  border-right-color: currentColor;
  width: 14px;
  height: 14px;
  transform: translate(50%, -75%) rotate(45deg);
  transition: border-color 0.25s;
}
.c-filter--open .c-filter__desktop-tag:after, .c-filter--open .c-filter__desktop-tag:before {
  background-color: currentColor;
  width: 3px;
  height: 20px;
  border: 0px;
}
.c-filter--open .c-filter__desktop-tag:before {
  transform: translate(50%, -50%) rotate(-45deg);
}
.c-filter--open .c-filter__desktop-tag:after {
  transform: translate(50%, -50%) rotate(45deg);
}
.c-filter__toggle-type {
  position: absolute;
  background-color: #F5F6F0;
  border-radius: 5px 5px 0px 0px;
  padding: 2px;
  top: 0;
  left: auto;
  right: 32px;
  height: 46px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.c-filter__toggle-type svg {
  vertical-align: middle;
}
.c-filter__toggle-type--static {
  top: auto;
  left: auto;
  bottom: 100%;
  right: 32px;
  transform: none;
}
.c-filter__toggle-type .map-button,
.c-filter__toggle-type .gallery-button {
  background-color: #ffffff;
  padding: 0.5625rem 1.25rem 0.6875rem;
  cursor: pointer;
  border-radius: 4px;
  color: #000000;
  fill: #000000;
  transition: background-color 0.5s;
}
.c-filter__toggle-type .map-button:hover, .c-filter__toggle-type .map-button:active,
.c-filter__toggle-type .gallery-button:hover,
.c-filter__toggle-type .gallery-button:active {
  background-color: #cccccc;
}
.c-filter__toggle-type .map-button.active,
.c-filter__toggle-type .gallery-button.active {
  background-color: rgb(231, 48, 75);
  color: #ffffff;
  fill: #ffffff;
}
.c-filter__toggle-type .map-button {
  margin-left: 2px;
}
.c-filter__desktop-bg {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  z-index: 200;
}
.c-filter__desktop-bg-enter-active, .c-filter__desktop-bg-leave-active {
  transition: opacity 0.25s;
}
.c-filter__desktop-bg-enter, .c-filter__desktop-bg-leave-to {
  opacity: 0;
}
.c-filter__desktop-form-wrapper {
  color: #999999;
  display: flex;
  width: 100%;
  height: calc(100% - 50px);
  border-top: 2px solid rgb(231, 48, 75);
  position: fixed;
  bottom: 0;
  z-index: 20000;
  background-color: rgb(255, 255, 255);
  transition: transform 0.5s;
  transform: translateY(100%);
}
@media screen and (min-width: 48em) {
  .c-filter__desktop-form-wrapper {
    position: static;
    flex: 0 0 375px;
    min-width: 375px;
    border-top: none;
    height: auto;
    transform: translateY(0);
    z-index: 20;
  }
}
.c-filter__desktop-form-wrapper--busy {
  pointer-events: none;
  background-color: #E9E9E9;
}
@media screen and (min-width: 48em) {
  .c-filter__static-desktop-container.mobile-controls-open {
    height: auto;
    min-height: 700px;
  }
}
.c-filter__static-desktop-container.mobile-controls-open .c-filter__desktop-result {
  overflow-y: hidden;
}
@media screen and (min-width: 48em) {
  .c-filter__static-desktop-container.mobile-controls-open .c-filter__desktop-result {
    overflow-y: scroll;
  }
}
.c-filter__static-desktop-container.mobile-controls-open .c-filter__panel-btn {
  opacity: 100;
}
.c-filter__static-desktop-container.mobile-controls-open .c-filter__desktop-form-wrapper {
  transform: translateY(0);
}
.c-filter__panel-btn {
  border-radius: 7px;
  background-color: rgb(231, 48, 75);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 66px;
  height: 14px;
  color: #fff;
  cursor: pointer;
  position: absolute;
  z-index: 40;
  left: 50%;
  transform: translate(-50%, -7px);
  transition: opacity 0.3s;
  opacity: 0;
}
.c-filter__panel-btn svg {
  width: 9px;
}
@media screen and (min-width: 48em) {
  .c-filter__panel-btn {
    display: none;
  }
}
.c-filter__desktop-form {
  padding: 1.25rem;
  flex: 1 1 auto;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
}
@media screen and (min-width: 48em) {
  .c-filter__desktop-form {
    background-color: rgb(246, 247, 242);
  }
}
@media screen and (min-width: 64em) {
  .c-filter__desktop-form {
    padding: 1.5rem 2rem;
  }
}
.c-filter__desktop-form-footer {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
}
.c-filter__desktop-heading {
  font-size: 20px;
  color: #000000;
  font-weight: 700;
}
* + .c-filter__desktop-heading {
  margin-top: 1.5rem;
}
.c-filter__desktop-heading + * {
  margin-top: 20px;
}
.c-filter__desktop-form-submit {
  font-size: 1.5rem;
  flex: 0 0 auto;
  color: #fff;
  background-color: rgb(231, 48, 75);
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  width: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: bold;
}
.c-filter__desktop-form-submit:hover, .c-filter__desktop-form-submit:focus {
  color: #fff;
}
.c-filter__desktop-result {
  flex: 1 1 auto;
  overflow-y: auto;
  position: relative;
  padding: 16px 8px;
  background-color: #F6F7F2;
  font-size: 0.9rem;
}
@media (max-width: 767px) {
  .c-filter__desktop-result {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 64em) {
  .c-filter__desktop-result {
    padding-top: 32px;
  }
}
.c-filter__desktop-result--busy {
  overflow-y: hidden;
}
.c-filter__desktop-result .columns {
  flex: 1 1 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 64em) {
  .c-filter__desktop-result .columns {
    flex: 1 1 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 90em) {
  .c-filter__desktop-result .columns {
    flex: 1 1 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media screen and (min-width: 48em) {
  .c-filter__desktop-result.desktop-controls-closed .columns {
    flex: 1 1 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 64em) {
  .c-filter__desktop-result.desktop-controls-closed .columns {
    flex: 1 1 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media screen and (min-width: 90em) {
  .c-filter__desktop-result.desktop-controls-closed .columns {
    flex: 1 1 25%;
    max-width: 25%;
  }
}
.c-filter .listings {
  font-size: 16px;
}
@media screen and (min-width: 68.75em) {
  .c-filter .listings {
    padding-right: 24px;
  }
}
.c-filter__desktop-sort,
.c-filter .listings {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 68.75em) {
  .c-filter__desktop-sort,
.c-filter .listings {
    padding-bottom: 32px !important;
  }
}
.c-filter__desktop-sort > div,
.c-filter .listings > div {
  width: 100%;
}
@media screen and (min-width: 64em) {
  .c-filter__desktop-sort > div,
.c-filter .listings > div {
    width: auto;
  }
}
@media screen and (min-width: 64em) {
  .c-filter__desktop-sort,
.c-filter .listings {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 64em) {
  .c-filter__desktop-sort .c-filter__select,
.c-filter .listings .c-filter__select {
    min-width: 200px;
  }
}
.c-filter__select-row {
  display: flex;
  align-items: center;
}
.c-filter__select-row span {
  font-weight: bold;
  display: inline-block;
  padding: 0 8px;
}
.c-filter__select-row span.label {
  width: 50%;
  font-size: 14px;
  padding: 0 0 5px 0;
  color: #000000;
  font-weight: normal;
  background-color: transparent;
}
.c-filter__select-row span.label:nth-child(even) {
  padding: 0 0 5px 14px;
}
.c-filter__select {
  color: #000000;
  border: 1px solid #E1E1E1;
  font-size: 16px;
  border-radius: 4px;
  padding: 10px;
  background-color: #ffffff;
  font-weight: bold;
  width: 100%;
  background-image: url(../images/angle-down.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  -webkit-appearance: none;
}
.c-filter__select[disabled] {
  opacity: 0.4;
}
@media screen and (min-width: 64em) {
  .c-filter__select {
    width: auto;
    min-width: calc(50% - 11px);
  }
}
.c-filter__select.light-text {
  font-weight: normal;
}
.c-filter__desktop-reset {
  display: none;
}
@media screen and (min-width: 48em) {
  .c-filter__desktop-reset {
    position: absolute;
    top: 51px;
    right: 20px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: rgb(231, 48, 75);
    z-index: 50;
    cursor: pointer;
  }
  .c-filter__desktop-reset svg {
    width: 16px;
    margin-left: 8px;
    margin-top: -3px;
  }
}
@media screen and (min-width: 64em) {
  .c-filter__desktop-reset {
    top: 54px;
    right: 36px;
  }
}
.c-filter__mobile-controls {
  border-top: 1px solid rgb(231, 48, 75);
  border-bottom: 1px solid rgb(231, 48, 75);
  position: fixed;
  width: 100%;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  z-index: 30000;
  transition: opacity 0.2s ease;
}
@media (max-width: 767px) {
  html.fyh-footer-in-view .c-filter__static-desktop-container:not(.mobile-controls-open) .c-filter__mobile-controls {
    opacity: 0;
    pointer-events: none;
  }
}
.c-filter__mobile-controls button {
  padding: 16px 20px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  aligns-items: center;
  font-size: 16px;
  cursor: pointer;
}
@media screen and (min-width: 48em) {
  .c-filter__mobile-controls {
    display: none;
  }
}
.c-filter__mobile-controls__icon {
  position: absolute;
  top: 14px;
  right: 20px;
}
.c-filter__mobile-controls-refine {
  background: rgb(231, 48, 75);
  color: #ffffff;
  width: 100%;
  position: relative;
}
.c-filter__mobile-controls-refine-indicator {
  border-radius: 7px;
  background-color: rgb(231, 48, 75);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 66px;
  height: 14px;
  color: #fff;
  cursor: pointer;
  position: absolute;
  z-index: 40;
  left: 50%;
  transform: translate(-50%, -23px);
}
.c-filter__mobile-controls-refine-indicator svg {
  width: 9px;
  transform: rotate(180deg);
}
.c-filter__mobile-controls-reset {
  background: #ffffff;
  color: rgb(231, 48, 75);
  width: 50%;
}
.c-filter__mobile-controls-reset svg {
  width: 16px;
  margin-left: 8px;
  margin-top: -3px;
}
.c-filter__mobile-controls-listings {
  background: rgb(231, 48, 75);
  color: #ffffff;
  width: 50%;
}
.c-filter__form-control {
  font-family: "Gotham SSm 4r", "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
  font-size: 16px;
  line-height: 1.1;
  display: grid;
  grid-template-columns: 1em auto;
  gap: 0.5em;
  padding: 32px 0;
  margin-top: 32px;
}
.c-filter__form-control span {
  display: inline-block;
  padding: 3px 0 0 10px;
  color: #000000;
}
@media screen and (min-width: 64em) {
  .c-filter__form-control span {
    padding: 4px 0 0 10px;
  }
}
.c-filter__checkbox-sml {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ffffff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 24px;
  height: 24px;
  border: 1px solid #E1E1E1;
  border-radius: 4px;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}
.c-filter__checkbox-sml[type=checkbox]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
          clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em rgb(231, 48, 75);
}
.c-filter__checkbox-sml[type=checkbox]:checked::before {
  transform: scale(1);
}
.c-filter__checkbox-sml[type=checkbox]:focus:not(:focus-visible) {
  outline: none;
}
.c-filter__checkbox-sml[type=checkbox]:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
.c-filter__verticle-button {
  font-size: 21px;
  flex: 0 0 auto;
  color: #fff;
  background-color: #e7304b;
  width: 42px;
  display: flex;
  align-items: start;
  justify-content: center;
  cursor: pointer;
  font-weight: 700;
}
.c-filter__verticle-button span {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-90deg);
  white-space: nowrap;
  margin-top: 320px;
}
.c-filter__verticle-button span.open svg {
  transform: rotate(-90deg);
}
.c-filter__verticle-button svg {
  width: 16px;
  transition: rotate 0.3s;
  transform: rotate(90deg);
  margin-left: 12px;
  margin-top: 1px;
}
.c-filter__mobile-fab {
  color: #fff;
  background-color: rgb(231, 48, 75);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: fixed;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 2px 4px 0 rgba(51, 62, 71, 0.75);
}
.c-filter__mobile-fab svg {
  fill: currentColor;
  width: 50%;
  height: 50%;
}
.c-filter__mobile-bg {
  position: fixed;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 100%;
  height: 100%;
  z-index: 10500;
  background-color: #fff;
}
.c-filter__mobile-bg-enter-active, .c-filter__mobile-bg-leave-active {
  transition: all 0.3s;
}
.c-filter__mobile-bg-enter-to, .c-filter__mobile-bg-leave {
  width: 150vh;
  height: 150vh;
  border-radius: 50%;
}
.c-filter__mobile-bg-enter {
  bottom: 50%;
  width: 0;
  height: 0;
  background-color: rgb(231, 48, 75);
  border-radius: 50%;
}
.c-filter__mobile-bg-leave-to {
  transition: opacity 0.2s;
  opacity: 0;
}
.c-filter__mobile-form {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  z-index: 11000;
  background-color: #fff;
}
.c-filter__mobile-form--static {
  position: relative;
}
.c-filter__mobile-form-enter-active {
  transition: all 0.3s 0.3s;
}
.c-filter__mobile-form-leave-active {
  transition: all 0.3s;
}
.c-filter__mobile-form-enter, .c-filter__mobile-form-leave-to {
  opacity: 0;
}
.c-filter__mobile-close-btn {
  position: relative;
  width: 30px;
  height: 30px;
  border: 2px solid currentColor;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 0;
  color: rgb(231, 48, 75);
}
.c-filter__mobile-close-btn:before, .c-filter__mobile-close-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 75%;
  height: 2px;
  background-color: currentColor;
}
.c-filter__mobile-close-btn:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-filter__mobile-close-btn:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.c-filter__mobile-back-btn {
  position: relative;
  height: 30px;
  display: flex;
  align-items: center;
  font-size: 10.5px;
  font-weight: normal;
  position: absolute;
  top: 10px;
  left: 15px;
  color: rgb(231, 48, 75);
}
.c-filter__mobile-back-btn:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 2px solid currentColor;
  border-top: none;
  border-right: none;
  position: absolute;
  top: 50%;
  transform: translate(25%, -50%) rotate(45deg);
  left: 0;
  right: auto;
}
.c-filter__mobile-back-btn:after {
  content: attr(data-title);
  padding-left: 20px;
}
.c-filter__mobile-header {
  flex: 0 0 auto;
  margin-left: 1rem;
  margin-right: 1rem;
  position: relative;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: rgb(231, 48, 75);
  border-bottom: 2px solid rgb(231, 48, 75);
  font-size: 0.9rem;
  font-weight: bold;
}
.c-filter__mobile-content {
  flex: 1 1 auto;
  padding-left: 1rem;
  padding-right: 1rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.c-filter__mobile-content--has-fab {
  padding-bottom: 57px;
}
.c-filter__mobile-footer {
  margin-top: 2rem;
}
.c-filter__mobile-search-btn {
  display: flex;
  justify-content: center;
}
.c-filter__mobile-search-btn:after {
  content: "";
  align-self: center;
  border: 2px solid currentColor;
  border-bottom: 2px solid transparent;
  display: inline-block;
  margin-left: 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  animation: rotate 1s linear infinite;
}
.c-filter__mobile-result-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  background-color: rgb(246, 247, 242);
  z-index: 12000;
}
.c-filter__mobile-result {
  padding-top: 0.5rem;
}
.c-filter__mobile-sort {
  z-index: 10;
  position: fixed;
  bottom: 16px;
  right: 16px;
}
.c-filter__result-enter-active, .c-filter__result-leave-active, .c-filter__result-move {
  transition: all 0.25s;
}
.c-filter__result-enter, .c-filter__result-leave-to {
  opacity: 0;
}
.c-filter__fade-in {
  opacity: 1;
  transform: none;
}
.c-filter__fade-in-enter-active, .c-filter__fade-in-leave-active {
  transition: all 0.15s ease;
}
.c-filter__fade-in-enter, .c-filter__fade-in-leave-to {
  opacity: 0;
  transform: translateY(50px);
}
.c-filter__fade-in-right {
  opacity: 1;
  transform: none;
}
.c-filter__fade-in-right-enter-active, .c-filter__fade-in-right-leave-active {
  transition: all 0.15s ease;
}
.c-filter__fade-in-right-enter, .c-filter__fade-in-right-leave-to {
  opacity: 0;
  transform: translateX(50px);
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.find-your-home-intro {
  width: 50rem;
  max-width: 90%;
}
.find-your-home-intro h1 {
  margin-bottom: 1.875rem;
}
@media print, screen and (min-width: 40em) {
  .find-your-home-intro h1 {
    font-size: 3.4375rem;
  }
}
@media screen and (min-width: 64em) {
  .find-your-home-intro h1 {
    font-size: 4.375rem;
  }
}
.find-your-home-intro p {
  margin-bottom: 1.875rem;
}
.find-your-home-intro .c-checkbox-group label {
  padding: 1.25rem 0.9375rem;
  font-family: "Dala Moa";
  font-size: 2.375rem;
  color: rgb(51, 62, 71);
  background: #fff;
  border-color: #fff;
  cursor: pointer;
  transition: all ease 0.3s;
}
.find-your-home-intro .c-checkbox-group label:hover, .find-your-home-intro .c-checkbox-group label:active {
  color: #fff;
  background: rgb(198, 29, 47);
  border-color: rgb(198, 29, 47);
}
.find-your-home-intro .c-checkbox-group-small .c-checkbox-group__row {
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 48em) {
  .find-your-home-intro .c-checkbox-group-small .c-checkbox-group__col {
    max-width: 28%;
  }
}
.find-your-home-intro .c-checkbox-group-small label {
  font-size: 1.25rem;
}

.c-filter--open {
  z-index: 10002;
  position: relative;
}

@media screen and (min-width: 48em) {
  .c-filter__desktop-reset + .c-filter__desktop-heading {
    margin-top: 12px;
  }
}

.text-red-heading {
  color: rgb(231, 48, 75) !important;
  font-family: "Gotham SSm 4r", "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif !important;
}

.c-cities-regions-links {
  margin: 25px 0;
  padding: 20px 0;
  border-top: 1px solid #e0e0e0;
}
.c-cities-regions-links__section {
  margin-bottom: 20px;
}
.c-cities-regions-links__section:last-child {
  margin-bottom: 0;
}
.c-cities-regions-links__heading {
  font-weight: bold;
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}
.c-cities-regions-links__links {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.c-cities-regions-links__links--regions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 15px;
}
.c-cities-regions-links__links > * {
  margin: 0;
}
.c-cities-regions-links__link {
  font-weight: 700;
  color: rgb(231, 48, 75);
  text-decoration: underline;
  text-underline-offset: 3px;
  font-size: 14px;
  transition: color 0.2s ease;
  white-space: nowrap;
}
.c-cities-regions-links__link:hover {
  color: rgb(231, 48, 75);
  text-decoration: none;
}
@media (max-width: 768px) {
  .c-cities-regions-links__links {
    gap: 10px;
  }
  .c-cities-regions-links__links--regions {
    grid-template-columns: 1fr;
  }
}

.c-checkbox-group {
  font-size: 0.85rem;
  /* When “All” uses @click.prevent, :checked may not match in the DOM; mirror selection via Vue-driven class */
}
.c-checkbox-group__row {
  display: flex;
  flex-wrap: wrap;
  margin: -4px;
}
.c-checkbox-group__row-enter-active, .c-checkbox-group__row-leave-active, .c-checkbox-group__row-move {
  transition: all 0.25s;
}
.c-checkbox-group__row-enter, .c-checkbox-group__row-leave-to {
  opacity: 0;
}
@media screen and (min-width: 48em) {
  .c-checkbox-group__row {
    margin: -2px;
  }
}
.c-checkbox-group__col {
  padding: 4px;
  flex: 1 1 100%;
}
@media screen and (min-width: 48em) {
  .c-checkbox-group__col {
    padding: 2px;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.c-checkbox-group__col--disabled {
  cursor: not-allowed;
  flex: 1 1 100%;
}
.c-checkbox-group input[type=checkbox] {
  display: none;
}
.c-checkbox-group input[type=checkbox]:checked + label {
  border-color: rgb(231, 48, 75);
  color: #fff;
  background-color: rgb(231, 48, 75);
}
.c-checkbox-group input[type=checkbox]:checked + label svg {
  fill: #fff;
}
.c-checkbox-group__col--all-selected label {
  border-color: rgb(231, 48, 75);
  color: #fff;
  background-color: rgb(231, 48, 75);
}
.c-checkbox-group__col--all-selected label svg {
  fill: #fff;
}
.c-checkbox-group label {
  position: relative;
  margin: 0;
  display: block;
  text-align: center;
  color: #999999;
  border: 2px solid currentColor;
  font-size: inherit;
  transition: color 0.25s;
  height: 100%;
  line-height: 1.2;
  padding: 7px 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #ffffff;
}
@media screen and (min-width: 48em) {
  .c-checkbox-group label {
    color: inherit;
    padding: 5px 0;
    justify-content: center;
    border: 1px solid currentColor;
  }
}
.c-checkbox-group label:hover {
  background-color: #F2F2F2;
}
.c-checkbox-group__label-extra {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 0.75rem;
}

.c-find-your-home-checkbox-group .c-checkbox-group {
  /* Override find-your-home label defaults when “All” is fully selected (synced with Vue, not native :checked) */
}
.c-find-your-home-checkbox-group .c-checkbox-group label {
  position: relative;
  margin: 0;
  display: block;
  text-align: center;
  color: #000000;
  border: 1px solid #E1E1E1;
  font-size: 14px;
  transition: color 0.25s;
  height: 100%;
  line-height: 1.2;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.c-find-your-home-checkbox-group .c-checkbox-group label span {
  white-space: nowrap;
  padding-top: 1px;
}
@media screen and (min-width: 48em) {
  .c-find-your-home-checkbox-group .c-checkbox-group label {
    color: #000000;
    padding: 10px 20px;
    border: 1px solid #E1E1E1;
  }
}
.c-find-your-home-checkbox-group .c-checkbox-group label:hover {
  background-color: #F2F2F2;
}
.c-find-your-home-checkbox-group .c-checkbox-group label svg {
  margin-right: 8px;
  margin-top: 2px;
  transition: fill 0.25s;
}
.c-find-your-home-checkbox-group .c-checkbox-group label svg.house-building {
  width: 20px;
}
.c-find-your-home-checkbox-group .c-checkbox-group label svg.apartment {
  width: 12px;
}
.c-find-your-home-checkbox-group .c-checkbox-group label svg.duplex {
  width: 20px;
}
.c-find-your-home-checkbox-group .c-checkbox-group label svg.stand-alone {
  width: 20px;
}
.c-find-your-home-checkbox-group .c-checkbox-group label svg.terrace {
  width: 16px;
}
.c-find-your-home-checkbox-group .c-checkbox-group .c-checkbox-group__col--all-selected label {
  border-color: rgb(231, 48, 75);
  color: #fff;
  background-color: rgb(231, 48, 75);
}
.c-find-your-home-checkbox-group .c-checkbox-group .c-checkbox-group__col--all-selected label:hover {
  background-color: rgb(231, 48, 75);
}
.c-find-your-home-checkbox-group .c-checkbox-group .c-checkbox-group__col--all-selected label svg {
  fill: #fff;
}
.c-find-your-home-checkbox-group .c-checkbox-group__col {
  padding: 0px;
  width: 164px;
  flex: none;
}
@media screen and (min-width: 48em) {
  .c-find-your-home-checkbox-group .c-checkbox-group__col {
    width: 149px;
  }
}
.c-find-your-home-checkbox-group .c-checkbox-group__col--disabled {
  cursor: not-allowed;
  flex: none;
}
.c-find-your-home-checkbox-group .c-checkbox-group__row-enter-to {
  margin: 0 8px 8px 0;
}
.c-find-your-home-checkbox-group .c-checkbox-group__row-enter-to:nth-child(even) {
  margin-right: 0;
}

.c-filter__desktop-result label svg {
  display: none;
}

* + .c-accordion {
  margin-top: 1.5rem;
}
.c-accordion__heading {
  cursor: pointer;
  position: relative;
  font-size: 0.9rem;
  border-bottom: 1px solid currentColor;
  text-align: center;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-accordion__heading:after {
  content: "";
  display: inline-block;
  border: 0px;
  border-bottom: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotateZ(45deg);
  width: 10px;
  height: 10px;
  transition: all 0.25s;
  margin-right: 5px;
}
.c-accordion--open .c-accordion__heading, .c-accordion__heading:hover {
  color: rgb(231, 48, 75);
}
.c-accordion--open .c-accordion__heading:after {
  transform: rotateX(180deg) rotateZ(45deg);
}
.c-accordion__subheading {
  font-size: 0.6875rem;
  margin: 0;
}
.c-accordion__content {
  transition: all 0.25s;
  margin-top: 1rem;
}
.c-accordion__content-enter-active, .c-accordion__content-leave-active, .c-accordion__content-move {
  transition: all 0.25s;
}
.c-accordion__content-enter, .c-accordion__content-leave-to {
  opacity: 0;
  transform: translateY(-10%);
}

@media screen and (min-width: 64em) {
  .accordion-masonry .medium-7 {
    max-width: 40%;
  }
}
.accordion-masonry .row, .accordion-masonry .c-features__grid {
  padding: 0 10px;
}
@media screen and (min-width: 64em) {
  .accordion-masonry .row, .accordion-masonry .c-features__grid {
    padding: 0 48px;
    max-width: 1920px;
    justify-content: center;
  }
}
@media screen and (min-width: 64em) {
  .accordion-masonry__content {
    padding-left: 100px;
  }
}
.accordion-masonry__heading {
  margin-bottom: 36px;
  text-align: center;
  font-size: 30px;
}
@media screen and (min-width: 64em) {
  .accordion-masonry__heading {
    text-align: left;
    margin-bottom: 48px;
    font-size: 40px;
  }
}
.accordion-masonry__images {
  display: grid;
  grid-template-columns: repeat(16, 1fr);
  grid-template-rows: repeat(8, 1fr);
  gap: 10px;
  margin-bottom: 60px;
}
@media screen and (min-width: 64em) {
  .accordion-masonry__images {
    gap: 1.5rem;
    margin-bottom: 0;
  }
}
.accordion-masonry__images img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.accordion-masonry__images .cell--full {
  grid-column: 1/17;
  grid-row: 1/11;
}
.accordion-masonry__images .cell--1 {
  grid-column: 1/10;
  grid-row: 2/5;
}
.accordion-masonry__images .cell--2 {
  grid-column: 10/17;
  grid-row: 1/8;
}
.accordion-masonry__images .cell--3 {
  grid-column: 4/10;
  grid-row: 5/10;
}
.accordion-masonry .accordion-content {
  padding: 0 1rem 1rem;
}
.accordion-masonry .accordion-content a {
  color: rgb(231, 48, 75);
  font-weight: bold;
}
.accordion-masonry .accordion-content a:hover {
  color: rgb(198, 29, 47);
}
@media screen and (min-width: 64em) {
  .accordion-masonry .accordion-content {
    padding: 0 24px 24px;
  }
}
.accordion-masonry .accordion-title {
  font-size: 20px;
  padding-right: 24px;
}
@media screen and (min-width: 64em) {
  .accordion-masonry .accordion-title {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.accordion-masonry .accordion-title::before {
  right: 0;
  margin-top: -19px;
  font-weight: 300;
  font-size: 32px;
}
.accordion-masonry .accordion-title:hover {
  color: inherit;
}
.accordion-masonry .accordion .accordion-item.is-active {
  border-bottom: 2px solid #333e47;
}

.apartment-picker {
  padding: 2.5rem 1rem;
}
.apartment-picker .accordion {
  max-width: 1600px;
  margin: 0 auto;
  border-top: 0;
}
.apartment-picker .accordion .apartment-explorer-item.floorplan {
  background-color: white;
  margin: 0 auto;
}
.apartment-picker .accordion .accordion-title {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 20px;
  transition: all 0.33s;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 64em) {
  .apartment-picker .accordion .accordion-title {
    padding-right: 40px;
  }
}
.apartment-picker .accordion .accordion-title p {
  font-weight: normal;
  margin-bottom: 0;
}
@media screen and (min-width: 64em) {
  .apartment-picker .accordion .accordion-title:after {
    content: "Click to expand";
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin-right: 20px;
  }
}
.apartment-picker .accordion .accordion-title:before {
  content: "";
  background: url("../images/svg/icon-plus-thin.svg") center no-repeat;
  width: 20px;
  height: 20px;
  right: 0;
  transition: all 0.25s;
  margin-top: -10px;
}
@media screen and (min-width: 64em) {
  .apartment-picker .accordion .accordion-title:before {
    -webkit-mask-image: url("../images/svg/icon-plus-thin.svg");
            mask-image: url("../images/svg/icon-plus-thin.svg");
    background: #4d4d4d;
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
}
.apartment-picker .accordion .accordion-content {
  padding-bottom: 40px;
}
@media screen and (min-width: 64em) {
  .apartment-picker .accordion .accordion-item:hover .accordion-title h2 {
    color: rgb(231, 48, 75);
    transition: all 0.25s;
  }
  .apartment-picker .accordion .accordion-item:hover .accordion-title p {
    color: #4d4d4d;
  }
  .apartment-picker .accordion .accordion-item:hover .accordion-title::before {
    background-color: rgb(231, 48, 75);
  }
}
.apartment-picker .accordion .accordion-item .accordion-title__intro {
  display: block;
}
.apartment-picker .accordion .accordion-item.is-active {
  border-bottom: 2px solid rgb(231, 48, 75);
}
.apartment-picker .accordion .accordion-item.is-active .accordion-title {
  padding-bottom: 16px;
}
.apartment-picker .accordion .accordion-item.is-active .accordion-title p {
  color: #333e47;
}
.apartment-picker .accordion .accordion-item.is-active .accordion-title:before {
  background: url("../images/svg/icon-minus-thin.svg") center no-repeat;
  margin-top: -0.5rem;
}
@media screen and (min-width: 64em) {
  .apartment-picker .accordion .accordion-item.is-active .accordion-title:before {
    -webkit-mask-image: url("../images/svg/icon-minus-thin.svg");
            mask-image: url("../images/svg/icon-minus-thin.svg");
  }
}
@media screen and (min-width: 64em) {
  .apartment-picker .accordion .accordion-item.is-active .accordion-title:after {
    content: "Click to collapse";
  }
}
.apartment-picker .accordion .accordion-item.is-active .accordion-title__intro {
  display: none;
}
.apartment-picker__wrapper {
  max-width: 1600px;
  margin: 0 auto;
  border-top: 0;
}
.apartment-picker__wrapper .apartment-explorer-item.floorplan {
  background-color: white;
  margin: 0 auto;
}
@media screen and (min-width: 64em) {
  .apartment-picker__item:hover .apartment-picker__title div h2 {
    color: rgb(231, 48, 75);
    transition: all 0.25s;
  }
  .apartment-picker__item:hover .apartment-picker__title div p {
    color: #4d4d4d;
  }
  .apartment-picker__item:hover .apartment-picker__title h2 {
    color: rgb(231, 48, 75);
    transition: all 0.25s;
  }
  .apartment-picker__item:hover .apartment-picker__title p {
    color: #4d4d4d;
  }
  .apartment-picker__item:hover .apartment-picker__title::before {
    background-color: rgb(231, 48, 75);
  }
}
.apartment-picker__title {
  padding-top: 40px;
  padding-bottom: 16px;
  padding-right: 20px;
  transition: all 0.33s;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 64em) {
  .apartment-picker__title {
    padding-right: 40px;
  }
}
.apartment-picker__title p {
  font-weight: normal;
  margin-bottom: 0;
  color: #333e47;
}
.apartment-picker__title h2 {
  color: rgb(231, 48, 75);
}
.apartment-picker__title:after {
  display: none;
}
.apartment-picker__title:before {
  display: none;
}
.apartment-picker__content {
  padding-bottom: 40px;
}

.c-input-slider {
  color: #999999;
}
* + .c-input-slider {
  margin-top: 0.75rem;
}
.c-input-slider .noUi-horizontal {
  height: 30px;
  position: relative;
  margin-left: 8px;
  margin-right: 8px;
}
.c-input-slider .noUi-horizontal:before, .c-input-slider .noUi-horizontal:after {
  content: "";
  height: 11px;
  width: 1px;
  position: absolute;
  display: block;
  background-color: currentColor;
  top: 2px;
}
.c-input-slider .noUi-horizontal:before {
  left: 0;
}
.c-input-slider .noUi-horizontal:after {
  right: 0;
}
html:not([dir=rtl]) .c-input-slider .noUi-horizontal .noUi-handle {
  right: -7px;
}
.c-input-slider .noUi-horizontal[disabled] .noUi-handle {
  border-color: #999999;
}
.c-input-slider .noUi-horizontal[disabled] .noUi-connect {
  background: #999999;
}
.c-input-slider .noUi-horizontal[disabled] .noUi-tooltip {
  visibility: hidden;
}
.c-input-slider .noUi-target {
  background: currentColor;
  background: linear-gradient(transparent 0%, transparent 7px, currentColor 7px, currentColor 8px, transparent 8px, transparent 100%);
  border-radius: 0;
  border: none;
  box-shadow: none;
}
.c-input-slider .noUi-handle {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid rgb(231, 48, 75);
  background: #fff;
}
.c-input-slider .noUi-handle:before, .c-input-slider .noUi-handle:after {
  content: none;
}
.c-input-slider .noUi-handle-lower {
  cursor: ew-resize;
}
.c-input-slider .noUi-handle-upper {
  cursor: ew-resize;
}
.c-input-slider .noUi-connects {
  overflow: visible;
}
.c-input-slider .noUi-connect {
  height: 3px;
  background: #999999;
}
.c-input-slider--isset .noUi-connect {
  background: rgb(231, 48, 75);
}
.c-input-slider .noUi-connect, .c-input-slider .noUi-origin {
  top: 6px;
}
.c-input-slider .noUi-tooltip {
  bottom: initial;
  top: 100%;
  border: none;
  font-size: 11px;
  line-height: 15px;
  padding: 0px 0.5rem;
  margin-top: 3px;
  background-color: rgb(246, 247, 242);
}

.c-property-teaser {
  position: relative;
  display: flex;
  font-size: 0.9rem;
  overflow: hidden;
  height: 100%;
  background-color: #fff;
  flex-direction: column;
}
@media screen and (min-width: 48em) {
  .c-property-teaser {
    border: none;
  }
}
.c-property-teaser__thumbnail {
  position: relative;
  background: no-repeat center/cover;
  overflow: hidden;
  flex: 0 0 auto;
  padding-top: 65%;
  min-height: 0;
  width: 100%;
}
.c-property-teaser__thumbnail picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.c-property-teaser__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.c-property-teaser__content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  padding: 6px;
  padding: 16px;
  min-height: 0;
}
.c-property-teaser__content .share-button {
  color: rgb(231, 48, 75);
}
.c-property-teaser__content .share-button:hover {
  color: #000000;
}
.c-property-teaser__content .share-button svg {
  width: 25px;
  margin: auto;
  display: block;
}
.c-property-teaser__content .share-button .share-text {
  font-weight: bold;
  display: block;
  font-size: 12px;
}
.c-property-teaser__content-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #2D363E;
  padding-bottom: 8px;
}
.c-property-teaser__hover {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.25s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(51, 62, 71, 0.8);
}
@media screen and (min-width: 48em) {
  .c-property-teaser__hover {
    visibility: visible;
  }
}
.c-property-teaser__hover span {
  color: #fff;
  font-weight: bold;
  border: 2px solid currentColor;
  padding: 3px 2rem;
}
.c-property-teaser:hover .c-property-teaser__hover {
  opacity: 1;
}
.c-property-teaser__title {
  line-height: 1;
  font-size: 16px;
  margin-bottom: 5px;
}
.c-property-teaser__address {
  font-size: 16px;
}
.c-property-teaser__price {
  font-size: 16px;
  text-align: right;
  padding-top: 8px;
}
* + .c-property-teaser__price {
  margin-top: 5px;
}
.c-property-teaser__price + * {
  margin-top: 5px;
}
.c-property-teaser__price .from-price {
  display: block;
  font-size: 10px;
}
.c-property-teaser__icons {
  display: flex;
  justify-content: space-between;
}
.c-property-teaser__icons + * {
  margin-top: 0.25rem;
}
.c-property-teaser__icons > span {
  display: flex;
  align-items: center;
  margin-right: 1.35em;
}
.c-property-teaser__icons > span:last-child {
  margin-right: 0;
}
.c-property-teaser__icons unit {
  font-size: 16px;
}
.c-property-teaser__icons i {
  font-size: 1rem;
  margin-right: 8px;
  line-height: 1;
}
.c-property-teaser__icons--carports {
  display: flex;
  align-items: center;
}
.c-property-teaser__icons--carports object {
  width: 16px;
  height: 16px;
  margin-left: 3px;
}
.c-property-teaser__icons--tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  padding-bottom: 5px;
  padding-top: 8px;
  margin-right: 8px;
}
.c-property-teaser__icons--tooltip.reverse .tooltiptext {
  right: -20%;
  left: unset;
}
.c-property-teaser__icons--tooltip.reverse .tooltiptext::after {
  right: 5%;
  left: unset;
}
.c-property-teaser__icons--tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.c-property-teaser__icons--tooltip .tooltiptext {
  visibility: hidden;
  opacity: 0;
  width: 120px;
  background-color: white;
  color: #000;
  text-align: center;
  padding: 3px 0;
  border: 2px solid #e7304b;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 30px;
  transition: all 0.3s;
  font-weight: 400;
}
.c-property-teaser__icons--tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 10%;
  border-width: 8px;
  border-style: solid;
  border-color: #e7304b transparent transparent transparent;
}
.c-property-teaser__icons-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
}
.c-property-teaser__footer {
  margin-top: 5px;
  border-top: 1px solid rgb(51, 62, 71);
  padding-top: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
  font-size: 0.7rem;
  white-space: nowrap;
}
.c-property-teaser__footer .share-listing {
  height: 1rem;
  width: auto;
  transform: scaleX(-1);
}
@media screen and (min-width: 48em) {
  .c-property-teaser__footer .share-listing {
    display: none;
  }
}
.c-property-teaser__footer .share-text {
  display: none;
}
@media screen and (min-width: 48em) {
  .c-property-teaser__footer .share-text {
    display: inline;
  }
}
.c-property-teaser__footer a {
  color: #EC596F;
}
.c-property-teaser__tag-wrap {
  width: 66px;
}
.c-property-teaser__tag {
  position: absolute;
  top: 0;
  right: 0;
  transform-origin: right top;
  transform: rotate(45deg) translateX(50%);
  font-size: 9.5px;
  background-color: #5A7D32;
  width: 80px;
  line-height: 1.1em;
  height: 2.7em;
  padding: 23px 26px 3px;
  color: white;
  box-sizing: content-box;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 3;
  text-transform: capitalize;
}
@media screen and (min-width: 48em) {
  .c-property-teaser__tag {
    font-size: 10.5px;
  }
}
@media only screen and (max-width: 768px) {
  .c-property-teaser__tag.future-location {
    left: -130px;
    transform: rotate(-45deg) translateX(50%);
  }
}
.c-property-teaser__tag.ready-now {
  background: #5A7D32;
}
.c-property-teaser__tag.coming-soon {
  background: #a78aa7;
}
.c-property-teaser__tag.under-contract {
  background: #fd823c;
}
.c-property-teaser__tag.under-construction {
  background: #9154b7;
}
.c-property-teaser__tag.show-home {
  background: rgb(45, 177, 207);
}
.c-property-teaser__tag.sold {
  background: #971a2d;
}
.c-property-teaser__tag.selling-fast {
  background: #2db1cf;
}
.c-property-teaser__tag.show-home {
  background: rgb(45, 177, 207);
}
.c-property-teaser__tag.future-location {
  background: #801A7C;
}
.c-property-teaser__available {
  position: absolute;
  top: 35px;
  color: black;
  right: 36px;
  transform-origin: right top;
  transform: rotate(45deg) translateX(50%);
  font-size: 9.5px;
  background-color: #5A7D32;
  width: 80px;
  line-height: 1.1em;
  height: 2.7em;
  color: red;
  padding: 0px 75px 0px;
  box-sizing: content-box;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 3;
  text-transform: capitalize;
  background: white;
}
@media screen and (min-width: 48em) {
  .c-property-teaser__available {
    font-size: 10.5px;
  }
}
.c-property-teaser.locations {
  padding-left: 0rem;
  background-color: transparent;
}
@media only screen and (min-width: 769px) {
  .c-property-teaser.locations {
    padding-left: 1rem;
    padding-right: 0rem;
  }
}

@media screen and (min-width: 48em) {
  .c-property-teaser-bg {
    flex: 1 1 auto;
  }
  .c-property-teaser-bg:after {
    content: "";
    display: block;
    padding-top: 66%;
  }
}

/******************** Gridview house listing */
.house-teaser {
  width: 100%;
  height: 100%;
  background: #fff;
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.75rem;
  margin-top: 0.75rem;
}
@media print, screen and (min-width: 40em) {
  .house-teaser {
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 40em) {
  .house-teaser {
    margin-top: 1rem;
  }
}
.house-teaser > a:link div.image-wrap,
.house-teaser > a:link div.details,
.house-teaser > a:link div.footer {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.house-teaser > a:hover div.image-wrap,
.house-teaser > a:hover div.details,
.house-teaser > a:hover div.footer {
  opacity: 0.8;
  transition: opacity 0.3s ease;
}
.house-teaser img {
  width: 100%;
}
.house-teaser .teaser-title {
  position: absolute;
  overflow: hidden;
  display: block;
  top: 0;
  right: -50px;
  width: 100px;
  height: 46px;
  line-height: 1;
  padding: 20px 25px 0px 25px;
  z-index: 1;
  background: transparent;
  color: white;
  font-family: "Gotham SSm 4r", "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 0.625rem;
  text-align: center;
  transform-origin: 50px 0px;
  transform: rotate(45deg);
}
.house-teaser .teaser-title.selling-fast {
  background: #2db1cf;
}
.house-teaser .teaser-title.ready-now {
  background: #5A7D32;
}
.house-teaser .teaser-title.selling-now {
  background: #5A7D32;
}
.house-teaser .teaser-title.coming-soon {
  background: #a78aa7;
}
.house-teaser .teaser-title.under-contract {
  background: #fd823c;
}
.house-teaser .teaser-title.under-construction {
  background: #9154b7;
}
.house-teaser .teaser-title.sold {
  background: #971a2d;
}
.house-teaser .teaser-title.show-home {
  background: rgb(45, 177, 207);
}
.house-teaser .details {
  padding: 0.625rem 1.25rem;
}
.house-teaser .details h3 {
  font-family: "Gotham SSm 4r", "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  margin: 0.625rem 0;
}
.house-teaser .details address {
  font-style: normal;
}
.house-teaser .details p.price {
  margin: 0.625rem 0.625rem 0.625rem 0;
  color: #5e7282;
  font-size: 0.875rem;
  font-family: "Gotham SSm 4r", "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
  line-height: 1.4;
}
.house-teaser .details span.bedrooms,
.house-teaser .details span.bathrooms,
.house-teaser .details span.livingareas,
.house-teaser .details span.studyareas,
.house-teaser .details span.garages {
  display: inline-block;
  margin: 0.625rem 0.625rem 0.625rem 0;
  color: #5e7282;
  font-size: 0.875rem;
  font-family: "Gotham SSm 4r", "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
  line-height: 1.4;
  font-weight: 400;
}
.house-teaser .details span.bedrooms span,
.house-teaser .details span.bathrooms span,
.house-teaser .details span.livingareas span,
.house-teaser .details span.studyareas span,
.house-teaser .details span.garages span {
  vertical-align: text-bottom;
}
.house-teaser .details span.bedrooms i,
.house-teaser .details span.bathrooms i,
.house-teaser .details span.livingareas i,
.house-teaser .details span.studyareas i,
.house-teaser .details span.garages i {
  padding: 0 0.75rem 0 0.5rem;
  font-size: 1.625rem;
  vertical-align: baseline;
}
.house-teaser .footer {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  border-top: solid 1px rgb(246, 247, 242);
}
.house-teaser .footer p {
  font-family: "Gotham SSm 4r", "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
  line-height: 1.4;
  font-size: 0.75rem;
  text-transform: uppercase;
  margin: 0.625rem 0;
}
.house-teaser .footer p.right {
  float: right;
}

.future-location-tiles {
  padding-right: 0.25rem !important;
}
@media screen and (min-width: 48em) {
  .future-location-tiles {
    padding-right: 0.85rem !important;
  }
}

.c-development-teaser__thumbnail {
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 75%;
}
.c-development-teaser__details {
  padding: 1rem 1rem 0rem 1rem;
}
.c-development-teaser__footer {
  padding: 0 1rem;
}
.c-development-teaser__hover {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.25s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(51, 62, 71, 0.9);
}
@media screen and (min-width: 48em) {
  .c-development-teaser__hover {
    visibility: visible;
  }
}
.c-development-teaser__hover span {
  color: #fff;
  font-weight: bold;
  border: 2px solid currentColor;
  padding: 3px 2rem;
}
.c-development-teaser:hover .c-development-teaser__hover {
  opacity: 1;
}

.c-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.9);
  color: rgb(231, 48, 75);
}
.c-overlay.loading-overlay {
  background-color: #ffffff;
}
.c-overlay__icon {
  width: 60px;
  height: 60px;
  animation: rotate 2s linear infinite;
  position: absolute;
  top: 38px;
  left: 42.5%;
  transform: translateX(-50%);
}
@media screen and (min-width: 48em) {
  .c-overlay__icon {
    top: 44%;
    left: 47.5%;
    transform: translate(-50%, -50%);
  }
}
.c-overlay__icon > .dot {
  fill: currentColor;
}
.c-overlay__no-result {
  fill: currentColor;
  width: 50px;
  height: 50px;
  margin-top: 28px;
}
@media screen and (min-width: 48em) {
  .c-overlay__no-result {
    margin-top: 0;
  }
}
* + .c-overlay__content {
  margin-top: 1rem;
}
.c-overlay__solid {
  background-color: #F6F7F2;
}

.c-filter__desktop-result .c-overlay {
  justify-content: flex-start;
}
@media screen and (min-width: 48em) {
  .c-filter__desktop-result .c-overlay {
    justify-content: center;
  }
}
.c-filter__desktop-result .c-overlay h1 {
  font-size: 32px;
  margin-bottom: 5px;
  padding-top: 28px;
}
@media screen and (min-width: 48em) {
  .c-filter__desktop-result .c-overlay h1 {
    font-size: 50px;
    margin-bottom: 30px;
    padding-top: 0;
  }
}
@media screen and (min-width: 64em) {
  .c-filter__desktop-result .c-overlay h1 {
    font-size: 70px;
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.c-select--beige {
  background-color: #F6F7F2;
  color: rgb(51, 62, 71);
}
.c-select--beige .c-select__dropdown {
  background-color: #F6F7F2;
}
.c-select:focus {
  outline: none;
}
.c-select__base {
  position: relative;
  min-width: 225px;
}
.c-select__input {
  cursor: pointer;
  color: inherit;
  border: 1px solid #4d4d4d;
  background: transparent;
  padding: 8px 1rem;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-select--open .c-select__input {
  border-color: #4d4d4d;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.c-select__arrow {
  margin-left: 1rem;
  transition: transform 0.25s ease;
}
.c-select--open .c-select__arrow {
  transform: translateY(-50%) rotate(180deg);
}
.c-select__arrow:after {
  content: "";
  border: 0;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: currentColor;
  width: 10px;
  height: 10px;
  display: block;
  transform: translateY(-25%) rotate(45deg);
}
.c-select__dropdown {
  position: absolute;
  top: 100%;
  width: 100%;
  margin: 0;
  list-style: none;
  padding: 0;
  z-index: 10;
  border: 1px solid #4d4d4d;
  border-top: 0px;
  color: black;
  text-align: left;
  overflow: hidden;
  box-shadow: 0px 5px 10px rgba(51, 62, 71, 0.35);
}
.c-select__dropdown li {
  cursor: pointer;
  padding: 0.6rem 1rem;
}
.c-select__dropdown li.selected, .c-select__dropdown li:hover {
  background-color: rgb(231, 48, 75);
  color: #fff;
}
.c-select__dropdown li:hover {
  background-color: #ec5e73;
}
.c-select__element-wrapper {
  position: relative;
}
@media print, screen and (max-width: 63.99875em) {
  .c-select__element-wrapper {
    display: flex;
  }
}
@media screen and (min-width: 48em) {
  .c-select__element-wrapper {
    display: none;
  }
}
.c-select__mobile-overwrite-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-select__mobile-overwrite-icon svg {
  width: 75%;
  height: 75%;
}

.dropdown-enter-active, .dropdown-leave-active {
  transition: all 0.25s;
}

.dropdown-enter, .dropdown-leave-to {
  transform: translateY(-10px);
  opacity: 0;
}

.c-input-select {
  position: relative;
}
.c-input-select:focus .c-input-select__input {
  box-shadow: 0 0 5px #cacaca;
}
fieldset[disabled] .c-input-select {
  cursor: not-allowed;
}
fieldset[disabled] .c-input-select__clickable {
  pointer-events: none;
  background-color: #E6E6E6;
  color: #C3C3C3;
}

.c-input-select__clickable {
  outline: none;
}
.c-input-select__input {
  display: block;
  border: 1px solid #424242;
  padding: 0.5rem;
  position: relative;
  overflow: hidden;
  padding-right: 40px;
  box-sizing: content-box;
  cursor: default;
}
.c-input-select__input svg {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 100%;
  fill: rgb(51, 62, 71);
  transition: all 0.25s;
}
.c-input-select__input.is-open svg {
  fill: rgb(231, 48, 75);
}
.c-input-select__options {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: white;
  margin: 0;
  z-index: 5;
  border: 1px solid #424242;
  border-top: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.c-input-select__options li {
  padding: 0.5rem 0.5rem;
  white-space: nowrap;
}
.c-input-select__options li:hover {
  background-color: #F2F2F2;
}
.c-input-select__options li.is-active {
  background-color: rgb(231, 48, 75);
  color: #fff;
  transition: all 0.25s;
}
.c-input-select__options li.is-disabled {
  color: #aaaaaa !important;
  background-color: transparent !important;
  pointer-events: none;
}
.c-input-select__options li.is-disabled:hover {
  background-color: none;
}
.c-input-select__el select {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.c-select-mobile {
  border-bottom: 2px solid #999999;
  font-weight: bold;
  font-size: 0.9rem;
}
.c-select-mobile:last-child {
  border-bottom: 0;
}
.c-select-mobile--selected {
  color: rgb(231, 48, 75);
}
.c-select-mobile--selected .c-select-mobile__label {
  border-right: 2px solid rgb(231, 48, 75);
}
.c-select-mobile--disabled {
  color: #aaaaaa;
  pointer-events: none;
}
.c-select-mobile--disabled .c-select-mobile__input {
  display: none;
}
.c-select-mobile__container {
  padding: 10px 5px;
  display: flex;
  justify-content: space-between;
  transition: all 0.15s;
}
.c-select-mobile__container > * {
  flex: 1 1 50%;
}
.c-select-mobile__container:active {
  background-color: rgba(231, 48, 75, 0.5);
  color: #fff;
}
.c-select-mobile__value {
  text-align: right;
}
.c-select-mobile__input {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  z-index: 12000;
}
.c-select-mobile__input-ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-select-mobile__input-ul li {
  border: 2px solid currentColor;
  margin-top: 10px;
  padding: 5px 8px;
  color: #999999;
}
.c-select-mobile__cta {
  text-align: center;
  margin-top: 2rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.c-select-mobile__cta > * {
  font-size: 0.8em;
  margin-bottom: 0.5rem;
  padding-left: 10px;
  padding-right: 10px;
  align-self: center;
  white-space: nowrap;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.c-select-mobile__input-close {
  position: relative;
  width: 30px;
  height: 30px;
  border: 2px solid currentColor;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 0;
  color: rgb(231, 48, 75);
}
.c-select-mobile__input-close:before, .c-select-mobile__input-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 75%;
  height: 2px;
  background-color: currentColor;
}
.c-select-mobile__input-close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-select-mobile__input-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.c-select-mobile__input-back {
  position: relative;
  height: 30px;
  display: flex;
  align-items: center;
  font-size: 10.5px;
  font-weight: normal;
  position: absolute;
  top: 10px;
  left: 0;
  color: rgb(231, 48, 75);
  border: none;
}
.c-select-mobile__input-back:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 2px solid currentColor;
  border-top: none;
  border-right: none;
  position: absolute;
  top: 50%;
  transform: translate(25%, -50%) rotate(45deg);
  left: 0;
  right: auto;
}
.c-select-mobile__input-back:after {
  content: attr(data-title);
  padding-left: 20px;
}
.c-select-mobile__input-next {
  position: relative;
  height: 30px;
  display: flex;
  align-items: center;
  font-size: 10.5px;
  font-weight: normal;
  position: absolute;
  top: 10px;
  right: 15px;
  color: rgba(231, 48, 75, 0.25);
  border: none;
  pointer-events: none;
}
.c-select-mobile__input-next:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 2px solid currentColor;
  border-top: none;
  border-right: none;
  position: absolute;
  top: 50%;
  transform: translate(-25%, -50%) rotate(225deg);
  left: auto;
  right: 0;
}
.c-select-mobile__input-next:after {
  content: attr(data-title);
  padding-right: 20px;
}
.c-select-mobile__input-next.is-active {
  color: rgb(231, 48, 75);
  pointer-events: initial;
}

.c-map {
  background: #57687a;
  flex: 1 1 auto;
  padding: 0;
  width: 100%;
  height: 100%;
  /*
      Google map overrides
  */
}
.c-map__element {
  width: 100%;
  height: 100%;
}
.c-map__controls {
  display: block;
  width: 38px;
  height: 74px;
  background: #fff;
  color: #333e47;
  border: 2px solid #333e47;
  cursor: pointer;
  text-align: center;
  font-size: 27px;
  line-height: 36px;
  transition: color 0.1s ease;
}
.c-map__zoom-out {
  border-top: 1px solid #333e47;
}
.c-map .property-wrapper {
  width: 100%;
}
.c-map__popup-tip-anchor {
  position: absolute;
  width: 200px;
}
.c-map__popup-bubble-anchor {
  position: absolute;
  width: 100%;
  bottom: 60px;
  left: -100px;
  background: white;
}
.c-map__popup-close {
  position: absolute;
  display: block;
  top: 0px;
  right: -30px;
  width: 30px;
  height: 30px;
  background: white;
  font-size: 30px;
  padding: 0px 8px;
  line-height: 30px;
}
.c-map__popup-close:hover {
  cursor: pointer;
}
.c-map .gm-style-iw {
  background: red;
  top: 0px !important;
  position: absolute;
  left: 0px !important;
  right: 0px !important;
  width: 100% !important;
}
.c-map .gm-style-iw > div {
  width: 100%;
}

.detail-sidebar img {
  max-width: 100% !important;
}

.c-map-section {
  height: 100vh;
  width: 100%;
  max-height: 410px;
  position: relative;
}
@media screen and (min-width: 56.25em) {
  .c-map-section {
    max-height: 580px;
  }
}
.c-map-section__element {
  width: 100%;
  height: 100%;
}

.c-superlot-list__column {
  border-bottom: 2px solid rgb(51, 62, 71);
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.c-superlot-list__thumbnail {
  padding-top: 66.6666666667%;
}
@media print, screen and (min-width: 40em) {
  .c-superlot-list__thumbnail {
    padding: 0;
    height: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .c-superlot-list__content {
    padding-top: 0.5rem;
    padding-bottom: 1rem;
  }
}
.c-superlot-list__header {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 64em) {
  .c-superlot-list__header {
    flex-direction: row;
    align-items: center;
  }
  .c-superlot-list__header > * {
    flex: 1 1 auto;
  }
}
.c-superlot-list__title {
  margin: 0;
  display: inline-block;
  line-height: 1.2;
}
.c-superlot-list__info {
  margin-top: 0.5rem;
  display: flex;
  font-size: 0.75rem;
  font-weight: bold;
}
@media screen and (min-width: 64em) {
  .c-superlot-list__info {
    margin-top: 0;
    justify-content: flex-end;
  }
}
.c-superlot-list__info span {
  display: flex;
  align-items: center;
  margin-right: 1.75em;
}
.c-superlot-list__info span:last-child {
  margin-right: 0;
}
.c-superlot-list__info i {
  font-size: 1.85em;
  margin-left: 0.5em;
}
* + .c-superlot-list__desc {
  margin-top: 1rem;
}
.c-superlot-list__desc strong {
  color: red;
}
.c-superlot-list__cta {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}
.c-superlot-list__btn {
  display: inline-block;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #4d4d4d;
  margin: 10px 5px;
}

.c-fab {
  position: relative;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
}
.c-fab--shadow .c-fab__label {
  box-shadow: 0 4px 8px 0 rgba(51, 62, 71, 0.4);
}
.c-fab__label {
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
  font-size: 0.85rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  border-radius: 70px;
  background-color: rgb(231, 48, 75);
  transition: all 0.25s;
  padding-right: 100%;
  overflow: hidden;
}
.c-fab__label.is-active {
  top: -2px;
  right: -2px;
  bottom: -2px;
  padding-left: 1rem;
  padding-right: calc(100% + 0.25rem);
}
.c-fab__label span {
  height: 100%;
  display: flex;
  align-items: center;
}
.c-features__title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding: 0 1.5rem;
  background-color: rgba(151, 26, 45, 0.3);
}
.c-features__front, .c-features__back {
  border-radius: 10px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: 0.35s;
  transform-style: preserve-3d;
  transform: rotateY(0deg);
}
.c-features__front {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2;
}
.c-features__card:hover .c-features__front, .is-flipped .c-features__front {
  transform: rotateY(180deg);
}
.c-features__back {
  flex: 1 1 auto;
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  padding: 2rem 1rem 1rem;
  background-color: rgb(151, 26, 45);
  color: #fff;
  transform: rotateY(180deg);
  z-index: -2;
  text-align: center;
}
.c-features__card:hover .c-features__back, .is-flipped .c-features__back {
  transform: rotateY(0deg);
  z-index: 2;
}
@supports (display: grid) and (grid-template-columns: repeat(3, 1fr)) and (grid-row-gap: 1%) and (grid-gap: 1%) and (grid-column-gap: 1%) {
  .c-features__grid {
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
  @media print, screen and (min-width: 40em) {
    .c-features__grid {
      grid-template-columns: repeat(5, 1fr);
      grid-template-rows: repeat(10, 1fr);
    }
  }
  @media screen and (min-width: 64em) {
    .c-features__grid {
      grid-template-columns: repeat(14, 1fr);
      grid-template-rows: repeat(10, 1fr);
    }
  }
}
.c-features__card {
  display: flex;
  overflow: hidden;
}
@supports (display: grid) and (grid-template-columns: repeat(3, 1fr)) and (grid-row-gap: 1%) and (grid-gap: 1%) and (grid-column-gap: 1%) {
  .c-features__card {
    display: grid;
    max-width: initial;
    padding: 0 !important;
  }
  @media print, screen and (min-width: 40em) {
    .c-features__card:nth-child(6n+1) {
      grid-column: 1/4;
      grid-row: 1/4;
    }
    .c-features__card:nth-child(6n+2) {
      grid-column: 1/4;
      grid-row: 4/6;
    }
    .c-features__card:nth-child(6n+3) {
      grid-column: 4/6;
      grid-row: 1/6;
    }
    .c-features__card:nth-child(6n+4) {
      grid-column: 3/6;
      grid-row: 6/9;
    }
    .c-features__card:nth-child(6n+5) {
      grid-column: 1/3;
      grid-row: 6/11;
    }
    .c-features__card:nth-child(6n+6) {
      grid-column: 3/6;
      grid-row: 9/11;
    }
  }
  @media screen and (min-width: 64em) {
    .c-features__card:nth-child(6n+1) {
      grid-column: 1/5;
      grid-row: 1/5;
    }
    .c-features__card:nth-child(6n+2) {
      grid-column: 5/11;
      grid-row: 1/4;
    }
    .c-features__card:nth-child(6n+3) {
      grid-column: 11/15;
      grid-row: 1/8;
    }
    .c-features__card:nth-child(6n+4) {
      grid-column: 5/11;
      grid-row: 4/8;
    }
    .c-features__card:nth-child(6n+5) {
      grid-column: 1/5;
      grid-row: 5/11;
    }
    .c-features__card:nth-child(6n+6) {
      grid-column: 5/15;
      grid-row: 8/11;
    }
  }
}
.c-features__card-container {
  flex: 1 1 auto;
  position: relative;
  display: flex;
}

.c-base-accordion__item {
  border-bottom: 1px solid #999999;
}
.c-base-accordion__title {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 30px;
  position: relative;
  cursor: pointer;
}
.c-base-accordion__title:after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #999999;
  border-bottom: 2px solid #999999;
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%) rotate(-45deg);
  transition: transform 0.25s;
}
.c-base-accordion__item.is-open .c-base-accordion__title:after {
  transform: translateY(-50%) rotate(45deg);
}
.c-base-accordion__content.v-enter-active, .c-base-accordion__content.v-leave-active {
  transition: height 0.25s;
  overflow: hidden;
}
.c-base-accordion__content-container {
  padding: 0 0 1rem;
}
.c-base-accordion__content-container p {
  margin: 0;
}
.c-base-accordion__content-container p + p {
  margin-top: 1rem;
}

.c-video__overlay {
  cursor: pointer;
  background: no-repeat center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-video__overlay-enter-active {
  transition: all 0.25s;
}
.c-video__overlay-leave-active {
  transition: all 0.5s;
}
.c-video__overlay-leave-to {
  left: 100%;
  opacity: 0;
}
.c-video__overlay-enter {
  opacity: 0;
}
.c-video__transition-enter-active, .c-video__transition-leave-active {
  transition: opacity 0.4s 0.4s;
}
.c-video__transition-enter-active .c-video__description, .c-video__transition-leave-active .c-video__description {
  transition: transform 0.4s 0s;
}
.c-video__transition-enter, .c-video__transition-leave-to {
  opacity: 0;
  transition: opacity 0.8s 0.4s;
}
@media print, screen and (min-width: 40em) {
  .c-video__transition-enter .c-video__description, .c-video__transition-leave-to .c-video__description {
    transform: translateX(100%);
    transition: transform 0.4s 0s;
  }
}
.c-video__play-btn {
  width: 60px;
  height: 60px;
  fill: white;
  transition: transform 0.25s;
}
.c-video__overlay:hover .c-video__play-btn {
  transform: scale(1.1);
}
.c-video__play-btn--invert {
  fill: rgb(51, 62, 71);
}
@media print, screen and (max-width: 39.99875em) {
  .c-video__information {
    margin-top: 1rem;
  }
}
@media print, screen and (min-width: 40em) {
  .c-video__information {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (min-width: 64em) {
  .c-video__information {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.c-video__name {
  font-family: "Dala Moa";
  font-size: 1.75rem;
}
.c-video__name--red {
  color: rgb(198, 29, 47);
}
.c-video__location {
  font-size: 1.2rem;
}
* + .c-video__quote {
  margin-top: 1rem;
}
.c-video__name-summary {
  font-family: "Dala Moa";
  font-size: 1.35rem;
  line-height: 1;
}
.c-video__list {
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 40em) {
  .c-video__list {
    flex-direction: column;
    align-items: flex-start;
  }
}
.c-video__thumbnail {
  position: relative;
  flex: 0 0 45%;
  background: no-repeat center/cover;
}
@media print, screen and (min-width: 40em) {
  .c-video__thumbnail {
    flex: 1 1 auto;
    width: 100%;
  }
}
.c-video__thumbnail-play-btn {
  width: 30px;
  height: 30px;
  fill: #fff;
  position: absolute;
  bottom: 10px;
  right: 10px;
  transition: transform 0.25s;
}
.c-video__thumbnail:hover .c-video__thumbnail-play-btn {
  transform: scale(1.2);
}
.c-video__summary {
  flex: 0 0 55%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media print, screen and (min-width: 40em) {
  .c-video__summary {
    flex: 1 1 100%;
    margin-top: 1rem;
    padding-left: 0;
    padding-right: 0;
  }
}
.c-video__overlay {
  display: flex;
}
.c-video__description {
  background: rgba(51, 62, 71, 0.9);
  color: white;
  padding: 1rem;
}
.c-video__description > *:last-child {
  margin-bottom: 0;
}
.c-video__main {
  display: flex;
  flex: 1 1 60%;
  justify-content: center;
  align-items: center;
}
.c-video .c-video__overlay {
  background-color: rgba(51, 62, 71, 0.9);
}
@media print, screen and (max-width: 39.99875em) {
  .c-video .c-video__overlay {
    flex-direction: column;
  }
}
@media print, screen and (min-width: 40em) {
  .c-video__main {
    min-width: 60%;
  }
  .c-video__description {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem;
  }
}

.video-and-content {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.video-and-content .row, .video-and-content .c-features__grid {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 40em) {
  .video-and-content .row, .video-and-content .c-features__grid {
    flex-direction: row;
  }
}
@media screen and (min-width: 64em) {
  .video-and-content .row, .video-and-content .c-features__grid {
    max-width: 1600px;
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media print, screen and (min-width: 40em) {
  .video-and-content {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}
@media screen and (min-width: 64em) {
  .video-and-content {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.video-and-content__title {
  font-family: "Dala Moa";
  color: rgb(231, 48, 75);
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.2;
}
@media print, screen and (min-width: 40em) {
  .video-and-content__title {
    margin-top: 0;
    margin-bottom: 1rem;
  }
}
.video-and-content__content {
  font-size: 1rem;
  line-height: 1.6;
  color: #333e47;
}
@media print, screen and (min-width: 40em) {
  .video-and-content__content {
    font-size: 1.125rem;
  }
}
.video-and-content__content p {
  margin-bottom: 1.5rem;
}
.video-and-content__content p:last-child {
  margin-bottom: 0;
}
.video-and-content__left {
  order: 2;
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 2rem;
  padding-left: 22px;
  padding-right: 22px;
}
@media print, screen and (min-width: 40em) {
  .video-and-content__left {
    order: 1;
    margin-bottom: 0;
    padding-right: 4rem;
  }
}
@media screen and (min-width: 90em) {
  .video-and-content__left {
    padding-left: 0;
  }
}
.video-and-content__right {
  order: 1;
  position: relative;
  z-index: 0;
  width: 100%;
  padding-left: 22px;
  padding-right: 22px;
}
@media print, screen and (min-width: 40em) {
  .video-and-content__right {
    order: 2;
    padding-left: 2rem;
  }
}
@media screen and (min-width: 90em) {
  .video-and-content__right {
    padding-right: 0;
  }
}
.video-and-content__video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
  background-color: #000;
  cursor: pointer;
}
.video-and-content__video-wrapper[data-video-wrapper] {
  cursor: pointer;
}
.video-and-content__video-wrapper:hover .video-and-content__play-button svg circle {
  fill: rgb(231, 48, 75) !important;
  stroke: rgb(231, 48, 75) !important;
}
.video-and-content__video-wrapper:hover .video-and-content__play-button svg path {
  fill: #fff !important;
}
.video-and-content__loop-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-and-content__play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 10;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-and-content__play-button svg {
  width: 100px;
  height: 100px;
  display: block;
  transition: all 0.3s ease;
}
@media print, screen and (min-width: 40em) {
  .video-and-content__play-button svg {
    width: 120px;
    height: 120px;
  }
}
.video-and-content__play-button svg circle {
  transition: all 0.3s ease;
}
.video-and-content__play-button svg path {
  transition: all 0.3s ease;
}
.video-and-content__play-button:hover svg circle {
  fill: rgb(231, 48, 75);
  stroke: rgb(231, 48, 75);
}
.video-and-content__play-button:hover svg path {
  fill: #fff;
}
.video-and-content__vimeo-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.video-and-content__vimeo-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media print, screen and (max-width: 39.99875em) {
  .c-content {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.c-iframe {
  position: relative;
}
.c-iframe iframe {
  width: 100%;
  height: 100%;
}
.c-iframe__frame {
  padding-top: 150%;
}
@media print, screen and (min-width: 40em) {
  .c-iframe__frame {
    padding-top: 56.25%;
  }
}

.c-step-carousel {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  margin-bottom: -100px;
}
.c-step-carousel > *:last-child {
  margin-bottom: 100px;
}
.c-step-carousel__nav {
  display: flex;
  justify-content: center;
}
.c-step-carousel__primary-btn {
  font-family: "Dala Moa";
  color: #424242;
  display: flex;
  align-items: center;
  max-width: 200px;
  padding: 0.5rem;
  margin: 0 0.75rem;
  transition: all 0.25s;
  cursor: pointer;
}
@media print, screen and (min-width: 40em) {
  .c-step-carousel__primary-btn {
    border: 3px solid transparent;
    border-radius: 50px;
    border-width: 3px;
  }
}
.c-step-carousel__primary-btn > span {
  display: none;
  font-size: 1.15rem;
  margin-left: 0.5rem;
  line-height: 1;
}
@media print, screen and (min-width: 40em) {
  .c-step-carousel__primary-btn > span {
    display: block;
  }
}
.c-step-carousel__primary-btn.is-active {
  color: rgb(231, 48, 75);
  border-color: currentColor;
}
.c-step-carousel__view {
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  overflow: hidden;
}
@media print, screen and (min-width: 40em) {
  .c-step-carousel__view {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.c-step-carousel__view-enter-active {
  transition: all 0.3s;
}
.c-step-carousel__view-leave-active {
  transition: all 0.15s;
}
.c-step-carousel__view-leave-to {
  opacity: 0;
}
.c-step-carousel__view-enter.prev {
  transform: translateX(-100px);
  opacity: 0;
}
.c-step-carousel__view-enter.next {
  transform: translateX(100px);
  opacity: 0;
}
.c-step-carousel__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-100%);
  pointer-events: none;
  fill: rgba(66, 66, 66, 0.5);
}
@media print, screen and (min-width: 40em) {
  .c-step-carousel__arrow {
    transform: translateY(-100%);
    color: #fff;
    border-bottom: 2px solid currentColor;
    text-align: center;
    font-weight: bold;
  }
}
.c-step-carousel__arrow.is-prev {
  left: 0;
}
.c-step-carousel__arrow.is-next {
  right: 0;
}
.c-step-carousel__arrow-enter-active, .c-step-carousel__arrow-leave-active {
  transition: all 0.25s;
  opacity: 1;
}
.c-step-carousel__arrow-leave-active {
  transition: all 0.125s;
}
.c-step-carousel__arrow-enter.is-prev {
  transform: translateY(-100%) translateX(-100%);
}
.c-step-carousel__arrow-enter.is-next {
  transform: translateY(-100%) translateX(100%);
}
.c-step-carousel__arrow-enter, .c-step-carousel__arrow-leave-to {
  opacity: 0;
}
.c-step-carousel__track {
  display: flex;
}
.c-step-carousel__item {
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
  opacity: 0;
  transition: all 0.25s;
}
@media print, screen and (min-width: 40em) {
  .c-step-carousel__item {
    opacity: 1;
  }
}
.c-step-carousel__item.is-active {
  z-index: 10;
  opacity: 1;
}
.c-step-carousel__step {
  background-color: rgb(231, 48, 75);
  color: #fff;
  display: flex;
  transition: all 0.5s 0.25s;
  position: relative;
  height: 100%;
  opacity: 0;
  transform: translateY(-50%);
  top: 50%;
}
@media print, screen and (max-width: 39.99875em) {
  .c-step-carousel__step {
    margin: 0 5px;
  }
}
.c-step-carousel__step:after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%) translateY(-100%);
  border-top: 20px solid transparent;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 0px solid;
  transition: all 0.25s 0.5s;
}
.c-step-carousel__item.is-active > .c-step-carousel__step {
  opacity: 1;
  box-shadow: 0 3px 5px 0px rgba(51, 62, 71, 0.25);
}
@media print, screen and (min-width: 40em) {
  .c-step-carousel__item.is-active > .c-step-carousel__step {
    height: 115%;
  }
}
.c-step-carousel__item.is-active > .c-step-carousel__step:after {
  border-top-color: rgb(231, 48, 75);
  transform: translateX(-50%);
}
.c-step-carousel__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #424242;
  z-index: 5;
  opacity: 0;
  transition: all 0.25s 0.25s;
  cursor: pointer;
}
@media print, screen and (min-width: 40em) {
  .c-step-carousel__overlay {
    opacity: 1;
  }
}
.c-step-carousel__item.is-active > .c-step-carousel__overlay {
  opacity: 0;
  pointer-events: none;
  z-index: 0;
}
.c-step-carousel__title {
  font-family: "Gotham SSm 4r", "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
  border-bottom: 1px solid currentColor;
  font-weight: bold;
  font-size: 1.15em;
  line-height: 1.2;
  padding-bottom: 0.5rem;
}
.c-step-carousel__content {
  font-size: 0.85rem;
  flex: 1 0 55%;
  padding: 1rem;
}
@media print, screen and (min-width: 40em) {
  .c-step-carousel__content {
    font-size: 0.9rem;
  }
}
.c-step-carousel__image {
  flex: 0 1 45%;
  background: no-repeat center/cover;
}
@media print, screen and (max-width: 68.74875em) {
  .c-step-carousel__image {
    display: none;
  }
}
.c-step-carousel__timeline-wrapper {
  position: relative;
}
.c-step-carousel__timeline-wrapper:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 100%;
  height: 2px;
  transform: translateY(-50%);
  background-color: rgb(231, 48, 75);
  z-index: -1;
}
.c-step-carousel__timeline {
  display: flex;
  flex-wrap: nowrap;
  height: 40px;
  align-items: center;
}
.c-step-carousel__indicator {
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
.c-step-carousel__indicator:hover svg, .c-step-carousel__indicator:hover:before, .c-step-carousel__indicator.is-active svg, .c-step-carousel__indicator.is-active:before {
  transform: scale(1.25);
}
.c-step-carousel__indicator--circle {
  color: rgb(51, 62, 71);
}
.c-step-carousel__indicator--circle:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: currentColor;
  border: 2px solid currentColor;
  transition: all 0.25s;
}
.c-step-carousel__indicator--circle.is-active:before {
  border-color: rgb(231, 48, 75);
  background-color: #fff;
}
.c-step-carousel__indicator--circle:hover:before {
  color: rgb(231, 48, 75);
}
.c-step-carousel__indicator--arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: rgb(51, 62, 71);
}
.c-step-carousel__indicator--arrow.is-prev {
  right: 100%;
}
.c-step-carousel__indicator--arrow.is-next {
  left: 100%;
}
.c-step-carousel__indicator svg {
  width: 30px;
  height: 30px;
  border: 2px solid rgb(51, 62, 71);
  padding: 4px;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.25s;
}
.c-step-carousel__indicator span {
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 0.5rem;
  width: 100%;
  text-align: center;
}

.c-progress {
  position: relative;
  line-height: 0;
}
.c-progress__circle {
  width: 50px;
  position: relative;
}
.c-progress__text {
  font-family: "Gotham SSm 4r", "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
}
.c-progress__path {
  stroke: currentColor;
  opacity: 0.25;
  stroke-width: 10px;
  fill: none;
  transition: opacity 0.5s;
}
.c-progress__path.is-active {
  opacity: 1;
}

.c-sharing {
  text-align: center;
  padding: 1rem;
  color: #fff;
  background-color: rgba(51, 62, 71, 0.9);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 12050;
}
.c-sharing-enter-active, .c-sharing-leave-active {
  transition: opacity 0.25s;
}
.c-sharing-enter, .c-sharing-leave-to {
  opacity: 0;
}
.c-sharing--cover {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.c-sharing--fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  top: 0;
  width: 100%;
}
.c-sharing__container {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
  width: 100%;
  max-width: 25rem;
}
* + .c-sharing__container {
  margin-top: 1rem;
}
.c-sharing__container + * {
  margin-top: 1rem;
}
.c-sharing__heading {
  text-transform: uppercase;
  font-size: 0.9rem;
  font-family: "Gotham SSm 4r", "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
  font-weight: bold;
  width: 100%;
}
.c-sharing__link {
  flex: 0 0 auto;
  width: 33.3333333333%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1rem;
  color: inherit;
}
.c-sharing__link:hover, .c-sharing__link:active, .c-sharing__link:focus {
  color: inherit;
}
.c-sharing__link:hover svg {
  filter: drop-shadow(0 0 8px #999999);
}
.c-sharing__link svg {
  width: 36px;
  height: 36px;
  fill: currentColor;
  transition: all 0.25s;
}
.c-sharing__link span {
  margin-top: 0.5rem;
  font-weight: bold;
  font-size: 0.7rem;
  white-space: nowrap;
}

.c-sharing-simple {
  padding: 0;
  color: rgb(51, 62, 71);
  background-color: transparent;
  text-align: left;
  align-items: flex-start;
}
.c-sharing-simple--neg-offset {
  margin-top: 1rem;
}
@media print, screen and (min-width: 40em) {
  .c-sharing-simple--neg-offset {
    margin-top: -32px;
  }
}
@media print, screen and (min-width: 40em) {
  .c-sharing-simple--showhome {
    margin-top: 1.3rem;
    margin-bottom: 1rem;
    text-align: right;
  }
  .c-sharing-simple--showhome .c-sharing-simple__container {
    justify-content: flex-end;
  }
}
* + .c-sharing-simple {
  margin-top: 1rem;
}
.c-sharing-simple__container {
  display: flex;
}
.c-sharing-simple__heading {
  text-transform: uppercase;
  font-size: 0.8rem;
  font-family: "Gotham SSm 4r", "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.c-sharing-simple__heading + * {
  margin-top: 0.6rem;
}
.c-sharing-simple__link {
  display: flex;
  position: relative;
}
.c-sharing-simple__link + .c-sharing-simple__link {
  padding-left: 0.5rem;
}
.c-sharing-simple__link svg {
  width: 31px;
  height: 31px;
  fill: currentColor;
  transition: all 0.25s;
}
.c-sharing-simple__link:hover, .c-sharing-simple__link:active, .c-sharing-simple__link:focus {
  color: inherit;
}
.c-sharing-simple__link:hover svg {
  filter: drop-shadow(0 0 8px #999999);
}

.c-icon {
  position: relative;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-icon--shadow {
  box-shadow: 0 4px 8px 0 rgba(51, 62, 71, 0.4);
}
.c-icon--big {
  padding: 24px;
}
.c-icon--small {
  padding: 8px;
}
.c-icon--round {
  border-radius: 72px;
}
.c-icon--red {
  background-color: rgb(231, 48, 75);
  color: #fff;
}
.c-icon__svg {
  fill: currentColor;
  width: 24px;
  height: 24px;
  padding: 3px;
}

.c-speed-dial {
  position: relative;
}
.c-speed-dial--fab {
  position: absolute;
  bottom: 16px;
  right: 16px;
  line-height: 0;
  z-index: 10;
}
.c-speed-dial__container {
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.c-speed-dial__icon {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 5;
}
.c-speed-dial__icon-enter-active, .c-speed-dial__icon-leave-active {
  transition: all 0.25s;
}
.c-speed-dial__icon-enter, .c-speed-dial__icon-leave-to {
  transform: rotate(-45deg);
  opacity: 0;
}
.c-speed-dial__list {
  display: flex;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  flex-direction: column-reverse;
  align-items: center;
}
.c-speed-dial__list > *:nth-child(1) {
  transition-delay: 0.05s;
}
.c-speed-dial__list > *:nth-child(2) {
  transition-delay: 0.1s;
}
.c-speed-dial__list > *:nth-child(3) {
  transition-delay: 0.15s;
}
.c-speed-dial__list > *:nth-child(4) {
  transition-delay: 0.2s;
}
.c-speed-dial__list > *:nth-child(5) {
  transition-delay: 0.25s;
}
.c-speed-dial__list > *:nth-child(6) {
  transition-delay: 0.3s;
}
.c-speed-dial__list > *:nth-child(7) {
  transition-delay: 0.35s;
}
.c-speed-dial__list > *:nth-child(8) {
  transition-delay: 0.4s;
}
.c-speed-dial__list > *:nth-child(9) {
  transition-delay: 0.45s;
}
.c-speed-dial__list > *:nth-child(10) {
  transition-delay: 0.5s;
}
.c-speed-dial__list > * {
  margin-bottom: 0.75rem;
  cursor: pointer;
}

.c-checkbox {
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-top: 15px;
}
fieldset[disabled] .c-checkbox {
  cursor: not-allowed;
}
fieldset[disabled] .c-checkbox__input {
  pointer-events: none;
  color: #C3C3C3;
  background-color: #E6E6E6;
}

.c-checkbox__input {
  width: 30px;
  height: 30px;
  color: #424242;
  border: 2px solid currentColor;
  flex: 0 0 auto;
  transition: background-color 0.25s;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  margin: 0;
}
.c-checkbox__input:before {
  content: "✓";
  color: #fff;
  font-size: 24px;
  line-height: 1;
  opacity: 0;
}
.c-checkbox__input.is-checked, .c-checkbox__input:checked {
  color: #333e47;
  animation: ripplePulse 1s;
  background-color: currentColor;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-checkbox__input.is-checked:before, .c-checkbox__input:checked:before {
  opacity: 1;
}
.c-checkbox__label {
  margin-left: 0.75em;
  line-height: 1.1;
}
.c-checkbox__el {
  display: none;
}

.c-clipboard-copy {
  position: relative;
}
.c-clipboard-copy__tooltip {
  font-size: 0.875rem;
  position: absolute;
  white-space: nowrap;
  background-color: #262626;
  padding: 0.25rem 1rem;
  border-radius: 5px;
}
.c-clipboard-copy__tooltip:before {
  content: "";
  position: absolute;
  border: 8px solid transparent;
}
.c-clipboard-copy__tooltip--top {
  bottom: 100%;
  right: 50%;
  transform: translateX(-50%);
}
.c-clipboard-copy__tooltip--top:before {
  top: 100%;
  left: 50%;
  border-top-color: #262626;
  transform: translateX(-50%);
}
.c-clipboard-copy__tooltip--bottom {
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.c-clipboard-copy__tooltip--bottom:before {
  bottom: 100%;
  left: 50%;
  border-bottom-color: #262626;
  transform: translateX(-50%);
}
.c-clipboard-copy__tooltip--left {
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
}
.c-clipboard-copy__tooltip--left:before {
  top: 50%;
  left: 100%;
  border-left-color: #262626;
  transform: translateY(-50%);
}
.c-clipboard-copy__tooltip--right {
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
}
.c-clipboard-copy__tooltip--right:before {
  top: 50%;
  right: 100%;
  border-right-color: #262626;
  transform: translateY(-50%);
}
.c-clipboard-copy__tooltip--simple {
  color: rgb(246, 247, 242);
  bottom: calc(100% + 10px);
  left: 23px;
  transform: translateX(-50%);
}
.c-clipboard-copy__tooltip--simple:before {
  top: 100%;
  left: 50%;
  border-top-color: #262626;
  transform: translateX(-50%);
}
@media print, screen and (max-width: 39.99875em) {
  .c-clipboard-copy__tooltip--simple {
    text-align: center;
    width: 110px;
    white-space: normal;
    padding: 0.4rem 1rem;
  }
}

.c-footer > .row, .c-footer > .c-features__grid {
  max-width: 1240px;
}
.c-footer__terms-list {
  margin-left: 0;
}
@media screen and (min-width: 64em) {
  .c-footer__terms-list {
    margin-top: 38px;
  }
}
.c-footer__locations-list > li {
  width: 100%;
  font-size: 24px;
  margin-top: 0;
}
.c-footer__locations-list > li > a:link, .c-footer__locations-list > li > a:visited {
  opacity: 1;
  font-weight: bold;
  margin-bottom: 16px;
  display: block;
}
.c-footer__locations-list-sub-ul {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.c-footer__social {
  margin-bottom: 0.5rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 64em) {
  .c-footer__social {
    text-align: left;
  }
}
.c-footer__social-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin: -4px;
  margin-bottom: 1rem;
}
@media screen and (min-width: 64em) {
  .c-footer__social-links {
    justify-content: flex-start;
  }
}
.c-footer__social-links > * {
  flex: 0 1 20%;
  padding: 4px;
  max-width: 40px;
}
.c-footer__social-links img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 64em) {
  .c-footer__quick-links li a:link, .c-footer__quick-links li a:visited {
    font-weight: bold;
    opacity: 1;
  }
}
.c-footer .list-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
}
.c-footer .flr-footer-links {
  text-align: center;
}
.c-footer .flr-footer-links ul {
  margin-left: 0;
}
@media screen and (min-width: 64em) {
  .c-footer .flr-footer-links {
    text-align: left;
  }
  .c-footer .flr-footer-links ul {
    margin-left: 0;
  }
}
@media screen and (min-width: 64em) {
  .c-footer .flr-footer-links .row .flr-footer-links:nth-child(2), .c-footer .flr-footer-links .c-features__grid .flr-footer-links:nth-child(2) {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .c-footer .flr-footer-links .row .flr-footer-links:nth-child(2) .c-footer__locations-list-sub-ul, .c-footer .flr-footer-links .c-features__grid .flr-footer-links:nth-child(2) .c-footer__locations-list-sub-ul {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
}

.c-gdpr {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background-color: #4d4d4d;
  color: #fff;
  z-index: 12000;
}
.c-gdpr__close {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  margin: 10px;
  box-sizing: content-box;
  top: 0;
  right: 0;
  cursor: pointer;
}
.c-gdpr__close:before, .c-gdpr__close:after {
  content: "";
  display: block;
  width: 100%;
  height: 10%;
  background-color: currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center;
}
.c-gdpr__close:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.c-gdpr__close:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-gdpr p {
  font-size: 0.75rem;
  margin: 0;
}
.c-gdpr a {
  color: inherit;
  text-decoration: underline;
}

.c-blog__hero-bg {
  width: 100%;
  min-height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}
@media print, screen and (min-width: 40em) {
  .c-blog__hero-bg {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    min-height: auto;
  }
}
.c-blog__hero-bg--pos-1 {
  left: 0;
}
.c-blog__hero-bg--pos-2 {
  left: 50%;
}
.c-blog__loading {
  position: relative;
  display: flex;
  height: 80px;
}
.c-blog__loading::before {
  top: 50%;
  left: 50%;
  position: absolute;
  content: "";
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid rgb(231, 48, 75);
  border-top-color: #F2F2F2;
  animation: keyframed_spinner 0.6s linear infinite;
  transform: translateX(-50%) translateY(-50%) rotate(0deg);
}

.banner-tile-links {
  display: block;
}
.banner-tile-links:hover ~ .o-container .blog-tile-links h2, .banner-tile-links:focus ~ .o-container .blog-tile-links h2 {
  color: rgb(198, 29, 47);
}

.blog-tile-links h2:hover, .blog-tile-links h2:focus {
  color: rgb(198, 29, 47);
}
.featured-blog .blog-tile-links h2 {
  color: rgb(198, 29, 47);
}

.u-pa a .c-post__title {
  color: #fff;
}
.u-pa a .c-post__title:hover, .u-pa a .c-post__title:focus {
  color: rgb(198, 29, 47);
}

.o-blog .u-bg:hover ~ .u-bg--dark .u-pa a .c-post__title, .o-blog .u-bg:focus ~ .u-bg--dark .u-pa a .c-post__title {
  color: rgb(198, 29, 47);
}

@media print, screen and (max-width: 39.99875em) {
  .c-blog-cta__el {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }
  .c-blog-cta__el a {
    margin: 0;
    white-space: nowrap;
  }
  .c-blog-cta__el h4 {
    margin-right: 2rem;
  }
}
@media print, screen and (min-width: 40em) {
  .c-blog-cta {
    text-align: center;
  }
}
@media screen {
  .c-blog-cta + .c-blog-cta {
    margin-top: 1.25rem;
  }
}
@media screen and ( min-width: 640px ) {
  .c-blog-cta + .c-blog-cta {
    margin-top: 1.6666666667rem;
  }
}
@media screen and ( min-width: 1024px ) {
  .c-blog-cta + .c-blog-cta {
    margin-top: 2.5rem;
  }
}

.c-post__title {
  font-size: 1.625rem;
  line-height: 1.1;
  transition: color 0.4s ease;
}
@media print, screen and (min-width: 40em) {
  .c-post__title {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 64em) {
  .c-post__title {
    font-size: 2.375rem;
  }
}
.c-post__title--main {
  font-size: 1.875rem;
}
@media print, screen and (min-width: 40em) {
  .c-post__title--main {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 64em) {
  .c-post__title--main {
    font-size: 3rem;
  }
}
.c-post__meta {
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 600;
}
.c-post__tags {
  line-height: 1.7;
  margin-left: 0.5rem;
}
.c-post__tags:before {
  content: " | ";
  margin-right: 0.5rem;
}
.c-post__tags a + a:before {
  content: ",";
  margin-right: 0.5rem;
}
.c-post__tags a {
  border-bottom: none;
}
.c-post__tags a:hover {
  border-bottom: none;
}
.c-post__tags a:hover:before {
  color: rgb(51, 62, 71);
}
.c-post__link .u-bg {
  transition: transform 0.4s ease;
}
.c-post__link:hover h4 {
  color: rgb(231, 48, 75);
}
.c-post__link:hover .u-bg {
  transform: scale(1.03);
}
.c-post__blog-link {
  color: rgb(231, 48, 75);
  font-weight: 600;
  border-bottom: solid 1px transparent;
}
.c-post__blog-link:hover {
  border-bottom-color: rgb(231, 48, 75);
}
.c-post__progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  color: rgb(231, 48, 75);
  background-color: transparent;
  height: 6px;
}
.c-post__progress::-webkit-progress-bar {
  background-color: transparent;
}
.c-post__progress::-webkit-progress-value {
  background-color: rgb(231, 48, 75);
}
.c-post__progress::-moz-progress-bar {
  background-color: rgb(231, 48, 75);
}
@media print, screen and (max-width: 39.99875em) {
  .c-post__footer {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
  .c-post__footer > * {
    flex: 0 1 auto;
  }
}

/* IMAGES
-------------------------------------------- */
img.left {
  float: left;
  max-width: 50%;
  margin: 5px 20px 10px 0;
}

img.right {
  float: right;
  max-width: 50%; /* Responsive width */
  margin: 5px 0 10px 20px;
}

img.leftAlone {
  float: left;
  margin-right: 100%;
  margin-bottom: 10px;
  clear: both;
}

img.center {
  float: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 10px;
  clear: both;
}

.captionImage {
  width: 100%;
  margin-top: 5px;
}

.captionImage img {
  margin: 0;
}

.captionImage.left {
  float: left;
  margin: 5px 30px 20px 0px;
}

.captionImage.right {
  float: right;
  margin: 5px 0 20px 30px;
}

.captionImage.left[style],
.captionImage.right[style] {
  max-width: 50%; /* Overides core width to make responsive */
}

.captionImage.left img,
.captionImage.right img {
  float: none;
  max-width: none;
  width: 100%;
}

.captionImage.left img {
  margin-right: -10px;
}

.captionImage.right img {
  margin-left: -10px;
}

.captionImage.right p {
  margin-left: -10px;
  text-align: left;
  margin-left: -10px;
}

.captionImage.leftAlone {
  float: none;
  margin: 0 20px 20px 0px;
}

.captionImage.center {
  margin: 0 auto 20px;
}

.captionImage p {
  clear: both;
  margin: 5px 0;
  font-style: italic;
  color: #888;
}

.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.se-pre-con {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 500;
  background-color: rgba(255, 255, 255, 0.9);
  color: #e7304b;
}

/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff;
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color:#000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.c-placecard {
  position: absolute;
  top: 10px;
  left: 45px;
  right: 10px;
  max-width: 250px;
}
@media screen and (min-width: 30em) {
  .c-placecard {
    max-width: 330px;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .c-placecard {
    left: 10px;
  }
}
.c-placecard__container {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  width: 100%;
  background: rgb(255, 255, 255);
  border-radius: 2px;
  color: #5B5B5B;
  font-family: Roboto, Arial;
  font-size: 12px;
  padding: 10px;
  display: flex;
}
.c-placecard__container a {
  color: #3a84df;
}
.c-placecard__container a:hover {
  text-decoration: underline;
}
.c-placecard__left {
  flex: 0 0 75%;
  overflow: hidden;
}
.c-placecard__right {
  flex: 0 0 25%;
  overflow: hidden;
}
.c-placecard__place-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 500;
  font-size: 14px;
  color: black;
}
.c-placecard__address {
  margin-top: 6px;
}
.c-placecard__bottom-actions {
  margin-top: 6px;
}
.c-placecard__navigate {
  text-align: center;
}
.c-placecard__navigate-icon {
  background: rgba(0, 0, 0, 0) url("https://maps.gstatic.com/mapfiles/embed/images/entity11.png") repeat scroll 0px 0px/70px 210px padding-box border-box;
  height: 22px;
  width: 22px;
  margin-right: auto;
  margin-left: auto;
}
.c-placecard__direction-link {
  color: rgb(58, 132, 223);
  display: block;
  height: 43px;
  text-decoration: none;
  width: 54.7344px;
}
.c-placecard__view-large {
  display: block;
  margin-top: 10px;
  color: rgb(58, 132, 223);
  text-decoration: none;
}

.section-home-banner {
  background-color: #333e47;
  max-width: 1920px;
  margin-top: 50px;
}
@media print, screen and (min-width: 40em) {
  .section-home-banner {
    margin-top: 50px;
  }
}
@media screen and (min-width: 48em) {
  .section-home-banner {
    margin-top: 74px;
  }
}
@media screen and (min-width: 64em) {
  .section-home-banner {
    overflow: hidden !important;
  }
}
.section-home-banner .mobile-image--full {
  height: 100%;
  min-height: 450px;
}
@media print, screen and (min-width: 40em) {
  .section-home-banner .mobile-image--half {
    height: auto;
  }
}
.section-home-banner .height-control {
  min-height: 500px;
}
@media print, screen and (min-width: 40em) {
  .section-home-banner .height-control {
    min-height: 700px;
  }
}
@media screen and (min-width: 64em) {
  .section-home-banner .height-control {
    min-height: 500px;
  }
}
@media (min-width: 1560px) {
  .section-home-banner .height-control {
    min-height: 750px;
  }
}
.section-home-banner .banner__grid {
  display: grid;
}
@media screen and (min-width: 64em) {
  .section-home-banner .banner__grid {
    gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.section-home-banner .banner__grid__content {
  container-type: inline-size;
  background: #333e47;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (min-width: 64em) {
  .section-home-banner .banner__grid__content {
    justify-content: flex-start;
  }
}
.section-home-banner .banner__grid__content .content-inner {
  padding: 24px 24px 80px;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  gap: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .section-home-banner .banner__grid__content .content-inner {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 64em) {
  .section-home-banner .banner__grid__content .content-inner {
    padding: 180.59px 107.88px;
  }
}
@media screen and (min-width: 90em) {
  .section-home-banner .banner__grid__content .content-inner {
    padding: 180.59px 107.88px;
  }
}
.section-home-banner .banner__grid__content .banner__title {
  font-size: 39px;
  line-height: 0.9;
}
@media screen and (min-width: 64em) {
  .section-home-banner .banner__grid__content .banner__title {
    font-size: max(1.5em, 2em + 5cqi);
  }
}
.section-home-banner .banner__grid__content .banner__tag {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 1rem;
  color: #333e47;
  background: white;
}
@media screen and (min-width: 64em) {
  .section-home-banner .banner__grid__content .banner__tag {
    font-size: 14px;
  }
}
@media screen and (min-width: 64em) {
  .section-home-banner .banner__grid__image {
    order: 1;
  }
}
@media screen and (min-width: 90em) {
  .section-home-banner .banner__grid__image {
    padding-left: 72px;
  }
}
.section-home-banner .banner-lockup {
  display: flex;
  position: absolute;
  top: 0;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
@media (max-width: 639px) {
  .section-home-banner .banner-lockup {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px 16px 16px 16px;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .section-home-banner .banner-lockup {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 16px;
  }
}
@media screen and (min-width: 64em) {
  .section-home-banner .banner-lockup {
    justify-content: flex-start;
    width: calc(100% - 192px);
    left: 96px;
    padding: 0;
  }
}
@media screen and (min-width: 68.75em) {
  .section-home-banner .banner-lockup {
    left: 160px;
  }
}
.section-home-banner .banner-lockup a {
  display: flex;
  justify-content: left;
  align-items: flex-start;
}
@media screen and (min-width: 64em) {
  .section-home-banner .banner-lockup a {
    justify-content: flex-start;
    margin: unset;
  }
}
.section-home-banner .banner-lockup img {
  width: auto;
  max-width: 320px;
}
@media print, screen and (min-width: 40em) {
  .section-home-banner .banner-lockup img {
    max-width: 420px;
    height: calc(100% - 288px);
  }
}
@media screen and (min-width: 64em) {
  .section-home-banner .banner-lockup img {
    max-width: 542px;
  }
}
@media screen and (min-width: 90em) {
  .section-home-banner .banner-lockup img {
    max-width: 542px;
  }
}
.section-home-banner .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 88px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
  max-width: calc(100% - 32px);
  padding: 0 16px;
}
@media screen and (min-width: 64em) {
  .section-home-banner .swiper-container-horizontal > .swiper-pagination-bullets {
    left: 107.88px;
    transform: none;
    text-align: left;
    max-width: none;
    padding: 0;
  }
}
.section-home-banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  opacity: 1;
  background: white;
  flex: 1 1 auto;
  min-width: 20px;
  max-width: 36px;
  height: 3px;
  border-radius: 0;
  margin: 0;
}
@media screen and (min-width: 64em) {
  .section-home-banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 36px;
    flex: 0 0 36px;
    margin: 0 6px 0 0;
  }
}
.section-home-banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #e7304b;
}
.section-home-banner .swiper-button-next,
.section-home-banner .swiper-button-prev {
  display: none;
}
@media screen and (min-width: 64em) {
  .section-home-banner .swiper-button-next,
.section-home-banner .swiper-button-prev {
    display: flex;
    position: absolute;
    top: auto;
    bottom: 69.5px;
    width: 40px;
    height: 40px;
    margin: 0;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
    z-index: 10;
  }
}
.section-home-banner .swiper-button-next:after,
.section-home-banner .swiper-button-prev:after {
  display: none;
}
.section-home-banner .swiper-button-next svg,
.section-home-banner .swiper-button-prev svg {
  width: 40px;
  height: 40px;
  display: block;
}
.section-home-banner .swiper-button-next svg rect,
.section-home-banner .swiper-button-prev svg rect {
  stroke: #C3C3C3;
  fill: transparent;
  transition: all 0.3s ease;
}
.section-home-banner .swiper-button-next svg path,
.section-home-banner .swiper-button-prev svg path {
  stroke: #C3C3C3;
  stroke-width: 1.5;
  fill: none;
  transition: all 0.3s ease;
}
.section-home-banner .swiper-button-next:hover:not(.swiper-button-disabled),
.section-home-banner .swiper-button-prev:hover:not(.swiper-button-disabled) {
  background-color: white;
}
.section-home-banner .swiper-button-next:hover:not(.swiper-button-disabled) svg rect,
.section-home-banner .swiper-button-prev:hover:not(.swiper-button-disabled) svg rect {
  stroke: #e7304b;
  fill: transparent;
}
.section-home-banner .swiper-button-next:hover:not(.swiper-button-disabled) svg path,
.section-home-banner .swiper-button-prev:hover:not(.swiper-button-disabled) svg path {
  stroke: #e7304b;
}
.section-home-banner .swiper-button-next.swiper-button-disabled,
.section-home-banner .swiper-button-prev.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
@media screen and (min-width: 64em) {
  .section-home-banner .swiper-button-prev {
    left: calc(107.88px + var(--pagination-width, 250px) + 6px);
    right: auto;
  }
}
@media screen and (min-width: 64em) {
  .section-home-banner .swiper-button-next {
    left: calc(107.88px + var(--pagination-width, 250px) + 6px + 40px + 6px);
    right: auto;
  }
  .section-home-banner .swiper-button-next svg {
    transform: scaleX(-1);
  }
}
@media only screen and (max-width: 1023px) {
  .section-home-banner .hero-popup {
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
  }
  .section-home-banner .hero-popup .videoWrapper {
    padding-bottom: 55%;
  }
}
.section-home-banner .hero-popup .container {
  border-radius: 10px;
  padding: 0px 0px 40px 0px;
}
@media (min-width: 1200px) {
  .section-home-banner .hero-popup .container {
    max-width: 1200px;
  }
}
@media (min-width: 1600px) {
  .section-home-banner .hero-popup .container {
    max-width: 1400px;
  }
}
.section-home-banner .hero-popup .container .swiper-container {
  padding: 20px 0px 30px !important;
}
@media print, screen and (min-width: 40em) {
  .section-home-banner .hero-popup .container .swiper-container {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 1023px) {
  .section-home-banner .hero-popup .container .videoWrapper {
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 10px;
    background-color: #fff;
  }
  .section-home-banner .hero-popup .container .videoWrapper iframe {
    padding: 6px;
  }
}
.section-home-banner .hero-popup .container .close-modal-wrapper {
  padding: 0px 30px;
  text-align: right;
}
.section-home-banner .hero-popup .container .close {
  font-size: 30px;
  text-align: left;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .section-home-banner .hero-popup .container .close {
    color: #fff;
  }
}
.section-home-banner .brand-logo {
  width: auto;
  height: 64px;
}
@media screen and (min-width: 64em) {
  .section-home-banner .brand-logo {
    height: 144px;
  }
}
.section-home-banner .banner-swiper-slide img[loading=lazy] {
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}
.section-home-banner .banner-swiper-slide img[loading=lazy].is-loaded {
  opacity: 1;
}
.section-home-banner .banner-lockup img[loading=lazy] {
  opacity: 0;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-out;
  transform: translateY(10px);
}
.section-home-banner .banner-lockup img[loading=lazy].is-loaded {
  opacity: 1;
  transform: translateY(0);
}

.section-development-overview-banner {
  text-align: center;
  max-width: 1920px;
  max-height: 600px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .section-development-overview-banner {
    display: flex;
  }
}
@media (min-width: 1367px) {
  .section-development-overview-banner {
    max-height: 900px;
  }
}
.section-development-overview-banner .hero-banner {
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.section-development-overview-banner .hero-banner .brand-logo {
  width: auto;
  height: 64px;
}
@media screen and (min-width: 64em) {
  .section-development-overview-banner .hero-banner .brand-logo {
    height: 144px;
  }
}
.section-development-overview-banner .banner {
  width: 100%;
  position: relative;
  justify-content: center;
}
.section-development-overview-banner .banner video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 640px) {
  .section-development-overview-banner .banner video {
    display: none;
    visibility: hidden;
  }
}
@media (max-width: 640px) {
  .section-development-overview-banner .banner .sm-hidden {
    display: none;
    visibility: hidden;
  }
}
@media (min-width: 640px) {
  .section-development-overview-banner .banner .md-hidden {
    display: none;
    visibility: hidden;
  }
}
.section-development-overview-banner .player-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 20%;
  left: 0;
  background-position: center;
  background-size: cover;
}
.section-development-overview-banner .player-overlay img {
  width: 48%;
}
@media screen and (min-width: 64em) {
  .section-development-overview-banner .player-overlay img {
    width: 50%;
  }
}
@media (min-width: 640px) {
  .section-development-overview-banner .player-overlay {
    top: 40%;
  }
}
@media screen and (min-width: 64em) {
  .section-development-overview-banner .player-overlay {
    top: 30%;
  }
}
.section-development-overview-banner .player-overlay.desktop {
  text-align: left;
  margin-left: 8%;
}
.section-development-overview-banner .hidden {
  display: none;
  visibility: hidden;
}
@media only screen and (max-width: 1023px) {
  .section-development-overview-banner .hero-popup {
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
  }
  .section-development-overview-banner .hero-popup .videoWrapper {
    padding-bottom: 55%;
  }
}
.section-development-overview-banner .hero-popup .container {
  border-radius: 10px;
  padding: 0px 0px 40px 0px;
}
@media (min-width: 1200px) {
  .section-development-overview-banner .hero-popup .container {
    max-width: 1200px;
  }
}
@media (min-width: 1600px) {
  .section-development-overview-banner .hero-popup .container {
    max-width: 1400px;
  }
}
.section-development-overview-banner .hero-popup .container .swiper-container {
  padding: 20px 0px 30px !important;
}
@media print, screen and (min-width: 40em) {
  .section-development-overview-banner .hero-popup .container .swiper-container {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 1023px) {
  .section-development-overview-banner .hero-popup .container .videoWrapper {
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 10px;
    background-color: #fff;
  }
  .section-development-overview-banner .hero-popup .container .videoWrapper iframe {
    padding: 6px;
  }
}
.section-development-overview-banner .hero-popup .container .close-modal-wrapper {
  padding: 0px 30px;
  text-align: right;
}
.section-development-overview-banner .hero-popup .container .close {
  font-size: 30px;
  text-align: left;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .section-development-overview-banner .hero-popup .container .close {
    color: #fff;
  }
}
.section-development-overview-banner .site-carousel {
  max-height: 796px;
}
.section-development-overview-banner .site-carousel__btns {
  bottom: 0px;
  transform: none;
  left: unset;
  right: 0px;
  display: flex;
}
.section-development-overview-banner .site-carousel__btns .c-btn-icon {
  width: 60px;
  height: 60px;
  border: unset;
  margin: 0px;
}
@media screen and (min-width: 48em) {
  .section-development-overview-banner .site-carousel__btns .c-btn-icon {
    width: 72px;
    height: 72px;
  }
}
.section-development-overview-banner .site-carousel__btns .c-btn-icon.js-prev:hover {
  background-color: #39403D;
}
.section-development-overview-banner .site-carousel__btns .c-btn-icon.js-next:hover {
  background-color: #39403D;
}
.section-development-overview-banner .site-carousel .slick-dots {
  right: 30%;
  bottom: 25px;
}
.section-development-overview-banner .site-carousel .slick-dots li button {
  width: 30px !important;
  height: 3px !important;
  padding: unset !important;
  background-color: #39403D;
  border: none;
  border-radius: 0px;
}
@media screen and (min-width: 48em) {
  .section-development-overview-banner .site-carousel .slick-dots li button {
    width: 48px !important;
    height: 4px !important;
  }
}
.section-development-overview-banner .site-carousel .slick-dots li.slick-active button {
  background-color: #fff;
}

.section-banner-carousel {
  background-color: #333e47;
  max-width: 1920px;
}
@media screen and (min-width: 64em) {
  .section-banner-carousel {
    overflow: hidden !important;
  }
}
.section-banner-carousel .mobile-image--full {
  height: 100%;
  min-height: 540px;
}
@media print, screen and (min-width: 40em) {
  .section-banner-carousel .mobile-image--half {
    height: auto;
  }
}
.section-banner-carousel .height-control {
  min-height: 640px;
}
@media print, screen and (min-width: 40em) {
  .section-banner-carousel .height-control {
    min-height: 800px;
  }
}
@media screen and (min-width: 64em) {
  .section-banner-carousel .height-control {
    min-height: 750px;
  }
}
@media (min-width: 1560px) {
  .section-banner-carousel .height-control {
    min-height: 900px;
  }
}
.section-banner-carousel .banner__grid {
  display: grid;
}
@media screen and (min-width: 64em) {
  .section-banner-carousel .banner__grid {
    gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.section-banner-carousel .banner__grid__content {
  container-type: inline-size;
  background: #333e47;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 64em) {
  .section-banner-carousel .banner__grid__content {
    justify-content: end;
  }
}
.section-banner-carousel .banner__grid__content .content-inner {
  padding: 24px 24px 80px;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .section-banner-carousel .banner__grid__content .content-inner {
    padding: 72px 20cqw;
    justify-content: center;
  }
}
@media screen and (min-width: 64em) {
  .section-banner-carousel .banner__grid__content .content-inner {
    padding-bottom: 12px;
    padding-right: 8px;
    max-width: 600px;
  }
}
@media screen and (min-width: 90em) {
  .section-banner-carousel .banner__grid__content .content-inner {
    width: calc(100% - 192px);
  }
}
.section-banner-carousel .banner__grid__content .banner__title {
  font-size: 39px;
  line-height: 0.9;
}
@media screen and (min-width: 64em) {
  .section-banner-carousel .banner__grid__content .banner__title {
    font-size: max(1.5em, 2em + 5cqi);
  }
}
.section-banner-carousel .banner__grid__content .banner__tag {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 1rem;
  color: #333e47;
  background: white;
}
@media screen and (min-width: 64em) {
  .section-banner-carousel .banner__grid__content .banner__tag {
    font-size: 14px;
  }
}
@media screen and (min-width: 64em) {
  .section-banner-carousel .banner__grid__image {
    order: 1;
  }
}
@media screen and (min-width: 90em) {
  .section-banner-carousel .banner__grid__image {
    padding-left: 72px;
  }
}
.section-banner-carousel .banner-lockup {
  display: flex;
  position: absolute;
  top: 0;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 64em) {
  .section-banner-carousel .banner-lockup {
    justify-content: flex-start;
    width: calc(100% - 192px);
    left: 96px;
  }
}
@media screen and (min-width: 68.75em) {
  .section-banner-carousel .banner-lockup {
    left: 160px;
  }
}
.section-banner-carousel .banner-lockup a {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 64em) {
  .section-banner-carousel .banner-lockup a {
    justify-content: flex-start;
    margin: unset;
  }
}
.section-banner-carousel .banner-lockup img {
  width: auto;
  max-width: 320px;
  height: calc(100% - 144px);
}
@media print, screen and (min-width: 40em) {
  .section-banner-carousel .banner-lockup img {
    height: calc(100% - 288px);
  }
}
@media screen and (min-width: 64em) {
  .section-banner-carousel .banner-lockup img {
    max-width: 768px;
  }
}
@media screen and (min-width: 90em) {
  .section-banner-carousel .banner-lockup img {
    max-width: 960px;
  }
}
.section-banner-carousel .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 60px;
}
.section-banner-carousel .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  opacity: 1;
  background: transparent;
  width: 16px;
  height: 4px;
  border-radius: 0;
  border: 1px solid white;
}
.section-banner-carousel .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: white;
}
.section-banner-carousel .swiper-button-next,
.section-banner-carousel .swiper-button-prev {
  top: calc(50% - 32px);
  width: 64px;
  height: 64px;
  color: white;
  display: flex;
  transition: all 0.3s;
}
.section-banner-carousel .swiper-button-next:hover,
.section-banner-carousel .swiper-button-prev:hover {
  color: white;
}
.section-banner-carousel .swiper-button-next:after,
.section-banner-carousel .swiper-button-prev:after {
  display: none;
}
.section-banner-carousel .swiper-button-next svg,
.section-banner-carousel .swiper-button-prev svg {
  width: 16px;
}
.section-banner-carousel .swiper-button-prev {
  left: 16px;
  right: auto;
}
.section-banner-carousel .swiper-button-next {
  right: 16px;
}
@media only screen and (max-width: 1023px) {
  .section-banner-carousel .hero-popup {
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
  }
  .section-banner-carousel .hero-popup .videoWrapper {
    padding-bottom: 55%;
  }
}
.section-banner-carousel .hero-popup .container {
  border-radius: 10px;
  padding: 0px 0px 40px 0px;
}
@media (min-width: 1200px) {
  .section-banner-carousel .hero-popup .container {
    max-width: 1200px;
  }
}
@media (min-width: 1600px) {
  .section-banner-carousel .hero-popup .container {
    max-width: 1400px;
  }
}
.section-banner-carousel .hero-popup .container .swiper-container {
  padding: 20px 0px 30px !important;
}
@media print, screen and (min-width: 40em) {
  .section-banner-carousel .hero-popup .container .swiper-container {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 1023px) {
  .section-banner-carousel .hero-popup .container .videoWrapper {
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 10px;
    background-color: #fff;
  }
  .section-banner-carousel .hero-popup .container .videoWrapper iframe {
    padding: 6px;
  }
}
.section-banner-carousel .hero-popup .container .close-modal-wrapper {
  padding: 0px 30px;
  text-align: right;
}
.section-banner-carousel .hero-popup .container .close {
  font-size: 30px;
  text-align: left;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .section-banner-carousel .hero-popup .container .close {
    color: #fff;
  }
}
.section-banner-carousel .brand-logo {
  width: auto;
  height: 64px;
}
@media screen and (min-width: 64em) {
  .section-banner-carousel .brand-logo {
    height: 144px;
  }
}
.section-banner-carousel .banner-swiper-slide img[loading=lazy] {
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}
.section-banner-carousel .banner-swiper-slide img[loading=lazy].is-loaded {
  opacity: 1;
}
.section-banner-carousel .banner-lockup img[loading=lazy] {
  opacity: 0;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-out;
  transform: translateY(10px);
}
.section-banner-carousel .banner-lockup img[loading=lazy].is-loaded {
  opacity: 1;
  transform: translateY(0);
}

.carousel-block {
  --colour-cream: #f6f7f3;
  --colour-red: #e7304b;
  --colour-darkGrey: #333e47;
  --colour-ui-grey-1: #c3c3c3;
  --colour-ui-grey-2: #8f9397;
  --font-heading: "Dala Moa", serif;
  --font-body: Helvetica, sans-serif;
}

/* Landscape carousel shell */
#landscape-carousel,
#landscape-carousel-cta-alt {
  background: var(--colour-cream, #f6f7f3);
  padding: 3rem 0;
}

/* Swiper built-in progressbar fill (CarouselBlock) */
.carousel-block .swiper-pagination-progressbar-fill {
  background-color: #e7304b;
}

.carousel-block .mx-container {
  width: 100%;
  max-width: 1570px; /* align with homepage .videoTestimonialSwiper */
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.landscape-carousel-controls {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
  gap: 16px;
  z-index: 10;
  padding-top: 0;
  padding-bottom: 0;
  max-width: calc(100% - 84px);
  width: 100%;
  justify-content: center;
}

.carousel-block__pagination-wrap {
  display: block;
  width: 100%;
  max-width: 1002px;
  flex: 1;
  margin-right: 80px;
}

.carousel-block .swiper-pagination-progressbar {
  height: 2px;
  background-color: #e6e6e6;
  border-radius: 1px;
  position: relative;
}

@media (min-width: 1024px) {
  .carousel-block .mx-container {
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }
}
.c-cta-tiles {
  padding: 20px 17px;
}
@media screen and (min-width: 64em) {
  .c-cta-tiles {
    padding: 40px 17px;
  }
}
.c-cta-tiles .mx-container {
  max-width: 1640px;
}
.c-cta-tiles__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media screen and (min-width: 64em) {
  .c-cta-tiles__grid {
    gap: 20px;
  }
}
.c-cta-tiles__tile {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 64em) {
  .c-cta-tiles__tile {
    aspect-ratio: 687/355;
  }
}
.c-cta-tiles__tile-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.c-cta-tiles__tile-link:hover {
  text-decoration: none;
}
.c-cta-tiles__tile-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.c-cta-tiles__tile-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
  position: absolute;
  top: 0;
  left: 0;
}
.c-cta-tiles__tile-image--mobile {
  display: block;
}
@media screen and (min-width: 64em) {
  .c-cta-tiles__tile-image--mobile {
    display: none;
  }
}
.c-cta-tiles__tile-image--desktop {
  display: block;
}
@media screen and (min-width: 64em) {
  .c-cta-tiles__tile-image--desktop {
    display: block;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .c-cta-tiles__tile-background .c-cta-tiles__tile-image--mobile ~ .c-cta-tiles__tile-image--desktop {
    display: none;
  }
}
.c-cta-tiles__tile-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
  transition: opacity 0.3s ease;
}
.c-cta-tiles__tile-content {
  position: relative;
  z-index: 3;
  padding: 1rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  color: white;
  max-width: 100%;
}
@media screen and (min-width: 64em) {
  .c-cta-tiles__tile-content {
    padding: 3rem;
    justify-content: flex-start;
    align-items: stretch;
    max-width: 65%;
  }
}
.c-cta-tiles__tile-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
  color: white;
  line-height: 1.3;
  font-family: inherit;
}
@media screen and (min-width: 64em) {
  .c-cta-tiles__tile-title {
    font-size: 2rem;
    margin-bottom: 12px;
  }
}
.c-cta-tiles__tile-description {
  display: none;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.95);
}
@media screen and (min-width: 64em) {
  .c-cta-tiles__tile-description {
    display: block;
    font-size: 1.125rem;
  }
}
.c-cta-tiles__tile-description p {
  margin-bottom: 0.75rem;
}
.c-cta-tiles__tile-description p:last-child {
  margin-bottom: 0;
}
.c-cta-tiles__tile-cta {
  display: none;
  font-size: 1rem;
  font-weight: 600;
  color: white;
  text-decoration: underline;
  transition: opacity 0.3s ease;
  text-underline-offset: 38%;
}
@media screen and (min-width: 64em) {
  .c-cta-tiles__tile-cta {
    display: inline-block;
    font-size: 1.125rem;
  }
}
.c-cta-tiles__tile:hover .c-cta-tiles__tile-image {
  transform: scale(1.1);
}
.c-cta-tiles__tile:hover .c-cta-tiles__tile-overlay {
  opacity: 0.9;
}
.c-cta-tiles__tile:hover .c-cta-tiles__tile-cta {
  opacity: 0.8;
}
.c-cta-tiles__block-cta {
  margin-top: 2rem;
  text-align: center;
  width: 100%;
}
.c-cta-tiles__block-cta a {
  display: block;
}
@media screen and (min-width: 64em) {
  .c-cta-tiles__block-cta {
    display: none;
  }
}
.c-cta-tiles__block-cta--above {
  margin-top: 0;
  margin-bottom: 1rem;
}
.c-cta-tiles.hide-padding-top {
  padding-top: 0;
}
@media screen and (min-width: 64em) {
  .c-cta-tiles.hide-padding-top {
    padding-top: 0;
  }
}
.c-cta-tiles.hide-padding-bottom {
  padding-bottom: 0;
}
@media screen and (min-width: 64em) {
  .c-cta-tiles.hide-padding-bottom {
    padding-bottom: 0;
  }
}

.c-testimonial__content {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  color: rgb(198, 29, 47);
}
.c-testimonial__star {
  fill: transparent;
  stroke: rgb(198, 29, 47);
}
.c-testimonial__star--active {
  fill: rgb(198, 29, 47);
}
.c-testimonial__list-enter-active, .c-testimonial__list-leave-active {
  transition: all 0.15s;
}
.c-testimonial__list-enter.up {
  transform: translateY(25px);
}
.c-testimonial__list-leave-to.up {
  opacity: 0;
}
.c-testimonial__list-enter.down {
  transform: translateY(-25px);
}
.c-testimonial__list-leave-to.down {
  opacity: 0;
}
.c-testimonial__item {
  padding: 0.75rem 0rem;
  border-bottom: 1px solid #999999;
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 40em) {
  .c-testimonial__item {
    flex-direction: row;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.c-testimonial__item.active {
  opacity: 1;
  transition: all 0.5s;
}
.c-testimonial__item.deactive {
  opacity: 0;
  transform: translateX(20px);
  transition: all 0.5s;
}
.c-testimonial__info {
  flex: 1 1 auto;
  min-width: 100px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media print, screen and (min-width: 40em) {
  .c-testimonial__info {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.c-testimonial__location {
  font-size: 0.8em;
  line-height: 1;
}
.c-testimonial__rating {
  flex: 0 0 auto;
  font-size: 0;
  line-height: 0;
}
* + .c-testimonial__rating {
  margin-top: 0.5rem;
}
.c-testimonial__rating svg {
  width: 15px;
  margin-right: 3px;
}
.c-testimonial__message {
  margin-top: 0.5rem;
  flex: 0 0 60%;
  font-size: 0.9em;
}
@media print, screen and (min-width: 40em) {
  .c-testimonial__message {
    margin-top: 0;
    flex: 0 0 75%;
  }
}
.c-testimonial__nav {
  margin-top: 2rem;
  justify-content: center;
  display: flex;
}
.c-testimonial__nav.is-busy {
  pointer-events: none;
}
.c-testimonial__nav-prev, .c-testimonial__nav-next {
  box-sizing: content-box;
  padding: 5px 10px;
  fill: rgb(231, 48, 75);
  cursor: pointer;
}
.c-testimonial__nav-prev svg, .c-testimonial__nav-next svg {
  height: 2.5rem;
  width: 2.5rem;
}
.c-testimonial__nav-prev:hover, .c-testimonial__nav-next:hover {
  fill: rgb(198, 29, 47);
}
.c-testimonial__nav-prev.is-disabled, .c-testimonial__nav-next.is-disabled {
  fill: #999999;
}
.c-testimonial__refresh {
  display: block;
  text-align: center;
  width: 40px;
  margin: auto;
  cursor: pointer;
}
* + .c-testimonial__refresh {
  margin-top: 1.5rem;
}
.c-testimonial__refresh.is-busy svg {
  animation: rotate360 0.4s linear infinite;
}
.c-testimonial__refresh svg {
  fill: rgb(198, 29, 47);
}

.c-location {
  height: 100%;
  color: #fff;
  text-align: center;
}
.c-location__content {
  height: 100%;
  background-color: rgba(51, 62, 71, 0.9);
  padding: 2rem 0.5rem;
  margin-left: 40%;
}
.c-location__content .c-btn {
  font-size: 0.6875rem;
  display: inline-block;
  padding: 0.7rem;
  width: 100%;
  text-align: center;
}
.c-location__content .c-btn + .c-btn {
  margin-top: 1rem;
}
.c-location__content h4 + .c-btn {
  margin-top: 1rem;
}
@media print, screen and (min-width: 40em) {
  .c-location__content {
    padding: 4rem 1rem;
    margin-left: 40%;
  }
  .c-location__content .c-btn {
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 64em) {
  .c-location__content {
    padding: 4rem 1rem;
    margin-left: 60%;
  }
}

.c-icon-link__icon img {
  width: 100%;
  height: auto;
  max-width: 100px;
  transform: translateY(0rem);
  transition: transform 0.6s ease;
}
.c-icon-link h4 {
  display: inline-block;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.c-icon-link a:hover h4 {
  color: rgb(198, 29, 47);
}
.c-icon-link a:hover img {
  transition: transform 0.2s ease;
  transform: translateY(-0.2rem);
}

#showhome-locations-map-page {
  padding: 50px 0;
}
#showhome-locations-map-page .title-block__holidayMessage {
  background-color: #c61d2f;
  color: #ffffff;
  padding: 20px 0;
  padding: 1.25rem 0;
  margin-bottom: 10px;
}
#showhome-locations-map-page .summaryText {
  padding: 0 0 20px;
  padding: 0 0 1.25rem;
  margin-bottom: 10px;
}
#showhome-locations-map-page .title-block__holidayMessage {
  margin-bottom: 0;
}
#showhome-locations-map-page .title-block__holidayMessage p {
  margin-bottom: 0;
  line-height: 28px;
}
#showhome-locations-map-page .title-block__title {
  margin: 30px 0 20px;
  margin: 1.875rem 0 1.25rem;
}
@media print, screen and (max-width: 39.99875em) {
  #showhome-locations-map-page .title-block__holidayMessage p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 17px;
  }
}

.u-loading {
  flex-shrink: 0;
  border: 3px solid currentColor;
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 50%;
  border-bottom-color: transparent;
  animation: rotate360 1s linear infinite;
}
* + .u-loading {
  margin-left: 0.5rem;
}
.u-loading + * {
  margin-left: 0.5rem;
}

.u-flex {
  display: flex;
}

.u-flex-between--v {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.u-valign {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.u-valign :last-child {
  margin-top: auto;
}

.u-text--lightred {
  color: rgb(231, 48, 75);
}
.u-text--darkred {
  color: rgb(151, 26, 45);
}
.u-text--pink {
  color: #EC596F;
}
.u-text--big {
  font-size: 1.1em;
}
.u-text--bordered {
  border-top: solid 1px rgb(51, 62, 71);
  border-bottom: solid 1px rgb(51, 62, 71);
}
.u-text--xs {
  font-size: 0.625rem;
}
.u-text--sm {
  font-size: 0.75rem;
}
.u-text--md {
  font-size: 0.875rem;
}
.u-text--base {
  font-size: 1rem;
}
.u-text--lg {
  font-size: 1.25rem;
}
.u-text--xl {
  font-size: 1.25rem;
}

@media print, screen and (min-width: 40em) {
  .u-column {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .u-column--2 {
    -moz-column-count: 2;
         column-count: 2;
  }
  .u-column--3 {
    -moz-column-count: 3;
         column-count: 3;
  }
}

.u-m--0 {
  margin: calc(0 * 0.5rem);
}

.u-mt--0 {
  margin-top: calc(0 * 0.5rem);
}

.u-mr--0 {
  margin-right: calc(0 * 0.5rem);
}

.u-mb--0 {
  margin-bottom: calc(0 * 0.5rem);
}

.u-ml--0 {
  margin-left: calc(0 * 0.5rem);
}

.u-mtb--0 {
  margin-top: calc(0 * 0.5rem);
  margin-bottom: calc(0 * 0.5rem);
}

.u-p--0 {
  padding: calc(0 * 0.5rem);
}

.u-pt--0 {
  padding-top: calc(0 * 0.5rem);
}

.u-pr--0 {
  padding-right: calc(0 * 0.5rem);
}

.u-pb--0 {
  padding-bottom: calc(0 * 0.5rem);
}

.u-pl--0 {
  padding-left: calc(0 * 0.5rem);
}

.u-ptb--0 {
  padding-top: calc(0 * 0.5rem);
  padding-bottom: calc(0 * 0.5rem);
}

.u-m--1 {
  margin: calc(1 * 0.5rem);
}

.u-mt--1 {
  margin-top: calc(1 * 0.5rem);
}

.u-mr--1 {
  margin-right: calc(1 * 0.5rem);
}

.u-mb--1 {
  margin-bottom: calc(1 * 0.5rem);
}

.u-ml--1 {
  margin-left: calc(1 * 0.5rem);
}

.u-mtb--1 {
  margin-top: calc(1 * 0.5rem);
  margin-bottom: calc(1 * 0.5rem);
}

.u-p--1 {
  padding: calc(1 * 0.5rem);
}

.u-pt--1 {
  padding-top: calc(1 * 0.5rem);
}

.u-pr--1 {
  padding-right: calc(1 * 0.5rem);
}

.u-pb--1 {
  padding-bottom: calc(1 * 0.5rem);
}

.u-pl--1 {
  padding-left: calc(1 * 0.5rem);
}

.u-ptb--1 {
  padding-top: calc(1 * 0.5rem);
  padding-bottom: calc(1 * 0.5rem);
}

.u-m--2 {
  margin: calc(2 * 0.5rem);
}

.u-mt--2 {
  margin-top: calc(2 * 0.5rem);
}

.u-mr--2 {
  margin-right: calc(2 * 0.5rem);
}

.u-mb--2 {
  margin-bottom: calc(2 * 0.5rem);
}

.u-ml--2 {
  margin-left: calc(2 * 0.5rem);
}

.u-mtb--2 {
  margin-top: calc(2 * 0.5rem);
  margin-bottom: calc(2 * 0.5rem);
}

.u-p--2 {
  padding: calc(2 * 0.5rem);
}

.u-pt--2 {
  padding-top: calc(2 * 0.5rem);
}

.u-pr--2 {
  padding-right: calc(2 * 0.5rem);
}

.u-pb--2 {
  padding-bottom: calc(2 * 0.5rem);
}

.u-pl--2 {
  padding-left: calc(2 * 0.5rem);
}

.u-ptb--2 {
  padding-top: calc(2 * 0.5rem);
  padding-bottom: calc(2 * 0.5rem);
}

.u-m--3 {
  margin: calc(3 * 0.5rem);
}

.u-mt--3 {
  margin-top: calc(3 * 0.5rem);
}

.u-mr--3 {
  margin-right: calc(3 * 0.5rem);
}

.u-mb--3 {
  margin-bottom: calc(3 * 0.5rem);
}

.u-ml--3 {
  margin-left: calc(3 * 0.5rem);
}

.u-mtb--3 {
  margin-top: calc(3 * 0.5rem);
  margin-bottom: calc(3 * 0.5rem);
}

.u-p--3 {
  padding: calc(3 * 0.5rem);
}

.u-pt--3 {
  padding-top: calc(3 * 0.5rem);
}

.u-pr--3 {
  padding-right: calc(3 * 0.5rem);
}

.u-pb--3 {
  padding-bottom: calc(3 * 0.5rem);
}

.u-pl--3 {
  padding-left: calc(3 * 0.5rem);
}

.u-ptb--3 {
  padding-top: calc(3 * 0.5rem);
  padding-bottom: calc(3 * 0.5rem);
}

.u-m--4 {
  margin: calc(4 * 0.5rem);
}

.u-mt--4 {
  margin-top: calc(4 * 0.5rem);
}

.u-mr--4 {
  margin-right: calc(4 * 0.5rem);
}

.u-mb--4 {
  margin-bottom: calc(4 * 0.5rem);
}

.u-ml--4 {
  margin-left: calc(4 * 0.5rem);
}

.u-mtb--4 {
  margin-top: calc(4 * 0.5rem);
  margin-bottom: calc(4 * 0.5rem);
}

.u-p--4 {
  padding: calc(4 * 0.5rem);
}

.u-pt--4 {
  padding-top: calc(4 * 0.5rem);
}

.u-pr--4 {
  padding-right: calc(4 * 0.5rem);
}

.u-pb--4 {
  padding-bottom: calc(4 * 0.5rem);
}

.u-pl--4 {
  padding-left: calc(4 * 0.5rem);
}

.u-ptb--4 {
  padding-top: calc(4 * 0.5rem);
  padding-bottom: calc(4 * 0.5rem);
}

.u-m--5 {
  margin: calc(5 * 0.5rem);
}

.u-mt--5 {
  margin-top: calc(5 * 0.5rem);
}

.u-mr--5 {
  margin-right: calc(5 * 0.5rem);
}

.u-mb--5 {
  margin-bottom: calc(5 * 0.5rem);
}

.u-ml--5 {
  margin-left: calc(5 * 0.5rem);
}

.u-mtb--5 {
  margin-top: calc(5 * 0.5rem);
  margin-bottom: calc(5 * 0.5rem);
}

.u-p--5 {
  padding: calc(5 * 0.5rem);
}

.u-pt--5 {
  padding-top: calc(5 * 0.5rem);
}

.u-pr--5 {
  padding-right: calc(5 * 0.5rem);
}

.u-pb--5 {
  padding-bottom: calc(5 * 0.5rem);
}

.u-pl--5 {
  padding-left: calc(5 * 0.5rem);
}

.u-ptb--5 {
  padding-top: calc(5 * 0.5rem);
  padding-bottom: calc(5 * 0.5rem);
}

.u-m--6 {
  margin: calc(6 * 0.5rem);
}

.u-mt--6 {
  margin-top: calc(6 * 0.5rem);
}

.u-mr--6 {
  margin-right: calc(6 * 0.5rem);
}

.u-mb--6 {
  margin-bottom: calc(6 * 0.5rem);
}

.u-ml--6 {
  margin-left: calc(6 * 0.5rem);
}

.u-mtb--6 {
  margin-top: calc(6 * 0.5rem);
  margin-bottom: calc(6 * 0.5rem);
}

.u-p--6 {
  padding: calc(6 * 0.5rem);
}

.u-pt--6 {
  padding-top: calc(6 * 0.5rem);
}

.u-pr--6 {
  padding-right: calc(6 * 0.5rem);
}

.u-pb--6 {
  padding-bottom: calc(6 * 0.5rem);
}

.u-pl--6 {
  padding-left: calc(6 * 0.5rem);
}

.u-ptb--6 {
  padding-top: calc(6 * 0.5rem);
  padding-bottom: calc(6 * 0.5rem);
}

.u-m--7 {
  margin: calc(7 * 0.5rem);
}

.u-mt--7 {
  margin-top: calc(7 * 0.5rem);
}

.u-mr--7 {
  margin-right: calc(7 * 0.5rem);
}

.u-mb--7 {
  margin-bottom: calc(7 * 0.5rem);
}

.u-ml--7 {
  margin-left: calc(7 * 0.5rem);
}

.u-mtb--7 {
  margin-top: calc(7 * 0.5rem);
  margin-bottom: calc(7 * 0.5rem);
}

.u-p--7 {
  padding: calc(7 * 0.5rem);
}

.u-pt--7 {
  padding-top: calc(7 * 0.5rem);
}

.u-pr--7 {
  padding-right: calc(7 * 0.5rem);
}

.u-pb--7 {
  padding-bottom: calc(7 * 0.5rem);
}

.u-pl--7 {
  padding-left: calc(7 * 0.5rem);
}

.u-ptb--7 {
  padding-top: calc(7 * 0.5rem);
  padding-bottom: calc(7 * 0.5rem);
}

.u-m--8 {
  margin: calc(8 * 0.5rem);
}

.u-mt--8 {
  margin-top: calc(8 * 0.5rem);
}

.u-mr--8 {
  margin-right: calc(8 * 0.5rem);
}

.u-mb--8 {
  margin-bottom: calc(8 * 0.5rem);
}

.u-ml--8 {
  margin-left: calc(8 * 0.5rem);
}

.u-mtb--8 {
  margin-top: calc(8 * 0.5rem);
  margin-bottom: calc(8 * 0.5rem);
}

.u-p--8 {
  padding: calc(8 * 0.5rem);
}

.u-pt--8 {
  padding-top: calc(8 * 0.5rem);
}

.u-pr--8 {
  padding-right: calc(8 * 0.5rem);
}

.u-pb--8 {
  padding-bottom: calc(8 * 0.5rem);
}

.u-pl--8 {
  padding-left: calc(8 * 0.5rem);
}

.u-ptb--8 {
  padding-top: calc(8 * 0.5rem);
  padding-bottom: calc(8 * 0.5rem);
}

.u-m--9 {
  margin: calc(9 * 0.5rem);
}

.u-mt--9 {
  margin-top: calc(9 * 0.5rem);
}

.u-mr--9 {
  margin-right: calc(9 * 0.5rem);
}

.u-mb--9 {
  margin-bottom: calc(9 * 0.5rem);
}

.u-ml--9 {
  margin-left: calc(9 * 0.5rem);
}

.u-mtb--9 {
  margin-top: calc(9 * 0.5rem);
  margin-bottom: calc(9 * 0.5rem);
}

.u-p--9 {
  padding: calc(9 * 0.5rem);
}

.u-pt--9 {
  padding-top: calc(9 * 0.5rem);
}

.u-pr--9 {
  padding-right: calc(9 * 0.5rem);
}

.u-pb--9 {
  padding-bottom: calc(9 * 0.5rem);
}

.u-pl--9 {
  padding-left: calc(9 * 0.5rem);
}

.u-ptb--9 {
  padding-top: calc(9 * 0.5rem);
  padding-bottom: calc(9 * 0.5rem);
}

.u-m--10 {
  margin: calc(10 * 0.5rem);
}

.u-mt--10 {
  margin-top: calc(10 * 0.5rem);
}

.u-mr--10 {
  margin-right: calc(10 * 0.5rem);
}

.u-mb--10 {
  margin-bottom: calc(10 * 0.5rem);
}

.u-ml--10 {
  margin-left: calc(10 * 0.5rem);
}

.u-mtb--10 {
  margin-top: calc(10 * 0.5rem);
  margin-bottom: calc(10 * 0.5rem);
}

.u-p--10 {
  padding: calc(10 * 0.5rem);
}

.u-pt--10 {
  padding-top: calc(10 * 0.5rem);
}

.u-pr--10 {
  padding-right: calc(10 * 0.5rem);
}

.u-pb--10 {
  padding-bottom: calc(10 * 0.5rem);
}

.u-pl--10 {
  padding-left: calc(10 * 0.5rem);
}

.u-ptb--10 {
  padding-top: calc(10 * 0.5rem);
  padding-bottom: calc(10 * 0.5rem);
}

.u-m--auto {
  margin: auto;
}

.align-center {
  justify-content: center;
}

@media print, screen and (min-width: 40em) {
  .medium-align-right {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 64em) {
  .large-align-right {
    justify-content: flex-end;
  }
}
.u-sticky {
  position: sticky;
}
.u-sticky--offset {
  top: 100px;
}

.u-bg {
  background-size: cover;
  background-position: 50% 50%;
}
.u-bg--fade[lazy=loaded] {
  opacity: 0;
  animation-name: fadein;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-out;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.u-bg--light-grey {
  background-color: #F2F2F2;
}

.u-bg--red {
  color: #fff;
  background-color: rgb(231, 48, 75);
}
.u-bg--red .button {
  color: rgb(231, 48, 75);
  background-color: #fff;
  border: solid 1px #fff;
}
.u-bg--red .button:hover {
  color: #fff;
  background-color: rgb(231, 48, 75);
}

.u-bg--dark {
  color: #fff;
  background-color: #333e47;
}
.u-bg--dark .button {
  color: #fff;
  background-color: transparent;
  border: solid 1px #fff;
}
.u-bg--dark .button:hover {
  color: #fff;
  background-color: rgb(231, 48, 75);
  border: solid 1px rgb(231, 48, 75);
}

.u-bg--white {
  background-color: #fff;
}

/*
  Builds utility responsive gutters based on the
  $grid-column-gutter map in settings.

  .u-ma : responsive margin on all sides
  .u-ma@smo : responsive margin size on on small breakpoint (smo) only

*/
@media screen {
  .u-ma {
    margin: 1.875rem;
  }
}
@media screen and ( min-width: 640px ) {
  .u-ma {
    margin: 2.5rem;
  }
}
@media screen and ( min-width: 1024px ) {
  .u-ma {
    margin: 3.75rem;
  }
}

@media screen {
  .u-ma--gutter {
    margin: 1.25rem;
  }
}
@media screen and ( min-width: 640px ) {
  .u-ma--gutter {
    margin: 1.6666666667rem;
  }
}
@media screen and ( min-width: 1024px ) {
  .u-ma--gutter {
    margin: 2.5rem;
  }
}

@media screen {
  .u-ma\@sm {
    margin: 1.875rem;
  }
}
@media screen and ( min-width: 640px ) {
  .u-ma\@sm {
    margin: 2.5rem;
  }
}
@media screen and ( min-width: 1024px ) {
  .u-ma\@sm {
    margin: 3.75rem;
  }
}
@media screen and ( max-width: 639px ) {
  .u-ma\@smo {
    margin: 1.875rem;
  }
}
@media screen and ( min-width: 640px ) {
  .u-ma\@md {
    margin: 2.5rem;
  }
}
@media screen and ( min-width: 1024px ) {
  .u-ma\@md {
    margin: 3.75rem;
  }
}
@media screen and ( min-width: 640px ) and ( max-width: 1023px ) {
  .u-ma\@mdo {
    margin: 2.5rem;
  }
}
@media screen and ( min-width: 1024px ) {
  .u-ma\@lg {
    margin: 3.75rem;
  }
}
@media screen {
  .u-mt {
    margin-top: 1.875rem;
  }
}
@media screen and ( min-width: 640px ) {
  .u-mt {
    margin-top: 2.5rem;
  }
}
@media screen and ( min-width: 1024px ) {
  .u-mt {
    margin-top: 3.75rem;
  }
}

@media screen {
  .u-mt--gutter {
    margin-top: 1.25rem;
  }
}
@media screen and ( min-width: 640px ) {
  .u-mt--gutter {
    margin-top: 1.6666666667rem;
  }
}
@media screen and ( min-width: 1024px ) {
  .u-mt--gutter {
    margin-top: 2.5rem;
  }
}

@media screen {
  .u-mt\@sm {
    margin-top: 1.875rem;
  }
}
@media screen and ( min-width: 640px ) {
  .u-mt\@sm {
    margin-top: 2.5rem;
  }
}
@media screen and ( min-width: 1024px ) {
  .u-mt\@sm {
    margin-top: 3.75rem;
  }
}
@media screen and ( max-width: 639px ) {
  .u-mt\@smo {
    margin-top: 1.875rem;
  }
}
@media screen and ( min-width: 640px ) {
  .u-mt\@md {
    margin-top: 2.5rem;
  }
}
@media screen and ( min-width: 1024px ) {
  .u-mt\@md {
    margin-top: 3.75rem;
  }
}
@media screen and ( min-width: 640px ) and ( max-width: 1023px ) {
  .u-mt\@mdo {
    margin-top: 2.5rem;
  }
}
@media screen and ( min-width: 1024px ) {
  .u-mt\@lg {
    margin-top: 3.75rem;
  }
}
@media screen {
  .u-mr {
    margin-right: 1.875rem;
  }
}
@media screen and ( min-width: 640px ) {
  .u-mr {
    margin-right: 2.5rem;
  }
}
@media screen and ( min-width: 1024px ) {
  .u-mr {
    margin-right: 3.75rem;
  }
}

@media screen {
  .u-mr--gutter {
    margin-right: 1.25rem;
  }
}
@media screen and ( min-width: 640px ) {
  .u-mr--gutter {
    margin-right: 1.6666666667rem;
  }
}
@media screen and ( min-width: 1024px ) {
  .u-mr--gutter {
    margin-right: 2.5rem;
  }
}

@media screen {
  .u-mr\@sm {
    margin-right: 1.875rem;
  }
}
@media screen and ( min-width: 640px ) {
  .u-mr\@sm {
    margin-right: 2.5rem;
  }
}
@media screen and ( min-width: 1024px ) {
  .u-mr\@sm {
    margin-right: 3.75rem;
  }
}
@media screen and ( max-width: 639px ) {
  .u-mr\@smo {
    margin-right: 1.875rem;
  }
}
@media screen and ( min-width: 640px ) {
  .u-mr\@md {
    margin-right: 2.5rem;
  }
}
@media screen and ( min-width: 1024px ) {
  .u-mr\@md {
    margin-right: 3.75rem;
  }
}
@media screen and ( min-width: 640px ) and ( max-width: 1023px ) {
  .u-mr\@mdo {
    margin-right: 2.5rem;
  }
}
@media screen and ( min-width: 1024px ) {
  .u-mr\@lg {
    margin-right: 3.75rem;
  }
}
@media screen {
  .u-mb {
    margin-bottom: 1.875rem;
  }
}
@media screen and ( min-width: 640px ) {
  .u-mb {
    margin-bottom: 2.5rem;
  }
}
@media screen and ( min-width: 1024px ) {
  .u-mb {
    margin-bottom: 3.75rem;
  }
}

@media screen {
  .u-mb--gutter {
    margin-bottom: 1.25rem;
  }
}
@media screen and ( min-width: 640px ) {
  .u-mb--gutter {
    margin-bottom: 1.6666666667rem;
  }
}
@media screen and ( min-width: 1024px ) {
  .u-mb--gutter {
    margin-bottom: 2.5rem;
  }
}

@media screen {
  .u-mb\@sm {
    margin-bottom: 1.875rem;
  }
}
@media screen and ( min-width: 640px ) {
  .u-mb\@sm {
    margin-bottom: 2.5rem;
  }
}
@media screen and ( min-width: 1024px ) {
  .u-mb\@sm {
    margin-bottom: 3.75rem;
  }
}
@media screen and ( max-width: 639px ) {
  .u-mb\@smo {
    margin-bottom: 1.875rem;
  }
}
@media screen and ( min-width: 640px ) {
  .u-mb\@md {
    margin-bottom: 2.5rem;
  }
}
@media screen and ( min-width: 1024px ) {
  .u-mb\@md {
    margin-bottom: 3.75rem;
  }
}
@media screen and ( min-width: 640px ) and ( max-width: 1023px ) {
  .u-mb\@mdo {
    margin-bottom: 2.5rem;
  }
}
@media screen and ( min-width: 1024px ) {
  .u-mb\@lg {
    margin-bottom: 3.75rem;
  }
}
@media screen {
  .u-ml {
    margin-left: 1.875rem;
  }
}
@media screen and ( min-width: 640px ) {
  .u-ml {
    margin-left: 2.5rem;
  }
}
@media screen and ( min-width: 1024px ) {
  .u-ml {
    margin-left: 3.75rem;
  }
}

@media screen {
  .u-ml--gutter {
    margin-left: 1.25rem;
  }
}
@media screen and ( min-width: 640px ) {
  .u-ml--gutter {
    margin-left: 1.6666666667rem;
  }
}
@media screen and ( min-width: 1024px ) {
  .u-ml--gutter {
    margin-left: 2.5rem;
  }
}

@media screen {
  .u-ml\@sm {
    margin-left: 1.875rem;
  }
}
@media screen and ( min-width: 640px ) {
  .u-ml\@sm {
    margin-left: 2.5rem;
  }
}
@media screen and ( min-width: 1024px ) {
  .u-ml\@sm {
    margin-left: 3.75rem;
  }
}
@media screen and ( max-width: 639px ) {
  .u-ml\@smo {
    margin-left: 1.875rem;
  }
}
@media screen and ( min-width: 640px ) {
  .u-ml\@md {
    margin-left: 2.5rem;
  }
}
@media screen and ( min-width: 1024px ) {
  .u-ml\@md {
    margin-left: 3.75rem;
  }
}
@media screen and ( min-width: 640px ) and ( max-width: 1023px ) {
  .u-ml\@mdo {
    margin-left: 2.5rem;
  }
}
@media screen and ( min-width: 1024px ) {
  .u-ml\@lg {
    margin-left: 3.75rem;
  }
}
@media screen {
  .u-my {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
}
@media screen and ( min-width: 640px ) {
  .u-my {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
@media screen and ( min-width: 1024px ) {
  .u-my {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
}

@media screen {
  .u-my--gutter {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
@media screen and ( min-width: 640px ) {
  .u-my--gutter {
    margin-top: 1.6666666667rem;
    margin-bottom: 1.6666666667rem;
  }
}
@media screen and ( min-width: 1024px ) {
  .u-my--gutter {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

@media screen {
  .u-my\@sm {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
}
@media screen and ( min-width: 640px ) {
  .u-my\@sm {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
@media screen and ( min-width: 1024px ) {
  .u-my\@sm {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
}
@media screen and ( max-width: 639px ) {
  .u-my\@smo {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
}
@media screen and ( min-width: 640px ) {
  .u-my\@md {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
@media screen and ( min-width: 1024px ) {
  .u-my\@md {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
}
@media screen and ( min-width: 640px ) and ( max-width: 1023px ) {
  .u-my\@mdo {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
@media screen and ( min-width: 1024px ) {
  .u-my\@lg {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
}
@media screen {
  .u-mx {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }
}
@media screen and ( min-width: 640px ) {
  .u-mx {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}
@media screen and ( min-width: 1024px ) {
  .u-mx {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }
}

@media screen {
  .u-mx--gutter {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}
@media screen and ( min-width: 640px ) {
  .u-mx--gutter {
    margin-left: 1.6666666667rem;
    margin-right: 1.6666666667rem;
  }
}
@media screen and ( min-width: 1024px ) {
  .u-mx--gutter {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}

@media screen {
  .u-mx\@sm {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }
}
@media screen and ( min-width: 640px ) {
  .u-mx\@sm {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}
@media screen and ( min-width: 1024px ) {
  .u-mx\@sm {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }
}
@media screen and ( max-width: 639px ) {
  .u-mx\@smo {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }
}
@media screen and ( min-width: 640px ) {
  .u-mx\@md {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}
@media screen and ( min-width: 1024px ) {
  .u-mx\@md {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }
}
@media screen and ( min-width: 640px ) and ( max-width: 1023px ) {
  .u-mx\@mdo {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}
@media screen and ( min-width: 1024px ) {
  .u-mx\@lg {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }
}
@media screen {
  .u-pa {
    padding: 1.875rem;
  }
}
@media screen and ( min-width: 640px ) {
  .u-pa {
    padding: 2.5rem;
  }
}
@media screen and ( min-width: 1024px ) {
  .u-pa {
    padding: 3.75rem;
  }
}

@media screen {
  .u-pa--gutter {
    padding: 1.25rem;
  }
}
@media screen and ( min-width: 640px ) {
  .u-pa--gutter {
    padding: 1.6666666667rem;
  }
}
@media screen and ( min-width: 1024px ) {
  .u-pa--gutter {
    padding: 2.5rem;
  }
}

@media screen {
  .u-pa\@sm {
    padding: 1.875rem;
  }
}
@media screen and ( min-width: 640px ) {
  .u-pa\@sm {
    padding: 2.5rem;
  }
}
@media screen and ( min-width: 1024px ) {
  .u-pa\@sm {
    padding: 3.75rem;
  }
}
@media screen and ( max-width: 639px ) {
  .u-pa\@smo {
    padding: 1.875rem;
  }
}
@media screen and ( min-width: 640px ) {
  .u-pa\@md {
    padding: 2.5rem;
  }
}
@media screen and ( min-width: 1024px ) {
  .u-pa\@md {
    padding: 3.75rem;
  }
}
@media screen and ( min-width: 640px ) and ( max-width: 1023px ) {
  .u-pa\@mdo {
    padding: 2.5rem;
  }
}
@media screen and ( min-width: 1024px ) {
  .u-pa\@lg {
    padding: 3.75rem;
  }
}
@media screen {
  .u-pt {
    padding-top: 1.875rem;
  }
}
@media screen and ( min-width: 640px ) {
  .u-pt {
    padding-top: 2.5rem;
  }
}
@media screen and ( min-width: 1024px ) {
  .u-pt {
    padding-top: 3.75rem;
  }
}

@media screen {
  .u-pt--gutter {
    padding-top: 1.25rem;
  }
}
@media screen and ( min-width: 640px ) {
  .u-pt--gutter {
    padding-top: 1.6666666667rem;
  }
}
@media screen and ( min-width: 1024px ) {
  .u-pt--gutter {
    padding-top: 2.5rem;
  }
}

@media screen {
  .u-pt\@sm {
    padding-top: 1.875rem;
  }
}
@media screen and ( min-width: 640px ) {
  .u-pt\@sm {
    padding-top: 2.5rem;
  }
}
@media screen and ( min-width: 1024px ) {
  .u-pt\@sm {
    padding-top: 3.75rem;
  }
}
@media screen and ( max-width: 639px ) {
  .u-pt\@smo {
    padding-top: 1.875rem;
  }
}
@media screen and ( min-width: 640px ) {
  .u-pt\@md {
    padding-top: 2.5rem;
  }
}
@media screen and ( min-width: 1024px ) {
  .u-pt\@md {
    padding-top: 3.75rem;
  }
}
@media screen and ( min-width: 640px ) and ( max-width: 1023px ) {
  .u-pt\@mdo {
    padding-top: 2.5rem;
  }
}
@media screen and ( min-width: 1024px ) {
  .u-pt\@lg {
    padding-top: 3.75rem;
  }
}
@media screen {
  .u-pr {
    padding-right: 1.875rem;
  }
}
@media screen and ( min-width: 640px ) {
  .u-pr {
    padding-right: 2.5rem;
  }
}
@media screen and ( min-width: 1024px ) {
  .u-pr {
    padding-right: 3.75rem;
  }
}

@media screen {
  .u-pr--gutter {
    padding-right: 1.25rem;
  }
}
@media screen and ( min-width: 640px ) {
  .u-pr--gutter {
    padding-right: 1.6666666667rem;
  }
}
@media screen and ( min-width: 1024px ) {
  .u-pr--gutter {
    padding-right: 2.5rem;
  }
}

@media screen {
  .u-pr\@sm {
    padding-right: 1.875rem;
  }
}
@media screen and ( min-width: 640px ) {
  .u-pr\@sm {
    padding-right: 2.5rem;
  }
}
@media screen and ( min-width: 1024px ) {
  .u-pr\@sm {
    padding-right: 3.75rem;
  }
}
@media screen and ( max-width: 639px ) {
  .u-pr\@smo {
    padding-right: 1.875rem;
  }
}
@media screen and ( min-width: 640px ) {
  .u-pr\@md {
    padding-right: 2.5rem;
  }
}
@media screen and ( min-width: 1024px ) {
  .u-pr\@md {
    padding-right: 3.75rem;
  }
}
@media screen and ( min-width: 640px ) and ( max-width: 1023px ) {
  .u-pr\@mdo {
    padding-right: 2.5rem;
  }
}
@media screen and ( min-width: 1024px ) {
  .u-pr\@lg {
    padding-right: 3.75rem;
  }
}
@media screen {
  .u-pb {
    padding-bottom: 1.875rem;
  }
}
@media screen and ( min-width: 640px ) {
  .u-pb {
    padding-bottom: 2.5rem;
  }
}
@media screen and ( min-width: 1024px ) {
  .u-pb {
    padding-bottom: 3.75rem;
  }
}

@media screen {
  .u-pb--gutter {
    padding-bottom: 1.25rem;
  }
}
@media screen and ( min-width: 640px ) {
  .u-pb--gutter {
    padding-bottom: 1.6666666667rem;
  }
}
@media screen and ( min-width: 1024px ) {
  .u-pb--gutter {
    padding-bottom: 2.5rem;
  }
}

@media screen {
  .u-pb\@sm {
    padding-bottom: 1.875rem;
  }
}
@media screen and ( min-width: 640px ) {
  .u-pb\@sm {
    padding-bottom: 2.5rem;
  }
}
@media screen and ( min-width: 1024px ) {
  .u-pb\@sm {
    padding-bottom: 3.75rem;
  }
}
@media screen and ( max-width: 639px ) {
  .u-pb\@smo {
    padding-bottom: 1.875rem;
  }
}
@media screen and ( min-width: 640px ) {
  .u-pb\@md {
    padding-bottom: 2.5rem;
  }
}
@media screen and ( min-width: 1024px ) {
  .u-pb\@md {
    padding-bottom: 3.75rem;
  }
}
@media screen and ( min-width: 640px ) and ( max-width: 1023px ) {
  .u-pb\@mdo {
    padding-bottom: 2.5rem;
  }
}
@media screen and ( min-width: 1024px ) {
  .u-pb\@lg {
    padding-bottom: 3.75rem;
  }
}
@media screen {
  .u-pl {
    padding-left: 1.875rem;
  }
}
@media screen and ( min-width: 640px ) {
  .u-pl {
    padding-left: 2.5rem;
  }
}
@media screen and ( min-width: 1024px ) {
  .u-pl {
    padding-left: 3.75rem;
  }
}

@media screen {
  .u-pl--gutter {
    padding-left: 1.25rem;
  }
}
@media screen and ( min-width: 640px ) {
  .u-pl--gutter {
    padding-left: 1.6666666667rem;
  }
}
@media screen and ( min-width: 1024px ) {
  .u-pl--gutter {
    padding-left: 2.5rem;
  }
}

@media screen {
  .u-pl\@sm {
    padding-left: 1.875rem;
  }
}
@media screen and ( min-width: 640px ) {
  .u-pl\@sm {
    padding-left: 2.5rem;
  }
}
@media screen and ( min-width: 1024px ) {
  .u-pl\@sm {
    padding-left: 3.75rem;
  }
}
@media screen and ( max-width: 639px ) {
  .u-pl\@smo {
    padding-left: 1.875rem;
  }
}
@media screen and ( min-width: 640px ) {
  .u-pl\@md {
    padding-left: 2.5rem;
  }
}
@media screen and ( min-width: 1024px ) {
  .u-pl\@md {
    padding-left: 3.75rem;
  }
}
@media screen and ( min-width: 640px ) and ( max-width: 1023px ) {
  .u-pl\@mdo {
    padding-left: 2.5rem;
  }
}
@media screen and ( min-width: 1024px ) {
  .u-pl\@lg {
    padding-left: 3.75rem;
  }
}
@media screen {
  .u-py {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}
@media screen and ( min-width: 640px ) {
  .u-py {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media screen and ( min-width: 1024px ) {
  .u-py {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}

@media screen {
  .u-py--gutter {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
@media screen and ( min-width: 640px ) {
  .u-py--gutter {
    padding-top: 1.6666666667rem;
    padding-bottom: 1.6666666667rem;
  }
}
@media screen and ( min-width: 1024px ) {
  .u-py--gutter {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media screen {
  .u-py\@sm {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}
@media screen and ( min-width: 640px ) {
  .u-py\@sm {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media screen and ( min-width: 1024px ) {
  .u-py\@sm {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
@media screen and ( max-width: 639px ) {
  .u-py\@smo {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}
@media screen and ( min-width: 640px ) {
  .u-py\@md {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media screen and ( min-width: 1024px ) {
  .u-py\@md {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
@media screen and ( min-width: 640px ) and ( max-width: 1023px ) {
  .u-py\@mdo {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media screen and ( min-width: 1024px ) {
  .u-py\@lg {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
@media screen {
  .u-px {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media screen and ( min-width: 640px ) {
  .u-px {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and ( min-width: 1024px ) {
  .u-px {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}

@media screen {
  .u-px--gutter {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and ( min-width: 640px ) {
  .u-px--gutter {
    padding-left: 1.6666666667rem;
    padding-right: 1.6666666667rem;
  }
}
@media screen and ( min-width: 1024px ) {
  .u-px--gutter {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media screen {
  .u-px\@sm {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media screen and ( min-width: 640px ) {
  .u-px\@sm {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and ( min-width: 1024px ) {
  .u-px\@sm {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
@media screen and ( max-width: 639px ) {
  .u-px\@smo {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media screen and ( min-width: 640px ) {
  .u-px\@md {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and ( min-width: 1024px ) {
  .u-px\@md {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
@media screen and ( min-width: 640px ) and ( max-width: 1023px ) {
  .u-px\@mdo {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and ( min-width: 1024px ) {
  .u-px\@lg {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
.u-level {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.u-level--btm {
  align-items: flex-end;
}
.u-level__item {
  flex-basis: 1;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
}
.u-level__item--left {
  justify-content: flex-start;
}
.u-level__item--right {
  justify-content: flex-end;
}
.u-level--stack {
  display: block;
}
@media screen and ( min-width: 640px ) {
  .u-level--stack {
    display: flex;
  }
}
@media screen and ( max-width: 639px ) {
  .u-level--stack .u-level__item + .u-level--stack .u-level__item {
    margin-top: 30px;
  }
}

.location h4 {
  margin-left: 22px;
}
@media print, screen and (min-width: 40em) {
  .location h4 {
    margin-left: 8px;
  }
}

.icon-grid {
  height: 0.9rem;
  margin-left: 0.25em;
}

.study-room-icon,
.carpad-icon {
  display: inline-block;
  height: 1.1rem;
}

.icon-featured {
  height: 1.5rem;
  filter: invert(27%) sepia(58%) saturate(3847%) hue-rotate(338deg) brightness(76%) contrast(105%);
}

.icon-featured-smaller {
  line-height: 1.25rem;
  padding-right: 0.3125rem;
  height: 1rem;
  filter: invert(27%) sepia(58%) saturate(3847%) hue-rotate(338deg) brightness(76%) contrast(105%);
}

.development-promo {
  overflow: hidden;
  background-color: #f6f7f2;
}
.development-promo .c-map-section {
  z-index: 22;
}
@media screen and (min-width: 64em) {
  .development-promo {
    position: relative;
    padding-bottom: 480px;
    margin-top: 70px;
  }
  .development-promo .block-link-tile {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1100px;
    width: 100%;
    justify-content: flex-end;
    display: flex;
    align-items: center;
    bottom: 0;
    top: 0;
  }
}
.development-promo__img {
  margin-bottom: 40px;
  z-index: 20;
}
.development-promo__img .view-map {
  position: absolute;
  top: -20%;
  left: 0;
  z-index: 21;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 40em) {
  .development-promo__img .view-map {
    top: 0;
  }
}
.development-promo__img .view-map span {
  padding: 10px 15px;
  background-color: rgb(231, 48, 75);
  color: #fff;
}
@media print, screen and (min-width: 40em) {
  .development-promo__img img {
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .development-promo__img {
    width: 50%;
    left: 0px;
    top: 0px;
    bottom: 0px;
    position: absolute;
    margin-bottom: 0px;
  }
  .development-promo__img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 64em) {
  .development-promo--map {
    position: relative;
    background-color: #333e47;
    max-width: 1080px;
    margin-bottom: 70px;
    padding-bottom: 405px;
    color: #fff;
  }
  .development-promo--map .development-promo__img.open {
    width: 100%;
    z-index: 25;
  }
}
.development-promo__content-wrap {
  padding: 0 15px 30px;
  z-index: 19;
}
@media screen and (min-width: 64em) {
  .development-promo__content-wrap {
    width: 50%;
    padding: 0 15px 30px 40px;
  }
}
.development-promo .inner div {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
@media print, screen and (min-width: 40em) {
  .development-promo .inner div {
    justify-content: flex-start;
  }
}
.development-promo .inner div .button {
  display: block;
}
@media print, screen and (min-width: 40em) {
  .development-promo .inner div .button {
    margin-right: 10px;
  }
}

.development-promo + .development-promo {
  margin-top: 0;
}

.speak-to-us-swiper .swiper-pagination-bullet {
  background-color: white;
  opacity: 1;
}
.speak-to-us-swiper .swiper-pagination-bullet-active {
  background-color: var(--colour-red);
  opacity: 1;
}

@media screen and (min-width: 64em) {
  .speak-to-us .extra-pad {
    padding: 0 80px;
  }
}
@media screen and (min-width: 64em) {
  .speak-to-us__address-wrap {
    margin-bottom: 20px;
  }
}
.speak-to-us__address {
  margin-top: 20px;
}
.speak-to-us__address p,
.speak-to-us__address h5 {
  font-size: 20px;
  font-family: "Gotham SSm 4r", "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
}
.speak-to-us__address h5 {
  color: rgb(231, 48, 75);
  font-weight: bold;
}
@media screen and (min-width: 64em) {
  .speak-to-us__address .open-hours {
    margin-top: 10px;
  }
}
.speak-to-us__address .button-wrap {
  margin-top: 20px;
}
.speak-to-us__address .button-wrap .button {
  margin: 0 auto;
  display: block;
  max-width: 200px;
  text-align: center;
}
@media screen and (min-width: 64em) {
  .speak-to-us__address .button-wrap {
    margin-top: 10px;
  }
  .speak-to-us__address .button-wrap .button {
    margin-left: 0;
    max-width: none;
  }
}
.speak-to-us hr + p {
  font-size: 16px;
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  .speak-to-us .team-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .speak-to-us .team-container .c-card-horizontal {
    max-width: 290px;
  }
}
@media screen and (min-width: 64em) {
  .speak-to-us .team-container {
    flex-wrap: nowrap;
  }
  .speak-to-us .team-container .c-card-horizontal {
    max-width: 260px;
    margin: 0 10px 0.9375rem 10px;
  }
}
.speak-to-us .speak-to-us-swiper {
  margin-top: 30px;
  margin-bottom: 20px;
}
@media screen and (min-width: 64em) {
  .speak-to-us .speak-to-us-swiper {
    margin-bottom: 0px;
    margin-top: 20px;
  }
}
.speak-to-us .speak-to-us-swiper img {
  width: 100%;
}
.speak-to-us .speak-to-us-swiper .swiper-button-next,
.speak-to-us .speak-to-us-swiper .swiper-button-prev {
  background-color: #ffffff;
  height: 40px;
  width: 40px;
}
.speak-to-us .speak-to-us-swiper .swiper-button-next.swiper-button-disabled,
.speak-to-us .speak-to-us-swiper .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background-color: #f6f7f2;
}
.speak-to-us .speak-to-us-swiper .swiper-button-next:after,
.speak-to-us .speak-to-us-swiper .swiper-button-prev:after {
  content: "";
  height: 20px;
  width: 20px;
}
.speak-to-us .speak-to-us-swiper .swiper-button-next {
  right: 0;
  bottom: 0;
  top: auto;
}
.speak-to-us .speak-to-us-swiper .swiper-button-next:after {
  background: url("../../../../resources/themes/base/images/arrow-right-regular.svg");
  background-repeat: no-repeat;
}
.speak-to-us .speak-to-us-swiper .swiper-button-prev {
  left: auto;
  right: 40px;
  bottom: 0;
  top: auto;
}
.speak-to-us .speak-to-us-swiper .swiper-button-prev:after {
  background: url("../../../../resources/themes/base/images/arrow-left-regular.svg");
  background-repeat: no-repeat;
}

.mobile-hero-swiper .swiper-pagination-bullets {
  bottom: 20px;
}

.showhomes-homes section.devlopement-homes-overview {
  padding: 60px 0px 0px 0px;
}

.floorplans {
  padding-top: 60px;
}
.floorplans__btn {
  margin-top: 10px;
}
@media screen and (min-width: 64em) {
  .floorplans__btn {
    margin-top: 20px;
  }
}
.floorplans__btn p {
  font-size: 14px;
  margin-top: 20px;
}
.floorplans__btn .button {
  display: block;
  max-width: 200px;
  margin: 0 auto;
}
@media screen and (min-width: 64em) {
  .floorplans__btn .button {
    max-width: 260px;
  }
}
.floorplans .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: auto;
  top: 0;
  display: flex;
  justify-content: flex-start;
}
.floorplans .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: auto;
  height: auto;
  background: none;
  opacity: 1;
  color: rgb(51, 62, 71);
  font-size: 12px;
  font-weight: bold;
  margin: 0 15px 0 0;
}
@media print, screen and (min-width: 40em) {
  .floorplans .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    font-size: 16px;
    margin: 0 20px 0 0;
  }
}
.floorplans .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  color: rgb(231, 48, 75);
}
.floorplans .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active span {
  border-bottom: 1px solid rgb(231, 48, 75);
}
.floorplans .zoom {
  display: inline-block;
  border-color: rgb(198, 29, 47);
  color: rgb(198, 29, 47);
  font-weight: normal;
  margin-bottom: 20px;
}
.floorplans .zoom:hover {
  color: #000;
  border-color: #000;
}
.floorplans .zoom:hover svg {
  color: #000;
}
.floorplans .zoom svg {
  color: rgb(198, 29, 47);
  transition: color 0.4s ease;
}
.floorplans .zoom_inner {
  display: flex;
  align-items: center;
}
.floorplans .icons_magnify {
  display: inline-block;
}

.location {
  padding-top: 60px;
}

.hero-popup {
  z-index: -1;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  overflow: scroll;
}
@media screen and (min-width: 64em) {
  .hero-popup {
    background-color: rgba(0, 0, 0, 0.6);
  }
}
.hero-popup.show {
  opacity: 1;
  visibility: visible;
  z-index: 100000;
}
@media print, screen and (min-width: 40em) {
  .hero-popup {
    display: flex;
    align-items: center;
  }
}
.hero-popup .container {
  margin: auto;
  width: 100%;
  padding: 0px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 812px) and (orientation: landscape) {
  .hero-popup .container {
    width: 90%;
  }
}
@media screen and (min-width: 64em) {
  .hero-popup .container {
    padding: 40px 60px;
    max-width: 1085px;
    background-color: white;
    padding: 20px;
  }
}
.hero-popup .swiper-container.house-swiper {
  padding: 40px 0px 30px;
}
@media screen and (min-width: 64em) {
  .hero-popup .swiper-container.house-swiper {
    padding: 0 40px;
  }
}
.hero-popup .swiper-container.house-swiper .swiper-button-next,
.hero-popup .swiper-container.house-swiper .swiper-button-prev {
  color: rgb(51, 62, 71);
  height: 40px;
}
.hero-popup .swiper-container.house-swiper .swiper-button-next:after,
.hero-popup .swiper-container.house-swiper .swiper-button-prev:after {
  font-size: 30px;
}
@media screen and (min-width: 64em) {
  .hero-popup .swiper-container.house-swiper .swiper-button-next,
.hero-popup .swiper-container.house-swiper .swiper-button-prev {
    display: block;
  }
}
.hero-popup .swiper-container.house-swiper .swiper-button-next {
  right: -5px;
}
@media screen and (min-width: 64em) {
  .hero-popup .swiper-container.house-swiper .swiper-button-next {
    right: -10px;
  }
}
.hero-popup .swiper-container.house-swiper .swiper-button-prev {
  left: -5px;
}
@media screen and (min-width: 64em) {
  .hero-popup .swiper-container.house-swiper .swiper-button-prev {
    left: 0px;
  }
}
.hero-popup .swiper-container.house-swiper .swiper-pagination-fraction {
  top: 0;
  bottom: auto;
  text-align: right;
  position: relative;
  text-align: center;
  margin: 40px 0 20px 0;
}
@media screen and (min-width: 64em) {
  .hero-popup .swiper-container.house-swiper .swiper-pagination-fraction {
    position: static;
  }
}
.hero-popup .swiper-container.house-swiper .swiper-pagination-bullets {
  bottom: 5px;
}
.hero-popup .swiper-container.house-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
  background: rgb(51, 62, 71);
}
.hero-popup .swiper-container.house-swiper .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: rgb(231, 48, 75);
}
.hero-popup .swiper-container.house-swiper .close {
  font-size: 30px;
  cursor: pointer;
  top: 0;
  right: 10px;
  z-index: 1000000;
  position: absolute;
}
@media screen and (min-width: 64em) {
  .hero-popup .swiper-container.house-swiper .close {
    right: 0;
  }
}

.swiper-slide img {
  width: 100%;
}
.swiper-slide .caption {
  position: absolute;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  padding: 10px 10px 10px 10px;
}

@media screen and (min-width: 64em) {
  .mobile-hero-swiper {
    display: none;
  }
}

.swiper-container.mobile-hero-swiper .swiper-pagination-bullet {
  opacity: 1;
  background: white;
}
.swiper-container.mobile-hero-swiper .swiper-pagination-bullet-active {
  background: rgb(231, 48, 75);
}

.floorplans .swiper-pagination {
  position: relative;
  padding-bottom: 0.625rem;
}
@media screen and (min-width: 64em) {
  .floorplans .swiper-pagination {
    padding-bottom: 1.25rem;
  }
}

.swiper-container.gallery-thumbs {
  display: none;
}
@media screen and (min-width: 64em) {
  .swiper-container.gallery-thumbs {
    display: block;
  }
}
.swiper-container.gallery-thumbs .swiper-wrapper {
  margin-top: 20px;
}
.swiper-container.gallery-thumbs .swiper-wrapper .swiper-slide {
  cursor: pointer;
}
.swiper-container.gallery-thumbs .swiper-wrapper img {
  width: 100%;
}
.swiper-container.gallery-thumbs .swiper-wrapper .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 30px;
  width: 30px;
}

.swiper-slide-embed {
  position: relative;
  padding-bottom: 56.25%;
}
.swiper-slide-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videoWrapper {
  position: relative;
  padding-bottom: 51.9%; /* 16:9 */
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.divider {
  height: 0;
  display: block;
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 16px;
}
@media screen and (min-width: 64em) {
  .divider {
    padding: 0 8px;
  }
}
.divider:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  width: calc(100% - 32px);
  height: 1px;
  background-color: rgb(231, 48, 75);
  z-index: 999;
}
@media screen and (min-width: 64em) {
  .divider:after {
    width: calc(100% - 16px);
  }
}

.search-box-holder {
  background: #F6F7F2;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  z-index: 999;
}
.search-box-holder .divider {
  border-color: rgba(0, 0, 0, 0.1);
  margin: 1rem auto;
}
@media screen and (min-width: 64em) {
  .search-box-holder {
    height: 0;
    padding-bottom: 30px;
  }
}

.search-box {
  background-color: white;
  transform: translateY(-30px);
  padding: 13px;
  overflow: hidden;
  position: relative;
  z-index: 9999;
}
@media screen and (min-width: 64em) {
  .search-box {
    transform: translateY(-50%);
    max-width: 1500px;
    margin: 0 auto;
    padding: 1.5rem 2rem;
    overflow: visible;
    top: 25px;
  }
}
.search-box .search-option-group {
  margin-bottom: 1rem;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 64em) {
  .search-box .search-option-group {
    margin-bottom: 0;
    width: 33%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: flex;
    flex-direction: column;
  }
}
.search-box .search-option-group__title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  color: #333e47;
  margin-bottom: 12px;
  font-size: 18px;
}
@media screen and (min-width: 64em) {
  .search-box .search-option-group__title {
    margin-bottom: 8px;
    font-size: 18px;
  }
}
.search-box .search-option-group__icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.search-box .search-option-buttons {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 1023px) {
  .search-box .search-option-buttons {
    flex-wrap: nowrap;
    gap: 8px;
  }
  .search-box .search-option-buttons .search-option-button {
    flex: 1 1 0;
    min-width: 0;
  }
}
@media screen and (min-width: 64em) {
  .search-box .search-option-buttons {
    gap: 8px;
    flex-wrap: wrap;
  }
}
@media (max-width: 1023px) {
  .search-box .search-option-group:first-child .search-option-buttons .search-option-button {
    flex: 1 1 0;
    min-width: 0;
  }
}
@media screen and (min-width: 64em) {
  .search-box .search-option-group:first-child .search-option-buttons .search-option-button {
    flex: 1;
    min-width: 0;
  }
}
.search-box .search-option-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #333e47;
  padding: 10px 18px;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.2s;
  border-radius: 0;
  white-space: nowrap;
  position: relative;
  max-width: 100%;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  .search-box .search-option-button {
    text-align: center;
  }
  .search-box .search-option-button span {
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.search-box .search-option-button input[type=radio] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.search-box .search-option-button span {
  display: inline-block;
}
.search-box .search-option-button:hover {
  border-color: rgba(0, 0, 0, 0.2);
  background-color: #f5f5f5;
}
.search-box .search-option-button:has(input[type=radio]:checked) {
  border-color: #333e47;
  background-color: #333e47;
  color: white;
}
@media screen and (min-width: 64em) {
  .search-box .search-option-button {
    padding: 5px 35px;
    font-size: 16px;
  }
}
.search-box__heading {
  color: rgb(231, 48, 75);
  text-align: center;
  font-size: 36px;
}
@media print, screen and (max-width: 47.99875em) {
  .search-box__heading {
    text-align: left;
    font-size: 32px;
  }
}
.search-box__heading--desktop {
  width: auto;
  min-width: 200px;
  text-align: left;
  line-height: 0.9em;
  padding: 6px 20px 6px 32px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.search-box .search-button-holder {
  background-color: transparent;
  width: auto;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
}
@media screen and (min-width: 64em) {
  .search-box .search-button-holder {
    margin-right: -1px;
    padding-right: 0.5rem;
    align-items: flex-start;
  }
}
.search-box .search-button {
  background-color: #e0e0e0;
  width: 100%;
  padding: 12px 24px;
  color: #333e47;
  font-weight: 700;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  border-radius: 0;
}
.search-box .search-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background-color: #CED0D2;
  color: #333e47;
}
.search-box .search-button:not(:disabled) {
  background-color: rgb(231, 48, 75);
  color: white;
}
@media screen and (min-width: 64em) {
  .search-box .search-button {
    margin-top: 38px;
    font-size: 16px;
    padding: 12px 50px;
  }
  .search-box .search-button:hover:not(:disabled) {
    background-color: rgb(198, 29, 47);
  }
  .search-box .search-button:active:not(:disabled) {
    background-color: rgb(198, 29, 47);
  }
}
.search-box .search-button svg {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}
.search-box .search-button:not(:disabled) svg path {
  fill: white;
}
.search-box--mobile {
  padding-top: 0rem;
}
.search-box--mobile__inner {
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 1rem;
  width: 100%;
  box-sizing: border-box;
}
.search-box--desktop {
  display: flex;
  justify-content: space-between;
}

.content-tiles {
  background-color: #F6F7F2;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 64em) {
  .content-tiles {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.content-tiles__title {
  color: rgb(231, 48, 75);
  margin-bottom: 28px;
}
.content-tiles__left__description {
  line-height: 1.5;
  font-size: 18px;
  color: #333e47;
}
@media screen and (min-width: 64em) {
  .content-tiles__left__description {
    padding-right: 64px;
  }
}
.content-tiles .location-holder {
  display: flex;
  gap: 1rem;
}
@media screen and (min-width: 64em) {
  .content-tiles .location-holder {
    gap: 2rem;
  }
}
.content-tiles .location-block {
  background-color: rgb(231, 48, 75);
  display: flex;
  text-align: center;
  align-items: center;
  position: relative;
  width: 50%;
  overflow: hidden;
  height: 100%;
  min-height: 300px;
}
.content-tiles .location-block__title {
  color: white;
  position: relative;
  z-index: 3;
  max-width: 90%;
  margin: auto;
}
@media screen and (min-width: 64em) {
  .content-tiles .location-block__title {
    font-size: 36px;
  }
}
.content-tiles .location-block__image {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 1;
}
.content-tiles .location-block:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 2;
  background-color: rgba(51, 62, 71, 0.38);
  transition: all 0.3s;
}
.content-tiles .location-block:hover:after {
  background-color: rgb(231, 48, 75);
}

.tile-block {
  padding: 60px 0 40px;
  background-color: #F6F7F2;
}
@media screen and (min-width: 64em) {
  .tile-block .row, .tile-block .c-features__grid {
    max-width: 1570px;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .tile-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 64em) {
  .tile-block {
    padding: 80px 0;
  }
}
.tile-block .tile-card__image {
  margin-bottom: 20px;
}
.tile-block .tile-card__link {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 0;
  border-bottom: 1px solid rgb(231, 48, 75);
  color: rgb(231, 48, 75);
  font-weight: 700;
}

.tile-block.image-tiles {
  background-color: #ffffff;
}
.tile-block.image-tiles .tiles {
  max-width: 1900px;
  margin: 0 auto;
  padding: 0 40px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 20px;
}
.tile-block.image-tiles .tiles .tile-card {
  background-color: #e8e8e8;
}
@media screen and (min-width: 64em) {
  .tile-block.image-tiles .tiles {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
.tile-block.image-tiles a.tile-card:hover .tile-card__image {
  transform: scale(1.05);
}
.tile-block.image-tiles .tile-card {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.tile-block.image-tiles .tile-card__image {
  transition: all 0.3s ease-in-out, opacity 0.5s ease-in-out;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: square;
  margin-bottom: 0;
}
.tile-block.image-tiles .tile-card__image[loading=lazy] {
  opacity: 0;
}
.tile-block.image-tiles .tile-card__image[loading=lazy].is-loaded {
  opacity: 1;
}
.tile-block.image-tiles .tile-card__title {
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.tile-block.image-tiles .tile-card__title h3 {
  color: white !important;
  font-size: 2rem;
  max-width: 250px;
}
@media screen and (min-width: 64em) {
  .tile-block.image-tiles .tile-card__title h3 {
    font-size: 2.4rem;
  }
}

.tile-block.tiles-with-tabs .row, .tile-block.tiles-with-tabs .c-features__grid {
  padding-right: 16px;
  padding-left: 16px;
}
.tile-block.tiles-with-tabs .row .tile-card, .tile-block.tiles-with-tabs .c-features__grid .tile-card {
  padding-right: 0px;
  padding-left: 0px;
}
.tile-block.tiles-with-tabs .row .tile-card .row, .tile-block.tiles-with-tabs .c-features__grid .tile-card .row, .tile-block.tiles-with-tabs .row .tile-card .c-features__grid, .tile-block.tiles-with-tabs .c-features__grid .tile-card .c-features__grid {
  padding-right: 0px;
  padding-left: 0px;
}
.tile-block.tiles-with-tabs .tiles-tabs-nav {
  margin-bottom: 2rem;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}
.tile-block.tiles-with-tabs .tiles-tabs-nav::-webkit-scrollbar {
  height: 4px;
}
.tile-block.tiles-with-tabs .tiles-tabs-nav::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.tile-block.tiles-with-tabs .tiles-tabs-nav::-webkit-scrollbar-thumb {
  background: #E7304B;
  border-radius: 2px;
}
.tile-block.tiles-with-tabs .tiles-tabs-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  border-bottom: 2px solid #e0e0e0;
  min-width: -moz-max-content;
  min-width: max-content;
}
.tile-block.tiles-with-tabs .tiles-tabs-nav__item {
  margin: 0;
  padding: 0;
  flex-shrink: 0;
}
.tile-block.tiles-with-tabs .tiles-tabs-nav__link {
  display: inline-block;
  padding: 1rem 1.5rem;
  color: #555555;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}
@media print, screen and (max-width: 47.99875em) {
  .tile-block.tiles-with-tabs .tiles-tabs-nav__link {
    padding-left: 0;
  }
}
.tile-block.tiles-with-tabs .tiles-tabs-nav__link:hover {
  color: #E7304B;
}
.tile-block.tiles-with-tabs .tiles-tabs-nav__link.active {
  color: #E7304B;
}
.tile-block.tiles-with-tabs .tiles-tabs-nav__progress-bar {
  position: relative;
  width: 100%;
  height: 2px;
  background-color: #e0e0e0;
  margin-top: -2px;
}
.tile-block.tiles-with-tabs .tiles-tabs-nav__progress-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #E7304B;
  transition: width 0.3s ease, left 0.3s ease;
  width: 0;
}
.tile-block.tiles-with-tabs .tiles-tabs-content .tiles-tab-panel {
  display: none;
}
.tile-block.tiles-with-tabs .tiles-tabs-content .tiles-tab-panel.active {
  display: block;
}
.tile-block.tiles-with-tabs .tiles-tabs-content .tiles-tab-panel__content {
  padding: 1rem 0;
}
.tile-block.tiles-with-tabs .tiles-tabs-content .tiles-tab-panel__content .tile-card__image {
  width: 100%;
  margin-bottom: 1.5rem;
}
.tile-block.tiles-with-tabs .tiles-tabs-content .tiles-tab-panel__content h4 {
  margin-bottom: 1rem;
}
.tile-block.tiles-with-tabs .tiles-tabs-content .tiles-tab-panel__content p {
  margin-bottom: 1rem;
}
.tile-block.tiles-with-tabs .tiles-grid .row, .tile-block.tiles-with-tabs .tiles-grid .c-features__grid {
  margin: 0;
}
@media print, screen and (min-width: 40em) {
  .tile-block.tiles-with-tabs .tiles-tabs-nav,
.tile-block.tiles-with-tabs .tiles-tabs-content {
    display: none !important;
  }
  .tile-block.tiles-with-tabs .tiles-grid {
    display: block;
  }
}
@media screen and (max-width: 39.9375em) {
  .tile-block.tiles-with-tabs .tiles-grid {
    display: none !important;
  }
}
.tile-block.tiles-with-tabs .intro {
  padding-left: 0;
}

.featured-articles {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media print, screen and (max-width: 47.99875em) {
  .featured-articles {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 64em) {
  .featured-articles {
    max-width: 1570px;
    padding-top: 80px;
  }
}
@media print, screen and (min-width: 40em) {
  .featured-articles .row--lg.medium-up-3 {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    align-items: stretch;
  }
  .featured-articles .row--lg.medium-up-3 > .column, .featured-articles .row--lg.medium-up-3 > .c-features__card,
.featured-articles .row--lg.medium-up-3 > .columns,
.featured-articles .row--lg.medium-up-3 > .c-post {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    min-height: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media screen and (min-width: 40em) and (min-width: 90em) {
  .featured-articles .row--lg.medium-up-3 > .column, .featured-articles .row--lg.medium-up-3 > .c-features__card,
.featured-articles .row--lg.medium-up-3 > .columns,
.featured-articles .row--lg.medium-up-3 > .c-post {
    padding: 0;
  }
}
@media screen and (min-width: 90em) {
  .featured-articles .column, .featured-articles .columns, .featured-articles .c-features__card {
    padding: 0 !important;
  }
}
.featured-articles__heading-wrap {
  padding: 27px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media print, screen and (max-width: 47.99875em) {
  .featured-articles__heading-wrap {
    padding-top: 0 !important;
  }
}
@media print, screen and (min-width: 40em) {
  .featured-articles__heading-wrap {
    padding: 0rem 1rem 2rem 1rem;
  }
}
@media screen and (min-width: 90em) {
  .featured-articles__heading-wrap {
    padding: 0;
    padding-bottom: 1rem;
  }
}
.featured-articles__heading {
  padding: 0 6px;
}
@media screen and (min-width: 90em) {
  .featured-articles__heading {
    padding: 0 0;
  }
}
.featured-articles__heading__title {
  margin-bottom: 0;
}
.featured-articles__bottom {
  border-top: 1px solid rgb(231, 48, 75);
  padding-top: 27px;
  padding-bottom: 27px;
  margin: 0 16px;
}
@media print, screen and (min-width: 40em) {
  .featured-articles__bottom {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.featured-articles__mobile-cta .column, .featured-articles__mobile-cta .columns, .featured-articles__mobile-cta .c-features__card {
  padding: 2rem 0rem;
  padding-bottom: 0;
  margin-left: 11px;
  margin-right: 11px;
}
.featured-articles__mobile-cta .column a, .featured-articles__mobile-cta .columns a, .featured-articles__mobile-cta .c-features__card a {
  width: 100%;
  text-align: center;
}
.featured-articles__cta-box {
  margin-top: 40px;
}
@media screen and (min-width: 64em) {
  .featured-articles__cta-box {
    margin-top: 80px;
  }
}
.featured-articles__cta-box .c-blog-cta {
  width: 100%;
  margin: 0;
}
.featured-articles__cta-box .c-blog-cta__el {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem 20px;
}
@media print, screen and (min-width: 40em) {
  .featured-articles__cta-box .c-blog-cta__el {
    padding: 2.5rem 40px;
  }
}
@media screen and (min-width: 64em) {
  .featured-articles__cta-box .c-blog-cta__el {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.featured-articles__cta-box .c-blog-cta__el .button {
  margin: 1.5rem 0 0 0;
  white-space: nowrap;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 64em) {
  .featured-articles__cta-box .c-blog-cta__el .button {
    width: auto;
    margin: 0 0 0 2rem;
  }
}
.featured-articles__cta-box .c-blog-cta__content {
  flex: 1;
  width: 100%;
}
@media print, screen and (max-width: 39.99875em) {
  .featured-articles__cta-box .c-blog-cta__content {
    text-align: center !important;
  }
}
@media print, screen and (min-width: 40em) {
  .featured-articles__cta-box .c-blog-cta__content {
    text-align: left !important;
  }
}
.featured-articles__cta-box .c-blog-cta__content .box-heading {
  margin: 0 0 1rem 0;
}
@media print, screen and (max-width: 39.99875em) {
  .featured-articles__cta-box .c-blog-cta__content .box-heading {
    text-align: center !important;
  }
}
@media print, screen and (min-width: 40em) {
  .featured-articles__cta-box .c-blog-cta__content .box-heading {
    text-align: left !important;
  }
}
@media screen and (min-width: 64em) {
  .featured-articles__cta-box .c-blog-cta__content .box-heading {
    margin: 0 0 0.5rem 0;
  }
}
.featured-articles__cta-box .c-blog-cta__content p {
  margin: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .featured-articles__cta-box .c-blog-cta__content p {
    text-align: center !important;
  }
}
@media print, screen and (min-width: 40em) {
  .featured-articles__cta-box .c-blog-cta__content p {
    text-align: left !important;
  }
}
.featured-articles .featuredArticleSwiper {
  width: 100% !important;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
}
@media print, screen and (max-width: 47.99875em) {
  .featured-articles .featuredArticleSwiper {
    overflow: hidden;
  }
}
@media print, screen and (min-width: 40em) {
  .featured-articles .featuredArticleSwiper {
    width: calc(100% - 16px) !important;
  }
}
.featured-articles .featuredArticleSwiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.featured-articles .swiper-slide {
  width: 100%;
  margin: auto;
  height: auto;
  display: flex !important;
  flex-direction: column;
  align-items: stretch;
}
.featured-articles .swiper-slide .c-post {
  height: 100% !important;
  display: flex !important;
  flex-direction: column;
  flex: 1;
  min-height: 100%;
}
.featured-articles .c-post {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  width: 100%;
}
@media screen and (min-width: 90em) {
  .featured-articles .c-post {
    padding: 0 0px;
  }
}
.featured-articles .c-post > .c-post__link {
  flex-shrink: 0;
  width: 100%;
}
.featured-articles .c-post .o-frame, .featured-articles .c-post .c-vid__content {
  flex-shrink: 0;
  width: 100%;
}
.featured-articles .c-post__link {
  text-decoration: none;
  color: inherit;
}
.featured-articles .c-post__link:hover .c-post__title {
  color: rgb(231, 48, 75);
}
.featured-articles .c-post__content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
  background-color: #F6F7F3 !important;
}
.featured-articles .c-post__title {
  font-family: inherit;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.75rem;
  color: rgb(231, 48, 75);
  transition: color 0.4s ease;
}
.featured-articles .c-post p {
  margin-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
}
.featured-articles .c-post__meta {
  font-size: 0.75rem;
  margin-top: 0.75rem;
  margin-bottom: 0.5rem;
}
.featured-articles .c-post__tags {
  font-size: 0.625rem !important;
  color: #8F9397;
  margin: 0;
  margin-top: auto;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.5;
}
.featured-articles .c-post__tags:before {
  content: none;
  display: none;
}
.featured-articles .c-post__tags a {
  color: #4d4d4d;
  border-bottom: none;
  text-decoration: none;
}
.featured-articles .c-post__tags a:hover {
  color: rgb(231, 48, 75);
  border-bottom: none;
}
.featured-articles .c-post__tags a + a:before {
  content: " | ";
  margin: 0 0.25rem;
  color: #4d4d4d;
}

.testimonials {
  background: #f5f6f0;
  padding: 20px 0 40px 0;
  margin-top: 40px;
  margin-bottom: 95px;
  max-width: 1540px;
}
@media screen and (min-width: 64em) {
  .testimonials {
    margin: 60px auto 180px auto;
    width: calc(100% - 64px);
  }
}
.testimonials .row, .testimonials .c-features__grid {
  max-width: 1344px;
}
.testimonials__heading {
  display: flex;
  width: 100%;
  border-bottom: 1px solid rgb(231, 48, 75);
  margin: 0 16px 40px 16px;
  padding: 27px 0;
  align-items: center;
  justify-content: space-between;
}
@media print, screen and (min-width: 40em) {
  .testimonials__heading {
    padding: 2rem 0 2rem 0;
  }
}
@media screen and (min-width: 64em) {
  .testimonials__heading {
    margin: 0 52px 40px 52px;
  }
}
.testimonials__heading__title {
  margin-bottom: 0;
  width: calc(100% - 110px);
}
.testimonials .testimonialSwiper {
  overflow: visible;
  position: static;
}
.testimonials .swiper-wrapper {
  max-width: 1240px;
}
.testimonials .swiper-slide {
  width: 100% !important;
  max-width: 1240px;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.3s;
  transition-delay: 100ms;
}
.testimonials .swiper-slide-active {
  opacity: 100;
}
@media screen and (min-width: 64em) {
  .testimonials .swiper-slide {
    display: flex;
    align-items: items-start;
  }
}
.testimonials .swiper-slide__wrapper {
  padding: 0 16px 20px;
}
.testimonials .swiper-slide__wrapper:last-child {
  padding: 0 16px 0;
}
@media screen and (min-width: 64em) {
  .testimonials .swiper-slide__wrapper:last-child {
    padding: 0 52px 20px;
  }
}
@media screen and (min-width: 64em) {
  .testimonials .swiper-slide__wrapper {
    width: 50%;
    padding: 0 52px 20px;
  }
}
.testimonials .swiper-button-next,
.testimonials .swiper-button-prev {
  top: 90px;
  width: 40px;
  height: 40px;
  background-color: #e7304b;
  color: #ffffff;
  display: flex;
  align-items: items-center;
  justify-items: justify-center;
}
@media screen and (min-width: 64em) {
  .testimonials .swiper-button-next,
.testimonials .swiper-button-prev {
    top: 50%;
    width: 64px;
    height: 64px;
  }
}
.testimonials .swiper-button-next:after,
.testimonials .swiper-button-prev:after {
  display: none;
}
.testimonials .swiper-button-next svg,
.testimonials .swiper-button-prev svg {
  width: 16px;
}
.testimonials .swiper-button-prev {
  left: auto;
  right: 66px;
}
@media screen and (min-width: 64em) {
  .testimonials .swiper-button-prev {
    left: -30px;
    right: auto;
  }
}
.testimonials .swiper-button-next {
  right: 16px;
}
@media screen and (min-width: 64em) {
  .testimonials .swiper-button-next {
    right: -30px;
  }
}
.testimonials .swiper-pagination-bullets {
  bottom: -40px;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 24px;
  height: 4px;
  border-radius: 0px;
  background: #333e47;
  opacity: 0.4;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background: #e7304b;
  opacity: 100;
}

.video-testimonials {
  padding: 40px 0 40px 0;
  background-color: #F6F7F2;
}
@media screen and (min-width: 64em) {
  .video-testimonials {
    margin: 0 auto 0 auto;
    padding: 80px 0 80px 0;
  }
}
.video-testimonials .row, .video-testimonials .c-features__grid {
  padding-right: 16px;
  padding-left: 16px;
}
@media screen and (min-width: 64em) {
  .video-testimonials .row, .video-testimonials .c-features__grid {
    max-width: 1600px;
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .video-testimonials .row .c-btn, .video-testimonials .c-features__grid .c-btn {
    width: 100%;
    text-align: center;
  }
}
.video-testimonials__heading {
  display: flex;
  width: 100%;
  padding: 27px 0;
  align-items: center;
  justify-content: space-between;
}
@media print, screen and (max-width: 47.99875em) {
  .video-testimonials__heading {
    padding-top: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .video-testimonials__heading {
    padding: 2rem 0 2rem 0;
  }
}
.video-testimonials__heading__title {
  margin-bottom: 0;
  width: calc(100% - 110px);
  color: rgb(231, 48, 75);
}
@media screen and (min-width: 64em) {
  .video-testimonials__heading__title {
    width: auto;
  }
}
.video-testimonials .videoTestimonialSwiper {
  overflow: hidden;
  width: 100%;
  position: relative;
  max-width: 1570px;
  margin: auto;
  padding-bottom: 0;
}
@media screen and (min-width: 64em) {
  .video-testimonials .videoTestimonialSwiper {
    margin: 0 0 40px 0;
    padding-bottom: 80px;
  }
}
.video-testimonials .swiper-slide {
  height: auto;
  flex-shrink: 0;
}
@media screen and (min-width: 64em) {
  .video-testimonials .swiper-slide {
    width: calc(25% - 15px);
  }
}
.video-testimonials .video-testimonial-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.video-testimonials .video-testimonial-card__image {
  width: 100%;
  position: relative;
  overflow: visible;
  flex-shrink: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  padding-bottom: 0px;
}
.video-testimonials .video-testimonial-card__image .c-video__player {
  width: 100%;
  padding-bottom: 0;
}
.video-testimonials .video-testimonial-card__image .o-frame, .video-testimonials .video-testimonial-card__image .c-vid__content {
  aspect-ratio: 16/9;
  max-height: 338px;
  position: relative;
  overflow: hidden;
  height: auto;
}
@media screen and (min-width: 64em) {
  .video-testimonials .video-testimonial-card__image .o-frame, .video-testimonials .video-testimonial-card__image .c-vid__content {
    aspect-ratio: 16/9;
    max-height: 338px;
  }
}
.video-testimonials .video-testimonial-card__image .o-frame .c-video__overlay, .video-testimonials .video-testimonial-card__image .c-vid__content .c-video__overlay {
  overflow: visible;
}
.video-testimonials .video-testimonial-card__image:hover .c-video__overlay .c-video__play-btn {
  position: relative;
  z-index: 1;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
}
.video-testimonials .video-testimonial-card__image:hover .c-video__overlay .c-video__play-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgb(231, 48, 75);
  z-index: 0;
  transition: all 0.3s ease;
}
.video-testimonials .video-testimonial-card__image:hover .c-video__overlay .c-video__play-btn img {
  opacity: 0 !important;
  transition: opacity 0.3s ease;
}
.video-testimonials .video-testimonial-card__image:hover .c-video__overlay .c-video__play-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-left: 18px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  z-index: 2;
  margin-left: 3px;
}
.video-testimonials .video-testimonial-card__image .c-video__overlay:hover .c-video__play-btn {
  position: relative;
  z-index: 1;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
}
.video-testimonials .video-testimonial-card__image .c-video__overlay:hover .c-video__play-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgb(231, 48, 75);
  z-index: 0;
  transition: all 0.3s ease;
}
.video-testimonials .video-testimonial-card__image .c-video__overlay:hover .c-video__play-btn img {
  opacity: 0 !important;
  transition: opacity 0.3s ease;
}
.video-testimonials .video-testimonial-card__image .c-video__overlay:hover .c-video__play-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-left: 18px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  z-index: 2;
  margin-left: 3px;
}
.video-testimonials .video-testimonial-card__content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media print, screen and (max-width: 47.99875em) {
  .video-testimonials .video-testimonial-card__content {
    padding-left: 0;
  }
}
@media screen and (min-width: 64em) {
  .video-testimonials .video-testimonial-card__content {
    padding: 12px 0px 0px;
  }
}
.video-testimonials .video-testimonial-card__location {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #666;
  margin-bottom: 12px;
  font-weight: 400;
}
@media print, screen and (max-width: 47.99875em) {
  .video-testimonials .video-testimonial-card__location {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 64em) {
  .video-testimonials .video-testimonial-card__location {
    font-size: 13px;
    margin-bottom: 6px;
  }
}
.video-testimonials .video-testimonial-card__location-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
@media screen and (min-width: 64em) {
  .video-testimonials .video-testimonial-card__location-icon {
    width: 14px;
    height: 14px;
  }
}
.video-testimonials .video-testimonial-card__location-icon path {
  fill: rgb(231, 48, 75);
}
.video-testimonials .video-testimonial-card__name {
  font-family: "Dala Moa";
  color: rgb(231, 48, 75);
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 12px;
  line-height: 1.2;
}
@media screen and (min-width: 64em) {
  .video-testimonials .video-testimonial-card__name {
    font-size: 30px;
    margin-bottom: 8px;
    line-height: 1.1;
  }
}
.video-testimonials .video-testimonial-card__quote {
  font-size: 1rem;
  color: #333e47;
  line-height: 1.6;
  margin-top: 0;
}
@media print, screen and (min-width: 40em) {
  .video-testimonials .video-testimonial-card__quote {
    font-size: 1.125rem;
  }
}
.video-testimonials .video-testimonial-card__quote p {
  margin: 0;
}
.video-testimonials .video-testimonials__navigation {
  display: none;
}
@media screen and (min-width: 64em) {
  .video-testimonials .video-testimonials__navigation {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    align-items: center;
    gap: 16px;
    z-index: 10;
    padding-top: 0;
    padding-bottom: 0;
    max-width: calc(100% - 84px);
    width: 100%;
    justify-content: center;
  }
}
.video-testimonials .swiper-pagination-progress {
  display: none;
}
@media screen and (min-width: 64em) {
  .video-testimonials .swiper-pagination-progress {
    display: block;
    width: 100%;
    max-width: 1002px;
    height: 2px;
    background-color: #E6E6E6;
    position: relative;
    overflow: hidden;
    border-radius: 1px;
    flex: 1;
    margin-right: 80px;
  }
}
.video-testimonials .swiper-pagination-progress .swiper-pagination-progressbar-fill {
  background-color: rgb(231, 48, 75);
  height: 100%;
  transition: transform 0.3s ease;
  border-radius: 1px;
}
.video-testimonials .videoTestimonialSwiper .swiper-button-next,
.video-testimonials .videoTestimonialSwiper .swiper-button-prev {
  display: none;
}
@media screen and (min-width: 64em) {
  .video-testimonials .videoTestimonialSwiper .swiper-button-next,
.video-testimonials .videoTestimonialSwiper .swiper-button-prev {
    display: flex;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 34px;
    height: 34px;
    margin: 0;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: 0px solid #E6E6E6;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
  }
}
.video-testimonials .videoTestimonialSwiper .swiper-button-next:after,
.video-testimonials .videoTestimonialSwiper .swiper-button-prev:after {
  display: none;
}
.video-testimonials .videoTestimonialSwiper .swiper-button-next svg,
.video-testimonials .videoTestimonialSwiper .swiper-button-prev svg {
  width: 34px;
  height: 34px;
  display: block;
}
.video-testimonials .videoTestimonialSwiper .swiper-button-next svg rect,
.video-testimonials .videoTestimonialSwiper .swiper-button-prev svg rect {
  stroke: #E6E6E6;
  fill: transparent;
  transition: all 0.3s ease;
}
.video-testimonials .videoTestimonialSwiper .swiper-button-next svg path,
.video-testimonials .videoTestimonialSwiper .swiper-button-prev svg path {
  stroke: #E6E6E6;
  stroke-width: 1.5;
  fill: none;
  transition: all 0.3s ease;
}
.video-testimonials .videoTestimonialSwiper .swiper-button-next:hover:not(.swiper-button-disabled),
.video-testimonials .videoTestimonialSwiper .swiper-button-prev:hover:not(.swiper-button-disabled) {
  background-color: rgb(231, 48, 75);
}
.video-testimonials .videoTestimonialSwiper .swiper-button-next:hover:not(.swiper-button-disabled) svg rect,
.video-testimonials .videoTestimonialSwiper .swiper-button-prev:hover:not(.swiper-button-disabled) svg rect {
  stroke: #fff;
  fill: transparent;
}
.video-testimonials .videoTestimonialSwiper .swiper-button-next:hover:not(.swiper-button-disabled) svg path,
.video-testimonials .videoTestimonialSwiper .swiper-button-prev:hover:not(.swiper-button-disabled) svg path {
  stroke: #fff;
}
.video-testimonials .videoTestimonialSwiper .swiper-button-next.swiper-button-disabled,
.video-testimonials .videoTestimonialSwiper .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  cursor: not-allowed;
  background-color: transparent;
  border-color: #E6E6E6;
}
.video-testimonials .videoTestimonialSwiper .swiper-button-next.swiper-button-disabled svg rect,
.video-testimonials .videoTestimonialSwiper .swiper-button-prev.swiper-button-disabled svg rect {
  stroke: #E6E6E6;
  fill: transparent;
}
.video-testimonials .videoTestimonialSwiper .swiper-button-next.swiper-button-disabled svg path,
.video-testimonials .videoTestimonialSwiper .swiper-button-prev.swiper-button-disabled svg path {
  stroke: #E6E6E6;
}
.video-testimonials .videoTestimonialSwiper .swiper-button-prev:not(.swiper-button-disabled) {
  background-color: transparent;
  border-color: rgb(231, 48, 75);
}
.video-testimonials .videoTestimonialSwiper .swiper-button-prev:not(.swiper-button-disabled) svg rect {
  stroke: rgb(231, 48, 75);
  fill: transparent;
}
.video-testimonials .videoTestimonialSwiper .swiper-button-prev:not(.swiper-button-disabled) svg path {
  stroke: rgb(231, 48, 75);
}
.video-testimonials .videoTestimonialSwiper .swiper-button-prev:not(.swiper-button-disabled):hover {
  background-color: rgb(231, 48, 75);
}
.video-testimonials .videoTestimonialSwiper .swiper-button-prev:not(.swiper-button-disabled):hover svg rect {
  stroke: #fff;
  fill: transparent;
}
.video-testimonials .videoTestimonialSwiper .swiper-button-prev:not(.swiper-button-disabled):hover svg path {
  stroke: #fff;
}
.video-testimonials .videoTestimonialSwiper .swiper-button-next:not(.swiper-button-disabled) {
  background-color: transparent;
  border-color: rgb(231, 48, 75);
}
.video-testimonials .videoTestimonialSwiper .swiper-button-next:not(.swiper-button-disabled) svg rect {
  stroke: rgb(231, 48, 75);
  fill: transparent;
}
.video-testimonials .videoTestimonialSwiper .swiper-button-next:not(.swiper-button-disabled) svg path {
  stroke: rgb(231, 48, 75);
}
.video-testimonials .videoTestimonialSwiper .swiper-button-next:not(.swiper-button-disabled):hover {
  background-color: rgb(231, 48, 75);
}
.video-testimonials .videoTestimonialSwiper .swiper-button-next:not(.swiper-button-disabled):hover svg rect {
  stroke: #fff;
  fill: transparent;
}
.video-testimonials .videoTestimonialSwiper .swiper-button-next:not(.swiper-button-disabled):hover svg path {
  stroke: #fff;
}

.o-element__content .row, .o-element__content .c-features__grid {
  max-width: 1240px;
}
@media print, screen and (max-width: 47.99875em) {
  .o-element__content h2 {
    text-align: left !important;
  }
}

.content-tiles .row, .content-tiles .c-features__grid {
  max-width: 1240px;
}

.o-element__grid-content > .row, .o-element__grid-content > .c-features__grid {
  max-width: 1600px;
}

@media screen and (min-width: 64em) {
  .o-element__content .row, .o-element__content .c-features__grid {
    padding: 0 4px;
  }
}

.o-element__content--border::after {
  width: calc(100% - 32px);
  max-width: 1224px;
}

@media screen and (min-width: 64em) {
  .video-testimonials + .featured-articles {
    padding-top: 80px;
  }
}

@media screen and (min-width: 64em) {
  #instagram-feed .o-element__content {
    padding-bottom: 80px;
  }
}

.element-cta-block {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: 0px;
}
@media screen and (min-width: 64em) {
  .element-cta-block {
    margin-top: 80px;
  }
}
.element-cta-block__background-wrapper {
  position: relative;
  width: 100%;
  max-width: 1570px;
  margin: 0 auto;
  height: 305px;
  max-height: 305px;
  overflow: hidden;
}
@media screen and (min-width: 64em) {
  .element-cta-block__background-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
    height: auto;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .element-cta-block__background-wrapper {
    max-height: 376px;
    height: 376px;
  }
}
.element-cta-block__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media print, screen and (max-width: 39.99875em) {
  .element-cta-block__background--desktop {
    display: none;
  }
}
@media screen and (min-width: 64em) {
  .element-cta-block__background--mobile {
    display: none;
  }
}
.element-cta-block__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
  pointer-events: none;
}
.element-cta-block__container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1570px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 60px 20px;
}
@media print, screen and (min-width: 40em) {
  .element-cta-block__container {
    padding: 80px 40px;
  }
}
@media screen and (min-width: 64em) {
  .element-cta-block__container {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .element-cta-block__container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.element-cta-block__content {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-left: calc(8.33333% - 0.625rem);
  padding-right: calc(8.33333% - 0.625rem);
}
@media screen and (min-width: 64em) {
  .element-cta-block__content {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    padding-left: calc(8.33333% - 0.625rem);
    padding-right: calc(8.33333% - 0.625rem);
  }
}
.element-cta-block__text {
  flex: 1;
  color: #fff;
}
.element-cta-block__title {
  font-family: "Dala Moa";
  font-size: 2rem;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 20px;
  font-weight: normal;
}
@media print, screen and (min-width: 40em) {
  .element-cta-block__title {
    font-size: 3rem;
  }
}
@media screen and (min-width: 64em) {
  .element-cta-block__title {
    font-size: 3rem;
    margin-bottom: 30px;
  }
}
.element-cta-block__description {
  font-family: "Gotham SSm 4r", "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  margin: 0;
}
@media print, screen and (min-width: 40em) {
  .element-cta-block__description {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 64em) {
  .element-cta-block__description {
    font-size: 1.25rem;
  }
}
.element-cta-block__buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}
@media screen and (min-width: 64em) {
  .element-cta-block__buttons {
    width: auto;
    min-width: 280px;
  }
}
.element-cta-block__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  color: #333e47;
  padding: 10px 20px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  width: 100%;
}
@media screen and (min-width: 64em) {
  .element-cta-block__button {
    width: 100%;
    min-width: 280px;
  }
}
.element-cta-block__button:hover {
  background-color: rgba(255, 255, 255, 0.95);
  transform: translateX(5px);
}
.element-cta-block__button:active {
  transform: translateX(2px);
}
.element-cta-block__button-text {
  font-family: "Gotham SSm 4r", "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #333e47;
  flex: 1;
}
.element-cta-block__button-arrow {
  margin-left: 15px;
  transition: transform 0.3s ease;
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}
.element-cta-block__button-arrow svg {
  display: block;
  width: 31px;
  height: 8px;
}
.element-cta-block__button:hover .element-cta-block__button-arrow {
  transform: translateX(5px);
}

.developments-intro {
  background-color: rgb(246, 247, 242);
  position: relative;
  padding: 40px 1rem;
  overflow: hidden;
}
@media screen and (min-width: 64em) {
  .developments-intro {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 64em) {
  .developments-intro .row, .developments-intro .c-features__grid {
    max-width: 1570px;
  }
}
.developments-intro__left {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 64em) {
  .developments-intro__left {
    width: 25%;
    flex: 0 0 25%;
    justify-content: space-between;
    padding-right: 50px;
    gap: 1.5rem;
  }
}
.developments-intro__title {
  font-family: "Dala Moa";
  font-size: 2rem;
  line-height: 1.2;
  color: rgb(231, 48, 75);
  margin: 0;
}
@media screen and (min-width: 64em) {
  .developments-intro__title {
    font-size: 3rem;
  }
}
.developments-intro__content {
  font-size: 1rem;
  line-height: 1.6;
  color: rgb(51, 62, 71);
}
.developments-intro__cta {
  display: none;
}
@media screen and (min-width: 64em) {
  .developments-intro__cta {
    display: block;
  }
}
.developments-intro__cta .button {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border: 1px solid rgb(231, 48, 75);
  color: rgb(231, 48, 75);
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease;
}
.developments-intro__cta .button:hover {
  background-color: rgb(231, 48, 75);
  color: #fff;
}
.developments-intro__cta-mobile {
  display: block;
  margin-top: 2rem;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 64em) {
  .developments-intro__cta-mobile {
    display: none;
  }
}
.developments-intro__cta-mobile .button {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border: 1px solid rgb(231, 48, 75);
  color: rgb(231, 48, 75);
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease;
  width: 100%;
}
.developments-intro__cta-mobile .button:hover {
  background-color: rgb(231, 48, 75);
  color: #fff;
}
.developments-intro__right {
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 64em) {
  .developments-intro__right {
    width: 75%;
    flex: 0 0 75%;
    max-width: 100%;
    min-width: 0;
  }
}
.developments-intro__carousel-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  transition: opacity 0.2s ease;
}
.developments-intro__carousel-wrapper--until-load {
  opacity: 0;
  pointer-events: none;
}
.developments-intro__slide-link {
  display: block;
  width: 100%;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.developments-intro__slide-link:hover {
  opacity: 0.95;
}
.developments-intro__slide {
  position: relative;
  width: 100%;
  aspect-ratio: 4/5;
  overflow: hidden;
  display: block;
  min-height: 300px;
  background-color: #e8e8e8;
}
@media print, screen and (min-width: 40em) {
  .developments-intro__slide {
    min-height: 400px;
  }
}
@media screen and (min-width: 64em) {
  .developments-intro__slide {
    min-height: 500px;
  }
}
@media (max-width: 1023px) {
  .developments-intro__slide {
    aspect-ratio: 4/5;
  }
}
.developments-intro__slide picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
.developments-intro__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.developments-intro__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  background: linear-gradient(to top, rgb(0, 0, 0) 0%, transparent 50%);
  color: #fff;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  pointer-events: none;
  box-sizing: border-box;
}
.developments-intro__overlay > * {
  pointer-events: auto;
  position: relative;
  z-index: 3;
}
.developments-intro__location {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.95);
  font-weight: 400;
}
.developments-intro__pin {
  flex-shrink: 0;
}
.developments-intro__summary-title {
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 400;
  line-height: 1.4;
}
.developments-intro__development-title {
  font-family: "Dala Moa";
  font-size: 2rem;
  font-weight: 400;
  margin: 0 0 0.75rem 0;
  line-height: 1.3;
  color: #fff;
}
@media screen and (min-width: 64em) {
  .developments-intro__development-title {
    font-size: 2.5rem;
  }
}
.developments-intro__link {
  display: inline-block;
  margin-top: 0;
  color: #fff;
  text-decoration: underline;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  z-index: 10;
  pointer-events: none;
}
.developments-intro__link:hover {
  text-decoration: underline;
}
.developments-intro__navigation {
  display: none;
  gap: 0.8rem;
  margin-top: 1.5rem;
  align-items: center;
}
@media screen and (min-width: 64em) {
  .developments-intro__navigation {
    display: flex;
    margin-top: auto;
  }
  .developments-intro__navigation .swiper-button-prev,
.developments-intro__navigation .swiper-button-next {
    top: 0;
    left: 0;
  }
}
.developments-intro__arrow {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  color: rgb(231, 48, 75);
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
  position: relative;
}
.developments-intro__arrow::after {
  display: none;
}
.developments-intro__arrow:hover:not(.swiper-button-disabled), .developments-intro__arrow:active:not(.swiper-button-disabled) {
  background-color: rgb(231, 48, 75);
  color: #fff;
}
.developments-intro__arrow.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
  color: #ccc;
  pointer-events: none;
}
.developments-intro__arrow svg {
  width: 34px;
  height: 34px;
  display: block;
}
.developments-intro .swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
}
.developments-intro .swiper-wrapper {
  display: flex;
  width: 100%;
  height: auto;
}
.developments-intro .swiper-slide {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .developments-intro .swiper-slide {
    height: auto;
  }
}

.eapps-instagram-feed-header-container {
  display: none !important;
}

.eapps-instagram-feed {
  max-height: 500px !important;
}

.eapps-instagram-feed-posts-item-image {
  height: 100% !important;
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

.widthnew {
  max-width: 1570px;
}

#instagram-feed {
  max-width: 1570px;
}

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}
html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
html.is-reveal-open body {
  overflow-y: hidden;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(51, 62, 71, 0.45);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fff;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
[data-whatinput=mouse] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column, .reveal .columns, .reveal .c-features__card {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 1100px;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 1100px;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 1100px;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 1100px;
  }
}
.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

.overflow-hidden {
  overflow: hidden;
}

.position-relative {
  position: relative;
}

.items-end-absolute {
  position: absolute;
  top: -36px;
  right: 0;
}

.max-w-170 {
  max-width: 170px;
}

.float-right {
  float: right;
}

.width-full {
  width: 100% !important;
}

@media screen and (min-width: 64em) {
  .bypass-development-promo__content-wrap {
    width: 50% !important;
    padding: 70px 15px 30px 160px !important;
  }
  .bypass-development-promo__img {
    width: 50% !important;
    left: 0px !important;
    top: 50% !important;
    bottom: 0px !important;
    position: absolute !important;
    margin-bottom: 0px !important;
    transform: translateY(-50%) !important;
    height: 600px !important;
  }
  .bypass-development-promo__img img {
    height: 100% !important;
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .bypass-development-promo {
    position: relative !important;
    padding-bottom: 743px !important;
    margin-top: 70px !important;
  }
  .bypass-development-promo .block-link-tile {
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    max-width: 1600px !important;
    width: 100% !important;
    justify-content: flex-end !important;
    display: flex !important;
    align-items: center !important;
    bottom: 0 !important;
    top: 0 !important;
  }
  .bottom-padding {
    padding-bottom: 20px;
  }
}
.team-members-mobile {
  display: none !important;
}

.team-members-desktop {
  display: block !important;
}

@media screen and (max-width: 1023px) {
  .team-members-desktop {
    display: none !important;
  }
  .team-members-mobile {
    display: block !important;
  }
}
@media screen and (max-width: 1023px) {
  .element-register-interest {
    padding-left: 15px;
    padding-right: 15px;
  }
}
