:root{--fg: 31, 31, 31;--fg-lighter: 64, 64, 64;--bg: 240, 240, 240;--bg-lighter: 255, 255, 255;--accent: 18, 116, 75;--warning: 240, 140, 140;--border-radius: 0.625rem}body,html,html:focus-within{scroll-behavior:smooth}*,*::before,*::after{box-sizing:border-box}img,picture,svg,video,canvas{max-width:100%;height:auto;vertical-align:middle;font-style:italic;background-repeat:no-repeat;background-size:cover}input,button,textarea,select{border:unset;background:unset;padding:unset;font:inherit}select{cursor:pointer}@media(prefers-reduced-motion: reduce){html:focus-within{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important;transition:none !important}}@font-face{font-display:swap;font-family:"Noto Sans";src:url("/static/fonts/NotoSans.ttf") format("truetype");font-weight:450;font-style:normal}p{line-height:1.125;color:rgb(var(--fg-lighter))}footer p{font-size:.75rem;color:rgb(var(--fg-lighter))}strong{font-weight:bold}h1,h2,h3,h4,h5,h6{color:rgb(var(--fg));margin:.5rem 0;font-weight:bold;line-height:1.125}.custom-popup .leaflet-popup-content-wrapper a,.leaflet-container .leaflet-control-attribution a,a{color:rgb(var(--accent));text-decoration:none;font-weight:bold}.custom-popup .leaflet-popup-content-wrapper a:hover,.leaflet-container .leaflet-control-attribution a:hover,a:hover{color:rgb(var(--fg-lighter));text-decoration:none}ol,ul{padding-left:1rem;list-style-position:inside;color:rgb(var(--fg-lighter))}@media(max-width: 1024px){ol,ul{padding-left:.5rem}}@view-transition{navigation:auto}*{transition:opacity .5s ease-in-out,color .5s ease-in-out,background-color .5s ease-in-out,border-color .5s ease-in-out,scale .5s ease-in-out,box-shadow .5s ease-in-out,border-radius .5s ease-in-out}main{animation:slide-in .5s ease-in-out}@keyframes slide-in{from{opacity:0;transform:translateY(1.5rem)}to{opacity:1;transform:translateY(0)}}html,body{margin:0;padding:0;font-family:"Noto Sans",sans-serif;font-size:1.125rem;color:rgb(var(--fg));background-color:rgb(var(--bg));display:flex;flex-direction:column;min-height:100vh}header{width:100%;padding:1rem}.banner{background-color:rgb(var(--warning));text-align:center;margin-top:1.5rem;margin-bottom:0;padding:.5rem;border-radius:var(--border-radius)}.banner p{color:rgb(var(--fg))}main{flex:1;padding:.5rem 6rem}@media(max-width: 1024px){body{padding-top:.5rem;padding-bottom:.5rem}main{padding-left:1rem;padding-right:1rem}}footer{width:100%;text-align:center;background-color:rgb(var(--bg-lighter))}nav{display:flex;flex-direction:row;align-items:center;justify-content:center;overflow:hidden}.header-links{margin-left:2rem;display:flex;flex-direction:row;gap:.5rem}.header-links.menu{opacity:100%;pointer-events:auto}.header-links a{text-transform:uppercase;font-weight:bold;color:rgb(var(--fg-lighter));background-color:rgba(var(--bg-lighter));padding:.4rem;border-radius:var(--border-radius);box-shadow:0 0 .625rem rgba(var(--fg), 0.3)}.header-links a:hover{opacity:100% !important;color:rgb(var(--accent));box-shadow:0 0 .625rem rgba(var(--fg), 0.15)}.right{margin-left:auto}#lang-select{position:relative;display:inline-block;width:6rem}.menu-button{color:rgb(var(--fg-lighter));background-color:rgba(var(--bg-lighter));font-size:2.5rem;padding:.4rem 1.2rem;border-radius:var(--border-radius);display:none}.menu-button.active{border-radius:var(--border-radius) var(--border-radius) 0 0}#lang-anchor{display:none}@media(max-width: 768px){.header-links{display:flex;flex-direction:column;position:absolute;top:calc(80px + 1.4rem);right:1rem;border-radius:var(--border-radius) 0 var(--border-radius) var(--border-radius);gap:0;z-index:10;padding:0;overflow:hidden;opacity:0;pointer-events:none}.header-links a{border-radius:0;box-shadow:none;border-bottom:.1rem solid rgba(var(--fg), 0.1);padding:.6rem .8rem}#lang-select{display:none}#lang-anchor{display:block}.menu-button{display:inline-block}}#gallery-slides{position:relative;width:100%;height:40vh;max-height:40rem;border-radius:var(--border-radius);overflow:hidden}@media(max-width: 1024px){#gallery-slides{height:30vh;max-height:30rem}.gallery-slides-prev,.gallery-slides-next{opacity:100% !important;top:0 !important}.gallery-slides-prev{border-radius:0 0 var(--border-radius) 0 !important}.gallery-slides-next{border-radius:0 0 0 var(--border-radius) !important}#gallery-slides-caption{opacity:100% !important}}.gallery-slides-image{position:absolute;width:100%;height:100%;object-fit:cover;opacity:0%}.gallery-slides-image.show{opacity:100%}.gallery-slides-prev,.gallery-slides-next{position:absolute;top:40%;cursor:pointer;padding:1rem;color:rgb(var(--accent));background-color:rgba(var(--fg), 0.5);opacity:0%;font-weight:bold;font-size:2rem;user-select:none}.gallery-slides-prev:hover,.gallery-slides-next:hover{opacity:100% !important}.gallery-slides-prev{left:0;border-radius:0 var(--border-radius) var(--border-radius) 0}.gallery-slides-next{right:0;border-radius:var(--border-radius) 0 0 var(--border-radius)}#gallery-slides:hover .gallery-slides-prev,#gallery-slides:hover .gallery-slides-next{opacity:100%}#gallery-slides-caption{position:absolute;bottom:0;width:100%;text-align:center;color:rgb(var(--fg-lighter));opacity:0%;overflow:hidden;background-color:rgba(var(--bg), 0.5)}#gallery-slides:hover #gallery-slides-caption{opacity:100%}.lightbox{position:fixed;width:100%;height:100%;background-color:rgba(var(--fg), 0.8);display:flex;justify-content:center;align-items:center;z-index:1000}.lightbox-close{position:absolute;top:1rem;right:1rem;width:2rem;height:2rem;font-size:2rem;color:rgb(var(--bg));cursor:pointer}.lightbox img{max-width:80%;max-height:80%;border-radius:var(--border-radius)}#map{text-align:center;height:30rem;border-radius:var(--border-radius)}.custom-popup,.custom-popup .leaflet-popup-tip,.custom-popup .leaflet-popup-content-wrapper,.custom-popup .leaflet-tooltip{font-family:"Noto Sans",sans-serif !important;background:rgb(var(--bg-lighter)) !important;background-color:rgb(var(--bg-lighter)) !important;color:rgb(var(--fg)) !important;border-radius:var(--border-radius) !important;box-shadow:0 0 .625rem rgba(var(--fg), 0.4) !important}.leaflet-control-attribution{font-family:"Noto Sans",sans-serif !important}.leaflet-touch .leaflet-bar{border:none !important;box-shadow:0 0 .625rem rgba(var(--fg), 0.4) !important;background:rgb(var(--bg-lighter)) !important}.leaflet-bar a{color:rgb(var(--fg)) !important}.leaflet-bar a:first-child{border-top-left-radius:var(--border-radius) !important;border-top-right-radius:var(--border-radius) !important;border-bottom:1px solid rgb(var(--fg-lighter)) !important}.leaflet-bar a:last-child{border-bottom-left-radius:var(--border-radius) !important;border-bottom-right-radius:var(--border-radius) !important}.three-col-row{display:flex;flex-direction:row;justify-content:space-between}.three-col-left{width:33%;text-align:left}.three-col-center{width:33%;text-align:center}.three-col-right{width:33%;text-align:right}.address-row{display:flex;gap:2rem;justify-content:right}@media(max-width: 1024px){.three-col-row{flex-direction:column}.three-col-left,.three-col-center,.three-col-right{width:100%;text-align:left}.address-row{justify-content:left}}.gallery-grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.gallery-grid-item{border-radius:var(--border-radius);width:100%;height:20rem;overflow:hidden;position:relative}.gallery-grid-image{position:absolute;width:100%;height:100%;object-fit:cover;aspect-ratio:3/2;cursor:pointer}.gallery-grid-caption{position:absolute;bottom:0;width:100%;text-align:center;color:rgb(var(--fg-lighter));background-color:rgba(var(--bg), 0.5);opacity:0%}.gallery-grid-item:hover .gallery-grid-caption{opacity:100%}@media(max-width: 1024px){.gallery-grid{grid-template-columns:1fr}.gallery-grid-item{height:15rem}.gallery-grid-caption{opacity:100% !important}}.notice-container{margin:auto;text-align:center;padding:1.25rem 1.5rem;background-color:rgb(var(--bg-lighter));border-radius:var(--border-radius);box-shadow:0 0 .625rem rgba(var(--fg), 0.2);max-width:40rem}
