[libadwaita/wip/exalm/demo: 5/9] demo: Add icons, appdata and desktop file




commit f4cc45ced49a3b24e1bb44980903dd77bdef5ccb
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Tue Oct 12 20:59:29 2021 +0500

    demo: Add icons, appdata and desktop file
    
    Make it more like a real app.
    
    Have NoDisplay=true in the desktop file though.

 demo/data/meson.build                              |   58 +
 demo/data/org.gnome.Adwaita1.Demo-symbolic.svg     |   62 +
 demo/data/org.gnome.Adwaita1.Demo.Source.svg       | 3756 ++++++++++++++++++++
 demo/data/org.gnome.Adwaita1.Demo.desktop.in       |   10 +
 .../org.gnome.Adwaita1.Demo.metainfo.xml.in.in     |   50 +
 demo/data/org.gnome.Adwaita1.Demo.svg              |   62 +
 6 files changed, 3998 insertions(+)
---
diff --git a/demo/data/meson.build b/demo/data/meson.build
index e69de29b..612410c5 100644
--- a/demo/data/meson.build
+++ b/demo/data/meson.build
@@ -0,0 +1,58 @@
+desktop_file = i18n.merge_file(
+  input: 'org.gnome.Adwaita1.Demo.desktop.in',
+  output: 'org.gnome.Adwaita1.Demo.desktop',
+  type: 'desktop',
+  po_dir: '../../po',
+  install: true,
+  install_dir: datadir / 'applications'
+)
+
+desktop_utils = find_program('desktop-file-validate', required: false)
+if desktop_utils.found()
+  test('Validate desktop file', desktop_utils,
+    args: [desktop_file]
+  )
+endif
+
+today = 'unknown'
+date = find_program('date',
+         required: false)
+if date.found()
+  r = run_command(date, '-I')
+  if r.returncode() == 0
+    today = r.stdout().strip()
+  endif
+endif
+
+appdata_config = configuration_data()
+appdata_config.set('BUILD_VERSION', meson.project_version())
+appdata_config.set('BUILD_DATE', today)
+
+appstream_file = i18n.merge_file(
+  input: configure_file(
+    input: 'org.gnome.Adwaita1.Demo.metainfo.xml.in.in',
+    output: 'org.gnome.Adwaita1.Demo.metainfo.xml.in',
+    configuration: appdata_config
+  ),
+  output: 'org.gnome.Adwaita1.Demo.metainfo.xml',
+  po_dir: '../../po',
+  install: true,
+  install_dir: datadir / 'metainfo'
+)
+
+appstream_util = find_program('appstream-util', required: false)
+if appstream_util.found()
+  test('Validate appstream file', appstream_util,
+    args: ['validate', '--nonet', appstream_file]
+  )
+endif
+
+install_data(
+  'org.gnome.Adwaita1.Demo.svg',
+  install_dir: datadir / 'icons' / 'hicolor' / 'scalable' / 'apps'
+)
+
+install_data(
+  'org.gnome.Adwaita1.Demo-symbolic.svg',
+  install_dir: datadir / 'icons' / 'hicolor' / 'symbolic' / 'apps'
+)
diff --git a/demo/data/org.gnome.Adwaita1.Demo-symbolic.svg b/demo/data/org.gnome.Adwaita1.Demo-symbolic.svg
new file mode 100644
index 00000000..02350f91
--- /dev/null
+++ b/demo/data/org.gnome.Adwaita1.Demo-symbolic.svg
@@ -0,0 +1,62 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg height="16px" viewBox="0 0 16 16" width="16px" xmlns="http://www.w3.org/2000/svg"; 
xmlns:xlink="http://www.w3.org/1999/xlink";>
+    <filter id="a" height="100%" width="100%" x="0%" y="0%">
+        <feColorMatrix in="SourceGraphic" type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/>
+    </filter>
+    <mask id="b">
+        <g filter="url(#a)">
+            <rect fill-opacity="0.95" height="16" width="16"/>
+        </g>
+    </mask>
+    <clipPath id="c">
+        <rect height="152" width="192"/>
+    </clipPath>
+    <mask id="d">
+        <g filter="url(#a)">
+            <rect fill-opacity="0.75" height="16" width="16"/>
+        </g>
+    </mask>
+    <clipPath id="e">
+        <rect height="152" width="192"/>
+    </clipPath>
+    <mask id="f">
+        <g filter="url(#a)">
+            <rect fill-opacity="0.4" height="16" width="16"/>
+        </g>
+    </mask>
+    <clipPath id="g">
+        <rect height="152" width="192"/>
+    </clipPath>
+    <mask id="h">
+        <g filter="url(#a)">
+            <rect fill-opacity="0.8" height="16" width="16"/>
+        </g>
+    </mask>
+    <linearGradient id="i" gradientUnits="userSpaceOnUse" x1="16" x2="128" y1="96" y2="96">
+        <stop offset="0" stop-color="#3584e4"/>
+        <stop offset="0.428679" stop-color="#62a0ea"/>
+        <stop offset="0.499994" stop-color="#c1d9f7"/>
+        <stop offset="0.571308" stop-color="#62a0ea"/>
+        <stop offset="1" stop-color="#3584e4"/>
+    </linearGradient>
+    <clipPath id="j">
+        <rect height="152" width="192"/>
+    </clipPath>
+    <g fill="#241f31">
+        <path d="m 1 7 h 8 v 8 z m 0 0"/>
+        <path d="m 15 1 h -6 v 6 z m 0 0"/>
+        <path d="m 9 7 h 5 v 5 z m 0 0"/>
+    </g>
+    <g clip-path="url(#c)" mask="url(#b)" transform="matrix(1 0 0 1 -168 -16)">
+        <path d="m 36 68 h 36 v 36 z m 0 0" fill="#ffffff"/>
+    </g>
+    <g clip-path="url(#e)" mask="url(#d)" transform="matrix(1 0 0 1 -168 -16)">
+        <path d="m 96 44 h -24 v 24 z m 0 0" fill="#ffffff"/>
+    </g>
+    <g clip-path="url(#g)" mask="url(#f)" transform="matrix(1 0 0 1 -168 -16)">
+        <path d="m 72 68 h 18 v 18 z m 0 0" fill="#ffffff"/>
+    </g>
+    <g clip-path="url(#j)" mask="url(#h)" transform="matrix(1 0 0 1 -168 -16)">
+        <path d="m 16.496094 67 c -1.171875 2.886719 -0.585938 6.308594 1.765625 8.65625 l 48.082031 
48.082031 c 3.132812 3.136719 8.179688 3.136719 11.3125 0 l 48.082031 -48.082031 c 2.351563 -2.347656 2.9375 
-5.769531 1.769531 -8.65625 c -0.394531 0.964844 -0.980468 1.871094 -1.769531 2.65625 l -48.082031 48.082031 
c -3.132812 3.136719 -8.179688 3.136719 -11.3125 0 l -48.082031 -48.082031 c -0.789063 -0.785156 -1.375 
-1.691406 -1.765625 -2.65625 z m 0 0" fill="url(#i)"/>
+    </g>
+</svg>
diff --git a/demo/data/org.gnome.Adwaita1.Demo.Source.svg b/demo/data/org.gnome.Adwaita1.Demo.Source.svg
new file mode 100644
index 00000000..3044a5e0
--- /dev/null
+++ b/demo/data/org.gnome.Adwaita1.Demo.Source.svg
@@ -0,0 +1,3756 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/";
+   xmlns:cc="http://creativecommons.org/ns#";
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
+   xmlns:svg="http://www.w3.org/2000/svg";
+   xmlns="http://www.w3.org/2000/svg";
+   xmlns:xlink="http://www.w3.org/1999/xlink";
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd";
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape";
+   inkscape:export-ydpi="96"
+   inkscape:export-xdpi="96"
+   inkscape:export-filename="Template.png"
+   width="192"
+   height="152"
+   id="svg11300"
+   sodipodi:version="0.32"
+   inkscape:version="1.0.2 (e86c870879, 2021-01-15)"
+   sodipodi:docname="eek.notanapp.Adwaita2.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   version="1.0"
+   style="display:inline;enable-background:new"
+   viewBox="0 0 192 152">
+  <title
+     id="title4162">Adwaita Icon Template</title>
+  <defs
+     id="defs3">
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient1924">
+      <stop
+         style="stop-color:#3584e4;stop-opacity:1"
+         offset="0"
+         id="stop1914" />
+      <stop
+         style="stop-color:#62a0ea;stop-opacity:1"
+         offset="0.42867929"
+         id="stop1916" />
+      <stop
+         style="stop-color:#c1d9f7;stop-opacity:1"
+         offset="0.49999353"
+         id="stop1918" />
+      <stop
+         style="stop-color:#62a0ea;stop-opacity:1"
+         offset="0.57130778"
+         id="stop1920" />
+      <stop
+         style="stop-color:#3584e4;stop-opacity:1"
+         offset="1"
+         id="stop1922" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient1912">
+      <stop
+         style="stop-color:#8ff0a4;stop-opacity:1"
+         offset="0"
+         id="stop1908" />
+      <stop
+         style="stop-color:#3584e4;stop-opacity:1"
+         offset="1"
+         id="stop1910" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient1843">
+      <stop
+         style="stop-color:#62a0ea;stop-opacity:1;"
+         offset="0"
+         id="stop1839" />
+      <stop
+         style="stop-color:#62a0ea;stop-opacity:1"
+         offset="0.42867929"
+         id="stop1847" />
+      <stop
+         style="stop-color:#c1d9f7;stop-opacity:1"
+         offset="0.49999353"
+         id="stop1849" />
+      <stop
+         style="stop-color:#62a0ea;stop-opacity:1"
+         offset="0.57130778"
+         id="stop1851" />
+      <stop
+         style="stop-color:#62a0ea;stop-opacity:1"
+         offset="1"
+         id="stop1841" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient1681">
+      <stop
+         style="stop-color:#f1aaf2;stop-opacity:1"
+         offset="0"
+         id="stop1677" />
+      <stop
+         style="stop-color:#3584e4;stop-opacity:1"
+         offset="1"
+         id="stop1679" />
+    </linearGradient>
+    <inkscape:path-effect
+       effect="fillet_chamfer"
+       id="path-effect1372"
+       is_visible="true"
+       lpeversion="1"
+       satellites_param="F,0,0,1,0,1.0743693,0,1 @ F,0,0,1,0,2.37739,0,1 @ F,0,0,1,0,3,0,1 @ F,0,0,1,0,1,0,1 
@ F,0,0,1,0,1,0,1 @ F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,1,0,1 @ 
F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,1,0,1 @ 
F,0,0,1,0,1.4142136,0,1"
+       unit="px"
+       method="auto"
+       mode="F"
+       radius="0"
+       chamfer_steps="1"
+       flexible="false"
+       use_knot_distance="true"
+       apply_no_radius="true"
+       apply_with_radius="true"
+       only_selected="false"
+       hide_knots="false" />
+    <inkscape:path-effect
+       effect="fillet_chamfer"
+       id="path-effect1332"
+       is_visible="true"
+       lpeversion="1"
+       satellites_param="F,0,0,1,0,1,0,1 @ F,0,0,1,0,4,0,1 @ F,0,0,1,0,3,0,1 @ F,0,0,1,0,1,0,1 @ 
F,0,0,1,0,1,0,1 @ F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,1,0,1 @ 
F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,0.5,0,1 @ 
F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,1,0,1 @ F,0,1,1,0,1,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,1,0,1"
+       unit="px"
+       method="auto"
+       mode="F"
+       radius="0"
+       chamfer_steps="1"
+       flexible="false"
+       use_knot_distance="true"
+       apply_no_radius="true"
+       apply_with_radius="true"
+       only_selected="false"
+       hide_knots="false" />
+    <inkscape:path-effect
+       effect="fillet_chamfer"
+       id="path-effect1324"
+       is_visible="true"
+       lpeversion="1"
+       satellites_param="F,0,0,1,0,1,0,1 @ F,0,0,1,0,4,0,1 @ F,0,0,1,0,3,0,1 @ F,0,0,1,0,1,0,1 @ 
F,0,0,1,0,1,0,1 @ F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,1,0,1 @ 
F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,0.5,0,1 @ 
F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,1,0,1 @ F,0,1,1,0,1,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,1,0,1"
+       unit="px"
+       method="auto"
+       mode="F"
+       radius="0"
+       chamfer_steps="1"
+       flexible="false"
+       use_knot_distance="true"
+       apply_no_radius="true"
+       apply_with_radius="true"
+       only_selected="false"
+       hide_knots="false" />
+    <inkscape:path-effect
+       effect="fillet_chamfer"
+       id="path-effect1316"
+       is_visible="true"
+       lpeversion="1"
+       satellites_param="F,0,0,1,0,1,0,1 @ F,0,0,1,0,4,0,1 @ F,0,0,1,0,3,0,1 @ F,0,0,1,0,1,0,1 @ 
F,0,0,1,0,1,0,1 @ F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,1,0,1 @ 
F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,0.5,0,1 @ 
F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,1,0,1 @ F,0,1,1,0,1,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,1,0,1"
+       unit="px"
+       method="auto"
+       mode="F"
+       radius="0"
+       chamfer_steps="1"
+       flexible="false"
+       use_knot_distance="true"
+       apply_no_radius="true"
+       apply_with_radius="true"
+       only_selected="false"
+       hide_knots="false" />
+    <inkscape:path-effect
+       effect="fillet_chamfer"
+       id="path-effect1387"
+       is_visible="true"
+       lpeversion="1"
+       satellites_param="F,0,0,1,0,1,0,1 @ F,0,0,1,0,4,0,1 @ F,0,0,1,0,3,0,1 @ F,0,0,1,0,1,0,1 @ 
F,0,0,1,0,1,0,1 @ F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,1,0,1 @ 
F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,0.5,0,1 @ 
F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,1,0,1 @ F,0,1,1,0,1,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,1,0,1"
+       unit="px"
+       method="auto"
+       mode="F"
+       radius="0"
+       chamfer_steps="1"
+       flexible="false"
+       use_knot_distance="true"
+       apply_no_radius="true"
+       apply_with_radius="true"
+       only_selected="false"
+       hide_knots="false" />
+    <inkscape:path-effect
+       effect="fillet_chamfer"
+       id="path-effect1379"
+       is_visible="true"
+       lpeversion="1"
+       satellites_param="F,0,0,1,0,1,0,1 @ F,0,0,1,0,4,0,1 @ F,0,0,1,0,3,0,1 @ F,0,0,1,0,1,0,1 @ 
F,0,0,1,0,1,0,1 @ F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,1,0,1 @ 
F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,0.5,0,1 @ 
F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,1,0,1 @ F,0,1,1,0,1,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,1,0,1"
+       unit="px"
+       method="auto"
+       mode="F"
+       radius="0"
+       chamfer_steps="1"
+       flexible="false"
+       use_knot_distance="true"
+       apply_no_radius="true"
+       apply_with_radius="true"
+       only_selected="false"
+       hide_knots="false" />
+    <inkscape:path-effect
+       effect="fillet_chamfer"
+       id="path-effect1375"
+       is_visible="true"
+       lpeversion="1"
+       satellites_param="F,0,0,1,0,1,0,1 @ F,0,0,1,0,4,0,1 @ F,0,0,1,0,3,0,1 @ F,0,0,1,0,1,0,1 @ 
F,0,0,1,0,1,0,1 @ F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,1,0,1 @ 
F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,0.5,0,1 @ 
F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,1,0,1 @ F,0,1,1,0,1,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,1,0,1"
+       unit="px"
+       method="auto"
+       mode="F"
+       radius="0"
+       chamfer_steps="1"
+       flexible="false"
+       use_knot_distance="true"
+       apply_no_radius="true"
+       apply_with_radius="true"
+       only_selected="false"
+       hide_knots="false" />
+    <inkscape:path-effect
+       effect="fillet_chamfer"
+       id="path-effect1371"
+       is_visible="true"
+       lpeversion="1"
+       satellites_param="F,0,0,1,0,1,0,1 @ F,0,0,1,0,4,0,1 @ F,0,0,1,0,3,0,1 @ F,0,0,1,0,1,0,1 @ 
F,0,0,1,0,1,0,1 @ F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,1,0,1 @ 
F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,0.5,0,1 @ 
F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,1,0,1 @ F,0,1,1,0,1,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,1,0,1"
+       unit="px"
+       method="auto"
+       mode="F"
+       radius="0"
+       chamfer_steps="1"
+       flexible="false"
+       use_knot_distance="true"
+       apply_no_radius="true"
+       apply_with_radius="true"
+       only_selected="false"
+       hide_knots="false" />
+    <inkscape:path-effect
+       effect="fillet_chamfer"
+       id="path-effect1329"
+       is_visible="true"
+       lpeversion="1"
+       satellites_param="F,0,0,1,0,1,0,1 @ F,0,0,1,0,4,0,1 @ F,0,0,1,0,3,0,1 @ F,0,0,1,0,1,0,1 @ 
F,0,0,1,0,1,0,1 @ F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,1,0,1 @ 
F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,4,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,2,0,1 
@ F,0,0,1,0,1,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,1,0,1"
+       unit="px"
+       method="auto"
+       mode="F"
+       radius="0"
+       chamfer_steps="1"
+       flexible="false"
+       use_knot_distance="true"
+       apply_no_radius="true"
+       apply_with_radius="true"
+       only_selected="false"
+       hide_knots="false" />
+    <inkscape:path-effect
+       effect="fillet_chamfer"
+       id="path-effect1325"
+       is_visible="true"
+       lpeversion="1"
+       satellites_param="F,0,0,1,0,1,0,1 @ F,0,0,1,0,4,0,1 @ F,0,0,1,0,3,0,1 @ F,0,0,1,0,1,0,1 @ 
F,0,0,1,0,1,0,1 @ F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,1,0,1 @ 
F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,4,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,2,0,1 
@ F,0,0,1,0,1,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,1,0,1"
+       unit="px"
+       method="auto"
+       mode="F"
+       radius="0"
+       chamfer_steps="1"
+       flexible="false"
+       use_knot_distance="true"
+       apply_no_radius="true"
+       apply_with_radius="true"
+       only_selected="false"
+       hide_knots="false" />
+    <inkscape:path-effect
+       effect="fillet_chamfer"
+       id="path-effect1321"
+       is_visible="true"
+       lpeversion="1"
+       satellites_param="F,0,0,1,0,1,0,1 @ F,0,0,1,0,4,0,1 @ F,0,0,1,0,3,0,1 @ F,0,0,1,0,1,0,1 @ 
F,0,0,1,0,1,0,1 @ F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,1,0,1 @ 
F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,0.5,0,1 @ 
F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,4,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,2,0,1 @ F,0,0,1,0,1,0,1 @ 
F,0,0,1,0,1,0,1 @ F,0,0,1,0,1,0,1"
+       unit="px"
+       method="auto"
+       mode="F"
+       radius="0"
+       chamfer_steps="1"
+       flexible="false"
+       use_knot_distance="true"
+       apply_no_radius="true"
+       apply_with_radius="true"
+       only_selected="false"
+       hide_knots="false" />
+    <inkscape:path-effect
+       effect="fillet_chamfer"
+       id="path-effect1315"
+       is_visible="true"
+       lpeversion="1"
+       satellites_param="F,0,0,1,0,1,0,1 @ F,0,0,1,0,4,0,1 @ F,0,0,1,0,3,0,1 @ F,0,0,1,0,1,0,1 @ 
F,0,0,1,0,1,0,1 @ F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,1,0,1 @ 
F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,0.5,0,1 @ 
F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,4,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,2,0,1 @ F,0,0,1,0,1,0,1 @ 
F,0,0,1,0,1,0,1 @ F,0,0,1,0,1,0,1"
+       unit="px"
+       method="auto"
+       mode="F"
+       radius="0"
+       chamfer_steps="1"
+       flexible="false"
+       use_knot_distance="true"
+       apply_no_radius="true"
+       apply_with_radius="true"
+       only_selected="false"
+       hide_knots="false" />
+    <inkscape:path-effect
+       effect="fillet_chamfer"
+       id="path-effect1313"
+       is_visible="true"
+       lpeversion="1"
+       satellites_param="F,0,0,1,0,1.0743693,0,1 @ F,0,0,1,0,2.37739,0,1 @ F,0,0,1,0,3,0,1 @ F,0,0,1,0,1,0,1 
@ F,0,0,1,0,1,0,1 @ F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,1,0,1 @ 
F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,0.5,0,1 @ 
F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,1.4142136,0,1"
+       unit="px"
+       method="auto"
+       mode="F"
+       radius="0"
+       chamfer_steps="1"
+       flexible="false"
+       use_knot_distance="true"
+       apply_no_radius="true"
+       apply_with_radius="true"
+       only_selected="false"
+       hide_knots="false" />
+    <inkscape:path-effect
+       effect="fillet_chamfer"
+       id="path-effect1296"
+       is_visible="true"
+       lpeversion="1"
+       satellites_param="F,0,0,1,0,0,0,1 @ F,0,0,1,0,4,0,1 @ F,0,0,1,0,0,0,1 @ F,0,0,1,0,1,0,1 @ 
F,0,0,1,0,1,0,1 @ F,0,0,1,0,0,0,1 @ F,0,0,1,0,0,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,0,0,1 @ 
F,0,0,1,0,0,0,1 @ F,0,0,1,0,4,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,2,0,1 @ F,0,0,1,0,2,0,1 @ 
F,0,0,1,0,2,0,1 @ F,0,0,1,0,0,0,1"
+       unit="px"
+       method="auto"
+       mode="F"
+       radius="0"
+       chamfer_steps="1"
+       flexible="false"
+       use_knot_distance="true"
+       apply_no_radius="true"
+       apply_with_radius="true"
+       only_selected="false"
+       hide_knots="false" />
+    <inkscape:path-effect
+       effect="fillet_chamfer"
+       id="path-effect1294"
+       is_visible="true"
+       lpeversion="1"
+       satellites_param="F,0,0,1,0,0,0,1 @ F,0,0,1,0,1.6499746,0,1 @ F,0,0,1,0,3,0,1 @ F,0,0,1,0,1,0,1 @ 
F,0,0,1,0,1,0,1 @ F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,1,0,1 @ 
F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,0.5,0,1 @ F,0,1,1,0,0,0,1 @ F,0,1,1,0,0,0,1 @ F,0,0,1,0,0,0,1 @ F,0,0,1,0,0,0,1 
@ F,0,0,1,0,0,0,1"
+       unit="px"
+       method="auto"
+       mode="F"
+       radius="0"
+       chamfer_steps="1"
+       flexible="false"
+       use_knot_distance="true"
+       apply_no_radius="true"
+       apply_with_radius="true"
+       only_selected="false"
+       hide_knots="false" />
+    <inkscape:path-effect
+       effect="fillet_chamfer"
+       id="path-effect1289"
+       is_visible="true"
+       lpeversion="1"
+       satellites_param="F,0,0,1,0,1.0743693,0,1 @ F,0,0,1,0,2.37739,0,1 @ F,0,0,1,0,3,0,1 @ F,0,0,1,0,1,0,1 
@ F,0,0,1,0,1,0,1 @ F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,1,0,1 @ 
F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,0.5,0,1 @ 
F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,1.4142136,0,1"
+       unit="px"
+       method="auto"
+       mode="F"
+       radius="0"
+       chamfer_steps="1"
+       flexible="false"
+       use_knot_distance="true"
+       apply_no_radius="true"
+       apply_with_radius="true"
+       only_selected="false"
+       hide_knots="false" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient1976">
+      <stop
+         style="stop-color:#dc8add;stop-opacity:1"
+         offset="0"
+         id="stop1972" />
+      <stop
+         style="stop-color:#3584e4;stop-opacity:1"
+         offset="1"
+         id="stop1974" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient1596">
+      <stop
+         style="stop-color:#f5acf6;stop-opacity:1"
+         offset="0"
+         id="stop1592" />
+      <stop
+         style="stop-color:#3584e4;stop-opacity:1"
+         offset="1"
+         id="stop1594" />
+    </linearGradient>
+    <inkscape:path-effect
+       effect="fillet_chamfer"
+       id="path-effect1016"
+       is_visible="true"
+       lpeversion="1"
+       satellites_param="F,0,0,1,0,1.0743693,0,1 @ F,0,0,1,0,2.37739,0,1 @ F,0,0,1,0,3,0,1 @ F,0,0,1,0,1,0,1 
@ F,0,0,1,0,1,0,1 @ F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,1,0,1 @ 
F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,0.5,0,1 @ 
F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,1.4142136,0,1"
+       unit="px"
+       method="auto"
+       mode="F"
+       radius="0"
+       chamfer_steps="1"
+       flexible="false"
+       use_knot_distance="true"
+       apply_no_radius="true"
+       apply_with_radius="true"
+       only_selected="false"
+       hide_knots="false" />
+    <inkscape:path-effect
+       effect="fillet_chamfer"
+       id="path-effect1012"
+       is_visible="true"
+       lpeversion="1"
+       satellites_param="F,0,0,1,0,1.0743693,0,1 @ F,0,0,1,0,2.37739,0,1 @ F,0,0,1,0,3,0,1 @ F,0,0,1,0,1,0,1 
@ F,0,0,1,0,1,0,1 @ F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,1,0,1 @ 
F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,0.5,0,1 @ 
F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,1.4142136,0,1"
+       unit="px"
+       method="auto"
+       mode="F"
+       radius="0"
+       chamfer_steps="1"
+       flexible="false"
+       use_knot_distance="true"
+       apply_no_radius="true"
+       apply_with_radius="true"
+       only_selected="false"
+       hide_knots="false" />
+    <inkscape:path-effect
+       effect="fillet_chamfer"
+       id="path-effect1008"
+       is_visible="true"
+       lpeversion="1"
+       satellites_param="F,0,0,1,0,1.0743693,0,1 @ F,0,0,1,0,2.37739,0,1 @ F,0,0,1,0,3,0,1 @ F,0,0,1,0,1,0,1 
@ F,0,0,1,0,1,0,1 @ F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,1,0,1 @ 
F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,0.5,0,1 @ 
F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,1.4142136,0,1"
+       unit="px"
+       method="auto"
+       mode="F"
+       radius="0"
+       chamfer_steps="1"
+       flexible="false"
+       use_knot_distance="true"
+       apply_no_radius="true"
+       apply_with_radius="true"
+       only_selected="false"
+       hide_knots="false" />
+    <inkscape:path-effect
+       effect="fillet_chamfer"
+       id="path-effect1073"
+       is_visible="true"
+       lpeversion="1"
+       satellites_param="F,0,0,1,0,1.0743693,0,1 @ F,0,0,1,0,2.37739,0,1 @ F,0,0,1,0,3,0,1 @ F,0,0,1,0,1,0,1 
@ F,0,0,1,0,1,0,1 @ F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,1,0,1 @ 
F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,0.5,0,1 @ 
F,0,0,1,0,0.5,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,1,0,1 @ F,0,0,1,0,1.4142136,0,1"
+       unit="px"
+       method="auto"
+       mode="F"
+       radius="0"
+       chamfer_steps="1"
+       flexible="false"
+       use_knot_distance="true"
+       apply_no_radius="true"
+       apply_with_radius="true"
+       only_selected="false"
+       hide_knots="false" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient1482">
+      <stop
+         style="stop-color:#8ff0ee;stop-opacity:1"
+         offset="0"
+         id="stop1478" />
+      <stop
+         style="stop-color:#1a5fb4;stop-opacity:1"
+         offset="1"
+         id="stop1480" />
+    </linearGradient>
+    <linearGradient
+       y2="236"
+       x2="96"
+       y1="236"
+       x1="32"
+       gradientTransform="translate(604.81684,170.58641)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient1099"
+       xlink:href="#linearGradient1036" />
+    <linearGradient
+       id="linearGradient1036">
+      <stop
+         id="stop1032"
+         offset="0"
+         style="stop-color:#d5d3cf;stop-opacity:1;" />
+      <stop
+         id="stop1034"
+         offset="1"
+         style="stop-color:#f6f5f4;stop-opacity:1" />
+    </linearGradient>
+    <radialGradient
+       r="32"
+       fy="-76"
+       fx="-244"
+       cy="-76"
+       cx="-244"
+       gradientTransform="matrix(0.88333331,0,0,0.88333331,-460.35018,463.11973)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient1103"
+       xlink:href="#linearGradient1069" />
+    <linearGradient
+       id="linearGradient1069">
+      <stop
+         id="stop1065"
+         offset="0"
+         style="stop-color:#d5d3cf;stop-opacity:1" />
+      <stop
+         id="stop1067-1"
+         offset="1"
+         style="stop-color:#949390;stop-opacity:1" />
+    </linearGradient>
+    <linearGradient
+       gradientUnits="userSpaceOnUse"
+       y2="232"
+       x2="64"
+       y1="262.5"
+       x1="64"
+       id="linearGradient1027"
+       xlink:href="#linearGradient1025"
+       gradientTransform="translate(-470.5864,432.81685)" />
+    <linearGradient
+       id="linearGradient1025">
+      <stop
+         id="stop1021"
+         offset="0"
+         style="stop-color:#9a9996;stop-opacity:1" />
+      <stop
+         id="stop1023"
+         offset="1"
+         style="stop-color:#77767b;stop-opacity:1" />
+    </linearGradient>
+    <inkscape:path-effect
+       effect="spiro"
+       id="path-effect35304-9"
+       is_visible="true" />
+    <clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath1609-7">
+      <path
+         sodipodi:nodetypes="cccccc"
+         inkscape:connector-curvature="0"
+         id="path1611-5"
+         d="m 252,116 28,-28 v -8 h -36 v 36 z"
+         
style="fill:#e74747;stroke:none;stroke-width:0.25px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
 />
+    </clipPath>
+    <linearGradient
+       id="linearGradient1697">
+      <stop
+         id="stop1685"
+         offset="0"
+         style="stop-color:#deddda;stop-opacity:1" />
+      <stop
+         style="stop-color:#eeeeec;stop-opacity:1"
+         offset="0.04545455"
+         id="stop1687" />
+      <stop
+         id="stop1689"
+         offset="0.09090909"
+         style="stop-color:#deddda;stop-opacity:1" />
+      <stop
+         style="stop-color:#deddda;stop-opacity:1"
+         offset="0.90909094"
+         id="stop1691" />
+      <stop
+         id="stop1693"
+         offset="0.95454544"
+         style="stop-color:#eeeeec;stop-opacity:1" />
+      <stop
+         id="stop1695"
+         offset="1"
+         style="stop-color:#c0bfbc;stop-opacity:1" />
+    </linearGradient>
+    <clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath1289">
+      <path
+         
style="display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#000000;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new"
+         d="m 64,-148 h 64 l 64,-64 64,64 h 192 c 17.728,0 32,14.272 32,32 v 288 c 0,17.728 -14.272,32 
-32,32 H 256 l -64,-64 -64,64 H 64 C 46.272,204 32,189.728 32,172 v -288 c 0,-17.728 14.408898,-34.19889 
32,-32 z"
+         id="path1291"
+         inkscape:connector-curvature="0"
+         sodipodi:nodetypes="scccsssscccssss" />
+    </clipPath>
+    <linearGradient
+       id="paint3_linear-2-6-5"
+       x2="1"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0,6,-12,0,-64,209.99687)">
+      <stop
+         stop-color="#C01C27"
+         id="stop91-0-7-4" />
+      <stop
+         offset="1"
+         stop-color="#E01B24"
+         id="stop93-2-5-7" />
+    </linearGradient>
+    <clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath1609">
+      <path
+         sodipodi:nodetypes="cccccc"
+         inkscape:connector-curvature="0"
+         id="path1611"
+         d="m 252,116 28,-28 v -8 h -36 v 36 z"
+         
style="fill:#e74747;stroke:none;stroke-width:0.25px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
 />
