.development-site__container{display:flex;gap:4rem;position:relative;z-index:4}.development-site__container--beauford-park{flex-direction:column}.development-site__site-image{flex:1;height:100%;position:sticky;top:calc(var(--header-height) + 9rem);width:100%}.development-site__site-image--beauford-park{position:relative;top:unset}.development-site__site-image svg{height:100%;position:absolute;top:0;width:100%}.development-site__plot-box{animation-duration:.45s;animation-fill-mode:forwards;animation-name:bounceInModal;animation-timing-function:linear;background-color:hsla(0,0%,100%,.97);box-shadow:0 0 18px 0 rgba(57,57,57,.3);display:none;left:0;position:absolute;top:0;width:300px;z-index:10}.development-site__plot-box.plot-box--active{display:block}.development-site__plot-image{height:175px;overflow:hidden}.development-site__plot-image img{height:100%;object-fit:cover;overflow-clip-margin:unset;width:100%}.development-site__plot-close{background:var(--color-dark-blue);clip-path:polygon(20% 0,0 20%,30% 50%,0 80%,20% 100%,50% 70%,80% 100%,100% 80%,70% 50%,100% 20%,80% 0,50% 30%);cursor:pointer;display:none;height:20px;margin:1rem;position:absolute;right:0;top:0;width:20px}.development-site__plot-banner{color:#fff;font-family:var(--font-secondary);font-size:1.2rem;font-weight:700;padding:1rem 0;text-align:center;text-transform:uppercase;width:100%}.development-site__plot-banner.plot-banner--sold{background-color:var(--color-dark-blue)}.development-site__plot-banner.plot-banner--available{background-color:#ffbba3}.development-site__plot-banner.plot-banner--showhome{background-color:#b185eb}.development-site__plot-banner.plot-banner--reserved{background-color:#b5c0c6}.development-site__plot-banner.plot-banner--comingsoon{background-color:#8ed3f7}.development-site__plot-banner.plot-banner--earlybird{background-color:#83db7c}.development-site__plot-info{display:flex;flex-direction:column;gap:.6rem;padding:1.5rem 2rem 2rem;text-align:center}.development-site__plot-title{font-weight:600}.development-site__plot-number{color:var(--color-dark-blue);font-family:var(--font-secondary);font-size:1.3rem;font-weight:600}.development-site__plot-description{color:var(--color-gray-200);line-height:1.1}.development-site__plot-price{font-size:2.8rem;font-weight:600;padding:.4rem 0 .8rem}.development-site__plot-cta{margin:0 1rem;width:auto!important}.development-site__filter{flex:1;font-family:var(--font-secondary);font-size:1.4rem;margin-top:6rem}.development-site__filter-by--status{margin-top:4rem}.development-site__filter-title{font-family:var(--font-primary)}.development-site__filter-text{margin-bottom:2rem}.development-site__status-table,.development-site__type-table{column-gap:1.5rem;display:grid;grid-auto-rows:1fr;grid-template-columns:repeat(2,1fr);row-gap:1.5rem}.development-site__status-container,.development-site__type-property{background-color:var(--color-gray-100);display:flex}.development-site__property-checkbox-container,.development-site__status-checkbox-container{margin:auto 1rem}.development-site__property-checkbox,.development-site__status-checkbox{background:#fff;border:unset;border-radius:2rem;height:2rem;width:2rem}.development-site__property-checkbox:checked,.development-site__status-checkbox:checked{background:var(--color-dark-blue)}.development-site__property-checkbox:checked:before,.development-site__status-checkbox:checked:before{background-color:#fff}.development-site__property-content{display:flex}.development-site__property-image{align-items:center;display:flex;min-width:70px;width:70px}.development-site__property-image img{max-height:80px}.development-site__property-info{display:flex;flex-direction:column;justify-content:center;padding:1rem}.development-site__property-name{font-size:1.5rem;font-weight:700}.development-site__property-description{font-size:1.2rem}.development-site__status-label{align-items:center;display:flex;font-size:1.7rem;margin-left:1rem;text-align:center}.development-site__status-icon{align-items:center;display:flex;height:4rem;justify-content:center;margin-left:auto;width:4rem}.development-site__status-svg{height:2.5rem;width:2.5rem}.development-site .siteIcon__status--sold path:last-of-type,.development-site .siteIcon__status--sold rect:last-of-type,.development-site__status-svg--sold path:last-of-type,.development-site__status-svg--sold rect:last-of-type{fill:var(--color-dark-blue)}.development-site .siteIcon__status--available path:last-of-type,.development-site .siteIcon__status--available rect:last-of-type,.development-site__status-svg--available path:last-of-type,.development-site__status-svg--available rect:last-of-type{fill:#ffbba3;animation:pulse 2s infinite}.development-site .siteIcon__status--showhome path:last-of-type,.development-site .siteIcon__status--showhome rect:last-of-type,.development-site__status-svg--showhome path:last-of-type,.development-site__status-svg--showhome rect:last-of-type{fill:#b185eb}.development-site .siteIcon__status--reserved path:last-of-type,.development-site .siteIcon__status--reserved rect:last-of-type,.development-site__status-svg--reserved path:last-of-type,.development-site__status-svg--reserved rect:last-of-type{fill:#b5c0c6}.development-site .siteIcon__status--comingsoon path:last-of-type,.development-site .siteIcon__status--comingsoon rect:last-of-type,.development-site__status-svg--comingsoon path:last-of-type,.development-site__status-svg--comingsoon rect:last-of-type{fill:#8ed3f7}.development-site .siteIcon__status--earlybird path:last-of-type,.development-site .siteIcon__status--earlybird rect:last-of-type,.development-site__status-svg--earlybird path:last-of-type,.development-site__status-svg--earlybird rect:last-of-type{fill:#83db7c}.development-site .siteIcon{display:none}.development-site .siteIcon:hover{cursor:pointer}.development-site .siteIcon.status--active.property--active{display:block}@media(max-width:992px){.development-site__container{flex-direction:column;gap:0}.development-site__site-image{margin:auto;max-width:700px;position:relative;top:unset}.development-site__filter{margin-top:0}}@media(max-width:576px){.development-site__plot-box{left:50%;margin-left:-150px;margin-top:-250px;top:50%}.development-site__plot-close{display:block}.development-site__property-checkbox-container{margin:2rem 1rem}.development-site__property-content{flex-direction:column}.development-site__property-image{height:80px;min-height:80px}.development-site__property-info{padding-left:0}.development-site__status-label{font-size:1.4rem;margin-left:0}}@media(max-width:400px){.development-site__status-table{grid-template-columns:repeat(1,1fr)}}@keyframes bounceInModal{0%{opacity:0;transform:scale(.3)}50%{opacity:.9;transform:scale(1.05)}80%{opacity:1;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%{box-shadow:0 0 0 0 hsla(0,0%,100%,.7)}70%{box-shadow:0 0 0 8px hsla(0,0%,100%,0)}to{box-shadow:0 0 0 0 hsla(0,0%,100%,0)}}