/* Fonts */
/* Dimensions */
/* Colour Palette */
/* Social Palette */
/* Default styles */
/* typography */
/* for consistent margins, padding etc */
/* For consistent z-indexing */
/* --------------------
 $ BREAKPOINTS
 -------------------- */
.Article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-left: -15px;
  margin-right: -15px;
  position: relative; }
  @media (max-width: 1023px) {
    .Article {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .Article .breadcrumbs {
    left: 0;
    padding: 15px;
    position: absolute;
    top: 0; }
    @media (max-width: 1023px) {
      .Article .breadcrumbs {
        left: 0;
        padding-bottom: 0;
        position: relative;
        top: 0; } }
    .Article .breadcrumbs li {
      font-size: 0.9375rem;
      line-height: 1.75rem;
      text-transform: none; }
      @media (max-width: 1023px) {
        .Article .breadcrumbs li {
          display: inline; } }
  .Article__main {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%; }
  .Article__side {
    background: #f8f9f9;
    min-width: 300px;
    padding: 100px 50px 50px;
    width: 25%; }
    .Article__side .PDPPropertiesCarousel .SliderNavButton--previous,
    .Article__side .PDPPropertiesCarousel .SliderNavButton--next {
      display: none; }
    @media (max-width: 1023px) {
      .Article__side {
        padding: 15px;
        width: 100%; }
        .Article__side .PDPPropertiesCarousel {
          position: relative; }
        .Article__side .PDPPropertiesCarousel .SliderNavButton--previous,
        .Article__side .PDPPropertiesCarousel .SliderNavButton--next {
          display: -webkit-box !important;
          display: -ms-flexbox !important;
          display: flex !important; }
        .Article__side .PDPPropertiesCarousel .SliderNavButton--previous {
          left: -15px; }
        .Article__side .PDPPropertiesCarousel .SliderNavButton--next {
          right: -15px; } }
    @media (min-width: 1024px) {
      .Article__side .PDPPropertiesCarousel__property-card {
        width: 100%; }
      .Article__side .SliderWrapper li.js_slide {
        display: block;
        width: 100% !important; }
      .Article__side .SliderWrapper .frame {
        white-space: pre-wrap;
        width: 100%; } }
    .Article__side > h2 {
      font-size: 1.125rem;
      line-height: 1.75rem;
      margin: 0 0 30px; }
      @media (max-width: 1023px) {
        .Article__side > h2 {
          font-size: 1.375rem;
          margin: 30px 0; } }
  .Article__related {
    -webkit-box-align: top;
        -ms-flex-align: top;
            align-items: top;
    background-color: #f6f5f1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 2% 8%;
    position: relative; }
    @media (max-width: 1023px) {
      .Article__related {
        padding: 2% 5%; } }
    .Article__related > h3 {
      color: #404040;
      font-size: 16px;
      font-weight: 600;
      line-height: 1.25;
      -webkit-transition: color 0.4s ease;
      transition: color 0.4s ease; }
      .Article__related > h3:hover {
        color: #ea454e;
        text-decoration: underline; }
    .Article__related > h2 {
      font-size: 1.75rem;
      line-height: 2.75rem;
      margin: 0 0 15px;
      padding: 0 15px;
      width: 100%; }
      @media (max-width: 1023px) {
        .Article__related > h2 {
          font-size: 1.375rem;
          line-height: 1.75rem;
          margin: 0; } }
    .Article__related .BlogPost {
      padding: 30px 15px; }
      .ie11 .Article__related .BlogPost {
        max-width: 300px; }
      .Article__related .BlogPost .BlogPost__image {
        height: 180px; }
        .Article__related .BlogPost .BlogPost__image img {
          height: 180px;
          -o-object-fit: cover;
             object-fit: cover;
          width: 100%; }
          .ie11 .Article__related .BlogPost .BlogPost__image img {
            border-radius: 5px;
            width: auto; }
      @media (min-width: 1024px) {
        .Article__related .BlogPost {
          -webkit-box-flex: 0;
              -ms-flex: 0 1 25%;
                  flex: 0 1 25%; } }
      @media (max-width: 1023px) {
        .Article__related .BlogPost {
          -webkit-box-flex: 0;
              -ms-flex: 0 1 25%;
                  flex: 0 1 25%; } }
      @media (max-width: 767px) {
        .Article__related .BlogPost {
          -webkit-box-flex: 0;
              -ms-flex: 0 1 50%;
                  flex: 0 1 50%; } }
      @media (max-width: 575px) {
        .Article__related .BlogPost {
          -webkit-box-flex: 0;
              -ms-flex: 0 1 100%;
                  flex: 0 1 100%; }
          .Article__related .BlogPost .BlogPost__image {
            height: 214px; }
            .Article__related .BlogPost .BlogPost__image img {
              height: 214px;
              -o-object-fit: cover;
                 object-fit: cover;
              width: 100%; }
              .ie11 .Article__related .BlogPost .BlogPost__image img {
                border-radius: 5px;
                width: auto; } }

/* Fonts */
/* Dimensions */
/* Colour Palette */
/* Social Palette */
/* Default styles */
/* typography */
/* for consistent margins, padding etc */
/* For consistent z-indexing */
.DropdownTagFilter__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjEycHgiIGhlaWdodD0iOXB4IiB2aWV3Qm94PSIwIDAgMTIgOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4NCiAgICA8ZGVmcz48L2RlZnM+DQogICAgPGcgaWQ9IkFydGJvYXJkIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2UtbGluZWNhcD0icm91bmQiPg0KICAgICAgICA8cG9seWxpbmUgaWQ9ImFycm93IiBzdHJva2U9IiNiMWIyYjQiIHN0cm9rZS13aWR0aD0iMS40NyIgcG9pbnRzPSIxMSAxIDYuMDAwMDI5OTQgNyAxIDEiPjwvcG9seWxpbmU+DQogICAgPC9nPg0KPC9zdmc+);
  background-position: right 10px center;
  background-repeat: no-repeat;
  border: solid 1px rgba(177, 178, 180, 0.75);
  border-radius: 4px;
  color: #404040;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.9375rem;
  font-style: italic;
  margin: 0 0 0 10px;
  padding: 7px 30px 7px 8px;
  width: 11em; }
  .DropdownTagFilter__select option[value=""][disabled] {
    display: none; }
  .DropdownTagFilter__select::-ms-expand {
    display: none; }

/* Fonts */
/* Dimensions */
/* Colour Palette */
/* Social Palette */
/* Default styles */
/* typography */
/* for consistent margins, padding etc */
/* For consistent z-indexing */
/* --------------------
 $ BREAKPOINTS
 -------------------- */
.BlogHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 500px;
  padding: 0 20px 35px;
  text-align: left; }
  @media (min-width: 768px) {
    .BlogHeader {
      text-align: center; } }
  .BlogHeader__title {
    color: #141414;
    font-size: 2.1875rem;
    font-weight: 800;
    line-height: 1.4em;
    margin: 0; }
  .BlogHeader__summary {
    color: #404040;
    line-height: 1.5em; }
  .BlogHeader a {
    display: inline-block;
    text-align: center;
    text-decoration: none; }
    @media (min-width: 768px) {
      .BlogHeader a {
        margin: auto; } }

.BlogDescription {
  color: #303030; }
  .BlogDescription .ContentPage__subheading {
    font-size: 1.75rem;
    line-height: 2.1875rem;
    margin: 0 0 30px;
    text-align: left; }
  .BlogDescription .ContentPage__html {
    font-size: 1.0625rem;
    line-height: 1.75rem;
    text-align: left; }
  .BlogDescription .ContentPage__subheading,
  .BlogDescription .ContentPage__html {
    max-width: 1140px;
    padding: 0 40px;
    z-index: 1; }
  @media (max-width: 575px) {
    .BlogDescription .ContentPage__subheading,
    .BlogDescription .ContentPage__html {
      padding-left: 20px;
      padding-right: 20px; } }

.BlogFeatured {
  padding: 60px 20px 90px;
  /* stylelint-disable no-descending-specificity */ }
  .BlogFeatured__heading {
    max-width: 1100px;
    padding: 0 20px 0;
    text-align: center;
    width: 100%; }
    .BlogFeatured__heading h2 {
      margin: 0 0 30px; }
  .BlogFeatured__load {
    max-width: 1100px;
    padding: 0 20px;
    text-align: left;
    width: 100%; }
  .BlogFeatured__load a,
  .BlogFeatured__load a span {
    display: inline-block;
    text-decoration: none; }
  .BlogFeatured__posts {
    -webkit-box-align: top;
        -ms-flex-align: top;
            align-items: top;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 -8px;
    max-width: 1100px;
    padding: 20px 0;
    position: relative;
    width: 100%; }
    .BlogFeatured__posts .BlogPost {
      padding: 20px; }
    @media (min-width: 1024px) {
      .BlogFeatured__posts .BlogPost {
        width: 33.33%; } }
    @media (max-width: 1023px) {
      .BlogFeatured__posts .BlogPost {
        width: 50%; } }
    @media (max-width: 767px) {
      .BlogFeatured__posts .BlogPost {
        width: 100%; } }
    @media (max-width: 575px) {
      .BlogFeatured__posts {
        padding-left: 0;
        padding-right: 0; }
        .BlogFeatured__posts .BlogPost {
          width: 100%; }
          .BlogFeatured__posts .BlogPost .BlogPost__image {
            height: 214px; } }
  @media (max-width: 575px) {
    .BlogFeatured {
      padding-left: 0;
      padding-right: 0; } }

.BlogContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column; }
  @media (max-width: 767px) {
    .BlogContent {
      padding-top: 50px; } }
  .BlogContent__heading {
    max-width: 1100px;
    padding: 0 20px 0;
    text-align: center;
    width: 100%; }
    .BlogContent__heading h2 {
      margin: 0 0 30px; }
  .BlogContent__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1100px;
    padding: 20px;
    width: 100%; }
  .BlogContent__back-to-top {
    min-height: 40px;
    width: 180px; }
    @media (max-width: 767px) {
      .BlogContent__back-to-top {
        bottom: 25px;
        left: 10px;
        padding-left: 10px;
        position: fixed;
        -webkit-transform: translateY(75px);
                transform: translateY(75px);
        -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        width: 40px; }
        .BlogContent__back-to-top.is-visible-on-mobile {
          -webkit-transform: translateY(0);
                  transform: translateY(0); } }
  .BlogContent__tags {
    max-width: 1100px;
    padding: 0 20px 15px;
    text-align: left;
    width: 100%; }
    .BlogContent__tags .DropdownTagFilter__label {
      font-size: 15px; }
    .BlogContent__tags .DropdownTagFilter__select {
      border: 0;
      -webkit-box-shadow: 0 1px 4px 0 rgba(177, 178, 180, 0.9);
              box-shadow: 0 1px 4px 0 rgba(177, 178, 180, 0.9);
      width: auto; }
      @media (max-width: 767px) {
        .BlogContent__tags .DropdownTagFilter__select {
          display: block;
          margin-left: 0;
          margin-top: 10px; } }
  .BlogContent__load {
    max-width: 1100px;
    padding: 0 20px;
    text-align: left;
    width: 100%; }
  .BlogContent__posts {
    -webkit-box-align: top;
        -ms-flex-align: top;
            align-items: top;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 -8px;
    max-width: 1100px;
    padding: 0 0 15px;
    position: relative;
    width: 100%; }
    .BlogContent__posts .BlogPost {
      padding: 20px; }
      .BlogContent__posts .BlogPost .BlogPost__image {
        height: 180px; }
        .BlogContent__posts .BlogPost .BlogPost__image img {
          height: 180px;
          -o-object-fit: cover;
             object-fit: cover;
          -webkit-transition: -webkit-transform 0.2s ease-in-out;
          transition: -webkit-transform 0.2s ease-in-out;
          transition: transform 0.2s ease-in-out;
          transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
          width: 100%; }
      @media (min-width: 1024px) {
        .BlogContent__posts .BlogPost:hover img {
          -webkit-transform: scale(1.05);
                  transform: scale(1.05); } }
    @media (min-width: 1024px) {
      .BlogContent__posts .BlogPost {
        width: 25%; } }
    @media (max-width: 1023px) {
      .BlogContent__posts .BlogPost {
        width: 33.33%; } }
    @media (max-width: 767px) {
      .BlogContent__posts .BlogPost {
        width: 50%; } }
    @media (max-width: 575px) {
      .BlogContent__posts {
        padding-left: 0;
        padding-right: 0; }
        .BlogContent__posts .BlogPost {
          width: 100%; }
          .BlogContent__posts .BlogPost .BlogPost__image {
            height: 214px; }
            .BlogContent__posts .BlogPost .BlogPost__image img {
              height: 214px;
              -o-object-fit: cover;
                 object-fit: cover;
              width: 100%; } }
  .BlogContent__loader {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: rgba(255, 255, 255, 0.5);
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 0;
    position: fixed;
    width: 100%; }
  .BlogContent__pagination {
    max-width: 1100px;
    padding: 0 20px;
    width: 100%; }
  @media (max-width: 575px) {
    .BlogContent {
      padding-left: 0;
      padding-right: 0; } }

/* Fonts */
/* Dimensions */
/* Colour Palette */
/* Social Palette */
/* Default styles */
/* typography */
/* for consistent margins, padding etc */
/* For consistent z-indexing */
/* --------------------
 $ BREAKPOINTS
 -------------------- */
