@layer reset{*,:before,:after{box-sizing:border-box}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd,ul,li{margin:0;margin-block:0;padding-inline-start:0}body{-webkit-font-smoothing:antialiased;line-height:1.5}h1,h2,h3,h4,button,input,label{line-height:1.1}img,picture,video,canvas,svg{max-width:100%;display:block}input,button,textarea,select{font:inherit}p{text-wrap:pretty}h1,h2,h3,h4,h5,h6{text-wrap:balance}table{border-spacing:0}}@layer base{:root{--clr-white:#fff;--clr-black:#333;--clr-gray-200:#f5f5f5;--clr-gray-300:#ededed;--clr-gray-400:#dedede;--clr-gray-500:#ccc;--clr-gray-600:#b3b3b3;--clr-gray-700:#999;--clr-gray-800:gray;--clr-gray-900:#666;--clr-orange-100:#f5ece5;--clr-orange-200:#ead6c8;--clr-orange-300:#dfc0aa;--clr-orange-400:#ca9772;--clr-orange-500:#a66436;--clr-green-100:#edf3ef;--clr-green-200:#dee8e2;--clr-green-300:#a1bfac;--clr-green-400:#659577;--clr-green-500:#3a8256;--clr-green:#afbf7d;--clr-primary:var(--clr-gray-400);--clr-secondary:#0d6efd;--clr-success:#198754;--clr-danger:#dc3545;--clr-warning:#ffc107;--clr-iNat-green:#86a91c;--clr-iNat-orange:#f16f3a;--clr-iNat-pink:#ff1493;--clr-iNat-dark-gray:#565656;--clr-iNat-yellow:#ffee91;--clr-iNat-blue:#458ef7;--clr-overlay-dark-200:#0003;--clr-overlay-dark-300:#0000004d;--clr-overlay-dark-400:#0006;--clr-overlay-dark-500:#00000080;--clr-overlay-dark-600:#0009;--clr-overlay-dark-700:#000000b3;--clr-overlay-dark-800:#000c;--clr-overlay-dark-900:#000000e6;--clr-overlay-dark-1000:#000;--clr-overlay-light-400:#fff6;--clr-overlay-light-500:#ffffff80;--clr-overlay-light-600:#fff9;--clr-overlay-light-700:#ffffffb3;--clr-overlay-light-800:#fffc;--clr-overlay-light-900:#ffffffe6;--ff-heading:sans-serif;--ff-body:sans-serif;--fs-200:.75rem;--fs-300:.875rem;--fs-400:1rem;--fs-500:1.125rem;--fs-600:1.25rem;--fs-700:1.5rem;--fs-800:2rem;--fs-900:3.75rem;--fs-1000:3.75rem;--text-main:var(--clr-black);--background-main:var(--clr-white);--brand-main:var(--clr-green-500);--accent-main:var(--clr-orange-500);--font-size-xsm:var(--fs-200);--font-size-sm:var(--fs-300);--font-size-regular:var(--fs-400);--font-size-md:var(--fs-500);--font-size-lg:var(--fs-600);--font-size-heading-sm:var(--fs-700);--font-size-heading-regular:var(--fs-800);--font-size-heading-lg:var(--fs-900);--font-size-heading-xl:var(--fs-1000);--fw-bold:550;--fw-extra-bold:900;--border-radius-1:.25rem;--border-radius-2:.5rem;--border-radius-3:.75rem;--border-grey:1px solid var(--clr-gray-400);--border-dark-grey:1px solid var(--clr-gray-700);--side-menu-width:300px;--side-menu-closed-width:40px}html{font-family:var(--ff-body);scroll-padding:3rem}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}body{font-size:var(--font-size-regular);color:var(--text-main);background-color:var(--background-main)}h1,h2,h3,h4{font-family:var(--ff-heading);color:var(--text-main)}a{color:var(--brand-main)}a:hover,a:focus-visible{color:var(--accent-main);text-decoration:none}.form-group{margin:1rem 0}.form-check{gap:.25rem;margin:1rem 0;display:flex}::backdrop{background-color:var(--clr-black);opacity:.8}dialog{border:var(--border-dark-grey)}.table{width:100%}.table th{text-align:left}.table td{padding:.5rem}.table tr:nth-child(2n){background-color:var(--clr-gray-300)}button{border:var(--border-dark-grey);cursor:pointer;background-color:var(--clr-white);border-radius:var(--border-radius-1);padding:.25rem .5rem}button:hover{background-color:var(--clr-gray-400)}.btn-borderless{border:none}.btn-primary{background-color:var(--clr-primary)}.btn-primary:hover{background-color:var(--clr-white)}.btn-danger{border:1px solid var(--clr-danger);background-color:var(--clr-danger);color:var(--clr-white)}.btn-danger:hover{background-color:var(--clr-white);color:var(--text-main)}.hidden{display:none!important}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}code{background-color:var(--clr-gray-300);padding:0 5px}}@layer layout{.flow>*+*{margin-top:var(--flow-space,1rem)}main{margin:1rem}.grid-auto-fill{--autofill-min-col:275px;grid-template-columns:repeat(auto-fill, minmax(min(var(--autofill-min-col), 100%), 1fr));gap:1rem;display:grid}}@layer utilities,page;@layer components{#sitenav{padding:.5rem 1rem}:fullscreen{background-color:var(--clr-white)}#map{width:100%;height:300px;margin-bottom:1rem}#map .leaflet-control-draw-rect{width:30px;height:30px;padding-top:5px;padding-left:5px}#map .leaflet-control-draw-rect.active{background:var(--clr-gray-400)}#map svg{display:initial;max-width:initial}#map .square-icon{width:16px;height:16px}@media screen and (width<=770px){#map{width:100%}}.pagination{margin:1rem 0;display:flex}.pagination li{border:var(--border-grey);cursor:pointer;padding:.25rem .5rem;list-style:none}.pagination li.disable{color:var(--clr-gray-600);cursor:text}.pagination li.current-page{background-color:var(--clr-gray-300);font-weight:var(--fw-bold)}#observations-header{background-color:var(--clr-iNat-dark-gray)}#observations-nav ul{justify-content:center;width:100%;margin:0;padding:0;display:flex}#observations-nav li{list-style:none}#observations-nav button{background-color:inherit;height:100%;color:var(--clr-white);border:0;border-radius:0;flex-direction:column;justify-content:end;align-items:center;display:flex}#observations-nav .search-icon g{fill:var(--clr-white)}#observations-nav button:hover,#observations-nav button:focus-visible{background-color:var(--clr-gray-800)}#observations-nav .header-count{font-weight:var(--fw-bold)}@media (width<=450px){#observations-nav{font-size:var(--font-size-sm)}}#view-container{min-height:250px;margin:1rem .5rem}#view-controls{gap:0;display:flex}#view-controls button{border-radius:0}.avatar-name{align-items:center;gap:.5rem;display:flex}.avatar-name a{text-decoration:none}.avatar-name a:hover{color:var(--brand-main);text-decoration:underline}.tp-wrapper{display:inline}.tp-wrapper .svg-button{position:relative}.tp-wrapper .svg-button input{cursor:pointer;width:.9rem;height:.9rem;position:absolute;top:1px;left:0}.tp-wrapper input[type=button],.tp-wrapper button{background-color:inherit;border-width:0;padding:0}.tp-wrapper input[type=button]:hover,.tp-wrapper input[type=button]:focus-visible,.tp-wrapper button:hover,.tp-wrapper button:focus-visible{background-color:inherit}.tp-wrapper [role=tooltip]:popover-open{word-break:break-word;border-width:0;border-radius:5px;width:80%;padding:.5em .75em;line-height:1.5}.tp-wrapper .tp-trigger.icon{text-align:center;border:1px solid var(--clr-gray-900);width:.9rem;height:.9rem;color:var(--clr-gray-900);border-radius:100%;margin:0 3px;font-size:.8rem;display:inline-block}.tp-wrapper .tp-trigger:hover,.tp-wrapper .tp-trigger:focus-visible{background-color:var(--clr-gray-500)}.loader{box-sizing:border-box;z-index:501;border:7px solid #f6d4c9;border-bottom-color:#ff3d00;border-radius:50%;width:75px;height:75px;animation:1s linear infinite rotation;display:none;position:absolute;top:calc(50% - 60px);left:calc(50% - 60px)}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.navbar{gap:1rem;padding:.5rem .5rem 0;display:flex}.navbar .navbar-brand{white-space:nowrap}.navbar .navbar-nav{gap:.5rem;list-style:none;display:flex}.quality-grade{margin-top:.5rem}.quality-grade .badge{font-size:var(--font-size-sm);white-space:nowrap;padding:3px}.quality-grade .research-grade-badge{background-color:var(--clr-iNat-green);color:var(--clr-white)}.quality-grade .needs-id-badge{background-color:var(--clr-iNat-yellow)}.quality-grade .casual-badge{background-color:var(--clr-warning)}}@layer searchView{#observations-form fieldset,#observations-form .controls{margin-bottom:1rem}#observations-form .fields-basic{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (width<=770px){#observations-form .fields-basic{grid-template-columns:1fr;gap:0}}#observations-form #more-options-container{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (width<=770px){#observations-form #more-options-container{grid-template-columns:1fr;gap:0}}.current-view{background-color:var(--clr-iNat-green)}.taxa-ac-option{grid-template-columns:40px 1fr;gap:5px;display:grid}.taxa-ac-option .taxon-name{display:grid}.taxa-ac-option .title{font-weight:var(--fw-bold)}.taxa-ac-option .scientific-name{font-style:italic}.places-ac-option .place-type{color:var(--clr-gray-700)}ol.filters-list,ol.more-filters-list{flex-wrap:wrap;gap:.5rem;margin-top:0;padding:0;display:flex}:is(ol.filters-list,ol.more-filters-list) li{background-color:var(--clr-iNat-green);color:var(--clr-white);border-radius:1rem;padding:.125rem .5rem;list-style:none}:is(ol.filters-list,ol.more-filters-list) button{color:var(--clr-white);background-color:#0000;border:none;margin-left:5px;padding:0 .25rem}}@layer observationsSpeciesView{:is(#observations-grid,#observations-species-grid) .details a.title,:is(#observations-grid,#observations-species-grid) .details a.subtitle{color:var(--text-main);text-decoration:none}:is(#observations-grid,#observations-species-grid) .details a:hover.title,:is(#observations-grid,#observations-species-grid) .details a:hover.subtitle,:is(#observations-grid,#observations-species-grid) .details a:focus-visible.title,:is(#observations-grid,#observations-species-grid) .details a:focus-visible.subtitle{color:var(--text-main);text-decoration:underline}:is(#observations-grid,#observations-species-grid) .title{font-weight:var(--fw-bold);line-height:1.25;font-size:var(--font-size-md)}:is(#observations-grid,#observations-species-grid) .subtitle{line-height:1.25;font-size:var(--font-size-md)}:is(#observations-grid,#observations-species-grid) .scientific-name{font-style:italic}:is(#observations-grid,#observations-species-grid) figcaption{background-color:var(--clr-overlay-dark-700);color:var(--clr-white);font-size:var(--font-size-xsm);justify-content:space-between;gap:.5rem;display:flex}:is(#observations-grid,#observations-species-grid) figcaption span{padding:.15rem .25rem}:is(#observations-grid,#observations-species-grid) .media:not(.sound-only) .audio-icon{--audio-color:var(--clr-overlay-light-900);--audio-background:var(--clr-overlay-dark-400);--icon-height:40px;--icon-width:40px;--icon-padding:8px;background-color:var(--audio-background);width:var(--icon-height);height:var(--icon-width);padding:var(--icon-padding);position:absolute;top:0;right:0}:is(#observations-grid,#observations-species-grid) .media.sound-only .audio-icon{--audio-color:var(--clr-overlay-dark-400);--icon-height:250px;--icon-width:100%;--icon-padding:25px;padding:var(--icon-padding);width:var(--icon-width);height:var(--icon-height);position:absolute;top:0;right:0}#observations-grid .card{border:var(--border-grey);flex-direction:column;height:100%;display:flex}#observations-grid .details{flex-direction:column;padding:.5rem .75rem;display:flex}#observations-grid .observed-data{justify-content:space-between;display:flex}@media (width<=350px){#observations-grid .observed-data{display:block}}#observations-grid .avatar-name{margin-right:1rem}#observations-grid .observed{flex-wrap:wrap;align-content:center;height:36px;display:flex}#observations-grid .media{border-bottom:var(--border-grey);background-color:var(--clr-gray-200);min-height:250px;position:relative}#observations-grid .media img{object-fit:cover;height:250px;margin:0 auto}#observations-grid .media audio{height:250px}#observations-grid .media .no-photo{width:100%;height:250px;padding:50px}#observations-grid .media:hover{opacity:.7;cursor:pointer}#observations-species-grid .card{border:var(--border-grey);flex-direction:column;height:100%;display:flex}#observations-species-grid .card [role=tooltip]{right:0}#observations-species-grid .card .media{border-bottom:var(--border-grey);position:relative}#observations-species-grid .card .media img{object-fit:cover;width:100%;height:200px}#observations-species-grid .card .media img:hover{opacity:.7}#observations-species-grid .card .no-photo{width:100%;height:200px;padding:20px}#observations-species-grid .card .licensing{background-color:var(--clr-overlay-dark-400);color:var(--clr-white);text-align:center;width:1.6rem;height:1.6rem;padding-top:.3rem;line-height:1;position:absolute;bottom:0}#observations-species-grid .card .attribution{background-color:var(--clr-overlay-dark-700);color:var(--clr-white);padding:.25rem;bottom:1.5rem}#observations-species-grid .card .details{flex-direction:column;height:100%;padding:.5rem .75rem;display:flex}#observations-species-grid .card .observations-count{margin-block-start:auto}#observations-species-grid .card .establishment-means{color:var(--clr-white);text-align:center;width:1.6rem;height:1.6rem;padding-top:.3rem;line-height:1;position:absolute;top:0;right:0}#observations-species-grid .card .establishment-means.native{background-color:var(--clr-iNat-green)}#observations-species-grid .card .establishment-means.introduced{background-color:var(--clr-iNat-pink)}#observations-species-grid .card .establishment-means.endemic{background-color:var(--clr-iNat-blue)}#observations-grid dialog.media-modal{grid-template-rows:2rem 1fr;width:98vw;height:99vh;padding:0 .5rem}#observations-grid dialog.media-modal .modal-header{justify-content:end;display:flex}#observations-grid dialog.media-modal .close-btn{background-color:#0000;border:none;border-radius:50%;width:28px;height:28px;padding:0;font-size:40px;line-height:.7}#observations-grid dialog.media-modal .close-btn:hover{background-color:var(--clr-gray-400)}#observations-grid dialog.media-modal:popover-open{display:grid}#observations-grid media-carousel .details{text-align:center;padding:0 .25rem .5rem;display:block}#observations-grid media-carousel .media{background-color:initial;border:0;height:100%}#observations-grid media-carousel .media figure[hidden]{display:none}#observations-grid media-carousel .media figure{height:100%}#observations-grid media-carousel .media img{max-height:min(75vh,100%);height:initial}#observations-grid media-carousel .media audio{height:min(400px,50vh)}#observations-grid media-carousel .media .sound:not([hidden]){flex-direction:column;align-items:center;display:flex}#observations-grid media-carousel .media figcaption{text-align:center;background-color:initial;color:inherit;margin-top:.75rem;display:block}#observations-grid media-carousel .media:hover{opacity:initial;cursor:initial}#observations-grid media-carousel .media-count{color:var(--clr-gray-800);font-size:var(--font-size-sm);border-left:var(--border-dark-grey);margin-left:2px;padding-left:5px}#observations-grid media-carousel .item-selector .prev-selector,#observations-grid media-carousel .item-selector .next-selector{opacity:.9;border-radius:50%;width:25px;height:25px;padding:0;position:absolute;top:45%}#observations-grid media-carousel .item-selector .prev-selector[disabled],#observations-grid media-carousel .item-selector .next-selector[disabled]{display:none}#observations-grid media-carousel .item-selector .prev-selector{left:5px}#observations-grid media-carousel .item-selector .next-selector{right:5px}}@layer aboutPage{#about-page svg.icon{display:inline}#about-page ul{margin-left:1rem}#about-page .square-icon{width:16px;height:16px}#about-page .icon{font-size:1.5rem}}@layer icons{.person-icon,.avatar-image{border-radius:100%;width:36px;height:36px}.map-marker-icon,.map-marker-obscured-icon{width:12px;height:12px;display:inline}.map-marker-obscured-icon{fill:var(--clr-gray-500)}.person-icon{background-color:var(--clr-gray-400)}.person-icon g{transform:translateY(8px)}.computer-icon{width:20px;height:20px}.search-icon{width:14px;height:14px}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}:root{--clr-ac-150:#00000026;--clr-ac-300:#0000004d;--clr-ac-400:#0006;--clr-ac-500:#00000080;--clr-ac-600:#0009;--clr-ac-800:#000c;--clr-ac-1000:#000;--clr-ac-white:#fff;--clr-ac-black:#212121}.autoComplete_wrapper{display:inline-block;position:relative}.autoComplete_wrapper>input{text-overflow:ellipsis;transition:all .4s;-webkit-transition:all -webkit-transform .4s ease;padding:.5rem}.autoComplete_wrapper>input::placeholder{color:var(--clr-ac-500);transition:all .3s;-webkit-transition:all -webkit-transform .3s ease}.autoComplete_wrapper>input:focus-visible::placeholder{color:var(--clr-ac-800)}.autoComplete_wrapper>input:focus-visible::selection{background-color:var(--clr-ac-150)}.autoComplete_wrapper>input::selection{background-color:var(--clr-ac-150)}.autoComplete_wrapper>input:focus-visible{color:var(--clr-ac-1000)}.autoComplete_wrapper>ul{z-index:401;background-color:var(--clr-ac-white);z-index:1001;border:1px solid #21212112;border-radius:.6rem;outline:none;width:30rem;max-height:500px;margin:.5rem 0 0;padding:0;list-style:none;transition:opacity .15s ease-in-out;position:absolute;left:0;right:0;overflow-y:scroll;box-shadow:0 3px 6px #959da526}.autoComplete_wrapper>ul[hidden],.autoComplete_wrapper>ul:empty{opacity:0;display:block;transform:scale(0)}.autoComplete_wrapper>ul>li{text-align:left;color:var(--clr-ac-black);background-color:var(--clr-ac-white);text-overflow:ellipsis;font-size:var(--font-size-sm);border-radius:.35rem;margin:0;padding:.3rem .5rem;transition:all .2s;overflow:hidden}.autoComplete_wrapper>ul>li:hover{cursor:pointer;background-color:var(--clr-ac-150)}.autoComplete_wrapper>ul>li[aria-selected=true]{background-color:var(--clr-ac-150)}@media only screen and (width<=600px){.autoComplete_wrapper>input{width:18rem}}
