@charset "UTF-8";.button{cursor:pointer;font-size:1.05em;font-weight:700;display:flex;align-items:center;justify-content:center;gap:10px;border:0;border-radius:6px;padding:12px 20px;background:#4e7722;color:#fff!important;transition:background .2s,color .2s,text-decoration .2s}.button svg{fill:none;stroke:#fff}.button svg.stroke{fill:none;stroke:#fff}.button:hover{background-color:#4e7722bf}.button.white{background:#fff;color:#4e7722}.button.white svg{fill:none;stroke:#4e7722}.button:hover{background-color:#4e7722cc}.button.light-green{color:#111827;background:#eef6e4}.button.light-green svg{fill:none;stroke:#4e7722}.button.light-gray{color:#111827;background:#f5f5f5;transition:background-color .2s ease-in}.button.light-gray svg{fill:none;stroke:#757575}.button.light-gray:hover{background-color:#75757533}.button.transparent{background:transparent;color:#111827;padding-left:10px;padding-right:10px}.button.transparent svg{fill:none;stroke:#757575}.button.transparent.white{color:#fff}.button.transparent.white svg{fill:none;stroke:#757575}.button[disabled]{opacity:.5}.button[disabled]:hover{background:#4e7722}.split-button{position:relative;display:inline-flex}.split-button .button-text{font-size:1.25em;font-weight:700;border:0;cursor:pointer;width:180px;display:flex;align-items:center;justify-content:center;gap:10px;padding:16px 20px;background-color:#4e7722;color:#fff!important;transition:background-color .2s ease-in;border-radius:6px 0 0 6px}.split-button .button-text span{color:#fff}.split-button .button-text svg{fill:none;stroke:#fff}.split-button .button-text:hover{background-color:#4e7722cc}.split-button .button-dropdown{cursor:pointer;border:none;border-left:1px solid #fff;padding:12px;border-radius:0 6px 6px 0;background-color:#4e7722;transition:background-color .2s ease-in}.split-button .button-dropdown svg{fill:none;stroke:#fff}.split-button .button-dropdown:hover{background-color:#4e7722cc}.split-button .button-menu{position:absolute;top:150%;left:0;background-color:#fff;min-width:100%;box-shadow:0 4px 10px #0000001a;border:1px solid rgba(117,117,117,.5);border-radius:6px;margin-top:4px;z-index:1000;overflow:hidden}.split-button .button-menu .button-menu-item{padding:10px 16px;cursor:pointer}.split-button .button-menu .button-menu-item span{margin-left:4px;color:#000;font-weight:400}.split-button .button-menu .button-menu-item:hover{background-color:#f5f5f5}.header-buttons{display:flex;flex-flow:column;align-items:center;font-size:12px}.header-buttons .desktop-buttons{display:block}.header-buttons .mobile-buttons{display:none}.header-buttons .login-links{display:flex;flex-direction:row;gap:10px;margin-top:4px}.header-buttons .login-links .link-item{display:flex;align-items:center;justify-content:center;gap:4px;font-size:12px}.header-buttons .login-links .link-item a{display:flex;align-items:center;justify-content:center;gap:4px;text-decoration:none}.header-buttons .login-links .link-item .link-label{color:#757575;transition:color .15s ease-in}.header-buttons .login-links .link-item .link-label:hover{color:#000000e6}.header-buttons .login-links .link-item svg{display:block;stroke:#757575;width:12px}@media(max-width:1024px){.header-buttons{display:flex;flex-flow:column;align-items:start;font-size:12px;width:100%}.header-buttons .desktop-buttons{display:none}.header-buttons .mobile-buttons{display:flex;width:100%;gap:8px;padding-bottom:12px;border-bottom:1px solid rgba(117,117,117,.3)}.header-buttons .mobile-buttons .mobile-main{font-weight:600;flex:3 1 0;padding:8px 12px}.header-buttons .mobile-buttons .mobile-secondary{font-weight:600;flex:1 1 0;width:100%;color:#000!important}.header-buttons .login-links{margin-top:8px;justify-content:start}}.modal{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:#00000080;position:fixed;z-index:1200;left:0;top:0;padding:15px;transition:padding-left .4s}.modal-box{border-radius:20px;background:#fff;overflow:hidden;width:888px;max-width:calc(100vw - 30px);max-height:calc(var(--vh, 1vh) * 100 - 100px);display:flex;flex-direction:column;position:relative}.modal-box-head{display:flex;align-items:center;justify-content:space-between}.modal-box-head__title{font-weight:600;font-size:1.375em;margin:0}.modal-box-head .close-button-wrapper{position:relative}.modal-box-head .close-button{position:absolute;cursor:pointer;top:20px;right:20px;border:0;padding:0;margin:0;background:transparent}.modal-box-head__icon{stroke:#1f242e}.modal-head-description{font-size:1.2em}.modal-box-body{scrollbar-width:thin;scrollbar-color:#4e7722 #f5f5f5}.modal-box-body::-webkit-scrollbar{width:"4px"}.modal-box-body::-webkit-scrollbar-track{background:#4e7722}.modal-box-body::-webkit-scrollbar-thumb{background-color:#f5f5f5;outline:none}.modal-box-body{overflow-y:auto;overflow-x:visible;max-height:calc(var(--vh, 1vh) * 100 - 90px - 150px)}.modal-box-buttons{margin-top:30px;display:flex;align-items:center;justify-content:space-between}@media(max-width:1100px){.modal-box{width:703px;padding:15px}.modal-box-head{margin-bottom:20px}.modal-box-body{max-height:calc(var(--vh, 1vh) * 100 - 165px)}.modal-box-buttons{margin-top:16px}}.loader-wrap{display:flex;width:100%;height:60px}.loader{display:block;position:relative;width:50px;height:50px;margin:auto}.loader div{box-sizing:border-box;display:block;position:absolute;width:40px;height:40px;margin:4px;border:4px solid #4e7722;border-radius:50%;animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;border-color:#4e7722 transparent transparent transparent}.loader div:nth-child(1){animation-delay:-.45s}.loader div:nth-child(2){animation-delay:-.3s}.loader div:nth-child(3){animation-delay:-.15s}@keyframes lds-ring{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.form-dropdown{position:relative;overflow:hidden}.form-dropdown .red{color:#ef4444}.form-dropdown label{display:block;font-weight:500;margin-bottom:3px}.form-dropdown .error{margin-top:4px;font-size:.86em}.form-dropdown.disabled .form-dropdown-main{background:#f2f2f2}.form-dropdown.with-error .form-dropdown-main{border-color:#d30000}.form-dropdown-main{display:flex;align-items:center;width:100%;border-radius:.5rem;border:1px solid #e5e7eb;background:#fff;font-size:.875rem;color:#111827;outline:none;transition:border-color .15s,box-shadow .15s}.form-dropdown-main::placeholder{color:#9ca3af}.form-dropdown-main--active{border-color:#4e7722!important;box-shadow:0 0 0 2px #4e772233}.form-dropdown-main:focus-within{border-color:#4e7722!important;box-shadow:0 0 0 2px #4e772233}.form-dropdown-main input,.form-dropdown-main .form-dropdown-main-options{padding-left:15px;flex:auto;max-width:calc(100% - 42px);width:100%;flex-wrap:wrap}.form-dropdown-main .single-input{padding-left:15px}.form-dropdown-main .form-dropdown-main-options{scrollbar-width:thin;scrollbar-color:#4e7722 #f5f5f5}.form-dropdown-main .form-dropdown-main-options::-webkit-scrollbar{width:"4px"}.form-dropdown-main .form-dropdown-main-options::-webkit-scrollbar-track{background:#4e7722}.form-dropdown-main .form-dropdown-main-options::-webkit-scrollbar-thumb{background-color:#f5f5f5;outline:none}.form-dropdown-main .form-dropdown-main-options::-webkit-scrollbar{width:auto;height:"3px"}.form-dropdown-main .form-dropdown-main-options{-webkit-user-select:none;user-select:none;overflow:auto;display:flex;align-items:center;gap:10px;min-width:0}.form-dropdown-main .form-dropdown-main-options--scrollable{flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;max-width:100%}.form-dropdown-main .form-dropdown-main-options--scrollable>div{flex-shrink:0}.form-dropdown-main .form-dropdown-main-options>div{display:flex;align-items:center;gap:5px;color:#fff;background:#4e7722;padding:3px 6px}.form-dropdown-main .form-dropdown-main-options>div>span{white-space:nowrap}.form-dropdown-main .form-dropdown-main-options>div svg{cursor:pointer;stroke:#fff;width:10px;min-width:10px}.form-dropdown-main input{border:0;outline:0;max-width:100%;width:auto}.dropdown-main-icon{display:flex;align-items:center;justify-content:center;cursor:pointer;flex:0 0 30px;height:30px;margin-right:6px;margin-left:auto}.dropdown-main-icon>svg{width:8px;stroke:#6b7280}.form-dropdown-options{scrollbar-width:thin;scrollbar-color:#4e7722 #f5f5f5}.form-dropdown-options::-webkit-scrollbar{width:"4px"}.form-dropdown-options::-webkit-scrollbar-track{background:#4e7722}.form-dropdown-options::-webkit-scrollbar-thumb{background-color:#f5f5f5;outline:none}.form-dropdown-options{overflow-y:auto;display:none;max-height:195px;position:absolute;z-index:9999;background:#fff;border:1px solid #e5e7eb}.form-dropdown-options>div{cursor:pointer;padding:10px 13px}.form-dropdown-options>div.active{font-weight:500;background:#eef6e4}.form-input{margin-bottom:20px}.form-input label{display:block;font-weight:500;margin-bottom:3px}.form-input input,.form-input textarea{width:100%;border:0;border-radius:4px;padding:10px 14px;outline:none}.form-input input[placeholder],.form-input textarea[placeholder]{color:#757575}.form-input textarea{resize:none;height:70px;padding:16px 12px}.form-input input[disabled],.form-input textarea[disabled]{background:#f2f2f2}.form-input .error{margin-top:4px;font-size:.86em}.form-input-box{overflow:hidden;width:100%;border-radius:.5rem;border:1px solid #e5e7eb;background:#fff;font-size:.875rem;color:#111827;outline:none;transition:border-color .15s,box-shadow .15s;box-sizing:border-box}.form-input-box button{cursor:pointer;width:48px;height:48px;border:0;background:0;padding:0}.form-input-box:focus-within{border-color:#4e7722!important;box-shadow:0 0 0 2px #4e772233}.form-input.with-error .form-input-box{border-color:#d30000}.radio-group label{display:block;font-weight:500;margin-bottom:4px}.radio-group .error{margin-top:4px;font-size:.875em}.radio-group .red{color:#ef4444}.radio-group-items{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}@media(max-width:767px){.radio-group-items{grid-template-columns:1fr}}.radio-group-items--flex{display:flex;gap:6px}.radio-group.three-pre-row .radio-group-items{grid-template-columns:repeat(3,1fr)}@media(max-width:767px){.radio-group.three-pre-row .radio-group-items{grid-template-columns:1fr}}.radio{cursor:pointer;display:flex;align-items:center;justify-content:center;text-align:center;padding:.5rem .75rem;gap:16px;font-size:.875em;border:1px solid #e5e7eb;border-radius:.5rem;color:#6b7280;transition:border-color .15s,background .15s,color .15s}.radio:hover{border-color:#4e77224d}.radio.checked{border-color:#4e7722;background:#4e772214;color:#4e7722;font-weight:500}.radio .radio-label{flex-grow:1;display:flex;flex-direction:column}.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}[dir=rtl] .maplibregl-popup-anchor-left{flex-direction:row-reverse}[dir=rtl] .maplibregl-popup-anchor-right{flex-direction:row}[dir=rtl] .maplibregl-popup-anchor-top-left .maplibregl-popup-tip{align-self:flex-end}[dir=rtl] .maplibregl-popup-anchor-top-right .maplibregl-popup-tip{align-self:flex-start}[dir=rtl] .maplibregl-popup-anchor-bottom-left .maplibregl-popup-tip{align-self:flex-end}[dir=rtl] .maplibregl-popup-anchor-bottom-right .maplibregl-popup-tip{align-self:flex-start}.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}@media(prefers-reduced-motion:reduce){.maplibregl-user-location-dot:before{animation:none}}@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;inset: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}.component-loading-wrapper{height:100%;width:100%;position:relative}.component-loading-overlay{position:absolute;inset:0;background:#fff9;display:flex;align-items:center;justify-content:center;z-index:999999900}.map-search-wrapper{z-index:9999;position:relative;width:100%}.map-search-wrapper input{width:100%;height:42px;padding:0 14px;border-radius:6px;border:1px solid #ccc;outline:none;font-size:14px;box-shadow:0 1px 4px #00000026}.map-search-wrapper input::placeholder{color:#999}.map-search-wrapper .map-search-results{list-style:none;padding:0;margin:0;position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #ccc;border-radius:6px;max-height:160px;overflow-y:auto;z-index:10000;box-shadow:0 4px 12px #0000001f}.map-search-wrapper .map-search-results li{padding:10px 14px;font-size:13px;cursor:pointer;border-bottom:1px solid #eee}.map-search-wrapper .map-search-results li:hover{background-color:#f5f5f5}.map-search-wrapper .map-search-results li:last-child{border-bottom:none}.file-lines>div{padding:4px 0;display:flex;gap:8px;align-items:center;justify-content:space-between}.file-lines>div span{flex:auto}.file-lines>div input{flex:0 0 50%;min-height:48px;border-radius:4px;border-color:#d0d0d0;padding:10px}.file-lines>div svg{cursor:pointer;flex:0 0 32px}@media(max-width:767px){.file-lines>div{flex-wrap:wrap}.file-lines>div span{flex:1 1 calc(100% - 40px)}.file-lines>div input{flex:auto}}.form-attachment{position:relative}.form-attachment label{display:flex;align-items:center;gap:10px;font-weight:500;margin-bottom:3px}.form-attachment .file-lines{margin-bottom:12px;font-size:.875rem}.form-attachment .file-lines svg{flex:0 0 24px}.form-attachment-previews{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:16px}@media(max-width:767px){.form-attachment-previews{grid-template-columns:1fr}}.form-attachment-preview{width:100%;position:relative;border-radius:10px;max-width:100%}.form-attachment-preview img{width:100%;height:100%;object-fit:cover;border-radius:10px}.form-attachment-preview>svg{cursor:pointer;position:absolute;right:-5px;top:-5px}.form-attachment-box{border:2px dashed rgba(229,231,235,.6);padding:1.5rem;text-align:center;transition:border-color .25s}.form-attachment-box:hover{border-color:#4e77224d}.form-attachment-box{cursor:pointer;position:relative;font-size:.875rem;color:#111827;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:10px;gap:20px;min-height:220px}.form-attachment-box>div{text-align:center}.form-attachment-box span{font-size:.75rem;color:#6b7280;margin:.125rem 0 0}.form-attachment-box .icon-wrap{width:2.5rem;height:2.5rem;border-radius:50%;background:#4e772214;display:flex;align-items:center;justify-content:center;margin:0 auto .5rem}.form-attachment-box .icon{width:1.25rem;height:1.25rem;color:#4e7722}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.aom-header{width:100%;background:#f6f8f4;border-bottom:1px solid #e5e7eb;padding:1.5rem 1.5rem 1.25rem}.aom-header__title{font-size:1.25rem;font-weight:700;color:#111827;margin:0 0 .25rem}.aom-header__sub{font-size:.875rem;color:#6b7280;margin:0}.aom-component-loading{display:flex;flex-direction:column;min-height:0}.aom-modal-parent{z-index:9999}.aom-modal-parent .modal-box-body{display:flex;flex-direction:column;overflow:unset;min-height:0}.aom-type-switcher{display:flex;gap:.25rem;margin-top:1rem;background:#f5f6f4;border-radius:.5rem;padding:.25rem}.aom-type-switcher__btn{display:flex;align-items:center;gap:.375rem;flex:1;padding:.5rem .75rem;border-radius:.375rem;border:none;background:transparent;font-size:.875rem;font-weight:500;color:#6b7280;cursor:pointer;transition:background .15s,color .15s,box-shadow .15s}.aom-type-switcher__btn:hover{color:#111827}.aom-type-switcher__btn--active{background:#fff;color:#111827;box-shadow:0 1px 3px #0000001a}.aom-type-switcher__icon{width:.875rem;height:.875rem}.aom-steps{display:flex;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #e5e7eb;background:#fff}.aom-steps__item{display:flex;align-items:center;flex:1}.aom-steps__item:last-of-type{flex:0}.aom-steps__info{display:flex;align-items:center;gap:.5rem;color:#6b728080;transition:color .2s}.aom-steps__info--active{color:#4e7722}.aom-steps__info--done{color:#4e772299}.aom-steps__bubble{width:2rem;height:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;background:#f3f4f6;color:#6b7280;flex-shrink:0;transition:background .2s,color .2s}.aom-steps__bubble--active{background:#4e7722;color:#fff;box-shadow:0 1px 4px #4e77224d}.aom-steps__bubble--done{background:#4e772226;color:#4e7722}.aom-steps__check{width:1rem;height:1rem}.aom-steps__label{font-size:.75rem;font-weight:500;color:#6b7280;display:none}@media(min-width:640px){.aom-steps__label{display:block}}.aom-steps__label--active{color:#111827}.aom-steps__line{flex:1;height:2px;border-radius:9999px;background:#e5e7eb;margin:0 .25rem;transition:background .2s}.aom-steps__line--done{background:#4e77224d}.aom-body{padding:1.5rem 2rem;overflow-y:auto;flex:1}.aom-form{display:flex;flex-direction:column;gap:1rem}.aom-form .form-input{margin-bottom:0}.aom-row-top{display:grid;grid-template-columns:2fr 1fr;gap:1rem;align-items:end}.aom-grid-21{display:grid;grid-template-columns:2fr 1fr;gap:1rem}.aom-grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.aom-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.aom-field{display:flex;flex-direction:column;height:100%}.aom-field--grow{flex:1}.aom-label{font-size:.875rem;font-weight:500;color:#111827;margin-bottom:.375rem}.aom-label--sm{font-size:.75rem;margin-bottom:.25rem}.aom-label--muted{font-size:.75rem;color:#6b7280;margin-bottom:.25rem}.aom-required{color:#ef4444}.aom-input,.aom-select{height:2.5rem;width:100%;border-radius:.5rem;border:1px solid #e5e7eb;background:#fff;padding:0 .75rem;font-size:.875rem;color:#111827;outline:none;transition:border-color .15s,box-shadow .15s;box-sizing:border-box}.aom-input::placeholder,.aom-select::placeholder{color:#9ca3af}.aom-input:focus,.aom-select:focus{border-color:#4e7722;box-shadow:0 0 0 2px #4e772233}.aom-input--sm{height:2.25rem}.aom-input--padded{padding-left:2.25rem}.aom-select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;padding-right:2rem;cursor:pointer}.aom-textarea{width:100%;border-radius:.5rem;border:1px solid #e5e7eb;background:#fff;padding:.5rem .75rem;font-size:.875rem;color:#111827;outline:none;resize:none;font-family:inherit;transition:border-color .15s,box-shadow .15s;box-sizing:border-box}.aom-textarea::placeholder{color:#9ca3af}.aom-textarea:focus{border-color:#4e7722;box-shadow:0 0 0 2px #4e772233}.aom-input-icon{position:relative}.aom-input-icon__icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);width:1rem;height:1rem;color:#6b7280;pointer-events:none}.aom-map{width:100%;height:340px;border-radius:.75rem;border:1px solid #e5e7eb;overflow:hidden;z-index:0}.aom-loading{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#4e7722;background:#4e772214;border:1px solid rgba(78,119,34,.25);border-radius:.5rem;padding:.5rem .75rem}.aom-loading__spinner{width:1rem;height:1rem;animation:aom-spin .8s linear infinite}@keyframes aom-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.aom-hint{font-size:.75rem;color:#6b7280;background:#00000008;border-radius:.5rem;padding:.5rem .75rem;margin:0}.aom-dropzone{border:2px dashed rgba(229,231,235,.6);border-radius:.75rem;padding:1.5rem;text-align:center;cursor:pointer;background:#f9fafb66;transition:border-color .15s}.aom-dropzone:hover{border-color:#4e77224d}.aom-dropzone__icon-wrap{width:2.5rem;height:2.5rem;border-radius:50%;background:#4e772214;display:flex;align-items:center;justify-content:center;margin:0 auto .5rem}.aom-dropzone__icon{width:1.25rem;height:1.25rem;color:#4e7722}.aom-dropzone__title{font-size:.875rem;font-weight:500;color:#111827;margin:0}.aom-dropzone__sub{font-size:.75rem;color:#6b7280;margin:.125rem 0 0}.aom-summary{background:#00000008;border-radius:.75rem;border:1px solid rgba(229,231,235,.6);padding:1.25rem}.aom-summary__title{font-size:.875rem;font-weight:700;color:#111827;display:flex;align-items:center;gap:.5rem;margin:0 0 .75rem}.aom-summary__icon{width:1rem;height:1rem;color:#4e7722}.aom-summary__grid{display:grid;grid-template-columns:auto 1fr;column-gap:1rem;row-gap:.5rem;font-size:.875rem}.aom-summary__key{color:#6b7280}.aom-summary__val{word-break:break-word;font-weight:500;color:#111827}.aom-footer{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-top:1px solid #e5e7eb}.aom-btn{display:inline-flex;align-items:center;gap:.25rem;padding:.5rem 1.5rem;border-radius:.5rem;font-size:.875rem;height:2.5rem;font-weight:500;cursor:pointer;border:none;transition:background .15s,color .15s,opacity .15s}.aom-btn:disabled{opacity:.4;cursor:not-allowed}.aom-btn__icon{width:1rem;height:1rem}.aom-btn--primary{background:#4e7722;color:#fff;box-shadow:0 2px 6px #4e772233}.aom-btn--primary:hover:not(:disabled){background:#3e5f1b}.aom-btn--ghost{background:transparent;color:#6b7280}.aom-btn--ghost:hover:not(:disabled){background:#0000000a;color:#111827}.header-navigation{display:flex;align-items:center;flex:1;gap:12px}.header-navigation .links{width:100%;display:flex;justify-content:center;align-items:center;margin:0 auto}.header-navigation .links>:not(:last-child){border:0px;border-inline-start-width:0px;border-inline-end-width:1px;border-style:solid;border-color:#d0d0d0}.header-navigation .nav-link{font-size:1rem;display:flex;align-items:center;color:#111827;padding:.625rem 1.25rem;transition:all .2s ease-in}.header-navigation .nav-link:hover{color:#111827;background-color:#eef6e4}.header-navigation .nav-link:hover span{color:#4e7722}.header-navigation span{font-weight:700}@media(max-width:1024px){.header-navigation{display:none;font-size:1em;width:100%}.header-navigation .links{justify-content:start}.header-navigation .nav-link{display:flex;align-items:center;color:#111827;padding:8px 12px}.header-navigation.open{display:flex;flex-direction:column;align-items:flex-start;position:fixed;top:var(--header-bottom, 64px);left:0;right:0;z-index:1200;padding:8px 12px 16px;background-color:#fff;border-bottom:1px solid #d0d0d0;box-shadow:0 8px 24px #00000014}}@media(max-width:568px){.header-navigation .links{flex-direction:column;width:100%}.header-navigation .links>:not(:last-child){border:0}.header-navigation .nav-link{width:100%;justify-content:center}}.header-menu-toggler{display:none;background-color:transparent;border:None;cursor:pointer;flex-direction:column;gap:4px}.header-menu-toggler span{width:18px;height:2px;border-radius:4px;background:#000;transition:transform .2s}.header-menu-toggler.open span{position:relative}.header-menu-toggler.open span:first-child{transform:rotate(45deg);top:6px}.header-menu-toggler.open span:nth-child(2){opacity:0}.header-menu-toggler.open span:last-child{transform:rotate(135deg);top:-6px}@media(max-width:1024px){.header-menu-toggler{display:flex}}.logo-wrap{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;gap:0;padding:0;margin:0}.logo-wrap div{text-decoration:None;color:gray}.logo-label{font-size:12px;font-weight:700;letter-spacing:.6px}.header{padding:12px 0;border-bottom:2px solid #d0d0d0;position:sticky;top:0;z-index:9999;background:#fff}.header .container{display:flex;align-items:center}.header .header-navigation{margin:0 auto}.header-search{padding:0 12px}.header-search svg{stroke:#4e7722}@media(max-width:1024px){.header{gap:0;padding:0}.header .container{display:flex;flex-direction:row;justify-content:space-between;align-items:center}}.footer{padding:26px 20px;border-top:2px solid #d0d0d0;background-color:#1f262e}.footer .container{display:flex;max-width:75rem;flex-direction:column;align-items:center;gap:16px}.footer .container .img-container{background-color:#fff;padding:20px 40px;border-radius:6px}.footer .container .img-container img{max-width:670px;width:100%;object-fit:contain}.footer .container .founder-label{color:#757575}.footer .container .project-link a{color:#4e7722;text-decoration:none}.footer .container .project-link a:hover{text-decoration:underline}.footer-nav{display:grid;grid-template-columns:1fr;gap:2rem;width:100%;padding-top:1rem}@media(min-width:640px){.footer-nav{grid-template-columns:repeat(3,minmax(0,1fr))}}.footer-nav__column{display:flex;flex-direction:column;gap:.75rem}.footer-nav__title{margin:0;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#fff9}.footer-nav__list{display:flex;flex-direction:column;gap:.5rem;padding-left:.75rem;margin:0;list-style:none}.footer-nav__item{margin:0}.footer-nav__link{font-size:.875rem;color:#ffffffd9;text-decoration:none;transition:color .2s ease}.footer-nav__link:hover{color:#4e7722}.footer-menu{border-top:1px solid rgba(117,117,117,.3);width:100%;margin-top:26px;padding:20px;display:flex;align-items:center;justify-content:space-between;gap:16px 24px}.footer-menu .social-links,.footer-menu .consents-links{display:flex;gap:8px}.footer-menu .social-links svg{stroke:#fff}.footer-menu a{color:#ffffffb3}@media(max-width:767px){.footer-menu{flex-direction:column;align-items:center;text-align:center}}@media(max-width:639px){.footer-nav{text-align:center}.footer-nav__column{align-items:center}.footer-nav__list{padding-left:0}}.news-ticker{overflow:hidden;white-space:nowrap;background-color:#0a0a0a;height:36px;display:flex;align-items:stretch;font-family:IBM Plex Mono,monospace;border-top:1px solid #222;border-bottom:1px solid #222;position:relative}.news-ticker:before,.news-ticker:after{content:"";position:absolute;top:0;bottom:0;width:60px;z-index:2;pointer-events:none}.news-ticker:before{left:0;background:linear-gradient(to right,#0a0a0a,transparent)}.news-ticker:after{right:0;background:linear-gradient(to left,#0a0a0a,transparent)}.ticker-track{display:inline-flex;align-items:stretch;transform:translate(0);will-change:transform}.ticker-item{display:inline-flex;align-items:center;color:#fff;font-size:13px;cursor:pointer;transition:background-color .15s ease;padding:0 4px}.ticker-item:hover{background-color:#222}.ticker-item .icon{display:flex;align-items:center;justify-content:center;font-size:16px;padding:0 10px}.ticker-item .title{display:inline-block;padding:2px 4px;background-color:#e03a00;font-weight:700;color:#fff;font-size:11px;text-transform:uppercase;letter-spacing:.05em;border-radius:2px;margin-right:10px;line-height:1.5}.ticker-item .description{display:flex;align-items:center;padding-right:32px;color:#ccc;font-weight:400}.ticker-item .sep{display:flex;align-items:center;padding:0 4px 0 0;color:#333;font-size:18px;line-height:1}.main-layout{display:flex;flex-direction:column;min-height:calc(var(--vh, 1vh) * 100)}.main-layout main{flex:auto}.energy-price-card{background:#fff;border-radius:12px;padding:16px;border:1px solid rgba(117,117,117,.3);box-shadow:0 2px 10px #0000000d;width:360px;min-height:350px;display:flex;flex-direction:column;gap:8px}.energy-price-card.loading{display:flex;align-items:center;justify-content:center;min-height:350px}.energy-price-card .title{font-weight:700;color:#000;min-width:0}.energy-price-card .tge{display:flex;align-items:center;gap:4px;color:#757575}.energy-price-card .tge .tge-info{position:relative;display:flex;align-items:center;cursor:pointer}.energy-price-card .tge .tge-info:hover .tge-tooltip{opacity:1;pointer-events:auto}.energy-price-card .tge .tge-tooltip{position:absolute;top:calc(100% + 8px);right:0;width:220px;background:#222;color:#fff;font-size:.75rem;font-weight:400;line-height:1.4;padding:8px 10px;border-radius:6px;opacity:0;pointer-events:none;transition:opacity .15s ease;z-index:10}.energy-price-card .tge .tge-tooltip:before{content:"";position:absolute;bottom:100%;right:6px;border:5px solid transparent;border-bottom-color:#222}.energy-price-card .beta{font-size:.65rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#4e7722;border:1px solid #4e7722;border-radius:4px;padding:1px 5px}.energy-price-card .header{padding:0;display:flex;justify-content:space-between;align-items:center;font-size:.9rem;color:#555;border:none}.energy-price-card .header .header-title{display:flex;align-items:center;gap:6px;flex:1;min-width:0}.energy-price-card .subtitle{font-size:.8rem;padding:0 0 8px;color:#757575;margin:0;line-height:1.4}.energy-price-card .price-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.energy-price-card .price{display:flex;align-items:baseline;gap:4px;color:#000;font-size:1.8rem;font-weight:700}.energy-price-card .price .unit{font-size:1rem;color:#757575;font-weight:400}.energy-price-card .price-change{display:flex;align-items:center;gap:3px;font-size:.85rem;font-weight:600;white-space:nowrap}.energy-price-card .price-change.positive{color:#4e7722}.energy-price-card .price-change.negative{color:#e53935}.energy-price-card .date{display:flex;align-items:center;gap:4px}.energy-price-card .chart{width:100%;height:100px}.energy-price-card .range-buttons{display:flex;gap:4px}.energy-price-card .range-buttons button{flex:1;padding:4px 0;border:1px solid #ddd;border-radius:4px;background:#f9f9f9;font-size:.75rem;cursor:pointer}.energy-price-card .range-buttons button.active{background:#4e7722;color:#fff;border-color:#4e7722}.energy-price-card .range-label{font-size:.75rem;color:#757575;text-align:center}.energy-price-card .prediction-note{margin:0;font-size:.7rem;line-height:1.3;color:#757575;font-style:italic}.main-section{padding:25px 0 50px;background-position:50%;background-repeat:no-repeat;background-size:cover;position:relative;z-index:1}@media(max-width:1028px){.main-section{padding:100px 0 140px}}.main-section:before{content:"";display:block;position:absolute;inset:0;opacity:.2;background-color:#000;z-index:0}@media(max-width:1028px){.main-section:before{display:block}}.main-section .main-container{display:flex;position:relative;z-index:1;flex-direction:row;max-width:1000px;margin:auto;justify-content:space-between;align-items:center}@media(max-width:1028px){.main-section .main-container{justify-content:center}}.main-section .main-container-text{display:flex;flex-direction:column}.main-section .energy-box{display:block}@media(max-width:1028px){.main-section .energy-box{display:none}}.main-section h1{padding:0;margin:0;color:#fff;font-size:36px;text-align:center;max-width:600px}.main-section h1.fade-in{opacity:1;transition:opacity 1s ease-in-out}.main-section h1.fade-out{opacity:0;transition:opacity 1s ease-in-out}.main-section p{color:#fff9;text-align:center}.main-section .main-section-form{margin-top:60px}.input-range{margin-bottom:20px}.input-range label{display:block;font-weight:500;margin-bottom:3px}.input-range-inputs{display:flex;align-items:center;gap:8px}.input-range-inputs .form-input{height:36px;margin:0;flex:1 1 110px}.advanced-filters{margin-top:8px;padding:20px;border:1px solid rgba(117,117,117,.3);border-radius:6px;min-width:546px;max-width:calc(100vw - 20px);color:#757575;display:flex;flex-wrap:wrap;column-gap:15px}.advanced-filters>*{flex:1 1 calc((100% - 60px)/4);min-width:200px}.advanced-filters .advanced-filter-toggler{flex:1 1 100%;margin-top:20px}.advanced-filters .filter-button{flex:0 0 100%;display:flex;justify-content:flex-end}@media(max-width:600px){.advanced-filters{min-width:unset}.advanced-filters>.form-input,.advanced-filters>.form-dropdown{flex:1 1 250px}}.advanced-filter-toggler{cursor:pointer;display:flex;align-items:center;gap:6px;width:100%;color:#4e7722;font-weight:500}.advanced-filter-toggler svg{fill:#4e7722}.filters-type-section{width:100%;padding-top:40px;width:90%;max-width:1000px;margin:auto}.filters-type-section span{font-weight:700;color:#555;margin-right:10px}.filters-type-section{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.filters-type-section .item{display:flex;align-items:center;justify-content:center;padding:6px 16px;border:1px solid #ccc;border-radius:16px;cursor:pointer;transition:all .2s ease;-webkit-user-select:none;user-select:none}.filters-type-section .item:hover{background-color:#eef6e480;border-color:#4e7722cc}.filters-type-section .item:active{background-color:#e0e0e0}.filters-type-section .item svg{margin-right:6px;fill:none;stroke:#4e7722;width:16px}.custom-select{position:relative;font-size:1em;cursor:pointer}.custom-select .trigger{width:100%;height:100%;padding:10px 10px 10px 20px;background-color:transparent;color:#000;display:flex;align-items:center;justify-content:space-between;position:relative}.custom-select .trigger .label{display:flex;align-items:center;gap:4px}.custom-select .trigger .prepend{color:#757575;font-weight:500}.custom-select .options{position:absolute;top:100%;left:0;width:100%;background-color:#fff;border:none;box-shadow:0 4px 12px #0000001a;z-index:9999000;max-height:300px;overflow-y:auto}.custom-select .options .option{padding:10px;width:100%;color:#000;transition:background-color .2s}.custom-select .options .option.active{background-color:#f0f0f0;color:#4e7722;font-weight:700}.filters-form-anchor{position:absolute;left:50%;top:-24px;transform:translate(-50%);z-index:2;width:90%;max-width:1000px}.filters-form-anchor.is-mobile-open{top:-56px}.filters-form{display:flex;align-items:center;background:#fff;border-radius:16px;border:1px solid #d0d0d0}.filters-form>*{font-size:1em;height:44px;border-right:1px solid #d0d0d0}.filters-form>*:last-child{border-right:none}.filters-form svg{fill:none;stroke:#000c}.filters-form .search{display:flex;align-items:center;flex:1 1 auto;min-width:250px;gap:8px;padding:0 8px}.filters-form input{width:100%;outline:none;border:0;flex:auto;padding:10px;font-size:1em;background:transparent}.filter-box{display:flex;align-items:center;justify-content:center;gap:8px;font-size:1.2em;color:#000;cursor:pointer;background:#fff;border-radius:16px;border:1px solid #d0d0d0;padding:12px;width:100%}.filter-box.is-open{border-radius:16px 16px 0 0;border-bottom-color:transparent}.mobile-filters-container{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);z-index:10;width:90%;max-width:1000px}.mobile-filters-container .filters-form{flex-direction:column;border-radius:16px}.mobile-filters-container .filters-form>*{width:100%!important;height:44px;border-right:none;border-bottom:1px solid #d0d0d0}.mobile-filters-container .filters-form>*:last-child{border-bottom:none}.mobile-filters-container .filters-form .search{min-width:unset;width:100%}.mobile-filters-container .filters-form .custom-select{width:100%!important}.mobile-filters-container .filters-form .custom-select .trigger{width:100%;border-radius:0}.advertisement-banner{display:flex;justify-content:center;align-items:center;text-align:center;width:100%;height:100%;border-radius:8px;border:2px dashed rgba(117,117,117,.4);background-color:#f5f5f533;margin:20px auto}.filters-section-container{position:relative;padding:0 16px}@media(max-width:768px){.filters-section-container{padding:95px 0 0;z-index:2}}.filters-section{position:relative}.filters-more{color:#757575;transition:color .2s ease-in;display:flex;align-items:center;gap:8px;cursor:pointer;max-width:1000px;width:90%;margin:12px auto auto}.filters-more:hover{color:#000000e6}.filters-more svg{stroke:#757575}.advanced-filters-container{max-width:1000px;width:90%;margin:auto}.plot-item{display:flex;flex-direction:column;gap:10px;border:1px solid rgba(117,117,117,.3);border-radius:16px;background:#fff;transition:box-shadow .25s ease,transform .2s ease}.plot-item:hover{box-shadow:0 6px 20px #00000026}.plot-item .plot-item-image{overflow:hidden;border-radius:16px 16px 0 0;position:relative}.plot-item .plot-item-image img{transform:scale(1.03);width:100%;aspect-ratio:16/9;object-fit:cover;transition:transform .35s ease;display:block}.plot-item .plot-item-image .audit-badge{position:absolute;top:.5rem;left:.5rem;display:flex;align-items:center;gap:.25rem;background-color:#4e7722;color:#fff;font-size:.625rem;font-weight:700;padding:.25rem .5rem;border-radius:.375rem;box-shadow:0 1px 3px #0f172a40}.plot-item .plot-item-image .audit-badge__icon{width:.875rem;height:.875rem;flex-shrink:0}.plot-item:hover img{transform:scale(1.1)}.plot-item.horizontal{gap:20px;flex-direction:row}.plot-item.horizontal .plot-item-image{flex-shrink:0;border-radius:16px 16px 0 0}@media(min-width:800px){.plot-item.horizontal .plot-item-image{border-radius:16px 0 0 16px}}.plot-item.horizontal .plot-item-image img{width:100%;aspect-ratio:16/9}@media(min-width:800px){.plot-item.horizontal .plot-item-image img{aspect-ratio:unset;height:100%;width:220px;flex-shrink:0}}.plot-item.horizontal .plot-item-main{display:flex;flex-direction:column}.plot-item.horizontal .plot-item-bottom{margin-top:auto}@media(max-width:800px){.plot-item.horizontal{flex-direction:column}.plot-item.horizontal .plot-item-bottom{margin-top:10px}}.plot-item .plot-item-main{padding:1rem;width:100%;align-self:center;position:relative}.plot-item .plot-item-main .plot-item-main-header-box{display:flex;justify-content:space-between}.plot-item .plot-item-main .plot-item-price-badge{display:none}.plot-item .plot-item-main .plot-item-price-badge.horizontal{display:block}.plot-item .plot-item-main .plot-item-price-badge{top:10px;right:10px;padding:6px 10px;border-radius:6px;text-align:right;line-height:1.3}.plot-item .plot-item-main .plot-item-price-badge-label{font-size:11px;opacity:.8;text-transform:uppercase}.plot-item .plot-item-main .plot-item-price-badge-value{color:#4e7722;font-size:18px;font-weight:700}.plot-item .plot-item-main .plot-item-price-badge-unit{padding-left:4px;font-size:11px;opacity:.8}.plot-item .plot-item-main .plot-item-main-header{margin-bottom:.5rem;font-size:16px;overflow:hidden;text-overflow:ellipsis}.plot-item .plot-item-main .plot-item-company{color:#757575}.plot-item .plot-item-main .plot-item-content{display:flex;flex-direction:column;color:#757575;font-size:.75rem;gap:4px}.plot-item .plot-item-main .plot-item-location{display:flex;flex-direction:row;align-items:center;gap:6px}.plot-item .plot-item-main .plot-item-location svg{flex-shrink:0;width:12px;height:12px}.plot-item .plot-item-main .plot-item-location span,.plot-item .plot-item-main .plot-item-location div{flex:1;word-break:break-word}.plot-item .plot-item-main .plot-item-bold{font-weight:700}.plot-item .plot-item-main .plot-item-bottom{margin-top:8px;display:flex;font-size:12px;gap:.5rem}.plot-item .plot-item-main .plot-item-bottom .plot-item-button{border-radius:8px;font-weight:400;padding:.5rem .875rem}.plot-item .plot-item-main .plot-item-bottom .plot-item-map-button{font-size:14px;color:#757575!important;transition:color .2s ease-in;text-align:left}.plot-item .plot-item-main .plot-item-bottom .plot-item-map-button:hover{color:#4e7722}.locked-inline{border:none;background:#fff;color:inherit;display:inline-flex;align-items:baseline;gap:4px;font-size:inherit}.locked-inline svg{height:1em;width:1em}.locked-inline span{font-size:inherit}.locked-inline:hover{text-decoration:underline;cursor:pointer}.latest-plots{max-width:916px;margin:0 auto;padding:0 16px}.latest-plots .latest-plots-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;font-size:10px}.latest-plots .latest-plots-header h1{padding:0;margin:0;font-size:1.5rem}@media(max-width:640px){.latest-plots .latest-plots-header{padding:0 8px}}.latest-plots .latest-plots-all{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;text-decoration:none;border:1px solid rgba(78,119,34,.3);border-radius:.375rem;color:#4e7722;background-color:#4e77220d;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.latest-plots .latest-plots-all:hover{background-color:#4e772226}.latest-plots .latest-plots-all svg{width:1rem;height:1rem;flex-shrink:0}.latest-plots .latest-plots-items{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.latest-plots .latest-plots-items>*{display:flex;flex-direction:column}@media(max-width:1028px){.latest-plots .latest-plots-items{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.latest-plots .latest-plots-items{grid-template-columns:1fr;padding:0 8px}}.latest-plots .plot-info-container{margin-top:100px;padding:16px;display:flex;justify-content:space-between;align-items:center;background-color:#eef6e4b3;border:1px dashed rgba(78,119,34,.3);border-radius:8px}.latest-plots .plot-info-container div{display:flex;flex-direction:column;gap:4px}.latest-plots .plot-info-container div h6{font-weight:700;font-size:.9rem;margin:0}.latest-plots .plot-info-container div span{font-size:.8rem;color:#757575}@media(max-width:640px){.latest-plots .plot-info-container{flex-direction:column;gap:12px}}.latest-plots .plot-info-container button{color:#fff;border:none;padding:12px 16px;border-radius:8px;font-weight:400;cursor:pointer;transition:background-color .2s ease}.service-item{display:flex;align-items:flex-start;gap:16px;padding:20px;border-radius:12px;background:#fff;border:1px solid rgba(117,117,117,.3);transition:box-shadow .25s ease,transform .2s ease}.service-item:hover{box-shadow:0 6px 20px #00000026}.service-item .service-item-additional,.service-item .service-item-decsription{font-size:.875rem;color:#757575}.service-item .service-item-image{width:64px;height:64px;background-color:#f5f5f5;border-radius:6px;flex-shrink:0;display:flex;justify-content:center;align-items:center}.service-item .service-item-image img{width:90%;height:auto;object-fit:contain;display:block;transition:transform .3s ease}.service-item .service-item-main{display:flex;flex-direction:column;flex:1}.service-item .service-item-main h3{font-size:16px;font-weight:600;margin-bottom:6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.service-item .service-item-main .service-item-company{font-size:.9rem;color:#666;margin-bottom:6px}.service-item .service-item-main div{display:flex;align-items:center;gap:8px;margin-bottom:8px}.service-item .service-item-main div svg{flex-shrink:0;fill:none;stroke:#4e7722}.service-item .service-item-main div .orange-icon{stroke:#ef4444}.service-item .service-item-main div span{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.service-item .service-item-main .service-item-price{margin-top:4px}.service-item .service-item-main .service-item-price strong{font-weight:600}.service-item .service-item-main .button{margin-top:auto}.service-item .service-item-main .service-button{width:40%;font-size:12px;border-radius:8px;font-weight:400;padding:8px!important}@media(max-width:600px){.service-item{flex-direction:column;align-items:center}.service-item .service-item-main{width:100%}}.latest-services{max-width:916px;margin:16px auto;background-color:#f5f5f54d}.latest-services .latest-services-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;font-size:10px}.latest-services .latest-services-header h2{padding:0;margin:0;font-size:1.5rem}@media(max-width:640px){.latest-services .latest-services-header{padding:0 8px}}.latest-services .latest-services-all{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;text-decoration:none;border:1px solid rgba(78,119,34,.3);border-radius:.375rem;color:#4e7722;background-color:#4e77220d;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.latest-services .latest-services-all:hover{background-color:#4e772226}.latest-services .latest-services-all svg{width:1rem;height:1rem;flex-shrink:0}.latest-services .latest-services-items{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media(max-width:1028px){.latest-services .latest-services-items{grid-template-columns:repeat(1,1fr)}}.latest-services .service-info-container{margin-top:30px;padding:16px;display:flex;justify-content:space-between;align-items:center;border:1px solid #f7de94;border-radius:8px;background-image:linear-gradient(to right,#fcfcf380,#fff)}.latest-services .service-info-container div{display:flex;flex-direction:column;gap:4px}.latest-services .service-info-container div h6{font-weight:700;font-size:.9rem;margin:0}.latest-services .service-info-container div span{font-size:.8rem;color:#757575}@media(max-width:640px){.latest-services .service-info-container{flex-direction:column;gap:12px}}.latest-services .service-info-container button{background-color:#d97706;color:#fff;border:none;padding:12px 16px;border-radius:8px;font-weight:400;cursor:pointer;transition:background-color .2s ease;font-size:.875rem}.latest-services .service-info-container button:hover{background-color:#a75c05}.trusted-us-section{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;flex-wrap:wrap;gap:16px;padding:30px 0;margin-top:50px}.trusted-us-section h1{font-size:18px;margin:0}.trusted-us-section span{color:#757575}.trusted-us-section .partners-items{margin-top:30px;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:40px}.trusted-us-section .partner-item{height:60px;display:flex;align-items:center;justify-content:center}.trusted-us-section .partner-item img{max-height:100%;max-width:100%;object-fit:contain;margin:0;padding:0;filter:grayscale(100%);opacity:.7;transition:filter .3s ease,opacity .3s ease,transform .2s ease}.trusted-us-section .partner-item:hover img{filter:grayscale(0%);opacity:1;transform:scale(1.05)}.newest-container{display:flex;flex-direction:row;justify-content:center;align-items:flex-start}.newest-box{padding:0;width:80%;min-width:0}@media(max-width:1028px){.newest-box{width:100%}}.aside-banner{position:sticky;width:200px;margin-top:16px;top:calc(var(--header-bottom, 100px) + 16px);flex-shrink:0;align-self:flex-start}.aside-banner a{display:block;width:100%}.aside-banner img{width:100%;height:auto;display:block}@media(max-width:1028px){.aside-banner{display:none}}.newest-box .latest-plots{padding-top:16px}.banner-top{display:block;max-width:916px;width:calc(100% - 32px);margin:16px auto 0;border-radius:.5rem;overflow:hidden}.banner-top img{width:100%;height:auto;display:block}.banner-between{display:block;max-width:916px;width:calc(100% - 32px);margin:16px auto 0;border-radius:.5rem;overflow:hidden}.banner-between img{width:100%;height:auto;display:block}@keyframes banner-shimmer{0%{background-position:-800px 0}to{background-position:800px 0}}.aside-banner--skeleton,.banner-skeleton{border-radius:.5rem;background:linear-gradient(90deg,#f5f5f5 25%,#ebebeb,#f5f5f5 75%);background-size:1600px 100%;animation:banner-shimmer 1.6s ease-in-out infinite}.banner-skeleton--top{max-width:916px;width:calc(100% - 32px);margin:16px auto 0;aspect-ratio:728/90}.banner-skeleton--between{max-width:916px;width:calc(100% - 32px);margin:16px auto 0;aspect-ratio:970/250}.aside-banner--skeleton{position:sticky;width:200px;height:400px;top:calc(var(--header-bottom, 100px) + 16px);flex-shrink:0;align-self:flex-start}@media(max-width:1028px){.aside-banner--skeleton{display:none}}.home-energy-box{width:100%;padding:16px;display:flex;justify-content:center}@media(min-width:1029px){.home-energy-box{display:none}}.login-page{min-height:60vh;display:flex;align-items:center;justify-content:center;padding:2rem 0}.auth-page-box{max-width:400px;width:100%;padding:2rem;border-radius:12px;background:#f8f9fa;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:16px}.auth-page-box h1{margin:0 0 .5rem}.auth-page-box p{margin:0 0 1.5rem;color:#555}.auth-page-box .button-box{width:100%;display:flex;justify-content:center}.auth-page-error{color:#c00;font-size:.9rem;margin:.5rem 0 0!important}.auth-page-bottom{margin-top:1.5rem!important;font-size:.95rem}.auth-page-bottom a{color:#4e7722;font-weight:600;text-decoration:underline}.checkbox{cursor:pointer;display:flex;align-items:center;gap:8px;margin-bottom:20px}.checkbox.checked .checkbox-box{background:#4e7722;border-color:#4e7722}.checkbox.checked.disabled .checkbox-box{background:#757575;border-color:#757575}.checkbox-box{display:flex;align-items:center;justify-content:center;width:24px;min-width:24px;height:24px;border:1px solid #757575;border-radius:4px;background:#fff;transition:background .2s}.checkbox-label{-webkit-user-select:none;user-select:none}.registration-page.auth-page{min-height:60vh;display:flex;align-items:center;justify-content:center;padding:2rem 0}.registration-page .auth-page-box{max-width:400px;width:100%;padding:2rem;border-radius:12px;background:#f8f9fa}.registration-page .auth-page-box h1,.registration-page .auth-page-box h2{margin:0 0 .5rem}.registration-page .auth-page-box p{margin:0 0 1.5rem;color:#555}.registration-page .auth-page-error{color:#c00;font-size:.9rem;margin:.5rem 0 0!important}.registration-page .auth-page-bottom{margin-top:1.5rem!important;font-size:.95rem}.registration-page .auth-page-bottom a{color:var(--green, #0a7c42);font-weight:600}.auth-page-hint{margin:-.5rem 0 1rem!important;font-size:.85rem;color:#666}.auth-page-consents{margin:1rem 0}.auth-page-consents .checkbox{margin-bottom:.75rem}.auth-page-consents .checkbox-label{font-size:.9rem}.auth-page-required{color:#c00}.auth-page-checkbox{display:flex;align-items:center;gap:8px;margin:1rem 0}.auth-page-checkbox input{width:auto}.auth-page-checkbox label{margin:0;cursor:pointer}.products-items{display:flex;flex-wrap:wrap;gap:20px 30px;margin-bottom:20px}.products-items>div{flex:1 1 640px;padding:30px;border-radius:20px;background:#f5f5f5;display:flex;flex-direction:column;align-items:flex-start}.products-items>div div{display:flex;align-items:center;gap:24px;font-size:2em;font-weight:600}.products-items>div p{font-size:1.125em}.products-items>div .button{margin-top:auto}@media(max-width:767px){.products-items>div{padding:15px}}.area-popup{width:380px;font-family:inherit}.area-popup__header{margin-bottom:2px}.area-popup__name{font-size:17px;font-weight:700;color:#111;margin:0 0 4px;line-height:1.3}.area-popup__plot-id{font-size:13px;color:#666;margin:0}.area-popup__row{padding:10px 0;border-bottom:1px solid #e5e7eb;font-size:14px;color:#111}.area-popup__row:last-of-type{border-bottom:none}.area-popup__row--inline strong{font-weight:600}.area-popup__label{display:block;font-size:12px;color:#888;margin-bottom:3px}.area-popup__value{font-size:14px;font-weight:600;color:#111}.area-popup__details-btn{display:block;text-align:center;background:#4e7722;color:#fff;padding:11px 16px;border-radius:6px;text-decoration:none;font-weight:600;font-size:15px;margin-top:14px;transition:background .15s}.area-popup__details-btn:hover{background:#3d5e1a;color:#fff}.maplibregl-popup-content:has(.area-popup){padding:16px}.pagination{display:flex;align-items:center;justify-content:center;margin:30px 0;gap:6px;font-size:1em;font-weight:700}.pagination span{width:11px;text-align:center}.pagination button{font-family:Dosis,sans-serif;font-size:1em;font-weight:700;cursor:pointer;-webkit-user-select:none;user-select:none;text-align:center;width:44px;aspect-ratio:1;border-radius:50%;background:#eef6e4;padding:0;border:0}.pagination button.next,.pagination button.prev{display:flex;background:transparent}.pagination button.next svg,.pagination button.prev svg{margin:auto;fill:#4e7722}.pagination button[disabled]{opacity:.3}.pagination button.active{color:#fff;background:#4e7722}@media(max-width:1100px){.pagination{gap:6px;margin-top:20px}}.list-layout{padding:45px 0}.list-layout.with-map .container{max-width:80rem;display:flex;align-items:flex-start;row-gap:20px;column-gap:60px;max-width:2250px;margin-left:auto;margin-right:auto}@media(min-width:640px){.list-layout.with-map .container{padding-left:4rem;padding-right:4rem}}@media(max-width:1830px){.list-layout.with-map .container{margin-left:0}}@media(max-width:1600px){.list-layout.with-map .container{flex-direction:column}.list-layout.with-map .container .list-layout-main{order:1}.list-layout.with-map .container .list-layout-map{order:2;width:100%}}.list-layout-filters{display:flex;flex-wrap:wrap;gap:10px;margin:20px 0}.list-layout-filters>.form-input,.list-layout-filters>.form-dropdown,.list-layout-filters>.input-range{margin:0;flex:1}.list-layout-header-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.list-layout-header-row .list-layout-sort{min-width:250px;max-width:280px}.list-layout-header-row .list-layout-sort .form-dropdown{margin-bottom:0}.list-layout-main{flex:0 0 840px;max-width:100%;width:100%}.list-layout-main h1{margin-bottom:0}.list-layout-error{text-align:center;padding:20px 0;color:var(--color-error, #c00)}.list-layout-empty{text-align:center;padding:30px 0}.list-layout-items{display:flex;flex-direction:column;row-gap:20px;margin-top:20px}.list-layout-map{flex:auto;aspect-ratio:4/3;border-radius:.5rem;overflow:hidden}@media(min-width:1601px){.list-layout-map{aspect-ratio:1;position:sticky;top:150px}}.services-page .list-layout-filters .form-input{flex:1 1 100%}.services-page .list-layout-filters .form-dropdown{flex:1 1 350px}.pictures-gallery{margin-bottom:20px}.pictures-gallery img{width:100%}.pictures-gallery-main{margin-bottom:20px;border-radius:20px;overflow:hidden}.pictures-gallery-main img{aspect-ratio:16/9;object-fit:cover}.pictures-gallery-items{display:flex;flex-direction:row;flex-wrap:wrap;gap:20px}.pictures-gallery-items div{width:6rem;cursor:pointer;border-radius:14px;overflow:hidden;aspect-ratio:1}.pictures-gallery-items div.active{border:3px solid #4e7722}.pictures-gallery-items div.active img{border:2px solid white}.pictures-gallery-items img{object-fit:cover;aspect-ratio:1;border-radius:8px;overflow:hidden}@media(max-width:990px){.pictures-gallery-items{gap:8px}.pictures-gallery-main{margin-bottom:8px}}.files-to-download{display:flex;flex-direction:column;gap:14px}.files-to-download h2{margin:0;font-size:1.125rem;font-weight:600;border-bottom:1px solid #d0d0d0;padding-bottom:1rem}.files-to-download-item{display:flex;align-items:center;gap:12px;padding:12px 22px;font-size:1.14em;color:#4e7722;background:#f5f5f5;border-radius:100px}.files-to-download-item svg{fill:#4e7722;transition:fill .4s;min-width:24px}.files-to-download-item--locked svg{fill:transparent;transition:fill .4s;min-width:24px}.files-to-download-item strong{font-weight:500}.files-to-download-item span{margin-left:auto}.files-to-download-item{transition:all .4s}.files-to-download-item:hover{cursor:pointer}.files-to-download-item:hover strong{text-decoration:underline}@media(max-width:500px){.files-to-download-item{padding:10px 14px}}.data-rows{border:1px solid #e3e4e9;border-radius:.5rem;overflow:hidden;width:100%}.data-rows .locked-badge{margin:8px 12px}.data-rows__row{display:flex;font-size:.875rem}.data-rows__row--bordered{border-bottom:1px solid #e3e4e9}.data-rows__label{width:40%;padding:.625rem .75rem;background:#f5f6f480;color:#676f7e}.data-rows__value{width:60%;padding:.625rem .75rem;color:var(--foreground)}.data-rows__value a{color:#4e7722;text-decoration:underline}.locked-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border:1px solid #d9d9d9;border-radius:999px;background:#f7f7f7;color:#6b7280;cursor:pointer;font:inherit;transition:background .2s ease,border-color .2s ease,color .2s ease;font-size:inherit}.locked-badge:hover{background:#efefef;border-color:#c8c8c8}.locked-badge svg{width:16px;height:16px;flex-shrink:0}.service-view{display:flex;gap:30px;padding:30px 0}.service-view-main{flex:auto}.service-view-sidebar{flex:0 0 579px;display:flex;flex-direction:column;align-items:flex-start;gap:20px}.service-view-sidebar .info-lines{width:100%}@media(max-width:1240px){.service-view{flex-direction:column-reverse}}.plots-page .list-layout-filters>.form-input,.plots-page .list-layout-filters>.form-dropdown{flex:1 1 340px}.contacts{display:flex;flex-direction:column;gap:10px}.contacts div{display:flex;align-items:center;gap:10px}.contacts svg{fill:#4e7722}.contact-person-box{padding:30px;max-width:680px;display:flex;align-items:flex-start;gap:20px;border-radius:20px;border:2px solid #4e7722}.contact-person-box img{flex:0 0 216px;aspect-ratio:1;object-fit:cover;border-radius:12px;overflow:hidden}@media(max-width:700px){.contact-person-box{flex-wrap:wrap;padding:15px;gap:15px}}.company-item{display:flex;align-items:flex-start;gap:30px;padding:30px;border-radius:20px;background:#f5f5f5}.company-item.small-tile{flex-direction:row-reverse;column-gap:15px}.company-item.small-tile img{max-width:218px}@media(max-width:600px){.company-item.small-tile{flex-wrap:wrap;flex-direction:row;padding:15px;gap:15px}.company-item.small-tile .company-item-main{flex:1 1 100%}}.company-item-main{flex:auto}.company-item-head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;color:#111827;gap:8px;margin-bottom:12px}.company-item-head h1,.company-item-head h3{margin:0}.company-item-head span{display:flex;align-items:center;gap:10px;font-weight:700}.company-item-head span svg{fill:#111827}@media(max-width:900px){.company-item{flex-direction:column;padding:16px}.company-item-main{width:100%}}.arrows{display:flex;gap:10px}.arrows button{border-radius:50%;width:44px;min-width:44px;height:44px;background:#4e7722;display:flex;align-items:center;justify-content:center;padding:0;margin:0;border:0;cursor:pointer}.arrows button svg{fill:#fff}.arrows button:first-child{background:#eef6e4}.arrows button:first-child svg{fill:#4e7722}.carousel{padding:45px 0}.carousel .arrows{margin-top:30px}.carousel-wrap{overflow:hidden}.carousel-top{display:flex;flex-wrap:wrap;gap:10px 20px;justify-content:space-between;margin-bottom:30px}.carousel-top h2{margin:0}.carousel-items{display:flex;align-items:center;gap:30px;position:relative;left:0;transition:left .3s}.carousel-items .plot-item,.carousel-items .article-item{flex:0 0 427px}@media(max-width:650px){.carousel-items .plot-item,.carousel-items .article-item{flex:0 0 calc(100vw - 30px)}}.plot-add-info{padding:30px 0;margin-bottom:30px}.plot-add-info-head{cursor:pointer;display:flex;align-items:center;justify-content:space-between}.plot-add-info-head h2{margin:0}.plot-add-info-head svg{width:26px;stroke:#111827;transition:transform .2s}.plot-add-info-body{display:flex;flex-direction:column;gap:20px;padding-top:30px}.plot-add-info-body>div:not(.plot-add-info-heading){display:flex;align-items:center;gap:20px;font-weight:500;font-size:1.13em}.plot-add-info-body>div:not(.plot-add-info-heading)>div{flex:auto;height:1px;background:#4e7722}.plot-add-info-body>div:not(.plot-add-info-heading) .button{margin-left:auto}.plot-add-info-heading{font-weight:700;font-size:1.5em}.plot-add-info-heading strong{color:#4e7722}@media(max-width:600px){.plot-add-info-body>div:not(.plot-add-info-heading){flex-direction:column;align-items:flex-start;gap:10px}.plot-add-info-body>div:not(.plot-add-info-heading)>div{display:none}.plot-add-info-body>div:not(.plot-add-info-heading) .button{margin:0}}.plot-view-container{max-width:64rem;padding-top:2rem;padding-bottom:2rem;margin-left:auto;margin-right:auto;padding:1rem}.plot-view{display:flex;gap:30px;padding:30px 0}.plot-view .price-box{padding:1rem;background:#f5f6f480;border-radius:.5rem;width:100%}.plot-view .price-box__label{margin-top:0;margin-bottom:.25rem;font-size:.85rem;color:#676f7e}.plot-view .price-box__value{margin:0;font-size:1.5rem;line-height:2rem;font-weight:700}.plot-view .price-box__currency{font-size:1rem;font-weight:500}.plot-view .price-box .price-box-bottom{border-top:1px solid rgba(117,117,117,.5);display:flex;justify-content:space-between;align-items:center}.plot-view .price-box .price-box-bottom__label{margin-top:0;margin-bottom:.25rem;font-size:.85rem;color:#676f7e}.plot-view .price-box .price-box-bottom__price{font-weight:700;font-size:.95rem;color:#000}.plot-view .date-box{width:100%;display:flex;flex-direction:column;align-items:end}.plot-view-main{flex:auto}.plot-view-content{margin-top:24px;margin-bottom:2rem}.plot-view-content .content-heading{padding-bottom:1rem;border-bottom:1px solid #d0d0d0;margin:0 0 12px;font-size:1.125rem}.plot-view-content p{margin:0;color:#6b7280;font-size:.875rem}.plot-view-content a{color:#4e7722;text-decoration:underline}.plot-view-sidebar{flex:0 0 500px;display:flex;flex-direction:column;align-items:flex-start;gap:20px}.plot-view-sidebar .info-lines{width:100%}.plot-view-sidebar .plot-heading{margin:0;font-size:1.5rem}.plot-view-sidebar-buttons{display:flex;gap:20px}@media(max-width:940px){.plot-view{flex-direction:column-reverse}.plot-view-sidebar{flex:unset}}.plot-audit{margin-bottom:1.5rem}.plot-audit__title{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.125rem;line-height:1.75rem;font-weight:600;border-bottom:1px solid #d0d0d0;padding-bottom:1rem}.plot-audit__title .locked-badge{font-size:.875rem}.plot-audit__title-icon{width:1.25rem;height:1.25rem;color:#4e7722;flex-shrink:0}.plot-audit__table-wrap{border:1px solid #d0d0d0;border-radius:.5rem;overflow:hidden}.plot-audit__table{width:100%;border-collapse:collapse}.plot-audit__table--fixed{table-layout:fixed;min-width:760px}.plot-audit__table-scroll{width:100%;overflow-x:auto}.plot-audit__gpz-head{border-bottom:1px solid #d0d0d0;background:#0000000a}.plot-audit__gpz-head-label{padding:.5rem .75rem;font-size:.75rem;line-height:1rem;font-weight:500;color:#6b7280}.plot-audit__gpz-head-year{padding:.5rem;font-size:.75rem;line-height:1rem;font-weight:500;color:#6b7280;text-align:center}.plot-audit__gpz-row{border-bottom:1px solid #d0d0d0}.plot-audit__gpz-label{padding:.5rem .75rem;font-size:.875rem;line-height:1.25rem;color:#6b7280}.plot-audit__gpz-value{padding:.5rem;font-size:.875rem;line-height:1.25rem;text-align:center}.plot-audit__source{margin-top:.5rem;font-size:.75rem;line-height:1rem;color:#6b7280}.plot-audit__category-cell{padding:.5rem .75rem;font-size:.875rem;font-weight:600;border-bottom:1px solid #d0d0d0;background:#0000000f}.plot-audit__row{border-bottom:1px solid #d0d0d0}.plot-audit__row--no-border{border-bottom:none}.plot-audit__row-label{width:40%;padding:.5rem .75rem;font-size:.875rem;line-height:1.25rem;color:#6b7280}.plot-audit__row-value{padding:.5rem .75rem;font-size:.875rem;line-height:1.25rem}.plot-audit__score-label{width:40%;padding:.625rem .75rem;font-size:.875rem;line-height:1.25rem;color:#6b7280;vertical-align:middle}.plot-audit__score-cell{padding:.625rem .75rem}.plot-audit__score-inner{display:flex;align-items:center;gap:.75rem}.plot-audit__score-percent{font-size:1.125rem;line-height:1.75rem;font-weight:700}.plot-audit__score-points{font-size:.875rem;color:#6b7280}.plot-audit__score-badge{display:inline-flex;align-items:center;justify-content:center;padding:.125rem .625rem;border-radius:9999px;border-width:1px;border-style:solid;font-size:.75rem;font-weight:500}.plot-audit__score-badge--slaba{background:#fee2e2;color:#b91c1c;border-color:#fecaca}.plot-audit__score-badge--srednia{background:#fef3c7;color:#b45309;border-color:#fde68a}.plot-audit__score-badge--dobra{background:#d1fae5;color:#047857;border-color:#a7f3d0}.plot-audit__score-badge--bardzo-dobra{background:#dcfce7;color:#15803d;border-color:#bbf7d0}.locked-row-button{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border:1px solid #d9d9d9;border-radius:999px;background:#f7f7f7;color:#6b7280;cursor:pointer;font:inherit;transition:background .2s ease,border-color .2s ease,color .2s ease}.locked-row-button:hover{background:#efefef;border-color:#c8c8c8}.locked-row-button svg{width:16px;height:16px;flex-shrink:0}.locked-row td{padding:6px}.locked-cell{text-align:center;border-bottom:1px solid #d9d9d9;padding:0}.plot-audit-teaser{margin-bottom:1.5rem}.plot-audit-teaser__title{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.125rem;font-weight:600;border-bottom:1px solid #d0d0d0;padding-bottom:1rem}.plot-audit-teaser__title-icon{width:1.25rem;height:1.25rem;color:var(--muted-foreground);flex-shrink:0}.plot-audit-teaser__separator{margin-bottom:1rem}.plot-audit-teaser__box{padding:1.5rem;border:2px dashed #e3e4e9;border-radius:.75rem;background:#fdfdfd}.plot-audit-teaser__description{margin-bottom:1.25rem;font-size:.875rem;color:#6b7280}.plot-audit-teaser__grid{display:grid;grid-template-columns:1fr;gap:.75rem;margin-bottom:1.25rem}@media(min-width:640px){.plot-audit-teaser__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.plot-audit-teaser__card{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem;border:1px solid #d0d0d0;border-radius:.5rem;background:#fff}.plot-audit-teaser__card-icon-wrap{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;flex-shrink:0;border-radius:.375rem;background:#f5f6f4}.plot-audit-teaser__card-icon{width:1rem;height:1rem;color:var(--muted-foreground)}.plot-audit-teaser__card-content{min-width:0}.plot-audit-teaser__card-title{font-size:.875rem;margin:0}.plot-audit-teaser__card-description{margin-top:.125rem;margin-bottom:0;font-size:.75rem;color:#6b7280}.plot-audit-teaser__download{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem;padding:1rem;color:#111827;border:1px solid color-mix(in srgb,#4e7722 40%,transparent);border-radius:.5rem;background:color-mix(in srgb,#4e7722 5%,transparent);text-decoration:none;transition:background-color .2s ease;cursor:pointer}.plot-audit-teaser__download:hover{background:color-mix(in srgb,#4e7722 10%,transparent)}.plot-audit-teaser__download-icon{width:1.25rem;height:1.25rem;color:#4e7722;flex-shrink:0}.plot-audit-teaser__download-content{flex:1;min-width:0}.plot-audit-teaser__download-title{font-size:.875rem;font-weight:600;margin:0}.plot-audit-teaser__download-text{color:#6b7280;margin-bottom:0;margin-top:.25rem;font-size:.75rem}.plot-audit-teaser__download-arrow{width:1rem;height:1rem;color:var(--primary);flex-shrink:0}.plot-audit-teaser__cta-link{display:block;text-decoration:none}.plot-audit-teaser__cta-link button{width:100%}.plot-audit-teaser__button{width:100%;height:3rem;font-size:1rem;font-weight:600;gap:.5rem}.plot-audit-teaser__button-icon{width:1rem;height:1rem}.plot-audit-banner{margin-bottom:1.5rem;display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;border:2px solid #4e7722;border-radius:.75rem;background:color-mix(in srgb,#4e7722 10%,transparent);box-shadow:0 1px 2px #0f172a14}.plot-audit-banner__icon-wrap{display:flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;flex-shrink:0;border-radius:9999px;background:#4e7722;color:#fff;box-shadow:0 4px 6px #0f172a26}.plot-audit-banner__icon{width:2rem;height:2rem}.plot-audit-banner__content{min-width:0}.plot-audit-banner__title{margin:0;font-size:1rem;line-height:1.25;font-weight:800;letter-spacing:-.02em}.plot-audit-banner__subtitle{margin-top:.125rem;font-size:.875rem;line-height:1.25rem;color:#6b7280;margin-bottom:0}.plot-audit-banner__badge{margin-left:auto;display:inline-flex;align-items:center;border:1px solid transparent;border-radius:9999px;padding:.375rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:700;background:#4e7722;color:#fff;box-shadow:0 1px 2px #0f172a14;white-space:nowrap}.companies-page .list-layout-filters .form-input{flex:10 1 600px}.companies-page .list-layout-filters .form-dropdown{flex:1 1 300px}.realization-item{display:flex;flex-direction:column;align-items:flex-start;gap:10px;padding:20px;background:#eef6e4;border-radius:20px}.realization-item img{width:100%;aspect-ratio:16/9;border-radius:16px;overflow:hidden}.realization-item h3,.realization-item p{margin:0}.company-view{display:flex;gap:30px;padding:30px 0}.company-view-main{flex:auto}.company-view-main .carousel{padding:30px 0;border-top:1px solid #d0d0d0;border-bottom:1px solid #d0d0d0}.company-view-main .carousel:last-child{border:0}.company-view-main .carousel .container{padding:0}.company-view-main .carousel .carousel-items{gap:20px}.company-view-main .carousel .realization-item,.company-view-main .carousel .service-item{flex:0 0 585.5px}@media(max-width:640px){.company-view-main .carousel .realization-item,.company-view-main .carousel .service-item{flex:0 0 calc(100vw - 30px)}}.company-view-main .carousel .plot-item{flex:0 0 383.66px}@media(max-width:440px){.company-view-main .carousel .plot-item{flex:0 0 calc(100vw - 30px)}}.company-view-main .company-item{margin-bottom:30px}.company-view-main .company-item img{width:306px}.company-view-main .info-lines{margin-bottom:30px}.company-view-sidebar{flex:0 0 579px;display:flex;flex-direction:column;align-items:flex-start;gap:20px}.company-view-sidebar .info-lines{width:100%}@media(max-width:1240px){.company-view{flex-direction:column-reverse}.company-view-sidebar{flex:auto}}.article-item{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.article-item img{width:100%;aspect-ratio:16/9}.article-item h3,.article-item p{margin:0}.articles-form{display:flex;align-items:center;gap:10px;padding:0 24px;height:100px;background:#fff;border-radius:12px;border:1px solid #d0d0d0;max-width:1800px}.articles-form>svg{fill:#4e7722}.articles-form>div{display:flex;height:100%;border-left:1px solid #d0d0d0;padding-left:24px}.articles-form>div .button{margin:auto}.articles-form input{flex:auto;border:0;padding:0 10px;outline:none}@media(max-width:900px){.articles-form{height:80px;padding:0 16px}.articles-form>div{padding-left:16px}.articles-form input{padding:0}}@media(max-width:550px){.articles-form{height:70px;padding:0 10px}.articles-form>div{padding-left:10px}.articles-form>svg{display:none}}.articles-top-section{background-size:cover;background-position:50% 50%;padding:26px 15px 45px}.articles-top-section .page-title{margin-bottom:45px;color:#fff}.articles-top-section .page-title:after{background:#fff}.articles-top-section .articles-form{margin:0 auto}.articles-page .article-items{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:30px;padding:40px 0}@media(max-width:450px){.articles-page .article-items{grid-template-columns:1fr}}.important-links div{display:flex;flex-direction:column;gap:14px;margin-bottom:28px}.important-links div h3{margin:0}.important-links a{font-size:1.14em;font-weight:500;display:flex;align-items:center;gap:12px;padding:12px 22px;color:#111827;border:2px solid #4e7722;border-radius:100px;transition:background .4s}.important-links a svg{fill:#4e7722;min-width:24px}.important-links a:hover{text-decoration:underline;background:#f5f5f5}@media(max-width:500px){.important-links a{padding:10px 14px}}.important-links a.social{background:#f5f5f5;padding:12px;border:0}.article-view{padding:45px 15px;max-width:1219px;margin:0 auto}.article-view .page-title{text-align:left;margin-bottom:35px}.article-view .page-title:after{left:0}.article-view-main-img{border-radius:20px;overflow:hidden;margin-bottom:20px}.about-container{width:100%;display:flex;flex-direction:column;align-items:center;gap:20px}.about-container .about-header{width:100%;height:180px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;background-color:#2563eb;background-image:linear-gradient(to bottom right,#2563eb,#1e40af)}.about-container .about-header h1{font-size:2rem}.about-container .about-header div{font-size:1.2rem}.about-container .img-container{background-color:#fff;padding:20px 60px;border-radius:6px}.about-container .img-container img{max-width:670px;width:100%;object-fit:contain}.about-container .description-container{display:flex;flex-direction:column;gap:40px;max-width:64rem;padding:0 20px}.about-container .description-container .about-project-box{line-height:1.5;font-size:1.25em}.about-container .description-container .bold{font-weight:700}.about-container .description-container .project-box{display:flex;flex-direction:column;gap:8px;background-color:#f5f5f54d;padding:12px;width:200px}.about-container .description-container .project-box .label{color:#757575}.about-container .description-container .box-header{display:flex;align-items:center;gap:8px}.about-container .description-container .box-header span{font-size:1.6em;font-weight:700}.about-container .description-container .box-header svg{stroke:#4e7722}.about-container .description-container .box-description{font-size:1.3em;color:#757575;line-height:1.5}.about-container .description-container .box-cards{margin:auto;display:grid;gap:1.5rem}@media(max-width:640px){.about-container .description-container .box-cards{grid-template-columns:repeat(1,minmax(0,1fr))}}@media(min-width:640px){.about-container .description-container .box-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}.about-container .description-container .box-cards .box-badge{width:32px;height:32px;min-width:32px;border-radius:50%;background-color:#4e7722;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:600}.about-container .description-container .box-cards .box-card{display:flex;border-radius:6px;align-items:center;gap:8px;font-size:1.1em;padding:12px;background-color:#4e77220d}.about-container .description-container .box-list{font-size:1.3em;color:#757575;margin:0;padding:0 16px;line-height:1.5}.about-container .description-container .box-hashtag{display:flex;justify-content:center;font-size:1.6em;font-weight:700;color:#2563eb}.about-container .description-container .funding-container{padding:20px 0}.about-container .description-container .funding-container .funding-box{padding:20px;background-color:#f5f5f580;border:6px;display:flex;flex-direction:column}.about-container .description-container .funding-container .funding-box .item{display:flex;justify-content:space-between;padding:12px 0;font-size:1.25em}.about-container .description-container .funding-container .funding-box .border-bottom{border-bottom:1px solid rgba(117,117,117,.3)}.about-container .description-container .funding-container .funding-box .label{font-weight:700;color:#000}.about-container .description-container .funding-container .funding-box .green{color:#4e7722}.about-container .description-container .founder-text{border-top:1px solid rgba(117,117,117,.5);padding:20px 0 50px;font-size:.9rem;color:#757575;width:100%;text-align:center}.accordion-item{border:1px solid #e2e4e9;padding:1rem;border-radius:.75rem}.accordion-item .accordion-head{cursor:pointer;display:flex;align-items:center}.accordion-item .accordion-head svg{width:12px;margin-left:auto}.accordion-item .accordion-head .accordion-item-title{font-weight:600;font-size:1rem}.accordion-item .accordion-head:hover{text-decoration:underline}.accordion-item .accordion-body{margin-top:1rem;font-size:.875rem;color:#757575}.faq{max-width:48rem;margin-left:auto;margin-right:auto;padding:3.5rem 0;padding:0 1rem 1rem}.faq .faq-title{font-size:1.5rem;font-weight:700;text-align:center;margin-bottom:2rem}.faq .questions{display:flex;flex-direction:column;gap:.5rem}.faq .questions ul,.faq .questions ol{padding-left:1.25rem}.faq .questions ul li+li,.faq .questions ol li+li{margin-top:.5em}.audit-result{display:flex;flex-direction:column;gap:1.5rem;margin-top:1.5rem;animation:audit-fade-in .5s ease-out both}.audit-result__card{border-radius:.75rem;border:1px solid #e5e7eb;background-color:#fff}.audit-result__card--highlight{border-color:#4e762d40;background-color:#edeee9}.audit-result__card--cta{border-color:#e4e6e9}.audit-result__card-content{padding:1.5rem}.audit-result__header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.audit-result__header-icon{height:1.125rem;width:1.125rem;color:#4e762d}.audit-result__title{font-size:1.125rem;font-weight:700;color:#111827;margin:0}.audit-result__income-box{background-color:#fff;border-radius:.75rem;border:1px solid rgba(78,118,45,.25);padding:1.5rem;text-align:center;margin-bottom:1.5rem}.audit-result__income-label{font-size:.875rem;color:#6b7280;margin-bottom:.25rem}.audit-result__income-value{margin:0;font-size:1.75rem;line-height:1.2;font-weight:700;color:#4e762d}@media(min-width:768px){.audit-result__income-value{font-size:2rem}}.audit-result__income-sub{font-size:.875rem;color:#6b7280;margin-top:.25rem}.audit-result__params{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:.75rem}@media(min-width:640px){.audit-result__params{grid-template-columns:repeat(3,minmax(0,1fr))}}.audit-result__param{text-align:center;padding:.75rem;background-color:#fff;border-radius:.5rem;border:1px solid #e5e7eb}.audit-result__param-label{font-size:.75rem;color:#6b7280;margin-bottom:.15rem}.audit-result__param-value{margin:0;font-size:1.125rem;font-weight:700;color:#111827}.audit-result__cta-main{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem}.audit-result__cta-icon{justify-content:center;align-items:center;display:flex;width:2.5rem;height:2.5rem;border-radius:.65rem;background-color:#e8eae2;flex-shrink:0;margin-top:.15rem}.audit-result__cta-icon svg{color:#4e762d;width:1.25rem;height:1.25rem}.audit-result__cta-title{font-size:1rem;font-weight:700;color:#111827;margin-bottom:.25rem;margin-top:0}.audit-result__cta-text{font-size:.875rem;color:#4b5563;line-height:1.6;margin:0}.audit-result__grid{display:grid;grid-template-columns:1fr;gap:.5rem;margin-top:.5rem;margin-bottom:.5rem;padding-left:3rem}@media(min-width:640px){.audit-result__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.audit-result__grid__item{display:flex;gap:.5rem}.audit-result__grid__item svg{color:#4e762d;width:1rem;height:1rem}.audit-result__grid__item span{font-size:.875rem;color:#4b5563}.audit-result__actions{margin-top:.75rem;display:flex;flex-direction:column;gap:.75rem}.audit-result__btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;border-radius:.5rem;font-size:.875rem;padding:.6rem 1rem;border:1px solid transparent;cursor:pointer;height:2.75rem;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.audit-result__btn--primary{background-color:#4e762d;color:#f9fafb;border-color:#4e762d}.audit-result__btn--primary:hover{background-color:#4e762de6}.audit-result__btn--outline{background-color:transparent;color:#4e762d;border-color:#4e762d44;text-decoration:none}.audit-result__btn--outline:hover{background-color:#53793415}.audit-result__btn--icon{height:1rem;width:1rem}.audit-result__hint{font-size:.75rem;color:#6b7280;text-align:center;margin:0}@keyframes audit-fade-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.plot-checker{background-color:#f4f4f5;padding:3.5rem 1rem}.plot-checker__container{max-width:48rem;margin:0 auto}.plot-checker__header{text-align:center;margin-bottom:2rem}.plot-checker__header h2{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:.5rem}.plot-checker__header p{font-size:.875rem;color:#6b7280;margin:0}.plot-checker__card{background:#fff;border-radius:.5rem;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0f172a14}.plot-checker__card-content{padding:1.5rem}.plot-checker__mode-switch{display:flex;gap:.5rem;margin-bottom:1.5rem}.plot-checker__btn{height:2.25rem;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;font-size:.875rem;font-weight:500;padding:.5rem .75rem;border-radius:calc(.5rem - 2px);border:1px solid transparent;cursor:pointer;transition:background-color .15s ease,color .15s ease,border-color .15s ease;width:100%;background-color:#fff;color:#111827;border-color:#d1d5db}.plot-checker__btn--primary{background-color:#4e762d;border-color:#4e762de6;color:#f9fafb}.plot-checker__btn--primary:hover{background-color:#4e762de6}.plot-checker__btn--outline{background-color:#fff;color:#111827}.plot-checker__btn--outline:hover{color:#f9fafb;background-color:#4e762d}.plot-checker__btn--full{height:2.5rem;width:100%;margin-top:1.25rem;padding-top:.6rem;padding-bottom:.6rem}.plot-checker__btn--full span{line-height:1.25rem}.plot-checker__btn-icon{fill:none!important;stroke-color:black;width:1rem;height:1rem}.plot-checker__numer{display:flex;flex-direction:column;gap:1rem}.plot-checker__radio-group{display:flex;gap:1rem;flex-wrap:wrap}.plot-checker__radio-item{display:flex;align-items:center;gap:.4rem;font-size:.875rem;cursor:pointer}.plot-checker__radio-item input[type=radio]{width:.9rem;height:.9rem;accent-color:rgba(78,118,45,.9019607843)}.plot-checker__field{display:flex;flex-direction:column}.plot-checker__label{font-size:.875rem;font-weight:500;color:#111827;margin-bottom:.25rem}.plot-checker__input,.plot-checker__select{border-radius:calc(.5rem - 2px);border:1px solid #d1d5db;padding:.5rem .75rem;font-size:.875rem;outline:none;background-color:#fff}.plot-checker__input:focus,.plot-checker__select:focus{border-color:#111827;box-shadow:0 0 0 1px #111827}.plot-checker__input:disabled,.plot-checker__select:disabled{background-color:#f9fafb;color:#9ca3af;cursor:not-allowed}.plot-checker__hint{font-size:.75rem;color:#6b7280;margin-top:.25rem;margin-bottom:0}.plot-checker__grid{display:grid;grid-template-columns:1fr;gap:.75rem}@media(min-width:640px){.plot-checker__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.plot-checker__map{display:flex;flex-direction:column;gap:.75rem}.plot-checker__map-text{font-size:.875rem;margin:0;color:#6b7280}.plot-checker__map-container{height:350px;width:100%;border-radius:.5rem;border:1px solid #e5e7eb;overflow:hidden}.plot-checker__coords{font-size:.75rem;margin:0;color:#6b7280}.plot-checker__plot{font-size:.875rem;margin:0;color:#6b7280}.rotating-hero{height:200px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}@media(min-width:768px){.rotating-hero{height:180px}}.rotating-hero__header{font-size:1.75rem;font-weight:700;margin-bottom:1rem}@media(min-width:768px){.rotating-hero__header{font-size:2.25rem}}.rotating-hero__sub{font-size:1rem;max-width:42rem;margin:0 auto;transition-delay:80ms}.rotating-hero__text--visible{opacity:1;transform:translateY(0);transition:opacity .5s ease-out,transform .5s ease-out}.rotating-hero__text--exiting{opacity:0;transform:translateY(1rem);transition:opacity .5s ease-in,transform .5s ease-in}.rotating-hero__text--entering{opacity:0;transform:translateY(-1rem)}.hero-title{background-image:linear-gradient(to bottom right,#55762f,#769158);color:var(--color-primary-foreground, #f9fafb);padding:4rem 0}.hero-title__inner{max-width:64rem;margin:0 auto;padding:0 1rem;text-align:center}.hero-title__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem 1rem;border-radius:9999px;margin-bottom:1.5rem;font-size:.875rem;background-color:#ffffff1a}.hero-title__badge-icon{width:1rem;height:1rem}.hero-title__actions{display:flex;flex-direction:column;gap:.75rem;justify-content:center;margin-top:1rem}@media(min-width:640px){.hero-title__actions{flex-direction:row}}.hero-title__primary-btn{display:inline-block;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;text-decoration:none;color:#4e7722;background-color:#fff;transition:background-color .15s ease}.hero-title__primary-btn:hover{background-color:#ffffffe6}.hero-title__secondary-btn{padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;border:1px solid rgba(255,255,255,.4);background:transparent;font-size:1rem;color:#fff;cursor:pointer;transition:background-color .15s ease}.hero-title__secondary-btn:hover{background-color:#ffffff1a}.bonus-section{max-width:64rem;margin:0 auto;padding:2.5rem 1rem}.bonus-box{position:relative;overflow:hidden;padding:2rem;border-radius:1rem;border:2px solid #6ee7b7;box-shadow:0 25px 50px -12px #00000040;background:linear-gradient(to right,#10b981,#16a34a,#0d9488)}@media(min-width:768px){.bonus-box{padding:2.5rem}}.bonus-icon{position:absolute;fill:#ffffff4d;color:#ffffff4d;pointer-events:none}.bonus-icon--sparkles.bonus-icon--top-right{top:1rem;right:1.5rem;width:2rem;height:2rem;opacity:.3}.bonus-icon--sparkles.bonus-icon--bottom-left{bottom:1rem;left:1.5rem;width:1.5rem;height:1.5rem;opacity:.2}.bonus-icon--gift{top:1.5rem;left:2.5rem;width:2.5rem;height:2.5rem;opacity:.15;transform:rotate(12deg)}.bonus-content{position:relative;text-align:center}.bonus-badge{display:inline-block;margin-bottom:1rem;padding:.25rem .75rem;font-size:.75rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em;border-radius:9999px;background-color:#fff;color:#047857}.bonus-title{margin-bottom:.5rem;font-size:1.5rem;font-weight:900;color:#fff}@media(min-width:768px){.bonus-title{font-size:1.875rem}}.bonus-title__underline{text-decoration:underline;text-decoration-thickness:4px;text-decoration-color:#fff9}.bonus-text{max-width:36rem;margin:0 auto 1.5rem;font-size:1rem;color:#ffffffe6}@media(min-width:768px){.bonus-text{font-size:1.125rem}}.bonus-button{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:1rem;font-weight:700;color:#fff;background-color:#0f172a;border-radius:.5rem;text-decoration:none;box-shadow:0 10px 15px -3px #0f172a80;transition:background-color .15s ease}.bonus-button:hover{background-color:#1e293b}.bonus-button__icon{width:1rem;height:1rem}.benefits-section{max-width:64rem;margin:0 auto;padding:3.5rem 1rem}.benefits-section__title{font-size:1.25rem;font-weight:700;text-align:center;margin-bottom:2rem;color:var(--color-foreground, #111827)}.benefits-section__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:640px){.benefits-section__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.benefits-section__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.benefit-card{border:1px solid var(--color-border, #e5e7eb);border-radius:.75rem;padding:1.25rem;background-color:var(--color-card, #ffffff)}.benefit-card__icon{width:2rem;height:2rem;margin-bottom:.75rem;color:#4e7722}.benefit-card__title{font-size:inherit;font-weight:600;margin-bottom:.25rem;color:var(--color-foreground, #111827)}.benefit-card__desc{font-size:.875rem;color:var(--color-muted-foreground, #6b7280)}.owner-section{max-width:64rem;margin:0 auto;padding:3.5rem 1rem}.owner-section__title{font-size:1.25rem;font-weight:700;text-align:center;margin-bottom:2rem;color:var(--color-foreground, #111827)}.owner-section__grid{display:grid;gap:1.25rem}@media(min-width:640px){.owner-section__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.owner-card{border:1px solid var(--color-border, #e5e7eb);border-radius:.75rem;padding:1.25rem;background-color:var(--color-card, #ffffff)}.owner-card__stars{display:flex;gap:.25rem;margin-bottom:.75rem}.owner-card__star{width:1rem;height:1rem;fill:#fbbf24;color:#fbbf24}.owner-card__quote{font-size:.875rem;color:var(--color-muted-foreground, #6b7280);margin-bottom:1rem;font-style:italic}.owner-card__name{font-size:.875rem;font-weight:600;color:var(--color-foreground, #111827)}.owner-card__location{font-size:.75rem;color:var(--color-muted-foreground, #6b7280)}.plot-owner-page .plot-owner-content{padding:0 0rem}.case-studies-section{margin:0 auto;padding:3.5rem 1rem}.case-studies-section__title{font-size:1.5rem;font-weight:700;text-align:center;color:var(--color-foreground, #111827)}.case-studies-section__description{font-size:1rem;font-weight:400;text-align:center;margin-bottom:2rem;color:#757575}.case-studies-section__grid{max-width:64rem;margin:auto;display:grid;gap:1.25rem}@media(min-width:1029px){.case-studies-section__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:1028px){.case-studies-section__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.case-studies-section__grid{grid-template-columns:repeat(1,minmax(0,1fr))}}.case-studies-card{border:1px solid var(--color-border, #e5e7eb);border-radius:.75rem;padding:1.25rem;background-color:var(--color-card, #ffffff);cursor:pointer;transition:box-shadow .3s ease,transform .3s ease}.case-studies-card:hover{box-shadow:0 8px 16px #0003}.case-studies-card__type{font-size:.875rem;color:#d97706;font-weight:700;margin-bottom:1rem}.case-studies-card__title{font-size:1rem;font-weight:600;color:var(--color-foreground, #111827)}.case-studies-card__description{font-size:.875rem;color:var(--color-muted-foreground, #6b7280)}.case-studies-card__links{display:flex;flex-direction:column;gap:6px}.case-studies-card__link{margin:0;font-size:.75rem;color:#d97706;transition:color .2s ease-in;display:flex;align-items:center;gap:6px}.case-studies-card__link:hover{color:#f59e0b}.case-studies-card__analysis_link{margin:0;font-size:.75rem;color:#059669;font-weight:700;transition:color .2s ease-in;display:flex;align-items:center;gap:6px}.case-studies-card__analysis_link:hover{color:#10b981}.industry-hero-title{background-color:#f59e0b;background-image:linear-gradient(to bottom right,#f59e0b,#d97706);padding:4rem 0}.industry-hero-title__inner{max-width:64rem;margin:0 auto;padding:0 1rem;text-align:center}.industry-hero-title__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem 1rem;border-radius:9999px;margin-bottom:1.5rem;font-size:.875rem;background-color:#ffffff1a;color:#fff}.industry-hero-title__badge-icon{width:1rem;height:1rem}.industry-hero-title__actions{display:flex;flex-direction:column;gap:.75rem;justify-content:center;margin-top:1rem}@media(min-width:640px){.industry-hero-title__actions{flex-direction:row}}.industry-hero-title .hero-box{height:200px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff}@media(min-width:768px){.industry-hero-title .hero-box{height:180px}}.industry-hero-title .hero-box__header{font-size:1.75rem;font-weight:700;margin-bottom:1rem}@media(min-width:768px){.industry-hero-title .hero-box__header{font-size:2.25rem}}.industry-hero-title .hero-box__sub{font-size:1rem;max-width:42rem;margin:0 auto;transition-delay:80ms}.industry-hero-title__primary-btn{display:flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;text-decoration:none;color:#d97706;background-color:#fff;transition:background-color .15s ease}.industry-hero-title__primary-btn:hover{background-color:#ffffffe6}.industry-hero-title__gift-btn{display:flex;align-items:center;justify-content:center;gap:6px;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;text-decoration:none;color:#fff;background-color:#10b981;transition:background-color .15s ease}.industry-hero-title__gift-btn:hover{background-color:#059669}.industry-hero-title__secondary-btn{padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;border:1px solid rgba(255,255,255,.4);background:transparent;font-size:1rem;color:#fff;cursor:pointer;transition:background-color .15s ease}.industry-hero-title__secondary-btn:hover{background-color:#ffffff1a}.industry-bonus-section{max-width:64rem;margin:0 auto;padding:2.5rem 1rem}.industry-bonus-box{position:relative;overflow:hidden;padding:2rem;border-radius:1rem;border:2px solid #FDE047;box-shadow:0 25px 50px -12px #00000040;background:linear-gradient(to right,#facc15,#f59e0b,#f97316)}@media(min-width:768px){.industry-bonus-box{padding:2.5rem}}.industry-bonus-icon{position:absolute;fill:#ffffff4d;color:#ffffff4d;pointer-events:none}.industry-bonus-icon--sparkles.industry-bonus-icon--top-right{top:1rem;right:1.5rem;width:2rem;height:2rem;opacity:.3}.industry-bonus-icon--sparkles.industry-bonus-icon--bottom-left{bottom:1rem;left:1.5rem;width:1.5rem;height:1.5rem;opacity:.2}.industry-bonus-icon--gift{top:1.5rem;left:2.5rem;width:2.5rem;height:2.5rem;opacity:.15;transform:rotate(12deg)}.industry-bonus-content{position:relative;text-align:center}.industry-bonus-badge{display:inline-block;margin-bottom:1rem;padding:.25rem .75rem;font-size:.75rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em;border-radius:9999px;background-color:#fff;color:#047857}.industry-bonus-title{margin-bottom:.5rem;font-size:1.5rem;font-weight:900;color:#fff}@media(min-width:768px){.industry-bonus-title{font-size:1.875rem}}.industry-bonus-title__underline{text-decoration:underline;text-decoration-thickness:4px;text-decoration-color:#fff9}.industry-bonus-text{max-width:36rem;margin:0 auto 1.5rem;font-size:1rem;color:#ffffffe6}@media(min-width:768px){.industry-bonus-text{font-size:1.125rem}}.industry-bonus-button{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:1rem;font-weight:700;color:#fff;background-color:#0f172a;border-radius:.5rem;text-decoration:none;box-shadow:0 10px 15px -3px #0f172a80;transition:background-color .15s ease}.industry-bonus-button:hover{background-color:#1e293b}.industry-bonus-button__icon{width:1rem;height:1rem}.availabilities-section{min-width:100%;margin:0 auto;padding:3.5rem 1rem;background-color:#f4f4f5}.availabilities-section__title{font-size:1.35rem;font-weight:700;text-align:center;color:var(--color-foreground, #111827)}.availabilities-section__grid{max-width:64rem;margin:auto;display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:640px){.availabilities-section__grid{grid-template-columns:repeat(1,minmax(0,1fr))}}@media(min-width:1024px){.availabilities-section__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.availabilities-card{border:1px solid var(--color-border, #e5e7eb);border-radius:.75rem;padding:1.25rem;background-color:var(--color-card, #ffffff)}.availabilities-card__icon{width:2rem;height:2rem;margin-bottom:.75rem;color:#d97706}.availabilities-card__title{font-size:1rem;font-weight:600;margin-bottom:.25rem;color:var(--color-foreground, #111827)}.availabilities-card__desc{font-size:.875rem;color:var(--color-muted-foreground, #6b7280)}.for-industry-section{min-width:100%;margin:0 auto;padding:3.5rem 1rem}.for-industry-section__title{font-size:1.35rem;font-weight:700;text-align:center;color:var(--color-foreground, #111827)}.for-industry-section__description{font-size:.95rem;font-weight:400;text-align:center;margin-bottom:2rem;color:#757575}.for-industry-section__grid{max-width:64rem;margin:auto;display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:640px){.for-industry-section__grid{grid-template-columns:repeat(1,minmax(0,1fr))}}@media(min-width:1024px){.for-industry-section__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.for-industry-card{border:1px solid var(--color-border, #e5e7eb);border-radius:.75rem;padding:1.25rem;background-color:var(--color-card, #ffffff)}.for-industry-card__icon{width:2rem;height:2rem;margin-bottom:.75rem;color:#d97706}.for-industry-card__title{font-size:1rem;font-weight:600;margin-bottom:.25rem;color:var(--color-foreground, #111827)}.for-industry-card__desc{font-size:.875rem;color:var(--color-muted-foreground, #6b7280)}.industry-buttons{display:flex;flex-direction:row;justify-content:center;padding:3.5rem 1rem;gap:12px;padding-bottom:60px}@media(max-width:640px){.industry-buttons{flex-direction:column}.industry-buttons__primary-btn,.industry-buttons__secondary-btn{width:100%;text-align:center}}.industry-buttons__primary-btn{cursor:pointer;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;border:none;font-size:1.1rem;text-decoration:none;color:#fff;background-color:#f59e0b;transition:background-color .15s ease}.industry-buttons__primary-btn:hover{background-color:#d97706}.industry-buttons__secondary-btn{padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;border:1px solid rgba(117,117,117,.3);background:transparent;font-size:1rem;color:#000;cursor:pointer;transition:background-color .15s ease}.industry-buttons__secondary-btn:hover{background-color:#7575751a}.what-we-do-section{min-width:100%;margin:0 auto;padding:3.5rem 1rem;background-color:#1f262e;color:#fff}.what-we-do-section__title{font-size:1.35rem;font-weight:700;text-align:center}.what-we-do-section__description{font-size:.95rem;font-weight:400;text-align:center;margin-bottom:2rem}.what-we-do-section__grid{max-width:64rem;margin:auto;display:grid;grid-template-columns:1fr;gap:1.5rem;padding-bottom:30px}@media(min-width:768px){.what-we-do-section__grid{grid-template-columns:repeat(1,minmax(0,1fr))}}@media(min-width:1024px){.what-we-do-section__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.what-we-do-section__text{line-height:1.5}.what-we-do-section__list_title{font-weight:700}.what-we-do-section__list{line-height:1.5;padding:12px;margin:0}.what-we-do-section__button-box{display:flex;justify-content:center}.what-we-do-section__gift-btn{display:flex;align-items:center;gap:6px;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;text-decoration:none;color:#fff;background-color:#10b981;transition:background-color .15s ease;cursor:pointer}.what-we-do-section__gift-btn:hover{background-color:#059669}.industry-page .trusted-us-section{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;flex-wrap:wrap;gap:16px;padding:2.5rem 0;margin-top:0}.industry-page .trusted-us-section h1{font-size:1.5rem;margin:0}.industry-page .trusted-us-section span{color:#757575}.industry-page .trusted-us-section .partners-items{margin-top:30px;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:40px}.industry-page .trusted-us-section .partner-item{height:60px;display:flex;align-items:center;justify-content:center}.industry-page .trusted-us-section .partner-item img{max-height:100%;max-width:100%;object-fit:contain;margin:0;padding:0;filter:grayscale(100%);opacity:.7;transition:filter .3s ease,opacity .3s ease,transform .2s ease}.industry-page .trusted-us-section .partner-item:hover img{filter:grayscale(0%);opacity:1;transform:scale(1.05)}.stats-section{padding:3.5rem 0}.stats-section__container{max-width:64rem;margin:0 auto;padding:0 1rem}.stats-section__heading{margin:0 0 .5rem;font-size:1.5rem;font-weight:700;text-align:center}.stats-section__intro{margin:0 0 2.5rem;color:#6b7280;text-align:center}.stats-section__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:640px){.stats-section__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.stats-section__item{text-align:center}.stats-section__value{margin-bottom:.5rem;color:#d97706;font-size:2.25rem;font-weight:700;line-height:1.1}@media(min-width:768px){.stats-section__value{font-size:3rem}}.stats-section__label{color:#6b7280;font-size:.875rem;line-height:1.375}.gminy-browser{display:flex;flex-direction:column;gap:1.5rem;margin:0 auto}.gminy-browser__filters{display:flex;flex-direction:column;gap:.75rem}@media(min-width:640px){.gminy-browser__filters{flex-direction:row}}.gminy-browser__search{position:relative;flex:1}.gminy-browser__search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);width:1rem;height:1rem;color:#6b7280}.gminy-browser__search-input{width:100%;padding:.625rem 1rem .625rem 2.5rem;font-size:.875rem;border-radius:.5rem;border:1px solid #e5e7eb;outline:none;transition:box-shadow .15s ease,border-color .15s ease}.gminy-browser__search-input:focus{box-shadow:0 0 0 2px #4e772233;border-color:#4e7722}.gminy-browser__wojewodztwo{position:relative}.gminy-browser__wojewodztwo .form-dropdown label{display:none}.gminy-browser__wojewodztwo .form-dropdown{display:flex;flex-direction:column;min-width:220px;width:100%}.gminy-browser__wojewodztwo-button{display:flex;align-items:center;gap:.5rem;padding:.625rem 1rem;font-size:.875rem;border-radius:.5rem;border:1px solid #e5e7eb;background-color:var(--color-background)}@media(min-width:640px){.gminy-browser__wojewodztwo-button{width:auto}}.gminy-browser__wojewodztwo-label{font-size:.875rem;color:#6b7280}.gminy-browser__wojewodztwo-label--selected{text-transform:capitalize}.gminy-browser__wojewodztwo-dropdown{position:absolute;top:100%;left:0;right:0;margin-top:.25rem;background-color:var(--color-background);border-radius:.5rem;border:1px solid var(--color-border);box-shadow:0 10px 25px #0f172a26;z-index:50;max-height:15rem;overflow-y:auto}.gminy-browser__wojewodztwo-option{width:100%;text-align:left;padding:.5rem 1rem;font-size:.875rem;background:transparent;border:none;color:var(--color-foreground);cursor:pointer;transition:background-color .15s ease}.gminy-browser__wojewodztwo-option:hover{background-color:var(--color-secondary)}.gminy-browser__wojewodztwo-option--capitalize{text-transform:capitalize}.gminy-browser__wojewodztwo-option--active{background-color:var(--color-secondary);font-weight:500;color:var(--color-primary)}.gminy-browser__sort-row{display:flex;flex-direction:column;gap:.75rem}@media(min-width:640px){.gminy-browser__sort-row{flex-direction:row;align-items:center;justify-content:space-between}}.gminy-browser__sort-group{display:flex;align-items:center;gap:.5rem}.gminy-browser__sort-label{font-size:.75rem;color:#6b7280}.gminy-browser__sort-button{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;font-size:.75rem;border-radius:.5rem;border:1px solid #e5e7eb;background-color:transparent;color:#6b7280;transition:background-color .15s ease,color .15s ease,border-color .15s ease;cursor:pointer}.gminy-browser__sort-button:hover{background-color:#4e77221a}.gminy-browser__sort-button--pv-active{background-color:#f59e0b26;border-color:#f59e0b66;color:#92400e;font-weight:600}.gminy-browser__sort-button--pv-active:hover{background-color:#f59e0b33}.gminy-browser__sort-button--wind-active{background-color:#3b82f626;border-color:#3b82f666;color:#1d4ed8;font-weight:600}.gminy-browser__sort-button--wind-active:hover{background-color:#3b82f633}.gminy-browser__sort-icon{width:.875rem;height:.875rem}.gminy-browser__grid{display:grid;grid-template-columns:1fr;gap:1rem}.gminy-browser__empty{text-align:center;padding:3rem 0;color:#6b7280}.gminy-browser__empty-icon{width:2rem;height:2rem;margin:0 auto .5rem;opacity:.4}.gminy-browser__empty-text{font-size:.875rem}.gminy-browser__load-more{text-align:center;padding-top:1rem}.gminy-browser__load-more-button{padding:.625rem 1.5rem;font-size:.875rem;font-weight:500;border-radius:.5rem;border:1px solid #e5e7eb;background-color:#fff;cursor:pointer;transition:background-color .15s ease,color .15s ease}.gminy-browser__load-more-button:hover{background-color:#4e77221a}.gmina-card{width:100%;text-align:left;border-radius:.75rem;border:1px solid #e5e7eb;padding:1rem 1.25rem;background-color:#fff;display:flex;flex-direction:row;align-items:center;gap:1rem;cursor:pointer;transition:box-shadow .15s ease,border-color .15s ease}@media(max-width:600px){.gmina-card{flex-direction:column;align-items:stretch;padding:.75rem;gap:.75rem;border-radius:.5rem}}.gmina-card:hover{box-shadow:0 8px 24px #0f172a1f;border-color:color-mix(in oklab,#4e7722 30%,rgba(78,119,34,.1))}.gmina-card__left{flex:1;display:flex;flex-direction:column;gap:.25rem;min-width:0}.gmina-card__name{font-weight:700;transition:color .15s ease;font-size:1rem;margin-bottom:.5rem}.gmina-card:hover .gmina-card__name{color:#4e7722}.gmina-card__subtitle{font-size:.75rem;color:#6b7280;margin:0}.gmina-card__info{display:flex;align-items:center;flex-wrap:wrap;gap:.3rem;margin-top:.375rem;font-size:.75rem;color:#6b7280}.gmina-card__info-item{display:inline-flex;align-items:center;gap:.2rem}.gmina-card__info-icon{width:.7rem;height:.7rem;flex-shrink:0;opacity:.6}.gmina-card__info-sep{opacity:.4;margin:0 .05rem}.gmina-card__right{display:flex;flex-direction:column;align-items:flex-end;gap:.625rem;flex-shrink:0}@media(max-width:600px){.gmina-card__right{flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:space-between}}.gmina-card__oze{display:flex;gap:.75rem;flex-shrink:0}.gmina-card__oze-chip{display:flex;flex-direction:column;align-items:center;gap:.15rem;padding:.5rem .75rem;border-radius:.375rem}@media(max-width:600px){.gmina-card__oze-chip{flex-direction:row;gap:.3rem;padding:.35rem .625rem}}.gmina-card__oze-chip--pv{background-color:#f59e0b1a}.gmina-card__oze-chip--wind{background-color:#3b82f61a}.gmina-card__oze-icon{width:1rem;height:1rem;flex-shrink:0}.gmina-card__oze-icon--pv{color:#d97706}.gmina-card__oze-icon--wind{color:#2563eb}.gmina-card__oze-value{font-size:.75rem;font-weight:700}.gmina-card__oze-value--pv{color:#92400e}.gmina-card__oze-value--wind{color:#1447e6}.gmina-card__oze-label{font-size:.625rem}.gmina-card__oze-label--pv{color:#b45309b3}.gmina-card__oze-label--wind{color:#2563eb}.gmina-card__bottom{display:flex;align-items:center;justify-content:space-between;margin-top:.75rem}.gmina-card__stats{display:flex;gap:1rem;font-size:.75rem;color:#6b7280}.gmina-card__cta{display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;font-weight:600;color:#4e7722;white-space:nowrap;transition:gap .15s ease}.gmina-card:hover .gmina-card__cta{text-decoration:underline}.cs{min-height:100vh;color:#0f172a}.cs--communities{--cs-hero-bg-from: #2563eb;--cs-hero-bg-to: #1e40af;--cs-hero-back-link: #bfdbfe;--cs-hero-back-subtitle: #dbeafe;--cs-callout-border: #3b82f6;--cs-link-next: #2563eb;--cs-link-next-hover: #1d4ed8}.cs--communities3{--cs-hero-bg-from: #059669;--cs-hero-bg-to: #047857;--cs-hero-back-link: #d1fae5;--cs-hero-back-subtitle: #d1fae5;--cs-callout-border: #10b981;--cs-link-next: #059669;--cs-link-next-hover: #047857}.cs--industry{--cs-hero-bg-from: #f59e0b;--cs-hero-bg-to: #d97706;--cs-hero-back-link: #ffffff;--cs-hero-back-subtitle: #ffffff;--cs-callout-border: #f59e0b;--cs-link-next: rgb(217 119 6);--cs-link-next-hover: #b45309}.green-municipality-cta{background:#ecfdf5;border:1px solid #a7f3d0;border-radius:12px;padding:24px;text-align:center}.green-municipality-cta__title{margin:0 0 8px;font-size:1.25rem;font-weight:700;color:#111827}.green-municipality-cta__description{margin:0 0 16px;font-size:.875rem;color:#6b7280}.green-municipality-cta__button{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;border-radius:8px;background:#059669;color:#fff;font-weight:600;text-decoration:none;transition:background-color .2s ease}.green-municipality-cta__button:hover{background:#047857}.green-municipality-cta__icon{width:16px;height:16px}.cs-hero{background:linear-gradient(to bottom right,var(--cs-hero-bg-from),var(--cs-hero-bg-to));color:#fff;padding:4rem 1rem}.cs-hero__inner{max-width:56rem;padding:0 1rem;margin:0 auto}.cs-hero__back-link{display:inline-flex;gap:.5rem;font-size:.875rem;color:var(--cs-hero-back-link);margin-bottom:1.5rem;text-decoration:none;transition:color .15s ease;fill:var(--cs-hero-back-link)}.cs-hero__back-link:hover{color:#fff;fill:#fff}.cs-hero__back-icon{width:1rem;height:1rem}.cs-hero__chips{display:flex;gap:.75rem;margin-bottom:1rem}.cs-hero .cs-chip{font-size:.75rem;padding:.35rem .9rem;border-radius:999px;background-color:#ffffff1a}.cs-hero__title{font-size:1.875rem;font-weight:700;margin-bottom:1rem}@media(min-width:768px){.cs-hero__title{font-size:2.25rem;line-height:2.5rem}}.cs-hero__subtitle{color:var(--cs-hero-back-subtitle);font-size:1.125rem;max-width:42rem}.cs-content{max-width:56rem;margin:0 auto;padding:3.5rem 1rem;display:flex;flex-direction:column;gap:2.5rem}.cs-section-title{font-size:1.25rem;font-weight:700;color:#0f172a;margin-bottom:.75rem}.cs-section-title--tight{margin-bottom:1rem}.cs-text-additional{font-size:.875rem;font-weight:600;margin-top:0;margin-bottom:.5rem}.cs-text-muted{color:#6b7280;font-size:1rem;margin-bottom:.75rem}.cs-text-strong{font-size:.875rem;font-weight:600;color:#0f172a;margin-bottom:.5rem}.cs-list{padding-left:1.25rem;color:#6b7280;font-size:1rem}.cs-list li+li{margin-top:.875rem}.cs-list--spaced li+li{margin-top:.5rem}.cs-grid{display:grid;gap:1rem}.cs-grid--2{grid-template-columns:1fr}@media(min-width:640px){.cs-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}}.cs-card{border-radius:.9rem;padding:1.25rem;border:1px solid #e5e7eb;background-color:#fff}.cs-card--muted{background-color:#f9faf9}.cs-card--results{background-color:#f9faf9;padding:1.5rem}.cs-card__label{font-size:.875rem;font-weight:600;color:#0f172a;margin-top:0;margin-bottom:.25rem}.cs-card__value{font-size:1.875rem;font-weight:700;color:#0f172a;margin:0}.cs-card__hint{font-size:.875rem;color:#6b7280;margin:0}.cs-stat{border-radius:.75rem;padding:1rem;background-color:#fff;border:1px solid #e5e7eb}.cs-stat__value{font-size:1.5rem;line-height:2rem;margin-bottom:.25rem;margin-top:0;font-weight:700;color:#0f172a}.cs-stat__label{font-size:.875rem;color:#6b7280;margin:0}.cs-callout{border-left:4px solid var(--cs-callout-border);padding-left:1rem}.cs-callout__title{font-size:1.25rem;font-weight:600;color:#0f172a;margin-bottom:.5rem}.cs-nav{display:flex;justify-content:space-between;align-items:center;padding-top:1.5rem;border-top:1px solid #e5e7eb;font-size:.875rem}.cs-nav__prev{color:#6b7280;text-decoration:none;transition:color .15s ease}.cs-nav__prev:hover{color:#111827}.cs-nav__next{display:inline-flex;align-items:center;gap:.5rem;font-weight:600;color:var(--cs-link-next);fill:var(--cs-link-next);text-decoration:none;transition:color .15s ease}.cs-nav__next:hover{color:var(--cs-link-next-hover);fill:var(--cs-link-next)}.cs-nav__icon{width:1em;height:1em}.case-study-map{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;overflow:hidden}.case-study-map__header{padding:1rem;border-bottom:1px solid #e5e7eb}.case-study-map__title{font-weight:700;color:#111827;margin:0;font-size:1rem}.case-study-map__subtitle{font-size:.75rem;color:#6b7280;margin:.125rem 0 0}.case-study-map__canvas{height:400px}.case-study-map__marker-icon{background:#fff;border-radius:50%;padding:4px;box-shadow:0 1px 4px #0000004d;display:flex;align-items:center;justify-content:center}.analysis-cta{padding:32px;text-align:center;background-color:#ecfdf5;border:1px solid #a7f3d0;border-radius:16px}.analysis-cta__title{margin:0 0 8px;font-size:18px;font-weight:700;line-height:1.3;color:#171717}.analysis-cta__description{margin:0 0 16px;font-size:14px;line-height:1.5;color:#525252}.analysis-cta__button{display:inline-flex;align-items:center;gap:8px;padding:12px 32px;font-size:16px;font-weight:600;line-height:1;color:#fff;text-decoration:none;background-color:#059669;border-radius:12px;transition:background-color .2s ease}.analysis-cta__button:hover{background-color:#047857}.collaboration-container{max-width:64rem;padding:0 1rem;margin:auto;display:flex;flex-direction:column;align-items:center;gap:10px;padding-top:100px}.collaboration-container .collaboration-header{width:100%;height:180px;display:flex;flex-direction:column}.collaboration-container .collaboration-header h1{font-size:2.2rem}.collaboration-container .collaboration-header div{font-size:1.3rem;line-height:1.5;color:#757575}.collaboration-container .collaboration-list{width:100%;border:6px;background-color:#4e77220d;padding:20px;line-height:2}.collaboration-container .collaboration-list__title{font-weight:700;font-size:1.4em}.collaboration-container .collaboration-list__item{color:#757575;font-size:1.3em;display:flex;align-items:center;gap:6px}.collaboration-container .collaboration-list__item svg{stroke:#4e7722}.collaboration-container .collaboration-contact{margin:50px 0;border-radius:6px;border:1px solid rgba(78,119,34,.3);background-color:#4e77221a;width:100%;padding:24px;display:flex;flex-direction:column;gap:12px}.collaboration-container .collaboration-contact__title{font-weight:700;font-size:1.4em}.collaboration-container .collaboration-contact__description{color:#757575;font-size:1.3em}.collaboration-container .collaboration-contact__btn{width:280px;display:flex;align-items:center;justify-content:center;gap:12px;padding:.75rem 1.5rem;border-radius:.5rem;font-size:1.2em;font-weight:600;text-decoration:none;color:#fff;background-color:#4e7722;transition:background-color .15s ease}.collaboration-container .collaboration-contact__btn:hover{background-color:#4e7722cc}.communities-page .hero-title{background-image:linear-gradient(to bottom right,#2563eb,#1e40af);color:var(--color-primary-foreground, #f9fafb);padding:4rem 0}.communities-page .hero-title__inner{max-width:64rem;margin:0 auto;padding:0 1rem;text-align:center}.communities-page .hero-title__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem 1rem;border-radius:9999px;margin-bottom:1.5rem;font-size:.875rem;background-color:#ffffff1a}.communities-page .hero-title__badge-icon{width:1rem;height:1rem}.communities-page .hero-title__actions{display:flex;flex-direction:column;gap:.75rem;justify-content:center;margin-top:1rem}@media(min-width:640px){.communities-page .hero-title__actions{flex-direction:row}}.communities-page .hero-title__primary-btn{display:inline-block;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;text-decoration:none;color:#1e40af;background-color:#fff;transition:background-color .15s ease}.communities-page .hero-title__primary-btn:hover{background-color:#ffffffe6}.communities-page .hero-title__secondary-btn{padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;border:1px solid rgba(255,255,255,.4);background:transparent;font-size:1rem;color:#fff;cursor:pointer;transition:background-color .15s ease}.communities-page .hero-title__secondary-btn:hover{background-color:#ffffff1a}.communities-page .case-studies-section{margin:0 auto;max-width:64rem;padding:3.5rem 1rem}.communities-page .case-studies-section__title{font-size:1.5rem;font-weight:700;text-align:center;color:var(--color-foreground, #111827)}.communities-page .case-studies-section__description{font-size:1rem;font-weight:400;text-align:center;margin-bottom:2rem;color:#757575}.communities-page .case-studies-section__grid{max-width:64rem;margin:auto;display:grid;gap:1.25rem}@media(min-width:1029px){.communities-page .case-studies-section__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:640px){.communities-page .case-studies-section__grid{grid-template-columns:repeat(1,minmax(0,1fr))}}.communities-page .case-studies-card{border:1px solid var(--color-border, #e5e7eb);border-radius:.75rem;padding:1.25rem;background-color:var(--color-card, #ffffff);cursor:pointer;transition:box-shadow .3s ease,transform .3s ease}.communities-page .case-studies-card:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.communities-page .case-studies-card--green .case-studies-card__type,.communities-page .case-studies-card--green .case-studies-card__link{color:#059669}.communities-page .case-studies-card--green .case-studies-card__link:hover{color:#10b981}.communities-page .case-studies-card__type{font-size:.75rem;color:#4164e9;font-weight:700;margin:0}.communities-page .case-studies-card__title{font-size:1rem;font-weight:600;color:var(--color-foreground, #111827)}.communities-page .case-studies-card__description{font-size:.875rem;color:var(--color-muted-foreground, #6b7280)}.communities-page .case-studies-card__link{font-size:.75rem;color:#4164e9;transition:color .2s ease-in;display:flex;align-items:center;gap:6px;margin-bottom:0}.communities-page .case-studies-card__link:hover{color:#4163e99d}.communities-page .case-studies-card__analysis_link{font-size:.85rem;color:#059669;font-weight:700;transition:color .2s ease-in;display:flex;align-items:center;gap:6px}.communities-page .case-studies-card__analysis_link:hover{color:#10b981}#cooperation-section .section-title{font-size:1.25rem;font-weight:700;color:#0f172a;text-align:center;margin-bottom:.5rem}#cooperation-section .section-subtitle{font-size:.875rem;color:#6b7280;text-align:center;margin-bottom:2rem}#cooperation-section .steps{background-color:#f9faf9;padding:3.5rem 1rem}#cooperation-section .steps__inner{max-width:64rem}@media(min-width:640px){#cooperation-section .steps__inner{padding:0 1rem}}#cooperation-section .steps__inner{margin:0 auto}#cooperation-section .steps__grid{display:grid;grid-template-columns:1fr;gap:1.25rem}@media(min-width:640px){#cooperation-section .steps__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){#cooperation-section .steps__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}#cooperation-section .step-card{position:relative;border-radius:.75rem;padding:1.25rem;border:1px solid #e5e7eb;background-color:#fff}#cooperation-section .step-card__badge{position:absolute;top:-.75rem;left:-.5rem;background-color:#2563eb;color:#fff;font-size:.7rem;font-weight:700;width:1.75rem;height:1.75rem;border-radius:999px;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 2px #2563eb80}#cooperation-section .step-card__icon{width:1.75rem;height:1.75rem;color:#2563eb;margin-bottom:.75rem;margin-top:.25rem}#cooperation-section .step-card__title{font-size:.875rem;font-weight:600;color:#0f172a;margin-bottom:.25rem}#cooperation-section .step-card__desc{font-size:.75rem;color:#6b7280;margin:0}.communities-benefits-section .section-title{font-size:1.25rem;font-weight:700;color:#0f172a;text-align:center;margin-bottom:2rem}.communities-benefits-section{background-color:#f9faf9;padding:3.5rem 1rem}.communities-benefits-section .benefits__inner{max-width:64rem;margin:0 auto}.communities-benefits-section .benefits__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:640px){.communities-benefits-section .benefits__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.communities-benefits-section .benefit-card{border-radius:.75rem;padding:1.25rem;border:1px solid #e5e7eb;background-color:#fff}.communities-benefits-section .benefit-card__icon{width:2rem;height:2rem;color:#2563eb;margin-bottom:.75rem}.communities-benefits-section .benefit-card__title{font-size:1rem;font-weight:600;color:#0f172a;margin-bottom:.35rem}.communities-benefits-section .benefit-card__desc{font-size:.875rem;color:#6b7280;margin:0}.cta-section{padding:3.5rem 0}.cta-section__container{max-width:56rem;margin:0 auto;padding:0 1rem}.cta-section__box{padding:2rem;border-radius:1rem;text-align:center;color:#fff;background:linear-gradient(135deg,#2563eb,#1e40af)}@media(min-width:768px){.cta-section__box{padding:2.5rem}}.cta-section__title{margin:0 0 .75rem;font-size:1.5rem;font-weight:700;line-height:1.2}@media(min-width:768px){.cta-section__title{font-size:1.875rem}}.cta-section__text{max-width:42rem;margin:0 auto 1.75rem;color:#ffffffd9;line-height:1.6}.cta-section__actions{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem}@media(min-width:640px){.cta-section__actions{flex-direction:row}}.cta-section__button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;text-decoration:none;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.cta-section__button--primary{background-color:#fff;color:#1d4ed8}.cta-section__button--primary:hover{background-color:#ffffffe6}.cta-section__button--secondary{border:1px solid rgba(255,255,255,.4);color:#fff;background-color:transparent}.cta-section__button--secondary:hover{background-color:#ffffff1a}.cta-section__icon{width:1.25rem;height:1.25rem;flex-shrink:0}.gminy-section{padding:2.5rem 1rem}.gminy-section__container{max-width:64rem;margin:0 auto;width:100%}.gminy-section__title{margin:0 0 .5rem;text-align:center;font-size:1.25rem;font-weight:700;line-height:1.3;color:var(--foreground, #111827)}.gminy-section__description{margin:0 0 2rem;text-align:center;font-size:.875rem;line-height:1.6;color:var(--muted-foreground, #6b7280);max-width:52rem;margin-left:auto;margin-right:auto}.opro-block{display:flex;flex-direction:column;gap:20px}.opro-block__title{margin:0;font-size:1.5rem;line-height:2rem;font-weight:700;color:#0f172a}.opro-block__text{margin:0;font-size:16px;line-height:1.7;color:#475569}.opro-block__text strong{color:#0f172a;font-weight:700}.opro-block__text--last{margin-bottom:8px}.opro-grid{display:grid;gap:16px}.opro-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.opro-card{border:1px solid #e2e8f0;border-radius:.75rem;background:#fff}.opro-card--muted{padding:24px;background:#94a3b814}.opro-card--step{padding:24px}.opro-card__headline{margin:0 0 16px;font-size:1rem;font-weight:600;color:#0f172a}.opro-benefits{display:flex;flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;color:#475569}.opro-benefits--small{font-size:14px}.opro-benefits:not(.opro-benefits--small){font-size:16px}.opro-benefits__item{display:flex;align-items:center;gap:10px;font-size:.875rem;color:#6b7280}.opro-benefits__icon{flex-shrink:0;width:1.125em;height:1.125em;color:#2563eb}.opro-steps{display:flex;flex-direction:column;gap:16px}.opro-step{display:flex;align-items:flex-start;gap:16px}.opro-step__iconBox{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:40px;height:40px;border-radius:.5rem;background:#dbeafe;color:#1d4ed8}.opro-step__icon{width:20px;height:20px}.opro-step__content{flex:1;min-width:0}.opro-step__top{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap;margin-bottom:12px}.opro-step__title{margin:0;font-size:1rem;font-weight:600;color:#0f172a}.opro-step__badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;background:#f1f5f9;font-size:.75rem;color:#6b7280;white-space:nowrap}.opro-step__list{display:flex;flex-direction:column;gap:8px;margin:0;padding:0;list-style:none}.opro-step__listItem{display:flex;align-items:flex-start;gap:8px;font-size:.875rem;color:#475569}.opro-step__bullet{color:#2563eb;font-weight:700}.opro-cta{padding:48px 32px;border-radius:1rem;text-align:center}.opro-cta--primary{background:linear-gradient(135deg,#2563eb,#1e3a8a);color:#fff}.opro-cta--secondary{background:#fff;border:1px solid #e2e8f0;color:#0f172a}.opro-cta__title{margin:0 0 12px;font-size:1.5rem;font-weight:700}.opro-cta__text{width:min(100%,720px);margin:0 auto 24px;font-size:1rem}.opro-cta--primary .opro-cta__text{color:#dbeafe}.opro-cta--secondary .opro-cta__text{color:#64748b}.opro-cta__actions{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}.opro-cta__link{font-size:14px;color:#64748b;text-decoration:none;transition:color .2s ease}.opro-cta__link:hover{color:#0f172a}.opro-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:0 20px;border-radius:.5rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:transform .2s ease,background-color .2s ease,color .2s ease,box-shadow .2s ease}.opro-button:hover{transform:translateY(-1px)}.opro-button__icon{width:16px;height:16px}.opro-button--light{background:#fff;color:#1d4ed8}.opro-button--light:hover{background:#eff6ff}.opro-button--primary{background:#2563eb;color:#fff}.opro-button--primary:hover{background:#1d4ed8}.opro-reasons{display:flex;flex-direction:column;gap:12px;margin:0;padding:0;list-style:none}.opro-reasons__item{display:flex;align-items:flex-start;gap:12px;padding:20px;border:1px solid #e2e8f0;border-radius:.5rem;background:#fff}.opro-reasons__icon{flex-shrink:0;width:20px;height:20px;margin-top:2px;color:#2563eb}.opro-reasons__content{min-width:0}.opro-reasons__title{margin:0 0 4px;font-size:1rem;font-weight:600;color:#0f172a}.opro-reasons__text{margin:0;font-size:.875rem;line-height:1.6;color:#64748b}@media(max-width:768px){.opro-section{padding:40px 0}.opro-section__container{width:min(100% - 24px,1120px);gap:32px}.opro-block{gap:16px}.opro-block__title{font-size:26px}.opro-grid--two{grid-template-columns:1fr}.opro-step{gap:12px}.opro-step__top{align-items:flex-start;flex-direction:column}.opro-cta{padding:32px 20px}.opro-cta__title{font-size:26px}.opro-cta__actions{flex-direction:column}.opro-button{width:100%}}.tooltip{position:fixed;z-index:99999999;pointer-events:none;padding:8px 12px;border-radius:4px;font-size:.875rem;max-width:300px;box-shadow:0 2px 10px #0003;background:"rgba(0,0,0,0.7)";color:"white"}.potential-hook{display:grid;grid-template-columns:1fr;gap:1rem;margin-top:-3.5rem}@media(min-width:640px){.potential-hook{grid-template-columns:repeat(2,minmax(0,1fr))}}.potential-hook__tooltip{color:#000;background-color:#fff}.potential-hook__card{display:flex;align-items:center;gap:1rem;padding:1.5rem;border:1px solid #e5e7eb;border-radius:.75rem;background-color:#fff;box-shadow:0 1px 3px #0f172a14}.potential-hook__icon-wrap{padding:.75rem;border-radius:9999px;flex-shrink:0}.potential-hook__icon-wrap--pv{background-color:#f59e0b1a}.potential-hook__icon-wrap--wind{background-color:#3b82f61a}.potential-hook__main-icon{width:2rem;height:2rem}.potential-hook__main-icon--pv{color:#d97706}.potential-hook__main-icon--wind{color:#2563eb}.potential-hook__content{flex:1;min-width:0}.potential-hook__row{display:flex;gap:.5rem}.potential-hook__row--top{align-items:center;margin-bottom:.25rem}.potential-hook__row--baseline{align-items:baseline}.potential-hook__eyebrow{font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.potential-hook__eyebrow--pv{color:#b45309b3}.potential-hook__eyebrow--wind{color:#1d4ed8b3}.potential-hook__badge{display:inline-flex;align-items:center;padding:.125rem .5rem;border-radius:.375rem;border:1px solid;font-size:.75rem;font-weight:600}.potential-hook__badge--pv{background-color:#f59e0b26;border-color:#d977064d;color:#92400e}.potential-hook__badge--wind{background-color:#3b82f626;border-color:#2563eb4d;color:#1e3a8a}.potential-hook__value{margin:0;font-size:1.875rem;font-weight:700;line-height:1.25}.potential-hook__value--pv{color:#92400e}.potential-hook__value--wind{color:#1d4ed8}.potential-hook__sub{margin-top:.25rem;font-size:.875rem;color:#6b7280}.potential-hook__info-button{padding:.25rem;border:0;border-radius:.375rem;background:transparent;color:#6b7280;cursor:pointer;transition:color .2s ease,background-color .2s ease,box-shadow .2s ease;flex-shrink:0}.potential-hook__info-button:hover{color:var(--color-foreground)}.potential-hook__info-button:focus{outline:none;box-shadow:0 0 0 2px var(--color-ring)}.potential-hook__info-icon{width:1.25rem;height:1.25rem}.potential-hook__tooltip{max-width:20rem;font-size:.75rem;line-height:1.6}.potential-hook__tooltip-title{margin:0 0 .25rem;font-weight:600}.kpi-strip__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}@media(min-width:768px){.kpi-strip__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.kpi-strip__card{padding:.75rem;border:1px solid rgba(203,213,225,.6);border-radius:.5rem}.kpi-strip__label{font-size:.75rem;color:#6b7280}.kpi-strip__value{margin-top:.25rem;font-size:1.25rem;font-weight:600;letter-spacing:-.025em}.kpi-strip__split-values{display:flex;align-items:baseline;gap:.375rem;margin-top:.25rem;font-size:1.25rem;font-weight:600;letter-spacing:-.025em;line-height:1}.kpi-strip__split-value--pv{color:#d97706}.kpi-strip__split-value--wind{color:#2563eb}.kpi-strip__split-labels{display:flex;align-items:baseline;gap:.375rem;margin-top:.25rem;font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;line-height:1}.kpi-strip__split-label--pv{color:#b45309cc}.kpi-strip__split-label--wind{color:#1d4ed8cc}.kpi-strip__separator{color:#6b728099;font-weight:400}.kpi-strip__sub{margin-top:.25rem;font-size:.6875rem;line-height:1.25;color:#6b7280}.cluster-map-preview{overflow:hidden;border:1px solid #e5e7eb;border-radius:16px}.cluster-map-preview__header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px;border-bottom:1px solid #e5e7eb}.cluster-map-preview__title{margin:0;font-size:14px;font-weight:700;color:var(--color-foreground, #111827)}.cluster-map-preview__badge{display:inline-flex;align-items:center;justify-content:center;border-radius:9999px;border:1px solid transparent;padding:.125rem .625rem;font-size:.75rem;line-height:1;white-space:nowrap;transition:background-color .2s ease,color .2s ease,border-color .2s ease;font-weight:400}.cluster-map-preview__badge--pv{background:#fffbeb;color:#78350f;border:1px solid #fde68b}.cluster-map-preview__badge--pv:hover{background:#fffbeb}.cluster-map-preview__badge--fw{background:#eff6ff;color:#1e3a8a;border-color:1px solid #bfdbfe}.cluster-map-preview__badge--fw:hover{background:#eff6ff}.cluster-map-preview__canvas{background:#94a3b814;height:400px}.cluster-map-preview__footer{padding:12px;font-size:12px;color:#6b7280}.cluster-table{border:1px solid #e5e7eb;border-radius:.75rem;padding:1.25rem}@media(min-width:768px){.cluster-table{padding:1.5rem}}.cluster-table__title{margin:0;font-size:1.125rem;font-weight:700}.cluster-table__empty{margin-top:1rem;font-size:.875rem;color:#6b7280}.cluster-table__scroll{margin-top:1rem;margin-left:-.5rem;margin-right:-.5rem;overflow-x:auto}.cluster-table__table{width:100%;border-collapse:collapse;font-size:.875rem}.cluster-table__head-row{border-bottom:1px solid #e5e7eb}.cluster-table__head-row th{padding:.5rem;font-size:.75rem;font-weight:500;color:#6b7280;white-space:nowrap}.cluster-table__row{border-bottom:1px solid color-mix(in srgb,#e5e7eb 40%,transparent);transition:background-color .2s ease}.cluster-table__row:last-child{border-bottom:0}.cluster-table__row:hover{background:color-mix(in srgb,#e5e7eb 30%,transparent)}.cluster-table__cell{padding:.625rem .5rem;vertical-align:middle;white-space:nowrap}.cluster-table__cell--name{font-weight:500}.cluster-table__badge{display:inline-flex;align-items:center;justify-content:center;border-radius:9999px;border:1px solid transparent;padding:.125rem .625rem;font-size:.75rem;line-height:1;white-space:nowrap;transition:background-color .2s ease,color .2s ease,border-color .2s ease;font-weight:400}.cluster-table__badge--pv{background:#fffbeb;color:#78350f;border:1px solid #fde68b}.cluster-table__badge--pv:hover{background:#fffbeb}.cluster-table__badge--fw{background:#eff6ff;color:#1e3a8a;border-color:1px solid #bfdbfe}.cluster-table__badge--fw:hover{background:#eff6ff}.is-left{text-align:left}.is-right{text-align:right}.is-numeric{font-variant-numeric:tabular-nums}.gmina-profile-card{border:1px solid #e5e7eb;border-radius:.75rem;padding:1.25rem}@media(min-width:768px){.gmina-profile-card{padding:1.5rem}}.gmina-profile-card__title{margin:0;font-size:1.125rem;font-weight:700}.gmina-profile-card__grid{display:grid;grid-template-columns:1fr;gap:.75rem;margin-top:1rem}@media(min-width:640px){.gmina-profile-card__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.profile-metric{border:1px solid rgba(127,127,127,.2);border-radius:.5rem;padding:1rem}.profile-metric__label{font-size:.75rem;color:#6b7280}.profile-metric__value{margin-top:.375rem;font-size:1.5rem;line-height:1.2;letter-spacing:-.02em}.profile-metric__sub{margin-top:.25rem;font-size:.75rem;color:#6b7280}.gmina-cta-sidebar{display:flex;flex-direction:column;gap:1.5rem}.gmina-cta-sidebar__card{border-radius:.75rem;padding:1.5rem;border:1px solid transparent}.gmina-cta-sidebar__card--primary{background:#4e77220d;border-color:#4e772233}.gmina-cta-sidebar__card--blue{background:#3b82f60d;border-color:#3b82f633}.gmina-cta-sidebar__card--amber{background:#f59e0b0d;border-color:#f59e0b33}.gmina-cta-sidebar__title{margin:0 0 .5rem;font-size:.875rem;font-weight:600}.gmina-cta-sidebar__text{margin:0 0 1rem;font-size:.75rem;line-height:1.5;color:#6b7280}.gmina-cta-sidebar__button{display:block;width:100%;padding:.625rem 1rem;border-radius:.5rem;text-align:center;text-decoration:none;font-size:.875rem;font-weight:500;transition:background-color .2s ease,color .2s ease}.gmina-cta-sidebar__button--primary{background:#4e7722;color:#fff}.gmina-cta-sidebar__button--primary:hover{opacity:.9}.gmina-cta-sidebar__button--blue{background:#2563eb;color:#fff}.gmina-cta-sidebar__button--blue:hover{background:#1d4ed8}.gmina-cta-sidebar__button--amber{background:#d97706;color:#fff}.gmina-cta-sidebar__button--amber:hover{background:#b45309}.gmina-full-page{min-height:100vh;display:flex;flex-direction:column}.gmina-full-page__container{max-width:64rem;margin:0 auto;padding:0 1rem;width:100%}.gmina-full-page__hero{padding:2.5rem 0;color:#fff;background:linear-gradient(135deg,#2563eb,#1e40af)}.gmina-full-page__back{display:inline-flex;align-items:self-start;gap:.25rem;margin-bottom:1rem;color:#bfdbfe;font-size:.875rem;text-decoration:none;transition:color .2s ease}.gmina-full-page__back:hover{color:#fff}.gmina-full-page__back-icon{width:1rem;height:1rem;flex-shrink:0;fill:#bfdbfe}.gmina-full-page__title{margin:.75rem 0 0;font-size:1.875rem;font-weight:700;line-height:1.2;color:#fff}.gmina-full-page__subtitle{margin:.25rem 0 0;color:#bfdbfe;line-height:1.5;font-size:1rem}.gmina-full-page__main{flex:1;width:100%;max-width:64rem;margin:0 auto;padding:2rem 1rem;display:flex;flex-direction:column;gap:2rem}.gmina-full-page__layout{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:1024px){.gmina-full-page__layout{grid-template-columns:repeat(3,minmax(0,1fr))}}.gmina-full-page__content{display:flex;flex-direction:column;gap:1.5rem}@media(min-width:1024px){.gmina-full-page__content{grid-column:span 2/span 2}}.gmina-full-page__sidebar{min-width:0}.analysis-action-card{position:relative;padding:2rem;border:1px solid rgba(255,255,255,.18);border-radius:1rem;color:#fff;background:linear-gradient(135deg,#55762f,#769158);box-shadow:0 8px 16px #0000002e}.analysis-action-card__pattern{position:absolute;inset:0;pointer-events:none;opacity:.1;background-image:radial-gradient(circle at 20% 20%,white 1px,transparent 1px);background-size:24px 24px}.analysis-action-card__content{position:relative;z-index:1}.analysis-action-card__content--guest{display:flex;flex-direction:column;gap:1.5rem}@media(min-width:768px){.analysis-action-card__content--guest{flex-direction:row;align-items:center;justify-content:space-between}}.analysis-action-card__content--user{display:flex;flex-direction:column;gap:1.25rem}.analysis-action-card__text,.analysis-action-card__header{max-width:42rem}.analysis-action-card__eyebrow{margin-bottom:.75rem;font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#fffc}.analysis-action-card__title{margin:0;font-size:1.75rem;font-weight:700;line-height:1.2}@media(min-width:768px){.analysis-action-card__title{font-size:2rem}}.analysis-action-card__description{margin:.75rem 0 0;font-size:1rem;line-height:1.6;color:#ffffffe6}.analysis-action-card__highlight{font-weight:700;color:#fff}.analysis-action-card__cta{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 1.5rem;border-radius:.75rem;font-size:1rem;font-weight:700;color:#55762f;text-decoration:none;white-space:nowrap;background:#fff;box-shadow:0 12px 24px #0000002e;transition:background-color .2s ease,transform .2s ease}.analysis-action-card__cta:hover{background:#ffffffeb;transform:translateY(-1px)}.analysis-action-card__actions{display:grid;grid-template-columns:1fr;gap:.75rem;padding-top:.25rem}@media(min-width:768px){.analysis-action-card__actions{grid-template-columns:repeat(2,minmax(0,1fr))}}.analysis-card.is-disabled{opacity:.55;cursor:not-allowed;filter:grayscale(.25)}.analysis-card.is-disabled .analysis-card__arrow{opacity:.5}.analysis-card.is-disabled:hover{transform:none}.analysis-download-card{position:relative;width:100%}.analysis-download-card .analysis-card--download,.analysis-download-card .analysis-card--map{width:100%;border:0;cursor:pointer;text-align:left}.analysis-download-card__menu{position:absolute;top:calc(100% + 8px);left:0;min-width:240px;padding:8px;display:flex;flex-direction:column;gap:4px;border-radius:12px;background:#fff;box-shadow:0 12px 30px #0000001f;z-index:30}.analysis-download-card__item{width:100%;border:0;background:transparent;text-align:left;padding:10px 12px;border-radius:8px;cursor:pointer;transition:background .2s ease}.analysis-download-card__item:hover{background:#f3f4f6}.analysis-card{display:flex;align-items:center;gap:.75rem;padding:1rem;border-radius:.875rem;text-decoration:none;color:#111827;background:#fff;box-shadow:0 12px 24px #00000029;transition:background-color .2s ease,transform .2s ease}.analysis-card--tooltip{background:#fff}.analysis-card:hover{background:#ffffffeb}.analysis-card:hover .analysis-card__arrow{transform:translate(2px)}.analysis-card--download:hover{cursor:pointer}.analysis-card--download:hover .analysis-card__arrow{transform:translateY(2px)}.analysis-card--map:hover{cursor:pointer}.analysis-card--map:hover .analysis-card__arrow{transform:translateY(2px)}.analysis-card__icon{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:.75rem;color:#55762f;background:#55762f1a}.analysis-card__icon svg{width:1.25rem;height:1.25rem}.analysis-card__body{flex:1;min-width:0}.analysis-card__title{font-size:.875rem;font-weight:600;color:#111827}.analysis-card__subtitle{margin-top:.2rem;font-size:.75rem;color:#6b7280}.analysis-card__arrow{flex-shrink:0;font-size:1.1rem;font-weight:700;color:#55762f;transition:transform .2s ease}*{box-sizing:border-box!important}html,body{margin:0}body{color:#111827;font-size:16px;font-family:Roboto,sans-serif}@media(max-width:1560px){body{font-size:14px}}@media(max-width:900px){body{font-size:13px}}.container{max-width:1830px;padding:0 16px;margin:0 auto}a{text-decoration:none}input,textarea,select{font-family:Roboto,sans-serif;font-size:1em}img,svg{max-width:100%;height:auto}.error{color:#d30000;font-weight:500}.section{padding:45px 0}.content p{font-size:1.14em}.price strong{font-size:1.375em}.page-title{position:relative;text-align:center;font-weight:600;margin:0;padding-bottom:20px;font-size:3.75em}.page-title:after{content:"";display:block;width:107px;height:4px;background:#4e7722;position:absolute;left:calc(50% - 53.5px);bottom:0}h1{margin-top:0;margin-bottom:16px;font-size:2.875em;font-weight:600}h2{margin-top:0;margin-bottom:16px;font-size:1.875em;font-weight:600}h3{margin-top:0;margin-bottom:16px;font-size:1.375em;font-weight:600}.toast{position:fixed;left:calc(50% - 140px);z-index:999999999999;display:block;width:280px;border-radius:4px;color:#fff;padding:10px 24px 10px 14px;font-weight:600;transition:top .5s}.toast.success{background:#00851d}.toast.error{background:#d30000}.toast__close{cursor:pointer;position:absolute;top:5px;right:5px;color:#fff}.toast__link{color:#fff;text-decoration:underline}
