.Title____eBrvg {
    position: relative;
    width: 100%
}

.Title_heading__Qbabu {
    text-transform: uppercase;
    line-height: 1em;
    margin-bottom: 1rem;
    text-align: left
}

.Title_light__IADtM {
    font-weight: 300
}

.Title_regular__Mukci {
    font-weight: 400
}

.Title_black__ni6Gt {
    font-weight: 700
}

.Title_ultra__AwVjT {
    font-weight: 800
}

.Title_uppercase__W4MUQ {
    text-transform: uppercase
}

.Title_lowercase___9VuW {
    text-transform: lowercase
}

.Title_capitalize__GrUg9 {
    text-transform: capitalize
}

.Title_text_white__zBX82 {
    color: #fff
}

.Title_text_black__3M0db {
    color: #000
}

.Title_small__kxuer {
    font-size: 12px
}

.Title_normal__T5P8O {
    font-size: 16px
}

.Title_large__IKjpw {
    font-size: 20px
}

.Title_xlarge__NFsgE {
    font-size: 24px
}

.Title_xxlarge__Ih9Os {
    font-size: 42px
}

.Title_tightest__Zd5cn {
    letter-spacing: -.05em
}

.Title_tight__1Cm07 {
    letter-spacing: -.02em
}

.Title_wide__nRBla {
    letter-spacing: .02em
}

.Title_widest__jYjr9 {
    letter-spacing: .05em
}

.TextArea____fujwc h1,.TextArea____fujwc h2,.TextArea____fujwc h3,.TextArea____fujwc p {
    text-wrap: balance
}

.TextArea____fujwc.TextArea_white__TldS9 {
    color: #fff
}

.LocationCard____mUmZj {
    margin: 0 auto 2rem;
    padding: .6rem;
    border: 1px solid transparent;
    border-radius: 6px
}

.LocationCard____mUmZj.LocationCard_selected__45k8a {
    border: 1px solid #000;
    border-radius: 6px
}

.LocationCard____mUmZj:hover {
    cursor: pointer
}

.LocationCard_image__NPZYm {
    overflow: hidden;
    width: 100%;
    height: 54vw;
    margin-bottom: .5rem
}

@media(min-width: 768px) {
    .LocationCard_image__NPZYm {
        height:26vw
    }
}

@media(min-width: 1024px) {
    .LocationCard_image__NPZYm {
        height:18vw
    }
}

@media(min-width: 1440px) {
    .LocationCard_image__NPZYm {
        height:285px
    }
}

.LocationCard_image__NPZYm img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .2s ease-out,opacity .2s ease-out;
    opacity: 1;
    transform: scale(1);
    transform-origin: center
}

.LocationCard_image__NPZYm:hover {
    cursor: pointer
}

.LocationCard_image__NPZYm:hover img {
    opacity: .85;
    transform: scale(1.02)
}

.LocationCard_details__2AF9w:hover {
    cursor: pointer
}

.LocationCard_links__jZ1E3 ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: .5rem 0;
    column-gap: 2rem;
    text-transform: uppercase
}

.Button____HBxrt {
    padding: .8rem 1.2rem;
    border-radius: 6px;
    cursor: pointer;
    border: none;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap
}

.Button____HBxrt:disabled {
    opacity: .2;
    pointer-events: none
}

.Button____HBxrt.Button_black__teYWV {
    border: 2px solid #000;
    background: #000;
    color: #fff;
    transition: background .2s ease-out,color .2s ease-out,border-color .2s ease-out
}

.Button____HBxrt.Button_black__teYWV:hover {
    background: #fff;
    color: #000;
    border-color: #000
}

.Button____HBxrt.Button_gray__3Cte3 {
    border: 2px solid #c9c9c9;
    background: #c9c9c9;
    color: #000;
    transition: background .2s ease-out,color .2s ease-out,border-color .2s ease-out
}

.Button____HBxrt.Button_gray__3Cte3:hover {
    background: #000;
    color: #fff;
    border-color: #000
}

.Button____HBxrt.Button_white___PnbO {
    border: 2px solid #fff;
    background: #fff;
    color: #000;
    transition: background .2s ease-out,color .2s ease-out,border-color .2s ease-out
}

.Button____HBxrt.Button_white___PnbO:hover {
    background: #000;
    color: #fff;
    border-color: #000
}

.Button____HBxrt.Button_outline__Lwkom {
    border: 1px solid #000;
    background: #fff;
    color: #000;
    transition: background .2s ease-out,color .2s ease-out,border-color .2s ease-out
}

.Button____HBxrt.Button_outline__Lwkom:hover {
    background: #000;
    color: #fff
}

.Button____HBxrt.Button_outline-white__4yyL2 {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    transition: background .2s ease-out,color .2s ease-out,border-color .2s ease-out
}