+    </clipPath>
+    <clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath18689">
+      <rect
+         clip-path="none"
+         transform="rotate(45)"
+         ry="32.000008"
+         rx="32.000008"
+         y="123.9986"
+         x="486.03726"
+         height="362.94299"
+         width="362.94299"
+         id="rect18691"
+         
style="display:inline;opacity:1;vector-effect:none;fill:#4a86cf;fill-opacity:1;stroke:none;stroke-width:26.0669;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new"
 />
+    </clipPath>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient1482"
+       id="radialGradient998"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.9796008,0,0,1.9796008,-489.3219,-292.37667)"
+       cx="499.29224"
+       cy="298.24582"
+       fx="499.29224"
+       fy="298.24582"
+       r="212" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient1482"
+       id="linearGradient1331"
+       gradientUnits="userSpaceOnUse"
+       x1="499.51151"
+       y1="127.19627"
+       x2="842.04919"
+       y2="469.73395" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient1482"
+       id="linearGradient1390"
+       gradientUnits="userSpaceOnUse"
+       x1="499.51151"
+       y1="127.19627"
+       x2="842.04919"
+       y2="469.73395" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient1482"
+       id="linearGradient1442"
+       gradientUnits="userSpaceOnUse"
+       x1="499.51151"
+       y1="127.19627"
+       x2="842.04919"
+       y2="469.73395" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient1482"
+       id="linearGradient1514"
+       gradientUnits="userSpaceOnUse"
+       x1="499.51151"
+       y1="127.19627"
+       x2="842.04919"
+       y2="469.73395" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient1482"
+       id="linearGradient1590"
+       gradientUnits="userSpaceOnUse"
+       x1="499.51151"
+       y1="127.19627"
+       x2="842.04919"
+       y2="469.73395" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient1596"
+       id="linearGradient1642"
+       gradientUnits="userSpaceOnUse"
+       x1="499.51151"
+       y1="127.19627"
+       x2="842.04919"
+       y2="469.73395" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient1596"
+       id="linearGradient1801"
+       gradientUnits="userSpaceOnUse"
+       x1="499.51151"
+       y1="127.19627"
+       x2="842.04919"
+       y2="469.73395" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient1596"
+       id="linearGradient1855"
+       gradientUnits="userSpaceOnUse"
+       x1="499.51151"
+       y1="127.19627"
+       x2="842.04919"
+       y2="469.73395" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient1596"
+       id="linearGradient1970"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.8559976,0,0,0.8559976,-879.27715,-926.56934)"
+       x1="499.51151"
+       y1="127.19627"
+       x2="842.04919"
+       y2="469.73395" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient1976"
+       id="linearGradient1484"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.8559976,0,0,0.8559976,-879.27715,-926.56934)"
+       x1="499.51151"
+       y1="127.19627"
+       x2="842.04919"
+       y2="469.73395" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient1976"
+       id="linearGradient1526"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.8559976,0,0,0.8559976,-879.27715,-926.56934)"
+       x1="499.51151"
+       y1="127.19627"
+       x2="842.04919"
+       y2="469.73395" />
+    <clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath18689-5">
+      <rect
+         clip-path="none"
+         transform="rotate(45)"
+         ry="32.000008"
+         rx="32.000008"
+         y="123.9986"
+         x="486.03726"
+         height="362.94299"
+         width="362.94299"
+         id="rect18691-3"
+         
style="display:inline;opacity:1;vector-effect:none;fill:#4a86cf;fill-opacity:1;stroke:none;stroke-width:26.0669;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new"
 />
+    </clipPath>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient1532"
+       id="linearGradient1534"
+       x1="148.57198"
+       y1="240.4016"
+       x2="148.57198"
+       y2="246.4016"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient1532">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop1528" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop1530" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient1532"
+       id="linearGradient1542"
+       x1="150.57198"
+       y1="238.4016"
+       x2="154.57198"
+       y2="238.4016"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient1976"
+       id="linearGradient1639"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.8559976,0,0,0.8559976,-879.27715,-926.56934)"
+       x1="499.51151"
+       y1="127.19627"
+       x2="842.04919"
+       y2="469.73395" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient1912"
+       id="linearGradient1751"
+       x1="168.29141"
+       y1="77.781746"
+       x2="243.24474"
+       y2="152.73506"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(-319.61227,-319.61227)" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient1681"
+       id="linearGradient1796"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(-319.61227,-319.61227)"
+       x1="168.29141"
+       y1="77.781746"
+       x2="243.24474"
+       y2="152.73506" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient1681"
+       id="linearGradient1818"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(-319.61227,-319.61227)"
+       x1="168.29141"
+       y1="77.781746"
+       x2="243.24474"
+       y2="152.73506" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient1924"
+       id="linearGradient1845"
+       x1="8"
+       y1="252"
+       x2="120"
+       y2="252"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient1681"
+       id="linearGradient1879"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(-319.61227,-319.61227)"
+       x1="168.29141"
+       y1="77.781746"
+       x2="243.24474"
+       y2="152.73506" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient1843"
+       id="linearGradient1881"
+       gradientUnits="userSpaceOnUse"
+       x1="8"
+       y1="252"
+       x2="120"
+       y2="252" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient1843"
+       id="linearGradient1895"
+       gradientUnits="userSpaceOnUse"
+       x1="8"
+       y1="252"
+       x2="120"
+       y2="252"
+       gradientTransform="translate(-760)" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient1681"
+       id="linearGradient1897"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(-857.01359,217.78899)"
+       x1="168.29141"
+       y1="77.781746"
+       x2="243.24474"
+       y2="152.73506" />
+  </defs>
+  <sodipodi:namedview
+     stroke="#ef2929"
+     fill="#f57900"
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="0.25490196"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="1.3361891"
+     inkscape:cx="160.28766"
+     inkscape:cy="37.305082"
+     inkscape:current-layer="layer9"
+     showgrid="false"
+     inkscape:grid-bbox="true"
+     inkscape:document-units="px"
+     inkscape:showpageshadow="false"
+     inkscape:window-width="1920"
+     inkscape:window-height="1011"
+     inkscape:window-x="0"
+     inkscape:window-y="0"
+     width="400px"
+     height="300px"
+     inkscape:snap-nodes="true"
+     inkscape:snap-bbox="false"
+     objecttolerance="7"
+     gridtolerance="12"
+     guidetolerance="13"
+     inkscape:window-maximized="1"
+     inkscape:pagecheckerboard="false"
+     showguides="false"
+     inkscape:guide-bbox="true"
+     inkscape:locked="false"
+     inkscape:measure-start="0,0"
+     inkscape:measure-end="0,0"
+     inkscape:object-nodes="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-global="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     showborder="true"
+     inkscape:snap-center="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-text-baseline="true"
+     borderlayer="true"
+     inkscape:document-rotation="0">
+    <inkscape:grid
+       type="xygrid"
+       id="grid5883"
+       spacingx="2"
+       spacingy="2"
+       enabled="true"
+       visible="true"
+       empspacing="4"
+       originx="8"
+       originy="8" />
+    <sodipodi:guide
+       position="72,16"
+       orientation="0,1"
+       id="guide1073"
+       inkscape:locked="false"
+       inkscape:label=""
+       inkscape:color="rgb(0,0,255)" />
+    <sodipodi:guide
+       position="20,72"
+       orientation="1,0"
+       id="guide1075"
+       inkscape:locked="false"
+       inkscape:label=""
+       inkscape:color="rgb(0,0,255)" />
+    <sodipodi:guide
+       position="72,112"
+       orientation="0,1"
+       id="guide1099"
+       inkscape:locked="false"
+       inkscape:label=""
+       inkscape:color="rgb(0,0,255)" />
+    <sodipodi:guide
+       position="72,136"
+       orientation="0,1"
+       id="guide993"
+       inkscape:locked="false"
+       inkscape:label=""
+       inkscape:color="rgb(0,0,255)" />
+    <sodipodi:guide
+       position="112,72"
+       orientation="1,0"
+       id="guide995"
+       inkscape:locked="false"
+       inkscape:label=""
+       inkscape:color="rgb(0,0,255)" />
+    <sodipodi:guide
+       position="8.0000001,72"
+       orientation="1,0"
+       id="guide867"
+       inkscape:locked="false"
+       inkscape:label=""
+       inkscape:color="rgb(0,0,255)" />
+    <sodipodi:guide
+       position="128,72"
+       orientation="1,0"
+       id="guide869"
+       inkscape:locked="false"
+       inkscape:label=""
+       inkscape:color="rgb(0,0,255)" />
+    <sodipodi:guide
+       position="72,124"
+       orientation="0,1"
+       id="guide871"
+       inkscape:locked="false"
+       inkscape:label=""
+       inkscape:color="rgb(0,0,255)" />
+    <inkscape:grid
+       type="xygrid"
+       id="grid873"
+       spacingx="1"
+       spacingy="1"
+       empspacing="8"
+       color="#000000"
+       opacity="0.49019608"
+       empcolor="#000000"
+       empopacity="0.08627451"
+       dotted="true"
+       originx="8"
+       originy="8" />
+    <sodipodi:guide
+       position="32,72"
+       orientation="1,0"
+       id="guide877"
+       inkscape:locked="false"
+       inkscape:label=""
+       inkscape:color="rgb(0,0,255)" />
+    <sodipodi:guide
+       position="124,72"
+       orientation="1,0"
+       id="guide879"
+       inkscape:locked="false"
+       inkscape:label=""
+       inkscape:color="rgb(0,0,255)" />
+    <sodipodi:guide
+       position="72,128"
+       orientation="0,1"
+       id="guide881"
+       inkscape:locked="false"
+       inkscape:label=""
+       inkscape:color="rgb(0,0,255)" />
+    <sodipodi:guide
+       position="72,20"
+       orientation="0,1"
+       id="guide883"
+       inkscape:locked="false"
+       inkscape:label=""
+       inkscape:color="rgb(0,0,255)" />
+    <sodipodi:guide
+       position="16,72"
+       orientation="1,0"
+       id="guide885"
+       inkscape:locked="false"
+       inkscape:label=""
+       inkscape:color="rgb(0,0,255)" />
+    <sodipodi:guide
+       position="136,72"
+       orientation="1,0"
+       id="guide887"
+       inkscape:locked="false"
+       inkscape:label=""
+       inkscape:color="rgb(0,0,255)" />
+    <sodipodi:guide
+       position="72,8"
+       orientation="0,1"
+       id="guide897"
+       inkscape:locked="false"
+       inkscape:label=""
+       inkscape:color="rgb(0,0,255)" />
+    <sodipodi:guide
+       position="72,32"
+       orientation="0,1"
+       id="guide899"
+       inkscape:locked="false"
+       inkscape:label=""
+       inkscape:color="rgb(0,0,255)" />
+    <sodipodi:guide
+       position="264,264"
+       orientation="-0.70710678,0.70710678"
+       id="guide950"
+       inkscape:locked="false"
+       inkscape:label=""
+       inkscape:color="rgb(0,0,255)" />
+    <sodipodi:guide
+       position="72,72"
+       orientation="0.70710678,0.70710678"
+       id="guide952"
+       inkscape:locked="false"
+       inkscape:label=""
+       inkscape:color="rgb(0,0,255)" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage"; />
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>GNOME Design Team</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:source />
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/"; />
+        <dc:title>Adwaita Icon Template</dc:title>
+        <dc:subject>
+          <rdf:Bag />
+        </dc:subject>
+        <dc:date />
+        <dc:rights>
+          <cc:Agent>
+            <dc:title />
+          </cc:Agent>
+        </dc:rights>
+        <dc:publisher>
+          <cc:Agent>
+            <dc:title />
+          </cc:Agent>
+        </dc:publisher>
+        <dc:identifier />
+        <dc:relation />
+        <dc:language />
+        <dc:coverage />
+        <dc:description />
+        <dc:contributor>
+          <cc:Agent>
+            <dc:title />
+          </cc:Agent>
+        </dc:contributor>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/licenses/by-sa/4.0/";>
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction"; />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution"; />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#Notice"; />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#Attribution"; />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks"; />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#ShareAlike"; />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     id="layer1"
+     inkscape:label="App Icon"
+     inkscape:groupmode="layer"
+     style="display:inline"
+     transform="translate(8,-156)">
+    <g
+       inkscape:groupmode="layer"
+       id="layer4"
+       inkscape:label="template"
+       style="display:inline"
+       sodipodi:insensitive="true">
+      <rect
+         inkscape:label="0"
+         y="162"
+         x="9.2651362e-08"
+         height="128"
+         width="128"
+         id="hicolor"
+         
style="display:inline;overflow:visible;visibility:visible;fill:#f0f0f0;fill-opacity:0;fill-rule:nonzero;stroke:none;stroke-width:0.5;marker:none;enable-background:accumulate"
 />
+      <rect
+         
style="display:inline;overflow:visible;visibility:visible;fill:#f0f0f0;fill-opacity:0;fill-rule:nonzero;stroke:none;stroke-width:0.5;marker:none;enable-background:accumulate"
+         id="symbolic"
+         width="16"
+         height="16"
+         x="160"
+         y="172"
+         inkscape:label="0" />
+    </g>
+    <g
+       inkscape:groupmode="layer"
+       id="layer2"
+       inkscape:label="baseplate"
+       style="display:inline"
+       sodipodi:insensitive="true">
+      <g
+         style="display:inline;fill:#000000;enable-background:new"
+         transform="matrix(7.9911709,0,0,8.0036407,-167.7909,-4846.0776)"
+         id="g12027"
+         inkscape:export-xdpi="12"
+         inkscape:export-ydpi="12" />
+      <rect
+         
style="display:inline;overflow:visible;visibility:visible;fill:#f0f0f0;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;marker:none;enable-background:accumulate"
+         id="128"
+         width="128"
+         height="128"
+         x="9.2651362e-08"
+         y="162"
+         inkscape:label="0" />
+      <g
+         id="g883"
+         style="fill:none;fill-opacity:0.25098;stroke:#a579b3;stroke-opacity:1"
+         transform="translate(-24,24)" />
+      <g
+         id="g900"
+         style="fill:none;fill-opacity:0.25098;stroke:#a579b3;stroke-opacity:1"
+         transform="translate(-24,24)" />
+      <rect
+         inkscape:label=""
+         y="172"
+         x="160"
+         height="16"
+         width="16"
+         id="16"
+         
style="display:inline;overflow:visible;visibility:visible;fill:#f0f0f0;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;marker:none;enable-background:accumulate"
 />
+      <text
+         xml:space="preserve"
+         
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4px;line-height:125%;font-family:Cantarell;-inkscape-font-specification:'Cantarell,
 
Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.332649;enable-background:new"
+         x="0"
+         y="157"
+         id="text863"
+         inkscape:label="icon-name"><tspan
+           style="font-size:4px;stroke-width:0.332649"
+           sodipodi:role="line"
+           id="tspan861"
+           x="0"
+           y="157">Hicolor</tspan></text>
+      <text
+         inkscape:label="icon-name"
+         id="text867"
+         y="167"
+         x="160"
+         
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4px;line-height:125%;font-family:Cantarell;-inkscape-font-specification:'Cantarell,
 
Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.332649;enable-background:new"
+         xml:space="preserve"><tspan
+           y="167"
+           x="160"
+           id="tspan865"
+           sodipodi:role="line"
+           style="font-size:4px;stroke-width:0.332649">Symbolic</tspan></text>
+    </g>
+    <g
+       inkscape:groupmode="layer"
+       id="layer9"
+       inkscape:label="icons"
+       style="display:inline">
+      <rect
+         
style="opacity:1;fill:url(#linearGradient1751);fill-opacity:1;stroke:none;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:18,
 6;stroke-dashoffset:26.4"
+         id="rect1735"
+         width="84"
+         height="84"
+         x="-156.5513"
+         y="-247.06097"
+         rx="8"
+         ry="8"
+         transform="matrix(0.70710678,-0.70710678,-0.70710678,-0.70710678,0,0)" />
+      <rect
+         style="fill:#9a9996;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:18, 
6;stroke-dashoffset:26.4"
+         id="rect1486"
+         width="119.50204"
+         height="109.38562"
+         x="-196"
+         y="-29.38562" />
+      <path
+         
style="opacity:0.25;fill:#241f31;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         d="m 334,217 -4,-4 v 6 l 4,4 z"
+         id="path1104"
+         sodipodi:nodetypes="ccccc" />
+      <g
+         id="g641"
+         transform="translate(-2573.8062,241.64677)">
+        <g
+           transform="matrix(0.25,0,0,0.25,-226.84114,-177.1236)"
+           id="g639"
+           style="stroke-width:0.25">
+          <g
+             style="stroke-width:0.269963"
+             transform="matrix(0.92605186,0,0,0.92605186,18.930729,50.876335)"
+             id="g635">
+            <g
+               style="stroke-width:0.269963"
+               id="g633"
+               clip-path="url(#clipPath18689)">
+              <rect
+                 
style="opacity:1;vector-effect:none;fill:#3584e4;fill-opacity:1;stroke:none;stroke-width:8.22095;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
+                 id="rect623"
+                 width="424"
+                 height="424"
+                 x="458.33722"
+                 y="90.641701"
+                 rx="10.092117"
+                 ry="10.092117"
+                 transform="matrix(0.60528171,0.60528171,-0.60528171,0.60528171,33.440632,99.073632)"
+                 clip-path="none" />
+              <circle
+                 
style="opacity:1;vector-effect:none;fill:#f66151;fill-opacity:1;stroke:none;stroke-width:7.03712;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
+                 id="circle625"
+                 cx="0"
+                 cy="0"
+                 r="0"
+                 transform="translate(0,-212)" />
+              <circle
+                 
style="opacity:1;vector-effect:none;fill:#f66151;fill-opacity:1;stroke:none;stroke-width:7.03712;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
+                 id="circle627"
+                 cx="0"
+                 cy="0"
+                 r="0"
+                 transform="translate(0,-212)" />
+              <path
+                 inkscape:connector-curvature="0"
+                 
style="display:inline;opacity:1;vector-effect:none;fill:#98c1f1;fill-opacity:1;stroke:none;stroke-width:7.03712;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new"
+                 d="m 408.91993,561.9183 -9.8861,29.82892 a 172.97099,172.97099 0 0 0 -1.42693,-0.0713 
172.97099,172.97099 0 0 0 -23.92891,1.85189 l -13.80082,-28.50125 a 203.29325,203.29325 0 0 0 
-29.40085,7.97217 l 2.28619,31.40474 a 172.97099,172.97099 0 0 0 -22.73152,11.31923 l -23.71796,-21.103 a 
203.29325,203.29325 0 0 0 -24.05918,18.6741 l 14.09863,28.07319 a 172.97099,172.97099 0 0 0 
-16.63608,19.21074 l -30.05845,-10.44758 a 203.29325,203.29325 0 0 0 -15.01683,26.48807 l 23.73035,20.50738 a 
172.97099,172.97099 0 0 0 -7.98456,24.14293 l -31.73044,1.84879 a 203.29325,203.29325 0 0 0 -3.77825,30.21664 
l 29.82892,9.8861 a 172.97099,172.97099 0 0 0 -0.0713,1.42693 172.97099,172.97099 0 0 0 1.85188,23.92889 l 
-28.50125,13.80084 a 203.29325,203.29325 0 0 0 7.97215,29.40084 l 31.40475,-2.28619 a 172.97099,172.97099 0 0 
0 11.31922,22.73152 l -21.10296,23.71797 a 203.29325,203.29325 0 0 0 18.67409,24.05918 l 28.07319,-14.09863 a 
172.97099,172.97099 0 0 0 19.21074,16.63606 l -10.44758
 ,30.05847 a 203.29325,203.29325 0 0 0 26.48806,15.01683 l 20.50739,-23.73036 a 172.97099,172.97099 0 0 0 
