/* compiled by scssphp 1.10.2 on Fri, 01 May 2026 09:40:42 +0000 (0.0531s) */

/* Harcourts Property SCSS document */
/* Variable defaults */
/* Typography */
/* Typography responsive */
/* Colors */
/* headings */
/* Headings responsive */
/* H1 heading */
/* H1 heading responsive */
/* H2 heading */
/* H2 heading responsive */
/* H3 heading */
/* H2 heading responsive */
/* H4 heading */
/* H4 heading responsive */
/* Images */
/* Videos */
/* Forms */
/* Forms responsive */
/* Buttons */
/* Buttons responsive */
/* Grids */
/* Grids responsive */
/* Layout */
/* Layout responsive */
/* Header */
/* Header responsive */
/* Navigation */
/* Navigation responsive */
/* Rotator */
/* Rotator responsive */
/* Footer */
/* Footer responsive */
/* Offcanvas */
/* Offcanvas responsive */
/* Responsive Sizes */
/* Grid Percentages */
/* Harcourts common SCSS document */
/* Select arrows */
/* Font reset */
/* All from mobile up (responsive all) */
@media all {
  /* Top Bar */
  /* Intro */
  /* Breadcrumb */
  /* Image Grid */
  /* Property icons */
  /* Next open home */
  /* Open Homes */
  /* Map */
  /* Agents */
  /* Form */
  /* Image grid lightbox */
  /* Anchor */
  /* Property Details Block */
  .property-details-top-bar {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 25px;
    width: 100%;
    height: 1px;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    background-color: rgba(245, 245, 245, 0.9);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    will-change: transform;
    opacity: 0;
    z-index: 200;
  }
  .property-details-top-bar::-webkit-scrollbar {
    display: none;
  }
  .property-details-top-bar.uk-active {
    height: 84px;
    opacity: 1;
  }
  .property-details-top-bar + .uk-sticky-placeholder {
    height: 1px !important;
  }
  .property-details-top-bar .image {
    margin-bottom: 0;
  }
  .property-details-top-bar > div:nth-child(1) {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 35px;
    padding-right: 25px;
    order: 2;
  }
  .property-details-top-bar > div:nth-child(1) .uk-button {
    display: none;
  }
  .property-details-top-bar .property-details-top-bar-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 40px;
    height: 100%;
    list-style: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    overflow: auto;
  }
  .property-details-top-bar .property-details-top-bar-nav li {
    display: flex;
    height: 100%;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    position: relative;
  }
  .property-details-top-bar .property-details-top-bar-nav li a {
    color: #001f49;
  }
  .property-details-top-bar .property-details-top-bar-nav li a:hover {
    color: #00aeef;
  }
  .property-details-top-bar .property-details-top-bar-nav li:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0px;
    background-color: #00aeef;
    border-radius: 3px 3px 0 0;
    transition: all 0.3s ease;
  }
  .property-details-top-bar .property-details-top-bar-nav li.uk-active a {
    color: #00aeef;
  }
  .property-details-top-bar .property-details-top-bar-nav li.uk-active:before {
    height: 0px;
  }
  .property-details-top-bar .property-details-top-bar-nav a {
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
  }
  .property-details-top-bar > div:nth-child(2) {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 40px;
    padding-left: 25px;
    order: 1;
  }
  .property-details-top-bar .property-details-top-bar-address {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 15px;
  }
  .property-details-top-bar .property-details-top-bar-address .image {
    display: block;
    width: 60px;
    height: 60px;
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 50%;
    position: relative;
    margin: 0 0 0 0 !important;
  }
  .property-details-top-bar .property-details-top-bar-address .property-details {
    display: none;
  }
  .property-details-top-bar .property-details-top-bar-address .address {
    font-weight: 600;
  }
  .property-details-top-bar .property-details-top-bar-agent {
    display: none;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 15px;
  }
  .property-details-top-bar .property-details-top-bar-agent .image {
    display: block;
    width: 60px;
    height: 60px;
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 50%;
  }
  .property-details-top-bar .property-details-top-bar-agent .image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    will-change: transform;
    transition: all 0.3s ease;
  }
  .property-details-top-bar .property-details-top-bar-agent .contact-details {
    display: none;
  }
  .property-details-intro {
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: auto;
    margin-top: -1px !important;
  }
  .property-details-intro .property-details-intro-summary {
    display: flex;
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    gap: 20px;
    order: 2;
  }
  .property-details-intro .property-details-intro-summary .property-details-summary {
    flex-grow: 1;
  }
  .property-details-intro .property-details-intro-summary .property-details-summary h2 {
    font-size: clamp(2.5rem, calc(3vw + 1.5rem), 3.75rem);
    font-weight: 300;
    word-break: break-word;
  }
  .property-details-intro .property-details-intro-summary .property-details-summary h3 {
    font-size: clamp(1.25rem, calc(3vw), 1.875rem);
    font-weight: 600;
    line-height: 1.25em;
    margin-bottom: 0;
  }
  .property-details-intro .property-details-intro-summary .address, .property-details-intro .property-details-intro-summary .property-icons {
    display: none;
  }
  .property-details-intro .property-details-intro-summary .rental-available-from {
    color: #9aa0af;
    margin-top: 0.5rem;
  }
  .property-details-intro .property-details-intro-summary .property-buttons {
    display: flex;
    gap: 14px;
  }
  .property-details-intro .property-details-intro-summary .property-buttons .uk-button {
    margin: 0;
  }
  .property-details-intro .property-details-intro-grid {
    width: 100%;
    position: relative;
    order: 1;
  }
  .property-details-intro .property-details-intro-grid.no-images {
    background-color: #f1f1f1;
  }
  .property-details-intro .property-details-intro-grid .sold-sticker {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
    display: flex;
    align-items: center;
    width: 80px;
    height: 80px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    text-transform: uppercase;
    line-height: 1em;
    text-align: center;
    background-color: #00aeef;
    border-radius: 100%;
    transform: rotate(-15deg);
    will-change: transform;
  }
  .property-details-intro .property-details-intro-grid .sold-sticker > * {
    display: block;
    flex-grow: 1;
  }
  .property-details-intro .property-details-intro-grid .property-details-image-slider-button {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 100;
  }
  .property-details-intro .property-details-intro-grid .property-details-image-slider-button a {
    display: inline-block;
    color: #ffffff;
    padding: 10px 15px;
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 10px;
    transition: all 0.2s ease;
  }
  .property-details-intro .property-details-intro-grid .property-details-image-slider-button a:hover {
    background-color: #00aeef;
  }
  .property-details-intro .property-details-intro-grid .property-details-video-buttons {
    position: absolute;
    left: 25px;
    bottom: 20px;
    z-index: 100;
  }
  .property-details-intro .property-details-intro-grid .property-details-video-buttons a {
    color: #ffffff;
  }
  .property-details-intro .property-details-intro-grid .property-details-video-buttons a:hover {
    color: #00aeef;
  }
  .property-details-intro .property-details-intro-grid .property-details-video-buttons a [class*="fa-"] {
    margin-right: 7px;
  }
  .property-details-breadcrumb {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
  }
  .property-details-breadcrumb a {
    color: #9aa0af;
  }
  .property-details-breadcrumb a:hover {
    color: #00aeef;
  }
  .property-details-breadcrumb .separator {
    color: #9aa0af;
  }
  .property-details-image-grid {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    row-gap: 4px;
    column-gap: 4px;
    /* Hide the 4th image onwards */
  }
  .property-details-image-grid > *:nth-child(1) {
    aspect-ratio: 1.3333333333;
  }
  .property-details-image-grid > * {
    aspect-ratio: 1.3333333333;
    grid-column: span 6;
    display: flex;
    position: relative;
    overflow: hidden;
  }
  .property-details-image-grid > *:nth-child(1) {
    grid-column: span 12;
    grid-row: span 3;
  }
  .property-details-image-grid > *:nth-child(3):after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, #000000 100%);
  }
  .property-details-image-grid > *:nth-child(n+4) {
    display: none;
  }
  .property-details-image-grid a {
    display: block;
    cursor: zoom-in;
  }
  .property-details-image-grid a img {
    object-fit: cover;
    object-position: 50% 50%;
    will-change: transform;
    transition: all 0.3s ease;
  }
  .property-details-image-grid a:hover img {
    transform: scale(1.08);
    transition: all 0.6s ease;
  }
  .property-icons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .property-icons li {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    margin: 0;
    padding: 0;
  }
  .property-icons [class*="fa-"] {
    font-size: 12px;
  }
  .next-open-home [class*="fa-"] {
    color: #00aeef;
    font-size: 1.05em;
    margin-right: 6px;
  }
  .next-open-home a {
    color: currentColor;
    text-decoration: underline;
  }
  .next-open-home a:hover {
    text-decoration: none;
  }
  .property-details-open-homes p {
    margin: 1em 0;
  }
  .property-details-open-homes p [class*="fa-"] {
    margin-right: 10px;
  }
  .property-details-map .property-details-map-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 2rem;
  }
  .property-details-map .property-details-map-title h4 {
    margin: 0;
  }
  .property-details-map iframe {
    width: 100%;
    height: 420px;
  }
  .property-details-agents {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 60px;
  }
  .property-details-agents .property-details-agent {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 20px;
    width: 100%;
    max-width: 100%;
  }
  .property-details-agents .property-details-agent .property-details-agent-image {
    max-width: 120px;
    width: 40%;
    flex-shrink: 0;
    aspect-ratio: 1;
    background-color: #ffffff;
    overflow: hidden;
    border-radius: 50%;
  }
  .property-details-agents .property-details-agent .property-details-agent-image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    will-change: transform;
    transition: all 0.3s ease;
  }
  .property-details-agents .property-details-agent .property-details-agent-details {
    width: 40%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 20px;
    flex-grow: 1;
    flex-shrink: 1;
    max-width: 100%;
  }
  .property-details-agents .property-details-agent .property-details-agent-details h3 {
    font-size: 1.625rem;
    font-weight: 350;
    margin-top: 0;
    margin-bottom: 0;
  }
  .property-details-agents .property-details-agent .property-details-agent-details h3 a {
    color: #ffffff;
    transition: all 0.2s ease;
  }
  .property-details-agents .property-details-agent .property-details-agent-details h3 a:hover {
    opacity: 0.7;
  }
  .property-details-agents .property-details-agent .property-details-agent-details p {
    font-weight: 400;
    margin: 0;
  }
  .property-details-agents .property-details-agent .property-details-agent-details .contact-details {
    display: flex;
    flex-direction: column;
    gap: 2px;
    max-width: 100%;
  }
  .property-details-agents .property-details-agent .property-details-agent-details .phone-link, .property-details-agents .property-details-agent .property-details-agent-details .email-link {
    max-width: 100%;
    display: inline-block;
    color: #ffffff;
    transition: all 0.2s ease;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .property-details-agents .property-details-agent .property-details-agent-details .phone-link [class*="fa-"], .property-details-agents .property-details-agent .property-details-agent-details .email-link [class*="fa-"] {
    display: inline-block;
    line-height: 1em;
    vertical-align: middle;
    margin-right: 9px;
    margin-top: -2px;
  }
  .property-details-agents .property-details-agent .property-details-agent-details .phone-link:hover, .property-details-agents .property-details-agent .property-details-agent-details .email-link:hover {
    opacity: 0.7;
  }
  #propertyform #form-question-enquire .form-checkboxes > *:nth-child(2n+1) {
    max-width: 250px;
  }
  .property-page .uk-lightbox {
    background: rgba(255, 255, 255, 0.95);
  }
  .property-page .uk-lightbox .uk-position-top {
    left: auto;
  }
  .property-page .uk-lightbox .uk-lightbox-toolbar {
    color: white;
    padding: 20px;
    background: none;
  }
  .property-page .uk-lightbox .uk-lightbox-toolbar .uk-lightbox-toolbar-icon {
    padding: 12px;
    color: #ffffff;
    background-color: rgba(180, 180, 180, 0.3);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 10px;
    transition: all 0.2s ease;
  }
  .property-page .uk-lightbox .uk-lightbox-toolbar .uk-lightbox-toolbar-icon:hover {
    background-color: #001f49;
  }
  .property-page .uk-lightbox .uk-lightbox-toolbar .uk-lightbox-toolbar-icon svg {
    width: 14px;
    height: 14px;
  }
  .property-page .uk-lightbox .uk-lightbox-toolbar .uk-lightbox-toolbar-icon svg > * {
    stroke-width: 3px;
  }
  .property-page .uk-lightbox .uk-lightbox-items img {
    width: 1700px;
    max-width: 100%;
    max-height: 94vh;
    object-fit: scale-down;
  }
  .property-page .uk-lightbox .uk-lightbox-button {
    width: 34px;
    height: 40px;
    color: #ffffff;
    background-color: rgba(180, 180, 180, 0.3);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 50px;
    max-width: calc(100% - (20px * 2));
    margin: 0px;
    transform: translateY(-50%) translateY(30px);
    transition: all 0.2s ease;
  }
  .property-page .uk-lightbox .uk-lightbox-button.uk-slidenav-previous {
    border-radius: 0 50px 50px 0;
    padding-left: 6px;
  }
  .property-page .uk-lightbox .uk-lightbox-button.uk-slidenav-next {
    border-radius: 50px 0 0 50px;
    padding-right: 6px;
  }
  .property-page .uk-lightbox .uk-lightbox-button:hover {
    background-color: #001f49;
  }
  .property-page .uk-lightbox .uk-lightbox-button svg {
    height: 18px;
  }
  .property-page .uk-lightbox .uk-lightbox-button svg > * {
    stroke-width: 3px;
  }
  .property-page .uk-lightbox .uk-slidenav:focus, .property-page .uk-lightbox .uk-slidenav:hover {
    color: white;
    outline: 0;
  }
  .property-details-anchor-holder {
    position: relative;
  }
  .property-details-anchor-holder .property-details-anchor {
    position: absolute;
    width: 0;
    height: 0;
  }
  .property-details-anchor-holder .property-details-anchor {
    top: -50px;
  }
  .block-padding-small .property-details-anchor-holder .property-details-anchor {
    top: -50px;
  }
  .block-padding-large .property-details-anchor-holder .property-details-anchor {
    top: -51px;
  }
  .property-details-anchor-holder #property-map.property-details-anchor {
    top: -35px;
  }
  .property-details-block + .property-details-block .page-block-columns {
    position: relative;
  }
  .property-details-block + .property-details-block .page-block-columns:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 1.5rem;
    right: 0;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 0;
  }
}
/* Larger than mobile (responsive small) */
@media (min-width: 640px) {
  /* Image Grid */
  /* Agents */
  /* Anchor */
  /* Property Details Block */
  .property-details-image-grid {
    row-gap: 8px;
    column-gap: 8px;
  }
  .property-details-image-grid > * {
    aspect-ratio: unset;
    grid-column: span 3;
  }
  .property-details-image-grid > *:nth-child(1) {
    grid-column: span 9;
    grid-row: span 3;
  }
  .property-details-image-grid > *:nth-child(3):after {
    display: none;
  }
  .property-details-image-grid > *:nth-child(4) {
    display: block;
  }
  .property-details-image-grid > *:nth-child(4):after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, #000000 100%);
  }
  .property-details-agents:not(.multiple-agents-grid) {
    align-items: center;
    flex-direction: column;
    gap: 50px;
  }
  .property-details-agents:not(.multiple-agents-grid) .property-details-agent {
    flex-direction: column;
  }
  .property-details-agents:not(.multiple-agents-grid) .property-details-agent .property-details-agent-image {
    max-width: 160px;
    width: 100%;
  }
  .property-details-agents:not(.multiple-agents-grid) .property-details-agent .property-details-agent-details {
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    text-align: center;
  }
  .property-details-anchor-holder .property-details-anchor {
    top: -40px;
  }
  .block-padding-small .property-details-anchor-holder .property-details-anchor {
    top: -50px;
  }
  .block-padding-large .property-details-anchor-holder .property-details-anchor {
    top: -41px;
  }
  .property-details-anchor-holder #property-map.property-details-anchor {
    top: -34px;
  }
  .property-details-block + .property-details-block .page-block-columns:before {
    left: 30px;
  }
}
/* Larger than tablet (responsive medium) */
@media (min-width: 960px) {
  /* Intro */
  /* Image Grid */
  /* Image grid lightbox */
  /* Anchor */
  /* Property Details Block */
  .property-details-intro .property-details-intro-grid .property-details-image-slider-button a {
    padding: 10px 22px;
  }
  .property-details-image-grid {
    row-gap: 15px;
    column-gap: 15px;
  }
  .property-page .uk-lightbox .uk-lightbox-button {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    max-width: calc(100% - (20px * 2));
    margin: 20px;
    transform: translateY(-50%) translateY(10px);
  }
  .property-page .uk-lightbox .uk-lightbox-button.uk-slidenav-previous {
    border-radius: 50px;
  }
  .property-page .uk-lightbox .uk-lightbox-button.uk-slidenav-next {
    border-radius: 50px;
  }
  .property-details-anchor-holder .property-details-anchor {
    top: -60px;
  }
  .block-padding-small .property-details-anchor-holder .property-details-anchor {
    top: -65px;
  }
  .block-padding-large .property-details-anchor-holder .property-details-anchor {
    top: -91px;
  }
  .property-details-anchor-holder #property-map.property-details-anchor {
    top: -39px;
  }
  .property-details-block + .property-details-block .page-block-columns:before {
    left: 100px;
  }
}
/* For square and portrait devices */
@media (max-aspect-ratio: 1.6) and (min-width: 1200px) {
  /* Image Grid */
  .property-details-image-grid > * {
    grid-column: span 4;
    display: flex;
    position: relative;
    overflow: hidden;
  }
  .property-details-image-grid > *:nth-child(1) {
    grid-column: span 12;
    grid-row: span 3;
  }
}
/* Smaller than laptop (responsive large) */
/* Larger than laptop (responsive large) */
@media (min-width: 1200px) {
  /* Top Bar */
  /* Intro */
  /* Image Grid */
  /* Anchor */
  /* Property Details Block */
  .property-details-top-bar {
    justify-content: space-between;
    overflow: hidden;
    gap: 30px;
  }
  .property-details-top-bar.uk-active {
    height: 94px;
  }
  .property-details-top-bar > div:nth-child(1) {
    order: 1;
    padding-left: 25px;
    padding-right: 0px;
  }
  .property-details-top-bar > div:nth-child(1) .uk-button {
    display: inline-flex;
    padding: 14px 15px;
  }
  .property-details-top-bar > div:nth-child(2) {
    order: 2;
    padding-right: 50px;
    padding-left: 0px;
  }
  .property-details-top-bar .property-details-top-bar-address .image {
    display: none;
  }
  .property-details-top-bar .property-details-top-bar-address .property-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
  .property-details-top-bar .property-details-top-bar-agent {
    display: flex;
  }
  .property-details-top-bar .property-details-top-bar-agent .contact-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    will-change: contents;
  }
  .property-details-top-bar .property-details-top-bar-agent .contact-details a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #001f49;
  }
  .property-details-top-bar .property-details-top-bar-agent .contact-details a:hover {
    color: #00aeef;
  }
  .property-details-top-bar .property-details-top-bar-agent .contact-details [class*="fa-"] {
    color: #00aeef;
    margin-right: 0.5rem;
    margin-bottom: -2px;
  }
  .property-details-intro {
    flex-direction: row;
    gap: 50px;
    min-height: calc(100vh - 120px - var(--header-height, 0px));
  }
  .property-details-intro .property-details-intro-summary {
    gap: 50px;
    width: 28%;
    order: 1;
  }
  .property-details-intro .property-details-intro-summary .address {
    display: block;
    color: #9aa0af;
    margin-bottom: 0;
  }
  .property-details-intro .property-details-intro-summary .property-icons {
    display: flex;
  }
  .property-details-intro .property-details-intro-summary .address + .property-icons {
    margin-top: 2rem;
  }
  .property-details-intro .property-details-intro-grid {
    width: 72%;
    order: 2;
  }
  .property-details-image-grid > *:nth-child(1) {
    aspect-ratio: inherit;
  }
  .property-details-anchor-holder .property-details-anchor {
    top: -110px;
  }
  .block-padding-small .property-details-anchor-holder .property-details-anchor {
    top: -80px;
  }
  .block-padding-large .property-details-anchor-holder .property-details-anchor {
    top: -150px;
  }
  .property-details-anchor-holder #property-map.property-details-anchor {
    top: -54px;
  }
  .property-details-block + .property-details-block .page-block-columns:before {
    left: 180px;
  }
}
/* Desktop and larger (responsive extra large) */
@media (min-width: 1600px) {
  /* Top Bar */
  /* Intro */
  /* Property Details Block */
  .property-details-top-bar > div:nth-child(1) {
    gap: 45px;
  }
  .property-details-top-bar .property-details-top-bar-nav {
    gap: 45px;
  }
  .property-details-top-bar > div:nth-child(2) {
    gap: 45px;
    padding-right: 50px;
  }
  .property-details-intro .property-details-intro-summary {
    width: 24%;
  }
  .property-details-intro .property-details-intro-grid {
    width: 76%;
  }
  .property-details-block + .property-details-block .page-block-columns:before {
    left: 180px;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22edit%2Fmodules%2Fproperty%2Fproperty.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASU%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAMd%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAuBC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAGU%3BAAAA%3BAAAA%3BAAKV%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQO%3BAAAA%3BAAAA%3BAAIN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAASH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAMU%3BAAAA%3BAAAA%3BAAAA%3BAAKZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAeD%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaU%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKT%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAztBJ%3BAA0uBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAp0BJ%3BAA80BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQU%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAASV%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAp5BJ%3BAA85BA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA16BF%3BAAAA%3BAAw7BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKU%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAnkCJ%3BAA6kCA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIM%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAAA%22%7D */