@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@400;500&family=Montserrat:wght@400;500;600&display=swap");:root{--background:#ffffff;--foreground:#0a0a0a;--card:#ffffff;--card-foreground:#0a0a0a;--primary:#10069f;--primary-foreground:#ffffff;--secondary:#2d8227;--secondary-foreground:#ffffff;--muted:#f5f5f5;--muted-foreground:#737373;--border:#e5e5e5;--input:#e5e5e5;--radius:0.5rem}footer{font-family:League Spartan,sans-serif}body{background-color:var(--background);color:var(--foreground);font-family:Montserrat,sans-serif;margin:0;padding:0}nav.md\\:hidden{transition:all .3s ease-in-out}nav.md\\:hidden{z-index:50}nav.md\\:hidden a{padding:8px 0;width:100%;text-align:center}.logo-container{display:flex;align-items:center;gap:.5rem}.logo-image{height:32px;width:32px}.contact-button:hover{background-color:#276f23;box-shadow:0 4px 6px rgba(0,0,0,.2)}.cards-section{padding:2rem 0;margin-top:-8rem;position:relative;z-index:5}.cards-container{max-width:780px;margin:0 auto;padding:0 2rem}.cards-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width:768px){.cards-grid{grid-template-columns:1fr 1fr}}.card{padding:2rem;border-radius:var(--radius);text-align:center;box-shadow:4px 4px 8px rgba(0,191,255,.24)}.card,.card-icon{background-color:var(--card)}.card-icon{width:3rem;height:3rem;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.card-icon svg{width:1.5rem;height:1.5rem;color:var(--primary)}.card h3{margin-bottom:.5rem}.card h3,.card p{font-size:1rem;font-weight:500}.card p{color:var(--primary)}.leaflet-container{width:100%;height:100%;z-index:1}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-popup,.leaflet-tile{display:block!important}