24.14293,7.98457 l 1.8488,31.73043 a 203.29325,203.29325 0 0 0 30.21666,3.77826 l 9.8861,-29.82892 a 
172.97099,172.97099 0 0 0 1.42693,0.0713 172.97099,172.97099 0 0 0 23.9289,-1.85188 l 13.80084,28.50125 a 
203.29325,203.29325 0 0 0 29.40084,-7.97217 l -2.2862,-31.40474 a 172.97099,172.97099 0 0 0 
22.73153,-11.31922 l 23.71796,21.10297 A 203.29325,203.29325 0 0 0 532.96,916.00016 l -14.09864,-28.07319 a 
172.97099,172.97099 0 0 0 16.63607,-19.21073 l 30.05846,10.44757 a 203.29325,203.29325 0 0 0 
15.01683,-26.48807 l -23.73036,-20.50738 a 172.97099,172.97099 0 0 0 7.98457,-24.14293 l 31.73044,-1.84879 a 
203.29325,203.29325 0 0 0 3.77825,-30.21667 l -29.82892,-9.8861 a 172.97099,172.97099 0 0 0 0.0713,-1.42692 
172.97099,172.97099 0 0 0 -1.85189,-23.9289 l 28.50124,-13.80084 a 203.29325,203.29325 0 0 0 
-7.97215,-29.40084 l -31.40474,2.2862 a 172.97099,172.97099 0 0 0 -11.31923,-22.73
 153 l 21.10297,-23.71797 a 203.29325,203.29325 0 0 0 -18.67409,-24.05918 l -28.07319,14.09863 a 
172.97099,172.97099 0 0 0 -19.21074,-16.63606 l 10.44757,-30.05847 A 203.29325,203.29325 0 0 0 
485.6357,581.68117 l -20.50738,23.73035 a 172.97099,172.97099 0 0 0 -24.14293,-7.98455 l -1.84879,-31.73044 a 
203.29325,203.29325 0 0 0 -30.21667,-3.77826 z M 397.6069,637.72208 A 126.92605,126.92605 0 0 1 
524.5318,764.64699 126.92605,126.92605 0 0 1 397.6069,891.57189 126.92605,126.92605 0 0 1 270.682,764.64699 
126.92605,126.92605 0 0 1 397.6069,637.72208 Z"
+                 id="path629" />
+              <path
+                 id="path631"
+                 d="m 51.748325,401.28402 -9.8861,29.82892 c -0.475543,-0.0257 -0.951191,-0.0495 
-1.42693,-0.0713 -8.00956,0.0625 -16.005106,0.6813 -23.92891,1.85189 L 2.7055639,404.39228 c 
-9.9858697,1.91835 -19.8137359,4.58322 -29.4008489,7.97217 l 2.28619,31.40474 c -7.844275,3.21103 
-15.441918,6.9943 -22.73152,11.31923 l -23.71796,-21.103 c -8.475372,5.61437 -16.517661,11.85658 
-24.05918,18.6741 l 14.09863,28.07319 c -6.008901,5.98701 -11.569263,12.40791 -16.636077,19.21074 l 
-30.058438,-10.44758 c -5.66072,8.44155 -10.68041,17.29574 -15.01683,26.48807 l 23.73035,20.50738 c 
-3.25027,7.84084 -5.919,15.91028 -7.98456,24.14293 l -31.73044,1.84879 c -2.01308,9.96359 -3.27604,20.06413 
-3.77825,30.21664 l 29.82892,9.8861 c -0.0257,0.47554 -0.0495,0.95119 -0.0713,1.42693 0.0625,8.00955 
0.68129,16.00509 1.85188,23.92889 l -28.50125,13.80084 c 1.91835,9.98587 4.58321,19.81373 7.97215,29.40084 l 
31.40475,-2.28619 c 3.21102,7.84427 6.99429,15.44192 11.31922,22.73152 l -21.10296,23.71797 c 
 5.61437,8.47537 11.85658,16.51766 18.67409,24.05918 l 28.073175,-14.09863 c 5.987006,6.00889 
12.407911,11.56925 19.21074,16.63606 l -10.44758,30.05847 c 8.441549,5.66072 17.295731,10.68041 
26.48806,15.01683 l 20.50739,-23.73036 c 7.840839,3.25027 15.910282,5.91901 24.142929,7.98457 l 
1.8488,31.73043 c 9.9635962,2.01309 20.064147,3.27605 30.216661,3.77826 l 9.8861,-29.82892 c 0.475543,0.0257 
0.951191,0.0495 1.42693,0.0713 8.009557,-0.0625 16.005099,-0.68129 23.9289,-1.85188 l 13.80084,28.50125 c 
9.985867,-1.91835 19.813731,-4.58322 29.400855,-7.97217 l -2.2862,-31.40474 c 7.84428,-3.21102 
15.44192,-6.99429 22.73153,-11.31922 l 23.71796,21.10297 c 8.47538,-5.61437 16.51767,-11.85658 
24.05919,-18.6741 l -14.09864,-28.07319 c 6.0089,-5.987 11.56926,-12.4079 16.63607,-19.21073 l 
30.05846,10.44757 c 5.66072,-8.44155 10.68041,-17.29574 15.01683,-26.48807 l -23.73036,-20.50738 c 
3.25027,-7.84084 5.91901,-15.91028 7.98457,-24.14293 l 31.73044,-1.84879 c 2.01308,-9.9636 3.27604,-20.06415 
3.77
 825,-30.21667 l -29.82892,-9.8861 c 0.0257,-0.47554 0.0495,-0.95118 0.0713,-1.42692 -0.0625,-8.00956 
