]> git.openstreetmap.org Git - rails.git/commitdiff
Update to iD v1.8.2
authorBryan Housel <bryan@mapbox.com>
Fri, 11 Dec 2015 02:02:52 +0000 (18:02 -0800)
committerBryan Housel <bryan@mapbox.com>
Fri, 11 Dec 2015 02:02:52 +0000 (18:02 -0800)
62 files changed:
vendor/assets/iD/iD.css.erb
vendor/assets/iD/iD.js
vendor/assets/iD/iD/img/iD-sprite.svg
vendor/assets/iD/iD/img/maki-sprite.svg
vendor/assets/iD/iD/locales/af.json
vendor/assets/iD/iD/locales/ar-AA.json
vendor/assets/iD/iD/locales/ar.json
vendor/assets/iD/iD/locales/ast.json
vendor/assets/iD/iD/locales/bg-BG.json
vendor/assets/iD/iD/locales/bn.json
vendor/assets/iD/iD/locales/bs.json
vendor/assets/iD/iD/locales/ca.json
vendor/assets/iD/iD/locales/cs.json
vendor/assets/iD/iD/locales/da.json
vendor/assets/iD/iD/locales/de.json
vendor/assets/iD/iD/locales/el.json
vendor/assets/iD/iD/locales/en-GB.json
vendor/assets/iD/iD/locales/en.json
vendor/assets/iD/iD/locales/eo.json
vendor/assets/iD/iD/locales/es.json
vendor/assets/iD/iD/locales/et.json
vendor/assets/iD/iD/locales/fa.json
vendor/assets/iD/iD/locales/fi.json
vendor/assets/iD/iD/locales/fr.json
vendor/assets/iD/iD/locales/gl.json
vendor/assets/iD/iD/locales/hr.json
vendor/assets/iD/iD/locales/hu.json
vendor/assets/iD/iD/locales/hy.json
vendor/assets/iD/iD/locales/id.json
vendor/assets/iD/iD/locales/is.json
vendor/assets/iD/iD/locales/it.json
vendor/assets/iD/iD/locales/ja.json
vendor/assets/iD/iD/locales/kn.json
vendor/assets/iD/iD/locales/ko.json
vendor/assets/iD/iD/locales/lt.json
vendor/assets/iD/iD/locales/lv.json
vendor/assets/iD/iD/locales/nl.json
vendor/assets/iD/iD/locales/no.json
vendor/assets/iD/iD/locales/pl.json
vendor/assets/iD/iD/locales/pt-BR.json
vendor/assets/iD/iD/locales/pt.json
vendor/assets/iD/iD/locales/ro.json
vendor/assets/iD/iD/locales/ru.json
vendor/assets/iD/iD/locales/si.json
vendor/assets/iD/iD/locales/sk.json
vendor/assets/iD/iD/locales/sl.json
vendor/assets/iD/iD/locales/sq.json
vendor/assets/iD/iD/locales/sr.json
vendor/assets/iD/iD/locales/sv.json
vendor/assets/iD/iD/locales/ta.json
vendor/assets/iD/iD/locales/te.json
vendor/assets/iD/iD/locales/tl.json
vendor/assets/iD/iD/locales/tr.json
vendor/assets/iD/iD/locales/uk.json
vendor/assets/iD/iD/locales/vi.json
vendor/assets/iD/iD/locales/yue.json
vendor/assets/iD/iD/locales/zh-CN.json
vendor/assets/iD/iD/locales/zh-HK.json
vendor/assets/iD/iD/locales/zh-TW.json
vendor/assets/iD/iD/locales/zh.json
vendor/assets/iD/imagery.js
vendor/assets/iD/presets.js

index 25103657d84ec12eb8c0b738c6574c82b960bd28..3a6602e30cd5bbbd0ed02d835281ff6366498164 100644 (file)
@@ -187,8 +187,14 @@ img.tile-removing {
 use { pointer-events: none; }
 
 /* base styles */
-.layer path { fill: none; }
-.layer use path { fill: #333; }  /* FF svg icons */
+.layer path:not(.oneway) { fill: none; }     /* IE needs :not(.oneway) */
+
+/* the above fill: none rule affects paths in <use> shadow dom only in Firefox */
+.layer use.icon path { fill: #333; }                       /* FF svg Maki icons */
+.layer .turn use path { fill: #000; }                      /* FF turn restriction icons */
+#turn-only-shape2, #turn-only-u-shape2 { fill: #7092FF; }  /* FF turn-only, turn-only-u */
+#turn-no-shape2, #turn-no-u-shape2     { fill: #E06D5F; }  /* FF turn-no, turn-no-u */
+#turn-yes-shape2, #turn-yes-u-shape2   { fill: #8CD05F; }  /* FF turn-yes, turn-yes-u */
 
 g.point .shadow,
 g.vertex .shadow,
@@ -509,10 +515,10 @@ path.fill.tag-landuse-landfill {
 .pattern-color-construction {
     fill: rgba(196, 189, 25, 0.2);
 }
-path.stroke.tag-landuse.tag-ephemeral {
+path.stroke.tag-landuse.tag-status {
     stroke: rgb(196, 189, 25);
 }
-.preset-icon-fill-area.tag-landuse.tag-ephemeral {
+.preset-icon-fill-area.tag-landuse.tag-status {
     border-color: rgb(196, 189, 25);
     background-color: rgba(196, 189, 25, 0.2);
 }
@@ -611,10 +617,6 @@ path.fill.tag-amenity-parking {
     background-color: rgba(170, 170, 170, 0.3);
 }
 
-path.fill.tag-place,
-path.fill.tag-boundary {
-    fill: none;
-}
 
 /* highway areas */
 
@@ -965,8 +967,14 @@ path.stroke.tag-pedestrian {
 path.casing.tag-highway-corridor,
 path.casing.tag-highway-pedestrian,
 path.casing.tag-corridor,
-path.casing.tag-pedestrian {
-    stroke:#8cd05f;
+path.casing.tag-pedestrian,
+path.casing.tag-highway-corridor.tag-unpaved,
+path.casing.tag-highway-pedestrian.tag-unpaved,
+path.casing.tag-corridor.tag-unpaved,
+path.casing.tag-pedestrian.tag-unpaved {
+    stroke: #8cd05f;
+    stroke-linecap: round;
+    stroke-dasharray: none;
 }
 
 .preset-icon .icon.highway-road {
@@ -996,19 +1004,16 @@ path.casing.tag-service {
 }
 
 .preset-icon .icon.highway-track {
-    color: #ccc;
-    fill: #996600;
+    color: #eaeaea;
+    fill: #c5b59f;
 }
 path.stroke.tag-highway-track,
 path.stroke.tag-track {
-    stroke: #ccc;
+    stroke: #c5b59f;
 }
 path.casing.tag-highway-track,
 path.casing.tag-track {
-    stroke: #996600;
-    stroke-linecap: butt;
-    stroke-dasharray: 6, 6;
-    stroke-width:7;
+    stroke: #746f6f;
 }
 
 path.stroke.tag-highway-path,
@@ -1019,13 +1024,21 @@ path.stroke.tag-highway-bridleway {
     stroke-dasharray: 6, 6;
 }
 
-path.casing.tag-highway-path{
+path.casing.tag-highway-path,
+path.casing.tag-highway-path.tag-unpaved {
     stroke: #c5b59f;
+    stroke-linecap: round;
+    stroke-dasharray: none;
 }
 path.casing.tag-highway-footway,
 path.casing.tag-highway-cycleway,
-path.casing.tag-highway-bridleway {
+path.casing.tag-highway-bridleway,
+path.casing.tag-highway-footway.tag-unpaved,
+path.casing.tag-highway-cycleway.tag-unpaved,
+path.casing.tag-highway-bridleway.tag-unpaved {
     stroke: #fff;
+    stroke-linecap: round;
+    stroke-dasharray: none;
 }
 
 .preset-icon .icon.category-path,
@@ -1073,12 +1086,15 @@ path.stroke.tag-highway-steps {
     stroke-linecap: butt;
     stroke-dasharray: 3, 3;
 }
-path.casing.tag-highway-steps {
+path.casing.tag-highway-steps,
+path.casing.tag-highway-steps.tag-unpaved {
     stroke: #fff;
+    stroke-linecap: round;
+    stroke-dasharray: none;
 }
 
-/* aeroways */
 
+/* aeroways */
 path.stroke.tag-aeroway-taxiway {
     stroke: #805C80;
     stroke-width: 4;
@@ -1171,6 +1187,7 @@ path.casing.tag-railway-platform {
     stroke: none;
 }
 
+
 /* waterways */
 .preset-icon .icon.tag-waterway.other-line {
     color: #77d3de;
@@ -1215,6 +1232,18 @@ path.casing.tag-waterway-ditch {
     stroke: #6591ff;
     stroke-width: 3;
 }
+path.area.stroke.tag-waterway-fuel {
+    stroke: white;
+    stroke-width: 1;
+}
+path.area.casing.tag-waterway-fuel {
+    stroke: none;
+}
+path.area.fill.tag-waterway-fuel {
+    stroke: rgba(255, 255, 255, 0.3);
+    fill: rgba(255, 255, 255, 0.3);
+}
+
 
 /* power */
 .preset-icon .icon.tag-man_made-pipeline,
@@ -1231,8 +1260,8 @@ path.casing.tag-power {
     stroke: none;
 }
 
-/* boundary */
 
+/* boundaries */
 path.stroke.tag-boundary {
     stroke: #fff;
     stroke-width: 2;
@@ -1249,8 +1278,8 @@ path.casing.tag-boundary-national_park {
     stroke: #b0e298;
 }
 
-/* barriers */
 
+/* barriers */
 path.stroke.tag-barrier {
     stroke: #ddd;
     stroke-width: 3px;
@@ -1263,19 +1292,19 @@ path.stroke.tag-barrier {
     stroke-dasharray: 8, 2, 2, 2;
 }
 
-/* bridges */
 
+/* bridges */
 path.casing.tag-bridge {
     stroke-width: 16;
     stroke-opacity: 0.6;
     stroke: #000;
     stroke-linecap: butt;
+    stroke-dasharray: none;
 }
 
 path.shadow.tag-bridge {
     stroke-width: 22;
 }
-
 path.casing.line.tag-railway.tag-bridge,
 path.casing.tag-highway-living_street.tag-bridge,
 path.casing.tag-highway-path.tag-bridge,
@@ -1289,7 +1318,6 @@ path.casing.tag-highway-cycleway.tag-bridge,
 path.casing.tag-highway-bridleway.tag-bridge {
     stroke-width: 10;
 }
-
 path.shadow.line.tag-railway.tag-bridge,
 path.shadow.tag-highway-living_street.tag-bridge,
 path.shadow.tag-highway-path.tag-bridge,
@@ -1303,15 +1331,9 @@ path.shadow.tag-highway-cycleway.tag-bridge,
 path.shadow.tag-highway-bridleway.tag-bridge {
     stroke-width: 17;
 }
-
-
 .low-zoom path.casing.tag-bridge {
     stroke-width: 10;
-    stroke-opacity: 0.6;
-    stroke: #000;
-    stroke-linecap: butt;
 }
-
 .low-zoom path.shadow.tag-bridge {
     stroke-width: 14;
 }
@@ -1344,18 +1366,19 @@ path.shadow.tag-highway-bridleway.tag-bridge {
     stroke-width: 13;
 }
 
-/* tunnels */
 
+/* tunnels */
 path.stroke.tag-tunnel {
     stroke-opacity: 0.3;
 }
-
 path.casing.tag-tunnel {
     stroke-opacity: 0.5;
+    stroke-linecap: butt;
+    stroke-dasharray: none;
 }
 
-/* embankments / cuttings */
 
+/* embankments / cuttings */
 path.casing.tag-embankment,
 path.casing.tag-cutting {
     stroke-opacity: 0.5;
@@ -1381,42 +1404,38 @@ path.shadow.tag-cutting {
 }
 
 
-/* Ephemeral */
-
-path.stroke.tag-ephemeral,
-path.casing.tag-ephemeral {
+/* Surface - unpaved */
+path.casing.tag-unpaved {
+    stroke: #eaeaea;
     stroke-linecap: butt;
-    stroke-dasharray: 7, 3;
+    stroke-dasharray: 4, 3;
 }
-
-.low-zoom path.stroke.tag-ephemeral,
-.low-zoom path.casing.tag-ephemeral {
-    stroke-linecap: butt;
-    stroke-dasharray: 5, 2;
+.low-zoom path.casing.tag-unpaved {
+    stroke-dasharray: 3, 2;
 }
-
-text {
-    font-size:10px;
-    pointer-events: none;
-    color: #222;
-    opacity: 1;
+path.casing.tag-bridge.tag-unpaved {
+    stroke: #000;
+    stroke-dasharray: 4, 3;
 }
-
-.oneway .textpath.tag-waterway {
-    fill: #002F35;
+.low-zoom path.casing.tag-bridge.tag-unpaved {
+    stroke: #000;
+    stroke-dasharray: 3, 2;
 }
 
-marker#oneway-marker path {
-    fill:#000;
-    opacity: .5;
-}
 
-path.oneway {
-    stroke-width: 6px;
+/* Status (e.g. construction, proposed, abandoned) */
+path.stroke.tag-status,
+path.casing.tag-status {
+    stroke-linecap: butt;
+    stroke-dasharray: 7, 3;
+}
+.low-zoom path.stroke.tag-status,
+.low-zoom path.casing.tag-status {
+    stroke-dasharray: 5, 2;
 }
 
-/* Buildings */
 
+/* Buildings */
 path.stroke.tag-building,
 path.stroke.tag-amenity-shelter {
     stroke: rgb(224, 110, 95);
@@ -1433,9 +1452,23 @@ path.fill.tag-amenity-shelter {
 }
 
 
-/*
- * Labels
- */
+/* Labels / Markers */
+
+text {
+    font-size:10px;
+    pointer-events: none;
+    color: #222;
+    opacity: 1;
+}
+
+.oneway .textpath.tag-waterway {
+    fill: #002F35;
+}
+
+path.oneway {
+    stroke-width: 6px;
+}
+
 
 text.arealabel-halo,
 text.linelabel-halo,
@@ -1703,7 +1736,7 @@ text.gpx {
 }
 
 .fill-wireframe .point,
-.fill-wireframe .icon,
+.fill-wireframe .areaicon,
 .fill-wireframe path.casing,
 .fill-wireframe path.fill,
 .fill-wireframe path.oneway {
@@ -1923,6 +1956,10 @@ table.tags, table.tags td, table.tags th {
     padding: 4px;
 }
 
+::-ms-clear {
+   display: none;
+}
+
 /* Grid
 ------------------------------------------------------- */
 
@@ -2749,6 +2786,7 @@ button.save.has-count .count::before {
     min-height: 30px;
     border-top: 0;
     border-radius: 0 0 4px 4px;
+    overflow: hidden;
 }
 
 .form-field textarea {
index 3adf062d3d9fad5c8cee0c9fdd7e59c3fe75b9d0..14dafc8f5300ea787552707c88a9631473e5e03d 100644 (file)
@@ -14045,7 +14045,8 @@ module.exports = function(o) {
 
         // ## Getting a request token
         var params = timenonce(getAuth(o)),
-            url = o.url + '/oauth/request_token';
+            url = o.url + '/oauth/request_token',
+            timer;
 
         params.oauth_signature = ohauth.signature(
             o.oauth_secret, '',
@@ -14061,6 +14062,15 @@ module.exports = function(o) {
                         return x.join('=');
                     }).join(','),
                 popup = window.open('about:blank', 'oauth_window', settings);
+
+
+            timer = setInterval(function() {
+                if (popup.closed) {
+                    o.done();
+                    clearInterval(timer);
+                    callback('not authenticated', null);
+                }
+            }, 100);
         }
 
         // Request a request token. When this is complete, the popup
@@ -14070,7 +14080,10 @@ module.exports = function(o) {
 
         function reqTokenDone(err, xhr) {
             o.done();
-            if (err) return callback(err);
+            if (err) {
+                if (timer) clearInterval(timer);
+                return callback(err);
+            }
             var resp = ohauth.stringQs(xhr.response);
             token('oauth_request_token_secret', resp.oauth_token_secret);
             var authorize_url = o.url + '/oauth/authorize?' + ohauth.qsString({
@@ -14089,6 +14102,7 @@ module.exports = function(o) {
         // Called by a function in a landing page, in the popup window. The
         // window closes itself.
         window.authComplete = function(token) {
+            if (timer) clearInterval(timer);
             var oauth_token = ohauth.stringQs(token.split('?')[1]);
             get_access_token(oauth_token.oauth_token);
             delete window.authComplete;
@@ -14118,6 +14132,7 @@ module.exports = function(o) {
 
         function accessTokenDone(err, xhr) {
             o.done();
+            if (timer) clearInterval(timer);
             if (err) return callback(err);
             var access_token = ohauth.stringQs(xhr.response);
             token('oauth_token', access_token.oauth_token);
@@ -14427,11 +14442,11 @@ module.exports = function(o) {
                store.disabled = true
        }
        store.enabled = !store.disabled
-       
+
        if (typeof module != 'undefined' && module.exports) { module.exports = store }
        else if (typeof define === 'function' && define.amd) { define(store) }
        else { win.store = store }
-       
+
 })(this.window || global);
 
 })(window)
@@ -14474,7 +14489,7 @@ function extend() {
 },{"./has-keys":5,"object-keys":6}],7:[function(require,module,exports){
 (function(global){/**
  * jsHashes - A fast and independent hashing library pure JavaScript implemented (ES3 compliant) for both server and client side
- * 
+ *
  * @class Hashes
  * @author Tomas Aparicio <tomas@rijndael-project.com>
  * @license New BSD (see LICENSE file)
@@ -14492,11 +14507,11 @@ function extend() {
  */
 (function(){
   var Hashes;
-  
+
   // private helper methods
   function utf8Encode(str) {
     var  x, y, output = '', i = -1, l;
-    
+
     if (str && str.length) {
       l = str.length;
       while ((i+=1) < l) {
@@ -14527,15 +14542,15 @@ function extend() {
     }
     return output;
   }
-  
+
   function utf8Decode(str) {
     var i, ac, c1, c2, c3, arr = [], l;
     i = ac = c1 = c2 = c3 = 0;
-    
+
     if (str && str.length) {
       l = str.length;
       str += '';
-    
+
       while (i < l) {
           c1 = str.charCodeAt(i);
           ac += 1;
@@ -14642,9 +14657,9 @@ function extend() {
     }
     return output;
   }
-  
+
   /**
-   * Convert a raw string to an array of big-endian words 
+   * Convert a raw string to an array of big-endian words
    * Characters >255 have their high-byte silently ignored.
    */
    function rstr2binb(input) {
@@ -14665,14 +14680,14 @@ function extend() {
     var divisor = encoding.length,
         remainders = Array(),
         i, q, x, ld, quotient, dividend, output, full_length;
-  
+
     /* Convert to an array of 16-bit big-endian values, forming the dividend */
     dividend = Array(Math.ceil(input.length / 2));
     ld = dividend.length;
     for (i = 0; i < ld; i+=1) {
       dividend[i] = (input.charCodeAt(i * 2) << 8) | input.charCodeAt(i * 2 + 1);
     }
-  
+
     /**
      * Repeatedly perform a long division. The binary array forms the dividend,
      * the length of the encoding is the divisor. Once computed, the quotient
@@ -14693,13 +14708,13 @@ function extend() {
       remainders[remainders.length] = x;
       dividend = quotient;
     }
-  
+
     /* Convert the remainders to the output string */
     output = '';
     for (i = remainders.length - 1; i >= 0; i--) {
       output += encoding.charAt(remainders[i]);
     }
-  
+
     /* Append leading zero equivalents */
     full_length = Math.ceil(input.length * 8 / (Math.log(encoding.length) / Math.log(2)));
     for (i = output.length; i < full_length; i+=1) {
@@ -14721,10 +14736,10 @@ function extend() {
             | (i + 1 < len ? input.charCodeAt(i+1) << 8 : 0)
             | (i + 2 < len ? input.charCodeAt(i+2)      : 0);
       for (j = 0; j < 4; j+=1) {
-        if (i * 8 + j * 6 > input.length * 8) { 
-          output += b64pad; 
-        } else { 
-          output += tab.charAt((triplet >>> 6*(3-j)) & 0x3F); 
+        if (i * 8 + j * 6 > input.length * 8) {
+          output += b64pad;
+        } else {
+          output += tab.charAt((triplet >>> 6*(3-j)) & 0x3F);
         }
        }
     }
@@ -14732,7 +14747,7 @@ function extend() {
   }
 
   Hashes = {
-  /**  
+  /**
    * @property {String} version
    * @readonly
    */
@@ -14752,7 +14767,7 @@ function extend() {
     // public method for encoding
     this.encode = function (input) {
       var i, j, triplet,
-          output = '', 
+          output = '',
           len = input.length;
 
       pad = pad || '=';
@@ -14770,7 +14785,7 @@ function extend() {
           }
         }
       }
-      return output;    
+      return output;
     };
 
     // public method for decoding
@@ -14842,8 +14857,8 @@ function extend() {
   CRC32 : function (str) {
     var crc = 0, x = 0, y = 0, table, i, iTop;
     str = utf8Encode(str);
-        
-    table = [ 
+
+    table = [
         '00000000 77073096 EE0E612C 990951BA 076DC419 706AF48F E963A535 9E6495A3 0EDB8832 ',
         '79DCB8A4 E0D5E91E 97D2D988 09B64C2B 7EB17CBD E7B82D07 90BF1D91 1DB71064 6AB020F2 F3B97148 ',
         '84BE41DE 1ADAD47D 6DDDE4EB F4D4B551 83D385C7 136C9856 646BA8C0 FD62F97A 8A65C9EC 14015C4F ',
@@ -14861,7 +14876,7 @@ function extend() {
         '7A6A5AA8 E40ECF0B 9309FF9D 0A00AE27 7D079EB1 F00F9344 8708A3D2 1E01F268 6906C2FE F762575D ',
         '806567CB 196C3671 6E6B06E7 FED41B76 89D32BE0 10DA7A5A 67DD4ACC F9B9DF6F 8EBEEFF9 17B7BE43 ',
         '60B08ED5 D6D6A3E8 A1D1937E 38D8C2C4 4FDFF252 D1BB67F1 A6BC5767 3FB506DD 48B2364B D80D2BDA ',
-        'AF0A1B4C 36034AF6 41047A60 DF60EFC3 A867DF55 316E8EEF 4669BE79 CB61B38C BC66831A 256FD2A0 ', 
+        'AF0A1B4C 36034AF6 41047A60 DF60EFC3 A867DF55 316E8EEF 4669BE79 CB61B38C BC66831A 256FD2A0 ',
         '5268E236 CC0C7795 BB0B4703 220216B9 5505262F C5BA3BBE B2BD0B28 2BB45A92 5CB36A04 C2D7FFA7 ',
         'B5D0CF31 2CD99E8B 5BDEAE1D 9B64C2B0 EC63F226 756AA39C 026D930A 9C0906A9 EB0E363F 72076785 ',
         '05005713 95BF4A82 E2B87A14 7BB12BAE 0CB61B38 92D28E9B E5D5BE0D 7CDCEFB7 0BDBDF21 86D3D2D4 ',
@@ -14886,14 +14901,14 @@ function extend() {
    * @class MD5
    * @constructor
    * @param {Object} [config]
-   * 
+   *
    * A JavaScript implementation of the RSA Data Security, Inc. MD5 Message
    * Digest Algorithm, as defined in RFC 1321.
    * Version 2.2 Copyright (C) Paul Johnston 1999 - 2009
    * Other contributors: Greg Holt, Andrew Kepert, Ydnar, Lostinet
    * See <http://pajhome.org.uk/crypt/md5> for more infHashes.
    */
-  MD5 : function (options) {  
+  MD5 : function (options) {
     /**
      * Private config properties. You may need to tweak these to be compatible with
      * the server-side, but the defaults work in most cases.
@@ -14903,24 +14918,24 @@ function extend() {
         b64pad = (options && typeof options.pad === 'string') ? options.pda : '=', // base-64 pad character. Defaults to '=' for strict RFC compliance
         utf8 = (options && typeof options.utf8 === 'boolean') ? options.utf8 : true; // enable/disable utf8 encoding
 
-    // privileged (public) methods 
-    this.hex = function (s) { 
+    // privileged (public) methods
+    this.hex = function (s) {
       return rstr2hex(rstr(s, utf8), hexcase);
     };
-    this.b64 = function (s) { 
+    this.b64 = function (s) {
       return rstr2b64(rstr(s), b64pad);
     };
-    this.any = function(s, e) { 
-      return rstr2any(rstr(s, utf8), e); 
+    this.any = function(s, e) {
+      return rstr2any(rstr(s, utf8), e);
     };
-    this.hex_hmac = function (k, d) { 
-      return rstr2hex(rstr_hmac(k, d), hexcase); 
+    this.hex_hmac = function (k, d) {
+      return rstr2hex(rstr_hmac(k, d), hexcase);
     };
-    this.b64_hmac = function (k, d) { 
-      return rstr2b64(rstr_hmac(k,d), b64pad); 
+    this.b64_hmac = function (k, d) {
+      return rstr2b64(rstr_hmac(k,d), b64pad);
     };
-    this.any_hmac = function (k, d, e) { 
-      return rstr2any(rstr_hmac(k, d), e); 
+    this.any_hmac = function (k, d, e) {
+      return rstr2any(rstr_hmac(k, d), e);
     };
     /**
      * Perform a simple self-test to see if the VM is working
@@ -14929,33 +14944,33 @@ function extend() {
     this.vm_test = function () {
       return hex('abc').toLowerCase() === '900150983cd24fb0d6963f7d28e17f72';
     };
-    /** 
-     * Enable/disable uppercase hexadecimal returned string 
-     * @param {Boolean} 
+    /**
+     * Enable/disable uppercase hexadecimal returned string
+     * @param {Boolean}
      * @return {Object} this
-     */ 
+     */
     this.setUpperCase = function (a) {
       if (typeof a === 'boolean' ) {
         hexcase = a;
       }
       return this;
     };
-    /** 
-     * Defines a base64 pad string 
+    /**
+     * Defines a base64 pad string
      * @param {String} Pad
      * @return {Object} this
-     */ 
+     */
     this.setPad = function (a) {
       b64pad = a || b64pad;
       return this;
     };
-    /** 
-     * Defines a base64 pad string 
-     * @param {Boolean} 
+    /**
+     * Defines a base64 pad string
+     * @param {Boolean}
      * @return {Object} [this]
-     */ 
+     */
     this.setUTF8 = function (a) {
-      if (typeof a === 'boolean') { 
+      if (typeof a === 'boolean') {
         utf8 = a;
       }
       return this;
@@ -14970,7 +14985,7 @@ function extend() {
       s = (utf8) ? utf8Encode(s): s;
       return binl2rstr(binl(rstr2binl(s), s.length * 8));
     }
-    
+
     /**
      * Calculate the HMAC-MD5, of a key and some data (raw strings)
      */
@@ -14980,11 +14995,11 @@ function extend() {
       key = (utf8) ? utf8Encode(key) : key;
       data = (utf8) ? utf8Encode(data) : data;
       bkey = rstr2binl(key);
-      if (bkey.length > 16) { 
-        bkey = binl(bkey, key.length * 8); 
+      if (bkey.length > 16) {
+        bkey = binl(bkey, key.length * 8);
       }
 
-      ipad = Array(16), opad = Array(16); 
+      ipad = Array(16), opad = Array(16);
       for (i = 0; i < 16; i+=1) {
           ipad[i] = bkey[i] ^ 0x36363636;
           opad[i] = bkey[i] ^ 0x5C5C5C5C;
@@ -15002,7 +15017,7 @@ function extend() {
           b = -271733879,
           c = -1732584194,
           d =  271733878;
-        
+
       /* append padding */
       x[len >> 5] |= 0x80 << ((len) % 32);
       x[(((len + 64) >>> 9) << 4) + 14] = len;
@@ -15113,7 +15128,7 @@ function extend() {
    * @class Hashes.SHA1
    * @param {Object} [config]
    * @constructor
-   * 
+   *
    * A JavaScript implementation of the Secure Hash Algorithm, SHA-1, as defined in FIPS 180-1
    * Version 2.2 Copyright Paul Johnston 2000 - 2009.
    * Other contributors: Greg Holt, Andrew Kepert, Ydnar, Lostinet
@@ -15130,22 +15145,22 @@ function extend() {
         utf8 = (options && typeof options.utf8 === 'boolean') ? options.utf8 : true; // enable/disable utf8 encoding
 
     // public methods
-    this.hex = function (s) { 
-       return rstr2hex(rstr(s, utf8), hexcase); 
+    this.hex = function (s) {
+       return rstr2hex(rstr(s, utf8), hexcase);
     };
-    this.b64 = function (s) { 
+    this.b64 = function (s) {
        return rstr2b64(rstr(s, utf8), b64pad);
     };
-    this.any = function (s, e) { 
+    this.any = function (s, e) {
        return rstr2any(rstr(s, utf8), e);
     };
     this.hex_hmac = function (k, d) {
        return rstr2hex(rstr_hmac(k, d));
     };
-    this.b64_hmac = function (k, d) { 
-       return rstr2b64(rstr_hmac(k, d), b64pad); 
+    this.b64_hmac = function (k, d) {
+       return rstr2b64(rstr_hmac(k, d), b64pad);
     };
-    this.any_hmac = function (k, d, e) { 
+    this.any_hmac = function (k, d, e) {
        return rstr2any(rstr_hmac(k, d), e);
     };
     /**
@@ -15156,34 +15171,34 @@ function extend() {
     this.vm_test = function () {
       return hex('abc').toLowerCase() === '900150983cd24fb0d6963f7d28e17f72';
     };
-    /** 
-     * @description Enable/disable uppercase hexadecimal returned string 
-     * @param {boolean} 
+    /**
+     * @description Enable/disable uppercase hexadecimal returned string
+     * @param {boolean}
      * @return {Object} this
      * @public
-     */ 
+     */
     this.setUpperCase = function (a) {
        if (typeof a === 'boolean') {
         hexcase = a;
       }
        return this;
     };
-    /** 
-     * @description Defines a base64 pad string 
+    /**
+     * @description Defines a base64 pad string
      * @param {string} Pad
      * @return {Object} this
      * @public
-     */ 
+     */
     this.setPad = function (a) {
       b64pad = a || b64pad;
        return this;
     };
-    /** 
-     * @description Defines a base64 pad string 
-     * @param {boolean} 
+    /**
+     * @description Defines a base64 pad string
+     * @param {boolean}
      * @return {Object} this
      * @public
-     */ 
+     */
     this.setUTF8 = function (a) {
        if (typeof a === 'boolean') {
         utf8 = a;
@@ -15244,12 +15259,12 @@ function extend() {
         oldc = c;
         oldd = d;
         olde = e;
-      
+
        for (j = 0; j < 80; j+=1)       {
-         if (j < 16) { 
-            w[j] = x[i + j]; 
-          } else { 
-            w[j] = bit_rol(w[j-3] ^ w[j-8] ^ w[j-14] ^ w[j-16], 1); 
+         if (j < 16) {
+            w[j] = x[i + j];
+          } else {
+            w[j] = bit_rol(w[j-3] ^ w[j-8] ^ w[j-14] ^ w[j-16], 1);
           }
          t = safe_add(safe_add(bit_rol(a, 5), sha1_ft(j, b, c, d)),
                                           safe_add(safe_add(e, w[j]), sha1_kt(j)));
@@ -15291,7 +15306,7 @@ function extend() {
   /**
    * @class Hashes.SHA256
    * @param {config}
-   * 
+   *
    * A JavaScript implementation of the Secure Hash Algorithm, SHA-256, as defined in FIPS 180-2
    * Version 2.2 Copyright Angel Marin, Paul Johnston 2000 - 2009.
    * Other contributors: Greg Holt, Andrew Kepert, Ydnar, Lostinet
@@ -15311,23 +15326,23 @@ function extend() {
               sha256_K;
 
     /* privileged (public) methods */
-    this.hex = function (s) { 
-      return rstr2hex(rstr(s, utf8)); 
+    this.hex = function (s) {
+      return rstr2hex(rstr(s, utf8));
     };
-    this.b64 = function (s) { 
+    this.b64 = function (s) {
       return rstr2b64(rstr(s, utf8), b64pad);
     };
-    this.any = function (s, e) { 
-      return rstr2any(rstr(s, utf8), e); 
+    this.any = function (s, e) {
+      return rstr2any(rstr(s, utf8), e);
     };
-    this.hex_hmac = function (k, d) { 
-      return rstr2hex(rstr_hmac(k, d)); 
+    this.hex_hmac = function (k, d) {
+      return rstr2hex(rstr_hmac(k, d));
     };
-    this.b64_hmac = function (k, d) { 
+    this.b64_hmac = function (k, d) {
       return rstr2b64(rstr_hmac(k, d), b64pad);
     };
-    this.any_hmac = function (k, d, e) { 
-      return rstr2any(rstr_hmac(k, d), e); 
+    this.any_hmac = function (k, d, e) {
+      return rstr2any(rstr_hmac(k, d), e);
     };
     /**
      * Perform a simple self-test to see if the VM is working
@@ -15337,41 +15352,41 @@ function extend() {
     this.vm_test = function () {
       return hex('abc').toLowerCase() === '900150983cd24fb0d6963f7d28e17f72';
     };
-    /** 
-     * Enable/disable uppercase hexadecimal returned string 
-     * @param {boolean} 
+    /**
+     * Enable/disable uppercase hexadecimal returned string
+     * @param {boolean}
      * @return {Object} this
      * @public
-     */ 
+     */
     this.setUpperCase = function (a) {
-      if (typeof a === 'boolean') { 
+      if (typeof a === 'boolean') {
         hexcase = a;
       }
       return this;
     };
-    /** 
-     * @description Defines a base64 pad string 
+    /**
+     * @description Defines a base64 pad string
      * @param {string} Pad
      * @return {Object} this
      * @public
-     */ 
+     */
     this.setPad = function (a) {
       b64pad = a || b64pad;
       return this;
     };
-    /** 
-     * Defines a base64 pad string 
-     * @param {boolean} 
+    /**
+     * Defines a base64 pad string
+     * @param {boolean}
      * @return {Object} this
      * @public
-     */ 
+     */
     this.setUTF8 = function (a) {
       if (typeof a === 'boolean') {
         utf8 = a;
       }
       return this;
     };
-    
+
     // private methods
 
     /**
@@ -15389,21 +15404,21 @@ function extend() {
       key = (utf8) ? utf8Encode(key) : key;
       data = (utf8) ? utf8Encode(data) : data;
       var hash, i = 0,
-          bkey = rstr2binb(key), 
-          ipad = Array(16), 
+          bkey = rstr2binb(key),
+          ipad = Array(16),
           opad = Array(16);
 
       if (bkey.length > 16) { bkey = binb(bkey, key.length * 8); }
-      
+
       for (; i < 16; i+=1) {
         ipad[i] = bkey[i] ^ 0x36363636;
         opad[i] = bkey[i] ^ 0x5C5C5C5C;
       }
-      
+
       hash = binb(ipad.concat(rstr2binb(data)), 512 + data.length * 8);
       return binb2rstr(binb(opad.concat(hash), 512 + 256));
     }
-    
+
     /*
      * Main sha256 function, with its support functions
      */
@@ -15419,7 +15434,7 @@ function extend() {
     function sha256_Sigma1512(x) {return (sha256_S(x, 14) ^ sha256_S(x, 18) ^ sha256_S(x, 41));}
     function sha256_Gamma0512(x) {return (sha256_S(x, 1)  ^ sha256_S(x, 8) ^ sha256_R(x, 7));}
     function sha256_Gamma1512(x) {return (sha256_S(x, 19) ^ sha256_S(x, 61) ^ sha256_R(x, 6));}
-    
+
     sha256_K = [
       1116352408, 1899447441, -1245643825, -373957723, 961987163, 1508970993,
       -1841331548, -1424204075, -670586216, 310598401, 607225278, 1426881987,
@@ -15433,18 +15448,18 @@ function extend() {
       1537002063, 1747873779, 1955562222, 2024104815, -2067236844, -1933114872,
       -1866530822, -1538233109, -1090935817, -965641998
     ];
-    
+
     function binb(m, l) {
       var HASH = [1779033703, -1150833019, 1013904242, -1521486534,
                  1359893119, -1694144372, 528734635, 1541459225];
       var W = new Array(64);
       var a, b, c, d, e, f, g, h;
       var i, j, T1, T2;
-    
+
       /* append padding */
       m[l >> 5] |= 0x80 << (24 - l % 32);
       m[((l + 64 >> 9) << 4) + 15] = l;
-    
+
       for (i = 0; i < m.length; i += 16)
       {
       a = HASH[0];
@@ -15455,16 +15470,16 @@ function extend() {
       f = HASH[5];
       g = HASH[6];
       h = HASH[7];
-    
+
       for (j = 0; j < 64; j+=1)
       {
-        if (j < 16) { 
+        if (j < 16) {
           W[j] = m[j + i];
-        } else { 
+        } else {
           W[j] = safe_add(safe_add(safe_add(sha256_Gamma1256(W[j - 2]), W[j - 7]),
                           sha256_Gamma0256(W[j - 15])), W[j - 16]);
         }
-    
+
         T1 = safe_add(safe_add(safe_add(safe_add(h, sha256_Sigma1256(e)), sha256_Ch(e, f, g)),
                                   sha256_K[j]), W[j]);
         T2 = safe_add(sha256_Sigma0256(a), sha256_Maj(a, b, c));
@@ -15477,7 +15492,7 @@ function extend() {
         b = a;
         a = safe_add(T1, T2);
       }
-    
+
       HASH[0] = safe_add(a, HASH[0]);
       HASH[1] = safe_add(b, HASH[1]);
       HASH[2] = safe_add(c, HASH[2]);
@@ -15495,11 +15510,11 @@ function extend() {
   /**
    * @class Hashes.SHA512
    * @param {config}
-   * 
+   *
    * A JavaScript implementation of the Secure Hash Algorithm, SHA-512, as defined in FIPS 180-2
    * Version 2.2 Copyright Anonymous Contributor, Paul Johnston 2000 - 2009.
    * Other contributors: Greg Holt, Andrew Kepert, Ydnar, Lostinet
-   * See http://pajhome.org.uk/crypt/md5 for details. 
+   * See http://pajhome.org.uk/crypt/md5 for details.
    */
   SHA512 : function (options) {
     /**
@@ -15514,22 +15529,22 @@ function extend() {
         sha512_k;
 
     /* privileged (public) methods */
-    this.hex = function (s) { 
-      return rstr2hex(rstr(s)); 
+    this.hex = function (s) {
+      return rstr2hex(rstr(s));
     };
-    this.b64 = function (s) { 
-      return rstr2b64(rstr(s), b64pad);  
+    this.b64 = function (s) {
+      return rstr2b64(rstr(s), b64pad);
     };
-    this.any = function (s, e) { 
+    this.any = function (s, e) {
       return rstr2any(rstr(s), e);
     };
     this.hex_hmac = function (k, d) {
       return rstr2hex(rstr_hmac(k, d));
     };
-    this.b64_hmac = function (k, d) { 
+    this.b64_hmac = function (k, d) {
       return rstr2b64(rstr_hmac(k, d), b64pad);
     };
-    this.any_hmac = function (k, d, e) { 
+    this.any_hmac = function (k, d, e) {
       return rstr2any(rstr_hmac(k, d), e);
     };
     /**
@@ -15540,34 +15555,34 @@ function extend() {
     this.vm_test = function () {
       return hex('abc').toLowerCase() === '900150983cd24fb0d6963f7d28e17f72';
     };
-    /** 
-     * @description Enable/disable uppercase hexadecimal returned string 
-     * @param {boolean} 
+    /**
+     * @description Enable/disable uppercase hexadecimal returned string
+     * @param {boolean}
      * @return {Object} this
      * @public
-     */ 
+     */
     this.setUpperCase = function (a) {
       if (typeof a === 'boolean') {
         hexcase = a;
       }
       return this;
     };
-    /** 
-     * @description Defines a base64 pad string 
+    /**
+     * @description Defines a base64 pad string
      * @param {string} Pad
      * @return {Object} this
      * @public
-     */ 
+     */
     this.setPad = function (a) {
       b64pad = a || b64pad;
       return this;
     };
-    /** 
-     * @description Defines a base64 pad string 
-     * @param {boolean} 
+    /**
+     * @description Defines a base64 pad string
+     * @param {boolean}
      * @return {Object} this
      * @public
-     */ 
+     */
     this.setUTF8 = function (a) {
       if (typeof a === 'boolean') {
         utf8 = a;
@@ -15576,7 +15591,7 @@ function extend() {
     };
 
     /* private methods */
-    
+
     /**
      * Calculate the SHA-512 of a raw string
      */
@@ -15590,22 +15605,22 @@ function extend() {
     function rstr_hmac(key, data) {
       key = (utf8) ? utf8Encode(key) : key;
       data = (utf8) ? utf8Encode(data) : data;
-      
-      var hash, i = 0, 
+
+      var hash, i = 0,
           bkey = rstr2binb(key),
           ipad = Array(32), opad = Array(32);
 
       if (bkey.length > 32) { bkey = binb(bkey, key.length * 8); }
-      
+
       for (; i < 32; i+=1) {
         ipad[i] = bkey[i] ^ 0x36363636;
         opad[i] = bkey[i] ^ 0x5C5C5C5C;
       }
-      
+
       hash = binb(ipad.concat(rstr2binb(data)), 1024 + data.length * 8);
       return binb2rstr(binb(opad.concat(hash), 1024 + 512));
     }
-            
+
     /**
      * Calculate the SHA-512 of an array of big-endian dwords, and a bit length
      */
@@ -15688,11 +15703,11 @@ function extend() {
             new int64(0x5fcb6fab, 0x3ad6faec), new int64(0x6c44198c, 0x4a475817)
           ];
       }
-  
+
       for (i=0; i<80; i+=1) {
         W[i] = new int64(0, 0);
       }
-    
+
       // append padding to the source string. The format is described in the FIPS.
       x[len >> 5] |= 0x80 << (24 - (len & 0x1f));
       x[((len + 128 >> 10)<< 5) + 31] = len;
@@ -15706,12 +15721,12 @@ function extend() {
         int64copy(f, H[5]);
         int64copy(g, H[6]);
         int64copy(h, H[7]);
-      
+
         for (j=0; j<16; j+=1) {
           W[j].h = x[i + 2*j];
           W[j].l = x[i + 2*j + 1];
         }
-      
+
         for (j=16; j<80; j+=1) {
           //sigma1
           int64rrot(r1, W[j-2], 19);
@@ -15725,36 +15740,36 @@ function extend() {
           int64shr(r3, W[j-15], 7);
           s0.l = r1.l ^ r2.l ^ r3.l;
           s0.h = r1.h ^ r2.h ^ r3.h;
-      
+
           int64add4(W[j], s1, W[j-7], s0, W[j-16]);
         }
-      
+
         for (j = 0; j < 80; j+=1) {
           //Ch
           Ch.l = (e.l & f.l) ^ (~e.l & g.l);
           Ch.h = (e.h & f.h) ^ (~e.h & g.h);
-      
+
           //Sigma1
           int64rrot(r1, e, 14);
           int64rrot(r2, e, 18);
           int64revrrot(r3, e, 9);
           s1.l = r1.l ^ r2.l ^ r3.l;
           s1.h = r1.h ^ r2.h ^ r3.h;
-      
+
           //Sigma0
           int64rrot(r1, a, 28);
           int64revrrot(r2, a, 2);
           int64revrrot(r3, a, 7);
           s0.l = r1.l ^ r2.l ^ r3.l;
           s0.h = r1.h ^ r2.h ^ r3.h;
-      
+
           //Maj
           Maj.l = (a.l & b.l) ^ (a.l & c.l) ^ (b.l & c.l);
           Maj.h = (a.h & b.h) ^ (a.h & c.h) ^ (b.h & c.h);
-      
+
           int64add5(T1, h, s1, Ch, sha512_k[j], W[j]);
           int64add(T2, s0, Maj);
-      
+
           int64copy(h, g);
           int64copy(g, f);
           int64copy(f, e);
@@ -15773,7 +15788,7 @@ function extend() {
         int64add(H[6], H[6], g);
         int64add(H[7], H[7], h);
       }
-    
+
       //represent the hash as an array of 32-bit dwords
       for (i=0; i<8; i+=1) {
         hash[2*i] = H[i].h;
@@ -15781,20 +15796,20 @@ function extend() {
       }
       return hash;
     }
-    
+
     //A constructor for 64-bit numbers
     function int64(h, l) {
       this.h = h;
       this.l = l;
       //this.toString = int64toString;
     }
-    
+
     //Copies src into dst, assuming both are 64-bit numbers
     function int64copy(dst, src) {
       dst.h = src.h;
       dst.l = src.l;
     }
-    
+
     //Right-rotates a 64-bit number by shift
     //Won't handle cases of shift>=32
     //The function revrrot() is for that
@@ -15802,21 +15817,21 @@ function extend() {
       dst.l = (x.l >>> shift) | (x.h << (32-shift));
       dst.h = (x.h >>> shift) | (x.l << (32-shift));
     }
-    
+
     //Reverses the dwords of the source and then rotates right by shift.
     //This is equivalent to rotation by 32+shift
     function int64revrrot(dst, x, shift) {
       dst.l = (x.h >>> shift) | (x.l << (32-shift));
       dst.h = (x.l >>> shift) | (x.h << (32-shift));
     }
-    
+
     //Bitwise-shifts right a 64-bit number by shift
     //Won't handle shift>=32, but it's never needed in SHA512
     function int64shr(dst, x, shift) {
       dst.l = (x.l >>> shift) | (x.h << (32-shift));
       dst.h = (x.h >>> shift);
     }
-    
+
     //Adds two 64-bit numbers
     //Like the original implementation, does not rely on 32-bit operations
     function int64add(dst, x, y) {
@@ -15827,7 +15842,7 @@ function extend() {
        dst.l = (w0 & 0xffff) | (w1 << 16);
        dst.h = (w2 & 0xffff) | (w3 << 16);
     }
-    
+
     //Same, except with 4 addends. Works faster than adding them one by one.
     function int64add4(dst, a, b, c, d) {
        var w0 = (a.l & 0xffff) + (b.l & 0xffff) + (c.l & 0xffff) + (d.l & 0xffff);
@@ -15837,7 +15852,7 @@ function extend() {
        dst.l = (w0 & 0xffff) | (w1 << 16);
        dst.h = (w2 & 0xffff) | (w3 << 16);
     }
-    
+
     //Same, except with 5 addends
     function int64add5(dst, a, b, c, d, e) {
       var w0 = (a.l & 0xffff) + (b.l & 0xffff) + (c.l & 0xffff) + (d.l & 0xffff) + (e.l & 0xffff),
@@ -15852,7 +15867,7 @@ function extend() {
    * @class Hashes.RMD160
    * @constructor
    * @param {Object} [config]
-   * 
+   *
    * A JavaScript implementation of the RIPEMD-160 Algorithm
    * Version 2.2 Copyright Jeremy Lin, Paul Johnston 2000 - 2009.
    * Other contributors: Greg Holt, Andrew Kepert, Ydnar, Lostinet
@@ -15900,22 +15915,22 @@ function extend() {
 
     /* privileged (public) methods */
     this.hex = function (s) {
-      return rstr2hex(rstr(s, utf8)); 
+      return rstr2hex(rstr(s, utf8));
     };
     this.b64 = function (s) {
       return rstr2b64(rstr(s, utf8), b64pad);
     };
-    this.any = function (s, e) { 
+    this.any = function (s, e) {
       return rstr2any(rstr(s, utf8), e);
     };
-    this.hex_hmac = function (k, d) { 
+    this.hex_hmac = function (k, d) {
       return rstr2hex(rstr_hmac(k, d));
     };
-    this.b64_hmac = function (k, d) { 
+    this.b64_hmac = function (k, d) {
       return rstr2b64(rstr_hmac(k, d), b64pad);
     };
-    this.any_hmac = function (k, d, e) { 
-      return rstr2any(rstr_hmac(k, d), e); 
+    this.any_hmac = function (k, d, e) {
+      return rstr2any(rstr_hmac(k, d), e);
     };
     /**
      * Perform a simple self-test to see if the VM is working
@@ -15925,32 +15940,32 @@ function extend() {
     this.vm_test = function () {
       return hex('abc').toLowerCase() === '900150983cd24fb0d6963f7d28e17f72';
     };
-    /** 
-     * @description Enable/disable uppercase hexadecimal returned string 
-     * @param {boolean} 
+    /**
+     * @description Enable/disable uppercase hexadecimal returned string
+     * @param {boolean}
      * @return {Object} this
      * @public
-     */ 
+     */
     this.setUpperCase = function (a) {
       if (typeof a === 'boolean' ) { hexcase = a; }
       return this;
     };
-    /** 
-     * @description Defines a base64 pad string 
+    /**
+     * @description Defines a base64 pad string
      * @param {string} Pad
      * @return {Object} this
      * @public
-     */ 
+     */
     this.setPad = function (a) {
       if (typeof a !== 'undefined' ) { b64pad = a; }
       return this;
     };
-    /** 
-     * @description Defines a base64 pad string 
-     * @param {boolean} 
+    /**
+     * @description Defines a base64 pad string
+     * @param {boolean}
      * @return {Object} this
      * @public
-     */ 
+     */
     this.setUTF8 = function (a) {
       if (typeof a === 'boolean') { utf8 = a; }
       return this;
@@ -15976,10 +15991,10 @@ function extend() {
           bkey = rstr2binl(key),
           ipad = Array(16), opad = Array(16);
 
-      if (bkey.length > 16) { 
-        bkey = binl(bkey, key.length * 8); 
+      if (bkey.length > 16) {
+        bkey = binl(bkey, key.length * 8);
       }
-      
+
       for (i = 0; i < 16; i+=1) {
         ipad[i] = bkey[i] ^ 0x36363636;
         opad[i] = bkey[i] ^ 0x5C5C5C5C;
@@ -16016,7 +16031,7 @@ function extend() {
       x[len >> 5] |= 0x80 << (len % 32);
       x[(((len + 64) >>> 9) << 4) + 14] = len;
       l = x.length;
-      
+
       for (i = 0; i < l; i+=16) {
         A1 = A2 = h0; B1 = B2 = h1; C1 = C2 = h2; D1 = D2 = h3; E1 = E2 = h4;
         for (j = 0; j <= 79; j+=1) {
@@ -16042,7 +16057,7 @@ function extend() {
       return [h0, h1, h2, h3, h4];
     }
 
-    // specific algorithm methods 
+    // specific algorithm methods
     function rmd160_f(j, x, y, z) {
       return ( 0 <= j && j <= 15) ? (x ^ y ^ z) :
          (16 <= j && j <= 31) ? (x & y) | (~x & z) :
@@ -16296,7 +16311,7 @@ module.exports = Object.keys || require('./shim');
 /**!
  * is
  * the definitive JavaScript type testing library
- * 
+ *
  * @copyright 2013 Enrico Marino
  * @license MIT
  */
@@ -17021,7 +17036,8 @@ module.exports = function forEach (obj, fn, ctx) {
 
 },{}]},{},[1])(1)
 });
-;/*
+;
+/*
  (c) 2013, Vladimir Agafonkin
  RBush, a JavaScript library for high-performance 2D spatial indexing of points and rectangles.
  https://github.com/mourner/rbush
@@ -19333,7 +19349,7 @@ window.iD = function () {
     return d3.rebind(context, dispatch, 'on');
 };
 
-iD.version = '1.8.0';
+iD.version = '1.8.2';
 
 (function() {
     var detected = {};
@@ -19341,10 +19357,17 @@ iD.version = '1.8.0';
     var ua = navigator.userAgent,
         m = null;
 
-    m = ua.match(/Trident\/.*rv:([0-9]{1,}[\.0-9]{0,})/i);   // IE11+
+    m = ua.match(/(edge)\/?\s*(\.?\d+(\.\d+)*)/i);   // Edge
     if (m !== null) {
-        detected.browser = 'msie';
-        detected.version = m[1];
+        detected.browser = m[1];
+        detected.version = m[2];
+    }
+    if (!detected.browser) {
+        m = ua.match(/Trident\/.*rv:([0-9]{1,}[\.0-9]{0,})/i);   // IE11
+        if (m !== null) {
+            detected.browser = 'msie';
+            detected.version = m[1];
+        }
     }
     if (!detected.browser) {
         m = ua.match(/(opr)\/?\s*(\.?\d+(\.\d+)*)/i);   // Opera 15+
@@ -19371,16 +19394,19 @@ iD.version = '1.8.0';
     detected.version = detected.version.split(/\W/).slice(0,2).join('.');
 
     if (detected.browser.toLowerCase() === 'msie') {
+        detected.ie = true;
         detected.browser = 'Internet Explorer';
-        detected.support = parseFloat(detected.version) > 9;
+        detected.support = parseFloat(detected.version) >= 11;
     } else {
+        detected.ie = false;
         detected.support = true;
     }
 
     // Added due to incomplete svg style support. See #715
     detected.opera = (detected.browser.toLowerCase() === 'opera' && parseFloat(detected.version) < 15 );
 
-    detected.locale = navigator.languages ? navigator.languages[0] : (navigator.language || navigator.userLanguage || 'en-US');
+    detected.locale = (navigator.languages && navigator.languages.length)
+        ? navigator.languages[0] : (navigator.language || navigator.userLanguage || 'en-US');
 
     detected.filedrop = (window.FileReader && 'ondrop' in window);
 
@@ -19560,21 +19586,10 @@ iD.taginfo = function() {
         if (parameters.value) path = 'tag/wiki_pages?';
         else if (parameters.rtype) path = 'relation/wiki_pages?';
 
-        var decoratedCallback;
-        if (parameters.value) {
-            decoratedCallback = function(err, data) {
-                // The third argument to callback is the softfail flag, to
-                // make the callback function not show a message to the end
-                // user when no docs are found but just return false.
-                var docsFound = callback(err, data, true);
-                if (!docsFound) {
-                    taginfo.docs(_.omit(parameters, 'value'), callback);
-                }
-            };
-        }
-
-        request(endpoint + path +
-            iD.util.qsString(parameters), debounce, decoratedCallback || callback);
+        request(endpoint + path + iD.util.qsString(parameters), debounce, function(err, d) {
+            if (err) return callback(err);
+            callback(null, d.data);
+        });
     };
 
     taginfo.endpoint = function(_) {
@@ -24924,8 +24939,12 @@ iD.modes.Save = function(context) {
     };
 
     mode.enter = function() {
-        context.connection().authenticate(function() {
-            context.ui().sidebar.show(ui);
+        context.connection().authenticate(function(err) {
+            if (err) {
+                cancel();
+            } else {
+                context.ui().sidebar.show(ui);
+            }
         });
     };
 
@@ -27513,6 +27532,17 @@ iD.oneWayTags = {
     }
 };
 
+iD.pavedTags = {
+    'surface': {
+        'paved': true,
+        'asphalt': true,
+        'concrete': true
+    },
+    'tracktype': {
+        'grade1': true
+    }
+};
+
 iD.interestingTag = function (key) {
     return key !== 'attribution' &&
         key !== 'created_by' &&
@@ -28118,6 +28148,18 @@ iD.Background = function(context) {
     };
 
     background.load = function(imagery) {
+        function parseMap(qmap) {
+            if (!qmap) return false;
+            var args = qmap.split('/').map(Number);
+            if (args.length < 3 || args.some(isNaN)) return false;
+            return iD.geo.Extent([args[1], args[2]]);
+        }
+
+        var q = iD.util.stringQs(location.hash.substring(1)),
+            chosen = q.background || q.layer,
+            extent = parseMap(q.map),
+            best;
+
         backgroundSources = imagery.map(function(source) {
             if (source.type === 'bing') {
                 return iD.BackgroundSource.Bing(source, dispatch);
@@ -28128,13 +28170,14 @@ iD.Background = function(context) {
 
         backgroundSources.unshift(iD.BackgroundSource.None());
 
-        var q = iD.util.stringQs(location.hash.substring(1)),
-            chosen = q.background || q.layer;
+        if (!chosen && extent) {
+            best = this.sources(extent).find(function(s) { return s.best(); });
+        }
 
         if (chosen && chosen.indexOf('custom:') === 0) {
             background.baseLayerSource(iD.BackgroundSource.Custom(chosen.replace(/^custom:/, '')));
         } else {
-            background.baseLayerSource(findSource(chosen) || findSource('Bing') || backgroundSources[1]);
+            background.baseLayerSource(findSource(chosen) || best || findSource('Bing') || backgroundSources[1]);
         }
 
         var locator = _.find(backgroundSources, function(d) {
@@ -28168,7 +28211,8 @@ iD.Background = function(context) {
 iD.BackgroundSource = function(data) {
     var source = _.clone(data),
         offset = [0, 0],
-        name = source.name;
+        name = source.name,
+        best = !!source.best;
 
     source.scaleExtent = data.scaleExtent || [0, 20];
     source.overzoom = data.overzoom !== false;
@@ -28189,6 +28233,10 @@ iD.BackgroundSource = function(data) {
         return name;
     };
 
+    source.best = function() {
+        return best;
+    };
+
     source.imageryUsed = function() {
         return source.id || name;
     };
@@ -28838,7 +28886,6 @@ iD.Map = function(context) {
     var dimensions = [1, 1],
         dispatch = d3.dispatch('move', 'drawn'),
         projection = context.projection,
-        roundedProjection = iD.svg.RoundProjection(projection),
         zoom = d3.behavior.zoom()
             .translate(projection.translate())
             .scale(projection.scale() * 2 * Math.PI)
@@ -28848,11 +28895,11 @@ iD.Map = function(context) {
         transformStart,
         transformed = false,
         minzoom = 0,
-        points = iD.svg.Points(roundedProjection, context),
-        vertices = iD.svg.Vertices(roundedProjection, context),
+        points = iD.svg.Points(projection, context),
+        vertices = iD.svg.Vertices(projection, context),
         lines = iD.svg.Lines(projection),
         areas = iD.svg.Areas(projection),
-        midpoints = iD.svg.Midpoints(roundedProjection, context),
+        midpoints = iD.svg.Midpoints(projection, context),
         labels = iD.svg.Labels(projection, context),
         supersurface, surface,
         mouse,
@@ -29005,8 +29052,8 @@ iD.Map = function(context) {
             .scale(d3.event.scale / (2 * Math.PI));
 
         var scale = d3.event.scale / transformStart[0],
-            tX = Math.round((d3.event.translate[0] / scale - transformStart[1][0]) * scale),
-            tY = Math.round((d3.event.translate[1] / scale - transformStart[1][1]) * scale);
+            tX = (d3.event.translate[0] / scale - transformStart[1][0]) * scale,
+            tY = (d3.event.translate[1] / scale - transformStart[1][1]) * scale;
 
         transformed = true;
         iD.util.setTransform(supersurface, tX, tY, scale);
@@ -29023,7 +29070,6 @@ iD.Map = function(context) {
     }
 
     function redraw(difference, extent) {
-
         if (!surface) return;
 
         clearTimeout(timeoutId);
@@ -29473,7 +29519,7 @@ iD.TileLayer = function() {
         source = d3.functor('');
 
     function tileSizeAtZoom(d, z) {
-        return Math.ceil(tileSize * Math.pow(2, z - d[2])) / tileSize;
+        return (tileSize * Math.pow(2, z - d[2])) / tileSize;
     }
 
     function atZoom(t, distance) {
@@ -29547,8 +29593,8 @@ iD.TileLayer = function() {
         }
 
         var pixelOffset = [
-            Math.round(source.offset()[0] * Math.pow(2, z)),
-            Math.round(source.offset()[1] * Math.pow(2, z))
+            source.offset()[0] * Math.pow(2, z),
+            source.offset()[1] * Math.pow(2, z)
         ];
 
         function load(d) {
@@ -29573,8 +29619,8 @@ iD.TileLayer = function() {
             var _ts = tileSize * Math.pow(2, z - d[2]);
             var scale = tileSizeAtZoom(d, z);
             return 'translate(' +
-                (Math.round((d[0] * _ts) - tileOrigin[0]) + pixelOffset[0]) + 'px,' +
-                (Math.round((d[1] * _ts) - tileOrigin[1]) + pixelOffset[1]) + 'px)' +
+                ((d[0] * _ts) - tileOrigin[0] + pixelOffset[0]) + 'px,' +
+                ((d[1] * _ts) - tileOrigin[1] + pixelOffset[1]) + 'px)' +
                 'scale(' + scale + ',' + scale + ')';
         }
 
@@ -29628,12 +29674,6 @@ iD.TileLayer = function() {
     return background;
 };
 iD.svg = {
-    RoundProjection: function(projection) {
-        return function(d) {
-            return iD.geo.roundCoords(projection(d));
-        };
-    },
-
     PointTransform: function(projection) {
         return function(entity) {
             // http://jsperf.com/short-array-join
@@ -29642,19 +29682,12 @@ iD.svg = {
         };
     },
 
-    Round: function () {
-        return d3.geo.transform({
-            point: function(x, y) { return this.stream.point(Math.floor(x), Math.floor(y)); }
-        });
-    },
-
     Path: function(projection, graph, polygon) {
         var cache = {},
-            round = iD.svg.Round().stream,
             clip = d3.geo.clipExtent().extent(projection.clipExtent()).stream,
             project = projection.stream,
             path = d3.geo.path()
-                .projection({stream: function(output) { return polygon ? project(round(output)) : project(clip(round(output))); }});
+                .projection({stream: function(output) { return polygon ? project(output) : project(clip(output)); }});
 
         return function(entity) {
             if (entity.id in cache) {
@@ -29898,10 +29931,15 @@ iD.svg.Defs = function(context) {
                 refX: 5,
                 markerWidth: 2,
                 markerHeight: 2,
+                markerUnits: 'strokeWidth',
                 orient: 'auto'
             })
             .append('path')
-            .attr('d', 'M 5 3 L 0 3 L 0 2 L 5 2 L 5 0 L 10 2.5 L 5 5 z');
+            .attr('class', 'oneway')
+            .attr('d', 'M 5 3 L 0 3 L 0 2 L 5 2 L 5 0 L 10 2.5 L 5 5 z')
+            .attr('stroke', 'none')
+            .attr('fill', '#000')
+            .attr('opacity', '0.5');
 
         // patterns
         var patterns = defs.selectAll('pattern')
@@ -30156,12 +30194,14 @@ iD.svg.Labels = function(projection, context) {
 
         icons.enter()
             .append('use')
+            .attr('class', 'icon areaicon')
             .attr('width', '18px')
             .attr('height', '18px');
 
         icons.attr('transform', get(labels, 'transform'))
             .attr('xlink:href', function(d) {
-                return '#' + context.presets().match(d, context.graph()).icon + '-18';
+                var icon = context.presets().match(d, context.graph()).icon;
+                return '#' + icon + (icon === 'hairdresser' ? '-24': '-18');    // workaround: maki hairdresser-18 broken?
             });
 
 
@@ -30546,6 +30586,10 @@ iD.svg.Lines = function(projection) {
         oneways
             .attr('d', function(d) { return d.d; });
 
+        if (iD.detect().ie) {
+            oneways.each(function() { this.parentNode.insertBefore(this, this); });
+        }
+
         oneways.exit()
             .remove();
 
@@ -30740,7 +30784,8 @@ iD.svg.TagClasses = function() {
             'razed', 'demolished', 'obliterated'
         ],
         secondaries = [
-            'oneway', 'bridge', 'tunnel', 'embankment', 'cutting', 'barrier'
+            'oneway', 'bridge', 'tunnel', 'embankment', 'cutting', 'barrier',
+            'surface', 'tracktype'
         ],
         tagClassRe = /^tag-/,
         tags = function(entity) { return entity.tags; };
@@ -30776,7 +30821,7 @@ iD.svg.TagClasses = function() {
                 break;
             }
 
-            // add at most one ephemeral status tag, only if relates to primary tag..
+            // add at most one status tag, only if relates to primary tag..
             if (!status) {
                 for (i = 0; i < statuses.length; i++) {
                     k = statuses[i];
@@ -30799,7 +30844,7 @@ iD.svg.TagClasses = function() {
             }
 
             if (status) {
-                classes += ' tag-ephemeral';
+                classes += ' tag-status tag-status-' + status;
             }
 
             // add any secondary (structure) tags
@@ -30810,6 +30855,21 @@ iD.svg.TagClasses = function() {
                 classes += ' tag-' + k + ' tag-' + k + '-' + v;
             }
 
+            // For highways, look for surface tagging..
+            if (primary === 'highway') {
+                var paved = (t.highway !== 'track');
+                for (k in t) {
+                    v = t[k];
+                    if (k in iD.pavedTags) {
+                        paved = !!iD.pavedTags[k][v];
+                        break;
+                    }
+                }
+                if (!paved) {
+                    classes += ' tag-unpaved';
+                }
+            }
+
             classes = classes.trim();
 
             if (classes !== value) {
@@ -30856,6 +30916,7 @@ iD.svg.Turns = function(projection) {
             .attr('height', '24');
 
         nEnter.append('use')
+            .attr('transform', 'translate(-22, -12)')
             .attr('width', '44')
             .attr('height', '24');
 
@@ -30866,6 +30927,7 @@ iD.svg.Turns = function(projection) {
             .attr('r', '16');
 
         uEnter.append('use')
+            .attr('transform', 'translate(-16, -16)')
             .attr('width', '32')
             .attr('height', '32');
 
@@ -30969,7 +31031,7 @@ iD.svg.Vertices = function(projection, context) {
             return icons[entity.id];
         }
 
-        function classCircle(klass) {
+        function setClass(klass) {
             return function(entity) {
                 this.setAttribute('class', 'node vertex ' + klass + ' ' + entity.id);
             };
@@ -31009,10 +31071,10 @@ iD.svg.Vertices = function(projection, context) {
             .attr('class', function(d) { return 'node vertex ' + klass + ' ' + d.id; });
 
         enter.append('circle')
-            .each(classCircle('shadow'));
+            .each(setClass('shadow'));
 
         enter.append('circle')
-            .each(classCircle('stroke'));
+            .each(setClass('stroke'));
 
         // Vertices with icons get a `use`.
         enter.filter(function(d) { return icon(d); })
@@ -31020,12 +31082,13 @@ iD.svg.Vertices = function(projection, context) {
             .attr('transform', 'translate(-6, -6)')
             .attr('xlink:href', function(d) { return '#' + icon(d) + '-12'; })
             .attr('width', '12px')
-            .attr('height', '12px');
+            .attr('height', '12px')
+            .each(setClass('icon'));
 
         // Vertices with tags get a fill.
         enter.filter(function(d) { return d.hasInterestingTags(); })
             .append('circle')
-            .each(classCircle('fill'));
+            .each(setClass('fill'));
 
         groups
             .attr('transform', iD.svg.PointTransform(projection))
@@ -31094,7 +31157,7 @@ iD.ui = function(context) {
         hash();
 
         if (!hash.hadHash) {
-            map.centerZoom([-77.02271, 38.90085], 20);
+            map.centerZoom([0, 0], 2);
         }
 
         container.append('svg')
@@ -31489,6 +31552,14 @@ iD.ui.Background = function(context) {
 
     function background(selection) {
 
+        function sortSources(a, b) {
+            return a.best() ? -1
+                : b.best() ? 1
+                : a.id === 'none' ? 1
+                : b.id === 'none' ? -1
+                : d3.ascending(a, b);
+        }
+
         function setOpacity(d) {
             var bg = context.container().selectAll('.background-layer')
                 .transition()
@@ -31553,7 +31624,8 @@ iD.ui.Background = function(context) {
                 .filter(filter);
 
             var layerLinks = layerList.selectAll('li.layer')
-                .data(sources, function(d) { return d.name(); });
+                .data(sources, function(d) { return d.name(); })
+                .sort(sortSources);
 
             var enter = layerLinks.enter()
                 .insert('li', '.custom_layer')
@@ -31594,7 +31666,6 @@ iD.ui.Background = function(context) {
         }
 
         function clickNudge(d) {
-
             var timeout = window.setTimeout(function() {
                     interval = window.setInterval(nudge, 100);
                 }, 500),
@@ -33566,6 +33637,8 @@ iD.ui.intro = function(context) {
         // Save current map state
         var history = context.history().toJSON(),
             hash = window.location.hash,
+            center = context.map().center(),
+            zoom = context.map().zoom(),
             background = context.background().baseLayerSource(),
             opacity = d3.select('.background-layer').style('opacity'),
             loadedTiles = context.connection().loadedTiles(),
@@ -33619,6 +33692,7 @@ iD.ui.intro = function(context) {
             context.history().reset().merge(d3.values(baseEntities));
             context.background().baseLayerSource(background);
             if (history) context.history().fromJSON(history, false);
+            context.map().centerZoom(center, zoom);
             window.location.replace(hash);
             context.inIntro(false);
             d3.select('#bar button.save').on('click', save);
@@ -34124,9 +34198,9 @@ iD.ui.MapInMap = function(context) {
     function map_in_map(selection) {
 
         var backgroundLayer = iD.TileLayer(),
+            overlayLayers = {},
             dispatch = d3.dispatch('change'),
             gpxLayer = iD.GpxLayer(context, dispatch),
-            overlayLayer = iD.TileLayer(),
             projection = iD.geo.RawMercator(),
             zoom = d3.behavior.zoom()
                 .scaleExtent([ztok(0.5), ztok(24)])
@@ -34170,12 +34244,11 @@ iD.ui.MapInMap = function(context) {
             zDiff = zMain - zMini;
 
             var scale = kCurr / kLast,
-                tX = Math.round((tCurr[0] / scale - tLast[0]) * scale),
-                tY = Math.round((tCurr[1] / scale - tLast[1]) * scale);
+                tX = (tCurr[0] / scale - tLast[0]) * scale,
+                tY = (tCurr[1] / scale - tLast[1]) * scale;
 
             iD.util.setTransform(tiles, tX, tY, scale);
             iD.util.setTransform(svg, 0, 0, scale);
-            iD.util.setTransform(gpx, 0, 0, scale);
             transformed = true;
 
             queueRedraw();
@@ -34237,7 +34310,6 @@ iD.ui.MapInMap = function(context) {
             if (transformed) {
                 iD.util.setTransform(tiles, 0, 0);
                 iD.util.setTransform(svg, 0, 0);
-                iD.util.setTransform(gpx, 0, 0);
                 transformed = false;
             }
         }
@@ -34279,37 +34351,39 @@ iD.ui.MapInMap = function(context) {
                 .call(backgroundLayer);
 
             // redraw overlay
-            var overlaySources = context.background().overlayLayerSources(),
-                hasOverlay = false;
-
+            var overlaySources = context.background().overlayLayerSources();
+            var activeOverlayLayers = [];
             for (var i = 0; i < overlaySources.length; i++) {
                 if (overlaySources[i].validZoom(zMini)) {
-                    overlayLayer
+                    if (!overlayLayers[i]) overlayLayers[i] = iD.TileLayer();
+                    activeOverlayLayers.push(overlayLayers[i]
                         .source(overlaySources[i])
                         .projection(projection)
-                        .dimensions(dMini);
-
-                    hasOverlay = true;
-                    break;
+                        .dimensions(dMini));
                 }
             }
 
             var overlay = tiles
                 .selectAll('.map-in-map-overlay')
-                .data(hasOverlay ? [0] : []);
+                .data([0]);
 
             overlay.enter()
                 .append('div')
                 .attr('class', 'map-in-map-overlay');
 
-            overlay.exit()
-                .remove();
+            var overlays = overlay
+                .selectAll('div')
+                .data(activeOverlayLayers, function(d) { return d.source().name(); });
 
-            if (hasOverlay) {
-                overlay
-                    .call(overlayLayer);
-            }
+            overlays.enter().append('div');
+            overlays.each(function(layer) {
+                d3.select(this).call(layer);
+            });
+
+            overlays.exit()
+                .remove();
 
+            // redraw gpx overlay
             gpxLayer
                 .projection(projection);
 
@@ -34840,6 +34914,8 @@ iD.ui.PresetIcon = function() {
             icon = p.icon || (geom === 'line' ? 'other-line' : 'marker-stroked'),
             maki = iD.data.featureIcons.hasOwnProperty(icon + '-24');
 
+        if (icon === 'dentist') maki = true;  // workaround for dentist icon missing in `maki-sprite.json`
+
         function tag_classes(p) {
             var s = '';
             for (var i in p.tags) {
@@ -36393,11 +36469,11 @@ iD.ui.TagReference = function(tag, context) {
         loaded,
         showing;
 
-    function findLocal(docs) {
+    function findLocal(data) {
         var locale = iD.detect().locale.toLowerCase(),
             localized;
 
-        localized = _.find(docs, function(d) {
+        localized = _.find(data, function(d) {
             return d.lang.toLowerCase() === locale;
         });
         if (localized) return localized;
@@ -36406,34 +36482,37 @@ iD.ui.TagReference = function(tag, context) {
         // 'en' if the language is 'en-US'
         if (locale.indexOf('-') !== -1) {
             var first = locale.split('-')[0];
-            localized = _.find(docs, function(d) {
+            localized = _.find(data, function(d) {
                 return d.lang.toLowerCase() === first;
             });
             if (localized) return localized;
         }
 
         // finally fall back to english
-        return _.find(docs, function(d) {
+        return _.find(data, function(d) {
             return d.lang.toLowerCase() === 'en';
         });
     }
 
-    function load() {
+    function load(param) {
         button.classed('tag-reference-loading', true);
 
-        context.taginfo().docs(tag, function(err, docs, softfail) {
-            if (!err && docs) {
-                docs = findLocal(docs);
+        context.taginfo().docs(param, function show(err, data) {
+            var docs;
+            if (!err && data) {
+                docs = findLocal(data);
             }
 
             body.html('');
 
             if (!docs || !docs.description) {
-                if (!softfail) {
+                if (param.hasOwnProperty('value')) {
+                    load(_.omit(param, 'value'));   // retry with key only
+                } else {
                     body.append('p').text(t('inspector.no_documentation_key'));
-                    show();
+                    done();
                 }
-                return false;
+                return;
             }
 
             if (docs.image && docs.image.thumb_url_prefix) {
@@ -36441,10 +36520,10 @@ iD.ui.TagReference = function(tag, context) {
                     .append('img')
                     .attr('class', 'wiki-image')
                     .attr('src', docs.image.thumb_url_prefix + '100' + docs.image.thumb_url_suffix)
-                    .on('load', function() { show(); })
-                    .on('error', function() { d3.select(this).remove(); show(); });
+                    .on('load', function() { done(); })
+                    .on('error', function() { d3.select(this).remove(); done(); });
             } else {
-                show();
+                done();
             }
 
             body
@@ -36458,12 +36537,10 @@ iD.ui.TagReference = function(tag, context) {
                 .call(iD.svg.Icon('#icon-out-link', 'inline'))
                 .append('span')
                 .text(t('inspector.reference'));
-
-            return true;
         });
     }
 
-    function show() {
+    function done() {
         loaded = true;
 
         button.classed('tag-reference-loading', false);
@@ -36502,10 +36579,10 @@ iD.ui.TagReference = function(tag, context) {
             if (showing) {
                 hide();
             } else if (loaded) {
-                show();
+                done();
             } else {
                 if (context.taginfo()) {
-                    load();
+                    load(tag);
                 }
             }
         });
@@ -37216,9 +37293,30 @@ iD.ui.preset.typeCombo = function(field, context) {
     var event = d3.dispatch('change'),
         optstrings = field.strings && field.strings.options,
         optarray = field.options,
+        snake_case = (field.snake_case || (field.snake_case === undefined)),
         strings = {},
         input;
 
+    function snake(s) {
+        return s.replace(/\s+/g, '_');
+    }
+
+    function unsnake(s) {
+        return s.replace(/_+/g, ' ');
+    }
+
+    function clean(s) {
+        return s.split(';')
+            .map(function(s) { return s.trim(); })
+            .join(';');
+    }
+
+    function optString() {
+        return _.find(_.keys(strings), function(k) {
+                return strings[k] === input.value();
+            });
+    }
+
     function combo(selection) {
         var combobox = d3.combobox();
 
@@ -37244,14 +37342,14 @@ iD.ui.preset.typeCombo = function(field, context) {
                     stringsLoaded();
                 } else if (optarray) {
                     _.each(optarray, function(k) {
-                        strings[k] = k.replace(/_+/g, ' ');
+                        strings[k] = (snake_case ? unsnake(k) : k);
                     });
                     stringsLoaded();
                 } else if (context.taginfo()) {
                     context.taginfo().values({key: field.key}, function(err, data) {
                         if (!err) {
                             _.each(_.pluck(data, 'value'), function(k) {
-                                strings[k] = k.replace(/_+/g, ' ');
+                                strings[k] = (snake_case ? unsnake(k) : k);
                             });
                             stringsLoaded();
                         }
@@ -37279,14 +37377,14 @@ iD.ui.preset.typeCombo = function(field, context) {
     }
 
     function change() {
-        var optstring = _.find(_.keys(strings), function(k) { return strings[k] === input.value(); }),
-            value = optstring || (input.value()
-                .split(';')
-                .map(function(s) { return s.trim(); })
-                .join(';')
-                .replace(/\s+/g, '_'));
+        var value = optString() || clean(input.value());
 
-        if (field.type === 'typeCombo' && !value) value = 'yes';
+        if (snake_case) {
+            value = snake(value);
+        }
+        if (field.type === 'typeCombo' && !value) {
+            value = 'yes';
+        }
 
         var t = {};
         t[field.key] = value || undefined;
@@ -37295,8 +37393,15 @@ iD.ui.preset.typeCombo = function(field, context) {
 
     combo.tags = function(tags) {
         var key = tags[field.key],
+            optstring = optString(),
             value = strings[key] || key || '';
-        if (field.type === 'typeCombo' && value.toLowerCase() === 'yes') value = '';
+
+        if (field.type === 'typeCombo' && value.toLowerCase() === 'yes') {
+            value = '';
+        }
+        if (!optstring && snake_case) {
+            value = unsnake(value);
+        }
         input.value(value);
     };
 
@@ -53045,14 +53150,14 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
             },
             "merge": {
                 "title": "Merge",
-                "description": "Merge these lines.",
+                "description": "Merge these features.",
                 "key": "C",
-                "annotation": "Merged {n} lines.",
+                "annotation": "Merged {n} features.",
                 "not_eligible": "These features can't be merged.",
-                "not_adjacent": "These lines can't be merged because they aren't connected.",
-                "restriction": "These lines can't be merged because at least one is a member of a \"{relation}\" relation.",
+                "not_adjacent": "These features can't be merged because they aren't connected.",
+                "restriction": "These features can't be merged because at least one is a member of a \"{relation}\" relation.",
                 "incomplete_relation": "These features can't be merged because at least one hasn't been fully downloaded.",
-                "conflicting_tags": "These lines can't be merged because some of their tags have conflicting values."
+                "conflicting_tags": "These features can't be merged because some of their tags have conflicting values."
             },
             "move": {
                 "title": "Move",
@@ -53125,7 +53230,7 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
             "nothing": "Nothing to redo."
         },
         "tooltip_keyhint": "Shortcut:",
-        "browser_notice": "This editor is supported in Firefox, Chrome, Safari, Opera, and Internet Explorer 9 and above. Please upgrade your browser or use Potlatch 2 to edit the map.",
+        "browser_notice": "This editor is supported in Firefox, Chrome, Safari, Opera, and Internet Explorer 11 and above. Please upgrade your browser or use Potlatch 2 to edit the map.",
         "translate": {
             "translate": "Translate",
             "localized_translation_label": "Multilingual name",
@@ -53862,6 +53967,9 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                     "label": "Handicap",
                     "placeholder": "1-18"
                 },
+                "handrail": {
+                    "label": "Handrail"
+                },
                 "highway": {
                     "label": "Type"
                 },
@@ -53976,6 +54084,9 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                     "label": "Speed Limit",
                     "placeholder": "40, 50, 60..."
                 },
+                "maxstay": {
+                    "label": "Max Stay"
+                },
                 "mtb/scale": {
                     "label": "Mountain Biking Difficulty",
                     "placeholder": "0, 1, 2, 3...",
@@ -54772,9 +54883,45 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                     "name": "University Grounds",
                     "terms": "college"
                 },
-                "amenity/vending_machine": {
+                "amenity/vending_machine/cigarettes": {
+                    "name": "Cigarette Vending Machine",
+                    "terms": "cigarette"
+                },
+                "amenity/vending_machine/condoms": {
+                    "name": "Condom Vending Machine",
+                    "terms": "condom"
+                },
+                "amenity/vending_machine/drinks": {
+                    "name": "Drink Vending Machine",
+                    "terms": "drink,soda,beverage,juice,pop"
+                },
+                "amenity/vending_machine/excrement_bags": {
+                    "name": "Excrement Bag Vending Machine",
+                    "terms": "excrement bags,poop,dog,animal"
+                },
+                "amenity/vending_machine/news_papers": {
+                    "name": "Newspaper Vending Machine",
+                    "terms": "newspaper"
+                },
+                "amenity/vending_machine/parcel_pickup_dropoff": {
+                    "name": "Parcel Pickup/Dropoff Vending Machine",
+                    "terms": "parcel,mail,pickup"
+                },
+                "amenity/vending_machine/parking_tickets": {
+                    "name": "Parking Ticket Vending Machine",
+                    "terms": "parking,ticket"
+                },
+                "amenity/vending_machine/public_transport_tickets": {
+                    "name": "Transit Ticket Vending Machine",
+                    "terms": "bus,train,ferry,rail,ticket,transportation"
+                },
+                "amenity/vending_machine/sweets": {
+                    "name": "Snack Vending Machine",
+                    "terms": "candy,gum,chip,pretzel,cookie,cracker"
+                },
+                "amenity/vending_machine/vending_machine": {
                     "name": "Vending Machine",
-                    "terms": "snack,soda,ticket"
+                    "terms": ""
                 },
                 "amenity/veterinary": {
                     "name": "Veterinary",
@@ -54885,15 +55032,15 @@ iD.introGraph = '{"n185954700":{"id":"n185954700","loc":[-85.642244,41.939081],"
                     "terms": ""
                 },
                 "building/cathedral": {
-                    "name": "Cathedral",
+                    "name": "Cathedral Building",
                     "terms": ""
                 },
                 "building/chapel": {
-                    "name": "Chapel",
+                    "name": "Chapel Building",
                     "terms": ""
                 },
                 "building/church": {
-                    "name": "Church",
+                    "name": "Church Building",
                     "terms": ""
                 },
                 "building/college": {
index 6937fb43afd6b580308d5667099fcebcf8e4f21a..2821e369e559ac6763a87cb736d5567aad9b3f05 100644 (file)
     </symbol>
   </g>
   <g id="turns">
-    <symbol id="turn-only-u" viewBox="264 344 32 32" x="-16" y="-16">
-      <path d="M280,344 C271.211,344 264,351.211 264,360 C264,368.789 271.211,376 280,376 C288.789,376 296,368.789 296,360 C296,351.211 288.789,344 280,344 z" fill="#000000" id="path4163-9" opacity="0.5"/>
-      <path d="M268,360 C268,353.373 273.373,348 280,348 C286.627,348 292,353.373 292,360 C292,366.627 286.627,372 280,372 C273.373,372 268,366.627 268,360 z" fill="#7092FF" id="path11970-3"/>
-      <path d="M281,368 L281,365 L278,365 L276,364 L275,363 L274,361 L274,358 L275,356 L276,355 L278,354 L283,354 L284,355 L284,356 L283,357 L278,357 L277,358 L277,361 L278,362 L281,362 L281,359 L286,363.5 z" fill="#000000" id="path2997-6-6-8" opacity="0.5"/>
-    </symbol>
-    <symbol id="turn-no-u" viewBox="232 344 32 32" x="-16" y="-16">
-      <path d="M232,360 C232,351.211 239.211,344 248,344 C256.789,344 264,351.211 264,360 C264,368.789 256.789,376 248,376 C239.211,376 232,368.789 232,360 z" fill="#000000" id="path13862" opacity="0.5"/>
-      <path d="M236,360 C236,353.373 241.373,348 248,348 C254.627,348 260,353.373 260,360 C260,366.627 254.627,372 248,372 C241.373,372 236,366.627 236,360 z" fill="#E06D5F" id="path12055"/>
-      <path d="M241.138,364.5 L246.138,359.5 L248.138,357.5 L252.138,353.5 L253.138,353.5 L254.138,354.5 L254.138,355.5 L250.138,359.5 L248.138,361.5 L243.138,366.5 L242.138,366.5 L241.138,365.5 L241.138,364.5 z M242.013,358 L243.013,356 L244.013,355 L246.013,354 L250.2,354 L247.419,356.781 L247.2,357 L246.013,357 L245.013,358 L245.013,359.188 L242.419,361.781 L242.013,361 L242.013,358 z M246.044,365 L248.825,362.219 L249.013,362 L250.607,360.438 L254.013,363.5 L249.013,368 L249.013,365 L246.044,365 z" fill="#000000" id="path12057" opacity="0.5"/>
-    </symbol>
-    <symbol id="turn-yes-u" viewBox="200 344 32 32" x="-16" y="-16">
-      <path d="M216,344 C207.211,344 200,351.211 200,360 C200,368.789 207.211,376 216,376 C224.789,376 232,368.789 232,360 C232,351.211 224.789,344 216,344 z" fill="#000000" id="path4163" opacity="0.5"/>
-      <path d="M204,360 C204,353.373 209.373,348 216,348 C222.627,348 228,353.373 228,360 C228,366.627 222.627,372 216,372 C209.373,372 204,366.627 204,360 z" fill="#8CD05F" id="path11970"/>
-      <path d="M217,368 L217,365 L214,365 L212,364 L211,363 L210,361 L210,358 L211,356 L212,355 L214,354 L219,354 L220,355 L220,356 L219,357 L214,357 L213,358 L213,361 L214,362 L217,362 L217,359 L222,363.5 z" fill="#000000" id="path2997-6-6" opacity="0.5"/>
-    </symbol>
-    <symbol id="turn-only" viewBox="288 320 44 24" x="-22" y="-12">
-      <path d="M332,332 C332,330 330.85,328.71 330,328 L321.581,320.969 C320.069,319.689 317.578,319.79 316.175,321.188 L315.175,322.188 C314.432,322.922 313.996,323.956 313.987,325 L309.612,325 C307.425,322.013 303.941,320 299.987,320 C293.407,320 288,325.42 288,332 C288,338.58 293.407,344 299.987,344 C303.956,344 307.458,342.007 309.643,339 L313.987,339 C313.987,340.055 314.425,341.102 315.175,341.844 L316.175,342.844 C317.578,344.241 320.069,344.342 321.581,343.062 L330,336 C330.921,335.228 332,334 332,332 z" fill="#000000" id="path3352" opacity="0.5"/>
-      <path d="M328,332 L318.987,324 L317.987,325 L317.987,329 L307.393,329 C306.201,326.08 303.336,324 299.987,324 C295.569,324 292,327.582 292,332 C292,336.418 295.569,340 299.987,340 C303.351,340 306.242,337.94 307.425,335 L317.987,335 L317.987,339 L318.987,340 z" fill="#7092FF" id="path3354"/>
-      <path d="M302.997,332.015 C302.997,333.672 301.654,335.015 299.997,335.015 C298.34,335.015 296.997,333.672 296.997,332.015 C296.997,330.358 298.34,329.015 299.997,329.015 C301.654,329.015 302.997,330.358 302.997,332.015 z" fill="#000000" id="path3356" opacity="0.5"/>
-    </symbol>
-    <symbol id="turn-no" viewBox="244 320 44 24" x="-22" y="-12">
-      <path d="M288,332 C288,330 286.85,328.71 286,328 L277.581,320.969 C276.069,319.689 273.578,319.79 272.175,321.188 L271.175,322.188 C270.432,322.922 269.996,323.956 269.987,325 L265.612,325 C263.425,322.013 259.941,320 255.987,320 C249.407,320 244,325.42 244,332 C244,338.58 249.407,344 255.987,344 C259.956,344 263.458,342.007 265.643,339 L269.987,339 C269.987,340.055 270.425,341.102 271.175,341.844 L272.175,342.844 C273.578,344.241 276.069,344.342 277.581,343.062 L286,336 C286.921,335.228 288,334 288,332 z" fill="#000000" id="path12182-9" opacity="0.5"/>
-      <path d="M284,332 L274.987,324 L273.987,325 L273.987,329 L263.393,329 C262.201,326.08 259.336,324 255.987,324 C251.569,324 248,327.582 248,332 C248,336.418 251.569,340 255.987,340 C259.351,340 262.242,337.94 263.425,335 L273.987,335 L273.987,339 L274.987,340 z" fill="#E06D5F" id="path12188-3"/>
-      <path d="M258,328 L258,336 L257,337 L255,337 L254,336 L254,328 L255,327 L257,327 z" fill="#000000" id="rect10944" opacity="0.5"/>
-    </symbol>
-    <symbol id="turn-yes" viewBox="200 320 44 24" x="-22" y="-12">
-      <path d="M244,332 C244,330 242.85,328.71 242,328 L233.581,320.969 C232.069,319.689 229.578,319.79 228.175,321.188 L227.175,322.188 C226.432,322.922 225.996,323.956 225.987,325 L221.612,325 C219.425,322.013 215.941,320 211.987,320 C205.407,320 200,325.42 200,332 C200,338.58 205.407,344 211.987,344 C215.956,344 219.458,342.007 221.643,339 L225.987,339 C225.987,340.055 226.425,341.102 227.175,341.844 L228.175,342.844 C229.578,344.241 232.069,344.342 233.581,343.062 L242,336 C242.921,335.228 244,334 244,332 z" fill="#000000" id="path12182" opacity="0.5"/>
-      <path d="M240,332 L230.987,324 L229.987,325 L229.987,329 L219.393,329 C218.201,326.08 215.336,324 211.987,324 C207.569,324 204,327.582 204,332 C204,336.418 207.569,340 211.987,340 C215.351,340 218.242,337.94 219.425,335 L229.987,335 L229.987,339 L230.987,340 z" fill="#8CD05F" id="path12188"/>
-      <path d="M214.997,332.015 C214.997,333.672 213.654,335.015 211.997,335.015 C210.34,335.015 208.997,333.672 208.997,332.015 C208.997,330.358 210.34,329.015 211.997,329.015 C213.654,329.015 214.997,330.358 214.997,332.015 z" fill="#000000" id="path12196" opacity="0.5"/>
+    <symbol id="turn-only-u" viewBox="264 344 32 32">
+      <path d="M280,344 C271.211,344 264,351.211 264,360 C264,368.789 271.211,376 280,376 C288.789,376 296,368.789 296,360 C296,351.211 288.789,344 280,344 z" fill="#000000" id="turn-only-u-shape1" opacity="0.5"/>
+      <path d="M268,360 C268,353.373 273.373,348 280,348 C286.627,348 292,353.373 292,360 C292,366.627 286.627,372 280,372 C273.373,372 268,366.627 268,360 z" fill="#7092FF" id="turn-only-u-shape2"/>
+      <path d="M281,368 L281,365 L278,365 L276,364 L275,363 L274,361 L274,358 L275,356 L276,355 L278,354 L283,354 L284,355 L284,356 L283,357 L278,357 L277,358 L277,361 L278,362 L281,362 L281,359 L286,363.5 z" fill="#000000" id="turn-only-u-shape3" opacity="0.5"/>
+    </symbol>
+    <symbol id="turn-no-u" viewBox="232 344 32 32">
+      <path d="M232,360 C232,351.211 239.211,344 248,344 C256.789,344 264,351.211 264,360 C264,368.789 256.789,376 248,376 C239.211,376 232,368.789 232,360 z" fill="#000000" id="turn-no-u-shape1" opacity="0.5"/>
+      <path d="M236,360 C236,353.373 241.373,348 248,348 C254.627,348 260,353.373 260,360 C260,366.627 254.627,372 248,372 C241.373,372 236,366.627 236,360 z" fill="#E06D5F" id="turn-no-u-shape2"/>
+      <path d="M241.138,364.5 L246.138,359.5 L248.138,357.5 L252.138,353.5 L253.138,353.5 L254.138,354.5 L254.138,355.5 L250.138,359.5 L248.138,361.5 L243.138,366.5 L242.138,366.5 L241.138,365.5 L241.138,364.5 z M242.013,358 L243.013,356 L244.013,355 L246.013,354 L250.2,354 L247.419,356.781 L247.2,357 L246.013,357 L245.013,358 L245.013,359.188 L242.419,361.781 L242.013,361 L242.013,358 z M246.044,365 L248.825,362.219 L249.013,362 L250.607,360.438 L254.013,363.5 L249.013,368 L249.013,365 L246.044,365 z" fill="#000000" id="turn-no-u-shape3" opacity="0.5"/>
+    </symbol>
+    <symbol id="turn-yes-u" viewBox="200 344 32 32">
+      <path d="M216,344 C207.211,344 200,351.211 200,360 C200,368.789 207.211,376 216,376 C224.789,376 232,368.789 232,360 C232,351.211 224.789,344 216,344 z" fill="#000000" id="turn-yes-u-shape1" opacity="0.5"/>
+      <path d="M204,360 C204,353.373 209.373,348 216,348 C222.627,348 228,353.373 228,360 C228,366.627 222.627,372 216,372 C209.373,372 204,366.627 204,360 z" fill="#8CD05F" id="turn-yes-u-shape2"/>
+      <path d="M217,368 L217,365 L214,365 L212,364 L211,363 L210,361 L210,358 L211,356 L212,355 L214,354 L219,354 L220,355 L220,356 L219,357 L214,357 L213,358 L213,361 L214,362 L217,362 L217,359 L222,363.5 z" fill="#000000" id="turn-yes-u-shape3" opacity="0.5"/>
+    </symbol>
+    <symbol id="turn-only" viewBox="288 320 44 24">
+      <path d="M332,332 C332,330 330.85,328.71 330,328 L321.581,320.969 C320.069,319.689 317.578,319.79 316.175,321.188 L315.175,322.188 C314.432,322.922 313.996,323.956 313.987,325 L309.612,325 C307.425,322.013 303.941,320 299.987,320 C293.407,320 288,325.42 288,332 C288,338.58 293.407,344 299.987,344 C303.956,344 307.458,342.007 309.643,339 L313.987,339 C313.987,340.055 314.425,341.102 315.175,341.844 L316.175,342.844 C317.578,344.241 320.069,344.342 321.581,343.062 L330,336 C330.921,335.228 332,334 332,332 z" fill="#000000" id="turn-only-shape1" opacity="0.5"/>
+      <path d="M328,332 L318.987,324 L317.987,325 L317.987,329 L307.393,329 C306.201,326.08 303.336,324 299.987,324 C295.569,324 292,327.582 292,332 C292,336.418 295.569,340 299.987,340 C303.351,340 306.242,337.94 307.425,335 L317.987,335 L317.987,339 L318.987,340 z" fill="#7092FF" id="turn-only-shape2"/>
+      <path d="M302.997,332.015 C302.997,333.672 301.654,335.015 299.997,335.015 C298.34,335.015 296.997,333.672 296.997,332.015 C296.997,330.358 298.34,329.015 299.997,329.015 C301.654,329.015 302.997,330.358 302.997,332.015 z" fill="#000000" id="turn-only-shape3" opacity="0.5"/>
+    </symbol>
+    <symbol id="turn-no" viewBox="244 320 44 24">
+      <path d="M288,332 C288,330 286.85,328.71 286,328 L277.581,320.969 C276.069,319.689 273.578,319.79 272.175,321.188 L271.175,322.188 C270.432,322.922 269.996,323.956 269.987,325 L265.612,325 C263.425,322.013 259.941,320 255.987,320 C249.407,320 244,325.42 244,332 C244,338.58 249.407,344 255.987,344 C259.956,344 263.458,342.007 265.643,339 L269.987,339 C269.987,340.055 270.425,341.102 271.175,341.844 L272.175,342.844 C273.578,344.241 276.069,344.342 277.581,343.062 L286,336 C286.921,335.228 288,334 288,332 z" fill="#000000" id="turn-no-shape1" opacity="0.5"/>
+      <path d="M284,332 L274.987,324 L273.987,325 L273.987,329 L263.393,329 C262.201,326.08 259.336,324 255.987,324 C251.569,324 248,327.582 248,332 C248,336.418 251.569,340 255.987,340 C259.351,340 262.242,337.94 263.425,335 L273.987,335 L273.987,339 L274.987,340 z" fill="#E06D5F" id="turn-no-shape2"/>
+      <path d="M258,328 L258,336 L257,337 L255,337 L254,336 L254,328 L255,327 L257,327 z" fill="#000000" id="turn-no-shape3" opacity="0.5"/>
+    </symbol>
+    <symbol id="turn-yes" viewBox="200 320 44 24">
+      <path d="M244,332 C244,330 242.85,328.71 242,328 L233.581,320.969 C232.069,319.689 229.578,319.79 228.175,321.188 L227.175,322.188 C226.432,322.922 225.996,323.956 225.987,325 L221.612,325 C219.425,322.013 215.941,320 211.987,320 C205.407,320 200,325.42 200,332 C200,338.58 205.407,344 211.987,344 C215.956,344 219.458,342.007 221.643,339 L225.987,339 C225.987,340.055 226.425,341.102 227.175,341.844 L228.175,342.844 C229.578,344.241 232.069,344.342 233.581,343.062 L242,336 C242.921,335.228 244,334 244,332 z" fill="#000000" id="turn-yes-shape1" opacity="0.5"/>
+      <path d="M240,332 L230.987,324 L229.987,325 L229.987,329 L219.393,329 C218.201,326.08 215.336,324 211.987,324 C207.569,324 204,327.582 204,332 C204,336.418 207.569,340 211.987,340 C215.351,340 218.242,337.94 219.425,335 L229.987,335 L229.987,339 L230.987,340 z" fill="#8CD05F" id="turn-yes-shape2"/>
+      <path d="M214.997,332.015 C214.997,333.672 213.654,335.015 211.997,335.015 C210.34,335.015 208.997,333.672 208.997,332.015 C208.997,330.358 210.34,329.015 211.997,329.015 C213.654,329.015 214.997,330.358 214.997,332.015 z" fill="#000000" id="turn-yes-shape3" opacity="0.5"/>
     </symbol>
   </g>
   <g id="relations">
index cac0e8ed33e1f0cb7e8875471c67c6931f7a405e..7b5c91138c0fc6ff4b79b0e48f156d0500246b31 100644 (file)
@@ -1,4063 +1 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg width="0" height="0" style="position:absolute" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
-  <symbol viewBox="0 0 12 12" id="aerialway-12">
-    <g transform="translate(0 -1028.362)">
-      <path opacity=".3" fill="#444" stroke="#FFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" d="M7.436 1031.682l2.564-.32v-1l-2.758.345c-.184-.208-.443-.345-.742-.345-.186 0-.35.064-.5.153-.15-.088-.313-.153-.5-.153-.44 0-.8.286-.936.68l-2.564.32v1l2.757-.345c.184.208.444.345.743.345v1H3c-.552 0-1 .448-1 1v3c0 .553.448 1 1 1h6c.553 0 1-.447 1-1v-3c0-.552-.447-1-1-1H6.5v-1c.44 0 .8-.286.936-.68zm-1.936 4.68H3v-2h2.5v2zm3.5 0H6.5v-2H9v2z"/>
-      <path fill="#49484A" d="M7.436 1031.682l2.564-.32v-1l-2.758.345c-.184-.208-.443-.345-.742-.345-.186 0-.35.064-.5.153-.15-.088-.313-.153-.5-.153-.44 0-.8.286-.936.68l-2.564.32v1l2.757-.345c.184.208.444.345.743.345v1H3c-.552 0-1 .448-1 1v3c0 .553.448 1 1 1h6c.553 0 1-.447 1-1v-3c0-.552-.447-1-1-1H6.5v-1c.44 0 .8-.286.936-.68zm-1.936 4.68H3v-2h2.5v2zm3.5 0H6.5v-2H9v2z"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="aerialway-18">
-    <g transform="translate(0 -1028.362)">
-      <path opacity=".3" fill="#444" stroke="#FFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" d="M15 1031.862l-3.9.487c-.272-.3-.662-.488-1.1-.488-.386 0-.734.15-1 .39-.265-.24-.613-.39-1-.39-.67 0-1.234.444-1.425 1.053l-3.575.447v1l3.607-.452c.22.557.76.952 1.395.952.176 0 .342-.036.5-.09v1.09h-4c-.83 0-1.5.672-1.5 1.5v4.5c0 .83.67 1.5 1.5 1.5h9c.828 0 1.5-.67 1.5-1.5v-4.5c0-.828-.672-1.5-1.5-1.5h-4v-1.092c.156.056.322.092.5.092.828 0 1.5-.67 1.5-1.5 0-.02-.007-.04-.007-.062l3.506-.438v-1zm-6.5 8.5h-4v-3h4v3zm5-3v3h-4v-3h4z"/>
-      <path fill="#49484A" d="M15 1031.862l-3.9.487c-.272-.3-.662-.488-1.1-.488-.386 0-.734.15-1 .39-.265-.24-.613-.39-1-.39-.67 0-1.234.444-1.425 1.053l-3.575.447v1l3.607-.452c.22.557.76.952 1.395.952.176 0 .342-.036.5-.09v1.09h-4c-.83 0-1.5.672-1.5 1.5v4.5c0 .83.67 1.5 1.5 1.5h9c.828 0 1.5-.67 1.5-1.5v-4.5c0-.828-.672-1.5-1.5-1.5h-4v-1.092c.156.056.322.092.5.092.828 0 1.5-.67 1.5-1.5 0-.02-.007-.04-.007-.062l3.506-.438v-1zm-6.5 8.5h-4v-3h4v3zm5-3v3h-4v-3h4z"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="aerialway-24">
-    <g transform="translate(0 -1028.362)">
-      <path opacity=".3" fill="#444" stroke="#FFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" d="M14.87 1035.003l5.13-.64v-2l-5.516.688c-.367-.414-.887-.688-1.484-.688-.37 0-.7.13-1 .306-.297-.177-.625-.306-.998-.306-.878 0-1.603.572-1.872 1.358l-5.13.64v2l5.516-.688c.367.416.888.69 1.484.69v2H6c-1.104 0-2 .896-2 2v6c0 1.105.896 2 2 2h12c1.105 0 2-.895 2-2v-6c0-1.104-.895-2-2-2h-4.998v-2c.877 0 1.6-.573 1.87-1.36zm-3.87 9.36H6v-4h5v4zm7 0h-5v-4h5v4z"/>
-      <path fill="#49484A" d="M14.87 1035.003l5.13-.64v-2l-5.516.688c-.367-.414-.887-.688-1.484-.688-.37 0-.7.13-1 .306-.297-.177-.625-.306-.998-.306-.878 0-1.603.572-1.872 1.358l-5.13.642v2l5.516-.69c.367.416.888.69 1.484.69v2H6c-1.104 0-2 .896-2 2v6c0 1.105.896 2 2 2h12c1.105 0 2-.895 2-2v-6c0-1.104-.895-2-2-2h-5l.002-2c.877 0 1.6-.573 1.87-1.36zm-3.87 9.36H6v-4h5v4zm7 0h-5v-4h5v4z"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="airfield-12">
-    <g transform="translate(-127 -1291.362)">
-      <path d="M131.25 1292.862c-.139 0-.25.112-.25.25 0 .14.112.25.25.25h2l-.25 1v1l-4 1v1h4v2l-1 .5v.5h3v-.5l-1-.5v-2h4v-1l-4-1v-1l-.25-1h2c.139 0 .25-.11.25-.25 0-.138-.112-.25-.25-.25z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M131.25 1292.862c-.139 0-.25.112-.25.25 0 .14.112.25.25.25h2l-.25 1v1l-4 1v1h4v2l-1 .5v.5h3v-.5l-1-.5v-2h4v-1l-4-1v-1l-.25-1h2c.139 0 .25-.11.25-.25 0-.138-.112-.25-.25-.25z" fill="#444"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="airfield-18">
-    <g transform="translate(-108 -1289.362)">
-      <path d="M113.324 1292.362c-.212 0-.383.17-.383.383 0 .21.172.382.384.382h3.058l-.382 2.235v.94l-5 1.53v1.53h5v3.412l-2 .824v.764h7v-.765l-2-.823v-3.412h5v-1.53l-5-1.53v-.94l-.382-2.235h3.058c.212 0 .383-.17.383-.382s-.172-.383-.384-.383z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M113.324 1292.362c-.212 0-.383.17-.383.383 0 .21.172.382.384.382h3.058l-.382 2.235v.94l-5 1.53v1.53h5v3.412l-2 .824v.764h7v-.765l-2-.823v-3.412h5v-1.53l-5-1.53v-.94l-.382-2.235h3.058c.212 0 .383-.17.383-.382s-.172-.383-.384-.383z" fill="#444"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="airfield-24">
-    <g transform="translate(-84 -1290.362)">
-      <path d="M91.5 1294.362c-.277 0-.5.223-.5.5s.223.5.5.5h4l-.5 3v1l-7 2v2h7v4l-2.5 1v1h8v-1l-2.5-1v-4h7v-2l-7-2v-1l-.5-3h4c.277 0 .5-.223.5-.5s-.223-.5-.5-.5z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M91.5 1294.362c-.277 0-.5.223-.5.5s.223.5.5.5h4l-.5 3v1l-7 2v2h7v4l-2.5 1v1h8v-1l-2.5-1v-4h7v-2l-7-2v-1l-.5-3h4c.277 0 .5-.223.5-.5s-.223-.5-.5-.5z" fill="#444"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="airport-12">
-    <g transform="translate(-127 -1051.362)">
-      <path d="M137 1057.79v.572l-3-.5v2l1 1.056v.444h-3v-.444l1-1.056v-2l-3 .5v-.57l3-1.43v-2c0-.444.056-1 .5-1s.5.556.5 1v2z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M137 1057.79v.572l-3-.5v2l1 1.056v.444h-3v-.444l1-1.056v-2l-3 .5v-.57l3-1.43v-2c0-.444.056-1 .5-1s.5.556.5 1v2z" fill="#444"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="airport-18">
-    <g transform="translate(-108 -1050.362)">
-      <path d="M124.5 1060.362v1l-5.5-1v3l2 1.222v.778h-6v-.778l2-1.222v-3l-5.5 1v-1l5.5-3v-3c0-.778.222-2 1-2s1 1.222 1 2v3z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M124.5 1060.362v1l-5.5-1v3l2 1.222v.778h-6v-.778l2-1.222v-3l-5.5 1v-1l5.5-3v-3c0-.778.222-2 1-2s1 1.222 1 2v3z" fill="#444"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="airport-24">
-    <g transform="translate(0 -1052.362)">
-      <path d="M21 1065.362v1l-7-1v4l2 2c0 .5-.5 1-1 1h-5c-.5 0-1-.5-1-1l2-2v-4l-7 1v-1l7-4v-2c0-1 .5-4 1.5-4s1.5 3 1.5 4v2z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M21 1065.862v.5l-7-1v4l2 2c0 .5-.5 1-1 1h-5c-.5 0-1-.5-1-1l2-2v-4l-7 1v-.5c0-.5.306-.638.5-.75l6.5-3.75v-2c0-1 .5-4 1.5-4s1.5 3 1.5 4v2l6.5 3.75c.278.16.5.24.5.75z" fill="#444"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="alcohol-shop-12">
-    <g transform="translate(-594 -1074.362)" color="#000">
-      <path d="M598 1075.362v2l-2 2v5.406l.594.594h4.03l.376-.5v-5.5l-2-2v-2h-1zm4 4v2l1 1v2l-1 1h3l-1-1v-2l1-1v-2h-3z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M598 1075.362v2l-2 2v5.406l.594.594h4.03l.376-.5v-5.5l-2-2v-2h-1zm4 4v2l1 1v2l-1 1h3l-1-1v-2l1-1v-2h-3z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="alcohol-shop-18">
-    <g transform="translate(-576 -1074.362)" color="#000">
-      <path d="M582.5 1076.362l-.5.5v3l-2 2.5v8h6v-8l-2-2.5v-3l-.5-.5h-1zm4.5 6v3s0 1 1 1h1v3l-1.5.5-.5.5h5l-.5-.5-1.5-.5v-3h1c1 0 1-1 1-1v-3h-5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M582.5 1076.362l-.5.5v3l-2 2.5v8h6v-8l-2-2.5v-3l-.5-.5h-1zm4.5 6v3s0 1 1 1h1v3l-1.5.5-.5.5h5l-.5-.5-1.5-.5v-3h1c1 0 1-1 1-1v-3h-5z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="alcohol-shop-24">
-    <g transform="translate(-552 -1074.362)" color="#000">
-      <path d="M560 1077.362c-.554 0-.5.627-.5 1v2.5c0 .5-.498 1.25-1 1.5-1 .5-1.5 1-1.5 2v9c0 .554.446 1 1 1h5c.554 0 1-.446 1-1v-9c0-1-.5-1.5-1.5-2-.5-.25-1-1-1-1.5v-2.5c0-.5.054-1-.5-1zm6 7v3c0 1 1 2 2 2h1v2.5c0 .5-1 1.5-2 1.5s-1 1-1 1h7s0-1-1-1-2-1-2-1.5v-2.5h1c1 0 2-1 2-2v-3z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M560 1077.362c-.554 0-.5.627-.5 1v2.5c0 .5-.498 1.25-1 1.5-1 .5-1.5 1-1.5 2v9c0 .554.446 1 1 1h5c.554 0 1-.446 1-1v-9c0-1-.5-1.5-1.5-2-.5-.25-1-1-1-1.5v-2.5c0-.5.054-1-.5-1zm6 7v3c0 1 1 2 2 2h1v2.5c0 .5-1 1.5-2 1.5s-1 1-1 1h7s0-1-1-1-2-1-2-1.5v-2.5h1c1 0 2-1 2-2v-3z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="america-football-12">
-    <g color="#000" transform="translate(-516 -1098.362)">
-      <path d="M522.5 1101.362c-3.25 0-4.5 3-4.5 3s1.25 3 4.5 3 4.5-3 4.5-3-1.25-3-4.5-3zm-1 2.5h3.5c.139 0 .25.112.25.25 0 .14-.112.25-.25.25h-4.75c-.139 0-.25-.11-.25-.25 0-.138.112-.25.25-.25h.75z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M522.5 1101.362c-3.25 0-4.5 3-4.5 3s1.25 3 4.5 3 4.5-3 4.5-3-1.25-3-4.5-3zm-1 2.5h3.5c.139 0 .25.112.25.25 0 .14-.112.25-.25.25h-4.75c-.139 0-.25-.11-.25-.25 0-.138.112-.25.25-.25h.75z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="america-football-18">
-    <g color="#000" transform="translate(-498 -1098.362)">
-      <path d="M507.5 1102.362c-4.79 0-6.5 4.5-6.5 4.5s1.71 4.5 6.5 4.5 6.5-4.5 6.5-4.5-1.71-4.5-6.5-4.5zm-2.25 3c.139 0 .25.112.25.25v.75h1.75v-.75c0-.138.112-.25.25-.25.139 0 .25.112.25.25v.75h1.75v-.75c0-.138.112-.25.25-.25.139 0 .284.116.25.25v.75h.563c.246 0 .437.223.437.5s-.19.5-.438.5H510v.75c0 .14-.112.25-.25.25-.139 0-.216-.115-.25-.25v-.75h-1.75v.75c0 .14-.112.25-.25.25-.139 0-.25-.11-.25-.25v-.75h-1.75v.75c0 .14-.112.25-.25.25-.139 0-.25-.11-.25-.25v-.75h-.563c-.246 0-.437-.223-.437-.5s.19-.5.438-.5H505v-.75c0-.138.112-.25.25-.25z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" overflow="visible"/>
-      <path d="M507.5 1102.362c-4.79 0-6.5 4.5-6.5 4.5s1.71 4.5 6.5 4.5 6.5-4.5 6.5-4.5-1.71-4.5-6.5-4.5zm-2.25 3c.139 0 .25.112.25.25v.75h1.75v-.75c0-.138.112-.25.25-.25.139 0 .25.112.25.25v.75h1.75v-.75c0-.138.112-.25.25-.25.139 0 .284.116.25.25v.75h.563c.246 0 .437.223.437.5s-.19.5-.438.5H510v.75c0 .14-.112.25-.25.25-.139 0-.216-.115-.25-.25v-.75h-1.75v.75c0 .14-.112.25-.25.25-.139 0-.25-.11-.25-.25v-.75h-1.75v.75c0 .14-.112.25-.25.25-.139 0-.25-.11-.25-.25v-.75h-.563c-.246 0-.437-.223-.437-.5s.19-.5.438-.5H505v-.75c0-.138.112-.25.25-.25z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="america-football-24">
-    <g transform="translate(0 -1004.362)" color="#000">
-      <path d="M12.5 1009.362c-6.5 0-9.5 6.5-9.5 6.5s3 6.5 9.5 6.5 9.5-6.5 9.5-6.5-3-6.5-9.5-6.5zm-3 5c.277 0 .5.223.5.5v.5h2v-.5c0-.277.223-.5.5-.5s.5.223.5.5v.5h2v-.5c0-.277.223-.5.5-.5s.5.223.5.5v.5h1.5c.277 0 .5.223.5.5s-.223.5-.5.5H16v.5c0 .277-.223.5-.5.5s-.5-.223-.5-.5v-.5h-2v.5c0 .277-.223.5-.5.5s-.5-.223-.5-.5v-.5h-2v.5c0 .277-.223.5-.5.5s-.5-.223-.5-.5v-.5H7.5c-.277 0-.5-.223-.5-.5s.223-.5.5-.5H9v-.5c0-.277.223-.5.5-.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" overflow="visible"/>
-      <path d="M12.5 1009.362c-6.5 0-9.5 6.5-9.5 6.5s3 6.5 9.5 6.5 9.5-6.5 9.5-6.5-3-6.5-9.5-6.5zm-3 5c.277 0 .5.223.5.5v.5h2v-.5c0-.277.223-.5.5-.5s.5.223.5.5v.5h2v-.5c0-.277.223-.5.5-.5s.5.223.5.5v.5h1.5c.277 0 .5.223.5.5s-.223.5-.5.5H16v.5c0 .277-.223.5-.5.5s-.5-.223-.5-.5v-.5h-2v.5c0 .277-.223.5-.5.5s-.5-.223-.5-.5v-.5h-2v.5c0 .277-.223.5-.5.5s-.5-.223-.5-.5v-.5H7.5c-.277 0-.5-.223-.5-.5s.223-.5.5-.5H9v-.5c0-.277.223-.5.5-.5z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="art-gallery-12">
-    <g transform="translate(-360 -1290.362)" color="#000">
-      <path d="M366 1292.362c-2.5 0-4 1.5-4 3 0 1 .5 2 2 2 1 0 1 .25 1 1 0 1.5 1.5 2 2.5 2 2.5 0 3.5-2.25 3.5-4 0-3.5-2.515-4-5-4zm-.625 1c.345 0 .625.28.625.625s-.28.625-.625.625-.625-.28-.625-.625.28-.625.625-.625zm2 0c.345 0 .625.28.625.625s-.28.625-.625.625-.625-.28-.625-.625.28-.625.625-.625zm-3.75.75c.345 0 .625.28.625.625s-.28.625-.625.625-.625-.28-.625-.625.28-.625.625-.625zm5.75.25c.345 0 .625.28.625.625s-.28.625-.625.625-.625-.28-.625-.625.28-.625.625-.625zm-2.375 2.5c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M366 1292.362c-2.5 0-4 1.5-4 3 0 1 .5 2 2 2 1 0 1 .25 1 1 0 1.5 1.5 2 2.5 2 2.5 0 3.5-2.25 3.5-4 0-3.5-2.515-4-5-4zm-.625 1c.345 0 .625.28.625.625s-.28.625-.625.625-.625-.28-.625-.625.28-.625.625-.625zm2 0c.345 0 .625.28.625.625s-.28.625-.625.625-.625-.28-.625-.625.28-.625.625-.625zm-3.75.75c.345 0 .625.28.625.625s-.28.625-.625.625-.625-.28-.625-.625.28-.625.625-.625zm5.75.25c.345 0 .625.28.625.625s-.28.625-.625.625-.625-.28-.625-.625.28-.625.625-.625zm-2.375 2.5c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="art-gallery-18">
-    <g transform="matrix(.77778 0 0 .77778 -247.667 -1003.726)" color="#000">
-      <path d="M329.357 1294.362c-5 0-8.357 4.43-8.357 6.43 0 1.927 1.286 3.213 3.214 3.213 2 0 3.857.43 3.857 1.93 0 2 1.86 3.213 3.86 3.213 5.784 0 8.356-3.572 8.356-7.072 0-7.07-5.958-7.714-10.93-7.714zm-1.928 1.93c.71 0 1.284.574 1.284 1.284 0 .71-.575 1.286-1.285 1.286s-1.287-.575-1.287-1.286c0-.71.576-1.285 1.286-1.285zm3.856 0c.71 0 1.285.574 1.285 1.284 0 .71-.574 1.286-1.284 1.286-.71 0-1.286-.575-1.286-1.286 0-.71.576-1.285 1.286-1.285zm3.857 1.927c.7 0 1.245.585 1.245 1.285s-.545 1.246-1.245 1.246c-.7 0-1.286-.545-1.286-1.245 0-.7.586-1.286 1.286-1.286zm-10.286 1.285c.71 0 1.286.576 1.286 1.286 0 .71-.576 1.286-1.286 1.286-.71 0-1.286-.575-1.286-1.285s.577-1.285 1.287-1.285zm6.75 4.5c.888 0 1.607.72 1.607 1.607 0 .888-.72 1.607-1.607 1.607s-1.607-.72-1.607-1.608c0-.887.72-1.607 1.607-1.607z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2.57142" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M329.357 1294.362c-5 0-8.357 4.43-8.357 6.43 0 1.927 1.286 3.213 3.214 3.213 2 0 3.857.43 3.857 1.93 0 2 1.86 3.213 3.86 3.213 5.784 0 8.356-3.572 8.356-7.072 0-7.07-5.958-7.714-10.93-7.714zm-1.928 1.93c.71 0 1.284.574 1.284 1.284 0 .71-.575 1.286-1.285 1.286s-1.287-.575-1.287-1.286c0-.71.576-1.285 1.286-1.285zm3.856 0c.71 0 1.285.574 1.285 1.284 0 .71-.574 1.286-1.284 1.286-.71 0-1.286-.575-1.286-1.286 0-.71.576-1.285 1.286-1.285zm3.857 1.927c.7 0 1.245.585 1.245 1.285s-.545 1.246-1.245 1.246c-.7 0-1.286-.545-1.286-1.245 0-.7.586-1.286 1.286-1.286zm-10.286 1.285c.71 0 1.286.576 1.286 1.286 0 .71-.576 1.286-1.286 1.286-.71 0-1.286-.575-1.286-1.285s.577-1.285 1.287-1.285zm6.75 4.5c.888 0 1.607.72 1.607 1.607 0 .888-.72 1.607-1.607 1.607s-1.607-.72-1.607-1.608c0-.887.72-1.607 1.607-1.607z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="art-gallery-24">
-    <g color="#000" transform="translate(-318 -1290.362)">
-      <path d="M329 1294.362c-5 0-8 4-8 6s1 3.5 3 3.5 3 .5 3 2c0 2 1.5 3.5 3.5 3.5 6.5 0 9.5-3.5 9.5-7 0-6-5-8-11-8zm-1.25 2c.69 0 1.25.56 1.25 1.25s-.56 1.25-1.25 1.25-1.25-.56-1.25-1.25.56-1.25 1.25-1.25zm4 0c.69 0 1.25.56 1.25 1.25s-.56 1.25-1.25 1.25-1.25-.56-1.25-1.25.56-1.25 1.25-1.25zm4 2c.69 0 1.25.56 1.25 1.25s-.56 1.25-1.25 1.25-1.25-.56-1.25-1.25.56-1.25 1.25-1.25zm-11.5 1c.69 0 1.25.56 1.25 1.25s-.56 1.25-1.25 1.25-1.25-.56-1.25-1.25.56-1.25 1.25-1.25zm6.25 5c.828 0 1.5.672 1.5 1.5 0 .83-.672 1.5-1.5 1.5s-1.5-.67-1.5-1.5c0-.828.672-1.5 1.5-1.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M329 1294.362c-5 0-8 4-8 6s1 3.5 3 3.5 3 .5 3 2c0 2 1.5 3.5 3.5 3.5 6.5 0 9.5-3.5 9.5-7 0-6-5-8-11-8zm-1.25 2c.69 0 1.25.56 1.25 1.25s-.56 1.25-1.25 1.25-1.25-.56-1.25-1.25.56-1.25 1.25-1.25zm4 0c.69 0 1.25.56 1.25 1.25s-.56 1.25-1.25 1.25-1.25-.56-1.25-1.25.56-1.25 1.25-1.25zm4 2c.69 0 1.25.56 1.25 1.25s-.56 1.25-1.25 1.25-1.25-.56-1.25-1.25.56-1.25 1.25-1.25zm-11.5 1c.69 0 1.25.56 1.25 1.25s-.56 1.25-1.25 1.25-1.25-.56-1.25-1.25.56-1.25 1.25-1.25zm6.25 5c.828 0 1.5.672 1.5 1.5 0 .83-.672 1.5-1.5 1.5s-1.5-.67-1.5-1.5c0-.828.672-1.5 1.5-1.5z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="bakery-12">
-    <g color="#000" transform="translate(0 -1040.362)">
-      <path d="M6 1043.862l-1 .5 1 4h1l1-4-1-.5zm-2 1l-.5.5-1.5 2.5v.5l.5.5H3l1-.5h1zm5 0l-1 3.5h1l1 .5h.5l.5-.5v-1l-1.5-2z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" overflow="visible"/>
-      <path d="M6 1043.862l-1 .5 1 4h1l1-4-1-.5zm-2 1l-.5.5-1.5 2.5v.5l.5.5H3l1-.5h1zm5 0l-1 3.5h1l1 .5h.5l.5-.5v-1l-1.5-2z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="bakery-18">
-    <g color="#000" transform="translate(0 -1034.362)">
-      <path d="M9 1040.362c-1 0-1.5.5-1.5 1.5l1 4 .5.5h1l.5-.5 1-4c0-1-.5-1.5-1.5-1.5zm-2.5 1.5l-2 1 1.5 3.5h1l.5-.5zm6 0l-1 4 .5.5h1l1.5-3.5zm-8.5 2l-.5.5-.5 1.5v1.5h.5l1.5-1zm11 0l-1 2.5 1 1h1v-1.5l-.5-1.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" overflow="visible"/>
-      <path d="M9 1040.362c-1 0-1.5.5-1.5 1.5l1 4 .5.5h1l.5-.5 1-4c0-1-.5-1.5-1.5-1.5zm-2.5 1.5l-2 1 1.5 3.5h1l.5-.5zm6 0l-1 4 .5.5h1l1.5-3.5zm-8.5 2l-.5.5-.5 1.5v1.5h.5l1.5-1zm11 0l-1 2.5 1 1h1v-1.5l-.5-1.5z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="bakery-24">
-    <path d="M12.5 6c-1.5 0-2.764.536-2.438 2l1.438 6.5c.05.23.19.5.5.5h2c.31 0 .45-.27.5-.5L15.938 8C16.264 6.536 15 6 13.5 6H13zM7 9c-1 0-1.95.6-1.5 1.5l2 4c.167.333.5.5 1 .5h1s.615.018.5-.5L9 10c-.112-.503-.5-1-1-1zm11 0c-.5 0-.888.497-1 1l-1 4.5c-.115.518.5.5.5.5h1c.5 0 .833-.167 1-.5l2-4C20.95 9.6 20 9 19 9zM4.437 12.125c-.193 0-.356.118-.437.375l-.958 2.994c-.12.375-.037.566.47.47L6 15.5c.49-.094.572-.266.438-.5L5 12.5c-.146-.253-.37-.374-.563-.375zm17.125 0c-.193 0-.416.122-.562.375L19.562 15c-.134.234-.053.406.438.5l2.454.474c.506.097.62-.094.5-.468L22 12.5c-.082-.257-.244-.376-.438-.375z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" overflow="visible"/>
-    <path d="M12.5 6c-1.5 0-2.764.536-2.438 2l1.438 6.5c.05.23.19.5.5.5h2c.31 0 .45-.27.5-.5L15.938 8C16.264 6.536 15 6 13.5 6H13zM7 9c-1 0-1.95.6-1.5 1.5l2 4c.167.333.5.5 1 .5h1s.615.018.5-.5L9 10c-.112-.503-.5-1-1-1zm11 0c-.5 0-.888.497-1 1l-1 4.5c-.115.518.5.5.5.5h1c.5 0 .833-.167 1-.5l2-4C20.95 9.6 20 9 19 9zM4.437 12.125c-.193 0-.356.118-.437.375l-.958 2.994c-.12.375-.037.566.47.47L6 15.5c.49-.094.572-.266.438-.5L5 12.5c-.146-.253-.37-.374-.563-.375zm17.125 0c-.193 0-.416.122-.562.375L19.562 15c-.134.234-.053.406.438.5l2.454.474c.506.097.62-.094.5-.468L22 12.5c-.082-.257-.244-.376-.438-.375z" color="#000" fill="#444" overflow="visible"/>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="bank-12">
-    <g transform="translate(-361 -1172.362)" color="#000" fill="#444">
-      <path d="M363.5 1175.362c-.277 0-.5.223-.5.5v5c0 .277.223.5.5.5h8c.277 0 .5-.223.5-.5v-5c0-.277-.223-.5-.5-.5zm0 1h8v1h-8zm0 3h1.5v1h-1.5zm4.5.5h3v.5h-3z" opacity=".3" stroke="#fff" stroke-width="2" overflow="visible"/>
-      <path d="M363.5 1175.362c-.277 0-.5.223-.5.5v5c0 .277.223.5.5.5h8c.277 0 .5-.223.5-.5v-5c0-.277-.223-.5-.5-.5zm0 1h8v1h-8zm0 3h1.5v1h-1.5zm4.5.5h3v.5h-3z" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="bank-18">
-    <g transform="translate(-343 -1172.362)" color="#000" fill="#444">
-      <path d="M346.722 1177.362c-.4 0-.722.322-.722.722v6.556c0 .4.322.722.722.722h11.556c.4 0 .722-.322.722-.722v-6.556c0-.4-.322-.722-.722-.722zm-.222 1.5h12v1.5h-12zm.5 4h2v1.5h-2zm6 .778h5v.722h-5z" opacity=".3" stroke="#fff" stroke-width="2" overflow="visible"/>
-      <path d="M346.722 1177.362c-.4 0-.722.322-.722.722v6.556c0 .4.322.722.722.722h11.556c.4 0 .722-.322.722-.722v-6.556c0-.4-.322-.722-.722-.722zm-.222 1.5h12v1.5h-12zm.5 4h2v1.5h-2zm6 .778h5v.722h-5z" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="bank-24">
-    <g transform="translate(0 -1003.362)" color="#000" fill="#444">
-      <path d="M4 1009.362c-.554 0-1 .446-1 1v10c0 .554.446 1 1 1h17c.554 0 1-.446 1-1v-10c0-.554-.446-1-1-1zm-.5 2h18v2h-18zm.5 6h3v2H4zm9 1h7v1h-7z" opacity=".3" stroke="#fff" stroke-width="2" overflow="visible"/>
-      <path d="M4 1009.362c-.554 0-1 .446-1 1v10c0 .554.446 1 1 1h17c.554 0 1-.446 1-1v-10c0-.554-.446-1-1-1zm-.5 2h18v2h-18zm.5 6h3v2H4zm9 1h7v1h-7z" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="bar-12">
-    <g transform="translate(-361 -1147.362)" color="#000">
-      <path d="M363.5 1149.362c-.28 0-.5 0-.5.14 0 .142.193.31.28.423l3.72 4.437v2.5c-1 .5-2.5 1-2.5 1.5h6c0-.5-1.5-1-2.5-1.5v-2.5l3.72-4.437c.087-.114.28-.28.28-.422 0-.14-.22-.14-.5-.14z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M363.5 1149.362c-.28 0-.5 0-.5.14 0 .142.193.31.28.423l3.72 4.437v2.5c-1 .5-2.5 1-2.5 1.5h6c0-.5-1.5-1-2.5-1.5v-2.5l3.72-4.437c.087-.114.28-.28.28-.422 0-.14-.22-.14-.5-.14z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="bar-18">
-    <g color="#000" transform="translate(-342 -1146.362)">
-      <path d="M346 1149.362c-.406 0-1 .047-1 .25 0 .204.372.586.5.75l5.5 6v4l-2.813 1.188c-.406.135-.687.312-.687.812h8c0-.5-.406-.677-.813-.812l-2.687-1.188v-4l5.5-6c.128-.164.5-.546.5-.75 0-.202-.594-.25-1-.25z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M346 1149.362c-.406 0-1 .047-1 .25 0 .204.372.586.5.75l5.5 6v4l-2.813 1.188c-.406.135-.687.312-.687.812h8c0-.5-.406-.677-.813-.812l-2.687-1.188v-4l5.5-6c.128-.164.5-.546.5-.75 0-.202-.594-.25-1-.25z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="bar-24">
-    <g transform="translate(-319 -1146.362)" color="#000">
-      <path d="M324 1150.362c-.5 0-1 0-1 .25s.343.548.5.75l7.5 7.813v6.187l-4 1c-.5.167-1 .5-1 1h11c0-.5-.5-.833-1-1l-4-1v-6.187l7.5-7.813c.157-.202.5-.5.5-.75s-.5-.25-1-.25z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M324 1150.362c-.5 0-1 0-1 .25s.343.548.5.75l7.5 7.813v6.187l-4 1c-.5.167-1 .5-1 1h11c0-.5-.5-.833-1-1l-4-1v-6.187l7.5-7.813c.157-.202.5-.5.5-.75s-.5-.25-1-.25z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="baseball-12">
-    <g color="#000" transform="translate(-516 -1170.362)">
-      <path d="M518 1171.862v1.5c1.5 2 4.587 3.588 6.5 5.5l1 1v1h1l.5-.5v-1h-1l-1-1c-1.784-1.784-3.5-5-5.5-6.5zm2 5.5c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M518 1171.862v1.5c1.5 2 4.587 3.588 6.5 5.5l1 1v1h1l.5-.5v-1h-1l-1-1c-1.784-1.784-3.5-5-5.5-6.5zm2 5.5c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="baseball-18">
-    <g color="#000" transform="translate(-498 -1170.362)">
-      <path d="M503 1172.362s-1 0-1.5.5-.5 1.5-.5 1.5c2.5 3.5 7.08 6.142 8 7l2.594 2.406-.594.594v1h1l1-1 1-1v-1h-1l-.594.594-2.406-2.594c-2.362-2.533-3.5-5.5-7-8zm1.75 9c-.69 0-1.25.56-1.25 1.25s.56 1.25 1.25 1.25 1.25-.56 1.25-1.25-.56-1.25-1.25-1.25z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M503 1172.362s-1 0-1.5.5-.5 1.5-.5 1.5c2.5 3.5 7.08 6.142 8 7l2.594 2.406-.594.594v1h1l1-1 1-1v-1h-1l-.594.594-2.406-2.594c-2.362-2.533-3.5-5.5-7-8zm1.75 9c-.69 0-1.25.56-1.25 1.25s.56 1.25 1.25 1.25 1.25-.56 1.25-1.25-.56-1.25-1.25-1.25z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="baseball-24">
-    <g color="#000" transform="translate(-474 -1170.362)">
-      <path d="M480 1173.362c-1.252 0-2 .754-2 2 0 1 2 2.5 3 3.5 2 2 5.302 3.802 8.5 7l3 3-.5.5c0 .5.5 1 1 1l1-1 1-1c0-.5-.5-1-1-1l-.5.5-3-3c-2.863-2.863-5-6.5-7-8.5-1-1-2.5-3-3.5-3zm3.5 10c-.828 0-1.5.672-1.5 1.5 0 .83.672 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.828-.672-1.5-1.5-1.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M480 1173.362c-1.252 0-2 .754-2 2 0 1 2 2.5 3 3.5 2 2 5.302 3.802 8.5 7l3 3-.5.5c0 .5.5 1 1 1l1-1 1-1c0-.5-.5-1-1-1l-.5.5-3-3c-2.863-2.863-5-6.5-7-8.5-1-1-2.5-3-3.5-3zm3.5 10c-.828 0-1.5.672-1.5 1.5 0 .83.672 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.828-.672-1.5-1.5-1.5z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="basketball-12">
-    <g transform="translate(-517 -1147.362)" color="#000">
-      <path d="M521 1148.362l-2 2v4.5c0 .25.25.5.5.5h1.5l1 1 1 1h1l1-1 1-1h1.5c.25 0 .5-.25.5-.5v-4.5l-2-2h-5zm0 2h5v3h-5v-3zm.688.688v1.625h3.625v-1.625h-3.625zm.312 3.312h1v1h1v-1h1v1l-1 1h-1l-1-1v-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M521 1148.362l-2 2v4.5c0 .25.25.5.5.5h1.5l1 1 1 1h1l1-1 1-1h1.5c.25 0 .5-.25.5-.5v-4.5l-2-2h-5zm0 2h5v3h-5v-3zm.688.688v1.625h3.625v-1.625h-3.625zm.312 3.312h1v1h1v-1h1v1l-1 1h-1l-1-1v-1z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="basketball-18">
-    <g transform="translate(-499 -1147.362)" color="#000">
-      <path d="M505 1149.362l-3 2v7c0 .5.5 1 1 1h2.5l2 3h2l2-3h2.5c.5 0 1-.5 1-1v-6.5l-3-2.5h-7zm0 3h7v5h-7v-5zm1 1v3h5v-3h-5zm.5 6h1.5v1h1v-1h1.5l-.688 1H509v1h-1v-1h-.813l-.687-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M505 1149.362l-3 2v7c0 .5.5 1 1 1h2.5l2 3h2l2-3h2.5c.5 0 1-.5 1-1v-6.5l-3-2.5h-7zm0 3h7v5h-7v-5zm1 1v3h5v-3h-5zm.5 6h1.5v1h1v-1h1.5l-.688 1H509v1h-1v-1h-.813l-.687-1z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="basketball-24">
-    <g transform="translate(-476 -1146.362)" color="#000">
-      <path d="M484.5 1149.362l-4.5 4v8c0 .5.5 1 1 1h3.563l1.937 3.5c.278.5.5.5 1 .5h2c.5 0 .722 0 1-.5l1.938-3.5H496c.5 0 1-.5 1-1v-8l-4.5-4h-8zm-.5 4h9v6h-9v-6zm1 1v4h7v-4h-7zm.563 8H487v1h1v-1h1v1h1v-1h1.438l-.563 1H490v1h.344l-.344.625v-.625h-1v1h-1v-1h-1v.625l-.344-.625H487v-1h-.875l-.563-1zm2.437 2h1v-1h-1v1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M484.5 1149.362l-4.5 4v8c0 .5.5 1 1 1h3.563l1.937 3.5c.278.5.5.5 1 .5h2c.5 0 .722 0 1-.5l1.938-3.5H496c.5 0 1-.5 1-1v-8l-4.5-4h-8zm-.5 4h9v6h-9v-6zm1 1v4h7v-4h-7zm.563 8H487v1h1v-1h1v1h1v-1h1.438l-.563 1H490v1h.344l-.344.625v-.625h-1v1h-1v-1h-1v.625l-.344-.625H487v-1h-.875l-.563-1zm2.437 2h1v-1h-1v1z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="beer-12">
-    <g transform="translate(-360 -1242.362)" color="#000">
-      <path d="M363 1243.362l1 8.5c.036.286.214.5.5.5h4c.286 0 .45-.216.5-.5l1-8.5zm1.5 1h4l-.25 2h-3.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M363 1243.362l1 8.5c.036.286.214.5.5.5h4c.286 0 .45-.216.5-.5l1-8.5zm1.5 1h4l-.25 2h-3.5z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="beer-18">
-    <g transform="translate(-342 -1242.362)" color="#000">
-      <path d="M346 1244.362l1.5 13c.058.5.5 1 1 1h6c.5 0 .942-.5 1-1l1.5-13zm2 2h7l-.4 3h-6.2z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M346 1244.362l1.5 13c.058.5.5 1 1 1h6c.5 0 .942-.5 1-1l1.5-13zm2 2h7l-.4 3h-6.2z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="beer-24">
-    <g transform="translate(-389 -1243.362)" color="#000">
-      <path d="M394 1246.362l2 16c.063.5.5 1 1 1h9c.5 0 .938-.5 1-1l2-16zm2.25 2h10.5l-.47 4h-9.56z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M394 1246.362l2 16c.063.5.5 1 1 1h9c.5 0 .938-.5 1-1l2-16zm2.25 2h10.5l-.47 4h-9.56z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="bicycle-12">
-    <g transform="translate(-126 -1386.362)" color="#000">
-      <path d="M133 1388.362v1h1v1h-2v-1h-1v1l-.5.5-.5.5h-1l-1 2 1 2h2l1-2 1.5-2h1l-1.5 2 1 2h2l1-2-1-2h-.5l-.5-1v-1l-1-1h-1zm-2 3h1v1h-1v2h-2v-2h2zm3 1h2v2h-2v-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M133 1388.362v1h1v1h-2v-1h-1v1l-.5.5-.5.5h-1l-1 2 1 2h2l1-2 1.5-2h1l-1.5 2 1 2h2l1-2-1-2h-.5l-.5-1v-1l-1-1h-1zm-2 3h1v1h-1v2h-2v-2h2zm3 1h2v2h-2v-1z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="bicycle-18">
-    <g transform="translate(-108 -1386.362)" color="#000">
-      <path d="M120 1389.362v1l1 .5v1.5h-5v-1h1v-.5l-1-.5h-2v1h1v1l-1.25 2.125c-.245-.065-.484-.125-.75-.125-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3h1l2.5-4h1.5l.53 1.063c-1.427.23-2.53 1.444-2.53 2.937 0 1.657 1.343 3 3 3s3-1.343 3-3c0-1.44-1.023-2.646-2.375-2.937l-.625-1.563v-2.5l-.5-.5-1.5-.5zm-4.5 4h3l-2 3h-.688c-.212-.59-.587-1.115-1.093-1.47l.78-1.53zm-2.5 2c1.105 0 2 .896 2 2 0 1.105-.895 2-2 2s-2-.895-2-2c0-1.104.895-2 2-2zm9 0c1.105 0 2 .896 2 2 0 1.105-.895 2-2 2s-2-.895-2-2c0-1.104.895-2 2-2z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M120 1389.362v1l1 .5v1.5h-5v-1h1v-.5l-1-.5h-2v1h1v1l-1.25 2.125c-.245-.065-.484-.125-.75-.125-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3h1l2.5-4h1.5l.53 1.063c-1.427.23-2.53 1.444-2.53 2.937 0 1.657 1.343 3 3 3s3-1.343 3-3c0-1.44-1.023-2.646-2.375-2.937l-.625-1.563v-2.5l-.5-.5-1.5-.5zm-4.5 4h3l-2 3h-.688c-.212-.59-.587-1.115-1.093-1.47l.78-1.53zm-2.5 2.25c.967 0 1.75.784 1.75 1.75 0 .967-.783 1.75-1.75 1.75s-1.75-.783-1.75-1.75c0-.966.783-1.75 1.75-1.75zm9 0c.967 0 1.75.784 1.75 1.75 0 .967-.783 1.75-1.75 1.75s-1.75-.783-1.75-1.75c0-.966.783-1.75 1.75-1.75z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="bicycle-24">
-    <g transform="translate(-84 -1386.362)" color="#000">
-      <path d="M98.875 1390.362c-.562.076-.637 1.058-.094 1.22l2.22.874v1.906h-7v-1h1.375c.33 0 .625-.295.625-.625s-.295-.63-.625-.625H91.5c-.062-.01-.125-.01-.188 0-.327.05-.58.392-.53.72.048.326.39.58.718.53H93v1l-1.063 3.125c-.3-.072-.615-.125-.937-.125-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4c0-.3-.062-.593-.125-.875H96c.2-.01.39-.115.5-.28l3.375-4.845H101l.688 2.03c-2.062.162-3.688 1.867-3.688 3.97 0 2.21 1.79 4 4 4s4-1.79 4-4c0-1.828-1.23-3.335-2.906-3.812l-1.094-3.188v-2.344c0-.104-.042-.21-.094-.312-.004-.01.004-.024 0-.03-.015-.033-.043-.065-.062-.095-.032-.044-.055-.085-.094-.124-.017-.016-.044-.017-.062-.03-.02-.016-.044-.02-.063-.032-.032-.02-.058-.05-.094-.062l-.03-.03-.437-.157-1.844-.75c-.066-.025-.15-.028-.22-.03-.047 0-.08-.012-.125 0zm-4.875 5h4.406l-2.72 3.875h-1.31c-.31-.494-.7-.9-1.19-1.22l.814-2.655zm-3 3.5c1.38 0 2.5 1.12 2.5 2.5s-1.12 2.5-2.5 2.5-2.5-1.12-2.5-2.5 1.12-2.5 2.5-2.5zm11 0c1.38 0 2.5 1.12 2.5 2.5s-1.12 2.5-2.5 2.5-2.5-1.12-2.5-2.5c0-.172.03-.337.063-.5.233-1.14 1.23-2 2.437-2z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M98.875 1390.362c-.562.076-.637 1.058-.094 1.22l2.22.874v1.906h-7v-1h1.375c.33 0 .625-.295.625-.625s-.295-.63-.625-.625H91.5c-.062-.01-.125-.01-.188 0-.327.05-.58.392-.53.72.048.326.39.58.718.53H93v1l-1.063 3.125c-.3-.072-.615-.125-.937-.125-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4c0-.3-.062-.593-.125-.875H96c.2-.01.39-.115.5-.28l3.375-4.845H101l.688 2.03c-2.062.162-3.688 1.867-3.688 3.97 0 2.21 1.79 4 4 4s4-1.79 4-4c0-1.828-1.23-3.335-2.906-3.812l-1.094-3.188v-2.344c0-.104-.042-.21-.094-.312-.004-.01.004-.024 0-.03-.015-.033-.043-.065-.062-.095-.032-.044-.055-.085-.094-.124-.017-.016-.044-.017-.062-.03-.02-.016-.044-.02-.063-.032-.032-.02-.058-.05-.094-.062l-.03-.03-.437-.157-1.844-.75c-.066-.025-.15-.028-.22-.03-.047 0-.08-.012-.125 0zm-4.875 5h4.406l-2.72 3.875h-1.31c-.31-.494-.7-.9-1.19-1.22l.814-2.655zm-3 3.5c1.38 0 2.5 1.12 2.5 2.5s-1.12 2.5-2.5 2.5-2.5-1.12-2.5-2.5 1.12-2.5 2.5-2.5zm11 0c1.38 0 2.5 1.12 2.5 2.5s-1.12 2.5-2.5 2.5-2.5-1.12-2.5-2.5c0-.172.03-.337.063-.5.233-1.14 1.23-2 2.437-2z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="building-12">
-    <g transform="translate(-672 -1122.362)" color="#000">
-      <path d="M679 1124.362h-1l-4 3.308v.692h1v4h7v-4h1v-.692z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M679 1124.362h-1l-4 3.308v.692h1v4h7v-4h1v-.692z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="building-18">
-    <g transform="translate(-654 -1122.362)" color="#000">
-      <path d="M664 1125.362h-1l-6 5v1h1v6h11v-6h1v-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M664 1125.362h-1l-6 5v1h1v6h11v-6h1v-1z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="building-24">
-    <g transform="translate(-630 -1074.362)" color="#000">
-      <path d="M641 1077.362l-7.5 6.5c-.356.31-.5.5-.5.75 0 .496.5.75 1 .75h1v8c0 .554.446 1 1 1h13c.554 0 1-.446 1-1v-8h1c.5 0 1-.254 1-.75 0-.25-.138-.448-.5-.75l-7.5-6.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M641 1077.362l-7.5 6.5c-.356.31-.5.5-.5.75 0 .496.5.75 1 .75h1v8c0 .554.446 1 1 1h13c.554 0 1-.446 1-1v-8h1c.5 0 1-.254 1-.75 0-.25-.138-.448-.5-.75l-7.5-6.5z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="bus-12">
-    <g color="#000" transform="translate(-126 -1146.362)">
-      <path d="M131 1147.362v1h-2v7h1v1h1v-1h3v1h1v-1h1v-7h-2v-1zm-1 2h5v3h-5zm.5 4c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm4 0c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M131 1147.362v1h-2v7h1v1h1v-1h3v1h1v-1h1v-7h-2v-1zm-1 2h5v3h-5zm.5 4c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm4 0c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="bus-18">
-    <path d="M6.5 2v1H5c-.5 0-1 .5-1 1v10h1v1h2v-1h5v1h2v-1h1V4c0-.5-.5-1-1-1h-1.5V2h-6zM6 4h7v4H6V4zm.75 6.5c.414 0 .75.336.75.75s-.336.75-.75.75-.75-.336-.75-.75.336-.75.75-.75zm5.5 0c.414 0 .75.336.75.75s-.336.75-.75.75-.75-.336-.75-.75.336-.75.75-.75z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-    <path d="M6.5 2v1H5c-.5 0-1 .5-1 1v10h1v1h2v-1h5v1h2v-1h1V4c0-.5-.5-1-1-1h-1.5V2h-6zM6 4h7v4H6V4zm.75 6.5c.414 0 .75.336.75.75s-.336.75-.75.75-.75-.336-.75-.75.336-.75.75-.75zm5.5 0c.414 0 .75.336.75.75s-.336.75-.75.75-.75-.336-.75-.75.336-.75.75-.75z" color="#000" fill="#444" overflow="visible"/>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="bus-24">
-    <path d="M9 3v1H7c-.5 0-1 .5-1 1v13h1v2h2v-2h7v2h2v-2h1V5c0-.5-.5-1-1-1h-2V3zM8 6h9v5H8zm1 8c.554 0 1 .446 1 1s-.446 1-1 1-1-.446-1-1 .446-1 1-1zm7 0c.554 0 1 .446 1 1s-.446 1-1 1-1-.446-1-1 .446-1 1-1z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-    <path d="M9 3v1H7c-.5 0-1 .5-1 1v13h1v2h2v-2h7v2h2v-2h1V5c0-.5-.5-1-1-1h-2V3zM8 6h9v5H8zm1 8c.554 0 1 .446 1 1s-.446 1-1 1-1-.446-1-1 .446-1 1-1zm7 0c.554 0 1 .446 1 1s-.446 1-1 1-1-.446-1-1 .446-1 1-1z" color="#000" fill="#444" overflow="visible"/>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="cafe-12">
-    <g color="#000" transform="translate(-360 -1074.362)">
-      <path d="M363.5 1076.362c-.277 0-.5.223-.5.5v4.5c0 .277.223.5.5.5h5c.277 0 .5-.223.5-.5v-.5h.25c.25 0 .25-.25.25-.25v-.25h.5c.5 0 1-.5 1-1v-1.5c0-.25-.25-.5-.5-.5H369v-.5c0-.277-.223-.5-.5-.5zm5.5 1.5h1.25c.25 0 .25.25.25.25v1.25c0 .25-.25.5-.5.5h-1zm-7 4.5l1.5 1.5h5l1.5-1.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M363.5 1076.362c-.277 0-.5.223-.5.5v4.5c0 .277.223.5.5.5h5c.277 0 .5-.223.5-.5v-.5h.25c.25 0 .25-.25.25-.25v-.25h.5c.5 0 1-.5 1-1v-1.5c0-.25-.25-.5-.5-.5H369v-.5c0-.277-.223-.5-.5-.5zm5.5 1.5h1.25c.25 0 .25.25.25.25v1.25c0 .25-.25.5-.5.5h-1zm-7 4.5l2 1h4l2-1z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="cafe-18">
-    <g color="#000" transform="translate(-342 -1074.362)">
-      <path d="M347 1077.362c-.5 0-1 .5-1 1v6c0 .5.5 1 1 1h7c.4 0 1-.5 1-1v-.444h.36c.362 0 .362-.36.362-.36v-.362h.445c.722 0 1.833-.334 1.833-1.445v-1.888c0-.5-.25-1-.75-1H355v-.5c0-.5-.5-1-1-1zm8 2.222h1.89c.36 0 .36.278.36.278v1.89c0 .57-.722.606-1.083.61H355zm-10 6.778l2 2h7l2-2z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M347 1077.362c-.5 0-1 .5-1 1v6c0 .5.5 1 1 1h7c.4 0 1-.5 1-1v-.444h.36c.362 0 .362-.36.362-.36v-.362h.445c.722 0 1.833-.334 1.833-1.445v-1.888c0-.5-.25-1-.75-1H355v-.5c0-.5-.5-1-1-1zm8 2.222h1.89c.36 0 .36.278.36.278v1.89c0 .57-.722.606-1.083.61H355zm-10 6.778l2 2h7l2-2z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="cafe-24">
-    <g color="#000" transform="translate(-318 -1074.362)">
-      <path d="M324 1079.362c-.554 0-1 .446-1 1v9c0 .554.446 1 1 1h11c.554 0 1-.446 1-1v-1h.5c.5 0 .5-.5.5-.5v-.5h1c1 0 2-1 2-2v-3c0-.5-.5-1-1-1h-3v-1c0-.554-.446-1-1-1zm12 3h2.5c.5 0 .5.5.5.5v2.5c0 .5-.5 1-1 1h-2zm-15 9l1 1 1 1h13l1-1 1-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M324 1079.362c-.554 0-1 .446-1 1v9c0 .554.446 1 1 1h11c.554 0 1-.446 1-1v-1h.5c.5 0 .5-.5.5-.5v-.5h1c1 0 2-1 2-2v-3c0-.5-.5-1-1-1h-3v-1c0-.554-.446-1-1-1zm12 3h2.5c.5 0 .5.5.5.5v2.5c0 .5-.5 1-1 1h-2zm-15 9l1 1 1 1h13l1-1 1-1z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="-402.5 403.5 12 12" id="camera-12">
-    <path d="M-395 410.485l.5-.5v-.97l-.5-.5-1-.015-.5.515v.97l.5.515" opacity=".3" fill="#fff"/>
-    <path d="M-399.5 405.5v1h-1v6h9v-6h-2v-1h-3v1h-1.5v-1h-1.5zm3 2h2l1 1v2l-1 1h-2l-1-1v-2l1-1zm.5 1l-.5.5v1l.5.5h1l.5-.5v-1l-.5-.5h-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
-    <path d="M-399.5 405.5v1h-1v6h9v-6h-2v-1h-3v1h-1.5v-1h-1.5zm3 2h2l1 1v2l-1 1h-2l-1-1v-2l1-1zm.5 1l-.5.5v1l.5.5h1l.5-.5v-1l-.5-.5h-1z" fill="#454545"/>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="-402.5 403.5 18 18" id="camera-18">
-    <path d="M-393.5 405.5c-.552 0-1 .447-1 1v1h-1v-1h-3v1h-1v8c0 .553.448 1 1 1h11c.552 0 1-.447 1-1v-7c0-.553-.447-1-1-1h-2v-1c0-.553-.448-1-1-1zm1.5 3.5c1.657 0 3 1.343 3 3s-1.343 3-3 3-3-1.343-3-3 1.343-3 3-3z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
-    <path d="M-393.5 405.5c-.552 0-1 .447-1 1v1h-1v-1h-3v1h-1v8c0 .553.448 1 1 1h11c.552 0 1-.447 1-1v-7c0-.553-.447-1-1-1h-2v-1c0-.553-.448-1-1-1zm1.5 3.5c1.657 0 3 1.343 3 3s-1.343 3-3 3-3-1.343-3-3 1.343-3 3-3z" fill="#454545"/>
-    <path d="M-390.5 412c0 .828-.672 1.5-1.5 1.5s-1.5-.672-1.5-1.5.672-1.5 1.5-1.5 1.5.672 1.5 1.5z" fill="#454545"/>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="-402.5 403.5 24 24" id="camera-24">
-    <path d="M-390.5 407.5c-.552 0-1 .447-1 1v1h-3c0-.553-.448-1-1-1h-1c-.552 0-1 .447-1 1h-1c-.552 0-1 .447-1 1v10c0 .553.448 1 1 1h17c.552 0 1-.447 1-1v-10c0-.553-.448-1-1-1h-4v-1c0-.553-.448-1-1-1h-4zm2 4c2.21 0 4 1.79 4 4s-1.79 4-4 4-4-1.79-4-4 1.79-4 4-4zm0 2c-1.105 0-2 .895-2 2s.895 2 2 2 2-.895 2-2-.895-2-2-2z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-miterlimit="10" overflow="visible"/>
-    <path d="M-390.5 407.5c-.552 0-1 .447-1 1v1h-3c0-.553-.448-1-1-1h-1c-.552 0-1 .447-1 1h-1c-.552 0-1 .447-1 1v10c0 .553.448 1 1 1h17c.552 0 1-.447 1-1v-10c0-.553-.448-1-1-1h-4v-1c0-.553-.448-1-1-1h-4zm2 4c2.21 0 4 1.79 4 4s-1.79 4-4 4-4-1.79-4-4 1.79-4 4-4zm0 2c-1.105 0-2 .895-2 2s.895 2 2 2 2-.895 2-2-.895-2-2-2z" fill="#454545"/>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="campsite-12">
-    <g transform="translate(-205 -1219.362)" color="#000" font-family="Sans">
-      <path d="M211.53 1221.362c-.25 0-.362.12-.436.25l-2.86 5.75h-.734c-.293 0-.5.223-.5.5s.207.5.5.5H215.47c.292 0 .53-.223.53-.5s-.238-.5-.53-.5h-.642l-2.86-5.75c-.074-.13-.187-.25-.437-.25z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M211.53 1221.362c-.25 0-.362.12-.436.25l-2.86 5.75h-.734c-.293 0-.5.223-.5.5s.207.5.5.5H215.47c.292 0 .53-.223.53-.5s-.238-.5-.53-.5h-.642l-2.86-5.75c-.074-.13-.187-.25-.437-.25zm0 2.5l1.5 3.5h-3z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="campsite-18">
-    <g transform="translate(-187 -1221.362)" color="#000" font-family="Sans">
-      <path d="M196.5 1225.363c-.36 0-.524.172-.632.36l-3.868 8.14h-1.5c-.5 0-.5.777-.5.777s0 .722.5.722h12c.5 0 .5-.722.5-.722s0-.778-.5-.778H201l-3.868-8.14c-.108-.187-.27-.36-.632-.36z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M196.5 1225.363c-.36 0-.524.172-.632.36l-3.868 8.14h-1.5c-.5 0-.5.777-.5.777s0 .722.5.722h12c.5 0 .5-.722.5-.722s0-.778-.5-.778H201l-3.868-8.14c-.108-.187-.27-.36-.632-.36zm0 3l2.5 5.5h-5z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="campsite-24">
-    <g transform="translate(0 -1005.362)" color="#000" font-family="Sans">
-      <path d="M12.5 1009.362c-.5 0-.726.24-.875.5l-6.22 11.5H4.063c-.586 0-1.062.446-1.062 1s.476 1 1.063 1h16.875c.586 0 1.062-.446 1.062-1s-.476-1-1.063-1h-1.343l-6.22-11.5c-.148-.26-.374-.5-.874-.5zm0 5l3.5 7H9z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M12.5 1009.362c-.5 0-.726.24-.875.5l-6.22 11.5H4.063c-.586 0-1.062.446-1.062 1s.476 1 1.063 1h16.875c.586 0 1.062-.446 1.062-1s-.476-1-1.063-1h-1.343l-6.22-11.5c-.148-.26-.374-.5-.874-.5zm0 5l3.5 7H9z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="-402.5 403.5 12 12" id="car-12">
-    <g transform="translate(0 -1040.362)">
-      <path d="M-398.5 1445.862l-1 3-1 1v3h1v1h1v-1h5v1h1v-1h1v-3l-1-1-1-3zm1 1h3l.667 2h-4.334zm-1.5 4c.276 0 .5.224.5.5s-.224.5-.5.5-.5-.224-.5-.5.224-.5.5-.5zm6 0c.276 0 .5.224.5.5s-.224.5-.5.5-.5-.224-.5-.5.224-.5.5-.5z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M-398.5 1445.862l-1 3-1 1v3h1v1h1v-1h5v1h1v-1h1v-3l-1-1-1-3zm1 1h3l.667 2h-4.334zm-1.5 4c.276 0 .5.224.5.5s-.224.5-.5.5-.5-.224-.5-.5.224-.5.5-.5zm6 0c.276 0 .5.224.5.5s-.224.5-.5.5-.5-.224-.5-.5.224-.5.5-.5z" color="#000" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="-402.5 403.5 18 18" id="car-18">
-    <g transform="matrix(.8 0 0 .8 -403.3 -365.5)" color="#000">
-      <path d="M8.923 1009.593L5 1015.478v7.192h2.615v1.308h2.616v-1.308h6.54v1.308h2.615v-1.308H22v-6.947l-3.923-6.13zm1.308 2.615h6.54l1.96 2.616H8.27zm-1.307 5.23l1.308 1.31-1.307 1.307-1.308-1.308zm9.154 0l1.308 1.31-1.308 1.307-1.308-1.308z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2.61538" stroke-linejoin="round" overflow="visible"/>
-      <path d="M8.923 1009.593L5 1015.478v7.192h2.615v1.308h2.616v-1.308h6.54v1.308h2.615v-1.308H22v-6.947l-3.923-6.13zm1.308 2.615h6.54l1.96 2.616H8.27zm-1.307 5.23l1.308 1.31-1.307 1.307-1.308-1.308zm9.154 0l1.308 1.31-1.308 1.307-1.308-1.308z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="-402.5 403.5 24 24" id="car-24">
-    <g transform="translate(-403.5 -600.9)" color="#000">
-      <path d="M9 1009.362c-1 0-1.313.5-1.5 1l-1.5 4c-.188.5-1 1-1 2v5h2v1c0 .5.5 1 1 1h1c.5 0 1-.5 1-1v-1h7v1c0 .5.5 1 1 1h1c.5 0 1-.5 1-1v-1h2v-5c0-1-.738-1.302-1-2l-1.5-4c-.188-.5-.5-1-1.5-1H9zm.5 2h8l1 3h-10zm-.5 6c.554 0 1 .446 1 1s-.446 1-1 1-1-.446-1-1 .446-1 1-1zm9 0c.554 0 1 .446 1 1s-.446 1-1 1-1-.446-1-1 .446-1 1-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M9 1009.362c-1 0-1.313.5-1.5 1l-1.5 4c-.188.5-1 1-1 2v5h2v1c0 .5.5 1 1 1h1c.5 0 1-.5 1-1v-1h7v1c0 .5.5 1 1 1h1c.5 0 1-.5 1-1v-1h2v-5c0-1-.738-1.302-1-2l-1.5-4c-.188-.5-.5-1-1.5-1H9zm.5 2h8l1 3h-10zm-.5 6c.554 0 1 .446 1 1s-.446 1-1 1-1-.446-1-1 .446-1 1-1zm9 0c.554 0 1 .446 1 1s-.446 1-1 1-1-.446-1-1 .446-1 1-1z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="cemetery-12">
-    <g color="#000" transform="translate(-48 -1122.4)">
-      <path d="M54.5 1124.362c-1.865 0-2.5 1.286-2.5 2.786v3.714c-.5 0-1 .5-1 1v.5h7v-.5c0-.5-.5-1-1-1v-3.5c0-1.714-.635-3-2.5-3z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M54.5 1124.362c-1.865 0-2.5 1.286-2.5 2.786v3.714c-.5 0-1 .5-1 1v.5h7v-.5c0-.5-.5-1-1-1v-3.5c0-1.714-.635-3-2.5-3z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="cemetery-18">
-    <g color="#000" transform="translate(-30 -1122.4)">
-      <path d="M39.5 1124.362c-2.61 0-3.5 1.875-3.5 4.5v6.5c-.435 0-1 .688-1 1.125v.875h9v-.875c0-.437-.565-1.125-1-1.125v-6.501c0-2.625-.89-4.5-3.5-4.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M39.5 1124.362c-2.61 0-3.5 1.875-3.5 4.5v6.5c-.435 0-1 .688-1 1.125v.875h9v-.875c0-.437-.565-1.125-1-1.125v-6.5c0-2.625-.89-4.5-3.5-4.5z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="cemetery-24">
-    <g color="#000" transform="translate(-6 -1122.4)">
-      <path d="M18.5 1126.362c-3.074 0-4.5 2-4.5 5v9c-.5 0-1 .5-1 1v1h11v-1c0-.5-.5-1-1-1v-9c0-3-1.5-5-4.5-5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M18.5 1126.362c-3.074 0-4.5 2-4.5 5v9c-.5 0-1 .5-1 1v1h11v-1c0-.5-.5-1-1-1v-9c0-3-1.5-5-4.5-5z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="chemist-12">
-    <g transform="translate(0 -1040.4)">
-      <path d="M4 1041.362v1h1v2l-3 6h9l-3-6v-2h1v-1H4zm2 1h1v2l1.5 3h-4l1.5-3v-2z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M4 1041.362v1h1v2l-3 6h9l-3-6v-2h1v-1H4zm2 1h1v2l1.5 3h-4l1.5-3v-2z" opacity=".99" fill="#454545" fill-rule="evenodd"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="chemist-18">
-    <g transform="translate(0 -1034.4)">
-      <path d="M6 1036.362v1h1v3l-4 9h13l-4-9v-3h1v-1H7zm3 1h1v3l2 5H7l2-5z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M6 1036.362v1h1v3l-4 9h13l-4-9v-3h1v-1H7zm3 1h1v3l2 5H7l2-5z" opacity=".99" fill="#454545" fill-rule="evenodd"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="chemist-24">
-    <g transform="translate(0 -1028.4)">
-      <path d="M9.28 1031.362c-.71 0-1.28.446-1.28 1s.57 1 1.28 1H10v4l-5 10 .97 1H18.97l1.03-1-5-10v-4h.72c.71 0 1.28-.446 1.28-1s-.57-1-1.28-1H9.28zm2.72 2h1v4l3 6H9l3-6v-4z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M9.28 1031.362c-.71 0-1.28.446-1.28 1s.57 1 1.28 1H10v4l-5 10 .97 1H18.97l1.03-1-5-10v-4h.72c.71 0 1.28-.446 1.28-1s-.57-1-1.28-1H9.28zm2.72 2h1v4l3 6H9l3-6v-4z" opacity=".99" fill="#454545" fill-rule="evenodd"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="cinema-12">
-    <g color="#000" transform="translate(-282 -1170.4)">
-      <path d="M291.5 1171.862l-7 2 .5 1.5 7-2-.5-1.5zm-6.5 3.5v4.5c0 .308.192.5.5.5h6c.308 0 .5-.192.5-.5v-4.5h-7zm1 1h5v1h-5v-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M291.5 1171.862l-7 2 .5 1.5 7-2-.5-1.5zm-6.5 3.5v4.5c0 .308.192.5.5.5h6c.308 0 .5-.192.5-.5v-4.5h-7zm1 1h5v1h-5v-1z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="cinema-18">
-    <g color="#000" transform="translate(-264 -1170.4)">
-      <path d="M278.235 1172.01l-1.72.503.836 2.27 1.65-.478zm-2.772.79l-2.246.645.86 2.27 2.247-.645zm-3.274.932l-1.984.573.86 2.27 1.984-.573zm-3.012.86l-2.178.77 1 2 2.015-.5zm-1.178 2.77v7c0 .5.5 1 1 1h10c.5 0 1-.5 1-1v-7zm2 2h8v2h-8z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M278.235 1172.01l-1.72.503.836 2.27 1.65-.478zm-2.772.79l-2.246.645.86 2.27 2.247-.645zm-3.274.932l-1.984.573.86 2.27 1.984-.573zm-3.012.86l-2.178.77 1 2 2.015-.5zm-1.178 2.77v7c0 .5.5 1 1 1h10c.5 0 1-.5 1-1v-7zm2 2h8v2h-8z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="cinema-24">
-    <g color="#000" transform="translate(-240 -1170.4)">
-      <path d="M258 1173.362l-2.25.656 1.094 2.97 2.156-.626zm-3.625 1.03l-2.938.845.063.125.563 1.53.5 1.314 2.937-.844zm-4.28 1.22l-2.595.75 1.125 2.97 2.594-.75-.657-1.688zm-3.94 1.125l-2.155.625 1 3 2.25-.656zm-1.155 3.625v9c0 .554.446 1 1 1h13c.554 0 1-.446 1-1v-9zm2 2h11v3h-11z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M258 1173.362l-2.25.656 1.094 2.97 2.156-.626zm-3.625 1.03l-2.938.845.063.125.563 1.53.5 1.314 2.937-.844zm-4.28 1.22l-2.595.75 1.125 2.97 2.594-.75-.657-1.688zm-3.94 1.125l-2.155.625 1 3 2.25-.656zm-1.155 3.625v9c0 .554.446 1 1 1h13c.554 0 1-.446 1-1v-9zm2 2h11v3h-11z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="circle-12">
-    <path d="M2 5.5C2 7.985 4.015 10 6.5 10S11 7.985 11 5.5 8.985 1 6.5 1 2 3.015 2 5.5z" color="#000" overflow="visible" opacity=".3" fill="#444" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
-    <path d="M2 5.5C2 7.985 4.015 10 6.5 10S11 7.985 11 5.5 8.985 1 6.5 1 2 3.015 2 5.5z" color="#000" overflow="visible" fill="#444"/>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="circle-18">
-    <g color="#000" transform="translate(48 -1074.4)">
-      <path d="M-45 1082.862c0 3.59 2.91 6.5 6.5 6.5s6.5-2.91 6.5-6.5-2.91-6.5-6.5-6.5-6.5 2.91-6.5 6.5z" overflow="visible" opacity=".3" fill="#fff" stroke="#fff" stroke-width="1.99963944"/>
-      <path d="M-45 1082.862c0 3.59 2.91 6.5 6.5 6.5s6.5-2.91 6.5-6.5-2.91-6.5-6.5-6.5-6.5 2.91-6.5 6.5z" overflow="visible" fill="#444"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="circle-24">
-    <g transform="matrix(-1 0 0 1 -36 -1004.4)" color="#000">
-      <path d="M-40 1015.862c0 4.695-3.806 8.5-8.5 8.5s-8.5-3.805-8.5-8.5c0-4.694 3.806-8.5 8.5-8.5s8.5 3.806 8.5 8.5z" overflow="visible" opacity=".3" fill="#fff" stroke="#fff" stroke-width="1.9998317100000003"/>
-      <path d="M-40 1015.862c0 4.695-3.806 8.5-8.5 8.5s-8.5-3.805-8.5-8.5c0-4.694 3.806-8.5 8.5-8.5s8.5 3.806 8.5 8.5z" overflow="visible" fill="#444"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="circle-stroked-12">
-    <g transform="translate(30 -1051.4)" color="#000">
-      <path d="M-23.5 1052.362c2.485 0 4.5 2.015 4.5 4.5s-2.015 4.5-4.5 4.5-4.5-2.015-4.5-4.5 2.015-4.5 4.5-4.5zm0 1c-1.933 0-3.5 1.567-3.5 3.5s1.567 3.5 3.5 3.5 3.5-1.567 3.5-3.5-1.567-3.5-3.5-3.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" overflow="visible"/>
-      <path d="M-23.5 1052.362c2.485 0 4.5 2.015 4.5 4.5s-2.015 4.5-4.5 4.5-4.5-2.015-4.5-4.5 2.015-4.5 4.5-4.5zm0 1c-1.933 0-3.5 1.567-3.5 3.5s1.567 3.5 3.5 3.5 3.5-1.567 3.5-3.5-1.567-3.5-3.5-3.5z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="circle-stroked-18">
-    <g color="#000" transform="translate(48 -1050.4)">
-      <path d="M-38.5 1052.362c3.59 0 6.5 2.91 6.5 6.5s-2.91 6.5-6.5 6.5-6.5-2.91-6.5-6.5 2.91-6.5 6.5-6.5zm0 1.445c-2.792 0-5.056 2.263-5.056 5.055s2.264 5.056 5.056 5.056c2.792 0 5.056-2.264 5.056-5.056 0-2.792-2.264-5.055-5.056-5.055z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" overflow="visible"/>
-      <path d="M-38.5 1052.362c3.59 0 6.5 2.91 6.5 6.5s-2.91 6.5-6.5 6.5-6.5-2.91-6.5-6.5 2.91-6.5 6.5-6.5zm0 1.445c-2.792 0-5.056 2.263-5.056 5.055s2.264 5.056 5.056 5.056c2.792 0 5.056-2.264 5.056-5.056 0-2.792-2.264-5.055-5.056-5.055z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="circle-stroked-24">
-    <g transform="translate(72 -1050.4)" color="#000">
-      <path d="M-59.5 1053.362c-4.694 0-8.5 3.806-8.5 8.5 0 4.695 3.806 8.5 8.5 8.5s8.5-3.805 8.5-8.5c0-4.694-3.806-8.5-8.5-8.5zm0 2c3.59 0 6.5 2.91 6.5 6.5s-2.91 6.5-6.5 6.5-6.5-2.91-6.5-6.5 2.91-6.5 6.5-6.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" overflow="visible"/>
-      <path d="M-59.5 1053.362c-4.694 0-8.5 3.806-8.5 8.5 0 4.695 3.806 8.5 8.5 8.5s8.5-3.805 8.5-8.5c0-4.694-3.806-8.5-8.5-8.5zm0 2c3.59 0 6.5 2.91 6.5 6.5s-2.91 6.5-6.5 6.5-6.5-2.91-6.5-6.5 2.91-6.5 6.5-6.5z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="city-12">
-    <g transform="translate(-672 -1266.4)" color="#000">
-      <path d="M675 1267.362v1h-1v8h4v-8h-1v-1h-2zm5 1v2h-1v7h4v-7h-1v-2h-.5v2h-1v-2h-.5zm-5 1h2v.5h-2v-.5zm0 2h2v.5h-2v-.5zm5 0h2v.5h-2v-.5zm-5 2h2v.5h-2v-.5zm5 0h2v.5h-2v-.5zm0 2h2v.5h-2v-.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M675 1267.362v1h-1v8h4v-8h-1v-1h-2zm5 1v2h-1v7h4v-7h-1v-2h-.5v2h-1v-2h-.5zm-5 1h2v.5h-2v-.5zm0 2h2v.5h-2v-.5zm5 0h2v.5h-2v-.5zm-5 2h2v.5h-2v-.5zm5 0h2v.5h-2v-.5zm0 2h2v.5h-2v-.5z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="city-18">
-    <g transform="translate(-654 -1266.4)" color="#000">
-      <path d="M658 1268.362v2h-1v10h6v-10h-1v-2h-4zm7 2v3h-1v9h6v-9h-1v-3h-1v3h-2v-3h-1zm-7 1h1v1h-1v-1zm3 0h1v1h-1v-1zm-3 2h1v1h-1v-1zm3 0h1v1h-1v-1zm4 1h1v1h-1v-1zm3 0h1v1h-1v-1zm-10 1h1v1h-1v-1zm3 0h1v1h-1v-1zm4 1h1v1h-1v-1zm3 0h1v1h-1v-1zm-10 1h1v1h-1v-1zm3 0h1v1h-1v-1zm4 1h1v1h-1v-1zm3 0h1v1h-1v-1zm-3 2h1v1h-1v-1zm3 0h1v1h-1v-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M658 1268.362v2h-1v10h6v-10h-1v-2h-4zm7 2v3h-1v9h6v-9h-1v-3h-1v3h-2v-3h-1zm-7 1h1v1h-1v-1zm3 0h1v1h-1v-1zm-3 2h1v1h-1v-1zm3 0h1v1h-1v-1zm4 1h1v1h-1v-1zm3 0h1v1h-1v-1zm-10 1h1v1h-1v-1zm3 0h1v1h-1v-1zm4 1h1v1h-1v-1zm3 0h1v1h-1v-1zm-10 1h1v1h-1v-1zm3 0h1v1h-1v-1zm4 1h1v1h-1v-1zm3 0h1v1h-1v-1zm-3 2h1v1h-1v-1zm3 0h1v1h-1v-1z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="city-24">
-    <g transform="translate(-630 -1266.4)" color="#000">
-      <path d="M636 1269.362v2h-2v13h8v-13h-2v-2h-4zm9 2v3h-2v12h8v-12h-2v-3h-1v3h-2v-3h-1zm-10 2h2v1h-2v-1zm4 0h2v1h-2v-1zm-4 2h2v1h-2v-1zm4 0h2v1h-2v-1zm5 1h2v1h-2v-1zm4 0h2v1h-2v-1zm-13 1h2v1h-2v-1zm4 0h2v1h-2v-1zm5 1h2v1h-2v-1zm4 0h2v1h-2v-1zm-13 1h2v1h-2v-1zm4 0h2v1h-2v-1zm5 1h2v1h-2v-1zm4 0h2v1h-2v-1zm-13 1h2v1h-2v-1zm4 0h2v1h-2v-1zm5 1h2v1h-2v-1zm4 0h2v1h-2v-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M636 1269.362v2h-2v13h8v-13h-2v-2h-4zm9 2v3h-2v12h8v-12h-2v-3h-1v3h-2v-3h-1zm-10 2h2v1h-2v-1zm4 0h2v1h-2v-1zm-4 2h2v1h-2v-1zm4 0h2v1h-2v-1zm5 1h2v1h-2v-1zm4 0h2v1h-2v-1zm-13 1h2v1h-2v-1zm4 0h2v1h-2v-1zm5 1h2v1h-2v-1zm4 0h2v1h-2v-1zm-13 1h2v1h-2v-1zm4 0h2v1h-2v-1zm5 1h2v1h-2v-1zm4 0h2v1h-2v-1zm-13 1h2v1h-2v-1zm4 0h2v1h-2v-1zm5 1h2v1h-2v-1zm4 0h2v1h-2v-1z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="clothing-store-12">
-    <g fill="#444" transform="translate(0 -1040.4)">
-      <path d="M4 1041.362l-1 1-1 2v1h2v5h5v-5h2v-1l-1-2-1-1H8v.75c0 .5-.5 1.25-1.5 1.25s-1.5-.75-1.5-1.25v-.75z" opacity=".3" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
-      <path d="M4 1041.362l-1 1-1 2v1h2v5h5v-5h2v-1l-1-2-1-1H8v.75c0 .5-.5 1.25-1.5 1.25s-1.5-.75-1.5-1.25v-.75z"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="clothing-store-18">
-    <g transform="translate(0 -1034.4)">
-      <path d="M7 1036.362l-2 1-3 4 2 2 1-1h1v7h7v-7h1l1 1 2-2-3-4-2-1c0 .773-.256 1.468-.656 2-.458.608-1.108 1-1.844 1s-1.386-.392-1.844-1c-.4-.532-.656-1.227-.656-2z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M7 1036.362l-2 1-3 4 2 2 1-1h1v7h7v-7h1l1 1 2-2-3-4-2-1c0 .773-.256 1.468-.656 2-.458.608-1.108 1-1.844 1s-1.386-.392-1.844-1c-.4-.532-.656-1.227-.656-2z" fill="#444"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="clothing-store-24">
-    <g transform="translate(0 -1028.4)" fill="#444">
-      <path d="M9.438 1032.362c-.124-.01-.273.02-.438.094-1.018.444-2 .906-2 .906s-2.822 2.604-3.875 3.657c-.183.182-.192.473 0 .717l2.5 2.47c.175.203.544.24.75.03l.625-.875h1v8h9v-8h1l.625.875c.206.21.575.173.75-.03l2.5-2.47c.192-.245.183-.535 0-.718-1.053-1.054-3.875-3.658-3.875-3.658s-.982-.462-2-.906c-.662-.298-.986.178-1 .438.018 1.04-1.09 2.497-2.5 2.468-1.41.03-2.518-1.43-2.5-2.468-.01-.195-.19-.51-.563-.532z" opacity=".3" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
-      <path d="M9.438 1032.362c-.124-.01-.273.02-.438.094-1.018.444-2 .906-2 .906s-2.822 2.604-3.875 3.657c-.183.182-.192.473 0 .717l2.5 2.47c.175.203.544.24.75.03l.625-.875h1v8h9v-8h1l.625.875c.206.21.575.173.75-.03l2.5-2.47c.192-.245.183-.535 0-.718-1.053-1.054-3.875-3.658-3.875-3.658s-.982-.462-2-.906c-.662-.298-.986.178-1 .438.018 1.04-1.09 2.497-2.5 2.468-1.41.03-2.518-1.43-2.5-2.468-.01-.195-.19-.51-.563-.532z"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="college-12">
-    <g transform="translate(-283 -1075.4)" color="#000">
-      <path d="M289.5 1077.362l-4.5 2.5 4.5 2.5 2.5-1.5v1.25l-2.5 1.25-2.5-1.25v1.25l2.5 1.5 2.5-1.5c0 .5 1 .5 1 .5v-.5s-.5-.03-.5-.5v-2l1.5-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M289.5 1077.362l-4.5 2.5 4.5 2.5 2.5-1.5v1.25l-2.5 1.25-2.5-1.25v1.25l2.5 1.5 2.5-1.5c0 .5 1 .5 1 .5v-.5s-.5-.03-.5-.5v-2l1.5-1z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="college-18">
-    <g transform="translate(-265 -1074.4)" color="#000">
-      <path d="M274.5 1078.362l-6.5 3.5 6.5 3.5 4.5-2.344v3.563c0 1.782 1.5 1.532 1.5 1.532v-.75s-.78 0-.78-.78v-3.97l1.28-.75zm-3.5 6.5v1.438c0 .36.513.818 1 1.062l2.5 1 2.5-1c.487-.244 1-.704 1-1.062v-1.438l-3.5 1.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M274.5 1078.362l-6.5 3.5 6.5 3.5 4.5-2.344v3.563c0 1.782 1.5 1.532 1.5 1.532v-.75s-.78 0-.78-.78v-3.97l1.28-.75zm-3.5 6.5v1.438c0 .36.513.818 1 1.062l2.5 1 2.5-1c.487-.244 1-.704 1-1.062v-1.438l-3.5 1.5z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="college-24">
-    <g transform="translate(0 -1006.4)" color="#000">
-      <path d="M12.5 1011.362l-9.5 5 9.5 5 5.5-2.78v3.78c0 2 2 2 2 2v-1s-1-.057-1-1v-4.344l3-1.656zm-4.5 9v2c0 .497.325 1.163 1 1.5l3.5 1.5 3-1.5c.675-.337 1.547-1.005 1.5-1.5v-2l-4.5 2.188z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M12.5 1011.362l-9.5 5 9.5 5 5.5-2.78v3.78c0 2 2 2 2 2v-1s-1-.057-1-1v-4.344l3-1.656zm-4.5 9v2c0 .497.325 1.163 1 1.5l3.5 1.5 3-1.5c.675-.337 1.547-1.005 1.5-1.5v-2l-4.5 2.188z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="commercial-12">
-    <g transform="translate(-672 -1098.4)" color="#000">
-      <path d="M675.5 1099.362l-.5.5v9.5h3v-2h1v2h3v-9.5l-.5-.5h-6zm.5 2h2v.5h-2v-.5zm3 0h2v.5h-2v-.5zm-3 2h2v.5h-2v-.5zm3 0h2v.5h-2v-.5zm-3 2h2v.5h-2v-.5zm3 0h2v.5h-2v-.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M675.5 1099.362l-.5.5v9.5h3v-2h1v2h3v-9.5l-.5-.5zm.5 2h2v1h-2zm3 0h2v1h-2zm-3 2h2v1h-2zm3 0h2v1h-2zm-3 2h2v1h-2zm3 0h2v1h-2z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="commercial-18">
-    <g transform="translate(-654 -1098.4)" color="#000">
-      <path d="M658.78 1100.362l-.78.78v13.22h11v-13.22l-.78-.78zm1.22 2.5h2v.5h-2zm5 0h2v.5h-2zm-5 2h2v.5h-2zm5 0h2v.5h-2zm-5 2h2v.5h-2zm5 0h2v.5h-2zm-5 2h2v.5h-2zm5 0h2v.5h-2z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M658.78 1100.362l-.78.78v13.22h4v-3h3v3h4v-13.22l-.78-.78h-9.44zm1.22 2h2v1h-2v-1zm5 0h2v1h-2v-1zm-5 2h2v1h-2v-1zm5 0h2v1h-2v-1zm-5 2h2v1h-2v-1zm5 0h2v1h-2v-1zm-5 2h2v1h-2v-1zm5 0h2v1h-2v-1z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="commercial-24">
-    <g transform="translate(-630 -1098.4)" color="#000">
-      <path d="M636 1100.362c-.5 0-1 .5-1 1v18h6.5v-3h2v3h6.5v-18c0-.5-.5-1-1-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M636 1100.362c-.5 0-1 .5-1 1v18h6v-3h3v3h6v-18c0-.5-.5-1-1-1zm2 3h3v1h-3zm6 0h3v1h-3zm-6 3h3v1h-3zm6 0h3v1h-3zm-6 3h3v1h-3zm6 0h3v1h-3zm-6 3h3v1h-3zm6 0h3v1h-3z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="cricket-12">
-    <g transform="translate(-516 -1242.4)" color="#000">
-      <path d="M520 1243.612s-.5.25-1 .75-.75 1-.75 1l5 5h1.25l2 2h.5v-.5l-2-2v-1.25l-5-5zm-1 5.25c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M520 1243.612s-.5.25-1 .75-.75 1-.75 1l5 5h1.25l2 2h.5v-.5l-2-2v-1.25l-5-5zm-1 5.25c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="cricket-18">
-    <g transform="translate(-499 -1243.4)" color="#000">
-      <path d="M504.438 1245.33s-.813 0-1.625.813c-.813.813-.813 1.625-.813 1.625l8.125 8.125 1.22-.406 2.436 2.438c.258.257.426.406.75.406.103 0 .218 0 .345-.124.127-.127.125-.242.125-.344 0-.325-.177-.52-.406-.75l-2.438-2.437.407-1.22-8.125-8.124zm2.312 10.032c-.69 0-1.25.56-1.25 1.25s.56 1.25 1.25 1.25 1.25-.56 1.25-1.25-.56-1.25-1.25-1.25z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M504.438 1245.33s-.813 0-1.625.813c-.813.813-.813 1.625-.813 1.625l8.125 8.125 1.22-.406 2.436 2.438c.258.257.426.406.75.406.103 0 .218 0 .345-.124.127-.127.125-.242.125-.344 0-.325-.177-.52-.406-.75l-2.438-2.437.407-1.22-8.125-8.124zm2.312 10.032c-.69 0-1.25.56-1.25 1.25s.56 1.25 1.25 1.25 1.25-.56 1.25-1.25-.56-1.25-1.25-1.25z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="cricket-24">
-    <g color="#000" transform="translate(-474 -1242.4)">
-      <path d="M479 1246.362c-1 1-1 2-1 2l10 10 1.5-.5 4 4c.316.317.506.5.906.5.125 0 .28 0 .438-.156.156-.156.156-.312.156-.437 0-.4-.218-.626-.5-.908l-4-4 .5-1.5-10-10s-1 0-2 1zm3.5 9c-.828 0-1.5.672-1.5 1.5 0 .83.672 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.828-.672-1.5-1.5-1.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" overflow="visible"/>
-      <path d="M479 1246.362c-1 1-1 2-1 2l10 10 1.5-.5 4 4c.316.317.506.5.906.5.125 0 .28 0 .438-.156.156-.156.156-.312.156-.437 0-.4-.218-.626-.5-.908l-4-4 .5-1.5-10-10s-1 0-2 1zm3.5 9c-.828 0-1.5.672-1.5 1.5 0 .83.672 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.828-.672-1.5-1.5-1.5z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="cross-12">
-    <g color="#000" font-family="Sans" transform="translate(30 -1242.4)">
-      <path d="M-27.5 1243.362c-.25 0-.5.25-.5.5 0 .125.04.244.14.344l3.657 3.656-3.656 3.656c-.1.1-.14.22-.14.344 0 .25.25.5.5.5.125 0 .25-.03.36-.14l3.64-3.64 3.64 3.64c.11.11.235.14.36.14.25 0 .5-.25.5-.5 0-.124-.04-.244-.14-.344l-3.657-3.656 3.656-3.656c.1-.1.14-.22.14-.344 0-.25-.25-.5-.5-.5-.125 0-.25.03-.36.14l-3.64 3.642-3.64-3.64c-.11-.11-.235-.142-.36-.142z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M-27.5 1243.362c-.25 0-.5.25-.5.5 0 .125.04.244.14.344l3.657 3.656-3.656 3.656c-.1.1-.14.22-.14.344 0 .25.25.5.5.5.125 0 .25-.03.36-.14l3.64-3.64 3.64 3.64c.11.11.235.14.36.14.25 0 .5-.25.5-.5 0-.124-.04-.244-.14-.344l-3.657-3.656 3.656-3.656c.1-.1.14-.22.14-.344 0-.25-.25-.5-.5-.5-.125 0-.25.03-.36.14l-3.64 3.642-3.64-3.64c-.11-.11-.235-.142-.36-.142z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="cross-18">
-    <g color="#000" font-family="Sans" transform="translate(48 -1242.4)">
-      <path d="M-43.917 1244.362c-.54 0-1.083.542-1.083 1.083 0 .27.088.53.305.745l4.672 4.672-4.672 4.672c-.217.217-.305.475-.305.745 0 .54.542 1.082 1.083 1.082.27 0 .542-.067.78-.304l4.637-4.638 4.638 4.638c.237.237.508.304.78.304.54 0 1.082-.542 1.082-1.083 0-.27-.088-.53-.305-.746l-4.672-4.672 4.672-4.672c.217-.216.305-.475.305-.745 0-.54-.542-1.083-1.083-1.083-.27 0-.542.067-.78.305l-4.637 4.638-4.638-4.638c-.237-.238-.508-.305-.78-.305z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M-43.917 1244.362c-.54 0-1.083.542-1.083 1.083 0 .27.088.53.305.745l4.672 4.672-4.672 4.672c-.217.217-.305.475-.305.745 0 .54.542 1.082 1.083 1.082.27 0 .542-.067.78-.304l4.637-4.638 4.638 4.638c.237.237.508.304.78.304.54 0 1.082-.542 1.082-1.083 0-.27-.088-.53-.305-.746l-4.672-4.672 4.672-4.672c.217-.216.305-.475.305-.745 0-.54-.542-1.083-1.083-1.083-.27 0-.542.067-.78.305l-4.637 4.638-4.638-4.638c-.237-.238-.508-.305-.78-.305z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="cross-24">
-    <g transform="translate(72 -1242.4)" color="#000" font-family="Sans">
-      <path d="M-66.917 1245.362c-.54 0-1.083.542-1.083 1.083 0 .27.088.53.305.745l6.672 6.672-6.672 6.672c-.217.217-.305.475-.305.745 0 .54.542 1.082 1.083 1.082.27 0 .542-.067.78-.304l6.637-6.638 6.638 6.638c.237.237.508.304.78.304.54 0 1.082-.542 1.082-1.083 0-.27-.088-.53-.305-.746l-6.672-6.672 6.672-6.672c.217-.216.305-.475.305-.745 0-.54-.542-1.083-1.083-1.083-.27 0-.542.067-.78.305l-6.637 6.638-6.638-6.638c-.237-.238-.508-.305-.78-.305z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M-66.917 1245.362c-.54 0-1.083.542-1.083 1.083 0 .27.088.53.305.745l6.672 6.672-6.672 6.672c-.217.217-.305.475-.305.745 0 .54.542 1.082 1.083 1.082.27 0 .542-.067.78-.304l6.637-6.638 6.638 6.638c.237.237.508.304.78.304.54 0 1.082-.542 1.082-1.083 0-.27-.088-.53-.305-.746l-6.672-6.672 6.672-6.672c.217-.216.305-.475.305-.745 0-.54-.542-1.083-1.083-1.083-.27 0-.542.067-.78.305l-6.637 6.638-6.638-6.638c-.237-.238-.508-.305-.78-.305z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="dam-12">
-    <g transform="translate(-516 -1315.4)" color="#000">
-      <path d="M518 1316.362v9h4l-3-9zm4.5 5.5l-.594.188.282.906.312-.094 1.5.5 1.5-.5 1.5.5v-1.03l-1.5-.47-1.5.47zm0 2l.375 1.125 1.125.375 1.5-.5 1.5.5v-1.03l-1.5-.47-1.5.47z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M518 1316.362v9h4l-3-9zm4.5 5.5l-.594.188.282.906.312-.094 1.5.5 1.5-.5 1.5.5v-1.03l-1.5-.47-1.5.47zm0 2l.375 1.125 1.125.375 1.5-.5 1.5.5v-1.03l-1.5-.47-1.5.47z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="dam-18">
-    <g transform="translate(-498 -1314.4)" color="#000">
-      <path d="M501 1316.362v12h5l-3-12zm6.5 6.5l-1.22.625.345 1.313.875-.438 2 1 2.5-.844 2 .844v-1.5l-2-1-2.5 1zm0 3l-.563.28.344 1.345.22-.125 2 1 2.5-.844 2 .844v-1.5l-2-1-2.5 1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M501 1316.362v12h5l-3-12zm6.5 6.5l-1.22.625.345 1.313.875-.438 2 1 2.5-.844 2 .844v-1.5l-2-1-2.5 1zm0 3l-.563.28.344 1.345.22-.125 2 1 2.5-.844 2 .844v-1.5l-2-1-2.5 1z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="dam-24">
-    <g transform="translate(-474 -1314.4)" color="#000">
-      <path d="M478 1320.362v12c0 .5.5 1 1 1h5l-4-14h-1c-.5 0-1 .5-1 1zm8.5 6c-.106 0-.217.033-.313.062l-2.437.844.53 1.875 2.22-.78 2.688.936c.103.033.207.06.312.06.105 0 .214-.03.313-.06l3.187-.938 2 .656v-2.03l-1.688-.564c-.1-.033-.206-.062-.312-.062-.106 0-.21.03-.313.062l-3.187.938-2.688-.938c-.105-.035-.206-.062-.312-.062zm0 4c-.106 0-.217.033-.313.062l-1.375.47.532 1.874 1.156-.406 2.688.937c.103.033.207.06.312.06.105 0 .214-.03.313-.06l3.187-.938 2 .656v-2.03l-1.688-.564c-.1-.033-.206-.062-.312-.062-.106 0-.21.03-.313.062l-3.187.938-2.688-.938c-.105-.035-.206-.062-.312-.062z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M478 1320.362v12c0 .5.5 1 1 1h5l-4-14h-1c-.5 0-1 .5-1 1zm8.5 6c-.106 0-.217.033-.313.062l-2.437.844.53 1.875 2.22-.78 2.688.936c.103.033.207.06.312.06.105 0 .214-.03.313-.06l3.187-.938 2 .656v-2.03l-1.688-.564c-.1-.033-.206-.062-.312-.062-.106 0-.21.03-.313.062l-3.187.938-2.688-.938c-.105-.035-.206-.062-.312-.062zm0 4c-.106 0-.217.033-.313.062l-1.375.47.532 1.874 1.156-.406 2.688.937c.103.033.207.06.312.06.105 0 .214-.03.313-.06l3.187-.938 2 .656v-2.03l-1.688-.564c-.1-.033-.206-.062-.312-.062-.106 0-.21.03-.313.062l-3.187.938-2.688-.938c-.105-.035-.206-.062-.312-.062z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="danger-12">
-    <g transform="translate(-594 -1050.4)" color="#000">
-      <path d="M599.5 1051.362l-1.5 1.5v2l1 1v.5l1.5 1 1.5-1v-.5l1-1v-2l-1.5-1.5zm-.5 2h1v.5h-1zm2 0h1v.5h-1zm-5 3v1l.56.28 2.44 1.22-3 1.5v1h.5l5.5-2.5 3-1.5v-1h-.5l-3 1.5-.5.5h-1l-.5-.5-3-1.5zm7 3l-1.5.5 3 1.5h.5v-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M599.5 1051.362l-1.5 1.5v2l1 1v.5l1.5 1 1.5-1v-.5l1-1v-2l-1.5-1.5zm-.5 2h1v.5h-1zm2 0h1v.5h-1zm-5 3v1l.56.28 2.44 1.22-3 1.5v1h.5l5.5-2.5 3-1.5v-1h-.5l-3 1.5-.5.5h-1l-.5-.5-3-1.5zm7 3l-1.5.5 3 1.5h.5v-1z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="danger-18">
-    <g transform="translate(-576 -1050.4)" color="#000">
-      <path d="M584.5 1052.362l-1.5.5-1 1.5v2.5l1.5 1v1.5l2 1 2-1v-1.5l1.5-1v-2.5l-1-1.5-1.5-.5zm-.5 2.5h.5l.5.5v.5l-.5.5h-.5l-.5-.5v-.5zm2.5 0h.5l.5.5v.5l-.5.5h-.5l-.5-.5v-.5zm-6.5 5v1l3.875 1.75-3.875 1.75v1h1l10-4.5v-1h-1l-4.5 2.03-4.5-2.03zm8.22 3.25l-1.595.72 3.375 1.53h1v-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M584.5 1052.362l-1.5.5-1 1.5v2.5l1.5 1v1.5l2 1 2-1v-1.5l1.5-1v-2.5l-1-1.5-1.5-.5zm-.5 2.5h.5l.5.5v.5l-.5.5h-.5l-.5-.5v-.5zm2.5 0h.5l.5.5v.5l-.5.5h-.5l-.5-.5v-.5zm-6.5 5v1l3.875 1.75-3.875 1.75v1h1l10-4.5v-1h-1l-4.5 2.03-4.5-2.03zm8.22 3.25l-1.595.72 3.375 1.53h1v-1z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="danger-24">
-    <g transform="translate(-552 -1050.4)" color="#000">
-      <path d="M564.5 1054.362c-2.5 0-4.5 2-4.5 4v2c0 1 2 1 2 2v1l2.5 1 2.5-1v-1c0-1 2-1 2-2v-2c0-2-2-4-4.5-4zm-1.5 3c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm3 0c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm-8 6c-.5 0-1 .5-1 1v.5l5.25 2.25-5.25 2.25v.5c0 .5.5 1 1 1l14-6v-.5c0-.5-.5-1-1-1l-6.5 2.78-6.5-2.78zm10.5 4.5l-2.25.97 4.75 2.03c.5 0 1-.5 1-1v-.5l-3.5-1.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M564.5 1054.362c-2.5 0-4.5 2-4.5 4v2c0 1 2 1 2 2v1l2.5 1 2.5-1v-1c0-1 2-1 2-2v-2c0-2-2-4-4.5-4zm-1.5 3c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm3 0c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm-8 6c-.5 0-1 .5-1 1v.5l5.25 2.25-5.25 2.25v.5c0 .5.5 1 1 1l14-6v-.5c0-.5-.5-1-1-1l-6.5 2.78-6.5-2.78zm10.5 4.5l-2.25.97 4.75 2.03c.5 0 1-.5 1-1v-.5l-3.5-1.5z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="dentist-12">
-    <g transform="translate(-162 -1170.4)" fill="#444">
-      <path d="M166 1180.862c-1 0-1.438-2.802-1.77-4.397-.284-1.354-.728-3.832.926-4.103 1.632-.27 1.666 1 2.843 1s1.21-1.27 2.84-1c1.657.27 1.212 2.748.93 4.103-.334 1.595-.77 4.397-1.77 4.397s-.823-2-2-2c-1.184 0-1 2-2 2z" opacity=".3" stroke="#FFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
-      <path d="M166 1180.862c-1 0-1.438-2.802-1.77-4.397-.284-1.354-.728-3.832.926-4.103 1.632-.27 1.666 1 2.843 1s1.21-1.27 2.84-1c1.657.27 1.212 2.748.93 4.103-.334 1.595-.77 4.397-1.77 4.397s-.823-2-2-2c-1.184 0-1 2-2 2z"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="dentist-18">
-    <g transform="translate(-162 -1170.4)" fill="#444">
-      <path d="M167.5 1185.862c-1.5 0-1.656-3.953-2.156-6.346-.424-2.03-1.09-5.747 1.39-6.154 2.45-.403 2.5 1.5 4.266 1.5 1.767 0 1.814-1.904 4.262-1.5 2.485.407 1.817 4.122 1.394 6.154-.5 2.393-.655 6.346-2.155 6.346s-1.732-3-3.5-3c-1.776 0-2 3-3.5 3z" opacity=".3" stroke="#FFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
-      <path d="M167.5 1185.862c-1.5 0-1.656-3.953-2.156-6.346-.424-2.03-1.09-5.747 1.39-6.154 2.45-.403 2.5 1.5 4.266 1.5 1.767 0 1.814-1.904 4.262-1.5 2.485.407 1.817 4.122 1.394 6.154-.5 2.393-.655 6.346-2.155 6.346s-1.732-3-3.5-3c-1.776 0-2 3-3.5 3z"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="dentist-24">
-    <g transform="translate(-162 -1170.4)" fill="#444">
-      <path d="M169.5 1190.862c-2 0-2.375-5.104-3.04-8.294-.567-2.71-1.455-8.086 1.853-8.63 3.264-.537 3.33 1.93 5.686 1.93 2.354 0 2.42-2.468 5.682-1.93 3.314.544 2.424 5.92 1.858 8.63-.668 3.19-1.04 8.294-3.04 8.294s-2.146-4.494-4.5-4.494c-2.37 0-2.5 4.494-4.5 4.494z" opacity=".3" stroke="#FFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
-      <path d="M169.5 1190.862c-2 0-2.375-5.104-3.04-8.294-.567-2.71-1.455-8.086 1.853-8.63 3.264-.537 3.33 1.93 5.686 1.93 2.354 0 2.42-2.468 5.682-1.93 3.314.544 2.424 5.92 1.858 8.63-.668 3.19-1.04 8.294-3.04 8.294s-2.146-4.493-4.5-4.493c-2.37-.002-2.5 4.492-4.5 4.492z"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="disability-12">
-    <g transform="translate(-360 -1363.4)" color="#000">
-      <path d="M365.5 1364.362c-.828 0-1.5.672-1.5 1.5 0 .83.672 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.828-.672-1.5-1.5-1.5zm-.5 3.5v3.5h3.25l1.75 2h1v-.5l-2-2.5h-1.656l-.844-2.5H365zm-1 .5c-1.166.412-2 1.694-2 3 0 1.657 1.343 3 3 3 1.368 0 2.514-.77 2.875-2h-1.03c-.325.642-.903 1-1.72 1-1.174 0-2.125-.95-2.125-2.125 0-.76.402-1.5 1-1.875v-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M365.5 1364.362c-.828 0-1.5.672-1.5 1.5 0 .83.672 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.828-.672-1.5-1.5-1.5zm-.5 3.5v3.5h3.25l1.75 2h1v-.5l-2-2.5h-1.656l-.844-2.5H365zm-1 .5c-1.166.412-2 1.694-2 3 0 1.657 1.343 3 3 3 1.368 0 2.514-.77 2.875-2h-1.03c-.325.642-.903 1-1.72 1-1.174 0-2.125-.95-2.125-2.125 0-.76.402-1.5 1-1.875v-1z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="disability-18">
-    <g transform="translate(-342 -1363.4)" color="#000">
-      <path d="M350.5 1364.362c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2zm-.5 5l-1 1v4l1 1h4.375l2.625 3h1v-1l-2.5-3.125-.5-.375h-2l-1-3.5-1-1h-1zm-2 1.5c-1.748.618-3 2.54-3 4.5 0 2.485 2.015 4.5 4.5 4.5 2.232 0 4.083-1.37 4.438-3.5H352.5c-.404 1.298-1.382 2-2.813 2-1.76 0-3.187-1.427-3.187-3.187 0-1.138.603-2.25 1.5-2.813v-1.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M350.5 1364.362c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2zm-.5 5l-1 1v4l1 1h4.375l2.625 3h1v-1l-2.5-3.125-.5-.375h-2l-1-3.5-1-1h-1zm-2 1.5c-1.748.618-3 2.54-3 4.5 0 2.485 2.015 4.5 4.5 4.5 2.232 0 4.083-1.37 4.438-3.5H352.5c-.404 1.298-1.382 2-2.813 2-1.76 0-3.187-1.427-3.187-3.187 0-1.138.603-2.25 1.5-2.813v-1.5z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="disability-24">
-    <g color="#000" transform="translate(-318 -1363.4)">
-      <path d="M329.5 1365.362c-1.38 0-2.5 1.12-2.5 2.5s1.12 2.5 2.5 2.5 2.5-1.12 2.5-2.5-1.12-2.5-2.5-2.5zm-.5 6c-1 0-2 1-2 2v3.5c0 1.5 1 2.5 2.5 2.5h5l2.625 3.5c.226.332.484.5.875.5.5 0 1-.5 1-1 0-.293-.167-.52-.28-.72l-2.72-3.78c-.18-.314-.5-.5-1-.5h-2.5l-1-4c-.243-.97-.5-2-1.5-2zm-3 2c-2.33.823-4 3.387-4 6 0 3.314 2.686 6 6 6 2.976 0 5.433-2.158 5.906-5H332c-.538 1.73-1.843 3-3.75 3-2.347 0-4.25-1.903-4.25-4.25 0-1.517.803-2.998 2-3.75z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M329.5 1365.362c-1.38 0-2.5 1.12-2.5 2.5s1.12 2.5 2.5 2.5 2.5-1.12 2.5-2.5-1.12-2.5-2.5-2.5zm-.5 6c-1 0-2 1-2 2v3.5c0 1.5 1 2.5 2.5 2.5h5l2.625 3.5c.226.332.484.5.875.5.5 0 1-.5 1-1 0-.293-.167-.52-.28-.72l-2.72-3.78c-.18-.314-.5-.5-1-.5h-2.5l-1-4c-.243-.97-.5-2-1.5-2zm-3 2c-2.33.823-4 3.387-4 6 0 3.314 2.686 6 6 6 2.976 0 5.433-2.158 5.906-5H332c-.538 1.73-1.843 3-3.75 3-2.347 0-4.25-1.903-4.25-4.25 0-1.517.803-2.998 2-3.75z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="dog-park-12">
-    <path d="M7.906 1.5c-.174.037-.323.174-.375.344l-.5 1.5-.468 1.437-.28-.186C6.2 4.534 6.1 4.502 6 4.5H4.5v-.313l.844-.843c.263-.277.038-.83-.344-.844H4c-.13.005-.255.062-.344.156l-1 1c-.094.09-.15.215-.156.344V7l-.97 2.844c-.096.297.157.652.47.656h1c.182-.005.358-.117.438-.28l.062-.126c.044.23.267.41.5.406h1c.233.004.456-.177.5-.406.044.23.267.41.5.406h1c.207-.003.404-.147.47-.344l.03-.062c.044.23.267.41.5.406h1c.262 0 .5-.238.5-.5V7c-.002-.16-.087-.316-.22-.406L9.126 6.5H10c.13-.005.255-.062.344-.156l1-1c.094-.09.15-.215.156-.344V4c0-.262-.238-.5-.5-.5h-.813L9.5 2.812V2c0-.262-.238-.5-.5-.5H8c-.03-.003-.063-.003-.094 0z" opacity=".3" fill="#fff"/>
-    <path d="M4 3L3 4v3l-1 3h1l.725-1.45L4 8v2h1V8h1.5L6 10h1l.5-1.5H8V10h1V7L6 5H4V4l1-1zM9 6h1l1-1V4h-1L9 3V2H8l-.5 1.5L7 5z" fill="#444"/>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="dog-park-18">
-    <path d="M14 3l-1.5 1-1 2 2 2 .5-1h2.5l.5-1-3-1.5L15 3h-1zM5 4L3.5 6l1.125 2.125-.475 1.2.1.675L2 14h1l2.5-3-.5 3h1l1-4 3.5 1-1 3H11l1-3 .5 3H14l-1-3V8.5l-2-2-1 .5H6L4.5 6 6 4H5z" fill="#444" stroke="#fff" stroke-width="2" stroke-linejoin="round" stroke-linecap="round" opacity=".3"/>
-    <path d="M14 3l-1.5 1-1 2 2 2 .5-1h2.5l.5-1-3-1.5L15 3h-1zM5 4L3.5 6l1.125 2.125-.475 1.2.1.675L2 14h1l2.5-3-.5 3h1l1-4 3.5 1-1 3H11l1-3 .5 3H14l-1-3V8.5l-2-2-1 .5H6L4.5 6 6 4H5z" fill="#444"/>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="dog-park-24">
-    <path d="M6 5L5 7l1 3c-1 1-1 2-1 3l-2 5h2c-.482-1.39.753-2.384 1.5-3.5L6 18h2c-1.004-1.587.4-3.4 1-5 1 0 1.5 1 4 1l-1 4h2c-.876-1.118-.076-1.85.5-3l1.5 3h2c-1.578-.91-1.583-2.332-2-4l.5-2.5-2-3L13 9H7.5L6 7l1-2H6zm12 0l-2 1-1 2 2 3c.5-1 2-1 4.5-1l.5-1.5-4-2V6l1-1h-1z" fill="#444" stroke="#fff" stroke-width="2" stroke-linejoin="round" stroke-linecap="round" opacity=".3"/>
-    <path d="M6 5L5 7l1 3c-1 1-1 2-1 3l-2 5h2c-.482-1.39.753-2.384 1.5-3.5L6 18h2c-1.004-1.587.4-3.4 1-5 1 0 1.5 1 4 1l-1 4h2c-.876-1.118-.076-1.85.5-3l1.5 3h2c-1.578-.91-1.583-2.332-2-4l.5-2.5-2-3L13 9H7.5L6 7l1-2H6zm12 0l-2 1-1 2 2 3c.5-1 2-1 4.5-1l.5-1.5-4-2V6l1-1h-1z" fill="#444"/>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="embassy-12">
-    <g transform="translate(-360 -1242.4)" color="#000">
-      <path d="M365.5 1244.362l-2.5 1v8h1v-5l1.5-.5 2.5 1.5 2-1v-3.5l-2 1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M365.5 1244.362l-2.5 1v8h1v-5l1.5-.5 2.5 1.5 2-1v-3.5l-2 1z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="embassy-18">
-    <g transform="translate(-342 -1242.4)" color="#000">
-      <path d="M350 1244.362l-3 1.5v12.5h1v-8l2-1 3.5 2 2.5-1v-5l-2.5 1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M350 1244.362l-3 1.5v12.5h1v-8l2-1 3.5 2 2.5-1v-5l-2.5 1z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="embassy-24">
-    <g transform="translate(-1 -1004.4)" color="#000">
-      <path d="M11 1006.362l-2 1-2 1v15c0 .5.5 1 1 1s1-.5 1-1v-9l2-1c2-1 4.21 2.895 6 2l3-1.5v-7l-3 1.5c-1.79.895-4-3-6-2z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M11 1006.362l-2 1-2 1v15c0 .5.5 1 1 1s1-.5 1-1v-9l2-1c2-1 4.21 2.895 6 2l3-1.5v-7l-3 1.5c-1.79.895-4-3-6-2z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="emergency-telephone-12">
-    <g transform="translate(-360 -1338.4)">
-      <path d="M364 1339.862l-2.5 2.5h2.5v-2.5zm3.5.5l-5.5 5.5v2l1 1h1l1-1v-1l-1-1 3.5-3.5 1 1h1l1-1v-1l-1-1h-2z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M364 1339.862l-2.5 2.5h2.5v-2.5zm3.5.5l-5.5 5.5v2l1 1h1l1-1v-1l-1-1 3.5-3.5 1 1h1l1-1v-1l-1-1h-2z" color="#000" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="emergency-telephone-18">
-    <g transform="matrix(.8 0 0 .8 -240 -985.8)" color="#000">
-      <path d="M328 1316.362l-4.667 4.667H328zm7.333.667L324 1328.36v3.333l1.75 1.75 4-4-1.083-1.083 6.666-6.667 1.084 1.084 4-4-1.75-1.75zm5.584 2.25l-4 4 .416.416h1.334l2.666-2.667v-1.334zm-10.667 10.666l-4 4 .417.416H328l2.667-2.667v-1.333z" opacity=".3" fill="none" stroke="#fff" stroke-width="2.667" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M328 1316.362l-4.667 4.667H328zm7.333.667L324 1328.36v3.333l1.75 1.75 4-4-1.083-1.083 6.666-6.667 1.084 1.084 4-4-1.75-1.75zm5.584 2.25l-4 4 .416.416h1.334l2.666-2.667v-1.334zm-10.667 10.666l-4 4 .417.416H328l2.667-2.667v-1.333z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="emergency-telephone-24">
-    <g transform="translate(-320 -1314.4)" color="#000" fill="#444">
-      <path d="M329 1317.862l-4.5 4.5h4.5v-4.5zm7 .5c-1 0-1.326.326-2 1l-8 8c-.5.5-1 1-1 2v1.5c0 1 .5 1.5 1 2l.563.563 3.5-3.5-.563-.563c-.5-.5 0-1 0-1l5.5-5.5s.5-.5 1 0l.563.563 3.5-3.5-.563-.563c-.5-.5-1-1-2-1H336zm4.438 1.938l-3.5 3.5.562.562c.354.354 1.146.354 1.5 0l2-2c.354-.354.354-1.146 0-1.5l-.563-.562zm-10 10l-3.5 3.5.562.562c.354.354 1.146.354 1.5 0l2-2c.354-.353.354-1.146 0-1.5l-.563-.562z" opacity=".3" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M329 1317.862l-4.5 4.5h4.5v-4.5zm7 .5c-1 0-1.326.326-2 1l-8 8c-.5.5-1 1-1 2v1.5c0 1 .5 1.5 1 2l.563.563 3.5-3.5-.563-.563c-.5-.5 0-1 0-1l5.5-5.5s.5-.5 1 0l.563.563 3.5-3.5-.563-.563c-.5-.5-1-1-2-1H336zm4.438 1.938l-3.5 3.5.562.562c.354.354 1.146.354 1.5 0l2-2c.354-.354.354-1.146 0-1.5l-.563-.562zm-10 10l-3.5 3.5.562.562c.354.354 1.146.354 1.5 0l2-2c.354-.353.354-1.146 0-1.5l-.563-.562z" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="entrance-12">
-    <g transform="translate(0 -1040.4)">
-      <path d="M3 1041.362v3h1v-2h5v7H4v-2H3v3h7v-9zm2 2v2H1v1h4v2h.5l3-2.5-3-2.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
-      <path d="M3 1041.362v3h1v-2h5v7H4v-2H3v3h7v-9zm2 2v2H1v1h4v2h.5l3-2.5-3-2.5z" fill="#444"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="entrance-18">
-    <path d="M4.813 2c-.46.087-.82.533-.813 1v3h2V4h7v9H6v-2H4v3c0 .524.476 1 1 1h9c.524 0 1-.476 1-1V3c0-.524-.476-1-1-1H5c-.062-.01-.125-.01-.188 0zM7 5v2H2v3h5v2l5-3.5L7 5z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible" font-family="Sans"/>
-    <path d="M4.813 2c-.46.087-.82.533-.813 1v3h2V4h7v9H6v-2H4v3c0 .524.476 1 1 1h9c.524 0 1-.476 1-1V3c0-.524-.476-1-1-1H5c-.062-.01-.125-.01-.188 0zM7 5v2H2v3h5v2l5-3.5L7 5z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" color="#000" fill="#444" overflow="visible" font-family="Sans"/>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="entrance-24">
-    <path d="M7 3c-.5 0-1.008.534-1 1v4h2V5h9v13H8v-3H6v4c0 .523.476 1 1 1h11c.524 0 1-.477 1-1V4c0-.523-.476-1-1-1H7zm3.5 4c-.292-.028-.5.22-.5.5V10H3.5c-.828 0-1.5.672-1.5 1.5S2.672 13 3.5 13H10v2.5c.005.358.485.64.78.438l5-4.032c.265-.174.282-.62.033-.812l-5-3.97c-.114-.077-.216-.115-.313-.124z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
-    <path d="M7 3c-.5 0-1.008.534-1 1v4h2V5h9v13H8v-3H6v4c0 .523.476 1 1 1h11c.524 0 1-.477 1-1V4c0-.523-.476-1-1-1H7zm3.5 4c-.292-.028-.5.22-.5.5V10H3.5c-.828 0-1.5.672-1.5 1.5S2.672 13 3.5 13H10v2.5c.005.358.485.64.78.438l5-4.032c.265-.174.282-.62.033-.812l-5-3.97c-.114-.077-.216-.115-.313-.124z" fill="#444"/>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="farm-12">
-    <g transform="translate(-672 -1338.4)" color="#000">
-      <path d="M682 1340.362l-1 1v6h2v-6zm-6.5 2l-2 2h.5v3h6v-3h.5l-2-2z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M682 1340.362l-1 1v6h2v-6zm-6.5 2l-2 2h.5v3h3v-2h1v2h2v-3h.5l-2-2zm2 1l1 1h-2z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="farm-18">
-    <g transform="translate(-654 -1338.4)" color="#000">
-      <path d="M667 1344.362v8h4v-8l-1-2h-2zm-9.5 0l-2.5 3h1v5h9v-5h1l-2-3z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M667 1344.362v8h4v-8l-1-2h-2zm-9.5 0l-2.5 3h1v5h6v-2h1v2h2v-5h1l-2-3zm5 2l1.5 1v1h-3v-1z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="farm-24">
-    <g color="#000" transform="translate(-630 -1338.4)">
-      <path d="M647 1345.362v10h5v-10c0-1.5-.5-3-2.5-3s-2.5 1.5-2.5 3zm-11 0c-.5 0-1 .5-1.5 1l-2.5 3h1v6h12v-6h1l-2.5-3c-.5-.5-1-1-1.5-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M647 1345.362v10h5v-10c0-1.5-.5-3-2.5-3s-2.5 1.5-2.5 3zm-11 0c-.5 0-1 .5-1.5 1l-2.5 3h1v6h7v-3h2v3h3v-6h1l-2.5-3c-.5-.5-1-1-1.5-1zm5 2s2 1.255 2 2v1h-4v-1c0-.745 2-2 2-2z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="fast-food-12">
-    <g color="#000" transform="translate(-360 -1122.4)">
-      <path d="M365.5 1125.362c-1.42 0-3.15.872-3.053 2.053v1.197h8.053v-1.197c0-1.184-1.58-2.053-3-2.053zm-3.5 4v1h9v-1zm.5 1.75c0 .474.526 1.25 1 1.25h6c.474 0 1-.776 1-1.25z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M365.5 1125.362c-1.42 0-3.15.872-3.053 2.053v1.197h8.053v-1.197c0-1.184-1.58-2.053-3-2.053zm-3.5 4v1h9v-1zm.5 1.75c0 .474.526 1.25 1 1.25h6c.474 0 1-.776 1-1.25z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="fast-food-18">
-    <g transform="translate(-343 -1123.4)" color="#000">
-      <path d="M350.5 1127.362c-2.053 0-3.5.79-3.5 2.5v1.5h11v-1.5c0-1.71-1.447-2.5-3.5-2.5h-4zm0 1.125c.207 0 .375.168.375.375s-.168.375-.375.375-.375-.168-.375-.375.168-.375.375-.375zm4 0c.207 0 .375.168.375.375s-.168.375-.375.375-.375-.168-.375-.375.168-.375.375-.375zm-6 1c.207 0 .375.168.375.375s-.168.375-.375.375-.375-.168-.375-.375.168-.375.375-.375zm4 0c.207 0 .375.168.375.375s-.168.375-.375.375-.375-.168-.375-.375.168-.375.375-.375zm4 0c.207 0 .375.168.375.375s-.168.375-.375.375-.375-.168-.375-.375.168-.375.375-.375zm-9.5 2.875c-.342 0-.5.158-.5.5 0 .342.158.5.5.5h11c.342 0 .5-.158.5-.5 0-.342-.158-.5-.5-.5h-11zm0 2v.625c0 .684.69 1.375 1.375 1.375h8.25c.684 0 1.375-.69 1.375-1.375v-.625h-11z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M350.5 1127.362c-2.053 0-3.5.79-3.5 2.5v1.5h11v-1.5c0-1.71-1.447-2.5-3.5-2.5h-4zm0 1.125c.207 0 .375.168.375.375s-.168.375-.375.375-.375-.168-.375-.375.168-.375.375-.375zm4 0c.207 0 .375.168.375.375s-.168.375-.375.375-.375-.168-.375-.375.168-.375.375-.375zm-6 1c.207 0 .375.168.375.375s-.168.375-.375.375-.375-.168-.375-.375.168-.375.375-.375zm4 0c.207 0 .375.168.375.375s-.168.375-.375.375-.375-.168-.375-.375.168-.375.375-.375zm4 0c.207 0 .375.168.375.375s-.168.375-.375.375-.375-.168-.375-.375.168-.375.375-.375zm-9.5 2.875c-.342 0-.5.158-.5.5 0 .342.158.5.5.5h11c.342 0 .5-.158.5-.5 0-.342-.158-.5-.5-.5h-11zm0 2v.625c0 .684.69 1.375 1.375 1.375h8.25c.684 0 1.375-.69 1.375-1.375v-.625h-11z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="fast-food-24">
-    <g color="#000" transform="translate(-318 -1122.4)">
-      <path d="M328 1127.362c-3 0-6 1.5-6 4v2h17v-2c0-2.5-3-4-6-4zm.5 1c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm4 0c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm-6 2c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm4 0c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm4 0c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm-12.5 4c-.5 0-1 .5-1 1s.5 1 1 1h17c.5 0 1-.5 1-1s-.5-1-1-1zm0 3v1c0 1 1 2 2 2h13c1 0 2-1 2-2v-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M328 1127.362c-3 0-6 1.5-6 4v2h17v-2c0-2.5-3-4-6-4zm.5 1c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm4 0c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm-6 2c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm4 0c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm4 0c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm-12.5 4c-.5 0-1 .5-1 1s.5 1 1 1h17c.5 0 1-.5 1-1s-.5-1-1-1zm0 3v1c0 1 1 2 2 2h13c1 0 2-1 2-2v-1z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="ferry-12">
-    <g transform="translate(-127 -1338.4)" color="#000">
-      <path d="M130.5 1339.362c-.277 0-.5.223-.5.5v3.5l-1 .5 1 2v1l2 .5 1.5-.5 1.5.5 2-.5v-1l1-2-1-.47v-3.53c0-.277-.223-.5-.5-.5h-5zm.5 1h5v2.563l-2.5-1.563-2.5 1.5zm-.5 7.5l-1.5.468v1.032l.156-.062 1.344-.438 1.5.5 1.5-.5 1.5.5 1.5-.5 1.5.5v-1.03l-1.5-.47-1.5.47-1.5-.47-1.5.47z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M130.5 1339.362c-.277 0-.5.223-.5.5v3.5l-1 .5 1 2v1l2 .5 1.5-.5 1.5.5 2-.5v-1l1-2-1-.47v-3.53c0-.277-.223-.5-.5-.5h-5zm.5 1h5v2.563l-2.5-1.563-2.5 1.5zm-.5 7.5l-1.5.468v1.032l.156-.062 1.344-.438 1.5.5 1.5-.5 1.5.5 1.5-.5 1.5.5v-1.03l-1.5-.47-1.5.47-1.5-.47-1.5.47z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="ferry-18">
-    <g transform="translate(-108 -1338.4)" color="#000">
-      <path d="M116 1339.362c-.5 0-1 .5-1 1h-1.176c-.457 0-.853.544-.853 1l.03 3.5-2 1 2 3.5v1.5l2.5 1 2-1 2 1 2.5-1v-1.5l2-3.5-2-1v-3.5c0-.456-.367-1-.824-1H120c0-.5-.5-1-1-1zm-2 2h7v3.044l-3.5-2.044-3.5 2.044zm-1 11l-2 1v1.5l2-1 2.5 1 2-1 2 1 2.5-.853 2 .852v-1.5l-2-1-2.5 1-2-1-2 1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M116 1339.362c-.5 0-1 .5-1 1h-1.176c-.457 0-.853.544-.853 1l.03 3.5-2 1 2 3.5v1.5l2.5 1 2-1 2 1 2.5-1v-1.5l2-3.5-2-1v-3.5c0-.456-.367-1-.824-1H120c0-.5-.5-1-1-1zm-2 2h7v3.044l-3.5-2.044-3.5 2.044zm-1 11l-2 1v1.5l2-1 2.5 1 2-1 2 1 2.5-.853 2 .852v-1.5l-2-1-2.5 1-2-1-2 1z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="ferry-24">
-    <g transform="translate(-84 -1338.4)" color="#000">
-      <path d="M94 1339.362c-.554 0-1 .446-1 1h-2c-.554 0-1 .446-1 1v6.063l-2 .937 2 4v2c1.5 0 2.5 1 3.5 1s1.5-1 3-1 2 1 3 1 2-1 3.5-1v-2l2-4-2-.937v-6.063c0-.554-.446-1-1-1h-2c0-.554-.446-1-1-1h-5zm-2 3h9v4.125l-4.5-2.125-4.5 2.125v-4.125zm-2 14c-.694 0-1.34.405-2 .625v2.03s1-.654 2-.655c1 0 2 1 3.5 1s1.974-.965 3-1c1 0 1.5 1 3 1s2.5-1 3.5-1c.702 0 2 .656 2 .656v-2.03c-.642-.248-1.343-.626-2-.626-1.5 0-2.5 1-3.5 1s-1.5-1-3-1-2 1-3 1-2-1-3.5-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M94 1339.362c-.554 0-1 .446-1 1h-2c-.554 0-1 .446-1 1v6.063l-2 .937 2 4v2c1.5 0 2.5 1 3.5 1s1.5-1 3-1 2 1 3 1 2-1 3.5-1v-2l2-4-2-.937v-6.063c0-.554-.446-1-1-1h-2c0-.554-.446-1-1-1h-5zm-2 3h9v4.125l-4.5-2.125-4.5 2.125v-4.125zm-2 14c-.694 0-1.34.405-2 .625v2.03s1-.654 2-.655c1 0 2 1 3.5 1s1.974-.965 3-1c1 0 1.5 1 3 1s2.5-1 3.5-1c.702 0 2 .656 2 .656v-2.03c-.642-.248-1.343-.626-2-.626-1.5 0-2.5 1-3.5 1s-1.5-1-3-1-2 1-3 1-2-1-3.5-1z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="fire-station-12">
-    <path d="M6.5 1L5 4 3.5 2.5C3.17 3.083 2 4.5 2 6c0 2.21 2.29 4 4.5 4S11 8.21 11 6c0-1.5-1.17-2.917-1.5-3.5L8 4zm0 4.5S8 6.842 8 8c0 .5-.5 1-1.5 1S5 8.5 5 8c0-1.118 1.5-2.5 1.5-2.5z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-    <path d="M6.5 1L5 4 3.5 2.5C3.17 3.083 2 4.5 2 6c0 2.21 2.29 4 4.5 4S11 8.21 11 6c0-1.5-1.17-2.917-1.5-3.5L8 4zm0 4.5S8 6.842 8 8c0 .5-.5 1-1.5 1S5 8.5 5 8c0-1.118 1.5-2.5 1.5-2.5z" color="#000" fill="#444" overflow="visible"/>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="fire-station-18">
-    <path d="M9.5 2L7 6 5.5 4C4.96 4.947 3 7.063 3 9.5 3 13.09 5.91 16 9.5 16S16 13.09 16 9.5c0-2.438-1.96-4.553-2.5-5.5L12 6zm0 6.5s2.5 2.37 2.5 4.25c0 .813-.875 1.75-2.5 1.75S7 13.562 7 12.75C7 10.933 9.5 8.5 9.5 8.5z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-    <path d="M9.5 2L7 6 5.5 4C4.96 4.947 3 7.063 3 9.5 3 13.09 5.91 16 9.5 16S16 13.09 16 9.5c0-2.438-1.96-4.553-2.5-5.5L12 6zm0 6.5s2.5 2.37 2.5 4.25c0 .813-.875 1.75-2.5 1.75S7 13.562 7 12.75C7 10.933 9.5 8.5 9.5 8.5z" color="#000" fill="#444" overflow="visible"/>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="fire-station-24">
-    <path d="M12.5 3L9 8 7 5c-.663 1.165-3 4-3 7 0 4.418 4.082 8 8.5 8s8.5-3.582 8.5-8c0-3-2.337-5.835-3-7l-2 3zm0 8s3.5 2.685 3.5 5c0 1-1.5 2-3.5 2S9 17 9 16c0-2.236 3.5-5 3.5-5z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-    <path d="M12.5 3L9 8 7 5c-.663 1.165-3 4-3 7 0 4.418 4.082 8 8.5 8s8.5-3.582 8.5-8c0-3-2.337-5.835-3-7l-2 3zm0 8s3.5 2.685 3.5 5c0 1-1.5 2-3.5 2S9 17 9 16c0-2.236 3.5-5 3.5-5z" color="#000" fill="#444" overflow="visible"/>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="fuel-12">
-    <g color="#000" transform="translate(-126 -1170.4)">
-      <path d="M130.5 1171.362c-.277 0-.5.223-.5.5v8c0 .25.25.5.5.5h4c.25 0 .5-.25.5-.5v-.5h1.25c.5 0 .75-.25.75-.75v-2.75c0-.5-1-1-1-1.5v-1l-1-1v-.5c0-.277-.223-.5-.5-.5h-4zm.5 1h3v2h-3v-2zm4 1.5h.5v.75c0 .5 1 1 1 1.5v2.5c0 .25-.25.25-.25.25h-.75v-1.5h-.5v-3.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M130.5 1171.362c-.277 0-.5.223-.5.5v8c0 .25.25.5.5.5h4c.25 0 .5-.25.5-.5v-.5h1.25c.5 0 .75-.25.75-.75v-2.75c0-.5-1-1-1-1.5v-1l-1-1v-.5c0-.277-.223-.5-.5-.5h-4zm.5 1h3v2h-3v-2zm4 1.5h.5v.75c0 .5 1 1 1 1.5v2.5c0 .25-.25.25-.25.25h-.75v-1.5h-.5v-3.5z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="fuel-18">
-    <g transform="translate(-664 -1218.4)" color="#000">
-      <path d="M670 1220.362c-.5 0-1 .5-1 1v11c0 .5.5 1 1 1h6c.5 0 1-.5 1-1v-3h.25c.137 0 .25.096.25.25v.75c0 .5.5 1 1 1h.5c.5 0 1-.407 1-1v-3.5c0-1-1-1-1-2v-1.5h-1l-1-1v-1c0-.5-.5-1-1-1zm0 1.5h6v2.5h-6zm7 3.5h1c0 1 1 1 1 2v2.75c0 .25-.25.25-.25.25s-.25 0-.25-.25v-.75c0-.59-.5-1-1-1h-.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M670 1220.362c-.5 0-1 .5-1 1v11c0 .5.5 1 1 1h6c.5 0 1-.5 1-1v-3h.25c.137 0 .25.096.25.25v.75c0 .5.5 1 1 1h.5c.5 0 1-.407 1-1v-3.5c0-1-1-1-1-2v-1.5h-1l-1-1v-1c0-.5-.5-1-1-1zm0 1.5h6v2.5h-6zm7 3.5h1c0 1 1 1 1 2v2.75c0 .25-.25.25-.25.25s-.25 0-.25-.25v-.75c0-.59-.5-1-1-1h-.5z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="fuel-24">
-    <g transform="translate(-1 -1004.4)" color="#000">
-      <path d="M9 1007.362c-.554 0-1 .446-1 1v16c0 .5.5 1 1 1h9c.5 0 1-.5 1-1v-5h.5c.5 0 .5.5.5.5v2c0 1 .5 1.5 1.5 1.5s1.5-.5 1.5-1.5v-5.5c0-1-2-2-2-3v-3h-1l-1-1v-1c0-.554-.446-1-1-1zm1 2h7v4h-7zm9 3h1v1.5c0 1 2 2 2 3v5c0 .5-.5.5-.5.5s-.5 0-.5-.5v-2.5c0-.5-.5-1-1-1h-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M9 1007.362c-.554 0-1 .446-1 1v16c0 .5.5 1 1 1h9c.5 0 1-.5 1-1v-5h.5c.5 0 .5.5.5.5v2c0 1 .5 1.5 1.5 1.5s1.5-.5 1.5-1.5v-5.5c0-1-2-2-2-3v-3h-1l-1-1v-1c0-.554-.446-1-1-1zm1 2h7v4h-7zm9 3h1v1.5c0 1 2 2 2 3v5c0 .5-.5.5-.5.5s-.5 0-.5-.5v-2.5c0-.5-.5-1-1-1h-1z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="garden-12">
-    <g color="#000" fill="#444" transform="translate(-204 -1194.4)">
-      <path d="M208 1195.362v2c0 .867.935 1.754 2 1.97v4.03c-.5-1-1.5-2-3-1 0 0 1 2 3.5 2s3.5-2 3.5-2c-1.5-1-2.5 0-3 1v-4.03c1.065-.216 2-1.103 2-1.97v-2l-1.563 1.25-.937-1.25-.938 1.25-1.562-1.25z" opacity=".3" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M208 1195.362v2c0 .867.935 1.754 2 1.97v4.03c-.5-1-1.5-2-3-1 0 0 1 2 3.5 2s3.5-2 3.5-2c-1.5-1-2.5 0-3 1v-4.03c1.065-.216 2-1.103 2-1.97v-2l-1.563 1.25-.937-1.25-.938 1.25-1.562-1.25z" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="garden-18">
-    <g transform="translate(-186 -1194.4)">
-      <path d="M192 1196.362v2.5c0 1.65 1.375 2.55 3 2.5v6.5c-.813-1.625-2.5-3.5-5-2.5 0 0 1.5 4 5.5 4s5.5-4 5.5-4c-2.5-1-4.188.875-5 2.5v-6.5c1.625.05 3-.85 3-2.5v-2.5l-2 2-1.5-2-1.5 2z" opacity=".3" color="#000" fill="#444" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <g transform="translate(-123.5 911)">
-        <path d="M315.493 285.39v2.5c0 1.65 1.375 2.55 3 2.5v6.5c-.812-1.625-2.5-3.5-5-2.5 0 0 1.5 4 5.5 4s5.5-4 5.5-4c-2.5-1-4.187.875-5 2.5v-6.5c1.625.05 3-.85 3-2.5v-2.5l-2 2-1.5-2-1.5 2z" color="#000" fill="#444" overflow="visible"/>
-      </g>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="garden-24">
-    <g transform="translate(-162 -1194.4)" color="#000" fill="#444">
-      <path d="M170.3 1198.362c-.253 0-.3.56-.3 1v2c0 2.03 2 3.063 4 3v8c-1-2-4-5-7-4 0 0 2.5 6 7.5 6s7.5-6 7.5-6c-3-1-6 2-7 4v-8c2 .062 4-.97 4-3v-2c0-.44-.047-1-.3-1-.193 0-.426.226-.7.5l-1.5 1.5-1.5-1.687c-.157-.176-.247-.313-.5-.313s-.343.137-.5.313l-1.5 1.687-1.5-1.5c-.274-.274-.507-.5-.7-.5z" opacity=".3" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M170.3 1198.362c-.253 0-.3.56-.3 1v2c0 2.03 2 3.063 4 3v8c-1-2-4-5-7-4 0 0 2.5 6 7.5 6s7.5-6 7.5-6c-3-1-6 2-7 4v-8c2 .062 4-.97 4-3v-2c0-.44-.047-1-.3-1-.193 0-.426.226-.7.5l-1.5 1.5-1.5-1.687c-.157-.176-.247-.313-.5-.313s-.343.137-.5.313l-1.5 1.687-1.5-1.5c-.274-.274-.507-.5-.7-.5z" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="-402.5 403.5 12 12" id="gift-12">
-    <g opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-miterlimit="10">
-      <path d="M-399 408.498c-.276 0-.5.224-.5.5v1.496l2.5.006v-1.996l-2-.006zM-394 408.498c.276 0 .5.224.5.5v1.496l-2.5.006v-1.996l2-.006zM-399 413.5c-.276 0-.5-.224-.5-.5v-1.506l2.5.006v2.006l-2-.006zM-394 413.5c.276 0 .5-.224.5-.5v-1.506l-2.5.006v2.006l2-.006zM-394.97 405.502c-.733 0-1.26.505-1.53 1-.272-.495-.798-1.002-1.53-1.002-.46 0-.97.405-.97.986 0 .636.362 1.016.97 1.016l1.828.002h1.233c.607 0 .97-.38.97-1.016 0-.58-.51-.986-.97-.986zm-3.06 1.5c-.245 0-.47-.062-.47-.516 0-.324.3-.486.47-.486.66 0 1.034.613 1.18 1l-1.18.002zm3.06.002h-1.18c.147-.388.52-1.002 1.18-1.002.17 0 .47.162.47.486 0 .453-.225.516-.47.516z"/>
-    </g>
-    <g fill="#454545">
-      <path d="M-399 408.498c-.276 0-.5.224-.5.5v1.496l2.5.006v-1.996l-2-.006zM-394 408.498c.276 0 .5.224.5.5v1.496l-2.5.006v-1.996l2-.006zM-399 413.5c-.276 0-.5-.224-.5-.5v-1.506l2.5.006v2.006l-2-.006zM-394 413.5c.276 0 .5-.224.5-.5v-1.506l-2.5.006v2.006l2-.006zM-394.97 405.502c-.733 0-1.26.505-1.53 1-.272-.495-.798-1.002-1.53-1.002-.46 0-.97.405-.97.986 0 .636.362 1.016.97 1.016l1.828.002h1.233c.607 0 .97-.38.97-1.016 0-.58-.51-.986-.97-.986zm-3.06 1.5c-.245 0-.47-.062-.47-.516 0-.324.3-.486.47-.486.66 0 1.034.613 1.18 1l-1.18.002zm3.06.002h-1.18c.147-.388.52-1.002 1.18-1.002.17 0 .47.162.47.486 0 .453-.225.516-.47.516z"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="-402.5 403.5 18 18" id="gift-18">
-    <g opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-miterlimit="10">
-      <path d="M-397.5 414.5v2c0 .553.448 1 1 1h2.5v-3h-3.5zM-393 414.5v3h2.5c.552 0 1-.447 1-1v-2h-3.5z"/>
-      <g>
-        <path d="M-394 410.5h-2.5c-.552 0-1 .447-1 1v2h3.5v-3zM-390.5 410.5h-2.5v3h3.5v-2c0-.553-.448-1-1-1z"/>
-      </g>
-      <path d="M-391.417 406.665c-1.074 0-1.855.643-2.126 1.585-.27-.942-.942-1.585-2.04-1.585-.707 0-1.416.497-1.416 1.417s.434 1.418 1.353 1.418h4.241c.92 0 1.406-.485 1.406-1.406 0-.92-.71-1.43-1.417-1.43zm0 .708c.708 0 .708.68.708.71 0 .03.037.708-.707.708h-1.417c.075-.507.27-1.417 1.417-1.417zm-2.748 1.418h-1.417c-.745 0-.708-.677-.708-.708 0-.03-.036-.71.708-.71 1.147 0 1.34.91 1.417 1.42z"/>
-    </g>
-    <g fill="#454545">
-      <path d="M-397.5 414.5v2c0 .553.448 1 1 1h2.5v-3h-3.5zM-393 414.5v3h2.5c.552 0 1-.447 1-1v-2h-3.5z"/>
-      <g>
-        <path d="M-394 410.5h-2.5c-.552 0-1 .447-1 1v2h3.5v-3zM-390.5 410.5h-2.5v3h3.5v-2c0-.553-.448-1-1-1z"/>
-      </g>
-      <path d="M-391.417 406.665c-1.074 0-1.855.643-2.126 1.585-.27-.942-.942-1.585-2.04-1.585-.707 0-1.416.497-1.416 1.417s.434 1.418 1.353 1.418h4.241c.92 0 1.406-.485 1.406-1.406 0-.92-.71-1.43-1.417-1.43zm0 .708c.708 0 .708.68.708.71 0 .03.037.708-.707.708h-1.417c.075-.507.27-1.417 1.417-1.417zm-2.748 1.418h-1.417c-.745 0-.708-.677-.708-.708 0-.03-.036-.71.708-.71 1.147 0 1.34.91 1.417 1.42z"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="-402.5 403.5 24 24" id="gift-24">
-    <g opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round">
-      <path d="M-387.5 407.5c-1.516 0-2.62.904-3 2.236-.382-1.332-1.45-2.236-3-2.236-1 0-2 .7-2 2s.61 2 1.91 2h6.106c1.3 0 1.985-.686 1.985-1.984 0-1.3-1-2.016-2-2.016zm0 1c1 0 1 .957 1 1 0 .043.05 1-1 1h-2c.107-.72.38-2 2-2zm-4 2h-2c-1.05 0-1-.957-1-1 0-.043-.05-1 1-1 1.62 0 1.893 1.28 2 2zM-391.5 417.5v-4h-3.5c-.83 0-1.5.672-1.5 1.5v2.5h5zM-389.5 417.5h5V415c0-.828-.67-1.5-1.5-1.5h-3.5v4zM-389.5 419.5v4h3.5c.83 0 1.5-.672 1.5-1.5v-2.5h-5zM-391.5 419.5h-5v2.5c0 .828.67 1.5 1.5 1.5h3.5v-4z"/>
-    </g>
-    <path d="M-393.5 407.5c-1 0-2 .7-2 2s.607 2 1.906 2h6.125c1.3 0 1.97-.67 1.97-1.97 0-1.3-1-2.03-2-2.03-1.516 0-2.62.918-3 2.25-.382-1.332-1.45-2.25-3-2.25zm0 1c1.62 0 1.893 1.28 2 2h-2c-1.05 0-1-.957-1-1 0-.043-.05-1 1-1zm6 0c1 0 1 .957 1 1 0 .043.05 1-1 1h-2c.107-.72.38-2 2-2zm-7.5 5c-.83 0-1.5.672-1.5 1.5v2.5h5v-4h-3.5zm5.5 0v4h5V415c0-.828-.67-1.5-1.5-1.5h-3.5zm-7 6v2.5c0 .828.67 1.5 1.5 1.5h3.5v-4h-5zm7 0v4h3.5c.83 0 1.5-.672 1.5-1.5v-2.5h-5z" fill="#444"/>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="golf-12">
-    <g color="#000" transform="translate(-516 -1194.4)">
-      <path d="M521 1195.362c-.195 0-.5.214-.5.5v7.75c-1.143.035-1.5.893-1.5 1.464 0 .286.286.286.286.286h6.428s.286 0 .286-.286c0-1.428-.643-2.57-1.5-2.57-.898 0-1.182 1.588-2.07 1.713-.392.054-1.054-.198-1.43-.394v-4.964l4-1.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M521 1195.362c-.195 0-.5.214-.5.5v7.75c-1.143.035-1.5.893-1.5 1.464 0 .286.286.286.286.286h6.428s.286 0 .286-.286c0-1.428-.643-2.57-1.5-2.57-.898 0-1.182 1.588-2.07 1.713-.392.054-1.054-.198-1.43-.394v-4.964l4-1.5z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="golf-18">
-    <g color="#000" transform="translate(-498 -1194.4)">
-      <path d="M505.382 1196.362c-.26 0-.382 0-.382.382v10.276c-1.53.047-2 1.077-2 1.842 0 .382.5.5.5.5h8s.5-.118.5-.5c0-1.912-.853-3.5-2-3.5-1.202 0-1.515 2.303-2.706 2.47-.522.075-1.026-.263-1.53-.525v-6.357l5.354-2.294-4.97-2.13c-.288-.123-.574-.164-.766-.164z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M505.382 1196.362c-.26 0-.382 0-.382.382v10.276c-1.53.047-2 1.077-2 1.842 0 .382.5.5.5.5h8s.5-.118.5-.5c0-1.912-.853-3.5-2-3.5-1.202 0-1.515 2.303-2.706 2.47-.522.075-1.026-.263-1.53-.525v-6.357l5.354-2.294-4.97-2.13c-.288-.123-.574-.164-.766-.164z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="golf-24">
-    <g color="#000" transform="translate(-474 -1194.4)">
-      <path d="M483.5 1196.362c-.34 0-.5 0-.5.5v14.438c-2 .062-3 1.562-3 2.562 0 .5.5.5.5.5h12s.5 0 .5-.5c0-2.5-1.5-4.5-3-4.5-1.572 0-2.443 2.78-4 3-.683.096-1.342-.345-2-.687v-9.313l7-3-6.498-2.785c-.377-.16-.752-.215-1.002-.215z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M483.5 1196.362c-.34 0-.5 0-.5.5v14.438c-2 .062-3 1.562-3 2.562 0 .5.5.5.5.5h12s.5 0 .5-.5c0-2.5-1.5-4.5-3-4.5-1.572 0-2.443 2.78-4 3-.683.096-1.342-.345-2-.687v-9.313l7-3-6.498-2.785c-.377-.16-.752-.215-1.002-.215z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="grocery-12">
-    <g transform="translate(-361 -1194.4)" color="#000">
-      <path d="M371.5 1196.362c-.292 0-.55.082-.734.266-.184.184-.266.443-.266.734H363l1 4h6.5v1h-6.133c-.5 0-.5.5 0 .5h6.133c.25 0 .5-.25.5-.5v-5s.043-.324.11-.39c.065-.066.182-.11.39-.11h.5v-.5h-.5zm-1.75 6.5c-.414 0-.75.336-.75.75s.336.75.75.75.75-.336.75-.75-.336-.75-.75-.75zm-4.5 0c-.414 0-.75.336-.75.75s.336.75.75.75.75-.336.75-.75-.336-.75-.75-.75z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M371.5 1196.362c-.292 0-.55.082-.734.266-.184.184-.266.443-.266.734H363l1 4h6.5v1h-6.133c-.5 0-.5.5 0 .5h6.133c.25 0 .5-.25.5-.5v-5s.043-.324.11-.39c.065-.066.182-.11.39-.11h.5v-.5h-.5zm-1.75 6.5c-.414 0-.75.336-.75.75s.336.75.75.75.75-.336.75-.75-.336-.75-.75-.75zm-4.5 0c-.414 0-.75.336-.75.75s.336.75.75.75.75-.336.75-.75-.336-.75-.75-.75z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="grocery-18">
-    <g transform="translate(-343 -1195.4)" color="#000">
-      <path d="M357.5 1198.862c-1 0-1.5.5-1.5 1.5h-10l1.06 6h9.175v1h-8.41c-.766 0-.766.74 0 .765h8.411c.383 0 .765-.382.765-.765v-7c0-.5.238-.735.765-.735H359v-.765zm-2.5 9.206c-.633 0-1.147.514-1.147 1.147 0 .634.513 1.147 1.147 1.147s1.147-.513 1.147-1.147c0-.633-.513-1.147-1.147-1.147zm-6 0c-.634 0-1.147.514-1.147 1.147 0 .634.513 1.147 1.147 1.147.633 0 1.147-.513 1.147-1.147 0-.633-.513-1.147-1.147-1.147z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M357.5 1198.862c-1 0-1.5.5-1.5 1.5h-10l1.06 6h9.175v1h-8.41c-.766 0-.766.74 0 .765h8.411c.383 0 .765-.382.765-.765v-7c0-.5.238-.735.765-.735H359v-.765zm-2.5 9.206c-.633 0-1.147.514-1.147 1.147 0 .634.513 1.147 1.147 1.147s1.147-.513 1.147-1.147c0-.633-.513-1.147-1.147-1.147zm-6 0c-.634 0-1.147.514-1.147 1.147 0 .634.513 1.147 1.147 1.147.633 0 1.147-.513 1.147-1.147 0-.633-.513-1.147-1.147-1.147z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="grocery-24">
-    <g transform="translate(-1 23)" color="#000">
-      <path d="M21-19c-.583 0-1.1.163-1.47.53-.367.37-.53.887-.53 1.47H5l2 9h12v1H8C7-7 7-6 8-6h11c.5 0 1-.5 1-1v-10s.087-.65.22-.78c.13-.133.363-.22.78-.22h.4c.5 0 .6-.25.6-.5 0-.247-.1-.5-.6-.5H21zM17.5-6c-.828 0-1.5.672-1.5 1.5S16.672-3 17.5-3 19-3.672 19-4.5 18.328-6 17.5-6zm-8 0C8.672-6 8-5.328 8-4.5S8.672-3 9.5-3 11-3.672 11-4.5 10.328-6 9.5-6z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M21-19c-.583 0-1.1.163-1.47.53-.367.37-.53.887-.53 1.47H5l2 9h12v1H8C7-7 7-6 8-6h11c.5 0 1-.5 1-1v-10s.087-.65.22-.78c.13-.133.363-.22.78-.22h.4c.5 0 .6-.25.6-.5 0-.247-.1-.5-.6-.5H21zM17.5-6c-.828 0-1.5.672-1.5 1.5S16.672-3 17.5-3 19-3.672 19-4.5 18.328-6 17.5-6zm-8 0C8.672-6 8-5.328 8-4.5S8.672-3 9.5-3 11-3.672 11-4.5 10.328-6 9.5-6z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="hairdresser-12">
-    <g color="#000" transform="translate(0 -1040.4)">
-      <path d="M3 1042.362c-.552 0-1 .448-1 1s.448 1 1 1c.178 0 .324-.075.47-.156l.53.47v2.28l-.563.53c-.135-.068-.274-.124-.437-.124-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1c0-.08-.044-.143-.063-.22l7.063-5.78H8.5l-3.063 2.438-1.5-1.22c.02-.075.063-.137.063-.218 0-.552-.448-1-1-1zm4.438 4.094l-1.25 1.03 2.312 1.876H11z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M3 1042.362c-.552 0-1 .448-1 1s.448 1 1 1c.178 0 .324-.075.47-.156l.53.47v2.28l-.563.53c-.135-.068-.274-.124-.437-.124-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1c0-.08-.044-.143-.063-.22l7.063-5.78H8.5l-3.063 2.438-1.5-1.22c.02-.075.063-.137.063-.218 0-.552-.448-1-1-1zm4.438 4.094l-1.25 1.03 2.312 1.876H11z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="hairdresser-18">
-    <g transform="translate(0 -1034.4)">
-      <g transform="matrix(.8 0 0 .8 -.3 242.9)" color="#000">
-        <path d="M5.6 1032.862c-1.436 0-2.6 1.164-2.6 2.6 0 1.436 1.164 2.6 2.6 2.6.474 0 .917-.144 1.3-.366l3.25 2.316-3.25 2.316c-.383-.222-.826-.366-1.3-.366-1.436 0-2.6 1.164-2.6 2.6 0 1.436 1.164 2.6 2.6 2.6 1.436 0 2.6-1.164 2.6-2.6 0-.238-.02-.472-.08-.69l14.38-10.36-1.3-.65h-3.372l-1.828 1.3-5.322 3.82-2.56-1.83c.06-.218.082-.452.082-.69 0-1.436-1.164-2.6-2.6-2.6zm9.71 8.49l-2.804 1.99 3.494 2.52 1.828 1.3H21.2l1.3-.65z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2.6" stroke-linejoin="round" overflow="visible"/>
-        <path d="M5.6 1032.862c-1.436 0-2.6 1.164-2.6 2.6 0 1.436 1.164 2.6 2.6 2.6.474 0 .917-.144 1.3-.366l3.25 2.316-3.25 2.316c-.383-.222-.826-.366-1.3-.366-1.436 0-2.6 1.164-2.6 2.6 0 1.436 1.164 2.6 2.6 2.6 1.436 0 2.6-1.164 2.6-2.6 0-.238-.02-.472-.08-.69l14.38-10.36-1.3-.65h-3.372l-1.828 1.3-5.322 3.82-2.56-1.83c.06-.218.082-.452.082-.69 0-1.436-1.164-2.6-2.6-2.6zm9.71 8.49l-2.804 1.99 3.494 2.52 1.828 1.3H21.2l1.3-.65z" fill="#444" overflow="visible"/>
-      </g>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="hairdresser-24">
-    <g transform="translate(0 -1028.4)" color="#000">
-      <path d="M6 1032.862c-1.657 0-3 1.343-3 3s1.343 3 3 3c.685 0 1.308-.24 1.813-.625l2.406 1.625-2.408 1.625c-.504-.386-1.127-.625-1.812-.625-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3c0-.266-.06-.504-.125-.75l13.625-9.094c-.5-.333-1-.656-2-.656H19c-1 0-1.5.324-2 .656l-6 4-2.125-1.406c.065-.245.125-.484.125-.75 0-1.657-1.343-3-3-3zm9.125 7.906l-2.75 1.844 4.625 3.094c.5.333 1 .656 2 .656h1.5c1 0 1.5-.323 2-.656z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M6 1032.862c-1.657 0-3 1.343-3 3s1.343 3 3 3c.685 0 1.308-.24 1.813-.625l2.406 1.625-2.408 1.625c-.504-.386-1.127-.625-1.812-.625-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3c0-.266-.06-.504-.125-.75l13.625-9.094c-.5-.333-1-.656-2-.656H19c-1 0-1.5.324-2 .656l-6 4-2.125-1.406c.065-.245.125-.484.125-.75 0-1.657-1.343-3-3-3zm9.125 7.906l-2.75 1.844 4.625 3.094c.5.333 1 .656 2 .656h1.5c1 0 1.5-.323 2-.656z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="harbor-12">
-    <g transform="translate(-126 -1362.4)" color="#000">
-      <path d="M134 1363.362l-1 1v1.938l-3.406 3.406c-.346-.455-.594-.844-.594-1.344v-1l1 .5v-2.5l-2 1.5v5.5h5.5l1.5-2h-2.5l.5 1h-1c-.5 0-.89-.247-1.344-.594l3.406-3.406H136l1-1v-2l-1-1zm.5 1h1l.5.5v1l-.5.5-1 .015-.5-.515v-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M134 1363.362l-1 1v1.938l-3.406 3.406c-.346-.455-.594-.844-.594-1.344v-1l1 .5v-2.5l-2 1.5v5.5h5.5l1.5-2h-2.5l.5 1h-1c-.5 0-.89-.247-1.344-.594l3.406-3.406H136l1-1v-2l-1-1zm.5 1h1l.5.5v1l-.5.5-1 .015-.5-.515v-1z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="harbor-18">
-    <g transform="translate(-108 -1362.4)" color="#000">
-      <path d="M121 1364.362l-1 .5-.5.5-.5 1v1l.094.406-6.344 6.344c-.75-.75-.75-2.75.25-3.75l1 1v-4l-1.5 1.5c-1 1-1.5 1.5-1.5 3v5.5h5.5c1 0 2-.5 3-1.5l.5-.5 1-1h-4l1 1c-1 1-3 1-3.75.25l6.344-6.344.406.095h1l1-.5.5-.5.5-1v-1l-.5-1-.5-.5-1-.5h-1zm0 1.5h1l.5.5v1l-.5.5h-1l-.5-.5v-1l.5-.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M121 1364.362l-1 .5-.5.5-.5 1v1l.094.406-6.344 6.344c-.75-.75-.75-2.75.25-3.75l1 1v-4l-1.5 1.5c-1 1-1.5 1.5-1.5 3v5.5h5.5c1 0 2-.5 3-1.5l.5-.5 1-1h-4l1 1c-1 1-3 1-3.75.25l6.344-6.344.406.095h1l1-.5.5-.5.5-1v-1l-.5-1-.5-.5-1-.5h-1zm0 1.5h1l.5.5v1l-.5.5h-1l-.5-.5v-1l.5-.5z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="harbor-24">
-    <g transform="translate(-84 -1362.4)" color="#000">
-      <path d="M101.5 1365.362c-1.933 0-3.5 1.567-3.5 3.5 0 .44.103.863.25 1.25l-8.25 8.25v-4c0-1.5 1-2 1-2l1 1v-4c0-1-.5-.5-1 0-3 3-3 2.973-3 5v7c0 .5.5 1 1 1h7c2.028 0 3.667-1.667 5-3 .5-.5 1-.987 0-1h-4l1 1s-.5 1-2 1h-4l8.25-8.25c.387.147.812.25 1.25.25 1.933 0 3.5-1.567 3.5-3.5s-1.567-3.5-3.5-3.5zm0 2c.828 0 1.5.672 1.5 1.5 0 .83-.672 1.5-1.5 1.5s-1.5-.67-1.5-1.5c0-.828.672-1.5 1.5-1.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M101.5 1365.362c-1.933 0-3.5 1.567-3.5 3.5 0 .44.103.863.25 1.25l-8.25 8.25v-4c0-1.5 1-2 1-2l1 1v-4c0-1-.5-.5-1 0-3 3-3 2.973-3 5v7c0 .5.5 1 1 1h7c2.028 0 3.667-1.667 5-3 .5-.5 1-.987 0-1h-4l1 1s-.5 1-2 1h-4l8.25-8.25c.387.147.812.25 1.25.25 1.933 0 3.5-1.567 3.5-3.5s-1.567-3.5-3.5-3.5zm0 2c.828 0 1.5.672 1.5 1.5 0 .83-.672 1.5-1.5 1.5s-1.5-.67-1.5-1.5c0-.828.672-1.5 1.5-1.5z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="heart-12">
-    <g transform="translate(0 -1039.4)">
-      <path d="M2.813 1040.37c-.304.053-.578.255-.718.53l-1 1.997c-.07.145-.1.307-.094.468v.998c0 .117.023.234.063.343l1 2.652c.058.13.144.25.25.343l3.5 3.402c.367.347 1.007.347 1.374 0l3.5-3.4c.106-.096.192-.213.25-.344l1-2.652c.04-.11.062-.226.062-.343v-.998c.006-.16-.026-.323-.095-.468l-1-1.997c-.172-.325-.537-.54-.906-.53H8c-.31-.01-.62.133-.813.374l-.687.905-.687-.906c-.193-.24-.504-.384-.813-.374H3c-.062-.01-.125-.01-.187 0z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" color="#000" fill="#fff" overflow="visible" font-family="Sans"/>
-      <path d="M10 1041.362l1 2v1l-1 2.644-3.5 3.386-3.5-3.386-1-2.644v-1l1-2h2l1.5 2 1.5-2z" fill="#444"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="heart-18">
-    <g transform="translate(0 -1032.4)" color="#000">
-      <path d="M5.87 1035.373c-.58.017-1.16.173-1.658.438-1.99 1.06-2.937 3.84-1.565 6.66 1.315 2.702 4.558 6.077 6.165 7.632.367.347 1.01.347 1.377 0 1.605-1.555 4.85-4.93 6.163-7.63 1.373-2.82.425-5.6-1.565-6.66-.995-.532-2.245-.627-3.38-.095-.714.335-1.346.982-1.908 1.75-.56-.767-1.194-1.385-1.91-1.72-.565-.265-1.14-.392-1.72-.374z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" fill="#fff" overflow="visible" font-family="Sans"/>
-      <path d="M15.44 1042.033c-1.158 2.383-4.387 5.825-5.94 7.33-1.554-1.505-4.783-4.947-5.942-7.33-2.376-4.886 3.447-8.473 5.942-2.673 2.506-5.81 8.317-2.213 5.94 2.673z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="heart-24">
-    <g transform="translate(0 -1026.4)" color="#000">
-      <path d="M7.803 1031.373c-.688.047-1.368.223-1.972.532-2.418 1.238-3.795 4.493-2.035 7.894 1.69 3.262 5.924 7.4 8.016 9.3.37.35 1.01.35 1.38 0 2.09-1.9 6.325-6.038 8.015-9.3 1.76-3.402.383-6.657-2.036-7.894-2.07-1.06-4.833-.524-6.67 1.754-1.3-1.613-3.03-2.4-4.697-2.287z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" fill="#fff" overflow="visible" font-family="Sans"/>
-      <path d="M20.285 1039.344c-1.52 2.932-5.75 7.167-7.785 9.018-2.036-1.85-6.266-6.086-7.785-9.018-3.114-6.012 4.77-10.02 7.785-4.008 3.015-6.012 10.9-2.004 7.785 4.008z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="heliport-12">
-    <g transform="translate(-126 -1075.4)" color="#000">
-      <path d="M132.625 1084.362h3.875c.25 0 .5-.25.5-.5v-1.5c0-.5-.24-.74-.5-1l-.5-.5c-.167-.166-.5-.5-1-.5h-1v-1h2.5c.277 0 .5-.223.5-.5s-.223-.5-.5-.5h-6c-.277 0-.5.223-.5.5s.223.5.5.5h2.5v1h-3.14c-.174-.298-.49-.5-.86-.5-.552 0-1 .448-1 1s.448 1 1 1c.29 0 .536-.132.72-.328l1.78 1.828c.5.513.875 1 1.125 1zm-3.625-4c.276 0 .5.224.5.5s-.224.5-.5.5-.5-.224-.5-.5.224-.5.5-.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M132.625 1084.362h3.875c.25 0 .5-.25.5-.5v-1.5c0-.5-.24-.74-.5-1l-.5-.5c-.167-.166-.5-.5-1-.5h-1v-1h2.5c.277 0 .5-.223.5-.5s-.223-.5-.5-.5h-6c-.277 0-.5.223-.5.5s.223.5.5.5h2.5v1h-3.14c-.174-.298-.49-.5-.86-.5-.552 0-1 .448-1 1s.448 1 1 1c.29 0 .536-.132.72-.328l1.78 1.828c.5.513.875 1 1.125 1zm-3.625-4c.276 0 .5.224.5.5s-.224.5-.5.5-.5-.224-.5-.5.224-.5.5-.5z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="heliport-18">
-    <g color="#000" transform="translate(-108 -1074.4)">
-      <path d="M118.194 1087.362h5.028c.39 0 .778-.39.778-.778v-2.333c0-.777-.374-1.15-.778-1.555l-.778-.777c-.26-.26-.777-.556-1.555-.556H119v-2h3.222c.43 0 .778-.125.778-.555 0-.43-.29-.445-.722-.445h-7.334c-.43 0-.833.014-.833.445 0 .43.35.51.78.555H118v2H113.892c-.27-.464-.76-.778-1.336-.778-.86 0-1.556.697-1.556 1.556 0 .86.696 1.555 1.556 1.555.448 0 .834-.206 1.118-.51l2.77 2.622c.81.766 1.362 1.555 1.75 1.555zm-5.638-6c.43 0 .777.348.777.778 0 .43-.348.778-.777.778-.43 0-.778-.348-.778-.778 0-.43.348-.778.778-.778z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M118.194 1087.362h5.028c.39 0 .778-.39.778-.778v-2.333c0-.777-.374-1.15-.778-1.555l-.778-.777c-.26-.26-.777-.556-1.555-.556H119v-2h3.222c.43 0 .778-.125.778-.555 0-.43-.29-.445-.722-.445h-7.334c-.43 0-.833.014-.833.445 0 .43.35.51.78.555H118v2H113.892c-.27-.464-.76-.778-1.336-.778-.86 0-1.556.697-1.556 1.556 0 .86.696 1.555 1.556 1.555.448 0 .834-.206 1.118-.51l2.77 2.622c.81.766 1.362 1.555 1.75 1.555zm-5.638-6c.43 0 .777.348.777.778 0 .43-.348.778-.777.778-.43 0-.778-.348-.778-.778 0-.43.348-.778.778-.778z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="heliport-24">
-    <g transform="translate(-84 -1073.4)" color="#000">
-      <path d="M96.25 1091.362H105c.5 0 1-.5 1-1v-3c0-1-.48-1.48-1-2l-1-1c-.333-.333-1-1-2-1h-3v-2h6c.554 0 1-.446 1-1s-.446-1-1-1H92c-.554 0-1 .446-1 1s.446 1 1 1h6v2h-7.28c-.347-.597-.98-1-1.72-1-1.105 0-2 .896-2 2 0 1.105.895 2 2 2 .577 0 1.072-.265 1.438-.656l3.562 3.656c1 1.026 1.75 2 2.25 2zm-7.25-8c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M96.25 1091.362H105c.5 0 1-.5 1-1v-3c0-1-.48-1.48-1-2l-1-1c-.333-.333-1-1-2-1h-3v-2h6c.554 0 1-.446 1-1s-.446-1-1-1H92c-.554 0-1 .446-1 1s.446 1 1 1h6v2h-7.28c-.347-.597-.98-1-1.72-1-1.105 0-2 .896-2 2 0 1.105.895 2 2 2 .577 0 1.072-.265 1.438-.656l3.562 3.656c1 1.026 1.75 2 2.25 2zm-7.25-8c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="hospital-12">
-    <g transform="translate(-282 -1123.4)">
-      <path d="M284 1128.362c0-.554.446-1 1-1h2v-2c0-.554.446-1 1-1h1c.554 0 1 .446 1 1v2h2c.554 0 1 .446 1 1v1c0 .554-.446 1-1 1h-2v2c0 .554-.446 1-1 1h-1c-.554 0-1-.446-1-1v-2h-2c-.554 0-1-.446-1-1z" overflow="visible" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2"/>
-      <path d="M284 1128.362c0-.554.446-1 1-1h2v-2c0-.554.446-1 1-1h1c.554 0 1 .446 1 1v2h2c.554 0 1 .446 1 1v1c0 .554-.446 1-1 1h-2v2c0 .554-.446 1-1 1h-1c-.554 0-1-.446-1-1v-2h-2c-.554 0-1-.446-1-1z" color="#000" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="hospital-18">
-    <g transform="translate(-3 -1007.4)" color="#000">
-      <path d="M11 1009.362c-.554 0-1 .446-1 1v3H7c-.554 0-1 .446-1 1v3c0 .554.474 1.175 1 1h3v3c0 .554.446 1 1 1h3c.554 0 1-.446 1-1v-3h3c.554 0 1-.446 1-1v-3c0-.554-.446-1-1-1h-3v-3c0-.554-.446-1-1-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" overflow="visible"/>
-      <path d="M11 1009.362c-.554 0-1 .446-1 1v3H7c-.554 0-1 .446-1 1v3c0 .554.474 1.175 1 1h3v3c0 .554.446 1 1 1h3c.554 0 1-.446 1-1v-3h3c.554 0 1-.446 1-1v-3c0-.554-.446-1-1-1h-3v-3c0-.554-.446-1-1-1z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="hospital-24">
-    <g transform="translate(0 -1004.4)" color="#000">
-      <path d="M11 1008.362c-.554 0-1 .446-1 1v4H6c-.554 0-1 .446-1 1v3c0 .554.446 1 1 1h4v4c0 .554.446 1 1 1h3c.554 0 1.07-.45 1-1v-4h4c.554 0 1-.446 1-1v-3c0-.554-.446-1-1-1h-4v-4c0-.554-.446-1-1-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" overflow="visible"/>
-      <path d="M11 1008.362c-.554 0-1 .446-1 1v4H6c-.554 0-1 .446-1 1v3c0 .554.446 1 1 1h4v4c0 .554.446 1 1 1h3c.554 0 1-.446 1-1v-4h4c.554 0 1-.446 1-1v-3c0-.554-.446-1-1-1h-4v-4c0-.554-.446-1-1-1z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="-402.5 403.5 12 12" id="ice-cream-12">
-    <g opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-miterlimit="10">
-      <path d="M-399.452 407.426c.005.024.016.046.02.07.03.114.067.228.116.333.006.012.014.022.02.035.057.115.123.227.2.33 0 0 .002 0 .003.003.084.11.18.21.283.302h2.62c.42-.366.69-.9.69-1.5 0-.738-.405-1.377-1-1.723-.136-.08-.282-.14-.434-.186-.022-.006-.045-.015-.068-.02-.16-.043-.325-.07-.5-.07-1.103 0-2 .896-2 2 .002.146.02.29.05.426zM-394.75 407c0 .554-.167 1.068-.45 1.5h1.01c.42-.366.69-.9.69-1.5 0-1.104-.896-2-2-2-.037 0-.07.013-.106.015.525.5.856 1.204.856 1.985zM-398.5 409.5c1 2.5 1.5 4.5 2 4.5s1-2 2-4.5h-4z"/>
-    </g>
-    <g fill="#464545">
-      <path d="M-399.452 407.426c.005.024.016.046.02.07.03.114.067.228.116.333.006.012.014.022.02.035.057.115.123.227.2.33 0 0 .002 0 .003.003.084.11.18.21.283.302h2.62c.42-.366.69-.9.69-1.5 0-.738-.405-1.377-1-1.723-.136-.08-.282-.14-.434-.186-.022-.006-.045-.015-.068-.02-.16-.043-.325-.07-.5-.07-1.103 0-2 .896-2 2 .002.146.02.29.05.426zM-394.75 407c0 .554-.167 1.068-.45 1.5h1.01c.42-.366.69-.9.69-1.5 0-1.104-.896-2-2-2-.037 0-.07.013-.106.015.525.5.856 1.204.856 1.985z"/>
-    </g>
-    <path d="M-398.5 409.5c1 2.5 1.5 4.5 2 4.5s1-2 2-4.5h-4z" fill="#464545"/>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="-402.5 403.5 18 18" id="ice-cream-18">
-    <g fill="#fff" stroke="#fff" stroke-width="2" stroke-miterlimit="10">
-      <path d="M-390 412.5h-7s2.44 5.9 2.5 6c.128.344.5 1 1 1s.87-.656 1-1c.06-.1 2.5-6 2.5-6zM-392.78 411.5c.48-.53.78-1.228.78-2 0-1.656-1.343-3-3-3s-3 1.344-3 3c0 .772.3 1.47.78 2h4.44z" opacity=".3"/>
-      <path d="M-391.554 411.5h1.774c.48-.53.78-1.228.78-2 0-1.656-1.343-3-3-3-.117 0-.387-.013-.5 0 .817.733 1.5 1.82 1.5 3 0 .706-.197 1.393-.554 2z" opacity=".3"/>
-    </g>
-    <path d="M-392.78 411.5c.48-.53.78-1.228.78-2 0-1.656-1.343-3-3-3s-3 1.344-3 3c0 .772.3 1.47.78 2h4.44z" fill="#464545"/>
-    <path d="M-391.554 411.5h1.774c.48-.53.78-1.228.78-2 0-1.656-1.343-3-3-3-.117 0-.387-.013-.5 0 .817.733 1.5 1.82 1.5 3 0 .706-.197 1.393-.554 2zM-390 412.5h-7s2.44 5.9 2.5 6c.128.344.5 1 1 1s.87-.656 1-1c.06-.1 2.5-6 2.5-6z" fill="#464545"/>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="-402.5 403.5 24 24" id="ice-cream-24">
-    <g opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-miterlimit="10">
-      <path d="M-386.5 415.5h-8s2.92 7.87 3 8c.17.457.625 1 1 1s.83-.543 1-1c.08-.13 3-8 3-8zM-395.907 412.274c.047.206.106.407.188.598l.002.003c.18.42.44.8.762 1.115h4.912c.644-.635 1.044-1.516 1.044-2.49 0-1.188-.595-2.233-1.5-2.866-.074-.052-.156-.093-.234-.14-.098-.058-.196-.114-.3-.162-.08-.037-.16-.07-.244-.1-.122-.047-.247-.085-.375-.117-.07-.018-.142-.038-.214-.052-.206-.037-.417-.063-.633-.063-1.933 0-3.5 1.567-3.5 3.5 0 .243.025.48.072.71.005.022.015.042.02.064zM-387.5 411.5c0 .91-.263 1.754-.69 2.49h2.146c.644-.635 1.044-1.516 1.044-2.49 0-1.933-1.567-3.5-3.5-3.5-.14 0-.276.017-.412.032.87.9 1.412 2.12 1.412 3.468z"/>
-    </g>
-    <path d="M-392.5 408c-1.933 0-3.5 1.567-3.5 3.5 0 .243.015.49.063.72.005.02.025.04.03.06.048.207.106.404.188.595.182.42.43.81.75 1.125h4.94c.643-.635 1.03-1.526 1.03-2.5 0-1.188-.595-2.242-1.5-2.875-.074-.052-.14-.078-.22-.125-.097-.058-.208-.108-.31-.156-.08-.037-.168-.093-.25-.125-.123-.047-.248-.063-.376-.095-.07-.018-.147-.048-.22-.063-.205-.037-.408-.062-.624-.062zm4 0c-.14 0-.27.016-.406.03.87.902 1.406 2.122 1.406 3.47 0 .91-.26 1.764-.688 2.5h2.157c.643-.635 1.03-1.526 1.03-2.5 0-1.933-1.567-3.5-3.5-3.5zm-6 7.5s2.92 7.87 3 8c.17.457.625 1 1 1s.83-.543 1-1c.08-.13 3-8 3-8h-8z" fill="#444"/>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="industrial-12">
-    <g transform="translate(-672 -1098.4)" color="#000">
-      <path d="M681 1099.362v4h-1v-2l-3 2v-2l-3 2v4.427c0 .317.255.572.57.572h7.86c.315 0 .57-.255.57-.57v-3.858c0-.317-.255-.572-.57-.572H682v-4z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M681 1099.362v4h-1v-2l-3 2v-2l-3 2v4.427c0 .317.255.572.57.572h7.86c.315 0 .57-.255.57-.57v-3.858c0-.317-.255-.572-.57-.572H682v-4z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="industrial-18">
-    <g transform="translate(-654 -1098.4)" color="#000">
-      <path d="M666 1101.362v4h-2v-2.47l-3 2.47v-2.47l-3.176 2.47c-.36.28-.824.412-.824 1.236v5.94c0 .457.367.824.824.824h11.352c.457 0 .824-.367.824-.823v-6.354c0-.456-.367-.824-.824-.824H668v-4l-1-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M666 1101.362v4h-2v-2.47l-3 2.47v-2.47l-3.176 2.47c-.36.28-.824.412-.824 1.236v5.94c0 .457.367.824.824.824h11.352c.457 0 .824-.367.824-.823v-6.354c0-.456-.367-.824-.824-.824H668v-4l-1-1z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="industrial-24">
-    <g transform="translate(-630 -1098.4)" color="#000">
-      <path d="M646 1102.362v4h-3v-3l-4 3v-3l-4 3c-.443.333-1 .5-1 1.5v8.5c0 .554.446 1 1 1h15c.554 0 1-.446 1-1v-9c0-.554-.446-1-1-1h-2v-4c0-.5-.53-1-1-1s-1 .5-1 1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M646 1102.362v4h-3v-3l-4 3v-3l-4 3c-.443.333-1 .5-1 1.5v8.5c0 .554.446 1 1 1h15c.554 0 1-.446 1-1v-9c0-.554-.446-1-1-1h-2v-4c0-.5-.53-1-1-1s-1 .5-1 1z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="land-use-12">
-    <g transform="matrix(.6 0 0 .6 -369.8 -732.2)" color="#000">
-      <path d="M633.7 1246.362l-3.4 3.4h1.7v3.4h5.1v-3.4h1.7l-3.4-3.4zm10.2 0v1.7h-2.23l-1.17 1.275v3.825h5.1v-6.8zm-10.2 10.2H632v6.8h1.7v-1.7h1.7v1.7h1.7v-6.8h-1.7zm9.35-1.7l-3.4 4.25h1.7l-1.7 2.55h2.55v1.7h1.7v-1.7h2.55l-1.7-2.55h1.7z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="3.4" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M633.7 1246.362l-3.4 3.4h1.7v3.4h5.1v-3.4h1.7l-3.4-3.4zm10.2 0v1.7h-2.23l-1.17 1.275v3.825h5.1v-6.8zm-10.2 10.2H632v6.8h1.7v-1.7h1.7v1.7h1.7v-6.8h-1.7zm9.35-1.7l-3.4 4.25h1.7l-1.7 2.55h2.55v1.7h1.7v-1.7h2.55l-1.7-2.55h1.7z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="land-use-18">
-    <g transform="translate(-654 -1242.4)" color="#000">
-      <path d="M658 1244.362l-2 3h1v3h5v-3h1l-2-3zm11 0v2h-3l-1 1v3h5v-6zm-12 8v6h1v-2h1v2h3v-6zm10.5-1l-2.5 4h1.5l-1.5 2h2v1h1v-1h2l-1.5-2h1.5zm-9.5 3h1v1h-1zm2 0h1v1h-1zm0 2h1v1h-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M658 1244.362l-2 3h1v3h5v-3h1l-2-3zm11 0v2h-3l-1 1v3h5v-6zm-12 8v6h1v-2h1v2h3v-6zm10.5-1l-2.5 4h1.5l-1.5 2h2v1h1v-1h2l-1.5-2h1.5zm-9.5 3h1v1h-1zm2 0h1v1h-1zm0 2h1v1h-1z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="land-use-24">
-    <g transform="translate(-630 -1242.4)" color="#000">
-      <path d="M637.5 1245.362c-.5 0-.783.197-1 .5l-2.5 3.5h2v3h5v-3h2l-2.5-3.5c-.217-.303-.5-.5-1-.5zm12.5 0v2h-4c-.5 0-1 .5-1 1v4h6v-7zm-14 9c-.5 0-1 .5-1 1v7h2v-2h1v2h4v-7c0-.5-.5-1-1-1zm12-1l-3 4h1.5l-1.5 3h2v2h2v-2h2l-1.5-3h1.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M637.5 1245.362c-.5 0-.783.197-1 .5l-2.5 3.5h2v3h5v-3h2l-2.5-3.5c-.217-.303-.5-.5-1-.5h-2zm12.5 0v2h-4c-.5 0-1 .5-1 1v4h6v-7h-1zm-2 8l-3 4h1.5l-1.5 3h2v2h2v-2h2l-1.5-3h1.5l-3-4zm-12 1c-.5 0-1 .5-1 1v7h2v-2h1v2h4v-7c0-.5-.5-1-1-1h-5zm1 2h1v1h-1v-1zm2 0h1v1h-1v-1zm-2 2h1v1h-1v-1zm2 0h1v1h-1v-1zm0 2h1v1h-1v-1z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="-402.5 403.5 12 12" id="laundry-12">
-    <g transform="translate(0 -1040.4)">
-      <path d="M-396.594 1443.862c-.232.017-.458.12-.625.28l-1.717 1.72h-.563c-.524 0-1 .477-1 1v7c0 .524.476 1 1 1h7c.524 0 1-.476 1-1v-9c0-.523-.476-1-1-1h-4.094z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" color="#000" fill="#fff" overflow="visible" font-family="Sans"/>
-      <path d="M-396.5 1444.862l-2 2h-1v7h7v-9h-1zm0 1h1v1h-1zm2 0h1v1h-1zm-2 2h1l2 2v1l-2 2h-1l-2-2v-1zm-1 2v1h1v1h1v-1h1v-1z" fill="#454545"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="-402.5 403.5 18 18" id="laundry-18">
-    <g transform="translate(-14 -6)">
-      <path d="M-379.344 411.5l-3.156 3h-2v11h11v-13.22l-.78-.78h-5.064zm.844 1l1 1-1 1-1-1 1-1zm3 0l1 1-1 1-1-1 1-1zm-3.5 4c1.933 0 3.5 1.567 3.5 3.5s-1.567 3.5-3.5 3.5-3.5-1.567-3.5-3.5 1.567-3.5 3.5-3.5zm-2 3.5c0 1.105.895 2 2 2s2-.895 2-2h-4z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" overflow="visible"/>
-      <path d="M-379.344 411.5l-3.156 3h-2v11h11v-13.22l-.78-.78h-5.064zm.844 1l1 1-1 1-1-1 1-1zm3 0l1 1-1 1-1-1 1-1zm-3.5 4c1.933 0 3.5 1.567 3.5 3.5s-1.567 3.5-3.5 3.5-3.5-1.567-3.5-3.5 1.567-3.5 3.5-3.5zm-2 3.5c0 1.105.895 2 2 2s2-.895 2-2h-4z" fill="#454545"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="-402.5 403.5 24 24" id="laundry-24">
-    <path d="M-390 406.5c-.484 0-1.146.646-1.5 1l-1 1c-.354.354-1 1-1.5 1h-2.5c-.5 0-1 .5-1 1v13c0 .553.448 1 1 1h13c.552 0 1-.447 1-1v-16c0-.553-.448-1-1-1zm1.5 1c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm3 0c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm-4.5 5c2.485 0 4.5 2.015 4.5 4.5s-2.015 4.5-4.5 4.5-4.5-2.015-4.5-4.5 2.015-4.5 4.5-4.5zm-2.5 4v.5c0 1.38 1.12 2.5 2.5 2.5s2.5-1.12 2.5-2.5v-.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2"/>
-    <path d="M-390 406.5c-.484 0-1.146.646-1.5 1l-1 1c-.354.354-1 1-1.5 1h-2.5c-.5 0-1 .5-1 1v13c0 .553.448 1 1 1h13c.552 0 1-.447 1-1v-16c0-.553-.448-1-1-1zm1.5 1c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm3 0c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm-4.5 5c2.485 0 4.5 2.015 4.5 4.5s-2.015 4.5-4.5 4.5-4.5-2.015-4.5-4.5 2.015-4.5 4.5-4.5zm-2.5 4v.5c0 1.38 1.12 2.5 2.5 2.5s2.5-1.12 2.5-2.5v-.5z" fill="#454545"/>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="library-12">
-    <g transform="translate(-283 -1098.4)" color="#000">
-      <path d="M285 1100.362v6c1.5 1.5 3.75 1 3.75 2h.5v-5.5c0-1.5-2.75-1.5-4.25-2.5zm9 0c-1.5 1-4.25 1-4.25 2.5v5.5h.5c0-1 2.25-.5 3.75-2z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M285 1100.362v6c1.5 1.5 3.75 1 3.75 2h.5v-5.5c0-1.5-2.75-1.5-4.25-2.5zm9 0c-1.5 1-4.25 1-4.25 2.5v5.5h.5c0-1 2.25-.5 3.75-2z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="library-18">
-    <g transform="translate(-263 -1099.4)" color="#000">
-      <path d="M266 1103.715v7.647c2 2.5 5 1.47 5 3h1v-6.882c0-2.294-3-1.618-6-3.765zm13 0c-3 2.147-6 1.47-6 3.765v6.882h1c0-1.53 3-.5 5-3z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M266 1103.715v7.647c2 2.5 5 1.47 5 3h1v-6.882c0-2.294-3-1.618-6-3.765zm13 0c-3 2.147-6 1.47-6 3.765v6.882h1c0-1.53 3-.5 5-3z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="library-24">
-    <g transform="translate(-240 -1096.4)">
-      <path d="M244 1101.362v10c3 3 7 2 7 4h1v-9c0-3-5-3-8-5zm17 0c-3 2-8 2-8 5v9h1c0-2 4-1 7-4z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M244 1101.362v10c3 3 7 2 7 4h1v-9c0-3-5-3-8-5zm17 0c-3 2-8 2-8 5v9h1c0-2 4-1 7-4z" color="#000" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="lighthouse-12">
-    <g transform="translate(0 -1040.4)" color="#000">
-      <path d="M6 1041.362l-1 1v2H4v1l1 1v1l-1 4h5l-1-4v-1l1-1v-1H8v-2l-1-1zm0 1h1v2H6z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" overflow="visible"/>
-      <path d="M6 1041.362l-1 1v2H4v1l1 1v1l-1 4h5l-1-4v-1l1-1v-1H8v-2l-1-1zm0 1h1v2H6z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="lighthouse-18">
-    <g transform="translate(0 -1034.4)" color="#000">
-      <path d="M9.5 1035.362l-2.5 2v3H6v1l1 1-1 8h7l-1-8 1-1v-1h-1v-3zm0 2l1 1v2h-2v-2z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" overflow="visible"/>
-      <path d="M9.5 1035.362l-2.5 2v3H6v1l1 1-1 8h7l-1-8 1-1v-1h-1v-3zm0 2l1 1v2h-2v-2z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="lighthouse-24">
-    <g transform="translate(0 -1028.4)" color="#000">
-      <path d="M13 1030.362l-2.5 1.5c-.514.308-.5 1-.5 1v3.5H9v2l1 1v1l-1 9h8l-1-9v-1l1-1v-2h-1v-3.5s.005-.697-.5-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" overflow="visible"/>
-      <path d="M13 1030.362l-2.5 1.5c-.514.308-.5 1-.5 1v3.5H9v2l1 1v1l-1 9h8l-1-9v-1l1-1v-2h-1v-3.5s.005-.697-.5-1zm1 4v2h-2v-2s0-1 1-1 1 1 1 1z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="lodging-12">
-    <g color="#000" transform="translate(-204 -1098.4)">
-      <path d="M207 1100.362c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1zm2 1c0 1-.5 2-2 2h-.75c-.126 0-.25 0-.25.25v.5c0 .25.194.25.25.25H215v-1.5c0-.5 0-1.5-2.5-1.5zm-2.5 4c-.25 0-.5.25-.5.5v1c0 .25.25.5.5.5s.5-.25.5-.5v-.5h7v.5c0 .25.25.5.5.5s.5-.25.5-.5v-1c0-.25-.25-.5-.5-.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M207 1100.362c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1zm2 1c0 1-.5 2-2 2h-.75c-.126 0-.25 0-.25.25v.5c0 .25.194.25.25.25H215v-1.5c0-.5 0-1.5-2.5-1.5zm-2.5 4c-.25 0-.5.25-.5.5v1c0 .25.25.5.5.5s.5-.25.5-.5v-.5h7v.5c0 .25.25.5.5.5s.5-.25.5-.5v-1c0-.25-.25-.5-.5-.5z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="lodging-18">
-    <g color="#000" transform="translate(-186 -1098.4)">
-      <path d="M190.5 1102.112c-.828 0-1.5.672-1.5 1.5 0 .83.672 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.828-.672-1.5-1.5-1.5zm2.5 1.25c0 2-1 3-2.5 3h-1c-.5 0-.5.5-.5.5s0 .5.5.5H202v-1.75c0-.75 0-2.25-3.75-2.25zm-3.25 5c-.375 0-.75.375-.75.75v1.5c0 .375.375.75.75.75s.75-.375.75-.75v-1.25h10v1.25c0 .375.375.75.75.75s.75-.375.75-.75v-1.5c0-.375-.375-.75-.75-.75z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M190.5 1102.112c-.828 0-1.5.672-1.5 1.5 0 .83.672 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.828-.672-1.5-1.5-1.5zm2.5 1.25c0 2-1 3-2.5 3h-1c-.5 0-.5.5-.5.5s0 .5.5.5H202v-1.75c0-.75 0-2.25-3.75-2.25zm-3.25 5c-.375 0-.75.375-.75.75v1.5c0 .375.375.75.75.75s.75-.375.75-.75v-1.25h10v1.25c0 .375.375.75.75.75s.75-.375.75-.75v-1.5c0-.375-.375-.75-.75-.75z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="lodging-24">
-    <g transform="translate(0 -1004.4)" color="#000">
-      <path d="M6 1010.362c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2zm3 2c0 1.657-1.343 3-3 3H4.5c-.253 0-.5 0-.5.5v1c0 .5.39.5.5.5H21v-2c0-1 0-3-5-3zm-4 6c-.5 0-1 .5-1 1v3c0 .5.5 1 1 1s1-.5 1-1v-2h13v2c0 .5.5 1 1 1s1-.5 1-1v-3c0-.5-.5-1-1-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M6 1010.362c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2zm3 2c0 1.657-1.343 3-3 3H4.5c-.253 0-.5 0-.5.5v1c0 .5.39.5.5.5H21v-2c0-1 0-3-5-3zm-4 6c-.5 0-1 .5-1 1v3c0 .5.5 1 1 1s1-.5 1-1v-2h13v2c0 .5.5 1 1 1s1-.5 1-1v-3c0-.5-.5-1-1-1z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="logging-12">
-    <g transform="translate(-516 -1244.4)" color="#000">
-      <path d="M525.5 1245.862l-4 4 1.5 1.5 4-4v-1l-.5-.5zm-6 3l-1.5 1.5v.5h.5l.5-.5.5.5-1.5 1.5v1.5l1.5 1.5h1.5l2.5-2.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M525.5 1245.862l-4 4 1.5 1.5 4-4v-1l-.5-.5zm-6 3l-1.5 1.5v.5h.5l.5-.5.5.5-1.5 1.5v1.5l1.5 1.5h1.5l2.5-2.5z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="logging-18">
-    <g transform="translate(-498 -1244.4)" color="#000">
-      <path d="M511.5 1245.862l-5.75 5.75 1 1 5.25-5.25.5.5-5.25 5.25 1 1 5.75-5.75v-1.5l-1-1zm-8.25 4.25l-2.25 2.25v.5h.5l1-1 1 1-2.5 2.5v1.5l2.5 2.5h1.5l3.75-3.75z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M511.5 1245.862l-5.75 5.75 1 1 5.25-5.25.5.5-5.25 5.25 1 1 5.75-5.75v-1.5l-1-1zm-8.25 4.25l-2.25 2.25v.5h.5l1-1 1 1-2.5 2.5v1.5l2.5 2.5h1.5l3.75-3.75z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="logging-24">
-    <g transform="translate(-474 -1242.4)" color="#000">
-      <path d="M492 1245.362l-7.5 7.5 1.25 1.25 7.25-7.25.5.5-7.25 7.25 1.25 1.25 7.5-7.5v-2l-1-1zm-11.5 5.5l-2.5 2.5.5.5h1l1-1 1 1-3.5 3.5v2l3 3h2l4.5-4.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M492 1245.362l-7.5 7.5 1.25 1.25 7.25-7.25.5.5-7.25 7.25 1.25 1.25 7.5-7.5v-2l-1-1zm-11.5 5.5l-2.5 2.5.5.5h1l1-1 1 1-3.5 3.5v2l3 3h2l4.5-4.5z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="london-underground-12">
-    <g transform="translate(-126 -1268.4)" color="#000">
-      <path d="M132.5 1270.362c-1.765 0-3.23 1.3-3.47 3H128v1h1.03c.24 1.7 1.705 3 3.47 3 1.765 0 3.23-1.3 3.47-3H137v-1h-1.03c-.24-1.7-1.705-3-3.47-3zm0 1.5c.932 0 1.716.637 1.938 1.5h-3.875c.22-.863 1.005-1.5 1.937-1.5zm-1.938 2.5h3.875c-.22.863-1.005 1.5-1.937 1.5-.932 0-1.716-.637-1.938-1.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M132.5 1270.362c-1.765 0-3.23 1.3-3.47 3H128v1h1.03c.24 1.7 1.705 3 3.47 3 1.765 0 3.23-1.3 3.47-3H137v-1h-1.03c-.24-1.7-1.705-3-3.47-3zm0 1.5c.932 0 1.716.637 1.938 1.5h-3.875c.22-.863 1.005-1.5 1.937-1.5zm-1.938 2.5h3.875c-.22.863-1.005 1.5-1.937 1.5-.932 0-1.716-.637-1.938-1.5z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="london-underground-18">
-    <g transform="translate(-108 -1266.4)" color="#000">
-      <path d="M117.5 1269.362c-2.976 0-5.433 2.16-5.906 5H110.5c-.277 0-.5.223-.5.5v1c0 .277.223.5.5.5h1.094c.473 2.842 2.93 5 5.906 5 2.976 0 5.433-2.158 5.906-5h1.094c.277 0 .5-.223.5-.5v-1c0-.277-.223-.5-.5-.5h-1.094c-.473-2.84-2.93-5-5.906-5zm0 2c1.863 0 3.4 1.276 3.844 3h-7.688c.445-1.724 1.98-3 3.844-3zm-3.844 5h7.688c-.445 1.725-1.98 3-3.844 3-1.863 0-3.4-1.275-3.844-3z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M117.5 1269.362c-2.976 0-5.433 2.16-5.906 5H110.5c-.277 0-.5.223-.5.5v1c0 .277.223.5.5.5h1.094c.473 2.842 2.93 5 5.906 5 2.976 0 5.433-2.158 5.906-5h1.094c.277 0 .5-.223.5-.5v-1c0-.277-.223-.5-.5-.5h-1.094c-.473-2.84-2.93-5-5.906-5zm0 2c1.863 0 3.4 1.276 3.844 3h-7.688c.445-1.724 1.98-3 3.844-3zm-3.844 5h7.688c-.445 1.725-1.98 3-3.844 3-1.863 0-3.4-1.275-3.844-3z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="london-underground-24">
-    <g transform="translate(-84 -1266.4)" color="#000">
-      <path d="M96.5 1270.362c-3.624 0-6.644 2.583-7.344 6H88c-.5 0-1 .5-1 1v1c0 .5.5 1 1 1h1.156c.7 3.418 3.72 6 7.344 6s6.644-2.582 7.344-6H105c.5 0 1-.5 1-1v-1c0-.5-.5-1-1-1h-1.156c-.7-3.417-3.72-6-7.344-6zm0 2.5c2.056 0 3.868 1.658 4.5 3.5h-9c.632-1.842 2.444-3.5 4.5-3.5zm-4.5 6.5h9c-.632 1.842-2.444 3.5-4.5 3.5s-3.868-1.658-4.5-3.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M96.5 1270.362c-3.624 0-6.644 2.583-7.344 6H88c-.5 0-1 .5-1 1v1c0 .5.5 1 1 1h1.156c.7 3.418 3.72 6 7.344 6s6.644-2.582 7.344-6H105c.5 0 1-.5 1-1v-1c0-.5-.5-1-1-1h-1.156c-.7-3.417-3.72-6-7.344-6zm0 2.5c2.056 0 3.868 1.658 4.5 3.5h-9c.632-1.842 2.444-3.5 4.5-3.5zm-4.5 6.5h9c-.632 1.842-2.444 3.5-4.5 3.5s-3.868-1.658-4.5-3.5z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="maki-12-base">
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="maki-18-base">
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="maki-24-base">
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="maki-icons">
-    <g transform="translate(120 -1050.4)">
-      <g transform="translate(0 -24)" color="#000">
-        <path d="M134 1363.362l-1 1v1.938l-3.406 3.406c-.346-.455-.594-.844-.594-1.344v-1l1 .5v-2.5l-2 1.5v5.5h5.5l1.5-2h-2.5l.5 1h-1c-.5 0-.89-.247-1.344-.594l3.406-3.406H136l1-1v-2l-1-1zm.5 1h1l.5.5v1l-.5.5-1 .015-.5-.515v-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-        <path d="M134 1363.362l-1 1v1.938l-3.406 3.406c-.346-.455-.594-.844-.594-1.344v-1l1 .5v-2.5l-2 1.5v5.5h5.5l1.5-2h-2.5l.5 1h-1c-.5 0-.89-.247-1.344-.594l3.406-3.406H136l1-1v-2l-1-1zm.5 1h1l.5.5v1l-.5.5-1 .015-.5-.515v-1z" fill="#444" overflow="visible"/>
-        <path opacity=".3" fill="none" overflow="visible" d="M126 1362.362h12v12h-12z"/>
-      </g>
-      <g transform="translate(-156 -24)" color="#000">
-        <path d="M323 1269.362c-.47 0-1 .5-1 1v7c0 2.216 1 5 5 5 .36 0 .686-.017 1-.062v-2.937h-4s.5-2 3-2c.5 0 .697.074 1 .187v-2.187c0-.917.365-1.683 1-2 1-.5 1.404-.298 2 0l1 .5v-3.5c0-.5-.53-1-1-1-1 0-2 1-4 1s-3-1-4-1zm7 5c-.47 0-1 .5-1 1v7c0 2.216 1 5 5 5s5-2.784 5-5v-7c0-.5-.53-1-1-1-1 0-2 1-4 1s-3-1-4-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path fill="none" overflow="visible" d="M318 1266.362h24v24h-24z"/>
-        <path d="M323 1269.362c-.47 0-1 .5-1 1v7c0 2.216 1 5 5 5 .36 0 .686-.017 1-.062v-2.937h-4s.5-2 3-2c.5 0 .697.074 1 .187v-2.187c0-.917.365-1.683 1-2 1-.5 1.404-.298 2 0l1 .5v-3.5c0-.5-.53-1-1-1-1 0-2 1-4 1s-3-1-4-1zm1.75 3.5c.69 0 1.25.56 1.25 1.25s-.56 1.25-1.25 1.25-1.25-.56-1.25-1.25.56-1.25 1.25-1.25zm5.25 1.5c-.47 0-1 .5-1 1v7c0 2.216 1 5 5 5s5-2.784 5-5v-7c0-.5-.53-1-1-1-1 0-2 1-4 1s-3-1-4-1zm1.75 3.5c.69 0 1.25.56 1.25 1.25s-.56 1.25-1.25 1.25-1.25-.56-1.25-1.25.56-1.25 1.25-1.25zm4.5 0c.69 0 1.25.56 1.25 1.25s-.56 1.25-1.25 1.25-1.25-.56-1.25-1.25.56-1.25 1.25-1.25zm-5.25 5.5h6s-.5 2-3 2-3-2-3-2z" fill="#444" overflow="visible"/>
-      </g>
-      <g color="#000">
-        <path opacity=".5" fill="none" overflow="visible" d="M-30 1050.362h12v12h-12z"/>
-        <g transform="translate(0 -1)">
-          <path d="M-23.5 1052.362c2.485 0 4.5 2.015 4.5 4.5s-2.015 4.5-4.5 4.5-4.5-2.015-4.5-4.5 2.015-4.5 4.5-4.5zm0 1c-1.933 0-3.5 1.567-3.5 3.5s1.567 3.5 3.5 3.5 3.5-1.567 3.5-3.5-1.567-3.5-3.5-3.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" overflow="visible"/>
-          <path d="M-23.5 1052.362c2.485 0 4.5 2.015 4.5 4.5s-2.015 4.5-4.5 4.5-4.5-2.015-4.5-4.5 2.015-4.5 4.5-4.5zm0 1c-1.933 0-3.5 1.567-3.5 3.5s1.567 3.5 3.5 3.5 3.5-1.567 3.5-3.5-1.567-3.5-3.5-3.5z" fill="#444" overflow="visible"/>
-        </g>
-      </g>
-      <g color="#000">
-        <path opacity=".5" fill="none" overflow="visible" d="M-48 1050.362h18v18h-18z"/>
-        <path d="M-38.5 1052.362c3.59 0 6.5 2.91 6.5 6.5s-2.91 6.5-6.5 6.5-6.5-2.91-6.5-6.5 2.91-6.5 6.5-6.5zm0 1.445c-2.792 0-5.056 2.263-5.056 5.055s2.264 5.056 5.056 5.056c2.792 0 5.056-2.264 5.056-5.056 0-2.792-2.264-5.055-5.056-5.055z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" overflow="visible"/>
-        <path d="M-38.5 1052.362c3.59 0 6.5 2.91 6.5 6.5s-2.91 6.5-6.5 6.5-6.5-2.91-6.5-6.5 2.91-6.5 6.5-6.5zm0 1.445c-2.792 0-5.056 2.263-5.056 5.055s2.264 5.056 5.056 5.056c2.792 0 5.056-2.264 5.056-5.056 0-2.792-2.264-5.055-5.056-5.055z" fill="#444" overflow="visible"/>
-      </g>
-      <g color="#000">
-        <g transform="matrix(-1 0 0 1 -108 70)">
-          <path d="M-40 1015.862a8.5 8.5 0 1 1-17 0 8.5 8.5 0 1 1 17 0z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="1.9998317100000003" overflow="visible"/>
-          <path d="M-40 1015.862a8.5 8.5 0 1 1-17 0 8.5 8.5 0 1 1 17 0z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M-72 1074.362h24v24h-24z"/>
-      </g>
-      <g color="#000">
-        <path d="M-45 1082.862a6.5 6.5 0 1 1 13 0 6.5 6.5 0 1 1-13 0z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="1.99963944" overflow="visible"/>
-        <path d="M-45 1082.862a6.5 6.5 0 1 1 13 0 6.5 6.5 0 1 1-13 0z" fill="#444" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M-48 1074.362h18v18h-18z"/>
-      </g>
-      <g color="#000">
-        <g transform="translate(1)">
-          <path d="M-29 1079.862a4.5 4.5 0 1 1 9 0 4.5 4.5 0 1 1-9 0z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2.00016515" overflow="visible"/>
-          <path d="M-29 1079.862a4.5 4.5 0 1 1 9 0 4.5 4.5 0 1 1-9 0z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M-30 1074.362h12v12h-12z"/>
-      </g>
-      <g color="#000">
-        <g transform="translate(-72 94)">
-          <path d="M5 1007.362c-.554 0-1 .446-1 1v15c0 .554.446 1 1 1h15c.554 0 1-.446 1-1v-15c0-.554-.446-1-1-1zm1 2h13v13H6z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" overflow="visible"/>
-          <path d="M5 1007.362c-.554 0-1 .446-1 1v15c0 .554.446 1 1 1h15c.554 0 1-.446 1-1v-15c0-.554-.446-1-1-1zm1 2h13v13H6z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M-72 1098.362h24v24h-24z"/>
-      </g>
-      <g color="#000">
-        <path d="M-44 1100.362c-.554 0-1 .446-1 1v11c0 .554.446 1 1 1h11c.554 0 1-.446 1-1v-11c0-.554-.446-1-1-1h-11zm1.438 2h8.124c.25 0 .438.188.438.438v8.125c0 .25-.188.437-.438.437h-8.124c-.25 0-.438-.188-.438-.437v-8.125c0-.25.188-.438.438-.438z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" overflow="visible"/>
-        <path d="M-44 1100.362c-.554 0-1 .446-1 1v11c0 .554.446 1 1 1h11c.554 0 1-.446 1-1v-11c0-.554-.446-1-1-1h-11zm1.438 2h8.124c.25 0 .438.188.438.438v8.125c0 .25-.188.437-.438.437h-8.124c-.25 0-.438-.188-.438-.437v-8.125c0-.25.188-.438.438-.438z" fill="#444" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M-48 1098.362h18v18h-18z"/>
-      </g>
-      <g color="#000">
-        <g transform="translate(1)">
-          <path d="M-28.5 1099.362c-.277 0-.5.223-.5.5v8c0 .277.223.5.5.5h8c.277 0 .5-.223.5-.5v-8c0-.277-.223-.5-.5-.5zm.5 1h7v7h-7z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" overflow="visible"/>
-          <path d="M-28.5 1099.362c-.277 0-.5.223-.5.5v8c0 .277.223.5.5.5h8c.277 0 .5-.223.5-.5v-8c0-.277-.223-.5-.5-.5zm.5 1h7v7h-7z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M-30 1098.362h12v12h-12z"/>
-      </g>
-      <g color="#000">
-        <g transform="translate(-32 118)">
-          <rect width="17" height="17" rx="1.125" ry="1.125" x="-36" y="1007.362" opacity=".3" fill="none" stroke="#fff" stroke-width="2" overflow="visible"/>
-          <rect width="17" height="17" rx="1.125" ry="1.125" x="-36" y="1007.362" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M-72 1122.362h24v24h-24z"/>
-      </g>
-      <g color="#000">
-        <rect width="13" height="13" rx="1" ry="1" x="-45" y="1124.362" opacity=".3" fill="none" stroke="#fff" stroke-width="2" overflow="visible"/>
-        <rect width="13" height="13" rx="1" ry="1" x="-45" y="1124.362" fill="#444" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M-48 1122.362h18v18h-18z"/>
-      </g>
-      <g color="#000">
-        <g transform="translate(1)">
-          <path d="M-28.5 1123.362h7.875c.312 0 .563.25.563.563v7.875c0 .31-.25.562-.563.562H-28.5c-.312 0-.563-.25-.563-.562v-7.875c0-.312.25-.563.563-.563z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" overflow="visible"/>
-          <path d="M-28.5 1123.362h7.875c.312 0 .563.25.563.563v7.875c0 .31-.25.562-.563.562H-28.5c-.312 0-.563-.25-.563-.562v-7.875c0-.312.25-.563.563-.563z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M-30 1122.362h12v12h-12z"/>
-      </g>
-      <g color="#000">
-        <g transform="translate(-3.1 -11.5)" fill="#444" font-family="Sans">
-          <path d="M-56.375 1161.862c-.5 0-.726.24-.875.5l-8.5 14c-.088.154-.125.328-.125.5 0 .75.5 1 1 1h17c.5 0 1-.25 1-1 0-.172-.037-.346-.125-.5l-8.5-14c-.15-.26-.375-.5-.875-.5zm0 3l6.78 11h-13.56z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" stroke="#fff" stroke-width="2" overflow="visible"/>
-          <path d="M-56.375 1161.862c-.5 0-.726.24-.875.5l-8.5 14c-.088.154-.125.328-.125.5 0 .75.5 1 1 1h17c.5 0 1-.25 1-1 0-.172-.037-.346-.125-.5l-8.5-14c-.15-.26-.375-.5-.875-.5zm0 3l6.78 11h-13.56z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M-72 1146.362h24v24h-24z"/>
-      </g>
-      <g color="#000">
-        <g fill="#444" font-family="Sans">
-          <path d="M-38.5 1149.362c-.36 0-.517.187-.625.375l-5.78 10.53c-.065.113-.095.252-.095.377 0 .54.358.718.72.718h11.56c.362 0 .72-.177.72-.72 0-.123-.03-.262-.094-.373l-5.78-10.533c-.11-.188-.265-.375-.626-.375zm0 2l4.5 8.5h-9l4.5-8.5z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" stroke="#fff" stroke-width="2" overflow="visible"/>
-          <path d="M-38.5 1149.362c-.36 0-.517.187-.625.375l-5.78 10.53c-.065.113-.095.252-.095.377 0 .54.358.718.72.718h11.56c.362 0 .72-.177.72-.72 0-.123-.03-.262-.094-.373l-5.78-10.533c-.11-.188-.265-.375-.626-.375zm0 2l4.5 8.5h-9l4.5-8.5z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M-48 1146.362h18v18h-18z"/>
-      </g>
-      <g color="#000">
-        <g fill="#444" font-family="Sans">
-          <path d="M-23.5 1148.362c-.25 0-.363.12-.438.25l-4 7c-.044.077-.062.164-.062.25 0 .375.25.5.5.5h8c.25 0 .5-.125.5-.5 0-.086-.018-.173-.063-.25l-4-7c-.074-.13-.187-.25-.437-.25zm0 1.5l3 5.5h-6l3-5.5z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" stroke="#fff" stroke-width="2" overflow="visible"/>
-          <path d="M-23.5 1148.362c-.25 0-.363.12-.438.25l-4 7c-.044.077-.062.164-.062.25 0 .375.25.5.5.5h8c.25 0 .5-.125.5-.5 0-.086-.018-.173-.063-.25l-4-7c-.074-.13-.187-.25-.437-.25zm0 1.5l3 5.5h-6l3-5.5z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M-30 1146.362h12v12h-12z"/>
-      </g>
-      <g color="#000">
-        <g transform="translate(36.9 12.5)" fill="#444" font-family="Sans">
-          <path d="M-96.375 1161.862c-.5 0-.726.24-.875.5l-8.5 14c-.088.154-.125.328-.125.5 0 .75.5 1 1 1h17c.5 0 1-.25 1-1 0-.172-.037-.346-.125-.5l-8.5-14c-.15-.26-.375-.5-.875-.5z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" stroke="#fff" stroke-width="2" overflow="visible"/>
-          <path d="M-96.375 1161.862c-.5 0-.726.24-.875.5l-8.5 14c-.088.154-.125.328-.125.5 0 .75.5 1 1 1h17c.5 0 1-.25 1-1 0-.172-.037-.346-.125-.5l-8.5-14c-.15-.26-.375-.5-.875-.5z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M-72 1170.362h24v24h-24z"/>
-      </g>
-      <g color="#000">
-        <g fill="#444" font-family="Sans">
-          <path d="M-38.5 1173.362c-.36 0-.524.173-.632.36l-5.778 10.557c-.063.11-.09.235-.09.36 0 .542.36.722.722.722h11.556c.36 0 .722-.18.722-.722 0-.124-.027-.25-.09-.36l-5.778-10.557c-.108-.188-.27-.36-.632-.36z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" stroke="#fff" stroke-width="2" overflow="visible"/>
-          <path d="M-38.5 1173.362c-.36 0-.524.173-.632.36l-5.778 10.557c-.063.11-.09.235-.09.36 0 .542.36.722.722.722h11.556c.36 0 .722-.18.722-.722 0-.124-.027-.25-.09-.36l-5.778-10.557c-.108-.188-.27-.36-.632-.36z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M-48 1170.362h18v18h-18z"/>
-      </g>
-      <g color="#000">
-        <g fill="#444" font-family="Sans">
-          <path d="M-23.5 1172.362c-.25 0-.363.12-.438.25l-4 7c-.044.077-.062.164-.062.25 0 .375.25.5.5.5h8c.25 0 .5-.125.5-.5 0-.086-.018-.173-.063-.25l-4-7c-.074-.13-.187-.25-.437-.25z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" stroke="#fff" stroke-width="2" overflow="visible"/>
-          <path d="M-23.5 1172.362c-.25 0-.363.12-.438.25l-4 7c-.044.077-.062.164-.062.25 0 .375.25.5.5.5h8c.25 0 .5-.125.5-.5 0-.086-.018-.173-.063-.25l-4-7c-.074-.13-.187-.25-.437-.25z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M-30 1170.362h12v12h-12z"/>
-      </g>
-      <g transform="translate(0 24)">
-        <g transform="translate(-202 993)" color="#000">
-          <path d="M142.493 204.362l-2 6h-6.5l5 5-2.5 7 6-4 6 4-2.5-7 5-5h-6z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-          <path d="M142.493 204.362l-2 6h-6.5l5 5-2.5 7 6-4 6 4-2.5-7 5-5h-6z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" color="#000" fill="none" overflow="visible" d="M-72 1194.362h24v24h-24z"/>
-      </g>
-      <g transform="translate(0 24)" color="#000">
-        <path d="M-38.5 1196.362l-2 4H-45l3.5 4-1.694 5 4.694-2.89 4.694 2.89-1.694-5 3.5-4h-4.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-        <path d="M-38.5 1196.362l-2 4H-45l3.5 4-1.694 5 4.694-2.89 4.694 2.89-1.694-5 3.5-4h-4.5z" fill="#444" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M-48 1194.362h18v18h-18z"/>
-      </g>
-      <g transform="translate(0 24)" color="#000">
-        <g transform="translate(0 -1)">
-          <path d="M-23.5 1196.362l-1.25 3H-28l2.5 2.5-1.25 3.5 3.25-2 3.25 2-1.25-3.5 2.5-2.5h-3.25z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-          <path d="M-23.5 1196.362l-1.25 3H-28l2.5 2.5-1.25 3.5 3.25-2 3.25 2-1.25-3.5 2.5-2.5h-3.25z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M-30 1194.362h12v12h-12z"/>
-      </g>
-      <g transform="translate(0 -24)">
-        <g transform="translate(-203 1017)" color="#000">
-          <path d="M143.493 204.362l-2 6h-6.5l5 5-2.5 7 6-4 6 4-2.5-7 5-5h-6.5zm0 4l1 3.5h4l-3.5 3.5 1.5 3.5-3-2.5-3 2.5 1.5-3.5-3.5-3.5h4z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-          <path d="M143.493 204.362l-2 6h-6.5l5 5-2.5 7 6-4 6 4-2.5-7 5-5h-6.5l-2-6zm0 4l1 3.5h4l-3.5 3.5 1.5 3.5-3-2.5-3 2.5 1.5-3.5-3.5-3.5h4l1-3.5z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" color="#000" fill="none" overflow="visible" d="M-72 1218.362h24v24h-24z"/>
-      </g>
-      <g transform="translate(0 -24)" color="#000">
-        <path d="M-38.5 1220.362l-2 4H-45l3.5 4-1.688 5 4.688-2.875 4.688 2.875-1.688-5 3.5-4h-4.5zm0 2.5l1 2.5h3l-2.5 3 1.156 2.5-2.656-2-2.656 2 1.156-2.5-2.5-3h3z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-        <path d="M-38.5 1220.362l-2 4H-45l3.5 4-1.688 5 4.688-2.875 4.688 2.875-1.688-5 3.5-4h-4.5zm0 2.5l1 2.5h3l-2.5 3 1.156 2.5-2.656-2-2.656 2 1.156-2.5-2.5-3h3z" fill="#444" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M-48 1218.362h18v18h-18z"/>
-      </g>
-      <g transform="translate(0 -24)" color="#000">
-        <g transform="translate(0 -1)">
-          <path d="M-23.5 1220.362l-1.25 3H-28l2.5 2.5-1.25 3.5 3.25-2 3.25 2-1.25-3.5 2.5-2.5h-3.25l-1.25-3zm0 2l1 2h1.5l-1.5 1.5.5 1.5-1.5-1-1.5 1 .5-1.5-1.5-1.5h1.5l.5-1 .5-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-          <path d="M-23.5 1220.362l-1.25 3H-28l2.5 2.5-1.25 3.5 3.25-2 3.25 2-1.25-3.5 2.5-2.5h-3.25l-1.25-3zm0 2l1 2h1.5l-1.5 1.5.5 1.5-1.5-1-1.5 1 .5-1.5-1.5-1.5h1.5l.5-1 .5-1z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M-30 1218.362h12v12h-12z"/>
-      </g>
-      <g color="#000">
-        <g font-family="Sans">
-          <path d="M-43.917 1244.362c-.54 0-1.083.542-1.083 1.083 0 .27.088.53.305.745l4.672 4.672-4.672 4.672c-.217.217-.305.475-.305.745 0 .54.542 1.082 1.083 1.082.27 0 .542-.067.78-.304l4.637-4.638 4.638 4.638c.237.237.508.304.78.304.54 0 1.082-.542 1.082-1.083 0-.27-.088-.53-.305-.746l-4.672-4.672 4.672-4.672c.217-.216.305-.475.305-.745 0-.54-.542-1.083-1.083-1.083-.27 0-.542.067-.78.305l-4.637 4.638-4.638-4.638c-.237-.238-.508-.305-.78-.305z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-          <path d="M-43.917 1244.362c-.54 0-1.083.542-1.083 1.083 0 .27.088.53.305.745l4.672 4.672-4.672 4.672c-.217.217-.305.475-.305.745 0 .54.542 1.082 1.083 1.082.27 0 .542-.067.78-.304l4.637-4.638 4.638 4.638c.237.237.508.304.78.304.54 0 1.082-.542 1.082-1.083 0-.27-.088-.53-.305-.746l-4.672-4.672 4.672-4.672c.217-.216.305-.475.305-.745 0-.54-.542-1.083-1.083-1.083-.27 0-.542.067-.78.305l-4.637 4.638-4.638-4.638c-.237-.238-.508-.305-.78-.305z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M-48 1242.362h18v18h-18z"/>
-      </g>
-      <g color="#000">
-        <g font-family="Sans">
-          <path d="M-27.5 1243.362c-.25 0-.5.25-.5.5 0 .125.04.244.14.344l3.657 3.656-3.656 3.656c-.1.1-.14.22-.14.344 0 .25.25.5.5.5.125 0 .25-.03.36-.14l3.64-3.64 3.64 3.64c.11.11.235.14.36.14.25 0 .5-.25.5-.5 0-.124-.04-.244-.14-.344l-3.657-3.656 3.656-3.656c.1-.1.14-.22.14-.344 0-.25-.25-.5-.5-.5-.125 0-.25.03-.36.14l-3.64 3.642-3.64-3.64c-.11-.11-.235-.142-.36-.142z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-          <path d="M-27.5 1243.362c-.25 0-.5.25-.5.5 0 .125.04.244.14.344l3.657 3.656-3.656 3.656c-.1.1-.14.22-.14.344 0 .25.25.5.5.5.125 0 .25-.03.36-.14l3.64-3.64 3.64 3.64c.11.11.235.14.36.14.25 0 .5-.25.5-.5 0-.124-.04-.244-.14-.344l-3.657-3.656 3.656-3.656c.1-.1.14-.22.14-.344 0-.25-.25-.5-.5-.5-.125 0-.25.03-.36.14l-3.64 3.642-3.64-3.64c-.11-.11-.235-.142-.36-.142z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M-30 1242.362h12v12h-12z"/>
-      </g>
-      <g transform="translate(-174 965)" color="#000">
-        <path d="M114.493 304.362c-3.23 0-6.5 3-6.5 6.5s5 9.5 6.5 11.5c1.5-2 6.5-8 6.5-11.5s-3.27-6.5-6.5-6.5zm0 2c2.51 0 4.5 1.778 4.5 4.5s-3.333 6.945-4.5 8.5c-1.167-1.555-4.5-5.778-4.5-8.5 0-2.722 1.99-4.5 4.5-4.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-        <path d="M114.493 304.362c-3.23 0-6.5 3-6.5 6.5s5 9.5 6.5 11.5c1.5-2 6.5-8 6.5-11.5s-3.27-6.5-6.5-6.5zm0 2c2.51 0 4.5 1.778 4.5 4.5s-3.333 6.945-4.5 8.5c-1.167-1.555-4.5-5.778-4.5-8.5 0-2.722 1.99-4.5 4.5-4.5z" fill="#444" overflow="visible"/>
-      </g>
-      <path opacity=".5" color="#000" fill="none" overflow="visible" d="M-72 1266.362h24v24h-24z"/>
-      <g color="#000">
-        <path d="M-38.5 1268.362c-2.332 0-4.5 2-4.5 4.5 0 2.528 3.417 7.056 4.5 8.5 1.083-1.444 4.5-5.972 4.5-8.5 0-2.5-2.168-4.5-4.5-4.5zm0 1.5c1.5 0 3 1.25 3 3 0 2-2.25 5-3 6-.75-1-3-4-3-6 0-1.75 1.5-3 3-3z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-        <path d="M-38.5 1268.362c-2.332 0-4.5 2-4.5 4.5 0 2.528 3.417 7.056 4.5 8.5 1.083-1.444 4.5-5.972 4.5-8.5 0-2.5-2.168-4.5-4.5-4.5zm0 1.5c1.5 0 3 1.25 3 3 0 2-2.25 5-3 6-.75-1-3-4-3-6 0-1.75 1.5-3 3-3z" fill="#444" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M-48 1266.362h18v18h-18z"/>
-      </g>
-      <g color="#000">
-        <path d="M-23.5 1267.362c-1.614 0-3.5 1-3.5 3.5 0 1.75 2.75 5.5 3.5 6.5.75-1 3.5-4.75 3.5-6.5 0-2.5-1.886-3.5-3.5-3.5zm0 1c1.256 0 2.5 1 2.5 2.5 0 1.36-1.917 4.222-2.5 5-.583-.778-2.5-3.64-2.5-5 0-1.5 1.244-2.5 2.5-2.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-        <path d="M-23.5 1267.362c-1.614 0-3.5 1-3.5 3.5 0 1.75 2.75 5.5 3.5 6.5.75-1 3.5-4.75 3.5-6.5 0-2.5-1.886-3.5-3.5-3.5zm0 1c1.256 0 2.5 1 2.5 2.5 0 1.36-1.917 4.222-2.5 5-.583-.778-2.5-3.64-2.5-5 0-1.5 1.244-2.5 2.5-2.5z" fill="#444" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M-30 1266.362h12v12h-12z"/>
-      </g>
-      <g transform="translate(0 33)">
-        <path d="M-53 1266.862c0 3.5-5 9.5-6.5 11.5-1.5-2-6.5-8-6.5-11.5s3.27-6.5 6.5-6.5 6.5 3 6.5 6.5z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-        <path d="M-53 1266.862c0 3.5-5 9.5-6.5 11.5-1.5-2-6.5-8-6.5-11.5s3.27-6.5 6.5-6.5 6.5 3 6.5 6.5z" color="#000" fill="#444" overflow="visible"/>
-      </g>
-      <path opacity=".5" color="#000" fill="none" overflow="visible" d="M-72 1290.362h24v24h-24z"/>
-      <path d="M-38.5 1292.362c-2.332 0-4.5 2-4.5 4.5 0 2.528 3.417 7.056 4.5 8.5 1.083-1.444 4.5-5.972 4.5-8.5 0-2.5-2.168-4.5-4.5-4.5z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path opacity=".5" color="#000" fill="none" overflow="visible" d="M-48 1290.362h18v18h-18z"/>
-      <path d="M-38.5 1292.362c-2.332 0-4.5 2-4.5 4.5 0 2.528 3.417 7.056 4.5 8.5 1.083-1.444 4.5-5.972 4.5-8.5 0-2.5-2.168-4.5-4.5-4.5z" color="#000" fill="#444" overflow="visible"/>
-      <g transform="translate(0 24)" color="#000">
-        <path d="M18.5 1053.362c-.83 0-1.5.67-1.5 1.5v3.5h-5v3h5v10h3v-10h5v-3h-5v-3.5c0-.83-.67-1.5-1.5-1.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path d="M18.5 1053.362c-.83 0-1.5.67-1.5 1.5v3.5h-5v3h5v10h3v-10h5v-3h-5v-3.5c0-.83-.67-1.5-1.5-1.5z" fill="#444" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M6 1050.362h24v24H6z"/>
-      </g>
-      <g transform="translate(0 24)" color="#000">
-        <g transform="translate(1)">
-          <path d="M38 1051.362c-.74 0-1 .762-1 1.5v2.5h-4v2h4v9h2v-9h4v-2h-4v-2.5c0-.738-.26-1.5-1-1.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-          <path d="M38 1051.362c-.74 0-1 .762-1 1.5v2.5h-4v2h4v9h2v-9h4v-2h-4v-2.5c0-.738-.26-1.5-1-1.5z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M30 1050.362h18v18H30z"/>
-      </g>
-      <g transform="translate(0 24)" color="#000">
-        <path d="M54.25 1051.362c-.462 0-.745.372-.75.833v2.167h-3v1.5h3v5.5H55v-5.5h3v-1.5h-3v-2.166c0-.462-.288-.833-.75-.833z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-        <path d="M54.25 1051.362c-.462 0-.745.372-.75.833v2.167h-3v1.5h3v5.5H55v-5.5h3v-1.5h-3v-2.166c0-.462-.288-.833-.75-.833z" fill="#444" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M48 1050.362h12v12H48z"/>
-      </g>
-      <g transform="translate(0 24)" color="#000">
-        <path d="M18.5 1077.362c-4.694 0-8.5 3.806-8.5 8.5 0 4.695 3.806 8.5 8.5 8.5 2.625 0 4.972-1.193 6.53-3.062-1.018.663-2.224 1.062-3.53 1.062-3.59 0-6.5-2.91-6.5-6.5s2.91-6.5 6.5-6.5c1.306 0 2.512.4 3.53 1.063-1.558-1.87-3.905-3.063-6.53-3.063zm5 4l-1 3H19l3 2-1.5 3.5 3-2 3 2-1.5-3.5 3-2h-3.5l-1-3z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-        <path d="M18.5 1077.362c-4.694 0-8.5 3.806-8.5 8.5 0 4.695 3.806 8.5 8.5 8.5 2.625 0 4.972-1.193 6.53-3.062-1.018.663-2.224 1.062-3.53 1.062-3.59 0-6.5-2.91-6.5-6.5s2.91-6.5 6.5-6.5c1.306 0 2.512.4 3.53 1.063-1.558-1.87-3.905-3.063-6.53-3.063zm5 4l-1 3H19l3 2-1.5 3.5 3-2 3 2-1.5-3.5 3-2h-3.5l-1-3z" fill="#444" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M6 1074.362h24v24H6z"/>
-      </g>
-      <g transform="translate(0 24)" color="#000">
-        <path d="M40 1077.362c-3.39 0-6 2.61-6 6s2.61 6 6 6c1.896 0 3.874-.65 5-2-.736.48-2.057 1-3 1-2.593 0-4.528-2.546-4.528-5.14 0-2.59 1.935-4.86 4.528-4.86.943 0 2.264.52 3 1-1.126-1.35-3.104-2-5-2zm3.61 2.61l-.72 2.39H40l2.528 1.222-1.528 2.778 2.61-1.694 2.39 1.694-1.306-2.778 2.306-1.222h-2.667z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-        <path d="M40 1077.362c-3.39 0-6 2.61-6 6s2.61 6 6 6c1.896 0 3.874-.65 5-2-.736.48-2.057 1-3 1-2.593 0-4.528-2.546-4.528-5.14 0-2.59 1.935-4.86 4.528-4.86.943 0 2.264.52 3 1-1.126-1.35-3.104-2-5-2zm3.61 2.61l-.72 2.39H40l2.528 1.222-1.528 2.778 2.61-1.694 2.39 1.694-1.306-2.778 2.306-1.222h-2.667z" fill="#444" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M30 1074.362h18v18H30z"/>
-      </g>
-      <g transform="translate(0 24)" color="#000">
-        <path d="M54 1076.362c-2.21 0-4 1.79-4 4s1.79 4 4 4c.715 0 1.388-.202 1.97-.53-.153.02-.313.03-.47.03-1.933 0-3.5-1.567-3.5-3.5s1.567-3.5 3.5-3.5c.157 0 .317.01.47.03-.658-.373-1.216-.53-1.97-.53zm3 1.5l-1 1.5h-1l1 1.5-.5 1.5 1.5-1 1.5 1-.5-1.5 1-1.5h-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-        <path d="M54 1076.362c-2.21 0-4 1.79-4 4s1.79 4 4 4c.715 0 1.388-.202 1.97-.53-.153.02-.313.03-.47.03-1.933 0-3.5-1.567-3.5-3.5s1.567-3.5 3.5-3.5c.157 0 .317.01.47.03-.658-.373-1.216-.53-1.97-.53zm3 1.5l-1 1.5h-1l1 1.5-.5 1.5 1.5-1 1.5 1-.5-1.5 1-1.5h-1z" fill="#444" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M48 1074.362h12v12H48z"/>
-      </g>
-      <g transform="translate(0 -48)">
-        <path d="M18.5 1101.362l-3 4h-5l3 5-3 5h5l3 4 3-4h5l-3-5 3-5h-5z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-        <path d="M18.5 1101.362l-3 4h-5l3 5-3 5h5l3 4 3-4h5l-3-5 3-5h-5z" fill="#444"/>
-        <path opacity=".5" color="#000" fill="none" overflow="visible" d="M6 1098.362h24v24H6z"/>
-      </g>
-      <g transform="translate(0 -48)">
-        <path d="M39.5 1099.362l-2.5 3h-4l2.5 4.5-2.5 4.5h4l2.5 3 2.5-3h4l-2.5-4.5 2.5-4.5h-4l-2.5-3z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-        <path d="M39.5 1099.362l-2.5 3h-4l2.5 4.5-2.5 4.5h4l2.5 3 2.5-3h4l-2.5-4.5 2.5-4.5h-4l-2.5-3z" fill="#444"/>
-        <path opacity=".5" color="#000" fill="none" overflow="visible" d="M30 1098.362h18v18H30z"/>
-      </g>
-      <g transform="translate(0 -48)">
-        <path d="M54.5 1099.362l-1.5 2h-3l2 2.5-2 2.5h3l1.5 2 1.5-2h3l-2-2.5 2-2.5h-3z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-        <path d="M54.5 1099.362l-1.5 2h-3l2 2.5-2 2.5h3l1.5 2 1.5-2h3l-2-2.5 2-2.5h-3z" fill="#444"/>
-        <path opacity=".5" color="#000" fill="none" overflow="visible" d="M48 1098.362h12v12H48z"/>
-      </g>
-      <g color="#000">
-        <path d="M18.5 1126.362c-3.074 0-4.5 2-4.5 5v9c-.5 0-1 .5-1 1v1h11v-1c0-.5-.5-1-1-1v-9c0-3-1.5-5-4.5-5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-        <path d="M18.5 1126.362c-3.074 0-4.5 2-4.5 5v9c-.5 0-1 .5-1 1v1h11v-1c0-.5-.5-1-1-1v-9c0-3-1.5-5-4.5-5z" fill="#444" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M6 1122.362h24v24H6z"/>
-      </g>
-      <g color="#000">
-        <path d="M39.5 1124.362c-2.61 0-3.5 1.875-3.5 4.5v6.5c-.435 0-1 .688-1 1.125v.875h9v-.875c0-.437-.565-1.125-1-1.125v-6.501c0-2.625-.89-4.5-3.5-4.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-        <path d="M39.5 1124.362c-2.61 0-3.5 1.875-3.5 4.5v6.5c-.435 0-1 .688-1 1.125v.875h9v-.875c0-.437-.565-1.125-1-1.125v-6.5c0-2.625-.89-4.5-3.5-4.5z" fill="#444" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M30 1122.362h18v18H30z"/>
-      </g>
-      <g color="#000">
-        <path d="M54.5 1124.362c-1.865 0-2.5 1.286-2.5 2.786v3.714c-.5 0-1 .5-1 1v.5h7v-.5c0-.5-.5-1-1-1v-3.5c0-1.714-.635-3-2.5-3z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-        <path d="M54.5 1124.362c-1.865 0-2.5 1.286-2.5 2.786v3.714c-.5 0-1 .5-1 1v.5h7v-.5c0-.5-.5-1-1-1v-3.5c0-1.714-.635-3-2.5-3z" fill="#444" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M48 1122.362h12v12H48z"/>
-      </g>
-      <g color="#000" transform="translate(162 23)">
-        <path d="M12.5 1030.362l-5.5 5h3l-4 4h3l-3 4h5v4c0 .554.446 1 1 1h1c.554 0 1-.446 1-1v-4h5l-3-4h3l-4-4h3l-5.5-5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path d="M12.5 1030.362l-5.5 5h3l-4 4h3l-3 4h5v4c0 .554.446 1 1 1h1c.554 0 1-.446 1-1v-4h5l-3-4h3l-1-1-3-3h3z" fill="#444" overflow="visible"/>
-      </g>
-      <path opacity=".5" color="#000" fill="none" overflow="visible" d="M162 1050.362h24v24h-24z"/>
-      <g color="#000">
-        <path d="M195.5 1052.362l-4 4h2.5l-3 3h2.5l-2.5 3h4v3h1v-3h4l-2.5-3h2.5l-3-3h2.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path d="M195.5 1052.362l-4 4h2.5l-3 3h2.5l-2.5 3h4v3h1v-3h4l-2.5-3h2.5l-3-3h2.5z" fill="#444" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M186 1050.362h18v18h-18z"/>
-      </g>
-      <g color="#000">
-        <g transform="translate(0 -2)">
-          <path d="M210.5 1053.362l-3 3h1.72l-2.22 2h2l-2 2h3v2h1v-2h3l-2-2h2l-2.22-2h1.72z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-          <path d="M210.5 1053.362l-3 3h1.72l-2.22 2h2l-2 2h3v2h1v-2h3l-2-2h2l-2.22-2h1.72z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M204 1050.362h12v12h-12z"/>
-      </g>
-      <g color="#000">
-        <g transform="translate(129)">
-          <path d="M52 1085.862c0-1.07-.68-1.987-1.625-2.344.395-.44.625-1.017.625-1.656 0-1.38-1.12-2.5-2.5-2.5-.197 0-.38.02-.563.062-.21-1.17-1.208-2.062-2.437-2.062-1.23 0-2.228.893-2.438 2.063-.183-.043-.365-.062-.562-.062-1.38 0-2.5 1.12-2.5 2.5 0 .64.23 1.214.625 1.656-.945.356-1.625 1.272-1.625 2.342 0 1.38 1 2.5 2.5 2.5h.5l2 3.5v3.5h3v-3.5l2-3.5.72-.014c1.28.014 2.28-1.18 2.28-2.486zm-8 2.5h3l-1 2h-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" overflow="visible"/>
-          <path d="M52 1085.862c0-1.07-.68-1.987-1.625-2.344.395-.44.625-1.017.625-1.656 0-1.38-1.12-2.5-2.5-2.5-.197 0-.38.02-.563.062-.21-1.17-1.208-2.062-2.437-2.062-1.23 0-2.228.893-2.438 2.063-.183-.043-.365-.062-.562-.062-1.38 0-2.5 1.12-2.5 2.5 0 .64.23 1.214.625 1.656-.945.356-1.625 1.272-1.625 2.342 0 1.38 1 2.5 2.5 2.5h.5l2 3.5v3.5h3v-3.5l2-3.5.72-.014c1.28.014 2.28-1.18 2.28-2.486zm-8 2.5h3l-1 2h-1z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M162 1074.362h24v24h-24z"/>
-      </g>
-      <g color="#000">
-        <path d="M200 1083.362c0-1-1-2-1.5-2 .307-.344.61-1.003.61-1.5 0-1.074-1.11-2-2.11-2 0-1-.5-1.5-1.5-1.5s-1.5.5-1.5 1.5c-1 0-2.11.927-2.11 2 0 .498.303 1.157.61 1.5-.5 0-1.5 1-1.5 2s.5 2.056 2.056 2.056h.388l.056.944 1.5 1.5v2.5h1v-2.5l1.5-1.5.055-.944.56-.012c1.385-.044 1.885-1.044 1.885-2.044zm-5.5 2h2v.5l-1 1-1-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path d="M200 1083.362c0-1-1-2-1.5-2 .307-.344.61-1.003.61-1.5 0-1.074-1.11-2-2.11-2 0-1-.5-1.5-1.5-1.5s-1.5.5-1.5 1.5c-1 0-2.11.927-2.11 2 0 .498.303 1.157.61 1.5-.5 0-1.5 1-1.5 2s.5 2.056 2.056 2.056h.388l.056.944 1.5 1.5v2.5h1v-2.5l1.5-1.5.055-.944.56-.012c1.385-.044 1.885-1.044 1.885-2.044zm-5.5 2h2v.5l-1 1-1-1z" fill="#444" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M186 1074.362h18v18h-18z"/>
-      </g>
-      <g color="#000">
-        <g transform="translate(-1 -1)">
-          <path d="M210.844 1076.362c-.563.047-.844.75-.844 1.5-1-.5-1.5-.25-1.5.75s1 1.25 1 1.25-1.5-.246-1.5 1.25c0 .69.81 1.25 1.5 1.25v1h1.5v3h1v-3h1.5v-1c1 0 1.5-.597 1.5-1.25 0-1.496-1.5-1.25-1.5-1.25s1-.25 1-1.25-1-1.25-1.5-.75c0-1-.5-1.5-1.5-1.5-.25 0-.47-.016-.656 0zm-.344 6h2l-.5 1h-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-          <path d="M210.844 1076.362c-.563.047-.844.75-.844 1.5-1-.5-1.5-.25-1.5.75s1 1.25 1 1.25-1.5-.246-1.5 1.25c0 .69.81 1.25 1.5 1.25v1h1.5v3h1v-3h1.5v-1c1 0 1.5-.597 1.5-1.25 0-1.496-1.5-1.25-1.5-1.25s1-.25 1-1.25-1-1.25-1.5-.75c0-1-.5-1.5-1.5-1.5-.25 0-.47-.016-.656 0zm-.344 6h2l-.5 1h-1z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M204 1074.362h12v12h-12z"/>
-      </g>
-      <g transform="translate(0 24)" color="#000">
-        <g transform="translate(162 94)">
-          <path d="M6 1010.362c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2zm3 2c0 1.657-1.343 3-3 3H4.5c-.253 0-.5 0-.5.5v1c0 .5.39.5.5.5H21v-2c0-1 0-3-5-3zm-4 6c-.5 0-1 .5-1 1v3c0 .5.5 1 1 1s1-.5 1-1v-2h13v2c0 .5.5 1 1 1s1-.5 1-1v-3c0-.5-.5-1-1-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-          <path d="M6 1010.362c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2zm3 2c0 1.657-1.343 3-3 3H4.5c-.253 0-.5 0-.5.5v1c0 .5.39.5.5.5H21v-2c0-1 0-3-5-3zm-4 6c-.5 0-1 .5-1 1v3c0 .5.5 1 1 1s1-.5 1-1v-2h13v2c0 .5.5 1 1 1s1-.5 1-1v-3c0-.5-.5-1-1-1z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M162 1098.362h24v24h-24z"/>
-      </g>
-      <g transform="translate(0 24)" color="#000">
-        <path d="M190.5 1102.112c-.828 0-1.5.672-1.5 1.5 0 .83.672 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.828-.672-1.5-1.5-1.5zm2.5 1.25c0 2-1 3-2.5 3h-1c-.5 0-.5.5-.5.5s0 .5.5.5H202v-1.75c0-.75 0-2.25-3.75-2.25zm-3.25 5c-.375 0-.75.375-.75.75v1.5c0 .375.375.75.75.75s.75-.375.75-.75v-1.25h10v1.25c0 .375.375.75.75.75s.75-.375.75-.75v-1.5c0-.375-.375-.75-.75-.75z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path d="M190.5 1102.112c-.828 0-1.5.672-1.5 1.5 0 .83.672 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.828-.672-1.5-1.5-1.5zm2.5 1.25c0 2-1 3-2.5 3h-1c-.5 0-.5.5-.5.5s0 .5.5.5H202v-1.75c0-.75 0-2.25-3.75-2.25zm-3.25 5c-.375 0-.75.375-.75.75v1.5c0 .375.375.75.75.75s.75-.375.75-.75v-1.25h10v1.25c0 .375.375.75.75.75s.75-.375.75-.75v-1.5c0-.375-.375-.75-.75-.75z" fill="#444" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M186 1098.362h18v18h-18z"/>
-      </g>
-      <g transform="translate(0 24)" color="#000">
-        <path d="M207 1100.362c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1zm2 1c0 1-.5 2-2 2h-.75c-.126 0-.25 0-.25.25v.5c0 .25.194.25.25.25H215v-1.5c0-.5 0-1.5-2.5-1.5zm-2.5 4c-.25 0-.5.25-.5.5v1c0 .25.25.5.5.5s.5-.25.5-.5v-.5h7v.5c0 .25.25.5.5.5s.5-.25.5-.5v-1c0-.25-.25-.5-.5-.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path d="M207 1100.362c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1zm2 1c0 1-.5 2-2 2h-.75c-.126 0-.25 0-.25.25v.5c0 .25.194.25.25.25H215v-1.5c0-.5 0-1.5-2.5-1.5zm-2.5 4c-.25 0-.5.25-.5.5v1c0 .25.25.5.5.5s.5-.25.5-.5v-.5h7v.5c0 .25.25.5.5.5s.5-.25.5-.5v-1c0-.25-.25-.5-.5-.5z" fill="#444" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M204 1098.362h12v12h-12z"/>
-      </g>
-      <g transform="translate(0 -24)" color="#000">
-        <g transform="translate(0 -1)">
-          <path d="M174.5 1126.362l-6.5 5h13zm-5.5 6c-.554 0-.922.452-1 1v7l-1.75 3c-.148.254-.25.357-.25.5 0 .5.632.5 1 .5h15c.355 0 1 0 1-.5 0-.146-.087-.22-.25-.5l-1.75-3v-7c0-.554-.446-1-1-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-          <path d="M174.5 1126.362l-6.5 5h13zm-5.5 6c-.554 0-.922.452-1 1v7l-1.75 3c-.148.254-.25.357-.25.5 0 .5.632.5 1 .5h15c.355 0 1 0 1-.5 0-.146-.087-.22-.25-.5l-1.75-3v-7c0-.554-.446-1-1-1zm2 2h1.5c.5 0 1 1 1 1l1 2.5 1-2.5c.223-.558.5-1 1-1h1.5c.554 0 1 .446 1 1v5c0 .5-.5 1-1 1s-1-.5-1-1v-4l-1.5 3s-.5 1-1 1-1-1-1-1l-1.5-3v4c0 .5-.5 1-1 1s-1-.5-1-1v-5c0-.554.446-1 1-1z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M162 1122.362h24v24h-24z"/>
-      </g>
-      <g transform="translate(0 -24)" color="#000">
-        <g transform="translate(-1 -1)">
-          <path d="M201 1129.362l-4.5-3-4.5 3v7l-1 1.5c0 .36.234.5.5.5h10c.256 0 .5-.14.5-.5l-1-1.5v-5.055z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-          <path d="M196.5 1126.362l-4.5 3h9zm-3.5 4c-.5 0-1 .5-1 .945v5.055l-1 1.5c0 .36.234.5.5.5h10c.256 0 .5-.14.5-.5l-1-1.5v-5.055c0-.445-.5-.945-1-.945zm2 1.5c.5 0 .5 0 1 1l.5 1 .5-1c.5-1 .5-1 1-1s1 .5 1 1v3.5c0 .36-.14.5-.5.5s-.5-.14-.5-.5v-2.89l-1 1.89c-.265.5-.735.5-1 0l-1-1.89v2.89c0 .36-.14.5-.5.5s-.5-.14-.5-.5v-3.5c0-.5.5-1 1-1z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M186 1122.362h18v18h-18z"/>
-      </g>
-      <g transform="translate(0 -24)" color="#000">
-        <g transform="translate(1)">
-          <path d="M213 1125.362l-3.5-2-3.5 2v6l-1 1h9l-1-1v-1zm-5.5 2h.75c.25 0 .5.5.5.5l.75 1.5.75-1.5c.134-.27.25-.5.5-.5h.75c.277 0 .5.223.5.5v2.5c0 .25-.25.5-.5.5s-.5-.25-.5-.5v-2l-.75 1.5c-.12.24-.25.5-.75.5s-.63-.26-.75-.5l-.75-1.5v2c0 .25-.25.5-.5.5s-.5-.25-.5-.5v-2.5c0-.277.223-.5.5-.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-          <path d="M209.5 1123.362l-3.5 2h7zm-3 3c-.277 0-.5.223-.5.5v4.5l-1 1h9l-1-1v-4.5c0-.277-.223-.5-.5-.5zm1 1h.75c.25 0 .5.5.5.5l.75 1.5.75-1.5c.134-.27.25-.5.5-.5h.75c.277 0 .5.223.5.5v2.5c0 .25-.25.5-.5.5s-.5-.25-.5-.5v-2l-.75 1.5c-.12.24-.25.5-.75.5s-.63-.26-.75-.5l-.75-1.5v2c0 .25-.25.5-.5.5s-.5-.25-.5-.5v-2.5c0-.277.223-.5.5-.5z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M204 1122.362h12v12h-12z"/>
-      </g>
-      <g color="#000">
-        <g transform="translate(0 1)">
-          <path d="M174.5 1147.362s-2.59 2.004-2.5 3v11h-2c-.554 0-1 .446-1 1v2h-1c-.554 0-1 .446-1 1v1h15v-1c0-.554-.446-1-1-1h-1v-2c0-.554-.446-1-1-1h-2v-11c0-1-2.5-3-2.5-3z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-          <path d="M174.5 1147.362s-2.59 2.004-2.5 3v11h-2c-.554 0-1 .446-1 1v2h-1c-.554 0-1 .446-1 1v1h15v-1c0-.554-.446-1-1-1h-1v-2c0-.554-.446-1-1-1h-2v-11c0-1-2.5-3-2.5-3z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M162 1146.362h24v24h-24z"/>
-      </g>
-      <g color="#000">
-        <path d="M195.444 1148.362s-1.444 1.722-1.444 2.5v7.5h-1c-.43 0-1 .514-1 .945v1.555h-1c-.5 0-1 .5-1 1v.5h11v-.5c0-.5-.5-1-1-1h-1v-1.5c0-.5-.5-1-1-1h-1v-7.5c0-.778-1.556-2.5-1.556-2.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path d="M195.444 1148.362s-1.444 1.722-1.444 2.5v7.5h-1c-.43 0-1 .514-1 .945v1.555h-1c-.5 0-1 .5-1 1v.5h11v-.5c0-.5-.5-1-1-1h-1v-1.5c0-.5-.5-1-1-1h-1v-7.5c0-.778-1.556-2.5-1.556-2.5z" fill="#444" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M186 1146.362h18v18h-18z"/>
-      </g>
-      <g color="#000">
-        <path d="M210.5 1147.362s-1.5 1.5-1.5 2v4h-.5c-.277 0-.464.226-.5.5v1.5h-.5c-.277 0-.5.223-.5.5v.5h7v-.5c0-.277-.223-.5-.5-.5h-.5v-1.5c0-.277-.223-.5-.5-.5h-.5v-4c0-.5-1.5-2-1.5-2z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path d="M210.5 1147.362s-1.5 1.5-1.5 2v4h-.5c-.277 0-.464.226-.5.5v1.5h-.5c-.277 0-.5.223-.5.5v.5h7v-.5c0-.277-.223-.5-.5-.5h-.5v-1.5c0-.277-.223-.5-.5-.5h-.5v-4c0-.5-1.5-2-1.5-2z" fill="#444" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M204 1146.362h12v12h-12z"/>
-      </g>
-      <g transform="translate(162 165)">
-        <path d="M17 1007.362c-2 3-3.784 5.005-6 7-2.117 1.906-6 1.252-6 4v1c0 1 1 1.952 1 3v1c0 1.5-.5 1.5-1 3h1l2-3v3h1v-6h2v6h1v-4.5l1 1.5 1 3h1l-1.53-6.28c.588-.36.53-1.026.53-1.72v-3l4-5.5 1.437.446c.3.093.563.055.563-.196 0-.5-.327-.61-.5-.75z" opacity=".3" color="#000" fill="#444" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path d="M17 1007.362c-2 3-3.784 5.005-6 7-2.117 1.906-6 1.25-6 4v1c0 1 1 1.952 1 3v1c0 1.5-.5 1.5-1 3h1l2-3v3h1v-6h2v6h1v-4.5l1 1.5 1 3h1l-1.53-6.28c.588-.36.53-1.026.53-1.72v-3l4-5.5 1.437.445c.3.093.563.055.563-.195 0-.5-.327-.61-.5-.75z" color="#000" fill="#444" overflow="visible"/>
-      </g>
-      <path opacity=".5" color="#000" fill="none" overflow="visible" d="M162 1170.362h24v24h-24z"/>
-      <g color="#000">
-        <g fill="#444">
-          <path d="M199 1172.362c-1.333 2-1.523 3.67-3 5-1.41 1.27-4 .834-4 2.667v.666c0 .666.667 1.3.667 2v.666c0 1-.334 1-.667 2h.667l1.333-2v2h1v-4h1v4h1v-3l1 3h.667l-1.02-4.187c.392-.24.353-.683.353-1.146v-2l1.5-3.668 1.5.5v-.5l-.333-.333z" opacity=".3" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-          <path d="M199 1172.362c-1.333 2-1.523 3.67-3 5-1.41 1.27-4 .834-4 2.667v.666c0 .666.667 1.3.667 2v.666c0 1-.334 1-.667 2h.667l1.333-2v2h1v-4h1v4h1v-3l1 3h.667l-1.02-4.187c.392-.24.353-.683.353-1.146v-2l1.5-3.668 1.5.5v-.5l-.333-.333z" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M186 1170.362h18v18h-18z"/>
-      </g>
-      <path d="M212.5 1171.362c-1 1.5-.892 3.003-2 4-1.058.953-3.5.626-3.5 2v.5c0 .5.5.976.5 1.5v.5c0 .75-.25.75-.5 1.5h.5l1-1.5v1.5h.5v-3h1v3h.5v-2.5h1l.5 2.5h.5l-.5-4v-1.5l1-3.5h1v-1z" opacity=".3" color="#000" fill="#444" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M212.5 1171.362c-1 1.5-.892 3.003-2 4-1.058.953-3.5.626-3.5 2v.5c0 .5.5.976.5 1.5v.5c0 .75-.25.75-.5 1.5h.5l1-1.5v1.5h.5v-3h1v3h.5v-2.5h1l.5 2.5h.5l-.5-4v-1.5l1-3.5h1v-1z" color="#000" fill="#444" overflow="visible"/>
-      <path opacity=".5" color="#000" fill="none" overflow="visible" d="M204 1170.362h12v12h-12z"/>
-      <g color="#000">
-        <path d="M170.3 1198.362c-.253 0-.3.56-.3 1v2c0 2.03 2 3.063 4 3v8c-1-2-4-5-7-4 0 0 2.5 6 7.5 6s7.5-6 7.5-6c-3-1-6 2-7 4v-8c2 .062 4-.97 4-3v-2c0-.44-.047-1-.3-1-.193 0-.426.226-.7.5l-1.5 1.5-1.5-1.687c-.157-.176-.247-.313-.5-.313s-.343.137-.5.313l-1.5 1.687-1.5-1.5c-.274-.274-.507-.5-.7-.5z" opacity=".3" fill="#444" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path d="M170.3 1198.362c-.253 0-.3.56-.3 1v2c0 2.03 2 3.063 4 3v8c-1-2-4-5-7-4 0 0 2.5 6 7.5 6s7.5-6 7.5-6c-3-1-6 2-7 4v-8c2 .062 4-.97 4-3v-2c0-.44-.047-1-.3-1-.193 0-.426.226-.7.5l-1.5 1.5-1.5-1.687c-.157-.176-.247-.313-.5-.313s-.343.137-.5.313l-1.5 1.687-1.5-1.5c-.274-.274-.507-.5-.7-.5z" fill="#444" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M162 1194.362h24v24h-24z"/>
-      </g>
-      <path d="M192 1196.362v2.5c0 1.65 1.375 2.55 3 2.5v6.5c-.813-1.625-2.5-3.5-5-2.5 0 0 1.5 4 5.5 4s5.5-4 5.5-4c-2.5-1-4.188.875-5 2.5v-6.5c1.625.05 3-.85 3-2.5v-2.5l-2 2-1.5-2-1.5 2z" opacity=".3" color="#000" fill="#444" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <g transform="translate(-123.5 911)">
-        <path d="M315.493 285.39v2.5c0 1.65 1.375 2.55 3 2.5v6.5c-.812-1.625-2.5-3.5-5-2.5 0 0 1.5 4 5.5 4s5.5-4 5.5-4c-2.5-1-4.187.875-5 2.5v-6.5c1.625.05 3-.85 3-2.5v-2.5l-2 2-1.5-2-1.5 2z" color="#000" fill="#444" overflow="visible"/>
-      </g>
-      <path opacity=".5" color="#000" fill="none" overflow="visible" d="M186 1194.362h18v18h-18z"/>
-      <g color="#000">
-        <g fill="#444">
-          <path d="M208 1195.362v2c0 .867.935 1.754 2 1.97v4.03c-.5-1-1.5-2-3-1 0 0 1 2 3.5 2s3.5-2 3.5-2c-1.5-1-2.5 0-3 1v-4.03c1.065-.216 2-1.103 2-1.97v-2l-1.563 1.25-.937-1.25-.938 1.25-1.562-1.25z" opacity=".3" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-          <path d="M208 1195.362v2c0 .867.935 1.754 2 1.97v4.03c-.5-1-1.5-2-3-1 0 0 1 2 3.5 2s3.5-2 3.5-2c-1.5-1-2.5 0-3 1v-4.03c1.065-.216 2-1.103 2-1.97v-2l-1.563 1.25-.937-1.25-.938 1.25-1.562-1.25z" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M204 1194.362h12v12h-12z"/>
-      </g>
-      <g color="#000">
-        <g transform="translate(162 213)" font-family="Sans">
-          <path d="M12.5 1009.362c-.5 0-.726.24-.875.5l-6.22 11.5H4.063c-.586 0-1.062.446-1.062 1s.476 1 1.063 1h16.875c.586 0 1.062-.446 1.062-1s-.476-1-1.063-1h-1.343l-6.22-11.5c-.148-.26-.374-.5-.874-.5zm0 5l3.5 7H9z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-          <path d="M12.5 1009.362c-.5 0-.726.24-.875.5l-6.22 11.5H4.063c-.586 0-1.062.446-1.062 1s.476 1 1.063 1h16.875c.586 0 1.062-.446 1.062-1s-.476-1-1.063-1h-1.343l-6.22-11.5c-.148-.26-.374-.5-.874-.5zm0 5l3.5 7H9z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M162 1218.362h24v24h-24z"/>
-      </g>
-      <g color="#000">
-        <g transform="translate(-1 -3)" font-family="Sans">
-          <path d="M196.5 1225.363c-.36 0-.524.172-.632.36l-3.868 8.14h-1.5c-.5 0-.5.777-.5.777s0 .722.5.722h12c.5 0 .5-.722.5-.722s0-.778-.5-.778H201l-3.868-8.14c-.108-.187-.27-.36-.632-.36z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-          <path d="M196.5 1225.363c-.36 0-.524.172-.632.36l-3.868 8.14h-1.5c-.5 0-.5.777-.5.777s0 .722.5.722h12c.5 0 .5-.722.5-.722s0-.778-.5-.778H201l-3.868-8.14c-.108-.187-.27-.36-.632-.36zm0 3l2.5 5.5h-5z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M186 1218.362h18v18h-18z"/>
-      </g>
-      <g color="#000">
-        <g transform="translate(-1 -1)" font-family="Sans">
-          <path d="M211.53 1221.362c-.25 0-.362.12-.436.25l-2.86 5.75h-.734c-.293 0-.5.223-.5.5s.207.5.5.5H215.47c.292 0 .53-.223.53-.5s-.238-.5-.53-.5h-.642l-2.86-5.75c-.074-.13-.187-.25-.437-.25z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-          <path d="M211.53 1221.362c-.25 0-.362.12-.436.25l-2.86 5.75h-.734c-.293 0-.5.223-.5.5s.207.5.5.5H215.47c.292 0 .53-.223.53-.5s-.238-.5-.53-.5h-.642l-2.86-5.75c-.074-.13-.187-.25-.437-.25zm0 2.5l1.5 3.5h-3z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M204 1218.362h12v12h-12z"/>
-      </g>
-      <g transform="translate(78)">
-        <path d="M254.75 1053.362c-.97 0-1.75.78-1.75 1.75s.78 1.75 1.75 1.75 1.75-.78 1.75-1.75-.78-1.75-1.75-1.75zm-8 2c-.97 0-1.75.78-1.75 1.75s.78 1.75 1.75 1.75 1.75-.78 1.75-1.75-.78-1.75-1.75-1.75zm9.25 2c-.373 0-.986.135-1.5.5l-3.25 2.313c-.882.627-.073 1.732.75 1.187l2.125-1.406s1.4 3.004.875 4.406c-.018.047-.033.09-.03.125l-2.19 5.813c-.25.67.233 1.07.72 1.062.32 0 .625-.193.78-.562l2.72-6.438s.5 3 2.5 3h2.75c.75 0 .75-.75.75-.75s0-.75-.75-.75H260c-1.067 0-1-1.602-1-2.5 0-1.5-1-4-1-4l3 2c.906.604 1.692-.466.813-1.125l-3.313-2.375c-.604-.43-.797-.5-1.5-.5h-1zm-10.5 2c-.5 0-.736.237-1 .5l-2.125 2.125c-.274.274-.375.52-.375.875 0 .5.764.736 1.188.313l1.812-1.813c1 0 1.375 2.5 1 3.5l-1.5 4c-.415 1.108 1.144 1.45 1.5.5l1.5-4s.5 1 1.5 1h3c1 0 1-1.5 0-1.5h-2.5c-.5 0-.5-1-.5-1.5 0-2-1-4-2-4z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path d="M254.75 1053.362c-.97 0-1.75.78-1.75 1.75s.78 1.75 1.75 1.75 1.75-.78 1.75-1.75-.78-1.75-1.75-1.75zm-8 2c-.97 0-1.75.78-1.75 1.75s.78 1.75 1.75 1.75 1.75-.78 1.75-1.75-.78-1.75-1.75-1.75zm9.25 2c-.373 0-.986.135-1.5.5l-3.25 2.313c-.882.627-.073 1.732.75 1.187l2.125-1.406s1.4 3.004.875 4.406c-.018.047-.033.09-.03.125l-2.19 5.813c-.25.67.233 1.07.72 1.062.32-.004.625-.193.78-.562l2.72-6.438s.5 3 2.5 3h2.75c.75 0 .75-.75.75-.75s0-.75-.75-.75H260c-1.067 0-1-1.602-1-2.5 0-1.5-1-4-1-4l3 2c.906.604 1.692-.466.813-1.125l-3.313-2.375c-.604-.43-.797-.5-1.5-.5h-1zm-10.5 2c-.5 0-.736.237-1 .5l-2.125 2.125c-.274.274-.375.52-.375.875 0 .5.764.736 1.188.313l1.812-1.813c1 0 1.375 2.5 1 3.5l-1.5 4c-.415 1.108 1.144 1.45 1.5.5l1.5-4s.5 1 1.5 1h3c1 0 1-1.5 0-1.5h-2.5c-.5 0-.5-1-.5-1.5 0-2-1-4-2-4z" color="#000" fill="#444" overflow="visible"/>
-        <path opacity=".5" color="#000" fill="none" overflow="visible" d="M240 1050.362h24v24h-24z"/>
-      </g>
-      <g transform="translate(78)" color="#000">
-        <g transform="translate(0 -1)">
-          <path d="M274.75 1053.362c-.69 0-1.25.56-1.25 1.25s.56 1.25 1.25 1.25 1.25-.56 1.25-1.25-.56-1.25-1.25-1.25zm-5.688 1c-.69 0-1.25.56-1.25 1.25s.56 1.25 1.25 1.25 1.25-.56 1.25-1.25-.56-1.25-1.25-1.25zm6.688 2c-.28 0-.74.1-1.125.375l-2.438 1.75c-.66.47-.054 1.283.563.875l1.594-1.062s.436.356.656 1.062l-.03 1.844-1.626 4.344c-.188.502.166.817.53.812.24 0 .477-.16.595-.437l2.03-4.563s.375 2 1.875 2h2.125c.5 0 .5-.5.5-.5s0-.5-.5-.5h-2s-.5 0-.5-1c0-.704-.78-2.498-1-3v-.5l2.5 1.375c.68.453 1.284-.35.625-.844l-2.625-1.53c-.517-.29-1.082-.5-1.75-.5zm-7.125 1c-.375 0-.552.178-.75.375l-1.594 1.594c-.204.206-.28.39-.28.657 0 .375.558.567.875.25l1.375-1.375c.315 0 .75.04.75.5v2.125l-1.125 3c-.312.83.858 1.087 1.125.375l1.125-3s.375.5 1.125.5h2.188c.75 0 .75-1 0-1H271.5s-.5 0-.5-.5v-.75c0-1.5-.5-2.75-1.25-2.75h-1.125z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-          <path d="M274.75 1053.362c-.69 0-1.25.56-1.25 1.25s.56 1.25 1.25 1.25 1.25-.56 1.25-1.25-.56-1.25-1.25-1.25zm-5.688 1c-.69 0-1.25.56-1.25 1.25s.56 1.25 1.25 1.25 1.25-.56 1.25-1.25-.56-1.25-1.25-1.25zm6.688 2c-.28 0-.74.1-1.125.375l-2.438 1.75c-.66.47-.054 1.283.563.875l1.594-1.062s.436.356.656 1.062l-.03 1.844-1.626 4.344c-.188.502.166.817.53.812.24 0 .477-.16.595-.437l2.03-4.563s.375 2 1.875 2h2.125c.5 0 .5-.5.5-.5s0-.5-.5-.5h-2s-.5 0-.5-1c0-.704-.78-2.498-1-3v-.5l2.5 1.375c.68.453 1.284-.35.625-.844l-2.625-1.53c-.517-.29-1.082-.5-1.75-.5zm-7.125 1c-.375 0-.552.178-.75.375l-1.594 1.594c-.204.206-.28.39-.28.657 0 .375.558.567.875.25l1.375-1.375c.315 0 .75.04.75.5v2.125l-1.125 3c-.312.83.858 1.087 1.125.375l1.125-3s.375.5 1.125.5h2.188c.75 0 .75-1 0-1H271.5s-.5 0-.5-.5v-.75c0-1.5-.5-2.75-1.25-2.75h-1.125z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M264 1050.362h18v18h-18z"/>
-      </g>
-      <g transform="translate(78)" color="#000">
-        <path d="M289 1051.862c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1zm-4 1c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1zm4.5 1.5h-.5l-2 1v1l2-1V1057.925l-1 3.437h1l1-3.5s.25 1.5 1.25 1.5H293v-.75h-1.5c-.534 0-.5-.8-.5-1.25 0-.75-.5-2-.5-2l1.5.938c.453.302.846-.233.406-.563l-1.656-1.125c-.302-.215-.398-.25-.75-.25zm-4.75 1c-.25 0-.368.118-.5.25l-1.063 1.063c-.136.137-.187.26-.187.437 0 .25.382.368.594.156l.906-.906h.5v1l-1 2.75c-.202.556.572.724.75.25l.505-1.3H288v-.7h-1.5v-2c0-.5-.5-1-1-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path d="M289 1051.862c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1zm-4 1c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1zm4.5 1.5h-.5l-2 1v1l2-1V1057.925l-1 3.437h1l1-3.5s.25 1.5 1.25 1.5H293v-.75h-1.5c-.534 0-.5-.8-.5-1.25 0-.75-.5-2-.5-2l1.5.938c.453.302.846-.233.406-.563l-1.656-1.125c-.302-.215-.398-.25-.75-.25zm-4.75 1c-.25 0-.368.118-.5.25l-1.063 1.063c-.136.137-.187.26-.187.437 0 .25.382.368.594.156l.906-.906h.5v1l-1 2.75c-.202.556.572.724.75.25l.505-1.3H288v-.7h-1.5v-2c0-.5-.5-1-1-1z" fill="#444" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M282 1050.362h12v12h-12z"/>
-      </g>
-      <g transform="translate(78)">
-        <g transform="translate(240 68)" color="#000">
-          <path d="M12.5 1011.362l-9.5 5 9.5 5 5.5-2.78v3.78c0 2 2 2 2 2v-1s-1-.057-1-1v-4.344l3-1.656zm-4.5 9v2c0 .497.325 1.163 1 1.5l3.5 1.5 3-1.5c.675-.337 1.547-1.005 1.5-1.5v-2l-4.5 2.188z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-          <path d="M12.5 1011.362l-9.5 5 9.5 5 5.5-2.78v3.78c0 2 2 2 2 2v-1s-1-.057-1-1v-4.344l3-1.656zm-4.5 9v2c0 .497.325 1.163 1 1.5l3.5 1.5 3-1.5c.675-.337 1.547-1.005 1.5-1.5v-2l-4.5 2.188z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" color="#000" fill="none" overflow="visible" d="M240 1074.362h24v24h-24z"/>
-      </g>
-      <g transform="translate(78)" color="#000">
-        <g transform="translate(-1)">
-          <path d="M274.5 1078.362l-6.5 3.5 6.5 3.5 4.5-2.344v3.563c0 1.782 1.5 1.532 1.5 1.532v-.75s-.78 0-.78-.78v-3.97l1.28-.75zm-3.5 6.5v1.438c0 .36.513.818 1 1.062l2.5 1 2.5-1c.487-.244 1-.704 1-1.062v-1.438l-3.5 1.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-          <path d="M274.5 1078.362l-6.5 3.5 6.5 3.5 4.5-2.344v3.563c0 1.782 1.5 1.532 1.5 1.532v-.75s-.78 0-.78-.78v-3.97l1.28-.75zm-3.5 6.5v1.438c0 .36.513.818 1 1.062l2.5 1 2.5-1c.487-.244 1-.704 1-1.062v-1.438l-3.5 1.5z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M264 1074.362h18v18h-18z"/>
-      </g>
-      <g transform="translate(78)" color="#000">
-        <g transform="translate(-1 -1)">
-          <path d="M289.5 1077.362l-4.5 2.5 4.5 2.5 2.5-1.5v1.25l-2.5 1.25-2.5-1.25v1.25l2.5 1.5 2.5-1.5c0 .5 1 .5 1 .5v-.5s-.5-.03-.5-.5v-2l1.5-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-          <path d="M289.5 1077.362l-4.5 2.5 4.5 2.5 2.5-1.5v1.25l-2.5 1.25-2.5-1.25v1.25l2.5 1.5 2.5-1.5c0 .5 1 .5 1 .5v-.5s-.5-.03-.5-.5v-2l1.5-1z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M282 1074.362h12v12h-12z"/>
-      </g>
-      <g transform="translate(78)">
-        <g transform="translate(0 2)">
-          <path d="M244 1101.362v10c3 3 7 2 7 4h1v-9c0-3-5-3-8-5zm17 0c-3 2-8 2-8 5v9h1c0-2 4-1 7-4z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-          <path d="M244 1101.362v10c3 3 7 2 7 4h1v-9c0-3-5-3-8-5zm17 0c-3 2-8 2-8 5v9h1c0-2 4-1 7-4z" color="#000" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" color="#000" fill="none" overflow="visible" d="M240 1098.362h24v24h-24z"/>
-      </g>
-      <g transform="translate(78)" color="#000">
-        <g transform="translate(1 -1)">
-          <path d="M266 1103.715v7.647c2 2.5 5 1.47 5 3h1v-6.882c0-2.294-3-1.618-6-3.765zm13 0c-3 2.147-6 1.47-6 3.765v6.882h1c0-1.53 3-.5 5-3z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-          <path d="M266 1103.715v7.647c2 2.5 5 1.47 5 3h1v-6.882c0-2.294-3-1.618-6-3.765zm13 0c-3 2.147-6 1.47-6 3.765v6.882h1c0-1.53 3-.5 5-3z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M264 1098.362h18v18h-18z"/>
-      </g>
-      <g transform="translate(78)" color="#000">
-        <g transform="translate(-1)">
-          <path d="M285 1100.362v6c1.5 1.5 3.75 1 3.75 2h.5v-5.5c0-1.5-2.75-1.5-4.25-2.5zm9 0c-1.5 1-4.25 1-4.25 2.5v5.5h.5c0-1 2.25-.5 3.75-2z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-          <path d="M285 1100.362v6c1.5 1.5 3.75 1 3.75 2h.5v-5.5c0-1.5-2.75-1.5-4.25-2.5zm9 0c-1.5 1-4.25 1-4.25 2.5v5.5h.5c0-1 2.25-.5 3.75-2z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M282 1098.362h12v12h-12z"/>
-      </g>
-      <g transform="translate(234 -72)" color="#000">
-        <g transform="translate(240 118)">
-          <path d="M11 1008.362c-.554 0-1 .446-1 1v4H6c-.554 0-1 .446-1 1v3c0 .554.446 1 1 1h4v4c0 .554.446 1 1 1h3c.554 0 1.07-.45 1-1v-4h4c.554 0 1-.446 1-1v-3c0-.554-.446-1-1-1h-4v-4c0-.554-.446-1-1-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" overflow="visible"/>
-          <path d="M11 1008.362c-.554 0-1 .446-1 1v4H6c-.554 0-1 .446-1 1v3c0 .554.446 1 1 1h4v4c0 .554.446 1 1 1h3c.554 0 1-.446 1-1v-4h4c.554 0 1-.446 1-1v-3c0-.554-.446-1-1-1h-4v-4c0-.554-.446-1-1-1z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M240 1122.362h24v24h-24z"/>
-      </g>
-      <g transform="translate(234 -72)" color="#000">
-        <g transform="translate(261 115)">
-          <path d="M11 1009.362c-.554 0-1 .446-1 1v3H7c-.554 0-1 .446-1 1v3c0 .554.474 1.175 1 1h3v3c0 .554.446 1 1 1h3c.554 0 1-.446 1-1v-3h3c.554 0 1-.446 1-1v-3c0-.554-.446-1-1-1h-3v-3c0-.554-.446-1-1-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" overflow="visible"/>
-          <path d="M11 1009.362c-.554 0-1 .446-1 1v3H7c-.554 0-1 .446-1 1v3c0 .554.474 1.175 1 1h3v3c0 .554.446 1 1 1h3c.554 0 1-.446 1-1v-3h3c.554 0 1-.446 1-1v-3c0-.554-.446-1-1-1h-3v-3c0-.554-.446-1-1-1z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M264 1122.362h18v18h-18z"/>
-      </g>
-      <g transform="translate(234 -72)">
-        <path d="M284 1127.362c0-.554.446-1 1-1h2v-2c0-.554.446-1 1-1h1c.554 0 1 .446 1 1v2h2c.554 0 1 .446 1 1v1c0 .554-.446 1-1 1h-2v2c0 .554-.446 1-1 1h-1c-.554 0-1-.446-1-1v-2h-2c-.554 0-1-.446-1-1z" overflow="visible" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2"/>
-        <path d="M284 1127.362c0-.554.446-1 1-1h2v-2c0-.554.446-1 1-1h1c.554 0 1 .446 1 1v2h2c.554 0 1 .446 1 1v1c0 .554-.446 1-1 1h-2v2c0 .554-.446 1-1 1h-1c-.554 0-1-.446-1-1v-2h-2c-.554 0-1-.446-1-1z" color="#000" fill="#444" overflow="visible"/>
-        <path opacity=".5" color="#000" fill="none" overflow="visible" d="M282 1122.362h12v12h-12z"/>
-      </g>
-      <g transform="translate(234 -72)" color="#000">
-        <path d="M252.5 1148.362c-3.038 0-5.5 1.12-5.5 2.5v3c0 1.38 2.462 2.5 5.5 2.5s5.5-1.12 5.5-2.5v-3c0-1.38-2.462-2.5-5.5-2.5zm-5.5 9v7.5c0 1.38 2.462 2.5 5.5 2.5s5.5-1.12 5.5-2.5v-7.5c0-1-.5-1-1-.5-.84.894-2.228 1.5-4.5 1.5-2.227 0-3.635-.635-4.5-1.5-.5-.5-1-.5-1 .5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path d="M252.5 1148.362c-3.038 0-5.5 1.12-5.5 2.5v3c0 1.38 2.462 2.5 5.5 2.5s5.5-1.12 5.5-2.5v-3c0-1.38-2.462-2.5-5.5-2.5zm-5.5 9v7.5c0 1.38 2.462 2.5 5.5 2.5s5.5-1.12 5.5-2.5v-7.5c0-1-.5-1-1-.5-.84.894-2.228 1.5-4.5 1.5-2.227 0-3.635-.635-4.5-1.5-.5-.5-1-.5-1 .5zm3 3c.752.176 1.597.28 2.5.28.903.002 1.748-.104 2.5-.28v4c-.752.176-1.597.28-2.5.28-.903.002-1.748-.104-2.5-.28z" fill="#444" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M240 1146.362h24v24h-24z"/>
-      </g>
-      <g transform="translate(234 -72)" color="#000">
-        <g transform="translate(-1)">
-          <path d="M274.5 1149.362c-1.933 0-3.5.672-3.5 1.5v2.5c0 .83 1.567 1.5 3.5 1.5s3.5-.67 3.5-1.5v-2.5c0-.828-1.567-1.5-3.5-1.5zm-3.5 5.5v6.5s1 1 3.5 1 3.5-1 3.5-1v-6.5c0 .83-1.567 1.5-3.5 1.5s-3.5-.67-3.5-1.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-          <path d="M274.5 1149.362c-1.933 0-3.5.672-3.5 1.5v2.5c0 .83 1.567 1.5 3.5 1.5s3.5-.67 3.5-1.5v-2.5c0-.828-1.567-1.5-3.5-1.5zm-3.5 5.5v6.5s1 1 3.5 1 3.5-1 3.5-1v-6.5c0 .83-1.567 1.5-3.5 1.5s-3.5-.67-3.5-1.5zm2 2.5c.453.092.965.156 1.5.156s1.047-.064 1.5-.156v3c-.453.092-.965.156-1.5.156s-1.047-.064-1.5-.156z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M264 1146.362h18v18h-18z"/>
-      </g>
-      <g transform="translate(234 -72)">
-        <path d="M288.5 1147.862c-1.38 0-2.5.448-2.5 1v1.5c0 .552 1.12 1 2.5 1s2.5-.448 2.5-1v-1.5c0-.552-1.12-1-2.5-1zm-2.5 3.5v5c0 .552 1.12 1 2.5 1s2.5-.448 2.5-1v-5c0 .552-1.12 1-2.5 1s-2.5-.448-2.5-1z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path d="M288.5 1147.862c-1.38 0-2.5.448-2.5 1v1.5c0 .552 1.12 1 2.5 1s2.5-.448 2.5-1v-1.5c0-.552-1.12-1-2.5-1zm-2.5 3.5v5c0 .552 1.12 1 2.5 1s2.5-.448 2.5-1v-5c0 .552-1.12 1-2.5 1s-2.5-.448-2.5-1zm1 2s.5.25 1.5.25 1.5-.25 1.5-.25v2s-.5.25-1.5.25-1.5-.25-1.5-.25v-2z" color="#000" fill="#444" overflow="visible"/>
-        <path opacity=".5" color="#000" fill="none" overflow="visible" d="M282 1146.362h12v12h-12z"/>
-      </g>
-      <g transform="translate(156 72)" color="#000">
-        <path d="M258 1173.362l-2.25.656 1.094 2.97 2.156-.626zm-3.625 1.03l-2.938.845.063.125.563 1.53.5 1.314 2.937-.844zm-4.28 1.22l-2.595.75 1.125 2.97 2.594-.75-.657-1.688zm-3.94 1.125l-2.155.625 1 3 2.25-.656zm-1.155 3.625v9c0 .554.446 1 1 1h13c.554 0 1-.446 1-1v-9zm2 2h11v3h-11z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path d="M258 1173.362l-2.25.656 1.094 2.97 2.156-.626zm-3.625 1.03l-2.938.845.063.125.563 1.53.5 1.314 2.937-.844zm-4.28 1.22l-2.595.75 1.125 2.97 2.594-.75-.657-1.688zm-3.94 1.125l-2.155.625 1 3 2.25-.656zm-1.155 3.625v9c0 .554.446 1 1 1h13c.554 0 1-.446 1-1v-9zm2 2h11v3h-11z" fill="#444" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M240 1170.362h24v24h-24z"/>
-      </g>
-      <g transform="translate(156 72)" color="#000">
-        <path d="M278.235 1172.01l-1.72.503.836 2.27 1.65-.478zm-2.772.79l-2.246.645.86 2.27 2.247-.645zm-3.274.932l-1.984.573.86 2.27 1.984-.573zm-3.012.86l-2.178.77 1 2 2.015-.5zm-1.178 2.77v7c0 .5.5 1 1 1h10c.5 0 1-.5 1-1v-7zm2 2h8v2h-8z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path d="M278.235 1172.01l-1.72.503.836 2.27 1.65-.478zm-2.772.79l-2.246.645.86 2.27 2.247-.645zm-3.274.932l-1.984.573.86 2.27 1.984-.573zm-3.012.86l-2.178.77 1 2 2.015-.5zm-1.178 2.77v7c0 .5.5 1 1 1h10c.5 0 1-.5 1-1v-7zm2 2h8v2h-8z" fill="#444" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M264 1170.362h18v18h-18z"/>
-      </g>
-      <g transform="translate(156 72)" color="#000">
-        <path d="M291.5 1171.862l-7 2 .5 1.5 7-2-.5-1.5zm-6.5 3.5v4.5c0 .308.192.5.5.5h6c.308 0 .5-.192.5-.5v-4.5h-7zm1 1h5v1h-5v-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path d="M291.5 1171.862l-7 2 .5 1.5 7-2-.5-1.5zm-6.5 3.5v4.5c0 .308.192.5.5.5h6c.308 0 .5-.192.5-.5v-4.5h-7zm1 1h5v1h-5v-1z" fill="#444" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M282 1170.362h12v12h-12z"/>
-      </g>
-      <g transform="translate(78 24)" color="#000">
-        <g transform="translate(0 -1)">
-          <path d="M325.5 1053.362c-.5 0-.5.5-.5.5v6c0 .505.5 1 1 1.5s.526 1.006.5 1.5v1.5l-.5 6.5c-.038.5.5 1.5 1.5 1.5s1.538-1 1.5-1.5l-.5-6.5v-1.5c0-.478 0-1 .5-1.5.46-.46 1-.978 1-1.5v-6s0-.5-.5-.5-.5.5-.5.5v4.5s0 .5-.5.5-.5-.5-.5-.5v-4.5s0-.5-.5-.5-.5.5-.5.5v4.5s0 .5-.5.5-.5-.5-.5-.5v-4.5s0-.5-.5-.5zm10.5 0c-1 0-2.868.235-3.5 1.5-.5 1-.5 3.5-.5 4.5v5c0 .5.5 1 1 1h1v6c0 .5.5 1 1 1s1-.5 1-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-          <path d="M325.5 1053.362c-.5 0-.5.5-.5.5v6c0 .5.5 1 1 1.5s.5 1 .5 1.5v1.5c0 .5-.5 6.5-.5 6.5-.038.5.5 1.5 1.5 1.5s1.538-1 1.5-1.5c0 0-.5-6-.5-6.5v-1.5c0-.5 0-1 .5-1.5.46-.46 1-1 1-1.5v-6s0-.5-.5-.5-.5.5-.5.5v4.5s0 .5-.5.5-.5-.5-.5-.5v-4.5s0-.5-.5-.5-.5.5-.5.5v4.5s0 .5-.5.5-.5-.5-.5-.5v-4.5s0-.5-.5-.5zm10.5 0c-1 0-2.868.235-3.5 1.5-.5 1-.5 3.5-.5 4.5v5c0 .5.5 1 1 1h1v6c0 .5.5 1 1 1s1-.5 1-1z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M318 1050.362h24v24h-24z"/>
-      </g>
-      <g transform="translate(78 24)" color="#000">
-        <path d="M348 1052.362h-1v4.5c0 .778 1 .722 1 1.5v7c0 .39.5 1 1 1s1-.5 1-1v-7c0-.778 1-.722 1-1.5v-4.5h-1v3h-.5v-3h-1v3h-.5zm8 0c-.778 0-2.008.516-2.5 1.5-.39.778-.5 2.5-.5 3.5v3c0 .5.61 1 1 1v4c0 .5.5 1 1 1s1-.5 1-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-        <path d="M348 1052.362h-1v4.5c0 .778 1 .722 1 1.5v7c0 .39.5 1 1 1s1-.5 1-1v-7c0-.778 1-.722 1-1.5v-4.5h-1v3h-.5v-3h-1v3h-.5zm8 0c-.778 0-2.008.516-2.5 1.5-.39.778-.5 2.5-.5 3.5v3c0 .5.61 1 1 1v4c0 .5.5 1 1 1s1-.5 1-1z" fill="#444" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M342 1050.362h18v18h-18z"/>
-      </g>
-      <g transform="translate(78 24)" color="#000">
-        <path d="M363.5 1051.362h-.5v3c0 .5 1 .5 1 1v6h1v-6c0-.5 1-.5 1-1v-3h-.5v2h-.75v-2h-.5v2h-.75zm6.5 0c-.5 0-1.434.118-1.75.75-.25.5-.25 1.25-.25 2.25v2.5h1v4.5h1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-        <path d="M363.5 1051.362h-.5v3c0 .5 1 .5 1 1v6h1v-6c0-.5 1-.5 1-1v-3h-.5v2h-.75v-2h-.5v2h-.75zm6.5 0c-.5 0-1.434.118-1.75.75-.25.5-.25 1.25-.25 2.25v2.5h1v4.5h1z" fill="#444" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M360 1050.362h12v12h-12z"/>
-      </g>
-      <g transform="translate(78 24)" color="#000">
-        <path d="M324 1079.362c-.554 0-1 .446-1 1v9c0 .554.446 1 1 1h11c.554 0 1-.446 1-1v-1h.5c.5 0 .5-.5.5-.5v-.5h1c1 0 2-1 2-2v-3c0-.5-.5-1-1-1h-3v-1c0-.554-.446-1-1-1zm12 3h2.5c.5 0 .5.5.5.5v2.5c0 .5-.5 1-1 1h-2zm-15 9l1 1 1 1h13l1-1 1-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-        <path d="M324 1079.362c-.554 0-1 .446-1 1v9c0 .554.446 1 1 1h11c.554 0 1-.446 1-1v-1h.5c.5 0 .5-.5.5-.5v-.5h1c1 0 2-1 2-2v-3c0-.5-.5-1-1-1h-3v-1c0-.554-.446-1-1-1zm12 3h2.5c.5 0 .5.5.5.5v2.5c0 .5-.5 1-1 1h-2zm-15 9l1 1 1 1h13l1-1 1-1z" fill="#444" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M318 1074.362h24v24h-24z"/>
-      </g>
-      <g transform="translate(78 24)" color="#000">
-        <path d="M347 1077.362c-.5 0-1 .5-1 1v6c0 .5.5 1 1 1h7c.4 0 1-.5 1-1v-.444h.36c.362 0 .362-.36.362-.36v-.362h.445c.722 0 1.833-.334 1.833-1.445v-1.888c0-.5-.25-1-.75-1H355v-.5c0-.5-.5-1-1-1zm8 2.222h1.89c.36 0 .36.278.36.278v1.89c0 .57-.722.606-1.083.61H355zm-10 6.778l2 2h7l2-2z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-        <path d="M347 1077.362c-.5 0-1 .5-1 1v6c0 .5.5 1 1 1h7c.4 0 1-.5 1-1v-.444h.36c.362 0 .362-.36.362-.36v-.362h.445c.722 0 1.833-.334 1.833-1.445v-1.888c0-.5-.25-1-.75-1H355v-.5c0-.5-.5-1-1-1zm8 2.222h1.89c.36 0 .36.278.36.278v1.89c0 .57-.722.606-1.083.61H355zm-10 6.778l2 2h7l2-2z" fill="#444" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M342 1074.362h18v18h-18z"/>
-      </g>
-      <g transform="translate(78 24)" color="#000">
-        <path d="M363.5 1076.362c-.277 0-.5.223-.5.5v4.5c0 .277.223.5.5.5h5c.277 0 .5-.223.5-.5v-.5h.25c.25 0 .25-.25.25-.25v-.25h.5c.5 0 1-.5 1-1v-1.5c0-.25-.25-.5-.5-.5H369v-.5c0-.277-.223-.5-.5-.5zm5.5 1.5h1.25c.25 0 .25.25.25.25v1.25c0 .25-.25.5-.5.5h-1zm-7 4.5l1.5 1.5h5l1.5-1.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-        <path d="M363.5 1076.362c-.277 0-.5.223-.5.5v4.5c0 .277.223.5.5.5h5c.277 0 .5-.223.5-.5v-.5h.25c.25 0 .25-.25.25-.25v-.25h.5c.5 0 1-.5 1-1v-1.5c0-.25-.25-.5-.5-.5H369v-.5c0-.277-.223-.5-.5-.5zm5.5 1.5h1.25c.25 0 .25.25.25.25v1.25c0 .25-.25.5-.5.5h-1zm-7 4.5l2 1h4l2-1z" fill="#444" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M360 1074.362h12v12h-12z"/>
-      </g>
-      <g transform="translate(78 24)" color="#000">
-        <g transform="translate(-1 -1)">
-          <path d="M330 1102.362c-1 0-1.886 1.007-2 2l-.344 3H326c-.5 0-1 .5-1 1l-1 10c0 .5.5 1 1 1h13c.5 0 1-.5 1-1l-1-10c0-.5-.5-1-1-1h-1.656l-.344-3c-.114-.993-1-2-2-2zm0 1h3c.5 0 .943.503 1 1l.344 3h-5.688l.344-3c.057-.497.5-1 1-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-          <path d="M330 1102.362c-1 0-1.886 1.007-2 2l-.344 3H326c-.5 0-1 .5-1 1l-1 10c0 .5.5 1 1 1h13c.5 0 1-.5 1-1l-1-10c0-.5-.5-1-1-1h-1.656l-.344-3c-.114-.993-1-2-2-2zm0 1h3c.5 0 .943.503 1 1l.344 3h-5.688l.344-3c.057-.497.5-1 1-1z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M318 1098.362h24v24h-24z"/>
-      </g>
-      <g transform="translate(78 24)" color="#000">
-        <path d="M350.265 1100.362c-.765 0-1.615.75-1.765 1.5l-.5 2.5h-1c-.382 0-1 .618-1 1l-1 8.235c0 .383.5.765 1 .765h11c.5 0 1-.382 1-.765l-1-8.235c0-.382-.618-1-1-1h-1l-.5-2.5c-.15-.75-1-1.5-1.765-1.5zm0 .765h2.47c.383 0 .925.36 1 .735l.5 2.5h-5.47l.5-2.5c.075-.375.617-.735 1-.735z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-        <path d="M350.265 1100.362c-.765 0-1.615.75-1.765 1.5l-.5 2.5h-1c-.382 0-1 .618-1 1l-1 8.235c0 .383.5.765 1 .765h11c.5 0 1-.382 1-.765l-1-8.235c0-.382-.618-1-1-1h-1l-.5-2.5c-.15-.75-1-1.5-1.765-1.5zm0 .765h2.47c.383 0 .925.36 1 .735l.5 2.5h-5.47l.5-2.5c.075-.375.617-.735 1-.735z" fill="#444" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M342 1098.362h18v18h-18z"/>
-      </g>
-      <g transform="translate(78 24)" color="#000">
-        <path d="M365.172 1099.862c-.5 0-.926.506-1 1l-.172 1.5h-1c-.25 0-.5.25-.5.5l-.5 5c0 .25.25.5.5.5h8c.25 0 .5-.25.5-.5l-.5-5c0-.25-.25-.5-.5-.5h-1l-.172-1.5c-.057-.497-.5-1-1-1zm0 .5h2.656c.25 0 .468.22.5.5l.172 1.5h-4l.172-1.5c.028-.248.25-.5.5-.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-        <path d="M365.172 1099.862c-.5 0-.926.506-1 1l-.172 1.5h-1c-.25 0-.5.25-.5.5l-.5 5c0 .25.25.5.5.5h8c.25 0 .5-.25.5-.5l-.5-5c0-.25-.25-.5-.5-.5h-1l-.172-1.5c-.057-.497-.5-1-1-1zm0 .5h2.656c.25 0 .468.22.5.5l.172 1.5h-4l.172-1.5c.028-.248.25-.5.5-.5z" fill="#444" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M360 1098.362h12v12h-12z"/>
-      </g>
-      <g transform="translate(78 24)" color="#000">
-        <path d="M328 1127.362c-3 0-6 1.5-6 4v2h17v-2c0-2.5-3-4-6-4zm.5 1c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm4 0c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm-6 2c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm4 0c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm4 0c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm-12.5 4c-.5 0-1 .5-1 1s.5 1 1 1h17c.5 0 1-.5 1-1s-.5-1-1-1zm0 3v1c0 1 1 2 2 2h13c1 0 2-1 2-2v-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path d="M328 1127.362c-3 0-6 1.5-6 4v2h17v-2c0-2.5-3-4-6-4zm.5 1c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm4 0c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm-6 2c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm4 0c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm4 0c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm-12.5 4c-.5 0-1 .5-1 1s.5 1 1 1h17c.5 0 1-.5 1-1s-.5-1-1-1zm0 3v1c0 1 1 2 2 2h13c1 0 2-1 2-2v-1z" fill="#444" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M318 1122.362h24v24h-24z"/>
-      </g>
-      <g transform="translate(78 24)" color="#000">
-        <g transform="translate(-1 -1)">
-          <path d="M350.5 1127.362c-2.053 0-3.5.79-3.5 2.5v1.5h11v-1.5c0-1.71-1.447-2.5-3.5-2.5h-4zm0 1.125c.207 0 .375.168.375.375s-.168.375-.375.375-.375-.168-.375-.375.168-.375.375-.375zm4 0c.207 0 .375.168.375.375s-.168.375-.375.375-.375-.168-.375-.375.168-.375.375-.375zm-6 1c.207 0 .375.168.375.375s-.168.375-.375.375-.375-.168-.375-.375.168-.375.375-.375zm4 0c.207 0 .375.168.375.375s-.168.375-.375.375-.375-.168-.375-.375.168-.375.375-.375zm4 0c.207 0 .375.168.375.375s-.168.375-.375.375-.375-.168-.375-.375.168-.375.375-.375zm-9.5 2.875c-.342 0-.5.158-.5.5 0 .342.158.5.5.5h11c.342 0 .5-.158.5-.5 0-.342-.158-.5-.5-.5h-11zm0 2v.625c0 .684.69 1.375 1.375 1.375h8.25c.684 0 1.375-.69 1.375-1.375v-.625h-11z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-          <path d="M350.5 1127.362c-2.053 0-3.5.79-3.5 2.5v1.5h11v-1.5c0-1.71-1.447-2.5-3.5-2.5h-4zm0 1.125c.207 0 .375.168.375.375s-.168.375-.375.375-.375-.168-.375-.375.168-.375.375-.375zm4 0c.207 0 .375.168.375.375s-.168.375-.375.375-.375-.168-.375-.375.168-.375.375-.375zm-6 1c.207 0 .375.168.375.375s-.168.375-.375.375-.375-.168-.375-.375.168-.375.375-.375zm4 0c.207 0 .375.168.375.375s-.168.375-.375.375-.375-.168-.375-.375.168-.375.375-.375zm4 0c.207 0 .375.168.375.375s-.168.375-.375.375-.375-.168-.375-.375.168-.375.375-.375zm-9.5 2.875c-.342 0-.5.158-.5.5 0 .342.158.5.5.5h11c.342 0 .5-.158.5-.5 0-.342-.158-.5-.5-.5h-11zm0 2v.625c0 .684.69 1.375 1.375 1.375h8.25c.684 0 1.375-.69 1.375-1.375v-.625h-11z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M342 1122.362h18v18h-18z"/>
-      </g>
-      <g transform="translate(78 24)" color="#000">
-        <path d="M365.5 1125.362c-1.42 0-3.15.872-3.053 2.053v1.197h8.053v-1.197c0-1.184-1.58-2.053-3-2.053zm-3.5 4v1h9v-1zm.5 1.75c0 .474.526 1.25 1 1.25h6c.474 0 1-.776 1-1.25z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path d="M365.5 1125.362c-1.42 0-3.15.872-3.053 2.053v1.197h8.053v-1.197c0-1.184-1.58-2.053-3-2.053zm-3.5 4v1h9v-1zm.5 1.75c0 .474.526 1.25 1 1.25h6c.474 0 1-.776 1-1.25z" fill="#444" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M360 1122.362h12v12h-12z"/>
-      </g>
-      <g transform="translate(78 24)" color="#000">
-        <g transform="translate(-1)">
-          <path d="M324 1150.362c-.5 0-1 0-1 .25s.343.548.5.75l7.5 7.813v6.187l-4 1c-.5.167-1 .5-1 1h11c0-.5-.5-.833-1-1l-4-1v-6.187l7.5-7.813c.157-.202.5-.5.5-.75s-.5-.25-1-.25z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-          <path d="M324 1150.362c-.5 0-1 0-1 .25s.343.548.5.75l7.5 7.813v6.187l-4 1c-.5.167-1 .5-1 1h11c0-.5-.5-.833-1-1l-4-1v-6.187l7.5-7.813c.157-.202.5-.5.5-.75s-.5-.25-1-.25z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M318 1146.362h24v24h-24z"/>
-      </g>
-      <g transform="translate(78 24)" color="#000">
-        <path d="M346 1149.362c-.406 0-1 .047-1 .25 0 .204.372.586.5.75l5.5 6v4l-2.813 1.188c-.406.135-.687.312-.687.812h8c0-.5-.406-.677-.813-.812l-2.687-1.188v-4l5.5-6c.128-.164.5-.546.5-.75 0-.202-.594-.25-1-.25z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path d="M346 1149.362c-.406 0-1 .047-1 .25 0 .204.372.586.5.75l5.5 6v4l-2.813 1.188c-.406.135-.687.312-.687.812h8c0-.5-.406-.677-.813-.812l-2.687-1.188v-4l5.5-6c.128-.164.5-.546.5-.75 0-.202-.594-.25-1-.25z" fill="#444" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M342 1146.362h18v18h-18z"/>
-      </g>
-      <g transform="translate(78 24)" color="#000">
-        <g transform="translate(-1 -1)">
-          <path d="M363.5 1149.362c-.28 0-.5 0-.5.14 0 .142.193.31.28.423l3.72 4.437v2.5c-1 .5-2.5 1-2.5 1.5h6c0-.5-1.5-1-2.5-1.5v-2.5l3.72-4.437c.087-.114.28-.28.28-.422 0-.14-.22-.14-.5-.14z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-          <path d="M363.5 1149.362c-.28 0-.5 0-.5.14 0 .142.193.31.28.423l3.72 4.437v2.5c-1 .5-2.5 1-2.5 1.5h6c0-.5-1.5-1-2.5-1.5v-2.5l3.72-4.437c.087-.114.28-.28.28-.422 0-.14-.22-.14-.5-.14z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M360 1146.362h12v12h-12z"/>
-      </g>
-      <g transform="translate(78 24)" color="#000">
-        <g transform="translate(318 167)" fill="#444">
-          <path d="M4 1009.362c-.554 0-1 .446-1 1v10c0 .554.446 1 1 1h17c.554 0 1-.446 1-1v-10c0-.554-.446-1-1-1zm-.5 2h18v2h-18zm.5 6h3v2H4zm9 1h7v1h-7z" opacity=".3" stroke="#fff" stroke-width="2" overflow="visible"/>
-          <path d="M4 1009.362c-.554 0-1 .446-1 1v10c0 .554.446 1 1 1h17c.554 0 1-.446 1-1v-10c0-.554-.446-1-1-1zm-.5 2h18v2h-18zm.5 6h3v2H4zm9 1h7v1h-7z" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M318 1170.362h24v24h-24z"/>
-      </g>
-      <g transform="translate(78 24)" color="#000">
-        <g transform="translate(-1 -2)" fill="#444">
-          <path d="M346.722 1177.362c-.4 0-.722.322-.722.722v6.556c0 .4.322.722.722.722h11.556c.4 0 .722-.322.722-.722v-6.556c0-.4-.322-.722-.722-.722zm-.222 1.5h12v1.5h-12zm.5 4h2v1.5h-2zm6 .778h5v.722h-5z" opacity=".3" stroke="#fff" stroke-width="2" overflow="visible"/>
-          <path d="M346.722 1177.362c-.4 0-.722.322-.722.722v6.556c0 .4.322.722.722.722h11.556c.4 0 .722-.322.722-.722v-6.556c0-.4-.322-.722-.722-.722zm-.222 1.5h12v1.5h-12zm.5 4h2v1.5h-2zm6 .778h5v.722h-5z" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M342 1170.362h18v18h-18z"/>
-      </g>
-      <g transform="translate(78 24)" color="#000">
-        <g transform="translate(-1 -2)" fill="#444">
-          <path d="M363.5 1175.362c-.277 0-.5.223-.5.5v5c0 .277.223.5.5.5h8c.277 0 .5-.223.5-.5v-5c0-.277-.223-.5-.5-.5zm0 1h8v1h-8zm0 3h1.5v1h-1.5zm4.5.5h3v.5h-3z" opacity=".3" stroke="#fff" stroke-width="2" overflow="visible"/>
-          <path d="M363.5 1175.362c-.277 0-.5.223-.5.5v5c0 .277.223.5.5.5h8c.277 0 .5-.223.5-.5v-5c0-.277-.223-.5-.5-.5zm0 1h8v1h-8zm0 3h1.5v1h-1.5zm4.5.5h3v.5h-3z" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M360 1170.362h12v12h-12z"/>
-      </g>
-      <g transform="translate(78 24)" color="#000">
-        <g transform="translate(317 1217.4)">
-          <path d="M21-19c-.583 0-1.1.163-1.47.53-.367.37-.53.887-.53 1.47H5l2 9h12v1H8C7-7 7-6 8-6h11c.5 0 1-.5 1-1v-10s.087-.65.22-.78c.13-.133.363-.22.78-.22h.4c.5 0 .6-.25.6-.5 0-.247-.1-.5-.6-.5H21zM17.5-6c-.828 0-1.5.672-1.5 1.5S16.672-3 17.5-3 19-3.672 19-4.5 18.328-6 17.5-6zm-8 0C8.672-6 8-5.328 8-4.5S8.672-3 9.5-3 11-3.672 11-4.5 10.328-6 9.5-6z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-          <path d="M21-19c-.583 0-1.1.163-1.47.53-.367.37-.53.887-.53 1.47H5l2 9h12v1H8C7-7 7-6 8-6h11c.5 0 1-.5 1-1v-10s.087-.65.22-.78c.13-.133.363-.22.78-.22h.4c.5 0 .6-.25.6-.5 0-.247-.1-.5-.6-.5H21zM17.5-6c-.828 0-1.5.672-1.5 1.5S16.672-3 17.5-3 19-3.672 19-4.5 18.328-6 17.5-6zm-8 0C8.672-6 8-5.328 8-4.5S8.672-3 9.5-3 11-3.672 11-4.5 10.328-6 9.5-6z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M318 1194.362h24v24h-24z"/>
-      </g>
-      <g transform="translate(78 24)" color="#000">
-        <g transform="translate(-1 -1)">
-          <path d="M357.5 1198.862c-1 0-1.5.5-1.5 1.5h-10l1.06 6h9.175v1h-8.41c-.766 0-.766.74 0 .765h8.411c.383 0 .765-.382.765-.765v-7c0-.5.238-.735.765-.735H359v-.765zm-2.5 9.206c-.633 0-1.147.514-1.147 1.147 0 .634.513 1.147 1.147 1.147s1.147-.513 1.147-1.147c0-.633-.513-1.147-1.147-1.147zm-6 0c-.634 0-1.147.514-1.147 1.147 0 .634.513 1.147 1.147 1.147.633 0 1.147-.513 1.147-1.147 0-.633-.513-1.147-1.147-1.147z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-          <path d="M357.5 1198.862c-1 0-1.5.5-1.5 1.5h-10l1.06 6h9.175v1h-8.41c-.766 0-.766.74 0 .765h8.411c.383 0 .765-.382.765-.765v-7c0-.5.238-.735.765-.735H359v-.765zm-2.5 9.206c-.633 0-1.147.514-1.147 1.147 0 .634.513 1.147 1.147 1.147s1.147-.513 1.147-1.147c0-.633-.513-1.147-1.147-1.147zm-6 0c-.634 0-1.147.514-1.147 1.147 0 .634.513 1.147 1.147 1.147.633 0 1.147-.513 1.147-1.147 0-.633-.513-1.147-1.147-1.147z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M342 1194.362h18v18h-18z"/>
-      </g>
-      <g transform="translate(78 24)" color="#000">
-        <g transform="translate(-1)">
-          <path d="M371.5 1196.362c-.292 0-.55.082-.734.266-.184.184-.266.443-.266.734H363l1 4h6.5v1h-6.133c-.5 0-.5.5 0 .5h6.133c.25 0 .5-.25.5-.5v-5s.043-.324.11-.39c.065-.066.182-.11.39-.11h.5v-.5h-.5zm-1.75 6.5c-.414 0-.75.336-.75.75s.336.75.75.75.75-.336.75-.75-.336-.75-.75-.75zm-4.5 0c-.414 0-.75.336-.75.75s.336.75.75.75.75-.336.75-.75-.336-.75-.75-.75z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-          <path d="M371.5 1196.362c-.292 0-.55.082-.734.266-.184.184-.266.443-.266.734H363l1 4h6.5v1h-6.133c-.5 0-.5.5 0 .5h6.133c.25 0 .5-.25.5-.5v-5s.043-.324.11-.39c.065-.066.182-.11.39-.11h.5v-.5h-.5zm-1.75 6.5c-.414 0-.75.336-.75.75s.336.75.75.75.75-.336.75-.75-.336-.75-.75-.75zm-4.5 0c-.414 0-.75.336-.75.75s.336.75.75.75.75-.336.75-.75-.336-.75-.75-.75z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M360 1194.362h12v12h-12z"/>
-      </g>
-      <g transform="translate(-78 72)" color="#000">
-        <g transform="translate(0 -1)">
-          <path d="M400.906 1057.362c-.4 0-.906.5-.906 1v9c0 .5.506 1 .906 1h15.188c.4 0 .906-.5.906-1v-9c0-.5-.506-1-.906-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-          <path d="M401 1057.362c-1 0-.5.34 0 .75l7 5.75 8-5.75c.5-.41 1-.75 0-.75h-8zm-1 1.5v8.5c0 .5.506 1 .906 1h15.188c.4 0 .906-.5.906-1v-8.5l-9 6.5z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M396 1050.362h24v24h-24z"/>
-      </g>
-      <g transform="translate(-78 72)" color="#000">
-        <g transform="translate(0 -3)">
-          <path d="M424 1057.362c-.813 0-.594.338-.188.672l5.688 4.328 5.688-4.328c.418-.318.625-.672-.188-.672zm-1 1.5v6.5c0 .5.5 1 1 1h11c.5 0 1-.5 1-1v-6.5l-6.5 5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-          <path d="M424 1057.362c-.813 0-.594.338-.188.672l5.688 4.328 5.688-4.328c.418-.318.625-.672-.188-.672zm-1 1.5v6.5c0 .5.5 1 1 1h11c.5 0 1-.5 1-1v-6.5l-6.5 5z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M420 1050.362h18v18h-18z"/>
-      </g>
-      <g transform="translate(-78 72)" color="#000">
-        <path d="M440 1053.362l4.5 3 4.5-3zm0 1v4.5c0 .25.3.5.5.5h8c.2 0 .554-.256.5-.5v-4.5l-4.5 3.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-        <path d="M440 1053.362l4.5 3 4.5-3zm0 1v4.5c0 .25.3.5.5.5h8c.2 0 .554-.256.5-.5v-4.5l-4.5 3.5z" fill="#444" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M438 1050.362h12v12h-12z"/>
-      </g>
-      <g transform="translate(-78 72)" color="#000">
-        <g transform="translate(396 70)">
-          <path d="M12.5 1007.362l-3.5 5-2-3c-.663 1.165-3 4-3 7 0 4.418 4.082 8 8.5 8s8.5-3.582 8.5-8c0-3-2.337-5.835-3-7l-2 3z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-          <path d="M12.5 1007.362l-3.5 5-2-3c-.663 1.165-3 4-3 7 0 4.418 4.082 8 8.5 8s8.5-3.582 8.5-8c0-3-2.337-5.835-3-7l-2 3zm0 8s3.5 2.685 3.5 5c0 1-1.5 2-3.5 2s-3.5-1-3.5-2c0-2.236 3.5-5 3.5-5z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M396 1074.362h24v24h-24z"/>
-      </g>
-      <g transform="translate(-78 72)" color="#000">
-        <path d="M429.5 1076.362l-2.5 4-1.5-2c-.54.947-2.5 3.063-2.5 5.5 0 3.59 2.91 6.5 6.5 6.5s6.5-2.91 6.5-6.5c0-2.437-1.96-4.553-2.5-5.5l-1.5 2z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path d="M429.5 1076.362l-2.5 4-1.5-2c-.54.947-2.5 3.063-2.5 5.5 0 3.59 2.91 6.5 6.5 6.5s6.5-2.91 6.5-6.5c0-2.437-1.96-4.553-2.5-5.5l-1.5 2zm0 6.5s2.5 2.37 2.5 4.25c0 .813-.875 1.75-2.5 1.75s-2.5-.937-2.5-1.75c0-1.817 2.5-4.25 2.5-4.25z" fill="#444" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M420 1074.362h18v18h-18z"/>
-      </g>
-      <g transform="translate(-78 72)" color="#000">
-        <g transform="translate(-1 -1)">
-          <path d="M445.5 1076.362l-1.5 3-1.5-1.5c-.33.583-1.5 2-1.5 3.5 0 2.21 2.29 4 4.5 4s4.5-1.79 4.5-4c0-1.5-1.17-2.917-1.5-3.5l-1.5 1.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-          <path d="M445.5 1076.362l-1.5 3-1.5-1.5c-.33.583-1.5 2-1.5 3.5 0 2.21 2.29 4 4.5 4s4.5-1.79 4.5-4c0-1.5-1.17-2.917-1.5-3.5l-1.5 1.5zm0 4.5s1.5 1.342 1.5 2.5c0 .5-.5 1-1.5 1s-1.5-.5-1.5-1c0-1.118 1.5-2.5 1.5-2.5z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M438 1074.362h12v12h-12z"/>
-      </g>
-      <g transform="translate(-78 72)" color="#000">
-        <path d="M416 1106.362l-7.5-5-7.5 5v9l-1.75 3c-.148.254-.25.357-.25.5 0 .5.632.5 1 .5h17c.355 0 1 0 1-.5 0-.146-.087-.22-.25-.5l-1.75-3v-7zm-12 3c.554 0 .91.454 1 1v6h-2v-6c0-.554.446-1 1-1zm4.5 0c.554 0 1.01.446 1 1v6h-2v-6c0-.554.446-1 1-1zm4.5 0c.554 0 1 .446 1 1v6h-2v-6c0-.554.446-1 1-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path d="M408.5 1101.362l-7.5 5h15zm-6.5 6c-.554 0-1 .446-1 1v7l-1.75 3c-.148.254-.25.357-.25.5 0 .5.632.5 1 .5h17c.355 0 1 0 1-.5 0-.146-.087-.22-.25-.5l-1.75-3v-7c0-.554-.446-1-1-1zm2 2c.554 0 .91.454 1 1v6h-2v-6c0-.554.446-1 1-1zm4.5 0c.554 0 1.01.446 1 1v6h-2v-6c0-.554.446-1 1-1zm4.5 0c.554 0 1 .446 1 1v6h-2v-6c0-.554.446-1 1-1z" fill="#444" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M396 1098.362h24v24h-24z"/>
-      </g>
-      <g transform="translate(-78 72)" color="#000">
-        <g transform="translate(0 -2)">
-          <path d="M435 1105.362l-5.5-3-5.5 3v7l-1 2.5c0 .36.234.5.5.5h12c.256 0 .5-.14.5-.5l-1-2.5v-5.062z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-          <path d="M429.5 1102.362l-5.5 3h11zm-4.5 4c-.5 0-1 .493-1 .938v5.062l-1 2.5c0 .36.234.5.5.5h12c.256 0 .5-.14.5-.5l-1-2.5v-5.062c0-.445-.5-.938-1-.938zm1.5 1l.5.5v4.5h-1v-4.5zm3 0l.5.5v4.5h-1v-4.5zm3 0l.5.5v4.5h-1v-4.5z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M420 1098.362h18v18h-18z"/>
-      </g>
-      <g transform="translate(-78 72)" color="#000">
-        <g transform="translate(0 -1)">
-          <path d="M448 1102.362l-3.5-2-3.5 2v6l-1 1h9l-1-1v-1zm-6 2.5l.5-.5.5.5v2.5h-1zm2 0l.5-.5.5.5v2.5h-1zm2 0l.5-.5.5.5v2.5h-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-          <path d="M444.5 1100.362l-3.5 2h7zm-3 3c-.277 0-.5.223-.5.5v4.5l-1 1h9l-1-1v-4.5c0-.277-.223-.5-.5-.5zm.5 1.5l.5-.5.5.5v2.5h-1zm2 0l.5-.5.5.5v2.5h-1zm2 0l.5-.5.5.5v2.5h-1z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M438 1098.362h12v12h-12z"/>
-      </g>
-      <g transform="translate(-78 72)" color="#000">
-        <g transform="translate(-1)">
-          <path d="M407 1125.362l-1 1v1h7v-1l-1-1zm-1 3v.5c0 1.933 1.567 3.5 3.5 3.5s3.5-1.567 3.5-3.5v-.5zm1.188 15H416v-6c0-1.5-.5-4-2-4h-9c-1.5 0-2 2.5-2 4v6h2.688z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-          <path d="M407 1125.362l-1 1v1h7v-1l-1-1h-5zm-1 3v.5c0 1.933 1.567 3.5 3.5 3.5s3.5-1.567 3.5-3.5v-.5h-7zm-1 5c-1.5 0-2 2.5-2 4v6h2.688l6.812-10H405zm9 0l-6.813 10H416v-6c0-1.5-.5-4-2-4z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M396 1122.362h24v24h-24z"/>
-      </g>
-      <g transform="translate(-78 72)" color="#000">
-        <g transform="translate(-2)">
-          <path d="M430 1124.862l-1 .5v1h5v-1l-1-.5zm-1 2.5c-.033.163 0 .328 0 .5 0 1.38 1.12 2.5 2.5 2.5s2.5-1.12 2.5-2.5v-.5zm0 4c-1.083 0-1.986 1.792-2 2.875v4.125h1.53l4.47-7zm5.5 0l-4.47 7H436v-4.125c0-1.083-.417-2.875-1.5-2.875z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-          <path d="M430 1124.862l-1 .5v1h5v-1l-1-.5zm-1 2.5c-.033.163 0 .328 0 .5 0 1.38 1.12 2.5 2.5 2.5s2.5-1.12 2.5-2.5v-.5zm0 4c-1.083 0-1.986 1.792-2 2.875v4.125h1.53l4.47-7zm5.5 0l-4.47 7H436v-4.125c0-1.083-.417-2.875-1.5-2.875z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M420 1122.362h18v18h-18z"/>
-      </g>
-      <g transform="translate(-78 72)" color="#000">
-        <g transform="translate(-1)">
-          <path d="M444 1124.362h3v-1h-3zm0 .75c0 .967.534 1.75 1.5 1.75s1.5-.783 1.5-1.75v-.25h-3zm-1 2.25c-.5 0-1 1.5-1 2v3h1.594l3.406-5zm5 0l-3.406 5H449v-3c0-.5-.5-2-1-2z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-          <path d="M444 1124.362h3v-1h-3zm0 .75c0 .967.534 1.75 1.5 1.75s1.5-.783 1.5-1.75v-.25h-3zm-1 2.25c-.5 0-1 1.5-1 2v3h1.594l3.406-5zm5 0l-3.406 5H449v-3c0-.5-.5-2-1-2z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M438 1122.362h12v12h-12z"/>
-      </g>
-      <g transform="translate(-78 72)" color="#000">
-        <g transform="translate(395 142)">
-          <path d="M6 1008.362c-.554 0-1 .446-1 1v13c0 .554.446 1 1 1s1-.446 1-1v-2h3v2c0 .554.446 1 1 1s1-.446 1-1v-2h3v2c0 .554.446 1 1 1s1-.446 1-1v-2h3v2c0 .554.446 1 1 1s1-.446 1-1v-13c0-.554-.446-1-1-1s-1 .446-1 1v2h-3v-2c0-.554-.446-1-1-1s-1 .446-1 1v2h-3v-2c0-.554-.446-1-1-1s-1 .446-1 1v2H7v-2c0-.554-.446-1-1-1zm1 5h3v5H7zm5 0h3v5h-3zm5 0h3v5h-3z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-          <path d="M6 1008.362c-.554 0-1 .446-1 1v13c0 .554.446 1 1 1s1-.446 1-1v-2h3v2c0 .554.446 1 1 1s1-.446 1-1v-2h3v2c0 .554.446 1 1 1s1-.446 1-1v-2h3v2c0 .554.446 1 1 1s1-.446 1-1v-13c0-.554-.446-1-1-1s-1 .446-1 1v2h-3v-2c0-.554-.446-1-1-1s-1 .446-1 1v2h-3v-2c0-.554-.446-1-1-1s-1 .446-1 1v2H7v-2c0-.554-.446-1-1-1zm1 5h3v5H7zm5 0h3v5h-3zm5 0h3v5h-3z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M396 1146.362h24v24h-24z"/>
-      </g>
-      <g transform="translate(-78 72)" color="#000">
-        <g transform="translate(0 -1)">
-          <path d="M425 1151.362c-.5 0-.5.5-.5.5v10s0 .5.5.5h.5c.5 0 .5-.5.5-.5v-1.5h1.5v1.5s0 .5.5.5h.5c.5 0 .5-.5.5-.5v-1.5h1.5v1.5s0 .5.5.5h.5c.5 0 .5-.5.5-.5v-1.5h1.5v1.5s0 .5.5.5h.5c.5 0 .5-.5.5-.5v-10s0-.5-.5-.5h-.5c-.5 0-.5.5-.5.5v2H432v-2s0-.5-.5-.5h-.5c-.5 0-.5.5-.5.5v2H429v-2s0-.5-.5-.5h-.5c-.5 0-.5.5-.5.5v2H426v-2s0-.5-.5-.5h-.5zm1 4h1.5v3.5H426zm3 0h1.5v3.5H429zm3 0h1.5v3.5H432z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-          <path d="M425 1151.362c-.5 0-.5.5-.5.5v10s0 .5.5.5h.5c.5 0 .5-.5.5-.5v-1.5h1.5v1.5s0 .5.5.5h.5c.5 0 .5-.5.5-.5v-1.5h1.5v1.5s0 .5.5.5h.5c.5 0 .5-.5.5-.5v-1.5h1.5v1.5s0 .5.5.5h.5c.5 0 .5-.5.5-.5v-10s0-.5-.5-.5h-.5c-.5 0-.5.5-.5.5v2H432v-2s0-.5-.5-.5h-.5c-.5 0-.5.5-.5.5v2H429v-2s0-.5-.5-.5h-.5c-.5 0-.5.5-.5.5v2H426v-2s0-.5-.5-.5h-.5zm1 4h1.5v3.5H426zm3 0h1.5v3.5H429zm3 0h1.5v3.5H432z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M420 1146.362h18v18h-18z"/>
-      </g>
-      <g transform="translate(-78 72)" color="#000">
-        <g transform="translate(0 -1)">
-          <path d="M441.5 1148.862c-.277 0-.5.223-.5.5v7c0 .277.223.5.5.5s.5-.223.5-.5v-1h1v1c0 .277.223.5.5.5s.5-.254.5-.5v-1h1v1c0 .277.223.5.5.5s.5-.254.5-.5v-1h1v1c0 .277.223.5.5.5s.5-.223.5-.5v-7c0-.277-.223-.5-.5-.5s-.5.223-.5.5v1h-1v-1c0-.277-.223-.5-.5-.5s-.5.223-.5.5v1h-1v-1c0-.277-.223-.5-.5-.5s-.5.248-.5.5v1h-1v-1c0-.277-.223-.5-.5-.5zm.5 2.5h1v3h-1zm2 0h1v3h-1zm2 0h1v3h-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-          <path d="M441.5 1148.862c-.277 0-.5.223-.5.5v7c0 .277.223.5.5.5s.5-.223.5-.5v-1h1v1c0 .277.223.5.5.5s.5-.254.5-.5v-1h1v1c0 .277.223.5.5.5s.5-.254.5-.5v-1h1v1c0 .277.223.5.5.5s.5-.223.5-.5v-7c0-.277-.223-.5-.5-.5s-.5.223-.5.5v1h-1v-1c0-.277-.223-.5-.5-.5s-.5.223-.5.5v1h-1v-1c0-.277-.223-.5-.5-.5s-.5.248-.5.5v1h-1v-1c0-.277-.223-.5-.5-.5zm.5 2.5h1v3h-1zm2 0h1v3h-1zm2 0h1v3h-1z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M438 1146.362h12v12h-12z"/>
-      </g>
-      <g transform="translate(-78 72)" color="#000">
-        <g transform="translate(395 166)">
-          <path d="M11 1006.362l-2 1-2 1v15c0 .5.5 1 1 1s1-.5 1-1v-9l2-1c2-1 4.21 2.895 6 2l3-1.5v-7l-3 1.5c-1.79.895-4-3-6-2z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-          <path d="M11 1006.362l-2 1-2 1v15c0 .5.5 1 1 1s1-.5 1-1v-9l2-1c2-1 4.21 2.895 6 2l3-1.5v-7l-3 1.5c-1.79.895-4-3-6-2z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M396 1170.362h24v24h-24z"/>
-      </g>
-      <g transform="translate(-234)" color="#000">
-        <path d="M486 1052.362c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2zm-5.75 4l.5 2c.25 1 .847 1 1.594 1H484c.594 1 .315 2.472.5 4h-.906c-1 0-2.594 1-1.594 3l1.5 3c1 2 2.5.5 2-.5l-1.5-3c-.25-.5.264-.5.5-.5h2.468s1.184 2.628 2.578 4.43c.515.664 1.085 1.57 1.8 1.57.5 0 1.355-.773.443-1.86-1.708-2.04-2.79-4.14-2.79-5.14 0-1.163-.204-3.613-.5-5h1.5l1.25 2.5c.553.958 1.75.885 1.75 0 0-.12 0-.39-.14-.677l-1.61-3.323c-.103-.212-.253-.5-1-.5H482.5l-.75-2.5c-.3-1-1.75-1-1.75 0 0 .5.177 1.107.25 1.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-        <path d="M486 1052.362c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2zm-5.75 4l.5 2c.25 1 .847 1 1.594 1H484c.594 1 .315 2.472.5 4h-.906c-1 0-2.594 1-1.594 3l1.5 3c1 2 2.5.5 2-.5l-1.5-3c-.25-.5.264-.5.5-.5h2.468s1.184 2.628 2.578 4.43c.515.664 1.085 1.57 1.8 1.57.5 0 1.355-.773.443-1.86-1.708-2.04-2.79-4.14-2.79-5.14 0-1.163-.204-3.613-.5-5h1.5l1.25 2.5c.553.958 1.75.885 1.75 0 0-.12 0-.39-.14-.677l-1.61-3.323c-.103-.212-.253-.5-1-.5h-7.75l-.75-2.5c-.3-1-1.75-1-1.75 0 0 .5.177 1.107.25 1.5z" fill="#444" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M474 1050.362h24v24h-24z"/>
-      </g>
-      <g transform="translate(-234)" color="#000">
-        <g transform="translate(-1 -1)">
-          <path d="M508.343 1053.362c-.756 0-1.368.613-1.368 1.37 0 .754.612 1.367 1.368 1.367.756 0 1.37-.614 1.37-1.37 0-.755-.614-1.368-1.37-1.368zm-3.934 2.737l.34 1.368c.172.684.58.684 1.092.684h1.133c.406.684.215 1.796.342 2.842h-.62c-.684 0-1.775.684-1.09 2.052l1.026 2.053c.684 1.367 1.71.34 1.368-.343l-1.025-2.053c-.17-.342.18-.342.342-.342h1.688s.81 1.693 1.764 2.925c.352.455.742 1.075 1.23 1.075.342 0 .928-.53.304-1.273-1.168-1.396-1.908-2.833-1.908-3.517 0-.796-.14-2.472-.342-3.42h1.026c.334.668.92 1.71.92 1.71.378.654 1 .605 1 0 0-.084-.01-.263-.096-.464l-.97-2.275c-.062-.148-.172-.342-.683-.342h-5.302l-.513-1.71c-.205-.685-1.197-.685-1.197 0 0 .342.12.757.17 1.026z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-          <path d="M508.343 1053.362c-.756 0-1.368.613-1.368 1.37 0 .754.612 1.367 1.368 1.367.756 0 1.37-.614 1.37-1.37 0-.755-.614-1.368-1.37-1.368zm-3.934 2.737l.34 1.368c.172.684.58.684 1.092.684h1.133c.406.684.215 1.796.342 2.842h-.62c-.684 0-1.775.684-1.09 2.052l1.026 2.053c.684 1.367 1.71.34 1.368-.343l-1.025-2.053c-.17-.342.18-.342.342-.342h1.688s.81 1.693 1.764 2.925c.352.455.742 1.075 1.23 1.075.342 0 .928-.53.304-1.273-1.168-1.396-1.908-2.833-1.908-3.517 0-.796-.14-2.472-.342-3.42h1.026c.334.668.92 1.71.92 1.71.378.654 1 .605 1 0 0-.084-.01-.263-.096-.464l-.97-2.275c-.062-.148-.172-.342-.683-.342h-5.302l-.513-1.71c-.205-.685-1.197-.685-1.197 0 0 .342.12.757.17 1.026z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M498 1050.362h18v18h-18z"/>
-      </g>
-      <g transform="translate(-234)">
-        <g color="#000">
-          <path d="M522 1051.362c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1zm-2.594 1.22c-.218 0-.406.132-.406.405s.085.63.125.844l.28 1c.15.545.468.532.876.532h.908c.324.547.21 1.165.312 2h-.5c-.547 0-1.453.313-.906 1.406l.812 1.657c.197.392.395.435.594.437.355 0 .65-.357.5-.72l-.625-1.498c-.118-.282.152-.282.28-.282H523s.457 1.203 1.22 2.188c.28.363.577.812.967.812.274 0 .75-.374.25-.97-.933-1.113-1.437-2.483-1.437-3.03 0-.636-.182-1.242-.344-2h.813c.265.535.717 1.375.717 1.375.303.523.813.484.813 0 0-.067.006-.214-.063-.375l-.75-1.72c-.05-.117-.123-.28-.53-.28h-4.282l-.406-1.375c-.083-.273-.345-.406-.564-.406z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-          <path d="M522 1051.362c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1zm-2.594 1.22c-.218 0-.406.132-.406.405s.085.63.125.844l.28 1c.15.545.468.532.876.532h.908c.324.547.21 1.165.312 2h-.5c-.547 0-1.453.313-.906 1.406l.812 1.657c.197.392.395.435.594.437.355 0 .65-.357.5-.72l-.625-1.498c-.118-.282.152-.282.28-.282H523s.457 1.203 1.22 2.188c.28.363.577.812.967.812.274 0 .75-.374.25-.97-.933-1.113-1.437-2.483-1.437-3.03 0-.636-.182-1.242-.344-2h.813c.265.535.717 1.375.717 1.375.303.523.813.484.813 0 0-.067.006-.214-.063-.375l-.75-1.72c-.05-.117-.123-.28-.53-.28h-4.282l-.406-1.375c-.083-.273-.345-.406-.564-.406z" fill="#444" overflow="visible"/>
-          <path opacity=".5" fill="none" overflow="visible" d="M516 1050.362h12v12h-12z"/>
-        </g>
-      </g>
-      <g transform="translate(-234)" color="#000">
-        <g transform="translate(473 69.5)">
-          <path d="M13.5 1007.862c-4.683 0-8.5 3.817-8.5 8.5s3.817 8.5 8.5 8.5 8.5-3.817 8.5-8.5-3.817-8.5-8.5-8.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-          <path d="M13.5 1007.862c-4.683 0-8.5 3.817-8.5 8.5s3.817 8.5 8.5 8.5 8.5-3.817 8.5-8.5-3.817-8.5-8.5-8.5zm0 1.5c2.666 0 4.974 1.474 6.156 3.657-1.116.74-2.142 1.126-2.156 1.842-.01.5 0 .64 0 1 0 .5.26 1.144 1 1.5l1.75.844c-.2.74-.522 1.41-.938 2.03l-1.312-.874c-.75-.5-1.5-.833-2-.5l-1.5 1c-.693.463-.62 1-.5 1.5l.47 1.938c-.318.044-.64.062-.97.062-.693 0-1.37-.095-2-.28v-1.72c0-1-.5-1.5-1-2s-1-1-2-1H6.78c-.185-.63-.28-1.306-.28-2 0-3.878 3.122-7 7-7zm-3 3.5l-.5 2c-.142.568-.52 1.154 0 1.5l1.5 1c1 .667 1.44.28 2 0l1-.5c.745-.372 1-.5 1-1.5v-2c0-.5.008-.798-1-1l-2.5-.5c-1.047-.21-1.244-.023-1.5 1z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M474 1074.362h24v24h-24z"/>
-      </g>
-      <g transform="translate(-234)" color="#000">
-        <g transform="translate(0 -2)">
-          <path d="M507.5 1078.362c-3.58 0-6.5 2.92-6.5 6.5s2.92 6.5 6.5 6.5 6.5-2.92 6.5-6.5-2.92-6.5-6.5-6.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-          <path d="M507.5 1078.362c-3.58 0-6.5 2.92-6.5 6.5s2.92 6.5 6.5 6.5 6.5-2.92 6.5-6.5-2.92-6.5-6.5-6.5zm0 1.147c2.04 0 3.803 1.126 4.708 2.795-.854.566-1.638.862-1.65 1.41-.006.383 0 .49 0 .765 0 .382.2.874.766 1.147l1.338.645c-.153.567-.4 1.08-.717 1.553l-1.004-.67c-.572-.38-1.146-.636-1.528-.38l-1.147.764c-.53.352-.475.763-.383 1.146l.36 1.48c-.244.034-.49.048-.742.048-.53 0-1.047-.074-1.53-.215v-1.315c0-.765-.382-1.147-.764-1.53-.382-.382-.765-.764-1.53-.764h-1.314c-.142-.482-.215-.998-.215-1.528 0-2.966 2.388-5.353 5.353-5.353zm-2.294 2.676l-.382 1.53c-.11.433-.398.88 0 1.146l1.147.765c.765.51 1.103.214 1.53 0l.765-.382c.57-.286.764-.383.764-1.147v-1.53c0-.382.005-.61-.765-.765l-1.912-.382c-.8-.16-.952-.017-1.147.766z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M498 1074.362h18v18h-18z"/>
-      </g>
-      <g transform="translate(-234)" color="#000">
-        <g transform="translate(-1 -1)">
-          <path d="M523.5 1076.362c-2.48 0-4.5 2.02-4.5 4.5s2.02 4.5 4.5 4.5 4.5-2.02 4.5-4.5-2.02-4.5-4.5-4.5zm0 .794c1.41 0 2.633.78 3.26 1.936-.592.392-1.135.597-1.142.976-.005.265 0 .34 0 .53 0 .264.138.605.53.794l.926.446c-.107.393-.277.747-.497 1.076l-.695-.464c-.397-.264-.794-.44-1.058-.264l-.795.53c-.368.244-.33.53-.265.793l.248 1.025c-.168.023-.338.033-.513.033-.367 0-.725-.05-1.06-.15v-.91c0-.528-.264-.793-.528-1.058-.265-.264-.53-.53-1.06-.53h-.91c-.097-.333-.148-.69-.148-1.058 0-2.053 1.653-3.706 3.706-3.706zm-1.588 1.853l-.265 1.058c-.075.3-.275.61 0 .794l.794.53c.53.353.764.148 1.06 0l.53-.265c.394-.197.53-.265.53-.794v-1.06c0-.264.003-.422-.53-.528l-1.324-.265c-.555-.11-.66-.013-.794.53z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-          <path d="M523.5 1076.362c-2.48 0-4.5 2.02-4.5 4.5s2.02 4.5 4.5 4.5 4.5-2.02 4.5-4.5-2.02-4.5-4.5-4.5zm0 .794c1.41 0 2.633.78 3.26 1.936-.592.392-1.135.597-1.142.976-.005.265 0 .34 0 .53 0 .264.138.605.53.794l.926.446c-.107.393-.277.747-.497 1.076l-.695-.464c-.397-.264-.794-.44-1.058-.264l-.795.53c-.368.244-.33.53-.265.793l.248 1.025c-.168.023-.338.033-.513.033-.367 0-.725-.05-1.06-.15v-.91c0-.528-.264-.793-.528-1.058-.265-.264-.53-.53-1.06-.53h-.91c-.097-.333-.148-.69-.148-1.058 0-2.053 1.653-3.706 3.706-3.706zm-1.588 1.853l-.265 1.058c-.075.3-.275.61 0 .794l.794.53c.53.353.764.148 1.06 0l.53-.265c.394-.197.53-.265.53-.794v-1.06c0-.264.003-.422-.53-.528l-1.324-.265c-.555-.11-.66-.013-.794.53z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M516 1074.362h12v12h-12z"/>
-      </g>
-      <g transform="translate(-234)" color="#000">
-        <g transform="translate(474 94)">
-          <path d="M12.5 1009.362c-6.5 0-9.5 6.5-9.5 6.5s3 6.5 9.5 6.5 9.5-6.5 9.5-6.5-3-6.5-9.5-6.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" overflow="visible"/>
-          <path d="M12.5 1009.362c-6.5 0-9.5 6.5-9.5 6.5s3 6.5 9.5 6.5 9.5-6.5 9.5-6.5-3-6.5-9.5-6.5zm-3 5c.277 0 .5.223.5.5v.5h2v-.5c0-.277.223-.5.5-.5s.5.223.5.5v.5h2v-.5c0-.277.223-.5.5-.5s.5.223.5.5v.5h1.5c.277 0 .5.223.5.5s-.223.5-.5.5H16v.5c0 .277-.223.5-.5.5s-.5-.223-.5-.5v-.5h-2v.5c0 .277-.223.5-.5.5s-.5-.223-.5-.5v-.5h-2v.5c0 .277-.223.5-.5.5s-.5-.223-.5-.5v-.5H7.5c-.277 0-.5-.223-.5-.5s.223-.5.5-.5H9v-.5c0-.277.223-.5.5-.5z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M474 1098.362h24v24h-24z"/>
-      </g>
-      <g transform="translate(-234)" color="#000">
-        <path d="M507.5 1102.362c-4.79 0-6.5 4.5-6.5 4.5s1.71 4.5 6.5 4.5 6.5-4.5 6.5-4.5-1.71-4.5-6.5-4.5zm-2.25 3c.139 0 .25.112.25.25v.75h1.75v-.75c0-.138.112-.25.25-.25.139 0 .25.112.25.25v.75h1.75v-.75c0-.138.112-.25.25-.25.139 0 .284.116.25.25v.75h.563c.246 0 .437.223.437.5s-.19.5-.438.5H510v.75c0 .14-.112.25-.25.25-.139 0-.216-.115-.25-.25v-.75h-1.75v.75c0 .14-.112.25-.25.25-.139 0-.25-.11-.25-.25v-.75h-1.75v.75c0 .14-.112.25-.25.25-.139 0-.25-.11-.25-.25v-.75h-.563c-.246 0-.437-.223-.437-.5s.19-.5.438-.5H505v-.75c0-.138.112-.25.25-.25z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" overflow="visible"/>
-        <path d="M507.5 1102.362c-4.79 0-6.5 4.5-6.5 4.5s1.71 4.5 6.5 4.5 6.5-4.5 6.5-4.5-1.71-4.5-6.5-4.5zm-2.25 3c.139 0 .25.112.25.25v.75h1.75v-.75c0-.138.112-.25.25-.25.139 0 .25.112.25.25v.75h1.75v-.75c0-.138.112-.25.25-.25.139 0 .284.116.25.25v.75h.563c.246 0 .437.223.437.5s-.19.5-.438.5H510v.75c0 .14-.112.25-.25.25-.139 0-.216-.115-.25-.25v-.75h-1.75v.75c0 .14-.112.25-.25.25-.139 0-.25-.11-.25-.25v-.75h-1.75v.75c0 .14-.112.25-.25.25-.139 0-.25-.11-.25-.25v-.75h-.563c-.246 0-.437-.223-.437-.5s.19-.5.438-.5H505v-.75c0-.138.112-.25.25-.25z" fill="#444" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M498 1098.362h18v18h-18z"/>
-      </g>
-      <g transform="translate(-234)" color="#000">
-        <path d="M522.5 1101.362c-3.25 0-4.5 3-4.5 3s1.25 3 4.5 3 4.5-3 4.5-3-1.25-3-4.5-3zm-1 2.5h3.5c.139 0 .25.112.25.25 0 .14-.112.25-.25.25h-4.75c-.139 0-.25-.11-.25-.25 0-.138.112-.25.25-.25h.75z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path d="M522.5 1101.362c-3.25 0-4.5 3-4.5 3s1.25 3 4.5 3 4.5-3 4.5-3-1.25-3-4.5-3zm-1 2.5h3.5c.139 0 .25.112.25.25 0 .14-.112.25-.25.25h-4.75c-.139 0-.25-.11-.25-.25 0-.138.112-.25.25-.25h.75z" fill="#444" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M516 1098.362h12v12h-12z"/>
-      </g>
-      <g transform="translate(-234)" color="#000">
-        <path d="M484 1125.362c-3.314 0-6 2.686-6 6s2.686 6 6 6h5l4.5 4.5c.316.316.506.5.906.5.125 0 .28 0 .438-.156.156-.156.156-.312.156-.437 0-.4-.218-.626-.5-.908l-4.5-4.5v-5c0-3.314-2.686-6-6-6zm5 8v3h-3zm-9.5 4c-.828 0-1.5.672-1.5 1.5 0 .83.672 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.828-.672-1.5-1.5-1.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" overflow="visible"/>
-        <path d="M484 1125.362c-3.314 0-6 2.686-6 6s2.686 6 6 6h5l4.5 4.5c.316.316.506.5.906.5.125 0 .28 0 .438-.156.156-.156.156-.312.156-.437 0-.4-.218-.626-.5-.908l-4.5-4.5v-5c0-3.314-2.686-6-6-6zm5 8v3h-3zm-9.5 4c-.828 0-1.5.672-1.5 1.5 0 .83.672 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.828-.672-1.5-1.5-1.5z" fill="#444" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M474 1122.362h24v24h-24z"/>
-      </g>
-      <g transform="translate(-234)" color="#000">
-        <path d="M505.5 1124.362c-2.534 0-4.5 1.966-4.5 4.5s2.142 4.5 4.676 4.5H509l4 4h1v-1l-4-4v-3.323c0-2.535-1.966-4.678-4.5-4.678zm3.5 5.706v2.294h-2.5zm-6.853 3.294c-.633 0-1.147.514-1.147 1.147s.514 1.146 1.147 1.146c.634 0 1.147-.513 1.147-1.147s-.513-1.148-1.147-1.148z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" overflow="visible"/>
-        <path d="M505.5 1124.362c-2.534 0-4.5 1.966-4.5 4.5s2.142 4.5 4.676 4.5H509l4 4h1v-1l-4-4v-3.323c0-2.535-1.966-4.678-4.5-4.678zm3.5 5.706v2.294h-2.5zm-6.853 3.294c-.633 0-1.147.514-1.147 1.147s.514 1.146 1.147 1.146c.634 0 1.147-.513 1.147-1.147s-.513-1.148-1.147-1.148z" fill="#444" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M498 1122.362h18v18h-18z"/>
-      </g>
-      <g transform="translate(-234)" color="#000">
-        <g transform="translate(-1 -1)">
-          <path d="M519 1127.362c0 1.657 1.343 3 3 3h2.5l3 3h.5v-.5l-3-3v-2.5c0-1.657-1.343-3-3-3s-3 1.343-3 3zm5 .5v1.5h-1.5zm-4.25 3c-.414 0-.75.336-.75.75s.336.75.75.75.75-.336.75-.75-.336-.75-.75-.75z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" overflow="visible"/>
-          <path d="M519 1127.362c0 1.657 1.343 3 3 3h2.5l3 3h.5v-.5l-3-3v-2.5c0-1.657-1.343-3-3-3s-3 1.343-3 3zm5 .5v1.5h-1.5zm-4.25 3c-.414 0-.75.336-.75.75s.336.75.75.75.75-.336.75-.75-.336-.75-.75-.75z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M516 1122.362h12v12h-12z"/>
-      </g>
-      <g transform="translate(-234)" color="#000">
-        <g transform="translate(-2)">
-          <path d="M484.5 1149.362l-4.5 4v8c0 .5.5 1 1 1h3.563l1.937 3.5c.278.5.5.5 1 .5h2c.5 0 .722 0 1-.5l1.938-3.5H496c.5 0 1-.5 1-1v-8l-4.5-4h-8zm-.5 4h9v6h-9v-6zm1 1v4h7v-4h-7zm.563 8H487v1h1v-1h1v1h1v-1h1.438l-.563 1H490v1h.344l-.344.625v-.625h-1v1h-1v-1h-1v.625l-.344-.625H487v-1h-.875l-.563-1zm2.437 2h1v-1h-1v1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-          <path d="M484.5 1149.362l-4.5 4v8c0 .5.5 1 1 1h3.563l1.937 3.5c.278.5.5.5 1 .5h2c.5 0 .722 0 1-.5l1.938-3.5H496c.5 0 1-.5 1-1v-8l-4.5-4h-8zm-.5 4h9v6h-9v-6zm1 1v4h7v-4h-7zm.563 8H487v1h1v-1h1v1h1v-1h1.438l-.563 1H490v1h.344l-.344.625v-.625h-1v1h-1v-1h-1v.625l-.344-.625H487v-1h-.875l-.563-1zm2.437 2h1v-1h-1v1z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M474 1146.362h24v24h-24z"/>
-      </g>
-      <g transform="translate(-234)" color="#000">
-        <g transform="translate(-1 -1)">
-          <path d="M505 1149.362l-3 2v7c0 .5.5 1 1 1h2.5l2 3h2l2-3h2.5c.5 0 1-.5 1-1v-6.5l-3-2.5h-7zm0 3h7v5h-7v-5zm1 1v3h5v-3h-5zm.5 6h1.5v1h1v-1h1.5l-.688 1H509v1h-1v-1h-.813l-.687-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-          <path d="M505 1149.362l-3 2v7c0 .5.5 1 1 1h2.5l2 3h2l2-3h2.5c.5 0 1-.5 1-1v-6.5l-3-2.5h-7zm0 3h7v5h-7v-5zm1 1v3h5v-3h-5zm.5 6h1.5v1h1v-1h1.5l-.688 1H509v1h-1v-1h-.813l-.687-1z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M498 1146.362h18v18h-18z"/>
-      </g>
-      <g transform="translate(-234)" color="#000">
-        <g transform="translate(-1 -1)">
-          <path d="M521 1148.362l-2 2v4.5c0 .25.25.5.5.5h1.5l1 1 1 1h1l1-1 1-1h1.5c.25 0 .5-.25.5-.5v-4.5l-2-2h-5zm0 2h5v3h-5v-3zm.688.688v1.625h3.625v-1.625h-3.625zm.312 3.312h1v1h1v-1h1v1l-1 1h-1l-1-1v-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-          <path d="M521 1148.362l-2 2v4.5c0 .25.25.5.5.5h1.5l1 1 1 1h1l1-1 1-1h1.5c.25 0 .5-.25.5-.5v-4.5l-2-2h-5zm0 2h5v3h-5v-3zm.688.688v1.625h3.625v-1.625h-3.625zm.312 3.312h1v1h1v-1h1v1l-1 1h-1l-1-1v-1z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M516 1146.362h12v12h-12z"/>
-      </g>
-      <g transform="translate(-234)" color="#000">
-        <path d="M480 1173.362c-1.252 0-2 .754-2 2 0 1 2 2.5 3 3.5 2 2 5.302 3.802 8.5 7l3 3-.5.5c0 .5.5 1 1 1l1-1 1-1c0-.5-.5-1-1-1l-.5.5-3-3c-2.863-2.863-5-6.5-7-8.5-1-1-2.5-3-3.5-3zm3.5 10c-.828 0-1.5.672-1.5 1.5 0 .83.672 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.828-.672-1.5-1.5-1.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path d="M480 1173.362c-1.252 0-2 .754-2 2 0 1 2 2.5 3 3.5 2 2 5.302 3.802 8.5 7l3 3-.5.5c0 .5.5 1 1 1l1-1 1-1c0-.5-.5-1-1-1l-.5.5-3-3c-2.863-2.863-5-6.5-7-8.5-1-1-2.5-3-3.5-3zm3.5 10c-.828 0-1.5.672-1.5 1.5 0 .83.672 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.828-.672-1.5-1.5-1.5z" fill="#444" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M474 1170.362h24v24h-24z"/>
-      </g>
-      <g transform="translate(-234)" color="#000">
-        <path d="M503 1172.362s-1 0-1.5.5-.5 1.5-.5 1.5c2.5 3.5 7.08 6.142 8 7l2.594 2.406-.594.594v1h1l1-1 1-1v-1h-1l-.594.594-2.406-2.594c-2.362-2.533-3.5-5.5-7-8zm1.75 9c-.69 0-1.25.56-1.25 1.25s.56 1.25 1.25 1.25 1.25-.56 1.25-1.25-.56-1.25-1.25-1.25z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path d="M503 1172.362s-1 0-1.5.5-.5 1.5-.5 1.5c2.5 3.5 7.08 6.142 8 7l2.594 2.406-.594.594v1h1l1-1 1-1v-1h-1l-.594.594-2.406-2.594c-2.362-2.533-3.5-5.5-7-8zm1.75 9c-.69 0-1.25.56-1.25 1.25s.56 1.25 1.25 1.25 1.25-.56 1.25-1.25-.56-1.25-1.25-1.25z" fill="#444" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M498 1170.362h18v18h-18z"/>
-      </g>
-      <g transform="translate(-234)" color="#000">
-        <path d="M518 1171.862v1.5c1.5 2 4.587 3.588 6.5 5.5l1 1v1h1l.5-.5v-1h-1l-1-1c-1.784-1.784-3.5-5-5.5-6.5zm2 5.5c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path d="M518 1171.862v1.5c1.5 2 4.587 3.588 6.5 5.5l1 1v1h1l.5-.5v-1h-1l-1-1c-1.784-1.784-3.5-5-5.5-6.5zm2 5.5c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1z" fill="#444" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M516 1170.362h12v12h-12z"/>
-      </g>
-      <g transform="translate(-234)" color="#000">
-        <path d="M483.5 1196.362c-.34 0-.5 0-.5.5v14.438c-2 .062-3 1.562-3 2.562 0 .5.5.5.5.5h12s.5 0 .5-.5c0-2.5-1.5-4.5-3-4.5-1.572 0-2.443 2.78-4 3-.683.096-1.342-.345-2-.687v-9.313l7-3-6.498-2.785c-.377-.16-.752-.215-1.002-.215z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path d="M483.5 1196.362c-.34 0-.5 0-.5.5v14.438c-2 .062-3 1.562-3 2.562 0 .5.5.5.5.5h12s.5 0 .5-.5c0-2.5-1.5-4.5-3-4.5-1.572 0-2.443 2.78-4 3-.683.096-1.342-.345-2-.687v-9.313l7-3-6.498-2.785c-.377-.16-.752-.215-1.002-.215z" fill="#444" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M474 1194.362h24v24h-24z"/>
-      </g>
-      <g transform="translate(-234)" color="#000">
-        <path d="M505.382 1196.362c-.26 0-.382 0-.382.382v10.276c-1.53.047-2 1.077-2 1.842 0 .382.5.5.5.5h8s.5-.118.5-.5c0-1.912-.853-3.5-2-3.5-1.202 0-1.515 2.303-2.706 2.47-.522.075-1.026-.263-1.53-.525v-6.357l5.354-2.294-4.97-2.13c-.288-.123-.574-.164-.766-.164z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path d="M505.382 1196.362c-.26 0-.382 0-.382.382v10.276c-1.53.047-2 1.077-2 1.842 0 .382.5.5.5.5h8s.5-.118.5-.5c0-1.912-.853-3.5-2-3.5-1.202 0-1.515 2.303-2.706 2.47-.522.075-1.026-.263-1.53-.525v-6.357l5.354-2.294-4.97-2.13c-.288-.123-.574-.164-.766-.164z" fill="#444" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M498 1194.362h18v18h-18z"/>
-      </g>
-      <g transform="translate(-234)" color="#000">
-        <path d="M521 1195.362c-.195 0-.5.214-.5.5v7.75c-1.143.035-1.5.893-1.5 1.464 0 .286.286.286.286.286h6.428s.286 0 .286-.286c0-1.428-.643-2.57-1.5-2.57-.898 0-1.182 1.588-2.07 1.713-.392.054-1.054-.198-1.43-.394v-4.964l4-1.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path d="M521 1195.362c-.195 0-.5.214-.5.5v7.75c-1.143.035-1.5.893-1.5 1.464 0 .286.286.286.286.286h6.428s.286 0 .286-.286c0-1.428-.643-2.57-1.5-2.57-.898 0-1.182 1.588-2.07 1.713-.392.054-1.054-.198-1.43-.394v-4.964l4-1.5z" fill="#444" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M516 1194.362h12v12h-12z"/>
-      </g>
-      <g transform="translate(-234)">
-        <path opacity=".5" color="#000" fill="none" overflow="visible" d="M474 1218.362h24v24h-24z"/>
-        <path d="M489.125 1223.362c-.158 0-.434.093-.563.156l-4 1.938c-.532.252-.726 1.027-.375 1.5l1.22 1.656-4.72 3.656c1.13.23 1.977.938 2.813.938 1 0 1.5-1 3-1s2 1 3 1c.413 0 .833-.175 1.28-.375l-4.217-6.124 3.03-1.53c.603-.302.563-.818.5-1.126-.058-.292-.418-.688-.968-.688zm1.875 3c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2zm-11 8c-.694 0-1.34.405-2 .625v2.03c0 .002 1-.654 2-.655 1 0 2 1 3.5 1s1.974-.965 3-1c1 0 1.5 1 3 1s2.5-1 3.5-1c.702 0 2 .656 2 .656v-2.03c-.642-.248-1.343-.626-2-.626-1.5 0-2.5 1-3.5 1s-1.5-1-3-1-2 1-3 1-2-1-3.5-1z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path d="M489.125 1223.362c-.158 0-.434.093-.563.156l-4 1.938c-.532.252-.726 1.027-.375 1.5l1.22 1.656-4.72 3.656c1.13.23 1.977.938 2.813.938 1 0 1.5-1 3-1s2 1 3 1c.413 0 .833-.175 1.28-.375l-4.217-6.124 3.03-1.53c.603-.302.563-.818.5-1.126-.058-.292-.418-.688-.968-.688zm1.875 3c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2zm-11 8c-.694 0-1.34.405-2 .625v2.03c0 .002 1-.654 2-.655 1 0 2 1 3.5 1s1.974-.965 3-1c1 0 1.5 1 3 1s2.5-1 3.5-1c.702 0 2 .656 2 .656v-2.03c-.642-.248-1.343-.626-2-.626-1.5 0-2.5 1-3.5 1s-1.5-1-3-1-2 1-3 1-2-1-3.5-1z" color="#000" fill="#444" overflow="visible"/>
-      </g>
-      <g transform="translate(-234)" color="#000">
-        <g transform="translate(-1 -2)">
-          <path d="M510.75 1223.987c-.114 0-.313.048-.406.094l-2.875 1.408c-.386.182-.536.752-.283 1.093l.875 1.19-3.718 2.155 2 .813 2.156-.875 2.156.875.844-.875-2.594-3.47 2.188-1.124c.435-.22.42-.59.375-.814-.044-.21-.323-.468-.72-.468zm1.75 2.375c-.828 0-1.5.672-1.5 1.5 0 .83.672 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.828-.672-1.5-1.5-1.5zm-4 4.5l-2 1-2.5-.937-2 .937v1.5l2-1 2.5 1 2-1.062 2 1.062 2-1.062 2.5 1.062v-1.5l-2.5-1-2 1-2-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-          <path d="M510.75 1223.987c-.114 0-.313.048-.406.094l-2.875 1.408c-.386.182-.536.752-.283 1.093l.875 1.19-3.718 2.155 2 .813 2.156-.875 2.156.875.844-.875-2.594-3.47 2.188-1.124c.435-.22.42-.59.375-.814-.044-.21-.323-.468-.72-.468zm1.75 2.375c-.828 0-1.5.672-1.5 1.5 0 .83.672 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.828-.672-1.5-1.5-1.5zm-4 4.5l-2 1-2.5-.937-2 .937v1.5l2-1 2.5 1 2-1.062 2 1.062 2-1.062 2.5 1.062v-1.5l-2.5-1-2 1-2-1z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M498 1218.362h18v18h-18z"/>
-      </g>
-      <g transform="translate(-234)" color="#000">
-        <g transform="translate(-1 -1)">
-          <path d="M525.5 1221.362l-.5.304-2.22 1.29c-.265.126-.362.513-.186.75l.61.828-2.204 1.828 1 .235 1.5-.47 1.5.47 1-.235-2.22-2.78 2.236-1.392-.016-.828zm1 2.047c-.552 0-1 .447-1 1 0 .55.448 1 1 1s1-.45 1-1c0-.553-.448-1-1-1zm-6 3.952l-1.5.47v1.03l.156-.047 1.344-.453 1.5.5 1.5-.5 1.5.5 1.5-.5 1.5.5v-1.03l-1.5-.47-1.5.47-1.5-.47-1.5.47-1.5-.47z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-          <path d="M525.5 1221.362l-.5.304-2.22 1.29c-.265.126-.362.513-.186.75l.61.828-2.204 1.828 1 .235 1.5-.47 1.5.47 1-.235-2.22-2.78 2.236-1.392-.016-.828zm1 2.047c-.552 0-1 .447-1 1 0 .55.448 1 1 1s1-.45 1-1c0-.553-.448-1-1-1zm-6 3.952l-1.5.47v1.03l.156-.047 1.344-.453 1.5.5 1.5-.5 1.5.5 1.5-.5 1.5.5v-1.03l-1.5-.47-1.5.47-1.5-.47-1.5.47-1.5-.47z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M516 1218.362h12v12h-12z"/>
-      </g>
-      <g transform="translate(-234)" color="#000">
-        <path d="M479 1246.362c-1 1-1 2-1 2l10 10 1.5-.5 4 4c.316.317.506.5.906.5.125 0 .28 0 .438-.156.156-.156.156-.312.156-.437 0-.4-.218-.626-.5-.908l-4-4 .5-1.5-10-10s-1 0-2 1zm3.5 9c-.828 0-1.5.672-1.5 1.5 0 .83.672 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.828-.672-1.5-1.5-1.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" overflow="visible"/>
-        <path d="M479 1246.362c-1 1-1 2-1 2l10 10 1.5-.5 4 4c.316.317.506.5.906.5.125 0 .28 0 .438-.156.156-.156.156-.312.156-.437 0-.4-.218-.626-.5-.908l-4-4 .5-1.5-10-10s-1 0-2 1zm3.5 9c-.828 0-1.5.672-1.5 1.5 0 .83.672 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.828-.672-1.5-1.5-1.5z" fill="#444" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M474 1242.362h24v24h-24z"/>
-      </g>
-      <g transform="translate(-234)" color="#000">
-        <g transform="translate(-1 -1)">
-          <path d="M504.438 1245.33s-.813 0-1.625.813c-.813.813-.813 1.625-.813 1.625l8.125 8.125 1.22-.406 2.436 2.438c.258.257.426.406.75.406.103 0 .218 0 .345-.124.127-.127.125-.242.125-.344 0-.325-.177-.52-.406-.75l-2.438-2.437.407-1.22-8.125-8.124zm2.312 10.032c-.69 0-1.25.56-1.25 1.25s.56 1.25 1.25 1.25 1.25-.56 1.25-1.25-.56-1.25-1.25-1.25z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-          <path d="M504.438 1245.33s-.813 0-1.625.813c-.813.813-.813 1.625-.813 1.625l8.125 8.125 1.22-.406 2.436 2.438c.258.257.426.406.75.406.103 0 .218 0 .345-.124.127-.127.125-.242.125-.344 0-.325-.177-.52-.406-.75l-2.438-2.437.407-1.22-8.125-8.124zm2.312 10.032c-.69 0-1.25.56-1.25 1.25s.56 1.25 1.25 1.25 1.25-.56 1.25-1.25-.56-1.25-1.25-1.25z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M498 1242.362h18v18h-18z"/>
-      </g>
-      <g transform="translate(-234)" color="#000">
-        <path d="M520 1243.612s-.5.25-1 .75-.75 1-.75 1l5 5h1.25l2 2h.5v-.5l-2-2v-1.25l-5-5zm-1 5.25c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path d="M520 1243.612s-.5.25-1 .75-.75 1-.75 1l5 5h1.25l2 2h.5v-.5l-2-2v-1.25l-5-5zm-1 5.25c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1z" fill="#444" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M516 1242.362h12v12h-12z"/>
-      </g>
-      <g transform="translate(-234)">
-        <g transform="translate(-1)">
-          <path d="M487 1270.362c-1 0-2 .5-2 2 0 .537.044.628.156 1.094l.688 2.844-3.72 2.28-3.374-1.968c-.112-.066-.26-.068-.438-.03-.178.036-.312.248-.312.468 0 .22.096.347.25.437l14.5 8.5c.456.263.867.37 1.25.375.268 0 .532-.035.75-.125.53-.218.862-.61 1.094-.843.116-.117.156-.258.156-.407 0-.21-.13-.436-.406-.468-.18-.022-.325.043-.438.186-.234.298-.528.52-.78.625-.254.105-.535.124-1.126-.218l-9.28-5.437 3.592-2.094c.333-.227.503-.67.407-1.06l-.408-1.658 3.576 2.105.675 2.57c.077.29.29.537.562.657l2.28 1c1.607.704 1.836-.826.814-1.27l-1.876-.81-1.594-6.25-3.063-1.75c-.786-.455-1.437-.75-1.937-.75zm8 2c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-          <path d="M487 1270.362c-1 0-2 .5-2 2 0 .537.044.628.156 1.094l.688 2.844-3.72 2.28-3.374-1.968c-.112-.066-.26-.068-.438-.03-.178.036-.312.248-.312.468 0 .22.096.347.25.437l14.5 8.5c.456.263.867.37 1.25.375.268 0 .532-.035.75-.125.53-.218.862-.61 1.094-.843.116-.117.156-.258.156-.407 0-.21-.13-.436-.406-.468-.18-.022-.325.043-.438.186-.234.298-.528.52-.78.625-.254.105-.535.124-1.126-.218l-9.28-5.437 3.592-2.094c.333-.227.503-.67.407-1.06l-.408-1.658 3.576 2.105.675 2.57c.077.29.29.537.562.657l2.28 1c1.607.704 1.836-.826.814-1.27l-1.876-.81-1.594-6.25-3.063-1.75c-.786-.455-1.437-.75-1.937-.75zm8 2c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2z" color="#000" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" color="#000" fill="none" overflow="visible" d="M474 1266.362h24v24h-24z"/>
-      </g>
-      <g transform="translate(-234)" color="#000">
-        <g transform="translate(0 -1)">
-          <path d="M506 1270.362c-1 0-1.5.5-1.5 1.5 0 .396.136.657.22 1l.78 2-2.813 1.97-2.687-1.47v1l11 6h1l1-1-.5-.5-.5-.5v1h-1l-7-3.812 2.47-1.656c.244-.168.6-.243.53-.532l-.53-1.47 2.53 1.47.625 1.97c.057.21.205.41.406.5l1.69.718c1.182.518 1.346-.61.592-.938l-1.375-.594-.937-2.656v-2l-2.5-1.406c-.58-.334-1-.594-1.5-.594zm6.5 1.5c-.814 0-1.5.686-1.5 1.5s.686 1.5 1.5 1.5 1.5-.686 1.5-1.5-.686-1.5-1.5-1.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-          <path d="M506 1270.362c-1 0-1.5.5-1.5 1.5 0 .396.136.657.22 1l.78 2-2.813 1.97-2.687-1.47v1l11 6h1l1-1-.5-.5-.5-.5v1h-1l-7-3.812 2.47-1.657c.244-.168.6-.242.53-.53l-.53-1.47 2.53 1.47.625 1.968c.057.213.205.412.406.5l1.69.72c1.182.518 1.346-.61.592-.938l-1.375-.594-.937-2.656v-2l-2.5-1.406c-.58-.334-1-.594-1.5-.594zm6.5 1.5c-.814 0-1.5.686-1.5 1.5s.686 1.5 1.5 1.5 1.5-.686 1.5-1.5-.686-1.5-1.5-1.5z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M498 1266.362h18v18h-18z"/>
-      </g>
-      <g transform="translate(-234)" color="#000">
-        <g transform="translate(0 -1)">
-          <path d="M522 1269.362c-.5 0-1 1-1 1.5v2l-1.625.78-1.375-.78v.5l7 4v-.5l-4.688-2.687 1.688-.625v-2.188h1l1 1.5v1.5l1 1h1v-1h-1v-1.5l-.5-2.5-1.5-1h-1zm4.5 1.5c-.552 0-1 .448-1 1s.448 1 1 1c.187 0 .35-.067.5-.156v-1.687c-.15-.09-.313-.158-.5-.158z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-          <path d="M522 1269.362c-.5 0-1 1-1 1.5v2l-1.625.78-1.375-.78v.5l7 4v-.5l-4.688-2.687 1.688-.625v-2.188h1l1 1.5v1.5l1 1h1v-1h-1v-1.5l-.5-2.5-1.5-1h-1zm4.5 1.5c-.552 0-1 .448-1 1s.448 1 1 1c.187 0 .35-.067.5-.156v-1.687c-.15-.09-.313-.158-.5-.158z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M516 1266.362h12v12h-12z"/>
-      </g>
-      <g transform="translate(84 -2)">
-        <path d="M21 1065.362v1l-7-1v4l2 2c0 .5-.5 1-1 1h-5c-.5 0-1-.5-1-1l2-2v-4l-7 1v-1l7-4v-2c0-1 .5-4 1.5-4s1.5 3 1.5 4v2z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path d="M21 1065.862v.5l-7-1v4l2 2c0 .5-.5 1-1 1h-5c-.5 0-1-.5-1-1l2-2v-4l-7 1v-.5c0-.5.306-.638.5-.75l6.5-3.75v-2c0-1 .5-4 1.5-4s1.5 3 1.5 4v2l6.5 3.75c.278.16.5.24.5.75z" fill="#444"/>
-      </g>
-      <path opacity=".5" color="#000" fill="none" overflow="visible" d="M84 1050.362h24v24H84z"/>
-      <path d="M124.5 1060.362v1l-5.5-1v3l2 1.222v.778h-6v-.778l2-1.222v-3l-5.5 1v-1l5.5-3v-3c0-.778.222-2 1-2s1 1.222 1 2v3z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M124.5 1060.362v1l-5.5-1v3l2 1.222v.778h-6v-.778l2-1.222v-3l-5.5 1v-1l5.5-3v-3c0-.778.222-2 1-2s1 1.222 1 2v3z" fill="#444"/>
-      <path opacity=".5" color="#000" fill="none" overflow="visible" d="M108 1050.362h18v18h-18z"/>
-      <g transform="translate(-1 -1)">
-        <path d="M137 1057.79v.572l-3-.5v2l1 1.056v.444h-3v-.444l1-1.056v-2l-3 .5v-.57l3-1.43v-2c0-.444.056-1 .5-1s.5.556.5 1v2z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path d="M137 1057.79v.572l-3-.5v2l1 1.056v.444h-3v-.444l1-1.056v-2l-3 .5v-.57l3-1.43v-2c0-.444.056-1 .5-1s.5.556.5 1v2z" fill="#444"/>
-      </g>
-      <path opacity=".5" color="#000" fill="none" overflow="visible" d="M126 1050.362h12v12h-12z"/>
-      <g color="#000">
-        <g transform="translate(0 1)">
-          <path d="M96.25 1091.362H105c.5 0 1-.5 1-1v-3c0-1-.48-1.48-1-2l-1-1c-.333-.333-1-1-2-1h-3v-2h6c.554 0 1-.446 1-1s-.446-1-1-1H92c-.554 0-1 .446-1 1s.446 1 1 1h6v2h-7.28c-.347-.597-.98-1-1.72-1-1.105 0-2 .896-2 2 0 1.105.895 2 2 2 .577 0 1.072-.265 1.438-.656l3.562 3.656c1 1.026 1.75 2 2.25 2zm-7.25-8c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-          <path d="M96.25 1091.362H105c.5 0 1-.5 1-1v-3c0-1-.48-1.48-1-2l-1-1c-.333-.333-1-1-2-1h-3v-2h6c.554 0 1-.446 1-1s-.446-1-1-1H92c-.554 0-1 .446-1 1s.446 1 1 1h6v2h-7.28c-.347-.597-.98-1-1.72-1-1.105 0-2 .896-2 2 0 1.105.895 2 2 2 .577 0 1.072-.265 1.438-.656l3.562 3.656c1 1.026 1.75 2 2.25 2zm-7.25-8c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M84 1074.362h24v24H84z"/>
-      </g>
-      <g color="#000">
-        <path d="M118.194 1087.362h5.028c.39 0 .778-.39.778-.778v-2.333c0-.777-.374-1.15-.778-1.555l-.778-.777c-.26-.26-.777-.556-1.555-.556H119v-2h3.222c.43 0 .778-.125.778-.555 0-.43-.29-.445-.722-.445h-7.334c-.43 0-.833.014-.833.445 0 .43.35.51.78.555H118v2H113.892c-.27-.464-.76-.778-1.336-.778-.86 0-1.556.697-1.556 1.556 0 .86.696 1.555 1.556 1.555.448 0 .834-.206 1.118-.51l2.77 2.622c.81.766 1.362 1.555 1.75 1.555zm-5.638-6c.43 0 .777.348.777.778 0 .43-.348.778-.777.778-.43 0-.778-.348-.778-.778 0-.43.348-.778.778-.778z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path d="M118.194 1087.362h5.028c.39 0 .778-.39.778-.778v-2.333c0-.777-.374-1.15-.778-1.555l-.778-.777c-.26-.26-.777-.556-1.555-.556H119v-2h3.222c.43 0 .778-.125.778-.555 0-.43-.29-.445-.722-.445h-7.334c-.43 0-.833.014-.833.445 0 .43.35.51.78.555H118v2H113.892c-.27-.464-.76-.778-1.336-.778-.86 0-1.556.697-1.556 1.556 0 .86.696 1.555 1.556 1.555.448 0 .834-.206 1.118-.51l2.77 2.622c.81.766 1.362 1.555 1.75 1.555zm-5.638-6c.43 0 .777.348.777.778 0 .43-.348.778-.777.778-.43 0-.778-.348-.778-.778 0-.43.348-.778.778-.778z" fill="#444" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M108 1074.362h18v18h-18z"/>
-      </g>
-      <g color="#000">
-        <g transform="translate(0 -1)">
-          <path d="M132.625 1084.362h3.875c.25 0 .5-.25.5-.5v-1.5c0-.5-.24-.74-.5-1l-.5-.5c-.167-.166-.5-.5-1-.5h-1v-1h2.5c.277 0 .5-.223.5-.5s-.223-.5-.5-.5h-6c-.277 0-.5.223-.5.5s.223.5.5.5h2.5v1h-3.14c-.174-.298-.49-.5-.86-.5-.552 0-1 .448-1 1s.448 1 1 1c.29 0 .536-.132.72-.328l1.78 1.828c.5.513.875 1 1.125 1zm-3.625-4c.276 0 .5.224.5.5s-.224.5-.5.5-.5-.224-.5-.5.224-.5.5-.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-          <path d="M132.625 1084.362h3.875c.25 0 .5-.25.5-.5v-1.5c0-.5-.24-.74-.5-1l-.5-.5c-.167-.166-.5-.5-1-.5h-1v-1h2.5c.277 0 .5-.223.5-.5s-.223-.5-.5-.5h-6c-.277 0-.5.223-.5.5s.223.5.5.5h2.5v1h-3.14c-.174-.298-.49-.5-.86-.5-.552 0-1 .448-1 1s.448 1 1 1c.29 0 .536-.132.72-.328l1.78 1.828c.5.513.875 1 1.125 1zm-3.625-4c.276 0 .5.224.5.5s-.224.5-.5.5-.5-.224-.5-.5.224-.5.5-.5z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M126 1074.362h12v12h-12z"/>
-      </g>
-      <g transform="translate(0 24)" color="#000">
-        <g transform="translate(84 24)">
-          <path d="M7 1076.362l5.5 3 5.5-3zm2 4l-3 2v11c0 .5.5 1 1 1h11c.5 0 1-.5 1-1v-11l-3-2z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-          <path d="M7 1076.362l5.5 3 5.5-3zm2 4l-3 2v11c0 .5.5 1 1 1h11c.5 0 1-.5 1-1v-11l-3-2zm1 2h5l2 1v3H8v-3zm-1 8c.554 0 1 .446 1 1s-.446 1-1 1-1-.446-1-1 .446-1 1-1zm7 0c.554 0 1 .446 1 1s-.446 1-1 1-1-.446-1-1 .446-1 1-1z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M84 1098.362h24v24H84z"/>
-      </g>
-      <g transform="translate(0 24)" color="#000">
-        <path d="M113 1100.362l3.5 2h2l3.5-2zm1 3l-2 1.5v7.5c0 .5.5 1 1 1h9c.5 0 1-.5 1-1v-7.5l-2-1.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path d="M113 1100.362l3.5 2h2l3.5-2zm1 3l-2 1.5v7.5c0 .5.5 1 1 1h9c.5 0 1-.5 1-1v-7.5l-2-1.5zm1.5 1h4l1.5 1v2h-7v-2zm-.75 5.5c.414 0 .75.336.75.75s-.336.75-.75.75-.75-.336-.75-.75.336-.75.75-.75zm5.5 0c.414 0 .75.336.75.75s-.336.75-.75.75-.75-.336-.75-.75.336-.75.75-.75z" fill="#444" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M108 1098.362h18v18h-18z"/>
-      </g>
-      <g transform="translate(0 24)" color="#000">
-        <path d="M129 1099.362l3 2h1l3-2zm1.5 3l-1.5 1v5.5c0 .25.25.5.5.5h6c.25 0 .5-.25.5-.5v-5.5l-1.5-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path d="M129 1099.362l3 2h1l3-2zm1.5 3l-1.5 1v5.5c0 .25.25.5.5.5h6c.25 0 .5-.25.5-.5v-5.5l-1.5-1zm.5 1h3l1 .5v1.5h-5v-1.5zm-.5 4c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm4 0c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5z" fill="#444" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M126 1098.362h12v12h-12z"/>
-      </g>
-      <g transform="translate(0 24)" color="#000">
-        <g transform="translate(84 45)">
-          <path d="M9 1079.362l-3 2v11c0 .5.5 1 1 1h11c.5 0 1-.5 1-1v-11l-3-2zm3.5 15l-5.5 3h11z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-          <path d="M9 1079.362l-3 2v11c0 .5.5 1 1 1h11c.5 0 1-.5 1-1v-11l-3-2zm1 2h5l2 1v3H8v-3zm-1 8c.554 0 1 .446 1 1s-.446 1-1 1-1-.446-1-1 .446-1 1-1zm7 0c.554 0 1 .446 1 1s-.446 1-1 1-1-.446-1-1 .446-1 1-1zm-3.5 5l-5.5 3h11z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M84 1122.362h24v24H84z"/>
-      </g>
-      <g transform="translate(0 24)" color="#000">
-        <path d="M114 1124.362l-2 1.5v7.5c0 .5.5 1 1 1h9c.5 0 1.066-.504 1-1v-7.5l-2-1.5zm2.5 11l-3.5 2h9l-3.5-2z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path d="M114 1124.362l-2 1.5v7.5c0 .5.5 1 1 1h9c.5 0 1-.5 1-1v-7.5l-2-1.5zm1.5 1h4l1.5 1v2h-7v-2zm-.75 5.5c.414 0 .75.336.75.75s-.336.75-.75.75-.75-.336-.75-.75.336-.75.75-.75zm5.5 0c.414 0 .75.336.75.75s-.336.75-.75.75-.75-.336-.75-.75.336-.75.75-.75zm-3.75 4.5l-3.5 2h9l-3.5-2z" fill="#444" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M108 1122.362h18v18h-18z"/>
-      </g>
-      <g transform="translate(0 24)" color="#000">
-        <path d="M130.5 1123.362l-1.5 1v5.5c0 .25.25.5.5.5h6c.25 0 .5-.25.5-.5v-5.5l-1.5-1h-4zm.5 1h3l1 .5v1.5h-5v-1.5l1-.5zm-.5 4c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm4 0c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm-2.5 3l-3 2h7l-3-2h-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path d="M130.5 1123.362l-1.5 1v5.5c0 .25.25.5.5.5h6c.25 0 .5-.25.5-.5v-5.5l-1.5-1h-4zm.5 1h3l1 .5v1.5h-5v-1.5l1-.5zm-.5 4c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm4 0c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm-2.5 3l-3 2h7l-3-2h-1z" fill="#444" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M126 1122.362h12v12h-12z"/>
-      </g>
-      <g transform="translate(0 24)">
-        <path d="M93 1149.362v1h-2c-.5 0-1 .5-1 1v13h1v2h2v-2h7v2h2v-2h1v-13c0-.5-.5-1-1-1h-2v-1h-7z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-        <g transform="translate(83 141)">
-          <path d="M10 1008.362v1H8c-.5 0-1 .5-1 1v13h1v2h2v-2h7v2h2v-2h1v-13c0-.5-.5-1-1-1h-2v-1zm-1 3h9v5H9v-2zm1 8c.554 0 1 .446 1 1s-.446 1-1 1-1-.446-1-1 .446-1 1-1zm7 0c.554 0 1 .446 1 1s-.446 1-1 1-1-.446-1-1 .446-1 1-1z" color="#000" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" color="#000" fill="none" overflow="visible" d="M84 1146.362h24v24H84z"/>
-      </g>
-      <g transform="translate(0 24)" color="#000">
-        <path d="M114.5 1148.362v1H113c-.5 0-1 .5-1 1v10h1v1h2v-1h5v1h2v-1h1v-10c0-.5-.5-1-1-1h-1.5v-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path d="M114.5 1148.362v1H113c-.5 0-1 .5-1 1v10h1v1h2v-1h5v1h2v-1h1v-10c0-.5-.5-1-1-1h-1.5v-1h-6zm-.5 2h7v4h-7v-4zm.75 6.5c.414 0 .75.336.75.75s-.336.75-.75.75-.75-.336-.75-.75.336-.75.75-.75zm5.5 0c.414 0 .75.336.75.75s-.336.75-.75.75-.75-.336-.75-.75.336-.75.75-.75z" fill="#444" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M108 1146.362h18v18h-18z"/>
-      </g>
-      <g transform="translate(0 24)" color="#000">
-        <path d="M131 1147.362v1h-1.5c-.25 0-.5.25-.5.5v6.5h1v1h1v-1h3v1h1v-1h1v-6.5c0-.25-.25-.5-.5-.5H134v-1h-3z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path d="M131 1147.362v1h-1.5c-.25 0-.5.25-.5.5v6.5h1v1h1v-1h3v1h1v-1h1v-6.5c0-.25-.25-.5-.5-.5H134v-1zm-1 2h5v3h-5zm.5 4c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm4 0c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5z" fill="#444" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M126 1146.362h12v12h-12z"/>
-      </g>
-      <g transform="translate(0 24)" color="#000">
-        <g transform="translate(83 166)">
-          <path d="M9 1007.362c-.554 0-1 .446-1 1v16c0 .5.5 1 1 1h9c.5 0 1-.5 1-1v-5h.5c.5 0 .5.5.5.5v2c0 1 .5 1.5 1.5 1.5s1.5-.5 1.5-1.5v-5.5c0-1-2-2-2-3v-3h-1l-1-1v-1c0-.554-.446-1-1-1zm1 2h7v4h-7zm9 3h1v1.5c0 1 2 2 2 3v5c0 .5-.5.5-.5.5s-.5 0-.5-.5v-2.5c0-.5-.5-1-1-1h-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-          <path d="M9 1007.362c-.554 0-1 .446-1 1v16c0 .5.5 1 1 1h9c.5 0 1-.5 1-1v-5h.5c.5 0 .5.5.5.5v2c0 1 .5 1.5 1.5 1.5s1.5-.5 1.5-1.5v-5.5c0-1-2-2-2-3v-3h-1l-1-1v-1c0-.554-.446-1-1-1zm1 2h7v4h-7zm9 3h1v1.5c0 1 2 2 2 3v5c0 .5-.5.5-.5.5s-.5 0-.5-.5v-2.5c0-.5-.5-1-1-1h-1z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M84 1170.362h24v24H84z"/>
-      </g>
-      <g transform="translate(0 24)" color="#000">
-        <path d="M130.5 1171.362c-.277 0-.5.223-.5.5v8c0 .25.25.5.5.5h4c.25 0 .5-.25.5-.5v-.5h1.25c.5 0 .75-.25.75-.75v-2.75c0-.5-1-1-1-1.5v-1l-1-1v-.5c0-.277-.223-.5-.5-.5h-4zm.5 1h3v2h-3v-2zm4 1.5h.5v.75c0 .5 1 1 1 1.5v2.5c0 .25-.25.25-.25.25h-.75v-1.5h-.5v-3.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-        <path d="M130.5 1171.362c-.277 0-.5.223-.5.5v8c0 .25.25.5.5.5h4c.25 0 .5-.25.5-.5v-.5h1.25c.5 0 .75-.25.75-.75v-2.75c0-.5-1-1-1-1.5v-1l-1-1v-.5c0-.277-.223-.5-.5-.5h-4zm.5 1h3v2h-3v-2zm4 1.5h.5v.75c0 .5 1 1 1 1.5v2.5c0 .25-.25.25-.25.25h-.75v-1.5h-.5v-3.5z" fill="#444" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M126 1170.362h12v12h-12z"/>
-      </g>
-      <g transform="translate(0 24)" color="#000">
-        <g transform="matrix(.9 0 0 1 10.3 0)" fill="#b4b4b4" font-size="25.21" font-weight="bold" letter-spacing="0" word-spacing="0" font-family="Helvetica Neue">
-          <path d="M117 1219.362l-6 1.5v1.5l6-1.5 6 1.5v-1.5l-6-1.5zm-2.727 4v10h2.318v-3.562h.99c1.352 0 2.405-.274 3.136-.844.736-.57 1.09-1.393 1.09-2.47 0-1.033-.33-1.823-1.022-2.343-.686-.524-1.712-.78-3.034-.78h-3.477zm2.318 1.75h1.058c.63 0 1.07.107 1.363.344.3.237.445.597.445 1.094 0 .492-.16.865-.512 1.125-.353.255-.89.406-1.602.406h-.75v-2.968z" style="text-indent:0;text-align:start;line-height:125%;text-transform:none;block-progression:tb;-inkscape-font-specification:Helvetica Neue Bold" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2.089" stroke-linejoin="round" overflow="visible"/>
-          <path d="M117 1219.362l-6 1.5v1.5l6-1.5 6 1.5v-1.5l-6-1.5zm-2.727 4v10h2.318v-3.562h.99c1.352 0 2.405-.274 3.136-.844.736-.57 1.09-1.393 1.09-2.47 0-1.033-.33-1.823-1.022-2.343-.686-.524-1.712-.78-3.034-.78h-3.477zm2.318 1.75h1.058c.63 0 1.07.107 1.363.344.3.237.445.597.445 1.094 0 .492-.16.865-.512 1.125-.353.255-.89.406-1.602.406h-.75v-2.968z" style="text-indent:0;text-align:start;line-height:125%;text-transform:none;block-progression:tb;-inkscape-font-specification:Helvetica Neue Bold" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M108 1218.362h18v18h-18z"/>
-      </g>
-      <g color="#000">
-        <g transform="translate(84 21)">
-          <path d="M9 1081.362l-3 2v11c0 .5.5 1 1 1h11c.5 0 1-.5 1-1v-11l-3-2z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-          <path d="M9 1081.362l-3 2v11c0 .5.5 1 1 1h11c.5 0 1-.5 1-1v-11l-3-2zm1 2h5l2 1v3H8v-3zm-1 8c.554 0 1 .446 1 1s-.446 1-1 1-1-.446-1-1 .446-1 1-1zm7 0c.554 0 1 .446 1 1s-.446 1-1 1-1-.446-1-1 .446-1 1-1z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M84 1098.362h24v24H84z"/>
-      </g>
-      <g color="#000">
-        <g transform="translate(0 -2)">
-          <path d="M114 1104.362l-2 1.5v7.5c0 .5.5 1 1 1h9c.5 0 1.066-.504 1-1v-7.5l-2-1.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-          <path d="M114 1104.362l-2 1.5v7.5c0 .5.5 1 1 1h9c.5 0 1.066-.504 1-1v-7.5l-2-1.5zm1.5 1h4l1.5 1v2h-7v-2zm-1.25 5.5c.414 0 .75.336.75.75s-.336.75-.75.75-.75-.336-.75-.75.336-.75.75-.75zm6.5 0c.414 0 .75.336.75.75s-.336.75-.75.75-.75-.336-.75-.75.336-.75.75-.75z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M108 1098.362h18v18h-18z"/>
-      </g>
-      <g color="#000">
-        <g transform="translate(-1 -2)">
-          <path d="M131.5 1102.362l-1.5 1v5.5c0 .25.25.5.5.5h6c.25 0 .5-.25.5-.5v-5.5l-1.5-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-          <path d="M131.5 1102.362l-1.5 1v5.5c0 .25.25.5.5.5h6c.25 0 .5-.25.5-.5v-5.5l-1.5-1zm.5 1h3l1 .5v1.5h-5v-1.5zm-.5 4c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm4 0c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M126 1098.362h12v12h-12z"/>
-      </g>
-      <g transform="translate(-556 -24)" color="#000">
-        <path d="M670 1220.362c-.5 0-1 .5-1 1v11c0 .5.5 1 1 1h6c.5 0 1-.5 1-1v-3h.25c.137 0 .25.096.25.25v.75c0 .5.5 1 1 1h.5c.5 0 1-.407 1-1v-3.5c0-1-1-1-1-2v-1.5h-1l-1-1v-1c0-.5-.5-1-1-1zm0 1.5h6v2.5h-6zm7 3.5h1c0 1 1 1 1 2v2.75c0 .25-.25.25-.25.25s-.25 0-.25-.25v-.75c0-.59-.5-1-1-1h-.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-        <path d="M670 1220.362c-.5 0-1 .5-1 1v11c0 .5.5 1 1 1h6c.5 0 1-.5 1-1v-3h.25c.137 0 .25.096.25.25v.75c0 .5.5 1 1 1h.5c.5 0 1-.407 1-1v-3.5c0-1-1-1-1-2v-1.5h-1l-1-1v-1c0-.5-.5-1-1-1zm0 1.5h6v2.5h-6zm7 3.5h1c0 1 1 1 1 2v2.75c0 .25-.25.25-.25.25s-.25 0-.25-.25v-.75c0-.59-.5-1-1-1h-.5z" fill="#444" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M664 1218.362h18v18h-18z"/>
-      </g>
-      <g transform="translate(7 -193)" color="#000">
-        <path d="M394 1246.362l2 16c.063.5.5 1 1 1h9c.5 0 .938-.5 1-1l2-16zm2.25 2h10.5l-.47 4h-9.56z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path d="M394 1246.362l2 16c.063.5.5 1 1 1h9c.5 0 .938-.5 1-1l2-16zm2.25 2h10.5l-.47 4h-9.56z" fill="#444" overflow="visible"/>
-      </g>
-      <g transform="translate(78 -192)" color="#000">
-        <path d="M346 1244.362l1.5 13c.058.5.5 1 1 1h6c.5 0 .942-.5 1-1l1.5-13zm2 2h7l-.4 3h-6.2z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path d="M346 1244.362l1.5 13c.058.5.5 1 1 1h6c.5 0 .942-.5 1-1l1.5-13zm2 2h7l-.4 3h-6.2z" fill="#444" overflow="visible"/>
-      </g>
-      <g transform="translate(78 -192)" color="#000">
-        <path d="M363 1243.362l1 8.5c.036.286.214.5.5.5h4c.286 0 .45-.216.5-.5l1-8.5zm1.5 1h4l-.25 2h-3.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path d="M363 1243.362l1 8.5c.036.286.214.5.5.5h4c.286 0 .45-.216.5-.5l1-8.5zm1.5 1h4l-.25 2h-3.5z" fill="#444" overflow="visible"/>
-      </g>
-      <g transform="translate(-156 -24)" color="#000">
-        <path d="M345.78 1268.362c-.388 0-.78.393-.78.78v5.502c0 1.723.764 3.78 3.875 3.78.28 0-.12-.026.125-.06v-2h-2.5s.555-2 2.5-2v-1.657c0-.713.11-1.454.5-1.845.39-.39.868-1.267 2.5-.5l1 .5v-1.718c0-.39-.392-.78-.78-.78-.723 0-2.22 1-3.22 1s-2.497-1-3.22-1zm1.22 2c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm3.78 1c-.365 0-.78.393-.78.78v5.22c0 1.724.89 4 4 4s4-2.276 4-4v-5.22c0-.387-.415-.78-.78-.78-.723 0-2.22 1-3.22 1s-2.497-1-3.22-1zm1.22 2c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm4 0c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm-4.5 4h5s-.556 2-2.5 2-2.5-2-2.5-2z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path d="M345.78 1268.362c-.388 0-.78.393-.78.78v5.502c0 1.723.764 3.78 3.875 3.78.28 0-.12-.026.125-.06v-2h-2.5s.555-2 2.5-2v-1.657c0-.713.11-1.454.5-1.845.39-.39.888-1.308 2.5-.5l1 .5v-1.718c0-.39-.392-.78-.78-.78-.723 0-2.22 1-3.22 1s-2.497-1-3.22-1zm1.22 2c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm3.78 1c-.365 0-.78.393-.78.78v5.22c0 1.724.89 4 4 4s4-2.276 4-4v-5.22c0-.387-.415-.78-.78-.78-.723 0-2.22 1-3.22 1s-2.497-1-3.22-1zm1.22 2c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm4 0c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm-4.5 4h5s-.556 2-2.5 2-2.5-2-2.5-2z" fill="#444" overflow="visible"/>
-        <path fill="none" overflow="visible" d="M342 1266.362h18v18h-18z"/>
-      </g>
-      <g transform="translate(-156 -24)" color="#000">
-        <path d="M362.5 1268.362c-.25 0-.5.25-.5.5v3c0 1.108.5 2.5 2.5 2.5.18 0 .343-.01.5-.03v-1.47h-2s.25-1 1.5-1c.25 0 .348.037.5.094v-1.094c0-.458.202-.81.453-1.062.25-.25.59-.438 1.047-.438h.5v-.5c0-.25-.264-.5-.5-.5-.5 0-1 .5-2 .5-.867 0-1.5-.5-2-.5zm1 2c.276 0 .5.224.5.5s-.224.5-.5.5-.5-.224-.5-.5.224-.5.5-.5zm3 0c-.236 0-.5.25-.5.5v3c0 1.108.5 2.5 2.5 2.5s2.5-1.392 2.5-2.5v-3c0-.25-.264-.5-.5-.5-.5 0-1.255.5-2 .5-.745 0-1.5-.5-2-.5zm1 2c.276 0 .5.224.5.5s-.224.5-.5.5-.5-.224-.5-.5.224-.5.5-.5zm2 0c.276 0 .5.224.5.5s-.224.5-.5.5-.5-.224-.5-.5.224-.5.5-.5zm-2.5 2h3s-.25 1-1.5 1-1.5-1-1.5-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path d="M362.5 1268.362c-.25 0-.5.25-.5.5v3c0 1.108.5 2.5 2.5 2.5.18 0 .343-.01.5-.03v-1.47h-2s.25-1 1.5-1c.25 0 .348.037.5.094v-1.094c0-.458.202-.81.453-1.062.25-.25.59-.438 1.047-.438h.5v-.5c0-.25-.264-.5-.5-.5-.5 0-1 .5-2 .5-.867 0-1.5-.5-2-.5zm1 2c.276 0 .5.224.5.5s-.224.5-.5.5-.5-.224-.5-.5.224-.5.5-.5zm3 0c-.236 0-.5.25-.5.5v3c0 1.108.5 2.5 2.5 2.5s2.5-1.392 2.5-2.5v-3c0-.25-.264-.5-.5-.5-.5 0-1.255.5-2 .5-.745 0-1.5-.5-2-.5zm1 2c.276 0 .5.224.5.5s-.224.5-.5.5-.5-.224-.5-.5.224-.5.5-.5zm2 0c.276 0 .5.224.5.5s-.224.5-.5.5-.5-.224-.5-.5.224-.5.5-.5zm-2.5 2h3s-.25 1-1.5 1-1.5-1-1.5-1z" fill="#444" overflow="visible"/>
-        <path fill="none" overflow="visible" d="M360 1266.362h12v12h-12z"/>
-      </g>
-      <g transform="translate(-156 -24)" color="#000">
-        <path opacity=".3" fill="none" overflow="visible" d="M360 1290.362h12v12h-12z"/>
-        <path d="M366 1292.362c-2.5 0-4 1.5-4 3 0 1 .5 2 2 2 1 0 1 .25 1 1 0 1.5 1.5 2 2.5 2 2.5 0 3.5-2.25 3.5-4 0-3.5-2.515-4-5-4zm-.625 1c.345 0 .625.28.625.625s-.28.625-.625.625-.625-.28-.625-.625.28-.625.625-.625zm2 0c.345 0 .625.28.625.625s-.28.625-.625.625-.625-.28-.625-.625.28-.625.625-.625zm-3.75.75c.345 0 .625.28.625.625s-.28.625-.625.625-.625-.28-.625-.625.28-.625.625-.625zm5.75.25c.345 0 .625.28.625.625s-.28.625-.625.625-.625-.28-.625-.625.28-.625.625-.625zm-2.375 2.5c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path d="M366 1292.362c-2.5 0-4 1.5-4 3 0 1 .5 2 2 2 1 0 1 .25 1 1 0 1.5 1.5 2 2.5 2 2.5 0 3.5-2.25 3.5-4 0-3.5-2.515-4-5-4zm-.625 1c.345 0 .625.28.625.625s-.28.625-.625.625-.625-.28-.625-.625.28-.625.625-.625zm2 0c.345 0 .625.28.625.625s-.28.625-.625.625-.625-.28-.625-.625.28-.625.625-.625zm-3.75.75c.345 0 .625.28.625.625s-.28.625-.625.625-.625-.28-.625-.625.28-.625.625-.625zm5.75.25c.345 0 .625.28.625.625s-.28.625-.625.625-.625-.28-.625-.625.28-.625.625-.625zm-2.375 2.5c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1z" fill="#444" overflow="visible"/>
-      </g>
-      <g transform="translate(-156 -24)" color="#000">
-        <path d="M329 1294.362c-5 0-8 4-8 6s1 3.5 3 3.5 3 .5 3 2c0 2 1.5 3.5 3.5 3.5 6.5 0 9.5-3.5 9.5-7 0-6-5-8-11-8z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path d="M329 1294.362c-5 0-8 4-8 6s1 3.5 3 3.5 3 .5 3 2c0 2 1.5 3.5 3.5 3.5 6.5 0 9.5-3.5 9.5-7 0-6-5-8-11-8zm-1.25 2c.69 0 1.25.56 1.25 1.25s-.56 1.25-1.25 1.25-1.25-.56-1.25-1.25.56-1.25 1.25-1.25zm4 0c.69 0 1.25.56 1.25 1.25s-.56 1.25-1.25 1.25-1.25-.56-1.25-1.25.56-1.25 1.25-1.25zm4 2c.69 0 1.25.56 1.25 1.25s-.56 1.25-1.25 1.25-1.25-.56-1.25-1.25.56-1.25 1.25-1.25zm-11.5 1c.69 0 1.25.56 1.25 1.25s-.56 1.25-1.25 1.25-1.25-.56-1.25-1.25.56-1.25 1.25-1.25zm6.25 5c.828 0 1.5.672 1.5 1.5 0 .83-.672 1.5-1.5 1.5s-1.5-.67-1.5-1.5c0-.828.672-1.5 1.5-1.5z" fill="#444" overflow="visible"/>
-        <path opacity=".3" fill="none" overflow="visible" d="M318 1290.362h24v24h-24z"/>
-      </g>
-      <g transform="translate(-156 -24)" color="#000">
-        <g transform="matrix(.8 0 0 .8 94.3 286.6)">
-          <path d="M329.357 1294.362c-5 0-8.357 4.43-8.357 6.43 0 1.927 1.286 3.213 3.214 3.213 2 0 3.857.43 3.857 1.93 0 2 1.86 3.213 3.86 3.213 5.784 0 8.356-3.572 8.356-7.072 0-7.07-5.958-7.714-10.93-7.714zm-1.928 1.93c.71 0 1.284.574 1.284 1.284 0 .71-.575 1.286-1.285 1.286s-1.287-.575-1.287-1.286c0-.71.576-1.285 1.286-1.285zm3.856 0c.71 0 1.285.574 1.285 1.284 0 .71-.574 1.286-1.284 1.286-.71 0-1.286-.575-1.286-1.286 0-.71.576-1.285 1.286-1.285zm3.857 1.927c.7 0 1.245.585 1.245 1.285s-.545 1.246-1.245 1.246c-.7 0-1.286-.545-1.286-1.245 0-.7.586-1.286 1.286-1.286zm-10.286 1.285c.71 0 1.286.576 1.286 1.286 0 .71-.576 1.286-1.286 1.286-.71 0-1.286-.575-1.286-1.285s.577-1.285 1.287-1.285z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2.57142" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-          <path d="M329.357 1294.362c-5 0-8.357 4.43-8.357 6.43 0 1.927 1.286 3.213 3.214 3.213 2 0 3.857.43 3.857 1.93 0 2 1.86 3.213 3.86 3.213 5.784 0 8.356-3.572 8.356-7.072 0-7.07-5.958-7.714-10.93-7.714zm-1.928 1.93c.71 0 1.284.574 1.284 1.284 0 .71-.575 1.286-1.285 1.286s-1.287-.575-1.287-1.286c0-.71.576-1.285 1.286-1.285zm3.856 0c.71 0 1.285.574 1.285 1.284 0 .71-.574 1.286-1.284 1.286-.71 0-1.286-.575-1.286-1.286 0-.71.576-1.285 1.286-1.285zm3.857 1.927c.7 0 1.245.585 1.245 1.285s-.545 1.246-1.245 1.246c-.7 0-1.286-.545-1.286-1.245 0-.7.586-1.286 1.286-1.286zm-10.286 1.285c.71 0 1.286.576 1.286 1.286 0 .71-.576 1.286-1.286 1.286-.71 0-1.286-.575-1.286-1.285s.577-1.285 1.287-1.285zm6.75 4.5c.888 0 1.607.72 1.607 1.607 0 .888-.72 1.607-1.607 1.607s-1.607-.72-1.607-1.608c0-.887.72-1.607 1.607-1.607z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".3" fill="none" overflow="visible" d="M342 1290.362h18v18h-18z"/>
-      </g>
-      <g transform="translate(0 24)" color="#000">
-        <g transform="translate(0 6)" font-size="25.21" font-weight="bold" letter-spacing="0" word-spacing="0" font-family="Helvetica Neue">
-          <path d="M96.5 1216.362l-6.5 2v2l6.5-2 6.5 2v-2l-6.5-2zm-3.094 4.25v11.406h2.406v-4.062h1.063c1.417 0 2.516-.318 3.28-.97.772-.65 1.126-1.582 1.126-2.81 0-1.184-.337-2.064-1.06-2.657-.72-.6-1.772-.908-3.157-.908h-3.657zm2.406 1.97h1.126c.66 0 1.13.134 1.437.405.313.27.47.714.47 1.28 0 .564-.194.986-.564 1.283-.37.29-.91.437-1.655.437h-.813v-3.406z" style="text-indent:0;text-align:start;line-height:125%;text-transform:none;block-progression:tb;-inkscape-font-specification:Helvetica Neue Bold" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-          <path d="M96.5 1216.362l-6.5 2v2l6.5-2 6.5 2v-2l-6.5-2zm-3.094 4.25v11.406h2.406v-4.062h1.063c1.417 0 2.516-.318 3.28-.97.772-.65 1.126-1.582 1.126-2.81 0-1.184-.337-2.064-1.06-2.657-.72-.6-1.772-.908-3.157-.908h-3.657zm2.406 1.97h1.126c.66 0 1.13.134 1.437.405.313.27.47.714.47 1.28 0 .564-.194.986-.564 1.283-.37.29-.91.437-1.655.437h-.813v-3.406z" style="text-indent:0;text-align:start;line-height:125%;text-transform:none;block-progression:tb;-inkscape-font-specification:Helvetica Neue Bold" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M84 1218.362h24v24H84z"/>
-      </g>
-      <g color="#000">
-        <path opacity=".5" fill="none" overflow="visible" d="M-30 1290.362h12v12h-12z"/>
-        <path d="M-23.5 1291.362c-1.614 0-3.5 1-3.5 3.5 0 1.75 2.75 5.5 3.5 6.5.75-1 3.5-4.75 3.5-6.5 0-2.5-1.886-3.5-3.5-3.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-        <path d="M-23.5 1291.362c-1.614 0-3.5 1-3.5 3.5 0 1.75 2.75 5.5 3.5 6.5.75-1 3.5-4.75 3.5-6.5 0-2.5-1.886-3.5-3.5-3.5z" fill="#444" overflow="visible"/>
-      </g>
-      <g color="#000">
-        <path fill="none" overflow="visible" d="M126 1218.362h12v12h-12z"/>
-        <g style="text-indent:0;text-align:center;line-height:125%;text-transform:none;block-progression:tb;-inkscape-font-specification:Open Sans Bold" font-size="9.333" font-weight="bold" text-anchor="middle" fill="#444" stroke-width="2" overflow="visible" font-family="Open Sans">
-          <path d="M132.316 1224.168h.465c.436 0 .76-.085.977-.255.215-.173.323-.424.323-.752 0-.33-.09-.575-.273-.733-.18-.158-.462-.237-.848-.237h-.644v1.978m3.19-1.057c0 .718-.224 1.266-.674 1.646-.447.38-1.083.57-1.91.57h-.606v2.37h-1.412v-6.663h2.128c.808 0 1.422.175 1.84.524.423.346.634.864.635 1.554" opacity=".3" fill="#fff" stroke="#fff" stroke-linejoin="round" overflow="visible"/>
-          <path d="M132.316 1224.168h.465c.436 0 .76-.085.977-.255.215-.173.323-.424.323-.752 0-.33-.09-.575-.273-.733-.18-.158-.462-.237-.848-.237h-.644v1.978m3.19-1.057c0 .718-.224 1.266-.674 1.646-.447.38-1.083.57-1.91.57h-.606v2.37h-1.412v-6.663h2.128c.808 0 1.422.175 1.84.524.423.346.634.864.635 1.554"/>
-        </g>
-      </g>
-      <g color="#000">
-        <path d="M132.5 1243.362l-3.5 1v1l3.5-1 3.5 1v-1l-3.5-1zm-1.594 2.656v6.688h1.406v-2.375h.625c.827 0 1.46-.182 1.907-.56.45-.38.656-.94.656-1.658 0-.69-.203-1.216-.625-1.562-.42-.35-1.036-.53-1.844-.53h-2.124zm1.406 1.157h.657c.385 0 .663.092.843.25.182.158.28.42.28.75 0 .328-.127.577-.343.75-.216.17-.534.25-.97.25h-.468v-2z" style="text-indent:0;text-align:start;line-height:125%;text-transform:none;block-progression:tb;-inkscape-font-specification:Helvetica Neue Bold" font-size="25.21" font-weight="bold" letter-spacing="0" word-spacing="0" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible" font-family="Helvetica Neue"/>
-        <path d="M132.5 1243.362l-3.5 1v1l3.5-1 3.5 1v-1l-3.5-1zm-1.594 2.656v6.688h1.406v-2.375h.625c.827 0 1.46-.182 1.907-.56.45-.38.656-.94.656-1.658 0-.69-.203-1.216-.625-1.562-.42-.35-1.036-.53-1.844-.53h-2.124zm1.406 1.157h.657c.385 0 .663.092.843.25.182.158.28.42.28.75 0 .328-.127.577-.343.75-.216.17-.534.25-.97.25h-.468v-2z" style="text-indent:0;text-align:start;line-height:125%;text-transform:none;block-progression:tb;-inkscape-font-specification:Helvetica Neue Bold" font-size="25.21" font-weight="bold" letter-spacing="0" word-spacing="0" fill="#444" overflow="visible" font-family="Helvetica Neue"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M126 1242.362h12v12h-12z"/>
-      </g>
-      <g transform="translate(0 24)">
-        <path opacity=".5" color="#000" fill="none" overflow="visible" d="M84 1194.362h24v24H84z"/>
-        <g style="text-indent:0;text-align:center;line-height:125%;text-transform:none;block-progression:tb;-inkscape-font-specification:Open Sans Bold" font-size="12" font-weight="bold" text-anchor="middle" color="#000" fill="#444" stroke-width="2" overflow="visible" font-family="Open Sans" transform="matrix(1.3 0 0 1.3 84 -160.8)">
-          <path d="M8.87 1025.077h.6c.557 0 .975-.11 1.253-.328.277-.224.416-.546.416-.968 0-.426-.12-.74-.353-.943-.23-.204-.594-.306-1.09-.306H8.87v2.543m4.103-1.36c0 .923-.29 1.628-.868 2.116-.574.488-1.392.732-2.455.732h-.78v3.047H7.056v-8.566H9.79c1.04 0 1.83.224 2.368.674.543.445.815 1.11.815 1.998" opacity=".3" fill="#fff" stroke="#fff" stroke-width="1.5" stroke-linejoin="round" overflow="visible"/>
-          <path d="M8.87 1025.077h.6c.557 0 .975-.11 1.253-.328.277-.224.416-.546.416-.968 0-.426-.12-.74-.353-.943-.23-.204-.594-.306-1.09-.306H8.87v2.543m4.103-1.36c0 .923-.29 1.628-.868 2.116-.574.488-1.392.732-2.455.732h-.78v3.047H7.056v-8.566H9.79c1.04 0 1.83.224 2.368.674.543.445.815 1.11.815 1.998"/>
-        </g>
-      </g>
-      <g color="#000">
-        <g font-size="25.21" font-weight="bold" letter-spacing="0" word-spacing="0" font-family="Helvetica Neue">
-          <path d="M115 1222.362v10h2.125v-3.562h.906c1.24 0 2.206-.274 2.876-.844.675-.57 1-1.393 1-2.47 0-1.033-.304-1.823-.937-2.343-.63-.524-1.57-.78-2.782-.78zm2.125 1.75h.97c.578 0 .98.107 1.25.344.272.237.405.597.405 1.094 0 .492-.145.865-.47 1.125-.322.255-.816.406-1.468.406h-.687z" style="text-indent:0;text-align:start;line-height:125%;text-transform:none;block-progression:tb;-inkscape-font-specification:Helvetica Neue Bold" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-          <path d="M115 1222.362v10h2.125v-3.562h.906c1.24 0 2.206-.274 2.876-.844.675-.57 1-1.393 1-2.47 0-1.033-.304-1.823-.937-2.343-.63-.524-1.57-.78-2.782-.78zm2.125 1.75h.97c.578 0 .98.107 1.25.344.272.237.405.597.405 1.094 0 .492-.145.865-.47 1.125-.322.255-.816.406-1.468.406h-.687z" style="text-indent:0;text-align:start;line-height:125%;text-transform:none;block-progression:tb;-inkscape-font-specification:Helvetica Neue Bold" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M108 1218.362h18v18h-18z"/>
-      </g>
-      <g color="#000">
-        <path opacity=".3" fill="none" overflow="visible" d="M-72 1050.362h24v24h-24z"/>
-        <path d="M-59.5 1053.362c-4.694 0-8.5 3.806-8.5 8.5 0 4.695 3.806 8.5 8.5 8.5s8.5-3.805 8.5-8.5c0-4.694-3.806-8.5-8.5-8.5zm0 2c3.59 0 6.5 2.91 6.5 6.5s-2.91 6.5-6.5 6.5-6.5-2.91-6.5-6.5 2.91-6.5 6.5-6.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" overflow="visible"/>
-        <path d="M-59.5 1053.362c-4.694 0-8.5 3.806-8.5 8.5 0 4.695 3.806 8.5 8.5 8.5s8.5-3.805 8.5-8.5c0-4.694-3.806-8.5-8.5-8.5zm0 2c3.59 0 6.5 2.91 6.5 6.5s-2.91 6.5-6.5 6.5-6.5-2.91-6.5-6.5 2.91-6.5 6.5-6.5z" fill="#444" overflow="visible"/>
-      </g>
-      <g transform="translate(-468 216)" color="#000">
-        <path d="M564.5 1076.362c-4.694 0-8.5 3.806-8.5 8.5 0 4.695 3.806 8.5 8.5 8.5s8.5-3.805 8.5-8.5c0-4.694-3.806-8.5-8.5-8.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-        <path d="M564.5 1076.362c-4.694 0-8.5 3.806-8.5 8.5 0 4.695 3.806 8.5 8.5 8.5s8.5-3.805 8.5-8.5c0-4.694-3.806-8.5-8.5-8.5zm-5.5 7h11v3h-11v-3z" fill="#444" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M552 1074.362h24v24h-24z"/>
-      </g>
-      <g transform="translate(0 -24)">
-        <path d="M91.5 1294.362c-.277 0-.5.223-.5.5s.223.5.5.5h4l-.5 3v1l-7 2v2h7v4l-2.5 1v1h8v-1l-2.5-1v-4h7v-2l-7-2v-1l-.5-3h4c.277 0 .5-.223.5-.5s-.223-.5-.5-.5z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-        <path d="M91.5 1294.362c-.277 0-.5.223-.5.5s.223.5.5.5h4l-.5 3v1l-7 2v2h7v4l-2.5 1v1h8v-1l-2.5-1v-4h7v-2l-7-2v-1l-.5-3h4c.277 0 .5-.223.5-.5s-.223-.5-.5-.5z" fill="#444"/>
-        <path opacity=".5" color="#000" fill="none" overflow="visible" d="M84 1290.362h24v24H84z"/>
-      </g>
-      <g transform="translate(-468 216)" color="#000">
-        <path d="M600.5 1075.362c-2.485 0-4.5 2.015-4.5 4.5s2.015 4.5 4.5 4.5 4.5-2.015 4.5-4.5-2.015-4.5-4.5-4.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path d="M600.5 1075.362c-2.485 0-4.5 2.015-4.5 4.5s2.015 4.5 4.5 4.5 4.5-2.015 4.5-4.5-2.015-4.5-4.5-4.5zm-2.5 4h5v1h-5v-1z" fill="#444" overflow="visible"/>
-        <path fill="none" overflow="visible" d="M594 1074.362h12v12h-12z"/>
-      </g>
-      <g transform="translate(0 -24)">
-        <g transform="translate(0 1)">
-          <path d="M113.324 1292.362c-.212 0-.383.17-.383.383 0 .21.172.382.384.382h3.058l-.382 2.235v.94l-5 1.53v1.53h5v3.412l-2 .824v.764h7v-.765l-2-.823v-3.412h5v-1.53l-5-1.53v-.94l-.382-2.235h3.058c.212 0 .383-.17.383-.382s-.172-.383-.384-.383z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-          <path d="M113.324 1292.362c-.212 0-.383.17-.383.383 0 .21.172.382.384.382h3.058l-.382 2.235v.94l-5 1.53v1.53h5v3.412l-2 .824v.764h7v-.765l-2-.823v-3.412h5v-1.53l-5-1.53v-.94l-.382-2.235h3.058c.212 0 .383-.17.383-.382s-.172-.383-.384-.383z" fill="#444"/>
-        </g>
-        <path opacity=".5" color="#000" fill="none" overflow="visible" d="M108 1290.362h18v18h-18z"/>
-      </g>
-      <g transform="translate(0 -24)">
-        <g transform="translate(-1 -1)">
-          <path d="M131.25 1292.862c-.139 0-.25.112-.25.25 0 .14.112.25.25.25h2l-.25 1v1l-4 1v1h4v2l-1 .5v.5h3v-.5l-1-.5v-2h4v-1l-4-1v-1l-.25-1h2c.139 0 .25-.11.25-.25 0-.138-.112-.25-.25-.25z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-          <path d="M131.25 1292.862c-.139 0-.25.112-.25.25 0 .14.112.25.25.25h2l-.25 1v1l-4 1v1h4v2l-1 .5v.5h3v-.5l-1-.5v-2h4v-1l-4-1v-1l-.25-1h2c.139 0 .25-.11.25-.25 0-.138-.112-.25-.25-.25z" fill="#444"/>
-        </g>
-        <path opacity=".5" color="#000" fill="none" overflow="visible" d="M126 1290.362h12v12h-12z"/>
-      </g>
-      <g transform="translate(0 -24)" color="#000">
-        <path d="M121 1364.362l-1 .5-.5.5-.5 1v1l.094.406-6.344 6.344c-.75-.75-.75-2.75.25-3.75l1 1v-4l-1.5 1.5c-1 1-1.5 1.5-1.5 3v5.5h5.5c1 0 2-.5 3-1.5l.5-.5 1-1h-4l1 1c-1 1-3 1-3.75.25l6.344-6.344.406.095h1l1-.5.5-.5.5-1v-1l-.5-1-.5-.5-1-.5h-1zm0 1.5h1l.5.5v1l-.5.5h-1l-.5-.5v-1l.5-.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-        <path d="M121 1364.362l-1 .5-.5.5-.5 1v1l.094.406-6.344 6.344c-.75-.75-.75-2.75.25-3.75l1 1v-4l-1.5 1.5c-1 1-1.5 1.5-1.5 3v5.5h5.5c1 0 2-.5 3-1.5l.5-.5 1-1h-4l1 1c-1 1-3 1-3.75.25l6.344-6.344.406.095h1l1-.5.5-.5.5-1v-1l-.5-1-.5-.5-1-.5h-1zm0 1.5h1l.5.5v1l-.5.5h-1l-.5-.5v-1l.5-.5z" fill="#444" overflow="visible"/>
-        <rect width="18" height="18" rx="0" ry="0" x="108" y="1362.362" opacity=".3" fill="none" overflow="visible"/>
-      </g>
-      <g transform="translate(0 -24)" color="#000">
-        <g>
-          <path d="M94 1339.362c-.554 0-1 .446-1 1h-2c-.554 0-1 .446-1 1v6.063l-2 .937 2 4v2c1.5 0 2.5 1 3.5 1s1.5-1 3-1 2 1 3 1 2-1 3.5-1v-2l2-4-2-.937v-6.063c0-.554-.446-1-1-1h-2c0-.554-.446-1-1-1h-5zm-2 3h9v4.125l-4.5-2.125-4.5 2.125v-4.125zm-2 14c-.694 0-1.34.405-2 .625v2.03s1-.654 2-.655c1 0 2 1 3.5 1s1.974-.965 3-1c1 0 1.5 1 3 1s2.5-1 3.5-1c.702 0 2 .656 2 .656v-2.03c-.642-.248-1.343-.626-2-.626-1.5 0-2.5 1-3.5 1s-1.5-1-3-1-2 1-3 1-2-1-3.5-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-          <path d="M94 1339.362c-.554 0-1 .446-1 1h-2c-.554 0-1 .446-1 1v6.063l-2 .937 2 4v2c1.5 0 2.5 1 3.5 1s1.5-1 3-1 2 1 3 1 2-1 3.5-1v-2l2-4-2-.937v-6.063c0-.554-.446-1-1-1h-2c0-.554-.446-1-1-1h-5zm-2 3h9v4.125l-4.5-2.125-4.5 2.125v-4.125zm-2 14c-.694 0-1.34.405-2 .625v2.03s1-.654 2-.655c1 0 2 1 3.5 1s1.974-.965 3-1c1 0 1.5 1 3 1s2.5-1 3.5-1c.702 0 2 .656 2 .656v-2.03c-.642-.248-1.343-.626-2-.626-1.5 0-2.5 1-3.5 1s-1.5-1-3-1-2 1-3 1-2-1-3.5-1z" fill="#444" overflow="visible"/>
-        </g>
-        <rect width="24" height="24" rx="0" ry="0" x="84" y="1338.362" opacity=".3" fill="none" overflow="visible"/>
-      </g>
-      <g transform="translate(0 -24)" color="#000">
-        <path d="M116 1339.362c-.5 0-1 .5-1 1h-1.176c-.457 0-.853.544-.853 1l.03 3.5-2 1 2 3.5v1.5l2.5 1 2-1 2 1 2.5-1v-1.5l2-3.5-2-1v-3.5c0-.456-.367-1-.824-1H120c0-.5-.5-1-1-1zm-2 2h7v3.044l-3.5-2.044-3.5 2.044zm-1 11l-2 1v1.5l2-1 2.5 1 2-1 2 1 2.5-.853 2 .852v-1.5l-2-1-2.5 1-2-1-2 1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-        <path d="M116 1339.362c-.5 0-1 .5-1 1h-1.176c-.457 0-.853.544-.853 1l.03 3.5-2 1 2 3.5v1.5l2.5 1 2-1 2 1 2.5-1v-1.5l2-3.5-2-1v-3.5c0-.456-.367-1-.824-1H120c0-.5-.5-1-1-1zm-2 2h7v3.044l-3.5-2.044-3.5 2.044zm-1 11l-2 1v1.5l2-1 2.5 1 2-1 2 1 2.5-.853 2 .852v-1.5l-2-1-2.5 1-2-1-2 1z" fill="#444" overflow="visible"/>
-        <rect width="18" height="18" rx="0" ry="0" x="108" y="1338.362" opacity=".3" fill="none" overflow="visible"/>
-      </g>
-      <g transform="translate(0 -24)" color="#000">
-        <g transform="translate(-1)">
-          <path d="M130.5 1339.362c-.277 0-.5.223-.5.5v3.5l-1 .5 1 2v1l2 .5 1.5-.5 1.5.5 2-.5v-1l1-2-1-.47v-3.53c0-.277-.223-.5-.5-.5h-5zm.5 1h5v2.563l-2.5-1.563-2.5 1.5zm-.5 7.5l-1.5.468v1.032l.156-.062 1.344-.438 1.5.5 1.5-.5 1.5.5 1.5-.5 1.5.5v-1.03l-1.5-.47-1.5.47-1.5-.47-1.5.47z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-          <path d="M130.5 1339.362c-.277 0-.5.223-.5.5v3.5l-1 .5 1 2v1l2 .5 1.5-.5 1.5.5 2-.5v-1l1-2-1-.47v-3.53c0-.277-.223-.5-.5-.5h-5zm.5 1h5v2.563l-2.5-1.563-2.5 1.5zm-.5 7.5l-1.5.468v1.032l.156-.062 1.344-.438 1.5.5 1.5-.5 1.5.5 1.5-.5 1.5.5v-1.03l-1.5-.47-1.5.47-1.5-.47-1.5.47z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".3" fill="none" overflow="visible" d="M126 1338.362h12v12h-12z"/>
-      </g>
-      <g color="#000">
-        <path d="M-66.917 1245.362c-.54 0-1.083.542-1.083 1.083 0 .27.088.53.305.745l6.672 6.672-6.672 6.672c-.217.217-.305.475-.305.745 0 .54.542 1.082 1.083 1.082.27 0 .542-.067.78-.304l6.637-6.638 6.638 6.638c.237.237.508.304.78.304.54 0 1.082-.542 1.082-1.083 0-.27-.088-.53-.305-.746l-6.672-6.672 6.672-6.672c.217-.216.305-.475.305-.745 0-.54-.542-1.083-1.083-1.083-.27 0-.542.067-.78.305l-6.637 6.638-6.638-6.638c-.237-.238-.508-.305-.78-.305z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible" font-family="Sans"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M-72 1242.362h24v24h-24z"/>
-        <path d="M-66.917 1245.362c-.54 0-1.083.542-1.083 1.083 0 .27.088.53.305.745l6.672 6.672-6.672 6.672c-.217.217-.305.475-.305.745 0 .54.542 1.082 1.083 1.082.27 0 .542-.067.78-.304l6.637-6.638 6.638 6.638c.237.237.508.304.78.304.54 0 1.082-.542 1.082-1.083 0-.27-.088-.53-.305-.746l-6.672-6.672 6.672-6.672c.217-.216.305-.475.305-.745 0-.54-.542-1.083-1.083-1.083-.27 0-.542.067-.78.305l-6.637 6.638-6.638-6.638c-.237-.238-.508-.305-.78-.305z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" fill="#444" overflow="visible" font-family="Sans"/>
-      </g>
-      <g transform="translate(0 -24)" color="#000">
-        <path opacity=".5" fill="none" overflow="visible" d="M108 1314.362h18v18h-18z"/>
-        <path d="M117.5 1316.362c-3.59 0-6.5 2.91-6.5 6.5s2.91 6.5 6.5 6.5 6.5-2.91 6.5-6.5-2.91-6.5-6.5-6.5zm-3.5 6h7v2h-7z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path d="M117.5 1316.362c-3.59 0-6.5 2.91-6.5 6.5s2.91 6.5 6.5 6.5 6.5-2.91 6.5-6.5-2.91-6.5-6.5-6.5zm-3.5 6h7v2h-7z" fill="#444" overflow="visible"/>
-      </g>
-      <g transform="translate(0 -24)" color="#000">
-        <path d="M101.5 1365.362c-1.933 0-3.5 1.567-3.5 3.5 0 .44.103.863.25 1.25l-8.25 8.25v-4c0-1.5 1-2 1-2l1 1v-4c0-1-.5-.5-1 0-3 3-3 2.973-3 5v7c0 .5.5 1 1 1h7c2.028 0 3.667-1.667 5-3 .5-.5 1-.987 0-1h-4l1 1s-.5 1-2 1h-4l8.25-8.25c.387.147.812.25 1.25.25 1.933 0 3.5-1.567 3.5-3.5s-1.567-3.5-3.5-3.5zm0 2c.828 0 1.5.672 1.5 1.5 0 .83-.672 1.5-1.5 1.5s-1.5-.67-1.5-1.5c0-.828.672-1.5 1.5-1.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-        <rect width="24" height="24" rx="0" ry="0" x="84" y="1362.362" opacity=".3" fill="none" overflow="visible"/>
-        <path d="M101.5 1365.362c-1.933 0-3.5 1.567-3.5 3.5 0 .44.103.863.25 1.25l-8.25 8.25v-4c0-1.5 1-2 1-2l1 1v-4c0-1-.5-.5-1 0-3 3-3 2.973-3 5v7c0 .5.5 1 1 1h7c2.028 0 3.667-1.667 5-3 .5-.5 1-.987 0-1h-4l1 1s-.5 1-2 1h-4l8.25-8.25c.387.147.812.25 1.25.25 1.933 0 3.5-1.567 3.5-3.5s-1.567-3.5-3.5-3.5zm0 2c.828 0 1.5.672 1.5 1.5 0 .83-.672 1.5-1.5 1.5s-1.5-.67-1.5-1.5c0-.828.672-1.5 1.5-1.5z" fill="#444" overflow="visible"/>
-      </g>
-      <g transform="translate(0 -24)" color="#000">
-        <path d="M641 1077.362l-7.5 6.5c-.362.302-.5.5-.5.75 0 .496.5.75 1 .75h1v8c0 .554.446 1 1 1h13c.554 0 1-.446 1-1v-8h1c.5 0 1-.254 1-.75 0-.25-.138-.448-.5-.75l-7.5-6.5zm-2 9h7v.5h-7zm0 2h7v.5h-7zm0 2h7v.5h-7zm0 2h7v.5h-7z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M630 1074.362h24v24h-24z"/>
-        <path d="M641 1077.362l-7.5 6.5c-.362.302-.5.5-.5.75 0 .496.5.75 1 .75h1v8c0 .554.446 1 1 1h13c.554 0 1-.446 1-1v-8h1c.5 0 1-.254 1-.75 0-.25-.138-.448-.5-.75l-7.5-6.5zm-2 9h7v.5h-7zm0 2h7v.5h-7zm0 2h7v.5h-7zm0 2h7v.5h-7z" fill="#444" overflow="visible"/>
-      </g>
-      <g transform="translate(0 -24)" color="#000">
-        <path d="M681 1099.362v4h-1v-2l-3 2v-2l-3 2v4.427c0 .317.255.572.57.572h7.86c.315 0 .57-.255.57-.57v-3.858c0-.317-.255-.572-.57-.572H682v-4z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-        <path d="M681 1099.362v4h-1v-2l-3 2v-2l-3 2v4.427c0 .317.255.572.57.572h7.86c.315 0 .57-.255.57-.57v-3.858c0-.317-.255-.572-.57-.572H682v-4z" fill="#444" overflow="visible"/>
-        <path fill="none" overflow="visible" d="M672 1098.362h12v12h-12z"/>
-      </g>
-      <g transform="translate(0 -24)" color="#000">
-        <path d="M666 1101.362v4h-2v-2.47l-3 2.47v-2.47l-3.176 2.47c-.36.28-.824.412-.824 1.236v5.94c0 .457.367.824.824.824h11.352c.457 0 .824-.367.824-.823v-6.354c0-.456-.367-.824-.824-.824H668v-4l-1-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-        <path d="M666 1101.362v4h-2v-2.47l-3 2.47v-2.47l-3.176 2.47c-.36.28-.824.412-.824 1.236v5.94c0 .457.367.824.824.824h11.352c.457 0 .824-.367.824-.823v-6.354c0-.456-.367-.824-.824-.824H668v-4l-1-1z" fill="#444" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M654 1098.362h18v18h-18z"/>
-      </g>
-      <g transform="translate(0 -24)" color="#000">
-        <path d="M646 1102.362v4h-3v-3l-4 3v-3l-4 3c-.443.333-1 .5-1 1.5v8.5c0 .554.446 1 1 1h15c.554 0 1-.446 1-1v-9c0-.554-.446-1-1-1h-2v-4c0-.5-.53-1-1-1s-1 .5-1 1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-        <path d="M646 1102.362v4h-3v-3l-4 3v-3l-4 3c-.443.333-1 .5-1 1.5v8.5c0 .554.446 1 1 1h15c.554 0 1-.446 1-1v-9c0-.554-.446-1-1-1h-2v-4c0-.5-.53-1-1-1s-1 .5-1 1z" fill="#444" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M630 1098.362h24v24h-24z"/>
-      </g>
-      <g transform="translate(0 -24)" color="#000">
-        <path d="M133 1388.362v1h1v1h-2v-1h-1v1l-.5.5-.5.5h-1l-1 2 1 2h2l1-2 1.5-2h1l-1.5 2 1 2h2l1-2-1-2h-.5l-.5-1v-1l-1-1h-1zm-2 3h1v1h-1v2h-2v-2h2zm3 1h2v2h-2v-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-        <path d="M133 1388.362v1h1v1h-2v-1h-1v1l-.5.5-.5.5h-1l-1 2 1 2h2l1-2 1.5-2h1l-1.5 2 1 2h2l1-2-1-2h-.5l-.5-1v-1l-1-1h-1zm-2 3h1v1h-1v2h-2v-2h2zm3 1h2v2h-2v-1z" fill="#444" overflow="visible"/>
-        <path opacity=".3" fill="none" overflow="visible" d="M126 1386.362h12v12h-12z"/>
-      </g>
-      <g transform="translate(0 -24)" color="#000">
-        <path d="M120 1389.362v1l1 .5v1.5h-5v-1h1v-.5l-1-.5h-2v1h1v1l-1.25 2.125c-.245-.065-.484-.125-.75-.125-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3h1l2.5-4h1.5l.53 1.063c-1.427.23-2.53 1.444-2.53 2.937 0 1.657 1.343 3 3 3s3-1.343 3-3c0-1.44-1.023-2.646-2.375-2.937l-.625-1.563v-2.5l-.5-.5-1.5-.5zm-4.5 4h3l-2 3h-.688c-.212-.59-.587-1.115-1.093-1.47l.78-1.53zm-2.5 2c1.105 0 2 .896 2 2 0 1.105-.895 2-2 2s-2-.895-2-2c0-1.104.895-2 2-2zm9 0c1.105 0 2 .896 2 2 0 1.105-.895 2-2 2s-2-.895-2-2c0-1.104.895-2 2-2z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-        <path d="M120 1389.362v1l1 .5v1.5h-5v-1h1v-.5l-1-.5h-2v1h1v1l-1.25 2.125c-.245-.065-.484-.125-.75-.125-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3h1l2.5-4h1.5l.53 1.063c-1.427.23-2.53 1.444-2.53 2.937 0 1.657 1.343 3 3 3s3-1.343 3-3c0-1.44-1.023-2.646-2.375-2.937l-.625-1.563v-2.5l-.5-.5-1.5-.5zm-4.5 4h3l-2 3h-.688c-.212-.59-.587-1.115-1.093-1.47l.78-1.53zm-2.5 2.25c.967 0 1.75.784 1.75 1.75 0 .967-.783 1.75-1.75 1.75s-1.75-.783-1.75-1.75c0-.966.783-1.75 1.75-1.75zm9 0c.967 0 1.75.784 1.75 1.75 0 .967-.783 1.75-1.75 1.75s-1.75-.783-1.75-1.75c0-.966.783-1.75 1.75-1.75z" fill="#444" overflow="visible"/>
-        <rect width="18" height="18" rx="0" ry="0" x="108" y="1386.362" opacity=".3" fill="none" overflow="visible"/>
-      </g>
-      <g transform="translate(0 -24)" color="#000">
-        <path d="M98.875 1390.362c-.562.076-.637 1.058-.094 1.22l2.22.874v1.906h-7v-1h1.375c.33 0 .625-.295.625-.625s-.295-.63-.625-.625H91.5c-.062-.01-.125-.01-.188 0-.327.05-.58.392-.53.72.048.326.39.58.718.53H93v1l-1.063 3.125c-.3-.072-.615-.125-.937-.125-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4c0-.3-.062-.593-.125-.875H96c.2-.01.39-.115.5-.28l3.375-4.845H101l.688 2.03c-2.062.162-3.688 1.867-3.688 3.97 0 2.21 1.79 4 4 4s4-1.79 4-4c0-1.828-1.23-3.335-2.906-3.812l-1.094-3.188v-2.344c0-.104-.042-.21-.094-.312-.004-.01.004-.024 0-.03-.015-.033-.043-.065-.062-.095-.032-.044-.055-.085-.094-.124-.017-.016-.044-.017-.062-.03-.02-.016-.044-.02-.063-.032-.032-.02-.058-.05-.094-.062l-.03-.03-.437-.157-1.844-.75c-.066-.025-.15-.028-.22-.03-.047 0-.08-.012-.125 0zm-4.875 5h4.406l-2.72 3.875h-1.31c-.31-.494-.7-.9-1.19-1.22l.814-2.655zm-3 3.5c1.38 0 2.5 1.12 2.5 2.5s-1.12 2.5-2.5 2.5-2.5-1.12-2.5-2.5 1.12-2.5 2.5-2.5zm11 0c1.38 0 2.5 1.12 2.5 2.5s-1.12 2.5-2.5 2.5-2.5-1.12-2.5-2.5c0-.172.03-.337.063-.5.233-1.14 1.23-2 2.437-2z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-        <path d="M98.875 1390.362c-.562.076-.637 1.058-.094 1.22l2.22.874v1.906h-7v-1h1.375c.33 0 .625-.295.625-.625s-.295-.63-.625-.625H91.5c-.062-.01-.125-.01-.188 0-.327.05-.58.392-.53.72.048.326.39.58.718.53H93v1l-1.063 3.125c-.3-.072-.615-.125-.937-.125-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4c0-.3-.062-.593-.125-.875H96c.2-.01.39-.115.5-.28l3.375-4.845H101l.688 2.03c-2.062.162-3.688 1.867-3.688 3.97 0 2.21 1.79 4 4 4s4-1.79 4-4c0-1.828-1.23-3.335-2.906-3.812l-1.094-3.188v-2.344c0-.104-.042-.21-.094-.312-.004-.01.004-.024 0-.03-.015-.033-.043-.065-.062-.095-.032-.044-.055-.085-.094-.124-.017-.016-.044-.017-.062-.03-.02-.016-.044-.02-.063-.032-.032-.02-.058-.05-.094-.062l-.03-.03-.437-.157-1.844-.75c-.066-.025-.15-.028-.22-.03-.047 0-.08-.012-.125 0zm-4.875 5h4.406l-2.72 3.875h-1.31c-.31-.494-.7-.9-1.19-1.22l.814-2.655zm-3 3.5c1.38 0 2.5 1.12 2.5 2.5s-1.12 2.5-2.5 2.5-2.5-1.12-2.5-2.5 1.12-2.5 2.5-2.5zm11 0c1.38 0 2.5 1.12 2.5 2.5s-1.12 2.5-2.5 2.5-2.5-1.12-2.5-2.5c0-.172.03-.337.063-.5.233-1.14 1.23-2 2.437-2z" fill="#444" overflow="visible"/>
-        <rect width="24" height="24" rx="0" ry="0" x="84" y="1386.362" opacity=".3" fill="none" overflow="visible"/>
-      </g>
-      <g color="#000">
-        <path d="M675.5 1099.362l-.5.5v9.5h3v-2h1v2h3v-9.5l-.5-.5h-6zm.5 2h2v.5h-2v-.5zm3 0h2v.5h-2v-.5zm-3 2h2v.5h-2v-.5zm3 0h2v.5h-2v-.5zm-3 2h2v.5h-2v-.5zm3 0h2v.5h-2v-.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-        <path d="M675.5 1099.362l-.5.5v9.5h3v-2h1v2h3v-9.5l-.5-.5zm.5 2h2v1h-2zm3 0h2v1h-2zm-3 2h2v1h-2zm3 0h2v1h-2zm-3 2h2v1h-2zm3 0h2v1h-2z" fill="#444" overflow="visible"/>
-        <path fill="none" overflow="visible" d="M672 1098.362h12v12h-12z"/>
-      </g>
-      <g color="#000">
-        <path d="M658.78 1100.362l-.78.78v13.22h11v-13.22l-.78-.78zm1.22 2.5h2v.5h-2zm5 0h2v.5h-2zm-5 2h2v.5h-2zm5 0h2v.5h-2zm-5 2h2v.5h-2zm5 0h2v.5h-2zm-5 2h2v.5h-2zm5 0h2v.5h-2z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-        <path d="M658.78 1100.362l-.78.78v13.22h4v-3h3v3h4v-13.22l-.78-.78h-9.44zm1.22 2h2v1h-2v-1zm5 0h2v1h-2v-1zm-5 2h2v1h-2v-1zm5 0h2v1h-2v-1zm-5 2h2v1h-2v-1zm5 0h2v1h-2v-1zm-5 2h2v1h-2v-1zm5 0h2v1h-2v-1z" fill="#444" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M654 1098.362h18v18h-18z"/>
-      </g>
-      <g color="#000">
-        <path d="M636 1100.362c-.5 0-1 .5-1 1v18h6.5v-3h2v3h6.5v-18c0-.5-.5-1-1-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-        <path d="M636 1100.362c-.5 0-1 .5-1 1v18h6v-3h3v3h6v-18c0-.5-.5-1-1-1zm2 3h3v1h-3zm6 0h3v1h-3zm-6 3h3v1h-3zm6 0h3v1h-3zm-6 3h3v1h-3zm6 0h3v1h-3zm-6 3h3v1h-3zm6 0h3v1h-3z" fill="#444" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M630 1098.362h24v24h-24z"/>
-      </g>
-      <g color="#000">
-        <path d="M328.5 1268.362c-.277 0-.5.223-.5.5v1.5h-4c-.554 0-1 .446-1 1s.446 1 1 1h13c.554 0 1-.446 1-1s-.446-1-1-1h-4v-1.5c0-.277-.223-.5-.5-.5zm.5 1h3v1h-3zm-5 4c-.554 0-1.075.454-.984 1l1.984 12c.09.547.446 1 1 1h9c.554 0 .91-.453 1-1l1.984-12c.09-.546-.43-1-.984-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path d="M328.5 1268.362c-.277 0-.5.223-.5.5v1.5h-4c-.554 0-1 .446-1 1s.446 1 1 1h13c.554 0 1-.446 1-1s-.446-1-1-1h-4v-1.5c0-.277-.223-.5-.5-.5zm.5 1h3v1h-3zm-5 4c-.554 0-1.075.454-.984 1l1.984 12c.09.547.446 1 1 1h9c.554 0 .91-.453 1-1l1.984-12c.09-.546-.43-1-.984-1z" fill="#444" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M318 1266.362h24v24h-24z"/>
-      </g>
-      <g color="#000">
-        <path d="M349.518 1268.362c-.204 0-.268.164-.268.37v1.63h-2.513c-.408 0-.737.092-.737.5 0 .408.33.5.737.5h9.526c.408 0 .737-.092.737-.5 0-.408-.33-.5-.737-.5h-2.513v-1.63c0-.205-.164-.37-.368-.37zm.482.737h3v1.262h-3zm-3.263 3.262c-.408 0-.788.334-.72.737l1.404 8.525c.067.403.33.737.738.737h6.63c.41 0 .67-.334.738-.737l1.458-8.526c.07-.403-.313-.738-.72-.738z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path d="M349.518 1268.362c-.204 0-.268.164-.268.37v1.63h-2.513c-.408 0-.737.092-.737.5 0 .408.33.5.737.5h9.526c.408 0 .737-.092.737-.5 0-.408-.33-.5-.737-.5h-2.513v-1.63c0-.205-.164-.37-.368-.37zm.482.737h3v1.262h-3zm-3.263 3.262c-.408 0-.788.334-.72.737l1.404 8.525c.067.403.33.737.738.737h6.63c.41 0 .67-.334.738-.737l1.458-8.526c.07-.403-.313-.738-.72-.738z" fill="#444" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M342 1266.362h18v18h-18z"/>
-      </g>
-      <g color="#000">
-        <path d="M364.5 1267.362v2H363v1h7v-1h-1.5v-2zm.5 1h3v1h-2.99zm-2 2.5l1 6.5H369l1-6.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path d="M364.5 1267.362v2H363v1h7v-1h-1.5v-2zm.5 1h3v1h-2.99zm-2 2.5l1 6.5H369l1-6.5z" fill="#444" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M360 1266.362h12v12h-12z"/>
-      </g>
-      <g color="#000">
-        <path d="M326.5 1292.362c-1.38 0-2.5 1.12-2.5 2.5s1.12 2.5 2.5 2.5 2.5-1.12 2.5-2.5-1.12-2.5-2.5-2.5zm8 0c-1.38 0-2.5 1.12-2.5 2.5s1.12 2.5 2.5 2.5 2.5-1.12 2.5-2.5-1.12-2.5-2.5-2.5zm-8.5 6c-1 0-2 1-2 2v2l-1.5 4.5c0 .5.5.5 1 .5h1.5v4h3v-4h1.5c.5 0 1 0 1-.5l-1.5-4.5v-2c0-1-1-2-2-2zm6 0c-.5 0-1 .5-1 1l2 6v6h3v-6l2-6c0-.5-.5-1-1-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path d="M326.5 1292.362c-1.38 0-2.5 1.12-2.5 2.5s1.12 2.5 2.5 2.5 2.5-1.12 2.5-2.5-1.12-2.5-2.5-2.5zm8 0c-1.38 0-2.5 1.12-2.5 2.5s1.12 2.5 2.5 2.5 2.5-1.12 2.5-2.5-1.12-2.5-2.5-2.5zm-8.5 6c-1 0-2 1-2 2v2l-1.5 4.5c0 .5.5.5 1 .5h1.5v4h3v-4h1.5c.5 0 1 0 1-.5l-1.5-4.5v-2c0-1-1-2-2-2zm6 0c-.5 0-1 .5-1 1l2 6v6h3v-6l2-6c0-.5-.5-1-1-1z" fill="#444" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M318 1290.362h24v24h-24z"/>
-      </g>
-      <g color="#000">
-        <path d="M584.5 1052.362l-1.5.5-1 1.5v2.5l1.5 1v1.5l2 1 2-1v-1.5l1.5-1v-2.5l-1-1.5-1.5-.5zm-.5 2.5h.5l.5.5v.5l-.5.5h-.5l-.5-.5v-.5zm2.5 0h.5l.5.5v.5l-.5.5h-.5l-.5-.5v-.5zm-6.5 5v1l3.875 1.75-3.875 1.75v1h1l10-4.5v-1h-1l-4.5 2.03-4.5-2.03zm8.22 3.25l-1.595.72 3.375 1.53h1v-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path d="M584.5 1052.362l-1.5.5-1 1.5v2.5l1.5 1v1.5l2 1 2-1v-1.5l1.5-1v-2.5l-1-1.5-1.5-.5zm-.5 2.5h.5l.5.5v.5l-.5.5h-.5l-.5-.5v-.5zm2.5 0h.5l.5.5v.5l-.5.5h-.5l-.5-.5v-.5zm-6.5 5v1l3.875 1.75-3.875 1.75v1h1l10-4.5v-1h-1l-4.5 2.03-4.5-2.03zm8.22 3.25l-1.595.72 3.375 1.53h1v-1z" fill="#444" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M576 1050.362h18v18h-18z"/>
-      </g>
-      <g color="#000">
-        <path d="M564.5 1054.362c-2.5 0-4.5 2-4.5 4v2c0 1 2 1 2 2v1l2.5 1 2.5-1v-1c0-1 2-1 2-2v-2c0-2-2-4-4.5-4zm-1.5 3c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm3 0c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm-8 6c-.5 0-1 .5-1 1v.5l5.25 2.25-5.25 2.25v.5c0 .5.5 1 1 1l14-6v-.5c0-.5-.5-1-1-1l-6.5 2.78-6.5-2.78zm10.5 4.5l-2.25.97 4.75 2.03c.5 0 1-.5 1-1v-.5l-3.5-1.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path d="M564.5 1054.362c-2.5 0-4.5 2-4.5 4v2c0 1 2 1 2 2v1l2.5 1 2.5-1v-1c0-1 2-1 2-2v-2c0-2-2-4-4.5-4zm-1.5 3c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm3 0c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm-8 6c-.5 0-1 .5-1 1v.5l5.25 2.25-5.25 2.25v.5c0 .5.5 1 1 1l14-6v-.5c0-.5-.5-1-1-1l-6.5 2.78-6.5-2.78zm10.5 4.5l-2.25.97 4.75 2.03c.5 0 1-.5 1-1v-.5l-3.5-1.5z" fill="#444" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M552 1050.362h24v24h-24z"/>
-      </g>
-      <g color="#000">
-        <path d="M599.5 1051.362l-1.5 1.5v2l1 1v.5l1.5 1 1.5-1v-.5l1-1v-2l-1.5-1.5zm-.5 2h1v.5h-1zm2 0h1v.5h-1zm-5 3v1l.56.28 2.44 1.22-3 1.5v1h.5l5.5-2.5 3-1.5v-1h-.5l-3 1.5-.5.5h-1l-.5-.5-3-1.5zm7 3l-1.5.5 3 1.5h.5v-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path d="M599.5 1051.362l-1.5 1.5v2l1 1v.5l1.5 1 1.5-1v-.5l1-1v-2l-1.5-1.5zm-.5 2h1v.5h-1zm2 0h1v.5h-1zm-5 3v1l.56.28 2.44 1.22-3 1.5v1h.5l5.5-2.5 3-1.5v-1h-.5l-3 1.5-.5.5h-1l-.5-.5-3-1.5zm7 3l-1.5.5 3 1.5h.5v-1z" fill="#444" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M594 1050.362h12v12h-12z"/>
-      </g>
-      <g transform="translate(154 -96)" color="#000">
-        <g transform="translate(2)">
-          <path d="M492 1245.362l-7.5 7.5 1.25 1.25 7.25-7.25.5.5-7.25 7.25 1.25 1.25 7.5-7.5v-2l-1-1zm-11.5 5.5l-2.5 2.5.5.5h1l1-1 1 1-3.5 3.5v2l3 3h2l4.5-4.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-          <path d="M492 1245.362l-7.5 7.5 1.25 1.25 7.25-7.25.5.5-7.25 7.25 1.25 1.25 7.5-7.5v-2l-1-1zm-11.5 5.5l-2.5 2.5.5.5h1l1-1 1 1-3.5 3.5v2l3 3h2l4.5-4.5z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M476 1242.362h24v24h-24z"/>
-      </g>
-      <g transform="translate(154 -96)" color="#000">
-        <g transform="translate(2 -2)">
-          <path d="M511.5 1245.862l-5.75 5.75 1 1 5.25-5.25.5.5-5.25 5.25 1 1 5.75-5.75v-1.5l-1-1zm-8.25 4.25l-2.25 2.25v.5h.5l1-1 1 1-2.5 2.5v1.5l2.5 2.5h1.5l3.75-3.75z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-          <path d="M511.5 1245.862l-5.75 5.75 1 1 5.25-5.25.5.5-5.25 5.25 1 1 5.75-5.75v-1.5l-1-1zm-8.25 4.25l-2.25 2.25v.5h.5l1-1 1 1-2.5 2.5v1.5l2.5 2.5h1.5l3.75-3.75z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M500 1242.362h18v18h-18z"/>
-      </g>
-      <g transform="translate(154 -96)" color="#000">
-        <g transform="translate(2 -2)">
-          <path d="M525.5 1245.862l-4 4 1.5 1.5 4-4v-1l-.5-.5zm-6 3l-1.5 1.5v.5h.5l.5-.5.5.5-1.5 1.5v1.5l1.5 1.5h1.5l2.5-2.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-          <path d="M525.5 1245.862l-4 4 1.5 1.5 4-4v-1l-.5-.5zm-6 3l-1.5 1.5v.5h.5l.5-.5.5.5-1.5 1.5v1.5l1.5 1.5h1.5l2.5-2.5z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M518 1242.362h12v12h-12z"/>
-      </g>
-      <g transform="translate(154 -96)" color="#000">
-        <g transform="translate(2)">
-          <path d="M484.5 1269.362c-.5 0-.846.5-1 1l-5.344 15.97c-.038.112-.156.416-.156.53 0 .5.5.5 1 .5s.97 0 1.156-.5l.844-2.25 5.5-2.75 5.5 2.75.844 2.25c.186.5.656.5 1.156.5.5 0 1 0 1-.5 0-.114-.118-.418-.156-.53l-5.344-15.97c-.154-.5-.5-1-1-1zm4.5 7l.688 1.906-3.188 1.594-3.188-1.594.688-1.906zm-6.313 3.594l1.813.906-2.625 1.313zm7.625 0l.813 2.22-2.625-1.314z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-          <path d="M484.5 1269.362c-.5 0-.846.5-1 1l-5.344 15.97c-.038.112-.156.416-.156.53 0 .5.5.5 1 .5s.97 0 1.156-.5l.844-2.25 5.5-2.75 5.5 2.75.844 2.25c.186.5.656.5 1.156.5.5 0 1 0 1-.5 0-.114-.118-.418-.156-.53l-5.344-15.97c-.154-.5-.5-1-1-1zm4.5 7l.688 1.906-3.188 1.594-3.188-1.594.688-1.906zm-6.313 3.594l1.813.906-2.625 1.313zm7.625 0l.813 2.22-2.625-1.314z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M476 1266.362h24v24h-24z"/>
-      </g>
-      <g transform="translate(154 -96)" color="#000">
-        <g transform="translate(2 -3)">
-          <path d="M506 1271.362c-.382 0-.664.368-.78.75l-4.22 13.25h2l.906-2.72 3.594-2.03 3.594 2.03.906 2.72h2l-4.22-13.25c-.116-.382-.398-.75-.78-.75zm0 5h3l.5 1.47-2 1.28-2-1.28zm-.875 2.656l1.375.844-2.063 1.188zm4.75 0l.688 2.032-2.063-1.188z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-          <path d="M506 1271.362c-.382 0-.664.368-.78.75l-4.22 13.25h2l.906-2.72 3.594-2.03 3.594 2.03.906 2.72h2l-4.22-13.25c-.116-.382-.398-.75-.78-.75zm0 5h3l.5 1.47-2 1.28-2-1.28zm-.875 2.656l1.375.844-2.063 1.188zm4.75 0l.688 2.032-2.063-1.188z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M500 1266.362h18v18h-18z"/>
-      </g>
-      <g transform="translate(154 -96)" color="#000">
-        <g transform="translate(2 -3)">
-          <path d="M521 1270.362l-3 9h1.5l.5-1.53 2.5-1.47 2.5 1.47.5 1.53h1.5l-3-9zm.5 3h2l.5 1.53-.72.47H523v.188l-.5.312-.5-.312v-.188h-.28l-.72-.47zm-.78 2.375l.28.125.5.25-.5.25-.594.313.094-.313v-.5h.187zm3.56 0l.032.125h.188v.5l.094.313-.594-.313-.5-.25.5-.25z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-          <path d="M521 1270.362l-3 9h1.5l.5-1.53 2.5-1.47 2.5 1.47.5 1.53h1.5l-3-9zm.5 3h2l.5 1.53-.72.47H523v.188l-.5.312-.5-.312v-.188h-.28l-.72-.47zm-.78 2.375l.28.125.5.25-.5.25-.594.313.094-.313v-.5h.187zm3.56 0l.032.125h.188v.5l.094.313-.594-.313-.5-.25.5-.25z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M518 1266.362h12v12h-12z"/>
-      </g>
-      <g transform="translate(154 -96)" color="#000">
-        <g transform="translate(2)">
-          <path d="M477 1295.362l1 1-2 2v1l3 .5c0 1.5 2.53.677 3 3.5v5h1l1-4 1 4h1v-4c2 0 3-1 4-1 0 0 .5 1.65.5 2.5 0 .85-.5 2.5-.5 2.5h1l1.5-4 1.5 4h1v-4c0-.5-1-1-1-1.5 0-1.412 1-1.5 1-2.5v-3c0-.5-.5-1-1-1h-13l-1-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-          <path d="M477 1295.362l1 1-2 2v1l3 .5c0 1.5 2.53.677 3 3.5v5h1l1-4 1 4h1v-4c2 0 3-1 4-1 0 0 .5 1.65.5 2.5 0 .85-.5 2.5-.5 2.5h1l1.5-4 1.5 4h1v-4c0-.5-1-1-1-1.5 0-1.412 1-1.5 1-2.5v-3c0-.5-.5-1-1-1h-13l-1-1z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M476 1290.362h24v24h-24z"/>
-      </g>
-      <g transform="translate(154 -96)" color="#000">
-        <g transform="translate(2 -1)">
-          <path d="M500.684 1295.362l.684.79-1.368 1.71v.5l2.053.184c0 1.027 1.625 1.384 1.947 3.316v3.5h.5l1-3 1 3h.5v-3c2.053 0 1.632-.5 3-.5 0 0-.08 1.208-.08 1.79 0 .58-.34 1.71-.34 1.71h.683l1.026-2.737 1.026 2.737H513v-3l-.5-1 .5-1v-3l-1-1h-8.5l-.763-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-          <path d="M500.684 1295.362l.684.79-1.368 1.71v.5l2.053.184c0 1.027 1.625 1.384 1.947 3.316v3.5h.5l1-3 1 3h.5v-3c2.053 0 1.632-.5 3-.5 0 0-.08 1.208-.08 1.79 0 .58-.34 1.71-.34 1.71h.683l1.026-2.737 1.026 2.737H513v-3l-.5-1 .5-1v-3l-1-1h-8.5l-.763-1z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M500 1290.362h18v18h-18z"/>
-      </g>
-      <g transform="translate(154 -96)" color="#000">
-        <g transform="translate(2 -1)">
-          <path d="M519 1293.362l.5 1H518v1h1l1 1v4h.5l.5-2 1 2h.5v-2c.947 0 1.526-.5 2-.5v1c0 .403.03 1.5.03 1.5h.47l1-2 .5 2h.5v-5l-1-1h-5l-.375-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-          <path d="M519 1293.362l.5 1H518v1h1l1 1v4h.5l.5-2 1 2h.5v-2c.947 0 1.526-.5 2-.5v1c0 .403.03 1.5.03 1.5h.47l1-2 .5 2h.5v-5l-1-1h-5l-.375-1z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M518 1290.362h12v12h-12z"/>
-      </g>
-      <g transform="translate(154 -96)" color="#000">
-        <g transform="translate(2)">
-          <path d="M478 1320.362v12c0 .5.5 1 1 1h5l-4-14h-1c-.5 0-1 .5-1 1zm8.5 6c-.106 0-.217.033-.313.062l-2.437.844.53 1.875 2.22-.78 2.688.936c.103.033.207.06.312.06.105 0 .214-.03.313-.06l3.187-.938 2 .656v-2.03l-1.688-.564c-.1-.033-.206-.062-.312-.062-.106 0-.21.03-.313.062l-3.187.938-2.688-.938c-.105-.035-.206-.062-.312-.062zm0 4c-.106 0-.217.033-.313.062l-1.375.47.532 1.874 1.156-.406 2.688.937c.103.033.207.06.312.06.105 0 .214-.03.313-.06l3.187-.938 2 .656v-2.03l-1.688-.564c-.1-.033-.206-.062-.312-.062-.106 0-.21.03-.313.062l-3.187.938-2.688-.938c-.105-.035-.206-.062-.312-.062z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-          <path d="M478 1320.362v12c0 .5.5 1 1 1h5l-4-14h-1c-.5 0-1 .5-1 1zm8.5 6c-.106 0-.217.033-.313.062l-2.437.844.53 1.875 2.22-.78 2.688.936c.103.033.207.06.312.06.105 0 .214-.03.313-.06l3.187-.938 2 .656v-2.03l-1.688-.564c-.1-.033-.206-.062-.312-.062-.106 0-.21.03-.313.062l-3.187.938-2.688-.938c-.105-.035-.206-.062-.312-.062zm0 4c-.106 0-.217.033-.313.062l-1.375.47.532 1.874 1.156-.406 2.688.937c.103.033.207.06.312.06.105 0 .214-.03.313-.06l3.187-.938 2 .656v-2.03l-1.688-.564c-.1-.033-.206-.062-.312-.062-.106 0-.21.03-.313.062l-3.187.938-2.688-.938c-.105-.035-.206-.062-.312-.062z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M476 1314.362h24v24h-24z"/>
-      </g>
-      <g transform="translate(154 -96)" color="#000">
-        <g transform="translate(2)">
-          <path d="M501 1316.362v12h5l-3-12zm6.5 6.5l-1.22.625.345 1.313.875-.438 2 1 2.5-.844 2 .844v-1.5l-2-1-2.5 1zm0 3l-.563.28.344 1.345.22-.125 2 1 2.5-.844 2 .844v-1.5l-2-1-2.5 1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-          <path d="M501 1316.362v12h5l-3-12zm6.5 6.5l-1.22.625.345 1.313.875-.438 2 1 2.5-.844 2 .844v-1.5l-2-1-2.5 1zm0 3l-.563.28.344 1.345.22-.125 2 1 2.5-.844 2 .844v-1.5l-2-1-2.5 1z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M500 1314.362h18v18h-18z"/>
-      </g>
-      <g transform="translate(154 -96)" color="#000">
-        <g transform="translate(2 -1)">
-          <path d="M518 1316.362v9h4l-3-9zm4.5 5.5l-.594.188.282.906.312-.094 1.5.5 1.5-.5 1.5.5v-1.03l-1.5-.47-1.5.47zm0 2l.375 1.125 1.125.375 1.5-.5 1.5.5v-1.03l-1.5-.47-1.5.47z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-          <path d="M518 1316.362v9h4l-3-9zm4.5 5.5l-.594.188.282.906.312-.094 1.5.5 1.5-.5 1.5.5v-1.03l-1.5-.47-1.5.47zm0 2l.375 1.125 1.125.375 1.5-.5 1.5.5v-1.03l-1.5-.47-1.5.47z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M518 1314.362h12v12h-12z"/>
-      </g>
-      <g transform="translate(-156 192)" color="#000">
-        <path d="M582.5 1076.362l-.5.5v3l-2 2.5v8h6v-8l-2-2.5v-3l-.5-.5h-1zm4.5 6v3s0 1 1 1h1v3l-1.5.5-.5.5h5l-.5-.5-1.5-.5v-3h1c1 0 1-1 1-1v-3h-5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M576 1074.362h18v18h-18z"/>
-        <path d="M582.5 1076.362l-.5.5v3l-2 2.5v8h6v-8l-2-2.5v-3l-.5-.5h-1zm4.5 6v3s0 1 1 1h1v3l-1.5.5-.5.5h5l-.5-.5-1.5-.5v-3h1c1 0 1-1 1-1v-3h-5z" fill="#444" overflow="visible"/>
-      </g>
-      <g transform="translate(-156 192)" color="#000">
-        <path d="M598 1075.362v2l-2 2v5.406l.594.594h4.03l.376-.5v-5.5l-2-2v-2h-1zm4 4v2l1 1v2l-1 1h3l-1-1v-2l1-1v-2h-3z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M594 1074.362h12v12h-12z"/>
-        <path d="M598 1075.362v2l-2 2v5.406l.594.594h4.03l.376-.5v-5.5l-2-2v-2h-1zm4 4v2l1 1v2l-1 1h3l-1-1v-2l1-1v-2h-3z" fill="#444" overflow="visible"/>
-      </g>
-      <g transform="translate(-156 192)" color="#000">
-        <path d="M560 1077.362c-.554 0-.5.627-.5 1v2.5c0 .5-.498 1.25-1 1.5-1 .5-1.5 1-1.5 2v9c0 .554.446 1 1 1h5c.554 0 1-.446 1-1v-9c0-1-.5-1.5-1.5-2-.5-.25-1-1-1-1.5v-2.5c0-.5.054-1-.5-1zm6 7v3c0 1 1 2 2 2h1v2.5c0 .5-1 1.5-2 1.5s-1 1-1 1h7s0-1-1-1-2-1-2-1.5v-2.5h1c1 0 2-1 2-2v-3z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M552 1074.362h24v24h-24z"/>
-        <path d="M560 1077.362c-.554 0-.5.627-.5 1v2.5c0 .5-.498 1.25-1 1.5-1 .5-1.5 1-1.5 2v9c0 .554.446 1 1 1h5c.554 0 1-.446 1-1v-9c0-1-.5-1.5-1.5-2-.5-.25-1-1-1-1.5v-2.5c0-.5.054-1-.5-1zm6 7v3c0 1 1 2 2 2h1v2.5c0 .5-1 1.5-2 1.5s-1 1-1 1h7s0-1-1-1-2-1-2-1.5v-2.5h1c1 0 2-1 2-2v-3z" fill="#444" overflow="visible"/>
-      </g>
-      <path d="M18.5 1150.362s-2.5 1-2.5 2v2c0 1-2 1-2 2v9h9v-9c0-1-2-1-2-2.187v-1.813c0-1-2.5-2-2.5-2zm-8.5 8v7h2v-7c0-1-1-1-1-1s-1 0-1 1zm15 0v7h2v-7c0-1-1-1-1-1s-1 0-1 1z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <g transform="translate(0 24)">
-        <path opacity=".5" color="#000" fill="none" overflow="visible" d="M6 1122.362h24v24H6z"/>
-      </g>
-      <path d="M18.5 1150.362s-2.5 1-2.5 2v2c0 1-2 1-2 2v9h9v-9c0-1-2-1-2-2.187v-1.813c0-1-2.5-2-2.5-2zm-8.5 8v7h2v-7c0-1-1-1-1-1s-1 0-1 1zm15 0v7h2v-7c0-1-1-1-1-1s-1 0-1 1z" color="#000" fill="#444" overflow="visible"/>
-      <path d="M54.5 1148.362l-1.5.94v1.06l-1 1v5h5v-5l-1-1v-.96zm-4.5 4v4h1v-4zm8 0v4h1v-4z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <g transform="translate(0 24)">
-        <path opacity=".5" color="#000" fill="none" overflow="visible" d="M48 1122.362h12v12H48z"/>
-      </g>
-      <path d="M54.5 1148.362l-1.5.94v1.06l-1 1v5h5v-5l-1-1v-.96zm-4.5 4v4h1v-4zm8 0v4h1v-4z" color="#000" fill="#444" overflow="visible"/>
-      <path d="M39.5 1149.862l-1.5 1.5v1.5l-2 2v6.5h7v-6.5l-2-2v-1.5zm-6.5 6v5.5h1.5v-5.5zm11.5 0v5.5H46v-5.5z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <g transform="translate(0 24)">
-        <path opacity=".5" color="#000" fill="none" overflow="visible" d="M30 1122.362h18v18H30z"/>
-      </g>
-      <path d="M39.5 1149.862l-1.5 1.5v1.5l-2 2v6.5h7v-6.5l-2-2v-1.5zm-6.5 6v5.5h1.5v-5.5zm11.5 0v5.5H46v-5.5z" color="#000" fill="#444" overflow="visible"/>
-      <g color="#000">
-        <path d="M259 1304.862c0-3.5-5-9.5-6.5-11.5-1.5 2-6.5 8-6.5 11.5s3.27 6.5 6.5 6.5 6.5-3 6.5-6.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M240 1290.362h24v24h-24z"/>
-        <path d="M259 1304.862c0-3.5-5-9.5-6.5-11.5-1.5 2-6.5 8-6.5 11.5s3.27 6.5 6.5 6.5 6.5-3 6.5-6.5z" fill="#444" overflow="visible"/>
-      </g>
-      <g color="#000">
-        <path d="M273.5 1305.362c-2.332 0-4.5-2-4.5-4.5 0-2.528 3.417-7.055 4.5-8.5 1.083 1.445 4.5 5.972 4.5 8.5 0 2.5-2.168 4.5-4.5 4.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M264 1290.362h18v18h-18z"/>
-        <path d="M273.5 1305.362c-2.332 0-4.5-2-4.5-4.5 0-2.528 3.417-7.055 4.5-8.5 1.083 1.445 4.5 5.972 4.5 8.5 0 2.5-2.168 4.5-4.5 4.5z" fill="#444" overflow="visible"/>
-      </g>
-      <g color="#000">
-        <path opacity=".5" fill="none" overflow="visible" d="M282 1290.362h12v12h-12z"/>
-        <path d="M288.5 1301.362c-1.614 0-3.5-1-3.5-3.5 0-1.75 2.75-5.5 3.5-6.5.75 1 3.5 4.75 3.5 6.5 0 2.5-1.886 3.5-3.5 3.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path d="M288.5 1301.362c-1.614 0-3.5-1-3.5-3.5 0-1.75 2.75-5.5 3.5-6.5.75 1 3.5 4.75 3.5 6.5 0 2.5-1.886 3.5-3.5 3.5z" fill="#444" overflow="visible"/>
-      </g>
-      <g color="#000">
-        <path d="M277 1317.362c-1 0-2.79 1.803-3.094 3.406l-.937 4.876.53-.282 2 1 .906-.375c.14-.75.462-2.47.594-3.125.153-.762.8-1.5 1.5-1.5h1l-1-1H277l-1 1v-1c0-1 1.006-2 1.906-2H279l-1-1h-1zm-8.5 3l-1 1h1c.7 0 1.347.738 1.5 1.5.133.662.458 2.426.594 3.156l.875.344.842-.406-.812-3.594c-.09-.4-.202-.685-.5-1l-1-1h-1.5zm.5 6l-2 1v1.5l2-1 2.5 1 2-1 2 1 2.5-.844 2 .844v-1.5l-2-1-2.5 1-2-1-2 1-2.5-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path d="M277 1317.362c-1 0-2.79 1.803-3.094 3.406l-.937 4.876.53-.282 2 1 .906-.375c.14-.75.462-2.47.594-3.125.153-.762.8-1.5 1.5-1.5h1l-1-1H277l-1 1v-1c0-1 1.006-2 1.906-2H279l-1-1h-1zm-8.5 3l-1 1h1c.7 0 1.347.738 1.5 1.5.133.662.458 2.426.594 3.156l.875.344.842-.406-.812-3.594c-.09-.4-.202-.685-.5-1l-1-1h-1.5zm.5 6l-2 1v1.5l2-1 2.5 1 2-1 2 1 2.5-.844 2 .844v-1.5l-2-1-2.5 1-2-1-2 1-2.5-1z" fill="#444" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M264 1314.362h18v18h-18z"/>
-      </g>
-      <g color="#000">
-        <path opacity=".5" fill="none" overflow="visible" d="M240 1314.362h24v24h-24z"/>
-        <path d="M257 1318.362c-2 0-3.597 2-4 4l-1.125 5.563c.187-.04.397-.062.625-.062 1.5 0 2 1 3 1 .197 0 .393-.032.594-.094.225-1.123.75-3.628.906-4.408.192-.952 1-2 2-2h1c0-.5-.5-1-1-1h-1c-.83 0-1.6.307-2.156.75l.156-.75c.197-.98 1-2 2-2h1c0-.5-.5-1-1-1h-1zm-11 3c-.5 0-1 .5-1 1h1c1 0 1.808 1.048 2 2 .152.756.663 3.203.906 4.406.2.063.397.095.594.095.566 0 .983-.316 1.5-.594l-1-4.907c-.2-1-1.5-2-3-2h-1zm0 8c-.694 0-1.34.405-2 .625v2.03c0 .002 1-.654 2-.655 1 0 2 1 3.5 1s1.974-.965 3-1c1 0 1.5 1 3 1s2.5-1 3.5-1c.702 0 2 .656 2 .656v-2.03c-.642-.248-1.343-.626-2-.626-1.5 0-2.5 1-3.5 1s-1.5-1-3-1-2 1-3 1-2-1-3.5-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path d="M257 1318.362c-2 0-3.597 2-4 4l-1.125 5.563c.187-.04.397-.062.625-.062 1.5 0 2 1 3 1 .197 0 .393-.032.594-.094.225-1.123.75-3.628.906-4.408.192-.952 1-2 2-2h1c0-.5-.5-1-1-1h-1c-.83 0-1.6.307-2.156.75l.156-.75c.197-.98 1-2 2-2h1c0-.5-.5-1-1-1h-1zm-11 3c-.5 0-1 .5-1 1h1c1 0 1.808 1.048 2 2 .152.756.663 3.203.906 4.406.2.063.397.095.594.095.566 0 .983-.316 1.5-.594l-1-4.907c-.2-1-1.5-2-3-2h-1zm0 8c-.694 0-1.34.405-2 .625v2.03c0 .002 1-.654 2-.655 1 0 2 1 3.5 1s1.974-.965 3-1c1 0 1.5 1 3 1s2.5-1 3.5-1c.702 0 2 .656 2 .656v-2.03c-.642-.248-1.343-.626-2-.626-1.5 0-2.5 1-3.5 1s-1.5-1-3-1-2 1-3 1-2-1-3.5-1z" fill="#444" overflow="visible"/>
-      </g>
-      <g color="#000">
-        <path d="M291 1316.362l-1.5 1.5-1 2.5v1.5l1.5.5.53-.187c.14-.723.416-1.544.47-1.813h2l-1-1h-1l-1 1 .5-2 1-1h1l-1-1h-.5zm-5 3l-1 1h2v2l1-.344v-1.656l-1-1h-1zm-.5 3.5l-1.5.47v1.03l1.5-.5 1.5.5 1.5-.5 1.5.5 1.5-.5 1.5.5v-1.03l-1.5-.47-1.5.5-1.5-.5-1.5.5-1.5-.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M282 1314.362h12v12h-12z"/>
-        <path d="M291 1316.362l-1.5 1.5-1 2.5v1.5l1.5.5.53-.187c.14-.723.416-1.544.47-1.813h2l-1-1h-1l-1 1 .5-2 1-1h1l-1-1h-.5zm-5 3l-1 1h2v2l1-.344v-1.656l-1-1h-1zm-.5 3.5l-1.5.47v1.03l1.5-.5 1.5.5 1.5-.5 1.5.5 1.5-.5 1.5.5v-1.03l-1.5-.47-1.5.5-1.5-.5-1.5.5-1.5-.5z" fill="#444" overflow="visible"/>
-      </g>
-      <g color="#000">
-        <path opacity=".5" fill="none" overflow="visible" d="M654 1050.362h18v18h-18z"/>
-        <path d="M664 1053.362h-1l-6 5v1h1v6h11v-6h1v-1zm-3 6.5h5v.5h-5zm0 2h5v.5h-5zm0 2h5v.5h-5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-        <path d="M664 1053.362h-1l-6 5v1h1v6h11v-6h1v-1zm-3 6.5h5v.5h-5zm0 2h5v.5h-5zm0 2h5v.5h-5z" fill="#444" overflow="visible"/>
-      </g>
-      <g color="#000">
-        <path d="M664 1125.362h-1l-6 5v1h1v6h11v-6h1v-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-        <path d="M664 1125.362h-1l-6 5v1h1v6h11v-6h1v-1z" fill="#444" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M654 1122.362h18v18h-18z"/>
-      </g>
-      <g transform="translate(0 48)" color="#000">
-        <path d="M641 1077.362l-7.5 6.5c-.356.31-.5.5-.5.75 0 .496.5.75 1 .75h1v8c0 .554.446 1 1 1h13c.554 0 1-.446 1-1v-8h1c.5 0 1-.254 1-.75 0-.25-.138-.448-.5-.75l-7.5-6.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M630 1074.362h24v24h-24z"/>
-        <path d="M641 1077.362l-7.5 6.5c-.356.31-.5.5-.5.75 0 .496.5.75 1 .75h1v8c0 .554.446 1 1 1h13c.554 0 1-.446 1-1v-8h1c.5 0 1-.254 1-.75 0-.25-.138-.448-.5-.75l-7.5-6.5z" fill="#444" overflow="visible"/>
-      </g>
-      <path d="M679 1124.362h-1l-4 3.308v.692h1v4h7v-4h1v-.692z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <g transform="translate(78 -48)">
-        <path color="#000" fill="none" overflow="visible" d="M594 1170.362h12v12h-12z"/>
-      </g>
-      <path d="M679 1124.362h-1l-4 3.308v.692h1v4h7v-4h1v-.692z" color="#000" fill="#444" overflow="visible"/>
-      <g color="#000">
-        <path d="M679 1052.362h-1l-4 3.313v.687h1v4h2v-.5h3v.5h2v-4h1v-.687zm-2 4.5h3v.5h-3zm0 1h3v.5h-3zm0 1h3v.5h-3z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-        <path fill="none" overflow="visible" d="M672 1050.362h12v12h-12z"/>
-        <path d="M679 1052.362h-1l-4 3.313v.687h1v4h2v-.5h3v.5h2v-4h1v-.687zm-2 4.5h3v.5h-3zm0 1h3v.5h-3zm0 1h3v.5h-3z" fill="#444" overflow="visible"/>
-      </g>
-      <g color="#000">
-        <path d="M350 1244.362l-3 1.5v12.5h1v-8l2-1 3.5 2 2.5-1v-5l-2.5 1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M342 1242.362h18v18h-18z"/>
-        <path d="M350 1244.362l-3 1.5v12.5h1v-8l2-1 3.5 2 2.5-1v-5l-2.5 1z" fill="#444" overflow="visible"/>
-      </g>
-      <g color="#000">
-        <path d="M365.5 1244.362l-2.5 1v8h1v-5l1.5-.5 2.5 1.5 2-1v-3.5l-2 1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M360 1242.362h12v12h-12z"/>
-        <path d="M365.5 1244.362l-2.5 1v8h1v-5l1.5-.5 2.5 1.5 2-1v-3.5l-2 1z" fill="#444" overflow="visible"/>
-      </g>
-      <g transform="translate(-2)" color="#000">
-        <path d="M336 1318.362c-1 0-1.326.326-2 1l-8 8c-.5.5-1 1-1 2v1.5c0 1 .5 1.5 1 2l.563.563 3.5-3.5-.563-.563c-.5-.5 0-1 0-1l5.5-5.5s.5-.5 1 0l.563.563 3.5-3.5-.563-.563c-.5-.5-1-1-2-1H336zm4.438 1.938l-3.5 3.5.562.562c.354.354 1.146.354 1.5 0l2-2c.354-.354.354-1.146 0-1.5zm-10 10l-3.5 3.5.562.562c.354.354 1.146.354 1.5 0l2-2c.354-.353.354-1.146 0-1.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path d="M336 1318.362c-1 0-1.326.326-2 1l-8 8c-.5.5-1 1-1 2v1.5c0 1 .5 1.5 1 2l.563.563 3.5-3.5-.563-.563c-.5-.5 0-1 0-1l5.5-5.5s.5-.5 1 0l.563.563 3.5-3.5-.563-.563c-.5-.5-1-1-2-1H336zm4.438 1.938l-3.5 3.5.562.562c.354.354 1.146.354 1.5 0l2-2c.354-.354.354-1.146 0-1.5zm-10 10l-3.5 3.5.562.562c.354.354 1.146.354 1.5 0l2-2c.354-.353.354-1.146 0-1.5z" fill="#444" overflow="visible"/>
-        <path fill="none" overflow="visible" d="M320 1314.362h24v24h-24z"/>
-      </g>
-      <g transform="matrix(.8 0 0 .8 102 329.6)" color="#000">
-        <path d="M334 1317.03l-11.333 11.332v3.334l1.75 1.75 4-4-1.084-1.084 6.667-6.666 1.083 1.083 4-4-1.75-1.75H334zm5.583 2.25l-4 4 .417.416h1.333l2.667-2.667v-1.334l-.417-.417zm-10.666 10.666l-4 4 .416.416h1.334l2.666-2.666v-1.334l-.416-.416z" opacity=".3" fill="none" stroke="#fff" stroke-width="2.66666" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path d="M334 1317.03l-11.333 11.332v3.334l1.75 1.75 4-4-1.084-1.084 6.667-6.666 1.083 1.083 4-4-1.75-1.75H334zm5.583 2.25l-4 4 .417.416h1.333l2.667-2.667v-1.334l-.417-.417zm-10.666 10.666l-4 4 .416.416h1.334l2.666-2.666v-1.334l-.416-.416z" fill="#444" overflow="visible"/>
-        <path fill="none" overflow="visible" d="M320 1314.362h24v24h-24z"/>
-      </g>
-      <g transform="translate(-2 24)" color="#000">
-        <path d="M329 1317.862l-4.5 4.5h4.5v-4.5zm7 .5c-1 0-1.326.326-2 1l-8 8c-.5.5-1 1-1 2v1.5c0 1 .5 1.5 1 2l.563.563 3.5-3.5-.563-.563c-.5-.5 0-1 0-1l5.5-5.5s.5-.5 1 0l.563.563 3.5-3.5-.563-.563c-.5-.5-1-1-2-1H336zm4.438 1.938l-3.5 3.5.562.562c.354.354 1.146.354 1.5 0l2-2c.354-.354.354-1.146 0-1.5l-.563-.562zm-10 10l-3.5 3.5.562.562c.354.354 1.146.354 1.5 0l2-2c.354-.353.354-1.146 0-1.5l-.563-.562z" fill="#444" overflow="visible"/>
-        <path fill="none" overflow="visible" d="M320 1314.362h24v24h-24z"/>
-      </g>
-      <g transform="matrix(.8 0 0 .8 102 352.6)" color="#000">
-        <path d="M328 1316.362l-4.667 4.667H328zm7.333.667L324 1328.36v3.333l1.75 1.75 4-4-1.083-1.083 6.666-6.667 1.084 1.084 4-4-1.75-1.75zm5.584 2.25l-4 4 .416.416h1.334l2.666-2.667v-1.334zm-10.667 10.666l-4 4 .417.416H328l2.667-2.667v-1.333z" opacity=".3" fill="none" stroke="#fff" stroke-width="2.667" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path d="M328 1316.362l-4.667 4.667H328zm7.333.667L324 1328.36v3.333l1.75 1.75 4-4-1.083-1.083 6.666-6.667 1.084 1.084 4-4-1.75-1.75zm5.584 2.25l-4 4 .416.416h1.334l2.666-2.667v-1.334zm-10.667 10.666l-4 4 .417.416H328l2.667-2.667v-1.333z" fill="#444" overflow="visible"/>
-        <path fill="none" overflow="visible" d="M320 1314.362h24v24h-24z"/>
-      </g>
-      <path d="M364 1339.862l-2.5 2.5h2.5v-2.5zm3.5.5l-5.5 5.5v2l1 1h1l1-1v-1l-1-1 3.5-3.5 1 1h1l1-1v-1l-1-1h-2z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <g transform="translate(0 23)">
-        <path color="#000" fill="none" overflow="visible" d="M360 1315.362h12v12h-12z"/>
-        <path d="M364 1316.862l-2.5 2.5h2.5v-2.5zm3.5.5l-5.5 5.5v2l1 1h1l1-1v-1l-1-1 3.5-3.5 1 1h1l1-1v-1l-1-1h-2z" color="#000" fill="#444" overflow="visible"/>
-      </g>
-      <path d="M367.5 1317.362l-5.5 5.5v2l1 1h1l1-1v-1l-1-1 3.5-3.5 1 1h1l1-1v-1l-1-1z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path color="#000" fill="none" overflow="visible" d="M360 1315.362h12v12h-12z"/>
-      <path d="M367.5 1317.362l-5.5 5.5v2l1 1h1l1-1v-1l-1-1 3.5-3.5 1 1h1l1-1v-1l-1-1z" color="#000" fill="#444" overflow="visible"/>
-      <g transform="translate(0 -1)">
-        <path d="M329.5 1365.362c-1.38 0-2.5 1.12-2.5 2.5s1.12 2.5 2.5 2.5 2.5-1.12 2.5-2.5-1.12-2.5-2.5-2.5zm-.5 6c-1 0-2 1-2 2v3.5c0 1.5 1 2.5 2.5 2.5h5l2.625 3.5c.226.332.484.5.875.5.5 0 1-.5 1-1 0-.293-.167-.52-.28-.72l-2.72-3.78c-.18-.314-.5-.5-1-.5h-2.5l-1-4c-.243-.97-.5-2-1.5-2zm-3 2c-2.33.823-4 3.387-4 6 0 3.314 2.686 6 6 6 2.976 0 5.433-2.158 5.906-5H332c-.538 1.73-1.843 3-3.75 3-2.347 0-4.25-1.903-4.25-4.25 0-1.517.803-2.998 2-3.75z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path d="M329.5 1365.362c-1.38 0-2.5 1.12-2.5 2.5s1.12 2.5 2.5 2.5 2.5-1.12 2.5-2.5-1.12-2.5-2.5-2.5zm-.5 6c-1 0-2 1-2 2v3.5c0 1.5 1 2.5 2.5 2.5h5l2.625 3.5c.226.332.484.5.875.5.5 0 1-.5 1-1 0-.293-.167-.52-.28-.72l-2.72-3.78c-.18-.314-.5-.5-1-.5h-2.5l-1-4c-.243-.97-.5-2-1.5-2zm-3 2c-2.33.823-4 3.387-4 6 0 3.314 2.686 6 6 6 2.976 0 5.433-2.158 5.906-5H332c-.538 1.73-1.843 3-3.75 3-2.347 0-4.25-1.903-4.25-4.25 0-1.517.803-2.998 2-3.75z" color="#000" fill="#444" overflow="visible"/>
-        <path color="#000" fill="none" overflow="visible" d="M318 1363.362h24v24h-24z"/>
-      </g>
-      <g transform="translate(0 -1)" color="#000">
-        <path fill="none" overflow="visible" d="M342 1363.362h18v18h-18z"/>
-        <path d="M350.5 1364.362c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2zm-.5 5l-1 1v4l1 1h4.375l2.625 3h1v-1l-2.5-3.125-.5-.375h-2l-1-3.5-1-1h-1zm-2 1.5c-1.748.618-3 2.54-3 4.5 0 2.485 2.015 4.5 4.5 4.5 2.232 0 4.083-1.37 4.438-3.5H352.5c-.404 1.298-1.382 2-2.813 2-1.76 0-3.187-1.427-3.187-3.187 0-1.138.603-2.25 1.5-2.813v-1.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path d="M350.5 1364.362c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2zm-.5 5l-1 1v4l1 1h4.375l2.625 3h1v-1l-2.5-3.125-.5-.375h-2l-1-3.5-1-1h-1zm-2 1.5c-1.748.618-3 2.54-3 4.5 0 2.485 2.015 4.5 4.5 4.5 2.232 0 4.083-1.37 4.438-3.5H352.5c-.404 1.298-1.382 2-2.813 2-1.76 0-3.187-1.427-3.187-3.187 0-1.138.603-2.25 1.5-2.813v-1.5z" fill="#444" overflow="visible"/>
-      </g>
-      <g transform="translate(0 -1)" color="#000">
-        <path d="M365.5 1364.362c-.828 0-1.5.672-1.5 1.5 0 .83.672 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.828-.672-1.5-1.5-1.5zm-.5 3.5v3.5h3.25l1.75 2h1v-.5l-2-2.5h-1.656l-.844-2.5H365zm-1 .5c-1.166.412-2 1.694-2 3 0 1.657 1.343 3 3 3 1.368 0 2.514-.77 2.875-2h-1.03c-.325.642-.903 1-1.72 1-1.174 0-2.125-.95-2.125-2.125 0-.76.402-1.5 1-1.875v-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path d="M365.5 1364.362c-.828 0-1.5.672-1.5 1.5 0 .83.672 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.828-.672-1.5-1.5-1.5zm-.5 3.5v3.5h3.25l1.75 2h1v-.5l-2-2.5h-1.656l-.844-2.5H365zm-1 .5c-1.166.412-2 1.694-2 3 0 1.657 1.343 3 3 3 1.368 0 2.514-.77 2.875-2h-1.03c-.325.642-.903 1-1.72 1-1.174 0-2.125-.95-2.125-2.125 0-.76.402-1.5 1-1.875v-1z" fill="#444" overflow="visible"/>
-        <path fill="none" overflow="visible" d="M360 1363.362h12v12h-12z"/>
-      </g>
-      <g color="#000">
-        <path d="M348 1291.362c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2zm7 0c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2zm-7.5 5l-1.5 1.5v2.5l-1.5 2.5.5.5h2v3h2v-3h2l.5-.5-1.5-2.5v-2.5l-1.5-1.5zm5.5 0l-1 1 2 4.5v4.5h2v-4.5l2-4.5-1-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path d="M348 1291.362c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2zm7 0c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2zm-7.5 5l-1.5 1.5v2.5l-1.5 2.5.5.5h2v3h2v-3h2l.5-.5-1.5-2.5v-2.5l-1.5-1.5zm5.5 0l-1 1 2 4.5v4.5h2v-4.5l2-4.5-1-1z" fill="#444" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M342 1290.362h18v18h-18z"/>
-      </g>
-      <g transform="matrix(.5 0 0 .5 201 645.2)" color="#000">
-        <path d="M326 1292.362c-1.38 0-2.5 1.12-2.5 2.5s1.12 2.5 2.5 2.5 2.5-1.12 2.5-2.5-1.12-2.5-2.5-2.5zm10 0c-1.38 0-2.5 1.12-2.5 2.5s1.12 2.5 2.5 2.5 2.5-1.12 2.5-2.5-1.12-2.5-2.5-2.5zm-12 6v3l-3 5h3v4h4v-4h3l-3-5v-3h-4zm8 0l2 7v5h4v-5l2-7h-8z" opacity=".3" fill="none" stroke="#fff" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path d="M326 1292.362c-1.38 0-2.5 1.12-2.5 2.5s1.12 2.5 2.5 2.5 2.5-1.12 2.5-2.5-1.12-2.5-2.5-2.5zm10 0c-1.38 0-2.5 1.12-2.5 2.5s1.12 2.5 2.5 2.5 2.5-1.12 2.5-2.5-1.12-2.5-2.5-2.5zm-12 6v3l-3 5h3v4h4v-4h3l-3-5v-3h-4zm8 0l2 7v5h4v-5l2-7h-8z" fill="#444" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M318 1290.362h24v24h-24z"/>
-      </g>
-      <g>
-        <path color="#000" fill="none" overflow="visible" d="M396 1290.362h24v24h-24z"/>
-        <g transform="translate(1)">
-          <path d="M405 1294.362c-.5 0-1 .5-1 1v10h-1c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3v-9h7v6h-1c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3v-13c0-.5-.5-1-1-1h-9z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-          <path d="M405 1294.362c-.5 0-1 .5-1 1v10h-1c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3v-9h7v6h-1c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3v-13c0-.5-.5-1-1-1h-9z" fill="#454545"/>
-        </g>
-      </g>
-      <g transform="matrix(.5 0 0 .5 240 645.2)">
-        <path d="M406 1294.362v11h-1c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3v-8h6v5h-1c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3v-14h-10z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path color="#000" fill="none" overflow="visible" d="M396 1290.362h24v24h-24z"/>
-        <path d="M406 1294.362v11h-1c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3v-8h6v5h-1c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3v-14h-10z" fill="#454545"/>
-      </g>
-      <g transform="matrix(.8 0 0 .8 123 322.6)">
-        <path color="#000" fill="none" overflow="visible" d="M396 1290.362h24v24h-24z"/>
-        <g transform="translate(1)">
-          <path d="M405 1294.362l-1 1v10h-1c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3v-8.666h7v5.666h-1c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3v-13l-1-1h-9z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2.66666" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-          <path d="M405 1294.362l-1 1v10h-1c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3v-8.666h7v5.666h-1c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3v-13l-1-1h-9z" fill="#454545"/>
-        </g>
-      </g>
-      <g color="#000">
-        <path d="M637.5 1245.362c-.5 0-.783.197-1 .5l-2.5 3.5h2v3h5v-3h2l-2.5-3.5c-.217-.303-.5-.5-1-.5zm12.5 0v2h-4c-.5 0-1 .5-1 1v4h6v-7zm-14 9c-.5 0-1 .5-1 1v7h2v-2h1v2h4v-7c0-.5-.5-1-1-1zm12-1l-3 4h1.5l-1.5 3h2v2h2v-2h2l-1.5-3h1.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path d="M637.5 1245.362c-.5 0-.783.197-1 .5l-2.5 3.5h2v3h5v-3h2l-2.5-3.5c-.217-.303-.5-.5-1-.5h-2zm12.5 0v2h-4c-.5 0-1 .5-1 1v4h6v-7h-1zm-2 8l-3 4h1.5l-1.5 3h2v2h2v-2h2l-1.5-3h1.5l-3-4zm-12 1c-.5 0-1 .5-1 1v7h2v-2h1v2h4v-7c0-.5-.5-1-1-1h-5zm1 2h1v1h-1v-1zm2 0h1v1h-1v-1zm-2 2h1v1h-1v-1zm2 0h1v1h-1v-1zm0 2h1v1h-1v-1z" fill="#444" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M630 1242.362h24v24h-24z"/>
-      </g>
-      <g color="#000">
-        <path d="M658 1244.362l-2 3h1v3h5v-3h1l-2-3zm11 0v2h-3l-1 1v3h5v-6zm-12 8v6h1v-2h1v2h3v-6zm10.5-1l-2.5 4h1.5l-1.5 2h2v1h1v-1h2l-1.5-2h1.5zm-9.5 3h1v1h-1zm2 0h1v1h-1zm0 2h1v1h-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path d="M658 1244.362l-2 3h1v3h5v-3h1l-2-3zm11 0v2h-3l-1 1v3h5v-6zm-12 8v6h1v-2h1v2h3v-6zm10.5-1l-2.5 4h1.5l-1.5 2h2v1h1v-1h2l-1.5-2h1.5zm-9.5 3h1v1h-1zm2 0h1v1h-1zm0 2h1v1h-1z" fill="#444" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M654 1242.362h18v18h-18z"/>
-      </g>
-      <g color="#000">
-        <g transform="matrix(.6 0 0 .6 302.2 510.2)">
-          <path d="M633.7 1246.362l-3.4 3.4h1.7v3.4h5.1v-3.4h1.7l-3.4-3.4zm10.2 0v1.7h-2.23l-1.17 1.275v3.825h5.1v-6.8zm-10.2 10.2H632v6.8h1.7v-1.7h1.7v1.7h1.7v-6.8h-1.7zm9.35-1.7l-3.4 4.25h1.7l-1.7 2.55h2.55v1.7h1.7v-1.7h2.55l-1.7-2.55h1.7z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="3.4" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-          <path d="M633.7 1246.362l-3.4 3.4h1.7v3.4h5.1v-3.4h1.7l-3.4-3.4zm10.2 0v1.7h-2.23l-1.17 1.275v3.825h5.1v-6.8zm-10.2 10.2H632v6.8h1.7v-1.7h1.7v1.7h1.7v-6.8h-1.7zm9.35-1.7l-3.4 4.25h1.7l-1.7 2.55h2.55v1.7h1.7v-1.7h2.55l-1.7-2.55h1.7z" fill="#444" overflow="visible"/>
-        </g>
-        <path opacity=".5" fill="none" overflow="visible" d="M672 1242.362h12v12h-12z"/>
-      </g>
-      <g color="#000">
-        <path d="M636 1269.362v2h-2v13h8v-13h-2v-2h-4zm9 2v3h-2v12h8v-12h-2v-3h-1v3h-2v-3h-1zm-10 2h2v1h-2v-1zm4 0h2v1h-2v-1zm-4 2h2v1h-2v-1zm4 0h2v1h-2v-1zm5 1h2v1h-2v-1zm4 0h2v1h-2v-1zm-13 1h2v1h-2v-1zm4 0h2v1h-2v-1zm5 1h2v1h-2v-1zm4 0h2v1h-2v-1zm-13 1h2v1h-2v-1zm4 0h2v1h-2v-1zm5 1h2v1h-2v-1zm4 0h2v1h-2v-1zm-13 1h2v1h-2v-1zm4 0h2v1h-2v-1zm5 1h2v1h-2v-1zm4 0h2v1h-2v-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M630 1266.362h24v24h-24z"/>
-        <path d="M636 1269.362v2h-2v13h8v-13h-2v-2h-4zm9 2v3h-2v12h8v-12h-2v-3h-1v3h-2v-3h-1zm-10 2h2v1h-2v-1zm4 0h2v1h-2v-1zm-4 2h2v1h-2v-1zm4 0h2v1h-2v-1zm5 1h2v1h-2v-1zm4 0h2v1h-2v-1zm-13 1h2v1h-2v-1zm4 0h2v1h-2v-1zm5 1h2v1h-2v-1zm4 0h2v1h-2v-1zm-13 1h2v1h-2v-1zm4 0h2v1h-2v-1zm5 1h2v1h-2v-1zm4 0h2v1h-2v-1zm-13 1h2v1h-2v-1zm4 0h2v1h-2v-1zm5 1h2v1h-2v-1zm4 0h2v1h-2v-1z" fill="#444" overflow="visible"/>
-      </g>
-      <g color="#000">
-        <path d="M658 1268.362v2h-1v10h6v-10h-1v-2h-4zm7 2v3h-1v9h6v-9h-1v-3h-1v3h-2v-3h-1zm-7 1h1v1h-1v-1zm3 0h1v1h-1v-1zm-3 2h1v1h-1v-1zm3 0h1v1h-1v-1zm4 1h1v1h-1v-1zm3 0h1v1h-1v-1zm-10 1h1v1h-1v-1zm3 0h1v1h-1v-1zm4 1h1v1h-1v-1zm3 0h1v1h-1v-1zm-10 1h1v1h-1v-1zm3 0h1v1h-1v-1zm4 1h1v1h-1v-1zm3 0h1v1h-1v-1zm-3 2h1v1h-1v-1zm3 0h1v1h-1v-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path d="M658 1268.362v2h-1v10h6v-10h-1v-2h-4zm7 2v3h-1v9h6v-9h-1v-3h-1v3h-2v-3h-1zm-7 1h1v1h-1v-1zm3 0h1v1h-1v-1zm-3 2h1v1h-1v-1zm3 0h1v1h-1v-1zm4 1h1v1h-1v-1zm3 0h1v1h-1v-1zm-10 1h1v1h-1v-1zm3 0h1v1h-1v-1zm4 1h1v1h-1v-1zm3 0h1v1h-1v-1zm-10 1h1v1h-1v-1zm3 0h1v1h-1v-1zm4 1h1v1h-1v-1zm3 0h1v1h-1v-1zm-3 2h1v1h-1v-1zm3 0h1v1h-1v-1z" fill="#444" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M654 1266.362h18v18h-18z"/>
-      </g>
-      <g color="#000">
-        <path d="M638 1296.362l-3 1.5c-.51.256-1 1-1 1.5v8h3v-3h2v3h3v-8c0-.5-.502-1.25-1-1.5l-3-1.5zm9 2l-3 1.5c-.51.256-1 1-1 1.5v8h3v-3h2v3h3v-8c0-.5-.502-1.25-1-1.5l-3-1.5zm-12 2h2v1h-2v-1zm4 0h2v1h-2v-1zm-4 2h2v1h-2v-1zm4 0h2v1h-2v-1zm5 0h2v1h-2v-1zm4 0h2v1h-2v-1zm-4 2h2v1h-2v-1zm4 0h2v1h-2v-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path d="M638 1296.362l-3 1.5c-.51.256-1 1-1 1.5v8h3v-3h2v3h3v-8c0-.5-.502-1.25-1-1.5l-3-1.5zm9 2l-3 1.5c-.51.256-1 1-1 1.5v8h3v-3h2v3h3v-8c0-.5-.502-1.25-1-1.5l-3-1.5zm-12 2h2v1h-2v-1zm4 0h2v1h-2v-1zm-4 2h2v1h-2v-1zm4 0h2v1h-2v-1zm5 0h2v1h-2v-1zm4 0h2v1h-2v-1zm-4 2h2v1h-2v-1zm4 0h2v1h-2v-1z" fill="#444" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M630 1290.362h24v24h-24z"/>
-      </g>
-      <g color="#000">
-        <path d="M676 1292.862l-2 1.5v5h1.5v-1h1v1h1.5v-5zm-1 2h2v.5h-2zm4 .5v5h1.5v-1h1v1h1.5v-5l-2-1.5zm1 .5h2v.5h-2zm-5 1h2v.5h-2zm5 1h2v.5h-2z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M672 1290.362h12v12h-12z"/>
-        <path d="M676 1292.862l-2 1.5v5h1.5v-1h1v1h1.5v-5zm-1 2h2v.5h-2zm4 .5v5h1.5v-1h1v1h1.5v-5l-2-1.5zm1 .5h2v.5h-2zm-5 1h2v.5h-2zm5 1h2v.5h-2z" fill="#444" overflow="visible"/>
-      </g>
-      <g color="#000">
-        <path d="M660 1293.362l-3 2v7h2v-2h2v2h2v-7zm4 4v7h2v-2h2v2h2v-7l-3-2zm-6-1h1v1h-1zm3 0h1v1h-1zm4 2h1v1h-1zm3 0h1v1h-1zm-10 0h1v1h-1zm3 0h1v1h-1zm4 2h1v1h-1zm3 0h1v1h-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M654 1290.362h18v18h-18z"/>
-        <path d="M660 1293.362l-3 2v7h2v-2h2v2h2v-7zm4 4v7h2v-2h2v2h2v-7l-3-2zm-6-1h1v1h-1zm3 0h1v1h-1zm4 2h1v1h-1zm3 0h1v1h-1zm-10 0h1v1h-1zm3 0h1v1h-1zm4 2h1v1h-1zm3 0h1v1h-1z" fill="#444" overflow="visible"/>
-      </g>
-      <g color="#000">
-        <path d="M638 1319.362l-4.5 4c-.5.5 0 1 .5 1h1v5h2v-3h2v3h2v-5h1c.5 0 1-.5.5-1l-4.5-4zm9 3l-4.5 4c-.5.5 0 1 .5 1h1v5h2v-3h2v3h2v-5h1c.5 0 1-.5.5-1l-4.5-4z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M630 1314.362h24v24h-24z"/>
-        <path d="M638 1319.362l-4.5 4c-.5.5 0 1 .5 1h1v5h2v-3h2v3h2v-5h1c.5 0 1-.5.5-1l-4.5-4zm9 3l-4.5 4c-.5.5 0 1 .5 1h1v5h2v-3h2v3h2v-5h1c.5 0 1-.5.5-1l-4.5-4z" fill="#444" overflow="visible"/>
-      </g>
-      <g color="#000">
-        <path d="M675 1267.362v1h-1v8h4v-8h-1v-1h-2zm5 1v2h-1v7h4v-7h-1v-2h-.5v2h-1v-2h-.5zm-5 1h2v.5h-2v-.5zm0 2h2v.5h-2v-.5zm5 0h2v.5h-2v-.5zm-5 2h2v.5h-2v-.5zm5 0h2v.5h-2v-.5zm0 2h2v.5h-2v-.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M672 1266.362h12v12h-12z"/>
-        <path d="M675 1267.362v1h-1v8h4v-8h-1v-1h-2zm5 1v2h-1v7h4v-7h-1v-2h-.5v2h-1v-2h-.5zm-5 1h2v.5h-2v-.5zm0 2h2v.5h-2v-.5zm5 0h2v.5h-2v-.5zm-5 2h2v.5h-2v-.5zm5 0h2v.5h-2v-.5zm0 2h2v.5h-2v-.5z" fill="#444" overflow="visible"/>
-      </g>
-      <g color="#000">
-        <path d="M676.5 1316.862l-2.5 2.5h1v3h1v-1.5h1v1.5h1v-3h1zm4 2l-2 2v.5h.5v3h1v-1.5h1v1.5h1v-3h1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M672 1314.362h12v12h-12z"/>
-        <path d="M676.5 1316.862l-2.5 2.5h1v3h1v-1.5h1v1.5h1v-3h1l-2.5-2.5zm4 2l-2 2v.5h.5v3h1v-1.5h1v1.5h1v-3h1l-2.5-2.5z" fill="#444" overflow="visible"/>
-      </g>
-      <g color="#000">
-        <path d="M660.5 1318.862l-3.5 2.5v1h1v4h2v-2h1v2h2v-4h1v-1l-3.5-2.5zm6 2l-3 2.156v1.344h.5v4h2v-2h1v2h2v-4h1v-1l-3.5-2.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M654 1314.362h18v18h-18z"/>
-        <path d="M660.5 1318.862l-3.5 2.5v1h1v4h2v-2h1v2h2v-4h1v-1l-3.5-2.5zm6 2l-3 2.156v1.344h.5v4h2v-2h1v2h2v-4h1v-1l-3.5-2.5z" fill="#444" overflow="visible"/>
-      </g>
-      <g color="#000">
-        <path opacity=".5" fill="none" overflow="visible" d="M630 1338.362h24v24h-24z"/>
-        <path d="M647 1345.362v10h5v-10c0-1.5-.5-3-2.5-3s-2.5 1.5-2.5 3zm-11 0c-.5 0-1 .5-1.5 1l-2.5 3h1v6h12v-6h1l-2.5-3c-.5-.5-1-1-1.5-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path d="M647 1345.362v10h5v-10c0-1.5-.5-3-2.5-3s-2.5 1.5-2.5 3zm-11 0c-.5 0-1 .5-1.5 1l-2.5 3h1v6h7v-3h2v3h3v-6h1l-2.5-3c-.5-.5-1-1-1.5-1zm5 2s2 1.255 2 2v1h-4v-1c0-.745 2-2 2-2z" fill="#444" overflow="visible"/>
-      </g>
-      <g color="#000">
-        <path d="M682 1340.362l-1 1v6h2v-6zm-6.5 2l-2 2h.5v3h6v-3h.5l-2-2z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M672 1338.362h12v12h-12z"/>
-        <path d="M682 1340.362l-1 1v6h2v-6zm-6.5 2l-2 2h.5v3h3v-2h1v2h2v-3h.5l-2-2zm2 1l1 1h-2z" fill="#444" overflow="visible"/>
-      </g>
-      <g color="#000">
-        <path d="M667 1344.362v8h4v-8l-1-2h-2zm-9.5 0l-2.5 3h1v5h9v-5h1l-2-3z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path opacity=".5" fill="none" overflow="visible" d="M654 1338.362h18v18h-18z"/>
-        <path d="M667 1344.362v8h4v-8l-1-2h-2zm-9.5 0l-2.5 3h1v5h6v-2h1v2h2v-5h1l-2-3zm5 2l1.5 1v1h-3v-1z" fill="#444" overflow="visible"/>
-      </g>
-    </g>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="marker-12">
-    <g transform="translate(30 -1290.4)" color="#000">
-      <path d="M-23.5 1291.362c-1.614 0-3.5 1-3.5 3.5 0 1.75 2.75 5.5 3.5 6.5.75-1 3.5-4.75 3.5-6.5 0-2.5-1.886-3.5-3.5-3.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M-23.5 1291.362c-1.614 0-3.5 1-3.5 3.5 0 1.75 2.75 5.5 3.5 6.5.75-1 3.5-4.75 3.5-6.5 0-2.5-1.886-3.5-3.5-3.5z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="marker-18">
-    <g transform="translate(48 -1290.4)" color="#000">
-      <path d="M-38.5 1292.362c-2.332 0-4.5 2-4.5 4.5 0 2.528 3.417 7.056 4.5 8.5 1.083-1.444 4.5-5.972 4.5-8.5 0-2.5-2.168-4.5-4.5-4.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M-38.5 1292.362c-2.332 0-4.5 2-4.5 4.5 0 2.528 3.417 7.056 4.5 8.5 1.083-1.444 4.5-5.972 4.5-8.5 0-2.5-2.168-4.5-4.5-4.5z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="marker-24">
-    <g transform="translate(72 -1257.4)">
-      <path d="M-53 1266.862c0 3.5-5 9.5-6.5 11.5-1.5-2-6.5-8-6.5-11.5s3.27-6.5 6.5-6.5 6.5 3 6.5 6.5z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M-53 1266.862c0 3.5-5 9.5-6.5 11.5-1.5-2-6.5-8-6.5-11.5s3.27-6.5 6.5-6.5 6.5 3 6.5 6.5z" color="#000" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="marker-stroked-12">
-    <g color="#000" transform="translate(30 -1266.4)">
-      <path d="M-23.5 1267.362c-1.614 0-3.5 1-3.5 3.5 0 1.75 2.75 5.5 3.5 6.5.75-1 3.5-4.75 3.5-6.5 0-2.5-1.886-3.5-3.5-3.5zm0 1c1.256 0 2.5 1 2.5 2.5 0 1.36-1.917 4.222-2.5 5-.583-.778-2.5-3.64-2.5-5 0-1.5 1.244-2.5 2.5-2.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M-23.5 1267.362c-1.614 0-3.5 1-3.5 3.5 0 1.75 2.75 5.5 3.5 6.5.75-1 3.5-4.75 3.5-6.5 0-2.5-1.886-3.5-3.5-3.5zm0 1c1.256 0 2.5 1 2.5 2.5 0 1.36-1.917 4.222-2.5 5-.583-.778-2.5-3.64-2.5-5 0-1.5 1.244-2.5 2.5-2.5z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="marker-stroked-18">
-    <g color="#000" transform="translate(48 -1266.4)">
-      <path d="M-38.5 1268.362c-2.332 0-4.5 2-4.5 4.5 0 2.528 3.417 7.056 4.5 8.5 1.083-1.444 4.5-5.972 4.5-8.5 0-2.5-2.168-4.5-4.5-4.5zm0 1.5c1.5 0 3 1.25 3 3 0 2-2.25 5-3 6-.75-1-3-4-3-6 0-1.75 1.5-3 3-3z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M-38.5 1268.362c-2.332 0-4.5 2-4.5 4.5 0 2.528 3.417 7.056 4.5 8.5 1.083-1.444 4.5-5.972 4.5-8.5 0-2.5-2.168-4.5-4.5-4.5zm0 1.5c1.5 0 3 1.25 3 3 0 2-2.25 5-3 6-.75-1-3-4-3-6 0-1.75 1.5-3 3-3z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="marker-stroked-24">
-    <g transform="translate(-102 -301.4)" color="#000">
-      <path d="M114.493 304.362c-3.23 0-6.5 3-6.5 6.5s5 9.5 6.5 11.5c1.5-2 6.5-8 6.5-11.5s-3.27-6.5-6.5-6.5zm0 2c2.51 0 4.5 1.778 4.5 4.5s-3.333 6.945-4.5 8.5c-1.167-1.555-4.5-5.778-4.5-8.5 0-2.722 1.99-4.5 4.5-4.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M114.493 304.362c-3.23 0-6.5 3-6.5 6.5s5 9.5 6.5 11.5c1.5-2 6.5-8 6.5-11.5s-3.27-6.5-6.5-6.5zm0 2c2.51 0 4.5 1.778 4.5 4.5s-3.333 6.945-4.5 8.5c-1.167-1.555-4.5-5.778-4.5-8.5 0-2.722 1.99-4.5 4.5-4.5z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="minefield-12">
-    <g color="#000" transform="translate(-594 -1122.4)">
-      <path d="M600.25 1123.362l-1.75 4-3-2.5.813 4.094c.274.894.587 1.406 1.187 1.406h1.5v-1h2.5v1h1.406c.6 0 .892-.264 1.188-.906l.906-4.594-3.5 2.5zm-.75 6.5v1.063c-1.145.12-2 .98-2 1.437v1l2.75.006 2.75-.006v-1c0-.456-.855-1.316-2-1.437v-1.063z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M600.25 1123.362l-1.75 4-3-2.5.813 4.094c.274.894.587 1.406 1.187 1.406h1.5v-1h2.5v1h1.406c.6 0 .892-.264 1.188-.906l.906-4.594-3.5 2.5zm-.75 6.5v1.063c-1.145.12-2 .98-2 1.437v1l2.75.006 2.75-.006v-1c0-.456-.855-1.316-2-1.437v-1.063z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="minefield-18">
-    <g color="#000" transform="translate(-576 -1122.4)">
-      <path d="M584 1124.362l-2 5.5-4.5-3 1.406 5.25c.378 1.227.833 1.25 1.657 1.25H582v-1h4v1h1.5c.824 0 1.22-.37 1.625-1.25l1.375-5.25-4.5 3-2-5.5zm-1 9v1.03c-2.002.153-3.5.757-3.5 1.47 0 .83 2.015 1.5 4.5 1.5s4.5-.67 4.5-1.5c0-.713-1.498-1.317-3.5-1.47v-1.03h-2z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M585.5 1124.362l-2 5.5-4.5-3 1.406 5.25c.378 1.227.833 1.25 1.657 1.25h1.437v-1h4v1h1.5c.824 0 1.22-.37 1.625-1.25l1.375-5.25-4.5 3zm-1 9v1.03c-2.002.153-3.5.757-3.5 1.47 0 .83 2.015 1.5 4.5 1.5.446 0 .877-.022 1.284-.062 1.86-.184 3.216-.758 3.216-1.438 0-.713-1.498-1.317-3.5-1.47v-1.03z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="minefield-24">
-    <g color="#000" transform="translate(-552 -1122.4)">
-      <path d="M563.5 1126.362l-2.5 7-6-4 2 6.5c.458 1.49 1 1.5 2 1.5h2v-1h5v1h2c1 0 1.506-.43 2-1.5l2-6.5-6 4-2.5-7zm-1.5 11v1c-2.216 0-4 .67-4 1.5s1.784 1.5 4 1.5h3c2.216 0 4-.67 4-1.5s-1.784-1.5-4-1.5v-1h-3z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M564.5 1126.362l-2.5 7-6-4 2 6.5c.458 1.49 1 1.5 2 1.5h2v-1h5v1h2c1 0 1.506-.43 2-1.5l2-6.5-6 4-2.5-7zm-1.5 11v1c-2.216 0-4 .67-4 1.5s1.784 1.5 4 1.5h3c2.216 0 4-.67 4-1.5s-1.784-1.5-4-1.5v-1h-3z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="mobilephone-12">
-    <path d="M5 1v1H4v8h5.03V2H6V1H5zm0 2h3v2H5V3zm0 3h1v1H5V6zm2 0h1v1H7V6zM5 8h1v1H5V8zm2 0h1v1H7V8z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
-    <path d="M5 1v1H4v8h5.03V2H6V1H5zm0 2h3v2H5V3zm0 3h1v1H5V6zm2 0h1v1H7V6zM5 8h1v1H5V8zm2 0h1v1H7V8z" fill="#444"/>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="mobilephone-18">
-    <path d="M6 1v2c-.5 0-1 .598-1 1v11c0 .402.5 1 1 1h7c.5 0 1-.598 1-1V4c0-.402-.5-1-1-1H8V1H6zm1 4h5v3H7V5zm0 4.03h2V11H7V9.03zm3 0h2V11h-2V9.03zM7 12h2v2H7v-2zm3 0h2v2h-2v-2z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
-    <path d="M6 1v2c-.5 0-1 .598-1 1v11c0 .402.5 1 1 1h7c.5 0 1-.598 1-1V4c0-.402-.5-1-1-1H8V1H6zm1 4h5v3H7V5zm0 4.03h2V11H7V9.03zm3 0h2V11h-2V9.03zM7 12h2v2H7v-2zm3 0h2v2h-2v-2z" fill="#444"/>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="mobilephone-24">
-    <path d="M7.875 1C7.387 1 7 1.387 7 1.875V3.03c-.56.06-1 .473-1 1v16.94c0 .568.504 1.03 1.125 1.03h9.75c.62 0 1.125-.462 1.125-1.03V4.03C18 3.463 17.496 3 16.875 3H9V1.875C9 1.387 8.613 1 8.125 1h-.25zM9 5h6c.532 0 1 .512 1 1v3c0 .488-.468 1-1 1H9c-.532 0-1-.512-1-1V6c0-.488.468-1 1-1zm-1 7h2v2H8v-2zm3 .03h2V14h-2v-1.97zm3 0h2V14h-2v-1.97zM8 15h2v2H8v-2zm3 .03h2V17h-2v-1.97zm3 0h2V17h-2v-1.97zM8 18h2v2H8v-2zm3 .03h2V20h-2v-1.97zm3 0h2V20h-2v-1.97z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
-    <path d="M7.875 1C7.387 1 7 1.387 7 1.875V3.03c-.56.06-1 .473-1 1v16.94c0 .568.504 1.03 1.125 1.03h9.75c.62 0 1.125-.462 1.125-1.03V4.03C18 3.463 17.496 3 16.875 3H9V1.875C9 1.387 8.613 1 8.125 1h-.25zM9 5h6c.532 0 1 .512 1 1v3c0 .488-.468 1-1 1H9c-.532 0-1-.512-1-1V6c0-.488.468-1 1-1zm-1 7h2v2H8v-2zm3 .03h2V14h-2v-1.97zm3 0h2V14h-2v-1.97zM8 15h2v2H8v-2zm3 .03h2V17h-2v-1.97zm3 0h2V17h-2v-1.97zM8 18h2v2H8v-2zm3 .03h2V20h-2v-1.97zm3 0h2V20h-2v-1.97z" fill="#444"/>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="monument-12">
-    <g color="#000" transform="translate(-204 -1146.4)">
-      <path d="M210.5 1147.362s-1.5 1.5-1.5 2v4h-.5c-.277 0-.464.226-.5.5v1.5h-.5c-.277 0-.5.223-.5.5v.5h7v-.5c0-.277-.223-.5-.5-.5h-.5v-1.5c0-.277-.223-.5-.5-.5h-.5v-4c0-.5-1.5-2-1.5-2z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M210.5 1147.362s-1.5 1.5-1.5 2v4h-.5c-.277 0-.464.226-.5.5v1.5h-.5c-.277 0-.5.223-.5.5v.5h7v-.5c0-.277-.223-.5-.5-.5h-.5v-1.5c0-.277-.223-.5-.5-.5h-.5v-4c0-.5-1.5-2-1.5-2z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="monument-18">
-    <g color="#000" transform="translate(-186 -1146.4)">
-      <path d="M195.444 1148.362s-1.444 1.722-1.444 2.5v7.5h-1c-.43 0-1 .514-1 .945v1.555h-1c-.5 0-1 .5-1 1v.5h11v-.5c0-.5-.5-1-1-1h-1v-1.5c0-.5-.5-1-1-1h-1v-7.5c0-.778-1.556-2.5-1.556-2.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M195.444 1148.362s-1.444 1.722-1.444 2.5v7.5h-1c-.43 0-1 .514-1 .945v1.555h-1c-.5 0-1 .5-1 1v.5h11v-.5c0-.5-.5-1-1-1h-1v-1.5c0-.5-.5-1-1-1h-1v-7.5c0-.778-1.556-2.5-1.556-2.5z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="monument-24">
-    <g transform="translate(-162 -1145.4)" color="#000">
-      <path d="M174.5 1147.362s-2.59 2.004-2.5 3v11h-2c-.554 0-1 .446-1 1v2h-1c-.554 0-1 .446-1 1v1h15v-1c0-.554-.446-1-1-1h-1v-2c0-.554-.446-1-1-1h-2v-11c0-1-2.5-3-2.5-3z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M174.5 1147.362s-2.59 2.004-2.5 3v11h-2c-.554 0-1 .446-1 1v2h-1c-.554 0-1 .446-1 1v1h15v-1c0-.554-.446-1-1-1h-1v-2c0-.554-.446-1-1-1h-2v-11c0-1-2.5-3-2.5-3z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="museum-12">
-    <g transform="translate(-203 -1122.4)" color="#000">
-      <path d="M213 1125.362l-3.5-2-3.5 2v6l-1 1h9l-1-1v-1zm-5.5 2h.75c.25 0 .5.5.5.5l.75 1.5.75-1.5c.134-.27.25-.5.5-.5h.75c.277 0 .5.223.5.5v2.5c0 .25-.25.5-.5.5s-.5-.25-.5-.5v-2l-.75 1.5c-.12.24-.25.5-.75.5s-.63-.26-.75-.5l-.75-1.5v2c0 .25-.25.5-.5.5s-.5-.25-.5-.5v-2.5c0-.277.223-.5.5-.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M209.5 1123.362l-3.5 2h7zm-3 3c-.277 0-.5.223-.5.5v4.5l-1 1h9l-1-1v-4.5c0-.277-.223-.5-.5-.5zm1 1h.75c.25 0 .5.5.5.5l.75 1.5.75-1.5c.134-.27.25-.5.5-.5h.75c.277 0 .5.223.5.5v2.5c0 .25-.25.5-.5.5s-.5-.25-.5-.5v-2l-.75 1.5c-.12.24-.25.5-.75.5s-.63-.26-.75-.5l-.75-1.5v2c0 .25-.25.5-.5.5s-.5-.25-.5-.5v-2.5c0-.277.223-.5.5-.5z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="museum-18">
-    <path d="M9.5 3L5 6h9zM6 7c-.5 0-1 .5-1 .944V13l-1 1.5c0 .36.234.5.5.5h10c.256 0 .5-.14.5-.5L14 13V7.944C14 7.5 13.5 7 13 7zm2 1.5c.5 0 .5 0 1 1l.5 1 .5-1c.5-1 .5-1 1-1s1 .5 1 1V13c0 .36-.14.5-.5.5s-.5-.14-.5-.5v-2.89L10 12c-.265.5-.735.5-1 0l-1-1.89V13c0 .36-.14.5-.5.5S7 13.36 7 13V9.5c0-.5.5-1 1-1z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-    <path d="M9.5 3L5 6h9zM6 7c-.5 0-1 .5-1 .944V13l-1 1.5c0 .36.234.5.5.5h10c.256 0 .5-.14.5-.5L14 13V7.944C14 7.5 13.5 7 13 7zm2 1.5c.5 0 .5 0 1 1l.5 1 .5-1c.5-1 .5-1 1-1s1 .5 1 1V13c0 .36-.14.5-.5.5s-.5-.14-.5-.5v-2.89L10 12c-.265.5-.735.5-1 0l-1-1.89V13c0 .36-.14.5-.5.5S7 13.36 7 13V9.5c0-.5.5-1 1-1z" color="#000" fill="#444" overflow="visible"/>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="museum-24">
-    <path d="M12.5 3L6 8h13zM7 9c-.554 0-.922.452-1 1v7l-1.75 3c-.148.254-.25.357-.25.5 0 .5.632.5 1 .5h15c.355 0 1 0 1-.5 0-.146-.087-.22-.25-.5L19 17v-7c0-.554-.446-1-1-1zm2 2h1.5c.5 0 1 1 1 1l1 2.5 1-2.5c.223-.558.5-1 1-1H16c.554 0 1 .446 1 1v5c0 .5-.5 1-1 1s-1-.5-1-1v-4l-1.5 3s-.5 1-1 1-1-1-1-1L10 13v4c0 .5-.5 1-1 1s-1-.5-1-1v-5c0-.554.446-1 1-1z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-    <path d="M12.5 3L6 8h13zM7 9c-.554 0-.922.452-1 1v7l-1.75 3c-.148.254-.25.357-.25.5 0 .5.632.5 1 .5h15c.355 0 1 0 1-.5 0-.146-.087-.22-.25-.5L19 17v-7c0-.554-.446-1-1-1zm2 2h1.5c.5 0 1 1 1 1l1 2.5 1-2.5c.223-.558.5-1 1-1H16c.554 0 1 .446 1 1v5c0 .5-.5 1-1 1s-1-.5-1-1v-4l-1.5 3s-.5 1-1 1-1-1-1-1L10 13v4c0 .5-.5 1-1 1s-1-.5-1-1v-5c0-.554.446-1 1-1z" color="#000" fill="#444" overflow="visible"/>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="music-12">
-    <g transform="matrix(.5 0 0 .5 -198 -645.2)">
-      <path d="M406 1294.362v11h-1c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3v-8h6v5h-1c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3v-14h-10z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M406 1294.362v11h-1c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3v-8h6v5h-1c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3v-14h-10z" fill="#454545"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="music-18">
-    <g transform="matrix(.8 0 0 .8 -296.3 -967.8)">
-      <path d="M405 1294.362l-1 1v10h-1c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3v-8.666h7v5.666h-1c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3v-13l-1-1h-9z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2.66666" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M405 1294.362l-1 1v10h-1c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3v-8.666h7v5.666h-1c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3v-13l-1-1h-9z" fill="#454545"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="music-24">
-    <g transform="translate(-395 -1290.4)">
-      <path d="M405 1294.362c-.5 0-1 .5-1 1v10h-1c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3v-9h7v6h-1c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3v-13c0-.5-.5-1-1-1h-9z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M405 1294.362c-.5 0-1 .5-1 1v10h-1c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3v-9h7v6h-1c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3v-13c0-.5-.5-1-1-1h-9z" fill="#454545"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="oil-well-12">
-    <g transform="translate(-516 -1269.4)" color="#000">
-      <path d="M521 1270.362l-3 9h1.5l.5-1.53 2.5-1.47 2.5 1.47.5 1.53h1.5l-3-9zm.5 3h2l.5 1.53-.72.47H523v.188l-.5.312-.5-.312v-.188h-.28l-.72-.47zm-.78 2.375l.28.125.5.25-.5.25-.594.313.094-.313v-.5h.187zm3.56 0l.032.125h.188v.5l.094.313-.594-.313-.5-.25.5-.25z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M521 1270.362l-3 9h1.5l.5-1.53 2.5-1.47 2.5 1.47.5 1.53h1.5l-3-9zm.5 3h2l.5 1.53-.72.47H523v.188l-.5.312-.5-.312v-.188h-.28l-.72-.47zm-.78 2.375l.28.125.5.25-.5.25-.594.313.094-.313v-.5h.187zm3.56 0l.032.125h.188v.5l.094.313-.594-.313-.5-.25.5-.25z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="oil-well-18">
-    <g transform="translate(-498 -1269.4)" color="#000">
-      <path d="M506 1271.362c-.382 0-.664.368-.78.75l-4.22 13.25h2l.906-2.72 3.594-2.03 3.594 2.03.906 2.72h2l-4.22-13.25c-.116-.382-.398-.75-.78-.75zm0 5h3l.5 1.47-2 1.28-2-1.28zm-.875 2.656l1.375.844-2.063 1.188zm4.75 0l.688 2.032-2.063-1.188z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M506 1271.362c-.382 0-.664.368-.78.75l-4.22 13.25h2l.906-2.72 3.594-2.03 3.594 2.03.906 2.72h2l-4.22-13.25c-.116-.382-.398-.75-.78-.75zm0 5h3l.5 1.47-2 1.28-2-1.28zm-.875 2.656l1.375.844-2.063 1.188zm4.75 0l.688 2.032-2.063-1.188z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="oil-well-24">
-    <g transform="translate(-474 -1266.4)" color="#000">
-      <path d="M484.5 1269.362c-.5 0-.846.5-1 1l-5.344 15.97c-.038.112-.156.416-.156.53 0 .5.5.5 1 .5s.97 0 1.156-.5l.844-2.25 5.5-2.75 5.5 2.75.844 2.25c.186.5.656.5 1.156.5.5 0 1 0 1-.5 0-.114-.118-.418-.156-.53l-5.344-15.97c-.154-.5-.5-1-1-1zm4.5 7l.688 1.906-3.188 1.594-3.188-1.594.688-1.906zm-6.313 3.594l1.813.906-2.625 1.313zm7.625 0l.813 2.22-2.625-1.314z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M484.5 1269.362c-.5 0-.846.5-1 1l-5.344 15.97c-.038.112-.156.416-.156.53 0 .5.5.5 1 .5s.97 0 1.156-.5l.844-2.25 5.5-2.75 5.5 2.75.844 2.25c.186.5.656.5 1.156.5.5 0 1 0 1-.5 0-.114-.118-.418-.156-.53l-5.344-15.97c-.154-.5-.5-1-1-1zm4.5 7l.688 1.906-3.188 1.594-3.188-1.594.688-1.906zm-6.313 3.594l1.813.906-2.625 1.313zm7.625 0l.813 2.22-2.625-1.314z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="park-12">
-    <g transform="translate(-204 -1052.4)" color="#000">
-      <path d="M210.5 1053.362l-3 3h1.72l-2.22 2h2l-2 2h3v2h1v-2h3l-2-2h2l-2.22-2h1.72z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M210.5 1053.362l-3 3h1.72l-2.22 2h2l-2 2h3v2h1v-2h3l-2-2h2l-2.22-2h1.72z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="park-18">
-    <g color="#000" transform="translate(-186 -1050.4)">
-      <path d="M195.5 1052.362l-4 4h2.5l-3 3h2.5l-2.5 3h4v3h1v-3h4l-2.5-3h2.5l-3-3h2.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M195.5 1052.362l-4 4h2.5l-3 3h2.5l-2.5 3h4v3h1v-3h4l-2.5-3h2.5l-3-3h2.5z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="park-24">
-    <g color="#000" transform="translate(0 -1027.4)">
-      <path d="M12.5 1030.362l-5.5 5h3l-4 4h3l-3 4h5v4c0 .554.446 1 1 1h1c.554 0 1-.446 1-1v-4h5l-3-4h3l-4-4h3l-5.5-5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M12.5 1030.362l-5.5 5h3l-4 4h3l-3 4h5v4c0 .554.446 1 1 1h1c.554 0 1-.446 1-1v-4h5l-3-4h3l-1-1-3-3h3z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="park2-12">
-    <g transform="translate(-205 -1075.4)" color="#000">
-      <path d="M210.844 1076.362c-.563.047-.844.75-.844 1.5-1-.5-1.5-.25-1.5.75s1 1.25 1 1.25-1.5-.246-1.5 1.25c0 .69.81 1.25 1.5 1.25v1h1.5v3h1v-3h1.5v-1c1 0 1.5-.597 1.5-1.25 0-1.496-1.5-1.25-1.5-1.25s1-.25 1-1.25-1-1.25-1.5-.75c0-1-.5-1.5-1.5-1.5-.25 0-.47-.016-.656 0zm-.344 6h2l-.5 1h-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M210.844 1076.362c-.563.047-.844.75-.844 1.5-1-.5-1.5-.25-1.5.75s1 1.25 1 1.25-1.5-.246-1.5 1.25c0 .69.81 1.25 1.5 1.25v1h1.5v3h1v-3h1.5v-1c1 0 1.5-.597 1.5-1.25 0-1.496-1.5-1.25-1.5-1.25s1-.25 1-1.25-1-1.25-1.5-.75c0-1-.5-1.5-1.5-1.5-.25 0-.47-.016-.656 0zm-.344 6h2l-.5 1h-1z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="park2-18">
-    <g color="#000" transform="translate(-186 -1074.4)">
-      <path d="M200 1083.362c0-1-1-2-1.5-2 .307-.344.61-1.003.61-1.5 0-1.074-1.11-2-2.11-2 0-1-.5-1.5-1.5-1.5s-1.5.5-1.5 1.5c-1 0-2.11.927-2.11 2 0 .498.303 1.157.61 1.5-.5 0-1.5 1-1.5 2s.5 2.056 2.056 2.056h.388l.056.944 1.5 1.5v2.5h1v-2.5l1.5-1.5.055-.944.56-.012c1.385-.044 1.885-1.044 1.885-2.044zm-5.5 2h2v.5l-1 1-1-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M200 1083.362c0-1-1-2-1.5-2 .307-.344.61-1.003.61-1.5 0-1.074-1.11-2-2.11-2 0-1-.5-1.5-1.5-1.5s-1.5.5-1.5 1.5c-1 0-2.11.927-2.11 2 0 .498.303 1.157.61 1.5-.5 0-1.5 1-1.5 2s.5 2.056 2.056 2.056h.388l.056.944 1.5 1.5v2.5h1v-2.5l1.5-1.5.055-.944.56-.012c1.385-.044 1.885-1.044 1.885-2.044zm-5.5 2h2v.5l-1 1-1-1z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="park2-24">
-    <g transform="translate(-33 -1074.4)" color="#000">
-      <path d="M52 1085.862c0-1.07-.68-1.987-1.625-2.344.395-.44.625-1.017.625-1.656 0-1.38-1.12-2.5-2.5-2.5-.197 0-.38.02-.563.062-.21-1.17-1.208-2.062-2.437-2.062-1.23 0-2.228.893-2.438 2.063-.183-.043-.365-.062-.562-.062-1.38 0-2.5 1.12-2.5 2.5 0 .64.23 1.214.625 1.656-.945.356-1.625 1.272-1.625 2.342 0 1.38 1 2.5 2.5 2.5h.5l2 3.5v3.5h3v-3.5l2-3.5.72-.014c1.28.014 2.28-1.18 2.28-2.486zm-8 2.5h3l-1 2h-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" overflow="visible"/>
-      <path d="M52 1085.862c0-1.07-.68-1.987-1.625-2.344.395-.44.625-1.017.625-1.656 0-1.38-1.12-2.5-2.5-2.5-.197 0-.38.02-.563.062-.21-1.17-1.208-2.062-2.437-2.062-1.23 0-2.228.893-2.438 2.063-.183-.043-.365-.062-.562-.062-1.38 0-2.5 1.12-2.5 2.5 0 .64.23 1.214.625 1.656-.945.356-1.625 1.272-1.625 2.342 0 1.38 1 2.5 2.5 2.5h.5l2 3.5v3.5h3v-3.5l2-3.5.72-.014c1.28.014 2.28-1.18 2.28-2.486zm-8 2.5h3l-1 2h-1z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="parking-12">
-    <g style="text-indent:0;text-align:center;line-height:125%;text-transform:none;block-progression:tb;-inkscape-font-specification:Open Sans Bold" font-size="9.333" font-weight="bold" text-anchor="middle" color="#000" fill="#444" stroke-width="2" overflow="visible" font-family="Open Sans" transform="translate(-126 -1218.4)">
-      <path d="M132.316 1224.168h.465c.436 0 .76-.085.977-.255.215-.173.323-.424.323-.752 0-.33-.09-.575-.273-.733-.18-.158-.462-.237-.848-.237h-.644v1.978m3.19-1.057c0 .718-.224 1.266-.674 1.646-.447.38-1.083.57-1.91.57h-.606v2.37h-1.412v-6.663h2.128c.808 0 1.422.175 1.84.524.423.346.634.864.635 1.554" opacity=".3" fill="#fff" stroke="#fff" stroke-linejoin="round" overflow="visible"/>
-      <path d="M132.316 1224.168h.465c.436 0 .76-.085.977-.255.215-.173.323-.424.323-.752 0-.33-.09-.575-.273-.733-.18-.158-.462-.237-.848-.237h-.644v1.978m3.19-1.057c0 .718-.224 1.266-.674 1.646-.447.38-1.083.57-1.91.57h-.606v2.37h-1.412v-6.663h2.128c.808 0 1.422.175 1.84.524.423.346.634.864.635 1.554"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="parking-18">
-    <g font-size="25.21" font-weight="bold" letter-spacing="0" word-spacing="0" color="#000" font-family="Helvetica Neue" transform="translate(-108 -1218.4)">
-      <path d="M115 1222.362v10h2.125v-3.562h.906c1.24 0 2.206-.274 2.876-.844.675-.57 1-1.393 1-2.47 0-1.033-.304-1.823-.937-2.343-.63-.524-1.57-.78-2.782-.78zm2.125 1.75h.97c.578 0 .98.107 1.25.344.272.237.405.597.405 1.094 0 .492-.145.865-.47 1.125-.322.255-.816.406-1.468.406h-.687z" style="text-indent:0;text-align:start;line-height:125%;text-transform:none;block-progression:tb;-inkscape-font-specification:Helvetica Neue Bold" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M115 1222.362v10h2.125v-3.562h.906c1.24 0 2.206-.274 2.876-.844.675-.57 1-1.393 1-2.47 0-1.033-.304-1.823-.937-2.343-.63-.524-1.57-.78-2.782-.78zm2.125 1.75h.97c.578 0 .98.107 1.25.344.272.237.405.597.405 1.094 0 .492-.145.865-.47 1.125-.322.255-.816.406-1.468.406h-.687z" style="text-indent:0;text-align:start;line-height:125%;text-transform:none;block-progression:tb;-inkscape-font-specification:Helvetica Neue Bold" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="parking-24">
-    <g style="text-indent:0;text-align:center;line-height:125%;text-transform:none;block-progression:tb;-inkscape-font-specification:Open Sans Bold" font-size="12" font-weight="bold" text-anchor="middle" color="#000" fill="#444" stroke-width="2" overflow="visible" font-family="Open Sans" transform="matrix(1.3 0 0 1.3 0 -1355.2)">
-      <path d="M8.87 1025.077h.6c.557 0 .975-.11 1.253-.328.277-.224.416-.546.416-.968 0-.426-.12-.74-.353-.943-.23-.204-.594-.306-1.09-.306H8.87v2.543m4.103-1.36c0 .923-.29 1.628-.868 2.116-.574.488-1.392.732-2.455.732h-.78v3.047H7.056v-8.566H9.79c1.04 0 1.83.224 2.368.674.543.445.815 1.11.815 1.998" opacity=".3" fill="#fff" stroke="#fff" stroke-width="1.5" stroke-linejoin="round" overflow="visible"/>
-      <path d="M8.87 1025.077h.6c.557 0 .975-.11 1.253-.328.277-.224.416-.546.416-.968 0-.426-.12-.74-.353-.943-.23-.204-.594-.306-1.09-.306H8.87v2.543m4.103-1.36c0 .923-.29 1.628-.868 2.116-.574.488-1.392.732-2.455.732h-.78v3.047H7.056v-8.566H9.79c1.04 0 1.83.224 2.368.674.543.445.815 1.11.815 1.998"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="parking-garage-12">
-    <g transform="translate(-126 -1242.4)" font-size="25.21" font-weight="bold" letter-spacing="0" word-spacing="0" color="#000" font-family="Helvetica Neue">
-      <path d="M132.5 1243.362l-3.5 1v1l3.5-1 3.5 1v-1l-3.5-1zm-1.594 2.656v6.688h1.406v-2.375h.625c.827 0 1.46-.182 1.907-.56.45-.38.656-.94.656-1.658 0-.69-.203-1.216-.625-1.562-.42-.35-1.036-.53-1.844-.53h-2.124zm1.406 1.157h.657c.385 0 .663.092.843.25.182.158.28.42.28.75 0 .328-.127.577-.343.75-.216.17-.534.25-.97.25h-.468v-2z" style="text-indent:0;text-align:start;line-height:125%;text-transform:none;block-progression:tb;-inkscape-font-specification:Helvetica Neue Bold" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M132.5 1243.362l-3.5 1v1l3.5-1 3.5 1v-1l-3.5-1zm-1.594 2.656v6.688h1.406v-2.375h.625c.827 0 1.46-.182 1.907-.56.45-.38.656-.94.656-1.658 0-.69-.203-1.216-.625-1.562-.42-.35-1.036-.53-1.844-.53h-2.124zm1.406 1.157h.657c.385 0 .663.092.843.25.182.158.28.42.28.75 0 .328-.127.577-.343.75-.216.17-.534.25-.97.25h-.468v-2z" style="text-indent:0;text-align:start;line-height:125%;text-transform:none;block-progression:tb;-inkscape-font-specification:Helvetica Neue Bold" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="parking-garage-18">
-    <g transform="matrix(.9 0 0 1 -97.8 -1218.4)" fill="#b4b4b4" font-size="25.21" font-weight="bold" letter-spacing="0" word-spacing="0" color="#000" font-family="Helvetica Neue">
-      <path d="M117 1219.362l-6 1.5v1.5l6-1.5 6 1.5v-1.5l-6-1.5zm-2.727 4v10h2.318v-3.562h.99c1.352 0 2.405-.274 3.136-.844.736-.57 1.09-1.393 1.09-2.47 0-1.033-.33-1.823-1.022-2.343-.686-.524-1.712-.78-3.034-.78h-3.477zm2.318 1.75h1.058c.63 0 1.07.107 1.363.344.3.237.445.597.445 1.094 0 .492-.16.865-.512 1.125-.353.255-.89.406-1.602.406h-.75v-2.968z" style="text-indent:0;text-align:start;line-height:125%;text-transform:none;block-progression:tb;-inkscape-font-specification:Helvetica Neue Bold" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2.089" stroke-linejoin="round" overflow="visible"/>
-      <path d="M117 1219.362l-6 1.5v1.5l6-1.5 6 1.5v-1.5l-6-1.5zm-2.727 4v10h2.318v-3.562h.99c1.352 0 2.405-.274 3.136-.844.736-.57 1.09-1.393 1.09-2.47 0-1.033-.33-1.823-1.022-2.343-.686-.524-1.712-.78-3.034-.78h-3.477zm2.318 1.75h1.058c.63 0 1.07.107 1.363.344.3.237.445.597.445 1.094 0 .492-.16.865-.512 1.125-.353.255-.89.406-1.602.406h-.75v-2.968z" style="text-indent:0;text-align:start;line-height:125%;text-transform:none;block-progression:tb;-inkscape-font-specification:Helvetica Neue Bold" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="parking-garage-24">
-    <g transform="translate(-84 -1212.4)" font-size="25.21" font-weight="bold" letter-spacing="0" word-spacing="0" color="#000" font-family="Helvetica Neue">
-      <path d="M96.5 1216.362l-6.5 2v2l6.5-2 6.5 2v-2l-6.5-2zm-3.094 4.25v11.406h2.406v-4.062h1.063c1.417 0 2.516-.318 3.28-.97.772-.65 1.126-1.582 1.126-2.81 0-1.184-.337-2.064-1.06-2.657-.72-.6-1.772-.908-3.157-.908h-3.657zm2.406 1.97h1.126c.66 0 1.13.134 1.437.405.313.27.47.714.47 1.28 0 .564-.194.986-.564 1.283-.37.29-.91.437-1.655.437h-.813v-3.406z" style="text-indent:0;text-align:start;line-height:125%;text-transform:none;block-progression:tb;-inkscape-font-specification:Helvetica Neue Bold" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M96.5 1216.362l-6.5 2v2l6.5-2 6.5 2v-2l-6.5-2zm-3.094 4.25v11.406h2.406v-4.062h1.063c1.417 0 2.516-.318 3.28-.97.772-.65 1.126-1.582 1.126-2.81 0-1.184-.337-2.064-1.06-2.657-.72-.6-1.772-.908-3.157-.908h-3.657zm2.406 1.97h1.126c.66 0 1.13.134 1.437.405.313.27.47.714.47 1.28 0 .564-.194.986-.564 1.283-.37.29-.91.437-1.655.437h-.813v-3.406z" style="text-indent:0;text-align:start;line-height:125%;text-transform:none;block-progression:tb;-inkscape-font-specification:Helvetica Neue Bold" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="pharmacy-12">
-    <g transform="translate(-282 -1146.4)">
-      <path d="M288.5 1147.862c-1.38 0-2.5.448-2.5 1v1.5c0 .552 1.12 1 2.5 1s2.5-.448 2.5-1v-1.5c0-.552-1.12-1-2.5-1zm-2.5 3.5v5c0 .552 1.12 1 2.5 1s2.5-.448 2.5-1v-5c0 .552-1.12 1-2.5 1s-2.5-.448-2.5-1z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M288.5 1147.862c-1.38 0-2.5.448-2.5 1v1.5c0 .552 1.12 1 2.5 1s2.5-.448 2.5-1v-1.5c0-.552-1.12-1-2.5-1zm-2.5 3.5v5c0 .552 1.12 1 2.5 1s2.5-.448 2.5-1v-5c0 .552-1.12 1-2.5 1s-2.5-.448-2.5-1zm1 2s.5.25 1.5.25 1.5-.25 1.5-.25v2s-.5.25-1.5.25-1.5-.25-1.5-.25v-2z" color="#000" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="pharmacy-18">
-    <g transform="translate(-265 -1146.4)" color="#000">
-      <path d="M274.5 1149.362c-1.933 0-3.5.672-3.5 1.5v2.5c0 .83 1.567 1.5 3.5 1.5s3.5-.67 3.5-1.5v-2.5c0-.828-1.567-1.5-3.5-1.5zm-3.5 5.5v6.5s1 1 3.5 1 3.5-1 3.5-1v-6.5c0 .83-1.567 1.5-3.5 1.5s-3.5-.67-3.5-1.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M274.5 1149.362c-1.933 0-3.5.672-3.5 1.5v2.5c0 .83 1.567 1.5 3.5 1.5s3.5-.67 3.5-1.5v-2.5c0-.828-1.567-1.5-3.5-1.5zm-3.5 5.5v6.5s1 1 3.5 1 3.5-1 3.5-1v-6.5c0 .83-1.567 1.5-3.5 1.5s-3.5-.67-3.5-1.5zm2 2.5c.453.092.965.156 1.5.156s1.047-.064 1.5-.156v3c-.453.092-.965.156-1.5.156s-1.047-.064-1.5-.156z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="pharmacy-24">
-    <g color="#000" transform="translate(-240 -1146.4)">
-      <path d="M252.5 1148.362c-3.038 0-5.5 1.12-5.5 2.5v3c0 1.38 2.462 2.5 5.5 2.5s5.5-1.12 5.5-2.5v-3c0-1.38-2.462-2.5-5.5-2.5zm-5.5 9v7.5c0 1.38 2.462 2.5 5.5 2.5s5.5-1.12 5.5-2.5v-7.5c0-1-.5-1-1-.5-.84.894-2.228 1.5-4.5 1.5-2.227 0-3.635-.635-4.5-1.5-.5-.5-1-.5-1 .5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M252.5 1148.362c-3.038 0-5.5 1.12-5.5 2.5v3c0 1.38 2.462 2.5 5.5 2.5s5.5-1.12 5.5-2.5v-3c0-1.38-2.462-2.5-5.5-2.5zm-5.5 9v7.5c0 1.38 2.462 2.5 5.5 2.5s5.5-1.12 5.5-2.5v-7.5c0-1-.5-1-1-.5-.84.894-2.228 1.5-4.5 1.5-2.227 0-3.635-.635-4.5-1.5-.5-.5-1-.5-1 .5zm3 3c.752.176 1.597.28 2.5.28.903.002 1.748-.104 2.5-.28v4c-.752.176-1.597.28-2.5.28-.903.002-1.748-.104-2.5-.28z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="pitch-12">
-    <g transform="translate(-516 -1050.4)">
-      <g color="#000">
-        <path d="M522 1051.362c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1zm-2.594 1.22c-.218 0-.406.132-.406.405s.085.63.125.844l.28 1c.15.545.468.532.876.532h.908c.324.547.21 1.165.312 2h-.5c-.547 0-1.453.313-.906 1.406l.812 1.657c.197.392.395.435.594.437.355 0 .65-.357.5-.72l-.625-1.498c-.118-.282.152-.282.28-.282H523s.457 1.203 1.22 2.188c.28.363.577.812.967.812.274 0 .75-.374.25-.97-.933-1.113-1.437-2.483-1.437-3.03 0-.636-.182-1.242-.344-2h.813c.265.535.717 1.375.717 1.375.303.523.813.484.813 0 0-.067.006-.214-.063-.375l-.75-1.72c-.05-.117-.123-.28-.53-.28h-4.282l-.406-1.375c-.083-.273-.345-.406-.564-.406z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-        <path d="M522 1051.362c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1zm-2.594 1.22c-.218 0-.406.132-.406.405s.085.63.125.844l.28 1c.15.545.468.532.876.532h.908c.324.547.21 1.165.312 2h-.5c-.547 0-1.453.313-.906 1.406l.812 1.657c.197.392.395.435.594.437.355 0 .65-.357.5-.72l-.625-1.498c-.118-.282.152-.282.28-.282H523s.457 1.203 1.22 2.188c.28.363.577.812.967.812.274 0 .75-.374.25-.97-.933-1.113-1.437-2.483-1.437-3.03 0-.636-.182-1.242-.344-2h.813c.265.535.717 1.375.717 1.375.303.523.813.484.813 0 0-.067.006-.214-.063-.375l-.75-1.72c-.05-.117-.123-.28-.53-.28h-4.282l-.406-1.375c-.083-.273-.345-.406-.564-.406z" fill="#444" overflow="visible"/>
-      </g>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="pitch-18">
-    <g transform="translate(-499 -1051.4)" color="#000">
-      <path d="M508.343 1053.362c-.756 0-1.368.613-1.368 1.37 0 .754.612 1.367 1.368 1.367.756 0 1.37-.614 1.37-1.37 0-.755-.614-1.368-1.37-1.368zm-3.934 2.737l.34 1.368c.172.684.58.684 1.092.684h1.133c.406.684.215 1.796.342 2.842h-.62c-.684 0-1.775.684-1.09 2.052l1.026 2.053c.684 1.367 1.71.34 1.368-.343l-1.025-2.053c-.17-.342.18-.342.342-.342h1.688s.81 1.693 1.764 2.925c.352.455.742 1.075 1.23 1.075.342 0 .928-.53.304-1.273-1.168-1.396-1.908-2.833-1.908-3.517 0-.796-.14-2.472-.342-3.42h1.026c.334.668.92 1.71.92 1.71.378.654 1 .605 1 0 0-.084-.01-.263-.096-.464l-.97-2.275c-.062-.148-.172-.342-.683-.342h-5.302l-.513-1.71c-.205-.685-1.197-.685-1.197 0 0 .342.12.757.17 1.026z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M508.343 1053.362c-.756 0-1.368.613-1.368 1.37 0 .754.612 1.367 1.368 1.367.756 0 1.37-.614 1.37-1.37 0-.755-.614-1.368-1.37-1.368zm-3.934 2.737l.34 1.368c.172.684.58.684 1.092.684h1.133c.406.684.215 1.796.342 2.842h-.62c-.684 0-1.775.684-1.09 2.052l1.026 2.053c.684 1.367 1.71.34 1.368-.343l-1.025-2.053c-.17-.342.18-.342.342-.342h1.688s.81 1.693 1.764 2.925c.352.455.742 1.075 1.23 1.075.342 0 .928-.53.304-1.273-1.168-1.396-1.908-2.833-1.908-3.517 0-.796-.14-2.472-.342-3.42h1.026c.334.668.92 1.71.92 1.71.378.654 1 .605 1 0 0-.084-.01-.263-.096-.464l-.97-2.275c-.062-.148-.172-.342-.683-.342h-5.302l-.513-1.71c-.205-.685-1.197-.685-1.197 0 0 .342.12.757.17 1.026z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="pitch-24">
-    <g color="#000" transform="translate(-474 -1050.4)">
-      <path d="M486 1052.362c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2zm-5.75 4l.5 2c.25 1 .847 1 1.594 1H484c.594 1 .315 2.472.5 4h-.906c-1 0-2.594 1-1.594 3l1.5 3c1 2 2.5.5 2-.5l-1.5-3c-.25-.5.264-.5.5-.5h2.468s1.184 2.628 2.578 4.43c.515.664 1.085 1.57 1.8 1.57.5 0 1.355-.773.443-1.86-1.708-2.04-2.79-4.14-2.79-5.14 0-1.163-.204-3.613-.5-5h1.5l1.25 2.5c.553.958 1.75.885 1.75 0 0-.12 0-.39-.14-.677l-1.61-3.323c-.103-.212-.253-.5-1-.5H482.5l-.75-2.5c-.3-1-1.75-1-1.75 0 0 .5.177 1.107.25 1.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M486 1052.362c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2zm-5.75 4l.5 2c.25 1 .847 1 1.594 1H484c.594 1 .315 2.472.5 4h-.906c-1 0-2.594 1-1.594 3l1.5 3c1 2 2.5.5 2-.5l-1.5-3c-.25-.5.264-.5.5-.5h2.468s1.184 2.628 2.578 4.43c.515.664 1.085 1.57 1.8 1.57.5 0 1.355-.773.443-1.86-1.708-2.04-2.79-4.14-2.79-5.14 0-1.163-.204-3.613-.5-5h1.5l1.25 2.5c.553.958 1.75.885 1.75 0 0-.12 0-.39-.14-.677l-1.61-3.323c-.103-.212-.253-.5-1-.5h-7.75l-.75-2.5c-.3-1-1.75-1-1.75 0 0 .5.177 1.107.25 1.5z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="place-of-worship-12">
-    <g transform="translate(-48 -1146.4)" color="#000">
-      <path d="M54.5 1148.362l-1.5.94v1.06l-1 1v5h5v-5l-1-1v-.96zm-4.5 4v4h1v-4zm8 0v4h1v-4z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M54.5 1148.362l-1.5.94v1.06l-1 1v5h5v-5l-1-1v-.96zm-4.5 4v4h1v-4zm8 0v4h1v-4z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="place-of-worship-18">
-    <g transform="translate(-30 -1146.4)" color="#000">
-      <path d="M39.5 1149.862l-1.5 1.5v1.5l-2 2v6.5h7v-6.5l-2-2v-1.5zm-6.5 6v5.5h1.5v-5.5zm11.5 0v5.5H46v-5.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M39.5 1149.862l-1.5 1.5v1.5l-2 2v6.5h7v-6.5l-2-2v-1.5zm-6.5 6v5.5h1.5v-5.5zm11.5 0v5.5H46v-5.5z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="place-of-worship-24">
-    <g transform="translate(-6 -1146.4)" color="#000">
-      <path d="M18.5 1150.362s-2.5 1-2.5 2v2c0 1-2 1-2 2v9h9v-9c0-1-2-1-2-2.187v-1.813c0-1-2.5-2-2.5-2zm-8.5 8v7h2v-7c0-1-1-1-1-1s-1 0-1 1zm15 0v7h2v-7c0-1-1-1-1-1s-1 0-1 1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M18.5 1150.362s-2.5 1-2.5 2v2c0 1-2 1-2 2v9h9v-9c0-1-2-1-2-2.187v-1.813c0-1-2.5-2-2.5-2zm-8.5 8v7h2v-7c0-1-1-1-1-1s-1 0-1 1zm15 0v7h2v-7c0-1-1-1-1-1s-1 0-1 1z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="playground-12">
-    <g transform="translate(0 -1040.4)" color="#000">
-      <path d="M9 1041.362c-.554 0-1 .446-1 1s.446 1 1 1 1-.446 1-1-.446-1-1-1zm-4 1c-.554 0-1 .446-1 1s.446 1 1 1 1-.446 1-1-.446-1-1-1zm3 2l-.47 2.875-2.124.25-.406-2.125H4l-.97 2.375-1.03.125v1.5c1.417-.157 2.833-.31 4.25-.47l-1.25 2.47h3l-1.25-2.53c1.417-.158 2.833-.312 4.25-.47v-1.5l-1.094.125-.906-2.625H8z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" overflow="visible"/>
-      <path d="M8 1041.362c-.554 0-1 .446-1 1s.446 1 1 1 1-.446 1-1-.446-1-1-1zm-3 1c-.554 0-1 .446-1 1s.446 1 1 1 1-.446 1-1-.446-1-1-1zm3 2l-.47 2.875-2.124.25-.406-2.125H4l-.97 2.375-1.03.125v1.5c1.417-.157 2.833-.31 4.25-.47l-1.25 2.47h3l-1.25-2.53c1.417-.158 2.833-.312 4.25-.47v-1.5l-1.094.125-.906-2.625z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="playground-18">
-    <g transform="translate(0 -1034.4)" color="#000">
-      <path d="M10.75 1036.362c-.693 0-1.25.558-1.25 1.25 0 .693.557 1.25 1.25 1.25.692 0 1.25-.557 1.25-1.25 0-.692-.558-1.25-1.25-1.25zm-4.5 2c-.692 0-1.25.558-1.25 1.25 0 .693.558 1.25 1.25 1.25s1.25-.557 1.25-1.25c0-.692-.558-1.25-1.25-1.25zm5.25 1l-.97 3.72-3.342.905-1.657-2.656-1.03.032-.906 3.563-1.594.437v2l3.094-.844-1 1.714c-.197.343-.063.833.28 1.03.344.196.835.063 1.032-.28l1.72-2.995 1.624-.437-1.75 3.812h5l-1.875-4.156 1.313-.344 2.28 2.28c.28.28.787.278 1.065 0 .278-.278.277-.784-.002-1.06l-1.686-1.69 3.906-1.03v-2l-2.75.72-1.688-2.72z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" overflow="visible"/>
-      <path d="M10.75 1036.362c-.693 0-1.25.558-1.25 1.25 0 .693.557 1.25 1.25 1.25.692 0 1.25-.557 1.25-1.25 0-.692-.558-1.25-1.25-1.25zm-4.5 2c-.692 0-1.25.558-1.25 1.25 0 .693.558 1.25 1.25 1.25s1.25-.557 1.25-1.25c0-.692-.558-1.25-1.25-1.25zm5.25 1l-.97 3.72-3.342.905-1.657-2.656-1.03.032-.906 3.563-1.594.437v2l3.094-.844-1 1.714c-.197.343-.063.833.28 1.03.344.196.835.063 1.032-.28l1.72-2.995 1.624-.437-1.75 3.812h5l-1.875-4.156 1.313-.344 2.28 2.28c.28.28.787.278 1.065 0 .278-.278.277-.784-.002-1.06l-1.686-1.69 3.906-1.03v-2l-2.75.72-1.688-2.72z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="playground-24">
-    <g transform="translate(0 -1028.4)" color="#000">
-      <path d="M14.5 1030.362c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zm-6 3c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zm7.375.47c-.174.055-.29.29-.375.53l-1.97 5.688-3.217 1-2.407-3.813c-.35-.565-.72-.458-.875.03l-1.968 5.44-2.062.655.563 1.813 4.656-1.47-2.033 2.376c-.308.3-.206.81 0 1.032.27.288.757.407 1.125 0 0 0 4.047-4.64 3.688-4.25.01-.01-.006-.02 0-.03l1.5-.47-2.5 6h6l-2.438-6.344 1.47-.468 3.812 2.687c.375.254 1.02.125 1.156-.406.133-.516-.152-.748-.47-.968l-2.686-1.875 5.156-1.625-.563-1.812-2.062.656c-.708-1.22-2.407-3.356-2.813-3.875-.284-.435-.513-.555-.687-.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" overflow="visible"/>
-      <path d="M14.5 1030.362c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zm-6 3c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zm7.375.47c-.174.055-.29.29-.375.53l-1.97 5.688-3.217 1-2.407-3.813c-.35-.565-.72-.458-.875.03l-1.968 5.44-2.062.655.563 1.813 4.656-1.47-2.033 2.376c-.308.3-.206.81 0 1.032.27.288.757.407 1.125 0 0 0 4.047-4.64 3.688-4.25.01-.01-.006-.02 0-.03l1.5-.47-2.5 6h6l-2.438-6.344 1.47-.468 3.812 2.687c.375.254 1.02.125 1.156-.406.133-.516-.152-.748-.47-.968l-2.686-1.875 5.156-1.625-.563-1.812-2.062.656c-.708-1.22-2.407-3.356-2.813-3.875-.284-.435-.513-.555-.687-.5z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="police-12">
-    <g transform="translate(-439 -1122.4)" color="#000">
-      <path d="M444 1124.362h3v-1h-3zm0 .75c0 .967.534 1.75 1.5 1.75s1.5-.783 1.5-1.75v-.25h-3zm-1 2.25c-.5 0-1 1.5-1 2v3h1.594l3.406-5zm5 0l-3.406 5H449v-3c0-.5-.5-2-1-2z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M444 1124.362h3v-1h-3zm0 .75c0 .967.534 1.75 1.5 1.75s1.5-.783 1.5-1.75v-.25h-3zm-1 2.25c-.5 0-1 1.5-1 2v3h1.594l3.406-5zm5 0l-3.406 5H449v-3c0-.5-.5-2-1-2z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="police-18">
-    <g transform="translate(-422 -1122.4)" color="#000">
-      <path d="M430 1124.862l-1 .5v1h5v-1l-1-.5zm-1 2.5c-.033.163 0 .328 0 .5 0 1.38 1.12 2.5 2.5 2.5s2.5-1.12 2.5-2.5v-.5zm0 4c-1.083 0-1.986 1.792-2 2.875v4.125h1.53l4.47-7zm5.5 0l-4.47 7H436v-4.125c0-1.083-.417-2.875-1.5-2.875z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M430 1124.862l-1 .5v1h5v-1l-1-.5zm-1 2.5c-.033.163 0 .328 0 .5 0 1.38 1.12 2.5 2.5 2.5s2.5-1.12 2.5-2.5v-.5zm0 4c-1.083 0-1.986 1.792-2 2.875v4.125h1.53l4.47-7zm5.5 0l-4.47 7H436v-4.125c0-1.083-.417-2.875-1.5-2.875z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="police-24">
-    <g transform="translate(-397 -1122.4)" color="#000">
-      <path d="M407 1125.362l-1 1v1h7v-1l-1-1zm-1 3v.5c0 1.933 1.567 3.5 3.5 3.5s3.5-1.567 3.5-3.5v-.5zm1.188 15H416v-6c0-1.5-.5-4-2-4h-9c-1.5 0-2 2.5-2 4v6h2.688z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M407 1125.362l-1 1v1h7v-1l-1-1h-5zm-1 3v.5c0 1.933 1.567 3.5 3.5 3.5s3.5-1.567 3.5-3.5v-.5h-7zm-1 5c-1.5 0-2 2.5-2 4v6h2.688l6.812-10H405zm9 0l-6.813 10H416v-6c0-1.5-.5-4-2-4z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="polling-place-12">
-    <g transform="translate(0 -1040.4)" color="#000">
-      <path d="M2.5 1041.362c-.81 0-1.5.692-1.5 1.5v7c0 .81.69 1.5 1.5 1.5h7c.81 0 1.5-.69 1.5-1.5v-2.5c.005-.525-.475-1.005-1-1h-.125l1.906-2.375c.142-.176.22-.4.22-.625v-1c0-.523-.476-1-1-1H9.406c-.282.025-.55.177-.72.406l-.686.938v-.344c.005-.525-.475-1.005-1-1z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" fill="#fff" overflow="visible" font-family="Sans"/>
-      <path d="M2.5 1042.362c-.277 0-.5.223-.5.5v7c0 .277.223.5.5.5h7c.277 0 .5-.223.5-.5v-2.5H9v2H3v-6h4v-1H2.5z" fill="#444" overflow="visible"/>
-      <path d="M9.5 1042.362l-3 4-1-1H4v1l2 2h1l4-5v-1z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" fill="#444" overflow="visible" font-family="Sans"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="polling-place-18">
-    <g transform="translate(0 -1034.4)" color="#000">
-      <path d="M5 1036.362c-.58 0-1.03.28-1.375.625-.344.344-.625.794-.625 1.375v9c0 .582.28 1.03.625 1.375.344.344.794.625 1.375.625h9c.602 0 1.07-.282 1.406-.625.336-.343.594-.787.594-1.375v-3c.003-.524-.476-1.003-1-1h-1.563l3.126-3.72c1.05-1.264.065-3.264-1.563-3.28-.608 0-1.22.318-1.47.563l-.75.906c-.213.26-.515.616-.78.938v-1.406c.003-.524-.476-1.003-1-1zm3.406 4h2.28c-.263.323-.586.728-.81 1l-.438-.437c-.3-.306-.658-.48-1.032-.563zM7 1044.206l1.156 1.156H7z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" fill="#fff" overflow="visible" font-family="Sans"/>
-      <path d="M5 1037.362c-.5 0-1 .5-1 1v9c0 .5.5 1 1 1h9c.5 0 1-.53 1-1v-3h-2v2H6v-7h5v-2z" fill="#444" overflow="visible"/>
-      <path d="M9.938 1042.875l-1.22-1.22c-.367-.375-1.036-.374-1.42-.015-.396.368-.395 1.046-.017 1.422l2.012 2.01c.4.41 1.152.38 1.5-.06l4.99-6.012c.522-.63.038-1.63-.782-1.638-.405 0-.592.143-.755.303-.03.03-4.308 5.21-4.308 5.21z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" fill="#444" overflow="visible" font-family="Sans"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="polling-place-24">
-    <path d="M20.5 3c-.5.026-.883.254-1.125.563L13 11.186l-1.844-2.156c-.537-.628-1.596-.7-2.22-.155-.62.545-.507 1.56-.03 2.125l3 3.53c.57.65 1.73.635 2.28-.03l7.502-9.03c.312-.44.433-1.252.187-1.69-.295-.52-.86-.807-1.375-.78zM6 4c-.554 0-1 .446-1 1v13c0 .554.446 1 1 1h13c.554 0 1-.446 1-1v-6h-2v5H7V6h8V4H6z" color="#000" fill="#444" overflow="visible" stroke="#fff" stroke-width="2" stroke-linejoin="round" stroke-linecap="round" opacity=".3"/>
-    <path d="M20.5 3c-.5.026-.883.254-1.125.563L13 11.186l-1.844-2.156c-.537-.628-1.596-.7-2.22-.155-.62.545-.507 1.56-.03 2.125l3 3.53c.57.65 1.73.635 2.28-.03l7.502-9.03c.312-.44.433-1.252.187-1.69-.295-.52-.86-.807-1.375-.78zM6 4c-.554 0-1 .446-1 1v13c0 .554.446 1 1 1h13c.554 0 1-.446 1-1v-6h-2v5H7V6h8V4H6z" color="#000" fill="#444" overflow="visible"/>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="post-12">
-    <g transform="translate(-438 -1050.4)" color="#000">
-      <path d="M440 1053.362l4.5 3 4.5-3zm0 1v4.5c0 .25.3.5.5.5h8c.2 0 .554-.256.5-.5v-4.5l-4.5 3.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M440 1053.362l4.5 3 4.5-3zm0 1v4.5c0 .25.3.5.5.5h8c.2 0 .554-.256.5-.5v-4.5l-4.5 3.5z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="post-18">
-    <g transform="translate(-420 -1053.4)" color="#000">
-      <path d="M424 1057.362c-.813 0-.594.338-.188.672l5.688 4.328 5.688-4.328c.418-.318.625-.672-.188-.672zm-1 1.5v6.5c0 .5.5 1 1 1h11c.5 0 1-.5 1-1v-6.5l-6.5 5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M424 1057.362c-.813 0-.594.338-.188.672l5.688 4.328 5.688-4.328c.418-.318.625-.672-.188-.672zm-1 1.5v6.5c0 .5.5 1 1 1h11c.5 0 1-.5 1-1v-6.5l-6.5 5z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="post-24">
-    <g transform="translate(-396 -1051.4)" color="#000">
-      <path d="M400.906 1057.362c-.4 0-.906.5-.906 1v9c0 .5.506 1 .906 1h15.188c.4 0 .906-.5.906-1v-9c0-.5-.506-1-.906-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M401 1057.362c-1 0-.5.34 0 .75l7 5.75 8-5.75c.5-.41 1-.75 0-.75h-8zm-1 1.5v8.5c0 .5.506 1 .906 1h15.188c.4 0 .906-.5.906-1v-8.5l-9 6.5z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="prison-12">
-    <g transform="translate(-438 -1147.4)" color="#000">
-      <path d="M441.5 1148.862c-.277 0-.5.223-.5.5v7c0 .277.223.5.5.5s.5-.223.5-.5v-1h1v1c0 .277.223.5.5.5s.5-.254.5-.5v-1h1v1c0 .277.223.5.5.5s.5-.254.5-.5v-1h1v1c0 .277.223.5.5.5s.5-.223.5-.5v-7c0-.277-.223-.5-.5-.5s-.5.223-.5.5v1h-1v-1c0-.277-.223-.5-.5-.5s-.5.223-.5.5v1h-1v-1c0-.277-.223-.5-.5-.5s-.5.248-.5.5v1h-1v-1c0-.277-.223-.5-.5-.5zm.5 2.5h1v3h-1zm2 0h1v3h-1zm2 0h1v3h-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M441.5 1148.862c-.277 0-.5.223-.5.5v7c0 .277.223.5.5.5s.5-.223.5-.5v-1h1v1c0 .277.223.5.5.5s.5-.254.5-.5v-1h1v1c0 .277.223.5.5.5s.5-.254.5-.5v-1h1v1c0 .277.223.5.5.5s.5-.223.5-.5v-7c0-.277-.223-.5-.5-.5s-.5.223-.5.5v1h-1v-1c0-.277-.223-.5-.5-.5s-.5.223-.5.5v1h-1v-1c0-.277-.223-.5-.5-.5s-.5.248-.5.5v1h-1v-1c0-.277-.223-.5-.5-.5zm.5 2.5h1v3h-1zm2 0h1v3h-1zm2 0h1v3h-1z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="prison-18">
-    <g transform="translate(-420 -1147.4)" color="#000">
-      <path d="M425 1151.362c-.5 0-.5.5-.5.5v10s0 .5.5.5h.5c.5 0 .5-.5.5-.5v-1.5h1.5v1.5s0 .5.5.5h.5c.5 0 .5-.5.5-.5v-1.5h1.5v1.5s0 .5.5.5h.5c.5 0 .5-.5.5-.5v-1.5h1.5v1.5s0 .5.5.5h.5c.5 0 .5-.5.5-.5v-10s0-.5-.5-.5h-.5c-.5 0-.5.5-.5.5v2H432v-2s0-.5-.5-.5h-.5c-.5 0-.5.5-.5.5v2H429v-2s0-.5-.5-.5h-.5c-.5 0-.5.5-.5.5v2H426v-2s0-.5-.5-.5h-.5zm1 4h1.5v3.5H426zm3 0h1.5v3.5H429zm3 0h1.5v3.5H432z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M425 1151.362c-.5 0-.5.5-.5.5v10s0 .5.5.5h.5c.5 0 .5-.5.5-.5v-1.5h1.5v1.5s0 .5.5.5h.5c.5 0 .5-.5.5-.5v-1.5h1.5v1.5s0 .5.5.5h.5c.5 0 .5-.5.5-.5v-1.5h1.5v1.5s0 .5.5.5h.5c.5 0 .5-.5.5-.5v-10s0-.5-.5-.5h-.5c-.5 0-.5.5-.5.5v2H432v-2s0-.5-.5-.5h-.5c-.5 0-.5.5-.5.5v2H429v-2s0-.5-.5-.5h-.5c-.5 0-.5.5-.5.5v2H426v-2s0-.5-.5-.5h-.5zm1 4h1.5v3.5H426zm3 0h1.5v3.5H429zm3 0h1.5v3.5H432z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="prison-24">
-    <g transform="translate(-1 -1004.4)" color="#000">
-      <path d="M6 1008.362c-.554 0-1 .446-1 1v13c0 .554.446 1 1 1s1-.446 1-1v-2h3v2c0 .554.446 1 1 1s1-.446 1-1v-2h3v2c0 .554.446 1 1 1s1-.446 1-1v-2h3v2c0 .554.446 1 1 1s1-.446 1-1v-13c0-.554-.446-1-1-1s-1 .446-1 1v2h-3v-2c0-.554-.446-1-1-1s-1 .446-1 1v2h-3v-2c0-.554-.446-1-1-1s-1 .446-1 1v2H7v-2c0-.554-.446-1-1-1zm1 5h3v5H7zm5 0h3v5h-3zm5 0h3v5h-3z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M6 1008.362c-.554 0-1 .446-1 1v13c0 .554.446 1 1 1s1-.446 1-1v-2h3v2c0 .554.446 1 1 1s1-.446 1-1v-2h3v2c0 .554.446 1 1 1s1-.446 1-1v-2h3v2c0 .554.446 1 1 1s1-.446 1-1v-13c0-.554-.446-1-1-1s-1 .446-1 1v2h-3v-2c0-.554-.446-1-1-1s-1 .446-1 1v2h-3v-2c0-.554-.446-1-1-1s-1 .446-1 1v2H7v-2c0-.554-.446-1-1-1zm1 5h3v5H7zm5 0h3v5h-3zm5 0h3v5h-3z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="rail-12">
-    <path d="M4.75 1L3 2.5V8h7V2.5L8 1H4.75zM5 2h3v1H5V2zM4 4h5v1H4V4zm0 2h1v1H4V6zm4 0h1v1H8V6zM4 8.5V9H3v1h3V8.5H4zm3 0V10h3V9H9v-.5H7z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
-    <path d="M4.75 1L3 2.5V8h7V2.5L8 1H4.75zM5 2h3v1H5V2zM4 4h5v1H4V4zm0 2h1v1H4V6zm4 0h1v1H8V6zM4 8.5V9H3v1h3V8.5H4zm3 0V10h3V9H9v-.5H7z" fill="#444"/>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="rail-18">
-    <path d="M6.938 2L4 5v6c0 .554.446 1 1 1h9c.554 0 1-.446 1-1V5l-2.938-3H6.939zM8 3h3v1H8V3zM6 5h7v3H6V5zm0 4h1.5v1.5H6V9zm5.5 0H13v1.5h-1.5V9zM5 13v1H4v1h4v-2H5zm6 0v2h4v-1h-1v-1h-3z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
-    <path d="M6.938 2L4 5v6c0 .554.446 1 1 1h9c.554 0 1-.446 1-1V5l-2.938-3H6.939zM8 3h3v1H8V3zM6 5h7v3H6V5zm0 4h1.5v1.5H6V9zm5.5 0H13v1.5h-1.5V9zM5 13v1H4v1h4v-2H5zm6 0v2h4v-1h-1v-1h-3z" fill="#444"/>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="rail-24">
-    <path d="M9 2L5 6v10c0 .554.446 1 1 1h13c.554 0 1-.446 1-1V6l-4-4H9zm1 2h5v2h-5V4zM7 7h11v4H7V7zm1 6c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm9 0c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm-9 5l-3 3h4l2-3H8zm6 0l2 3h4l-3-3h-3z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
-    <path d="M9 2L5 6v10c0 .554.446 1 1 1h13c.554 0 1-.446 1-1V6l-4-4H9zm1 2h5v2h-5V4zM7 7h11v4H7V7zm1 6c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm9 0c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm-9 5l-3 3h4l2-3H8zm6 0l2 3h4l-3-3h-3z" fill="#444"/>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="rail-above-12">
-    <g color="#000" transform="translate(-126 -1122.4)">
-      <path d="M130.5 1123.362l-1.5 1v5.5c0 .25.25.5.5.5h6c.25 0 .5-.25.5-.5v-5.5l-1.5-1h-4zm.5 1h3l1 .5v1.5h-5v-1.5l1-.5zm-.5 4c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm4 0c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm-2.5 3l-3 2h7l-3-2h-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M130.5 1123.362l-1.5 1v5.5c0 .25.25.5.5.5h6c.25 0 .5-.25.5-.5v-5.5l-1.5-1h-4zm.5 1h3l1 .5v1.5h-5v-1.5l1-.5zm-.5 4c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm4 0c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm-2.5 3l-3 2h7l-3-2h-1z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="rail-above-18">
-    <g color="#000" transform="translate(-108 -1122.4)">
-      <path d="M114 1124.362l-2 1.5v7.5c0 .5.5 1 1 1h9c.5 0 1.066-.504 1-1v-7.5l-2-1.5zm2.5 11l-3.5 2h9l-3.5-2z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M114 1124.362l-2 1.5v7.5c0 .5.5 1 1 1h9c.5 0 1-.5 1-1v-7.5l-2-1.5zm1.5 1h4l1.5 1v2h-7v-2zm-.75 5.5c.414 0 .75.336.75.75s-.336.75-.75.75-.75-.336-.75-.75.336-.75.75-.75zm5.5 0c.414 0 .75.336.75.75s-.336.75-.75.75-.75-.336-.75-.75.336-.75.75-.75zm-3.75 4.5l-3.5 2h9l-3.5-2z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="rail-above-24">
-    <g transform="translate(0 -1077.4)" color="#000">
-      <path d="M9 1079.362l-3 2v11c0 .5.5 1 1 1h11c.5 0 1-.5 1-1v-11l-3-2zm3.5 15l-5.5 3h11z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M9 1079.362l-3 2v11c0 .5.5 1 1 1h11c.5 0 1-.5 1-1v-11l-3-2zm1 2h5l2 1v3H8v-3zm-1 8c.554 0 1 .446 1 1s-.446 1-1 1-1-.446-1-1 .446-1 1-1zm7 0c.554 0 1 .446 1 1s-.446 1-1 1-1-.446-1-1 .446-1 1-1zm-3.5 5l-5.5 3h11z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="rail-light-12">
-    <path d="M5.5 1L4 2 3 4v4h7V4L9 2 7.5 1h-2zm0 1H6v3H4l.5-1.5 1-1.5zM7 2h.5l1 1.5L9 5H7V2zM4 6h1v1H4V6zm4 0h1v1H8V6zM4 8.5V9H3v1h3V8.5H4zm3 0V10h3V9H9v-.5H7z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
-    <path d="M5.5 1L4 2 3 4v4h7V4L9 2 7.5 1h-2zm0 1H6v3H4l.5-1.5 1-1.5zM7 2h.5l1 1.5L9 5H7V2zM4 6h1v1H4V6zm4 0h1v1H8V6zM4 8.5V9H3v1h3V8.5H4zm3 0V10h3V9H9v-.5H7z" fill="#444"/>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="rail-light-18">
-    <path d="M9.5 2C7.015 2 5 3.96 5 6.375v4.97c0 .36.304.655.688.655h7.625c.383 0 .687-.296.687-.656v-4.97C14 3.96 11.985 2 9.5 2zm-.594 1.563c.03-.007.063.005.094 0V8H6.5V6.5c0-1.45 1.04-2.658 2.406-2.938zm1.094 0c1.413.243 2.5 1.455 2.5 2.937V8H10V3.562zM6.5 9.5H8V11H6.5V9.5zm4.5 0h1.5V11H11V9.5zM6 13v1H5v1h4v-2H6zm4 0v2h4v-1h-1v-1h-3z" opacity=".3" fill="#444" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
-    <path d="M9.5 2C7.015 2 5 3.96 5 6.375v4.97c0 .36.304.655.688.655h7.625c.383 0 .687-.296.687-.656v-4.97C14 3.96 11.985 2 9.5 2zm-.594 1.563c.03-.007.063.005.094 0V8H6.5V6.5c0-1.45 1.04-2.658 2.406-2.938zm1.094 0c1.413.243 2.5 1.455 2.5 2.937V8H10V3.562zM6.5 9.5H8V11H6.5V9.5zm4.5 0h1.5V11H11V9.5zM6 13v1H5v1h4v-2H6zm4 0v2h4v-1h-1v-1h-3z" fill="#444"/>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="rail-light-24">
-    <path d="M12.5 2C8.91 2 6 4.686 6 8v8c0 .554.446 1 1 1h11c.554 0 1-.446 1-1V8c0-3.314-2.91-6-6.5-6zM12 4.063V10H8V8c0-2.056 1.754-3.713 4-3.938zm1 0c2.246.224 4 1.88 4 3.937v2h-4V4.062zM9 13c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm7 0c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm-7 5l-3 3h4l2-3H9zm4 0l2 3h4l-3-3h-3z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
-    <path d="M12.5 2C8.91 2 6 4.686 6 8v8c0 .554.446 1 1 1h11c.554 0 1-.446 1-1V8c0-3.314-2.91-6-6.5-6zM12 4.063V10H8V8c0-2.056 1.754-3.713 4-3.938zm1 0c2.246.224 4 1.88 4 3.937v2h-4V4.062zM9 13c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm7 0c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm-7 5l-3 3h4l2-3H9zm4 0l2 3h4l-3-3h-3z" fill="#444"/>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="rail-metro-12">
-    <path d="M5 1L4 2v6h5V2L8 1H5zm1 1h1l1 1v1H5V3l1-1zM5 6h1v1H5V6zm2 0h1v1H7V6zM4 8.5V9H3v1h3V8.5H4zm2.97 0L7 9v1h3V9H9v-.5H6.97z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
-    <path d="M5 1L4 2v6h5V2L8 1H5zm1 1h1l1 1v1H5V3l1-1zM5 6h1v1H5V6zm2 0h1v1H7V6zM4 8.5V9H3v1h3V8.5H4zm2.97 0L7 9v1h3V9H9v-.5H6.97z" fill="#444"/>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="rail-metro-18">
-    <path d="M8 2v1h-.5C6.67 3 6 3.67 6 4.5v6c0 .83.67 1.5 1.5 1.5h4c.83 0 1.5-.67 1.5-1.5v-6c0-.83-.67-1.5-1.5-1.5H11V2H8zm0 2h3c.554 0 1 .446 1 1v2H7V5c0-.554.446-1 1-1zM7 9h1.5v1.5H7V9zm3.5 0H12v1.5h-1.5V9zM6 13v1H5v1h4v-2H6zm4 0v2h4v-1h-1v-1h-3z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
-    <path d="M8 2v1h-.5C6.67 3 6 3.67 6 4.5v6c0 .83.67 1.5 1.5 1.5h4c.83 0 1.5-.67 1.5-1.5v-6c0-.83-.67-1.5-1.5-1.5H11V2H8zm0 2h3c.554 0 1 .446 1 1v2H7V5c0-.554.446-1 1-1zM7 9h1.5v1.5H7V9zm3.5 0H12v1.5h-1.5V9zM6 13v1H5v1h4v-2H6zm4 0v2h4v-1h-1v-1h-3z" fill="#444"/>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="rail-metro-24">
-    <path d="M10 2v1H9c-1.108 0-2 .892-2 2v10c0 1.108.892 2 2 2h7c1.108 0 2-.892 2-2V5c0-1.108-.892-2-2-2h-1V2h-5zm0 3h5c.554 0 1 .446 1 1v3H9V6c0-.554.446-1 1-1zm0 8c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm5 0c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm-6 5l-3 3h4l2-3H9zm4 0l2 3h4l-3-3h-3z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
-    <path d="M10 2v1H9c-1.108 0-2 .892-2 2v10c0 1.108.892 2 2 2h7c1.108 0 2-.892 2-2V5c0-1.108-.892-2-2-2h-1V2h-5zm0 3h5c.554 0 1 .446 1 1v3H9V6c0-.554.446-1 1-1zm0 8c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm5 0c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm-6 5l-3 3h4l2-3H9zm4 0l2 3h4l-3-3h-3z" fill="#444"/>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="rail-underground-12">
-    <g color="#000" transform="translate(-126 -1098.4)">
-      <path d="M129 1099.362l3 2h1l3-2zm1.5 3l-1.5 1v5.5c0 .25.25.5.5.5h6c.25 0 .5-.25.5-.5v-5.5l-1.5-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M129 1099.362l3 2h1l3-2zm1.5 3l-1.5 1v5.5c0 .25.25.5.5.5h6c.25 0 .5-.25.5-.5v-5.5l-1.5-1zm.5 1h3l1 .5v1.5h-5v-1.5zm-.5 4c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm4 0c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="rail-underground-18">
-    <g color="#000" transform="translate(-108 -1098.4)">
-      <path d="M113 1100.362l3.5 2h2l3.5-2zm1 3l-2 1.5v7.5c0 .5.5 1 1 1h9c.5 0 1-.5 1-1v-7.5l-2-1.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M113 1100.362l3.5 2h2l3.5-2zm1 3l-2 1.5v7.5c0 .5.5 1 1 1h9c.5 0 1-.5 1-1v-7.5l-2-1.5zm1.5 1h4l1.5 1v2h-7v-2zm-.75 5.5c.414 0 .75.336.75.75s-.336.75-.75.75-.75-.336-.75-.75.336-.75.75-.75zm5.5 0c.414 0 .75.336.75.75s-.336.75-.75.75-.75-.336-.75-.75.336-.75.75-.75z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="rail-underground-24">
-    <g transform="translate(0 -1074.4)" color="#000">
-      <path d="M7 1076.362l5.5 3 5.5-3zm2 4l-3 2v11c0 .5.5 1 1 1h11c.5 0 1-.5 1-1v-11l-3-2z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M7 1076.362l5.5 3 5.5-3zm2 4l-3 2v11c0 .5.5 1 1 1h11c.5 0 1-.5 1-1v-11l-3-2zm1 2h5l2 1v3H8v-3zm-1 8c.554 0 1 .446 1 1s-.446 1-1 1-1-.446-1-1 .446-1 1-1zm7 0c.554 0 1 .446 1 1s-.446 1-1 1-1-.446-1-1 .446-1 1-1z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="religious-christian-12">
-    <g color="#000" transform="translate(-48 -1050.4)">
-      <path d="M54.25 1051.362c-.462 0-.745.372-.75.833v2.167h-3v1.5h3v5.5H55v-5.5h3v-1.5h-3v-2.166c0-.462-.288-.833-.75-.833z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M54.25 1051.362c-.462 0-.745.372-.75.833v2.167h-3v1.5h3v5.5H55v-5.5h3v-1.5h-3v-2.166c0-.462-.288-.833-.75-.833z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="religious-christian-18">
-    <g transform="translate(-29 -1050.4)" color="#000">
-      <path d="M38 1051.362c-.74 0-1 .762-1 1.5v2.5h-4v2h4v9h2v-9h4v-2h-4v-2.5c0-.738-.26-1.5-1-1.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M38 1051.362c-.74 0-1 .762-1 1.5v2.5h-4v2h4v9h2v-9h4v-2h-4v-2.5c0-.738-.26-1.5-1-1.5z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="religious-christian-24">
-    <g color="#000" transform="translate(-6 -1050.4)">
-      <path d="M18.5 1053.362c-.83 0-1.5.67-1.5 1.5v3.5h-5v3h5v10h3v-10h5v-3h-5v-3.5c0-.83-.67-1.5-1.5-1.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M18.5 1053.362c-.83 0-1.5.67-1.5 1.5v3.5h-5v3h5v10h3v-10h5v-3h-5v-3.5c0-.83-.67-1.5-1.5-1.5z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="religious-jewish-12">
-    <g transform="translate(-48 -1098.4)">
-      <path d="M54.5 1099.362l-1.5 2h-3l2 2.5-2 2.5h3l1.5 2 1.5-2h3l-2-2.5 2-2.5h-3z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M54.5 1099.362l-1.5 2h-3l2 2.5-2 2.5h3l1.5 2 1.5-2h3l-2-2.5 2-2.5h-3z" fill="#444"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="religious-jewish-18">
-    <g transform="translate(-30 -1098.4)">
-      <path d="M39.5 1099.362l-2.5 3h-4l2.5 4.5-2.5 4.5h4l2.5 3 2.5-3h4l-2.5-4.5 2.5-4.5h-4l-2.5-3z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M39.5 1099.362l-2.5 3h-4l2.5 4.5-2.5 4.5h4l2.5 3 2.5-3h4l-2.5-4.5 2.5-4.5h-4l-2.5-3z" fill="#444"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="religious-jewish-24">
-    <g transform="translate(-6 -1098.4)">
-      <path d="M18.5 1101.362l-3 4h-5l3 5-3 5h5l3 4 3-4h5l-3-5 3-5h-5z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M18.5 1101.362l-3 4h-5l3 5-3 5h5l3 4 3-4h5l-3-5 3-5h-5z" fill="#444"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="religious-muslim-12">
-    <g color="#000" transform="translate(-48 -1074.4)">
-      <path d="M54 1076.362c-2.21 0-4 1.79-4 4s1.79 4 4 4c.715 0 1.388-.202 1.97-.53-.153.02-.313.03-.47.03-1.933 0-3.5-1.567-3.5-3.5s1.567-3.5 3.5-3.5c.157 0 .317.01.47.03-.658-.373-1.216-.53-1.97-.53zm3 1.5l-1 1.5h-1l1 1.5-.5 1.5 1.5-1 1.5 1-.5-1.5 1-1.5h-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M54 1076.362c-2.21 0-4 1.79-4 4s1.79 4 4 4c.715 0 1.388-.202 1.97-.53-.153.02-.313.03-.47.03-1.933 0-3.5-1.567-3.5-3.5s1.567-3.5 3.5-3.5c.157 0 .317.01.47.03-.658-.373-1.216-.53-1.97-.53zm3 1.5l-1 1.5h-1l1 1.5-.5 1.5 1.5-1 1.5 1-.5-1.5 1-1.5h-1z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="religious-muslim-18">
-    <g color="#000" transform="translate(-30 -1074.4)">
-      <path d="M40 1077.362c-3.39 0-6 2.61-6 6s2.61 6 6 6c1.896 0 3.874-.65 5-2-.736.48-2.057 1-3 1-2.593 0-4.528-2.546-4.528-5.14 0-2.59 1.935-4.86 4.528-4.86.943 0 2.264.52 3 1-1.126-1.35-3.104-2-5-2zm3.61 2.61l-.72 2.39H40l2.528 1.222-1.528 2.778 2.61-1.694 2.39 1.694-1.306-2.778 2.306-1.222h-2.667z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M40 1077.362c-3.39 0-6 2.61-6 6s2.61 6 6 6c1.896 0 3.874-.65 5-2-.736.48-2.057 1-3 1-2.593 0-4.528-2.546-4.528-5.14 0-2.59 1.935-4.86 4.528-4.86.943 0 2.264.52 3 1-1.126-1.35-3.104-2-5-2zm3.61 2.61l-.72 2.39H40l2.528 1.222-1.528 2.778 2.61-1.694 2.39 1.694-1.306-2.778 2.306-1.222h-2.667z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="religious-muslim-24">
-    <g color="#000" transform="translate(-6 -1074.4)">
-      <path d="M18.5 1077.362c-4.694 0-8.5 3.806-8.5 8.5 0 4.695 3.806 8.5 8.5 8.5 2.625 0 4.972-1.193 6.53-3.062-1.018.663-2.224 1.062-3.53 1.062-3.59 0-6.5-2.91-6.5-6.5s2.91-6.5 6.5-6.5c1.306 0 2.512.4 3.53 1.063-1.558-1.87-3.905-3.063-6.53-3.063zm5 4l-1 3H19l3 2-1.5 3.5 3-2 3 2-1.5-3.5 3-2h-3.5l-1-3z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M18.5 1077.362c-4.694 0-8.5 3.806-8.5 8.5 0 4.695 3.806 8.5 8.5 8.5 2.625 0 4.972-1.193 6.53-3.062-1.018.663-2.224 1.062-3.53 1.062-3.59 0-6.5-2.91-6.5-6.5s2.91-6.5 6.5-6.5c1.306 0 2.512.4 3.53 1.063-1.558-1.87-3.905-3.063-6.53-3.063zm5 4l-1 3H19l3 2-1.5 3.5 3-2 3 2-1.5-3.5 3-2h-3.5l-1-3z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="restaurant-12">
-    <g color="#000" transform="translate(-360 -1050.4)">
-      <path d="M363.5 1051.362h-.5v3c0 .5 1 .5 1 1v6h1v-6c0-.5 1-.5 1-1v-3h-.5v2h-.75v-2h-.5v2h-.75zm6.5 0c-.5 0-1.434.118-1.75.75-.25.5-.25 1.25-.25 2.25v2.5h1v4.5h1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M363.5 1051.362h-.5v3c0 .5 1 .5 1 1v6h1v-6c0-.5 1-.5 1-1v-3h-.5v2h-.75v-2h-.5v2h-.75zm6.5 0c-.5 0-1.434.118-1.75.75-.25.5-.25 1.25-.25 2.25v2.5h1v4.5h1z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="restaurant-18">
-    <g color="#000" transform="translate(-342 -1050.4)">
-      <path d="M348 1052.362h-1v4.5c0 .778 1 .722 1 1.5v7c0 .39.5 1 1 1s1-.5 1-1v-7c0-.778 1-.722 1-1.5v-4.5h-1v3h-.5v-3h-1v3h-.5zm8 0c-.778 0-2.008.516-2.5 1.5-.39.778-.5 2.5-.5 3.5v3c0 .5.61 1 1 1v4c0 .5.5 1 1 1s1-.5 1-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M348 1052.362h-1v4.5c0 .778 1 .722 1 1.5v7c0 .39.5 1 1 1s1-.5 1-1v-7c0-.778 1-.722 1-1.5v-4.5h-1v3h-.5v-3h-1v3h-.5zm8 0c-.778 0-2.008.516-2.5 1.5-.39.778-.5 2.5-.5 3.5v3c0 .5.61 1 1 1v4c0 .5.5 1 1 1s1-.5 1-1z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="restaurant-24">
-    <g transform="translate(-318 -1051.4)" color="#000">
-      <path d="M325.5 1053.362c-.5 0-.5.5-.5.5v6c0 .505.5 1 1 1.5s.526 1.006.5 1.5v1.5l-.5 6.5c-.038.5.5 1.5 1.5 1.5s1.538-1 1.5-1.5l-.5-6.5v-1.5c0-.478 0-1 .5-1.5.46-.46 1-.978 1-1.5v-6s0-.5-.5-.5-.5.5-.5.5v4.5s0 .5-.5.5-.5-.5-.5-.5v-4.5s0-.5-.5-.5-.5.5-.5.5v4.5s0 .5-.5.5-.5-.5-.5-.5v-4.5s0-.5-.5-.5zm10.5 0c-1 0-2.868.235-3.5 1.5-.5 1-.5 3.5-.5 4.5v5c0 .5.5 1 1 1h1v6c0 .5.5 1 1 1s1-.5 1-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M325.5 1053.362c-.5 0-.5.5-.5.5v6c0 .5.5 1 1 1.5s.5 1 .5 1.5v1.5c0 .5-.5 6.5-.5 6.5-.038.5.5 1.5 1.5 1.5s1.538-1 1.5-1.5c0 0-.5-6-.5-6.5v-1.5c0-.5 0-1 .5-1.5.46-.46 1-1 1-1.5v-6s0-.5-.5-.5-.5.5-.5.5v4.5s0 .5-.5.5-.5-.5-.5-.5v-4.5s0-.5-.5-.5-.5.5-.5.5v4.5s0 .5-.5.5-.5-.5-.5-.5v-4.5s0-.5-.5-.5zm10.5 0c-1 0-2.868.235-3.5 1.5-.5 1-.5 3.5-.5 4.5v5c0 .5.5 1 1 1h1v6c0 .5.5 1 1 1s1-.5 1-1z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="roadblock-12">
-    <g color="#000" transform="translate(-594 -1074.4)">
-      <path d="M600.5 1075.362c-2.485 0-4.5 2.015-4.5 4.5s2.015 4.5 4.5 4.5 4.5-2.015 4.5-4.5-2.015-4.5-4.5-4.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M600.5 1075.362c-2.485 0-4.5 2.015-4.5 4.5s2.015 4.5 4.5 4.5 4.5-2.015 4.5-4.5-2.015-4.5-4.5-4.5zm-2.5 4h5v1h-5v-1z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="roadblock-18">
-    <g transform="translate(-108 -1314.4)" color="#000">
-      <path d="M117.5 1316.362c-3.59 0-6.5 2.91-6.5 6.5s2.91 6.5 6.5 6.5 6.5-2.91 6.5-6.5-2.91-6.5-6.5-6.5zm-3.5 6h7v2h-7z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M117.5 1316.362c-3.59 0-6.5 2.91-6.5 6.5s2.91 6.5 6.5 6.5 6.5-2.91 6.5-6.5-2.91-6.5-6.5-6.5zm-3.5 6h7v2h-7z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="roadblock-24">
-    <g color="#000" transform="translate(-552 -1074.4)">
-      <path d="M564.5 1076.362c-4.694 0-8.5 3.806-8.5 8.5 0 4.695 3.806 8.5 8.5 8.5s8.5-3.805 8.5-8.5c0-4.694-3.806-8.5-8.5-8.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M564.5 1076.362c-4.694 0-8.5 3.806-8.5 8.5 0 4.695 3.806 8.5 8.5 8.5s8.5-3.805 8.5-8.5c0-4.694-3.806-8.5-8.5-8.5zm-5.5 7h11v3h-11v-3z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="rocket-12">
-    <g transform="translate(0 -1040.4)">
-      <path d="M11 1042.362h-1c-2.09.245-6 3.2-6 6l1 1c2.553 0 5.51-3.904 6-6zm-3 2h1v1H8zm-5 1l-1 2h1.5l1.25-2zm5 3.25l-2 1.25v1.5l2-1z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M11 1042.362h-1c-2.09.245-6 3.2-6 6l1 1c2.553 0 5.51-3.904 6-6zm-3 2h1v1H8zm-5 1l-1 2h1.5l1.25-2zm5 3.25l-2 1.25v1.5l2-1z" fill="#444"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="rocket-18">
-    <g transform="translate(0 -1034.4)">
-      <path d="M15 1037.362c-1.155-.047-3.49.49-6 3-2.153 2.153-3 5-3 5 0 .718 1.282 2 2 2 0 0 2.847-.847 5-3 2.234-2.234 2.68-4.496 3-6v-1zm-2.232 3.232c.488.49.488 1.28 0 1.768s-1.28.488-1.768 0-.488-1.28 0-1.768 1.28-.488 1.768 0zm-7.768.768l-1.5 3h2.25l1.25-3zm7 5l-3 1.25v2.25l3-1.5z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M15 1037.362c-1.155-.047-3.49.49-6 3-2.153 2.153-3 5-3 5 0 .718 1.282 2 2 2 0 0 2.847-.847 5-3 2.234-2.234 2.68-4.496 3-6v-1zm-2.232 3.232c.488.49.488 1.28 0 1.768s-1.28.488-1.768 0-.488-1.28 0-1.768 1.28-.488 1.768 0zm-7.768.768l-1.5 3h2.25l1.25-3zm7 5l-3 1.25v2.25l3-1.5z" fill="#444"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="rocket-24">
-    <g transform="translate(0 -1028.4)">
-      <path d="M21 1032.362h-1c-2 0-4.625.625-7.5 3.5-3 3-4.5 6.5-4.5 6.5 0 1 2 3 3 3 0 0 3.25-1.25 6.25-4.25 3.214-3.214 3.75-5.75 3.75-7.75zm-5.5 4c.828 0 1.5.672 1.5 1.5 0 .83-.672 1.5-1.5 1.5s-1.5-.67-1.5-1.5c0-.828.672-1.5 1.5-1.5zm-9.5 2l-1 3h2.5l1.75-3zm9 5.75l-3 1.75v2.5l3-1z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M21 1032.362h-1c-2 0-4.625.625-7.5 3.5-3 3-4.5 6.5-4.5 6.5 0 1 2 3 3 3 0 0 3.25-1.25 6.25-4.25 3.214-3.214 3.75-5.75 3.75-7.75zm-5.5 4c.828 0 1.5.672 1.5 1.5 0 .83-.672 1.5-1.5 1.5s-1.5-.67-1.5-1.5c0-.828.672-1.5 1.5-1.5zm-9.5 2l-1 3h2.5l1.75-3zm9 5.75l-3 1.75v2.5l3-1z" fill="#444"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="school-12">
-    <g color="#000" transform="translate(-282 -1050.4)">
-      <path d="M289 1051.862c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1zm-4 1c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1zm4.5 1.5h-.5l-2 1v1l2-1V1057.925l-1 3.437h1l1-3.5s.25 1.5 1.25 1.5H293v-.75h-1.5c-.534 0-.5-.8-.5-1.25 0-.75-.5-2-.5-2l1.5.938c.453.302.846-.233.406-.563l-1.656-1.125c-.302-.215-.398-.25-.75-.25zm-4.75 1c-.25 0-.368.118-.5.25l-1.063 1.063c-.136.137-.187.26-.187.437 0 .25.382.368.594.156l.906-.906h.5v1l-1 2.75c-.202.556.572.724.75.25l.505-1.3H288v-.7h-1.5v-2c0-.5-.5-1-1-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M289 1051.862c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1zm-4 1c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1zm4.5 1.5h-.5l-2 1v1l2-1V1057.925l-1 3.437h1l1-3.5s.25 1.5 1.25 1.5H293v-.75h-1.5c-.534 0-.5-.8-.5-1.25 0-.75-.5-2-.5-2l1.5.938c.453.302.846-.233.406-.563l-1.656-1.125c-.302-.215-.398-.25-.75-.25zm-4.75 1c-.25 0-.368.118-.5.25l-1.063 1.063c-.136.137-.187.26-.187.437 0 .25.382.368.594.156l.906-.906h.5v1l-1 2.75c-.202.556.572.724.75.25l.505-1.3H288v-.7h-1.5v-2c0-.5-.5-1-1-1z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="school-18">
-    <g transform="translate(-264 -1051.4)" color="#000">
-      <path d="M274.75 1053.362c-.69 0-1.25.56-1.25 1.25s.56 1.25 1.25 1.25 1.25-.56 1.25-1.25-.56-1.25-1.25-1.25zm-5.688 1c-.69 0-1.25.56-1.25 1.25s.56 1.25 1.25 1.25 1.25-.56 1.25-1.25-.56-1.25-1.25-1.25zm6.688 2c-.28 0-.74.1-1.125.375l-2.438 1.75c-.66.47-.054 1.283.563.875l1.594-1.062s.436.356.656 1.062l-.03 1.844-1.626 4.344c-.188.502.166.817.53.812.24 0 .477-.16.595-.437l2.03-4.563s.375 2 1.875 2h2.125c.5 0 .5-.5.5-.5s0-.5-.5-.5h-2s-.5 0-.5-1c0-.704-.78-2.498-1-3v-.5l2.5 1.375c.68.453 1.284-.35.625-.844l-2.625-1.53c-.517-.29-1.082-.5-1.75-.5zm-7.125 1c-.375 0-.552.178-.75.375l-1.594 1.594c-.204.206-.28.39-.28.657 0 .375.558.567.875.25l1.375-1.375c.315 0 .75.04.75.5v2.125l-1.125 3c-.312.83.858 1.087 1.125.375l1.125-3s.375.5 1.125.5h2.188c.75 0 .75-1 0-1H271.5s-.5 0-.5-.5v-.75c0-1.5-.5-2.75-1.25-2.75h-1.125z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M274.75 1053.362c-.69 0-1.25.56-1.25 1.25s.56 1.25 1.25 1.25 1.25-.56 1.25-1.25-.56-1.25-1.25-1.25zm-5.688 1c-.69 0-1.25.56-1.25 1.25s.56 1.25 1.25 1.25 1.25-.56 1.25-1.25-.56-1.25-1.25-1.25zm6.688 2c-.28 0-.74.1-1.125.375l-2.438 1.75c-.66.47-.054 1.283.563.875l1.594-1.062s.436.356.656 1.062l-.03 1.844-1.626 4.344c-.188.502.166.817.53.812.24 0 .477-.16.595-.437l2.03-4.563s.375 2 1.875 2h2.125c.5 0 .5-.5.5-.5s0-.5-.5-.5h-2s-.5 0-.5-1c0-.704-.78-2.498-1-3v-.5l2.5 1.375c.68.453 1.284-.35.625-.844l-2.625-1.53c-.517-.29-1.082-.5-1.75-.5zm-7.125 1c-.375 0-.552.178-.75.375l-1.594 1.594c-.204.206-.28.39-.28.657 0 .375.558.567.875.25l1.375-1.375c.315 0 .75.04.75.5v2.125l-1.125 3c-.312.83.858 1.087 1.125.375l1.125-3s.375.5 1.125.5h2.188c.75 0 .75-1 0-1H271.5s-.5 0-.5-.5v-.75c0-1.5-.5-2.75-1.25-2.75h-1.125z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="school-24">
-    <g transform="translate(-240 -1050.4)">
-      <path d="M254.75 1053.362c-.97 0-1.75.78-1.75 1.75s.78 1.75 1.75 1.75 1.75-.78 1.75-1.75-.78-1.75-1.75-1.75zm-8 2c-.97 0-1.75.78-1.75 1.75s.78 1.75 1.75 1.75 1.75-.78 1.75-1.75-.78-1.75-1.75-1.75zm9.25 2c-.373 0-.986.135-1.5.5l-3.25 2.313c-.882.627-.073 1.732.75 1.187l2.125-1.406s1.4 3.004.875 4.406c-.018.047-.033.09-.03.125l-2.19 5.813c-.25.67.233 1.07.72 1.062.32 0 .625-.193.78-.562l2.72-6.438s.5 3 2.5 3h2.75c.75 0 .75-.75.75-.75s0-.75-.75-.75H260c-1.067 0-1-1.602-1-2.5 0-1.5-1-4-1-4l3 2c.906.604 1.692-.466.813-1.125l-3.313-2.375c-.604-.43-.797-.5-1.5-.5h-1zm-10.5 2c-.5 0-.736.237-1 .5l-2.125 2.125c-.274.274-.375.52-.375.875 0 .5.764.736 1.188.313l1.812-1.813c1 0 1.375 2.5 1 3.5l-1.5 4c-.415 1.108 1.144 1.45 1.5.5l1.5-4s.5 1 1.5 1h3c1 0 1-1.5 0-1.5h-2.5c-.5 0-.5-1-.5-1.5 0-2-1-4-2-4z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M254.75 1053.362c-.97 0-1.75.78-1.75 1.75s.78 1.75 1.75 1.75 1.75-.78 1.75-1.75-.78-1.75-1.75-1.75zm-8 2c-.97 0-1.75.78-1.75 1.75s.78 1.75 1.75 1.75 1.75-.78 1.75-1.75-.78-1.75-1.75-1.75zm9.25 2c-.373 0-.986.135-1.5.5l-3.25 2.313c-.882.627-.073 1.732.75 1.187l2.125-1.406s1.4 3.004.875 4.406c-.018.047-.033.09-.03.125l-2.19 5.813c-.25.67.233 1.07.72 1.062.32-.004.625-.193.78-.562l2.72-6.438s.5 3 2.5 3h2.75c.75 0 .75-.75.75-.75s0-.75-.75-.75H260c-1.067 0-1-1.602-1-2.5 0-1.5-1-4-1-4l3 2c.906.604 1.692-.466.813-1.125l-3.313-2.375c-.604-.43-.797-.5-1.5-.5h-1zm-10.5 2c-.5 0-.736.237-1 .5l-2.125 2.125c-.274.274-.375.52-.375.875 0 .5.764.736 1.188.313l1.812-1.813c1 0 1.375 2.5 1 3.5l-1.5 4c-.415 1.108 1.144 1.45 1.5.5l1.5-4s.5 1 1.5 1h3c1 0 1-1.5 0-1.5h-2.5c-.5 0-.5-1-.5-1.5 0-2-1-4-2-4z" color="#000" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="scooter-12">
-    <g transform="translate(0 -1040.4)" color="#000">
-      <path d="M8 1042.362v1h1v2l-1 1H5v-2H3l-1 1v2h6l.5-.5H11v-1l-1-3.5zm1 5l-1 1v1l1 1h1l1-1v-1l-1-1zm-6.5.5l-.5.5v1l1 1h1l1-1v-1l-.5-.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M8 1042.362v1h1v2l-1 1H5v-2H3l-1 1v2h6l.5-.5H11v-1l-1-3.5zm1 5l-1 1v1l1 1h1l1-1v-1l-1-1zm-6.5.5l-.5.5v1l1 1h1l1-1v-1l-.5-.5z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="scooter-18">
-    <g transform="translate(0 -1034.4)" color="#000">
-      <path d="M12 1036.362l-.5.5.5.5h1l1 2-3 3c-.604.65-1.35 1-2 1H8v-3h1c.49 0 1-.51 1-1s-.5-1-1-1H4c-.49 0-1 .51-1 1s.51 1 1 1h.5v.5H4c-.44 0-1 .56-1 1v3.5h6c1.438 0 2.01-.01 2.938-.906.633-.68.998-1.094 1.53-1.094H17v-.437c0-.442-.835-.622-1-1.063l-1-2.5c.49 0 1-.51 1-1v-1c0-.49-.51-1-1-1zm3 8c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2zm-11 2c0 1.105.895 2 2 2s2-.895 2-2H6z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" overflow="visible"/>
-      <path d="M12 1036.362l-.5.5.5.5h1l1 2-3 3c-.604.65-1.35 1-2 1H8v-3h.5c.49 0 1-.51 1-1s-.5-1-1-1H4c-.49 0-1 .51-1 1s.51 1 1 1h.5v.5H4c-.44 0-1 .56-1 1v3.5h6c1.438 0 2.01-.01 2.938-.906.633-.68.998-1.094 1.53-1.094H17v-.437c0-.442-.835-.622-1-1.063l-1-2.5c.49 0 1-.51 1-1v-1c0-.49-.51-1-1-1zm3 8c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2zm-11 2c0 1.105.895 2 2 2s2-.895 2-2H6z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="scooter-24">
-    <g transform="translate(0 -1028.4)" color="#000">
-      <path d="M16 1032.362s-.5 0-.5.5.5.5.5.5h1.5l.72 2.813-3.47 4.937c-.685.736-1.014 1.25-1.75 1.25h-2v-5h1c.554 0 1-.446 1-1s-.446-1-1-1H5c-.554 0-1 .446-1 1s.446 1 1 1h.5c.277 0 .5.223.5.5s-.223.5-.5.5H5c-.5 0-1 .5-1 1v5h9c1.63 0 2.62-1.07 3.25-1.75.717-.77 1.146-1.25 1.75-1.25h4v-.5c0-.5-.813-1-1-1.5l-1-4c.554 0 1-.446 1-1v-1c0-.554-.446-1-1-1zm3.5 10c-1.38 0-2.5 1.12-2.5 2.5s1.12 2.5 2.5 2.5 2.5-1.12 2.5-2.5-1.12-2.5-2.5-2.5zm-14.438 3c.234 1.14 1.23 2 2.438 2 1.208 0 2.204-.86 2.438-2z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" overflow="visible"/>
-      <path d="M16 1032.362s-.5 0-.5.5.5.5.5.5h1.5l.72 2.813-3.47 4.937c-.685.736-1.014 1.25-1.75 1.25h-2v-5h1c.554 0 1-.446 1-1s-.446-1-1-1H5c-.554 0-1 .446-1 1s.446 1 1 1h.5c.277 0 .5.223.5.5s-.223.5-.5.5H5c-.5 0-1 .5-1 1v5h9c1.63 0 2.62-1.07 3.25-1.75.717-.77 1.146-1.25 1.75-1.25h4v-.5c0-.5-.813-1-1-1.5l-1-4c.554 0 1-.446 1-1v-1c0-.554-.446-1-1-1zm3.5 10c-1.38 0-2.5 1.12-2.5 2.5s1.12 2.5 2.5 2.5 2.5-1.12 2.5-2.5-1.12-2.5-2.5-2.5zm-14.438 3c.234 1.14 1.23 2 2.438 2 1.208 0 2.204-.86 2.438-2z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="shop-12">
-    <g color="#000" transform="translate(-360 -1098.4)">
-      <path d="M365.172 1099.862c-.5 0-.926.506-1 1l-.172 1.5h-1c-.25 0-.5.25-.5.5l-.5 5c0 .25.25.5.5.5h8c.25 0 .5-.25.5-.5l-.5-5c0-.25-.25-.5-.5-.5h-1l-.172-1.5c-.057-.497-.5-1-1-1zm0 .5h2.656c.25 0 .468.22.5.5l.172 1.5h-4l.172-1.5c.028-.248.25-.5.5-.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M365.172 1099.862c-.5 0-.926.506-1 1l-.172 1.5h-1c-.25 0-.5.25-.5.5l-.5 5c0 .25.25.5.5.5h8c.25 0 .5-.25.5-.5l-.5-5c0-.25-.25-.5-.5-.5h-1l-.172-1.5c-.057-.497-.5-1-1-1zm0 .5h2.656c.25 0 .468.22.5.5l.172 1.5h-4l.172-1.5c.028-.248.25-.5.5-.5z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="shop-18">
-    <g color="#000" transform="translate(-342 -1098.4)">
-      <path d="M350.265 1100.362c-.765 0-1.615.75-1.765 1.5l-.5 2.5h-1c-.382 0-1 .618-1 1l-1 8.235c0 .383.5.765 1 .765h11c.5 0 1-.382 1-.765l-1-8.235c0-.382-.618-1-1-1h-1l-.5-2.5c-.15-.75-1-1.5-1.765-1.5zm0 .765h2.47c.383 0 .925.36 1 .735l.5 2.5h-5.47l.5-2.5c.075-.375.617-.735 1-.735z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M350.265 1100.362c-.765 0-1.615.75-1.765 1.5l-.5 2.5h-1c-.382 0-1 .618-1 1l-1 8.235c0 .383.5.765 1 .765h11c.5 0 1-.382 1-.765l-1-8.235c0-.382-.618-1-1-1h-1l-.5-2.5c-.15-.75-1-1.5-1.765-1.5zm0 .765h2.47c.383 0 .925.36 1 .735l.5 2.5h-5.47l.5-2.5c.075-.375.617-.735 1-.735z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="shop-24">
-    <g transform="translate(-319 -1099.4)" color="#000">
-      <path d="M330 1102.362c-1 0-1.886 1.007-2 2l-.344 3H326c-.5 0-1 .5-1 1l-1 10c0 .5.5 1 1 1h13c.5 0 1-.5 1-1l-1-10c0-.5-.5-1-1-1h-1.656l-.344-3c-.114-.993-1-2-2-2zm0 1h3c.5 0 .943.503 1 1l.344 3h-5.688l.344-3c.057-.497.5-1 1-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M330 1102.362c-1 0-1.886 1.007-2 2l-.344 3H326c-.5 0-1 .5-1 1l-1 10c0 .5.5 1 1 1h13c.5 0 1-.5 1-1l-1-10c0-.5-.5-1-1-1h-1.656l-.344-3c-.114-.993-1-2-2-2zm0 1h3c.5 0 .943.503 1 1l.344 3h-5.688l.344-3c.057-.497.5-1 1-1z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="skiing-12">
-    <g transform="translate(-516 -1267.4)" color="#000">
-      <path d="M522 1269.362c-.5 0-1 1-1 1.5v2l-1.625.78-1.375-.78v.5l7 4v-.5l-4.688-2.687 1.688-.625v-2.188h1l1 1.5v1.5l1 1h1v-1h-1v-1.5l-.5-2.5-1.5-1h-1zm4.5 1.5c-.552 0-1 .448-1 1s.448 1 1 1c.187 0 .35-.067.5-.156v-1.687c-.15-.09-.313-.158-.5-.158z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M522 1269.362c-.5 0-1 1-1 1.5v2l-1.625.78-1.375-.78v.5l7 4v-.5l-4.688-2.687 1.688-.625v-2.188h1l1 1.5v1.5l1 1h1v-1h-1v-1.5l-.5-2.5-1.5-1h-1zm4.5 1.5c-.552 0-1 .448-1 1s.448 1 1 1c.187 0 .35-.067.5-.156v-1.687c-.15-.09-.313-.158-.5-.158z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="skiing-18">
-    <g transform="translate(-498 -1267.4)" color="#000">
-      <path d="M506 1270.362c-1 0-1.5.5-1.5 1.5 0 .396.136.657.22 1l.78 2-2.813 1.97-2.687-1.47v1l11 6h1l1-1-.5-.5-.5-.5v1h-1l-7-3.812 2.47-1.656c.244-.168.6-.243.53-.532l-.53-1.47 2.53 1.47.625 1.97c.057.21.205.41.406.5l1.69.718c1.182.518 1.346-.61.592-.938l-1.375-.594-.937-2.656v-2l-2.5-1.406c-.58-.334-1-.594-1.5-.594zm6.5 1.5c-.814 0-1.5.686-1.5 1.5s.686 1.5 1.5 1.5 1.5-.686 1.5-1.5-.686-1.5-1.5-1.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M506 1270.362c-1 0-1.5.5-1.5 1.5 0 .396.136.657.22 1l.78 2-2.813 1.97-2.687-1.47v1l11 6h1l1-1-.5-.5-.5-.5v1h-1l-7-3.812 2.47-1.657c.244-.168.6-.242.53-.53l-.53-1.47 2.53 1.47.625 1.968c.057.213.205.412.406.5l1.69.72c1.182.518 1.346-.61.592-.938l-1.375-.594-.937-2.656v-2l-2.5-1.406c-.58-.334-1-.594-1.5-.594zm6.5 1.5c-.814 0-1.5.686-1.5 1.5s.686 1.5 1.5 1.5 1.5-.686 1.5-1.5-.686-1.5-1.5-1.5z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="skiing-24">
-    <g transform="translate(-475 -1266.4)">
-      <path d="M487 1270.362c-1 0-2 .5-2 2 0 .537.044.628.156 1.094l.688 2.844-3.72 2.28-3.374-1.968c-.112-.066-.26-.068-.438-.03-.178.036-.312.248-.312.468 0 .22.096.347.25.437l14.5 8.5c.456.263.867.37 1.25.375.268 0 .532-.035.75-.125.53-.218.862-.61 1.094-.843.116-.117.156-.258.156-.407 0-.21-.13-.436-.406-.468-.18-.022-.325.043-.438.186-.234.298-.528.52-.78.625-.254.105-.535.124-1.126-.218l-9.28-5.437 3.592-2.094c.333-.227.503-.67.407-1.06l-.408-1.658 3.576 2.105.675 2.57c.077.29.29.537.562.657l2.28 1c1.607.704 1.836-.826.814-1.27l-1.876-.81-1.594-6.25-3.063-1.75c-.786-.455-1.437-.75-1.937-.75zm8 2c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M487 1270.362c-1 0-2 .5-2 2 0 .537.044.628.156 1.094l.688 2.844-3.72 2.28-3.374-1.968c-.112-.066-.26-.068-.438-.03-.178.036-.312.248-.312.468 0 .22.096.347.25.437l14.5 8.5c.456.263.867.37 1.25.375.268 0 .532-.035.75-.125.53-.218.862-.61 1.094-.843.116-.117.156-.258.156-.407 0-.21-.13-.436-.406-.468-.18-.022-.325.043-.438.186-.234.298-.528.52-.78.625-.254.105-.535.124-1.126-.218l-9.28-5.437 3.592-2.094c.333-.227.503-.67.407-1.06l-.408-1.658 3.576 2.105.675 2.57c.077.29.29.537.562.657l2.28 1c1.607.704 1.836-.826.814-1.27l-1.876-.81-1.594-6.25-3.063-1.75c-.786-.455-1.437-.75-1.937-.75zm8 2c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2z" color="#000" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="slaughterhouse-12">
-    <g transform="translate(-516 -1291.4)" color="#000">
-      <path d="M519 1293.362l.5 1H518v1h1l1 1v4h.5l.5-2 1 2h.5v-2c.947 0 1.526-.5 2-.5v1c0 .403.03 1.5.03 1.5h.47l1-2 .5 2h.5v-5l-1-1h-5l-.375-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M519 1293.362l.5 1H518v1h1l1 1v4h.5l.5-2 1 2h.5v-2c.947 0 1.526-.5 2-.5v1c0 .403.03 1.5.03 1.5h.47l1-2 .5 2h.5v-5l-1-1h-5l-.375-1z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="slaughterhouse-18">
-    <g transform="translate(-498 -1291.4)" color="#000">
-      <path d="M500.684 1295.362l.684.79-1.368 1.71v.5l2.053.184c0 1.027 1.625 1.384 1.947 3.316v3.5h.5l1-3 1 3h.5v-3c2.053 0 1.632-.5 3-.5 0 0-.08 1.208-.08 1.79 0 .58-.34 1.71-.34 1.71h.683l1.026-2.737 1.026 2.737H513v-3l-.5-1 .5-1v-3l-1-1h-8.5l-.763-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M500.684 1295.362l.684.79-1.368 1.71v.5l2.053.184c0 1.027 1.625 1.384 1.947 3.316v3.5h.5l1-3 1 3h.5v-3c2.053 0 1.632-.5 3-.5 0 0-.08 1.208-.08 1.79 0 .58-.34 1.71-.34 1.71h.683l1.026-2.737 1.026 2.737H513v-3l-.5-1 .5-1v-3l-1-1h-8.5l-.763-1z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="slaughterhouse-24">
-    <g transform="translate(-474 -1290.4)" color="#000">
-      <path d="M477 1295.362l1 1-2 2v1l3 .5c0 1.5 2.53.677 3 3.5v5h1l1-4 1 4h1v-4c2 0 3-1 4-1 0 0 .5 1.65.5 2.5 0 .85-.5 2.5-.5 2.5h1l1.5-4 1.5 4h1v-4c0-.5-1-1-1-1.5 0-1.412 1-1.5 1-2.5v-3c0-.5-.5-1-1-1h-13l-1-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M477 1295.362l1 1-2 2v1l3 .5c0 1.5 2.53.677 3 3.5v5h1l1-4 1 4h1v-4c2 0 3-1 4-1 0 0 .5 1.65.5 2.5 0 .85-.5 2.5-.5 2.5h1l1.5-4 1.5 4h1v-4c0-.5-1-1-1-1.5 0-1.412 1-1.5 1-2.5v-3c0-.5-.5-1-1-1h-13l-1-1z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="soccer-12">
-    <g transform="translate(-517 -1075.4)" color="#000">
-      <path d="M523.5 1076.362c-2.48 0-4.5 2.02-4.5 4.5s2.02 4.5 4.5 4.5 4.5-2.02 4.5-4.5-2.02-4.5-4.5-4.5zm0 .794c1.41 0 2.633.78 3.26 1.936-.592.392-1.135.597-1.142.976-.005.265 0 .34 0 .53 0 .264.138.605.53.794l.926.446c-.107.393-.277.747-.497 1.076l-.695-.464c-.397-.264-.794-.44-1.058-.264l-.795.53c-.368.244-.33.53-.265.793l.248 1.025c-.168.023-.338.033-.513.033-.367 0-.725-.05-1.06-.15v-.91c0-.528-.264-.793-.528-1.058-.265-.264-.53-.53-1.06-.53h-.91c-.097-.333-.148-.69-.148-1.058 0-2.053 1.653-3.706 3.706-3.706zm-1.588 1.853l-.265 1.058c-.075.3-.275.61 0 .794l.794.53c.53.353.764.148 1.06 0l.53-.265c.394-.197.53-.265.53-.794v-1.06c0-.264.003-.422-.53-.528l-1.324-.265c-.555-.11-.66-.013-.794.53z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M523.5 1076.362c-2.48 0-4.5 2.02-4.5 4.5s2.02 4.5 4.5 4.5 4.5-2.02 4.5-4.5-2.02-4.5-4.5-4.5zm0 .794c1.41 0 2.633.78 3.26 1.936-.592.392-1.135.597-1.142.976-.005.265 0 .34 0 .53 0 .264.138.605.53.794l.926.446c-.107.393-.277.747-.497 1.076l-.695-.464c-.397-.264-.794-.44-1.058-.264l-.795.53c-.368.244-.33.53-.265.793l.248 1.025c-.168.023-.338.033-.513.033-.367 0-.725-.05-1.06-.15v-.91c0-.528-.264-.793-.528-1.058-.265-.264-.53-.53-1.06-.53h-.91c-.097-.333-.148-.69-.148-1.058 0-2.053 1.653-3.706 3.706-3.706zm-1.588 1.853l-.265 1.058c-.075.3-.275.61 0 .794l.794.53c.53.353.764.148 1.06 0l.53-.265c.394-.197.53-.265.53-.794v-1.06c0-.264.003-.422-.53-.528l-1.324-.265c-.555-.11-.66-.013-.794.53z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="soccer-18">
-    <g transform="translate(-498 -1076.4)" color="#000">
-      <path d="M507.5 1078.362c-3.58 0-6.5 2.92-6.5 6.5s2.92 6.5 6.5 6.5 6.5-2.92 6.5-6.5-2.92-6.5-6.5-6.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M507.5 1078.362c-3.58 0-6.5 2.92-6.5 6.5s2.92 6.5 6.5 6.5 6.5-2.92 6.5-6.5-2.92-6.5-6.5-6.5zm0 1.147c2.04 0 3.803 1.126 4.708 2.795-.854.566-1.638.862-1.65 1.41-.006.383 0 .49 0 .765 0 .382.2.874.766 1.147l1.338.645c-.153.567-.4 1.08-.717 1.553l-1.004-.67c-.572-.38-1.146-.636-1.528-.38l-1.147.764c-.53.352-.475.763-.383 1.146l.36 1.48c-.244.034-.49.048-.742.048-.53 0-1.047-.074-1.53-.215v-1.315c0-.765-.382-1.147-.764-1.53-.382-.382-.765-.764-1.53-.764h-1.314c-.142-.482-.215-.998-.215-1.528 0-2.966 2.388-5.353 5.353-5.353zm-2.294 2.676l-.382 1.53c-.11.433-.398.88 0 1.146l1.147.765c.765.51 1.103.214 1.53 0l.765-.382c.57-.286.764-.383.764-1.147v-1.53c0-.382.005-.61-.765-.765l-1.912-.382c-.8-.16-.952-.017-1.147.766z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="soccer-24">
-    <g transform="translate(-1 -1004.9)" color="#000">
-      <path d="M13.5 1007.862c-4.683 0-8.5 3.817-8.5 8.5s3.817 8.5 8.5 8.5 8.5-3.817 8.5-8.5-3.817-8.5-8.5-8.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M13.5 1007.862c-4.683 0-8.5 3.817-8.5 8.5s3.817 8.5 8.5 8.5 8.5-3.817 8.5-8.5-3.817-8.5-8.5-8.5zm0 1.5c2.666 0 4.974 1.474 6.156 3.657-1.116.74-2.142 1.126-2.156 1.842-.01.5 0 .64 0 1 0 .5.26 1.144 1 1.5l1.75.844c-.2.74-.522 1.41-.938 2.03l-1.312-.874c-.75-.5-1.5-.833-2-.5l-1.5 1c-.693.463-.62 1-.5 1.5l.47 1.938c-.318.044-.64.062-.97.062-.693 0-1.37-.095-2-.28v-1.72c0-1-.5-1.5-1-2s-1-1-2-1H6.78c-.185-.63-.28-1.306-.28-2 0-3.878 3.122-7 7-7zm-3 3.5l-.5 2c-.142.568-.52 1.154 0 1.5l1.5 1c1 .667 1.44.28 2 0l1-.5c.745-.372 1-.5 1-1.5v-2c0-.5.008-.798-1-1l-2.5-.5c-1.047-.21-1.244-.023-1.5 1z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="square-12">
-    <g transform="translate(31 -1122.4)" color="#000">
-      <path d="M-28.438 1123.362h7.875c.312 0 .563.25.563.563v7.875c0 .31-.25.562-.563.562h-7.875c-.31 0-.562-.25-.562-.562v-7.875c0-.312.25-.563.563-.563z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" overflow="visible"/>
-      <path d="M-28.438 1123.362h7.875c.312 0 .563.25.563.563v7.875c0 .31-.25.562-.563.562h-7.875c-.31 0-.562-.25-.562-.562v-7.875c0-.312.25-.563.563-.563z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="square-18">
-    <g color="#000" transform="translate(48 -1122.4)">
-      <rect width="13" height="13" rx="1" ry="1" x="-45" y="1124.362" opacity=".3" fill="none" stroke="#fff" stroke-width="2" overflow="visible"/>
-      <rect width="13" height="13" rx="1" ry="1" x="-45" y="1124.362" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="square-24">
-    <g transform="translate(40 -1004.4)" color="#000">
-      <rect width="17" height="17" rx="1" ry="1" x="-36" y="1007.362" opacity=".3" fill="none" stroke="#fff" stroke-width="2" overflow="visible"/>
-      <path d="M-35 1007.362h15c.554 0 1 .446 1 1v15c0 .554-.446 1-1 1h-15c-.554 0-1-.446-1-1v-15c0-.554.446-1 1-1z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="square-stroked-12">
-    <g transform="translate(31 -1098.4)" color="#000">
-      <path d="M-28.5 1099.362c-.277 0-.5.223-.5.5v8c0 .277.223.5.5.5h8c.277 0 .5-.223.5-.5v-8c0-.277-.223-.5-.5-.5zm.5 1h7v7h-7z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" overflow="visible"/>
-      <path d="M-28.5 1099.362c-.277 0-.5.223-.5.5v8c0 .277.223.5.5.5h8c.277 0 .5-.223.5-.5v-8c0-.277-.223-.5-.5-.5zm.5 1h7v7h-7z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="square-stroked-18">
-    <g color="#000" transform="translate(48 -1098.4)">
-      <path d="M-44 1100.362c-.554 0-1 .446-1 1v11c0 .554.446 1 1 1h11c.554 0 1-.446 1-1v-11c0-.554-.446-1-1-1h-11zm1.438 2h8.124c.25 0 .438.188.438.438v8.125c0 .25-.188.437-.438.437h-8.124c-.25 0-.438-.188-.438-.437v-8.125c0-.25.188-.438.438-.438z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" overflow="visible"/>
-      <path d="M-44 1100.362c-.554 0-1 .446-1 1v11c0 .554.446 1 1 1h11c.554 0 1-.446 1-1v-11c0-.554-.446-1-1-1h-11zm1.438 2h8.124c.25 0 .438.188.438.438v8.125c0 .25-.188.437-.438.437h-8.124c-.25 0-.438-.188-.438-.437v-8.125c0-.25.188-.438.438-.438z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="square-stroked-24">
-    <g transform="translate(0 -1004.4)" color="#000">
-      <path d="M5 1007.362c-.554 0-1 .446-1 1v15c0 .554.446 1 1 1h15c.554 0 1-.446 1-1v-15c0-.554-.446-1-1-1zm1 2h13v13H6z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" overflow="visible"/>
-      <path d="M5 1007.362c-.554 0-1 .446-1 1v15c0 .554.446 1 1 1h15c.554 0 1-.446 1-1v-15c0-.554-.446-1-1-1zm1 2h13v13H6z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="star-12">
-    <g transform="translate(30 -1195.4)" color="#000">
-      <path d="M-23.5 1196.362l-1.25 3H-28l2.5 2.5-1.25 3.5 3.25-2 3.25 2-1.25-3.5 2.5-2.5h-3.25z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M-23.5 1196.362l-1.25 3H-28l2.5 2.5-1.25 3.5 3.25-2 3.25 2-1.25-3.5 2.5-2.5h-3.25z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="star-18">
-    <g color="#000" transform="translate(48 -1194.4)">
-      <path d="M-38.5 1196.362l-2 4H-45l3.5 4-1.694 5 4.694-2.89 4.694 2.89-1.694-5 3.5-4h-4.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M-38.5 1196.362l-2 4H-45l3.5 4-1.694 5 4.694-2.89 4.694 2.89-1.694-5 3.5-4h-4.5z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="star-24">
-    <g transform="translate(-130 -201.4)" color="#000">
-      <path d="M142.493 204.362l-2 6h-6.5l5 5-2.5 7 6-4 6 4-2.5-7 5-5h-6z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M142.493 204.362l-2 6h-6.5l5 5-2.5 7 6-4 6 4-2.5-7 5-5h-6z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="star-stroked-12">
-    <g transform="translate(30 -1219.4)" color="#000">
-      <path d="M-23.5 1220.362l-1.25 3H-28l2.5 2.5-1.25 3.5 3.25-2 3.25 2-1.25-3.5 2.5-2.5h-3.25l-1.25-3zm0 2l1 2h1.5l-1.5 1.5.5 1.5-1.5-1-1.5 1 .5-1.5-1.5-1.5h1.5l.5-1 .5-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M-23.5 1220.362l-1.25 3H-28l2.5 2.5-1.25 3.5 3.25-2 3.25 2-1.25-3.5 2.5-2.5h-3.25l-1.25-3zm0 2l1 2h1.5l-1.5 1.5.5 1.5-1.5-1-1.5 1 .5-1.5-1.5-1.5h1.5l.5-1 .5-1z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="star-stroked-18">
-    <g color="#000" transform="translate(48 -1218.4)">
-      <path d="M-38.5 1220.362l-2 4H-45l3.5 4-1.688 5 4.688-2.875 4.688 2.875-1.688-5 3.5-4h-4.5zm0 2.5l1 2.5h3l-2.5 3 1.156 2.5-2.656-2-2.656 2 1.156-2.5-2.5-3h3z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M-38.5 1220.362l-2 4H-45l3.5 4-1.688 5 4.688-2.875 4.688 2.875-1.688-5 3.5-4h-4.5zm0 2.5l1 2.5h3l-2.5 3 1.156 2.5-2.656-2-2.656 2 1.156-2.5-2.5-3h3z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="star-stroked-24">
-    <g transform="translate(-131 -201.4)" color="#000">
-      <path d="M143.493 204.362l-2 6h-6.5l5 5-2.5 7 6-4 6 4-2.5-7 5-5h-6.5zm0 4l1 3.5h4l-3.5 3.5 1.5 3.5-3-2.5-3 2.5 1.5-3.5-3.5-3.5h4z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M143.493 204.362l-2 6h-6.5l5 5-2.5 7 6-4 6 4-2.5-7 5-5h-6.5l-2-6zm0 4l1 3.5h4l-3.5 3.5 1.5 3.5-3-2.5-3 2.5 1.5-3.5-3.5-3.5h4l1-3.5z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="-402.5 403.5 12 12" id="suitcase-12">
-    <path d="M-393.5 406.5V405l-.5-.5h-4l-.5.5v1.5h-1.5l-.5.5v5l.5.5h8l.5-.5v-5l-.5-.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10"/>
-    <path d="M-393.5 406.5V405l-.5-.5h-4l-.5.5v1.5h-1.5l-.5.5v5l.5.5h8l.5-.5v-5l-.5-.5zm-4-1h3v1h-3zm-1 2h1v4h-1m5 0h-1v-4h1z" fill="#454545"/>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="-402.5 403.5 18 18" id="suitcase-18">
-    <path d="M-387.5 408.5h-3v-1c0-.553-.448-1-1-1h-3c-.552 0-1 .447-1 1v1h-3c-.552 0-1 .447-1 1v7c0 .553.448 1 1 1h11c.552 0 1-.447 1-1v-7c0-.553-.448-1-1-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-miterlimit="10"/>
-    <path d="M-387.5 408.5h-3v-1c0-.553-.448-1-1-1h-3c-.552 0-1 .447-1 1v1h-3c-.552 0-1 .447-1 1v7c0 .553.448 1 1 1h11c.552 0 1-.447 1-1v-7c0-.553-.448-1-1-1zm-7-1h3v1h-3zm-2 9h-1v-7h1zm8 0h-1v-7h1z" fill="#454545"/>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="-402.5 403.5 24 24" id="suitcase-24">
-    <path d="M-382.5 410.5h-4v-2c0-.553-.448-1-1-1h-5c-.552 0-1 .447-1 1v2h-4c-.552 0-1 .447-1 1v10c0 .553.448 1 1 1h15c.552 0 1-.447 1-1v-10c0-.553-.448-1-1-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-miterlimit="10"/>
-    <path d="M-382.5 410.5h-4v-2c0-.553-.448-1-1-1h-5c-.552 0-1 .447-1 1v2h-4c-.552 0-1 .447-1 1v10c0 .553.448 1 1 1h15c.552 0 1-.447 1-1v-10c0-.553-.448-1-1-1zm-12 11h-1v-10h1zm7-11h-5v-2h5zm3 11h-1v-10h1z" fill="#454545"/>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="swimming-12">
-    <g transform="translate(-517 -1219.4)" color="#000">
-      <path d="M525.5 1221.362l-.5.304-2.22 1.29c-.265.126-.362.513-.186.75l.61.828-2.204 1.828 1 .235 1.5-.47 1.5.47 1-.235-2.22-2.78 2.236-1.392-.016-.828zm1 2.047c-.552 0-1 .447-1 1 0 .55.448 1 1 1s1-.45 1-1c0-.553-.448-1-1-1zm-6 3.952l-1.5.47v1.03l.156-.047 1.344-.453 1.5.5 1.5-.5 1.5.5 1.5-.5 1.5.5v-1.03l-1.5-.47-1.5.47-1.5-.47-1.5.47-1.5-.47z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M525.5 1221.362l-.5.304-2.22 1.29c-.265.126-.362.513-.186.75l.61.828-2.204 1.828 1 .235 1.5-.47 1.5.47 1-.235-2.22-2.78 2.236-1.392-.016-.828zm1 2.047c-.552 0-1 .447-1 1 0 .55.448 1 1 1s1-.45 1-1c0-.553-.448-1-1-1zm-6 3.952l-1.5.47v1.03l.156-.047 1.344-.453 1.5.5 1.5-.5 1.5.5 1.5-.5 1.5.5v-1.03l-1.5-.47-1.5.47-1.5-.47-1.5.47-1.5-.47z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="swimming-18">
-    <g transform="translate(-499 -1220.4)" color="#000">
-      <path d="M510.75 1223.987c-.114 0-.313.048-.406.094l-2.875 1.408c-.386.182-.536.752-.283 1.093l.875 1.19-3.718 2.155 2 .813 2.156-.875 2.156.875.844-.875-2.594-3.47 2.188-1.124c.435-.22.42-.59.375-.814-.044-.21-.323-.468-.72-.468zm1.75 2.375c-.828 0-1.5.672-1.5 1.5 0 .83.672 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.828-.672-1.5-1.5-1.5zm-4 4.5l-2 1-2.5-.937-2 .937v1.5l2-1 2.5 1 2-1.062 2 1.062 2-1.062 2.5 1.062v-1.5l-2.5-1-2 1-2-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M510.75 1223.987c-.114 0-.313.048-.406.094l-2.875 1.408c-.386.182-.536.752-.283 1.093l.875 1.19-3.718 2.155 2 .813 2.156-.875 2.156.875.844-.875-2.594-3.47 2.188-1.124c.435-.22.42-.59.375-.814-.044-.21-.323-.468-.72-.468zm1.75 2.375c-.828 0-1.5.672-1.5 1.5 0 .83.672 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.828-.672-1.5-1.5-1.5zm-4 4.5l-2 1-2.5-.937-2 .937v1.5l2-1 2.5 1 2-1.062 2 1.062 2-1.062 2.5 1.062v-1.5l-2.5-1-2 1-2-1z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="swimming-24">
-    <g transform="translate(-474 -1218.4)">
-      <path d="M489.125 1223.362c-.158 0-.434.093-.563.156l-4 1.938c-.532.252-.726 1.027-.375 1.5l1.22 1.656-4.72 3.656c1.13.23 1.977.938 2.813.938 1 0 1.5-1 3-1s2 1 3 1c.413 0 .833-.175 1.28-.375l-4.217-6.124 3.03-1.53c.603-.302.563-.818.5-1.126-.058-.292-.418-.688-.968-.688zm1.875 3c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2zm-11 8c-.694 0-1.34.405-2 .625v2.03c0 .002 1-.654 2-.655 1 0 2 1 3.5 1s1.974-.965 3-1c1 0 1.5 1 3 1s2.5-1 3.5-1c.702 0 2 .656 2 .656v-2.03c-.642-.248-1.343-.626-2-.626-1.5 0-2.5 1-3.5 1s-1.5-1-3-1-2 1-3 1-2-1-3.5-1z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M489.125 1223.362c-.158 0-.434.093-.563.156l-4 1.938c-.532.252-.726 1.027-.375 1.5l1.22 1.656-4.72 3.656c1.13.23 1.977.938 2.813.938 1 0 1.5-1 3-1s2 1 3 1c.413 0 .833-.175 1.28-.375l-4.217-6.124 3.03-1.53c.603-.302.563-.818.5-1.126-.058-.292-.418-.688-.968-.688zm1.875 3c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2zm-11 8c-.694 0-1.34.405-2 .625v2.03c0 .002 1-.654 2-.655 1 0 2 1 3.5 1s1.974-.965 3-1c1 0 1.5 1 3 1s2.5-1 3.5-1c.702 0 2 .656 2 .656v-2.03c-.642-.248-1.343-.626-2-.626-1.5 0-2.5 1-3.5 1s-1.5-1-3-1-2 1-3 1-2-1-3.5-1z" color="#000" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="telephone-12">
-    <g transform="translate(-360 -1315.4)" color="#000">
-      <path d="M367.5 1317.362l-5.5 5.5v2l1 1h1l1-1v-1l-1-1 3.5-3.5 1 1h1l1-1v-1l-1-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M367.5 1317.362l-5.5 5.5v2l1 1h1l1-1v-1l-1-1 3.5-3.5 1 1h1l1-1v-1l-1-1z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="telephone-18">
-    <g transform="matrix(.8 0 0 .8 -240 -985.8)" color="#000">
-      <path d="M334 1317.03l-11.333 11.332v3.334l1.75 1.75 4-4-1.084-1.084 6.667-6.666 1.083 1.083 4-4-1.75-1.75H334zm5.583 2.25l-4 4 .417.416h1.333l2.667-2.667v-1.334l-.417-.417zm-10.666 10.666l-4 4 .416.416h1.334l2.666-2.666v-1.334l-.416-.416z" opacity=".3" fill="none" stroke="#fff" stroke-width="2.66666" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M334 1317.03l-11.333 11.332v3.334l1.75 1.75 4-4-1.084-1.084 6.667-6.666 1.083 1.083 4-4-1.75-1.75H334zm5.583 2.25l-4 4 .417.416h1.333l2.667-2.667v-1.334l-.417-.417zm-10.666 10.666l-4 4 .416.416h1.334l2.666-2.666v-1.334l-.416-.416z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="telephone-24">
-    <g transform="translate(-320 -1314.4)" color="#000">
-      <path d="M336 1318.362c-1 0-1.326.326-2 1l-8 8c-.5.5-1 1-1 2v1.5c0 1 .5 1.5 1 2l.563.563 3.5-3.5-.563-.563c-.5-.5 0-1 0-1l5.5-5.5s.5-.5 1 0l.563.563 3.5-3.5-.563-.563c-.5-.5-1-1-2-1H336zm4.438 1.938l-3.5 3.5.562.562c.354.354 1.146.354 1.5 0l2-2c.354-.354.354-1.146 0-1.5zm-10 10l-3.5 3.5.562.562c.354.354 1.146.354 1.5 0l2-2c.354-.353.354-1.146 0-1.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M336 1318.362c-1 0-1.326.326-2 1l-8 8c-.5.5-1 1-1 2v1.5c0 1 .5 1.5 1 2l.563.563 3.5-3.5-.563-.563c-.5-.5 0-1 0-1l5.5-5.5s.5-.5 1 0l.563.563 3.5-3.5-.563-.563c-.5-.5-1-1-2-1H336zm4.438 1.938l-3.5 3.5.562.562c.354.354 1.146.354 1.5 0l2-2c.354-.354.354-1.146 0-1.5zm-10 10l-3.5 3.5.562.562c.354.354 1.146.354 1.5 0l2-2c.354-.353.354-1.146 0-1.5z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="tennis-12">
-    <g transform="translate(-517 -1123.4)" color="#000">
-      <path d="M519 1127.362c0 1.657 1.343 3 3 3h2.5l3 3h.5v-.5l-3-3v-2.5c0-1.657-1.343-3-3-3s-3 1.343-3 3zm5 .5v1.5h-1.5zm-4.25 3c-.414 0-.75.336-.75.75s.336.75.75.75.75-.336.75-.75-.336-.75-.75-.75z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" overflow="visible"/>
-      <path d="M519 1127.362c0 1.657 1.343 3 3 3h2.5l3 3h.5v-.5l-3-3v-2.5c0-1.657-1.343-3-3-3s-3 1.343-3 3zm5 .5v1.5h-1.5zm-4.25 3c-.414 0-.75.336-.75.75s.336.75.75.75.75-.336.75-.75-.336-.75-.75-.75z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="tennis-18">
-    <g color="#000" transform="translate(-498 -1122.4)">
-      <path d="M505.5 1124.362c-2.534 0-4.5 1.966-4.5 4.5s2.142 4.5 4.676 4.5H509l4 4h1v-1l-4-4v-3.323c0-2.535-1.966-4.678-4.5-4.678zm3.5 5.706v2.294h-2.5zm-6.853 3.294c-.633 0-1.147.514-1.147 1.147s.514 1.146 1.147 1.146c.634 0 1.147-.513 1.147-1.147s-.513-1.148-1.147-1.148z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" overflow="visible"/>
-      <path d="M505.5 1124.362c-2.534 0-4.5 1.966-4.5 4.5s2.142 4.5 4.676 4.5H509l4 4h1v-1l-4-4v-3.323c0-2.535-1.966-4.678-4.5-4.678zm3.5 5.706v2.294h-2.5zm-6.853 3.294c-.633 0-1.147.514-1.147 1.147s.514 1.146 1.147 1.146c.634 0 1.147-.513 1.147-1.147s-.513-1.148-1.147-1.148z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="tennis-24">
-    <g color="#000" transform="translate(-474 -1122.4)">
-      <path d="M484 1125.362c-3.314 0-6 2.686-6 6s2.686 6 6 6h5l4.5 4.5c.316.316.506.5.906.5.125 0 .28 0 .438-.156.156-.156.156-.312.156-.437 0-.4-.218-.626-.5-.908l-4.5-4.5v-5c0-3.314-2.686-6-6-6zm5 8v3h-3zm-9.5 4c-.828 0-1.5.672-1.5 1.5 0 .83.672 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.828-.672-1.5-1.5-1.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" overflow="visible"/>
-      <path d="M484 1125.362c-3.314 0-6 2.686-6 6s2.686 6 6 6h5l4.5 4.5c.316.316.506.5.906.5.125 0 .28 0 .438-.156.156-.156.156-.312.156-.437 0-.4-.218-.626-.5-.908l-4.5-4.5v-5c0-3.314-2.686-6-6-6zm5 8v3h-3zm-9.5 4c-.828 0-1.5.672-1.5 1.5 0 .83.672 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.828-.672-1.5-1.5-1.5z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="theatre-12">
-    <g color="#000" transform="translate(-360 -1266.4)">
-      <path d="M362.5 1268.362c-.25 0-.5.25-.5.5v3c0 1.108.5 2.5 2.5 2.5.18 0 .343-.01.5-.03v-1.47h-2s.25-1 1.5-1c.25 0 .348.037.5.094v-1.094c0-.458.202-.81.453-1.062.25-.25.59-.438 1.047-.438h.5v-.5c0-.25-.264-.5-.5-.5-.5 0-1 .5-2 .5-.867 0-1.5-.5-2-.5zm1 2c.276 0 .5.224.5.5s-.224.5-.5.5-.5-.224-.5-.5.224-.5.5-.5zm3 0c-.236 0-.5.25-.5.5v3c0 1.108.5 2.5 2.5 2.5s2.5-1.392 2.5-2.5v-3c0-.25-.264-.5-.5-.5-.5 0-1.255.5-2 .5-.745 0-1.5-.5-2-.5zm1 2c.276 0 .5.224.5.5s-.224.5-.5.5-.5-.224-.5-.5.224-.5.5-.5zm2 0c.276 0 .5.224.5.5s-.224.5-.5.5-.5-.224-.5-.5.224-.5.5-.5zm-2.5 2h3s-.25 1-1.5 1-1.5-1-1.5-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M362.5 1268.362c-.25 0-.5.25-.5.5v3c0 1.108.5 2.5 2.5 2.5.18 0 .343-.01.5-.03v-1.47h-2s.25-1 1.5-1c.25 0 .348.037.5.094v-1.094c0-.458.202-.81.453-1.062.25-.25.59-.438 1.047-.438h.5v-.5c0-.25-.264-.5-.5-.5-.5 0-1 .5-2 .5-.867 0-1.5-.5-2-.5zm1 2c.276 0 .5.224.5.5s-.224.5-.5.5-.5-.224-.5-.5.224-.5.5-.5zm3 0c-.236 0-.5.25-.5.5v3c0 1.108.5 2.5 2.5 2.5s2.5-1.392 2.5-2.5v-3c0-.25-.264-.5-.5-.5-.5 0-1.255.5-2 .5-.745 0-1.5-.5-2-.5zm1 2c.276 0 .5.224.5.5s-.224.5-.5.5-.5-.224-.5-.5.224-.5.5-.5zm2 0c.276 0 .5.224.5.5s-.224.5-.5.5-.5-.224-.5-.5.224-.5.5-.5zm-2.5 2h3s-.25 1-1.5 1-1.5-1-1.5-1z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="theatre-18">
-    <g transform="translate(-342 -1266.4)" color="#000">
-      <path d="M345.78 1268.362c-.388 0-.78.393-.78.78v5.502c0 1.723.764 3.78 3.875 3.78.28 0-.12-.026.125-.06v-2h-2.5s.555-2 2.5-2v-1.657c0-.713.11-1.454.5-1.845.39-.39.868-1.267 2.5-.5l1 .5v-1.718c0-.39-.392-.78-.78-.78-.723 0-2.22 1-3.22 1s-2.497-1-3.22-1zm1.22 2c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm3.78 1c-.365 0-.78.393-.78.78v5.22c0 1.724.89 4 4 4s4-2.276 4-4v-5.22c0-.387-.415-.78-.78-.78-.723 0-2.22 1-3.22 1s-2.497-1-3.22-1zm1.22 2c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm4 0c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm-4.5 4h5s-.556 2-2.5 2-2.5-2-2.5-2z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M345.78 1268.362c-.388 0-.78.393-.78.78v5.502c0 1.723.764 3.78 3.875 3.78.28 0-.12-.026.125-.06v-2h-2.5s.555-2 2.5-2v-1.657c0-.713.11-1.454.5-1.845.39-.39.888-1.308 2.5-.5l1 .5v-1.718c0-.39-.392-.78-.78-.78-.723 0-2.22 1-3.22 1s-2.497-1-3.22-1zm1.22 2c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm3.78 1c-.365 0-.78.393-.78.78v5.22c0 1.724.89 4 4 4s4-2.276 4-4v-5.22c0-.387-.415-.78-.78-.78-.723 0-2.22 1-3.22 1s-2.497-1-3.22-1zm1.22 2c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm4 0c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm-4.5 4h5s-.556 2-2.5 2-2.5-2-2.5-2z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="theatre-24">
-    <path d="M5 3c-.47 0-1 .5-1 1v7c0 2.216 1 5 5 5 .36 0 .686-.017 1-.062V13H6s.5-2 3-2c.5 0 .697.075 1 .188V9c0-.916.365-1.682 1-2 1-.5 1.404-.298 2 0l1 .5V4c0-.5-.53-1-1-1-1 0-2 1-4 1S6 3 5 3zm1.75 3.5C7.44 6.5 8 7.06 8 7.75S7.44 9 6.75 9 5.5 8.44 5.5 7.75 6.06 6.5 6.75 6.5zM12 8c-.47 0-1 .5-1 1v7c0 2.216 1 5 5 5s5-2.784 5-5V9c0-.5-.53-1-1-1-1 0-2 1-4 1s-3-1-4-1zm1.75 3.5c.69 0 1.25.56 1.25 1.25S14.44 14 13.75 14s-1.25-.56-1.25-1.25.56-1.25 1.25-1.25zm4.5 0c.69 0 1.25.56 1.25 1.25S18.94 14 18.25 14 17 13.44 17 12.75s.56-1.25 1.25-1.25zM13 17h6s-.5 2-3 2-3-2-3-2z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-    <path d="M5 3c-.47 0-1 .5-1 1v7c0 2.216 1 5 5 5 .36 0 .686-.017 1-.062V13H6s.5-2 3-2c.5 0 .697.075 1 .188V9c0-.916.365-1.682 1-2 1-.5 1.404-.298 2 0l1 .5V4c0-.5-.53-1-1-1-1 0-2 1-4 1S6 3 5 3zm1.75 3.5C7.44 6.5 8 7.06 8 7.75S7.44 9 6.75 9 5.5 8.44 5.5 7.75 6.06 6.5 6.75 6.5zM12 8c-.47 0-1 .5-1 1v7c0 2.216 1 5 5 5s5-2.784 5-5V9c0-.5-.53-1-1-1-1 0-2 1-4 1s-3-1-4-1zm1.75 3.5c.69 0 1.25.56 1.25 1.25S14.44 14 13.75 14s-1.25-.56-1.25-1.25.56-1.25 1.25-1.25zm4.5 0c.69 0 1.25.56 1.25 1.25S18.94 14 18.25 14 17 13.44 17 12.75s.56-1.25 1.25-1.25zM13 17h6s-.5 2-3 2-3-2-3-2z" color="#000" fill="#444" overflow="visible"/>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="toilets-12">
-    <g transform="matrix(.5 0 0 .5 -159 -645.2)" color="#000">
-      <path d="M326 1292.362c-1.38 0-2.5 1.12-2.5 2.5s1.12 2.5 2.5 2.5 2.5-1.12 2.5-2.5-1.12-2.5-2.5-2.5zm10 0c-1.38 0-2.5 1.12-2.5 2.5s1.12 2.5 2.5 2.5 2.5-1.12 2.5-2.5-1.12-2.5-2.5-2.5zm-12 6v3l-3 5h3v4h4v-4h3l-3-5v-3h-4zm8 0l2 7v5h4v-5l2-7h-8z" opacity=".3" fill="none" stroke="#fff" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M326 1292.362c-1.38 0-2.5 1.12-2.5 2.5s1.12 2.5 2.5 2.5 2.5-1.12 2.5-2.5-1.12-2.5-2.5-2.5zm10 0c-1.38 0-2.5 1.12-2.5 2.5s1.12 2.5 2.5 2.5 2.5-1.12 2.5-2.5-1.12-2.5-2.5-2.5zm-12 6v3l-3 5h3v4h4v-4h3l-3-5v-3h-4zm8 0l2 7v5h4v-5l2-7h-8z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="toilets-18">
-    <g transform="translate(-342 -1290.4)" color="#000">
-      <path d="M348 1291.362c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2zm7 0c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2zm-7.5 5l-1.5 1.5v2.5l-1.5 2.5.5.5h2v3h2v-3h2l.5-.5-1.5-2.5v-2.5l-1.5-1.5zm5.5 0l-1 1 2 4.5v4.5h2v-4.5l2-4.5-1-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M348 1291.362c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2zm7 0c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2zm-7.5 5l-1.5 1.5v2.5l-1.5 2.5.5.5h2v3h2v-3h2l.5-.5-1.5-2.5v-2.5l-1.5-1.5zm5.5 0l-1 1 2 4.5v4.5h2v-4.5l2-4.5-1-1z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="toilets-24">
-    <g transform="translate(-318 -1290.4)" color="#000">
-      <path d="M326.5 1292.362c-1.38 0-2.5 1.12-2.5 2.5s1.12 2.5 2.5 2.5 2.5-1.12 2.5-2.5-1.12-2.5-2.5-2.5zm8 0c-1.38 0-2.5 1.12-2.5 2.5s1.12 2.5 2.5 2.5 2.5-1.12 2.5-2.5-1.12-2.5-2.5-2.5zm-8.5 6c-1 0-2 1-2 2v2l-1.5 4.5c0 .5.5.5 1 .5h1.5v4h3v-4h1.5c.5 0 1 0 1-.5l-1.5-4.5v-2c0-1-1-2-2-2zm6 0c-.5 0-1 .5-1 1l2 6v6h3v-6l2-6c0-.5-.5-1-1-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M326.5 1292.362c-1.38 0-2.5 1.12-2.5 2.5s1.12 2.5 2.5 2.5 2.5-1.12 2.5-2.5-1.12-2.5-2.5-2.5zm8 0c-1.38 0-2.5 1.12-2.5 2.5s1.12 2.5 2.5 2.5 2.5-1.12 2.5-2.5-1.12-2.5-2.5-2.5zm-8.5 6c-1 0-2 1-2 2v2l-1.5 4.5c0 .5.5.5 1 .5h1.5v4h3v-4h1.5c.5 0 1 0 1-.5l-1.5-4.5v-2c0-1-1-2-2-2zm6 0c-.5 0-1 .5-1 1l2 6v6h3v-6l2-6c0-.5-.5-1-1-1z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="town-12">
-    <g transform="translate(-672 -1290.4)" color="#000">
-      <path d="M676 1292.862l-2 1.5v5h1.5v-1h1v1h1.5v-5zm-1 2h2v.5h-2zm4 .5v5h1.5v-1h1v1h1.5v-5l-2-1.5zm1 .5h2v.5h-2zm-5 1h2v.5h-2zm5 1h2v.5h-2z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M676 1292.862l-2 1.5v5h1.5v-1h1v1h1.5v-5zm-1 2h2v.5h-2zm4 .5v5h1.5v-1h1v1h1.5v-5l-2-1.5zm1 .5h2v.5h-2zm-5 1h2v.5h-2zm5 1h2v.5h-2z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="town-18">
-    <g transform="translate(-654 -1290.4)" color="#000">
-      <path d="M660 1293.362l-3 2v7h2v-2h2v2h2v-7zm4 4v7h2v-2h2v2h2v-7l-3-2zm-6-1h1v1h-1zm3 0h1v1h-1zm4 2h1v1h-1zm3 0h1v1h-1zm-10 0h1v1h-1zm3 0h1v1h-1zm4 2h1v1h-1zm3 0h1v1h-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M660 1293.362l-3 2v7h2v-2h2v2h2v-7zm4 4v7h2v-2h2v2h2v-7l-3-2zm-6-1h1v1h-1zm3 0h1v1h-1zm4 2h1v1h-1zm3 0h1v1h-1zm-10 0h1v1h-1zm3 0h1v1h-1zm4 2h1v1h-1zm3 0h1v1h-1z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="town-24">
-    <g transform="translate(-630 -1290.4)" color="#000">
-      <path d="M638 1296.362l-3 1.5c-.51.256-1 1-1 1.5v8h3v-3h2v3h3v-8c0-.5-.502-1.25-1-1.5l-3-1.5zm9 2l-3 1.5c-.51.256-1 1-1 1.5v8h3v-3h2v3h3v-8c0-.5-.502-1.25-1-1.5l-3-1.5zm-12 2h2v1h-2v-1zm4 0h2v1h-2v-1zm-4 2h2v1h-2v-1zm4 0h2v1h-2v-1zm5 0h2v1h-2v-1zm4 0h2v1h-2v-1zm-4 2h2v1h-2v-1zm4 0h2v1h-2v-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M638 1296.362l-3 1.5c-.51.256-1 1-1 1.5v8h3v-3h2v3h3v-8c0-.5-.502-1.25-1-1.5l-3-1.5zm9 2l-3 1.5c-.51.256-1 1-1 1.5v8h3v-3h2v3h3v-8c0-.5-.502-1.25-1-1.5l-3-1.5zm-12 2h2v1h-2v-1zm4 0h2v1h-2v-1zm-4 2h2v1h-2v-1zm4 0h2v1h-2v-1zm5 0h2v1h-2v-1zm4 0h2v1h-2v-1zm-4 2h2v1h-2v-1zm4 0h2v1h-2v-1z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="town-hall-12">
-    <path d="M6.5 1L3 3h7zm-3 3c-.277 0-.5.223-.5.5V9l-1 1h9l-1-1V4.5c0-.277-.223-.5-.5-.5zM4 5.5l.5-.5.5.5V8H4zm2 0l.5-.5.5.5V8H6zm2 0l.5-.5.5.5V8H8z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-    <path d="M6.5 1L3 3h7zm-3 3c-.277 0-.5.223-.5.5V9l-1 1h9l-1-1V4.5c0-.277-.223-.5-.5-.5zM4 5.5l.5-.5.5.5V8H4zm2 0l.5-.5.5.5V8H6zm2 0l.5-.5.5.5V8H8z" color="#000" fill="#444" overflow="visible"/>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="town-hall-18">
-    <path d="M9.5 2L4 5h11zM5 6c-.5 0-1 .493-1 .938V12l-1 2.5c0 .36.234.5.5.5h12c.256 0 .5-.14.5-.5L15 12V6.937C15 6.494 14.5 6 14 6zm1.5 1l.5.5V12H6V7.5zm3 0l.5.5V12H9V7.5zm3 0l.5.5V12h-1V7.5z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-    <path d="M9.5 2L4 5h11zM5 6c-.5 0-1 .493-1 .938V12l-1 2.5c0 .36.234.5.5.5h12c.256 0 .5-.14.5-.5L15 12V6.937C15 6.494 14.5 6 14 6zm1.5 1l.5.5V12H6V7.5zm3 0l.5.5V12H9V7.5zm3 0l.5.5V12h-1V7.5z" color="#000" fill="#444" overflow="visible"/>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="town-hall-24">
-    <path d="M12.5 3L5 8h15zM6 9c-.554 0-1 .446-1 1v7l-1.75 3c-.148.254-.25.357-.25.5 0 .5.632.5 1 .5h17c.355 0 1 0 1-.5 0-.146-.087-.22-.25-.5L20 17v-7c0-.554-.446-1-1-1zm2 2c.554 0 .91.454 1 1v6H7v-6c0-.554.446-1 1-1zm4.5 0c.554 0 1.01.446 1 1v6h-2v-6c0-.554.446-1 1-1zm4.5 0c.554 0 1 .446 1 1v6h-2v-6c0-.554.446-1 1-1z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-    <path d="M12.5 3L5 8h15zM6 9c-.554 0-1 .446-1 1v7l-1.75 3c-.148.254-.25.357-.25.5 0 .5.632.5 1 .5h17c.355 0 1 0 1-.5 0-.146-.087-.22-.25-.5L20 17v-7c0-.554-.446-1-1-1zm2 2c.554 0 .91.454 1 1v6H7v-6c0-.554.446-1 1-1zm4.5 0c.554 0 1.01.446 1 1v6h-2v-6c0-.554.446-1 1-1zm4.5 0c.554 0 1 .446 1 1v6h-2v-6c0-.554.446-1 1-1z" color="#000" fill="#444" overflow="visible"/>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="triangle-12">
-    <g color="#000" fill="#444" font-family="Sans" transform="translate(30 -1170.4)">
-      <path d="M-23.5 1172.362c-.25 0-.363.12-.438.25l-4 7c-.044.077-.062.164-.062.25 0 .375.25.5.5.5h8c.25 0 .5-.125.5-.5 0-.086-.018-.173-.063-.25l-4-7c-.074-.13-.187-.25-.437-.25z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" stroke="#fff" stroke-width="2" overflow="visible"/>
-      <path d="M-23.5 1172.362c-.25 0-.363.12-.438.25l-4 7c-.044.077-.062.164-.062.25 0 .375.25.5.5.5h8c.25 0 .5-.125.5-.5 0-.086-.018-.173-.063-.25l-4-7c-.074-.13-.187-.25-.437-.25z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="triangle-18">
-    <g color="#000" fill="#444" font-family="Sans" transform="translate(48 -1170.4)">
-      <path d="M-38.5 1173.362c-.36 0-.524.173-.632.36l-5.778 10.557c-.063.11-.09.235-.09.36 0 .542.36.722.722.722h11.556c.36 0 .722-.18.722-.722 0-.124-.027-.25-.09-.36l-5.778-10.557c-.108-.188-.27-.36-.632-.36z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" stroke="#fff" stroke-width="2" overflow="visible"/>
-      <path d="M-38.5 1173.362c-.36 0-.524.173-.632.36l-5.778 10.557c-.063.11-.09.235-.09.36 0 .542.36.722.722.722h11.556c.36 0 .722-.18.722-.722 0-.124-.027-.25-.09-.36l-5.778-10.557c-.108-.188-.27-.36-.632-.36z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="triangle-24">
-    <g transform="translate(108.9 -1157.9)" color="#000" fill="#444" font-family="Sans">
-      <path d="M-96.375 1161.862c-.5 0-.726.24-.875.5l-8.5 14c-.088.154-.125.328-.125.5 0 .75.5 1 1 1h17c.5 0 1-.25 1-1 0-.172-.037-.346-.125-.5l-8.5-14c-.15-.26-.375-.5-.875-.5z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" stroke="#fff" stroke-width="2" overflow="visible"/>
-      <path d="M-96.375 1161.862c-.5 0-.726.24-.875.5l-8.5 14c-.088.154-.125.328-.125.5 0 .75.5 1 1 1h17c.5 0 1-.25 1-1 0-.172-.037-.346-.125-.5l-8.5-14c-.15-.26-.375-.5-.875-.5z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="triangle-stroked-12">
-    <g color="#000" fill="#444" font-family="Sans" transform="translate(30 -1146.4)">
-      <path d="M-23.5 1148.362c-.25 0-.363.12-.438.25l-4 7c-.044.077-.062.164-.062.25 0 .375.25.5.5.5h8c.25 0 .5-.125.5-.5 0-.086-.018-.173-.063-.25l-4-7c-.074-.13-.187-.25-.437-.25zm0 1.5l3 5.5h-6l3-5.5z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" stroke="#fff" stroke-width="2" overflow="visible"/>
-      <path d="M-23.5 1148.362c-.25 0-.363.12-.438.25l-4 7c-.044.077-.062.164-.062.25 0 .375.25.5.5.5h8c.25 0 .5-.125.5-.5 0-.086-.018-.173-.063-.25l-4-7c-.074-.13-.187-.25-.437-.25zm0 1.5l3 5.5h-6l3-5.5z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="triangle-stroked-18">
-    <g color="#000" fill="#444" font-family="Sans" transform="translate(48 -1146.4)">
-      <path d="M-38.5 1149.362c-.36 0-.517.187-.625.375l-5.78 10.53c-.065.113-.095.252-.095.377 0 .54.358.718.72.718h11.56c.362 0 .72-.177.72-.72 0-.123-.03-.262-.094-.373l-5.78-10.533c-.11-.188-.265-.375-.626-.375zm0 2l4.5 8.5h-9l4.5-8.5z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" stroke="#fff" stroke-width="2" overflow="visible"/>
-      <path d="M-38.5 1149.362c-.36 0-.517.187-.625.375l-5.78 10.53c-.065.113-.095.252-.095.377 0 .54.358.718.72.718h11.56c.362 0 .72-.177.72-.72 0-.123-.03-.262-.094-.373l-5.78-10.533c-.11-.188-.265-.375-.626-.375zm0 2l4.5 8.5h-9l4.5-8.5z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="triangle-stroked-24">
-    <g transform="translate(68.9 -1157.9)" color="#000" fill="#444" font-family="Sans">
-      <path d="M-56.375 1161.862c-.5 0-.726.24-.875.5l-8.5 14c-.088.154-.125.328-.125.5 0 .75.5 1 1 1h17c.5 0 1-.25 1-1 0-.172-.037-.346-.125-.5l-8.5-14c-.15-.26-.375-.5-.875-.5zm0 3l6.78 11h-13.56z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" stroke="#fff" stroke-width="2" overflow="visible"/>
-      <path d="M-56.375 1161.862c-.5 0-.726.24-.875.5l-8.5 14c-.088.154-.125.328-.125.5 0 .75.5 1 1 1h17c.5 0 1-.25 1-1 0-.172-.037-.346-.125-.5l-8.5-14c-.15-.26-.375-.5-.875-.5zm0 3l6.78 11h-13.56z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="village-12">
-    <g transform="translate(-672 -1314.4)" color="#000">
-      <path d="M676.5 1316.862l-2.5 2.5h1v3h1v-1.5h1v1.5h1v-3h1zm4 2l-2 2v.5h.5v3h1v-1.5h1v1.5h1v-3h1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M676.5 1316.862l-2.5 2.5h1v3h1v-1.5h1v1.5h1v-3h1l-2.5-2.5zm4 2l-2 2v.5h.5v3h1v-1.5h1v1.5h1v-3h1l-2.5-2.5z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="village-18">
-    <g transform="translate(-654 -1314.4)" color="#000">
-      <path d="M660.5 1318.862l-3.5 2.5v1h1v4h2v-2h1v2h2v-4h1v-1l-3.5-2.5zm6 2l-3 2.156v1.344h.5v4h2v-2h1v2h2v-4h1v-1l-3.5-2.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M660.5 1318.862l-3.5 2.5v1h1v4h2v-2h1v2h2v-4h1v-1l-3.5-2.5zm6 2l-3 2.156v1.344h.5v4h2v-2h1v2h2v-4h1v-1l-3.5-2.5z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="village-24">
-    <g transform="translate(-630 -1314.4)" color="#000">
-      <path d="M638 1319.362l-4.5 4c-.5.5 0 1 .5 1h1v5h2v-3h2v3h2v-5h1c.5 0 1-.5.5-1l-4.5-4zm9 3l-4.5 4c-.5.5 0 1 .5 1h1v5h2v-3h2v3h2v-5h1c.5 0 1-.5.5-1l-4.5-4z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M638 1319.362l-4.5 4c-.5.5 0 1 .5 1h1v5h2v-3h2v3h2v-5h1c.5 0 1-.5.5-1l-4.5-4zm9 3l-4.5 4c-.5.5 0 1 .5 1h1v5h2v-3h2v3h2v-5h1c.5 0 1-.5.5-1l-4.5-4z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="warehouse-12">
-    <g transform="translate(-672 -1050.4)" color="#000">
-      <path d="M679 1052.362h-1l-4 3.313v.687h1v4h2v-.5h3v.5h2v-4h1v-.687zm-2 4.5h3v.5h-3zm0 1h3v.5h-3zm0 1h3v.5h-3z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M679 1052.362h-1l-4 3.313v.687h1v4h2v-.5h3v.5h2v-4h1v-.687zm-2 4.5h3v.5h-3zm0 1h3v.5h-3zm0 1h3v.5h-3z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="warehouse-18">
-    <g transform="translate(-654 -1050.4)" color="#000">
-      <path d="M664 1053.362h-1l-6 5v1h1v6h11v-6h1v-1zm-3 6.5h5v.5h-5zm0 2h5v.5h-5zm0 2h5v.5h-5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M664 1053.362h-1l-6 5v1h1v6h11v-6h1v-1zm-3 6.5h5v.5h-5zm0 2h5v.5h-5zm0 2h5v.5h-5z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="warehouse-24">
-    <g transform="translate(-630 -1074.4)" color="#000">
-      <path d="M641 1077.362l-7.5 6.5c-.362.302-.5.5-.5.75 0 .496.5.75 1 .75h1v8c0 .554.446 1 1 1h13c.554 0 1-.446 1-1v-8h1c.5 0 1-.254 1-.75 0-.25-.138-.448-.5-.75l-7.5-6.5zm-2 9h7v.5h-7zm0 2h7v.5h-7zm0 2h7v.5h-7zm0 2h7v.5h-7z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/>
-      <path d="M641 1077.362l-7.5 6.5c-.362.302-.5.5-.5.75 0 .496.5.75 1 .75h1v8c0 .554.446 1 1 1h13c.554 0 1-.446 1-1v-8h1c.5 0 1-.254 1-.75 0-.25-.138-.448-.5-.75l-7.5-6.5zm-2 9h7v.5h-7zm0 2h7v.5h-7zm0 2h7v.5h-7zm0 2h7v.5h-7z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="waste-basket-12">
-    <g transform="translate(-360 -1266.4)" color="#000">
-      <path d="M364.5 1267.362v2H363v1h7v-1h-1.5v-2zm.5 1h3v1h-2.99zm-2 2.5l1 6.5H369l1-6.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M364.5 1267.362v2H363v1h7v-1h-1.5v-2zm.5 1h3v1h-2.99zm-2 2.5l1 6.5H369l1-6.5z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="waste-basket-18">
-    <g transform="translate(-342 -1266.4)" color="#000">
-      <path d="M349.518 1268.362c-.204 0-.268.164-.268.37v1.63h-2.513c-.408 0-.737.092-.737.5 0 .408.33.5.737.5h9.526c.408 0 .737-.092.737-.5 0-.408-.33-.5-.737-.5h-2.513v-1.63c0-.205-.164-.37-.368-.37zm.482.737h3v1.262h-3zm-3.263 3.262c-.408 0-.788.334-.72.737l1.404 8.525c.067.403.33.737.738.737h6.63c.41 0 .67-.334.738-.737l1.458-8.526c.07-.403-.313-.738-.72-.738z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M349.518 1268.362c-.204 0-.268.164-.268.37v1.63h-2.513c-.408 0-.737.092-.737.5 0 .408.33.5.737.5h9.526c.408 0 .737-.092.737-.5 0-.408-.33-.5-.737-.5h-2.513v-1.63c0-.205-.164-.37-.368-.37zm.482.737h3v1.262h-3zm-3.263 3.262c-.408 0-.788.334-.72.737l1.404 8.525c.067.403.33.737.738.737h6.63c.41 0 .67-.334.738-.737l1.458-8.526c.07-.403-.313-.738-.72-.738z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="waste-basket-24">
-    <g transform="translate(-318 -1266.4)" color="#000">
-      <path d="M328.5 1268.362c-.277 0-.5.223-.5.5v1.5h-4c-.554 0-1 .446-1 1s.446 1 1 1h13c.554 0 1-.446 1-1s-.446-1-1-1h-4v-1.5c0-.277-.223-.5-.5-.5zm.5 1h3v1h-3zm-5 4c-.554 0-1.075.454-.984 1l1.984 12c.09.547.446 1 1 1h9c.554 0 .91-.453 1-1l1.984-12c.09-.546-.43-1-.984-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M328.5 1268.362c-.277 0-.5.223-.5.5v1.5h-4c-.554 0-1 .446-1 1s.446 1 1 1h13c.554 0 1-.446 1-1s-.446-1-1-1h-4v-1.5c0-.277-.223-.5-.5-.5zm.5 1h3v1h-3zm-5 4c-.554 0-1.075.454-.984 1l1.984 12c.09.547.446 1 1 1h9c.554 0 .91-.453 1-1l1.984-12c.09-.546-.43-1-.984-1z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="water-12">
-    <g transform="translate(-282 -1290.4)" color="#000">
-      <path d="M288.5 1301.362c-1.614 0-3.5-1-3.5-3.5 0-1.75 2.75-5.5 3.5-6.5.75 1 3.5 4.75 3.5 6.5 0 2.5-1.886 3.5-3.5 3.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M288.5 1301.362c-1.614 0-3.5-1-3.5-3.5 0-1.75 2.75-5.5 3.5-6.5.75 1 3.5 4.75 3.5 6.5 0 2.5-1.886 3.5-3.5 3.5z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="water-18">
-    <g transform="translate(-264 -1290.4)" color="#000">
-      <path d="M273.5 1305.362c-2.332 0-4.5-2-4.5-4.5 0-2.528 3.417-7.055 4.5-8.5 1.083 1.445 4.5 5.972 4.5 8.5 0 2.5-2.168 4.5-4.5 4.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M273.5 1305.362c-2.332 0-4.5-2-4.5-4.5 0-2.528 3.417-7.055 4.5-8.5 1.083 1.445 4.5 5.972 4.5 8.5 0 2.5-2.168 4.5-4.5 4.5z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="water-24">
-    <g transform="translate(-240 -1290.4)" color="#000">
-      <path d="M259 1304.862c0-3.5-5-9.5-6.5-11.5-1.5 2-6.5 8-6.5 11.5s3.27 6.5 6.5 6.5 6.5-3 6.5-6.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M259 1304.862c0-3.5-5-9.5-6.5-11.5-1.5 2-6.5 8-6.5 11.5s3.27 6.5 6.5 6.5 6.5-3 6.5-6.5z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="wetland-12">
-    <g transform="translate(-282 -1314.4)" color="#000">
-      <path d="M291 1316.362l-1.5 1.5-1 2.5v1.5l1.5.5.53-.187c.14-.723.416-1.544.47-1.813h2l-1-1h-1l-1 1 .5-2 1-1h1l-1-1h-.5zm-5 3l-1 1h2v2l1-.344v-1.656l-1-1h-1zm-.5 3.5l-1.5.47v1.03l1.5-.5 1.5.5 1.5-.5 1.5.5 1.5-.5 1.5.5v-1.03l-1.5-.47-1.5.5-1.5-.5-1.5.5-1.5-.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M291 1316.362l-1.5 1.5-1 2.5v1.5l1.5.5.53-.187c.14-.723.416-1.544.47-1.813h2l-1-1h-1l-1 1 .5-2 1-1h1l-1-1h-.5zm-5 3l-1 1h2v2l1-.344v-1.656l-1-1h-1zm-.5 3.5l-1.5.47v1.03l1.5-.5 1.5.5 1.5-.5 1.5.5 1.5-.5 1.5.5v-1.03l-1.5-.47-1.5.5-1.5-.5-1.5.5-1.5-.5z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="wetland-18">
-    <g transform="translate(-264 -1314.4)" color="#000">
-      <path d="M277 1317.362c-1 0-2.79 1.803-3.094 3.406l-.937 4.876.53-.282 2 1 .906-.375c.14-.75.462-2.47.594-3.125.153-.762.8-1.5 1.5-1.5h1l-1-1H277l-1 1v-1c0-1 1.006-2 1.906-2H279l-1-1h-1zm-8.5 3l-1 1h1c.7 0 1.347.738 1.5 1.5.133.662.458 2.426.594 3.156l.875.344.842-.406-.812-3.594c-.09-.4-.202-.685-.5-1l-1-1h-1.5zm.5 6l-2 1v1.5l2-1 2.5 1 2-1 2 1 2.5-.844 2 .844v-1.5l-2-1-2.5 1-2-1-2 1-2.5-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M277 1317.362c-1 0-2.79 1.803-3.094 3.406l-.937 4.876.53-.282 2 1 .906-.375c.14-.75.462-2.47.594-3.125.153-.762.8-1.5 1.5-1.5h1l-1-1H277l-1 1v-1c0-1 1.006-2 1.906-2H279l-1-1h-1zm-8.5 3l-1 1h1c.7 0 1.347.738 1.5 1.5.133.662.458 2.426.594 3.156l.875.344.842-.406-.812-3.594c-.09-.4-.202-.685-.5-1l-1-1h-1.5zm.5 6l-2 1v1.5l2-1 2.5 1 2-1 2 1 2.5-.844 2 .844v-1.5l-2-1-2.5 1-2-1-2 1-2.5-1z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="wetland-24">
-    <g transform="translate(-240 -1314.4)" color="#000">
-      <path d="M257 1318.362c-2 0-3.597 2-4 4l-1.125 5.563c.187-.04.397-.062.625-.062 1.5 0 2 1 3 1 .197 0 .393-.032.594-.094.225-1.123.75-3.628.906-4.408.192-.952 1-2 2-2h1c0-.5-.5-1-1-1h-1c-.83 0-1.6.307-2.156.75l.156-.75c.197-.98 1-2 2-2h1c0-.5-.5-1-1-1h-1zm-11 3c-.5 0-1 .5-1 1h1c1 0 1.808 1.048 2 2 .152.756.663 3.203.906 4.406.2.063.397.095.594.095.566 0 .983-.316 1.5-.594l-1-4.907c-.2-1-1.5-2-3-2h-1zm0 8c-.694 0-1.34.405-2 .625v2.03c0 .002 1-.654 2-.655 1 0 2 1 3.5 1s1.974-.965 3-1c1 0 1.5 1 3 1s2.5-1 3.5-1c.702 0 2 .656 2 .656v-2.03c-.642-.248-1.343-.626-2-.626-1.5 0-2.5 1-3.5 1s-1.5-1-3-1-2 1-3 1-2-1-3.5-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M257 1318.362c-2 0-3.597 2-4 4l-1.125 5.563c.187-.04.397-.062.625-.062 1.5 0 2 1 3 1 .197 0 .393-.032.594-.094.225-1.123.75-3.628.906-4.408.192-.952 1-2 2-2h1c0-.5-.5-1-1-1h-1c-.83 0-1.6.307-2.156.75l.156-.75c.197-.98 1-2 2-2h1c0-.5-.5-1-1-1h-1zm-11 3c-.5 0-1 .5-1 1h1c1 0 1.808 1.048 2 2 .152.756.663 3.203.906 4.406.2.063.397.095.594.095.566 0 .983-.316 1.5-.594l-1-4.907c-.2-1-1.5-2-3-2h-1zm0 8c-.694 0-1.34.405-2 .625v2.03c0 .002 1-.654 2-.655 1 0 2 1 3.5 1s1.974-.965 3-1c1 0 1.5 1 3 1s2.5-1 3.5-1c.702 0 2 .656 2 .656v-2.03c-.642-.248-1.343-.626-2-.626-1.5 0-2.5 1-3.5 1s-1.5-1-3-1-2 1-3 1-2-1-3.5-1z" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 12 12" id="zoo-12">
-    <g transform="translate(-204 -1170.4)">
-      <path d="M212.5 1171.362c-1 1.5-.892 3.003-2 4-1.058.953-3.5.626-3.5 2v.5c0 .5.5.976.5 1.5v.5c0 .75-.25.75-.5 1.5h.5l1-1.5v1.5h.5v-3h1v3h.5v-2.5h1l.5 2.5h.5l-.5-4v-1.5l1-3.5h1v-1z" opacity=".3" color="#000" fill="#444" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M212.5 1171.362c-1 1.5-.892 3.003-2 4-1.058.953-3.5.626-3.5 2v.5c0 .5.5.976.5 1.5v.5c0 .75-.25.75-.5 1.5h.5l1-1.5v1.5h.5v-3h1v3h.5v-2.5h1l.5 2.5h.5l-.5-4v-1.5l1-3.5h1v-1z" color="#000" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h12v12H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 18 18" id="zoo-18">
-    <g color="#000" fill="#444" transform="translate(-186 -1170.4)">
-      <path d="M199 1172.362c-1.333 2-1.523 3.67-3 5-1.41 1.27-4 .834-4 2.667v.666c0 .666.667 1.3.667 2v.666c0 1-.334 1-.667 2h.667l1.333-2v2h1v-4h1v4h1v-3l1 3h.667l-1.02-4.187c.392-.24.353-.683.353-1.146v-2l1.5-3.668 1.5.5v-.5l-.333-.333z" opacity=".3" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M199 1172.362c-1.333 2-1.523 3.67-3 5-1.41 1.27-4 .834-4 2.667v.666c0 .666.667 1.3.667 2v.666c0 1-.334 1-.667 2h.667l1.333-2v2h1v-4h1v4h1v-3l1 3h.667l-1.02-4.187c.392-.24.353-.683.353-1.146v-2l1.5-3.668 1.5.5v-.5l-.333-.333z" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h18v18H0z"/>
-  </symbol>
-  <symbol viewBox="0 0 24 24" id="zoo-24">
-    <g transform="translate(0 -1005.4)">
-      <path d="M17 1007.362c-2 3-3.784 5.005-6 7-2.117 1.906-6 1.252-6 4v1c0 1 1 1.952 1 3v1c0 1.5-.5 1.5-1 3h1l2-3v3h1v-6h2v6h1v-4.5l1 1.5 1 3h1l-1.53-6.28c.588-.36.53-1.026.53-1.72v-3l4-5.5 1.437.446c.3.093.563.055.563-.196 0-.5-.327-.61-.5-.75z" opacity=".3" color="#000" fill="#444" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/>
-      <path d="M17 1007.362c-2 3-3.784 5.005-6 7-2.117 1.906-6 1.25-6 4v1c0 1 1 1.952 1 3v1c0 1.5-.5 1.5-1 3h1l2-3v3h1v-6h2v6h1v-4.5l1 1.5 1 3h1l-1.53-6.28c.588-.36.53-1.026.53-1.72v-3l4-5.5 1.437.445c.3.093.563.055.563-.195 0-.5-.327-.61-.5-.75z" color="#000" fill="#444" overflow="visible"/>
-    </g>
-    <path fill="none" visibility="hidden" d="M0 0h24v24H0z"/>
-  </symbol>
-</svg>
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><symbol viewBox="0 0 12 12" id="aerialway-12"><g transform="translate(0 -1028.362)"><path opacity=".3" fill="#444" stroke="#FFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" d="M7.436 1031.682l2.564-.32v-1l-2.758.345c-.184-.208-.443-.345-.742-.345-.186 0-.35.064-.5.153-.15-.088-.313-.153-.5-.153-.44 0-.8.286-.936.68l-2.564.32v1l2.757-.345c.184.208.444.345.743.345v1H3c-.552 0-1 .448-1 1v3c0 .553.448 1 1 1h6c.553 0 1-.447 1-1v-3c0-.552-.447-1-1-1H6.5v-1c.44 0 .8-.286.936-.68zm-1.936 4.68H3v-2h2.5v2zm3.5 0H6.5v-2H9v2z"/><path fill="#49484A" d="M7.436 1031.682l2.564-.32v-1l-2.758.345c-.184-.208-.443-.345-.742-.345-.186 0-.35.064-.5.153-.15-.088-.313-.153-.5-.153-.44 0-.8.286-.936.68l-2.564.32v1l2.757-.345c.184.208.444.345.743.345v1H3c-.552 0-1 .448-1 1v3c0 .553.448 1 1 1h6c.553 0 1-.447 1-1v-3c0-.552-.447-1-1-1H6.5v-1c.44 0 .8-.286.936-.68zm-1.936 4.68H3v-2h2.5v2zm3.5 0H6.5v-2H9v2z"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="aerialway-18"><g transform="translate(0 -1028.362)"><path opacity=".3" fill="#444" stroke="#FFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" d="M15 1031.862l-3.9.487c-.272-.3-.662-.488-1.1-.488-.386 0-.734.15-1 .39-.265-.24-.613-.39-1-.39-.67 0-1.234.444-1.425 1.053l-3.575.447v1l3.607-.452c.22.557.76.952 1.395.952.176 0 .342-.036.5-.09v1.09h-4c-.83 0-1.5.672-1.5 1.5v4.5c0 .83.67 1.5 1.5 1.5h9c.828 0 1.5-.67 1.5-1.5v-4.5c0-.828-.672-1.5-1.5-1.5h-4v-1.092c.156.056.322.092.5.092.828 0 1.5-.67 1.5-1.5 0-.02-.007-.04-.007-.062l3.506-.438v-1zm-6.5 8.5h-4v-3h4v3zm5-3v3h-4v-3h4z"/><path fill="#49484A" d="M15 1031.862l-3.9.487c-.272-.3-.662-.488-1.1-.488-.386 0-.734.15-1 .39-.265-.24-.613-.39-1-.39-.67 0-1.234.444-1.425 1.053l-3.575.447v1l3.607-.452c.22.557.76.952 1.395.952.176 0 .342-.036.5-.09v1.09h-4c-.83 0-1.5.672-1.5 1.5v4.5c0 .83.67 1.5 1.5 1.5h9c.828 0 1.5-.67 1.5-1.5v-4.5c0-.828-.672-1.5-1.5-1.5h-4v-1.092c.156.056.322.092.5.092.828 0 1.5-.67 1.5-1.5 0-.02-.007-.04-.007-.062l3.506-.438v-1zm-6.5 8.5h-4v-3h4v3zm5-3v3h-4v-3h4z"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="aerialway-24"><g transform="translate(0 -1028.362)"><path opacity=".3" fill="#444" stroke="#FFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" d="M14.87 1035.003l5.13-.64v-2l-5.516.688c-.367-.414-.887-.688-1.484-.688-.37 0-.7.13-1 .306-.297-.177-.625-.306-.998-.306-.878 0-1.603.572-1.872 1.358l-5.13.64v2l5.516-.688c.367.416.888.69 1.484.69v2H6c-1.104 0-2 .896-2 2v6c0 1.105.896 2 2 2h12c1.105 0 2-.895 2-2v-6c0-1.104-.895-2-2-2h-4.998v-2c.877 0 1.6-.573 1.87-1.36zm-3.87 9.36H6v-4h5v4zm7 0h-5v-4h5v4z"/><path fill="#49484A" d="M14.87 1035.003l5.13-.64v-2l-5.516.688c-.367-.414-.887-.688-1.484-.688-.37 0-.7.13-1 .306-.297-.177-.625-.306-.998-.306-.878 0-1.603.572-1.872 1.358l-5.13.642v2l5.516-.69c.367.416.888.69 1.484.69v2H6c-1.104 0-2 .896-2 2v6c0 1.105.896 2 2 2h12c1.105 0 2-.895 2-2v-6c0-1.104-.895-2-2-2h-5l.002-2c.877 0 1.6-.573 1.87-1.36zm-3.87 9.36H6v-4h5v4zm7 0h-5v-4h5v4z"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="airfield-12"><g transform="translate(-127 -1291.362)"><path d="M131.25 1292.862c-.139 0-.25.112-.25.25 0 .14.112.25.25.25h2l-.25 1v1l-4 1v1h4v2l-1 .5v.5h3v-.5l-1-.5v-2h4v-1l-4-1v-1l-.25-1h2c.139 0 .25-.11.25-.25 0-.138-.112-.25-.25-.25z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M131.25 1292.862c-.139 0-.25.112-.25.25 0 .14.112.25.25.25h2l-.25 1v1l-4 1v1h4v2l-1 .5v.5h3v-.5l-1-.5v-2h4v-1l-4-1v-1l-.25-1h2c.139 0 .25-.11.25-.25 0-.138-.112-.25-.25-.25z" fill="#444"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="airfield-18"><g transform="translate(-108 -1289.362)"><path d="M113.324 1292.362c-.212 0-.383.17-.383.383 0 .21.172.382.384.382h3.058l-.382 2.235v.94l-5 1.53v1.53h5v3.412l-2 .824v.764h7v-.765l-2-.823v-3.412h5v-1.53l-5-1.53v-.94l-.382-2.235h3.058c.212 0 .383-.17.383-.382s-.172-.383-.384-.383z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M113.324 1292.362c-.212 0-.383.17-.383.383 0 .21.172.382.384.382h3.058l-.382 2.235v.94l-5 1.53v1.53h5v3.412l-2 .824v.764h7v-.765l-2-.823v-3.412h5v-1.53l-5-1.53v-.94l-.382-2.235h3.058c.212 0 .383-.17.383-.382s-.172-.383-.384-.383z" fill="#444"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="airfield-24"><g transform="translate(-84 -1290.362)"><path d="M91.5 1294.362c-.277 0-.5.223-.5.5s.223.5.5.5h4l-.5 3v1l-7 2v2h7v4l-2.5 1v1h8v-1l-2.5-1v-4h7v-2l-7-2v-1l-.5-3h4c.277 0 .5-.223.5-.5s-.223-.5-.5-.5z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M91.5 1294.362c-.277 0-.5.223-.5.5s.223.5.5.5h4l-.5 3v1l-7 2v2h7v4l-2.5 1v1h8v-1l-2.5-1v-4h7v-2l-7-2v-1l-.5-3h4c.277 0 .5-.223.5-.5s-.223-.5-.5-.5z" fill="#444"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="airport-12"><g transform="translate(-127 -1051.362)"><path d="M137 1057.79v.572l-3-.5v2l1 1.056v.444h-3v-.444l1-1.056v-2l-3 .5v-.57l3-1.43v-2c0-.444.056-1 .5-1s.5.556.5 1v2z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M137 1057.79v.572l-3-.5v2l1 1.056v.444h-3v-.444l1-1.056v-2l-3 .5v-.57l3-1.43v-2c0-.444.056-1 .5-1s.5.556.5 1v2z" fill="#444"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="airport-18"><g transform="translate(-108 -1050.362)"><path d="M124.5 1060.362v1l-5.5-1v3l2 1.222v.778h-6v-.778l2-1.222v-3l-5.5 1v-1l5.5-3v-3c0-.778.222-2 1-2s1 1.222 1 2v3z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M124.5 1060.362v1l-5.5-1v3l2 1.222v.778h-6v-.778l2-1.222v-3l-5.5 1v-1l5.5-3v-3c0-.778.222-2 1-2s1 1.222 1 2v3z" fill="#444"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="airport-24"><g transform="translate(0 -1052.362)"><path d="M21 1065.362v1l-7-1v4l2 2c0 .5-.5 1-1 1h-5c-.5 0-1-.5-1-1l2-2v-4l-7 1v-1l7-4v-2c0-1 .5-4 1.5-4s1.5 3 1.5 4v2z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M21 1065.862v.5l-7-1v4l2 2c0 .5-.5 1-1 1h-5c-.5 0-1-.5-1-1l2-2v-4l-7 1v-.5c0-.5.306-.638.5-.75l6.5-3.75v-2c0-1 .5-4 1.5-4s1.5 3 1.5 4v2l6.5 3.75c.278.16.5.24.5.75z" fill="#444"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="alcohol-shop-12"><g transform="translate(-594 -1074.362)" color="#000"><path d="M598 1075.362v2l-2 2v5.406l.594.594h4.03l.376-.5v-5.5l-2-2v-2h-1zm4 4v2l1 1v2l-1 1h3l-1-1v-2l1-1v-2h-3z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M598 1075.362v2l-2 2v5.406l.594.594h4.03l.376-.5v-5.5l-2-2v-2h-1zm4 4v2l1 1v2l-1 1h3l-1-1v-2l1-1v-2h-3z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="alcohol-shop-18"><g transform="translate(-576 -1074.362)" color="#000"><path d="M582.5 1076.362l-.5.5v3l-2 2.5v8h6v-8l-2-2.5v-3l-.5-.5h-1zm4.5 6v3s0 1 1 1h1v3l-1.5.5-.5.5h5l-.5-.5-1.5-.5v-3h1c1 0 1-1 1-1v-3h-5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M582.5 1076.362l-.5.5v3l-2 2.5v8h6v-8l-2-2.5v-3l-.5-.5h-1zm4.5 6v3s0 1 1 1h1v3l-1.5.5-.5.5h5l-.5-.5-1.5-.5v-3h1c1 0 1-1 1-1v-3h-5z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="alcohol-shop-24"><g transform="translate(-552 -1074.362)" color="#000"><path d="M560 1077.362c-.554 0-.5.627-.5 1v2.5c0 .5-.498 1.25-1 1.5-1 .5-1.5 1-1.5 2v9c0 .554.446 1 1 1h5c.554 0 1-.446 1-1v-9c0-1-.5-1.5-1.5-2-.5-.25-1-1-1-1.5v-2.5c0-.5.054-1-.5-1zm6 7v3c0 1 1 2 2 2h1v2.5c0 .5-1 1.5-2 1.5s-1 1-1 1h7s0-1-1-1-2-1-2-1.5v-2.5h1c1 0 2-1 2-2v-3z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M560 1077.362c-.554 0-.5.627-.5 1v2.5c0 .5-.498 1.25-1 1.5-1 .5-1.5 1-1.5 2v9c0 .554.446 1 1 1h5c.554 0 1-.446 1-1v-9c0-1-.5-1.5-1.5-2-.5-.25-1-1-1-1.5v-2.5c0-.5.054-1-.5-1zm6 7v3c0 1 1 2 2 2h1v2.5c0 .5-1 1.5-2 1.5s-1 1-1 1h7s0-1-1-1-2-1-2-1.5v-2.5h1c1 0 2-1 2-2v-3z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="america-football-12"><g color="#000" transform="translate(-516 -1098.362)"><path d="M522.5 1101.362c-3.25 0-4.5 3-4.5 3s1.25 3 4.5 3 4.5-3 4.5-3-1.25-3-4.5-3zm-1 2.5h3.5c.139 0 .25.112.25.25 0 .14-.112.25-.25.25h-4.75c-.139 0-.25-.11-.25-.25 0-.138.112-.25.25-.25h.75z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M522.5 1101.362c-3.25 0-4.5 3-4.5 3s1.25 3 4.5 3 4.5-3 4.5-3-1.25-3-4.5-3zm-1 2.5h3.5c.139 0 .25.112.25.25 0 .14-.112.25-.25.25h-4.75c-.139 0-.25-.11-.25-.25 0-.138.112-.25.25-.25h.75z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="america-football-18"><g color="#000" transform="translate(-498 -1098.362)"><path d="M507.5 1102.362c-4.79 0-6.5 4.5-6.5 4.5s1.71 4.5 6.5 4.5 6.5-4.5 6.5-4.5-1.71-4.5-6.5-4.5zm-2.25 3c.139 0 .25.112.25.25v.75h1.75v-.75c0-.138.112-.25.25-.25.139 0 .25.112.25.25v.75h1.75v-.75c0-.138.112-.25.25-.25.139 0 .284.116.25.25v.75h.563c.246 0 .437.223.437.5s-.19.5-.438.5H510v.75c0 .14-.112.25-.25.25-.139 0-.216-.115-.25-.25v-.75h-1.75v.75c0 .14-.112.25-.25.25-.139 0-.25-.11-.25-.25v-.75h-1.75v.75c0 .14-.112.25-.25.25-.139 0-.25-.11-.25-.25v-.75h-.563c-.246 0-.437-.223-.437-.5s.19-.5.438-.5H505v-.75c0-.138.112-.25.25-.25z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" overflow="visible"/><path d="M507.5 1102.362c-4.79 0-6.5 4.5-6.5 4.5s1.71 4.5 6.5 4.5 6.5-4.5 6.5-4.5-1.71-4.5-6.5-4.5zm-2.25 3c.139 0 .25.112.25.25v.75h1.75v-.75c0-.138.112-.25.25-.25.139 0 .25.112.25.25v.75h1.75v-.75c0-.138.112-.25.25-.25.139 0 .284.116.25.25v.75h.563c.246 0 .437.223.437.5s-.19.5-.438.5H510v.75c0 .14-.112.25-.25.25-.139 0-.216-.115-.25-.25v-.75h-1.75v.75c0 .14-.112.25-.25.25-.139 0-.25-.11-.25-.25v-.75h-1.75v.75c0 .14-.112.25-.25.25-.139 0-.25-.11-.25-.25v-.75h-.563c-.246 0-.437-.223-.437-.5s.19-.5.438-.5H505v-.75c0-.138.112-.25.25-.25z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="america-football-24"><g transform="translate(0 -1004.362)" color="#000"><path d="M12.5 1009.362c-6.5 0-9.5 6.5-9.5 6.5s3 6.5 9.5 6.5 9.5-6.5 9.5-6.5-3-6.5-9.5-6.5zm-3 5c.277 0 .5.223.5.5v.5h2v-.5c0-.277.223-.5.5-.5s.5.223.5.5v.5h2v-.5c0-.277.223-.5.5-.5s.5.223.5.5v.5h1.5c.277 0 .5.223.5.5s-.223.5-.5.5H16v.5c0 .277-.223.5-.5.5s-.5-.223-.5-.5v-.5h-2v.5c0 .277-.223.5-.5.5s-.5-.223-.5-.5v-.5h-2v.5c0 .277-.223.5-.5.5s-.5-.223-.5-.5v-.5H7.5c-.277 0-.5-.223-.5-.5s.223-.5.5-.5H9v-.5c0-.277.223-.5.5-.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" overflow="visible"/><path d="M12.5 1009.362c-6.5 0-9.5 6.5-9.5 6.5s3 6.5 9.5 6.5 9.5-6.5 9.5-6.5-3-6.5-9.5-6.5zm-3 5c.277 0 .5.223.5.5v.5h2v-.5c0-.277.223-.5.5-.5s.5.223.5.5v.5h2v-.5c0-.277.223-.5.5-.5s.5.223.5.5v.5h1.5c.277 0 .5.223.5.5s-.223.5-.5.5H16v.5c0 .277-.223.5-.5.5s-.5-.223-.5-.5v-.5h-2v.5c0 .277-.223.5-.5.5s-.5-.223-.5-.5v-.5h-2v.5c0 .277-.223.5-.5.5s-.5-.223-.5-.5v-.5H7.5c-.277 0-.5-.223-.5-.5s.223-.5.5-.5H9v-.5c0-.277.223-.5.5-.5z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="art-gallery-12"><g transform="translate(-360 -1290.362)" color="#000"><path d="M366 1292.362c-2.5 0-4 1.5-4 3 0 1 .5 2 2 2 1 0 1 .25 1 1 0 1.5 1.5 2 2.5 2 2.5 0 3.5-2.25 3.5-4 0-3.5-2.515-4-5-4zm-.625 1c.345 0 .625.28.625.625s-.28.625-.625.625-.625-.28-.625-.625.28-.625.625-.625zm2 0c.345 0 .625.28.625.625s-.28.625-.625.625-.625-.28-.625-.625.28-.625.625-.625zm-3.75.75c.345 0 .625.28.625.625s-.28.625-.625.625-.625-.28-.625-.625.28-.625.625-.625zm5.75.25c.345 0 .625.28.625.625s-.28.625-.625.625-.625-.28-.625-.625.28-.625.625-.625zm-2.375 2.5c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M366 1292.362c-2.5 0-4 1.5-4 3 0 1 .5 2 2 2 1 0 1 .25 1 1 0 1.5 1.5 2 2.5 2 2.5 0 3.5-2.25 3.5-4 0-3.5-2.515-4-5-4zm-.625 1c.345 0 .625.28.625.625s-.28.625-.625.625-.625-.28-.625-.625.28-.625.625-.625zm2 0c.345 0 .625.28.625.625s-.28.625-.625.625-.625-.28-.625-.625.28-.625.625-.625zm-3.75.75c.345 0 .625.28.625.625s-.28.625-.625.625-.625-.28-.625-.625.28-.625.625-.625zm5.75.25c.345 0 .625.28.625.625s-.28.625-.625.625-.625-.28-.625-.625.28-.625.625-.625zm-2.375 2.5c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="art-gallery-18"><g transform="matrix(.77778 0 0 .77778 -247.667 -1003.726)" color="#000"><path d="M329.357 1294.362c-5 0-8.357 4.43-8.357 6.43 0 1.927 1.286 3.213 3.214 3.213 2 0 3.857.43 3.857 1.93 0 2 1.86 3.213 3.86 3.213 5.784 0 8.356-3.572 8.356-7.072 0-7.07-5.958-7.714-10.93-7.714zm-1.928 1.93c.71 0 1.284.574 1.284 1.284 0 .71-.575 1.286-1.285 1.286s-1.287-.575-1.287-1.286c0-.71.576-1.285 1.286-1.285zm3.856 0c.71 0 1.285.574 1.285 1.284 0 .71-.574 1.286-1.284 1.286-.71 0-1.286-.575-1.286-1.286 0-.71.576-1.285 1.286-1.285zm3.857 1.927c.7 0 1.245.585 1.245 1.285s-.545 1.246-1.245 1.246c-.7 0-1.286-.545-1.286-1.245 0-.7.586-1.286 1.286-1.286zm-10.286 1.285c.71 0 1.286.576 1.286 1.286 0 .71-.576 1.286-1.286 1.286-.71 0-1.286-.575-1.286-1.285s.577-1.285 1.287-1.285zm6.75 4.5c.888 0 1.607.72 1.607 1.607 0 .888-.72 1.607-1.607 1.607s-1.607-.72-1.607-1.608c0-.887.72-1.607 1.607-1.607z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2.57142" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M329.357 1294.362c-5 0-8.357 4.43-8.357 6.43 0 1.927 1.286 3.213 3.214 3.213 2 0 3.857.43 3.857 1.93 0 2 1.86 3.213 3.86 3.213 5.784 0 8.356-3.572 8.356-7.072 0-7.07-5.958-7.714-10.93-7.714zm-1.928 1.93c.71 0 1.284.574 1.284 1.284 0 .71-.575 1.286-1.285 1.286s-1.287-.575-1.287-1.286c0-.71.576-1.285 1.286-1.285zm3.856 0c.71 0 1.285.574 1.285 1.284 0 .71-.574 1.286-1.284 1.286-.71 0-1.286-.575-1.286-1.286 0-.71.576-1.285 1.286-1.285zm3.857 1.927c.7 0 1.245.585 1.245 1.285s-.545 1.246-1.245 1.246c-.7 0-1.286-.545-1.286-1.245 0-.7.586-1.286 1.286-1.286zm-10.286 1.285c.71 0 1.286.576 1.286 1.286 0 .71-.576 1.286-1.286 1.286-.71 0-1.286-.575-1.286-1.285s.577-1.285 1.287-1.285zm6.75 4.5c.888 0 1.607.72 1.607 1.607 0 .888-.72 1.607-1.607 1.607s-1.607-.72-1.607-1.608c0-.887.72-1.607 1.607-1.607z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="art-gallery-24"><g color="#000" transform="translate(-318 -1290.362)"><path d="M329 1294.362c-5 0-8 4-8 6s1 3.5 3 3.5 3 .5 3 2c0 2 1.5 3.5 3.5 3.5 6.5 0 9.5-3.5 9.5-7 0-6-5-8-11-8zm-1.25 2c.69 0 1.25.56 1.25 1.25s-.56 1.25-1.25 1.25-1.25-.56-1.25-1.25.56-1.25 1.25-1.25zm4 0c.69 0 1.25.56 1.25 1.25s-.56 1.25-1.25 1.25-1.25-.56-1.25-1.25.56-1.25 1.25-1.25zm4 2c.69 0 1.25.56 1.25 1.25s-.56 1.25-1.25 1.25-1.25-.56-1.25-1.25.56-1.25 1.25-1.25zm-11.5 1c.69 0 1.25.56 1.25 1.25s-.56 1.25-1.25 1.25-1.25-.56-1.25-1.25.56-1.25 1.25-1.25zm6.25 5c.828 0 1.5.672 1.5 1.5 0 .83-.672 1.5-1.5 1.5s-1.5-.67-1.5-1.5c0-.828.672-1.5 1.5-1.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M329 1294.362c-5 0-8 4-8 6s1 3.5 3 3.5 3 .5 3 2c0 2 1.5 3.5 3.5 3.5 6.5 0 9.5-3.5 9.5-7 0-6-5-8-11-8zm-1.25 2c.69 0 1.25.56 1.25 1.25s-.56 1.25-1.25 1.25-1.25-.56-1.25-1.25.56-1.25 1.25-1.25zm4 0c.69 0 1.25.56 1.25 1.25s-.56 1.25-1.25 1.25-1.25-.56-1.25-1.25.56-1.25 1.25-1.25zm4 2c.69 0 1.25.56 1.25 1.25s-.56 1.25-1.25 1.25-1.25-.56-1.25-1.25.56-1.25 1.25-1.25zm-11.5 1c.69 0 1.25.56 1.25 1.25s-.56 1.25-1.25 1.25-1.25-.56-1.25-1.25.56-1.25 1.25-1.25zm6.25 5c.828 0 1.5.672 1.5 1.5 0 .83-.672 1.5-1.5 1.5s-1.5-.67-1.5-1.5c0-.828.672-1.5 1.5-1.5z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="bakery-12"><g color="#000" transform="translate(0 -1040.362)"><path d="M6 1043.862l-1 .5 1 4h1l1-4-1-.5zm-2 1l-.5.5-1.5 2.5v.5l.5.5H3l1-.5h1zm5 0l-1 3.5h1l1 .5h.5l.5-.5v-1l-1.5-2z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" overflow="visible"/><path d="M6 1043.862l-1 .5 1 4h1l1-4-1-.5zm-2 1l-.5.5-1.5 2.5v.5l.5.5H3l1-.5h1zm5 0l-1 3.5h1l1 .5h.5l.5-.5v-1l-1.5-2z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="bakery-18"><g color="#000" transform="translate(0 -1034.362)"><path d="M9 1040.362c-1 0-1.5.5-1.5 1.5l1 4 .5.5h1l.5-.5 1-4c0-1-.5-1.5-1.5-1.5zm-2.5 1.5l-2 1 1.5 3.5h1l.5-.5zm6 0l-1 4 .5.5h1l1.5-3.5zm-8.5 2l-.5.5-.5 1.5v1.5h.5l1.5-1zm11 0l-1 2.5 1 1h1v-1.5l-.5-1.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" overflow="visible"/><path d="M9 1040.362c-1 0-1.5.5-1.5 1.5l1 4 .5.5h1l.5-.5 1-4c0-1-.5-1.5-1.5-1.5zm-2.5 1.5l-2 1 1.5 3.5h1l.5-.5zm6 0l-1 4 .5.5h1l1.5-3.5zm-8.5 2l-.5.5-.5 1.5v1.5h.5l1.5-1zm11 0l-1 2.5 1 1h1v-1.5l-.5-1.5z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="bakery-24"><path d="M12.5 6c-1.5 0-2.764.536-2.438 2l1.438 6.5c.05.23.19.5.5.5h2c.31 0 .45-.27.5-.5L15.938 8C16.264 6.536 15 6 13.5 6H13zM7 9c-1 0-1.95.6-1.5 1.5l2 4c.167.333.5.5 1 .5h1s.615.018.5-.5L9 10c-.112-.503-.5-1-1-1zm11 0c-.5 0-.888.497-1 1l-1 4.5c-.115.518.5.5.5.5h1c.5 0 .833-.167 1-.5l2-4C20.95 9.6 20 9 19 9zM4.437 12.125c-.193 0-.356.118-.437.375l-.958 2.994c-.12.375-.037.566.47.47L6 15.5c.49-.094.572-.266.438-.5L5 12.5c-.146-.253-.37-.374-.563-.375zm17.125 0c-.193 0-.416.122-.562.375L19.562 15c-.134.234-.053.406.438.5l2.454.474c.506.097.62-.094.5-.468L22 12.5c-.082-.257-.244-.376-.438-.375z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" overflow="visible"/><path d="M12.5 6c-1.5 0-2.764.536-2.438 2l1.438 6.5c.05.23.19.5.5.5h2c.31 0 .45-.27.5-.5L15.938 8C16.264 6.536 15 6 13.5 6H13zM7 9c-1 0-1.95.6-1.5 1.5l2 4c.167.333.5.5 1 .5h1s.615.018.5-.5L9 10c-.112-.503-.5-1-1-1zm11 0c-.5 0-.888.497-1 1l-1 4.5c-.115.518.5.5.5.5h1c.5 0 .833-.167 1-.5l2-4C20.95 9.6 20 9 19 9zM4.437 12.125c-.193 0-.356.118-.437.375l-.958 2.994c-.12.375-.037.566.47.47L6 15.5c.49-.094.572-.266.438-.5L5 12.5c-.146-.253-.37-.374-.563-.375zm17.125 0c-.193 0-.416.122-.562.375L19.562 15c-.134.234-.053.406.438.5l2.454.474c.506.097.62-.094.5-.468L22 12.5c-.082-.257-.244-.376-.438-.375z" color="#000" fill="#444" overflow="visible"/><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="bank-12"><g transform="translate(-361 -1172.362)" color="#000" fill="#444"><path d="M363.5 1175.362c-.277 0-.5.223-.5.5v5c0 .277.223.5.5.5h8c.277 0 .5-.223.5-.5v-5c0-.277-.223-.5-.5-.5zm0 1h8v1h-8zm0 3h1.5v1h-1.5zm4.5.5h3v.5h-3z" opacity=".3" stroke="#fff" stroke-width="2" overflow="visible"/><path d="M363.5 1175.362c-.277 0-.5.223-.5.5v5c0 .277.223.5.5.5h8c.277 0 .5-.223.5-.5v-5c0-.277-.223-.5-.5-.5zm0 1h8v1h-8zm0 3h1.5v1h-1.5zm4.5.5h3v.5h-3z" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="bank-18"><g transform="translate(-343 -1172.362)" color="#000" fill="#444"><path d="M346.722 1177.362c-.4 0-.722.322-.722.722v6.556c0 .4.322.722.722.722h11.556c.4 0 .722-.322.722-.722v-6.556c0-.4-.322-.722-.722-.722zm-.222 1.5h12v1.5h-12zm.5 4h2v1.5h-2zm6 .778h5v.722h-5z" opacity=".3" stroke="#fff" stroke-width="2" overflow="visible"/><path d="M346.722 1177.362c-.4 0-.722.322-.722.722v6.556c0 .4.322.722.722.722h11.556c.4 0 .722-.322.722-.722v-6.556c0-.4-.322-.722-.722-.722zm-.222 1.5h12v1.5h-12zm.5 4h2v1.5h-2zm6 .778h5v.722h-5z" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="bank-24"><g transform="translate(0 -1003.362)" color="#000" fill="#444"><path d="M4 1009.362c-.554 0-1 .446-1 1v10c0 .554.446 1 1 1h17c.554 0 1-.446 1-1v-10c0-.554-.446-1-1-1zm-.5 2h18v2h-18zm.5 6h3v2H4zm9 1h7v1h-7z" opacity=".3" stroke="#fff" stroke-width="2" overflow="visible"/><path d="M4 1009.362c-.554 0-1 .446-1 1v10c0 .554.446 1 1 1h17c.554 0 1-.446 1-1v-10c0-.554-.446-1-1-1zm-.5 2h18v2h-18zm.5 6h3v2H4zm9 1h7v1h-7z" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="bar-12"><g transform="translate(-361 -1147.362)" color="#000"><path d="M363.5 1149.362c-.28 0-.5 0-.5.14 0 .142.193.31.28.423l3.72 4.437v2.5c-1 .5-2.5 1-2.5 1.5h6c0-.5-1.5-1-2.5-1.5v-2.5l3.72-4.437c.087-.114.28-.28.28-.422 0-.14-.22-.14-.5-.14z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M363.5 1149.362c-.28 0-.5 0-.5.14 0 .142.193.31.28.423l3.72 4.437v2.5c-1 .5-2.5 1-2.5 1.5h6c0-.5-1.5-1-2.5-1.5v-2.5l3.72-4.437c.087-.114.28-.28.28-.422 0-.14-.22-.14-.5-.14z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="bar-18"><g color="#000" transform="translate(-342 -1146.362)"><path d="M346 1149.362c-.406 0-1 .047-1 .25 0 .204.372.586.5.75l5.5 6v4l-2.813 1.188c-.406.135-.687.312-.687.812h8c0-.5-.406-.677-.813-.812l-2.687-1.188v-4l5.5-6c.128-.164.5-.546.5-.75 0-.202-.594-.25-1-.25z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M346 1149.362c-.406 0-1 .047-1 .25 0 .204.372.586.5.75l5.5 6v4l-2.813 1.188c-.406.135-.687.312-.687.812h8c0-.5-.406-.677-.813-.812l-2.687-1.188v-4l5.5-6c.128-.164.5-.546.5-.75 0-.202-.594-.25-1-.25z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="bar-24"><g transform="translate(-319 -1146.362)" color="#000"><path d="M324 1150.362c-.5 0-1 0-1 .25s.343.548.5.75l7.5 7.813v6.187l-4 1c-.5.167-1 .5-1 1h11c0-.5-.5-.833-1-1l-4-1v-6.187l7.5-7.813c.157-.202.5-.5.5-.75s-.5-.25-1-.25z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M324 1150.362c-.5 0-1 0-1 .25s.343.548.5.75l7.5 7.813v6.187l-4 1c-.5.167-1 .5-1 1h11c0-.5-.5-.833-1-1l-4-1v-6.187l7.5-7.813c.157-.202.5-.5.5-.75s-.5-.25-1-.25z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="baseball-12"><g color="#000" transform="translate(-516 -1170.362)"><path d="M518 1171.862v1.5c1.5 2 4.587 3.588 6.5 5.5l1 1v1h1l.5-.5v-1h-1l-1-1c-1.784-1.784-3.5-5-5.5-6.5zm2 5.5c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M518 1171.862v1.5c1.5 2 4.587 3.588 6.5 5.5l1 1v1h1l.5-.5v-1h-1l-1-1c-1.784-1.784-3.5-5-5.5-6.5zm2 5.5c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="baseball-18"><g color="#000" transform="translate(-498 -1170.362)"><path d="M503 1172.362s-1 0-1.5.5-.5 1.5-.5 1.5c2.5 3.5 7.08 6.142 8 7l2.594 2.406-.594.594v1h1l1-1 1-1v-1h-1l-.594.594-2.406-2.594c-2.362-2.533-3.5-5.5-7-8zm1.75 9c-.69 0-1.25.56-1.25 1.25s.56 1.25 1.25 1.25 1.25-.56 1.25-1.25-.56-1.25-1.25-1.25z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M503 1172.362s-1 0-1.5.5-.5 1.5-.5 1.5c2.5 3.5 7.08 6.142 8 7l2.594 2.406-.594.594v1h1l1-1 1-1v-1h-1l-.594.594-2.406-2.594c-2.362-2.533-3.5-5.5-7-8zm1.75 9c-.69 0-1.25.56-1.25 1.25s.56 1.25 1.25 1.25 1.25-.56 1.25-1.25-.56-1.25-1.25-1.25z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="baseball-24"><g color="#000" transform="translate(-474 -1170.362)"><path d="M480 1173.362c-1.252 0-2 .754-2 2 0 1 2 2.5 3 3.5 2 2 5.302 3.802 8.5 7l3 3-.5.5c0 .5.5 1 1 1l1-1 1-1c0-.5-.5-1-1-1l-.5.5-3-3c-2.863-2.863-5-6.5-7-8.5-1-1-2.5-3-3.5-3zm3.5 10c-.828 0-1.5.672-1.5 1.5 0 .83.672 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.828-.672-1.5-1.5-1.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M480 1173.362c-1.252 0-2 .754-2 2 0 1 2 2.5 3 3.5 2 2 5.302 3.802 8.5 7l3 3-.5.5c0 .5.5 1 1 1l1-1 1-1c0-.5-.5-1-1-1l-.5.5-3-3c-2.863-2.863-5-6.5-7-8.5-1-1-2.5-3-3.5-3zm3.5 10c-.828 0-1.5.672-1.5 1.5 0 .83.672 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.828-.672-1.5-1.5-1.5z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="basketball-12"><g transform="translate(-517 -1147.362)" color="#000"><path d="M521 1148.362l-2 2v4.5c0 .25.25.5.5.5h1.5l1 1 1 1h1l1-1 1-1h1.5c.25 0 .5-.25.5-.5v-4.5l-2-2h-5zm0 2h5v3h-5v-3zm.688.688v1.625h3.625v-1.625h-3.625zm.312 3.312h1v1h1v-1h1v1l-1 1h-1l-1-1v-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M521 1148.362l-2 2v4.5c0 .25.25.5.5.5h1.5l1 1 1 1h1l1-1 1-1h1.5c.25 0 .5-.25.5-.5v-4.5l-2-2h-5zm0 2h5v3h-5v-3zm.688.688v1.625h3.625v-1.625h-3.625zm.312 3.312h1v1h1v-1h1v1l-1 1h-1l-1-1v-1z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="basketball-18"><g transform="translate(-499 -1147.362)" color="#000"><path d="M505 1149.362l-3 2v7c0 .5.5 1 1 1h2.5l2 3h2l2-3h2.5c.5 0 1-.5 1-1v-6.5l-3-2.5h-7zm0 3h7v5h-7v-5zm1 1v3h5v-3h-5zm.5 6h1.5v1h1v-1h1.5l-.688 1H509v1h-1v-1h-.813l-.687-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M505 1149.362l-3 2v7c0 .5.5 1 1 1h2.5l2 3h2l2-3h2.5c.5 0 1-.5 1-1v-6.5l-3-2.5h-7zm0 3h7v5h-7v-5zm1 1v3h5v-3h-5zm.5 6h1.5v1h1v-1h1.5l-.688 1H509v1h-1v-1h-.813l-.687-1z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="basketball-24"><g transform="translate(-476 -1146.362)" color="#000"><path d="M484.5 1149.362l-4.5 4v8c0 .5.5 1 1 1h3.563l1.937 3.5c.278.5.5.5 1 .5h2c.5 0 .722 0 1-.5l1.938-3.5H496c.5 0 1-.5 1-1v-8l-4.5-4h-8zm-.5 4h9v6h-9v-6zm1 1v4h7v-4h-7zm.563 8H487v1h1v-1h1v1h1v-1h1.438l-.563 1H490v1h.344l-.344.625v-.625h-1v1h-1v-1h-1v.625l-.344-.625H487v-1h-.875l-.563-1zm2.437 2h1v-1h-1v1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M484.5 1149.362l-4.5 4v8c0 .5.5 1 1 1h3.563l1.937 3.5c.278.5.5.5 1 .5h2c.5 0 .722 0 1-.5l1.938-3.5H496c.5 0 1-.5 1-1v-8l-4.5-4h-8zm-.5 4h9v6h-9v-6zm1 1v4h7v-4h-7zm.563 8H487v1h1v-1h1v1h1v-1h1.438l-.563 1H490v1h.344l-.344.625v-.625h-1v1h-1v-1h-1v.625l-.344-.625H487v-1h-.875l-.563-1zm2.437 2h1v-1h-1v1z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="beer-12"><g transform="translate(-360 -1242.362)" color="#000"><path d="M363 1243.362l1 8.5c.036.286.214.5.5.5h4c.286 0 .45-.216.5-.5l1-8.5zm1.5 1h4l-.25 2h-3.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M363 1243.362l1 8.5c.036.286.214.5.5.5h4c.286 0 .45-.216.5-.5l1-8.5zm1.5 1h4l-.25 2h-3.5z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="beer-18"><g transform="translate(-342 -1242.362)" color="#000"><path d="M346 1244.362l1.5 13c.058.5.5 1 1 1h6c.5 0 .942-.5 1-1l1.5-13zm2 2h7l-.4 3h-6.2z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M346 1244.362l1.5 13c.058.5.5 1 1 1h6c.5 0 .942-.5 1-1l1.5-13zm2 2h7l-.4 3h-6.2z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="beer-24"><g transform="translate(-389 -1243.362)" color="#000"><path d="M394 1246.362l2 16c.063.5.5 1 1 1h9c.5 0 .938-.5 1-1l2-16zm2.25 2h10.5l-.47 4h-9.56z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M394 1246.362l2 16c.063.5.5 1 1 1h9c.5 0 .938-.5 1-1l2-16zm2.25 2h10.5l-.47 4h-9.56z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="bicycle-12"><g transform="translate(-126 -1386.362)" color="#000"><path d="M133 1388.362v1h1v1h-2v-1h-1v1l-.5.5-.5.5h-1l-1 2 1 2h2l1-2 1.5-2h1l-1.5 2 1 2h2l1-2-1-2h-.5l-.5-1v-1l-1-1h-1zm-2 3h1v1h-1v2h-2v-2h2zm3 1h2v2h-2v-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M133 1388.362v1h1v1h-2v-1h-1v1l-.5.5-.5.5h-1l-1 2 1 2h2l1-2 1.5-2h1l-1.5 2 1 2h2l1-2-1-2h-.5l-.5-1v-1l-1-1h-1zm-2 3h1v1h-1v2h-2v-2h2zm3 1h2v2h-2v-1z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="bicycle-18"><g transform="translate(-108 -1386.362)" color="#000"><path d="M120 1389.362v1l1 .5v1.5h-5v-1h1v-.5l-1-.5h-2v1h1v1l-1.25 2.125c-.245-.065-.484-.125-.75-.125-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3h1l2.5-4h1.5l.53 1.063c-1.427.23-2.53 1.444-2.53 2.937 0 1.657 1.343 3 3 3s3-1.343 3-3c0-1.44-1.023-2.646-2.375-2.937l-.625-1.563v-2.5l-.5-.5-1.5-.5zm-4.5 4h3l-2 3h-.688c-.212-.59-.587-1.115-1.093-1.47l.78-1.53zm-2.5 2c1.105 0 2 .896 2 2 0 1.105-.895 2-2 2s-2-.895-2-2c0-1.104.895-2 2-2zm9 0c1.105 0 2 .896 2 2 0 1.105-.895 2-2 2s-2-.895-2-2c0-1.104.895-2 2-2z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M120 1389.362v1l1 .5v1.5h-5v-1h1v-.5l-1-.5h-2v1h1v1l-1.25 2.125c-.245-.065-.484-.125-.75-.125-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3h1l2.5-4h1.5l.53 1.063c-1.427.23-2.53 1.444-2.53 2.937 0 1.657 1.343 3 3 3s3-1.343 3-3c0-1.44-1.023-2.646-2.375-2.937l-.625-1.563v-2.5l-.5-.5-1.5-.5zm-4.5 4h3l-2 3h-.688c-.212-.59-.587-1.115-1.093-1.47l.78-1.53zm-2.5 2.25c.967 0 1.75.784 1.75 1.75 0 .967-.783 1.75-1.75 1.75s-1.75-.783-1.75-1.75c0-.966.783-1.75 1.75-1.75zm9 0c.967 0 1.75.784 1.75 1.75 0 .967-.783 1.75-1.75 1.75s-1.75-.783-1.75-1.75c0-.966.783-1.75 1.75-1.75z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="bicycle-24"><g transform="translate(-84 -1386.362)" color="#000"><path d="M98.875 1390.362c-.562.076-.637 1.058-.094 1.22l2.22.874v1.906h-7v-1h1.375c.33 0 .625-.295.625-.625s-.295-.63-.625-.625H91.5c-.062-.01-.125-.01-.188 0-.327.05-.58.392-.53.72.048.326.39.58.718.53H93v1l-1.063 3.125c-.3-.072-.615-.125-.937-.125-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4c0-.3-.062-.593-.125-.875H96c.2-.01.39-.115.5-.28l3.375-4.845H101l.688 2.03c-2.062.162-3.688 1.867-3.688 3.97 0 2.21 1.79 4 4 4s4-1.79 4-4c0-1.828-1.23-3.335-2.906-3.812l-1.094-3.188v-2.344c0-.104-.042-.21-.094-.312-.004-.01.004-.024 0-.03-.015-.033-.043-.065-.062-.095-.032-.044-.055-.085-.094-.124-.017-.016-.044-.017-.062-.03-.02-.016-.044-.02-.063-.032-.032-.02-.058-.05-.094-.062l-.03-.03-.437-.157-1.844-.75c-.066-.025-.15-.028-.22-.03-.047 0-.08-.012-.125 0zm-4.875 5h4.406l-2.72 3.875h-1.31c-.31-.494-.7-.9-1.19-1.22l.814-2.655zm-3 3.5c1.38 0 2.5 1.12 2.5 2.5s-1.12 2.5-2.5 2.5-2.5-1.12-2.5-2.5 1.12-2.5 2.5-2.5zm11 0c1.38 0 2.5 1.12 2.5 2.5s-1.12 2.5-2.5 2.5-2.5-1.12-2.5-2.5c0-.172.03-.337.063-.5.233-1.14 1.23-2 2.437-2z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M98.875 1390.362c-.562.076-.637 1.058-.094 1.22l2.22.874v1.906h-7v-1h1.375c.33 0 .625-.295.625-.625s-.295-.63-.625-.625H91.5c-.062-.01-.125-.01-.188 0-.327.05-.58.392-.53.72.048.326.39.58.718.53H93v1l-1.063 3.125c-.3-.072-.615-.125-.937-.125-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4c0-.3-.062-.593-.125-.875H96c.2-.01.39-.115.5-.28l3.375-4.845H101l.688 2.03c-2.062.162-3.688 1.867-3.688 3.97 0 2.21 1.79 4 4 4s4-1.79 4-4c0-1.828-1.23-3.335-2.906-3.812l-1.094-3.188v-2.344c0-.104-.042-.21-.094-.312-.004-.01.004-.024 0-.03-.015-.033-.043-.065-.062-.095-.032-.044-.055-.085-.094-.124-.017-.016-.044-.017-.062-.03-.02-.016-.044-.02-.063-.032-.032-.02-.058-.05-.094-.062l-.03-.03-.437-.157-1.844-.75c-.066-.025-.15-.028-.22-.03-.047 0-.08-.012-.125 0zm-4.875 5h4.406l-2.72 3.875h-1.31c-.31-.494-.7-.9-1.19-1.22l.814-2.655zm-3 3.5c1.38 0 2.5 1.12 2.5 2.5s-1.12 2.5-2.5 2.5-2.5-1.12-2.5-2.5 1.12-2.5 2.5-2.5zm11 0c1.38 0 2.5 1.12 2.5 2.5s-1.12 2.5-2.5 2.5-2.5-1.12-2.5-2.5c0-.172.03-.337.063-.5.233-1.14 1.23-2 2.437-2z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="building-12"><g transform="translate(-672 -1122.362)" color="#000"><path d="M679 1124.362h-1l-4 3.308v.692h1v4h7v-4h1v-.692z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M679 1124.362h-1l-4 3.308v.692h1v4h7v-4h1v-.692z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="building-18"><g transform="translate(-654 -1122.362)" color="#000"><path d="M664 1125.362h-1l-6 5v1h1v6h11v-6h1v-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M664 1125.362h-1l-6 5v1h1v6h11v-6h1v-1z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="building-24"><g transform="translate(-630 -1074.362)" color="#000"><path d="M641 1077.362l-7.5 6.5c-.356.31-.5.5-.5.75 0 .496.5.75 1 .75h1v8c0 .554.446 1 1 1h13c.554 0 1-.446 1-1v-8h1c.5 0 1-.254 1-.75 0-.25-.138-.448-.5-.75l-7.5-6.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M641 1077.362l-7.5 6.5c-.356.31-.5.5-.5.75 0 .496.5.75 1 .75h1v8c0 .554.446 1 1 1h13c.554 0 1-.446 1-1v-8h1c.5 0 1-.254 1-.75 0-.25-.138-.448-.5-.75l-7.5-6.5z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="bus-12"><g color="#000" transform="translate(-126 -1146.362)"><path d="M131 1147.362v1h-2v7h1v1h1v-1h3v1h1v-1h1v-7h-2v-1zm-1 2h5v3h-5zm.5 4c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm4 0c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M131 1147.362v1h-2v7h1v1h1v-1h3v1h1v-1h1v-7h-2v-1zm-1 2h5v3h-5zm.5 4c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm4 0c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="bus-18"><path d="M6.5 2v1H5c-.5 0-1 .5-1 1v10h1v1h2v-1h5v1h2v-1h1V4c0-.5-.5-1-1-1h-1.5V2h-6zM6 4h7v4H6V4zm.75 6.5c.414 0 .75.336.75.75s-.336.75-.75.75-.75-.336-.75-.75.336-.75.75-.75zm5.5 0c.414 0 .75.336.75.75s-.336.75-.75.75-.75-.336-.75-.75.336-.75.75-.75z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M6.5 2v1H5c-.5 0-1 .5-1 1v10h1v1h2v-1h5v1h2v-1h1V4c0-.5-.5-1-1-1h-1.5V2h-6zM6 4h7v4H6V4zm.75 6.5c.414 0 .75.336.75.75s-.336.75-.75.75-.75-.336-.75-.75.336-.75.75-.75zm5.5 0c.414 0 .75.336.75.75s-.336.75-.75.75-.75-.336-.75-.75.336-.75.75-.75z" color="#000" fill="#444" overflow="visible"/><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="bus-24"><path d="M9 3v1H7c-.5 0-1 .5-1 1v13h1v2h2v-2h7v2h2v-2h1V5c0-.5-.5-1-1-1h-2V3zM8 6h9v5H8zm1 8c.554 0 1 .446 1 1s-.446 1-1 1-1-.446-1-1 .446-1 1-1zm7 0c.554 0 1 .446 1 1s-.446 1-1 1-1-.446-1-1 .446-1 1-1z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M9 3v1H7c-.5 0-1 .5-1 1v13h1v2h2v-2h7v2h2v-2h1V5c0-.5-.5-1-1-1h-2V3zM8 6h9v5H8zm1 8c.554 0 1 .446 1 1s-.446 1-1 1-1-.446-1-1 .446-1 1-1zm7 0c.554 0 1 .446 1 1s-.446 1-1 1-1-.446-1-1 .446-1 1-1z" color="#000" fill="#444" overflow="visible"/><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="cafe-12"><g color="#000" transform="translate(-360 -1074.362)"><path d="M363.5 1076.362c-.277 0-.5.223-.5.5v4.5c0 .277.223.5.5.5h5c.277 0 .5-.223.5-.5v-.5h.25c.25 0 .25-.25.25-.25v-.25h.5c.5 0 1-.5 1-1v-1.5c0-.25-.25-.5-.5-.5H369v-.5c0-.277-.223-.5-.5-.5zm5.5 1.5h1.25c.25 0 .25.25.25.25v1.25c0 .25-.25.5-.5.5h-1zm-7 4.5l1.5 1.5h5l1.5-1.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M363.5 1076.362c-.277 0-.5.223-.5.5v4.5c0 .277.223.5.5.5h5c.277 0 .5-.223.5-.5v-.5h.25c.25 0 .25-.25.25-.25v-.25h.5c.5 0 1-.5 1-1v-1.5c0-.25-.25-.5-.5-.5H369v-.5c0-.277-.223-.5-.5-.5zm5.5 1.5h1.25c.25 0 .25.25.25.25v1.25c0 .25-.25.5-.5.5h-1zm-7 4.5l2 1h4l2-1z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="cafe-18"><g color="#000" transform="translate(-342 -1074.362)"><path d="M347 1077.362c-.5 0-1 .5-1 1v6c0 .5.5 1 1 1h7c.4 0 1-.5 1-1v-.444h.36c.362 0 .362-.36.362-.36v-.362h.445c.722 0 1.833-.334 1.833-1.445v-1.888c0-.5-.25-1-.75-1H355v-.5c0-.5-.5-1-1-1zm8 2.222h1.89c.36 0 .36.278.36.278v1.89c0 .57-.722.606-1.083.61H355zm-10 6.778l2 2h7l2-2z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M347 1077.362c-.5 0-1 .5-1 1v6c0 .5.5 1 1 1h7c.4 0 1-.5 1-1v-.444h.36c.362 0 .362-.36.362-.36v-.362h.445c.722 0 1.833-.334 1.833-1.445v-1.888c0-.5-.25-1-.75-1H355v-.5c0-.5-.5-1-1-1zm8 2.222h1.89c.36 0 .36.278.36.278v1.89c0 .57-.722.606-1.083.61H355zm-10 6.778l2 2h7l2-2z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="cafe-24"><g color="#000" transform="translate(-318 -1074.362)"><path d="M324 1079.362c-.554 0-1 .446-1 1v9c0 .554.446 1 1 1h11c.554 0 1-.446 1-1v-1h.5c.5 0 .5-.5.5-.5v-.5h1c1 0 2-1 2-2v-3c0-.5-.5-1-1-1h-3v-1c0-.554-.446-1-1-1zm12 3h2.5c.5 0 .5.5.5.5v2.5c0 .5-.5 1-1 1h-2zm-15 9l1 1 1 1h13l1-1 1-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M324 1079.362c-.554 0-1 .446-1 1v9c0 .554.446 1 1 1h11c.554 0 1-.446 1-1v-1h.5c.5 0 .5-.5.5-.5v-.5h1c1 0 2-1 2-2v-3c0-.5-.5-1-1-1h-3v-1c0-.554-.446-1-1-1zm12 3h2.5c.5 0 .5.5.5.5v2.5c0 .5-.5 1-1 1h-2zm-15 9l1 1 1 1h13l1-1 1-1z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="-402.5 403.5 12 12" id="camera-12"><path d="M-395 410.485l.5-.5v-.97l-.5-.5-1-.015-.5.515v.97l.5.515" opacity=".3" fill="#fff"/><path d="M-399.5 405.5v1h-1v6h9v-6h-2v-1h-3v1h-1.5v-1h-1.5zm3 2h2l1 1v2l-1 1h-2l-1-1v-2l1-1zm.5 1l-.5.5v1l.5.5h1l.5-.5v-1l-.5-.5h-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M-399.5 405.5v1h-1v6h9v-6h-2v-1h-3v1h-1.5v-1h-1.5zm3 2h2l1 1v2l-1 1h-2l-1-1v-2l1-1zm.5 1l-.5.5v1l.5.5h1l.5-.5v-1l-.5-.5h-1z" fill="#454545"/><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="-402.5 403.5 18 18" id="camera-18"><path d="M-393.5 405.5c-.552 0-1 .447-1 1v1h-1v-1h-3v1h-1v8c0 .553.448 1 1 1h11c.552 0 1-.447 1-1v-7c0-.553-.447-1-1-1h-2v-1c0-.553-.448-1-1-1zm1.5 3.5c1.657 0 3 1.343 3 3s-1.343 3-3 3-3-1.343-3-3 1.343-3 3-3z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M-393.5 405.5c-.552 0-1 .447-1 1v1h-1v-1h-3v1h-1v8c0 .553.448 1 1 1h11c.552 0 1-.447 1-1v-7c0-.553-.447-1-1-1h-2v-1c0-.553-.448-1-1-1zm1.5 3.5c1.657 0 3 1.343 3 3s-1.343 3-3 3-3-1.343-3-3 1.343-3 3-3z" fill="#454545"/><path d="M-390.5 412c0 .828-.672 1.5-1.5 1.5s-1.5-.672-1.5-1.5.672-1.5 1.5-1.5 1.5.672 1.5 1.5z" fill="#454545"/><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="-402.5 403.5 24 24" id="camera-24"><path d="M-390.5 407.5c-.552 0-1 .447-1 1v1h-3c0-.553-.448-1-1-1h-1c-.552 0-1 .447-1 1h-1c-.552 0-1 .447-1 1v10c0 .553.448 1 1 1h17c.552 0 1-.447 1-1v-10c0-.553-.448-1-1-1h-4v-1c0-.553-.448-1-1-1h-4zm2 4c2.21 0 4 1.79 4 4s-1.79 4-4 4-4-1.79-4-4 1.79-4 4-4zm0 2c-1.105 0-2 .895-2 2s.895 2 2 2 2-.895 2-2-.895-2-2-2z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-miterlimit="10" overflow="visible"/><path d="M-390.5 407.5c-.552 0-1 .447-1 1v1h-3c0-.553-.448-1-1-1h-1c-.552 0-1 .447-1 1h-1c-.552 0-1 .447-1 1v10c0 .553.448 1 1 1h17c.552 0 1-.447 1-1v-10c0-.553-.448-1-1-1h-4v-1c0-.553-.448-1-1-1h-4zm2 4c2.21 0 4 1.79 4 4s-1.79 4-4 4-4-1.79-4-4 1.79-4 4-4zm0 2c-1.105 0-2 .895-2 2s.895 2 2 2 2-.895 2-2-.895-2-2-2z" fill="#454545"/><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="campsite-12"><g transform="translate(-205 -1219.362)" color="#000" font-family="Sans"><path d="M211.53 1221.362c-.25 0-.362.12-.436.25l-2.86 5.75h-.734c-.293 0-.5.223-.5.5s.207.5.5.5H215.47c.292 0 .53-.223.53-.5s-.238-.5-.53-.5h-.642l-2.86-5.75c-.074-.13-.187-.25-.437-.25z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M211.53 1221.362c-.25 0-.362.12-.436.25l-2.86 5.75h-.734c-.293 0-.5.223-.5.5s.207.5.5.5H215.47c.292 0 .53-.223.53-.5s-.238-.5-.53-.5h-.642l-2.86-5.75c-.074-.13-.187-.25-.437-.25zm0 2.5l1.5 3.5h-3z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="campsite-18"><g transform="translate(-187 -1221.362)" color="#000" font-family="Sans"><path d="M196.5 1225.363c-.36 0-.524.172-.632.36l-3.868 8.14h-1.5c-.5 0-.5.777-.5.777s0 .722.5.722h12c.5 0 .5-.722.5-.722s0-.778-.5-.778H201l-3.868-8.14c-.108-.187-.27-.36-.632-.36z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M196.5 1225.363c-.36 0-.524.172-.632.36l-3.868 8.14h-1.5c-.5 0-.5.777-.5.777s0 .722.5.722h12c.5 0 .5-.722.5-.722s0-.778-.5-.778H201l-3.868-8.14c-.108-.187-.27-.36-.632-.36zm0 3l2.5 5.5h-5z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="campsite-24"><g transform="translate(0 -1005.362)" color="#000" font-family="Sans"><path d="M12.5 1009.362c-.5 0-.726.24-.875.5l-6.22 11.5H4.063c-.586 0-1.062.446-1.062 1s.476 1 1.063 1h16.875c.586 0 1.062-.446 1.062-1s-.476-1-1.063-1h-1.343l-6.22-11.5c-.148-.26-.374-.5-.874-.5zm0 5l3.5 7H9z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M12.5 1009.362c-.5 0-.726.24-.875.5l-6.22 11.5H4.063c-.586 0-1.062.446-1.062 1s.476 1 1.063 1h16.875c.586 0 1.062-.446 1.062-1s-.476-1-1.063-1h-1.343l-6.22-11.5c-.148-.26-.374-.5-.874-.5zm0 5l3.5 7H9z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="-402.5 403.5 12 12" id="car-12"><g transform="translate(0 -1040.362)"><path d="M-398.5 1445.862l-1 3-1 1v3h1v1h1v-1h5v1h1v-1h1v-3l-1-1-1-3zm1 1h3l.667 2h-4.334zm-1.5 4c.276 0 .5.224.5.5s-.224.5-.5.5-.5-.224-.5-.5.224-.5.5-.5zm6 0c.276 0 .5.224.5.5s-.224.5-.5.5-.5-.224-.5-.5.224-.5.5-.5z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M-398.5 1445.862l-1 3-1 1v3h1v1h1v-1h5v1h1v-1h1v-3l-1-1-1-3zm1 1h3l.667 2h-4.334zm-1.5 4c.276 0 .5.224.5.5s-.224.5-.5.5-.5-.224-.5-.5.224-.5.5-.5zm6 0c.276 0 .5.224.5.5s-.224.5-.5.5-.5-.224-.5-.5.224-.5.5-.5z" color="#000" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="-402.5 403.5 18 18" id="car-18"><g transform="matrix(.8 0 0 .8 -403.3 -365.5)" color="#000"><path d="M8.923 1009.593L5 1015.478v7.192h2.615v1.308h2.616v-1.308h6.54v1.308h2.615v-1.308H22v-6.947l-3.923-6.13zm1.308 2.615h6.54l1.96 2.616H8.27zm-1.307 5.23l1.308 1.31-1.307 1.307-1.308-1.308zm9.154 0l1.308 1.31-1.308 1.307-1.308-1.308z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2.61538" stroke-linejoin="round" overflow="visible"/><path d="M8.923 1009.593L5 1015.478v7.192h2.615v1.308h2.616v-1.308h6.54v1.308h2.615v-1.308H22v-6.947l-3.923-6.13zm1.308 2.615h6.54l1.96 2.616H8.27zm-1.307 5.23l1.308 1.31-1.307 1.307-1.308-1.308zm9.154 0l1.308 1.31-1.308 1.307-1.308-1.308z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="-402.5 403.5 24 24" id="car-24"><g transform="translate(-403.5 -600.9)" color="#000"><path d="M9 1009.362c-1 0-1.313.5-1.5 1l-1.5 4c-.188.5-1 1-1 2v5h2v1c0 .5.5 1 1 1h1c.5 0 1-.5 1-1v-1h7v1c0 .5.5 1 1 1h1c.5 0 1-.5 1-1v-1h2v-5c0-1-.738-1.302-1-2l-1.5-4c-.188-.5-.5-1-1.5-1H9zm.5 2h8l1 3h-10zm-.5 6c.554 0 1 .446 1 1s-.446 1-1 1-1-.446-1-1 .446-1 1-1zm9 0c.554 0 1 .446 1 1s-.446 1-1 1-1-.446-1-1 .446-1 1-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M9 1009.362c-1 0-1.313.5-1.5 1l-1.5 4c-.188.5-1 1-1 2v5h2v1c0 .5.5 1 1 1h1c.5 0 1-.5 1-1v-1h7v1c0 .5.5 1 1 1h1c.5 0 1-.5 1-1v-1h2v-5c0-1-.738-1.302-1-2l-1.5-4c-.188-.5-.5-1-1.5-1H9zm.5 2h8l1 3h-10zm-.5 6c.554 0 1 .446 1 1s-.446 1-1 1-1-.446-1-1 .446-1 1-1zm9 0c.554 0 1 .446 1 1s-.446 1-1 1-1-.446-1-1 .446-1 1-1z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="cemetery-12"><g color="#000" transform="translate(-48 -1122.4)"><path d="M54.5 1124.362c-1.865 0-2.5 1.286-2.5 2.786v3.714c-.5 0-1 .5-1 1v.5h7v-.5c0-.5-.5-1-1-1v-3.5c0-1.714-.635-3-2.5-3z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M54.5 1124.362c-1.865 0-2.5 1.286-2.5 2.786v3.714c-.5 0-1 .5-1 1v.5h7v-.5c0-.5-.5-1-1-1v-3.5c0-1.714-.635-3-2.5-3z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="cemetery-18"><g color="#000" transform="translate(-30 -1122.4)"><path d="M39.5 1124.362c-2.61 0-3.5 1.875-3.5 4.5v6.5c-.435 0-1 .688-1 1.125v.875h9v-.875c0-.437-.565-1.125-1-1.125v-6.501c0-2.625-.89-4.5-3.5-4.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M39.5 1124.362c-2.61 0-3.5 1.875-3.5 4.5v6.5c-.435 0-1 .688-1 1.125v.875h9v-.875c0-.437-.565-1.125-1-1.125v-6.5c0-2.625-.89-4.5-3.5-4.5z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="cemetery-24"><g color="#000" transform="translate(-6 -1122.4)"><path d="M18.5 1126.362c-3.074 0-4.5 2-4.5 5v9c-.5 0-1 .5-1 1v1h11v-1c0-.5-.5-1-1-1v-9c0-3-1.5-5-4.5-5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M18.5 1126.362c-3.074 0-4.5 2-4.5 5v9c-.5 0-1 .5-1 1v1h11v-1c0-.5-.5-1-1-1v-9c0-3-1.5-5-4.5-5z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="chemist-12"><g transform="translate(0 -1040.4)"><path d="M4 1041.362v1h1v2l-3 6h9l-3-6v-2h1v-1H4zm2 1h1v2l1.5 3h-4l1.5-3v-2z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M4 1041.362v1h1v2l-3 6h9l-3-6v-2h1v-1H4zm2 1h1v2l1.5 3h-4l1.5-3v-2z" opacity=".99" fill="#454545" fill-rule="evenodd"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="chemist-18"><g transform="translate(0 -1034.4)"><path d="M6 1036.362v1h1v3l-4 9h13l-4-9v-3h1v-1H7zm3 1h1v3l2 5H7l2-5z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M6 1036.362v1h1v3l-4 9h13l-4-9v-3h1v-1H7zm3 1h1v3l2 5H7l2-5z" opacity=".99" fill="#454545" fill-rule="evenodd"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="chemist-24"><g transform="translate(0 -1028.4)"><path d="M9.28 1031.362c-.71 0-1.28.446-1.28 1s.57 1 1.28 1H10v4l-5 10 .97 1H18.97l1.03-1-5-10v-4h.72c.71 0 1.28-.446 1.28-1s-.57-1-1.28-1H9.28zm2.72 2h1v4l3 6H9l3-6v-4z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M9.28 1031.362c-.71 0-1.28.446-1.28 1s.57 1 1.28 1H10v4l-5 10 .97 1H18.97l1.03-1-5-10v-4h.72c.71 0 1.28-.446 1.28-1s-.57-1-1.28-1H9.28zm2.72 2h1v4l3 6H9l3-6v-4z" opacity=".99" fill="#454545" fill-rule="evenodd"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="cinema-12"><g color="#000" transform="translate(-282 -1170.4)"><path d="M291.5 1171.862l-7 2 .5 1.5 7-2-.5-1.5zm-6.5 3.5v4.5c0 .308.192.5.5.5h6c.308 0 .5-.192.5-.5v-4.5h-7zm1 1h5v1h-5v-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M291.5 1171.862l-7 2 .5 1.5 7-2-.5-1.5zm-6.5 3.5v4.5c0 .308.192.5.5.5h6c.308 0 .5-.192.5-.5v-4.5h-7zm1 1h5v1h-5v-1z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="cinema-18"><g color="#000" transform="translate(-264 -1170.4)"><path d="M278.235 1172.01l-1.72.503.836 2.27 1.65-.478zm-2.772.79l-2.246.645.86 2.27 2.247-.645zm-3.274.932l-1.984.573.86 2.27 1.984-.573zm-3.012.86l-2.178.77 1 2 2.015-.5zm-1.178 2.77v7c0 .5.5 1 1 1h10c.5 0 1-.5 1-1v-7zm2 2h8v2h-8z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M278.235 1172.01l-1.72.503.836 2.27 1.65-.478zm-2.772.79l-2.246.645.86 2.27 2.247-.645zm-3.274.932l-1.984.573.86 2.27 1.984-.573zm-3.012.86l-2.178.77 1 2 2.015-.5zm-1.178 2.77v7c0 .5.5 1 1 1h10c.5 0 1-.5 1-1v-7zm2 2h8v2h-8z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="cinema-24"><g color="#000" transform="translate(-240 -1170.4)"><path d="M258 1173.362l-2.25.656 1.094 2.97 2.156-.626zm-3.625 1.03l-2.938.845.063.125.563 1.53.5 1.314 2.937-.844zm-4.28 1.22l-2.595.75 1.125 2.97 2.594-.75-.657-1.688zm-3.94 1.125l-2.155.625 1 3 2.25-.656zm-1.155 3.625v9c0 .554.446 1 1 1h13c.554 0 1-.446 1-1v-9zm2 2h11v3h-11z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M258 1173.362l-2.25.656 1.094 2.97 2.156-.626zm-3.625 1.03l-2.938.845.063.125.563 1.53.5 1.314 2.937-.844zm-4.28 1.22l-2.595.75 1.125 2.97 2.594-.75-.657-1.688zm-3.94 1.125l-2.155.625 1 3 2.25-.656zm-1.155 3.625v9c0 .554.446 1 1 1h13c.554 0 1-.446 1-1v-9zm2 2h11v3h-11z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="circle-12"><path d="M2 5.5C2 7.985 4.015 10 6.5 10S11 7.985 11 5.5 8.985 1 6.5 1 2 3.015 2 5.5z" color="#000" overflow="visible" opacity=".3" fill="#444" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M2 5.5C2 7.985 4.015 10 6.5 10S11 7.985 11 5.5 8.985 1 6.5 1 2 3.015 2 5.5z" color="#000" overflow="visible" fill="#444"/><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="circle-18"><g color="#000" transform="translate(48 -1074.4)"><path d="M-45 1082.862c0 3.59 2.91 6.5 6.5 6.5s6.5-2.91 6.5-6.5-2.91-6.5-6.5-6.5-6.5 2.91-6.5 6.5z" overflow="visible" opacity=".3" fill="#fff" stroke="#fff" stroke-width="1.99963944"/><path d="M-45 1082.862c0 3.59 2.91 6.5 6.5 6.5s6.5-2.91 6.5-6.5-2.91-6.5-6.5-6.5-6.5 2.91-6.5 6.5z" overflow="visible" fill="#444"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="circle-24"><g transform="matrix(-1 0 0 1 -36 -1004.4)" color="#000"><path d="M-40 1015.862c0 4.695-3.806 8.5-8.5 8.5s-8.5-3.805-8.5-8.5c0-4.694 3.806-8.5 8.5-8.5s8.5 3.806 8.5 8.5z" overflow="visible" opacity=".3" fill="#fff" stroke="#fff" stroke-width="1.9998317100000003"/><path d="M-40 1015.862c0 4.695-3.806 8.5-8.5 8.5s-8.5-3.805-8.5-8.5c0-4.694 3.806-8.5 8.5-8.5s8.5 3.806 8.5 8.5z" overflow="visible" fill="#444"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="circle-stroked-12"><g transform="translate(30 -1051.4)" color="#000"><path d="M-23.5 1052.362c2.485 0 4.5 2.015 4.5 4.5s-2.015 4.5-4.5 4.5-4.5-2.015-4.5-4.5 2.015-4.5 4.5-4.5zm0 1c-1.933 0-3.5 1.567-3.5 3.5s1.567 3.5 3.5 3.5 3.5-1.567 3.5-3.5-1.567-3.5-3.5-3.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" overflow="visible"/><path d="M-23.5 1052.362c2.485 0 4.5 2.015 4.5 4.5s-2.015 4.5-4.5 4.5-4.5-2.015-4.5-4.5 2.015-4.5 4.5-4.5zm0 1c-1.933 0-3.5 1.567-3.5 3.5s1.567 3.5 3.5 3.5 3.5-1.567 3.5-3.5-1.567-3.5-3.5-3.5z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="circle-stroked-18"><g color="#000" transform="translate(48 -1050.4)"><path d="M-38.5 1052.362c3.59 0 6.5 2.91 6.5 6.5s-2.91 6.5-6.5 6.5-6.5-2.91-6.5-6.5 2.91-6.5 6.5-6.5zm0 1.445c-2.792 0-5.056 2.263-5.056 5.055s2.264 5.056 5.056 5.056c2.792 0 5.056-2.264 5.056-5.056 0-2.792-2.264-5.055-5.056-5.055z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" overflow="visible"/><path d="M-38.5 1052.362c3.59 0 6.5 2.91 6.5 6.5s-2.91 6.5-6.5 6.5-6.5-2.91-6.5-6.5 2.91-6.5 6.5-6.5zm0 1.445c-2.792 0-5.056 2.263-5.056 5.055s2.264 5.056 5.056 5.056c2.792 0 5.056-2.264 5.056-5.056 0-2.792-2.264-5.055-5.056-5.055z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="circle-stroked-24"><g transform="translate(72 -1050.4)" color="#000"><path d="M-59.5 1053.362c-4.694 0-8.5 3.806-8.5 8.5 0 4.695 3.806 8.5 8.5 8.5s8.5-3.805 8.5-8.5c0-4.694-3.806-8.5-8.5-8.5zm0 2c3.59 0 6.5 2.91 6.5 6.5s-2.91 6.5-6.5 6.5-6.5-2.91-6.5-6.5 2.91-6.5 6.5-6.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" overflow="visible"/><path d="M-59.5 1053.362c-4.694 0-8.5 3.806-8.5 8.5 0 4.695 3.806 8.5 8.5 8.5s8.5-3.805 8.5-8.5c0-4.694-3.806-8.5-8.5-8.5zm0 2c3.59 0 6.5 2.91 6.5 6.5s-2.91 6.5-6.5 6.5-6.5-2.91-6.5-6.5 2.91-6.5 6.5-6.5z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="city-12"><g transform="translate(-672 -1266.4)" color="#000"><path d="M675 1267.362v1h-1v8h4v-8h-1v-1h-2zm5 1v2h-1v7h4v-7h-1v-2h-.5v2h-1v-2h-.5zm-5 1h2v.5h-2v-.5zm0 2h2v.5h-2v-.5zm5 0h2v.5h-2v-.5zm-5 2h2v.5h-2v-.5zm5 0h2v.5h-2v-.5zm0 2h2v.5h-2v-.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M675 1267.362v1h-1v8h4v-8h-1v-1h-2zm5 1v2h-1v7h4v-7h-1v-2h-.5v2h-1v-2h-.5zm-5 1h2v.5h-2v-.5zm0 2h2v.5h-2v-.5zm5 0h2v.5h-2v-.5zm-5 2h2v.5h-2v-.5zm5 0h2v.5h-2v-.5zm0 2h2v.5h-2v-.5z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="city-18"><g transform="translate(-654 -1266.4)" color="#000"><path d="M658 1268.362v2h-1v10h6v-10h-1v-2h-4zm7 2v3h-1v9h6v-9h-1v-3h-1v3h-2v-3h-1zm-7 1h1v1h-1v-1zm3 0h1v1h-1v-1zm-3 2h1v1h-1v-1zm3 0h1v1h-1v-1zm4 1h1v1h-1v-1zm3 0h1v1h-1v-1zm-10 1h1v1h-1v-1zm3 0h1v1h-1v-1zm4 1h1v1h-1v-1zm3 0h1v1h-1v-1zm-10 1h1v1h-1v-1zm3 0h1v1h-1v-1zm4 1h1v1h-1v-1zm3 0h1v1h-1v-1zm-3 2h1v1h-1v-1zm3 0h1v1h-1v-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M658 1268.362v2h-1v10h6v-10h-1v-2h-4zm7 2v3h-1v9h6v-9h-1v-3h-1v3h-2v-3h-1zm-7 1h1v1h-1v-1zm3 0h1v1h-1v-1zm-3 2h1v1h-1v-1zm3 0h1v1h-1v-1zm4 1h1v1h-1v-1zm3 0h1v1h-1v-1zm-10 1h1v1h-1v-1zm3 0h1v1h-1v-1zm4 1h1v1h-1v-1zm3 0h1v1h-1v-1zm-10 1h1v1h-1v-1zm3 0h1v1h-1v-1zm4 1h1v1h-1v-1zm3 0h1v1h-1v-1zm-3 2h1v1h-1v-1zm3 0h1v1h-1v-1z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="city-24"><g transform="translate(-630 -1266.4)" color="#000"><path d="M636 1269.362v2h-2v13h8v-13h-2v-2h-4zm9 2v3h-2v12h8v-12h-2v-3h-1v3h-2v-3h-1zm-10 2h2v1h-2v-1zm4 0h2v1h-2v-1zm-4 2h2v1h-2v-1zm4 0h2v1h-2v-1zm5 1h2v1h-2v-1zm4 0h2v1h-2v-1zm-13 1h2v1h-2v-1zm4 0h2v1h-2v-1zm5 1h2v1h-2v-1zm4 0h2v1h-2v-1zm-13 1h2v1h-2v-1zm4 0h2v1h-2v-1zm5 1h2v1h-2v-1zm4 0h2v1h-2v-1zm-13 1h2v1h-2v-1zm4 0h2v1h-2v-1zm5 1h2v1h-2v-1zm4 0h2v1h-2v-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M636 1269.362v2h-2v13h8v-13h-2v-2h-4zm9 2v3h-2v12h8v-12h-2v-3h-1v3h-2v-3h-1zm-10 2h2v1h-2v-1zm4 0h2v1h-2v-1zm-4 2h2v1h-2v-1zm4 0h2v1h-2v-1zm5 1h2v1h-2v-1zm4 0h2v1h-2v-1zm-13 1h2v1h-2v-1zm4 0h2v1h-2v-1zm5 1h2v1h-2v-1zm4 0h2v1h-2v-1zm-13 1h2v1h-2v-1zm4 0h2v1h-2v-1zm5 1h2v1h-2v-1zm4 0h2v1h-2v-1zm-13 1h2v1h-2v-1zm4 0h2v1h-2v-1zm5 1h2v1h-2v-1zm4 0h2v1h-2v-1z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="clothing-store-12"><g fill="#444" transform="translate(0 -1040.4)"><path d="M4 1041.362l-1 1-1 2v1h2v5h5v-5h2v-1l-1-2-1-1H8v.75c0 .5-.5 1.25-1.5 1.25s-1.5-.75-1.5-1.25v-.75z" opacity=".3" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M4 1041.362l-1 1-1 2v1h2v5h5v-5h2v-1l-1-2-1-1H8v.75c0 .5-.5 1.25-1.5 1.25s-1.5-.75-1.5-1.25v-.75z"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="clothing-store-18"><g transform="translate(0 -1034.4)"><path d="M7 1036.362l-2 1-3 4 2 2 1-1h1v7h7v-7h1l1 1 2-2-3-4-2-1c0 .773-.256 1.468-.656 2-.458.608-1.108 1-1.844 1s-1.386-.392-1.844-1c-.4-.532-.656-1.227-.656-2z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M7 1036.362l-2 1-3 4 2 2 1-1h1v7h7v-7h1l1 1 2-2-3-4-2-1c0 .773-.256 1.468-.656 2-.458.608-1.108 1-1.844 1s-1.386-.392-1.844-1c-.4-.532-.656-1.227-.656-2z" fill="#444"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="clothing-store-24"><g transform="translate(0 -1028.4)" fill="#444"><path d="M9.438 1032.362c-.124-.01-.273.02-.438.094-1.018.444-2 .906-2 .906s-2.822 2.604-3.875 3.657c-.183.182-.192.473 0 .717l2.5 2.47c.175.203.544.24.75.03l.625-.875h1v8h9v-8h1l.625.875c.206.21.575.173.75-.03l2.5-2.47c.192-.245.183-.535 0-.718-1.053-1.054-3.875-3.658-3.875-3.658s-.982-.462-2-.906c-.662-.298-.986.178-1 .438.018 1.04-1.09 2.497-2.5 2.468-1.41.03-2.518-1.43-2.5-2.468-.01-.195-.19-.51-.563-.532z" opacity=".3" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M9.438 1032.362c-.124-.01-.273.02-.438.094-1.018.444-2 .906-2 .906s-2.822 2.604-3.875 3.657c-.183.182-.192.473 0 .717l2.5 2.47c.175.203.544.24.75.03l.625-.875h1v8h9v-8h1l.625.875c.206.21.575.173.75-.03l2.5-2.47c.192-.245.183-.535 0-.718-1.053-1.054-3.875-3.658-3.875-3.658s-.982-.462-2-.906c-.662-.298-.986.178-1 .438.018 1.04-1.09 2.497-2.5 2.468-1.41.03-2.518-1.43-2.5-2.468-.01-.195-.19-.51-.563-.532z"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="college-12"><g transform="translate(-283 -1075.4)" color="#000"><path d="M289.5 1077.362l-4.5 2.5 4.5 2.5 2.5-1.5v1.25l-2.5 1.25-2.5-1.25v1.25l2.5 1.5 2.5-1.5c0 .5 1 .5 1 .5v-.5s-.5-.03-.5-.5v-2l1.5-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M289.5 1077.362l-4.5 2.5 4.5 2.5 2.5-1.5v1.25l-2.5 1.25-2.5-1.25v1.25l2.5 1.5 2.5-1.5c0 .5 1 .5 1 .5v-.5s-.5-.03-.5-.5v-2l1.5-1z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="college-18"><g transform="translate(-265 -1074.4)" color="#000"><path d="M274.5 1078.362l-6.5 3.5 6.5 3.5 4.5-2.344v3.563c0 1.782 1.5 1.532 1.5 1.532v-.75s-.78 0-.78-.78v-3.97l1.28-.75zm-3.5 6.5v1.438c0 .36.513.818 1 1.062l2.5 1 2.5-1c.487-.244 1-.704 1-1.062v-1.438l-3.5 1.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M274.5 1078.362l-6.5 3.5 6.5 3.5 4.5-2.344v3.563c0 1.782 1.5 1.532 1.5 1.532v-.75s-.78 0-.78-.78v-3.97l1.28-.75zm-3.5 6.5v1.438c0 .36.513.818 1 1.062l2.5 1 2.5-1c.487-.244 1-.704 1-1.062v-1.438l-3.5 1.5z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="college-24"><g transform="translate(0 -1006.4)" color="#000"><path d="M12.5 1011.362l-9.5 5 9.5 5 5.5-2.78v3.78c0 2 2 2 2 2v-1s-1-.057-1-1v-4.344l3-1.656zm-4.5 9v2c0 .497.325 1.163 1 1.5l3.5 1.5 3-1.5c.675-.337 1.547-1.005 1.5-1.5v-2l-4.5 2.188z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M12.5 1011.362l-9.5 5 9.5 5 5.5-2.78v3.78c0 2 2 2 2 2v-1s-1-.057-1-1v-4.344l3-1.656zm-4.5 9v2c0 .497.325 1.163 1 1.5l3.5 1.5 3-1.5c.675-.337 1.547-1.005 1.5-1.5v-2l-4.5 2.188z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="commercial-12"><g transform="translate(-672 -1098.4)" color="#000"><path d="M675.5 1099.362l-.5.5v9.5h3v-2h1v2h3v-9.5l-.5-.5h-6zm.5 2h2v.5h-2v-.5zm3 0h2v.5h-2v-.5zm-3 2h2v.5h-2v-.5zm3 0h2v.5h-2v-.5zm-3 2h2v.5h-2v-.5zm3 0h2v.5h-2v-.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M675.5 1099.362l-.5.5v9.5h3v-2h1v2h3v-9.5l-.5-.5zm.5 2h2v1h-2zm3 0h2v1h-2zm-3 2h2v1h-2zm3 0h2v1h-2zm-3 2h2v1h-2zm3 0h2v1h-2z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="commercial-18"><g transform="translate(-654 -1098.4)" color="#000"><path d="M658.78 1100.362l-.78.78v13.22h11v-13.22l-.78-.78zm1.22 2.5h2v.5h-2zm5 0h2v.5h-2zm-5 2h2v.5h-2zm5 0h2v.5h-2zm-5 2h2v.5h-2zm5 0h2v.5h-2zm-5 2h2v.5h-2zm5 0h2v.5h-2z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M658.78 1100.362l-.78.78v13.22h4v-3h3v3h4v-13.22l-.78-.78h-9.44zm1.22 2h2v1h-2v-1zm5 0h2v1h-2v-1zm-5 2h2v1h-2v-1zm5 0h2v1h-2v-1zm-5 2h2v1h-2v-1zm5 0h2v1h-2v-1zm-5 2h2v1h-2v-1zm5 0h2v1h-2v-1z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="commercial-24"><g transform="translate(-630 -1098.4)" color="#000"><path d="M636 1100.362c-.5 0-1 .5-1 1v18h6.5v-3h2v3h6.5v-18c0-.5-.5-1-1-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M636 1100.362c-.5 0-1 .5-1 1v18h6v-3h3v3h6v-18c0-.5-.5-1-1-1zm2 3h3v1h-3zm6 0h3v1h-3zm-6 3h3v1h-3zm6 0h3v1h-3zm-6 3h3v1h-3zm6 0h3v1h-3zm-6 3h3v1h-3zm6 0h3v1h-3z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="cricket-12"><g transform="translate(-516 -1242.4)" color="#000"><path d="M520 1243.612s-.5.25-1 .75-.75 1-.75 1l5 5h1.25l2 2h.5v-.5l-2-2v-1.25l-5-5zm-1 5.25c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M520 1243.612s-.5.25-1 .75-.75 1-.75 1l5 5h1.25l2 2h.5v-.5l-2-2v-1.25l-5-5zm-1 5.25c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="cricket-18"><g transform="translate(-499 -1243.4)" color="#000"><path d="M504.438 1245.33s-.813 0-1.625.813c-.813.813-.813 1.625-.813 1.625l8.125 8.125 1.22-.406 2.436 2.438c.258.257.426.406.75.406.103 0 .218 0 .345-.124.127-.127.125-.242.125-.344 0-.325-.177-.52-.406-.75l-2.438-2.437.407-1.22-8.125-8.124zm2.312 10.032c-.69 0-1.25.56-1.25 1.25s.56 1.25 1.25 1.25 1.25-.56 1.25-1.25-.56-1.25-1.25-1.25z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M504.438 1245.33s-.813 0-1.625.813c-.813.813-.813 1.625-.813 1.625l8.125 8.125 1.22-.406 2.436 2.438c.258.257.426.406.75.406.103 0 .218 0 .345-.124.127-.127.125-.242.125-.344 0-.325-.177-.52-.406-.75l-2.438-2.437.407-1.22-8.125-8.124zm2.312 10.032c-.69 0-1.25.56-1.25 1.25s.56 1.25 1.25 1.25 1.25-.56 1.25-1.25-.56-1.25-1.25-1.25z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="cricket-24"><g color="#000" transform="translate(-474 -1242.4)"><path d="M479 1246.362c-1 1-1 2-1 2l10 10 1.5-.5 4 4c.316.317.506.5.906.5.125 0 .28 0 .438-.156.156-.156.156-.312.156-.437 0-.4-.218-.626-.5-.908l-4-4 .5-1.5-10-10s-1 0-2 1zm3.5 9c-.828 0-1.5.672-1.5 1.5 0 .83.672 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.828-.672-1.5-1.5-1.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" overflow="visible"/><path d="M479 1246.362c-1 1-1 2-1 2l10 10 1.5-.5 4 4c.316.317.506.5.906.5.125 0 .28 0 .438-.156.156-.156.156-.312.156-.437 0-.4-.218-.626-.5-.908l-4-4 .5-1.5-10-10s-1 0-2 1zm3.5 9c-.828 0-1.5.672-1.5 1.5 0 .83.672 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.828-.672-1.5-1.5-1.5z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="cross-12"><g color="#000" font-family="Sans" transform="translate(30 -1242.4)"><path d="M-27.5 1243.362c-.25 0-.5.25-.5.5 0 .125.04.244.14.344l3.657 3.656-3.656 3.656c-.1.1-.14.22-.14.344 0 .25.25.5.5.5.125 0 .25-.03.36-.14l3.64-3.64 3.64 3.64c.11.11.235.14.36.14.25 0 .5-.25.5-.5 0-.124-.04-.244-.14-.344l-3.657-3.656 3.656-3.656c.1-.1.14-.22.14-.344 0-.25-.25-.5-.5-.5-.125 0-.25.03-.36.14l-3.64 3.642-3.64-3.64c-.11-.11-.235-.142-.36-.142z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M-27.5 1243.362c-.25 0-.5.25-.5.5 0 .125.04.244.14.344l3.657 3.656-3.656 3.656c-.1.1-.14.22-.14.344 0 .25.25.5.5.5.125 0 .25-.03.36-.14l3.64-3.64 3.64 3.64c.11.11.235.14.36.14.25 0 .5-.25.5-.5 0-.124-.04-.244-.14-.344l-3.657-3.656 3.656-3.656c.1-.1.14-.22.14-.344 0-.25-.25-.5-.5-.5-.125 0-.25.03-.36.14l-3.64 3.642-3.64-3.64c-.11-.11-.235-.142-.36-.142z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="cross-18"><g color="#000" font-family="Sans" transform="translate(48 -1242.4)"><path d="M-43.917 1244.362c-.54 0-1.083.542-1.083 1.083 0 .27.088.53.305.745l4.672 4.672-4.672 4.672c-.217.217-.305.475-.305.745 0 .54.542 1.082 1.083 1.082.27 0 .542-.067.78-.304l4.637-4.638 4.638 4.638c.237.237.508.304.78.304.54 0 1.082-.542 1.082-1.083 0-.27-.088-.53-.305-.746l-4.672-4.672 4.672-4.672c.217-.216.305-.475.305-.745 0-.54-.542-1.083-1.083-1.083-.27 0-.542.067-.78.305l-4.637 4.638-4.638-4.638c-.237-.238-.508-.305-.78-.305z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M-43.917 1244.362c-.54 0-1.083.542-1.083 1.083 0 .27.088.53.305.745l4.672 4.672-4.672 4.672c-.217.217-.305.475-.305.745 0 .54.542 1.082 1.083 1.082.27 0 .542-.067.78-.304l4.637-4.638 4.638 4.638c.237.237.508.304.78.304.54 0 1.082-.542 1.082-1.083 0-.27-.088-.53-.305-.746l-4.672-4.672 4.672-4.672c.217-.216.305-.475.305-.745 0-.54-.542-1.083-1.083-1.083-.27 0-.542.067-.78.305l-4.637 4.638-4.638-4.638c-.237-.238-.508-.305-.78-.305z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="cross-24"><g transform="translate(72 -1242.4)" color="#000" font-family="Sans"><path d="M-66.917 1245.362c-.54 0-1.083.542-1.083 1.083 0 .27.088.53.305.745l6.672 6.672-6.672 6.672c-.217.217-.305.475-.305.745 0 .54.542 1.082 1.083 1.082.27 0 .542-.067.78-.304l6.637-6.638 6.638 6.638c.237.237.508.304.78.304.54 0 1.082-.542 1.082-1.083 0-.27-.088-.53-.305-.746l-6.672-6.672 6.672-6.672c.217-.216.305-.475.305-.745 0-.54-.542-1.083-1.083-1.083-.27 0-.542.067-.78.305l-6.637 6.638-6.638-6.638c-.237-.238-.508-.305-.78-.305z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M-66.917 1245.362c-.54 0-1.083.542-1.083 1.083 0 .27.088.53.305.745l6.672 6.672-6.672 6.672c-.217.217-.305.475-.305.745 0 .54.542 1.082 1.083 1.082.27 0 .542-.067.78-.304l6.637-6.638 6.638 6.638c.237.237.508.304.78.304.54 0 1.082-.542 1.082-1.083 0-.27-.088-.53-.305-.746l-6.672-6.672 6.672-6.672c.217-.216.305-.475.305-.745 0-.54-.542-1.083-1.083-1.083-.27 0-.542.067-.78.305l-6.637 6.638-6.638-6.638c-.237-.238-.508-.305-.78-.305z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="dam-12"><g transform="translate(-516 -1315.4)" color="#000"><path d="M518 1316.362v9h4l-3-9zm4.5 5.5l-.594.188.282.906.312-.094 1.5.5 1.5-.5 1.5.5v-1.03l-1.5-.47-1.5.47zm0 2l.375 1.125 1.125.375 1.5-.5 1.5.5v-1.03l-1.5-.47-1.5.47z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M518 1316.362v9h4l-3-9zm4.5 5.5l-.594.188.282.906.312-.094 1.5.5 1.5-.5 1.5.5v-1.03l-1.5-.47-1.5.47zm0 2l.375 1.125 1.125.375 1.5-.5 1.5.5v-1.03l-1.5-.47-1.5.47z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="dam-18"><g transform="translate(-498 -1314.4)" color="#000"><path d="M501 1316.362v12h5l-3-12zm6.5 6.5l-1.22.625.345 1.313.875-.438 2 1 2.5-.844 2 .844v-1.5l-2-1-2.5 1zm0 3l-.563.28.344 1.345.22-.125 2 1 2.5-.844 2 .844v-1.5l-2-1-2.5 1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M501 1316.362v12h5l-3-12zm6.5 6.5l-1.22.625.345 1.313.875-.438 2 1 2.5-.844 2 .844v-1.5l-2-1-2.5 1zm0 3l-.563.28.344 1.345.22-.125 2 1 2.5-.844 2 .844v-1.5l-2-1-2.5 1z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="dam-24"><g transform="translate(-474 -1314.4)" color="#000"><path d="M478 1320.362v12c0 .5.5 1 1 1h5l-4-14h-1c-.5 0-1 .5-1 1zm8.5 6c-.106 0-.217.033-.313.062l-2.437.844.53 1.875 2.22-.78 2.688.936c.103.033.207.06.312.06.105 0 .214-.03.313-.06l3.187-.938 2 .656v-2.03l-1.688-.564c-.1-.033-.206-.062-.312-.062-.106 0-.21.03-.313.062l-3.187.938-2.688-.938c-.105-.035-.206-.062-.312-.062zm0 4c-.106 0-.217.033-.313.062l-1.375.47.532 1.874 1.156-.406 2.688.937c.103.033.207.06.312.06.105 0 .214-.03.313-.06l3.187-.938 2 .656v-2.03l-1.688-.564c-.1-.033-.206-.062-.312-.062-.106 0-.21.03-.313.062l-3.187.938-2.688-.938c-.105-.035-.206-.062-.312-.062z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M478 1320.362v12c0 .5.5 1 1 1h5l-4-14h-1c-.5 0-1 .5-1 1zm8.5 6c-.106 0-.217.033-.313.062l-2.437.844.53 1.875 2.22-.78 2.688.936c.103.033.207.06.312.06.105 0 .214-.03.313-.06l3.187-.938 2 .656v-2.03l-1.688-.564c-.1-.033-.206-.062-.312-.062-.106 0-.21.03-.313.062l-3.187.938-2.688-.938c-.105-.035-.206-.062-.312-.062zm0 4c-.106 0-.217.033-.313.062l-1.375.47.532 1.874 1.156-.406 2.688.937c.103.033.207.06.312.06.105 0 .214-.03.313-.06l3.187-.938 2 .656v-2.03l-1.688-.564c-.1-.033-.206-.062-.312-.062-.106 0-.21.03-.313.062l-3.187.938-2.688-.938c-.105-.035-.206-.062-.312-.062z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="danger-12"><g transform="translate(-594 -1050.4)" color="#000"><path d="M599.5 1051.362l-1.5 1.5v2l1 1v.5l1.5 1 1.5-1v-.5l1-1v-2l-1.5-1.5zm-.5 2h1v.5h-1zm2 0h1v.5h-1zm-5 3v1l.56.28 2.44 1.22-3 1.5v1h.5l5.5-2.5 3-1.5v-1h-.5l-3 1.5-.5.5h-1l-.5-.5-3-1.5zm7 3l-1.5.5 3 1.5h.5v-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M599.5 1051.362l-1.5 1.5v2l1 1v.5l1.5 1 1.5-1v-.5l1-1v-2l-1.5-1.5zm-.5 2h1v.5h-1zm2 0h1v.5h-1zm-5 3v1l.56.28 2.44 1.22-3 1.5v1h.5l5.5-2.5 3-1.5v-1h-.5l-3 1.5-.5.5h-1l-.5-.5-3-1.5zm7 3l-1.5.5 3 1.5h.5v-1z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="danger-18"><g transform="translate(-576 -1050.4)" color="#000"><path d="M584.5 1052.362l-1.5.5-1 1.5v2.5l1.5 1v1.5l2 1 2-1v-1.5l1.5-1v-2.5l-1-1.5-1.5-.5zm-.5 2.5h.5l.5.5v.5l-.5.5h-.5l-.5-.5v-.5zm2.5 0h.5l.5.5v.5l-.5.5h-.5l-.5-.5v-.5zm-6.5 5v1l3.875 1.75-3.875 1.75v1h1l10-4.5v-1h-1l-4.5 2.03-4.5-2.03zm8.22 3.25l-1.595.72 3.375 1.53h1v-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M584.5 1052.362l-1.5.5-1 1.5v2.5l1.5 1v1.5l2 1 2-1v-1.5l1.5-1v-2.5l-1-1.5-1.5-.5zm-.5 2.5h.5l.5.5v.5l-.5.5h-.5l-.5-.5v-.5zm2.5 0h.5l.5.5v.5l-.5.5h-.5l-.5-.5v-.5zm-6.5 5v1l3.875 1.75-3.875 1.75v1h1l10-4.5v-1h-1l-4.5 2.03-4.5-2.03zm8.22 3.25l-1.595.72 3.375 1.53h1v-1z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="danger-24"><g transform="translate(-552 -1050.4)" color="#000"><path d="M564.5 1054.362c-2.5 0-4.5 2-4.5 4v2c0 1 2 1 2 2v1l2.5 1 2.5-1v-1c0-1 2-1 2-2v-2c0-2-2-4-4.5-4zm-1.5 3c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm3 0c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm-8 6c-.5 0-1 .5-1 1v.5l5.25 2.25-5.25 2.25v.5c0 .5.5 1 1 1l14-6v-.5c0-.5-.5-1-1-1l-6.5 2.78-6.5-2.78zm10.5 4.5l-2.25.97 4.75 2.03c.5 0 1-.5 1-1v-.5l-3.5-1.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M564.5 1054.362c-2.5 0-4.5 2-4.5 4v2c0 1 2 1 2 2v1l2.5 1 2.5-1v-1c0-1 2-1 2-2v-2c0-2-2-4-4.5-4zm-1.5 3c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm3 0c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm-8 6c-.5 0-1 .5-1 1v.5l5.25 2.25-5.25 2.25v.5c0 .5.5 1 1 1l14-6v-.5c0-.5-.5-1-1-1l-6.5 2.78-6.5-2.78zm10.5 4.5l-2.25.97 4.75 2.03c.5 0 1-.5 1-1v-.5l-3.5-1.5z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="dentist-12"><g transform="translate(-162 -1170.4)" fill="#444"><path d="M166 1180.862c-1 0-1.438-2.802-1.77-4.397-.284-1.354-.728-3.832.926-4.103 1.632-.27 1.666 1 2.843 1s1.21-1.27 2.84-1c1.657.27 1.212 2.748.93 4.103-.334 1.595-.77 4.397-1.77 4.397s-.823-2-2-2c-1.184 0-1 2-2 2z" opacity=".3" stroke="#FFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M166 1180.862c-1 0-1.438-2.802-1.77-4.397-.284-1.354-.728-3.832.926-4.103 1.632-.27 1.666 1 2.843 1s1.21-1.27 2.84-1c1.657.27 1.212 2.748.93 4.103-.334 1.595-.77 4.397-1.77 4.397s-.823-2-2-2c-1.184 0-1 2-2 2z"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="dentist-18"><g transform="translate(-162 -1170.4)" fill="#444"><path d="M167.5 1185.862c-1.5 0-1.656-3.953-2.156-6.346-.424-2.03-1.09-5.747 1.39-6.154 2.45-.403 2.5 1.5 4.266 1.5 1.767 0 1.814-1.904 4.262-1.5 2.485.407 1.817 4.122 1.394 6.154-.5 2.393-.655 6.346-2.155 6.346s-1.732-3-3.5-3c-1.776 0-2 3-3.5 3z" opacity=".3" stroke="#FFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M167.5 1185.862c-1.5 0-1.656-3.953-2.156-6.346-.424-2.03-1.09-5.747 1.39-6.154 2.45-.403 2.5 1.5 4.266 1.5 1.767 0 1.814-1.904 4.262-1.5 2.485.407 1.817 4.122 1.394 6.154-.5 2.393-.655 6.346-2.155 6.346s-1.732-3-3.5-3c-1.776 0-2 3-3.5 3z"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="dentist-24"><g transform="translate(-162 -1170.4)" fill="#444"><path d="M169.5 1190.862c-2 0-2.375-5.104-3.04-8.294-.567-2.71-1.455-8.086 1.853-8.63 3.264-.537 3.33 1.93 5.686 1.93 2.354 0 2.42-2.468 5.682-1.93 3.314.544 2.424 5.92 1.858 8.63-.668 3.19-1.04 8.294-3.04 8.294s-2.146-4.494-4.5-4.494c-2.37 0-2.5 4.494-4.5 4.494z" opacity=".3" stroke="#FFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M169.5 1190.862c-2 0-2.375-5.104-3.04-8.294-.567-2.71-1.455-8.086 1.853-8.63 3.264-.537 3.33 1.93 5.686 1.93 2.354 0 2.42-2.468 5.682-1.93 3.314.544 2.424 5.92 1.858 8.63-.668 3.19-1.04 8.294-3.04 8.294s-2.146-4.493-4.5-4.493c-2.37-.002-2.5 4.492-4.5 4.492z"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="disability-12"><g transform="translate(-360 -1363.4)" color="#000"><path d="M365.5 1364.362c-.828 0-1.5.672-1.5 1.5 0 .83.672 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.828-.672-1.5-1.5-1.5zm-.5 3.5v3.5h3.25l1.75 2h1v-.5l-2-2.5h-1.656l-.844-2.5H365zm-1 .5c-1.166.412-2 1.694-2 3 0 1.657 1.343 3 3 3 1.368 0 2.514-.77 2.875-2h-1.03c-.325.642-.903 1-1.72 1-1.174 0-2.125-.95-2.125-2.125 0-.76.402-1.5 1-1.875v-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M365.5 1364.362c-.828 0-1.5.672-1.5 1.5 0 .83.672 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.828-.672-1.5-1.5-1.5zm-.5 3.5v3.5h3.25l1.75 2h1v-.5l-2-2.5h-1.656l-.844-2.5H365zm-1 .5c-1.166.412-2 1.694-2 3 0 1.657 1.343 3 3 3 1.368 0 2.514-.77 2.875-2h-1.03c-.325.642-.903 1-1.72 1-1.174 0-2.125-.95-2.125-2.125 0-.76.402-1.5 1-1.875v-1z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="disability-18"><g transform="translate(-342 -1363.4)" color="#000"><path d="M350.5 1364.362c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2zm-.5 5l-1 1v4l1 1h4.375l2.625 3h1v-1l-2.5-3.125-.5-.375h-2l-1-3.5-1-1h-1zm-2 1.5c-1.748.618-3 2.54-3 4.5 0 2.485 2.015 4.5 4.5 4.5 2.232 0 4.083-1.37 4.438-3.5H352.5c-.404 1.298-1.382 2-2.813 2-1.76 0-3.187-1.427-3.187-3.187 0-1.138.603-2.25 1.5-2.813v-1.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M350.5 1364.362c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2zm-.5 5l-1 1v4l1 1h4.375l2.625 3h1v-1l-2.5-3.125-.5-.375h-2l-1-3.5-1-1h-1zm-2 1.5c-1.748.618-3 2.54-3 4.5 0 2.485 2.015 4.5 4.5 4.5 2.232 0 4.083-1.37 4.438-3.5H352.5c-.404 1.298-1.382 2-2.813 2-1.76 0-3.187-1.427-3.187-3.187 0-1.138.603-2.25 1.5-2.813v-1.5z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="disability-24"><g color="#000" transform="translate(-318 -1363.4)"><path d="M329.5 1365.362c-1.38 0-2.5 1.12-2.5 2.5s1.12 2.5 2.5 2.5 2.5-1.12 2.5-2.5-1.12-2.5-2.5-2.5zm-.5 6c-1 0-2 1-2 2v3.5c0 1.5 1 2.5 2.5 2.5h5l2.625 3.5c.226.332.484.5.875.5.5 0 1-.5 1-1 0-.293-.167-.52-.28-.72l-2.72-3.78c-.18-.314-.5-.5-1-.5h-2.5l-1-4c-.243-.97-.5-2-1.5-2zm-3 2c-2.33.823-4 3.387-4 6 0 3.314 2.686 6 6 6 2.976 0 5.433-2.158 5.906-5H332c-.538 1.73-1.843 3-3.75 3-2.347 0-4.25-1.903-4.25-4.25 0-1.517.803-2.998 2-3.75z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M329.5 1365.362c-1.38 0-2.5 1.12-2.5 2.5s1.12 2.5 2.5 2.5 2.5-1.12 2.5-2.5-1.12-2.5-2.5-2.5zm-.5 6c-1 0-2 1-2 2v3.5c0 1.5 1 2.5 2.5 2.5h5l2.625 3.5c.226.332.484.5.875.5.5 0 1-.5 1-1 0-.293-.167-.52-.28-.72l-2.72-3.78c-.18-.314-.5-.5-1-.5h-2.5l-1-4c-.243-.97-.5-2-1.5-2zm-3 2c-2.33.823-4 3.387-4 6 0 3.314 2.686 6 6 6 2.976 0 5.433-2.158 5.906-5H332c-.538 1.73-1.843 3-3.75 3-2.347 0-4.25-1.903-4.25-4.25 0-1.517.803-2.998 2-3.75z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="dog-park-12"><path d="M7.906 1.5c-.174.037-.323.174-.375.344l-.5 1.5-.468 1.437-.28-.186C6.2 4.534 6.1 4.502 6 4.5H4.5v-.313l.844-.843c.263-.277.038-.83-.344-.844H4c-.13.005-.255.062-.344.156l-1 1c-.094.09-.15.215-.156.344V7l-.97 2.844c-.096.297.157.652.47.656h1c.182-.005.358-.117.438-.28l.062-.126c.044.23.267.41.5.406h1c.233.004.456-.177.5-.406.044.23.267.41.5.406h1c.207-.003.404-.147.47-.344l.03-.062c.044.23.267.41.5.406h1c.262 0 .5-.238.5-.5V7c-.002-.16-.087-.316-.22-.406L9.126 6.5H10c.13-.005.255-.062.344-.156l1-1c.094-.09.15-.215.156-.344V4c0-.262-.238-.5-.5-.5h-.813L9.5 2.812V2c0-.262-.238-.5-.5-.5H8c-.03-.003-.063-.003-.094 0z" opacity=".3" fill="#fff"/><path d="M4 3L3 4v3l-1 3h1l.725-1.45L4 8v2h1V8h1.5L6 10h1l.5-1.5H8V10h1V7L6 5H4V4l1-1zM9 6h1l1-1V4h-1L9 3V2H8l-.5 1.5L7 5z" fill="#444"/><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="dog-park-18"><path d="M14 3l-1.5 1-1 2 2 2 .5-1h2.5l.5-1-3-1.5L15 3h-1zM5 4L3.5 6l1.125 2.125-.475 1.2.1.675L2 14h1l2.5-3-.5 3h1l1-4 3.5 1-1 3H11l1-3 .5 3H14l-1-3V8.5l-2-2-1 .5H6L4.5 6 6 4H5z" fill="#444" stroke="#fff" stroke-width="2" stroke-linejoin="round" stroke-linecap="round" opacity=".3"/><path d="M14 3l-1.5 1-1 2 2 2 .5-1h2.5l.5-1-3-1.5L15 3h-1zM5 4L3.5 6l1.125 2.125-.475 1.2.1.675L2 14h1l2.5-3-.5 3h1l1-4 3.5 1-1 3H11l1-3 .5 3H14l-1-3V8.5l-2-2-1 .5H6L4.5 6 6 4H5z" fill="#444"/><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="dog-park-24"><path d="M6 5L5 7l1 3c-1 1-1 2-1 3l-2 5h2c-.482-1.39.753-2.384 1.5-3.5L6 18h2c-1.004-1.587.4-3.4 1-5 1 0 1.5 1 4 1l-1 4h2c-.876-1.118-.076-1.85.5-3l1.5 3h2c-1.578-.91-1.583-2.332-2-4l.5-2.5-2-3L13 9H7.5L6 7l1-2H6zm12 0l-2 1-1 2 2 3c.5-1 2-1 4.5-1l.5-1.5-4-2V6l1-1h-1z" fill="#444" stroke="#fff" stroke-width="2" stroke-linejoin="round" stroke-linecap="round" opacity=".3"/><path d="M6 5L5 7l1 3c-1 1-1 2-1 3l-2 5h2c-.482-1.39.753-2.384 1.5-3.5L6 18h2c-1.004-1.587.4-3.4 1-5 1 0 1.5 1 4 1l-1 4h2c-.876-1.118-.076-1.85.5-3l1.5 3h2c-1.578-.91-1.583-2.332-2-4l.5-2.5-2-3L13 9H7.5L6 7l1-2H6zm12 0l-2 1-1 2 2 3c.5-1 2-1 4.5-1l.5-1.5-4-2V6l1-1h-1z" fill="#444"/><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="embassy-12"><g transform="translate(-360 -1242.4)" color="#000"><path d="M365.5 1244.362l-2.5 1v8h1v-5l1.5-.5 2.5 1.5 2-1v-3.5l-2 1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M365.5 1244.362l-2.5 1v8h1v-5l1.5-.5 2.5 1.5 2-1v-3.5l-2 1z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="embassy-18"><g transform="translate(-342 -1242.4)" color="#000"><path d="M350 1244.362l-3 1.5v12.5h1v-8l2-1 3.5 2 2.5-1v-5l-2.5 1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M350 1244.362l-3 1.5v12.5h1v-8l2-1 3.5 2 2.5-1v-5l-2.5 1z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="embassy-24"><g transform="translate(-1 -1004.4)" color="#000"><path d="M11 1006.362l-2 1-2 1v15c0 .5.5 1 1 1s1-.5 1-1v-9l2-1c2-1 4.21 2.895 6 2l3-1.5v-7l-3 1.5c-1.79.895-4-3-6-2z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M11 1006.362l-2 1-2 1v15c0 .5.5 1 1 1s1-.5 1-1v-9l2-1c2-1 4.21 2.895 6 2l3-1.5v-7l-3 1.5c-1.79.895-4-3-6-2z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="emergency-telephone-12"><g transform="translate(-360 -1338.4)"><path d="M364 1339.862l-2.5 2.5h2.5v-2.5zm3.5.5l-5.5 5.5v2l1 1h1l1-1v-1l-1-1 3.5-3.5 1 1h1l1-1v-1l-1-1h-2z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M364 1339.862l-2.5 2.5h2.5v-2.5zm3.5.5l-5.5 5.5v2l1 1h1l1-1v-1l-1-1 3.5-3.5 1 1h1l1-1v-1l-1-1h-2z" color="#000" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="emergency-telephone-18"><g transform="matrix(.8 0 0 .8 -240 -985.8)" color="#000"><path d="M328 1316.362l-4.667 4.667H328zm7.333.667L324 1328.36v3.333l1.75 1.75 4-4-1.083-1.083 6.666-6.667 1.084 1.084 4-4-1.75-1.75zm5.584 2.25l-4 4 .416.416h1.334l2.666-2.667v-1.334zm-10.667 10.666l-4 4 .417.416H328l2.667-2.667v-1.333z" opacity=".3" fill="none" stroke="#fff" stroke-width="2.667" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M328 1316.362l-4.667 4.667H328zm7.333.667L324 1328.36v3.333l1.75 1.75 4-4-1.083-1.083 6.666-6.667 1.084 1.084 4-4-1.75-1.75zm5.584 2.25l-4 4 .416.416h1.334l2.666-2.667v-1.334zm-10.667 10.666l-4 4 .417.416H328l2.667-2.667v-1.333z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="emergency-telephone-24"><g transform="translate(-320 -1314.4)" color="#000" fill="#444"><path d="M329 1317.862l-4.5 4.5h4.5v-4.5zm7 .5c-1 0-1.326.326-2 1l-8 8c-.5.5-1 1-1 2v1.5c0 1 .5 1.5 1 2l.563.563 3.5-3.5-.563-.563c-.5-.5 0-1 0-1l5.5-5.5s.5-.5 1 0l.563.563 3.5-3.5-.563-.563c-.5-.5-1-1-2-1H336zm4.438 1.938l-3.5 3.5.562.562c.354.354 1.146.354 1.5 0l2-2c.354-.354.354-1.146 0-1.5l-.563-.562zm-10 10l-3.5 3.5.562.562c.354.354 1.146.354 1.5 0l2-2c.354-.353.354-1.146 0-1.5l-.563-.562z" opacity=".3" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M329 1317.862l-4.5 4.5h4.5v-4.5zm7 .5c-1 0-1.326.326-2 1l-8 8c-.5.5-1 1-1 2v1.5c0 1 .5 1.5 1 2l.563.563 3.5-3.5-.563-.563c-.5-.5 0-1 0-1l5.5-5.5s.5-.5 1 0l.563.563 3.5-3.5-.563-.563c-.5-.5-1-1-2-1H336zm4.438 1.938l-3.5 3.5.562.562c.354.354 1.146.354 1.5 0l2-2c.354-.354.354-1.146 0-1.5l-.563-.562zm-10 10l-3.5 3.5.562.562c.354.354 1.146.354 1.5 0l2-2c.354-.353.354-1.146 0-1.5l-.563-.562z" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="entrance-12"><g transform="translate(0 -1040.4)"><path d="M3 1041.362v3h1v-2h5v7H4v-2H3v3h7v-9zm2 2v2H1v1h4v2h.5l3-2.5-3-2.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M3 1041.362v3h1v-2h5v7H4v-2H3v3h7v-9zm2 2v2H1v1h4v2h.5l3-2.5-3-2.5z" fill="#444"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="entrance-18"><path d="M4.813 2c-.46.087-.82.533-.813 1v3h2V4h7v9H6v-2H4v3c0 .524.476 1 1 1h9c.524 0 1-.476 1-1V3c0-.524-.476-1-1-1H5c-.062-.01-.125-.01-.188 0zM7 5v2H2v3h5v2l5-3.5L7 5z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible" font-family="Sans"/><path d="M4.813 2c-.46.087-.82.533-.813 1v3h2V4h7v9H6v-2H4v3c0 .524.476 1 1 1h9c.524 0 1-.476 1-1V3c0-.524-.476-1-1-1H5c-.062-.01-.125-.01-.188 0zM7 5v2H2v3h5v2l5-3.5L7 5z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" color="#000" fill="#444" overflow="visible" font-family="Sans"/><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="entrance-24"><path d="M7 3c-.5 0-1.008.534-1 1v4h2V5h9v13H8v-3H6v4c0 .523.476 1 1 1h11c.524 0 1-.477 1-1V4c0-.523-.476-1-1-1H7zm3.5 4c-.292-.028-.5.22-.5.5V10H3.5c-.828 0-1.5.672-1.5 1.5S2.672 13 3.5 13H10v2.5c.005.358.485.64.78.438l5-4.032c.265-.174.282-.62.033-.812l-5-3.97c-.114-.077-.216-.115-.313-.124z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M7 3c-.5 0-1.008.534-1 1v4h2V5h9v13H8v-3H6v4c0 .523.476 1 1 1h11c.524 0 1-.477 1-1V4c0-.523-.476-1-1-1H7zm3.5 4c-.292-.028-.5.22-.5.5V10H3.5c-.828 0-1.5.672-1.5 1.5S2.672 13 3.5 13H10v2.5c.005.358.485.64.78.438l5-4.032c.265-.174.282-.62.033-.812l-5-3.97c-.114-.077-.216-.115-.313-.124z" fill="#444"/><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="farm-12"><g transform="translate(-672 -1338.4)" color="#000"><path d="M682 1340.362l-1 1v6h2v-6zm-6.5 2l-2 2h.5v3h6v-3h.5l-2-2z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M682 1340.362l-1 1v6h2v-6zm-6.5 2l-2 2h.5v3h3v-2h1v2h2v-3h.5l-2-2zm2 1l1 1h-2z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="farm-18"><g transform="translate(-654 -1338.4)" color="#000"><path d="M667 1344.362v8h4v-8l-1-2h-2zm-9.5 0l-2.5 3h1v5h9v-5h1l-2-3z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M667 1344.362v8h4v-8l-1-2h-2zm-9.5 0l-2.5 3h1v5h6v-2h1v2h2v-5h1l-2-3zm5 2l1.5 1v1h-3v-1z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="farm-24"><g color="#000" transform="translate(-630 -1338.4)"><path d="M647 1345.362v10h5v-10c0-1.5-.5-3-2.5-3s-2.5 1.5-2.5 3zm-11 0c-.5 0-1 .5-1.5 1l-2.5 3h1v6h12v-6h1l-2.5-3c-.5-.5-1-1-1.5-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M647 1345.362v10h5v-10c0-1.5-.5-3-2.5-3s-2.5 1.5-2.5 3zm-11 0c-.5 0-1 .5-1.5 1l-2.5 3h1v6h7v-3h2v3h3v-6h1l-2.5-3c-.5-.5-1-1-1.5-1zm5 2s2 1.255 2 2v1h-4v-1c0-.745 2-2 2-2z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="fast-food-12"><g color="#000" transform="translate(-360 -1122.4)"><path d="M365.5 1125.362c-1.42 0-3.15.872-3.053 2.053v1.197h8.053v-1.197c0-1.184-1.58-2.053-3-2.053zm-3.5 4v1h9v-1zm.5 1.75c0 .474.526 1.25 1 1.25h6c.474 0 1-.776 1-1.25z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M365.5 1125.362c-1.42 0-3.15.872-3.053 2.053v1.197h8.053v-1.197c0-1.184-1.58-2.053-3-2.053zm-3.5 4v1h9v-1zm.5 1.75c0 .474.526 1.25 1 1.25h6c.474 0 1-.776 1-1.25z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="fast-food-18"><g transform="translate(-343 -1123.4)" color="#000"><path d="M350.5 1127.362c-2.053 0-3.5.79-3.5 2.5v1.5h11v-1.5c0-1.71-1.447-2.5-3.5-2.5h-4zm0 1.125c.207 0 .375.168.375.375s-.168.375-.375.375-.375-.168-.375-.375.168-.375.375-.375zm4 0c.207 0 .375.168.375.375s-.168.375-.375.375-.375-.168-.375-.375.168-.375.375-.375zm-6 1c.207 0 .375.168.375.375s-.168.375-.375.375-.375-.168-.375-.375.168-.375.375-.375zm4 0c.207 0 .375.168.375.375s-.168.375-.375.375-.375-.168-.375-.375.168-.375.375-.375zm4 0c.207 0 .375.168.375.375s-.168.375-.375.375-.375-.168-.375-.375.168-.375.375-.375zm-9.5 2.875c-.342 0-.5.158-.5.5 0 .342.158.5.5.5h11c.342 0 .5-.158.5-.5 0-.342-.158-.5-.5-.5h-11zm0 2v.625c0 .684.69 1.375 1.375 1.375h8.25c.684 0 1.375-.69 1.375-1.375v-.625h-11z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M350.5 1127.362c-2.053 0-3.5.79-3.5 2.5v1.5h11v-1.5c0-1.71-1.447-2.5-3.5-2.5h-4zm0 1.125c.207 0 .375.168.375.375s-.168.375-.375.375-.375-.168-.375-.375.168-.375.375-.375zm4 0c.207 0 .375.168.375.375s-.168.375-.375.375-.375-.168-.375-.375.168-.375.375-.375zm-6 1c.207 0 .375.168.375.375s-.168.375-.375.375-.375-.168-.375-.375.168-.375.375-.375zm4 0c.207 0 .375.168.375.375s-.168.375-.375.375-.375-.168-.375-.375.168-.375.375-.375zm4 0c.207 0 .375.168.375.375s-.168.375-.375.375-.375-.168-.375-.375.168-.375.375-.375zm-9.5 2.875c-.342 0-.5.158-.5.5 0 .342.158.5.5.5h11c.342 0 .5-.158.5-.5 0-.342-.158-.5-.5-.5h-11zm0 2v.625c0 .684.69 1.375 1.375 1.375h8.25c.684 0 1.375-.69 1.375-1.375v-.625h-11z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="fast-food-24"><g color="#000" transform="translate(-318 -1122.4)"><path d="M328 1127.362c-3 0-6 1.5-6 4v2h17v-2c0-2.5-3-4-6-4zm.5 1c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm4 0c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm-6 2c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm4 0c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm4 0c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm-12.5 4c-.5 0-1 .5-1 1s.5 1 1 1h17c.5 0 1-.5 1-1s-.5-1-1-1zm0 3v1c0 1 1 2 2 2h13c1 0 2-1 2-2v-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M328 1127.362c-3 0-6 1.5-6 4v2h17v-2c0-2.5-3-4-6-4zm.5 1c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm4 0c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm-6 2c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm4 0c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm4 0c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm-12.5 4c-.5 0-1 .5-1 1s.5 1 1 1h17c.5 0 1-.5 1-1s-.5-1-1-1zm0 3v1c0 1 1 2 2 2h13c1 0 2-1 2-2v-1z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="ferry-12"><g transform="translate(-127 -1338.4)" color="#000"><path d="M130.5 1339.362c-.277 0-.5.223-.5.5v3.5l-1 .5 1 2v1l2 .5 1.5-.5 1.5.5 2-.5v-1l1-2-1-.47v-3.53c0-.277-.223-.5-.5-.5h-5zm.5 1h5v2.563l-2.5-1.563-2.5 1.5zm-.5 7.5l-1.5.468v1.032l.156-.062 1.344-.438 1.5.5 1.5-.5 1.5.5 1.5-.5 1.5.5v-1.03l-1.5-.47-1.5.47-1.5-.47-1.5.47z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M130.5 1339.362c-.277 0-.5.223-.5.5v3.5l-1 .5 1 2v1l2 .5 1.5-.5 1.5.5 2-.5v-1l1-2-1-.47v-3.53c0-.277-.223-.5-.5-.5h-5zm.5 1h5v2.563l-2.5-1.563-2.5 1.5zm-.5 7.5l-1.5.468v1.032l.156-.062 1.344-.438 1.5.5 1.5-.5 1.5.5 1.5-.5 1.5.5v-1.03l-1.5-.47-1.5.47-1.5-.47-1.5.47z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="ferry-18"><g transform="translate(-108 -1338.4)" color="#000"><path d="M116 1339.362c-.5 0-1 .5-1 1h-1.176c-.457 0-.853.544-.853 1l.03 3.5-2 1 2 3.5v1.5l2.5 1 2-1 2 1 2.5-1v-1.5l2-3.5-2-1v-3.5c0-.456-.367-1-.824-1H120c0-.5-.5-1-1-1zm-2 2h7v3.044l-3.5-2.044-3.5 2.044zm-1 11l-2 1v1.5l2-1 2.5 1 2-1 2 1 2.5-.853 2 .852v-1.5l-2-1-2.5 1-2-1-2 1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M116 1339.362c-.5 0-1 .5-1 1h-1.176c-.457 0-.853.544-.853 1l.03 3.5-2 1 2 3.5v1.5l2.5 1 2-1 2 1 2.5-1v-1.5l2-3.5-2-1v-3.5c0-.456-.367-1-.824-1H120c0-.5-.5-1-1-1zm-2 2h7v3.044l-3.5-2.044-3.5 2.044zm-1 11l-2 1v1.5l2-1 2.5 1 2-1 2 1 2.5-.853 2 .852v-1.5l-2-1-2.5 1-2-1-2 1z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="ferry-24"><g transform="translate(-84 -1338.4)" color="#000"><path d="M94 1339.362c-.554 0-1 .446-1 1h-2c-.554 0-1 .446-1 1v6.063l-2 .937 2 4v2c1.5 0 2.5 1 3.5 1s1.5-1 3-1 2 1 3 1 2-1 3.5-1v-2l2-4-2-.937v-6.063c0-.554-.446-1-1-1h-2c0-.554-.446-1-1-1h-5zm-2 3h9v4.125l-4.5-2.125-4.5 2.125v-4.125zm-2 14c-.694 0-1.34.405-2 .625v2.03s1-.654 2-.655c1 0 2 1 3.5 1s1.974-.965 3-1c1 0 1.5 1 3 1s2.5-1 3.5-1c.702 0 2 .656 2 .656v-2.03c-.642-.248-1.343-.626-2-.626-1.5 0-2.5 1-3.5 1s-1.5-1-3-1-2 1-3 1-2-1-3.5-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M94 1339.362c-.554 0-1 .446-1 1h-2c-.554 0-1 .446-1 1v6.063l-2 .937 2 4v2c1.5 0 2.5 1 3.5 1s1.5-1 3-1 2 1 3 1 2-1 3.5-1v-2l2-4-2-.937v-6.063c0-.554-.446-1-1-1h-2c0-.554-.446-1-1-1h-5zm-2 3h9v4.125l-4.5-2.125-4.5 2.125v-4.125zm-2 14c-.694 0-1.34.405-2 .625v2.03s1-.654 2-.655c1 0 2 1 3.5 1s1.974-.965 3-1c1 0 1.5 1 3 1s2.5-1 3.5-1c.702 0 2 .656 2 .656v-2.03c-.642-.248-1.343-.626-2-.626-1.5 0-2.5 1-3.5 1s-1.5-1-3-1-2 1-3 1-2-1-3.5-1z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="fire-station-12"><path d="M6.5 1L5 4 3.5 2.5C3.17 3.083 2 4.5 2 6c0 2.21 2.29 4 4.5 4S11 8.21 11 6c0-1.5-1.17-2.917-1.5-3.5L8 4zm0 4.5S8 6.842 8 8c0 .5-.5 1-1.5 1S5 8.5 5 8c0-1.118 1.5-2.5 1.5-2.5z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M6.5 1L5 4 3.5 2.5C3.17 3.083 2 4.5 2 6c0 2.21 2.29 4 4.5 4S11 8.21 11 6c0-1.5-1.17-2.917-1.5-3.5L8 4zm0 4.5S8 6.842 8 8c0 .5-.5 1-1.5 1S5 8.5 5 8c0-1.118 1.5-2.5 1.5-2.5z" color="#000" fill="#444" overflow="visible"/><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="fire-station-18"><path d="M9.5 2L7 6 5.5 4C4.96 4.947 3 7.063 3 9.5 3 13.09 5.91 16 9.5 16S16 13.09 16 9.5c0-2.438-1.96-4.553-2.5-5.5L12 6zm0 6.5s2.5 2.37 2.5 4.25c0 .813-.875 1.75-2.5 1.75S7 13.562 7 12.75C7 10.933 9.5 8.5 9.5 8.5z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M9.5 2L7 6 5.5 4C4.96 4.947 3 7.063 3 9.5 3 13.09 5.91 16 9.5 16S16 13.09 16 9.5c0-2.438-1.96-4.553-2.5-5.5L12 6zm0 6.5s2.5 2.37 2.5 4.25c0 .813-.875 1.75-2.5 1.75S7 13.562 7 12.75C7 10.933 9.5 8.5 9.5 8.5z" color="#000" fill="#444" overflow="visible"/><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="fire-station-24"><path d="M12.5 3L9 8 7 5c-.663 1.165-3 4-3 7 0 4.418 4.082 8 8.5 8s8.5-3.582 8.5-8c0-3-2.337-5.835-3-7l-2 3zm0 8s3.5 2.685 3.5 5c0 1-1.5 2-3.5 2S9 17 9 16c0-2.236 3.5-5 3.5-5z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M12.5 3L9 8 7 5c-.663 1.165-3 4-3 7 0 4.418 4.082 8 8.5 8s8.5-3.582 8.5-8c0-3-2.337-5.835-3-7l-2 3zm0 8s3.5 2.685 3.5 5c0 1-1.5 2-3.5 2S9 17 9 16c0-2.236 3.5-5 3.5-5z" color="#000" fill="#444" overflow="visible"/><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="fuel-12"><g color="#000" transform="translate(-126 -1170.4)"><path d="M130.5 1171.362c-.277 0-.5.223-.5.5v8c0 .25.25.5.5.5h4c.25 0 .5-.25.5-.5v-.5h1.25c.5 0 .75-.25.75-.75v-2.75c0-.5-1-1-1-1.5v-1l-1-1v-.5c0-.277-.223-.5-.5-.5h-4zm.5 1h3v2h-3v-2zm4 1.5h.5v.75c0 .5 1 1 1 1.5v2.5c0 .25-.25.25-.25.25h-.75v-1.5h-.5v-3.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M130.5 1171.362c-.277 0-.5.223-.5.5v8c0 .25.25.5.5.5h4c.25 0 .5-.25.5-.5v-.5h1.25c.5 0 .75-.25.75-.75v-2.75c0-.5-1-1-1-1.5v-1l-1-1v-.5c0-.277-.223-.5-.5-.5h-4zm.5 1h3v2h-3v-2zm4 1.5h.5v.75c0 .5 1 1 1 1.5v2.5c0 .25-.25.25-.25.25h-.75v-1.5h-.5v-3.5z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="fuel-18"><g transform="translate(-664 -1218.4)" color="#000"><path d="M670 1220.362c-.5 0-1 .5-1 1v11c0 .5.5 1 1 1h6c.5 0 1-.5 1-1v-3h.25c.137 0 .25.096.25.25v.75c0 .5.5 1 1 1h.5c.5 0 1-.407 1-1v-3.5c0-1-1-1-1-2v-1.5h-1l-1-1v-1c0-.5-.5-1-1-1zm0 1.5h6v2.5h-6zm7 3.5h1c0 1 1 1 1 2v2.75c0 .25-.25.25-.25.25s-.25 0-.25-.25v-.75c0-.59-.5-1-1-1h-.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M670 1220.362c-.5 0-1 .5-1 1v11c0 .5.5 1 1 1h6c.5 0 1-.5 1-1v-3h.25c.137 0 .25.096.25.25v.75c0 .5.5 1 1 1h.5c.5 0 1-.407 1-1v-3.5c0-1-1-1-1-2v-1.5h-1l-1-1v-1c0-.5-.5-1-1-1zm0 1.5h6v2.5h-6zm7 3.5h1c0 1 1 1 1 2v2.75c0 .25-.25.25-.25.25s-.25 0-.25-.25v-.75c0-.59-.5-1-1-1h-.5z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="fuel-24"><g transform="translate(-1 -1004.4)" color="#000"><path d="M9 1007.362c-.554 0-1 .446-1 1v16c0 .5.5 1 1 1h9c.5 0 1-.5 1-1v-5h.5c.5 0 .5.5.5.5v2c0 1 .5 1.5 1.5 1.5s1.5-.5 1.5-1.5v-5.5c0-1-2-2-2-3v-3h-1l-1-1v-1c0-.554-.446-1-1-1zm1 2h7v4h-7zm9 3h1v1.5c0 1 2 2 2 3v5c0 .5-.5.5-.5.5s-.5 0-.5-.5v-2.5c0-.5-.5-1-1-1h-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M9 1007.362c-.554 0-1 .446-1 1v16c0 .5.5 1 1 1h9c.5 0 1-.5 1-1v-5h.5c.5 0 .5.5.5.5v2c0 1 .5 1.5 1.5 1.5s1.5-.5 1.5-1.5v-5.5c0-1-2-2-2-3v-3h-1l-1-1v-1c0-.554-.446-1-1-1zm1 2h7v4h-7zm9 3h1v1.5c0 1 2 2 2 3v5c0 .5-.5.5-.5.5s-.5 0-.5-.5v-2.5c0-.5-.5-1-1-1h-1z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="garden-12"><g color="#000" fill="#444" transform="translate(-204 -1194.4)"><path d="M208 1195.362v2c0 .867.935 1.754 2 1.97v4.03c-.5-1-1.5-2-3-1 0 0 1 2 3.5 2s3.5-2 3.5-2c-1.5-1-2.5 0-3 1v-4.03c1.065-.216 2-1.103 2-1.97v-2l-1.563 1.25-.937-1.25-.938 1.25-1.562-1.25z" opacity=".3" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M208 1195.362v2c0 .867.935 1.754 2 1.97v4.03c-.5-1-1.5-2-3-1 0 0 1 2 3.5 2s3.5-2 3.5-2c-1.5-1-2.5 0-3 1v-4.03c1.065-.216 2-1.103 2-1.97v-2l-1.563 1.25-.937-1.25-.938 1.25-1.562-1.25z" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="garden-18"><g transform="translate(-186 -1194.4)"><path d="M192 1196.362v2.5c0 1.65 1.375 2.55 3 2.5v6.5c-.813-1.625-2.5-3.5-5-2.5 0 0 1.5 4 5.5 4s5.5-4 5.5-4c-2.5-1-4.188.875-5 2.5v-6.5c1.625.05 3-.85 3-2.5v-2.5l-2 2-1.5-2-1.5 2z" opacity=".3" color="#000" fill="#444" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><g transform="translate(-123.5 911)"><path d="M315.493 285.39v2.5c0 1.65 1.375 2.55 3 2.5v6.5c-.812-1.625-2.5-3.5-5-2.5 0 0 1.5 4 5.5 4s5.5-4 5.5-4c-2.5-1-4.187.875-5 2.5v-6.5c1.625.05 3-.85 3-2.5v-2.5l-2 2-1.5-2-1.5 2z" color="#000" fill="#444" overflow="visible"/></g></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="garden-24"><g transform="translate(-162 -1194.4)" color="#000" fill="#444"><path d="M170.3 1198.362c-.253 0-.3.56-.3 1v2c0 2.03 2 3.063 4 3v8c-1-2-4-5-7-4 0 0 2.5 6 7.5 6s7.5-6 7.5-6c-3-1-6 2-7 4v-8c2 .062 4-.97 4-3v-2c0-.44-.047-1-.3-1-.193 0-.426.226-.7.5l-1.5 1.5-1.5-1.687c-.157-.176-.247-.313-.5-.313s-.343.137-.5.313l-1.5 1.687-1.5-1.5c-.274-.274-.507-.5-.7-.5z" opacity=".3" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M170.3 1198.362c-.253 0-.3.56-.3 1v2c0 2.03 2 3.063 4 3v8c-1-2-4-5-7-4 0 0 2.5 6 7.5 6s7.5-6 7.5-6c-3-1-6 2-7 4v-8c2 .062 4-.97 4-3v-2c0-.44-.047-1-.3-1-.193 0-.426.226-.7.5l-1.5 1.5-1.5-1.687c-.157-.176-.247-.313-.5-.313s-.343.137-.5.313l-1.5 1.687-1.5-1.5c-.274-.274-.507-.5-.7-.5z" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="-402.5 403.5 12 12" id="gift-12"><g opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-miterlimit="10"><path d="M-399 408.498c-.276 0-.5.224-.5.5v1.496l2.5.006v-1.996l-2-.006zM-394 408.498c.276 0 .5.224.5.5v1.496l-2.5.006v-1.996l2-.006zM-399 413.5c-.276 0-.5-.224-.5-.5v-1.506l2.5.006v2.006l-2-.006zM-394 413.5c.276 0 .5-.224.5-.5v-1.506l-2.5.006v2.006l2-.006zM-394.97 405.502c-.733 0-1.26.505-1.53 1-.272-.495-.798-1.002-1.53-1.002-.46 0-.97.405-.97.986 0 .636.362 1.016.97 1.016l1.828.002h1.233c.607 0 .97-.38.97-1.016 0-.58-.51-.986-.97-.986zm-3.06 1.5c-.245 0-.47-.062-.47-.516 0-.324.3-.486.47-.486.66 0 1.034.613 1.18 1l-1.18.002zm3.06.002h-1.18c.147-.388.52-1.002 1.18-1.002.17 0 .47.162.47.486 0 .453-.225.516-.47.516z"/></g><g fill="#454545"><path d="M-399 408.498c-.276 0-.5.224-.5.5v1.496l2.5.006v-1.996l-2-.006zM-394 408.498c.276 0 .5.224.5.5v1.496l-2.5.006v-1.996l2-.006zM-399 413.5c-.276 0-.5-.224-.5-.5v-1.506l2.5.006v2.006l-2-.006zM-394 413.5c.276 0 .5-.224.5-.5v-1.506l-2.5.006v2.006l2-.006zM-394.97 405.502c-.733 0-1.26.505-1.53 1-.272-.495-.798-1.002-1.53-1.002-.46 0-.97.405-.97.986 0 .636.362 1.016.97 1.016l1.828.002h1.233c.607 0 .97-.38.97-1.016 0-.58-.51-.986-.97-.986zm-3.06 1.5c-.245 0-.47-.062-.47-.516 0-.324.3-.486.47-.486.66 0 1.034.613 1.18 1l-1.18.002zm3.06.002h-1.18c.147-.388.52-1.002 1.18-1.002.17 0 .47.162.47.486 0 .453-.225.516-.47.516z"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="-402.5 403.5 18 18" id="gift-18"><g opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-miterlimit="10"><path d="M-397.5 414.5v2c0 .553.448 1 1 1h2.5v-3h-3.5zM-393 414.5v3h2.5c.552 0 1-.447 1-1v-2h-3.5z"/><g><path d="M-394 410.5h-2.5c-.552 0-1 .447-1 1v2h3.5v-3zM-390.5 410.5h-2.5v3h3.5v-2c0-.553-.448-1-1-1z"/></g><path d="M-391.417 406.665c-1.074 0-1.855.643-2.126 1.585-.27-.942-.942-1.585-2.04-1.585-.707 0-1.416.497-1.416 1.417s.434 1.418 1.353 1.418h4.241c.92 0 1.406-.485 1.406-1.406 0-.92-.71-1.43-1.417-1.43zm0 .708c.708 0 .708.68.708.71 0 .03.037.708-.707.708h-1.417c.075-.507.27-1.417 1.417-1.417zm-2.748 1.418h-1.417c-.745 0-.708-.677-.708-.708 0-.03-.036-.71.708-.71 1.147 0 1.34.91 1.417 1.42z"/></g><g fill="#454545"><path d="M-397.5 414.5v2c0 .553.448 1 1 1h2.5v-3h-3.5zM-393 414.5v3h2.5c.552 0 1-.447 1-1v-2h-3.5z"/><g><path d="M-394 410.5h-2.5c-.552 0-1 .447-1 1v2h3.5v-3zM-390.5 410.5h-2.5v3h3.5v-2c0-.553-.448-1-1-1z"/></g><path d="M-391.417 406.665c-1.074 0-1.855.643-2.126 1.585-.27-.942-.942-1.585-2.04-1.585-.707 0-1.416.497-1.416 1.417s.434 1.418 1.353 1.418h4.241c.92 0 1.406-.485 1.406-1.406 0-.92-.71-1.43-1.417-1.43zm0 .708c.708 0 .708.68.708.71 0 .03.037.708-.707.708h-1.417c.075-.507.27-1.417 1.417-1.417zm-2.748 1.418h-1.417c-.745 0-.708-.677-.708-.708 0-.03-.036-.71.708-.71 1.147 0 1.34.91 1.417 1.42z"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="-402.5 403.5 24 24" id="gift-24"><g opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round"><path d="M-387.5 407.5c-1.516 0-2.62.904-3 2.236-.382-1.332-1.45-2.236-3-2.236-1 0-2 .7-2 2s.61 2 1.91 2h6.106c1.3 0 1.985-.686 1.985-1.984 0-1.3-1-2.016-2-2.016zm0 1c1 0 1 .957 1 1 0 .043.05 1-1 1h-2c.107-.72.38-2 2-2zm-4 2h-2c-1.05 0-1-.957-1-1 0-.043-.05-1 1-1 1.62 0 1.893 1.28 2 2zM-391.5 417.5v-4h-3.5c-.83 0-1.5.672-1.5 1.5v2.5h5zM-389.5 417.5h5V415c0-.828-.67-1.5-1.5-1.5h-3.5v4zM-389.5 419.5v4h3.5c.83 0 1.5-.672 1.5-1.5v-2.5h-5zM-391.5 419.5h-5v2.5c0 .828.67 1.5 1.5 1.5h3.5v-4z"/></g><path d="M-393.5 407.5c-1 0-2 .7-2 2s.607 2 1.906 2h6.125c1.3 0 1.97-.67 1.97-1.97 0-1.3-1-2.03-2-2.03-1.516 0-2.62.918-3 2.25-.382-1.332-1.45-2.25-3-2.25zm0 1c1.62 0 1.893 1.28 2 2h-2c-1.05 0-1-.957-1-1 0-.043-.05-1 1-1zm6 0c1 0 1 .957 1 1 0 .043.05 1-1 1h-2c.107-.72.38-2 2-2zm-7.5 5c-.83 0-1.5.672-1.5 1.5v2.5h5v-4h-3.5zm5.5 0v4h5V415c0-.828-.67-1.5-1.5-1.5h-3.5zm-7 6v2.5c0 .828.67 1.5 1.5 1.5h3.5v-4h-5zm7 0v4h3.5c.83 0 1.5-.672 1.5-1.5v-2.5h-5z" fill="#444"/><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="golf-12"><g color="#000" transform="translate(-516 -1194.4)"><path d="M521 1195.362c-.195 0-.5.214-.5.5v7.75c-1.143.035-1.5.893-1.5 1.464 0 .286.286.286.286.286h6.428s.286 0 .286-.286c0-1.428-.643-2.57-1.5-2.57-.898 0-1.182 1.588-2.07 1.713-.392.054-1.054-.198-1.43-.394v-4.964l4-1.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M521 1195.362c-.195 0-.5.214-.5.5v7.75c-1.143.035-1.5.893-1.5 1.464 0 .286.286.286.286.286h6.428s.286 0 .286-.286c0-1.428-.643-2.57-1.5-2.57-.898 0-1.182 1.588-2.07 1.713-.392.054-1.054-.198-1.43-.394v-4.964l4-1.5z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="golf-18"><g color="#000" transform="translate(-498 -1194.4)"><path d="M505.382 1196.362c-.26 0-.382 0-.382.382v10.276c-1.53.047-2 1.077-2 1.842 0 .382.5.5.5.5h8s.5-.118.5-.5c0-1.912-.853-3.5-2-3.5-1.202 0-1.515 2.303-2.706 2.47-.522.075-1.026-.263-1.53-.525v-6.357l5.354-2.294-4.97-2.13c-.288-.123-.574-.164-.766-.164z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M505.382 1196.362c-.26 0-.382 0-.382.382v10.276c-1.53.047-2 1.077-2 1.842 0 .382.5.5.5.5h8s.5-.118.5-.5c0-1.912-.853-3.5-2-3.5-1.202 0-1.515 2.303-2.706 2.47-.522.075-1.026-.263-1.53-.525v-6.357l5.354-2.294-4.97-2.13c-.288-.123-.574-.164-.766-.164z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="golf-24"><g color="#000" transform="translate(-474 -1194.4)"><path d="M483.5 1196.362c-.34 0-.5 0-.5.5v14.438c-2 .062-3 1.562-3 2.562 0 .5.5.5.5.5h12s.5 0 .5-.5c0-2.5-1.5-4.5-3-4.5-1.572 0-2.443 2.78-4 3-.683.096-1.342-.345-2-.687v-9.313l7-3-6.498-2.785c-.377-.16-.752-.215-1.002-.215z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M483.5 1196.362c-.34 0-.5 0-.5.5v14.438c-2 .062-3 1.562-3 2.562 0 .5.5.5.5.5h12s.5 0 .5-.5c0-2.5-1.5-4.5-3-4.5-1.572 0-2.443 2.78-4 3-.683.096-1.342-.345-2-.687v-9.313l7-3-6.498-2.785c-.377-.16-.752-.215-1.002-.215z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="grocery-12"><g transform="translate(-361 -1194.4)" color="#000"><path d="M371.5 1196.362c-.292 0-.55.082-.734.266-.184.184-.266.443-.266.734H363l1 4h6.5v1h-6.133c-.5 0-.5.5 0 .5h6.133c.25 0 .5-.25.5-.5v-5s.043-.324.11-.39c.065-.066.182-.11.39-.11h.5v-.5h-.5zm-1.75 6.5c-.414 0-.75.336-.75.75s.336.75.75.75.75-.336.75-.75-.336-.75-.75-.75zm-4.5 0c-.414 0-.75.336-.75.75s.336.75.75.75.75-.336.75-.75-.336-.75-.75-.75z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M371.5 1196.362c-.292 0-.55.082-.734.266-.184.184-.266.443-.266.734H363l1 4h6.5v1h-6.133c-.5 0-.5.5 0 .5h6.133c.25 0 .5-.25.5-.5v-5s.043-.324.11-.39c.065-.066.182-.11.39-.11h.5v-.5h-.5zm-1.75 6.5c-.414 0-.75.336-.75.75s.336.75.75.75.75-.336.75-.75-.336-.75-.75-.75zm-4.5 0c-.414 0-.75.336-.75.75s.336.75.75.75.75-.336.75-.75-.336-.75-.75-.75z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="grocery-18"><g transform="translate(-343 -1195.4)" color="#000"><path d="M357.5 1198.862c-1 0-1.5.5-1.5 1.5h-10l1.06 6h9.175v1h-8.41c-.766 0-.766.74 0 .765h8.411c.383 0 .765-.382.765-.765v-7c0-.5.238-.735.765-.735H359v-.765zm-2.5 9.206c-.633 0-1.147.514-1.147 1.147 0 .634.513 1.147 1.147 1.147s1.147-.513 1.147-1.147c0-.633-.513-1.147-1.147-1.147zm-6 0c-.634 0-1.147.514-1.147 1.147 0 .634.513 1.147 1.147 1.147.633 0 1.147-.513 1.147-1.147 0-.633-.513-1.147-1.147-1.147z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M357.5 1198.862c-1 0-1.5.5-1.5 1.5h-10l1.06 6h9.175v1h-8.41c-.766 0-.766.74 0 .765h8.411c.383 0 .765-.382.765-.765v-7c0-.5.238-.735.765-.735H359v-.765zm-2.5 9.206c-.633 0-1.147.514-1.147 1.147 0 .634.513 1.147 1.147 1.147s1.147-.513 1.147-1.147c0-.633-.513-1.147-1.147-1.147zm-6 0c-.634 0-1.147.514-1.147 1.147 0 .634.513 1.147 1.147 1.147.633 0 1.147-.513 1.147-1.147 0-.633-.513-1.147-1.147-1.147z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="grocery-24"><g transform="translate(-1 23)" color="#000"><path d="M21-19c-.583 0-1.1.163-1.47.53-.367.37-.53.887-.53 1.47H5l2 9h12v1H8C7-7 7-6 8-6h11c.5 0 1-.5 1-1v-10s.087-.65.22-.78c.13-.133.363-.22.78-.22h.4c.5 0 .6-.25.6-.5 0-.247-.1-.5-.6-.5H21zM17.5-6c-.828 0-1.5.672-1.5 1.5S16.672-3 17.5-3 19-3.672 19-4.5 18.328-6 17.5-6zm-8 0C8.672-6 8-5.328 8-4.5S8.672-3 9.5-3 11-3.672 11-4.5 10.328-6 9.5-6z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M21-19c-.583 0-1.1.163-1.47.53-.367.37-.53.887-.53 1.47H5l2 9h12v1H8C7-7 7-6 8-6h11c.5 0 1-.5 1-1v-10s.087-.65.22-.78c.13-.133.363-.22.78-.22h.4c.5 0 .6-.25.6-.5 0-.247-.1-.5-.6-.5H21zM17.5-6c-.828 0-1.5.672-1.5 1.5S16.672-3 17.5-3 19-3.672 19-4.5 18.328-6 17.5-6zm-8 0C8.672-6 8-5.328 8-4.5S8.672-3 9.5-3 11-3.672 11-4.5 10.328-6 9.5-6z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="hairdresser-12"><g color="#000" transform="translate(0 -1040.4)"><path d="M3 1042.362c-.552 0-1 .448-1 1s.448 1 1 1c.178 0 .324-.075.47-.156l.53.47v2.28l-.563.53c-.135-.068-.274-.124-.437-.124-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1c0-.08-.044-.143-.063-.22l7.063-5.78H8.5l-3.063 2.438-1.5-1.22c.02-.075.063-.137.063-.218 0-.552-.448-1-1-1zm4.438 4.094l-1.25 1.03 2.312 1.876H11z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M3 1042.362c-.552 0-1 .448-1 1s.448 1 1 1c.178 0 .324-.075.47-.156l.53.47v2.28l-.563.53c-.135-.068-.274-.124-.437-.124-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1c0-.08-.044-.143-.063-.22l7.063-5.78H8.5l-3.063 2.438-1.5-1.22c.02-.075.063-.137.063-.218 0-.552-.448-1-1-1zm4.438 4.094l-1.25 1.03 2.312 1.876H11z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="hairdresser-18"><g transform="translate(0 -1034.4)"><g transform="matrix(.8 0 0 .8 -.3 242.9)" color="#000"><path d="M5.6 1032.862c-1.436 0-2.6 1.164-2.6 2.6 0 1.436 1.164 2.6 2.6 2.6.474 0 .917-.144 1.3-.366l3.25 2.316-3.25 2.316c-.383-.222-.826-.366-1.3-.366-1.436 0-2.6 1.164-2.6 2.6 0 1.436 1.164 2.6 2.6 2.6 1.436 0 2.6-1.164 2.6-2.6 0-.238-.02-.472-.08-.69l14.38-10.36-1.3-.65h-3.372l-1.828 1.3-5.322 3.82-2.56-1.83c.06-.218.082-.452.082-.69 0-1.436-1.164-2.6-2.6-2.6zm9.71 8.49l-2.804 1.99 3.494 2.52 1.828 1.3H21.2l1.3-.65z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2.6" stroke-linejoin="round" overflow="visible"/><path d="M5.6 1032.862c-1.436 0-2.6 1.164-2.6 2.6 0 1.436 1.164 2.6 2.6 2.6.474 0 .917-.144 1.3-.366l3.25 2.316-3.25 2.316c-.383-.222-.826-.366-1.3-.366-1.436 0-2.6 1.164-2.6 2.6 0 1.436 1.164 2.6 2.6 2.6 1.436 0 2.6-1.164 2.6-2.6 0-.238-.02-.472-.08-.69l14.38-10.36-1.3-.65h-3.372l-1.828 1.3-5.322 3.82-2.56-1.83c.06-.218.082-.452.082-.69 0-1.436-1.164-2.6-2.6-2.6zm9.71 8.49l-2.804 1.99 3.494 2.52 1.828 1.3H21.2l1.3-.65z" fill="#444" overflow="visible"/></g></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="hairdresser-24"><g transform="translate(0 -1028.4)" color="#000"><path d="M6 1032.862c-1.657 0-3 1.343-3 3s1.343 3 3 3c.685 0 1.308-.24 1.813-.625l2.406 1.625-2.408 1.625c-.504-.386-1.127-.625-1.812-.625-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3c0-.266-.06-.504-.125-.75l13.625-9.094c-.5-.333-1-.656-2-.656H19c-1 0-1.5.324-2 .656l-6 4-2.125-1.406c.065-.245.125-.484.125-.75 0-1.657-1.343-3-3-3zm9.125 7.906l-2.75 1.844 4.625 3.094c.5.333 1 .656 2 .656h1.5c1 0 1.5-.323 2-.656z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M6 1032.862c-1.657 0-3 1.343-3 3s1.343 3 3 3c.685 0 1.308-.24 1.813-.625l2.406 1.625-2.408 1.625c-.504-.386-1.127-.625-1.812-.625-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3c0-.266-.06-.504-.125-.75l13.625-9.094c-.5-.333-1-.656-2-.656H19c-1 0-1.5.324-2 .656l-6 4-2.125-1.406c.065-.245.125-.484.125-.75 0-1.657-1.343-3-3-3zm9.125 7.906l-2.75 1.844 4.625 3.094c.5.333 1 .656 2 .656h1.5c1 0 1.5-.323 2-.656z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="harbor-12"><g transform="translate(-126 -1362.4)" color="#000"><path d="M134 1363.362l-1 1v1.938l-3.406 3.406c-.346-.455-.594-.844-.594-1.344v-1l1 .5v-2.5l-2 1.5v5.5h5.5l1.5-2h-2.5l.5 1h-1c-.5 0-.89-.247-1.344-.594l3.406-3.406H136l1-1v-2l-1-1zm.5 1h1l.5.5v1l-.5.5-1 .015-.5-.515v-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M134 1363.362l-1 1v1.938l-3.406 3.406c-.346-.455-.594-.844-.594-1.344v-1l1 .5v-2.5l-2 1.5v5.5h5.5l1.5-2h-2.5l.5 1h-1c-.5 0-.89-.247-1.344-.594l3.406-3.406H136l1-1v-2l-1-1zm.5 1h1l.5.5v1l-.5.5-1 .015-.5-.515v-1z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="harbor-18"><g transform="translate(-108 -1362.4)" color="#000"><path d="M121 1364.362l-1 .5-.5.5-.5 1v1l.094.406-6.344 6.344c-.75-.75-.75-2.75.25-3.75l1 1v-4l-1.5 1.5c-1 1-1.5 1.5-1.5 3v5.5h5.5c1 0 2-.5 3-1.5l.5-.5 1-1h-4l1 1c-1 1-3 1-3.75.25l6.344-6.344.406.095h1l1-.5.5-.5.5-1v-1l-.5-1-.5-.5-1-.5h-1zm0 1.5h1l.5.5v1l-.5.5h-1l-.5-.5v-1l.5-.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M121 1364.362l-1 .5-.5.5-.5 1v1l.094.406-6.344 6.344c-.75-.75-.75-2.75.25-3.75l1 1v-4l-1.5 1.5c-1 1-1.5 1.5-1.5 3v5.5h5.5c1 0 2-.5 3-1.5l.5-.5 1-1h-4l1 1c-1 1-3 1-3.75.25l6.344-6.344.406.095h1l1-.5.5-.5.5-1v-1l-.5-1-.5-.5-1-.5h-1zm0 1.5h1l.5.5v1l-.5.5h-1l-.5-.5v-1l.5-.5z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="harbor-24"><g transform="translate(-84 -1362.4)" color="#000"><path d="M101.5 1365.362c-1.933 0-3.5 1.567-3.5 3.5 0 .44.103.863.25 1.25l-8.25 8.25v-4c0-1.5 1-2 1-2l1 1v-4c0-1-.5-.5-1 0-3 3-3 2.973-3 5v7c0 .5.5 1 1 1h7c2.028 0 3.667-1.667 5-3 .5-.5 1-.987 0-1h-4l1 1s-.5 1-2 1h-4l8.25-8.25c.387.147.812.25 1.25.25 1.933 0 3.5-1.567 3.5-3.5s-1.567-3.5-3.5-3.5zm0 2c.828 0 1.5.672 1.5 1.5 0 .83-.672 1.5-1.5 1.5s-1.5-.67-1.5-1.5c0-.828.672-1.5 1.5-1.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M101.5 1365.362c-1.933 0-3.5 1.567-3.5 3.5 0 .44.103.863.25 1.25l-8.25 8.25v-4c0-1.5 1-2 1-2l1 1v-4c0-1-.5-.5-1 0-3 3-3 2.973-3 5v7c0 .5.5 1 1 1h7c2.028 0 3.667-1.667 5-3 .5-.5 1-.987 0-1h-4l1 1s-.5 1-2 1h-4l8.25-8.25c.387.147.812.25 1.25.25 1.933 0 3.5-1.567 3.5-3.5s-1.567-3.5-3.5-3.5zm0 2c.828 0 1.5.672 1.5 1.5 0 .83-.672 1.5-1.5 1.5s-1.5-.67-1.5-1.5c0-.828.672-1.5 1.5-1.5z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="heart-12"><g transform="translate(0 -1039.4)"><path d="M2.813 1040.37c-.304.053-.578.255-.718.53l-1 1.997c-.07.145-.1.307-.094.468v.998c0 .117.023.234.063.343l1 2.652c.058.13.144.25.25.343l3.5 3.402c.367.347 1.007.347 1.374 0l3.5-3.4c.106-.096.192-.213.25-.344l1-2.652c.04-.11.062-.226.062-.343v-.998c.006-.16-.026-.323-.095-.468l-1-1.997c-.172-.325-.537-.54-.906-.53H8c-.31-.01-.62.133-.813.374l-.687.905-.687-.906c-.193-.24-.504-.384-.813-.374H3c-.062-.01-.125-.01-.187 0z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" color="#000" fill="#fff" overflow="visible" font-family="Sans"/><path d="M10 1041.362l1 2v1l-1 2.644-3.5 3.386-3.5-3.386-1-2.644v-1l1-2h2l1.5 2 1.5-2z" fill="#444"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="heart-18"><g transform="translate(0 -1032.4)" color="#000"><path d="M5.87 1035.373c-.58.017-1.16.173-1.658.438-1.99 1.06-2.937 3.84-1.565 6.66 1.315 2.702 4.558 6.077 6.165 7.632.367.347 1.01.347 1.377 0 1.605-1.555 4.85-4.93 6.163-7.63 1.373-2.82.425-5.6-1.565-6.66-.995-.532-2.245-.627-3.38-.095-.714.335-1.346.982-1.908 1.75-.56-.767-1.194-1.385-1.91-1.72-.565-.265-1.14-.392-1.72-.374z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" fill="#fff" overflow="visible" font-family="Sans"/><path d="M15.44 1042.033c-1.158 2.383-4.387 5.825-5.94 7.33-1.554-1.505-4.783-4.947-5.942-7.33-2.376-4.886 3.447-8.473 5.942-2.673 2.506-5.81 8.317-2.213 5.94 2.673z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="heart-24"><g transform="translate(0 -1026.4)" color="#000"><path d="M7.803 1031.373c-.688.047-1.368.223-1.972.532-2.418 1.238-3.795 4.493-2.035 7.894 1.69 3.262 5.924 7.4 8.016 9.3.37.35 1.01.35 1.38 0 2.09-1.9 6.325-6.038 8.015-9.3 1.76-3.402.383-6.657-2.036-7.894-2.07-1.06-4.833-.524-6.67 1.754-1.3-1.613-3.03-2.4-4.697-2.287z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" fill="#fff" overflow="visible" font-family="Sans"/><path d="M20.285 1039.344c-1.52 2.932-5.75 7.167-7.785 9.018-2.036-1.85-6.266-6.086-7.785-9.018-3.114-6.012 4.77-10.02 7.785-4.008 3.015-6.012 10.9-2.004 7.785 4.008z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="heliport-12"><g transform="translate(-126 -1075.4)" color="#000"><path d="M132.625 1084.362h3.875c.25 0 .5-.25.5-.5v-1.5c0-.5-.24-.74-.5-1l-.5-.5c-.167-.166-.5-.5-1-.5h-1v-1h2.5c.277 0 .5-.223.5-.5s-.223-.5-.5-.5h-6c-.277 0-.5.223-.5.5s.223.5.5.5h2.5v1h-3.14c-.174-.298-.49-.5-.86-.5-.552 0-1 .448-1 1s.448 1 1 1c.29 0 .536-.132.72-.328l1.78 1.828c.5.513.875 1 1.125 1zm-3.625-4c.276 0 .5.224.5.5s-.224.5-.5.5-.5-.224-.5-.5.224-.5.5-.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M132.625 1084.362h3.875c.25 0 .5-.25.5-.5v-1.5c0-.5-.24-.74-.5-1l-.5-.5c-.167-.166-.5-.5-1-.5h-1v-1h2.5c.277 0 .5-.223.5-.5s-.223-.5-.5-.5h-6c-.277 0-.5.223-.5.5s.223.5.5.5h2.5v1h-3.14c-.174-.298-.49-.5-.86-.5-.552 0-1 .448-1 1s.448 1 1 1c.29 0 .536-.132.72-.328l1.78 1.828c.5.513.875 1 1.125 1zm-3.625-4c.276 0 .5.224.5.5s-.224.5-.5.5-.5-.224-.5-.5.224-.5.5-.5z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="heliport-18"><g color="#000" transform="translate(-108 -1074.4)"><path d="M118.194 1087.362h5.028c.39 0 .778-.39.778-.778v-2.333c0-.777-.374-1.15-.778-1.555l-.778-.777c-.26-.26-.777-.556-1.555-.556H119v-2h3.222c.43 0 .778-.125.778-.555 0-.43-.29-.445-.722-.445h-7.334c-.43 0-.833.014-.833.445 0 .43.35.51.78.555H118v2H113.892c-.27-.464-.76-.778-1.336-.778-.86 0-1.556.697-1.556 1.556 0 .86.696 1.555 1.556 1.555.448 0 .834-.206 1.118-.51l2.77 2.622c.81.766 1.362 1.555 1.75 1.555zm-5.638-6c.43 0 .777.348.777.778 0 .43-.348.778-.777.778-.43 0-.778-.348-.778-.778 0-.43.348-.778.778-.778z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M118.194 1087.362h5.028c.39 0 .778-.39.778-.778v-2.333c0-.777-.374-1.15-.778-1.555l-.778-.777c-.26-.26-.777-.556-1.555-.556H119v-2h3.222c.43 0 .778-.125.778-.555 0-.43-.29-.445-.722-.445h-7.334c-.43 0-.833.014-.833.445 0 .43.35.51.78.555H118v2H113.892c-.27-.464-.76-.778-1.336-.778-.86 0-1.556.697-1.556 1.556 0 .86.696 1.555 1.556 1.555.448 0 .834-.206 1.118-.51l2.77 2.622c.81.766 1.362 1.555 1.75 1.555zm-5.638-6c.43 0 .777.348.777.778 0 .43-.348.778-.777.778-.43 0-.778-.348-.778-.778 0-.43.348-.778.778-.778z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="heliport-24"><g transform="translate(-84 -1073.4)" color="#000"><path d="M96.25 1091.362H105c.5 0 1-.5 1-1v-3c0-1-.48-1.48-1-2l-1-1c-.333-.333-1-1-2-1h-3v-2h6c.554 0 1-.446 1-1s-.446-1-1-1H92c-.554 0-1 .446-1 1s.446 1 1 1h6v2h-7.28c-.347-.597-.98-1-1.72-1-1.105 0-2 .896-2 2 0 1.105.895 2 2 2 .577 0 1.072-.265 1.438-.656l3.562 3.656c1 1.026 1.75 2 2.25 2zm-7.25-8c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M96.25 1091.362H105c.5 0 1-.5 1-1v-3c0-1-.48-1.48-1-2l-1-1c-.333-.333-1-1-2-1h-3v-2h6c.554 0 1-.446 1-1s-.446-1-1-1H92c-.554 0-1 .446-1 1s.446 1 1 1h6v2h-7.28c-.347-.597-.98-1-1.72-1-1.105 0-2 .896-2 2 0 1.105.895 2 2 2 .577 0 1.072-.265 1.438-.656l3.562 3.656c1 1.026 1.75 2 2.25 2zm-7.25-8c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="hospital-12"><g transform="translate(-282 -1123.4)"><path d="M284 1128.362c0-.554.446-1 1-1h2v-2c0-.554.446-1 1-1h1c.554 0 1 .446 1 1v2h2c.554 0 1 .446 1 1v1c0 .554-.446 1-1 1h-2v2c0 .554-.446 1-1 1h-1c-.554 0-1-.446-1-1v-2h-2c-.554 0-1-.446-1-1z" overflow="visible" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2"/><path d="M284 1128.362c0-.554.446-1 1-1h2v-2c0-.554.446-1 1-1h1c.554 0 1 .446 1 1v2h2c.554 0 1 .446 1 1v1c0 .554-.446 1-1 1h-2v2c0 .554-.446 1-1 1h-1c-.554 0-1-.446-1-1v-2h-2c-.554 0-1-.446-1-1z" color="#000" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="hospital-18"><g transform="translate(-3 -1007.4)" color="#000"><path d="M11 1009.362c-.554 0-1 .446-1 1v3H7c-.554 0-1 .446-1 1v3c0 .554.474 1.175 1 1h3v3c0 .554.446 1 1 1h3c.554 0 1-.446 1-1v-3h3c.554 0 1-.446 1-1v-3c0-.554-.446-1-1-1h-3v-3c0-.554-.446-1-1-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" overflow="visible"/><path d="M11 1009.362c-.554 0-1 .446-1 1v3H7c-.554 0-1 .446-1 1v3c0 .554.474 1.175 1 1h3v3c0 .554.446 1 1 1h3c.554 0 1-.446 1-1v-3h3c.554 0 1-.446 1-1v-3c0-.554-.446-1-1-1h-3v-3c0-.554-.446-1-1-1z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="hospital-24"><g transform="translate(0 -1004.4)" color="#000"><path d="M11 1008.362c-.554 0-1 .446-1 1v4H6c-.554 0-1 .446-1 1v3c0 .554.446 1 1 1h4v4c0 .554.446 1 1 1h3c.554 0 1.07-.45 1-1v-4h4c.554 0 1-.446 1-1v-3c0-.554-.446-1-1-1h-4v-4c0-.554-.446-1-1-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" overflow="visible"/><path d="M11 1008.362c-.554 0-1 .446-1 1v4H6c-.554 0-1 .446-1 1v3c0 .554.446 1 1 1h4v4c0 .554.446 1 1 1h3c.554 0 1-.446 1-1v-4h4c.554 0 1-.446 1-1v-3c0-.554-.446-1-1-1h-4v-4c0-.554-.446-1-1-1z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="-402.5 403.5 12 12" id="ice-cream-12"><g opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-miterlimit="10"><path d="M-399.452 407.426c.005.024.016.046.02.07.03.114.067.228.116.333.006.012.014.022.02.035.057.115.123.227.2.33 0 0 .002 0 .003.003.084.11.18.21.283.302h2.62c.42-.366.69-.9.69-1.5 0-.738-.405-1.377-1-1.723-.136-.08-.282-.14-.434-.186-.022-.006-.045-.015-.068-.02-.16-.043-.325-.07-.5-.07-1.103 0-2 .896-2 2 .002.146.02.29.05.426zM-394.75 407c0 .554-.167 1.068-.45 1.5h1.01c.42-.366.69-.9.69-1.5 0-1.104-.896-2-2-2-.037 0-.07.013-.106.015.525.5.856 1.204.856 1.985zM-398.5 409.5c1 2.5 1.5 4.5 2 4.5s1-2 2-4.5h-4z"/></g><g fill="#464545"><path d="M-399.452 407.426c.005.024.016.046.02.07.03.114.067.228.116.333.006.012.014.022.02.035.057.115.123.227.2.33 0 0 .002 0 .003.003.084.11.18.21.283.302h2.62c.42-.366.69-.9.69-1.5 0-.738-.405-1.377-1-1.723-.136-.08-.282-.14-.434-.186-.022-.006-.045-.015-.068-.02-.16-.043-.325-.07-.5-.07-1.103 0-2 .896-2 2 .002.146.02.29.05.426zM-394.75 407c0 .554-.167 1.068-.45 1.5h1.01c.42-.366.69-.9.69-1.5 0-1.104-.896-2-2-2-.037 0-.07.013-.106.015.525.5.856 1.204.856 1.985z"/></g><path d="M-398.5 409.5c1 2.5 1.5 4.5 2 4.5s1-2 2-4.5h-4z" fill="#464545"/><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="-402.5 403.5 18 18" id="ice-cream-18"><g fill="#fff" stroke="#fff" stroke-width="2" stroke-miterlimit="10"><path d="M-390 412.5h-7s2.44 5.9 2.5 6c.128.344.5 1 1 1s.87-.656 1-1c.06-.1 2.5-6 2.5-6zM-392.78 411.5c.48-.53.78-1.228.78-2 0-1.656-1.343-3-3-3s-3 1.344-3 3c0 .772.3 1.47.78 2h4.44z" opacity=".3"/><path d="M-391.554 411.5h1.774c.48-.53.78-1.228.78-2 0-1.656-1.343-3-3-3-.117 0-.387-.013-.5 0 .817.733 1.5 1.82 1.5 3 0 .706-.197 1.393-.554 2z" opacity=".3"/></g><path d="M-392.78 411.5c.48-.53.78-1.228.78-2 0-1.656-1.343-3-3-3s-3 1.344-3 3c0 .772.3 1.47.78 2h4.44z" fill="#464545"/><path d="M-391.554 411.5h1.774c.48-.53.78-1.228.78-2 0-1.656-1.343-3-3-3-.117 0-.387-.013-.5 0 .817.733 1.5 1.82 1.5 3 0 .706-.197 1.393-.554 2zM-390 412.5h-7s2.44 5.9 2.5 6c.128.344.5 1 1 1s.87-.656 1-1c.06-.1 2.5-6 2.5-6z" fill="#464545"/><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="-402.5 403.5 24 24" id="ice-cream-24"><g opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-miterlimit="10"><path d="M-386.5 415.5h-8s2.92 7.87 3 8c.17.457.625 1 1 1s.83-.543 1-1c.08-.13 3-8 3-8zM-395.907 412.274c.047.206.106.407.188.598l.002.003c.18.42.44.8.762 1.115h4.912c.644-.635 1.044-1.516 1.044-2.49 0-1.188-.595-2.233-1.5-2.866-.074-.052-.156-.093-.234-.14-.098-.058-.196-.114-.3-.162-.08-.037-.16-.07-.244-.1-.122-.047-.247-.085-.375-.117-.07-.018-.142-.038-.214-.052-.206-.037-.417-.063-.633-.063-1.933 0-3.5 1.567-3.5 3.5 0 .243.025.48.072.71.005.022.015.042.02.064zM-387.5 411.5c0 .91-.263 1.754-.69 2.49h2.146c.644-.635 1.044-1.516 1.044-2.49 0-1.933-1.567-3.5-3.5-3.5-.14 0-.276.017-.412.032.87.9 1.412 2.12 1.412 3.468z"/></g><path d="M-392.5 408c-1.933 0-3.5 1.567-3.5 3.5 0 .243.015.49.063.72.005.02.025.04.03.06.048.207.106.404.188.595.182.42.43.81.75 1.125h4.94c.643-.635 1.03-1.526 1.03-2.5 0-1.188-.595-2.242-1.5-2.875-.074-.052-.14-.078-.22-.125-.097-.058-.208-.108-.31-.156-.08-.037-.168-.093-.25-.125-.123-.047-.248-.063-.376-.095-.07-.018-.147-.048-.22-.063-.205-.037-.408-.062-.624-.062zm4 0c-.14 0-.27.016-.406.03.87.902 1.406 2.122 1.406 3.47 0 .91-.26 1.764-.688 2.5h2.157c.643-.635 1.03-1.526 1.03-2.5 0-1.933-1.567-3.5-3.5-3.5zm-6 7.5s2.92 7.87 3 8c.17.457.625 1 1 1s.83-.543 1-1c.08-.13 3-8 3-8h-8z" fill="#444"/><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="industrial-12"><g transform="translate(-672 -1098.4)" color="#000"><path d="M681 1099.362v4h-1v-2l-3 2v-2l-3 2v4.427c0 .317.255.572.57.572h7.86c.315 0 .57-.255.57-.57v-3.858c0-.317-.255-.572-.57-.572H682v-4z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M681 1099.362v4h-1v-2l-3 2v-2l-3 2v4.427c0 .317.255.572.57.572h7.86c.315 0 .57-.255.57-.57v-3.858c0-.317-.255-.572-.57-.572H682v-4z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="industrial-18"><g transform="translate(-654 -1098.4)" color="#000"><path d="M666 1101.362v4h-2v-2.47l-3 2.47v-2.47l-3.176 2.47c-.36.28-.824.412-.824 1.236v5.94c0 .457.367.824.824.824h11.352c.457 0 .824-.367.824-.823v-6.354c0-.456-.367-.824-.824-.824H668v-4l-1-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M666 1101.362v4h-2v-2.47l-3 2.47v-2.47l-3.176 2.47c-.36.28-.824.412-.824 1.236v5.94c0 .457.367.824.824.824h11.352c.457 0 .824-.367.824-.823v-6.354c0-.456-.367-.824-.824-.824H668v-4l-1-1z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="industrial-24"><g transform="translate(-630 -1098.4)" color="#000"><path d="M646 1102.362v4h-3v-3l-4 3v-3l-4 3c-.443.333-1 .5-1 1.5v8.5c0 .554.446 1 1 1h15c.554 0 1-.446 1-1v-9c0-.554-.446-1-1-1h-2v-4c0-.5-.53-1-1-1s-1 .5-1 1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M646 1102.362v4h-3v-3l-4 3v-3l-4 3c-.443.333-1 .5-1 1.5v8.5c0 .554.446 1 1 1h15c.554 0 1-.446 1-1v-9c0-.554-.446-1-1-1h-2v-4c0-.5-.53-1-1-1s-1 .5-1 1z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="land-use-12"><g transform="matrix(.6 0 0 .6 -369.8 -732.2)" color="#000"><path d="M633.7 1246.362l-3.4 3.4h1.7v3.4h5.1v-3.4h1.7l-3.4-3.4zm10.2 0v1.7h-2.23l-1.17 1.275v3.825h5.1v-6.8zm-10.2 10.2H632v6.8h1.7v-1.7h1.7v1.7h1.7v-6.8h-1.7zm9.35-1.7l-3.4 4.25h1.7l-1.7 2.55h2.55v1.7h1.7v-1.7h2.55l-1.7-2.55h1.7z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="3.4" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M633.7 1246.362l-3.4 3.4h1.7v3.4h5.1v-3.4h1.7l-3.4-3.4zm10.2 0v1.7h-2.23l-1.17 1.275v3.825h5.1v-6.8zm-10.2 10.2H632v6.8h1.7v-1.7h1.7v1.7h1.7v-6.8h-1.7zm9.35-1.7l-3.4 4.25h1.7l-1.7 2.55h2.55v1.7h1.7v-1.7h2.55l-1.7-2.55h1.7z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="land-use-18"><g transform="translate(-654 -1242.4)" color="#000"><path d="M658 1244.362l-2 3h1v3h5v-3h1l-2-3zm11 0v2h-3l-1 1v3h5v-6zm-12 8v6h1v-2h1v2h3v-6zm10.5-1l-2.5 4h1.5l-1.5 2h2v1h1v-1h2l-1.5-2h1.5zm-9.5 3h1v1h-1zm2 0h1v1h-1zm0 2h1v1h-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M658 1244.362l-2 3h1v3h5v-3h1l-2-3zm11 0v2h-3l-1 1v3h5v-6zm-12 8v6h1v-2h1v2h3v-6zm10.5-1l-2.5 4h1.5l-1.5 2h2v1h1v-1h2l-1.5-2h1.5zm-9.5 3h1v1h-1zm2 0h1v1h-1zm0 2h1v1h-1z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="land-use-24"><g transform="translate(-630 -1242.4)" color="#000"><path d="M637.5 1245.362c-.5 0-.783.197-1 .5l-2.5 3.5h2v3h5v-3h2l-2.5-3.5c-.217-.303-.5-.5-1-.5zm12.5 0v2h-4c-.5 0-1 .5-1 1v4h6v-7zm-14 9c-.5 0-1 .5-1 1v7h2v-2h1v2h4v-7c0-.5-.5-1-1-1zm12-1l-3 4h1.5l-1.5 3h2v2h2v-2h2l-1.5-3h1.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M637.5 1245.362c-.5 0-.783.197-1 .5l-2.5 3.5h2v3h5v-3h2l-2.5-3.5c-.217-.303-.5-.5-1-.5h-2zm12.5 0v2h-4c-.5 0-1 .5-1 1v4h6v-7h-1zm-2 8l-3 4h1.5l-1.5 3h2v2h2v-2h2l-1.5-3h1.5l-3-4zm-12 1c-.5 0-1 .5-1 1v7h2v-2h1v2h4v-7c0-.5-.5-1-1-1h-5zm1 2h1v1h-1v-1zm2 0h1v1h-1v-1zm-2 2h1v1h-1v-1zm2 0h1v1h-1v-1zm0 2h1v1h-1v-1z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="-402.5 403.5 12 12" id="laundry-12"><g transform="translate(0 -1040.4)"><path d="M-396.594 1443.862c-.232.017-.458.12-.625.28l-1.717 1.72h-.563c-.524 0-1 .477-1 1v7c0 .524.476 1 1 1h7c.524 0 1-.476 1-1v-9c0-.523-.476-1-1-1h-4.094z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" color="#000" fill="#fff" overflow="visible" font-family="Sans"/><path d="M-396.5 1444.862l-2 2h-1v7h7v-9h-1zm0 1h1v1h-1zm2 0h1v1h-1zm-2 2h1l2 2v1l-2 2h-1l-2-2v-1zm-1 2v1h1v1h1v-1h1v-1z" fill="#454545"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="-402.5 403.5 18 18" id="laundry-18"><g transform="translate(-14 -6)"><path d="M-379.344 411.5l-3.156 3h-2v11h11v-13.22l-.78-.78h-5.064zm.844 1l1 1-1 1-1-1 1-1zm3 0l1 1-1 1-1-1 1-1zm-3.5 4c1.933 0 3.5 1.567 3.5 3.5s-1.567 3.5-3.5 3.5-3.5-1.567-3.5-3.5 1.567-3.5 3.5-3.5zm-2 3.5c0 1.105.895 2 2 2s2-.895 2-2h-4z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" overflow="visible"/><path d="M-379.344 411.5l-3.156 3h-2v11h11v-13.22l-.78-.78h-5.064zm.844 1l1 1-1 1-1-1 1-1zm3 0l1 1-1 1-1-1 1-1zm-3.5 4c1.933 0 3.5 1.567 3.5 3.5s-1.567 3.5-3.5 3.5-3.5-1.567-3.5-3.5 1.567-3.5 3.5-3.5zm-2 3.5c0 1.105.895 2 2 2s2-.895 2-2h-4z" fill="#454545"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="-402.5 403.5 24 24" id="laundry-24"><path d="M-390 406.5c-.484 0-1.146.646-1.5 1l-1 1c-.354.354-1 1-1.5 1h-2.5c-.5 0-1 .5-1 1v13c0 .553.448 1 1 1h13c.552 0 1-.447 1-1v-16c0-.553-.448-1-1-1zm1.5 1c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm3 0c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm-4.5 5c2.485 0 4.5 2.015 4.5 4.5s-2.015 4.5-4.5 4.5-4.5-2.015-4.5-4.5 2.015-4.5 4.5-4.5zm-2.5 4v.5c0 1.38 1.12 2.5 2.5 2.5s2.5-1.12 2.5-2.5v-.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2"/><path d="M-390 406.5c-.484 0-1.146.646-1.5 1l-1 1c-.354.354-1 1-1.5 1h-2.5c-.5 0-1 .5-1 1v13c0 .553.448 1 1 1h13c.552 0 1-.447 1-1v-16c0-.553-.448-1-1-1zm1.5 1c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm3 0c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm-4.5 5c2.485 0 4.5 2.015 4.5 4.5s-2.015 4.5-4.5 4.5-4.5-2.015-4.5-4.5 2.015-4.5 4.5-4.5zm-2.5 4v.5c0 1.38 1.12 2.5 2.5 2.5s2.5-1.12 2.5-2.5v-.5z" fill="#454545"/><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="library-12"><g transform="translate(-283 -1098.4)" color="#000"><path d="M285 1100.362v6c1.5 1.5 3.75 1 3.75 2h.5v-5.5c0-1.5-2.75-1.5-4.25-2.5zm9 0c-1.5 1-4.25 1-4.25 2.5v5.5h.5c0-1 2.25-.5 3.75-2z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M285 1100.362v6c1.5 1.5 3.75 1 3.75 2h.5v-5.5c0-1.5-2.75-1.5-4.25-2.5zm9 0c-1.5 1-4.25 1-4.25 2.5v5.5h.5c0-1 2.25-.5 3.75-2z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="library-18"><g transform="translate(-263 -1099.4)" color="#000"><path d="M266 1103.715v7.647c2 2.5 5 1.47 5 3h1v-6.882c0-2.294-3-1.618-6-3.765zm13 0c-3 2.147-6 1.47-6 3.765v6.882h1c0-1.53 3-.5 5-3z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M266 1103.715v7.647c2 2.5 5 1.47 5 3h1v-6.882c0-2.294-3-1.618-6-3.765zm13 0c-3 2.147-6 1.47-6 3.765v6.882h1c0-1.53 3-.5 5-3z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="library-24"><g transform="translate(-240 -1096.4)"><path d="M244 1101.362v10c3 3 7 2 7 4h1v-9c0-3-5-3-8-5zm17 0c-3 2-8 2-8 5v9h1c0-2 4-1 7-4z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M244 1101.362v10c3 3 7 2 7 4h1v-9c0-3-5-3-8-5zm17 0c-3 2-8 2-8 5v9h1c0-2 4-1 7-4z" color="#000" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="lighthouse-12"><g transform="translate(0 -1040.4)" color="#000"><path d="M6 1041.362l-1 1v2H4v1l1 1v1l-1 4h5l-1-4v-1l1-1v-1H8v-2l-1-1zm0 1h1v2H6z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" overflow="visible"/><path d="M6 1041.362l-1 1v2H4v1l1 1v1l-1 4h5l-1-4v-1l1-1v-1H8v-2l-1-1zm0 1h1v2H6z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="lighthouse-18"><g transform="translate(0 -1034.4)" color="#000"><path d="M9.5 1035.362l-2.5 2v3H6v1l1 1-1 8h7l-1-8 1-1v-1h-1v-3zm0 2l1 1v2h-2v-2z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" overflow="visible"/><path d="M9.5 1035.362l-2.5 2v3H6v1l1 1-1 8h7l-1-8 1-1v-1h-1v-3zm0 2l1 1v2h-2v-2z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="lighthouse-24"><g transform="translate(0 -1028.4)" color="#000"><path d="M13 1030.362l-2.5 1.5c-.514.308-.5 1-.5 1v3.5H9v2l1 1v1l-1 9h8l-1-9v-1l1-1v-2h-1v-3.5s.005-.697-.5-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" overflow="visible"/><path d="M13 1030.362l-2.5 1.5c-.514.308-.5 1-.5 1v3.5H9v2l1 1v1l-1 9h8l-1-9v-1l1-1v-2h-1v-3.5s.005-.697-.5-1zm1 4v2h-2v-2s0-1 1-1 1 1 1 1z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="lodging-12"><g color="#000" transform="translate(-204 -1098.4)"><path d="M207 1100.362c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1zm2 1c0 1-.5 2-2 2h-.75c-.126 0-.25 0-.25.25v.5c0 .25.194.25.25.25H215v-1.5c0-.5 0-1.5-2.5-1.5zm-2.5 4c-.25 0-.5.25-.5.5v1c0 .25.25.5.5.5s.5-.25.5-.5v-.5h7v.5c0 .25.25.5.5.5s.5-.25.5-.5v-1c0-.25-.25-.5-.5-.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M207 1100.362c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1zm2 1c0 1-.5 2-2 2h-.75c-.126 0-.25 0-.25.25v.5c0 .25.194.25.25.25H215v-1.5c0-.5 0-1.5-2.5-1.5zm-2.5 4c-.25 0-.5.25-.5.5v1c0 .25.25.5.5.5s.5-.25.5-.5v-.5h7v.5c0 .25.25.5.5.5s.5-.25.5-.5v-1c0-.25-.25-.5-.5-.5z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="lodging-18"><g color="#000" transform="translate(-186 -1098.4)"><path d="M190.5 1102.112c-.828 0-1.5.672-1.5 1.5 0 .83.672 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.828-.672-1.5-1.5-1.5zm2.5 1.25c0 2-1 3-2.5 3h-1c-.5 0-.5.5-.5.5s0 .5.5.5H202v-1.75c0-.75 0-2.25-3.75-2.25zm-3.25 5c-.375 0-.75.375-.75.75v1.5c0 .375.375.75.75.75s.75-.375.75-.75v-1.25h10v1.25c0 .375.375.75.75.75s.75-.375.75-.75v-1.5c0-.375-.375-.75-.75-.75z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M190.5 1102.112c-.828 0-1.5.672-1.5 1.5 0 .83.672 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.828-.672-1.5-1.5-1.5zm2.5 1.25c0 2-1 3-2.5 3h-1c-.5 0-.5.5-.5.5s0 .5.5.5H202v-1.75c0-.75 0-2.25-3.75-2.25zm-3.25 5c-.375 0-.75.375-.75.75v1.5c0 .375.375.75.75.75s.75-.375.75-.75v-1.25h10v1.25c0 .375.375.75.75.75s.75-.375.75-.75v-1.5c0-.375-.375-.75-.75-.75z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="lodging-24"><g transform="translate(0 -1004.4)" color="#000"><path d="M6 1010.362c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2zm3 2c0 1.657-1.343 3-3 3H4.5c-.253 0-.5 0-.5.5v1c0 .5.39.5.5.5H21v-2c0-1 0-3-5-3zm-4 6c-.5 0-1 .5-1 1v3c0 .5.5 1 1 1s1-.5 1-1v-2h13v2c0 .5.5 1 1 1s1-.5 1-1v-3c0-.5-.5-1-1-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M6 1010.362c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2zm3 2c0 1.657-1.343 3-3 3H4.5c-.253 0-.5 0-.5.5v1c0 .5.39.5.5.5H21v-2c0-1 0-3-5-3zm-4 6c-.5 0-1 .5-1 1v3c0 .5.5 1 1 1s1-.5 1-1v-2h13v2c0 .5.5 1 1 1s1-.5 1-1v-3c0-.5-.5-1-1-1z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="logging-12"><g transform="translate(-516 -1244.4)" color="#000"><path d="M525.5 1245.862l-4 4 1.5 1.5 4-4v-1l-.5-.5zm-6 3l-1.5 1.5v.5h.5l.5-.5.5.5-1.5 1.5v1.5l1.5 1.5h1.5l2.5-2.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M525.5 1245.862l-4 4 1.5 1.5 4-4v-1l-.5-.5zm-6 3l-1.5 1.5v.5h.5l.5-.5.5.5-1.5 1.5v1.5l1.5 1.5h1.5l2.5-2.5z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="logging-18"><g transform="translate(-498 -1244.4)" color="#000"><path d="M511.5 1245.862l-5.75 5.75 1 1 5.25-5.25.5.5-5.25 5.25 1 1 5.75-5.75v-1.5l-1-1zm-8.25 4.25l-2.25 2.25v.5h.5l1-1 1 1-2.5 2.5v1.5l2.5 2.5h1.5l3.75-3.75z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M511.5 1245.862l-5.75 5.75 1 1 5.25-5.25.5.5-5.25 5.25 1 1 5.75-5.75v-1.5l-1-1zm-8.25 4.25l-2.25 2.25v.5h.5l1-1 1 1-2.5 2.5v1.5l2.5 2.5h1.5l3.75-3.75z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="logging-24"><g transform="translate(-474 -1242.4)" color="#000"><path d="M492 1245.362l-7.5 7.5 1.25 1.25 7.25-7.25.5.5-7.25 7.25 1.25 1.25 7.5-7.5v-2l-1-1zm-11.5 5.5l-2.5 2.5.5.5h1l1-1 1 1-3.5 3.5v2l3 3h2l4.5-4.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M492 1245.362l-7.5 7.5 1.25 1.25 7.25-7.25.5.5-7.25 7.25 1.25 1.25 7.5-7.5v-2l-1-1zm-11.5 5.5l-2.5 2.5.5.5h1l1-1 1 1-3.5 3.5v2l3 3h2l4.5-4.5z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="london-underground-12"><g transform="translate(-126 -1268.4)" color="#000"><path d="M132.5 1270.362c-1.765 0-3.23 1.3-3.47 3H128v1h1.03c.24 1.7 1.705 3 3.47 3 1.765 0 3.23-1.3 3.47-3H137v-1h-1.03c-.24-1.7-1.705-3-3.47-3zm0 1.5c.932 0 1.716.637 1.938 1.5h-3.875c.22-.863 1.005-1.5 1.937-1.5zm-1.938 2.5h3.875c-.22.863-1.005 1.5-1.937 1.5-.932 0-1.716-.637-1.938-1.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M132.5 1270.362c-1.765 0-3.23 1.3-3.47 3H128v1h1.03c.24 1.7 1.705 3 3.47 3 1.765 0 3.23-1.3 3.47-3H137v-1h-1.03c-.24-1.7-1.705-3-3.47-3zm0 1.5c.932 0 1.716.637 1.938 1.5h-3.875c.22-.863 1.005-1.5 1.937-1.5zm-1.938 2.5h3.875c-.22.863-1.005 1.5-1.937 1.5-.932 0-1.716-.637-1.938-1.5z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="london-underground-18"><g transform="translate(-108 -1266.4)" color="#000"><path d="M117.5 1269.362c-2.976 0-5.433 2.16-5.906 5H110.5c-.277 0-.5.223-.5.5v1c0 .277.223.5.5.5h1.094c.473 2.842 2.93 5 5.906 5 2.976 0 5.433-2.158 5.906-5h1.094c.277 0 .5-.223.5-.5v-1c0-.277-.223-.5-.5-.5h-1.094c-.473-2.84-2.93-5-5.906-5zm0 2c1.863 0 3.4 1.276 3.844 3h-7.688c.445-1.724 1.98-3 3.844-3zm-3.844 5h7.688c-.445 1.725-1.98 3-3.844 3-1.863 0-3.4-1.275-3.844-3z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M117.5 1269.362c-2.976 0-5.433 2.16-5.906 5H110.5c-.277 0-.5.223-.5.5v1c0 .277.223.5.5.5h1.094c.473 2.842 2.93 5 5.906 5 2.976 0 5.433-2.158 5.906-5h1.094c.277 0 .5-.223.5-.5v-1c0-.277-.223-.5-.5-.5h-1.094c-.473-2.84-2.93-5-5.906-5zm0 2c1.863 0 3.4 1.276 3.844 3h-7.688c.445-1.724 1.98-3 3.844-3zm-3.844 5h7.688c-.445 1.725-1.98 3-3.844 3-1.863 0-3.4-1.275-3.844-3z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="london-underground-24"><g transform="translate(-84 -1266.4)" color="#000"><path d="M96.5 1270.362c-3.624 0-6.644 2.583-7.344 6H88c-.5 0-1 .5-1 1v1c0 .5.5 1 1 1h1.156c.7 3.418 3.72 6 7.344 6s6.644-2.582 7.344-6H105c.5 0 1-.5 1-1v-1c0-.5-.5-1-1-1h-1.156c-.7-3.417-3.72-6-7.344-6zm0 2.5c2.056 0 3.868 1.658 4.5 3.5h-9c.632-1.842 2.444-3.5 4.5-3.5zm-4.5 6.5h9c-.632 1.842-2.444 3.5-4.5 3.5s-3.868-1.658-4.5-3.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M96.5 1270.362c-3.624 0-6.644 2.583-7.344 6H88c-.5 0-1 .5-1 1v1c0 .5.5 1 1 1h1.156c.7 3.418 3.72 6 7.344 6s6.644-2.582 7.344-6H105c.5 0 1-.5 1-1v-1c0-.5-.5-1-1-1h-1.156c-.7-3.417-3.72-6-7.344-6zm0 2.5c2.056 0 3.868 1.658 4.5 3.5h-9c.632-1.842 2.444-3.5 4.5-3.5zm-4.5 6.5h9c-.632 1.842-2.444 3.5-4.5 3.5s-3.868-1.658-4.5-3.5z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="maki-12-base"><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="maki-18-base"><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="maki-24-base"><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 24 24" id="maki-icons"><g transform="translate(120 -1050.4)"><g transform="translate(0 -24)" color="#000"><path d="M134 1363.362l-1 1v1.938l-3.406 3.406c-.346-.455-.594-.844-.594-1.344v-1l1 .5v-2.5l-2 1.5v5.5h5.5l1.5-2h-2.5l.5 1h-1c-.5 0-.89-.247-1.344-.594l3.406-3.406H136l1-1v-2l-1-1zm.5 1h1l.5.5v1l-.5.5-1 .015-.5-.515v-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M134 1363.362l-1 1v1.938l-3.406 3.406c-.346-.455-.594-.844-.594-1.344v-1l1 .5v-2.5l-2 1.5v5.5h5.5l1.5-2h-2.5l.5 1h-1c-.5 0-.89-.247-1.344-.594l3.406-3.406H136l1-1v-2l-1-1zm.5 1h1l.5.5v1l-.5.5-1 .015-.5-.515v-1z" fill="#444" overflow="visible"/><path opacity=".3" fill="none" overflow="visible" d="M126 1362.362h12v12h-12z"/></g><g transform="translate(-156 -24)" color="#000"><path d="M323 1269.362c-.47 0-1 .5-1 1v7c0 2.216 1 5 5 5 .36 0 .686-.017 1-.062v-2.937h-4s.5-2 3-2c.5 0 .697.074 1 .187v-2.187c0-.917.365-1.683 1-2 1-.5 1.404-.298 2 0l1 .5v-3.5c0-.5-.53-1-1-1-1 0-2 1-4 1s-3-1-4-1zm7 5c-.47 0-1 .5-1 1v7c0 2.216 1 5 5 5s5-2.784 5-5v-7c0-.5-.53-1-1-1-1 0-2 1-4 1s-3-1-4-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path fill="none" overflow="visible" d="M318 1266.362h24v24h-24z"/><path d="M323 1269.362c-.47 0-1 .5-1 1v7c0 2.216 1 5 5 5 .36 0 .686-.017 1-.062v-2.937h-4s.5-2 3-2c.5 0 .697.074 1 .187v-2.187c0-.917.365-1.683 1-2 1-.5 1.404-.298 2 0l1 .5v-3.5c0-.5-.53-1-1-1-1 0-2 1-4 1s-3-1-4-1zm1.75 3.5c.69 0 1.25.56 1.25 1.25s-.56 1.25-1.25 1.25-1.25-.56-1.25-1.25.56-1.25 1.25-1.25zm5.25 1.5c-.47 0-1 .5-1 1v7c0 2.216 1 5 5 5s5-2.784 5-5v-7c0-.5-.53-1-1-1-1 0-2 1-4 1s-3-1-4-1zm1.75 3.5c.69 0 1.25.56 1.25 1.25s-.56 1.25-1.25 1.25-1.25-.56-1.25-1.25.56-1.25 1.25-1.25zm4.5 0c.69 0 1.25.56 1.25 1.25s-.56 1.25-1.25 1.25-1.25-.56-1.25-1.25.56-1.25 1.25-1.25zm-5.25 5.5h6s-.5 2-3 2-3-2-3-2z" fill="#444" overflow="visible"/></g><g color="#000"><path opacity=".5" fill="none" overflow="visible" d="M-30 1050.362h12v12h-12z"/><g transform="translate(0 -1)"><path d="M-23.5 1052.362c2.485 0 4.5 2.015 4.5 4.5s-2.015 4.5-4.5 4.5-4.5-2.015-4.5-4.5 2.015-4.5 4.5-4.5zm0 1c-1.933 0-3.5 1.567-3.5 3.5s1.567 3.5 3.5 3.5 3.5-1.567 3.5-3.5-1.567-3.5-3.5-3.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" overflow="visible"/><path d="M-23.5 1052.362c2.485 0 4.5 2.015 4.5 4.5s-2.015 4.5-4.5 4.5-4.5-2.015-4.5-4.5 2.015-4.5 4.5-4.5zm0 1c-1.933 0-3.5 1.567-3.5 3.5s1.567 3.5 3.5 3.5 3.5-1.567 3.5-3.5-1.567-3.5-3.5-3.5z" fill="#444" overflow="visible"/></g></g><g color="#000"><path opacity=".5" fill="none" overflow="visible" d="M-48 1050.362h18v18h-18z"/><path d="M-38.5 1052.362c3.59 0 6.5 2.91 6.5 6.5s-2.91 6.5-6.5 6.5-6.5-2.91-6.5-6.5 2.91-6.5 6.5-6.5zm0 1.445c-2.792 0-5.056 2.263-5.056 5.055s2.264 5.056 5.056 5.056c2.792 0 5.056-2.264 5.056-5.056 0-2.792-2.264-5.055-5.056-5.055z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" overflow="visible"/><path d="M-38.5 1052.362c3.59 0 6.5 2.91 6.5 6.5s-2.91 6.5-6.5 6.5-6.5-2.91-6.5-6.5 2.91-6.5 6.5-6.5zm0 1.445c-2.792 0-5.056 2.263-5.056 5.055s2.264 5.056 5.056 5.056c2.792 0 5.056-2.264 5.056-5.056 0-2.792-2.264-5.055-5.056-5.055z" fill="#444" overflow="visible"/></g><g color="#000"><g transform="matrix(-1 0 0 1 -108 70)"><path d="M-40 1015.862a8.5 8.5 0 1 1-17 0 8.5 8.5 0 1 1 17 0z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="1.9998317100000003" overflow="visible"/><path d="M-40 1015.862a8.5 8.5 0 1 1-17 0 8.5 8.5 0 1 1 17 0z" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M-72 1074.362h24v24h-24z"/></g><g color="#000"><path d="M-45 1082.862a6.5 6.5 0 1 1 13 0 6.5 6.5 0 1 1-13 0z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="1.99963944" overflow="visible"/><path d="M-45 1082.862a6.5 6.5 0 1 1 13 0 6.5 6.5 0 1 1-13 0z" fill="#444" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M-48 1074.362h18v18h-18z"/></g><g color="#000"><g transform="translate(1)"><path d="M-29 1079.862a4.5 4.5 0 1 1 9 0 4.5 4.5 0 1 1-9 0z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2.00016515" overflow="visible"/><path d="M-29 1079.862a4.5 4.5 0 1 1 9 0 4.5 4.5 0 1 1-9 0z" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M-30 1074.362h12v12h-12z"/></g><g color="#000"><g transform="translate(-72 94)"><path d="M5 1007.362c-.554 0-1 .446-1 1v15c0 .554.446 1 1 1h15c.554 0 1-.446 1-1v-15c0-.554-.446-1-1-1zm1 2h13v13H6z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" overflow="visible"/><path d="M5 1007.362c-.554 0-1 .446-1 1v15c0 .554.446 1 1 1h15c.554 0 1-.446 1-1v-15c0-.554-.446-1-1-1zm1 2h13v13H6z" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M-72 1098.362h24v24h-24z"/></g><g color="#000"><path d="M-44 1100.362c-.554 0-1 .446-1 1v11c0 .554.446 1 1 1h11c.554 0 1-.446 1-1v-11c0-.554-.446-1-1-1h-11zm1.438 2h8.124c.25 0 .438.188.438.438v8.125c0 .25-.188.437-.438.437h-8.124c-.25 0-.438-.188-.438-.437v-8.125c0-.25.188-.438.438-.438z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" overflow="visible"/><path d="M-44 1100.362c-.554 0-1 .446-1 1v11c0 .554.446 1 1 1h11c.554 0 1-.446 1-1v-11c0-.554-.446-1-1-1h-11zm1.438 2h8.124c.25 0 .438.188.438.438v8.125c0 .25-.188.437-.438.437h-8.124c-.25 0-.438-.188-.438-.437v-8.125c0-.25.188-.438.438-.438z" fill="#444" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M-48 1098.362h18v18h-18z"/></g><g color="#000"><g transform="translate(1)"><path d="M-28.5 1099.362c-.277 0-.5.223-.5.5v8c0 .277.223.5.5.5h8c.277 0 .5-.223.5-.5v-8c0-.277-.223-.5-.5-.5zm.5 1h7v7h-7z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" overflow="visible"/><path d="M-28.5 1099.362c-.277 0-.5.223-.5.5v8c0 .277.223.5.5.5h8c.277 0 .5-.223.5-.5v-8c0-.277-.223-.5-.5-.5zm.5 1h7v7h-7z" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M-30 1098.362h12v12h-12z"/></g><g color="#000"><g transform="translate(-32 118)"><rect width="17" height="17" rx="1.125" ry="1.125" x="-36" y="1007.362" opacity=".3" fill="none" stroke="#fff" stroke-width="2" overflow="visible"/><rect width="17" height="17" rx="1.125" ry="1.125" x="-36" y="1007.362" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M-72 1122.362h24v24h-24z"/></g><g color="#000"><rect width="13" height="13" rx="1" ry="1" x="-45" y="1124.362" opacity=".3" fill="none" stroke="#fff" stroke-width="2" overflow="visible"/><rect width="13" height="13" rx="1" ry="1" x="-45" y="1124.362" fill="#444" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M-48 1122.362h18v18h-18z"/></g><g color="#000"><g transform="translate(1)"><path d="M-28.5 1123.362h7.875c.312 0 .563.25.563.563v7.875c0 .31-.25.562-.563.562H-28.5c-.312 0-.563-.25-.563-.562v-7.875c0-.312.25-.563.563-.563z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" overflow="visible"/><path d="M-28.5 1123.362h7.875c.312 0 .563.25.563.563v7.875c0 .31-.25.562-.563.562H-28.5c-.312 0-.563-.25-.563-.562v-7.875c0-.312.25-.563.563-.563z" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M-30 1122.362h12v12h-12z"/></g><g color="#000"><g transform="translate(-3.1 -11.5)" fill="#444" font-family="Sans"><path d="M-56.375 1161.862c-.5 0-.726.24-.875.5l-8.5 14c-.088.154-.125.328-.125.5 0 .75.5 1 1 1h17c.5 0 1-.25 1-1 0-.172-.037-.346-.125-.5l-8.5-14c-.15-.26-.375-.5-.875-.5zm0 3l6.78 11h-13.56z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" stroke="#fff" stroke-width="2" overflow="visible"/><path d="M-56.375 1161.862c-.5 0-.726.24-.875.5l-8.5 14c-.088.154-.125.328-.125.5 0 .75.5 1 1 1h17c.5 0 1-.25 1-1 0-.172-.037-.346-.125-.5l-8.5-14c-.15-.26-.375-.5-.875-.5zm0 3l6.78 11h-13.56z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M-72 1146.362h24v24h-24z"/></g><g color="#000"><g fill="#444" font-family="Sans"><path d="M-38.5 1149.362c-.36 0-.517.187-.625.375l-5.78 10.53c-.065.113-.095.252-.095.377 0 .54.358.718.72.718h11.56c.362 0 .72-.177.72-.72 0-.123-.03-.262-.094-.373l-5.78-10.533c-.11-.188-.265-.375-.626-.375zm0 2l4.5 8.5h-9l4.5-8.5z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" stroke="#fff" stroke-width="2" overflow="visible"/><path d="M-38.5 1149.362c-.36 0-.517.187-.625.375l-5.78 10.53c-.065.113-.095.252-.095.377 0 .54.358.718.72.718h11.56c.362 0 .72-.177.72-.72 0-.123-.03-.262-.094-.373l-5.78-10.533c-.11-.188-.265-.375-.626-.375zm0 2l4.5 8.5h-9l4.5-8.5z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M-48 1146.362h18v18h-18z"/></g><g color="#000"><g fill="#444" font-family="Sans"><path d="M-23.5 1148.362c-.25 0-.363.12-.438.25l-4 7c-.044.077-.062.164-.062.25 0 .375.25.5.5.5h8c.25 0 .5-.125.5-.5 0-.086-.018-.173-.063-.25l-4-7c-.074-.13-.187-.25-.437-.25zm0 1.5l3 5.5h-6l3-5.5z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" stroke="#fff" stroke-width="2" overflow="visible"/><path d="M-23.5 1148.362c-.25 0-.363.12-.438.25l-4 7c-.044.077-.062.164-.062.25 0 .375.25.5.5.5h8c.25 0 .5-.125.5-.5 0-.086-.018-.173-.063-.25l-4-7c-.074-.13-.187-.25-.437-.25zm0 1.5l3 5.5h-6l3-5.5z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M-30 1146.362h12v12h-12z"/></g><g color="#000"><g transform="translate(36.9 12.5)" fill="#444" font-family="Sans"><path d="M-96.375 1161.862c-.5 0-.726.24-.875.5l-8.5 14c-.088.154-.125.328-.125.5 0 .75.5 1 1 1h17c.5 0 1-.25 1-1 0-.172-.037-.346-.125-.5l-8.5-14c-.15-.26-.375-.5-.875-.5z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" stroke="#fff" stroke-width="2" overflow="visible"/><path d="M-96.375 1161.862c-.5 0-.726.24-.875.5l-8.5 14c-.088.154-.125.328-.125.5 0 .75.5 1 1 1h17c.5 0 1-.25 1-1 0-.172-.037-.346-.125-.5l-8.5-14c-.15-.26-.375-.5-.875-.5z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M-72 1170.362h24v24h-24z"/></g><g color="#000"><g fill="#444" font-family="Sans"><path d="M-38.5 1173.362c-.36 0-.524.173-.632.36l-5.778 10.557c-.063.11-.09.235-.09.36 0 .542.36.722.722.722h11.556c.36 0 .722-.18.722-.722 0-.124-.027-.25-.09-.36l-5.778-10.557c-.108-.188-.27-.36-.632-.36z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" stroke="#fff" stroke-width="2" overflow="visible"/><path d="M-38.5 1173.362c-.36 0-.524.173-.632.36l-5.778 10.557c-.063.11-.09.235-.09.36 0 .542.36.722.722.722h11.556c.36 0 .722-.18.722-.722 0-.124-.027-.25-.09-.36l-5.778-10.557c-.108-.188-.27-.36-.632-.36z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M-48 1170.362h18v18h-18z"/></g><g color="#000"><g fill="#444" font-family="Sans"><path d="M-23.5 1172.362c-.25 0-.363.12-.438.25l-4 7c-.044.077-.062.164-.062.25 0 .375.25.5.5.5h8c.25 0 .5-.125.5-.5 0-.086-.018-.173-.063-.25l-4-7c-.074-.13-.187-.25-.437-.25z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" stroke="#fff" stroke-width="2" overflow="visible"/><path d="M-23.5 1172.362c-.25 0-.363.12-.438.25l-4 7c-.044.077-.062.164-.062.25 0 .375.25.5.5.5h8c.25 0 .5-.125.5-.5 0-.086-.018-.173-.063-.25l-4-7c-.074-.13-.187-.25-.437-.25z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M-30 1170.362h12v12h-12z"/></g><g transform="translate(0 24)"><g transform="translate(-202 993)" color="#000"><path d="M142.493 204.362l-2 6h-6.5l5 5-2.5 7 6-4 6 4-2.5-7 5-5h-6z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M142.493 204.362l-2 6h-6.5l5 5-2.5 7 6-4 6 4-2.5-7 5-5h-6z" fill="#444" overflow="visible"/></g><path opacity=".5" color="#000" fill="none" overflow="visible" d="M-72 1194.362h24v24h-24z"/></g><g transform="translate(0 24)" color="#000"><path d="M-38.5 1196.362l-2 4H-45l3.5 4-1.694 5 4.694-2.89 4.694 2.89-1.694-5 3.5-4h-4.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M-38.5 1196.362l-2 4H-45l3.5 4-1.694 5 4.694-2.89 4.694 2.89-1.694-5 3.5-4h-4.5z" fill="#444" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M-48 1194.362h18v18h-18z"/></g><g transform="translate(0 24)" color="#000"><g transform="translate(0 -1)"><path d="M-23.5 1196.362l-1.25 3H-28l2.5 2.5-1.25 3.5 3.25-2 3.25 2-1.25-3.5 2.5-2.5h-3.25z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M-23.5 1196.362l-1.25 3H-28l2.5 2.5-1.25 3.5 3.25-2 3.25 2-1.25-3.5 2.5-2.5h-3.25z" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M-30 1194.362h12v12h-12z"/></g><g transform="translate(0 -24)"><g transform="translate(-203 1017)" color="#000"><path d="M143.493 204.362l-2 6h-6.5l5 5-2.5 7 6-4 6 4-2.5-7 5-5h-6.5zm0 4l1 3.5h4l-3.5 3.5 1.5 3.5-3-2.5-3 2.5 1.5-3.5-3.5-3.5h4z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M143.493 204.362l-2 6h-6.5l5 5-2.5 7 6-4 6 4-2.5-7 5-5h-6.5l-2-6zm0 4l1 3.5h4l-3.5 3.5 1.5 3.5-3-2.5-3 2.5 1.5-3.5-3.5-3.5h4l1-3.5z" fill="#444" overflow="visible"/></g><path opacity=".5" color="#000" fill="none" overflow="visible" d="M-72 1218.362h24v24h-24z"/></g><g transform="translate(0 -24)" color="#000"><path d="M-38.5 1220.362l-2 4H-45l3.5 4-1.688 5 4.688-2.875 4.688 2.875-1.688-5 3.5-4h-4.5zm0 2.5l1 2.5h3l-2.5 3 1.156 2.5-2.656-2-2.656 2 1.156-2.5-2.5-3h3z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M-38.5 1220.362l-2 4H-45l3.5 4-1.688 5 4.688-2.875 4.688 2.875-1.688-5 3.5-4h-4.5zm0 2.5l1 2.5h3l-2.5 3 1.156 2.5-2.656-2-2.656 2 1.156-2.5-2.5-3h3z" fill="#444" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M-48 1218.362h18v18h-18z"/></g><g transform="translate(0 -24)" color="#000"><g transform="translate(0 -1)"><path d="M-23.5 1220.362l-1.25 3H-28l2.5 2.5-1.25 3.5 3.25-2 3.25 2-1.25-3.5 2.5-2.5h-3.25l-1.25-3zm0 2l1 2h1.5l-1.5 1.5.5 1.5-1.5-1-1.5 1 .5-1.5-1.5-1.5h1.5l.5-1 .5-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M-23.5 1220.362l-1.25 3H-28l2.5 2.5-1.25 3.5 3.25-2 3.25 2-1.25-3.5 2.5-2.5h-3.25l-1.25-3zm0 2l1 2h1.5l-1.5 1.5.5 1.5-1.5-1-1.5 1 .5-1.5-1.5-1.5h1.5l.5-1 .5-1z" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M-30 1218.362h12v12h-12z"/></g><g color="#000"><g font-family="Sans"><path d="M-43.917 1244.362c-.54 0-1.083.542-1.083 1.083 0 .27.088.53.305.745l4.672 4.672-4.672 4.672c-.217.217-.305.475-.305.745 0 .54.542 1.082 1.083 1.082.27 0 .542-.067.78-.304l4.637-4.638 4.638 4.638c.237.237.508.304.78.304.54 0 1.082-.542 1.082-1.083 0-.27-.088-.53-.305-.746l-4.672-4.672 4.672-4.672c.217-.216.305-.475.305-.745 0-.54-.542-1.083-1.083-1.083-.27 0-.542.067-.78.305l-4.637 4.638-4.638-4.638c-.237-.238-.508-.305-.78-.305z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M-43.917 1244.362c-.54 0-1.083.542-1.083 1.083 0 .27.088.53.305.745l4.672 4.672-4.672 4.672c-.217.217-.305.475-.305.745 0 .54.542 1.082 1.083 1.082.27 0 .542-.067.78-.304l4.637-4.638 4.638 4.638c.237.237.508.304.78.304.54 0 1.082-.542 1.082-1.083 0-.27-.088-.53-.305-.746l-4.672-4.672 4.672-4.672c.217-.216.305-.475.305-.745 0-.54-.542-1.083-1.083-1.083-.27 0-.542.067-.78.305l-4.637 4.638-4.638-4.638c-.237-.238-.508-.305-.78-.305z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M-48 1242.362h18v18h-18z"/></g><g color="#000"><g font-family="Sans"><path d="M-27.5 1243.362c-.25 0-.5.25-.5.5 0 .125.04.244.14.344l3.657 3.656-3.656 3.656c-.1.1-.14.22-.14.344 0 .25.25.5.5.5.125 0 .25-.03.36-.14l3.64-3.64 3.64 3.64c.11.11.235.14.36.14.25 0 .5-.25.5-.5 0-.124-.04-.244-.14-.344l-3.657-3.656 3.656-3.656c.1-.1.14-.22.14-.344 0-.25-.25-.5-.5-.5-.125 0-.25.03-.36.14l-3.64 3.642-3.64-3.64c-.11-.11-.235-.142-.36-.142z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M-27.5 1243.362c-.25 0-.5.25-.5.5 0 .125.04.244.14.344l3.657 3.656-3.656 3.656c-.1.1-.14.22-.14.344 0 .25.25.5.5.5.125 0 .25-.03.36-.14l3.64-3.64 3.64 3.64c.11.11.235.14.36.14.25 0 .5-.25.5-.5 0-.124-.04-.244-.14-.344l-3.657-3.656 3.656-3.656c.1-.1.14-.22.14-.344 0-.25-.25-.5-.5-.5-.125 0-.25.03-.36.14l-3.64 3.642-3.64-3.64c-.11-.11-.235-.142-.36-.142z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M-30 1242.362h12v12h-12z"/></g><g transform="translate(-174 965)" color="#000"><path d="M114.493 304.362c-3.23 0-6.5 3-6.5 6.5s5 9.5 6.5 11.5c1.5-2 6.5-8 6.5-11.5s-3.27-6.5-6.5-6.5zm0 2c2.51 0 4.5 1.778 4.5 4.5s-3.333 6.945-4.5 8.5c-1.167-1.555-4.5-5.778-4.5-8.5 0-2.722 1.99-4.5 4.5-4.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M114.493 304.362c-3.23 0-6.5 3-6.5 6.5s5 9.5 6.5 11.5c1.5-2 6.5-8 6.5-11.5s-3.27-6.5-6.5-6.5zm0 2c2.51 0 4.5 1.778 4.5 4.5s-3.333 6.945-4.5 8.5c-1.167-1.555-4.5-5.778-4.5-8.5 0-2.722 1.99-4.5 4.5-4.5z" fill="#444" overflow="visible"/></g><path opacity=".5" color="#000" fill="none" overflow="visible" d="M-72 1266.362h24v24h-24z"/><g color="#000"><path d="M-38.5 1268.362c-2.332 0-4.5 2-4.5 4.5 0 2.528 3.417 7.056 4.5 8.5 1.083-1.444 4.5-5.972 4.5-8.5 0-2.5-2.168-4.5-4.5-4.5zm0 1.5c1.5 0 3 1.25 3 3 0 2-2.25 5-3 6-.75-1-3-4-3-6 0-1.75 1.5-3 3-3z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M-38.5 1268.362c-2.332 0-4.5 2-4.5 4.5 0 2.528 3.417 7.056 4.5 8.5 1.083-1.444 4.5-5.972 4.5-8.5 0-2.5-2.168-4.5-4.5-4.5zm0 1.5c1.5 0 3 1.25 3 3 0 2-2.25 5-3 6-.75-1-3-4-3-6 0-1.75 1.5-3 3-3z" fill="#444" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M-48 1266.362h18v18h-18z"/></g><g color="#000"><path d="M-23.5 1267.362c-1.614 0-3.5 1-3.5 3.5 0 1.75 2.75 5.5 3.5 6.5.75-1 3.5-4.75 3.5-6.5 0-2.5-1.886-3.5-3.5-3.5zm0 1c1.256 0 2.5 1 2.5 2.5 0 1.36-1.917 4.222-2.5 5-.583-.778-2.5-3.64-2.5-5 0-1.5 1.244-2.5 2.5-2.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M-23.5 1267.362c-1.614 0-3.5 1-3.5 3.5 0 1.75 2.75 5.5 3.5 6.5.75-1 3.5-4.75 3.5-6.5 0-2.5-1.886-3.5-3.5-3.5zm0 1c1.256 0 2.5 1 2.5 2.5 0 1.36-1.917 4.222-2.5 5-.583-.778-2.5-3.64-2.5-5 0-1.5 1.244-2.5 2.5-2.5z" fill="#444" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M-30 1266.362h12v12h-12z"/></g><g transform="translate(0 33)"><path d="M-53 1266.862c0 3.5-5 9.5-6.5 11.5-1.5-2-6.5-8-6.5-11.5s3.27-6.5 6.5-6.5 6.5 3 6.5 6.5z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M-53 1266.862c0 3.5-5 9.5-6.5 11.5-1.5-2-6.5-8-6.5-11.5s3.27-6.5 6.5-6.5 6.5 3 6.5 6.5z" color="#000" fill="#444" overflow="visible"/></g><path opacity=".5" color="#000" fill="none" overflow="visible" d="M-72 1290.362h24v24h-24z"/><path d="M-38.5 1292.362c-2.332 0-4.5 2-4.5 4.5 0 2.528 3.417 7.056 4.5 8.5 1.083-1.444 4.5-5.972 4.5-8.5 0-2.5-2.168-4.5-4.5-4.5z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path opacity=".5" color="#000" fill="none" overflow="visible" d="M-48 1290.362h18v18h-18z"/><path d="M-38.5 1292.362c-2.332 0-4.5 2-4.5 4.5 0 2.528 3.417 7.056 4.5 8.5 1.083-1.444 4.5-5.972 4.5-8.5 0-2.5-2.168-4.5-4.5-4.5z" color="#000" fill="#444" overflow="visible"/><g transform="translate(0 24)" color="#000"><path d="M18.5 1053.362c-.83 0-1.5.67-1.5 1.5v3.5h-5v3h5v10h3v-10h5v-3h-5v-3.5c0-.83-.67-1.5-1.5-1.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M18.5 1053.362c-.83 0-1.5.67-1.5 1.5v3.5h-5v3h5v10h3v-10h5v-3h-5v-3.5c0-.83-.67-1.5-1.5-1.5z" fill="#444" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M6 1050.362h24v24H6z"/></g><g transform="translate(0 24)" color="#000"><g transform="translate(1)"><path d="M38 1051.362c-.74 0-1 .762-1 1.5v2.5h-4v2h4v9h2v-9h4v-2h-4v-2.5c0-.738-.26-1.5-1-1.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M38 1051.362c-.74 0-1 .762-1 1.5v2.5h-4v2h4v9h2v-9h4v-2h-4v-2.5c0-.738-.26-1.5-1-1.5z" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M30 1050.362h18v18H30z"/></g><g transform="translate(0 24)" color="#000"><path d="M54.25 1051.362c-.462 0-.745.372-.75.833v2.167h-3v1.5h3v5.5H55v-5.5h3v-1.5h-3v-2.166c0-.462-.288-.833-.75-.833z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M54.25 1051.362c-.462 0-.745.372-.75.833v2.167h-3v1.5h3v5.5H55v-5.5h3v-1.5h-3v-2.166c0-.462-.288-.833-.75-.833z" fill="#444" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M48 1050.362h12v12H48z"/></g><g transform="translate(0 24)" color="#000"><path d="M18.5 1077.362c-4.694 0-8.5 3.806-8.5 8.5 0 4.695 3.806 8.5 8.5 8.5 2.625 0 4.972-1.193 6.53-3.062-1.018.663-2.224 1.062-3.53 1.062-3.59 0-6.5-2.91-6.5-6.5s2.91-6.5 6.5-6.5c1.306 0 2.512.4 3.53 1.063-1.558-1.87-3.905-3.063-6.53-3.063zm5 4l-1 3H19l3 2-1.5 3.5 3-2 3 2-1.5-3.5 3-2h-3.5l-1-3z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M18.5 1077.362c-4.694 0-8.5 3.806-8.5 8.5 0 4.695 3.806 8.5 8.5 8.5 2.625 0 4.972-1.193 6.53-3.062-1.018.663-2.224 1.062-3.53 1.062-3.59 0-6.5-2.91-6.5-6.5s2.91-6.5 6.5-6.5c1.306 0 2.512.4 3.53 1.063-1.558-1.87-3.905-3.063-6.53-3.063zm5 4l-1 3H19l3 2-1.5 3.5 3-2 3 2-1.5-3.5 3-2h-3.5l-1-3z" fill="#444" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M6 1074.362h24v24H6z"/></g><g transform="translate(0 24)" color="#000"><path d="M40 1077.362c-3.39 0-6 2.61-6 6s2.61 6 6 6c1.896 0 3.874-.65 5-2-.736.48-2.057 1-3 1-2.593 0-4.528-2.546-4.528-5.14 0-2.59 1.935-4.86 4.528-4.86.943 0 2.264.52 3 1-1.126-1.35-3.104-2-5-2zm3.61 2.61l-.72 2.39H40l2.528 1.222-1.528 2.778 2.61-1.694 2.39 1.694-1.306-2.778 2.306-1.222h-2.667z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M40 1077.362c-3.39 0-6 2.61-6 6s2.61 6 6 6c1.896 0 3.874-.65 5-2-.736.48-2.057 1-3 1-2.593 0-4.528-2.546-4.528-5.14 0-2.59 1.935-4.86 4.528-4.86.943 0 2.264.52 3 1-1.126-1.35-3.104-2-5-2zm3.61 2.61l-.72 2.39H40l2.528 1.222-1.528 2.778 2.61-1.694 2.39 1.694-1.306-2.778 2.306-1.222h-2.667z" fill="#444" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M30 1074.362h18v18H30z"/></g><g transform="translate(0 24)" color="#000"><path d="M54 1076.362c-2.21 0-4 1.79-4 4s1.79 4 4 4c.715 0 1.388-.202 1.97-.53-.153.02-.313.03-.47.03-1.933 0-3.5-1.567-3.5-3.5s1.567-3.5 3.5-3.5c.157 0 .317.01.47.03-.658-.373-1.216-.53-1.97-.53zm3 1.5l-1 1.5h-1l1 1.5-.5 1.5 1.5-1 1.5 1-.5-1.5 1-1.5h-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M54 1076.362c-2.21 0-4 1.79-4 4s1.79 4 4 4c.715 0 1.388-.202 1.97-.53-.153.02-.313.03-.47.03-1.933 0-3.5-1.567-3.5-3.5s1.567-3.5 3.5-3.5c.157 0 .317.01.47.03-.658-.373-1.216-.53-1.97-.53zm3 1.5l-1 1.5h-1l1 1.5-.5 1.5 1.5-1 1.5 1-.5-1.5 1-1.5h-1z" fill="#444" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M48 1074.362h12v12H48z"/></g><g transform="translate(0 -48)"><path d="M18.5 1101.362l-3 4h-5l3 5-3 5h5l3 4 3-4h5l-3-5 3-5h-5z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M18.5 1101.362l-3 4h-5l3 5-3 5h5l3 4 3-4h5l-3-5 3-5h-5z" fill="#444"/><path opacity=".5" color="#000" fill="none" overflow="visible" d="M6 1098.362h24v24H6z"/></g><g transform="translate(0 -48)"><path d="M39.5 1099.362l-2.5 3h-4l2.5 4.5-2.5 4.5h4l2.5 3 2.5-3h4l-2.5-4.5 2.5-4.5h-4l-2.5-3z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M39.5 1099.362l-2.5 3h-4l2.5 4.5-2.5 4.5h4l2.5 3 2.5-3h4l-2.5-4.5 2.5-4.5h-4l-2.5-3z" fill="#444"/><path opacity=".5" color="#000" fill="none" overflow="visible" d="M30 1098.362h18v18H30z"/></g><g transform="translate(0 -48)"><path d="M54.5 1099.362l-1.5 2h-3l2 2.5-2 2.5h3l1.5 2 1.5-2h3l-2-2.5 2-2.5h-3z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M54.5 1099.362l-1.5 2h-3l2 2.5-2 2.5h3l1.5 2 1.5-2h3l-2-2.5 2-2.5h-3z" fill="#444"/><path opacity=".5" color="#000" fill="none" overflow="visible" d="M48 1098.362h12v12H48z"/></g><g color="#000"><path d="M18.5 1126.362c-3.074 0-4.5 2-4.5 5v9c-.5 0-1 .5-1 1v1h11v-1c0-.5-.5-1-1-1v-9c0-3-1.5-5-4.5-5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M18.5 1126.362c-3.074 0-4.5 2-4.5 5v9c-.5 0-1 .5-1 1v1h11v-1c0-.5-.5-1-1-1v-9c0-3-1.5-5-4.5-5z" fill="#444" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M6 1122.362h24v24H6z"/></g><g color="#000"><path d="M39.5 1124.362c-2.61 0-3.5 1.875-3.5 4.5v6.5c-.435 0-1 .688-1 1.125v.875h9v-.875c0-.437-.565-1.125-1-1.125v-6.501c0-2.625-.89-4.5-3.5-4.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M39.5 1124.362c-2.61 0-3.5 1.875-3.5 4.5v6.5c-.435 0-1 .688-1 1.125v.875h9v-.875c0-.437-.565-1.125-1-1.125v-6.5c0-2.625-.89-4.5-3.5-4.5z" fill="#444" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M30 1122.362h18v18H30z"/></g><g color="#000"><path d="M54.5 1124.362c-1.865 0-2.5 1.286-2.5 2.786v3.714c-.5 0-1 .5-1 1v.5h7v-.5c0-.5-.5-1-1-1v-3.5c0-1.714-.635-3-2.5-3z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M54.5 1124.362c-1.865 0-2.5 1.286-2.5 2.786v3.714c-.5 0-1 .5-1 1v.5h7v-.5c0-.5-.5-1-1-1v-3.5c0-1.714-.635-3-2.5-3z" fill="#444" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M48 1122.362h12v12H48z"/></g><g color="#000" transform="translate(162 23)"><path d="M12.5 1030.362l-5.5 5h3l-4 4h3l-3 4h5v4c0 .554.446 1 1 1h1c.554 0 1-.446 1-1v-4h5l-3-4h3l-4-4h3l-5.5-5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M12.5 1030.362l-5.5 5h3l-4 4h3l-3 4h5v4c0 .554.446 1 1 1h1c.554 0 1-.446 1-1v-4h5l-3-4h3l-1-1-3-3h3z" fill="#444" overflow="visible"/></g><path opacity=".5" color="#000" fill="none" overflow="visible" d="M162 1050.362h24v24h-24z"/><g color="#000"><path d="M195.5 1052.362l-4 4h2.5l-3 3h2.5l-2.5 3h4v3h1v-3h4l-2.5-3h2.5l-3-3h2.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M195.5 1052.362l-4 4h2.5l-3 3h2.5l-2.5 3h4v3h1v-3h4l-2.5-3h2.5l-3-3h2.5z" fill="#444" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M186 1050.362h18v18h-18z"/></g><g color="#000"><g transform="translate(0 -2)"><path d="M210.5 1053.362l-3 3h1.72l-2.22 2h2l-2 2h3v2h1v-2h3l-2-2h2l-2.22-2h1.72z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M210.5 1053.362l-3 3h1.72l-2.22 2h2l-2 2h3v2h1v-2h3l-2-2h2l-2.22-2h1.72z" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M204 1050.362h12v12h-12z"/></g><g color="#000"><g transform="translate(129)"><path d="M52 1085.862c0-1.07-.68-1.987-1.625-2.344.395-.44.625-1.017.625-1.656 0-1.38-1.12-2.5-2.5-2.5-.197 0-.38.02-.563.062-.21-1.17-1.208-2.062-2.437-2.062-1.23 0-2.228.893-2.438 2.063-.183-.043-.365-.062-.562-.062-1.38 0-2.5 1.12-2.5 2.5 0 .64.23 1.214.625 1.656-.945.356-1.625 1.272-1.625 2.342 0 1.38 1 2.5 2.5 2.5h.5l2 3.5v3.5h3v-3.5l2-3.5.72-.014c1.28.014 2.28-1.18 2.28-2.486zm-8 2.5h3l-1 2h-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" overflow="visible"/><path d="M52 1085.862c0-1.07-.68-1.987-1.625-2.344.395-.44.625-1.017.625-1.656 0-1.38-1.12-2.5-2.5-2.5-.197 0-.38.02-.563.062-.21-1.17-1.208-2.062-2.437-2.062-1.23 0-2.228.893-2.438 2.063-.183-.043-.365-.062-.562-.062-1.38 0-2.5 1.12-2.5 2.5 0 .64.23 1.214.625 1.656-.945.356-1.625 1.272-1.625 2.342 0 1.38 1 2.5 2.5 2.5h.5l2 3.5v3.5h3v-3.5l2-3.5.72-.014c1.28.014 2.28-1.18 2.28-2.486zm-8 2.5h3l-1 2h-1z" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M162 1074.362h24v24h-24z"/></g><g color="#000"><path d="M200 1083.362c0-1-1-2-1.5-2 .307-.344.61-1.003.61-1.5 0-1.074-1.11-2-2.11-2 0-1-.5-1.5-1.5-1.5s-1.5.5-1.5 1.5c-1 0-2.11.927-2.11 2 0 .498.303 1.157.61 1.5-.5 0-1.5 1-1.5 2s.5 2.056 2.056 2.056h.388l.056.944 1.5 1.5v2.5h1v-2.5l1.5-1.5.055-.944.56-.012c1.385-.044 1.885-1.044 1.885-2.044zm-5.5 2h2v.5l-1 1-1-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M200 1083.362c0-1-1-2-1.5-2 .307-.344.61-1.003.61-1.5 0-1.074-1.11-2-2.11-2 0-1-.5-1.5-1.5-1.5s-1.5.5-1.5 1.5c-1 0-2.11.927-2.11 2 0 .498.303 1.157.61 1.5-.5 0-1.5 1-1.5 2s.5 2.056 2.056 2.056h.388l.056.944 1.5 1.5v2.5h1v-2.5l1.5-1.5.055-.944.56-.012c1.385-.044 1.885-1.044 1.885-2.044zm-5.5 2h2v.5l-1 1-1-1z" fill="#444" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M186 1074.362h18v18h-18z"/></g><g color="#000"><g transform="translate(-1 -1)"><path d="M210.844 1076.362c-.563.047-.844.75-.844 1.5-1-.5-1.5-.25-1.5.75s1 1.25 1 1.25-1.5-.246-1.5 1.25c0 .69.81 1.25 1.5 1.25v1h1.5v3h1v-3h1.5v-1c1 0 1.5-.597 1.5-1.25 0-1.496-1.5-1.25-1.5-1.25s1-.25 1-1.25-1-1.25-1.5-.75c0-1-.5-1.5-1.5-1.5-.25 0-.47-.016-.656 0zm-.344 6h2l-.5 1h-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M210.844 1076.362c-.563.047-.844.75-.844 1.5-1-.5-1.5-.25-1.5.75s1 1.25 1 1.25-1.5-.246-1.5 1.25c0 .69.81 1.25 1.5 1.25v1h1.5v3h1v-3h1.5v-1c1 0 1.5-.597 1.5-1.25 0-1.496-1.5-1.25-1.5-1.25s1-.25 1-1.25-1-1.25-1.5-.75c0-1-.5-1.5-1.5-1.5-.25 0-.47-.016-.656 0zm-.344 6h2l-.5 1h-1z" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M204 1074.362h12v12h-12z"/></g><g transform="translate(0 24)" color="#000"><g transform="translate(162 94)"><path d="M6 1010.362c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2zm3 2c0 1.657-1.343 3-3 3H4.5c-.253 0-.5 0-.5.5v1c0 .5.39.5.5.5H21v-2c0-1 0-3-5-3zm-4 6c-.5 0-1 .5-1 1v3c0 .5.5 1 1 1s1-.5 1-1v-2h13v2c0 .5.5 1 1 1s1-.5 1-1v-3c0-.5-.5-1-1-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M6 1010.362c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2zm3 2c0 1.657-1.343 3-3 3H4.5c-.253 0-.5 0-.5.5v1c0 .5.39.5.5.5H21v-2c0-1 0-3-5-3zm-4 6c-.5 0-1 .5-1 1v3c0 .5.5 1 1 1s1-.5 1-1v-2h13v2c0 .5.5 1 1 1s1-.5 1-1v-3c0-.5-.5-1-1-1z" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M162 1098.362h24v24h-24z"/></g><g transform="translate(0 24)" color="#000"><path d="M190.5 1102.112c-.828 0-1.5.672-1.5 1.5 0 .83.672 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.828-.672-1.5-1.5-1.5zm2.5 1.25c0 2-1 3-2.5 3h-1c-.5 0-.5.5-.5.5s0 .5.5.5H202v-1.75c0-.75 0-2.25-3.75-2.25zm-3.25 5c-.375 0-.75.375-.75.75v1.5c0 .375.375.75.75.75s.75-.375.75-.75v-1.25h10v1.25c0 .375.375.75.75.75s.75-.375.75-.75v-1.5c0-.375-.375-.75-.75-.75z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M190.5 1102.112c-.828 0-1.5.672-1.5 1.5 0 .83.672 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.828-.672-1.5-1.5-1.5zm2.5 1.25c0 2-1 3-2.5 3h-1c-.5 0-.5.5-.5.5s0 .5.5.5H202v-1.75c0-.75 0-2.25-3.75-2.25zm-3.25 5c-.375 0-.75.375-.75.75v1.5c0 .375.375.75.75.75s.75-.375.75-.75v-1.25h10v1.25c0 .375.375.75.75.75s.75-.375.75-.75v-1.5c0-.375-.375-.75-.75-.75z" fill="#444" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M186 1098.362h18v18h-18z"/></g><g transform="translate(0 24)" color="#000"><path d="M207 1100.362c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1zm2 1c0 1-.5 2-2 2h-.75c-.126 0-.25 0-.25.25v.5c0 .25.194.25.25.25H215v-1.5c0-.5 0-1.5-2.5-1.5zm-2.5 4c-.25 0-.5.25-.5.5v1c0 .25.25.5.5.5s.5-.25.5-.5v-.5h7v.5c0 .25.25.5.5.5s.5-.25.5-.5v-1c0-.25-.25-.5-.5-.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M207 1100.362c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1zm2 1c0 1-.5 2-2 2h-.75c-.126 0-.25 0-.25.25v.5c0 .25.194.25.25.25H215v-1.5c0-.5 0-1.5-2.5-1.5zm-2.5 4c-.25 0-.5.25-.5.5v1c0 .25.25.5.5.5s.5-.25.5-.5v-.5h7v.5c0 .25.25.5.5.5s.5-.25.5-.5v-1c0-.25-.25-.5-.5-.5z" fill="#444" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M204 1098.362h12v12h-12z"/></g><g transform="translate(0 -24)" color="#000"><g transform="translate(0 -1)"><path d="M174.5 1126.362l-6.5 5h13zm-5.5 6c-.554 0-.922.452-1 1v7l-1.75 3c-.148.254-.25.357-.25.5 0 .5.632.5 1 .5h15c.355 0 1 0 1-.5 0-.146-.087-.22-.25-.5l-1.75-3v-7c0-.554-.446-1-1-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M174.5 1126.362l-6.5 5h13zm-5.5 6c-.554 0-.922.452-1 1v7l-1.75 3c-.148.254-.25.357-.25.5 0 .5.632.5 1 .5h15c.355 0 1 0 1-.5 0-.146-.087-.22-.25-.5l-1.75-3v-7c0-.554-.446-1-1-1zm2 2h1.5c.5 0 1 1 1 1l1 2.5 1-2.5c.223-.558.5-1 1-1h1.5c.554 0 1 .446 1 1v5c0 .5-.5 1-1 1s-1-.5-1-1v-4l-1.5 3s-.5 1-1 1-1-1-1-1l-1.5-3v4c0 .5-.5 1-1 1s-1-.5-1-1v-5c0-.554.446-1 1-1z" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M162 1122.362h24v24h-24z"/></g><g transform="translate(0 -24)" color="#000"><g transform="translate(-1 -1)"><path d="M201 1129.362l-4.5-3-4.5 3v7l-1 1.5c0 .36.234.5.5.5h10c.256 0 .5-.14.5-.5l-1-1.5v-5.055z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M196.5 1126.362l-4.5 3h9zm-3.5 4c-.5 0-1 .5-1 .945v5.055l-1 1.5c0 .36.234.5.5.5h10c.256 0 .5-.14.5-.5l-1-1.5v-5.055c0-.445-.5-.945-1-.945zm2 1.5c.5 0 .5 0 1 1l.5 1 .5-1c.5-1 .5-1 1-1s1 .5 1 1v3.5c0 .36-.14.5-.5.5s-.5-.14-.5-.5v-2.89l-1 1.89c-.265.5-.735.5-1 0l-1-1.89v2.89c0 .36-.14.5-.5.5s-.5-.14-.5-.5v-3.5c0-.5.5-1 1-1z" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M186 1122.362h18v18h-18z"/></g><g transform="translate(0 -24)" color="#000"><g transform="translate(1)"><path d="M213 1125.362l-3.5-2-3.5 2v6l-1 1h9l-1-1v-1zm-5.5 2h.75c.25 0 .5.5.5.5l.75 1.5.75-1.5c.134-.27.25-.5.5-.5h.75c.277 0 .5.223.5.5v2.5c0 .25-.25.5-.5.5s-.5-.25-.5-.5v-2l-.75 1.5c-.12.24-.25.5-.75.5s-.63-.26-.75-.5l-.75-1.5v2c0 .25-.25.5-.5.5s-.5-.25-.5-.5v-2.5c0-.277.223-.5.5-.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M209.5 1123.362l-3.5 2h7zm-3 3c-.277 0-.5.223-.5.5v4.5l-1 1h9l-1-1v-4.5c0-.277-.223-.5-.5-.5zm1 1h.75c.25 0 .5.5.5.5l.75 1.5.75-1.5c.134-.27.25-.5.5-.5h.75c.277 0 .5.223.5.5v2.5c0 .25-.25.5-.5.5s-.5-.25-.5-.5v-2l-.75 1.5c-.12.24-.25.5-.75.5s-.63-.26-.75-.5l-.75-1.5v2c0 .25-.25.5-.5.5s-.5-.25-.5-.5v-2.5c0-.277.223-.5.5-.5z" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M204 1122.362h12v12h-12z"/></g><g color="#000"><g transform="translate(0 1)"><path d="M174.5 1147.362s-2.59 2.004-2.5 3v11h-2c-.554 0-1 .446-1 1v2h-1c-.554 0-1 .446-1 1v1h15v-1c0-.554-.446-1-1-1h-1v-2c0-.554-.446-1-1-1h-2v-11c0-1-2.5-3-2.5-3z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M174.5 1147.362s-2.59 2.004-2.5 3v11h-2c-.554 0-1 .446-1 1v2h-1c-.554 0-1 .446-1 1v1h15v-1c0-.554-.446-1-1-1h-1v-2c0-.554-.446-1-1-1h-2v-11c0-1-2.5-3-2.5-3z" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M162 1146.362h24v24h-24z"/></g><g color="#000"><path d="M195.444 1148.362s-1.444 1.722-1.444 2.5v7.5h-1c-.43 0-1 .514-1 .945v1.555h-1c-.5 0-1 .5-1 1v.5h11v-.5c0-.5-.5-1-1-1h-1v-1.5c0-.5-.5-1-1-1h-1v-7.5c0-.778-1.556-2.5-1.556-2.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M195.444 1148.362s-1.444 1.722-1.444 2.5v7.5h-1c-.43 0-1 .514-1 .945v1.555h-1c-.5 0-1 .5-1 1v.5h11v-.5c0-.5-.5-1-1-1h-1v-1.5c0-.5-.5-1-1-1h-1v-7.5c0-.778-1.556-2.5-1.556-2.5z" fill="#444" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M186 1146.362h18v18h-18z"/></g><g color="#000"><path d="M210.5 1147.362s-1.5 1.5-1.5 2v4h-.5c-.277 0-.464.226-.5.5v1.5h-.5c-.277 0-.5.223-.5.5v.5h7v-.5c0-.277-.223-.5-.5-.5h-.5v-1.5c0-.277-.223-.5-.5-.5h-.5v-4c0-.5-1.5-2-1.5-2z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M210.5 1147.362s-1.5 1.5-1.5 2v4h-.5c-.277 0-.464.226-.5.5v1.5h-.5c-.277 0-.5.223-.5.5v.5h7v-.5c0-.277-.223-.5-.5-.5h-.5v-1.5c0-.277-.223-.5-.5-.5h-.5v-4c0-.5-1.5-2-1.5-2z" fill="#444" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M204 1146.362h12v12h-12z"/></g><g transform="translate(162 165)"><path d="M17 1007.362c-2 3-3.784 5.005-6 7-2.117 1.906-6 1.252-6 4v1c0 1 1 1.952 1 3v1c0 1.5-.5 1.5-1 3h1l2-3v3h1v-6h2v6h1v-4.5l1 1.5 1 3h1l-1.53-6.28c.588-.36.53-1.026.53-1.72v-3l4-5.5 1.437.446c.3.093.563.055.563-.196 0-.5-.327-.61-.5-.75z" opacity=".3" color="#000" fill="#444" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M17 1007.362c-2 3-3.784 5.005-6 7-2.117 1.906-6 1.25-6 4v1c0 1 1 1.952 1 3v1c0 1.5-.5 1.5-1 3h1l2-3v3h1v-6h2v6h1v-4.5l1 1.5 1 3h1l-1.53-6.28c.588-.36.53-1.026.53-1.72v-3l4-5.5 1.437.445c.3.093.563.055.563-.195 0-.5-.327-.61-.5-.75z" color="#000" fill="#444" overflow="visible"/></g><path opacity=".5" color="#000" fill="none" overflow="visible" d="M162 1170.362h24v24h-24z"/><g color="#000"><g fill="#444"><path d="M199 1172.362c-1.333 2-1.523 3.67-3 5-1.41 1.27-4 .834-4 2.667v.666c0 .666.667 1.3.667 2v.666c0 1-.334 1-.667 2h.667l1.333-2v2h1v-4h1v4h1v-3l1 3h.667l-1.02-4.187c.392-.24.353-.683.353-1.146v-2l1.5-3.668 1.5.5v-.5l-.333-.333z" opacity=".3" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M199 1172.362c-1.333 2-1.523 3.67-3 5-1.41 1.27-4 .834-4 2.667v.666c0 .666.667 1.3.667 2v.666c0 1-.334 1-.667 2h.667l1.333-2v2h1v-4h1v4h1v-3l1 3h.667l-1.02-4.187c.392-.24.353-.683.353-1.146v-2l1.5-3.668 1.5.5v-.5l-.333-.333z" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M186 1170.362h18v18h-18z"/></g><path d="M212.5 1171.362c-1 1.5-.892 3.003-2 4-1.058.953-3.5.626-3.5 2v.5c0 .5.5.976.5 1.5v.5c0 .75-.25.75-.5 1.5h.5l1-1.5v1.5h.5v-3h1v3h.5v-2.5h1l.5 2.5h.5l-.5-4v-1.5l1-3.5h1v-1z" opacity=".3" color="#000" fill="#444" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M212.5 1171.362c-1 1.5-.892 3.003-2 4-1.058.953-3.5.626-3.5 2v.5c0 .5.5.976.5 1.5v.5c0 .75-.25.75-.5 1.5h.5l1-1.5v1.5h.5v-3h1v3h.5v-2.5h1l.5 2.5h.5l-.5-4v-1.5l1-3.5h1v-1z" color="#000" fill="#444" overflow="visible"/><path opacity=".5" color="#000" fill="none" overflow="visible" d="M204 1170.362h12v12h-12z"/><g color="#000"><path d="M170.3 1198.362c-.253 0-.3.56-.3 1v2c0 2.03 2 3.063 4 3v8c-1-2-4-5-7-4 0 0 2.5 6 7.5 6s7.5-6 7.5-6c-3-1-6 2-7 4v-8c2 .062 4-.97 4-3v-2c0-.44-.047-1-.3-1-.193 0-.426.226-.7.5l-1.5 1.5-1.5-1.687c-.157-.176-.247-.313-.5-.313s-.343.137-.5.313l-1.5 1.687-1.5-1.5c-.274-.274-.507-.5-.7-.5z" opacity=".3" fill="#444" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M170.3 1198.362c-.253 0-.3.56-.3 1v2c0 2.03 2 3.063 4 3v8c-1-2-4-5-7-4 0 0 2.5 6 7.5 6s7.5-6 7.5-6c-3-1-6 2-7 4v-8c2 .062 4-.97 4-3v-2c0-.44-.047-1-.3-1-.193 0-.426.226-.7.5l-1.5 1.5-1.5-1.687c-.157-.176-.247-.313-.5-.313s-.343.137-.5.313l-1.5 1.687-1.5-1.5c-.274-.274-.507-.5-.7-.5z" fill="#444" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M162 1194.362h24v24h-24z"/></g><path d="M192 1196.362v2.5c0 1.65 1.375 2.55 3 2.5v6.5c-.813-1.625-2.5-3.5-5-2.5 0 0 1.5 4 5.5 4s5.5-4 5.5-4c-2.5-1-4.188.875-5 2.5v-6.5c1.625.05 3-.85 3-2.5v-2.5l-2 2-1.5-2-1.5 2z" opacity=".3" color="#000" fill="#444" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><g transform="translate(-123.5 911)"><path d="M315.493 285.39v2.5c0 1.65 1.375 2.55 3 2.5v6.5c-.812-1.625-2.5-3.5-5-2.5 0 0 1.5 4 5.5 4s5.5-4 5.5-4c-2.5-1-4.187.875-5 2.5v-6.5c1.625.05 3-.85 3-2.5v-2.5l-2 2-1.5-2-1.5 2z" color="#000" fill="#444" overflow="visible"/></g><path opacity=".5" color="#000" fill="none" overflow="visible" d="M186 1194.362h18v18h-18z"/><g color="#000"><g fill="#444"><path d="M208 1195.362v2c0 .867.935 1.754 2 1.97v4.03c-.5-1-1.5-2-3-1 0 0 1 2 3.5 2s3.5-2 3.5-2c-1.5-1-2.5 0-3 1v-4.03c1.065-.216 2-1.103 2-1.97v-2l-1.563 1.25-.937-1.25-.938 1.25-1.562-1.25z" opacity=".3" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M208 1195.362v2c0 .867.935 1.754 2 1.97v4.03c-.5-1-1.5-2-3-1 0 0 1 2 3.5 2s3.5-2 3.5-2c-1.5-1-2.5 0-3 1v-4.03c1.065-.216 2-1.103 2-1.97v-2l-1.563 1.25-.937-1.25-.938 1.25-1.562-1.25z" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M204 1194.362h12v12h-12z"/></g><g color="#000"><g transform="translate(162 213)" font-family="Sans"><path d="M12.5 1009.362c-.5 0-.726.24-.875.5l-6.22 11.5H4.063c-.586 0-1.062.446-1.062 1s.476 1 1.063 1h16.875c.586 0 1.062-.446 1.062-1s-.476-1-1.063-1h-1.343l-6.22-11.5c-.148-.26-.374-.5-.874-.5zm0 5l3.5 7H9z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M12.5 1009.362c-.5 0-.726.24-.875.5l-6.22 11.5H4.063c-.586 0-1.062.446-1.062 1s.476 1 1.063 1h16.875c.586 0 1.062-.446 1.062-1s-.476-1-1.063-1h-1.343l-6.22-11.5c-.148-.26-.374-.5-.874-.5zm0 5l3.5 7H9z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M162 1218.362h24v24h-24z"/></g><g color="#000"><g transform="translate(-1 -3)" font-family="Sans"><path d="M196.5 1225.363c-.36 0-.524.172-.632.36l-3.868 8.14h-1.5c-.5 0-.5.777-.5.777s0 .722.5.722h12c.5 0 .5-.722.5-.722s0-.778-.5-.778H201l-3.868-8.14c-.108-.187-.27-.36-.632-.36z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M196.5 1225.363c-.36 0-.524.172-.632.36l-3.868 8.14h-1.5c-.5 0-.5.777-.5.777s0 .722.5.722h12c.5 0 .5-.722.5-.722s0-.778-.5-.778H201l-3.868-8.14c-.108-.187-.27-.36-.632-.36zm0 3l2.5 5.5h-5z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M186 1218.362h18v18h-18z"/></g><g color="#000"><g transform="translate(-1 -1)" font-family="Sans"><path d="M211.53 1221.362c-.25 0-.362.12-.436.25l-2.86 5.75h-.734c-.293 0-.5.223-.5.5s.207.5.5.5H215.47c.292 0 .53-.223.53-.5s-.238-.5-.53-.5h-.642l-2.86-5.75c-.074-.13-.187-.25-.437-.25z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M211.53 1221.362c-.25 0-.362.12-.436.25l-2.86 5.75h-.734c-.293 0-.5.223-.5.5s.207.5.5.5H215.47c.292 0 .53-.223.53-.5s-.238-.5-.53-.5h-.642l-2.86-5.75c-.074-.13-.187-.25-.437-.25zm0 2.5l1.5 3.5h-3z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M204 1218.362h12v12h-12z"/></g><g transform="translate(78)"><path d="M254.75 1053.362c-.97 0-1.75.78-1.75 1.75s.78 1.75 1.75 1.75 1.75-.78 1.75-1.75-.78-1.75-1.75-1.75zm-8 2c-.97 0-1.75.78-1.75 1.75s.78 1.75 1.75 1.75 1.75-.78 1.75-1.75-.78-1.75-1.75-1.75zm9.25 2c-.373 0-.986.135-1.5.5l-3.25 2.313c-.882.627-.073 1.732.75 1.187l2.125-1.406s1.4 3.004.875 4.406c-.018.047-.033.09-.03.125l-2.19 5.813c-.25.67.233 1.07.72 1.062.32 0 .625-.193.78-.562l2.72-6.438s.5 3 2.5 3h2.75c.75 0 .75-.75.75-.75s0-.75-.75-.75H260c-1.067 0-1-1.602-1-2.5 0-1.5-1-4-1-4l3 2c.906.604 1.692-.466.813-1.125l-3.313-2.375c-.604-.43-.797-.5-1.5-.5h-1zm-10.5 2c-.5 0-.736.237-1 .5l-2.125 2.125c-.274.274-.375.52-.375.875 0 .5.764.736 1.188.313l1.812-1.813c1 0 1.375 2.5 1 3.5l-1.5 4c-.415 1.108 1.144 1.45 1.5.5l1.5-4s.5 1 1.5 1h3c1 0 1-1.5 0-1.5h-2.5c-.5 0-.5-1-.5-1.5 0-2-1-4-2-4z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M254.75 1053.362c-.97 0-1.75.78-1.75 1.75s.78 1.75 1.75 1.75 1.75-.78 1.75-1.75-.78-1.75-1.75-1.75zm-8 2c-.97 0-1.75.78-1.75 1.75s.78 1.75 1.75 1.75 1.75-.78 1.75-1.75-.78-1.75-1.75-1.75zm9.25 2c-.373 0-.986.135-1.5.5l-3.25 2.313c-.882.627-.073 1.732.75 1.187l2.125-1.406s1.4 3.004.875 4.406c-.018.047-.033.09-.03.125l-2.19 5.813c-.25.67.233 1.07.72 1.062.32-.004.625-.193.78-.562l2.72-6.438s.5 3 2.5 3h2.75c.75 0 .75-.75.75-.75s0-.75-.75-.75H260c-1.067 0-1-1.602-1-2.5 0-1.5-1-4-1-4l3 2c.906.604 1.692-.466.813-1.125l-3.313-2.375c-.604-.43-.797-.5-1.5-.5h-1zm-10.5 2c-.5 0-.736.237-1 .5l-2.125 2.125c-.274.274-.375.52-.375.875 0 .5.764.736 1.188.313l1.812-1.813c1 0 1.375 2.5 1 3.5l-1.5 4c-.415 1.108 1.144 1.45 1.5.5l1.5-4s.5 1 1.5 1h3c1 0 1-1.5 0-1.5h-2.5c-.5 0-.5-1-.5-1.5 0-2-1-4-2-4z" color="#000" fill="#444" overflow="visible"/><path opacity=".5" color="#000" fill="none" overflow="visible" d="M240 1050.362h24v24h-24z"/></g><g transform="translate(78)" color="#000"><g transform="translate(0 -1)"><path d="M274.75 1053.362c-.69 0-1.25.56-1.25 1.25s.56 1.25 1.25 1.25 1.25-.56 1.25-1.25-.56-1.25-1.25-1.25zm-5.688 1c-.69 0-1.25.56-1.25 1.25s.56 1.25 1.25 1.25 1.25-.56 1.25-1.25-.56-1.25-1.25-1.25zm6.688 2c-.28 0-.74.1-1.125.375l-2.438 1.75c-.66.47-.054 1.283.563.875l1.594-1.062s.436.356.656 1.062l-.03 1.844-1.626 4.344c-.188.502.166.817.53.812.24 0 .477-.16.595-.437l2.03-4.563s.375 2 1.875 2h2.125c.5 0 .5-.5.5-.5s0-.5-.5-.5h-2s-.5 0-.5-1c0-.704-.78-2.498-1-3v-.5l2.5 1.375c.68.453 1.284-.35.625-.844l-2.625-1.53c-.517-.29-1.082-.5-1.75-.5zm-7.125 1c-.375 0-.552.178-.75.375l-1.594 1.594c-.204.206-.28.39-.28.657 0 .375.558.567.875.25l1.375-1.375c.315 0 .75.04.75.5v2.125l-1.125 3c-.312.83.858 1.087 1.125.375l1.125-3s.375.5 1.125.5h2.188c.75 0 .75-1 0-1H271.5s-.5 0-.5-.5v-.75c0-1.5-.5-2.75-1.25-2.75h-1.125z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M274.75 1053.362c-.69 0-1.25.56-1.25 1.25s.56 1.25 1.25 1.25 1.25-.56 1.25-1.25-.56-1.25-1.25-1.25zm-5.688 1c-.69 0-1.25.56-1.25 1.25s.56 1.25 1.25 1.25 1.25-.56 1.25-1.25-.56-1.25-1.25-1.25zm6.688 2c-.28 0-.74.1-1.125.375l-2.438 1.75c-.66.47-.054 1.283.563.875l1.594-1.062s.436.356.656 1.062l-.03 1.844-1.626 4.344c-.188.502.166.817.53.812.24 0 .477-.16.595-.437l2.03-4.563s.375 2 1.875 2h2.125c.5 0 .5-.5.5-.5s0-.5-.5-.5h-2s-.5 0-.5-1c0-.704-.78-2.498-1-3v-.5l2.5 1.375c.68.453 1.284-.35.625-.844l-2.625-1.53c-.517-.29-1.082-.5-1.75-.5zm-7.125 1c-.375 0-.552.178-.75.375l-1.594 1.594c-.204.206-.28.39-.28.657 0 .375.558.567.875.25l1.375-1.375c.315 0 .75.04.75.5v2.125l-1.125 3c-.312.83.858 1.087 1.125.375l1.125-3s.375.5 1.125.5h2.188c.75 0 .75-1 0-1H271.5s-.5 0-.5-.5v-.75c0-1.5-.5-2.75-1.25-2.75h-1.125z" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M264 1050.362h18v18h-18z"/></g><g transform="translate(78)" color="#000"><path d="M289 1051.862c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1zm-4 1c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1zm4.5 1.5h-.5l-2 1v1l2-1V1057.925l-1 3.437h1l1-3.5s.25 1.5 1.25 1.5H293v-.75h-1.5c-.534 0-.5-.8-.5-1.25 0-.75-.5-2-.5-2l1.5.938c.453.302.846-.233.406-.563l-1.656-1.125c-.302-.215-.398-.25-.75-.25zm-4.75 1c-.25 0-.368.118-.5.25l-1.063 1.063c-.136.137-.187.26-.187.437 0 .25.382.368.594.156l.906-.906h.5v1l-1 2.75c-.202.556.572.724.75.25l.505-1.3H288v-.7h-1.5v-2c0-.5-.5-1-1-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M289 1051.862c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1zm-4 1c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1zm4.5 1.5h-.5l-2 1v1l2-1V1057.925l-1 3.437h1l1-3.5s.25 1.5 1.25 1.5H293v-.75h-1.5c-.534 0-.5-.8-.5-1.25 0-.75-.5-2-.5-2l1.5.938c.453.302.846-.233.406-.563l-1.656-1.125c-.302-.215-.398-.25-.75-.25zm-4.75 1c-.25 0-.368.118-.5.25l-1.063 1.063c-.136.137-.187.26-.187.437 0 .25.382.368.594.156l.906-.906h.5v1l-1 2.75c-.202.556.572.724.75.25l.505-1.3H288v-.7h-1.5v-2c0-.5-.5-1-1-1z" fill="#444" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M282 1050.362h12v12h-12z"/></g><g transform="translate(78)"><g transform="translate(240 68)" color="#000"><path d="M12.5 1011.362l-9.5 5 9.5 5 5.5-2.78v3.78c0 2 2 2 2 2v-1s-1-.057-1-1v-4.344l3-1.656zm-4.5 9v2c0 .497.325 1.163 1 1.5l3.5 1.5 3-1.5c.675-.337 1.547-1.005 1.5-1.5v-2l-4.5 2.188z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M12.5 1011.362l-9.5 5 9.5 5 5.5-2.78v3.78c0 2 2 2 2 2v-1s-1-.057-1-1v-4.344l3-1.656zm-4.5 9v2c0 .497.325 1.163 1 1.5l3.5 1.5 3-1.5c.675-.337 1.547-1.005 1.5-1.5v-2l-4.5 2.188z" fill="#444" overflow="visible"/></g><path opacity=".5" color="#000" fill="none" overflow="visible" d="M240 1074.362h24v24h-24z"/></g><g transform="translate(78)" color="#000"><g transform="translate(-1)"><path d="M274.5 1078.362l-6.5 3.5 6.5 3.5 4.5-2.344v3.563c0 1.782 1.5 1.532 1.5 1.532v-.75s-.78 0-.78-.78v-3.97l1.28-.75zm-3.5 6.5v1.438c0 .36.513.818 1 1.062l2.5 1 2.5-1c.487-.244 1-.704 1-1.062v-1.438l-3.5 1.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M274.5 1078.362l-6.5 3.5 6.5 3.5 4.5-2.344v3.563c0 1.782 1.5 1.532 1.5 1.532v-.75s-.78 0-.78-.78v-3.97l1.28-.75zm-3.5 6.5v1.438c0 .36.513.818 1 1.062l2.5 1 2.5-1c.487-.244 1-.704 1-1.062v-1.438l-3.5 1.5z" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M264 1074.362h18v18h-18z"/></g><g transform="translate(78)" color="#000"><g transform="translate(-1 -1)"><path d="M289.5 1077.362l-4.5 2.5 4.5 2.5 2.5-1.5v1.25l-2.5 1.25-2.5-1.25v1.25l2.5 1.5 2.5-1.5c0 .5 1 .5 1 .5v-.5s-.5-.03-.5-.5v-2l1.5-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M289.5 1077.362l-4.5 2.5 4.5 2.5 2.5-1.5v1.25l-2.5 1.25-2.5-1.25v1.25l2.5 1.5 2.5-1.5c0 .5 1 .5 1 .5v-.5s-.5-.03-.5-.5v-2l1.5-1z" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M282 1074.362h12v12h-12z"/></g><g transform="translate(78)"><g transform="translate(0 2)"><path d="M244 1101.362v10c3 3 7 2 7 4h1v-9c0-3-5-3-8-5zm17 0c-3 2-8 2-8 5v9h1c0-2 4-1 7-4z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M244 1101.362v10c3 3 7 2 7 4h1v-9c0-3-5-3-8-5zm17 0c-3 2-8 2-8 5v9h1c0-2 4-1 7-4z" color="#000" fill="#444" overflow="visible"/></g><path opacity=".5" color="#000" fill="none" overflow="visible" d="M240 1098.362h24v24h-24z"/></g><g transform="translate(78)" color="#000"><g transform="translate(1 -1)"><path d="M266 1103.715v7.647c2 2.5 5 1.47 5 3h1v-6.882c0-2.294-3-1.618-6-3.765zm13 0c-3 2.147-6 1.47-6 3.765v6.882h1c0-1.53 3-.5 5-3z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M266 1103.715v7.647c2 2.5 5 1.47 5 3h1v-6.882c0-2.294-3-1.618-6-3.765zm13 0c-3 2.147-6 1.47-6 3.765v6.882h1c0-1.53 3-.5 5-3z" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M264 1098.362h18v18h-18z"/></g><g transform="translate(78)" color="#000"><g transform="translate(-1)"><path d="M285 1100.362v6c1.5 1.5 3.75 1 3.75 2h.5v-5.5c0-1.5-2.75-1.5-4.25-2.5zm9 0c-1.5 1-4.25 1-4.25 2.5v5.5h.5c0-1 2.25-.5 3.75-2z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M285 1100.362v6c1.5 1.5 3.75 1 3.75 2h.5v-5.5c0-1.5-2.75-1.5-4.25-2.5zm9 0c-1.5 1-4.25 1-4.25 2.5v5.5h.5c0-1 2.25-.5 3.75-2z" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M282 1098.362h12v12h-12z"/></g><g transform="translate(234 -72)" color="#000"><g transform="translate(240 118)"><path d="M11 1008.362c-.554 0-1 .446-1 1v4H6c-.554 0-1 .446-1 1v3c0 .554.446 1 1 1h4v4c0 .554.446 1 1 1h3c.554 0 1.07-.45 1-1v-4h4c.554 0 1-.446 1-1v-3c0-.554-.446-1-1-1h-4v-4c0-.554-.446-1-1-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" overflow="visible"/><path d="M11 1008.362c-.554 0-1 .446-1 1v4H6c-.554 0-1 .446-1 1v3c0 .554.446 1 1 1h4v4c0 .554.446 1 1 1h3c.554 0 1-.446 1-1v-4h4c.554 0 1-.446 1-1v-3c0-.554-.446-1-1-1h-4v-4c0-.554-.446-1-1-1z" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M240 1122.362h24v24h-24z"/></g><g transform="translate(234 -72)" color="#000"><g transform="translate(261 115)"><path d="M11 1009.362c-.554 0-1 .446-1 1v3H7c-.554 0-1 .446-1 1v3c0 .554.474 1.175 1 1h3v3c0 .554.446 1 1 1h3c.554 0 1-.446 1-1v-3h3c.554 0 1-.446 1-1v-3c0-.554-.446-1-1-1h-3v-3c0-.554-.446-1-1-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" overflow="visible"/><path d="M11 1009.362c-.554 0-1 .446-1 1v3H7c-.554 0-1 .446-1 1v3c0 .554.474 1.175 1 1h3v3c0 .554.446 1 1 1h3c.554 0 1-.446 1-1v-3h3c.554 0 1-.446 1-1v-3c0-.554-.446-1-1-1h-3v-3c0-.554-.446-1-1-1z" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M264 1122.362h18v18h-18z"/></g><g transform="translate(234 -72)"><path d="M284 1127.362c0-.554.446-1 1-1h2v-2c0-.554.446-1 1-1h1c.554 0 1 .446 1 1v2h2c.554 0 1 .446 1 1v1c0 .554-.446 1-1 1h-2v2c0 .554-.446 1-1 1h-1c-.554 0-1-.446-1-1v-2h-2c-.554 0-1-.446-1-1z" overflow="visible" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2"/><path d="M284 1127.362c0-.554.446-1 1-1h2v-2c0-.554.446-1 1-1h1c.554 0 1 .446 1 1v2h2c.554 0 1 .446 1 1v1c0 .554-.446 1-1 1h-2v2c0 .554-.446 1-1 1h-1c-.554 0-1-.446-1-1v-2h-2c-.554 0-1-.446-1-1z" color="#000" fill="#444" overflow="visible"/><path opacity=".5" color="#000" fill="none" overflow="visible" d="M282 1122.362h12v12h-12z"/></g><g transform="translate(234 -72)" color="#000"><path d="M252.5 1148.362c-3.038 0-5.5 1.12-5.5 2.5v3c0 1.38 2.462 2.5 5.5 2.5s5.5-1.12 5.5-2.5v-3c0-1.38-2.462-2.5-5.5-2.5zm-5.5 9v7.5c0 1.38 2.462 2.5 5.5 2.5s5.5-1.12 5.5-2.5v-7.5c0-1-.5-1-1-.5-.84.894-2.228 1.5-4.5 1.5-2.227 0-3.635-.635-4.5-1.5-.5-.5-1-.5-1 .5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M252.5 1148.362c-3.038 0-5.5 1.12-5.5 2.5v3c0 1.38 2.462 2.5 5.5 2.5s5.5-1.12 5.5-2.5v-3c0-1.38-2.462-2.5-5.5-2.5zm-5.5 9v7.5c0 1.38 2.462 2.5 5.5 2.5s5.5-1.12 5.5-2.5v-7.5c0-1-.5-1-1-.5-.84.894-2.228 1.5-4.5 1.5-2.227 0-3.635-.635-4.5-1.5-.5-.5-1-.5-1 .5zm3 3c.752.176 1.597.28 2.5.28.903.002 1.748-.104 2.5-.28v4c-.752.176-1.597.28-2.5.28-.903.002-1.748-.104-2.5-.28z" fill="#444" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M240 1146.362h24v24h-24z"/></g><g transform="translate(234 -72)" color="#000"><g transform="translate(-1)"><path d="M274.5 1149.362c-1.933 0-3.5.672-3.5 1.5v2.5c0 .83 1.567 1.5 3.5 1.5s3.5-.67 3.5-1.5v-2.5c0-.828-1.567-1.5-3.5-1.5zm-3.5 5.5v6.5s1 1 3.5 1 3.5-1 3.5-1v-6.5c0 .83-1.567 1.5-3.5 1.5s-3.5-.67-3.5-1.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M274.5 1149.362c-1.933 0-3.5.672-3.5 1.5v2.5c0 .83 1.567 1.5 3.5 1.5s3.5-.67 3.5-1.5v-2.5c0-.828-1.567-1.5-3.5-1.5zm-3.5 5.5v6.5s1 1 3.5 1 3.5-1 3.5-1v-6.5c0 .83-1.567 1.5-3.5 1.5s-3.5-.67-3.5-1.5zm2 2.5c.453.092.965.156 1.5.156s1.047-.064 1.5-.156v3c-.453.092-.965.156-1.5.156s-1.047-.064-1.5-.156z" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M264 1146.362h18v18h-18z"/></g><g transform="translate(234 -72)"><path d="M288.5 1147.862c-1.38 0-2.5.448-2.5 1v1.5c0 .552 1.12 1 2.5 1s2.5-.448 2.5-1v-1.5c0-.552-1.12-1-2.5-1zm-2.5 3.5v5c0 .552 1.12 1 2.5 1s2.5-.448 2.5-1v-5c0 .552-1.12 1-2.5 1s-2.5-.448-2.5-1z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M288.5 1147.862c-1.38 0-2.5.448-2.5 1v1.5c0 .552 1.12 1 2.5 1s2.5-.448 2.5-1v-1.5c0-.552-1.12-1-2.5-1zm-2.5 3.5v5c0 .552 1.12 1 2.5 1s2.5-.448 2.5-1v-5c0 .552-1.12 1-2.5 1s-2.5-.448-2.5-1zm1 2s.5.25 1.5.25 1.5-.25 1.5-.25v2s-.5.25-1.5.25-1.5-.25-1.5-.25v-2z" color="#000" fill="#444" overflow="visible"/><path opacity=".5" color="#000" fill="none" overflow="visible" d="M282 1146.362h12v12h-12z"/></g><g transform="translate(156 72)" color="#000"><path d="M258 1173.362l-2.25.656 1.094 2.97 2.156-.626zm-3.625 1.03l-2.938.845.063.125.563 1.53.5 1.314 2.937-.844zm-4.28 1.22l-2.595.75 1.125 2.97 2.594-.75-.657-1.688zm-3.94 1.125l-2.155.625 1 3 2.25-.656zm-1.155 3.625v9c0 .554.446 1 1 1h13c.554 0 1-.446 1-1v-9zm2 2h11v3h-11z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M258 1173.362l-2.25.656 1.094 2.97 2.156-.626zm-3.625 1.03l-2.938.845.063.125.563 1.53.5 1.314 2.937-.844zm-4.28 1.22l-2.595.75 1.125 2.97 2.594-.75-.657-1.688zm-3.94 1.125l-2.155.625 1 3 2.25-.656zm-1.155 3.625v9c0 .554.446 1 1 1h13c.554 0 1-.446 1-1v-9zm2 2h11v3h-11z" fill="#444" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M240 1170.362h24v24h-24z"/></g><g transform="translate(156 72)" color="#000"><path d="M278.235 1172.01l-1.72.503.836 2.27 1.65-.478zm-2.772.79l-2.246.645.86 2.27 2.247-.645zm-3.274.932l-1.984.573.86 2.27 1.984-.573zm-3.012.86l-2.178.77 1 2 2.015-.5zm-1.178 2.77v7c0 .5.5 1 1 1h10c.5 0 1-.5 1-1v-7zm2 2h8v2h-8z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M278.235 1172.01l-1.72.503.836 2.27 1.65-.478zm-2.772.79l-2.246.645.86 2.27 2.247-.645zm-3.274.932l-1.984.573.86 2.27 1.984-.573zm-3.012.86l-2.178.77 1 2 2.015-.5zm-1.178 2.77v7c0 .5.5 1 1 1h10c.5 0 1-.5 1-1v-7zm2 2h8v2h-8z" fill="#444" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M264 1170.362h18v18h-18z"/></g><g transform="translate(156 72)" color="#000"><path d="M291.5 1171.862l-7 2 .5 1.5 7-2-.5-1.5zm-6.5 3.5v4.5c0 .308.192.5.5.5h6c.308 0 .5-.192.5-.5v-4.5h-7zm1 1h5v1h-5v-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M291.5 1171.862l-7 2 .5 1.5 7-2-.5-1.5zm-6.5 3.5v4.5c0 .308.192.5.5.5h6c.308 0 .5-.192.5-.5v-4.5h-7zm1 1h5v1h-5v-1z" fill="#444" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M282 1170.362h12v12h-12z"/></g><g transform="translate(78 24)" color="#000"><g transform="translate(0 -1)"><path d="M325.5 1053.362c-.5 0-.5.5-.5.5v6c0 .505.5 1 1 1.5s.526 1.006.5 1.5v1.5l-.5 6.5c-.038.5.5 1.5 1.5 1.5s1.538-1 1.5-1.5l-.5-6.5v-1.5c0-.478 0-1 .5-1.5.46-.46 1-.978 1-1.5v-6s0-.5-.5-.5-.5.5-.5.5v4.5s0 .5-.5.5-.5-.5-.5-.5v-4.5s0-.5-.5-.5-.5.5-.5.5v4.5s0 .5-.5.5-.5-.5-.5-.5v-4.5s0-.5-.5-.5zm10.5 0c-1 0-2.868.235-3.5 1.5-.5 1-.5 3.5-.5 4.5v5c0 .5.5 1 1 1h1v6c0 .5.5 1 1 1s1-.5 1-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M325.5 1053.362c-.5 0-.5.5-.5.5v6c0 .5.5 1 1 1.5s.5 1 .5 1.5v1.5c0 .5-.5 6.5-.5 6.5-.038.5.5 1.5 1.5 1.5s1.538-1 1.5-1.5c0 0-.5-6-.5-6.5v-1.5c0-.5 0-1 .5-1.5.46-.46 1-1 1-1.5v-6s0-.5-.5-.5-.5.5-.5.5v4.5s0 .5-.5.5-.5-.5-.5-.5v-4.5s0-.5-.5-.5-.5.5-.5.5v4.5s0 .5-.5.5-.5-.5-.5-.5v-4.5s0-.5-.5-.5zm10.5 0c-1 0-2.868.235-3.5 1.5-.5 1-.5 3.5-.5 4.5v5c0 .5.5 1 1 1h1v6c0 .5.5 1 1 1s1-.5 1-1z" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M318 1050.362h24v24h-24z"/></g><g transform="translate(78 24)" color="#000"><path d="M348 1052.362h-1v4.5c0 .778 1 .722 1 1.5v7c0 .39.5 1 1 1s1-.5 1-1v-7c0-.778 1-.722 1-1.5v-4.5h-1v3h-.5v-3h-1v3h-.5zm8 0c-.778 0-2.008.516-2.5 1.5-.39.778-.5 2.5-.5 3.5v3c0 .5.61 1 1 1v4c0 .5.5 1 1 1s1-.5 1-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M348 1052.362h-1v4.5c0 .778 1 .722 1 1.5v7c0 .39.5 1 1 1s1-.5 1-1v-7c0-.778 1-.722 1-1.5v-4.5h-1v3h-.5v-3h-1v3h-.5zm8 0c-.778 0-2.008.516-2.5 1.5-.39.778-.5 2.5-.5 3.5v3c0 .5.61 1 1 1v4c0 .5.5 1 1 1s1-.5 1-1z" fill="#444" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M342 1050.362h18v18h-18z"/></g><g transform="translate(78 24)" color="#000"><path d="M363.5 1051.362h-.5v3c0 .5 1 .5 1 1v6h1v-6c0-.5 1-.5 1-1v-3h-.5v2h-.75v-2h-.5v2h-.75zm6.5 0c-.5 0-1.434.118-1.75.75-.25.5-.25 1.25-.25 2.25v2.5h1v4.5h1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M363.5 1051.362h-.5v3c0 .5 1 .5 1 1v6h1v-6c0-.5 1-.5 1-1v-3h-.5v2h-.75v-2h-.5v2h-.75zm6.5 0c-.5 0-1.434.118-1.75.75-.25.5-.25 1.25-.25 2.25v2.5h1v4.5h1z" fill="#444" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M360 1050.362h12v12h-12z"/></g><g transform="translate(78 24)" color="#000"><path d="M324 1079.362c-.554 0-1 .446-1 1v9c0 .554.446 1 1 1h11c.554 0 1-.446 1-1v-1h.5c.5 0 .5-.5.5-.5v-.5h1c1 0 2-1 2-2v-3c0-.5-.5-1-1-1h-3v-1c0-.554-.446-1-1-1zm12 3h2.5c.5 0 .5.5.5.5v2.5c0 .5-.5 1-1 1h-2zm-15 9l1 1 1 1h13l1-1 1-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M324 1079.362c-.554 0-1 .446-1 1v9c0 .554.446 1 1 1h11c.554 0 1-.446 1-1v-1h.5c.5 0 .5-.5.5-.5v-.5h1c1 0 2-1 2-2v-3c0-.5-.5-1-1-1h-3v-1c0-.554-.446-1-1-1zm12 3h2.5c.5 0 .5.5.5.5v2.5c0 .5-.5 1-1 1h-2zm-15 9l1 1 1 1h13l1-1 1-1z" fill="#444" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M318 1074.362h24v24h-24z"/></g><g transform="translate(78 24)" color="#000"><path d="M347 1077.362c-.5 0-1 .5-1 1v6c0 .5.5 1 1 1h7c.4 0 1-.5 1-1v-.444h.36c.362 0 .362-.36.362-.36v-.362h.445c.722 0 1.833-.334 1.833-1.445v-1.888c0-.5-.25-1-.75-1H355v-.5c0-.5-.5-1-1-1zm8 2.222h1.89c.36 0 .36.278.36.278v1.89c0 .57-.722.606-1.083.61H355zm-10 6.778l2 2h7l2-2z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M347 1077.362c-.5 0-1 .5-1 1v6c0 .5.5 1 1 1h7c.4 0 1-.5 1-1v-.444h.36c.362 0 .362-.36.362-.36v-.362h.445c.722 0 1.833-.334 1.833-1.445v-1.888c0-.5-.25-1-.75-1H355v-.5c0-.5-.5-1-1-1zm8 2.222h1.89c.36 0 .36.278.36.278v1.89c0 .57-.722.606-1.083.61H355zm-10 6.778l2 2h7l2-2z" fill="#444" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M342 1074.362h18v18h-18z"/></g><g transform="translate(78 24)" color="#000"><path d="M363.5 1076.362c-.277 0-.5.223-.5.5v4.5c0 .277.223.5.5.5h5c.277 0 .5-.223.5-.5v-.5h.25c.25 0 .25-.25.25-.25v-.25h.5c.5 0 1-.5 1-1v-1.5c0-.25-.25-.5-.5-.5H369v-.5c0-.277-.223-.5-.5-.5zm5.5 1.5h1.25c.25 0 .25.25.25.25v1.25c0 .25-.25.5-.5.5h-1zm-7 4.5l1.5 1.5h5l1.5-1.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M363.5 1076.362c-.277 0-.5.223-.5.5v4.5c0 .277.223.5.5.5h5c.277 0 .5-.223.5-.5v-.5h.25c.25 0 .25-.25.25-.25v-.25h.5c.5 0 1-.5 1-1v-1.5c0-.25-.25-.5-.5-.5H369v-.5c0-.277-.223-.5-.5-.5zm5.5 1.5h1.25c.25 0 .25.25.25.25v1.25c0 .25-.25.5-.5.5h-1zm-7 4.5l2 1h4l2-1z" fill="#444" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M360 1074.362h12v12h-12z"/></g><g transform="translate(78 24)" color="#000"><g transform="translate(-1 -1)"><path d="M330 1102.362c-1 0-1.886 1.007-2 2l-.344 3H326c-.5 0-1 .5-1 1l-1 10c0 .5.5 1 1 1h13c.5 0 1-.5 1-1l-1-10c0-.5-.5-1-1-1h-1.656l-.344-3c-.114-.993-1-2-2-2zm0 1h3c.5 0 .943.503 1 1l.344 3h-5.688l.344-3c.057-.497.5-1 1-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M330 1102.362c-1 0-1.886 1.007-2 2l-.344 3H326c-.5 0-1 .5-1 1l-1 10c0 .5.5 1 1 1h13c.5 0 1-.5 1-1l-1-10c0-.5-.5-1-1-1h-1.656l-.344-3c-.114-.993-1-2-2-2zm0 1h3c.5 0 .943.503 1 1l.344 3h-5.688l.344-3c.057-.497.5-1 1-1z" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M318 1098.362h24v24h-24z"/></g><g transform="translate(78 24)" color="#000"><path d="M350.265 1100.362c-.765 0-1.615.75-1.765 1.5l-.5 2.5h-1c-.382 0-1 .618-1 1l-1 8.235c0 .383.5.765 1 .765h11c.5 0 1-.382 1-.765l-1-8.235c0-.382-.618-1-1-1h-1l-.5-2.5c-.15-.75-1-1.5-1.765-1.5zm0 .765h2.47c.383 0 .925.36 1 .735l.5 2.5h-5.47l.5-2.5c.075-.375.617-.735 1-.735z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M350.265 1100.362c-.765 0-1.615.75-1.765 1.5l-.5 2.5h-1c-.382 0-1 .618-1 1l-1 8.235c0 .383.5.765 1 .765h11c.5 0 1-.382 1-.765l-1-8.235c0-.382-.618-1-1-1h-1l-.5-2.5c-.15-.75-1-1.5-1.765-1.5zm0 .765h2.47c.383 0 .925.36 1 .735l.5 2.5h-5.47l.5-2.5c.075-.375.617-.735 1-.735z" fill="#444" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M342 1098.362h18v18h-18z"/></g><g transform="translate(78 24)" color="#000"><path d="M365.172 1099.862c-.5 0-.926.506-1 1l-.172 1.5h-1c-.25 0-.5.25-.5.5l-.5 5c0 .25.25.5.5.5h8c.25 0 .5-.25.5-.5l-.5-5c0-.25-.25-.5-.5-.5h-1l-.172-1.5c-.057-.497-.5-1-1-1zm0 .5h2.656c.25 0 .468.22.5.5l.172 1.5h-4l.172-1.5c.028-.248.25-.5.5-.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M365.172 1099.862c-.5 0-.926.506-1 1l-.172 1.5h-1c-.25 0-.5.25-.5.5l-.5 5c0 .25.25.5.5.5h8c.25 0 .5-.25.5-.5l-.5-5c0-.25-.25-.5-.5-.5h-1l-.172-1.5c-.057-.497-.5-1-1-1zm0 .5h2.656c.25 0 .468.22.5.5l.172 1.5h-4l.172-1.5c.028-.248.25-.5.5-.5z" fill="#444" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M360 1098.362h12v12h-12z"/></g><g transform="translate(78 24)" color="#000"><path d="M328 1127.362c-3 0-6 1.5-6 4v2h17v-2c0-2.5-3-4-6-4zm.5 1c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm4 0c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm-6 2c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm4 0c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm4 0c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm-12.5 4c-.5 0-1 .5-1 1s.5 1 1 1h17c.5 0 1-.5 1-1s-.5-1-1-1zm0 3v1c0 1 1 2 2 2h13c1 0 2-1 2-2v-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M328 1127.362c-3 0-6 1.5-6 4v2h17v-2c0-2.5-3-4-6-4zm.5 1c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm4 0c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm-6 2c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm4 0c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm4 0c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm-12.5 4c-.5 0-1 .5-1 1s.5 1 1 1h17c.5 0 1-.5 1-1s-.5-1-1-1zm0 3v1c0 1 1 2 2 2h13c1 0 2-1 2-2v-1z" fill="#444" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M318 1122.362h24v24h-24z"/></g><g transform="translate(78 24)" color="#000"><g transform="translate(-1 -1)"><path d="M350.5 1127.362c-2.053 0-3.5.79-3.5 2.5v1.5h11v-1.5c0-1.71-1.447-2.5-3.5-2.5h-4zm0 1.125c.207 0 .375.168.375.375s-.168.375-.375.375-.375-.168-.375-.375.168-.375.375-.375zm4 0c.207 0 .375.168.375.375s-.168.375-.375.375-.375-.168-.375-.375.168-.375.375-.375zm-6 1c.207 0 .375.168.375.375s-.168.375-.375.375-.375-.168-.375-.375.168-.375.375-.375zm4 0c.207 0 .375.168.375.375s-.168.375-.375.375-.375-.168-.375-.375.168-.375.375-.375zm4 0c.207 0 .375.168.375.375s-.168.375-.375.375-.375-.168-.375-.375.168-.375.375-.375zm-9.5 2.875c-.342 0-.5.158-.5.5 0 .342.158.5.5.5h11c.342 0 .5-.158.5-.5 0-.342-.158-.5-.5-.5h-11zm0 2v.625c0 .684.69 1.375 1.375 1.375h8.25c.684 0 1.375-.69 1.375-1.375v-.625h-11z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M350.5 1127.362c-2.053 0-3.5.79-3.5 2.5v1.5h11v-1.5c0-1.71-1.447-2.5-3.5-2.5h-4zm0 1.125c.207 0 .375.168.375.375s-.168.375-.375.375-.375-.168-.375-.375.168-.375.375-.375zm4 0c.207 0 .375.168.375.375s-.168.375-.375.375-.375-.168-.375-.375.168-.375.375-.375zm-6 1c.207 0 .375.168.375.375s-.168.375-.375.375-.375-.168-.375-.375.168-.375.375-.375zm4 0c.207 0 .375.168.375.375s-.168.375-.375.375-.375-.168-.375-.375.168-.375.375-.375zm4 0c.207 0 .375.168.375.375s-.168.375-.375.375-.375-.168-.375-.375.168-.375.375-.375zm-9.5 2.875c-.342 0-.5.158-.5.5 0 .342.158.5.5.5h11c.342 0 .5-.158.5-.5 0-.342-.158-.5-.5-.5h-11zm0 2v.625c0 .684.69 1.375 1.375 1.375h8.25c.684 0 1.375-.69 1.375-1.375v-.625h-11z" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M342 1122.362h18v18h-18z"/></g><g transform="translate(78 24)" color="#000"><path d="M365.5 1125.362c-1.42 0-3.15.872-3.053 2.053v1.197h8.053v-1.197c0-1.184-1.58-2.053-3-2.053zm-3.5 4v1h9v-1zm.5 1.75c0 .474.526 1.25 1 1.25h6c.474 0 1-.776 1-1.25z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M365.5 1125.362c-1.42 0-3.15.872-3.053 2.053v1.197h8.053v-1.197c0-1.184-1.58-2.053-3-2.053zm-3.5 4v1h9v-1zm.5 1.75c0 .474.526 1.25 1 1.25h6c.474 0 1-.776 1-1.25z" fill="#444" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M360 1122.362h12v12h-12z"/></g><g transform="translate(78 24)" color="#000"><g transform="translate(-1)"><path d="M324 1150.362c-.5 0-1 0-1 .25s.343.548.5.75l7.5 7.813v6.187l-4 1c-.5.167-1 .5-1 1h11c0-.5-.5-.833-1-1l-4-1v-6.187l7.5-7.813c.157-.202.5-.5.5-.75s-.5-.25-1-.25z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M324 1150.362c-.5 0-1 0-1 .25s.343.548.5.75l7.5 7.813v6.187l-4 1c-.5.167-1 .5-1 1h11c0-.5-.5-.833-1-1l-4-1v-6.187l7.5-7.813c.157-.202.5-.5.5-.75s-.5-.25-1-.25z" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M318 1146.362h24v24h-24z"/></g><g transform="translate(78 24)" color="#000"><path d="M346 1149.362c-.406 0-1 .047-1 .25 0 .204.372.586.5.75l5.5 6v4l-2.813 1.188c-.406.135-.687.312-.687.812h8c0-.5-.406-.677-.813-.812l-2.687-1.188v-4l5.5-6c.128-.164.5-.546.5-.75 0-.202-.594-.25-1-.25z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M346 1149.362c-.406 0-1 .047-1 .25 0 .204.372.586.5.75l5.5 6v4l-2.813 1.188c-.406.135-.687.312-.687.812h8c0-.5-.406-.677-.813-.812l-2.687-1.188v-4l5.5-6c.128-.164.5-.546.5-.75 0-.202-.594-.25-1-.25z" fill="#444" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M342 1146.362h18v18h-18z"/></g><g transform="translate(78 24)" color="#000"><g transform="translate(-1 -1)"><path d="M363.5 1149.362c-.28 0-.5 0-.5.14 0 .142.193.31.28.423l3.72 4.437v2.5c-1 .5-2.5 1-2.5 1.5h6c0-.5-1.5-1-2.5-1.5v-2.5l3.72-4.437c.087-.114.28-.28.28-.422 0-.14-.22-.14-.5-.14z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M363.5 1149.362c-.28 0-.5 0-.5.14 0 .142.193.31.28.423l3.72 4.437v2.5c-1 .5-2.5 1-2.5 1.5h6c0-.5-1.5-1-2.5-1.5v-2.5l3.72-4.437c.087-.114.28-.28.28-.422 0-.14-.22-.14-.5-.14z" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M360 1146.362h12v12h-12z"/></g><g transform="translate(78 24)" color="#000"><g transform="translate(318 167)" fill="#444"><path d="M4 1009.362c-.554 0-1 .446-1 1v10c0 .554.446 1 1 1h17c.554 0 1-.446 1-1v-10c0-.554-.446-1-1-1zm-.5 2h18v2h-18zm.5 6h3v2H4zm9 1h7v1h-7z" opacity=".3" stroke="#fff" stroke-width="2" overflow="visible"/><path d="M4 1009.362c-.554 0-1 .446-1 1v10c0 .554.446 1 1 1h17c.554 0 1-.446 1-1v-10c0-.554-.446-1-1-1zm-.5 2h18v2h-18zm.5 6h3v2H4zm9 1h7v1h-7z" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M318 1170.362h24v24h-24z"/></g><g transform="translate(78 24)" color="#000"><g transform="translate(-1 -2)" fill="#444"><path d="M346.722 1177.362c-.4 0-.722.322-.722.722v6.556c0 .4.322.722.722.722h11.556c.4 0 .722-.322.722-.722v-6.556c0-.4-.322-.722-.722-.722zm-.222 1.5h12v1.5h-12zm.5 4h2v1.5h-2zm6 .778h5v.722h-5z" opacity=".3" stroke="#fff" stroke-width="2" overflow="visible"/><path d="M346.722 1177.362c-.4 0-.722.322-.722.722v6.556c0 .4.322.722.722.722h11.556c.4 0 .722-.322.722-.722v-6.556c0-.4-.322-.722-.722-.722zm-.222 1.5h12v1.5h-12zm.5 4h2v1.5h-2zm6 .778h5v.722h-5z" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M342 1170.362h18v18h-18z"/></g><g transform="translate(78 24)" color="#000"><g transform="translate(-1 -2)" fill="#444"><path d="M363.5 1175.362c-.277 0-.5.223-.5.5v5c0 .277.223.5.5.5h8c.277 0 .5-.223.5-.5v-5c0-.277-.223-.5-.5-.5zm0 1h8v1h-8zm0 3h1.5v1h-1.5zm4.5.5h3v.5h-3z" opacity=".3" stroke="#fff" stroke-width="2" overflow="visible"/><path d="M363.5 1175.362c-.277 0-.5.223-.5.5v5c0 .277.223.5.5.5h8c.277 0 .5-.223.5-.5v-5c0-.277-.223-.5-.5-.5zm0 1h8v1h-8zm0 3h1.5v1h-1.5zm4.5.5h3v.5h-3z" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M360 1170.362h12v12h-12z"/></g><g transform="translate(78 24)" color="#000"><g transform="translate(317 1217.4)"><path d="M21-19c-.583 0-1.1.163-1.47.53-.367.37-.53.887-.53 1.47H5l2 9h12v1H8C7-7 7-6 8-6h11c.5 0 1-.5 1-1v-10s.087-.65.22-.78c.13-.133.363-.22.78-.22h.4c.5 0 .6-.25.6-.5 0-.247-.1-.5-.6-.5H21zM17.5-6c-.828 0-1.5.672-1.5 1.5S16.672-3 17.5-3 19-3.672 19-4.5 18.328-6 17.5-6zm-8 0C8.672-6 8-5.328 8-4.5S8.672-3 9.5-3 11-3.672 11-4.5 10.328-6 9.5-6z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M21-19c-.583 0-1.1.163-1.47.53-.367.37-.53.887-.53 1.47H5l2 9h12v1H8C7-7 7-6 8-6h11c.5 0 1-.5 1-1v-10s.087-.65.22-.78c.13-.133.363-.22.78-.22h.4c.5 0 .6-.25.6-.5 0-.247-.1-.5-.6-.5H21zM17.5-6c-.828 0-1.5.672-1.5 1.5S16.672-3 17.5-3 19-3.672 19-4.5 18.328-6 17.5-6zm-8 0C8.672-6 8-5.328 8-4.5S8.672-3 9.5-3 11-3.672 11-4.5 10.328-6 9.5-6z" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M318 1194.362h24v24h-24z"/></g><g transform="translate(78 24)" color="#000"><g transform="translate(-1 -1)"><path d="M357.5 1198.862c-1 0-1.5.5-1.5 1.5h-10l1.06 6h9.175v1h-8.41c-.766 0-.766.74 0 .765h8.411c.383 0 .765-.382.765-.765v-7c0-.5.238-.735.765-.735H359v-.765zm-2.5 9.206c-.633 0-1.147.514-1.147 1.147 0 .634.513 1.147 1.147 1.147s1.147-.513 1.147-1.147c0-.633-.513-1.147-1.147-1.147zm-6 0c-.634 0-1.147.514-1.147 1.147 0 .634.513 1.147 1.147 1.147.633 0 1.147-.513 1.147-1.147 0-.633-.513-1.147-1.147-1.147z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M357.5 1198.862c-1 0-1.5.5-1.5 1.5h-10l1.06 6h9.175v1h-8.41c-.766 0-.766.74 0 .765h8.411c.383 0 .765-.382.765-.765v-7c0-.5.238-.735.765-.735H359v-.765zm-2.5 9.206c-.633 0-1.147.514-1.147 1.147 0 .634.513 1.147 1.147 1.147s1.147-.513 1.147-1.147c0-.633-.513-1.147-1.147-1.147zm-6 0c-.634 0-1.147.514-1.147 1.147 0 .634.513 1.147 1.147 1.147.633 0 1.147-.513 1.147-1.147 0-.633-.513-1.147-1.147-1.147z" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M342 1194.362h18v18h-18z"/></g><g transform="translate(78 24)" color="#000"><g transform="translate(-1)"><path d="M371.5 1196.362c-.292 0-.55.082-.734.266-.184.184-.266.443-.266.734H363l1 4h6.5v1h-6.133c-.5 0-.5.5 0 .5h6.133c.25 0 .5-.25.5-.5v-5s.043-.324.11-.39c.065-.066.182-.11.39-.11h.5v-.5h-.5zm-1.75 6.5c-.414 0-.75.336-.75.75s.336.75.75.75.75-.336.75-.75-.336-.75-.75-.75zm-4.5 0c-.414 0-.75.336-.75.75s.336.75.75.75.75-.336.75-.75-.336-.75-.75-.75z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M371.5 1196.362c-.292 0-.55.082-.734.266-.184.184-.266.443-.266.734H363l1 4h6.5v1h-6.133c-.5 0-.5.5 0 .5h6.133c.25 0 .5-.25.5-.5v-5s.043-.324.11-.39c.065-.066.182-.11.39-.11h.5v-.5h-.5zm-1.75 6.5c-.414 0-.75.336-.75.75s.336.75.75.75.75-.336.75-.75-.336-.75-.75-.75zm-4.5 0c-.414 0-.75.336-.75.75s.336.75.75.75.75-.336.75-.75-.336-.75-.75-.75z" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M360 1194.362h12v12h-12z"/></g><g transform="translate(-78 72)" color="#000"><g transform="translate(0 -1)"><path d="M400.906 1057.362c-.4 0-.906.5-.906 1v9c0 .5.506 1 .906 1h15.188c.4 0 .906-.5.906-1v-9c0-.5-.506-1-.906-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M401 1057.362c-1 0-.5.34 0 .75l7 5.75 8-5.75c.5-.41 1-.75 0-.75h-8zm-1 1.5v8.5c0 .5.506 1 .906 1h15.188c.4 0 .906-.5.906-1v-8.5l-9 6.5z" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M396 1050.362h24v24h-24z"/></g><g transform="translate(-78 72)" color="#000"><g transform="translate(0 -3)"><path d="M424 1057.362c-.813 0-.594.338-.188.672l5.688 4.328 5.688-4.328c.418-.318.625-.672-.188-.672zm-1 1.5v6.5c0 .5.5 1 1 1h11c.5 0 1-.5 1-1v-6.5l-6.5 5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M424 1057.362c-.813 0-.594.338-.188.672l5.688 4.328 5.688-4.328c.418-.318.625-.672-.188-.672zm-1 1.5v6.5c0 .5.5 1 1 1h11c.5 0 1-.5 1-1v-6.5l-6.5 5z" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M420 1050.362h18v18h-18z"/></g><g transform="translate(-78 72)" color="#000"><path d="M440 1053.362l4.5 3 4.5-3zm0 1v4.5c0 .25.3.5.5.5h8c.2 0 .554-.256.5-.5v-4.5l-4.5 3.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M440 1053.362l4.5 3 4.5-3zm0 1v4.5c0 .25.3.5.5.5h8c.2 0 .554-.256.5-.5v-4.5l-4.5 3.5z" fill="#444" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M438 1050.362h12v12h-12z"/></g><g transform="translate(-78 72)" color="#000"><g transform="translate(396 70)"><path d="M12.5 1007.362l-3.5 5-2-3c-.663 1.165-3 4-3 7 0 4.418 4.082 8 8.5 8s8.5-3.582 8.5-8c0-3-2.337-5.835-3-7l-2 3z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M12.5 1007.362l-3.5 5-2-3c-.663 1.165-3 4-3 7 0 4.418 4.082 8 8.5 8s8.5-3.582 8.5-8c0-3-2.337-5.835-3-7l-2 3zm0 8s3.5 2.685 3.5 5c0 1-1.5 2-3.5 2s-3.5-1-3.5-2c0-2.236 3.5-5 3.5-5z" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M396 1074.362h24v24h-24z"/></g><g transform="translate(-78 72)" color="#000"><path d="M429.5 1076.362l-2.5 4-1.5-2c-.54.947-2.5 3.063-2.5 5.5 0 3.59 2.91 6.5 6.5 6.5s6.5-2.91 6.5-6.5c0-2.437-1.96-4.553-2.5-5.5l-1.5 2z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M429.5 1076.362l-2.5 4-1.5-2c-.54.947-2.5 3.063-2.5 5.5 0 3.59 2.91 6.5 6.5 6.5s6.5-2.91 6.5-6.5c0-2.437-1.96-4.553-2.5-5.5l-1.5 2zm0 6.5s2.5 2.37 2.5 4.25c0 .813-.875 1.75-2.5 1.75s-2.5-.937-2.5-1.75c0-1.817 2.5-4.25 2.5-4.25z" fill="#444" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M420 1074.362h18v18h-18z"/></g><g transform="translate(-78 72)" color="#000"><g transform="translate(-1 -1)"><path d="M445.5 1076.362l-1.5 3-1.5-1.5c-.33.583-1.5 2-1.5 3.5 0 2.21 2.29 4 4.5 4s4.5-1.79 4.5-4c0-1.5-1.17-2.917-1.5-3.5l-1.5 1.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M445.5 1076.362l-1.5 3-1.5-1.5c-.33.583-1.5 2-1.5 3.5 0 2.21 2.29 4 4.5 4s4.5-1.79 4.5-4c0-1.5-1.17-2.917-1.5-3.5l-1.5 1.5zm0 4.5s1.5 1.342 1.5 2.5c0 .5-.5 1-1.5 1s-1.5-.5-1.5-1c0-1.118 1.5-2.5 1.5-2.5z" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M438 1074.362h12v12h-12z"/></g><g transform="translate(-78 72)" color="#000"><path d="M416 1106.362l-7.5-5-7.5 5v9l-1.75 3c-.148.254-.25.357-.25.5 0 .5.632.5 1 .5h17c.355 0 1 0 1-.5 0-.146-.087-.22-.25-.5l-1.75-3v-7zm-12 3c.554 0 .91.454 1 1v6h-2v-6c0-.554.446-1 1-1zm4.5 0c.554 0 1.01.446 1 1v6h-2v-6c0-.554.446-1 1-1zm4.5 0c.554 0 1 .446 1 1v6h-2v-6c0-.554.446-1 1-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M408.5 1101.362l-7.5 5h15zm-6.5 6c-.554 0-1 .446-1 1v7l-1.75 3c-.148.254-.25.357-.25.5 0 .5.632.5 1 .5h17c.355 0 1 0 1-.5 0-.146-.087-.22-.25-.5l-1.75-3v-7c0-.554-.446-1-1-1zm2 2c.554 0 .91.454 1 1v6h-2v-6c0-.554.446-1 1-1zm4.5 0c.554 0 1.01.446 1 1v6h-2v-6c0-.554.446-1 1-1zm4.5 0c.554 0 1 .446 1 1v6h-2v-6c0-.554.446-1 1-1z" fill="#444" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M396 1098.362h24v24h-24z"/></g><g transform="translate(-78 72)" color="#000"><g transform="translate(0 -2)"><path d="M435 1105.362l-5.5-3-5.5 3v7l-1 2.5c0 .36.234.5.5.5h12c.256 0 .5-.14.5-.5l-1-2.5v-5.062z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M429.5 1102.362l-5.5 3h11zm-4.5 4c-.5 0-1 .493-1 .938v5.062l-1 2.5c0 .36.234.5.5.5h12c.256 0 .5-.14.5-.5l-1-2.5v-5.062c0-.445-.5-.938-1-.938zm1.5 1l.5.5v4.5h-1v-4.5zm3 0l.5.5v4.5h-1v-4.5zm3 0l.5.5v4.5h-1v-4.5z" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M420 1098.362h18v18h-18z"/></g><g transform="translate(-78 72)" color="#000"><g transform="translate(0 -1)"><path d="M448 1102.362l-3.5-2-3.5 2v6l-1 1h9l-1-1v-1zm-6 2.5l.5-.5.5.5v2.5h-1zm2 0l.5-.5.5.5v2.5h-1zm2 0l.5-.5.5.5v2.5h-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M444.5 1100.362l-3.5 2h7zm-3 3c-.277 0-.5.223-.5.5v4.5l-1 1h9l-1-1v-4.5c0-.277-.223-.5-.5-.5zm.5 1.5l.5-.5.5.5v2.5h-1zm2 0l.5-.5.5.5v2.5h-1zm2 0l.5-.5.5.5v2.5h-1z" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M438 1098.362h12v12h-12z"/></g><g transform="translate(-78 72)" color="#000"><g transform="translate(-1)"><path d="M407 1125.362l-1 1v1h7v-1l-1-1zm-1 3v.5c0 1.933 1.567 3.5 3.5 3.5s3.5-1.567 3.5-3.5v-.5zm1.188 15H416v-6c0-1.5-.5-4-2-4h-9c-1.5 0-2 2.5-2 4v6h2.688z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M407 1125.362l-1 1v1h7v-1l-1-1h-5zm-1 3v.5c0 1.933 1.567 3.5 3.5 3.5s3.5-1.567 3.5-3.5v-.5h-7zm-1 5c-1.5 0-2 2.5-2 4v6h2.688l6.812-10H405zm9 0l-6.813 10H416v-6c0-1.5-.5-4-2-4z" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M396 1122.362h24v24h-24z"/></g><g transform="translate(-78 72)" color="#000"><g transform="translate(-2)"><path d="M430 1124.862l-1 .5v1h5v-1l-1-.5zm-1 2.5c-.033.163 0 .328 0 .5 0 1.38 1.12 2.5 2.5 2.5s2.5-1.12 2.5-2.5v-.5zm0 4c-1.083 0-1.986 1.792-2 2.875v4.125h1.53l4.47-7zm5.5 0l-4.47 7H436v-4.125c0-1.083-.417-2.875-1.5-2.875z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M430 1124.862l-1 .5v1h5v-1l-1-.5zm-1 2.5c-.033.163 0 .328 0 .5 0 1.38 1.12 2.5 2.5 2.5s2.5-1.12 2.5-2.5v-.5zm0 4c-1.083 0-1.986 1.792-2 2.875v4.125h1.53l4.47-7zm5.5 0l-4.47 7H436v-4.125c0-1.083-.417-2.875-1.5-2.875z" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M420 1122.362h18v18h-18z"/></g><g transform="translate(-78 72)" color="#000"><g transform="translate(-1)"><path d="M444 1124.362h3v-1h-3zm0 .75c0 .967.534 1.75 1.5 1.75s1.5-.783 1.5-1.75v-.25h-3zm-1 2.25c-.5 0-1 1.5-1 2v3h1.594l3.406-5zm5 0l-3.406 5H449v-3c0-.5-.5-2-1-2z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M444 1124.362h3v-1h-3zm0 .75c0 .967.534 1.75 1.5 1.75s1.5-.783 1.5-1.75v-.25h-3zm-1 2.25c-.5 0-1 1.5-1 2v3h1.594l3.406-5zm5 0l-3.406 5H449v-3c0-.5-.5-2-1-2z" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M438 1122.362h12v12h-12z"/></g><g transform="translate(-78 72)" color="#000"><g transform="translate(395 142)"><path d="M6 1008.362c-.554 0-1 .446-1 1v13c0 .554.446 1 1 1s1-.446 1-1v-2h3v2c0 .554.446 1 1 1s1-.446 1-1v-2h3v2c0 .554.446 1 1 1s1-.446 1-1v-2h3v2c0 .554.446 1 1 1s1-.446 1-1v-13c0-.554-.446-1-1-1s-1 .446-1 1v2h-3v-2c0-.554-.446-1-1-1s-1 .446-1 1v2h-3v-2c0-.554-.446-1-1-1s-1 .446-1 1v2H7v-2c0-.554-.446-1-1-1zm1 5h3v5H7zm5 0h3v5h-3zm5 0h3v5h-3z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M6 1008.362c-.554 0-1 .446-1 1v13c0 .554.446 1 1 1s1-.446 1-1v-2h3v2c0 .554.446 1 1 1s1-.446 1-1v-2h3v2c0 .554.446 1 1 1s1-.446 1-1v-2h3v2c0 .554.446 1 1 1s1-.446 1-1v-13c0-.554-.446-1-1-1s-1 .446-1 1v2h-3v-2c0-.554-.446-1-1-1s-1 .446-1 1v2h-3v-2c0-.554-.446-1-1-1s-1 .446-1 1v2H7v-2c0-.554-.446-1-1-1zm1 5h3v5H7zm5 0h3v5h-3zm5 0h3v5h-3z" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M396 1146.362h24v24h-24z"/></g><g transform="translate(-78 72)" color="#000"><g transform="translate(0 -1)"><path d="M425 1151.362c-.5 0-.5.5-.5.5v10s0 .5.5.5h.5c.5 0 .5-.5.5-.5v-1.5h1.5v1.5s0 .5.5.5h.5c.5 0 .5-.5.5-.5v-1.5h1.5v1.5s0 .5.5.5h.5c.5 0 .5-.5.5-.5v-1.5h1.5v1.5s0 .5.5.5h.5c.5 0 .5-.5.5-.5v-10s0-.5-.5-.5h-.5c-.5 0-.5.5-.5.5v2H432v-2s0-.5-.5-.5h-.5c-.5 0-.5.5-.5.5v2H429v-2s0-.5-.5-.5h-.5c-.5 0-.5.5-.5.5v2H426v-2s0-.5-.5-.5h-.5zm1 4h1.5v3.5H426zm3 0h1.5v3.5H429zm3 0h1.5v3.5H432z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M425 1151.362c-.5 0-.5.5-.5.5v10s0 .5.5.5h.5c.5 0 .5-.5.5-.5v-1.5h1.5v1.5s0 .5.5.5h.5c.5 0 .5-.5.5-.5v-1.5h1.5v1.5s0 .5.5.5h.5c.5 0 .5-.5.5-.5v-1.5h1.5v1.5s0 .5.5.5h.5c.5 0 .5-.5.5-.5v-10s0-.5-.5-.5h-.5c-.5 0-.5.5-.5.5v2H432v-2s0-.5-.5-.5h-.5c-.5 0-.5.5-.5.5v2H429v-2s0-.5-.5-.5h-.5c-.5 0-.5.5-.5.5v2H426v-2s0-.5-.5-.5h-.5zm1 4h1.5v3.5H426zm3 0h1.5v3.5H429zm3 0h1.5v3.5H432z" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M420 1146.362h18v18h-18z"/></g><g transform="translate(-78 72)" color="#000"><g transform="translate(0 -1)"><path d="M441.5 1148.862c-.277 0-.5.223-.5.5v7c0 .277.223.5.5.5s.5-.223.5-.5v-1h1v1c0 .277.223.5.5.5s.5-.254.5-.5v-1h1v1c0 .277.223.5.5.5s.5-.254.5-.5v-1h1v1c0 .277.223.5.5.5s.5-.223.5-.5v-7c0-.277-.223-.5-.5-.5s-.5.223-.5.5v1h-1v-1c0-.277-.223-.5-.5-.5s-.5.223-.5.5v1h-1v-1c0-.277-.223-.5-.5-.5s-.5.248-.5.5v1h-1v-1c0-.277-.223-.5-.5-.5zm.5 2.5h1v3h-1zm2 0h1v3h-1zm2 0h1v3h-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M441.5 1148.862c-.277 0-.5.223-.5.5v7c0 .277.223.5.5.5s.5-.223.5-.5v-1h1v1c0 .277.223.5.5.5s.5-.254.5-.5v-1h1v1c0 .277.223.5.5.5s.5-.254.5-.5v-1h1v1c0 .277.223.5.5.5s.5-.223.5-.5v-7c0-.277-.223-.5-.5-.5s-.5.223-.5.5v1h-1v-1c0-.277-.223-.5-.5-.5s-.5.223-.5.5v1h-1v-1c0-.277-.223-.5-.5-.5s-.5.248-.5.5v1h-1v-1c0-.277-.223-.5-.5-.5zm.5 2.5h1v3h-1zm2 0h1v3h-1zm2 0h1v3h-1z" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M438 1146.362h12v12h-12z"/></g><g transform="translate(-78 72)" color="#000"><g transform="translate(395 166)"><path d="M11 1006.362l-2 1-2 1v15c0 .5.5 1 1 1s1-.5 1-1v-9l2-1c2-1 4.21 2.895 6 2l3-1.5v-7l-3 1.5c-1.79.895-4-3-6-2z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M11 1006.362l-2 1-2 1v15c0 .5.5 1 1 1s1-.5 1-1v-9l2-1c2-1 4.21 2.895 6 2l3-1.5v-7l-3 1.5c-1.79.895-4-3-6-2z" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M396 1170.362h24v24h-24z"/></g><g transform="translate(-234)" color="#000"><path d="M486 1052.362c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2zm-5.75 4l.5 2c.25 1 .847 1 1.594 1H484c.594 1 .315 2.472.5 4h-.906c-1 0-2.594 1-1.594 3l1.5 3c1 2 2.5.5 2-.5l-1.5-3c-.25-.5.264-.5.5-.5h2.468s1.184 2.628 2.578 4.43c.515.664 1.085 1.57 1.8 1.57.5 0 1.355-.773.443-1.86-1.708-2.04-2.79-4.14-2.79-5.14 0-1.163-.204-3.613-.5-5h1.5l1.25 2.5c.553.958 1.75.885 1.75 0 0-.12 0-.39-.14-.677l-1.61-3.323c-.103-.212-.253-.5-1-.5H482.5l-.75-2.5c-.3-1-1.75-1-1.75 0 0 .5.177 1.107.25 1.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M486 1052.362c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2zm-5.75 4l.5 2c.25 1 .847 1 1.594 1H484c.594 1 .315 2.472.5 4h-.906c-1 0-2.594 1-1.594 3l1.5 3c1 2 2.5.5 2-.5l-1.5-3c-.25-.5.264-.5.5-.5h2.468s1.184 2.628 2.578 4.43c.515.664 1.085 1.57 1.8 1.57.5 0 1.355-.773.443-1.86-1.708-2.04-2.79-4.14-2.79-5.14 0-1.163-.204-3.613-.5-5h1.5l1.25 2.5c.553.958 1.75.885 1.75 0 0-.12 0-.39-.14-.677l-1.61-3.323c-.103-.212-.253-.5-1-.5h-7.75l-.75-2.5c-.3-1-1.75-1-1.75 0 0 .5.177 1.107.25 1.5z" fill="#444" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M474 1050.362h24v24h-24z"/></g><g transform="translate(-234)" color="#000"><g transform="translate(-1 -1)"><path d="M508.343 1053.362c-.756 0-1.368.613-1.368 1.37 0 .754.612 1.367 1.368 1.367.756 0 1.37-.614 1.37-1.37 0-.755-.614-1.368-1.37-1.368zm-3.934 2.737l.34 1.368c.172.684.58.684 1.092.684h1.133c.406.684.215 1.796.342 2.842h-.62c-.684 0-1.775.684-1.09 2.052l1.026 2.053c.684 1.367 1.71.34 1.368-.343l-1.025-2.053c-.17-.342.18-.342.342-.342h1.688s.81 1.693 1.764 2.925c.352.455.742 1.075 1.23 1.075.342 0 .928-.53.304-1.273-1.168-1.396-1.908-2.833-1.908-3.517 0-.796-.14-2.472-.342-3.42h1.026c.334.668.92 1.71.92 1.71.378.654 1 .605 1 0 0-.084-.01-.263-.096-.464l-.97-2.275c-.062-.148-.172-.342-.683-.342h-5.302l-.513-1.71c-.205-.685-1.197-.685-1.197 0 0 .342.12.757.17 1.026z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M508.343 1053.362c-.756 0-1.368.613-1.368 1.37 0 .754.612 1.367 1.368 1.367.756 0 1.37-.614 1.37-1.37 0-.755-.614-1.368-1.37-1.368zm-3.934 2.737l.34 1.368c.172.684.58.684 1.092.684h1.133c.406.684.215 1.796.342 2.842h-.62c-.684 0-1.775.684-1.09 2.052l1.026 2.053c.684 1.367 1.71.34 1.368-.343l-1.025-2.053c-.17-.342.18-.342.342-.342h1.688s.81 1.693 1.764 2.925c.352.455.742 1.075 1.23 1.075.342 0 .928-.53.304-1.273-1.168-1.396-1.908-2.833-1.908-3.517 0-.796-.14-2.472-.342-3.42h1.026c.334.668.92 1.71.92 1.71.378.654 1 .605 1 0 0-.084-.01-.263-.096-.464l-.97-2.275c-.062-.148-.172-.342-.683-.342h-5.302l-.513-1.71c-.205-.685-1.197-.685-1.197 0 0 .342.12.757.17 1.026z" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M498 1050.362h18v18h-18z"/></g><g transform="translate(-234)"><g color="#000"><path d="M522 1051.362c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1zm-2.594 1.22c-.218 0-.406.132-.406.405s.085.63.125.844l.28 1c.15.545.468.532.876.532h.908c.324.547.21 1.165.312 2h-.5c-.547 0-1.453.313-.906 1.406l.812 1.657c.197.392.395.435.594.437.355 0 .65-.357.5-.72l-.625-1.498c-.118-.282.152-.282.28-.282H523s.457 1.203 1.22 2.188c.28.363.577.812.967.812.274 0 .75-.374.25-.97-.933-1.113-1.437-2.483-1.437-3.03 0-.636-.182-1.242-.344-2h.813c.265.535.717 1.375.717 1.375.303.523.813.484.813 0 0-.067.006-.214-.063-.375l-.75-1.72c-.05-.117-.123-.28-.53-.28h-4.282l-.406-1.375c-.083-.273-.345-.406-.564-.406z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M522 1051.362c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1zm-2.594 1.22c-.218 0-.406.132-.406.405s.085.63.125.844l.28 1c.15.545.468.532.876.532h.908c.324.547.21 1.165.312 2h-.5c-.547 0-1.453.313-.906 1.406l.812 1.657c.197.392.395.435.594.437.355 0 .65-.357.5-.72l-.625-1.498c-.118-.282.152-.282.28-.282H523s.457 1.203 1.22 2.188c.28.363.577.812.967.812.274 0 .75-.374.25-.97-.933-1.113-1.437-2.483-1.437-3.03 0-.636-.182-1.242-.344-2h.813c.265.535.717 1.375.717 1.375.303.523.813.484.813 0 0-.067.006-.214-.063-.375l-.75-1.72c-.05-.117-.123-.28-.53-.28h-4.282l-.406-1.375c-.083-.273-.345-.406-.564-.406z" fill="#444" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M516 1050.362h12v12h-12z"/></g></g><g transform="translate(-234)" color="#000"><g transform="translate(473 69.5)"><path d="M13.5 1007.862c-4.683 0-8.5 3.817-8.5 8.5s3.817 8.5 8.5 8.5 8.5-3.817 8.5-8.5-3.817-8.5-8.5-8.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M13.5 1007.862c-4.683 0-8.5 3.817-8.5 8.5s3.817 8.5 8.5 8.5 8.5-3.817 8.5-8.5-3.817-8.5-8.5-8.5zm0 1.5c2.666 0 4.974 1.474 6.156 3.657-1.116.74-2.142 1.126-2.156 1.842-.01.5 0 .64 0 1 0 .5.26 1.144 1 1.5l1.75.844c-.2.74-.522 1.41-.938 2.03l-1.312-.874c-.75-.5-1.5-.833-2-.5l-1.5 1c-.693.463-.62 1-.5 1.5l.47 1.938c-.318.044-.64.062-.97.062-.693 0-1.37-.095-2-.28v-1.72c0-1-.5-1.5-1-2s-1-1-2-1H6.78c-.185-.63-.28-1.306-.28-2 0-3.878 3.122-7 7-7zm-3 3.5l-.5 2c-.142.568-.52 1.154 0 1.5l1.5 1c1 .667 1.44.28 2 0l1-.5c.745-.372 1-.5 1-1.5v-2c0-.5.008-.798-1-1l-2.5-.5c-1.047-.21-1.244-.023-1.5 1z" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M474 1074.362h24v24h-24z"/></g><g transform="translate(-234)" color="#000"><g transform="translate(0 -2)"><path d="M507.5 1078.362c-3.58 0-6.5 2.92-6.5 6.5s2.92 6.5 6.5 6.5 6.5-2.92 6.5-6.5-2.92-6.5-6.5-6.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M507.5 1078.362c-3.58 0-6.5 2.92-6.5 6.5s2.92 6.5 6.5 6.5 6.5-2.92 6.5-6.5-2.92-6.5-6.5-6.5zm0 1.147c2.04 0 3.803 1.126 4.708 2.795-.854.566-1.638.862-1.65 1.41-.006.383 0 .49 0 .765 0 .382.2.874.766 1.147l1.338.645c-.153.567-.4 1.08-.717 1.553l-1.004-.67c-.572-.38-1.146-.636-1.528-.38l-1.147.764c-.53.352-.475.763-.383 1.146l.36 1.48c-.244.034-.49.048-.742.048-.53 0-1.047-.074-1.53-.215v-1.315c0-.765-.382-1.147-.764-1.53-.382-.382-.765-.764-1.53-.764h-1.314c-.142-.482-.215-.998-.215-1.528 0-2.966 2.388-5.353 5.353-5.353zm-2.294 2.676l-.382 1.53c-.11.433-.398.88 0 1.146l1.147.765c.765.51 1.103.214 1.53 0l.765-.382c.57-.286.764-.383.764-1.147v-1.53c0-.382.005-.61-.765-.765l-1.912-.382c-.8-.16-.952-.017-1.147.766z" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M498 1074.362h18v18h-18z"/></g><g transform="translate(-234)" color="#000"><g transform="translate(-1 -1)"><path d="M523.5 1076.362c-2.48 0-4.5 2.02-4.5 4.5s2.02 4.5 4.5 4.5 4.5-2.02 4.5-4.5-2.02-4.5-4.5-4.5zm0 .794c1.41 0 2.633.78 3.26 1.936-.592.392-1.135.597-1.142.976-.005.265 0 .34 0 .53 0 .264.138.605.53.794l.926.446c-.107.393-.277.747-.497 1.076l-.695-.464c-.397-.264-.794-.44-1.058-.264l-.795.53c-.368.244-.33.53-.265.793l.248 1.025c-.168.023-.338.033-.513.033-.367 0-.725-.05-1.06-.15v-.91c0-.528-.264-.793-.528-1.058-.265-.264-.53-.53-1.06-.53h-.91c-.097-.333-.148-.69-.148-1.058 0-2.053 1.653-3.706 3.706-3.706zm-1.588 1.853l-.265 1.058c-.075.3-.275.61 0 .794l.794.53c.53.353.764.148 1.06 0l.53-.265c.394-.197.53-.265.53-.794v-1.06c0-.264.003-.422-.53-.528l-1.324-.265c-.555-.11-.66-.013-.794.53z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M523.5 1076.362c-2.48 0-4.5 2.02-4.5 4.5s2.02 4.5 4.5 4.5 4.5-2.02 4.5-4.5-2.02-4.5-4.5-4.5zm0 .794c1.41 0 2.633.78 3.26 1.936-.592.392-1.135.597-1.142.976-.005.265 0 .34 0 .53 0 .264.138.605.53.794l.926.446c-.107.393-.277.747-.497 1.076l-.695-.464c-.397-.264-.794-.44-1.058-.264l-.795.53c-.368.244-.33.53-.265.793l.248 1.025c-.168.023-.338.033-.513.033-.367 0-.725-.05-1.06-.15v-.91c0-.528-.264-.793-.528-1.058-.265-.264-.53-.53-1.06-.53h-.91c-.097-.333-.148-.69-.148-1.058 0-2.053 1.653-3.706 3.706-3.706zm-1.588 1.853l-.265 1.058c-.075.3-.275.61 0 .794l.794.53c.53.353.764.148 1.06 0l.53-.265c.394-.197.53-.265.53-.794v-1.06c0-.264.003-.422-.53-.528l-1.324-.265c-.555-.11-.66-.013-.794.53z" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M516 1074.362h12v12h-12z"/></g><g transform="translate(-234)" color="#000"><g transform="translate(474 94)"><path d="M12.5 1009.362c-6.5 0-9.5 6.5-9.5 6.5s3 6.5 9.5 6.5 9.5-6.5 9.5-6.5-3-6.5-9.5-6.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" overflow="visible"/><path d="M12.5 1009.362c-6.5 0-9.5 6.5-9.5 6.5s3 6.5 9.5 6.5 9.5-6.5 9.5-6.5-3-6.5-9.5-6.5zm-3 5c.277 0 .5.223.5.5v.5h2v-.5c0-.277.223-.5.5-.5s.5.223.5.5v.5h2v-.5c0-.277.223-.5.5-.5s.5.223.5.5v.5h1.5c.277 0 .5.223.5.5s-.223.5-.5.5H16v.5c0 .277-.223.5-.5.5s-.5-.223-.5-.5v-.5h-2v.5c0 .277-.223.5-.5.5s-.5-.223-.5-.5v-.5h-2v.5c0 .277-.223.5-.5.5s-.5-.223-.5-.5v-.5H7.5c-.277 0-.5-.223-.5-.5s.223-.5.5-.5H9v-.5c0-.277.223-.5.5-.5z" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M474 1098.362h24v24h-24z"/></g><g transform="translate(-234)" color="#000"><path d="M507.5 1102.362c-4.79 0-6.5 4.5-6.5 4.5s1.71 4.5 6.5 4.5 6.5-4.5 6.5-4.5-1.71-4.5-6.5-4.5zm-2.25 3c.139 0 .25.112.25.25v.75h1.75v-.75c0-.138.112-.25.25-.25.139 0 .25.112.25.25v.75h1.75v-.75c0-.138.112-.25.25-.25.139 0 .284.116.25.25v.75h.563c.246 0 .437.223.437.5s-.19.5-.438.5H510v.75c0 .14-.112.25-.25.25-.139 0-.216-.115-.25-.25v-.75h-1.75v.75c0 .14-.112.25-.25.25-.139 0-.25-.11-.25-.25v-.75h-1.75v.75c0 .14-.112.25-.25.25-.139 0-.25-.11-.25-.25v-.75h-.563c-.246 0-.437-.223-.437-.5s.19-.5.438-.5H505v-.75c0-.138.112-.25.25-.25z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" overflow="visible"/><path d="M507.5 1102.362c-4.79 0-6.5 4.5-6.5 4.5s1.71 4.5 6.5 4.5 6.5-4.5 6.5-4.5-1.71-4.5-6.5-4.5zm-2.25 3c.139 0 .25.112.25.25v.75h1.75v-.75c0-.138.112-.25.25-.25.139 0 .25.112.25.25v.75h1.75v-.75c0-.138.112-.25.25-.25.139 0 .284.116.25.25v.75h.563c.246 0 .437.223.437.5s-.19.5-.438.5H510v.75c0 .14-.112.25-.25.25-.139 0-.216-.115-.25-.25v-.75h-1.75v.75c0 .14-.112.25-.25.25-.139 0-.25-.11-.25-.25v-.75h-1.75v.75c0 .14-.112.25-.25.25-.139 0-.25-.11-.25-.25v-.75h-.563c-.246 0-.437-.223-.437-.5s.19-.5.438-.5H505v-.75c0-.138.112-.25.25-.25z" fill="#444" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M498 1098.362h18v18h-18z"/></g><g transform="translate(-234)" color="#000"><path d="M522.5 1101.362c-3.25 0-4.5 3-4.5 3s1.25 3 4.5 3 4.5-3 4.5-3-1.25-3-4.5-3zm-1 2.5h3.5c.139 0 .25.112.25.25 0 .14-.112.25-.25.25h-4.75c-.139 0-.25-.11-.25-.25 0-.138.112-.25.25-.25h.75z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M522.5 1101.362c-3.25 0-4.5 3-4.5 3s1.25 3 4.5 3 4.5-3 4.5-3-1.25-3-4.5-3zm-1 2.5h3.5c.139 0 .25.112.25.25 0 .14-.112.25-.25.25h-4.75c-.139 0-.25-.11-.25-.25 0-.138.112-.25.25-.25h.75z" fill="#444" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M516 1098.362h12v12h-12z"/></g><g transform="translate(-234)" color="#000"><path d="M484 1125.362c-3.314 0-6 2.686-6 6s2.686 6 6 6h5l4.5 4.5c.316.316.506.5.906.5.125 0 .28 0 .438-.156.156-.156.156-.312.156-.437 0-.4-.218-.626-.5-.908l-4.5-4.5v-5c0-3.314-2.686-6-6-6zm5 8v3h-3zm-9.5 4c-.828 0-1.5.672-1.5 1.5 0 .83.672 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.828-.672-1.5-1.5-1.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" overflow="visible"/><path d="M484 1125.362c-3.314 0-6 2.686-6 6s2.686 6 6 6h5l4.5 4.5c.316.316.506.5.906.5.125 0 .28 0 .438-.156.156-.156.156-.312.156-.437 0-.4-.218-.626-.5-.908l-4.5-4.5v-5c0-3.314-2.686-6-6-6zm5 8v3h-3zm-9.5 4c-.828 0-1.5.672-1.5 1.5 0 .83.672 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.828-.672-1.5-1.5-1.5z" fill="#444" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M474 1122.362h24v24h-24z"/></g><g transform="translate(-234)" color="#000"><path d="M505.5 1124.362c-2.534 0-4.5 1.966-4.5 4.5s2.142 4.5 4.676 4.5H509l4 4h1v-1l-4-4v-3.323c0-2.535-1.966-4.678-4.5-4.678zm3.5 5.706v2.294h-2.5zm-6.853 3.294c-.633 0-1.147.514-1.147 1.147s.514 1.146 1.147 1.146c.634 0 1.147-.513 1.147-1.147s-.513-1.148-1.147-1.148z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" overflow="visible"/><path d="M505.5 1124.362c-2.534 0-4.5 1.966-4.5 4.5s2.142 4.5 4.676 4.5H509l4 4h1v-1l-4-4v-3.323c0-2.535-1.966-4.678-4.5-4.678zm3.5 5.706v2.294h-2.5zm-6.853 3.294c-.633 0-1.147.514-1.147 1.147s.514 1.146 1.147 1.146c.634 0 1.147-.513 1.147-1.147s-.513-1.148-1.147-1.148z" fill="#444" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M498 1122.362h18v18h-18z"/></g><g transform="translate(-234)" color="#000"><g transform="translate(-1 -1)"><path d="M519 1127.362c0 1.657 1.343 3 3 3h2.5l3 3h.5v-.5l-3-3v-2.5c0-1.657-1.343-3-3-3s-3 1.343-3 3zm5 .5v1.5h-1.5zm-4.25 3c-.414 0-.75.336-.75.75s.336.75.75.75.75-.336.75-.75-.336-.75-.75-.75z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" overflow="visible"/><path d="M519 1127.362c0 1.657 1.343 3 3 3h2.5l3 3h.5v-.5l-3-3v-2.5c0-1.657-1.343-3-3-3s-3 1.343-3 3zm5 .5v1.5h-1.5zm-4.25 3c-.414 0-.75.336-.75.75s.336.75.75.75.75-.336.75-.75-.336-.75-.75-.75z" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M516 1122.362h12v12h-12z"/></g><g transform="translate(-234)" color="#000"><g transform="translate(-2)"><path d="M484.5 1149.362l-4.5 4v8c0 .5.5 1 1 1h3.563l1.937 3.5c.278.5.5.5 1 .5h2c.5 0 .722 0 1-.5l1.938-3.5H496c.5 0 1-.5 1-1v-8l-4.5-4h-8zm-.5 4h9v6h-9v-6zm1 1v4h7v-4h-7zm.563 8H487v1h1v-1h1v1h1v-1h1.438l-.563 1H490v1h.344l-.344.625v-.625h-1v1h-1v-1h-1v.625l-.344-.625H487v-1h-.875l-.563-1zm2.437 2h1v-1h-1v1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M484.5 1149.362l-4.5 4v8c0 .5.5 1 1 1h3.563l1.937 3.5c.278.5.5.5 1 .5h2c.5 0 .722 0 1-.5l1.938-3.5H496c.5 0 1-.5 1-1v-8l-4.5-4h-8zm-.5 4h9v6h-9v-6zm1 1v4h7v-4h-7zm.563 8H487v1h1v-1h1v1h1v-1h1.438l-.563 1H490v1h.344l-.344.625v-.625h-1v1h-1v-1h-1v.625l-.344-.625H487v-1h-.875l-.563-1zm2.437 2h1v-1h-1v1z" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M474 1146.362h24v24h-24z"/></g><g transform="translate(-234)" color="#000"><g transform="translate(-1 -1)"><path d="M505 1149.362l-3 2v7c0 .5.5 1 1 1h2.5l2 3h2l2-3h2.5c.5 0 1-.5 1-1v-6.5l-3-2.5h-7zm0 3h7v5h-7v-5zm1 1v3h5v-3h-5zm.5 6h1.5v1h1v-1h1.5l-.688 1H509v1h-1v-1h-.813l-.687-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M505 1149.362l-3 2v7c0 .5.5 1 1 1h2.5l2 3h2l2-3h2.5c.5 0 1-.5 1-1v-6.5l-3-2.5h-7zm0 3h7v5h-7v-5zm1 1v3h5v-3h-5zm.5 6h1.5v1h1v-1h1.5l-.688 1H509v1h-1v-1h-.813l-.687-1z" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M498 1146.362h18v18h-18z"/></g><g transform="translate(-234)" color="#000"><g transform="translate(-1 -1)"><path d="M521 1148.362l-2 2v4.5c0 .25.25.5.5.5h1.5l1 1 1 1h1l1-1 1-1h1.5c.25 0 .5-.25.5-.5v-4.5l-2-2h-5zm0 2h5v3h-5v-3zm.688.688v1.625h3.625v-1.625h-3.625zm.312 3.312h1v1h1v-1h1v1l-1 1h-1l-1-1v-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M521 1148.362l-2 2v4.5c0 .25.25.5.5.5h1.5l1 1 1 1h1l1-1 1-1h1.5c.25 0 .5-.25.5-.5v-4.5l-2-2h-5zm0 2h5v3h-5v-3zm.688.688v1.625h3.625v-1.625h-3.625zm.312 3.312h1v1h1v-1h1v1l-1 1h-1l-1-1v-1z" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M516 1146.362h12v12h-12z"/></g><g transform="translate(-234)" color="#000"><path d="M480 1173.362c-1.252 0-2 .754-2 2 0 1 2 2.5 3 3.5 2 2 5.302 3.802 8.5 7l3 3-.5.5c0 .5.5 1 1 1l1-1 1-1c0-.5-.5-1-1-1l-.5.5-3-3c-2.863-2.863-5-6.5-7-8.5-1-1-2.5-3-3.5-3zm3.5 10c-.828 0-1.5.672-1.5 1.5 0 .83.672 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.828-.672-1.5-1.5-1.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M480 1173.362c-1.252 0-2 .754-2 2 0 1 2 2.5 3 3.5 2 2 5.302 3.802 8.5 7l3 3-.5.5c0 .5.5 1 1 1l1-1 1-1c0-.5-.5-1-1-1l-.5.5-3-3c-2.863-2.863-5-6.5-7-8.5-1-1-2.5-3-3.5-3zm3.5 10c-.828 0-1.5.672-1.5 1.5 0 .83.672 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.828-.672-1.5-1.5-1.5z" fill="#444" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M474 1170.362h24v24h-24z"/></g><g transform="translate(-234)" color="#000"><path d="M503 1172.362s-1 0-1.5.5-.5 1.5-.5 1.5c2.5 3.5 7.08 6.142 8 7l2.594 2.406-.594.594v1h1l1-1 1-1v-1h-1l-.594.594-2.406-2.594c-2.362-2.533-3.5-5.5-7-8zm1.75 9c-.69 0-1.25.56-1.25 1.25s.56 1.25 1.25 1.25 1.25-.56 1.25-1.25-.56-1.25-1.25-1.25z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M503 1172.362s-1 0-1.5.5-.5 1.5-.5 1.5c2.5 3.5 7.08 6.142 8 7l2.594 2.406-.594.594v1h1l1-1 1-1v-1h-1l-.594.594-2.406-2.594c-2.362-2.533-3.5-5.5-7-8zm1.75 9c-.69 0-1.25.56-1.25 1.25s.56 1.25 1.25 1.25 1.25-.56 1.25-1.25-.56-1.25-1.25-1.25z" fill="#444" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M498 1170.362h18v18h-18z"/></g><g transform="translate(-234)" color="#000"><path d="M518 1171.862v1.5c1.5 2 4.587 3.588 6.5 5.5l1 1v1h1l.5-.5v-1h-1l-1-1c-1.784-1.784-3.5-5-5.5-6.5zm2 5.5c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M518 1171.862v1.5c1.5 2 4.587 3.588 6.5 5.5l1 1v1h1l.5-.5v-1h-1l-1-1c-1.784-1.784-3.5-5-5.5-6.5zm2 5.5c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1z" fill="#444" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M516 1170.362h12v12h-12z"/></g><g transform="translate(-234)" color="#000"><path d="M483.5 1196.362c-.34 0-.5 0-.5.5v14.438c-2 .062-3 1.562-3 2.562 0 .5.5.5.5.5h12s.5 0 .5-.5c0-2.5-1.5-4.5-3-4.5-1.572 0-2.443 2.78-4 3-.683.096-1.342-.345-2-.687v-9.313l7-3-6.498-2.785c-.377-.16-.752-.215-1.002-.215z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M483.5 1196.362c-.34 0-.5 0-.5.5v14.438c-2 .062-3 1.562-3 2.562 0 .5.5.5.5.5h12s.5 0 .5-.5c0-2.5-1.5-4.5-3-4.5-1.572 0-2.443 2.78-4 3-.683.096-1.342-.345-2-.687v-9.313l7-3-6.498-2.785c-.377-.16-.752-.215-1.002-.215z" fill="#444" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M474 1194.362h24v24h-24z"/></g><g transform="translate(-234)" color="#000"><path d="M505.382 1196.362c-.26 0-.382 0-.382.382v10.276c-1.53.047-2 1.077-2 1.842 0 .382.5.5.5.5h8s.5-.118.5-.5c0-1.912-.853-3.5-2-3.5-1.202 0-1.515 2.303-2.706 2.47-.522.075-1.026-.263-1.53-.525v-6.357l5.354-2.294-4.97-2.13c-.288-.123-.574-.164-.766-.164z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M505.382 1196.362c-.26 0-.382 0-.382.382v10.276c-1.53.047-2 1.077-2 1.842 0 .382.5.5.5.5h8s.5-.118.5-.5c0-1.912-.853-3.5-2-3.5-1.202 0-1.515 2.303-2.706 2.47-.522.075-1.026-.263-1.53-.525v-6.357l5.354-2.294-4.97-2.13c-.288-.123-.574-.164-.766-.164z" fill="#444" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M498 1194.362h18v18h-18z"/></g><g transform="translate(-234)" color="#000"><path d="M521 1195.362c-.195 0-.5.214-.5.5v7.75c-1.143.035-1.5.893-1.5 1.464 0 .286.286.286.286.286h6.428s.286 0 .286-.286c0-1.428-.643-2.57-1.5-2.57-.898 0-1.182 1.588-2.07 1.713-.392.054-1.054-.198-1.43-.394v-4.964l4-1.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M521 1195.362c-.195 0-.5.214-.5.5v7.75c-1.143.035-1.5.893-1.5 1.464 0 .286.286.286.286.286h6.428s.286 0 .286-.286c0-1.428-.643-2.57-1.5-2.57-.898 0-1.182 1.588-2.07 1.713-.392.054-1.054-.198-1.43-.394v-4.964l4-1.5z" fill="#444" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M516 1194.362h12v12h-12z"/></g><g transform="translate(-234)"><path opacity=".5" color="#000" fill="none" overflow="visible" d="M474 1218.362h24v24h-24z"/><path d="M489.125 1223.362c-.158 0-.434.093-.563.156l-4 1.938c-.532.252-.726 1.027-.375 1.5l1.22 1.656-4.72 3.656c1.13.23 1.977.938 2.813.938 1 0 1.5-1 3-1s2 1 3 1c.413 0 .833-.175 1.28-.375l-4.217-6.124 3.03-1.53c.603-.302.563-.818.5-1.126-.058-.292-.418-.688-.968-.688zm1.875 3c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2zm-11 8c-.694 0-1.34.405-2 .625v2.03c0 .002 1-.654 2-.655 1 0 2 1 3.5 1s1.974-.965 3-1c1 0 1.5 1 3 1s2.5-1 3.5-1c.702 0 2 .656 2 .656v-2.03c-.642-.248-1.343-.626-2-.626-1.5 0-2.5 1-3.5 1s-1.5-1-3-1-2 1-3 1-2-1-3.5-1z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M489.125 1223.362c-.158 0-.434.093-.563.156l-4 1.938c-.532.252-.726 1.027-.375 1.5l1.22 1.656-4.72 3.656c1.13.23 1.977.938 2.813.938 1 0 1.5-1 3-1s2 1 3 1c.413 0 .833-.175 1.28-.375l-4.217-6.124 3.03-1.53c.603-.302.563-.818.5-1.126-.058-.292-.418-.688-.968-.688zm1.875 3c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2zm-11 8c-.694 0-1.34.405-2 .625v2.03c0 .002 1-.654 2-.655 1 0 2 1 3.5 1s1.974-.965 3-1c1 0 1.5 1 3 1s2.5-1 3.5-1c.702 0 2 .656 2 .656v-2.03c-.642-.248-1.343-.626-2-.626-1.5 0-2.5 1-3.5 1s-1.5-1-3-1-2 1-3 1-2-1-3.5-1z" color="#000" fill="#444" overflow="visible"/></g><g transform="translate(-234)" color="#000"><g transform="translate(-1 -2)"><path d="M510.75 1223.987c-.114 0-.313.048-.406.094l-2.875 1.408c-.386.182-.536.752-.283 1.093l.875 1.19-3.718 2.155 2 .813 2.156-.875 2.156.875.844-.875-2.594-3.47 2.188-1.124c.435-.22.42-.59.375-.814-.044-.21-.323-.468-.72-.468zm1.75 2.375c-.828 0-1.5.672-1.5 1.5 0 .83.672 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.828-.672-1.5-1.5-1.5zm-4 4.5l-2 1-2.5-.937-2 .937v1.5l2-1 2.5 1 2-1.062 2 1.062 2-1.062 2.5 1.062v-1.5l-2.5-1-2 1-2-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M510.75 1223.987c-.114 0-.313.048-.406.094l-2.875 1.408c-.386.182-.536.752-.283 1.093l.875 1.19-3.718 2.155 2 .813 2.156-.875 2.156.875.844-.875-2.594-3.47 2.188-1.124c.435-.22.42-.59.375-.814-.044-.21-.323-.468-.72-.468zm1.75 2.375c-.828 0-1.5.672-1.5 1.5 0 .83.672 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.828-.672-1.5-1.5-1.5zm-4 4.5l-2 1-2.5-.937-2 .937v1.5l2-1 2.5 1 2-1.062 2 1.062 2-1.062 2.5 1.062v-1.5l-2.5-1-2 1-2-1z" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M498 1218.362h18v18h-18z"/></g><g transform="translate(-234)" color="#000"><g transform="translate(-1 -1)"><path d="M525.5 1221.362l-.5.304-2.22 1.29c-.265.126-.362.513-.186.75l.61.828-2.204 1.828 1 .235 1.5-.47 1.5.47 1-.235-2.22-2.78 2.236-1.392-.016-.828zm1 2.047c-.552 0-1 .447-1 1 0 .55.448 1 1 1s1-.45 1-1c0-.553-.448-1-1-1zm-6 3.952l-1.5.47v1.03l.156-.047 1.344-.453 1.5.5 1.5-.5 1.5.5 1.5-.5 1.5.5v-1.03l-1.5-.47-1.5.47-1.5-.47-1.5.47-1.5-.47z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M525.5 1221.362l-.5.304-2.22 1.29c-.265.126-.362.513-.186.75l.61.828-2.204 1.828 1 .235 1.5-.47 1.5.47 1-.235-2.22-2.78 2.236-1.392-.016-.828zm1 2.047c-.552 0-1 .447-1 1 0 .55.448 1 1 1s1-.45 1-1c0-.553-.448-1-1-1zm-6 3.952l-1.5.47v1.03l.156-.047 1.344-.453 1.5.5 1.5-.5 1.5.5 1.5-.5 1.5.5v-1.03l-1.5-.47-1.5.47-1.5-.47-1.5.47-1.5-.47z" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M516 1218.362h12v12h-12z"/></g><g transform="translate(-234)" color="#000"><path d="M479 1246.362c-1 1-1 2-1 2l10 10 1.5-.5 4 4c.316.317.506.5.906.5.125 0 .28 0 .438-.156.156-.156.156-.312.156-.437 0-.4-.218-.626-.5-.908l-4-4 .5-1.5-10-10s-1 0-2 1zm3.5 9c-.828 0-1.5.672-1.5 1.5 0 .83.672 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.828-.672-1.5-1.5-1.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" overflow="visible"/><path d="M479 1246.362c-1 1-1 2-1 2l10 10 1.5-.5 4 4c.316.317.506.5.906.5.125 0 .28 0 .438-.156.156-.156.156-.312.156-.437 0-.4-.218-.626-.5-.908l-4-4 .5-1.5-10-10s-1 0-2 1zm3.5 9c-.828 0-1.5.672-1.5 1.5 0 .83.672 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.828-.672-1.5-1.5-1.5z" fill="#444" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M474 1242.362h24v24h-24z"/></g><g transform="translate(-234)" color="#000"><g transform="translate(-1 -1)"><path d="M504.438 1245.33s-.813 0-1.625.813c-.813.813-.813 1.625-.813 1.625l8.125 8.125 1.22-.406 2.436 2.438c.258.257.426.406.75.406.103 0 .218 0 .345-.124.127-.127.125-.242.125-.344 0-.325-.177-.52-.406-.75l-2.438-2.437.407-1.22-8.125-8.124zm2.312 10.032c-.69 0-1.25.56-1.25 1.25s.56 1.25 1.25 1.25 1.25-.56 1.25-1.25-.56-1.25-1.25-1.25z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M504.438 1245.33s-.813 0-1.625.813c-.813.813-.813 1.625-.813 1.625l8.125 8.125 1.22-.406 2.436 2.438c.258.257.426.406.75.406.103 0 .218 0 .345-.124.127-.127.125-.242.125-.344 0-.325-.177-.52-.406-.75l-2.438-2.437.407-1.22-8.125-8.124zm2.312 10.032c-.69 0-1.25.56-1.25 1.25s.56 1.25 1.25 1.25 1.25-.56 1.25-1.25-.56-1.25-1.25-1.25z" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M498 1242.362h18v18h-18z"/></g><g transform="translate(-234)" color="#000"><path d="M520 1243.612s-.5.25-1 .75-.75 1-.75 1l5 5h1.25l2 2h.5v-.5l-2-2v-1.25l-5-5zm-1 5.25c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M520 1243.612s-.5.25-1 .75-.75 1-.75 1l5 5h1.25l2 2h.5v-.5l-2-2v-1.25l-5-5zm-1 5.25c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1z" fill="#444" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M516 1242.362h12v12h-12z"/></g><g transform="translate(-234)"><g transform="translate(-1)"><path d="M487 1270.362c-1 0-2 .5-2 2 0 .537.044.628.156 1.094l.688 2.844-3.72 2.28-3.374-1.968c-.112-.066-.26-.068-.438-.03-.178.036-.312.248-.312.468 0 .22.096.347.25.437l14.5 8.5c.456.263.867.37 1.25.375.268 0 .532-.035.75-.125.53-.218.862-.61 1.094-.843.116-.117.156-.258.156-.407 0-.21-.13-.436-.406-.468-.18-.022-.325.043-.438.186-.234.298-.528.52-.78.625-.254.105-.535.124-1.126-.218l-9.28-5.437 3.592-2.094c.333-.227.503-.67.407-1.06l-.408-1.658 3.576 2.105.675 2.57c.077.29.29.537.562.657l2.28 1c1.607.704 1.836-.826.814-1.27l-1.876-.81-1.594-6.25-3.063-1.75c-.786-.455-1.437-.75-1.937-.75zm8 2c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M487 1270.362c-1 0-2 .5-2 2 0 .537.044.628.156 1.094l.688 2.844-3.72 2.28-3.374-1.968c-.112-.066-.26-.068-.438-.03-.178.036-.312.248-.312.468 0 .22.096.347.25.437l14.5 8.5c.456.263.867.37 1.25.375.268 0 .532-.035.75-.125.53-.218.862-.61 1.094-.843.116-.117.156-.258.156-.407 0-.21-.13-.436-.406-.468-.18-.022-.325.043-.438.186-.234.298-.528.52-.78.625-.254.105-.535.124-1.126-.218l-9.28-5.437 3.592-2.094c.333-.227.503-.67.407-1.06l-.408-1.658 3.576 2.105.675 2.57c.077.29.29.537.562.657l2.28 1c1.607.704 1.836-.826.814-1.27l-1.876-.81-1.594-6.25-3.063-1.75c-.786-.455-1.437-.75-1.937-.75zm8 2c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2z" color="#000" fill="#444" overflow="visible"/></g><path opacity=".5" color="#000" fill="none" overflow="visible" d="M474 1266.362h24v24h-24z"/></g><g transform="translate(-234)" color="#000"><g transform="translate(0 -1)"><path d="M506 1270.362c-1 0-1.5.5-1.5 1.5 0 .396.136.657.22 1l.78 2-2.813 1.97-2.687-1.47v1l11 6h1l1-1-.5-.5-.5-.5v1h-1l-7-3.812 2.47-1.656c.244-.168.6-.243.53-.532l-.53-1.47 2.53 1.47.625 1.97c.057.21.205.41.406.5l1.69.718c1.182.518 1.346-.61.592-.938l-1.375-.594-.937-2.656v-2l-2.5-1.406c-.58-.334-1-.594-1.5-.594zm6.5 1.5c-.814 0-1.5.686-1.5 1.5s.686 1.5 1.5 1.5 1.5-.686 1.5-1.5-.686-1.5-1.5-1.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M506 1270.362c-1 0-1.5.5-1.5 1.5 0 .396.136.657.22 1l.78 2-2.813 1.97-2.687-1.47v1l11 6h1l1-1-.5-.5-.5-.5v1h-1l-7-3.812 2.47-1.657c.244-.168.6-.242.53-.53l-.53-1.47 2.53 1.47.625 1.968c.057.213.205.412.406.5l1.69.72c1.182.518 1.346-.61.592-.938l-1.375-.594-.937-2.656v-2l-2.5-1.406c-.58-.334-1-.594-1.5-.594zm6.5 1.5c-.814 0-1.5.686-1.5 1.5s.686 1.5 1.5 1.5 1.5-.686 1.5-1.5-.686-1.5-1.5-1.5z" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M498 1266.362h18v18h-18z"/></g><g transform="translate(-234)" color="#000"><g transform="translate(0 -1)"><path d="M522 1269.362c-.5 0-1 1-1 1.5v2l-1.625.78-1.375-.78v.5l7 4v-.5l-4.688-2.687 1.688-.625v-2.188h1l1 1.5v1.5l1 1h1v-1h-1v-1.5l-.5-2.5-1.5-1h-1zm4.5 1.5c-.552 0-1 .448-1 1s.448 1 1 1c.187 0 .35-.067.5-.156v-1.687c-.15-.09-.313-.158-.5-.158z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M522 1269.362c-.5 0-1 1-1 1.5v2l-1.625.78-1.375-.78v.5l7 4v-.5l-4.688-2.687 1.688-.625v-2.188h1l1 1.5v1.5l1 1h1v-1h-1v-1.5l-.5-2.5-1.5-1h-1zm4.5 1.5c-.552 0-1 .448-1 1s.448 1 1 1c.187 0 .35-.067.5-.156v-1.687c-.15-.09-.313-.158-.5-.158z" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M516 1266.362h12v12h-12z"/></g><g transform="translate(84 -2)"><path d="M21 1065.362v1l-7-1v4l2 2c0 .5-.5 1-1 1h-5c-.5 0-1-.5-1-1l2-2v-4l-7 1v-1l7-4v-2c0-1 .5-4 1.5-4s1.5 3 1.5 4v2z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M21 1065.862v.5l-7-1v4l2 2c0 .5-.5 1-1 1h-5c-.5 0-1-.5-1-1l2-2v-4l-7 1v-.5c0-.5.306-.638.5-.75l6.5-3.75v-2c0-1 .5-4 1.5-4s1.5 3 1.5 4v2l6.5 3.75c.278.16.5.24.5.75z" fill="#444"/></g><path opacity=".5" color="#000" fill="none" overflow="visible" d="M84 1050.362h24v24H84z"/><path d="M124.5 1060.362v1l-5.5-1v3l2 1.222v.778h-6v-.778l2-1.222v-3l-5.5 1v-1l5.5-3v-3c0-.778.222-2 1-2s1 1.222 1 2v3z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M124.5 1060.362v1l-5.5-1v3l2 1.222v.778h-6v-.778l2-1.222v-3l-5.5 1v-1l5.5-3v-3c0-.778.222-2 1-2s1 1.222 1 2v3z" fill="#444"/><path opacity=".5" color="#000" fill="none" overflow="visible" d="M108 1050.362h18v18h-18z"/><g transform="translate(-1 -1)"><path d="M137 1057.79v.572l-3-.5v2l1 1.056v.444h-3v-.444l1-1.056v-2l-3 .5v-.57l3-1.43v-2c0-.444.056-1 .5-1s.5.556.5 1v2z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M137 1057.79v.572l-3-.5v2l1 1.056v.444h-3v-.444l1-1.056v-2l-3 .5v-.57l3-1.43v-2c0-.444.056-1 .5-1s.5.556.5 1v2z" fill="#444"/></g><path opacity=".5" color="#000" fill="none" overflow="visible" d="M126 1050.362h12v12h-12z"/><g color="#000"><g transform="translate(0 1)"><path d="M96.25 1091.362H105c.5 0 1-.5 1-1v-3c0-1-.48-1.48-1-2l-1-1c-.333-.333-1-1-2-1h-3v-2h6c.554 0 1-.446 1-1s-.446-1-1-1H92c-.554 0-1 .446-1 1s.446 1 1 1h6v2h-7.28c-.347-.597-.98-1-1.72-1-1.105 0-2 .896-2 2 0 1.105.895 2 2 2 .577 0 1.072-.265 1.438-.656l3.562 3.656c1 1.026 1.75 2 2.25 2zm-7.25-8c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M96.25 1091.362H105c.5 0 1-.5 1-1v-3c0-1-.48-1.48-1-2l-1-1c-.333-.333-1-1-2-1h-3v-2h6c.554 0 1-.446 1-1s-.446-1-1-1H92c-.554 0-1 .446-1 1s.446 1 1 1h6v2h-7.28c-.347-.597-.98-1-1.72-1-1.105 0-2 .896-2 2 0 1.105.895 2 2 2 .577 0 1.072-.265 1.438-.656l3.562 3.656c1 1.026 1.75 2 2.25 2zm-7.25-8c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1z" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M84 1074.362h24v24H84z"/></g><g color="#000"><path d="M118.194 1087.362h5.028c.39 0 .778-.39.778-.778v-2.333c0-.777-.374-1.15-.778-1.555l-.778-.777c-.26-.26-.777-.556-1.555-.556H119v-2h3.222c.43 0 .778-.125.778-.555 0-.43-.29-.445-.722-.445h-7.334c-.43 0-.833.014-.833.445 0 .43.35.51.78.555H118v2H113.892c-.27-.464-.76-.778-1.336-.778-.86 0-1.556.697-1.556 1.556 0 .86.696 1.555 1.556 1.555.448 0 .834-.206 1.118-.51l2.77 2.622c.81.766 1.362 1.555 1.75 1.555zm-5.638-6c.43 0 .777.348.777.778 0 .43-.348.778-.777.778-.43 0-.778-.348-.778-.778 0-.43.348-.778.778-.778z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M118.194 1087.362h5.028c.39 0 .778-.39.778-.778v-2.333c0-.777-.374-1.15-.778-1.555l-.778-.777c-.26-.26-.777-.556-1.555-.556H119v-2h3.222c.43 0 .778-.125.778-.555 0-.43-.29-.445-.722-.445h-7.334c-.43 0-.833.014-.833.445 0 .43.35.51.78.555H118v2H113.892c-.27-.464-.76-.778-1.336-.778-.86 0-1.556.697-1.556 1.556 0 .86.696 1.555 1.556 1.555.448 0 .834-.206 1.118-.51l2.77 2.622c.81.766 1.362 1.555 1.75 1.555zm-5.638-6c.43 0 .777.348.777.778 0 .43-.348.778-.777.778-.43 0-.778-.348-.778-.778 0-.43.348-.778.778-.778z" fill="#444" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M108 1074.362h18v18h-18z"/></g><g color="#000"><g transform="translate(0 -1)"><path d="M132.625 1084.362h3.875c.25 0 .5-.25.5-.5v-1.5c0-.5-.24-.74-.5-1l-.5-.5c-.167-.166-.5-.5-1-.5h-1v-1h2.5c.277 0 .5-.223.5-.5s-.223-.5-.5-.5h-6c-.277 0-.5.223-.5.5s.223.5.5.5h2.5v1h-3.14c-.174-.298-.49-.5-.86-.5-.552 0-1 .448-1 1s.448 1 1 1c.29 0 .536-.132.72-.328l1.78 1.828c.5.513.875 1 1.125 1zm-3.625-4c.276 0 .5.224.5.5s-.224.5-.5.5-.5-.224-.5-.5.224-.5.5-.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M132.625 1084.362h3.875c.25 0 .5-.25.5-.5v-1.5c0-.5-.24-.74-.5-1l-.5-.5c-.167-.166-.5-.5-1-.5h-1v-1h2.5c.277 0 .5-.223.5-.5s-.223-.5-.5-.5h-6c-.277 0-.5.223-.5.5s.223.5.5.5h2.5v1h-3.14c-.174-.298-.49-.5-.86-.5-.552 0-1 .448-1 1s.448 1 1 1c.29 0 .536-.132.72-.328l1.78 1.828c.5.513.875 1 1.125 1zm-3.625-4c.276 0 .5.224.5.5s-.224.5-.5.5-.5-.224-.5-.5.224-.5.5-.5z" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M126 1074.362h12v12h-12z"/></g><g transform="translate(0 24)" color="#000"><g transform="translate(84 24)"><path d="M7 1076.362l5.5 3 5.5-3zm2 4l-3 2v11c0 .5.5 1 1 1h11c.5 0 1-.5 1-1v-11l-3-2z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M7 1076.362l5.5 3 5.5-3zm2 4l-3 2v11c0 .5.5 1 1 1h11c.5 0 1-.5 1-1v-11l-3-2zm1 2h5l2 1v3H8v-3zm-1 8c.554 0 1 .446 1 1s-.446 1-1 1-1-.446-1-1 .446-1 1-1zm7 0c.554 0 1 .446 1 1s-.446 1-1 1-1-.446-1-1 .446-1 1-1z" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M84 1098.362h24v24H84z"/></g><g transform="translate(0 24)" color="#000"><path d="M113 1100.362l3.5 2h2l3.5-2zm1 3l-2 1.5v7.5c0 .5.5 1 1 1h9c.5 0 1-.5 1-1v-7.5l-2-1.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M113 1100.362l3.5 2h2l3.5-2zm1 3l-2 1.5v7.5c0 .5.5 1 1 1h9c.5 0 1-.5 1-1v-7.5l-2-1.5zm1.5 1h4l1.5 1v2h-7v-2zm-.75 5.5c.414 0 .75.336.75.75s-.336.75-.75.75-.75-.336-.75-.75.336-.75.75-.75zm5.5 0c.414 0 .75.336.75.75s-.336.75-.75.75-.75-.336-.75-.75.336-.75.75-.75z" fill="#444" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M108 1098.362h18v18h-18z"/></g><g transform="translate(0 24)" color="#000"><path d="M129 1099.362l3 2h1l3-2zm1.5 3l-1.5 1v5.5c0 .25.25.5.5.5h6c.25 0 .5-.25.5-.5v-5.5l-1.5-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M129 1099.362l3 2h1l3-2zm1.5 3l-1.5 1v5.5c0 .25.25.5.5.5h6c.25 0 .5-.25.5-.5v-5.5l-1.5-1zm.5 1h3l1 .5v1.5h-5v-1.5zm-.5 4c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm4 0c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5z" fill="#444" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M126 1098.362h12v12h-12z"/></g><g transform="translate(0 24)" color="#000"><g transform="translate(84 45)"><path d="M9 1079.362l-3 2v11c0 .5.5 1 1 1h11c.5 0 1-.5 1-1v-11l-3-2zm3.5 15l-5.5 3h11z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M9 1079.362l-3 2v11c0 .5.5 1 1 1h11c.5 0 1-.5 1-1v-11l-3-2zm1 2h5l2 1v3H8v-3zm-1 8c.554 0 1 .446 1 1s-.446 1-1 1-1-.446-1-1 .446-1 1-1zm7 0c.554 0 1 .446 1 1s-.446 1-1 1-1-.446-1-1 .446-1 1-1zm-3.5 5l-5.5 3h11z" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M84 1122.362h24v24H84z"/></g><g transform="translate(0 24)" color="#000"><path d="M114 1124.362l-2 1.5v7.5c0 .5.5 1 1 1h9c.5 0 1.066-.504 1-1v-7.5l-2-1.5zm2.5 11l-3.5 2h9l-3.5-2z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M114 1124.362l-2 1.5v7.5c0 .5.5 1 1 1h9c.5 0 1-.5 1-1v-7.5l-2-1.5zm1.5 1h4l1.5 1v2h-7v-2zm-.75 5.5c.414 0 .75.336.75.75s-.336.75-.75.75-.75-.336-.75-.75.336-.75.75-.75zm5.5 0c.414 0 .75.336.75.75s-.336.75-.75.75-.75-.336-.75-.75.336-.75.75-.75zm-3.75 4.5l-3.5 2h9l-3.5-2z" fill="#444" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M108 1122.362h18v18h-18z"/></g><g transform="translate(0 24)" color="#000"><path d="M130.5 1123.362l-1.5 1v5.5c0 .25.25.5.5.5h6c.25 0 .5-.25.5-.5v-5.5l-1.5-1h-4zm.5 1h3l1 .5v1.5h-5v-1.5l1-.5zm-.5 4c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm4 0c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm-2.5 3l-3 2h7l-3-2h-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M130.5 1123.362l-1.5 1v5.5c0 .25.25.5.5.5h6c.25 0 .5-.25.5-.5v-5.5l-1.5-1h-4zm.5 1h3l1 .5v1.5h-5v-1.5l1-.5zm-.5 4c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm4 0c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm-2.5 3l-3 2h7l-3-2h-1z" fill="#444" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M126 1122.362h12v12h-12z"/></g><g transform="translate(0 24)"><path d="M93 1149.362v1h-2c-.5 0-1 .5-1 1v13h1v2h2v-2h7v2h2v-2h1v-13c0-.5-.5-1-1-1h-2v-1h-7z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><g transform="translate(83 141)"><path d="M10 1008.362v1H8c-.5 0-1 .5-1 1v13h1v2h2v-2h7v2h2v-2h1v-13c0-.5-.5-1-1-1h-2v-1zm-1 3h9v5H9v-2zm1 8c.554 0 1 .446 1 1s-.446 1-1 1-1-.446-1-1 .446-1 1-1zm7 0c.554 0 1 .446 1 1s-.446 1-1 1-1-.446-1-1 .446-1 1-1z" color="#000" fill="#444" overflow="visible"/></g><path opacity=".5" color="#000" fill="none" overflow="visible" d="M84 1146.362h24v24H84z"/></g><g transform="translate(0 24)" color="#000"><path d="M114.5 1148.362v1H113c-.5 0-1 .5-1 1v10h1v1h2v-1h5v1h2v-1h1v-10c0-.5-.5-1-1-1h-1.5v-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M114.5 1148.362v1H113c-.5 0-1 .5-1 1v10h1v1h2v-1h5v1h2v-1h1v-10c0-.5-.5-1-1-1h-1.5v-1h-6zm-.5 2h7v4h-7v-4zm.75 6.5c.414 0 .75.336.75.75s-.336.75-.75.75-.75-.336-.75-.75.336-.75.75-.75zm5.5 0c.414 0 .75.336.75.75s-.336.75-.75.75-.75-.336-.75-.75.336-.75.75-.75z" fill="#444" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M108 1146.362h18v18h-18z"/></g><g transform="translate(0 24)" color="#000"><path d="M131 1147.362v1h-1.5c-.25 0-.5.25-.5.5v6.5h1v1h1v-1h3v1h1v-1h1v-6.5c0-.25-.25-.5-.5-.5H134v-1h-3z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M131 1147.362v1h-1.5c-.25 0-.5.25-.5.5v6.5h1v1h1v-1h3v1h1v-1h1v-6.5c0-.25-.25-.5-.5-.5H134v-1zm-1 2h5v3h-5zm.5 4c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm4 0c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5z" fill="#444" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M126 1146.362h12v12h-12z"/></g><g transform="translate(0 24)" color="#000"><g transform="translate(83 166)"><path d="M9 1007.362c-.554 0-1 .446-1 1v16c0 .5.5 1 1 1h9c.5 0 1-.5 1-1v-5h.5c.5 0 .5.5.5.5v2c0 1 .5 1.5 1.5 1.5s1.5-.5 1.5-1.5v-5.5c0-1-2-2-2-3v-3h-1l-1-1v-1c0-.554-.446-1-1-1zm1 2h7v4h-7zm9 3h1v1.5c0 1 2 2 2 3v5c0 .5-.5.5-.5.5s-.5 0-.5-.5v-2.5c0-.5-.5-1-1-1h-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M9 1007.362c-.554 0-1 .446-1 1v16c0 .5.5 1 1 1h9c.5 0 1-.5 1-1v-5h.5c.5 0 .5.5.5.5v2c0 1 .5 1.5 1.5 1.5s1.5-.5 1.5-1.5v-5.5c0-1-2-2-2-3v-3h-1l-1-1v-1c0-.554-.446-1-1-1zm1 2h7v4h-7zm9 3h1v1.5c0 1 2 2 2 3v5c0 .5-.5.5-.5.5s-.5 0-.5-.5v-2.5c0-.5-.5-1-1-1h-1z" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M84 1170.362h24v24H84z"/></g><g transform="translate(0 24)" color="#000"><path d="M130.5 1171.362c-.277 0-.5.223-.5.5v8c0 .25.25.5.5.5h4c.25 0 .5-.25.5-.5v-.5h1.25c.5 0 .75-.25.75-.75v-2.75c0-.5-1-1-1-1.5v-1l-1-1v-.5c0-.277-.223-.5-.5-.5h-4zm.5 1h3v2h-3v-2zm4 1.5h.5v.75c0 .5 1 1 1 1.5v2.5c0 .25-.25.25-.25.25h-.75v-1.5h-.5v-3.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M130.5 1171.362c-.277 0-.5.223-.5.5v8c0 .25.25.5.5.5h4c.25 0 .5-.25.5-.5v-.5h1.25c.5 0 .75-.25.75-.75v-2.75c0-.5-1-1-1-1.5v-1l-1-1v-.5c0-.277-.223-.5-.5-.5h-4zm.5 1h3v2h-3v-2zm4 1.5h.5v.75c0 .5 1 1 1 1.5v2.5c0 .25-.25.25-.25.25h-.75v-1.5h-.5v-3.5z" fill="#444" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M126 1170.362h12v12h-12z"/></g><g transform="translate(0 24)" color="#000"><g transform="matrix(.9 0 0 1 10.3 0)" fill="#b4b4b4" font-size="25.21" font-weight="bold" letter-spacing="0" word-spacing="0" font-family="Helvetica Neue"><path d="M117 1219.362l-6 1.5v1.5l6-1.5 6 1.5v-1.5l-6-1.5zm-2.727 4v10h2.318v-3.562h.99c1.352 0 2.405-.274 3.136-.844.736-.57 1.09-1.393 1.09-2.47 0-1.033-.33-1.823-1.022-2.343-.686-.524-1.712-.78-3.034-.78h-3.477zm2.318 1.75h1.058c.63 0 1.07.107 1.363.344.3.237.445.597.445 1.094 0 .492-.16.865-.512 1.125-.353.255-.89.406-1.602.406h-.75v-2.968z" style="text-indent:0;text-align:start;line-height:125%;text-transform:none;block-progression:tb;-inkscape-font-specification:Helvetica Neue Bold" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2.089" stroke-linejoin="round" overflow="visible"/><path d="M117 1219.362l-6 1.5v1.5l6-1.5 6 1.5v-1.5l-6-1.5zm-2.727 4v10h2.318v-3.562h.99c1.352 0 2.405-.274 3.136-.844.736-.57 1.09-1.393 1.09-2.47 0-1.033-.33-1.823-1.022-2.343-.686-.524-1.712-.78-3.034-.78h-3.477zm2.318 1.75h1.058c.63 0 1.07.107 1.363.344.3.237.445.597.445 1.094 0 .492-.16.865-.512 1.125-.353.255-.89.406-1.602.406h-.75v-2.968z" style="text-indent:0;text-align:start;line-height:125%;text-transform:none;block-progression:tb;-inkscape-font-specification:Helvetica Neue Bold" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M108 1218.362h18v18h-18z"/></g><g color="#000"><g transform="translate(84 21)"><path d="M9 1081.362l-3 2v11c0 .5.5 1 1 1h11c.5 0 1-.5 1-1v-11l-3-2z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M9 1081.362l-3 2v11c0 .5.5 1 1 1h11c.5 0 1-.5 1-1v-11l-3-2zm1 2h5l2 1v3H8v-3zm-1 8c.554 0 1 .446 1 1s-.446 1-1 1-1-.446-1-1 .446-1 1-1zm7 0c.554 0 1 .446 1 1s-.446 1-1 1-1-.446-1-1 .446-1 1-1z" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M84 1098.362h24v24H84z"/></g><g color="#000"><g transform="translate(0 -2)"><path d="M114 1104.362l-2 1.5v7.5c0 .5.5 1 1 1h9c.5 0 1.066-.504 1-1v-7.5l-2-1.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M114 1104.362l-2 1.5v7.5c0 .5.5 1 1 1h9c.5 0 1.066-.504 1-1v-7.5l-2-1.5zm1.5 1h4l1.5 1v2h-7v-2zm-1.25 5.5c.414 0 .75.336.75.75s-.336.75-.75.75-.75-.336-.75-.75.336-.75.75-.75zm6.5 0c.414 0 .75.336.75.75s-.336.75-.75.75-.75-.336-.75-.75.336-.75.75-.75z" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M108 1098.362h18v18h-18z"/></g><g color="#000"><g transform="translate(-1 -2)"><path d="M131.5 1102.362l-1.5 1v5.5c0 .25.25.5.5.5h6c.25 0 .5-.25.5-.5v-5.5l-1.5-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M131.5 1102.362l-1.5 1v5.5c0 .25.25.5.5.5h6c.25 0 .5-.25.5-.5v-5.5l-1.5-1zm.5 1h3l1 .5v1.5h-5v-1.5zm-.5 4c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm4 0c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5z" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M126 1098.362h12v12h-12z"/></g><g transform="translate(-556 -24)" color="#000"><path d="M670 1220.362c-.5 0-1 .5-1 1v11c0 .5.5 1 1 1h6c.5 0 1-.5 1-1v-3h.25c.137 0 .25.096.25.25v.75c0 .5.5 1 1 1h.5c.5 0 1-.407 1-1v-3.5c0-1-1-1-1-2v-1.5h-1l-1-1v-1c0-.5-.5-1-1-1zm0 1.5h6v2.5h-6zm7 3.5h1c0 1 1 1 1 2v2.75c0 .25-.25.25-.25.25s-.25 0-.25-.25v-.75c0-.59-.5-1-1-1h-.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M670 1220.362c-.5 0-1 .5-1 1v11c0 .5.5 1 1 1h6c.5 0 1-.5 1-1v-3h.25c.137 0 .25.096.25.25v.75c0 .5.5 1 1 1h.5c.5 0 1-.407 1-1v-3.5c0-1-1-1-1-2v-1.5h-1l-1-1v-1c0-.5-.5-1-1-1zm0 1.5h6v2.5h-6zm7 3.5h1c0 1 1 1 1 2v2.75c0 .25-.25.25-.25.25s-.25 0-.25-.25v-.75c0-.59-.5-1-1-1h-.5z" fill="#444" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M664 1218.362h18v18h-18z"/></g><g transform="translate(7 -193)" color="#000"><path d="M394 1246.362l2 16c.063.5.5 1 1 1h9c.5 0 .938-.5 1-1l2-16zm2.25 2h10.5l-.47 4h-9.56z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M394 1246.362l2 16c.063.5.5 1 1 1h9c.5 0 .938-.5 1-1l2-16zm2.25 2h10.5l-.47 4h-9.56z" fill="#444" overflow="visible"/></g><g transform="translate(78 -192)" color="#000"><path d="M346 1244.362l1.5 13c.058.5.5 1 1 1h6c.5 0 .942-.5 1-1l1.5-13zm2 2h7l-.4 3h-6.2z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M346 1244.362l1.5 13c.058.5.5 1 1 1h6c.5 0 .942-.5 1-1l1.5-13zm2 2h7l-.4 3h-6.2z" fill="#444" overflow="visible"/></g><g transform="translate(78 -192)" color="#000"><path d="M363 1243.362l1 8.5c.036.286.214.5.5.5h4c.286 0 .45-.216.5-.5l1-8.5zm1.5 1h4l-.25 2h-3.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M363 1243.362l1 8.5c.036.286.214.5.5.5h4c.286 0 .45-.216.5-.5l1-8.5zm1.5 1h4l-.25 2h-3.5z" fill="#444" overflow="visible"/></g><g transform="translate(-156 -24)" color="#000"><path d="M345.78 1268.362c-.388 0-.78.393-.78.78v5.502c0 1.723.764 3.78 3.875 3.78.28 0-.12-.026.125-.06v-2h-2.5s.555-2 2.5-2v-1.657c0-.713.11-1.454.5-1.845.39-.39.868-1.267 2.5-.5l1 .5v-1.718c0-.39-.392-.78-.78-.78-.723 0-2.22 1-3.22 1s-2.497-1-3.22-1zm1.22 2c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm3.78 1c-.365 0-.78.393-.78.78v5.22c0 1.724.89 4 4 4s4-2.276 4-4v-5.22c0-.387-.415-.78-.78-.78-.723 0-2.22 1-3.22 1s-2.497-1-3.22-1zm1.22 2c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm4 0c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm-4.5 4h5s-.556 2-2.5 2-2.5-2-2.5-2z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M345.78 1268.362c-.388 0-.78.393-.78.78v5.502c0 1.723.764 3.78 3.875 3.78.28 0-.12-.026.125-.06v-2h-2.5s.555-2 2.5-2v-1.657c0-.713.11-1.454.5-1.845.39-.39.888-1.308 2.5-.5l1 .5v-1.718c0-.39-.392-.78-.78-.78-.723 0-2.22 1-3.22 1s-2.497-1-3.22-1zm1.22 2c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm3.78 1c-.365 0-.78.393-.78.78v5.22c0 1.724.89 4 4 4s4-2.276 4-4v-5.22c0-.387-.415-.78-.78-.78-.723 0-2.22 1-3.22 1s-2.497-1-3.22-1zm1.22 2c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm4 0c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm-4.5 4h5s-.556 2-2.5 2-2.5-2-2.5-2z" fill="#444" overflow="visible"/><path fill="none" overflow="visible" d="M342 1266.362h18v18h-18z"/></g><g transform="translate(-156 -24)" color="#000"><path d="M362.5 1268.362c-.25 0-.5.25-.5.5v3c0 1.108.5 2.5 2.5 2.5.18 0 .343-.01.5-.03v-1.47h-2s.25-1 1.5-1c.25 0 .348.037.5.094v-1.094c0-.458.202-.81.453-1.062.25-.25.59-.438 1.047-.438h.5v-.5c0-.25-.264-.5-.5-.5-.5 0-1 .5-2 .5-.867 0-1.5-.5-2-.5zm1 2c.276 0 .5.224.5.5s-.224.5-.5.5-.5-.224-.5-.5.224-.5.5-.5zm3 0c-.236 0-.5.25-.5.5v3c0 1.108.5 2.5 2.5 2.5s2.5-1.392 2.5-2.5v-3c0-.25-.264-.5-.5-.5-.5 0-1.255.5-2 .5-.745 0-1.5-.5-2-.5zm1 2c.276 0 .5.224.5.5s-.224.5-.5.5-.5-.224-.5-.5.224-.5.5-.5zm2 0c.276 0 .5.224.5.5s-.224.5-.5.5-.5-.224-.5-.5.224-.5.5-.5zm-2.5 2h3s-.25 1-1.5 1-1.5-1-1.5-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M362.5 1268.362c-.25 0-.5.25-.5.5v3c0 1.108.5 2.5 2.5 2.5.18 0 .343-.01.5-.03v-1.47h-2s.25-1 1.5-1c.25 0 .348.037.5.094v-1.094c0-.458.202-.81.453-1.062.25-.25.59-.438 1.047-.438h.5v-.5c0-.25-.264-.5-.5-.5-.5 0-1 .5-2 .5-.867 0-1.5-.5-2-.5zm1 2c.276 0 .5.224.5.5s-.224.5-.5.5-.5-.224-.5-.5.224-.5.5-.5zm3 0c-.236 0-.5.25-.5.5v3c0 1.108.5 2.5 2.5 2.5s2.5-1.392 2.5-2.5v-3c0-.25-.264-.5-.5-.5-.5 0-1.255.5-2 .5-.745 0-1.5-.5-2-.5zm1 2c.276 0 .5.224.5.5s-.224.5-.5.5-.5-.224-.5-.5.224-.5.5-.5zm2 0c.276 0 .5.224.5.5s-.224.5-.5.5-.5-.224-.5-.5.224-.5.5-.5zm-2.5 2h3s-.25 1-1.5 1-1.5-1-1.5-1z" fill="#444" overflow="visible"/><path fill="none" overflow="visible" d="M360 1266.362h12v12h-12z"/></g><g transform="translate(-156 -24)" color="#000"><path opacity=".3" fill="none" overflow="visible" d="M360 1290.362h12v12h-12z"/><path d="M366 1292.362c-2.5 0-4 1.5-4 3 0 1 .5 2 2 2 1 0 1 .25 1 1 0 1.5 1.5 2 2.5 2 2.5 0 3.5-2.25 3.5-4 0-3.5-2.515-4-5-4zm-.625 1c.345 0 .625.28.625.625s-.28.625-.625.625-.625-.28-.625-.625.28-.625.625-.625zm2 0c.345 0 .625.28.625.625s-.28.625-.625.625-.625-.28-.625-.625.28-.625.625-.625zm-3.75.75c.345 0 .625.28.625.625s-.28.625-.625.625-.625-.28-.625-.625.28-.625.625-.625zm5.75.25c.345 0 .625.28.625.625s-.28.625-.625.625-.625-.28-.625-.625.28-.625.625-.625zm-2.375 2.5c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M366 1292.362c-2.5 0-4 1.5-4 3 0 1 .5 2 2 2 1 0 1 .25 1 1 0 1.5 1.5 2 2.5 2 2.5 0 3.5-2.25 3.5-4 0-3.5-2.515-4-5-4zm-.625 1c.345 0 .625.28.625.625s-.28.625-.625.625-.625-.28-.625-.625.28-.625.625-.625zm2 0c.345 0 .625.28.625.625s-.28.625-.625.625-.625-.28-.625-.625.28-.625.625-.625zm-3.75.75c.345 0 .625.28.625.625s-.28.625-.625.625-.625-.28-.625-.625.28-.625.625-.625zm5.75.25c.345 0 .625.28.625.625s-.28.625-.625.625-.625-.28-.625-.625.28-.625.625-.625zm-2.375 2.5c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1z" fill="#444" overflow="visible"/></g><g transform="translate(-156 -24)" color="#000"><path d="M329 1294.362c-5 0-8 4-8 6s1 3.5 3 3.5 3 .5 3 2c0 2 1.5 3.5 3.5 3.5 6.5 0 9.5-3.5 9.5-7 0-6-5-8-11-8z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M329 1294.362c-5 0-8 4-8 6s1 3.5 3 3.5 3 .5 3 2c0 2 1.5 3.5 3.5 3.5 6.5 0 9.5-3.5 9.5-7 0-6-5-8-11-8zm-1.25 2c.69 0 1.25.56 1.25 1.25s-.56 1.25-1.25 1.25-1.25-.56-1.25-1.25.56-1.25 1.25-1.25zm4 0c.69 0 1.25.56 1.25 1.25s-.56 1.25-1.25 1.25-1.25-.56-1.25-1.25.56-1.25 1.25-1.25zm4 2c.69 0 1.25.56 1.25 1.25s-.56 1.25-1.25 1.25-1.25-.56-1.25-1.25.56-1.25 1.25-1.25zm-11.5 1c.69 0 1.25.56 1.25 1.25s-.56 1.25-1.25 1.25-1.25-.56-1.25-1.25.56-1.25 1.25-1.25zm6.25 5c.828 0 1.5.672 1.5 1.5 0 .83-.672 1.5-1.5 1.5s-1.5-.67-1.5-1.5c0-.828.672-1.5 1.5-1.5z" fill="#444" overflow="visible"/><path opacity=".3" fill="none" overflow="visible" d="M318 1290.362h24v24h-24z"/></g><g transform="translate(-156 -24)" color="#000"><g transform="matrix(.8 0 0 .8 94.3 286.6)"><path d="M329.357 1294.362c-5 0-8.357 4.43-8.357 6.43 0 1.927 1.286 3.213 3.214 3.213 2 0 3.857.43 3.857 1.93 0 2 1.86 3.213 3.86 3.213 5.784 0 8.356-3.572 8.356-7.072 0-7.07-5.958-7.714-10.93-7.714zm-1.928 1.93c.71 0 1.284.574 1.284 1.284 0 .71-.575 1.286-1.285 1.286s-1.287-.575-1.287-1.286c0-.71.576-1.285 1.286-1.285zm3.856 0c.71 0 1.285.574 1.285 1.284 0 .71-.574 1.286-1.284 1.286-.71 0-1.286-.575-1.286-1.286 0-.71.576-1.285 1.286-1.285zm3.857 1.927c.7 0 1.245.585 1.245 1.285s-.545 1.246-1.245 1.246c-.7 0-1.286-.545-1.286-1.245 0-.7.586-1.286 1.286-1.286zm-10.286 1.285c.71 0 1.286.576 1.286 1.286 0 .71-.576 1.286-1.286 1.286-.71 0-1.286-.575-1.286-1.285s.577-1.285 1.287-1.285z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2.57142" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M329.357 1294.362c-5 0-8.357 4.43-8.357 6.43 0 1.927 1.286 3.213 3.214 3.213 2 0 3.857.43 3.857 1.93 0 2 1.86 3.213 3.86 3.213 5.784 0 8.356-3.572 8.356-7.072 0-7.07-5.958-7.714-10.93-7.714zm-1.928 1.93c.71 0 1.284.574 1.284 1.284 0 .71-.575 1.286-1.285 1.286s-1.287-.575-1.287-1.286c0-.71.576-1.285 1.286-1.285zm3.856 0c.71 0 1.285.574 1.285 1.284 0 .71-.574 1.286-1.284 1.286-.71 0-1.286-.575-1.286-1.286 0-.71.576-1.285 1.286-1.285zm3.857 1.927c.7 0 1.245.585 1.245 1.285s-.545 1.246-1.245 1.246c-.7 0-1.286-.545-1.286-1.245 0-.7.586-1.286 1.286-1.286zm-10.286 1.285c.71 0 1.286.576 1.286 1.286 0 .71-.576 1.286-1.286 1.286-.71 0-1.286-.575-1.286-1.285s.577-1.285 1.287-1.285zm6.75 4.5c.888 0 1.607.72 1.607 1.607 0 .888-.72 1.607-1.607 1.607s-1.607-.72-1.607-1.608c0-.887.72-1.607 1.607-1.607z" fill="#444" overflow="visible"/></g><path opacity=".3" fill="none" overflow="visible" d="M342 1290.362h18v18h-18z"/></g><g transform="translate(0 24)" color="#000"><g transform="translate(0 6)" font-size="25.21" font-weight="bold" letter-spacing="0" word-spacing="0" font-family="Helvetica Neue"><path d="M96.5 1216.362l-6.5 2v2l6.5-2 6.5 2v-2l-6.5-2zm-3.094 4.25v11.406h2.406v-4.062h1.063c1.417 0 2.516-.318 3.28-.97.772-.65 1.126-1.582 1.126-2.81 0-1.184-.337-2.064-1.06-2.657-.72-.6-1.772-.908-3.157-.908h-3.657zm2.406 1.97h1.126c.66 0 1.13.134 1.437.405.313.27.47.714.47 1.28 0 .564-.194.986-.564 1.283-.37.29-.91.437-1.655.437h-.813v-3.406z" style="text-indent:0;text-align:start;line-height:125%;text-transform:none;block-progression:tb;-inkscape-font-specification:Helvetica Neue Bold" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M96.5 1216.362l-6.5 2v2l6.5-2 6.5 2v-2l-6.5-2zm-3.094 4.25v11.406h2.406v-4.062h1.063c1.417 0 2.516-.318 3.28-.97.772-.65 1.126-1.582 1.126-2.81 0-1.184-.337-2.064-1.06-2.657-.72-.6-1.772-.908-3.157-.908h-3.657zm2.406 1.97h1.126c.66 0 1.13.134 1.437.405.313.27.47.714.47 1.28 0 .564-.194.986-.564 1.283-.37.29-.91.437-1.655.437h-.813v-3.406z" style="text-indent:0;text-align:start;line-height:125%;text-transform:none;block-progression:tb;-inkscape-font-specification:Helvetica Neue Bold" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M84 1218.362h24v24H84z"/></g><g color="#000"><path opacity=".5" fill="none" overflow="visible" d="M-30 1290.362h12v12h-12z"/><path d="M-23.5 1291.362c-1.614 0-3.5 1-3.5 3.5 0 1.75 2.75 5.5 3.5 6.5.75-1 3.5-4.75 3.5-6.5 0-2.5-1.886-3.5-3.5-3.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M-23.5 1291.362c-1.614 0-3.5 1-3.5 3.5 0 1.75 2.75 5.5 3.5 6.5.75-1 3.5-4.75 3.5-6.5 0-2.5-1.886-3.5-3.5-3.5z" fill="#444" overflow="visible"/></g><g color="#000"><path fill="none" overflow="visible" d="M126 1218.362h12v12h-12z"/><g style="text-indent:0;text-align:center;line-height:125%;text-transform:none;block-progression:tb;-inkscape-font-specification:Open Sans Bold" font-size="9.333" font-weight="bold" text-anchor="middle" fill="#444" stroke-width="2" overflow="visible" font-family="Open Sans"><path d="M132.316 1224.168h.465c.436 0 .76-.085.977-.255.215-.173.323-.424.323-.752 0-.33-.09-.575-.273-.733-.18-.158-.462-.237-.848-.237h-.644v1.978m3.19-1.057c0 .718-.224 1.266-.674 1.646-.447.38-1.083.57-1.91.57h-.606v2.37h-1.412v-6.663h2.128c.808 0 1.422.175 1.84.524.423.346.634.864.635 1.554" opacity=".3" fill="#fff" stroke="#fff" stroke-linejoin="round" overflow="visible"/><path d="M132.316 1224.168h.465c.436 0 .76-.085.977-.255.215-.173.323-.424.323-.752 0-.33-.09-.575-.273-.733-.18-.158-.462-.237-.848-.237h-.644v1.978m3.19-1.057c0 .718-.224 1.266-.674 1.646-.447.38-1.083.57-1.91.57h-.606v2.37h-1.412v-6.663h2.128c.808 0 1.422.175 1.84.524.423.346.634.864.635 1.554"/></g></g><g color="#000"><path d="M132.5 1243.362l-3.5 1v1l3.5-1 3.5 1v-1l-3.5-1zm-1.594 2.656v6.688h1.406v-2.375h.625c.827 0 1.46-.182 1.907-.56.45-.38.656-.94.656-1.658 0-.69-.203-1.216-.625-1.562-.42-.35-1.036-.53-1.844-.53h-2.124zm1.406 1.157h.657c.385 0 .663.092.843.25.182.158.28.42.28.75 0 .328-.127.577-.343.75-.216.17-.534.25-.97.25h-.468v-2z" style="text-indent:0;text-align:start;line-height:125%;text-transform:none;block-progression:tb;-inkscape-font-specification:Helvetica Neue Bold" font-size="25.21" font-weight="bold" letter-spacing="0" word-spacing="0" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible" font-family="Helvetica Neue"/><path d="M132.5 1243.362l-3.5 1v1l3.5-1 3.5 1v-1l-3.5-1zm-1.594 2.656v6.688h1.406v-2.375h.625c.827 0 1.46-.182 1.907-.56.45-.38.656-.94.656-1.658 0-.69-.203-1.216-.625-1.562-.42-.35-1.036-.53-1.844-.53h-2.124zm1.406 1.157h.657c.385 0 .663.092.843.25.182.158.28.42.28.75 0 .328-.127.577-.343.75-.216.17-.534.25-.97.25h-.468v-2z" style="text-indent:0;text-align:start;line-height:125%;text-transform:none;block-progression:tb;-inkscape-font-specification:Helvetica Neue Bold" font-size="25.21" font-weight="bold" letter-spacing="0" word-spacing="0" fill="#444" overflow="visible" font-family="Helvetica Neue"/><path opacity=".5" fill="none" overflow="visible" d="M126 1242.362h12v12h-12z"/></g><g transform="translate(0 24)"><path opacity=".5" color="#000" fill="none" overflow="visible" d="M84 1194.362h24v24H84z"/><g style="text-indent:0;text-align:center;line-height:125%;text-transform:none;block-progression:tb;-inkscape-font-specification:Open Sans Bold" font-size="12" font-weight="bold" text-anchor="middle" color="#000" fill="#444" stroke-width="2" overflow="visible" font-family="Open Sans" transform="matrix(1.3 0 0 1.3 84 -160.8)"><path d="M8.87 1025.077h.6c.557 0 .975-.11 1.253-.328.277-.224.416-.546.416-.968 0-.426-.12-.74-.353-.943-.23-.204-.594-.306-1.09-.306H8.87v2.543m4.103-1.36c0 .923-.29 1.628-.868 2.116-.574.488-1.392.732-2.455.732h-.78v3.047H7.056v-8.566H9.79c1.04 0 1.83.224 2.368.674.543.445.815 1.11.815 1.998" opacity=".3" fill="#fff" stroke="#fff" stroke-width="1.5" stroke-linejoin="round" overflow="visible"/><path d="M8.87 1025.077h.6c.557 0 .975-.11 1.253-.328.277-.224.416-.546.416-.968 0-.426-.12-.74-.353-.943-.23-.204-.594-.306-1.09-.306H8.87v2.543m4.103-1.36c0 .923-.29 1.628-.868 2.116-.574.488-1.392.732-2.455.732h-.78v3.047H7.056v-8.566H9.79c1.04 0 1.83.224 2.368.674.543.445.815 1.11.815 1.998"/></g></g><g color="#000"><g font-size="25.21" font-weight="bold" letter-spacing="0" word-spacing="0" font-family="Helvetica Neue"><path d="M115 1222.362v10h2.125v-3.562h.906c1.24 0 2.206-.274 2.876-.844.675-.57 1-1.393 1-2.47 0-1.033-.304-1.823-.937-2.343-.63-.524-1.57-.78-2.782-.78zm2.125 1.75h.97c.578 0 .98.107 1.25.344.272.237.405.597.405 1.094 0 .492-.145.865-.47 1.125-.322.255-.816.406-1.468.406h-.687z" style="text-indent:0;text-align:start;line-height:125%;text-transform:none;block-progression:tb;-inkscape-font-specification:Helvetica Neue Bold" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M115 1222.362v10h2.125v-3.562h.906c1.24 0 2.206-.274 2.876-.844.675-.57 1-1.393 1-2.47 0-1.033-.304-1.823-.937-2.343-.63-.524-1.57-.78-2.782-.78zm2.125 1.75h.97c.578 0 .98.107 1.25.344.272.237.405.597.405 1.094 0 .492-.145.865-.47 1.125-.322.255-.816.406-1.468.406h-.687z" style="text-indent:0;text-align:start;line-height:125%;text-transform:none;block-progression:tb;-inkscape-font-specification:Helvetica Neue Bold" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M108 1218.362h18v18h-18z"/></g><g color="#000"><path opacity=".3" fill="none" overflow="visible" d="M-72 1050.362h24v24h-24z"/><path d="M-59.5 1053.362c-4.694 0-8.5 3.806-8.5 8.5 0 4.695 3.806 8.5 8.5 8.5s8.5-3.805 8.5-8.5c0-4.694-3.806-8.5-8.5-8.5zm0 2c3.59 0 6.5 2.91 6.5 6.5s-2.91 6.5-6.5 6.5-6.5-2.91-6.5-6.5 2.91-6.5 6.5-6.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" overflow="visible"/><path d="M-59.5 1053.362c-4.694 0-8.5 3.806-8.5 8.5 0 4.695 3.806 8.5 8.5 8.5s8.5-3.805 8.5-8.5c0-4.694-3.806-8.5-8.5-8.5zm0 2c3.59 0 6.5 2.91 6.5 6.5s-2.91 6.5-6.5 6.5-6.5-2.91-6.5-6.5 2.91-6.5 6.5-6.5z" fill="#444" overflow="visible"/></g><g transform="translate(-468 216)" color="#000"><path d="M564.5 1076.362c-4.694 0-8.5 3.806-8.5 8.5 0 4.695 3.806 8.5 8.5 8.5s8.5-3.805 8.5-8.5c0-4.694-3.806-8.5-8.5-8.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M564.5 1076.362c-4.694 0-8.5 3.806-8.5 8.5 0 4.695 3.806 8.5 8.5 8.5s8.5-3.805 8.5-8.5c0-4.694-3.806-8.5-8.5-8.5zm-5.5 7h11v3h-11v-3z" fill="#444" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M552 1074.362h24v24h-24z"/></g><g transform="translate(0 -24)"><path d="M91.5 1294.362c-.277 0-.5.223-.5.5s.223.5.5.5h4l-.5 3v1l-7 2v2h7v4l-2.5 1v1h8v-1l-2.5-1v-4h7v-2l-7-2v-1l-.5-3h4c.277 0 .5-.223.5-.5s-.223-.5-.5-.5z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M91.5 1294.362c-.277 0-.5.223-.5.5s.223.5.5.5h4l-.5 3v1l-7 2v2h7v4l-2.5 1v1h8v-1l-2.5-1v-4h7v-2l-7-2v-1l-.5-3h4c.277 0 .5-.223.5-.5s-.223-.5-.5-.5z" fill="#444"/><path opacity=".5" color="#000" fill="none" overflow="visible" d="M84 1290.362h24v24H84z"/></g><g transform="translate(-468 216)" color="#000"><path d="M600.5 1075.362c-2.485 0-4.5 2.015-4.5 4.5s2.015 4.5 4.5 4.5 4.5-2.015 4.5-4.5-2.015-4.5-4.5-4.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M600.5 1075.362c-2.485 0-4.5 2.015-4.5 4.5s2.015 4.5 4.5 4.5 4.5-2.015 4.5-4.5-2.015-4.5-4.5-4.5zm-2.5 4h5v1h-5v-1z" fill="#444" overflow="visible"/><path fill="none" overflow="visible" d="M594 1074.362h12v12h-12z"/></g><g transform="translate(0 -24)"><g transform="translate(0 1)"><path d="M113.324 1292.362c-.212 0-.383.17-.383.383 0 .21.172.382.384.382h3.058l-.382 2.235v.94l-5 1.53v1.53h5v3.412l-2 .824v.764h7v-.765l-2-.823v-3.412h5v-1.53l-5-1.53v-.94l-.382-2.235h3.058c.212 0 .383-.17.383-.382s-.172-.383-.384-.383z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M113.324 1292.362c-.212 0-.383.17-.383.383 0 .21.172.382.384.382h3.058l-.382 2.235v.94l-5 1.53v1.53h5v3.412l-2 .824v.764h7v-.765l-2-.823v-3.412h5v-1.53l-5-1.53v-.94l-.382-2.235h3.058c.212 0 .383-.17.383-.382s-.172-.383-.384-.383z" fill="#444"/></g><path opacity=".5" color="#000" fill="none" overflow="visible" d="M108 1290.362h18v18h-18z"/></g><g transform="translate(0 -24)"><g transform="translate(-1 -1)"><path d="M131.25 1292.862c-.139 0-.25.112-.25.25 0 .14.112.25.25.25h2l-.25 1v1l-4 1v1h4v2l-1 .5v.5h3v-.5l-1-.5v-2h4v-1l-4-1v-1l-.25-1h2c.139 0 .25-.11.25-.25 0-.138-.112-.25-.25-.25z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M131.25 1292.862c-.139 0-.25.112-.25.25 0 .14.112.25.25.25h2l-.25 1v1l-4 1v1h4v2l-1 .5v.5h3v-.5l-1-.5v-2h4v-1l-4-1v-1l-.25-1h2c.139 0 .25-.11.25-.25 0-.138-.112-.25-.25-.25z" fill="#444"/></g><path opacity=".5" color="#000" fill="none" overflow="visible" d="M126 1290.362h12v12h-12z"/></g><g transform="translate(0 -24)" color="#000"><path d="M121 1364.362l-1 .5-.5.5-.5 1v1l.094.406-6.344 6.344c-.75-.75-.75-2.75.25-3.75l1 1v-4l-1.5 1.5c-1 1-1.5 1.5-1.5 3v5.5h5.5c1 0 2-.5 3-1.5l.5-.5 1-1h-4l1 1c-1 1-3 1-3.75.25l6.344-6.344.406.095h1l1-.5.5-.5.5-1v-1l-.5-1-.5-.5-1-.5h-1zm0 1.5h1l.5.5v1l-.5.5h-1l-.5-.5v-1l.5-.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M121 1364.362l-1 .5-.5.5-.5 1v1l.094.406-6.344 6.344c-.75-.75-.75-2.75.25-3.75l1 1v-4l-1.5 1.5c-1 1-1.5 1.5-1.5 3v5.5h5.5c1 0 2-.5 3-1.5l.5-.5 1-1h-4l1 1c-1 1-3 1-3.75.25l6.344-6.344.406.095h1l1-.5.5-.5.5-1v-1l-.5-1-.5-.5-1-.5h-1zm0 1.5h1l.5.5v1l-.5.5h-1l-.5-.5v-1l.5-.5z" fill="#444" overflow="visible"/><rect width="18" height="18" rx="0" ry="0" x="108" y="1362.362" opacity=".3" fill="none" overflow="visible"/></g><g transform="translate(0 -24)" color="#000"><g><path d="M94 1339.362c-.554 0-1 .446-1 1h-2c-.554 0-1 .446-1 1v6.063l-2 .937 2 4v2c1.5 0 2.5 1 3.5 1s1.5-1 3-1 2 1 3 1 2-1 3.5-1v-2l2-4-2-.937v-6.063c0-.554-.446-1-1-1h-2c0-.554-.446-1-1-1h-5zm-2 3h9v4.125l-4.5-2.125-4.5 2.125v-4.125zm-2 14c-.694 0-1.34.405-2 .625v2.03s1-.654 2-.655c1 0 2 1 3.5 1s1.974-.965 3-1c1 0 1.5 1 3 1s2.5-1 3.5-1c.702 0 2 .656 2 .656v-2.03c-.642-.248-1.343-.626-2-.626-1.5 0-2.5 1-3.5 1s-1.5-1-3-1-2 1-3 1-2-1-3.5-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M94 1339.362c-.554 0-1 .446-1 1h-2c-.554 0-1 .446-1 1v6.063l-2 .937 2 4v2c1.5 0 2.5 1 3.5 1s1.5-1 3-1 2 1 3 1 2-1 3.5-1v-2l2-4-2-.937v-6.063c0-.554-.446-1-1-1h-2c0-.554-.446-1-1-1h-5zm-2 3h9v4.125l-4.5-2.125-4.5 2.125v-4.125zm-2 14c-.694 0-1.34.405-2 .625v2.03s1-.654 2-.655c1 0 2 1 3.5 1s1.974-.965 3-1c1 0 1.5 1 3 1s2.5-1 3.5-1c.702 0 2 .656 2 .656v-2.03c-.642-.248-1.343-.626-2-.626-1.5 0-2.5 1-3.5 1s-1.5-1-3-1-2 1-3 1-2-1-3.5-1z" fill="#444" overflow="visible"/></g><rect width="24" height="24" rx="0" ry="0" x="84" y="1338.362" opacity=".3" fill="none" overflow="visible"/></g><g transform="translate(0 -24)" color="#000"><path d="M116 1339.362c-.5 0-1 .5-1 1h-1.176c-.457 0-.853.544-.853 1l.03 3.5-2 1 2 3.5v1.5l2.5 1 2-1 2 1 2.5-1v-1.5l2-3.5-2-1v-3.5c0-.456-.367-1-.824-1H120c0-.5-.5-1-1-1zm-2 2h7v3.044l-3.5-2.044-3.5 2.044zm-1 11l-2 1v1.5l2-1 2.5 1 2-1 2 1 2.5-.853 2 .852v-1.5l-2-1-2.5 1-2-1-2 1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M116 1339.362c-.5 0-1 .5-1 1h-1.176c-.457 0-.853.544-.853 1l.03 3.5-2 1 2 3.5v1.5l2.5 1 2-1 2 1 2.5-1v-1.5l2-3.5-2-1v-3.5c0-.456-.367-1-.824-1H120c0-.5-.5-1-1-1zm-2 2h7v3.044l-3.5-2.044-3.5 2.044zm-1 11l-2 1v1.5l2-1 2.5 1 2-1 2 1 2.5-.853 2 .852v-1.5l-2-1-2.5 1-2-1-2 1z" fill="#444" overflow="visible"/><rect width="18" height="18" rx="0" ry="0" x="108" y="1338.362" opacity=".3" fill="none" overflow="visible"/></g><g transform="translate(0 -24)" color="#000"><g transform="translate(-1)"><path d="M130.5 1339.362c-.277 0-.5.223-.5.5v3.5l-1 .5 1 2v1l2 .5 1.5-.5 1.5.5 2-.5v-1l1-2-1-.47v-3.53c0-.277-.223-.5-.5-.5h-5zm.5 1h5v2.563l-2.5-1.563-2.5 1.5zm-.5 7.5l-1.5.468v1.032l.156-.062 1.344-.438 1.5.5 1.5-.5 1.5.5 1.5-.5 1.5.5v-1.03l-1.5-.47-1.5.47-1.5-.47-1.5.47z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M130.5 1339.362c-.277 0-.5.223-.5.5v3.5l-1 .5 1 2v1l2 .5 1.5-.5 1.5.5 2-.5v-1l1-2-1-.47v-3.53c0-.277-.223-.5-.5-.5h-5zm.5 1h5v2.563l-2.5-1.563-2.5 1.5zm-.5 7.5l-1.5.468v1.032l.156-.062 1.344-.438 1.5.5 1.5-.5 1.5.5 1.5-.5 1.5.5v-1.03l-1.5-.47-1.5.47-1.5-.47-1.5.47z" fill="#444" overflow="visible"/></g><path opacity=".3" fill="none" overflow="visible" d="M126 1338.362h12v12h-12z"/></g><g color="#000"><path d="M-66.917 1245.362c-.54 0-1.083.542-1.083 1.083 0 .27.088.53.305.745l6.672 6.672-6.672 6.672c-.217.217-.305.475-.305.745 0 .54.542 1.082 1.083 1.082.27 0 .542-.067.78-.304l6.637-6.638 6.638 6.638c.237.237.508.304.78.304.54 0 1.082-.542 1.082-1.083 0-.27-.088-.53-.305-.746l-6.672-6.672 6.672-6.672c.217-.216.305-.475.305-.745 0-.54-.542-1.083-1.083-1.083-.27 0-.542.067-.78.305l-6.637 6.638-6.638-6.638c-.237-.238-.508-.305-.78-.305z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible" font-family="Sans"/><path opacity=".5" fill="none" overflow="visible" d="M-72 1242.362h24v24h-24z"/><path d="M-66.917 1245.362c-.54 0-1.083.542-1.083 1.083 0 .27.088.53.305.745l6.672 6.672-6.672 6.672c-.217.217-.305.475-.305.745 0 .54.542 1.082 1.083 1.082.27 0 .542-.067.78-.304l6.637-6.638 6.638 6.638c.237.237.508.304.78.304.54 0 1.082-.542 1.082-1.083 0-.27-.088-.53-.305-.746l-6.672-6.672 6.672-6.672c.217-.216.305-.475.305-.745 0-.54-.542-1.083-1.083-1.083-.27 0-.542.067-.78.305l-6.637 6.638-6.638-6.638c-.237-.238-.508-.305-.78-.305z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" fill="#444" overflow="visible" font-family="Sans"/></g><g transform="translate(0 -24)" color="#000"><path opacity=".5" fill="none" overflow="visible" d="M108 1314.362h18v18h-18z"/><path d="M117.5 1316.362c-3.59 0-6.5 2.91-6.5 6.5s2.91 6.5 6.5 6.5 6.5-2.91 6.5-6.5-2.91-6.5-6.5-6.5zm-3.5 6h7v2h-7z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M117.5 1316.362c-3.59 0-6.5 2.91-6.5 6.5s2.91 6.5 6.5 6.5 6.5-2.91 6.5-6.5-2.91-6.5-6.5-6.5zm-3.5 6h7v2h-7z" fill="#444" overflow="visible"/></g><g transform="translate(0 -24)" color="#000"><path d="M101.5 1365.362c-1.933 0-3.5 1.567-3.5 3.5 0 .44.103.863.25 1.25l-8.25 8.25v-4c0-1.5 1-2 1-2l1 1v-4c0-1-.5-.5-1 0-3 3-3 2.973-3 5v7c0 .5.5 1 1 1h7c2.028 0 3.667-1.667 5-3 .5-.5 1-.987 0-1h-4l1 1s-.5 1-2 1h-4l8.25-8.25c.387.147.812.25 1.25.25 1.933 0 3.5-1.567 3.5-3.5s-1.567-3.5-3.5-3.5zm0 2c.828 0 1.5.672 1.5 1.5 0 .83-.672 1.5-1.5 1.5s-1.5-.67-1.5-1.5c0-.828.672-1.5 1.5-1.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><rect width="24" height="24" rx="0" ry="0" x="84" y="1362.362" opacity=".3" fill="none" overflow="visible"/><path d="M101.5 1365.362c-1.933 0-3.5 1.567-3.5 3.5 0 .44.103.863.25 1.25l-8.25 8.25v-4c0-1.5 1-2 1-2l1 1v-4c0-1-.5-.5-1 0-3 3-3 2.973-3 5v7c0 .5.5 1 1 1h7c2.028 0 3.667-1.667 5-3 .5-.5 1-.987 0-1h-4l1 1s-.5 1-2 1h-4l8.25-8.25c.387.147.812.25 1.25.25 1.933 0 3.5-1.567 3.5-3.5s-1.567-3.5-3.5-3.5zm0 2c.828 0 1.5.672 1.5 1.5 0 .83-.672 1.5-1.5 1.5s-1.5-.67-1.5-1.5c0-.828.672-1.5 1.5-1.5z" fill="#444" overflow="visible"/></g><g transform="translate(0 -24)" color="#000"><path d="M641 1077.362l-7.5 6.5c-.362.302-.5.5-.5.75 0 .496.5.75 1 .75h1v8c0 .554.446 1 1 1h13c.554 0 1-.446 1-1v-8h1c.5 0 1-.254 1-.75 0-.25-.138-.448-.5-.75l-7.5-6.5zm-2 9h7v.5h-7zm0 2h7v.5h-7zm0 2h7v.5h-7zm0 2h7v.5h-7z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M630 1074.362h24v24h-24z"/><path d="M641 1077.362l-7.5 6.5c-.362.302-.5.5-.5.75 0 .496.5.75 1 .75h1v8c0 .554.446 1 1 1h13c.554 0 1-.446 1-1v-8h1c.5 0 1-.254 1-.75 0-.25-.138-.448-.5-.75l-7.5-6.5zm-2 9h7v.5h-7zm0 2h7v.5h-7zm0 2h7v.5h-7zm0 2h7v.5h-7z" fill="#444" overflow="visible"/></g><g transform="translate(0 -24)" color="#000"><path d="M681 1099.362v4h-1v-2l-3 2v-2l-3 2v4.427c0 .317.255.572.57.572h7.86c.315 0 .57-.255.57-.57v-3.858c0-.317-.255-.572-.57-.572H682v-4z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M681 1099.362v4h-1v-2l-3 2v-2l-3 2v4.427c0 .317.255.572.57.572h7.86c.315 0 .57-.255.57-.57v-3.858c0-.317-.255-.572-.57-.572H682v-4z" fill="#444" overflow="visible"/><path fill="none" overflow="visible" d="M672 1098.362h12v12h-12z"/></g><g transform="translate(0 -24)" color="#000"><path d="M666 1101.362v4h-2v-2.47l-3 2.47v-2.47l-3.176 2.47c-.36.28-.824.412-.824 1.236v5.94c0 .457.367.824.824.824h11.352c.457 0 .824-.367.824-.823v-6.354c0-.456-.367-.824-.824-.824H668v-4l-1-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M666 1101.362v4h-2v-2.47l-3 2.47v-2.47l-3.176 2.47c-.36.28-.824.412-.824 1.236v5.94c0 .457.367.824.824.824h11.352c.457 0 .824-.367.824-.823v-6.354c0-.456-.367-.824-.824-.824H668v-4l-1-1z" fill="#444" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M654 1098.362h18v18h-18z"/></g><g transform="translate(0 -24)" color="#000"><path d="M646 1102.362v4h-3v-3l-4 3v-3l-4 3c-.443.333-1 .5-1 1.5v8.5c0 .554.446 1 1 1h15c.554 0 1-.446 1-1v-9c0-.554-.446-1-1-1h-2v-4c0-.5-.53-1-1-1s-1 .5-1 1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M646 1102.362v4h-3v-3l-4 3v-3l-4 3c-.443.333-1 .5-1 1.5v8.5c0 .554.446 1 1 1h15c.554 0 1-.446 1-1v-9c0-.554-.446-1-1-1h-2v-4c0-.5-.53-1-1-1s-1 .5-1 1z" fill="#444" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M630 1098.362h24v24h-24z"/></g><g transform="translate(0 -24)" color="#000"><path d="M133 1388.362v1h1v1h-2v-1h-1v1l-.5.5-.5.5h-1l-1 2 1 2h2l1-2 1.5-2h1l-1.5 2 1 2h2l1-2-1-2h-.5l-.5-1v-1l-1-1h-1zm-2 3h1v1h-1v2h-2v-2h2zm3 1h2v2h-2v-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M133 1388.362v1h1v1h-2v-1h-1v1l-.5.5-.5.5h-1l-1 2 1 2h2l1-2 1.5-2h1l-1.5 2 1 2h2l1-2-1-2h-.5l-.5-1v-1l-1-1h-1zm-2 3h1v1h-1v2h-2v-2h2zm3 1h2v2h-2v-1z" fill="#444" overflow="visible"/><path opacity=".3" fill="none" overflow="visible" d="M126 1386.362h12v12h-12z"/></g><g transform="translate(0 -24)" color="#000"><path d="M120 1389.362v1l1 .5v1.5h-5v-1h1v-.5l-1-.5h-2v1h1v1l-1.25 2.125c-.245-.065-.484-.125-.75-.125-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3h1l2.5-4h1.5l.53 1.063c-1.427.23-2.53 1.444-2.53 2.937 0 1.657 1.343 3 3 3s3-1.343 3-3c0-1.44-1.023-2.646-2.375-2.937l-.625-1.563v-2.5l-.5-.5-1.5-.5zm-4.5 4h3l-2 3h-.688c-.212-.59-.587-1.115-1.093-1.47l.78-1.53zm-2.5 2c1.105 0 2 .896 2 2 0 1.105-.895 2-2 2s-2-.895-2-2c0-1.104.895-2 2-2zm9 0c1.105 0 2 .896 2 2 0 1.105-.895 2-2 2s-2-.895-2-2c0-1.104.895-2 2-2z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M120 1389.362v1l1 .5v1.5h-5v-1h1v-.5l-1-.5h-2v1h1v1l-1.25 2.125c-.245-.065-.484-.125-.75-.125-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3h1l2.5-4h1.5l.53 1.063c-1.427.23-2.53 1.444-2.53 2.937 0 1.657 1.343 3 3 3s3-1.343 3-3c0-1.44-1.023-2.646-2.375-2.937l-.625-1.563v-2.5l-.5-.5-1.5-.5zm-4.5 4h3l-2 3h-.688c-.212-.59-.587-1.115-1.093-1.47l.78-1.53zm-2.5 2.25c.967 0 1.75.784 1.75 1.75 0 .967-.783 1.75-1.75 1.75s-1.75-.783-1.75-1.75c0-.966.783-1.75 1.75-1.75zm9 0c.967 0 1.75.784 1.75 1.75 0 .967-.783 1.75-1.75 1.75s-1.75-.783-1.75-1.75c0-.966.783-1.75 1.75-1.75z" fill="#444" overflow="visible"/><rect width="18" height="18" rx="0" ry="0" x="108" y="1386.362" opacity=".3" fill="none" overflow="visible"/></g><g transform="translate(0 -24)" color="#000"><path d="M98.875 1390.362c-.562.076-.637 1.058-.094 1.22l2.22.874v1.906h-7v-1h1.375c.33 0 .625-.295.625-.625s-.295-.63-.625-.625H91.5c-.062-.01-.125-.01-.188 0-.327.05-.58.392-.53.72.048.326.39.58.718.53H93v1l-1.063 3.125c-.3-.072-.615-.125-.937-.125-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4c0-.3-.062-.593-.125-.875H96c.2-.01.39-.115.5-.28l3.375-4.845H101l.688 2.03c-2.062.162-3.688 1.867-3.688 3.97 0 2.21 1.79 4 4 4s4-1.79 4-4c0-1.828-1.23-3.335-2.906-3.812l-1.094-3.188v-2.344c0-.104-.042-.21-.094-.312-.004-.01.004-.024 0-.03-.015-.033-.043-.065-.062-.095-.032-.044-.055-.085-.094-.124-.017-.016-.044-.017-.062-.03-.02-.016-.044-.02-.063-.032-.032-.02-.058-.05-.094-.062l-.03-.03-.437-.157-1.844-.75c-.066-.025-.15-.028-.22-.03-.047 0-.08-.012-.125 0zm-4.875 5h4.406l-2.72 3.875h-1.31c-.31-.494-.7-.9-1.19-1.22l.814-2.655zm-3 3.5c1.38 0 2.5 1.12 2.5 2.5s-1.12 2.5-2.5 2.5-2.5-1.12-2.5-2.5 1.12-2.5 2.5-2.5zm11 0c1.38 0 2.5 1.12 2.5 2.5s-1.12 2.5-2.5 2.5-2.5-1.12-2.5-2.5c0-.172.03-.337.063-.5.233-1.14 1.23-2 2.437-2z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M98.875 1390.362c-.562.076-.637 1.058-.094 1.22l2.22.874v1.906h-7v-1h1.375c.33 0 .625-.295.625-.625s-.295-.63-.625-.625H91.5c-.062-.01-.125-.01-.188 0-.327.05-.58.392-.53.72.048.326.39.58.718.53H93v1l-1.063 3.125c-.3-.072-.615-.125-.937-.125-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4c0-.3-.062-.593-.125-.875H96c.2-.01.39-.115.5-.28l3.375-4.845H101l.688 2.03c-2.062.162-3.688 1.867-3.688 3.97 0 2.21 1.79 4 4 4s4-1.79 4-4c0-1.828-1.23-3.335-2.906-3.812l-1.094-3.188v-2.344c0-.104-.042-.21-.094-.312-.004-.01.004-.024 0-.03-.015-.033-.043-.065-.062-.095-.032-.044-.055-.085-.094-.124-.017-.016-.044-.017-.062-.03-.02-.016-.044-.02-.063-.032-.032-.02-.058-.05-.094-.062l-.03-.03-.437-.157-1.844-.75c-.066-.025-.15-.028-.22-.03-.047 0-.08-.012-.125 0zm-4.875 5h4.406l-2.72 3.875h-1.31c-.31-.494-.7-.9-1.19-1.22l.814-2.655zm-3 3.5c1.38 0 2.5 1.12 2.5 2.5s-1.12 2.5-2.5 2.5-2.5-1.12-2.5-2.5 1.12-2.5 2.5-2.5zm11 0c1.38 0 2.5 1.12 2.5 2.5s-1.12 2.5-2.5 2.5-2.5-1.12-2.5-2.5c0-.172.03-.337.063-.5.233-1.14 1.23-2 2.437-2z" fill="#444" overflow="visible"/><rect width="24" height="24" rx="0" ry="0" x="84" y="1386.362" opacity=".3" fill="none" overflow="visible"/></g><g color="#000"><path d="M675.5 1099.362l-.5.5v9.5h3v-2h1v2h3v-9.5l-.5-.5h-6zm.5 2h2v.5h-2v-.5zm3 0h2v.5h-2v-.5zm-3 2h2v.5h-2v-.5zm3 0h2v.5h-2v-.5zm-3 2h2v.5h-2v-.5zm3 0h2v.5h-2v-.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M675.5 1099.362l-.5.5v9.5h3v-2h1v2h3v-9.5l-.5-.5zm.5 2h2v1h-2zm3 0h2v1h-2zm-3 2h2v1h-2zm3 0h2v1h-2zm-3 2h2v1h-2zm3 0h2v1h-2z" fill="#444" overflow="visible"/><path fill="none" overflow="visible" d="M672 1098.362h12v12h-12z"/></g><g color="#000"><path d="M658.78 1100.362l-.78.78v13.22h11v-13.22l-.78-.78zm1.22 2.5h2v.5h-2zm5 0h2v.5h-2zm-5 2h2v.5h-2zm5 0h2v.5h-2zm-5 2h2v.5h-2zm5 0h2v.5h-2zm-5 2h2v.5h-2zm5 0h2v.5h-2z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M658.78 1100.362l-.78.78v13.22h4v-3h3v3h4v-13.22l-.78-.78h-9.44zm1.22 2h2v1h-2v-1zm5 0h2v1h-2v-1zm-5 2h2v1h-2v-1zm5 0h2v1h-2v-1zm-5 2h2v1h-2v-1zm5 0h2v1h-2v-1zm-5 2h2v1h-2v-1zm5 0h2v1h-2v-1z" fill="#444" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M654 1098.362h18v18h-18z"/></g><g color="#000"><path d="M636 1100.362c-.5 0-1 .5-1 1v18h6.5v-3h2v3h6.5v-18c0-.5-.5-1-1-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M636 1100.362c-.5 0-1 .5-1 1v18h6v-3h3v3h6v-18c0-.5-.5-1-1-1zm2 3h3v1h-3zm6 0h3v1h-3zm-6 3h3v1h-3zm6 0h3v1h-3zm-6 3h3v1h-3zm6 0h3v1h-3zm-6 3h3v1h-3zm6 0h3v1h-3z" fill="#444" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M630 1098.362h24v24h-24z"/></g><g color="#000"><path d="M328.5 1268.362c-.277 0-.5.223-.5.5v1.5h-4c-.554 0-1 .446-1 1s.446 1 1 1h13c.554 0 1-.446 1-1s-.446-1-1-1h-4v-1.5c0-.277-.223-.5-.5-.5zm.5 1h3v1h-3zm-5 4c-.554 0-1.075.454-.984 1l1.984 12c.09.547.446 1 1 1h9c.554 0 .91-.453 1-1l1.984-12c.09-.546-.43-1-.984-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M328.5 1268.362c-.277 0-.5.223-.5.5v1.5h-4c-.554 0-1 .446-1 1s.446 1 1 1h13c.554 0 1-.446 1-1s-.446-1-1-1h-4v-1.5c0-.277-.223-.5-.5-.5zm.5 1h3v1h-3zm-5 4c-.554 0-1.075.454-.984 1l1.984 12c.09.547.446 1 1 1h9c.554 0 .91-.453 1-1l1.984-12c.09-.546-.43-1-.984-1z" fill="#444" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M318 1266.362h24v24h-24z"/></g><g color="#000"><path d="M349.518 1268.362c-.204 0-.268.164-.268.37v1.63h-2.513c-.408 0-.737.092-.737.5 0 .408.33.5.737.5h9.526c.408 0 .737-.092.737-.5 0-.408-.33-.5-.737-.5h-2.513v-1.63c0-.205-.164-.37-.368-.37zm.482.737h3v1.262h-3zm-3.263 3.262c-.408 0-.788.334-.72.737l1.404 8.525c.067.403.33.737.738.737h6.63c.41 0 .67-.334.738-.737l1.458-8.526c.07-.403-.313-.738-.72-.738z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M349.518 1268.362c-.204 0-.268.164-.268.37v1.63h-2.513c-.408 0-.737.092-.737.5 0 .408.33.5.737.5h9.526c.408 0 .737-.092.737-.5 0-.408-.33-.5-.737-.5h-2.513v-1.63c0-.205-.164-.37-.368-.37zm.482.737h3v1.262h-3zm-3.263 3.262c-.408 0-.788.334-.72.737l1.404 8.525c.067.403.33.737.738.737h6.63c.41 0 .67-.334.738-.737l1.458-8.526c.07-.403-.313-.738-.72-.738z" fill="#444" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M342 1266.362h18v18h-18z"/></g><g color="#000"><path d="M364.5 1267.362v2H363v1h7v-1h-1.5v-2zm.5 1h3v1h-2.99zm-2 2.5l1 6.5H369l1-6.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M364.5 1267.362v2H363v1h7v-1h-1.5v-2zm.5 1h3v1h-2.99zm-2 2.5l1 6.5H369l1-6.5z" fill="#444" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M360 1266.362h12v12h-12z"/></g><g color="#000"><path d="M326.5 1292.362c-1.38 0-2.5 1.12-2.5 2.5s1.12 2.5 2.5 2.5 2.5-1.12 2.5-2.5-1.12-2.5-2.5-2.5zm8 0c-1.38 0-2.5 1.12-2.5 2.5s1.12 2.5 2.5 2.5 2.5-1.12 2.5-2.5-1.12-2.5-2.5-2.5zm-8.5 6c-1 0-2 1-2 2v2l-1.5 4.5c0 .5.5.5 1 .5h1.5v4h3v-4h1.5c.5 0 1 0 1-.5l-1.5-4.5v-2c0-1-1-2-2-2zm6 0c-.5 0-1 .5-1 1l2 6v6h3v-6l2-6c0-.5-.5-1-1-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M326.5 1292.362c-1.38 0-2.5 1.12-2.5 2.5s1.12 2.5 2.5 2.5 2.5-1.12 2.5-2.5-1.12-2.5-2.5-2.5zm8 0c-1.38 0-2.5 1.12-2.5 2.5s1.12 2.5 2.5 2.5 2.5-1.12 2.5-2.5-1.12-2.5-2.5-2.5zm-8.5 6c-1 0-2 1-2 2v2l-1.5 4.5c0 .5.5.5 1 .5h1.5v4h3v-4h1.5c.5 0 1 0 1-.5l-1.5-4.5v-2c0-1-1-2-2-2zm6 0c-.5 0-1 .5-1 1l2 6v6h3v-6l2-6c0-.5-.5-1-1-1z" fill="#444" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M318 1290.362h24v24h-24z"/></g><g color="#000"><path d="M584.5 1052.362l-1.5.5-1 1.5v2.5l1.5 1v1.5l2 1 2-1v-1.5l1.5-1v-2.5l-1-1.5-1.5-.5zm-.5 2.5h.5l.5.5v.5l-.5.5h-.5l-.5-.5v-.5zm2.5 0h.5l.5.5v.5l-.5.5h-.5l-.5-.5v-.5zm-6.5 5v1l3.875 1.75-3.875 1.75v1h1l10-4.5v-1h-1l-4.5 2.03-4.5-2.03zm8.22 3.25l-1.595.72 3.375 1.53h1v-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M584.5 1052.362l-1.5.5-1 1.5v2.5l1.5 1v1.5l2 1 2-1v-1.5l1.5-1v-2.5l-1-1.5-1.5-.5zm-.5 2.5h.5l.5.5v.5l-.5.5h-.5l-.5-.5v-.5zm2.5 0h.5l.5.5v.5l-.5.5h-.5l-.5-.5v-.5zm-6.5 5v1l3.875 1.75-3.875 1.75v1h1l10-4.5v-1h-1l-4.5 2.03-4.5-2.03zm8.22 3.25l-1.595.72 3.375 1.53h1v-1z" fill="#444" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M576 1050.362h18v18h-18z"/></g><g color="#000"><path d="M564.5 1054.362c-2.5 0-4.5 2-4.5 4v2c0 1 2 1 2 2v1l2.5 1 2.5-1v-1c0-1 2-1 2-2v-2c0-2-2-4-4.5-4zm-1.5 3c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm3 0c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm-8 6c-.5 0-1 .5-1 1v.5l5.25 2.25-5.25 2.25v.5c0 .5.5 1 1 1l14-6v-.5c0-.5-.5-1-1-1l-6.5 2.78-6.5-2.78zm10.5 4.5l-2.25.97 4.75 2.03c.5 0 1-.5 1-1v-.5l-3.5-1.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M564.5 1054.362c-2.5 0-4.5 2-4.5 4v2c0 1 2 1 2 2v1l2.5 1 2.5-1v-1c0-1 2-1 2-2v-2c0-2-2-4-4.5-4zm-1.5 3c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm3 0c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm-8 6c-.5 0-1 .5-1 1v.5l5.25 2.25-5.25 2.25v.5c0 .5.5 1 1 1l14-6v-.5c0-.5-.5-1-1-1l-6.5 2.78-6.5-2.78zm10.5 4.5l-2.25.97 4.75 2.03c.5 0 1-.5 1-1v-.5l-3.5-1.5z" fill="#444" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M552 1050.362h24v24h-24z"/></g><g color="#000"><path d="M599.5 1051.362l-1.5 1.5v2l1 1v.5l1.5 1 1.5-1v-.5l1-1v-2l-1.5-1.5zm-.5 2h1v.5h-1zm2 0h1v.5h-1zm-5 3v1l.56.28 2.44 1.22-3 1.5v1h.5l5.5-2.5 3-1.5v-1h-.5l-3 1.5-.5.5h-1l-.5-.5-3-1.5zm7 3l-1.5.5 3 1.5h.5v-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M599.5 1051.362l-1.5 1.5v2l1 1v.5l1.5 1 1.5-1v-.5l1-1v-2l-1.5-1.5zm-.5 2h1v.5h-1zm2 0h1v.5h-1zm-5 3v1l.56.28 2.44 1.22-3 1.5v1h.5l5.5-2.5 3-1.5v-1h-.5l-3 1.5-.5.5h-1l-.5-.5-3-1.5zm7 3l-1.5.5 3 1.5h.5v-1z" fill="#444" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M594 1050.362h12v12h-12z"/></g><g transform="translate(154 -96)" color="#000"><g transform="translate(2)"><path d="M492 1245.362l-7.5 7.5 1.25 1.25 7.25-7.25.5.5-7.25 7.25 1.25 1.25 7.5-7.5v-2l-1-1zm-11.5 5.5l-2.5 2.5.5.5h1l1-1 1 1-3.5 3.5v2l3 3h2l4.5-4.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M492 1245.362l-7.5 7.5 1.25 1.25 7.25-7.25.5.5-7.25 7.25 1.25 1.25 7.5-7.5v-2l-1-1zm-11.5 5.5l-2.5 2.5.5.5h1l1-1 1 1-3.5 3.5v2l3 3h2l4.5-4.5z" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M476 1242.362h24v24h-24z"/></g><g transform="translate(154 -96)" color="#000"><g transform="translate(2 -2)"><path d="M511.5 1245.862l-5.75 5.75 1 1 5.25-5.25.5.5-5.25 5.25 1 1 5.75-5.75v-1.5l-1-1zm-8.25 4.25l-2.25 2.25v.5h.5l1-1 1 1-2.5 2.5v1.5l2.5 2.5h1.5l3.75-3.75z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M511.5 1245.862l-5.75 5.75 1 1 5.25-5.25.5.5-5.25 5.25 1 1 5.75-5.75v-1.5l-1-1zm-8.25 4.25l-2.25 2.25v.5h.5l1-1 1 1-2.5 2.5v1.5l2.5 2.5h1.5l3.75-3.75z" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M500 1242.362h18v18h-18z"/></g><g transform="translate(154 -96)" color="#000"><g transform="translate(2 -2)"><path d="M525.5 1245.862l-4 4 1.5 1.5 4-4v-1l-.5-.5zm-6 3l-1.5 1.5v.5h.5l.5-.5.5.5-1.5 1.5v1.5l1.5 1.5h1.5l2.5-2.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M525.5 1245.862l-4 4 1.5 1.5 4-4v-1l-.5-.5zm-6 3l-1.5 1.5v.5h.5l.5-.5.5.5-1.5 1.5v1.5l1.5 1.5h1.5l2.5-2.5z" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M518 1242.362h12v12h-12z"/></g><g transform="translate(154 -96)" color="#000"><g transform="translate(2)"><path d="M484.5 1269.362c-.5 0-.846.5-1 1l-5.344 15.97c-.038.112-.156.416-.156.53 0 .5.5.5 1 .5s.97 0 1.156-.5l.844-2.25 5.5-2.75 5.5 2.75.844 2.25c.186.5.656.5 1.156.5.5 0 1 0 1-.5 0-.114-.118-.418-.156-.53l-5.344-15.97c-.154-.5-.5-1-1-1zm4.5 7l.688 1.906-3.188 1.594-3.188-1.594.688-1.906zm-6.313 3.594l1.813.906-2.625 1.313zm7.625 0l.813 2.22-2.625-1.314z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M484.5 1269.362c-.5 0-.846.5-1 1l-5.344 15.97c-.038.112-.156.416-.156.53 0 .5.5.5 1 .5s.97 0 1.156-.5l.844-2.25 5.5-2.75 5.5 2.75.844 2.25c.186.5.656.5 1.156.5.5 0 1 0 1-.5 0-.114-.118-.418-.156-.53l-5.344-15.97c-.154-.5-.5-1-1-1zm4.5 7l.688 1.906-3.188 1.594-3.188-1.594.688-1.906zm-6.313 3.594l1.813.906-2.625 1.313zm7.625 0l.813 2.22-2.625-1.314z" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M476 1266.362h24v24h-24z"/></g><g transform="translate(154 -96)" color="#000"><g transform="translate(2 -3)"><path d="M506 1271.362c-.382 0-.664.368-.78.75l-4.22 13.25h2l.906-2.72 3.594-2.03 3.594 2.03.906 2.72h2l-4.22-13.25c-.116-.382-.398-.75-.78-.75zm0 5h3l.5 1.47-2 1.28-2-1.28zm-.875 2.656l1.375.844-2.063 1.188zm4.75 0l.688 2.032-2.063-1.188z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M506 1271.362c-.382 0-.664.368-.78.75l-4.22 13.25h2l.906-2.72 3.594-2.03 3.594 2.03.906 2.72h2l-4.22-13.25c-.116-.382-.398-.75-.78-.75zm0 5h3l.5 1.47-2 1.28-2-1.28zm-.875 2.656l1.375.844-2.063 1.188zm4.75 0l.688 2.032-2.063-1.188z" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M500 1266.362h18v18h-18z"/></g><g transform="translate(154 -96)" color="#000"><g transform="translate(2 -3)"><path d="M521 1270.362l-3 9h1.5l.5-1.53 2.5-1.47 2.5 1.47.5 1.53h1.5l-3-9zm.5 3h2l.5 1.53-.72.47H523v.188l-.5.312-.5-.312v-.188h-.28l-.72-.47zm-.78 2.375l.28.125.5.25-.5.25-.594.313.094-.313v-.5h.187zm3.56 0l.032.125h.188v.5l.094.313-.594-.313-.5-.25.5-.25z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M521 1270.362l-3 9h1.5l.5-1.53 2.5-1.47 2.5 1.47.5 1.53h1.5l-3-9zm.5 3h2l.5 1.53-.72.47H523v.188l-.5.312-.5-.312v-.188h-.28l-.72-.47zm-.78 2.375l.28.125.5.25-.5.25-.594.313.094-.313v-.5h.187zm3.56 0l.032.125h.188v.5l.094.313-.594-.313-.5-.25.5-.25z" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M518 1266.362h12v12h-12z"/></g><g transform="translate(154 -96)" color="#000"><g transform="translate(2)"><path d="M477 1295.362l1 1-2 2v1l3 .5c0 1.5 2.53.677 3 3.5v5h1l1-4 1 4h1v-4c2 0 3-1 4-1 0 0 .5 1.65.5 2.5 0 .85-.5 2.5-.5 2.5h1l1.5-4 1.5 4h1v-4c0-.5-1-1-1-1.5 0-1.412 1-1.5 1-2.5v-3c0-.5-.5-1-1-1h-13l-1-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M477 1295.362l1 1-2 2v1l3 .5c0 1.5 2.53.677 3 3.5v5h1l1-4 1 4h1v-4c2 0 3-1 4-1 0 0 .5 1.65.5 2.5 0 .85-.5 2.5-.5 2.5h1l1.5-4 1.5 4h1v-4c0-.5-1-1-1-1.5 0-1.412 1-1.5 1-2.5v-3c0-.5-.5-1-1-1h-13l-1-1z" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M476 1290.362h24v24h-24z"/></g><g transform="translate(154 -96)" color="#000"><g transform="translate(2 -1)"><path d="M500.684 1295.362l.684.79-1.368 1.71v.5l2.053.184c0 1.027 1.625 1.384 1.947 3.316v3.5h.5l1-3 1 3h.5v-3c2.053 0 1.632-.5 3-.5 0 0-.08 1.208-.08 1.79 0 .58-.34 1.71-.34 1.71h.683l1.026-2.737 1.026 2.737H513v-3l-.5-1 .5-1v-3l-1-1h-8.5l-.763-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M500.684 1295.362l.684.79-1.368 1.71v.5l2.053.184c0 1.027 1.625 1.384 1.947 3.316v3.5h.5l1-3 1 3h.5v-3c2.053 0 1.632-.5 3-.5 0 0-.08 1.208-.08 1.79 0 .58-.34 1.71-.34 1.71h.683l1.026-2.737 1.026 2.737H513v-3l-.5-1 .5-1v-3l-1-1h-8.5l-.763-1z" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M500 1290.362h18v18h-18z"/></g><g transform="translate(154 -96)" color="#000"><g transform="translate(2 -1)"><path d="M519 1293.362l.5 1H518v1h1l1 1v4h.5l.5-2 1 2h.5v-2c.947 0 1.526-.5 2-.5v1c0 .403.03 1.5.03 1.5h.47l1-2 .5 2h.5v-5l-1-1h-5l-.375-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M519 1293.362l.5 1H518v1h1l1 1v4h.5l.5-2 1 2h.5v-2c.947 0 1.526-.5 2-.5v1c0 .403.03 1.5.03 1.5h.47l1-2 .5 2h.5v-5l-1-1h-5l-.375-1z" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M518 1290.362h12v12h-12z"/></g><g transform="translate(154 -96)" color="#000"><g transform="translate(2)"><path d="M478 1320.362v12c0 .5.5 1 1 1h5l-4-14h-1c-.5 0-1 .5-1 1zm8.5 6c-.106 0-.217.033-.313.062l-2.437.844.53 1.875 2.22-.78 2.688.936c.103.033.207.06.312.06.105 0 .214-.03.313-.06l3.187-.938 2 .656v-2.03l-1.688-.564c-.1-.033-.206-.062-.312-.062-.106 0-.21.03-.313.062l-3.187.938-2.688-.938c-.105-.035-.206-.062-.312-.062zm0 4c-.106 0-.217.033-.313.062l-1.375.47.532 1.874 1.156-.406 2.688.937c.103.033.207.06.312.06.105 0 .214-.03.313-.06l3.187-.938 2 .656v-2.03l-1.688-.564c-.1-.033-.206-.062-.312-.062-.106 0-.21.03-.313.062l-3.187.938-2.688-.938c-.105-.035-.206-.062-.312-.062z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M478 1320.362v12c0 .5.5 1 1 1h5l-4-14h-1c-.5 0-1 .5-1 1zm8.5 6c-.106 0-.217.033-.313.062l-2.437.844.53 1.875 2.22-.78 2.688.936c.103.033.207.06.312.06.105 0 .214-.03.313-.06l3.187-.938 2 .656v-2.03l-1.688-.564c-.1-.033-.206-.062-.312-.062-.106 0-.21.03-.313.062l-3.187.938-2.688-.938c-.105-.035-.206-.062-.312-.062zm0 4c-.106 0-.217.033-.313.062l-1.375.47.532 1.874 1.156-.406 2.688.937c.103.033.207.06.312.06.105 0 .214-.03.313-.06l3.187-.938 2 .656v-2.03l-1.688-.564c-.1-.033-.206-.062-.312-.062-.106 0-.21.03-.313.062l-3.187.938-2.688-.938c-.105-.035-.206-.062-.312-.062z" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M476 1314.362h24v24h-24z"/></g><g transform="translate(154 -96)" color="#000"><g transform="translate(2)"><path d="M501 1316.362v12h5l-3-12zm6.5 6.5l-1.22.625.345 1.313.875-.438 2 1 2.5-.844 2 .844v-1.5l-2-1-2.5 1zm0 3l-.563.28.344 1.345.22-.125 2 1 2.5-.844 2 .844v-1.5l-2-1-2.5 1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M501 1316.362v12h5l-3-12zm6.5 6.5l-1.22.625.345 1.313.875-.438 2 1 2.5-.844 2 .844v-1.5l-2-1-2.5 1zm0 3l-.563.28.344 1.345.22-.125 2 1 2.5-.844 2 .844v-1.5l-2-1-2.5 1z" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M500 1314.362h18v18h-18z"/></g><g transform="translate(154 -96)" color="#000"><g transform="translate(2 -1)"><path d="M518 1316.362v9h4l-3-9zm4.5 5.5l-.594.188.282.906.312-.094 1.5.5 1.5-.5 1.5.5v-1.03l-1.5-.47-1.5.47zm0 2l.375 1.125 1.125.375 1.5-.5 1.5.5v-1.03l-1.5-.47-1.5.47z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M518 1316.362v9h4l-3-9zm4.5 5.5l-.594.188.282.906.312-.094 1.5.5 1.5-.5 1.5.5v-1.03l-1.5-.47-1.5.47zm0 2l.375 1.125 1.125.375 1.5-.5 1.5.5v-1.03l-1.5-.47-1.5.47z" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M518 1314.362h12v12h-12z"/></g><g transform="translate(-156 192)" color="#000"><path d="M582.5 1076.362l-.5.5v3l-2 2.5v8h6v-8l-2-2.5v-3l-.5-.5h-1zm4.5 6v3s0 1 1 1h1v3l-1.5.5-.5.5h5l-.5-.5-1.5-.5v-3h1c1 0 1-1 1-1v-3h-5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M576 1074.362h18v18h-18z"/><path d="M582.5 1076.362l-.5.5v3l-2 2.5v8h6v-8l-2-2.5v-3l-.5-.5h-1zm4.5 6v3s0 1 1 1h1v3l-1.5.5-.5.5h5l-.5-.5-1.5-.5v-3h1c1 0 1-1 1-1v-3h-5z" fill="#444" overflow="visible"/></g><g transform="translate(-156 192)" color="#000"><path d="M598 1075.362v2l-2 2v5.406l.594.594h4.03l.376-.5v-5.5l-2-2v-2h-1zm4 4v2l1 1v2l-1 1h3l-1-1v-2l1-1v-2h-3z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M594 1074.362h12v12h-12z"/><path d="M598 1075.362v2l-2 2v5.406l.594.594h4.03l.376-.5v-5.5l-2-2v-2h-1zm4 4v2l1 1v2l-1 1h3l-1-1v-2l1-1v-2h-3z" fill="#444" overflow="visible"/></g><g transform="translate(-156 192)" color="#000"><path d="M560 1077.362c-.554 0-.5.627-.5 1v2.5c0 .5-.498 1.25-1 1.5-1 .5-1.5 1-1.5 2v9c0 .554.446 1 1 1h5c.554 0 1-.446 1-1v-9c0-1-.5-1.5-1.5-2-.5-.25-1-1-1-1.5v-2.5c0-.5.054-1-.5-1zm6 7v3c0 1 1 2 2 2h1v2.5c0 .5-1 1.5-2 1.5s-1 1-1 1h7s0-1-1-1-2-1-2-1.5v-2.5h1c1 0 2-1 2-2v-3z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M552 1074.362h24v24h-24z"/><path d="M560 1077.362c-.554 0-.5.627-.5 1v2.5c0 .5-.498 1.25-1 1.5-1 .5-1.5 1-1.5 2v9c0 .554.446 1 1 1h5c.554 0 1-.446 1-1v-9c0-1-.5-1.5-1.5-2-.5-.25-1-1-1-1.5v-2.5c0-.5.054-1-.5-1zm6 7v3c0 1 1 2 2 2h1v2.5c0 .5-1 1.5-2 1.5s-1 1-1 1h7s0-1-1-1-2-1-2-1.5v-2.5h1c1 0 2-1 2-2v-3z" fill="#444" overflow="visible"/></g><path d="M18.5 1150.362s-2.5 1-2.5 2v2c0 1-2 1-2 2v9h9v-9c0-1-2-1-2-2.187v-1.813c0-1-2.5-2-2.5-2zm-8.5 8v7h2v-7c0-1-1-1-1-1s-1 0-1 1zm15 0v7h2v-7c0-1-1-1-1-1s-1 0-1 1z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><g transform="translate(0 24)"><path opacity=".5" color="#000" fill="none" overflow="visible" d="M6 1122.362h24v24H6z"/></g><path d="M18.5 1150.362s-2.5 1-2.5 2v2c0 1-2 1-2 2v9h9v-9c0-1-2-1-2-2.187v-1.813c0-1-2.5-2-2.5-2zm-8.5 8v7h2v-7c0-1-1-1-1-1s-1 0-1 1zm15 0v7h2v-7c0-1-1-1-1-1s-1 0-1 1z" color="#000" fill="#444" overflow="visible"/><path d="M54.5 1148.362l-1.5.94v1.06l-1 1v5h5v-5l-1-1v-.96zm-4.5 4v4h1v-4zm8 0v4h1v-4z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><g transform="translate(0 24)"><path opacity=".5" color="#000" fill="none" overflow="visible" d="M48 1122.362h12v12H48z"/></g><path d="M54.5 1148.362l-1.5.94v1.06l-1 1v5h5v-5l-1-1v-.96zm-4.5 4v4h1v-4zm8 0v4h1v-4z" color="#000" fill="#444" overflow="visible"/><path d="M39.5 1149.862l-1.5 1.5v1.5l-2 2v6.5h7v-6.5l-2-2v-1.5zm-6.5 6v5.5h1.5v-5.5zm11.5 0v5.5H46v-5.5z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><g transform="translate(0 24)"><path opacity=".5" color="#000" fill="none" overflow="visible" d="M30 1122.362h18v18H30z"/></g><path d="M39.5 1149.862l-1.5 1.5v1.5l-2 2v6.5h7v-6.5l-2-2v-1.5zm-6.5 6v5.5h1.5v-5.5zm11.5 0v5.5H46v-5.5z" color="#000" fill="#444" overflow="visible"/><g color="#000"><path d="M259 1304.862c0-3.5-5-9.5-6.5-11.5-1.5 2-6.5 8-6.5 11.5s3.27 6.5 6.5 6.5 6.5-3 6.5-6.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M240 1290.362h24v24h-24z"/><path d="M259 1304.862c0-3.5-5-9.5-6.5-11.5-1.5 2-6.5 8-6.5 11.5s3.27 6.5 6.5 6.5 6.5-3 6.5-6.5z" fill="#444" overflow="visible"/></g><g color="#000"><path d="M273.5 1305.362c-2.332 0-4.5-2-4.5-4.5 0-2.528 3.417-7.055 4.5-8.5 1.083 1.445 4.5 5.972 4.5 8.5 0 2.5-2.168 4.5-4.5 4.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M264 1290.362h18v18h-18z"/><path d="M273.5 1305.362c-2.332 0-4.5-2-4.5-4.5 0-2.528 3.417-7.055 4.5-8.5 1.083 1.445 4.5 5.972 4.5 8.5 0 2.5-2.168 4.5-4.5 4.5z" fill="#444" overflow="visible"/></g><g color="#000"><path opacity=".5" fill="none" overflow="visible" d="M282 1290.362h12v12h-12z"/><path d="M288.5 1301.362c-1.614 0-3.5-1-3.5-3.5 0-1.75 2.75-5.5 3.5-6.5.75 1 3.5 4.75 3.5 6.5 0 2.5-1.886 3.5-3.5 3.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M288.5 1301.362c-1.614 0-3.5-1-3.5-3.5 0-1.75 2.75-5.5 3.5-6.5.75 1 3.5 4.75 3.5 6.5 0 2.5-1.886 3.5-3.5 3.5z" fill="#444" overflow="visible"/></g><g color="#000"><path d="M277 1317.362c-1 0-2.79 1.803-3.094 3.406l-.937 4.876.53-.282 2 1 .906-.375c.14-.75.462-2.47.594-3.125.153-.762.8-1.5 1.5-1.5h1l-1-1H277l-1 1v-1c0-1 1.006-2 1.906-2H279l-1-1h-1zm-8.5 3l-1 1h1c.7 0 1.347.738 1.5 1.5.133.662.458 2.426.594 3.156l.875.344.842-.406-.812-3.594c-.09-.4-.202-.685-.5-1l-1-1h-1.5zm.5 6l-2 1v1.5l2-1 2.5 1 2-1 2 1 2.5-.844 2 .844v-1.5l-2-1-2.5 1-2-1-2 1-2.5-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M277 1317.362c-1 0-2.79 1.803-3.094 3.406l-.937 4.876.53-.282 2 1 .906-.375c.14-.75.462-2.47.594-3.125.153-.762.8-1.5 1.5-1.5h1l-1-1H277l-1 1v-1c0-1 1.006-2 1.906-2H279l-1-1h-1zm-8.5 3l-1 1h1c.7 0 1.347.738 1.5 1.5.133.662.458 2.426.594 3.156l.875.344.842-.406-.812-3.594c-.09-.4-.202-.685-.5-1l-1-1h-1.5zm.5 6l-2 1v1.5l2-1 2.5 1 2-1 2 1 2.5-.844 2 .844v-1.5l-2-1-2.5 1-2-1-2 1-2.5-1z" fill="#444" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M264 1314.362h18v18h-18z"/></g><g color="#000"><path opacity=".5" fill="none" overflow="visible" d="M240 1314.362h24v24h-24z"/><path d="M257 1318.362c-2 0-3.597 2-4 4l-1.125 5.563c.187-.04.397-.062.625-.062 1.5 0 2 1 3 1 .197 0 .393-.032.594-.094.225-1.123.75-3.628.906-4.408.192-.952 1-2 2-2h1c0-.5-.5-1-1-1h-1c-.83 0-1.6.307-2.156.75l.156-.75c.197-.98 1-2 2-2h1c0-.5-.5-1-1-1h-1zm-11 3c-.5 0-1 .5-1 1h1c1 0 1.808 1.048 2 2 .152.756.663 3.203.906 4.406.2.063.397.095.594.095.566 0 .983-.316 1.5-.594l-1-4.907c-.2-1-1.5-2-3-2h-1zm0 8c-.694 0-1.34.405-2 .625v2.03c0 .002 1-.654 2-.655 1 0 2 1 3.5 1s1.974-.965 3-1c1 0 1.5 1 3 1s2.5-1 3.5-1c.702 0 2 .656 2 .656v-2.03c-.642-.248-1.343-.626-2-.626-1.5 0-2.5 1-3.5 1s-1.5-1-3-1-2 1-3 1-2-1-3.5-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M257 1318.362c-2 0-3.597 2-4 4l-1.125 5.563c.187-.04.397-.062.625-.062 1.5 0 2 1 3 1 .197 0 .393-.032.594-.094.225-1.123.75-3.628.906-4.408.192-.952 1-2 2-2h1c0-.5-.5-1-1-1h-1c-.83 0-1.6.307-2.156.75l.156-.75c.197-.98 1-2 2-2h1c0-.5-.5-1-1-1h-1zm-11 3c-.5 0-1 .5-1 1h1c1 0 1.808 1.048 2 2 .152.756.663 3.203.906 4.406.2.063.397.095.594.095.566 0 .983-.316 1.5-.594l-1-4.907c-.2-1-1.5-2-3-2h-1zm0 8c-.694 0-1.34.405-2 .625v2.03c0 .002 1-.654 2-.655 1 0 2 1 3.5 1s1.974-.965 3-1c1 0 1.5 1 3 1s2.5-1 3.5-1c.702 0 2 .656 2 .656v-2.03c-.642-.248-1.343-.626-2-.626-1.5 0-2.5 1-3.5 1s-1.5-1-3-1-2 1-3 1-2-1-3.5-1z" fill="#444" overflow="visible"/></g><g color="#000"><path d="M291 1316.362l-1.5 1.5-1 2.5v1.5l1.5.5.53-.187c.14-.723.416-1.544.47-1.813h2l-1-1h-1l-1 1 .5-2 1-1h1l-1-1h-.5zm-5 3l-1 1h2v2l1-.344v-1.656l-1-1h-1zm-.5 3.5l-1.5.47v1.03l1.5-.5 1.5.5 1.5-.5 1.5.5 1.5-.5 1.5.5v-1.03l-1.5-.47-1.5.5-1.5-.5-1.5.5-1.5-.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M282 1314.362h12v12h-12z"/><path d="M291 1316.362l-1.5 1.5-1 2.5v1.5l1.5.5.53-.187c.14-.723.416-1.544.47-1.813h2l-1-1h-1l-1 1 .5-2 1-1h1l-1-1h-.5zm-5 3l-1 1h2v2l1-.344v-1.656l-1-1h-1zm-.5 3.5l-1.5.47v1.03l1.5-.5 1.5.5 1.5-.5 1.5.5 1.5-.5 1.5.5v-1.03l-1.5-.47-1.5.5-1.5-.5-1.5.5-1.5-.5z" fill="#444" overflow="visible"/></g><g color="#000"><path opacity=".5" fill="none" overflow="visible" d="M654 1050.362h18v18h-18z"/><path d="M664 1053.362h-1l-6 5v1h1v6h11v-6h1v-1zm-3 6.5h5v.5h-5zm0 2h5v.5h-5zm0 2h5v.5h-5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M664 1053.362h-1l-6 5v1h1v6h11v-6h1v-1zm-3 6.5h5v.5h-5zm0 2h5v.5h-5zm0 2h5v.5h-5z" fill="#444" overflow="visible"/></g><g color="#000"><path d="M664 1125.362h-1l-6 5v1h1v6h11v-6h1v-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M664 1125.362h-1l-6 5v1h1v6h11v-6h1v-1z" fill="#444" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M654 1122.362h18v18h-18z"/></g><g transform="translate(0 48)" color="#000"><path d="M641 1077.362l-7.5 6.5c-.356.31-.5.5-.5.75 0 .496.5.75 1 .75h1v8c0 .554.446 1 1 1h13c.554 0 1-.446 1-1v-8h1c.5 0 1-.254 1-.75 0-.25-.138-.448-.5-.75l-7.5-6.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M630 1074.362h24v24h-24z"/><path d="M641 1077.362l-7.5 6.5c-.356.31-.5.5-.5.75 0 .496.5.75 1 .75h1v8c0 .554.446 1 1 1h13c.554 0 1-.446 1-1v-8h1c.5 0 1-.254 1-.75 0-.25-.138-.448-.5-.75l-7.5-6.5z" fill="#444" overflow="visible"/></g><path d="M679 1124.362h-1l-4 3.308v.692h1v4h7v-4h1v-.692z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><g transform="translate(78 -48)"><path color="#000" fill="none" overflow="visible" d="M594 1170.362h12v12h-12z"/></g><path d="M679 1124.362h-1l-4 3.308v.692h1v4h7v-4h1v-.692z" color="#000" fill="#444" overflow="visible"/><g color="#000"><path d="M679 1052.362h-1l-4 3.313v.687h1v4h2v-.5h3v.5h2v-4h1v-.687zm-2 4.5h3v.5h-3zm0 1h3v.5h-3zm0 1h3v.5h-3z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path fill="none" overflow="visible" d="M672 1050.362h12v12h-12z"/><path d="M679 1052.362h-1l-4 3.313v.687h1v4h2v-.5h3v.5h2v-4h1v-.687zm-2 4.5h3v.5h-3zm0 1h3v.5h-3zm0 1h3v.5h-3z" fill="#444" overflow="visible"/></g><g color="#000"><path d="M350 1244.362l-3 1.5v12.5h1v-8l2-1 3.5 2 2.5-1v-5l-2.5 1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M342 1242.362h18v18h-18z"/><path d="M350 1244.362l-3 1.5v12.5h1v-8l2-1 3.5 2 2.5-1v-5l-2.5 1z" fill="#444" overflow="visible"/></g><g color="#000"><path d="M365.5 1244.362l-2.5 1v8h1v-5l1.5-.5 2.5 1.5 2-1v-3.5l-2 1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M360 1242.362h12v12h-12z"/><path d="M365.5 1244.362l-2.5 1v8h1v-5l1.5-.5 2.5 1.5 2-1v-3.5l-2 1z" fill="#444" overflow="visible"/></g><g transform="translate(-2)" color="#000"><path d="M336 1318.362c-1 0-1.326.326-2 1l-8 8c-.5.5-1 1-1 2v1.5c0 1 .5 1.5 1 2l.563.563 3.5-3.5-.563-.563c-.5-.5 0-1 0-1l5.5-5.5s.5-.5 1 0l.563.563 3.5-3.5-.563-.563c-.5-.5-1-1-2-1H336zm4.438 1.938l-3.5 3.5.562.562c.354.354 1.146.354 1.5 0l2-2c.354-.354.354-1.146 0-1.5zm-10 10l-3.5 3.5.562.562c.354.354 1.146.354 1.5 0l2-2c.354-.353.354-1.146 0-1.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M336 1318.362c-1 0-1.326.326-2 1l-8 8c-.5.5-1 1-1 2v1.5c0 1 .5 1.5 1 2l.563.563 3.5-3.5-.563-.563c-.5-.5 0-1 0-1l5.5-5.5s.5-.5 1 0l.563.563 3.5-3.5-.563-.563c-.5-.5-1-1-2-1H336zm4.438 1.938l-3.5 3.5.562.562c.354.354 1.146.354 1.5 0l2-2c.354-.354.354-1.146 0-1.5zm-10 10l-3.5 3.5.562.562c.354.354 1.146.354 1.5 0l2-2c.354-.353.354-1.146 0-1.5z" fill="#444" overflow="visible"/><path fill="none" overflow="visible" d="M320 1314.362h24v24h-24z"/></g><g transform="matrix(.8 0 0 .8 102 329.6)" color="#000"><path d="M334 1317.03l-11.333 11.332v3.334l1.75 1.75 4-4-1.084-1.084 6.667-6.666 1.083 1.083 4-4-1.75-1.75H334zm5.583 2.25l-4 4 .417.416h1.333l2.667-2.667v-1.334l-.417-.417zm-10.666 10.666l-4 4 .416.416h1.334l2.666-2.666v-1.334l-.416-.416z" opacity=".3" fill="none" stroke="#fff" stroke-width="2.66666" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M334 1317.03l-11.333 11.332v3.334l1.75 1.75 4-4-1.084-1.084 6.667-6.666 1.083 1.083 4-4-1.75-1.75H334zm5.583 2.25l-4 4 .417.416h1.333l2.667-2.667v-1.334l-.417-.417zm-10.666 10.666l-4 4 .416.416h1.334l2.666-2.666v-1.334l-.416-.416z" fill="#444" overflow="visible"/><path fill="none" overflow="visible" d="M320 1314.362h24v24h-24z"/></g><g transform="translate(-2 24)" color="#000"><path d="M329 1317.862l-4.5 4.5h4.5v-4.5zm7 .5c-1 0-1.326.326-2 1l-8 8c-.5.5-1 1-1 2v1.5c0 1 .5 1.5 1 2l.563.563 3.5-3.5-.563-.563c-.5-.5 0-1 0-1l5.5-5.5s.5-.5 1 0l.563.563 3.5-3.5-.563-.563c-.5-.5-1-1-2-1H336zm4.438 1.938l-3.5 3.5.562.562c.354.354 1.146.354 1.5 0l2-2c.354-.354.354-1.146 0-1.5l-.563-.562zm-10 10l-3.5 3.5.562.562c.354.354 1.146.354 1.5 0l2-2c.354-.353.354-1.146 0-1.5l-.563-.562z" fill="#444" overflow="visible"/><path fill="none" overflow="visible" d="M320 1314.362h24v24h-24z"/></g><g transform="matrix(.8 0 0 .8 102 352.6)" color="#000"><path d="M328 1316.362l-4.667 4.667H328zm7.333.667L324 1328.36v3.333l1.75 1.75 4-4-1.083-1.083 6.666-6.667 1.084 1.084 4-4-1.75-1.75zm5.584 2.25l-4 4 .416.416h1.334l2.666-2.667v-1.334zm-10.667 10.666l-4 4 .417.416H328l2.667-2.667v-1.333z" opacity=".3" fill="none" stroke="#fff" stroke-width="2.667" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M328 1316.362l-4.667 4.667H328zm7.333.667L324 1328.36v3.333l1.75 1.75 4-4-1.083-1.083 6.666-6.667 1.084 1.084 4-4-1.75-1.75zm5.584 2.25l-4 4 .416.416h1.334l2.666-2.667v-1.334zm-10.667 10.666l-4 4 .417.416H328l2.667-2.667v-1.333z" fill="#444" overflow="visible"/><path fill="none" overflow="visible" d="M320 1314.362h24v24h-24z"/></g><path d="M364 1339.862l-2.5 2.5h2.5v-2.5zm3.5.5l-5.5 5.5v2l1 1h1l1-1v-1l-1-1 3.5-3.5 1 1h1l1-1v-1l-1-1h-2z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><g transform="translate(0 23)"><path color="#000" fill="none" overflow="visible" d="M360 1315.362h12v12h-12z"/><path d="M364 1316.862l-2.5 2.5h2.5v-2.5zm3.5.5l-5.5 5.5v2l1 1h1l1-1v-1l-1-1 3.5-3.5 1 1h1l1-1v-1l-1-1h-2z" color="#000" fill="#444" overflow="visible"/></g><path d="M367.5 1317.362l-5.5 5.5v2l1 1h1l1-1v-1l-1-1 3.5-3.5 1 1h1l1-1v-1l-1-1z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path color="#000" fill="none" overflow="visible" d="M360 1315.362h12v12h-12z"/><path d="M367.5 1317.362l-5.5 5.5v2l1 1h1l1-1v-1l-1-1 3.5-3.5 1 1h1l1-1v-1l-1-1z" color="#000" fill="#444" overflow="visible"/><g transform="translate(0 -1)"><path d="M329.5 1365.362c-1.38 0-2.5 1.12-2.5 2.5s1.12 2.5 2.5 2.5 2.5-1.12 2.5-2.5-1.12-2.5-2.5-2.5zm-.5 6c-1 0-2 1-2 2v3.5c0 1.5 1 2.5 2.5 2.5h5l2.625 3.5c.226.332.484.5.875.5.5 0 1-.5 1-1 0-.293-.167-.52-.28-.72l-2.72-3.78c-.18-.314-.5-.5-1-.5h-2.5l-1-4c-.243-.97-.5-2-1.5-2zm-3 2c-2.33.823-4 3.387-4 6 0 3.314 2.686 6 6 6 2.976 0 5.433-2.158 5.906-5H332c-.538 1.73-1.843 3-3.75 3-2.347 0-4.25-1.903-4.25-4.25 0-1.517.803-2.998 2-3.75z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M329.5 1365.362c-1.38 0-2.5 1.12-2.5 2.5s1.12 2.5 2.5 2.5 2.5-1.12 2.5-2.5-1.12-2.5-2.5-2.5zm-.5 6c-1 0-2 1-2 2v3.5c0 1.5 1 2.5 2.5 2.5h5l2.625 3.5c.226.332.484.5.875.5.5 0 1-.5 1-1 0-.293-.167-.52-.28-.72l-2.72-3.78c-.18-.314-.5-.5-1-.5h-2.5l-1-4c-.243-.97-.5-2-1.5-2zm-3 2c-2.33.823-4 3.387-4 6 0 3.314 2.686 6 6 6 2.976 0 5.433-2.158 5.906-5H332c-.538 1.73-1.843 3-3.75 3-2.347 0-4.25-1.903-4.25-4.25 0-1.517.803-2.998 2-3.75z" color="#000" fill="#444" overflow="visible"/><path color="#000" fill="none" overflow="visible" d="M318 1363.362h24v24h-24z"/></g><g transform="translate(0 -1)" color="#000"><path fill="none" overflow="visible" d="M342 1363.362h18v18h-18z"/><path d="M350.5 1364.362c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2zm-.5 5l-1 1v4l1 1h4.375l2.625 3h1v-1l-2.5-3.125-.5-.375h-2l-1-3.5-1-1h-1zm-2 1.5c-1.748.618-3 2.54-3 4.5 0 2.485 2.015 4.5 4.5 4.5 2.232 0 4.083-1.37 4.438-3.5H352.5c-.404 1.298-1.382 2-2.813 2-1.76 0-3.187-1.427-3.187-3.187 0-1.138.603-2.25 1.5-2.813v-1.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M350.5 1364.362c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2zm-.5 5l-1 1v4l1 1h4.375l2.625 3h1v-1l-2.5-3.125-.5-.375h-2l-1-3.5-1-1h-1zm-2 1.5c-1.748.618-3 2.54-3 4.5 0 2.485 2.015 4.5 4.5 4.5 2.232 0 4.083-1.37 4.438-3.5H352.5c-.404 1.298-1.382 2-2.813 2-1.76 0-3.187-1.427-3.187-3.187 0-1.138.603-2.25 1.5-2.813v-1.5z" fill="#444" overflow="visible"/></g><g transform="translate(0 -1)" color="#000"><path d="M365.5 1364.362c-.828 0-1.5.672-1.5 1.5 0 .83.672 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.828-.672-1.5-1.5-1.5zm-.5 3.5v3.5h3.25l1.75 2h1v-.5l-2-2.5h-1.656l-.844-2.5H365zm-1 .5c-1.166.412-2 1.694-2 3 0 1.657 1.343 3 3 3 1.368 0 2.514-.77 2.875-2h-1.03c-.325.642-.903 1-1.72 1-1.174 0-2.125-.95-2.125-2.125 0-.76.402-1.5 1-1.875v-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M365.5 1364.362c-.828 0-1.5.672-1.5 1.5 0 .83.672 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.828-.672-1.5-1.5-1.5zm-.5 3.5v3.5h3.25l1.75 2h1v-.5l-2-2.5h-1.656l-.844-2.5H365zm-1 .5c-1.166.412-2 1.694-2 3 0 1.657 1.343 3 3 3 1.368 0 2.514-.77 2.875-2h-1.03c-.325.642-.903 1-1.72 1-1.174 0-2.125-.95-2.125-2.125 0-.76.402-1.5 1-1.875v-1z" fill="#444" overflow="visible"/><path fill="none" overflow="visible" d="M360 1363.362h12v12h-12z"/></g><g color="#000"><path d="M348 1291.362c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2zm7 0c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2zm-7.5 5l-1.5 1.5v2.5l-1.5 2.5.5.5h2v3h2v-3h2l.5-.5-1.5-2.5v-2.5l-1.5-1.5zm5.5 0l-1 1 2 4.5v4.5h2v-4.5l2-4.5-1-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M348 1291.362c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2zm7 0c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2zm-7.5 5l-1.5 1.5v2.5l-1.5 2.5.5.5h2v3h2v-3h2l.5-.5-1.5-2.5v-2.5l-1.5-1.5zm5.5 0l-1 1 2 4.5v4.5h2v-4.5l2-4.5-1-1z" fill="#444" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M342 1290.362h18v18h-18z"/></g><g transform="matrix(.5 0 0 .5 201 645.2)" color="#000"><path d="M326 1292.362c-1.38 0-2.5 1.12-2.5 2.5s1.12 2.5 2.5 2.5 2.5-1.12 2.5-2.5-1.12-2.5-2.5-2.5zm10 0c-1.38 0-2.5 1.12-2.5 2.5s1.12 2.5 2.5 2.5 2.5-1.12 2.5-2.5-1.12-2.5-2.5-2.5zm-12 6v3l-3 5h3v4h4v-4h3l-3-5v-3h-4zm8 0l2 7v5h4v-5l2-7h-8z" opacity=".3" fill="none" stroke="#fff" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M326 1292.362c-1.38 0-2.5 1.12-2.5 2.5s1.12 2.5 2.5 2.5 2.5-1.12 2.5-2.5-1.12-2.5-2.5-2.5zm10 0c-1.38 0-2.5 1.12-2.5 2.5s1.12 2.5 2.5 2.5 2.5-1.12 2.5-2.5-1.12-2.5-2.5-2.5zm-12 6v3l-3 5h3v4h4v-4h3l-3-5v-3h-4zm8 0l2 7v5h4v-5l2-7h-8z" fill="#444" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M318 1290.362h24v24h-24z"/></g><g><path color="#000" fill="none" overflow="visible" d="M396 1290.362h24v24h-24z"/><g transform="translate(1)"><path d="M405 1294.362c-.5 0-1 .5-1 1v10h-1c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3v-9h7v6h-1c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3v-13c0-.5-.5-1-1-1h-9z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M405 1294.362c-.5 0-1 .5-1 1v10h-1c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3v-9h7v6h-1c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3v-13c0-.5-.5-1-1-1h-9z" fill="#454545"/></g></g><g transform="matrix(.5 0 0 .5 240 645.2)"><path d="M406 1294.362v11h-1c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3v-8h6v5h-1c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3v-14h-10z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path color="#000" fill="none" overflow="visible" d="M396 1290.362h24v24h-24z"/><path d="M406 1294.362v11h-1c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3v-8h6v5h-1c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3v-14h-10z" fill="#454545"/></g><g transform="matrix(.8 0 0 .8 123 322.6)"><path color="#000" fill="none" overflow="visible" d="M396 1290.362h24v24h-24z"/><g transform="translate(1)"><path d="M405 1294.362l-1 1v10h-1c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3v-8.666h7v5.666h-1c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3v-13l-1-1h-9z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2.66666" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M405 1294.362l-1 1v10h-1c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3v-8.666h7v5.666h-1c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3v-13l-1-1h-9z" fill="#454545"/></g></g><g color="#000"><path d="M637.5 1245.362c-.5 0-.783.197-1 .5l-2.5 3.5h2v3h5v-3h2l-2.5-3.5c-.217-.303-.5-.5-1-.5zm12.5 0v2h-4c-.5 0-1 .5-1 1v4h6v-7zm-14 9c-.5 0-1 .5-1 1v7h2v-2h1v2h4v-7c0-.5-.5-1-1-1zm12-1l-3 4h1.5l-1.5 3h2v2h2v-2h2l-1.5-3h1.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M637.5 1245.362c-.5 0-.783.197-1 .5l-2.5 3.5h2v3h5v-3h2l-2.5-3.5c-.217-.303-.5-.5-1-.5h-2zm12.5 0v2h-4c-.5 0-1 .5-1 1v4h6v-7h-1zm-2 8l-3 4h1.5l-1.5 3h2v2h2v-2h2l-1.5-3h1.5l-3-4zm-12 1c-.5 0-1 .5-1 1v7h2v-2h1v2h4v-7c0-.5-.5-1-1-1h-5zm1 2h1v1h-1v-1zm2 0h1v1h-1v-1zm-2 2h1v1h-1v-1zm2 0h1v1h-1v-1zm0 2h1v1h-1v-1z" fill="#444" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M630 1242.362h24v24h-24z"/></g><g color="#000"><path d="M658 1244.362l-2 3h1v3h5v-3h1l-2-3zm11 0v2h-3l-1 1v3h5v-6zm-12 8v6h1v-2h1v2h3v-6zm10.5-1l-2.5 4h1.5l-1.5 2h2v1h1v-1h2l-1.5-2h1.5zm-9.5 3h1v1h-1zm2 0h1v1h-1zm0 2h1v1h-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M658 1244.362l-2 3h1v3h5v-3h1l-2-3zm11 0v2h-3l-1 1v3h5v-6zm-12 8v6h1v-2h1v2h3v-6zm10.5-1l-2.5 4h1.5l-1.5 2h2v1h1v-1h2l-1.5-2h1.5zm-9.5 3h1v1h-1zm2 0h1v1h-1zm0 2h1v1h-1z" fill="#444" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M654 1242.362h18v18h-18z"/></g><g color="#000"><g transform="matrix(.6 0 0 .6 302.2 510.2)"><path d="M633.7 1246.362l-3.4 3.4h1.7v3.4h5.1v-3.4h1.7l-3.4-3.4zm10.2 0v1.7h-2.23l-1.17 1.275v3.825h5.1v-6.8zm-10.2 10.2H632v6.8h1.7v-1.7h1.7v1.7h1.7v-6.8h-1.7zm9.35-1.7l-3.4 4.25h1.7l-1.7 2.55h2.55v1.7h1.7v-1.7h2.55l-1.7-2.55h1.7z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="3.4" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M633.7 1246.362l-3.4 3.4h1.7v3.4h5.1v-3.4h1.7l-3.4-3.4zm10.2 0v1.7h-2.23l-1.17 1.275v3.825h5.1v-6.8zm-10.2 10.2H632v6.8h1.7v-1.7h1.7v1.7h1.7v-6.8h-1.7zm9.35-1.7l-3.4 4.25h1.7l-1.7 2.55h2.55v1.7h1.7v-1.7h2.55l-1.7-2.55h1.7z" fill="#444" overflow="visible"/></g><path opacity=".5" fill="none" overflow="visible" d="M672 1242.362h12v12h-12z"/></g><g color="#000"><path d="M636 1269.362v2h-2v13h8v-13h-2v-2h-4zm9 2v3h-2v12h8v-12h-2v-3h-1v3h-2v-3h-1zm-10 2h2v1h-2v-1zm4 0h2v1h-2v-1zm-4 2h2v1h-2v-1zm4 0h2v1h-2v-1zm5 1h2v1h-2v-1zm4 0h2v1h-2v-1zm-13 1h2v1h-2v-1zm4 0h2v1h-2v-1zm5 1h2v1h-2v-1zm4 0h2v1h-2v-1zm-13 1h2v1h-2v-1zm4 0h2v1h-2v-1zm5 1h2v1h-2v-1zm4 0h2v1h-2v-1zm-13 1h2v1h-2v-1zm4 0h2v1h-2v-1zm5 1h2v1h-2v-1zm4 0h2v1h-2v-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M630 1266.362h24v24h-24z"/><path d="M636 1269.362v2h-2v13h8v-13h-2v-2h-4zm9 2v3h-2v12h8v-12h-2v-3h-1v3h-2v-3h-1zm-10 2h2v1h-2v-1zm4 0h2v1h-2v-1zm-4 2h2v1h-2v-1zm4 0h2v1h-2v-1zm5 1h2v1h-2v-1zm4 0h2v1h-2v-1zm-13 1h2v1h-2v-1zm4 0h2v1h-2v-1zm5 1h2v1h-2v-1zm4 0h2v1h-2v-1zm-13 1h2v1h-2v-1zm4 0h2v1h-2v-1zm5 1h2v1h-2v-1zm4 0h2v1h-2v-1zm-13 1h2v1h-2v-1zm4 0h2v1h-2v-1zm5 1h2v1h-2v-1zm4 0h2v1h-2v-1z" fill="#444" overflow="visible"/></g><g color="#000"><path d="M658 1268.362v2h-1v10h6v-10h-1v-2h-4zm7 2v3h-1v9h6v-9h-1v-3h-1v3h-2v-3h-1zm-7 1h1v1h-1v-1zm3 0h1v1h-1v-1zm-3 2h1v1h-1v-1zm3 0h1v1h-1v-1zm4 1h1v1h-1v-1zm3 0h1v1h-1v-1zm-10 1h1v1h-1v-1zm3 0h1v1h-1v-1zm4 1h1v1h-1v-1zm3 0h1v1h-1v-1zm-10 1h1v1h-1v-1zm3 0h1v1h-1v-1zm4 1h1v1h-1v-1zm3 0h1v1h-1v-1zm-3 2h1v1h-1v-1zm3 0h1v1h-1v-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M658 1268.362v2h-1v10h6v-10h-1v-2h-4zm7 2v3h-1v9h6v-9h-1v-3h-1v3h-2v-3h-1zm-7 1h1v1h-1v-1zm3 0h1v1h-1v-1zm-3 2h1v1h-1v-1zm3 0h1v1h-1v-1zm4 1h1v1h-1v-1zm3 0h1v1h-1v-1zm-10 1h1v1h-1v-1zm3 0h1v1h-1v-1zm4 1h1v1h-1v-1zm3 0h1v1h-1v-1zm-10 1h1v1h-1v-1zm3 0h1v1h-1v-1zm4 1h1v1h-1v-1zm3 0h1v1h-1v-1zm-3 2h1v1h-1v-1zm3 0h1v1h-1v-1z" fill="#444" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M654 1266.362h18v18h-18z"/></g><g color="#000"><path d="M638 1296.362l-3 1.5c-.51.256-1 1-1 1.5v8h3v-3h2v3h3v-8c0-.5-.502-1.25-1-1.5l-3-1.5zm9 2l-3 1.5c-.51.256-1 1-1 1.5v8h3v-3h2v3h3v-8c0-.5-.502-1.25-1-1.5l-3-1.5zm-12 2h2v1h-2v-1zm4 0h2v1h-2v-1zm-4 2h2v1h-2v-1zm4 0h2v1h-2v-1zm5 0h2v1h-2v-1zm4 0h2v1h-2v-1zm-4 2h2v1h-2v-1zm4 0h2v1h-2v-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M638 1296.362l-3 1.5c-.51.256-1 1-1 1.5v8h3v-3h2v3h3v-8c0-.5-.502-1.25-1-1.5l-3-1.5zm9 2l-3 1.5c-.51.256-1 1-1 1.5v8h3v-3h2v3h3v-8c0-.5-.502-1.25-1-1.5l-3-1.5zm-12 2h2v1h-2v-1zm4 0h2v1h-2v-1zm-4 2h2v1h-2v-1zm4 0h2v1h-2v-1zm5 0h2v1h-2v-1zm4 0h2v1h-2v-1zm-4 2h2v1h-2v-1zm4 0h2v1h-2v-1z" fill="#444" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M630 1290.362h24v24h-24z"/></g><g color="#000"><path d="M676 1292.862l-2 1.5v5h1.5v-1h1v1h1.5v-5zm-1 2h2v.5h-2zm4 .5v5h1.5v-1h1v1h1.5v-5l-2-1.5zm1 .5h2v.5h-2zm-5 1h2v.5h-2zm5 1h2v.5h-2z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M672 1290.362h12v12h-12z"/><path d="M676 1292.862l-2 1.5v5h1.5v-1h1v1h1.5v-5zm-1 2h2v.5h-2zm4 .5v5h1.5v-1h1v1h1.5v-5l-2-1.5zm1 .5h2v.5h-2zm-5 1h2v.5h-2zm5 1h2v.5h-2z" fill="#444" overflow="visible"/></g><g color="#000"><path d="M660 1293.362l-3 2v7h2v-2h2v2h2v-7zm4 4v7h2v-2h2v2h2v-7l-3-2zm-6-1h1v1h-1zm3 0h1v1h-1zm4 2h1v1h-1zm3 0h1v1h-1zm-10 0h1v1h-1zm3 0h1v1h-1zm4 2h1v1h-1zm3 0h1v1h-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M654 1290.362h18v18h-18z"/><path d="M660 1293.362l-3 2v7h2v-2h2v2h2v-7zm4 4v7h2v-2h2v2h2v-7l-3-2zm-6-1h1v1h-1zm3 0h1v1h-1zm4 2h1v1h-1zm3 0h1v1h-1zm-10 0h1v1h-1zm3 0h1v1h-1zm4 2h1v1h-1zm3 0h1v1h-1z" fill="#444" overflow="visible"/></g><g color="#000"><path d="M638 1319.362l-4.5 4c-.5.5 0 1 .5 1h1v5h2v-3h2v3h2v-5h1c.5 0 1-.5.5-1l-4.5-4zm9 3l-4.5 4c-.5.5 0 1 .5 1h1v5h2v-3h2v3h2v-5h1c.5 0 1-.5.5-1l-4.5-4z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M630 1314.362h24v24h-24z"/><path d="M638 1319.362l-4.5 4c-.5.5 0 1 .5 1h1v5h2v-3h2v3h2v-5h1c.5 0 1-.5.5-1l-4.5-4zm9 3l-4.5 4c-.5.5 0 1 .5 1h1v5h2v-3h2v3h2v-5h1c.5 0 1-.5.5-1l-4.5-4z" fill="#444" overflow="visible"/></g><g color="#000"><path d="M675 1267.362v1h-1v8h4v-8h-1v-1h-2zm5 1v2h-1v7h4v-7h-1v-2h-.5v2h-1v-2h-.5zm-5 1h2v.5h-2v-.5zm0 2h2v.5h-2v-.5zm5 0h2v.5h-2v-.5zm-5 2h2v.5h-2v-.5zm5 0h2v.5h-2v-.5zm0 2h2v.5h-2v-.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M672 1266.362h12v12h-12z"/><path d="M675 1267.362v1h-1v8h4v-8h-1v-1h-2zm5 1v2h-1v7h4v-7h-1v-2h-.5v2h-1v-2h-.5zm-5 1h2v.5h-2v-.5zm0 2h2v.5h-2v-.5zm5 0h2v.5h-2v-.5zm-5 2h2v.5h-2v-.5zm5 0h2v.5h-2v-.5zm0 2h2v.5h-2v-.5z" fill="#444" overflow="visible"/></g><g color="#000"><path d="M676.5 1316.862l-2.5 2.5h1v3h1v-1.5h1v1.5h1v-3h1zm4 2l-2 2v.5h.5v3h1v-1.5h1v1.5h1v-3h1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M672 1314.362h12v12h-12z"/><path d="M676.5 1316.862l-2.5 2.5h1v3h1v-1.5h1v1.5h1v-3h1l-2.5-2.5zm4 2l-2 2v.5h.5v3h1v-1.5h1v1.5h1v-3h1l-2.5-2.5z" fill="#444" overflow="visible"/></g><g color="#000"><path d="M660.5 1318.862l-3.5 2.5v1h1v4h2v-2h1v2h2v-4h1v-1l-3.5-2.5zm6 2l-3 2.156v1.344h.5v4h2v-2h1v2h2v-4h1v-1l-3.5-2.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M654 1314.362h18v18h-18z"/><path d="M660.5 1318.862l-3.5 2.5v1h1v4h2v-2h1v2h2v-4h1v-1l-3.5-2.5zm6 2l-3 2.156v1.344h.5v4h2v-2h1v2h2v-4h1v-1l-3.5-2.5z" fill="#444" overflow="visible"/></g><g color="#000"><path opacity=".5" fill="none" overflow="visible" d="M630 1338.362h24v24h-24z"/><path d="M647 1345.362v10h5v-10c0-1.5-.5-3-2.5-3s-2.5 1.5-2.5 3zm-11 0c-.5 0-1 .5-1.5 1l-2.5 3h1v6h12v-6h1l-2.5-3c-.5-.5-1-1-1.5-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M647 1345.362v10h5v-10c0-1.5-.5-3-2.5-3s-2.5 1.5-2.5 3zm-11 0c-.5 0-1 .5-1.5 1l-2.5 3h1v6h7v-3h2v3h3v-6h1l-2.5-3c-.5-.5-1-1-1.5-1zm5 2s2 1.255 2 2v1h-4v-1c0-.745 2-2 2-2z" fill="#444" overflow="visible"/></g><g color="#000"><path d="M682 1340.362l-1 1v6h2v-6zm-6.5 2l-2 2h.5v3h6v-3h.5l-2-2z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M672 1338.362h12v12h-12z"/><path d="M682 1340.362l-1 1v6h2v-6zm-6.5 2l-2 2h.5v3h3v-2h1v2h2v-3h.5l-2-2zm2 1l1 1h-2z" fill="#444" overflow="visible"/></g><g color="#000"><path d="M667 1344.362v8h4v-8l-1-2h-2zm-9.5 0l-2.5 3h1v5h9v-5h1l-2-3z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path opacity=".5" fill="none" overflow="visible" d="M654 1338.362h18v18h-18z"/><path d="M667 1344.362v8h4v-8l-1-2h-2zm-9.5 0l-2.5 3h1v5h6v-2h1v2h2v-5h1l-2-3zm5 2l1.5 1v1h-3v-1z" fill="#444" overflow="visible"/></g></g></symbol><symbol viewBox="0 0 12 12" id="marker-12"><g transform="translate(30 -1290.4)" color="#000"><path d="M-23.5 1291.362c-1.614 0-3.5 1-3.5 3.5 0 1.75 2.75 5.5 3.5 6.5.75-1 3.5-4.75 3.5-6.5 0-2.5-1.886-3.5-3.5-3.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M-23.5 1291.362c-1.614 0-3.5 1-3.5 3.5 0 1.75 2.75 5.5 3.5 6.5.75-1 3.5-4.75 3.5-6.5 0-2.5-1.886-3.5-3.5-3.5z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="marker-18"><g transform="translate(48 -1290.4)" color="#000"><path d="M-38.5 1292.362c-2.332 0-4.5 2-4.5 4.5 0 2.528 3.417 7.056 4.5 8.5 1.083-1.444 4.5-5.972 4.5-8.5 0-2.5-2.168-4.5-4.5-4.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M-38.5 1292.362c-2.332 0-4.5 2-4.5 4.5 0 2.528 3.417 7.056 4.5 8.5 1.083-1.444 4.5-5.972 4.5-8.5 0-2.5-2.168-4.5-4.5-4.5z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="marker-24"><g transform="translate(72 -1257.4)"><path d="M-53 1266.862c0 3.5-5 9.5-6.5 11.5-1.5-2-6.5-8-6.5-11.5s3.27-6.5 6.5-6.5 6.5 3 6.5 6.5z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M-53 1266.862c0 3.5-5 9.5-6.5 11.5-1.5-2-6.5-8-6.5-11.5s3.27-6.5 6.5-6.5 6.5 3 6.5 6.5z" color="#000" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="marker-stroked-12"><g color="#000" transform="translate(30 -1266.4)"><path d="M-23.5 1267.362c-1.614 0-3.5 1-3.5 3.5 0 1.75 2.75 5.5 3.5 6.5.75-1 3.5-4.75 3.5-6.5 0-2.5-1.886-3.5-3.5-3.5zm0 1c1.256 0 2.5 1 2.5 2.5 0 1.36-1.917 4.222-2.5 5-.583-.778-2.5-3.64-2.5-5 0-1.5 1.244-2.5 2.5-2.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M-23.5 1267.362c-1.614 0-3.5 1-3.5 3.5 0 1.75 2.75 5.5 3.5 6.5.75-1 3.5-4.75 3.5-6.5 0-2.5-1.886-3.5-3.5-3.5zm0 1c1.256 0 2.5 1 2.5 2.5 0 1.36-1.917 4.222-2.5 5-.583-.778-2.5-3.64-2.5-5 0-1.5 1.244-2.5 2.5-2.5z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="marker-stroked-18"><g color="#000" transform="translate(48 -1266.4)"><path d="M-38.5 1268.362c-2.332 0-4.5 2-4.5 4.5 0 2.528 3.417 7.056 4.5 8.5 1.083-1.444 4.5-5.972 4.5-8.5 0-2.5-2.168-4.5-4.5-4.5zm0 1.5c1.5 0 3 1.25 3 3 0 2-2.25 5-3 6-.75-1-3-4-3-6 0-1.75 1.5-3 3-3z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M-38.5 1268.362c-2.332 0-4.5 2-4.5 4.5 0 2.528 3.417 7.056 4.5 8.5 1.083-1.444 4.5-5.972 4.5-8.5 0-2.5-2.168-4.5-4.5-4.5zm0 1.5c1.5 0 3 1.25 3 3 0 2-2.25 5-3 6-.75-1-3-4-3-6 0-1.75 1.5-3 3-3z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="marker-stroked-24"><g transform="translate(-102 -301.4)" color="#000"><path d="M114.493 304.362c-3.23 0-6.5 3-6.5 6.5s5 9.5 6.5 11.5c1.5-2 6.5-8 6.5-11.5s-3.27-6.5-6.5-6.5zm0 2c2.51 0 4.5 1.778 4.5 4.5s-3.333 6.945-4.5 8.5c-1.167-1.555-4.5-5.778-4.5-8.5 0-2.722 1.99-4.5 4.5-4.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M114.493 304.362c-3.23 0-6.5 3-6.5 6.5s5 9.5 6.5 11.5c1.5-2 6.5-8 6.5-11.5s-3.27-6.5-6.5-6.5zm0 2c2.51 0 4.5 1.778 4.5 4.5s-3.333 6.945-4.5 8.5c-1.167-1.555-4.5-5.778-4.5-8.5 0-2.722 1.99-4.5 4.5-4.5z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="minefield-12"><g color="#000" transform="translate(-594 -1122.4)"><path d="M600.25 1123.362l-1.75 4-3-2.5.813 4.094c.274.894.587 1.406 1.187 1.406h1.5v-1h2.5v1h1.406c.6 0 .892-.264 1.188-.906l.906-4.594-3.5 2.5zm-.75 6.5v1.063c-1.145.12-2 .98-2 1.437v1l2.75.006 2.75-.006v-1c0-.456-.855-1.316-2-1.437v-1.063z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M600.25 1123.362l-1.75 4-3-2.5.813 4.094c.274.894.587 1.406 1.187 1.406h1.5v-1h2.5v1h1.406c.6 0 .892-.264 1.188-.906l.906-4.594-3.5 2.5zm-.75 6.5v1.063c-1.145.12-2 .98-2 1.437v1l2.75.006 2.75-.006v-1c0-.456-.855-1.316-2-1.437v-1.063z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="minefield-18"><g color="#000" transform="translate(-576 -1122.4)"><path d="M584 1124.362l-2 5.5-4.5-3 1.406 5.25c.378 1.227.833 1.25 1.657 1.25H582v-1h4v1h1.5c.824 0 1.22-.37 1.625-1.25l1.375-5.25-4.5 3-2-5.5zm-1 9v1.03c-2.002.153-3.5.757-3.5 1.47 0 .83 2.015 1.5 4.5 1.5s4.5-.67 4.5-1.5c0-.713-1.498-1.317-3.5-1.47v-1.03h-2z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M585.5 1124.362l-2 5.5-4.5-3 1.406 5.25c.378 1.227.833 1.25 1.657 1.25h1.437v-1h4v1h1.5c.824 0 1.22-.37 1.625-1.25l1.375-5.25-4.5 3zm-1 9v1.03c-2.002.153-3.5.757-3.5 1.47 0 .83 2.015 1.5 4.5 1.5.446 0 .877-.022 1.284-.062 1.86-.184 3.216-.758 3.216-1.438 0-.713-1.498-1.317-3.5-1.47v-1.03z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="minefield-24"><g color="#000" transform="translate(-552 -1122.4)"><path d="M563.5 1126.362l-2.5 7-6-4 2 6.5c.458 1.49 1 1.5 2 1.5h2v-1h5v1h2c1 0 1.506-.43 2-1.5l2-6.5-6 4-2.5-7zm-1.5 11v1c-2.216 0-4 .67-4 1.5s1.784 1.5 4 1.5h3c2.216 0 4-.67 4-1.5s-1.784-1.5-4-1.5v-1h-3z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M564.5 1126.362l-2.5 7-6-4 2 6.5c.458 1.49 1 1.5 2 1.5h2v-1h5v1h2c1 0 1.506-.43 2-1.5l2-6.5-6 4-2.5-7zm-1.5 11v1c-2.216 0-4 .67-4 1.5s1.784 1.5 4 1.5h3c2.216 0 4-.67 4-1.5s-1.784-1.5-4-1.5v-1h-3z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="mobilephone-12"><path d="M5 1v1H4v8h5.03V2H6V1H5zm0 2h3v2H5V3zm0 3h1v1H5V6zm2 0h1v1H7V6zM5 8h1v1H5V8zm2 0h1v1H7V8z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M5 1v1H4v8h5.03V2H6V1H5zm0 2h3v2H5V3zm0 3h1v1H5V6zm2 0h1v1H7V6zM5 8h1v1H5V8zm2 0h1v1H7V8z" fill="#444"/><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="mobilephone-18"><path d="M6 1v2c-.5 0-1 .598-1 1v11c0 .402.5 1 1 1h7c.5 0 1-.598 1-1V4c0-.402-.5-1-1-1H8V1H6zm1 4h5v3H7V5zm0 4.03h2V11H7V9.03zm3 0h2V11h-2V9.03zM7 12h2v2H7v-2zm3 0h2v2h-2v-2z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M6 1v2c-.5 0-1 .598-1 1v11c0 .402.5 1 1 1h7c.5 0 1-.598 1-1V4c0-.402-.5-1-1-1H8V1H6zm1 4h5v3H7V5zm0 4.03h2V11H7V9.03zm3 0h2V11h-2V9.03zM7 12h2v2H7v-2zm3 0h2v2h-2v-2z" fill="#444"/><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="mobilephone-24"><path d="M7.875 1C7.387 1 7 1.387 7 1.875V3.03c-.56.06-1 .473-1 1v16.94c0 .568.504 1.03 1.125 1.03h9.75c.62 0 1.125-.462 1.125-1.03V4.03C18 3.463 17.496 3 16.875 3H9V1.875C9 1.387 8.613 1 8.125 1h-.25zM9 5h6c.532 0 1 .512 1 1v3c0 .488-.468 1-1 1H9c-.532 0-1-.512-1-1V6c0-.488.468-1 1-1zm-1 7h2v2H8v-2zm3 .03h2V14h-2v-1.97zm3 0h2V14h-2v-1.97zM8 15h2v2H8v-2zm3 .03h2V17h-2v-1.97zm3 0h2V17h-2v-1.97zM8 18h2v2H8v-2zm3 .03h2V20h-2v-1.97zm3 0h2V20h-2v-1.97z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M7.875 1C7.387 1 7 1.387 7 1.875V3.03c-.56.06-1 .473-1 1v16.94c0 .568.504 1.03 1.125 1.03h9.75c.62 0 1.125-.462 1.125-1.03V4.03C18 3.463 17.496 3 16.875 3H9V1.875C9 1.387 8.613 1 8.125 1h-.25zM9 5h6c.532 0 1 .512 1 1v3c0 .488-.468 1-1 1H9c-.532 0-1-.512-1-1V6c0-.488.468-1 1-1zm-1 7h2v2H8v-2zm3 .03h2V14h-2v-1.97zm3 0h2V14h-2v-1.97zM8 15h2v2H8v-2zm3 .03h2V17h-2v-1.97zm3 0h2V17h-2v-1.97zM8 18h2v2H8v-2zm3 .03h2V20h-2v-1.97zm3 0h2V20h-2v-1.97z" fill="#444"/><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="monument-12"><g color="#000" transform="translate(-204 -1146.4)"><path d="M210.5 1147.362s-1.5 1.5-1.5 2v4h-.5c-.277 0-.464.226-.5.5v1.5h-.5c-.277 0-.5.223-.5.5v.5h7v-.5c0-.277-.223-.5-.5-.5h-.5v-1.5c0-.277-.223-.5-.5-.5h-.5v-4c0-.5-1.5-2-1.5-2z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M210.5 1147.362s-1.5 1.5-1.5 2v4h-.5c-.277 0-.464.226-.5.5v1.5h-.5c-.277 0-.5.223-.5.5v.5h7v-.5c0-.277-.223-.5-.5-.5h-.5v-1.5c0-.277-.223-.5-.5-.5h-.5v-4c0-.5-1.5-2-1.5-2z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="monument-18"><g color="#000" transform="translate(-186 -1146.4)"><path d="M195.444 1148.362s-1.444 1.722-1.444 2.5v7.5h-1c-.43 0-1 .514-1 .945v1.555h-1c-.5 0-1 .5-1 1v.5h11v-.5c0-.5-.5-1-1-1h-1v-1.5c0-.5-.5-1-1-1h-1v-7.5c0-.778-1.556-2.5-1.556-2.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M195.444 1148.362s-1.444 1.722-1.444 2.5v7.5h-1c-.43 0-1 .514-1 .945v1.555h-1c-.5 0-1 .5-1 1v.5h11v-.5c0-.5-.5-1-1-1h-1v-1.5c0-.5-.5-1-1-1h-1v-7.5c0-.778-1.556-2.5-1.556-2.5z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="monument-24"><g transform="translate(-162 -1145.4)" color="#000"><path d="M174.5 1147.362s-2.59 2.004-2.5 3v11h-2c-.554 0-1 .446-1 1v2h-1c-.554 0-1 .446-1 1v1h15v-1c0-.554-.446-1-1-1h-1v-2c0-.554-.446-1-1-1h-2v-11c0-1-2.5-3-2.5-3z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M174.5 1147.362s-2.59 2.004-2.5 3v11h-2c-.554 0-1 .446-1 1v2h-1c-.554 0-1 .446-1 1v1h15v-1c0-.554-.446-1-1-1h-1v-2c0-.554-.446-1-1-1h-2v-11c0-1-2.5-3-2.5-3z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="museum-12"><g transform="translate(-203 -1122.4)" color="#000"><path d="M213 1125.362l-3.5-2-3.5 2v6l-1 1h9l-1-1v-1zm-5.5 2h.75c.25 0 .5.5.5.5l.75 1.5.75-1.5c.134-.27.25-.5.5-.5h.75c.277 0 .5.223.5.5v2.5c0 .25-.25.5-.5.5s-.5-.25-.5-.5v-2l-.75 1.5c-.12.24-.25.5-.75.5s-.63-.26-.75-.5l-.75-1.5v2c0 .25-.25.5-.5.5s-.5-.25-.5-.5v-2.5c0-.277.223-.5.5-.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M209.5 1123.362l-3.5 2h7zm-3 3c-.277 0-.5.223-.5.5v4.5l-1 1h9l-1-1v-4.5c0-.277-.223-.5-.5-.5zm1 1h.75c.25 0 .5.5.5.5l.75 1.5.75-1.5c.134-.27.25-.5.5-.5h.75c.277 0 .5.223.5.5v2.5c0 .25-.25.5-.5.5s-.5-.25-.5-.5v-2l-.75 1.5c-.12.24-.25.5-.75.5s-.63-.26-.75-.5l-.75-1.5v2c0 .25-.25.5-.5.5s-.5-.25-.5-.5v-2.5c0-.277.223-.5.5-.5z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="museum-18"><path d="M9.5 3L5 6h9zM6 7c-.5 0-1 .5-1 .944V13l-1 1.5c0 .36.234.5.5.5h10c.256 0 .5-.14.5-.5L14 13V7.944C14 7.5 13.5 7 13 7zm2 1.5c.5 0 .5 0 1 1l.5 1 .5-1c.5-1 .5-1 1-1s1 .5 1 1V13c0 .36-.14.5-.5.5s-.5-.14-.5-.5v-2.89L10 12c-.265.5-.735.5-1 0l-1-1.89V13c0 .36-.14.5-.5.5S7 13.36 7 13V9.5c0-.5.5-1 1-1z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M9.5 3L5 6h9zM6 7c-.5 0-1 .5-1 .944V13l-1 1.5c0 .36.234.5.5.5h10c.256 0 .5-.14.5-.5L14 13V7.944C14 7.5 13.5 7 13 7zm2 1.5c.5 0 .5 0 1 1l.5 1 .5-1c.5-1 .5-1 1-1s1 .5 1 1V13c0 .36-.14.5-.5.5s-.5-.14-.5-.5v-2.89L10 12c-.265.5-.735.5-1 0l-1-1.89V13c0 .36-.14.5-.5.5S7 13.36 7 13V9.5c0-.5.5-1 1-1z" color="#000" fill="#444" overflow="visible"/><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="museum-24"><path d="M12.5 3L6 8h13zM7 9c-.554 0-.922.452-1 1v7l-1.75 3c-.148.254-.25.357-.25.5 0 .5.632.5 1 .5h15c.355 0 1 0 1-.5 0-.146-.087-.22-.25-.5L19 17v-7c0-.554-.446-1-1-1zm2 2h1.5c.5 0 1 1 1 1l1 2.5 1-2.5c.223-.558.5-1 1-1H16c.554 0 1 .446 1 1v5c0 .5-.5 1-1 1s-1-.5-1-1v-4l-1.5 3s-.5 1-1 1-1-1-1-1L10 13v4c0 .5-.5 1-1 1s-1-.5-1-1v-5c0-.554.446-1 1-1z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M12.5 3L6 8h13zM7 9c-.554 0-.922.452-1 1v7l-1.75 3c-.148.254-.25.357-.25.5 0 .5.632.5 1 .5h15c.355 0 1 0 1-.5 0-.146-.087-.22-.25-.5L19 17v-7c0-.554-.446-1-1-1zm2 2h1.5c.5 0 1 1 1 1l1 2.5 1-2.5c.223-.558.5-1 1-1H16c.554 0 1 .446 1 1v5c0 .5-.5 1-1 1s-1-.5-1-1v-4l-1.5 3s-.5 1-1 1-1-1-1-1L10 13v4c0 .5-.5 1-1 1s-1-.5-1-1v-5c0-.554.446-1 1-1z" color="#000" fill="#444" overflow="visible"/><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="music-12"><g transform="matrix(.5 0 0 .5 -198 -645.2)"><path d="M406 1294.362v11h-1c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3v-8h6v5h-1c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3v-14h-10z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M406 1294.362v11h-1c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3v-8h6v5h-1c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3v-14h-10z" fill="#454545"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="music-18"><g transform="matrix(.8 0 0 .8 -296.3 -967.8)"><path d="M405 1294.362l-1 1v10h-1c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3v-8.666h7v5.666h-1c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3v-13l-1-1h-9z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2.66666" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M405 1294.362l-1 1v10h-1c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3v-8.666h7v5.666h-1c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3v-13l-1-1h-9z" fill="#454545"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="music-24"><g transform="translate(-395 -1290.4)"><path d="M405 1294.362c-.5 0-1 .5-1 1v10h-1c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3v-9h7v6h-1c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3v-13c0-.5-.5-1-1-1h-9z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M405 1294.362c-.5 0-1 .5-1 1v10h-1c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3v-9h7v6h-1c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3v-13c0-.5-.5-1-1-1h-9z" fill="#454545"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="oil-well-12"><g transform="translate(-516 -1269.4)" color="#000"><path d="M521 1270.362l-3 9h1.5l.5-1.53 2.5-1.47 2.5 1.47.5 1.53h1.5l-3-9zm.5 3h2l.5 1.53-.72.47H523v.188l-.5.312-.5-.312v-.188h-.28l-.72-.47zm-.78 2.375l.28.125.5.25-.5.25-.594.313.094-.313v-.5h.187zm3.56 0l.032.125h.188v.5l.094.313-.594-.313-.5-.25.5-.25z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M521 1270.362l-3 9h1.5l.5-1.53 2.5-1.47 2.5 1.47.5 1.53h1.5l-3-9zm.5 3h2l.5 1.53-.72.47H523v.188l-.5.312-.5-.312v-.188h-.28l-.72-.47zm-.78 2.375l.28.125.5.25-.5.25-.594.313.094-.313v-.5h.187zm3.56 0l.032.125h.188v.5l.094.313-.594-.313-.5-.25.5-.25z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="oil-well-18"><g transform="translate(-498 -1269.4)" color="#000"><path d="M506 1271.362c-.382 0-.664.368-.78.75l-4.22 13.25h2l.906-2.72 3.594-2.03 3.594 2.03.906 2.72h2l-4.22-13.25c-.116-.382-.398-.75-.78-.75zm0 5h3l.5 1.47-2 1.28-2-1.28zm-.875 2.656l1.375.844-2.063 1.188zm4.75 0l.688 2.032-2.063-1.188z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M506 1271.362c-.382 0-.664.368-.78.75l-4.22 13.25h2l.906-2.72 3.594-2.03 3.594 2.03.906 2.72h2l-4.22-13.25c-.116-.382-.398-.75-.78-.75zm0 5h3l.5 1.47-2 1.28-2-1.28zm-.875 2.656l1.375.844-2.063 1.188zm4.75 0l.688 2.032-2.063-1.188z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="oil-well-24"><g transform="translate(-474 -1266.4)" color="#000"><path d="M484.5 1269.362c-.5 0-.846.5-1 1l-5.344 15.97c-.038.112-.156.416-.156.53 0 .5.5.5 1 .5s.97 0 1.156-.5l.844-2.25 5.5-2.75 5.5 2.75.844 2.25c.186.5.656.5 1.156.5.5 0 1 0 1-.5 0-.114-.118-.418-.156-.53l-5.344-15.97c-.154-.5-.5-1-1-1zm4.5 7l.688 1.906-3.188 1.594-3.188-1.594.688-1.906zm-6.313 3.594l1.813.906-2.625 1.313zm7.625 0l.813 2.22-2.625-1.314z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M484.5 1269.362c-.5 0-.846.5-1 1l-5.344 15.97c-.038.112-.156.416-.156.53 0 .5.5.5 1 .5s.97 0 1.156-.5l.844-2.25 5.5-2.75 5.5 2.75.844 2.25c.186.5.656.5 1.156.5.5 0 1 0 1-.5 0-.114-.118-.418-.156-.53l-5.344-15.97c-.154-.5-.5-1-1-1zm4.5 7l.688 1.906-3.188 1.594-3.188-1.594.688-1.906zm-6.313 3.594l1.813.906-2.625 1.313zm7.625 0l.813 2.22-2.625-1.314z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="park-12"><g transform="translate(-204 -1052.4)" color="#000"><path d="M210.5 1053.362l-3 3h1.72l-2.22 2h2l-2 2h3v2h1v-2h3l-2-2h2l-2.22-2h1.72z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M210.5 1053.362l-3 3h1.72l-2.22 2h2l-2 2h3v2h1v-2h3l-2-2h2l-2.22-2h1.72z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="park-18"><g color="#000" transform="translate(-186 -1050.4)"><path d="M195.5 1052.362l-4 4h2.5l-3 3h2.5l-2.5 3h4v3h1v-3h4l-2.5-3h2.5l-3-3h2.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M195.5 1052.362l-4 4h2.5l-3 3h2.5l-2.5 3h4v3h1v-3h4l-2.5-3h2.5l-3-3h2.5z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="park-24"><g color="#000" transform="translate(0 -1027.4)"><path d="M12.5 1030.362l-5.5 5h3l-4 4h3l-3 4h5v4c0 .554.446 1 1 1h1c.554 0 1-.446 1-1v-4h5l-3-4h3l-4-4h3l-5.5-5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M12.5 1030.362l-5.5 5h3l-4 4h3l-3 4h5v4c0 .554.446 1 1 1h1c.554 0 1-.446 1-1v-4h5l-3-4h3l-1-1-3-3h3z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="park2-12"><g transform="translate(-205 -1075.4)" color="#000"><path d="M210.844 1076.362c-.563.047-.844.75-.844 1.5-1-.5-1.5-.25-1.5.75s1 1.25 1 1.25-1.5-.246-1.5 1.25c0 .69.81 1.25 1.5 1.25v1h1.5v3h1v-3h1.5v-1c1 0 1.5-.597 1.5-1.25 0-1.496-1.5-1.25-1.5-1.25s1-.25 1-1.25-1-1.25-1.5-.75c0-1-.5-1.5-1.5-1.5-.25 0-.47-.016-.656 0zm-.344 6h2l-.5 1h-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M210.844 1076.362c-.563.047-.844.75-.844 1.5-1-.5-1.5-.25-1.5.75s1 1.25 1 1.25-1.5-.246-1.5 1.25c0 .69.81 1.25 1.5 1.25v1h1.5v3h1v-3h1.5v-1c1 0 1.5-.597 1.5-1.25 0-1.496-1.5-1.25-1.5-1.25s1-.25 1-1.25-1-1.25-1.5-.75c0-1-.5-1.5-1.5-1.5-.25 0-.47-.016-.656 0zm-.344 6h2l-.5 1h-1z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="park2-18"><g color="#000" transform="translate(-186 -1074.4)"><path d="M200 1083.362c0-1-1-2-1.5-2 .307-.344.61-1.003.61-1.5 0-1.074-1.11-2-2.11-2 0-1-.5-1.5-1.5-1.5s-1.5.5-1.5 1.5c-1 0-2.11.927-2.11 2 0 .498.303 1.157.61 1.5-.5 0-1.5 1-1.5 2s.5 2.056 2.056 2.056h.388l.056.944 1.5 1.5v2.5h1v-2.5l1.5-1.5.055-.944.56-.012c1.385-.044 1.885-1.044 1.885-2.044zm-5.5 2h2v.5l-1 1-1-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M200 1083.362c0-1-1-2-1.5-2 .307-.344.61-1.003.61-1.5 0-1.074-1.11-2-2.11-2 0-1-.5-1.5-1.5-1.5s-1.5.5-1.5 1.5c-1 0-2.11.927-2.11 2 0 .498.303 1.157.61 1.5-.5 0-1.5 1-1.5 2s.5 2.056 2.056 2.056h.388l.056.944 1.5 1.5v2.5h1v-2.5l1.5-1.5.055-.944.56-.012c1.385-.044 1.885-1.044 1.885-2.044zm-5.5 2h2v.5l-1 1-1-1z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="park2-24"><g transform="translate(-33 -1074.4)" color="#000"><path d="M52 1085.862c0-1.07-.68-1.987-1.625-2.344.395-.44.625-1.017.625-1.656 0-1.38-1.12-2.5-2.5-2.5-.197 0-.38.02-.563.062-.21-1.17-1.208-2.062-2.437-2.062-1.23 0-2.228.893-2.438 2.063-.183-.043-.365-.062-.562-.062-1.38 0-2.5 1.12-2.5 2.5 0 .64.23 1.214.625 1.656-.945.356-1.625 1.272-1.625 2.342 0 1.38 1 2.5 2.5 2.5h.5l2 3.5v3.5h3v-3.5l2-3.5.72-.014c1.28.014 2.28-1.18 2.28-2.486zm-8 2.5h3l-1 2h-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" overflow="visible"/><path d="M52 1085.862c0-1.07-.68-1.987-1.625-2.344.395-.44.625-1.017.625-1.656 0-1.38-1.12-2.5-2.5-2.5-.197 0-.38.02-.563.062-.21-1.17-1.208-2.062-2.437-2.062-1.23 0-2.228.893-2.438 2.063-.183-.043-.365-.062-.562-.062-1.38 0-2.5 1.12-2.5 2.5 0 .64.23 1.214.625 1.656-.945.356-1.625 1.272-1.625 2.342 0 1.38 1 2.5 2.5 2.5h.5l2 3.5v3.5h3v-3.5l2-3.5.72-.014c1.28.014 2.28-1.18 2.28-2.486zm-8 2.5h3l-1 2h-1z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="parking-12"><g style="text-indent:0;text-align:center;line-height:125%;text-transform:none;block-progression:tb;-inkscape-font-specification:Open Sans Bold" font-size="9.333" font-weight="bold" text-anchor="middle" color="#000" fill="#444" stroke-width="2" overflow="visible" font-family="Open Sans" transform="translate(-126 -1218.4)"><path d="M132.316 1224.168h.465c.436 0 .76-.085.977-.255.215-.173.323-.424.323-.752 0-.33-.09-.575-.273-.733-.18-.158-.462-.237-.848-.237h-.644v1.978m3.19-1.057c0 .718-.224 1.266-.674 1.646-.447.38-1.083.57-1.91.57h-.606v2.37h-1.412v-6.663h2.128c.808 0 1.422.175 1.84.524.423.346.634.864.635 1.554" opacity=".3" fill="#fff" stroke="#fff" stroke-linejoin="round" overflow="visible"/><path d="M132.316 1224.168h.465c.436 0 .76-.085.977-.255.215-.173.323-.424.323-.752 0-.33-.09-.575-.273-.733-.18-.158-.462-.237-.848-.237h-.644v1.978m3.19-1.057c0 .718-.224 1.266-.674 1.646-.447.38-1.083.57-1.91.57h-.606v2.37h-1.412v-6.663h2.128c.808 0 1.422.175 1.84.524.423.346.634.864.635 1.554"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="parking-18"><g font-size="25.21" font-weight="bold" letter-spacing="0" word-spacing="0" color="#000" font-family="Helvetica Neue" transform="translate(-108 -1218.4)"><path d="M115 1222.362v10h2.125v-3.562h.906c1.24 0 2.206-.274 2.876-.844.675-.57 1-1.393 1-2.47 0-1.033-.304-1.823-.937-2.343-.63-.524-1.57-.78-2.782-.78zm2.125 1.75h.97c.578 0 .98.107 1.25.344.272.237.405.597.405 1.094 0 .492-.145.865-.47 1.125-.322.255-.816.406-1.468.406h-.687z" style="text-indent:0;text-align:start;line-height:125%;text-transform:none;block-progression:tb;-inkscape-font-specification:Helvetica Neue Bold" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M115 1222.362v10h2.125v-3.562h.906c1.24 0 2.206-.274 2.876-.844.675-.57 1-1.393 1-2.47 0-1.033-.304-1.823-.937-2.343-.63-.524-1.57-.78-2.782-.78zm2.125 1.75h.97c.578 0 .98.107 1.25.344.272.237.405.597.405 1.094 0 .492-.145.865-.47 1.125-.322.255-.816.406-1.468.406h-.687z" style="text-indent:0;text-align:start;line-height:125%;text-transform:none;block-progression:tb;-inkscape-font-specification:Helvetica Neue Bold" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="parking-24"><g style="text-indent:0;text-align:center;line-height:125%;text-transform:none;block-progression:tb;-inkscape-font-specification:Open Sans Bold" font-size="12" font-weight="bold" text-anchor="middle" color="#000" fill="#444" stroke-width="2" overflow="visible" font-family="Open Sans" transform="matrix(1.3 0 0 1.3 0 -1355.2)"><path d="M8.87 1025.077h.6c.557 0 .975-.11 1.253-.328.277-.224.416-.546.416-.968 0-.426-.12-.74-.353-.943-.23-.204-.594-.306-1.09-.306H8.87v2.543m4.103-1.36c0 .923-.29 1.628-.868 2.116-.574.488-1.392.732-2.455.732h-.78v3.047H7.056v-8.566H9.79c1.04 0 1.83.224 2.368.674.543.445.815 1.11.815 1.998" opacity=".3" fill="#fff" stroke="#fff" stroke-width="1.5" stroke-linejoin="round" overflow="visible"/><path d="M8.87 1025.077h.6c.557 0 .975-.11 1.253-.328.277-.224.416-.546.416-.968 0-.426-.12-.74-.353-.943-.23-.204-.594-.306-1.09-.306H8.87v2.543m4.103-1.36c0 .923-.29 1.628-.868 2.116-.574.488-1.392.732-2.455.732h-.78v3.047H7.056v-8.566H9.79c1.04 0 1.83.224 2.368.674.543.445.815 1.11.815 1.998"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="parking-garage-12"><g transform="translate(-126 -1242.4)" font-size="25.21" font-weight="bold" letter-spacing="0" word-spacing="0" color="#000" font-family="Helvetica Neue"><path d="M132.5 1243.362l-3.5 1v1l3.5-1 3.5 1v-1l-3.5-1zm-1.594 2.656v6.688h1.406v-2.375h.625c.827 0 1.46-.182 1.907-.56.45-.38.656-.94.656-1.658 0-.69-.203-1.216-.625-1.562-.42-.35-1.036-.53-1.844-.53h-2.124zm1.406 1.157h.657c.385 0 .663.092.843.25.182.158.28.42.28.75 0 .328-.127.577-.343.75-.216.17-.534.25-.97.25h-.468v-2z" style="text-indent:0;text-align:start;line-height:125%;text-transform:none;block-progression:tb;-inkscape-font-specification:Helvetica Neue Bold" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M132.5 1243.362l-3.5 1v1l3.5-1 3.5 1v-1l-3.5-1zm-1.594 2.656v6.688h1.406v-2.375h.625c.827 0 1.46-.182 1.907-.56.45-.38.656-.94.656-1.658 0-.69-.203-1.216-.625-1.562-.42-.35-1.036-.53-1.844-.53h-2.124zm1.406 1.157h.657c.385 0 .663.092.843.25.182.158.28.42.28.75 0 .328-.127.577-.343.75-.216.17-.534.25-.97.25h-.468v-2z" style="text-indent:0;text-align:start;line-height:125%;text-transform:none;block-progression:tb;-inkscape-font-specification:Helvetica Neue Bold" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="parking-garage-18"><g transform="matrix(.9 0 0 1 -97.8 -1218.4)" fill="#b4b4b4" font-size="25.21" font-weight="bold" letter-spacing="0" word-spacing="0" color="#000" font-family="Helvetica Neue"><path d="M117 1219.362l-6 1.5v1.5l6-1.5 6 1.5v-1.5l-6-1.5zm-2.727 4v10h2.318v-3.562h.99c1.352 0 2.405-.274 3.136-.844.736-.57 1.09-1.393 1.09-2.47 0-1.033-.33-1.823-1.022-2.343-.686-.524-1.712-.78-3.034-.78h-3.477zm2.318 1.75h1.058c.63 0 1.07.107 1.363.344.3.237.445.597.445 1.094 0 .492-.16.865-.512 1.125-.353.255-.89.406-1.602.406h-.75v-2.968z" style="text-indent:0;text-align:start;line-height:125%;text-transform:none;block-progression:tb;-inkscape-font-specification:Helvetica Neue Bold" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2.089" stroke-linejoin="round" overflow="visible"/><path d="M117 1219.362l-6 1.5v1.5l6-1.5 6 1.5v-1.5l-6-1.5zm-2.727 4v10h2.318v-3.562h.99c1.352 0 2.405-.274 3.136-.844.736-.57 1.09-1.393 1.09-2.47 0-1.033-.33-1.823-1.022-2.343-.686-.524-1.712-.78-3.034-.78h-3.477zm2.318 1.75h1.058c.63 0 1.07.107 1.363.344.3.237.445.597.445 1.094 0 .492-.16.865-.512 1.125-.353.255-.89.406-1.602.406h-.75v-2.968z" style="text-indent:0;text-align:start;line-height:125%;text-transform:none;block-progression:tb;-inkscape-font-specification:Helvetica Neue Bold" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="parking-garage-24"><g transform="translate(-84 -1212.4)" font-size="25.21" font-weight="bold" letter-spacing="0" word-spacing="0" color="#000" font-family="Helvetica Neue"><path d="M96.5 1216.362l-6.5 2v2l6.5-2 6.5 2v-2l-6.5-2zm-3.094 4.25v11.406h2.406v-4.062h1.063c1.417 0 2.516-.318 3.28-.97.772-.65 1.126-1.582 1.126-2.81 0-1.184-.337-2.064-1.06-2.657-.72-.6-1.772-.908-3.157-.908h-3.657zm2.406 1.97h1.126c.66 0 1.13.134 1.437.405.313.27.47.714.47 1.28 0 .564-.194.986-.564 1.283-.37.29-.91.437-1.655.437h-.813v-3.406z" style="text-indent:0;text-align:start;line-height:125%;text-transform:none;block-progression:tb;-inkscape-font-specification:Helvetica Neue Bold" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M96.5 1216.362l-6.5 2v2l6.5-2 6.5 2v-2l-6.5-2zm-3.094 4.25v11.406h2.406v-4.062h1.063c1.417 0 2.516-.318 3.28-.97.772-.65 1.126-1.582 1.126-2.81 0-1.184-.337-2.064-1.06-2.657-.72-.6-1.772-.908-3.157-.908h-3.657zm2.406 1.97h1.126c.66 0 1.13.134 1.437.405.313.27.47.714.47 1.28 0 .564-.194.986-.564 1.283-.37.29-.91.437-1.655.437h-.813v-3.406z" style="text-indent:0;text-align:start;line-height:125%;text-transform:none;block-progression:tb;-inkscape-font-specification:Helvetica Neue Bold" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="pharmacy-12"><g transform="translate(-282 -1146.4)"><path d="M288.5 1147.862c-1.38 0-2.5.448-2.5 1v1.5c0 .552 1.12 1 2.5 1s2.5-.448 2.5-1v-1.5c0-.552-1.12-1-2.5-1zm-2.5 3.5v5c0 .552 1.12 1 2.5 1s2.5-.448 2.5-1v-5c0 .552-1.12 1-2.5 1s-2.5-.448-2.5-1z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M288.5 1147.862c-1.38 0-2.5.448-2.5 1v1.5c0 .552 1.12 1 2.5 1s2.5-.448 2.5-1v-1.5c0-.552-1.12-1-2.5-1zm-2.5 3.5v5c0 .552 1.12 1 2.5 1s2.5-.448 2.5-1v-5c0 .552-1.12 1-2.5 1s-2.5-.448-2.5-1zm1 2s.5.25 1.5.25 1.5-.25 1.5-.25v2s-.5.25-1.5.25-1.5-.25-1.5-.25v-2z" color="#000" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="pharmacy-18"><g transform="translate(-265 -1146.4)" color="#000"><path d="M274.5 1149.362c-1.933 0-3.5.672-3.5 1.5v2.5c0 .83 1.567 1.5 3.5 1.5s3.5-.67 3.5-1.5v-2.5c0-.828-1.567-1.5-3.5-1.5zm-3.5 5.5v6.5s1 1 3.5 1 3.5-1 3.5-1v-6.5c0 .83-1.567 1.5-3.5 1.5s-3.5-.67-3.5-1.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M274.5 1149.362c-1.933 0-3.5.672-3.5 1.5v2.5c0 .83 1.567 1.5 3.5 1.5s3.5-.67 3.5-1.5v-2.5c0-.828-1.567-1.5-3.5-1.5zm-3.5 5.5v6.5s1 1 3.5 1 3.5-1 3.5-1v-6.5c0 .83-1.567 1.5-3.5 1.5s-3.5-.67-3.5-1.5zm2 2.5c.453.092.965.156 1.5.156s1.047-.064 1.5-.156v3c-.453.092-.965.156-1.5.156s-1.047-.064-1.5-.156z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="pharmacy-24"><g color="#000" transform="translate(-240 -1146.4)"><path d="M252.5 1148.362c-3.038 0-5.5 1.12-5.5 2.5v3c0 1.38 2.462 2.5 5.5 2.5s5.5-1.12 5.5-2.5v-3c0-1.38-2.462-2.5-5.5-2.5zm-5.5 9v7.5c0 1.38 2.462 2.5 5.5 2.5s5.5-1.12 5.5-2.5v-7.5c0-1-.5-1-1-.5-.84.894-2.228 1.5-4.5 1.5-2.227 0-3.635-.635-4.5-1.5-.5-.5-1-.5-1 .5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M252.5 1148.362c-3.038 0-5.5 1.12-5.5 2.5v3c0 1.38 2.462 2.5 5.5 2.5s5.5-1.12 5.5-2.5v-3c0-1.38-2.462-2.5-5.5-2.5zm-5.5 9v7.5c0 1.38 2.462 2.5 5.5 2.5s5.5-1.12 5.5-2.5v-7.5c0-1-.5-1-1-.5-.84.894-2.228 1.5-4.5 1.5-2.227 0-3.635-.635-4.5-1.5-.5-.5-1-.5-1 .5zm3 3c.752.176 1.597.28 2.5.28.903.002 1.748-.104 2.5-.28v4c-.752.176-1.597.28-2.5.28-.903.002-1.748-.104-2.5-.28z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="pitch-12"><g transform="translate(-516 -1050.4)"><g color="#000"><path d="M522 1051.362c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1zm-2.594 1.22c-.218 0-.406.132-.406.405s.085.63.125.844l.28 1c.15.545.468.532.876.532h.908c.324.547.21 1.165.312 2h-.5c-.547 0-1.453.313-.906 1.406l.812 1.657c.197.392.395.435.594.437.355 0 .65-.357.5-.72l-.625-1.498c-.118-.282.152-.282.28-.282H523s.457 1.203 1.22 2.188c.28.363.577.812.967.812.274 0 .75-.374.25-.97-.933-1.113-1.437-2.483-1.437-3.03 0-.636-.182-1.242-.344-2h.813c.265.535.717 1.375.717 1.375.303.523.813.484.813 0 0-.067.006-.214-.063-.375l-.75-1.72c-.05-.117-.123-.28-.53-.28h-4.282l-.406-1.375c-.083-.273-.345-.406-.564-.406z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M522 1051.362c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1zm-2.594 1.22c-.218 0-.406.132-.406.405s.085.63.125.844l.28 1c.15.545.468.532.876.532h.908c.324.547.21 1.165.312 2h-.5c-.547 0-1.453.313-.906 1.406l.812 1.657c.197.392.395.435.594.437.355 0 .65-.357.5-.72l-.625-1.498c-.118-.282.152-.282.28-.282H523s.457 1.203 1.22 2.188c.28.363.577.812.967.812.274 0 .75-.374.25-.97-.933-1.113-1.437-2.483-1.437-3.03 0-.636-.182-1.242-.344-2h.813c.265.535.717 1.375.717 1.375.303.523.813.484.813 0 0-.067.006-.214-.063-.375l-.75-1.72c-.05-.117-.123-.28-.53-.28h-4.282l-.406-1.375c-.083-.273-.345-.406-.564-.406z" fill="#444" overflow="visible"/></g></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="pitch-18"><g transform="translate(-499 -1051.4)" color="#000"><path d="M508.343 1053.362c-.756 0-1.368.613-1.368 1.37 0 .754.612 1.367 1.368 1.367.756 0 1.37-.614 1.37-1.37 0-.755-.614-1.368-1.37-1.368zm-3.934 2.737l.34 1.368c.172.684.58.684 1.092.684h1.133c.406.684.215 1.796.342 2.842h-.62c-.684 0-1.775.684-1.09 2.052l1.026 2.053c.684 1.367 1.71.34 1.368-.343l-1.025-2.053c-.17-.342.18-.342.342-.342h1.688s.81 1.693 1.764 2.925c.352.455.742 1.075 1.23 1.075.342 0 .928-.53.304-1.273-1.168-1.396-1.908-2.833-1.908-3.517 0-.796-.14-2.472-.342-3.42h1.026c.334.668.92 1.71.92 1.71.378.654 1 .605 1 0 0-.084-.01-.263-.096-.464l-.97-2.275c-.062-.148-.172-.342-.683-.342h-5.302l-.513-1.71c-.205-.685-1.197-.685-1.197 0 0 .342.12.757.17 1.026z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M508.343 1053.362c-.756 0-1.368.613-1.368 1.37 0 .754.612 1.367 1.368 1.367.756 0 1.37-.614 1.37-1.37 0-.755-.614-1.368-1.37-1.368zm-3.934 2.737l.34 1.368c.172.684.58.684 1.092.684h1.133c.406.684.215 1.796.342 2.842h-.62c-.684 0-1.775.684-1.09 2.052l1.026 2.053c.684 1.367 1.71.34 1.368-.343l-1.025-2.053c-.17-.342.18-.342.342-.342h1.688s.81 1.693 1.764 2.925c.352.455.742 1.075 1.23 1.075.342 0 .928-.53.304-1.273-1.168-1.396-1.908-2.833-1.908-3.517 0-.796-.14-2.472-.342-3.42h1.026c.334.668.92 1.71.92 1.71.378.654 1 .605 1 0 0-.084-.01-.263-.096-.464l-.97-2.275c-.062-.148-.172-.342-.683-.342h-5.302l-.513-1.71c-.205-.685-1.197-.685-1.197 0 0 .342.12.757.17 1.026z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="pitch-24"><g color="#000" transform="translate(-474 -1050.4)"><path d="M486 1052.362c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2zm-5.75 4l.5 2c.25 1 .847 1 1.594 1H484c.594 1 .315 2.472.5 4h-.906c-1 0-2.594 1-1.594 3l1.5 3c1 2 2.5.5 2-.5l-1.5-3c-.25-.5.264-.5.5-.5h2.468s1.184 2.628 2.578 4.43c.515.664 1.085 1.57 1.8 1.57.5 0 1.355-.773.443-1.86-1.708-2.04-2.79-4.14-2.79-5.14 0-1.163-.204-3.613-.5-5h1.5l1.25 2.5c.553.958 1.75.885 1.75 0 0-.12 0-.39-.14-.677l-1.61-3.323c-.103-.212-.253-.5-1-.5H482.5l-.75-2.5c-.3-1-1.75-1-1.75 0 0 .5.177 1.107.25 1.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M486 1052.362c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2zm-5.75 4l.5 2c.25 1 .847 1 1.594 1H484c.594 1 .315 2.472.5 4h-.906c-1 0-2.594 1-1.594 3l1.5 3c1 2 2.5.5 2-.5l-1.5-3c-.25-.5.264-.5.5-.5h2.468s1.184 2.628 2.578 4.43c.515.664 1.085 1.57 1.8 1.57.5 0 1.355-.773.443-1.86-1.708-2.04-2.79-4.14-2.79-5.14 0-1.163-.204-3.613-.5-5h1.5l1.25 2.5c.553.958 1.75.885 1.75 0 0-.12 0-.39-.14-.677l-1.61-3.323c-.103-.212-.253-.5-1-.5h-7.75l-.75-2.5c-.3-1-1.75-1-1.75 0 0 .5.177 1.107.25 1.5z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="place-of-worship-12"><g transform="translate(-48 -1146.4)" color="#000"><path d="M54.5 1148.362l-1.5.94v1.06l-1 1v5h5v-5l-1-1v-.96zm-4.5 4v4h1v-4zm8 0v4h1v-4z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M54.5 1148.362l-1.5.94v1.06l-1 1v5h5v-5l-1-1v-.96zm-4.5 4v4h1v-4zm8 0v4h1v-4z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="place-of-worship-18"><g transform="translate(-30 -1146.4)" color="#000"><path d="M39.5 1149.862l-1.5 1.5v1.5l-2 2v6.5h7v-6.5l-2-2v-1.5zm-6.5 6v5.5h1.5v-5.5zm11.5 0v5.5H46v-5.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M39.5 1149.862l-1.5 1.5v1.5l-2 2v6.5h7v-6.5l-2-2v-1.5zm-6.5 6v5.5h1.5v-5.5zm11.5 0v5.5H46v-5.5z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="place-of-worship-24"><g transform="translate(-6 -1146.4)" color="#000"><path d="M18.5 1150.362s-2.5 1-2.5 2v2c0 1-2 1-2 2v9h9v-9c0-1-2-1-2-2.187v-1.813c0-1-2.5-2-2.5-2zm-8.5 8v7h2v-7c0-1-1-1-1-1s-1 0-1 1zm15 0v7h2v-7c0-1-1-1-1-1s-1 0-1 1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M18.5 1150.362s-2.5 1-2.5 2v2c0 1-2 1-2 2v9h9v-9c0-1-2-1-2-2.187v-1.813c0-1-2.5-2-2.5-2zm-8.5 8v7h2v-7c0-1-1-1-1-1s-1 0-1 1zm15 0v7h2v-7c0-1-1-1-1-1s-1 0-1 1z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="playground-12"><g transform="translate(0 -1040.4)" color="#000"><path d="M9 1041.362c-.554 0-1 .446-1 1s.446 1 1 1 1-.446 1-1-.446-1-1-1zm-4 1c-.554 0-1 .446-1 1s.446 1 1 1 1-.446 1-1-.446-1-1-1zm3 2l-.47 2.875-2.124.25-.406-2.125H4l-.97 2.375-1.03.125v1.5c1.417-.157 2.833-.31 4.25-.47l-1.25 2.47h3l-1.25-2.53c1.417-.158 2.833-.312 4.25-.47v-1.5l-1.094.125-.906-2.625H8z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" overflow="visible"/><path d="M8 1041.362c-.554 0-1 .446-1 1s.446 1 1 1 1-.446 1-1-.446-1-1-1zm-3 1c-.554 0-1 .446-1 1s.446 1 1 1 1-.446 1-1-.446-1-1-1zm3 2l-.47 2.875-2.124.25-.406-2.125H4l-.97 2.375-1.03.125v1.5c1.417-.157 2.833-.31 4.25-.47l-1.25 2.47h3l-1.25-2.53c1.417-.158 2.833-.312 4.25-.47v-1.5l-1.094.125-.906-2.625z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="playground-18"><g transform="translate(0 -1034.4)" color="#000"><path d="M10.75 1036.362c-.693 0-1.25.558-1.25 1.25 0 .693.557 1.25 1.25 1.25.692 0 1.25-.557 1.25-1.25 0-.692-.558-1.25-1.25-1.25zm-4.5 2c-.692 0-1.25.558-1.25 1.25 0 .693.558 1.25 1.25 1.25s1.25-.557 1.25-1.25c0-.692-.558-1.25-1.25-1.25zm5.25 1l-.97 3.72-3.342.905-1.657-2.656-1.03.032-.906 3.563-1.594.437v2l3.094-.844-1 1.714c-.197.343-.063.833.28 1.03.344.196.835.063 1.032-.28l1.72-2.995 1.624-.437-1.75 3.812h5l-1.875-4.156 1.313-.344 2.28 2.28c.28.28.787.278 1.065 0 .278-.278.277-.784-.002-1.06l-1.686-1.69 3.906-1.03v-2l-2.75.72-1.688-2.72z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" overflow="visible"/><path d="M10.75 1036.362c-.693 0-1.25.558-1.25 1.25 0 .693.557 1.25 1.25 1.25.692 0 1.25-.557 1.25-1.25 0-.692-.558-1.25-1.25-1.25zm-4.5 2c-.692 0-1.25.558-1.25 1.25 0 .693.558 1.25 1.25 1.25s1.25-.557 1.25-1.25c0-.692-.558-1.25-1.25-1.25zm5.25 1l-.97 3.72-3.342.905-1.657-2.656-1.03.032-.906 3.563-1.594.437v2l3.094-.844-1 1.714c-.197.343-.063.833.28 1.03.344.196.835.063 1.032-.28l1.72-2.995 1.624-.437-1.75 3.812h5l-1.875-4.156 1.313-.344 2.28 2.28c.28.28.787.278 1.065 0 .278-.278.277-.784-.002-1.06l-1.686-1.69 3.906-1.03v-2l-2.75.72-1.688-2.72z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="playground-24"><g transform="translate(0 -1028.4)" color="#000"><path d="M14.5 1030.362c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zm-6 3c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zm7.375.47c-.174.055-.29.29-.375.53l-1.97 5.688-3.217 1-2.407-3.813c-.35-.565-.72-.458-.875.03l-1.968 5.44-2.062.655.563 1.813 4.656-1.47-2.033 2.376c-.308.3-.206.81 0 1.032.27.288.757.407 1.125 0 0 0 4.047-4.64 3.688-4.25.01-.01-.006-.02 0-.03l1.5-.47-2.5 6h6l-2.438-6.344 1.47-.468 3.812 2.687c.375.254 1.02.125 1.156-.406.133-.516-.152-.748-.47-.968l-2.686-1.875 5.156-1.625-.563-1.812-2.062.656c-.708-1.22-2.407-3.356-2.813-3.875-.284-.435-.513-.555-.687-.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" overflow="visible"/><path d="M14.5 1030.362c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zm-6 3c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zm7.375.47c-.174.055-.29.29-.375.53l-1.97 5.688-3.217 1-2.407-3.813c-.35-.565-.72-.458-.875.03l-1.968 5.44-2.062.655.563 1.813 4.656-1.47-2.033 2.376c-.308.3-.206.81 0 1.032.27.288.757.407 1.125 0 0 0 4.047-4.64 3.688-4.25.01-.01-.006-.02 0-.03l1.5-.47-2.5 6h6l-2.438-6.344 1.47-.468 3.812 2.687c.375.254 1.02.125 1.156-.406.133-.516-.152-.748-.47-.968l-2.686-1.875 5.156-1.625-.563-1.812-2.062.656c-.708-1.22-2.407-3.356-2.813-3.875-.284-.435-.513-.555-.687-.5z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="police-12"><g transform="translate(-439 -1122.4)" color="#000"><path d="M444 1124.362h3v-1h-3zm0 .75c0 .967.534 1.75 1.5 1.75s1.5-.783 1.5-1.75v-.25h-3zm-1 2.25c-.5 0-1 1.5-1 2v3h1.594l3.406-5zm5 0l-3.406 5H449v-3c0-.5-.5-2-1-2z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M444 1124.362h3v-1h-3zm0 .75c0 .967.534 1.75 1.5 1.75s1.5-.783 1.5-1.75v-.25h-3zm-1 2.25c-.5 0-1 1.5-1 2v3h1.594l3.406-5zm5 0l-3.406 5H449v-3c0-.5-.5-2-1-2z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="police-18"><g transform="translate(-422 -1122.4)" color="#000"><path d="M430 1124.862l-1 .5v1h5v-1l-1-.5zm-1 2.5c-.033.163 0 .328 0 .5 0 1.38 1.12 2.5 2.5 2.5s2.5-1.12 2.5-2.5v-.5zm0 4c-1.083 0-1.986 1.792-2 2.875v4.125h1.53l4.47-7zm5.5 0l-4.47 7H436v-4.125c0-1.083-.417-2.875-1.5-2.875z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M430 1124.862l-1 .5v1h5v-1l-1-.5zm-1 2.5c-.033.163 0 .328 0 .5 0 1.38 1.12 2.5 2.5 2.5s2.5-1.12 2.5-2.5v-.5zm0 4c-1.083 0-1.986 1.792-2 2.875v4.125h1.53l4.47-7zm5.5 0l-4.47 7H436v-4.125c0-1.083-.417-2.875-1.5-2.875z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="police-24"><g transform="translate(-397 -1122.4)" color="#000"><path d="M407 1125.362l-1 1v1h7v-1l-1-1zm-1 3v.5c0 1.933 1.567 3.5 3.5 3.5s3.5-1.567 3.5-3.5v-.5zm1.188 15H416v-6c0-1.5-.5-4-2-4h-9c-1.5 0-2 2.5-2 4v6h2.688z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M407 1125.362l-1 1v1h7v-1l-1-1h-5zm-1 3v.5c0 1.933 1.567 3.5 3.5 3.5s3.5-1.567 3.5-3.5v-.5h-7zm-1 5c-1.5 0-2 2.5-2 4v6h2.688l6.812-10H405zm9 0l-6.813 10H416v-6c0-1.5-.5-4-2-4z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="polling-place-12"><g transform="translate(0 -1040.4)" color="#000"><path d="M2.5 1041.362c-.81 0-1.5.692-1.5 1.5v7c0 .81.69 1.5 1.5 1.5h7c.81 0 1.5-.69 1.5-1.5v-2.5c.005-.525-.475-1.005-1-1h-.125l1.906-2.375c.142-.176.22-.4.22-.625v-1c0-.523-.476-1-1-1H9.406c-.282.025-.55.177-.72.406l-.686.938v-.344c.005-.525-.475-1.005-1-1z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" fill="#fff" overflow="visible" font-family="Sans"/><path d="M2.5 1042.362c-.277 0-.5.223-.5.5v7c0 .277.223.5.5.5h7c.277 0 .5-.223.5-.5v-2.5H9v2H3v-6h4v-1H2.5z" fill="#444" overflow="visible"/><path d="M9.5 1042.362l-3 4-1-1H4v1l2 2h1l4-5v-1z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" fill="#444" overflow="visible" font-family="Sans"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="polling-place-18"><g transform="translate(0 -1034.4)" color="#000"><path d="M5 1036.362c-.58 0-1.03.28-1.375.625-.344.344-.625.794-.625 1.375v9c0 .582.28 1.03.625 1.375.344.344.794.625 1.375.625h9c.602 0 1.07-.282 1.406-.625.336-.343.594-.787.594-1.375v-3c.003-.524-.476-1.003-1-1h-1.563l3.126-3.72c1.05-1.264.065-3.264-1.563-3.28-.608 0-1.22.318-1.47.563l-.75.906c-.213.26-.515.616-.78.938v-1.406c.003-.524-.476-1.003-1-1zm3.406 4h2.28c-.263.323-.586.728-.81 1l-.438-.437c-.3-.306-.658-.48-1.032-.563zM7 1044.206l1.156 1.156H7z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" fill="#fff" overflow="visible" font-family="Sans"/><path d="M5 1037.362c-.5 0-1 .5-1 1v9c0 .5.5 1 1 1h9c.5 0 1-.53 1-1v-3h-2v2H6v-7h5v-2z" fill="#444" overflow="visible"/><path d="M9.938 1042.875l-1.22-1.22c-.367-.375-1.036-.374-1.42-.015-.396.368-.395 1.046-.017 1.422l2.012 2.01c.4.41 1.152.38 1.5-.06l4.99-6.012c.522-.63.038-1.63-.782-1.638-.405 0-.592.143-.755.303-.03.03-4.308 5.21-4.308 5.21z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" fill="#444" overflow="visible" font-family="Sans"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="polling-place-24"><path d="M20.5 3c-.5.026-.883.254-1.125.563L13 11.186l-1.844-2.156c-.537-.628-1.596-.7-2.22-.155-.62.545-.507 1.56-.03 2.125l3 3.53c.57.65 1.73.635 2.28-.03l7.502-9.03c.312-.44.433-1.252.187-1.69-.295-.52-.86-.807-1.375-.78zM6 4c-.554 0-1 .446-1 1v13c0 .554.446 1 1 1h13c.554 0 1-.446 1-1v-6h-2v5H7V6h8V4H6z" color="#000" fill="#444" overflow="visible" stroke="#fff" stroke-width="2" stroke-linejoin="round" stroke-linecap="round" opacity=".3"/><path d="M20.5 3c-.5.026-.883.254-1.125.563L13 11.186l-1.844-2.156c-.537-.628-1.596-.7-2.22-.155-.62.545-.507 1.56-.03 2.125l3 3.53c.57.65 1.73.635 2.28-.03l7.502-9.03c.312-.44.433-1.252.187-1.69-.295-.52-.86-.807-1.375-.78zM6 4c-.554 0-1 .446-1 1v13c0 .554.446 1 1 1h13c.554 0 1-.446 1-1v-6h-2v5H7V6h8V4H6z" color="#000" fill="#444" overflow="visible"/><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="post-12"><g transform="translate(-438 -1050.4)" color="#000"><path d="M440 1053.362l4.5 3 4.5-3zm0 1v4.5c0 .25.3.5.5.5h8c.2 0 .554-.256.5-.5v-4.5l-4.5 3.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M440 1053.362l4.5 3 4.5-3zm0 1v4.5c0 .25.3.5.5.5h8c.2 0 .554-.256.5-.5v-4.5l-4.5 3.5z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="post-18"><g transform="translate(-420 -1053.4)" color="#000"><path d="M424 1057.362c-.813 0-.594.338-.188.672l5.688 4.328 5.688-4.328c.418-.318.625-.672-.188-.672zm-1 1.5v6.5c0 .5.5 1 1 1h11c.5 0 1-.5 1-1v-6.5l-6.5 5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M424 1057.362c-.813 0-.594.338-.188.672l5.688 4.328 5.688-4.328c.418-.318.625-.672-.188-.672zm-1 1.5v6.5c0 .5.5 1 1 1h11c.5 0 1-.5 1-1v-6.5l-6.5 5z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="post-24"><g transform="translate(-396 -1051.4)" color="#000"><path d="M400.906 1057.362c-.4 0-.906.5-.906 1v9c0 .5.506 1 .906 1h15.188c.4 0 .906-.5.906-1v-9c0-.5-.506-1-.906-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M401 1057.362c-1 0-.5.34 0 .75l7 5.75 8-5.75c.5-.41 1-.75 0-.75h-8zm-1 1.5v8.5c0 .5.506 1 .906 1h15.188c.4 0 .906-.5.906-1v-8.5l-9 6.5z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="prison-12"><g transform="translate(-438 -1147.4)" color="#000"><path d="M441.5 1148.862c-.277 0-.5.223-.5.5v7c0 .277.223.5.5.5s.5-.223.5-.5v-1h1v1c0 .277.223.5.5.5s.5-.254.5-.5v-1h1v1c0 .277.223.5.5.5s.5-.254.5-.5v-1h1v1c0 .277.223.5.5.5s.5-.223.5-.5v-7c0-.277-.223-.5-.5-.5s-.5.223-.5.5v1h-1v-1c0-.277-.223-.5-.5-.5s-.5.223-.5.5v1h-1v-1c0-.277-.223-.5-.5-.5s-.5.248-.5.5v1h-1v-1c0-.277-.223-.5-.5-.5zm.5 2.5h1v3h-1zm2 0h1v3h-1zm2 0h1v3h-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M441.5 1148.862c-.277 0-.5.223-.5.5v7c0 .277.223.5.5.5s.5-.223.5-.5v-1h1v1c0 .277.223.5.5.5s.5-.254.5-.5v-1h1v1c0 .277.223.5.5.5s.5-.254.5-.5v-1h1v1c0 .277.223.5.5.5s.5-.223.5-.5v-7c0-.277-.223-.5-.5-.5s-.5.223-.5.5v1h-1v-1c0-.277-.223-.5-.5-.5s-.5.223-.5.5v1h-1v-1c0-.277-.223-.5-.5-.5s-.5.248-.5.5v1h-1v-1c0-.277-.223-.5-.5-.5zm.5 2.5h1v3h-1zm2 0h1v3h-1zm2 0h1v3h-1z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="prison-18"><g transform="translate(-420 -1147.4)" color="#000"><path d="M425 1151.362c-.5 0-.5.5-.5.5v10s0 .5.5.5h.5c.5 0 .5-.5.5-.5v-1.5h1.5v1.5s0 .5.5.5h.5c.5 0 .5-.5.5-.5v-1.5h1.5v1.5s0 .5.5.5h.5c.5 0 .5-.5.5-.5v-1.5h1.5v1.5s0 .5.5.5h.5c.5 0 .5-.5.5-.5v-10s0-.5-.5-.5h-.5c-.5 0-.5.5-.5.5v2H432v-2s0-.5-.5-.5h-.5c-.5 0-.5.5-.5.5v2H429v-2s0-.5-.5-.5h-.5c-.5 0-.5.5-.5.5v2H426v-2s0-.5-.5-.5h-.5zm1 4h1.5v3.5H426zm3 0h1.5v3.5H429zm3 0h1.5v3.5H432z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M425 1151.362c-.5 0-.5.5-.5.5v10s0 .5.5.5h.5c.5 0 .5-.5.5-.5v-1.5h1.5v1.5s0 .5.5.5h.5c.5 0 .5-.5.5-.5v-1.5h1.5v1.5s0 .5.5.5h.5c.5 0 .5-.5.5-.5v-1.5h1.5v1.5s0 .5.5.5h.5c.5 0 .5-.5.5-.5v-10s0-.5-.5-.5h-.5c-.5 0-.5.5-.5.5v2H432v-2s0-.5-.5-.5h-.5c-.5 0-.5.5-.5.5v2H429v-2s0-.5-.5-.5h-.5c-.5 0-.5.5-.5.5v2H426v-2s0-.5-.5-.5h-.5zm1 4h1.5v3.5H426zm3 0h1.5v3.5H429zm3 0h1.5v3.5H432z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="prison-24"><g transform="translate(-1 -1004.4)" color="#000"><path d="M6 1008.362c-.554 0-1 .446-1 1v13c0 .554.446 1 1 1s1-.446 1-1v-2h3v2c0 .554.446 1 1 1s1-.446 1-1v-2h3v2c0 .554.446 1 1 1s1-.446 1-1v-2h3v2c0 .554.446 1 1 1s1-.446 1-1v-13c0-.554-.446-1-1-1s-1 .446-1 1v2h-3v-2c0-.554-.446-1-1-1s-1 .446-1 1v2h-3v-2c0-.554-.446-1-1-1s-1 .446-1 1v2H7v-2c0-.554-.446-1-1-1zm1 5h3v5H7zm5 0h3v5h-3zm5 0h3v5h-3z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M6 1008.362c-.554 0-1 .446-1 1v13c0 .554.446 1 1 1s1-.446 1-1v-2h3v2c0 .554.446 1 1 1s1-.446 1-1v-2h3v2c0 .554.446 1 1 1s1-.446 1-1v-2h3v2c0 .554.446 1 1 1s1-.446 1-1v-13c0-.554-.446-1-1-1s-1 .446-1 1v2h-3v-2c0-.554-.446-1-1-1s-1 .446-1 1v2h-3v-2c0-.554-.446-1-1-1s-1 .446-1 1v2H7v-2c0-.554-.446-1-1-1zm1 5h3v5H7zm5 0h3v5h-3zm5 0h3v5h-3z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="rail-12"><path d="M4.75 1L3 2.5V8h7V2.5L8 1H4.75zM5 2h3v1H5V2zM4 4h5v1H4V4zm0 2h1v1H4V6zm4 0h1v1H8V6zM4 8.5V9H3v1h3V8.5H4zm3 0V10h3V9H9v-.5H7z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M4.75 1L3 2.5V8h7V2.5L8 1H4.75zM5 2h3v1H5V2zM4 4h5v1H4V4zm0 2h1v1H4V6zm4 0h1v1H8V6zM4 8.5V9H3v1h3V8.5H4zm3 0V10h3V9H9v-.5H7z" fill="#444"/><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="rail-18"><path d="M6.938 2L4 5v6c0 .554.446 1 1 1h9c.554 0 1-.446 1-1V5l-2.938-3H6.939zM8 3h3v1H8V3zM6 5h7v3H6V5zm0 4h1.5v1.5H6V9zm5.5 0H13v1.5h-1.5V9zM5 13v1H4v1h4v-2H5zm6 0v2h4v-1h-1v-1h-3z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M6.938 2L4 5v6c0 .554.446 1 1 1h9c.554 0 1-.446 1-1V5l-2.938-3H6.939zM8 3h3v1H8V3zM6 5h7v3H6V5zm0 4h1.5v1.5H6V9zm5.5 0H13v1.5h-1.5V9zM5 13v1H4v1h4v-2H5zm6 0v2h4v-1h-1v-1h-3z" fill="#444"/><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="rail-24"><path d="M9 2L5 6v10c0 .554.446 1 1 1h13c.554 0 1-.446 1-1V6l-4-4H9zm1 2h5v2h-5V4zM7 7h11v4H7V7zm1 6c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm9 0c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm-9 5l-3 3h4l2-3H8zm6 0l2 3h4l-3-3h-3z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M9 2L5 6v10c0 .554.446 1 1 1h13c.554 0 1-.446 1-1V6l-4-4H9zm1 2h5v2h-5V4zM7 7h11v4H7V7zm1 6c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm9 0c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm-9 5l-3 3h4l2-3H8zm6 0l2 3h4l-3-3h-3z" fill="#444"/><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="rail-above-12"><g color="#000" transform="translate(-126 -1122.4)"><path d="M130.5 1123.362l-1.5 1v5.5c0 .25.25.5.5.5h6c.25 0 .5-.25.5-.5v-5.5l-1.5-1h-4zm.5 1h3l1 .5v1.5h-5v-1.5l1-.5zm-.5 4c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm4 0c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm-2.5 3l-3 2h7l-3-2h-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M130.5 1123.362l-1.5 1v5.5c0 .25.25.5.5.5h6c.25 0 .5-.25.5-.5v-5.5l-1.5-1h-4zm.5 1h3l1 .5v1.5h-5v-1.5l1-.5zm-.5 4c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm4 0c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm-2.5 3l-3 2h7l-3-2h-1z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="rail-above-18"><g color="#000" transform="translate(-108 -1122.4)"><path d="M114 1124.362l-2 1.5v7.5c0 .5.5 1 1 1h9c.5 0 1.066-.504 1-1v-7.5l-2-1.5zm2.5 11l-3.5 2h9l-3.5-2z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M114 1124.362l-2 1.5v7.5c0 .5.5 1 1 1h9c.5 0 1-.5 1-1v-7.5l-2-1.5zm1.5 1h4l1.5 1v2h-7v-2zm-.75 5.5c.414 0 .75.336.75.75s-.336.75-.75.75-.75-.336-.75-.75.336-.75.75-.75zm5.5 0c.414 0 .75.336.75.75s-.336.75-.75.75-.75-.336-.75-.75.336-.75.75-.75zm-3.75 4.5l-3.5 2h9l-3.5-2z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="rail-above-24"><g transform="translate(0 -1077.4)" color="#000"><path d="M9 1079.362l-3 2v11c0 .5.5 1 1 1h11c.5 0 1-.5 1-1v-11l-3-2zm3.5 15l-5.5 3h11z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M9 1079.362l-3 2v11c0 .5.5 1 1 1h11c.5 0 1-.5 1-1v-11l-3-2zm1 2h5l2 1v3H8v-3zm-1 8c.554 0 1 .446 1 1s-.446 1-1 1-1-.446-1-1 .446-1 1-1zm7 0c.554 0 1 .446 1 1s-.446 1-1 1-1-.446-1-1 .446-1 1-1zm-3.5 5l-5.5 3h11z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="rail-light-12"><path d="M5.5 1L4 2 3 4v4h7V4L9 2 7.5 1h-2zm0 1H6v3H4l.5-1.5 1-1.5zM7 2h.5l1 1.5L9 5H7V2zM4 6h1v1H4V6zm4 0h1v1H8V6zM4 8.5V9H3v1h3V8.5H4zm3 0V10h3V9H9v-.5H7z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M5.5 1L4 2 3 4v4h7V4L9 2 7.5 1h-2zm0 1H6v3H4l.5-1.5 1-1.5zM7 2h.5l1 1.5L9 5H7V2zM4 6h1v1H4V6zm4 0h1v1H8V6zM4 8.5V9H3v1h3V8.5H4zm3 0V10h3V9H9v-.5H7z" fill="#444"/><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="rail-light-18"><path d="M9.5 2C7.015 2 5 3.96 5 6.375v4.97c0 .36.304.655.688.655h7.625c.383 0 .687-.296.687-.656v-4.97C14 3.96 11.985 2 9.5 2zm-.594 1.563c.03-.007.063.005.094 0V8H6.5V6.5c0-1.45 1.04-2.658 2.406-2.938zm1.094 0c1.413.243 2.5 1.455 2.5 2.937V8H10V3.562zM6.5 9.5H8V11H6.5V9.5zm4.5 0h1.5V11H11V9.5zM6 13v1H5v1h4v-2H6zm4 0v2h4v-1h-1v-1h-3z" opacity=".3" fill="#444" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M9.5 2C7.015 2 5 3.96 5 6.375v4.97c0 .36.304.655.688.655h7.625c.383 0 .687-.296.687-.656v-4.97C14 3.96 11.985 2 9.5 2zm-.594 1.563c.03-.007.063.005.094 0V8H6.5V6.5c0-1.45 1.04-2.658 2.406-2.938zm1.094 0c1.413.243 2.5 1.455 2.5 2.937V8H10V3.562zM6.5 9.5H8V11H6.5V9.5zm4.5 0h1.5V11H11V9.5zM6 13v1H5v1h4v-2H6zm4 0v2h4v-1h-1v-1h-3z" fill="#444"/><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="rail-light-24"><path d="M12.5 2C8.91 2 6 4.686 6 8v8c0 .554.446 1 1 1h11c.554 0 1-.446 1-1V8c0-3.314-2.91-6-6.5-6zM12 4.063V10H8V8c0-2.056 1.754-3.713 4-3.938zm1 0c2.246.224 4 1.88 4 3.937v2h-4V4.062zM9 13c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm7 0c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm-7 5l-3 3h4l2-3H9zm4 0l2 3h4l-3-3h-3z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M12.5 2C8.91 2 6 4.686 6 8v8c0 .554.446 1 1 1h11c.554 0 1-.446 1-1V8c0-3.314-2.91-6-6.5-6zM12 4.063V10H8V8c0-2.056 1.754-3.713 4-3.938zm1 0c2.246.224 4 1.88 4 3.937v2h-4V4.062zM9 13c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm7 0c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm-7 5l-3 3h4l2-3H9zm4 0l2 3h4l-3-3h-3z" fill="#444"/><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="rail-metro-12"><path d="M5 1L4 2v6h5V2L8 1H5zm1 1h1l1 1v1H5V3l1-1zM5 6h1v1H5V6zm2 0h1v1H7V6zM4 8.5V9H3v1h3V8.5H4zm2.97 0L7 9v1h3V9H9v-.5H6.97z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M5 1L4 2v6h5V2L8 1H5zm1 1h1l1 1v1H5V3l1-1zM5 6h1v1H5V6zm2 0h1v1H7V6zM4 8.5V9H3v1h3V8.5H4zm2.97 0L7 9v1h3V9H9v-.5H6.97z" fill="#444"/><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="rail-metro-18"><path d="M8 2v1h-.5C6.67 3 6 3.67 6 4.5v6c0 .83.67 1.5 1.5 1.5h4c.83 0 1.5-.67 1.5-1.5v-6c0-.83-.67-1.5-1.5-1.5H11V2H8zm0 2h3c.554 0 1 .446 1 1v2H7V5c0-.554.446-1 1-1zM7 9h1.5v1.5H7V9zm3.5 0H12v1.5h-1.5V9zM6 13v1H5v1h4v-2H6zm4 0v2h4v-1h-1v-1h-3z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M8 2v1h-.5C6.67 3 6 3.67 6 4.5v6c0 .83.67 1.5 1.5 1.5h4c.83 0 1.5-.67 1.5-1.5v-6c0-.83-.67-1.5-1.5-1.5H11V2H8zm0 2h3c.554 0 1 .446 1 1v2H7V5c0-.554.446-1 1-1zM7 9h1.5v1.5H7V9zm3.5 0H12v1.5h-1.5V9zM6 13v1H5v1h4v-2H6zm4 0v2h4v-1h-1v-1h-3z" fill="#444"/><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="rail-metro-24"><path d="M10 2v1H9c-1.108 0-2 .892-2 2v10c0 1.108.892 2 2 2h7c1.108 0 2-.892 2-2V5c0-1.108-.892-2-2-2h-1V2h-5zm0 3h5c.554 0 1 .446 1 1v3H9V6c0-.554.446-1 1-1zm0 8c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm5 0c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm-6 5l-3 3h4l2-3H9zm4 0l2 3h4l-3-3h-3z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M10 2v1H9c-1.108 0-2 .892-2 2v10c0 1.108.892 2 2 2h7c1.108 0 2-.892 2-2V5c0-1.108-.892-2-2-2h-1V2h-5zm0 3h5c.554 0 1 .446 1 1v3H9V6c0-.554.446-1 1-1zm0 8c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm5 0c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm-6 5l-3 3h4l2-3H9zm4 0l2 3h4l-3-3h-3z" fill="#444"/><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="rail-underground-12"><g color="#000" transform="translate(-126 -1098.4)"><path d="M129 1099.362l3 2h1l3-2zm1.5 3l-1.5 1v5.5c0 .25.25.5.5.5h6c.25 0 .5-.25.5-.5v-5.5l-1.5-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M129 1099.362l3 2h1l3-2zm1.5 3l-1.5 1v5.5c0 .25.25.5.5.5h6c.25 0 .5-.25.5-.5v-5.5l-1.5-1zm.5 1h3l1 .5v1.5h-5v-1.5zm-.5 4c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5zm4 0c.277 0 .5.223.5.5s-.223.5-.5.5-.5-.223-.5-.5.223-.5.5-.5z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="rail-underground-18"><g color="#000" transform="translate(-108 -1098.4)"><path d="M113 1100.362l3.5 2h2l3.5-2zm1 3l-2 1.5v7.5c0 .5.5 1 1 1h9c.5 0 1-.5 1-1v-7.5l-2-1.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M113 1100.362l3.5 2h2l3.5-2zm1 3l-2 1.5v7.5c0 .5.5 1 1 1h9c.5 0 1-.5 1-1v-7.5l-2-1.5zm1.5 1h4l1.5 1v2h-7v-2zm-.75 5.5c.414 0 .75.336.75.75s-.336.75-.75.75-.75-.336-.75-.75.336-.75.75-.75zm5.5 0c.414 0 .75.336.75.75s-.336.75-.75.75-.75-.336-.75-.75.336-.75.75-.75z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="rail-underground-24"><g transform="translate(0 -1074.4)" color="#000"><path d="M7 1076.362l5.5 3 5.5-3zm2 4l-3 2v11c0 .5.5 1 1 1h11c.5 0 1-.5 1-1v-11l-3-2z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M7 1076.362l5.5 3 5.5-3zm2 4l-3 2v11c0 .5.5 1 1 1h11c.5 0 1-.5 1-1v-11l-3-2zm1 2h5l2 1v3H8v-3zm-1 8c.554 0 1 .446 1 1s-.446 1-1 1-1-.446-1-1 .446-1 1-1zm7 0c.554 0 1 .446 1 1s-.446 1-1 1-1-.446-1-1 .446-1 1-1z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="religious-christian-12"><g color="#000" transform="translate(-48 -1050.4)"><path d="M54.25 1051.362c-.462 0-.745.372-.75.833v2.167h-3v1.5h3v5.5H55v-5.5h3v-1.5h-3v-2.166c0-.462-.288-.833-.75-.833z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M54.25 1051.362c-.462 0-.745.372-.75.833v2.167h-3v1.5h3v5.5H55v-5.5h3v-1.5h-3v-2.166c0-.462-.288-.833-.75-.833z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="religious-christian-18"><g transform="translate(-29 -1050.4)" color="#000"><path d="M38 1051.362c-.74 0-1 .762-1 1.5v2.5h-4v2h4v9h2v-9h4v-2h-4v-2.5c0-.738-.26-1.5-1-1.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M38 1051.362c-.74 0-1 .762-1 1.5v2.5h-4v2h4v9h2v-9h4v-2h-4v-2.5c0-.738-.26-1.5-1-1.5z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="religious-christian-24"><g color="#000" transform="translate(-6 -1050.4)"><path d="M18.5 1053.362c-.83 0-1.5.67-1.5 1.5v3.5h-5v3h5v10h3v-10h5v-3h-5v-3.5c0-.83-.67-1.5-1.5-1.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M18.5 1053.362c-.83 0-1.5.67-1.5 1.5v3.5h-5v3h5v10h3v-10h5v-3h-5v-3.5c0-.83-.67-1.5-1.5-1.5z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="religious-jewish-12"><g transform="translate(-48 -1098.4)"><path d="M54.5 1099.362l-1.5 2h-3l2 2.5-2 2.5h3l1.5 2 1.5-2h3l-2-2.5 2-2.5h-3z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M54.5 1099.362l-1.5 2h-3l2 2.5-2 2.5h3l1.5 2 1.5-2h3l-2-2.5 2-2.5h-3z" fill="#444"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="religious-jewish-18"><g transform="translate(-30 -1098.4)"><path d="M39.5 1099.362l-2.5 3h-4l2.5 4.5-2.5 4.5h4l2.5 3 2.5-3h4l-2.5-4.5 2.5-4.5h-4l-2.5-3z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M39.5 1099.362l-2.5 3h-4l2.5 4.5-2.5 4.5h4l2.5 3 2.5-3h4l-2.5-4.5 2.5-4.5h-4l-2.5-3z" fill="#444"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="religious-jewish-24"><g transform="translate(-6 -1098.4)"><path d="M18.5 1101.362l-3 4h-5l3 5-3 5h5l3 4 3-4h5l-3-5 3-5h-5z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M18.5 1101.362l-3 4h-5l3 5-3 5h5l3 4 3-4h5l-3-5 3-5h-5z" fill="#444"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="religious-muslim-12"><g color="#000" transform="translate(-48 -1074.4)"><path d="M54 1076.362c-2.21 0-4 1.79-4 4s1.79 4 4 4c.715 0 1.388-.202 1.97-.53-.153.02-.313.03-.47.03-1.933 0-3.5-1.567-3.5-3.5s1.567-3.5 3.5-3.5c.157 0 .317.01.47.03-.658-.373-1.216-.53-1.97-.53zm3 1.5l-1 1.5h-1l1 1.5-.5 1.5 1.5-1 1.5 1-.5-1.5 1-1.5h-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M54 1076.362c-2.21 0-4 1.79-4 4s1.79 4 4 4c.715 0 1.388-.202 1.97-.53-.153.02-.313.03-.47.03-1.933 0-3.5-1.567-3.5-3.5s1.567-3.5 3.5-3.5c.157 0 .317.01.47.03-.658-.373-1.216-.53-1.97-.53zm3 1.5l-1 1.5h-1l1 1.5-.5 1.5 1.5-1 1.5 1-.5-1.5 1-1.5h-1z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="religious-muslim-18"><g color="#000" transform="translate(-30 -1074.4)"><path d="M40 1077.362c-3.39 0-6 2.61-6 6s2.61 6 6 6c1.896 0 3.874-.65 5-2-.736.48-2.057 1-3 1-2.593 0-4.528-2.546-4.528-5.14 0-2.59 1.935-4.86 4.528-4.86.943 0 2.264.52 3 1-1.126-1.35-3.104-2-5-2zm3.61 2.61l-.72 2.39H40l2.528 1.222-1.528 2.778 2.61-1.694 2.39 1.694-1.306-2.778 2.306-1.222h-2.667z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M40 1077.362c-3.39 0-6 2.61-6 6s2.61 6 6 6c1.896 0 3.874-.65 5-2-.736.48-2.057 1-3 1-2.593 0-4.528-2.546-4.528-5.14 0-2.59 1.935-4.86 4.528-4.86.943 0 2.264.52 3 1-1.126-1.35-3.104-2-5-2zm3.61 2.61l-.72 2.39H40l2.528 1.222-1.528 2.778 2.61-1.694 2.39 1.694-1.306-2.778 2.306-1.222h-2.667z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="religious-muslim-24"><g color="#000" transform="translate(-6 -1074.4)"><path d="M18.5 1077.362c-4.694 0-8.5 3.806-8.5 8.5 0 4.695 3.806 8.5 8.5 8.5 2.625 0 4.972-1.193 6.53-3.062-1.018.663-2.224 1.062-3.53 1.062-3.59 0-6.5-2.91-6.5-6.5s2.91-6.5 6.5-6.5c1.306 0 2.512.4 3.53 1.063-1.558-1.87-3.905-3.063-6.53-3.063zm5 4l-1 3H19l3 2-1.5 3.5 3-2 3 2-1.5-3.5 3-2h-3.5l-1-3z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M18.5 1077.362c-4.694 0-8.5 3.806-8.5 8.5 0 4.695 3.806 8.5 8.5 8.5 2.625 0 4.972-1.193 6.53-3.062-1.018.663-2.224 1.062-3.53 1.062-3.59 0-6.5-2.91-6.5-6.5s2.91-6.5 6.5-6.5c1.306 0 2.512.4 3.53 1.063-1.558-1.87-3.905-3.063-6.53-3.063zm5 4l-1 3H19l3 2-1.5 3.5 3-2 3 2-1.5-3.5 3-2h-3.5l-1-3z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="restaurant-12"><g color="#000" transform="translate(-360 -1050.4)"><path d="M363.5 1051.362h-.5v3c0 .5 1 .5 1 1v6h1v-6c0-.5 1-.5 1-1v-3h-.5v2h-.75v-2h-.5v2h-.75zm6.5 0c-.5 0-1.434.118-1.75.75-.25.5-.25 1.25-.25 2.25v2.5h1v4.5h1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M363.5 1051.362h-.5v3c0 .5 1 .5 1 1v6h1v-6c0-.5 1-.5 1-1v-3h-.5v2h-.75v-2h-.5v2h-.75zm6.5 0c-.5 0-1.434.118-1.75.75-.25.5-.25 1.25-.25 2.25v2.5h1v4.5h1z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="restaurant-18"><g color="#000" transform="translate(-342 -1050.4)"><path d="M348 1052.362h-1v4.5c0 .778 1 .722 1 1.5v7c0 .39.5 1 1 1s1-.5 1-1v-7c0-.778 1-.722 1-1.5v-4.5h-1v3h-.5v-3h-1v3h-.5zm8 0c-.778 0-2.008.516-2.5 1.5-.39.778-.5 2.5-.5 3.5v3c0 .5.61 1 1 1v4c0 .5.5 1 1 1s1-.5 1-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M348 1052.362h-1v4.5c0 .778 1 .722 1 1.5v7c0 .39.5 1 1 1s1-.5 1-1v-7c0-.778 1-.722 1-1.5v-4.5h-1v3h-.5v-3h-1v3h-.5zm8 0c-.778 0-2.008.516-2.5 1.5-.39.778-.5 2.5-.5 3.5v3c0 .5.61 1 1 1v4c0 .5.5 1 1 1s1-.5 1-1z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="restaurant-24"><g transform="translate(-318 -1051.4)" color="#000"><path d="M325.5 1053.362c-.5 0-.5.5-.5.5v6c0 .505.5 1 1 1.5s.526 1.006.5 1.5v1.5l-.5 6.5c-.038.5.5 1.5 1.5 1.5s1.538-1 1.5-1.5l-.5-6.5v-1.5c0-.478 0-1 .5-1.5.46-.46 1-.978 1-1.5v-6s0-.5-.5-.5-.5.5-.5.5v4.5s0 .5-.5.5-.5-.5-.5-.5v-4.5s0-.5-.5-.5-.5.5-.5.5v4.5s0 .5-.5.5-.5-.5-.5-.5v-4.5s0-.5-.5-.5zm10.5 0c-1 0-2.868.235-3.5 1.5-.5 1-.5 3.5-.5 4.5v5c0 .5.5 1 1 1h1v6c0 .5.5 1 1 1s1-.5 1-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M325.5 1053.362c-.5 0-.5.5-.5.5v6c0 .5.5 1 1 1.5s.5 1 .5 1.5v1.5c0 .5-.5 6.5-.5 6.5-.038.5.5 1.5 1.5 1.5s1.538-1 1.5-1.5c0 0-.5-6-.5-6.5v-1.5c0-.5 0-1 .5-1.5.46-.46 1-1 1-1.5v-6s0-.5-.5-.5-.5.5-.5.5v4.5s0 .5-.5.5-.5-.5-.5-.5v-4.5s0-.5-.5-.5-.5.5-.5.5v4.5s0 .5-.5.5-.5-.5-.5-.5v-4.5s0-.5-.5-.5zm10.5 0c-1 0-2.868.235-3.5 1.5-.5 1-.5 3.5-.5 4.5v5c0 .5.5 1 1 1h1v6c0 .5.5 1 1 1s1-.5 1-1z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="roadblock-12"><g color="#000" transform="translate(-594 -1074.4)"><path d="M600.5 1075.362c-2.485 0-4.5 2.015-4.5 4.5s2.015 4.5 4.5 4.5 4.5-2.015 4.5-4.5-2.015-4.5-4.5-4.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M600.5 1075.362c-2.485 0-4.5 2.015-4.5 4.5s2.015 4.5 4.5 4.5 4.5-2.015 4.5-4.5-2.015-4.5-4.5-4.5zm-2.5 4h5v1h-5v-1z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="roadblock-18"><g transform="translate(-108 -1314.4)" color="#000"><path d="M117.5 1316.362c-3.59 0-6.5 2.91-6.5 6.5s2.91 6.5 6.5 6.5 6.5-2.91 6.5-6.5-2.91-6.5-6.5-6.5zm-3.5 6h7v2h-7z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M117.5 1316.362c-3.59 0-6.5 2.91-6.5 6.5s2.91 6.5 6.5 6.5 6.5-2.91 6.5-6.5-2.91-6.5-6.5-6.5zm-3.5 6h7v2h-7z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="roadblock-24"><g color="#000" transform="translate(-552 -1074.4)"><path d="M564.5 1076.362c-4.694 0-8.5 3.806-8.5 8.5 0 4.695 3.806 8.5 8.5 8.5s8.5-3.805 8.5-8.5c0-4.694-3.806-8.5-8.5-8.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M564.5 1076.362c-4.694 0-8.5 3.806-8.5 8.5 0 4.695 3.806 8.5 8.5 8.5s8.5-3.805 8.5-8.5c0-4.694-3.806-8.5-8.5-8.5zm-5.5 7h11v3h-11v-3z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="rocket-12"><g transform="translate(0 -1040.4)"><path d="M11 1042.362h-1c-2.09.245-6 3.2-6 6l1 1c2.553 0 5.51-3.904 6-6zm-3 2h1v1H8zm-5 1l-1 2h1.5l1.25-2zm5 3.25l-2 1.25v1.5l2-1z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M11 1042.362h-1c-2.09.245-6 3.2-6 6l1 1c2.553 0 5.51-3.904 6-6zm-3 2h1v1H8zm-5 1l-1 2h1.5l1.25-2zm5 3.25l-2 1.25v1.5l2-1z" fill="#444"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="rocket-18"><g transform="translate(0 -1034.4)"><path d="M15 1037.362c-1.155-.047-3.49.49-6 3-2.153 2.153-3 5-3 5 0 .718 1.282 2 2 2 0 0 2.847-.847 5-3 2.234-2.234 2.68-4.496 3-6v-1zm-2.232 3.232c.488.49.488 1.28 0 1.768s-1.28.488-1.768 0-.488-1.28 0-1.768 1.28-.488 1.768 0zm-7.768.768l-1.5 3h2.25l1.25-3zm7 5l-3 1.25v2.25l3-1.5z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M15 1037.362c-1.155-.047-3.49.49-6 3-2.153 2.153-3 5-3 5 0 .718 1.282 2 2 2 0 0 2.847-.847 5-3 2.234-2.234 2.68-4.496 3-6v-1zm-2.232 3.232c.488.49.488 1.28 0 1.768s-1.28.488-1.768 0-.488-1.28 0-1.768 1.28-.488 1.768 0zm-7.768.768l-1.5 3h2.25l1.25-3zm7 5l-3 1.25v2.25l3-1.5z" fill="#444"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="rocket-24"><g transform="translate(0 -1028.4)"><path d="M21 1032.362h-1c-2 0-4.625.625-7.5 3.5-3 3-4.5 6.5-4.5 6.5 0 1 2 3 3 3 0 0 3.25-1.25 6.25-4.25 3.214-3.214 3.75-5.75 3.75-7.75zm-5.5 4c.828 0 1.5.672 1.5 1.5 0 .83-.672 1.5-1.5 1.5s-1.5-.67-1.5-1.5c0-.828.672-1.5 1.5-1.5zm-9.5 2l-1 3h2.5l1.75-3zm9 5.75l-3 1.75v2.5l3-1z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M21 1032.362h-1c-2 0-4.625.625-7.5 3.5-3 3-4.5 6.5-4.5 6.5 0 1 2 3 3 3 0 0 3.25-1.25 6.25-4.25 3.214-3.214 3.75-5.75 3.75-7.75zm-5.5 4c.828 0 1.5.672 1.5 1.5 0 .83-.672 1.5-1.5 1.5s-1.5-.67-1.5-1.5c0-.828.672-1.5 1.5-1.5zm-9.5 2l-1 3h2.5l1.75-3zm9 5.75l-3 1.75v2.5l3-1z" fill="#444"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="school-12"><g color="#000" transform="translate(-282 -1050.4)"><path d="M289 1051.862c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1zm-4 1c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1zm4.5 1.5h-.5l-2 1v1l2-1V1057.925l-1 3.437h1l1-3.5s.25 1.5 1.25 1.5H293v-.75h-1.5c-.534 0-.5-.8-.5-1.25 0-.75-.5-2-.5-2l1.5.938c.453.302.846-.233.406-.563l-1.656-1.125c-.302-.215-.398-.25-.75-.25zm-4.75 1c-.25 0-.368.118-.5.25l-1.063 1.063c-.136.137-.187.26-.187.437 0 .25.382.368.594.156l.906-.906h.5v1l-1 2.75c-.202.556.572.724.75.25l.505-1.3H288v-.7h-1.5v-2c0-.5-.5-1-1-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M289 1051.862c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1zm-4 1c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1zm4.5 1.5h-.5l-2 1v1l2-1V1057.925l-1 3.437h1l1-3.5s.25 1.5 1.25 1.5H293v-.75h-1.5c-.534 0-.5-.8-.5-1.25 0-.75-.5-2-.5-2l1.5.938c.453.302.846-.233.406-.563l-1.656-1.125c-.302-.215-.398-.25-.75-.25zm-4.75 1c-.25 0-.368.118-.5.25l-1.063 1.063c-.136.137-.187.26-.187.437 0 .25.382.368.594.156l.906-.906h.5v1l-1 2.75c-.202.556.572.724.75.25l.505-1.3H288v-.7h-1.5v-2c0-.5-.5-1-1-1z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="school-18"><g transform="translate(-264 -1051.4)" color="#000"><path d="M274.75 1053.362c-.69 0-1.25.56-1.25 1.25s.56 1.25 1.25 1.25 1.25-.56 1.25-1.25-.56-1.25-1.25-1.25zm-5.688 1c-.69 0-1.25.56-1.25 1.25s.56 1.25 1.25 1.25 1.25-.56 1.25-1.25-.56-1.25-1.25-1.25zm6.688 2c-.28 0-.74.1-1.125.375l-2.438 1.75c-.66.47-.054 1.283.563.875l1.594-1.062s.436.356.656 1.062l-.03 1.844-1.626 4.344c-.188.502.166.817.53.812.24 0 .477-.16.595-.437l2.03-4.563s.375 2 1.875 2h2.125c.5 0 .5-.5.5-.5s0-.5-.5-.5h-2s-.5 0-.5-1c0-.704-.78-2.498-1-3v-.5l2.5 1.375c.68.453 1.284-.35.625-.844l-2.625-1.53c-.517-.29-1.082-.5-1.75-.5zm-7.125 1c-.375 0-.552.178-.75.375l-1.594 1.594c-.204.206-.28.39-.28.657 0 .375.558.567.875.25l1.375-1.375c.315 0 .75.04.75.5v2.125l-1.125 3c-.312.83.858 1.087 1.125.375l1.125-3s.375.5 1.125.5h2.188c.75 0 .75-1 0-1H271.5s-.5 0-.5-.5v-.75c0-1.5-.5-2.75-1.25-2.75h-1.125z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M274.75 1053.362c-.69 0-1.25.56-1.25 1.25s.56 1.25 1.25 1.25 1.25-.56 1.25-1.25-.56-1.25-1.25-1.25zm-5.688 1c-.69 0-1.25.56-1.25 1.25s.56 1.25 1.25 1.25 1.25-.56 1.25-1.25-.56-1.25-1.25-1.25zm6.688 2c-.28 0-.74.1-1.125.375l-2.438 1.75c-.66.47-.054 1.283.563.875l1.594-1.062s.436.356.656 1.062l-.03 1.844-1.626 4.344c-.188.502.166.817.53.812.24 0 .477-.16.595-.437l2.03-4.563s.375 2 1.875 2h2.125c.5 0 .5-.5.5-.5s0-.5-.5-.5h-2s-.5 0-.5-1c0-.704-.78-2.498-1-3v-.5l2.5 1.375c.68.453 1.284-.35.625-.844l-2.625-1.53c-.517-.29-1.082-.5-1.75-.5zm-7.125 1c-.375 0-.552.178-.75.375l-1.594 1.594c-.204.206-.28.39-.28.657 0 .375.558.567.875.25l1.375-1.375c.315 0 .75.04.75.5v2.125l-1.125 3c-.312.83.858 1.087 1.125.375l1.125-3s.375.5 1.125.5h2.188c.75 0 .75-1 0-1H271.5s-.5 0-.5-.5v-.75c0-1.5-.5-2.75-1.25-2.75h-1.125z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="school-24"><g transform="translate(-240 -1050.4)"><path d="M254.75 1053.362c-.97 0-1.75.78-1.75 1.75s.78 1.75 1.75 1.75 1.75-.78 1.75-1.75-.78-1.75-1.75-1.75zm-8 2c-.97 0-1.75.78-1.75 1.75s.78 1.75 1.75 1.75 1.75-.78 1.75-1.75-.78-1.75-1.75-1.75zm9.25 2c-.373 0-.986.135-1.5.5l-3.25 2.313c-.882.627-.073 1.732.75 1.187l2.125-1.406s1.4 3.004.875 4.406c-.018.047-.033.09-.03.125l-2.19 5.813c-.25.67.233 1.07.72 1.062.32 0 .625-.193.78-.562l2.72-6.438s.5 3 2.5 3h2.75c.75 0 .75-.75.75-.75s0-.75-.75-.75H260c-1.067 0-1-1.602-1-2.5 0-1.5-1-4-1-4l3 2c.906.604 1.692-.466.813-1.125l-3.313-2.375c-.604-.43-.797-.5-1.5-.5h-1zm-10.5 2c-.5 0-.736.237-1 .5l-2.125 2.125c-.274.274-.375.52-.375.875 0 .5.764.736 1.188.313l1.812-1.813c1 0 1.375 2.5 1 3.5l-1.5 4c-.415 1.108 1.144 1.45 1.5.5l1.5-4s.5 1 1.5 1h3c1 0 1-1.5 0-1.5h-2.5c-.5 0-.5-1-.5-1.5 0-2-1-4-2-4z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M254.75 1053.362c-.97 0-1.75.78-1.75 1.75s.78 1.75 1.75 1.75 1.75-.78 1.75-1.75-.78-1.75-1.75-1.75zm-8 2c-.97 0-1.75.78-1.75 1.75s.78 1.75 1.75 1.75 1.75-.78 1.75-1.75-.78-1.75-1.75-1.75zm9.25 2c-.373 0-.986.135-1.5.5l-3.25 2.313c-.882.627-.073 1.732.75 1.187l2.125-1.406s1.4 3.004.875 4.406c-.018.047-.033.09-.03.125l-2.19 5.813c-.25.67.233 1.07.72 1.062.32-.004.625-.193.78-.562l2.72-6.438s.5 3 2.5 3h2.75c.75 0 .75-.75.75-.75s0-.75-.75-.75H260c-1.067 0-1-1.602-1-2.5 0-1.5-1-4-1-4l3 2c.906.604 1.692-.466.813-1.125l-3.313-2.375c-.604-.43-.797-.5-1.5-.5h-1zm-10.5 2c-.5 0-.736.237-1 .5l-2.125 2.125c-.274.274-.375.52-.375.875 0 .5.764.736 1.188.313l1.812-1.813c1 0 1.375 2.5 1 3.5l-1.5 4c-.415 1.108 1.144 1.45 1.5.5l1.5-4s.5 1 1.5 1h3c1 0 1-1.5 0-1.5h-2.5c-.5 0-.5-1-.5-1.5 0-2-1-4-2-4z" color="#000" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="scooter-12"><g transform="translate(0 -1040.4)" color="#000"><path d="M8 1042.362v1h1v2l-1 1H5v-2H3l-1 1v2h6l.5-.5H11v-1l-1-3.5zm1 5l-1 1v1l1 1h1l1-1v-1l-1-1zm-6.5.5l-.5.5v1l1 1h1l1-1v-1l-.5-.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M8 1042.362v1h1v2l-1 1H5v-2H3l-1 1v2h6l.5-.5H11v-1l-1-3.5zm1 5l-1 1v1l1 1h1l1-1v-1l-1-1zm-6.5.5l-.5.5v1l1 1h1l1-1v-1l-.5-.5z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="scooter-18"><g transform="translate(0 -1034.4)" color="#000"><path d="M12 1036.362l-.5.5.5.5h1l1 2-3 3c-.604.65-1.35 1-2 1H8v-3h1c.49 0 1-.51 1-1s-.5-1-1-1H4c-.49 0-1 .51-1 1s.51 1 1 1h.5v.5H4c-.44 0-1 .56-1 1v3.5h6c1.438 0 2.01-.01 2.938-.906.633-.68.998-1.094 1.53-1.094H17v-.437c0-.442-.835-.622-1-1.063l-1-2.5c.49 0 1-.51 1-1v-1c0-.49-.51-1-1-1zm3 8c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2zm-11 2c0 1.105.895 2 2 2s2-.895 2-2H6z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" overflow="visible"/><path d="M12 1036.362l-.5.5.5.5h1l1 2-3 3c-.604.65-1.35 1-2 1H8v-3h.5c.49 0 1-.51 1-1s-.5-1-1-1H4c-.49 0-1 .51-1 1s.51 1 1 1h.5v.5H4c-.44 0-1 .56-1 1v3.5h6c1.438 0 2.01-.01 2.938-.906.633-.68.998-1.094 1.53-1.094H17v-.437c0-.442-.835-.622-1-1.063l-1-2.5c.49 0 1-.51 1-1v-1c0-.49-.51-1-1-1zm3 8c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2zm-11 2c0 1.105.895 2 2 2s2-.895 2-2H6z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="scooter-24"><g transform="translate(0 -1028.4)" color="#000"><path d="M16 1032.362s-.5 0-.5.5.5.5.5.5h1.5l.72 2.813-3.47 4.937c-.685.736-1.014 1.25-1.75 1.25h-2v-5h1c.554 0 1-.446 1-1s-.446-1-1-1H5c-.554 0-1 .446-1 1s.446 1 1 1h.5c.277 0 .5.223.5.5s-.223.5-.5.5H5c-.5 0-1 .5-1 1v5h9c1.63 0 2.62-1.07 3.25-1.75.717-.77 1.146-1.25 1.75-1.25h4v-.5c0-.5-.813-1-1-1.5l-1-4c.554 0 1-.446 1-1v-1c0-.554-.446-1-1-1zm3.5 10c-1.38 0-2.5 1.12-2.5 2.5s1.12 2.5 2.5 2.5 2.5-1.12 2.5-2.5-1.12-2.5-2.5-2.5zm-14.438 3c.234 1.14 1.23 2 2.438 2 1.208 0 2.204-.86 2.438-2z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" overflow="visible"/><path d="M16 1032.362s-.5 0-.5.5.5.5.5.5h1.5l.72 2.813-3.47 4.937c-.685.736-1.014 1.25-1.75 1.25h-2v-5h1c.554 0 1-.446 1-1s-.446-1-1-1H5c-.554 0-1 .446-1 1s.446 1 1 1h.5c.277 0 .5.223.5.5s-.223.5-.5.5H5c-.5 0-1 .5-1 1v5h9c1.63 0 2.62-1.07 3.25-1.75.717-.77 1.146-1.25 1.75-1.25h4v-.5c0-.5-.813-1-1-1.5l-1-4c.554 0 1-.446 1-1v-1c0-.554-.446-1-1-1zm3.5 10c-1.38 0-2.5 1.12-2.5 2.5s1.12 2.5 2.5 2.5 2.5-1.12 2.5-2.5-1.12-2.5-2.5-2.5zm-14.438 3c.234 1.14 1.23 2 2.438 2 1.208 0 2.204-.86 2.438-2z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="shop-12"><g color="#000" transform="translate(-360 -1098.4)"><path d="M365.172 1099.862c-.5 0-.926.506-1 1l-.172 1.5h-1c-.25 0-.5.25-.5.5l-.5 5c0 .25.25.5.5.5h8c.25 0 .5-.25.5-.5l-.5-5c0-.25-.25-.5-.5-.5h-1l-.172-1.5c-.057-.497-.5-1-1-1zm0 .5h2.656c.25 0 .468.22.5.5l.172 1.5h-4l.172-1.5c.028-.248.25-.5.5-.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M365.172 1099.862c-.5 0-.926.506-1 1l-.172 1.5h-1c-.25 0-.5.25-.5.5l-.5 5c0 .25.25.5.5.5h8c.25 0 .5-.25.5-.5l-.5-5c0-.25-.25-.5-.5-.5h-1l-.172-1.5c-.057-.497-.5-1-1-1zm0 .5h2.656c.25 0 .468.22.5.5l.172 1.5h-4l.172-1.5c.028-.248.25-.5.5-.5z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="shop-18"><g color="#000" transform="translate(-342 -1098.4)"><path d="M350.265 1100.362c-.765 0-1.615.75-1.765 1.5l-.5 2.5h-1c-.382 0-1 .618-1 1l-1 8.235c0 .383.5.765 1 .765h11c.5 0 1-.382 1-.765l-1-8.235c0-.382-.618-1-1-1h-1l-.5-2.5c-.15-.75-1-1.5-1.765-1.5zm0 .765h2.47c.383 0 .925.36 1 .735l.5 2.5h-5.47l.5-2.5c.075-.375.617-.735 1-.735z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M350.265 1100.362c-.765 0-1.615.75-1.765 1.5l-.5 2.5h-1c-.382 0-1 .618-1 1l-1 8.235c0 .383.5.765 1 .765h11c.5 0 1-.382 1-.765l-1-8.235c0-.382-.618-1-1-1h-1l-.5-2.5c-.15-.75-1-1.5-1.765-1.5zm0 .765h2.47c.383 0 .925.36 1 .735l.5 2.5h-5.47l.5-2.5c.075-.375.617-.735 1-.735z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="shop-24"><g transform="translate(-319 -1099.4)" color="#000"><path d="M330 1102.362c-1 0-1.886 1.007-2 2l-.344 3H326c-.5 0-1 .5-1 1l-1 10c0 .5.5 1 1 1h13c.5 0 1-.5 1-1l-1-10c0-.5-.5-1-1-1h-1.656l-.344-3c-.114-.993-1-2-2-2zm0 1h3c.5 0 .943.503 1 1l.344 3h-5.688l.344-3c.057-.497.5-1 1-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M330 1102.362c-1 0-1.886 1.007-2 2l-.344 3H326c-.5 0-1 .5-1 1l-1 10c0 .5.5 1 1 1h13c.5 0 1-.5 1-1l-1-10c0-.5-.5-1-1-1h-1.656l-.344-3c-.114-.993-1-2-2-2zm0 1h3c.5 0 .943.503 1 1l.344 3h-5.688l.344-3c.057-.497.5-1 1-1z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="skiing-12"><g transform="translate(-516 -1267.4)" color="#000"><path d="M522 1269.362c-.5 0-1 1-1 1.5v2l-1.625.78-1.375-.78v.5l7 4v-.5l-4.688-2.687 1.688-.625v-2.188h1l1 1.5v1.5l1 1h1v-1h-1v-1.5l-.5-2.5-1.5-1h-1zm4.5 1.5c-.552 0-1 .448-1 1s.448 1 1 1c.187 0 .35-.067.5-.156v-1.687c-.15-.09-.313-.158-.5-.158z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M522 1269.362c-.5 0-1 1-1 1.5v2l-1.625.78-1.375-.78v.5l7 4v-.5l-4.688-2.687 1.688-.625v-2.188h1l1 1.5v1.5l1 1h1v-1h-1v-1.5l-.5-2.5-1.5-1h-1zm4.5 1.5c-.552 0-1 .448-1 1s.448 1 1 1c.187 0 .35-.067.5-.156v-1.687c-.15-.09-.313-.158-.5-.158z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="skiing-18"><g transform="translate(-498 -1267.4)" color="#000"><path d="M506 1270.362c-1 0-1.5.5-1.5 1.5 0 .396.136.657.22 1l.78 2-2.813 1.97-2.687-1.47v1l11 6h1l1-1-.5-.5-.5-.5v1h-1l-7-3.812 2.47-1.656c.244-.168.6-.243.53-.532l-.53-1.47 2.53 1.47.625 1.97c.057.21.205.41.406.5l1.69.718c1.182.518 1.346-.61.592-.938l-1.375-.594-.937-2.656v-2l-2.5-1.406c-.58-.334-1-.594-1.5-.594zm6.5 1.5c-.814 0-1.5.686-1.5 1.5s.686 1.5 1.5 1.5 1.5-.686 1.5-1.5-.686-1.5-1.5-1.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M506 1270.362c-1 0-1.5.5-1.5 1.5 0 .396.136.657.22 1l.78 2-2.813 1.97-2.687-1.47v1l11 6h1l1-1-.5-.5-.5-.5v1h-1l-7-3.812 2.47-1.657c.244-.168.6-.242.53-.53l-.53-1.47 2.53 1.47.625 1.968c.057.213.205.412.406.5l1.69.72c1.182.518 1.346-.61.592-.938l-1.375-.594-.937-2.656v-2l-2.5-1.406c-.58-.334-1-.594-1.5-.594zm6.5 1.5c-.814 0-1.5.686-1.5 1.5s.686 1.5 1.5 1.5 1.5-.686 1.5-1.5-.686-1.5-1.5-1.5z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="skiing-24"><g transform="translate(-475 -1266.4)"><path d="M487 1270.362c-1 0-2 .5-2 2 0 .537.044.628.156 1.094l.688 2.844-3.72 2.28-3.374-1.968c-.112-.066-.26-.068-.438-.03-.178.036-.312.248-.312.468 0 .22.096.347.25.437l14.5 8.5c.456.263.867.37 1.25.375.268 0 .532-.035.75-.125.53-.218.862-.61 1.094-.843.116-.117.156-.258.156-.407 0-.21-.13-.436-.406-.468-.18-.022-.325.043-.438.186-.234.298-.528.52-.78.625-.254.105-.535.124-1.126-.218l-9.28-5.437 3.592-2.094c.333-.227.503-.67.407-1.06l-.408-1.658 3.576 2.105.675 2.57c.077.29.29.537.562.657l2.28 1c1.607.704 1.836-.826.814-1.27l-1.876-.81-1.594-6.25-3.063-1.75c-.786-.455-1.437-.75-1.937-.75zm8 2c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M487 1270.362c-1 0-2 .5-2 2 0 .537.044.628.156 1.094l.688 2.844-3.72 2.28-3.374-1.968c-.112-.066-.26-.068-.438-.03-.178.036-.312.248-.312.468 0 .22.096.347.25.437l14.5 8.5c.456.263.867.37 1.25.375.268 0 .532-.035.75-.125.53-.218.862-.61 1.094-.843.116-.117.156-.258.156-.407 0-.21-.13-.436-.406-.468-.18-.022-.325.043-.438.186-.234.298-.528.52-.78.625-.254.105-.535.124-1.126-.218l-9.28-5.437 3.592-2.094c.333-.227.503-.67.407-1.06l-.408-1.658 3.576 2.105.675 2.57c.077.29.29.537.562.657l2.28 1c1.607.704 1.836-.826.814-1.27l-1.876-.81-1.594-6.25-3.063-1.75c-.786-.455-1.437-.75-1.937-.75zm8 2c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2z" color="#000" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="slaughterhouse-12"><g transform="translate(-516 -1291.4)" color="#000"><path d="M519 1293.362l.5 1H518v1h1l1 1v4h.5l.5-2 1 2h.5v-2c.947 0 1.526-.5 2-.5v1c0 .403.03 1.5.03 1.5h.47l1-2 .5 2h.5v-5l-1-1h-5l-.375-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M519 1293.362l.5 1H518v1h1l1 1v4h.5l.5-2 1 2h.5v-2c.947 0 1.526-.5 2-.5v1c0 .403.03 1.5.03 1.5h.47l1-2 .5 2h.5v-5l-1-1h-5l-.375-1z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="slaughterhouse-18"><g transform="translate(-498 -1291.4)" color="#000"><path d="M500.684 1295.362l.684.79-1.368 1.71v.5l2.053.184c0 1.027 1.625 1.384 1.947 3.316v3.5h.5l1-3 1 3h.5v-3c2.053 0 1.632-.5 3-.5 0 0-.08 1.208-.08 1.79 0 .58-.34 1.71-.34 1.71h.683l1.026-2.737 1.026 2.737H513v-3l-.5-1 .5-1v-3l-1-1h-8.5l-.763-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M500.684 1295.362l.684.79-1.368 1.71v.5l2.053.184c0 1.027 1.625 1.384 1.947 3.316v3.5h.5l1-3 1 3h.5v-3c2.053 0 1.632-.5 3-.5 0 0-.08 1.208-.08 1.79 0 .58-.34 1.71-.34 1.71h.683l1.026-2.737 1.026 2.737H513v-3l-.5-1 .5-1v-3l-1-1h-8.5l-.763-1z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="slaughterhouse-24"><g transform="translate(-474 -1290.4)" color="#000"><path d="M477 1295.362l1 1-2 2v1l3 .5c0 1.5 2.53.677 3 3.5v5h1l1-4 1 4h1v-4c2 0 3-1 4-1 0 0 .5 1.65.5 2.5 0 .85-.5 2.5-.5 2.5h1l1.5-4 1.5 4h1v-4c0-.5-1-1-1-1.5 0-1.412 1-1.5 1-2.5v-3c0-.5-.5-1-1-1h-13l-1-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M477 1295.362l1 1-2 2v1l3 .5c0 1.5 2.53.677 3 3.5v5h1l1-4 1 4h1v-4c2 0 3-1 4-1 0 0 .5 1.65.5 2.5 0 .85-.5 2.5-.5 2.5h1l1.5-4 1.5 4h1v-4c0-.5-1-1-1-1.5 0-1.412 1-1.5 1-2.5v-3c0-.5-.5-1-1-1h-13l-1-1z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="soccer-12"><g transform="translate(-517 -1075.4)" color="#000"><path d="M523.5 1076.362c-2.48 0-4.5 2.02-4.5 4.5s2.02 4.5 4.5 4.5 4.5-2.02 4.5-4.5-2.02-4.5-4.5-4.5zm0 .794c1.41 0 2.633.78 3.26 1.936-.592.392-1.135.597-1.142.976-.005.265 0 .34 0 .53 0 .264.138.605.53.794l.926.446c-.107.393-.277.747-.497 1.076l-.695-.464c-.397-.264-.794-.44-1.058-.264l-.795.53c-.368.244-.33.53-.265.793l.248 1.025c-.168.023-.338.033-.513.033-.367 0-.725-.05-1.06-.15v-.91c0-.528-.264-.793-.528-1.058-.265-.264-.53-.53-1.06-.53h-.91c-.097-.333-.148-.69-.148-1.058 0-2.053 1.653-3.706 3.706-3.706zm-1.588 1.853l-.265 1.058c-.075.3-.275.61 0 .794l.794.53c.53.353.764.148 1.06 0l.53-.265c.394-.197.53-.265.53-.794v-1.06c0-.264.003-.422-.53-.528l-1.324-.265c-.555-.11-.66-.013-.794.53z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M523.5 1076.362c-2.48 0-4.5 2.02-4.5 4.5s2.02 4.5 4.5 4.5 4.5-2.02 4.5-4.5-2.02-4.5-4.5-4.5zm0 .794c1.41 0 2.633.78 3.26 1.936-.592.392-1.135.597-1.142.976-.005.265 0 .34 0 .53 0 .264.138.605.53.794l.926.446c-.107.393-.277.747-.497 1.076l-.695-.464c-.397-.264-.794-.44-1.058-.264l-.795.53c-.368.244-.33.53-.265.793l.248 1.025c-.168.023-.338.033-.513.033-.367 0-.725-.05-1.06-.15v-.91c0-.528-.264-.793-.528-1.058-.265-.264-.53-.53-1.06-.53h-.91c-.097-.333-.148-.69-.148-1.058 0-2.053 1.653-3.706 3.706-3.706zm-1.588 1.853l-.265 1.058c-.075.3-.275.61 0 .794l.794.53c.53.353.764.148 1.06 0l.53-.265c.394-.197.53-.265.53-.794v-1.06c0-.264.003-.422-.53-.528l-1.324-.265c-.555-.11-.66-.013-.794.53z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="soccer-18"><g transform="translate(-498 -1076.4)" color="#000"><path d="M507.5 1078.362c-3.58 0-6.5 2.92-6.5 6.5s2.92 6.5 6.5 6.5 6.5-2.92 6.5-6.5-2.92-6.5-6.5-6.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M507.5 1078.362c-3.58 0-6.5 2.92-6.5 6.5s2.92 6.5 6.5 6.5 6.5-2.92 6.5-6.5-2.92-6.5-6.5-6.5zm0 1.147c2.04 0 3.803 1.126 4.708 2.795-.854.566-1.638.862-1.65 1.41-.006.383 0 .49 0 .765 0 .382.2.874.766 1.147l1.338.645c-.153.567-.4 1.08-.717 1.553l-1.004-.67c-.572-.38-1.146-.636-1.528-.38l-1.147.764c-.53.352-.475.763-.383 1.146l.36 1.48c-.244.034-.49.048-.742.048-.53 0-1.047-.074-1.53-.215v-1.315c0-.765-.382-1.147-.764-1.53-.382-.382-.765-.764-1.53-.764h-1.314c-.142-.482-.215-.998-.215-1.528 0-2.966 2.388-5.353 5.353-5.353zm-2.294 2.676l-.382 1.53c-.11.433-.398.88 0 1.146l1.147.765c.765.51 1.103.214 1.53 0l.765-.382c.57-.286.764-.383.764-1.147v-1.53c0-.382.005-.61-.765-.765l-1.912-.382c-.8-.16-.952-.017-1.147.766z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="soccer-24"><g transform="translate(-1 -1004.9)" color="#000"><path d="M13.5 1007.862c-4.683 0-8.5 3.817-8.5 8.5s3.817 8.5 8.5 8.5 8.5-3.817 8.5-8.5-3.817-8.5-8.5-8.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M13.5 1007.862c-4.683 0-8.5 3.817-8.5 8.5s3.817 8.5 8.5 8.5 8.5-3.817 8.5-8.5-3.817-8.5-8.5-8.5zm0 1.5c2.666 0 4.974 1.474 6.156 3.657-1.116.74-2.142 1.126-2.156 1.842-.01.5 0 .64 0 1 0 .5.26 1.144 1 1.5l1.75.844c-.2.74-.522 1.41-.938 2.03l-1.312-.874c-.75-.5-1.5-.833-2-.5l-1.5 1c-.693.463-.62 1-.5 1.5l.47 1.938c-.318.044-.64.062-.97.062-.693 0-1.37-.095-2-.28v-1.72c0-1-.5-1.5-1-2s-1-1-2-1H6.78c-.185-.63-.28-1.306-.28-2 0-3.878 3.122-7 7-7zm-3 3.5l-.5 2c-.142.568-.52 1.154 0 1.5l1.5 1c1 .667 1.44.28 2 0l1-.5c.745-.372 1-.5 1-1.5v-2c0-.5.008-.798-1-1l-2.5-.5c-1.047-.21-1.244-.023-1.5 1z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="square-12"><g transform="translate(31 -1122.4)" color="#000"><path d="M-28.438 1123.362h7.875c.312 0 .563.25.563.563v7.875c0 .31-.25.562-.563.562h-7.875c-.31 0-.562-.25-.562-.562v-7.875c0-.312.25-.563.563-.563z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" overflow="visible"/><path d="M-28.438 1123.362h7.875c.312 0 .563.25.563.563v7.875c0 .31-.25.562-.563.562h-7.875c-.31 0-.562-.25-.562-.562v-7.875c0-.312.25-.563.563-.563z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="square-18"><g color="#000" transform="translate(48 -1122.4)"><rect width="13" height="13" rx="1" ry="1" x="-45" y="1124.362" opacity=".3" fill="none" stroke="#fff" stroke-width="2" overflow="visible"/><rect width="13" height="13" rx="1" ry="1" x="-45" y="1124.362" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="square-24"><g transform="translate(40 -1004.4)" color="#000"><rect width="17" height="17" rx="1" ry="1" x="-36" y="1007.362" opacity=".3" fill="none" stroke="#fff" stroke-width="2" overflow="visible"/><path d="M-35 1007.362h15c.554 0 1 .446 1 1v15c0 .554-.446 1-1 1h-15c-.554 0-1-.446-1-1v-15c0-.554.446-1 1-1z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="square-stroked-12"><g transform="translate(31 -1098.4)" color="#000"><path d="M-28.5 1099.362c-.277 0-.5.223-.5.5v8c0 .277.223.5.5.5h8c.277 0 .5-.223.5-.5v-8c0-.277-.223-.5-.5-.5zm.5 1h7v7h-7z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" overflow="visible"/><path d="M-28.5 1099.362c-.277 0-.5.223-.5.5v8c0 .277.223.5.5.5h8c.277 0 .5-.223.5-.5v-8c0-.277-.223-.5-.5-.5zm.5 1h7v7h-7z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="square-stroked-18"><g color="#000" transform="translate(48 -1098.4)"><path d="M-44 1100.362c-.554 0-1 .446-1 1v11c0 .554.446 1 1 1h11c.554 0 1-.446 1-1v-11c0-.554-.446-1-1-1h-11zm1.438 2h8.124c.25 0 .438.188.438.438v8.125c0 .25-.188.437-.438.437h-8.124c-.25 0-.438-.188-.438-.437v-8.125c0-.25.188-.438.438-.438z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" overflow="visible"/><path d="M-44 1100.362c-.554 0-1 .446-1 1v11c0 .554.446 1 1 1h11c.554 0 1-.446 1-1v-11c0-.554-.446-1-1-1h-11zm1.438 2h8.124c.25 0 .438.188.438.438v8.125c0 .25-.188.437-.438.437h-8.124c-.25 0-.438-.188-.438-.437v-8.125c0-.25.188-.438.438-.438z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="square-stroked-24"><g transform="translate(0 -1004.4)" color="#000"><path d="M5 1007.362c-.554 0-1 .446-1 1v15c0 .554.446 1 1 1h15c.554 0 1-.446 1-1v-15c0-.554-.446-1-1-1zm1 2h13v13H6z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" overflow="visible"/><path d="M5 1007.362c-.554 0-1 .446-1 1v15c0 .554.446 1 1 1h15c.554 0 1-.446 1-1v-15c0-.554-.446-1-1-1zm1 2h13v13H6z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="star-12"><g transform="translate(30 -1195.4)" color="#000"><path d="M-23.5 1196.362l-1.25 3H-28l2.5 2.5-1.25 3.5 3.25-2 3.25 2-1.25-3.5 2.5-2.5h-3.25z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M-23.5 1196.362l-1.25 3H-28l2.5 2.5-1.25 3.5 3.25-2 3.25 2-1.25-3.5 2.5-2.5h-3.25z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="star-18"><g color="#000" transform="translate(48 -1194.4)"><path d="M-38.5 1196.362l-2 4H-45l3.5 4-1.694 5 4.694-2.89 4.694 2.89-1.694-5 3.5-4h-4.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M-38.5 1196.362l-2 4H-45l3.5 4-1.694 5 4.694-2.89 4.694 2.89-1.694-5 3.5-4h-4.5z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="star-24"><g transform="translate(-130 -201.4)" color="#000"><path d="M142.493 204.362l-2 6h-6.5l5 5-2.5 7 6-4 6 4-2.5-7 5-5h-6z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M142.493 204.362l-2 6h-6.5l5 5-2.5 7 6-4 6 4-2.5-7 5-5h-6z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="star-stroked-12"><g transform="translate(30 -1219.4)" color="#000"><path d="M-23.5 1220.362l-1.25 3H-28l2.5 2.5-1.25 3.5 3.25-2 3.25 2-1.25-3.5 2.5-2.5h-3.25l-1.25-3zm0 2l1 2h1.5l-1.5 1.5.5 1.5-1.5-1-1.5 1 .5-1.5-1.5-1.5h1.5l.5-1 .5-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M-23.5 1220.362l-1.25 3H-28l2.5 2.5-1.25 3.5 3.25-2 3.25 2-1.25-3.5 2.5-2.5h-3.25l-1.25-3zm0 2l1 2h1.5l-1.5 1.5.5 1.5-1.5-1-1.5 1 .5-1.5-1.5-1.5h1.5l.5-1 .5-1z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="star-stroked-18"><g color="#000" transform="translate(48 -1218.4)"><path d="M-38.5 1220.362l-2 4H-45l3.5 4-1.688 5 4.688-2.875 4.688 2.875-1.688-5 3.5-4h-4.5zm0 2.5l1 2.5h3l-2.5 3 1.156 2.5-2.656-2-2.656 2 1.156-2.5-2.5-3h3z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M-38.5 1220.362l-2 4H-45l3.5 4-1.688 5 4.688-2.875 4.688 2.875-1.688-5 3.5-4h-4.5zm0 2.5l1 2.5h3l-2.5 3 1.156 2.5-2.656-2-2.656 2 1.156-2.5-2.5-3h3z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="star-stroked-24"><g transform="translate(-131 -201.4)" color="#000"><path d="M143.493 204.362l-2 6h-6.5l5 5-2.5 7 6-4 6 4-2.5-7 5-5h-6.5zm0 4l1 3.5h4l-3.5 3.5 1.5 3.5-3-2.5-3 2.5 1.5-3.5-3.5-3.5h4z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M143.493 204.362l-2 6h-6.5l5 5-2.5 7 6-4 6 4-2.5-7 5-5h-6.5l-2-6zm0 4l1 3.5h4l-3.5 3.5 1.5 3.5-3-2.5-3 2.5 1.5-3.5-3.5-3.5h4l1-3.5z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="-402.5 403.5 12 12" id="suitcase-12"><path d="M-393.5 406.5V405l-.5-.5h-4l-.5.5v1.5h-1.5l-.5.5v5l.5.5h8l.5-.5v-5l-.5-.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10"/><path d="M-393.5 406.5V405l-.5-.5h-4l-.5.5v1.5h-1.5l-.5.5v5l.5.5h8l.5-.5v-5l-.5-.5zm-4-1h3v1h-3zm-1 2h1v4h-1m5 0h-1v-4h1z" fill="#454545"/><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="-402.5 403.5 18 18" id="suitcase-18"><path d="M-387.5 408.5h-3v-1c0-.553-.448-1-1-1h-3c-.552 0-1 .447-1 1v1h-3c-.552 0-1 .447-1 1v7c0 .553.448 1 1 1h11c.552 0 1-.447 1-1v-7c0-.553-.448-1-1-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-miterlimit="10"/><path d="M-387.5 408.5h-3v-1c0-.553-.448-1-1-1h-3c-.552 0-1 .447-1 1v1h-3c-.552 0-1 .447-1 1v7c0 .553.448 1 1 1h11c.552 0 1-.447 1-1v-7c0-.553-.448-1-1-1zm-7-1h3v1h-3zm-2 9h-1v-7h1zm8 0h-1v-7h1z" fill="#454545"/><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="-402.5 403.5 24 24" id="suitcase-24"><path d="M-382.5 410.5h-4v-2c0-.553-.448-1-1-1h-5c-.552 0-1 .447-1 1v2h-4c-.552 0-1 .447-1 1v10c0 .553.448 1 1 1h15c.552 0 1-.447 1-1v-10c0-.553-.448-1-1-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-miterlimit="10"/><path d="M-382.5 410.5h-4v-2c0-.553-.448-1-1-1h-5c-.552 0-1 .447-1 1v2h-4c-.552 0-1 .447-1 1v10c0 .553.448 1 1 1h15c.552 0 1-.447 1-1v-10c0-.553-.448-1-1-1zm-12 11h-1v-10h1zm7-11h-5v-2h5zm3 11h-1v-10h1z" fill="#454545"/><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="swimming-12"><g transform="translate(-517 -1219.4)" color="#000"><path d="M525.5 1221.362l-.5.304-2.22 1.29c-.265.126-.362.513-.186.75l.61.828-2.204 1.828 1 .235 1.5-.47 1.5.47 1-.235-2.22-2.78 2.236-1.392-.016-.828zm1 2.047c-.552 0-1 .447-1 1 0 .55.448 1 1 1s1-.45 1-1c0-.553-.448-1-1-1zm-6 3.952l-1.5.47v1.03l.156-.047 1.344-.453 1.5.5 1.5-.5 1.5.5 1.5-.5 1.5.5v-1.03l-1.5-.47-1.5.47-1.5-.47-1.5.47-1.5-.47z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M525.5 1221.362l-.5.304-2.22 1.29c-.265.126-.362.513-.186.75l.61.828-2.204 1.828 1 .235 1.5-.47 1.5.47 1-.235-2.22-2.78 2.236-1.392-.016-.828zm1 2.047c-.552 0-1 .447-1 1 0 .55.448 1 1 1s1-.45 1-1c0-.553-.448-1-1-1zm-6 3.952l-1.5.47v1.03l.156-.047 1.344-.453 1.5.5 1.5-.5 1.5.5 1.5-.5 1.5.5v-1.03l-1.5-.47-1.5.47-1.5-.47-1.5.47-1.5-.47z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="swimming-18"><g transform="translate(-499 -1220.4)" color="#000"><path d="M510.75 1223.987c-.114 0-.313.048-.406.094l-2.875 1.408c-.386.182-.536.752-.283 1.093l.875 1.19-3.718 2.155 2 .813 2.156-.875 2.156.875.844-.875-2.594-3.47 2.188-1.124c.435-.22.42-.59.375-.814-.044-.21-.323-.468-.72-.468zm1.75 2.375c-.828 0-1.5.672-1.5 1.5 0 .83.672 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.828-.672-1.5-1.5-1.5zm-4 4.5l-2 1-2.5-.937-2 .937v1.5l2-1 2.5 1 2-1.062 2 1.062 2-1.062 2.5 1.062v-1.5l-2.5-1-2 1-2-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M510.75 1223.987c-.114 0-.313.048-.406.094l-2.875 1.408c-.386.182-.536.752-.283 1.093l.875 1.19-3.718 2.155 2 .813 2.156-.875 2.156.875.844-.875-2.594-3.47 2.188-1.124c.435-.22.42-.59.375-.814-.044-.21-.323-.468-.72-.468zm1.75 2.375c-.828 0-1.5.672-1.5 1.5 0 .83.672 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.828-.672-1.5-1.5-1.5zm-4 4.5l-2 1-2.5-.937-2 .937v1.5l2-1 2.5 1 2-1.062 2 1.062 2-1.062 2.5 1.062v-1.5l-2.5-1-2 1-2-1z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="swimming-24"><g transform="translate(-474 -1218.4)"><path d="M489.125 1223.362c-.158 0-.434.093-.563.156l-4 1.938c-.532.252-.726 1.027-.375 1.5l1.22 1.656-4.72 3.656c1.13.23 1.977.938 2.813.938 1 0 1.5-1 3-1s2 1 3 1c.413 0 .833-.175 1.28-.375l-4.217-6.124 3.03-1.53c.603-.302.563-.818.5-1.126-.058-.292-.418-.688-.968-.688zm1.875 3c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2zm-11 8c-.694 0-1.34.405-2 .625v2.03c0 .002 1-.654 2-.655 1 0 2 1 3.5 1s1.974-.965 3-1c1 0 1.5 1 3 1s2.5-1 3.5-1c.702 0 2 .656 2 .656v-2.03c-.642-.248-1.343-.626-2-.626-1.5 0-2.5 1-3.5 1s-1.5-1-3-1-2 1-3 1-2-1-3.5-1z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M489.125 1223.362c-.158 0-.434.093-.563.156l-4 1.938c-.532.252-.726 1.027-.375 1.5l1.22 1.656-4.72 3.656c1.13.23 1.977.938 2.813.938 1 0 1.5-1 3-1s2 1 3 1c.413 0 .833-.175 1.28-.375l-4.217-6.124 3.03-1.53c.603-.302.563-.818.5-1.126-.058-.292-.418-.688-.968-.688zm1.875 3c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2zm-11 8c-.694 0-1.34.405-2 .625v2.03c0 .002 1-.654 2-.655 1 0 2 1 3.5 1s1.974-.965 3-1c1 0 1.5 1 3 1s2.5-1 3.5-1c.702 0 2 .656 2 .656v-2.03c-.642-.248-1.343-.626-2-.626-1.5 0-2.5 1-3.5 1s-1.5-1-3-1-2 1-3 1-2-1-3.5-1z" color="#000" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="telephone-12"><g transform="translate(-360 -1315.4)" color="#000"><path d="M367.5 1317.362l-5.5 5.5v2l1 1h1l1-1v-1l-1-1 3.5-3.5 1 1h1l1-1v-1l-1-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M367.5 1317.362l-5.5 5.5v2l1 1h1l1-1v-1l-1-1 3.5-3.5 1 1h1l1-1v-1l-1-1z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="telephone-18"><g transform="matrix(.8 0 0 .8 -240 -985.8)" color="#000"><path d="M334 1317.03l-11.333 11.332v3.334l1.75 1.75 4-4-1.084-1.084 6.667-6.666 1.083 1.083 4-4-1.75-1.75H334zm5.583 2.25l-4 4 .417.416h1.333l2.667-2.667v-1.334l-.417-.417zm-10.666 10.666l-4 4 .416.416h1.334l2.666-2.666v-1.334l-.416-.416z" opacity=".3" fill="none" stroke="#fff" stroke-width="2.66666" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M334 1317.03l-11.333 11.332v3.334l1.75 1.75 4-4-1.084-1.084 6.667-6.666 1.083 1.083 4-4-1.75-1.75H334zm5.583 2.25l-4 4 .417.416h1.333l2.667-2.667v-1.334l-.417-.417zm-10.666 10.666l-4 4 .416.416h1.334l2.666-2.666v-1.334l-.416-.416z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="telephone-24"><g transform="translate(-320 -1314.4)" color="#000"><path d="M336 1318.362c-1 0-1.326.326-2 1l-8 8c-.5.5-1 1-1 2v1.5c0 1 .5 1.5 1 2l.563.563 3.5-3.5-.563-.563c-.5-.5 0-1 0-1l5.5-5.5s.5-.5 1 0l.563.563 3.5-3.5-.563-.563c-.5-.5-1-1-2-1H336zm4.438 1.938l-3.5 3.5.562.562c.354.354 1.146.354 1.5 0l2-2c.354-.354.354-1.146 0-1.5zm-10 10l-3.5 3.5.562.562c.354.354 1.146.354 1.5 0l2-2c.354-.353.354-1.146 0-1.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M336 1318.362c-1 0-1.326.326-2 1l-8 8c-.5.5-1 1-1 2v1.5c0 1 .5 1.5 1 2l.563.563 3.5-3.5-.563-.563c-.5-.5 0-1 0-1l5.5-5.5s.5-.5 1 0l.563.563 3.5-3.5-.563-.563c-.5-.5-1-1-2-1H336zm4.438 1.938l-3.5 3.5.562.562c.354.354 1.146.354 1.5 0l2-2c.354-.354.354-1.146 0-1.5zm-10 10l-3.5 3.5.562.562c.354.354 1.146.354 1.5 0l2-2c.354-.353.354-1.146 0-1.5z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="tennis-12"><g transform="translate(-517 -1123.4)" color="#000"><path d="M519 1127.362c0 1.657 1.343 3 3 3h2.5l3 3h.5v-.5l-3-3v-2.5c0-1.657-1.343-3-3-3s-3 1.343-3 3zm5 .5v1.5h-1.5zm-4.25 3c-.414 0-.75.336-.75.75s.336.75.75.75.75-.336.75-.75-.336-.75-.75-.75z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" overflow="visible"/><path d="M519 1127.362c0 1.657 1.343 3 3 3h2.5l3 3h.5v-.5l-3-3v-2.5c0-1.657-1.343-3-3-3s-3 1.343-3 3zm5 .5v1.5h-1.5zm-4.25 3c-.414 0-.75.336-.75.75s.336.75.75.75.75-.336.75-.75-.336-.75-.75-.75z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="tennis-18"><g color="#000" transform="translate(-498 -1122.4)"><path d="M505.5 1124.362c-2.534 0-4.5 1.966-4.5 4.5s2.142 4.5 4.676 4.5H509l4 4h1v-1l-4-4v-3.323c0-2.535-1.966-4.678-4.5-4.678zm3.5 5.706v2.294h-2.5zm-6.853 3.294c-.633 0-1.147.514-1.147 1.147s.514 1.146 1.147 1.146c.634 0 1.147-.513 1.147-1.147s-.513-1.148-1.147-1.148z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" overflow="visible"/><path d="M505.5 1124.362c-2.534 0-4.5 1.966-4.5 4.5s2.142 4.5 4.676 4.5H509l4 4h1v-1l-4-4v-3.323c0-2.535-1.966-4.678-4.5-4.678zm3.5 5.706v2.294h-2.5zm-6.853 3.294c-.633 0-1.147.514-1.147 1.147s.514 1.146 1.147 1.146c.634 0 1.147-.513 1.147-1.147s-.513-1.148-1.147-1.148z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="tennis-24"><g color="#000" transform="translate(-474 -1122.4)"><path d="M484 1125.362c-3.314 0-6 2.686-6 6s2.686 6 6 6h5l4.5 4.5c.316.316.506.5.906.5.125 0 .28 0 .438-.156.156-.156.156-.312.156-.437 0-.4-.218-.626-.5-.908l-4.5-4.5v-5c0-3.314-2.686-6-6-6zm5 8v3h-3zm-9.5 4c-.828 0-1.5.672-1.5 1.5 0 .83.672 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.828-.672-1.5-1.5-1.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" overflow="visible"/><path d="M484 1125.362c-3.314 0-6 2.686-6 6s2.686 6 6 6h5l4.5 4.5c.316.316.506.5.906.5.125 0 .28 0 .438-.156.156-.156.156-.312.156-.437 0-.4-.218-.626-.5-.908l-4.5-4.5v-5c0-3.314-2.686-6-6-6zm5 8v3h-3zm-9.5 4c-.828 0-1.5.672-1.5 1.5 0 .83.672 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.828-.672-1.5-1.5-1.5z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="theatre-12"><g color="#000" transform="translate(-360 -1266.4)"><path d="M362.5 1268.362c-.25 0-.5.25-.5.5v3c0 1.108.5 2.5 2.5 2.5.18 0 .343-.01.5-.03v-1.47h-2s.25-1 1.5-1c.25 0 .348.037.5.094v-1.094c0-.458.202-.81.453-1.062.25-.25.59-.438 1.047-.438h.5v-.5c0-.25-.264-.5-.5-.5-.5 0-1 .5-2 .5-.867 0-1.5-.5-2-.5zm1 2c.276 0 .5.224.5.5s-.224.5-.5.5-.5-.224-.5-.5.224-.5.5-.5zm3 0c-.236 0-.5.25-.5.5v3c0 1.108.5 2.5 2.5 2.5s2.5-1.392 2.5-2.5v-3c0-.25-.264-.5-.5-.5-.5 0-1.255.5-2 .5-.745 0-1.5-.5-2-.5zm1 2c.276 0 .5.224.5.5s-.224.5-.5.5-.5-.224-.5-.5.224-.5.5-.5zm2 0c.276 0 .5.224.5.5s-.224.5-.5.5-.5-.224-.5-.5.224-.5.5-.5zm-2.5 2h3s-.25 1-1.5 1-1.5-1-1.5-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M362.5 1268.362c-.25 0-.5.25-.5.5v3c0 1.108.5 2.5 2.5 2.5.18 0 .343-.01.5-.03v-1.47h-2s.25-1 1.5-1c.25 0 .348.037.5.094v-1.094c0-.458.202-.81.453-1.062.25-.25.59-.438 1.047-.438h.5v-.5c0-.25-.264-.5-.5-.5-.5 0-1 .5-2 .5-.867 0-1.5-.5-2-.5zm1 2c.276 0 .5.224.5.5s-.224.5-.5.5-.5-.224-.5-.5.224-.5.5-.5zm3 0c-.236 0-.5.25-.5.5v3c0 1.108.5 2.5 2.5 2.5s2.5-1.392 2.5-2.5v-3c0-.25-.264-.5-.5-.5-.5 0-1.255.5-2 .5-.745 0-1.5-.5-2-.5zm1 2c.276 0 .5.224.5.5s-.224.5-.5.5-.5-.224-.5-.5.224-.5.5-.5zm2 0c.276 0 .5.224.5.5s-.224.5-.5.5-.5-.224-.5-.5.224-.5.5-.5zm-2.5 2h3s-.25 1-1.5 1-1.5-1-1.5-1z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="theatre-18"><g transform="translate(-342 -1266.4)" color="#000"><path d="M345.78 1268.362c-.388 0-.78.393-.78.78v5.502c0 1.723.764 3.78 3.875 3.78.28 0-.12-.026.125-.06v-2h-2.5s.555-2 2.5-2v-1.657c0-.713.11-1.454.5-1.845.39-.39.868-1.267 2.5-.5l1 .5v-1.718c0-.39-.392-.78-.78-.78-.723 0-2.22 1-3.22 1s-2.497-1-3.22-1zm1.22 2c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm3.78 1c-.365 0-.78.393-.78.78v5.22c0 1.724.89 4 4 4s4-2.276 4-4v-5.22c0-.387-.415-.78-.78-.78-.723 0-2.22 1-3.22 1s-2.497-1-3.22-1zm1.22 2c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm4 0c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm-4.5 4h5s-.556 2-2.5 2-2.5-2-2.5-2z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M345.78 1268.362c-.388 0-.78.393-.78.78v5.502c0 1.723.764 3.78 3.875 3.78.28 0-.12-.026.125-.06v-2h-2.5s.555-2 2.5-2v-1.657c0-.713.11-1.454.5-1.845.39-.39.888-1.308 2.5-.5l1 .5v-1.718c0-.39-.392-.78-.78-.78-.723 0-2.22 1-3.22 1s-2.497-1-3.22-1zm1.22 2c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm3.78 1c-.365 0-.78.393-.78.78v5.22c0 1.724.89 4 4 4s4-2.276 4-4v-5.22c0-.387-.415-.78-.78-.78-.723 0-2.22 1-3.22 1s-2.497-1-3.22-1zm1.22 2c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm4 0c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm-4.5 4h5s-.556 2-2.5 2-2.5-2-2.5-2z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="theatre-24"><path d="M5 3c-.47 0-1 .5-1 1v7c0 2.216 1 5 5 5 .36 0 .686-.017 1-.062V13H6s.5-2 3-2c.5 0 .697.075 1 .188V9c0-.916.365-1.682 1-2 1-.5 1.404-.298 2 0l1 .5V4c0-.5-.53-1-1-1-1 0-2 1-4 1S6 3 5 3zm1.75 3.5C7.44 6.5 8 7.06 8 7.75S7.44 9 6.75 9 5.5 8.44 5.5 7.75 6.06 6.5 6.75 6.5zM12 8c-.47 0-1 .5-1 1v7c0 2.216 1 5 5 5s5-2.784 5-5V9c0-.5-.53-1-1-1-1 0-2 1-4 1s-3-1-4-1zm1.75 3.5c.69 0 1.25.56 1.25 1.25S14.44 14 13.75 14s-1.25-.56-1.25-1.25.56-1.25 1.25-1.25zm4.5 0c.69 0 1.25.56 1.25 1.25S18.94 14 18.25 14 17 13.44 17 12.75s.56-1.25 1.25-1.25zM13 17h6s-.5 2-3 2-3-2-3-2z" opacity=".3" color="#000" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M5 3c-.47 0-1 .5-1 1v7c0 2.216 1 5 5 5 .36 0 .686-.017 1-.062V13H6s.5-2 3-2c.5 0 .697.075 1 .188V9c0-.916.365-1.682 1-2 1-.5 1.404-.298 2 0l1 .5V4c0-.5-.53-1-1-1-1 0-2 1-4 1S6 3 5 3zm1.75 3.5C7.44 6.5 8 7.06 8 7.75S7.44 9 6.75 9 5.5 8.44 5.5 7.75 6.06 6.5 6.75 6.5zM12 8c-.47 0-1 .5-1 1v7c0 2.216 1 5 5 5s5-2.784 5-5V9c0-.5-.53-1-1-1-1 0-2 1-4 1s-3-1-4-1zm1.75 3.5c.69 0 1.25.56 1.25 1.25S14.44 14 13.75 14s-1.25-.56-1.25-1.25.56-1.25 1.25-1.25zm4.5 0c.69 0 1.25.56 1.25 1.25S18.94 14 18.25 14 17 13.44 17 12.75s.56-1.25 1.25-1.25zM13 17h6s-.5 2-3 2-3-2-3-2z" color="#000" fill="#444" overflow="visible"/><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="toilets-12"><g transform="matrix(.5 0 0 .5 -159 -645.2)" color="#000"><path d="M326 1292.362c-1.38 0-2.5 1.12-2.5 2.5s1.12 2.5 2.5 2.5 2.5-1.12 2.5-2.5-1.12-2.5-2.5-2.5zm10 0c-1.38 0-2.5 1.12-2.5 2.5s1.12 2.5 2.5 2.5 2.5-1.12 2.5-2.5-1.12-2.5-2.5-2.5zm-12 6v3l-3 5h3v4h4v-4h3l-3-5v-3h-4zm8 0l2 7v5h4v-5l2-7h-8z" opacity=".3" fill="none" stroke="#fff" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M326 1292.362c-1.38 0-2.5 1.12-2.5 2.5s1.12 2.5 2.5 2.5 2.5-1.12 2.5-2.5-1.12-2.5-2.5-2.5zm10 0c-1.38 0-2.5 1.12-2.5 2.5s1.12 2.5 2.5 2.5 2.5-1.12 2.5-2.5-1.12-2.5-2.5-2.5zm-12 6v3l-3 5h3v4h4v-4h3l-3-5v-3h-4zm8 0l2 7v5h4v-5l2-7h-8z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="toilets-18"><g transform="translate(-342 -1290.4)" color="#000"><path d="M348 1291.362c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2zm7 0c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2zm-7.5 5l-1.5 1.5v2.5l-1.5 2.5.5.5h2v3h2v-3h2l.5-.5-1.5-2.5v-2.5l-1.5-1.5zm5.5 0l-1 1 2 4.5v4.5h2v-4.5l2-4.5-1-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M348 1291.362c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2zm7 0c-1.105 0-2 .896-2 2 0 1.105.895 2 2 2s2-.895 2-2c0-1.104-.895-2-2-2zm-7.5 5l-1.5 1.5v2.5l-1.5 2.5.5.5h2v3h2v-3h2l.5-.5-1.5-2.5v-2.5l-1.5-1.5zm5.5 0l-1 1 2 4.5v4.5h2v-4.5l2-4.5-1-1z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="toilets-24"><g transform="translate(-318 -1290.4)" color="#000"><path d="M326.5 1292.362c-1.38 0-2.5 1.12-2.5 2.5s1.12 2.5 2.5 2.5 2.5-1.12 2.5-2.5-1.12-2.5-2.5-2.5zm8 0c-1.38 0-2.5 1.12-2.5 2.5s1.12 2.5 2.5 2.5 2.5-1.12 2.5-2.5-1.12-2.5-2.5-2.5zm-8.5 6c-1 0-2 1-2 2v2l-1.5 4.5c0 .5.5.5 1 .5h1.5v4h3v-4h1.5c.5 0 1 0 1-.5l-1.5-4.5v-2c0-1-1-2-2-2zm6 0c-.5 0-1 .5-1 1l2 6v6h3v-6l2-6c0-.5-.5-1-1-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M326.5 1292.362c-1.38 0-2.5 1.12-2.5 2.5s1.12 2.5 2.5 2.5 2.5-1.12 2.5-2.5-1.12-2.5-2.5-2.5zm8 0c-1.38 0-2.5 1.12-2.5 2.5s1.12 2.5 2.5 2.5 2.5-1.12 2.5-2.5-1.12-2.5-2.5-2.5zm-8.5 6c-1 0-2 1-2 2v2l-1.5 4.5c0 .5.5.5 1 .5h1.5v4h3v-4h1.5c.5 0 1 0 1-.5l-1.5-4.5v-2c0-1-1-2-2-2zm6 0c-.5 0-1 .5-1 1l2 6v6h3v-6l2-6c0-.5-.5-1-1-1z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="town-12"><g transform="translate(-672 -1290.4)" color="#000"><path d="M676 1292.862l-2 1.5v5h1.5v-1h1v1h1.5v-5zm-1 2h2v.5h-2zm4 .5v5h1.5v-1h1v1h1.5v-5l-2-1.5zm1 .5h2v.5h-2zm-5 1h2v.5h-2zm5 1h2v.5h-2z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M676 1292.862l-2 1.5v5h1.5v-1h1v1h1.5v-5zm-1 2h2v.5h-2zm4 .5v5h1.5v-1h1v1h1.5v-5l-2-1.5zm1 .5h2v.5h-2zm-5 1h2v.5h-2zm5 1h2v.5h-2z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="town-18"><g transform="translate(-654 -1290.4)" color="#000"><path d="M660 1293.362l-3 2v7h2v-2h2v2h2v-7zm4 4v7h2v-2h2v2h2v-7l-3-2zm-6-1h1v1h-1zm3 0h1v1h-1zm4 2h1v1h-1zm3 0h1v1h-1zm-10 0h1v1h-1zm3 0h1v1h-1zm4 2h1v1h-1zm3 0h1v1h-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M660 1293.362l-3 2v7h2v-2h2v2h2v-7zm4 4v7h2v-2h2v2h2v-7l-3-2zm-6-1h1v1h-1zm3 0h1v1h-1zm4 2h1v1h-1zm3 0h1v1h-1zm-10 0h1v1h-1zm3 0h1v1h-1zm4 2h1v1h-1zm3 0h1v1h-1z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="town-24"><g transform="translate(-630 -1290.4)" color="#000"><path d="M638 1296.362l-3 1.5c-.51.256-1 1-1 1.5v8h3v-3h2v3h3v-8c0-.5-.502-1.25-1-1.5l-3-1.5zm9 2l-3 1.5c-.51.256-1 1-1 1.5v8h3v-3h2v3h3v-8c0-.5-.502-1.25-1-1.5l-3-1.5zm-12 2h2v1h-2v-1zm4 0h2v1h-2v-1zm-4 2h2v1h-2v-1zm4 0h2v1h-2v-1zm5 0h2v1h-2v-1zm4 0h2v1h-2v-1zm-4 2h2v1h-2v-1zm4 0h2v1h-2v-1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M638 1296.362l-3 1.5c-.51.256-1 1-1 1.5v8h3v-3h2v3h3v-8c0-.5-.502-1.25-1-1.5l-3-1.5zm9 2l-3 1.5c-.51.256-1 1-1 1.5v8h3v-3h2v3h3v-8c0-.5-.502-1.25-1-1.5l-3-1.5zm-12 2h2v1h-2v-1zm4 0h2v1h-2v-1zm-4 2h2v1h-2v-1zm4 0h2v1h-2v-1zm5 0h2v1h-2v-1zm4 0h2v1h-2v-1zm-4 2h2v1h-2v-1zm4 0h2v1h-2v-1z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="town-hall-12"><path d="M6.5 1L3 3h7zm-3 3c-.277 0-.5.223-.5.5V9l-1 1h9l-1-1V4.5c0-.277-.223-.5-.5-.5zM4 5.5l.5-.5.5.5V8H4zm2 0l.5-.5.5.5V8H6zm2 0l.5-.5.5.5V8H8z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M6.5 1L3 3h7zm-3 3c-.277 0-.5.223-.5.5V9l-1 1h9l-1-1V4.5c0-.277-.223-.5-.5-.5zM4 5.5l.5-.5.5.5V8H4zm2 0l.5-.5.5.5V8H6zm2 0l.5-.5.5.5V8H8z" color="#000" fill="#444" overflow="visible"/><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="town-hall-18"><path d="M9.5 2L4 5h11zM5 6c-.5 0-1 .493-1 .938V12l-1 2.5c0 .36.234.5.5.5h12c.256 0 .5-.14.5-.5L15 12V6.937C15 6.494 14.5 6 14 6zm1.5 1l.5.5V12H6V7.5zm3 0l.5.5V12H9V7.5zm3 0l.5.5V12h-1V7.5z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M9.5 2L4 5h11zM5 6c-.5 0-1 .493-1 .938V12l-1 2.5c0 .36.234.5.5.5h12c.256 0 .5-.14.5-.5L15 12V6.937C15 6.494 14.5 6 14 6zm1.5 1l.5.5V12H6V7.5zm3 0l.5.5V12H9V7.5zm3 0l.5.5V12h-1V7.5z" color="#000" fill="#444" overflow="visible"/><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="town-hall-24"><path d="M12.5 3L5 8h15zM6 9c-.554 0-1 .446-1 1v7l-1.75 3c-.148.254-.25.357-.25.5 0 .5.632.5 1 .5h17c.355 0 1 0 1-.5 0-.146-.087-.22-.25-.5L20 17v-7c0-.554-.446-1-1-1zm2 2c.554 0 .91.454 1 1v6H7v-6c0-.554.446-1 1-1zm4.5 0c.554 0 1.01.446 1 1v6h-2v-6c0-.554.446-1 1-1zm4.5 0c.554 0 1 .446 1 1v6h-2v-6c0-.554.446-1 1-1z" opacity=".3" color="#000" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M12.5 3L5 8h15zM6 9c-.554 0-1 .446-1 1v7l-1.75 3c-.148.254-.25.357-.25.5 0 .5.632.5 1 .5h17c.355 0 1 0 1-.5 0-.146-.087-.22-.25-.5L20 17v-7c0-.554-.446-1-1-1zm2 2c.554 0 .91.454 1 1v6H7v-6c0-.554.446-1 1-1zm4.5 0c.554 0 1.01.446 1 1v6h-2v-6c0-.554.446-1 1-1zm4.5 0c.554 0 1 .446 1 1v6h-2v-6c0-.554.446-1 1-1z" color="#000" fill="#444" overflow="visible"/><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="triangle-12"><g color="#000" fill="#444" font-family="Sans" transform="translate(30 -1170.4)"><path d="M-23.5 1172.362c-.25 0-.363.12-.438.25l-4 7c-.044.077-.062.164-.062.25 0 .375.25.5.5.5h8c.25 0 .5-.125.5-.5 0-.086-.018-.173-.063-.25l-4-7c-.074-.13-.187-.25-.437-.25z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" stroke="#fff" stroke-width="2" overflow="visible"/><path d="M-23.5 1172.362c-.25 0-.363.12-.438.25l-4 7c-.044.077-.062.164-.062.25 0 .375.25.5.5.5h8c.25 0 .5-.125.5-.5 0-.086-.018-.173-.063-.25l-4-7c-.074-.13-.187-.25-.437-.25z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="triangle-18"><g color="#000" fill="#444" font-family="Sans" transform="translate(48 -1170.4)"><path d="M-38.5 1173.362c-.36 0-.524.173-.632.36l-5.778 10.557c-.063.11-.09.235-.09.36 0 .542.36.722.722.722h11.556c.36 0 .722-.18.722-.722 0-.124-.027-.25-.09-.36l-5.778-10.557c-.108-.188-.27-.36-.632-.36z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" stroke="#fff" stroke-width="2" overflow="visible"/><path d="M-38.5 1173.362c-.36 0-.524.173-.632.36l-5.778 10.557c-.063.11-.09.235-.09.36 0 .542.36.722.722.722h11.556c.36 0 .722-.18.722-.722 0-.124-.027-.25-.09-.36l-5.778-10.557c-.108-.188-.27-.36-.632-.36z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="triangle-24"><g transform="translate(108.9 -1157.9)" color="#000" fill="#444" font-family="Sans"><path d="M-96.375 1161.862c-.5 0-.726.24-.875.5l-8.5 14c-.088.154-.125.328-.125.5 0 .75.5 1 1 1h17c.5 0 1-.25 1-1 0-.172-.037-.346-.125-.5l-8.5-14c-.15-.26-.375-.5-.875-.5z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" stroke="#fff" stroke-width="2" overflow="visible"/><path d="M-96.375 1161.862c-.5 0-.726.24-.875.5l-8.5 14c-.088.154-.125.328-.125.5 0 .75.5 1 1 1h17c.5 0 1-.25 1-1 0-.172-.037-.346-.125-.5l-8.5-14c-.15-.26-.375-.5-.875-.5z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="triangle-stroked-12"><g color="#000" fill="#444" font-family="Sans" transform="translate(30 -1146.4)"><path d="M-23.5 1148.362c-.25 0-.363.12-.438.25l-4 7c-.044.077-.062.164-.062.25 0 .375.25.5.5.5h8c.25 0 .5-.125.5-.5 0-.086-.018-.173-.063-.25l-4-7c-.074-.13-.187-.25-.437-.25zm0 1.5l3 5.5h-6l3-5.5z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" stroke="#fff" stroke-width="2" overflow="visible"/><path d="M-23.5 1148.362c-.25 0-.363.12-.438.25l-4 7c-.044.077-.062.164-.062.25 0 .375.25.5.5.5h8c.25 0 .5-.125.5-.5 0-.086-.018-.173-.063-.25l-4-7c-.074-.13-.187-.25-.437-.25zm0 1.5l3 5.5h-6l3-5.5z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="triangle-stroked-18"><g color="#000" fill="#444" font-family="Sans" transform="translate(48 -1146.4)"><path d="M-38.5 1149.362c-.36 0-.517.187-.625.375l-5.78 10.53c-.065.113-.095.252-.095.377 0 .54.358.718.72.718h11.56c.362 0 .72-.177.72-.72 0-.123-.03-.262-.094-.373l-5.78-10.533c-.11-.188-.265-.375-.626-.375zm0 2l4.5 8.5h-9l4.5-8.5z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" stroke="#fff" stroke-width="2" overflow="visible"/><path d="M-38.5 1149.362c-.36 0-.517.187-.625.375l-5.78 10.53c-.065.113-.095.252-.095.377 0 .54.358.718.72.718h11.56c.362 0 .72-.177.72-.72 0-.123-.03-.262-.094-.373l-5.78-10.533c-.11-.188-.265-.375-.626-.375zm0 2l4.5 8.5h-9l4.5-8.5z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="triangle-stroked-24"><g transform="translate(68.9 -1157.9)" color="#000" fill="#444" font-family="Sans"><path d="M-56.375 1161.862c-.5 0-.726.24-.875.5l-8.5 14c-.088.154-.125.328-.125.5 0 .75.5 1 1 1h17c.5 0 1-.25 1-1 0-.172-.037-.346-.125-.5l-8.5-14c-.15-.26-.375-.5-.875-.5zm0 3l6.78 11h-13.56z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" opacity=".3" stroke="#fff" stroke-width="2" overflow="visible"/><path d="M-56.375 1161.862c-.5 0-.726.24-.875.5l-8.5 14c-.088.154-.125.328-.125.5 0 .75.5 1 1 1h17c.5 0 1-.25 1-1 0-.172-.037-.346-.125-.5l-8.5-14c-.15-.26-.375-.5-.875-.5zm0 3l6.78 11h-13.56z" style="text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Sans" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="village-12"><g transform="translate(-672 -1314.4)" color="#000"><path d="M676.5 1316.862l-2.5 2.5h1v3h1v-1.5h1v1.5h1v-3h1zm4 2l-2 2v.5h.5v3h1v-1.5h1v1.5h1v-3h1z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M676.5 1316.862l-2.5 2.5h1v3h1v-1.5h1v1.5h1v-3h1l-2.5-2.5zm4 2l-2 2v.5h.5v3h1v-1.5h1v1.5h1v-3h1l-2.5-2.5z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="village-18"><g transform="translate(-654 -1314.4)" color="#000"><path d="M660.5 1318.862l-3.5 2.5v1h1v4h2v-2h1v2h2v-4h1v-1l-3.5-2.5zm6 2l-3 2.156v1.344h.5v4h2v-2h1v2h2v-4h1v-1l-3.5-2.5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M660.5 1318.862l-3.5 2.5v1h1v4h2v-2h1v2h2v-4h1v-1l-3.5-2.5zm6 2l-3 2.156v1.344h.5v4h2v-2h1v2h2v-4h1v-1l-3.5-2.5z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="village-24"><g transform="translate(-630 -1314.4)" color="#000"><path d="M638 1319.362l-4.5 4c-.5.5 0 1 .5 1h1v5h2v-3h2v3h2v-5h1c.5 0 1-.5.5-1l-4.5-4zm9 3l-4.5 4c-.5.5 0 1 .5 1h1v5h2v-3h2v3h2v-5h1c.5 0 1-.5.5-1l-4.5-4z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M638 1319.362l-4.5 4c-.5.5 0 1 .5 1h1v5h2v-3h2v3h2v-5h1c.5 0 1-.5.5-1l-4.5-4zm9 3l-4.5 4c-.5.5 0 1 .5 1h1v5h2v-3h2v3h2v-5h1c.5 0 1-.5.5-1l-4.5-4z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="warehouse-12"><g transform="translate(-672 -1050.4)" color="#000"><path d="M679 1052.362h-1l-4 3.313v.687h1v4h2v-.5h3v.5h2v-4h1v-.687zm-2 4.5h3v.5h-3zm0 1h3v.5h-3zm0 1h3v.5h-3z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M679 1052.362h-1l-4 3.313v.687h1v4h2v-.5h3v.5h2v-4h1v-.687zm-2 4.5h3v.5h-3zm0 1h3v.5h-3zm0 1h3v.5h-3z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="warehouse-18"><g transform="translate(-654 -1050.4)" color="#000"><path d="M664 1053.362h-1l-6 5v1h1v6h11v-6h1v-1zm-3 6.5h5v.5h-5zm0 2h5v.5h-5zm0 2h5v.5h-5z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M664 1053.362h-1l-6 5v1h1v6h11v-6h1v-1zm-3 6.5h5v.5h-5zm0 2h5v.5h-5zm0 2h5v.5h-5z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="warehouse-24"><g transform="translate(-630 -1074.4)" color="#000"><path d="M641 1077.362l-7.5 6.5c-.362.302-.5.5-.5.75 0 .496.5.75 1 .75h1v8c0 .554.446 1 1 1h13c.554 0 1-.446 1-1v-8h1c.5 0 1-.254 1-.75 0-.25-.138-.448-.5-.75l-7.5-6.5zm-2 9h7v.5h-7zm0 2h7v.5h-7zm0 2h7v.5h-7zm0 2h7v.5h-7z" opacity=".3" fill="#fff" stroke="#fff" stroke-width="2" stroke-linejoin="round" overflow="visible"/><path d="M641 1077.362l-7.5 6.5c-.362.302-.5.5-.5.75 0 .496.5.75 1 .75h1v8c0 .554.446 1 1 1h13c.554 0 1-.446 1-1v-8h1c.5 0 1-.254 1-.75 0-.25-.138-.448-.5-.75l-7.5-6.5zm-2 9h7v.5h-7zm0 2h7v.5h-7zm0 2h7v.5h-7zm0 2h7v.5h-7z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="waste-basket-12"><g transform="translate(-360 -1266.4)" color="#000"><path d="M364.5 1267.362v2H363v1h7v-1h-1.5v-2zm.5 1h3v1h-2.99zm-2 2.5l1 6.5H369l1-6.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M364.5 1267.362v2H363v1h7v-1h-1.5v-2zm.5 1h3v1h-2.99zm-2 2.5l1 6.5H369l1-6.5z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="waste-basket-18"><g transform="translate(-342 -1266.4)" color="#000"><path d="M349.518 1268.362c-.204 0-.268.164-.268.37v1.63h-2.513c-.408 0-.737.092-.737.5 0 .408.33.5.737.5h9.526c.408 0 .737-.092.737-.5 0-.408-.33-.5-.737-.5h-2.513v-1.63c0-.205-.164-.37-.368-.37zm.482.737h3v1.262h-3zm-3.263 3.262c-.408 0-.788.334-.72.737l1.404 8.525c.067.403.33.737.738.737h6.63c.41 0 .67-.334.738-.737l1.458-8.526c.07-.403-.313-.738-.72-.738z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M349.518 1268.362c-.204 0-.268.164-.268.37v1.63h-2.513c-.408 0-.737.092-.737.5 0 .408.33.5.737.5h9.526c.408 0 .737-.092.737-.5 0-.408-.33-.5-.737-.5h-2.513v-1.63c0-.205-.164-.37-.368-.37zm.482.737h3v1.262h-3zm-3.263 3.262c-.408 0-.788.334-.72.737l1.404 8.525c.067.403.33.737.738.737h6.63c.41 0 .67-.334.738-.737l1.458-8.526c.07-.403-.313-.738-.72-.738z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="waste-basket-24"><g transform="translate(-318 -1266.4)" color="#000"><path d="M328.5 1268.362c-.277 0-.5.223-.5.5v1.5h-4c-.554 0-1 .446-1 1s.446 1 1 1h13c.554 0 1-.446 1-1s-.446-1-1-1h-4v-1.5c0-.277-.223-.5-.5-.5zm.5 1h3v1h-3zm-5 4c-.554 0-1.075.454-.984 1l1.984 12c.09.547.446 1 1 1h9c.554 0 .91-.453 1-1l1.984-12c.09-.546-.43-1-.984-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M328.5 1268.362c-.277 0-.5.223-.5.5v1.5h-4c-.554 0-1 .446-1 1s.446 1 1 1h13c.554 0 1-.446 1-1s-.446-1-1-1h-4v-1.5c0-.277-.223-.5-.5-.5zm.5 1h3v1h-3zm-5 4c-.554 0-1.075.454-.984 1l1.984 12c.09.547.446 1 1 1h9c.554 0 .91-.453 1-1l1.984-12c.09-.546-.43-1-.984-1z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="water-12"><g transform="translate(-282 -1290.4)" color="#000"><path d="M288.5 1301.362c-1.614 0-3.5-1-3.5-3.5 0-1.75 2.75-5.5 3.5-6.5.75 1 3.5 4.75 3.5 6.5 0 2.5-1.886 3.5-3.5 3.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M288.5 1301.362c-1.614 0-3.5-1-3.5-3.5 0-1.75 2.75-5.5 3.5-6.5.75 1 3.5 4.75 3.5 6.5 0 2.5-1.886 3.5-3.5 3.5z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="water-18"><g transform="translate(-264 -1290.4)" color="#000"><path d="M273.5 1305.362c-2.332 0-4.5-2-4.5-4.5 0-2.528 3.417-7.055 4.5-8.5 1.083 1.445 4.5 5.972 4.5 8.5 0 2.5-2.168 4.5-4.5 4.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M273.5 1305.362c-2.332 0-4.5-2-4.5-4.5 0-2.528 3.417-7.055 4.5-8.5 1.083 1.445 4.5 5.972 4.5 8.5 0 2.5-2.168 4.5-4.5 4.5z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="water-24"><g transform="translate(-240 -1290.4)" color="#000"><path d="M259 1304.862c0-3.5-5-9.5-6.5-11.5-1.5 2-6.5 8-6.5 11.5s3.27 6.5 6.5 6.5 6.5-3 6.5-6.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M259 1304.862c0-3.5-5-9.5-6.5-11.5-1.5 2-6.5 8-6.5 11.5s3.27 6.5 6.5 6.5 6.5-3 6.5-6.5z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="wetland-12"><g transform="translate(-282 -1314.4)" color="#000"><path d="M291 1316.362l-1.5 1.5-1 2.5v1.5l1.5.5.53-.187c.14-.723.416-1.544.47-1.813h2l-1-1h-1l-1 1 .5-2 1-1h1l-1-1h-.5zm-5 3l-1 1h2v2l1-.344v-1.656l-1-1h-1zm-.5 3.5l-1.5.47v1.03l1.5-.5 1.5.5 1.5-.5 1.5.5 1.5-.5 1.5.5v-1.03l-1.5-.47-1.5.5-1.5-.5-1.5.5-1.5-.5z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M291 1316.362l-1.5 1.5-1 2.5v1.5l1.5.5.53-.187c.14-.723.416-1.544.47-1.813h2l-1-1h-1l-1 1 .5-2 1-1h1l-1-1h-.5zm-5 3l-1 1h2v2l1-.344v-1.656l-1-1h-1zm-.5 3.5l-1.5.47v1.03l1.5-.5 1.5.5 1.5-.5 1.5.5 1.5-.5 1.5.5v-1.03l-1.5-.47-1.5.5-1.5-.5-1.5.5-1.5-.5z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="wetland-18"><g transform="translate(-264 -1314.4)" color="#000"><path d="M277 1317.362c-1 0-2.79 1.803-3.094 3.406l-.937 4.876.53-.282 2 1 .906-.375c.14-.75.462-2.47.594-3.125.153-.762.8-1.5 1.5-1.5h1l-1-1H277l-1 1v-1c0-1 1.006-2 1.906-2H279l-1-1h-1zm-8.5 3l-1 1h1c.7 0 1.347.738 1.5 1.5.133.662.458 2.426.594 3.156l.875.344.842-.406-.812-3.594c-.09-.4-.202-.685-.5-1l-1-1h-1.5zm.5 6l-2 1v1.5l2-1 2.5 1 2-1 2 1 2.5-.844 2 .844v-1.5l-2-1-2.5 1-2-1-2 1-2.5-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M277 1317.362c-1 0-2.79 1.803-3.094 3.406l-.937 4.876.53-.282 2 1 .906-.375c.14-.75.462-2.47.594-3.125.153-.762.8-1.5 1.5-1.5h1l-1-1H277l-1 1v-1c0-1 1.006-2 1.906-2H279l-1-1h-1zm-8.5 3l-1 1h1c.7 0 1.347.738 1.5 1.5.133.662.458 2.426.594 3.156l.875.344.842-.406-.812-3.594c-.09-.4-.202-.685-.5-1l-1-1h-1.5zm.5 6l-2 1v1.5l2-1 2.5 1 2-1 2 1 2.5-.844 2 .844v-1.5l-2-1-2.5 1-2-1-2 1-2.5-1z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="wetland-24"><g transform="translate(-240 -1314.4)" color="#000"><path d="M257 1318.362c-2 0-3.597 2-4 4l-1.125 5.563c.187-.04.397-.062.625-.062 1.5 0 2 1 3 1 .197 0 .393-.032.594-.094.225-1.123.75-3.628.906-4.408.192-.952 1-2 2-2h1c0-.5-.5-1-1-1h-1c-.83 0-1.6.307-2.156.75l.156-.75c.197-.98 1-2 2-2h1c0-.5-.5-1-1-1h-1zm-11 3c-.5 0-1 .5-1 1h1c1 0 1.808 1.048 2 2 .152.756.663 3.203.906 4.406.2.063.397.095.594.095.566 0 .983-.316 1.5-.594l-1-4.907c-.2-1-1.5-2-3-2h-1zm0 8c-.694 0-1.34.405-2 .625v2.03c0 .002 1-.654 2-.655 1 0 2 1 3.5 1s1.974-.965 3-1c1 0 1.5 1 3 1s2.5-1 3.5-1c.702 0 2 .656 2 .656v-2.03c-.642-.248-1.343-.626-2-.626-1.5 0-2.5 1-3.5 1s-1.5-1-3-1-2 1-3 1-2-1-3.5-1z" opacity=".3" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M257 1318.362c-2 0-3.597 2-4 4l-1.125 5.563c.187-.04.397-.062.625-.062 1.5 0 2 1 3 1 .197 0 .393-.032.594-.094.225-1.123.75-3.628.906-4.408.192-.952 1-2 2-2h1c0-.5-.5-1-1-1h-1c-.83 0-1.6.307-2.156.75l.156-.75c.197-.98 1-2 2-2h1c0-.5-.5-1-1-1h-1zm-11 3c-.5 0-1 .5-1 1h1c1 0 1.808 1.048 2 2 .152.756.663 3.203.906 4.406.2.063.397.095.594.095.566 0 .983-.316 1.5-.594l-1-4.907c-.2-1-1.5-2-3-2h-1zm0 8c-.694 0-1.34.405-2 .625v2.03c0 .002 1-.654 2-.655 1 0 2 1 3.5 1s1.974-.965 3-1c1 0 1.5 1 3 1s2.5-1 3.5-1c.702 0 2 .656 2 .656v-2.03c-.642-.248-1.343-.626-2-.626-1.5 0-2.5 1-3.5 1s-1.5-1-3-1-2 1-3 1-2-1-3.5-1z" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol><symbol viewBox="0 0 12 12" id="zoo-12"><g transform="translate(-204 -1170.4)"><path d="M212.5 1171.362c-1 1.5-.892 3.003-2 4-1.058.953-3.5.626-3.5 2v.5c0 .5.5.976.5 1.5v.5c0 .75-.25.75-.5 1.5h.5l1-1.5v1.5h.5v-3h1v3h.5v-2.5h1l.5 2.5h.5l-.5-4v-1.5l1-3.5h1v-1z" opacity=".3" color="#000" fill="#444" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M212.5 1171.362c-1 1.5-.892 3.003-2 4-1.058.953-3.5.626-3.5 2v.5c0 .5.5.976.5 1.5v.5c0 .75-.25.75-.5 1.5h.5l1-1.5v1.5h.5v-3h1v3h.5v-2.5h1l.5 2.5h.5l-.5-4v-1.5l1-3.5h1v-1z" color="#000" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h12v12H0z"/></symbol><symbol viewBox="0 0 18 18" id="zoo-18"><g color="#000" fill="#444" transform="translate(-186 -1170.4)"><path d="M199 1172.362c-1.333 2-1.523 3.67-3 5-1.41 1.27-4 .834-4 2.667v.666c0 .666.667 1.3.667 2v.666c0 1-.334 1-.667 2h.667l1.333-2v2h1v-4h1v4h1v-3l1 3h.667l-1.02-4.187c.392-.24.353-.683.353-1.146v-2l1.5-3.668 1.5.5v-.5l-.333-.333z" opacity=".3" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M199 1172.362c-1.333 2-1.523 3.67-3 5-1.41 1.27-4 .834-4 2.667v.666c0 .666.667 1.3.667 2v.666c0 1-.334 1-.667 2h.667l1.333-2v2h1v-4h1v4h1v-3l1 3h.667l-1.02-4.187c.392-.24.353-.683.353-1.146v-2l1.5-3.668 1.5.5v-.5l-.333-.333z" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h18v18H0z"/></symbol><symbol viewBox="0 0 24 24" id="zoo-24"><g transform="translate(0 -1005.4)"><path d="M17 1007.362c-2 3-3.784 5.005-6 7-2.117 1.906-6 1.252-6 4v1c0 1 1 1.952 1 3v1c0 1.5-.5 1.5-1 3h1l2-3v3h1v-6h2v6h1v-4.5l1 1.5 1 3h1l-1.53-6.28c.588-.36.53-1.026.53-1.72v-3l4-5.5 1.437.446c.3.093.563.055.563-.196 0-.5-.327-.61-.5-.75z" opacity=".3" color="#000" fill="#444" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" overflow="visible"/><path d="M17 1007.362c-2 3-3.784 5.005-6 7-2.117 1.906-6 1.25-6 4v1c0 1 1 1.952 1 3v1c0 1.5-.5 1.5-1 3h1l2-3v3h1v-6h2v6h1v-4.5l1 1.5 1 3h1l-1.53-6.28c.588-.36.53-1.026.53-1.72v-3l4-5.5 1.437.445c.3.093.563.055.563-.195 0-.5-.327-.61-.5-.75z" color="#000" fill="#444" overflow="visible"/></g><path fill="none" visibility="hidden" d="M0 0h24v24H0z"/></symbol></svg>
\ No newline at end of file
index 4b7113b4a470861cadcdd485990247f2d31333ef..13b380223dd12dd73c2ed0f9a244692759558c58 100644 (file)
         },
         "merge": {
             "title": "Smelt saam",
-            "description": "Smelt die lyne saam.",
             "key": "C",
-            "annotation": "{n} lyne saamgesmelt.",
-            "not_eligible": "Hierdie items kan nie saamgesmelt word nie.",
-            "not_adjacent": "Hierdie lyne kan nie saamgesmelt word nie, want hulle is nie verbind nie."
+            "not_eligible": "Hierdie items kan nie saamgesmelt word nie."
         },
         "move": {
             "title": "Skuif",
     "redo": {
         "nothing": "Niks om weer te doen nie."
     },
-    "browser_notice": "Hierdie program is bruikbaar in Firefox, Chrome, Safair, Opera en Internet Explorer 9 en later weergawes. Gradeer asseblief jou webbrowser op of gebruik Potlatch 2 om die kaart te verander.",
     "logout": "voetsek",
     "loading_auth": "Maak kontak met OpenStreetMap...",
     "status": {
index 9f13c769f619e265bda442c64252c751622f81fc..e6c6a122332b0a50dcdd9267aec98225e9b9babe 100644 (file)
@@ -89,9 +89,7 @@
             "annotation": ".خطوط أومساحات غير متصلة"
         },
         "merge": {
-            "title": "دمج",
-            "description": ".دمج هذه الخطوط",
-            "annotation": ".خط مندمج {n}"
+            "title": "دمج"
         },
         "move": {
             "title": "نقل",
             "title": "تقسيم"
         }
     },
-    "browser_notice": "هذا المحرر مدعوم في فايرفوكس، كروم، سفاري، أوبرا، وإنترنت إكسبلورر 9 وما فوق. الرجاء ترقية المتصفح أو استخدام بوتلاتش2 .لتعديل الخريطة ",
     "zoom_in_edit": ".كبِّر للتعديل",
     "logout": "تسجيل الخروج",
     "commit": {
index 33d57ae3cf2ce8ea593ff1e3de4444b7a05d398f..a51d29c26f90fe99b4869559cb2e56dc5586fb42 100644 (file)
@@ -1,22 +1,22 @@
 {
     "modes": {
         "add_area": {
-            "title": "المساحة",
-            "description": "أضف مواقف أو مباني أو بحيرات أو مناطق أخرى إلى الخارطة.",
-            "tail": "اÙ\86Ù\82ر Ø¹Ù\84Ù\89 Ø§Ù\84خارطة Ù\84Ù\84بدء Ù\81Ù\8a Ø±Ø³Ù\85 Ù\85Ù\86Ø·Ù\82ة مثل حديقة أو بحيرة أو مبنى."
+            "title": "مساحة",
+            "description": "أضف حدائق أو مباني أو بحيرات أو مساحات أخرى إلى الخريطة.",
+            "tail": "اÙ\86Ù\82ر Ø¹Ù\84Ù\89 Ø§Ù\84خرÙ\8aطة Ù\84Ù\84بدء Ù\81Ù\8a Ø±Ø³Ù\85 Ù\85ساحة مثل حديقة أو بحيرة أو مبنى."
         },
         "add_line": {
             "title": "خط",
-            "description": "أضف طرق سريعة، شوارع، معابر للمشاة، قنوات أو خطوط أخرى للخارطة.",
-            "tail": "اضغط Ø¹Ù\84Ù\89 Ø§Ù\84خارطة Ù\84Ù\84بدء Ù\81Ù\8a Ø±Ø³Ù\85 Ø·Ø±Ù\8aÙ\82 Ø£Ù\88 Ù\85سار Ø£Ù\88 ØªØ­Ù\88Ù\8aÙ\84Ø©"
+            "description": "أضف طرق سريعة أو شوارع أو معابر للمشاة أو قنوات أو خطوط أخرى للخريطة.",
+            "tail": "اضغط Ø¹Ù\84Ù\89 Ø§Ù\84خرÙ\8aطة Ù\84Ù\84بدء Ù\81Ù\8a Ø±Ø³Ù\85 Ø·Ø±Ù\8aÙ\82 Ø£Ù\88 Ù\85سار Ø£Ù\88 ØªØ­Ù\88Ù\8aÙ\84Ø©."
         },
         "add_point": {
             "title": "نقطة",
-            "description": "أضف مطاعم، نُصب تذكارية، مكاتب بريد أو نقاط أخري إلى الخارطة.",
-            "tail": "اضغط Ø¹Ù\84Ù\89 Ø§Ù\84خارطة ﻹضافة نقطة. "
+            "description": "أضف مطاعم أو نُصب تذكارية أو صناديق بريد أو نقاط أخري إلى الخارطة.",
+            "tail": "اضغط Ø¹Ù\84Ù\89 Ø§Ù\84خرÙ\8aطة ﻹضافة نقطة. "
         },
         "browse": {
-            "title": "عرض",
+            "title": "تصÙ\81Ø­",
             "description": "حرك و حجّم الخريطة"
         },
         "draw_area": {
     "operations": {
         "add": {
             "annotation": {
-                "point": "أضف نقطة",
+                "point": "أضفت نقطة.",
                 "vertex": "أضفت عقدة إلى طريق.",
                 "relation": "أضفت علاقة."
             }
         },
         "start": {
             "annotation": {
-                "line": "بدأ خطّ",
+                "line": "بدأت خطا.",
                 "area": "بدأت منطقة."
             }
         },
         "continue": {
-            "key": "A",
-            "title": "استÙ\85ر",
-            "description": "مواصلة هذا الخط.",
-            "not_eligible": "Ù\84ا Ù\8aÙ\88جد Ø®Ø· Ù\8aÙ\85Ù\83Ù\86 ØªÙ\83Ù\85Ù\84ته هنا.",
-            "multiple": "Ù\8aÙ\85Ù\83Ù\86 Ø£Ù\86 ØªØ³ØªÙ\85ر Ø¹Ø¯Ø© Ø£Ø³Ø·Ø± هنا. لاختيار خط، اضغط على مفتاح Shift ثم انقر عليه لتحديده.",
+            "key": "م",
+            "title": "Ø¥Ù\83Ù\85اÙ\84",
+            "description": "إكمال هذا الخط.",
+            "not_eligible": "Ù\84ا Ù\8aÙ\88جد Ø®Ø· Ù\8aÙ\85Ù\83Ù\86 Ø¥Ù\83Ù\85اÙ\84ه هنا.",
+            "multiple": "Ù\8aÙ\85Ù\83Ù\86 Ø¥Ù\83Ù\85اÙ\84 Ø¹Ø¯Ø© Ø®Ø·Ù\88Ø· هنا. لاختيار خط، اضغط على مفتاح Shift ثم انقر عليه لتحديده.",
             "annotation": {
-                "line": "استÙ\85ر Ù\81Ù\8a Ø§Ù\84خط",
-                "area": "استÙ\85ر Ù\81Ù\8a Ù\85ساحة"
+                "line": "Ø¥Ù\83Ù\85اÙ\84 Ø®Ø·.",
+                "area": "Ø¥Ù\83Ù\85اÙ\84 Ù\85ساحة."
             }
         },
         "cancel_draw": {
-            "annotation": "إلغاء الرسم"
+            "annotation": "إلغاء الرسم."
         },
         "change_tags": {
             "annotation": "غير الوسوم"
@@ -61,7 +61,7 @@
             "title": "تدوير",
             "description": {
                 "line": "اجعل هذا الخط دائري.",
-                "area": "إجعل هذه المنطقة دائرية."
+                "area": "إجعل هذه المساحة دائرية."
             },
             "key": "O",
             "annotation": {
         },
         "merge": {
             "title": "دمج",
-            "description": "ادمج هذه الخطوط",
             "key": "C",
-            "annotation": "ادمج {n} خطوط",
             "not_eligible": "هذه المميزات لا يمكن دمجها",
-            "not_adjacent": "لا يمكن دمج هذه الخطوط لأنها غير متصلة.",
-            "restriction": "لا يمكن دمج هذه الخطوط بسبب أن أحدها على الأقل لديه علاقة بـ \"{relation}\"",
             "incomplete_relation": "لا يمكن دمج هذه المميزات لأن واحد منها على الأقل لم يتم تحميله بالكامل."
         },
         "move": {
         "nothing": "لا يوجد شيء للإعادة"
     },
     "tooltip_keyhint": "اﻹختصار:",
-    "browser_notice": "هذا المحرر يدعم Firefox و Chrome وSafari وOpera و  Internet Explorer 9 وما فوق. الرجاء ترقية متصفحك أو استخدم Potlatch 2 لتحرير الخريطة. ",
     "translate": {
         "translate": "ترّجم",
         "localized_translation_label": "اسم متعدد اللغات",
         "list": "حرر بواسطة{users}",
         "truncated_list": "حرر بواسطة{users} و {count} آخرون"
     },
+    "infobox": {
+        "area": "مساحة"
+    },
     "geocoder": {
         "search": "إبحث في جميع أنحاء العالم ...",
         "no_results_visible": "لا نتائج في منطقة الخارطة الظاهرة",
         },
         "fields": {
             "access": {
+                "label": "الدخول مسموح",
                 "options": {
                     "designated": {
                         "description": "الدخول مصرح به وفقا للعلامات أو قوانين محلية مخصصة.",
                         "title": "مسموح"
                     }
                 },
+                "placeholder": "غير محدد",
                 "types": {
-                    "bicycle": "درجات هوائية",
+                    "access": "الكل",
+                    "bicycle": "دراجات هوائية",
                     "foot": "بالقدم",
                     "horse": "أحصنة",
                     "motor_vehicle": "مركبات"
                 }
             },
             "access_simple": {
+                "label": "الدخول مسموح",
                 "placeholder": "نعم"
             },
             "access_toilets": {
             "amenity": {
                 "label": "النوع"
             },
+            "area/highway": {
+                "label": "النوع"
+            },
             "artist": {
                 "label": "فنان"
             },
                 "placeholder": "50, 100, 200..."
             },
             "cardinal_direction": {
-                "label": "اتجاه"
+                "label": "الاتجاه"
             },
             "clock_direction": {
                 "label": "الاتجاه",
             "country": {
                 "label": "دولة"
             },
+            "craft": {
+                "label": "النوع"
+            },
             "crossing": {
                 "label": "النوع"
             },
             "incline": {
                 "label": "انحدار"
             },
+            "information": {
+                "label": "النوع"
+            },
             "internet_access": {
                 "label": "إنترنت",
                 "options": {
                     "wlan": "واي فاي"
                 }
             },
+            "lamp_type": {
+                "label": "النوع"
+            },
             "landuse": {
                 "label": "النوع"
             },
                 "label": "هاتف",
                 "placeholder": "+31 42 123 4567"
             },
+            "piste/type": {
+                "label": "النوع"
+            },
             "place": {
                 "label": "النوع"
             },
                 },
                 "placeholder": "غير معروف"
             },
+            "studio_type": {
+                "label": "النوع"
+            },
+            "substation": {
+                "label": "النوع"
+            },
             "supervised": {
                 "label": "مراقب"
             },
             "towertype": {
                 "label": "نوع البرج"
             },
+            "traffic_signals": {
+                "label": "النوع"
+            },
             "trail_visibility": {
                 "label": "وضوحية الطريق"
             },
                 "name": "تأجير دراجات",
                 "terms": "محل استئجار دراجات هوائية"
             },
+            "amenity/bicycle_repair_station": {
+                "name": "محطة إصلاح دراجات هوائية",
+                "terms": "دراجات هوائية, دراجات"
+            },
             "amenity/boat_rental": {
                 "name": "محل استئجار قوارب",
                 "terms": "تأجير القوارب، ساحة الزوارق، تأجير زوارق"
             },
+            "amenity/bus_station": {
+                "name": "محطة أتوبيس",
+                "terms": "محطة أتوبيس, محطة باص, محطة حافلة"
+            },
             "amenity/cafe": {
                 "name": "مقهى",
                 "terms": "مقهى, مطعم, ناد ليلي"
                 "name": "غسيل سيارات",
                 "terms": "غسيل السيارات"
             },
+            "amenity/charging_station": {
+                "name": "محطة شحن",
+                "terms": "محطة شحن"
+            },
             "amenity/cinema": {
                 "name": "سينما",
                 "terms": "سينما,صالة سينما, دار السينما "
                 "terms": "مأكولات السريعة"
             },
             "amenity/fire_station": {
-                "name": "محطة إطفاء",
+                "name": "محطة إطفاء حريق",
                 "terms": "محطة إطفاء"
             },
             "amenity/fountain": {
                 "terms": "نافورة"
             },
             "amenity/fuel": {
-                "name": "محطة غاز",
-                "terms": "محطة بترول"
+                "name": "محطة وقود",
+                "terms": "محطة بترول, محطة غاز"
             },
             "amenity/grave_yard": {
                 "name": "مقبرة",
                 "name": "قاعة البلدة",
                 "terms": "قاعة البلدة"
             },
-            "amenity/vending_machine": {
-                "name": "آلة بيع",
-                "terms": "آلة بيع، نقطة بيع"
-            },
             "amenity/waste_basket": {
                 "name": "سلة مهملات",
                 "terms": "سلة المهملات,سلة القمامة"
             },
             "emergency/ambulance_station": {
                 "name": "محطة إسعاف",
-                "terms": "محطة إسعاف"
+                "terms": "محطة إسعاف, محطة اسعاف"
             },
             "emergency/fire_hydrant": {
                 "name": "خرطوم مطافئ",
                 "name": "مصرف مياه",
                 "terms": "مصرف مياه"
             },
+            "waterway/fuel": {
+                "name": "محطة وقود بحري",
+                "terms": "وقود بحري"
+            },
             "waterway/river": {
                 "name": "نهر",
                 "terms": "نهر"
index 3310423c30f407d15998496dd7ddf37f84395c1f..744bbd49f82e72c07347bb3eb4ab9fdcd45521f3 100644 (file)
         },
         "merge": {
             "title": "Entemecer",
-            "description": "Entemecer eses llinies.",
             "key": "C",
-            "annotation": "Entemecies {n} llinies.",
             "not_eligible": "Eses carauterístiques nun puen amestase",
-            "not_adjacent": "Eses llinies nun puen amestase porque nun tán coneutaes.",
-            "restriction": "Eses llinies nun puen amestase porque polo menos una ye miembru d'una rellación «{relation}».",
             "incomplete_relation": "Estes carauterístiques nun puen entemecese porque polo menos una nun se descargó completamente."
         },
         "move": {
         "nothing": "Ren pa refacer."
     },
     "tooltip_keyhint": "Atayu:",
-    "browser_notice": "Esti editor tien sofitu en Firefox, Chrome, Safari, Opera, ya Internet Explorer 9 y superior. Anueve'l so navegador o use Potlatch 2 pa editar el mapa.",
     "translate": {
         "translate": "Traducir",
         "localized_translation_label": "Nome multillingüe",
                 "name": "Campus universitariu",
                 "terms": "terrén universitariu, "
             },
-            "amenity/vending_machine": {
-                "name": "Máquina de venta automática",
-                "terms": "Máquina,Autoventa"
-            },
             "amenity/veterinary": {
                 "name": "Veterinariu",
                 "terms": "Clínica veterinaria"
             "building/cabin": {
                 "name": "Cabaña"
             },
-            "building/cathedral": {
-                "name": "Catedral"
-            },
-            "building/chapel": {
-                "name": "Capiella"
-            },
-            "building/church": {
-                "name": "Ilesia"
-            },
             "building/college": {
                 "name": "Edificiu de colexu universitariu"
             },
index 56f02bc324d2b1948274cc22c96055cf828c7f53..e763486c271d65f0e32c6fe8a94351fec8804d07 100644 (file)
         },
         "merge": {
             "title": "Обединяване",
-            "description": "Обединете тези линии.",
             "key": "C",
-            "annotation": "Обединени са {n} линии.",
-            "not_eligible": "Тези обекти не могат да бъдат обединени.",
-            "not_adjacent": "Тези линии не могат да бъдат обединени, защото не са свързани.",
-            "restriction": "Линиите не могат да бъдат обединени, защото поне една е член на релация \"{relation}\". "
+            "not_eligible": "Тези обекти не могат да бъдат обединени."
         },
         "move": {
             "title": "Преместване",
         "nothing": "Нищо за повторение."
     },
     "tooltip_keyhint": "Бързи клавиши:",
-    "browser_notice": "Този редактор поддържа Firefox, Chrome, Safari, Opera, Internet Explorer 9 и нагоре. Моля обновете вашия браузър или използвайте Potlatch 2, за да редактирате картата.",
     "translate": {
         "translate": "Превод",
         "localized_translation_label": "Многоезично име",
index b938d820302f79971796f7c7b14a34e58cd2c20c..f2026f095eb86abcaccc6527856b183e3371ef2a 100644 (file)
         },
         "merge": {
             "title": "এদের এক করুন",
-            "description": "এই রেখাগুলিকে এক করুন।",
             "key": "সি",
-            "annotation": "এই {n}টি রেখাকে এক করুন।",
-            "not_eligible": "এই বৈশিষ্ট্যগুলি একত্রীকরণ করা যাবে না",
-            "not_adjacent": "এই লাইনগুলো একত্রীকরণ করা যাবে না কারণ এগুলো সংযুক্ত নয়."
+            "not_eligible": "এই বৈশিষ্ট্যগুলি একত্রীকরণ করা যাবে না"
         },
         "move": {
             "title": "সরান",
         "nothing": "পুনরায় করার কিছুই নেই।"
     },
     "tooltip_keyhint": "শর্টকাট:",
-    "browser_notice": "এই এডিটরটি ফায়ারফক্স, ক্রোম, সাফারি, অপেরা এবং ইন্টারনেট এক্সপ্লোরার ৯ এবং তার উপরে কাজ করে। দয়া করে অাপনার ব্রাউসারটিকে উন্নত করুন অথবা ম্যাপ এ পরিবর্তন করতে পটল্যাচ ২ ব্যব্হার করুন।",
     "translate": {
         "translate": "অনুবাদ করুন",
         "localized_translation_label": "বহুভাষিক নাম",
index edaa6f83895078b4a0d7cf3be4aaeb0a715e3c68..771f49d96d0c622db1da7eb7454e927adb8f0edb 100644 (file)
         },
         "merge": {
             "title": "Spojite",
-            "description": "Stopiti ove linije.",
             "key": "C",
-            "annotation": "Spojeno linija: {n}.",
-            "not_eligible": "Ove značajke ne mogu biti spojene.",
-            "not_adjacent": "Ove linije ne mogu biti spojene u jednu zato što nisu povezane.",
-            "restriction": "Ove linije ne mogu biti spojene u jednu zato što je bar jedna član \"{relation}\" relacije."
+            "not_eligible": "Ove značajke ne mogu biti spojene."
         },
         "move": {
             "title": "Pomaknite",
         "nothing": "Ništa za vratiti."
     },
     "tooltip_keyhint": "Prečica:",
-    "browser_notice": "Ovaj uređivač je podržan u preglednicima interneta: Firefox, Chrome, Safari, Opera, i Internet Explorer 9 i iznad. Molimo nadogradite Vaš browser ili koristite Potlach 2 da uređujete kartu.",
     "translate": {
         "translate": "Prevesti",
         "localized_translation_label": "Višejezični naziv",
                 "name": "Gradska vijećnica",
                 "terms": "gradska vijećnica,vijećnica"
             },
-            "amenity/vending_machine": {
-                "name": "Automat",
-                "terms": "automat,automat za prodaju pića,automat sa pićem,automat sa slatkišima"
-            },
             "amenity/waste_basket": {
                 "name": "Kanta za otpatke",
                 "terms": "kanta za otpatke,posuda za otpatke,kanta za smeće"
index c85a216f9d18ba38b26f45f4653862eebc7de9d3..cbcf2d8f7d03504cab4ae59056ccaeb465bad802 100644 (file)
         },
         "merge": {
             "title": "Fusionar",
-            "description": "Fusioneu aquestes línies.",
+            "description": "Fusionar aquestes característiques",
             "key": "C",
-            "annotation": "Heu fusionat {n} línies.",
+            "annotation": "S'han fusionat {n} característiques.",
             "not_eligible": "Aquestes característiques no poden ser fusionades.",
-            "not_adjacent": "Aquestes línies no poden ser com fusionades ja que no estan connectades.",
-            "restriction": "Aquestes línies no poden ser fusionades perquè com a mínim una d'elles és membre de la relació \"{relation}\"",
+            "not_adjacent": "Aquestes característiques no poden ser fusionades ja que no estan connectades.",
+            "restriction": "Aquestes característiques no poden ser fusionades ja que com a mínim una d'elles és membre de la relació \"{relation}\".",
             "incomplete_relation": "Aquestes característiques no poden ser fusionades perquè com a mínim una d'elles no s'ha descarregat del tot.",
-            "conflicting_tags": "Aquestes línies no poden ser fusionades ja que algunes de les seves etiquetes tenen valors conflictius."
+            "conflicting_tags": "Aquestes característiques no poden ser fusionades ja que algunes de les seves etiquetes tenen valors en conflicte."
         },
         "move": {
             "title": "Moure",
         "nothing": "Res a refer."
     },
     "tooltip_keyhint": "Drecera:",
-    "browser_notice": "Aquest editor és compatible amb Firefox, Chrome, Safari, Opera i Internet Explorer 9 o superior.\nSi us plau actualitzeu el vostre navegador o bé feu servir Potlach 2 per editar el mapa.",
+    "browser_notice": "Aquest editor és compatible a Firefox, Chrome, Safari, Opera i Internet Explorer 11 i superior. Actualitzeu el vostre navegador o bé feu ús del Potlatch 2 per tal d'editar el mapa.",
     "translate": {
         "translate": "Traduïu",
         "localized_translation_label": "Nom multilingüe",
                 "label": "Handicap",
                 "placeholder": "1-18"
             },
+            "handrail": {
+                "label": "Barana"
+            },
             "highway": {
                 "label": "Tipus"
             },
                 "label": "Límit de velocitat",
                 "placeholder": "40, 50, 60..."
             },
+            "maxstay": {
+                "label": "Estada màxima"
+            },
             "mtb/scale": {
                 "label": "Dificultat per a bicicletes de muntanya",
                 "options": {
             "amenity/university": {
                 "name": "Campus universitari"
             },
-            "amenity/vending_machine": {
-                "name": "Màquina de vending"
+            "amenity/vending_machine/cigarettes": {
+                "name": "Màquina de tabac"
+            },
+            "amenity/vending_machine/condoms": {
+                "name": "Expenedor de preservatius"
+            },
+            "amenity/vending_machine/drinks": {
+                "name": "Màquina de vènding de begudes"
+            },
+            "amenity/vending_machine/excrement_bags": {
+                "name": "Equipament de residus canins"
+            },
+            "amenity/vending_machine/news_papers": {
+                "name": "Màquina expenedora de diaris"
+            },
+            "amenity/vending_machine/parcel_pickup_dropoff": {
+                "name": "Màquina de recollida/enviament de paqueteria"
+            },
+            "amenity/vending_machine/parking_tickets": {
+                "name": "Màquina de cobrament de tiquet d'aparcament"
+            },
+            "amenity/vending_machine/public_transport_tickets": {
+                "name": "Màquina de venda de títols de transport públic"
+            },
+            "amenity/vending_machine/sweets": {
+                "name": "Màquina de vènding de comestibles"
+            },
+            "amenity/vending_machine/vending_machine": {
+                "name": "Màquina de vènding"
             },
             "amenity/veterinary": {
                 "name": "Veterinari"
                 "name": "Cabana"
             },
             "building/cathedral": {
-                "name": "Catedral"
+                "name": "Edifici Catedralici"
             },
             "building/chapel": {
-                "name": "Capella"
+                "name": "Edifici de capella"
             },
             "building/church": {
-                "name": "Església"
+                "name": "Edifici d'església"
             },
             "building/college": {
                 "name": "Edifici d'escola professional"
index 83c6f8432af6772e4fed1e34cd6fa549966863cf..cffc4ac5e6600cfef4ecc4e55c27c00c9e89f083 100644 (file)
         },
         "merge": {
             "title": "Spojit",
-            "description": "Spojit tyto čáry.",
+            "description": "Spojit tyto objekty.",
             "key": "C",
-            "annotation": "Čáry spojeny (celkem {n}).",
+            "annotation": "{n} objektů spojeno.",
             "not_eligible": "Objekty nelze spojit v jeden.",
-            "not_adjacent": "Tyto čáry nelze spojit v jednu, protože nekončí v jednom bodě.",
-            "restriction": "Tyto čáry není možné spojit, protože aspoň jedna z nich je členem relace \"{relation}\".",
+            "not_adjacent": "Objekty nelze spojit v jeden, protože na sebe nejsou napojené.",
+            "restriction": "Objekty nelze spojit, protože aspoň jeden z nich je členem relace \"{relation}\".",
             "incomplete_relation": "Tyto objekty nelze spojit, protože jsou stažené jen částečně.",
-            "conflicting_tags": "Tyto čáry nelze spojit, protože u některých z vlastností (tagů) mají neslučitelné hodnoty."
+            "conflicting_tags": "Objekty nelze spojit, protože některé z jejich vlastností kolidují."
         },
         "move": {
             "title": "Posunout",
         "nothing": "Není co znovu provádět."
     },
     "tooltip_keyhint": "Zkratka:",
-    "browser_notice": "Tento editor funguje ve Firefoxu, Chrome, Safari, Opeře a Internet Exploreru od verze 9. Musíte tedy aktualizovat na novější verzi prohlížeče nebo použijte editor Potlatch 2.",
+    "browser_notice": "Tento editor funguje ve Firefoxu, Chrome, Safari, Opeře a Internet Exploreru 11 a výše. Prosím buď aktualizujte svůj browser nebo použijte Potlach 2 či JOSM.",
     "translate": {
         "translate": "Přeložit",
         "localized_translation_label": "Mezinárodní název",
                 "label": "Handicap",
                 "placeholder": "1-18"
             },
+            "handrail": {
+                "label": "Zábradlí"
+            },
             "highway": {
                 "label": "Typ"
             },
                 "label": "Povolená rychlost",
                 "placeholder": "40, 50, 60..."
             },
+            "maxstay": {
+                "label": "Povoleno zůstat max."
+            },
             "mtb/scale": {
                 "label": "Klasifikace obtížnosti pro MTB",
                 "options": {
                 "label": "Sklo"
             },
             "recycling/glass_bottles": {
-                "label": "Pro skleněné láhve"
+                "label": "Skleněné láhve"
             },
             "recycling/paper": {
                 "label": "Papír"
             },
             "recycling/plastic": {
-                "label": "Pro plast"
+                "label": "Plast"
             },
             "recycling/type": {
                 "label": "Typ recyklačního místa",
                 "name": "Prostor vysoké školy",
                 "terms": "vysoká škola,univerzita,universita,vysoké učení"
             },
-            "amenity/vending_machine": {
+            "amenity/vending_machine/cigarettes": {
+                "name": "Automat na cigarety",
+                "terms": "automat,cigarety,prodejní automat"
+            },
+            "amenity/vending_machine/condoms": {
+                "name": "Automat na kondomy",
+                "terms": "automat,prodejní automat,kondom,prezervativ"
+            },
+            "amenity/vending_machine/drinks": {
+                "name": "Automat na nápoje",
+                "terms": "automat,prodejní automat,nápoj,nápoje,pití,plechovky,lahve,limonáda,kafe,káva,pivo"
+            },
+            "amenity/vending_machine/excrement_bags": {
+                "name": "Automat na pytlíky na exkrementy",
+                "terms": "automat,prodejní automat,pytlík,pes,psí exkrementy,psí hovna,exkrement,hovno,hovínko"
+            },
+            "amenity/vending_machine/news_papers": {
+                "name": "Automat na noviny",
+                "terms": "automat,prodejní automat,noviny,časopisy"
+            },
+            "amenity/vending_machine/parcel_pickup_dropoff": {
+                "name": "Automat na výdej/uložení balíků",
+                "terms": "automat,balíkomat,pošta,balík,balíček"
+            },
+            "amenity/vending_machine/parking_tickets": {
+                "name": "Parkovací automat",
+                "terms": "automat,prodejní automat,parkování,parking"
+            },
+            "amenity/vending_machine/public_transport_tickets": {
+                "name": "Automat na jízdenky",
+                "terms": "automat,prodejní automat,jízdenky,lístky,jízdenka,lístek,MHD,metro,vlak,tramvaj,šalina,autobus,trolejbus"
+            },
+            "amenity/vending_machine/sweets": {
+                "name": "Automat na drobné občerstvení",
+                "terms": "automat,prodejní automat,spirálový automat,jídlo,potraviny,sušenky,bagety"
+            },
+            "amenity/vending_machine/vending_machine": {
                 "name": "Prodejní automat",
                 "terms": "automat,prodejní automat"
             },
                 "terms": "chata,chalupa,srub,roubenka,chatrč,roubená stavba,dřevěná stavba"
             },
             "building/cathedral": {
-                "name": "Katedrála",
-                "terms": "katedrála,kostel,biskup,diecéze"
+                "name": "Budova katedrály",
+                "terms": "katedrála,kostel,diecéze,biskup"
             },
             "building/chapel": {
-                "name": "Kaple",
-                "terms": "kaple,kaplička,baptisterium,karner,modlitebna,kostel"
+                "name": "Budova kaple",
+                "terms": "kaple,kaplička,modlitebna,kostel"
             },
             "building/church": {
                 "name": "Budova kostela",
-                "terms": "kostel,chrám,bazilika,rotunda,megakostel"
+                "terms": "kostel,chrám,kostelík,katedrála"
             },
             "building/college": {
                 "name": "Budova vyšší odborné školy/college",
index 28cf56d02354e95ebcebdc1d91a9cc8df240fcfa..f46fb722066733b690a91b7ccd906b866938963f 100644 (file)
         },
         "merge": {
             "title": "Fusioner",
-            "description": "Fusioner disse linjer.",
+            "description": "Fusioner disse kortobjekter.",
             "key": "C",
-            "annotation": "Fusionerede {n} linjer.",
+            "annotation": "Fusionerede {n} objekter.",
             "not_eligible": "Disse elementer kan ikke fusioneres.",
-            "not_adjacent": "Disse linjer kan ikke fusioneres fordi de ikke er knyttet sammen.",
-            "restriction": "Disse linjer kan ikke flettes sammen, da mindst en af disse er medlem af  \"{relation}\"-relation.",
+            "not_adjacent": "Disse objekter kan ikke fusioneres da de ikke er forbundet.",
+            "restriction": "Disse objekter kan ikke fusioneres da en af dem er medlem af   \"{relation}\" relationen.",
             "incomplete_relation": "Disse kortegenskaber kan ikke fusioneres, da de ikke er blevet downloadet helt.",
-            "conflicting_tags": "Disse linjer kan ikke fusioneres pga nogle af tags har konflikt værdier."
+            "conflicting_tags": "Disse objekter kan ikke fusioneres pga nogle af deres tags har konflikt i deres værdier."
         },
         "move": {
             "title": "Flyt",
         "nothing": "Intet at gendanne."
     },
     "tooltip_keyhint": "Genvejstast:",
-    "browser_notice": "Dette værktøj er understøttet i Firefox, Chrome, Safari, Opera og Internet Explorer 9 og højere. Opgrader din browser eller benyt Potlatch 2 for at redigere kortet.",
+    "browser_notice": "Dette redigeringsværktøj er understøttet af Firefox, Chrome, Safari, Opera og Internet Explorer 11 og højere. Opgrader din browser eller brug Potlatch 2 for at redigere.",
     "translate": {
         "translate": "Oversæt",
         "localized_translation_label": "Flersproget navn",
                 "label": "Handikap",
                 "placeholder": "1-18"
             },
+            "handrail": {
+                "label": "Gelænder"
+            },
             "highway": {
                 "label": "Type"
             },
                 "label": "Hastighedsbegrænsning",
                 "placeholder": "40, 50, 60..."
             },
+            "maxstay": {
+                "label": "Max tid"
+            },
             "mtb/scale": {
                 "label": "Sværhedsgrad for mountainbike",
                 "options": {
                 "name": "Universitetsområde",
                 "terms": "Universitetsområde"
             },
-            "amenity/vending_machine": {
+            "amenity/vending_machine/cigarettes": {
+                "name": "Cigaretautomat",
+                "terms": "Cigaretautomat, Tobakautomat"
+            },
+            "amenity/vending_machine/condoms": {
+                "name": "Kondomautomat",
+                "terms": "Kondomautomat"
+            },
+            "amenity/vending_machine/drinks": {
+                "name": "Drikkeautomat",
+                "terms": "Drikkeautomat, Sodavandsautomat"
+            },
+            "amenity/vending_machine/excrement_bags": {
+                "name": "Hundelorteposeautomat",
+                "terms": "Hundelorteposeautomat"
+            },
+            "amenity/vending_machine/news_papers": {
+                "name": "Avisautomat",
+                "terms": "Avisautomat"
+            },
+            "amenity/vending_machine/parcel_pickup_dropoff": {
+                "name": "Pakkepostautomat",
+                "terms": "Pakkepostautomat"
+            },
+            "amenity/vending_machine/parking_tickets": {
+                "name": "Parkeringsbilletautomat",
+                "terms": "Parkeringsbilletautomat"
+            },
+            "amenity/vending_machine/public_transport_tickets": {
+                "name": "Billetautomat",
+                "terms": "Billetautomat, Rejsebilletautomat"
+            },
+            "amenity/vending_machine/sweets": {
+                "name": "Snackautomat",
+                "terms": "Snackautomat, Slikautomat"
+            },
+            "amenity/vending_machine/vending_machine": {
                 "name": "Automat",
                 "terms": "Automat"
             },
                 "terms": "Hytte"
             },
             "building/cathedral": {
-                "name": "Katedral",
-                "terms": "Katedral, Domkirke"
+                "name": "Katedralbygning",
+                "terms": "Katedralbygning"
             },
             "building/chapel": {
-                "name": "Kapel",
-                "terms": "Kapel"
+                "name": "Kapelbygning",
+                "terms": "Kapelbygning"
             },
             "building/church": {
-                "name": "Kirke",
-                "terms": "Kirke"
+                "name": "Kirkebygning",
+                "terms": "Kirkebygning"
             },
             "building/college": {
                 "name": "Universitetsbygning",
index a223dd3470ce2c7bd42d5c07bdd6a7663e31716a..bf4f38098560a84bc3fd4d1dc1b570741394c206 100644 (file)
         },
         "merge": {
             "title": "Vereinigen",
-            "description": "Diese Linien vereinigen.",
+            "description": "Vereinige diese Objekte.",
             "key": "C",
-            "annotation": "{n} Linien vereinigt.",
+            "annotation": "{n} Objekte wurden vereinigt.",
             "not_eligible": "Diese Objekte können nicht vereinigt werden.",
-            "not_adjacent": "Diese Linien können nicht vereinigt werden, da sie nicht verbunden sind.",
-            "restriction": "Diese Linien können nicht vereinigt werden, da mindestens eine Linie ein Mitglied der Relation „{relation}“ ist.",
+            "not_adjacent": "Diese Objekte kommen nicht vereinigt werden, weil sie nicht verbunden sind.",
+            "restriction": "Diese Objekte können nicht vereinigt werden, weil zumindest ein Objekt Teil der \"{relation}\" Relation ist.",
             "incomplete_relation": "Diese Objekte können nicht zusammengefügt werden, da mindestens eines noch nicht vollständig heruntergeladen wurde.",
-            "conflicting_tags": "Diese Linien können nicht vereinigt werden, da die Werte mindestens eines Tags unterschiedlich sind."
+            "conflicting_tags": "Diese Objekte können nicht vereinigt werdenn, weil es Attribute mit widersprechenden Werten gibt."
         },
         "move": {
             "title": "Verschieben",
         "nothing": "Nichts zum Wiederherstellen."
     },
     "tooltip_keyhint": "Tastenkürzel:",
-    "browser_notice": "Dieser Editor wird in Firefox, Chrome, Safari, Opera, und Internet Explorer (Version 9 und höher) unterstützt. Bitte aktualisiere Deinen Browser oder verwende Potlatch 2, um die Karte zu bearbeiten.",
+    "browser_notice": "Dieser Editor unterstützt Firefox, Chrome, Safari, Opera und Internet Explorer 11 und höher. Bitte Deinen Browser upgraden oder die Karte mit Potlatch 2 bearbeiten.",
     "translate": {
         "translate": "Übersetzen",
         "localized_translation_label": "Mehrsprachiger Name",
                 "label": "Handicap",
                 "placeholder": "1-18"
             },
+            "handrail": {
+                "label": "Geländer"
+            },
             "highway": {
                 "label": "Typ"
             },
                 "label": "Höchstgeschwindigkeit",
                 "placeholder": "40, 50, 60..."
             },
+            "maxstay": {
+                "label": "Maximale Parkzeit"
+            },
             "mtb/scale": {
                 "label": "MTB Schwierigkeitsgrad",
                 "options": {
                 "name": "Universitätsgelände",
                 "terms": "Universitätsgelände,Universitätscampus"
             },
-            "amenity/vending_machine": {
-                "name": "Automat",
-                "terms": "Warenautomat,Münzautomat,Verkaufsautomat, Selbstbedienungsautomat,Getränkeautomat,Süßigkeitenautomat,Fahrkartenautomat,Parkscheinautomat,"
+            "amenity/vending_machine/cigarettes": {
+                "name": "Zigarettenautomat",
+                "terms": "Zigarettenautomat"
+            },
+            "amenity/vending_machine/condoms": {
+                "name": "Kondomautomat",
+                "terms": "Kondomautomat"
+            },
+            "amenity/vending_machine/drinks": {
+                "name": "Getränkeautomat",
+                "terms": "Getränkeautomat, Getränkespender"
+            },
+            "amenity/vending_machine/excrement_bags": {
+                "name": "Kottütenspender",
+                "terms": "Kottütenspender, Hundetütenspender, Kottütenautomat, Hundetütenautomat"
+            },
+            "amenity/vending_machine/news_papers": {
+                "name": "Zeitungsautomat",
+                "terms": "Zeitungsautomat"
+            },
+            "amenity/vending_machine/parcel_pickup_dropoff": {
+                "name": "Paketautomat",
+                "terms": "Paketautomat, Packstation"
+            },
+            "amenity/vending_machine/parking_tickets": {
+                "name": "Parkscheinautomat",
+                "terms": "Parkscheinautomat"
+            },
+            "amenity/vending_machine/public_transport_tickets": {
+                "name": "Fahrkartenautomat",
+                "terms": "Fahrkartenautomat"
+            },
+            "amenity/vending_machine/sweets": {
+                "name": "Süßigkeitenautomat",
+                "terms": "Süßigkeitenautomat"
+            },
+            "amenity/vending_machine/vending_machine": {
+                "name": "Verkaufsautomat",
+                "terms": "Automat,Warenautomat,Münzautomat,Verkaufsautomat,Selbstbedienungsautomat"
             },
             "amenity/veterinary": {
                 "name": "Tierarzt",
                 "terms": "Hütte, Wochenendhaus"
             },
             "building/cathedral": {
-                "name": "Kathedrale",
-                "terms": "Kathedrale, Dom"
+                "name": "Dombau",
+                "terms": "Dombau, Dom, Kathedralenbau, Kathedrale, Münster"
             },
             "building/chapel": {
-                "name": "Kapelle (Sakralbau)",
-                "terms": "Kapelle"
+                "name": "Kapellenbau",
+                "terms": "Kapellenbau, Kapelle, Betsaal, Filialkirche, Gotteshaus"
             },
             "building/church": {
-                "name": "Kirche",
-                "terms": "Kirche"
+                "name": "Kirchengebäude",
+                "terms": "Kirchengebäude, Gotteshaus, Kirche"
             },
             "building/college": {
                 "name": "Hochschulgebäude",
index 8c17fafd2d8541c5475cd86ff1ddcf8f4df1f072..ab26ba360937a2a663646e85c56c076472f638f1 100644 (file)
         },
         "merge": {
             "title": "Συγχώνευση",
-            "description": "Συγχώνευση αυτών των γραμμών.",
             "key": "Ω",
-            "annotation": "Συγχωνεύτηκαν {n} γραμμές.",
             "not_eligible": "Αυτά τα χαρακτηριστικά δεν μπορούν να συγχωνευτούν.",
-            "not_adjacent": "Αυτές οι γραμμές δεν μπορούν να συγχωνευτούν επειδή δεν είναι ενωμένες.",
-            "restriction": "Αυτές οι γραμμές δεν μπορούν να συγχωνευτούν επειδή τουλάχιστον μια είναι μέλος μιας σχέσης \"{relation}\".",
             "incomplete_relation": "Αυτά τα χαρακτηριστικά δεν μπορούν να συγχωνευτούν επειδή δεν έχουν μεταφορτωθεί πλήρως."
         },
         "move": {
         "nothing": "Τίποτα προς επαναφορά."
     },
     "tooltip_keyhint": "Συντόμευση:",
-    "browser_notice": "Αυτός ο επεξεργαστής υποστηρίζεται στον Firefox, Chrome, Safari, Opera, και Internet Explorer 9 ή νεότερο. Παρακαλώ αναβαθμίστε τον φυλλομετρητή σας ή χρησιμοποιήστε το Potlatch 2 για να επεξεργαστείτε το χάρτη.",
     "translate": {
         "translate": "Μεταφράστε",
         "localized_translation_label": "Πολύγλωσσο όνομα",
                 "name": "Χώρος Πανεπιστημίου",
                 "terms": "Πανεπιστημιούπολη, Πανεπιστήμιο"
             },
-            "amenity/vending_machine": {
-                "name": "Μηχάνημα Αυτόματης Πώλησης",
-                "terms": "αυτόματος πωλητής"
-            },
             "amenity/veterinary": {
                 "name": "Κτηνιατρείο"
             },
                 "name": "Αποθήκη αγροκτήματος",
                 "terms": "Σιταποθήκη, Αχυρώνας"
             },
-            "building/cathedral": {
-                "name": "Καθεδρικός"
-            },
-            "building/chapel": {
-                "name": "Παρεκλήσι"
-            },
-            "building/church": {
-                "name": "Εκκλησία"
-            },
             "building/commercial": {
                 "name": "Εμπορικό Κτίριο",
                 "terms": "Εμπορικό Κτήριο, Επαγγελματικό κτήριο"
index b9dcb39a9d1d899e677f3779c6d7d46528782d3e..1cfb43c154bebee7a35863661d863ff9e6aee8ac 100644 (file)
         },
         "merge": {
             "title": "Merge",
-            "description": "Merge these lines.",
             "key": "C",
-            "annotation": "Merged {n} lines.",
             "not_eligible": "These features can't be merged.",
-            "not_adjacent": "These lines can't be merged because they aren't connected.",
-            "restriction": "These lines can't be merged because at least one is a member of a \"{relation}\" relation.",
             "incomplete_relation": "These features can't be merged because at least one hasn't been fully downloaded."
         },
         "move": {
         "nothing": "Nothing to redo."
     },
     "tooltip_keyhint": "Shortcut:",
-    "browser_notice": "This editor is supported in Firefox, Chrome, Safari, Opera, and Internet Explorer 9 and above. Please upgrade your browser or use Potlatch 2 to edit the map.",
     "translate": {
         "translate": "Translate"
     },
index 4d1bada0f841be1c47d71cb3ee132a06e997f2eb..3d9c46bc798804a659de8125eb6c0d60cca88266 100644 (file)
         },
         "merge": {
             "title": "Merge",
-            "description": "Merge these lines.",
+            "description": "Merge these features.",
             "key": "C",
-            "annotation": "Merged {n} lines.",
+            "annotation": "Merged {n} features.",
             "not_eligible": "These features can't be merged.",
-            "not_adjacent": "These lines can't be merged because they aren't connected.",
-            "restriction": "These lines can't be merged because at least one is a member of a \"{relation}\" relation.",
+            "not_adjacent": "These features can't be merged because they aren't connected.",
+            "restriction": "These features can't be merged because at least one is a member of a \"{relation}\" relation.",
             "incomplete_relation": "These features can't be merged because at least one hasn't been fully downloaded.",
-            "conflicting_tags": "These lines can't be merged because some of their tags have conflicting values."
+            "conflicting_tags": "These features can't be merged because some of their tags have conflicting values."
         },
         "move": {
             "title": "Move",
         "nothing": "Nothing to redo."
     },
     "tooltip_keyhint": "Shortcut:",
-    "browser_notice": "This editor is supported in Firefox, Chrome, Safari, Opera, and Internet Explorer 9 and above. Please upgrade your browser or use Potlatch 2 to edit the map.",
+    "browser_notice": "This editor is supported in Firefox, Chrome, Safari, Opera, and Internet Explorer 11 and above. Please upgrade your browser or use Potlatch 2 to edit the map.",
     "translate": {
         "translate": "Translate",
         "localized_translation_label": "Multilingual name",
                 "label": "Handicap",
                 "placeholder": "1-18"
             },
+            "handrail": {
+                "label": "Handrail"
+            },
             "highway": {
                 "label": "Type"
             },
                 "label": "Speed Limit",
                 "placeholder": "40, 50, 60..."
             },
+            "maxstay": {
+                "label": "Max Stay"
+            },
             "mtb/scale": {
                 "label": "Mountain Biking Difficulty",
                 "placeholder": "0, 1, 2, 3...",
                 "name": "University Grounds",
                 "terms": "college"
             },
-            "amenity/vending_machine": {
+            "amenity/vending_machine/cigarettes": {
+                "name": "Cigarette Vending Machine",
+                "terms": "cigarette"
+            },
+            "amenity/vending_machine/condoms": {
+                "name": "Condom Vending Machine",
+                "terms": "condom"
+            },
+            "amenity/vending_machine/drinks": {
+                "name": "Drink Vending Machine",
+                "terms": "drink,soda,beverage,juice,pop"
+            },
+            "amenity/vending_machine/excrement_bags": {
+                "name": "Excrement Bag Vending Machine",
+                "terms": "excrement bags,poop,dog,animal"
+            },
+            "amenity/vending_machine/news_papers": {
+                "name": "Newspaper Vending Machine",
+                "terms": "newspaper"
+            },
+            "amenity/vending_machine/parcel_pickup_dropoff": {
+                "name": "Parcel Pickup/Dropoff Vending Machine",
+                "terms": "parcel,mail,pickup"
+            },
+            "amenity/vending_machine/parking_tickets": {
+                "name": "Parking Ticket Vending Machine",
+                "terms": "parking,ticket"
+            },
+            "amenity/vending_machine/public_transport_tickets": {
+                "name": "Transit Ticket Vending Machine",
+                "terms": "bus,train,ferry,rail,ticket,transportation"
+            },
+            "amenity/vending_machine/sweets": {
+                "name": "Snack Vending Machine",
+                "terms": "candy,gum,chip,pretzel,cookie,cracker"
+            },
+            "amenity/vending_machine/vending_machine": {
                 "name": "Vending Machine",
-                "terms": "snack,soda,ticket"
+                "terms": ""
             },
             "amenity/veterinary": {
                 "name": "Veterinary",
                 "terms": ""
             },
             "building/cathedral": {
-                "name": "Cathedral",
+                "name": "Cathedral Building",
                 "terms": ""
             },
             "building/chapel": {
-                "name": "Chapel",
+                "name": "Chapel Building",
                 "terms": ""
             },
             "building/church": {
-                "name": "Church",
+                "name": "Church Building",
                 "terms": ""
             },
             "building/college": {
index 9485294418140f2c4775681669dabe79dcaa8763..143ccd14a364a4663ef9610bf5b86d3ee4e5c97b 100644 (file)
             }
         },
         "presets": {
-            "building/church": {
-                "name": "Eklezio"
-            },
             "building/house": {
                 "name": "Domo"
             }
index 058da66822a594aaa9edc1fb7a05709c9d174400..251ffd489122ef16e1d664a7164b8d4568cabdf2 100644 (file)
         },
         "merge": {
             "title": "Combinar",
-            "description": "Combinar líneas.",
+            "description": "Combinar estos elementos.",
             "key": "C",
-            "annotation": "{n} líneas combinadas.",
+            "annotation": "{n} elementos combinados.",
             "not_eligible": "Estos elementos no pueden ser combinados.",
-            "not_adjacent": "Estas líneas no pueden ser combinadas porque no están conectadas.",
-            "restriction": "Estas líneas no se pueden combinar porque al menos una es miembro de una relación de \"{relation}\".",
+            "not_adjacent": "Estos elementos no pueden ser combinados porque no están conectados.",
+            "restriction": "Estos elementos no se pueden combinar porque al menos uno es miembro de una relación de \"{relation}\".",
             "incomplete_relation": "Estos elementos no pueden ser combinados porque al menos uno no ha sido descargado por completo.",
-            "conflicting_tags": "Estas líneas no pueden ser combinadas porque algunas de sus etiquetas tienen conflictos en sus valores."
+            "conflicting_tags": "Estos elementos no pueden ser combinados porque algunas de sus etiquetas tienen conflictos en sus valores."
         },
         "move": {
             "title": "Mover",
         "nothing": "Nada que rehacer"
     },
     "tooltip_keyhint": "Acceso directo:",
-    "browser_notice": "Este editor soporta Firefox, Chrome, Safari, Opera e Internet Explorer 9 o superior. Por favor, actualice su navegador o utilice Potlatch 2 para editar el mapa.",
+    "browser_notice": "Este editor es compatible con Firefox, Chrome, Safari, Opera e Internet Explorer 11 y superiores. Actualice su navegador o use Potlatch 2 para editar el mapa.",
     "translate": {
         "translate": "Traducir",
         "localized_translation_label": "Nombre multilingüe",
     },
     "status": {
         "error": "No se puede conectar con la API.",
-        "offline": "La API está desconectada. Por favor, intente editar más atarde.",
+        "offline": "La API está desconectada. Intente editar más tarde.",
         "readonly": "El API está en modo de sólo lectura. Tendrá que esperar para guardar los cambios."
     },
     "commit": {
                 "label": "Handicap",
                 "placeholder": "1-18"
             },
+            "handrail": {
+                "label": "Pasamanos"
+            },
             "highway": {
                 "label": "Tipo"
             },
                 "label": "Límite de velocidad",
                 "placeholder": "40, 50, 60..."
             },
+            "maxstay": {
+                "label": "Estadía máxima"
+            },
             "mtb/scale": {
                 "label": "Dificultad de bicicleta de montaña",
                 "options": {
                 "name": "Terreno de universidad",
                 "terms": "universidad, campus, colegio mayor, facultad, terreno, área, suelo"
             },
-            "amenity/vending_machine": {
+            "amenity/vending_machine/cigarettes": {
+                "name": "Máquina expendedora de cigarrillos",
+                "terms": "tabaco, cigarro, cigarrillo, pucho, expendedor"
+            },
+            "amenity/vending_machine/condoms": {
+                "name": "Máquina expendedora de condones",
+                "terms": "condones, condón, profiláctico, preservativo, expendedor"
+            },
+            "amenity/vending_machine/drinks": {
+                "name": "Máquina expendedora de bebidas",
+                "terms": "bebida, gaseosa, refresco, expendedor"
+            },
+            "amenity/vending_machine/excrement_bags": {
+                "name": "Máquina expendedora de bolsa para excrementos",
+                "terms": "excremento, caca, bolsa, expendedor"
+            },
+            "amenity/vending_machine/news_papers": {
+                "name": "Máquina expendedora de periódicos",
+                "terms": "periódico, diario, semanario, revista, expendedor"
+            },
+            "amenity/vending_machine/parcel_pickup_dropoff": {
+                "name": "Máquina expendedora recoger/dejar paquetes",
+                "terms": "paquete, encomienda, entrega, recojo, expendedor"
+            },
+            "amenity/vending_machine/parking_tickets": {
+                "name": "Máquina expendedora de boletos de aparcamiento",
+                "terms": "ticket, boleto, recibo, coche, carro, auto, automóvil, vehículo, aparcamiento, parking, aparcadero, estacionamiento, garaje, parqueadero, parqueo, expendedor"
+            },
+            "amenity/vending_machine/public_transport_tickets": {
+                "name": "Máquina expendedora del boleto de transporte",
+                "terms": "ticket, boleto, recibo, transporte público, autobús, bus, colectivo, micro, guagua, expendedor"
+            },
+            "amenity/vending_machine/sweets": {
+                "name": "Máquina expendedora de snacks",
+                "terms": "snack, bocadillo, refrigerio, botanas, expendedor"
+            },
+            "amenity/vending_machine/vending_machine": {
                 "name": "Máquina expendedora",
-                "terms": "máquina expendedora, máquina autoventa, vending"
+                "terms": "máquina, expendedor, automático"
             },
             "amenity/veterinary": {
                 "name": "Veterinario",
                 "terms": "cabina, camarote"
             },
             "building/cathedral": {
-                "name": "Catedral",
-                "terms": "basílica, iglesia, catedral"
+                "name": "Edificio catedral",
+                "terms": "catedral, iglesia"
             },
             "building/chapel": {
-                "name": "Capilla",
-                "terms": "Capilla"
+                "name": "Edificio capilla",
+                "terms": "capilla, iglesia"
             },
             "building/church": {
-                "name": "Iglesia",
-                "terms": "templo, capilla, colegiata, parroquia, santuario, ermita, oratorio, iglesia"
+                "name": "Edificio iglesia",
+                "terms": "iglesia, templo"
             },
             "building/college": {
                 "name": "Edificio instituto",
             },
             "highway/bus_stop": {
                 "name": "Parada de autobús",
-                "terms": "parada, bus, autobús, marquesina, autobus, autobús, bus, buses, colectivo, micro, guagua"
+                "terms": "parada, marquesina, autobús, bus, colectivo, micro, guagua"
             },
             "highway/corridor": {
                 "name": "Pasillo interior",
             },
             "shop/ticket": {
                 "name": "Venta de boletos",
-                "terms": "Venta de tickets, billete, entrada, boleto, venta de entradas"
+                "terms": "ticket, boleto, billete, entrada, venta"
             },
             "shop/tobacco": {
                 "name": "Estanco",
index c8b41579522d31856118f4b0f54e1acbe16d3a14..a38904c6a900128ab25254f681b9671538eccfca 100644 (file)
         },
         "merge": {
             "title": "Ühenda",
-            "description": "Ühenda need jooned.",
             "key": "C",
-            "annotation": "{n} joont ühendatud.",
             "not_eligible": "Neid objekte ei saa ühendada.",
-            "not_adjacent": "Neid jooni ei saa ühendada kuna need ei ole üksteisega seotud.",
-            "restriction": "Neid jooni ei saa ühendada, kuna vähemalt üks neist on \"{relation}\" relatsiooni osa.",
             "incomplete_relation": "Neid objekte ei saa ühendada, kuna vähemalt üks neist ei ole täielikult laetud."
         },
         "move": {
         "nothing": "Pole midagi uuesti teha."
     },
     "tooltip_keyhint": "Kiirvalik:",
-    "browser_notice": "See redaktor on toetatud järgnevates veebilehitsejates: Firefox, Chrome, Safari, Opera, ja Internet Explorer 9 ning uuemates. Palun uuenda oma veebilehitsejat või kasuta Potlatch 2'te kaardi muutmiseks.",
     "translate": {
         "translate": "Tõlgi",
         "localized_translation_label": "Mitmekeelne nimi",
             "building/apartments": {
                 "name": "Korterid"
             },
-            "building/church": {
-                "name": "Kirik"
-            },
             "building/commercial": {
                 "name": "Ärihoone"
             },
index ce3cebef4172a75aa3c7aee04be53bdea1046adb..b50197a17cad1aef3b6d6f906e521d7073a9d443 100644 (file)
@@ -3,7 +3,7 @@
         "add_area": {
             "title": "محدوده",
             "description": "افزودن پارک ها، ساختمان ها، دریاچه ها و سایر فضاها به نقشه.",
-            "tail": "براÛ\8c Ø´Ø±Ù\88ع Ú©Ø´Û\8cدÙ\86 Ù\81ضا هایی مثل پارک، دریاچه، یا ساختمان روی نقشه کلیک کنید."
+            "tail": "براÛ\8c Ø´Ø±Ù\88ع Ú©Ø´Û\8cدÙ\86 Ù\85حدÙ\88دÙ\87â\80\8cهایی مثل پارک، دریاچه، یا ساختمان روی نقشه کلیک کنید."
         },
         "add_line": {
             "title": "خط",
@@ -95,6 +95,7 @@
         },
         "delete": {
             "title": "حذف",
+            "description": "پاک کردن شیء به صورت دائمی.",
             "annotation": {
                 "point": "نقطه حذف شد.",
                 "vertex": "گره از راه حذف شد.",
         },
         "merge": {
             "title": "ترکیب کردن",
-            "description": "ترکیب این خطوط.",
             "key": "C",
-            "annotation": "{n} خط ترکیب شد.",
-            "not_eligible": "این ویژگی قابل ترکیب نیست.",
-            "not_adjacent": "این خطوط قابل ترکیب نیستند زیرا به هم متصل نیستند.",
-            "restriction": "این خط قابل ترکیب شدن نیست چرا که حداقل یک عضو از \"{relation}\" مرتبط است."
+            "not_eligible": "این ویژگی قابل ترکیب نیست."
         },
         "move": {
             "title": "انتقال",
         "restriction": {
             "help": {
                 "select": "کلیک برای انتخاب یک بخش جاده"
+            },
+            "annotation": {
+                "create": "محدودیت پیچ اضافه شد.",
+                "delete": "محدودیت پیچ حذف شد."
             }
         }
     },
         "nothing": "چیزی برای انجام دوباره نیست."
     },
     "tooltip_keyhint": "میانبر:",
-    "browser_notice": "این ویرایشگر در فایرفاکس، کروم، سافاری، اپرا و اینترنت اکسپلورر 9 به بالا پشتیبانی میشود، لطفا مرورگرتان را ارتقا دهید یا از Potltatch 2 برای ویرایش نقشه استفاده کنید.",
     "translate": {
         "translate": "ترجمه",
         "localized_translation_label": "نام چند زبانه",
     "zoom_in_edit": "بزرگنمایی برای ویرایش",
     "logout": "خروج",
     "loading_auth": "در حال اتصال به OpenStreetMap...",
+    "report_a_bug": "گزارش یک اشکال",
+    "help_translate": "کمک به ترجمه",
+    "feature_info": {
+        "hidden_warning": "{COUNT} ویژگی های پنهان",
+        "hidden_details": "این ویژگی ها در حال حاضر پنهان‌اند:{details}"
+    },
     "status": {
         "error": "اتصال به API ممکن نیست.",
         "offline": "API آفلاین است. لطفا ویرایش را بعدا مجدد انجام دهید.",
         "list": "ویرایش توسط {users}",
         "truncated_list": "ویرایش توسط  {users} و {count}  نفر دیگر"
     },
+    "infobox": {
+        "selected": "{n} انتخاب شده",
+        "geometry": "هندسه",
+        "closed": "بسته",
+        "center": "مرکز",
+        "perimeter": "محیط",
+        "length": "طول",
+        "area": "محدوده",
+        "centroid": "مرکز",
+        "location": "موقعیت",
+        "metric": "به متر",
+        "imperial": "امپراتوری"
+    },
+    "geometry": {
+        "point": "نقطه",
+        "vertex": "رأس",
+        "line": "خط",
+        "area": "محدوده",
+        "relation": "ارتباط"
+    },
     "geocoder": {
         "search": "جستجو در سراسر جهان ...",
         "no_results_visible": "هیچ نتیجه ای در ناحیه نقشه ی مشاهده شده نیسن",
         "node": "گره",
         "way": "راه",
         "relation": "ارتباط",
-        "location": "مکان"
+        "location": "مکان",
+        "add_fields": "افزودن رشته اطلاعاتی:"
     },
     "background": {
         "title": "پس زمینه",
         "custom": "سفارشی",
         "custom_button": "ویرایش پشت زمینه سفارشی",
         "fix_misalignment": "تعمیر تراز",
-        "reset": "باز نشاندن"
+        "reset": "باز نشاندن",
+        "minimap": {
+            "tooltip": "برای پیدا کردن محل منطقه نشان داده شده، یک نقشه کوچک نمایی نشان بده"
+        }
     },
     "map_data": {
         "title": "نقشه داده",
         "description": "نقشه داده",
-        "data_layers": "لایها داده ها"
+        "data_layers": "لایها داده ها",
+        "fill_area": "محدوده‌ها را پر کنید",
+        "map_features": "ویژگی‌های نقشه"
     },
     "feature": {
         "points": {
-            "description": "نقاط"
+            "description": "نقاط",
+            "tooltip": "نقاط مورد علاقه"
+        },
+        "major_roads": {
+            "description": "جاده‌های بزرگ",
+            "tooltip": "بزرگراه‌ها، خیابان‌ها، و غیره."
+        },
+        "minor_roads": {
+            "description": "جاده‌های کوچک",
+            "tooltip": "جاده‌های خدماتی، راه‌های پارکینگ، مسیر، و غیره."
         },
         "paths": {
-            "description": "مسیرها"
+            "description": "مسیرها",
+            "tooltip": "پیاده‌روهای کناره، پیاده راه‌ها، مسیرهای دوچرخه سواری، غیره."
         },
         "buildings": {
-            "description": "ساختمانها"
+            "description": "ساختمانها",
+            "tooltip": "ساختمان‌ها، پناهگاه‌ها، گاراژها، غیره."
+        },
+        "landuse": {
+            "description": "ویژگی‌های کاربری"
         },
         "boundaries": {
             "description": "مرزها"
         },
+        "water": {
+            "description": "ویژگی های آب"
+        },
         "rail": {
+            "description": "ویژگی‌های راه‌آهن",
             "tooltip": "راه آهن"
+        },
+        "past_future": {
+            "description": "گذشته / آینده"
+        },
+        "others": {
+            "description": "دیگران",
+            "tooltip": "هر چیز دیگر"
+        }
+    },
+    "area_fill": {
+        "full": {
+            "description": "پر کردن کامل"
         }
     },
     "restore": {
         "unsaved_changes": "شما تغییرات ذخیره نشده دارید",
         "conflict": {
             "previous": "قبلی >",
-            "next": "< بعد"
+            "next": "< بعد",
+            "keep_local": "مال من را نگه‌دار",
+            "keep_remote": "از مال آن‌ها استفاده کن",
+            "restore": "بازگرداندن",
+            "delete": "رها کردن پاک‌شده‌ها",
+            "download_changes": "و یا بارگیری تغییرات شما."
         }
     },
     "success": {
             "category-rail": {
                 "name": "راه آهن"
             },
+            "category-restriction": {
+                "name": "محدوده"
+            },
             "category-road": {
                 "name": "جاده"
             },
         },
         "fields": {
             "access": {
+                "label": "دسترسی مجاز",
                 "options": {
                     "designated": {
                         "description": "دسترسی با توجه به علائم و قوانین محلی مجاز است",
                         "description": "دسترسی فقط برای رسیدن به مقصدی مجاز است",
                         "title": "مقصد"
                     },
+                    "dismount": {
+                        "description": "دسترسی تنها با پیاده شدن راننده مجاز است",
+                        "title": "پیاده کردن"
+                    },
                     "no": {
                         "description": "دسترسی برای عموم مردم مجاز نیست",
                         "title": "ممنوع"
                         "title": "مجاز"
                     }
                 },
+                "placeholder": "تعیین نشده",
                 "types": {
+                    "access": "همه",
                     "bicycle": "دوچرخه ها",
                     "foot": "پیاده",
                     "horse": "اسب ها",
                     "motor_vehicle": "وسایل نقلیه موتوری"
                 }
             },
+            "access_simple": {
+                "label": "دسترسی مجاز",
+                "placeholder": "بله"
+            },
+            "access_toilets": {
+                "label": "دسترسی"
+            },
             "address": {
                 "label": "ادرس",
                 "placeholders": {
                     "city": "شهر",
-                    "street": "خيابان"
+                    "conscriptionnumber": "123",
+                    "country": "کشور",
+                    "district": "منطقه",
+                    "hamlet": "دهکده",
+                    "housename": "نام خانه",
+                    "housenumber": "123",
+                    "place": "محل",
+                    "postcode": "کدپستی",
+                    "province": "استان",
+                    "state": "ایالت",
+                    "street": "خيابان",
+                    "subdistrict": "زیر منطقه",
+                    "suburb": "حومه شهر"
                 }
             },
             "admin_level": {
                 "label": "نوع"
             },
             "aerialway/access": {
-                "label": "دسترسی"
+                "label": "دسترسی",
+                "options": {
+                    "both": "هردو",
+                    "entry": "ورودی",
+                    "exit": "خروج"
+                }
             },
             "aerialway/bubble": {
                 "label": "قل قل کردن"
                 "placeholder": "2, 4, 8..."
             },
             "aerialway/summer/access": {
-                "label": "دسترسی (تابستان)"
+                "label": "دسترسی (تابستان)",
+                "options": {
+                    "both": "هردو",
+                    "entry": "ورودی",
+                    "exit": "خروج"
+                }
             },
             "aeroway": {
                 "label": "نوع"
             "amenity": {
                 "label": "نوع"
             },
+            "area/highway": {
+                "label": "نوع"
+            },
             "artist": {
                 "label": "هنرمند"
             },
             "barrier": {
                 "label": "نوع"
             },
+            "bench": {
+                "label": "نیمکت"
+            },
             "bicycle_parking": {
                 "label": "نوع"
             },
                 "placeholder": "50, 100, 200..."
             },
             "cardinal_direction": {
-                "label": "جهت"
+                "label": "جهت",
+                "options": {
+                    "E": "شرق",
+                    "ENE": "شرق-شمال‌شرق",
+                    "ESE": "شرق-جنوب‌شرق",
+                    "N": "شمال",
+                    "NE": "شمال‌شرق",
+                    "NNE": "شمال-شمال‌شرق",
+                    "NNW": "شمال-شمال‌غرب",
+                    "NW": "شمال‌غرب",
+                    "S": "جنوب",
+                    "SE": "جنوب‌شرق",
+                    "SSE": "جنوب-جنوب‌شرق",
+                    "SSW": "جنوب-جنوب‌غربی",
+                    "SW": "جنوب‌غربی",
+                    "W": "غرب",
+                    "WNW": "غرب-شمال‌غرب",
+                    "WSW": "غرب-جنوب‌غربی"
+                }
             },
             "clock_direction": {
                 "label": "جهت",
             "construction": {
                 "label": "نوع"
             },
+            "content": {
+                "label": "محتویات"
+            },
             "country": {
                 "label": "کشور"
             },
             "covered": {
                 "label": "سرپوشیده"
             },
+            "craft": {
+                "label": "نوع"
+            },
             "crossing": {
                 "label": "نوع"
             },
             "cuisine": {
                 "label": "غذا"
             },
+            "cycleway": {
+                "label": "خطوط دوچرخه",
+                "options": {
+                    "lane": {
+                        "title": "خط استاندارد دوچرخه"
+                    },
+                    "none": {
+                        "description": "بدون خط دوچرخه",
+                        "title": "هیچکدام"
+                    },
+                    "opposite": {
+                        "description": "خط ویژه دوچرخه‌سواری دو جهته در خیابان یک طرفه"
+                    },
+                    "shared_lane": {
+                        "title": "خط دوچرخه‌سواری مشترک"
+                    },
+                    "track": {
+                        "title": "خط دوچرخه‌سواری جدا شده از ترافیک بوسیله مانع فیزیکی"
+                    }
+                },
+                "placeholder": "هیچکدام",
+                "types": {
+                    "cycleway:left": "سمت چپ",
+                    "cycleway:right": "سمت راست"
+                }
+            },
+            "delivery": {
+                "label": "تحویل"
+            },
             "denomination": {
                 "label": "پول"
             },
             "description": {
                 "label": "توضیحات"
             },
+            "drive_through": {
+                "label": "رانندگی-از طریق"
+            },
             "electrified": {
-                "label": "برق رسانی"
+                "label": "برق رسانی",
+                "options": {
+                    "no": "خیر",
+                    "rail": "راه‌آهن برقی",
+                    "yes": "بلی (نامشخص)"
+                }
             },
             "elevation": {
                 "label": "ارتفاع"
                 "label": "دستمزد"
             },
             "fire_hydrant/type": {
-                "label": "نوع"
+                "label": "نوع",
+                "options": {
+                    "pond": "دریاچه",
+                    "underground": "زیر زمین",
+                    "wall": "دیوار"
+                }
             },
             "fixme": {
                 "label": "تصحیح من"
             "fuel": {
                 "label": "سوخت"
             },
+            "fuel/biodiesel": {
+                "label": "فروش سوخت زیستی"
+            },
+            "fuel/diesel": {
+                "label": "فروش دیزل"
+            },
+            "fuel/lpg": {
+                "label": "فروش پروپان"
+            },
             "gauge": {
                 "label": "مقیاس"
             },
+            "gender": {
+                "label": "جنسیت",
+                "options": {
+                    "female": "زن",
+                    "male": "مرد",
+                    "unisex": "برای هر دو جنس"
+                },
+                "placeholder": "ناشناخته"
+            },
             "generator/method": {
                 "label": "شیوه"
             },
             "incline": {
                 "label": "شیب"
             },
+            "incline_steps": {
+                "label": "شیب",
+                "options": {
+                    "down": "پایین",
+                    "up": "بالا"
+                }
+            },
             "information": {
                 "label": "نوع"
             },
             "internet_access": {
                 "label": "دسترسی اینترنت",
                 "options": {
+                    "no": "خیر",
                     "terminal": "پايانه",
                     "wired": "سيمي",
-                    "wlan": "واي فاي"
+                    "wlan": "واي فاي",
+                    "yes": "بلی"
                 }
             },
+            "lamp_type": {
+                "label": "نوع"
+            },
             "landuse": {
                 "label": "نوع"
             },
             "layer": {
                 "label": "لايه"
             },
+            "leaf_cycle": {
+                "label": "چرخه برگ",
+                "options": {
+                    "deciduous": "برگریز",
+                    "evergreen": "همیشه سبز",
+                    "mixed": "مخلوط",
+                    "semi_evergreen": "شبه-همیشه سبز"
+                }
+            },
+            "leaf_cycle_singular": {
+                "label": "چرخه برگ",
+                "options": {
+                    "deciduous": "برگریز",
+                    "evergreen": "همیشه سبز",
+                    "semi_evergreen": "شبه-همیشه سبز"
+                }
+            },
+            "leaf_type": {
+                "label": "نوع برگ",
+                "options": {
+                    "broadleaved": "پهن برگ",
+                    "leafless": "بی برگ",
+                    "mixed": "مخلوط",
+                    "needleleaved": "برگ سوزنی "
+                }
+            },
+            "leaf_type_singular": {
+                "label": "نوع برگ",
+                "options": {
+                    "broadleaved": "پهن برگ",
+                    "leafless": "بی برگ",
+                    "needleleaved": "برگ سوزنی "
+                }
+            },
             "leisure": {
                 "label": "نوع"
             },
             "length": {
                 "label": "طول (متر)"
             },
+            "level": {
+                "label": "سطح"
+            },
             "levels": {
                 "label": "سطح",
                 "placeholder": "2, 4, 6..."
                 "label": "محدودیت سرعت",
                 "placeholder": "40, 50, 60..."
             },
+            "maxstay": {
+                "label": "حداکثر توقف"
+            },
+            "mtb/scale": {
+                "label": "دوچرخه‌سواری کوهستانی سخت",
+                "placeholder": "0, 1, 2, 3..."
+            },
+            "mtb/scale/imba": {
+                "options": {
+                    "0": "آسان‌ترین (دایره سفید)",
+                    "1": "آسان (دایره سبز)",
+                    "2": "متوسط (مربع آبی)",
+                    "3": "دشوار (الماس سیاه)",
+                    "4": "بسیار دشوار (دو الماس سیاه)"
+                },
+                "placeholder": "آسان، متوسط، دشوار ..."
+            },
+            "mtb/scale/uphill": {
+                "label": "دوچرخه سواری کوهستانی سر بالایی سخت",
+                "placeholder": "0, 1, 2, 3..."
+            },
             "name": {
                 "label": "اسم",
                 "placeholder": "نام مشترک (در صورت وجود)"
                 "label": "نوع"
             },
             "oneway": {
-                "label": "يک طرفه"
+                "label": "يک طرفه",
+                "options": {
+                    "no": "خیر",
+                    "undefined": "خیر فرض شده",
+                    "yes": "بلی"
+                }
             },
             "oneway_yes": {
-                "label": "یک طرفه"
+                "label": "یک طرفه",
+                "options": {
+                    "no": "خیر",
+                    "undefined": "بلی فرض شده",
+                    "yes": "بلی"
+                }
             },
             "opening_hours": {
                 "label": "ساعت"
                 "label": "پارک و سوار شدن"
             },
             "parking": {
-                "label": "نوع"
+                "label": "نوع",
+                "options": {
+                    "carports": "سایه‌بان",
+                    "garage_boxes": "جعبه‌های گاراژ",
+                    "lane": "مسیر کنار جاده",
+                    "multi-storey": "چند طبقه",
+                    "sheds": "سایبان",
+                    "surface": "سطح",
+                    "underground": "زیر زمین"
+                }
             },
             "phone": {
                 "label": "تلفن",
                 "placeholder": "+31 42 123 4567"
             },
             "piste/difficulty": {
-                "label": "سختی"
+                "label": "سختی",
+                "options": {
+                    "advanced": "پیشرفته (الماس سیاه)",
+                    "easy": "آسان (دایره سبز)",
+                    "expert": "کارشناس (دو الماس سیاه)",
+                    "extreme": "حداکثر (تجهیزات کوهنوردی مورد نیاز است)",
+                    "freeride": "رانندگی آزاد (خارج از پیست)",
+                    "intermediate": "متوسط (مربع آبی)",
+                    "novice": "تازه کار (آموزشی)"
+                },
+                "placeholder": "آسان، متوسط، پیشرفته ..."
             },
             "piste/grooming": {
-                "label": "تیمار کردن"
+                "label": "تیمار کردن",
+                "options": {
+                    "classic": "کلاسیک",
+                    "classic+skating": "کلاسیک و اسکیت",
+                    "mogul": "مغول",
+                    "scooter": "اسکوتر/اتومبیل برفی",
+                    "skating": "اسکیت"
+                }
             },
             "piste/type": {
-                "label": "نوع"
+                "label": "نوع",
+                "options": {
+                    "downhill": "سراشیبی",
+                    "hike": "پیاده روی",
+                    "ice_skate": "اسکی روی یخ",
+                    "nordic": "شمال اروپا",
+                    "playground": "زمین بازی",
+                    "sled": "با سورتمه حمل کردن",
+                    "sleigh": "سورتمه",
+                    "snow_park": "پارک برفی"
+                }
             },
             "place": {
                 "label": "نوع"
             },
+            "population": {
+                "label": "جمعیت"
+            },
             "power": {
                 "label": "نوع"
             },
+            "power_supply": {
+                "label": "منبع تأمین توان"
+            },
             "railway": {
                 "label": "نوع"
             },
+            "recycling/cans": {
+                "label": "پذیرش قوطی‌ها"
+            },
+            "recycling/clothes": {
+                "label": "پذیرش لباس‌ها"
+            },
+            "recycling/glass": {
+                "label": "پذیرش شیشه"
+            },
+            "recycling/glass_bottles": {
+                "label": "پذیرش بطری‌های شیشه‌ای"
+            },
+            "recycling/paper": {
+                "label": "پذیرش کاغذ"
+            },
+            "recycling/plastic": {
+                "label": "پذیرش پلاستیک"
+            },
+            "recycling/type": {
+                "label": "نوع بازیافت",
+                "options": {
+                    "centre": "مرکز بازیافت",
+                    "container": "ظرف"
+                }
+            },
             "ref": {
                 "label": "مراجعتی"
             },
             "restriction": {
                 "label": "نوع"
             },
+            "restrictions": {
+                "label": "محدودیت‌های گردش"
+            },
             "route": {
                 "label": "نوع"
             },
             "route_master": {
                 "label": "نوع"
             },
+            "sac_scale": {
+                "label": "پیاده‌روی دشوار",
+                "options": {
+                    "alpine_hiking": "T4: پیاده روی آلپ",
+                    "hiking": "T1: پیاده‌روی",
+                    "mountain_hiking": "T2: پیاده‌روی کوهستانی"
+                },
+                "placeholder": "پیاده‌روی کوهستانی، پیاده‌روی آلپ ..."
+            },
+            "sanitary_dump_station": {
+                "label": "دفع توالت"
+            },
             "seasonal": {
                 "label": "فصلی"
             },
             "service": {
                 "label": "نوع"
             },
+            "service/bicycle/chain_tool": {
+                "label": "ابزار زنجیر",
+                "options": {
+                    "no": "خیر",
+                    "undefined": "خیر فرض شده",
+                    "yes": "بلی"
+                }
+            },
+            "service/bicycle/pump": {
+                "label": "پمپ هوا",
+                "options": {
+                    "no": "خیر",
+                    "undefined": "خیر فرض شده",
+                    "yes": "بلی"
+                }
+            },
+            "service_rail": {
+                "label": "نوع خدمات",
+                "options": {
+                    "crossover": "متقاطع",
+                    "siding": "کناری",
+                    "spur": "خار",
+                    "yard": "حیاط"
+                }
+            },
             "shelter": {
                 "label": "پناه گاه"
             },
             "shop": {
                 "label": "نوع"
             },
+            "smoking": {
+                "label": "کشیدن مواد افیونی",
+                "options": {
+                    "dedicated": "اختصاص داده شده به استعمال کنندگان مواد افیونی (عنوان مثال باشگاه افراد سیگاری)",
+                    "no": "در همه جا سیگارکشیدن ممنوع",
+                    "outside": "مجاز فقط در خارج از محدوده",
+                    "separated": "در مناطق مصرف سیگار، از نظر فیزیکی جدا نشده",
+                    "yes": "متاسفانه همه جا مجاز"
+                },
+                "placeholder": "نه، مجزا، بله ..."
+            },
+            "smoothness": {
+                "label": "صافی",
+                "options": {
+                    "bad": "چرخ مقاوم: دوچرخه کوهستانی، ماشین، کالسکه",
+                    "good": "چرخ نازک: دوچرخه مسابقه‌ای",
+                    "horrible": "خارج از جاده: خودرو سنگین خارج از جاده",
+                    "impassable": "صعب العبور/وسیله نقلیه بدون چرخ",
+                    "intermediate": "چرخ: دوچرخه شهری، صندلی چرخدار، اسکوتر",
+                    "very_bad": "خیلی تمیز: خودروی سبک خارج از جاده"
+                }
+            },
             "social_facility_for": {
                 "placeholder": "بی خانمان، معلول، کودک، و غیره"
             },
             "sport_ice": {
                 "label": "ورزشی"
             },
+            "sport_racing": {
+                "label": "ورزشي"
+            },
             "structure": {
                 "label": "ساختاری",
                 "options": {
                     "bridge": "پل",
                     "cutting": "برش",
                     "embankment": "خاکریز",
+                    "ford": "معبر",
                     "tunnel": "تونل"
                 },
                 "placeholder": "ناشناخته"
             "studio_type": {
                 "label": "نوع"
             },
+            "substation": {
+                "label": "نوع"
+            },
             "supervised": {
                 "label": "نظارت"
             },
             "surface": {
                 "label": "سطح"
             },
+            "tactile_paving": {
+                "label": "سنگفرش لمسی -برای نابینایان"
+            },
+            "takeaway": {
+                "options": {
+                    "no": "خیر",
+                    "yes": "بلی"
+                }
+            },
             "toilets/disposal": {
-                "label": "در اختیار"
+                "label": "در اختیار",
+                "options": {
+                    "bucket": "سطل",
+                    "chemical": "شیمیایی"
+                }
             },
             "tourism": {
                 "label": "نوع"
             "towertype": {
                 "label": "نوع برج"
             },
+            "tracktype": {
+                "options": {
+                    "grade1": "سخت: سنگفرش و یا سطح سخت به شدت فشرده",
+                    "grade2": "عمدتا سخت: ماسه / سنگ مخلوط شده با بعضی از مواد نرم",
+                    "grade3": "مخلوطی هموار از مواد سخت و نرم",
+                    "grade4": "بیشتر نرم: خاک / شن و ماسه / چمن مخلوط با بعضی از مواد سخت",
+                    "grade5": "نرم: خاک / شن و ماسه / چمن"
+                },
+                "placeholder": "سخت، عمدتا سخت، نرم ..."
+            },
+            "traffic_signals": {
+                "label": "نوع"
+            },
             "trail_visibility": {
-                "label": "مسیر پیاده روی"
+                "label": "مسیر پیاده روی",
+                "options": {
+                    "bad": "بد: بدون نشانگر، مسیر گاهی اوقات ناپیدا/ بیراهه",
+                    "excellent": "عالی: مسیر بدون ابهام و یا در همه جا با نشانگر ",
+                    "good": "خوب: نشانگرها قابل مشاهده است، گاهی اوقات نیاز به جستجو",
+                    "horrible": "وحشتناک: اغلب بیراهه، برخی اوقات نیاز به مهارت‌های مسیریابی",
+                    "intermediate": "متوسط: تعدادی نشانگر، مسیر عمدتا قابل مشاهده",
+                    "no": "خیر: بیراهه، نیازمندمهارت‌های عالی در جهت‌یابی"
+                },
+                "placeholder": "عالی، خوب، بد ..."
             },
             "trees": {
                 "label": "درخت‌ها"
             "wheelchair": {
                 "label": "دسترسی ویلچر"
             },
+            "width": {
+                "label": "عرض (متر)"
+            },
             "wikipedia": {
                 "label": "ويکي پديا"
             }
         "presets": {
             "address": {
                 "name": "آدرس",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'آدرس'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'آدرس'، با کاما جدا میشوند>"
             },
             "aerialway": {
-                "name": "بالابر"
+                "name": "بالابر",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای ' راه هوایی'، با کاما جدا می‌شوند>"
             },
             "aerialway/cable_car": {
-                "name": "ماشین کابلی"
+                "name": "ماشین کابلی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'ترن برقی'، با کاما جدا می‌شوند>"
             },
             "aerialway/chair_lift": {
-                "name": "صندلی بالابر"
+                "name": "صندلی بالابر",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'تله‌سی‌یژ'، با کاما جدا می‌شوند>"
             },
             "aerialway/gondola": {
-                "name": "تله کابین"
+                "name": "تله کابین",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'گوندولا'، با کاما جدا می‌شوند>"
             },
             "aerialway/magic_carpet": {
-                "name": "آسانسور اسکی"
+                "name": "آسانسور اسکی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'سطح شیب‌دار بالابر'، با کاما جدا می‌شوند>"
             },
             "aerialway/platter": {
-                "name": "بالابر بشقابی"
+                "name": "بالابر بشقابی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'دیسک بالابر'، با کاما جدا می‌شوند>"
             },
             "aerialway/pylon": {
-                "name": "برج بالابر"
+                "name": "برج بالابر",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'برج راه هوایی'، با کاما جدا می‌شوند>"
             },
             "aerialway/rope_tow": {
-                "name": "بالابر دو طنابه"
+                "name": "بالابر دو طنابه",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'بالابر بکسری'، با کاما جدا می‌شوند>"
             },
             "aerialway/station": {
-                "name": "ایستگاه بالابر"
+                "name": "ایستگاه بالابر",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'ایستگاه مسیر هوایی'، با کاما جدا می‌شوند>"
             },
             "aerialway/t-bar": {
-                "name": "بالابر نوار T"
+                "name": "بالابر نوار T",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'بالابر تی شکل'، با کاما جدا می‌شوند>"
             },
             "aeroway": {
                 "name": "کاربری راه",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای ' راه فرود'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای ' راه فرود'، با کاما جدا میشوند>"
             },
             "aeroway/aerodrome": {
                 "name": "فرودگاه",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'فرودگاه'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'فرودگاه'، با کاما جدا میشوند>"
             },
             "aeroway/apron": {
                 "name": "صحن",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'صحن'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'صحن'، با کاما جدا میشوند>"
             },
             "aeroway/gate": {
                 "name": "دروازه فرودگاه",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'ورودی فرودگاه'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'ورودی فرودگاه'، با کاما جدا میشوند>"
             },
             "aeroway/hangar": {
                 "name": "آشیانه هواپیما",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'آشیانه هواپیما'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'آشیانه هواپیما'، با کاما جدا میشوند>"
             },
             "aeroway/helipad": {
                 "name": "محل فرود هلی کوپتر",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'محل فرود هلی کوپتر'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'محل فرود هلی کوپتر'، با کاما جدا میشوند>"
             },
             "aeroway/runway": {
                 "name": "باند فرودگاه",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'مسیر فرود'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'مسیر فرود'، با کاما جدا میشوند>"
             },
             "aeroway/taxiway": {
                 "name": "راه فرود به پارکینگ",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'فرود به پارک'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'فرود به پارک'، با کاما جدا میشوند>"
             },
             "aeroway/terminal": {
                 "name": "پایانه فرودگاه",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'پایانه فرودگاه'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'پایانه فرودگاه'، با کاما جدا میشوند>"
             },
             "amenity": {
                 "name": "کاربری",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'کاربری اراضی'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'کاربری اراضی'، با کاما جدا میشوند>"
             },
             "amenity/arts_centre": {
-                "name": "مرکز هنری"
+                "name": "مرکز هنری",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'مرکز هنری'، با کاما جدا می‌شوند>"
             },
             "amenity/atm": {
                 "name": "خودپرداز",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'خودپرداز'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'خودپرداز'، با کاما جدا میشوند>"
             },
             "amenity/bank": {
                 "name": "بانک",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'بانک'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'بانک'، با کاما جدا میشوند>"
             },
             "amenity/bar": {
                 "name": "بار",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'بار'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'بار'، با کاما جدا می‌شوند>"
+            },
+            "amenity/bbq": {
+                "name": "باربیکیو/گریل",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'باربیکیو / اجاق'، با کاما جدا می‌شوند>"
             },
             "amenity/bench": {
                 "name": "نیمکت",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'نیمکت'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'نیمکت'، با کاما جدا میشوند>"
             },
             "amenity/bicycle_parking": {
                 "name": "پارکینگ دوچرخه",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'پارکینگ دوچرخه'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'پارکینگ دوچرخه'، با کاما جدا میشوند>"
             },
             "amenity/bicycle_rental": {
                 "name": "اجاره دوچرخه",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'اجاره دوچرخه'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'اجاره دوچرخه'، با کاما جدا می‌شوند>"
+            },
+            "amenity/bicycle_repair_station": {
+                "name": "ایستگاه تعمیر دوچرخه",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'ایستگاه تعمیر دوچرخه'، با کاما جدا می‌شوند>"
             },
             "amenity/boat_rental": {
-                "name": "کرایه قایق"
+                "name": "کرایه قایق",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'کرایه قایق'، با کاما جدا می‌شوند>"
+            },
+            "amenity/bureau_de_change": {
+                "name": "تبدیل ارز / صرافی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'تبدیل ارز / صرافی'، با کاما جدا می‌شوند>"
+            },
+            "amenity/bus_station": {
+                "name": "ایستگاه پایانه اتوبوس",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'ایستگاه پایانه اتوبوس'، با کاما جدا می‌شوند>"
             },
             "amenity/cafe": {
                 "name": "کافه",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'کافه'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'کافه'، با کاما جدا میشوند>"
             },
             "amenity/car_rental": {
                 "name": "کرایه ماشین",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'کرایه خودرو'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'کرایه خودرو'، با کاما جدا میشوند>"
             },
             "amenity/car_sharing": {
                 "name": "به اشتراک گذاری خودرو",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'اشتراک گذاری خودرو'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'اشتراک گذاری خودرو'، با کاما جدا میشوند>"
             },
             "amenity/car_wash": {
                 "name": "کارواش",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'کارواش'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'کارواش'، با کاما جدا میشوند>"
             },
             "amenity/charging_station": {
-                "name": "ایستگاه شارژ"
+                "name": "ایستگاه شارژ",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'ایستگاه شارژ'، با کاما جدا می‌شوند>"
+            },
+            "amenity/childcare": {
+                "name": "مهدکودک/مراقبت از کودکان",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'مهد کودک / مراقبت از کودکان'، با کاما جدا می‌شوند>"
             },
             "amenity/cinema": {
                 "name": "سینما",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'سینما'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'سینما'، با کاما جدا میشوند>"
             },
             "amenity/clinic": {
-                "name": "کلینیک"
+                "name": "کلینیک",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'درمانگاه'، با کاما جدا می‌شوند>"
             },
             "amenity/clock": {
-                "name": "ساعت"
+                "name": "ساعت",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'ساعت'، با کاما جدا می‌شوند>"
+            },
+            "amenity/college": {
+                "name": "محیط کالج",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'محیط کالج'، با کاما جدا می‌شوند>"
+            },
+            "amenity/community_centre": {
+                "name": "مرکز اجتماع"
+            },
+            "amenity/compressed_air": {
+                "name": "هوای فشرده",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'هوای فشرده'، با کاما جدا می‌شوند>"
             },
             "amenity/courthouse": {
                 "name": "دادگاه",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'دادگاه'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'دادگاه'، با کاما جدا میشوند>"
             },
             "amenity/dentist": {
-                "name": "دندانپزشک"
+                "name": "دندانپزشک",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'دندانپزشک'، با کاما جدا می‌شوند>"
             },
             "amenity/doctor": {
-                "name": "دکتر"
+                "name": "دکتر",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'پزشک'، با کاما جدا می‌شوند>"
+            },
+            "amenity/dojo": {
+                "name": "باشگاه / آموزشگاه هنرهای رزمی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'باشگاه / آموزشگاه هنرهای رزمی'، با کاما جدا می‌شوند>"
             },
             "amenity/drinking_water": {
                 "name": "آب آشامیدنی",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'آب آشامیدنی'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'آب آشامیدنی'، با کاما جدا میشوند>"
             },
             "amenity/embassy": {
                 "name": "سفارت خانه",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'سفارت'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'سفارت'، با کاما جدا میشوند>"
             },
             "amenity/fast_food": {
                 "name": "غذای آماده",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'غذای آماده'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'غذای آماده'، با کاما جدا میشوند>"
             },
             "amenity/fire_station": {
                 "name": "ایستگاه آتش نشانی",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'ایستگاه آتش نشانی'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'ایستگاه آتش نشانی'، با کاما جدا میشوند>"
             },
             "amenity/fountain": {
                 "name": "فواره",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'فواره'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'فواره'، با کاما جدا میشوند>"
             },
             "amenity/fuel": {
                 "name": "پمپ گاز",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'پمپ گاز'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'پمپ گاز'، با کاما جدا میشوند>"
             },
             "amenity/grave_yard": {
                 "name": "مقبره",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'مقبره'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'مقبره'، با کاما جدا می‌شوند>"
+            },
+            "amenity/grit_bin": {
+                "name": "سطل شن",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'سطل شن'، با کاما جدا می‌شوند>"
             },
             "amenity/hospital": {
-                "name": "محیط بیمارستان"
+                "name": "محیط بیمارستان",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'محیط بیمارستان'، با کاما جدا می‌شوند>"
+            },
+            "amenity/kindergarten": {
+                "name": "پیش دبستانی / محیط کودکستان",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'پیش دبستانی / محیط کودکستان'، با کاما جدا می‌شوند>"
             },
             "amenity/library": {
                 "name": "کتابخانه",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'کتابخانه'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'کتابخانه'، با کاما جدا میشوند>"
             },
             "amenity/marketplace": {
                 "name": "بازار",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'بازار'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'بازار'، با کاما جدا می‌شوند>"
+            },
+            "amenity/motorcycle_parking": {
+                "name": "پارکینگ موتور سیکلت",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'پارکینگ موتور سیکلت'، با کاما جدا می‌شوند>"
+            },
+            "amenity/nightclub": {
+                "name": "کلوپ شبانه",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'کلوپ شبانه'، با کاما جدا می‌شوند>"
             },
             "amenity/parking": {
-                "name": "پارکینگ خودرو"
+                "name": "پارکینگ خودرو",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'پارکینگ خودرو'، با کاما جدا می‌شوند>"
             },
             "amenity/parking_entrance": {
-                "name": "ورودی/خروجی پارکینگ"
+                "name": "ورودی/خروجی پارکینگ",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای  'ورودی / خروجی پارکینگ'، با کاما جدا می‌شوند>"
             },
             "amenity/pharmacy": {
                 "name": "داروخانه",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'داروخانه'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'داروخانه'، با کاما جدا میشوند>"
             },
             "amenity/place_of_worship": {
                 "name": "مکانی از عبادتگاه",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'مکان مذهبی'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'مکان مذهبی'، با کاما جدا میشوند>"
             },
             "amenity/place_of_worship/buddhist": {
                 "name": "معبد بودایی",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'معبد بودایی'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'معبد بودایی'، با کاما جدا میشوند>"
             },
             "amenity/place_of_worship/christian": {
                 "name": "کلیسا",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'کلیسا'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'کلیسا'، با کاما جدا میشوند>"
             },
             "amenity/place_of_worship/jewish": {
                 "name": "کنیسه",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'کنیسه'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'کنیسه'، با کاما جدا میشوند>"
             },
             "amenity/place_of_worship/muslim": {
                 "name": "مسجد",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'مسجد'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'مسجد'، با کاما جدا میشوند>"
             },
             "amenity/police": {
                 "name": "پليس",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'پلیس'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'پلیس'، با کاما جدا میشوند>"
             },
             "amenity/post_box": {
                 "name": "صندوق پستی",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'صندوق پستی'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'صندوق پستی'، با کاما جدا میشوند>"
             },
             "amenity/post_office": {
                 "name": "اداره پست",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'اداره پست'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'اداره پست'، با کاما جدا میشوند>"
             },
             "amenity/pub": {
                 "name": "میخانه",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'میخانه'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'میخانه'، با کاما جدا می‌شوند>"
+            },
+            "amenity/public_bookcase": {
+                "name": "قفسه کتاب عمومی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'قفسه کتاب عمومی'، با کاما جدا می‌شوند>"
             },
             "amenity/ranger_station": {
                 "name": "ایستگاه جنگل بانی"
             },
             "amenity/recycling": {
-                "name": "بازیافت مواد"
+                "name": "بازیافت مواد",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'بازیافت'، با کاما جدا می‌شوند>"
+            },
+            "amenity/register_office": {
+                "name": "اداره ثبت",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'اداره ثبت'، با کاما جدا می‌شوند>"
             },
             "amenity/restaurant": {
                 "name": "رستوران",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'رستوران'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'رستوران'، با کاما جدا می‌شوند>"
+            },
+            "amenity/sanitary_dump_station": {
+                "name": "دفع توالت RV",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'دفع توالت RV'، با کاما جدا می‌شوند>"
             },
             "amenity/school": {
-                "name": "محیط مدرسه"
+                "name": "محیط مدرسه",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'محیط مدرسه'، با کاما جدا می‌شوند>"
             },
             "amenity/shelter": {
-                "name": "پناه گاه"
+                "name": "پناه گاه",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'پناهگاه'، با کاما جدا می‌شوند>"
+            },
+            "amenity/social_facility": {
+                "name": "امکانات اجتماعی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'امکانات اجتماعی'، با کاما جدا می‌شوند>"
             },
             "amenity/social_facility/food_bank": {
-                "name": "فروشگاه مواد غذایی"
+                "name": "فروشگاه مواد غذایی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'بانک غذا'، با کاما جدا می‌شوند>"
+            },
+            "amenity/social_facility/group_home": {
+                "name": "خانه سالمندان",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'خانه سالمندان'، با کاما جدا می‌شوند>"
             },
             "amenity/social_facility/homeless_shelter": {
-                "name": "پناهگاه بی خانمان‌ها"
+                "name": "پناهگاه بی خانمان‌ها",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'پناهگاه بی‌خانمان‌ها'، با کاما جدا می‌شوند>"
             },
             "amenity/studio": {
-                "name": "استدیو"
+                "name": "استدیو",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'استودیو'، با کاما جدا می‌شوند>"
             },
             "amenity/swimming_pool": {
                 "name": "استخر شنا",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'استخر شنا'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'استخر شنا'، با کاما جدا میشوند>"
             },
             "amenity/taxi": {
                 "name": "ایستگاه تاکسی",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'ایستگاه تاکسی'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'ایستگاه تاکسی'، با کاما جدا میشوند>"
             },
             "amenity/telephone": {
                 "name": "تلفن عمومی",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'تلفن عمومی'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'تلفن عمومی'، با کاما جدا میشوند>"
             },
             "amenity/theatre": {
                 "name": "تئاتر",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'تئاتر'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'تئاتر'، با کاما جدا میشوند>"
             },
             "amenity/toilets": {
                 "name": "سرویس بهداشتی",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'سرویس بهداشتی'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'سرویس بهداشتی'، با کاما جدا میشوند>"
             },
             "amenity/townhall": {
                 "name": "تالار شهر",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'تالار شهر'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'تالار شهر'، با کاما جدا میشوند>"
             },
-            "amenity/vending_machine": {
-                "name": "دستگاه فروش"
+            "amenity/university": {
+                "name": "محیط دانشگاهی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'محیط دانشگاه'، با کاما جدا می‌شوند>"
             },
             "amenity/veterinary": {
                 "name": "دامپزشکی"
             },
             "amenity/waste_basket": {
                 "name": "سطل زباله",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'سطل زباله'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'سطل زباله'، با کاما جدا میشوند>"
             },
             "area": {
                 "name": "فضا",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'فضا'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'فضا'، با کاما جدا می‌شوند>"
+            },
+            "area/highway": {
+                "name": "سطح جاده",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'سطح جاده'، با کاما جدا می‌شوند>"
             },
             "barrier": {
                 "name": "مانع",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'مانع'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'مانع'، با کاما جدا میشوند>"
             },
             "barrier/block": {
                 "name": "بلوک",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'بلوک'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'بلوک'، با کاما جدا میشوند>"
             },
             "barrier/bollard": {
                 "name": "بولارد",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'بولارد'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'بولارد'، با کاما جدا میشوند>"
             },
             "barrier/cattle_grid": {
                 "name": "شبکه آهنی",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای'Cattle Grid'  ، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای'Cattle Grid'  ، با کاما جدا میشوند>"
             },
             "barrier/city_wall": {
                 "name": "دیوار شهر",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'دیوار شهر'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'دیوار شهر'، با کاما جدا میشوند>"
             },
             "barrier/cycle_barrier": {
                 "name": "مانع مستطیلی",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'مانع مستطیلی'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'مانع مستطیلی'، با کاما جدا میشوند>"
             },
             "barrier/ditch": {
                 "name": "جوی آب",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای   'Ditch'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای   'Ditch'، با کاما جدا میشوند>"
             },
             "barrier/entrance": {
                 "name": "ورودی",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای  'Entrance'Ø\8c Ø¨Ø§ Ú©Ø§Ù\85ا Ø¬Ø¯Ø§ Ù\85Û\8cØ´Ù\88Ù\86د>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای  'Ù\88رÙ\88دÙ\89\8c Ø¨Ø§ Ú©Ø§Ù\85ا Ø¬Ø¯Ø§ Ù\85Û\8câ\80\8cØ´Ù\88Ù\86د>"
             },
             "barrier/fence": {
                 "name": "حصار",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای  'Fence'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای  'Fence'، با کاما جدا میشوند>"
             },
             "barrier/gate": {
                 "name": "دروازه",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'دروازه'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'دروازه'، با کاما جدا میشوند>"
             },
             "barrier/hedge": {
                 "name": "پرچین",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای  'Hedge'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای  'Hedge'، با کاما جدا میشوند>"
             },
             "barrier/kissing_gate": {
                 "name": "دروازه مخصوص انسان",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'Kissing Gate'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'Kissing Gate'، با کاما جدا میشوند>"
             },
             "barrier/lift_gate": {
                 "name": "دروازه بالا رونده",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای   'Lift Gate'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای   'Lift Gate'، با کاما جدا میشوند>"
             },
             "barrier/retaining_wall": {
                 "name": "دیوار نگه دارنده",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'Retaining Wall' ، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'Retaining Wall' ، با کاما جدا میشوند>"
             },
             "barrier/stile": {
                 "name": "حصار نردبانی",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'Stile' ، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'Stile' ، با کاما جدا میشوند>"
             },
             "barrier/toll_booth": {
                 "name": "عوارضی",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای  'Toll Booth'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای  'Toll Booth'، با کاما جدا میشوند>"
             },
             "barrier/wall": {
                 "name": "دیوار",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'دیوار'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'دیوار'، با کاما جدا میشوند>"
             },
             "boundary/administrative": {
                 "name": "مرز اداری",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'مرز اداری'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'مرز اداری'، با کاما جدا میشوند>"
             },
             "building": {
                 "name": "ساختمان",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'ساختمان'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'ساختمان'، با کاما جدا میشوند>"
             },
             "building/apartments": {
                 "name": "آپارتمان ها",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'آپارتمان'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'آپارتمان'، با کاما جدا می‌شوند>"
+            },
+            "building/barn": {
+                "name": "انبار غله",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'انبار غله'، با کاما جدا می‌شوند>"
+            },
+            "building/bunker": {
+                "name": "انباربزرگ",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'انباربزرگ'، با کاما جدا می‌شوند>"
             },
             "building/cabin": {
-                "name": "کابین"
+                "name": "کابین",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'کابین'، با کاما جدا می‌شوند>"
             },
             "building/cathedral": {
-                "name": "کلیسای بزرگ"
+                "name": "ساختمان کلیسای جامع",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'ساختمان کلیسای جامع'، با کاما جدا می‌شوند>"
             },
             "building/chapel": {
-                "name": "کلیسای کوچک"
+                "name": "ساختمان کلیسای کوچک",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'ساختمان کلیسای کوچک'، با کاما جدا می‌شوند>"
             },
             "building/church": {
-                "name": "کلیسا"
+                "name": "ساختمان کلیسا",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'ساختمان کلیسا'، با کاما جدا می‌شوند>"
+            },
+            "building/college": {
+                "name": "ساختمان کالج",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'ساختمان کالج'، با کاما جدا می‌شوند>"
             },
             "building/commercial": {
                 "name": "ساختمان ارتباطی",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'ساختمان ارتباطی'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'ساختمان ارتباطی'، با کاما جدا میشوند>"
             },
             "building/construction": {
-                "name": "ساختمان در دست ساخت"
+                "name": "ساختمان در دست ساخت",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'ساختمان در دست ساخت'، با کاما جدا می‌شوند>"
+            },
+            "building/detached": {
+                "name": "خانه ویلایی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'خانه ویلایی'، با کاما جدا می‌شوند>"
             },
             "building/dormitory": {
-                "name": "خوابگاه"
+                "name": "خوابگاه",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'خوابگاه'، با کاما جدا می‌شوند>"
             },
             "building/entrance": {
-                "name": "ورود/خروج"
+                "name": "ورود/خروج",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای  'ورودی / خروجی'، با کاما جدا می‌شوند>"
             },
             "building/garage": {
                 "name": "گاراژ",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'گاراژ'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'گاراژ'، با کاما جدا میشوند>"
             },
             "building/garages": {
-                "name": "گاراژ"
+                "name": "گاراژ",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'گاراژ'، با کاما جدا می‌شوند>"
             },
             "building/greenhouse": {
-                "name": "گلخانه"
+                "name": "گلخانه",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'گلخانه'، با کاما جدا می‌شوند>"
             },
             "building/hospital": {
-                "name": "ساختمان بیمارستان"
+                "name": "ساختمان بیمارستان",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'ساختمان بیمارستان'، با کاما جدا می‌شوند>"
             },
             "building/hotel": {
-                "name": "ساختمان هتل"
+                "name": "ساختمان هتل",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'ساختمان هتل'، با کاما جدا می‌شوند>"
             },
             "building/house": {
                 "name": "خانه",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'خانه'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'خانه'، با کاما جدا میشوند>"
             },
             "building/hut": {
                 "name": "کلبه",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'کلبه'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'کلبه'، با کاما جدا میشوند>"
             },
             "building/industrial": {
                 "name": "ساختمان صنعتی",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'ساختمان صنعتی'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'ساختمان صنعتی'، با کاما جدا می‌شوند>"
+            },
+            "building/kindergarten": {
+                "name": "پیش دبستانی /ساختمان کودکستان",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'پیش دبستانی / ساختمان کودکستان'، با کاما جدا می‌شوند>"
             },
             "building/public": {
-                "name": "ساختمان عمومی"
+                "name": "ساختمان عمومی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'ساختمان عمومی'، با کاما جدا می‌شوند>"
             },
             "building/residential": {
                 "name": "ساختمان مسکونی",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'ساختمان مسکونی'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'ساختمان مسکونی'، با کاما جدا میشوند>"
             },
             "building/retail": {
-                "name": "ساختمان خرده فروشی"
+                "name": "ساختمان خرده فروشی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'ساختمان مرکز خرید'، با کاما جدا می‌شوند>"
             },
             "building/roof": {
-                "name": "سقف"
+                "name": "سقف",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'سقف'، با کاما جدا می‌شوند>"
             },
             "building/school": {
-                "name": "ساختمان مدرسه"
+                "name": "ساختمان مدرسه",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'ساختمان مدرسه'، با کاما جدا می‌شوند>"
+            },
+            "building/semidetached_house": {
+                "name": "خانه شبه ویلایی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'خانه شبه ویلایی'، با کاما جدا می‌شوند>"
+            },
+            "building/shed": {
+                "name": "سایبان",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'کپر'، با کاما جدا می‌شوند>"
             },
             "building/stable": {
-                "name": "اصطبل"
+                "name": "اصطبل",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'اصطبل'، با کاما جدا می‌شوند>"
+            },
+            "building/static_caravan": {
+                "name": "خانه از پیش ساخته متحرک",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'خانه از پیش ساخته متحرک'، با کاما جدا می‌شوند>"
+            },
+            "building/terrace": {
+                "name": "خانه های ردیفی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'خانه های ردیفی'، با کاما جدا می‌شوند>"
             },
             "building/train_station": {
-                "name": "ایستگاه قطار"
+                "name": "ایستگاه قطار",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'ایستگاه قطار'، با کاما جدا می‌شوند>"
             },
             "building/university": {
-                "name": "ساختمان دانشگاه"
+                "name": "ساختمان دانشگاه",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'ساختمان دانشگاه'، با کاما جدا می‌شوند>"
+            },
+            "building/warehouse": {
+                "name": "انبار",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'انبار'، با کاما جدا می‌شوند>"
+            },
+            "craft": {
+                "name": "پیشه",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'پیشه'، با کاما جدا می‌شوند>"
             },
             "craft/basket_maker": {
-                "name": "سبد ساز"
+                "name": "سبد ساز",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'سبد باف'، با کاما جدا می‌شوند>"
             },
             "craft/beekeeper": {
-                "name": "پرورش دهنده زنبور عسل"
+                "name": "پرورش دهنده زنبور عسل",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'زنبوردار'، با کاما جدا می‌شوند>"
             },
             "craft/blacksmith": {
-                "name": "آهنگر"
+                "name": "آهنگر",
+                "terms": "اسلحه ساز"
             },
             "craft/boatbuilder": {
-                "name": "قایق ساز"
+                "name": "قایق ساز",
+                "terms": "قایق ساز"
             },
             "craft/bookbinder": {
-                "name": "صحافی"
+                "name": "صحافی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'صحاف'، با کاما جدا می‌شوند>"
             },
             "craft/brewery": {
                 "name": "آبجو سازی"
             },
             "craft/carpenter": {
-                "name": "نجاری"
+                "name": "نجاری",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'نجار'، با کاما جدا می‌شوند>"
             },
             "craft/carpet_layer": {
-                "name": "قالیبافی"
+                "name": "قالیبافی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'فراش'، با کاما جدا می‌شوند>"
             },
             "craft/caterer": {
-                "name": "آذوقه رسان"
+                "name": "آذوقه رسان",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'آذوقه رسان'، با کاما جدا می‌شوند>"
             },
             "craft/clockmaker": {
-                "name": "ساعت سازی"
+                "name": "ساعت سازی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'ساعت‌ساز'، با کاما جدا می‌شوند>"
+            },
+            "craft/confectionery": {
+                "name": "قنادی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'قنادی'، با کاما جدا میشوند>"
             },
             "craft/dressmaker": {
-                "name": "خیاطی زنانه"
+                "name": "خیاطی زنانه",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'خیاط زنانه'، با کاما جدا می‌شوند>"
             },
             "craft/electrician": {
-                "name": "متخصص برق"
+                "name": "متخصص برق",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'برقکار'، با کاما جدا می‌شوند>"
             },
             "craft/gardener": {
-                "name": "باغبان"
+                "name": "باغبان",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'باغبان'، با کاما جدا می‌شوند>"
             },
             "craft/glaziery": {
-                "name": "شیشه بری"
+                "name": "شیشه بری",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای ' شیشه‌‌بری‌'، با کاما جدا می‌شوند>"
             },
             "craft/handicraft": {
-                "name": "صنایع دستی"
+                "name": "صنایع دستی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'صنایع دستی کار'، با کاما جدا می‌شوند>"
             },
             "craft/hvac": {
-                "name": "گرمایش و تهویه مطبوع"
+                "name": "گرمایش و تهویه مطبوع",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'HVAC'، با کاما جدا می‌شوند>"
             },
             "craft/insulator": {
-                "name": "عایق سازی"
+                "name": "عایق سازی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'عایقکار'، با کاما جدا می‌شوند>"
             },
             "craft/jeweler": {
-                "name": "جواهر سازی"
+                "name": "جواهر سازی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'جواهرساز'، با کاما جدا می‌شوند>"
             },
             "craft/key_cutter": {
-                "name": "برش های کلیدی"
+                "name": "برش های کلیدی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'کلیدساز'، با کاما جدا می‌شوند>"
             },
             "craft/locksmith": {
-                "name": "قفل ساز"
+                "name": "قفل ساز",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'قفل‌ساز'، با کاما جدا می‌شوند>"
             },
             "craft/metal_construction": {
-                "name": "ساخت و ساز فلزی"
+                "name": "ساخت و ساز فلزی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'آهنگر'، با کاما جدا می‌شوند>"
             },
             "craft/optician": {
-                "name": "عینک ساز"
+                "name": "عینک ساز",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'عینک‌فروش'، با کاما جدا می‌شوند>"
+            },
+            "craft/painter": {
+                "name": "نقاش",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'نقاش'، با کاما جدا می‌شوند>"
             },
             "craft/photographer": {
-                "name": "عکاس"
+                "name": "عکاس",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'عکاس'، با کاما جدا می‌شوند>"
+            },
+            "craft/photographic_laboratory": {
+                "name": "آزمایشگاه عکس‌برداری",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'لابراتوار عکاسی'، با کاما جدا می‌شوند>"
             },
             "craft/plasterer": {
-                "name": "گچ کار"
+                "name": "گچ کار",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'گچ‌کار'، با کاما جدا می‌شوند>"
             },
             "craft/plumber": {
-                "name": "لوله کش"
+                "name": "لوله کش",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'لوله‌کش'، با کاما جدا می‌شوند>"
             },
             "craft/pottery": {
-                "name": "سفالگری"
+                "name": "سفالگری",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'سفالگری'، با کاما جدا می‌شوند>"
             },
             "craft/rigger": {
-                "name": "لولزم سازی"
+                "name": "لولزم سازی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'جرثقیل کار'، با کاما جدا می‌شوند>"
             },
             "craft/roofer": {
-                "name": "سقف ساز"
+                "name": "سقف ساز",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'سقف‌ساز'، با کاما جدا می‌شوند>"
             },
             "craft/saddler": {
-                "name": "زین ساز"
+                "name": "زین ساز",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'زین‌ساز'، با کاما جدا می‌شوند>"
             },
             "craft/sailmaker": {
-                "name": "بادبان ساز"
+                "name": "بادبان ساز",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'بادبان‌ساز'، با کاما جدا می‌شوند>"
             },
             "craft/sawmill": {
-                "name": "چوب بری"
+                "name": "چوب بری",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'چوب بری'، با کاما جدا می‌شوند>"
             },
             "craft/scaffolder": {
-                "name": "داربستی"
+                "name": "داربستی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'داربست'، با کاما جدا می‌شوند>"
             },
             "craft/sculpter": {
-                "name": "حجاری"
+                "name": "حجاری",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'حجاری کردن'، با کاما جدا می‌شوند>"
             },
             "craft/shoemaker": {
-                "name": "کفاش"
+                "name": "کفاش",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'کفاش'، با کاما جدا می‌شوند>"
             },
             "craft/stonemason": {
-                "name": "سنگ تراش"
+                "name": "سنگ تراش",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'سنگ‌تراش'، با کاما جدا میشوند>"
             },
             "craft/sweep": {
-                "name": "جاروکش شومینه"
+                "name": "جاروکش شومینه",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'دودکش پاک کن'، با کاما جدا می‌شوند>"
             },
             "craft/tailor": {
-                "name": "خیاط"
+                "name": "خیاط",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'خیاط'، با کاما جدا می‌شوند>"
             },
             "craft/tiler": {
-                "name": "آجر پز"
+                "name": "آجر پز",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'کاشی‌کار'، با کاما جدا می‌شوند>"
             },
             "craft/tinsmith": {
-                "name": "حلبساز"
+                "name": "حلبساز",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'حلبی‌ساز'، با کاما جدا می‌شوند>"
             },
             "craft/upholsterer": {
-                "name": "خیاط پرده و رومبلی"
+                "name": "خیاط پرده و رومبلی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'خیاط مبل'، با کاما جدا می‌شوند>"
             },
             "craft/watchmaker": {
-                "name": "ساعت ساز"
+                "name": "ساعت ساز",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'ساعت ساز'، با کاما جدا می‌شوند>"
             },
             "craft/window_construction": {
-                "name": "ساخت و ساز پنجره"
+                "name": "ساخت و ساز پنجره",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'پنجره‌ساز'، با کاما جدا می‌شوند>"
             },
             "embankment": {
-                "name": "خاک ریز"
+                "name": "خاک ریز",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای  'Embankment'، با کاما جدا می‌شوند>"
             },
             "emergency/ambulance_station": {
-                "name": "ایستگاه آمبولانس"
+                "name": "ایستگاه آمبولانس",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'ایستگاه آمبولانس'، با کاما جدا می‌شوند>"
             },
             "emergency/fire_hydrant": {
-                "name": "آتش نشانی"
+                "name": "آتش نشانی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'شیر آتش‌نشانی'، با کاما جدا می‌شوند>"
             },
             "emergency/phone": {
                 "name": "تلفن اورژانسی",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'تلفن اورژانسی'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'تلفن اورژانسی'، با کاما جدا میشوند>"
             },
             "entrance": {
-                "name": "ورود/خروج"
+                "name": "ورود/خروج",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای  'ورودی / خروجی'، با کاما جدا می‌شوند>"
+            },
+            "footway/crossing": {
+                "name": "تقاطع خیابانی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'تقاطع خیابان'، با کاما جدا می‌شوند>"
+            },
+            "footway/crosswalk": {
+                "name": "محل عبور عابر پیاده",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'محل عبور عابر پیاده'، با کاما جدا می‌شوند>"
             },
             "footway/sidewalk": {
-                "name": "پیاده رو"
+                "name": "پیاده رو",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'پیاده‌رو'، با کاما جدا می‌شوند>"
+            },
+            "ford": {
+                "name": "معبر"
             },
             "golf/bunker": {
-                "name": "تله شن و ماسه"
+                "name": "تله شن و ماسه",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'تله شنی'، با کاما جدا می‌شوند>"
             },
             "golf/fairway": {
-                "name": "چمن راه راه"
+                "name": "چمن راه راه",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'Fairway'، با کاما جدا می‌شوند>"
             },
             "golf/green": {
-                "name": "چمن سبز نزدیک سوراخ"
+                "name": "چمن سبز نزدیک سوراخ",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'Putting Green'، با کاما جدا می‌شوند>"
             },
             "golf/hole": {
-                "name": "سوراخ گلف"
+                "name": "سوراخ گلف",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'سوراخ گلف'، با کاما جدا می‌شوند>"
             },
             "golf/lateral_water_hazard": {
-                "name": "خطر آب های کناری"
+                "name": "خطر آب های کناری",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'خطر کنار آب در گلف'، با کاما جدا می‌شوند>"
             },
             "golf/rough": {
-                "name": "منطقه زمخت"
+                "name": "منطقه زمخت",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'زمین خشن گلف'، با کاما جدا می‌شوند>"
             },
             "golf/tee": {
-                "name": "Tee Box"
+                "name": "Tee Box",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'مستطیل کاشت توپ گلف'، با کاما جدا می‌شوند>"
             },
             "golf/water_hazard": {
-                "name": "تهدید آبی"
+                "name": "تهدید آبی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'خطر آب'، با کاما جدا می‌شوند>"
             },
             "highway": {
                 "name": "بزرگراه",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'بزرگراه'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'بزرگراه'، با کاما جدا میشوند>"
             },
             "highway/bridleway": {
                 "name": "مسیر حیوانات اهلی",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای   'Bridle Path'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای   'Bridle Path'، با کاما جدا میشوند>"
             },
             "highway/bus_stop": {
                 "name": "ایستگاه اتوبوس",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'ایستگاه اتوبوس'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'ایستگاه اتوبوس'، با کاما جدا می‌شوند>"
+            },
+            "highway/corridor": {
+                "name": "راهروی داخلی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'راهرو داخلی'، با کاما جدا می‌شوند>"
+            },
+            "highway/crossing": {
+                "name": "تقاطع خیابانی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'تقاطع خیابان'، با کاما جدا می‌شوند>"
+            },
+            "highway/crosswalk": {
+                "name": "محل عبور عابر پیاده",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'محل عبور عابر پیاده'، با کاما جدا می‌شوند>"
             },
             "highway/cycleway": {
                 "name": "مسیر دوچرخه سواری",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'مسیر دوچرخه'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'مسیر دوچرخه'، با کاما جدا میشوند>"
             },
             "highway/footway": {
                 "name": "مسیر پیاده روی",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'مسیر پیاده'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'مسیر پیاده'، با کاما جدا میشوند>"
             },
             "highway/living_street": {
                 "name": "خیابان  محدوده زندگی",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'خیابان محل زندگی'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'خیابان محل زندگی'، با کاما جدا میشوند>"
             },
             "highway/mini_roundabout": {
                 "name": "میدان کوچک",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای   'Mini-Roundabout'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای   'Mini-Roundabout'، با کاما جدا میشوند>"
             },
             "highway/motorway": {
                 "name": "بزرگراه",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'بزرگراه'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'بزرگراه'، با کاما جدا میشوند>"
             },
             "highway/motorway_junction": {
                 "name": "تقاطع بزرگراه / خروج",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'تقاطع بزرگراه/خروج'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'تقاطع بزرگراه/خروج'، با کاما جدا میشوند>"
             },
             "highway/motorway_link": {
                 "name": "اتصال بزرگراه",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'پیوستن بزرگراه'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'پیوستن بزرگراه'، با کاما جدا میشوند>"
             },
             "highway/path": {
                 "name": "مسیر",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'مسیر'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'مسیر'، با کاما جدا می‌شوند>"
+            },
+            "highway/pedestrian": {
+                "name": "خیابان پیاده‌روی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'خیابان پیاده‌روی'، با کاما جدا می‌شوند>"
             },
             "highway/primary": {
                 "name": "جاده اصلی",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'راه اصلی'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'راه اصلی'، با کاما جدا میشوند>"
             },
             "highway/primary_link": {
                 "name": "اتصال اصلی",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'پیوستن راه اصلی'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'پیوستن راه اصلی'، با کاما جدا می‌شوند>"
+            },
+            "highway/raceway": {
+                "name": "مسیر مسابقه موتور",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'مسیر مسابقه موتور'، با کاما جدا می‌شوند>"
             },
             "highway/residential": {
                 "name": "جاده ی مسکونی",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'جاده مسکونی'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'جاده مسکونی'، با کاما جدا میشوند>"
             },
             "highway/rest_area": {
-                "name": "فضای استراحت"
+                "name": "فضای استراحت",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'محل استراحت'، با کاما جدا می‌شوند>"
             },
             "highway/road": {
                 "name": "جاده ناشناخته",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'جاده ناشناخته'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'جاده ناشناخته'، با کاما جدا میشوند>"
             },
             "highway/secondary": {
                 "name": "جاده دوم",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'جاده دوم'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'جاده دوم'، با کاما جدا میشوند>"
             },
             "highway/secondary_link": {
                 "name": "اتصال دومی",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'پیوستن دومی'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'پیوستن دومی'، با کاما جدا میشوند>"
             },
             "highway/service": {
                 "name": "جاده خدماتی",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'جاده خدماتی'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'جاده خدماتی'، با کاما جدا میشوند>"
             },
             "highway/service/alley": {
                 "name": "کوچه",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'کوچه'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'کوچه'، با کاما جدا میشوند>"
             },
             "highway/service/drive-through": {
                 "name": "پرداخت سواره",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'پرداخت سواره'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'پرداخت سواره'، با کاما جدا میشوند>"
             },
             "highway/service/driveway": {
                 "name": "جاده به خانه",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای   'Driveway'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای   'Driveway'، با کاما جدا میشوند>"
             },
             "highway/service/emergency_access": {
                 "name": "دسترسی اورژانسی",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'دسترسی اورژانسی'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'دسترسی اورژانسی'، با کاما جدا میشوند>"
             },
             "highway/service/parking_aisle": {
                 "name": "راهرو پارکینگ",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'راهرو پارکینگ'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'راهرو پارکینگ'، با کاما جدا میشوند>"
             },
             "highway/services": {
-                "name": "فضای خدماتی"
+                "name": "فضای خدماتی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'جایگاه خدماتی'، با کاما جدا می‌شوند>"
             },
             "highway/steps": {
                 "name": "پله",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'پله'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'پله'، با کاما جدا میشوند>"
             },
             "highway/stop": {
-                "name": "علامت توقف"
+                "name": "علامت توقف",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'تابلو ایست'، با کاما جدا می‌شوند>"
+            },
+            "highway/street_lamp": {
+                "name": "چراغ خیابانی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'روشنایی خیابان'، با کاما جدا می‌شوند>"
             },
             "highway/tertiary": {
                 "name": "جاده سوم",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'جاده سوم'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'جاده سوم'، با کاما جدا میشوند>"
             },
             "highway/tertiary_link": {
                 "name": "اتصال سومی",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'پیوند سوم'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'پیوند سوم'، با کاما جدا میشوند>"
             },
             "highway/track": {
                 "name": "مسیر خاکی",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'راه خاکی'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'راه خاکی'، با کاما جدا میشوند>"
             },
             "highway/traffic_signals": {
                 "name": "چراغ راهنمایی",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'چراغ راهنمایی'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'چراغ راهنمایی'، با کاما جدا میشوند>"
             },
             "highway/trunk": {
                 "name": "جاده ی ملی",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'جاده ملی'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'جاده ملی'، با کاما جدا میشوند>"
             },
             "highway/trunk_link": {
                 "name": "اتصال جاده ملی",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'پیوند جاده ملی'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'پیوند جاده ملی'، با کاما جدا میشوند>"
             },
             "highway/turning_circle": {
                 "name": "بنبست قابل دور زدن",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'بنبست قابل دور زدن'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'بنبست قابل دور زدن'، با کاما جدا میشوند>"
             },
             "highway/unclassified": {
                 "name": "جاده طبقه بندی نشده",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'جاده طبقه بندی نشده'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'جاده طبقه بندی نشده'، با کاما جدا میشوند>"
             },
             "historic": {
                 "name": "مکان تاریخی",
-                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'مکان تاریخی'، با کاما جدا میشوند>"
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'مکان تاریخی'، با کاما جدا میشوند>"
             },
             "historic/archaeological_site": {
-                "name": "مکان باستان شناسی"
+                "name": "مکان باستان شناسی",
+                "terms": "سایت باستان شناسی"
             },
             "historic/boundary_stone": {
-                "name": "سنگ مرزی"
+                "name": "سنگ مرزی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای  'مرز سنگی'، با کاما جدا می‌شوند>"
             },
             "historic/castle": {
-                "name": "قلعه"
+                "name": "قلعه",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'قلعه'، با کاما جدا می‌شوند>"
             },
             "historic/memorial": {
-                "name": "یادبود"
+                "name": "یادبود",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'یادبود'، با کاما جدا می‌شوند>"
             },
             "historic/monument": {
-                "name": "مقبره"
+                "name": "مقبره",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای  'اثر تاریخی'، با کاما جدا می‌شوند>"
             },
             "historic/ruins": {
-                "name": "ویرانه"
+                "name": "ویرانه",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'ویرانه'، با کاما جدا می‌شوند>"
             },
             "historic/wayside_cross": {
                 "name": "صلیب کنار جاده"
             "historic/wayside_shrine": {
                 "name": "آرامگاه کنار جاده"
             },
+            "junction": {
+                "name": "اتصال",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'اتصال'، با کاما جدا می‌شوند>"
+            },
+            "landuse": {
+                "name": "کاربری زمین",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'کاربری زمین'، با کاما جدا می‌شوند>"
+            },
+            "landuse/allotments": {
+                "name": "باغچه عمومی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'باغچه عمومی'، با کاما جدا می‌شوند>"
+            },
             "landuse/basin": {
-                "name": "حوزه رودخانه"
+                "name": "حوزه رودخانه",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'حوضه'، با کاما جدا می‌شوند>"
             },
             "landuse/cemetery": {
-                "name": "قبرستان"
+                "name": "قبرستان",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای  'قبرستان - آرامگاه'، با کاما جدا می‌شوند>"
+            },
+            "landuse/churchyard": {
+                "name": "حیاط کلیسا",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'حیاط کلیسا'، با کاما جدا می‌شوند>"
+            },
+            "landuse/commercial": {
+                "name": "منطقه تجاری",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'منطقه تجاری'، با کاما جدا می‌شوند>"
             },
             "landuse/construction": {
-                "name": "ساخت و ساز"
+                "name": "ساخت و ساز",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'ساخت و ساز'، با کاما جدا می‌شوند>"
+            },
+            "landuse/farm": {
+                "name": "زمین‌های کشاورزی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'زمین‌های کشاورزی'، با کاما جدا می‌شوند>"
+            },
+            "landuse/farmland": {
+                "name": "زمین‌های کشاورزی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'زمین‌های کشاورزی'، با کاما جدا می‌شوند>"
             },
             "landuse/farmyard": {
-                "name": "محوطه مزرعه"
+                "name": "محوطه مزرعه",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'حیاط خانه کشاورزی'، با کاما جدا می‌شوند>"
             },
             "landuse/forest": {
-                "name": "جنگل"
+                "name": "جنگل",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'جنگل'، با کاما جدا می‌شوند>"
+            },
+            "landuse/garages": {
+                "name": "گاراژها",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'گاراژ'، با کاما جدا می‌شوند>"
             },
             "landuse/grass": {
-                "name": "علف زار"
+                "name": "علف زار",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'چمن'، با کاما جدا می‌شوند>"
+            },
+            "landuse/industrial": {
+                "name": "محیط صنعتی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'منطقه صنعتی'، با کاما جدا می‌شوند>"
             },
             "landuse/landfill": {
-                "name": "محل دفن مواد (زباله)"
+                "name": "محل دفن مواد (زباله)",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'محل دفن زباله'، با کاما جدا می‌شوند>"
             },
             "landuse/meadow": {
-                "name": "مرغزار"
+                "name": "مرغزار",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'علفزار'، با کاما جدا می‌شوند>"
+            },
+            "landuse/military": {
+                "name": "محیط نظامی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'منطقه نظامی'، با کاما جدا می‌شوند>"
             },
             "landuse/orchard": {
-                "name": "باغ میوه"
+                "name": "باغ میوه",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'باغ'، با کاما جدا می‌شوند>"
+            },
+            "landuse/plant_nursery": {
+                "name": "گلخانه",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای  'گلخانه'، با کاما جدا می‌شوند>"
             },
             "landuse/quarry": {
-                "name": "معدن سنگ"
+                "name": "معدن سنگ",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'معدن'، با کاما جدا می‌شوند>"
+            },
+            "landuse/residential": {
+                "name": "منطقه مسکونی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'منطقه مسکونی'، با کاما جدا می‌شوند>"
+            },
+            "landuse/retail": {
+                "name": "منطقه خرید و فروش",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'منطقه خرید و فروش'، با کاما جدا می‌شوند>"
             },
             "landuse/vineyard": {
-                "name": "باغ انگور"
+                "name": "باغ انگور",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'تاکستان'، با کاما جدا می‌شوند>"
             },
             "leisure": {
-                "name": "اوقات فراغت"
+                "name": "اوقات فراغت",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'اوقات فراغت'، با کاما جدا می‌شوند>"
+            },
+            "leisure/adult_gaming_centre": {
+                "name": "مرکز بازی بزرگسالان",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'مرکز بازی بزرگسالان'، با کاما جدا می‌شوند>"
+            },
+            "leisure/bowling_alley": {
+                "name": "سالن بولینگ",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'سالن بولینگ'، با کاما جدا می‌شوند>"
             },
             "leisure/common": {
                 "name": "عمومی"
             },
             "leisure/dog_park": {
-                "name": "پارک سگ"
+                "name": "پارک سگ",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'پارک سگ‌ها'، با کاما جدا می‌شوند>"
+            },
+            "leisure/firepit": {
+                "name": "گودال آتش",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'گودال آتش'، با کاما جدا می‌شوند>"
             },
             "leisure/garden": {
-                "name": "باغ"
+                "name": "باغ",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'باغ'، با کاما جدا می‌شوند>"
             },
             "leisure/golf_course": {
-                "name": "زمین گلف"
+                "name": "زمین گلف",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'زمین گلف'، با کاما جدا می‌شوند>"
+            },
+            "leisure/ice_rink": {
+                "name": "یخ بازی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'یخ بازی'، با کاما جدا می‌شوند>"
             },
             "leisure/marina": {
-                "name": "تفرجگاه ساحلی"
+                "name": "تفرجگاه ساحلی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'بندرگاه قایق'، با کاما جدا می‌شوند>"
+            },
+            "leisure/nature_reserve": {
+                "name": "ذخیره‌گاه طبیعی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'ذخیره‌گاه طبیعی'، با کاما جدا می‌شوند>"
             },
             "leisure/park": {
-                "name": "پارک"
+                "name": "پارک",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'پارک'، با کاما جدا می‌شوند>"
+            },
+            "leisure/picnic_table": {
+                "name": "میز پیکنیک",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'میز پیکنیک'، با کاما جدا می‌شوند>"
             },
             "leisure/pitch": {
-                "name": "زمین ورزشی"
+                "name": "زمین ورزشی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'ورزشگاه'، با کاما جدا می‌شوند>"
             },
             "leisure/pitch/american_football": {
-                "name": "میدان فوتبال آمریکایی"
+                "name": "میدان فوتبال آمریکایی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'زمین فوتبال آمریکایی'، با کاما جدا می‌شوند>"
             },
             "leisure/pitch/baseball": {
-                "name": "الماسی شکل بیسبال"
+                "name": "الماسی شکل بیسبال",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'مربع بزرگ زمین بیسبال'، با کاما جدا می‌شوند>"
             },
             "leisure/pitch/basketball": {
-                "name": "محوطه بسکتبال"
+                "name": "محوطه بسکتبال",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'زمین بسکتبال'، با کاما جدا می‌شوند>"
+            },
+            "leisure/pitch/rugby_league": {
+                "name": "زمین راگبی ۱۳ نفره",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'زمین راگبی ۱۳ نفره'، با کاما جدا می‌شوند>"
+            },
+            "leisure/pitch/rugby_union": {
+                "name": "زمین راگبی ۱۵ نفره",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'زمین راگبی ۱۵ نفره'، با کاما جدا می‌شوند>"
             },
             "leisure/pitch/skateboard": {
-                "name": "پارک اسکیت"
+                "name": "پارک اسکیت",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'زمین اسکیت'، با کاما جدا می‌شوند>"
             },
             "leisure/pitch/soccer": {
-                "name": "میدان فوتبال"
+                "name": "میدان فوتبال",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'زمین فوتبال'، با کاما جدا می‌شوند>"
             },
             "leisure/pitch/tennis": {
-                "name": "محوطه تنیس"
+                "name": "محوطه تنیس",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'زمین تنیس'، با کاما جدا می‌شوند>"
             },
             "leisure/pitch/volleyball": {
-                "name": "سالن والیبال"
+                "name": "سالن والیبال",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'زمین والیبال'، با کاما جدا می‌شوند>"
             },
             "leisure/playground": {
-                "name": "زمین بازی"
+                "name": "زمین بازی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'زمین بازی'، با کاما جدا می‌شوند>"
+            },
+            "leisure/running_track": {
+                "name": "پیست دو و میدانی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'پیست دو و میدانی'، با کاما جدا می‌شوند>"
             },
             "leisure/slipway": {
-                "name": "قایق ساکن"
+                "name": "قایق ساکن",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'مسیر لغزشی کشتی'، با کاما جدا می‌شوند>"
             },
             "leisure/sports_center": {
-                "name": "مرکز ورزشی/ بدنسازی"
+                "name": "مرکز ورزشی/ بدنسازی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'مرکز ورزش / سالن ورزشی'، با کاما جدا می‌شوند>"
             },
             "leisure/stadium": {
-                "name": "ورزشگاه"
+                "name": "ورزشگاه",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'ورزشگاه'، با کاما جدا می‌شوند>"
             },
             "leisure/swimming_pool": {
-                "name": "استخر شنا"
+                "name": "استخر شنا",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'استخر شنا'، با کاما جدا می‌شوند>"
+            },
+            "leisure/track": {
+                "name": "مسیر مسابقه (غیر ورزش‌های موتوری)",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'مسیر مسابقه (غیر ورزش‌های موتوری)'، با کاما جدا می‌شوند>"
             },
             "line": {
-                "name": "خط"
+                "name": "خط",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'خط'، با کاما جدا می‌شوند>"
             },
             "man_made": {
-                "name": "سازه ی انسانی"
+                "name": "سازه ی انسانی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'ساخت بشر'، با کاما جدا می‌شوند>"
+            },
+            "man_made/adit": {
+                "name": "گذرگاه افقی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'گذرگاه افقی'، با کاما جدا می‌شوند>"
             },
             "man_made/breakwater": {
-                "name": "موج شکن"
+                "name": "موج شکن",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'موج شکن'، با کاما جدا می‌شوند>"
             },
             "man_made/cutline": {
-                "name": "خط برش"
+                "name": "خط برش",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'مسیر جنگلی'، با کاما جدا می‌شوند>"
             },
             "man_made/embankment": {
-                "name": "خاک ریز"
+                "name": "خاک ریز",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای  'Embankment'، با کاما جدا می‌شوند>"
             },
             "man_made/flagpole": {
-                "name": "میله پرچم"
+                "name": "میله پرچم",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'میله پرچم'، با کاما جدا می‌شوند>"
             },
             "man_made/lighthouse": {
-                "name": "فانوس دریایی"
+                "name": "فانوس دریایی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'فانوس دریایی'، با کاما جدا می‌شوند>"
+            },
+            "man_made/mast": {
+                "name": "دکل رادیویی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'دکل رادیویی'، با کاما جدا می‌شوند>"
             },
             "man_made/observation": {
-                "name": "برج رصد"
+                "name": "برج رصد",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'دکل دیده‌بانی'، با کاما جدا می‌شوند>"
+            },
+            "man_made/petroleum_well": {
+                "name": "چاه نفت",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'چاه نفت'، با کاما جدا می‌شوند>"
             },
             "man_made/pier": {
-                "name": "اسکله"
+                "name": "اسکله",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'اسکله'، با کاما جدا می‌شوند>"
             },
             "man_made/pipeline": {
-                "name": "خط لوله"
+                "name": "خط لوله",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'خط لوله'، با کاما جدا می‌شوند>"
+            },
+            "man_made/silo": {
+                "name": "سیلو",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'سيلو'، با کاما جدا می‌شوند>"
+            },
+            "man_made/storage_tank": {
+                "name": "مخزن ذخیره",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای  'مخزن ذخیره'، با کاما جدا می‌شوند>"
             },
             "man_made/survey_point": {
                 "name": "نقطه مطالعاتی"
             },
             "man_made/tower": {
-                "name": "دکل، برج"
+                "name": "دکل، برج",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'برج '، با کاما جدا می‌شوند>"
             },
             "man_made/wastewater_plant": {
-                "name": "تصفیه خانه ی فاضلاب"
+                "name": "تصفیه خانه ی فاضلاب",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'کارخانه فاضلاب'، با کاما جدا می‌شوند>"
             },
             "man_made/water_tower": {
-                "name": "برج مخزن آب"
+                "name": "برج مخزن آب",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'برج مخزن آب'، با کاما جدا می‌شوند>"
+            },
+            "man_made/water_well": {
+                "name": "چاه آب",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'چاه آب'، با کاما جدا می‌شوند>"
             },
             "man_made/water_works": {
-                "name": "امور آب"
+                "name": "امور آب",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'تأسیسات آبرسانی'، با کاما جدا می‌شوند>"
             },
             "military/airfield": {
-                "name": "پایگاه هوایی"
+                "name": "پایگاه هوایی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'فرودگاه'، با کاما جدا می‌شوند>"
             },
             "military/barracks": {
-                "name": "پادگان"
+                "name": "پادگان",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای  'سربازخانه'، با کاما جدا می‌شوند>"
             },
             "military/bunker": {
-                "name": "سنگر زیرزمینی"
+                "name": "سنگر زیرزمینی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'انباربزرگ'، با کاما جدا می‌شوند>"
+            },
+            "military/checkpoint": {
+                "name": "ایست بازرسی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'ایست بازرسی'، با کاما جدا می‌شوند>"
+            },
+            "military/danger_area": {
+                "name": "محدوده خطرناک",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'منطقه خطر'، با کاما جدا می‌شوند>"
+            },
+            "military/naval_base": {
+                "name": "پایگاه نیروی دریایی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'پایگاه نیروی دریایی'، با کاما جدا می‌شوند>"
+            },
+            "military/obstacle_course": {
+                "name": "ميدان موانع",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای ' ميدان موانع'، با کاما جدا می‌شوند>"
             },
             "military/range": {
-                "name": "محدوده نظامی"
+                "name": "محدوده نظامی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'محدوده نظامی'، با کاما جدا می‌شوند>"
+            },
+            "military/training_area": {
+                "name": "منطقه آموزشی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'منطقه آموزشی'، با کاما جدا می‌شوند>"
             },
             "natural": {
-                "name": "طبیعی"
+                "name": "طبیعی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'طبیعت'، با کاما جدا می‌شوند>"
             },
             "natural/bay": {
-                "name": "خلیج کوچک"
+                "name": "خلیج کوچک",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'خلیج'، با کاما جدا می‌شوند>"
             },
             "natural/beach": {
-                "name": "ساحل"
+                "name": "ساحل",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'ساحل'، با کاما جدا می‌شوند>"
+            },
+            "natural/cave_entrance": {
+                "name": "ورودی غار",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای  'ورودی غار'، با کاما جدا می‌شوند>"
             },
             "natural/cliff": {
-                "name": "صخره"
+                "name": "صخره",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'پرتگاه'، با کاما جدا می‌شوند>"
             },
             "natural/coastline": {
-                "name": "خط ساحلی"
+                "name": "خط ساحلی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'خط ساحلی'، با کاما جدا می‌شوند>"
             },
             "natural/fell": {
-                "name": "تپه سنگی"
+                "name": "تپه سنگی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'پای کوه'، با کاما جدا می‌شوند>"
             },
             "natural/glacier": {
-                "name": "یخچال طبیعی"
+                "name": "یخچال طبیعی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'یخچال طبیعی'، با کاما جدا می‌شوند>"
             },
             "natural/grassland": {
-                "name": "مرتع"
+                "name": "مرتع",
+                "terms": "چمن زار"
             },
             "natural/heath": {
-                "name": "بوته زار"
+                "name": "بوته زار",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'بوته زار'، با کاما جدا می‌شوند>"
             },
             "natural/peak": {
-                "name": "قله"
+                "name": "قله",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'قله'، با کاما جدا می‌شوند>"
+            },
+            "natural/saddle": {
+                "name": "گردنه",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'گردنه'، با کاما جدا می‌شوند>"
             },
             "natural/scree": {
-                "name": "سنگ ریزه"
+                "name": "سنگ ریزه",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'سنگلاخ'، با کاما جدا می‌شوند>"
             },
             "natural/scrub": {
-                "name": "خارزار"
+                "name": "خارزار",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'بوته‌زار'، با کاما جدا می‌شوند>"
             },
             "natural/spring": {
-                "name": "چشمه"
+                "name": "چشمه",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'چشمه'، با کاما جدا می‌شوند>"
             },
             "natural/tree": {
-                "name": "درخت"
+                "name": "درخت",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'درخت'، با کاما جدا می‌شوند>"
+            },
+            "natural/tree_row": {
+                "name": "ردیف درخت",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'ردیف درخت'، با کاما جدا می‌شوند>"
+            },
+            "natural/volcano": {
+                "name": "آتشفشان",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'آتشفشان'، با کاما جدا می‌شوند>"
             },
             "natural/water": {
-                "name": "آب"
+                "name": "آب",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'آب'، با کاما جدا می‌شوند>"
             },
             "natural/water/lake": {
-                "name": "برکه ، استخر"
+                "name": "برکه ، استخر",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'دریاچه'، با کاما جدا می‌شوند>"
             },
             "natural/water/pond": {
-                "name": "دریاچه"
+                "name": "دریاچه",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'برکه'، با کاما جدا می‌شوند>"
             },
             "natural/water/reservoir": {
-                "name": "آب انبار"
+                "name": "آب انبار",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'استخر ذخیره آب'، با کاما جدا می‌شوند>"
             },
             "natural/wetland": {
-                "name": "تالاب"
+                "name": "تالاب",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'تالاب'، با کاما جدا می‌شوند>"
             },
             "natural/wood": {
-                "name": "چوب"
+                "name": "چوب",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'چوب'، با کاما جدا می‌شوند>"
             },
             "office": {
-                "name": "اداره"
+                "name": "اداره",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'اداره'، با کاما جدا می‌شوند>"
             },
             "office/accountant": {
-                "name": "حسابدار"
+                "name": "حسابدار",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'حسابدار'، با کاما جدا می‌شوند>"
             },
             "office/administrative": {
-                "name": "دفتر اداری"
+                "name": "دفتر اداری",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'دفتر اداری'، با کاما جدا می‌شوند>"
             },
             "office/architect": {
-                "name": "معمار"
+                "name": "معمار",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای  'معمار'، با کاما جدا می‌شوند>"
             },
             "office/company": {
-                "name": "دفتر شرکت"
+                "name": "دفتر شرکت",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'دفتر شرکت'، با کاما جدا می‌شوند>"
             },
             "office/educational_institution": {
-                "name": "مؤسسه آموزشی"
+                "name": "مؤسسه آموزشی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'مؤسسه آموزشی'، با کاما جدا می‌شوند>"
             },
             "office/employment_agency": {
-                "name": "آژانس کاریابی"
+                "name": "آژانس کاریابی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'آژانس کاریابی'، با کاما جدا می‌شوند>"
             },
             "office/estate_agent": {
-                "name": "دفتر املاک"
+                "name": "دفتر املاک",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'دفتر املاک و مستغلات'، با کاما جدا می‌شوند>"
             },
             "office/financial": {
-                "name": "اداره مالی"
+                "name": "اداره مالی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'دفتر مالی'، با کاما جدا می‌شوند>"
             },
             "office/government": {
-                "name": "اداره دولتی"
+                "name": "اداره دولتی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'اداره دولتی'، با کاما جدا می‌شوند>"
             },
             "office/insurance": {
-                "name": "دفتر بیمه"
+                "name": "دفتر بیمه",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'اداره بیمه'، با کاما جدا می‌شوند>"
             },
             "office/it": {
-                "name": "سازمان آی تی"
+                "name": "سازمان آی تی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'دفتر IT'، با کاما جدا می‌شوند>"
             },
             "office/lawyer": {
-                "name": "دفتر حقوقی"
+                "name": "دفتر حقوقی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'دفتر حقوقی'، با کاما جدا می‌شوند>"
             },
             "office/newspaper": {
-                "name": "روزنامه"
+                "name": "روزنامه",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'روزنامه'، با کاما جدا می‌شوند>"
             },
             "office/ngo": {
-                "name": "سازمان غیر دولتی"
+                "name": "سازمان غیر دولتی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'دفتر سازمان غیر دولتی NGO'، با کاما جدا می‌شوند>"
             },
             "office/physician": {
-                "name": "پزشک"
+                "name": "پزشک",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'پزشک'، با کاما جدا می‌شوند>"
             },
             "office/political_party": {
-                "name": "حزب سیاسی"
+                "name": "حزب سیاسی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'حزب سیاسی'، با کاما جدا می‌شوند>"
             },
             "office/research": {
-                "name": "سازمان تحقیقاتی و پژوهشی"
+                "name": "سازمان تحقیقاتی و پژوهشی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'دفتر تحقیقاتی'، با کاما جدا می‌شوند>"
             },
             "office/telecommunication": {
-                "name": "اداره مخابرات"
+                "name": "اداره مخابرات",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'دفتر مخابراتی '، با کاما جدا می‌شوند>"
             },
             "office/therapist": {
-                "name": "درمان شناس"
+                "name": "درمان شناس",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'درمانگر'، با کاما جدا می‌شوند>"
             },
             "office/travel_agent": {
-                "name": "آژانس مسافرتی"
+                "name": "آژانس مسافرتی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'آژانس مسافرتی'، با کاما جدا می‌شوند>"
             },
             "piste": {
-                "name": "پیست/ مسیر اسکی"
+                "name": "پیست/ مسیر اسکی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'پیست / مسیر اسکی'، با کاما جدا می‌شوند>"
             },
             "place": {
-                "name": "محل"
+                "name": "محل",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'مکان'، با کاما جدا می‌شوند>"
             },
             "place/city": {
-                "name": "شهر"
+                "name": "شهر",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'شهر'، با کاما جدا می‌شوند>"
+            },
+            "place/farm": {
+                "name": "مزرعه",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'مزرعه'، با کاما جدا می‌شوند>"
             },
             "place/hamlet": {
-                "name": "دهکده"
+                "name": "دهکده",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'دهکده'، با کاما جدا می‌شوند>"
             },
             "place/island": {
-                "name": "جزیره"
+                "name": "جزیره",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'جزيره'، با کاما جدا می‌شوند>"
             },
             "place/isolated_dwelling": {
-                "name": "مسکن ایزوله"
+                "name": "مسکن ایزوله",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'خانه تکی'، با کاما جدا می‌شوند>"
             },
             "place/locality": {
-                "name": "محلی"
+                "name": "محلی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'محل'، با کاما جدا می‌شوند>"
+            },
+            "place/neighbourhood": {
+                "name": "همسایگی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'همسایگی'، با کاما جدا می‌شوند>"
+            },
+            "place/suburb": {
+                "name": "ناحیه شهری",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'ناحیه شهری'، با کاما جدا می‌شوند>"
             },
             "place/town": {
-                "name": "شهر کوچک"
+                "name": "شهر کوچک",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'شهرک'، با کاما جدا می‌شوند>"
             },
             "place/village": {
-                "name": "روستا"
+                "name": "روستا",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'روستا'، با کاما جدا می‌شوند>"
             },
             "point": {
-                "name": "نقطه"
+                "name": "نقطه",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'نقطه'، با کاما جدا می‌شوند>"
             },
             "power": {
-                "name": "نیرو"
+                "name": "نیرو",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'برق'، با کاما جدا می‌شوند>"
             },
             "power/generator": {
-                "name": "مولد برق"
+                "name": "مولد برق",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'مولد برق'، با کاما جدا می‌شوند>"
             },
             "power/line": {
-                "name": "خط نیرو"
+                "name": "خط نیرو",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'خط فشار قوی برق'، با کاما جدا می‌شوند>"
             },
             "power/minor_line": {
-                "name": "خط برق ضعیف"
+                "name": "خط برق ضعیف",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'خط انتقال برق'، با کاما جدا می‌شوند>"
             },
             "power/pole": {
-                "name": "مسیر برق متوسط"
+                "name": "مسیر برق متوسط",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'تیر انتقال برق'، با کاما جدا می‌شوند>"
             },
             "power/sub_station": {
-                "name": "ایستگاه فرعی"
+                "name": "ایستگاه فرعی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'ایستگاه فرعی برق'، با کاما جدا می‌شوند>"
+            },
+            "power/substation": {
+                "name": "ایستگاه فرعی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'ایستگاه فرعی برق'، با کاما جدا می‌شوند>"
             },
             "power/tower": {
-                "name": "دکل ولتاژ قوی"
+                "name": "دکل ولتاژ قوی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'دکل فشار قوی برق'، با کاما جدا می‌شوند>"
             },
             "power/transformer": {
-                "name": "مبدل برق"
+                "name": "مبدل برق",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'کاهنده جریان برق'، با کاما جدا می‌شوند>"
             },
             "public_transport/platform": {
-                "name": "پلتفورم"
+                "name": "پلتفورم",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'سامانه حمل و نقل'، با کاما جدا می‌شوند>"
             },
             "public_transport/stop_position": {
-                "name": "موقعیت توقف"
+                "name": "موقعیت توقف",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'توقفگاه'، با کاما جدا می‌شوند>"
             },
             "railway": {
-                "name": "راه آهن"
+                "name": "راه آهن",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'راه آهن'، با کاما جدا می‌شوند>"
             },
             "railway/abandoned": {
-                "name": "راه آهن متروکه"
+                "name": "راه آهن متروکه",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'راه آهن متروکه'، با کاما جدا می‌شوند>"
             },
             "railway/disused": {
-                "name": "راه آهن بلا استفاده"
+                "name": "راه آهن بلا استفاده",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'راه آهن منسوخ'، با کاما جدا می‌شوند>"
             },
             "railway/funicular": {
-                "name": "کابلی"
+                "name": "کابلی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'واگن کابلی'، با کاما جدا می‌شوند>"
             },
             "railway/halt": {
-                "name": "توقف گاه راه آهن"
+                "name": "توقف گاه راه آهن",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'توقفگاه راه آهن'، با کاما جدا می‌شوند>"
+            },
+            "railway/level_crossing": {
+                "name": "تقاطع با راه آهن",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'تقاطع با راه آهن'، با کاما جدا می‌شوند>"
             },
             "railway/monorail": {
-                "name": "ترن هوایی"
+                "name": "ترن هوایی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'مونوریل'، با کاما جدا می‌شوند>"
             },
             "railway/narrow_gauge": {
-                "name": "راه آهن باریک کابلی"
+                "name": "راه آهن باریک کابلی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'راه آهن باریک'، با کاما جدا می‌شوند>"
             },
             "railway/platform": {
-                "name": "بستر راه آهن"
+                "name": "بستر راه آهن",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'سامانه راه آهن'، با کاما جدا می‌شوند>"
             },
             "railway/rail": {
-                "name": "ریل قطار"
+                "name": "ریل قطار",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'خط اهن'، با کاما جدا می‌شوند>"
             },
             "railway/station": {
-                "name": "ایستگاه راه آهن"
+                "name": "ایستگاه راه آهن",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'ایستگاه راه آهن'، با کاما جدا می‌شوند>"
             },
             "railway/subway": {
-                "name": "مترو"
+                "name": "مترو",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'مترو'، با کاما جدا می‌شوند>"
             },
             "railway/subway_entrance": {
-                "name": "ورودی مترو"
+                "name": "ورودی مترو",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای  'ورودی مترو'، با کاما جدا می‌شوند>"
             },
             "railway/tram": {
-                "name": "واگن برقی"
+                "name": "واگن برقی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'تراموا'، با کاما جدا می‌شوند>"
             },
             "relation": {
-                "name": "رابطه"
+                "name": "رابطه",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'رابطه'، با کاما جدا می‌شوند>"
+            },
+            "roundabout": {
+                "name": "میدان",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'میدان'، با کاما جدا می‌شوند>"
             },
             "route/ferry": {
-                "name": "مسیر کشتی"
+                "name": "مسیر کشتی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'مسیر کشتیرانی '، با کاما جدا می‌شوند>"
             },
             "shop": {
-                "name": "فروشگاه"
+                "name": "فروشگاه",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'فروشگاه'، با کاما جدا می‌شوند>"
             },
             "shop/alcohol": {
-                "name": "مغازه مشروب فروشی"
+                "name": "مغازه مشروب فروشی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'Liquor Store'، با کاما جدا می‌شوند>"
+            },
+            "shop/anime": {
+                "name": "فروشگاه اسباب بازی‌های انیمیشنی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'فروشگاه اسباب بازی‌های انیمیشنی'، با کاما جدا می‌شوند>"
+            },
+            "shop/antiques": {
+                "name": "فروشگاه عتیقه‌جات",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'عتیقه فروشی'، با کاما جدا می‌شوند>"
+            },
+            "shop/art": {
+                "name": "نگارخانه هنری",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'نگارخانه هنری'، با کاما جدا می‌شوند>"
+            },
+            "shop/baby_goods": {
+                "name": "فروشگاه محصولات کودکان",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'فروشگاه سیسمونی'، با کاما جدا می‌شوند>"
+            },
+            "shop/bag": {
+                "name": "فروشگاه کیف/چمدان",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'فروشگاه کیف / چمدان'، با کاما جدا می‌شوند>"
             },
             "shop/bakery": {
-                "name": "نانوایی"
+                "name": "نانوایی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'نانوايى'، با کاما جدا می‌شوند>"
+            },
+            "shop/bathroom_furnishing": {
+                "name": "فروشگاه شیرآلات",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'فروشگاه شیرآلات'، با کاما جدا می‌شوند>"
             },
             "shop/beauty": {
-                "name": "فروشگاه زیبایی"
+                "name": "فروشگاه زیبایی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'سالن آرایش وزیبایی'، با کاما جدا می‌شوند>"
+            },
+            "shop/bed": {
+                "name": "فروشگاه کالای خواب/ تشک",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'فروشگاه کالای خواب/ تشک'، با کاما جدا می‌شوند>"
             },
             "shop/beverages": {
-                "name": "فروشگاه آشامیدنی"
+                "name": "فروشگاه آشامیدنی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'فروشگاه مواد آشامیدنی'، با کاما جدا می‌شوند>"
             },
             "shop/bicycle": {
-                "name": "فروشگاه دوچرخه"
+                "name": "فروشگاه دوچرخه",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'دوچرخه فروشی'، با کاما جدا می‌شوند>"
             },
             "shop/bookmaker": {
-                "name": "صحافی"
+                "name": "صحافی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'ناشر'، با کاما جدا میشوند>"
+            },
+            "shop/books": {
+                "name": "کتاب‌فروشی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'کتابفروشی'، با کاما جدا می‌شوند>"
             },
             "shop/boutique": {
-                "name": "بوتیک"
+                "name": "بوتیک",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'بوتیک'، با کاما جدا می‌شوند>"
             },
             "shop/butcher": {
-                "name": "قصابی"
+                "name": "قصابی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'قصابى'، با کاما جدا می‌شوند>"
+            },
+            "shop/candles": {
+                "name": "شمع فروشی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'فروشگاه شمع'، با کاما جدا می‌شوند>"
             },
             "shop/car": {
-                "name": "نمایندگی خودرو"
+                "name": "نمایندگی خودرو",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'نمایندگی خودرو'، با کاما جدا می‌شوند>"
             },
             "shop/car_parts": {
-                "name": "فروشگاه قطعات خودرو"
+                "name": "فروشگاه قطعات خودرو",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'فروشگاه قطعات خودرو'، با کاما جدا می‌شوند>"
             },
             "shop/car_repair": {
-                "name": "تعمیرگاه خودرو"
+                "name": "تعمیرگاه خودرو",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'تعمیرگاه خودرو'، با کاما جدا می‌شوند>"
+            },
+            "shop/carpet": {
+                "name": "فرش فروشی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'فروشگاه فرش'، با کاما جدا می‌شوند>"
+            },
+            "shop/cheese": {
+                "name": "پنیر فروشی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'پنیر فروشی'، با کاما جدا می‌شوند>"
             },
             "shop/chemist": {
-                "name": "داروسازی"
+                "name": "داروسازی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'داروساز'، با کاما جدا می‌شوند>"
+            },
+            "shop/chocolate": {
+                "name": "فروشگاه شکلات",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'فروشگاه شکلات'، با کاما جدا می‌شوند>"
             },
             "shop/clothes": {
-                "name": "فروشگاه لباس"
+                "name": "فروشگاه لباس",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'فروشگاه پوشاک'، با کاما جدا می‌شوند>"
             },
             "shop/computer": {
-                "name": "فروشگاه کامپیوتر"
+                "name": "فروشگاه کامپیوتر",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'فروشگاه رایانه'، با کاما جدا می‌شوند>"
+            },
+            "shop/confectionery": {
+                "name": "فروشگاه آب‌نبات",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'آبنبات فروشی'، با کاما جدا می‌شوند>"
             },
             "shop/convenience": {
-                "name": "فروشگاه زنجیره ای"
+                "name": "فروشگاه زنجیره ای",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'Convenience Store'، با کاما جدا می‌شوند>"
+            },
+            "shop/copyshop": {
+                "name": "کپی / زیراکس / فوتوکپی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'کپی / زیراکس / فوتوکپی'، با کاما جدا می‌شوند>"
+            },
+            "shop/cosmetics": {
+                "name": "فروشگاه آرایشی و بهداشتی ",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'فروشگاه آرایشی و بهداشتی'، با کاما جدا می‌شوند>"
+            },
+            "shop/craft": {
+                "name": "فروشگاه هنر و صنایع دستی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'فروشگاه هنر و صنایع دستی'، با کاما جدا می‌شوند>"
+            },
+            "shop/curtain": {
+                "name": "پرده فروشی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'فروشگاه پرده'، با کاما جدا می‌شوند>"
+            },
+            "shop/dairy": {
+                "name": "فروشگاه لبنی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'لبنیاتی'، با کاما جدا می‌شوند>"
             },
             "shop/deli": {
-                "name": "اغذیه فروشی"
+                "name": "اغذیه فروشی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'اغذیه فروشی'، با کاما جدا می‌شوند>"
             },
             "shop/department_store": {
-                "name": "کل فروشی"
+                "name": "کل فروشی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'فروشگاه بزرگ و کامل'، با کاما جدا می‌شوند>"
             },
             "shop/doityourself": {
-                "name": "فروشگاه DIY"
+                "name": "فروشگاه DIY",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'فروشگاه ابزار آلات DIY'، با کاما جدا می‌شوند>"
+            },
+            "shop/dry_cleaning": {
+                "name": "خشکشویی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'خشکشویی'، با کاما جدا می‌شوند>"
             },
             "shop/electronics": {
-                "name": "فروشگاه الکترونیک"
+                "name": "فروشگاه الکترونیک",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'فروشگاه لوازم الکترونیکی'، با کاما جدا می‌شوند>"
+            },
+            "shop/erotic": {
+                "name": "فروشگاه لوازم بزرگسالان",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'فروشگاه لوازم بزرگسالان'، با کاما جدا می‌شوند>"
+            },
+            "shop/fabric": {
+                "name": "پارچه فروشی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'پارچه فروشی'، با کاما جدا می‌شوند>"
             },
             "shop/farm": {
-                "name": "تولید پایه"
+                "name": "جایگاه عرضه محصول",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'جایگاه عرضه محصول'، با کاما جدا می‌شوند>"
+            },
+            "shop/fashion": {
+                "name": "فروشگاه مدو فشن",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'فروشگاه مدو فشن'، با کاما جدا می‌شوند>"
             },
             "shop/fishmonger": {
-                "name": "ماهی فروشی"
+                "name": "ماهی فروشی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'ماهى فروش'، با کاما جدا می‌شوند>"
             },
             "shop/florist": {
-                "name": "گل فروشی"
+                "name": "گل فروشی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'گفلروش'، با کاما جدا می‌شوند>"
+            },
+            "shop/frame": {
+                "name": "قاب سازی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'قاب سازی'، با کاما جدا می‌شوند>"
+            },
+            "shop/funeral_directors": {
+                "name": "غسالخانه",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'غسالخانه'، با کاما جدا می‌شوند>"
+            },
+            "shop/furnace": {
+                "name": "فروشگاه مشعل و اجاق",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'فروشگاه مشعل و اجاق'، با کاما جدا می‌شوند>"
             },
             "shop/furniture": {
-                "name": "فروشگاه مبلمان"
+                "name": "فروشگاه مبلمان",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'فروشگاه مبلمان'، با کاما جدا می‌شوند>"
             },
             "shop/garden_centre": {
-                "name": "مرکز خرید باغچه"
+                "name": "مرکز خرید گل و گلدان",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'مرکز خرید گل و گلدان'، با کاما جدا می‌شوند>"
             },
             "shop/gift": {
-                "name": "هدیه فروشی"
+                "name": "هدیه فروشی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'فروشگاه اشیای کادویی'، با کاما جدا می‌شوند>"
             },
             "shop/greengrocer": {
-                "name": "سبزی فروشی"
+                "name": "سبزی فروشی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'میوه و سبزی فروشی'، با کاما جدا می‌شوند>"
             },
             "shop/hairdresser": {
-                "name": "آرایش و پیرایش"
+                "name": "آرایش و پیرایش",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'آرایشگر'، با کاما جدا می‌شوند>"
             },
             "shop/hardware": {
-                "name": "فروشگاه سخت افزار"
+                "name": "فروشگاه سخت افزار",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'ابزار فروشی'، با کاما جدا می‌شوند>"
+            },
+            "shop/hearing_aids": {
+                "name": "فروشگاه لوازم کمک شنوایی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'فروشگاه لوازم کمک شنوایی'، با کاما جدا می‌شوند>"
+            },
+            "shop/herbalist": {
+                "name": "عطاری",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'عطاری'، با کاما جدا می‌شوند>"
             },
             "shop/hifi": {
-                "name": "فروشگاه Hifi"
+                "name": "فروشگاه لوازم صوتی Hifi",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'فروشگاه لوازم صوتی Hifi'، با کاما جدا می‌شوند>"
+            },
+            "shop/houseware": {
+                "name": "فروشگاه لوازم خانگی ",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'فروشگاه لوازم خانگی'، با کاما جدا می‌شوند>"
+            },
+            "shop/interior_decoration": {
+                "name": "فروشگاه تزئینات داخلی"
             },
             "shop/jewelry": {
-                "name": "جواهر فروشی"
+                "name": "جواهر فروشی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'جواهرساز'، با کاما جدا می‌شوند>"
+            },
+            "shop/kiosk": {
+                "name": "باجه اخبار"
+            },
+            "shop/kitchen": {
+                "name": "فروشگاه تزئینات آشپزخانه"
             },
             "shop/laundry": {
                 "name": "خشک شویی"
             },
+            "shop/leather": {
+                "name": "فروشگاه چرم"
+            },
             "shop/locksmith": {
-                "name": "قفل سازی"
+                "name": "قفل سازی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'قفل‌ساز'، با کاما جدا می‌شوند>"
             },
             "shop/lottery": {
                 "name": "فروشگاه قرعه کشی"
             "shop/mall": {
                 "name": "مرکز خرید"
             },
+            "shop/massage": {
+                "name": "فروشگاه ماساژ"
+            },
+            "shop/medical_supply": {
+                "name": "فروشگاه تجهیزات پزشکی"
+            },
             "shop/mobile_phone": {
                 "name": "فروشگاه تلفن همراه"
             },
             "shop/music": {
                 "name": "فروشگاه موسیقی"
             },
+            "shop/musical_instrument": {
+                "name": "فروشگاه سازهای موسیقی"
+            },
+            "shop/newsagent": {
+                "name": "فروشگاه روزنامه/مجله"
+            },
             "shop/optician": {
-                "name": "عینک سازی"
+                "name": "عینک سازی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'عینک‌فروش'، با کاما جدا می‌شوند>"
+            },
+            "shop/organic": {
+                "name": "فروشگاه محصولات ارگانیک"
+            },
+            "shop/paint": {
+                "name": "فروشگاه رنگ"
             },
             "shop/pet": {
                 "name": "فروشگاه حیوانات خانگی"
             "shop/photo": {
                 "name": "فروشگاه عکاسی"
             },
+            "shop/pyrotechnics": {
+                "name": "فروشگاه لوازم آتش‌بازی "
+            },
+            "shop/radiotechnics": {
+                "name": "فروشگاه رادیو/اجزای الکترونیکی"
+            },
+            "shop/religion": {
+                "name": "فروشگاه مذهبی"
+            },
+            "shop/scuba_diving": {
+                "name": "فروشگاه لوازم غواصی "
+            },
+            "shop/seafood": {
+                "name": "فروشگاه غذای دریایی"
+            },
             "shop/shoes": {
                 "name": "کفش فروشی"
             },
             "shop/supermarket": {
                 "name": "سوپرمارکت"
             },
+            "shop/tailor": {
+                "name": "خیاط",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'خیاط'، با کاما جدا می‌شوند>"
+            },
+            "shop/tattoo": {
+                "name": "سالن تاتو"
+            },
+            "shop/tea": {
+                "name": "فروشگاه چای"
+            },
+            "shop/ticket": {
+                "name": "بلیط فروشی"
+            },
+            "shop/tobacco": {
+                "name": "فروشگاه مواد افیونی"
+            },
             "shop/toys": {
                 "name": "اسباب بازی فروشی"
             },
             "shop/travel_agency": {
-                "name": "آژانس مسافرتی"
+                "name": "آژانس مسافرتی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'آژانس مسافرتی'، با کاما جدا می‌شوند>"
             },
             "shop/tyres": {
                 "name": "تایر فروشی"
             },
             "shop/vacant": {
-                "name": "فروشگاه بدون متصدی"
+                "name": "فروشگاه بدون متصدی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'فروشگاه بدون فروشنده'، با کاما جدا می‌شوند>"
+            },
+            "shop/vacuum_cleaner": {
+                "name": "فروشگاه جاروبرقی"
             },
             "shop/variety_store": {
                 "name": "فروشگاه متنوع"
             "shop/video": {
                 "name": "فیلم فروشی"
             },
+            "shop/video_games": {
+                "name": "فروشگاه بازی ویدئویی"
+            },
+            "shop/water_sports": {
+                "name": "فروشگاه ورزشهای آبی/شنا "
+            },
+            "shop/weapons": {
+                "name": "فروشگاه سلاح",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'فروشگاه سلاح'، با کاما جدا می‌شوند>"
+            },
             "tourism": {
                 "name": "توریستی"
             },
                 "name": "متل"
             },
             "tourism/museum": {
-                "name": "موزه"
+                "name": "موزه",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'موزه'، با کاما جدا می‌شوند>"
             },
             "tourism/picnic_site": {
                 "name": "مکان پیک نیک"
                 "name": "منظره"
             },
             "tourism/zoo": {
-                "name": "باغ وحش"
+                "name": "باغ وحش",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'باغ وحش'، با کاما جدا می‌شوند>"
+            },
+            "traffic_calming/bump": {
+                "name": "سرعت گیر"
             },
             "type/boundary": {
                 "name": "مرز"
             },
             "type/boundary/administrative": {
-                "name": "مرز اداری"
+                "name": "مرز اداری",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'مرز اداری'، با کاما جدا می‌شوند>"
             },
             "type/multipolygon": {
                 "name": "چند ضلعی"
             "type/restriction": {
                 "name": "محدوده"
             },
+            "type/restriction/no_left_turn": {
+                "name": "گردش به چپ ممنوع"
+            },
+            "type/restriction/no_right_turn": {
+                "name": "گردش به راست ممنوع"
+            },
+            "type/restriction/no_straight_on": {
+                "name": "ورود به مسیر مستقیم ممنوع"
+            },
+            "type/restriction/no_u_turn": {
+                "name": "دور زدن ممنوع"
+            },
+            "type/restriction/only_left_turn": {
+                "name": "تنها امکان گردش به چپ"
+            },
+            "type/restriction/only_right_turn": {
+                "name": "تنها امکان گردش به راست"
+            },
+            "type/restriction/only_straight_on": {
+                "name": "گردش ممنوع"
+            },
             "type/route": {
                 "name": "مسیر"
             },
                 "name": "مسیر اتوبوس"
             },
             "type/route/detour": {
-                "name": "مسیر جایگزین"
+                "name": "مسیر جایگزین",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'مسیر انحرافی'، با کاما جدا می‌شوند>"
             },
             "type/route/ferry": {
-                "name": "مسیر کشتی"
+                "name": "مسیر کشتی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'مسیر کشتیرانی '، با کاما جدا می‌شوند>"
             },
             "type/route/foot": {
                 "name": "مسیر پیاده"
             },
             "type/route/hiking": {
-                "name": "مسیر کوهنوردی"
+                "name": "مسیر کوهنوردی",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'مسیر پیاده‌روی'، با کاما جدا می‌شوند>"
             },
             "type/route/pipeline": {
                 "name": "مسیر خط لوله"
             },
             "type/route/power": {
-                "name": "مسیر برق"
+                "name": "مسیر برق",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای 'مسیر انتقال برق'، با کاما جدا می‌شوند>"
             },
             "type/route/road": {
                 "name": "مسیر جاده"
                 "name": "سد"
             },
             "waterway/ditch": {
-                "name": "جوی آب"
+                "name": "جوی آب",
+                "terms": "<ترجمه با مترادف یا اصطلاحات مشابه برای   'Ditch'، با کاما جدا می‌شوند>"
             },
             "waterway/drain": {
                 "name": "فاضلاب"
             },
+            "waterway/fuel": {
+                "name": "جایگاه سوخت دریایی"
+            },
             "waterway/river": {
                 "name": "رودخانه"
             },
             "waterway/riverbank": {
                 "name": "حاشیه رودخانه"
             },
+            "waterway/sanitary_dump_station": {
+                "name": "دفع توالت دریایی"
+            },
             "waterway/stream": {
                 "name": "نهر"
             },
index e4357d27f0868352d5d2ca01f231e33e3d1deb9c..a356d0769f03891579d6de7da755ddbb54875440 100644 (file)
         },
         "merge": {
             "title": "Sulauta yhteen",
-            "description": "Sulauta nämä viivat yhteen.",
             "key": "C",
-            "annotation": "{n} viivaa sulautettiin yhteen.",
             "not_eligible": "Näitä ominaisuuksia ei voi sulauttaa yhteen.",
-            "not_adjacent": "Näitä viivoja ei voi sulauttaa yhteen koska ne eivät ole yhteydessä toisiinsa.",
-            "restriction": "Näitä viivoja ei voi sulauttaa yhteen koska ainakin yksi on osapuolena \"{relation}\" relaatiossa.",
             "incomplete_relation": "Näitä karttakohteita ei voi yhdistää, koska ainakin yhden lataus on kesken."
         },
         "move": {
         "nothing": "Ei muokkaushistoriaa."
     },
     "tooltip_keyhint": "Pikanäppäin:",
-    "browser_notice": "Tätä karttamuokkainta voi käyttää Firefox-, Chrome-, Safari- ja Opera-selaimilla sekä Internet Explorer 9 tai uudemmalla selaimella. Nykyinen verkkoselain ei ole tuettu, joten päivitä verkkoselain tai muokkaa karttaa Potlatch 2 -ohjelmalla.",
+    "browser_notice": "Tätä muokkausohjelmaa voi käyttää Firefox-, Chrome-, Safari- ja Opera-selaimilla sekä Internet Explorerin versiolla 11 tai uudemmalla. Päivitä selainohjelmisto tai käytä vanhempaa Potlatch 2 -muokkausohjelmaa.",
     "translate": {
         "translate": "Käännä",
         "localized_translation_label": "Monikielinen nimi",
         "description_placeholder": "Kuvaile lyhyesti karttaan tehtyjä muutoksia. Kirjoita muokkausten kohdemaan paikallisella kielellä (esimerkiksi Suomessa suomeksi tai ruotsiksi) tai englanniksi.",
         "message_label": "Muutossarjan kommentti",
         "upload_explanation": "Palvelimelle tallennettavat muutokset tulevat pian näkyviin kaikkiin OpenStreetMap-kartta-aineistoa käyttäviin palveluihin.",
-        "upload_explanation_with_user": "Muutokset tallennetaan palvelimelle käyttäjätunnisteella {user}. Muutokset tulevat pian näkyviin kaikkiin OpenStreetMap-kartta-aineistoa käyttäviin palveluihin.",
+        "upload_explanation_with_user": "Muutokset tallennetaan palvelimelle käyttäjätunnisteella {user} ja tulevat pian näkyviin kaikkiin OpenStreetMap-kartta-aineistoa käyttäviin palveluihin.",
         "save": "Tallenna",
         "cancel": "Takaisin muokkaamaan",
         "changes": "{count} muutosta",
         "title": "Tallenna",
         "help": "Tallenna muutokset OpenStreetMapiin kaikkien käyttöön.",
         "no_changes": "Ei tallennettavia muutoksia.",
-        "error": "Tallenntamisen aikana ilmenneet virheet",
+        "error": "Tallentamisen aikana ilmenneet virheet",
         "status_code": "Palvelimen virhekoodi {code}",
         "unknown_error_details": "Varmista, että Internet-yhteys on käytössä.",
         "uploading": "Tallennetaan muutoksia OpenStreetMapiin...",
     "merge_remote_changes": {
         "conflict": {
             "deleted": "{user} on poistanut tämän karttakohteen.",
-            "location": "Sekä sinä että {user} ovat siirtäneet tätä karttakohdetta.",
-            "nodelist": "Sekä sinä että {user} ovat muuttaneet pisteitä.",
-            "memberlist": "Sekä sinä että {user} ovat muuttaneet relaation jäseniä."
+            "location": "Sekä sinä että {user} olette siirtäneet tätä karttakohdetta.",
+            "nodelist": "Sekä sinä että {user} olette muuttaneet pistetietoja.",
+            "memberlist": "Sekä sinä että {user} olette muuttaneet relaation jäseniä."
         }
     },
     "success": {
                 "label": "Nopeusrajoitus",
                 "placeholder": "40, 50, 60..."
             },
+            "maxstay": {
+                "label": "Sallittu enimmäisaika"
+            },
             "mtb/scale": {
                 "label": "Maastopyöräilyn haastavuus",
                 "options": {
                 "name": "Buddhalaistemppeli"
             },
             "amenity/place_of_worship/christian": {
-                "name": "Kirkko",
-                "terms": "Kirkko, Pyhäkkö, Rukoushuone, Stupa, Tsasouna, Moskeija, Temppeli"
+                "name": "Kristillinen rukoilupaikka",
+                "terms": "Kirkko, Pyhäkkö, pyhättö, Rukoushuone, Stupa, Tsasouna, Moskeija, Temppeli"
             },
             "amenity/place_of_worship/jewish": {
                 "name": "Synagoga",
             "amenity/university": {
                 "name": "Yliopistoalue"
             },
-            "amenity/vending_machine": {
-                "name": "Myyntiautomaatti",
-                "terms": "välipalamaatti, välipala-automaatti, välipala, ruokamaatti, ruoka-automaatti, juoma, juomia, juomamaatti, kahvikone, kahviautomaatti, kahvi, automaatti, myyntilaite, myyntipiste"
-            },
             "amenity/veterinary": {
                 "name": "Eläinlääkäri"
             },
             "building/bunker": {
                 "name": "Bunkkeri"
             },
-            "building/cathedral": {
-                "name": "Katedraali"
-            },
-            "building/chapel": {
-                "name": "Kappeli"
-            },
-            "building/church": {
-                "name": "Kirkko"
-            },
             "building/college": {
                 "name": "Korkeakoulurakennus (college)"
             },
index 88e517c2390c3b3468470f6a1b1d8234591da94a..5629c63130d1b14ed5b9bdaa2c459ca965c0a5a9 100644 (file)
         },
         "merge": {
             "title": "Fusionner",
-            "description": "Fusionne ces lignes.",
+            "description": "Fusionner ces éléments",
             "key": "C",
-            "annotation": "Fusionne les {n} lignes.",
+            "annotation": "{n} éléments fusionnés",
             "not_eligible": "Ces éléments ne peuvent pas être fusionnés.",
-            "not_adjacent": "Ces lignes ne peuvent pas être fusionnées car elles ne sont pas connectées.",
-            "restriction": "Ces lignes ne peuvent pas être fusionnées car au moins l'une d'entre elles est membre d'une relation \"{relation}\".",
+            "not_adjacent": "Ces éléments ne peuvent être fusionnés car ils ne sont pas connectés.",
+            "restriction": "Ces éléments ne peuvent être fusionnés car au moins l'un d'entre eux est membre de la relation \"{relation}\".",
             "incomplete_relation": "Ces éléments ne peuvent pas être fusionnés parce qu'au moins l'un d'entre eux n'a pas été complètement téléchargé.",
-            "conflicting_tags": "Ces lignes ne peuvent pas être fusionnées car certains de leur tags ont des valeurs contradictoires."
+            "conflicting_tags": "Ces éléments ne peuvent être fusionnés car certains de leurs tags ont des valeurs conflictuelles."
         },
         "move": {
             "title": "Déplacer",
         "tooltip": "Recréer: {action}",
         "nothing": "Rien à refaire."
     },
-    "tooltip_keyhint": "Raccourci:",
-    "browser_notice": "Les navigateurs supportés par cet éditeur sont : Firefox, Chrome, Safari, Opera et Internet Explorer (version 9 et supérieures). Pour éditer la carte, veuillez mettre à jour votre navigateur ou utiliser Potlatch 2.",
+    "tooltip_keyhint": "Raccourci :",
+    "browser_notice": "Cet éditeur est supporté sous Firefox, Chrome, safari, Opera, et Internet  Explorer 11 et supérieur. Veuillez s'il vous plaît mettre à jour votre navigateur ou utiliser Potlach 2 pour éditer la carte.",
     "translate": {
         "translate": "Traduire",
         "localized_translation_label": "Nom multi-langues",
         },
         "minor_roads": {
             "description": "Routes secondaires",
-            "tooltip": "Voies de service, Allées de stationnement, Pistes, etc."
+            "tooltip": "Voies de service, Allées de stationnement, Chemins, etc."
         },
         "paths": {
             "description": "Chemins",
                 "label": "Handicap",
                 "placeholder": "1-18"
             },
+            "handrail": {
+                "label": "Rampe - à main"
+            },
             "highway": {
                 "label": "Type"
             },
                 "label": "Vitesse maximale autorisée",
                 "placeholder": "50, 70, 90..."
             },
+            "maxstay": {
+                "label": "Durée maximale"
+            },
             "mtb/scale": {
                 "label": "Difficulté VTT",
                 "options": {
                 "label": "Type de tour"
             },
             "tracktype": {
-                "label": "Type de piste",
+                "label": "Type de voie",
                 "options": {
                     "grade1": "Dur : pavé ou surface très compacte",
                     "grade2": "Majoritairement dur : gravier/pierre avec quelque matériaux mous mélangés dedans",
             },
             "aeroway": {
                 "name": "Aviation",
-                "terms": "Piste de décollage, Piste d'atterissage, Piste"
+                "terms": "Piste de décollage, Piste d'atterrissage, Piste"
             },
             "aeroway/aerodrome": {
                 "name": "Aéroport",
                 "name": "Terrains d'université",
                 "terms": "Campus universitaire"
             },
-            "amenity/vending_machine": {
+            "amenity/vending_machine/cigarettes": {
+                "name": "Distributeur de cigarettes",
+                "terms": "Distributeur de cigarettes"
+            },
+            "amenity/vending_machine/condoms": {
+                "name": "Distributeur de préservatifs",
+                "terms": "Distributeur de préservatifs"
+            },
+            "amenity/vending_machine/drinks": {
+                "name": "Distributeur de boissons",
+                "terms": "Distributeur de boissons"
+            },
+            "amenity/vending_machine/excrement_bags": {
+                "name": "Distributeur de sacs pour les excréments d'animaux ",
+                "terms": "Distributeur de sacs pour les excréments d'animaux "
+            },
+            "amenity/vending_machine/news_papers": {
+                "name": "Distributeur de journaux",
+                "terms": "Distributeur de journaux"
+            },
+            "amenity/vending_machine/parcel_pickup_dropoff": {
+                "name": "Dépôt ou retrait de colis",
+                "terms": "Dépôt ou retrait de colis"
+            },
+            "amenity/vending_machine/parking_tickets": {
+                "name": "Distributeur de tickets de parking",
+                "terms": "Distributeur de tickets de parking"
+            },
+            "amenity/vending_machine/public_transport_tickets": {
+                "name": "Distributeur de tickets de transit",
+                "terms": "Distributeur de tickets de transit"
+            },
+            "amenity/vending_machine/sweets": {
+                "name": "Distributeur de snacks",
+                "terms": "Distributeur de snacks"
+            },
+            "amenity/vending_machine/vending_machine": {
                 "name": "Distributeur automatique",
                 "terms": "Distributeur automatique"
             },
                 "terms": "Cabane"
             },
             "building/cathedral": {
-                "name": "Cathédrale",
+                "name": "Cathédrale - bâtiment",
                 "terms": "Cathédrale"
             },
             "building/chapel": {
-                "name": "Chapelle",
+                "name": "Chapelle - bâtiment",
                 "terms": "Chapelle"
             },
             "building/church": {
-                "name": "Église",
+                "name": "Église - bâtiment",
                 "terms": "Église"
             },
             "building/college": {
                 "terms": "Bretelle d'accès à une route tertiaire"
             },
             "highway/track": {
-                "name": "Piste carrossable",
-                "terms": "Piste, Chemin carrossable"
+                "name": "Chemin carrossable",
+                "terms": "Piste, Piste carrossable"
             },
             "highway/traffic_signals": {
                 "name": "Feux tricolores",
index 02be5bad360e82881f3a26a42b2c413c20b96b21..a4818c976d49652860c2330849616a075fb103e4 100644 (file)
         },
         "merge": {
             "title": "Unir.",
-            "description": "Unir estas liñas.",
             "key": "C",
-            "annotation": "{n} liñas unidas.",
             "not_eligible": "Estes elementos non se poden unir",
-            "not_adjacent": "Estas liñas non se poden unir porque non están conectadas.",
-            "restriction": "Estas liñas non poden unirse porque cando menos unha é un membro dunha relación \"{relation}\".",
             "incomplete_relation": "Estes elementos non se poden unir porque cando menos un deles non se descargou completamente."
         },
         "move": {
         "nothing": "Nada para refacer"
     },
     "tooltip_keyhint": "Atallo:",
-    "browser_notice": "Este editor está soportado en Firefox, Chrome, Safari, Opera e Internet Explorer 9 e superiores. Por favor, actualiza o teu navegador ou utiliza Potlatch 2 para editar o mapa.",
     "translate": {
         "translate": "Traducir",
         "localized_translation_label": "Nome multilingüe",
             "amenity/university": {
                 "name": "Universidade"
             },
-            "amenity/vending_machine": {
-                "name": "Máquina expendedora"
-            },
             "amenity/veterinary": {
                 "name": "Veterinario"
             },
             "building": {
                 "name": "Edificio"
             },
-            "building/cathedral": {
-                "name": "Catedral"
-            },
-            "building/chapel": {
-                "name": "Capela"
-            },
-            "building/church": {
-                "name": "Igrexa"
-            },
             "building/construction": {
                 "name": "Edificio en construcción"
             },
index faee0b1f53b1f67b455f176c03ce6c831e0d6044..600d82335241c519e6dcf7a68f52fb4ba592e68d 100644 (file)
         },
         "merge": {
             "title": "Spoji",
-            "description": "Spoji ove linije.",
+            "description": "Spoji ove značajke.",
             "key": "C",
-            "annotation": "Spojeno {n} linija.",
+            "annotation": "{n} značajki je spojeno.",
             "not_eligible": "Ova svojstva se ne mogu spojiti.",
-            "not_adjacent": "Ove se linije ne mogu stopiti u jednu jer nisu spojene.",
-            "restriction": "Ove se linije ne mogu spojiti jer je barem jedna član \"{relation}\" relacije.",
-            "incomplete_relation": "Ove se značajke ne mogu spojiti jer bar jedna od njih nije potpuno preuzeta s Interneta."
+            "not_adjacent": "Ove značajke se ne mogu spojiti jer nisu povezane.",
+            "restriction": "Ove značajke se ne mogu spojiti jer je barem jedna dio \"{relation}\" relacije.",
+            "incomplete_relation": "Ove se značajke ne mogu spojiti jer bar jedna od njih nije potpuno preuzeta s Interneta.",
+            "conflicting_tags": "Ove značajke se ne mogu spojiti jer se neke njihove oznake ne podudaraju."
         },
         "move": {
             "title": "Premjesti",
         "nothing": "Nema ništa za ponoviti."
     },
     "tooltip_keyhint": "Kratica:",
-    "browser_notice": "Ovaj uređivač je podržan u preglednicima: Firefox, Chrome, Safari, Opera i Internet Explorer 9 ili novijim. Molimo nadogradite svoj preglednik ili koristite Potlatch 2 za uređivanje karte.",
+    "browser_notice": "Ovaj uređivač je podržan u Firefoxu, Chromeu, Safariju, Operi i Internet Exploreru 11 ili novijoj verziji. Molim nadogradi svoj internet preglednik ili koristi Potlatch 2 program za uređivanje karte.",
     "translate": {
         "translate": "Prevedi",
         "localized_translation_label": "Višejezični naziv",
     "zoom_in_edit": "Povećaj prikaz za uređivanje",
     "logout": "odjava",
     "loading_auth": "Spajanje na OpenStreetMap...",
+    "report_a_bug": "Prijavi grešku",
+    "help_translate": "Pomozi prevesti iD uređivač",
     "feature_info": {
         "hidden_warning": "{count} skrivenih značajki",
         "hidden_details": "Ove značajke su trenutno skrivene: {details}"
             "electrified": {
                 "label": "Elektrifikacija",
                 "options": {
-                    "contact_line": "Dodirna crta",
+                    "contact_line": "Kontaktni vod",
                     "no": "Ne",
-                    "rail": "Elektrificirana Å¾eljeznica",
+                    "rail": "Elektrificirana Å¡ina",
                     "yes": "Da (nedefinirano)"
                 },
-                "placeholder": "Dodirna crta, elektrificirana željeznica"
+                "placeholder": "Kontaktni vod, elektrificirana šina..."
             },
             "elevation": {
                 "label": "Nadmorska visina"
             "amenity/university": {
                 "name": "Fakultetsko zemljište"
             },
-            "amenity/vending_machine": {
-                "name": "Automat za prodaju",
-                "terms": "aparat za prodaju sokova,aparat za prodaju slatkiša,aparat za prodaju,aparat za kupovinu,prodajni aparat,automat za prodaju,automat za kupovinu,prodajni automat,automat za kavu"
-            },
             "amenity/veterinary": {
                 "name": "Veterinar"
             },
             "building/cabin": {
                 "name": "Mala drvena kućica, sklonište"
             },
-            "building/cathedral": {
-                "name": "Katedrala"
-            },
-            "building/chapel": {
-                "name": "Kapelica",
-                "terms": "kapela, kapelica"
-            },
-            "building/church": {
-                "name": "Crkva"
-            },
             "building/college": {
                 "name": "Zgrada fakulteta"
             },
                 "name": "Željeznička stanica",
                 "terms": "željeznička stanica,željeznička postaja,stanica za vlak"
             },
+            "railway/level_crossing": {
+                "name": "Željezničko cestovni prijelaz",
+                "terms": "pružni prijelaz, križanje sa prugom, andrijin križ, žcp, "
+            },
             "railway/monorail": {
                 "name": "Jednotračna željeznička pruga",
                 "terms": "monorail željeznička pruga,pruga sa jednim kolosjekom"
index edd3b8f6c6ea3c509b5b9cf35dcf392bee4fce5e..2d2418e4d92f5accab946986801a54d3c6d6a51a 100644 (file)
@@ -17,7 +17,7 @@
         },
         "browse": {
             "title": "Böngészés",
-            "description": "Térkép mozgatása és zoomolás"
+            "description": "Térkép mozgatása és zoomolás."
         },
         "draw_area": {
             "tail": "Kattints, hogy elhelyezd a terület pontjait. Kattints az első pontra a terület befejezéséhez."
     "operations": {
         "add": {
             "annotation": {
-                "point": "Pont hozzáadása.",
-                "vertex": "Pont hozzáadása a vonalhoz.",
+                "point": "Pont hozzáadva.",
+                "vertex": "Pont hozzáadva a vonalhoz.",
                 "relation": "Kapcsolat hozzáadva."
             }
         },
         "start": {
             "annotation": {
-                "line": "Vonal kezdése.",
-                "area": "Terület kezdése."
+                "line": "Vonal elkezdve.",
+                "area": "Terület elkezdve."
             }
         },
         "continue": {
             "key": "A",
             "title": "Folytatás",
-            "description": "Ez a vonal folytatása.",
+            "description": "A vonal folytatása.",
             "not_eligible": "Itt nincs folytatható vonal.",
             "multiple": "Itt több vonal is folytatható. A választáshoz nyomd meg a Shift gombot és kattints az egyikre a kijelöléshez.",
             "annotation": {
-                "line": "Vonal folytatása.",
-                "area": "Terület folytatása."
+                "line": "Vonal folytatva.",
+                "area": "Terület folytatva."
             }
         },
         "cancel_draw": {
             "annotation": "Egy kapcsolattag szerepének megváltoztatása."
         },
         "change_tags": {
-            "annotation": "Címkék módosítása."
+            "annotation": "Címkék módosítva."
         },
         "circularize": {
-            "title": "Köralakúvá tétel",
+            "title": "Kör alakúvá tétel",
             "description": {
-                "line": "Köralakúvá teszi a vonalat.",
-                "area": "Köralakúvá teszi a területet."
+                "line": "Kör alakúvá teszi a vonalat.",
+                "area": "Kör alakúvá teszi a területet."
             },
             "key": "O",
             "annotation": {
-                "line": "Vonal köralakúvá tétele.",
-                "area": "Terület köralakúvá tétele."
+                "line": "Vonal kör alakúvá téve.",
+                "area": "Terület kör alakúvá téve."
             },
             "not_closed": "Nem lehet kör alakúvá tenni, mert nem hurok.",
             "too_large": "Nem lehet kör alakúvá tenni, mert nem látszik az egész alakzat.",
         "orthogonalize": {
             "title": "Szögletesít",
             "description": {
-                "line": "Vonal sarkainak szögletesítése",
-                "area": "Terület sarkainak szögletesítése"
+                "line": "Vonal sarkainak szögletesítése.",
+                "area": "Terület sarkainak szögletesítése."
             },
             "key": "S",
             "annotation": {
-                "line": "Vonal sarkainak szögletesítése.",
-                "area": "Terület sarkainak szögletesítése."
+                "line": "Vonal sarkai szögletesítve.",
+                "area": "Terület sarkai szögletesítve."
             },
             "not_squarish": "Nem lehet szögletesíteni, mert nem szögletes.",
             "too_large": "Nem lehet négyszögesíteni, mert nem látszik az egész alakzat.",
             "title": "Törlés",
             "description": "Az objektum végleges törlése",
             "annotation": {
-                "point": "Pont törlése.",
-                "vertex": "Pont törlése egy vonalból.",
-                "line": "Vonal törlése.",
-                "area": "Terület törlése.",
-                "relation": "Kapcsolat törlése.",
-                "multiple": "{n} objektum törlése."
+                "point": "Pont törölve.",
+                "vertex": "Pont törölve egy vonalból.",
+                "line": "Vonal törölve.",
+                "area": "Terület törölve.",
+                "relation": "Kapcsolat törölve.",
+                "multiple": "{n} objektum törölve."
             },
             "incomplete_relation": "Az elem nem törölhető, mert nem lett teljesen letöltve.",
             "part_of_relation": "Ezt az elemet nem lehet törölni, mert egy nagyobb kapcsolat része. Elsőként el kell távolítanod a kapcsolatból.",
         },
         "connect": {
             "annotation": {
-                "point": "Pont vonalhoz kapcsolása.",
-                "vertex": "Egy vonal összekapcsolása egy másikkal.",
-                "line": "Egy vonal összekapcsolása egy vonallal.",
-                "area": "Egy vonal összekapcsolása egy területtel."
+                "point": "Pont vonalhoz kapcsolva.",
+                "vertex": "Egy vonal összekapcsolva egy másikkal.",
+                "line": "Egy vonal összekapcsolva egy vonallal.",
+                "area": "Egy vonal összekapcsolva egy területtel."
             }
         },
         "disconnect": {
             "title": "Szétkapcsolás",
             "description": "Vonalak/területek szétkapcsolása egymástól.",
             "key": "D",
-            "annotation": "Vonalak/területek szétkapcsolása.",
+            "annotation": "Vonalak/területek szétkapcsolva.",
             "not_connected": "Nincsenek szétkapcsolható vonalak/területek.",
             "connected_to_hidden": "Nem kapcsolható szét, mert egy rejtett elemhez csatlakozik."
         },
         "merge": {
             "title": "Egyesítés",
-            "description": "Vonalak egyesítése.",
+            "description": "Az elemek egyesítése.",
             "key": "C",
-            "annotation": "{n} vonal egyesítve.",
+            "annotation": "{n} elem egyesítve.",
             "not_eligible": "Az elemek nem egyesíthetőek.",
-            "not_adjacent": "A vonalak nem egyesíthetőek, mert nincsenek összekapcsolva.",
-            "restriction": "A vonalak nem egyesíthetőek, mert legalább az egyikük egy \"{relation}\" kapcsolat tagja.",
-            "incomplete_relation": "Nem sikerült az egyesítés, mert legalább egy elem nincs teljesen letöltve."
+            "not_adjacent": "Az elemek nem egyesíthetőek, mert nincsenek összekötve.",
+            "restriction": "Az elemek nem egyesíthetőek, mert legalább az egyik tagja egy „{relation}” kapcsolatnak.",
+            "incomplete_relation": "Nem sikerült az egyesítés, mert legalább egy elem nincs teljesen letöltve.",
+            "conflicting_tags": "Az elemek nem egyesíthetőek, mert néhány címke értéke ütközik."
         },
         "move": {
             "title": "Mozgatás",
             "description": "Elem mozgatása más helyre.",
             "key": "M",
             "annotation": {
-                "point": "Pont mozgatása.",
-                "vertex": "A vonal egy pontjának mozgatása.",
-                "line": "Vonal mozgatása.",
-                "area": "Terület mozgatása.",
-                "multiple": "Több objektum mozgatása."
+                "point": "Pont elmozgatva.",
+                "vertex": "A vonal egy pontjának elmozgatva.",
+                "line": "Vonal elmozgatva.",
+                "area": "Terület elmozgatva.",
+                "multiple": "Több objektum elmozgatva."
             },
-            "incomplete_relation": "Az elem nem mozgatható, mert nem lett teljesen letöltve.",
+            "incomplete_relation": "Az elem nem mozgatható el, mert nem lett teljesen letöltve.",
             "too_large": "Nem lehet áthelyezni, mert nem látszik az egész alakzat.",
             "connected_to_hidden": "Nem helyezhető át, mert egy rejtett elemhez csatlakozik."
         },
             "description": "Objektum elforgatása a középpontja körül.",
             "key": "R",
             "annotation": {
-                "line": "Vonal forgatása.",
-                "area": "Terület forgatása."
+                "line": "Vonal elforgatva.",
+                "area": "Terület elforgatása."
             },
-            "too_large": "Nem lehet forgatni, mert nem látszik az egész alakzat.",
-            "connected_to_hidden": "Nem lehet forgatni, mert egy rejtett elemhez csatlakozik."
+            "too_large": "Nem lehet elforgatni, mert nem látszik az egész alakzat.",
+            "connected_to_hidden": "Nem lehet elforgatni, mert egy rejtett elemhez csatlakozik."
         },
         "reverse": {
             "title": "Megfordítás",
             "description": "Vonal irányának megfordítása.",
             "key": "V",
-            "annotation": "Vonal megfordítása."
+            "annotation": "Vonal megfordítva."
         },
         "split": {
             "title": "Kettévágás",
             },
             "not_eligible": "A vonalakat nem lehet az elejüknél vagy végüknél kettévágni.",
             "multiple_ways": "Túl sok kettévágandó vonal van itt.",
-            "connected_to_hidden": "Nem lehet felosztani, mert egy rejtett elemhez csatlakozik."
+            "connected_to_hidden": "Nem lehet kettévágni, mert egy rejtett elemhez csatlakozik."
         },
         "restriction": {
             "help": {
-                "select": "Kattintson egy útszakasz kiválasztásához.",
-                "toggle": "Kattintson a kanyarodási tiltások átállításához.",
-                "toggle_on": "Kattintson egy „{restriction}” korlátozás hozzáadásához.",
-                "toggle_off": "Kattintson a(z) „{restriction}” korlátozás eltávolításához."
+                "select": "Kattints egy útszakasz kiválasztásához.",
+                "toggle": "Kattints a kanyarodási tiltások átállításához.",
+                "toggle_on": "Kattints egy „{restriction}” korlátozás hozzáadásához.",
+                "toggle_off": "Kattints a(z) „{restriction}” korlátozás eltávolításához."
             },
             "annotation": {
                 "create": "Kanyarodási tiltás hozzáadva",
         "nothing": "Nincs mit visszaállítani."
     },
     "tooltip_keyhint": "Gyorsbillentyű:",
-    "browser_notice": "Ez a szerkesztőprogram Firefoxban, Chrome-ban, Safariban, Operában és Internet Explorer 9-ben támogatott. Kérlek, frissítsd a böngésződet, vagy szerkeszd a térképet Potlatch 2-vel.",
+    "browser_notice": "Ez a szerkesztő a következő böngészőkben támogatott: Firefox, Chrome, Safari, Opera és Internet Exporer 11 vagy újabb. Kérlek frissítsd a böngésződ vagy használd a Potlach 2-t a térkép szerkesztéséhez.",
     "translate": {
         "translate": "Fordítás",
         "localized_translation_label": "Többnyelvű név",
     "zoom_in_edit": "Szerkesztéshez nagyíts rá",
     "logout": "kijelentkezés",
     "loading_auth": "Csatlakozás az OpenStreetMap szerverhez…",
+    "report_a_bug": "Hibajelentés",
+    "help_translate": "Segíts a fordításban",
     "feature_info": {
         "hidden_warning": "{count} rejtett elem",
         "hidden_details": "Ezek az elemek jelenleg rejtettek: {details}"
         "readonly": "Az API csak olvasható módban van. Várnod kell a szerkesztéseid elmentésével."
     },
     "commit": {
-        "title": "Módosítások Mentése",
+        "title": "Módosítások mentése",
         "description_placeholder": "A közreműködésed rövid összefoglalója",
         "message_label": "Módosításcsomag megjegyzés",
         "upload_explanation": "Az általad feltöltött változtatások minden OpenStreetMapet használó térképen láthatóak lesznek.",
     },
     "save": {
         "title": "Mentés",
-        "help": "Változtatások mentése OpenStreetMapre, és láthatóvá tétele más szerkesztők számára.",
+        "help": "Változtatások mentése az OpenStreetMapbe, és láthatóvá tétele más szerkesztők számára.",
         "no_changes": "Nincs mit elmenteni.",
         "error": "Mentés közben több hiba történt",
         "status_code": "A szerver a(z) {code} státuszkóddal válaszolt",
-        "unknown_error_details": "Győződjön meg arról, hogy csatlakozik-e az internethez.",
+        "unknown_error_details": "Győződj meg arról, hogy csatlakozik-e az internethez.",
         "uploading": "Változtatások mentése OpenStreetMapre.",
         "unsaved_changes": "Elmentetlen változtatásaid vannak",
         "conflict": {
             "previous": "< Előző",
             "next": "Következő >",
             "keep_local": "Enyém megtartása",
-            "keep_remote": "Övé használata",
+            "keep_remote": "Övék használata",
             "restore": "Visszaállítás",
             "delete": "Hagyja törölve",
             "download_changes": "Vagy töltsd le változtatásaidat.",
     },
     "merge_remote_changes": {
         "conflict": {
-            "deleted": "Ezt az objektumot törölte {user}.",
+            "deleted": "Ezt az objektumot {user} törölte.",
             "location": "Ezt az objektumot te és {user} is áthelyezte.",
             "nodelist": "Az adott pontok egyszerre kerültek módosításra általad és {user} - által.",
             "memberlist": "A kapcsolat elemei egyszerre kerültek módosításra általad és {user} által.",
     },
     "success": {
         "edited_osm": "OSM szerkesztve!",
-        "just_edited": "Szerkesztetted az OpenStreetMap-et!",
+        "just_edited": "Szerkesztetted az OpenStreetMapet!",
         "view_on_osm": "Megtekintés OSM-en",
         "facebook": "Megosztás Facebookon",
         "twitter": "Megosztás Twitteren",
         "untagged_area": "Címkézetlen terület",
         "many_deletions": "{n} objektum törlésére készülsz. Biztos vagy benne? Ez törli őket a térképről, amit mindenki más lát az openstreetmap.org-on.",
         "tag_suggests_area": "A(z) {tag} címke alapján a vonal terület kéne legyen, de ez nem terület",
-        "untagged_point_tooltip": "Jelölje ki azt az elemtípust, amely leírja, hogy mi ez a pont.",
-        "untagged_line_tooltip": "Jelölje ki azt az elemtípust, amely leírja, hogy mi ez a vonal.",
-        "untagged_area_tooltip": "Jelölje ki azt az elemtípust, amely leírja, hogy mi ez a terület.",
+        "untagged_point_tooltip": "Jelöld ki azt az elemtípust, amely leírja, hogy mi ez a pont.",
+        "untagged_line_tooltip": "Jelöld ki azt az elemtípust, amely leírja, hogy mi ez a vonal.",
+        "untagged_area_tooltip": "Jelöld ki azt az elemtípust, amely leírja, hogy mi ez a terület.",
         "deprecated_tags": "Elavult címkék: {tags}"
     },
     "zoom": {
         "in": "Közelítés",
         "out": "Távolítás"
     },
-    "cannot_zoom": "Nem lehet jobban eltávolítani ebben a módban.",
-    "full_screen": "Váltás Teljes Képernyőre",
+    "cannot_zoom": "Nem lehet jobban távolítani ebben a módban.",
+    "full_screen": "Váltás teljes képernyőre",
     "gpx": {
-        "local_layer": "GPX fájl betöltése",
+        "local_layer": "Helyi GPX fájl",
         "drag_drop": "Húzz egy .gpx fájlt az oldalra, vagy kattints a gombra a tallózáshoz.",
         "zoom": "Nagyítás a GPX nyomvonalra",
         "browse": ".gpx fájl tallózása"
     },
     "help": {
         "title": "Súgó",
-        "help": "# Súgó\n\nEz egy szerkesztő az [OpenStreetMap](http://www.openstreetmap.org/)-hoz, a szabadon szerkeszthető és felhasználható világtérképhez. A környezetedről tölthetsz fel, vagy frissíthetsz adatokat, ezáltal mindenki számára jobbá téve egy ingyenes térképet.\n\nAmit ezen a térképen alkotsz, mindenki számára látható lesz, aki használja az OpenStreetMap-ot. A szerkesztéshez [be kell jelentkezned]\n(https://www.openstreetmap.org/login)\n\nAz [iD szerkesztő](http://ideditor.com/) egy együttműködésen alapuló projekt, a [GitHub-on elérhető forráskóddal](https://github.com/openstreetmap/iD), aminek a fordításába és fejlesztésébe te is besegíthetsz.\n",
+        "help": "# Súgó\n\nEz egy szerkesztő az [OpenStreetMap](http://www.openstreetmap.org/)-hoz, a szabadon szerkeszthető és felhasználható világtérképhez. A környezetedről tölthetsz fel, vagy frissíthetsz adatokat, ezáltal mindenki számára jobbá téve egy ingyenes térképet.\n\nAmit ezen a térképen alkotsz, mindenki számára látható lesz, aki használja az OpenStreetMapet. A szerkesztéshez [be kell jelentkezned]\n(https://www.openstreetmap.org/login)\n\nAz [iD szerkesztő](http://ideditor.com/) egy együttműködésen alapuló projekt, a [GitHub-on elérhető forráskóddal](https://github.com/openstreetmap/iD), aminek a fordításába és fejlesztésébe te is besegíthetsz.\n",
         "editing_saving": "# Szerkesztés és Mentés \n\nA szerkesztőt elsődlegesen online munkára tervezték és te jelenleg egy weblapon éred el. \n\n### Elemek kiválasztása \n\nEgy térképelem, mint út vagy érdekes hely kiválasztásához kattints rá a térképen. Ettől a kiválasztott elem kiemelődik és megnyílik egy panel az adataival, és egy menüvel, ami mutatja, miket tudsz az elemmel csinálni. Több elemet a 'Shift' gomb nyomva tartása közbeni kattintással, vagy húzással tudsz kiválasztani. A húzással kijelölöd a bekeretezett részen lévő összes elemet, lehetővé téve, hogy egyszerre több mindent változtass. \n\n### Szerkesztések mentése \n\nAmikor utakat, épületeket, helyeket szerkesztesz, ezek a változások helyileg lesznek tárolva, amíg nem mented őket a szerverre. Ne aggódj, ha elrontasz valamit - vissza tudod vonni a változtatásaidat a visszavonás gombra kattintva, a mégis gombra kattintva pedig a korábban visszavont változtatásaidat állíthatod vissza. \n\nKattints a 'Mentés' gombra, ha végeztél egy terület szerkesztésével - például, ha befejezted egy város részletének szerkesztését és egy másik területet szeretnél szerkeszteni. Lehetőséged lesz visszanézni, hogy mit csináltál. A szerkesztő hasznos tanácsokat biztosít és figyelmeztet ha valami nem tűnik megfelelőnek a változtatásaiddal. \n\nHa minden rendben van, beírhatsz egy rövid ismertetést a szerkesztéseiddel kapcsolatban és újból a 'Mentés' gombra kattintva közzéteheted a változtatásaidat és az információkat velük kapcsolatban az [OpenStreetMap.org](http://www.openstreetmap.org/) webhelyen, ahol az összes felhasználónak láthatóak és elérhetőek lesznek, hogy azokra építhessenek, fejleszthessék azokat. \n\nHa nem tudod befejezni a szerkesztéseidet egyszerre, elhagyhatod a szerkesztő ablakot, mert amikor visszatérsz (ugyanazzal a böngészővel és számítógéppel), a szerkesztő fel fogja ajánlani, hogy visszaállítsa-e a korábbi munkádat.\n\n### Szerkesztő használata\n\nA szerkesztést megkönnyítő gyorsbillentyűket [itt](http://wiki.openstreetmap.org/wiki/Hu:iD/Shortcuts) találhatod meg.\n",
         "roads": "# Utak\n\nA szerkesztőprogrammal tudsz utakat létrehozni, javítani és törölni. Az utak \nsokfélék lehetnek: ösvények, közutak, kerékpárutak, stb. – minden gyakran \nkeresztezett szakaszt térképezni kell.\n\n### Kiválasztás\n\nÚt kiválasztásához kattints rá. Meg fog jelenni kiemelve, mellette egy kis eszköztár \nmenüvel és egy oldalsávval, ami további információkat mutat az útról.\n\n### Módosítás\n\nGyakran láthatod, hogy az út nincs a mögötte lévő légifelvételhez, vagy GPS \nnyomvonalhoz igazítva. Ha megbizonyosodtál arról, hogy nem a légifelvétel téved, \nhelyreigazíthatod az utakat.\n\nElőször is kattints a módosítandó útra. Ettől kiemelődik az út és megjelennek a\nkezelőpontjai, amiket mozgatni tudsz a megfelelő helyre. Ha új kezelőpontot \nszeretnél hozzáadni, hogy részletesebb utat kapj, kattints duplán az útnak egy \nolyan részére, ahol még nincs pont.\n\nHa egy út egy másik útba csatlakozik, de a térképen nincsenek összekapcsolva, \nhúzd az egyik út kezelőpontját a másik útra, és össze fognak kapcsolódni. \nAz utak megfelelő összekapcsolása a térképen nagyon fontos, útvonaltervezéshez \nlétfontosságú.\n\nHasználhatod a 'Mozgatás' eszközt is, vagy megnyomhatod az 'M' gyorsbillentyűt, ha az \naz egész utat szeretnéd mozgatni. Mozgatás után kattintással rögzítheted az új helyén.\n\n### Törlés\n\nHa egy út teljesen hibás – ha azt látod, hogy egyáltalán nincs rajta a légifelvételen, \nés biztos vagy benne, hogy nem is létezik –, törölheted, amivel eltávolítod a térképről. \nLegyél óvatos elemek törlésekor, akárcsak bármilyen más szerkesztésnél, a mindenki \náltal látható eredmény és a légifelvétel gyakran elavult, lehet, hogy az utat nemrég építették.\n\nAz út törléséhez előbb válaszd ki, majd kattints a kuka ikonra, vagy nyomd meg a Delete \nbillentyűt.\n\n### Létrehozás\n\nTaláltál egy utat, ami még nincs rajta a térképen? Kattints a bal felső eszköztár 'Vonal' \nikonjára vagy nyomd meg a '2'-es billentyűt és kezdd el rajzolni a vonalat.\n\nA rajzolás megkezdéséhez kattints a térképen az út elejére. Ha az út \negy másik meglévő útból ágazik ki, arra a helyre kattints, ahol csatlakoznak.\n\nEzután kattintással hozz létre pontokat a műholdkép vagy GPS nyomvonal alapján, \nhogy a vonal az út középvonalát kövesse. Ha az utad keresztez egy másik utat, kapcsold \nössze őket a metszéspontjukra kattintva. Ha kész vagy a rajzolással, kattints duplán, \nvagy nyomj a billentyűzeten egy 'Enter'-t.\n",
+        "gps": "#GPS\n\nAz összegyűjtött GPS nyomvonalak hasznos adatok az OpenStreetMap számára. Ez a szerkesztő\ntámogatja a helyi nyomvonalakat - `.gpx` fájlok a saját gépeden. Ezeket a\nGPS nyomvonalakat begyűjtheted jó pár okostelefon alkalmazással, vagy\nszemélyi GPS eszközökkel.\n\nTovábbi információkért, hogy hogy kell GPS felmérést végezni, olvasd el a\n[Térképezés okostelefonnal, GPS-szel, vagy papíron](http://learnosm.org/en/mobile-mapping/) cikket.\n\nHogy egy GPX sávot térképezéshez használj, fogd és vidd a GPX fájlt a térképszerkesztőre. Ha felismeri a program, akkor hozzáadásra kerül a térképre, mint egy fényes lila\nvonal. Kattints a „Térképadatok” menüre jobb oldalt a bekapcsoláshoz, kikapcsoláshoz vagy közelítéshez a GPX-vezérelt rétegen.\n\nA GPX sáv nem kerül közvetlen feltöltésre az OpenStreetMapbe - a legjobb módszer a használatára az,\nhogy rajzolsz a térképre, és az új elemek felviteléhez segítségként használod,\nmajd [feltöltöd az OpenStreetMapbe](http://www.openstreetmap.org/trace/create),\nhogy mások is használni tudják.\n",
         "imagery": "# Légifelvétel\n\nA légifelvétel a térképezés egyik fontos forrása. A repülőgépes ortofotók, műholdképek és szabadon összeállított források kombinációja rendelkezésre áll a szerkesztőben a bal oldali menü 'Háttérbeállítások' gombjára kattintva.\n\nAlapértelmezésként a [Bing Maps](http://www.bing.com/maps/) műholdkép réteg jelenik meg a szerkesztőben, de ahogy új helyekre görgeted a térképet, új források jelennek meg. Néhány országban, mint az Egyesül Államok, Franciaország, vagy Dánia nagyon jó minőségű légifelvételek érhetőek el egyes területeken.\n\nA légifelvételek gyakran el vannak csúszva a valósághoz képest, a légifelvétel szolgáltatók hibájából. Ha látsz egy csomó utat eltolódva a háttértől, ne húzd őket rögtön a háttérképhez. Ehelyett igazítsd úgy a háttérképet, hogy a meglévő adatok illeszkedjenek rá. Ehhez kattints a Háttérbeállítások menü 'Elcsúszás korrigálása' gombjára.\n",
         "addresses": "# Lakcímek\n\nA lakcímek a térkép egyik leghasznosabb információi.\n\nHabár a címeket gyakran az utca részeként ábrázolják, az OpenStreetMap\naz utca mentén levő házak és helyek tulajdonságaiként tárolja őket.\n\nCím információkat adhatsz épület körvonalként felrajzolt helyekhez, vagy\nönálló pontokhoz. A címadatok javasolt forrása a helyszíni felmérés, vagy\nszemélyes ismeretek. Mint minden más adatnál, a kereskedelmi források\n(mint Google Maps) másolása szigorúan tilos.\n",
+        "inspector": "#A címkeszerkesztő használata\n\nA címkeszerkesztő az oldal bal oldalán a kiválasztott\nelemek szerkesztésére szolgál.\n\n### Elemtípus kiválasztása\n\nMiután hozzáadsz egy pontot, vonalat vagy területet, kiválaszthatod a típusát, hogy\negy autópálya, városi út, szupermarket vagy kávézó.\nA címkeszerkesztő megjeleníti a gyakori elemtípusokat, valamint\nkikereshetsz másokat is a keresőmezőbe gépeléssel.\n\nKattints az „i” gombra a jobb alsó sarokban, hogy\ntöbbet tudj meg az elemtípusról. Kattints rá a kiválasztásához.\n\n### Űrlapok használata és címkék szerkesztése\n\nMiután kiválasztottad az elemtípust, vagy kiválasztottad a már meglévő típust,\nakkor a címkeszerkesztő megjeleníti a részleteit, mint\na neve és a címe.\n\nA látható mezők alatt megnyomhatod a „Mező hozzáadása” legördülőt a további\nrészletek hozzáadásához, mint például egy Wikipedia link, kerekesszékes elérés és így tovább.\n\nA címkeszerkesztő alján kattints a „További címkék”-re hogy tetszőleges\nmás címkéket adj az elemhez. A [Taginfo](http://taginfo.openstreetmap.org/) egy nagyszerű forrás a népszerű címkekombinációk megismerésére.\n\nA változtatások, amiket a címkeszesztőben végzel, automatikusan végrehajtódnak a térképen.\nEzeket bármikor visszonvonhatod a „Visszavonás” gombbal.\n",
         "buildings": "# Épületek\n\nAz OpenStreetMap a világ legnagyobb épület adatbázisa. Te is bővítheted és \nfejlesztheted ezt az adatbázist.\n\n### Kiválasztás\n\nÉpületet a körvonalára kattintva tudsz kiválasztani. Ez kiemeli az épületet és megnyitja az eszközmenüt és a további információkat mutató oldalsávot.\n\n### Módosítás\n\nAz épületek gyakran pontatlan helyen vannak, vagy pontatlan a címkézésük.\n\nEgy egész épület mozgatásához kattints a 'Mozgatás' eszközre. Mozgasd az \negeret az épület eltolásához, és kattints, ha jó helyre került.\n\nAz épület egyedi alakjának javításához kattints a korvonalának pontjaira és \nhúzd őket jó helyre.\n\n### Létrehozás\n\nAz épületek létrehozása körüli egyik fő kérdés, hogy az OpenStreetMap \naz épületeket alakzatként és pontként is tudja tárolni. Az ökölszabály, hogy \n_az épületet alakzatként kell térképezni, hacsak lehet_ és a cégeket, lakásokat, \nszolgáltatásokat és egyéb a házon belül működő dolgokat a ház körvonalán belüli \npontként kell térképezni.\n\nKezd az épület alakzatként rajzolását a 'Terület' gombra kattintva a bal felső \neszköztáron. Befejezni az 'Enter' billentyűvel, vagy a terület első pontjára kattintva \ntudod, bezárva az alakzatot.\n\n### Törlés\n\nHa egy épület teljesen hibás – például azt látod, hogy nincs rajta a műholdképen és \nbiztos vagy benne, hogy nem létezik – törölheted, ezzel eltávolítva a térképről.\n\nHa egy épület teljesen hibás – ha azt látod, hogy egyáltalán nincs rajta a légifelvételen, \nés biztos vagy benne, hogy nem is létezik –, törölheted, ezzel eltávolítva a térképről.\nLegyél óvatos elemek törlésekor, akárcsak bármilyen más szerkesztésnél, a mindenki \náltal látható eredmény és a légifelvétel gyakran elavult, lehet, hogy a ház egyszerűen új építésű.\n\n\nHáz törléséhez előbb válaszd ki, majd kattints a kuka ikonra, vagy nyomd meg a Delete \nbillentyűt.\n",
         "relations": "# Kapcsolatok\n\nA kapcsolat az OpenStreetMap egyik speciális típusú eleme, amely más\nelemeket csoportosít egymáshoz. Például a kapcsolatok két gyakori típusa\naz *útkapcsolatok*, amely egy adott autópályához vagy autóúthoz tartozó\nút szakaszait csoportosítja, és a *multipoligonok*, amelyek egy komplex\nterületet (több darabból állót vagy lyukat tartalmazót - akárcsak egy\nfánk) meghatározó vonalakat csoportosítanak egymáshoz.\n\nAz elemek csoportját a kapcsolatban *tagoknak* hívják. Az oldalsávon\nláthatja, hogy mely kapcsolatok az elem tagjai, és egy kapcsolatra\nkattintva kijelölheti azt. Ha egy kapcsolat ki van jelölve, akkor láthatóvá\nválik annak összes tagja az oldalsávon felsorolva és a térképen kiemelve.\n\nA legtöbb rész esetében az iD automatikusan gondoskodik a kapcsolatok\nkarbantartásáról, miközben ön szerkeszt. A legfontosabb dolog, amit tudnia\nkell, hogy ha törli egy út szakaszát, hogy pontosabban újrarajzolja, akkor\nmeg kell győződnie arról, hogy az új szakasz ugyanannak a kapcsolatnak a\ntagja, mint az eredeti.\n\n## Kapcsolatok szerkesztése\n\nHa kapcsolatokat szeretne szerkeszteni, itt találja az alapokat.\n\nEgy kapcsolathoz való elem hozzáadásához jelölje ki az elemet, kattintson\na „+” gombra az oldalsáv „Összes kapcsolat” szakaszában, és válassza ki\nvagy gépelje be a kapcsolat nevét.\n\nEgy új kapcsolat létrehozásához válassza ki az első elemet, amely a tagja\nlesz annak, kattintson a „+” gombra az „Összes kapcsolat” szakaszban, és\nválassza az „Új kapcsolat…” menüpontot.\n\nEgy elem kapcsolatból való eltávolításához jelölje ki az elemet, és\nkattintson a kuka gombra azon kapcsolat mellett, amelyből el szeretné\ntávolítani.\n\nLétrehozhat lyukakkal rendelkező multipoligonokat az „Egyesítés” eszköz\nhasználatával. Rajzoljon két területet (belső és külső), tartsa nyomva a\nShift billentyűt, és kattintson egyesével rájuk mindkettő kijelöléséhez,\nmajd kattintson az „Egyesítés” (+) gombra.\n"
     },
     "intro": {
         "navigation": {
             "title": "Navigálás",
-            "drag": "Térkép fő területe az OpenStreetMap adatokat ábrázolja a háttér fölött. Navigálni húzással és görgetéssel tudsz, mint bármely másik webes térképen. **Húzd arrébb a térképet!*",
+            "drag": "A térkép fő területe az OpenStreetMap adatokat ábrázolja a háttér fölött. Navigálni húzással és görgetéssel tudsz, mint bármely másik webes térképen. **Húzd arrébb a térképet!**",
             "select": "A térképelemeknek három típusa van: pont, vonal, terület. A térképelemeket rájuk kattintva lehet kiválasztani. **Kattints a pontra, hogy kiválaszd.**",
             "header": "A fejléc mutatja az elem típusát.",
             "pane": "Egy elem kiválasztásakor megjelenik a címkeszerkesztő. A fejléc mutatja az elem típusát, a fő ablaktábla pedig az elem attribútumait, mint a név, vagy cím. **Zárd be a címkeszerkesztőt a jobb felső sarkában lévő X gombbal.**"
             "title": "Pontok",
             "add": "A pontok általában olyan helyeket ábrázolnak, mint boltok, éttermek, emlékművek. Jelzik az objektum konkrét helyét és leírják, mi van ott. **Kattints a Pont gombra és hozz létre egy új pontot.**",
             "place": "A pont a térképre kattintva helyezhető el. **Tedd a pontot az épület tetejére.**",
-            "search": "Több elem is van, amit pontként lehet ábrázolni. Az általad létrehozott pont egy kávézó. **Keress rá a '{name}'-ra.**",
+            "search": "Több elem is van, amit pontként lehet ábrázolni. Az általad létrehozott pont egy kávézó. **Keress rá a „{name}” pontra.**",
             "choose": "**Válaszd a Kávézót a listából.**",
             "describe": "A pont kávézónak lett jelölve. A címkeszerkesztőt használva megadhatsz az elemről további adatokat is. **Adj neki nevet**",
             "close": "A címkeszerkesztő az X gombbal zárható be. **Zárd be a címkeszerkesztőt**",
             "add": "A területek az elemek határainak megjelenítésére használhatók, úgymint tavak, épületek és lakott területek. Azon elemek részletesebb térképezéshez is használhatók, amelyeket normál esetben pontokként jelölne. **Kattintson a Terület gombra egy új terület hozzáadásához.**",
             "corner": "Területet létrehozni az objektum körvonalát jelölő pontsorozat rajzolásával lehet. **Helyezd el a kezdőpontot a játszótér valamelyik sarkában.**",
             "place": "Rajzol jegy területet több pont elhelyezésével. Befejezni a kezdőpontra kattintva tudod. **Rajzold meg a játszótér területét.**",
-            "search": "**Keress rá erre: '{name}'.**",
+            "search": "**Keress rá erre: „{name}”.**",
             "choose": "**Válaszd a Játszóteret a listából.**",
             "describe": "**Adj neki nevet, majd zárd be a címkeszerkesztőt**"
         },
                 "label": "Hátrány",
                 "placeholder": "1-18"
             },
+            "handrail": {
+                "label": "Korlát"
+            },
             "highway": {
                 "label": "Típus"
             },
                 "label": "Sebességhatár",
                 "placeholder": "30, 50, 70..."
             },
+            "maxstay": {
+                "label": "Max. várakozás"
+            },
             "mtb/scale": {
                 "label": "Mountainbike nehézség",
                 "options": {
                 "terms": "Biciklijavító állomás"
             },
             "amenity/biergarten": {
-                "name": "Sörkert"
+                "name": "Sörkert",
+                "terms": "sörkert"
             },
             "amenity/boat_rental": {
                 "name": "Hajókölcsönző",
                 "terms": "gépkocsi - gépjármű - személygépkocsi -személygépjármű, automobil - jármű - verda -kocsi -  járgány - tragacs  MOSÓ"
             },
             "amenity/casino": {
-                "name": "Kaszinó"
+                "name": "Kaszinó",
+                "terms": "kaszinó, játékkaszinó"
             },
             "amenity/charging_station": {
-                "name": "töltőállomás",
+                "name": "Töltőállomás",
                 "terms": "elektronikus töltőállomás,elmű töltőoszlop,e-mobility állomás,áram töltő,akkumulátor töltő,elektromos autó,"
             },
             "amenity/childcare": {
                 "terms": "piac, üzlet"
             },
             "amenity/motorcycle_parking": {
-                "name": "Motorkerékpáros parkoló"
+                "name": "Motorkerékpáros parkoló",
+                "terms": "motoros parkoló"
             },
             "amenity/nightclub": {
                 "name": "Night club - Éjszakai bár - diszkó",
                 "name": "Egyetemi terület",
                 "terms": "kampusz"
             },
-            "amenity/vending_machine": {
-                "name": "Árusító automata",
+            "amenity/vending_machine/cigarettes": {
+                "name": "Cigeretta árusító automata",
+                "terms": "cigerettaautomata"
+            },
+            "amenity/vending_machine/condoms": {
+                "name": "Kondom árusító automata",
+                "terms": "kondomautomata"
+            },
+            "amenity/vending_machine/drinks": {
+                "name": "Italárusító automata",
                 "terms": "italautomata, italgép"
             },
+            "amenity/vending_machine/excrement_bags": {
+                "name": "Kutyapiszok zacskó árusító automata"
+            },
+            "amenity/vending_machine/news_papers": {
+                "name": "Újságárusító automata",
+                "terms": "újságautomata"
+            },
+            "amenity/vending_machine/parcel_pickup_dropoff": {
+                "name": "Csomagfeladó, -felvevő automata",
+                "terms": "csomagautomata"
+            },
+            "amenity/vending_machine/parking_tickets": {
+                "name": "Parkolójegy automata",
+                "terms": "parkolóautomata"
+            },
+            "amenity/vending_machine/public_transport_tickets": {
+                "name": "Tranzitjegy automata"
+            },
+            "amenity/vending_machine/vending_machine": {
+                "name": "Árusító automata"
+            },
             "amenity/veterinary": {
                 "name": "Állatorvos",
                 "terms": "Állatorvos, Állatorvosi rendelő"
                 "terms": "terület"
             },
             "area/highway": {
-                "name": "Útfelület"
+                "name": "Útfelület",
+                "terms": "úttest"
             },
             "barrier": {
                 "name": "Akadály",
             },
             "building/chapel": {
                 "name": "Kápolna",
-                "terms": "Kápolna, Imaház"
+                "terms": "kápolna, imaház"
             },
             "building/church": {
-                "name": "Templomépület",
-                "terms": "Templom, Plébánia, Imaház"
+                "name": "Templom",
+                "terms": "templomépület"
             },
             "building/college": {
                 "name": "Főiskola",
                 "terms": "Ház építés alatt"
             },
             "building/detached": {
-                "name": "Szabadonálló ház"
+                "name": "Szabadonálló ház",
+                "terms": "családi ház"
             },
             "building/dormitory": {
                 "name": "Kollégium",
                 "terms": "Iskolaépület"
             },
             "building/semidetached_house": {
-                "name": "Ikerház"
+                "name": "Ikerház",
+                "terms": "ikerház"
             },
             "building/shed": {
                 "name": "Fészer",
                 "terms": "Kulcsos, Kulcskészítő, Kulcsmásoló"
             },
             "craft/locksmith": {
-                "name": "Zárjavító",
-                "terms": "Zárjavító"
+                "name": "Lakatos",
+                "terms": "Lakatos, zárjavító"
             },
             "craft/metal_construction": {
                 "name": "Fémszerkezet készítő műhely",
                 "terms": "Huzaltermék gyártása,  Kötőelem, csavar gyártása, Acél tárolóeszköz gyártása,  Szerszámgyártás, Fémmegmunkálás"
             },
             "craft/optician": {
-                "name": "Optikai labor-műhely",
+                "name": "Optikus",
                 "terms": "Szemész és látásműhely, Optikus műhely, Látszerész műhely,  Látszerész labor"
             },
             "craft/painter": {
                 "terms": "Bejárat/Kijárat"
             },
             "footway/crossing": {
-                "name": "Útkereszteződés"
+                "name": "Útkereszteződés",
+                "terms": "gyalogátkelő, zebra"
             },
             "footway/crosswalk": {
-                "name": "Gyalogátkelőhely"
+                "name": "Gyalogátkelőhely",
+                "terms": "gyalogátkelő, zebra"
             },
             "footway/sidewalk": {
                 "name": "Járda",
                 "terms": "Buszmegálló"
             },
             "highway/corridor": {
-                "name": "Beltéri folyosó"
+                "name": "Beltéri folyosó",
+                "terms": "beltéri folyosó"
             },
             "highway/crossing": {
-                "name": "Útkereszteződés"
+                "name": "Útkereszteződés",
+                "terms": "gyalogátkelő, zebra"
             },
             "highway/crosswalk": {
-                "name": "Gyalogátkelőhely"
+                "name": "Gyalogátkelőhely",
+                "terms": "gyalogátkelő, zebra"
             },
             "highway/cycleway": {
                 "name": "Kerékpárút",
                 "terms": "Ösvény"
             },
             "highway/pedestrian": {
-                "name": "Sétálóutca"
+                "name": "Sétálóutca",
+                "terms": "sétálóutca"
             },
             "highway/primary": {
                 "name": "Főút",
                 "name": "Földhasználat"
             },
             "landuse/allotments": {
-                "name": "Közösségi kert"
+                "name": "Közösségi kert",
+                "terms": "közösségi kert"
             },
             "landuse/basin": {
                 "name": "Vízgyűjtő medence",
                 "terms": "Gyümölcsöskert"
             },
             "landuse/plant_nursery": {
-                "name": "Növényiskola"
+                "name": "Növényiskola",
+                "terms": "növényiskola, faiskola"
             },
             "landuse/quarry": {
                 "name": "Kőfejtő terület",
                 "name": "Felnőtt játékközpont"
             },
             "leisure/bowling_alley": {
-                "name": "Tekepálya"
+                "name": "Tekepálya",
+                "terms": "bowling pálya"
             },
             "leisure/common": {
                 "name": "Közterület",
                 "name": "Kosárlabdapálya",
                 "terms": "Kosárlabdapálya"
             },
+            "leisure/pitch/rugby_league": {
+                "name": "Rögbi Liga Pálya"
+            },
+            "leisure/pitch/rugby_union": {
+                "name": "Rögbi Egyesült Pálya"
+            },
             "leisure/pitch/skateboard": {
                 "name": "Gördeszkapark",
                 "terms": "Gördeszkapark"
                 "terms": "megfigyelőtorony"
             },
             "man_made/petroleum_well": {
-                "name": "Olajkút"
+                "name": "Olajkút",
+                "terms": "olajkút"
             },
             "man_made/pier": {
                 "name": "Móló",
                 "terms": "Csővezeték"
             },
             "man_made/silo": {
-                "name": "Siló"
+                "name": "Siló",
+                "terms": "siló, gabonatároló"
             },
             "man_made/storage_tank": {
-                "name": "Tárolótartály"
+                "name": "Tárolótartály",
+                "terms": "tároló, tartály"
             },
             "man_made/survey_point": {
                 "name": "Földmérési alappont",
                 "name": "Katonai bunker",
                 "terms": "Bunker"
             },
+            "military/checkpoint": {
+                "name": "Ellenőrzőpont",
+                "terms": "ellenőrzőpont"
+            },
+            "military/danger_area": {
+                "name": "Veszélyes Terület"
+            },
+            "military/naval_base": {
+                "name": "Haditengerészeti Bázis",
+                "terms": "tengerészeti bázis"
+            },
+            "military/obstacle_course": {
+                "name": "Akadálypálya",
+                "terms": "akadálypálya"
+            },
             "military/range": {
                 "name": "Katonai lőtér",
                 "terms": "Katonai terület"
             },
+            "military/training_area": {
+                "name": "Kiképzési terület",
+                "terms": "kiképzőterület"
+            },
             "natural": {
                 "name": "Természet",
                 "terms": "Természet"
                 "terms": "Mező, Rét"
             },
             "natural/heath": {
-                "name": "Pusztaság"
+                "name": "Pusztaság",
+                "terms": "pusztaság"
             },
             "natural/peak": {
                 "name": "Hegycsúcs",
                 "terms": "Hegycsúcs, hegytető, csúcs"
             },
             "natural/saddle": {
-                "name": "Hegygerinc"
+                "name": "Hegygerinc",
+                "terms": "gerinc, hágó"
             },
             "natural/scree": {
                 "name": "Kőtörmelék",
                 "terms": "Fa"
             },
             "natural/tree_row": {
-                "name": "Fasor"
+                "name": "Fasor",
+                "terms": "fasor"
             },
             "natural/volcano": {
-                "name": "Vulkán"
+                "name": "Vulkán",
+                "terms": "vulkán, tűzhányó"
             },
             "natural/water": {
                 "name": "Víz",
                 "terms": "Nagyváros"
             },
             "place/farm": {
-                "name": "Tanya"
+                "name": "Tanya",
+                "terms": "farm, gazdaság"
             },
             "place/hamlet": {
                 "name": "Falucska",
                 "terms": "Vasúti megállóhely, Vasúti megálló"
             },
             "railway/level_crossing": {
-                "name": "Vasúti átjáró"
+                "name": "Vasúti átjáró",
+                "terms": "vasúti kereszteződés"
             },
             "railway/monorail": {
                 "name": "Egysínű vasút",
                 "terms": "Árubemutató"
             },
             "shop/fashion": {
-                "name": "divat üzlet",
+                "name": "Divatüzlet",
                 "terms": "Női divat és ruhabolt "
             },
             "shop/fishmonger": {
index 9df3f37404a40f4515f4c1562a429cc350bca3c9..cd5ade988f5e786d7145314e195d6475c760badd 100644 (file)
@@ -19,8 +19,7 @@
             "description": "Անջատել գծերը/տարածքները իրարից։"
         },
         "merge": {
-            "title": "Միացնել",
-            "description": "Միացնել այս գծերը։"
+            "title": "Միացնել"
         }
     },
     "translate": {
index a1e35993a92963ec449567e922663a316960e36c..9555d7072828c44c57e716c2a487ca081484971a 100644 (file)
         },
         "merge": {
             "title": "Gabung",
-            "description": "Gabungkan garis-garis ini.",
             "key": "C",
-            "annotation": "Menggabungkan {n} garis.",
             "not_eligible": "Fitur-fitur ini tidak bisa digabung.",
-            "not_adjacent": "Garis-garis ini tidak bisa digabung karena mereka tidak terhubung.",
-            "restriction": "Garis ini tidak bisa digabung karena salah satu dari garis ini merupakan anggota dari sebuah \"{relation\"} relasi.",
             "incomplete_relation": "Fitur ini tidak bisa digabungkan karena belum sepenuhnya terunduh."
         },
         "move": {
         "nothing": "Tak ada yang bisa dibalikkan."
     },
     "tooltip_keyhint": "Pintasan:",
-    "browser_notice": "Penyunting ini bisa digunakan di Firefox, Chrome, Safari, Opera, dan Internet Explorer 9 dan versi yang lebih tinggi. Silakan perbarui peramban Anda atau gunakan Potlatch 2 untuk menyunting peta.",
     "translate": {
         "translate": "Terjemahkan",
         "localized_translation_label": "Nama multibahasa",
                 "name": "Lingkungan Universitas",
                 "terms": "Universitas, Kampus"
             },
-            "amenity/vending_machine": {
-                "name": "Mesin Minuman"
-            },
             "amenity/veterinary": {
                 "name": "Dokter Hewan"
             },
             "building/cabin": {
                 "name": "Kabin"
             },
-            "building/cathedral": {
-                "name": "Katedral"
-            },
-            "building/chapel": {
-                "name": "Kapel"
-            },
-            "building/church": {
-                "name": "Gereja"
-            },
             "building/college": {
                 "name": "Bangunan Kampus"
             },
index 94605730cdc8e3ef5c0ca0ef162603aa122ffeb4..df50b570430301cf405628844cea1ee66e0f5311 100644 (file)
         },
         "merge": {
             "title": "Sameina",
-            "description": "Sameina þessar línur.",
             "key": "C",
-            "annotation": "Sameinaði {n} línur.",
-            "not_eligible": "Það er ekki hægt að samfella þessa hluti.",
-            "not_adjacent": "Ekki er hægt að samfella þessar línur því að þær tengjast ekki hvor annari.",
-            "restriction": "Ekki er hægt að sameina þessar línur því að önnur þeirra er hluti af \"{relation}\" venslunum."
+            "not_eligible": "Það er ekki hægt að samfella þessa hluti."
         },
         "move": {
             "title": "Færa",
         "nothing": "Ekkert til að endurtaka."
     },
     "tooltip_keyhint": "Flýtival:",
-    "browser_notice": "Þessi ritill er studdur af Firefox, Chrome, Safari, Opera og Internet Explorer 9 og betri. Vinsamlegast uppfærðu vafrann þinn eða notaðu Potlatch 2 til að breyta kortinu.",
     "translate": {
         "translate": "Þýða",
         "localized_translation_label": "Margtyngt nafn",
                 "name": "Sumarhús",
                 "terms": "Sumarbústaður, kofi"
             },
-            "building/cathedral": {
-                "name": "Dómkirkja"
-            },
-            "building/chapel": {
-                "name": "Kapella"
-            },
-            "building/church": {
-                "name": "Kirkja"
-            },
             "building/commercial": {
                 "name": "Atvinnuhúsnæði"
             },
index 5c88ae324822f06f5f7c7efcbe7efb7b5f9cd29c..7e36e4820c98096a02dfcdc093cfecb83c873aba 100644 (file)
         },
         "merge": {
             "title": "Unisci",
-            "description": "Unisci queste linee.",
+            "description": "Unisci questi elementi.",
             "key": "C",
-            "annotation": "Unite {n} linee.",
+            "annotation": "Uniti {n} elementi.",
             "not_eligible": "Questi elementi non possono essere uniti.",
-            "not_adjacent": "Queste linee non possono essere unite perché non sono connesse.",
-            "restriction": "Queste linee non possono essere unite perché almeno una è membro di una relazione \"{relation}\".",
+            "not_adjacent": "Questi elementi non possono essere uniti perché non sono connessi.",
+            "restriction": "Questi elementi non possono essere uniti perché almeno uno è membro di una relazione \"{relation}\".",
             "incomplete_relation": "Questi elementi non posso essere uniti perché almeno uno di loro non è stato completamente scaricato.",
-            "conflicting_tags": "Queste linee non possono essere unite perché alcuni dei loro tag sono in conflitto tra loro."
+            "conflicting_tags": "Questi elementi non possono essere uniti perché alcuni dei loro tag sono in conflitto tra loro."
         },
         "move": {
             "title": "Muovi",
         "nothing": "Niente da rifare."
     },
     "tooltip_keyhint": "Scorciatoia da tastiera:",
-    "browser_notice": "Questo editor è supportato in Firefox, Chrome, Safari, Opera, e Internet Explorer 9 e superiori. Aggiorna il tuo browser o usa Potlatch 2 per modificare la mappa.",
+    "browser_notice": "Questo editor è supportato in Firefox, Chrome, Safari, Opera e Internet Explorer 11 e superiori. Aggiorna il tuo browser o usa Potlatch 2 per modificare la mappa.",
     "translate": {
         "translate": "Traduci",
         "localized_translation_label": "Nome multilingua",
     "zoom_in_edit": "Ingrandisci per modificare",
     "logout": "esci",
     "loading_auth": "Connettendomi ad OpenStreetMap...",
+    "report_a_bug": "Segnala un bug",
+    "help_translate": "Aiuta nelle traduzioni",
     "feature_info": {
         "hidden_warning": "{count} elementi nascosti",
         "hidden_details": "Questi sono gli elementi attualmente nascosti: {details}"
     "presets": {
         "categories": {
             "category-building": {
-                "name": "Edifici"
+                "name": "Edificio"
             },
             "category-golf": {
                 "name": "Golf"
                 "name": "Utilizzi del terreno"
             },
             "category-path": {
-                "name": "Sentiero"
+                "name": "Percorso"
             },
             "category-rail": {
                 "name": "Ferrovia"
                 "label": "Handicap",
                 "placeholder": "1-18"
             },
+            "handrail": {
+                "label": "Corrimano"
+            },
             "highway": {
                 "label": "Tipo"
             },
                 "label": "Limite di velocità",
                 "placeholder": "40, 50, 60..."
             },
+            "maxstay": {
+                "label": "Limite orario"
+            },
             "mtb/scale": {
                 "label": "Difficoltà Mountain Bike",
                 "options": {
                 },
                 "placeholder": "Solido, Soprattutto Solido, Morbido..."
             },
+            "traffic_signals": {
+                "label": "Tipo"
+            },
             "trail_visibility": {
                 "label": "Visibilità del Tracciato",
                 "options": {
             "amenity/university": {
                 "name": "Area universitaria"
             },
-            "amenity/vending_machine": {
+            "amenity/vending_machine/cigarettes": {
+                "name": "Distributore automatico di sigarette",
+                "terms": "distributore automatico,macchinetta,sigarette,tabacco,cartine,accendini"
+            },
+            "amenity/vending_machine/condoms": {
+                "name": "Distributore automatico di preservativi",
+                "terms": "distributore automatico,macchinetta,preservativi"
+            },
+            "amenity/vending_machine/drinks": {
+                "name": "Distributore automatico di bevande",
+                "terms": "distributore automatico,macchinetta,bevande,bottiglie,bottigliette"
+            },
+            "amenity/vending_machine/excrement_bags": {
+                "name": "Distributore automatico di sacchetti per escrementi",
+                "terms": "distributore automatico,macchinetta,cacca,cane"
+            },
+            "amenity/vending_machine/news_papers": {
+                "name": "Distributore automatico di giornali",
+                "terms": "distributore automatico,macchinetta,gioranli,riviste,quotidiani"
+            },
+            "amenity/vending_machine/parcel_pickup_dropoff": {
+                "name": "Distributore postale automatico",
+                "terms": "distributore automatico,macchinetta,posta,pacchi"
+            },
+            "amenity/vending_machine/parking_tickets": {
+                "name": "Distributore automatico di ticket per parcheggio",
+                "terms": "distributore automatico,macchinetta,parcheggio,ticket,biglietto"
+            },
+            "amenity/vending_machine/public_transport_tickets": {
+                "name": "Distributore automatico di biglietti per trasporto pubblico",
+                "terms": "distributore automatico,macchinetta,biglietti,bus,metro,tram"
+            },
+            "amenity/vending_machine/sweets": {
+                "name": "Distributore automatico di snack",
+                "terms": "distributore automatico,macchinetta,snack,cibo"
+            },
+            "amenity/vending_machine/vending_machine": {
                 "name": "Distributore automatico",
                 "terms": "distributore automatico,macchinetta"
             },
                 "terms": "capanna,attrezzi,rimessa,ripostiglio,basso servizio"
             },
             "building/cathedral": {
-                "name": "Cattedrale",
+                "name": "Cattedrale (edificio)",
                 "terms": "cattedrale,chiesa,monumento,religioso"
             },
             "building/chapel": {
-                "name": "Cappella",
+                "name": "Cappella (edificio)",
                 "terms": "chiesetta,capellina"
             },
             "building/church": {
-                "name": "Chiesa",
+                "name": "Chiesa (edificio)",
                 "terms": "cristiano,abbazia,basilica,cattedrale,presbiterio,cappella,chiesa,casa di Dio,luogo di preghiera,luogo di culto,missione,oratorio,parrocchia,sacello,edicola votiva,tabernacolo,tempio"
             },
             "building/college": {
                 "name": "Gioielliere",
                 "terms": "gioielli,bigiotteria,orafo,gioielleria"
             },
+            "craft/key_cutter": {
+                "name": "Duplicazione di chiavi"
+            },
             "craft/locksmith": {
                 "name": "Fabbro",
                 "terms": "fabbro,ferraio,ferro battuto,officina"
             "craft/plumber": {
                 "name": "Idraulico"
             },
+            "craft/pottery": {
+                "name": "Negozio di ceramica"
+            },
             "craft/saddler": {
                 "name": "Sellaio"
             },
                 "name": "Campo da basket",
                 "terms": "Campo da pallacanestro"
             },
+            "leisure/pitch/rugby_league": {
+                "name": "Campo di rugby a 13"
+            },
+            "leisure/pitch/rugby_union": {
+                "name": "Campo di rugby"
+            },
             "leisure/pitch/skateboard": {
                 "name": "Skate Park",
                 "terms": "skate park,skateboard,pista"
                 "name": "Posto di controllo",
                 "terms": "checkpoint,check point,posto di blocco"
             },
+            "military/danger_area": {
+                "name": "Area pericolosa"
+            },
             "military/naval_base": {
                 "name": "Base navale",
                 "terms": "base,navi,marina,marina militare"
             },
+            "military/obstacle_course": {
+                "name": "Percorso ad ostacoli"
+            },
             "military/range": {
                 "name": "Poligono di tiro militare"
             },
                 "name": "Negozio di opere d'arte",
                 "terms": "opere d'arte,quadri,sculture,galleria"
             },
+            "shop/bag": {
+                "name": "Negozio di borse e valigie"
+            },
             "shop/bakery": {
                 "name": "Panificio",
                 "terms": "Panificio"
             "shop/curtain": {
                 "name": "Negozio di tende"
             },
+            "shop/dairy": {
+                "name": "Negozio di latticini"
+            },
             "shop/deli": {
                 "name": "Gastronomia",
                 "terms": "Cibi e bevande pregiate"
             "shop/organic": {
                 "name": "Negozio di Prodotti Biologici"
             },
+            "shop/paint": {
+                "name": "Negozio di vernici"
+            },
             "shop/pawnbroker": {
                 "name": "Banco dei pegni"
             },
             "shop/religion": {
                 "name": "Negozio Religioso"
             },
+            "shop/scuba_diving": {
+                "name": "Negozio di attrezzatura per subacquei"
+            },
             "shop/seafood": {
                 "name": "Pescheria",
                 "terms": "pesce fresco,ittica"
index 3cba5a6914fef070867eaa917309378410b0287c..ba0e232c729a16798e713ffba876f1b9db2c7a56 100644 (file)
         },
         "merge": {
             "title": "結合",
-            "description": "複数のラインを結合",
             "key": "C",
-            "annotation": "{n} 本のラインを結合",
             "not_eligible": "地物情報がマージできません",
-            "not_adjacent": "ラインをマージするには、ラインが結合している必要があります。",
-            "restriction": "\"{relation}\" リレーションに所属しているラインが含まれているため、マージすることができません。",
             "incomplete_relation": "地物全体がダウンロードされていないため、マージさせることができません。"
         },
         "move": {
         "nothing": "やり直した変更点がありません"
     },
     "tooltip_keyhint": "ショートカット",
-    "browser_notice": "このエディタは Firefox, Chrome, Safari, Opera, および Internet Explorer 9 以上をサポートしています。ブラウザのバージョンを更新するか、Potlatch 2を使用して編集してください",
+    "browser_notice": "このエディタは Firefox、Chrome、Safari、OperaそしてInternet Explorer 11以降で動作します。地図を編集するには、ブラウザをアップデートするか、Potlatch 2を利用してください。",
     "translate": {
         "translate": "翻訳",
         "localized_translation_label": "多言語名称",
     "zoom_in_edit": "編集するには地図を拡大してください",
     "logout": "ログアウト",
     "loading_auth": "OpenStreetMapへ接続中...",
+    "report_a_bug": "バグ報告",
+    "help_translate": "翻訳協力",
     "feature_info": {
         "hidden_warning": "非表示の地物{count}件",
         "hidden_details": "現在非表示の地物: {details}"
     "help": {
         "title": "ヘルプ",
         "help": "# ヘルプ\n\nこのアプリケーションは、自由に編集できる世界地図 [OpenStreetMap](http://www.openstreetmap.org/)編集用のエディタです。あなたが知っている地域についての情報を追加したり、編集したりして、誰もが使いやすい情報としてデータをオープンに広めましょう。\n\nあなたが編集した結果は、OpenStreetMapを利用するすべての人が閲覧することができます。編集するためには[ログイン](https://www.openstreetmap.org/login) する必要があります。\n\nこの [iD エディタ](http://ideditor.com/) の[ソースコードはGitHubで管理](https://github.com/openstreetmap/iD)されており、誰もが参加できるプロジェクトとして公開されています。\n",
+        "editing_saving": "# データの編集と保存\n\nこのエディタはオンライン環境で使用されることが前提とされており、現在もウェブサイトを通じてこのエディタが利用されているはずです。\n\n### 地物の選択\n\nポイント情報や道路といった地物情報は、地図上に表示されている対象をクリックすることで選択ができます。選択された地物はハイライトされ、詳細情報が記載されたパネルが表示されます。\n\nこのパネル内の情報を編集することで、対象の地物の情報を編集できます。 複数の地物を範囲選択するには、まずキーボードの 'Shift' キーを押してください。そのまま選択したい地物をクリックするか、 'Shift' キーを押しながら地図上をドラッグして四角形を作ってください。四角形の中に含まれた地物がすべて選択状態になります。\n\n### 編集内容の保存\n\n道路や建物、特定の場所などの追加/編集結果は、OSMサーバへ保存されるまでの間、あなたのローカルPC上に格納されます。間違った編集をしてしまっても慌てないでください。巻き戻しボタン(Undo)をクリックすることで、編集内容を巻き戻すことができます。同じ編集をもう一度実施したい場合は、巻き戻しのキャンセルボタン(redo)をクリックしてください。\n\n編集に区切りがついたら、'保存' をクリックして作業を終了してください。例えば街の一区画の編集が終わり、そこから別の場所の編集に移動する場合などがよいでしょう。データを保存する前に、編集した内容をもう一度見直しましょう。データが間違っている可能性がある場所がエディタ上に表示されますので、必要に応じて修正を行なってください。\n\n編集内容に問題がなければ保存を行いましょう。あなたの編集内容を簡潔に表すコメントを記入した後、もう一度 '保存' をクリックすることで、あなたの編集内容は [OpenStreetMap.org](http://www.openstreetmap.org/) に投稿されます。投稿されたデータはあなた以外のすべての利用者に対しても表示されるようになり、そこに情報を追加したり、編集したりすることができるようになります。\n\n編集を一度に完了させることができない場合は、ブラウザのエディタ表示をそのままにして、いったんブラウザを閉じてしまいましょう。同じブラウザとエディタを使えば、後々、作業の続きを実施することができます。\n\n### エディタの活用\n\nエディタで使うことのできるキーボードショートカットは[こちら](http://wiki.openstreetmap.org/wiki/ID/Shortcuts)に一覧があります。\n",
         "roads": "# 道路\n\nこのエディタは道路を作成、修正、削除する機能を備えています。小路、自動車道、山道、自転車道等々、編集対象となる道路の種別に制限はありません。交差する道路を細かく地図に描くことも可能です。\n\n### 選択\n\n対象の道路をクリックすることで、選択することができます。選択された道路は強調表示され、ラインに対する操作を行う小さなツール項目がその近くに表示されます。道路の詳細情報は、サイドバーに一覧表示されます。\n\n### 修正\n\n既に描かれている道路の中には、背景画像の衛星写真やGPSトラックと明らかに位置が異なるものがあります。そうした道路を見つけたら、道路を正しい位置に修正しましょう。\n\nまずは変更対象となる道路をクリックして選択します。対象の道路が強調表示され、操作可能なポイントがラインの上に表示されて、位置の変更が可能となります。ラインとポイントを、より正しいと思われる位置に移動させてください。ライン上のポイントを増やすには、ラインの上でダブルクリックすることで、その位置にポイントを作成することが可能です。\n\n道路の接続状態が誤っている場合は、どちらかの道路の上に表示されているポイントをもう一つのラインの上に移動させ、2つのラインを接続してください。道路の接続は地図にとって非常に重要であり、車輌のナビゲーションを行うためには道路が正しく接続されていることが必須となります。\n\n'移動'ツールをクリックするか、キーボードでショートカットキー 'M' を押すことで、道路全体を一度に移動させることができます。もう一度クリックすることで、その位置へ対象が移動します。\n\n### 削除\n\n描かれている道路が完全に間違っている場合 - 衛星写真に映っておらず、より理想としては実際に現地で道路が無いことを確認できた場合 - その道路のデータそのものを削除し、地図から消すことが可能です。地物を削除する際の注意として、編集結果は他の編集と同様すべての利用者の目に触れること、また、衛星写真は撮影日時が古い可能性があり、道路が新しく敷設されているかもしれないことを意識してください。\n\n道路を削除するには、対象のラインをクリックして選択し、ツール項目からゴミ箱アイコンをクリックするか、'Delete'キーを押してください。\n\n### 新規作成\n\n道路があるはずなのにまだ描かれていない? エディタ左上に表示されている'ライン'アイコンをクリックするか、ショートカットキー'2'を押すと、ラインの新規描画を行うことができます。\n\n地図をクリックすることで、その地点からラインの描画が開始されます。もし既に描かれている道路から枝分かれした道路の場合は、既存道路で分岐が行われている部分をクリックして、その位置から描画を始めるようにしてください。\n\n衛星画像やGPSログなどで表示されている道路の形に添ってクリックし、ポイントを作成してください。描画している道路が他の道路と交差している場合は、交差している位置でクリックし、ラインを接続してください。描画を終了するには、終了する位置でダブルクリックするか、キーボードの'Return'、あるいは'Enter'キーを押してください。\n",
+        "gps": "# GPS\n\nOpenStreetMapにおいて、GPSデータは最も価値の高い情報源のひとつです。iDエディタはあなたのPC上にある `.gpx` ファイルのトレース機能をサポートしています。GPSログは、スマートフォンのアプリケーションやGPSロガーを使用することで収集することができます。\n\nGPSを使用した現地調査の詳細な進め方については、[GPSによる調査](http://learnosm.org/ja/mobile-mapping/using-gps/)を参照してください。\n\nGPXログファイルをエディタの上にドラッグ&ドロップすることで、ファイルの内容をエディタ上に表示させることができます。ファイル形式の読み込みが正常に完了すると、ログは明るい紫色の線としてエディタ上に表示されます。エディタの右側に配置されている '地図データ' メニューをクリックすると、ログの表示/非表示、GPXが配置されたレイヤーへのズームを設定することができます。\n\nこのGPXログファイルはOpenStreetMapへ直接アップロードされたものではありません。このログを参考情報として地図を描いたり、あなたが追加する地物の配置場所の参考情報とするのがよいでしょう。また、あなた以外のユーザにもGPSログを使ってもらうためには[OpenStreetMapへのアップロード機能](http://www.openstreetmap.org/trace/create)を利用してください。\n",
         "imagery": "# 背景画像\n\n地図を作成するにあたって、航空写真は重要なリソースのひとつです。上空からの撮影、衛星写真、自由な利用が認められた情報源などは、画面左側の'背景画像設定'メニューから表示させることが可能です。\n\nデフォルト設定では[Bing Maps](http://www.bing.com/maps/)の衛星写真レイヤーが表示されていますが、地図のズームレベル変更などで新しい場所を表示する際に別のリソースを表示させることが可能です。英国やフランス、デンマークでは、特定の地域に限り非常に細密な画像が利用可能です。\n\n画像提供側の間違いが原因で、背景画像と地図データの位置がずれていることがあります。既存道路の多くが一方向にずれている場合、すべての地物の位置を一度に移動させてしまう前に、背景画像の表示位置を調整してみて、オフセットがされていないか確認を行なってください。位置の調整は、背景画像設定の一番下に表示されている'背景画像をずらす'という項目から行うことができます。\n",
         "addresses": "# 住所\n\n住所情報は地図において最も有用な情報のひとつです。\n\n住所情報は街路の付帯情報として扱われることがほとんどですが、OpenStreetMapにおける住所情報は、街路にそって配置されている建物の属性として記録されます。\n\n住所情報は建物を表す輪郭に付与しても構いませんし、独立したポイントとして配置してもかまいません。また、住所データの最適な情報源は現地調査、あるいは個人の記憶によるものです。GoogleMapsなど、他の地図からの転載は特別な許諾がない限り固く禁止されています。\n\n注: 日本では住所システムの体系が異なるため、街路を基とする上記の方法を適用することはできません。\n",
+        "inspector": "# 地物情報表示ウィンドウ\n\n地図上の地物を選択すると、画面左側に入力ウィンドウが表示されます。地物に関する詳細情報の編集はこのウィンドウから行います。\n\n### 地物種別の選択\n\nポイントやライン、エリアを描画する際には、描いた地物の種別を選択することが可能です。これによって、ラインが高速道路なのか住宅道路なのか、ポイントがスーパーマーケットなのか喫茶店なのか、などを表現します。地物情報表示ウィンドウには、よく利用される地物が表示されています。その他の地物を表示させたい場合は、検索ボックスから検索を行なってください。\n\n地物種別情報の右下に表示されている 'i' ボタンをクリックすると、その種別に関する詳細情報を表示させることができます。アイコンをクリックすると、その地物の種別が確定されます。\n\n### フォームを利用したタグ編集\n\n地物の種別を選択した後、あるいは既に種別が割り当てられた地物を選択すると、その地物に関する名称や住所などの詳細情報がウィンドウ内に表示されます。\n\n入力ウィンドウの一番下に配置されている 'タグ項目を追加'をクリックすると、Wikipediaのリンクや車椅子の利用可否などの要素に対する自由記入フォームが表示されます。\n\n情報表示ウィンドウの下の方に表示されている 'その他のタグ' をクリックすると、地物に対してその他のタグを付与することができます。 利用されることが多いタグの組み合わせは[Taginfo](http://taginfo.openstreetmap.org/)から検索が可能です。\n\n入力ウィンドウに記入した内容は、エディタ上の地図に即座に反映されます。'やり直し'ボタンをクリックすることで、いつでも入力内容を取り消すことが可能です。\n",
         "buildings": "# 建物\n\nOpenStreetMapは世界でも有数の建物情報データベースです。このデータベースへの情報追加や改善は誰しもが参加可能です。\n\n### 選択\n\n建物の輪郭をクリックすると、その建物を選択することができます。建物はハイライト表示され、小さなツール項目と、画面右側にその建物の詳細情報が表示されます。\n\n### 修正\n\n建物の位置や、付与されているタグが誤っていることがあります。\n\n建物全体の位置を移動させるには、'移動'ツールのアイコンをクリックしてください。マウスを動かして建物を正しい位置へ移動させ、もう一度クリックして位置を確定させます。\n\n同様に、建物を形成しているポイントをクリックして正しい位置へ移動させることで、建物の形状を修正することができます。\n\n### 新規作成\n\nOpenStreetMapで建物を描く場合によくあがる質問として、建物をエリアとポイントのどちらで描いたほうがよいか、というものがあります。最善の方法では _できる限り、建物はエリアとして描き_  、会社や個人宅、施設など、建物から独立した情報は別途ポイントとして、エリアとして描かれた建物の内側に配置します。\n\n画面左上に表示されている項目から'エリア'ボタンをクリックして、建物をエリアとして描いてみましょう。エリアの描画を終了するにはキーボードの'Return'キーを押すか、エリアを描き始めたポイントをもう一度クリックしてください。\n\n### 削除\n\nもし建物の情報が完全に間違っている場合 - 衛星写真に映っておらず、より理想としては実際に現地で建物が無いことを確認できた場合 - その建物データそのものを削除し、地図から消去することが可能です。地物を削除する際の注意として、編集結果は他の編集と同様すべての利用者の目に触れること、また、衛星写真は撮影日時が古い可能性があり、建物が新しく建設されているかもしれないことを意識してください。\n\n建物を削除するには、対象をクリックして選択し、ツール項目からゴミ箱アイコンをクリックするか、'Delete'キーを押してください。\n",
         "relations": "# リレーション\n\nリレーションとはOpenStreetMapで地物を表現する際の特殊な記法で、複数の地物をひとつのグループとして扱うことが可能です。例えばリレーションでよく使われるものは、特定の高速道路や有料道路を複数のウェイを使って表現する *route リレーション* 、そして複数のラインをグループ化することによって分割されたエリアやドーナツ型の空洞部分などの複雑な表現を行う *マルチポリゴン* があげられます。\n\nリレーションを構成する地物は *メンバー* と呼ばれます。OSM上の地物がどのリレーションのメンバーになっているかはサイドバーに表示され、選択することが可能です。リレーションを選択するとその所属メンバーがすべてサイドバーにリストアップされ、地図上にその位置がハイライト表示されます。\n\niDでは編集中のリレーション情報はほとんどの場合、自動的に補完されます。ただし、例えば位置が間違っている道路をいったん削除して新しく書き直す際などは、書き直した道路ウェイが削除したウェイと同じリレーションに再度所属するように編集するべきです。\n\n## リレーションの編集\n\nリレーションを編集する場合、基本の形は以下のとおりです。\n\nリレーションに地物を追加してメンバーにする場合、まず対象の地物を選択した状態で、サイドバーの \"すべてのリレーション\" に表示されている \"+\" ボタンをクリックします。クリックしたら、リレーションの名称を入力するか、一覧から選んでください。\n\nリレーションを新しく作成する場合は、メンバーとして所属することになる最初の地物を選択した状態で \"すべてのリレーション\" に表示されている \"+\" ボタンをクリックし、\"新しいリレーション\"を選択してください。\n\nリレーションから地物を除外する場合は、対象の地物を選択し、除外を行いたいリレーションの隣に表示されているゴミ箱アイコンをクリックします。\n\nまた、\"結合\"機能を使うことで、空洞部分をもつマルチポリゴンを作成することができます。2つのエリアを描き、それぞれを内側(inner)と外側(outer)とします。次に、キーボードのShiftキーを押しながらそれぞれの地物をクリックし、両方を選択状態にしてから \"結合\" (+) ボタンをクリックしてください。\n"
     },
                         "title": "通行可"
                     }
                 },
+                "placeholder": "その他",
                 "types": {
+                    "access": "すべて",
                     "bicycle": "自転車",
                     "foot": "歩行者",
                     "horse": "乗馬",
                 }
             },
             "access_simple": {
+                "label": "通行可能な手段",
                 "placeholder": "可"
             },
             "access_toilets": {
                 "label": "ハンデ",
                 "placeholder": "1-18"
             },
+            "handrail": {
+                "label": "手すり"
+            },
             "highway": {
                 "label": "道路区分"
             },
                 "label": "最高速度",
                 "placeholder": "40, 50, 60..."
             },
+            "maxstay": {
+                "label": "最大利用時間"
+            },
             "mtb/scale": {
                 "label": "マウンテンバイク難易度",
                 "options": {
                 },
                 "placeholder": "硬質, 大部分が硬質, 軟質…"
             },
+            "traffic_signals": {
+                "label": "タイプ"
+            },
             "trail_visibility": {
                 "label": "道の可視度",
                 "options": {
             },
             "aerialway": {
                 "name": "索道",
-                "terms": "索道,ロープウェイ,リフト"
+                "terms": "索道, ロープウェイ, リフト"
             },
             "aerialway/cable_car": {
                 "name": "ケーブルカー",
-                "terms": "ケーブルカー,インクライン"
+                "terms": "ケーブルカー, インクライン"
             },
             "aerialway/chair_lift": {
                 "name": "チェアリフト",
-                "terms": "チェアリフト,椅子リフト,いすリフト"
+                "terms": "チェアリフト, 椅子リフト, いすリフト"
             },
             "aerialway/gondola": {
                 "name": "ゴンドラ",
             },
             "aerialway/pylon": {
                 "name": "索道用支柱",
-                "terms": "索道用支柱,パイロン"
+                "terms": "索道用支柱, パイロン"
             },
             "aerialway/rope_tow": {
                 "name": "ロープタウリフト",
             },
             "aerialway/station": {
                 "name": "索道駅",
-                "terms": "索道駅,ロープウェイ駅,リフト駅"
+                "terms": "索道駅, ロープウェイ駅, リフト駅"
             },
             "aerialway/t-bar": {
                 "name": "Tバーリフト",
             },
             "aeroway": {
                 "name": "航空施設",
-                "terms": "索道,ロープウェイ,リフト"
+                "terms": "索道, ロープウェイ, リフト"
             },
             "aeroway/aerodrome": {
                 "name": "空港",
-                "terms": "空港,飛行場"
+                "terms": "空港, 飛行場"
             },
             "aeroway/apron": {
                 "name": "エプロン",
             },
             "aeroway/helipad": {
                 "name": "ヘリパッド",
-                "terms": "ヘリパッド,ヘリコプター発着所"
+                "terms": "ヘリパッド, ヘリコプター発着所"
             },
             "aeroway/runway": {
                 "name": "滑走路",
             },
             "aeroway/terminal": {
                 "name": "空港ターミナル",
-                "terms": "空港ターミナル,ターミナル,空港"
+                "terms": "空港ターミナル, ターミナル, 空港"
             },
             "amenity": {
                 "name": "施設",
-                "terms": "飲食店,設備"
+                "terms": "飲食店, 設備"
             },
             "amenity/arts_centre": {
                 "name": "アートセンター",
             },
             "amenity/atm": {
                 "name": "ATM",
-                "terms": "ATM,CD,現金自動預払機"
+                "terms": "ATM, CD, 現金自動預払機"
             },
             "amenity/bank": {
                 "name": "銀行",
-                "terms": "銀行,信用金庫,信用組合"
+                "terms": "銀行, 信用金庫, 信用組合"
             },
             "amenity/bar": {
                 "name": "バー",
-                "terms": "バー,飲み屋,呑み屋,ばー, スナック"
+                "terms": "バー, 飲み屋, 呑み屋, ばー, スナック"
             },
             "amenity/bbq": {
                 "name": "バーベキュー/グリル",
-                "terms": "バーベキュー,グリル,BBQ,飯盒炊爨"
+                "terms": "バーベキュー, グリル, BBQ, 飯盒炊爨"
             },
             "amenity/bench": {
                 "name": "ベンチ",
             },
             "amenity/bicycle_parking": {
                 "name": "駐輪場",
-                "terms": "駐輪場,自転車駐車場"
+                "terms": "駐輪場, 自転車駐車場"
             },
             "amenity/bicycle_rental": {
                 "name": "レンタサイクル",
             },
             "amenity/cafe": {
                 "name": "喫茶店",
-                "terms": "喫茶店,カフェ"
+                "terms": "喫茶店, カフェ"
             },
             "amenity/car_rental": {
                 "name": "レンタカー",
-                "terms": "レンタカー,貸自動車,カーレンタル"
+                "terms": "レンタカー, 貸自動車, カーレンタル"
             },
             "amenity/car_sharing": {
                 "name": "カーシェアリング",
             },
             "amenity/casino": {
                 "name": "カジノ",
-                "terms": "カジノ,賭博場"
+                "terms": "カジノ, 賭博場"
             },
             "amenity/charging_station": {
                 "name": "充電スタンド",
             },
             "amenity/childcare": {
                 "name": "保育園/幼稚園",
-                "terms": "保育園,幼稚園,チャイルドケア,ナーセリー"
+                "terms": "保育園, 幼稚園, チャイルドケア, ナーセリー"
             },
             "amenity/cinema": {
                 "name": "映画館",
-                "terms": "映画館,上映施設,スクリーン,銀幕"
+                "terms": "映画館, 上映施設, スクリーン, 銀幕"
             },
             "amenity/clinic": {
                 "name": "クリニック",
             },
             "amenity/doctor": {
                 "name": "医院",
-                "terms": "医者,医師"
+                "terms": "医者, 医師"
             },
             "amenity/dojo": {
                 "name": "道場",
             },
             "amenity/fast_food": {
                 "name": "ファストフード",
-                "terms": "ファストフード店,ファストフード,ジャンクフード,ジャンク"
+                "terms": "ファストフード店, ファストフード, ジャンクフード, ジャンク"
             },
             "amenity/fire_station": {
                 "name": "消防署",
             },
             "amenity/fuel": {
                 "name": "ガソリンスタンド",
-                "terms": "ガソリンスタンド,ガス,ガスステーション"
+                "terms": "ガソリンスタンド, ガス, ガスステーション"
             },
             "amenity/grave_yard": {
                 "name": "(教会・寺院にある)墓所",
-                "terms": "墓地,霊園,墓場,お墓,墓苑"
+                "terms": "墓地, 霊園, 墓場, お墓, 墓苑"
             },
             "amenity/grit_bin": {
                 "name": "砂箱",
             },
             "amenity/library": {
                 "name": "図書館",
-                "terms": "図書館,ライブラリ,ライブラリー"
+                "terms": "図書館, ライブラリ, ライブラリー"
             },
             "amenity/marketplace": {
                 "name": "市場",
-                "terms": "市場,マーケット,朝市,マルシェ"
+                "terms": "市場, マーケット, 朝市, マルシェ"
             },
             "amenity/motorcycle_parking": {
                 "name": "オートバイの駐車場",
-                "terms": "バイクの駐車場,二輪駐車場,二輪駐輪場"
+                "terms": "バイクの駐車場, 二輪駐車場, 二輪駐輪場"
             },
             "amenity/nightclub": {
                 "name": "ナイトクラブ",
             },
             "amenity/pharmacy": {
                 "name": "薬局",
-                "terms": "調剤,調剤薬局,薬局, 薬店"
+                "terms": "調剤, 調剤薬局, 薬局, 薬店"
             },
             "amenity/place_of_worship": {
                 "name": "宗教施設",
-                "terms": "礼拝所,祈りの場所,参拝所, 寺社, 神社"
+                "terms": "礼拝所, 祈りの場所, 参拝所, 寺社, 神社"
             },
             "amenity/place_of_worship/buddhist": {
                 "name": "仏教寺院",
-                "terms": "寺院,仏閣,寺,寺社,院,堂, お寺, 寺"
+                "terms": "寺院, 仏閣, 寺, 寺社, 院, 堂, お寺, 寺"
             },
             "amenity/place_of_worship/christian": {
                 "name": "教会",
-                "terms": "教会,礼拝堂,礼拝所,チャーチ"
+                "terms": "教会, 礼拝堂, 礼拝所, チャーチ"
             },
             "amenity/place_of_worship/jewish": {
                 "name": "シナゴーグ",
             },
             "amenity/police": {
                 "name": "警察",
-                "terms": "警察,警察署,交番,駐在所"
+                "terms": "警察, 警察署, 交番, 駐在所"
             },
             "amenity/post_box": {
                 "name": "郵便ポスト",
-                "terms": "郵便ポスト,郵便箱, ポスト"
+                "terms": "郵便ポスト, 郵便箱, ポスト"
             },
             "amenity/post_office": {
                 "name": "郵便局",
             },
             "amenity/pub": {
                 "name": "居酒屋",
-                "terms": "パブ,居酒屋, 焼き鳥屋"
+                "terms": "パブ, 居酒屋, 焼き鳥屋"
             },
             "amenity/public_bookcase": {
                 "name": "公共の本棚",
             },
             "amenity/restaurant": {
                 "name": "レストラン",
-                "terms": "レストラン,食堂"
+                "terms": "レストラン, 食堂"
             },
             "amenity/sanitary_dump_station": {
                 "name": "キャンピングカー用汚物廃棄所",
             },
             "amenity/shelter": {
                 "name": "避難所",
-                "terms": "避難所,シェルター,逃げ場"
+                "terms": "避難所, シェルター, 逃げ場"
             },
             "amenity/social_facility": {
                 "name": "福祉施設",
             },
             "amenity/theatre": {
                 "name": "劇場",
-                "terms": "劇場,ホール, 映画館"
+                "terms": "劇場, ホール, 映画館"
             },
             "amenity/toilets": {
                 "name": "トイレ",
             },
             "amenity/townhall": {
                 "name": "役場",
-                "terms": "市役所,区役所,町役場,村役場,市庁"
+                "terms": "市役所, 区役所, 町役場, 村役場, 市庁"
             },
             "amenity/university": {
                 "name": "大学の敷地",
                 "terms": "大学の敷地, キャンパス"
             },
-            "amenity/vending_machine": {
-                "name": "自動販売機",
-                "terms": "自動販売機, 自販機"
-            },
             "amenity/veterinary": {
                 "name": "獣医",
                 "terms": "獣医, ペット医"
                 "terms": "ログハウス"
             },
             "building/cathedral": {
-                "name": "大聖堂",
-                "terms": "聖堂"
+                "name": "聖堂の建物",
+                "terms": "聖堂"
             },
             "building/chapel": {
-                "name": "礼拝堂",
-                "terms": "礼拝堂"
+                "name": "教会の建物",
+                "terms": "教会"
             },
             "building/church": {
-                "name": "教会",
+                "name": "教会の建物",
                 "terms": "教会"
             },
             "building/college": {
                 "name": "建設中の建物",
                 "terms": "建設中の建物"
             },
+            "building/detached": {
+                "name": "一戸建て住宅",
+                "terms": "滞在時間"
+            },
             "building/dormitory": {
                 "name": "寮",
                 "terms": "寮"
                 "name": "校舎",
                 "terms": "校舎, 学校の建物"
             },
+            "building/semidetached_house": {
+                "name": "セミデタッチドハウス",
+                "terms": "セミデタッチドハウス, 二世帯住宅"
+            },
             "building/shed": {
                 "name": "格納庫",
                 "terms": "格納庫, 離れ"
             },
             "craft/basket_maker": {
                 "name": "かご製造所",
-                "terms": "かご,籠"
+                "terms": "かご, 籠"
             },
             "craft/beekeeper": {
                 "name": "養蜂所",
             },
             "craft/confectionery": {
                 "name": "菓子屋",
-                "terms": "駄菓子屋,パシティエ"
+                "terms": "駄菓子屋, パシティエ"
             },
             "craft/dressmaker": {
                 "name": "衣服製造所",
             },
             "craft/locksmith": {
                 "name": "錠前師",
-                "terms": "錠前師,鍵屋"
+                "terms": "錠前師, 鍵屋"
             },
             "craft/metal_construction": {
                 "name": "金属加工",
-                "terms": "金属加工,鋳造"
+                "terms": "金属加工, 鋳造"
             },
             "craft/optician": {
                 "name": "眼鏡士",
             },
             "craft/photographer": {
                 "name": "写真屋",
-                "terms": "カメラマン,写真屋"
+                "terms": "カメラマン, 写真屋"
             },
             "craft/photographic_laboratory": {
                 "name": "現像所",
             },
             "craft/pottery": {
                 "name": "窯元",
-                "terms": "窯元,陶器製造業"
+                "terms": "窯元, 陶器製造業"
             },
             "craft/rigger": {
                 "name": "艤装者",
             },
             "craft/scaffolder": {
                 "name": "足場職人",
-                "terms": "足場職人,とび職"
+                "terms": "足場職人, とび職"
             },
             "craft/sculpter": {
                 "name": "彫刻家",
             },
             "craft/shoemaker": {
                 "name": "製靴",
-                "terms": "製靴,靴製造"
+                "terms": "製靴, 靴製造"
             },
             "craft/stonemason": {
                 "name": "石工",
-                "terms": "石工,石材加工"
+                "terms": "石工, 石材加工"
             },
             "craft/sweep": {
                 "name": "煙突掃除",
             },
             "craft/tailor": {
                 "name": "仕立て屋",
-                "terms": "仕立て屋,テイラー"
+                "terms": "仕立て屋, テイラー"
             },
             "craft/tiler": {
                 "name": "タイル職人",
             },
             "craft/tinsmith": {
                 "name": "すず細工職人",
-                "terms": "ブリキ屋,すず細工職人"
+                "terms": "ブリキ屋, すず細工職人"
             },
             "craft/upholsterer": {
                 "name": "椅子張り職人",
             },
             "golf/bunker": {
                 "name": "サンドトラップ",
-                "terms": "サンドトラップ,バンカー"
+                "terms": "サンドトラップ, バンカー"
             },
             "golf/fairway": {
                 "name": "フェアウェイ",
-                "terms": "フェアウェー,フェアウェイ"
+                "terms": "フェアウェー, フェアウェイ"
             },
             "golf/green": {
                 "name": "グリーン",
             },
             "highway/motorway": {
                 "name": "自動車専用道路",
-                "terms": "自動車専用道路,高速道路"
+                "terms": "自動車専用道路, 高速道路"
             },
             "highway/motorway_junction": {
                 "name": "自動車道のIC/JCT",
-                "terms": "自動車道のIC/JCT,インターチェンジ,ジャンクション,IC,JCT"
+                "terms": "自動車道のIC/JCT, インターチェンジ, ジャンクション, IC, JCT"
             },
             "highway/motorway_link": {
                 "name": "自動車専用道路の接続路",
             },
             "highway/raceway": {
                 "name": "サーキット",
-                "terms": "サーキット,自動車レース場"
+                "terms": "サーキット, 自動車レース場"
             },
             "highway/residential": {
                 "name": "居住区域内道路",
             },
             "highway/secondary": {
                 "name": "一般都道府県道",
-                "terms": "一般都道府県道,都道,道道,府道,県道"
+                "terms": "一般都道府県道, 都道, 道道, 府道, 県道"
             },
             "highway/secondary_link": {
                 "name": "一般都道府県道の接続路",
             },
             "highway/track": {
                 "name": "農道・林道",
-                "terms": "農道,林道"
+                "terms": "農道, 林道"
             },
             "highway/traffic_signals": {
                 "name": "信号機",
             },
             "highway/trunk": {
                 "name": "国道",
-                "terms": "国道,一般国道"
+                "terms": "国道, 一般国道"
             },
             "highway/trunk_link": {
                 "name": "国道の接続路",
                 "name": "土地利用",
                 "terms": "土地利用"
             },
+            "landuse/allotments": {
+                "name": "市民庭園",
+                "terms": "庭園, 市民庭園, コミュニティガーデン, ガーデン"
+            },
             "landuse/basin": {
                 "name": "遊水地",
                 "terms": "遊水地"
             },
             "landuse/retail": {
                 "name": "商業地",
-                "terms": "商業地,ショッピング地区,ショッピング街"
+                "terms": "商業地, ショッピング地区, ショッピング街"
             },
             "landuse/vineyard": {
                 "name": "ぶどう畑",
             },
             "leisure/adult_gaming_centre": {
                 "name": "遊技場",
-                "terms": "遊技場,パチンコ,パチスロ,スロット"
+                "terms": "遊技場, パチンコ, パチスロ, スロット"
             },
             "leisure/bowling_alley": {
                 "name": "ボウリング場",
             },
             "leisure/ice_rink": {
                 "name": "アイススケート場",
-                "terms": "アイススケート,アイススケート場,アイススケートリンク"
+                "terms": "アイススケート, アイススケート場, アイススケートリンク"
             },
             "leisure/marina": {
                 "name": "マリーナ",
                 "name": "バスケットボール場",
                 "terms": "バスケットボール場"
             },
+            "leisure/pitch/rugby_league": {
+                "name": "ラグビーリーグ場",
+                "terms": "ラグビー場, ラグビー, リーグ"
+            },
+            "leisure/pitch/rugby_union": {
+                "name": "ラグビー場",
+                "terms": "ラグビーユニオン場"
+            },
             "leisure/pitch/skateboard": {
                 "name": "スケートパーク",
                 "terms": "スケートパーク"
             },
             "leisure/running_track": {
                 "name": "トラック(周回走路)",
-                "terms": "ランニングトラック,ランニング用周回走路"
+                "terms": "ランニングトラック, ランニング用周回走路"
             },
             "leisure/slipway": {
                 "name": "進水路",
             },
             "military/barracks": {
                 "name": "兵舎",
-                "terms": "兵舎,兵営"
+                "terms": "兵舎, 兵営"
             },
             "military/bunker": {
                 "name": "バンカー",
-                "terms": "掩蔽壕,観測室,バンカー"
+                "terms": "掩蔽壕, 観測室, バンカー"
+            },
+            "military/checkpoint": {
+                "name": "チェックポイント",
+                "terms": "チェックポイント"
+            },
+            "military/danger_area": {
+                "name": "危険区域",
+                "terms": "危険区域"
+            },
+            "military/naval_base": {
+                "name": "海軍基地",
+                "terms": "海軍基地"
             },
             "military/range": {
                 "name": "軍事演習場",
                 "terms": "軍事演習場"
             },
+            "military/training_area": {
+                "name": "練習場",
+                "terms": "練習場, トレーニングエリア, 訓練場"
+            },
             "natural": {
                 "name": "自然",
                 "terms": "自然"
             },
             "office/travel_agent": {
                 "name": "旅行代理店",
-                "terms": "旅行代理店,トラベル,ツアー"
+                "terms": "旅行代理店, トラベル, ツアー"
             },
             "piste": {
                 "name": "ゲレンデ/スキー路",
-                "terms": "ゲレンデ,スキーコース"
+                "terms": "ゲレンデ, スキーコース"
             },
             "place": {
                 "name": "地名",
             },
             "power/substation": {
                 "name": "変電所",
-                "terms": "変電所,変圧所"
+                "terms": "変電所, 変圧所"
             },
             "power/tower": {
                 "name": "送電塔",
             },
             "shop/bag": {
                 "name": "バッグ/カバン店",
-                "terms": "バッグ,カバン,鞄"
+                "terms": "バッグ, カバン, 鞄"
             },
             "shop/bakery": {
                 "name": "パン屋",
             },
             "shop/bed": {
                 "name": "ベッド/マットレス専門店",
-                "terms": "ベッド,マットレス,寝具"
+                "terms": "ベッド, マットレス, 寝具"
             },
             "shop/beverages": {
                 "name": "飲料店",
             },
             "shop/books": {
                 "name": "本屋",
-                "terms": "本屋,ブックストア,古書店,古書,書籍販売, 書店"
+                "terms": "本屋, ブックストア, 古書店, 古書, 書籍販売, 書店"
             },
             "shop/boutique": {
                 "name": "ブティック",
             },
             "shop/candles": {
                 "name": "キャンドル専門店",
-                "terms": "キャンドル,ロウソク,蝋燭,蠟燭"
+                "terms": "キャンドル, ロウソク, 蝋燭, 蠟燭"
             },
             "shop/car": {
                 "name": "自動車販売店",
             },
             "shop/carpet": {
                 "name": "カーペット専門店",
-                "terms": "カーペット,敷物,表具店,表具"
+                "terms": "カーペット, 敷物, 表具店, 表具"
             },
             "shop/cheese": {
                 "name": "チーズ店",
                 "terms": "日曜大工用品店, 工具店, DIYショップ, ホームセンター"
             },
             "shop/dry_cleaning": {
-                "name": "クリーニング店"
+                "name": "クリーニング店",
+                "terms": "クリーニング, ドライクリーニング店"
             },
             "shop/electronics": {
                 "name": "家電販売店",
                 "terms": "農産物直売所"
             },
             "shop/fashion": {
-                "name": "ファッション店"
+                "name": "ファッション店",
+                "terms": "洋品店, ファッション, 衣類, 衣服, 服, 店"
             },
             "shop/fishmonger": {
                 "name": "魚屋",
                 "name": "葬儀社",
                 "terms": "葬儀屋, 葬儀業"
             },
+            "shop/furnace": {
+                "name": "釜戸屋",
+                "terms": "かまど, 釜戸, 竈, 竃, 炉"
+            },
             "shop/furniture": {
                 "name": "家具店",
                 "terms": "家具店, インテリア用品店"
                 "terms": "キオスク, ニューススタンド"
             },
             "shop/kitchen": {
-                "name": "キッチンデザイン店"
+                "name": "キッチンデザイン店",
+                "terms": "台所, キッチン, デザイン, design, Kitchen"
             },
             "shop/laundry": {
                 "name": "洗濯屋・コインランドリー",
                 "terms": "楽器店"
             },
             "shop/newsagent": {
-                "name": "新聞・雑誌店"
+                "name": "新聞・雑誌店",
+                "terms": "新聞, 雑誌, マガジン, ニュース, スタンド"
             },
             "shop/optician": {
                 "name": "メガネ",
-                "terms": "メガネ,眼鏡,メガネ屋,眼鏡屋"
+                "terms": "メガネ, 眼鏡, メガネ屋, 眼鏡屋"
             },
             "shop/organic": {
                 "name": "オーガニック商品店",
             },
             "shop/pet": {
                 "name": "ペットショップ",
-                "terms": "ペット売り場,ペット,家禽,ペットショップ"
+                "terms": "ペット売り場, ペット, 家禽, ペットショップ"
             },
             "shop/photo": {
                 "name": "写真屋",
             },
             "shop/seafood": {
                 "name": "魚屋",
-                "terms": "海鮮食品店,魚屋,魚市場"
+                "terms": "海鮮食品店, 魚屋, 魚市場"
             },
             "shop/second_hand": {
                 "name": "リサイクルショップ"
             },
             "shop/tailor": {
                 "name": "仕立て屋",
-                "terms": "仕立て屋,テイラー,洋裁店"
+                "terms": "仕立て屋, テイラー, 洋裁店"
             },
             "shop/tattoo": {
                 "name": "タトゥースタジオ"
             },
             "shop/travel_agency": {
                 "name": "旅行代理店",
-                "terms": "旅行代理店,トラベル,ツアー"
+                "terms": "旅行代理店, トラベル,ツアー"
             },
             "shop/tyres": {
                 "name": "タイヤ店",
             },
             "shop/vacant": {
                 "name": "空き店舗",
-                "terms": "空き店舗,未入居店舗"
+                "terms": "空き店舗, 未入居店舗"
             },
             "shop/vacuum_cleaner": {
                 "name": "掃除機店",
                 "name": "テレビゲーム専門屋"
             },
             "shop/water_sports": {
-                "name": "水着通販ショップ"
+                "name": "水着通販ショップ",
+                "terms": "マリンスポーツ専門店, ウォータースポーツ専門店"
             },
             "shop/weapons": {
-                "name": "武器屋"
+                "name": "武器屋",
+                "terms": "銃砲店"
             },
             "shop/window_blind": {
                 "name": "ブラインドカーテン専門店"
                 "terms": "動物園"
             },
             "traffic_calming/bump": {
-                "name": "減速帯"
+                "name": "スピードバンプ",
+                "terms": "スピードバンプ"
             },
             "traffic_calming/hump": {
-                "name": "ハンプ"
+                "name": "スピードハンプ",
+                "terms": "スピードハンプ"
             },
             "traffic_calming/rumble_strip": {
-                "name": "ランブルストリップ"
+                "name": "ランブルストリップ",
+                "terms": "ランブルストリップ"
             },
             "traffic_calming/table": {
-                "name": "横断歩道橋"
+                "name": "歩道橋",
+                "terms": "歩道橋, 横断歩道橋"
             },
             "type/boundary": {
                 "name": "境界",
                 "terms": "道路ルート"
             },
             "type/route/train": {
-                "name": "鉄道ルート",
-                "terms": "鉄道ルート"
+                "name": "列車ルート",
+                "terms": "列車ルート, 運行系統"
             },
             "type/route/tram": {
                 "name": "路面電車系統",
                 "terms": "河岸"
             },
             "waterway/sanitary_dump_station": {
-                "name": "マリントイレ処分"
+                "name": "海上汚物廃棄所",
+                "terms": "海上汚物廃棄所"
             },
             "waterway/stream": {
                 "name": "小川",
-                "terms": "小川,せせらぎ"
+                "terms": "小川, せせらぎ"
             },
             "waterway/weir": {
                 "name": "堰",
index 68e1a43279ac38f45666a4a31db8c66f050a53fa..991c95fe78a51e487da90081d112896b8ab93522 100644 (file)
@@ -92,9 +92,7 @@
         },
         "merge": {
             "title": "ವಿಲೀನಗೊಳಿಸು",
-            "description": "ರೇಖೆಗಳನ್ನು ವಿಲೀನಗೊಳಿಸು",
-            "key": "C",
-            "annotation": "{n} ರೇಖೆಗಳನ್ನು ವಿಲೀನಗೊಳಿಸಲಾಯಿತು "
+            "key": "C"
         },
         "move": {
             "title": "ಸರಿಸು",
index 7a1b758a0889a846f4f38dbd58c98d84dbd6aa0e..0064b807b2fd2125c5322beba2333e6af200a8c9 100644 (file)
         },
         "merge": {
             "title": "병합",
-            "description": "이 선을 병합합니다.",
             "key": "C",
-            "annotation": "선 {n}개를 병합했습니다.",
             "not_eligible": "이 지물은 병합할 수 없습니다.",
-            "not_adjacent": "이 선은 연결되어 있지 않기 때문에 병합할 수 없습니다.",
-            "restriction": "이 선은 적어도 하나가 \"{relation}\" 관계의 구성원이기 때문에 병합할 수 없습니다.",
-            "incomplete_relation": "이 지물은 완전히 다운로드되어 있지 않기 때문에 병합할 수 없습니다.",
-            "conflicting_tags": "이 선은 이들의 태그의 일부가 충돌하는 값이기 때문에 병합할 수 없습니다."
+            "incomplete_relation": "이 지물은 완전히 다운로드되어 있지 않기 때문에 병합할 수 없습니다."
         },
         "move": {
             "title": "이동",
         "nothing": "다시 실행할 것이 없습니다."
     },
     "tooltip_keyhint": "바로가기:",
-    "browser_notice": "이 편집기는 파이어폭스, 크롬, 사파리, 오페라와 인터넷 익스플로러 9 이상을 지원합니다. 지도를 편집하려면 사용하고 있는 브라우저를 업그레이드하거나 Potlatch 2를 사용하세요.",
     "translate": {
         "translate": "번역",
         "localized_translation_label": "다언어 이름",
             "amenity/university": {
                 "name": "대학교 부지"
             },
-            "amenity/vending_machine": {
-                "name": "자동 판매기"
-            },
             "amenity/waste_basket": {
                 "name": "쓰레기통"
             },
             "building/bunker": {
                 "name": "벙커"
             },
-            "building/church": {
-                "name": "교회"
-            },
             "building/college": {
                 "name": "대학 건물"
             },
index 6887f71214e19a45c5f844ad24bf18230d794028..d31892ab0a66e1080b6d03b96ce9578b4a69b1cf 100644 (file)
         },
         "merge": {
             "title": "Sujungti",
-            "description": "Sujungti šias linijas.",
             "key": "C",
-            "annotation": "Sujungtos {n} linijos.",
             "not_eligible": "Šie geoobjektai negali būti sulieti.",
-            "not_adjacent": "Šios linijos negali būti sulietos, nes jos nesusijungia.",
-            "restriction": "Šių linijų negalima sulieti, nes bent viena iš jų yra ryšio „{relation}“ narė.",
-            "incomplete_relation": "Šie objektai negali būti sujungti, nes ne visi pilnai atsiųsti.",
-            "conflicting_tags": "Negalima sulieti šių linijų, nes kai kurios žymos turi konfliktuojančias reikšmes."
+            "incomplete_relation": "Šie objektai negali būti sujungti, nes ne visi pilnai atsiųsti."
         },
         "move": {
             "title": "Perkelti",
         "nothing": "Nėra ką pakartoti."
     },
     "tooltip_keyhint": "Kombinacija:",
-    "browser_notice": "Šis redaktorius palaikomas Firefox, Chrome, Safari, Opera ir Internet Explorer 9 ir naujesnėse naršyklėse. Prašome atnaujinti jūsų naršyklę arba žemėlapio redagavimui naudoti Potlatch 2.",
     "translate": {
         "translate": "Versti",
         "localized_translation_label": "Daugiakalbis pavadinimas",
                 "name": "Takas"
             },
             "category-rail": {
-                "name": "Gelžkelis"
+                "name": "Geležinkelis"
             },
             "category-restriction": {
                 "name": "Apribojimas"
         },
         "fields": {
             "access": {
+                "label": "Leidžiamas priėjimas",
                 "options": {
                     "designated": {
                         "description": "Priėjimas galimas remiantis ženklais ir savitais vietos įstatymais",
                 }
             },
             "access_simple": {
+                "label": "Leidžiamas priėjimas",
                 "placeholder": "taip"
             },
             "access_toilets": {
                     "opposite": {
                         "description": "Abiejų krypčių dviračių juosta vienpusėje gatvėje",
                         "title": "Dviračių juostos kryptis prieš eismą"
+                    },
+                    "share_busway": {
+                        "description": "Dviračių juosta yra kartu su autobusų juosta",
+                        "title": "Dviračių juosta kartu su autobusų"
                     }
+                },
+                "types": {
+                    "cycleway:left": "Kairė pusė",
+                    "cycleway:right": "Dešinė pusė"
                 }
             },
             "delivery": {
                     "semi_evergreen": "Pusiau-amžinai žaliuojantis"
                 }
             },
+            "leaf_cycle_singular": {
+                "options": {
+                    "deciduous": "Lapuočiai",
+                    "evergreen": "Visžaliai",
+                    "semi_deciduous": "Pusiau lapuočiai",
+                    "semi_evergreen": "Pusiau visžaliai"
+                }
+            },
             "leaf_type": {
                 "label": "Lapų tipas",
                 "options": {
                     "needleleaved": "Spygliuočiai"
                 }
             },
+            "leaf_type_singular": {
+                "label": "Lapų tipas",
+                "options": {
+                    "broadleaved": "Plačialapiai",
+                    "leafless": "Belapiai",
+                    "needleleaved": "Spygliuočiai"
+                }
+            },
             "leisure": {
                 "label": "Tipas"
             },
             "length": {
                 "label": "Ilgis (metrais)"
             },
+            "level": {
+                "label": "Lygis"
+            },
             "levels": {
                 "label": "Lygiai",
                 "placeholder": "2, 4, 6..."
                 "label": "Priežiūra",
                 "options": {
                     "classic": "Klasikinis",
+                    "scooter": "Motoroleris/Sniegomobilis",
                     "skating": "Čiuožimas"
                 }
             },
             "recycling/glass": {
                 "label": "Priima stiklą"
             },
+            "recycling/glass_bottles": {
+                "label": "Priima stiklo taras"
+            },
             "recycling/paper": {
                 "label": "Priima popierių"
             },
+            "recycling/plastic": {
+                "label": "Priima plastiką"
+            },
+            "recycling/type": {
+                "label": "Rūšiavimo tipas",
+                "options": {
+                    "centre": "Rūšiavimo Centras",
+                    "container": "Konteineris"
+                }
+            },
             "ref": {
                 "label": "Šaltinis"
             },
                 "label": "Kelio tipas",
                 "placeholder": "Tvirtas, daugiausia tvirtas, minkštas..."
             },
+            "traffic_signals": {
+                "label": "Tipas"
+            },
             "trail_visibility": {
                 "label": "Maršruto matomumas",
                 "options": {
             "water": {
                 "label": "Tipas"
             },
+            "water_point": {
+                "label": "Vandenvietė"
+            },
             "waterway": {
                 "label": "Tipas"
             },
                 "name": "Baras",
                 "terms": "Baras,Aludė"
             },
+            "amenity/bbq": {
+                "name": "Barbekiu/Grilis"
+            },
             "amenity/bench": {
                 "name": "Suolas",
                 "terms": "Suoliukas,Suolas"
                 "name": "Automobilių plovykla",
                 "terms": "plovykla,mašinų plovykla,automobilių plovykla"
             },
+            "amenity/casino": {
+                "name": "Kazino"
+            },
             "amenity/charging_station": {
                 "name": "Įkrovimo stotelė",
                 "terms": "įkrovimo stotelė,įkrovimo stotis"
                 "name": "Prekyvietė",
                 "terms": "prekyvietė,turgus,turgelis"
             },
+            "amenity/motorcycle_parking": {
+                "name": "Motociklų parkavimas",
+                "terms": "Motociklų stovėjimo aikštelė"
+            },
             "amenity/nightclub": {
                 "name": "Naktinis klubas",
                 "terms": "klubas,naktinis klubas"
                 "name": "Universiteto kiemas",
                 "terms": "universiteto teritorija"
             },
-            "amenity/vending_machine": {
-                "name": "Prekių automatas"
-            },
             "amenity/veterinary": {
                 "name": "Veterinarija",
                 "terms": "veterinaras"
                 "name": "Plotas",
                 "terms": "plotas"
             },
+            "area/highway": {
+                "name": "Kelio danga"
+            },
             "barrier": {
                 "name": "Barjeras",
                 "terms": "barieras,kliūtis"
             "building/bunker": {
                 "name": "Bunkeris"
             },
-            "building/cathedral": {
-                "name": "Katedra",
-                "terms": "katedra"
-            },
-            "building/chapel": {
-                "name": "Koplyčia",
-                "terms": "koplyčia"
-            },
-            "building/church": {
-                "name": "Bažnyčia",
-                "terms": "bažnyčia"
-            },
             "building/college": {
                 "name": "Kolegijos pastatas",
                 "terms": "koledžas"
                 "name": "Vyninė",
                 "terms": "vyninė"
             },
+            "embankment": {
+                "name": "Užtvanka"
+            },
             "emergency/ambulance_station": {
                 "name": "Greitosios pagalbos stotis"
             },
                 "name": "Įėjimas/Išėjimas",
                 "terms": "įėjimas,išėjimas"
             },
+            "footway/crosswalk": {
+                "name": "Pėsčiųjų perėja"
+            },
             "footway/sidewalk": {
                 "name": "Šaligatvis",
                 "terms": "šaligatvis"
                 "name": "Autobuso stotelė",
                 "terms": "stotelė,autobusų stotelė,troleibusų stotelė"
             },
+            "highway/crosswalk": {
+                "name": "Pėsčiųjų perėja"
+            },
             "highway/cycleway": {
                 "name": "Dviračių takas",
                 "terms": "dviračių takas"
                 "name": "Takas",
                 "terms": "takas"
             },
+            "highway/pedestrian": {
+                "name": "Pėsčiųjų gatvė"
+            },
             "highway/primary": {
                 "name": "Pagrindinis kelias"
             },
                 "name": "Pagalbos priėjimas",
                 "terms": "avarinis priėjimas,avarinis privažiavimas"
             },
+            "highway/service/parking_aisle": {
+                "name": "Parkavimo pravažiaviamas"
+            },
             "highway/services": {
                 "name": "Aptarnaujantis plotas",
                 "terms": "aptarnavimo zona,aptarnavimo plotas"
                 "name": "Kapinės",
                 "terms": "kapinės"
             },
+            "landuse/churchyard": {
+                "name": "Bažnyčios kiemas"
+            },
             "landuse/commercial": {
                 "name": "Komercinė zona",
                 "terms": "komercinė zona,komercinė,komercija"
                 "name": "Laisvalaikis",
                 "terms": "laisvalaikis"
             },
+            "leisure/adult_gaming_centre": {
+                "name": "Suaugusiųjų lošimų vieta"
+            },
             "leisure/common": {
                 "name": "Bendros ganyklos"
             },
             "leisure/pitch/basketball": {
                 "name": "Krepšinio aikštelė"
             },
+            "leisure/pitch/skateboard": {
+                "name": "Riedlenčių parkas"
+            },
             "leisure/pitch/soccer": {
                 "name": "Futbolo aikštė",
                 "terms": "futbolo aikštė"
                 "name": "Proskyna",
                 "terms": "proskyna"
             },
+            "man_made/embankment": {
+                "name": "Užtvanka"
+            },
             "man_made/flagpole": {
                 "name": "Vėliavos stiebas"
             },
                 "name": "Švyturys",
                 "terms": "švyturys"
             },
+            "man_made/mast": {
+                "name": "Radijo bokštas"
+            },
             "man_made/observation": {
                 "name": "Stebėjimo bokštas",
                 "terms": "stebėjimo bokštas"
             },
+            "man_made/petroleum_well": {
+                "name": "Naftos gręžinys"
+            },
             "man_made/pier": {
                 "name": "Prieplauka"
             },
             "military/bunker": {
                 "name": "Bunkeris"
             },
+            "military/danger_area": {
+                "name": "Pavojinga vieta"
+            },
+            "military/naval_base": {
+                "name": "Karinio jūrų laivyno bazė"
+            },
             "military/range": {
                 "name": "Karinis poligonas",
                 "terms": "šaudykla,poligonas"
                 "name": "Medis",
                 "terms": "medis"
             },
+            "natural/volcano": {
+                "name": "Ugnikalnis"
+            },
             "natural/water": {
                 "name": "Vanduo",
                 "terms": "vanduo"
                 "name": "Miestas",
                 "terms": "didmiestis"
             },
+            "place/farm": {
+                "name": "Ūkis"
+            },
             "place/hamlet": {
                 "name": "Viensėdis",
                 "terms": "viensėdis,kaimelis"
                 "name": "Elektros linija",
                 "terms": "elektros linija"
             },
+            "power/minor_line": {
+                "name": "Maža elektros linija"
+            },
             "power/pole": {
                 "name": "Elektros stulpas",
                 "terms": "stulpas,elektros stulpas"
                 "name": "Ryšys",
                 "terms": "ryšys"
             },
+            "roundabout": {
+                "name": "Žiedas"
+            },
             "route/ferry": {
                 "name": "Kelto maršrutas",
                 "terms": "kelto maršrutas"
                 "name": "Dviračių parduotuvė",
                 "terms": "dviračių parduotuvė"
             },
+            "shop/bookmaker": {
+                "name": "Knygrišys"
+            },
             "shop/books": {
                 "name": "Knygynas",
                 "terms": "knygynas,knygų parduotuvė"
             "shop/farm": {
                 "name": "Produktų stendas"
             },
+            "shop/fashion": {
+                "name": "Mados parduotuvė"
+            },
             "shop/fishmonger": {
                 "name": "Žuvų pardavėjas"
             },
             "shop/money_lender": {
                 "name": "Pinigų skolintojas"
             },
+            "shop/motorcycle": {
+                "name": "Motociklų prekybos atstovybė"
+            },
             "shop/music": {
                 "name": "Muzikos parduotuvė",
                 "terms": "muzikos prekės,muzikos prekių parduotuvė"
             "shop/tea": {
                 "name": "Arbatos parduotuvė"
             },
+            "shop/ticket": {
+                "name": "Bilietų pardavėjas"
+            },
             "shop/tobacco": {
                 "name": "Tabako parduotuvė"
             },
             "tourism/zoo": {
                 "name": "Zoologijos sodas"
             },
+            "traffic_calming/bump": {
+                "name": "Maži greičio slopinimo kalneliai"
+            },
+            "traffic_calming/hump": {
+                "name": "Dideli greičio slopinimo kalneliai"
+            },
+            "traffic_calming/table": {
+                "name": "Pakelta pėsčiųjų perėja"
+            },
             "type/boundary": {
                 "name": "Siena",
                 "terms": "Riba,Siena"
index 93f896a7340bbb278ae81bb0a6cd5b7a9fc6893c..665644e51479fd26570536f022cb41737ce46b63 100644 (file)
         },
         "merge": {
             "title": "Sapludināt",
-            "description": "Sapludināt līnijas.",
             "key": "C",
-            "annotation": "{n} līnijas sapludinātas.",
-            "not_eligible": "Šos objektus nevar apvienot.",
-            "not_adjacent": "Šīs līnijas nevar apvienot, jo tās nav savienotas."
+            "not_eligible": "Šos objektus nevar apvienot."
         },
         "move": {
             "title": "Pārvietot",
         "tooltip": "Atgriezt: {action}",
         "nothing": "Nav nekā, ko atsaukt"
     },
-    "browser_notice": "Šis redaktors tiek atbalstīts ar Firefox, Chrome, Safari, Opera, un Internet Explorer 9 un jaunāku. Lūdzu, atjauniniet savu pārlūkprogrammu vai izmantojiet Potlatch 2 kartes rediģēšanai",
     "translate": {
         "translate": "Tulkot",
         "localized_translation_language": "Izvelties valodu"
index 7e79e72d6ef55739ea3829d61e9fce1b7729dc37..8d5d954b1858551a7e058f29bfdcc321b06f75ba 100644 (file)
         },
         "merge": {
             "title": "Voeg samen",
-            "description": "Voeg deze lijnen samen.",
             "key": "C",
-            "annotation": "{n} lijnen samengevoegd.",
             "not_eligible": "Deze objecten kunnen niet worden samengevoegd.",
-            "not_adjacent": "Deze lijnen kunnen niet samengevoegd worden omdat ze niet verbonden zijn.",
-            "restriction": "De lijnen kunnen niet samengevoegd worden omdat minstens één ervan onderdeel uitmaakt van een \"{relation}\"-relatie.",
-            "incomplete_relation": "Deze objecten kunnen niet samengevoegd worden omdat minstens één ervan niet volledig gedownload is.",
-            "conflicting_tags": "De lijnen kunnen niet samengevoegd worden omdat sommige van hun tags conflicteren."
+            "incomplete_relation": "Deze objecten kunnen niet samengevoegd worden omdat minstens één ervan niet volledig gedownload is."
         },
         "move": {
             "title": "Verschuif",
         "nothing": "Niets om opnieuw te doen."
     },
     "tooltip_keyhint": "Sneltoets:",
-    "browser_notice": "Deze editor werkt in Firefox, Chrome, Safari, Opera en Internet Explorer 9 en hoger. Download een nieuwere versie van je browser of gebruik Potlatch 2 om de kaart aan te passen.",
     "translate": {
         "translate": "Vertaal",
         "localized_translation_label": "Naam in meerdere talen",
     "zoom_in_edit": "Zoom in om aan te passen",
     "logout": "Afmelden",
     "loading_auth": "Aan het verbinden met OpenStreetMap …",
+    "report_a_bug": "Meld een bug",
+    "help_translate": "Help vertalen",
     "feature_info": {
         "hidden_warning": "{count} verborgen objecten",
         "hidden_details": "Deze objecten zijn momenteel verborgen: {details}"
                 "label": "Handicap",
                 "placeholder": "1-18"
             },
+            "handrail": {
+                "label": "Trapleuning"
+            },
             "highway": {
                 "label": "Type"
             },
                 "name": "Campus van Universiteit of Hogeschool",
                 "terms": "universiteit, hogeschool, onderwijs, hoger onderwijs"
             },
-            "amenity/vending_machine": {
-                "name": "Automaat",
-                "terms": "verkoopautomaat"
-            },
             "amenity/veterinary": {
                 "name": "Dierenarts",
                 "terms": "veearts, dierendokter"
                 "terms": "hut, blokhut, cabine, hout, balken, boomstammen"
             },
             "building/cathedral": {
-                "name": "Kathedraal",
-                "terms": "kerk, christendom, bisschop"
+                "name": "Kathedraalgebouw"
             },
             "building/chapel": {
-                "name": "Kapel",
-                "terms": "kapelletje"
+                "name": "Kapelgebouw"
             },
             "building/church": {
-                "name": "Kerk",
-                "terms": "christendom, godshuis"
+                "name": "Kerkgebouw"
             },
             "building/college": {
                 "name": "Gebouw van Beroepsschool",
index 56b3a3620c5a02dee7284218eeec0597783ae2ce..eb4febb1433a56d0f836b75d7591a6ec1e46b58e 100644 (file)
@@ -98,9 +98,7 @@
         },
         "merge": {
             "title": "Knytt sammen",
-            "description": "Knytt disse linjene sammen.",
             "key": "C",
-            "annotation": "Knyttet {n} linjer sammen.",
             "incomplete_relation": "Disse funksjonene kan ikke bli knyttet sammen fordi hvertfall én av dem er ikke ferdig nedlastet."
         },
         "move": {
         "tooltip": "Omgjør: {action}",
         "nothing": "Ingen ting å gjøre tilbake."
     },
-    "browser_notice": "Denne editor er støttet i Firefox, Chrome, Safari, Opera og Internet Explorer 9 og høyere. Vennligst oppgrader din nettleser eller bruk Potlatch 2 for å redigere kartet.",
     "translate": {
         "translate": "Oversett",
         "localized_translation_language": "Velg språk",
index 2c60b413872288e90f83916f300e28f3ff1ee3d4..a641ae164b1f801531187b252a83bd4587d1fe29 100644 (file)
         },
         "merge": {
             "title": "Scal",
-            "description": "Scal te linie.",
             "key": "C",
-            "annotation": "Scalono {n} linii.",
             "not_eligible": "Te obiekty nie mogą zostać scalone.",
-            "not_adjacent": "Tych linii nie da się scalić, gdyż nie są połączone.",
-            "restriction": "Te linie nie mogą zostać połączone, ponieważ przynajmniej jedna z nich jest członkiem relacji \"{relation}\".",
             "incomplete_relation": "Tego obiektu nie można scalić, ponieważ przynajmniej jeden z nich nie został w pełni pobrany."
         },
         "move": {
         "nothing": "Nie ma nic do powtórzenia."
     },
     "tooltip_keyhint": "Skrót:",
-    "browser_notice": "Ten edytor działa w Firefoksie, Chrome, Safari, Operze oraz Internet Explorerze 9 i wyższych. Zaktualizuj swoją przeglądarkę lub użyj Potlatch 2 aby edytować mapę.",
     "translate": {
         "translate": "Przetłumacz",
         "localized_translation_label": "Wielojęzyczna nazwa",
     "zoom_in_edit": "Powiększ, aby edytować",
     "logout": "wyloguj",
     "loading_auth": "Łączenie z OpenStreetMap...",
+    "report_a_bug": "Zgłoś błąd",
+    "help_translate": "Pomóż tłumaczyć",
     "feature_info": {
         "hidden_warning": "{count} ukrytych obiektów",
         "hidden_details": "Te obiekty są obecnie ukryte: {details}"
         "out": "Oddal"
     },
     "cannot_zoom": "Nie można bardziej oddalić widoku w obecnym trybie.",
+    "full_screen": "Tryb pełnoekranowy",
     "gpx": {
         "local_layer": "Lokalny plik GPX",
         "drag_drop": "Przeciągnij i upuść plik .gpx na stronę lub kliknij przycisk po prawej by go wybrać",
         },
         "fields": {
             "access": {
+                "label": "Dozwolony wstęp",
                 "options": {
                     "designated": {
                         "description": "Dostęp jest dozwolony na podstawie znaków lub określonych przepisów lokalnych",
                     }
                 },
                 "types": {
+                    "access": "Wszyscy",
                     "bicycle": "Rowery",
                     "foot": "Piesi",
                     "horse": "Konie",
                 }
             },
             "access_simple": {
+                "label": "Dozwolony wstęp",
                 "placeholder": "tak"
             },
             "access_toilets": {
                 "label": "Adres",
                 "placeholders": {
                     "city": "Miasto",
+                    "conscriptionnumber": "123",
                     "country": "Kraj",
                     "district": "Dystrykt",
                     "hamlet": "Przysiółek",
                         "description": "Brak pasa rowerowego",
                         "title": "Brak"
                     },
+                    "opposite": {
+                        "title": "Kontrapas"
+                    },
                     "share_busway": {
                         "description": "Pas rowerowy dzielony z buspasem",
                         "title": "Pas rowerowy dzielony z buspasem"
                 "name": "Dom kultury"
             },
             "amenity/compressed_air": {
-                "name": "Kompresor"
+                "name": "Kompresor",
+                "terms": "kompresor"
             },
             "amenity/courthouse": {
                 "name": "Sąd",
                 "name": "Targowisko",
                 "terms": "targowisko,targ,rynek,giełda"
             },
+            "amenity/motorcycle_parking": {
+                "name": "Parking dla motocyklów"
+            },
             "amenity/nightclub": {
                 "name": "Klub nocny",
                 "terms": "Klub nocny,"
             "amenity/university": {
                 "name": "Teren uniwersytetu"
             },
-            "amenity/vending_machine": {
-                "name": "Automat sprzedający",
-                "terms": "automat do sprzedaży"
-            },
             "amenity/veterinary": {
                 "name": "Weterynarz",
                 "terms": "Zakład weterynaryjny, Weterynarz"
             "building/cabin": {
                 "name": "Chata"
             },
-            "building/cathedral": {
-                "name": "Katedra",
-                "terms": "Katedra, "
-            },
-            "building/chapel": {
-                "name": "Kaplica",
-                "terms": "Kaplica, "
-            },
-            "building/church": {
-                "name": "Kościół",
-                "terms": "Kościół, "
-            },
             "building/college": {
                 "name": "Budynek uczelni"
             },
index 5f5ec375f138553cd01b832603ba7658a51be466..af02d3df20fbd0b5c39447a1a78295d6ee9b5497 100644 (file)
         },
         "merge": {
             "title": "Mesclar",
-            "description": "Mesclar estas linhas.",
             "key": "C",
-            "annotation": "Mesclou {n} linhas.",
             "not_eligible": "Esses elementos não podem ser mesclados.",
-            "not_adjacent": "Essas linhas não podem ser mescladas porque não estão conectadas.",
-            "restriction": "Estas linhas não podem ser mescladas porque pelo menos uma delas é membro da relação \"{relation}\".",
-            "incomplete_relation": "Estes elementos não podem ser mesclados porque pelo menos um deles não foi transferido completamente.",
-            "conflicting_tags": "Essas linhas não podem ser mescladas porque algumas de suas etiquetas têm valores conflitantes."
+            "incomplete_relation": "Estes elementos não podem ser mesclados porque pelo menos um deles não foi transferido completamente."
         },
         "move": {
             "title": "Mover",
         "nothing": "Nada para refazer."
     },
     "tooltip_keyhint": "Atalho:",
-    "browser_notice": "Este editor é suportado no Firefox, Chrome, Safari, Opera e Internet Explorer 9 ou superior. Por favor atualize seu navegador ou use o Potlatch 2 para editar o mapa.",
     "translate": {
         "translate": "Traduzir",
         "localized_translation_label": "Nome multilíngue",
     "zoom_in_edit": "Aproxime para editar o mapa.",
     "logout": "sair",
     "loading_auth": "Conectando ao OpenStreetMap...",
+    "report_a_bug": "Reportar um erro",
+    "help_translate": "Ajude na tradução",
     "feature_info": {
         "hidden_warning": "{count} elemento(s) oculto(s)",
         "hidden_details": "Estes elementos estão atualmente ocultos: {details}"
         "title": "Salvar Alterações",
         "description_placeholder": "Descrição curta e clara de suas contribuições",
         "message_label": "Comentário para o conjunto de alterações",
-        "upload_explanation": "As alterações que você enviar ficarão visíveis em todos os mapas que usam dados do OpenStreetMap.",
-        "upload_explanation_with_user": "As alterações que você enviar como {user} estarão visíveis em todos os mapas que usam os dados do OpenStreetMap.",
+        "upload_explanation": "As alterações que você enviar ficarão visíveis em todos os mapas que usam dados do OpenStreetMap. Atenção: NÃO é permitido copiar nomes de ruas do Google Maps, Bing, mapas impressos ou quaisquer fontes que possuam copyright.",
+        "upload_explanation_with_user": "As alterações que você enviar como {user} estarão visíveis em todos os mapas que usam os dados do OpenStreetMap.<br><br>\n<b>Atenção:</b> NÃO é permitido copiar nomes de ruas do Google Maps, Bing, mapas impressos ou quaisquer fontes que possuam copyright.",
         "save": "Salvar",
         "cancel": "Cancelar",
         "changes": "{count} mudanças",
     },
     "splash": {
         "welcome": "Bem vindo ao editor iD do OpenStreetMap",
-        "text": "iD é uma ferramenta amigável, porém poderosa, para contribuir no melhor mapa livre do mundo. Esta é a versão {version}. Para mais informações, consulte {website} e reporte bugs no {github}.",
+        "text": "iD é uma ferramenta amigável, porém poderosa, para contribuir no melhor mapa livre do mundo. Esta é a versão {version}. Para mais informações, consulte {website} e reporte bugs no {github}.<br><br>\n<strong>Atenção:</strong> NÃO é permitido copiar nomes de ruas do Google Maps, Bing, mapas impressos ou quaisquer fontes que possuam copyright.",
         "walkthrough": "Comece o Passo a Passo",
         "start": "Editar Agora"
     },
             },
             "amenity/atm": {
                 "name": "Caixa Eletrônico",
-                "terms": "Caixa eletrônico"
+                "terms": "Caixa eletrônico, ATM, Banco"
             },
             "amenity/bank": {
                 "name": "Agência bancária",
             },
             "amenity/bureau_de_change": {
                 "name": "Casa de Câmbio",
-                "terms": "Casa de Câmbio"
+                "terms": "Moedas, Câmbio, Troca de valores,"
             },
             "amenity/bus_station": {
                 "name": "Estação Rodoviária",
             },
             "amenity/car_rental": {
                 "name": "Aluguel de Carros",
-                "terms": "Aluguel de Carros"
+                "terms": "Aluguel de Veículos, locadora, locadora de carros, carros, veículos, automóveis"
             },
             "amenity/car_sharing": {
                 "name": "Compartilhamento de Carros",
             },
             "amenity/casino": {
                 "name": "Cassino",
-                "terms": "Cassino"
+                "terms": "jogos de azar"
             },
             "amenity/charging_station": {
                 "name": "Eletroposto",
             },
             "amenity/clinic": {
                 "name": "Clínica",
-                "terms": "Clínica, Consultório, Posto de Saúde, Médico, Atendimento médico especializado"
+                "terms": "Clínica, Consultório, Posto de Saúde, Médico, Atendimento médico especializado, hospital"
             },
             "amenity/clock": {
                 "name": "Relógio",
             },
             "amenity/courthouse": {
                 "name": "Tribunal",
-                "terms": "Tribunal, Fórum"
+                "terms": "Tribunal, Fórum, justiça"
             },
             "amenity/dentist": {
                 "name": "Dentista",
             },
             "amenity/doctor": {
                 "name": "Médico",
-                "terms": "Doutor, Médico"
+                "terms": "Doutor, Médico, Clínica, Saúde"
             },
             "amenity/dojo": {
                 "name": "Academia de Artes Marciais",
-                "terms": "Academia de Artes Marciais"
+                "terms": "Judô, Karatê, hapkidô, jiu-jítsu, ju-jitsu boxe, savate, ninjitsu, esgrima, luta olímpica, krav magá, capoeira, artes marciais, luta, taekwondo, kickboxing"
             },
             "amenity/drinking_water": {
                 "name": "Água Potável",
-                "terms": "Água Potável, Bebedouro"
+                "terms": "Água Potável, Bebedouro, fonte"
             },
             "amenity/embassy": {
                 "name": "Embaixada",
             },
             "amenity/fast_food": {
                 "name": "Lanchonete",
-                "terms": "fast food, lanchonete, lanches, Lancheria"
+                "terms": "fast food, lanchonete, lanches, Lancheria, comida rápida"
             },
             "amenity/fire_station": {
                 "name": "Posto de Bombeiros",
             },
             "amenity/fountain": {
                 "name": "Chafariz",
-                "terms": "Chafariz, Fonte Aquática"
+                "terms": "Fonte luminosa, Fonte Aquática"
             },
             "amenity/fuel": {
                 "name": "Posto de Combustível",
             },
             "amenity/kindergarten": {
                 "name": "Pré-escola",
-                "terms": "Pré-escola, Centro de educação infantil, CEI, Jardim de infância"
+                "terms": "Pré-escola, Centro de educação infantil, CEI, Jardim de infância, educação"
             },
             "amenity/library": {
                 "name": "Biblioteca",
-                "terms": "Biblioteca"
+                "terms": "Livros"
             },
             "amenity/marketplace": {
                 "name": "Mercado municipal",
             },
             "amenity/place_of_worship/christian": {
                 "name": "Igreja",
-                "terms": "Igreja"
+                "terms": "Igreja, Capela"
             },
             "amenity/place_of_worship/jewish": {
                 "name": "Sinagoga",
             },
             "amenity/post_box": {
                 "name": "Caixa de Correio",
-                "terms": "Caixa de correio"
+                "terms": "Correios, Cartas"
             },
             "amenity/post_office": {
                 "name": "Agência de Correios",
-                "terms": "Agência de Correio"
+                "terms": "Correios, Encomendas, Transporte, Log, Cargas"
             },
             "amenity/pub": {
                 "name": "Bar",
             },
             "amenity/register_office": {
                 "name": "Cartório",
-                "terms": "Ofício de notas, Cartório de notas, Serventia extrajudicial"
+                "terms": "Ofício de notas, Cartório de notas, Serventia extrajudicial, justiça"
             },
             "amenity/restaurant": {
                 "name": "Restaurante",
-                "terms": "Restaurante"
+                "terms": "Alimentação, Comida, Refeitório"
             },
             "amenity/sanitary_dump_station": {
                 "name": "Ponto de Descarga de Dejetos (para trailers)",
             },
             "amenity/social_facility": {
                 "name": "Unidade de Assistência Social",
-                "terms": "Unidade de Assistência Social"
+                "terms": "Assistência Social, Serviço Social"
             },
             "amenity/social_facility/food_bank": {
                 "name": "Banco de Alimentos",
             },
             "amenity/social_facility/group_home": {
                 "name": "Lar de Idosos",
-                "terms": "Lar de Idosos"
+                "terms": "Alberque, casa de repouso, Casa de idosos"
             },
             "amenity/social_facility/homeless_shelter": {
                 "name": "Abrigo para moradores de rua",
             },
             "amenity/taxi": {
                 "name": "Ponto de Táxi",
-                "terms": "Ponto de Táxi"
+                "terms": "Táxi"
             },
             "amenity/telephone": {
                 "name": "Telefone Público",
             },
             "amenity/theatre": {
                 "name": "Teatro",
-                "terms": "Teatro"
+                "terms": "Auditório, Show, Eventos"
             },
             "amenity/toilets": {
                 "name": "Banheiros Públicos",
                 "name": "Área Universitária",
                 "terms": "Área de Universidade, Faculdade, Área de Faculdade, Centro Universitário"
             },
-            "amenity/vending_machine": {
-                "name": "Máquina de Venda",
-                "terms": "Totem de vendas, Máquina de Venda Automática"
-            },
             "amenity/veterinary": {
                 "name": "Veterinário",
-                "terms": "Veterinário"
+                "terms": "Veterinário, Médico veterinário, pet, animal de estimação, animais"
             },
             "amenity/waste_basket": {
                 "name": "Lixeira",
             },
             "area/highway": {
                 "name": "Superfície da estrada",
-                "terms": "Superfície rodoviária"
+                "terms": "Superfície rodoviária, pavimentação"
             },
             "barrier": {
                 "name": "Barreira",
             },
             "barrier/wall": {
                 "name": "Muro",
-                "terms": "Muro"
+                "terms": "Parede"
             },
             "boundary/administrative": {
                 "name": "Limite Administrativo",
                 "name": "Cabine",
                 "terms": "Cabine"
             },
-            "building/cathedral": {
-                "name": "Catedral",
-                "terms": "Catedral"
-            },
-            "building/chapel": {
-                "name": "Capela",
-                "terms": "Capela, Igreja"
-            },
-            "building/church": {
-                "name": "Igreja",
-                "terms": "Igreja"
-            },
             "building/college": {
                 "name": "Edifício de Escola Técnica",
                 "terms": "Colégio técnico, Ensino profissionalizante, Educação profissional"
                 "terms": "Edifício hospitalar"
             },
             "building/hotel": {
-                "name": "Hotel",
+                "name": "Edifício de Hotel",
                 "terms": "Hotel"
             },
             "building/house": {
             },
             "craft": {
                 "name": "Artesanato",
-                "terms": "arte, artesanato, trabalho"
+                "terms": "arte, trabalho manual"
             },
             "craft/basket_maker": {
                 "name": "Cesteiro",
             },
             "craft/beekeeper": {
                 "name": "Apicultor",
-                "terms": "Apicultor"
+                "terms": "Apicultura, Mel, Produtor de Mel, Criador de Abelhas"
             },
             "craft/blacksmith": {
                 "name": "Ferreiro",
             },
             "craft/boatbuilder": {
                 "name": "Fabricante de Barcos",
-                "terms": "Fabricante de Barcos, Estaleiro"
+                "terms": "Barcos, Estaleiro, Veleiro"
             },
             "craft/bookbinder": {
                 "name": "Encadernador",
             },
             "craft/brewery": {
                 "name": "Cervejaria",
-                "terms": "Cervejaria"
+                "terms": "Cervejas, mestre cervejeiro"
             },
             "craft/carpenter": {
                 "name": "Carpinteiro",
-                "terms": "Carpinteiro"
+                "terms": "Carpinteiro, Marceneiro, marcenaria, Carpintaria"
             },
             "craft/carpet_layer": {
                 "name": "Colocador de Carpete",
             },
             "craft/clockmaker": {
                 "name": "Relojoeiro",
-                "terms": "Relojoeiro"
+                "terms": "Relógios, relojoaria"
             },
             "craft/confectionery": {
                 "name": "Doçaria",
-                "terms": "doçaria, confeitaria"
+                "terms": "doçaria, confeitaria, doces"
             },
             "craft/dressmaker": {
                 "name": "Costureira",
             },
             "craft/watchmaker": {
                 "name": "Relojoeiro",
-                "terms": "Relojoeiro"
+                "terms": "Relógios, Relojoaria"
             },
             "craft/window_construction": {
                 "name": "Fabricante de Janelas",
             },
             "entrance": {
                 "name": "Entrada/Saída",
-                "terms": "Entrada/Saída"
+                "terms": "Entrada/Saída, Porta, "
             },
             "footway/crossing": {
                 "name": "Travessia em Rua",
                 "terms": "Faixa de cruzamento"
             },
             "footway/crosswalk": {
-                "name": "Travessia de Pedestres",
-                "terms": "Faixa de Pedestres"
+                "name": "Faixa de Pedestres",
+                "terms": "Travessia de Pedestres"
             },
             "footway/sidewalk": {
                 "name": "Calçada",
             },
             "golf/hole": {
                 "name": "Buraco",
-                "terms": "Buraco"
+                "terms": "Golfe, Golf, Buraco de Golf"
             },
             "golf/lateral_water_hazard": {
                 "name": "Obstáculo Lateral de Água",
                 "terms": "Faixa de cruzamento"
             },
             "highway/crosswalk": {
-                "name": "Travessia de Pedestres",
-                "terms": "Faixa de Pedestres"
+                "name": "Faixa de Pedestres",
+                "terms": "Travessia de Pedestres"
             },
             "highway/cycleway": {
                 "name": "Ciclovia",
             },
             "highway/mini_roundabout": {
                 "name": "Mini-Rotatória",
-                "terms": "Mini-Rotatória, Balão, Mini-Rotunda"
+                "terms": "Rotatória, Balão, Mini-Rotunda"
             },
             "highway/motorway": {
                 "name": "Autoestrada",
-                "terms": "Autoestrada, Via Expressa"
+                "terms": "Autoestrada, Via Expressa, Via rápida"
             },
             "highway/motorway_junction": {
                 "name": "Acesso / Saída de Autoestrada",
             },
             "highway/trunk": {
                 "name": "Via Expressa",
-                "terms": "Via Expressa"
+                "terms": "Via Expressa, Via rápida"
             },
             "highway/trunk_link": {
                 "name": "Ligação de Via Expressa",
             },
             "landuse/orchard": {
                 "name": "Pomar",
-                "terms": "Pomar"
+                "terms": "Pomar, Plantação de Frutas, Frutas"
             },
             "landuse/plant_nursery": {
                 "name": "Viveiro de Plantas",
             },
             "landuse/quarry": {
                 "name": "Pedreira",
-                "terms": "Pedreira"
+                "terms": "Mineração"
             },
             "landuse/residential": {
                 "name": "Área residencial",
             },
             "landuse/vineyard": {
                 "name": "Vinha",
-                "terms": "Vinha, Vinhedo"
+                "terms": "Vinha, Vinhedo, Plantação de uvas, Parreiras"
             },
             "leisure": {
                 "name": "Lazer",
-                "terms": "Lazer"
+                "terms": "Lazer, Diversão"
             },
             "leisure/adult_gaming_centre": {
                 "name": "Centro de Jogos para Adultos"
             },
             "leisure/sports_center": {
                 "name": "Centro Esportivo / Academia",
-                "terms": "Ginásio de Esportes, Ginásio Poliesportivo, Academia"
+                "terms": "Ginásio de Esportes, Ginásio Poliesportivo, Academia, Esportes"
             },
             "leisure/stadium": {
                 "name": "Estádio",
-                "terms": "Estádio, Ginásio"
+                "terms": "Estádio, Ginásio, Esportes, Arena"
             },
             "leisure/swimming_pool": {
                 "name": "Piscina",
             },
             "man_made/embankment": {
                 "name": "Aterro",
-                "terms": "aterro,terrapleno"
+                "terms": "aterro, terrapleno"
             },
             "man_made/flagpole": {
                 "name": "Mastro de Bandeira",
             },
             "man_made/petroleum_well": {
                 "name": "Poço de Petróleo",
-                "terms": "Cavalo mecânico, Poço de extração de petróleo"
+                "terms": "Cavalo mecânico, Poço de extração de petróleo, petróleo, Óleo"
             },
             "man_made/pier": {
                 "name": "Píer",
             },
             "man_made/wastewater_plant": {
                 "name": "Estação de Tratamento de Esgoto",
-                "terms": "Estação de Tratamento de Esgoto"
+                "terms": "Estação de Tratamento de Dejetos Líquidos"
             },
             "man_made/water_tower": {
                 "name": "Caixa d'Água",
-                "terms": "Caixa d'Água"
+                "terms": "Reservatório de Água"
             },
             "man_made/water_well": {
                 "name": "Poço de água",
             },
             "man_made/water_works": {
                 "name": "Estação de Tratamento de Água",
-                "terms": "Estação de Tratamento de Água"
+                "terms": "Tratamento de Água"
             },
             "military/airfield": {
                 "name": "Aeródromo",
-                "terms": "aeródromo,campo de aviação"
+                "terms": "aeródromo, campo de aviação"
             },
             "military/barracks": {
                 "name": "Quartel",
             },
             "natural/spring": {
                 "name": "Nascente",
-                "terms": "Nascente"
+                "terms": "Rio, Riacho, água"
             },
             "natural/tree": {
                 "name": "Árvore",
             },
             "natural/water/lake": {
                 "name": "Lago",
-                "terms": "Lago"
+                "terms": "Lago, laguna, lacustre"
             },
             "natural/water/pond": {
                 "name": "Lagoa",
             },
             "office/architect": {
                 "name": "Arquiteto",
-                "terms": "Arquiteto"
+                "terms": "Arquitetura, Escritório de Arquitetura"
             },
             "office/company": {
                 "name": "Escritório",
             },
             "office/estate_agent": {
                 "name": "Imobiliária",
-                "terms": "imobiliária, aluguel, casa, apartamento, casas, apartamentos"
+                "terms": "aluguel, casas, apartamentos, corretora de imóveis, venda de imóveis, imóveis"
             },
             "office/financial": {
                 "name": "Escritório Financeiro",
             },
             "office/it": {
                 "name": "Escritório de TI",
-                "terms": "ti, cpd, informática, computador, rede"
+                "terms": "ti, cpd, informática, computador, rede, Tecnologia da Informação"
             },
             "office/lawyer": {
                 "name": "Escritório de Advocacia",
-                "terms": "advocacia, advogado, "
+                "terms": "advocacia, advogado, justiça, Direito"
             },
             "office/newspaper": {
                 "name": "Escritório de Jornal",
             },
             "office/ngo": {
                 "name": "Sede de ONG",
-                "terms": "ONG Escritório, Departamento de ONG"
+                "terms": "ONG Escritório, Departamento de ONG, Organização não governamental"
             },
             "office/physician": {
                 "name": "Médico",
             },
             "office/therapist": {
                 "name": "Terapeuta",
-                "terms": "Terapista"
+                "terms": "Terapista, Terapia, Tratamento Terapêutico"
             },
             "office/travel_agent": {
                 "name": "Agência de Viagens",
-                "terms": "viagem, viagens, agência"
+                "terms": "viagem, viagens, agência, Turismo, Agência de Turismo"
             },
             "piste": {
                 "name": "Pista de Ski",
             },
             "place/farm": {
                 "name": "Fazenda",
-                "terms": "Fazenda"
+                "terms": "Fazenda, Chácara, Sítio"
             },
             "place/hamlet": {
                 "name": "Lugarejo",
             },
             "place/island": {
                 "name": "Ilha",
-                "terms": "Ilha"
+                "terms": "Ilhota"
             },
             "place/isolated_dwelling": {
                 "name": "Moradia Isolada",
             },
             "point": {
                 "name": "Ponto",
-                "terms": "Ponto"
+                "terms": ""
             },
             "power": {
                 "name": "Eletricidade",
             },
             "railway/subway": {
                 "name": "Trilho de metrô",
-                "terms": "Metrô"
+                "terms": "Metrô, Metropolitano"
             },
             "railway/subway_entrance": {
                 "name": "Entrada de Metrô",
-                "terms": "Entrada de Metrô"
+                "terms": "Entrada de Estação de Metrô, Metrô, Estação, Transporte Público"
             },
             "railway/tram": {
                 "name": "Trilho de bonde",
-                "terms": "Bonde"
+                "terms": "Bonde, VLT, Veículo leve sobre trilhos"
             },
             "relation": {
                 "name": "Relação",
             },
             "shop": {
                 "name": "Loja",
-                "terms": "Loja"
+                "terms": "Loja, Comércio"
             },
             "shop/alcohol": {
                 "name": "Loja de alcoólicos licenciada",
             },
             "shop/baby_goods": {
                 "name": "Loja de Artigos para Bebês",
-                "terms": "Loja de Artigos Infantis, Loja de Roupas Infantis"
+                "terms": "Loja de Artigos Infantis, Loja de Roupas Infantis, Crianças, Bebês"
             },
             "shop/bag": {
                 "name": "Loja de Bolsas/Malas",
             },
             "shop/bathroom_furnishing": {
                 "name": "Loja de Mobiliário de Banheiros",
-                "terms": "Loja Especializada em Banheiros"
+                "terms": "Loja Especializada em Banheiros, Banheiros, Sanitário"
             },
             "shop/beauty": {
                 "name": "Salão de Beleza",
-                "terms": "Salão de Beleza"
+                "terms": "Salão de Beleza, Cabeleireiro, Beleza, Maquiagem, Manicure, Pedicure"
             },
             "shop/bed": {
                 "name": "Loja de Camas e Colchões",
-                "terms": "Loja de Colchões, Loja de Camas"
+                "terms": "Loja de Colchões, Loja de Camas, Móveis"
             },
             "shop/beverages": {
                 "name": "Loja de Bebidas",
-                "terms": "Loja de Bebidas"
+                "terms": "Loja de Bebidas, Adega, Cerveja, Loja de cervejas"
             },
             "shop/bicycle": {
                 "name": "Loja de Bicicletas",
             },
             "shop/butcher": {
                 "name": "Açougue",
-                "terms": "Açougue"
+                "terms": "Açougue, Carnes"
             },
             "shop/candles": {
                 "name": "Loja de Velas",
             },
             "shop/car": {
                 "name": "Revenda de Automóveis",
-                "terms": "Concessionária de Automóveis"
+                "terms": "Concessionária de Automóveis, Carro, Automóveis"
             },
             "shop/car_parts": {
                 "name": "Loja de Peças Automotivas",
-                "terms": "Loja de Peças Automotivas, Autopeças"
+                "terms": "Loja de Peças Automotivas, Autopeças, Carros, Automóveis, Oficina"
             },
             "shop/car_repair": {
                 "name": "Oficina Mecânica",
-                "terms": "Oficina Automotiva"
+                "terms": "Oficina Automotiva, Carros, Automóveis"
             },
             "shop/carpet": {
                 "name": "Tapeçaria",
             },
             "shop/chocolate": {
                 "name": "Loja de Chocolates",
-                "terms": "Chocolateria"
+                "terms": "Chocolateria, Doces"
             },
             "shop/clothes": {
                 "name": "Loja de Roupas",
-                "terms": "Loja de Roupas, Vestuário"
+                "terms": "Loja de Roupas, Vestuário, Moda"
             },
             "shop/computer": {
                 "name": "Loja de Informática",
-                "terms": "Loja de Informática"
+                "terms": "Loja de Computadores, Computadores, Notebooks, Periféricos, Informática, Computação"
             },
             "shop/confectionery": {
                 "name": "Doceria",
-                "terms": "Loja de Doces"
+                "terms": "Loja de Doces, Bombons, Chocolate"
             },
             "shop/convenience": {
                 "name": "Loja de Conveniência",
-                "terms": "Loja de Conveniência"
+                "terms": "Loja de Conveniência, Mercado, Posto de combustíveis"
             },
             "shop/copyshop": {
-                "name": "Reprografia",
-                "terms": "Loja de cópias"
+                "name": "Copiadora",
+                "terms": "Loja de cópias, Reprografia, Xerox, Xerocadora, Impressão, Gráfica"
             },
             "shop/cosmetics": {
                 "name": "Loja de Cosméticos",
-                "terms": "Perfumaria, Cosméticos, Loja de Cosméticos"
+                "terms": "Perfumaria, Cosméticos, Loja de Cosméticos, Beleza"
             },
             "shop/craft": {
                 "name": "Loja de Artes e Artesanato",
             },
             "shop/curtain": {
                 "name": "Loja de Cortinas",
-                "terms": "loja de cortinas"
+                "terms": "loja de cortinas, persianas"
             },
             "shop/dairy": {
                 "name": "Loja de Laticínios",
             },
             "shop/electronics": {
                 "name": "Loja de Eletrônicos",
-                "terms": "Loja de Eletrônicos"
+                "terms": "Loja de Eletrônicos, Equipamentos Eletrônicos, TV, Eletrodomésticos"
             },
             "shop/erotic": {
                 "name": "Sex Shop",
             },
             "shop/farm": {
                 "name": "Quitanda de Produção Local",
-                "terms": "Quitanda de Produção Local"
+                "terms": "Quitanda de Produção Local, Frutas, Verduras, Quitanda"
             },
             "shop/fashion": {
                 "name": "Loja de Moda",
             },
             "shop/florist": {
                 "name": "Floricultura",
-                "terms": "Floricultura"
+                "terms": "Floricultura, Flores, Plantas Ornamentais, , Loja de Flores"
             },
             "shop/frame": {
                 "name": "Loja de Molduras",
             },
             "shop/hairdresser": {
                 "name": "Cabeleireiro",
-                "terms": "Cabeleireiro"
+                "terms": "Cabeleireiro, Salão de Beleza, Barbeiro"
             },
             "shop/hardware": {
                 "name": "Loja de Material de Construção",
-                "terms": "Loja de Ferragens, Material de Construção, Loja de Tintas, Loja de Parafusos"
+                "terms": "Loja de Ferragens, Material de Construção, Loja de Tintas, Loja de Parafusos, Madeireira"
             },
             "shop/hearing_aids": {
                 "name": "Loja de Aparelhos Auditivos",
             },
             "shop/herbalist": {
                 "name": "Ervanária",
-                "terms": "Loja de produtos naturais, Empório, Ervanária, Herbalismo, Herbanário"
+                "terms": "Loja de produtos naturais, Empório, Ervanária, Herbalismo, Herbanário, Loja de Ervas"
             },
             "shop/hifi": {
                 "name": "Loja de Aparelhos Hi-Fi",
             },
             "shop/jewelry": {
                 "name": "Joalheria",
-                "terms": "Joalheria"
+                "terms": "Joalheria, Lojas de Jóias"
             },
             "shop/kiosk": {
                 "name": "Quiosque",
             },
             "shop/lottery": {
                 "name": "Lotérica",
-                "terms": "Loteria, Casa Lotérica, Mega Sena, Quina"
+                "terms": "Loteria, Casa Lotérica, Mega Sena, Quina, Casa de Apostas, Apostas"
             },
             "shop/mall": {
                 "name": "Galeria Comercial/Shopping",
             },
             "shop/mobile_phone": {
                 "name": "Loja de Celulares",
-                "terms": "Loja de Celulares, Loja de Telefones Celulares"
+                "terms": "Loja de Celulares, Loja de Telefones Celulares, Telefones Móveis"
             },
             "shop/money_lender": {
                 "name": "Financiadora",
             },
             "shop/musical_instrument": {
                 "name": "Loja de Instrumentos Musicais",
-                "terms": "Loja de Artigos Musicais"
+                "terms": "Loja de Artigos Musicais, Instrumentos Musicais, Música"
             },
             "shop/newsagent": {
                 "name": "Banca de Revistas",
             },
             "shop/optician": {
                 "name": "Ótica",
-                "terms": "Ótica"
+                "terms": "Ótica, Óculos, Lentes"
             },
             "shop/organic": {
                 "name": "Loja de Produtos Orgânicos",
-                "terms": "loja de produtos orgânicos"
+                "terms": "loja de produtos orgânicos, Quitanda, Frutas, Verduras, Comida, Mercado"
             },
             "shop/outdoor": {
                 "name": "Loja de Esportes de Aventura",
             },
             "shop/paint": {
                 "name": "Loja de Tintas",
-                "terms": "loja de tintas"
+                "terms": "loja de tintas, Produtos para Pintura, Pintura, Reforma, Construção, Materiais de Construção"
             },
             "shop/pawnbroker": {
                 "name": "Loja de Penhoras",
             },
             "shop/pet": {
                 "name": "Loja de animais",
-                "terms": "Pet Shop"
+                "terms": "Pet Shop, Veterinário, Animais de estimação"
             },
             "shop/photo": {
                 "name": "Loja de Fotografia",
-                "terms": "Loja de Fotografia"
+                "terms": "Loja de Fotografia, Foto, Produtos fotográficos"
             },
             "shop/pyrotechnics": {
                 "name": "Loja de Fogos de Artifício",
             },
             "shop/radiotechnics": {
                 "name": "Loja de Componentes Eletrônicos",
-                "terms": "loja de componentes eletrônicos"
+                "terms": "loja de componentes eletrônicos, Rádio e TV, Televisão"
             },
             "shop/religion": {
                 "name": "Loja de Artigos Religiosos",
             },
             "shop/second_hand": {
                 "name": "Brechó",
-                "terms": "Brechó"
+                "terms": "Brechó, Artigos Usados, Roupas, Loja de Roupas"
             },
             "shop/shoes": {
                 "name": "Loja de Calçados",
             },
             "shop/video_games": {
                 "name": "Loja de Vídeogames",
-                "terms": "Loja de Jogos, Vídeogames"
+                "terms": "Loja de Jogos, Vídeogames, Jogos Eletrônicos"
             },
             "shop/water_sports": {
                 "name": "Loja de Esportes Aquáticos",
             },
             "shop/window_blind": {
                 "name": "Loja de Persianas",
-                "terms": "Loja de Vidros Blindados"
+                "terms": "Loja de Vidros Blindados, Cortinas"
             },
             "shop/wine": {
                 "name": "Loja de Vinhos",
             },
             "tourism/zoo": {
                 "name": "Zoológico",
-                "terms": "Zoológico"
+                "terms": "Zoológico, Zoobotânico, Parque Zoológico"
             },
             "traffic_calming/bump": {
                 "name": "Lombada tipo 1",
             },
             "type/route/bus": {
                 "name": "Rota de Ônibus",
-                "terms": "Rota de Ônibus"
+                "terms": "Rota de Ônibus, Transporte público"
             },
             "type/route/detour": {
                 "name": "Rota de Desvio",
             },
             "type/route/ferry": {
                 "name": "Rota de Balsa",
-                "terms": "Rota de Barco"
+                "terms": "Rota de Barco, Rota de Ferry, Ferry Boat"
             },
             "type/route/foot": {
                 "name": "Rota de Pedestres",
             },
             "type/route/train": {
                 "name": "Rota Ferroviária",
-                "terms": "Rota Ferroviária"
+                "terms": "Rota Ferroviária, Trem, Linha Ferroviária"
             },
             "type/route/tram": {
                 "name": "Rota de Bonde",
-                "terms": "Rota de Bonde"
+                "terms": "Rota de Bonde, Rota de VLT, Veículo leve sobre trilho"
             },
             "type/route_master": {
                 "name": "Rota Mestre",
             },
             "waterway": {
                 "name": "Via Aquática",
-                "terms": "Canal, Hidrovia, Curso d'Água"
+                "terms": "Canal, Hidrovia, Curso d'Água, Rio"
             },
             "waterway/canal": {
                 "name": "Canal",
             },
             "waterway/riverbank": {
                 "name": "Orla Fluvial",
-                "terms": "Orla Fluvial, Margem do Rio"
+                "terms": "Orla Fluvial, Margem do Rio, Bordo, Rebordo"
             },
             "waterway/sanitary_dump_station": {
                 "name": "Ponto de Descarga de Dejetos (para barcos)"
             },
             "waterway/stream": {
                 "name": "Córrego",
-                "terms": "Córrego, Riacho"
+                "terms": "Córrego, Riacho, Rio"
             },
             "waterway/weir": {
                 "name": "Vertedouro",
index bfbf5b1b63aa7c8f350f63da279c1bc1f22c8417..d5659f7ac95e913c3415dc825807db60464fdcad 100644 (file)
         },
         "merge": {
             "title": "Combinar",
-            "description": "Combinar linhas.",
             "key": "C",
-            "annotation": "{n} linhas combinadas.",
             "not_eligible": "Estes elementos não podem ser unidos.",
-            "not_adjacent": "Estas linhas não podem ser unidas porque não estão ligadas num ponto comum a ambas.",
-            "restriction": "Estas linhas não podem ser unidas porque pelo menos uma delas faz parte de uma relação \"{relation}\".",
             "incomplete_relation": "Estes elementos não podem ser unidos porque pelo menos um deles não está completamente descarregado no mapa."
         },
         "move": {
         "nothing": "Nada a refazer."
     },
     "tooltip_keyhint": "Atalho:",
-    "browser_notice": "Este editor suporta Firefox, Chrome, Safari, Opera e Internet Explorer 9 ou superior. Por favor atualize o seu navegador de internet ou utilize Potlatch 2 para editar o mapa.",
     "translate": {
         "translate": "Traduzir",
         "localized_translation_label": "Nome noutras línguas",
                 "label": "Handicap",
                 "placeholder": "1-18"
             },
+            "handrail": {
+                "label": "Corrimão"
+            },
             "highway": {
                 "label": "Tipo"
             },
                 "name": "Universidade",
                 "terms": "University Grounds, Universidade, Faculdade, Instituto, Politécnico"
             },
-            "amenity/vending_machine": {
-                "name": "Máquina de Vendas Automática",
-                "terms": "Vending Machine, Máquina Automática de Vendas"
-            },
             "amenity/veterinary": {
                 "name": "Veterinário",
                 "terms": "Veterinary, Veterinária, Animais"
                 "terms": "Cabin, Praia, Campo, Cabana "
             },
             "building/cathedral": {
-                "name": "Catedral",
-                "terms": "Cathedral"
+                "name": "Edifício de Catedral"
             },
             "building/chapel": {
-                "name": "Capela",
-                "terms": "Chapel"
+                "name": "Edifício de Capela"
             },
             "building/church": {
-                "name": "Igreja",
-                "terms": "Church"
+                "name": "Edifício de Igreja"
             },
             "building/college": {
                 "name": "Edifíco Colegial ",
                 "name": "Bunker",
                 "terms": "Bunker"
             },
+            "military/checkpoint": {
+                "name": "Posto de Segurança"
+            },
             "military/danger_area": {
                 "name": "Área de Perigo"
             },
index a67d357f99bc2efb244760d286ac94a8005e2b3d..5232b3de543fad921d8f4ecbf5b8c7aedb71cad2 100644 (file)
         },
         "merge": {
             "title": "Unește",
-            "description": "Unește aceste linii.",
-            "key": "C",
-            "annotation": "Am unit {n} linii."
+            "key": "C"
         },
         "move": {
             "title": "Mută",
         }
     },
     "tooltip_keyhint": "Scurtătură:",
-    "browser_notice": "Acest editor este compatibil cu Firefox, Chrome, Safari, Opera și Internet Explorer 9 sau o versiune ulterioară . Te rugăm să iți actualizezi navigatorul de internet sau folosește Potlach 2 să editezi harta.",
     "translate": {
         "translate": "Traduce",
         "localized_translation_language": "Alege limba",
index df02384ac4ea232dfe6e5bf5399300b45df25169..dfe86d9e8dd8f3db25ee73f918ba1fd1a5a38aff 100644 (file)
@@ -31,7 +31,7 @@
             "annotation": {
                 "point": "Добавлена точка.",
                 "vertex": "В линию добавлена точка.",
-                "relation": "Ð\94обавлено Ð¾Ñ\82ноÑ\88ение."
+                "relation": "Ð\94обавлена Ñ\81вÑ\8fзÑ\8c."
             }
         },
         "start": {
         },
         "merge": {
             "title": "Объединить",
-            "description": "Объединить эти линии.",
             "key": "C",
-            "annotation": "Объединены {n} линий.",
             "not_eligible": "Эти объекты нельзя склеить.",
-            "not_adjacent": "Эти линии не склеить, потому что они не соединены.",
-            "restriction": "Эти линии не склеить, потому что как минимум одна из них находится в отношении \"{relation}\"",
-            "incomplete_relation": "Эти объекты нельзя объединить, потому что как минимум один из них не был загружен целиком.",
-            "conflicting_tags": "Эти линии не склеить, потому что какие-то из их тегов содержат несовместимые значения."
+            "incomplete_relation": "Эти объекты нельзя объединить, потому что как минимум один из них не был загружен целиком."
         },
         "move": {
             "title": "Сместить",
         "nothing": "Повторять нечего."
     },
     "tooltip_keyhint": "Горячая клавиша:",
-    "browser_notice": "Этот редактор работает в браузерах Firefox, Chrome, Safari, Opera и Internet Explorer версии 9 и выше. Пожалуйста, обновите свой браузер или воспользуйтесь редактором Potlatch 2.",
+    "browser_notice": "Этот редактор поддерживает Firefox, Chrome, Safari, Opera, и Internet Explorer 11 или выше. Пожалуйста, обновите свой браузер или используйте Potlach 2 для редактирования карты.",
     "translate": {
         "translate": "Перевести",
         "localized_translation_label": "Многоязычное  название",
     "zoom_in_edit": "Приблизьте для редактирования",
     "logout": "выйти",
     "loading_auth": "Подключаюсь к OpenStreetMap...",
+    "report_a_bug": "Сообщить об ошибке",
+    "help_translate": "Помочь перевести",
     "feature_info": {
         "hidden_warning": "{count} скрытый объект",
         "hidden_details": "Эти объекты сейчас скрыты: {details}"
                 "label": "Расписание проверки"
             },
             "construction": {
-                "label": "Тип строящейся дороги"
+                "label": "Тип"
             },
             "content": {
                 "label": "Содержимое"
                 "name": "Территория университета",
                 "terms": "университет, колледж, вуз"
             },
-            "amenity/vending_machine": {
-                "name": "Торговый Автомат",
-                "terms": "Торговый автомат, автомат, торгомат"
+            "amenity/vending_machine/cigarettes": {
+                "name": "Автомат по продаже сигарет."
+            },
+            "amenity/vending_machine/condoms": {
+                "name": "Автомат по продаже презервативов."
+            },
+            "amenity/vending_machine/drinks": {
+                "name": "Автомат по продаже напитков"
+            },
+            "amenity/vending_machine/excrement_bags": {
+                "name": "Автомат по продаже мешков для экскрементов"
+            },
+            "amenity/vending_machine/news_papers": {
+                "name": "Автомат по продаже газет"
+            },
+            "amenity/vending_machine/parking_tickets": {
+                "name": "Автомат по продаже парковочных билетов"
+            },
+            "amenity/vending_machine/sweets": {
+                "name": "Автомат по продаже батончиков"
             },
             "amenity/veterinary": {
                 "name": "Ветеринар",
             "building/cabin": {
                 "terms": "хижина, халупа, лачуга, хибара"
             },
-            "building/cathedral": {
-                "name": "Собор",
-                "terms": "Собор, Храм"
-            },
-            "building/chapel": {
-                "name": "Капелла",
-                "terms": "Капела, церковь, храм"
-            },
-            "building/church": {
-                "name": "Церковь, Храм",
-                "terms": "Церковь, Храм"
-            },
             "building/college": {
                 "name": "Здание колледжа",
                 "terms": "пту, техникум, колледж"
                 "terms": "ферма, сельхоз, совхоз"
             },
             "landuse/forest": {
-                "name": "Ð\9bеÑ\81 / Ð´ÐµÑ\80евÑ\8cÑ\8f",
+                "name": "Ð\9eбÑ\81лÑ\83живаемÑ\8bй Ð»ÐµÑ\81 / Ð´ÐµÑ\80евÑ\8cÑ\8f.",
                 "terms": "лес, лесной массив"
             },
             "landuse/garages": {
index 94f0e78eaa662d21263bfd45793d3e6746e006ee..dbd43974270425d5bb8b412c4eb402bff922f49a 100644 (file)
         },
         "merge": {
             "title": "එකතුකරන්න",
-            "description": "මෙම රේකා එකතුකරන්න",
             "key": "C",
-            "annotation": "රේකා {n} එකතුකරන ලදී",
             "not_eligible": "මෙම ලක්ෂණ එක්කල නොහැක.",
-            "not_adjacent": "මෙම රේකා සම්බන්ද නැති බැවින් එක්කල නොහැක",
-            "restriction": "අවම තරමින් එක් රේකාවක් හෝ \"{relation}\" සම්බන්දතාවට අයත් බැවින් මෙම රේකා එක්කල නොහැක",
             "incomplete_relation": "අවම තරමින් එක් රේකාවක් හෝ සම්පුර්ණයෙන් බාගත වී නොමැති නිසා මෙම රේකා එක්කල නොහැක"
         },
         "move": {
index d9061ac55be11f31046435f79940ebf123698043..d2f870578bd27dedae7613689301ce7da9cfee2b 100644 (file)
         },
         "merge": {
             "title": "Zlúč",
-            "description": "Zlúč tieto čiary.",
             "key": "C",
-            "annotation": "Zlúčenie {n} čiar.",
             "not_eligible": "Tieto objekty nemôžu byť zlúčené.",
-            "not_adjacent": "Tieto čiary nemožno zlúčiť, pretože nie sú prepojené.",
-            "restriction": "Tieto čiary nemôžu byť zlúčené, pretože aspoň jedna z nich je členom relácie \"{relation}\".",
-            "incomplete_relation": "Tieto objekty nemôžu byť zlúčené, pretože aspoň jeden z nich nebol úplne stiahnutý.",
-            "conflicting_tags": "Tieto čiary nemôžu byt zlúčené, pretože niektoré ich označenia majú konfliktné hodnoty."
+            "incomplete_relation": "Tieto objekty nemôžu byť zlúčené, pretože aspoň jeden z nich nebol úplne stiahnutý."
         },
         "move": {
             "title": "Presuň",
         "nothing": "Nič na zopakovanie."
     },
     "tooltip_keyhint": "Skratka:",
-    "browser_notice": "Tento editor je podporovaný v prehliadačoch Firefox, Chrome, Safari, Opera, a Internet Explorer 9 a vyšší. Prosím aktualizujte svoj prehliadač alebo použite  Potlatch 2 na editovanie mapy.",
+    "browser_notice": "Tento editor je podporovaný v prehliadačoch Firefox, Chrome, Safari, Opera a Internet Explorer 11 a vyžší. Aktualizujte prosím svoj prehliadač alebo použite Potlach 2.",
     "translate": {
         "translate": "Prelož",
         "localized_translation_label": "Viacjazyčný názov",
                 "label": "Handicap",
                 "placeholder": "1-18"
             },
+            "handrail": {
+                "label": "Zábradlie"
+            },
             "highway": {
                 "label": "Typ"
             },
                 "name": "Univerzita",
                 "terms": "Univerzita,vysoka skola, vysoká škola"
             },
-            "amenity/vending_machine": {
-                "name": "Automat",
-                "terms": "automat na kávu,automat na kavu,kava,nápojový utomat,napojovy automat"
-            },
             "amenity/veterinary": {
                 "name": "Veterinár",
                 "terms": "veterinar"
                 "terms": "zrub,drevenica"
             },
             "building/cathedral": {
-                "name": "Katedrála",
-                "terms": "katedrala,kostol,chrám,chram,dom,dóm"
+                "name": "Budova katedrály",
+                "terms": "budova katedraly,katedrala,kostol,dom,dóm,katedrála"
             },
             "building/chapel": {
-                "name": "Kaplnka",
+                "name": "Budova kaplnky",
                 "terms": "kaplnka,kostol"
             },
             "building/church": {
-                "name": "Kostol",
-                "terms": "kostol,dom,dóm,chrám,chram,bozi dom,boží dom"
+                "name": "Budova kostola",
+                "terms": "kostol,kaplnka,chram,chrám"
             },
             "building/college": {
                 "name": "Budova vysokej školy",
index ec93dc4a8f51f8de74fd79c8c71b0e52ae554d96..6cd60a412633e88049de57e098917ea82f5971a0 100644 (file)
         },
         "merge": {
             "title": "Združeno.",
-            "description": "Združi te črte.",
             "key": "C",
-            "annotation": "Združeno {n} črt.",
             "not_eligible": "Teh objektov ni mogoče združiti.",
-            "not_adjacent": "Teh črt ni mogoče združiti, ker se ne povezujejo.",
-            "restriction": "Teh črt ni mogoče združiti, ker je vsaj ena vključena v povezavo \\{relation}\\.",
             "incomplete_relation": "Teh objektov ni mogoče združiti, ker vsaj en ni bil v celoti naložen."
         },
         "move": {
         "nothing": "Nič za ponovitev."
     },
     "tooltip_keyhint": "Bližnjica:",
-    "browser_notice": "Urejevalnik podpirajo Firefox, Chrome, Safari, Opera, in Internet Explorer 9 oz. novejši. Prosimo, da za urejanje zemljevida nadgradite brskalnik ali uporabite Potlatch 2.",
     "translate": {
         "translate": "Prevedi",
         "localized_translation_label": "Večjezično ime",
                 "name": "Mestna hiša",
                 "terms": "magistrat,rotovž"
             },
-            "amenity/vending_machine": {
-                "name": "Prodajni avtomat",
-                "terms": "avtomat,kavomat,mlekomat"
-            },
             "amenity/veterinary": {
                 "name": "Veterinar",
                 "terms": "veterinarska klinika,klinika za pse,klinika za mačke"
                 "name": "Koča",
                 "terms": "kabina,brunarica"
             },
-            "building/cathedral": {
-                "name": "Katedrala",
-                "terms": "stolnica"
-            },
-            "building/chapel": {
-                "name": "Kapela",
-                "terms": "kapelica,znamenje"
-            },
-            "building/church": {
-                "name": "Cerkev",
-                "terms": "cerkvena stavba,božja hiša"
-            },
             "building/commercial": {
                 "name": "Poslovna stavba",
                 "terms": "pisarne"
index a2055c5a98ff37b23375f7d60ab61c29a3d02968..b7a72370ae96925251bd364a7f2314bf39e264c1 100644 (file)
         },
         "merge": {
             "title": "Bashko",
-            "description": "Bashko këto vijë.",
             "key": "C",
-            "annotation": "U bashkuan {n} vijë.",
             "not_eligible": "Këto tipare nuk mund të bashkohen.",
-            "not_adjacent": "Këto vijë nuk mund të bashkohen sepse nuk janë të lidhur.",
-            "restriction": "Këto vijë nuk mund të bashkohen sepse të paktën njëra ështe anëtar i një lidhje \"{relation}\".",
             "incomplete_relation": "Këto tipare nuk mund të bashkohen sepse të paktën një nuk është shkarkuar plotësisht."
         },
         "move": {
         "tooltip": "Ribëj: {action}",
         "nothing": "Asgjë për të ribëj."
     },
-    "browser_notice": "Ky redaktor punon në Firefox, Chrome, Safari, Opera, dhe Internet Explorer 9+. Ju lutemi përmirësoni shfletuesin ose redaktoni hartën me Potlatch 2.",
     "translate": {
         "translate": "Përkthe",
         "localized_translation_label": "Emri shumëgjuhësh",
index dd6519035d2d6fa57a59e95ce11995b2185f0923..667049f27a6ce1c3ff3e09ebfefb4fd4bf682256 100644 (file)
         },
         "merge": {
             "title": "Спој",
-            "description": "Спојите ове путање.",
             "key": "C",
-            "annotation": "Спојено {n} путања.",
-            "not_eligible": "Ови објекти се не могу спојити.",
-            "not_adjacent": "Ове линије се не могу спојити, јер нису повезане.",
-            "restriction": "Ове линије не могу да се споје јер је бар једна члан \"{relation}\" односа."
+            "not_eligible": "Ови објекти се не могу спојити."
         },
         "move": {
             "title": "Премести",
         "nothing": "Ништа за поновити."
     },
     "tooltip_keyhint": "Пречица:",
-    "browser_notice": "Овај уређивач је подржан у Фирефоксу, Хрому, Сафарију, Опери и Интернет екплореру 9 и новијим. Надоградите прегледач или користите Потлач 2 како бисте уређивали мапу.",
     "translate": {
         "translate": "Преведи",
         "localized_translation_label": "Вишејезички назив",
     "zoom_in_edit": "Увећајте да бисте уређивали",
     "logout": "одјава",
     "loading_auth": "Повезивање са Опенстритмап...",
+    "report_a_bug": "Пријавите проблем",
+    "help_translate": "Помозите у превођењу",
+    "feature_info": {
+        "hidden_warning": "{count} сакривених одлика"
+    },
     "status": {
         "error": "Није могуће повезати се АПИ-јем.",
         "offline": "АПИ је ван мреже. Молимо вас покушајте уређивање касније.",
         "list": "Измене од стране {users}",
         "truncated_list": "Измене од стране {users} и још {count} других"
     },
+    "infobox": {
+        "selected": "{n} изабрано",
+        "geometry": "Геометрија",
+        "closed": "затворено",
+        "center": "Центар",
+        "perimeter": "Опсег",
+        "length": "Дужина",
+        "area": "Површина"
+    },
+    "geometry": {
+        "point": "тачка",
+        "vertex": "чвор",
+        "line": "линија",
+        "area": "површина",
+        "relation": "однос"
+    },
     "geocoder": {
         "search": "Претрага широм света",
         "no_results_visible": "Нема резултата на видљивом делу мапе",
         "incomplete": "<није преузето>",
         "feature_list": "Могућности претраге",
         "edit": "Уредите објекат",
+        "check": {
+            "yes": "Да",
+            "no": "Не"
+        },
         "none": "Ниједан",
         "node": "Чвор",
         "way": "Пут",
         "fix_misalignment": "Поправи поравнање",
         "reset": "ресетовање"
     },
+    "feature": {
+        "paths": {
+            "description": "Путање"
+        },
+        "buildings": {
+            "description": "Зграде"
+        },
+        "others": {
+            "description": "Остало",
+            "tooltip": "Све остало"
+        }
+    },
     "restore": {
         "heading": "Имате несачуване измене",
         "description": "Да ли желите да се повратити несачуване измене од претходног уређивања?",
         "help": "Сачувајте измене на Опенстреетмапу, што их чини видљивим за друге кориснике.",
         "no_changes": "Нема измена које треба сачувати.",
         "uploading": "Учитавања измена на Опенстреетмап.",
-        "unsaved_changes": "Имате несачуваних измена"
+        "unsaved_changes": "Имате несачуваних измена",
+        "conflict": {
+            "keep_local": "Задржи моје",
+            "keep_remote": "Користи њихово",
+            "restore": "Поврати",
+            "delete": "Остави обрисано",
+            "download_changes": "Или преузми своје измене.",
+            "done": "Сви конфликти су разрешени!"
+        }
     },
     "success": {
         "edited_osm": "Уреди ОСМ!",
         },
         "fields": {
             "access": {
+                "label": "Дозвољен приступ",
                 "options": {
                     "designated": {
                         "description": "Приступ дозвољен само према знацима или одређеним локалним законима",
                     }
                 },
                 "types": {
+                    "access": "Све",
                     "bicycle": "За бицикле",
                     "foot": "Пешке",
                     "horse": "За коње",
                 }
             },
             "access_simple": {
+                "label": "Дозвољен приступ",
                 "placeholder": "да"
             },
             "access_toilets": {
                 "label": "Адреса",
                 "placeholders": {
                     "city": "Град",
+                    "conscriptionnumber": "123",
                     "country": "Држава",
                     "district": "Округ",
                     "hamlet": "Засеок",
                     "housename": "Назив куће",
                     "housenumber": "123",
                     "place": "Место",
+                    "postcode": "Поштански број",
                     "province": "Провинција",
                     "state": "Савезна држава",
                     "street": "Улица",
             "amenity": {
                 "label": "Врста"
             },
+            "area/highway": {
+                "label": "Врста"
+            },
             "artist": {
                 "label": "Уметник"
             },
             "barrier": {
                 "label": "Врста"
             },
+            "bench": {
+                "label": "Клупа"
+            },
             "bicycle_parking": {
                 "label": "Врста"
             },
             "construction": {
                 "label": "Врста"
             },
+            "content": {
+                "label": "Садржај"
+            },
             "country": {
                 "label": "Земља"
             },
+            "craft": {
+                "label": "Врста"
+            },
             "crop": {
                 "label": "Усев"
             },
             "cuisine": {
                 "label": "Кухиња"
             },
+            "cycleway": {
+                "label": "Стазе за бицикле",
+                "options": {
+                    "lane": {
+                        "description": "Стаза за бицикле означена бојом",
+                        "title": "Стандардна стаза за бицикле"
+                    },
+                    "none": {
+                        "description": "Без стазе за бицикле"
+                    }
+                }
+            },
             "denomination": {
                 "label": "Вероисповест"
             },
                 "options": {
                     "multi-storey": "Вишеспратни",
                     "sheds": "Наткривени",
+                    "surface": "Подлога",
                     "underground": "Подземни"
                 }
             },
             "service": {
                 "label": "Врста"
             },
+            "service/bicycle/chain_tool": {
+                "options": {
+                    "no": "Не",
+                    "yes": "Да"
+                }
+            },
+            "service/bicycle/pump": {
+                "options": {
+                    "no": "Не",
+                    "yes": "Да"
+                }
+            },
             "shelter": {
                 "label": "Склониште"
             },
             "studio_type": {
                 "label": "Врста"
             },
+            "substation": {
+                "label": "Врста"
+            },
             "supervised": {
                 "label": "Под надзором"
             },
             "surface": {
                 "label": "Површина"
             },
+            "takeaway": {
+                "options": {
+                    "no": "Не",
+                    "yes": "Да"
+                }
+            },
             "toilets/disposal": {
                 "label": "Одлагање отпада"
             },
             "towertype": {
                 "label": "Врста торња"
             },
+            "traffic_signals": {
+                "label": "Врста"
+            },
             "trail_visibility": {
                 "label": "Видљивост стазе",
                 "placeholder": "Одлично, добро, лоше..."
             "amenity/townhall": {
                 "name": "Градска кућа"
             },
-            "amenity/vending_machine": {
-                "name": "Аутомат"
-            },
             "amenity/waste_basket": {
                 "name": "Корпа за отпатке"
             },
             "building/cabin": {
                 "name": "Брвнара"
             },
-            "building/cathedral": {
-                "name": "Катедрала"
-            },
-            "building/chapel": {
-                "name": "Капела"
-            },
-            "building/church": {
-                "name": "Црква"
-            },
             "building/commercial": {
                 "name": "Пословна зграда"
             },
             "shop/hardware": {
                 "name": "Гвожђара"
             },
+            "shop/herbalist": {
+                "name": "Травар"
+            },
             "shop/hifi": {
                 "name": "Музичка опрема"
             },
+            "shop/houseware": {
+                "name": "Позамантерија"
+            },
+            "shop/interior_decoration": {
+                "name": "Унутрашња декорација"
+            },
             "shop/jewelry": {
                 "name": "Златар"
             },
+            "shop/kitchen": {
+                "name": "Кухињски дизајн"
+            },
             "shop/laundry": {
                 "name": "Перионица"
             },
             "shop/mall": {
                 "name": "Тржни центар"
             },
+            "shop/massage": {
+                "name": "Масажа"
+            },
+            "shop/medical_supply": {
+                "name": "Медицинска опрема"
+            },
             "shop/mobile_phone": {
                 "name": "Продавница мобилних телефона"
             },
             "shop/music": {
                 "name": "Музичка продавница"
             },
+            "shop/musical_instrument": {
+                "name": "Музички инструменти"
+            },
+            "shop/newsagent": {
+                "name": "Дневне новине/часописи"
+            },
             "shop/optician": {
                 "name": "Оптичар"
             },
+            "shop/organic": {
+                "name": "Органски производи"
+            },
             "shop/pet": {
                 "name": "Продавница кућних љубимаца"
             },
index cecedaa1d4a4c0fd71ce09830acaab63373a177f..a19cb7cba90818f2d2a7981132d1a88648fd37bb 100644 (file)
         },
         "merge": {
             "title": "Sammanfoga",
-            "description": "Sammanfoga dessa linjer.",
+            "description": "Sammanfoga dessa objekt.",
             "key": "C",
-            "annotation": "Sammanfogade {n} linjer.",
+            "annotation": "Sammanfoga {n} objekt.",
             "not_eligible": "Dessa objekt kan inte slås samman.",
-            "not_adjacent": "Dessa linjer kan inte slås ihop då dem inte är ihopsatta.",
-            "restriction": "Dessa linjer kan inte slås samman då minst en av dem tillhör relationen \"{relation}\".",
+            "not_adjacent": "Dessa objekt kan inte sammanfogas då de inte är kopplade till varandra.",
+            "restriction": "Dessa objekt kan inte sammanfogas då minst en av dem tillhör relationen \"{relation}\".",
             "incomplete_relation": "Dessa objekt kan inte sammanfogas då åtminstone ett inte hämtats fullständigt.",
-            "conflicting_tags": "Dessa linjer kan inte sammanfogas då några av dess taggar har motstridiga värden."
+            "conflicting_tags": "Dessa objekt kan inte sammanfogas då några av dess taggar har motstridiga värden."
         },
         "move": {
             "title": "Flytta",
         "nothing": "Inget att upprepa."
     },
     "tooltip_keyhint": "Genväg:",
-    "browser_notice": "Denna redigerare funkar i Firefox, Chrome, Safari, Opera och Internet Explorer 9 eller högre. Uppgradera din webbläsare eller använd Potlatch 2 för att redigera kartan.",
+    "browser_notice": "Redigeraren stöds i Firefox, Chrome, Safari, Opera samt Internet Explorer 11 och högre. Uppgradera din webbläsare eller använd Potlatch 2 för att redigera kartan.",
     "translate": {
         "translate": "Översätt",
         "localized_translation_label": "Flerspråkigt namn",
                 "label": "Handikapp",
                 "placeholder": "1-18"
             },
+            "handrail": {
+                "label": "Ledstång"
+            },
             "highway": {
                 "label": "Typ"
             },
                 "label": "Hastighetsbegränsning",
                 "placeholder": "50, 70, 90..."
             },
+            "maxstay": {
+                "label": "Maxtid"
+            },
             "mtb/scale": {
                 "label": "Mountainbike-svårighet",
                 "options": {
                 "name": "Universitetsområde",
                 "terms": "Universitet, universitetsområde, högskola, högskoleområde, college,\nakademi, universitetsbyggnad, lärosäte"
             },
-            "amenity/vending_machine": {
+            "amenity/vending_machine/cigarettes": {
+                "name": "Cigarettautomat",
+                "terms": "Cigarettautomat, cigaretter, snusautomat, tobaksautomat"
+            },
+            "amenity/vending_machine/condoms": {
+                "name": "Kondomautomat",
+                "terms": "Kondomautomat, kondomomat, kondomer"
+            },
+            "amenity/vending_machine/drinks": {
+                "name": "Dryckesautomat ",
+                "terms": "dryckesautomat, dryckautomat, drickautomat, läskautomat, kaffemaskin, kaffeautomat"
+            },
+            "amenity/vending_machine/excrement_bags": {
+                "name": "Bajspåsar",
+                "terms": "Bajspåsar, hundbajspåsar, hundpåsar, hundbajs, hundskit, skitpåse"
+            },
+            "amenity/vending_machine/news_papers": {
+                "name": "Tidningsautomat, tidningsutlämning, tidningsdistribution, tidningslåda",
+                "terms": "Tidningsautomat, "
+            },
+            "amenity/vending_machine/parcel_pickup_dropoff": {
+                "name": "Automat för ut- och inlämning av paket",
+                "terms": "Paketutlämning, paketinlämning, paketautomat"
+            },
+            "amenity/vending_machine/parking_tickets": {
+                "name": "Parkeringsautomat",
+                "terms": "Parkeringsautomat, parkometer, parkeringsur, parkeringsavgift"
+            },
+            "amenity/vending_machine/public_transport_tickets": {
+                "name": "Biljettautomat",
+                "terms": "Biljettautomat, tågbiljett, tågbiljetter, bussbiljett, bussbiljetter"
+            },
+            "amenity/vending_machine/sweets": {
+                "name": "Godisautomat",
+                "terms": "godisautomat, tuggummiautomater, godisautomat, mellanmål, tuggummi"
+            },
+            "amenity/vending_machine/vending_machine": {
                 "name": "Varuautomat",
                 "terms": "Varuautomat, varumaskin, godisautomat, tuggummiautomater, godisautomat, läsk, biljett, biljetter, biljettautomat, läskautomat, mellanmål"
             },
                 "terms": "Stuga, hus, torp, koja, kåk, fritidshus, sommarstuga, landställe"
             },
             "building/cathedral": {
-                "name": "Katedral/domkyrka",
-                "terms": "Katedral, domkyrka, biskop, kyrka"
+                "name": "Katedral",
+                "terms": "Katedral, domkyrka, biskop, dom, biskopskyrka, kyrka, Huvudkyrka, stiftskyrka"
             },
             "building/chapel": {
                 "name": "Kapell",
-                "terms": "Kapell, kyrkobyggnad, kyrka, bönhus, gudstjänstlokal, kyrkorum, andaktsrum "
+                "terms": "Kapell, kyrkobyggnad, sidokapell, Kranskapell, gudstjänstlokal, korkapell, slottskapell, begravningskapell, gravkapell, dopkapell, andaktsrum, annexkyrka, bönhus, bönehus, kyrkorum"
             },
             "building/church": {
-                "name": "Kyrka",
-                "terms": "Kyrka, kyrkobyggnad, gudshus, tempel, kapell, bönehus, böneplats, missionshus, gudstjänstlokal"
+                "name": "Kyrkobyggnad",
+                "terms": "Kyrka, kyrkobyggnad, kyrkbyggnad, kyrksal, andaktssal, missionshus, gudstjänst, gudstjänstslokal, andaktslokal, gudshus"
             },
             "building/college": {
                 "name": "Gymnasiebyggnad",
index 39bd3a48438bd6d69d7494b188882bd73e66b3f8..f0ecf4ef4dbeec5cd13b4e85b622c47a08ee7f7f 100644 (file)
@@ -58,7 +58,6 @@
         },
         "merge": {
             "title": "இணை",
-            "description": "இந்த கோடுகளை இணை",
             "key": "C"
         },
         "move": {
index e41dcd153d5c8597dca08597ba548282c8a73b0b..75320078db22ba5da81e2085af7412381e6c8300 100644 (file)
         },
         "merge": {
             "title": "విలీనం చెయ్యు",
-            "description": "ఈ గీతలను విలీనం చెయ్యు",
             "key": "సీ",
-            "annotation": "{n} గీతలు విలీనం చేయబడ్డాయి",
-            "not_eligible": "ఈ విశేషాలు విలీనానికి చేయబడలేవు",
-            "not_adjacent": "గీతాలు కలిసి లేకపోవడం వలన విలీనం చేయటం కుదరదు."
+            "not_eligible": "ఈ విశేషాలు విలీనానికి చేయబడలేవు"
         },
         "move": {
             "title": "తరలించు",
index 3d561228559e1b6f02bcc2e8c5e95271c5e49952..796f6d36477d3e846bd7a457fd588df425446e58 100644 (file)
         },
         "merge": {
             "title": "Pagsamahin",
-            "description": "Pagdugtungin ang mga linyang ito.",
             "key": "C",
-            "annotation": "Dinugtung ang {n} linya.",
             "not_eligible": "Ang mga bagay na ito ay hindi maaaring pagsamahin.",
-            "not_adjacent": "Hindi mapagsama ang linyang ito dahil sila ay hindi konektado.",
-            "restriction": "Hindi maaaring ipagsama o i-merge dahil ang isa sa mga miyembro ng '{relation}\" ito ay hindi pa ganap na nai-download.",
             "incomplete_relation": "Hindi maaaring ipagsama o i-merge dahil ang isa sa mga ito ay hindi pa ganap na nai-download."
         },
         "move": {
         "nothing": "Walang ma-redo."
     },
     "tooltip_keyhint": "Shortcut:",
-    "browser_notice": "Ang editor na ito ay suportado sa Firefox, Chrome, Safari, Opera, at Internet Explorer 9 at sa mas mataas pang bersion. I-upgrade ang inyong browser o gamitin Potlatch 2 upang i-edit ng mapa.",
     "translate": {
         "translate": "I-salin",
         "localized_translation_label": "Multilingual name",
index c71c6c5cef30f735c0df58009ace75436c199a11..b685dd35814d207ea8e6db353562896dac5f01d3 100644 (file)
         },
         "merge": {
             "title": "Birleştir",
-            "description": "Bu çizgileri birleştir.",
             "key": "C",
-            "annotation": "{n} adet çizgi birleştirildi.",
             "not_eligible": "Bu kısımlar birleştirilemez.",
-            "not_adjacent": "Bu çizgiler birleştirilemez çünkü bağlı değiller.",
-            "restriction": "Bu çizgiler birleştirilemez çünkü içlerinden en az biri bir \"{relation}\" ilişkinin üyesi.",
             "incomplete_relation": "Bu özellikler birleştirilemez çünkü içlerinden en az biri henüz bütünüyle indirilmedi."
         },
         "move": {
         "nothing": "Tekrar yapılacak birşey yok."
     },
     "tooltip_keyhint": "Kısayol:",
-    "browser_notice": "Bu editör sadece Firefox, Chrome, Safari, Opera ile Internet Explorer 9 ve üstü tarayıcılarda çalışmaktadır. Lütfen tarayınıcı güncelleyin ya da Potlatch 2'yi kullanarak haritada güncelleme yapınız.",
     "translate": {
         "translate": "Çevir",
         "localized_translation_label": "Çokdilli adı",
                         "title": "Serbest"
                     }
                 },
+                "placeholder": "Tüm",
                 "types": {
                     "bicycle": "Bisikletler",
                     "foot": "Yürüyerek",
             "amenity": {
                 "label": "Tip"
             },
+            "area/highway": {
+                "label": "Tip"
+            },
             "artist": {
                 "label": "Sanatçı"
             },
             "piste/difficulty": {
                 "label": "Zorluk"
             },
+            "piste/grooming": {
+                "options": {
+                    "classic": "Klasik"
+                }
+            },
             "piste/type": {
                 "label": "Tip",
                 "options": {
             "religion": {
                 "label": "Dini"
             },
+            "restriction": {
+                "label": "Tip"
+            },
             "restrictions": {
                 "label": "Dönüş Kısıtlamaları"
             },
             "route": {
                 "label": "Tip"
             },
+            "route_master": {
+                "label": "Tip"
+            },
             "seasonal": {
                 "label": "Mevsimsel"
             },
             "shelter": {
                 "label": "Barınak"
             },
+            "shelter_type": {
+                "label": "Tip"
+            },
             "shop": {
                 "label": "Tip"
             },
                 },
                 "placeholder": "Bilinmeyen"
             },
+            "studio_type": {
+                "label": "Tip"
+            },
+            "substation": {
+                "label": "Tip"
+            },
             "supervised": {
                 "label": "Gözetimli"
             },
             "tourism": {
                 "label": "Tip"
             },
+            "traffic_signals": {
+                "label": "Tip"
+            },
             "trail_visibility": {
                 "placeholder": "Olağanüstü, İyi, Kötü"
             },
             "building/cabin": {
                 "name": "Kabin"
             },
-            "building/cathedral": {
-                "name": "Katedral"
-            },
-            "building/chapel": {
-                "name": "Şapel"
-            },
             "building/church": {
-                "name": "Kilise"
+                "name": "Kilise Binası"
             },
             "building/college": {
                 "name": "Kolej Binası"
             "craft/locksmith": {
                 "name": "Çilingir"
             },
+            "craft/metal_construction": {
+                "name": "Metal Yapı"
+            },
             "craft/optician": {
                 "name": "Gözlükçü"
             },
index 3aaca0beb5e57e19a63d254018d629e286cedefc..23e75851e570e79aeb9795f77cf85ea8446a7403 100644 (file)
         },
         "merge": {
             "title": "Об’єднати",
-            "description": "Об’єднати лінії.",
+            "description": "Обʼєднайте ці обʼєкти.",
             "key": "C",
-            "annotation": "Об’єднати {n} ліній.",
+            "annotation": "Обʼєднано {n} обʼєктів.",
             "not_eligible": "Ці об’єкти неможливо об’єднати.",
-            "not_adjacent": "ЦÑ\96 Ð»Ñ\96нÑ\96Ñ\97 Ð½ÐµÐ¼Ð¾Ð¶Ð»Ð¸Ð²Ð¾ Ð¾Ð±â\80\99Ñ\94днаÑ\82и, Ð±Ð¾ Ð²Ð¾Ð½Ð¸ Ð½Ðµ Ð·â\80\99єднані.",
-            "restriction": "ЦÑ\96 Ð»Ñ\96нÑ\96Ñ\97 Ð½Ðµ Ð¼Ð¾Ð¶Ñ\83Ñ\82Ñ\8c Ð±Ñ\83Ñ\82и Ð¾Ð±â\80\99Ñ\94днанÑ\96, Ð¿Ñ\80инаймнÑ\96 Ð¾Ð´Ð½Ð° Ð· Ð½Ð¸Ñ\85 Ñ\94 Ñ\87леном Ð·Ð²â\80\99язку \"{relation}\".",
+            "not_adjacent": "ЦÑ\96 Ð¾Ð±Ê¼Ñ\94кÑ\82и Ð½Ðµ Ð¼Ð¾Ð¶Ñ\83Ñ\82Ñ\8c Ð±Ñ\83Ñ\82и Ð¾Ð±Ê¼Ñ\94днанÑ\96, Ð±Ð¾ Ð²Ð¾Ð½Ð¸ Ð½Ðµ Ð·єднані.",
+            "restriction": "ЦÑ\96 Ð¾Ð±â\80\99Ñ\94кÑ\82и Ð½Ðµ Ð¼Ð¾Ð¶Ñ\83Ñ\82Ñ\8c Ð±Ñ\83Ñ\82и Ð¾Ð±â\80\99Ñ\94днанÑ\96, Ð¿Ñ\80инаймнÑ\96 Ð¾Ð´Ð¸Ð½ Ð· Ð½Ð¸Ñ\85 Ñ\94 Ñ\87леном Ð·Ð²Ê¼язку \"{relation}\".",
             "incomplete_relation": "Ці об’єкти не можуть бути об’єднані, принаймні один з них завантажений не повністю.",
-            "conflicting_tags": "ЦÑ\96 Ð»Ñ\96нÑ\96Ñ\97 Ð½ÐµÐ¼Ð¾Ð¶Ð»Ð¸Ð²Ð¾ Ð¾Ð±â\80\99Ñ\94днаÑ\82и, Ñ\82омÑ\83 Ñ\89о Ñ\97Ñ\85 Ñ\82еÒ\91и Ð¼Ñ\96Ñ\81Ñ\82Ñ\8fÑ\82Ñ\8c Ñ\81Ñ\83пеÑ\80еÑ\87ливÑ\96 Ð·Ð½Ð°Ñ\87еннÑ\8f."
+            "conflicting_tags": "ЦÑ\96 Ð¾Ð±Ê¼Ñ\94кÑ\82и Ð½Ðµ Ð¼Ð¾Ð¶Ñ\83Ñ\82Ñ\8c Ð±Ñ\83Ñ\82и Ð¾Ð±Ê¼Ñ\94днанÑ\96, Ð±Ð¾ Ð²Ð¾Ð½Ð¸ Ð¼Ð°Ñ\8eÑ\82Ñ\8c Ñ\82еÒ\91и, Ð·Ð½Ð°Ñ\87еннÑ\8f Ñ\8fкиÑ\85 Ð½Ðµ Ñ\81пÑ\96впадаÑ\8eÑ\82Ñ\8c."
         },
         "move": {
             "title": "Пересунути",
         "nothing": "Немає чого повертати."
     },
     "tooltip_keyhint": "Клавішна комбінація:",
-    "browser_notice": "Цей Ñ\80едакÑ\82оÑ\80 Ð¿Ñ\80аÑ\86Ñ\8eÑ\94 Ð² Ð¾Ð³Ð»Ñ\8fдаÑ\87аÑ\85 Firefox, Chrome, Safari, Opera Ñ\96 Internet Explorer Ð²ÐµÑ\80Ñ\81Ñ\96Ñ\97 9 Ñ\96 Ð²Ð¸Ñ\89е.  Ð\91Ñ\83дÑ\8c Ð»Ð°Ñ\81ка, Ð¾Ð½Ð¾Ð²Ñ\96Ñ\82Ñ\8c Ñ\81вÑ\96й Ð¾Ð³Ð»Ñ\8fдаÑ\87 Ð°Ð±Ð¾ Ñ\81коÑ\80иÑ\81Ñ\82айÑ\82еÑ\81Ñ\8f Ñ\80едакÑ\82оÑ\80ом Potlatch 2.",
+    "browser_notice": "Цей Ñ\80едакÑ\82оÑ\80 Ð¿Ñ\96дÑ\82Ñ\80имÑ\83Ñ\94Ñ\82Ñ\8cÑ\81Ñ\8f Firefox, Chrome, Safari, Opera Ñ\82а Internet Explorer 11 Ñ\82а Ð²Ð¸Ñ\89е. Ð\91Ñ\83дÑ\8c Ð»Ð°Ñ\81ка, Ð¾Ð½Ð¾Ð²Ñ\96Ñ\82Ñ\8c Ð²Ð°Ñ\88 Ð¾Ð³Ð»Ð°Ð´Ð°Ñ\87 Ð°Ð±Ð¾ Ð²Ð¸ÐºÐ¾Ñ\80иÑ\81Ñ\82овÑ\83йÑ\82е Potlatch 2 Ð´Ð»Ñ\8f Ñ\80едагÑ\83ваннÑ\8f Ð¼Ð°Ð¿Ð¸. ",
     "translate": {
         "translate": "Перекласти",
         "localized_translation_label": "Назва іншою мовою",
     "zoom_in_edit": "Необхідно збільшити масштаб, щоб редагувати",
     "logout": "вийти",
     "loading_auth": "З’єднання з OpenStreetMap…",
+    "report_a_bug": "Повідомити про помилку",
+    "help_translate": "Допомогти перекласти",
     "feature_info": {
         "hidden_warning": "приховано об’єктів - {count} ",
         "hidden_details": "Ці об’єкти є прихованими: {details}"
                 "label": "Гандікап",
                 "placeholder": "1-18"
             },
+            "handrail": {
+                "label": "Перила"
+            },
             "highway": {
                 "label": "Тип"
             },
                 "label": "Обмеження швидкості",
                 "placeholder": "40, 50, 60…"
             },
+            "maxstay": {
+                "label": "Максимальний час"
+            },
             "mtb/scale": {
                 "label": "Рівень складності для гірських велосипедів",
                 "options": {
                 "name": "Територія університета",
                 "terms": "університет, кампус, гуртожиток, корпус, бібліотека"
             },
-            "amenity/vending_machine": {
-                "name": "Торговельний автомат",
+            "amenity/vending_machine/cigarettes": {
+                "name": "Автомат продажу цигарок",
+                "terms": "циграки,торгівля,тютюн,палити,автомат,кіоск"
+            },
+            "amenity/vending_machine/condoms": {
+                "name": "Автомат продажу нацюцюрників",
+                "terms": "перезерватив,кондом,гандон,секс,захист,атомат,торгівля"
+            },
+            "amenity/vending_machine/drinks": {
+                "name": "Автомат продажу напоїв",
+                "terms": "напої,газована вода,вода,сік,автомат,продаж,кіоск"
+            },
+            "amenity/vending_machine/excrement_bags": {
+                "name": "Автомат пакетів для екскрементів",
+                "terms": "лайно,собака,тварина,кішка,пакет"
+            },
+            "amenity/vending_machine/news_papers": {
+                "name": "Автомат продажу газет",
+                "terms": "газети,новини,журнали"
+            },
+            "amenity/vending_machine/parcel_pickup_dropoff": {
+                "name": "Поштомат",
+                "terms": "посилка,прийом,видача,пошта,доставка"
+            },
+            "amenity/vending_machine/parking_tickets": {
+                "name": "Паркомат",
+                "terms": "стоянка,квиток,автомобіль"
+            },
+            "amenity/vending_machine/public_transport_tickets": {
+                "name": "Автомат продажу проїзних квитків",
+                "terms": "автобус,трамвай,тролейбус,паром,електричка,квиток,траспорт,громадський,проїзд"
+            },
+            "amenity/vending_machine/sweets": {
+                "name": "Автомат продажу солодощів",
+                "terms": "цукерки,жувальна гумка,чіпси,печиво,крекери"
+            },
+            "amenity/vending_machine/vending_machine": {
+                "name": "Торговий автомат",
                 "terms": "Vending Machine,njhujdtkmybq fdnjvfn, торгівельний автомат, торговий автомат, автомат"
             },
             "amenity/veterinary": {
             },
             "building/cathedral": {
                 "name": "Собор",
-                "terms": "Cathedral, cjjh, собор"
+                "terms": "храм,собор,молитва,служба"
             },
             "building/chapel": {
                 "name": "Каплиця",
-                "terms": "Chapel, rfgkbwz, каплиця"
+                "terms": "каплиця,служба,молитовня"
             },
             "building/church": {
                 "name": "Церква",
-                "terms": "Church, wthrdf, церква"
+                "terms": "церква,молитва"
             },
             "building/college": {
                 "name": "Коледж",
index 77cc9a6fb59d76cb52410397fb17bbf89da9deba..be46e6b8255527d79e34008386474d26193088fd 100644 (file)
         },
         "merge": {
             "title": "Gộp",
-            "description": "Gộp các đường kẻ này.",
+            "description": "Gộp các đối tượng này.",
             "key": "G",
-            "annotation": "gộp {n} đường kẻ",
+            "annotation": "gộp {n} đối tượng",
             "not_eligible": "Không thể gộp các đối tượng này.",
-            "not_adjacent": "Không thể gộp các đường kẻ không nối liền với nhau.",
-            "restriction": "Không thể gộp các đường kẻ này vì ít nhất một trong những đường kẻ trực thuộc quan hệ “{relation}”.",
+            "not_adjacent": "Không thể gộp các đối tượng không nối liền với nhau.",
+            "restriction": "Không thể gộp các đối tượng này vì ít nhất một trong những đối tượng trực thuộc quan hệ “{relation}”.",
             "incomplete_relation": "Không thể gộp vì một trong số đối tượng này chưa được tải về hoàn toàn.",
-            "conflicting_tags": "Không thể gộp các đường kẻ này vì một số thẻ có giá trị xung đột."
+            "conflicting_tags": "Không thể gộp các đối tượng này vì một số thẻ có giá trị xung đột."
         },
         "move": {
             "title": "Di chuyển",
         "nothing": "Không có gì để làm lại."
     },
     "tooltip_keyhint": "Phím tắt:",
-    "browser_notice": "Chường trình vẽ bản đồ này chạy tốt trong Firefox, Chrome, Safari, Opera, và Internet Explorer 9 trở lên. Xin vui lòng nâng cấp trình duyệt của bạn hoặc dùng Potlach 2 để biên tập bản đồ.",
+    "browser_notice": "Chường trình vẽ bản đồ này chạy tốt trong Firefox, Chrome, Safari, Opera, và Internet Explorer 11 trở lên. Xin vui lòng nâng cấp trình duyệt của bạn hoặc dùng Potlach 2 để biên tập bản đồ.",
     "translate": {
         "translate": "Biên dịch",
         "localized_translation_label": "Tên đa ngôn ngữ",
                 "label": "Điểm chấp",
                 "placeholder": "1–18"
             },
+            "handrail": {
+                "label": "Lan can"
+            },
             "highway": {
                 "label": "Kiểu"
             },
                 "label": "Tốc độ Tối đa",
                 "placeholder": "40, 50, 60…"
             },
+            "maxstay": {
+                "label": "Thời gian Ở Tối đa"
+            },
             "mtb/scale": {
                 "label": "Độ hiểm trở Đạp xe Leo núi",
                 "options": {
                 "name": "Sân trường Đại học",
                 "terms": "sân trường đại học, sân viện đại học, sân trường cao đẳng, trường đại học, viện đại học, trường cao đẳng, ĐH, CĐ, san truong dai hoc, san vien dai hoc, san truong cao dang, truong dai hoc, vien dai hoc, truong cao dang"
             },
-            "amenity/vending_machine": {
-                "name": "Máy bán hàng",
-                "terms": "máy bán hàng, máy bán hàng tự động, máy bán nước uống, máy bán đồ ăn, máy bán kẹo, máy bán dao cạo, máy bán tem, quán ăn tự động, may ban hang, may ban hang tu dong, may ban nuoc uong, may ban do an, may ban keo, may ban dao cao, may ban tem, quan an tu dong"
+            "amenity/vending_machine/cigarettes": {
+                "name": "Máy Bán Thuốc lá",
+                "terms": "máy bán thuốc lá, may ban thuoc la"
+            },
+            "amenity/vending_machine/condoms": {
+                "name": "Máy Bán Bao Cao su",
+                "terms": "máy bán bao cao su, máy phát bao cao su, máy bán bao dương vật, máy phát bao dương vật, máy bán túi cao su, máy phát túi cao su, máy bán ca pốt, máy phát ca pốt, máy bán ca-pốt, máy phát ca-pốt, may ban bao cao su, may phat bao cao su, may ban bao duong vat, may phat bao duong vat, may ban tui cao su, may phat tui cao su, may ban ca pot, may phat ca pot, may ban ca-pot, may phat ca-pot"
+            },
+            "amenity/vending_machine/drinks": {
+                "name": "Máy Bán Nước uống",
+                "terms": "máy bán nước uống, may ban nuoc uong"
+            },
+            "amenity/vending_machine/excrement_bags": {
+                "name": "Máy Phát Bao Cứt Chó",
+                "terms": "máy phát bao cứt chó, may phat bao cut cho"
+            },
+            "amenity/vending_machine/news_papers": {
+                "name": "Máy Bán Báo",
+                "terms": "máy bán báo, máy bán tạp chí, máy bán tờ báo, may ban bao, may ban tap chi, may ban to bao"
+            },
+            "amenity/vending_machine/parcel_pickup_dropoff": {
+                "name": "Máy Nhận/Gửi Bưu kiện",
+                "terms": "máy nhận bưu kiện, máy gửi bưu kiện, máy gởi bưu kiện, máy nhận gói, máy gửi gói, máy gởi gói, may nhan buu kien, may gui buu kien, may goi buu kien, may nhan goi, may gui goi, may goi goi"
+            },
+            "amenity/vending_machine/parking_tickets": {
+                "name": "Máy Bán Vé Đậu xe",
+                "terms": "máy bán vé đậu xe, máy bán vé đỗ xe, may ban ve dau xe, may ban ve do xe"
+            },
+            "amenity/vending_machine/public_transport_tickets": {
+                "name": "Máy Bán Vé Phương tiện Công cộng",
+                "terms": "máy bán vé, máy bán vé phương tiện công cộng, máy bán vé xe buýt, máy bán vé xe điện, máy bán vé xe lửa, may ban ve, may ban ve phuong tien cong cong, may ban ve xe buyt, may ban ve xe dien, may ban ve xe lua"
+            },
+            "amenity/vending_machine/sweets": {
+                "name": "Máy Bán Kẹo",
+                "terms": "máy bán kẹo, may ban keo"
+            },
+            "amenity/vending_machine/vending_machine": {
+                "name": "Máy Bán Hàng",
+                "terms": "máy bán hàng, máy bán hàng tự động, máy bán đồ ăn, máy bán dao cạo, máy bán tem, quán ăn tự động, may ban hang, may ban hang tu dong, may ban do an, may ban dao cao, may ban tem, quan an tu dong"
             },
             "amenity/veterinary": {
                 "name": "Thú y",
index b3a08d52578345990ab99b494c782af9e18c284d..c2565442458c52533c87ed0a6c00a851faa44a91 100644 (file)
@@ -2,22 +2,22 @@
     "modes": {
         "add_area": {
             "title": "範圍",
-            "description": "å\9c°å\9c\96度ï¼\8cå\8a å\9c\92ã\80\81å±\8bå®\87ã\80\81æ¹\96æ\88\96è\80\85å\85¶ä»\96ç¯\84å\9c\8då\85¥å\8e»。",
-            "tail": "要畫範圍,好似公園、湖、屋宇咁。撳地圖先,再去畫。"
+            "description": "å\8a å\85¬å\9c\92ã\80\81建ç¯\89ç\89©ã\80\81æ¹\96æ\88\96è\80\85å\85¶ä»\96ç¯\84å\9c\8då\85¥å\8e»å\9c°å\9c\96度。",
+            "tail": "喺地圖度撳一下就可以開始畫範圍,好似公園呀、湖呀、或者建築物呀咁。"
         },
         "add_line": {
             "title": "綫",
-            "description": "å\9c°å\9c\96度ï¼\8cå\8a å\85¬è·¯ã\80\81è¡\97ã\80\81è¡\8c人å¾\91ã\80\81æ°´é\81\93æ\88\96è\80\85å\85¶ä»\96綫。",
-            "tail": "å\9c°å\9c\96度æ\92³ä¸\80ä¸\8bï¼\8c畫路、徑、或者路綫。"
+            "description": "å\8a å\85¬è·¯ã\80\81è¡\97ã\80\81è¡\8c人路ã\80\81æ°´é\81\93æ\88\96è\80\85å\85¶ä»\96綫å\96ºå\9c°å\9c\96度。",
+            "tail": "å\96ºå\9c°å\9c\96度æ\92³ä¸\80ä¸\8bå°±å\8f¯ä»¥é\96\8bå§\8b畫路、徑、或者路綫。"
         },
         "add_point": {
-            "title": "",
-            "description": "å\9c°å\9c\96ä¸\8aå\8a é\85\92æ¨\93ã\80\81ç´\80念ç¢\91ã\80\81é\83µç­\92æ\88\96è\80\85å\85¶ä»\96è\99\95。",
-            "tail": "撳地圖加處"
+            "title": "",
+            "description": "å\8a é¤\90廳ã\80\81ç´\80念ç¢\91ã\80\81é\83µç­\92æ\88\96è\80\85å\85¶ä»\96é»\9eå\96ºå\9c°å\9c\96度。",
+            "tail": "喺地圖撳一下就可以加一點。"
         },
         "browse": {
             "title": "周圍睇",
-            "description": "地圖四圍移,放大縮細睇。"
+            "description": "郁同埋放大縮細個地圖。"
         },
         "draw_area": {
             "tail": "撳下加節入落範圍。撳第一節去完成範圍。"
         },
         "merge": {
             "title": "併",
-            "description": "併埋爾啲綫。",
             "key": "C",
-            "annotation": "併咗綫{n}條。 ",
-            "not_eligible": "爾啲地貌,無得併埋。",
-            "not_adjacent": "爾啲綫無得掹開,根本無駁埋。",
-            "restriction": "爾啲綫併唔到,當中至少一個,屬於{relation}關聯。"
+            "not_eligible": "爾啲地貌,無得併埋。"
         },
         "move": {
             "title": "搬",
         "nothing": "無嘢好重做"
     },
     "tooltip_keyhint": "快掣",
-    "browser_notice": "爾個編輯,只用於Firefox、Chrome、Safari、Opera以及Internet Explorer 版本九或以上。唔該換新瀏覽器,或者用Potlach2去改地圖。",
     "translate": {
         "translate": "繙",
         "localized_translation_label": "話名",
                 "name": "大會堂",
                 "terms": "Town Hall,大會堂,市政府,市政廳"
             },
-            "amenity/vending_machine": {
-                "name": "售賣機",
-                "terms": "Vending Machine,售賣機,自勳動賣機"
-            },
             "amenity/waste_basket": {
                 "name": "垃圾桶",
                 "terms": "Waste Basket,垃圾桶,垃圾箱,廢物箱"
index c2523d60aa73134eb728e2d1e8db5151ca11a6b2..bcd08cf957b9ce67a724bcdd7a31b5fd095e29af 100644 (file)
         },
         "merge": {
             "title": "合并",
-            "description": "合并这些线。",
             "key": "C",
-            "annotation": "合并{n}条线。",
             "not_eligible": "这些特征不可以合并。",
-            "not_adjacent": "这些线段并不连接,不能合并。",
-            "restriction": "这些线段不能合并,因为其中最少有一条线段是\"{relation}\"关系的成员。",
             "incomplete_relation": "此要素暂未下载完成,无法合并。"
         },
         "move": {
         "nothing": "没有可以重做的操作。"
     },
     "tooltip_keyhint": "快捷键:",
-    "browser_notice": "该编辑器仅支持Firefox、Chrome、Safari、Opera和Internet Explorer 9及更高版本。请升级你的浏览器或使用Potlatch 2编辑地图。",
     "translate": {
         "translate": "翻译",
         "localized_translation_label": "多语言名称",
             "amenity/university": {
                 "name": "大学校园"
             },
-            "amenity/vending_machine": {
-                "name": "售卖机",
-                "terms": "售卖机"
-            },
             "amenity/veterinary": {
                 "name": "兽医",
                 "terms": "兽医"
             "building/cabin": {
                 "name": "小木屋"
             },
-            "building/cathedral": {
-                "name": "主教座堂",
-                "terms": "教堂,大教堂"
-            },
-            "building/church": {
-                "name": "宗教场所",
-                "terms": "礼拜堂"
-            },
             "building/college": {
                 "name": "大专院校建筑"
             },
index 794c87edbfa5db449f47cac69c51381d1dc2c891..580eabcd881257c068ae6ab55a37dc21b9b58d60 100644 (file)
     "modes": {
         "add_area": {
             "title": "範圍",
-            "description": "地圖度,加園、屋宇、湖或者其他範圍入去。",
-            "tail": "要畫範圍,好似公園、湖、屋宇咁。撳地圖先,再去畫。"
+            "description": "新增公園、建築物、湖或其他範圍至地圖。",
+            "tail": "於地圖上按一下開始繪畫範圍,例如公園、湖或建築物。"
         },
         "add_line": {
             "title": "綫",
-            "description": "地圖度,加公路、街、行人徑、水道或者其他綫。",
-            "tail": "地圖度撳一下,畫路、徑、或者路綫。"
+            "description": "新增公路、街道、行人路、水道或其他綫至地圖。",
+            "tail": "於地圖上按一下開始繪畫道路、路徑或者路綫。"
         },
         "add_point": {
-            "title": "",
-            "description": "地圖上加酒樓、紀念碑、郵筒或者其他處。",
-            "tail": "æ\92³å\9c°å\9c\96å\8a è\99\95"
+            "title": "",
+            "description": "新增餐廳、紀念碑、郵筒或其他點至地圖。",
+            "tail": "æ\96¼å\9c°å\9c\96ä¸\8aæ\8c\89ä¸\80ä¸\8bæ\96°å¢\9eé»\9eã\80\82"
         },
         "browse": {
-            "title": "周圍睇",
-            "description": "å\9c°å\9c\96å\9b\9bå\9c\8d移ï¼\8cæ\94¾å¤§ç¸®ç´°ç\9d\87。"
+            "title": "瀏覽",
+            "description": "平移å\92\8c縮æ\94¾å\9c°å\9c\96。"
         },
         "draw_area": {
-            "tail": "æ\92³ä¸\8bå\8a ç¯\80å\85¥è\90½ç¯\84å\9c\8dã\80\82æ\92³ç¬¬ä¸\80ç¯\80å\8e»å®\8cæ\88\90範圍。"
+            "tail": "æ\8c\89ä¸\80ä¸\8bå\8a ç¯\80è\87³ä½ ç\9a\84ç¯\84å\9c\8dï¼\8cæ\8c\89第ä¸\80ç¯\80å®\8cæ\88\90繪ç\95«範圍。"
         },
         "draw_line": {
-            "tail": "æ\92³ä¸\80ä¸\8bå\8e»å\8a å¤\9aå¹¾ç¯\80è\90½æ¢\9d綫ã\80\82æ\8e¹å\85¶ä»\96綫ï¼\8cé§\81å\8e»ä½¢å\93\8b度ï¼\8cå\90\8cå¿«æ\92³å\85©ä¸\8bï¼\8cå®\8cå\92\97æ¢\9d綫。"
+            "tail": "æ\8c\89ä¸\80ä¸\8bæ\96°å¢\9eä¸\80ç¯\80è\87³ç¶«ã\80\82æ\8c\89å\85¶ä»\96ç\9a\84綫以é\80£æ\8e¥å®\83å\80\91ï¼\8cæ\8c\89å\85©ä¸\8bå\8f¯å®\8cæ\88\90編輯綫。"
         }
     },
     "operations": {
         "add": {
             "annotation": {
-                "point": "處加咗",
-                "vertex": "道度加節",
-                "relation": "關聯加咗。"
+                "point": "已新增一點。",
+                "vertex": "已新增節至路上。",
+                "relation": "已新增關係。"
             }
         },
         "start": {
             "annotation": {
-                "line": "綫起咗。",
-                "area": "範圍起咗。"
+                "line": "開始了畫綫。",
+                "area": "開始了繪畫範圍。"
             }
         },
         "continue": {
             "key": "A",
-            "title": "繼續",
-            "description": "條綫。",
-            "not_eligible": "ç\88¾åº¦ç\84¡ç¶«å\8f¯ä»¥å\8f¯çº\8c。",
-            "multiple": "爾度幾條綫可繼續。揀一條綫,咁住Shift掣,撳住佢揀佢。",
+            "title": "伸延",
+            "description": "伸延這條綫。",
+            "not_eligible": "綫ä¸\8då\8f¯å¾\9eé\80\99裡伸延。",
+            "multiple": "數條綫可從這裡伸延。要選擇一條綫,可按著Shift鍵和用滑鼠按一下該條綫。",
             "annotation": {
-                "line": "綫續咗。",
-                "area": "範圍續咗。"
+                "line": "綫已伸延。",
+                "area": "範圍已伸延。"
             }
         },
         "cancel_draw": {
-            "annotation": "å\94\94畫。"
+            "annotation": "å·²å\8f\96æ¶\88繪畫。"
         },
         "change_role": {
-            "annotation": "改咗關聯成員嘅作用。"
+            "annotation": "已更改關係構件的作用。"
         },
         "change_tags": {
-            "annotation": "籤改咗。"
+            "annotation": "已更改標籤。"
         },
         "circularize": {
-            "title": "整圓",
+            "title": "圓形化",
             "description": {
-                "line": "整圓條綫",
-                "area": "整圓範圍"
+                "line": "將這條綫變為圓形。",
+                "area": "將這個範圍變為圓形。"
             },
             "key": "O",
             "annotation": {
-                "line": "整圓條綫。",
-                "area": "整圓範圍。"
+                "line": "將一條綫變為圓形。",
+                "area": "將一個範圍變為圓形。"
             },
-            "not_closed": "無得整圓,根本唔係圈。"
+            "not_closed": "未能將這個變為圓形因為它未成為一圈。",
+            "too_large": "未能將這個轉為圓形因為它不是被完全看得到。",
+            "connected_to_hidden": "未能將這個轉為圓形因為它連接著一個隱藏的特徵。"
         },
         "orthogonalize": {
-            "title": "æ\95´æ\96¹",
+            "title": "æ\96¹å½¢å\8c\96",
             "description": {
-                "line": "整方個綫角",
-                "area": "整方範圍角"
+                "line": "將這條綫的角方形化。",
+                "area": "將這個範圍的角方形化。"
             },
             "key": "S",
             "annotation": {
-                "line": "整方咗綫角。",
-                "area": "整方咗範圍角。"
+                "line": "已將這條綫的角方形化。",
+                "area": "已將這個範圍的角方形化。"
             },
-            "not_squarish": "佢太唔似方,整唔到方。"
+            "not_squarish": "未能將這個方形化因為它不似方形。",
+            "too_large": "未能將這個方形化因為它不是被完全看得到。",
+            "connected_to_hidden": "未能將這個方形化因為它連接著一個隱藏的特徵。"
         },
         "straighten": {
             "title": "拉直",
-            "description": "拉直條綫",
+            "description": "拉直這條綫。",
             "key": "S",
-            "annotation": "條綫拉直咗。",
-            "too_bendy": "條綫太彎,拉直唔到。"
+            "annotation": "已拉直一條綫。",
+            "too_bendy": "未能將這個拉直因為它轉太多彎。",
+            "connected_to_hidden": "未能將這條綫拉直因為它連接著一個隱藏的特徵。"
         },
         "delete": {
-            "title": "刪",
+            "title": "刪除",
+            "description": "永久刪除物件。",
             "annotation": {
-                "point": "刪咗處。",
-                "vertex": "道度刪咗節。",
-                "line": "刪咗綫。",
-                "area": "刪咗範圍。",
-                "relation": "刪咗關聯。",
-                "multiple": "刪咗物體{n}個。"
-            },
-            "incomplete_relation": "此地貌無得刪走,皆因佢未傳晒落來。"
+                "point": "已刪除一點。",
+                "vertex": "已刪除路徑上的一個節。",
+                "line": "已刪除一條綫。",
+                "area": "已刪除一個範圍。",
+                "relation": "已刪除一個關係。",
+                "multiple": "已刪除 {n} 個物件。"
+            },
+            "incomplete_relation": "此特徵未能刪除,因為它尚未完全下載。",
+            "part_of_relation": "這個特徵不能刪除,因為它是大型關係的其中一部分。你必須先從關係中移除。",
+            "connected_to_hidden": "未能將這個刪除因為它連接著一個隱藏的特徵。"
         },
         "add_member": {
-            "annotation": "å\8a å\92\97æ\88\90å\93¡å\85¥é\97\9cè\81¯。"
+            "annotation": "å·²æ\96°å¢\9eä¸\80å\80\8bæ§\8b件è\87³é\97\9cä¿\82。"
         },
         "delete_member": {
-            "annotation": "拎走咗關聯成員。"
+            "annotation": "已將構件從關係移除。"
         },
         "connect": {
             "annotation": {
-                "point": "駁咗道去嗰處。",
-                "vertex": "駁咗道去其他。",
-                "line": "駁咗道去綫。",
-                "area": "駁咗道去範圍。"
+                "point": "已連接路徑到一個點。",
+                "vertex": "已連接路徑到另一路徑。",
+                "line": "已連接路徑到一條綫。",
+                "area": "已連接路徑到一個範圍。"
             }
         },
         "disconnect": {
-            "title": "æ\8e¹開",
-            "description": "此綫或者範圍等,全部掹開。",
+            "title": "æ\96·開",
+            "description": "將這些綫/範圍互相斷開。",
             "key": "D",
-            "annotation": "綫或範圍,經已掹開咗。",
-            "not_connected": "爾度唔够綫或者範圍去掹開。"
+            "annotation": "已斷開的綫/範圍。",
+            "not_connected": "這裡未有足夠的綫/範圍可斷開。",
+            "connected_to_hidden": "未能將這個斷開因為它連接著一個隱藏的特徵。"
         },
         "merge": {
-            "title": "併",
-            "description": "併埋爾啲綫。",
+            "title": "合併",
             "key": "C",
-            "annotation": "併咗綫{n}條。 ",
-            "not_eligible": "爾啲地貌,無得併埋。",
-            "not_adjacent": "爾啲綫無得掹開,根本無駁埋。",
-            "restriction": "爾啲綫併唔到,當中至少一個,屬於{relation}關聯。"
+            "not_eligible": "不能合併這些特徵。",
+            "incomplete_relation": "這些特徵不能合併因為最少一個尚未完全下載。"
         },
         "move": {
-            "title": "",
-            "description": "搬爾個去另第度。",
+            "title": "移動",
+            "description": "移動這個至另一位置。",
             "key": "M",
             "annotation": {
-                "point": "搬一點",
-                "vertex": "道度搬咗節。",
-                "line": "搬咗條綫。",
-                "area": "搬咗範圍。",
-                "multiple": "搬物體幾個。"
-            },
-            "incomplete_relation": "此地貌無得搬,皆因佢未傳晒落來。"
+                "point": "已移動一個點。",
+                "vertex": "已移動路徑上的一個節。",
+                "line": "已移動一條綫。",
+                "area": "已移動一個範圍。",
+                "multiple": "已移動多個物件。"
+            },
+            "incomplete_relation": "此特徵未能移動,因為它尚未完全下載。",
+            "too_large": "未能將這個移除因為它不是被完全看得到。",
+            "connected_to_hidden": "未能移動這個因為它連接著一個隱藏的特徵。"
         },
         "rotate": {
-            "title": "æ\93°轉",
-            "description": "圍住中心點,擰轉爾個物體。",
+            "title": "æ\97\8b轉",
+            "description": "依物件中心旋轉。",
             "key": "R",
             "annotation": {
-                "line": "條綫擰轉咗。",
-                "area": "範圍擰轉咗。"
-            }
+                "line": "已旋轉一條綫。",
+                "area": "已旋轉一個範圍。"
+            },
+            "too_large": "未能將這個旋轉因為它不是被完全看得到。",
+            "connected_to_hidden": "未能旋轉這個因為它連接著一個隱藏的特徵。"
         },
         "reverse": {
-            "title": "å\80\92å\90\91ã\80\82",
-            "description": "整到修綫方向相反。",
+            "title": "å\8f\8dè½\89",
+            "description": "使這條綫的方向反轉。",
             "key": "V",
-            "annotation": "條綫方向倒咗轉。"
+            "annotation": "已反轉一條綫。"
         },
         "split": {
-            "title": "斬開",
+            "title": "分割",
             "description": {
-                "line": "爾節度,斬綫爲二。",
-                "area": "斬界,一分爲二。",
-                "multiple": "爾節度,斬綫或範圍界綫,一分爲二。"
+                "line": "將這條綫分為兩個節。",
+                "area": "將這個範圍的邊界一分為二。",
+                "multiple": "在這個節將這個綫/範圍的邊界一分為二。"
             },
             "key": "X",
             "annotation": {
-                "line": "斬開條綫。",
-                "area": "斬開範圍界綫。",
-                "multiple": "斬開綫或範圍界綫{n}條。"
+                "line": "分割一條綫。",
+                "area": "分割一個範圍邊界。",
+                "multiple": "分割{n}條綫/範圍邊界。"
             },
-            "not_eligible": "綫無得喺頭尾度斬。",
-            "multiple_ways": "爾處太多綫,無得斬開。"
+            "not_eligible": "綫不能於頭或尾分割。",
+            "multiple_ways": "這裡有太多綫要分割。",
+            "connected_to_hidden": "未能分割這個因為它連接著一個隱藏的特徵。"
+        },
+        "restriction": {
+            "help": {
+                "select": "於地圖上按一下選擇一段道路。",
+                "toggle": "按一下改變轉彎限制",
+                "toggle_on": "按一下新增\"{restriction}\"限制。",
+                "toggle_off": "按一下移除\"{restriction}\"限制。"
+            },
+            "annotation": {
+                "create": "已新增轉彎限制",
+                "delete": "已刪除轉彎限制"
+            }
         }
     },
     "undo": {
         "tooltip": "還原:{action}",
-        "nothing": "無嘢好還原"
+        "nothing": "沒有可還原的動作。"
     },
     "redo": {
-        "tooltip": "重做{action}",
-        "nothing": "無嘢好重做"
+        "tooltip": "重做{action}",
+        "nothing": "沒有可重做的動作。"
     },
-    "tooltip_keyhint": "快掣",
-    "browser_notice": "爾個編輯,只用於Firefox、Chrome、Safari、Opera以及Internet Explorer 版本九或以上。唔該換新瀏覽器,或者用Potlach2去改地圖。",
+    "tooltip_keyhint": "快速鍵:",
     "translate": {
-        "translate": "繙",
-        "localized_translation_label": "話名",
-        "localized_translation_language": "揀話",
-        "localized_translation_name": "名"
+        "translate": "翻譯",
+        "localized_translation_label": "多種語言名稱",
+        "localized_translation_language": "選擇語言",
+        "localized_translation_name": "名稱"
+    },
+    "zoom_in_edit": "放大以編輯",
+    "logout": "登出",
+    "loading_auth": "正在連接 OpenStreetMap...",
+    "report_a_bug": "報告錯誤",
+    "help_translate": "協助翻譯",
+    "feature_info": {
+        "hidden_warning": "{count} 項隱藏特徵",
+        "hidden_details": "這些特徵正被隱藏: {details}"
     },
-    "zoom_in_edit": "放大去改",
-    "logout": "簽走",
-    "loading_auth": "駁上去公家街圖⋯⋯",
     "status": {
-        "error": "駁唔通程式接口。",
-        "offline": "程式接口收工。遲啲再改啦。",
-        "readonly": "程式接口,只讀不寫。你要等下先記到你修改。"
+        "error": "未能連接至應用程式介面。",
+        "offline": "應用程式介面現在離線。請稍後再編輯。",
+        "readonly": "應用程式介面處於唯讀模式。如要儲存變更需要稍等。"
     },
     "commit": {
-        "title": "記低修改",
-        "description_placeholder": "簡述你爾則稿件",
-        "upload_explanation": "你嘅修改,傳咗上去公家街圖。凢用公家街圖資料,地圖都會見到。",
-        "upload_explanation_with_user": "你以{user}名義,修改傳咗上去公家街圖。凢用公家街圖資料,地圖都會見到。",
+        "title": "儲存變更",
+        "description_placeholder": "簡述你的貢獻",
+        "message_label": "編輯變動留言",
+        "upload_explanation": "你上載的變更會出現在其他使用 OpenStreetMap 資料的地圖。",
+        "upload_explanation_with_user": "你以{user}的名字上載的變更會出現在其他使用 OpenStreetMap 資料的地圖。",
         "save": "記",
         "cancel": "唔記",
+        "changes": "{count} 項變更",
         "warnings": "警告",
-        "modified": "改咗",
-        "deleted": "å\88ªå\92\97",
-        "created": "開咗"
+        "modified": "已修改",
+        "deleted": "å·²å\88ªé\99¤",
+        "created": "已建立"
     },
     "contributors": {
-        "list": "有{users}修改",
-        "truncated_list": "有{users}同另外{count}人修改"
+        "list": "由{users}編輯",
+        "truncated_list": "由 {users} 和另外 {count} 人編輯"
+    },
+    "infobox": {
+        "selected": "已選 {n} 項",
+        "geometry": "幾何",
+        "closed": "已關閉",
+        "center": "中心",
+        "perimeter": "周界",
+        "length": "長度",
+        "area": "範圍",
+        "centroid": "形心",
+        "location": "位置",
+        "metric": "十進制",
+        "imperial": "英制"
+    },
+    "geometry": {
+        "point": "點",
+        "vertex": "頂點",
+        "line": "綫",
+        "area": "範圍",
+        "relation": "關係"
     },
     "geocoder": {
-        "search": "æ\90µå¤©ä¸\8bå\90\84å\9c°â\8b¯â\8b¯",
-        "no_results_visible": "å\9c\96å\85§å\8f¯è¦\8bä¹\8bè\99\95ï¼\8cé\83½æ\90µå\94\94å\88°",
-        "no_results_worldwide": "無嘢搵到"
+        "search": "æ\90\9cå°\8bå\85¨ä¸\96ç\95\8c...",
+        "no_results_visible": "å\9c°å\9c\96å\85§å\8f¯è¦\8bç¯\84å\9c\8dé\83½æ²\92æ\9c\89çµ\90æ\9e\9c",
+        "no_results_worldwide": "找不到搜尋結果"
     },
     "geolocate": {
-        "title": "標出我喺邊"
+        "title": "顯示我的位置"
     },
     "inspector": {
-        "no_documentation_combination": "爾組籤,未有文件解",
-        "no_documentation_key": "爾個圖例,未有文件解。",
-        "show_more": "睇多啲",
-        "view_on_osm": "å\85¥å\85¬å®¶è¡\97å\9c\96ç\9d\87",
-        "all_tags": "所有籤",
-        "all_members": "æ\89\80æ\9c\89æ\88\90å\93¡",
-        "all_relations": "所有關",
-        "new_relation": "開新關聯⋯⋯",
+        "no_documentation_combination": "沒有這個標籤組合的相關文件",
+        "no_documentation_key": "沒有這個鍵值的相關文件",
+        "show_more": "顯示更多",
+        "view_on_osm": "å\9c¨ openstreetmap.org ä¸­æª¢è¦\96",
+        "all_tags": "所有籤",
+        "all_members": "æ\89\80æ\9c\89æ§\8b件",
+        "all_relations": "所有關",
+        "new_relation": "建立新關係⋯⋯",
         "role": "作用",
-        "choose": "揀地貌",
-        "results": "{search}搵出{n}項",
-        "reference": "å\85¥å\85¬å®¶è¡\97å\9c\96ç\99¾ç§\91ç\9d\87",
-        "back_tooltip": "è½\89å\9c°è²\8c",
-        "remove": "移",
-        "search": "æ\90µ",
-        "multiselect": "揀咗嘅項目",
+        "choose": "選擇特徵種類",
+        "results": "{search}的{n}個結果",
+        "reference": "å\9c¨ OpenStreetMap Wiki ä¸­æª¢é\96±",
+        "back_tooltip": "è®\8aæ\9b´ç\89¹å¾µ",
+        "remove": "移",
+        "search": "æ\90\9cå°\8b",
+        "multiselect": "已選擇的物件",
         "unknown": "未知",
-        "incomplete": "<無傳落來>",
-        "feature_list": "搵地貌",
-        "edit": "改地貌",
-        "none": "無"
+        "incomplete": "<未下載>",
+        "feature_list": "搜尋特徵",
+        "edit": "編輯特徵",
+        "check": {
+            "yes": "是",
+            "no": "否"
+        },
+        "none": "無",
+        "node": "節",
+        "way": "路徑",
+        "relation": "關係",
+        "location": "位置",
+        "add_fields": "新增資料"
     },
     "background": {
         "title": "背景",
         "description": "背景設定",
-        "percent_brightness": "{opacity}% ",
+        "percent_brightness": "{opacity}% 亮度",
         "none": "無",
         "custom": "自訂",
+        "custom_button": "編輯自訂背景",
+        "custom_prompt": "輪入區塊範本的網址。有效的標記是以 {z}, {x}, {y} 作為 Z/X/Y 標記系統 Z/X/Y scheme 和 {u} 作為四分位數標記系統 quadtile scheme。",
         "fix_misalignment": "校正對位誤差",
-        "reset": "重設"
+        "reset": "重設",
+        "minimap": {
+            "description": "小地圖",
+            "tooltip": "顯示縮小地圖以確定現在被顯示範圍的位置"
+        }
+    },
+    "map_data": {
+        "title": "地圖資料",
+        "description": "地圖資料",
+        "data_layers": "資料圖層",
+        "fill_area": "填滿範圍",
+        "map_features": "地圖特徵",
+        "autohidden": "由於太多東西出現在螢幕上,這些特徵已被自動隱藏。你可以放大來編輯它們。"
+    },
+    "feature": {
+        "points": {
+            "description": "點",
+            "tooltip": "興趣點"
+        },
+        "major_roads": {
+            "description": "主要道路",
+            "tooltip": "公路、街道等等"
+        },
+        "minor_roads": {
+            "description": "次級道路",
+            "tooltip": "支路、停車場通道、小徑等等"
+        },
+        "paths": {
+            "description": "徑",
+            "tooltip": "行人路、步行徑、單車徑等等"
+        },
+        "buildings": {
+            "description": "建築物",
+            "tooltip": "建築物、涼亭、車房等等"
+        },
+        "landuse": {
+            "description": "用地特徵",
+            "tooltip": "森林、農地、公園、住宅區、商業區等等"
+        },
+        "boundaries": {
+            "description": "邊界",
+            "tooltip": "行政邊界"
+        },
+        "water": {
+            "description": "水特徵",
+            "tooltip": "河流、湖泊、池塘、流域等等"
+        },
+        "rail": {
+            "description": "鐵路特徵",
+            "tooltip": "鐵路"
+        },
+        "power": {
+            "description": "電力特徵",
+            "tooltip": "電線、發電廠、變電站等等"
+        },
+        "past_future": {
+            "description": "過去/將來",
+            "tooltip": "已建議、建築中、已廢棄、已拆毀等等"
+        },
+        "others": {
+            "description": "其他",
+            "tooltip": "其他東西"
+        }
+    },
+    "area_fill": {
+        "wireframe": {
+            "description": "不填滿 (以線條顯示)",
+            "tooltip": "啟用框線模式,很容易就看到背景影像。"
+        },
+        "partial": {
+            "description": "部分填滿",
+            "tooltip": "只有範圍邊界內側會被填滿。(適合地圖繪畫新手)"
+        },
+        "full": {
+            "description": "全部填滿",
+            "tooltip": "整個範圍會被填滿。"
+        }
     },
     "restore": {
-        "heading": "你有修改未記妥",
-        "description": "要唔要囘復上次未記妥之修改?",
-        "restore": "復",
-        "reset": "重新開始"
+        "heading": "你有未儲存的變更",
+        "description": "你想恢復上一次編輯時尚未儲存的變更嗎?",
+        "restore": "復",
+        "reset": "重"
     },
     "save": {
-        "title": "記低",
-        "help": "修改放上公家街圖,等其他用者都睇到。",
-        "no_changes": "無修改可記",
-        "uploading": "修改傳上公家街圖。",
-        "unsaved_changes": "你有修改未記妥"
+        "title": "儲存",
+        "help": "儲存變更至OpenStreetMap,讓其他用戶都看得到。",
+        "no_changes": "沒有變更需要儲存。",
+        "error": "儲存時發生錯誤",
+        "status_code": "伺服器提供的狀態碼{code}",
+        "unknown_error_details": "請確保你已連接至互聯網。",
+        "uploading": "正在上傳變更到OpenStreetMap。",
+        "unsaved_changes": "你有未儲存的變更",
+        "conflict": {
+            "header": "解決有衝突的編輯項目",
+            "count": " {total}個衝突中的第{num}個",
+            "previous": "< 上一個",
+            "next": "下一個 >",
+            "keep_local": "保留我的",
+            "keep_remote": "使用其他人的",
+            "restore": "復原",
+            "delete": "放棄資料",
+            "download_changes": "或者下載你的變更。",
+            "done": "所有衝突已解決!",
+            "help": "另一用戶已變更了一些你變更過的地圖特徵。\n按一下下面的每一個項目以了解有關衝突並決定是否需要保留\n你的變更或者是其他用戶的變更。\n"
+        }
+    },
+    "merge_remote_changes": {
+        "conflict": {
+            "deleted": "這物件已被{user}刪除。",
+            "location": "這物件被你和{user}移動過。",
+            "nodelist": "這些節被你和{user}變更過。",
+            "memberlist": "關係構件已被你和{user}改變了。",
+            "tags": "你變更了{tag}標籤為\"{local}\",而{user}變更為\"{remote}\"。"
+        }
     },
     "success": {
-        "edited_osm": "改掂公家街圖!",
-        "just_edited": "ä½ å\95±å\95±æ\94¹å\92\97å\85¬å®¶è¡\97å\9c\96!",
-        "view_on_osm": "入公家街圖睇",
-        "facebook": "放上Facebook",
-        "twitter": "放上Twitter",
-        "google": "放上Google+",
-        "help_html": "你所改嘅,幾分鐘後會送到普通層。其他層,或者某啲地貌,要用多啲時間。\n(<a href='https://help.openstreetmap.org/questions/4705/why-havent-my-changes-appeared-on-the-map' target='_blank'>詳解</a>)。\n"
+        "edited_osm": "已編輯了OSM!",
+        "just_edited": "ä½ å\89\9bå\89\9b編輯äº\86OpenStreetMap!",
+        "view_on_osm": "於OSM上顯示",
+        "facebook": "分享至 Facebook",
+        "twitter": "分享至 Twitter",
+        "google": "分享至 Google+",
+        "help_html": "你的變更會在幾分鐘後出現在標準圖層。其他圖層或某些特徵可能需要多些時間\n(<a href='https://help.openstreetmap.org/questions/4705/why-havent-my-changes-appeared-on-the-map' target='_blank'>詳細資料</a>)。\n"
     },
     "confirm": {
-        "okay": "得"
+        "okay": "確定",
+        "cancel": "取消"
     },
     "splash": {
-        "welcome": "æ­¡è¿\8eä¾\86å\88°è\89¾ç¬¬å\85¬å®¶è¡\97å\9c\96é\80 å\9c\96ã\80\82",
-        "text": "艾第爾件架生,易用之時,亦功用多多,用來投稿修改去,世界至好,任用嘅世界地圖片。現時版本係{version}。想多啲資料,睇下 {website}同埋去{github}報告出錯。",
-        "walkthrough": "開始逐步解釋",
-        "start": "卽改"
+        "welcome": "æ­¡è¿\8e使ç\94¨iD OpenStreetMap編輯å\99¨",
+        "text": "iD是一個易用但功能強大的工具以便你可在世界上最好的免費地圖中作出貢獻。這個是版本{version}。你可在{website}得到更多資料和在{github}報告錯誤。",
+        "walkthrough": "開始新手教學",
+        "start": "立即編輯"
     },
     "source_switch": {
-        "live": "運行之中",
-        "lose_changes": "ä½ æ\9cªæ\9c\89ä¿®æ\94¹æ\9cªè¨\98妥ã\80\82è½\89å\9c°å\9c\96é\9b»è\85¦ï¼\8cå°±æ\9c\83ç\84¡å\92\97ä¿®æ\94¹ã\80\82ä½ ç\9c\9fä¿\82è¦\81è½\89å\9c°å\9c\96é\9b»è\85¦?",
-        "dev": "製作之中"
+        "live": "實況模式",
+        "lose_changes": "ä½ æ\9c\89å°\9aæ\9cªå\84²å­\98ç\9a\84è®\8aæ\9b´ã\80\82å\88\87æ\8f\9bå\9c°å\9c\96伺æ\9c\8då\99¨å°\87æ\94¾æ£\84å®\83å\80\91ã\80\82你確å®\9aè¦\81å\88\87æ\8f\9b伺æ\9c\8då\99¨å\97\8e?",
+        "dev": "開發模式"
     },
     "tag_reference": {
         "description": "描述",
-        "on_wiki": "å\96ºå\85¬å®¶è¡\97å\9c\96ç\99¾ç§\91度å\98\85{tag}",
-        "used_with": "同{type}一齊用"
+        "on_wiki": "å\9c¨wiki.osm.orgä¸\8aç\9a\84 {tag}",
+        "used_with": "與{type}一起用"
     },
     "validations": {
-        "untagged_point": "未有籤嘅點",
-        "untagged_line": "冇籤嘅綫",
-        "untagged_area": "冇籤嘅範圍",
-        "many_deletions": "你要刪走物件{n}個。你真係想咁做?咁人人用開嘅公家街圖入便,都會刪走埋。",
-        "tag_suggests_area": "{tag}籤話條綫係範圍,實情佢唔係。",
-        "deprecated_tags": "廢籤:{tags}"
+        "untagged_point": "未有標籤的點",
+        "untagged_line": "未有標籤的綫",
+        "untagged_area": "未有標籤的範圍",
+        "many_deletions": "你正在刪除 {n} 個物件。你確定要這樣做嗎?這樣就會將人人在openstreetmap.org 地圖內看到的物件刪除了。",
+        "tag_suggests_area": "{tag}標籤建議綫應為範圍,但這不是一個範圍。",
+        "untagged_point_tooltip": "選擇一個特徵種類來形容這個點是甚麼。",
+        "untagged_line_tooltip": "選擇一個特徵種類來形容這條綫是甚麼。",
+        "untagged_area_tooltip": "選擇一個特徵種類來形容這個範圍是甚麼。",
+        "deprecated_tags": "已棄用的標籤: {tags}"
     },
     "zoom": {
         "in": "放大",
         "out": "縮細"
     },
-    "cannot_zoom": "今下模式,無得再縮。",
+    "cannot_zoom": "在這個模式下不能再縮小。",
+    "full_screen": "切換全螢幕",
     "gpx": {
-        "local_layer": "本地 GPX 檔案",
-        "drag_drop": "拉個 .gpx檔案入來爾版。或者,撳右邊粒掣揀檔案。",
-        "zoom": "校到GPX路徑大細",
-        "browse": "望下有乜 .gpx 檔案"
+        "local_layer": "本機 GPX 檔案",
+        "drag_drop": "拖移 .gpx檔案到本頁或者按右側按鈕瀏覽。",
+        "zoom": "放大至 GPX 軌跡",
+        "browse": "開啟 .gpx 檔案"
+    },
+    "mapillary": {
+        "tooltip": "來自Mapillary的街道層相片",
+        "title": "相片覆蓋 (Mapillary)",
+        "view_on_mapillary": "在Mapillary上觀看這影像"
     },
     "help": {
-        "title": "指南",
-        "roads": "# 路\n\n用個程式,你開得,整得,刪得啲路。路有幾種,徑、公路、山徑、單車徑等等,乜嘢相交一段都要畫面出來。\n\n### 揀\n\n撳一下條路,就揀到。個外形會見得明顯,亦有架生仔選單,外加邊註欄有多啲路嘅資料。\n\n### 改\n\n你耐不耐見到條路,同背景相,或全球定位系統行縱,並唔一致。你要調較到佢哋啱位。\n\n首先撳一下,你想改嗰條路。咁條路就會特別顯眼,同埋有一點點畀你畀拉到啱位。若你想加多幾點,更加仔細,就喺條路上面,無節嘅地方,快撳兩下,咁就會開多一節。\n\n若然條路要駁去其他路,之但係無駁妥,咁你就拖住一點,拉到其他路,整到聯埋。地圖來講,駁通啲路係咁緊要,同埋駕車搵路亦必須。\n\n你亦可以用【搬】爾個架生,或撳快掣【M】,一次過搬成條路,再撳多下,就記好搬動。\n\n### 刪\n\n若成條路都唔啱,你亦要望下衞星相,以及最好親身確認,佢真係唔喺度,你就可以刪咗佢,卽係由地圖度搬走。小心啲刪走地貌,同其他改法一樣,有時地貌係人人都見到,但係衞星相過晒時,新路未必見。\n\n你刪條路,就撳佢一下,揀咗佢。跟住撳垃圾筒公仔,或者撳快掣【Delete】。\n\n### 開新\n\n要搵地方,緊係要有條路,係咪?去程式左上角,咁住【綫】個公仔,或者撳快掣【2】,就開始畫綫。\n\n地圖度,撳住路頭個位開始畫。若然條路由原路分出,就由原路上面路口位,撳一下開始。\n\n撳嘅點,應該人係跟實條路,跟䘙星相,或跟全球定位系統行蹤。若果你條路,會橫過另一條,你就喺路口位,撳落另一條路上,就起咗個交叉點。你要畫完,就快撳兩下。又或者咁鍵盤【Return】或【Enter】掣。\n",
-        "imagery": "# 相\n\n航空相係地圖要源。佢哋飛機飛過,衞星望落等組合。網上有任用來源,可供使用。就喺右邊,【背景設定】之內。\n\n程式預先已有 [兵地圖](http://www.bing.com/maps/) 䘙星相層。你放大縮細去某啲地方,就有其他可用。某幾國,如美國、法國、丹麥等,國內某啲地方,有極精細嘅相。\n\n相有時同地圖資料有差距,爾個係供相者出錯。若你睇到多多路與背景移咗位,就唔好郁住。將啲相校好個位,同地圖資料吻合。要咁做,就去背景設定,撳【校正對位誤差】校好咗先。\n",
-        "addresses": "# 地埗\n\n地埗,對地圖好有用嘅資料。\n\n雖則地埗通常係街嘅一部份,不過喺公家街圖入面,會記爲沿街屋宇及地方屬性。\n\n你可以加地埗落地方,畫成屋宇界圖,亦可以畫成單處。最好來源,就係視身街一轉,或者靠個人知識。之但係,同其他地貌一樣,禁止抄其他商用來源,包括谷歌地圖。\n",
-        "buildings": "# 屋宇\n\n公家街圖有屋宇資料庫,全球至大。你可以幫手添啲,亦可改善資料。\n\n### 揀\n\n你要揀屋宇,咁邊佢條邊就得。間屋宇會顯眼啲,亦會有架生仔選單,同埋邊註欄講屋宇多啲資料。\n\n### 改\n\n有陣時屋宇放唔啱,又或者放錯籤。\n\n要搬成間屋宇,揀佢先,跟手用【搬】架生。郁滑鼠就移屋宇,搬啱就咁撳一下。\n\n想改屋宇個形,邊度撳一節,拖住一節到啱位爲止。\n\n### 開新\n\n時時有人問,加新屋宇落地圖,而公家街圖又可以係點,又可以加形,咁邊個好啲呢?原則就係,_用得形就用形_,以及屋宇個形內,加公司、屋企、方便設施同其他種種,喺屋宇內有嘅嘢。\n\n畫新屋宇個形,喺左上面撳【範圍】掣,畫完就撳鍵盤【Return】掣,或者撳返去第一節,咁個形就埋口。\n\n### 刪\n\n若成間屋宇都唔啱,你亦要望下衞星相,以及最好親身確認,佢真係唔喺度,你就可以刪咗佢,卽係由地圖度搬走。小心啲刪走地貌,同其他改法一樣,有時地貌係人人都見到,但係衞星相過晒時,新屋宇未必見。\n\n你要刪咗間屋宇,就撳佢揀佢。然後撳垃圾筒公你,或者撳【Delete】掣。\n",
-        "relations": "# 關聯\n\n公家街圖入面,關聯係特別地貌,夾埋其他地貌做一組。例如,有兩種至常見。一係*途徑關聯*,佢係路段組成,路屬高速公路同公路。另一係*幾多邊形*,佢將唔同綫結合,定個複雜嘅範圍,好似範圍分開幾個,或者有洞好似沙翁。\n\n關聯之中,一組地貌就係*成員*。邊註欄度,你睇到地貌,佢做邊啲關聯成員。撳落關聯,就跳入關聯。一揀咗關聯,邊註欄列晒成員,地圖佢哋亦會特別顯眼。\n\n多數情形,你改嘢時,艾弟都會自動保持關聯。你要留意,你刪走一段,想畫得準確一啲,你要確保新段,都留喺原有關聯之中。\n\n## 改關聯\n\n你改關聯,爾度講基本嘢。\n\n加地貌落關聯,㨂地貌。邊註欄入面,【所有關係】度撳【+】掣,揀或打關聯名。\n\n開新關聯,㨂首個成員地貌,【所有關係】度撳【+】掣,揀【新關聯⋯⋯】。\n\n由關聯度拎走地貌,揀地貌,喺唔要嘅關聯側邊,撳垃圾桶公仔。\n\n你砌多幾多邊形開窿,可以用【併】架生。畫出兩個範圍,內同外,鍵盤撳實【Shift】掣,兩個各撳一下,揀晒佢哋,然後撳【併】掣。\n"
+        "title": "說明",
+        "help": "# 說明\n\n這是[OpenStreetMap]的編輯器 (http://www.openstreetmap.org/),\n免費而且可以編輯的世界地圖。你可以用來新增和更新\n在你附近的資料,令這個開放源碼和開放資料的地圖\n變得更好。\n你在這地圖裡所作的變更會令其他使用OpenStreetMap的人看得到。\n如要編輯,你需要[登入] (https://www.openstreetmap.org/login)。\n\n [iD 編輯器](http://ideditor.com/)是一個共同合作計劃,[原始碼可在GitHub找到](https://github.com/openstreetmap/iD)。\n",
+        "editing_saving": "# 編輯和儲存\n\n這個編輯器主要是靠網上運作而你正在\n經網頁使用它。\n\n### 選擇特徵\n\n要選擇特徵一個地圖特徵,例如道路或興趣點,\n可以在地圖上按它一下。 這樣就可以突出標示你選擇的特徵並開啟有關\n的詳細面板和顯示你可做的動作的選單。\n\n要選擇多個特徵,按著'Shift'鍵,然後\n用滑鼠按你想選擇的特徵或者在地圖上拖曳畫出長方形,\n所有在長方形內的點就會被選。\n\n### 儲存編輯\n\n當你作了變更,例如編輯道路、建築物和地方,\n它們就會儲在你的裝置直至你把它們儲存在伺服器內。如果有錯\n亦不用擔心 - 你可以按還原鍵還原你的變更和重做鍵再做過你的變更。\n\n按 '儲存' 就可儲存一組的編輯 - 例如你已完成\n一個鎮的範圍和希望開始一個新的範圍。你亦有機會\n去復審你做過甚麼,而如果有些不太正確的編輯,\n編輯器還會提供有用的建議和警告。\n\n如果沒有問題,你就可以輸入一些短句解釋一下你所作的變更。\n然後按'儲存'就可將變更上傳到\n[OpenStreetMap.org](http://www.openstreetmap.org/), 其他使用者\n就會看得到和使其他人建立和作出改進。\n\n如果你不可以一次過完成你的編輯,你可以離開編輯器\n視窗並再次回來(使用同一個瀏覽器和電腦),\n編輯器就會復原你的工作。editor application will offer to restore your work.\n\n### 使用編輯器\n\n鍵盤快捷鍵列表可以在\n[這裡](http://wiki.openstreetmap.org/wiki/ID/Shortcuts)找到。\n",
+        "gps": "# GPS\n\nGPS 追蹤是OpenStreetMap 的寶貴資料來源。這個編輯器\n支援你電腦內的 `.gpx` 檔案。使用智能電話的\n一些應用程式或個人GPS更體就可以搜集得到\n這類的GPS軌跡。\n\n要知道如何運用GPS測量,\n請參閱[用智能電話、GPS或紙繪地圖](http://learnosm.org/en/mobile-mapping/)。\n\n要使用GPX的軌跡繪畫地圖,拖放GPX檔案到編輯器上。\n如辨認得到,它就會於地圖上新增為鮮紫色的綫。\n按'地圖資料'選單右側就可顯示、\n隱藏或縮放這個新的GPX圖層。\n\nGPX軌跡不會直接上載至 OpenStreetMap - 最好的用法\n就要用來繪畫新的地圖、協助你新增特徵、\n或者用來[上載至OpenStreetMap](http://www.openstreetmap.org/trace/create)\n供其他使用者使用。\n",
+        "inspector": "# 使用檢視面版\n\n檢視面版位於畫面左側,\n你可用它編輯你選擇的特徵的詳細資料。\n\n### 選擇一個特徵種類\n\n當你新增了一個點、綫或範圍,你可以揀選它所屬的特徵,\n例如它是公路或住宅道路、起級市場或咖啡室。\n檢視面版會顯示常用的特徵種類按鈕,而你亦可\n利用尋找列搜尋其他的特徵。\n\n按一下在特徵種類按鈕右下角的 'i' ,\n就可知更多有關資訊。按一下按鈕就可選擇那個種類。\n\n### 使用表格和編輯標籤\n\n在你選擇了特徵種類後或者該特徵已有預設種類,\n檢視面版就會顯示一些相應的欄位,\n例如名稱和地址。\n\n在欄位下,你可以按一下 '新增欄位' 選單去新增\n其他資料,例如維基百科全書的連結、輪椅通道等等。\n\n於檢視面版的下方,按 '附加標籤' 就可以新增\n任意的標籤到那個物件。[Taginfo](http://taginfo.openstreetmap.org/) 可以\n提供大量有關常用標籤的組合。\n\n你在檢視面版所作的變更都會自動套用到地圖。\n你可以按 '復原' 按鈕在復原它們。\n"
     },
     "intro": {
         "navigation": {
-            "title": "å\91¨å\9c\8dæ\9c\9b",
-            "drag": "大地圖度,公家街圖資料,放喺背景之上。你想周圍望,就拖住,推上落,推左右,就好似普通網上地圖咁。**拖住地圖**",
-            "select": "å\9c\96ä¸\8aå\9c°è²\8cï¼\8cæ\9c\89ä¸\89種æ\96¹æ³\95表示ï¼\8cè\99\95ã\80\81綫å\90\8cç¯\84å\9c\8dã\80\82æ\89\80æ\9c\89å\9c°è²\8cï¼\8cé\83½ä»¥ä¸\80æ\92³å°±æ\8f\80ã\80\82**æ\92³è\99\95å\8e»æ\8f\80。**",
-            "header": "é \82é ­æ\8c\87æ\98\8eå\9c°è²\8c。",
+            "title": "å°\8eè\88ª",
+            "drag": "主要地圖顯示OpenStreetMap資料在背面之上。你可以透過拖曳與捲動來導覽,就像任何其他網絡地圖。**拖曳地圖!**",
+            "select": "å\9c°å\9c\96ç\89¹å¾µä»¥ä¸\89種æ\96¹æ³\95表示ï¼\9aé»\9eã\80\81綫æ\88\96ç¯\84å\9c\8dã\80\82æ\89\80æ\9c\89ç\89¹å¾µå\9d\87å\8f¯é»\9eé\81¸ã\80\82**æ\8c\89ä¸\80ä¸\8bé»\9eå\8e»é\81¸æ\93\87å®\83。**",
+            "header": "é \81頭顯示ç\89¹å¾µç¨®é¡\9e。",
             "pane": "一揀地貌,地貌器就出。頂頭話我哋知乜嘢地貌,主要顯示地貌屬性,如名同地址。**閂地貌器,就撳右上閂埋個掣。**"
         },
         "points": {
         },
         "areas": {
             "title": "範圍",
+            "add": "範圍是用作顯示特徵的邊界,例如湖泊、建築物和住宅區。亦可用來更細緻地標示很多平常是點的特徵。 **按一下範圍鍵來新增範圍。**",
             "corner": "要畫範圍,就用節來勾出邊界,包住範圍。**擺開始一節,喺遊樂場一角。**",
             "place": "畫範圍,就要擺多啲節。要完成範圍,就欽返頭嗰節。**畫個範圍畀遊樂場。**",
             "search": "**搵【{name}】。**",
     "presets": {
         "categories": {
             "category-building": {
-                "name": "å±\8bå®\87"
+                "name": "建ç¯\89ç\89©"
             },
             "category-golf": {
-                "name": "夫球"
+                "name": "高爾夫球"
             },
             "category-landuse": {
                 "name": "用地"
             "category-rail": {
                 "name": "軌道"
             },
+            "category-restriction": {
+                "name": "限制"
+            },
             "category-road": {
                 "name": "路"
             },
         },
         "fields": {
             "access": {
+                "label": "允許通過",
                 "options": {
                     "designated": {
                         "description": "通行與否,按法例或路牌指定",
                         "description": "限往目的地",
                         "title": "目的地"
                     },
+                    "dismount": {
+                        "description": "允許通過但騎單車者需要下車",
+                        "title": "下車"
+                    },
                     "no": {
                         "description": "公眾不通",
                         "title": "禁入"
                     },
                     "permissive": {
                         "description": "可通,直至地主唔畀。",
-                        "title": "放任"
+                        "title": "自由通過"
                     },
                     "private": {
                         "description": "要地主批准",
                         "title": "准許"
                     }
                 },
+                "placeholder": "未指明",
                 "types": {
+                    "access": "所有",
                     "bicycle": "單車",
-                    "foot": "行",
+                    "foot": "行",
                     "horse": "馬",
                     "motor_vehicle": "車"
                 }
             },
+            "access_simple": {
+                "label": "允許通過",
+                "placeholder": "是"
+            },
+            "access_toilets": {
+                "label": "通過"
+            },
             "address": {
-                "label": "å\9c°å\9f\97",
+                "label": "å\9c°å\9d\80",
                 "placeholders": {
-                    "city": "城",
-                    "street": "街"
+                    "city": "城市",
+                    "conscriptionnumber": "123",
+                    "country": "國家",
+                    "district": "地區",
+                    "hamlet": "村落",
+                    "housename": "房名",
+                    "housenumber": "123",
+                    "place": "地方",
+                    "postcode": "郵遞區號",
+                    "province": "省",
+                    "state": "州",
+                    "street": "街",
+                    "subdistrict": "分區",
+                    "suburb": "市郊"
                 }
             },
             "admin_level": {
                 "label": "行政層次"
             },
+            "aerialway": {
+                "label": "種類"
+            },
+            "aerialway/access": {
+                "label": "通過",
+                "options": {
+                    "both": "進入及離開",
+                    "entry": "進入",
+                    "exit": "出口"
+                }
+            },
+            "aerialway/bubble": {
+                "label": "車廂"
+            },
+            "aerialway/capacity": {
+                "label": "載客量 (每小時)",
+                "placeholder": "500, 2500, 5000..."
+            },
+            "aerialway/duration": {
+                "label": "車程 (分鐘)",
+                "placeholder": "1, 2, 3..."
+            },
+            "aerialway/heating": {
+                "label": "暖氣"
+            },
+            "aerialway/occupancy": {
+                "label": "車廂載客量",
+                "placeholder": "2, 4, 8..."
+            },
+            "aerialway/summer/access": {
+                "label": "開放 (夏天)",
+                "options": {
+                    "both": "進入及離開",
+                    "entry": "進入",
+                    "exit": "出口"
+                }
+            },
             "aeroway": {
                 "label": "類"
             },
             "amenity": {
                 "label": "類"
             },
+            "area/highway": {
+                "label": "種類"
+            },
             "artist": {
                 "label": "藝人"
             },
             "barrier": {
                 "label": "類"
             },
+            "bench": {
+                "label": "長椅"
+            },
             "bicycle_parking": {
                 "label": "類"
             },
             "boundary": {
                 "label": "類"
             },
+            "brand": {
+                "label": "品牌"
+            },
             "building": {
                 "label": "屋宇"
             },
                 "placeholder": "50, 100, 200..."
             },
             "cardinal_direction": {
-                "label": "方向"
+                "label": "方向",
+                "options": {
+                    "E": "東",
+                    "ENE": "東北偏東",
+                    "ESE": "東南偏東",
+                    "N": "北",
+                    "NE": "東北",
+                    "NNE": "東北偏北",
+                    "NNW": "西北偏北",
+                    "NW": "西北",
+                    "S": "南",
+                    "SE": "東南",
+                    "SSE": "東南偏南",
+                    "SSW": "西南偏南",
+                    "SW": "西南",
+                    "W": "西",
+                    "WNW": "西北偏西",
+                    "WSW": "西南偏西"
+                }
             },
             "clock_direction": {
                 "label": "方向",
             "construction": {
                 "label": "類"
             },
+            "content": {
+                "label": "內容"
+            },
             "country": {
                 "label": "國"
             },
             "covered": {
                 "label": "有蓋"
             },
+            "craft": {
+                "label": "種類"
+            },
+            "crop": {
+                "label": "裁剪"
+            },
             "crossing": {
                 "label": "類"
             },
             "cuisine": {
                 "label": "菜系"
             },
+            "cycleway": {
+                "label": "單車徑",
+                "options": {
+                    "lane": {
+                        "description": "單車徑與行車道由地上的綫分開",
+                        "title": "標準單車徑"
+                    },
+                    "none": {
+                        "description": "沒有單車徑",
+                        "title": "無"
+                    },
+                    "opposite": {
+                        "description": "單程路提供雙程行車單車徑",
+                        "title": "雙向行駛單車徑"
+                    },
+                    "opposite_lane": {
+                        "description": "與行車方向相反的單車徑"
+                    },
+                    "share_busway": {
+                        "description": "與巴士綫共享的單車徑",
+                        "title": "與巴士綫共用的單車徑"
+                    },
+                    "shared_lane": {
+                        "description": "沒有與行車道分開的單車徑",
+                        "title": "共用單車徑"
+                    },
+                    "track": {
+                        "description": "單車徑與行車道由障礙物分開",
+                        "title": "單車徑"
+                    }
+                },
+                "placeholder": "沒有",
+                "types": {
+                    "cycleway:left": "左側",
+                    "cycleway:right": "右側"
+                }
+            },
+            "delivery": {
+                "label": "外賣"
+            },
             "denomination": {
                 "label": "派"
             },
             "description": {
                 "label": "描述"
             },
+            "drive_through": {
+                "label": "免下車"
+            },
+            "electrified": {
+                "label": "電氣化",
+                "options": {
+                    "contact_line": "電纜",
+                    "no": "否",
+                    "rail": "已通電路軌",
+                    "yes": "是 (未指定)"
+                },
+                "placeholder": "電纜、已通電路軌…"
+            },
             "elevation": {
                 "label": "海拔"
             },
             "entrance": {
                 "label": "類"
             },
+            "except": {
+                "label": "例外"
+            },
             "fax": {
                 "label": "傳真",
                 "placeholder": "+852 12345678"
                 "label": "費用"
             },
             "fire_hydrant/type": {
-                "label": "類"
+                "label": "類",
+                "options": {
+                    "pillar": "柱狀/地上",
+                    "pond": "池塘",
+                    "underground": "地下",
+                    "wall": "牆上"
+                }
             },
             "fixme": {
                 "label": "整好我"
             },
+            "fuel": {
+                "label": "燃料"
+            },
+            "fuel/biodiesel": {
+                "label": "售賣生物柴油"
+            },
+            "fuel/diesel": {
+                "label": "售賣柴油"
+            },
+            "fuel/e10": {
+                "label": "售賣E10"
+            },
+            "fuel/e85": {
+                "label": "售賣E85"
+            },
+            "fuel/lpg": {
+                "label": "售賣丙烷"
+            },
+            "fuel/octane_100": {
+                "label": "售賣賽車汽油"
+            },
+            "fuel/octane_91": {
+                "label": "售賣一般汽油"
+            },
+            "fuel/octane_95": {
+                "label": "售賣中級汽油"
+            },
+            "fuel/octane_98": {
+                "label": "售賣頂級汽油"
+            },
+            "gauge": {
+                "label": "軌距"
+            },
+            "gender": {
+                "label": "性別",
+                "options": {
+                    "female": "女",
+                    "male": "男",
+                    "unisex": "單性"
+                },
+                "placeholder": "未知"
+            },
             "generator/method": {
                 "label": "方法"
             },
                 "label": "差點",
                 "placeholder": "1-18"
             },
+            "handrail": {
+                "label": "扶手"
+            },
             "highway": {
                 "label": "類"
             },
             "historic": {
                 "label": "類"
             },
+            "hoops": {
+                "placeholder": "1, 2, 4..."
+            },
             "iata": {
                 "label": "萬國航空運輸協會(IATA)"
             },
             "incline": {
                 "label": "斜"
             },
+            "incline_steps": {
+                "options": {
+                    "down": "落",
+                    "up": "上"
+                }
+            },
             "information": {
                 "label": "類"
             },
             "internet_access": {
                 "label": "用到互聯網",
                 "options": {
+                    "no": "否",
                     "terminal": "終端機",
                     "wired": "揷綫上網",
-                    "wlan": "無綫上網"
+                    "wlan": "無綫上網",
+                    "yes": "有"
                 }
             },
+            "lamp_type": {
+                "label": "種類"
+            },
             "landuse": {
                 "label": "類"
             },
                 "label": "限速",
                 "placeholder": "40, 50, 60..."
             },
+            "mtb/scale": {
+                "label": "越野單車徑難度",
+                "options": {
+                    "0": "0: 碎石/ 硬土、沒有障礙物、大弧度",
+                    "1": "1: 有些鬆散的地面、小型障礙物、大弧度",
+                    "2": "2: 較多鬆散的地面、大型障礙物、簡單急彎",
+                    "3": "3: 濕滑地面、大型障礙物、狹窄急彎",
+                    "4": "4: 鬆散的地面或大圓石、危險急彎",
+                    "5": "5: 十分困難、石灘、滑坡",
+                    "6": "6: 非精湛越野單車者不可騎越"
+                },
+                "placeholder": "0, 1, 2, 3..."
+            },
+            "mtb/scale/imba": {
+                "label": "國際越野單車協會路徑難度",
+                "options": {
+                    "0": "最容易 (白圓圈)",
+                    "1": "容易 (綠圓圈)",
+                    "2": "中等 (藍正方)",
+                    "3": "困難 (黑鑽石)",
+                    "4": "極度困難 (雙黑鑽石)"
+                },
+                "placeholder": "容易、中等、困難 …"
+            },
+            "mtb/scale/uphill": {
+                "placeholder": "0, 1, 2, 3..."
+            },
             "name": {
                 "label": "名",
                 "placeholder": "常用名(若有)"
                 "label": "類"
             },
             "oneway": {
-                "label": "單程"
+                "label": "單程",
+                "options": {
+                    "no": "否",
+                    "yes": "有"
+                }
             },
             "oneway_yes": {
-                "label": "單程"
+                "label": "單程",
+                "options": {
+                    "no": "否",
+                    "yes": "有"
+                }
             },
             "opening_hours": {
                 "label": "時間"
                 "label": "泊車轉乖"
             },
             "parking": {
-                "label": "類"
+                "label": "類",
+                "options": {
+                    "multi-storey": "多層",
+                    "sheds": "有蓋",
+                    "surface": "地面",
+                    "underground": "地下"
+                }
             },
             "phone": {
                 "label": "電話",
                 "placeholder": "+852 12345678"
             },
+            "piste/difficulty": {
+                "label": "難度",
+                "options": {
+                    "advanced": "進階 (黑鑽)",
+                    "easy": "容易 (綠圓圈)",
+                    "expert": "專家 (雙黑鑽)",
+                    "extreme": "極困難 (需要攀登工具)"
+                }
+            },
+            "piste/grooming": {
+                "options": {
+                    "mogul": "花式"
+                }
+            },
+            "piste/type": {
+                "label": "種類"
+            },
             "place": {
                 "label": "類"
             },
+            "population": {
+                "label": "人口"
+            },
             "power": {
                 "label": "類"
             },
             "railway": {
                 "label": "類"
             },
+            "recycling/cans": {
+                "label": "可收金屬罐"
+            },
+            "recycling/clothes": {
+                "label": "可收衣物"
+            },
+            "recycling/glass": {
+                "label": "可收玻璃"
+            },
+            "recycling/glass_bottles": {
+                "label": "可收玻璃瓶"
+            },
+            "recycling/paper": {
+                "label": "可收廢紙"
+            },
+            "recycling/plastic": {
+                "label": "可收塑膠"
+            },
+            "recycling/type": {
+                "label": "回收種類",
+                "options": {
+                    "centre": "回收中心"
+                }
+            },
             "ref": {
                 "label": "參攷"
             },
             "restriction": {
                 "label": "類"
             },
+            "restrictions": {
+                "label": "轉彎限制"
+            },
             "route": {
                 "label": "類"
             },
             "route_master": {
                 "label": "類"
             },
+            "sac_scale": {
+                "label": "遠足難度"
+            },
+            "seasonal": {
+                "label": "季節性"
+            },
             "service": {
                 "label": "類"
             },
+            "service/bicycle/chain_tool": {
+                "options": {
+                    "no": "否",
+                    "yes": "有"
+                }
+            },
+            "service/bicycle/pump": {
+                "label": "泵氣設備",
+                "options": {
+                    "no": "否",
+                    "yes": "有"
+                }
+            },
+            "service_rail": {
+                "options": {
+                    "crossover": "渡線",
+                    "siding": "側線",
+                    "spur": "支線",
+                    "yard": "貨場"
+                }
+            },
             "shelter": {
                 "label": "有天遮"
             },
             "shelter_type": {
-                "label": "類"
+                "label": "類"
             },
             "shop": {
-                "label": "類"
+                "label": "種類"
+            },
+            "smoking": {
+                "options": {
+                    "isolated": "於實質上隔開的吸煙區",
+                    "no": "任何地方都不可吸煙",
+                    "outside": "可於室外吸煙",
+                    "separated": "無有隔開的吸煙區",
+                    "yes": "所有地方均可吸煙"
+                },
+                "placeholder": "禁止、隔開、可以"
+            },
+            "smoothness": {
+                "label": "順滑度"
             },
             "source": {
                 "label": "來源"
             "sport": {
                 "label": "運動"
             },
+            "sport_ice": {
+                "label": "運動"
+            },
+            "sport_racing": {
+                "label": "運動"
+            },
             "structure": {
                 "label": "結構",
                 "options": {
-                    "bridge": "橋",
+                    "bridge": "橋",
                     "cutting": "開山",
                     "embankment": "基堤",
+                    "ford": "淺灘",
                     "tunnel": "隧道"
                 },
                 "placeholder": "未知"
             },
+            "studio_type": {
+                "label": "種類"
+            },
+            "substation": {
+                "label": "種類"
+            },
             "supervised": {
-                "label": "有人睇"
+                "label": "受監察"
             },
             "surface": {
                 "label": "表面"
             },
+            "tactile_paving": {
+                "label": "盲人引路徑"
+            },
+            "takeaway": {
+                "label": "外賣",
+                "options": {
+                    "no": "不可",
+                    "only": "只可外賣",
+                    "yes": "可以"
+                },
+                "placeholder": "可以、不可、只可外賣…"
+            },
             "toilets/disposal": {
                 "label": "棄置"
             },
             "towertype": {
                 "label": "塔類"
             },
+            "traffic_signals": {
+                "label": "訊號種類"
+            },
             "trail_visibility": {
-                "label": "徑明顯度"
+                "label": "路徑可見度"
+            },
+            "trees": {
+                "label": "樹"
+            },
+            "tunnel": {
+                "label": "隧道"
             },
             "vending": {
-                "label": "貨類"
+                "label": "貨品種類"
             },
             "water": {
                 "label": "類"
             "wheelchair": {
                 "label": "可通輪椅"
             },
+            "width": {
+                "label": "濶度(米)"
+            },
             "wikipedia": {
                 "label": "維基百科全書"
             }
         },
         "presets": {
             "address": {
-                "name": "å\9c°å\9f\97",
+                "name": "å\9c°å\9d\80",
                 "terms": "Address,地址,地埗,址"
             },
+            "aerialway": {
+                "name": "纜車路線",
+                "terms": "吊車、纜車、索道"
+            },
             "aeroway": {
                 "name": "航空設施",
                 "terms": "Aeroway,機場,機場相關設施,機場相關道路,航空,航空設施"
                 "name": "洗車舖",
                 "terms": "Car Wash,洗車,洗車店,洗車舖"
             },
+            "amenity/casino": {
+                "name": "賭場",
+                "terms": "賭場"
+            },
             "amenity/cinema": {
                 "name": "電影戲院",
                 "terms": "Cinema,戲院,電影,電影戲院,電影院"
                 "name": "大會堂",
                 "terms": "Town Hall,大會堂,市政府,市政廳"
             },
-            "amenity/vending_machine": {
-                "name": "售賣機",
-                "terms": "Vending Machine,å\94®è³£æ©\9f\87ªå\8b³å\8b\95è³£æ©\9f"
+            "amenity/veterinary": {
+                "name": "獸醫",
+                "terms": "ç\8d¸é\86«, å\8b\95ç\89©é\86«ç\94\9f"
             },
             "amenity/waste_basket": {
                 "name": "垃圾桶",
                 "name": "行人路",
                 "terms": "Sidewalk,行人路"
             },
+            "ford": {
+                "name": "淺灘"
+            },
             "golf/bunker": {
                 "name": "沙坑",
                 "terms": "Sand Trap,沙坑"
                 "name": "消閒",
                 "terms": "Leisure,休閑場所,休閒設施,消閒"
             },
+            "leisure/bowling_alley": {
+                "name": "保齡球場",
+                "terms": "保齡球場"
+            },
             "leisure/common": {
                 "name": "公地",
                 "terms": "Common,公共用地,公地"
                 "name": "船排",
                 "terms": "Slipway,船排,船架滑道,船臺"
             },
+            "leisure/sports_center": {
+                "name": "體育中心 / 健身室",
+                "terms": "體育中心, 健身室, 健身中心, 健身房"
+            },
             "leisure/stadium": {
                 "name": "大體育館",
                 "terms": "Stadium,大體育館,體育,體育場"
                 "name": "人造",
                 "terms": "Man Made,人造,人造構築,人造物"
             },
+            "man_made/adit": {
+                "name": "礦坑口",
+                "terms": "礦坑口, 礦洞口"
+            },
             "man_made/breakwater": {
                 "name": "防波堤",
                 "terms": "Breakwater,防波堤"
                 "name": "燈塔",
                 "terms": "Lighthouse,燈塔"
             },
+            "man_made/mast": {
+                "name": "無線電杆",
+                "terms": "無線電杆, 天線杆"
+            },
             "man_made/observation": {
                 "name": "瞭望臺",
                 "terms": "Observation Tower,瞭望塔,瞭望臺"
             },
+            "man_made/petroleum_well": {
+                "name": "油井",
+                "terms": "油井"
+            },
             "man_made/pier": {
                 "name": "埗頭",
                 "terms": "Pier,埗頭,碼頭"
                 "name": "水管",
                 "terms": "Pipeline,水管,管道"
             },
+            "man_made/silo": {
+                "name": "筒倉",
+                "terms": "筒倉, 直立式儲存倉"
+            },
+            "man_made/storage_tank": {
+                "name": "貯存箱",
+                "terms": "貯存缸, 儲存缸, 貯油缸, 貯水箱, 儲油缸, 儲水箱"
+            },
             "man_made/survey_point": {
                 "name": "測量點",
                 "terms": "Survey Point,測量點"
                 "name": "水塔",
                 "terms": "Water Tower,水塔"
             },
+            "man_made/water_well": {
+                "name": "水井",
+                "terms": "水井, 井"
+            },
             "man_made/water_works": {
                 "name": "供水廠",
                 "terms": "Water Works,供水廠,水務設施"
                 "name": "地堡",
                 "terms": "Bunker,地堡,暗堡"
             },
+            "military/checkpoint": {
+                "name": "檢查站",
+                "terms": "檢查站, 檢查點"
+            },
+            "military/danger_area": {
+                "name": "危險區",
+                "terms": "危險地區, 危險區域, 危險範圍"
+            },
+            "military/naval_base": {
+                "name": "海軍基地",
+                "terms": "海軍基地"
+            },
+            "military/obstacle_course": {
+                "name": "越障訓練場",
+                "terms": "越障訓練場"
+            },
             "military/range": {
                 "name": "操炮區",
                 "terms": "Military Range,操炮區,軍事範圍"
             },
+            "military/training_area": {
+                "name": "訓練場地",
+                "terms": "訓練場, 練習場地, 練習場"
+            },
             "natural": {
                 "name": "天然",
                 "terms": "Natural,天然,自然,自然物件"
                 "name": "灘",
                 "terms": "Beach,沙灘,海灘,灘"
             },
+            "natural/cave_entrance": {
+                "name": "洞穴入口",
+                "terms": "洞穴入口"
+            },
             "natural/cliff": {
                 "name": "崖",
                 "terms": "Cliff,崖,懸崖"
                 "name": "峯",
                 "terms": "Peak,山峰,山頂,峯"
             },
+            "natural/saddle": {
+                "name": "山鞍",
+                "terms": "山鞍"
+            },
             "natural/scree": {
                 "name": "碎石坡",
                 "terms": "Scree,碎石坡"
                 "name": "樹",
                 "terms": "Tree,木,樹"
             },
+            "natural/tree_row": {
+                "name": "樹排",
+                "terms": "樹行"
+            },
+            "natural/volcano": {
+                "name": "火山",
+                "terms": "火山"
+            },
             "natural/water": {
                 "name": "水",
                 "terms": "Water,水"
                 "name": "旅行社",
                 "terms": "Travel Agency,旅行社"
             },
+            "piste": {
+                "name": "滑雪道",
+                "terms": "滑雪道"
+            },
             "place": {
                 "name": "地",
                 "terms": "Place,地,地方,地點"
                 "name": "城",
                 "terms": "City,城,城市"
             },
+            "place/farm": {
+                "name": "農場",
+                "terms": "農場, 農田, 農莊"
+            },
             "place/hamlet": {
                 "name": "村仔",
                 "terms": "Hamlet,村仔,村莊"
                 "name": "地方",
                 "terms": "Locality,地方,地點,地點(無人定居)"
             },
+            "place/neighbourhood": {
+                "name": "近鄰",
+                "terms": "近鄰"
+            },
+            "place/suburb": {
+                "name": "自治鎮",
+                "terms": "自治鎮, 自治市鎮"
+            },
             "place/town": {
                 "name": "鎮",
                 "terms": "Town,城鎮,市鎮,鎮"
                 "name": "配電站",
                 "terms": "Substation,變電站,配電站"
             },
+            "power/substation": {
+                "name": "變壓站",
+                "terms": "變壓站, 配電站, 電力分站"
+            },
             "power/tower": {
                 "name": "高壓電塔",
                 "terms": "High-Voltage Tower,高壓輸電塔,高壓電塔"
                 "name": "停用鐵路",
                 "terms": "Disused Railway,停用鐵路,廢棄的鐵路"
             },
+            "railway/funicular": {
+                "name": "纜索鐵道",
+                "terms": "纜索鐵道, 索道, 纜車"
+            },
             "railway/halt": {
                 "name": "火車細站",
                 "terms": "Railway Halt,小火車站,火車站仔,火車細站"
             },
+            "railway/level_crossing": {
+                "name": "鐵路交滙處",
+                "terms": "鐵路平交道, 鐵道平交道, 平交道, 交滙處, 交匯處"
+            },
             "railway/monorail": {
                 "name": "單軌",
                 "terms": "Monorail,單軌,單軌鐵路,單軌電車"
             },
+            "railway/narrow_gauge": {
+                "name": "窄軌鐵路",
+                "terms": "窄軌鐵路, 窄軌鐵道"
+            },
             "railway/platform": {
                 "name": "月臺",
                 "terms": "Railway Platform,月臺,站臺,鐵道月台"
                 "name": "關係",
                 "terms": "Relation,關係,關系"
             },
+            "roundabout": {
+                "name": "廻旋處",
+                "terms": "廻旋處, 圓環"
+            },
             "route/ferry": {
                 "name": "航綫",
                 "terms": "Ferry Route,渡輪航線,航綫,航線"
                 "name": "酒莊",
                 "terms": "Liquor Store,酒店,酒莊,酒類商店"
             },
+            "shop/anime": {
+                "name": "動漫店",
+                "terms": "動漫店"
+            },
+            "shop/antiques": {
+                "name": "古董店",
+                "terms": "古董店, 古玩店"
+            },
+            "shop/art": {
+                "name": "畫廊",
+                "terms": "畫廊"
+            },
+            "shop/baby_goods": {
+                "name": "嬰兒用品店",
+                "terms": "嬰兒用品店, BB用品店"
+            },
+            "shop/bag": {
+                "name": "袋/行李店",
+                "terms": "行李店, 袋店"
+            },
             "shop/bakery": {
                 "name": "麪飽舖同餅家",
                 "terms": "Bakery,餅家,餅店,餅舖,麪包舖,麪飽店,麪飽舖,麵包店,麵包舖,麵飽店"
                 "name": "美容院",
                 "terms": "Beauty Shop,指甲美容,理容院,美妝店,美容店,美容院,護膚中心"
             },
+            "shop/bed": {
+                "name": "寢具/床褥店",
+                "terms": "寢具店, 床褥店, 床墊店, 床具店, 寢室用品店, 床上用品店, 睡房用品店"
+            },
             "shop/beverages": {
                 "name": "飲品舖",
                 "terms": "Beverage Store,飲品店,飲品舖"
                 "name": "單車舖",
                 "terms": "Bicycle Shop,單車店,單車舖,自行車店"
             },
+            "shop/books": {
+                "name": "書店",
+                "terms": "書局"
+            },
             "shop/boutique": {
                 "name": "時裝店",
                 "terms": "Boutique,時裝店,服飾店,精品店"
                 "name": "肉舖",
                 "terms": "Butcher,肉舖,肉販,肉鋪"
             },
+            "shop/candles": {
+                "name": "蠟燭店",
+                "terms": "蠟燭店"
+            },
             "shop/car": {
                 "name": "車行",
                 "terms": "Car Dealership,車行"
                 "name": "車房",
                 "terms": "Car Repair Shop,汽車修理店,汽車維修店,車房"
             },
+            "shop/carpet": {
+                "name": "地毯店",
+                "terms": "地氈店"
+            },
+            "shop/cheese": {
+                "name": "芝士店",
+                "terms": "芝士店, 起司店"
+            },
             "shop/chemist": {
                 "name": "註冊藥房",
                 "terms": "Chemist,藥房,藥行,註冊藥房"
             },
+            "shop/chocolate": {
+                "name": "朱古力店",
+                "terms": "巧克力店"
+            },
             "shop/clothes": {
                 "name": "衫舖",
                 "terms": "Clothing Store,服裝店,服飾店,衫舖"
                 "name": "電腦舖",
                 "terms": "Computer Store,電腦店,電腦舖"
             },
+            "shop/confectionery": {
+                "name": "糖果店",
+                "terms": "糖店"
+            },
             "shop/convenience": {
                 "name": "便利店",
                 "terms": "Convenience Store,便利店"
             },
+            "shop/copyshop": {
+                "name": "影印店",
+                "terms": "影印店"
+            },
+            "shop/cosmetics": {
+                "name": "化妝品店",
+                "terms": "化妝品店"
+            },
             "shop/deli": {
                 "name": "食肆",
                 "terms": "Deli,熟食店,美食店,食肆"
index 7c08de2a7ef041aac05777c0cea39557ad3f34e0..042357c78a86a031d04c61f8125f735d82448fc4 100644 (file)
         },
         "merge": {
             "title": "合併",
-            "description": "å\90\88ä½µé\80\99äº\9bç·\9a段ã\80\82",
+            "description": "å\90\88ä½µé\80\99äº\9bç\89¹å¾µ",
             "key": "C",
-            "annotation": "合併了 {n} 條線段。",
+            "annotation": "合併 {n} 個特徵",
             "not_eligible": "不能合併這些物件。",
-            "not_adjacent": "é\80\99äº\9bç·\9a段並ä¸\8dé\80£æ\8e¥ï¼\8cä¸\8dè\83½å\90\88ä½µ。",
-            "restriction": "é\80\99äº\9bç·\9a段ä¸\8dè\83½å\90\88ä½µï¼\8cå\9b ç\82ºå\85¶ä¸­æ\9c\80å°\91æ\9c\89ä¸\80æ¢\9dç·\9a段æ\98¯\"{relation}\" é\97\9cä¿\82ç\9a\84成員。",
+            "not_adjacent": "é\80\99äº\9bç\89¹å¾µä¸¦ä¸\8dè\83½å\90\88ä½µï¼\8cå\9b ç\82ºå®\83å\80\91並ä¸\8dç\9b¸é\80£。",
+            "restriction": "é\80\99äº\9bç\89¹å¾µä¸¦ä¸\8dè\83½å\90\88ä½µï¼\8cå\9b ç\82ºå\85¶ä¸­ä¸\80å\80\8bæ\98¯é\97\9cè\81¯ \"{relation}\" 成員。",
             "incomplete_relation": "這些物件不能合併,因為其中最少有一件未有完全下載。",
-            "conflicting_tags": "é\80\99äº\9bç·\9a段並ä¸\8dè\83½å\90\88ä½µï¼\8cå\9b ç\82ºå®\83å\80\91ç\9a\84æ¨\99籤並ä¸\8dä¸\80樣。"
+            "conflicting_tags": "é\80\99äº\9bç\89¹å¾µä¸¦ä¸\8dè\83½å\90\88å\84\80ï¼\8cå\9b ç\82ºå®\83å\80\91æ\9c\89彼此è¡\9dçª\81ç\9a\84æ¨\99籤。"
         },
         "move": {
             "title": "移動",
         "nothing": "沒有動作可以重做。"
     },
     "tooltip_keyhint": "快速鍵",
-    "browser_notice": "這編輯器支援Firefox、Chrome、Safari、Opera及Internet Explorer 9或以上。請先把你的瀏覽器升級或使用Potlatch 2來編輯地圖。",
+    "browser_notice": "iD 編輯器支援 Firefox、Chrome、Safari、Opera 和 Internet Explorer 11 以上的版本。請升級你的瀏覽器或是使用 Potlatch 2 來編輯地圖。",
     "translate": {
         "translate": "翻譯",
         "localized_translation_label": "多語言名稱",
         "fix_misalignment": "校準",
         "reset": "重設",
         "minimap": {
-            "description": "小地圖",
+            "description": "小地圖",
             "tooltip": "顯示縮小的地圖幫助你確認所在區域的位置"
         }
     },
                 "label": "差點",
                 "placeholder": "1-18"
             },
+            "handrail": {
+                "label": "扶手"
+            },
             "highway": {
                 "label": "種類"
             },
                 "label": "速度限制",
                 "placeholder": "40, 50, 60..."
             },
+            "maxstay": {
+                "label": "可停留時間"
+            },
             "mtb/scale": {
                 "label": "越越單車難度",
                 "options": {
             },
             "amenity/bus_station": {
                 "name": "公車轉運站",
-                "terms": "客運站"
+                "terms": "客運站,轉運站"
             },
             "amenity/cafe": {
                 "name": "咖啡廳",
             },
             "amenity/charging_station": {
                 "name": "充電站",
-                "terms": "充電站"
+                "terms": "充電站, 電池交換站"
             },
             "amenity/childcare": {
                 "name": "托兒所/托嬰處",
             },
             "amenity/community_centre": {
                 "name": "社區中心",
-                "terms": "社區發展協會,里活動中心,村活動中心"
+                "terms": "社區發展協會,里活動中心,村活動中心,市民活動中心"
             },
             "amenity/compressed_air": {
                 "name": "壓縮空氣",
                 "name": "大學範圍",
                 "terms": "大學,大專,大學用地"
             },
-            "amenity/vending_machine": {
+            "amenity/vending_machine/cigarettes": {
+                "name": "香煙販賣機",
+                "terms": "香煙自動販賣機,販賣機"
+            },
+            "amenity/vending_machine/condoms": {
+                "name": "保險套販賣機",
+                "terms": "保險套自動販賣機,販賣機"
+            },
+            "amenity/vending_machine/drinks": {
+                "name": "飲料販賣機",
+                "terms": "飲料自動販賣機,販賣機"
+            },
+            "amenity/vending_machine/excrement_bags": {
+                "name": "糞便袋販賣機",
+                "terms": "糞便袋自動販賣機,販賣機"
+            },
+            "amenity/vending_machine/news_papers": {
+                "name": "報紙販賣機",
+                "terms": "新聞紙販賣機,報紙自動販賣機,販賣機"
+            },
+            "amenity/vending_machine/parcel_pickup_dropoff": {
+                "name": "包裹分揀/寄物販賣機",
+                "terms": "包裹分揀/寄物自動販賣機,販賣機"
+            },
+            "amenity/vending_machine/parking_tickets": {
+                "name": "停車場繳費機",
+                "terms": "停車場自動繳費機,停車場收費機,販賣機"
+            },
+            "amenity/vending_machine/public_transport_tickets": {
+                "name": "車票販賣機",
+                "terms": "車票自動販賣機,交通票券販賣機"
+            },
+            "amenity/vending_machine/sweets": {
+                "name": "零食販賣機",
+                "terms": "點心販賣機,販 賣機"
+            },
+            "amenity/vending_machine/vending_machine": {
                 "name": "自動販賣機",
                 "terms": "販賣機"
             },
             "amenity/veterinary": {
                 "name": "獸醫院",
-                "terms": "獸醫診所"
+                "terms": "獸醫診所, 動物醫院"
             },
             "amenity/waste_basket": {
                 "name": "垃圾筒",
                 "terms": "小屋,船艙"
             },
             "building/cathedral": {
-                "name": "大教堂",
+                "name": "大教堂建築",
                 "terms": "大教堂"
             },
             "building/chapel": {
-                "name": "小聖堂",
+                "name": "小聖堂建築",
                 "terms": "小聖堂"
             },
             "building/church": {
-                "name": "教堂",
+                "name": "教堂建築",
                 "terms": "教堂"
             },
             "building/college": {
             },
             "highway/bus_stop": {
                 "name": "公車站",
-                "terms": "公共汽車站"
+                "terms": "公共汽車站,站牌,公車站牌,公車停靠站,巴士站,巴士站牌,巴士停靠站"
             },
             "highway/corridor": {
                 "name": "室內走廊",
             },
             "historic": {
                 "name": "歷史景點",
-                "terms": "歷史景點"
+                "terms": "歷史景點, 古蹟"
             },
             "historic/archaeological_site": {
                 "name": "考古地點",
             },
             "landuse/allotments": {
                 "name": "社區農園",
-                "terms": "社區田圃,城市農園,社區園圃,社區農地"
+                "terms": "社區田圃,城市農園,社區園圃,社區農地,都市農園"
             },
             "landuse/basin": {
                 "name": "水池",
                 "terms": "船架滑道"
             },
             "leisure/sports_center": {
-                "name": "é«\94è\82\93中心/健身室",
+                "name": "é«\94è\82²中心/健身室",
                 "terms": "體育中心/健身房"
             },
             "leisure/stadium": {
             },
             "man_made/petroleum_well": {
                 "name": "油井",
-                "terms": "基地台,無線通訊基地臺,無線通訊基地台"
+                "terms": "油井"
             },
             "man_made/pier": {
                 "name": "碼頭",
                 "terms": "地窖,筒倉"
             },
             "man_made/storage_tank": {
-                "name": "儲油槽,",
+                "name": "儲油槽",
                 "terms": "存放槽,油罐,儲罐,儲水槽,儲汽槽"
             },
             "man_made/survey_point": {
                 "name": "測量點",
-                "terms": "三角點,土地測量點"
+                "terms": "三角點,土地測量點,控制點"
             },
             "man_made/tower": {
                 "name": "塔",
             },
             "man_made/wastewater_plant": {
                 "name": "污水處理廠",
-                "terms": "污水處理廠,"
+                "terms": "污水處理廠,水資源回收中心"
             },
             "man_made/water_tower": {
                 "name": "水塔",
             },
             "office/estate_agent": {
                 "name": "房地產仲介",
-                "terms": "地產代理"
+                "terms": "地產代理,房仲,不動產仲介"
             },
             "office/financial": {
                 "name": "金融機構辦公室",
             },
             "office/insurance": {
                 "name": "保險公司辦公室",
-                "terms": "保險公司"
+                "terms": "保險公司,人壽公司"
             },
             "office/it": {
                 "name": "資訊科技公司辦公室",
             },
             "shop/bed": {
                 "name": "床具/寐具店",
-                "terms": "床具/寐具店"
+                "terms": "床具店,寐具店,寢具店"
             },
             "shop/beverages": {
                 "name": "飲品店",
                 "terms": "藥妝店"
             },
             "shop/chocolate": {
-                "name": "å·§å\85\8bå\88©店",
-                "terms": "å·§å\85\8bå\88©商店"
+                "name": "å·§å\85\8bå\8a\9b店",
+                "terms": "å·§å\85\8bå\8a\9b商店"
             },
             "shop/clothes": {
                 "name": "服飾店",
             },
             "shop/craft": {
                 "name": "工藝品店",
-                "terms": "工藝品店,工藝品商店,手工藝店"
+                "terms": "工藝品店,工藝品商店,手工藝店,手作工坊"
             },
             "shop/curtain": {
                 "name": "窗廉店",
             },
             "shop/farm": {
                 "name": "產地直銷店",
-                "terms": "農場直賣店,農場直銷店"
+                "terms": "農場直賣店,農場直銷店,特產店"
             },
             "shop/fashion": {
                 "name": "時尚店",
             },
             "shop/frame": {
                 "name": "表框店",
-                "terms": "表框店"
+                "terms": "表框店, 裱框店"
             },
             "shop/funeral_directors": {
                 "name": "殯儀館",
             },
             "shop/religion": {
                 "name": "宗教用品店",
-                "terms": "宗教用品商店,金紙店"
+                "terms": "宗教用品商店, 金紙店, 香鋪"
             },
             "shop/scuba_diving": {
                 "name": "潛水用品店",
             },
             "type/route/bus": {
                 "name": "公車路線",
-                "terms": "公共汽車路線,客運路線"
+                "terms": "公共汽車路線,客運路線,巴士路線"
             },
             "type/route/detour": {
                 "name": "繞道路線",
index e5f1d66c46baaafcd8f34bf15e9894c2fd4fa53c..0b0dd3a95200d4f9e4e4f4230b7c640294214fbc 100644 (file)
         },
         "merge": {
             "title": "合并",
-            "description": "合并这些线。",
             "key": "C",
-            "annotation": "合并{n}条线。",
-            "not_eligible": "这些要素不能被合并。",
-            "not_adjacent": "这些线段并不连接,不能合并。"
+            "not_eligible": "这些要素不能被合并。"
         },
         "move": {
             "title": "移动",
         "nothing": "没有可重做的。"
     },
     "tooltip_keyhint": "快捷方式",
-    "browser_notice": "该编辑器支持Firefox、Chrome、Safari、Opera和Internet Explorer9及以上的浏览器。请升级您的浏览器或者使用Potlatch 2来编辑地图。",
     "translate": {
         "translate": "翻译",
         "localized_translation_label": "多种语言名称",
index a76c6c50276b01e45a9ca93ab5a0d97c29e680fb..270a6ae9d520ea76e46294ae2032e58e1ff844ab 100644 (file)
@@ -254,6 +254,314 @@ iD.data.imagery = [
         ],
         "terms_text": "AGRI"
     },
+    {
+        "name": "Belgium AGIV Orthophoto Flanders",
+        "type": "tms",
+        "template": "http://tile.informatievlaanderen.be/ws/raadpleegdiensten/wmts?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=omwrgbmrvl&STYLE=&FORMAT=image/png&tileMatrixSet=GoogleMapsVL&tileMatrix={zoom}&tileRow={y}&tileCol={x}",
+        "scaleExtent": [
+            0,
+            21
+        ],
+        "polygon": [
+            [
+                [
+                    2.522393220658428,
+                    51.101723961331
+                ],
+                [
+                    3.1260610915867457,
+                    51.34117672029327
+                ],
+                [
+                    3.174929443042849,
+                    51.382459567439525
+                ],
+                [
+                    3.3761520666856217,
+                    51.38784154353026
+                ],
+                [
+                    3.410647373595811,
+                    51.33040116175589
+                ],
+                [
+                    3.4020235468682634,
+                    51.28547573497245
+                ],
+                [
+                    3.4911364230529203,
+                    51.256700377228974
+                ],
+                [
+                    3.4825125963253734,
+                    51.30345118353617
+                ],
+                [
+                    3.5773746903283947,
+                    51.323216048914524
+                ],
+                [
+                    3.813092620881357,
+                    51.27288873325703
+                ],
+                [
+                    3.8217164476089045,
+                    51.236906864834886
+                ],
+                [
+                    3.9309515861578386,
+                    51.236906864834886
+                ],
+                [
+                    4.054559769252684,
+                    51.27468708752057
+                ],
+                [
+                    4.20116482362099,
+                    51.35194974615148
+                ],
+                [
+                    4.169544125619984,
+                    51.38066543475199
+                ],
+                [
+                    4.342020660170932,
+                    51.395016527087456
+                ],
+                [
+                    4.3650175314443915,
+                    51.46491366130351
+                ],
+                [
+                    4.5374940659953396,
+                    51.50071687469512
+                ],
+                [
+                    4.571989372905529,
+                    51.479238319799464
+                ],
+                [
+                    4.560490937268798,
+                    51.44879304380801
+                ],
+                [
+                    4.638105377816725,
+                    51.45058450468522
+                ],
+                [
+                    4.750215125274841,
+                    51.5239738914927
+                ],
+                [
+                    4.8364533925503155,
+                    51.507874144493115
+                ],
+                [
+                    5.080795149830825,
+                    51.49892738159079
+                ],
+                [
+                    5.135412719105292,
+                    51.447001512638565
+                ],
+                [
+                    5.106666630013469,
+                    51.391429175957505
+                ],
+                [
+                    5.264770120018504,
+                    51.31782647548482
+                ],
+                [
+                    5.264770120018504,
+                    51.28727359653538
+                ],
+                [
+                    5.4085005654776275,
+                    51.292666758936925
+                ],
+                [
+                    5.486115006025553,
+                    51.325012432665545
+                ],
+                [
+                    5.5809771000285755,
+                    51.28367780302667
+                ],
+                [
+                    5.583851708937758,
+                    51.23510703218069
+                ],
+                [
+                    5.767826679125435,
+                    51.20449910348059
+                ],
+                [
+                    5.8770618176743685,
+                    51.161253258857485
+                ],
+                [
+                    5.704585283123422,
+                    50.80292546633848
+                ],
+                [
+                    5.905807906766195,
+                    50.7865720955422
+                ],
+                [
+                    5.9374286047672005,
+                    50.732019528192964
+                ],
+                [
+                    5.902933297857012,
+                    50.70107817444857
+                ],
+                [
+                    5.8138204216723555,
+                    50.69379488717487
+                ],
+                [
+                    5.615472406938765,
+                    50.761122144578216
+                ],
+                [
+                    5.500488050571466,
+                    50.71200098472672
+                ],
+                [
+                    5.204403332925673,
+                    50.70289881954383
+                ],
+                [
+                    5.164158808197117,
+                    50.67558172042608
+                ],
+                [
+                    5.037676016193088,
+                    50.70107817444857
+                ],
+                [
+                    4.988807664736986,
+                    50.750210783384084
+                ],
+                [
+                    4.916942442007425,
+                    50.72656077355532
+                ],
+                [
+                    4.790459650003396,
+                    50.766576871275696
+                ],
+                [
+                    4.681224511454462,
+                    50.77021300246129
+                ],
+                [
+                    4.6697260758177315,
+                    50.73565834458533
+                ],
+                [
+                    4.287403090896464,
+                    50.67922491935501
+                ],
+                [
+                    3.91082932379356,
+                    50.677403355240585
+                ],
+                [
+                    3.718230526878334,
+                    50.752029520237265
+                ],
+                [
+                    3.6549891308763196,
+                    50.71200098472672
+                ],
+                [
+                    3.5342555566906557,
+                    50.710180693059606
+                ],
+                [
+                    3.514133294326379,
+                    50.741116039142966
+                ],
+                [
+                    3.45664111614273,
+                    50.74384464791457
+                ],
+                [
+                    3.373277457776438,
+                    50.69561581502901
+                ],
+                [
+                    3.310036061774423,
+                    50.70745012302645
+                ],
+                [
+                    3.2899137994101473,
+                    50.7365680045137
+                ],
+                [
+                    3.1648683118607086,
+                    50.742935129324266
+                ],
+                [
+                    3.1318103094051106,
+                    50.77203096207303
+                ],
+                [
+                    3.080067349039826,
+                    50.76021296163662
+                ],
+                [
+                    2.8745328120332805,
+                    50.73929687829333
+                ],
+                [
+                    2.8960923788521487,
+                    50.71109084772858
+                ],
+                [
+                    2.8745328120332805,
+                    50.69561581502901
+                ],
+                [
+                    2.796918371485353,
+                    50.70289881954383
+                ],
+                [
+                    2.699181668573149,
+                    50.80020030189157
+                ],
+                [
+                    2.6201299235706315,
+                    50.79747497850781
+                ],
+                [
+                    2.5698242676599374,
+                    50.85830267681076
+                ],
+                [
+                    2.5669496587507554,
+                    50.923581424665855
+                ],
+                [
+                    2.6028822701155367,
+                    50.94984841176044
+                ],
+                [
+                    2.549702005295661,
+                    50.996006093918574
+                ],
+                [
+                    2.522393220658428,
+                    51.101723961331
+                ]
+            ]
+        ],
+        "terms_text": "Orthophoto Flanders most recent (c) AGIV",
+        "overlay": true,
+        "best": true
+    },
     {
         "name": "Bing aerial imagery",
         "type": "bing",
@@ -2625,405 +2933,1059 @@ iD.data.imagery = [
         "terms_text": "Ortofoto public domain ÚHUL, year 2000"
     },
     {
-        "name": "Freemap.sk Car",
+        "name": "FR-BAN",
         "type": "tms",
-        "template": "http://t{switch:1,2,3,4}.freemap.sk/A/{zoom}/{x}/{y}.jpeg",
+        "description": "French address registry or Base Adresses Nationale",
+        "template": "http://{switch:a,b,c}.layers.openstreetmap.fr/bano/{zoom}/{x}/{y}.png",
         "scaleExtent": [
-            8,
-            16
+            12,
+            20
         ],
         "polygon": [
             [
                 [
-                    19.83682,
-                    49.25529
+                    8.3247852,
+                    49.0891892
                 ],
                 [
-                    19.80075,
-                    49.42385
+                    6.1566882,
+                    49.6167369
                 ],
                 [
-                    19.60437,
-                    49.48058
+                    4.8666714,
+                    50.2126152
                 ],
                 [
-                    19.49179,
-                    49.63961
+                    2.4937064,
+                    51.1761675
                 ],
                 [
-                    19.21831,
-                    49.52604
+                    1.3121526,
+                    50.9324682
                 ],
                 [
-                    19.16778,
-                    49.42521
+                    1.2659981,
+                    50.1877492
                 ],
                 [
-                    19.00308,
-                    49.42236
+                    0.1121369,
+                    49.8258592
                 ],
                 [
-                    18.97611,
-                    49.5308
+                    -0.3494075,
+                    49.4312336
                 ],
                 [
-                    18.54685,
-                    49.51425
+                    -1.0232625,
+                    49.4852345
                 ],
                 [
-                    18.31432,
-                    49.33818
+                    -1.3278818,
+                    49.7901162
                 ],
                 [
-                    18.15913,
-                    49.2961
+                    -2.1032765,
+                    49.7901162
                 ],
                 [
-                    18.05564,
-                    49.11134
+                    -1.6232703,
+                    48.7420657
                 ],
                 [
-                    17.56396,
-                    48.84938
+                    -3.1002126,
+                    48.9728514
                 ],
                 [
-                    17.17929,
-                    48.88816
+                    -5.1125465,
+                    48.6811558
                 ],
                 [
-                    17.058,
-                    48.81105
+                    -5.3525496,
+                    48.4367783
                 ],
                 [
-                    16.90426,
-                    48.61947
+                    -4.5984193,
+                    47.7194959
                 ],
                 [
-                    16.79685,
-                    48.38561
+                    -2.555398,
+                    47.0232784
                 ],
                 [
-                    17.06762,
-                    48.01116
+                    -2.4738077,
+                    46.6638823
                 ],
                 [
-                    17.32787,
-                    47.97749
+                    -1.6676954,
+                    46.1055717
                 ],
                 [
-                    17.51699,
-                    47.82535
+                    -1.334807,
+                    45.5141125
                 ],
                 [
-                    17.74776,
-                    47.73093
+                    -1.4914604,
+                    44.1627003
                 ],
                 [
-                    18.29515,
-                    47.72075
+                    -1.9940567,
+                    43.3708146
                 ],
                 [
-                    18.67959,
-                    47.75541
+                    -0.956228,
+                    42.7364747
                 ],
                 [
-                    18.89755,
-                    47.81203
+                    2.2029487,
+                    42.2841894
                 ],
                 [
-                    18.79463,
-                    47.88245
+                    3.2342502,
+                    42.5444129
                 ],
                 [
-                    18.84318,
-                    48.04046
+                    3.2407774,
+                    43.1140543
                 ],
                 [
-                    19.46212,
-                    48.05333
+                    4.0436261,
+                    43.3280964
                 ],
                 [
-                    19.62064,
-                    48.22938
+                    6.4325902,
+                    42.808345
                 ],
                 [
-                    19.89585,
-                    48.09387
+                    7.6270723,
+                    43.5934102
                 ],
                 [
-                    20.33766,
-                    48.2643
+                    7.8163619,
+                    44.1720643
                 ],
                 [
-                    20.55395,
-                    48.52358
+                    7.0396221,
+                    44.41967
                 ],
                 [
-                    20.82335,
-                    48.55714
+                    7.268075,
+                    45.4958141
                 ],
                 [
-                    21.10271,
-                    48.47096
+                    7.1244761,
+                    46.2140775
                 ],
                 [
-                    21.45863,
-                    48.55513
+                    6.5631347,
+                    46.771283
                 ],
                 [
-                    21.74536,
-                    48.31435
+                    7.6571492,
+                    47.59128
                 ],
                 [
-                    22.15293,
-                    48.37179
+                    7.6527839,
+                    47.5941813
                 ],
                 [
-                    22.61255,
-                    49.08914
+                    7.6224698,
+                    47.5776739
                 ],
                 [
-                    22.09997,
-                    49.23814
+                    7.6047297,
+                    47.578221
                 ],
                 [
-                    21.9686,
-                    49.36363
+                    7.5877054,
+                    47.5901532
                 ],
                 [
-                    21.6244,
-                    49.46989
+                    7.521558,
+                    47.65161
                 ],
                 [
-                    21.06873,
-                    49.46402
+                    7.503992,
+                    47.70235
                 ],
                 [
-                    20.94336,
-                    49.31088
+                    7.520958,
+                    47.77685
                 ],
                 [
-                    20.73052,
-                    49.44006
+                    7.557124,
+                    47.84839
                 ],
                 [
-                    20.22804,
-                    49.41714
+                    7.549463,
+                    47.879205
                 ],
                 [
-                    20.05234,
-                    49.23052
+                    7.574615,
+                    47.93028
                 ],
                 [
-                    19.83682,
-                    49.25529
+                    7.613179,
+                    47.96804
+                ],
+                [
+                    7.611904,
+                    47.9871
+                ],
+                [
+                    7.5612401,
+                    48.0383618
+                ],
+                [
+                    7.574915,
+                    48.1258
+                ],
+                [
+                    7.595338,
+                    48.15977
+                ],
+                [
+                    7.633047,
+                    48.19717
+                ],
+                [
+                    7.662748,
+                    48.22473
+                ],
+                [
+                    7.684659,
+                    48.30305
+                ],
+                [
+                    7.763463,
+                    48.49158
+                ],
+                [
+                    7.8004602,
+                    48.5125977
+                ],
+                [
+                    7.799582,
+                    48.5878
+                ],
+                [
+                    7.834088,
+                    48.64439
+                ],
+                [
+                    7.9121073,
+                    48.6889897
+                ],
+                [
+                    7.9672295,
+                    48.7571585
+                ],
+                [
+                    8.020692,
+                    48.78879
+                ],
+                [
+                    8.043024,
+                    48.7956
+                ],
+                [
+                    8.0864658,
+                    48.8130551
+                ],
+                [
+                    8.1364418,
+                    48.8978239
+                ],
+                [
+                    8.1970586,
+                    48.96021
+                ],
+                [
+                    8.2816129,
+                    48.9948995
+                ],
+                [
+                    8.2996723,
+                    49.025966
+                ],
+                [
+                    8.3124269,
+                    49.0599642
+                ],
+                [
+                    8.3247852,
+                    49.0891892
+                ]
+            ],
+            [
+                [
+                    9.3609615,
+                    43.1345098
+                ],
+                [
+                    8.4393174,
+                    42.48439
+                ],
+                [
+                    8.4836272,
+                    41.8175373
+                ],
+                [
+                    8.8469677,
+                    41.3768281
+                ],
+                [
+                    9.2058772,
+                    41.3136241
+                ],
+                [
+                    9.48946,
+                    41.5461776
+                ],
+                [
+                    9.6356823,
+                    42.1994563
+                ],
+                [
+                    9.6046655,
+                    42.901254
+                ],
+                [
+                    9.3609615,
+                    43.1345098
                 ]
             ]
         ],
-        "terms_text": "Copyright ©2007-2012 Freemap Slovakia (www.freemap.sk). Some rights reserved."
+        "terms_url": "https://wiki.openstreetmap.org/wiki/WikiProject_France/WikiProject_Base_Adresses_Nationale_Ouverte_(BANO)",
+        "terms_text": "Tiles © cquest@Openstreetmap France, data © OpenStreetMap contributors, ODBL",
+        "id": "FR-BAN"
     },
     {
-        "name": "Freemap.sk Cyclo",
+        "name": "FR-Cadastre",
         "type": "tms",
-        "template": "http://t{switch:1,2,3,4}.freemap.sk/C/{zoom}/{x}/{y}.jpeg",
+        "description": "French land registry",
+        "template": "http://tms.cadastre.openstreetmap.fr/*/tout/{z}/{x}/{y}.png",
         "scaleExtent": [
-            8,
-            16
+            12,
+            20
         ],
         "polygon": [
             [
                 [
-                    19.83682,
-                    49.25529
+                    8.3247852,
+                    49.0891892
                 ],
                 [
-                    19.80075,
-                    49.42385
+                    6.1566882,
+                    49.6167369
                 ],
                 [
-                    19.60437,
-                    49.48058
+                    4.8666714,
+                    50.2126152
                 ],
                 [
-                    19.49179,
-                    49.63961
+                    2.4937064,
+                    51.1761675
                 ],
                 [
-                    19.21831,
-                    49.52604
+                    1.3121526,
+                    50.9324682
                 ],
                 [
-                    19.16778,
-                    49.42521
+                    1.2659981,
+                    50.1877492
                 ],
                 [
-                    19.00308,
-                    49.42236
+                    0.1121369,
+                    49.8258592
                 ],
                 [
-                    18.97611,
-                    49.5308
+                    -0.3494075,
+                    49.4312336
                 ],
                 [
-                    18.54685,
-                    49.51425
+                    -1.0232625,
+                    49.4852345
                 ],
                 [
-                    18.31432,
-                    49.33818
+                    -1.3278818,
+                    49.7901162
                 ],
                 [
-                    18.15913,
-                    49.2961
+                    -2.1032765,
+                    49.7901162
                 ],
                 [
-                    18.05564,
-                    49.11134
+                    -1.6232703,
+                    48.7420657
                 ],
                 [
-                    17.56396,
-                    48.84938
+                    -3.1002126,
+                    48.9728514
                 ],
                 [
-                    17.17929,
-                    48.88816
+                    -5.1125465,
+                    48.6811558
                 ],
                 [
-                    17.058,
-                    48.81105
+                    -5.3525496,
+                    48.4367783
                 ],
                 [
-                    16.90426,
-                    48.61947
+                    -4.5984193,
+                    47.7194959
                 ],
                 [
-                    16.79685,
-                    48.38561
+                    -2.555398,
+                    47.0232784
                 ],
                 [
-                    17.06762,
-                    48.01116
+                    -2.4738077,
+                    46.6638823
                 ],
                 [
-                    17.32787,
-                    47.97749
+                    -1.6676954,
+                    46.1055717
                 ],
                 [
-                    17.51699,
-                    47.82535
+                    -1.334807,
+                    45.5141125
                 ],
                 [
-                    17.74776,
-                    47.73093
+                    -1.4914604,
+                    44.1627003
                 ],
                 [
-                    18.29515,
-                    47.72075
+                    -1.9940567,
+                    43.3708146
                 ],
                 [
-                    18.67959,
-                    47.75541
+                    -0.956228,
+                    42.7364747
                 ],
                 [
-                    18.89755,
-                    47.81203
+                    2.2029487,
+                    42.2841894
                 ],
                 [
-                    18.79463,
-                    47.88245
+                    3.2342502,
+                    42.5444129
                 ],
                 [
-                    18.84318,
-                    48.04046
+                    3.2407774,
+                    43.1140543
                 ],
                 [
-                    19.46212,
-                    48.05333
+                    4.0436261,
+                    43.3280964
                 ],
                 [
-                    19.62064,
-                    48.22938
+                    6.4325902,
+                    42.808345
                 ],
                 [
-                    19.89585,
-                    48.09387
+                    7.6270723,
+                    43.5934102
                 ],
                 [
-                    20.33766,
-                    48.2643
+                    7.8163619,
+                    44.1720643
                 ],
                 [
-                    20.55395,
-                    48.52358
+                    7.0396221,
+                    44.41967
                 ],
                 [
-                    20.82335,
-                    48.55714
+                    7.268075,
+                    45.4958141
                 ],
                 [
-                    21.10271,
-                    48.47096
+                    7.1244761,
+                    46.2140775
                 ],
                 [
-                    21.45863,
-                    48.55513
+                    6.5631347,
+                    46.771283
                 ],
                 [
-                    21.74536,
-                    48.31435
+                    7.6571492,
+                    47.59128
                 ],
                 [
-                    22.15293,
-                    48.37179
+                    7.6527839,
+                    47.5941813
                 ],
                 [
-                    22.61255,
-                    49.08914
+                    7.6224698,
+                    47.5776739
                 ],
                 [
-                    22.09997,
-                    49.23814
+                    7.6047297,
+                    47.578221
                 ],
                 [
-                    21.9686,
-                    49.36363
+                    7.5877054,
+                    47.5901532
                 ],
                 [
-                    21.6244,
-                    49.46989
+                    7.521558,
+                    47.65161
                 ],
                 [
-                    21.06873,
-                    49.46402
+                    7.503992,
+                    47.70235
                 ],
                 [
-                    20.94336,
-                    49.31088
+                    7.520958,
+                    47.77685
                 ],
                 [
-                    20.73052,
-                    49.44006
+                    7.557124,
+                    47.84839
                 ],
                 [
-                    20.22804,
-                    49.41714
+                    7.549463,
+                    47.879205
                 ],
                 [
-                    20.05234,
-                    49.23052
+                    7.574615,
+                    47.93028
                 ],
                 [
-                    19.83682,
-                    49.25529
+                    7.613179,
+                    47.96804
+                ],
+                [
+                    7.611904,
+                    47.9871
+                ],
+                [
+                    7.5612401,
+                    48.0383618
+                ],
+                [
+                    7.574915,
+                    48.1258
+                ],
+                [
+                    7.595338,
+                    48.15977
+                ],
+                [
+                    7.633047,
+                    48.19717
+                ],
+                [
+                    7.662748,
+                    48.22473
+                ],
+                [
+                    7.684659,
+                    48.30305
+                ],
+                [
+                    7.763463,
+                    48.49158
+                ],
+                [
+                    7.8004602,
+                    48.5125977
+                ],
+                [
+                    7.799582,
+                    48.5878
+                ],
+                [
+                    7.834088,
+                    48.64439
+                ],
+                [
+                    7.9121073,
+                    48.6889897
+                ],
+                [
+                    7.9672295,
+                    48.7571585
+                ],
+                [
+                    8.020692,
+                    48.78879
+                ],
+                [
+                    8.043024,
+                    48.7956
+                ],
+                [
+                    8.0864658,
+                    48.8130551
+                ],
+                [
+                    8.1364418,
+                    48.8978239
+                ],
+                [
+                    8.1970586,
+                    48.96021
+                ],
+                [
+                    8.2816129,
+                    48.9948995
+                ],
+                [
+                    8.2996723,
+                    49.025966
+                ],
+                [
+                    8.3124269,
+                    49.0599642
+                ],
+                [
+                    8.3247852,
+                    49.0891892
+                ]
+            ],
+            [
+                [
+                    9.3609615,
+                    43.1345098
+                ],
+                [
+                    8.4393174,
+                    42.48439
+                ],
+                [
+                    8.4836272,
+                    41.8175373
+                ],
+                [
+                    8.8469677,
+                    41.3768281
+                ],
+                [
+                    9.2058772,
+                    41.3136241
+                ],
+                [
+                    9.48946,
+                    41.5461776
+                ],
+                [
+                    9.6356823,
+                    42.1994563
+                ],
+                [
+                    9.6046655,
+                    42.901254
+                ],
+                [
+                    9.3609615,
+                    43.1345098
                 ]
             ]
         ],
-        "terms_text": "Copyright ©2007-2012 Freemap Slovakia (www.freemap.sk). Some rights reserved."
+        "terms_url": "http://wiki.openstreetmap.org/wiki/WikiProject_Cadastre_Fran%C3%A7ais/Conditions_d%27utilisation",
+        "terms_text": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2015",
+        "id": "FR-Cadastre"
     },
     {
-        "name": "Freemap.sk Hiking",
+        "name": "Freemap.sk Car",
         "type": "tms",
-        "template": "http://t{switch:1,2,3,4}.freemap.sk/T/{zoom}/{x}/{y}.jpeg",
+        "template": "http://t{switch:1,2,3,4}.freemap.sk/A/{zoom}/{x}/{y}.jpeg",
+        "scaleExtent": [
+            8,
+            16
+        ],
+        "polygon": [
+            [
+                [
+                    19.83682,
+                    49.25529
+                ],
+                [
+                    19.80075,
+                    49.42385
+                ],
+                [
+                    19.60437,
+                    49.48058
+                ],
+                [
+                    19.49179,
+                    49.63961
+                ],
+                [
+                    19.21831,
+                    49.52604
+                ],
+                [
+                    19.16778,
+                    49.42521
+                ],
+                [
+                    19.00308,
+                    49.42236
+                ],
+                [
+                    18.97611,
+                    49.5308
+                ],
+                [
+                    18.54685,
+                    49.51425
+                ],
+                [
+                    18.31432,
+                    49.33818
+                ],
+                [
+                    18.15913,
+                    49.2961
+                ],
+                [
+                    18.05564,
+                    49.11134
+                ],
+                [
+                    17.56396,
+                    48.84938
+                ],
+                [
+                    17.17929,
+                    48.88816
+                ],
+                [
+                    17.058,
+                    48.81105
+                ],
+                [
+                    16.90426,
+                    48.61947
+                ],
+                [
+                    16.79685,
+                    48.38561
+                ],
+                [
+                    17.06762,
+                    48.01116
+                ],
+                [
+                    17.32787,
+                    47.97749
+                ],
+                [
+                    17.51699,
+                    47.82535
+                ],
+                [
+                    17.74776,
+                    47.73093
+                ],
+                [
+                    18.29515,
+                    47.72075
+                ],
+                [
+                    18.67959,
+                    47.75541
+                ],
+                [
+                    18.89755,
+                    47.81203
+                ],
+                [
+                    18.79463,
+                    47.88245
+                ],
+                [
+                    18.84318,
+                    48.04046
+                ],
+                [
+                    19.46212,
+                    48.05333
+                ],
+                [
+                    19.62064,
+                    48.22938
+                ],
+                [
+                    19.89585,
+                    48.09387
+                ],
+                [
+                    20.33766,
+                    48.2643
+                ],
+                [
+                    20.55395,
+                    48.52358
+                ],
+                [
+                    20.82335,
+                    48.55714
+                ],
+                [
+                    21.10271,
+                    48.47096
+                ],
+                [
+                    21.45863,
+                    48.55513
+                ],
+                [
+                    21.74536,
+                    48.31435
+                ],
+                [
+                    22.15293,
+                    48.37179
+                ],
+                [
+                    22.61255,
+                    49.08914
+                ],
+                [
+                    22.09997,
+                    49.23814
+                ],
+                [
+                    21.9686,
+                    49.36363
+                ],
+                [
+                    21.6244,
+                    49.46989
+                ],
+                [
+                    21.06873,
+                    49.46402
+                ],
+                [
+                    20.94336,
+                    49.31088
+                ],
+                [
+                    20.73052,
+                    49.44006
+                ],
+                [
+                    20.22804,
+                    49.41714
+                ],
+                [
+                    20.05234,
+                    49.23052
+                ],
+                [
+                    19.83682,
+                    49.25529
+                ]
+            ]
+        ],
+        "terms_text": "Copyright ©2007-2012 Freemap Slovakia (www.freemap.sk). Some rights reserved."
+    },
+    {
+        "name": "Freemap.sk Cyclo",
+        "type": "tms",
+        "template": "http://t{switch:1,2,3,4}.freemap.sk/C/{zoom}/{x}/{y}.jpeg",
+        "scaleExtent": [
+            8,
+            16
+        ],
+        "polygon": [
+            [
+                [
+                    19.83682,
+                    49.25529
+                ],
+                [
+                    19.80075,
+                    49.42385
+                ],
+                [
+                    19.60437,
+                    49.48058
+                ],
+                [
+                    19.49179,
+                    49.63961
+                ],
+                [
+                    19.21831,
+                    49.52604
+                ],
+                [
+                    19.16778,
+                    49.42521
+                ],
+                [
+                    19.00308,
+                    49.42236
+                ],
+                [
+                    18.97611,
+                    49.5308
+                ],
+                [
+                    18.54685,
+                    49.51425
+                ],
+                [
+                    18.31432,
+                    49.33818
+                ],
+                [
+                    18.15913,
+                    49.2961
+                ],
+                [
+                    18.05564,
+                    49.11134
+                ],
+                [
+                    17.56396,
+                    48.84938
+                ],
+                [
+                    17.17929,
+                    48.88816
+                ],
+                [
+                    17.058,
+                    48.81105
+                ],
+                [
+                    16.90426,
+                    48.61947
+                ],
+                [
+                    16.79685,
+                    48.38561
+                ],
+                [
+                    17.06762,
+                    48.01116
+                ],
+                [
+                    17.32787,
+                    47.97749
+                ],
+                [
+                    17.51699,
+                    47.82535
+                ],
+                [
+                    17.74776,
+                    47.73093
+                ],
+                [
+                    18.29515,
+                    47.72075
+                ],
+                [
+                    18.67959,
+                    47.75541
+                ],
+                [
+                    18.89755,
+                    47.81203
+                ],
+                [
+                    18.79463,
+                    47.88245
+                ],
+                [
+                    18.84318,
+                    48.04046
+                ],
+                [
+                    19.46212,
+                    48.05333
+                ],
+                [
+                    19.62064,
+                    48.22938
+                ],
+                [
+                    19.89585,
+                    48.09387
+                ],
+                [
+                    20.33766,
+                    48.2643
+                ],
+                [
+                    20.55395,
+                    48.52358
+                ],
+                [
+                    20.82335,
+                    48.55714
+                ],
+                [
+                    21.10271,
+                    48.47096
+                ],
+                [
+                    21.45863,
+                    48.55513
+                ],
+                [
+                    21.74536,
+                    48.31435
+                ],
+                [
+                    22.15293,
+                    48.37179
+                ],
+                [
+                    22.61255,
+                    49.08914
+                ],
+                [
+                    22.09997,
+                    49.23814
+                ],
+                [
+                    21.9686,
+                    49.36363
+                ],
+                [
+                    21.6244,
+                    49.46989
+                ],
+                [
+                    21.06873,
+                    49.46402
+                ],
+                [
+                    20.94336,
+                    49.31088
+                ],
+                [
+                    20.73052,
+                    49.44006
+                ],
+                [
+                    20.22804,
+                    49.41714
+                ],
+                [
+                    20.05234,
+                    49.23052
+                ],
+                [
+                    19.83682,
+                    49.25529
+                ]
+            ]
+        ],
+        "terms_text": "Copyright ©2007-2012 Freemap Slovakia (www.freemap.sk). Some rights reserved."
+    },
+    {
+        "name": "Freemap.sk Hiking",
+        "type": "tms",
+        "template": "http://t{switch:1,2,3,4}.freemap.sk/T/{zoom}/{x}/{y}.jpeg",
         "scaleExtent": [
             8,
             16
@@ -7366,7 +8328,8 @@ iD.data.imagery = [
                 ]
             ]
         ],
-        "terms_text": "Copyright © Główny Urząd Geodezji i Kartografii."
+        "terms_text": "Copyright © Główny Urząd Geodezji i Kartografii.",
+        "best": true
     },
     {
         "name": "IBGE Mapa de Setores Rurais",
@@ -11699,7 +12662,8 @@ iD.data.imagery = [
             ]
         ],
         "terms_url": "http://interspect.hu/",
-        "terms_text": "Interspect Kft."
+        "terms_text": "Interspect Kft.",
+        "best": true
     },
     {
         "name": "Ireland Bartholomew Quarter-Inch 1940",
@@ -13818,6 +14782,107 @@ iD.data.imagery = [
         "terms_url": "http://www.eea.europa.eu/data-and-maps/data/urban-atlas",
         "terms_text": "EEA GMES Urban Atlas"
     },
+    {
+        "name": "Japan GSI ortho Imagery",
+        "type": "tms",
+        "template": "http://cyberjapandata.gsi.go.jp/xyz/ort/{z}/{x}/{y}.jpg",
+        "scaleExtent": [
+            12,
+            19
+        ],
+        "polygon": [
+            [
+                [
+                    141.85546875,
+                    44.64911632343077
+                ],
+                [
+                    140.2294921875,
+                    43.96909818325174
+                ],
+                [
+                    138.955078125,
+                    41.80407814427237
+                ],
+                [
+                    139.482421875,
+                    40.17887331434696
+                ],
+                [
+                    138.8671875,
+                    38.30718056188316
+                ],
+                [
+                    136.31835937499997,
+                    37.19533058280065
+                ],
+                [
+                    132.1435546875,
+                    35.137879119634185
+                ],
+                [
+                    128.935546875,
+                    33.35806161277885
+                ],
+                [
+                    129.5068359375,
+                    32.47269502206151
+                ],
+                [
+                    129.77050781249997,
+                    31.690781806136822
+                ],
+                [
+                    130.2099609375,
+                    30.90222470517144
+                ],
+                [
+                    131.220703125,
+                    30.78903675126116
+                ],
+                [
+                    131.66015625,
+                    32.32427558887655
+                ],
+                [
+                    132.71484375,
+                    32.879587173066305
+                ],
+                [
+                    133.76953125,
+                    33.17434155100208
+                ],
+                [
+                    136.7578125,
+                    33.87041555094183
+                ],
+                [
+                    139.306640625,
+                    35.06597313798418
+                ],
+                [
+                    140.888671875,
+                    35.17380831799959
+                ],
+                [
+                    141.15234374999997,
+                    36.56260003738548
+                ],
+                [
+                    142.11914062499997,
+                    39.9434364619742
+                ],
+                [
+                    141.767578125,
+                    42.68243539838623
+                ],
+                [
+                    141.85546875,
+                    44.64911632343077
+                ]
+            ]
+        ]
+    },
     {
         "name": "Kanton Aargau 25cm (AGIS 2011)",
         "type": "tms",
@@ -13884,7 +14949,8 @@ iD.data.imagery = [
                 ]
             ]
         ],
-        "terms_text": "AGIS OF2014"
+        "terms_text": "AGIS OF2014",
+        "best": true
     },
     {
         "name": "Kanton Solothurn 25cm (SOGIS 2011-2014)",
@@ -15100,6 +16166,1071 @@ iD.data.imagery = [
         "id": "kelowna_roads",
         "overlay": true
     },
+    {
+        "name": "LPI NSW Base Map",
+        "type": "tms",
+        "template": "http://maps.six.nsw.gov.au/arcgis/rest/services/public/NSW_Base_Map/MapServer/tile/{zoom}/{y}/{x}",
+        "scaleExtent": [
+            0,
+            19
+        ],
+        "polygon": [
+            [
+                [
+                    140.9948644,
+                    -28.952966
+                ],
+                [
+                    148.9611382,
+                    -28.8997729
+                ],
+                [
+                    148.9870097,
+                    -28.4862285
+                ],
+                [
+                    151.013609,
+                    -28.4786485
+                ],
+                [
+                    151.1084711,
+                    -28.7032909
+                ],
+                [
+                    151.8759917,
+                    -28.683118
+                ],
+                [
+                    151.9334839,
+                    -28.4078753
+                ],
+                [
+                    152.25544,
+                    -28.2332683
+                ],
+                [
+                    153.0660798,
+                    -28.2104723
+                ],
+                [
+                    153.1408196,
+                    -28.1090981
+                ],
+                [
+                    153.4735137,
+                    -28.1164808
+                ],
+                [
+                    153.3576523,
+                    -27.693606
+                ],
+                [
+                    159.4938303,
+                    -27.699252
+                ],
+                [
+                    159.4856997,
+                    -37.8474137
+                ],
+                [
+                    149.5256879,
+                    -37.8281502
+                ],
+                [
+                    149.9159578,
+                    -37.4869999
+                ],
+                [
+                    148.0485886,
+                    -36.8131741
+                ],
+                [
+                    147.9680996,
+                    -36.1567945
+                ],
+                [
+                    146.7147701,
+                    -36.2866613
+                ],
+                [
+                    145.3004625,
+                    -36.1567945
+                ],
+                [
+                    144.5300673,
+                    -36.1475101
+                ],
+                [
+                    142.8397973,
+                    -35.0254303
+                ],
+                [
+                    142.356863,
+                    -34.7802471
+                ],
+                [
+                    141.9774146,
+                    -34.4016159
+                ],
+                [
+                    140.9950258,
+                    -34.1371824
+                ],
+                [
+                    140.9948644,
+                    -28.952966
+                ]
+            ]
+        ],
+        "terms_url": "http://www.lpi.nsw.gov.au/mapping_and_imagery/lpi_web_services",
+        "terms_text": "© Land and Property Information 2015"
+    },
+    {
+        "name": "LPI NSW Imagery",
+        "type": "tms",
+        "template": "http://maps.six.nsw.gov.au/arcgis/rest/services/public/NSW_Imagery/MapServer/tile/{zoom}/{y}/{x}",
+        "scaleExtent": [
+            0,
+            21
+        ],
+        "polygon": [
+            [
+                [
+                    140.9868688,
+                    -28.9887829
+                ],
+                [
+                    148.9951472,
+                    -28.9727491
+                ],
+                [
+                    148.9966717,
+                    -28.4915066
+                ],
+                [
+                    151.0029027,
+                    -28.4930697
+                ],
+                [
+                    151.0029027,
+                    -28.7261663
+                ],
+                [
+                    151.4915093,
+                    -28.7323921
+                ],
+                [
+                    151.4918687,
+                    -28.7155337
+                ],
+                [
+                    151.9228213,
+                    -28.719635
+                ],
+                [
+                    151.9251607,
+                    -28.4897139
+                ],
+                [
+                    151.9955886,
+                    -28.4898718
+                ],
+                [
+                    151.9989947,
+                    -28.1192742
+                ],
+                [
+                    152.4967606,
+                    -28.122091
+                ],
+                [
+                    152.4968241,
+                    -28.1146398
+                ],
+                [
+                    153.0044563,
+                    -28.1154389
+                ],
+                [
+                    153.0044563,
+                    -28.120397
+                ],
+                [
+                    153.5038629,
+                    -28.119345
+                ],
+                [
+                    153.5039264,
+                    -28.1227063
+                ],
+                [
+                    153.5919395,
+                    -28.1223619
+                ],
+                [
+                    153.5926582,
+                    -28.1776872
+                ],
+                [
+                    153.6111186,
+                    -28.1757867
+                ],
+                [
+                    153.6113881,
+                    -28.1825173
+                ],
+                [
+                    153.7426846,
+                    -28.2162084
+                ],
+                [
+                    153.7787253,
+                    -28.710911
+                ],
+                [
+                    152.6237954,
+                    -32.5877239
+                ],
+                [
+                    152.3123961,
+                    -32.6328837
+                ],
+                [
+                    151.4141942,
+                    -33.5790388
+                ],
+                [
+                    150.8929925,
+                    -35.2648721
+                ],
+                [
+                    150.4620695,
+                    -35.7777256
+                ],
+                [
+                    150.0156501,
+                    -37.5103569
+                ],
+                [
+                    149.9918121,
+                    -37.5126787
+                ],
+                [
+                    149.519778,
+                    -37.5130704
+                ],
+                [
+                    149.5199577,
+                    -37.5216919
+                ],
+                [
+                    149.4462958,
+                    -37.5353701
+                ],
+                [
+                    149.063344,
+                    -37.5357975
+                ],
+                [
+                    148.9836635,
+                    -37.5217631
+                ],
+                [
+                    148.9816872,
+                    -37.5191982
+                ],
+                [
+                    148.9863847,
+                    -37.2584972
+                ],
+                [
+                    148.4875376,
+                    -37.265846
+                ],
+                [
+                    148.4824774,
+                    -37.0092669
+                ],
+                [
+                    147.994386,
+                    -37.014339
+                ],
+                [
+                    147.988288,
+                    -36.5332184
+                ],
+                [
+                    147.9529707,
+                    -36.5260725
+                ],
+                [
+                    147.9486513,
+                    -36.0685992
+                ],
+                [
+                    147.5034997,
+                    -36.0716798
+                ],
+                [
+                    147.5047701,
+                    -36.2651047
+                ],
+                [
+                    146.4919996,
+                    -36.266129
+                ],
+                [
+                    146.4922536,
+                    -36.2565
+                ],
+                [
+                    145.9929826,
+                    -36.2534267
+                ],
+                [
+                    145.9965866,
+                    -36.0188147
+                ],
+                [
+                    145.9831568,
+                    -36.0187058
+                ],
+                [
+                    145.9624506,
+                    -36.0219026
+                ],
+                [
+                    145.946236,
+                    -36.0120936
+                ],
+                [
+                    145.9454275,
+                    -36.0060259
+                ],
+                [
+                    145.5041534,
+                    -36.0013564
+                ],
+                [
+                    145.5037941,
+                    -36.0109125
+                ],
+                [
+                    145.0072008,
+                    -36.0036213
+                ],
+                [
+                    145.0035404,
+                    -36.1520424
+                ],
+                [
+                    144.4860806,
+                    -36.1423149
+                ],
+                [
+                    144.4874127,
+                    -36.0137522
+                ],
+                [
+                    143.9874676,
+                    -36.0024134
+                ],
+                [
+                    143.9932853,
+                    -35.5723753
+                ],
+                [
+                    143.4971691,
+                    -35.5837101
+                ],
+                [
+                    143.4917967,
+                    -35.4065648
+                ],
+                [
+                    143.4613438,
+                    -35.3674934
+                ],
+                [
+                    143.4585591,
+                    -35.3555888
+                ],
+                [
+                    143.4897755,
+                    -35.3396522
+                ],
+                [
+                    143.4895509,
+                    -35.332214
+                ],
+                [
+                    143.4316994,
+                    -35.2570613
+                ],
+                [
+                    143.2505542,
+                    -35.2606556
+                ],
+                [
+                    143.2438356,
+                    -35.0132729
+                ],
+                [
+                    142.9933305,
+                    -35.0177207
+                ],
+                [
+                    142.9919767,
+                    -34.7961882
+                ],
+                [
+                    142.4971375,
+                    -34.8032323
+                ],
+                [
+                    142.4973172,
+                    -34.8007613
+                ],
+                [
+                    142.4211401,
+                    -34.8017571
+                ],
+                [
+                    142.4209155,
+                    -34.7838306
+                ],
+                [
+                    142.2330892,
+                    -34.7859191
+                ],
+                [
+                    142.2307707,
+                    -34.7807542
+                ],
+                [
+                    142.2269959,
+                    -34.5061271
+                ],
+                [
+                    141.9975302,
+                    -34.5083733
+                ],
+                [
+                    141.9945959,
+                    -34.2526687
+                ],
+                [
+                    141.4982345,
+                    -34.2556921
+                ],
+                [
+                    141.498171,
+                    -34.2522794
+                ],
+                [
+                    140.9945397,
+                    -34.2528411
+                ],
+                [
+                    140.9868688,
+                    -28.9887829
+                ]
+            ]
+        ],
+        "terms_url": "http://www.lpi.nsw.gov.au/mapping_and_imagery/lpi_web_services",
+        "terms_text": "© Land and Property Information 2015"
+    },
+    {
+        "name": "LPI NSW Topographic Map",
+        "type": "tms",
+        "template": "http://maps.six.nsw.gov.au/arcgis/rest/services/public/NSW_Topo_Map/MapServer/tile/{zoom}/{y}/{x}",
+        "scaleExtent": [
+            0,
+            16
+        ],
+        "polygon": [
+            [
+                [
+                    140.9988422,
+                    -28.9992444
+                ],
+                [
+                    148.9502438,
+                    -28.9993736
+                ],
+                [
+                    148.9498845,
+                    -28.9665265
+                ],
+                [
+                    148.9998308,
+                    -28.9665265
+                ],
+                [
+                    149.0000917,
+                    -28.8165829
+                ],
+                [
+                    149.1000729,
+                    -28.8165829
+                ],
+                [
+                    149.0997046,
+                    -28.7488533
+                ],
+                [
+                    148.9998504,
+                    -28.7497444
+                ],
+                [
+                    148.9998169,
+                    -28.5000304
+                ],
+                [
+                    151.0000514,
+                    -28.5005192
+                ],
+                [
+                    151.0005904,
+                    -28.7325849
+                ],
+                [
+                    151.0239466,
+                    -28.7327424
+                ],
+                [
+                    151.0241262,
+                    -28.7418794
+                ],
+                [
+                    151.0329297,
+                    -28.7418794
+                ],
+                [
+                    151.033828,
+                    -28.7505431
+                ],
+                [
+                    151.999984,
+                    -28.7495314
+                ],
+                [
+                    151.999984,
+                    -28.7164478
+                ],
+                [
+                    152.0334014,
+                    -28.7166053
+                ],
+                [
+                    152.0332217,
+                    -28.683196
+                ],
+                [
+                    152.0000739,
+                    -28.6833537
+                ],
+                [
+                    151.9998769,
+                    -28.6416273
+                ],
+                [
+                    151.9829886,
+                    -28.6413908
+                ],
+                [
+                    151.9831683,
+                    -28.624912
+                ],
+                [
+                    151.9331321,
+                    -28.6247543
+                ],
+                [
+                    151.9334122,
+                    -28.500071
+                ],
+                [
+                    151.9998875,
+                    -28.5002289
+                ],
+                [
+                    151.9998556,
+                    -28.3749591
+                ],
+                [
+                    152.2499739,
+                    -28.3750718
+                ],
+                [
+                    152.2499356,
+                    -28.2500066
+                ],
+                [
+                    152.9997192,
+                    -28.2498563
+                ],
+                [
+                    152.9998989,
+                    -28.2832447
+                ],
+                [
+                    153.1165002,
+                    -28.2834029
+                ],
+                [
+                    153.11659,
+                    -28.2498563
+                ],
+                [
+                    153.1666262,
+                    -28.2500146
+                ],
+                [
+                    153.166716,
+                    -28.2331582
+                ],
+                [
+                    153.2499898,
+                    -28.2332373
+                ],
+                [
+                    153.2500265,
+                    -28.1249689
+                ],
+                [
+                    153.6249628,
+                    -28.1250833
+                ],
+                [
+                    153.6248398,
+                    -28.4999134
+                ],
+                [
+                    153.7497955,
+                    -28.4999924
+                ],
+                [
+                    153.7495877,
+                    -28.7497976
+                ],
+                [
+                    153.6248117,
+                    -28.7501127
+                ],
+                [
+                    153.6249745,
+                    -28.9999333
+                ],
+                [
+                    153.4997672,
+                    -29.0000612
+                ],
+                [
+                    153.4998417,
+                    -29.4995077
+                ],
+                [
+                    153.3747962,
+                    -29.500055
+                ],
+                [
+                    153.3754111,
+                    -29.8750302
+                ],
+                [
+                    153.4999113,
+                    -29.8751403
+                ],
+                [
+                    153.4999113,
+                    -30.0000922
+                ],
+                [
+                    153.2498947,
+                    -29.9997621
+                ],
+                [
+                    153.250025,
+                    -30.1917704
+                ],
+                [
+                    153.2748185,
+                    -30.1916151
+                ],
+                [
+                    153.2748185,
+                    -30.2168467
+                ],
+                [
+                    153.2166077,
+                    -30.2166139
+                ],
+                [
+                    153.2166077,
+                    -30.250065
+                ],
+                [
+                    153.250025,
+                    -30.250065
+                ],
+                [
+                    153.2497502,
+                    -30.3751935
+                ],
+                [
+                    153.1243608,
+                    -30.3749743
+                ],
+                [
+                    153.1246457,
+                    -30.6250359
+                ],
+                [
+                    153.0331676,
+                    -30.6250482
+                ],
+                [
+                    153.0333884,
+                    -30.8750837
+                ],
+                [
+                    153.1249214,
+                    -30.8750291
+                ],
+                [
+                    153.1249344,
+                    -31.1250505
+                ],
+                [
+                    153.0082433,
+                    -31.1249736
+                ],
+                [
+                    153.0082914,
+                    -31.2499759
+                ],
+                [
+                    153.0000019,
+                    -31.250003
+                ],
+                [
+                    152.9999392,
+                    -31.6249919
+                ],
+                [
+                    152.8749386,
+                    -31.6250491
+                ],
+                [
+                    152.8749572,
+                    -31.749954
+                ],
+                [
+                    152.7832899,
+                    -31.7500034
+                ],
+                [
+                    152.7831966,
+                    -31.8748579
+                ],
+                [
+                    152.749914,
+                    -31.8750105
+                ],
+                [
+                    152.7500397,
+                    -32.0000207
+                ],
+                [
+                    152.6249044,
+                    -31.9999446
+                ],
+                [
+                    152.6249078,
+                    -32.5000047
+                ],
+                [
+                    152.4999757,
+                    -32.4999569
+                ],
+                [
+                    152.5000336,
+                    -32.5666443
+                ],
+                [
+                    152.4166699,
+                    -32.5663415
+                ],
+                [
+                    152.4167598,
+                    -32.6249954
+                ],
+                [
+                    152.3498477,
+                    -32.624991
+                ],
+                [
+                    152.3498477,
+                    -32.6332294
+                ],
+                [
+                    152.2830786,
+                    -32.6332218
+                ],
+                [
+                    152.2832583,
+                    -32.6249755
+                ],
+                [
+                    152.2494816,
+                    -32.6249755
+                ],
+                [
+                    152.2498101,
+                    -32.874906
+                ],
+                [
+                    151.8745693,
+                    -32.8750443
+                ],
+                [
+                    151.8748535,
+                    -33.0000091
+                ],
+                [
+                    151.7497706,
+                    -33.0001533
+                ],
+                [
+                    151.7504669,
+                    -33.2500398
+                ],
+                [
+                    151.6252418,
+                    -33.2497393
+                ],
+                [
+                    151.6250828,
+                    -33.3751621
+                ],
+                [
+                    151.499585,
+                    -33.3751442
+                ],
+                [
+                    151.5003127,
+                    -33.6249385
+                ],
+                [
+                    151.3741466,
+                    -33.6243658
+                ],
+                [
+                    151.3727902,
+                    -34.001962
+                ],
+                [
+                    151.2477819,
+                    -34.0011194
+                ],
+                [
+                    151.2477819,
+                    -34.2493114
+                ],
+                [
+                    150.9957327,
+                    -34.2501515
+                ],
+                [
+                    151.0008143,
+                    -34.62483
+                ],
+                [
+                    150.8717407,
+                    -34.6265026
+                ],
+                [
+                    150.872757,
+                    -35.1242738
+                ],
+                [
+                    150.7670589,
+                    -35.1234425
+                ],
+                [
+                    150.7690916,
+                    -35.2463774
+                ],
+                [
+                    150.6257894,
+                    -35.2496974
+                ],
+                [
+                    150.6280314,
+                    -35.3751485
+                ],
+                [
+                    150.4999742,
+                    -35.3751485
+                ],
+                [
+                    150.4959088,
+                    -35.6275034
+                ],
+                [
+                    150.3719169,
+                    -35.6250251
+                ],
+                [
+                    150.3749658,
+                    -35.7537957
+                ],
+                [
+                    150.2672351,
+                    -35.7513213
+                ],
+                [
+                    150.2652024,
+                    -35.8741232
+                ],
+                [
+                    150.2479249,
+                    -35.870829
+                ],
+                [
+                    150.2458922,
+                    -36.374885
+                ],
+                [
+                    150.1229166,
+                    -36.374885
+                ],
+                [
+                    150.1259656,
+                    -36.6224345
+                ],
+                [
+                    150.0253491,
+                    -36.6240658
+                ],
+                [
+                    150.0283981,
+                    -36.7471337
+                ],
+                [
+                    149.9928266,
+                    -36.7495768
+                ],
+                [
+                    150.0040062,
+                    -37.1224477
+                ],
+                [
+                    150.0588879,
+                    -37.1273097
+                ],
+                [
+                    150.0568553,
+                    -37.37809
+                ],
+                [
+                    149.9979083,
+                    -37.3732441
+                ],
+                [
+                    149.9999409,
+                    -37.4830073
+                ],
+                [
+                    149.987745,
+                    -37.4846202
+                ],
+                [
+                    149.9857123,
+                    -37.5080043
+                ],
+                [
+                    148.0684571,
+                    -36.80624
+                ],
+                [
+                    147.9930603,
+                    -36.1379955
+                ],
+                [
+                    147.8148345,
+                    -36.0055567
+                ],
+                [
+                    147.3893924,
+                    -36.0113701
+                ],
+                [
+                    147.3822059,
+                    -36.1310306
+                ],
+                [
+                    146.9972549,
+                    -36.1275479
+                ],
+                [
+                    146.9886311,
+                    -36.2528271
+                ],
+                [
+                    146.4956356,
+                    -36.2447132
+                ],
+                [
+                    146.5042595,
+                    -36.126387
+                ],
+                [
+                    145.0011817,
+                    -36.0079505
+                ],
+                [
+                    145.0154103,
+                    -36.2542074
+                ],
+                [
+                    144.5072465,
+                    -36.2476506
+                ],
+                [
+                    144.4991158,
+                    -36.0211037
+                ],
+                [
+                    143.9965422,
+                    -35.9810531
+                ],
+                [
+                    143.3382568,
+                    -35.2331794
+                ],
+                [
+                    142.4097581,
+                    -34.7669434
+                ],
+                [
+                    142.0361436,
+                    -34.3758837
+                ],
+                [
+                    140.9965216,
+                    -34.1385805
+                ],
+                [
+                    140.9988422,
+                    -28.9992444
+                ]
+            ]
+        ],
+        "terms_url": "http://www.lpi.nsw.gov.au/mapping_and_imagery/lpi_web_services",
+        "terms_text": "© Land and Property Information 2015"
+    },
     {
         "name": "Landsat 233055",
         "type": "tms",
@@ -16298,7 +18429,8 @@ iD.data.imagery = [
         ],
         "terms_url": "http://www.act.public.lu/fr/actualites/2014/02/ortho2014/",
         "terms_text": "Administration du Cadastre et de la Topographie",
-        "id": "lu.geoportail.inspire.ortho2010"
+        "id": "lu.geoportail.inspire.ortho2010",
+        "best": true
     },
     {
         "name": "Luxembourg Inspire Ortho 2013",
@@ -17218,7 +19350,8 @@ iD.data.imagery = [
         ],
         "terms_url": "http://www.act.public.lu/fr/actualites/2014/02/ortho2014/",
         "terms_text": "Administration du Cadastre et de la Topographie",
-        "id": "lu.geoportail.inspire.ortho2013"
+        "id": "lu.geoportail.inspire.ortho2013",
+        "best": true
     },
     {
         "name": "Mapbox Satellite",
@@ -20223,6 +22356,76 @@ iD.data.imagery = [
         "terms_url": "http://geo.nls.uk/maps/",
         "terms_text": "National Library of Scotland Historic Maps"
     },
+    {
+        "name": "NLS - OS 25-inch (Scotland), 1892-1905",
+        "type": "tms",
+        "template": "http://geo.nls.uk/mapdata2/os/25_inch/scotland_1/{zoom}/{x}/{y}.png",
+        "scaleExtent": [
+            0,
+            18
+        ],
+        "polygon": [
+            [
+                [
+                    -9.25,
+                    54.43
+                ],
+                [
+                    -9.25,
+                    61.12
+                ],
+                [
+                    0.22,
+                    61.12
+                ],
+                [
+                    0.22,
+                    54.43
+                ],
+                [
+                    -9.25,
+                    54.43
+                ]
+            ]
+        ],
+        "terms_url": "http://geo.nls.uk/maps/",
+        "terms_text": "National Library of Scotland Historic Maps"
+    },
+    {
+        "name": "NLS - OS 6-inch County Series, 1888-1913",
+        "type": "tms",
+        "template": "http://geo.nls.uk/mapdata3/os/6_inch_gb_1900/{zoom}/{x}/{y}.png",
+        "scaleExtent": [
+            0,
+            17
+        ],
+        "polygon": [
+            [
+                [
+                    -9,
+                    49.8
+                ],
+                [
+                    -9,
+                    61.1
+                ],
+                [
+                    1.9,
+                    61.1
+                ],
+                [
+                    1.9,
+                    49.8
+                ],
+                [
+                    -9,
+                    49.8
+                ]
+            ]
+        ],
+        "terms_url": "http://geo.nls.uk/maps/",
+        "terms_text": "National Library of Scotland Historic Maps"
+    },
     {
         "name": "NLS - OS 6-inch Scotland 1842-82",
         "type": "tms",
@@ -21852,6 +24055,41 @@ iD.data.imagery = [
         "terms_url": "http://geo.nls.uk/maps/",
         "terms_text": "National Library of Scotland Historic Maps"
     },
+    {
+        "name": "NLS - OS 6-inch Scotland, 1842-82",
+        "type": "tms",
+        "template": "http://geo.nls.uk/maps/os/six_inch/{zoom}/{x}/{-y}.png",
+        "scaleExtent": [
+            0,
+            16
+        ],
+        "polygon": [
+            [
+                [
+                    -7.8,
+                    54.62
+                ],
+                [
+                    -7.8,
+                    60.9
+                ],
+                [
+                    -0.63,
+                    60.9
+                ],
+                [
+                    -0.63,
+                    54.62
+                ],
+                [
+                    -7.8,
+                    54.62
+                ]
+            ]
+        ],
+        "terms_url": "http://geo.nls.uk/maps/",
+        "terms_text": "National Library of Scotland Historic Maps"
+    },
     {
         "name": "New & Misaligned TIGER Roads",
         "type": "tms",
@@ -24249,7 +26487,7 @@ iD.data.imagery = [
         "name": "OS Town Plans, Edinburgh 1849-1851 (NLS)",
         "type": "tms",
         "description": "Detailed town plan of Edinburgh 1849-1851, courtesy of National Library of Scotland.",
-        "template": "http://geo.nls.uk/maps/towns/edinburgh1849/{zoom}/{x}/{-y}.png",
+        "template": "http://geo.nls.uk/maps/towns/edinburgh1849/{zoom}/{x}/{y}.png",
         "scaleExtent": [
             13,
             20
@@ -25365,6 +27603,38 @@ iD.data.imagery = [
         "terms_url": "http://maps.nls.uk/townplans/oban.html",
         "terms_text": "National Library of Scotland - Oban 1867-1868"
     },
+    {
+        "name": "OS Town Plans, Paisley 1858 (NLS)",
+        "type": "tms",
+        "description": "Detailed town plan of Paisley 1858, courtesy of National Library of Scotland.",
+        "template": "http://geo.nls.uk/maps/towns/paisley/{zoom}/{x}/{-y}.png",
+        "scaleExtent": [
+            13,
+            20
+        ],
+        "polygon": [
+            [
+                [
+                    -4.45144945,
+                    55.85448259
+                ],
+                [
+                    -4.4036847,
+                    55.85420972
+                ],
+                [
+                    -4.40371385,
+                    55.83065193
+                ],
+                [
+                    -4.4514497,
+                    55.83092507
+                ]
+            ]
+        ],
+        "terms_url": "http://maps.nls.uk/townplans/paisley.html",
+        "terms_text": "National Library of Scotland - Paisley 1858"
+    },
     {
         "name": "OS Town Plans, Peebles 1856 (NLS)",
         "type": "tms",
@@ -28101,7 +30371,8 @@ iD.data.imagery = [
                     -32.8507302
                 ]
             ]
-        ]
+        ],
+        "best": true
     },
     {
         "name": "South Tyrol Orthofoto 2011",
@@ -28221,7 +30492,8 @@ iD.data.imagery = [
                 ]
             ]
         ],
-        "terms_text": "Stadt Zürich Luftbild 2011"
+        "terms_text": "Stadt Zürich Luftbild 2011",
+        "best": true
     },
     {
         "name": "Stevns (Denmark)",
@@ -29443,409 +31715,6 @@ iD.data.imagery = [
         "terms_url": "https://wiki.openstreetmap.org/wiki/Toulouse/ToulouseMetropoleData",
         "terms_text": "ToulouseMetropole"
     },
-    {
-        "name": "Tours - Orthophotos 2008",
-        "type": "tms",
-        "template": "http://tms.mapspot.ge/tms/2/nonstandard/{zoom}/{x}/{y}.jpeg",
-        "polygon": [
-            [
-                [
-                    0.5457462,
-                    47.465264
-                ],
-                [
-                    0.54585,
-                    47.4608163
-                ],
-                [
-                    0.5392188,
-                    47.4606983
-                ],
-                [
-                    0.5393484,
-                    47.456243
-                ],
-                [
-                    0.5327959,
-                    47.4561003
-                ],
-                [
-                    0.5329011,
-                    47.451565
-                ],
-                [
-                    0.52619,
-                    47.4514013
-                ],
-                [
-                    0.5265854,
-                    47.4424884
-                ],
-                [
-                    0.5000941,
-                    47.4420739
-                ],
-                [
-                    0.5002357,
-                    47.4375835
-                ],
-                [
-                    0.4936014,
-                    47.4374324
-                ],
-                [
-                    0.4937,
-                    47.4329285
-                ],
-                [
-                    0.4606141,
-                    47.4324593
-                ],
-                [
-                    0.4607248,
-                    47.4279827
-                ],
-                [
-                    0.4541016,
-                    47.4278125
-                ],
-                [
-                    0.454932,
-                    47.4053921
-                ],
-                [
-                    0.4615431,
-                    47.4054476
-                ],
-                [
-                    0.4619097,
-                    47.3964924
-                ],
-                [
-                    0.4684346,
-                    47.3966005
-                ],
-                [
-                    0.4691319,
-                    47.3786415
-                ],
-                [
-                    0.4757125,
-                    47.3787609
-                ],
-                [
-                    0.4762116,
-                    47.3652018
-                ],
-                [
-                    0.4828297,
-                    47.3653499
-                ],
-                [
-                    0.4832223,
-                    47.3518574
-                ],
-                [
-                    0.5097927,
-                    47.3522592
-                ],
-                [
-                    0.5095688,
-                    47.3567713
-                ],
-                [
-                    0.5227698,
-                    47.3569785
-                ],
-                [
-                    0.5226429,
-                    47.3614867
-                ],
-                [
-                    0.5490721,
-                    47.3618878
-                ],
-                [
-                    0.5489087,
-                    47.3663307
-                ],
-                [
-                    0.5555159,
-                    47.3664985
-                ],
-                [
-                    0.5559105,
-                    47.3575522
-                ],
-                [
-                    0.6152789,
-                    47.358407
-                ],
-                [
-                    0.6152963,
-                    47.362893
-                ],
-                [
-                    0.6285093,
-                    47.3630936
-                ],
-                [
-                    0.6288256,
-                    47.353987
-                ],
-                [
-                    0.6155012,
-                    47.3538823
-                ],
-                [
-                    0.6157682,
-                    47.3493424
-                ],
-                [
-                    0.6090956,
-                    47.3492991
-                ],
-                [
-                    0.6094735,
-                    47.3402962
-                ],
-                [
-                    0.6160477,
-                    47.3404448
-                ],
-                [
-                    0.616083,
-                    47.3369074
-                ],
-                [
-                    0.77497,
-                    47.3388218
-                ],
-                [
-                    0.7745786,
-                    47.351628
-                ],
-                [
-                    0.7680363,
-                    47.3515901
-                ],
-                [
-                    0.767589,
-                    47.3605298
-                ],
-                [
-                    0.7742443,
-                    47.3606238
-                ],
-                [
-                    0.7733465,
-                    47.3921266
-                ],
-                [
-                    0.7667434,
-                    47.3920195
-                ],
-                [
-                    0.7664411,
-                    47.4010837
-                ],
-                [
-                    0.7730647,
-                    47.4011115
-                ],
-                [
-                    0.7728868,
-                    47.4101297
-                ],
-                [
-                    0.7661849,
-                    47.4100226
-                ],
-                [
-                    0.7660267,
-                    47.4145044
-                ],
-                [
-                    0.7527613,
-                    47.4143038
-                ],
-                [
-                    0.7529788,
-                    47.4098086
-                ],
-                [
-                    0.7462373,
-                    47.4097016
-                ],
-                [
-                    0.7459424,
-                    47.4232208
-                ],
-                [
-                    0.7392324,
-                    47.4231451
-                ],
-                [
-                    0.738869,
-                    47.4366116
-                ],
-                [
-                    0.7323267,
-                    47.4365171
-                ],
-                [
-                    0.7321869,
-                    47.4410556
-                ],
-                [
-                    0.7255048,
-                    47.44098
-                ],
-                [
-                    0.7254209,
-                    47.4453479
-                ],
-                [
-                    0.7318793,
-                    47.4454803
-                ],
-                [
-                    0.7318514,
-                    47.4501126
-                ],
-                [
-                    0.7384496,
-                    47.450226
-                ],
-                [
-                    0.7383098,
-                    47.454631
-                ],
-                [
-                    0.7449359,
-                    47.4547444
-                ],
-                [
-                    0.7443209,
-                    47.4771985
-                ],
-                [
-                    0.7310685,
-                    47.4769717
-                ],
-                [
-                    0.7309008,
-                    47.4815445
-                ],
-                [
-                    0.7176205,
-                    47.4812611
-                ],
-                [
-                    0.7177883,
-                    47.4768394
-                ],
-                [
-                    0.69777,
-                    47.4764993
-                ],
-                [
-                    0.6980496,
-                    47.4719827
-                ],
-                [
-                    0.6914514,
-                    47.4718882
-                ],
-                [
-                    0.6917309,
-                    47.4630241
-                ],
-                [
-                    0.6851048,
-                    47.4629295
-                ],
-                [
-                    0.684937,
-                    47.4673524
-                ],
-                [
-                    0.678255,
-                    47.4673335
-                ],
-                [
-                    0.6779754,
-                    47.4762158
-                ],
-                [
-                    0.6714051,
-                    47.4761592
-                ],
-                [
-                    0.6710417,
-                    47.4881952
-                ],
-                [
-                    0.6577334,
-                    47.4879685
-                ],
-                [
-                    0.6578173,
-                    47.48504
-                ],
-                [
-                    0.6511911,
-                    47.4848322
-                ],
-                [
-                    0.6514707,
-                    47.4758568
-                ],
-                [
-                    0.6448166,
-                    47.4757245
-                ],
-                [
-                    0.6449284,
-                    47.4712646
-                ],
-                [
-                    0.6117976,
-                    47.4707543
-                ],
-                [
-                    0.6118815,
-                    47.4663129
-                ],
-                [
-                    0.6052833,
-                    47.4661239
-                ],
-                [
-                    0.6054231,
-                    47.4616631
-                ],
-                [
-                    0.5988808,
-                    47.4615497
-                ],
-                [
-                    0.5990206,
-                    47.4570886
-                ],
-                [
-                    0.572488,
-                    47.4566916
-                ],
-                [
-                    0.5721805,
-                    47.4656513
-                ]
-            ]
-        ],
-        "terms_url": "http://wiki.openstreetmap.org/wiki/Tours/Orthophoto",
-        "terms_text": "Orthophoto Tour(s) Plus 2008"
-    },
     {
         "name": "Tours - Orthophotos 2008-2010",
         "type": "tms",
@@ -30445,6 +32314,41 @@ iD.data.imagery = [
         "terms_url": "http://wiki.openstreetmap.org/wiki/Tours/Orthophoto",
         "terms_text": "Orthophoto Tour(s) Plus 2008"
     },
+    {
+        "name": "Tours - Orthophotos 2013",
+        "type": "tms",
+        "template": "http://wms.openstreetmap.fr/tms/1.0.0/tours_2013/{zoom}/{x}/{y}",
+        "scaleExtent": [
+            0,
+            22
+        ],
+        "polygon": [
+            [
+                [
+                    0.427093505859375,
+                    47.26199018174824
+                ],
+                [
+                    0.427093505859375,
+                    47.50096732311069
+                ],
+                [
+                    0.814361572265625,
+                    47.50096732311069
+                ],
+                [
+                    0.814361572265625,
+                    47.26199018174824
+                ],
+                [
+                    0.427093505859375,
+                    47.26199018174824
+                ]
+            ]
+        ],
+        "terms_url": "http://wiki.openstreetmap.org/wiki/Tours/Orthophoto",
+        "terms_text": "Orthophoto Tour(s)plus 2013"
+    },
     {
         "name": "U.S. Forest Service roads",
         "type": "tms",
@@ -35886,7 +37790,8 @@ iD.data.imagery = [
                     48.692975
                 ]
             ]
-        ]
+        ],
+        "best": true
     },
     {
         "name": "Vejmidte (Denmark)",
@@ -38158,7 +40063,8 @@ iD.data.imagery = [
             ]
         ],
         "terms_text": "basemap.at",
-        "id": "basemap.at orthofoto"
+        "id": "basemap.at orthofoto",
+        "best": true
     },
     {
         "name": "Übersichtsplan Zürich",
index 0631c4fa34f0b229178c2484537d4e88792debd4..f7b832367d96b608bd54d6a45375fec33827621b 100644 (file)
@@ -850,7 +850,7 @@ iD.data.presets = {
             "name": "Courthouse"
         },
         "amenity/dentist": {
-            "icon": "hospital",
+            "icon": "dentist",
             "fields": [
                 "address",
                 "building_area",
@@ -996,7 +996,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "geometry": [
@@ -1188,6 +1187,7 @@ iD.data.presets = {
                 "supervised",
                 "park_ride",
                 "surface",
+                "maxstay",
                 "address"
             ],
             "geometry": [
@@ -1924,19 +1924,179 @@ iD.data.presets = {
             },
             "name": "University Grounds"
         },
-        "amenity/vending_machine": {
+        "amenity/vending_machine/cigarettes": {
+            "fields": [
+                "operator"
+            ],
+            "geometry": [
+                "point"
+            ],
+            "terms": [
+                "cigarette"
+            ],
+            "tags": {
+                "amenity": "vending_machine",
+                "vending": "cigarettes"
+            },
+            "name": "Cigarette Vending Machine"
+        },
+        "amenity/vending_machine/condoms": {
+            "fields": [
+                "operator"
+            ],
+            "geometry": [
+                "point"
+            ],
+            "terms": [
+                "condom"
+            ],
+            "tags": {
+                "amenity": "vending_machine",
+                "vending": "condoms"
+            },
+            "name": "Condom Vending Machine"
+        },
+        "amenity/vending_machine/drinks": {
             "fields": [
-                "vending",
                 "operator"
             ],
             "geometry": [
                 "point"
             ],
             "terms": [
-                "snack",
+                "drink",
                 "soda",
+                "beverage",
+                "juice",
+                "pop"
+            ],
+            "tags": {
+                "amenity": "vending_machine",
+                "vending": "drinks"
+            },
+            "name": "Drink Vending Machine"
+        },
+        "amenity/vending_machine/excrement_bags": {
+            "fields": [
+                "operator"
+            ],
+            "geometry": [
+                "point"
+            ],
+            "terms": [
+                "excrement bags",
+                "poop",
+                "dog",
+                "animal"
+            ],
+            "tags": {
+                "amenity": "vending_machine",
+                "vending": "excrement_bags"
+            },
+            "name": "Excrement Bag Vending Machine"
+        },
+        "amenity/vending_machine/news_papers": {
+            "fields": [
+                "operator"
+            ],
+            "geometry": [
+                "point"
+            ],
+            "terms": [
+                "newspaper"
+            ],
+            "tags": {
+                "amenity": "vending_machine",
+                "vending": "news_papers"
+            },
+            "name": "Newspaper Vending Machine"
+        },
+        "amenity/vending_machine/parcel_pickup_dropoff": {
+            "fields": [
+                "operator"
+            ],
+            "geometry": [
+                "point"
+            ],
+            "terms": [
+                "parcel",
+                "mail",
+                "pickup"
+            ],
+            "tags": {
+                "amenity": "vending_machine",
+                "vending": "parcel_pickup;parcel_mail_in"
+            },
+            "name": "Parcel Pickup/Dropoff Vending Machine"
+        },
+        "amenity/vending_machine/parking_tickets": {
+            "fields": [
+                "operator"
+            ],
+            "geometry": [
+                "point"
+            ],
+            "terms": [
+                "parking",
                 "ticket"
             ],
+            "tags": {
+                "amenity": "vending_machine",
+                "vending": "parking_tickets"
+            },
+            "name": "Parking Ticket Vending Machine"
+        },
+        "amenity/vending_machine/public_transport_tickets": {
+            "fields": [
+                "operator"
+            ],
+            "geometry": [
+                "point"
+            ],
+            "terms": [
+                "bus",
+                "train",
+                "ferry",
+                "rail",
+                "ticket",
+                "transportation"
+            ],
+            "tags": {
+                "amenity": "vending_machine",
+                "vending": "public_transport_tickets"
+            },
+            "name": "Transit Ticket Vending Machine"
+        },
+        "amenity/vending_machine/sweets": {
+            "fields": [
+                "operator"
+            ],
+            "geometry": [
+                "point"
+            ],
+            "terms": [
+                "candy",
+                "gum",
+                "chip",
+                "pretzel",
+                "cookie",
+                "cracker"
+            ],
+            "tags": {
+                "amenity": "vending_machine",
+                "vending": "sweets"
+            },
+            "name": "Snack Vending Machine"
+        },
+        "amenity/vending_machine/vending_machine": {
+            "fields": [
+                "vending",
+                "operator"
+            ],
+            "geometry": [
+                "point"
+            ],
+            "terms": [],
             "tags": {
                 "amenity": "vending_machine"
             },
@@ -2221,11 +2381,13 @@ iD.data.presets = {
                 "address"
             ],
             "geometry": [
+                "point",
                 "area"
             ],
             "tags": {
                 "building": "*"
             },
+            "matchScore": 0.4,
             "terms": [],
             "name": "Building"
         },
@@ -2236,12 +2398,12 @@ iD.data.presets = {
                 "levels"
             ],
             "geometry": [
-                "point",
                 "area"
             ],
             "tags": {
                 "building": "apartments"
             },
+            "matchScore": 0.5,
             "name": "Apartments"
         },
         "building/barn": {
@@ -2251,12 +2413,12 @@ iD.data.presets = {
                 "levels"
             ],
             "geometry": [
-                "point",
                 "area"
             ],
             "tags": {
                 "building": "barn"
             },
+            "matchScore": 0.5,
             "name": "Barn"
         },
         "building/bunker": {
@@ -2265,12 +2427,12 @@ iD.data.presets = {
                 "levels"
             ],
             "geometry": [
-                "point",
                 "area"
             ],
             "tags": {
                 "building": "bunker"
             },
+            "matchScore": 0.5,
             "name": "Bunker",
             "searchable": false
         },
@@ -2281,12 +2443,12 @@ iD.data.presets = {
                 "levels"
             ],
             "geometry": [
-                "point",
                 "area"
             ],
             "tags": {
                 "building": "cabin"
             },
+            "matchScore": 0.5,
             "name": "Cabin"
         },
         "building/cathedral": {
@@ -2296,13 +2458,13 @@ iD.data.presets = {
                 "levels"
             ],
             "geometry": [
-                "point",
                 "area"
             ],
             "tags": {
                 "building": "cathedral"
             },
-            "name": "Cathedral"
+            "matchScore": 0.5,
+            "name": "Cathedral Building"
         },
         "building/chapel": {
             "icon": "place-of-worship",
@@ -2311,13 +2473,13 @@ iD.data.presets = {
                 "levels"
             ],
             "geometry": [
-                "point",
                 "area"
             ],
             "tags": {
                 "building": "chapel"
             },
-            "name": "Chapel"
+            "matchScore": 0.5,
+            "name": "Chapel Building"
         },
         "building/church": {
             "icon": "place-of-worship",
@@ -2326,13 +2488,13 @@ iD.data.presets = {
                 "levels"
             ],
             "geometry": [
-                "point",
                 "area"
             ],
             "tags": {
                 "building": "church"
             },
-            "name": "Church"
+            "matchScore": 0.5,
+            "name": "Church Building"
         },
         "building/college": {
             "icon": "building",
@@ -2341,7 +2503,6 @@ iD.data.presets = {
                 "levels"
             ],
             "geometry": [
-                "point",
                 "area"
             ],
             "terms": [
@@ -2350,6 +2511,7 @@ iD.data.presets = {
             "tags": {
                 "building": "college"
             },
+            "matchScore": 0.5,
             "name": "College Building"
         },
         "building/commercial": {
@@ -2360,12 +2522,12 @@ iD.data.presets = {
                 "smoking"
             ],
             "geometry": [
-                "point",
                 "area"
             ],
             "tags": {
                 "building": "commercial"
             },
+            "matchScore": 0.5,
             "name": "Commercial Building"
         },
         "building/construction": {
@@ -2375,12 +2537,12 @@ iD.data.presets = {
                 "levels"
             ],
             "geometry": [
-                "point",
                 "area"
             ],
             "tags": {
                 "building": "construction"
             },
+            "matchScore": 0.5,
             "name": "Building Under Construction"
         },
         "building/detached": {
@@ -2390,7 +2552,6 @@ iD.data.presets = {
                 "levels"
             ],
             "geometry": [
-                "point",
                 "area"
             ],
             "tags": {
@@ -2403,6 +2564,7 @@ iD.data.presets = {
                 "residence",
                 "dwelling"
             ],
+            "matchScore": 0.5,
             "name": "Detached House"
         },
         "building/dormitory": {
@@ -2413,12 +2575,12 @@ iD.data.presets = {
                 "smoking"
             ],
             "geometry": [
-                "point",
                 "area"
             ],
             "tags": {
                 "building": "dormitory"
             },
+            "matchScore": 0.5,
             "name": "Dormitory"
         },
         "building/entrance": {
@@ -2433,18 +2595,18 @@ iD.data.presets = {
             "searchable": false
         },
         "building/garage": {
+            "icon": "warehouse",
             "fields": [
                 "capacity"
             ],
             "geometry": [
-                "point",
                 "area"
             ],
             "tags": {
                 "building": "garage"
             },
-            "name": "Garage",
-            "icon": "warehouse"
+            "matchScore": 0.5,
+            "name": "Garage"
         },
         "building/garages": {
             "icon": "warehouse",
@@ -2452,12 +2614,12 @@ iD.data.presets = {
                 "capacity"
             ],
             "geometry": [
-                "point",
                 "area"
             ],
             "tags": {
                 "building": "garages"
             },
+            "matchScore": 0.5,
             "name": "Garages"
         },
         "building/greenhouse": {
@@ -2467,12 +2629,12 @@ iD.data.presets = {
                 "levels"
             ],
             "geometry": [
-                "point",
                 "area"
             ],
             "tags": {
                 "building": "greenhouse"
             },
+            "matchScore": 0.5,
             "name": "Greenhouse"
         },
         "building/hospital": {
@@ -2482,12 +2644,12 @@ iD.data.presets = {
                 "levels"
             ],
             "geometry": [
-                "point",
                 "area"
             ],
             "tags": {
                 "building": "hospital"
             },
+            "matchScore": 0.5,
             "name": "Hospital Building"
         },
         "building/hotel": {
@@ -2498,12 +2660,12 @@ iD.data.presets = {
                 "smoking"
             ],
             "geometry": [
-                "point",
                 "area"
             ],
             "tags": {
                 "building": "hotel"
             },
+            "matchScore": 0.5,
             "name": "Hotel Building"
         },
         "building/house": {
@@ -2513,7 +2675,6 @@ iD.data.presets = {
                 "levels"
             ],
             "geometry": [
-                "point",
                 "area"
             ],
             "tags": {
@@ -2525,16 +2686,17 @@ iD.data.presets = {
                 "residence",
                 "dwelling"
             ],
+            "matchScore": 0.5,
             "name": "House"
         },
         "building/hut": {
             "geometry": [
-                "point",
                 "area"
             ],
             "tags": {
                 "building": "hut"
             },
+            "matchScore": 0.5,
             "name": "Hut"
         },
         "building/industrial": {
@@ -2544,12 +2706,12 @@ iD.data.presets = {
                 "levels"
             ],
             "geometry": [
-                "point",
                 "area"
             ],
             "tags": {
                 "building": "industrial"
             },
+            "matchScore": 0.5,
             "name": "Industrial Building"
         },
         "building/kindergarten": {
@@ -2559,7 +2721,6 @@ iD.data.presets = {
                 "levels"
             ],
             "geometry": [
-                "point",
                 "area"
             ],
             "terms": [
@@ -2569,6 +2730,7 @@ iD.data.presets = {
             "tags": {
                 "building": "kindergarten"
             },
+            "matchScore": 0.5,
             "name": "Preschool/Kindergarten Building"
         },
         "building/public": {
@@ -2579,12 +2741,12 @@ iD.data.presets = {
                 "smoking"
             ],
             "geometry": [
-                "point",
                 "area"
             ],
             "tags": {
                 "building": "public"
             },
+            "matchScore": 0.5,
             "name": "Public Building"
         },
         "building/residential": {
@@ -2594,12 +2756,12 @@ iD.data.presets = {
                 "levels"
             ],
             "geometry": [
-                "point",
                 "area"
             ],
             "tags": {
                 "building": "residential"
             },
+            "matchScore": 0.5,
             "name": "Residential Building"
         },
         "building/retail": {
@@ -2610,12 +2772,12 @@ iD.data.presets = {
                 "smoking"
             ],
             "geometry": [
-                "point",
                 "area"
             ],
             "tags": {
                 "building": "retail"
             },
+            "matchScore": 0.5,
             "name": "Retail Building"
         },
         "building/roof": {
@@ -2624,12 +2786,12 @@ iD.data.presets = {
                 "address"
             ],
             "geometry": [
-                "point",
                 "area"
             ],
             "tags": {
                 "building": "roof"
             },
+            "matchScore": 0.5,
             "name": "Roof"
         },
         "building/school": {
@@ -2639,7 +2801,6 @@ iD.data.presets = {
                 "levels"
             ],
             "geometry": [
-                "point",
                 "area"
             ],
             "terms": [
@@ -2651,6 +2812,7 @@ iD.data.presets = {
             "tags": {
                 "building": "school"
             },
+            "matchScore": 0.5,
             "name": "School Building"
         },
         "building/semidetached_house": {
@@ -2660,7 +2822,6 @@ iD.data.presets = {
                 "levels"
             ],
             "geometry": [
-                "point",
                 "area"
             ],
             "tags": {
@@ -2675,6 +2836,7 @@ iD.data.presets = {
                 "residence",
                 "dwelling"
             ],
+            "matchScore": 0.5,
             "name": "Semi-Detached House"
         },
         "building/shed": {
@@ -2684,12 +2846,12 @@ iD.data.presets = {
                 "levels"
             ],
             "geometry": [
-                "point",
                 "area"
             ],
             "tags": {
                 "building": "shed"
             },
+            "matchScore": 0.5,
             "name": "Shed"
         },
         "building/stable": {
@@ -2699,12 +2861,12 @@ iD.data.presets = {
                 "levels"
             ],
             "geometry": [
-                "point",
                 "area"
             ],
             "tags": {
                 "building": "stable"
             },
+            "matchScore": 0.5,
             "name": "Stable"
         },
         "building/static_caravan": {
@@ -2714,12 +2876,12 @@ iD.data.presets = {
                 "levels"
             ],
             "geometry": [
-                "point",
                 "area"
             ],
             "tags": {
                 "building": "static_caravan"
             },
+            "matchScore": 0.5,
             "name": "Static Mobile Home"
         },
         "building/terrace": {
@@ -2729,7 +2891,6 @@ iD.data.presets = {
                 "levels"
             ],
             "geometry": [
-                "point",
                 "area"
             ],
             "tags": {
@@ -2743,6 +2904,7 @@ iD.data.presets = {
                 "residence",
                 "dwelling"
             ],
+            "matchScore": 0.5,
             "name": "Row Houses"
         },
         "building/train_station": {
@@ -2759,6 +2921,7 @@ iD.data.presets = {
             "tags": {
                 "building": "train_station"
             },
+            "matchScore": 0.5,
             "name": "Train Station",
             "searchable": false
         },
@@ -2769,7 +2932,6 @@ iD.data.presets = {
                 "levels"
             ],
             "geometry": [
-                "point",
                 "area"
             ],
             "terms": [
@@ -2778,21 +2940,22 @@ iD.data.presets = {
             "tags": {
                 "building": "university"
             },
+            "matchScore": 0.5,
             "name": "University Building"
         },
         "building/warehouse": {
-            "icon": "building",
+            "icon": "warehouse",
             "fields": [
                 "address",
                 "levels"
             ],
             "geometry": [
-                "point",
                 "area"
             ],
             "tags": {
                 "building": "warehouse"
             },
+            "matchScore": 0.5,
             "name": "Warehouse"
         },
         "craft": {
@@ -4494,7 +4657,7 @@ iD.data.presets = {
                 "lit",
                 "width",
                 "incline_steps",
-                "access"
+                "handrail"
             ],
             "icon": "highway-steps",
             "geometry": [
@@ -10200,7 +10363,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "geometry": [
@@ -10352,7 +10514,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -10371,7 +10532,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -10390,7 +10550,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -10409,7 +10568,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -10428,7 +10586,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -10447,7 +10604,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -10466,7 +10622,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -10485,7 +10640,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -10504,7 +10658,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -10523,7 +10676,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -10542,7 +10694,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -10561,7 +10712,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -10580,7 +10730,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -10599,7 +10748,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -10618,7 +10766,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -10637,7 +10784,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -10656,7 +10802,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -10675,7 +10820,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -10694,7 +10838,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -10713,7 +10856,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -10732,7 +10874,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -10751,7 +10892,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -10770,7 +10910,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -10789,7 +10928,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -10808,7 +10946,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -10827,7 +10964,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -10846,7 +10982,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -10865,7 +11000,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -10884,7 +11018,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -10903,7 +11036,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -10922,7 +11054,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -10941,7 +11072,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -10960,7 +11090,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -10979,7 +11108,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -10998,7 +11126,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -11017,7 +11144,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -11036,7 +11162,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -11055,7 +11180,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -11074,7 +11198,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -11093,7 +11216,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -11112,7 +11234,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -11131,7 +11252,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -11150,7 +11270,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -11169,7 +11288,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -11188,7 +11306,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -11207,7 +11324,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -11226,7 +11342,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -11245,7 +11360,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -11264,7 +11378,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -11283,7 +11396,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -11302,7 +11414,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -11321,7 +11432,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -11340,7 +11450,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -11359,7 +11468,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -11378,7 +11486,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -11397,7 +11504,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -11416,7 +11522,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -11435,7 +11540,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -11454,7 +11558,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -11473,7 +11576,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -11492,7 +11594,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -11511,7 +11612,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -11530,7 +11630,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -11549,7 +11648,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -11568,7 +11666,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -11587,7 +11684,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -11606,7 +11702,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -11625,7 +11720,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -11644,7 +11738,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -11663,7 +11756,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -11682,7 +11774,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -11701,7 +11792,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -11720,7 +11810,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -11739,7 +11828,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -11758,7 +11846,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -11777,7 +11864,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -11796,7 +11882,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -11815,7 +11900,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -11834,7 +11918,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -11853,7 +11936,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -11872,7 +11954,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -11891,7 +11972,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -11910,7 +11990,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -11929,7 +12008,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -11948,7 +12026,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -11967,7 +12044,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -11986,7 +12062,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -12005,7 +12080,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -12024,7 +12098,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -12043,7 +12116,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -12062,7 +12134,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -12081,7 +12152,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -12100,7 +12170,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -12119,7 +12188,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -12138,7 +12206,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -12157,7 +12224,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -12176,7 +12242,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -12195,7 +12260,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -12214,7 +12278,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -12233,7 +12296,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -12252,7 +12314,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -12271,7 +12332,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -12290,7 +12350,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -12309,7 +12368,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -12328,7 +12386,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -12347,7 +12404,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -12366,7 +12422,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -12385,7 +12440,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -12404,7 +12458,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -12423,7 +12476,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -12442,7 +12494,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -12461,7 +12512,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -12480,7 +12530,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -12499,7 +12548,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -12518,7 +12566,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -12537,7 +12584,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -12556,7 +12602,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -12575,7 +12620,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -12594,7 +12638,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -12613,7 +12656,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -12632,7 +12674,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -12651,7 +12692,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -12670,7 +12710,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -12689,7 +12728,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -12708,7 +12746,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -12727,7 +12764,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -12746,7 +12782,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -12765,7 +12800,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -12784,7 +12818,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -12803,7 +12836,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -12822,7 +12854,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -12841,7 +12872,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -12860,7 +12890,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -12879,7 +12908,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -12898,7 +12926,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -12917,7 +12944,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -12936,7 +12962,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -12955,7 +12980,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -12974,7 +12998,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -12994,7 +13017,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -13013,7 +13035,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -13032,7 +13053,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -13051,7 +13071,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -13070,7 +13089,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -13089,7 +13107,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -13108,7 +13125,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -13127,7 +13143,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -13146,7 +13161,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -13165,7 +13179,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -13184,7 +13197,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -13203,7 +13215,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -13222,7 +13233,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -13241,7 +13251,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -13260,7 +13269,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -13279,7 +13287,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -13298,7 +13305,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -13317,7 +13323,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -13336,7 +13341,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -13355,7 +13359,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -13374,7 +13377,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -13393,7 +13395,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -13412,7 +13413,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -13431,7 +13431,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -13450,7 +13449,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -13469,7 +13467,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -13488,7 +13485,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -13507,7 +13503,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -13526,7 +13521,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -13545,7 +13539,6 @@ iD.data.presets = {
             "fields": [
                 "operator",
                 "address",
-                "building_area",
                 "opening_hours"
             ],
             "suggestion": true
@@ -39930,6 +39923,11 @@ iD.data.presets = {
             "label": "Handicap",
             "placeholder": "1-18"
         },
+        "handrail": {
+            "key": "handrail",
+            "type": "check",
+            "label": "Handrail"
+        },
         "highway": {
             "key": "highway",
             "type": "typeCombo",
@@ -40107,6 +40105,25 @@ iD.data.presets = {
             "label": "Speed Limit",
             "placeholder": "40, 50, 60..."
         },
+        "maxstay": {
+            "key": "maxstay",
+            "type": "combo",
+            "label": "Max Stay",
+            "options": [
+                "15 min",
+                "30 min",
+                "45 min",
+                "1 hr",
+                "1.5 hr",
+                "2 hr",
+                "2.5 hr",
+                "3 hr",
+                "4 hr",
+                "1 day",
+                "2 day"
+            ],
+            "snake_case": false
+        },
         "mtb/scale": {
             "key": "mtb:scale",
             "type": "combo",