.FilterTabs {
  background-color: #f8f9f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2em;
  width: 100%; }
  .FilterTabs__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 1100px;
    overflow-x: auto;
    padding: 30px 20px;
    width: 100%; }
    @media (max-width: 767px) {
      .FilterTabs__title {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    .FilterTabs__title__item {
      color: #b1b2b4;
      cursor: pointer;
      font-size: 1.375rem;
      font-weight: 600;
      padding-right: 30px;
      position: relative;
      text-decoration: none;
      -webkit-transition: color 0.4s ease;
      transition: color 0.4s ease;
      white-space: nowrap; }
      .FilterTabs__title__item:after {
        background: #e30613;
        bottom: -6px;
        content: "";
        height: 3px;
        left: 2px;
        position: absolute;
        -webkit-transition: width 0.4s ease;
        transition: width 0.4s ease;
        width: 0; }
      .FilterTabs__title__item:hover {
        color: #626468; }
      .FilterTabs__title__item.active {
        color: #141414; }
        .FilterTabs__title__item.active:after {
          width: 25px; }

/* --------------------
 $ BREAKPOINTS
 -------------------- */
/* Fonts */
/* Dimensions */
/* Colour Palette */
/* Social Palette */
/* Default styles */
/* typography */
/* for consistent margins, padding etc */
/* For consistent z-indexing */
.OfficeDetails {
  display: grid;
  grid-template-areas: "content content map" "info info .";
  grid-template-columns: 1fr 200px 1fr;
  grid-template-rows: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  max-width: 1400px;
  padding: 30px 5px 25px; }
  @media (min-width: 768px) {
    .OfficeDetails {
      padding-bottom: 15px; } }
  .OfficeDetails h1 {
    color: #141414;
    font-size: 1.75rem;
    line-height: 1.43;
    margin: 0 0 10px; }
  .OfficeDetails__change select {
    -webkit-appearance: none;
    background: #fff;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjEzcHgiIGhlaWdodD0iOHB4IiB2aWV3Qm94PSIwIDAgMTMgOCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4NCiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUyLjYgKDY3NDkxKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4NCiAgICA8dGl0bGU+aWNvbl9hcnJvd19kb3duPC90aXRsZT4NCiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4NCiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2UtbGluZWNhcD0icm91bmQiPg0KICAgICAgICA8ZyBpZD0iaWNvbl9hcnJvd19kb3duIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2LjUwMDAwMCwgNC4wMDAwMDApIHJvdGF0ZSgtMjcwLjAwMDAwMCkgdHJhbnNsYXRlKC02LjUwMDAwMCwgLTQuMDAwMDAwKSB0cmFuc2xhdGUoNC4wMDAwMDAsIC0xLjAwMDAwMCkiIHN0cm9rZT0iI0UzMDYxMyIgc3Ryb2tlLXdpZHRoPSIxLjQ3Ij4NCiAgICAgICAgICAgIDxwb2x5bGluZSBpZD0iUGF0aCIgcG9pbnRzPSIwIDAgNSA1IDAgMTAiPjwvcG9seWxpbmU+DQogICAgICAgIDwvZz4NCiAgICA8L2c+DQo8L3N2Zz4=);
    background-position: calc(100% - 10px) 50%;
    background-repeat: no-repeat;
    border: 1px solid #b1b2b4;
    border-radius: 5px;
    font-family: inherit;
    font-size: 1rem;
    height: 35px;
    line-height: 35px;
    padding: 0 30px 0 10px;
    width: calc(100% - 40px); }
    .OfficeDetails__change select::-ms-expand {
      display: none; }
  .OfficeDetails__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-area: content;
    margin-right: 50px; }
    @media (min-width: 768px) {
      .OfficeDetails__content {
        min-width: 400px; } }
    .OfficeDetails__content h3 {
      margin-bottom: 0.8rem;
      margin-top: 0.8rem; }
    .OfficeDetails__content a {
      margin-right: 20px; }
    .OfficeDetails__content .Button.secondary {
      -webkit-box-shadow: 0 1px 4px 0 rgba(177, 178, 180, 0.9);
              box-shadow: 0 1px 4px 0 rgba(177, 178, 180, 0.9); }
    @media (max-width: 576px) {
      .OfficeDetails__content .Button {
        padding: 10px 20px;
        white-space: nowrap; } }
  .OfficeDetails__banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 150px;
    margin-bottom: 0.2rem;
    margin-left: -15px;
    width: calc(100% + 30px); }
    @media (min-width: 768px) {
      .OfficeDetails__banner {
        height: 300px;
        margin-bottom: 1.5rem; } }
  .OfficeDetails__intro {
    color: #404040;
    font-size: 1.0625rem;
    line-height: 26px;
    margin-bottom: 1.3rem;
    width: 100%; }
    @media (min-width: 768px) {
      .OfficeDetails__intro {
        width: 60%; } }
  .OfficeDetails__map {
    grid-area: map;
    max-width: 640px;
    width: 100%; }
    @media (min-width: 768px) {
      .OfficeDetails__map {
        max-width: 500px; } }
    @media (max-width: 767px) {
      .OfficeDetails__map {
        -webkit-transform: translate(0);
                transform: translate(0); } }
    .OfficeDetails__map > div {
      top: 0;
      width: 100% !important;
      z-index: 10; }
      @media (min-width: 1024px) {
        .OfficeDetails__map > div {
          height: 768px !important; } }
  .OfficeDetails__carousel {
    margin: 0 auto;
    max-width: 1400px; }
    .OfficeDetails__carousel > div {
      max-width: 1300px; }
      .OfficeDetails__carousel > div > div {
        padding: 0; }
  .OfficeDetails__contact {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.3rem;
    max-width: 500px; }
    @media (max-width: 767px) {
      .OfficeDetails__contact {
        margin-top: 15px;
        min-width: 350px;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }
    .OfficeDetails__contact span.tablet-above {
      display: none; }
    .OfficeDetails__contact span.mobile-only {
      display: block; }
    @media (min-width: 576px) {
      .OfficeDetails__contact span.tablet-above {
        display: block; }
      .OfficeDetails__contact span.mobile-only {
        display: none; } }
    .OfficeDetails__contact__phone {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0;
      text-align: center; }
      .OfficeDetails__contact__phone > span {
        display: block;
        font-weight: 600;
        width: 100%; }
      @media (max-width: 575px) {
        .OfficeDetails__contact__phone.Button.secondary {
          background: #e30613;
          color: #fff; } }
      @media (min-width: 576px) {
        .OfficeDetails__contact__phone.Button.secondary {
          -webkit-box-shadow: none;
                  box-shadow: none; }
          .OfficeDetails__contact__phone.Button.secondary:hover, .OfficeDetails__contact__phone.Button.secondary:focus {
            background: transparent;
            border-color: #ea454e;
            color: #ea454e;
            outline: 0; } }
      @media (min-width: 576px) {
        .OfficeDetails__contact__phone {
          margin-left: 10px;
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1; } }
    @media (max-width: 575px) {
      .OfficeDetails__contact > * {
        width: 50%; }
        .OfficeDetails__contact > *:first-child {
          margin-right: 5px; }
        .OfficeDetails__contact > *:last-child {
          margin-left: 5px; } }
  .OfficeDetails__office {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    color: #404040;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1rem;
    line-height: 26px;
    max-width: 500px; }
    @media (min-width: 768px) {
      .OfficeDetails__office {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    .OfficeDetails__office__address {
      margin-bottom: 10px;
      width: 100%; }
      @media (min-width: 768px) {
        .OfficeDetails__office__address {
          width: 49%; } }
    .OfficeDetails__office__open-hour em {
      font-size: 15px; }
  .OfficeDetails__error {
    text-align: center;
    width: 100%; }
  @media (max-width: 1023px) {
    .OfficeDetails {
      grid-template-areas: "content content content" "map map map" "info info info"; }
      .OfficeDetails__content {
        margin: 0 0 30px; }
      .OfficeDetails__map {
        max-width: 100%; } }

/* Fonts */
/* Dimensions */
/* Colour Palette */
/* Social Palette */
/* Default styles */
/* typography */
/* for consistent margins, padding etc */
/* For consistent z-indexing */
/* use for simple icon button - removes native button styling and relies on interior <span className="jll-icon *icon-name*"/> */
/* --------------------
 $ BREAKPOINTS
 -------------------- */
.OfficeHeaderBlock {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 100px 35px; }
  @media (min-width: 1024px) {
    .OfficeHeaderBlock {
      height: 300px; } }
  @media (max-width: 767px) {
    .OfficeHeaderBlock {
      padding: 50px 35px; } }
  .OfficeHeaderBlock__title {
    font-size: 2.375rem;
    margin: 0 0 20px; }
  .OfficeHeaderBlock__body {
    font-size: 1rem;
    line-height: 1.7;
    margin: 0 0 45px;
    max-width: 500px; }
  @media (max-width: 767px) {
    .OfficeHeaderBlock__buttons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%; } }
  .OfficeHeaderBlock__buttons button {
    margin-bottom: 15px;
    margin-left: 6px;
    margin-right: 6px; }
    @media (max-width: 767px) {
      .OfficeHeaderBlock__buttons button {
        width: 100%; } }

/* Fonts */
/* Dimensions */
/* Colour Palette */
/* Social Palette */
/* Default styles */
/* typography */
/* for consistent margins, padding etc */
/* For consistent z-indexing */
.AreaInformation {
  color: #404040;
  font-size: 1.0625rem;
  grid-area: info; }
  .AreaInformation a {
    margin: 0; }

/* --------------------
 $ BREAKPOINTS
 -------------------- */
/* Fonts */
/* Dimensions */
/* Colour Palette */
/* Social Palette */
/* Default styles */
/* typography */
/* for consistent margins, padding etc */
/* For consistent z-indexing */
.OfficePropertyTeam {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 12px;
  max-width: 1400px; }
  .OfficePropertyTeam__heading {
    color: #404040;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .OfficePropertyTeam__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 1023px) {
      .OfficePropertyTeam__items {
        display: grid; } }
    @media (max-width: 767px) {
      .OfficePropertyTeam__items {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }

/* --------------------
 $ BREAKPOINTS
 -------------------- */
/* Fonts */
/* Dimensions */
/* Colour Palette */
/* Social Palette */
/* Default styles */
/* typography */
/* for consistent margins, padding etc */
/* For consistent z-indexing */
.OfficeTeam {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f1f1f1;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 12px 24px 12px 0;
  padding: 0 4px;
  width: 190px; }
  .OfficeTeam__img {
    border-radius: 100px;
    -webkit-filter: drop-shadow(0 4.5px 4px rgba(52, 51, 50, 0.24));
            filter: drop-shadow(0 4.5px 4px rgba(52, 51, 50, 0.24));
    height: 100px;
    margin: 26px 0 10px;
    width: 100px; }
  .OfficeTeam__content {
    margin-bottom: 16px; }
    .OfficeTeam__content > * {
      line-height: 20px;
      text-align: center; }
    .OfficeTeam__content_name {
      color: #000;
      font-size: 16px;
      font-weight: 600;
      height: 40px; }
    .OfficeTeam__content_position {
      color: #8d8b8b;
      font-size: 12px;
      font-weight: 400; }
    .OfficeTeam__content_email {
      color: #000;
      font-size: 12px;
      font-weight: bold; }
    .OfficeTeam__content_phone {
      color: #000;
      font-size: 12px;
      font-weight: bold; }

@charset "UTF-8";
/* Fonts */
/* Dimensions */
/* Colour Palette */
/* Social Palette */
/* Default styles */
/* typography */
/* for consistent margins, padding etc */
/* For consistent z-indexing */
/* --------------------
 $ BREAKPOINTS
 -------------------- */
.BlogPost {
  text-align: left; }
  .BlogPost a {
    color: inherit;
    display: block;
    text-decoration: none; }
    .BlogPost a[target="_blank"]:not(.ShareComponent__icon):after {
      content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
      margin: 0 3px 0 5px; }
  .BlogPost__image {
    border-radius: 5px;
    margin-bottom: 16px;
    overflow: hidden; }
    .BlogPost__image__contentWrapper {
      background-size: cover;
      height: 400px;
      max-width: 100%; }
    .BlogPost__image__alignment-for-form {
      height: 508px; }
  .BlogPost__date {
    margin-bottom: 6px; }
    .BlogPost__date time {
      color: #626468;
      display: block;
      font-size: 0.875rem;
      font-style: italic; }
  .BlogPost__title {
    line-height: 20px;
    margin-bottom: 15px;
    -webkit-transition: color 0.4s ease;
    transition: color 0.4s ease; }
    .BlogPost__title a:hover,
    .BlogPost__title a:focus {
      color: #ea454e; }
    .BlogPost__title h3 {
      font-size: 1.125rem;
      margin: 0;
      -webkit-transition: color 0.4s ease;
      transition: color 0.4s ease; }
      @media (min-width: 768px) {
        .BlogPost__title h3 {
          font-size: 1rem; } }
    .BlogPost__title .Icon {
      background-color: #fff;
      background-size: 50% 50%;
      border-radius: 100%;
      -webkit-box-shadow: 0 1px 4px 0 rgba(177, 178, 180, 0.8);
              box-shadow: 0 1px 4px 0 rgba(177, 178, 180, 0.8);
      margin-left: 10px;
      vertical-align: top; }
  .BlogPost__tags :not(:first-child) {
    margin-right: 0.6em; }
  .BlogPost__tags :not(:last-child):after {
    border-right: 1px solid #dbd6c7;
    content: "";
    height: 14px;
    position: absolute;
    right: -8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1px; }
  .BlogPost__tags .BlogTag {
    margin-left: 0;
    margin-right: 16px; }

.ContainerForBlogPostInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1023px) {
    .ContainerForBlogPostInner {
      display: block; } }

.EventDetails {
  margin-left: auto;
  max-width: 400px;
  padding-right: 1%;
  width: 100%; }
  @media (max-width: 1023px) {
    .EventDetails {
      margin-left: 0;
      max-width: none;
      padding: 0% 25px 80px; } }
  .EventDetails__title {
    color: #e30613;
    font-size: 35px;
    font-weight: 700;
    line-height: 44px;
    text-align: center; }
    @media (max-width: 1023px) {
      .EventDetails__title {
        display: none; } }
  .EventDetails__content {
    background: #b1b2b4;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    padding: 20px;
    padding-left: 3px; }
  .EventDetails__item {
    color: #000; }
    @media (max-width: 1023px) {
      .EventDetails__item {
        color: #fff; } }

.BlogPost--box .BlogPost__inner {
  background-color: #fff;
  border: 1px solid #dbd6c7;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(177, 178, 180, 0.8);
          box-shadow: 0 1px 4px 0 rgba(177, 178, 180, 0.8);
  min-height: 100%;
  padding: 20px 25px; }

.BlogPost--box .BlogPost__date time {
  font-size: 0.875rem; }

.BlogPost--box .BlogPost__title {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.75rem; }

.BlogPost--article .EventPage__related-properties {
  background-color: #f6f5f1;
  margin: 0; }

.BlogPost--article .BlogPost__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 80%;
  padding: 0% 5% 70px 10%;
  position: relative; }
  @media (max-width: 1023px) {
    .BlogPost--article .BlogPost__inner {
      max-width: 100%;
      padding: 0% 25px 80px; } }

.BlogPost--article .BlogPost__image {
  border-radius: 0;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .BlogPost--article .BlogPost__image {
      margin-bottom: 60px; } }
  .BlogPost--article .BlogPost__image img {
    height: 20em;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%; }
    @media (max-width: 1023px) {
      .BlogPost--article .BlogPost__image img {
        height: 10em; } }

.BlogPost--article .BlogPost__date {
  margin-bottom: 10px; }
  .BlogPost--article .BlogPost__date time {
    font-size: 1.125rem;
    font-style: italic;
    line-height: 1.125rem; }

.BlogPost--article .BlogPost__tags {
  margin-bottom: 40px; }

.BlogPost--article .BlogPost__title {
  margin-bottom: 30px; }
  .BlogPost--article .BlogPost__title h1 {
    color: #141414;
    font-size: 2.375rem;
    line-height: normal;
    margin: 0; }

.BlogPost--article .BlogPost__summary {
  color: #141414;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.61;
  margin-bottom: 18px; }
  .BlogPost--article .BlogPost__summary sup,
  .BlogPost--article .BlogPost__summary sub {
    line-height: 1; }

.BlogPost--article .BlogPost__content {
  font-size: 1.0625rem;
  line-height: 1.75rem;
  margin-bottom: 30px;
  /* stylelint-disable no-descending-specificity */
  /* Override inline styles in blog content */ }
  @media (max-width: 767px) {
    .BlogPost--article .BlogPost__content {
      font-size: 1rem;
      line-height: 1.375rem; } }
  .BlogPost--article .BlogPost__content a {
    color: #141414;
    display: inline;
    font-weight: 600;
    text-decoration: underline;
    -webkit-transition: color 0.4s ease;
    transition: color 0.4s ease; }
    .BlogPost--article .BlogPost__content a:hover {
      color: #141414;
      text-decoration: none; }
  .BlogPost--article .BlogPost__content .Button,
  .BlogPost--article .BlogPost__content .Button > * {
    text-decoration: none; }
  .BlogPost--article .BlogPost__content .Button a:after {
    display: none; }
  .BlogPost--article .BlogPost__content h2,
  .BlogPost--article .BlogPost__content h3 {
    font-size: 1.0625rem;
    line-height: 1.75rem;
    margin: 0 0 5px; }
    @media (max-width: 767px) {
      .BlogPost--article .BlogPost__content h2,
      .BlogPost--article .BlogPost__content h3 {
        font-size: 1rem;
        line-height: 1.375rem; } }
  .BlogPost--article .BlogPost__content h2 {
    color: #e30613; }
  .BlogPost--article .BlogPost__content ul,
  .BlogPost--article .BlogPost__content ol {
    list-style-position: outside;
    margin: 0;
    padding: 0; }
    .BlogPost--article .BlogPost__content ul li,
    .BlogPost--article .BlogPost__content ol li {
      margin-left: 30px; }
  .BlogPost--article .BlogPost__content ul li {
    list-style-type: none;
    position: relative; }
    .BlogPost--article .BlogPost__content ul li:before {
      color: #e30613;
      content: "\2022";
      left: -15px;
      position: absolute;
      top: 0; }
  .BlogPost--article .BlogPost__content li + li {
    margin-top: 7.5px; }
  .BlogPost--article .BlogPost__content p {
    margin: 0 0 18px; }
  .BlogPost--article .BlogPost__content sup,
  .BlogPost--article .BlogPost__content sub {
    line-height: 1; }
  .BlogPost--article .BlogPost__content img {
    display: block;
    float: none !important;
    margin: 0 auto 30px;
    max-width: 100%; }
  .BlogPost--article .BlogPost__content video {
    display: block;
    height: auto !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0 !important;
    max-width: 100%; }

/* Fonts */
/* Dimensions */
/* Colour Palette */
/* Social Palette */
/* Default styles */
/* typography */
/* for consistent margins, padding etc */
/* For consistent z-indexing */
/* --------------------
 $ BREAKPOINTS
 -------------------- */
.EventPost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-left: -15px;
  margin-right: -15px;
  position: relative; }
  @media (max-width: 1023px) {
    .EventPost {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .EventPost .breadcrumbs {
    left: 0;
    padding: 15px;
    position: absolute;
    top: 0; }
    @media (max-width: 1023px) {
      .EventPost .breadcrumbs {
        left: 0;
        padding-bottom: 0;
        position: relative;
        top: 0; } }
    .EventPost .breadcrumbs li {
      font-size: 0.9375rem;
      line-height: 1.75rem;
      text-transform: none; }
      @media (max-width: 1023px) {
        .EventPost .breadcrumbs li {
          display: inline; } }
  .EventPost__main {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%; }
  .EventPost__side {
    background: #f8f9f9;
    min-width: 300px;
    padding: 100px 50px 50px;
    width: 25%; }
    .EventPost__side .PDPPropertiesCarousel .SliderNavButton--previous,
    .EventPost__side .PDPPropertiesCarousel .SliderNavButton--next {
      display: none; }
    @media (max-width: 1023px) {
      .EventPost__side {
        padding: 15px;
        width: 100%; }
        .EventPost__side .PDPPropertiesCarousel {
          position: relative; }
        .EventPost__side .PDPPropertiesCarousel .SliderNavButton--previous,
        .EventPost__side .PDPPropertiesCarousel .SliderNavButton--next {
          display: -webkit-box !important;
          display: -ms-flexbox !important;
          display: flex !important; }
        .EventPost__side .PDPPropertiesCarousel .SliderNavButton--previous {
          left: -15px; }
        .EventPost__side .PDPPropertiesCarousel .SliderNavButton--next {
          right: -15px; } }
    @media (min-width: 1024px) {
      .EventPost__side .PDPPropertiesCarousel__property-card {
        width: 100%; }
      .EventPost__side .SliderWrapper li.js_slide {
        display: block;
        width: 100% !important; }
      .EventPost__side .SliderWrapper .frame {
        white-space: pre-wrap;
        width: 100%; } }
    .EventPost__side > h2 {
      font-size: 1.125rem;
      line-height: 1.75rem;
      margin: 0 0 30px; }
      @media (max-width: 1023px) {
        .EventPost__side > h2 {
          font-size: 1.375rem;
          margin: 30px 0; } }
  .EventPost__related {
    -webkit-box-align: top;
        -ms-flex-align: top;
            align-items: top;
    background-color: #f6f5f1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 2% 8%;
    position: relative; }
    @media (max-width: 1023px) {
      .EventPost__related {
        padding: 2% 5%; } }
    .EventPost__related > h3 {
      color: #404040;
      font-size: 16px;
      font-weight: 600;
      line-height: 1.25;
      -webkit-transition: color 0.4s ease;
      transition: color 0.4s ease; }
      .EventPost__related > h3:hover {
        color: #ea454e;
        text-decoration: underline; }
    .EventPost__related > h2 {
      font-size: 1.75rem;
      line-height: 2.75rem;
      margin: 0 0 15px;
      padding: 0 15px;
      width: 100%; }
      @media (max-width: 1023px) {
        .EventPost__related > h2 {
          font-size: 1.375rem;
          line-height: 1.75rem;
          margin: 0; } }
    .EventPost__related .BlogPost {
      padding: 30px 15px; }
      .ie11 .EventPost__related .BlogPost {
        max-width: 300px; }
      .EventPost__related .BlogPost .BlogPost__image {
        height: 180px; }
        .EventPost__related .BlogPost .BlogPost__image img {
          height: 180px;
          -o-object-fit: cover;
             object-fit: cover;
          width: 100%; }
          .ie11 .EventPost__related .BlogPost .BlogPost__image img {
            border-radius: 5px;
            width: auto; }
      @media (min-width: 1024px) {
        .EventPost__related .BlogPost {
          -webkit-box-flex: 0;
              -ms-flex: 0 1 25%;
                  flex: 0 1 25%; } }
      @media (max-width: 1023px) {
        .EventPost__related .BlogPost {
          -webkit-box-flex: 0;
              -ms-flex: 0 1 25%;
                  flex: 0 1 25%; } }
      @media (max-width: 767px) {
        .EventPost__related .BlogPost {
          -webkit-box-flex: 0;
              -ms-flex: 0 1 50%;
                  flex: 0 1 50%; } }
      @media (max-width: 575px) {
        .EventPost__related .BlogPost {
          -webkit-box-flex: 0;
              -ms-flex: 0 1 100%;
                  flex: 0 1 100%; }
          .EventPost__related .BlogPost .BlogPost__image {
            height: 214px; }
            .EventPost__related .BlogPost .BlogPost__image img {
              height: 214px;
              -o-object-fit: cover;
                 object-fit: cover;
              width: 100%; }
              .ie11 .EventPost__related .BlogPost .BlogPost__image img {
                border-radius: 5px;
                width: auto; } }

/* Fonts */
/* Dimensions */
/* Colour Palette */
/* Social Palette */
/* Default styles */
/* typography */
/* for consistent margins, padding etc */
/* For consistent z-indexing */
/* --------------------
 $ BREAKPOINTS
 -------------------- */
.SubSearchToolbar__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
  position: relative; }
  @media (max-width: 1023px) {
    .SubSearchToolbar__container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.SubSearchToolbar__advanced-search {
  -ms-flex-item-align: start;
      align-self: flex-start;
  background-color: #f6f5f1;
  border-radius: 0 0 5px 5px;
  cursor: pointer;
  padding: 8px 15px;
  text-align: center;
  width: 131px; }

.SubSearchToolbar__quick-search {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0.5rem;
  position: relative;
  width: 150px; }
  @media (max-width: 1023px) {
    .SubSearchToolbar__quick-search {
      padding: 1.5rem 0.5rem 0.5rem 0;
      width: 100%; } }
  .SubSearchToolbar__quick-search-selection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-left: 8px;
    position: relative;
    text-align: left; }
  .SubSearchToolbar__quick-search-first {
    border-bottom: 1px solid #f6f5f1;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 0.5rem; }
  .SubSearchToolbar__quick-search-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    list-style: none;
    margin: 0;
    padding-left: 0;
    position: absolute;
    top: 100%; }
    .SubSearchToolbar__quick-search-list li {
      cursor: pointer;
      display: inline-block;
      font-weight: 600;
      margin-bottom: 0.5rem;
      text-decoration: underline;
      text-underline-offset: 4px; }
  .SubSearchToolbar__quick-search-icon {
    cursor: pointer;
    margin-top: -8px;
    padding: 8px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .SubSearchToolbar__quick-search-icon.isOpen {
      -webkit-transform: rotate(270deg);
              transform: rotate(270deg); }
    .SubSearchToolbar__quick-search-icon .Icon {
      background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjEycHgiIGhlaWdodD0iOXB4IiB2aWV3Qm94PSIwIDAgMTIgOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4NCiAgICA8ZGVmcz48L2RlZnM+DQogICAgPGcgaWQ9IkFydGJvYXJkIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2UtbGluZWNhcD0icm91bmQiPg0KICAgICAgICA8cG9seWxpbmUgaWQ9ImFycm93IiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS13aWR0aD0iMS40NyIgcG9pbnRzPSIxMSAxIDYuMDAwMDI5OTQgNyAxIDEiPjwvcG9seWxpbmU+DQogICAgPC9nPg0KPC9zdmc+);
      background-size: 15px 15px; }

.SubSearchToolbar__favourites {
  -ms-flex-item-align: center;
      align-self: center;
  color: #fff;
  cursor: pointer;
  text-align: right; }
  .SubSearchToolbar__favourites__number {
    font-weight: 600; }
    .SubSearchToolbar__favourites__number:before {
      content: "("; }
    .SubSearchToolbar__favourites__number:after {
      content: ")"; }
  @media (max-width: 1023px) {
    .SubSearchToolbar__favourites {
      display: none; } }

/* Fonts */
/* Dimensions */
/* Colour Palette */
/* Social Palette */
/* Default styles */
/* typography */
/* for consistent margins, padding etc */
/* For consistent z-indexing */
.Banner {
  background-color: #e30613;
  color: #fff;
  margin-top: 15px;
  padding: 15px; }
  .Banner > div {
    text-align: center;
    width: inherit; }
  .Banner a {
    color: #fff; }

/* Fonts */
/* Dimensions */
/* Colour Palette */
/* Social Palette */
/* Default styles */
/* typography */
/* for consistent margins, padding etc */
/* For consistent z-indexing */
/* --------------------
 $ BREAKPOINTS
 -------------------- */
.CarouselBlock__slide {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.CarouselBlock__control--next, .CarouselBlock__control--previous {
  background-color: #dbd6c7; }

.CarouselBlock__control--next {
  right: 10px; }

.CarouselBlock__control--previous {
  left: 10px; }

@media (max-width: 767px) {
  .CarouselBlock__control--dots {
    margin: 0; }
    .CarouselBlock__control--dots button {
      margin: 1.4vw; } }

.CarouselBlock--is-quotes {
  margin-bottom: 60px;
  padding-bottom: 0; }
  .CarouselBlock--is-quotes .CarouselBlock__control--dots {
    bottom: -90px;
    left: 0;
    position: absolute;
    z-index: 1; }

.ie11 .CarouselBlock {
  margin: 0 -15px; }
  .ie11 .CarouselBlock .ContentPage__item.has-image.is-quotes {
    margin-bottom: 0; }

/* Fonts */
/* Dimensions */
/* Colour Palette */
/* Social Palette */
/* Default styles */
/* typography */
/* for consistent margins, padding etc */
/* For consistent z-indexing */
/* use for simple icon button - removes native button styling and relies on interior <span className="jll-icon *icon-name*"/> */
.HeaderBlock {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 100px 30px; }
  .HeaderBlock__heading {
    font-size: 2rem;
    line-height: 1.1;
    max-width: 600px; }
    .HeaderBlock__heading--image {
      height: auto;
      margin: 0 auto;
      max-width: 300px;
      min-width: 150px;
      width: 80%; }
  .HeaderBlock__body {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 45px;
    max-width: 600px; }
  .HeaderBlock__cta--video-play-btn {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    height: 50px;
    position: relative;
    width: 50px; }
    .HeaderBlock__cta--video-play-btn .jll-icon {
      background-repeat: no-repeat;
      background-size: contain;
      content: '';
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }

/* Fonts */
/* Dimensions */
/* Colour Palette */
/* Social Palette */
/* Default styles */
/* typography */
/* for consistent margins, padding etc */
/* For consistent z-indexing */
/* use for simple icon button - removes native button styling and relies on interior <span className="jll-icon *icon-name*"/> */
/* --------------------
 $ BREAKPOINTS
 -------------------- */
.HeroBlock {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 100px 35px; }
  @media (min-width: 1024px) {
    .HeroBlock {
      height: 485px; } }
  .HeroBlock__dynamicHeight {
    height: auto; }
  .HeroBlock p {
    font-size: 1.125rem; }
  .HeroBlock .ContentPage__title {
    font-size: 2.375rem;
    margin: 0 0 20px; }
    @media (max-width: 767px) {
      .HeroBlock .ContentPage__title {
        font-size: 1.625rem;
        padding: 0 15px; } }
    .HeroBlock .ContentPage__title .HeroBlock__heading--image {
      height: auto;
      margin: 0 auto;
      max-width: 300px;
      min-width: 150px;
      width: 80%; }
  .HeroBlock__body {
    font-size: 1rem;
    line-height: 1.7;
    margin: 0 0 45px;
    max-width: 500px; }
    @media (max-width: 767px) {
      .HeroBlock__body {
        padding: 0 15px; } }
  .HeroBlock__buttons button {
    margin-bottom: 15px;
    margin-left: 6px;
    margin-right: 6px; }
    @media (max-width: 767px) {
      .HeroBlock__buttons button {
        width: 100%; } }
  .HeroBlock__primary-search {
    color: #404040;
    margin: 0 auto;
    max-width: 960px;
    text-align: left;
    width: 100%; }
    @media (max-width: 1023px) {
      .HeroBlock__primary-search {
        max-width: 370px; } }
    .HeroBlock__primary-search__toolbar {
      background-color: #fff;
      border-radius: 5px;
      -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.21);
              box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.21);
      padding: 5px 10px; }
      .HeroBlock__primary-search__toolbar .SRPFilterButton {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .HeroBlock__primary-search__toolbar .srp-filter-tenureType .SRPFilterButton {
        max-width: 110px; }
      .HeroBlock__primary-search__toolbar .srp-filter-propertyType .SRPFilterButton {
        max-width: 180px; }
      .HeroBlock__primary-search__toolbar .srp-filter-size .SRPFilterButton {
        max-width: 165px; }
      .HeroBlock__primary-search__toolbar .SearchToolbar__actions {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0; }
      @media (max-width: 1023px) {
        .HeroBlock__primary-search__toolbar .SearchToolbar__actions {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          overflow-x: visible;
          padding-top: 0; }
        .HeroBlock__primary-search__toolbar .SearchToolbar__filters {
          -ms-flex-negative: 1;
              flex-shrink: 1;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          padding-bottom: 10px; }
          .HeroBlock__primary-search__toolbar .SearchToolbar__filters .SRPFilterButton {
            margin-top: 5px; }
        .HeroBlock__primary-search__toolbar .SearchToolbar__buttons {
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
          padding: 0 5px; }
          .HeroBlock__primary-search__toolbar .SearchToolbar__buttons .Button {
            margin: 0;
            width: 100%; } }
  .HeroBlock.alignment-for-form {
    height: 540px; }
    .HeroBlock.alignment-for-form > * {
      margin-right: 500px; }
    @media (max-width: 1023px) {
      .HeroBlock.alignment-for-form {
        height: unset; }
        .HeroBlock.alignment-for-form > * {
          margin-right: unset; } }
  @media (max-width: 468px) {
    .HeroBlock {
      padding: 70px 0; } }
  @media (max-width: 310px) {
    .HeroBlock {
      padding: 50px 0; } }

.apacHeroBlock {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #000;
  padding: 60px 20% 200px; }
  @media (min-width: 1024px) {
    .apacHeroBlock {
      height: 100%; } }
  @media (max-width: 767px) {
    .apacHeroBlock {
      padding: 30px 20% 70px; } }

.textBlack .ContentPage__title {
  color: black;
  text-shadow: 0 0 4px #fff; }

.textBlack .HeroBlock__body {
  color: black;
  text-align: left;
  text-shadow: 0 0 4px #fff; }

/* Fonts */
/* Dimensions */
/* Colour Palette */
/* Social Palette */
/* Default styles */
/* typography */
/* for consistent margins, padding etc */
/* For consistent z-indexing */
/* --------------------
 $ BREAKPOINTS
 -------------------- */
.ImageGridBlock {
  padding: 75px 15px; }
  .ImageGridBlock__heading {
    margin: 0; }
  .ImageGridBlock__items {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 960px;
    width: 100%; }
  .ImageGridBlock__item {
    padding: 5px;
    width: 25%; }
    .ImageGridBlock__item img {
      display: block;
      margin: 0 auto;
      max-width: 180px; }
  @media (max-width: 767px) {
    .ImageGridBlock__items {
      padding: 0 10px; }
    .ImageGridBlock__heading {
      font-size: 1.375rem;
      line-height: 30px; }
    .ImageGridBlock__item {
      width: 50%; }
      .ImageGridBlock__item img {
        max-width: 100%; } }

@charset "UTF-8";
/* Fonts */
/* Dimensions */
/* Colour Palette */
/* Social Palette */
/* Default styles */
/* typography */
/* for consistent margins, padding etc */
/* For consistent z-indexing */
/* --------------------
 $ BREAKPOINTS
 -------------------- */
/* stylelint-disable no-descending-specificity */
.ImageTextTabBlock {
  display: block;
  margin: 0 -15px;
  /* force full width */
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  text-align: left; }
  @media (min-width: 768px) {
    .ImageTextTabBlock {
      padding-top: 50px; } }
  .ImageTextTabBlock__controls {
    display: none;
    margin: 0 30px;
    padding: 30px 15px; }
  .ImageTextTabBlock__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 100px 30px; }
    .ImageTextTabBlock__item:nth-child(odd) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      .ImageTextTabBlock__item:nth-child(odd) .ImageTextTabBlock__item--text {
        margin-right: 90px; }
    .ImageTextTabBlock__item:nth-child(even) {
      background-color: #f6f5f1; }
      .ImageTextTabBlock__item:nth-child(even) .ImageTextTabBlock__item--text {
        margin-left: 90px; }
    .ImageTextTabBlock__item > div {
      max-width: 485px;
      width: 50%; }
    .ImageTextTabBlock__item--image img {
      height: auto;
      width: 100%; }
    .ImageTextTabBlock__item--text__heading {
      color: #141414;
      font-size: 1.75rem; }
    .ImageTextTabBlock__item--text * {
      margin: 0; }
    .ImageTextTabBlock__item--text * + * {
      margin-top: 30px; }
    .ImageTextTabBlock__item--text__body {
      font-size: 1rem;
      line-height: 1.8; }
      .ImageTextTabBlock__item--text__body ul {
        list-style: none;
        padding: 0; }
        .ImageTextTabBlock__item--text__body ul li {
          margin: 15px 15px 0; }
          .ImageTextTabBlock__item--text__body ul li:before {
            color: #e30613;
            content: "\2022";
            margin-left: -15px;
            margin-right: 10px; }
  @media (min-width: 1024px) {
    .ImageTextTabBlock + .ContentPage__block {
      padding-top: 0; } }
  @media (max-width: 767px) {
    .ImageTextTabBlock__item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column;
      padding: 30px 45px 75px; }
      .ImageTextTabBlock__item.is-active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .ImageTextTabBlock__item:nth-child(odd) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
      .ImageTextTabBlock__item > div {
        max-width: inherit;
        width: 100%; }
      .ImageTextTabBlock__item--text {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-top: 30px; } }

@charset "UTF-8";
/* Fonts */
/* Dimensions */
/* Colour Palette */
/* Social Palette */
/* Default styles */
/* typography */
/* for consistent margins, padding etc */
/* For consistent z-indexing */
/* --------------------
 $ BREAKPOINTS
 -------------------- */
/* stylelint-disable no-descending-specificity */
.TextTabBlock {
  display: block;
  margin: 0 -15px;
  /* force full width */
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  text-align: left; }
  .TextTabBlock button {
    font-size: 16px;
    padding: 10px 25px; }
  .TextTabBlock__controls {
    display: none;
    margin: 0 30px;
    padding: 30px 15px; }
  .TextTabBlock__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 100px 30px; }
    .TextTabBlock__item > div {
      max-width: 585px;
      width: 65%; }
    .TextTabBlock__item--image img {
      height: auto;
      width: 100%; }
    .TextTabBlock__item--text {
      text-align: center; }
      .TextTabBlock__item--text__heading {
        color: #141414;
        font-size: 1.125rem; }
      .TextTabBlock__item--text * {
        margin: 0; }
      .TextTabBlock__item--text * + * {
        margin-top: 30px; }
      .TextTabBlock__item--text__body {
        font-size: 1rem;
        line-height: 1.8; }
        .TextTabBlock__item--text__body ul {
          list-style: none;
          padding: 0; }
          .TextTabBlock__item--text__body ul li {
            margin: 15px 15px 0; }
            .TextTabBlock__item--text__body ul li:before {
              color: #e30613;
              content: "\2022";
              margin-left: -15px;
              margin-right: 10px; }
  @media (min-width: 1024px) {
    .TextTabBlock + .ContentPage__block {
      padding-top: 0; } }
  @media (max-width: 767px) {
    .TextTabBlock__item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column;
      padding: 30px 45px 75px; }
      .TextTabBlock__item.is-active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .TextTabBlock__item:nth-child(odd) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
      .TextTabBlock__item > div {
        max-width: inherit;
        width: 100%; }
      .TextTabBlock__item--text {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-top: 30px; } }

/* Fonts */
/* Dimensions */
/* Colour Palette */
/* Social Palette */
/* Default styles */
/* typography */
/* for consistent margins, padding etc */
/* For consistent z-indexing */
/* --------------------
 $ BREAKPOINTS
 -------------------- */
.PhoneBlock {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f6f5f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -15px;
  padding: 100px 15px !important; }
  .PhoneBlock__text {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 40px;
    max-width: 660px;
    text-align: center; }
    .PhoneBlock__text p {
      font-size: 1.125rem;
      margin-top: 0; }
  .PhoneBlock__contact {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.3rem; }
    @media (max-width: 767px) {
      .PhoneBlock__contact {
        margin-top: 15px;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }
    .PhoneBlock__contact span.tablet-above {
      display: none; }
    .PhoneBlock__contact span.mobile-only {
      display: block; }
    @media (min-width: 576px) {
      .PhoneBlock__contact span.tablet-above {
        display: block; }
      .PhoneBlock__contact span.mobile-only {
        display: none; } }
    .PhoneBlock__contact__phone {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      text-align: center; }
      .PhoneBlock__contact__phone > span {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        color: #303030;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row;
                flex-flow: row;
        font-size: 1.75rem;
        font-weight: 700;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        line-height: 40px;
        padding: 0 10px;
        text-decoration: none;
        -webkit-transition: color 0.25s ease-in-out;
        transition: color 0.25s ease-in-out; }
        .PhoneBlock__contact__phone > span:hover, .PhoneBlock__contact__phone > span:focus {
          border-color: #ea454e;
          color: #ea454e;
          outline: 0; }
        .PhoneBlock__contact__phone > span .jll-icon {
          background-size: contain;
          display: inline-block;
          height: 28px;
          margin-right: 10px;
          width: 25px; }
      .PhoneBlock__contact__phone.Button.secondary {
        background-color: #f6f5f1;
        -webkit-box-shadow: none;
                box-shadow: none; }
  @media (max-width: 767px) {
    .PhoneBlock {
      padding: 60px 50px; }
      .PhoneBlock__text {
        font-size: 1.375rem;
        font-weight: 700;
        line-height: 30px; }
      .PhoneBlock__contact__phone > span {
        background: #fff;
        border-radius: 5px;
        -webkit-box-shadow: 0 1px 4px 0 rgba(177, 178, 180, 0.8);
                box-shadow: 0 1px 4px 0 rgba(177, 178, 180, 0.8);
        font-size: 1rem;
        font-weight: 400;
        line-height: 40px; }
        .PhoneBlock__contact__phone > span .jll-icon {
          height: 20px;
          width: 20px; } }

/* Fonts */
/* Dimensions */
/* Colour Palette */
/* Social Palette */
/* Default styles */
/* typography */
/* for consistent margins, padding etc */
/* For consistent z-indexing */
/* --------------------
 $ BREAKPOINTS
 -------------------- */
.ShorthandBlock {
  margin-top: 70px;
  overflow-x: initial;
  padding-top: 16px;
  width: 100%;
  z-index: 0 !important; }

.shorthand-embed-body {
  margin-top: 65px !important; }

.SEOLPGroupsBlock .ContentPage__container {
  max-width: none; }

.SEOLPGroupsBlock .SEOLPGroupsCarousel ul {
  text-align: left; }

/* Fonts */
/* Dimensions */
/* Colour Palette */
/* Social Palette */
/* Default styles */
/* typography */
/* for consistent margins, padding etc */
/* For consistent z-indexing */
/* --------------------
 $ BREAKPOINTS
 -------------------- */
.StepNavigationLinks__nav-wrapper {
  margin-bottom: 40px; }

.StepNavigationLinks__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .StepNavigationLinks__nav-item {
    padding: 0;
    position: relative; }
    .StepNavigationLinks__nav-item.StepNavigationLinks__nav-item--is-active, .StepNavigationLinks__nav-item.StepNavigationLinks__nav-item--has-selected {
      cursor: pointer; }
    .StepNavigationLinks__nav-item > div {
      color: #b1b2b4;
      display: block;
      font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 600;
      margin: 0 22px; }
    .StepNavigationLinks__nav-item-label {
      font-size: 1rem;
      line-height: 1.55;
      -webkit-transition: color 0.4s ease;
      transition: color 0.4s ease; }
      @media (min-width: 768px) {
        .StepNavigationLinks__nav-item-label {
          font-size: 1.25rem; } }
      .StepNavigationLinks__nav-item--is-active .StepNavigationLinks__nav-item-label,
      .StepNavigationLinks__nav-item--has-selected .StepNavigationLinks__nav-item-label {
        color: #404040; }
      .StepNavigationLinks__nav-item--has-selected .StepNavigationLinks__nav-item-label {
        cursor: pointer; }
    .StepNavigationLinks__nav-item-icon {
      background-color: #fff;
      border: solid 2px rgba(177, 178, 180, 0.5);
      border-radius: 26px;
      display: block;
      font-size: 1rem;
      height: 26px;
      margin: 0 auto 7px;
      position: relative;
      text-align: center;
      -webkit-transition: background 0.4s ease, border 0.4s ease, -webkit-transform 0.4s ease;
      transition: background 0.4s ease, border 0.4s ease, -webkit-transform 0.4s ease;
      transition: transform 0.4s ease, background 0.4s ease, border 0.4s ease;
      transition: transform 0.4s ease, background 0.4s ease, border 0.4s ease, -webkit-transform 0.4s ease;
      width: 26px;
      z-index: 3; }
      .StepNavigationLinks__nav-item-icon:after {
        border: solid 2px #fff;
        border-radius: 30px;
        content: "";
        height: 30px;
        left: -4px;
        position: absolute;
        top: -4px;
        width: 30px;
        z-index: 1; }
      .StepNavigationLinks__nav-item--has-selected .StepNavigationLinks__nav-item-icon-iteration {
        display: none; }
      .StepNavigationLinks__nav-item-icon-checkbox {
        height: 25px;
        left: -2px;
        position: absolute;
        stroke: #fff;
        stroke-dasharray: 48;
        stroke-dashoffset: 48;
        stroke-miterlimit: 10;
        stroke-width: 5;
        top: -2px;
        -webkit-transform-origin: 50% 50%;
                transform-origin: 50% 50%;
        width: 25px; }
        .StepNavigationLinks__nav-item-icon-checkbox .ie svg {
          display: none; }
        .ie .StepNavigationLinks__nav-item--has-selected .StepNavigationLinks__nav-item-icon-checkbox {
          background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjExcHgiIGhlaWdodD0iMTFweCIgdmlld0JveD0iMCAwIDExIDExIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTEuMyAoNTc1NDQpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPg0KICAgIDx0aXRsZT5BcnRib2FyZCAyPC90aXRsZT4NCiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4NCiAgICA8ZGVmcz48L2RlZnM+DQogICAgPGcgaWQ9IkFydGJvYXJkLTIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8cG9seWxpbmUgaWQ9IlBhdGgtMy1Db3B5LTMiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLXdpZHRoPSIxLjY2OTU2NTIyIiBwb2ludHM9IjEgNi4xMTM0MjY4NSA0LjA0MDAxNzU1IDkgMTAgMSI+PC9wb2x5bGluZT4NCiAgICA8L2c+DQo8L3N2Zz4=);
          background-repeat: no-repeat;
          background-size: 15px;
          content: "";
          display: block;
          height: 25px;
          left: 3px;
          position: absolute;
          top: 4px;
          width: 25px; }
        :not(.ie) .StepNavigationLinks__nav-item--has-selected .StepNavigationLinks__nav-item-icon-checkbox {
          -webkit-animation: checkbox-scale 0.3s ease-in-out 0.7s both;
                  animation: checkbox-scale 0.3s ease-in-out 0.7s both;
          display: block; }
          :not(.ie) .StepNavigationLinks__nav-item--has-selected .StepNavigationLinks__nav-item-icon-checkbox path {
            -webkit-animation: checkbox-stroke 0.4s cubic-bezier(0.65, 0, 0.45, 1) 0.1s forwards;
                    animation: checkbox-stroke 0.4s cubic-bezier(0.65, 0, 0.45, 1) 0.1s forwards; }
      .StepNavigationLinks__nav-item--is-active .StepNavigationLinks__nav-item-icon {
        background-color: #e30613;
        border-color: #e30613;
        color: #fff; }
      .StepNavigationLinks__nav-item--has-selected .StepNavigationLinks__nav-item-icon {
        background-color: #34aa61;
        border-color: #34aa61; }
    .StepNavigationLinks__nav-item--has-selected:hover .StepNavigationLinks__nav-item-icon {
      -webkit-transform: scale(1.05);
              transform: scale(1.05); }
    .StepNavigationLinks__nav-item:after {
      background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(177, 178, 180, 0.5)), color-stop(0%, rgba(255, 255, 255, 0)));
      background-image: linear-gradient(to right, rgba(177, 178, 180, 0.5) 50%, rgba(255, 255, 255, 0) 0%);
      background-position: bottom;
      background-repeat: repeat-x;
      background-size: 8px 1px;
      content: "";
      height: 1px;
      left: calc(50% + 4px);
      margin: auto;
      position: absolute;
      top: 13px;
      width: calc(50% + 50px);
      z-index: 1; }
    .StepNavigationLinks__nav-item:first-of-type a {
      margin-left: 0; }
    .StepNavigationLinks__nav-item:last-of-type a {
      margin-right: 0; }
    .StepNavigationLinks__nav-item:last-of-type:after {
      display: none; }

@-webkit-keyframes checkbox-stroke {
  100% {
    stroke-dashoffset: 0; } }

@keyframes checkbox-stroke {
  100% {
    stroke-dashoffset: 0; } }

@-webkit-keyframes checkbox-scale {
  0%,
  100% {
    -webkit-transform: none;
            transform: none; }
  50% {
    -webkit-transform: scale3d(1.2, 1.2, 1);
            transform: scale3d(1.2, 1.2, 1); } }

@keyframes checkbox-scale {
  0%,
  100% {
    -webkit-transform: none;
            transform: none; }
  50% {
    -webkit-transform: scale3d(1.2, 1.2, 1);
            transform: scale3d(1.2, 1.2, 1); } }

/* Fonts */
/* Dimensions */
/* Colour Palette */
/* Social Palette */
/* Default styles */
/* typography */
/* for consistent margins, padding etc */
/* For consistent z-indexing */
/* --------------------
 $ BREAKPOINTS
 -------------------- */
.StepNavigationBlock__loading {
  margin: 70px auto; }

.StepNavigationBlock__content-wrapper {
  width: 100%; }

.StepNavigationBlock__transition > .container {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.7s ease;
  transition: -webkit-transform 0.7s ease;
  transition: transform 0.7s ease;
  transition: transform 0.7s ease, -webkit-transform 0.7s ease; }

.StepNavigationBlock__transition.loaded > .container {
  opacity: 1;
  -webkit-transform: translateX(0) scale(1);
          transform: translateX(0) scale(1); }

.StepNavigationBlock__transition.right > .container {
  -webkit-animation: slide-step 0.7s ease-in-out forwards;
          animation: slide-step 0.7s ease-in-out forwards;
  -webkit-transform: translateX(-70px) scale(0.98);
          transform: translateX(-70px) scale(0.98); }

.StepNavigationBlock__transition.left > .container {
  -webkit-animation: slide-step 0.7s ease-in-out forwards;
          animation: slide-step 0.7s ease-in-out forwards;
  -webkit-transform: translateX(70px) scale(0.98);
          transform: translateX(70px) scale(0.98); }

.StepNavigationBlock__introduction-wrapper {
  margin-bottom: 20px;
  position: relative; }
  @media (min-width: 768px) {
    .StepNavigationBlock__introduction-wrapper {
      margin-bottom: 50px; } }
  .StepNavigationBlock__introduction-wrapper p {
    font-size: 1.125rem;
    line-height: 1.76;
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px; }

@-webkit-keyframes slide-step {
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1); } }

@keyframes slide-step {
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1); } }

/* Fonts */
/* Dimensions */
/* Colour Palette */
/* Social Palette */
/* Default styles */
/* typography */
/* for consistent margins, padding etc */
/* For consistent z-indexing */
.TMPLinkListBlock {
  position: relative; }
  .TMPLinkListBlock .breadcrumbs {
    left: 30px;
    position: absolute;
    text-align: left;
    top: 40px; }
  .TMPLinkListBlock__links {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0; }
    .TMPLinkListBlock__links li {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background-color: #f6f5f1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 240px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 15px;
      overflow: hidden;
      padding: 30px;
      width: 240px; }

/* --------------------
 $ BREAKPOINTS
 -------------------- */
.LandlordBlock {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 0; }
  .LandlordBlock__heading {
    color: #fff;
    margin-bottom: 10px;
    text-align: center; }
  .LandlordBlock__text {
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
    text-align: center; }
  .LandlordBlock__buttons {
    margin-top: 10px; }
    .LandlordBlock__buttons button {
      margin-bottom: 15px;
      margin-left: 6px;
      margin-right: 6px; }
      @media (max-width: 767px) {
        .LandlordBlock__buttons button {
          width: 100%; } }

/* Fonts */
/* Dimensions */
/* Colour Palette */
/* Social Palette */
/* Default styles */
/* typography */
/* for consistent margins, padding etc */
/* For consistent z-indexing */
/* --------------------
 $ BREAKPOINTS
 -------------------- */
.Home__hero {
  background-color: #000;
  height: 100vh;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%; }
  @media (min-width: 1024px) {
    .Home__hero {
      z-index: 1; } }
  .Home__hero__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 100vh;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%; }
  .Home__hero__bg-container {
    height: 100vh;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%; }
  .Home__hero__bg {
    background-position: center center;
    background-size: cover;
    height: 100vh;
    width: 100%; }
    .Home__hero__bg:before, .Home__hero__bg:after {
      content: "";
      display: block;
      left: 0;
      position: absolute; }
    .Home__hero__bg:before {
      background: rgba(0, 0, 0, 0);
      background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(30%, rgba(0, 0, 0, 0.3)));
      background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 30%);
      height: 100%;
      top: 0;
      width: 100%;
      z-index: 1; }
  .Home__hero__content {
    padding: 0 20px;
    position: relative;
    width: 100%;
    z-index: 3; }
    @media (min-width: 768px) {
      .Home__hero__content {
        left: 0;
        position: absolute; } }
  .Home__hero .Banner__block {
    margin-top: 50px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2; }
  .Home__hero__scroll {
    -webkit-animation: heroscroll-fadeInUp 1.2s forwards 2.4s;
            animation: heroscroll-fadeInUp 1.2s forwards 2.4s;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSI1NCIgdmlld0JveD0iMCAwIDI0IDU0Ij4NCiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8cGF0aCBzdHJva2U9IiNGRkYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNMTYgNDBsLTQgNC00LTRNMTYgNDhsLTQgNC00LTQiLz4NCiAgICAgICAgPHBhdGggZmlsbD0iIzAwMCIgZmlsbC1vcGFjaXR5PSIuMiIgc3Ryb2tlPSIjRkZGIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS13aWR0aD0iMi4yNzMiIGQ9Ik0yMS45ODcgMTAuNjY3QzIxLjggNS44NCAxNy40IDIgMTIgMnMtOS44IDMuODQtOS45ODYgOC42NjdMMiAxMXYxMy42NjdjMCAuMTA2IDAgLjIyNi4wMTQuMzMzQzIuMiAyOS44MjcgNi42IDMzLjY2NyAxMiAzMy42NjdzOS44LTMuODQgOS45ODctOC42NjdjLjAxMy0uMTA3LjAxMy0uMjI3LjAxMy0uMzMzVjExbC0uMDEzLS4zMzN6Ii8+DQogICAgICAgIDxwYXRoIGZpbGw9IiM2MzY1NjkiIGQ9Ik0xMyAxNC4zMzFjMCAuNjM2LS40MjkgMS4xNTUtLjk1NSAxLjE1NS0uNTI1IDAtLjk1NC0uNTE5LS45NTQtMS4xNTV2LTUuNjljMC0uNjM1LjQyOS0xLjE1NS45NTQtMS4xNTUuNTI2IDAgLjk1NS41Mi45NTUgMS4xNTR2NS42OTF6Ii8+DQogICAgICAgIDxwYXRoIGZpbGw9IiNGRkYiIHN0cm9rZT0iI0ZGRiIgc3Ryb2tlLXdpZHRoPSIuOTA5IiBkPSJNMTMgMTQuMTc4YzAgLjYzNi0uNDUgMS4xNTUtMSAxLjE1NXMtMS0uNTE5LTEtMS4xNTV2LTUuNjljMC0uNjM1LjQ1LTEuMTU1IDEtMS4xNTVzMSAuNTIgMSAxLjE1NXY1LjY5eiIvPg0KICAgIDwvZz4NCjwvc3ZnPg0K);
    background-size: 20px 45px;
    bottom: 10px;
    height: 30px;
    left: auto;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    width: 20px;
    z-index: 1; }
    @media (max-width: 374px) {
      .Home__hero__scroll {
        -webkit-animation-name: heroscroll-fadeInUp-mobile;
                animation-name: heroscroll-fadeInUp-mobile; } }

@media (max-width: 767px) and (orientation: landscape) {
  .Home__hero__scroll {
    display: none; } }
    .Home__hero__scroll:after, .Home__hero__scroll:before {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSI1NCIgdmlld0JveD0iMCAwIDI0IDU0Ij4NCiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8cGF0aCBzdHJva2U9IiNGRkYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNMTYgNDBsLTQgNC00LTRNMTYgNDhsLTQgNC00LTQiLz4NCiAgICAgICAgPHBhdGggZmlsbD0iIzAwMCIgZmlsbC1vcGFjaXR5PSIuMiIgc3Ryb2tlPSIjRkZGIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS13aWR0aD0iMi4yNzMiIGQ9Ik0yMS45ODcgMTAuNjY3QzIxLjggNS44NCAxNy40IDIgMTIgMnMtOS44IDMuODQtOS45ODYgOC42NjdMMiAxMXYxMy42NjdjMCAuMTA2IDAgLjIyNi4wMTQuMzMzQzIuMiAyOS44MjcgNi42IDMzLjY2NyAxMiAzMy42NjdzOS44LTMuODQgOS45ODctOC42NjdjLjAxMy0uMTA3LjAxMy0uMjI3LjAxMy0uMzMzVjExbC0uMDEzLS4zMzN6Ii8+DQogICAgICAgIDxwYXRoIGZpbGw9IiM2MzY1NjkiIGQ9Ik0xMyAxNC4zMzFjMCAuNjM2LS40MjkgMS4xNTUtLjk1NSAxLjE1NS0uNTI1IDAtLjk1NC0uNTE5LS45NTQtMS4xNTV2LTUuNjljMC0uNjM1LjQyOS0xLjE1NS45NTQtMS4xNTUuNTI2IDAgLjk1NS41Mi45NTUgMS4xNTR2NS42OTF6Ii8+DQogICAgICAgIDxwYXRoIGZpbGw9IiNGRkYiIHN0cm9rZT0iI0ZGRiIgc3Ryb2tlLXdpZHRoPSIuOTA5IiBkPSJNMTMgMTQuMTc4YzAgLjYzNi0uNDUgMS4xNTUtMSAxLjE1NXMtMS0uNTE5LTEtMS4xNTV2LTUuNjljMC0uNjM1LjQ1LTEuMTU1IDEtMS4xNTVzMSAuNTIgMSAxLjE1NXY1LjY5eiIvPg0KICAgIDwvZz4NCjwvc3ZnPg0K);
      background-position: 0 -32px;
      background-size: 20px 45px;
      bottom: -10px;
      content: "";
      display: block;
      height: 7px;
      left: 0;
      margin: auto;
      opacity: 0;
      position: absolute;
      right: 0;
      width: 20px; }
    .Home__hero__scroll:after {
      -webkit-animation: heroscroll-scrollDown1 0.7s forwards 4s;
              animation: heroscroll-scrollDown1 0.7s forwards 4s; }
    .Home__hero__scroll:before {
      -webkit-animation: heroscroll-scrollDown2 0.7s forwards 3.9s;
              animation: heroscroll-scrollDown2 0.7s forwards 3.9s; }
    .Home__hero__scroll.is-hidden {
      -webkit-transform: translateY(100px);
              transform: translateY(100px); }
      @media (max-width: 374px) {
        .Home__hero__scroll.is-hidden {
          -webkit-transform: translateY(140px);
                  transform: translateY(140px); } }

@-webkit-keyframes heroscroll-fadeInUp {
  0% {
    bottom: 10px;
    opacity: 0; }
  60%,
  75% {
    bottom: 10px;
    opacity: 1; }
  100% {
    bottom: 40px;
    opacity: 1; } }

@keyframes heroscroll-fadeInUp {
  0% {
    bottom: 10px;
    opacity: 0; }
  60%,
  75% {
    bottom: 10px;
    opacity: 1; }
  100% {
    bottom: 40px;
    opacity: 1; } }

@-webkit-keyframes heroscroll-fadeInUp-mobile {
  0% {
    bottom: 30px;
    opacity: 0; }
  100% {
    bottom: 90px;
    opacity: 1; } }

@keyframes heroscroll-fadeInUp-mobile {
  0% {
    bottom: 30px;
    opacity: 0; }
  100% {
    bottom: 90px;
    opacity: 1; } }

@-webkit-keyframes heroscroll-scrollDown1 {
  0% {
    bottom: 0;
    opacity: 0; }
  100% {
    bottom: -12px;
    opacity: 1; } }

@keyframes heroscroll-scrollDown1 {
  0% {
    bottom: 0;
    opacity: 0; }
  100% {
    bottom: -12px;
    opacity: 1; } }

@-webkit-keyframes heroscroll-scrollDown2 {
  0% {
    bottom: 2px;
    opacity: 0; }
  100% {
    bottom: -22px;
    opacity: 1; } }

@keyframes heroscroll-scrollDown2 {
  0% {
    bottom: 2px;
    opacity: 0; }
  100% {
    bottom: -22px;
    opacity: 1; } }
  .Home__hero__title {
    -webkit-animation: fadeIn 1s forwards;
            animation: fadeIn 1s forwards;
    color: #fff;
    font-size: 3.4375rem;
    font-weight: 200;
    line-height: 1.2;
    margin-bottom: 25px;
    opacity: 0;
    text-align: center;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); }
    .Home__hero__title .butler-stencil {
      font-weight: 300;
      padding: 0 0.5rem; }
      .Home__hero__title .butler-stencil .jll-red {
        color: #e30613; }
    @media (max-width: 1023px) {
      .Home__hero__title {
        font-size: 2.375rem; } }
    @media (max-width: 374px) {
      .Home__hero__title {
        margin-top: -20px; } }
    @media (min-width: 992px) {
      .Home__hero__title {
        margin-top: -90px; } }

@media (max-width: 767px) and (orientation: landscape) {
  .Home__hero__title {
    display: none; } }
  .Home__hero__content__sub-title {
    color: #fff;
    font-size: 1.125rem;
    line-height: 1.67;
    margin: 0 auto 25px;
    text-align: center; }
    @media (max-width: 1023px) {
      .Home__hero__content__sub-title {
        max-width: 455px;
        width: 100%; } }

@media (max-width: 767px) and (orientation: landscape) {
  .Home__hero__content__sub-title {
    display: none; } }
    @media (max-width: 374px) {
      .Home__hero__content__sub-title {
        display: none; } }
  .Home__hero h1, .Home__hero__content__sub-title {
    -webkit-animation: fadeIn 1s forwards;
            animation: fadeIn 1s forwards;
    opacity: 0; }
  @media (max-width: 575px) {
    .Home__hero__banner_active {
      height: 110vh; }
    .Home__hero .banner_active {
      height: 110vh; } }

.Home__primary-search {
  margin: 0 auto;
  max-width: 680px;
  width: 100%; }
  @media (max-width: 1023px) {
    .Home__primary-search {
      max-width: 370px; } }
  .Home__primary-search__toolbar {
    background-color: #fff;
    border-radius: 5px 5px 5px 0;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.21);
            box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.21);
    padding: 15px; }
    .Home__primary-search__toolbar .SRPFilterButton {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .Home__primary-search__toolbar .srp-filter-tenureType .SRPFilterButton {
      max-width: 110px; }
    .Home__primary-search__toolbar .srp-filter-propertyType .SRPFilterButton {
      max-width: 180px; }
    .Home__primary-search__toolbar .srp-filter-size .SRPFilterButton {
      max-width: 165px; }
    .Home__primary-search__toolbar .SearchToolbar__actions {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    .Home__primary-search__toolbar.is_wide .SearchToolbar__location {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    @media (max-width: 767px) {
      .Home__primary-search__toolbar .SearchToolbar__location {
        width: 100%; } }
    @media (max-width: 1023px) {
      .Home__primary-search__toolbar .SearchToolbar__actions {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        overflow-x: visible;
        padding-top: 0; }
      .Home__primary-search__toolbar .SearchToolbar__filters {
        -ms-flex-negative: 1;
            flex-shrink: 1;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding-bottom: 10px; }
        .Home__primary-search__toolbar .SearchToolbar__filters .SRPFilterButton {
          margin-top: 5px; }
      .Home__primary-search__toolbar .SearchToolbar__buttons {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        padding-top: 15px; }
        .Home__primary-search__toolbar .SearchToolbar__buttons .Button {
          margin: 0;
          width: 100%; }
          .Home__primary-search__toolbar .SearchToolbar__buttons .Button:first-child {
            margin-right: 5px; }
          .Home__primary-search__toolbar .SearchToolbar__buttons .Button:last-child {
            margin-left: 5px; } }

.Home__content {
  overflow: hidden;
  width: 100%; }
  .Home__content .SEOLPGroupsCarousel {
    padding: 0 30px; }
    @media (max-width: 767px) {
      .Home__content .SEOLPGroupsCarousel {
        padding: 10px 15px; }
        .Home__content .SEOLPGroupsCarousel .SelectList__list {
          max-height: 260px;
          overflow: auto; } }

.Home__suggestions {
  padding: 100px 128px; }
  @media (max-width: 767px) {
    .Home__suggestions {
      padding: 10px 15px; } }
  .Home__suggestions__title {
    padding: 0 0 50px;
    text-align: center; }
    @media (max-width: 767px) {
      .Home__suggestions__title {
        padding: 0 0 10px; } }
  .Home__suggestions__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 767px) {
      .Home__suggestions__inner {
        display: block; } }
  .Home__suggestions__menu {
    width: 300px; }
    @media (max-width: 767px) {
      .Home__suggestions__menu {
        width: 100%; } }
  .Home__suggestions__list {
    min-width: 244px;
    padding: 0 30px;
    position: relative; }
    @media (max-width: 767px) {
      .Home__suggestions__list {
        margin: 2rem 0;
        width: 100%; } }
    .Home__suggestions__list--prev, .Home__suggestions__list--next {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIyMiIgdmlld0JveD0iMCAwIDEyIDIyIj4NCiAgICA8cGF0aCBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZT0iIzYzNjU2OCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiIGQ9Ik0xMSAyMC4yODZsLTktOS42NDNMMTEgMSIvPg0KPC9zdmc+DQo=);
      background-size: contain;
      cursor: pointer;
      height: 22px;
      position: absolute;
      top: 84px;
      width: 12px; }
    .Home__suggestions__list--prev {
      left: 0;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }
    .Home__suggestions__list--next {
      right: 0;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .Home__suggestions__item {
    height: auto;
    width: 300px; }
    .Home__suggestions__item:first-child {
      padding-left: 0; }
    .Home__suggestions__item a {
      color: #404040;
      text-decoration: none; }
    .Home__suggestions__item img {
      display: block;
      height: 190px;
      width: 100%; }
    .Home__suggestions__item span {
      display: block;
      font-size: 1.0625rem;
      line-height: 1.5;
      padding-top: 10px;
      white-space: pre-wrap; }

.Home__overlay {
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
  height: 100vh;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2; }
  @media (max-width: 767px) {
    .Home__overlay {
      cursor: pointer; }
      .Home__overlay.is-active {
        display: block; } }

.Home__propertiesCarousel {
  padding: 0 30px; }
  @media (min-width: 768px) {
    .Home__propertiesCarousel {
      padding: 0 50px; } }

.Slider {
  width: 100%; }
  .Slider__image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: absolute;
    width: 100%; }

.learnMoreContainer {
  bottom: 20%;
  color: #fff;
  font-size: 32px;
  position: absolute;
  right: 50px;
  z-index: 1; }

.learnMoreButton {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  padding: 5px; }

.slick-slide {
  position: inherit !important; }

.slick-slide > div > div {
  display: block !important; }

/* Fonts */
/* Dimensions */
/* Colour Palette */
/* Social Palette */
/* Default styles */
/* typography */
/* for consistent margins, padding etc */
/* For consistent z-indexing */
/* --------------------
 $ BREAKPOINTS
 -------------------- */
.LivePost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-left: -15px;
  margin-right: -15px;
  position: relative; }
  @media (max-width: 1023px) {
    .LivePost {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .LivePost .breadcrumbs {
    left: 0;
    padding: 15px;
    position: absolute;
    top: 0; }
    @media (max-width: 1023px) {
      .LivePost .breadcrumbs {
        left: 0;
        padding-bottom: 0;
        position: relative;
        top: 0; } }
    .LivePost .breadcrumbs li {
      font-size: 0.9375rem;
      line-height: 1.75rem;
      text-transform: none; }
      @media (max-width: 1023px) {
        .LivePost .breadcrumbs li {
          display: inline; } }
  .LivePost__main {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%; }
  .LivePost__side {
    background: #f8f9f9;
    min-width: 300px;
    padding: 100px 50px 50px;
    width: 25%; }
    .LivePost__side .PDPPropertiesCarousel .SliderNavButton--previous,
    .LivePost__side .PDPPropertiesCarousel .SliderNavButton--next {
      display: none; }
    @media (max-width: 1023px) {
      .LivePost__side {
        padding: 15px;
        width: 100%; }
        .LivePost__side .PDPPropertiesCarousel {
          position: relative; }
        .LivePost__side .PDPPropertiesCarousel .SliderNavButton--previous,
        .LivePost__side .PDPPropertiesCarousel .SliderNavButton--next {
          display: -webkit-box !important;
          display: -ms-flexbox !important;
          display: flex !important; }
        .LivePost__side .PDPPropertiesCarousel .SliderNavButton--previous {
          left: -15px; }
        .LivePost__side .PDPPropertiesCarousel .SliderNavButton--next {
          right: -15px; } }
    @media (min-width: 1024px) {
      .LivePost__side .PDPPropertiesCarousel__property-card {
        width: 100%; }
      .LivePost__side .SliderWrapper li.js_slide {
        display: block;
        width: 100% !important; }
      .LivePost__side .SliderWrapper .frame {
        white-space: pre-wrap;
        width: 100%; } }
    .LivePost__side > h2 {
      font-size: 1.125rem;
      line-height: 1.75rem;
      margin: 0 0 30px; }
      @media (max-width: 1023px) {
        .LivePost__side > h2 {
          font-size: 1.375rem;
          margin: 30px 0; } }
  .LivePost__related {
    -webkit-box-align: top;
        -ms-flex-align: top;
            align-items: top;
    background-color: #f6f5f1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 2% 8%;
    position: relative; }
    @media (max-width: 1023px) {
      .LivePost__related {
        padding: 2% 5%; } }
    .LivePost__related > h3 {
      color: #404040;
      font-size: 16px;
      font-weight: 600;
      line-height: 1.25;
      -webkit-transition: color 0.4s ease;
      transition: color 0.4s ease; }
      .LivePost__related > h3:hover {
        color: #ea454e;
        text-decoration: underline; }
    .LivePost__related > h2 {
      font-size: 1.75rem;
      line-height: 2.75rem;
      margin: 0 0 15px;
      padding: 0 15px;
      width: 100%; }
      @media (max-width: 1023px) {
        .LivePost__related > h2 {
          font-size: 1.375rem;
          line-height: 1.75rem;
          margin: 0; } }
    .LivePost__related .LiveStreamPost {
      padding: 30px 15px; }
      .ie11 .LivePost__related .LiveStreamPost {
        max-width: 300px; }
      .LivePost__related .LiveStreamPost .LivePost__image {
        height: 180px; }
        .LivePost__related .LiveStreamPost .LivePost__image img {
          height: 180px;
          -o-object-fit: cover;
             object-fit: cover;
          width: 100%; }
          .ie11 .LivePost__related .LiveStreamPost .LivePost__image img {
            border-radius: 5px;
            width: auto; }
      @media (min-width: 1024px) {
        .LivePost__related .LiveStreamPost {
          -webkit-box-flex: 0;
              -ms-flex: 0 1 25%;
                  flex: 0 1 25%; } }
      @media (max-width: 1023px) {
        .LivePost__related .LiveStreamPost {
          -webkit-box-flex: 0;
              -ms-flex: 0 1 25%;
                  flex: 0 1 25%; } }
      @media (max-width: 767px) {
        .LivePost__related .LiveStreamPost {
          -webkit-box-flex: 0;
              -ms-flex: 0 1 50%;
                  flex: 0 1 50%; } }
      @media (max-width: 575px) {
        .LivePost__related .LiveStreamPost {
          -webkit-box-flex: 0;
              -ms-flex: 0 1 100%;
                  flex: 0 1 100%; }
          .LivePost__related .LiveStreamPost .BlogPost__image {
            height: 214px; }
            .LivePost__related .LiveStreamPost .BlogPost__image img {
              height: 214px;
              -o-object-fit: cover;
                 object-fit: cover;
              width: 100%; }
              .ie11 .LivePost__related .LiveStreamPost .BlogPost__image img {
                border-radius: 5px;
                width: auto; } }

/* Fonts */
/* Dimensions */
/* Colour Palette */
/* Social Palette */
/* Default styles */
/* typography */
/* for consistent margins, padding etc */
/* For consistent z-indexing */
/* --------------------
 $ BREAKPOINTS
 -------------------- */
.BlogHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 500px;
  padding: 0 20px 35px;
  text-align: left; }
  @media (min-width: 768px) {
    .BlogHeader {
      text-align: center; } }
  .BlogHeader__title {
    color: #141414;
    font-size: 2.1875rem;
    font-weight: 800;
    line-height: 1.4em;
    margin: 0; }
  .BlogHeader__summary {
    color: #404040;
    line-height: 1.5em; }
  .BlogHeader a {
    display: inline-block;
    text-align: center;
    text-decoration: none; }
    @media (min-width: 768px) {
      .BlogHeader a {
        margin: auto; } }

.BlogDescription {
  color: #303030; }
  .BlogDescription .ContentPage__subheading {
    font-size: 1.75rem;
    line-height: 2.1875rem;
    margin: 0 0 30px;
    text-align: left; }
  .BlogDescription .ContentPage__html {
    font-size: 1.0625rem;
    line-height: 1.75rem;
    text-align: left; }
  .BlogDescription .ContentPage__subheading,
  .BlogDescription .ContentPage__html {
    max-width: 1140px;
    padding: 0 40px;
    z-index: 1; }
  @media (max-width: 575px) {
    .BlogDescription .ContentPage__subheading,
    .BlogDescription .ContentPage__html {
      padding-left: 20px;
      padding-right: 20px; } }

.BlogFeatured {
  padding: 60px 20px 90px;
  /* stylelint-disable no-descending-specificity */ }
  .BlogFeatured__heading {
    max-width: 1100px;
    padding: 0 20px 0;
    text-align: center;
    width: 100%; }
    .BlogFeatured__heading h2 {
      margin: 0 0 30px; }
  .BlogFeatured__load {
    max-width: 1100px;
    padding: 0 20px;
    text-align: left;
    width: 100%; }
  .BlogFeatured__load a,
  .BlogFeatured__load a span {
    display: inline-block;
    text-decoration: none; }
  .BlogFeatured__posts {
    -webkit-box-align: top;
        -ms-flex-align: top;
            align-items: top;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 -8px;
    max-width: 1100px;
    padding: 20px 0;
    position: relative;
    width: 100%; }
    .BlogFeatured__posts .LiveStreamPost {
      padding: 20px; }
    @media (min-width: 1024px) {
      .BlogFeatured__posts .LiveStreamPost {
        width: 33.33%; } }
    @media (max-width: 1023px) {
      .BlogFeatured__posts .LiveStreamPost {
        width: 50%; } }
    @media (max-width: 767px) {
      .BlogFeatured__posts .LiveStreamPost {
        width: 100%; } }
    @media (max-width: 575px) {
      .BlogFeatured__posts {
        padding-left: 0;
        padding-right: 0; }
        .BlogFeatured__posts .LiveStreamPost {
          width: 100%; }
          .BlogFeatured__posts .LiveStreamPost .LiveStreamPost__image {
            height: 214px; } }
  @media (max-width: 575px) {
    .BlogFeatured {
      padding-left: 0;
      padding-right: 0; } }

.BlogContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column; }
  @media (max-width: 767px) {
    .BlogContent {
      padding-top: 50px; } }
  .BlogContent__heading {
    max-width: 1100px;
    padding: 0 20px 0;
    text-align: center;
    width: 100%; }
    .BlogContent__heading h2 {
      margin: 0 0 30px; }
  .BlogContent__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1100px;
    padding: 20px;
    width: 100%; }
  .BlogContent__back-to-top {
    min-height: 40px;
    width: 180px; }
  .BlogContent__tags {
    max-width: 1100px;
    padding: 0 20px 15px;
    text-align: left;
    width: 100%; }
    .BlogContent__tags .DropdownTagFilter__label {
      font-size: 15px; }
    .BlogContent__tags .DropdownTagFilter__select {
      border: 0;
      -webkit-box-shadow: 0 1px 4px 0 rgba(177, 178, 180, 0.9);
              box-shadow: 0 1px 4px 0 rgba(177, 178, 180, 0.9);
      width: auto; }
      @media (max-width: 767px) {
        .BlogContent__tags .DropdownTagFilter__select {
          display: block;
          margin-left: 0;
          margin-top: 10px; } }
  .BlogContent__load {
    max-width: 1100px;
    padding: 0 20px;
    text-align: left;
    width: 100%; }
  .BlogContent__posts {
    -webkit-box-align: top;
        -ms-flex-align: top;
            align-items: top;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 -8px;
    max-width: 1100px;
    padding: 0 0 15px;
    position: relative;
    width: 100%; }
    .BlogContent__posts .LiveStreamPost {
      padding: 20px; }
      .BlogContent__posts .LiveStreamPost .LiveStreamPost__image {
        height: 146px; }
        .BlogContent__posts .LiveStreamPost .LiveStreamPost__image img {
          height: 146px;
          -o-object-fit: cover;
             object-fit: cover;
          -webkit-transition: -webkit-transform 0.2s ease-in-out;
          transition: -webkit-transform 0.2s ease-in-out;
          transition: transform 0.2s ease-in-out;
          transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
          width: 100%; }
      @media (min-width: 1024px) {
        .BlogContent__posts .LiveStreamPost:hover img {
          -webkit-transform: scale(1.05);
                  transform: scale(1.05); } }
    @media (min-width: 1024px) {
      .BlogContent__posts .LiveStreamPost {
        width: 25%; } }
    @media (max-width: 1023px) {
      .BlogContent__posts .LiveStreamPost {
        width: 33.33%; } }
    @media (max-width: 767px) {
      .BlogContent__posts .LiveStreamPost {
        width: 50%; } }
    @media (max-width: 575px) {
      .BlogContent__posts {
        padding-left: 0;
        padding-right: 0; }
        .BlogContent__posts .LiveStreamPost {
          width: 100%; }
          .BlogContent__posts .LiveStreamPost .LiveStreamPost__image {
            height: 214px; }
            .BlogContent__posts .LiveStreamPost .LiveStreamPost__image img {
              height: 214px;
              -o-object-fit: cover;
                 object-fit: cover;
              width: 100%; } }
  .BlogContent__loader {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: rgba(255, 255, 255, 0.5);
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 0;
    position: fixed;
    width: 100%; }
  .BlogContent__pagination {
    max-width: 1100px;
    padding: 0 20px;
    width: 100%; }
  @media (max-width: 575px) {
    .BlogContent {
      padding-left: 0;
      padding-right: 0; } }

/* --------------------
 $ BREAKPOINTS
 -------------------- */
.BlogHeroBlock {
  height: 250px;
  margin: -15px;
  padding-bottom: 50px;
  position: relative;
  width: 100%; }
  .BlogHeroBlock__image {
    background-size: cover;
    height: 100%;
    width: 100%; }
  .BlogHeroBlock__heading {
    color: #000;
    font-size: 48px;
    font-weight: 700;
    left: 20%;
    position: absolute;
    top: 20%; }
    @media (max-width: 767px) {
      .BlogHeroBlock__heading {
        left: 2%;
        right: 2%; } }

/* Fonts */
/* Dimensions */
/* Colour Palette */
/* Social Palette */
/* Default styles */
/* typography */
/* for consistent margins, padding etc */
/* For consistent z-indexing */
/* --------------------
 $ BREAKPOINTS
 -------------------- */
.MarketDataBlock {
  padding-top: 0; }
  .MarketDataBlock .ContentPage__block {
    padding: 40px 0; }
    .MarketDataBlock .ContentPage__block.FeaturedPropertiesBlock {
      padding-bottom: 0; }
    .MarketDataBlock .ContentPage__block.MarketDataBlock__DetailedHeaderBlock {
      margin-bottom: 40px;
      padding: 0; }
    .MarketDataBlock .ContentPage__block.FormBlock {
      padding-top: 0; }
  .MarketDataBlock__Content,
  .MarketDataBlock .ContentPage__block {
    width: 100%; }
  .MarketDataBlock .breadcrumbs {
    left: 0;
    padding: 30px 15px;
    position: absolute;
    text-align: left;
    top: 0;
    z-index: 2; }
  .MarketDataBlock .ContentPage__heading {
    margin-bottom: 0; }
    .MarketDataBlock .ContentPage__heading + .TextBlock {
      padding-top: 0; }
  .MarketDataBlock__textBlock .TextBlock__body {
    text-align: left; }
  .MarketDataBlock__columnsBlock {
    width: 100%; }
    .MarketDataBlock__columnsBlock .ContentPage__item.is-icons .ContentPage__item--image img {
      max-width: 100px; }
  .MarketDataBlock__seolp-groups {
    padding: 40px 128px; }
    @media (max-width: 767px) {
      .MarketDataBlock__seolp-groups {
        padding: 10px 15px; }
        .MarketDataBlock__seolp-groups .SelectList__list {
          max-height: 260px;
          overflow: auto; } }

/* Fonts */
/* Dimensions */
/* Colour Palette */
/* Social Palette */
/* Default styles */
/* typography */
/* for consistent margins, padding etc */
/* For consistent z-indexing */
.ZoomableImage {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative; }
  .ZoomableImage__Wrap {
    overflow: hidden; }
    .ZoomableImage__Wrap:focus {
      outline: none; }
  .ZoomableImage.isZoomed {
    cursor: -webkit-grab;
    cursor: grab; }
    .ZoomableImage.isZoomed:active {
      cursor: -webkit-grabbing;
      cursor: grabbing; }
  .ZoomableImage__Controls {
    background-color: #fff;
    border-radius: 5px;
    bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    right: 10px; }
  .ZoomableImage__Control {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #b1b2b4;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 14px;
    border-radius: 25px;
    color: #636568;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 2rem;
    font-weight: 100;
    height: 28px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
    text-indent: 60px;
    text-overflow: clip;
    white-space: nowrap;
    width: 28px; }
    .ZoomableImage__Control.zoomIn {
      background-color: #fff;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4NCiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZT0iIzYzNjU2OCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjEuNSI+DQogICAgICAgIDxwYXRoIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGQ9Ik03LjExIDEuNDY0djExLjI5MyIvPg0KICAgICAgICA8cGF0aCBkPSJNMS40NjQgNy4xMWgxMS4yOTMiLz4NCiAgICA8L2c+DQo8L3N2Zz4NCg==); }
    .ZoomableImage__Control.zoomOut {
      background-color: #fff;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIyIiB2aWV3Qm94PSIwIDAgMTAgMiI+DQogICAgPHBhdGggZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2U9IiM2MzY1NjgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiIGQ9Ik0xLjMxIDEuMDc0aDcuNTI4Ii8+DQo8L3N2Zz4NCg==); }
    .ZoomableImage__Control.is-disabled {
      opacity: 0.1; }
  .ZoomableImage__Range {
    display: block;
    height: 118px;
    width: 28px; }
    .ZoomableImage__Range input {
      height: 28px;
      margin: 0;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
      -webkit-transform-origin: 57px 44px;
              transform-origin: 57px 44px;
      width: 110px; }
    .ZoomableImage__Range input[type=range] {
      -webkit-appearance: none;
      background: #dbd6c7;
      height: 2px;
      width: 110px; }
      .ZoomableImage__Range input[type=range]::-ms-track {
        background: transparent;
        border-color: transparent;
        color: transparent;
        cursor: pointer;
        width: 110px; }
      .ZoomableImage__Range input[type=range]::-webkit-slider-thumb {
        -webkit-appearance: none;
        background: #f6f5f1;
        border: 1px solid #141414;
        border-radius: 10px;
        cursor: pointer;
        height: 10px;
        width: 10px; }
      .ZoomableImage__Range input[type=range]::-moz-range-thumb {
        background: #f6f5f1;
        border: 1px solid #141414;
        border-radius: 10px;
        cursor: pointer;
        height: 10px;
        width: 10px; }
      .ZoomableImage__Range input[type=range]::-ms-thumb {
        background: #f6f5f1;
        border: 1px solid #141414;
        border-radius: 10px;
        cursor: pointer;
        height: 10px;
        width: 10px; }
      .ZoomableImage__Range input[type=range]:focus {
        outline: none; }

/* Fonts */
/* Dimensions */
/* Colour Palette */
/* Social Palette */
/* Default styles */
/* typography */
/* for consistent margins, padding etc */
/* For consistent z-indexing */
/* --------------------
 $ BREAKPOINTS
 -------------------- */
@-webkit-keyframes modalGalleryFadeInUp {
  from {
    -webkit-transform: translateY(60px);
            transform: translateY(60px); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@keyframes modalGalleryFadeInUp {
  from {
    -webkit-transform: translateY(60px);
            transform: translateY(60px); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

/* placeholder to extend */
.GalleryModal__Thumbs__Slide.Video, .GalleryModal__Thumbs__Slide.Floorplan, .GalleryModal__Thumbs__Slide.VirtualTour {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50px;
  border-radius: 4px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 11.5vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  width: 188px; }
  .GalleryModal__Thumbs__Slide.Video span, .GalleryModal__Thumbs__Slide.Floorplan span, .GalleryModal__Thumbs__Slide.VirtualTour span {
    color: #fff;
    display: block;
    font-size: 1rem;
    overflow: hidden;
    text-align: center;
    text-indent: 150%;
    text-overflow: clip;
    text-transform: uppercase;
    white-space: nowrap; }

.GalleryModal__Thumbs__Slide {
  padding-right: 15px; }
  .GalleryModal__Thumbs__Slide.Video {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjIxcHgiIGhlaWdodD0iMjFweCIgdmlld0JveD0iMCAwIDIxIDIxIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTEuMiAoNTc1MTkpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPg0KICAgIDx0aXRsZT5Hcm91cDwvdGl0bGU+DQogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+DQogICAgPGRlZnM+PC9kZWZzPg0KICAgIDxnIGlkPSJTeW1ib2xzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj4NCiAgICAgICAgPGcgaWQ9Ik1vYmlsZS9pY29uL3doaXRlL3ZpZGVvIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNS4wMDAwMDAsIC01LjAwMDAwMCkiIHN0cm9rZT0iI0ZGRkZGRiI+DQogICAgICAgICAgICA8ZyBpZD0iR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUuMDAwMDAwLCA1LjAwMDAwMCkiPg0KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xOS42ODcyMjIyLDEwLjMxNzg4ODkgQzE5LjY4NzIyMjIsNS4xMDEyMjIyMiAxNS40NTgzMzMzLDAuODczNDQ0NDQ0IDEwLjI0Mjc3NzgsMC44NzM0NDQ0NDQgQzUuMDI3MjIyMjIsMC44NzM0NDQ0NDQgMC43OTgzMzMzMzMsNS4xMDEyMjIyMiAwLjc5ODMzMzMzMywxMC4zMTc4ODg5IEMwLjc5ODMzMzMzMywxNS41MzM0NDQ0IDUuMDI3MjIyMjIsMTkuNzYyMzMzMyAxMC4yNDI3Nzc4LDE5Ljc2MjMzMzMgQzE1LjQ1ODMzMzMsMTkuNzYyMzMzMyAxOS42ODcyMjIyLDE1LjUzMzQ0NDQgMTkuNjg3MjIyMiwxMC4zMTc4ODg5IFoiIGlkPSJTdHJva2UtNDIiIHN0cm9rZS13aWR0aD0iMS41ODA3Ij48L3BhdGg+DQogICAgICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlN0cm9rZS00MyIgc3Ryb2tlLXdpZHRoPSIxLjU0IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHBvaW50cz0iMTUuMzk2Nzc3OCAxMC4zMTc4ODg5IDExLjM3MzQ0NDQgMTIuNjQwMTExMSA3LjM1MDExMTExIDE0Ljk2MzQ0NDQgNy4zNTAxMTExMSAxMC4zMTc4ODg5IDcuMzUwMTExMTEgNS42NzEyMjIyMiAxMS4zNzM0NDQ0IDcuOTk0NTU1NTYiPjwvcG9seWdvbj4NCiAgICAgICAgICAgIDwvZz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==); }
  .GalleryModal__Thumbs__Slide.Floorplan {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjE5cHgiIGhlaWdodD0iMTlweCIgdmlld0JveD0iMCAwIDE5IDE5IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTEuMiAoNTc1MTkpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPg0KICAgIDx0aXRsZT5Hcm91cDwvdGl0bGU+DQogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+DQogICAgPGRlZnM+PC9kZWZzPg0KICAgIDxnIGlkPSJTeW1ib2xzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj4NCiAgICAgICAgPGcgaWQ9Ik1vYmlsZS9pY29uL3doaXRlL2Zsb29ycGxhbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUuMDAwMDAwLCAtNS4wMDAwMDApIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS13aWR0aD0iMS40NyI+DQogICAgICAgICAgICA8ZyBpZD0iR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDYuMDAwMDAwLCA2LjAwMDAwMCkiPg0KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik03Ljk0NzcxMjUsNS44MjI5MjUgTDcuOTQ3NzEyNSwxMS4yNzM1NSIgaWQ9IlN0cm9rZS0zNCIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSI+PC9wYXRoPg0KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik03Ljk0NzcxMjUsOC41NDgyMzc1IEwwLjY4MDIxMjUsOC41NDgyMzc1IiBpZD0iU3Ryb2tlLTM1IiBzdHJva2UtbGluZWNhcD0icm91bmQiPjwvcGF0aD4NCiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNOC4wMDYzNjI1LDEzLjk5NzY5MzcgTDguMDA2MzYyNSwxNi41ODM4MTg3IiBpZD0iU3Ryb2tlLTM2IiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIj48L3BhdGg+DQogICAgICAgICAgICAgICAgPHBhdGggZD0iTTguMDA2MzYyNSwwLjQ4OTcwNjI1IEw4LjAwNjM2MjUsMy4yNDE1ODEyNSIgaWQ9IlN0cm9rZS0zNyIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSI+PC9wYXRoPg0KICAgICAgICAgICAgICAgIDxwb2x5bGluZSBpZD0iU3Ryb2tlLTM4IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHBvaW50cz0iMTYuNzk2ODUgMTAuNzE2MjY4OCAxNi43OTY4NSAxNi42MDU3MDYzIDAuNjgwODUgMTYuNjA1NzA2MyAwLjY4MDg1IDAuNDg5NzA2MjUgMTYuNzk2ODUgMC40ODk3MDYyNSAxNi43OTY4NSA2LjM3OTE0Mzc1IDEzLjgzNzc4NzUgOS4zMzkyNjg3NSI+PC9wb2x5bGluZT4NCiAgICAgICAgICAgIDwvZz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==); }
  .GalleryModal__Thumbs__Slide.VirtualTour {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMyIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIzIDIwIj4NCiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8cGF0aCBzdHJva2U9IiNGRkYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjQ5MyIgZD0iTTE2LjI3MSA2Ljg3YzMuMjYzLjkzMyA1LjQ3NiAyLjc3NSA1LjQ3NiA0Ljg5MiAwIDEuNi0xLjI3IDMuMDUtMy4zMSA0LjA2TTExLjEzNiAxNy4wMzJjLTUuNzkgMC0xMC4zOS0yLjE5LTEwLjM5LTUuMjcgMC0yLjEyOSAyLjIzMy0zLjk3NiA1LjUyNS00LjkxMyIvPg0KICAgICAgICA8cGF0aCBzdHJva2U9IiNGRkYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjQ5MyIgZD0iTTEwLjE2OSAxNC45MDVsMi41NzQgMi4xNC0yLjU3NCAyLjEzNyIvPg0KICAgICAgICA8cGF0aCBmaWxsPSIjRkZGIiBkPSJNMTIuODA3IDEuNzQyYTEuNTYgMS41NiAwIDEgMC0zLjEyIDAgMS41NiAxLjU2IDAgMCAwIDMuMTIgMCIvPg0KICAgICAgICA8cGF0aCBzdHJva2U9IiNGRkYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIuMzY0IiBkPSJNMTIuODA3IDEuNzQyYTEuNTYgMS41NiAwIDEgMC0zLjEyIDAgMS41NiAxLjU2IDAgMCAwIDMuMTIgMHoiLz4NCiAgICAgICAgPHBhdGggZmlsbD0iI0ZGRiIgZD0iTTguNTE3IDUuMDI0YzAtLjM3NS4zMDctLjY4Mi42ODMtLjY4Mmg0LjA5NGMuMzc2IDAgLjY4My4zMDcuNjgzLjY4MlY3Ljg2YS42ODUuNjg1IDAgMCAxLS42ODMuNjgzSDkuMmEuNjg1LjY4NSAwIDAgMS0uNjgzLS42ODNWNS4wMjR6Ii8+DQogICAgICAgIDxwYXRoIGZpbGw9IiNGRkYiIGQ9Ik0xMC4yNjMgNy4zOTZhLjgyNi44MjYgMCAwIDAtLjY3NC43ODhWMTEuNWMwIC4zNzYuMzA3LjY4My42ODIuNjgzaDEuOTVhLjY4NS42ODUgMCAwIDAgLjY4My0uNjgzVjcuNjY0YS41NjguNTY4IDAgMCAwLS42NzUtLjU3N2wtMS45NjYuMzF6Ii8+DQogICAgPC9nPg0KPC9zdmc+DQo=); }
  .GalleryModal__Thumbs__Slide img {
    border: solid 1px transparent;
    border-radius: 4px;
    height: 11.5vh;
    -o-object-fit: cover;
       object-fit: cover;
    overflow: hidden;
    width: 188px; }
  .is-active .GalleryModal__Thumbs__Slide.Video, .is-active .GalleryModal__Thumbs__Slide.VirtualTour, .is-active .GalleryModal__Thumbs__Slide.Floorplan, .is-active
  .GalleryModal__Thumbs__Slide img {
    border: solid 1px #fff; }
  .GalleryModal__Thumbs__Slide .dragblocker {
    height: 11.5vh;
    left: 0;
    position: absolute;
    top: 0;
    width: 188px; }

.GalleryModal {
  -webkit-animation: fadeIn 0.7s forwards;
          animation: fadeIn 0.7s forwards;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999; }
  .GalleryModal__close {
    cursor: pointer;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    width: 45px; }
    @media (min-width: 768px) {
      .GalleryModal__close {
        right: -45px;
        top: -10px; } }
  .GalleryModal__inner {
    height: 100vh;
    position: relative;
    width: 100vw;
    z-index: 10000; }
    @media (min-width: 768px) {
      .GalleryModal__inner {
        height: calc(100vh - 94px);
        margin: 54px auto 40px;
        position: relative;
        -webkit-transform: translateY(15vh);
                transform: translateY(15vh);
        width: 70%; } }
    .GalleryModal__inner:focus {
      outline: none; }
  .GalleryModal__Carousel {
    background-color: black;
    border-radius: 5px;
    height: 100vh;
    overflow: hidden;
    position: relative;
    width: 100%; }
    @media (min-width: 768px) {
      .GalleryModal__Carousel {
        height: 70vh; } }
    @media (max-width: 767px) {
      .GalleryModal__Carousel__Control {
        display: none; } }
  .GalleryModal__Slider .GalleryModal__Slide {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%; }
    .GalleryModal__Slider .GalleryModal__Slide img {
      max-height: 100%;
      max-width: 100%; }
    .GalleryModal__Slider .GalleryModal__Slide .ZoomableImage {
      height: 100vh;
      overflow: hidden;
      width: calc(100% - 1px); }
      @media (max-width: 767px) {
        .GalleryModal__Slider .GalleryModal__Slide .ZoomableImage .ZoomableImage__Control {
          display: none; } }
    .GalleryModal__Slider .GalleryModal__Slide .BCVideoContainer {
      height: 98%;
      width: 100%; }
    @media (min-width: 768px) {
      .GalleryModal__Slider .GalleryModal__Slide {
        height: 70vh; }
        .GalleryModal__Slider .GalleryModal__Slide .ZoomableImage {
          height: 70vh; } }
    .GalleryModal__Slider .GalleryModal__Slide .VideoPlayer {
      outline: none; }
  .GalleryModal__Caption {
    color: #fff;
    font-size: 0.9375rem;
    height: 55px;
    overflow: hidden;
    padding: 14px 0;
    width: 100%; }
    .GalleryModal__Caption > div {
      display: inline-block;
      width: 50%; }
      .GalleryModal__Caption > div.alignright {
        text-align: right; }
    @media (max-width: 767px) {
      .GalleryModal__Caption {
        left: 0;
        padding: 10px;
        position: absolute;
        top: 0;
        width: 50%; }
        .GalleryModal__Caption > div {
          width: 100%; }
          .GalleryModal__Caption > div.alignleft {
            display: none; }
          .GalleryModal__Caption > div.alignright {
            text-align: left; } }
  .GalleryModal__Thumbs {
    display: none;
    height: 12vh;
    position: relative;
    width: 100%; }
    @media (min-width: 768px) {
      .GalleryModal__Thumbs {
        display: block; } }
    .GalleryModal__Thumbs__Slider {
      position: relative; }
      .GalleryModal__Thumbs__Slider li.js_slide {
        width: auto; }
      .GalleryModal__Thumbs__Slider__Control {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 7px 15px;
        cursor: pointer;
        height: 12vh;
        overflow: hidden;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 50px; }
        .GalleryModal__Thumbs__Slider__Control.Next {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjE3IiB2aWV3Qm94PSIwIDAgOSAxNyI+DQogICAgPHBhdGggZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2U9IiNGRkYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjQ3IiBkPSJNMSAxNmw3LTcuNUwxIDEiLz4NCjwvc3ZnPg0K);
          right: -50px; }
        .GalleryModal__Thumbs__Slider__Control.Prev {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjE3IiB2aWV3Qm94PSIwIDAgOSAxNyI+DQogICAgPHBhdGggZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2U9IiNGRkYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjQ3IiBkPSJNOCAxNkwxIDguNSA4IDEiLz4NCjwvc3ZnPg0K);
          left: -50px; }

@media (min-width: 768px) {
  .ReactModalPortal .GalleryModal:after {
    content: "";
    height: 100vh;
    pointer-events: none;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9998; }
    .can-animate .ReactModalPortal .GalleryModal:after {
      background-color: rgba(0, 0, 0, 0.95); }
  .ReactModal__Body--open .ReactModalPortal .GalleryModal:after {
    -webkit-animation: fadeIn 0.5s forwards;
            animation: fadeIn 0.5s forwards; }
  .ReactModal__Body--open .ReactModalPortal .GalleryModal__inner {
    -webkit-animation: modalGalleryFadeInUp 1s forwards;
            animation: modalGalleryFadeInUp 1s forwards; } }

.LazyImage {
  display: block;
  -webkit-filter: blur(1rem);
          filter: blur(1rem);
  height: 100px;
  opacity: 0.5;
  width: 100px; }
  .LazyImage.loaded {
    -webkit-filter: none;
            filter: none;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out; }

/* --------------------
 $ BREAKPOINTS
 -------------------- */
/* Fonts */
/* Dimensions */
/* Colour Palette */
/* Social Palette */
/* Default styles */
/* typography */
/* for consistent margins, padding etc */
/* For consistent z-indexing */
.PDPMediaGallery {
  margin-bottom: 20px;
  position: relative; }
  @media (max-width: 1023px) {
    .PDPMediaGallery {
      margin-bottom: 0; } }
  .PDPMediaGallery__toolbar {
    display: block;
    margin: 0 0 10px 0;
    padding: 0 105px 0 0;
    position: relative; }
    .PDPMediaGallery__toolbar li {
      background-color: #fff;
      background-position: 10px;
      background-repeat: no-repeat;
      border-radius: 5px;
      -webkit-box-shadow: 0 1px 4px 0 rgba(177, 178, 180, 0.8);
              box-shadow: 0 1px 4px 0 rgba(177, 178, 180, 0.8);
      display: inline-block;
      font-size: 1rem;
      padding: 8px 15px;
      text-decoration: none;
      -webkit-transition: background 0.4s ease;
      transition: background 0.4s ease; }
      .PDPMediaGallery__toolbar li .Icon {
        min-width: 25px; }
      .PDPMediaGallery__toolbar li:hover {
        background-color: #f9f8f6;
        color: #000;
        cursor: pointer; }
    .PDPMediaGallery__toolbar li:not(:last-child) {
      margin-right: 15px; }
    @media (max-width: 1023px) {
      .PDPMediaGallery__toolbar {
        margin: 10px 15px 0; }
        .PDPMediaGallery__toolbar li {
          margin-bottom: 10px; } }
  .PDPMediaGallery__actionbar {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1; }
    .PDPMediaGallery__actionbar .Button {
      border-radius: 40px;
      display: inline-block;
      height: 40px;
      margin-left: 10px;
      padding: 0;
      width: 40px; }
    @media (max-width: 767px) {
      .PDPMediaGallery__actionbar {
        bottom: -50px;
        top: auto; } }
  .PDPMediaGallery__carousel {
    background-color: #f6f5f1;
    height: 276px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    width: 100%; }
    @media (min-width: 1024px) {
      .PDPMediaGallery__carousel {
        border-radius: 5px;
        height: 503px; } }
  .PDPMediaGallery__slider {
    height: 276px;
    width: 100%; }
    @media (min-width: 1024px) {
      .PDPMediaGallery__slider {
        height: 503px; } }
  .PDPMediaGallery__slide {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 276px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%; }
    @media (min-width: 1024px) {
      .PDPMediaGallery__slide {
        height: 503px; } }
    .PDPMediaGallery__slide img {
      cursor: pointer;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      width: 100%; }
    .PDPMediaGallery__slide--fullwidth img {
      -o-object-fit: cover;
         object-fit: cover; }
    .ie .PDPMediaGallery__slide img {
      height: auto;
      max-height: 100%;
      max-width: 100%;
      width: auto; }
    .PDPMediaGallery__slide .BCVideoContainer {
      height: 80%;
      width: 90%; }
  .PDPMediaGallery__download {
    color: #404040;
    text-decoration: none; }

/* --------------------
 $ BREAKPOINTS
 -------------------- */
/* Fonts */
/* Dimensions */
/* Colour Palette */
/* Social Palette */
/* Default styles */
/* typography */
/* for consistent margins, padding etc */
/* For consistent z-indexing */
.PDPFloorPlans {
  min-height: 175px;
  overflow: hidden;
  width: 100%; }
  .PDPFloorPlans__floor {
    margin: 0 auto 20px;
    padding-right: 52px;
    width: 100%; }
    .PDPFloorPlans__floor .ZoomableImage__Controls {
      bottom: inherit;
      -webkit-box-shadow: 0 1px 4px 0 rgba(177, 178, 180, 0.9);
              box-shadow: 0 1px 4px 0 rgba(177, 178, 180, 0.9);
      position: absolute;
      right: -48px;
      top: 2px; }
    .PDPFloorPlans__floor .ZoomableImage img {
      max-height: 100%;
      max-width: 100%; }

/* --------------------
 $ BREAKPOINTS
 -------------------- */
/* Fonts */
/* Dimensions */
/* Colour Palette */
/* Social Palette */
/* Default styles */
/* typography */
/* for consistent margins, padding etc */
/* For consistent z-indexing */
.PDPTabs__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f8f9f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
  overflow-x: auto;
  padding: 24px calc(15px + 10px) 28px;
  white-space: nowrap; }
  @media (min-width: 992px) {
    .PDPTabs__title {
      padding-left: calc(15px + 30px);
      padding-right: calc(15px + 30px); } }
  @media (min-width: 1200px) {
    .PDPTabs__title {
      padding-left: calc(15px + 60px);
      padding-right: calc(15px + 60px); } }
  @media (min-width: 768px) {
    .PDPTabs__title {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  .PDPTabs__title__item {
    color: #b1b2b4;
    cursor: pointer;
    font-size: 1.375rem;
    font-weight: 600;
    line-height: 1.82;
    padding-right: 30px;
    position: relative;
    -webkit-transition: color 0.4s ease;
    transition: color 0.4s ease; }
    .PDPTabs__title__item:after {
      background: #e30613;
      bottom: -1px;
      content: "";
      height: 3px;
      left: 2px;
      position: absolute;
      -webkit-transition: width 0.4s ease;
      transition: width 0.4s ease;
      width: 0; }
    .PDPTabs__title__item.active {
      color: #141414; }
      .PDPTabs__title__item.active:after {
        width: 25px; }

.PDPTabs__content {
  padding-bottom: 75px; }

/* Fonts */
/* Dimensions */
/* Colour Palette */
/* Social Palette */
/* Default styles */
/* typography */
/* for consistent margins, padding etc */
/* For consistent z-indexing */
/* --------------------
 $ BREAKPOINTS
 -------------------- */
.NearByStation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  width: 100%; }
  @media (min-width: 992px) {
    .NearByStation {
      width: 30%; } }
  .NearByStation__types {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    .NearByStation__types span:before {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      content: "";
      display: inline-block;
      margin-right: 5px;
      margin-top: 9px;
      vertical-align: top;
      width: 13px; }
    .NearByStation__types--train_station:before {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTMiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEzIDgiPg0KICAgIDxkZWZzPg0KICAgICAgICA8cGF0aCBpZD0iYSIgZD0iTTAgMGgxM3Y4SDB6Ii8+DQogICAgPC9kZWZzPg0KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+DQogICAgICAgIDxtYXNrIGlkPSJiIiBmaWxsPSIjZmZmIj4NCiAgICAgICAgICAgIDx1c2UgeGxpbms6aHJlZj0iI2EiLz4NCiAgICAgICAgPC9tYXNrPg0KICAgICAgICA8cGF0aCBmaWxsPSIjRDgyMzJBIiBkPSJNOS43NzUgMy4wN2gzLjk0N1YxLjVIOS44NDZMNS4wOC0uNzI2aC0zLjc0bDUuMDYyIDIuMTk0aC03Ljg0N3YxLjU2OWg3LjkxNkwyLjI1NCA0LjkzM2gtMy42OTh2MS41N2gzLjg3Nmw0Ljc2NCAyLjIyNGgzLjc0bC01LjA2LTIuMTkyaDcuODQ2VjQuOTY3SDUuNzU2bC4wNjEtLjAyMUw5Ljc3NSAzLjA3IiBtYXNrPSJ1cmwoI2IpIi8+DQogICAgPC9nPg0KPC9zdmc+DQo=);
      height: 8px; }
    .NearByStation__types--subway_station:before {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDE1IDEzIj4NCiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8cGF0aCBmaWxsPSIjRkZGRkZFIiBkPSJNLjgzNyA3Ljg4aDEzLjI3di0yLjdILjgzOHoiLz4NCiAgICAgICAgPHBhdGggZmlsbD0iI0ZGRkZGRSIgZD0iTTEyLjE1NyA2LjU1NGE0LjYwOCA0LjYwOCAwIDEgMS05LjIxNiAwIDQuNjA4IDQuNjA4IDAgMCAxIDkuMjE2IDAiLz4NCiAgICAgICAgPHBhdGggc3Ryb2tlPSIjRkZGRkZFIiBzdHJva2Utd2lkdGg9IjIuNDU3IiBkPSJNMTIuMTU3IDYuNTU0YTQuNjA4IDQuNjA4IDAgMSAxLTkuMjE2IDAgNC42MDggNC42MDggMCAwIDEgOS4yMTYgMCIvPg0KICAgICAgICA8cGF0aCBmaWxsPSIjRDgyMzJBIiBkPSJNMTIuNTM2IDUuNDc0aDEuMjh2Mi4wNmgtMS4yOGMtLjU1MyAyLjQzLTIuNTY2IDQuMDctNC45OTcgNC4wNy0yLjQzIDAtNC40NTMtMS42NDgtNC45OTUtNC4wN0gxLjI1M3YtMi4wNmgxLjI5Yy41NTMtMi40MyAyLjU2Ni00LjA3IDQuOTk2LTQuMDcgMi40MzEgMCA0LjQ0NCAxLjY0IDQuOTk3IDQuMDd6bS04LjEyMyAyLjA2QzQuOTEgOC45MyA2LjEwOSA5Ljc5NiA3LjUzOSA5Ljc5NnMyLjYyOS0uODY3IDMuMTI3LTIuMjYySDQuNDEzem02LjI1My0yLjA2Yy0uNDk4LTEuMzk1LTEuNjk2LTIuMjYxLTMuMTI3LTIuMjYxLTEuNDMgMC0yLjYyOC44NjYtMy4xMjYgMi4yNjFoNi4yNTN6Ii8+DQogICAgICAgIDxwYXRoIGZpbGw9IiMxMzQ3OEIiIGQ9Ik0xLjI1MyA3LjUzNGgxMi41NjN2LTIuMDZIMS4yNTN6Ii8+DQogICAgPC9nPg0KPC9zdmc+DQo=);
      height: 10px; }
    .NearByStation__types--dlr:before {
      background-image: url(/prefix/_next/static/images/1200px-DLR_roundel-5a71c7c6e61d659668c75aa7bff2bf09.png);
      height: 12px; }
  .NearByStation__block-name {
    display: inline-block;
    max-width: 90%; }
    .NearByStation__block-name__name {
      color: #404040;
      display: inline-block;
      font-size: 0.9375rem;
      font-weight: 600;
      padding: 4px; }
    .NearByStation__block-name__distance {
      display: inline-block;
      font-size: 0.8125rem;
      font-weight: normal; }

/* Fonts */
/* Dimensions */
/* Colour Palette */
/* Social Palette */
/* Default styles */
/* typography */
/* for consistent margins, padding etc */
/* For consistent z-indexing */
/* --------------------
 $ BREAKPOINTS
 -------------------- */
.PDPHelpToBuy {
  background-color: #f8f9f9;
  padding: 20px; }
  @media (min-width: 768px) {
    .PDPHelpToBuy {
      padding: 50px 60px; } }
  .PDPHelpToBuy__title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.375rem;
    font-weight: 600;
    margin-bottom: 10px; }
  .PDPHelpToBuy__text {
    line-height: 1.6;
    margin-bottom: 25px;
    max-width: 100%; }
    @media (min-width: 992px) {
      .PDPHelpToBuy__text {
        width: 50%; } }
  .PDPHelpToBuy__button {
    background-color: #c9c9c9;
    -webkit-box-shadow: 0 1px 4px 0 rgba(177, 178, 180, 0.9);
            box-shadow: 0 1px 4px 0 rgba(177, 178, 180, 0.9); }

/* Fonts */
/* Dimensions */
/* Colour Palette */
/* Social Palette */
/* Default styles */
/* typography */
/* for consistent margins, padding etc */
/* For consistent z-indexing */
/* --------------------
 $ BREAKPOINTS
 -------------------- */
.PDPSharedOwnership {
  background-color: #f8f9f9;
  padding: 20px; }
  @media (min-width: 768px) {
    .PDPSharedOwnership {
      padding: 50px 60px; } }
  .PDPSharedOwnership__title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.375rem;
    font-weight: 600;
    margin-bottom: 10px; }
    .PDPSharedOwnership__title:before {
      background-image: url(/prefix/_next/static/images/shared_ownership-6c1e942742ad1bb101287256066484f4.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      content: "";
      display: inline-block;
      height: 45px;
      margin-right: 10px;
      width: 45px; }
  .PDPSharedOwnership__text {
    line-height: 1.6;
    margin-bottom: 25px;
    max-width: 100%; }
    @media (min-width: 992px) {
      .PDPSharedOwnership__text {
        width: 50%; } }
  .PDPSharedOwnership__button {
    background-color: #c9c9c9;
    -webkit-box-shadow: 0 1px 4px 0 rgba(177, 178, 180, 0.9);
            box-shadow: 0 1px 4px 0 rgba(177, 178, 180, 0.9); }

/* Fonts */
/* Dimensions */
/* Colour Palette */
/* Social Palette */
/* Default styles */
/* typography */
/* for consistent margins, padding etc */
/* For consistent z-indexing */
/* --------------------
 $ BREAKPOINTS
 -------------------- */
.UnitInformations .SRPPropertyListing__sortby-controls {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: auto 0; }
  @media (max-width: 1023px) {
    .UnitInformations .SRPPropertyListing__sortby-controls {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .UnitInformations .SRPPropertyListing__sortby-controls label {
    padding-right: 8px; }

@media (min-width: 1024px) {
  .UnitInformations__Header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

.UnitInformations__Container {
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(177, 178, 180, 0.8);
          box-shadow: 0 1px 4px 0 rgba(177, 178, 180, 0.8);
  margin: 0.5rem 0 1rem 0;
  padding: 15px; }

.UnitInformations__Detail {
  display: grid;
  grid-gap: 0 8px;
  grid-template-areas: "price  icon" "rooms  rooms" "infos  infos" "floorplan  enquiry";
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: 45px auto; }
  .UnitInformations__Detail .area-price {
    grid-area: price; }
  .UnitInformations__Detail .area-icon {
    grid-area: icon; }
  .UnitInformations__Detail .area-rooms {
    grid-area: rooms; }
  .UnitInformations__Detail .area-infos {
    grid-area: infos; }
  .UnitInformations__Detail .area-floorplan {
    grid-area: floorplan; }
  .UnitInformations__Detail .area-enquiry {
    grid-area: enquiry; }
  .UnitInformations__Detail .area-sqft {
    grid-area: sqft; }
  .UnitInformations__Detail .Box__Title {
    color: #141414;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.75rem; }
  .UnitInformations__Detail .Box__Item-Divider {
    border-color: inherit;
    -o-border-image: initial;
       border-image: initial;
    border-style: solid;
    border-width: 0 0 0 1px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    height: auto;
    margin: 0 8px;
    opacity: 0.6;
    overflow: visible; }
  .UnitInformations__Detail .rooms__room {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-size: 25px;
    min-height: 25px; }
    .UnitInformations__Detail .rooms__room__label {
      padding-left: 33px; }
  .UnitInformations__Detail .flex-dynamic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .UnitInformations__Detail .bg-gray {
    background-color: #efefef; }

.UnitInformations__Additional-Detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .UnitInformations__Additional-Detail > div:not(:last-child) {
    margin-right: 10px; }
    .UnitInformations__Additional-Detail > div:not(:last-child):after {
      color: #626468;
      content: "|";
      padding-left: 10px; }

@media (min-width: 1024px) {
  .UnitInformations {
    max-width: calc((100%) * 2 / 3); }
    .UnitInformations .SRPPropertyListing__sortby-controls label {
      padding-right: 16px; }
    .UnitInformations__Detail {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      grid-gap: 0 16px;
      grid-template-areas: "price rooms sqft icon floorplan enquiry" "infos rooms sqft icon floorplan enquiry";
      grid-template-columns: 1fr 1fr 45px 45px 1fr 1fr; }
      .UnitInformations__Detail .rooms__room {
        -ms-flex-preferred-size: calc(100% / 3);
            flex-basis: calc(100% / 3);
        margin: 0; }
      .UnitInformations__Detail .floorplan--red {
        margin-right: 10px; }
      .UnitInformations__Detail .inline-flex {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex; }
      .UnitInformations__Detail .col-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; }
      .UnitInformations__Detail .align-center {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .UnitInformations__Detail .self-stretch {
        -ms-flex-item-align: stretch;
            align-self: stretch; }
      .UnitInformations__Detail .self-dynamic {
        place-self: center; }
      .UnitInformations__Detail .justify-center {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .UnitInformations__Detail .m-0 {
        margin: 0; } }

@charset "UTF-8";
/* --------------------
 $ BREAKPOINTS
 -------------------- */
/* Fonts */
/* Dimensions */
/* Colour Palette */
/* Social Palette */
/* Default styles */
/* typography */
/* for consistent margins, padding etc */
/* For consistent z-indexing */
.PDPDutyCalculator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%; }
  .PDPDutyCalculator__title {
    margin: 0;
    padding: 30px 45px; }
  .PDPDutyCalculator__form {
    background-color: #fff;
    border-radius: 5px; }
    .PDPDutyCalculator__form__controls {
      padding: 0 45px 30px 45px; }
    .PDPDutyCalculator__form__label {
      color: #141414;
      font-size: 1.125rem;
      font-weight: 600; }
    .PDPDutyCalculator__form__price__input {
      padding: 10px 0;
      position: relative; }
      .PDPDutyCalculator__form__price__input:before {
        content: "\A3";
        font-size: 1.1875rem;
        font-weight: 600;
        left: 5px;
        position: absolute;
        top: 15px; }
      .PDPDutyCalculator__form__price__input input {
        border: 1px solid #c5c5c5;
        border-radius: 4px;
        font-size: 1rem;
        font-weight: 300;
        height: 35px;
        outline: none;
        padding-left: 18px;
        width: 100%; }
  .PDPDutyCalculator__result {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #f6f5f1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    line-height: 27px;
    padding: 20px; }
    .PDPDutyCalculator__result--item {
      color: #141414;
      font-weight: 600;
      margin-bottom: 20px; }
    .PDPDutyCalculator__result p, .PDPDutyCalculator__result--label, .PDPDutyCalculator__result--percent {
      font-size: 0.875rem; }
    .PDPDutyCalculator__result--number {
      font-size: 2rem; }

@charset "UTF-8";
/* Fonts */
/* Dimensions */
/* Colour Palette */
/* Social Palette */
/* Default styles */
/* typography */
/* for consistent margins, padding etc */
/* For consistent z-indexing */
/* --------------------
 $ BREAKPOINTS
 -------------------- */
.StampDutyBlock {
  display: grid;
  margin: 0 -15px;
  /* force full width */
  place-items: center;
  text-align: left; }
  @media (min-width: 768px) {
    .StampDutyBlock {
      padding-top: 50px; } }
  .StampDutyBlock p {
    font-size: 1.125rem; }
  .StampDutyBlock__container {
    display: grid;
    max-width: 1100px;
    width: 100%; }
  .StampDutyBlock__heading {
    margin: 0 auto;
    padding: 0;
    text-align: center; }
  .StampDutyBlock__subheading {
    margin: 0 20px; }
    .StampDutyBlock__subheading.StampDutyBlock__subheading {
      text-align: left; }
  .StampDutyBlock__textblock {
    margin: 30px 20px 0; }
  .StampDutyBlock__form {
    margin: 0 auto; }
    @media (min-width: 768px) {
      .StampDutyBlock__form {
        max-width: 420px; } }
    .StampDutyBlock__form__label {
      color: #141414;
      font-size: 1.125rem;
      font-weight: 600; }
    .StampDutyBlock__form__input {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 10px 0;
      position: relative; }
      .StampDutyBlock__form__input:before {
        content: "\A3";
        font-size: 1.1875rem;
        font-weight: 600;
        left: 5px;
        position: absolute;
        top: 20px; }
      .StampDutyBlock__form__input input {
        border: 1px solid #c5c5c5;
        border-radius: 4px;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 150px;
                flex: 1 1 150px;
        font-size: 1rem;
        font-weight: 300;
        height: 45px;
        outline: none;
        padding-left: 18px;
        width: 60%; }
      .StampDutyBlock__form__input .primary {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 80px;
                flex: 1 1 80px;
        margin-top: 15px; }
        @media (min-width: 768px) {
          .StampDutyBlock__form__input .primary {
            margin: 0;
            margin-left: 30px; } }
        @media (max-width: 767px) {
          .StampDutyBlock__form__input .primary {
            margin-top: 0; } }
  .StampDutyBlock__result {
    max-height: 0;
    max-width: 100%;
    overflow: hidden;
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s; }
    .StampDutyBlock__result__details {
      border-radius: 5px;
      -webkit-box-shadow: 0 1px 4px 0 rgba(177, 178, 180, 0.9);
              box-shadow: 0 1px 4px 0 rgba(177, 178, 180, 0.9);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 20px;
      padding: 20px; }
      @media (max-width: 767px) {
        .StampDutyBlock__result__details {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
          .StampDutyBlock__result__details :nth-child(1) {
            -webkit-box-ordinal-group: 1;
                -ms-flex-order: 0;
                    order: 0; }
          .StampDutyBlock__result__details :nth-child(2) {
            -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                    order: 2; }
          .StampDutyBlock__result__details :nth-child(3) {
            -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                    order: 1; }
          .StampDutyBlock__result__details :nth-child(4) {
            -webkit-box-ordinal-group: 4;
                -ms-flex-order: 3;
                    order: 3; } }
    .StampDutyBlock__result__item {
      color: #141414;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%;
      font-weight: 600;
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        .StampDutyBlock__result__item {
          -webkit-box-flex: 1;
              -ms-flex: 1 0 50%;
                  flex: 1 0 50%; } }
    .StampDutyBlock__result__label {
      font-size: 0.875rem; }
    .StampDutyBlock__result__number {
      font-size: 1.375rem; }
      .StampDutyBlock__result__number__small {
        font-size: 1.125rem;
        font-weight: 600; }
    .StampDutyBlock__result__how {
      color: #383838;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      font-size: 0.875rem;
      margin: -20px;
      padding: 0 20px 20px 20px; }
      .StampDutyBlock__result__how__disclaimer {
        font-style: italic; }
    .StampDutyBlock__result__row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media (min-width: 768px) {
        .StampDutyBlock__result__row {
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row; }
          .StampDutyBlock__result__row > div:last-child {
            margin-left: 6px; } }
    .StampDutyBlock__result__carousel {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .StampDutyBlock__result__carousel .is--clickMore {
        -ms-flex-item-align: end;
            align-self: flex-end; }
      .StampDutyBlock__result__carousel .ContentPage__block--light {
        background-color: #fff;
        padding: 0; }
      .StampDutyBlock__result__carousel .CarouselBlock__heading {
        -ms-flex-item-align: start;
            align-self: flex-start;
        margin: 0 20px; }
      .StampDutyBlock__result__carousel .CarouselBlock__control--dots {
        margin: 15px 0; }
      .StampDutyBlock__result__carousel .CarouselBlock__slide {
        display: grid;
        grid-gap: 1rem;
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); }
      .StampDutyBlock__result__carousel .ContentPage__item.is-StampDutyBlock {
        margin: 0;
        overflow: hidden;
        position: relative; }
        .StampDutyBlock__result__carousel .ContentPage__item.is-StampDutyBlock .ContentPage__item--media-wrapper {
          position: relative; }
          .StampDutyBlock__result__carousel .ContentPage__item.is-StampDutyBlock .ContentPage__item--media-wrapper .ContentPage__item--image {
            border-radius: 5px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            max-height: 150px;
            overflow: hidden; }
            .StampDutyBlock__result__carousel .ContentPage__item.is-StampDutyBlock .ContentPage__item--media-wrapper .ContentPage__item--image img {
              -o-object-fit: cover;
                 object-fit: cover; }

/* Fonts */
/* Dimensions */
/* Colour Palette */
/* Social Palette */
/* Default styles */
/* typography */
/* for consistent margins, padding etc */
/* For consistent z-indexing */
/* --------------------
 $ BREAKPOINTS
 -------------------- */
.StampDutyModal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0; }
  @media (max-width: 899px) {
    .StampDutyModal {
      height: calc(100% - 60px);
      max-width: 100%;
      -webkit-overflow-scrolling: touch;
      width: 100%; } }

/* Fonts */
/* Dimensions */
/* Colour Palette */
/* Social Palette */
/* Default styles */
/* typography */
/* for consistent margins, padding etc */
/* For consistent z-indexing */
/* --------------------
 $ BREAKPOINTS
 -------------------- */
.text-center {
  text-align: center; }

.MortgageForm {
  padding: 0.83em 0;
  text-align: left;
  /* Custom Slider style */
  /* TODO: Use one of the selectors from https://stackoverflow.com/a/20541859/7077589 and figure out
  how to remove the vertical space around the range input in IE */ }
  .MortgageForm .ValidationWrapper {
    position: relative; }
    .MortgageForm .ValidationWrapper:after {
      bottom: -8px;
      top: inherit; }
    .MortgageForm .ValidationWrapper__message {
      bottom: -8px;
      top: inherit; }
  .MortgageForm .FormElements {
    /* tooltip arrow */ }
    .MortgageForm .FormElements__Grid {
      row-gap: 15px; }
    .MortgageForm .FormElements__label {
      font-size: 1.125rem;
      position: relative; }
    .MortgageForm .FormElements__help {
      color: #626468;
      display: block;
      font-size: 1rem;
      font-weight: normal; }
    .MortgageForm .FormElements__input-affix-wrapper {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border: 1px solid rgba(177, 178, 180, 0.75);
      border-radius: 4px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      padding: 0 11px;
      width: 100%; }
      .MortgageForm .FormElements__input-affix-wrapper .FormElements__textbox {
        border: none; }
    .MortgageForm .FormElements__input-prefix, .MortgageForm .FormElements__input-suffix {
      font-size: 1.125rem;
      font-weight: 600; }
    .MortgageForm .FormElements__field-wrapper .Button {
      margin-top: 15px;
      text-transform: capitalize;
      width: 100%; }
    .MortgageForm .FormElements__textbox--hidden {
      height: 0;
      visibility: hidden;
      width: 0; }
    .MortgageForm .FormElements__slider__data {
      text-align: center; }
    .MortgageForm .FormElements__slider__value {
      font-size: 1.5rem;
      font-weight: 600; }
    .MortgageForm .FormElements__slider__control {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-left: 15px; }
    .MortgageForm .FormElements__tooltip {
      height: 15px;
      margin: 0 6px;
      position: absolute;
      width: 15px; }
    .MortgageForm .FormElements__tooltip:before {
      background: #303030;
      border-radius: 10px;
      color: #faf9f7;
      content: attr(data-text);
      left: 100%;
      margin-left: 15px;
      min-width: 200px;
      opacity: 0;
      padding: 10px;
      pointer-events: none;
      position: absolute;
      text-align: center;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transition: 0.3s opacity ease-in-out;
      transition: 0.3s opacity ease-in-out;
      z-index: 1; }
    .MortgageForm .FormElements__tooltip:after {
      border: 5px solid #303030;
      border-color: transparent #303030 transparent transparent;
      content: "";
      left: 100%;
      margin-left: 5px;
      opacity: 0;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transition: 0.3s opacity ease-in-out;
      transition: 0.3s opacity ease-in-out; }
    .MortgageForm .FormElements__tooltip:hover:before {
      opacity: 1; }
    .MortgageForm .FormElements__tooltip:hover:after {
      opacity: 1; }
  .MortgageForm .invalid .FormElements__input-affix-wrapper {
    border-color: #e30613;
    color: #e30613; }
  .MortgageForm .valid .FormElements__input-affix-wrapper {
    border-color: #34aa61;
    color: #34aa61; }
  .MortgageForm input[type="range"] {
    -webkit-appearance: none;
    background: #b1b2b4;
    border-radius: 15px;
    cursor: pointer;
    height: 7.5px;
    opacity: 0.95;
    outline: none;
    /* Remove outline */
    -webkit-transition: 0.2s;
    /* 0.2 seconds transition on hover */
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    width: 100%; }
  .MortgageForm input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: #e30613;
    border: 0.8px solid #e30613;
    border-radius: 50%;
    cursor: pointer;
    height: 15px;
    width: 15px; }
  .MortgageForm input[type="range"]::-ms-thumb {
    -webkit-appearance: none;
    background: #e30613;
    border: 0.8px solid #e30613;
    border-radius: 50%;
    cursor: pointer;
    height: 15px;
    width: 15px;
    /* Needed to keep the Edge thumb centred */ }
  .MortgageForm input[type="range"]:hover {
    opacity: 1; }
  .MortgageForm input[type="range"]:focus {
    outline: none; }
  @supports (-ms-ime-align: auto) {
    .MortgageForm {
      /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */ }
      .MortgageForm input[type="range"] {
        margin: 0;
        /* Edge starts the margin from the thumb, not the track as other browsers do */ } }

/* --------------------
 $ BREAKPOINTS
 -------------------- */
/* Fonts */
/* Dimensions */
/* Colour Palette */
/* Social Palette */
/* Default styles */
/* typography */
/* for consistent margins, padding etc */
/* For consistent z-indexing */
.ResultPage {
  display: grid;
  font-family: Source Sans Pro, Helvetica Neue, helvetica, arial, sans-serif;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  padding: 0 35px; }
  @media (min-width: 1024px) {
    .ResultPage {
      grid-gap: 3rem; } }
  .ResultPage__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left; }
  @media (min-width: 1024px) {
    .ResultPage__container:first-of-type {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; } }
  .ResultPage__mortgage {
    align-self: center;
    border: 5px solid red;
    border-radius: 50%;
    display: grid;
    font-size: 2.5rem;
    font-weight: 600;
    height: 250px;
    margin: auto;
    place-items: center;
    width: 250px; }
    .ResultPage__mortgage-label {
      display: block;
      font-size: 1.25rem;
      font-weight: normal;
      text-align: center; }
    .ResultPage__mortgage-recap {
      margin-top: 15px;
      text-align: center; }
      .ResultPage__mortgage-recap span {
        font-weight: bold; }
    .ResultPage__mortgage-button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 30px; }
      .ResultPage__mortgage-button .Button {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 75%; }
        @media (min-width: 1024px) {
          .ResultPage__mortgage-button .Button {
            width: 50%; } }
        .ResultPage__mortgage-button .Button img,
        .ResultPage__mortgage-button .Button svg {
          margin-right: 7.5px; }
        .ResultPage__mortgage-button .Button.secondary {
          border: 1px solid #e30613; }
  .ResultPage__content {
    display: grid;
    /* Copy from olm-components Button */ }
    .ResultPage__content .Button {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      background-color: #e30613;
      border: 0;
      border-radius: 5px;
      color: #fff;
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-family: Source Sans Pro, Helvetica Neue, helvetica, arial, sans-serif;
      font-size: 0.9375rem;
      font-weight: 600;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      line-height: 1.5;
      padding: 9px 15px 10px;
      place-self: center;
      text-decoration: none;
      -webkit-transition: background 0.4s ease;
      transition: background 0.4s ease;
      width: 75%; }
      @media (min-width: 1024px) {
        .ResultPage__content .Button {
          width: 50%; } }
      .ResultPage__content .Button img {
        margin-right: 8px; }
    .ResultPage__content .Button,
    .ResultPage__content .Button:active,
    .ResultPage__content .Button:hover {
      outline: none; }
  .ResultPage__content:not(:first-of-type) {
    margin-top: 45px; }
  .ResultPage__content:last-of-type {
    margin-bottom: 45px; }
  .ResultPage__disclaimer {
    margin-bottom: 7.5px;
    opacity: 0.75;
    text-align: left; }
    @media (min-width: 768px) {
      .ResultPage__disclaimer.sm {
        display: none;
        visibility: hidden; } }
    .ResultPage__disclaimer.md {
      display: none;
      visibility: hidden; }
      @media (min-width: 768px) {
        .ResultPage__disclaimer.md {
          -webkit-box-align: end;
              -ms-flex-align: end;
                  align-items: flex-end;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          visibility: visible; } }

/* --------------------
 $ BREAKPOINTS
 -------------------- */
/* Fonts */
/* Dimensions */
/* Colour Palette */
/* Social Palette */
/* Default styles */
/* typography */
/* for consistent margins, padding etc */
/* For consistent z-indexing */
.ResultPageForm {
  -webkit-box-shadow: 0 1px 4px 0 rgba(177, 178, 180, 0.8);
          box-shadow: 0 1px 4px 0 rgba(177, 178, 180, 0.8);
  padding: 15px;
  /* 15px */
  /*
    button should look the same width and stay centered across the whole layout page
    The surrounding elements have a 75% / 50% width aligned center.
    Account for padding added from ResultPageForm 15px/30px to get the same width and centering.
  */ }
  @media (min-width: 1024px) {
    .ResultPageForm {
      padding: 30px;
      /* 30px */ } }
  .ResultPageForm button.submit {
    margin-left: calc(((100% - 75%) / 2) - 15px);
    width: calc(75% + 22.5px); }
    @media (min-width: 1024px) {
      .ResultPageForm button.submit {
        margin-left: calc(25% - 15px);
        width: calc(50% + 30px); } }
  .ResultPageForm button:disabled {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: rgba(227, 6, 19, 0.7);
    cursor: default;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    pointer-events: none; }
  .ResultPageForm .FormElements__field-wrapper {
    position: relative; }
  .ResultPageForm .LoadingSpinner.bg-white .LoadingSpinner__double-bounce1,
  .ResultPageForm .LoadingSpinner.bg-white .LoadingSpinner__double-bounce2 {
    background-color: #fff; }

/* Fonts */
/* Dimensions */
/* Colour Palette */
/* Social Palette */
/* Default styles */
/* typography */
/* for consistent margins, padding etc */
/* For consistent z-indexing */
/* --------------------
 $ BREAKPOINTS
 -------------------- */
.MortgageCalculator__container {
  -webkit-box-shadow: 0 1px 4px 0 rgba(177, 178, 180, 0.8);
          box-shadow: 0 1px 4px 0 rgba(177, 178, 180, 0.8);
  display: grid;
  min-height: 400px;
  place-items: center;
  width: 100%; }
  @media (min-width: 1024px) {
    .MortgageCalculator__container {
      min-height: 600px;
      width: 62%; } }

/* Fonts */
/* Dimensions */
/* Colour Palette */
/* Social Palette */
/* Default styles */
/* typography */
/* for consistent margins, padding etc */
/* For consistent z-indexing */
/* --------------------
 $ BREAKPOINTS
 -------------------- */
.SingleImageBlock {
  max-width: 100%;
  width: 100%; }
  .SingleImageBlock__img {
    display: block;
    max-width: 100%;
    width: 100%; }

.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 1400px) {
    .center {
      display: block; } }

.NavigationTypeBlock {
  display: grid;
  grid-gap: 20px;
  grid-template-areas: "b b r" "b b r" "b b l" "s s l" "s s pm" "s s pm";
  height: 550px;
  padding: 60px; }
  .NavigationTypeBlock a {
    text-decoration: none; }
  .NavigationTypeBlock__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
    position: relative; }
    .NavigationTypeBlock__item__title {
      font-size: 40px;
      font-weight: 700;
      text-shadow: 0 0 10px #000;
      z-index: 1; }
    .NavigationTypeBlock__item__image {
      background-size: cover;
      bottom: 0;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
    .NavigationTypeBlock__item:hover .NavigationTypeBlock__item__image {
      -webkit-transform: scale(1.02);
              transform: scale(1.02); }
  .NavigationTypeBlock__buy {
    grid-area: b; }
  .NavigationTypeBlock__sell {
    grid-area: s; }
  .NavigationTypeBlock__let {
    grid-area: l; }
  .NavigationTypeBlock__management {
    grid-area: pm; }
  .NavigationTypeBlock__rent {
    grid-area: r; }

.NavigationTypeButton > div {
  height: 200px; }

@media (max-width: 768px) {
  .NavigationTypeBlock {
    grid-template-areas: "b" "s" "l" "pm" "r"; }
    .NavigationTypeBlock__item__title {
      font-size: 24px; } }

/* Fonts */
/* Dimensions */
/* Colour Palette */
/* Social Palette */
/* Default styles */
/* typography */
/* for consistent margins, padding etc */
/* For consistent z-indexing */
/* --------------------
 $ BREAKPOINTS
 -------------------- */
.RelatedArticles {
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  background-color: #f6f5f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 2% 8%;
  position: relative; }
  @media (max-width: 1023px) {
    .RelatedArticles {
      padding: 2% 5%; } }
  .RelatedArticles > h3 {
    color: #404040;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    -webkit-transition: color 0.4s ease;
    transition: color 0.4s ease; }
    .RelatedArticles > h3:hover {
      color: #ea454e;
      text-decoration: underline; }
  .RelatedArticles > h2 {
    font-size: 1.75rem;
    line-height: 2.75rem;
    margin: 0 0 15px;
    padding: 0 15px;
    width: 100%; }
    @media (max-width: 1023px) {
      .RelatedArticles > h2 {
        font-size: 1.375rem;
        line-height: 1.75rem;
        margin: 0; } }
  .RelatedArticles .BlogPost {
    padding: 30px 15px; }
    .ie11 .RelatedArticles .BlogPost {
      max-width: 300px; }
    .RelatedArticles .BlogPost .BlogPost__image {
      height: 180px; }
      .RelatedArticles .BlogPost .BlogPost__image img {
        height: 180px;
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%; }
        .ie11 .RelatedArticles .BlogPost .BlogPost__image img {
          border-radius: 5px;
          width: auto; }
    @media (min-width: 1024px) {
      .RelatedArticles .BlogPost {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 25%;
                flex: 0 1 25%; } }
    @media (max-width: 1023px) {
      .RelatedArticles .BlogPost {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 25%;
                flex: 0 1 25%; } }
    @media (max-width: 767px) {
      .RelatedArticles .BlogPost {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 50%;
                flex: 0 1 50%; } }
    @media (max-width: 575px) {
      .RelatedArticles .BlogPost {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 100%;
                flex: 0 1 100%; }
        .RelatedArticles .BlogPost .BlogPost__image {
          height: 214px; }
          .RelatedArticles .BlogPost .BlogPost__image img {
            height: 214px;
            -o-object-fit: cover;
               object-fit: cover;
            width: 100%; }
            .ie11 .RelatedArticles .BlogPost .BlogPost__image img {
              border-radius: 5px;
              width: auto; } }
  .RelatedArticles__centeredTitle {
    text-align: center; }

.SelectedPropertiesCarousel__title {
  font-size: 3rem;
  font-weight: 200;
  margin-bottom: 5px;
  text-align: center; }

.SelectedPropertiesCarousel__description {
  font-size: 1.9rem !important;
  font-weight: 200;
  margin-top: 0;
  text-align: center; }

/* --------------------
 $ BREAKPOINTS
 -------------------- */
.NavigationButtons {
  margin: 0 auto;
  padding: 25px;
  width: 70%; }
  .NavigationButtons a {
    text-decoration: none; }
  .NavigationButtons__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative; }
    .NavigationButtons__item__title {
      font-size: 40px;
      font-weight: 700;
      text-shadow: 0 0 10px #000;
      z-index: 1; }
    .NavigationButtons__item button {
      width: 175px; }
      @media (max-width: 767px) {
        .NavigationButtons__item button {
          width: 100%; } }

.NavigationTypeButton {
  display: block;
  height: 100%; }
  .NavigationTypeButton > div {
    height: 200px; }

.propertiesCarousel {
  position: relative; }

.title {
  padding: 0 15px; }

.centeredTitle {
  text-align: center; }

/* Fonts */
/* Dimensions */
/* Colour Palette */
/* Social Palette */
/* Default styles */
/* typography */
/* for consistent margins, padding etc */
/* For consistent z-indexing */
/* --------------------
 $ BREAKPOINTS
 -------------------- */
.FlipCard {
  background-color: transparent;
  height: 331px;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  width: 379px; }
  @media (max-width: 1420px) {
    .FlipCard {
      height: 300px;
      -webkit-perspective: 1000px;
              perspective: 1000px;
      width: 344px; } }
  .FlipCard__inner {
    height: 100%;
    height: 281px;
    position: relative;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.75, 0, 0.85, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.75, 0, 0.85, 1);
    transition: transform 0.8s cubic-bezier(0.75, 0, 0.85, 1);
    transition: transform 0.8s cubic-bezier(0.75, 0, 0.85, 1), -webkit-transform 0.8s cubic-bezier(0.75, 0, 0.85, 1);
    width: 100%;
    z-index: 2; }
    @media (max-width: 1420px) {
      .FlipCard__inner {
        height: 255px; } }
  .FlipCard__enabled {
    cursor: pointer; }
  .FlipCard__front {
    -webkit-backface-visibility: hidden;
    /* Safari */
    backface-visibility: hidden;
    font-size: 3.75rem;
    font-weight: 400;
    height: 100%;
    position: absolute;
    width: 100%; }
    .FlipCard__front img {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%; }
  .FlipCard__back {
    -webkit-backface-visibility: hidden;
    /* Safari */
    backface-visibility: hidden;
    height: 100%;
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
    width: 100%; }
    .FlipCard__back img {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%; }
  .FlipCard__flipped {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg); }
  .FlipCard__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 60px;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    padding: 10px;
    position: relative;
    -webkit-transform: translate(0, -60px);
            transform: translate(0, -60px);
    -webkit-transition: -webkit-transform 0.25s;
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
    z-index: 1; }
    .FlipCard__buttons a {
      text-decoration: none; }
    :hover > .FlipCard__buttons {
      -webkit-transform: none;
              transform: none; }

.FlipCards {
  padding: 20px 0; }
  .FlipCards__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px 45px;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    max-width: 1300px; }
  .FlipCards__text-block > .TextBlock__body {
    font-size: 1.25rem;
    line-height: 1.7; }
  .FlipCards__text-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 45px;
    height: 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px;
    position: relative; }
    .FlipCards__text-buttons a,
    .FlipCards__text-buttons button {
      width: 140px; }
    .FlipCards__text-buttons a {
      text-decoration: none; }

.CardHeroImage {
  gap: 20px;
  padding: 20px 0; }
  @media (min-width: 1200px) {
    .CardHeroImage__mobile {
      display: none; } }
  @media (max-width: 1200px) {
    .CardHeroImage__desktop {
      display: none; } }
  .CardHeroImage__container {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    width: 40vw; }
    @media (min-width: 1200px) {
      .CardHeroImage__container {
        width: 1265px; } }
    @media (max-width: 1023px) {
      .CardHeroImage__container {
        width: auto; } }
  .CardHeroImage img {
    backdrop-filter: blur(3px);
    height: 300px;
    -o-object-fit: contain;
       object-fit: contain;
    width: 40vw; }
    @media (min-width: 1200px) {
      .CardHeroImage img {
        width: 100%; } }
    @media (max-width: 1023px) {
      .CardHeroImage img {
        width: auto; } }

/* Fonts */
/* Dimensions */
/* Colour Palette */
/* Social Palette */
/* Default styles */
/* typography */
/* for consistent margins, padding etc */
/* For consistent z-indexing */
/* use for simple icon button - removes native button styling and relies on interior <span className="jll-icon *icon-name*"/> */
/* --------------------
 $ BREAKPOINTS
 -------------------- */
.MiniHeroBlock {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 100px 35px 50px; }
  @media (max-width: 767px) {
    .MiniHeroBlock {
      padding: 50px 35px; } }
  .MiniHeroBlock__title {
    font-size: 1.5rem !important;
    margin: 0 0 20px; }
  .MiniHeroBlock__heading {
    font-size: 1.25rem !important;
    line-height: 1.7;
    margin: 0 0 45px;
    padding: 0 20vw; }
  .MiniHeroBlock__body {
    font-size: 1rem;
    line-height: 1.7;
    margin: 0 0 45px;
    max-width: 70vw; }
  @media (max-width: 767px) {
    .MiniHeroBlock__buttons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%; } }
  .MiniHeroBlock__buttons button {
    margin-bottom: 15px;
    margin-left: 6px;
    margin-right: 6px; }
    @media (max-width: 767px) {
      .MiniHeroBlock__buttons button {
        width: 100%; } }