-0.6813,-16.0051 -1.85189,-23.9289 l 28.50124,-13.80084 c -1.91835,-9.98587 -4.58321,-19.81373 
-7.97215,-29.40084 l -31.40474,2.2862 c -3.21103,-7.84428 -6.9943,-15.44192 -11.31923,-22.73153 l 
21.10297,-23.71797 c -5.61437,-8.47537 -11.85658,-16.51766 -18.67409,-24.05918 l -28.07319,14.09863 c 
-5.98701,-6.00889 -12.40791,-11.56925 -19.21074,-16.63606 l 10.44757,-30.05847 c -8.44155,-5.66072 
-17.29572,-10.6804 -26.48805,-15.01682 l -20.50738,23.73035 c -7.84085,-3.25027 -15.910298,-5.91899 
-24.142945,-7.98455 l -1.84879,-31.73044 c -9.9636,-2.01309 -20.064152,-3.27605 -30.21667,-3.77826 z"
+                 
style="display:inline;opacity:1;vector-effect:none;fill:#1a5fb4;fill-opacity:1;stroke:none;stroke-width:7.03712;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new"
+                 inkscape:connector-curvature="0"
+                 sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" 
/>
+            </g>
+          </g>
+          <path
+             inkscape:connector-curvature="0"
+             
style="display:inline;opacity:0.534;vector-effect:none;fill:#1a5fb4;fill-opacity:1;stroke:none;stroke-width:1.62918;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new"
+             clip-path="none"
+             d="m 8.4765625,2676 c -1.1711695,2.8866 -0.5827763,6.3078 1.7656255,8.6562 l 48.101562,48.1016 
c 3.133898,3.1339 8.178602,3.1339 11.3125,0 l 48.10156,-48.1016 c 2.3484,-2.3484 2.9368,-5.7696 
1.76563,-8.6562 -0.39174,0.9655 -0.98013,1.8708 -1.76563,2.6562 l -48.10156,48.1016 c -3.133898,3.1339 
-8.178602,3.1339 -11.3125,0 L 10.242188,2678.6562 C 9.4566904,2677.8708 8.8682972,2676.9655 8.4765625,2676 Z"
+             transform="matrix(4,0,0,4,0,-10028)"
+             id="path637" />
+        </g>
+      </g>
+      <g
+         id="g996"
+         transform="translate(-2800)">
+        <g
+           id="g968"
+           transform="translate(226.19377,241.64677)">
+          <g
+             transform="matrix(0.25,0,0,0.25,-226.84114,-177.1236)"
+             id="g966"
+             style="stroke-width:0.25">
+            <g
+               style="stroke-width:0.269963"
+               transform="matrix(0.92605186,0,0,0.92605186,18.930729,50.876335)"
+               id="g962">
+              <g
+                 style="stroke-width:0.269963"
+                 id="g960"
+                 clip-path="url(#clipPath18689)">
+                <rect
+                   
style="opacity:1;vector-effect:none;fill:url(#radialGradient998);fill-opacity:1;stroke:none;stroke-width:8.22095;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
+                   id="rect954"
+                   width="424"
+                   height="424"
+                   x="458.33722"
+                   y="90.641701"
+                   rx="10.092117"
+                   ry="10.092117"
+                   transform="matrix(0.60528171,0.60528171,-0.60528171,0.60528171,33.440632,99.073632)"
+                   clip-path="none" />
+                <circle
+                   
style="opacity:1;vector-effect:none;fill:#f66151;fill-opacity:1;stroke:none;stroke-width:7.03712;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
+                   id="circle956"
+                   cx="0"
+                   cy="0"
+                   r="0"
+                   transform="translate(0,-212)" />
+                <circle
+                   
style="opacity:1;vector-effect:none;fill:#f66151;fill-opacity:1;stroke:none;stroke-width:7.03712;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
+                   id="circle958"
+                   cx="0"
+                   cy="0"
+                   r="0"
+                   transform="translate(0,-212)" />
+              </g>
+            </g>
+            <path
+               inkscape:connector-curvature="0"
+               
style="display:inline;opacity:0.534;vector-effect:none;fill:#1a5fb4;fill-opacity:1;stroke:none;stroke-width:1.62918;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new"
+               clip-path="none"
+               d="m 8.4765625,2676 c -1.1711695,2.8866 -0.5827763,6.3078 1.7656255,8.6562 l 
48.101562,48.1016 c 3.133898,3.1339 8.178602,3.1339 11.3125,0 l 48.10156,-48.1016 c 2.3484,-2.3484 
2.9368,-5.7696 1.76563,-8.6562 -0.39174,0.9655 -0.98013,1.8708 -1.76563,2.6562 l -48.10156,48.1016 c 
-3.133898,3.1339 -8.178602,3.1339 -11.3125,0 L 10.242188,2678.6562 C 9.4566904,2677.8708 8.8682972,2676.9655 
8.4765625,2676 Z"
+               transform="matrix(4,0,0,4,0,-10028)"
+               id="path964" />
+          </g>
+        </g>
+        <path
+           
style="opacity:0.4;fill:#ffffff;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+           d="m 32,234 12,-12 v 24 z"
+           id="path970" />
+        <path
+           
style="opacity:0.4;fill:#ffffff;stroke:none;stroke-width:1.83334px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+           d="M 86,252 64,230 v 44 z"
+           id="path972" />
+        <path
+           
style="opacity:0.4;fill:#ffffff;stroke:none;stroke-width:1.33333px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+           d="m 56,230 16,-16 v 32 z"
+           id="path974" />
+        <path
+           
style="opacity:0.4;fill:#ffffff;stroke:none;stroke-width:0.666667px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+           d="m 96,220 -8,-8 v 16 z"
+           id="path976" />
+        <path
+           
style="opacity:0.4;fill:#ffffff;stroke:none;stroke-width:1.33333px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+           d="M 56,222 40,206 v 32 z"
+           id="path978" />
+        <path
+           
style="opacity:0.4;fill:#ffffff;stroke:none;stroke-width:1.66666px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+           d="m 58,216 20,-20 v 40 z"
+           id="path980" />
+      </g>
+      <g
+         id="g1042"
+         transform="translate(200)">
+        <circle
+           
style="opacity:1;fill:none;fill-opacity:0;stroke:#241f31;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:26.4001;stroke-opacity:1"
+           id="circle1030"
+           cx="228"
+           cy="178"
+           r="4.7243838" />
+        <circle
+           
style="opacity:1;fill:none;fill-opacity:0;stroke:#241f31;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:26.4;stroke-opacity:1"
+           id="circle1032"
+           cx="228"
+           cy="178"
+           r="2" />
+        <path
+           
style="display:inline;opacity:1;fill:#241f31;stroke:#f0f0f0;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+           d="M 233.5,183.5 228,178 v 9 z"
+           id="path1034"
+           sodipodi:nodetypes="cccc" />
+        <path
+           
style="display:inline;opacity:1;fill:#241f31;stroke:none;stroke-width:0.458335px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+           d="M 233.5,183.5 228,178 v 9 z"
+           id="path1036"
+           sodipodi:nodetypes="cccc" />
+      </g>
+      <g
+         id="g1053"
+         transform="translate(200)">
+        <circle
+           
style="opacity:1;fill:#241f31;fill-opacity:1;stroke:none;stroke-width:1.99998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:26.4;stroke-opacity:1"
+           id="circle1044"
+           cx="208"
+           cy="178"
+           r="5" />
+        <path
+           
style="display:inline;opacity:1;fill:#241f31;stroke:#f0f0f0;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+           d="M 213.5,183.5 208,178 v 9 z"
+           id="path1046"
+           sodipodi:nodetypes="cccc" />
+        <path
+           
style="display:inline;opacity:1;fill:#241f31;stroke:none;stroke-width:0.458335px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+           d="M 213.5,183.5 208,178 v 9 z"
+           id="path1048"
+           sodipodi:nodetypes="cccc" />
+      </g>
+      <g
+         id="g1069"
+         transform="translate(220)">
+        <circle
+           
style="opacity:0.25;fill:#241f31;fill-opacity:1;stroke:none;stroke-width:1.99998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:26.4;stroke-opacity:1"
+           id="circle1057"
+           cx="168"
+           cy="178"
+           r="5" />
+        <path
+           
style="display:inline;opacity:1;fill:#241f31;stroke:#f0f0f0;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+           d="M 173.5,183.5 168,178 v 9 z"
+           id="path1059"
+           sodipodi:nodetypes="cccc" />
+        <path
+           
style="display:inline;opacity:1;fill:#241f31;stroke:none;stroke-width:0.458335px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+           d="M 173.5,183.5 168,178 v 9 z"
+           id="path1061"
+           sodipodi:nodetypes="cccc" />
+        <path
+           
style="fill:#241f31;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+           d="m 170.76201,183 1.42722,4 H 171 l -1.4789,-3.06555 z"
+           id="path1063"
+           sodipodi:nodetypes="ccccc" />
+      </g>
+      <path
+         
style="fill:#241f31;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         d="m 370.6557,152.85108 2.51597,3.26564 A 4.8327628,4.8327628 26.194043 0 0 377,158 h 5 a 3,3 135 0 
0 3,-3 v -9 a 1,1 45 0 0 -1,-1 1,1 135 0 0 -1,1 l 0,3.5 a 0.5,0.5 135 0 1 -0.5,0.5 0.5,0.5 45 0 1 -0.5,-0.5 V 
144 a 1,1 45 0 0 -1,-1 1,1 135 0 0 -1,1 v 5.5 a 0.5,0.5 135 0 1 -0.5,0.5 0.5,0.5 45 0 1 -0.5,-0.5 V 143 a 1,1 
45 0 0 -1,-1 1,1 135 0 0 -1,1 v 6.5 a 0.5,0.5 135 0 1 -0.5,0.5 0.5,0.5 45 0 1 -0.5,-0.5 V 144 a 1,1 45 0 0 
-1,-1 1,1 135 0 0 -1,1 v 8 a 0.41421356,0.41421356 157.5 0 1 -0.70711,0.29289 L 372,151 a 1.0193075,1.0193075 
170.78253 0 0 -1.63246,0.26491 1.5173569,1.5173569 79.703536 0 0 0.28816,1.58617 z"
+         id="path1071"
+         sodipodi:nodetypes="cccccccccccccccccccc"
+         inkscape:path-effect="#path-effect1073"
+         inkscape:original-d="m 370,152 4.62261,6 H 385 v -13 h -2 v 5 h -1 v -7 h -2 v 7 h -1 v -8 h -2 v 8 
h -1 v -7 h -2 v 10 l -3,-3 z" />
+      <path
+         
style="fill:#241f31;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         d="m 430.6557,151.85108 2.51597,3.26564 A 4.8327628,4.8327628 26.194043 0 0 437,157 h 5 a 3,3 135 0 
0 3,-3 v -8 a 1,1 45 0 0 -1,-1 1,1 135 0 0 -1,1 v 2.5 a 0.5,0.5 135 0 1 -0.5,0.5 0.5,0.5 45 0 1 -0.5,-0.5 l 
0,-4.5 a 1,1 45 0 0 -1,-1 1,1 135 0 0 -1,1 v 4.5 a 0.5,0.5 135 0 1 -0.5,0.5 0.5,0.5 45 0 1 -0.5,-0.5 V 143 a 
1,1 45 0 0 -1,-1 1,1 135 0 0 -1,1 l 0,5.5 a 0.5,0.5 135 0 1 -0.5,0.5 0.5,0.5 45 0 1 -0.5,-0.5 l 0,-4.5 a 1,1 
45 0 0 -1,-1 1,1 135 0 0 -1,1 v 7 a 0.41421356,0.41421356 157.5 0 1 -0.70711,0.29289 L 432,150 a 
1.0193075,1.0193075 170.78253 0 0 -1.63246,0.26491 1.5173569,1.5173569 79.703536 0 0 0.28816,1.58617 z"
+         id="path1006"
+         sodipodi:nodetypes="cccccccccccccccccccc"
+         inkscape:path-effect="#path-effect1008"
+         inkscape:original-d="m 430,151 4.62261,6 H 445 v -12 h -2 v 4 h -1 v -6 h -2 v 6 h -1 v -7 h -2 v 7 
h -1 v -6 h -2 v 9 l -3,-3 z" />
+      <path
+         
style="fill:#241f31;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         d="m 410.6557,151.85108 2.51597,3.26564 A 4.8327628,4.8327628 26.194043 0 0 417,157 h 5 a 3,3 135 0 
0 3,-3 v -8 a 1,1 45 0 0 -1,-1 1,1 135 0 0 -1,1 l 0,3.5 a 0.5,0.5 135 0 1 -0.5,0.5 0.5,0.5 45 0 1 -0.5,-0.5 l 
0,-5.5 a 1,1 45 0 0 -1,-1 1,1 135 0 0 -1,1 v 5.5 a 0.5,0.5 135 0 1 -0.5,0.5 0.5,0.5 45 0 1 -0.5,-0.5 V 143 a 
1,1 45 0 0 -1,-1 1,1 135 0 0 -1,1 v 6.5 a 0.5,0.5 135 0 1 -0.5,0.5 0.5,0.5 45 0 1 -0.5,-0.5 V 144 a 1,1 45 0 
0 -1,-1 1,1 135 0 0 -1,1 v 7 a 0.41421356,0.41421356 157.5 0 1 -0.70711,0.29289 L 412,150 a 
1.0193075,1.0193075 170.78253 0 0 -1.63246,0.26491 1.5173569,1.5173569 79.703536 0 0 0.28816,1.58617 z"
+         id="path1010"
+         sodipodi:nodetypes="cccccccccccccccccccc"
+         inkscape:path-effect="#path-effect1012"
+         inkscape:original-d="m 410,151 4.62261,6 H 425 v -12 h -2 v 5 h -1 v -7 h -2 v 7 h -1 v -8 h -2 v 8 
h -1 v -7 h -2 v 9 l -3,-3 z" />
+      <path
+         
style="fill:#241f31;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         d="m 390.6557,151.85108 2.51597,3.26564 A 4.8327628,4.8327628 26.194043 0 0 397,157 h 5 a 3,3 135 0 
0 3,-3 v -8 a 1,1 45 0 0 -1,-1 1,1 135 0 0 -1,1 l 0,3.5 a 0.5,0.5 135 0 1 -0.5,0.5 0.5,0.5 45 0 1 -0.5,-0.5 V 
145 a 1,1 45 0 0 -1,-1 1,1 135 0 0 -1,1 v 4.5 a 0.5,0.5 135 0 1 -0.5,0.5 0.5,0.5 45 0 1 -0.5,-0.5 V 144 a 1,1 
45 0 0 -1,-1 1,1 135 0 0 -1,1 l 0,5.5 a 0.5,0.5 135 0 1 -0.5,0.5 0.5,0.5 45 0 1 -0.5,-0.5 V 145 a 1,1 45 0 0 
-1,-1 1,1 135 0 0 -1,1 v 6 a 0.41421356,0.41421356 157.5 0 1 -0.70711,0.29289 L 392,150 a 1.0193075,1.0193075 
170.78253 0 0 -1.63246,0.26491 1.5173569,1.5173569 79.703536 0 0 0.28816,1.58617 z"
+         id="path1014"
+         sodipodi:nodetypes="cccccccccccccccccccc"
+         inkscape:path-effect="#path-effect1016"
+         inkscape:original-d="m 390,151 4.62261,6 H 405 v -12 h -2 v 5 h -1 v -6 h -2 v 6 h -1 v -7 h -2 v 7 
h -1 v -6 h -2 v 8 l -3,-3 z" />
+      <circle
+         
style="opacity:0.25;fill:#241f31;fill-opacity:1;stroke:none;stroke-width:1.99998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:26.4;stroke-opacity:1"
+         id="circle1018"
+         cx="296"
+         cy="138"
+         r="5" />
+      <circle
+         
style="opacity:1;fill:#241f31;fill-opacity:1;stroke:none;stroke-width:1.19999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:26.4;stroke-opacity:1"
+         id="circle1068"
+         cx="296"
+         cy="138"
+         r="3" />
+      <path
+         
style="display:inline;fill:#241f31;stroke:none;stroke-width:0.458335px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+         d="m 309.11333,260.28882 -6,-4 v 8 z"
+         id="path1022"
+         sodipodi:nodetypes="cccc" />
+      <g
+         id="g1047"
+         transform="translate(200)">
+        <circle
+           
style="opacity:0.25;fill:#241f31;fill-opacity:1;stroke:none;stroke-width:1.99998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:26.4;stroke-opacity:1"
+           id="circle1034"
+           cx="168"
+           cy="178"
+           r="5" />
+        <path
+           
style="display:inline;fill:#241f31;stroke:#f0f0f0;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+           d="M 173.5,183.5 168,178 v 9 z"
+           id="path1037"
+           sodipodi:nodetypes="cccc" />
+        <path
+           
style="display:inline;fill:#241f31;stroke:none;stroke-width:0.458335px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+           d="M 173.5,183.5 168,178 v 9 z"
+           id="path1039"
+           sodipodi:nodetypes="cccc" />
+        <path
+           
style="fill:#241f31;fill-opacity:1;stroke:none;stroke-width:1.5px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+           d="m 169.5,184 h 1.5 l 1.5,3 H 171 Z"
+           id="path1041" />
+      </g>
+      <g
+         id="g1066"
+         transform="translate(180)">
+        <circle
+           
style="opacity:0.25;fill:#241f31;fill-opacity:1;stroke:none;stroke-width:1.99998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:26.4;stroke-opacity:1"
+           id="circle1053"
+           cx="168"
+           cy="178"
+           r="5" />
+        <path
+           
style="display:inline;fill:#241f31;stroke:#f0f0f0;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+           d="M 173.5,183.5 168,178 v 9 z"
+           id="path1055"
+           sodipodi:nodetypes="cccc" />
+        <path
+           
style="display:inline;fill:#241f31;stroke:none;stroke-width:0.458335px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+           d="M 173.5,183.5 168,178 v 8 z"
+           id="path1057"
+           sodipodi:nodetypes="cccc" />
+        <path
+           
style="fill:#241f31;fill-opacity:1;stroke:none;stroke-width:1.5px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+           d="m 169.5,184 h 1.5 l 1.22222,2.44444 L 171,187 Z"
+           id="path1060"
+           sodipodi:nodetypes="ccccc" />
+      </g>
+      <g
+         id="g1082"
+         transform="translate(160)">
+        <circle
+           
style="opacity:0.25;fill:#241f31;fill-opacity:1;stroke:none;stroke-width:1.99998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:26.4;stroke-opacity:1"
+           id="circle1070"
+           cx="167"
+           cy="178"
+           r="5" />
+        <circle
+           
style="opacity:1;fill:#241f31;fill-opacity:1;stroke:none;stroke-width:1.19999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:26.4;stroke-opacity:1"
+           id="circle1072"
+           cx="167"
+           cy="178"
+           r="3" />
+        <path
+           
style="display:inline;fill:#241f31;stroke:#f0f0f0;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+           d="M 173.5,184.5 168,179 v 9 z"
+           id="path1074"
+           sodipodi:nodetypes="cccc" />
+        <path
+           
style="display:inline;fill:#241f31;stroke:none;stroke-width:0.458335px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+           d="M 173.5,184.5 168,179 v 9 z"
+           id="path1076"
+           sodipodi:nodetypes="cccc" />
+      </g>
+      <path
+         
style="display:inline;fill:#241f31;stroke:none;stroke-width:0.305557px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+         d="m 304.11333,265.28882 4,-2.66667 v 5.33334 z"
+         id="path1084"
+         sodipodi:nodetypes="cccc" />
+      <path
+         
style="display:inline;opacity:0.5;fill:#241f31;fill-opacity:1;stroke:none;stroke-width:0.305557px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+         d="m 296,215 4,-3 v 6 z"
+         id="path1092"
+         sodipodi:nodetypes="cccc" />
+      <path
+         
style="opacity:0.25;fill:#241f31;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         d="m 298,216 4,-3 v 6 l -4,3 z"
+         id="path1086" />
+      <path
+         
style="display:inline;fill:#241f31;fill-opacity:1;stroke:none;stroke-width:0.229168px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+         d="m 315.5,216 3,-2.25 v 4.5 z"
+         id="path1090"
+         sodipodi:nodetypes="cccc" />
+      <path
+         
style="display:inline;opacity:0.5;fill:#241f31;fill-opacity:1;stroke:none;stroke-width:0.305557px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+         d="m 308,215 h 4 v 4 z"
+         id="path1096"
+         sodipodi:nodetypes="cccc" />
+      <path
+         
style="opacity:0.25;fill:#241f31;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         d="m 310,217 4,-4 v 6 l -4,4 z"
+         id="path1098"
+         sodipodi:nodetypes="ccccc" />
+      <path
+         
style="display:inline;opacity:0.5;fill:#241f31;fill-opacity:1;stroke:none;stroke-width:0.305557px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+         d="m 308,211 h 4 v 4 z"
+         id="path1100"
+         sodipodi:nodetypes="cccc" />
+      <path
+         
style="display:inline;opacity:0.75;fill:#241f31;fill-opacity:1;stroke:none;stroke-width:0.305557px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+         d="m 328,215 h 4 v 4 z"
+         id="path1102"
+         sodipodi:nodetypes="cccc" />
+      <path
+         
style="display:inline;opacity:0.5;fill:#241f31;fill-opacity:1;stroke:none;stroke-width:0.305557px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+         d="m 336,211 h -4 v 4 z"
+         id="path1106"
+         sodipodi:nodetypes="cccc" />
+      <path
+         
style="opacity:0.25;fill:#241f31;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         d="m 353,217 -4,-4 v 6 l 4,4 z"
+         id="path1108"
+         sodipodi:nodetypes="ccccc" />
+      <path
+         
style="opacity:0.5;fill:#241f31;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         d="m 348,214 4,-4 v 6 l -4,4 z"
+         id="path1110"
+         sodipodi:nodetypes="ccccc" />
+      <path
+         
style="display:inline;opacity:0.75;fill:#241f31;fill-opacity:1;stroke:none;stroke-width:0.305557px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+         d="m 345,219 h 4 v 4 z"
+         id="path1112"
+         sodipodi:nodetypes="cccc" />
+      <path
+         
style="opacity:0.25;fill:#241f31;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         d="m 364,217 -4,-4 v 6 l 4,4 z"
+         id="path1114"
+         sodipodi:nodetypes="ccccc" />
+      <path
+         
style="display:inline;opacity:1;fill:#241f31;fill-opacity:1;stroke:none;stroke-width:0.305557px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+         d="m 358,215 h 4 v 4 z"
+         id="path1116"
+         sodipodi:nodetypes="cccc" />
+      <path
+         
style="display:inline;opacity:0.5;fill:#241f31;fill-opacity:1;stroke:none;stroke-width:0.305557px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+         d="m 366,211 h -4 v 4 z"
+         id="path1118"
+         sodipodi:nodetypes="cccc" />
+      <path
+         
style="display:inline;opacity:1;fill:#241f31;fill-opacity:1;stroke:none;stroke-width:0.458336px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+         d="m 356,255 h 6 v 6 z"
+         id="path1120"
+         sodipodi:nodetypes="cccc" />
+      <path
+         
style="display:inline;opacity:0.5;fill:#241f31;fill-opacity:1;stroke:none;stroke-width:0.305557px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+         d="m 366,251 h -4 v 4 z"
+         id="path1122"
+         sodipodi:nodetypes="cccc" />
+      <path
+         
style="display:inline;opacity:0.5;fill:#241f31;fill-opacity:1;stroke:none;stroke-width:0.305557px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+         d="m 362,251 h -4 v 4 z"
+         id="path1124"
+         sodipodi:nodetypes="cccc" />
+      <path
+         
style="display:inline;opacity:0.5;fill:#241f31;fill-opacity:1;stroke:none;stroke-width:0.305557px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+         d="m 366,247 h -4 v 4 z"
+         id="path1126"
+         sodipodi:nodetypes="cccc" />
+      <path
+         
style="display:inline;opacity:1;fill:#241f31;fill-opacity:1;stroke:none;stroke-width:0.458336px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+         d="m 356,245 h 6 v 6 z"
+         id="path1128"
+         sodipodi:nodetypes="cccc" />
+      <path
+         
style="display:inline;opacity:1;fill:#241f31;fill-opacity:1;stroke:none;stroke-width:0.458336px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+         d="m 376,255 h 6 v 6 z"
+         id="path1130"
+         sodipodi:nodetypes="cccc" />
+      <path
+         
style="display:inline;opacity:0.5;fill:#241f31;fill-opacity:1;stroke:none;stroke-width:0.305557px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+         d="m 376,257 h -4 v 4 z"
+         id="path1132"
+         sodipodi:nodetypes="cccc" />
+      <path
+         
style="display:inline;opacity:0.5;fill:#241f31;fill-opacity:1;stroke:none;stroke-width:0.305557px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+         d="m 376,253 h -4 v 4 z"
+         id="path1134"
+         sodipodi:nodetypes="cccc" />
+      <path
+         
style="display:inline;opacity:0.5;fill:#241f31;fill-opacity:1;stroke:none;stroke-width:0.305557px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+         d="m 376,249 h -4 v 4 z"
+         id="path1136"
+         sodipodi:nodetypes="cccc" />
+      <path
+         
style="display:inline;opacity:1;fill:#241f31;fill-opacity:1;stroke:none;stroke-width:0.458336px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+         d="m 376,249 h 6 v 6 z"
+         id="path1138"
+         sodipodi:nodetypes="cccc" />
+      <path
+         
style="opacity:0.25;fill:#241f31;fill-opacity:1;stroke:none;stroke-width:1.99999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         d="m 338,258 -8,-8 v 12 l 8,8 z"
+         id="path1140"
+         sodipodi:nodetypes="ccccc" />
+      <path
+         
style="opacity:0.25;fill:#241f31;fill-opacity:1;stroke:none;stroke-width:1.49999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         d="m 400,254 -6,-6 v 9 l 6,6 z"
+         id="path1142"
+         sodipodi:nodetypes="ccccc" />
+      <path
+         
style="display:inline;opacity:1;fill:#241f31;fill-opacity:1;stroke:none;stroke-width:0.458336px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+         d="m 390,255 h 6 v 6 z"
+         id="path1144"
+         sodipodi:nodetypes="cccc" />
+      <path
+         
style="display:inline;opacity:0.5;fill:#241f31;fill-opacity:1;stroke:none;stroke-width:0.305557px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+         d="m 400,251 h -4 v 4 z"
+         id="path1146"
+         sodipodi:nodetypes="cccc" />
+      <path
+         
style="display:inline;opacity:0.5;fill:#241f31;fill-opacity:1;stroke:none;stroke-width:0.305557px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+         d="m 396,251 h -4 v 4 z"
+         id="path1148"
+         sodipodi:nodetypes="cccc" />
+      <path
+         
style="opacity:0.25;fill:#241f31;fill-opacity:1;stroke:none;stroke-width:1.49999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         d="m 420,254 -6,-6 v 9 l 6,6 z"
+         id="path1150"
+         sodipodi:nodetypes="ccccc" />
+      <path
+         
style="display:inline;opacity:1;fill:#241f31;fill-opacity:1;stroke:none;stroke-width:0.458336px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+         d="m 410,255 h 6 v 6 z"
+         id="path1152"
+         sodipodi:nodetypes="cccc" />
+      <path
+         
style="display:inline;opacity:0.5;fill:#241f31;fill-opacity:1;stroke:none;stroke-width:0.305557px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+         d="m 420,251 h -4 v 4 z"
+         id="path1154"
+         sodipodi:nodetypes="cccc" />
+      <path
+         
style="display:inline;opacity:0.5;fill:#241f31;fill-opacity:1;stroke:none;stroke-width:0.305557px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+         d="m 424,251 h -4 v 4 z"
+         id="path1156"
+         sodipodi:nodetypes="cccc" />
+      <path
+         
style="display:inline;opacity:0.5;fill:#241f31;fill-opacity:1;stroke:none;stroke-width:0.305557px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+         d="m 416,255 h 4 v 4 z"
+         id="path1158"
+         sodipodi:nodetypes="cccc" />
+      <g
+         id="g1166"
+         transform="matrix(2,0,0,2,-190,-192)">
+        <path
+           
style="display:inline;opacity:1;fill:#241f31;fill-opacity:1;stroke:none;stroke-width:0.305557px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+           d="m 288,205 h 4 v 4 z"
+           id="path1160"
+           sodipodi:nodetypes="cccc" />
+        <path
+           
style="display:inline;opacity:0.5;fill:#241f31;fill-opacity:1;stroke:none;stroke-width:0.305557px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+           d="m 296,201 h -4 v 4 z"
+           id="path1162"
+           sodipodi:nodetypes="cccc" />
+      </g>
+      <g
+         id="g1172"
+         transform="matrix(2,0,0,2,-170,-192)">
+        <path
+           
style="display:inline;opacity:1;fill:#241f31;fill-opacity:1;stroke:none;stroke-width:0.267362px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+           d="m 288.5,205 h 3.5 v 3.5 z"
+           id="path1168"
+           sodipodi:nodetypes="cccc" />
+        <path
+           
style="display:inline;opacity:0.5;fill:#241f31;fill-opacity:1;stroke:none;stroke-width:0.267362px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+           d="M 295.5,201.5 H 292 v 3.5 z"
+           id="path1170"
+           sodipodi:nodetypes="cccc" />
+        <path
+           
style="display:inline;opacity:0.5;fill:#241f31;fill-opacity:1;stroke:none;stroke-width:0.267362px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+           d="m 292,201.5 h -3.5 v 3.5 z"
+           id="path1206"
+           sodipodi:nodetypes="cccc" />
+      </g>
+      <path
+         
style="display:inline;fill:#241f31;fill-opacity:1;stroke:none;stroke-width:0.458335px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+         d="m 428,218 h 6 v 6 z"
+         id="path1208"
+         sodipodi:nodetypes="cccc" />
+      <path
+         
style="display:inline;opacity:0.5;fill:#241f31;fill-opacity:1;stroke:none;stroke-width:0.458335px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+         d="m 440,212 h -6 v 6 z"
+         id="path1210"
+         sodipodi:nodetypes="cccc" />
+      <path
+         
style="display:inline;opacity:1;fill:#241f31;fill-opacity:1;stroke:none;stroke-width:0.229168px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+         d="m 434,215 h -3 v 3 z"
+         id="path1212"
+         sodipodi:nodetypes="cccc" />
+      <path
+         
style="display:inline;opacity:1;fill:#241f31;fill-opacity:1;stroke:none;stroke-width:0.229168px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+         d="m 428,212 h 3 v 3 z"
+         id="path1219"
+         sodipodi:nodetypes="cccc" />
+      <path
+         
style="display:inline;opacity:1;fill:#241f31;fill-opacity:1;stroke:none;stroke-width:0.229168px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+         d="m 431,212 h 3 v 3 z"
+         id="path1221"
+         sodipodi:nodetypes="cccc" />
+      <g
+         id="g1232"
+         transform="matrix(1.8750012,0,0,1.8750012,-136.0002,-170.37524)"
+         style="stroke-width:0.799999">
+        <path
+           
style="display:inline;opacity:1;fill:#241f31;fill-opacity:1;stroke:none;stroke-width:0.244445px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+           d="m 158.40001,186.33334 h 4.26666 v 4.26667 z"
+           id="path1225"
+           sodipodi:nodetypes="cccc" />
+        <path
+           
style="display:inline;opacity:1;fill:#241f31;fill-opacity:1;stroke:none;stroke-width:0.203705px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+           d="m 165.86666,183.13333 h -3.2 v 3.2 z"
+           id="path1227"
+           sodipodi:nodetypes="cccc" />
+        <path
+           
style="display:inline;opacity:1;fill:#241f31;fill-opacity:1;stroke:none;stroke-width:0.203705px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+           d="m 162.66667,186.33333 h 2.66666 V 189 Z"
+           id="path1675"
+           sodipodi:nodetypes="cccc" />
+      </g>
+      <g
+         id="g1329"
+         transform="translate(-2670)">
+        <g
+           id="g1298"
+           transform="translate(226.19377,241.64677)">
+          <g
+             transform="matrix(0.25,0,0,0.25,-226.84114,-177.1236)"
+             id="g1296"
+             style="stroke-width:0.25">
+            <g
+               style="stroke-width:0.269963"
+               transform="matrix(0.92605186,0,0,0.92605186,18.930729,50.876335)"
+               id="g1292">
+              <g
+                 style="stroke-width:0.269963"
+                 id="g1290"
+                 clip-path="url(#clipPath18689)">
+                <rect
+                   
style="opacity:1;vector-effect:none;fill:url(#linearGradient1331);fill-opacity:1;stroke:none;stroke-width:8.22095;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
+                   id="rect1284"
+                   width="424"
+                   height="424"
+                   x="458.33722"
+                   y="90.641701"
+                   rx="10.092117"
+                   ry="10.092117"
+                   transform="matrix(0.60528171,0.60528171,-0.60528171,0.60528171,33.440632,99.073632)"
+                   clip-path="none" />
+                <circle
+                   
style="opacity:1;vector-effect:none;fill:#f66151;fill-opacity:1;stroke:none;stroke-width:7.03712;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
+                   id="circle1286"
+                   cx="0"
+                   cy="0"
+                   r="0"
+                   transform="translate(0,-212)" />
+                <circle
+                   
style="opacity:1;vector-effect:none;fill:#f66151;fill-opacity:1;stroke:none;stroke-width:7.03712;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
+                   id="circle1288"
+                   cx="0"
+                   cy="0"
+                   r="0"
+                   transform="translate(0,-212)" />
+              </g>
+            </g>
+            <path
+               inkscape:connector-curvature="0"
+               
style="display:inline;opacity:0.534;vector-effect:none;fill:#1a5fb4;fill-opacity:1;stroke:none;stroke-width:1.62918;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new"
+               clip-path="none"
+               d="m 8.4765625,2676 c -1.1711695,2.8866 -0.5827763,6.3078 1.7656255,8.6562 l 
48.101562,48.1016 c 3.133898,3.1339 8.178602,3.1339 11.3125,0 l 48.10156,-48.1016 c 2.3484,-2.3484 
2.9368,-5.7696 1.76563,-8.6562 -0.39174,0.9655 -0.98013,1.8708 -1.76563,2.6562 l -48.10156,48.1016 c 
-3.133898,3.1339 -8.178602,3.1339 -11.3125,0 L 10.242188,2678.6562 C 9.4566904,2677.8708 8.8682972,2676.9655 
8.4765625,2676 Z"
+               transform="matrix(4,0,0,4,0,-10028)"
+               id="path1294" />
+          </g>
+        </g>
+        <g
+           id="g1312"
+           transform="matrix(6.0000027,0,0,6.0000027,-924.00045,-886.00049)"
+           style="display:inline;fill:#ffffff;enable-background:new">
+          <path
+             
style="opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+             d="m 164.66667,187 -4,-4 v 6 l 4,4 z"
+             id="path1300"
+             sodipodi:nodetypes="ccccc" />
+          <path
+             
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.254631px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+             d="m 159.33334,186.33334 h 3.33333 v 3.33333 z"
+             id="path1302"
+             sodipodi:nodetypes="cccc" />
+          <path
+             
style="display:inline;opacity:0.65;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.254631px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+             d="m 166,183.00001 h -3.33333 v 3.33333 z"
+             id="path1304"
+             sodipodi:nodetypes="cccc" />
+          <path
+             
style="display:inline;opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.305557px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+             d="m 170.00001,186.99998 h -4 v 4 z"
+             id="path1306"
+             sodipodi:nodetypes="cccc" />
+          <path
+             
style="display:inline;opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.203705px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+             d="m 163.33335,184.33329 h 2.66667 v 2.66667 z"
+             id="path1308"
+             sodipodi:nodetypes="cccc" />
+          <path
+             
style="opacity:0.65;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.5px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+             d="m 166.66665,184.66667 2,-2 v 4.66667 l -2,2 z"
+             id="path1310"
+             sodipodi:nodetypes="ccccc" />
+        </g>
+      </g>
+      <g
+         id="g1388"
+         transform="translate(-2540)">
+        <g
+           id="g1351"
+           transform="translate(226.19377,241.64677)">
+          <g
+             transform="matrix(0.25,0,0,0.25,-226.84114,-177.1236)"
+             id="g1349"
+             style="stroke-width:0.25">
+            <g
+               style="stroke-width:0.269963"
+               transform="matrix(0.92605186,0,0,0.92605186,18.930729,50.876335)"
+               id="g1345">
+              <g
+                 style="stroke-width:0.269963"
+                 id="g1343"
+                 clip-path="url(#clipPath18689)">
+                <rect
+                   
style="opacity:1;vector-effect:none;fill:url(#linearGradient1390);fill-opacity:1;stroke:none;stroke-width:8.22095;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
+                   id="rect1337"
+                   width="424"
+                   height="424"
+                   x="458.33722"
+                   y="90.641701"
+                   rx="10.092117"
+                   ry="10.092117"
+                   transform="matrix(0.60528171,0.60528171,-0.60528171,0.60528171,33.440632,99.073632)"
+                   clip-path="none" />
+                <circle
+                   
style="opacity:1;vector-effect:none;fill:#f66151;fill-opacity:1;stroke:none;stroke-width:7.03712;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
+                   id="circle1339"
+                   cx="0"
+                   cy="0"
+                   r="0"
+                   transform="translate(0,-212)" />
+                <circle
+                   
style="opacity:1;vector-effect:none;fill:#f66151;fill-opacity:1;stroke:none;stroke-width:7.03712;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
+                   id="circle1341"
+                   cx="0"
+                   cy="0"
+                   r="0"
+                   transform="translate(0,-212)" />
+              </g>
+            </g>
+            <path
+               inkscape:connector-curvature="0"
+               
style="display:inline;opacity:0.534;vector-effect:none;fill:#1a5fb4;fill-opacity:1;stroke:none;stroke-width:1.62918;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new"
+               clip-path="none"
+               d="m 8.4765625,2676 c -1.1711695,2.8866 -0.5827763,6.3078 1.7656255,8.6562 l 
48.101562,48.1016 c 3.133898,3.1339 8.178602,3.1339 11.3125,0 l 48.10156,-48.1016 c 2.3484,-2.3484 
2.9368,-5.7696 1.76563,-8.6562 -0.39174,0.9655 -0.98013,1.8708 -1.76563,2.6562 l -48.10156,48.1016 c 
-3.133898,3.1339 -8.178602,3.1339 -11.3125,0 L 10.242188,2678.6562 C 9.4566904,2677.8708 8.8682972,2676.9655 
8.4765625,2676 Z"
+               transform="matrix(4,0,0,4,0,-10028)"
+               id="path1347" />
+          </g>
+        </g>
+        <g
+           id="g1369"
+           transform="matrix(6.0000027,0,0,6.0000027,-924.00045,-886.00049)"
+           style="display:inline;fill:#ffffff;enable-background:new">
+          <path
+             
style="opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+             d="m 164.66667,187 -4,-4 v 6.66667 l 4,4 z"
+             id="path1353"
+             sodipodi:nodetypes="ccccc" />
+          <path
+             
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.254631px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+             d="m 159.33334,186.33334 h 3.33333 v 3.33333 z"
+             id="path1355"
+             sodipodi:nodetypes="cccc" />
+          <path
+             
style="display:inline;opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.305557px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+             d="m 169.33333,185.66665 h -4 v 4 z"
+             id="path1357"
+             sodipodi:nodetypes="cccc" />
+          <path
+             
style="display:inline;opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.203705px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+             d="m 162.66667,182.99996 h 2.66667 v 2.66667 z"
+             id="path1359"
+             sodipodi:nodetypes="cccc" />
+          <path
+             
style="opacity:0.65;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.5px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+             d="m 166.66665,187.66667 2,-2 v 3.83334 l -2,2 z"
+             id="path1361"
+             sodipodi:nodetypes="ccccc" />
+          <path
+             
style="display:inline;opacity:0.65;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.356484px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+             d="m 167.33334,181.66667 h -4.66667 v 4.66667 z"
+             id="path1363"
+             sodipodi:nodetypes="cccc" />
+          <path
+             
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.203705px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+             d="M 165.33333,182.99996 H 168 v 2.66667 z"
+             id="path1365"
+             sodipodi:nodetypes="cccc" />
+          <path
+             
style="opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.5px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+             d="m 165.99996,181 -2,-2 v 10.50001 l 2,2 z"
+             id="path1367"
+             sodipodi:nodetypes="ccccc" />
+        </g>
+      </g>
+      <g
+         id="g1440"
+         transform="translate(-2410)">
+        <g
+           id="g1406"
+           transform="translate(226.19377,241.64677)">
+          <g
+             transform="matrix(0.25,0,0,0.25,-226.84114,-177.1236)"
+             id="g1404"
+             style="stroke-width:0.25">
+            <g
+               style="stroke-width:0.269963"
+               transform="matrix(0.92605186,0,0,0.92605186,18.930729,50.876335)"
+               id="g1400">
+              <g
+                 style="stroke-width:0.269963"
+                 id="g1398"
+                 clip-path="url(#clipPath18689)">
+                <rect
+                   
style="opacity:1;vector-effect:none;fill:url(#linearGradient1442);fill-opacity:1;stroke:none;stroke-width:8.22095;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
+                   id="rect1392"
+                   width="424"
+                   height="424"
+                   x="458.33722"
+                   y="90.641701"
+                   rx="10.092117"
+                   ry="10.092117"
+                   transform="matrix(0.60528171,0.60528171,-0.60528171,0.60528171,33.440632,99.073632)"
+                   clip-path="none" />
+                <circle
+                   
style="opacity:1;vector-effect:none;fill:#f66151;fill-opacity:1;stroke:none;stroke-width:7.03712;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
+                   id="circle1394"
+                   cx="0"
+                   cy="0"
+                   r="0"
+                   transform="translate(0,-212)" />
+                <circle
+                   
style="opacity:1;vector-effect:none;fill:#f66151;fill-opacity:1;stroke:none;stroke-width:7.03712;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
+                   id="circle1396"
+                   cx="0"
+                   cy="0"
+                   r="0"
+                   transform="translate(0,-212)" />
+              </g>
+            </g>
+            <path
+               inkscape:connector-curvature="0"
+               
style="display:inline;opacity:0.534;vector-effect:none;fill:#1a5fb4;fill-opacity:1;stroke:none;stroke-width:1.62918;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new"
+               clip-path="none"
+               d="m 8.4765625,2676 c -1.1711695,2.8866 -0.5827763,6.3078 1.7656255,8.6562 l 
48.101562,48.1016 c 3.133898,3.1339 8.178602,3.1339 11.3125,0 l 48.10156,-48.1016 c 2.3484,-2.3484 
2.9368,-5.7696 1.76563,-8.6562 -0.39174,0.9655 -0.98013,1.8708 -1.76563,2.6562 l -48.10156,48.1016 c 
-3.133898,3.1339 -8.178602,3.1339 -11.3125,0 L 10.242188,2678.6562 C 9.4566904,2677.8708 8.8682972,2676.9655 
8.4765625,2676 Z"
+               transform="matrix(4,0,0,4,0,-10028)"
+               id="path1402" />
+          </g>
+        </g>
+        <g
+           id="g1422"
+           transform="matrix(6.0000027,0,0,6.0000027,-924.00045,-886.00049)"
+           style="display:inline;fill:#ffffff;enable-background:new">
+          <path
+             
style="display:inline;opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.203705px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+             d="m 162.66667,189.66666 h 2.66667 v 2.66667 z"
+             id="path1408"
+             sodipodi:nodetypes="cccc" />
+          <path
+             
style="opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+             d="m 164.66667,185.33333 -4,-4 v 8.33334 l 4,4 z"
+             id="path1410"
+             sodipodi:nodetypes="ccccc" />
+          <path
+             
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.254631px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+             d="m 159.33334,186.33334 h 3.33333 v 3.33333 z"
+             id="path1412"
+             sodipodi:nodetypes="cccc" />
+          <path
+             
style="display:inline;opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.305557px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+             d="m 169.33333,185.66665 h -4 v 4 z"
+             id="path1414"
+             sodipodi:nodetypes="cccc" />
+          <path
+             
style="display:inline;opacity:0.65;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.356484px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+             d="m 167.33334,181.66667 h -4.66667 v 4.66667 z"
+             id="path1416"
+             sodipodi:nodetypes="cccc" />
+          <path
+             
style="opacity:0.65;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.5px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+             d="m 166.66665,185.66667 2,-2 v 4.66668 l -2,2 z"
+             id="path1418"
+             sodipodi:nodetypes="ccccc" />
+          <path
+             
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.203705px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+             d="m 168.00001,182.99996 h -2.66667 v 2.66667 z"
+             id="path1420"
+             sodipodi:nodetypes="cccc" />
+        </g>
+      </g>
+      <g
+         id="g1512"
+         transform="translate(-2280)">
+        <g
+           id="g1466"
+           transform="translate(226.19377,241.64677)">
+          <g
+             transform="matrix(0.25,0,0,0.25,-226.84114,-177.1236)"
+             id="g1464"
+             style="stroke-width:0.25">
+            <g
+               style="stroke-width:0.269963"
+               transform="matrix(0.92605186,0,0,0.92605186,18.930729,50.876335)"
+               id="g1460">
+              <g
+                 style="stroke-width:0.269963"
+                 id="g1458"
+                 clip-path="url(#clipPath18689)">
+                <rect
+                   
style="opacity:1;vector-effect:none;fill:url(#linearGradient1514);fill-opacity:1;stroke:none;stroke-width:8.22095;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
+                   id="rect1452"
+                   width="424"
+                   height="424"
+                   x="458.33722"
+                   y="90.641701"
+                   rx="10.092117"
+                   ry="10.092117"
+                   transform="matrix(0.60528171,0.60528171,-0.60528171,0.60528171,33.440632,99.073632)"
+                   clip-path="none" />
+                <circle
+                   
style="opacity:1;vector-effect:none;fill:#f66151;fill-opacity:1;stroke:none;stroke-width:7.03712;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
+                   id="circle1454"
+                   cx="0"
+                   cy="0"
+                   r="0"
+                   transform="translate(0,-212)" />
+                <circle
+                   
style="opacity:1;vector-effect:none;fill:#f66151;fill-opacity:1;stroke:none;stroke-width:7.03712;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
+                   id="circle1456"
+                   cx="0"
+                   cy="0"
+                   r="0"
+                   transform="translate(0,-212)" />
+              </g>
+            </g>
+            <path
+               inkscape:connector-curvature="0"
+               
style="display:inline;opacity:0.534;vector-effect:none;fill:#1a5fb4;fill-opacity:1;stroke:none;stroke-width:1.62918;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new"
+               clip-path="none"
+               d="m 8.4765625,2676 c -1.1711695,2.8866 -0.5827763,6.3078 1.7656255,8.6562 l 
48.101562,48.1016 c 3.133898,3.1339 8.178602,3.1339 11.3125,0 l 48.10156,-48.1016 c 2.3484,-2.3484 
2.9368,-5.7696 1.76563,-8.6562 -0.39174,0.9655 -0.98013,1.8708 -1.76563,2.6562 l -48.10156,48.1016 c 
-3.133898,3.1339 -8.178602,3.1339 -11.3125,0 L 10.242188,2678.6562 C 9.4566904,2677.8708 8.8682972,2676.9655 
8.4765625,2676 Z"
+               transform="matrix(4,0,0,4,0,-10028)"
+               id="path1462" />
+          </g>
+        </g>
+        <g
+           id="g1490"
+           transform="matrix(6.0000027,0,0,6.0000027,-922.00045,-884.00049)"
+           style="display:inline;fill:#ffffff;enable-background:new">
+          <path
+             
style="display:inline;opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.203705px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+             d="m 162.66667,189.66666 h 2.66667 v 2.66667 z"
+             id="path1468"
+             sodipodi:nodetypes="cccc" />
+          <path
+             
style="opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+             d="m 163.99999,185.66667 -4,-4 v 8.00001 l 4,4 z"
+             id="path1470"
+             sodipodi:nodetypes="ccccc" />
+          <path
+             
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.254631px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+             d="m 159.33334,186.33334 h 3.33333 v 3.33333 z"
+             id="path1472"
+             sodipodi:nodetypes="cccc" />
+          <path
+             
style="display:inline;opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.305557px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+             d="m 169.33333,185.66665 h -4 v 4 z"
+             id="path1474"
+             sodipodi:nodetypes="cccc" />
+          <path
+             
style="display:inline;opacity:0.65;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.356484px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+             d="m 167.33334,181.66667 h -4.66667 v 4.66667 z"
+             id="path1476"
+             sodipodi:nodetypes="cccc" />
+          <path
+             
style="opacity:0.65;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.5px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+             d="m 167.33333,185.66667 2,-2 v 4.00001 l -2,2 z"
+             id="path1478"
+             sodipodi:nodetypes="ccccc" />
+          <path
+             
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.203705px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+             d="m 168.00001,182.99996 h -2.66667 v 2.66667 z"
+             id="path1480"
+             sodipodi:nodetypes="cccc" />
+          <path
+             
style="display:inline;opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.203705px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+             d="m 162.66667,180.33332 h 2.66667 v 2.66667 z"
+             id="path1482"
+             sodipodi:nodetypes="cccc" />
+          <path
+             
style="display:inline;opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.101852px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+             d="m 158,186.33332 h 1.33333 v 1.33333 z"
+             id="path1484"
+             sodipodi:nodetypes="cccc" />
+          <path
+             
style="display:inline;opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.101852px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+             d="m 167.33334,185.66664 h -1.33333 v 1.33333 z"
+             id="path1486"
+             sodipodi:nodetypes="cccc" />
+          <path
+             
style="display:inline;opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.101852px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+             d="m 161.33334,189.66663 h 1.33333 v 1.33333 z"
+             id="path1488"
+             sodipodi:nodetypes="cccc" />
+        </g>
+      </g>
+      <g
+         id="g1588"
+         transform="translate(-2150)">
+        <g
+           id="g1536"
+           transform="translate(226.19377,241.64677)">
+          <g
+             transform="matrix(0.25,0,0,0.25,-226.84114,-177.1236)"
+             id="g1534"
+             style="stroke-width:0.25">
+            <g
+               style="stroke-width:0.269963"
+               transform="matrix(0.92605186,0,0,0.92605186,18.930729,50.876335)"
+               id="g1530">
+              <g
+                 style="stroke-width:0.269963"
+                 id="g1528"
+                 clip-path="url(#clipPath18689)">
+                <rect
+                   
style="opacity:1;vector-effect:none;fill:url(#linearGradient1590);fill-opacity:1;stroke:none;stroke-width:8.22095;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
+                   id="rect1522"
+                   width="424"
+                   height="424"
+                   x="458.33722"
+                   y="90.641701"
+                   rx="10.092117"
+                   ry="10.092117"
+                   transform="matrix(0.60528171,0.60528171,-0.60528171,0.60528171,33.440632,99.073632)"
+                   clip-path="none" />
+                <circle
+                   
style="opacity:1;vector-effect:none;fill:#f66151;fill-opacity:1;stroke:none;stroke-width:7.03712;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
+                   id="circle1524"
+                   cx="0"
+                   cy="0"
+                   r="0"
+                   transform="translate(0,-212)" />
+                <circle
+                   
style="opacity:1;vector-effect:none;fill:#f66151;fill-opacity:1;stroke:none;stroke-width:7.03712;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
+                   id="circle1526"
+                   cx="0"
+                   cy="0"
+                   r="0"
+                   transform="translate(0,-212)" />
+              </g>
+            </g>
+            <path
+               inkscape:connector-curvature="0"
+               
style="display:inline;opacity:0.534;vector-effect:none;fill:#1a5fb4;fill-opacity:1;stroke:none;stroke-width:1.62918;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new"
+               clip-path="none"
+               d="m 8.4765625,2676 c -1.1711695,2.8866 -0.5827763,6.3078 1.7656255,8.6562 l 
48.101562,48.1016 c 3.133898,3.1339 8.178602,3.1339 11.3125,0 l 48.10156,-48.1016 c 2.3484,-2.3484 
2.9368,-5.7696 1.76563,-8.6562 -0.39174,0.9655 -0.98013,1.8708 -1.76563,2.6562 l -48.10156,48.1016 c 
-3.133898,3.1339 -8.178602,3.1339 -11.3125,0 L 10.242188,2678.6562 C 9.4566904,2677.8708 8.8682972,2676.9655 
8.4765625,2676 Z"
+               transform="matrix(4,0,0,4,0,-10028)"
+               id="path1532" />
+          </g>
+        </g>
+        <g
+           id="g1564"
+           transform="matrix(6.0000027,0,0,6.0000027,-922.00045,-884.00049)"
+           style="display:inline;fill:#ffffff;enable-background:new">
+          <path
+             
style="display:inline;opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.203705px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+             d="m 162.66667,189.66666 h 2.66667 v 2.66667 z"
+             id="path1538"
+             sodipodi:nodetypes="cccc" />
+          <path
+             
style="opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+             d="m 163.99999,185.66667 -4,-4 v 8.00001 l 4,4 z"
+             id="path1540"
+             sodipodi:nodetypes="ccccc" />
+          <path
+             
style="display:inline;opacity:0.8;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.254631px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+             d="m 159.33334,186.33334 h 3.33333 v 3.33333 z"
+             id="path1542"
+             sodipodi:nodetypes="cccc" />
+          <path
+             
style="display:inline;opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.305557px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+             d="m 169.33333,185.66665 h -4 v 4 z"
+             id="path1544"
+             sodipodi:nodetypes="cccc" />
+          <path
+             
style="display:inline;opacity:0.65;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.356484px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+             d="m 167.33334,181.66667 h -4.66667 v 4.66667 z"
+             id="path1546"
+             sodipodi:nodetypes="cccc" />
+          <path
+             
style="opacity:0.65;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.5px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+             d="m 167.33333,185.66667 2,-2 v 4.00001 l -2,2 z"
+             id="path1548"
+             sodipodi:nodetypes="ccccc" />
+          <path
+             
style="display:inline;opacity:0.8;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.203705px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+             d="m 168.00001,182.99996 h -2.66667 v 2.66667 z"
+             id="path1550"
+             sodipodi:nodetypes="cccc" />
+          <path
+             
style="display:inline;opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.203705px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+             d="m 162.66667,180.33332 h 2.66667 v 2.66667 z"
+             id="path1552"
+             sodipodi:nodetypes="cccc" />
+          <path
+             
style="display:inline;opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.101852px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+             d="m 158,186.33332 h 1.33333 v 1.33333 z"
+             id="path1554"
+             sodipodi:nodetypes="cccc" />
+          <path
+             
style="display:inline;opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.101852px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+             d="m 167.33334,185.66664 h -1.33333 v 1.33333 z"
+             id="path1556"
+             sodipodi:nodetypes="cccc" />
+          <path
+             
style="display:inline;opacity:0.65;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.101852px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+             d="m 161.33334,189.66663 h 1.33333 v 1.33333 z"
+             id="path1558"
+             sodipodi:nodetypes="cccc" />
+          <path
+             
style="display:inline;opacity:0.8;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.101852px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+             d="m 169.33335,185.66664 h 1.33333 v 1.33333 z"
+             id="path1560"
+             sodipodi:nodetypes="cccc" />
+          <path
+             
style="display:inline;opacity:0.65;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.101852px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+             d="M 162.66667,180.33329 H 164 v 1.33333 z"
+             id="path1562"
+             sodipodi:nodetypes="cccc" />
+        </g>
+      </g>
+      <g
+         id="g1666"
+         transform="translate(-1760)">
+        <g
+           id="g1612"
+           transform="translate(-33.80623,241.64677)">
+          <g
+             transform="matrix(0.25,0,0,0.25,-226.84114,-177.1236)"
+             id="g1610"
+             style="stroke-width:0.25">
+            <g
+               style="stroke-width:0.269963"
+               transform="matrix(0.92605186,0,0,0.92605186,18.930729,50.876335)"
+               id="g1606">
+              <g
+                 style="stroke-width:0.269963"
+                 id="g1604"
+                 clip-path="url(#clipPath18689)">
+                <rect
+                   
style="opacity:1;vector-effect:none;fill:url(#linearGradient1642);fill-opacity:1;stroke:none;stroke-width:8.22095;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
+                   id="rect1598"
+                   width="424"
+                   height="424"
+                   x="458.33722"
+                   y="90.641701"
+                   rx="10.092117"
+                   ry="10.092117"
+                   transform="matrix(0.60528171,0.60528171,-0.60528171,0.60528171,33.440632,99.073632)"
+                   clip-path="none" />
+                <circle
+                   
style="opacity:1;vector-effect:none;fill:#f66151;fill-opacity:1;stroke:none;stroke-width:7.03712;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
+                   id="circle1600"
+                   cx="0"
+                   cy="0"
+                   r="0"
+                   transform="translate(0,-212)" />
+                <circle
+                   
style="opacity:1;vector-effect:none;fill:#f66151;fill-opacity:1;stroke:none;stroke-width:7.03712;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
+                   id="circle1602"
+                   cx="0"
+                   cy="0"
+                   r="0"
+                   transform="translate(0,-212)" />
+              </g>
+            </g>
+            <path
+               inkscape:connector-curvature="0"
+               
style="display:inline;opacity:0.534;vector-effect:none;fill:#3584e4;fill-opacity:1;stroke:none;stroke-width:1.62918;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new"
+               clip-path="none"
+               d="m 8.4765625,2676 c -1.1711695,2.8866 -0.5827763,6.3078 1.7656255,8.6562 l 
48.101562,48.1016 c 3.133898,3.1339 8.178602,3.1339 11.3125,0 l 48.10156,-48.1016 c 2.3484,-2.3484 
2.9368,-5.7696 1.76563,-8.6562 -0.39174,0.9655 -0.98013,1.8708 -1.76563,2.6562 l -48.10156,48.1016 c 
-3.133898,3.1339 -8.178602,3.1339 -11.3125,0 L 10.242188,2678.6562 C 9.4566904,2677.8708 8.8682972,2676.9655 
8.4765625,2676 Z"
+               transform="matrix(4,0,0,4,0,-10028)"
+               id="path1608" />
+          </g>
+        </g>
+        <g
+           id="g1640"
+           transform="matrix(6.0000027,0,0,6.0000027,-1182.0004,-884.00049)"
+           style="display:inline;fill:#ffffff;enable-background:new">
+          <path
+             
style="display:inline;opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.203705px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+             d="m 162.66667,189.66666 h 2.66667 v 2.66667 z"
+             id="path1614"
+             sodipodi:nodetypes="cccc" />
+          <path
+             
style="opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+             d="m 163.99999,185.66667 -4,-4 v 8.00001 l 4,4 z"
+             id="path1616"
+             sodipodi:nodetypes="ccccc" />
+          <path
+             
style="display:inline;opacity:0.8;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.254631px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+             d="m 159.33334,186.33334 h 3.33333 v 3.33333 z"
+             id="path1618"
+             sodipodi:nodetypes="cccc" />
+          <path
+             
style="display:inline;opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.305557px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+             d="m 169.33333,185.66665 h -4 v 4 z"
+             id="path1620"
+             sodipodi:nodetypes="cccc" />
+          <path
+             
style="display:inline;opacity:0.65;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.356484px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+             d="m 167.33334,181.66667 h -4.66667 v 4.66667 z"
+             id="path1622"
+             sodipodi:nodetypes="cccc" />
+          <path
+             
style="opacity:0.65;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.5px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+             d="m 167.33333,185.66667 2,-2 v 4.00001 l -2,2 z"
+             id="path1624"
+             sodipodi:nodetypes="ccccc" />
+          <path
+             
style="display:inline;opacity:0.8;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.203705px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+             d="m 168.00001,182.99996 h -2.66667 v 2.66667 z"
+             id="path1626"
+             sodipodi:nodetypes="cccc" />
+          <path
+             
style="display:inline;opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.203705px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+             d="m 162.66667,180.33332 h 2.66667 v 2.66667 z"
+             id="path1628"
+             sodipodi:nodetypes="cccc" />
+          <path
+             
style="display:inline;opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.101852px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+             d="m 158,186.33332 h 1.33333 v 1.33333 z"
+             id="path1630"
+             sodipodi:nodetypes="cccc" />
+          <path
+             
style="display:inline;opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.101852px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+             d="m 167.33334,185.66664 h -1.33333 v 1.33333 z"
+             id="path1632"
+             sodipodi:nodetypes="cccc" />
+          <path
+             
style="display:inline;opacity:0.65;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.101852px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+             d="m 161.33334,189.66663 h 1.33333 v 1.33333 z"
+             id="path1634"
+             sodipodi:nodetypes="cccc" />
+          <path
+             
style="display:inline;opacity:0.8;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.101852px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+             d="m 169.33335,185.66664 h 1.33333 v 1.33333 z"
+             id="path1636"
+             sodipodi:nodetypes="cccc" />
+          <path
+             
style="display:inline;opacity:0.65;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.101852px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+             d="M 162.66667,180.33329 H 164 v 1.33333 z"
+             id="path1638"
+             sodipodi:nodetypes="cccc" />
+        </g>
+      </g>
+      <g
+         id="g1714"
+         transform="translate(-200,-210)">
+        <g
+           id="g1688"
+           transform="translate(226.19377,241.64677)">
+          <g
+             transform="matrix(0.25,0,0,0.25,-226.84114,-177.1236)"
+             id="g1686"
+             style="stroke-width:0.25">
+            <g
+               style="stroke-width:0.269963"
+               transform="matrix(0.92605186,0,0,0.92605186,18.930729,50.876335)"
+               id="g1682">
+              <g
+                 style="stroke-width:0.269963"
+                 id="g1680"
+                 clip-path="url(#clipPath18689)">
+                <circle
+                   
style="opacity:1;vector-effect:none;fill:#f66151;fill-opacity:1;stroke:none;stroke-width:7.03712;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
+                   id="circle1676"
+                   cx="0"
+                   cy="0"
+                   r="0"
+                   transform="translate(0,-212)" />
+                <circle
+                   
style="opacity:1;vector-effect:none;fill:#f66151;fill-opacity:1;stroke:none;stroke-width:7.03712;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
+                   id="circle1678"
+                   cx="0"
+                   cy="0"
+                   r="0"
+                   transform="translate(0,-212)" />
+              </g>
+            </g>
+          </g>
+        </g>
+        <g
+           id="g1712"
+           transform="matrix(6.0000027,0,0,6.0000027,-922.00045,-884.00049)"
+           style="display:inline;fill:#ffffff;enable-background:new">
+          <path
+             
style="display:inline;opacity:0.65;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.203705px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+             d="m 162.66667,190 h 2.66667 v 2.66667 z"
+             id="path1690"
+             sodipodi:nodetypes="cccc" />
+          <path
+             
style="opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+             d="m 163.99999,185.66667 -4,-4 v 8.00001 l 4,4 z"
+             id="path1692"
+             sodipodi:nodetypes="ccccc" />
+          <path
+             
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.331021px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+             d="m 158.33334,185.66666 h 4.33333 v 4.33333 z"
+             id="path1694"
+             sodipodi:nodetypes="cccc" />
+          <path
+             
style="display:inline;opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.33102px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+             d="m 169.66667,185.66665 h -4.33334 v 4.33334 z"
+             id="path1696"
+             sodipodi:nodetypes="cccc" />
+          <path
+             
style="display:inline;opacity:0.65;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.33102px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+             d="m 167,181.33333 h -4.33333 v 4.33333 z"
+             id="path1698"
+             sodipodi:nodetypes="cccc" />
+          <path
+             
style="opacity:0.65;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.5px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+             d="m 167.66667,185.66667 2,-2 v 4.00001 l -2,2 z"
+             id="path1700"
+             sodipodi:nodetypes="ccccc" />
+          <path
+             
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.203705px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+             d="m 168.00001,182.99996 h -2.66667 v 2.66667 z"
+             id="path1702"
+             sodipodi:nodetypes="cccc" />
+          <path
+             
style="display:inline;opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.229167px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+             d="m 162.33335,180 h 2.99999 v 2.99999 z"
+             id="path1704"
+             sodipodi:nodetypes="cccc" />
+          <path
+             
style="display:inline;opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.101852px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+             d="m 165.33336,189.99994 h 1.33333 v 1.33333 z"
+             id="path1710"
+             sodipodi:nodetypes="cccc" />
+        </g>
+      </g>
+      <g
+         id="g1799"
+         transform="translate(-1890)">
+        <g
+           id="g1732"
+           transform="translate(226.19377,241.64677)">
+          <g
+             transform="matrix(0.25,0,0,0.25,-226.84114,-177.1236)"
+             id="g1730"
+             style="stroke-width:0.25">
+            <g
+               style="stroke-width:0.269963"
+               transform="matrix(0.92605186,0,0,0.92605186,18.930729,50.876335)"
+               id="g1726">
+              <g
+                 style="stroke-width:0.269963"
+                 id="g1724"
+                 clip-path="url(#clipPath18689)">
+                <rect
+                   
style="opacity:1;vector-effect:none;fill:url(#linearGradient1801);fill-opacity:1;stroke:none;stroke-width:8.22095;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
+                   id="rect1718"
+                   width="424"
+                   height="424"
+                   x="458.33722"
+                   y="90.641701"
+                   rx="10.092117"
+                   ry="10.092117"
+                   transform="matrix(0.60528171,0.60528171,-0.60528171,0.60528171,33.440632,99.073632)"
+                   clip-path="none" />
+                <circle
+                   
style="opacity:1;vector-effect:none;fill:#f66151;fill-opacity:1;stroke:none;stroke-width:7.03712;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
+                   id="circle1720"
+                   cx="0"
+                   cy="0"
+                   r="0"
+                   transform="translate(0,-212)" />
+                <circle
+                   
style="opacity:1;vector-effect:none;fill:#f66151;fill-opacity:1;stroke:none;stroke-width:7.03712;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
+                   id="circle1722"
+                   cx="0"
+                   cy="0"
+                   r="0"
+                   transform="translate(0,-212)" />
+              </g>
+            </g>
+            <path
+               inkscape:connector-curvature="0"
+               
style="display:inline;opacity:0.534;vector-effect:none;fill:#3584e4;fill-opacity:1;stroke:none;stroke-width:1.62918;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new"
+               clip-path="none"
+               d="m 8.4765625,2676 c -1.1711695,2.8866 -0.5827763,6.3078 1.7656255,8.6562 l 
48.101562,48.1016 c 3.133898,3.1339 8.178602,3.1339 11.3125,0 l 48.10156,-48.1016 c 2.3484,-2.3484 
2.9368,-5.7696 1.76563,-8.6562 -0.39174,0.9655 -0.98013,1.8708 -1.76563,2.6562 l -48.10156,48.1016 c 
-3.133898,3.1339 -8.178602,3.1339 -11.3125,0 L 10.242188,2678.6562 C 9.4566904,2677.8708 8.8682972,2676.9655 
8.4765625,2676 Z"
+               transform="matrix(4,0,0,4,0,-10028)"
+               id="path1728" />
+          </g>
+        </g>
+        <g
+           id="g1770">
+          <g
+             id="g1744"
+             transform="translate(226.19377,241.64677)">
+            <g
+               transform="matrix(0.25,0,0,0.25,-226.84114,-177.1236)"
+               id="g1742"
+               style="stroke-width:0.25">
+              <g
+                 style="stroke-width:0.269963"
+                 transform="matrix(0.92605186,0,0,0.92605186,18.930729,50.876335)"
+                 id="g1740">
+                <g
+                   style="stroke-width:0.269963"
+                   id="g1738"
+                   clip-path="url(#clipPath18689)">
+                  <circle
+                     
style="opacity:1;vector-effect:none;fill:#f66151;fill-opacity:1;stroke:none;stroke-width:7.03712;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
+                     id="circle1734"
+                     cx="0"
+                     cy="0"
+                     r="0"
+                     transform="translate(0,-212)" />
+                  <circle
+                     
style="opacity:1;vector-effect:none;fill:#f66151;fill-opacity:1;stroke:none;stroke-width:7.03712;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
+                     id="circle1736"
+                     cx="0"
+                     cy="0"
+                     r="0"
+                     transform="translate(0,-212)" />
+                </g>
+              </g>
+            </g>
+          </g>
+          <g
+             id="g1768"
+             transform="matrix(6.0000027,0,0,6.0000027,-922.00045,-884.00049)"
+             style="display:inline;fill:#ffffff;enable-background:new">
+            <path
+               
style="display:inline;opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.203705px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+               d="m 162.66667,189.66666 h 2.66667 v 2.66667 z"
+               id="path1746"
+               sodipodi:nodetypes="cccc" />
+            <path
+               
style="opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+               d="m 163.99999,185.66667 -4,-4 v 8.00001 l 4,4 z"
+               id="path1748"
+               sodipodi:nodetypes="ccccc" />
+            <path
+               
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.254631px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+               d="m 159.33334,186.33334 h 3.33333 v 3.33333 z"
+               id="path1750"
+               sodipodi:nodetypes="cccc" />
+            <path
+               
style="display:inline;opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.305557px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+               d="m 169.33333,185.66665 h -4 v 4 z"
+               id="path1752"
+               sodipodi:nodetypes="cccc" />
+            <path
+               
style="display:inline;opacity:0.65;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.356484px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+               d="m 167.33334,181.66667 h -4.66667 v 4.66667 z"
+               id="path1754"
+               sodipodi:nodetypes="cccc" />
+            <path
+               
style="opacity:0.65;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.5px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+               d="m 167.33333,185.66667 2,-2 v 4.00001 l -2,2 z"
+               id="path1756"
+               sodipodi:nodetypes="ccccc" />
+            <path
+               
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.203705px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+               d="m 168.00001,182.99996 h -2.66667 v 2.66667 z"
+               id="path1758"
+               sodipodi:nodetypes="cccc" />
+            <path
+               
style="display:inline;opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.203705px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+               d="m 162.66667,180.33332 h 2.66667 v 2.66667 z"
+               id="path1760"
+               sodipodi:nodetypes="cccc" />
+            <path
+               
style="display:inline;opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.101852px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+               d="m 158,186.33332 h 1.33333 v 1.33333 z"
+               id="path1762"
+               sodipodi:nodetypes="cccc" />
+            <path
+               
style="display:inline;opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.101852px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+               d="m 167.33334,185.66664 h -1.33333 v 1.33333 z"
+               id="path1764"
+               sodipodi:nodetypes="cccc" />
+            <path
+               
style="display:inline;opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.101852px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+               d="m 161.33334,189.66663 h 1.33333 v 1.33333 z"
+               id="path1766"
+               sodipodi:nodetypes="cccc" />
+          </g>
+        </g>
+      </g>
+      <g
+         id="g1883"
+         transform="translate(-1640)">
+        <g
+           id="g1817"
+           transform="translate(106.19377,241.64677)">
+          <g
+             transform="matrix(0.25,0,0,0.25,-226.84114,-177.1236)"
+             id="g1815"
+             style="stroke-width:0.25">
+            <g
+               style="stroke-width:0.269963"
+               transform="matrix(0.92605186,0,0,0.92605186,18.930729,50.876335)"
+               id="g1811">
+              <g
+                 style="stroke-width:0.269963"
+                 id="g1809"
+                 clip-path="url(#clipPath18689)">
+                <rect
+                   
style="opacity:1;vector-effect:none;fill:url(#linearGradient1855);fill-opacity:1;stroke:none;stroke-width:8.22095;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
+                   id="rect1803"
+                   width="424"
+                   height="424"
+                   x="458.33722"
+                   y="90.641701"
+                   rx="10.092117"
+                   ry="10.092117"
+                   transform="matrix(0.60528171,0.60528171,-0.60528171,0.60528171,33.440632,99.073632)"
+                   clip-path="none" />
+                <circle
+                   
style="opacity:1;vector-effect:none;fill:#f66151;fill-opacity:1;stroke:none;stroke-width:7.03712;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
+                   id="circle1805"
+                   cx="0"
+                   cy="0"
+                   r="0"
+                   transform="translate(0,-212)" />
+                <circle
+                   
style="opacity:1;vector-effect:none;fill:#f66151;fill-opacity:1;stroke:none;stroke-width:7.03712;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
+                   id="circle1807"
+                   cx="0"
+                   cy="0"
+                   r="0"
+                   transform="translate(0,-212)" />
+              </g>
+            </g>
+            <path
+               inkscape:connector-curvature="0"
+               
style="display:inline;opacity:0.534;vector-effect:none;fill:#3584e4;fill-opacity:1;stroke:none;stroke-width:1.62918;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new"
+               clip-path="none"
+               d="m 8.4765625,2676 c -1.1711695,2.8866 -0.5827763,6.3078 1.7656255,8.6562 l 
48.101562,48.1016 c 3.133898,3.1339 8.178602,3.1339 11.3125,0 l 48.10156,-48.1016 c 2.3484,-2.3484 
2.9368,-5.7696 1.76563,-8.6562 -0.39174,0.9655 -0.98013,1.8708 -1.76563,2.6562 l -48.10156,48.1016 c 
-3.133898,3.1339 -8.178602,3.1339 -11.3125,0 L 10.242188,2678.6562 C 9.4566904,2677.8708 8.8682972,2676.9655 
8.4765625,2676 Z"
+               transform="matrix(4,0,0,4,0,-10028)"
+               id="path1813" />
+          </g>
+        </g>
+        <g
+           id="g1853"
+           transform="translate(-120)">
+          <g
+             id="g1829"
+             transform="translate(226.19377,241.64677)">
+            <g
+               transform="matrix(0.25,0,0,0.25,-226.84114,-177.1236)"
+               id="g1827"
+               style="stroke-width:0.25">
+              <g
+                 style="stroke-width:0.269963"
+                 transform="matrix(0.92605186,0,0,0.92605186,18.930729,50.876335)"
+                 id="g1825">
+                <g
+                   style="stroke-width:0.269963"
+                   id="g1823"
+                   clip-path="url(#clipPath18689)">
+                  <circle
+                     
style="opacity:1;vector-effect:none;fill:#f66151;fill-opacity:1;stroke:none;stroke-width:7.03712;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
+                     id="circle1819"
+                     cx="0"
+                     cy="0"
+                     r="0"
+                     transform="translate(0,-212)" />
+                  <circle
+                     
style="opacity:1;vector-effect:none;fill:#f66151;fill-opacity:1;stroke:none;stroke-width:7.03712;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
+                     id="circle1821"
+                     cx="0"
+                     cy="0"
+                     r="0"
+                     transform="translate(0,-212)" />
+                </g>
+              </g>
+            </g>
+          </g>
+          <g
+             id="g1851"
+             transform="matrix(6.0000027,0,0,6.0000027,-922.00045,-884.00049)"
+             style="display:inline;fill:#ffffff;enable-background:new">
+            <path
+               
style="display:inline;opacity:0.65;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.203705px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+               d="m 162.66667,190 h 2.66667 v 2.66667 z"
+               id="path1831"
+               sodipodi:nodetypes="cccc" />
+            <path
+               
style="opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+               d="m 163.99999,185.66667 -4,-4 v 8.00001 l 4,4 z"
+               id="path1833"
+               sodipodi:nodetypes="ccccc" />
+            <path
+               
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.331021px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+               d="m 158.33334,185.66666 h 4.33333 v 4.33333 z"
+               id="path1835"
+               sodipodi:nodetypes="cccc" />
+            <path
+               
style="display:inline;opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.33102px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+               d="m 169.66667,185.66665 h -4.33334 v 4.33334 z"
+               id="path1837"
+               sodipodi:nodetypes="cccc" />
+            <path
+               
style="display:inline;opacity:0.65;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.33102px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+               d="m 167,181.33333 h -4.33333 v 4.33333 z"
+               id="path1839"
+               sodipodi:nodetypes="cccc" />
+            <path
+               
style="opacity:0.65;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.5px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+               d="m 167.66667,185.66667 2,-2 v 4.00001 l -2,2 z"
+               id="path1841"
+               sodipodi:nodetypes="ccccc" />
+            <path
+               
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.203705px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+               d="m 168.00001,182.99996 h -2.66667 v 2.66667 z"
+               id="path1843"
+               sodipodi:nodetypes="cccc" />
+            <path
+               
style="display:inline;opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.229167px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+               d="m 162.33335,180 h 2.99999 v 2.99999 z"
+               id="path1845"
+               sodipodi:nodetypes="cccc" />
+            <path
+               
style="display:inline;opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.101852px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+               d="m 167.66668,185.66664 h -1.33333 v 1.33333 z"
+               id="path1847"
+               sodipodi:nodetypes="cccc" />
+            <path
+               
style="display:inline;opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.101852px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+               d="m 165.33336,189.99994 h 1.33333 v 1.33333 z"
+               id="path1849"
+               sodipodi:nodetypes="cccc" />
+          </g>
+        </g>
+      </g>
+      <g
+         id="g1968"
+         transform="translate(-1620)">
+        <g
+           id="g1907"
+           transform="translate(226.19377,231.64677)">
+          <g
+             transform="matrix(0.25,0,0,0.25,-226.84114,-177.1236)"
+             id="g1905"
+             style="stroke-width:0.25">
+            <g
+               style="stroke-width:0.269963"
+               transform="matrix(0.92605186,0,0,0.92605186,18.930729,50.876335)"
+               id="g1901">
+              <g
+                 style="stroke-width:0.269963"
+                 id="g1899"
+                 clip-path="url(#clipPath18689)">
+                <rect
+                   
style="opacity:1;vector-effect:none;fill:url(#linearGradient1970);fill-opacity:1;stroke:none;stroke-width:7.03711;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
+                   id="rect1893"
+                   width="362.94299"
+                   height="362.94299"
+                   x="-486.94159"
+                   y="-848.98029"
+                   rx="8.6388283"
+                   ry="8.6388283"
+                   transform="matrix(0.70710678,-0.70710678,-0.70710678,-0.70710678,0,0)"
+                   clip-path="none" />
+                <circle
+                   
style="opacity:1;vector-effect:none;fill:#f66151;fill-opacity:1;stroke:none;stroke-width:7.03712;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
+                   id="circle1895"
+                   cx="0"
+                   cy="0"
+                   r="0"
+                   transform="translate(0,-212)" />
+                <circle
+                   
style="opacity:1;vector-effect:none;fill:#f66151;fill-opacity:1;stroke:none;stroke-width:7.03712;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
+                   id="circle1897"
+                   cx="0"
+                   cy="0"
+                   r="0"
+                   transform="translate(0,-212)" />
+              </g>
+            </g>
+            <path
+               inkscape:connector-curvature="0"
+               
style="display:inline;opacity:0.4;vector-effect:none;fill:#3584e4;fill-opacity:1;stroke:none;stroke-width:1.62918;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new"
+               clip-path="none"
+               d="m 8.4765625,2676 c -1.1711695,2.8866 -0.5827763,6.3078 1.7656255,8.6562 l 
48.101562,48.1016 c 3.133898,3.1339 8.178602,3.1339 11.3125,0 l 48.10156,-48.1016 c 2.3484,-2.3484 
2.9368,-5.7696 1.76563,-8.6562 -0.39174,0.9655 -0.98013,1.8708 -1.76563,2.6562 l -48.10156,48.1016 c 
-3.133898,3.1339 -8.178602,3.1339 -11.3125,0 L 10.242188,2678.6562 C 9.4566904,2677.8708 8.8682972,2676.9655 
8.4765625,2676 Z"
+               id="path1903"
+               transform="matrix(4,0,0,4,0,-10028)" />
+          </g>
+        </g>
+        <g
+           id="g1941"
+           transform="translate(0,-10)">
+          <g
+             id="g1919"
+             transform="translate(226.19377,241.64677)">
+            <g
+               transform="matrix(0.25,0,0,0.25,-226.84114,-177.1236)"
+               id="g1917"
+               style="stroke-width:0.25">
+              <g
+                 style="stroke-width:0.269963"
+                 transform="matrix(0.92605186,0,0,0.92605186,18.930729,50.876335)"
+                 id="g1915">
+                <g
+                   style="stroke-width:0.269963"
+                   id="g1913"
+                   clip-path="url(#clipPath18689)">
+                  <circle
+                     
style="opacity:1;vector-effect:none;fill:#f66151;fill-opacity:1;stroke:none;stroke-width:7.03712;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
+                     id="circle1909"
+                     cx="0"
+                     cy="0"
+                     r="0"
+                     transform="translate(0,-212)" />
+                  <circle
+                     
style="opacity:1;vector-effect:none;fill:#f66151;fill-opacity:1;stroke:none;stroke-width:7.03712;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
+                     id="circle1911"
+                     cx="0"
+                     cy="0"
+                     r="0"
+                     transform="translate(0,-212)" />
+                </g>
+              </g>
+            </g>
+          </g>
+          <g
+             id="g1939"
+             transform="matrix(6.0000027,0,0,6.0000027,-922.00045,-884.00049)"
+             style="display:inline;fill:#ffffff;enable-background:new">
+            <path
+               
style="display:inline;opacity:0.65;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.203705px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+               d="m 162.66667,190 h 2.66667 v 2.66667 z"
+               id="path1921"
+               sodipodi:nodetypes="cccc" />
+            <path
+               
style="opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+               d="m 163.99999,185.66667 -4,-4 v 8.00001 l 4,4 z"
+               id="path1923"
+               sodipodi:nodetypes="ccccc" />
+            <path
+               
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.331021px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+               d="m 158.33334,185.66666 h 4.33333 v 4.33333 z"
+               id="path1925"
+               sodipodi:nodetypes="cccc" />
+            <path
+               
style="display:inline;opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.33102px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+               d="m 169.66667,185.66665 h -4.33334 v 4.33334 z"
+               id="path1927"
+               sodipodi:nodetypes="cccc" />
+            <path
+               
style="display:inline;opacity:0.65;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.33102px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+               d="m 167,181.33333 h -4.33333 v 4.33333 z"
+               id="path1929"
+               sodipodi:nodetypes="cccc" />
+            <path
+               
style="opacity:0.65;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.5px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+               d="m 167.66667,185.66667 2,-2 v 4.00001 l -2,2 z"
+               id="path1931"
+               sodipodi:nodetypes="ccccc" />
+            <path
+               
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.203705px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+               d="m 168.00001,182.99996 h -2.66667 v 2.66667 z"
+               id="path1933"
+               sodipodi:nodetypes="cccc" />
+            <path
+               
style="display:inline;opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.229167px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+               d="m 162.33335,180 h 2.99999 v 2.99999 z"
+               id="path1935"
+               sodipodi:nodetypes="cccc" />
+            <path
+               
style="display:inline;opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.101852px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+               d="m 165.33336,189.99994 h 1.33333 v 1.33333 z"
+               id="path1937"
+               sodipodi:nodetypes="cccc" />
+          </g>
+        </g>
+      </g>
+      <path
+         
style="fill:#241f31;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         d="m 530.6557,82.851075 2.51597,3.265645 A 4.8327628,4.8327628 26.194043 0 0 537,88 h 5 a 3,3 135 0 
0 3,-3 v -6 a 1,1 45 0 0 -1,-1 1,1 135 0 0 -1,1 v 0.5 A 0.5,0.5 135 0 1 542.5,80 0.5,0.5 45 0 1 542,79.5 V 79 
a 1,1 45 0 0 -1,-1 1,1 135 0 0 -1,1 v 0.5 A 0.5,0.5 135 0 1 539.5,80 0.5,0.5 45 0 1 539,79.5 V 79 a 1,1 45 0 
0 -1,-1 1,1 135 0 0 -1,1 v 0.5 A 0.5,0.5 135 0 1 536.5,80 0.5,0.5 45 0 1 536,79.5 V 74 a 1,1 45 0 0 -1,-1 1,1 
135 0 0 -1,1 v 8 a 0.41421356,0.41421356 157.5 0 1 -0.70711,0.292893 L 532,81 a 1.0193075,1.0193075 170.78253 
0 0 -1.63246,0.264911 1.5173569,1.5173569 79.703536 0 0 0.28816,1.586164 z"
+         id="path1287"
+         sodipodi:nodetypes="cccccccccccccccccccc"
+         inkscape:path-effect="#path-effect1289"
+         inkscape:original-d="m 530,82 4.62261,6 H 545 V 78 h -2 v 2 h -1 v -2 h -2 v 2 h -1 v -2 h -2 v 2 h 
-1 v -7 h -2 v 10 l -3,-3 z" />
+      <path
+         
style="fill:#241f31;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         d="m 561,81 a 4,4 45 0 0 4,4 h 10 v -5 a 1,1 45 0 0 -1,-1 1,1 135 0 0 -1,1 v 1 h -1 v -1 a 1,1 45 0 
0 -1,-1 1,1 135 0 0 -1,1 v 1 h -1 a 4,4 45 0 0 -4,-4 1,1 135 0 0 -1,1 1,1 45 0 0 1,1 2,2 45 0 1 2,2 2,2 135 0 
1 -2,2 2,2 45 0 1 -2,-2 z"
+         id="path1292"
+         sodipodi:nodetypes="ccccccccccccccccccc"
+         inkscape:path-effect="#path-effect1296"
+         inkscape:original-d="m 561,81 v 4 h 14 v -6 h -2 v 2 h -1 v -2 h -2 v 2 h -1 v -4 h -5 v 2 h 3 v 4 
h -4 v -2 z" />
+      <path
+         
style="fill:#241f31;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         d="m 529,113 v 1 a 4,4 45 0 0 4,4 h 9 a 3,3 135 0 0 3,-3 v -6 a 1,1 45 0 0 -1,-1 1,1 135 0 0 -1,1 v 
0.5 a 0.5,0.5 135 0 1 -0.5,0.5 0.5,0.5 45 0 1 -0.5,-0.5 V 109 a 1,1 45 0 0 -1,-1 1,1 135 0 0 -1,1 v 0.5 a 
0.5,0.5 135 0 1 -0.5,0.5 0.5,0.5 45 0 1 -0.5,-0.5 V 109 a 1,1 45 0 0 -1,-1 1,1 135 0 0 -1,1 v 0.5 a 0.5,0.5 
135 0 1 -0.5,0.5 0.5,0.5 45 0 1 -0.5,-0.5 V 109 a 4,4 45 0 0 -4,-4 h -1 a 1,1 135 0 0 -1,1 1,1 45 0 0 1,1 h 1 
a 2,2 45 0 1 2,2 v 5 a 1,1 135 0 1 -1,1 h -1 a 1,1 45 0 1 -1,-1 v -1 a 1,1 45 0 0 -1,-1 1,1 135 0 0 -1,1 z"
+         id="path1311"
+         sodipodi:nodetypes="ccccccccccccccccccccccc"
+         inkscape:path-effect="#path-effect1315"
+         inkscape:original-d="m 529,112 v 6 h 16 v -10 h -2 v 2 h -1 v -2 h -2 v 2 h -1 v -2 h -2 v 2 h -1 v 
-5 h -6 v 2 h 4 v 8 h -3 v -3 z" />
+      <path
+         
style="fill:#241f31;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         d="m 559,112 v 2 a 4,4 45 0 0 4,4 h 9 a 3,3 135 0 0 3,-3 v -5.5 a 1,1 45 0 0 -1,-1 1,1 135 0 0 -1,1 
0.5,0.5 135 0 1 -0.5,0.5 0.5,0.5 45 0 1 -0.5,-0.5 1,1 45 0 0 -1,-1 1,1 135 0 0 -1,1 0.5,0.5 135 0 1 -0.5,0.5 
0.5,0.5 45 0 1 -0.5,-0.5 1,1 45 0 0 -1,-1 1,1 135 0 0 -1,1 0.5,0.5 135 0 1 -0.5,0.5 0.5,0.5 45 0 1 -0.5,-0.5 
V 109 a 4,4 45 0 0 -4,-4 h -1 a 1,1 135 0 0 -1,1 1,1 45 0 0 1,1 h 1 a 2,2 45 0 1 2,2 v 5 a 1,1 135 0 1 -1,1 h 
-1 a 1,1 45 0 1 -1,-1 v -2 a 1,1 45 0 0 -1,-1 1,1 135 0 0 -1,1 z"
+         id="path1319"
+         sodipodi:nodetypes="ccccccccccccccccccccccc"
+         inkscape:path-effect="#path-effect1321"
+         inkscape:original-d="m 559,111 v 7 h 16 v -9.5 h -2 v 1.5 h -1 v -1.5 h -2 v 1.5 h -1 v -1.5 h -2 v 
1.5 h -1 v -5 h -6 v 2 h 4 v 8 h -3 v -4 z" />
+      <path
+         
style="fill:#241f31;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         d="m 592,112 v 1 a 4,4 45 0 0 4,4 h 6 a 3,3 135 0 0 3,-3 v -3.5 a 1,1 45 0 0 -1,-1 1,1 135 0 0 -1,1 
0.5,0.5 135 0 1 -0.5,0.5 0.5,0.5 45 0 1 -0.5,-0.5 v -1 a 1,1 45 0 0 -1,-1 1,1 135 0 0 -1,1 v 1 a 0.5,0.5 135 
0 1 -0.5,0.5 0.5,0.5 45 0 1 -0.5,-0.5 V 110 a 4,4 45 0 0 -4,-4 h -1 a 1,1 135 0 0 -1,1 1,1 45 0 0 1,1 h 1 a 
2,2 45 0 1 2,2 v 3 a 1,1 135 0 1 -1,1 l -1,0 a 1,1 45 0 1 -1,-1 v -1 a 1,1 45 0 0 -1,-1 1,1 135 0 0 -1,1 z"
+         id="path1323"
+         sodipodi:nodetypes="ccccccccccccccccccc"
+         inkscape:path-effect="#path-effect1325"
+         inkscape:original-d="m 592,111 v 6 h 13 v -7.5 h -2 v 1.5 h -1 v -2.5 h -2 v 2.5 h -1 v -5 h -6 v 2 
h 4 v 6 h -3 v -3 z" />
+      <path
+         
style="fill:#241f31;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         d="m 622,112 v 1 a 4,4 45 0 0 4,4 h 6 a 3,3 135 0 0 3,-3 v -3.5 a 1,1 45 0 0 -1,-1 1,1 135 0 0 -1,1 
0.5,0.5 135 0 1 -0.5,0.5 0.5,0.5 45 0 1 -0.5,-0.5 v -1 a 1,1 45 0 0 -1,-1 1,1 135 0 0 -1,1 v 1 a 0.5,0.5 135 
0 1 -0.5,0.5 0.5,0.5 45 0 1 -0.5,-0.5 V 110 a 4,4 45 0 0 -4,-4 h -1 a 1,1 135 0 0 -1,1 1,1 45 0 0 1,1 h 1 a 
2,2 45 0 1 2,2 v 3 a 1,1 135 0 1 -1,1 l -1,0 a 1,1 45 0 1 -1,-1 v -1 a 1,1 45 0 0 -1,-1 1,1 135 0 0 -1,1 z"
+         id="path1327"
+         sodipodi:nodetypes="ccccccccccccccccccc"
+         inkscape:path-effect="#path-effect1329"
+         inkscape:original-d="m 622,111 v 6 h 13 v -7.5 h -2 v 1.5 h -1 v -2.5 h -2 v 2.5 h -1 v -5 h -6 v 2 
h 4 v 6 h -3 v -3 z" />
+      <path
+         
style="display:inline;opacity:1;fill:#241f31;fill-opacity:1;stroke:none;stroke-width:0.305557px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+         d="m 624,109 h -4 v 4 z"
+         id="path1102-3"
+         sodipodi:nodetypes="cccc" />
+      <path
+         
style="display:inline;opacity:0.5;fill:#241f31;fill-opacity:1;stroke:none;stroke-width:0.305557px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+         d="m 616,105 h 4 v 4 z"
+         id="path1106-6"
+         sodipodi:nodetypes="cccc" />
+      <path
+         
style="fill:#241f31;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         d="m 530,205 v 3 a 4,4 45 0 0 4,4 h 8 a 3,3 135 0 0 3,-3 v -5.5 a 1,1 45 0 0 -1,-1 1,1 135 0 0 -1,1 
0.5,0.5 135 0 1 -0.5,0.5 0.5,0.5 45 0 1 -0.5,-0.5 V 203 a 1,1 45 0 0 -1,-1 1,1 135 0 0 -1,1 v 0.5 a 0.5,0.5 
135 0 1 -0.5,0.5 0.5,0.5 45 0 1 -0.5,-0.5 V 202 a 1,1 45 0 0 -1,-1 1,1 135 0 0 -1,1 v 1.5 a 0.5,0.5 135 0 1 
-0.5,0.5 0.5,0.5 45 0 1 -0.5,-0.5 V 197 a 1,1 45 0 0 -1,-1 1,1 135 0 0 -1,1 v 10 a 1,1 135 0 1 -1,1 1,1 45 0 
1 -1,-1 v -2 a 1,1 45 0 0 -1,-1 1,1 135 0 0 -1,1 z"
+         id="path1369"
+         sodipodi:nodetypes="ccccccccccccccccccccc"
+         inkscape:original-d="m 530,204 v 8 h 15 v -9.5 h -2 v 1.5 h -1 v -2 h -2 v 2 h -1 v -3 h -2 v 3 h 
-1 v -8 h -2 v 12 h -2 v -4 z"
+         inkscape:path-effect="#path-effect1371" />
+      <path
+         
style="fill:#241f31;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         d="m 670,205 v 3 a 4,4 45 0 0 4,4 h 8 a 3,3 135 0 0 3,-3 v -6 a 1,1 45 0 0 -1,-1 1,1 135 0 0 -1,1 v 
0.5 a 0.5,0.5 135 0 1 -0.5,0.5 0.5,0.5 45 0 1 -0.5,-0.5 V 203 a 1,1 45 0 0 -1,-1 1,1 135 0 0 -1,1 v 0.5 a 
0.5,0.5 135 0 1 -0.5,0.5 0.5,0.5 45 0 1 -0.5,-0.5 V 203 a 1,1 45 0 0 -1,-1 1,1 135 0 0 -1,1 v 0.5 a 0.5,0.5 
135 0 1 -0.5,0.5 0.5,0.5 45 0 1 -0.5,-0.5 V 197 a 1,1 45 0 0 -1,-1 1,1 135 0 0 -1,1 l 0,10 a 1,1 135 0 1 -1,1 
1,1 45 0 1 -1,-1 v -2 a 1,1 45 0 0 -1,-1 1,1 135 0 0 -1,1 z"
+         id="path1373"
+         sodipodi:nodetypes="ccccccccccccccccccccc"
+         inkscape:path-effect="#path-effect1375"
+         inkscape:original-d="m 670,204 v 8 h 15 v -10 h -2 v 2 h -1 v -2 h -2 v 2 h -1 v -2 h -2 v 2 h -1 v 
-8 h -2 v 12 h -2 v -4 z" />
+      <path
+         
style="fill:#241f31;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         d="m 640,205 v 3 a 4,4 45 0 0 4,4 h 8 a 3,3 135 0 0 3,-3 v -6 a 1,1 45 0 0 -1,-1 1,1 135 0 0 -1,1 v 
0.5 a 0.5,0.5 135 0 1 -0.5,0.5 0.5,0.5 45 0 1 -0.5,-0.5 V 202 a 1,1 45 0 0 -1,-1 1,1 135 0 0 -1,1 v 1.5 a 
0.5,0.5 135 0 1 -0.5,0.5 0.5,0.5 45 0 1 -0.5,-0.5 V 196 a 1,1 45 0 0 -1,-1 1,1 135 0 0 -1,1 v 7.5 a 0.5,0.5 
135 0 1 -0.5,0.5 0.5,0.5 45 0 1 -0.5,-0.5 V 197 a 1,1 45 0 0 -1,-1 1,1 135 0 0 -1,1 l 0,10 a 1,1 135 0 1 -1,1 
1,1 45 0 1 -1,-1 v -2 a 1,1 45 0 0 -1,-1 1,1 135 0 0 -1,1 z"
+         id="path1377"
+         sodipodi:nodetypes="ccccccccccccccccccccc"
+         inkscape:path-effect="#path-effect1379"
+         inkscape:original-d="m 640,204 v 8 h 15 v -10 h -2 v 2 h -1 v -3 h -2 v 3 h -1 v -9 h -2 v 9 h -1 v 
-8 h -2 v 12 h -2 v -4 z" />
+      <path
+         
style="display:inline;opacity:1;fill:#241f31;fill-opacity:1;stroke:none;stroke-width:0.305557px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+         d="m 528,196 h 4 v 4 z"
+         id="path1381"
+         sodipodi:nodetypes="cccc" />
+      <path
+         
style="display:inline;opacity:0.5;fill:#241f31;fill-opacity:1;stroke:none;stroke-width:0.305557px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+         d="m 536,192 h -4 v 4 z"
+         id="path1383"
+         sodipodi:nodetypes="cccc" />
+      <path
+         
style="fill:#241f31;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         d="m 700,205 v 3 a 4,4 45 0 0 4,4 h 8 a 3,3 135 0 0 3,-3 v -5.5 a 1,1 45 0 0 -1,-1 1,1 135 0 0 -1,1 
0.5,0.5 135 0 1 -0.5,0.5 0.5,0.5 45 0 1 -0.5,-0.5 V 203 a 1,1 45 0 0 -1,-1 1,1 135 0 0 -1,1 v 0.5 a 0.5,0.5 
135 0 1 -0.5,0.5 0.5,0.5 45 0 1 -0.5,-0.5 V 202 a 1,1 45 0 0 -1,-1 1,1 135 0 0 -1,1 v 1.5 a 0.5,0.5 135 0 1 
-0.5,0.5 0.5,0.5 45 0 1 -0.5,-0.5 V 197 a 1,1 45 0 0 -1,-1 1,1 135 0 0 -1,1 l 0,10 a 1,1 135 0 1 -1,1 1,1 45 
0 1 -1,-1 v -2 a 1,1 45 0 0 -1,-1 1,1 135 0 0 -1,1 z"
+         id="path1385"
+         sodipodi:nodetypes="ccccccccccccccccccccc"
+         inkscape:path-effect="#path-effect1387"
+         inkscape:original-d="m 700,204 v 8 h 15 v -9.5 h -2 v 1.5 h -1 v -2 h -2 v 2 h -1 v -3 h -2 v 3 h 
-1 v -8 h -2 v 12 h -2 v -4 z" />
+      <g
+         id="g1355">
+        <path
+           
style="fill:#241f31;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+           d="m 570,205 v 3 a 4,4 45 0 0 4,4 h 8 a 3,3 135 0 0 3,-3 v -6 a 1,1 45 0 0 -1,-1 1,1 135 0 0 -1,1 
v 0.5 a 0.5,0.5 135 0 1 -0.5,0.5 0.5,0.5 45 0 1 -0.5,-0.5 V 202 a 1,1 45 0 0 -1,-1 1,1 135 0 0 -1,1 v 1.5 a 
0.5,0.5 135 0 1 -0.5,0.5 0.5,0.5 45 0 1 -0.5,-0.5 V 196 a 1,1 45 0 0 -1,-1 1,1 135 0 0 -1,1 v 7.5 a 0.5,0.5 
135 0 1 -0.5,0.5 0.5,0.5 45 0 1 -0.5,-0.5 V 197 a 1,1 45 0 0 -1,-1 1,1 135 0 0 -1,1 v 10 a 1,1 135 0 1 -1,1 
1,1 45 0 1 -1,-1 v -2 a 1,1 45 0 0 -1,-1 1,1 135 0 0 -1,1 z"
+           id="path1314"
+           sodipodi:nodetypes="ccccccccccccccccccccc"
+           inkscape:path-effect="#path-effect1316"
+           inkscape:original-d="m 570,204 v 8 h 15 v -10 h -2 v 2 h -1 v -3 h -2 v 3 h -1 v -9 h -2 v 9 h -1 
v -8 h -2 v 12 h -2 v -4 z" />
+        <path
+           
style="display:inline;opacity:1;fill:#241f31;fill-opacity:1;stroke:none;stroke-width:0.305557px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+           d="m 568,196 h 4 v 4 z"
+           id="path1318"
+           sodipodi:nodetypes="cccc" />
+        <path
+           
style="display:inline;opacity:0.5;fill:#241f31;fill-opacity:1;stroke:none;stroke-width:0.305557px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+           d="m 576,192 h -4 v 4 z"
+           id="path1320"
+           sodipodi:nodetypes="cccc" />
+      </g>
+      <path
+         
style="fill:#241f31;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         d="m 530,155 v 3 a 4,4 45 0 0 4,4 h 8 a 3,3 135 0 0 3,-3 v -5.5 a 1,1 45 0 0 -1,-1 1,1 135 0 0 -1,1 
0.5,0.5 135 0 1 -0.5,0.5 0.5,0.5 45 0 1 -0.5,-0.5 V 153 a 1,1 45 0 0 -1,-1 1,1 135 0 0 -1,1 v 0.5 a 0.5,0.5 
135 0 1 -0.5,0.5 0.5,0.5 45 0 1 -0.5,-0.5 V 152 a 1,1 45 0 0 -1,-1 1,1 135 0 0 -1,1 v 1.5 a 0.5,0.5 135 0 1 
-0.5,0.5 0.5,0.5 45 0 1 -0.5,-0.5 V 147 a 1,1 45 0 0 -1,-1 1,1 135 0 0 -1,1 v 10 a 1,1 135 0 1 -1,1 1,1 45 0 
1 -1,-1 v -2 a 1,1 45 0 0 -1,-1 1,1 135 0 0 -1,1 z"
+         id="path1322"
+         sodipodi:nodetypes="ccccccccccccccccccccc"
+         inkscape:original-d="m 530,154 v 8 h 15 v -9.5 h -2 v 1.5 h -1 v -2 h -2 v 2 h -1 v -3 h -2 v 3 h 
-1 v -8 h -2 v 12 h -2 v -4 z"
+         inkscape:path-effect="#path-effect1324" />
+      <path
+         
style="display:inline;fill:#241f31;fill-opacity:1;stroke:none;stroke-width:0.305557px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+         d="m 528,146 h 4 v 4 z"
+         id="path1326"
+         sodipodi:nodetypes="cccc" />
+      <path
+         
style="display:inline;opacity:0.5;fill:#241f31;fill-opacity:1;stroke:none;stroke-width:0.305557px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+         d="m 536,142 h -4 v 4 z"
+         id="path1328"
+         sodipodi:nodetypes="cccc" />
+      <path
+         
style="fill:#241f31;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         d="m 560,155 v 3 a 4,4 45 0 0 4,4 h 8 a 3,3 135 0 0 3,-3 v -6 a 1,1 45 0 0 -1,-1 1,1 135 0 0 -1,1 v 
0.5 a 0.5,0.5 135 0 1 -0.5,0.5 0.5,0.5 45 0 1 -0.5,-0.5 V 152 a 1,1 45 0 0 -1,-1 1,1 135 0 0 -1,1 v 1.5 a 
0.5,0.5 135 0 1 -0.5,0.5 0.5,0.5 45 0 1 -0.5,-0.5 V 146 a 1,1 45 0 0 -1,-1 1,1 135 0 0 -1,1 v 7.5 a 0.5,0.5 
135 0 1 -0.5,0.5 0.5,0.5 45 0 1 -0.5,-0.5 V 147 a 1,1 45 0 0 -1,-1 1,1 135 0 0 -1,1 v 10 a 1,1 135 0 1 -1,1 
1,1 45 0 1 -1,-1 v -2 a 1,1 45 0 0 -1,-1 1,1 135 0 0 -1,1 z"
+         id="path1330"
+         sodipodi:nodetypes="ccccccccccccccccccccc"
+         inkscape:path-effect="#path-effect1332"
+         inkscape:original-d="m 560,154 v 8 h 15 v -10 h -2 v 2 h -1 v -3 h -2 v 3 h -1 v -9 h -2 v 9 h -1 v 
-8 h -2 v 12 h -2 v -4 z" />
+      <path
+         
style="display:inline;fill:#241f31;fill-opacity:1;stroke:none;stroke-width:0.305557px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+         d="m 558,146 h 4 v 4 z"
+         id="path1334"
+         sodipodi:nodetypes="cccc" />
+      <path
+         
style="display:inline;opacity:0.5;fill:#241f31;fill-opacity:1;stroke:none;stroke-width:0.305557px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+         d="m 566,142 h -4 v 4 z"
+         id="path1336"
+         sodipodi:nodetypes="cccc" />
+      <path
+         
style="display:inline;opacity:1;fill:#241f31;fill-opacity:1;stroke:none;stroke-width:0.458336px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+         d="m 526,236 h 6 v 6 z"
+         id="path1358"
+         sodipodi:nodetypes="cccc" />
+      <path
+         
style="display:inline;opacity:0.5;fill:#241f31;fill-opacity:1;stroke:none;stroke-width:0.305557px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+         d="m 536,232 h -4 v 4 z"
+         id="path1360"
+         sodipodi:nodetypes="cccc" />
+      <path
+         
style="display:inline;opacity:0.5;fill:#241f31;fill-opacity:1;stroke:none;stroke-width:0.305557px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+         d="m 532,236 h 4 v 4 z"
+         id="path1362"
+         sodipodi:nodetypes="cccc" />
+      <path
+         
style="fill:#241f31;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         d="m 390.6557,111.85108 2.51597,3.26564 A 4.8327628,4.8327628 26.194043 0 0 397,117 l 2,0 a 3,3 135 
0 0 3,-3 v -8 a 1,1 45 0 0 -1,-1 1,1 135 0 0 -1,1 v 3.5 a 0.5,0.5 135 0 1 -0.5,0.5 0.5,0.5 45 0 1 -0.5,-0.5 V 
104 a 1,1 45 0 0 -1,-1 1,1 135 0 0 -1,1 l 0,5.5 a 0.5,0.5 135 0 1 -0.5,0.5 0.5,0.5 45 0 1 -0.5,-0.5 V 105 a 
1,1 45 0 0 -1,-1 1,1 135 0 0 -1,1 v 6 a 0.41421356,0.41421356 157.5 0 1 -0.70711,0.29289 L 392,110 a 
1.0193075,1.0193075 170.78253 0 0 -1.63246,0.26491 1.5173569,1.5173569 79.703536 0 0 0.28816,1.58617 z"
+         id="path1370"
+         sodipodi:nodetypes="cccccccccccccccc"
+         inkscape:path-effect="#path-effect1372"
+         inkscape:original-d="m 390,111 4.62261,6 H 402 v -12 h -2 v 5 h -1 v -7 h -2 v 7 h -1 v -6 h -2 v 8 
l -3,-3 z" />
+      <g
+         id="g1405"
+         transform="matrix(6,0,0,6,-839.43182,-1218.4096)"
+         style="fill:#ffffff">
+        <path
+           
style="display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.458336px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new;opacity:0.95"
+           d="m 144.57197,240.4016 h 6 v 6 z"
+           id="path1358-3"
+           sodipodi:nodetypes="cccc" />
+        <path
+           
style="display:inline;opacity:0.75;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.305557px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+           d="m 154.57197,236.4016 h -4 v 4 z"
+           id="path1360-6"
+           sodipodi:nodetypes="cccc" />
+        <path
+           
style="display:inline;opacity:0.4;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.229168px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+           d="m 150.57197,240.4016 h 3 v 3 z"
+           id="path1362-7"
+           sodipodi:nodetypes="cccc" />
+      </g>
+      <g
+         id="g1482"
+         transform="translate(-1480)">
+        <g
+           id="g1421"
+           transform="translate(226.19377,231.64677)">
+          <g
+             transform="matrix(0.25,0,0,0.25,-226.84114,-177.1236)"
+             id="g1419"
+             style="stroke-width:0.25">
+            <g
+               style="stroke-width:0.269963"
+               transform="matrix(0.92605186,0,0,0.92605186,18.930729,50.876335)"
+               id="g1415">
+              <g
+                 style="stroke-width:0.269963"
+                 id="g1413"
+                 clip-path="url(#clipPath18689)">
+                <rect
+                   
style="opacity:1;vector-effect:none;fill:url(#linearGradient1484);fill-opacity:1;stroke:none;stroke-width:7.03711;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
+                   id="rect1407"
+                   width="362.94299"
+                   height="362.94299"
+                   x="-486.94159"
+                   y="-848.98029"
+                   rx="8.6388283"
+                   ry="8.6388283"
+                   transform="matrix(0.70710678,-0.70710678,-0.70710678,-0.70710678,0,0)"
+                   clip-path="none" />
+                <circle
+                   
style="opacity:1;vector-effect:none;fill:#f66151;fill-opacity:1;stroke:none;stroke-width:7.03712;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
+                   id="circle1409"
+                   cx="0"
+                   cy="0"
+                   r="0"
+                   transform="translate(0,-212)" />
+                <circle
+                   
style="opacity:1;vector-effect:none;fill:#f66151;fill-opacity:1;stroke:none;stroke-width:7.03712;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
+                   id="circle1411"
+                   cx="0"
+                   cy="0"
+                   r="0"
+                   transform="translate(0,-212)" />
+              </g>
+            </g>
+            <path
+               inkscape:connector-curvature="0"
+               
style="display:inline;opacity:0.4;vector-effect:none;fill:#3584e4;fill-opacity:1;stroke:none;stroke-width:1.62918;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new"
+               clip-path="none"
+               d="m 8.4765625,2676 c -1.1711695,2.8866 -0.5827763,6.3078 1.7656255,8.6562 l 
48.101562,48.1016 c 3.133898,3.1339 8.178602,3.1339 11.3125,0 l 48.10156,-48.1016 c 2.3484,-2.3484 
2.9368,-5.7696 1.76563,-8.6562 -0.39174,0.9655 -0.98013,1.8708 -1.76563,2.6562 l -48.10156,48.1016 c 
-3.133898,3.1339 -8.178602,3.1339 -11.3125,0 L 10.242188,2678.6562 C 9.4566904,2677.8708 8.8682972,2676.9655 
8.4765625,2676 Z"
+               id="path1417"
+               transform="matrix(4,0,0,4,0,-10028)" />
+          </g>
+        </g>
+        <g
+           id="g1455"
+           transform="translate(0,-10)">
+          <g
+             id="g1433"
+             transform="translate(226.19377,241.64677)">
+            <g
+               transform="matrix(0.25,0,0,0.25,-226.84114,-177.1236)"
+               id="g1431"
+               style="stroke-width:0.25">
+              <g
+                 style="stroke-width:0.269963"
+                 transform="matrix(0.92605186,0,0,0.92605186,18.930729,50.876335)"
+                 id="g1429">
+                <g
+                   style="stroke-width:0.269963"
+                   id="g1427"
+                   clip-path="url(#clipPath18689)">
+                  <circle
+                     
style="opacity:1;vector-effect:none;fill:#f66151;fill-opacity:1;stroke:none;stroke-width:7.03712;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
+                     id="circle1423"
+                     cx="0"
+                     cy="0"
+                     r="0"
+                     transform="translate(0,-212)" />
+                  <circle
+                     
style="opacity:1;vector-effect:none;fill:#f66151;fill-opacity:1;stroke:none;stroke-width:7.03712;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
+                     id="circle1425"
+                     cx="0"
+                     cy="0"
+                     r="0"
+                     transform="translate(0,-212)" />
+                </g>
+              </g>
+            </g>
+          </g>
+          <g
+             id="g1453"
+             transform="matrix(6.0000027,0,0,6.0000027,-922.00045,-884.00049)"
+             style="display:inline;fill:#ffffff;enable-background:new">
+            <path
+               
style="display:inline;opacity:0.65;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.203705px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+               d="m 162.66667,190 h 2.66667 v 2.66667 z"
+               id="path1435"
+               sodipodi:nodetypes="cccc" />
+            <path
+               
style="opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+               d="m 163.99999,185.66667 -4,-4 v 8.00001 l 4,4 z"
+               id="path1437"
+               sodipodi:nodetypes="ccccc" />
+            <path
+               
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.331021px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+               d="m 158.33334,185.66666 h 4.33333 v 4.33333 z"
+               id="path1439"
+               sodipodi:nodetypes="cccc" />
+            <path
+               
style="display:inline;opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.33102px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+               d="m 169.66667,185.66665 h -4.33334 v 4.33334 z"
+               id="path1441"
+               sodipodi:nodetypes="cccc" />
+            <path
+               
style="display:inline;opacity:0.65;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.33102px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+               d="m 167,181.33333 h -4.33333 v 4.33333 z"
+               id="path1443"
+               sodipodi:nodetypes="cccc" />
+            <path
+               
style="opacity:0.65;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.5px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+               d="m 167.66667,185.66667 2,-2 v 4.00001 l -2,2 z"
+               id="path1445"
+               sodipodi:nodetypes="ccccc" />
+            <path
+               
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.203705px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+               d="m 168.00001,182.99996 h -2.66667 v 2.66667 z"
+               id="path1447"
+               sodipodi:nodetypes="cccc" />
+            <path
+               
style="display:inline;opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.229167px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+               d="m 162.33335,180 h 2.99999 v 2.99999 z"
+               id="path1449"
+               sodipodi:nodetypes="cccc" />
+            <path
+               
style="display:inline;opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.101852px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+               d="m 165.33336,189.99994 h 1.33333 v 1.33333 z"
+               id="path1451"
+               sodipodi:nodetypes="cccc" />
+          </g>
+        </g>
+      </g>
+      <g
+         id="g1524"
+         transform="translate(-1340)">
+        <g
+           id="g1502"
+           transform="translate(226.19377,231.64677)">
+          <g
+             transform="matrix(0.25,0,0,0.25,-226.84114,-177.1236)"
+             id="g1500"
+             style="stroke-width:0.25">
+            <g
+               style="stroke-width:0.269963"
+               transform="matrix(0.92605186,0,0,0.92605186,18.930729,50.876335)"
+               id="g1496">
+              <g
+                 style="stroke-width:0.269963"
+                 id="g1494"
+                 clip-path="url(#clipPath18689)">
+                <rect
+                   
style="opacity:1;vector-effect:none;fill:url(#linearGradient1526);fill-opacity:1;stroke:none;stroke-width:7.03711;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
+                   id="rect1488"
+                   width="362.94299"
+                   height="362.94299"
+                   x="-486.94159"
+                   y="-848.98029"
+                   rx="8.6388283"
+                   ry="8.6388283"
+                   transform="matrix(0.70710678,-0.70710678,-0.70710678,-0.70710678,0,0)"
+                   clip-path="none" />
+                <circle
+                   
style="opacity:1;vector-effect:none;fill:#f66151;fill-opacity:1;stroke:none;stroke-width:7.03712;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
+                   id="circle1490"
+                   cx="0"
+                   cy="0"
+                   r="0"
+                   transform="translate(0,-212)" />
+                <circle
+                   
style="opacity:1;vector-effect:none;fill:#f66151;fill-opacity:1;stroke:none;stroke-width:7.03712;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
+                   id="circle1492"
+                   cx="0"
+                   cy="0"
+                   r="0"
+                   transform="translate(0,-212)" />
+              </g>
+            </g>
+            <path
+               inkscape:connector-curvature="0"
+               
style="display:inline;opacity:0.4;vector-effect:none;fill:#3584e4;fill-opacity:1;stroke:none;stroke-width:1.62918;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new"
+               clip-path="none"
+               d="m 8.4765625,2676 c -1.1711695,2.8866 -0.5827763,6.3078 1.7656255,8.6562 l 
48.101562,48.1016 c 3.133898,3.1339 8.178602,3.1339 11.3125,0 l 48.10156,-48.1016 c 2.3484,-2.3484 
2.9368,-5.7696 1.76563,-8.6562 -0.39174,0.9655 -0.98013,1.8708 -1.76563,2.6562 l -48.10156,48.1016 c 
-3.133898,3.1339 -8.178602,3.1339 -11.3125,0 L 10.242188,2678.6562 C 9.4566904,2677.8708 8.8682972,2676.9655 
8.4765625,2676 Z"
+               id="path1498"
+               transform="matrix(4,0,0,4,0,-10028)" />
+          </g>
+        </g>
+        <g
+           id="g1510"
+           transform="matrix(6,0,0,6,-839.43182,-1218.4096)"
+           style="fill:#ffffff">
+          <path
+             
style="display:inline;opacity:0.9;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.458336px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+             d="m 144.57197,240.4016 h 6 v 6 z"
+             id="path1504"
+             sodipodi:nodetypes="cccc" />
+          <path
+             
style="display:inline;opacity:0.5;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.305557px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+             d="m 154.57197,236.4016 h -4 v 4 z"
+             id="path1506"
+             sodipodi:nodetypes="cccc" />
+          <path
+             
style="display:inline;opacity:0.3;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.229168px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+             d="m 150.57197,240.4016 h 3 v 3 z"
+             id="path1508"
+             sodipodi:nodetypes="cccc" />
+        </g>
+      </g>
+      <g
+         id="g1665"
+         transform="translate(-810.73097,-5.4445)">
+        <g
+           id="g621-2"
+           transform="translate(-303.07526,377.09127)"
+           style="display:inline;enable-background:new">
+          <g
+             transform="matrix(0.25,0,0,0.25,-226.84114,-177.1236)"
+             id="g619-9"
+             style="stroke-width:0.25">
+            <g
+               style="stroke-width:0.269963"
+               transform="matrix(0.92605186,0,0,0.92605186,18.930729,50.876335)"
+               id="g615-1">
+              <g
+                 style="stroke-width:0.269963"
+                 id="g613-2"
+                 clip-path="url(#clipPath18689-5)">
+                <rect
+                   
style="opacity:1;vector-effect:none;fill:url(#linearGradient1639);fill-opacity:1;stroke:none;stroke-width:7.03711;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
+                   id="rect603-7"
+                   width="362.94299"
+                   height="362.94299"
+                   x="-486.94159"
+                   y="-848.98029"
+                   rx="8.6388283"
+                   ry="8.6388283"
+                   transform="matrix(0.70710678,-0.70710678,-0.70710678,-0.70710678,0,0)"
+                   clip-path="none" />
+                <circle
+                   
style="opacity:1;vector-effect:none;fill:#f66151;fill-opacity:1;stroke:none;stroke-width:7.03712;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
+                   id="circle605-0"
+                   cx="0"
+                   cy="0"
+                   r="0"
+                   transform="translate(0,-212)" />
+                <circle
+                   
style="opacity:1;vector-effect:none;fill:#f66151;fill-opacity:1;stroke:none;stroke-width:7.03712;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
+                   id="circle607-9"
+                   cx="0"
+                   cy="0"
+                   r="0"
+                   transform="translate(0,-212)" />
+              </g>
+            </g>
+            <path
+               inkscape:connector-curvature="0"
+               
style="display:inline;opacity:0.4;vector-effect:none;fill:#3584e4;fill-opacity:1;stroke:none;stroke-width:6.51672;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new"
+               clip-path="none"
+               d="m 33.90625,676 c -4.684678,11.5464 -2.331105,25.2312 7.062502,34.6248 L 233.375,903.0312 c 
12.53559,12.5356 32.71441,12.5356 45.25,0 L 471.03124,710.6248 c 9.3936,-9.3936 11.7472,-23.0784 
7.06252,-34.6248 -1.56696,3.862 -3.92052,7.4832 -7.06252,10.6248 L 278.625,879.0312 c -12.53559,12.5356 
-32.71441,12.5356 -45.25,0 L 40.968752,686.6248 C 37.826762,683.4832 35.473189,679.862 33.90625,676 Z"
+               id="path617-3" />
+          </g>
+        </g>
+        <g
+           id="g1405-6"
+           transform="matrix(6,0,0,6,-1368.7009,-1072.9651)"
+           style="display:inline;fill:#ffffff;enable-background:new">
+          <path
+             
style="display:inline;opacity:0.9;fill:url(#linearGradient1534);fill-opacity:1;stroke:none;stroke-width:0.458336px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+             d="m 144.57197,240.4016 h 6 v 6 z"
+             id="path1358-3-0"
+             sodipodi:nodetypes="cccc" />
+          <path
+             
style="display:inline;opacity:0.7;fill:url(#linearGradient1542);fill-opacity:1;stroke:none;stroke-width:0.305557px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+             d="m 154.57197,236.4016 h -4 v 4 z"
+             id="path1360-6-6"
+             sodipodi:nodetypes="cccc" />
+          <path
+             
style="display:inline;opacity:0.3;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.229168px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+             d="m 150.57197,240.4016 h 3 v 3 z"
+             id="path1362-7-2"
+             sodipodi:nodetypes="cccc" />
+        </g>
+      </g>
+      <g
+         id="g1673"
+         transform="matrix(1.5,0,0,1.5,44,-101.5)">
+        <path
+           
style="opacity:0.25;fill:#241f31;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+           d="m 164.66667,187 -4,-4 v 6 l 4,4 z"
+           id="path1667"
+           sodipodi:nodetypes="ccccc" />
+        <path
+           
style="display:inline;opacity:1;fill:#241f31;fill-opacity:1;stroke:none;stroke-width:0.305557px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+           d="m 158.66667,186.33334 h 4 v 4 z"
+           id="path1669"
+           sodipodi:nodetypes="cccc" />
+        <path
+           
style="display:inline;opacity:0.5;fill:#241f31;fill-opacity:1;stroke:none;stroke-width:0.254631px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+           d="m 166,183.00001 h -3.33333 v 3.33333 z"
+           id="path1671"
+           sodipodi:nodetypes="cccc" />
+      </g>
+      <g
+         style="stroke-width:0.269963"
+         transform="matrix(0.23151296,0,0,0.23151296,34.085312,67.242254)"
+         id="g1727"
+         clip-path="none">
+        <g
+           style="stroke-width:0.269963"
+           id="g1725"
+           clip-path="url(#clipPath18689)">
+          <circle
+             
style="opacity:1;vector-effect:none;fill:#f66151;fill-opacity:1;stroke:none;stroke-width:7.03712;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
+             id="circle1719"
+             cx="0"
+             cy="0"
+             r="0"
+             transform="translate(0,-212)" />
+          <circle
+             
style="opacity:1;vector-effect:none;fill:#f66151;fill-opacity:1;stroke:none;stroke-width:7.03712;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
+             id="circle1721"
+             cx="0"
+             cy="0"
+             r="0"
+             transform="translate(0,-212)" />
+        </g>
+      </g>
+      <g
+         id="g1794"
+         transform="translate(-1200)">
+        <rect
+           
style="opacity:1;fill:url(#linearGradient1796);fill-opacity:1;stroke:none;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:18,
 6;stroke-dashoffset:26.4"