.Button____HBxrt.Button_outline-white__4yyL2:hover {
    background: #fff;
    color: #000
}

.Button____HBxrt.Button_blue__WDyVp {
    border: 1px solid transparent;
    background: blue;
    color: #fff;
    transition: background .2s ease-out,color .2s ease-out,border-color .2s ease-out
}

.Button____HBxrt.Button_small__kLM0U {
    padding: .6rem 1rem;
    font-size: .8rem
}

.Button____HBxrt.Button_small__kLM0U.Button_outline__Lwkom {
    padding: .663rem 1rem
}

.Button____HBxrt.Button_regular__t5GEY {
    padding: .75rem 1.1rem;
    font-size: .9rem
}

.Button____HBxrt.Button_large__wU16g {
    padding: 1rem 1.4rem;
    font-size: 1.1rem
}

.Button____HBxrt.Button_has_shadow__ICSq6 {
    box-shadow: 0 0 .55rem rgba(0,0,0,.25);
    transition: box-shadow .2s ease-out
}

.Button____HBxrt.Button_has_shadow__ICSq6:hover {
    box-shadow: 0 0 .55rem rgba(0,0,0,.5)
}

.Button____HBxrt a {
    color: inherit
}

.Map_filters__jZZsh {
    padding: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: .5rem
}

.Map_filters__jZZsh button[class*=button] {
    padding: 3px 10px
}

.Map_filters__jZZsh button[class*=button].Map_selected__yXv7Y {
    background-color: #000;
    color: #fff
}

.Neighborhood____YJxeb {
    flex-direction: column;
    min-height: 100vh;
    display: flex
}

.Neighborhood____YJxeb .Neighborhood_intro__UiOFP {
    padding-bottom: 0!important
}

.Neighborhood_locations_grid__cKuOZ {
    padding: 0 calc(20px - .6rem);
    width: 100%
}

@media(min-width: 768px) {
    .Neighborhood_locations_grid__cKuOZ {
        display:grid;
        grid-template-columns: repeat(2,minmax(0,1fr))
    }
}

@media(min-width: 1024px) {
    .Neighborhood_locations_grid__cKuOZ {
        width:70%;
        max-width: 1024px
    }
}

.Neighborhood_locations_grid__cKuOZ .Neighborhood_card__dM0p6 {
    width: 100%
}

.Neighborhood_map__7TiYD {
    box-shadow: 0 0 10px rgba(0,0,0,.25);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 6px;
    min-height: 400px;
    display: none
}

@media(min-width: 1024px) {
    .Neighborhood_map__7TiYD {
        display:block;
        width: 28%;
        position: fixed;
        right: 20px;
        top: 150px;
    }
}

@media(min-width: 1470px) {
    .Neighborhood_map__7TiYD {
        width:calc(100% - 1044px)
    }
}

.Neighborhood_map_container__PD4tA {
    position: relative;
    width: 100%;
    height: 46vw;
    max-height: 850px
}

.Section____PiHfD {
    padding: 70px 20px;
    width: 100%
}

.Section_contain__tKQMd {
    max-width: 1440px;
    margin: 0 auto
}

.Section_full_bleed__a6I4u {
    box-shadow: 0 0 0 100vmax #000;
    -webkit-clip-path: inset(0 -100vmax);
    clip-path: inset(0 -100vmax)
}

.Section_inverse__sEKpq {
    background: #000;
    color: #fff
}

.Column____ROQ0g {
    width: 100%
}

@media(min-width: 768px) {
    .Column____ROQ0g {
        width:50%
    }
}

.Column_intro_no_carousel__C6e6w {
    padding-top: 200px!important;
    padding-bottom: 0!important;
    display: flex;
    flex-direction: column;
    gap: 4%
}

@media(min-width: 768px) {
    .Column_intro_no_carousel__C6e6w {
        flex-direction:row
    }
}

.TwoToneTitle____fCibk {
    padding: 0;
    max-width: 910px
}

.Intro____6CfyA {
    width: 100%;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 20px
}

@media(min-width: 768px) {
    .Intro____6CfyA {
        padding:100px 20px 0;
        flex-direction: row
    }
}

.Intro____6CfyA .Intro_title__V5ARz {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 3rem
}

.Intro____6CfyA .Intro_column__o2OAu {
    width: 100%
}

@media(min-width: 768px) {
    .Intro____6CfyA .Intro_column__o2OAu {
        width:50%
    }
}

.Intro____6CfyA.Intro_contain__LvG_Q {
    max-width: 1200px;
    margin-right: auto;
    margin-left: 0
}

.Intro____6CfyA .Intro_children__VKrnj {
    display: flex;
    justify-content: center
}

.Intro____6CfyA.Intro_no_hero__pkUCr {
    padding-top: 200px
}
