.product-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000052;z-index:9999;display:flex;align-items:center;justify-content:center;animation:fadeInModal .2s}.product-modal{background:#fff;border-radius:14px;max-width:370px;width:92vw;padding:28px 22px 18px;box-shadow:0 8px 32px #0000002e;position:relative;text-align:center}@media(max-width:500px){.product-modal{padding:16px 6vw 12px;max-width:98vw}}@keyframes fadeInModal{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.product-card .product-description{display:block;color:var(--hint-color);font-size:.97rem;margin-bottom:8px;min-height:38px;max-height:60px;overflow:hidden;text-overflow:ellipsis;text-align:center;line-height:1.4;word-break:break-word}*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}button,input,textarea,select,a,img{-webkit-tap-highlight-color:transparent;outline:none}:root{--bg-color: #ffffff;--text-color: #000000;--secondary-bg: #f0f0f0;--button-color: #0088cc;--button-text: #ffffff;--hint-color: #999999;--border-color: #e0e0e0;--card-shadow: 0 2px 8px rgba(0, 0, 0, .1);--modal-shadow: 0 8px 32px rgba(0, 0, 0, .2)}[data-theme=dark]{--bg-color: #1a1a1a;--text-color: #ffffff;--secondary-bg: #2d2d2d;--button-color: #0099ee;--button-text: #ffffff;--hint-color: #888888;--border-color: #404040;--card-shadow: 0 2px 8px rgba(0, 0, 0, .3);--modal-shadow: 0 8px 32px rgba(0, 0, 0, .5)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background-color:var(--bg-color);color:var(--text-color);transition:background-color .3s ease,color .3s ease}.mobile-app{min-height:100vh;max-width:100%;overflow-x:hidden;background-color:var(--bg-color)}.container{width:100%;padding:0 16px}.app-header{padding:20px 0;border-bottom:1px solid var(--border-color);background-color:var(--bg-color);position:sticky;top:0;z-index:50;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header-content{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 16px}.app-header h1{font-size:24px;font-weight:600;color:var(--text-color)}.theme-toggle{background:var(--secondary-bg);border:none;border-radius:50%;width:44px;height:44px;cursor:pointer;font-size:18px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:var(--card-shadow)}.theme-toggle:hover{transform:scale(1.1);background:var(--button-color)}.theme-toggle:active{transform:scale(.95)}.app-main{padding:20px 0;background-color:var(--bg-color)}.loading{text-align:center;padding:60px 20px;color:var(--hint-color);font-size:16px}.error-message{background:#ffeaea;color:#f44;padding:12px 16px;border-radius:8px;margin-bottom:20px;border-left:4px solid #ff4444;font-size:14px}[data-theme=dark] .error-message{background:#422;color:#f66;border-left-color:#f66}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:100px;padding:0 16px;max-width:1200px;margin-left:auto;margin-right:auto;animation:fadeSlideIn .3s ease-out}.product-card{background:transparent;border-radius:0;padding:0;cursor:pointer;transition:all .3s ease;border:none;text-align:left;min-height:auto;display:flex;flex-direction:column;justify-content:flex-start;box-shadow:none;position:relative;overflow:visible}[data-theme=dark] .product-card{background:transparent;border-color:transparent}.product-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;opacity:0;transition:opacity .3s ease;z-index:1}.product-card.selected:before{opacity:.1;animation:pulseSelect .5s ease-in-out}@keyframes pulseSelect{0%{opacity:0}50%{opacity:.2}to{opacity:.1}}@keyframes tilt{0%,to{transform:rotate(-4deg)}50%{transform:rotate(4deg)}}.product-card.selected{border:none;transform:none}.product-card.selected .product-image{animation:tilt 1s ease-in-out infinite}.product-card>*{position:relative;z-index:2}.product-card.selected .product-image{transform:none;box-shadow:none}.product-card.selected .product-name{color:#000;font-weight:700}.product-card .product-image:after{position:absolute;top:6px;right:6px;background:var(--button-color);color:var(--button-text);width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;opacity:0;transform:scale(0);transition:all .3s ease;z-index:3}.product-card.selected .product-image:after{opacity:1;transform:scale(1);animation:bounceIn .5s ease}@keyframes bounceIn{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}.product-card:hover{transform:none;box-shadow:none;opacity:.9}.product-card.selected:hover{transform:none;box-shadow:none;opacity:1}[data-theme=dark] .product-card.selected:before{opacity:.15}@media(max-width:768px){.product-card.selected,.product-card.selected:hover{transform:scale(.95)}.product-card:after{top:6px;right:6px;width:20px;height:20px;font-size:12px}}@media(prefers-reduced-motion:reduce){.product-card,.product-card:before,.product-card:after{transition:none;animation:none}.product-card.selected{transform:none}}.product-image{position:relative;width:100%;aspect-ratio:1 / 1;background:#f0f0f0;border-radius:8px;margin-bottom:8px;overflow:hidden}[data-theme=dark] .product-image{background:#2d2d2d}.product-image img{width:100%;height:100%;object-fit:cover;-webkit-tap-highlight-color:transparent;outline:none}.product-image-fallback{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:32px}.quantity-badges-container{position:absolute;top:6px;right:6px;display:flex;flex-direction:row;gap:4px;z-index:4}.quantity-badge{background:#ff9800;color:#fff;min-width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;padding:0 6px;box-shadow:0 2px 4px #0003;animation:bounceIn .3s ease}.product-image>.quantity-badge{position:absolute;top:6px;right:6px;z-index:4}[data-theme=dark] .quantity-badge{box-shadow:0 2px 4px #0006}.product-name{font-weight:600;font-size:13px;line-height:1.3;color:var(--text-color);margin-bottom:4px}.product-info{margin-bottom:8px}.product-price{font-weight:700;font-size:14px;color:var(--button-color);margin-top:2px}.variant-buttons{display:flex;gap:6px;margin-bottom:8px;flex-wrap:wrap;justify-content:space-between}.variant-btn-wrapper{position:relative;flex:1;min-width:0}.variant-btn{background:var(--secondary-bg);color:var(--text-color);border:1.5px solid var(--border-color);border-radius:6px;padding:4px 10px;font-size:11px;font-weight:600;cursor:pointer;transition:all .2s ease;width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.variant-quantity-badge{position:absolute;top:-6px;right:-6px;background:var(--button-color);color:var(--button-text);min-width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;z-index:3;padding:0 4px;box-shadow:0 2px 4px #0003;animation:bounceIn .3s ease;pointer-events:none}[data-theme=dark] .variant-quantity-badge{box-shadow:0 2px 4px #0006}.variant-btn:hover{border-color:var(--button-color);background:color-mix(in srgb,var(--button-color) 10%,var(--secondary-bg))}.variant-btn.active{background:var(--button-color);color:var(--button-text);border-color:var(--button-color)}.variant-btn:focus{outline:none;box-shadow:0 0 0 2px #08c3}[data-theme=dark] .variant-btn{background:var(--secondary-bg);border-color:var(--border-color)}[data-theme=dark] .variant-btn:hover{border-color:var(--button-color)}[data-theme=dark] .variant-btn.active{background:var(--button-color);color:var(--button-text)}.item-image{width:40px;height:40px;border-radius:6px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:var(--secondary-bg)}.item-image img{width:100%;height:100%;object-fit:cover}.order-form-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;align-items:flex-end;z-index:1000}.order-form-modal{background:var(--bg-color);border-radius:20px 20px 0 0;width:100%;max-height:90vh;display:flex;flex-direction:column;animation:slideUp .3s ease}.order-form-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid var(--border-color);background:var(--bg-color);border-radius:20px 20px 0 0}.order-form-header h2{font-size:18px;font-weight:700;color:var(--text-color);margin:0}.order-form-content{flex:1;overflow-y:auto;padding:0 20px 20px}.section-title{font-size:14px;font-weight:600;color:var(--hint-color);margin-bottom:12px;text-transform:uppercase;letter-spacing:.5px}.order-items-section{margin-bottom:24px}.order-item{margin-bottom:16px;padding:4px 0}.order-item-main{display:flex;flex-direction:column;gap:8px}.order-item-info{display:flex;align-items:flex-start;gap:12px}.order-item-image{width:60px;height:60px;border-radius:8px;overflow:hidden;flex-shrink:0;background:var(--border-color);display:flex;align-items:center;justify-content:center}.order-item-image .item-image{width:100%;height:100%;object-fit:cover}.order-item-content{flex:1;display:flex;flex-direction:column;gap:4px;min-width:0}.order-item-header{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.order-item-right{display:flex;flex-direction:column;align-items:flex-end;gap:4px;flex-shrink:0}.order-item-name{font-weight:600;color:var(--text-color);flex:0 0 auto}.order-item-quantity{padding:4px 12px;font-size:12px;font-weight:600;flex-shrink:0}.order-item-price{font-weight:600;color:var(--text-color);white-space:nowrap;flex-shrink:0}.order-item-description{font-size:13px;color:var(--hint-color);font-style:italic}.order-item-compact{display:flex;align-items:center;gap:12px;padding:12px;margin-bottom:10px;border-radius:12px;background:var(--card-bg);border:1px solid var(--border-color);transition:all .2s ease}.order-item-compact:hover{border-color:var(--primary-color);transform:translateY(-1px);box-shadow:0 2px 8px #00000014}.order-item-image-small{width:50px;height:50px;border-radius:8px;overflow:hidden;flex-shrink:0;background:var(--border-color);border:2px solid var(--border-color)}.order-item-image-small img{width:100%;height:100%;object-fit:cover}.order-item-details{flex:1;min-width:0}.order-item-name-compact{font-size:15px;font-weight:700;color:var(--text-color);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:4px}.order-item-variants{display:flex;flex-wrap:wrap;gap:0;align-items:center}.variant-chip{display:inline-flex;align-items:center;padding:2px 8px;background:#fff;color:#666;font-size:12px;font-weight:600;border-radius:4px;white-space:nowrap;letter-spacing:.3px}.order-item-variant{font-size:12px;color:var(--hint-color);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.order-item-quantity-compact{background:linear-gradient(135deg,#ff6b35,#ff8c42);color:#fff;padding:6px 14px;border-radius:8px;font-size:14px;font-weight:700;flex-shrink:0;letter-spacing:.5px}.order-item-price-compact{font-size:20px;font-weight:600;color:#666;flex-shrink:0;min-width:80px;text-align:right;letter-spacing:.5px}.special-instructions-section{margin-bottom:24px}.special-instructions-input{width:100%;padding:10px 12px;border:1px solid var(--border-color);border-radius:8px;background:var(--bg-color);color:var(--text-color);font-size:13px;resize:none;transition:border-color .3s ease;min-height:60px}.special-instructions-input:focus{outline:none;border-color:var(--button-color)}.special-instructions-input::placeholder{color:var(--hint-color)}.voucher-section{margin-bottom:24px;display:flex;flex-direction:column;justify-content:center}.voucher-input{width:100%;padding:16px;border:1px solid var(--border-color);border-radius:12px;background:var(--bg-color);color:var(--text-color);font-size:14px;resize:none;transition:border-color .3s ease}.voucher-input:focus{outline:none;border-color:var(--button-color)}.voucher-input::placeholder{color:var(--hint-color)}.order-summary-section{margin-bottom:24px;padding:20px;background:var(--secondary-bg);border-radius:12px}.summary-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;font-size:14px}.tax-row{border-bottom:1px solid var(--border-color);padding-bottom:12px;margin-bottom:8px}.total-row{font-size:20px;font-weight:800;color:#fff;background:var(--primary-color);padding:14px 16px;border-radius:10px;margin-top:8px}.payment-method-section{margin-bottom:24px}.payment-method{display:flex;justify-content:space-between;align-items:center;padding:16px;background:var(--secondary-bg);border-radius:12px;border:2px solid var(--border-color);transition:border-color .3s ease}.payment-method-info{flex:1}.payment-method-name{font-weight:600;color:var(--text-color);margin-bottom:4px}.payment-method-description{font-size:13px;color:var(--hint-color)}.payment-method-icon{font-size:24px}.shipping-address-section{margin-bottom:24px}.address-input{position:relative;display:flex;align-items:center}.address-input-field{width:100%;padding:16px 50px 16px 16px;border:1px solid var(--border-color);border-radius:12px;background:var(--bg-color);color:var(--text-color);font-size:14px;transition:border-color .3s ease}.address-input-field:focus{outline:none;border-color:var(--button-color)}.address-input-field::placeholder{color:var(--hint-color)}.location-icon{position:absolute;right:16px;font-size:20px;color:var(--hint-color)}.alt-payment-methods{margin-bottom:24px}.payment-options{display:flex;gap:12px;flex-wrap:wrap}.payment-option{padding:12px 20px;background:var(--secondary-bg);border:1px solid var(--border-color);border-radius:8px;font-size:14px;font-weight:500;color:var(--text-color);cursor:pointer;transition:all .3s ease;flex:1;min-width:100px;text-align:center}.payment-option:hover{border-color:var(--button-color);background:var(--button-color);color:var(--button-text)}.order-form-footer{padding:20px;border-radius:0 0 20px 20px}.pay-button{width:100%;background:var(--button-color);color:var(--button-text);border:none;border-radius:12px;padding:20px;font-size:18px;font-weight:700;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}.pay-button:hover{transform:translateY(-2px);box-shadow:0 4px 20px #08c6}.pay-button:active{transform:translateY(0)}@media(min-width:768px){.order-form-overlay{align-items:center;justify-content:center;padding:20px}.order-form-modal{max-width:500px;border-radius:20px;max-height:85vh}}[data-theme=dark] .order-item,[data-theme=dark] .special-instructions-input,[data-theme=dark] .order-summary-section,[data-theme=dark] .payment-method,[data-theme=dark] .address-input-field,[data-theme=dark] .payment-option{background:var(--secondary-bg);border-color:var(--border-color)}[data-theme=dark] .order-summary{color:var(--text-color);background:var(--secondary-bg)}.order-success-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px}.order-success-modal{background:var(--bg-color);padding:30px;border-radius:15px;text-align:center;max-width:400px;width:100%;box-shadow:var(--modal-shadow)}.order-success-modal h2{color:#27ae60;margin-bottom:16px;font-size:24px}.order-success-modal p{color:var(--hint-color);margin-bottom:12px;line-height:1.5}.checkout-btn:disabled{background:var(--hint-color);cursor:not-allowed;transform:none;box-shadow:none}.checkout-btn:disabled:hover{transform:none}.product-card:hover .product-image{transform:scale(1.05)}.product-name{font-weight:600;margin-bottom:6px;font-size:14px;line-height:1.3;color:var(--text-color)}.cart-button{position:fixed;bottom:20px;left:50%;transform:translate(-50%);background:var(--button-color);color:var(--button-text);border:none;border-radius:12px;padding:16px 24px;font-size:16px;font-weight:600;cursor:pointer;display:flex;justify-content:space-between;align-items:center;width:calc(100% - 32px);max-width:400px;box-shadow:var(--modal-shadow);transition:all .3s ease;z-index:100}.cart-button:hover{transform:translate(-50%) translateY(-2px);box-shadow:0 6px 25px #00000040}.cart-button:active{transform:translate(-50%) translateY(0);opacity:.9}.cart-badge{background:#ffffff4d;padding:6px 14px;border-radius:12px;font-size:14px;font-weight:600}.cart-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:flex-end;z-index:1000;animation:fadeIn .3s ease}.cart-modal{background:var(--bg-color);border-radius:20px 20px 0 0;width:100%;max-height:85vh;display:flex;flex-direction:column;animation:slideUp .3s ease;box-shadow:var(--modal-shadow)}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.cart-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid var(--border-color);background:var(--bg-color);border-radius:20px 20px 0 0}.cart-header h3{font-size:18px;font-weight:600;color:var(--text-color)}.close-btn{background:none;border:none;font-size:24px;cursor:pointer;padding:4px;color:var(--hint-color);transition:color .2s ease}.cart-items{flex:1;overflow-y:auto;padding:20px;max-height:400px}.empty-cart{text-align:center;color:var(--hint-color);padding:60px 20px;font-size:16px}.cart-item{display:flex;justify-content:space-between;align-items:center;padding:16px 0;border-bottom:1px solid var(--border-color)}.cart-item:last-child{border-bottom:none}.item-info{display:flex;align-items:center;gap:12px;flex:1}.item-details{flex:1}.item-name{font-weight:500;font-size:14px;margin-bottom:4px;color:var(--text-color)}.item-price{color:var(--hint-color);font-size:13px;font-weight:500}.item-controls{display:flex;align-items:center;gap:12px}.quantity-btn{background:var(--secondary-bg);border:none;border-radius:8px;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:24px;font-weight:600;transition:all .2s ease;color:var(--text-color)}.quantity-btn:hover{background:var(--button-color);color:var(--button-text)}.quantity{font-weight:600;min-width:24px;text-align:center;font-size:16px;color:var(--text-color)}.cart-footer{padding:20px;border-top:1px solid var(--border-color);background:var(--bg-color);border-radius:0 0 20px 20px}.cart-total{text-align:center;font-size:18px;margin-bottom:20px;padding:16px;background:var(--secondary-bg);border-radius:12px;font-weight:600;color:var(--text-color)}.checkout-btn{width:100%;background:var(--button-color);color:var(--button-text);border:none;border-radius:12px;padding:18px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease}.checkout-btn:hover{transform:translateY(-2px);box-shadow:0 4px 15px #08c6}.checkout-btn:active{transform:translateY(0);opacity:.9}@media(max-width:375px){.product-grid{grid-template-columns:repeat(2,1fr);gap:8px;padding:0 12px}.product-card{padding:12px;min-height:160px}.product-image{aspect-ratio:1 / 1;font-size:28px}.header-content{padding:0 12px}}@media(min-width:768px){.header-content{max-width:720px;padding:0 20px}.app-header{padding:25px 0}.app-header h1{font-size:28px}.app-main{padding:30px 0}.product-grid{grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:120px;padding:0 20px;max-width:720px}.product-card{padding:20px;min-height:200px}.product-image{height:100px;font-size:36px}.cart-modal{max-width:500px;margin:0 auto;border-radius:20px;max-height:90vh}.cart-modal-overlay{align-items:center;justify-content:center;padding:20px}}@media(min-width:1024px){.header-content{max-width:900px}.product-grid{grid-template-columns:repeat(4,1fr);gap:24px;max-width:900px}.product-card{min-height:220px}.product-image{height:120px;font-size:40px}}@media(prefers-reduced-motion:reduce){.product-card,.cart-button,.checkout-btn,.quantity-btn,.close-btn,.theme-toggle{transition:none;animation:none}.cart-modal{animation:none}}.qr-payment-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.qr-payment-modal{background:var(--bg-color);border-radius:20px;width:100%;max-width:400px;max-height:90vh;display:flex;flex-direction:column;animation:scaleIn .3s ease}@keyframes scaleIn{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.qr-payment-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid var(--border-color)}.qr-payment-header h2{font-size:18px;font-weight:700;color:var(--text-color);margin:0}.qr-payment-content{flex:1;overflow-y:auto;padding:20px}.amount-warning-banner{background:linear-gradient(135deg,#f0f4ff,#e8f0fe);border-radius:10px;padding:14px 18px;margin-bottom:20px;text-align:center;font-size:15px;line-height:1.6;color:#1a3a5c}.amount-warning-banner strong{font-weight:700;font-size:20px;color:#0d47a1}[data-theme=dark] .amount-warning-banner{background:linear-gradient(135deg,#1e2a38,#2c3e50);color:#b3d9ff}[data-theme=dark] .amount-warning-banner strong{color:#66b3ff}.qr-code-container{text-align:center}.qr-code-placeholder{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a}.qr-code{width:100px;height:100px;margin:0 auto 16px;background:#fff;border:2px solid #333;position:relative;overflow:hidden}.qr-pattern{width:100%;height:100%;position:relative}.qr-corner{position:absolute;width:40px;height:40px;border:4px solid #333}.qr-corner.top-left{top:10px;left:10px;border-right:none;border-bottom:none}.qr-corner.top-right{top:10px;right:10px;border-left:none;border-bottom:none}.qr-corner.bottom-left{bottom:10px;left:10px;border-right:none;border-top:none}.qr-dots{position:absolute;top:60px;left:60px;right:60px;bottom:60px;display:grid;grid-template-columns:repeat(5,1fr);grid-template-rows:repeat(5,1fr);gap:6px}.qr-dot{background:#333;border-radius:2px;animation:pulseDot 1.5s infinite}@keyframes pulseDot{0%,to{opacity:.3}50%{opacity:1}}.scan-text{font-size:14px;font-weight:600;color:#333;margin-top:12px}.payment-amount{margin-bottom:10px;padding:12px;background:var(--secondary-bg);border-radius:12px}.amount-label{font-size:10px;color:var(--hint-color)}.amount-value{font-size:11px;font-weight:700;color:var(--text-color)}.crypto-address{margin-bottom:20px;padding:16px;background:var(--secondary-bg);border-radius:12px}.address-label{font-size:14px;color:var(--hint-color);margin-bottom:8px}.address-value{display:flex;justify-content:space-between;align-items:center;font-family:monospace;font-size:14px;color:var(--text-color)}.copy-button{background:var(--button-color);color:var(--button-text);border:none;padding:6px 12px;border-radius:6px;font-size:12px;cursor:pointer}.payment-instructions{background:var(--secondary-bg);padding:16px;border-radius:12px}.payment-instructions h4{margin-bottom:12px;color:var(--text-color)}.payment-instructions ol{padding-left:20px;color:var(--hint-color);font-size:13px}.payment-instructions li{margin-bottom:8px;line-height:1.4}.supported-cryptos{margin-bottom:20px}.crypto-list{display:flex;gap:8px;flex-wrap:wrap}.crypto-item{padding:8px 16px;background:var(--secondary-bg);border:1px solid var(--border-color);border-radius:20px;font-size:12px;font-weight:600;color:var(--text-color)}.qr-payment-footer{display:flex;gap:12px;padding:20px}.back-button{flex:1;background:var(--secondary-bg);color:var(--text-color);border:none;border-radius:12px;padding:16px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease}.confirm-button{flex:2;background:var(--button-color);color:var(--button-text);border:none;border-radius:12px;padding:16px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease}.back-button:hover,.confirm-button:hover{transform:translateY(-2px)}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.edit-button{background:none;border:none;color:var(--button-color);font-size:14px;font-weight:600;cursor:pointer}[data-theme=dark] .qr-code-placeholder{background:#2a2a2a}[data-theme=dark] .qr-code,[data-theme=dark] .qr-corner{border-color:#fff}[data-theme=dark] .qr-dot{background:#fff}.payment-status{text-align:center;margin-bottom:20px}.polling-status{background:#e3f2fd;border:1px solid #2196f3;border-radius:8px;padding:10px;margin-top:10px;color:#1976d2;font-size:14px}.auto-check-notice{background:#e8f5e8;border:1px solid #4caf50;border-radius:8px;padding:12px;margin-top:15px;font-size:14px;color:#2e7d32}.auto-check-notice p{margin:0}.qr-payment-footer{display:flex;justify-content:center;padding:20px}.close-button{background:#6c757d;color:#fff;border:none;padding:12px 30px;border-radius:8px;font-size:16px;cursor:pointer;transition:background-color .2s}.close-button:hover{background:#5a6268}.order-total{color:var(--text-color)}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1001}.confirmation-modal{background:#fff;border-radius:12px;padding:24px;max-width:400px;width:90%;box-shadow:0 10px 30px #0000004d}.confirmation-header h3{margin:0 0 16px;color:#333;font-size:1.25rem}.confirmation-body{margin-bottom:24px}.confirmation-body p{margin:0 0 12px;line-height:1.5;color:#666}.warning-text{color:#e74c3c!important;font-size:.9rem;background:#fdf2f2;padding:12px;border-radius:6px;border-left:4px solid #e74c3c}.confirmation-footer{display:flex;gap:12px;justify-content:flex-end}.btn-secondary{padding:10px 20px;border:1px solid #ddd;background:#fff;color:#333;border-radius:6px;cursor:pointer;font-weight:500}.btn-secondary:hover{background:#f5f5f5}.btn-primary{padding:10px 20px;border:none;background:#e74c3c;color:#fff;border-radius:6px;cursor:pointer;font-weight:500}.btn-primary:hover{background:#c0392b}[data-theme=dark] .confirmation-modal{background:#2d3748;color:#fff}[data-theme=dark] .confirmation-header h3{color:#fff}[data-theme=dark] .confirmation-body p{color:#e2e8f0}[data-theme=dark] .btn-secondary{background:#4a5568;color:#fff;border-color:#718096}[data-theme=dark] .btn-secondary:hover{background:#718096}.order-form-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px}.order-form-modal{background:#fff;border-radius:12px;width:100%;max-width:500px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 40px #0000004d}.order-form-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #e9ecef;background:#f8f9fa}.order-form-header h2{margin:0;font-size:1.5rem;color:#333}.close-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;padding:5px;color:#666}.close-btn:hover{color:#333}.section-title{font-weight:600;color:#333;font-size:1.1rem}.current-location-btn,.toggle-map-btn{background:#007bff;color:#fff;border:none;padding:8px 12px;border-radius:6px;cursor:pointer;font-size:12px;transition:all .2s;white-space:nowrap}.current-location-btn:disabled{background:#6c757d;cursor:not-allowed;transform:none}.current-location-btn:hover:not(:disabled){background:#0056b3;transform:translateY(-1px)}.address-display{background:#fff;border-radius:8px;border:1px solid #e9ecef;overflow:hidden}.address-text{font-weight:500;color:#495057;line-height:1.4;margin-bottom:4px}.address-source{font-size:12px;color:#868e96}.delivery-map{height:200px;width:100%;background:#f8f9fa}.map-note{text-align:center;padding:10px;background:#e7f3ff;color:#06c;font-size:12px;border-top:1px solid #dee2e6}.custom-marker{background:none;border:none;font-size:1.5rem}.location-loading{text-align:center;padding:30px;color:#6c757d}.loading-spinner{border:3px solid #f3f3f3;border-top:3px solid #007bff;border-radius:50%;width:30px;height:30px;animation:spin 1s linear infinite;margin:0 auto 15px}.no-address-message{text-align:center;padding:30px;color:#6c757d;background:#fff;border-radius:8px;border:2px dashed #dee2e6}.retry-btn{background:#28a745;color:#fff;border:none;padding:10px 20px;border-radius:6px;cursor:pointer;margin-top:15px;transition:background-color .2s}.retry-btn:hover{background:#218838}.order-items-list{space-y:10px}.order-item-name{font-weight:500;color:#333}.order-item-price{font-weight:600;color:#007bff}.order-item-description{font-size:.9rem;color:#666}.order-summary-section{background:#f8f9fa;padding:15px;border-radius:8px;margin-bottom:20px}.summary-row{display:flex;justify-content:space-between;padding:5px 0;color:#666}.total-row{border-top:1px solid #ddd;margin-top:5px;padding-top:10px;font-weight:600;color:#333;font-size:1.1rem}.payment-methods{space-y:10px}.payment-method{display:flex;justify-content:space-between;align-items:center;padding:15px;border:2px solid #e9ecef;border-radius:8px;cursor:pointer;transition:all .2s}.payment-method:hover{border-color:#007bff}.payment-method.selected{border-color:#007bff;background:#f0f8ff}.payment-method-name{font-weight:500;color:#333}.payment-method-description{font-size:.9rem;color:#666}.payment-note{background:#fff3cd;border:1px solid #ffeaa7;border-radius:6px;padding:12px;margin-bottom:20px}.payment-note p{margin:0;font-size:.9rem;color:#856404}.pay-button{width:100%;background:#007bff;color:#fff;border:none;padding:15px;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background-color .2s}.pay-button:hover:not(:disabled){background:#0056b3}.pay-button:disabled{background:#6c757d;cursor:not-allowed}.address-warning{text-align:center;color:#dc3545;font-size:14px;margin-top:10px;padding:8px;background:#f8d7da;border-radius:4px}.order-form-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px}.order-form-modal{background:var(--bg-color);border-radius:12px;width:100%;max-width:500px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:var(--modal-shadow)}.order-form-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid var(--border-color);background:var(--secondary-bg)}.order-form-header h2{margin:0;font-size:1.5rem;color:var(--text-color)}.close-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;padding:5px;color:var(--hint-color);transition:color .2s ease}.close-btn:hover{color:var(--text-color)}.order-form-content{flex:1;overflow-y:auto;padding:20px}.delivery-address-section{margin-bottom:20px}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.section-title{font-weight:600;color:var(--text-color);font-size:1.1rem}.address-actions{display:flex;gap:8px}.current-location-btn,.toggle-map-btn{background:var(--button-color);color:var(--button-text);border:none;padding:8px 12px;border-radius:6px;cursor:pointer;font-size:12px;transition:all .2s;white-space:nowrap}.toggle-map-btn{background:#28a745}.toggle-map-btn:hover{background:#218838;transform:translateY(-1px)}.current-location-btn:disabled{background:var(--hint-color);cursor:not-allowed;transform:none}.current-location-btn:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.address-display{background:var(--secondary-bg);border-radius:8px;border:1px solid var(--border-color);overflow:hidden}.address-main-info{display:flex;align-items:flex-start;padding:15px;gap:12px}.address-icon{font-size:1.5rem;margin-top:2px}.address-text-content{flex:1}.address-text{font-weight:500;color:var(--text-color);line-height:1.4;margin-bottom:4px}.address-source{font-size:12px;color:var(--hint-color)}.delivery-map{height:200px;width:100%;background:var(--secondary-bg)}.map-note{text-align:center;padding:10px;background:color-mix(in srgb,var(--button-color) 20%,transparent);color:var(--button-text);font-size:12px;border-top:1px solid var(--border-color)}.location-loading{text-align:center;padding:30px;color:var(--hint-color)}.loading-spinner{border:3px solid var(--border-color);border-top:3px solid var(--button-color);border-radius:50%;width:30px;height:30px;animation:spin 1s linear infinite;margin:0 auto 15px}.no-address-message{text-align:center;padding:30px;color:var(--hint-color);background:var(--secondary-bg);border-radius:8px;border:2px dashed var(--border-color)}.retry-btn{background:var(--button-color);color:var(--button-text);border:none;padding:10px 20px;border-radius:6px;cursor:pointer;margin-top:15px;transition:background-color .2s}.retry-btn:hover{opacity:.9}.order-items-section{margin-bottom:20px}.order-items-list{display:flex;flex-direction:column}.order-item{padding:12px;border-radius:8px}.order-item-name{font-weight:500;color:var(--text-color)}.order-item-price{font-weight:600;color:var(--button-color)}.order-item-description{font-size:.9rem;color:var(--hint-color)}.special-instructions-section,.voucher-section,.payment-method-section,.manual-address-input-section{margin-bottom:20px}.special-instructions-input,.voucher-input,.manual-address-textarea{width:100%;padding:12px;border:1px solid var(--border-color);border-radius:6px;background:var(--bg-color);color:var(--text-color);font-size:14px;box-sizing:border-box;transition:border-color .2s ease}.special-instructions-input:focus,.voucher-input:focus,.manual-address-textarea:focus{outline:none;border-color:var(--button-color)}.special-instructions-input::placeholder,.voucher-input::placeholder,.manual-address-textarea::placeholder{color:var(--hint-color)}.special-instructions-input,.manual-address-textarea{resize:vertical;min-height:50px}.manual-address-info{margin-bottom:12px}.manual-address-info p{color:var(--hint-color);font-size:14px;margin:0}.manual-address-preview{margin-top:12px;padding:12px;background:var(--secondary-bg);border-radius:6px;border:1px solid var(--border-color);font-size:14px;color:var(--text-color)}.manual-address-preview strong{color:var(--button-color)}.manual-address-btn,.auto-detect-btn,.manual-input-btn{background:var(--button-color);color:var(--button-text);border:none;padding:8px 12px;border-radius:6px;cursor:pointer;font-size:12px;transition:all .2s;white-space:nowrap}.manual-address-btn:hover,.auto-detect-btn:hover,.manual-input-btn:hover{opacity:.9;transform:translateY(-1px)}.address-options{display:flex;gap:10px;justify-content:center;margin-top:15px;flex-wrap:wrap}.order-summary-section{background:var(--secondary-bg);padding:15px;border-radius:8px;margin-bottom:20px}.summary-row{display:flex;justify-content:space-between;padding:5px 0;color:var(--text-color)}.total-row{border-top:1px solid var(--border-color);margin-top:5px;padding-top:10px;font-weight:600;font-size:1.1rem}.payment-methods{display:flex;flex-direction:column;gap:10px}.payment-method{display:flex;justify-content:space-between;align-items:center;padding:15px;border:2px solid var(--border-color);border-radius:8px;cursor:pointer;transition:all .2s;background:var(--secondary-bg)}.payment-method:hover{border-color:var(--button-color)}.payment-method.selected{border-color:var(--button-color);background:color-mix(in srgb,var(--button-color) 10%,transparent)}.payment-method-name{font-weight:500;color:var(--text-color)}.payment-method-description{font-size:.9rem;color:var(--hint-color)}.payment-method-icon{font-size:1.2rem}.payment-note{background:color-mix(in srgb,#ffc107 20%,transparent);border:1px solid #ffc107;border-radius:6px;padding:12px;margin-bottom:20px}.payment-note p{margin:0;font-size:.9rem;color:color-mix(in srgb,#856404 80%,var(--text-color))}.order-form-footer{padding:20px}.pay-button{width:100%;background:var(--button-color);color:var(--button-text);border:none;padding:15px;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.pay-button:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.pay-button:disabled{background:var(--hint-color);cursor:not-allowed;transform:none}.address-warning{text-align:center;color:#dc3545;font-size:14px;margin-top:10px;padding:8px;background:color-mix(in srgb,#dc3545 20%,transparent);border-radius:4px;border:1px solid #dc3545}@media(max-width:768px){.order-form-overlay{padding:10px}.section-header{flex-direction:column;gap:10px;align-items:flex-start}.address-actions{width:100%;justify-content:space-between}.current-location-btn,.toggle-map-btn{flex:1;text-align:center}.delivery-map{height:180px}}[data-theme=dark] .leaflet-layer,[data-theme=dark] .leaflet-control-zoom-in,[data-theme=dark] .leaflet-control-zoom-out,[data-theme=dark] .leaflet-popup-content-wrapper,.order-items-list{color:var(--text-color)}[data-theme=dark] .leaflet-popup-tip{background:var(--secondary-bg)}.product-actions{margin-bottom:25px;display:grid;grid-template-columns:1fr 1fr;gap:8px}.variant-quantity-control{border:1px solid var(--border-color);border-radius:8px;padding:8px;transition:all .2s ease;display:flex;flex-direction:column;min-height:60px;justify-content:space-between}.variant-quantity-control.active{border-color:var(--button-color);background:color-mix(in srgb,var(--button-color) 5%,transparent)}.variant-quantity-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:6px;font-size:11px;line-height:1.2}.variant-name{font-weight:600;color:var(--text-color);flex:1;margin-right:4px}.variant-price{color:var(--hint-color);font-weight:500;white-space:nowrap}.add-to-cart-btn,.add-variant-btn{width:100%;background:#ff9800;color:#fff;border:none;border-radius:6px;padding:6px 8px;font-size:11px;font-weight:600;cursor:pointer;transition:all .2s ease;min-height:28px;display:flex;align-items:center;justify-content:center;-webkit-tap-highlight-color:transparent;outline:none}.add-to-cart-btn:hover,.add-variant-btn:hover{transform:translateY(-1px);box-shadow:0 2px 8px #ff980066;background:#fb8c00}.add-to-cart-btn:active,.add-variant-btn:active{transform:translateY(0);background:#f57c00}.quantity-controls{display:flex;align-items:center;justify-content:center;gap:3px;min-height:28px}.quantity-btn{border:none;border-radius:6px;width:50;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:14px;font-weight:600;transition:all .2s ease;color:#fff;flex-shrink:0;-webkit-tap-highlight-color:transparent;outline:none}.quantity-btn.increase{background:#ff9800}.quantity-btn.increase:hover{background:#fb8c00;transform:scale(1.05)}.quantity-btn.decrease{background:#f44336}.quantity-btn.decrease:hover{background:#e53935;transform:scale(1.05)}.quantity-display{font-weight:600;min-width:20px;text-align:center;font-size:12px;color:var(--text-color);background:var(--secondary-bg);padding:2px 6px;border-radius:4px;flex:1}.product-card:not(.has-variants) .product-actions{grid-template-columns:1fr}.variant-btn.in-cart{background:color-mix(in srgb,var(--button-color) 20%,transparent);border-color:var(--button-color)}@media(max-width:375px){.product-actions{gap:6px}.variant-quantity-control{padding:6px;min-height:55px}.variant-quantity-header{font-size:10px}.add-to-cart-btn,.add-variant-btn{padding:4px 6px;font-size:10px;min-height:24px}.quantity-btn{width:22px;height:22px;font-size:10px}.quantity-display{font-size:11px;min-width:18px;padding:1px 4px}}@media(min-width:768px){.product-actions{margin-top:15px;gap:10px}.variant-quantity-control{padding:10px;min-height:70px}.variant-quantity-header{font-size:12px}.add-to-cart-btn,.add-variant-btn{padding:8px 10px;font-size:12px;min-height:32px}.quantity-btn{width:28px;height:28px;font-size:14px}.quantity-display{font-size:13px;min-width:24px;padding:4px 8px}}.variant-quantity-control:nth-child(n+5){grid-column:1 / -1}.product-actions:has(.variant-quantity-control:nth-child(4)){grid-template-columns:1fr 1fr}@media(max-width:480px){.product-actions:has(.variant-quantity-control:nth-child(3)){grid-template-columns:1fr}}.header-actions{position:relative}.menu-toggle{background:transparent;color:#1c1c1e;border:none;outline:none;border-radius:50%;width:56px;height:56px;cursor:pointer;font-size:18px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;-webkit-tap-highlight-color:transparent}.menu-toggle:hover{transform:translateY(-1px)}.menu-toggle:active{transform:translateY(0)}[data-theme=dark] .menu-toggle{background:transparent;color:#eaeaea;box-shadow:none}.menu-toggle:focus,.menu-toggle:focus-visible{outline:none;box-shadow:none}.menu-toggle::-moz-focus-inner{border:0}.menu-toggle svg{width:28px;height:28px}.dropdown-menu{position:absolute;top:100%;right:0;margin-top:8px;background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:16px;padding:10px;width:220px;box-shadow:0 8px 20px #0000001a;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);z-index:1000;animation:slideDown .2s ease;opacity:1;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;pointer-events:auto}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.menu-item{display:flex;align-items:center;gap:12px;width:100%;padding:14px 16px;background:transparent;border:none;border-radius:12px;cursor:pointer;font-size:14px;color:var(--text-color);transition:background .15s ease,transform .08s ease;text-align:left;-webkit-tap-highlight-color:rgba(0,0,0,.05);touch-action:manipulation;-webkit-user-select:none;user-select:none}.menu-item:hover{background:#0000000d}.menu-item:active{transform:scale(.98);background:#00000012}.menu-icon{font-size:16px;width:20px;text-align:center}.menu-text{flex:1;font-weight:500}.theme-toggle-item{border-bottom:none;margin-bottom:0}.menu-section-title{display:block;padding:6px 8px 8px;font-size:12px;font-weight:600;color:var(--hint-color);text-transform:uppercase;letter-spacing:.02em}.menu-divider{height:1px;background:#00000014;margin:6px 0;border:none}.language-item.active{background:#0000000f}.language-item.active:after{content:"✓";margin-left:auto;color:var(--button-color);font-weight:700}.theme-item.active{background:#0000000f}.theme-item.active:after{content:"✓";margin-left:auto;color:var(--button-color);font-weight:700}.menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:transparent;z-index:999;-webkit-tap-highlight-color:transparent;touch-action:manipulation;cursor:pointer}[data-theme=dark] .dropdown-menu{background:#242424bf;border-color:#ffffff14;box-shadow:0 8px 24px #00000059}[data-theme=dark] .menu-item:hover{background:#ffffff0f}[data-theme=dark] .language-item.active,[data-theme=dark] .theme-item.active{background:#ffffff14}@media(max-width:768px){.dropdown-menu{position:fixed;top:80px;right:16px;margin-top:0}}@media(prefers-reduced-motion:reduce){.dropdown-menu{animation:none}.menu-item,.menu-toggle{transition:none}}.product-info{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px;gap:8px}.product-name{font-weight:600;font-size:14px;line-height:1.3;color:#5a5a5a;flex:1;margin:0}.product-price{color:var(--hint-color);font-size:13px;font-weight:500;white-space:nowrap;margin:0}@media(max-width:375px){.product-info{margin-bottom:6px;gap:6px}.product-name{font-size:13px}.product-price{font-size:12px}}@media(min-width:768px){.product-info{margin-bottom:10px}.product-name{font-size:15px}.product-price{font-size:14px}}.real-qr-code{display:flex;justify-content:center;align-items:center;background:#fff;padding:20px;border-radius:12px;margin-bottom:16px;border:2px solid #e0e0e0}.qr-code-image{width:150px;height:150px;border-radius:4px}.qr-fallback{margin-top:16px;padding:12px;background:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}.fallback-text{font-size:12px;color:#666;margin-bottom:8px;text-align:center}.fallback-address{font-size:11px;color:#333;text-align:center;word-break:break-all;font-family:monospace;background:#fff;padding:8px;border-radius:4px;border:1px solid #ddd}[data-theme=dark] .real-qr-code{background:#fff;border-color:#666}[data-theme=dark] .qr-fallback{background:#2d3748;border-color:#4a5568}[data-theme=dark] .fallback-text{color:#e2e8f0}[data-theme=dark] .fallback-address{color:#fff;background:#1a202c;border-color:#4a5568}.scan-text{font-size:14px;font-weight:600;color:#333;margin-top:12px;margin-bottom:8px}[data-theme=dark] .scan-text{color:#fff}.qr-code-loading{display:flex;justify-content:center;align-items:center;width:100px;height:100px;background:#f5f5f5;border-radius:4px;color:#666;font-size:14px}.order-number-section{text-align:center;margin-bottom:20px;padding:16px;background:var(--secondary-bg);border-radius:12px}.order-number-hint{font-size:12px;color:var(--hint-color);text-decoration:underline;cursor:pointer}.order-item-left{flex:1;display:flex;flex-direction:column;gap:4px}.order-item-right{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.order-item-quantity{text-align:left}.order-item-price{font-weight:600;color:var(--text-color);white-space:nowrap}.customer-info-fields{display:flex;flex-direction:column;gap:16px}.info-field-group{display:grid;grid-template-columns:1fr 1fr;gap:12px}.info-field{display:flex;flex-direction:column;gap:6px}.field-label{font-size:14px;font-weight:600;color:var(--text-color)}.field-input{width:100%;padding:12px 16px;border:1px solid var(--border-color);border-radius:8px;background:var(--bg-color);color:var(--text-color);font-size:14px;transition:border-color .2s ease}.field-input:focus{outline:none;border-color:var(--button-color)}.field-textarea{width:100%;padding:12px 16px;border:1px solid var(--border-color);border-radius:8px;background:var(--bg-color);color:var(--text-color);font-size:14px;resize:vertical;min-height:80px;transition:border-color .2s ease}.field-textarea:focus{outline:none;border-color:var(--button-color)}.field-input::placeholder,.field-textarea::placeholder{color:var(--hint-color)}@media(max-width:768px){.info-field-group{grid-template-columns:1fr;gap:16px}.order-item-right{align-items:center;gap:12px;justify-content:space-between}}@media(max-width:375px){.order-number{font-size:16px}.field-input,.field-textarea{padding:10px 14px;font-size:13px}}.order-number-section{text-align:center;margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid var(--border-color)}.order-number{font-size:18px;font-weight:700;color:var(--text-color);margin-bottom:4px}.order-number-hint{font-size:12px;color:var(--hint-color)}.customer-info-section{margin-bottom:20px}.customer-info-form{background:var(--secondary-bg);padding:16px;border-radius:12px}.form-row{display:flex;gap:12px;margin-bottom:12px}.form-group{flex:1}.form-label{display:block;font-size:12px;font-weight:600;color:var(--hint-color);margin-bottom:6px}.form-input,.form-textarea{width:100%;padding:12px;border:1px solid var(--border-color);border-radius:8px;background:var(--bg-color);color:var(--text-color);font-size:14px;transition:border-color .2s ease}.form-input:focus,.form-textarea:focus{outline:none;border-color:var(--button-color)}.form-input::placeholder,.form-textarea::placeholder{color:var(--hint-color)}.form-textarea{resize:vertical;min-height:80px}.delivery-info-section{margin-bottom:20px;padding:16px;background:var(--secondary-bg);border-radius:12px}.customer-details{display:flex;flex-direction:column;gap:8px}.customer-detail{font-size:14px;color:var(--text-color)}.customer-detail strong{color:var (--hint-color)}.delivery-location-section{margin-bottom:20px}.order-item-info{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.order-item-left{flex:1}.order-item-right{display:flex;align-items:center;gap:12px}.order-item-quantity{padding:4px 12px;border-radius:2px;font-size:12px;font-weight:600}.payment-container{display:flex;gap:5px;justify-content:space-between}.map-section{padding-bottom:20px}.retry-location-btn{background:linear-gradient(135deg,#6672ea,#6a77ff);color:#fff;border:none;border-radius:8px;padding:10px 16px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #667eea4d;display:flex;align-items:center;justify-content:center;gap:8px;width:100%;margin-top:8px}.retry-location-btn:hover:not(:disabled){background:linear-gradient(135deg,#6672ea,#6a77ff);transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.retry-location-btn:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 4px #667eea4d}.retry-location-btn:disabled{background:#ccc;color:#666;cursor:not-allowed;transform:none;box-shadow:none;opacity:.7}.retry-location-btn:disabled:before{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.retry-location-btn.alternative{background:linear-gradient(135deg,#4caf50,#45a049);box-shadow:0 2px 8px #4caf504d}.retry-location-btn.alternative:hover:not(:disabled){background:linear-gradient(135deg,#45a049,#3d8b40);box-shadow:0 4px 12px #4caf5066}.retry-location-btn.simple{background:#f8f9fa;color:#333;border:1px solid #ddd;box-shadow:none}.retry-location-btn.simple:hover:not(:disabled){background:#e9ecef;border-color:#adb5bd;transform:none}@media(max-width:768px){.retry-location-btn{padding:12px 16px;font-size:15px}}.retry-location-btn:before{font-size:16px}.retry-location-btn:not(:disabled):before{transition:transform .3s ease}.retry-location-btn:not(:disabled):hover:before{transform:scale(1.1)}.map-section{background:#fff;border-radius:12px;padding:16px;margin:16px 0;box-shadow:0 2px 8px #0000001a;border:1px solid #e0e0e0}.delivery-map{border-radius:8px;overflow:hidden;border:1px solid #e0e0e0;margin-bottom:12px}.map-actions{display:flex;gap:8px;flex-wrap:wrap}.map-toggle-section{text-align:center;margin:16px 0}.show-map-btn{background:transparent;color:#667eea;border:2px solid #667eea;border-radius:8px;padding:10px 20px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%}.show-map-btn:hover{background:#667eea;color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #667eea4d}.payment-details{width:100%}.step-indicator{display:flex;justify-content:center;align-items:center;padding:20px 16px;background:var(--bg-color);border-bottom:1px solid var(--border-color);margin-bottom:20px;gap:0;max-width:800px;margin-left:auto;margin-right:auto}.step-indicator-wrapper{display:flex;align-items:center;flex:1}.step-item{display:flex;flex-direction:column;align-items:center;gap:8px;flex:1;position:relative;z-index:2}.step-number{width:36px;height:36px;border-radius:50%;background:var (--secondary-bg);color:var(--hint-color);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;border:2px solid var(--border-color);transition:all .3s ease}.step-item.active .step-number{background:var(--button-color);color:var(--button-text);border-color:var(--button-color);transform:scale(1.1);box-shadow:0 2px 8px #0088cc4d}.step-item.completed .step-number{background:#27ae60;color:#fff;border-color:#27ae60}.step-item.completed .step-number:before{content:"✓";font-size:16px}.step-label{font-size:11px;font-weight:600;color:var(--hint-color);text-align:center;transition:color .3s ease}.step-item.active .step-label{color:var(--button-color)}.step-item.completed .step-label{color:#27ae60}.step-connector{height:2px;background:var(--border-color);flex:1;margin:0 -8px 28px;position:relative;z-index:1}.step-item.completed~.step-indicator-wrapper .step-connector{background:#27ae60}.cart-summary-section{position:fixed;bottom:0;left:0;right:0;padding:16px;z-index:100;max-height:50vh;overflow-y:auto}.cart-items-preview{margin-bottom:16px;max-height:200px;overflow-y:auto}.cart-items-preview h3{font-size:16px;font-weight:600;margin-bottom:12px;color:var(--text-color)}.cart-item-preview{display:flex;align-items:center;gap:12px;padding:8px;background:var(--secondary-bg);border-radius:8px;margin-bottom:8px}.cart-item-preview img{width:40px;height:40px;border-radius:6px;object-fit:cover}.cart-item-preview .item-details{flex:1}.cart-item-preview .item-details h4{font-size:13px;font-weight:600;color:var(--text-color);margin-bottom:2px}.cart-item-preview .item-details p{font-size:12px;color:var(--hint-color)}.cart-item-preview .item-total{font-size:14px;font-weight:700;color:var(--button-color)}.cart-total{border-top:1px solid var(--border-color);padding-top:12px}.cart-total h3{font-size:18px;font-weight:700;color:var(--text-color);margin-bottom:12px}.btn-proceed-checkout{width:100%;background:var(--button-color);color:var(--button-text);border:none;border-radius:12px;padding:16px;font-size:16px;font-weight:700;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.btn-proceed-checkout:hover{transform:translateY(-2px);box-shadow:0 4px 16px #08c6}.btn-proceed-checkout:active{transform:translateY(0)}.checkout-step{max-width:600px;margin:0 auto;padding:0 16px 100px;animation:fadeSlideIn .3s ease-out}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.checkout-step .order-form-modal{position:relative;background:transparent;border-radius:0;max-height:none;animation:none}.checkout-step .order-form-header{display:none}.checkout-step .order-form-content{padding:0}.payment-step{max-width:600px;margin:0 auto;padding:0 16px 100px;animation:fadeSlideIn .3s ease-out}.btn-back{background:transparent;color:var(--button-color);border:none;border-radius:10px;padding:8px 12px;font-size:16px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:4px;margin-bottom:20px;transition:all .2s ease}.btn-back:hover{background:#007aff14;transform:scale(1.02)}.btn-back:active{transform:scale(.98);opacity:.7}[data-theme=dark] .btn-back{color:#0a84ff}[data-theme=dark] .btn-back:hover{background:#0a84ff1f}@media(max-width:768px){.step-indicator{padding:16px 8px}.step-number{width:32px;height:32px;font-size:12px}.step-label{font-size:10px}.cart-summary-section{max-height:60vh}.product-grid{margin-bottom:400px}}@media(max-width:480px){.step-label{display:none}.step-number{width:28px;height:28px;font-size:11px}.cart-item-preview{gap:8px;padding:6px}.cart-item-preview img{width:32px;height:32px}}[data-theme=dark] .step-indicator{background:var(--bg-color);border-bottom-color:var(--border-color)}[data-theme=dark] .cart-summary-section{background:var(--bg-color);border-top-color:var(--border-color);box-shadow:0 -4px 12px #00000080}[data-theme=dark] .cart-item-preview{background:var(--secondary-bg)}[data-theme=dark] .btn-back{background:var(--secondary-bg);border-color:var(--border-color)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.checkout-step,.payment-step{animation:fadeInUp .3s ease}.product-grid{margin-bottom:120px}.order-form-container{width:100%;max-width:600px;margin:0 auto;background:var(--bg-color)}.checkout-step .order-form-container{background:transparent}.order-form-content{padding:0}.order-form-footer{position:fixed;bottom:0;left:0;right:0;padding:9px 16px 16px;background:var(--bg-color);z-index:100}.checkout-step .order-form-footer{max-width:600px;margin:0}.order-form-overlay,.order-form-modal,.order-form-header{display:none}@media(min-width:768px){.order-form-footer{position:fixed;left:50%;transform:translate(-50%);max-width:600px;width:calc(100% - 32px)}}.qr-payment-container{width:100%;max-width:600px;margin:0 auto;background:var(--bg-color);padding:0 0 100px}.payment-step .qr-payment-container{background:transparent}.qr-payment-overlay,.qr-payment-modal,.qr-payment-header{display:none}.qr-payment-content{padding:0 16px}.payment-status{background:var(--secondary-bg);padding:16px;border-radius:12px;margin-bottom:20px;text-align:center}.timer{font-size:18px;font-weight:700;padding:12px;border-radius:8px}.timer.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.timer.expired{background:#f44;color:#fff}.delivery-location-section{background:var(--secondary-bg);padding:16px;border-radius:12px;margin-bottom:20px}.delivery-location-section .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.delivery-location-section h4{font-size:16px;font-weight:600;color:var(--text-color);margin:0}.toggle-map-btn{background:var(--button-color);color:var(--button-text);border:none;border-radius:8px;padding:8px 12px;font-size:13px;font-weight:600;cursor:pointer;transition:all .3s ease}.toggle-map-btn:hover{opacity:.9}.address-display{margin-top:12px}.address-text{font-size:14px;color:var(--text-color);line-height:1.5;margin-bottom:10px}.map-note{font-size:13px;color:var(--hint-color);text-align:center;margin-top:8px;font-style:italic}.no-address-message{text-align:center;color:var(--hint-color);padding:20px}.qr-code-section-centered{display:flex;justify-content:center;align-items:center;padding:20px 0;margin-bottom:20px}.qr-code-section-centered .qr-code-placeholder{padding:0;border-radius:1px;width:330px;height:330px;display:flex;align-items:center;justify-content:center}.qr-code-section-centered .qr-code-image{width:100%;height:100%;object-fit:contain}.payment-info-container{background:transparent;padding:0 16px;margin-bottom:20px;display:flex;flex-direction:column;gap:20px}.payment-container{background:var(--secondary-bg);padding:20px;border-radius:12px;margin-bottom:20px}.payment-content-wrapper{display:flex;gap:20px;align-items:flex-start}.qr-code-section{flex:0 0 40%;display:flex;justify-content:center}.qr-code-placeholder{background:#fff;padding:12px;border-radius:12px;box-shadow:0 2px 8px #0000001a;width:100%;max-width:280px;aspect-ratio:1;display:flex;align-items:center;justify-content:center}.qr-code-image{width:100%;height:100%;object-fit:contain}.payment-info-section{flex:0 0 60%;display:flex;flex-direction:column;gap:12px}.payment-info-container .payment-info-item{display:flex;flex-direction:column;gap:1px;background:var(--secondary-bg);padding:16px;border-radius:5px}.payment-info-item{display:flex;flex-direction:column;gap:4px}.info-value-with-copy{display:flex;align-items:center;justify-content:space-between;gap:12px}.info-label{font-size:11px;color:var(--hint-color);font-weight:600;text-transform:uppercase;letter-spacing:.5px}.info-value{font-size:18px;font-weight:700;color:#ff3b30;word-break:break-all;flex:1}.copy-icon-btn{background:#007aff;color:#fff;border:none;border-radius:8px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px;transition:all .3s ease;flex-shrink:0;padding:0}.copy-icon-btn svg{width:18px;height:18px}.copy-icon-btn:hover{background:var(--button-color);transform:scale(1.1);opacity:.9}.copy-icon-btn:active{transform:scale(.95)}[data-theme=light] .info-value{color:#000}.wallet-address{font-size:12px;font-family:monospace;color:var(--text-color);background:transparent;padding:0;border-radius:0;border:none;font-weight:500;word-break:break-all}[data-theme=light] .wallet-address{color:#000}@media(max-width:768px){.payment-container{padding:16px}.qr-code-section-centered .qr-code-placeholder{width:180px;height:180px;padding:16px}.payment-info-container{padding:0 12px}.info-label{font-size:10px}.info-value{font-size:16px}.wallet-address{font-size:11px}.copy-icon-btn{width:32px;height:32px}}@media(max-width:480px){.qr-code-section-centered .qr-code-placeholder{width:190px;height:190px;padding:12px}.payment-info-container .payment-info-item{padding:12px}.info-label{font-size:9px}.info-value{font-size:16px}.wallet-address{font-size:9px;padding:6px}}.order-summary{background:var(--secondary-bg);padding:16px;border-radius:12px;margin-bottom:80px}.order-summary h4{font-size:16px;font-weight:600;color:var(--text-color);margin-bottom:12px}.order-number{font-size:14px;color:var(--hint-color);margin-bottom:12px;font-weight:600}.order-item-summary{font-size:14px;color:var(--text-color);padding:8px 0;border-bottom:1px solid var(--border-color)}.order-total{font-size:18px;font-weight:700;color:var(--button-color);margin-top:12px;padding-top:12px;border-top:2px solid var(--border-color)}.qr-payment-footer{position:fixed;bottom:0;left:0;right:0;padding:16px;z-index:100}.payment-step .qr-payment-footer{max-width:600px;margin:0}.close-button{width:100%;background:#f44;color:#fff;border:none;border-radius:12px;padding:16px;font-size:16px;font-weight:700;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.close-button:hover{background:#c00;transform:translateY(-2px);box-shadow:0 4px 16px #f446}.close-button:active{transform:translateY(0)}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px}.confirmation-modal{background:var(--bg-color);border-radius:16px;max-width:400px;width:100%;padding:24px;box-shadow:var(--modal-shadow)}.confirmation-header h3{font-size:20px;font-weight:700;color:var(--text-color);margin:0 0 16px}.confirmation-body{margin-bottom:20px}.confirmation-body p{font-size:14px;color:var(--text-color);line-height:1.6;margin:0 0 12px}.warning-text{color:#f44;font-weight:600}.confirmation-footer{display:flex;gap:12px}.btn-secondary,.btn-primary{flex:1;padding:12px 16px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-secondary{background:var(--secondary-bg);color:var(--text-color);border:1px solid var(--border-color)}.btn-secondary:hover{background:var(--button-color);color:var(--button-text);border-color:var(--button-color)}.btn-primary{background:#f44;color:#fff}.btn-primary:hover{background:#c00}@media(min-width:768px){.qr-payment-footer{position:fixed;left:50%;transform:translate(-50%);max-width:600px;width:calc(100% - 32px)}}[data-theme=dark] .qr-payment-footer{background:var(--bg-color);border-top-color:var(--border-color);box-shadow:0 -2px 10px #00000080}[data-theme=dark] .qr-code-placeholder{background:#fff}[data-theme=dark] .payment-status,[data-theme=dark] .delivery-location-section,[data-theme=dark] .payment-container,[data-theme=dark] .order-summary{background:var(--secondary-bg)}[data-theme=dark] .payment-amount,[data-theme=dark] .confirmation-modal{background:var(--bg-color)}.mapboxgl-map{font:12px/20px Helvetica Neue,Arial,Helvetica,sans-serif;overflow:hidden;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);text-align:left}.mapboxgl-map:-webkit-full-screen{width:100%;height:100%}.mapboxgl-canary{background-color:salmon}.mapboxgl-canvas-container.mapboxgl-interactive,.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.mapboxgl-canvas-container.mapboxgl-interactive.mapboxgl-track-pointer{cursor:pointer}.mapboxgl-canvas-container.mapboxgl-interactive:active,.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass:active{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate,.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate .mapboxgl-canvas{touch-action:pan-x pan-y}.mapboxgl-canvas-container.mapboxgl-touch-drag-pan,.mapboxgl-canvas-container.mapboxgl-touch-drag-pan .mapboxgl-canvas{touch-action:pinch-zoom}.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan,.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas{touch-action:none}.mapboxgl-ctrl-bottom-left,.mapboxgl-ctrl-bottom-right,.mapboxgl-ctrl-top-left,.mapboxgl-ctrl-top-right{position:absolute;pointer-events:none;z-index:2}.mapboxgl-ctrl-top-left{top:0;left:0}.mapboxgl-ctrl-top-right{top:0;right:0}.mapboxgl-ctrl-bottom-left{bottom:0;left:0}.mapboxgl-ctrl-bottom-right{right:0;bottom:0}.mapboxgl-ctrl{clear:both;pointer-events:auto;transform:translate(0)}.mapboxgl-ctrl-top-left .mapboxgl-ctrl{margin:10px 0 0 10px;float:left}.mapboxgl-ctrl-top-right .mapboxgl-ctrl{margin:10px 10px 0 0;float:right}.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl{margin:0 0 10px 10px;float:left}.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl{margin:0 10px 10px 0;float:right}.mapboxgl-ctrl-group{border-radius:4px;background:#fff}.mapboxgl-ctrl-group:not(:empty){-moz-box-shadow:0 0 2px rgba(0,0,0,.1);-webkit-box-shadow:0 0 2px rgba(0,0,0,.1);box-shadow:0 0 0 2px #0000001a}@media(-ms-high-contrast:active){.mapboxgl-ctrl-group:not(:empty){box-shadow:0 0 0 2px ButtonText}}.mapboxgl-ctrl-group button{width:29px;height:29px;display:block;padding:0;outline:none;border:0;box-sizing:border-box;background-color:transparent;cursor:pointer}.mapboxgl-ctrl-group button+button{border-top:1px solid #ddd}.mapboxgl-ctrl button .mapboxgl-ctrl-icon{display:block;width:100%;height:100%;background-repeat:no-repeat;background-position:50%}@media(-ms-high-contrast:active){.mapboxgl-ctrl-icon{background-color:transparent}.mapboxgl-ctrl-group button+button{border-top:1px solid ButtonText}}.mapboxgl-ctrl button::-moz-focus-inner{border:0;padding:0}.mapboxgl-ctrl-group button:focus{box-shadow:0 0 2px 2px #0096ff}.mapboxgl-ctrl button:disabled{cursor:not-allowed}.mapboxgl-ctrl button:disabled .mapboxgl-ctrl-icon{opacity:.25}.mapboxgl-ctrl button:not(:disabled):hover{background-color:#0000000d}.mapboxgl-ctrl-group button:focus:focus-visible{box-shadow:0 0 2px 2px #0096ff}.mapboxgl-ctrl-group button:focus:not(:focus-visible){box-shadow:none}.mapboxgl-ctrl-group button:focus:first-child{border-radius:4px 4px 0 0}.mapboxgl-ctrl-group button:focus:last-child{border-radius:0 0 4px 4px}.mapboxgl-ctrl-group button:focus:only-child{border-radius:inherit}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")}@media(-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")}}@media(-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")}@media(-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")}}@media(-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E")}@media(-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath d='M10.5 16l4 8 4-8h-8z' fill='%23999'/%3E%3C/svg%3E")}}@media(-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23aaa'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath d='M14 5l1 1-9 9-1-1 9-9z' fill='red'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-waiting .mapboxgl-ctrl-icon{-webkit-animation:mapboxgl-spin 2s linear infinite;-moz-animation:mapboxgl-spin 2s infinite linear;-o-animation:mapboxgl-spin 2s infinite linear;-ms-animation:mapboxgl-spin 2s infinite linear;animation:mapboxgl-spin 2s linear infinite}@media(-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23999'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath d='M14 5l1 1-9 9-1-1 9-9z' fill='red'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3C/svg%3E")}}@media(-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23666'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath d='M14 5l1 1-9 9-1-1 9-9z' fill='red'/%3E%3C/svg%3E")}}@-webkit-keyframes mapboxgl-spin{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(1turn)}}@-moz-keyframes mapboxgl-spin{0%{-moz-transform:rotate(0deg)}to{-moz-transform:rotate(1turn)}}@-o-keyframes mapboxgl-spin{0%{-o-transform:rotate(0deg)}to{-o-transform:rotate(1turn)}}@-ms-keyframes mapboxgl-spin{0%{-ms-transform:rotate(0deg)}to{-ms-transform:rotate(1turn)}}@keyframes mapboxgl-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}a.mapboxgl-ctrl-logo{width:88px;height:23px;margin:0 0 -4px -4px;display:block;background-repeat:no-repeat;cursor:pointer;overflow:hidden;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='85' height='21' viewBox='0 0 85 21' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient x1='49.999%25' y1='.969%25' x2='49.999%25' y2='94.373%25' id='a'%3E%3Cstop stop-color='%23FFF' offset='0%25'/%3E%3Cstop stop-color='%23CACACA' offset='100%25'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M19.601 11.917a9.282 9.282 0 01-9.164 7.767c-5.128 0-9.285-4.149-9.285-9.267 0-5.117 4.157-9.266 9.285-9.266 2.414 0 4.657.949 6.264 2.427.196.213.286.513.286.841 0 .685-.553 1.24-1.234 1.24-.273 0-.475.026-.753-.226-1.139-1.058-2.799-1.757-4.552-1.757-3.737 0-6.766 3.023-6.766 6.753 0 3.729 3.03 6.753 6.766 6.753a6.768 6.768 0 006.355-4.43c.071-.203.141-.514.175-.66.354-.108 2.283-.685 2.706-.808 0 .226-.048.453-.083.633zM9.422 13.46a.217.217 0 01-.27-.147.224.224 0 01.021-.177l1.817-3.031-1.817-3.032a.22.22 0 01.074-.301.211.211 0 01.175-.022l10.046 3.061c.161.048.252.22.203.382a.304.304 0 01-.203.206L9.422 13.46zm10.405-4.743l-10.07-3.07a1.375 1.375 0 00-1.112.142 1.377 1.377 0 00-.46 1.876l1.462 2.44-1.462 2.439a1.38 1.38 0 00-.138 1.099 1.378 1.378 0 001.711.919l5.774-1.76a5.642 5.642 0 01-5.084 3.228c-3.096 0-5.615-2.513-5.615-5.601 0-3.089 2.52-5.601 5.615-5.601 1.383 0 2.792.542 3.77 1.449a1.948 1.948 0 001.401.535h.073l.062-.001a2.391 2.391 0 002.385-2.392c0-.643-.205-1.204-.592-1.623l-.007-.007-.032-.034A10.538 10.538 0 0010.436 0C4.682 0 0 4.673 0 10.417c0 5.745 4.682 10.419 10.436 10.419 5.184 0 9.42-3.59 10.301-8.732l.01-.051c.16-.892.492-2.747-.92-3.336z' fill='%23000' opacity='.4'/%3E%3Cg opacity='.8'%3E%3Cpath d='M16.803 12.752a6.77 6.77 0 01-6.355 4.43c-3.737 0-6.767-3.024-6.767-6.754 0-3.729 3.03-6.752 6.767-6.752 1.753 0 3.413.698 4.553 1.757.277.252.48.226.753.226.68 0 1.234-.555 1.234-1.24 0-.328-.09-.629-.287-.84a9.313 9.313 0 00-6.264-2.428c-5.128 0-9.284 4.148-9.284 9.266s4.155 9.267 9.284 9.267a9.283 9.283 0 009.165-7.767c.035-.18.082-.408.082-.634-.422.124-2.352.7-2.706.808-.034.146-.104.458-.175.661' fill='%23FFF'/%3E%3Cpath d='M9.247 6.772a.22.22 0 00-.073.3l1.816 3.033-1.816 3.03a.222.222 0 00-.022.179.217.217 0 00.27.146l10.047-3.061a.306.306 0 00.203-.206.307.307 0 00-.203-.382L9.422 6.75a.212.212 0 00-.175.022' fill='%23FFF'/%3E%3Cpath d='M9.838 8.954l8.694-.02c0-.116-.119-.252-.19-.274L8.297 5.598a.215.215 0 00-.175.022.221.221 0 00-.074.301l1.79 3.032z' fill='url(%23a)' opacity='.5' transform='translate(1.152 1.151)'/%3E%3C/g%3E%3Cg%3E%3Cg opacity='.4' fill='%23000'%3E%3Cpath d='M63.437 12.589c-.3 0-.805-.155-.805-.736 0-.71.617-.765.805-.765.42 0 .874.23.874.737 0 .525-.453.764-.874.764m0-2.751c-1.151 0-2.055.795-2.055 1.987v.028c0 1.177.918 1.986 2.055 1.986 1.15 0 2.124-.81 2.124-1.986v-.028c0-1.178-.973-1.987-2.124-1.987M38.287 13.288c-.622 0-.957-.549-.957-1.065 0-.522.245-1.081.929-1.081.667 0 .97.561.97 1.081 0 .515-.247 1.065-.942 1.065m-.028-3.396c-1.33 0-2.18 1.042-2.18 2.302v.029c0 1.259.92 2.315 2.208 2.315 1.343 0 2.192-1.042 2.192-2.288v-.027c0-1.275-.918-2.331-2.22-2.331M46.883 13.288c-.622 0-.957-.549-.957-1.065 0-.522.245-1.081.929-1.081.667 0 .97.561.97 1.081 0 .515-.247 1.065-.942 1.065m-.028-3.396c-1.329 0-2.179 1.042-2.179 2.302v.029c0 1.259.919 2.315 2.207 2.315 1.343 0 2.192-1.042 2.192-2.288v-.027c0-1.275-.918-2.331-2.22-2.331M79.142 13.288c-.622 0-.957-.549-.957-1.065 0-.522.245-1.081.929-1.081.667 0 .97.561.97 1.081 0 .515-.247 1.065-.942 1.065m-.028-3.396c-1.33 0-2.18 1.042-2.18 2.302v.029c0 1.259.92 2.315 2.208 2.315 1.343 0 2.192-1.042 2.192-2.288v-.027c0-1.275-.918-2.331-2.22-2.331'/%3E%3Cpath d='M79.114 15.99c-2.206 0-3.836-1.686-3.836-3.74v-.028c0-2.069 1.644-3.782 3.864-3.782 2.22 0 3.85 1.686 3.85 3.754v.028c0 2.055-1.644 3.768-3.878 3.768zm-5.085-9.263c0 .493-.412.823-.946.823s-.945-.33-.945-.823v-.082c0-.493.411-.808.945-.808s.946.315.946.808v.082zm-.11 8.345c0 .466-.37.822-.836.822a.816.816 0 01-.822-.822V9.344c0-.465.356-.835.822-.835a.83.83 0 01.836.835v5.728zm-3.263-.123a.933.933 0 01-.959.945c-.562 0-.973-.41-.973-.945v-.138c0-.534.411-.945.973-.945.548 0 .959.411.959.945v.138zm-3.444-.604c0 1.22-.315 2.124-.918 2.728-.658.657-1.672.973-2.973.973a6.247 6.247 0 01-2.795-.645c-.288-.109-.466-.342-.466-.657a.7.7 0 011-.617c.658.37 1.384.576 2.22.576 1.48 0 2.288-.768 2.288-2.22v-.562c-.603.781-1.356 1.33-2.549 1.33-1.699 0-3.288-1.26-3.288-3.385v-.027c0-2.138 1.603-3.399 3.288-3.399 1.22 0 1.973.562 2.535 1.234v-.343a.83.83 0 011.658.013v5.001zm-8.705.727a.807.807 0 01-.822.822.819.819 0 01-.836-.822v-3.357c0-1.123-.562-1.768-1.548-1.768-.959 0-1.631.672-1.631 1.795v3.33a.818.818 0 01-.835.822.816.816 0 01-.823-.822V9.344c0-.465.356-.835.823-.835a.83.83 0 01.835.835v.357c.466-.672 1.137-1.26 2.261-1.26 1.631 0 2.576 1.095 2.576 2.767v3.864zm-7.774-2.85c0 2.055-1.644 3.768-3.878 3.768-2.206 0-3.836-1.686-3.836-3.74v-.028c0-2.069 1.644-3.782 3.864-3.782 2.22 0 3.85 1.686 3.85 3.754v.028zm-8.596 0c0 2.055-1.644 3.768-3.878 3.768-2.206 0-3.836-1.686-3.836-3.74v-.028c0-2.069 1.644-3.782 3.864-3.782 2.22 0 3.85 1.686 3.85 3.754v.028zm-12.492.961a2.972 2.972 0 01-.366.023c-1.241 0-2.011-.834-2.011-2.176 0-1.192.834-2.162 1.86-2.162.607 0 .996.131 1.353.351h-.777a1.999 1.999 0 00-2.004 1.99c0 1.07.867 1.944 1.945 1.974zm3.58.697c0 .48-.192.822-.589 1.07a6.108 6.108 0 01-3.412 1.04c-3.001 0-4.974-2.138-4.974-4.933v-.027c0-2.686 2.055-4.96 4.947-4.96 1.438 0 2.397.342 3.274.973a.852.852 0 01.343.684.84.84 0 01-.836.836c-.219 0-.384-.095-.52-.19-.617-.453-1.288-.755-2.33-.755-1.767 0-3.11 1.55-3.11 3.385v.027c0 1.973 1.302 3.426 3.261 3.426.904 0 1.727-.288 2.315-.727v-1.795h-1.89c-.411 0-.754-.315-.754-.726 0-.41.343-.739.754-.739h2.672c.479 0 .849.37.849.848v2.563zm45.917-6.69c-1.595 0-3.036.692-3.99 1.883a2.09 2.09 0 00-.397-.976c.339-.37.524-.849.524-1.37v-.082c0-1.173-.944-2.058-2.196-2.058-1.251 0-2.195.885-2.195 2.058v.082c0 .522.184 1 .524 1.371-.26.356-.401.79-.401 1.246v3.698a2.207 2.207 0 00-1.314-.426c-.452 0-.875.128-1.235.367V9.344a2.088 2.088 0 00-2.086-2.085c-.463 0-.907.153-1.269.435a4.361 4.361 0 00-2.088-.504 4.562 4.562 0 00-3.727 1.957c-.632-1.235-1.855-1.957-3.361-1.957-.683 0-1.311.158-1.869.47a2.083 2.083 0 00-1.227-.4 2.051 2.051 0 00-2.042 1.716c-.953-1.13-2.367-1.786-3.91-1.786-1.767 0-3.377.878-4.302 2.318-.921-1.44-2.528-2.318-4.294-2.318-1.909 0-3.592.984-4.479 2.591a2.047 2.047 0 00-.579-.383 2.08 2.08 0 00.835-1.67c0-.66-.315-1.29-.844-1.686-1.175-.846-2.415-1.222-4.023-1.222C25.722 4.82 23 7.548 23 11.03c0 3.598 2.617 6.21 6.224 6.21a7.395 7.395 0 004.105-1.25c.34-.21.609-.49.803-.83.942 1.311 2.453 2.08 4.127 2.08 1.771 0 3.386-.875 4.314-2.31.918 1.435 2.521 2.31 4.282 2.31 1.555 0 2.981-.66 3.941-1.797a2.075 2.075 0 002.039 1.701c1.169 0 2.085-.91 2.085-2.072v-3.33c0-.545.229-.545.381-.545.192 0 .298 0 .298.518v3.357c0 1.162.916 2.072 2.086 2.072.411 0 .799-.116 1.126-.328a1.925 1.925 0 001.218 1.733 7.464 7.464 0 003.292.747c1.67 0 2.968-.45 3.856-1.339.394-.393.701-.89.917-1.483.412.426.982.67 1.603.67.689 0 1.322-.31 1.733-.832.387.515.999.832 1.653.832 1.067 0 1.923-.757 2.065-1.772.948 1.182 2.381 1.868 3.966 1.868 2.875 0 5.128-2.204 5.128-5.018 0-2.82-2.24-5.032-5.1-5.032z'/%3E%3C/g%3E%3Cg opacity='.8' fill='%23FFF'%3E%3Cpath d='M24.25 11.058v-.027c0-2.687 2.055-4.96 4.946-4.96 1.44 0 2.398.34 3.275.972a.854.854 0 01.343.684.84.84 0 01-.836.836c-.219 0-.384-.096-.52-.192-.617-.452-1.289-.753-2.33-.753-1.768 0-3.11 1.548-3.11 3.384v.028c0 1.972 1.301 3.425 3.261 3.425.904 0 1.726-.288 2.315-.726v-1.795h-1.89c-.412 0-.754-.315-.754-.727 0-.41.342-.739.754-.739h2.671c.48 0 .85.37.85.85v2.561c0 .48-.192.823-.589 1.07a6.119 6.119 0 01-3.412 1.041c-3 0-4.974-2.138-4.974-4.933M40.48 12.25v-.027c0-1.275-.919-2.33-2.22-2.33-1.33 0-2.179 1.042-2.179 2.3v.03c0 1.259.918 2.315 2.206 2.315 1.342 0 2.192-1.042 2.192-2.288m-6.057 0v-.027c0-2.07 1.644-3.783 3.865-3.783 2.22 0 3.85 1.686 3.85 3.754v.029c0 2.054-1.644 3.767-3.878 3.767-2.206 0-3.837-1.685-3.837-3.74M49.075 12.25v-.027c0-1.275-.918-2.33-2.22-2.33-1.329 0-2.179 1.042-2.179 2.3v.03c0 1.259.92 2.315 2.207 2.315 1.342 0 2.192-1.042 2.192-2.288m-6.057 0v-.027c0-2.07 1.644-3.783 3.865-3.783 2.22 0 3.85 1.686 3.85 3.754v.029c0 2.054-1.644 3.767-3.878 3.767-2.206 0-3.837-1.685-3.837-3.74M52.012 9.345c0-.466.356-.836.822-.836a.83.83 0 01.836.836V9.7c.466-.671 1.137-1.26 2.261-1.26 1.63 0 2.576 1.095 2.576 2.767v3.865a.808.808 0 01-.822.822.82.82 0 01-.836-.822v-3.358c0-1.123-.562-1.767-1.548-1.767-.96 0-1.63.67-1.63 1.794v3.33a.82.82 0 01-.837.823.816.816 0 01-.822-.822V9.345zM65.582 11.852v-.027c0-1.179-.973-1.988-2.124-1.988-1.151 0-2.055.795-2.055 1.988v.027c0 1.178.918 1.986 2.055 1.986 1.15 0 2.124-.808 2.124-1.986m-5.056 5.55c-.288-.11-.466-.343-.466-.658a.7.7 0 011-.618 4.416 4.416 0 002.22.577c1.48 0 2.288-.768 2.288-2.22v-.563c-.603.782-1.356 1.33-2.55 1.33-1.698 0-3.287-1.26-3.287-3.384v-.028c0-2.137 1.603-3.398 3.288-3.398 1.22 0 1.974.561 2.536 1.233v-.342c0-.453.369-.823.82-.823a.83.83 0 01.837.836v5.001c0 1.22-.315 2.124-.918 2.728-.657.657-1.671.972-2.973.972a6.246 6.246 0 01-2.795-.644M69.697 13.866c.548 0 .959.411.959.945v.138a.933.933 0 01-.959.945c-.562 0-.973-.41-.973-.945v-.138c0-.534.411-.945.973-.945M72.261 9.345c0-.466.356-.836.822-.836a.83.83 0 01.836.836v5.728a.82.82 0 01-.836.822.816.816 0 01-.822-.822V9.345zm-.123-2.7c0-.492.411-.808.945-.808s.946.316.946.809v.082c0 .493-.412.822-.946.822s-.945-.33-.945-.822v-.082zM81.334 12.25v-.027c0-1.275-.918-2.33-2.22-2.33-1.329 0-2.179 1.042-2.179 2.3v.03c0 1.259.92 2.315 2.207 2.315 1.342 0 2.192-1.042 2.192-2.288m-6.057 0v-.027c0-2.07 1.644-3.783 3.865-3.783 2.22 0 3.85 1.686 3.85 3.754v.029c0 2.054-1.644 3.767-3.878 3.767-2.206 0-3.837-1.685-3.837-3.74'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}a.mapboxgl-ctrl-logo.mapboxgl-compact{width:23px}@media(-ms-high-contrast:active){a.mapboxgl-ctrl-logo{background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='85' height='21' viewBox='0 0 85 21' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient x1='49.999%25' y1='.969%25' x2='49.999%25' y2='94.373%25' id='a'%3E%3Cstop stop-color='%23FFF' offset='0%25'/%3E%3Cstop stop-color='%23CACACA' offset='100%25'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M19.601 11.917a9.282 9.282 0 01-9.164 7.767c-5.128 0-9.285-4.149-9.285-9.267 0-5.117 4.157-9.266 9.285-9.266 2.414 0 4.657.949 6.264 2.427.196.213.286.513.286.841 0 .685-.553 1.24-1.234 1.24-.273 0-.475.026-.753-.226-1.139-1.058-2.799-1.757-4.552-1.757-3.737 0-6.766 3.023-6.766 6.753 0 3.729 3.03 6.753 6.766 6.753a6.768 6.768 0 006.355-4.43c.071-.203.141-.514.175-.66.354-.108 2.283-.685 2.706-.808 0 .226-.048.453-.083.633zM9.422 13.46a.217.217 0 01-.27-.147.224.224 0 01.021-.177l1.817-3.031-1.817-3.032a.22.22 0 01.074-.301.211.211 0 01.175-.022l10.046 3.061c.161.048.252.22.203.382a.304.304 0 01-.203.206L9.422 13.46zm10.405-4.743l-10.07-3.07a1.375 1.375 0 00-1.112.142 1.377 1.377 0 00-.46 1.876l1.462 2.44-1.462 2.439a1.38 1.38 0 00-.138 1.099 1.378 1.378 0 001.711.919l5.774-1.76a5.642 5.642 0 01-5.084 3.228c-3.096 0-5.615-2.513-5.615-5.601 0-3.089 2.52-5.601 5.615-5.601 1.383 0 2.792.542 3.77 1.449a1.948 1.948 0 001.401.535h.073l.062-.001a2.391 2.391 0 002.385-2.392c0-.643-.205-1.204-.592-1.623l-.007-.007-.032-.034A10.538 10.538 0 0010.436 0C4.682 0 0 4.673 0 10.417c0 5.745 4.682 10.419 10.436 10.419 5.184 0 9.42-3.59 10.301-8.732l.01-.051c.16-.892.492-2.747-.92-3.336z' fill='%23000' opacity='.4'/%3E%3Cg opacity='.8'%3E%3Cpath d='M16.803 12.752a6.77 6.77 0 01-6.355 4.43c-3.737 0-6.767-3.024-6.767-6.754 0-3.729 3.03-6.752 6.767-6.752 1.753 0 3.413.698 4.553 1.757.277.252.48.226.753.226.68 0 1.234-.555 1.234-1.24 0-.328-.09-.629-.287-.84a9.313 9.313 0 00-6.264-2.428c-5.128 0-9.284 4.148-9.284 9.266s4.155 9.267 9.284 9.267a9.283 9.283 0 009.165-7.767c.035-.18.082-.408.082-.634-.422.124-2.352.7-2.706.808-.034.146-.104.458-.175.661' fill='%23FFF'/%3E%3Cpath d='M9.247 6.772a.22.22 0 00-.073.3l1.816 3.033-1.816 3.03a.222.222 0 00-.022.179.217.217 0 00.27.146l10.047-3.061a.306.306 0 00.203-.206.307.307 0 00-.203-.382L9.422 6.75a.212.212 0 00-.175.022' fill='%23FFF'/%3E%3Cpath d='M9.838 8.954l8.694-.02c0-.116-.119-.252-.19-.274L8.297 5.598a.215.215 0 00-.175.022.221.221 0 00-.074.301l1.79 3.032z' fill='url(%23a)' opacity='.5' transform='translate(1.152 1.151)'/%3E%3C/g%3E%3Cg%3E%3Cg opacity='.4' fill='%23000'%3E%3Cpath d='M63.437 12.589c-.3 0-.805-.155-.805-.736 0-.71.617-.765.805-.765.42 0 .874.23.874.737 0 .525-.453.764-.874.764m0-2.751c-1.151 0-2.055.795-2.055 1.987v.028c0 1.177.918 1.986 2.055 1.986 1.15 0 2.124-.81 2.124-1.986v-.028c0-1.178-.973-1.987-2.124-1.987M38.287 13.288c-.622 0-.957-.549-.957-1.065 0-.522.245-1.081.929-1.081.667 0 .97.561.97 1.081 0 .515-.247 1.065-.942 1.065m-.028-3.396c-1.33 0-2.18 1.042-2.18 2.302v.029c0 1.259.92 2.315 2.208 2.315 1.343 0 2.192-1.042 2.192-2.288v-.027c0-1.275-.918-2.331-2.22-2.331M46.883 13.288c-.622 0-.957-.549-.957-1.065 0-.522.245-1.081.929-1.081.667 0 .97.561.97 1.081 0 .515-.247 1.065-.942 1.065m-.028-3.396c-1.329 0-2.179 1.042-2.179 2.302v.029c0 1.259.919 2.315 2.207 2.315 1.343 0 2.192-1.042 2.192-2.288v-.027c0-1.275-.918-2.331-2.22-2.331M79.142 13.288c-.622 0-.957-.549-.957-1.065 0-.522.245-1.081.929-1.081.667 0 .97.561.97 1.081 0 .515-.247 1.065-.942 1.065m-.028-3.396c-1.33 0-2.18 1.042-2.18 2.302v.029c0 1.259.92 2.315 2.208 2.315 1.343 0 2.192-1.042 2.192-2.288v-.027c0-1.275-.918-2.331-2.22-2.331'/%3E%3Cpath d='M79.114 15.99c-2.206 0-3.836-1.686-3.836-3.74v-.028c0-2.069 1.644-3.782 3.864-3.782 2.22 0 3.85 1.686 3.85 3.754v.028c0 2.055-1.644 3.768-3.878 3.768zm-5.085-9.263c0 .493-.412.823-.946.823s-.945-.33-.945-.823v-.082c0-.493.411-.808.945-.808s.946.315.946.808v.082zm-.11 8.345c0 .466-.37.822-.836.822a.816.816 0 01-.822-.822V9.344c0-.465.356-.835.822-.835a.83.83 0 01.836.835v5.728zm-3.263-.123a.933.933 0 01-.959.945c-.562 0-.973-.41-.973-.945v-.138c0-.534.411-.945.973-.945.548 0 .959.411.959.945v.138zm-3.444-.604c0 1.22-.315 2.124-.918 2.728-.658.657-1.672.973-2.973.973a6.247 6.247 0 01-2.795-.645c-.288-.109-.466-.342-.466-.657a.7.7 0 011-.617c.658.37 1.384.576 2.22.576 1.48 0 2.288-.768 2.288-2.22v-.562c-.603.781-1.356 1.33-2.549 1.33-1.699 0-3.288-1.26-3.288-3.385v-.027c0-2.138 1.603-3.399 3.288-3.399 1.22 0 1.973.562 2.535 1.234v-.343a.83.83 0 011.658.013v5.001zm-8.705.727a.807.807 0 01-.822.822.819.819 0 01-.836-.822v-3.357c0-1.123-.562-1.768-1.548-1.768-.959 0-1.631.672-1.631 1.795v3.33a.818.818 0 01-.835.822.816.816 0 01-.823-.822V9.344c0-.465.356-.835.823-.835a.83.83 0 01.835.835v.357c.466-.672 1.137-1.26 2.261-1.26 1.631 0 2.576 1.095 2.576 2.767v3.864zm-7.774-2.85c0 2.055-1.644 3.768-3.878 3.768-2.206 0-3.836-1.686-3.836-3.74v-.028c0-2.069 1.644-3.782 3.864-3.782 2.22 0 3.85 1.686 3.85 3.754v.028zm-8.596 0c0 2.055-1.644 3.768-3.878 3.768-2.206 0-3.836-1.686-3.836-3.74v-.028c0-2.069 1.644-3.782 3.864-3.782 2.22 0 3.85 1.686 3.85 3.754v.028zm-12.492.961a2.972 2.972 0 01-.366.023c-1.241 0-2.011-.834-2.011-2.176 0-1.192.834-2.162 1.86-2.162.607 0 .996.131 1.353.351h-.777a1.999 1.999 0 00-2.004 1.99c0 1.07.867 1.944 1.945 1.974zm3.58.697c0 .48-.192.822-.589 1.07a6.108 6.108 0 01-3.412 1.04c-3.001 0-4.974-2.138-4.974-4.933v-.027c0-2.686 2.055-4.96 4.947-4.96 1.438 0 2.397.342 3.274.973a.852.852 0 01.343.684.84.84 0 01-.836.836c-.219 0-.384-.095-.52-.19-.617-.453-1.288-.755-2.33-.755-1.767 0-3.11 1.55-3.11 3.385v.027c0 1.973 1.302 3.426 3.261 3.426.904 0 1.727-.288 2.315-.727v-1.795h-1.89c-.411 0-.754-.315-.754-.726 0-.41.343-.739.754-.739h2.672c.479 0 .849.37.849.848v2.563zm45.917-6.69c-1.595 0-3.036.692-3.99 1.883a2.09 2.09 0 00-.397-.976c.339-.37.524-.849.524-1.37v-.082c0-1.173-.944-2.058-2.196-2.058-1.251 0-2.195.885-2.195 2.058v.082c0 .522.184 1 .524 1.371-.26.356-.401.79-.401 1.246v3.698a2.207 2.207 0 00-1.314-.426c-.452 0-.875.128-1.235.367V9.344a2.088 2.088 0 00-2.086-2.085c-.463 0-.907.153-1.269.435a4.361 4.361 0 00-2.088-.504 4.562 4.562 0 00-3.727 1.957c-.632-1.235-1.855-1.957-3.361-1.957-.683 0-1.311.158-1.869.47a2.083 2.083 0 00-1.227-.4 2.051 2.051 0 00-2.042 1.716c-.953-1.13-2.367-1.786-3.91-1.786-1.767 0-3.377.878-4.302 2.318-.921-1.44-2.528-2.318-4.294-2.318-1.909 0-3.592.984-4.479 2.591a2.047 2.047 0 00-.579-.383 2.08 2.08 0 00.835-1.67c0-.66-.315-1.29-.844-1.686-1.175-.846-2.415-1.222-4.023-1.222C25.722 4.82 23 7.548 23 11.03c0 3.598 2.617 6.21 6.224 6.21a7.395 7.395 0 004.105-1.25c.34-.21.609-.49.803-.83.942 1.311 2.453 2.08 4.127 2.08 1.771 0 3.386-.875 4.314-2.31.918 1.435 2.521 2.31 4.282 2.31 1.555 0 2.981-.66 3.941-1.797a2.075 2.075 0 002.039 1.701c1.169 0 2.085-.91 2.085-2.072v-3.33c0-.545.229-.545.381-.545.192 0 .298 0 .298.518v3.357c0 1.162.916 2.072 2.086 2.072.411 0 .799-.116 1.126-.328a1.925 1.925 0 001.218 1.733 7.464 7.464 0 003.292.747c1.67 0 2.968-.45 3.856-1.339.394-.393.701-.89.917-1.483.412.426.982.67 1.603.67.689 0 1.322-.31 1.733-.832.387.515.999.832 1.653.832 1.067 0 1.923-.757 2.065-1.772.948 1.182 2.381 1.868 3.966 1.868 2.875 0 5.128-2.204 5.128-5.018 0-2.82-2.24-5.032-5.1-5.032z'/%3E%3C/g%3E%3Cg opacity='.8' fill='%23FFF'%3E%3Cpath d='M24.25 11.058v-.027c0-2.687 2.055-4.96 4.946-4.96 1.44 0 2.398.34 3.275.972a.854.854 0 01.343.684.84.84 0 01-.836.836c-.219 0-.384-.096-.52-.192-.617-.452-1.289-.753-2.33-.753-1.768 0-3.11 1.548-3.11 3.384v.028c0 1.972 1.301 3.425 3.261 3.425.904 0 1.726-.288 2.315-.726v-1.795h-1.89c-.412 0-.754-.315-.754-.727 0-.41.342-.739.754-.739h2.671c.48 0 .85.37.85.85v2.561c0 .48-.192.823-.589 1.07a6.119 6.119 0 01-3.412 1.041c-3 0-4.974-2.138-4.974-4.933M40.48 12.25v-.027c0-1.275-.919-2.33-2.22-2.33-1.33 0-2.179 1.042-2.179 2.3v.03c0 1.259.918 2.315 2.206 2.315 1.342 0 2.192-1.042 2.192-2.288m-6.057 0v-.027c0-2.07 1.644-3.783 3.865-3.783 2.22 0 3.85 1.686 3.85 3.754v.029c0 2.054-1.644 3.767-3.878 3.767-2.206 0-3.837-1.685-3.837-3.74M49.075 12.25v-.027c0-1.275-.918-2.33-2.22-2.33-1.329 0-2.179 1.042-2.179 2.3v.03c0 1.259.92 2.315 2.207 2.315 1.342 0 2.192-1.042 2.192-2.288m-6.057 0v-.027c0-2.07 1.644-3.783 3.865-3.783 2.22 0 3.85 1.686 3.85 3.754v.029c0 2.054-1.644 3.767-3.878 3.767-2.206 0-3.837-1.685-3.837-3.74M52.012 9.345c0-.466.356-.836.822-.836a.83.83 0 01.836.836V9.7c.466-.671 1.137-1.26 2.261-1.26 1.63 0 2.576 1.095 2.576 2.767v3.865a.808.808 0 01-.822.822.82.82 0 01-.836-.822v-3.358c0-1.123-.562-1.767-1.548-1.767-.96 0-1.63.67-1.63 1.794v3.33a.82.82 0 01-.837.823.816.816 0 01-.822-.822V9.345zM65.582 11.852v-.027c0-1.179-.973-1.988-2.124-1.988-1.151 0-2.055.795-2.055 1.988v.027c0 1.178.918 1.986 2.055 1.986 1.15 0 2.124-.808 2.124-1.986m-5.056 5.55c-.288-.11-.466-.343-.466-.658a.7.7 0 011-.618 4.416 4.416 0 002.22.577c1.48 0 2.288-.768 2.288-2.22v-.563c-.603.782-1.356 1.33-2.55 1.33-1.698 0-3.287-1.26-3.287-3.384v-.028c0-2.137 1.603-3.398 3.288-3.398 1.22 0 1.974.561 2.536 1.233v-.342c0-.453.369-.823.82-.823a.83.83 0 01.837.836v5.001c0 1.22-.315 2.124-.918 2.728-.657.657-1.671.972-2.973.972a6.246 6.246 0 01-2.795-.644M69.697 13.866c.548 0 .959.411.959.945v.138a.933.933 0 01-.959.945c-.562 0-.973-.41-.973-.945v-.138c0-.534.411-.945.973-.945M72.261 9.345c0-.466.356-.836.822-.836a.83.83 0 01.836.836v5.728a.82.82 0 01-.836.822.816.816 0 01-.822-.822V9.345zm-.123-2.7c0-.492.411-.808.945-.808s.946.316.946.809v.082c0 .493-.412.822-.946.822s-.945-.33-.945-.822v-.082zM81.334 12.25v-.027c0-1.275-.918-2.33-2.22-2.33-1.329 0-2.179 1.042-2.179 2.3v.03c0 1.259.92 2.315 2.207 2.315 1.342 0 2.192-1.042 2.192-2.288m-6.057 0v-.027c0-2.07 1.644-3.783 3.865-3.783 2.22 0 3.85 1.686 3.85 3.754v.029c0 2.054-1.644 3.767-3.878 3.767-2.206 0-3.837-1.685-3.837-3.74'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}}@media(-ms-high-contrast:black-on-white){a.mapboxgl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='85' height='21' viewBox='0 0 85 21' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient x1='49.999%25' y1='.969%25' x2='49.999%25' y2='94.373%25' id='a'%3E%3Cstop stop-color='%23FFF' offset='0%25'/%3E%3Cstop stop-color='%23CACACA' offset='100%25'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M19.601 11.917a9.282 9.282 0 01-9.164 7.767c-5.128 0-9.285-4.149-9.285-9.267 0-5.117 4.157-9.266 9.285-9.266 2.414 0 4.657.949 6.264 2.427.196.213.286.513.286.841 0 .685-.553 1.24-1.234 1.24-.273 0-.475.026-.753-.226-1.139-1.058-2.799-1.757-4.552-1.757-3.737 0-6.766 3.023-6.766 6.753 0 3.729 3.03 6.753 6.766 6.753a6.768 6.768 0 006.355-4.43c.071-.203.141-.514.175-.66.354-.108 2.283-.685 2.706-.808 0 .226-.048.453-.083.633zM9.422 13.46a.217.217 0 01-.27-.147.224.224 0 01.021-.177l1.817-3.031-1.817-3.032a.22.22 0 01.074-.301.211.211 0 01.175-.022l10.046 3.061c.161.048.252.22.203.382a.304.304 0 01-.203.206L9.422 13.46zm10.405-4.743l-10.07-3.07a1.375 1.375 0 00-1.112.142 1.377 1.377 0 00-.46 1.876l1.462 2.44-1.462 2.439a1.38 1.38 0 00-.138 1.099 1.378 1.378 0 001.711.919l5.774-1.76a5.642 5.642 0 01-5.084 3.228c-3.096 0-5.615-2.513-5.615-5.601 0-3.089 2.52-5.601 5.615-5.601 1.383 0 2.792.542 3.77 1.449a1.948 1.948 0 001.401.535h.073l.062-.001a2.391 2.391 0 002.385-2.392c0-.643-.205-1.204-.592-1.623l-.007-.007-.032-.034A10.538 10.538 0 0010.436 0C4.682 0 0 4.673 0 10.417c0 5.745 4.682 10.419 10.436 10.419 5.184 0 9.42-3.59 10.301-8.732l.01-.051c.16-.892.492-2.747-.92-3.336z' fill='%23000' opacity='.4'/%3E%3Cg opacity='.8'%3E%3Cpath d='M16.803 12.752a6.77 6.77 0 01-6.355 4.43c-3.737 0-6.767-3.024-6.767-6.754 0-3.729 3.03-6.752 6.767-6.752 1.753 0 3.413.698 4.553 1.757.277.252.48.226.753.226.68 0 1.234-.555 1.234-1.24 0-.328-.09-.629-.287-.84a9.313 9.313 0 00-6.264-2.428c-5.128 0-9.284 4.148-9.284 9.266s4.155 9.267 9.284 9.267a9.283 9.283 0 009.165-7.767c.035-.18.082-.408.082-.634-.422.124-2.352.7-2.706.808-.034.146-.104.458-.175.661' fill='%23FFF'/%3E%3Cpath d='M9.247 6.772a.22.22 0 00-.073.3l1.816 3.033-1.816 3.03a.222.222 0 00-.022.179.217.217 0 00.27.146l10.047-3.061a.306.306 0 00.203-.206.307.307 0 00-.203-.382L9.422 6.75a.212.212 0 00-.175.022' fill='%23FFF'/%3E%3Cpath d='M9.838 8.954l8.694-.02c0-.116-.119-.252-.19-.274L8.297 5.598a.215.215 0 00-.175.022.221.221 0 00-.074.301l1.79 3.032z' fill='url(%23a)' opacity='.5' transform='translate(1.152 1.151)'/%3E%3C/g%3E%3Cg%3E%3Cg opacity='.4' fill='%23000'%3E%3Cpath d='M63.437 12.589c-.3 0-.805-.155-.805-.736 0-.71.617-.765.805-.765.42 0 .874.23.874.737 0 .525-.453.764-.874.764m0-2.751c-1.151 0-2.055.795-2.055 1.987v.028c0 1.177.918 1.986 2.055 1.986 1.15 0 2.124-.81 2.124-1.986v-.028c0-1.178-.973-1.987-2.124-1.987M38.287 13.288c-.622 0-.957-.549-.957-1.065 0-.522.245-1.081.929-1.081.667 0 .97.561.97 1.081 0 .515-.247 1.065-.942 1.065m-.028-3.396c-1.33 0-2.18 1.042-2.18 2.302v.029c0 1.259.92 2.315 2.208 2.315 1.343 0 2.192-1.042 2.192-2.288v-.027c0-1.275-.918-2.331-2.22-2.331M46.883 13.288c-.622 0-.957-.549-.957-1.065 0-.522.245-1.081.929-1.081.667 0 .97.561.97 1.081 0 .515-.247 1.065-.942 1.065m-.028-3.396c-1.329 0-2.179 1.042-2.179 2.302v.029c0 1.259.919 2.315 2.207 2.315 1.343 0 2.192-1.042 2.192-2.288v-.027c0-1.275-.918-2.331-2.22-2.331M79.142 13.288c-.622 0-.957-.549-.957-1.065 0-.522.245-1.081.929-1.081.667 0 .97.561.97 1.081 0 .515-.247 1.065-.942 1.065m-.028-3.396c-1.33 0-2.18 1.042-2.18 2.302v.029c0 1.259.92 2.315 2.208 2.315 1.343 0 2.192-1.042 2.192-2.288v-.027c0-1.275-.918-2.331-2.22-2.331'/%3E%3Cpath d='M79.114 15.99c-2.206 0-3.836-1.686-3.836-3.74v-.028c0-2.069 1.644-3.782 3.864-3.782 2.22 0 3.85 1.686 3.85 3.754v.028c0 2.055-1.644 3.768-3.878 3.768zm-5.085-9.263c0 .493-.412.823-.946.823s-.945-.33-.945-.823v-.082c0-.493.411-.808.945-.808s.946.315.946.808v.082zm-.11 8.345c0 .466-.37.822-.836.822a.816.816 0 01-.822-.822V9.344c0-.465.356-.835.822-.835a.83.83 0 01.836.835v5.728zm-3.263-.123a.933.933 0 01-.959.945c-.562 0-.973-.41-.973-.945v-.138c0-.534.411-.945.973-.945.548 0 .959.411.959.945v.138zm-3.444-.604c0 1.22-.315 2.124-.918 2.728-.658.657-1.672.973-2.973.973a6.247 6.247 0 01-2.795-.645c-.288-.109-.466-.342-.466-.657a.7.7 0 011-.617c.658.37 1.384.576 2.22.576 1.48 0 2.288-.768 2.288-2.22v-.562c-.603.781-1.356 1.33-2.549 1.33-1.699 0-3.288-1.26-3.288-3.385v-.027c0-2.138 1.603-3.399 3.288-3.399 1.22 0 1.973.562 2.535 1.234v-.343a.83.83 0 011.658.013v5.001zm-8.705.727a.807.807 0 01-.822.822.819.819 0 01-.836-.822v-3.357c0-1.123-.562-1.768-1.548-1.768-.959 0-1.631.672-1.631 1.795v3.33a.818.818 0 01-.835.822.816.816 0 01-.823-.822V9.344c0-.465.356-.835.823-.835a.83.83 0 01.835.835v.357c.466-.672 1.137-1.26 2.261-1.26 1.631 0 2.576 1.095 2.576 2.767v3.864zm-7.774-2.85c0 2.055-1.644 3.768-3.878 3.768-2.206 0-3.836-1.686-3.836-3.74v-.028c0-2.069 1.644-3.782 3.864-3.782 2.22 0 3.85 1.686 3.85 3.754v.028zm-8.596 0c0 2.055-1.644 3.768-3.878 3.768-2.206 0-3.836-1.686-3.836-3.74v-.028c0-2.069 1.644-3.782 3.864-3.782 2.22 0 3.85 1.686 3.85 3.754v.028zm-12.492.961a2.972 2.972 0 01-.366.023c-1.241 0-2.011-.834-2.011-2.176 0-1.192.834-2.162 1.86-2.162.607 0 .996.131 1.353.351h-.777a1.999 1.999 0 00-2.004 1.99c0 1.07.867 1.944 1.945 1.974zm3.58.697c0 .48-.192.822-.589 1.07a6.108 6.108 0 01-3.412 1.04c-3.001 0-4.974-2.138-4.974-4.933v-.027c0-2.686 2.055-4.96 4.947-4.96 1.438 0 2.397.342 3.274.973a.852.852 0 01.343.684.84.84 0 01-.836.836c-.219 0-.384-.095-.52-.19-.617-.453-1.288-.755-2.33-.755-1.767 0-3.11 1.55-3.11 3.385v.027c0 1.973 1.302 3.426 3.261 3.426.904 0 1.727-.288 2.315-.727v-1.795h-1.89c-.411 0-.754-.315-.754-.726 0-.41.343-.739.754-.739h2.672c.479 0 .849.37.849.848v2.563zm45.917-6.69c-1.595 0-3.036.692-3.99 1.883a2.09 2.09 0 00-.397-.976c.339-.37.524-.849.524-1.37v-.082c0-1.173-.944-2.058-2.196-2.058-1.251 0-2.195.885-2.195 2.058v.082c0 .522.184 1 .524 1.371-.26.356-.401.79-.401 1.246v3.698a2.207 2.207 0 00-1.314-.426c-.452 0-.875.128-1.235.367V9.344a2.088 2.088 0 00-2.086-2.085c-.463 0-.907.153-1.269.435a4.361 4.361 0 00-2.088-.504 4.562 4.562 0 00-3.727 1.957c-.632-1.235-1.855-1.957-3.361-1.957-.683 0-1.311.158-1.869.47a2.083 2.083 0 00-1.227-.4 2.051 2.051 0 00-2.042 1.716c-.953-1.13-2.367-1.786-3.91-1.786-1.767 0-3.377.878-4.302 2.318-.921-1.44-2.528-2.318-4.294-2.318-1.909 0-3.592.984-4.479 2.591a2.047 2.047 0 00-.579-.383 2.08 2.08 0 00.835-1.67c0-.66-.315-1.29-.844-1.686-1.175-.846-2.415-1.222-4.023-1.222C25.722 4.82 23 7.548 23 11.03c0 3.598 2.617 6.21 6.224 6.21a7.395 7.395 0 004.105-1.25c.34-.21.609-.49.803-.83.942 1.311 2.453 2.08 4.127 2.08 1.771 0 3.386-.875 4.314-2.31.918 1.435 2.521 2.31 4.282 2.31 1.555 0 2.981-.66 3.941-1.797a2.075 2.075 0 002.039 1.701c1.169 0 2.085-.91 2.085-2.072v-3.33c0-.545.229-.545.381-.545.192 0 .298 0 .298.518v3.357c0 1.162.916 2.072 2.086 2.072.411 0 .799-.116 1.126-.328a1.925 1.925 0 001.218 1.733 7.464 7.464 0 003.292.747c1.67 0 2.968-.45 3.856-1.339.394-.393.701-.89.917-1.483.412.426.982.67 1.603.67.689 0 1.322-.31 1.733-.832.387.515.999.832 1.653.832 1.067 0 1.923-.757 2.065-1.772.948 1.182 2.381 1.868 3.966 1.868 2.875 0 5.128-2.204 5.128-5.018 0-2.82-2.24-5.032-5.1-5.032z'/%3E%3C/g%3E%3Cg opacity='.8' fill='%23FFF'%3E%3Cpath d='M24.25 11.058v-.027c0-2.687 2.055-4.96 4.946-4.96 1.44 0 2.398.34 3.275.972a.854.854 0 01.343.684.84.84 0 01-.836.836c-.219 0-.384-.096-.52-.192-.617-.452-1.289-.753-2.33-.753-1.768 0-3.11 1.548-3.11 3.384v.028c0 1.972 1.301 3.425 3.261 3.425.904 0 1.726-.288 2.315-.726v-1.795h-1.89c-.412 0-.754-.315-.754-.727 0-.41.342-.739.754-.739h2.671c.48 0 .85.37.85.85v2.561c0 .48-.192.823-.589 1.07a6.119 6.119 0 01-3.412 1.041c-3 0-4.974-2.138-4.974-4.933M40.48 12.25v-.027c0-1.275-.919-2.33-2.22-2.33-1.33 0-2.179 1.042-2.179 2.3v.03c0 1.259.918 2.315 2.206 2.315 1.342 0 2.192-1.042 2.192-2.288m-6.057 0v-.027c0-2.07 1.644-3.783 3.865-3.783 2.22 0 3.85 1.686 3.85 3.754v.029c0 2.054-1.644 3.767-3.878 3.767-2.206 0-3.837-1.685-3.837-3.74M49.075 12.25v-.027c0-1.275-.918-2.33-2.22-2.33-1.329 0-2.179 1.042-2.179 2.3v.03c0 1.259.92 2.315 2.207 2.315 1.342 0 2.192-1.042 2.192-2.288m-6.057 0v-.027c0-2.07 1.644-3.783 3.865-3.783 2.22 0 3.85 1.686 3.85 3.754v.029c0 2.054-1.644 3.767-3.878 3.767-2.206 0-3.837-1.685-3.837-3.74M52.012 9.345c0-.466.356-.836.822-.836a.83.83 0 01.836.836V9.7c.466-.671 1.137-1.26 2.261-1.26 1.63 0 2.576 1.095 2.576 2.767v3.865a.808.808 0 01-.822.822.82.82 0 01-.836-.822v-3.358c0-1.123-.562-1.767-1.548-1.767-.96 0-1.63.67-1.63 1.794v3.33a.82.82 0 01-.837.823.816.816 0 01-.822-.822V9.345zM65.582 11.852v-.027c0-1.179-.973-1.988-2.124-1.988-1.151 0-2.055.795-2.055 1.988v.027c0 1.178.918 1.986 2.055 1.986 1.15 0 2.124-.808 2.124-1.986m-5.056 5.55c-.288-.11-.466-.343-.466-.658a.7.7 0 011-.618 4.416 4.416 0 002.22.577c1.48 0 2.288-.768 2.288-2.22v-.563c-.603.782-1.356 1.33-2.55 1.33-1.698 0-3.287-1.26-3.287-3.384v-.028c0-2.137 1.603-3.398 3.288-3.398 1.22 0 1.974.561 2.536 1.233v-.342c0-.453.369-.823.82-.823a.83.83 0 01.837.836v5.001c0 1.22-.315 2.124-.918 2.728-.657.657-1.671.972-2.973.972a6.246 6.246 0 01-2.795-.644M69.697 13.866c.548 0 .959.411.959.945v.138a.933.933 0 01-.959.945c-.562 0-.973-.41-.973-.945v-.138c0-.534.411-.945.973-.945M72.261 9.345c0-.466.356-.836.822-.836a.83.83 0 01.836.836v5.728a.82.82 0 01-.836.822.816.816 0 01-.822-.822V9.345zm-.123-2.7c0-.492.411-.808.945-.808s.946.316.946.809v.082c0 .493-.412.822-.946.822s-.945-.33-.945-.822v-.082zM81.334 12.25v-.027c0-1.275-.918-2.33-2.22-2.33-1.329 0-2.179 1.042-2.179 2.3v.03c0 1.259.92 2.315 2.207 2.315 1.342 0 2.192-1.042 2.192-2.288m-6.057 0v-.027c0-2.07 1.644-3.783 3.865-3.783 2.22 0 3.85 1.686 3.85 3.754v.029c0 2.054-1.644 3.767-3.878 3.767-2.206 0-3.837-1.685-3.837-3.74'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}}.mapboxgl-ctrl.mapboxgl-ctrl-attrib{padding:0 5px;background-color:#ffffff80;margin:0}@media screen{.mapboxgl-ctrl-attrib.mapboxgl-compact{min-height:20px;padding:0;margin:10px;position:relative;background-color:#fff;border-radius:3px 12px 12px 3px}.mapboxgl-ctrl-attrib.mapboxgl-compact:hover{padding:2px 24px 2px 4px;visibility:visible;margin-top:6px}.mapboxgl-ctrl-bottom-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:hover,.mapboxgl-ctrl-top-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:hover{padding:2px 4px 2px 24px;border-radius:12px 3px 3px 12px}.mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-inner{display:none}.mapboxgl-ctrl-attrib.mapboxgl-compact:hover .mapboxgl-ctrl-attrib-inner{display:block}.mapboxgl-ctrl-attrib.mapboxgl-compact:after{content:"";cursor:pointer;position:absolute;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1012 0 6 6 0 10-12 0m5-3a1 1 0 102 0 1 1 0 10-2 0m0 3a1 1 0 112 0v3a1 1 0 11-2 0'/%3E%3C/svg%3E");background-color:#ffffff80;width:24px;height:24px;box-sizing:border-box;border-radius:12px}.mapboxgl-ctrl-bottom-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{bottom:0;right:0}.mapboxgl-ctrl-top-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{top:0;right:0}.mapboxgl-ctrl-top-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{top:0;left:0}.mapboxgl-ctrl-bottom-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{bottom:0;left:0}}@media screen and (-ms-high-contrast:active){.mapboxgl-ctrl-attrib.mapboxgl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' fill='%23fff'%3E%3Cpath d='M4 10a6 6 0 1012 0 6 6 0 10-12 0m5-3a1 1 0 102 0 1 1 0 10-2 0m0 3a1 1 0 112 0v3a1 1 0 11-2 0'/%3E%3C/svg%3E")}}@media screen and (-ms-high-contrast:black-on-white){.mapboxgl-ctrl-attrib.mapboxgl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1012 0 6 6 0 10-12 0m5-3a1 1 0 102 0 1 1 0 10-2 0m0 3a1 1 0 112 0v3a1 1 0 11-2 0'/%3E%3C/svg%3E")}}.mapboxgl-ctrl-attrib a{color:#000000bf;text-decoration:none}.mapboxgl-ctrl-attrib a:hover{color:inherit;text-decoration:underline}.mapboxgl-ctrl-attrib .mapbox-improve-map{font-weight:700;margin-left:2px}.mapboxgl-attrib-empty{display:none}.mapboxgl-ctrl-scale{background-color:#ffffffbf;font-size:10px;border:2px solid #333;border-top:#333;padding:0 5px;color:#333;box-sizing:border-box}.mapboxgl-popup{position:absolute;top:0;left:0;display:-webkit-flex;display:flex;will-change:transform;pointer-events:none}.mapboxgl-popup-anchor-top,.mapboxgl-popup-anchor-top-left,.mapboxgl-popup-anchor-top-right{-webkit-flex-direction:column;flex-direction:column}.mapboxgl-popup-anchor-bottom,.mapboxgl-popup-anchor-bottom-left,.mapboxgl-popup-anchor-bottom-right{-webkit-flex-direction:column-reverse;flex-direction:column-reverse}.mapboxgl-popup-anchor-left{-webkit-flex-direction:row;flex-direction:row}.mapboxgl-popup-anchor-right{-webkit-flex-direction:row-reverse;flex-direction:row-reverse}.mapboxgl-popup-tip{width:0;height:0;border:10px solid transparent;z-index:1}.mapboxgl-popup-anchor-top .mapboxgl-popup-tip{-webkit-align-self:center;align-self:center;border-top:none;border-bottom-color:#fff}.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip{-webkit-align-self:flex-start;align-self:flex-start;border-top:none;border-left:none;border-bottom-color:#fff}.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip{-webkit-align-self:flex-end;align-self:flex-end;border-top:none;border-right:none;border-bottom-color:#fff}.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip{-webkit-align-self:center;align-self:center;border-bottom:none;border-top-color:#fff}.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip{-webkit-align-self:flex-start;align-self:flex-start;border-bottom:none;border-left:none;border-top-color:#fff}.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip{-webkit-align-self:flex-end;align-self:flex-end;border-bottom:none;border-right:none;border-top-color:#fff}.mapboxgl-popup-anchor-left .mapboxgl-popup-tip{-webkit-align-self:center;align-self:center;border-left:none;border-right-color:#fff}.mapboxgl-popup-anchor-right .mapboxgl-popup-tip{-webkit-align-self:center;align-self:center;border-right:none;border-left-color:#fff}.mapboxgl-popup-close-button{position:absolute;right:0;top:0;border:0;border-radius:0 3px 0 0;cursor:pointer;background-color:transparent}.mapboxgl-popup-close-button:hover{background-color:#0000000d}.mapboxgl-popup-content{position:relative;background:#fff;border-radius:3px;box-shadow:0 1px 2px #0000001a;padding:10px 10px 15px;pointer-events:auto}.mapboxgl-popup-anchor-top-left .mapboxgl-popup-content{border-top-left-radius:0}.mapboxgl-popup-anchor-top-right .mapboxgl-popup-content{border-top-right-radius:0}.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-content{border-bottom-left-radius:0}.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-content{border-bottom-right-radius:0}.mapboxgl-popup-track-pointer{display:none}.mapboxgl-popup-track-pointer *{pointer-events:none;-webkit-user-select:none;user-select:none}.mapboxgl-map:hover .mapboxgl-popup-track-pointer{display:flex}.mapboxgl-map:active .mapboxgl-popup-track-pointer{display:none}.mapboxgl-marker{position:absolute;top:0;left:0;will-change:transform}.mapboxgl-user-location-dot,.mapboxgl-user-location-dot:before{background-color:#1da1f2;width:15px;height:15px;border-radius:50%}.mapboxgl-user-location-dot:before{content:"";position:absolute;-webkit-animation:mapboxgl-user-location-dot-pulse 2s infinite;-moz-animation:mapboxgl-user-location-dot-pulse 2s infinite;-ms-animation:mapboxgl-user-location-dot-pulse 2s infinite;animation:mapboxgl-user-location-dot-pulse 2s infinite}.mapboxgl-user-location-dot:after{border-radius:50%;border:2px solid #fff;content:"";height:19px;left:-2px;position:absolute;top:-2px;width:19px;box-sizing:border-box;box-shadow:0 0 3px #00000059}@-webkit-keyframes mapboxgl-user-location-dot-pulse{0%{-webkit-transform:scale(1);opacity:1}70%{-webkit-transform:scale(3);opacity:0}to{-webkit-transform:scale(1);opacity:0}}@-ms-keyframes mapboxgl-user-location-dot-pulse{0%{-ms-transform:scale(1);opacity:1}70%{-ms-transform:scale(3);opacity:0}to{-ms-transform:scale(1);opacity:0}}@keyframes mapboxgl-user-location-dot-pulse{0%{transform:scale(1);opacity:1}70%{transform:scale(3);opacity:0}to{transform:scale(1);opacity:0}}.mapboxgl-user-location-dot-stale{background-color:#aaa}.mapboxgl-user-location-dot-stale:after{display:none}.mapboxgl-crosshair,.mapboxgl-crosshair .mapboxgl-interactive,.mapboxgl-crosshair .mapboxgl-interactive:active{cursor:crosshair}.mapboxgl-boxzoom{position:absolute;top:0;left:0;width:0;height:0;background:#fff;border:2px dotted #202020;opacity:.5}@media print{.mapbox-improve-map{display:none}}.maplibregl-map{font:12px/20px Helvetica Neue,Arial,Helvetica,sans-serif;overflow:hidden;position:relative;-webkit-tap-highlight-color:rgb(0,0,0,0)}.maplibregl-canvas{left:0;position:absolute;top:0}.maplibregl-map:fullscreen{height:100%;width:100%}.maplibregl-ctrl-group button.maplibregl-ctrl-compass{touch-action:none}.maplibregl-canvas-container.maplibregl-interactive,.maplibregl-ctrl-group button.maplibregl-ctrl-compass{cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none}.maplibregl-canvas-container.maplibregl-interactive.maplibregl-track-pointer{cursor:pointer}.maplibregl-canvas-container.maplibregl-interactive:active,.maplibregl-ctrl-group button.maplibregl-ctrl-compass:active{cursor:grabbing}.maplibregl-canvas-container.maplibregl-touch-zoom-rotate,.maplibregl-canvas-container.maplibregl-touch-zoom-rotate .maplibregl-canvas{touch-action:pan-x pan-y}.maplibregl-canvas-container.maplibregl-touch-drag-pan,.maplibregl-canvas-container.maplibregl-touch-drag-pan .maplibregl-canvas{touch-action:pinch-zoom}.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan,.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan .maplibregl-canvas{touch-action:none}.maplibregl-canvas-container.maplibregl-touch-drag-pan.maplibregl-cooperative-gestures,.maplibregl-canvas-container.maplibregl-touch-drag-pan.maplibregl-cooperative-gestures .maplibregl-canvas{touch-action:pan-x pan-y}.maplibregl-ctrl-bottom-left,.maplibregl-ctrl-bottom-right,.maplibregl-ctrl-top-left,.maplibregl-ctrl-top-right{pointer-events:none;position:absolute;z-index:2}.maplibregl-ctrl-top-left{left:0;top:0}.maplibregl-ctrl-top-right{right:0;top:0}.maplibregl-ctrl-bottom-left{bottom:0;left:0}.maplibregl-ctrl-bottom-right{bottom:0;right:0}.maplibregl-ctrl{clear:both;pointer-events:auto;transform:translate(0)}.maplibregl-ctrl-top-left .maplibregl-ctrl{float:left;margin:10px 0 0 10px}.maplibregl-ctrl-top-right .maplibregl-ctrl{float:right;margin:10px 10px 0 0}.maplibregl-ctrl-bottom-left .maplibregl-ctrl{float:left;margin:0 0 10px 10px}.maplibregl-ctrl-bottom-right .maplibregl-ctrl{float:right;margin:0 10px 10px 0}.maplibregl-ctrl-group{background:#fff;border-radius:4px}.maplibregl-ctrl-group:not(:empty){box-shadow:0 0 0 2px #0000001a}@media(forced-colors:active){.maplibregl-ctrl-group:not(:empty){box-shadow:0 0 0 2px ButtonText}}.maplibregl-ctrl-group button{background-color:transparent;border:0;box-sizing:border-box;cursor:pointer;display:block;height:29px;outline:none;padding:0;width:29px}.maplibregl-ctrl-group button+button{border-top:1px solid #ddd}.maplibregl-ctrl button .maplibregl-ctrl-icon{background-position:50%;background-repeat:no-repeat;display:block;height:100%;width:100%}@media(forced-colors:active){.maplibregl-ctrl-icon{background-color:transparent}.maplibregl-ctrl-group button+button{border-top:1px solid ButtonText}}.maplibregl-ctrl button::-moz-focus-inner{border:0;padding:0}.maplibregl-ctrl-attrib-button:focus,.maplibregl-ctrl-group button:focus{box-shadow:0 0 2px 2px #0096ff}.maplibregl-ctrl button:disabled{cursor:not-allowed}.maplibregl-ctrl button:disabled .maplibregl-ctrl-icon{opacity:.25}@media(hover:hover){.maplibregl-ctrl button:not(:disabled):hover{background-color:#0000000d}}.maplibregl-ctrl button:not(:disabled):active{background-color:#0000000d}.maplibregl-ctrl-group button:focus:focus-visible{box-shadow:0 0 2px 2px #0096ff}.maplibregl-ctrl-group button:focus:not(:focus-visible){box-shadow:none}.maplibregl-ctrl-group button:focus:first-child{border-radius:4px 4px 0 0}.maplibregl-ctrl-group button:focus:last-child{border-radius:0 0 4px 4px}.maplibregl-ctrl-group button:focus:only-child{border-radius:inherit}.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}@media(forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}}@media(forced-colors:active)and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}@media(forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}}@media(forced-colors:active)and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}@media(forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}}@media(forced-colors:active)and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-globe .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' stroke='%23333' viewBox='0 0 22 22'%3E%3Ccircle cx='11' cy='11' r='8.5'/%3E%3Cpath d='M17.5 11c0 4.819-3.02 8.5-6.5 8.5S4.5 15.819 4.5 11 7.52 2.5 11 2.5s6.5 3.681 6.5 8.5Z'/%3E%3Cpath d='M13.5 11c0 2.447-.331 4.64-.853 6.206-.262.785-.562 1.384-.872 1.777-.314.399-.58.517-.775.517s-.461-.118-.775-.517c-.31-.393-.61-.992-.872-1.777C8.831 15.64 8.5 13.446 8.5 11s.331-4.64.853-6.206c.262-.785.562-1.384.872-1.777.314-.399.58-.517.775-.517s.461.118.775.517c.31.393.61.992.872 1.777.522 1.565.853 3.76.853 6.206Z'/%3E%3Cpath d='M11 7.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138q.07-.058.224-.138c.299-.151.763-.302 1.379-.434C7.378 5.666 9.091 5.5 11 5.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138q-.07.058-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428ZM4.486 6.436ZM11 16.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138 1.3 1.3 0 0 1 .224-.138c.299-.151.763-.302 1.379-.434C7.378 14.666 9.091 14.5 11 14.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138a1.3 1.3 0 0 1-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428Zm-6.514-1.064ZM11 12.5c-2.46 0-4.672-.222-6.255-.574-.796-.177-1.406-.38-1.805-.59a1.5 1.5 0 0 1-.39-.272.3.3 0 0 1-.047-.064.3.3 0 0 1 .048-.064c.066-.073.189-.167.389-.272.399-.21 1.009-.413 1.805-.59C6.328 9.722 8.54 9.5 11 9.5s4.672.222 6.256.574c.795.177 1.405.38 1.804.59.2.105.323.2.39.272a.3.3 0 0 1 .047.064.3.3 0 0 1-.048.064 1.4 1.4 0 0 1-.389.272c-.399.21-1.009.413-1.804.59-1.584.352-3.796.574-6.256.574Zm-8.501-1.51v.002zm0 .018v.002zm17.002.002v-.002zm0-.018v-.002z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-globe-enabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' stroke='%2333b5e5' viewBox='0 0 22 22'%3E%3Ccircle cx='11' cy='11' r='8.5'/%3E%3Cpath d='M17.5 11c0 4.819-3.02 8.5-6.5 8.5S4.5 15.819 4.5 11 7.52 2.5 11 2.5s6.5 3.681 6.5 8.5Z'/%3E%3Cpath d='M13.5 11c0 2.447-.331 4.64-.853 6.206-.262.785-.562 1.384-.872 1.777-.314.399-.58.517-.775.517s-.461-.118-.775-.517c-.31-.393-.61-.992-.872-1.777C8.831 15.64 8.5 13.446 8.5 11s.331-4.64.853-6.206c.262-.785.562-1.384.872-1.777.314-.399.58-.517.775-.517s.461.118.775.517c.31.393.61.992.872 1.777.522 1.565.853 3.76.853 6.206Z'/%3E%3Cpath d='M11 7.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138q.07-.058.224-.138c.299-.151.763-.302 1.379-.434C7.378 5.666 9.091 5.5 11 5.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138q-.07.058-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428ZM4.486 6.436ZM11 16.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138 1.3 1.3 0 0 1 .224-.138c.299-.151.763-.302 1.379-.434C7.378 14.666 9.091 14.5 11 14.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138a1.3 1.3 0 0 1-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428Zm-6.514-1.064ZM11 12.5c-2.46 0-4.672-.222-6.255-.574-.796-.177-1.406-.38-1.805-.59a1.5 1.5 0 0 1-.39-.272.3.3 0 0 1-.047-.064.3.3 0 0 1 .048-.064c.066-.073.189-.167.389-.272.399-.21 1.009-.413 1.805-.59C6.328 9.722 8.54 9.5 11 9.5s4.672.222 6.256.574c.795.177 1.405.38 1.804.59.2.105.323.2.39.272a.3.3 0 0 1 .047.064.3.3 0 0 1-.048.064 1.4 1.4 0 0 1-.389.272c-.399.21-1.009.413-1.804.59-1.584.352-3.796.574-6.256.574Zm-8.501-1.51v.002zm0 .018v.002zm17.002.002v-.002zm0-.018v-.002z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-terrain .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%23333' viewBox='0 0 22 22'%3E%3Cpath d='m1.754 13.406 4.453-4.851 3.09 3.09 3.281 3.277.969-.969-3.309-3.312 3.844-4.121 6.148 6.886h1.082v-.855l-7.207-8.07-4.84 5.187L6.169 6.57l-5.48 5.965v.871ZM.688 16.844h20.625v1.375H.688Zm0 0'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-terrain-enabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%2333b5e5' viewBox='0 0 22 22'%3E%3Cpath d='m1.754 13.406 4.453-4.851 3.09 3.09 3.281 3.277.969-.969-3.309-3.312 3.844-4.121 6.148 6.886h1.082v-.855l-7.207-8.07-4.84 5.187L6.169 6.57l-5.48 5.965v.871ZM.688 16.844h20.625v1.375H.688Zm0 0'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23aaa' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e58978' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e54e33' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-waiting .maplibregl-ctrl-icon{animation:maplibregl-spin 2s linear infinite}@media(forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23999' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e58978' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e54e33' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}}@media(forced-colors:active)and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23666' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}}@keyframes maplibregl-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}a.maplibregl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;cursor:pointer;display:block;height:23px;margin:0 0 -4px -4px;overflow:hidden;width:88px}a.maplibregl-ctrl-logo.maplibregl-compact{width:14px}@media(forced-colors:active){a.maplibregl-ctrl-logo{background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E")}}@media(forced-colors:active)and (prefers-color-scheme:light){a.maplibregl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E")}}.maplibregl-ctrl.maplibregl-ctrl-attrib{background-color:#ffffff80;margin:0;padding:0 5px}@media screen{.maplibregl-ctrl-attrib.maplibregl-compact{background-color:#fff;border-radius:12px;box-sizing:content-box;color:#000;margin:10px;min-height:20px;padding:2px 24px 2px 0;position:relative}.maplibregl-ctrl-attrib.maplibregl-compact-show{padding:2px 28px 2px 8px;visibility:visible}.maplibregl-ctrl-bottom-left>.maplibregl-ctrl-attrib.maplibregl-compact-show,.maplibregl-ctrl-top-left>.maplibregl-ctrl-attrib.maplibregl-compact-show{border-radius:12px;padding:2px 8px 2px 28px}.maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-inner{display:none}.maplibregl-ctrl-attrib-button{background-color:#ffffff80;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E");border:0;border-radius:12px;box-sizing:border-box;cursor:pointer;display:none;height:24px;outline:none;position:absolute;right:0;top:0;width:24px}.maplibregl-ctrl-attrib summary.maplibregl-ctrl-attrib-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;list-style:none}.maplibregl-ctrl-attrib summary.maplibregl-ctrl-attrib-button::-webkit-details-marker{display:none}.maplibregl-ctrl-bottom-left .maplibregl-ctrl-attrib-button,.maplibregl-ctrl-top-left .maplibregl-ctrl-attrib-button{left:0}.maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-button,.maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-inner{display:block}.maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-button{background-color:#0000000d}.maplibregl-ctrl-bottom-right>.maplibregl-ctrl-attrib.maplibregl-compact:after{bottom:0;right:0}.maplibregl-ctrl-top-right>.maplibregl-ctrl-attrib.maplibregl-compact:after{right:0;top:0}.maplibregl-ctrl-top-left>.maplibregl-ctrl-attrib.maplibregl-compact:after{left:0;top:0}.maplibregl-ctrl-bottom-left>.maplibregl-ctrl-attrib.maplibregl-compact:after{bottom:0;left:0}}@media screen and (forced-colors:active){.maplibregl-ctrl-attrib.maplibregl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}@media screen and (forced-colors:active)and (prefers-color-scheme:light){.maplibregl-ctrl-attrib.maplibregl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}.maplibregl-ctrl-attrib a{color:#000000bf;text-decoration:none}.maplibregl-ctrl-attrib a:hover{color:inherit;text-decoration:underline}.maplibregl-attrib-empty{display:none}.maplibregl-ctrl-scale{background-color:#ffffffbf;border:2px solid #333;border-top:#333;box-sizing:border-box;color:#333;font-size:10px;padding:0 5px;white-space:nowrap}.maplibregl-popup{display:flex;left:0;pointer-events:none;position:absolute;top:0;will-change:transform}.maplibregl-popup-anchor-top,.maplibregl-popup-anchor-top-left,.maplibregl-popup-anchor-top-right{flex-direction:column}.maplibregl-popup-anchor-bottom,.maplibregl-popup-anchor-bottom-left,.maplibregl-popup-anchor-bottom-right{flex-direction:column-reverse}.maplibregl-popup-anchor-left{flex-direction:row}.maplibregl-popup-anchor-right{flex-direction:row-reverse}.maplibregl-popup-tip{border:10px solid transparent;height:0;width:0;z-index:1}.maplibregl-popup-anchor-top .maplibregl-popup-tip{align-self:center;border-bottom-color:#fff;border-top:none}.maplibregl-popup-anchor-top-left .maplibregl-popup-tip{align-self:flex-start;border-bottom-color:#fff;border-left:none;border-top:none}.maplibregl-popup-anchor-top-right .maplibregl-popup-tip{align-self:flex-end;border-bottom-color:#fff;border-right:none;border-top:none}.maplibregl-popup-anchor-bottom .maplibregl-popup-tip{align-self:center;border-bottom:none;border-top-color:#fff}.maplibregl-popup-anchor-bottom-left .maplibregl-popup-tip{align-self:flex-start;border-bottom:none;border-left:none;border-top-color:#fff}.maplibregl-popup-anchor-bottom-right .maplibregl-popup-tip{align-self:flex-end;border-bottom:none;border-right:none;border-top-color:#fff}.maplibregl-popup-anchor-left .maplibregl-popup-tip{align-self:center;border-left:none;border-right-color:#fff}.maplibregl-popup-anchor-right .maplibregl-popup-tip{align-self:center;border-left-color:#fff;border-right:none}.maplibregl-popup-close-button{background-color:transparent;border:0;border-radius:0 3px 0 0;cursor:pointer;position:absolute;right:0;top:0}.maplibregl-popup-close-button:hover{background-color:#0000000d}.maplibregl-popup-content{background:#fff;border-radius:3px;box-shadow:0 1px 2px #0000001a;padding:15px 10px;pointer-events:auto;position:relative}.maplibregl-popup-anchor-top-left .maplibregl-popup-content{border-top-left-radius:0}.maplibregl-popup-anchor-top-right .maplibregl-popup-content{border-top-right-radius:0}.maplibregl-popup-anchor-bottom-left .maplibregl-popup-content{border-bottom-left-radius:0}.maplibregl-popup-anchor-bottom-right .maplibregl-popup-content{border-bottom-right-radius:0}.maplibregl-popup-track-pointer{display:none}.maplibregl-popup-track-pointer *{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.maplibregl-map:hover .maplibregl-popup-track-pointer{display:flex}.maplibregl-map:active .maplibregl-popup-track-pointer{display:none}.maplibregl-marker{left:0;position:absolute;top:0;transition:opacity .2s;will-change:transform}.maplibregl-user-location-dot,.maplibregl-user-location-dot:before{background-color:#1da1f2;border-radius:50%;height:15px;width:15px}.maplibregl-user-location-dot:before{animation:maplibregl-user-location-dot-pulse 2s infinite;content:"";position:absolute}.maplibregl-user-location-dot:after{border:2px solid #fff;border-radius:50%;box-shadow:0 0 3px #00000059;box-sizing:border-box;content:"";height:19px;left:-2px;position:absolute;top:-2px;width:19px}@keyframes maplibregl-user-location-dot-pulse{0%{opacity:1;transform:scale(1)}70%{opacity:0;transform:scale(3)}to{opacity:0;transform:scale(1)}}.maplibregl-user-location-dot-stale{background-color:#aaa}.maplibregl-user-location-dot-stale:after{display:none}.maplibregl-user-location-accuracy-circle{background-color:#1da1f233;border-radius:100%;height:1px;width:1px}.maplibregl-crosshair,.maplibregl-crosshair .maplibregl-interactive,.maplibregl-crosshair .maplibregl-interactive:active{cursor:crosshair}.maplibregl-boxzoom{background:#fff;border:2px dotted #202020;height:0;left:0;opacity:.5;position:absolute;top:0;width:0}.maplibregl-cooperative-gesture-screen{align-items:center;background:#0006;color:#fff;display:flex;font-size:1.4em;top:0;right:0;bottom:0;left:0;justify-content:center;line-height:1.2;opacity:0;padding:1rem;pointer-events:none;position:absolute;transition:opacity 1s ease 1s;z-index:99999}.maplibregl-cooperative-gesture-screen.maplibregl-show{opacity:1;transition:opacity .05s}.maplibregl-cooperative-gesture-screen .maplibregl-mobile-message{display:none}@media(hover:none),(pointer:coarse){.maplibregl-cooperative-gesture-screen .maplibregl-desktop-message{display:none}.maplibregl-cooperative-gesture-screen .maplibregl-mobile-message{display:block}}.maplibregl-pseudo-fullscreen{height:100%!important;left:0!important;position:fixed!important;top:0!important;width:100%!important;z-index:99999}:root{--ios-gray-1: #ffffff;--ios-gray-2: #f5f5f7;--ios-gray-3: #e5e5ea;--ios-gray-4: #d1d1d6;--ios-gray-5: #a2a2a7;--ios-gray-6: #8e8e93;--ios-blue: #007aff}*{box-sizing:border-box}.ios-lock-screen,.admin-password-container{display:flex;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#f5f5f7,#e5e5ea);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.ios-lock-content,.admin-password-box{display:flex;flex-direction:column;align-items:center;width:100%;max-width:400px;padding:20px;animation:fadeIn .3s ease-out}.ios-lock-header,.admin-password-header{text-align:center;margin-bottom:40px;margin-top:20px}.lock-icon{font-size:56px;margin-bottom:16px;animation:scaleIn .4s cubic-bezier(.34,1.56,.64,1)}@keyframes scaleIn{0%{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:1}}.ios-lock-header h2,.admin-password-header h1{font-size:32px;font-weight:700;color:#000;margin:0 0 8px;letter-spacing:-.5px}.admin-password-header h1{font-size:28px}.ios-lock-header p,.admin-password-header p{font-size:16px;color:#8e8e93;margin:0;font-weight:400}.admin-password-header p{font-size:14px}.ios-password-display{margin-bottom:50px;min-height:80px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px}.password-dots{display:flex;gap:12px;justify-content:center}.dot{width:16px;height:16px;border-radius:50%;background:#e5e5ea;border:2px solid #d1d1d6;transition:all .2s ease}.dot.filled{background:#007aff;border-color:#007aff;box-shadow:0 0 0 4px #007aff1a}.ios-error-message,.password-error{color:#d70015;font-size:14px;font-weight:500;text-align:center;animation:shake .3s ease-in-out}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.ios-numeric-keypad,.admin-password-form{background:var(--ios-gray-2);border-radius:12px;padding:12px;margin-bottom:30px;width:100%;max-width:320px;display:flex;flex-direction:column;gap:8px}.keypad-row{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.ios-key,.password-input{aspect-ratio:1;border:none;border-radius:8px;background:var(--ios-gray-1);color:#000;font-size:28px;font-weight:600;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:all .15s ease;box-shadow:0 1px 3px #00000014;padding:0}.ios-key:not(:disabled):active,.password-input:active{transform:scale(.92);background:var(--ios-gray-3)}.ios-key:disabled,.password-input:disabled{opacity:.5;cursor:not-allowed}.ios-key-empty{background:transparent;box-shadow:none;cursor:default;aspect-ratio:unset}.ios-key-empty:disabled{opacity:1}.ios-key-backspace,.password-button{background:#ff3b30;color:#fff}.ios-key-backspace:not(:disabled):active,.password-button:active{background:#ff453a;transform:scale(.92)}.key-number{font-size:28px;font-weight:600;display:block}.key-letters{font-size:11px;font-weight:500;color:#8e8e93;margin-top:2px;letter-spacing:.5px}.key-icon{font-size:24px;line-height:1}.ios-lock-footer,.password-footer{display:flex;gap:12px;justify-content:center;width:100%;margin-top:24px}.ios-cancel-btn,.back-button{padding:10px 20px;border:1px solid #007aff;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;background:transparent;color:#007aff}.ios-cancel-btn:active,.back-button:hover{background:#f0f0f0}.ios-clear-btn{padding:10px 20px;border:1px solid #e5e5ea;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;background:#f5f5f7;color:#8e8e93}.ios-clear-btn:active{background:#e5e5ea}.ios-loading,.admin-loading{display:flex;align-items:center;justify-content:center;min-height:100vh;font-size:16px;color:#8e8e93;background:linear-gradient(135deg,#f5f5f7,#e5e5ea)}@media(min-width:768px){.ios-lock-content,.admin-password-box{max-width:500px}.ios-numeric-keypad,.admin-password-form{max-width:380px}.ios-key,.password-input{font-size:32px}.ios-lock-header h2,.admin-password-header h1{font-size:40px}}@media(max-width:480px){.ios-lock-content,.admin-password-box{padding:16px}.ios-lock-header,.admin-password-header{margin-bottom:30px;margin-top:40px}.lock-icon{font-size:48px}.ios-lock-header h2,.admin-password-header h1{font-size:28px}.ios-lock-header p,.admin-password-header p{font-size:14px}.ios-numeric-keypad,.admin-password-form{max-width:100%}.ios-key,.password-input{font-size:24px}.key-letters{font-size:10px}}@media(-webkit-min-device-pixel-ratio:2){.ios-key,.password-input{box-shadow:0 1px 2px #0000000f}}:root{--ios-blue: #007AFF;--ios-blue-light: #5AC8FA;--ios-green: #34C759;--ios-red: #FF3B30;--ios-orange: #FF9500;--ios-yellow: #FFCC00;--ios-purple: #AF52DE;--ios-pink: #FF2D55;--ios-gray: #8E8E93;--ios-gray-light: #C7C7CC;--ios-gray-lighter: #E5E5EA;--ios-gray-lightest: #F2F2F7;--ios-bg-primary: #FFFFFF;--ios-bg-secondary: #F9F9F9;--ios-bg-tertiary: #F2F2F7;--ios-bg-grouped: #F2F2F7;--ios-text-primary: #000000;--ios-text-secondary: #3C3C43;--ios-text-tertiary: #8E8E93;--ios-border: #C6C6C8;--ios-border-light: #E5E5EA;--ios-separator: rgba(60, 60, 67, .12);--ios-shadow-sm: 0 1px 3px rgba(0, 0, 0, .04);--ios-shadow-md: 0 4px 12px rgba(0, 0, 0, .08);--ios-shadow-lg: 0 8px 24px rgba(0, 0, 0, .12);--ios-radius-sm: 8px;--ios-radius-md: 12px;--ios-radius-lg: 16px;--ios-radius-xl: 20px;--ios-transition: all .3s cubic-bezier(.25, .46, .45, .94)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Helvetica Neue,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--ios-bg-grouped);color:var(--ios-text-primary);font-size:16px;line-height:1.5}.app{display:flex;height:100vh;background-color:var(--ios-bg-grouped)}.sidebar{width:280px;background:linear-gradient(180deg,#fff,#f9f9f9);border-right:1px solid var(--ios-separator);padding:0;box-shadow:var(--ios-shadow-sm);display:flex;flex-direction:column}.sidebar h2{padding:24px 20px 20px;margin:0;font-size:28px;font-weight:700;color:var(--ios-text-primary);text-align:left;letter-spacing:-.5px;border-bottom:1px solid var(--ios-separator)}.sidebar-nav{list-style:none;padding:12px;flex:1;overflow-y:auto}.sidebar-nav li{margin-bottom:4px}.sidebar-nav a{display:flex;align-items:center;padding:12px 16px;color:var(--ios-text-primary);text-decoration:none;border-radius:var(--ios-radius-md);font-size:15px;font-weight:500;transition:var(--ios-transition);position:relative}.sidebar-nav a:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:0;background:var(--ios-blue);border-radius:0 3px 3px 0;transition:var(--ios-transition)}.sidebar-nav a:hover{background-color:var(--ios-bg-tertiary);transform:translate(2px)}.sidebar-nav a.active{background-color:var(--ios-blue);color:#fff;font-weight:600;box-shadow:0 2px 8px #007aff40}.sidebar-nav a.active:before{height:24px;background:#fff}.main-content{flex:1;padding:32px;overflow-y:auto;background-color:var(--ios-bg-grouped)}.page-header{margin-bottom:32px;padding-bottom:20px;border-bottom:1px solid var(--ios-separator)}.page-header h1{font-size:34px;font-weight:700;color:var(--ios-text-primary);margin-bottom:8px;letter-spacing:-1px}.page-header p{font-size:17px;color:var(--ios-text-secondary);font-weight:400}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 20px;border:none;border-radius:var(--ios-radius-md);font-size:15px;font-weight:600;cursor:pointer;transition:var(--ios-transition);text-decoration:none;font-family:inherit;white-space:nowrap}.btn-primary{background-color:var(--ios-blue);color:#fff;box-shadow:0 2px 8px #007aff40}.btn-primary:hover{background-color:#0051d5;box-shadow:0 4px 12px #007aff59;transform:translateY(-1px)}.btn-primary:active{transform:translateY(0);box-shadow:0 1px 4px #007aff33}.btn-success{background-color:var(--ios-green);color:#fff;box-shadow:0 2px 8px #34c75940}.btn-success:hover{background-color:#28a745;transform:translateY(-1px)}.btn-danger{background-color:var(--ios-red);color:#fff;box-shadow:0 2px 8px #ff3b3040}.btn-danger:hover{background-color:#d70015;transform:translateY(-1px)}.btn-warning{background-color:var(--ios-orange);color:#fff;box-shadow:0 2px 8px #ff950040}.btn-sm{padding:6px 14px;font-size:13px;border-radius:var(--ios-radius-sm)}.card{background:var(--ios-bg-primary);border-radius:var(--ios-radius-lg);padding:24px;box-shadow:var(--ios-shadow-sm);border:1px solid var(--ios-border-light);margin-bottom:20px}.card-header{margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid var(--ios-separator)}.card-header h2{font-size:22px;font-weight:700;color:var(--ios-text-primary);margin:0}.card-body{font-size:15px;color:var(--ios-text-secondary)}.table-container{background:var(--ios-bg-primary);border-radius:var(--ios-radius-lg);overflow:hidden;box-shadow:var(--ios-shadow-md);border:1px solid var(--ios-border-light)}.table{width:100%;border-collapse:collapse;font-size:15px}.table th,.table td{padding:16px 20px;text-align:left;border-bottom:1px solid var(--ios-separator)}.table th{background:var(--ios-bg-tertiary);color:var(--ios-text-secondary);font-weight:600;font-size:13px;text-transform:uppercase;letter-spacing:.5px;position:sticky;top:0;z-index:10}.table tr:last-child td{border-bottom:none}.table tr:hover{background-color:var(--ios-bg-secondary);transition:var(--ios-transition)}.table td{color:var(--ios-text-primary);font-weight:400}.form-container{background:var(--ios-bg-primary);padding:32px;border-radius:var(--ios-radius-lg);box-shadow:var(--ios-shadow-md);border:1px solid var(--ios-border-light);max-width:700px}.form-group{margin-bottom:24px}.form-label{display:block;margin-bottom:8px;font-size:15px;font-weight:600;color:var(--ios-text-primary)}.form-control{width:100%;padding:12px 16px;border:1px solid var(--ios-border);border-radius:var(--ios-radius-md);font-size:16px;font-family:inherit;color:var(--ios-text-primary);background:var(--ios-bg-primary);transition:var(--ios-transition)}.form-control:focus{outline:none;border-color:var(--ios-blue);box-shadow:0 0 0 4px #007aff1a}.form-control:disabled{background-color:var(--ios-bg-tertiary);color:var(--ios-text-tertiary)}textarea.form-control{resize:vertical;min-height:100px}select.form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%238E8E93' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:48px}.status-badge{display:inline-flex;align-items:center;padding:6px 12px;border-radius:20px;font-size:13px;font-weight:600;letter-spacing:.3px}.status-pending{background-color:#ffcc0026;color:#b8860b}.status-confirmed,.status-paid{background-color:#34c75926;color:#28a745}.status-preparing{background-color:#007aff26;color:#007aff}.status-ready{background-color:#5ac8fa26;color:#0c90d1}.status-delivered{background-color:#34c75926;color:#28a745}.status-cancelled{background-color:#ff3b3026;color:#d70015}.actions{display:flex;gap:12px;margin-bottom:24px;flex-wrap:wrap}.search-container{display:flex;gap:12px;margin-bottom:24px}.search-input{flex:1;padding:10px 16px 10px 40px;border:1px solid var(--ios-border);border-radius:var(--ios-radius-md);font-size:16px;font-family:inherit;background:var(--ios-bg-primary) url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 12C9.76142 12 12 9.76142 12 7C12 4.23858 9.76142 2 7 2C4.23858 2 2 4.23858 2 7C2 9.76142 4.23858 12 7 12Z' stroke='%238E8E93' stroke-width='2'/%3E%3Cpath d='M11 11L14 14' stroke='%238E8E93' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat 12px center;transition:var(--ios-transition)}.search-input:focus{outline:none;border-color:var(--ios-blue);box-shadow:0 0 0 4px #007aff1a}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0006;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal{background:var(--ios-bg-primary);border-radius:var(--ios-radius-xl);padding:0;max-width:90%;max-height:90%;overflow:hidden;box-shadow:var(--ios-shadow-lg);animation:slideUp .3s ease;display:flex;flex-direction:column}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid var(--ios-separator)}.modal-header h3{font-size:20px;font-weight:700;color:var(--ios-text-primary);margin:0}.modal-body{padding:24px;overflow-y:auto;flex:1}.close-btn{background:var(--ios-bg-tertiary);border:none;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--ios-text-secondary);font-size:20px;transition:var(--ios-transition)}.close-btn:hover{background-color:var(--ios-gray-light);color:var(--ios-text-primary)}.loading{text-align:center;padding:60px 20px;color:var(--ios-text-tertiary);font-size:16px}.error{background-color:#ff3b301a;color:var(--ios-red);padding:16px 20px;border-radius:var(--ios-radius-md);margin-bottom:24px;border-left:4px solid var(--ios-red);font-size:15px}.success{background-color:#34c7591a;color:var(--ios-green);padding:16px 20px;border-radius:var(--ios-radius-md);margin-bottom:24px;border-left:4px solid var(--ios-green);font-size:15px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-bottom:32px}.stat-card{background:linear-gradient(135deg,var(--ios-bg-primary) 0%,var(--ios-bg-secondary) 100%);border-radius:var(--ios-radius-lg);padding:24px;box-shadow:var(--ios-shadow-md);border:1px solid var(--ios-border-light);transition:var(--ios-transition)}.stat-card:hover{transform:translateY(-4px);box-shadow:var(--ios-shadow-lg)}.stat-card-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:24px;margin-bottom:16px}.stat-card-value{font-size:32px;font-weight:700;color:var(--ios-text-primary);margin-bottom:4px}.stat-card-label{font-size:14px;color:var(--ios-text-tertiary);font-weight:500}@media(max-width:1024px){.sidebar{width:240px}.main-content{padding:24px}.stats-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.app{flex-direction:column}.sidebar{width:100%;height:auto;border-right:none;border-bottom:1px solid var(--ios-separator)}.sidebar h2{padding:16px;font-size:24px}.sidebar-nav{display:flex;overflow-x:auto;padding:8px;-webkit-overflow-scrolling:touch}.sidebar-nav li{margin-bottom:0;margin-right:8px;flex-shrink:0}.sidebar-nav a{white-space:nowrap;padding:10px 16px;font-size:14px}.main-content{padding:16px}.page-header h1{font-size:28px}.stats-grid{grid-template-columns:1fr}.table-container{overflow-x:auto;-webkit-overflow-scrolling:touch}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--ios-gray-light);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--ios-gray)}*{transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;transition-timing-function:cubic-bezier(.25,.46,.45,.94)}.filters-section{background:var(--ios-bg-primary);border-radius:var(--ios-radius-lg);padding:20px;margin-bottom:24px;box-shadow:var(--ios-shadow-md);border:1px solid var(--ios-border-light);display:flex;flex-direction:column;gap:16px}.status-filters{display:flex;flex-wrap:wrap;gap:8px}.status-filter{padding:8px 16px;border:2px solid;border-radius:20px;background:var(--ios-bg-primary);cursor:pointer;transition:var(--ios-transition);font-size:14px;font-weight:500}.status-filter.active{font-weight:600;box-shadow:var(--ios-shadow-sm)}.status-filter:hover{transform:translateY(-1px);box-shadow:var(--ios-shadow-sm)}.orders-table{width:100%;border-collapse:collapse;font-size:15px}.orders-table th,.orders-table td{padding:16px 20px;text-align:left;border-bottom:1px solid var(--ios-separator)}.orders-table th{background:var(--ios-bg-tertiary);color:var(--ios-text-secondary);font-weight:600;font-size:13px;text-transform:uppercase;letter-spacing:.5px;position:sticky;top:0;z-index:10}.orders-table tr:last-child td{border-bottom:none}.orders-table tr:hover{background-color:var(--ios-bg-secondary);transition:var(--ios-transition)}.orders-table td{color:var(--ios-text-primary);font-weight:400}.order-id{font-family:SF Mono,Monaco,Courier New,monospace;font-weight:600;color:var(--ios-blue)}.order-items-cell{max-width:200px}.item-row{font-size:13px;color:var(--ios-text-primary);margin-bottom:2px}.more-items-text{font-size:12px;color:var(--ios-text-tertiary);font-style:italic;margin-top:4px}.order-total{font-weight:600;color:var(--ios-green);font-size:16px}.order-time{color:var(--ios-text-tertiary);font-size:13px}.status-select{padding:6px 12px;border-radius:var(--ios-radius-sm);border:none;font-weight:600;font-size:13px;cursor:pointer;transition:var(--ios-transition);color:#fff}.view-btn{padding:6px 14px;background-color:var(--ios-blue);color:#fff;border:none;border-radius:var(--ios-radius-sm);cursor:pointer;font-size:13px;font-weight:600;transition:var(--ios-transition)}.view-btn:hover{background-color:#0051d5;transform:translateY(-1px)}.order-details-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0006;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s ease;padding:20px}.order-details{background:var(--ios-bg-primary);border-radius:var(--ios-radius-xl);width:100%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:var(--ios-shadow-lg);animation:slideUp .3s ease}.order-details-header{display:flex;align-items:center;justify-content:space-between;padding:24px;border-bottom:1px solid var(--ios-separator);position:sticky;top:0;background:var(--ios-bg-primary);border-radius:var(--ios-radius-xl) var(--ios-radius-xl) 0 0;z-index:10}.back-btn{background:var(--ios-bg-tertiary);border:none;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--ios-blue);font-size:20px;transition:var(--ios-transition);padding:0;line-height:1}.back-btn:hover{background-color:var(--ios-gray-light)}.order-details-header h2{margin:0;font-size:20px;font-weight:700;color:var(--ios-text-primary)}.order-status-badge{padding:6px 16px;border-radius:20px;color:#fff;font-size:13px;font-weight:600}.order-details-actions{padding:0 24px 20px}.danger-btn{width:100%;padding:12px;background:var(--ios-red);color:#fff;border:none;border-radius:var(--ios-radius-md);font-weight:600;cursor:pointer;transition:var(--ios-transition);font-size:15px}.danger-btn:hover{background:#d70015;transform:translateY(-1px)}.order-details-content{padding:24px}.details-section{margin-bottom:24px}.details-section h3{margin-bottom:12px;color:var(--ios-text-primary);font-size:17px;font-weight:600}.customer-info{background:var(--ios-bg-tertiary);padding:16px;border-radius:var(--ios-radius-md)}.info-row{display:flex;margin-bottom:8px}.info-row:last-child{margin-bottom:0}.info-label{font-weight:600;color:var(--ios-text-secondary);min-width:80px;font-size:15px}.info-value{color:var(--ios-text-primary);font-size:15px}.order-items-list{border-radius:var(--ios-radius-md)}.order-item-detail{margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid var(--ios-separator)}.order-item-detail:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.item-main{display:flex;justify-content:space-between;margin-bottom:4px}.item-name{font-weight:500;color:var(--ios-text-primary);font-size:15px}.item-price{color:var(--ios-blue);font-weight:600;font-size:15px}.item-quantity{color:var(--ios-text-tertiary);font-size:14px}.item-request{color:var(--ios-orange);font-size:14px;font-style:italic;margin-top:4px}.order-summary{background:var(--ios-bg-tertiary);padding:16px;border-radius:var(--ios-radius-md)}.summary-row{display:flex;justify-content:space-between;margin-bottom:8px;color:var(--ios-text-secondary);font-size:15px}.summary-row:last-child{margin-bottom:0}.summary-row.total{font-weight:700;color:var(--ios-text-primary);font-size:17px;border-top:1px solid var(--ios-separator);padding-top:12px;margin-top:12px}.special-instructions{background:var(--ios-bg-tertiary);padding:16px;border-radius:var(--ios-radius-md);color:var(--ios-text-secondary);font-style:italic;font-size:15px}.action-buttons{display:flex;gap:12px;margin-top:24px}.confirm-btn{background:var(--ios-green);color:#fff}.confirm-btn:hover{background:#28a745}.preparing-btn{background:var(--ios-purple);color:#fff}.preparing-btn:hover{background:#9742cc}.ready-btn{background:var(--ios-orange);color:#fff}.ready-btn:hover{background:#e68500}.deliver-btn{background:var(--ios-green);color:#fff}.deliver-btn:hover{background:#28a745}.cancel-btn{background:var(--ios-red);color:#fff}.cancel-btn:hover{background:#d70015}.pagination-container{display:flex;justify-content:center;align-items:center;padding:24px;margin-top:16px;flex-wrap:wrap;gap:16px}.pagination-info{color:var(--ios-text-secondary);font-size:14px}.pagination-controls{display:flex;align-items:center;gap:8px}.pagination-btn{padding:8px 16px;background:var(--ios-blue);color:#fff;border:none;border-radius:var(--ios-radius-sm);cursor:pointer;font-size:14px;font-weight:600;transition:var(--ios-transition)}.pagination-btn:hover:not(:disabled){background:#0051d5;transform:translateY(-1px)}.pagination-btn:disabled{background:var(--ios-gray-lighter);color:var(--ios-gray);cursor:not-allowed;transform:none}.pagination-pages{display:flex;align-items:center;gap:4px}.pagination-page{min-width:36px;height:36px;padding:0 8px;background:var(--ios-bg-primary);color:var(--ios-text-primary);border:1px solid var(--ios-border);border-radius:var(--ios-radius-sm);cursor:pointer;font-size:14px;font-weight:500;transition:var(--ios-transition)}.pagination-page:hover{background:var(--ios-bg-tertiary);border-color:var(--ios-blue)}.pagination-page.active{background:var(--ios-blue);color:#fff;border-color:var(--ios-blue)}.pagination-ellipsis{padding:0 8px;color:var(--ios-gray)}.pagination-limit{display:flex;align-items:center;gap:8px;color:var(--ios-text-secondary);font-size:14px}.limit-select{padding:6px 12px;border:1px solid var(--ios-border);border-radius:var(--ios-radius-sm);background:var(--ios-bg-primary);color:var(--ios-text-primary);cursor:pointer;font-size:14px;transition:var(--ios-transition);font-family:inherit}.limit-select:focus{outline:none;border-color:var(--ios-blue);box-shadow:0 0 0 4px #007aff1a}.limit-select:hover{border-color:var(--ios-blue)}.no-orders{text-align:center;padding:60px 20px;color:var(--ios-text-tertiary)}.no-orders-icon{font-size:4rem;margin-bottom:16px}.no-orders h3{color:var(--ios-text-primary);margin-bottom:8px;font-size:20px;font-weight:600}.summary-section{width:100%}.summary-order-container{display:flex}.image-banner-order{width:100px;height:100px;border-radius:12px;margin:15px;object-fit:cover}