+           id="rect1776"
+           width="84"
+           height="84"
+           x="-156.5513"
+           y="-247.06097"
+           rx="8"
+           ry="8"
+           transform="matrix(0.70710678,-0.70710678,-0.70710678,-0.70710678,0,0)" />
+        <g
+           id="g1784"
+           transform="matrix(6,0,0,6,-839.43182,-1218.4096)"
+           style="fill:#ffffff">
+          <path
+             
style="display:inline;opacity:0.9;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.458336px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+             d="m 144.57197,240.4016 h 6 v 6 z"
+             id="path1778"
+             sodipodi:nodetypes="cccc" />
+          <path
+             
style="display:inline;opacity:0.7;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.305557px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+             d="m 154.57197,236.4016 h -4 v 4 z"
+             id="path1780"
+             sodipodi:nodetypes="cccc" />
+          <path
+             
style="display:inline;opacity:0.3;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.229168px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+             d="m 150.57197,240.4016 h 3 v 3 z"
+             id="path1782"
+             sodipodi:nodetypes="cccc" />
+        </g>
+        <path
+           id="path1786"
+           
style="opacity:0.4;fill:#62a0ea;fill-opacity:1;stroke:none;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:18,
 6;stroke-dashoffset:26.4"
+           d="m 16.171875,68 c -0.685303,2.649083 0.0053,5.573673 2.087891,7.65625 l 48.083984,48.08398 c 
3.133897,3.1339 8.178603,3.1339 11.3125,0 l 48.08398,-48.08398 c 2.08258,-2.082577 2.7732,-5.007167 
2.08789,-7.65625 -0.34595,1.337302 -1.03657,2.60493 -2.08789,3.65625 l -48.08398,48.08398 c -3.133897,3.1339 
-8.178603,3.1339 -11.3125,0 L 18.259766,71.65625 C 17.208445,70.60493 16.517828,69.337302 16.171875,68 Z"
+           transform="translate(-8,156)" />
+      </g>
+      <g
+         id="g1816"
+         transform="translate(-1060)">
+        <rect
+           
style="opacity:1;fill:url(#linearGradient1818);fill-opacity:1;stroke:none;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:18,
 6;stroke-dashoffset:26.4"