/* Fonts */
/* Dimensions */
/* Colour Palette */
/* Social Palette */
/* Default styles */
/* typography */
/* for consistent margins, padding etc */
/* For consistent z-indexing */
/* --------------------
 $ BREAKPOINTS
 -------------------- */
.ContentPage {
  background-position: center center;
  background-size: contain;
  margin: -15px;
  min-height: calc(100vh - 137.5px); }
  .ContentPage p {
    font-size: 1.125rem; }
  .ContentPage.hiddenOverflow {
    overflow: hidden; }
  .ContentPage.displayNone {
    display: none; }
  .ContentPage__title {
    font-size: 2.375rem; }
  .ContentPage__subheading {
    font-size: 1.25rem;
    text-align: center; }
  .ContentPage a[target="_blank"]:after {
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
    margin: 0 3px 0 5px; }
  .ContentPage .FormBlock {
    border-radius: 5px;
    max-width: 500px;
    padding: 0;
    position: absolute;
    right: 40px;
    top: 80px;
    z-index: 1; }
    .ContentPage .FormBlock .FormElements__textarea {
      min-height: unset;
      resize: none;
      width: 100% !important; }
    .ContentPage .FormBlock .FormBlock__privacy-policy {
      display: none; }
  @media (max-width: 1023px) {
    .ContentPage .FormBlock {
      max-width: unset;
      padding: 20px 0;
      position: unset; }
      .ContentPage .FormBlock .FormElements__textarea {
        resize: both; }
      .ContentPage .FormBlock .FormBlock__privacy-policy {
        display: unset; } }

