.type-tile{--typeTile-border-on-dark:color-mix(in srgb,var(--global-white)50%,transparent);--typeTile-light-border:var(--global-border-medium);text-transform:uppercase;letter-spacing:.05em;color:var(--global-white);border:1px solid var(--typeTile-border-on-dark);background:0 0;border-radius:9999px;margin-bottom:.5rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.type-tile-light{color:var(--global-black);border-color:var(--typeTile-light-border);background:var(--global-page-background-light)}
.listing-card,.listing-card-prop{--listingCard-pill-border-medium:var(--global-border-medium);--listingCard-pill-more-border:var(--global-border-default);--listingCard-dash-color:var(--global-border-default);--listingCard-text-secondary:var(--global-text-secondary);--listingCard-badge-sale-background:#166534;--listingCard-prop-desc-color:#697078;--listingCard-shadow:color-mix(in srgb,var(--global-black)10%,transparent);--listingCard-cta-shadow:color-mix(in srgb,var(--global-company-color)25%,transparent);--listingCard-cta-shadow-hover:color-mix(in srgb,var(--global-company-color)35%,transparent);--listingCard-prop-shadow:color-mix(in srgb,var(--global-black)6%,transparent);--listingCard-prop-shadow-hover:color-mix(in srgb,var(--global-black)12%,transparent);--listingCard-prop-soft-shadow:color-mix(in srgb,var(--global-black)8%,transparent);--listingCard-prop-deep-shadow:color-mix(in srgb,var(--global-black)20%,transparent);--listingCard-placeholder-inset:color-mix(in srgb,var(--global-black)6%,transparent)}.listing-card{box-sizing:border-box;background:var(--global-white);width:100%;max-width:100%;height:100%;min-height:280px;box-shadow:0 1px 3px var(--listingCard-shadow);border:1px solid var(--global-border-subtle);color:inherit;border-radius:.5rem;flex-direction:column;text-decoration:none;transition:box-shadow .2s;display:flex;overflow:hidden}.listing-card:hover{box-shadow:0 4px 12px var(--listingCard-shadow)}.listing-card-image-wrap{background:var(--global-border-subtle);border-radius:.75rem;flex-shrink:0;width:100%;height:200px;position:relative;overflow:hidden}.listing-card-image{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.listing-card-placeholder{width:100%;height:100%;color:var(--global-text-muted);box-shadow:inset 0 1px 2px var(--listingCard-placeholder-inset);border-radius:.75rem;justify-content:center;align-items:center;display:flex}.listing-card--property-layout .listing-card-media .listing-card-placeholder{box-shadow:0 2px 8px var(--listingCard-prop-soft-shadow);border-radius:.75rem}.listing-card-placeholder-icon{width:4rem;height:4rem}.listing-card-content{flex-direction:column;flex:1;min-height:0;padding:1.25rem;display:flex}.listing-card-title{color:var(--global-black);margin:0 0 .5rem;font-size:1.185rem;font-weight:700;line-height:1.3}.listing-card-pills-wrap{margin-bottom:.5rem}.listing-card-pills-row{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.25rem;display:flex}.listing-card-pills-row:last-child{margin-bottom:0}.listing-card-pills-row--units{flex-flow:wrap;gap:.5rem .75rem;display:flex}.listing-card-unit-pill-group{flex-wrap:wrap;align-items:center;gap:.35rem;display:flex}.listing-card-pill{white-space:nowrap;border-radius:9999px;padding:.35rem .75rem;font-size:.8rem;font-weight:700;display:inline-block}.listing-card-pill--price{color:var(--global-black);border:1px solid var(--listingCard-pill-border-medium);background:var(--global-page-background-light)}.listing-card-pill--lease{color:var(--global-white);border:1px solid var(--global-company-color);background:var(--global-company-color)}.listing-card-pill--sale{color:var(--global-white);border:1px solid var(--global-company-dark-accent);background:var(--global-company-dark-accent)}.listing-card-pill--sold,.listing-card-pill--rented{color:var(--listingCard-text-secondary);border:1px solid var(--listingCard-pill-border-medium);background:var(--global-border-subtle)}.listing-card-tiles{color:var(--global-text-muted);flex-wrap:wrap;gap:0 .75rem;margin:0 0 .5rem;padding:0;font-size:.875rem;list-style:none;display:flex}.listing-card-tiles li:not(:last-child):after{content:" • ";color:var(--global-text-muted);margin-left:.25rem}.listing-card-prop-details+.listing-card-tiles{margin-top:.25rem}.listing-card-pill--unit{color:var(--global-black);border:1px solid var(--listingCard-pill-border-medium);background:var(--global-page-background-light)}.listing-card-pill--more{color:var(--global-text-muted);border:1px solid var(--listingCard-pill-more-border);background:0 0;font-size:.65rem}.listing-card-dash{background-color:var(--listingCard-dash-color);width:100%;height:1px;margin:.5rem 0}.listing-card-desc{margin-top:.5rem;margin-bottom:.5rem}.listing-card-price{color:var(--global-black);margin:.5rem 0 0;font-size:1rem;font-weight:600}.listing-card-price-heading{color:var(--global-black);margin:0 0 .5rem;font-size:1.35rem;font-weight:800;line-height:1.2}.listing-card-status{color:var(--global-black);margin:.25rem 0 0;font-size:.875rem;font-weight:600}.listing-card-cta{color:var(--global-white);background-color:var(--global-company-color);border:1px solid var(--global-company-color);width:fit-content;box-shadow:0 2px 8px var(--listingCard-cta-shadow);border-radius:.5rem;margin-top:auto;padding:.5rem 1.25rem;font-size:.9375rem;font-weight:600;transition:all .2s;display:inline-block}.listing-card:hover .listing-card-cta{background-color:var(--global-company-color-hover);border-color:var(--global-company-color-hover);box-shadow:0 4px 12px var(--listingCard-cta-shadow-hover);transform:translateY(-1px)}.listing-card--development .listing-card-content,.listing-card--property-grid .listing-card-content{gap:0;padding:1.25rem 1.25rem 1.5rem}.listing-card--development .listing-card-title,.listing-card--property-grid .listing-card-title{margin-bottom:.375rem}.listing-card--development .listing-card-price-heading,.listing-card--property-grid .listing-card-price-heading{margin-top:0;margin-bottom:.45rem}.listing-card--property-grid .listing-card-price-heading{text-transform:none;font-size:1.02rem;font-weight:580;line-height:1.3}.listing-card--property-grid .listing-card-prop-header{justify-content:space-between;align-items:center;gap:.75rem;width:100%;min-height:1.75rem;margin:0 0 .4rem;display:flex}.listing-card--property-grid .listing-card-prop-header .listing-card-title{text-align:left;align-self:center;margin:0;font-size:1.205rem;font-weight:750;line-height:1.25}.listing-card--property-grid .listing-card-prop-badge--inline{letter-spacing:.03em;text-transform:uppercase;border-radius:.375rem;flex-shrink:0;justify-content:center;align-self:center;align-items:center;min-height:1.75rem;padding:.35rem .85rem;font-size:.6875rem;font-weight:700;line-height:1.2;display:inline-flex;position:static}.listing-card--development .optimprops-card-meta,.listing-card--property-grid .optimprops-card-meta{margin-top:0;margin-bottom:.25rem}.listing-card--development .listing-card-desc,.listing-card--property-grid .listing-card-desc{-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;min-height:4.5em;margin-top:.5rem;margin-bottom:0;display:-webkit-box;overflow:hidden}.listing-card--development .listing-card-development-spacer,.listing-card--property-grid .listing-card-development-spacer{flex:1;min-height:0}.listing-card--development .listing-card-status-row{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:.5rem;width:100%;margin:.5rem 0 0;display:flex}.listing-card--property-grid .listing-card-status-with-art{flex-direction:row;justify-content:space-between;align-items:center;gap:.75rem;width:100%;margin:.5rem 0 0;display:flex;position:relative}.listing-card--property-grid .listing-card-status-row{flex-direction:column;flex:0 auto;align-items:stretch;gap:.4rem;min-height:4.2rem;display:flex}.listing-card--property-grid .listing-card-art-pill--property{flex:0 auto;width:150px;height:75px;margin-left:auto;position:static}.listing-card--property-grid .listing-card-status-row-grid{grid-template-columns:repeat(var(--status-pill-cols,3),max-content);justify-content:flex-start;gap:.5rem;width:fit-content;max-width:100%;display:grid}.listing-card--property-grid .listing-card-status-row-grid .listing-card-status,.listing-card--property-grid .listing-card-status-row-grid .listing-card-type-pill{white-space:normal;text-align:center;text-overflow:clip;word-break:normal;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;min-height:2rem;padding:7.5px 15px;line-height:1.2;overflow:visible}.listing-card--development .listing-card-status,.listing-card--property-grid .listing-card-status{border:1px solid var(--listingCard-pill-border-medium);background:var(--global-page-background-light);color:var(--global-black);border-radius:9999px;justify-content:center;align-items:center;margin:0;padding:.4rem .875rem;font-size:.8125rem;font-weight:600;line-height:1.25;display:inline-flex}.listing-card--development .listing-card-type-pill,.listing-card--property-grid .listing-card-type-pill{border:1px solid var(--listingCard-pill-border-medium);background:var(--global-page-background-light);color:var(--global-black);white-space:nowrap;text-overflow:ellipsis;border-radius:9999px;justify-content:center;align-items:center;padding:.4rem .875rem;font-size:.8125rem;font-weight:600;line-height:1.25;display:inline-flex;overflow:hidden}.listing-card--development .listing-card-content{position:relative}.listing-card-art-pill{object-fit:contain;object-position:center right;pointer-events:none;z-index:0;width:140px;height:70px;position:absolute;bottom:.75rem;right:.75rem;-webkit-mask-image:linear-gradient(90deg,#000 15%,#00000080 55%,#00000059 100%);mask-image:linear-gradient(90deg,#000 15%,#00000080 55%,#00000059 100%)}.listing-card--development .listing-card-cta{margin-top:.75rem}.listing-card.listing-card--development.listing-card--property-grid{box-shadow:0 2px 8px var(--listingCard-prop-shadow);border-radius:.75rem;overflow:hidden}.listing-card--property-grid:hover{box-shadow:0 8px 24px var(--listingCard-prop-shadow-hover)}.listing-card--property-grid .listing-card-prop-footer{flex-wrap:nowrap;justify-content:center;align-items:center;gap:.75rem;width:100%;margin-top:.75rem;display:flex}.listing-card--property-grid .listing-card-prop-cta{text-align:center;white-space:nowrap;flex:auto;width:100%;max-width:100%;margin-top:0}.listing-card--property-grid .listing-card-prop-badge--footer{box-sizing:border-box;letter-spacing:.03em;text-transform:uppercase;box-shadow:0 2px 8px var(--listingCard-cta-shadow);white-space:nowrap;border-style:solid;border-width:1px;border-radius:.5rem;flex:0 auto;justify-content:center;align-items:center;margin-left:auto;padding:.5rem 1.25rem;font-size:.9375rem;font-weight:600;line-height:1.25;display:inline-flex;position:static}.listing-card--property-grid .listing-card-prop-badge--footer.listing-card-prop-badge--lease{border-color:var(--global-company-color);box-shadow:0 2px 8px var(--listingCard-cta-shadow)}.listing-card--property-grid .listing-card-prop-badge--footer.listing-card-prop-badge--sale{border-color:var(--listingCard-badge-sale-background);box-shadow:0 2px 8px var(--listingCard-prop-deep-shadow)}.listing-card--property-grid:hover .listing-card-prop-cta{background-color:var(--global-company-color-hover);border-color:var(--global-company-color-hover);box-shadow:0 4px 12px var(--listingCard-cta-shadow-hover)}@media (max-width:520px){.listing-card--property-grid .listing-card-prop-footer{gap:.5rem}.listing-card--property-grid .listing-card-prop-cta,.listing-card--property-grid .listing-card-prop-badge--footer{padding:.4rem .85rem;font-size:.8125rem}}.listing-card--property-layout{width:100%;max-width:100%;min-height:260px;box-shadow:0 2px 8px var(--listingCard-prop-soft-shadow);border-radius:.75rem;flex-direction:column}.listing-card--property-layout:hover{box-shadow:0 8px 24px var(--listingCard-prop-shadow-hover)}.listing-card-type-tile{flex-shrink:0;justify-content:center;width:100%;padding:.75rem 1.25rem 0;display:flex}.listing-card-type-tile .type-tile{text-align:center;box-sizing:border-box;width:100%}.listing-card-body-row{flex-direction:row;flex:1;align-items:stretch;min-height:0;display:flex}.listing-card--property-layout .listing-card-media{background:var(--global-border-subtle);border-radius:.75rem;flex:0 0 38%;min-width:0;min-height:160px;position:relative;overflow:hidden}@media (min-width:1024px){.listing-card--property-layout .listing-card-media{min-height:180px}}.listing-card--property-layout .listing-card-media .listing-card-image{object-fit:cover;width:100%;height:100%;min-height:180px}.listing-card--property-layout .listing-card-media .listing-card-placeholder{min-height:180px}.listing-card--property-layout .listing-card-body{flex-direction:column;flex:1;min-height:0;padding:1rem 1.25rem 1.25rem;display:flex}.listing-card--property-layout .listing-card-body .listing-card-title{margin-top:.25rem}.listing-card--image-left .listing-card-media{order:1}.listing-card--image-left .listing-card-body{order:2}.listing-card--image-right .listing-card-body{order:1}.listing-card--image-right .listing-card-media{order:2}.listing-card-pill-units-available{color:var(--global-black);border:1px solid var(--listingCard-pill-border-medium);background:var(--global-page-background-light);font-size:.7rem}@media (max-width:767px){.listing-card--property-layout{min-height:240px}.listing-card--property-layout .listing-card-body-row{flex-direction:column}.listing-card--image-left .listing-card-media,.listing-card--image-right .listing-card-media{flex:none;order:2;width:100%;min-height:180px}.listing-card--image-left .listing-card-body,.listing-card--image-right .listing-card-body{order:1;padding:1rem 1.25rem .5rem}}@media (max-width:480px){.listing-card--property-layout .listing-card-body{padding:.75rem 1rem 1rem}}.listing-card-prop{background:var(--global-white);border:1px solid var(--global-border-subtle);box-shadow:0 2px 8px var(--listingCard-prop-shadow);color:inherit;border-radius:.75rem;flex-direction:column;text-decoration:none;transition:box-shadow .2s,transform .2s;display:flex;overflow:hidden}.listing-card-prop:hover{box-shadow:0 8px 24px var(--listingCard-prop-shadow-hover);transform:translateY(-2px)}.listing-card-prop-image-wrap{background:var(--global-border-subtle);width:100%;height:220px;position:relative;overflow:hidden}.listing-card-prop-img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.listing-card-prop-badge{color:var(--global-white);text-transform:uppercase;letter-spacing:.03em;z-index:1;border-radius:.375rem;padding:.3rem .75rem;font-size:.75rem;font-weight:700;position:absolute;top:.75rem;left:.75rem}.listing-card-prop-badge--sale{background:var(--listingCard-badge-sale-background)}.listing-card-prop-badge--lease{background:var(--global-company-color)}.listing-card-prop-placeholder{width:100%;height:100%;color:var(--listingCard-pill-border-medium);background:var(--global-border-subtle);justify-content:center;align-items:center;display:flex}.listing-card-prop-placeholder-icon{width:3.5rem;height:3.5rem}.listing-card-prop-body{flex-direction:column;flex:1;gap:.375rem;padding:1.25rem;display:flex}.listing-card-prop-price{color:var(--global-black);margin:0;font-size:1.35rem;font-weight:800;line-height:1.2}.listing-card-prop-details{flex-wrap:wrap;gap:.375rem;margin-top:.25rem;display:flex}.listing-card-prop-pill{white-space:nowrap;color:var(--listingCard-text-secondary);background:var(--global-page-background-light);border:1px solid var(--listingCard-pill-more-border);border-radius:9999px;padding:.2rem .6rem;font-size:.75rem;font-weight:600}.listing-card-prop-title{color:var(--global-black);margin:.25rem 0 0;font-size:1rem;font-weight:700;line-height:1.3}.listing-card-prop-location{color:var(--global-text-muted);margin:0;font-size:.85rem}.listing-card-prop-desc{color:var(--listingCard-prop-desc-color);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.85rem;display:-webkit-box;overflow:hidden}.listing-card-prop-cta{color:var(--global-white);background-color:var(--global-company-color);border:1px solid var(--global-company-color);width:fit-content;box-shadow:0 2px 8px var(--listingCard-cta-shadow);border-radius:.5rem;margin-top:auto;padding:.5rem 1.25rem;font-size:.9375rem;font-weight:600;transition:all .2s;display:inline-block}.listing-card-prop:hover .listing-card-prop-cta{background-color:var(--global-company-color-hover);border-color:var(--global-company-color-hover);box-shadow:0 4px 12px var(--listingCard-cta-shadow-hover);transform:translateY(-1px)}
:root{--carousel-motion-fast:.14s;--carousel-motion-base:.22s;--carousel-motion-slow:.32s;--carousel-cinematic-ease:cubic-bezier(.16,1,.3,1);--carousel-cinematic-duration:.62s;--carousel-fade-duration:.42s;--carousel-thumb-size:78px;--carousel-thumb-gap:10px}.image-carousel-root,.image-carousel-outer{--imageCarousel-thumb-tray-border:var(--global-border-default);--imageCarousel-button-background-hover:var(--global-border-default);--imageCarousel-button-shadow-hover:color-mix(in srgb,var(--global-black)25%,transparent);--imageCarousel-counter-background:color-mix(in srgb,var(--global-black)60%,transparent);--imageCarousel-dot-inactive:color-mix(in srgb,var(--global-white)40%,transparent);--imageCarousel-dot-hover:color-mix(in srgb,var(--global-company-color)60%,transparent);--imageCarousel-thumb-active-shadow:color-mix(in srgb,var(--global-company-color)24%,transparent)}.image-carousel-main-stage{padding:0 3.5rem;position:relative}.image-carousel-root--fullscreen .image-carousel-main-stage{padding:0}.image-carousel-outer{width:100%;max-width:100%}.image-carousel-inline-wrap{display:contents}.image-carousel-flow-placeholder{pointer-events:none;box-sizing:border-box;width:100%;max-width:100%}.image-carousel-flow-placeholder-viewport{aspect-ratio:16/9;background:var(--global-border-subtle);border-radius:.5rem;width:100%}.image-carousel-flow-placeholder-thumbs{height:calc(var(--carousel-thumb-size) + 2rem);margin-top:0}.image-carousel-root{box-sizing:border-box;contain:layout paint;background:0 0;border-radius:.5rem;width:100%;max-width:100%;overflow:hidden}.image-carousel-root.image-carousel-root--fullscreen{background:0 0;border-radius:0;overflow:visible}.image-carousel-root.image-carousel-root--fullscreen .image-carousel-slide{transform:none}.image-carousel-native{width:100%;position:relative}.image-carousel-placeholder{aspect-ratio:16/9;color:var(--global-text-muted);justify-content:center;align-items:center;display:flex}.image-carousel-placeholder-icon{width:4rem;height:4rem}.image-carousel-viewport{aspect-ratio:16/9;background:var(--global-page-background-light);contain:paint;touch-action:pan-y;border-radius:.5rem;width:100%;position:relative;overflow:hidden}.image-carousel-container{touch-action:pan-y pinch-zoom;width:100%;height:100%;position:relative}.image-carousel-slide{opacity:0;z-index:0;pointer-events:none;height:100%;min-height:100%;transition:opacity var(--carousel-fade-duration)var(--carousel-cinematic-ease);padding-left:0;position:absolute;inset:0}.image-carousel-slide--active{opacity:1;z-index:1;pointer-events:auto}.image-carousel-slide-inner{background:var(--global-page-background-light);cursor:default;border:none;width:100%;height:100%;min-height:100%;padding:0;display:block;position:relative}button.image-carousel-slide-inner{cursor:pointer}.image-carousel-image{object-fit:contain;width:100%;height:100%;transition:opacity .22s;display:block;transform:translateZ(0)}.image-carousel-image--cover{object-fit:cover;object-position:center}.image-carousel-image--inline-contain{object-fit:contain;object-position:center}.image-carousel-counter{background:var(--imageCarousel-counter-background);color:var(--global-white);border-radius:9999px;padding:.25rem .75rem;font-size:.875rem;font-weight:600;position:absolute;top:1rem;right:4.5rem}.image-carousel-btn{background:var(--global-border-subtle);width:3rem;height:3rem;color:var(--global-black);cursor:pointer;transition:background var(--carousel-motion-fast),transform var(--carousel-motion-fast),box-shadow var(--carousel-motion-fast);border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.image-carousel-btn:hover{background:var(--imageCarousel-button-background-hover);box-shadow:0 8px 22px var(--imageCarousel-button-shadow-hover)}.image-carousel-btn:active{transform:translateY(-50%)scale(.96)}.image-carousel-btn:disabled{opacity:.5;cursor:not-allowed}.image-carousel-btn-prev{left:0}.image-carousel-btn-next{right:0}.image-carousel-dots{gap:.5rem;display:flex;position:absolute;bottom:1rem;left:50%;transform:translate(-50%)}.image-carousel-dot{background:var(--imageCarousel-dot-inactive);cursor:pointer;width:.5rem;height:.5rem;transition:background var(--carousel-motion-fast),width var(--carousel-motion-base),transform var(--carousel-motion-fast);border:none;border-radius:50%;padding:0}.image-carousel-dot:hover{background:var(--imageCarousel-dot-hover);transform:scale(1.15)}.image-carousel-dot-active{background:var(--global-company-color);width:2rem}.image-carousel-thumbs-wrap{box-sizing:border-box;background:var(--global-border-subtle);border:1px solid var(--imageCarousel-thumb-tray-border);border-radius:.5rem;align-items:center;gap:.5rem;width:100%;max-width:100%;margin-top:.5rem;padding:.75rem .5rem;display:flex}.image-carousel-thumbs-scroll-btn{background:var(--global-border-subtle);width:2.25rem;height:2.25rem;color:var(--global-black);cursor:pointer;transition:background var(--carousel-motion-fast),transform var(--carousel-motion-fast),opacity var(--carousel-motion-fast);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:flex}.image-carousel-thumbs-scroll-btn:hover{background:var(--imageCarousel-button-background-hover)}.image-carousel-thumbs-scroll-btn:active{transform:scale(.96)}.image-carousel-thumbs-scroll-btn:focus-visible{outline:2px solid var(--global-company-color);outline-offset:2px}.image-carousel-thumbs{gap:var(--carousel-thumb-gap);scroll-snap-type:x proximity;scrollbar-width:none;-ms-overflow-style:none;flex:1;min-width:0;padding:.5rem 0;display:flex;overflow-x:auto}.image-carousel-thumbs::-webkit-scrollbar{display:none}.image-carousel-thumb{width:var(--carousel-thumb-size);height:var(--carousel-thumb-size);aspect-ratio:1;border:2px solid var(--imageCarousel-thumb-tray-border);cursor:pointer;background:var(--global-border-subtle);transition:border-color var(--carousel-motion-fast),transform var(--carousel-motion-fast),box-shadow var(--carousel-motion-fast);scroll-snap-align:center;border-radius:.5rem;flex-shrink:0;padding:0;position:relative;overflow:hidden}.image-carousel-thumb:hover,.image-carousel-thumb-active{border-color:var(--global-company-color)}.image-carousel-thumb:hover{transform:translateY(-2px)}.image-carousel-thumb-active{box-shadow:0 10px 24px var(--imageCarousel-thumb-active-shadow)}.image-carousel-thumb-active-bar{background:var(--global-company-color);transform-origin:50%;height:3px;transition:transform var(--carousel-motion-base)ease;z-index:2;pointer-events:none;border-radius:9999px;position:absolute;bottom:6px;left:10%;right:10%;transform:scaleX(0)}.image-carousel-thumb-active .image-carousel-thumb-active-bar{transform:scaleX(1)}.image-carousel-btn:focus-visible,.image-carousel-dot:focus-visible,.image-carousel-thumb:focus-visible{outline:2px solid var(--global-company-color);outline-offset:2px}.image-carousel-thumb img,.image-carousel-thumb-img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}@media (max-width:640px){:root{--carousel-thumb-size:50px}.image-carousel-main-stage{padding:0}.image-carousel-flow-placeholder-thumbs{height:calc(var(--carousel-thumb-size) + 2rem)}.image-carousel-counter{padding:.2rem .5rem;font-size:.75rem;top:.5rem;right:.5rem}.image-carousel-btn{width:2.5rem;height:2.5rem}.image-carousel-btn-prev{left:.5rem}.image-carousel-btn-next{right:.5rem}.image-carousel-dots{gap:.35rem;bottom:.5rem}.image-carousel-dot{width:.4rem;height:.4rem}.image-carousel-dot-active{width:1.25rem}.image-carousel-thumbs-wrap{gap:.35rem;padding:.5rem .35rem}.image-carousel-thumbs-scroll-btn{width:2rem;height:2rem}.image-carousel-thumbs{padding:.35rem 0}}@media (prefers-reduced-motion:reduce){.image-carousel-slide,.image-carousel-slide-inner,.image-carousel-image,.image-carousel-btn,.image-carousel-dot,.image-carousel-thumb,.image-carousel-thumb-active-bar,.image-carousel-thumbs-scroll-btn{transition:none}}
.fullscreen-carousel{--fullscreenCarousel-backdrop:color-mix(in srgb,var(--global-black)90%,transparent);--fullscreenCarousel-close-shadow:color-mix(in srgb,var(--global-black)30%,transparent);--fullscreenCarousel-thumbs-button-background:color-mix(in srgb,var(--global-white)20%,transparent);--fullscreenCarousel-thumbs-button-foreground:color-mix(in srgb,var(--global-white)95%,transparent);--fullscreenCarousel-thumbs-button-background-hover:color-mix(in srgb,var(--global-white)32%,transparent);--fullscreenCarousel-thumb-border:color-mix(in srgb,var(--global-white)45%,transparent);--fullscreenCarousel-thumb-background:color-mix(in srgb,var(--global-black)42%,transparent);--fullscreenCarousel-thumb-border-hover:color-mix(in srgb,var(--global-white)78%,transparent);--fullscreenCarousel-thumb-active-shadow:color-mix(in srgb,var(--global-company-color)22%,transparent);--fullscreenCarousel-counter-background:color-mix(in srgb,var(--global-black)60%,transparent);--fullscreenCarousel-button-background:color-mix(in srgb,var(--global-black)60%,transparent);--fullscreenCarousel-button-foreground:color-mix(in srgb,var(--global-white)95%,transparent);--fullscreenCarousel-button-background-hover:color-mix(in srgb,var(--global-company-color)80%,transparent);--fullscreenCarousel-dots-background:color-mix(in srgb,var(--global-black)25%,transparent);--fullscreenCarousel-goto-label-foreground:color-mix(in srgb,var(--global-white)90%,transparent);--fullscreenCarousel-goto-input-background:color-mix(in srgb,var(--global-white)95%,transparent);--fullscreenCarousel-goto-input-border:color-mix(in srgb,var(--global-white)30%,transparent);--fullscreenCarousel-dot-inactive:color-mix(in srgb,var(--global-white)50%,transparent);--fullscreenCarousel-dot-hover:color-mix(in srgb,var(--global-white)75%,transparent);z-index:100;box-sizing:border-box;pointer-events:none;flex-direction:column;justify-content:space-between;align-items:center;height:100%;max-height:100vh;padding:2rem;display:flex;position:fixed;inset:0}.fullscreen-carousel--open{visibility:visible}.fullscreen-carousel__backdrop{z-index:0;background:var(--fullscreenCarousel-backdrop);cursor:pointer;pointer-events:auto;opacity:1;transition:opacity .38s cubic-bezier(.16,1,.3,1);position:fixed;inset:0}.fullscreen-carousel__inner{z-index:1;pointer-events:auto;opacity:1;flex-direction:column;justify-content:space-between;align-items:center;width:100%;max-width:90vw;height:100%;max-height:100%;transition:opacity .42s cubic-bezier(.16,1,.3,1),transform .42s cubic-bezier(.16,1,.3,1);display:flex;position:relative;transform:translateY(0)scale(1)}.fullscreen-carousel__title{color:var(--global-white);text-align:center;flex:none;width:100%;margin:0 0 .75rem;padding:0;font-size:1.25rem;font-weight:600}.fullscreen-carousel__close{top:1rem;right:max(1rem,env(safe-area-inset-right,0px));background:var(--global-company-color);width:2.75rem;min-width:2.75rem;height:2.75rem;min-height:2.75rem;color:var(--global-white);cursor:pointer;z-index:10001;pointer-events:auto;box-shadow:0 2px 8px var(--fullscreenCarousel-close-shadow);border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:background .2s,transform .2s,opacity .36s cubic-bezier(.16,1,.3,1);display:flex;position:fixed}.fullscreen-carousel__close:hover{background:var(--global-company-color-hover);transform:scale(1.05)}.fullscreen-carousel__stage{flex-direction:column;flex:1 1 0;align-items:stretch;width:100%;max-width:90vw;min-height:0;display:flex;position:relative}.fullscreen-carousel__viewport{border-radius:.5rem;flex:1 1 0;width:100%;min-height:0;position:relative;overflow:hidden}.fullscreen-carousel__container{touch-action:pan-y pinch-zoom;width:100%;height:100%;position:relative}.fullscreen-carousel__slide{opacity:0;z-index:0;pointer-events:none;min-width:0;height:100%;transition:opacity var(--carousel-fade-duration,.42s)var(--carousel-cinematic-ease,cubic-bezier(.16,1,.3,1));justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.fullscreen-carousel__slide.image-carousel-slide--active{opacity:1;z-index:1;pointer-events:auto}.fullscreen-carousel__slide-inner{border-radius:.5rem;width:100%;height:100%;min-height:200px;max-height:85vh;position:relative}.fullscreen-carousel__image{object-fit:contain;border-radius:.5rem}@media (max-width:640px){.fullscreen-carousel{padding:1rem}.fullscreen-carousel__inner{max-width:100%;max-height:80vh}.fullscreen-carousel__viewport,.fullscreen-carousel__slide-inner{max-height:75vh}.fullscreen-carousel__close{width:2.5rem;min-width:2.5rem;height:2.5rem;min-height:2.5rem;top:.5rem}.fullscreen-carousel__btn{width:2.25rem;height:2.25rem}.fullscreen-carousel__btn--prev{left:.5rem}.fullscreen-carousel__btn--next{right:.5rem}}.fullscreen-carousel__bottom{box-sizing:border-box;background:0 0;border-radius:.5rem .5rem 0 0;flex:none;justify-content:center;align-items:center;gap:1rem;width:100%;min-width:0;max-width:100%;padding:1rem 1rem 1.25rem;display:flex;overflow:hidden}.fullscreen-carousel__thumbs-wrap{box-sizing:border-box;align-items:center;gap:.5rem;width:min(90vw,980px);max-width:100%;padding:.5rem .25rem 0;display:flex}.fullscreen-carousel__thumbs-scroll-btn{background:var(--fullscreenCarousel-thumbs-button-background);width:2.25rem;height:2.25rem;color:var(--fullscreenCarousel-thumbs-button-foreground);cursor:pointer;z-index:2;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:background .2s,transform .15s,opacity .36s cubic-bezier(.16,1,.3,1);display:flex}.fullscreen-carousel__thumbs-scroll-btn:hover{background:var(--fullscreenCarousel-thumbs-button-background-hover)}.fullscreen-carousel__thumbs-scroll-btn:active{transform:scale(.96)}.fullscreen-carousel__thumbs-scroll-btn:focus-visible{outline:2px solid var(--global-company-color);outline-offset:2px}.fullscreen-carousel__thumbs{gap:var(--carousel-thumb-gap,10px);scroll-snap-type:x proximity;scrollbar-width:none;-ms-overflow-style:none;flex:1;min-width:0;padding:.25rem 0 0;display:flex;overflow-x:auto}.fullscreen-carousel__thumbs::-webkit-scrollbar{display:none}.fullscreen-carousel__thumb{width:var(--carousel-thumb-size,78px);height:var(--carousel-thumb-size,78px);aspect-ratio:1;border:2px solid var(--fullscreenCarousel-thumb-border);cursor:pointer;background:var(--fullscreenCarousel-thumb-background);scroll-snap-align:center;border-radius:.5rem;flex-shrink:0;padding:0;transition:border-color .14s,transform .14s,box-shadow .14s;position:relative;overflow:hidden}.fullscreen-carousel__thumb:hover{border-color:var(--fullscreenCarousel-thumb-border-hover);transform:translateY(-2px)}.fullscreen-carousel__thumb--active{border-color:var(--global-company-color);box-shadow:0 10px 24px var(--fullscreenCarousel-thumb-active-shadow)}.fullscreen-carousel__thumb-img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.fullscreen-carousel__thumb-active-bar{background:var(--global-company-color);transform-origin:50%;z-index:2;pointer-events:none;border-radius:9999px;height:3px;transition:transform .32s cubic-bezier(.16,1,.3,1);position:absolute;bottom:6px;left:10%;right:10%;transform:scaleX(0)}.fullscreen-carousel__thumb--active .fullscreen-carousel__thumb-active-bar{transform:scaleX(1)}.fullscreen-carousel__counter{background:var(--fullscreenCarousel-counter-background);color:var(--global-white);border-radius:9999px;padding:.35rem .85rem;font-size:.875rem;font-weight:600}.fullscreen-carousel__btn{background:var(--fullscreenCarousel-button-background);width:2.75rem;height:2.75rem;color:var(--fullscreenCarousel-button-foreground);cursor:pointer;z-index:30;pointer-events:auto;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .2s,transform .15s,box-shadow .2s,opacity .36s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;top:50%;transform:translateY(-50%)}.fullscreen-carousel__btn:hover:not(:disabled){background:var(--fullscreenCarousel-button-background-hover);box-shadow:none}.fullscreen-carousel__btn:active:not(:disabled){transform:translateY(-50%)scale(.96)}.fullscreen-carousel__btn:disabled{opacity:.4;cursor:not-allowed}.fullscreen-carousel__btn--prev{left:1rem}.fullscreen-carousel__btn--next{right:1rem}.fullscreen-carousel__dots{box-sizing:border-box;background:var(--fullscreenCarousel-dots-background);border-radius:9999px;flex-wrap:nowrap;justify-content:center;gap:.375rem;padding:.5rem .75rem;display:flex}.fullscreen-carousel__go-to{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.fullscreen-carousel__go-to-label{color:var(--fullscreenCarousel-goto-label-foreground);white-space:nowrap;font-size:.8125rem;font-weight:600}.fullscreen-carousel__go-to-input{width:3.5rem;color:var(--global-black);background:var(--fullscreenCarousel-goto-input-background);border:1px solid var(--fullscreenCarousel-goto-input-border);text-align:center;appearance:textfield;border-radius:.375rem;padding:.35rem .5rem;font-size:.875rem;font-weight:600}.fullscreen-carousel__go-to-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.fullscreen-carousel__go-to-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.fullscreen-carousel__go-to-input:focus{outline:2px solid var(--global-company-color);outline-offset:2px}.fullscreen-carousel__dot{background:var(--fullscreenCarousel-dot-inactive);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;width:.5rem;height:.5rem;padding:0;transition:background .2s,width .2s,transform .15s}.fullscreen-carousel__dot:hover{background:var(--fullscreenCarousel-dot-hover);transform:scale(1.15)}.fullscreen-carousel__dot--selected{background:var(--global-company-color);border-radius:9999px;width:1.5rem}.fullscreen-carousel--opening .fullscreen-carousel__backdrop,.fullscreen-carousel--closing .fullscreen-carousel__backdrop{opacity:0}.fullscreen-carousel--opening .fullscreen-carousel__inner{opacity:0;transform:translateY(16px)scale(.985)}.fullscreen-carousel--closing .fullscreen-carousel__inner{opacity:0;transform:translateY(12px)scale(.99)}.fullscreen-carousel--opening .fullscreen-carousel__close,.fullscreen-carousel--opening .fullscreen-carousel__btn,.fullscreen-carousel--opening .fullscreen-carousel__bottom,.fullscreen-carousel--opening .fullscreen-carousel__thumbs-scroll-btn,.fullscreen-carousel--closing .fullscreen-carousel__close,.fullscreen-carousel--closing .fullscreen-carousel__btn,.fullscreen-carousel--closing .fullscreen-carousel__bottom,.fullscreen-carousel--closing .fullscreen-carousel__thumbs-scroll-btn{opacity:0}.fullscreen-carousel__close:focus-visible,.fullscreen-carousel__btn:focus-visible,.fullscreen-carousel__dot:focus-visible,.fullscreen-carousel__thumb:focus-visible,.fullscreen-carousel__thumbs-scroll-btn:focus-visible,.fullscreen-carousel__go-to-input:focus-visible{outline:2px solid var(--global-company-color);outline-offset:2px}@media (prefers-reduced-motion:reduce){.fullscreen-carousel__backdrop,.fullscreen-carousel__inner,.fullscreen-carousel__close,.fullscreen-carousel__btn,.fullscreen-carousel__dot,.fullscreen-carousel__thumb,.fullscreen-carousel__thumb-active-bar,.fullscreen-carousel__thumbs-scroll-btn,.fullscreen-carousel__slide{transition:none}}@media (max-width:640px){.fullscreen-carousel__thumbs-wrap{gap:.35rem;width:100%;padding-top:.35rem}.fullscreen-carousel__thumbs-scroll-btn{width:2rem;height:2rem}.fullscreen-carousel__thumbs{padding-top:.2rem}}
.placeholders-vanish-wrapper{--placeholdersAndVanishInput-input-border:var(--global-border-default);--placeholdersAndVanishInput-focus-glow:color-mix(in srgb,var(--global-company-color)15%,transparent);--placeholdersAndVanishInput-pulse-start:color-mix(in srgb,var(--global-company-color)25%,transparent);--placeholdersAndVanishInput-pulse-fade:color-mix(in srgb,var(--global-company-color)0%,transparent);width:100%;position:relative}.placeholders-vanish-input-wrap{background:var(--global-white);border:1px solid var(--placeholdersAndVanishInput-input-border);border-radius:.5rem;transition:border-color .2s,box-shadow .2s;position:relative}.placeholders-vanish-input-wrap:focus-within{border-color:var(--global-company-color);box-shadow:0 0 0 2px var(--placeholdersAndVanishInput-focus-glow)}.placeholders-vanish-input-wrap.placeholders-vanish--animated{animation:.6s placeholders-vanish-glow}@keyframes placeholders-vanish-glow{0%{box-shadow:0 0 0 0 var(--placeholdersAndVanishInput-pulse-start)}70%{box-shadow:0 0 0 8px var(--placeholdersAndVanishInput-pulse-fade)}to{box-shadow:0 0 0 2px var(--placeholdersAndVanishInput-focus-glow)}}.placeholders-vanish-textarea{width:100%;min-height:6rem;color:var(--global-black);resize:vertical;background:0 0;border:none;outline:none;padding:.75rem 1rem;font-family:inherit;font-size:.9375rem;line-height:1.5;display:block}.placeholders-vanish-textarea::placeholder{color:var(--global-text-muted)}.placeholders-vanish-submit-wrap{justify-content:flex-end;margin-top:.75rem;display:flex}.placeholders-vanish-submit{color:var(--global-white);background:var(--global-company-color);cursor:pointer;border:none;border-radius:.375rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;transition:background .2s,transform .15s}.placeholders-vanish-submit:hover{background:var(--global-company-color-hover)}.placeholders-vanish-submit:active{transform:scale(.98)}
.inquiry-form-card,.inquiry-form-stepper{--requestInfo-success-background:#dcfce7;--requestInfo-success-text:#166534;--requestInfo-step-completed-bg:var(--global-border-medium);--requestInfo-input-border:var(--global-border-default)}.inquiry-form-card .card__header{padding-bottom:0}.inquiry-form-enquiry-subject{color:var(--global-text-muted);margin:.5rem 0 0;font-size:.875rem;font-weight:500}.inquiry-form-card-content{padding-top:.25rem}.inquiry-form-success{background:var(--requestInfo-success-background);color:var(--requestInfo-success-text);border-radius:.375rem;margin-bottom:1rem;padding:.75rem 1rem;font-size:.9375rem}.inquiry-form-error{color:var(--global-company-color);margin:0 0 .75rem;font-size:.875rem}.inquiry-form-stepper{max-width:28rem;margin-top:.5rem}.inquiry-form-stepper .MuiStepIcon-root{width:28px;height:28px}.inquiry-form-stepper .MuiStepIcon-root circle{fill:var(--global-border-subtle)}.inquiry-form-stepper .MuiStepIcon-root.Mui-active circle{fill:var(--global-company-color)}.inquiry-form-stepper .MuiStepIcon-root.Mui-completed circle{fill:var(--requestInfo-step-completed-bg)}.inquiry-form-stepper .MuiStepIcon-text{fill:var(--global-white);font-size:.75rem}.inquiry-form-stepper .MuiStepIcon-root.Mui-active .MuiStepIcon-text,.inquiry-form-stepper .MuiStepIcon-root.Mui-completed .MuiStepIcon-text{fill:var(--global-white)}.inquiry-form-stepper .MuiStepConnector-line{border-color:var(--global-border-subtle);border-width:1px}.inquiry-form-stepper .MuiStepLabel-root{font-weight:400}.inquiry-form-stepper .MuiStepLabel-label{font-size:.9375rem}.inquiry-form-stepper .MuiStepLabel-root.Mui-active .MuiStepLabel-label{font-weight:600}.inquiry-form-stepper .MuiStepLabel-optional{color:var(--global-text-muted);margin-top:.15rem;font-size:.75rem}.inquiry-form-stepper .MuiStepContent-root{margin-top:.5rem;padding-bottom:.25rem;padding-left:.5rem}.inquiry-form-step-indicator{color:var(--global-text-muted);letter-spacing:.02em;margin-bottom:.35rem;font-size:.75rem;font-weight:500;display:block}.inquiry-form-step-description{color:var(--global-text-muted);margin-bottom:.875rem;font-size:.875rem;line-height:1.45}.inquiry-form-step-contact .inquiry-form-field,.inquiry-form-step-message .inquiry-form-field{margin-bottom:1rem}.inquiry-form-step-contact .inquiry-form-field:first-child,.inquiry-form-step-message .inquiry-form-field:first-child{margin-top:0}.inquiry-form-field{margin-bottom:1rem}.inquiry-form-label{color:var(--global-black);margin-bottom:.25rem;font-size:.875rem;font-weight:500;display:block}.inquiry-form-label--required:after{content:"*";color:var(--global-company-color);margin-left:.15rem}.inquiry-form-input{border:1px solid var(--requestInfo-input-border);background:var(--global-white);width:100%;color:var(--global-black);border-radius:.375rem;padding:.5rem .75rem;font-size:.9375rem;line-height:1.5;display:block}.inquiry-form-input:focus{border-color:var(--global-company-color);outline:none}.inquiry-form-input--error,.placeholders-vanish-input-wrap.inquiry-form-input--error{border-color:var(--global-company-color)}.inquiry-form-textarea{resize:vertical;min-height:6rem}.inquiry-form-actions{flex-wrap:wrap;gap:.5rem;margin-top:1.25rem;margin-bottom:.25rem;display:flex}.inquiry-form-btn-next{background:var(--global-company-color)!important;color:var(--global-white)!important;text-transform:none!important;border-radius:.375rem!important;padding:.5rem 1rem!important;font-weight:600!important}.inquiry-form-btn-next:hover{background:var(--global-company-color-hover)!important}.inquiry-form-btn-back{color:var(--global-text-muted)!important;text-transform:none!important;border-radius:.375rem!important;font-weight:500!important}.inquiry-form-step-review{padding:.75rem 0}.inquiry-form-review-text{margin-bottom:.35rem;font-size:.9375rem;line-height:1.5}
.properties-list-grid-item{min-width:0;display:flex}.properties-list-grid-item>*{flex:1;min-height:0}
.developments-list-grid-item{min-width:0;display:flex}.developments-list-grid-item>*{flex:1;min-height:0}
.properties-pagination-mui,.properties-pagination-indicator{--propertiesPagination-hover-color:var(--global-text-hover-deep);--propertiesPagination-disabled-color:var(--global-border-medium);--propertiesPagination-selected-shadow:color-mix(in srgb,var(--global-company-color)25%,transparent)}.properties-pagination-wrapper{justify-content:flex-end;align-items:center;gap:.5rem;display:flex}.properties-pagination-mui{align-items:center;gap:.25rem;display:flex}.properties-pagination-mui .MuiButtonBase-root{min-width:36px;height:36px;color:var(--global-text-muted);background:0 0;border:1px solid #0000;border-radius:50%;justify-content:center;align-items:center;font-size:.875rem;font-weight:600;transition:all .2s;display:flex}.properties-pagination-mui .MuiButtonBase-root:hover{background:var(--global-page-background-light);color:var(--propertiesPagination-hover-color);border-color:var(--global-border-subtle)}.properties-pagination-mui .MuiButtonBase-root.Mui-selected{background:var(--global-company-color);color:var(--global-white);border-color:var(--global-company-color);box-shadow:0 2px 4px var(--propertiesPagination-selected-shadow);font-weight:600}.properties-pagination-mui .MuiButtonBase-root.Mui-selected:hover{background:var(--global-company-color-hover);border-color:var(--global-company-color-hover)}.properties-pagination-mui .MuiButtonBase-root:disabled{color:var(--propertiesPagination-disabled-color);cursor:not-allowed;background:0 0}.properties-pagination-indicator{color:var(--global-text-muted);background:var(--global-page-background-light);border:1px solid var(--global-border-subtle);border-radius:9999px;margin:0;padding:.5rem 1rem;font-size:.8125rem;font-weight:600}