+           id="rect1798"
+           width="84"
+           height="84"
+           x="-156.5513"
+           y="-247.06097"
+           rx="8"
+           ry="8"
+           transform="matrix(0.70710678,-0.70710678,-0.70710678,-0.70710678,0,0)" />
+        <g
+           id="g1806"
+           transform="matrix(6,0,0,6,-839.43182,-1218.4096)"
+           style="fill:#ffffff">
+          <path
+             
style="display:inline;opacity:0.9;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.458336px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+             d="m 144.57197,240.4016 h 6 v 6 z"
+             id="path1800"
+             sodipodi:nodetypes="cccc" />
+          <path
+             
style="display:inline;opacity:0.7;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.305557px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+             d="m 154.57197,236.4016 h -4 v 4 z"
+             id="path1802"
+             sodipodi:nodetypes="cccc" />
+          <path
+             
style="display:inline;opacity:0.3;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.229168px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+             d="m 150.57197,240.4016 h 3 v 3 z"
+             id="path1804"
+             sodipodi:nodetypes="cccc" />
+        </g>
+        <path
+           id="path1808"
+           
style="opacity:0.4;fill:#62a0ea;fill-opacity:1;stroke:none;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:18,
 6;stroke-dashoffset:26.4"
+           d="m 16.171875,68 c -0.685303,2.649083 0.0053,5.573673 2.087891,7.65625 l 48.083984,48.08398 c 
3.133897,3.1339 8.178603,3.1339 11.3125,0 l 48.08398,-48.08398 c 2.08258,-2.082577 2.7732,-5.007167 
2.08789,-7.65625 -0.34595,1.337302 -1.03657,2.60493 -2.08789,3.65625 l -48.08398,48.08398 c -3.133897,3.1339 
-8.178603,3.1339 -11.3125,0 L 18.259766,71.65625 C 17.208445,70.60493 16.517828,69.337302 16.171875,68 Z"
+           transform="translate(-8,156)" />
+      </g>
+      <g
+         id="g1826"
+         transform="matrix(1.8750012,0,0,1.8750012,-46.0002,-170.37524)"
+         style="stroke-width:0.799999">
+        <path
+           
style="display:inline;opacity:1;fill:#241f31;fill-opacity:1;stroke:none;stroke-width:0.244445px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+           d="m 158.40001,186.33334 h 4.26666 v 4.26667 z"
+           id="path1820"
+           sodipodi:nodetypes="cccc" />
+        <path
+           
style="display:inline;opacity:0.5;fill:#241f31;fill-opacity:1;stroke:none;stroke-width:0.203705px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+           d="m 165.86666,183.13333 h -3.2 v 3.2 z"
+           id="path1822"
+           sodipodi:nodetypes="cccc" />
+        <path
+           
style="display:inline;opacity:0.5;fill:#241f31;fill-opacity:1;stroke:none;stroke-width:0.203705px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+           d="M 162.66667,186.33334 H 164.8 v 2.13333 z"
+           id="path1824"
+           sodipodi:nodetypes="cccc" />
+      </g>
+      <path
+         id="rect1828"
+         
style="opacity:0.8;fill:url(#linearGradient1845);fill-opacity:1;stroke:none;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:18,
 6;stroke-dashoffset:26.4"