/* Fonts */
/* Dimensions */
/* Colour Palette */
/* Social Palette */
/* Default styles */
/* typography */
/* for consistent margins, padding etc */
/* For consistent z-indexing */
/* --------------------
 $ BREAKPOINTS
 -------------------- */
/*
	The styles are defined in MortgageCalculator.
	This is mainly to override few props to adapt it to PDP.
*/
.PDPMortgageCalculator__title {
  margin-top: 0; }

.PDPMortgageCalculator__controls {
  padding: 30px 45px; }

.PDPMortgageCalculator .ResultPage {
  background-color: #f6f5f1;
  padding-bottom: 30px; }
  .PDPMortgageCalculator .ResultPage__container {
    width: 100%; }
    .PDPMortgageCalculator .ResultPage__container p:first-of-type {
      font-size: 1.125rem;
      font-weight: 600;
      text-align: center; }
  .PDPMortgageCalculator .ResultPage__mortgage {
    border: none;
    border-radius: none;
    height: auto;
    width: auto; }
  .PDPMortgageCalculator .ResultPage__link {
    margin: 15px 0; }

/* Fonts */
/* Dimensions */
/* Colour Palette */
/* Social Palette */
/* Default styles */
/* typography */
/* for consistent margins, padding etc */
/* For consistent z-indexing */
/* --------------------
 $ BREAKPOINTS
 -------------------- */
