@font-face{font-family:Baskervville;src:url(/assets/fonts/baskervville-400.ttf)format("truetype");font-style:normal;font-weight:400;font-display:swap}@font-face{font-family:Baskervville;src:url(/assets/fonts/baskervville-500.ttf)format("truetype");font-style:normal;font-weight:500;font-display:swap}@font-face{font-family:Baskervville;src:url(/assets/fonts/baskervville-italic.ttf)format("truetype");font-style:italic;font-weight:400;font-display:swap}@font-face{font-family:Charis SIL;src:url(/assets/fonts/charis-sil-400.ttf)format("truetype");font-style:normal;font-weight:400;font-display:swap}:root{--green:#586d5c;--green-deep:#444e46;--charcoal:#44413d;--olive:#afae95;--paper:#fff;--ink:#212121;--section-pad:clamp(2rem, 4vw, 4.5rem);--content:1366px;--ease:cubic-bezier(.22, 1, .36, 1)}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--paper);scroll-padding-top:90px;overflow-x:clip}body{color:var(--ink);background:var(--paper);text-rendering:optimizelegibility;margin:0;font:400 16px/1.3 Baskervville,Georgia,serif;overflow-x:hidden}body.menu-open{overflow:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit;border-radius:0}button,a{-webkit-tap-highlight-color:transparent}h1,h2,h3,p{margin-top:0}h1,h2{font-weight:500}h2{font-size:clamp(2.2rem,4vw,3.25rem);line-height:1.08}h3{letter-spacing:.15em;text-transform:uppercase;font:400 clamp(1.25rem,2vw,1.75rem)/1.25 Charis SIL,Georgia,serif}.skip-link{z-index:1000;color:var(--paper);background:var(--charcoal);padding:.7rem 1rem;transition:transform .2s;position:fixed;top:.75rem;left:.75rem;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}.section-shell{width:min(100%, calc(var(--content) + var(--section-pad) * 2));padding-inline:var(--section-pad);margin-inline:auto}.button{border:2px solid var(--green);min-height:2.65rem;color:var(--paper);background:var(--green);cursor:pointer;transition:color .45s var(--ease), background .45s var(--ease), border-color .45s var(--ease), transform .45s var(--ease);justify-content:center;align-items:center;padding:.65rem 1.25rem .55rem;font-size:.92rem;line-height:1;display:inline-flex}.button:hover,.button:focus-visible{border-color:var(--green-deep);background:var(--green-deep);transform:translateY(-2px)}.button-small{min-height:2.35rem;padding-inline:1rem;font-size:.78rem}.button-outline{color:var(--ink);background:0 0}.button-outline:hover,.button-outline:focus-visible{color:var(--paper)}.button-ghost-light{color:var(--paper);background:#00000014;border-color:#ffffffe6}.button-ghost-light:hover,.button-ghost-light:focus-visible{border-color:var(--paper);color:var(--ink);background:var(--paper)}.button-light{border-color:var(--paper);color:var(--green);background:var(--paper)}.button-row{flex-wrap:wrap;gap:.8rem;display:flex}.eyebrow{color:var(--green);letter-spacing:.1em;text-transform:uppercase;margin-bottom:1.1rem;font-size:.72rem}[data-reveal]{opacity:0;transition:opacity .9s var(--ease), transform .9s var(--ease);transform:translateY(34px)}[data-reveal].is-visible{opacity:1;transform:none}.site-header{z-index:100;min-height:90px;color:var(--paper);transition:min-height .45s var(--ease), color .35s ease, background .35s ease, box-shadow .35s ease;grid-template-columns:220px 1fr auto;align-items:center;gap:2rem;padding:.95rem 2rem;display:grid;position:fixed;top:0;left:0;right:0}.site-header.is-scrolled{min-height:70px;color:var(--ink);backdrop-filter:blur(12px);background:#fffffff5;box-shadow:0 8px 30px #00000014}.brand{width:203px;height:59px;display:block;position:relative}.brand img{object-fit:contain;object-position:left center;width:100%;height:100%;transition:opacity .3s;position:absolute;inset:0}.brand-dark,.is-scrolled .brand-light{opacity:0}.is-scrolled .brand-dark{opacity:1}.desktop-nav{justify-content:flex-end;gap:clamp(2rem,3vw,3.25rem);display:flex}.desktop-nav a{font-size:1rem;position:relative}.desktop-nav a:after{content:"";transform-origin:100%;height:1px;transition:transform .35s var(--ease);background:currentColor;position:absolute;bottom:-.45rem;left:0;right:0;transform:scaleX(0)}.desktop-nav a:hover:after,.desktop-nav a:focus-visible:after{transform-origin:0;transform:scaleX(1)}.header-cta{width:193.5px;min-height:40.8px;font-size:1rem}.menu-button{width:42px;height:36px;color:inherit;cursor:pointer;background:0 0;border:0;padding:8px;display:none}.menu-button span{background:currentColor;width:100%;height:2px;margin:5px 0;transition:transform .3s,opacity .3s;display:block}.mobile-menu{z-index:90;color:var(--paper);background:var(--green-deep);opacity:0;pointer-events:none;transition:opacity .35s var(--ease), transform .35s var(--ease);flex-direction:column;justify-content:center;align-items:center;padding:6rem 2rem 3rem;display:flex;position:fixed;inset:0;transform:translateY(-2rem)}.mobile-menu>img{width:190px;margin-bottom:3rem}.mobile-menu nav{flex-direction:column;align-items:center;gap:1.3rem;font-size:1.5rem;display:flex}.menu-open .mobile-menu{opacity:1;pointer-events:auto;transform:none}.menu-open .menu-button span:first-child{transform:translateY(7px)rotate(45deg)}.menu-open .menu-button span:nth-child(2){opacity:0}.menu-open .menu-button span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.hero{min-height:0;color:var(--paper);background:var(--green-deep);position:relative;overflow:hidden}.hero-slides,.hero-slide,.hero-shade{height:150vh;position:absolute;top:0;left:0;right:0}.hero-slide{opacity:0;background-position:50%;background-size:cover;transition:opacity 1.5s,transform 7.5s linear;transform:scale(1.06)}.hero-slide.is-active{opacity:1;transform:scale(1)}.hero-shade{z-index:1;background:linear-gradient(to top right,#000000b3,#0000)}.hero-clouds{z-index:5;filter:opacity(36%);pointer-events:none;will-change:opacity, transform;width:min(1200px,100%);max-width:100%;animation:3s forwards hero-cloud-exit;position:absolute;top:0;left:50%;transform:translate(-50%)}@keyframes hero-cloud-exit{0%{opacity:1;transform:translate(-50%)}to{opacity:0;visibility:hidden;transform:translate(50%,-100%)}}.hero-content{z-index:4;width:min(100% - 4rem,1366px);margin:10rem auto 0;padding:0 3rem;position:relative}.hero h1{letter-spacing:normal;text-wrap:initial;width:615px;max-width:100%;margin:3.5rem 0 3rem;font-size:clamp(3rem,2.7rem + 1.5vw,4.5rem);line-height:1.3}.hero h1 em{font-weight:400}.hero-mobile-break{display:none}.hero-index{z-index:4;justify-content:flex-end;align-items:baseline;gap:.4rem;width:200px;font-size:2rem;line-height:41.6px;display:flex;position:absolute;top:10.3125rem;right:max(4rem,50vw - 683px + 4rem)}.hero-index span{font-size:6.25rem;line-height:inherit}.hero-index small{font-size:2rem;line-height:inherit}.hero-line{z-index:3;opacity:.9;pointer-events:none}.hero-line-one{width:175px;height:24px;position:relative}.hero-line-two{width:452px;height:50px;position:absolute;bottom:0;right:3rem}.hero-actions{gap:1rem;display:flex}.hero-actions .button{white-space:nowrap;width:193.5px;min-height:40.8px;padding:.6rem 1.25rem .5rem;font-size:1rem}.hero-actions .button-ghost-light{width:171.5px}.scroll-cue{z-index:4;border:1px solid #ffffffbf;border-radius:20px;place-items:center;width:30px;height:50px;display:none;position:absolute;bottom:4rem;left:50%;transform:translate(-50%)}.scroll-cue span{background:var(--paper);border-radius:10px;width:3px;height:10px;animation:1.8s infinite scroll-dot}@keyframes scroll-dot{0%,to{opacity:.3;transform:translateY(-7px)}45%{opacity:1;transform:translateY(7px)}}.benefits{z-index:5;width:min(100% - 4rem,1366px);min-height:286px;box-shadow:none;background:0 0;grid-template-columns:repeat(4,1fr);margin:10rem auto 0;display:grid;position:relative}.benefit{color:#77766e;background:var(--paper);min-height:286px;transition:color .5s var(--ease), background .5s var(--ease);border-left:1px solid #44413d21;flex-direction:column;justify-content:flex-start;padding:3.64rem 2rem 2rem;display:flex}.benefit h2{letter-spacing:.15em;color:#686750;text-transform:uppercase;width:100%;margin-bottom:1rem;font:400 1.6rem/1.42 Charis SIL,Georgia,serif}.benefit h2:after{content:"";border-top:1px solid;width:2rem;margin-top:1.1rem;display:block}.benefit p{color:#77766e;margin-bottom:0;font-size:1rem}.benefit-featured{color:var(--paper);background:0 0}.benefit-featured h2,.benefit-featured p{color:var(--paper)}.benefit:not(.benefit-featured):hover{color:#77766e;background:var(--paper)}.benefit:not(.benefit-featured):hover h2{color:#686750}.plots{grid-template-columns:minmax(310px,.38fr) minmax(520px,.62fr);align-items:center;gap:clamp(4rem,8vw,9rem);min-height:980px;padding-top:10rem;padding-bottom:10rem;display:grid;position:relative}.plots:before{z-index:0;content:"";pointer-events:none;background:url(/assets/images/branch-tall.svg) 50%/contain no-repeat;width:293px;height:500px;position:absolute;top:0;left:0}.plot-info{z-index:1;min-width:0;position:relative}.plot-plan{z-index:1;position:relative}.plot-carousel{min-height:500px;position:relative}.plot-card{opacity:0;pointer-events:none;transition:opacity .45s var(--ease), transform .45s var(--ease);flex-direction:column;align-items:flex-start;display:flex;position:absolute;inset:0;transform:translate(28px)}.plot-card.is-active{opacity:1;pointer-events:auto;transform:none}.plot-card h2{margin-bottom:2rem}.plot-card dl{width:100%;margin:0 0 1.5rem}.plot-card dl>div{border-bottom:1px solid #44413d29;justify-content:space-between;gap:1rem;padding:.5rem 0;display:flex}.plot-card dt,.plot-card dd{margin:0}.plot-card dd{text-align:right}.plot-card .sold{color:#9a493e}.plot-card>p:not(.eyebrow){margin-bottom:1.8rem}.carousel-controls{width:max-content;max-width:100%;min-height:30px;color:var(--green);grid-template-columns:30px clamp(100px,11.5vw,165px) auto 30px;align-items:center;gap:1rem;display:grid}.carousel-controls button{width:30px;height:30px;color:inherit;cursor:pointer;background:0 0;border:0;place-items:center;padding:0;font-size:0;line-height:1;display:grid}.carousel-controls button:before{content:"";border-top:1px solid;border-right:1px solid;width:11px;height:11px}.carousel-controls [data-plot-prev]:before{transform:rotate(-135deg)}.carousel-controls [data-plot-next]:before{transform:rotate(45deg)}.carousel-controls [data-plot-current]{text-align:center;min-width:48px}.progress-line{--plot-progress:.0416667;background:var(--olive);width:100%;height:5px;position:relative;overflow:hidden}.progress-line i{background:var(--green);transform:scaleX(var(--plot-progress));transform-origin:0;transition:transform .45s var(--ease);position:absolute;inset:0}.plot-plan{background:var(--green);min-width:0;position:relative;overflow:hidden;box-shadow:0 30px 70px #44413d21}.plot-map-tabs{z-index:5;gap:.6rem;display:flex;position:absolute;top:1.25rem;left:1.25rem}.plot-map-tabs button{border:2px solid var(--green);min-width:76px;color:var(--green);cursor:pointer;background:#ffffffeb;padding:.65rem 1rem;transition:color .25s,background .25s}.plot-map-tabs button.is-active{color:var(--paper);background:var(--green)}.plot-map-layer{aspect-ratio:2272/1400;animation:map-in .45s var(--ease);margin:0;position:relative}.plot-map-layer[hidden]{display:none}.plot-map-layer>img{object-fit:cover;width:100%;height:100%}.map-hotspot{width:2.1rem;height:2.1rem;color:var(--paper);cursor:pointer;background:#44413d9e;border:1px solid #ffffffeb;border-radius:50%;place-items:center;padding:0;font-size:.78rem;line-height:1;transition:color .25s,background .25s,transform .25s;display:grid;position:absolute;transform:translate(-50%,-50%);box-shadow:0 3px 12px #0000002e}.map-hotspot:hover,.map-hotspot:focus-visible{z-index:2;color:var(--green-deep);background:var(--paper);transform:translate(-50%,-50%)scale(1.24)}.map-hotspot.sold{background:#823931bf;border-color:#ffffffb8}@keyframes map-in{0%{opacity:0;transform:scale(1.015)}to{opacity:1;transform:none}}.architecture{padding-top:8rem;padding-bottom:8rem;position:relative;overflow:hidden}.architecture>h2{margin-bottom:3rem}.architecture-layout{z-index:1;grid-template-columns:minmax(0,2fr) minmax(300px,1fr);align-items:start;gap:3rem;display:grid;position:relative}.before-after{background:#e8e6e0;width:100%;height:450px;position:relative;overflow:hidden}.before-after>img,.after-image-wrap,.after-image-wrap img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.after-image-wrap{width:var(--position);overflow:hidden}.after-image-wrap img{width:calc((min(100vw, calc(var(--content) + var(--section-pad) * 2)) - var(--section-pad) * 2 - 3rem) * .666667);object-position:center;max-width:none}.before-handle{z-index:3;top:0;bottom:0;left:var(--position);background:var(--paper);pointer-events:none;width:2px;position:absolute;transform:translate(-50%)}.before-handle img{width:70px;max-width:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.before-range{z-index:4;cursor:ew-resize;opacity:0;width:100%;height:100%;margin:0;position:absolute;inset:0}.architect-copy{width:100%;margin-top:0}.architect-copy h3{max-width:none;margin-bottom:1.5rem}.architect-copy p{margin-bottom:2rem}.fern{z-index:0;opacity:.35;object-fit:contain;pointer-events:none;width:425px;height:867px;position:absolute;bottom:-7rem;right:-1rem}.nature-banner{min-height:800px;color:var(--paper);background:linear-gradient(#ffffffe6,#0000 50%),linear-gradient(#2230280d,#1c2d223d),url(/assets/images/bs2-1536x1024.jpg) bottom/cover fixed;place-items:center;display:grid;position:relative;overflow:hidden}.nature-copy{z-index:3;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:3rem;width:min(100% - 6rem,1136px);padding-block:5rem;display:flex;position:relative}.nature-copy h2{opacity:0;transform-origin:50%;will-change:opacity, transform;margin:0;font-size:4rem;line-height:1.1;transform:scale3d(.3,.3,.3)}.nature-banner.copy-entered .nature-copy h2{animation:2s .5s both nature-heading-zoom}@keyframes nature-heading-zoom{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%,to{opacity:1;transform:scale(1)}}.nature-copy .button-row{justify-content:center}.nature-cloud{z-index:1;object-fit:contain;opacity:1;pointer-events:none;will-change:opacity, transform;width:80%;height:auto;position:absolute;top:50%;transform:translateY(-50%)}.nature-cloud-one{right:0}.nature-cloud-two{left:0}.nature-banner.clouds-entered .nature-cloud-one{animation:3s forwards nature-cloud-exit-right}.nature-banner.clouds-entered .nature-cloud-two{animation:3s forwards nature-cloud-exit-left}@keyframes nature-cloud-exit-right{0%{opacity:1;transform:translateY(-50%)}to{opacity:0;visibility:hidden;transform:translate(100%,-50%)}}@keyframes nature-cloud-exit-left{0%{opacity:1;transform:translateY(-50%)}to{opacity:0;visibility:hidden;transform:translate(-100%,-50%)}}.banner-line{z-index:2;max-width:100%;position:absolute}.banner-line-one{width:175px;height:24px;top:0;left:0}.banner-line-two{width:452px;height:50px;bottom:0;right:0}.location{grid-template-columns:330px minmax(0,1fr);align-items:center;gap:3rem;width:min(100%,1440px);padding:0 5rem 6rem;display:grid;position:relative}.location:before{z-index:0;content:"";opacity:.26;pointer-events:none;background:url(/assets/images/branch-horizontal.svg) 50%/contain no-repeat;width:330px;height:150px;position:absolute;top:-1.25rem;left:5rem}.location-copy{z-index:1;flex-direction:column;justify-content:flex-end;align-self:stretch;padding-bottom:2rem;display:flex;position:relative}.location-copy h3{max-width:330px;margin-bottom:2rem}.location-copy>p:not(.eyebrow){max-width:282px;margin-bottom:2rem}.location-copy .button{align-self:flex-start;min-height:2.55rem;font-size:1rem}.location-map{z-index:1;background:#dce7d4;width:100%;height:500px;margin:0;position:relative;overflow:hidden}.location-map .leaflet-control-zoom a{color:var(--ink);font-family:Arial,sans-serif}.location-map .leaflet-popup-content-wrapper,.location-map .leaflet-popup-tip{border-radius:0;font-family:Baskervville,Georgia,serif}.gallery{padding-top:6rem;padding-bottom:8rem;position:relative}.gallery-fern{z-index:-1;opacity:.35;object-fit:contain;width:478px;height:816px;position:absolute;top:0;left:-3rem;transform:scaleX(-1)}.gallery-stage{aspect-ratio:2.15;margin-inline:1.4rem;position:relative}.gallery-viewport{width:100%;height:100%;overflow:hidden}.gallery-track{width:100%;height:100%;transition:transform .65s var(--ease);will-change:transform;grid-auto-columns:calc(33.3333% - .666667rem);grid-auto-flow:column;gap:1rem;display:grid}.gallery-column{grid-template-rows:repeat(2,minmax(0,1fr));gap:1rem;min-width:0;min-height:0;display:grid}.gallery-column img{object-fit:cover;width:100%;height:100%;min-height:0}.gallery-column-tall{grid-template-rows:minmax(0,1fr)}.gallery-arrow{z-index:4;width:50px;height:50px;color:var(--green);cursor:pointer;background:0 0;border:0;place-items:center;padding:0;transition:opacity .3s;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.gallery-arrow svg{fill:none;width:50px;height:50px;display:block}.gallery-arrow path{stroke:currentColor;stroke-width:4px}.gallery-arrow:hover,.gallery-arrow:focus-visible{opacity:.68}.gallery-prev{left:-3.75rem}.gallery-next{right:-3.75rem}.gallery-dots{justify-content:center;gap:.2rem;margin-top:2.5rem;display:flex}.gallery-dots button{background:var(--olive);cursor:pointer;border:0;width:22px;height:4px;padding:0;transition:width .35s,background .35s}.gallery-dots button.is-active{background:var(--green);width:90px}.visualization-note{color:#212121a8;text-align:center;margin:3rem auto 0;font-size:.82rem}.contact{color:var(--paper);background:var(--green);margin-top:8rem;position:relative}.mountains{width:calc(100% + 2px);max-width:none;position:absolute;bottom:calc(100% - 3px);left:-1px;right:-1px}.contact-inner{grid-template-columns:.42fr .58fr;gap:clamp(4rem,9vw,11rem);min-height:950px;padding-top:7rem;padding-bottom:7rem;display:grid}.contact-intro h2{letter-spacing:.02em;margin-bottom:3rem;font-size:clamp(2.6rem,5vw,4.5rem);line-height:1.13}.contact-intro p{margin-bottom:.25rem;font-size:1.1rem}.contact-form{flex-direction:column;gap:1.05rem;display:flex;position:relative}.contact-form>label:not(.consent,.form-trap){gap:.35rem;display:grid}.form-trap{width:1px;height:1px;position:absolute;left:-10000px;overflow:hidden}.contact-form label>span,.contact-form legend{font-size:.8rem}.contact-form input:not([type=checkbox]),.contact-form textarea{width:100%;color:var(--ink);background:var(--paper);border:1px solid #ffffff8c;outline:0;transition:box-shadow .25s}.contact-form input:not([type=checkbox]){height:46px;padding:0 1rem}.contact-form textarea{resize:vertical;min-height:110px;padding:.8rem 1rem}.contact-form input:focus,.contact-form textarea:focus{box-shadow:0 0 0 3px #ffffff4d}.contact-form fieldset{border:0;margin:.5rem 0 0;padding:0}.contact-form legend{margin-bottom:.8rem}.plot-options{grid-template-columns:repeat(10,1fr);gap:.45rem;display:grid}.plot-options label{cursor:pointer}.plot-options input{opacity:0;position:absolute}.plot-options span{aspect-ratio:1;border:1px solid #ffffff8c;place-items:center;transition:color .25s,background .25s;display:grid}.plot-options input:checked+span{color:var(--green);background:var(--paper)}.consent{grid-template-columns:18px 1fr;align-items:start;gap:.8rem;margin-top:1rem;display:grid}.consent input{accent-color:var(--paper);margin:.2rem 0 0}.contact-form>.button{align-self:flex-start;min-width:120px}.contact-form>.button:disabled{cursor:wait;opacity:.58}.turnstile-field{width:min(100%,400px);min-height:65px}.turnstile-field .cf-turnstile{width:100%}.form-note{font-size:.78rem}.form-status{border:1px solid #ffffff8c;padding:.8rem 1rem}.form-status[data-state=error]{background:#5f181033;border-color:#ffe1d7cc}.site-footer{color:var(--paper);background:var(--charcoal)}.footer-main{grid-template-columns:1fr auto;align-items:start;gap:3rem;padding-top:4rem;padding-bottom:2.5rem;display:grid;position:relative}.footer-brand>img{width:210px;margin-bottom:2.2rem}.footer-brand p{margin-bottom:0;line-height:1.6}.footer-main nav{align-items:center;gap:clamp(1rem,2.5vw,2.8rem);font-size:.85rem;display:flex}.jt-logo{right:var(--section-pad);filter:brightness(0)invert();width:95px;max-height:65px;position:absolute;bottom:-4.5rem}.footer-legal{border-top:1px solid #fff3;padding-top:3rem;padding-bottom:2rem;font-size:.72rem}.footer-legal>p{color:#ffffffb3;max-width:1120px}.footer-legal>div{flex-wrap:wrap;justify-content:space-between;gap:1.2rem 2rem;padding-top:1rem;display:flex}.footer-legal>div a+a{margin-right:auto}@media (width<=1100px){.site-header{grid-template-columns:190px 1fr auto}.desktop-nav{gap:1.2rem}.plots{grid-template-columns:1fr}.plot-info{width:min(100%,580px)}.plot-plan{width:100%}.location{grid-template-columns:1fr}.location-copy{max-width:580px}}@media (width<=900px){:root{--section-pad:2rem}.site-header{grid-template-columns:1fr auto auto;min-height:70px}.brand{width:145px;height:48px}.desktop-nav{display:none}.menu-button{display:block}.hero{min-height:0}.hero-content{width:100%;margin-top:8rem;padding:0 3rem 5rem}.hero h1{font-size:clamp(3rem,2.7rem + 1.5vw,4.5rem)}.hero-index{top:8rem;right:2rem}.benefits{grid-template-columns:repeat(2,1fr);width:100%;margin-top:8rem}.nature-banner{background-attachment:scroll;min-height:800px}.architecture-layout{grid-template-columns:1fr;gap:2rem}.before-after{aspect-ratio:1.75;height:auto}.after-image-wrap img{width:calc(100vw - 4rem)}.contact-inner{grid-template-columns:1fr;gap:4rem}.contact-intro{max-width:500px}.footer-main{grid-template-columns:1fr}.footer-main nav{flex-wrap:wrap}.jt-logo{right:var(--section-pad);bottom:-3.5rem}}@media (width<=600px){:root{--section-pad:1.5rem}body{font-size:15px}.site-header{grid-template-columns:1fr auto auto;gap:.55rem;min-height:76px;padding:1rem}.site-header .header-cta{width:193.5px;min-height:40.8px;padding-inline:1rem;font-size:1rem}.brand{width:44px;height:44px;overflow:hidden}.brand img{width:150px;max-width:none}.menu-button{width:38px}.hero{min-height:0}.hero-slide{background-position:50%}.hero-content{width:100%;margin-top:8rem;padding:0 3rem 5rem}.hero h1{width:294px;max-width:100%;margin:3.5rem 0 3rem;font-size:clamp(3rem,2.7rem + 1.5vw,4.5rem);line-height:1.3}.hero-mobile-break{display:initial}.hero-actions{flex-direction:column;gap:1rem;width:193.5px}.hero-actions .button,.hero-actions .button-ghost-light{width:193.5px}.hero-index{display:none}.hero-line-one{width:175px;height:24px}.hero-line-two{width:390px;height:auto;bottom:0;right:3rem}.scroll-cue{display:none}.benefits{width:100%;box-shadow:none;grid-template-columns:1fr;margin-top:8rem}.benefit{border-bottom:1px solid #44413d1f;border-left:0;min-height:280px;padding:4.1rem 2rem 2rem}.benefit-featured{color:var(--ink);background:var(--paper)}.benefit-featured h2,.benefit-featured p{color:#686750}.benefit h2{max-width:220px;margin-bottom:1.5rem;font-size:1.25rem}.benefit p{max-width:320px}.plots{gap:4rem;min-height:0;padding-top:6rem;padding-bottom:6rem}.plot-carousel{min-height:525px}.plot-card h2{font-size:2.4rem}.plot-card .button-row,.architect-copy .button-row{flex-direction:column;width:100%}.plot-plan{scrollbar-color:var(--green) #586d5c26;width:calc(100vw - 3rem);overflow-x:auto}.plot-map-layer{width:820px;max-width:none}.plot-map-tabs{top:.8rem;left:.8rem}.plot-map-tabs button{min-width:65px;padding:.5rem .65rem;font-size:.78rem}.map-hotspot{width:1.8rem;height:1.8rem;font-size:.7rem}.architecture{padding-top:4rem;padding-bottom:7rem}.architecture>h2{margin-bottom:2rem;font-size:2.25rem}.architecture-layout{grid-template-columns:1fr;gap:2rem}.before-after{aspect-ratio:1.45;height:auto;min-height:0}.after-image-wrap img{width:calc(100vw - 3rem)}.before-handle img{width:55px}.architect-copy{margin-top:0}.nature-banner{background-position:58% bottom;min-height:800px}.nature-copy{width:calc(100% - 6rem)}.nature-copy h2{font-size:3rem}.nature-copy .button-row{flex-direction:column;align-items:center}.location{gap:3rem;width:100%;padding:6rem 2rem 4rem}.location:before{width:min(330px,100% - 4rem);top:-1rem;left:2rem}.location-map{height:min(500px,78vh)}.gallery{padding-top:2rem;padding-bottom:6rem}.gallery-stage{aspect-ratio:.82;margin-inline:1.5rem}.gallery-track{grid-auto-columns:100%;gap:.75rem}.gallery-column{gap:.75rem}.gallery-prev{left:-2.75rem}.gallery-next{right:-2.75rem}.gallery-arrow,.gallery-arrow svg{width:44px;height:44px}.visualization-note{font-size:.72rem}.contact{margin-top:4rem}.contact-inner{gap:4rem;min-height:0;padding-top:4rem;padding-bottom:5rem}.contact-intro h2{margin-bottom:2rem;font-size:2.55rem}.plot-options{grid-template-columns:repeat(6,1fr)}.footer-main{gap:2.5rem;padding-top:3rem}.footer-brand>img{width:185px}.footer-main nav{flex-direction:column;align-items:flex-start;gap:.9rem}.jt-logo{width:70px;bottom:-3.5rem;right:1.5rem}.footer-legal{padding-top:4rem}.footer-legal>div{flex-direction:column}}@media (width<=478px){.nature-banner{min-height:600px}.nature-copy h2{font-size:2rem}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}[data-reveal]{opacity:1;transform:none}.nature-banner{background-attachment:scroll}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{color:#222;white-space:nowrap;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{print-color-adjust:exact}}