+         d="m 8.496094,223 c -1.171169,2.88662 -0.584729,6.30785 1.763672,8.65625 l 48.083984,48.08398 c 
3.133897,3.1339 8.178603,3.1339 11.3125,0 l 48.08398,-48.08398 c 2.3484,-2.3484 2.93679,-5.76964 
1.76563,-8.65625 -0.39174,0.96552 -0.98013,1.87075 -1.76563,2.65625 l -48.08398,48.08398 c -3.133897,3.1339 
-8.178603,3.1339 -11.3125,0 L 10.259766,225.65625 C 9.474269,224.87075 8.887828,223.96552 8.496094,223 Z" />
+      <g
+         id="g1877"
+         transform="translate(-910)">
+        <rect
+           
style="opacity:1;fill:url(#linearGradient1879);fill-opacity:1;stroke:none;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:18,
 6;stroke-dashoffset:26.4"
+           id="rect1859"
+           width="84"
+           height="84"
+           x="-156.5513"
+           y="-247.06097"
+           rx="8"
+           ry="8"
+           transform="matrix(0.70710678,-0.70710678,-0.70710678,-0.70710678,0,0)" />
+        <g
+           id="g1867"
+           transform="matrix(6,0,0,6,-839.43182,-1218.4096)"
+           style="fill:#ffffff">
+          <path
+             
style="display:inline;opacity:0.95;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.458336px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+             d="m 144.57197,240.4016 h 6 v 6 z"
+             id="path1861"
+             sodipodi:nodetypes="cccc" />
+          <path
+             
style="display:inline;opacity:0.75;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.305557px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+             d="m 154.57197,236.4016 h -4 v 4 z"
+             id="path1863"
+             sodipodi:nodetypes="cccc" />
+          <path
+             
style="display:inline;opacity:0.4;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.229168px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+             d="m 150.57197,240.4016 h 3 v 3 z"
+             id="path1865"
+             sodipodi:nodetypes="cccc" />
+        </g>
+        <path
+           id="path1869"
+           
style="opacity:0.5;fill:url(#linearGradient1881);fill-opacity:1;stroke:none;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:18,
 6;stroke-dashoffset:26.4"
