.location-detail-info{border-block-end:1px solid var(--primary-color);display:flex;flex-direction:column-reverse;gap:30px;padding-block-end:50px}@media (min-width:700px){.location-detail-info{flex-direction:row}}.location-detail-info h2{color:var(--primary-color);font-family:FF Kievit Pro ExtraBoldSC,sans-serif;font-size:30px;height:78px;line-height:39px;text-transform:uppercase}.location-detail-lead{flex:1}.location-detail-map{display:flex;flex:1;justify-content:center}.location-detail-map img{cursor:zoom-in;height:auto;max-height:500px;transform-origin:center;transition:max-height .3s ease-out;width:auto}.location-detail-header,.location-detail-region{margin-block-start:50px}.location-detail-region:not(:last-child){border-block-end:1px solid var(--primary-color);padding-block-end:50px}.location-detail-region h2{font-size:45px;line-height:54px}.location-detail-region h2,.location-detail-region h3{color:var(--primary-color);font-family:FF Kievit Pro ExtraBoldSC,sans-serif;text-transform:uppercase}.location-detail-region h3{font-size:30px;height:78px;line-height:39px}.location-detail-region>*+*{margin-block-start:50px}.location-detail-region-wrap{-moz-column-gap:20px;column-gap:20px;display:flex;flex-direction:column;row-gap:50px}@media (min-width:1175px){.location-detail-region-wrap{flex-direction:row}}@media (min-width:1000px){.location-detail-region-contact{flex:1}.location-detail-region-contacts{flex:2}}.location-detail-region-contacts-list{display:flex;flex-direction:column;flex-wrap:wrap;gap:20px}@media (min-width:1175px){.location-detail-region-contacts-list{flex-direction:row}}@media (min-width:1000px){.location-detail-region-contacts-list>li{flex-basis:calc(50% - 10px)}}.location-detail .location-image-dialog{align-items:center;background:rgba(0,0,0,.8);border:none;display:flex;height:100%;justify-content:center;left:0;margin:0;max-height:100%;max-width:100%;opacity:0;padding:0;position:fixed;top:0;transition:opacity .3s ease,visibility .3s ease;visibility:hidden;width:100%;z-index:9999}.location-detail .location-image-dialog[open]{opacity:1;visibility:visible}.location-detail .location-image-dialog::backdrop{background:var(--backdrop-color)}.location-detail .location-image-dialog .dialog-content{background:var(--bg-color-light);border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,.3);display:flex;height:100dvh;max-height:90%;max-width:90%;padding:20px;position:relative;width:100dvh}.location-detail .location-image-dialog .dialog-content img{display:block;height:auto;width:100%}.location-detail .location-image-dialog .dialog-close{background:none;border:none;cursor:pointer;display:block;height:30px;line-height:1;position:absolute;right:15px;top:10px;transition:color .3s ease;width:30px}.location-detail .location-image-dialog .dialog-close svg{height:auto;max-width:100%}.location-detail .location-dialog-trigger{background:none;border:none;cursor:pointer;display:inline-block;flex:1;outline:none;padding:0}.location-detail .location-dialog-trigger:hover{opacity:.8}