.MortgageModal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 50vw;
  padding: 0; }
  @media (max-width: 899px) {
    .MortgageModal {
      height: 100%;
      max-width: 100%;
      -webkit-overflow-scrolling: touch;
      width: 100%; } }

/* Fonts */
/* Dimensions */
/* Colour Palette */
/* Social Palette */
/* Default styles */
/* typography */
/* for consistent margins, padding etc */
/* For consistent z-indexing */
/* --------------------
 $ BREAKPOINTS
 -------------------- */
.PDPMediaGallery__button--icon-tools {
  position: absolute;
  right: 0;
  top: 0; }
  .PDPMediaGallery__button--icon-tools span {
    color: #404040;
    stroke: #e30613; }

@media (min-width: 992px) {
  .ToolsSection {
    max-width: calc(100% * 2 / 3 - 15px); } }

.ToolsSection__Cards {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.ToolsSection__Card {
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(177, 178, 180, 0.8);
          box-shadow: 0 1px 4px 0 rgba(177, 178, 180, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 30px 0;
  padding: 15px;
  width: 100%; }
  @media (min-width: 576px) {
    .ToolsSection__Card {
      max-width: 50%; }
      .ToolsSection__Card:not(:last-of-type) {
        margin-right: 30px;
        max-width: calc(100% / 2 - 30px); } }
  .ToolsSection__Card--header {
    margin-top: 0; }
  .ToolsSection__Card--icon {
    margin-right: 15px; }
  .ToolsSection__Card--description {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    font-size: 0.9375rem; }
  .ToolsSection__Card--button {
    background-color: #e30613;
    color: #faf9f7;
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-weight: 600;
    margin: 15px auto 0 auto;
    width: 100%; }
    .ToolsSection__Card--button:hover {
      background-color: #ea454e; }

/* Fonts */
/* Dimensions */
/* Colour Palette */
/* Social Palette */
/* Default styles */
/* typography */
/* for consistent margins, padding etc */
/* For consistent z-indexing */
/* --------------------
 $ BREAKPOINTS
 -------------------- */
.keyFacts .item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  line-height: 1.5rem;
  text-transform: capitalize; }
  @media (max-width: 767px) {
    .keyFacts .item {
      grid-template-rows: repeat(2, 1fr); } }
  @media (min-width: 1024px) {
    .keyFacts .item {
      grid-template-columns: repeat(24, 1fr); } }

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

@media (max-width: 767px) {
  .keyFacts .start-1 {
    grid-row-start: 1; } }

@media (min-width: 1024px) {
  .keyFacts .start-1 {
    grid-column-start: 1; } }

@media (max-width: 767px) {
  .keyFacts .end-1 {
    grid-row-end: 1; } }

@media (min-width: 1024px) {
  .keyFacts .end-1 {
    grid-column-end: 1; } }

@media (max-width: 767px) {
  .keyFacts .start-2 {
    grid-row-start: 2; } }

@media (min-width: 1024px) {
  .keyFacts .start-2 {
    grid-column-start: 2; } }

@media (max-width: 767px) {
  .keyFacts .end-2 {
    grid-row-end: 2; } }

@media (min-width: 1024px) {
  .keyFacts .end-2 {
    grid-column-end: 2; } }

@media (max-width: 767px) {
  .keyFacts .start-3 {
    grid-row-start: 3; } }

@media (min-width: 1024px) {
  .keyFacts .start-3 {
    grid-column-start: 3; } }

@media (max-width: 767px) {
  .keyFacts .end-3 {
    grid-row-end: 3; } }

@media (min-width: 1024px) {
  .keyFacts .end-3 {
    grid-column-end: 3; } }

@media (max-width: 767px) {
  .keyFacts .start-4 {
    grid-row-start: 4; } }

@media (min-width: 1024px) {
  .keyFacts .start-4 {
    grid-column-start: 4; } }

@media (max-width: 767px) {
  .keyFacts .end-4 {
    grid-row-end: 4; } }

@media (min-width: 1024px) {
  .keyFacts .end-4 {
    grid-column-end: 4; } }

@media (max-width: 767px) {
  .keyFacts .start-5 {
    grid-row-start: 5; } }

@media (min-width: 1024px) {
  .keyFacts .start-5 {
    grid-column-start: 5; } }

@media (max-width: 767px) {
  .keyFacts .end-5 {
    grid-row-end: 5; } }

@media (min-width: 1024px) {
  .keyFacts .end-5 {
    grid-column-end: 5; } }

@media (max-width: 767px) {
  .keyFacts .start-6 {
    grid-row-start: 6; } }

@media (min-width: 1024px) {
  .keyFacts .start-6 {
    grid-column-start: 6; } }

@media (max-width: 767px) {
  .keyFacts .end-6 {
    grid-row-end: 6; } }

@media (min-width: 1024px) {
  .keyFacts .end-6 {
    grid-column-end: 6; } }

@media (max-width: 767px) {
  .keyFacts .start-7 {
    grid-row-start: 7; } }

@media (min-width: 1024px) {
  .keyFacts .start-7 {
    grid-column-start: 7; } }

@media (max-width: 767px) {
  .keyFacts .end-7 {
    grid-row-end: 7; } }

@media (min-width: 1024px) {
  .keyFacts .end-7 {
    grid-column-end: 7; } }

@media (max-width: 767px) {
  .keyFacts .start-8 {
    grid-row-start: 8; } }

@media (min-width: 1024px) {
  .keyFacts .start-8 {
    grid-column-start: 8; } }

@media (max-width: 767px) {
  .keyFacts .end-8 {
    grid-row-end: 8; } }

@media (min-width: 1024px) {
  .keyFacts .end-8 {
    grid-column-end: 8; } }

@media (max-width: 767px) {
  .keyFacts .start-9 {
    grid-row-start: 9; } }

@media (min-width: 1024px) {
  .keyFacts .start-9 {
    grid-column-start: 9; } }

@media (max-width: 767px) {
  .keyFacts .end-9 {
    grid-row-end: 9; } }

@media (min-width: 1024px) {
  .keyFacts .end-9 {
    grid-column-end: 9; } }

@media (max-width: 767px) {
  .keyFacts .start-10 {
    grid-row-start: 10; } }

@media (min-width: 1024px) {
  .keyFacts .start-10 {
    grid-column-start: 10; } }

@media (max-width: 767px) {
  .keyFacts .end-10 {
    grid-row-end: 10; } }

@media (min-width: 1024px) {
  .keyFacts .end-10 {
    grid-column-end: 10; } }

@media (max-width: 767px) {
  .keyFacts .start-11 {
    grid-row-start: 11; } }

@media (min-width: 1024px) {
  .keyFacts .start-11 {
    grid-column-start: 11; } }

@media (max-width: 767px) {
  .keyFacts .end-11 {
    grid-row-end: 11; } }

@media (min-width: 1024px) {
  .keyFacts .end-11 {
    grid-column-end: 11; } }

@media (max-width: 767px) {
  .keyFacts .start-12 {
    grid-row-start: 12; } }

@media (min-width: 1024px) {
  .keyFacts .start-12 {
    grid-column-start: 12; } }

@media (max-width: 767px) {
  .keyFacts .end-12 {
    grid-row-end: 12; } }

@media (min-width: 1024px) {
  .keyFacts .end-12 {
    grid-column-end: 12; } }

@media (max-width: 767px) {
  .keyFacts .start-13 {
    grid-row-start: 13; } }

@media (min-width: 1024px) {
  .keyFacts .start-13 {
    grid-column-start: 13; } }

@media (max-width: 767px) {
  .keyFacts .end-13 {
    grid-row-end: 13; } }

@media (min-width: 1024px) {
  .keyFacts .end-13 {
    grid-column-end: 13; } }

@media (max-width: 767px) {
  .keyFacts .start-14 {
    grid-row-start: 14; } }

@media (min-width: 1024px) {
  .keyFacts .start-14 {
    grid-column-start: 14; } }

@media (max-width: 767px) {
  .keyFacts .end-14 {
    grid-row-end: 14; } }

@media (min-width: 1024px) {
  .keyFacts .end-14 {
    grid-column-end: 14; } }

@media (max-width: 767px) {
  .keyFacts .start-15 {
    grid-row-start: 15; } }

@media (min-width: 1024px) {
  .keyFacts .start-15 {
    grid-column-start: 15; } }

@media (max-width: 767px) {
  .keyFacts .end-15 {
    grid-row-end: 15; } }

@media (min-width: 1024px) {
  .keyFacts .end-15 {
    grid-column-end: 15; } }

@media (max-width: 767px) {
  .keyFacts .start-16 {
    grid-row-start: 16; } }

@media (min-width: 1024px) {
  .keyFacts .start-16 {
    grid-column-start: 16; } }

@media (max-width: 767px) {
  .keyFacts .end-16 {
    grid-row-end: 16; } }

@media (min-width: 1024px) {
  .keyFacts .end-16 {
    grid-column-end: 16; } }

@media (max-width: 767px) {
  .keyFacts .start-17 {
    grid-row-start: 17; } }

@media (min-width: 1024px) {
  .keyFacts .start-17 {
    grid-column-start: 17; } }

@media (max-width: 767px) {
  .keyFacts .end-17 {
    grid-row-end: 17; } }

@media (min-width: 1024px) {
  .keyFacts .end-17 {
    grid-column-end: 17; } }

@media (max-width: 767px) {
  .keyFacts .start-18 {
    grid-row-start: 18; } }

@media (min-width: 1024px) {
  .keyFacts .start-18 {
    grid-column-start: 18; } }

@media (max-width: 767px) {
  .keyFacts .end-18 {
    grid-row-end: 18; } }

@media (min-width: 1024px) {
  .keyFacts .end-18 {
    grid-column-end: 18; } }

@media (max-width: 767px) {
  .keyFacts .start-19 {
    grid-row-start: 19; } }

@media (min-width: 1024px) {
  .keyFacts .start-19 {
    grid-column-start: 19; } }

@media (max-width: 767px) {
  .keyFacts .end-19 {
    grid-row-end: 19; } }

@media (min-width: 1024px) {
  .keyFacts .end-19 {
    grid-column-end: 19; } }

@media (max-width: 767px) {
  .keyFacts .start-20 {
    grid-row-start: 20; } }

@media (min-width: 1024px) {
  .keyFacts .start-20 {
    grid-column-start: 20; } }

@media (max-width: 767px) {
  .keyFacts .end-20 {
    grid-row-end: 20; } }

@media (min-width: 1024px) {
  .keyFacts .end-20 {
    grid-column-end: 20; } }

@media (max-width: 767px) {
  .keyFacts .start-21 {
    grid-row-start: 21; } }

@media (min-width: 1024px) {
  .keyFacts .start-21 {
    grid-column-start: 21; } }

@media (max-width: 767px) {
  .keyFacts .end-21 {
    grid-row-end: 21; } }

@media (min-width: 1024px) {
  .keyFacts .end-21 {
    grid-column-end: 21; } }

@media (max-width: 767px) {
  .keyFacts .start-22 {
    grid-row-start: 22; } }

@media (min-width: 1024px) {
  .keyFacts .start-22 {
    grid-column-start: 22; } }

@media (max-width: 767px) {
  .keyFacts .end-22 {
    grid-row-end: 22; } }

@media (min-width: 1024px) {
  .keyFacts .end-22 {
    grid-column-end: 22; } }

@media (max-width: 767px) {
  .keyFacts .start-23 {
    grid-row-start: 23; } }

@media (min-width: 1024px) {
  .keyFacts .start-23 {
    grid-column-start: 23; } }

@media (max-width: 767px) {
  .keyFacts .end-23 {
    grid-row-end: 23; } }

@media (min-width: 1024px) {
  .keyFacts .end-23 {
    grid-column-end: 23; } }

@media (max-width: 767px) {
  .keyFacts .start-24 {
    grid-row-start: 24; } }

@media (min-width: 1024px) {
  .keyFacts .start-24 {
    grid-column-start: 24; } }

@media (max-width: 767px) {
  .keyFacts .end-24 {
    grid-row-end: 24; } }

@media (min-width: 1024px) {
  .keyFacts .end-24 {
    grid-column-end: 24; } }

/* Fonts */
/* Dimensions */
/* Colour Palette */
/* Social Palette */
/* Default styles */
/* typography */
/* for consistent margins, padding etc */
/* For consistent z-indexing */
/* --------------------
 $ BREAKPOINTS
 -------------------- */
@media (max-width: 767px) {
  .embedForm .FormElements__Grid {
    padding: 0 15px;
    padding-bottom: 40px; } }

@media (max-width: 1023px) {
  .embedForm__phoneWrapper {
    margin-bottom: 10px; } }

.embedForm__phoneWrapper__formNumber {
  color: black; }

.embedForm .RadioGroup {
  border: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  padding-bottom: 8px;
  width: 100%; }
  .embedForm .RadioGroup .RadioGroup__Fields-Wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 7px;
    position: relative; }
    .embedForm .RadioGroup .RadioGroup__Fields-Wrapper:last-child {
      margin-right: 0; }
  .embedForm .RadioGroup .RadioGroup__Input {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    position: absolute; }
  .embedForm .RadioGroup .RadioGroup__Label {
    background-color: #f8f9f9;
    border: 0;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(177, 178, 180, 0.8);
            box-shadow: 0 1px 4px 0 rgba(177, 178, 180, 0.8);
    cursor: pointer;
    font-size: 0.75rem;
    font-weight: normal;
    line-height: 1.5;
    outline: none;
    padding: 8px 10px;
    text-align: center; }
    .embedForm .RadioGroup .RadioGroup__Label:active, .embedForm .RadioGroup .RadioGroup__Label:hover {
      background-color: #dbd6c7;
      outline: none; }
    .embedForm .RadioGroup .RadioGroup__Label .title {
      color: #303030;
      font-size: 0.75rem;
      font-weight: 600;
      line-height: 1.75rem; }
  .embedForm .RadioGroup .RadioGroup__Input:checked + .RadioGroup__Label {
    background-color: #b1b2b4; }

.embedForm .ValidationWrapper.invalid {
  white-space: nowrap; }
  .embedForm .ValidationWrapper.invalid .RadioGroup {
    border: 1px solid #e30613; }

.embedForm .FormElements__textarea {
  display: block !important;
  min-height: auto; }

.embedForm .FormElements__DayCalendar__main {
  padding-top: 0; }

/* --------------------
 $ BREAKPOINTS
 -------------------- */
/* Fonts */
/* Dimensions */
/* Colour Palette */
/* Social Palette */
/* Default styles */
/* typography */
/* for consistent margins, padding etc */
/* For consistent z-indexing */
.FormInDetailsCard .MobileModalWrapper {
  opacity: unset;
  overflow: unset;
  position: unset;
  visibility: unset; }

.FormInDetailsCard .FormElements__Grid .FormElements__field-wrapper:not(:last-child) {
  margin-bottom: 12px; }

.FormInDetailsCard .jll-icon.close--black {
  display: none; }

.FormInDetailsCard .FormElements__label[for=userAction],
.FormInDetailsCard .FormElements__select[id=userAction] {
  display: none; }

.FormInDetailsCard .FormElements__label .RadioGroup__Legend {
  margin-bottom: 12px; }

.FormInDetailsCard .RadioGroup__Label {
  margin: 0 3px; }

.FormInDetailsCard .FormElements__textarea {
  display: none; }

@media (min-width: 1024px) {
  .FormInDetailsCard .FormElements__column-container {
    padding: 5px; }
  .FormInDetailsCard .ContactFormModal__disclaimer {
    display: none; } }

@media (max-width: 1023px) {
  .FormInDetailsCard .ContactFormModal__disclaimer {
    margin: 10px 0;
    max-width: 452px;
    padding: 10px; } }

@media (max-width: 767px) {
  .FormInDetailsCard .ArrangeViewForm .FormElements__Grid {
    max-width: unset;
    padding: 10px 0;
    width: 100%; }
  .FormInDetailsCard .ContactFormModal__disclaimer {
    max-width: unset;
    width: 100%; } }

/* Fonts */
/* Dimensions */
/* Colour Palette */
/* Social Palette */
/* Default styles */
/* typography */
/* for consistent margins, padding etc */
/* For consistent z-indexing */
/* --------------------
 $ BREAKPOINTS
 -------------------- */
.PropertyDetailsPage {
  padding-left: 10px;
  padding-right: 10px; }
  .PropertyDetailsPage .content-width {
    margin-left: calc(-15px - 10px);
    margin-right: calc(-15px - 10px); }
  @media (min-width: 992px) {
    .PropertyDetailsPage {
      padding-left: 30px;
      padding-right: 30px; }
      .PropertyDetailsPage .content-width {
        margin-left: calc(-15px - 30px);
        margin-right: calc(-15px - 30px); } }
  @media (min-width: 1200px) {
    .PropertyDetailsPage {
      padding-left: 60px;
      padding-right: 60px; }
      .PropertyDetailsPage .content-width {
        margin-left: calc(-15px - 60px);
        margin-right: calc(-15px - 60px); } }
  @media (max-width: 767px) {
    .PropertyDetailsPage {
      padding-bottom: 60px; } }
  .PropertyDetailsPage .PropertyTransit {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAABGdBTUEAALGPC/xhBQAACFZJREFUWAmtWF1sXMUVnpm73l3jn/w1JsVEqAqkIk5AgEgar3eXOFLSJJjwFyOVqA8lJEXAW9SnthgEpZXyUKnwEKUFqVJbyZUaFdLQ4Dhb/62bNPQBcFFDKjWENY5FNrEj2+td33v6fXf32jde77VpO9LdOzPnOz9z5sw5c1err9A6OjrMhg07IqsapaFKqa1G66RWKqaUvkNENPqXRKt+5Th/gdjBQqEw2tPTkwefs1Q1kLF4S6VSoaqqqgatdaso8zA0wwh1exAnDPxMKelTYt5xnELfyMjIaHt7ux3EQ9qiBp0+ffrW6urqRwB9Vmn9YElgAcpGRdR1CLgK30xoEQfSakFfCewKvBvwhF28SK+j5Jcz+fx727Zt+9Kdq/ATaFBvb3qzsfQP4JEnivyShRFDUNwvtj6TN86nEZHs8PDw9LVr12T9+vURY8wKy7LuFG1tN0riWEQTeFeRX5T82i6oI8lk80dFeeW/Cxp09OjRqrs3btxrKf0SBG4EWwGG9Gvl/C6X0ye3b2/OlIsqn8FWrwmFw7uM0k9DThyIsCh1Vmzp6O5+//2FYqvMIMZLKBztMFq9CAH1iIV/YmWvwd3vwt3Xy9UuPgOZy61w+NuWNj8G+m48V8WRn7W0NB9BHzbOtfkG6YGBgcdF6bcRwHVK5G8zSg4nY7HeOZb/vtff39+ijHUESrfAjiwi/DuJ5uZTfonGP0DMPAhjXqYx8Mx521Yv/L+MoZ6WlhakBPsFLhSBv9JS6pWenvQmvw2zHuJpilbXvFkMYLk4I3IIxpwhuLOz02pobLwfead+SuSjnbHYqF9Ipf6pgYGGaq03OSLjo5nM371j39fX95CxrGMwah0DvTA9fdg7fa6HGDfRaE0bjHkMnrFxgH8KY1KeottuW/tsSOluI+pPtUq/2d2dbvRold7EEEse8lKGh43H4z3IlK9jDHvU/qqqyA4mXdK9LVujtRzkGC47i6TyrgvGjwvU8hi3EU8EOWdXJKK+C9Ksd9Gf3zQxxJKHvAoyPKUAy6TICWzdX0HDYVbfTyaTzFvKEAQLE0x6CPcJJLA/lG+JRqUoNlhRA7P3wqtubvHm/W+XBoyLnSXMyeAUdVAXdcKoOE5hC6a1W5tgDDIxmsgnzszMO27f96NB8A3pmk2hSORbmFvISxplZjNozF+zbb4MElxd0Mm+UYaLjJjVq6dvZW1i7ED8ebjuIgGLtFu06CcQnMvn47q6uuqVMY/f7J35qOLY1QWd1A2DmTi/hu2KcjUM0izcwFN1kzcw9jWZAplZGtlB7RPLSqLv95KO1tTEQX3KxbhY8lRsdD11ZrFLa8Ph8BYEtSQwQaE3jMinFVldgr4KAQh4+Rc9YETv93uJfcw9jZioJaaI1VeDZJZ03gAGB1IlUWY0g4ltfGpq6otid+FfLEdQ1QeKioiRPfASPew2x5j7AHmUA2JcLA92QKNOLG6sCDGJEOLnGxxgEidRcgG8BFWhBmUR48dFmwPwRB1cfBAlIT0xMeEg3xzAAqOQc0OJcxyW1CFaZ0/oQrJLOt1tpS10EzI4VoSowg0vcDXEwQvh4WFzHoo/4BgLedhGyojW1d2Lub2cI40YYt1xwA91UjchtIWJ8DMO8K6ura2NsB/ULBGrvb0ZFcT5PXDjeMKo4s+HRPN2cAvnSCOGWIwDG3VSN0HY4suIKXW2yAH3G+Nmy0AJJaLY9nHwfugORfYiVJ5kn3OklWCLvoo6kcnJq9U5g5hIsY+nHjFxJwlLaYlE4gtRrpcmwWfhCYFvknOkLUUGMSWd9W5fJGVwAR/EAPdjWYXa8xAJS21w8dtzHna9c5ZzS+Uv4vQ26oZrRx3HSZtcLjcMd5/jCrWozUjfgV8TfmW43+A02T+He0f4sO/O+UEBfXwirQXf5pJ3z01OTmbM4ODglHLUH10+XMhRaPcEyCgjDQ0NvYf7ylN82C8DBExYVngPjNlACDx9YmxsLBdCtXdQU7rD4cjH2NCNyAX7kHE7cWe5NitLF1MDToN2tPauLC750KFDBXR6Z7G+DrEAgw2tJMMjQ8cKXHn2gbAMc5+gf5oXOFf4hQsXMrgKHAMB31Y6LsbsdEXgBwbDeHUO+zyNdVzSjvMPTC+pFbFyibyUQVklRjjG2gVdrBI4V86vMpnMZdKK1qPDG16kWh/DxC7472PgDsZiMQa8OnnyZD3aA7Ztfw5vLlLvyDHXECd34Tvt9vHx8Q92797NvKV60unmkKij3BHoOpNT8r3tsdgl0mYNcoEDAwlc396C+euwqj57Rj0f9FFHnq/aent77zFW6A3oiMP1l3EQnsFB6PLk3BQPqa6ufmSnl+BX9xYXCqk3sNdbPPD/+qYsywr9omgM6qbIyygdKb/cmzxEArYnUl+//FVcU58DsQbGfYi08OqN69dPeS73C1hKn1teu2zZDtwKf4hDcy+8n9PYiUxGDrPE+GWUGURi0agVT6K4/Air+SYFYHf78Cn923w+/2d8soz4hVTq8zMIxW0nlO8HJgFZUbz/jTD+STab/U1bW9vkfN4FDSIIJ8K0tu7caizFPxvcOzf2/EsczyFHdD8uRinU6Yv+PxuampqiCPzlqE/rcIpa4WXcHqUJhqx2FYt04676uj093YNFzcw3huOKBnlgBOHXcUoexYk4APj9pfk83iw3YxDg/h2DaojKIzWYX4n7BO7a0gBDIsQDN4QbxlvwbicM+ZxzldqiBpER5YSFc00oFGlFpmvDMrbCuMZKQkvzV1iSEIMnnEKh68qVKxkkPi4ksC3JIE8Ct5F/6fFLBZ9BW8GcxNMM4+4AhkZnYERaOTpl2/k06yTLgfcJ7ckJev8Hnvu+z3hRqBYAAAAASUVORK5CYII=);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.6875rem;
    margin: 4px 0 19px;
    padding: 0 0 0 30px;
    white-space: normal; }
  .PropertyDetailsPage h2 {
    color: #404040;
    font-size: 1.75rem;
    margin: 1.25em 0; }
  .PropertyDetailsPage__lastModifiedDate {
    font-style: italic;
    padding-bottom: 20px; }
  .PropertyDetailsPage__main-content {
    position: relative; }
  .PropertyDetailsPage__amenities {
    padding-bottom: 4em; }
    @media (min-width: 992px) {
      .PropertyDetailsPage__amenities {
        width: 50%; } }
  @media (min-width: 992px) {
    .PropertyDetailsPage__CardContainer {
      position: absolute;
      right: 0;
      top: 0;
      z-index: 10; }
      .PropertyDetailsPage__CardContainer > * {
        background-color: #fff;
        border: solid 0.5px #e2e3e3;
        border-radius: 10px;
        -webkit-box-shadow: 0 0 5px 1px #e2e3e3;
                box-shadow: 0 0 5px 1px #e2e3e3;
        max-width: 460px;
        padding: 15px; }
      .PropertyDetailsPage__CardContainer .PDPDetailsCard {
        margin-bottom: 0; }
      .PropertyDetailsPage__CardContainer.sticky {
        position: fixed;
        right: 0;
        top: calc(10px + 65px);
        width: 33.33%; } }
    @media (min-width: 992px) and (min-width: 992px) {
      .PropertyDetailsPage__CardContainer.sticky {
        right: 42px;
        width: calc(33.33% - 28px); } }
    @media (min-width: 992px) and (min-width: 1200px) {
      .PropertyDetailsPage__CardContainer.sticky {
        right: 72px;
        width: calc(33.33% - 47px); } }
  @media (min-width: 992px) {
      .PropertyDetailsPage__CardContainer.anchored-bottom {
        bottom: 20px;
        right: 0;
        top: unset; } }
  .PropertyDetailsPage__NearRenderMap {
    width: 60%; }
    @media (max-width: 767px) {
      .PropertyDetailsPage__NearRenderMap {
        width: 80%; } }
    @media (max-width: 575px) {
      .PropertyDetailsPage__NearRenderMap {
        width: 100%; } }
  .PropertyDetailsPage__media-gallery {
    position: relative; }
    .PropertyDetailsPage__media-gallery.exclusive .PropertyLabel:first-child {
      background-color: #dbb132;
      color: #fff; }
    .PropertyDetailsPage__media-gallery .FavouriteIcon {
      left: 18px;
      position: absolute;
      top: 18px; }
    @media (max-width: 767px) {
      .PropertyDetailsPage__media-gallery {
        margin-left: -25px;
        margin-right: -25px; } }
  .PropertyDetailsPage__labels {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    right: 12px;
    top: 12px; }
  .PropertyDetailsPage__overview h2 {
    margin-bottom: 0.5em; }
  .PropertyDetailsPage__description {
    padding-top: 37px;
    width: 100%; }
    @media (min-width: 992px) {
      .PropertyDetailsPage__description {
        padding-top: 45px;
        width: 50%; } }
    .PropertyDetailsPage__description h2 {
      line-height: 1.43;
      margin-top: 0; }
      @media (min-width: 992px) {
        .PropertyDetailsPage__description h2 {
          line-height: 1.43; } }
    .PropertyDetailsPage__description p {
      font-size: 1.0625rem;
      line-height: 1.59em;
      white-space: pre-wrap; }
    .PropertyDetailsPage__description a[target="_blank"]:after {
      content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
      margin: 0 3px 0 5px; }
    .PropertyDetailsPage__description ul {
      margin-bottom: 30px; }
    .PropertyDetailsPage__description ul li {
      margin: 15px 0; }
  .PropertyDetailsPage__downloads_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .PropertyDetailsPage__downloads_content__downloads_item {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-radius: 5px;
      -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.75);
              box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.75);
      color: black;
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 40px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 5px 7px 5px 0;
      min-width: 100px;
      padding: 0 5px;
      text-align: center;
      text-decoration: none; }
      .PropertyDetailsPage__downloads_content__downloads_item:after {
        content: "" !important; }
  .PropertyDetailsPage__collapse-toggle {
    border-bottom: 1px solid #b1b2b4;
    color: #404040;
    cursor: pointer;
    display: inline-block;
    margin: 20px 0 20px;
    padding-bottom: 5px; }
  .PropertyDetailsPage__breadcrumbs {
    padding: 30px 15px; }
    @media (max-width: 767px) {
      .PropertyDetailsPage__breadcrumbs {
        padding: 15px; } }
  .PropertyDetailsPage__property-nav-container {
    display: inline-block;
    padding: 15px 0; }
    @media (min-width: 1024px) {
      .PropertyDetailsPage__property-nav-container {
        padding: 30px 0; } }
    .PropertyDetailsPage__property-nav-container__right {
      display: inline-block;
      padding: 15px 0;
      position: absolute;
      right: 0; }
      @media (min-width: 1024px) {
        .PropertyDetailsPage__property-nav-container__right {
          padding: 30px 0;
          right: 15px;
          text-align: right; } }
      .PropertyDetailsPage__property-nav-container__right em {
        font-style: normal; }
  .PropertyDetailsPage__property-nav--next, .PropertyDetailsPage__property-nav--prev {
    cursor: pointer;
    display: inline-block;
    font-size: 0.9375rem;
    padding-right: 8px; }
    .PropertyDetailsPage__property-nav--next span, .PropertyDetailsPage__property-nav--prev span {
      background-position: left center;
      background-repeat: no-repeat;
      background-size: 15px 15px;
      display: inline-block;
      height: 15px;
      margin-right: 5px;
      overflow: hidden;
      position: relative;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease;
      vertical-align: -3px;
      width: 15px; }
  .PropertyDetailsPage__property-nav--next {
    padding-left: 8px;
    text-align: right; }
    a .PropertyDetailsPage__property-nav--next {
      color: #404040; }
    .PropertyDetailsPage__property-nav--next span {
      background-position: right center;
      margin-left: 5px;
      right: 0; }
  .PropertyDetailsPage__property-nav--prev span {
    left: 0; }
  a .PropertyDetailsPage__property-nav--prev {
    color: #404040; }
  .PropertyDetailsPage__property-nav--prev:hover span {
    left: -2px; }
  .PropertyDetailsPage__property-nav--next:hover span {
    right: -2px; }
  .PropertyDetailsPage__energy-rating {
    min-width: 265px; }
    .PropertyDetailsPage__energy-rating img {
      display: block;
      max-width: 100%; }
    .PropertyDetailsPage__energy-rating p {
      line-height: 1.7em; }
  .PropertyDetailsPage__energy-rating-button {
    margin-top: 25px; }
  .PropertyDetailsPage__streetview-image {
    max-width: 434px;
    padding-bottom: 30px; }
    .PropertyDetailsPage__streetview-image h2 {
      margin-top: 3em; }
    .PropertyDetailsPage__streetview-image img {
      display: block;
      max-width: 100%; }
  .PropertyDetailsPage__broker-cta button:first-child {
    margin-right: 10px; }
  @media (max-width: 345px) {
    .PropertyDetailsPage__broker-cta button {
      font-size: 4vw; } }
  .PropertyDetailsPage__related-properties {
    background-color: #f6f5f1; }
  .PropertyDetailsPage__space-availability {
    margin-top: 60px;
    padding-bottom: 30px;
    width: 100%; }
    @media (max-width: 767px) {
      .PropertyDetailsPage__space-availability {
        margin-top: 50px; } }
    @media (min-width: 992px) {
      .PropertyDetailsPage__space-availability {
        padding-left: 30px;
        padding-right: 30px; } }
    @media (min-width: 1200px) {
      .PropertyDetailsPage__space-availability {
        padding-left: 60px;
        padding-right: 60px; } }
  .PropertyDetailsPage__location-description {
    font-size: 1.0625rem;
    line-height: 1.8em;
    margin-bottom: 30px;
    margin-top: 0; }
  .PropertyDetailsPage__mainspec {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .PropertyDetailsPage__mainspec .mainspec-item {
      font-size: inherit;
      font-weight: inherit; }
    .PropertyDetailsPage__mainspec.normal-case .squareMeters .mainspec-item__name {
      text-transform: none; }
  .PropertyDetailsPage__flex-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .PropertyDetailsPage__NearByStation, .PropertyDetailsPage__NearByAirport {
    margin: 40px 0; }
    @media (max-width: 1023px) {
      .PropertyDetailsPage__NearByStation, .PropertyDetailsPage__NearByAirport {
        margin: 0 0; } }
    @media (min-width: 992px) {
      .PropertyDetailsPage__NearByStation, .PropertyDetailsPage__NearByAirport {
        width: 50%; } }
    .PropertyDetailsPage__NearByStation .show-for-tablet-below, .PropertyDetailsPage__NearByAirport .show-for-tablet-below {
      display: none; }
      @media (max-width: 1023px) {
        .PropertyDetailsPage__NearByStation .show-for-tablet-below, .PropertyDetailsPage__NearByAirport .show-for-tablet-below {
          display: block; } }
    .PropertyDetailsPage__NearByStation .show-for-desktop, .PropertyDetailsPage__NearByAirport .show-for-desktop {
      display: none; }
      @media (min-width: 1024px) {
        .PropertyDetailsPage__NearByStation .show-for-desktop, .PropertyDetailsPage__NearByAirport .show-for-desktop {
          display: block; } }
    .PropertyDetailsPage__NearByStation--link, .PropertyDetailsPage__NearByAirport--link {
      color: #404040;
      cursor: pointer;
      font-size: 15px;
      position: relative; }
      @media (min-width: 768px) {
        .PropertyDetailsPage__NearByStation--link, .PropertyDetailsPage__NearByAirport--link {
          display: none; } }
      .PropertyDetailsPage__NearByStation--link:after, .PropertyDetailsPage__NearByAirport--link:after {
        background-color: #b1b2b4;
        bottom: -5px;
        content: "";
        height: 1px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        width: 100%; }
    .PropertyDetailsPage__NearByStation h3, .PropertyDetailsPage__NearByAirport h3 {
      font-size: 22px;
      font-weight: 600;
      margin: 0 0 22px;
      width: 100%; }
  .PropertyDetailsPage .PDPDutyCalculator {
    padding-top: 10px; }

.PDPMapContainer {
  background-color: #f8f9f9;
  border-radius: 6px;
  height: 500px;
  margin-top: 45px;
  overflow: hidden;
  position: relative;
  width: 100%; }
  @media (min-width: 992px) {
    .PDPMapContainer {
      margin-top: 60px;
      width: 60%; } }
  .PDPMapContainer .PDPMapControlErrorIcon {
    display: inline-block;
    height: 14px;
    margin-right: 5px;
    overflow: hidden;
    vertical-align: -2px;
    width: 12px; }

.PDPPlainList {
  list-style-type: none; }

.resizable {
  -webkit-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out; }

/* --------------------
 $ BREAKPOINTS
 -------------------- */
/* Fonts */
/* Dimensions */
/* Colour Palette */
/* Social Palette */
/* Default styles */
/* typography */
/* for consistent margins, padding etc */
/* For consistent z-indexing */
.table-wrapper {
  display: grid;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  margin-bottom: 10px;
  padding: 0; }

.summary-title {
  color: #e30613;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 30px; }

.block__description {
  color: #000;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.59em; }

.block__title {
  color: #000;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; }

.developerLogo {
  padding-top: 10px; }
  .developerLogo img {
    height: 56px;
    -o-object-fit: scale-down;
       object-fit: scale-down; }

@media (max-width: 767px) {
  .table-wrapper {
    display: grid;
    grid-column-gap: 40px;
    grid-row-gap: 28px;
    grid-template-columns: repeat(2, 1fr); }
  .summary-title {
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 13px; }
  .block__title {
    font-size: 17px;
    line-height: 21px; }
  .block:last-child {
    grid-row: span 2 / span 2; }
  .block:nth-last-child(2) {
    grid-row: span 1 / span 1; }
  .block:nth-last-child(3) {
    grid-row: span 3 / span 3; } }

/* Fonts */
/* Dimensions */
/* Colour Palette */
/* Social Palette */
/* Default styles */
/* typography */
/* for consistent margins, padding etc */
/* For consistent z-indexing */
/* --------------------
 $ BREAKPOINTS
 -------------------- */
.PDPDepositUnlocked {
  background-color: #f8f9f9;
  padding: 20px; }
  @media (min-width: 768px) {
    .PDPDepositUnlocked {
      padding: 50px 60px; } }
  .PDPDepositUnlocked__title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.375rem;
    font-weight: 600;
    margin-bottom: 10px; }
    .PDPDepositUnlocked__title:before {
      background-image: url(/prefix/_next/static/images/Deposit_unlock_sticker-a3a9abf8d9f1edd440878df002814b03.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      content: "";
      display: inline-block;
      height: 45px;
      margin-right: 10px;
      width: 45px; }
  .PDPDepositUnlocked__text {
    line-height: 1.6;
    margin-bottom: 25px;
    max-width: 100%; }
    @media (min-width: 992px) {
      .PDPDepositUnlocked__text {
        width: 50%; } }
  .PDPDepositUnlocked__button {
    background-color: #c9c9c9;
    -webkit-box-shadow: 0 1px 4px 0 rgba(177, 178, 180, 0.9);
            box-shadow: 0 1px 4px 0 rgba(177, 178, 180, 0.9); }

/* Fonts */
/* Dimensions */
/* Colour Palette */
/* Social Palette */
/* Default styles */
/* typography */
/* for consistent margins, padding etc */
/* For consistent z-indexing */
/* --------------------
 $ BREAKPOINTS
 -------------------- */
.PDPDepositBoost {
  background-color: #f8f9f9;
  padding: 20px; }
  @media (min-width: 768px) {
    .PDPDepositBoost {
      padding: 50px 60px; } }
  .PDPDepositBoost__title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.375rem;
    font-weight: 600;
    margin-bottom: 10px; }
    .PDPDepositBoost__title:before {
      background-image: url(/prefix/_next/static/images/Deposit_Boost_sticker-a4dfd358118fac67df13ac10f3d6b64e.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      content: "";
      display: inline-block;
      height: 45px;
      margin-right: 10px;
      width: 45px; }
  .PDPDepositBoost__text {
    line-height: 1.6;
    margin-bottom: 25px;
    max-width: 100%; }
    @media (min-width: 992px) {
      .PDPDepositBoost__text {
        width: 50%; } }
  .PDPDepositBoost__button {
    background-color: #c9c9c9;
    -webkit-box-shadow: 0 1px 4px 0 rgba(177, 178, 180, 0.9);
            box-shadow: 0 1px 4px 0 rgba(177, 178, 180, 0.9); }

/* Fonts */
/* Dimensions */
/* Colour Palette */
/* Social Palette */
/* Default styles */
/* typography */
/* for consistent margins, padding etc */
/* For consistent z-indexing */
/* --------------------
 $ BREAKPOINTS
 -------------------- */
.PDPFirstHomes {
  background-color: #f8f9f9;
  padding: 20px; }
  @media (min-width: 768px) {
    .PDPFirstHomes {
      padding: 50px 60px; } }
  .PDPFirstHomes__title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.375rem;
    font-weight: 600;
    margin-bottom: 10px; }
    .PDPFirstHomes__title:before {
      background-image: url(/prefix/_next/static/images/First_homes-3b6ee2ae9959a087904dc75a15eab1ab.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      content: "";
      display: inline-block;
      height: 45px;
      margin-right: 10px;
      width: 45px; }
  .PDPFirstHomes__text {
    line-height: 1.6;
    margin-bottom: 25px;
    max-width: 100%; }
    @media (min-width: 992px) {
      .PDPFirstHomes__text {
        width: 50%; } }
  .PDPFirstHomes__button {
    background-color: #c9c9c9;
    -webkit-box-shadow: 0 1px 4px 0 rgba(177, 178, 180, 0.9);
            box-shadow: 0 1px 4px 0 rgba(177, 178, 180, 0.9); }

/* Fonts */
/* Dimensions */
/* Colour Palette */
/* Social Palette */
/* Default styles */
/* typography */
/* for consistent margins, padding etc */
/* For consistent z-indexing */
/* --------------------
 $ BREAKPOINTS
 -------------------- */
.Unsubscribe.Container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 768px;
  min-height: calc(100vh - 65px - 116px);
  overflow: hidden;
  width: 100%; }

.Unsubscribe .Page {
  width: 100%; }

.Unsubscribe .ImageWrapper {
  height: 250px;
  width: 100%; }

.Unsubscribe .Title {
  text-align: center; }

.Unsubscribe .SubTitle {
  text-align: center; }

.Unsubscribe .InputWrapper {
  padding: 5px 0; }
  .Unsubscribe .InputWrapper .ValidationWrapper.invalid:after {
    display: none; }

.Unsubscribe .ButtonWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 0; }
  .Unsubscribe .ButtonWrapper .Button {
    min-width: 300px; }

.Unsubscribe .SelectAllButton {
  border: 1px #e0dddd99 solid !important; }

.Unsubscribe .GroupperTextWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0; }

.Unsubscribe .LinkText {
  background: #fff;
  color: red;
  cursor: pointer;
  margin-left: 5px;
  padding: 0;
  text-decoration: none; }

.Unsubscribe .LoadingWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%; }

.Unsubscribe .Table {
  border-collapse: collapse;
  margin-top: 15px; }
  .Unsubscribe .Table tr td {
    padding: 5px; }
    .Unsubscribe .Table tr td:first-child {
      font-weight: bold; }
    .Unsubscribe .Table tr td:last-child {
      margin-left: 10px; }

.Unsubscribe .AlertsContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.Unsubscribe .CheckBoxWrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #e0dddd99;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px;
  padding: 15px 25px; }

.Unsubscribe .NoResult {
  background: #d2d3d4;
  border-radius: 5px;
  margin: 10px 50px;
  padding: 50px;
  text-align: center; }