+           d="m 8.496094,223 c -1.171169,2.88662 -0.584729,6.30785 1.763672,8.65625 l 48.083984,48.08398 c 
3.133897,3.1339 8.178603,3.1339 11.3125,0 l 48.08398,-48.08398 c 2.3484,-2.3484 2.93679,-5.76964 
1.76563,-8.65625 -0.39174,0.96552 -0.98013,1.87075 -1.76563,2.65625 l -48.08398,48.08398 c -3.133897,3.1339 
-8.178603,3.1339 -11.3125,0 L 10.259766,225.65625 C 9.474269,224.87075 8.887828,223.96552 8.496094,223 Z" />
+      </g>
+      <g
+         id="g1906">
+        <rect
+           
style="opacity:1;fill:url(#linearGradient1897);fill-opacity:1;stroke:none;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:18,
 6;stroke-dashoffset:26.4"
+           id="rect1883"
+           width="84"
+           height="84"
+           x="-693.95221"
+           y="290.34045"
+           rx="8"
+           ry="8"
+           transform="matrix(0.70710678,-0.70710678,-0.70710678,-0.70710678,0,0)" />
+        <g
+           id="g1891"
+           transform="matrix(6,0,0,6,-1599.4318,-1218.4096)"
+           style="fill:#ffffff">
+          <path
+             
style="display:inline;opacity:0.95;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.458336px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+             d="m 144.57197,240.4016 h 6 v 6 z"
+             id="path1885"
+             sodipodi:nodetypes="cccc" />
+          <path
+             
style="display:inline;opacity:0.75;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.305557px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+             d="m 154.57197,236.4016 h -4 v 4 z"
+             id="path1887"
+             sodipodi:nodetypes="cccc" />
+          <path
+             
style="display:inline;opacity:0.4;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.229168px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+             d="m 150.57197,240.4016 h 3 v 3 z"
+             id="path1889"
+             sodipodi:nodetypes="cccc" />
+        </g>
+        <path
+           id="path1893"
+           
style="opacity:0.5;fill:url(#linearGradient1895);fill-opacity:1;stroke:none;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:18,
 6;stroke-dashoffset:26.4"
+           d="m -751.50391,223 c -1.17117,2.88662 -0.58472,6.30785 1.76368,8.65625 l 48.08398,48.08398 c 
3.1339,3.1339 8.1786,3.1339 11.3125,0 l 48.08398,-48.08398 c 2.3484,-2.3484 2.93679,-5.76964 1.76563,-8.65625 
-0.39174,0.96552 -0.98013,1.87075 -1.76563,2.65625 l -48.08398,48.08398 c -3.1339,3.1339 -8.1786,3.1339 
-11.3125,0 l -48.08398,-48.08398 c -0.7855,-0.7855 -1.37194,-1.69073 -1.76368,-2.65625 z" />
+      </g>
+    </g>
+    <g
+       inkscape:groupmode="layer"
+       id="layer3"
+       inkscape:label="grid"
+       style="display:none"
+       sodipodi:insensitive="true">
+      <circle
+         cx="64.000031"
+         cy="236"
+         r="59.504131"
+         id="circle2892"
+         
style="display:inline;opacity:0.1;vector-effect:none;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.99,
 
0.99;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new"
 />
+      <rect
+         ry="7.9292889"
+         rx="8.701004"
+         y="180.49496"
+         x="20.495007"
+         height="111.01005"
+         width="87.009987"
+         id="rect2894"
+         
style="display:inline;opacity:0.1;vector-effect:none;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.99,
 
0.99;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new"
 />
+      <rect
+         ry="7.9238095"
+         rx="7.9238095"
+         y="184.49524"
+         x="12.495266"
+         height="103.00952"
+         width="103.00952"
+         id="rect2896"
+         
style="display:inline;opacity:0.1;vector-effect:none;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.99,
 
0.99;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new"
 />
+      <rect
+         ry="8.701005"
+         rx="7.9292889"
+         y="200.49496"
+         x="8.4950066"
+         height="87.010048"
+         width="111.01004"
+         id="rect2898"
+         
style="display:inline;opacity:0.1;vector-effect:none;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.99,
 
0.99;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new"
 />
+      <path
+         inkscape:connector-curvature="0"
+         id="path2900"
+         d="M 2.6203015e-5,288.99999 H 128.00003"
+         
style="display:inline;fill:none;stroke:#62a0ea;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;enable-background:new"
 />
+    </g>
+  </g>
+</svg>
diff --git a/demo/data/org.gnome.Adwaita1.Demo.desktop.in b/demo/data/org.gnome.Adwaita1.Demo.desktop.in
new file mode 100644
index 00000000..b82fd599
--- /dev/null
+++ b/demo/data/org.gnome.Adwaita1.Demo.desktop.in
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Name=Adwaita Demo
+Exec=adwaita-1-demo
+Icon=org.gnome.Adwaita1.Demo
+Keywords=libadwaita;
+Terminal=false
+Type=Application
+Categories=GTK;
+StartupNotify=true
+NoDisplay=true
diff --git a/demo/data/org.gnome.Adwaita1.Demo.metainfo.xml.in.in 
b/demo/data/org.gnome.Adwaita1.Demo.metainfo.xml.in.in
new file mode 100644
index 00000000..0cdb22ea
--- /dev/null
+++ b/demo/data/org.gnome.Adwaita1.Demo.metainfo.xml.in.in
@@ -0,0 +1,50 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="desktop-application">
+  <id>org.gnome.Adwaita1.Demo</id>
+  <metadata_license>CC0-1.0</metadata_license>
+  <project_license>LGPL-2.1-or-later</project_license>
+  <launchable type="desktop-id">org.gnome.Adwaita1.Demo.desktop</launchable>
+
+  <name>Adwaita Demo</name>
+  <summary>Program to demonstrate libadwaita functions</summary>
+
+  <description>
+    <p>
+      Adwaita Demo is a collection of examples that demonstrate libadwaita
+      features.
+    </p>
+  </description>
+
+  <screenshots>
+    <screenshot type="default">
+      
<image>https://gitlab.gnome.org/GNOME/libadwaita/-/raw/main/demo/data/screenshots/screenshot.png</image>
+    </screenshot>
+  </screenshots>
+
+  <releases>
+    <release version="@BUILD_VERSION@" date="@BUILD_DATE@">
+      <description>
+        <p>A new build of libadwaita.</p>
+      </description>
+    </release>
+  </releases>
+
+  <project_group>GNOME</project_group>
+
+  <url type="homepage">https://gitlab.gnome.org/GNOME/libadwaita</url>
+  <url type="bugtracker">https://gitlab.gnome.org/GNOME/libadwaita/issues</url>
+  <url type="donation">http://www.gnome.org/friends/</url>
+
+  <content_rating type="oars-1.1" />
+  <translation type="gettext">libadwaita</translation>
+
+  <recommends>
+    <control>pointing</control>
+    <control>keyboard</control>
+    <control>touch</control>
+  </recommends>
+
+  <requires>
+    <display_length compare="ge">360</display_length>
+  </requires>
+</component>
diff --git a/demo/data/org.gnome.Adwaita1.Demo.svg b/demo/data/org.gnome.Adwaita1.Demo.svg
new file mode 100644
index 00000000..1276f90f
--- /dev/null
+++ b/demo/data/org.gnome.Adwaita1.Demo.svg
@@ -0,0 +1,62 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg height="128px" viewBox="0 0 128 128" width="128px" xmlns="http://www.w3.org/2000/svg"; 
xmlns:xlink="http://www.w3.org/1999/xlink";>
+    <linearGradient id="a" gradientTransform="matrix(0.707107 -0.707107 -0.707107 -0.707107 0 290.000005)" 
gradientUnits="userSpaceOnUse" x1="168.291412" x2="243.244736" y1="77.781746" y2="152.735062">
+        <stop offset="0" stop-color="#8ff0a4"/>
+        <stop offset="1" stop-color="#3584e4"/>
+    </linearGradient>
+    <filter id="b" height="100%" width="100%" x="0%" y="0%">
+        <feColorMatrix in="SourceGraphic" type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/>
+    </filter>
+    <mask id="c">
+        <g filter="url(#b)">
+            <rect fill-opacity="0.95" height="128" width="128"/>
+        </g>
+    </mask>
+    <clipPath id="d">
+        <rect height="152" width="192"/>
+    </clipPath>
+    <mask id="e">
+        <g filter="url(#b)">
+            <rect fill-opacity="0.75" height="128" width="128"/>
+        </g>
+    </mask>
+    <clipPath id="f">
+        <rect height="152" width="192"/>
+    </clipPath>
+    <mask id="g">
+        <g filter="url(#b)">
+            <rect fill-opacity="0.4" height="128" width="128"/>
+        </g>
+    </mask>
+    <clipPath id="h">
+        <rect height="152" width="192"/>
+    </clipPath>
+    <mask id="i">
+        <g filter="url(#b)">
+            <rect fill-opacity="0.8" height="128" width="128"/>
+        </g>
+    </mask>
+    <linearGradient id="j" gradientUnits="userSpaceOnUse" x1="16" x2="128" y1="96" y2="96">
+        <stop offset="0" stop-color="#3584e4"/>
+        <stop offset="0.428679" stop-color="#62a0ea"/>
+        <stop offset="0.499994" stop-color="#c1d9f7"/>
+        <stop offset="0.571308" stop-color="#62a0ea"/>
+        <stop offset="1" stop-color="#3584e4"/>
+    </linearGradient>
+    <clipPath id="k">
+        <rect height="152" width="192"/>
+    </clipPath>
+    <path d="m 69.65625 117.738281 l 48.082031 -48.082031 c 3.125 -3.125 3.125 -8.1875 0 -11.3125 l 
-48.082031 -48.082031 c -3.125 -3.125 -8.1875 -3.125 -11.3125 0 l -48.082031 48.082031 c -3.125 3.125 -3.125 
8.1875 0 11.3125 l 48.082031 48.082031 c 3.125 3.125 8.1875 3.125 11.3125 0 z m 0 0" fill="url(#a)"/>
+    <g clip-path="url(#d)" mask="url(#c)" transform="matrix(1 0 0 1 -8 -6)">
+        <path d="m 36 68 h 36 v 36 z m 0 0" fill="#ffffff"/>
+    </g>
+    <g clip-path="url(#f)" mask="url(#e)" transform="matrix(1 0 0 1 -8 -6)">
+        <path d="m 96 44 h -24 v 24 z m 0 0" fill="#ffffff"/>
+    </g>
+    <g clip-path="url(#h)" mask="url(#g)" transform="matrix(1 0 0 1 -8 -6)">
+        <path d="m 72 68 h 18 v 18 z m 0 0" fill="#ffffff"/>
+    </g>
+    <g clip-path="url(#k)" mask="url(#i)" transform="matrix(1 0 0 1 -8 -6)">
+        <path d="m 16.496094 67 c -1.171875 2.886719 -0.585938 6.308594 1.765625 8.65625 l 48.082031 
48.082031 c 3.132812 3.136719 8.179688 3.136719 11.3125 0 l 48.082031 -48.082031 c 2.351563 -2.347656 2.9375 
-5.769531 1.769531 -8.65625 c -0.394531 0.964844 -0.980468 1.871094 -1.769531 2.65625 l -48.082031 48.082031 
c -3.132812 3.136719 -8.179688 3.136719 -11.3125 0 l -48.082031 -48.082031 c -0.789063 -0.785156 -1.375 
-1.691406 -1.765625 -2.65625 z m 0 0" fill="url(#j)"/>
+    </g>
+</svg>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]