]> source.dussan.org Git - vaadin-framework.git/commitdiff
Revised client-side arch, Java Servlet, new project, view navigation, and basic UI...
authorMarko Gronroos <magi@vaadin.com>
Tue, 19 Jul 2016 16:12:09 +0000 (19:12 +0300)
committerMarko Gronroos <magi@vaadin.com>
Tue, 19 Jul 2016 16:12:14 +0000 (19:12 +0300)
Change-Id: Iedcd7bfc04c53b7d1cdf621261234688d21a52f3

21 files changed:
documentation/application/application-architecture.asciidoc
documentation/application/img/ui-schematic-hi.png [new file with mode: 0644]
documentation/application/img/view-navigation-hi.png
documentation/application/original-drawings/Makefile
documentation/application/original-drawings/ui-schematic.svg [new file with mode: 0644]
documentation/application/original-drawings/view-navigation.svg
documentation/architecture/architecture-client-side.asciidoc
documentation/architecture/architecture-technology.asciidoc
documentation/architecture/img/clientside-arch-hi.png
documentation/architecture/img/java-servlet-hi.png
documentation/architecture/original-drawings/Makefile
documentation/architecture/original-drawings/clientside-arch.svg
documentation/architecture/original-drawings/java-servlet.svg
documentation/components/chapter-components.asciidoc
documentation/components/components-calendar.asciidoc
documentation/components/components-fields.asciidoc
documentation/components/components-table.asciidoc
documentation/getting-started/img/myproject-created-annotated-hi.png
documentation/getting-started/img/netbeans-created-annotated-hi.png
documentation/getting-started/original-drawings/myproject-created-annotated.svg
documentation/getting-started/original-drawings/netbeans-created-annotated.svg

index c00a378a1183e05ce826539295d914ade1c94e69..5b945e9abcad749b6591142d35b4fa53be16a012 100644 (file)
@@ -48,29 +48,21 @@ public class MyHierarchicalUI extends UI {
 }
 ----
 
-The component hierarchy could be illustrated with a tree as follows:
+The component hierarchy is illustrated in <<figure.application.architecture.schematic>>.
 
+[[figure.application.architecture.schematic]]
+.Schematic diagram of the UI
+image::img/ui-schematic-hi.png[width=80%, scaledwidth=100%]
 
-----
-UI
- `-- VerticalLayout
-   |-- Label
-   `-- HorizontalLayout
-     |-- Tree
-     `-- Table
-----
-
-The result is shown in <<figure.application.architecture.example>>.
+The actual UI is shown in <<figure.application.architecture.example>>.
 
 [[figure.application.architecture.example]]
 .Simple hierarchical UI
 image::img/ui-architecture-hierarchical.png[width=70%, scaledwidth=90%]
 
-Instead of building the layout in Java, you can also use a declarative design,
-as described later in
-<<dummy/../../../framework/application/application-declarative#application.declarative,"Designing
-UIs Declaratively">>. The examples given for the declarative layouts give
-exactly the same UI layout as built from the components above.
+Instead of building the layout in Java, you can also use a declarative design, as described later in <<dummy/../../../framework/application/application-declarative#application.declarative,"Designing UIs Declaratively">>.
+The examples given for the declarative layouts give exactly the same UI layout as built from the components above.
+The easiest way to create declarative designs is to use Vaadin Designer.
 
 The built-in components are described in
 <<dummy/../../../framework/components/components-overview.asciidoc#components.overview,"User
@@ -195,19 +187,13 @@ sub-views.
 
 [[figure.application.architecture.navigation]]
 .Navigation Between Views
-image::img/view-navigation-hi.png[]
+image::img/view-navigation-hi.png[width=80%, scaledwidth=100%]
 
-The [classname]#Navigator# described in
-<<dummy/../../../framework/advanced/advanced-navigator#advanced.navigator,"Navigating
-in an Application">> is a view manager that provides a flexible way to navigate
-between views and sub-views, while managing the URI fragment in the page URL to
-allow bookmarking, linking, and going back in browser history.
+The [classname]#Navigator# described in <<dummy/../../../framework/advanced/advanced-navigator#advanced.navigator,"Navigating in an Application">> is a view manager that provides a flexible way to navigate between views and sub-views, while managing the URI fragment in the page URL to allow bookmarking, linking, and going back in the browser history.
 
-Often Vaadin application views are part of something bigger. In such cases, you
-may need to integrate the Vaadin applications with the other website. You can
-use the embedding techniques described in
-<<dummy/../../../framework/advanced/advanced-embedding#advanced.embedding,"Embedding
-UIs in Web Pages">>.
+Often Vaadin application views are part of something bigger.
+In such cases, you may need to integrate the Vaadin applications with the other website.
+You can use the embedding techniques described in <<dummy/../../../framework/advanced/advanced-embedding#advanced.embedding,"Embedding UIs in Web Pages">>.
 
 
 [[application.architecture.accessing]]
@@ -245,9 +231,6 @@ You can get the page and the session also from a [classname]#UI# with
 [classname]#VaadinSession# with [methodname]#getService()#.
 
 The static methods use the built-in ThreadLocal support in the classes.
-
 ifdef::web[]
- The pattern is described in
-<<dummy/../../../framework/advanced/advanced-global#advanced.global.threadlocal,"ThreadLocal
-Pattern">>.
+The pattern is described in <<dummy/../../../framework/advanced/advanced-global#advanced.global.threadlocal,"ThreadLocal Pattern">>.
 endif::web[]
diff --git a/documentation/application/img/ui-schematic-hi.png b/documentation/application/img/ui-schematic-hi.png
new file mode 100644 (file)
index 0000000..2fa835f
Binary files /dev/null and b/documentation/application/img/ui-schematic-hi.png differ
index 7c0775d983a3ed3ceba11944930f2bbebac0e583..2b41a6be23dd9c96c4177f5c76ae1740324c266d 100644 (file)
Binary files a/documentation/application/img/view-navigation-hi.png and b/documentation/application/img/view-navigation-hi.png differ
index a2f48c722b4e8cba1774f9cadf4637ee7edfde2b..11fa5aa8fdfdcb083ff09811b511b2981e25be9d 100644 (file)
@@ -1,5 +1,5 @@
 SVG =
-RASTERIMAGES = application-architecture
+RASTERIMAGES = application-architecture view-navigation ui-schematic
 
 RASTERSRCIMAGES := $(foreach file, $(RASTERIMAGES), $(file).svg)
 RASTERIMAGES_HI := $(foreach file, $(RASTERIMAGES), ../img/$(file)-hi.png)
diff --git a/documentation/application/original-drawings/ui-schematic.svg b/documentation/application/original-drawings/ui-schematic.svg
new file mode 100644 (file)
index 0000000..6182bdf
--- /dev/null
@@ -0,0 +1,302 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="82mm"
+   height="39mm"
+   id="svg1901"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r"
+   sodipodi:docname="ui-schematic.svg"
+   version="1.1">
+  <defs
+     id="defs1903" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="1"
+     inkscape:pageshadow="2"
+     inkscape:zoom="7.919596"
+     inkscape:cx="106.82403"
+     inkscape:cy="68.655822"
+     inkscape:document-units="mm"
+     inkscape:current-layer="layer1"
+     inkscape:window-width="1920"
+     inkscape:window-height="1060"
+     inkscape:window-x="-2"
+     inkscape:window-y="-3"
+     showgrid="true"
+     inkscape:window-maximized="1"
+     inkscape:snap-center="true"
+     inkscape:snap-grids="true"
+     inkscape:snap-bbox="true"
+     inkscape:object-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-object-midpoints="true"
+     showguides="true"
+     inkscape:guide-bbox="true"
+     units="mm"
+     fit-margin-top="2"
+     fit-margin-left="2"
+     fit-margin-right="2"
+     fit-margin-bottom="2">
+    <inkscape:grid
+       type="xygrid"
+       id="grid2982"
+       empspacing="10"
+       visible="true"
+       enabled="true"
+       snapvisiblegridlinesonly="true"
+       spacingx="3.5433071"
+       spacingy="3.5433071"
+       units="mm"
+       originx="18.581643"
+       originy="0.35428181" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata1906">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Taso 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(18.581643,-914.52756)">
+    <rect
+       y="917.71655"
+       x="88.58268"
+       height="131.10237"
+       width="162.99213"
+       id="rect4347-0-2-5-5-9-59"
+       style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#e61e6d;stroke-width:0.70866144;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" />
+    <flowRoot
+       xml:space="preserve"
+       id="flowRoot4349"
+       style="font-style:normal;font-weight:normal;font-size:10px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       transform="translate(49.606293,889.3701)"><flowRegion
+         id="flowRegion4351"><rect
+           id="rect4353"
+           width="67.322838"
+           height="42.519684"
+           x="49.6063"
+           y="56.692909"
+           style="font-size:10px" /></flowRegion><flowPara
+         id="flowPara4355" /></flowRoot>    <g
+       id="g4392-0-4-6-8"
+       transform="translate(258.66142,49.60637)" />
+    <rect
+       y="921.25989"
+       x="92.125977"
+       height="124.01573"
+       width="155.90552"
+       id="rect4347-0-2-5-5-9"
+       style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#e61e6d;stroke-width:0.70866144;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" />
+    <rect
+       y="924.80316"
+       x="95.669289"
+       height="21.259869"
+       width="148.81889"
+       id="rect4347-0-2-5-5-9-5-8"
+       style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffc13f;stroke-width:0.70866144;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" />
+    <rect
+       y="953.14966"
+       x="95.669296"
+       height="88.582695"
+       width="148.81889"
+       id="rect4347-0-2-5-5-9-5-84"
+       style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#e61e6d;stroke-width:0.70866144;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" />
+    <rect
+       y="960.23627"
+       x="102.75591"
+       height="74.409431"
+       width="38.976372"
+       id="rect4347-0-2-5-5-9-5-8-0-5"
+       style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffc13f;stroke-width:0.70866144;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" />
+    <path
+       style="fill:none;stroke:#33383a;stroke-width:0.70866144;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 92.125976,931.88981 -10.629919,-5e-5"
+       id="path3003-6-5-1"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+    <circle
+       cy="931.88977"
+       cx="92.125969"
+       style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ff3a49;fill-opacity:1;stroke:none;stroke-width:0.70866144;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
+       id="path2997-7-6"
+       r="2.1259842" />
+    <circle
+       cy="931.88977"
+       cx="81.496063"
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#00b4f0;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.70866144;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="path2997-7-6-1"
+       r="2.1259842" />
+    <path
+       style="fill:none;stroke:#33383a;stroke-width:0.70866144;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 95.669279,956.69293 -14.173222,-4e-5"
+       id="path3003-6-5-1-5-1"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+    <circle
+       cy="956.69287"
+       cx="95.669281"
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ff3a49;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.70866144;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="path2997-7-6-13-9"
+       r="2.1259842" />
+    <circle
+       cy="956.69293"
+       cx="81.496063"
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#00b4f0;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.70866144;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="path2997-7-6-1-7-8"
+       r="2.1259842" />
+    <path
+       style="fill:none;stroke:#33383a;stroke-width:0.70866144;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 95.66929,942.51969 -14.173228,-5e-5"
+       id="path3003-6-5-1-5-78"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+    <circle
+       cy="942.51971"
+       cx="95.669289"
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ff3a49;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.70866144;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="path2997-7-6-13-7"
+       r="2.1259842" />
+    <circle
+       cy="942.51965"
+       cx="81.496063"
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#00b4f0;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.70866144;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="path2997-7-6-1-7-0"
+       r="2.1259842" />
+    <path
+       style="fill:none;stroke:#33383a;stroke-width:0.70866144;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 102.75591,970.86616 -21.259843,-3e-5"
+       id="path3003-6-5-1-5-13"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+    <circle
+       cy="970.86615"
+       cx="102.7559"
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ff3a49;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.70866144;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="path2997-7-6-13-39"
+       r="2.1259842" />
+    <circle
+       cy="970.86615"
+       cx="81.496063"
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#00b4f0;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.70866144;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="path2997-7-6-1-7-9"
+       r="2.1259842" />
+    <flowRoot
+       transform="translate(76.448922,934.22971)"
+       id="flowRoot4367-0-7-2-4-4-43-5-2"
+       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:121.00000381%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';text-align:end;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:end;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       xml:space="preserve"><flowRegion
+         id="flowRegion4369-0-6-7-7-5-6-6-7" /><flowPara
+         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:121.00000381%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';text-align:end;writing-mode:lr-tb;text-anchor:end"
+         id="flowPara4783-7-2-8-1-0-0">VerticalLayout</flowPara></flowRoot>    <flowRoot
+       transform="translate(76.696085,959.29715)"
+       id="flowRoot4367-0-7-2-4-4-43-3"
+       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:121.00000381%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';text-align:end;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:end;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       xml:space="preserve"><flowRegion
+         id="flowRegion4369-0-6-7-7-5-6-1" /><flowPara
+         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:121.00000381%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';text-align:end;letter-spacing:0px;writing-mode:lr-tb;text-anchor:end"
+         id="flowPara4684">HorizontalLayout</flowPara></flowRoot>    <flowRoot
+       transform="translate(76.575196,945.6249)"
+       id="flowRoot4367-0-7-2-4-4-43-5"
+       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:121.00000381%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';text-align:end;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:end;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       xml:space="preserve"><flowRegion
+         id="flowRegion4369-0-6-7-7-5-6-6" /><flowPara
+         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:121.00000381%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';text-align:end;writing-mode:lr-tb;text-anchor:end"
+         id="flowPara4783-7-2-8-1-0">Label</flowPara></flowRoot>    <flowRoot
+       transform="translate(76.291926,974.3158)"
+       id="flowRoot4367-0-7-2-4-4-43-8"
+       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:121.00000381%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';text-align:end;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:end;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       xml:space="preserve"><flowRegion
+         id="flowRegion4369-0-6-7-7-5-6-7" /><flowPara
+         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:121.00000381%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';text-align:end;writing-mode:lr-tb;text-anchor:end"
+         id="flowPara4783-7-2-8-1-1">Tree</flowPara></flowRoot>    <path
+       style="fill:none;stroke:#33383a;stroke-width:0.70866144;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 88.582669,921.25991 -7.086612,-5e-5"
+       id="path3003-6-5-1-86"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+    <circle
+       cy="921.25989"
+       cx="88.58268"
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ff3a49;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.70866144;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="path2997-7-6-8"
+       r="2.1259842" />
+    <circle
+       cy="921.25989"
+       cx="81.496063"
+       style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#00b4f0;fill-opacity:1;stroke:none;stroke-width:0.70866144;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
+       id="path2997-7-6-1-6"
+       r="2.1259842" />
+    <flowRoot
+       transform="translate(76.448923,924.36512)"
+       id="flowRoot4367-0-7-2-4-4-43-5-2-5"
+       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:121.00000381%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';text-align:end;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:end;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       xml:space="preserve"><flowRegion
+         id="flowRegion4369-0-6-7-7-5-6-6-7-3" /><flowPara
+         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:121.00000381%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';text-align:end;writing-mode:lr-tb;text-anchor:end"
+         id="flowPara4783-7-2-8-1-0-0-9">UI</flowPara></flowRoot>    <rect
+       y="960.23627"
+       x="155.90552"
+       height="74.4095"
+       width="81.496071"
+       id="rect4347-0-2-5-5-9-5-8-0-5-8"
+       style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffc13f;stroke-width:0.70866144;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" />
+    <flowRoot
+       transform="translate(76.291902,985.12429)"
+       id="flowRoot4367-0-7-2-4-4-43-8-0"
+       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:121.00000381%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';text-align:end;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:end;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       xml:space="preserve"><flowRegion
+         id="flowRegion4369-0-6-7-7-5-6-7-9" /><flowPara
+         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:121.00000381%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';text-align:end;writing-mode:lr-tb;text-anchor:end"
+         id="flowPara4783-7-2-8-1-1-7">Table</flowPara></flowRoot>    <path
+       style="fill:none;stroke:#e61e6d;stroke-width:0.70866144;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 248.0315,949.60636 -155.905517,-4e-5"
+       id="path3003-6-5-1-5-1-2"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+    <path
+       style="fill:none;stroke:#e61e6d;stroke-width:0.70866144;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 148.8189,1041.7323 0,-88.58268"
+       id="path3003-6-5-1-5-1-2-9"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+    <path
+       style="fill:none;stroke:#33383a;stroke-width:0.70866144;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 155.9055,981.49612 -74.409457,-7e-5"
+       id="path3003-6-5-1-5-13-9"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+    <circle
+       cy="981.49609"
+       cx="81.49604"
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#00b4f0;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.70866142;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="path2997-7-6-1-7-9-9"
+       r="2.1259842" />
+    <circle
+       cy="981.49609"
+       cx="155.9055"
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ff3a49;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.70866144;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="path2997-7-6-13-39-2"
+       r="2.1259842" />
+  </g>
+</svg>
index 9e8ee92c03e8085d76e7a2e5004ce942b48af02e..e4acdf1e69d693ad081f97c9ea0b8cf013ff872b 100644 (file)
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>\r
-<!-- Created with Inkscape (http://www.inkscape.org/) -->\r
-\r
-<svg\r
-   xmlns:dc="http://purl.org/dc/elements/1.1/"\r
-   xmlns:cc="http://creativecommons.org/ns#"\r
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"\r
-   xmlns:svg="http://www.w3.org/2000/svg"\r
-   xmlns="http://www.w3.org/2000/svg"\r
-   xmlns:xlink="http://www.w3.org/1999/xlink"\r
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"\r
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"\r
-   width="210mm"\r
-   height="297mm"\r
-   id="svg1901"\r
-   sodipodi:version="0.32"\r
-   inkscape:version="0.48.2 r9819"\r
-   sodipodi:docname="view-navigation.svg"\r
-   inkscape:output_extension="org.inkscape.output.svg.inkscape"\r
-   version="1.1">\r
-  <defs\r
-     id="defs1903">\r
-    <inkscape:perspective\r
-       sodipodi:type="inkscape:persp3d"\r
-       inkscape:vp_x="323.51425 : 866.9944 : 1"\r
-       inkscape:vp_y="0 : 296.04677 : 0"\r
-       inkscape:vp_z="520.12219 : 855.43032 : 1"\r
-       inkscape:persp3d-origin="411.35549 : 763.58199 : 1"\r
-       id="perspective206" />\r
-    <linearGradient\r
-       id="linearGradient11516">\r
-      <stop\r
-         id="stop11518"\r
-         offset="0"\r
-         style="stop-color:#ffffff;stop-opacity:1" />\r
-      <stop\r
-         id="stop11520"\r
-         offset="1"\r
-         style="stop-color:#a090e7;stop-opacity:1" />\r
-    </linearGradient>\r
-    <linearGradient\r
-       id="linearGradient11508">\r
-      <stop\r
-         id="stop11510"\r
-         offset="0"\r
-         style="stop-color:#ffffff;stop-opacity:1;" />\r
-      <stop\r
-         id="stop11512"\r
-         offset="1"\r
-         style="stop-color:#e27979;stop-opacity:1" />\r
-    </linearGradient>\r
-    <marker\r
-       inkscape:stockid="DiamondL"\r
-       orient="auto"\r
-       refY="0.0"\r
-       refX="0.0"\r
-       id="DiamondL"\r
-       style="overflow:visible">\r
-      <path\r
-         id="path4404"\r
-         d="M 0,-7.0710768 L -7.0710894,0 L 0,7.0710589 L 7.0710462,0 L 0,-7.0710768 z "\r
-         style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none"\r
-         transform="scale(0.8)" />\r
-    </marker>\r
-    <marker\r
-       orient="auto"\r
-       refY="0.0"\r
-       refX="0.0"\r
-       id="DiamondEmpty"\r
-       style="overflow:visible">\r
-      <path\r
-         id="path7"\r
-         d="M 0,-5 L -5,0 L 0,5 L 5,0 L 0,-5 z "\r
-         style="fill-rule:evenodd;fill:#ffffff;stroke:#000000;stroke-width:1.0pt;marker-start:none"\r
-         transform="scale(1.0) translate(-5,0)" />\r
-    </marker>\r
-    <linearGradient\r
-       id="linearGradient3286">\r
-      <stop\r
-         style="stop-color:#ffffff;stop-opacity:1;"\r
-         offset="0"\r
-         id="stop3288" />\r
-      <stop\r
-         style="stop-color:#79e291;stop-opacity:1;"\r
-         offset="1"\r
-         id="stop3290" />\r
-    </linearGradient>\r
-    <marker\r
-       orient="auto"\r
-       refY="0.0"\r
-       refX="0.0"\r
-       id="EmptyArrow"\r
-       style="overflow:visible;">\r
-      <path\r
-         id="path9"\r
-         d="M 0.0,0.0 L 0.0,-5.0 L -12.5,0.0 L 0.0,5.0 L 0.0,0.0 z      M -0.5,0.0 L -0.5,-4.5 L -12.0,0.0 L -0.5,4.5 L -0.5,0.0 z"\r
-         style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none;"\r
-         transform="scale(1.0) rotate(180) translate(10,0)" />\r
-    </marker>\r
-    <marker\r
-       orient="auto"\r
-       refY="0.0"\r
-       refX="0.0"\r
-       id="EmptyArrow2"\r
-       style="overflow:visible;">\r
-      <path\r
-         id="path13"\r
-         d="M 0.0,0.0 L 0.0,-5.0 L -10.0,0.0 L 0.0,5.0 L 0.0,0.0 z"\r
-         style="fill-rule:evenodd;fill:#ffffff;stroke:#000000;stroke-width:1.0pt;marker-start:none;"\r
-         transform="scale(1.0) rotate(180) translate(10,0)" />\r
-    </marker>\r
-    <linearGradient\r
-       id="linearGradient19816">\r
-      <stop\r
-         id="stop19818"\r
-         offset="0"\r
-         style="stop-color:#ffffff;stop-opacity:1;" />\r
-      <stop\r
-         id="stop19820"\r
-         offset="1"\r
-         style="stop-color:#e7e790;stop-opacity:1;" />\r
-    </linearGradient>\r
-    <marker\r
-       inkscape:stockid="Arrow2Lend"\r
-       orient="auto"\r
-       refY="0.0"\r
-       refX="0.0"\r
-       id="Arrow2Lend"\r
-       style="overflow:visible;">\r
-      <path\r
-         id="path16811"\r
-         style="font-size:12.0;fill-rule:evenodd;stroke-width:0.62500000;stroke-linejoin:round;"\r
-         d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z "\r
-         transform="scale(1.1) rotate(180) translate(1,0)" />\r
-    </marker>\r
-    <marker\r
-       inkscape:stockid="Arrow1Lend"\r
-       orient="auto"\r
-       refY="0.0"\r
-       refX="0.0"\r
-       id="Arrow1Lend"\r
-       style="overflow:visible;">\r
-      <path\r
-         id="path16829"\r
-         d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z "\r
-         style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none;"\r
-         transform="scale(0.8) rotate(180) translate(12.5,0)" />\r
-    </marker>\r
-    <marker\r
-       inkscape:stockid="TriangleOutM"\r
-       orient="auto"\r
-       refY="0.0"\r
-       refX="0.0"\r
-       id="TriangleOutM"\r
-       style="overflow:visible">\r
-      <path\r
-         id="path16731"\r
-         d="M 5.77,0.0 L -2.88,5.0 L -2.88,-5.0 L 5.77,0.0 z "\r
-         style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none"\r
-         transform="scale(0.4)" />\r
-    </marker>\r
-    <marker\r
-       inkscape:stockid="TriangleInL"\r
-       orient="auto"\r
-       refY="0.0"\r
-       refX="0.0"\r
-       id="TriangleInL"\r
-       style="overflow:visible">\r
-      <path\r
-         id="path16743"\r
-         d="M 5.77,0.0 L -2.88,5.0 L -2.88,-5.0 L 5.77,0.0 z "\r
-         style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none"\r
-         transform="scale(-0.8)" />\r
-    </marker>\r
-    <marker\r
-       inkscape:stockid="TriangleOutL"\r
-       orient="auto"\r
-       refY="0.0"\r
-       refX="0.0"\r
-       id="TriangleOutL"\r
-       style="overflow:visible">\r
-      <path\r
-         id="path16734"\r
-         d="M 5.77,0.0 L -2.88,5.0 L -2.88,-5.0 L 5.77,0.0 z "\r
-         style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none"\r
-         transform="scale(0.8)" />\r
-    </marker>\r
-    <linearGradient\r
-       id="linearGradient9263">\r
-      <stop\r
-         style="stop-color:#000000;stop-opacity:0"\r
-         offset="0"\r
-         id="stop9265" />\r
-      <stop\r
-         style="stop-color:#000000;stop-opacity:0;"\r
-         offset="1"\r
-         id="stop9267" />\r
-    </linearGradient>\r
-    <linearGradient\r
-       id="linearGradient7299">\r
-      <stop\r
-         style="stop-color:#ffffff;stop-opacity:1"\r
-         offset="0"\r
-         id="stop7301" />\r
-      <stop\r
-         style="stop-color:#a090e7;stop-opacity:1"\r
-         offset="1"\r
-         id="stop7303" />\r
-    </linearGradient>\r
-    <linearGradient\r
-       id="linearGradient5349">\r
-      <stop\r
-         style="stop-color:#000000;stop-opacity:1;"\r
-         offset="0"\r
-         id="stop5351" />\r
-      <stop\r
-         style="stop-color:#000000;stop-opacity:0;"\r
-         offset="1"\r
-         id="stop5353" />\r
-    </linearGradient>\r
-    <linearGradient\r
-       id="linearGradient4152">\r
-      <stop\r
-         style="stop-color:#6b6bff;stop-opacity:1;"\r
-         offset="0"\r
-         id="stop4154" />\r
-      <stop\r
-         style="stop-color:#6b6bff;stop-opacity:0;"\r
-         offset="1"\r
-         id="stop4156" />\r
-    </linearGradient>\r
-    <linearGradient\r
-       inkscape:collect="always"\r
-       xlink:href="#linearGradient5349"\r
-       id="linearGradient5355"\r
-       x1="96.085953"\r
-       y1="148.38934"\r
-       x2="389.01985"\r
-       y2="148.38934"\r
-       gradientUnits="userSpaceOnUse" />\r
-    <radialGradient\r
-       inkscape:collect="always"\r
-       xlink:href="#linearGradient7299"\r
-       id="radialGradient12637"\r
-       gradientUnits="userSpaceOnUse"\r
-       gradientTransform="matrix(0.9214039,2.3896193e-3,-2.166448e-3,0.5977017,265.61411,78.560061)"\r
-       cx="-147.5"\r
-       cy="97.300964"\r
-       fx="-147.5"\r
-       fy="97.300964"\r
-       r="109.42857" />\r
-    <radialGradient\r
-       inkscape:collect="always"\r
-       xlink:href="#linearGradient7299"\r
-       id="radialGradient15668"\r
-       gradientUnits="userSpaceOnUse"\r
-       gradientTransform="matrix(0.9214039,2.3896193e-3,-2.166448e-3,0.5977017,262.24281,78.560061)"\r
-       cx="-147.5"\r
-       cy="97.300964"\r
-       fx="-147.5"\r
-       fy="97.300964"\r
-       r="109.42857" />\r
-    <radialGradient\r
-       inkscape:collect="always"\r
-       xlink:href="#linearGradient19816"\r
-       id="radialGradient17873"\r
-       gradientUnits="userSpaceOnUse"\r
-       gradientTransform="matrix(0.9214039,2.3896193e-3,-2.166448e-3,0.5977017,541.12253,30.198804)"\r
-       cx="-147.5"\r
-       cy="97.300964"\r
-       fx="-147.5"\r
-       fy="97.300964"\r
-       r="109.42857" />\r
-    <radialGradient\r
-       inkscape:collect="always"\r
-       xlink:href="#linearGradient7299"\r
-       id="radialGradient17875"\r
-       gradientUnits="userSpaceOnUse"\r
-       gradientTransform="matrix(1.3208501,2.3843471e-3,-3.1056446e-3,0.596383,334.93437,78.721097)"\r
-       cx="-147.5"\r
-       cy="97.300964"\r
-       fx="-147.5"\r
-       fy="97.300964"\r
-       r="109.42857" />\r
-    <radialGradient\r
-       inkscape:collect="always"\r
-       xlink:href="#linearGradient19816"\r
-       id="radialGradient20832"\r
-       gradientUnits="userSpaceOnUse"\r
-       gradientTransform="matrix(1.6000725,2.3808346e-3,-3.7621654e-3,0.5955044,664.61868,-4.8275956)"\r
-       cx="-147.5"\r
-       cy="97.300964"\r
-       fx="-147.5"\r
-       fy="97.300964"\r
-       r="109.42857" />\r
-    <radialGradient\r
-       inkscape:collect="always"\r
-       xlink:href="#linearGradient7299"\r
-       id="radialGradient22790"\r
-       gradientUnits="userSpaceOnUse"\r
-       gradientTransform="matrix(1.3208501,2.3843471e-3,-3.1056446e-3,0.596383,334.93437,78.721097)"\r
-       cx="-147.5"\r
-       cy="97.300964"\r
-       fx="-147.5"\r
-       fy="97.300964"\r
-       r="109.42857" />\r
-    <radialGradient\r
-       inkscape:collect="always"\r
-       xlink:href="#linearGradient7299"\r
-       id="radialGradient22806"\r
-       gradientUnits="userSpaceOnUse"\r
-       gradientTransform="matrix(1.3208501,2.3843471e-3,-3.1056446e-3,0.596383,334.93437,78.721097)"\r
-       cx="-147.5"\r
-       cy="97.300964"\r
-       fx="-147.5"\r
-       fy="97.300964"\r
-       r="109.42857" />\r
-    <radialGradient\r
-       inkscape:collect="always"\r
-       xlink:href="#linearGradient7299"\r
-       id="radialGradient22822"\r
-       gradientUnits="userSpaceOnUse"\r
-       gradientTransform="matrix(1.3208501,2.3843471e-3,-3.1056446e-3,0.596383,334.93437,78.721097)"\r
-       cx="-147.5"\r
-       cy="97.300964"\r
-       fx="-147.5"\r
-       fy="97.300964"\r
-       r="109.42857" />\r
-    <radialGradient\r
-       inkscape:collect="always"\r
-       xlink:href="#linearGradient7299"\r
-       id="radialGradient22838"\r
-       gradientUnits="userSpaceOnUse"\r
-       gradientTransform="matrix(1.3208501,2.3843471e-3,-3.1056446e-3,0.596383,334.93437,78.721097)"\r
-       cx="-147.5"\r
-       cy="97.300964"\r
-       fx="-147.5"\r
-       fy="97.300964"\r
-       r="109.42857" />\r
-    <radialGradient\r
-       inkscape:collect="always"\r
-       xlink:href="#linearGradient3286"\r
-       id="radialGradient2303"\r
-       gradientUnits="userSpaceOnUse"\r
-       gradientTransform="matrix(1.6000725,2.3808346e-3,-3.7621654e-3,0.5955044,664.61868,-4.8275956)"\r
-       cx="-147.5"\r
-       cy="97.300964"\r
-       fx="-147.5"\r
-       fy="97.300964"\r
-       r="109.42857" />\r
-    <radialGradient\r
-       inkscape:collect="always"\r
-       xlink:href="#linearGradient19816"\r
-       id="radialGradient3306"\r
-       gradientUnits="userSpaceOnUse"\r
-       gradientTransform="matrix(1.2251403,2.385383e-3,-2.8806072e-3,0.5966421,625.8055,-4.9637231)"\r
-       cx="-147.5"\r
-       cy="97.300964"\r
-       fx="-147.5"\r
-       fy="97.300964"\r
-       r="109.42857" />\r
-    <radialGradient\r
-       inkscape:collect="always"\r
-       xlink:href="#linearGradient19816"\r
-       id="radialGradient3307"\r
-       gradientUnits="userSpaceOnUse"\r
-       gradientTransform="matrix(1.634924,2.3804409e-3,-3.8441097e-3,0.5954059,670.96002,-4.81581)"\r
-       cx="-147.5"\r
-       cy="97.300964"\r
-       fx="-147.5"\r
-       fy="97.300964"\r
-       r="109.42857" />\r
-    <radialGradient\r
-       inkscape:collect="always"\r
-       xlink:href="#linearGradient7299"\r
-       id="radialGradient3327"\r
-       gradientUnits="userSpaceOnUse"\r
-       gradientTransform="matrix(1.3208501,2.3843471e-3,-3.1056446e-3,0.596383,334.93437,78.721097)"\r
-       cx="-147.5"\r
-       cy="97.300964"\r
-       fx="-147.5"\r
-       fy="97.300964"\r
-       r="109.42857" />\r
-    <radialGradient\r
-       inkscape:collect="always"\r
-       xlink:href="#linearGradient3286"\r
-       id="radialGradient8322"\r
-       gradientUnits="userSpaceOnUse"\r
-       gradientTransform="matrix(1.6000725,2.3808346e-3,-3.7621654e-3,0.5955044,664.61868,-4.8275956)"\r
-       cx="-147.5"\r
-       cy="97.300964"\r
-       fx="-147.5"\r
-       fy="97.300964"\r
-       r="109.42857" />\r
-    <radialGradient\r
-       inkscape:collect="always"\r
-       xlink:href="#linearGradient7299"\r
-       id="radialGradient8338"\r
-       gradientUnits="userSpaceOnUse"\r
-       gradientTransform="matrix(1.3208501,2.3843471e-3,-3.1056446e-3,0.596383,334.93437,78.721097)"\r
-       cx="-147.5"\r
-       cy="97.300964"\r
-       fx="-147.5"\r
-       fy="97.300964"\r
-       r="109.42857" />\r
-    <radialGradient\r
-       inkscape:collect="always"\r
-       xlink:href="#linearGradient7299"\r
-       id="radialGradient8354"\r
-       gradientUnits="userSpaceOnUse"\r
-       gradientTransform="matrix(1.3208501,2.3843471e-3,-3.1056446e-3,0.596383,334.93437,78.721097)"\r
-       cx="-147.5"\r
-       cy="97.300964"\r
-       fx="-147.5"\r
-       fy="97.300964"\r
-       r="109.42857" />\r
-    <radialGradient\r
-       inkscape:collect="always"\r
-       xlink:href="#linearGradient7299"\r
-       id="radialGradient11393"\r
-       gradientUnits="userSpaceOnUse"\r
-       gradientTransform="matrix(1.2251403,2.385383e-3,-2.8806072e-3,0.5966421,625.8055,-4.9637231)"\r
-       cx="-145.65326"\r
-       cy="87.697487"\r
-       fx="-145.65326"\r
-       fy="87.697487"\r
-       r="109.42857" />\r
-    <radialGradient\r
-       inkscape:collect="always"\r
-       xlink:href="#linearGradient19816"\r
-       id="radialGradient11490"\r
-       gradientUnits="userSpaceOnUse"\r
-       gradientTransform="matrix(1.3208501,2.3843471e-3,-3.1056446e-3,0.596383,334.93437,78.721097)"\r
-       cx="-147.5"\r
-       cy="97.300964"\r
-       fx="-147.5"\r
-       fy="97.300964"\r
-       r="109.42857" />\r
-    <radialGradient\r
-       inkscape:collect="always"\r
-       xlink:href="#linearGradient11508"\r
-       id="radialGradient11506"\r
-       gradientUnits="userSpaceOnUse"\r
-       gradientTransform="matrix(1.3208501,2.3843471e-3,-3.1056446e-3,0.596383,334.93437,78.721097)"\r
-       cx="-147.5"\r
-       cy="97.300964"\r
-       fx="-147.5"\r
-       fy="97.300964"\r
-       r="109.42857" />\r
-    <linearGradient\r
-       inkscape:collect="always"\r
-       xlink:href="#linearGradient11516"\r
-       id="linearGradient11514"\r
-       x1="402.58597"\r
-       y1="24.440832"\r
-       x2="535.59796"\r
-       y2="190.61652"\r
-       gradientUnits="userSpaceOnUse" />\r
-    <radialGradient\r
-       inkscape:collect="always"\r
-       xlink:href="#linearGradient19816"\r
-       id="radialGradient11602"\r
-       gradientUnits="userSpaceOnUse"\r
-       gradientTransform="matrix(1.3208501,2.3843471e-3,-3.1056446e-3,0.596383,334.93437,78.721097)"\r
-       cx="-147.5"\r
-       cy="97.300964"\r
-       fx="-147.5"\r
-       fy="97.300964"\r
-       r="109.42857" />\r
-    <radialGradient\r
-       inkscape:collect="always"\r
-       xlink:href="#linearGradient11508"\r
-       id="radialGradient11604"\r
-       gradientUnits="userSpaceOnUse"\r
-       gradientTransform="matrix(1.3208501,2.3843471e-3,-3.1056446e-3,0.596383,334.93437,78.721097)"\r
-       cx="-147.5"\r
-       cy="97.300964"\r
-       fx="-147.5"\r
-       fy="97.300964"\r
-       r="109.42857" />\r
-    <linearGradient\r
-       inkscape:collect="always"\r
-       xlink:href="#linearGradient11516"\r
-       id="linearGradient13616"\r
-       x1="174.35712"\r
-       y1="96.654701"\r
-       x2="220.02124"\r
-       y2="192.93446"\r
-       gradientUnits="userSpaceOnUse" />\r
-    <radialGradient\r
-       inkscape:collect="always"\r
-       xlink:href="#linearGradient7299"\r
-       id="radialGradient14623"\r
-       gradientUnits="userSpaceOnUse"\r
-       gradientTransform="matrix(0.9722636,1.8198108e-3,-2.2860317e-3,0.4551788,579.72294,2.0165387)"\r
-       cx="-147.5"\r
-       cy="97.300964"\r
-       fx="-147.5"\r
-       fy="97.300964"\r
-       r="109.42857" />\r
-    <linearGradient\r
-       inkscape:collect="always"\r
-       xlink:href="#linearGradient7299"\r
-       id="linearGradient16644"\r
-       x1="160.84073"\r
-       y1="73.780838"\r
-       x2="239.77594"\r
-       y2="207.50426"\r
-       gradientUnits="userSpaceOnUse" />\r
-    <linearGradient\r
-       inkscape:collect="always"\r
-       xlink:href="#linearGradient11516"\r
-       id="linearGradient18644"\r
-       x1="1036.6514"\r
-       y1="1185.2882"\r
-       x2="1076.5066"\r
-       y2="1351.074"\r
-       gradientUnits="userSpaceOnUse" />\r
-    <radialGradient\r
-       inkscape:collect="always"\r
-       xlink:href="#linearGradient19816"\r
-       id="radialGradient19653"\r
-       gradientUnits="userSpaceOnUse"\r
-       gradientTransform="matrix(1.3208501,2.3843471e-3,-3.1056446e-3,0.596383,334.93437,78.721097)"\r
-       cx="-147.5"\r
-       cy="97.300964"\r
-       fx="-147.5"\r
-       fy="97.300964"\r
-       r="109.42857" />\r
-    <marker\r
-       id="marker52016"\r
-       orient="auto"\r
-       markerHeight="5.7450786"\r
-       markerWidth="4.6297302">\r
-      <g\r
-         id="g52010"\r
-         transform="matrix(0.5,0,0,0.5,-185.64299,-257.19655)">\r
-        <path\r
-           inkscape:connector-curvature="0"\r
-           sodipodi:nodetypes="csccccccsccssssssssssssssccc"\r
-           id="path52012"\r
-           d="m 370,508.65625 c -0.86067,0.0587 -1.60944,0.6213 -1.90625,1.4375 -0.26976,0.74176 -0.0577,1.53493 0.4375,2.125 l -1.75,0 c -0.0424,-0.005 -0.0824,0.002 -0.125,0 l 0,4.375 0.125,0 1.75,0 c -0.67896,0.8597 -0.69701,2.11549 0.0937,2.90625 0.85091,0.85091 2.27409,0.85091 3.125,0 l 3.34375,-3.375 c 0.033,-0.0295 0.0643,-0.0608 0.0937,-0.0937 0.0322,-0.0193 0.0635,-0.0402 0.0937,-0.0625 3.7e-4,-3.6e-4 0.21851,-0.28079 0.21875,-0.28125 5e-5,-9e-5 -0.007,-0.0447 0,-0.0625 0.001,-0.003 0.03,0.003 0.0312,0 0.0391,-0.0521 0.051,-0.0518 0.0937,-0.125 0.13699,-0.23476 0.16684,-0.37191 0.15625,-0.34375 0.0368,-0.0915 0.0185,-0.11251 0.0312,-0.15625 0.0106,-0.0102 0.021,-0.0206 0.0312,-0.0312 0.06,-0.22398 0.0881,-0.51689 0.0625,-0.78125 -0.0136,-0.20363 -0.0589,-0.29765 -0.0625,-0.3125 1.4e-4,-0.0104 1.4e-4,-0.0208 0,-0.0312 0.026,0.097 0.0153,0.016 -0.0937,-0.25 -0.0525,-0.13039 -0.0899,-0.21936 -0.125,-0.28125 -0.0524,-0.0897 -0.13346,-0.26235 -0.34375,-0.46875 L 371.75,509.3125 c -0.45645,-0.48671 -1.08509,-0.71163 -1.75,-0.65625 z"\r
-           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" />\r
-        <path\r
-           inkscape:connector-curvature="0"\r
-           sodipodi:nodetypes="cccscccsssssssscccsccc"\r
-           id="path52014"\r
-           d="m 366.65625,515.40625 4.625,0 -1.8125,1.8125 c -0.39695,0.39695 -0.39695,1.04055 0,1.4375 0.39695,0.39695 1.04055,0.39695 1.4375,0 l 3.4375,-3.46875 0.0937,-0.0625 c 0.006,-0.006 -0.006,-0.0253 0,-0.0312 0.0554,-0.0572 0.1151,-0.11699 0.15625,-0.1875 0.0286,-0.0491 0.0429,-0.10409 0.0625,-0.15625 0.0124,-0.0307 0.0221,-0.0622 0.0312,-0.0937 0.0311,-0.1161 0.0427,-0.22493 0.0312,-0.34375 -0.004,-0.0578 -0.0174,-0.0996 -0.0312,-0.15625 -0.0109,-0.0407 -0.0151,-0.0857 -0.0312,-0.125 -0.0164,-0.0408 -0.0405,-0.0862 -0.0625,-0.125 -0.0455,-0.0779 -0.0936,-0.15726 -0.15625,-0.21875 l -3.53125,-3.53125 c -0.20891,-0.22276 -0.50816,-0.33785 -0.8125,-0.3125 -0.39478,0.0269 -0.73977,0.28438 -0.875,0.65625 -0.13524,0.37187 -0.0353,0.78826 0.25,1.0625 l 1.875,1.84375 -4.6875,0"\r
-           style="fill:#f39300;fill-opacity:1;fill-rule:evenodd;stroke:none" />\r
-      </g>\r
-    </marker>\r
-    <marker\r
-       id="marker52016-3"\r
-       orient="auto"\r
-       markerHeight="5.7450786"\r
-       markerWidth="4.6297302">\r
-      <g\r
-         id="g52010-8"\r
-         transform="matrix(0.5,0,0,0.5,-185.64299,-257.19655)">\r
-        <path\r
-           inkscape:connector-curvature="0"\r
-           sodipodi:nodetypes="csccccccsccssssssssssssssccc"\r
-           id="path52012-6"\r
-           d="m 370,508.65625 c -0.86067,0.0587 -1.60944,0.6213 -1.90625,1.4375 -0.26976,0.74176 -0.0577,1.53493 0.4375,2.125 l -1.75,0 c -0.0424,-0.005 -0.0824,0.002 -0.125,0 l 0,4.375 0.125,0 1.75,0 c -0.67896,0.8597 -0.69701,2.11549 0.0937,2.90625 0.85091,0.85091 2.27409,0.85091 3.125,0 l 3.34375,-3.375 c 0.033,-0.0295 0.0643,-0.0608 0.0937,-0.0937 0.0322,-0.0193 0.0635,-0.0402 0.0937,-0.0625 3.7e-4,-3.6e-4 0.21851,-0.28079 0.21875,-0.28125 5e-5,-9e-5 -0.007,-0.0447 0,-0.0625 0.001,-0.003 0.03,0.003 0.0312,0 0.0391,-0.0521 0.051,-0.0518 0.0937,-0.125 0.13699,-0.23476 0.16684,-0.37191 0.15625,-0.34375 0.0368,-0.0915 0.0185,-0.11251 0.0312,-0.15625 0.0106,-0.0102 0.021,-0.0206 0.0312,-0.0312 0.06,-0.22398 0.0881,-0.51689 0.0625,-0.78125 -0.0136,-0.20363 -0.0589,-0.29765 -0.0625,-0.3125 1.4e-4,-0.0104 1.4e-4,-0.0208 0,-0.0312 0.026,0.097 0.0153,0.016 -0.0937,-0.25 -0.0525,-0.13039 -0.0899,-0.21936 -0.125,-0.28125 -0.0524,-0.0897 -0.13346,-0.26235 -0.34375,-0.46875 L 371.75,509.3125 c -0.45645,-0.48671 -1.08509,-0.71163 -1.75,-0.65625 z"\r
-           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" />\r
-        <path\r
-           inkscape:connector-curvature="0"\r
-           sodipodi:nodetypes="cccscccsssssssscccsccc"\r
-           id="path52014-3"\r
-           d="m 366.65625,515.40625 4.625,0 -1.8125,1.8125 c -0.39695,0.39695 -0.39695,1.04055 0,1.4375 0.39695,0.39695 1.04055,0.39695 1.4375,0 l 3.4375,-3.46875 0.0937,-0.0625 c 0.006,-0.006 -0.006,-0.0253 0,-0.0312 0.0554,-0.0572 0.1151,-0.11699 0.15625,-0.1875 0.0286,-0.0491 0.0429,-0.10409 0.0625,-0.15625 0.0124,-0.0307 0.0221,-0.0622 0.0312,-0.0937 0.0311,-0.1161 0.0427,-0.22493 0.0312,-0.34375 -0.004,-0.0578 -0.0174,-0.0996 -0.0312,-0.15625 -0.0109,-0.0407 -0.0151,-0.0857 -0.0312,-0.125 -0.0164,-0.0408 -0.0405,-0.0862 -0.0625,-0.125 -0.0455,-0.0779 -0.0936,-0.15726 -0.15625,-0.21875 l -3.53125,-3.53125 c -0.20891,-0.22276 -0.50816,-0.33785 -0.8125,-0.3125 -0.39478,0.0269 -0.73977,0.28438 -0.875,0.65625 -0.13524,0.37187 -0.0353,0.78826 0.25,1.0625 l 1.875,1.84375 -4.6875,0"\r
-           style="fill:#f39300;fill-opacity:1;fill-rule:evenodd;stroke:none" />\r
-      </g>\r
-    </marker>\r
-    <marker\r
-       id="marker52016-5"\r
-       orient="auto"\r
-       markerHeight="5.7450786"\r
-       markerWidth="4.6297302">\r
-      <g\r
-         id="g52010-0"\r
-         transform="matrix(0.5,0,0,0.5,-185.64299,-257.19655)">\r
-        <path\r
-           inkscape:connector-curvature="0"\r
-           sodipodi:nodetypes="csccccccsccssssssssssssssccc"\r
-           id="path52012-8"\r
-           d="m 370,508.65625 c -0.86067,0.0587 -1.60944,0.6213 -1.90625,1.4375 -0.26976,0.74176 -0.0577,1.53493 0.4375,2.125 l -1.75,0 c -0.0424,-0.005 -0.0824,0.002 -0.125,0 l 0,4.375 0.125,0 1.75,0 c -0.67896,0.8597 -0.69701,2.11549 0.0937,2.90625 0.85091,0.85091 2.27409,0.85091 3.125,0 l 3.34375,-3.375 c 0.033,-0.0295 0.0643,-0.0608 0.0937,-0.0937 0.0322,-0.0193 0.0635,-0.0402 0.0937,-0.0625 3.7e-4,-3.6e-4 0.21851,-0.28079 0.21875,-0.28125 5e-5,-9e-5 -0.007,-0.0447 0,-0.0625 0.001,-0.003 0.03,0.003 0.0312,0 0.0391,-0.0521 0.051,-0.0518 0.0937,-0.125 0.13699,-0.23476 0.16684,-0.37191 0.15625,-0.34375 0.0368,-0.0915 0.0185,-0.11251 0.0312,-0.15625 0.0106,-0.0102 0.021,-0.0206 0.0312,-0.0312 0.06,-0.22398 0.0881,-0.51689 0.0625,-0.78125 -0.0136,-0.20363 -0.0589,-0.29765 -0.0625,-0.3125 1.4e-4,-0.0104 1.4e-4,-0.0208 0,-0.0312 0.026,0.097 0.0153,0.016 -0.0937,-0.25 -0.0525,-0.13039 -0.0899,-0.21936 -0.125,-0.28125 -0.0524,-0.0897 -0.13346,-0.26235 -0.34375,-0.46875 L 371.75,509.3125 c -0.45645,-0.48671 -1.08509,-0.71163 -1.75,-0.65625 z"\r
-           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" />\r
-        <path\r
-           inkscape:connector-curvature="0"\r
-           sodipodi:nodetypes="cccscccsssssssscccsccc"\r
-           id="path52014-1"\r
-           d="m 366.65625,515.40625 4.625,0 -1.8125,1.8125 c -0.39695,0.39695 -0.39695,1.04055 0,1.4375 0.39695,0.39695 1.04055,0.39695 1.4375,0 l 3.4375,-3.46875 0.0937,-0.0625 c 0.006,-0.006 -0.006,-0.0253 0,-0.0312 0.0554,-0.0572 0.1151,-0.11699 0.15625,-0.1875 0.0286,-0.0491 0.0429,-0.10409 0.0625,-0.15625 0.0124,-0.0307 0.0221,-0.0622 0.0312,-0.0937 0.0311,-0.1161 0.0427,-0.22493 0.0312,-0.34375 -0.004,-0.0578 -0.0174,-0.0996 -0.0312,-0.15625 -0.0109,-0.0407 -0.0151,-0.0857 -0.0312,-0.125 -0.0164,-0.0408 -0.0405,-0.0862 -0.0625,-0.125 -0.0455,-0.0779 -0.0936,-0.15726 -0.15625,-0.21875 l -3.53125,-3.53125 c -0.20891,-0.22276 -0.50816,-0.33785 -0.8125,-0.3125 -0.39478,0.0269 -0.73977,0.28438 -0.875,0.65625 -0.13524,0.37187 -0.0353,0.78826 0.25,1.0625 l 1.875,1.84375 -4.6875,0"\r
-           style="fill:#f39300;fill-opacity:1;fill-rule:evenodd;stroke:none" />\r
-      </g>\r
-    </marker>\r
-    <marker\r
-       id="marker52016-2"\r
-       orient="auto"\r
-       markerHeight="5.7450786"\r
-       markerWidth="4.6297302">\r
-      <g\r
-         id="g52010-6"\r
-         transform="matrix(0.5,0,0,0.5,-185.64299,-257.19655)">\r
-        <path\r
-           inkscape:connector-curvature="0"\r
-           sodipodi:nodetypes="csccccccsccssssssssssssssccc"\r
-           id="path52012-9"\r
-           d="m 370,508.65625 c -0.86067,0.0587 -1.60944,0.6213 -1.90625,1.4375 -0.26976,0.74176 -0.0577,1.53493 0.4375,2.125 l -1.75,0 c -0.0424,-0.005 -0.0824,0.002 -0.125,0 l 0,4.375 0.125,0 1.75,0 c -0.67896,0.8597 -0.69701,2.11549 0.0937,2.90625 0.85091,0.85091 2.27409,0.85091 3.125,0 l 3.34375,-3.375 c 0.033,-0.0295 0.0643,-0.0608 0.0937,-0.0937 0.0322,-0.0193 0.0635,-0.0402 0.0937,-0.0625 3.7e-4,-3.6e-4 0.21851,-0.28079 0.21875,-0.28125 5e-5,-9e-5 -0.007,-0.0447 0,-0.0625 0.001,-0.003 0.03,0.003 0.0312,0 0.0391,-0.0521 0.051,-0.0518 0.0937,-0.125 0.13699,-0.23476 0.16684,-0.37191 0.15625,-0.34375 0.0368,-0.0915 0.0185,-0.11251 0.0312,-0.15625 0.0106,-0.0102 0.021,-0.0206 0.0312,-0.0312 0.06,-0.22398 0.0881,-0.51689 0.0625,-0.78125 -0.0136,-0.20363 -0.0589,-0.29765 -0.0625,-0.3125 1.4e-4,-0.0104 1.4e-4,-0.0208 0,-0.0312 0.026,0.097 0.0153,0.016 -0.0937,-0.25 -0.0525,-0.13039 -0.0899,-0.21936 -0.125,-0.28125 -0.0524,-0.0897 -0.13346,-0.26235 -0.34375,-0.46875 L 371.75,509.3125 c -0.45645,-0.48671 -1.08509,-0.71163 -1.75,-0.65625 z"\r
-           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" />\r
-        <path\r
-           inkscape:connector-curvature="0"\r
-           sodipodi:nodetypes="cccscccsssssssscccsccc"\r
-           id="path52014-10"\r
-           d="m 366.65625,515.40625 4.625,0 -1.8125,1.8125 c -0.39695,0.39695 -0.39695,1.04055 0,1.4375 0.39695,0.39695 1.04055,0.39695 1.4375,0 l 3.4375,-3.46875 0.0937,-0.0625 c 0.006,-0.006 -0.006,-0.0253 0,-0.0312 0.0554,-0.0572 0.1151,-0.11699 0.15625,-0.1875 0.0286,-0.0491 0.0429,-0.10409 0.0625,-0.15625 0.0124,-0.0307 0.0221,-0.0622 0.0312,-0.0937 0.0311,-0.1161 0.0427,-0.22493 0.0312,-0.34375 -0.004,-0.0578 -0.0174,-0.0996 -0.0312,-0.15625 -0.0109,-0.0407 -0.0151,-0.0857 -0.0312,-0.125 -0.0164,-0.0408 -0.0405,-0.0862 -0.0625,-0.125 -0.0455,-0.0779 -0.0936,-0.15726 -0.15625,-0.21875 l -3.53125,-3.53125 c -0.20891,-0.22276 -0.50816,-0.33785 -0.8125,-0.3125 -0.39478,0.0269 -0.73977,0.28438 -0.875,0.65625 -0.13524,0.37187 -0.0353,0.78826 0.25,1.0625 l 1.875,1.84375 -4.6875,0"\r
-           style="fill:#f39300;fill-opacity:1;fill-rule:evenodd;stroke:none" />\r
-      </g>\r
-    </marker>\r
-    <marker\r
-       id="marker52016-7"\r
-       orient="auto"\r
-       markerHeight="5.7450786"\r
-       markerWidth="4.6297302">\r
-      <g\r
-         id="g52010-3"\r
-         transform="matrix(0.5,0,0,0.5,-185.64299,-257.19655)">\r
-        <path\r
-           inkscape:connector-curvature="0"\r
-           sodipodi:nodetypes="csccccccsccssssssssssssssccc"\r
-           id="path52012-7"\r
-           d="m 370,508.65625 c -0.86067,0.0587 -1.60944,0.6213 -1.90625,1.4375 -0.26976,0.74176 -0.0577,1.53493 0.4375,2.125 l -1.75,0 c -0.0424,-0.005 -0.0824,0.002 -0.125,0 l 0,4.375 0.125,0 1.75,0 c -0.67896,0.8597 -0.69701,2.11549 0.0937,2.90625 0.85091,0.85091 2.27409,0.85091 3.125,0 l 3.34375,-3.375 c 0.033,-0.0295 0.0643,-0.0608 0.0937,-0.0937 0.0322,-0.0193 0.0635,-0.0402 0.0937,-0.0625 3.7e-4,-3.6e-4 0.21851,-0.28079 0.21875,-0.28125 5e-5,-9e-5 -0.007,-0.0447 0,-0.0625 0.001,-0.003 0.03,0.003 0.0312,0 0.0391,-0.0521 0.051,-0.0518 0.0937,-0.125 0.13699,-0.23476 0.16684,-0.37191 0.15625,-0.34375 0.0368,-0.0915 0.0185,-0.11251 0.0312,-0.15625 0.0106,-0.0102 0.021,-0.0206 0.0312,-0.0312 0.06,-0.22398 0.0881,-0.51689 0.0625,-0.78125 -0.0136,-0.20363 -0.0589,-0.29765 -0.0625,-0.3125 1.4e-4,-0.0104 1.4e-4,-0.0208 0,-0.0312 0.026,0.097 0.0153,0.016 -0.0937,-0.25 -0.0525,-0.13039 -0.0899,-0.21936 -0.125,-0.28125 -0.0524,-0.0897 -0.13346,-0.26235 -0.34375,-0.46875 L 371.75,509.3125 c -0.45645,-0.48671 -1.08509,-0.71163 -1.75,-0.65625 z"\r
-           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" />\r
-        <path\r
-           inkscape:connector-curvature="0"\r
-           sodipodi:nodetypes="cccscccsssssssscccsccc"\r
-           id="path52014-12"\r
-           d="m 366.65625,515.40625 4.625,0 -1.8125,1.8125 c -0.39695,0.39695 -0.39695,1.04055 0,1.4375 0.39695,0.39695 1.04055,0.39695 1.4375,0 l 3.4375,-3.46875 0.0937,-0.0625 c 0.006,-0.006 -0.006,-0.0253 0,-0.0312 0.0554,-0.0572 0.1151,-0.11699 0.15625,-0.1875 0.0286,-0.0491 0.0429,-0.10409 0.0625,-0.15625 0.0124,-0.0307 0.0221,-0.0622 0.0312,-0.0937 0.0311,-0.1161 0.0427,-0.22493 0.0312,-0.34375 -0.004,-0.0578 -0.0174,-0.0996 -0.0312,-0.15625 -0.0109,-0.0407 -0.0151,-0.0857 -0.0312,-0.125 -0.0164,-0.0408 -0.0405,-0.0862 -0.0625,-0.125 -0.0455,-0.0779 -0.0936,-0.15726 -0.15625,-0.21875 l -3.53125,-3.53125 c -0.20891,-0.22276 -0.50816,-0.33785 -0.8125,-0.3125 -0.39478,0.0269 -0.73977,0.28438 -0.875,0.65625 -0.13524,0.37187 -0.0353,0.78826 0.25,1.0625 l 1.875,1.84375 -4.6875,0"\r
-           style="fill:#f39300;fill-opacity:1;fill-rule:evenodd;stroke:none" />\r
-      </g>\r
-    </marker>\r
-    <marker\r
-       id="marker52016-8"\r
-       orient="auto"\r
-       markerHeight="5.7450786"\r
-       markerWidth="4.6297302">\r
-      <g\r
-         id="g52010-9"\r
-         transform="matrix(0.5,0,0,0.5,-185.64299,-257.19655)">\r
-        <path\r
-           inkscape:connector-curvature="0"\r
-           sodipodi:nodetypes="csccccccsccssssssssssssssccc"\r
-           id="path52012-88"\r
-           d="m 370,508.65625 c -0.86067,0.0587 -1.60944,0.6213 -1.90625,1.4375 -0.26976,0.74176 -0.0577,1.53493 0.4375,2.125 l -1.75,0 c -0.0424,-0.005 -0.0824,0.002 -0.125,0 l 0,4.375 0.125,0 1.75,0 c -0.67896,0.8597 -0.69701,2.11549 0.0937,2.90625 0.85091,0.85091 2.27409,0.85091 3.125,0 l 3.34375,-3.375 c 0.033,-0.0295 0.0643,-0.0608 0.0937,-0.0937 0.0322,-0.0193 0.0635,-0.0402 0.0937,-0.0625 3.7e-4,-3.6e-4 0.21851,-0.28079 0.21875,-0.28125 5e-5,-9e-5 -0.007,-0.0447 0,-0.0625 0.001,-0.003 0.03,0.003 0.0312,0 0.0391,-0.0521 0.051,-0.0518 0.0937,-0.125 0.13699,-0.23476 0.16684,-0.37191 0.15625,-0.34375 0.0368,-0.0915 0.0185,-0.11251 0.0312,-0.15625 0.0106,-0.0102 0.021,-0.0206 0.0312,-0.0312 0.06,-0.22398 0.0881,-0.51689 0.0625,-0.78125 -0.0136,-0.20363 -0.0589,-0.29765 -0.0625,-0.3125 1.4e-4,-0.0104 1.4e-4,-0.0208 0,-0.0312 0.026,0.097 0.0153,0.016 -0.0937,-0.25 -0.0525,-0.13039 -0.0899,-0.21936 -0.125,-0.28125 -0.0524,-0.0897 -0.13346,-0.26235 -0.34375,-0.46875 L 371.75,509.3125 c -0.45645,-0.48671 -1.08509,-0.71163 -1.75,-0.65625 z"\r
-           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" />\r
-        <path\r
-           inkscape:connector-curvature="0"\r
-           sodipodi:nodetypes="cccscccsssssssscccsccc"\r
-           id="path52014-0"\r
-           d="m 366.65625,515.40625 4.625,0 -1.8125,1.8125 c -0.39695,0.39695 -0.39695,1.04055 0,1.4375 0.39695,0.39695 1.04055,0.39695 1.4375,0 l 3.4375,-3.46875 0.0937,-0.0625 c 0.006,-0.006 -0.006,-0.0253 0,-0.0312 0.0554,-0.0572 0.1151,-0.11699 0.15625,-0.1875 0.0286,-0.0491 0.0429,-0.10409 0.0625,-0.15625 0.0124,-0.0307 0.0221,-0.0622 0.0312,-0.0937 0.0311,-0.1161 0.0427,-0.22493 0.0312,-0.34375 -0.004,-0.0578 -0.0174,-0.0996 -0.0312,-0.15625 -0.0109,-0.0407 -0.0151,-0.0857 -0.0312,-0.125 -0.0164,-0.0408 -0.0405,-0.0862 -0.0625,-0.125 -0.0455,-0.0779 -0.0936,-0.15726 -0.15625,-0.21875 l -3.53125,-3.53125 c -0.20891,-0.22276 -0.50816,-0.33785 -0.8125,-0.3125 -0.39478,0.0269 -0.73977,0.28438 -0.875,0.65625 -0.13524,0.37187 -0.0353,0.78826 0.25,1.0625 l 1.875,1.84375 -4.6875,0"\r
-           style="fill:#f39300;fill-opacity:1;fill-rule:evenodd;stroke:none" />\r
-      </g>\r
-    </marker>\r
-    <marker\r
-       id="marker18095"\r
-       orient="auto"\r
-       markerHeight="5.7450776"\r
-       markerWidth="4.6297302">\r
-      <g\r
-         id="g11064"\r
-         transform="matrix(0.5,0,0,0.5,-185.64298,-257.19655)">\r
-        <path\r
-           inkscape:connector-curvature="0"\r
-           sodipodi:nodetypes="csccccccsccssssssssssssssccc"\r
-           id="path11050"\r
-           d="m 370,508.65625 c -0.86067,0.0587 -1.60944,0.6213 -1.90625,1.4375 -0.26976,0.74176 -0.0577,1.53493 0.4375,2.125 l -1.75,0 c -0.0424,-0.005 -0.0824,0.002 -0.125,0 l 0,4.375 0.125,0 1.75,0 c -0.67896,0.8597 -0.69701,2.11549 0.0937,2.90625 0.85091,0.85091 2.27409,0.85091 3.125,0 l 3.34375,-3.375 c 0.033,-0.0295 0.0643,-0.0608 0.0937,-0.0937 0.0322,-0.0193 0.0635,-0.0402 0.0937,-0.0625 3.7e-4,-3.6e-4 0.21851,-0.28079 0.21875,-0.28125 5e-5,-9e-5 -0.007,-0.0447 0,-0.0625 0.001,-0.003 0.03,0.003 0.0312,0 0.0391,-0.0521 0.051,-0.0518 0.0937,-0.125 0.13699,-0.23476 0.16684,-0.37191 0.15625,-0.34375 0.0368,-0.0915 0.0185,-0.11251 0.0312,-0.15625 0.0106,-0.0102 0.021,-0.0206 0.0312,-0.0312 0.06,-0.22398 0.0881,-0.51689 0.0625,-0.78125 -0.0136,-0.20363 -0.0589,-0.29765 -0.0625,-0.3125 1.4e-4,-0.0104 1.4e-4,-0.0208 0,-0.0312 0.026,0.097 0.0153,0.016 -0.0937,-0.25 -0.0525,-0.13039 -0.0899,-0.21936 -0.125,-0.28125 -0.0524,-0.0897 -0.13346,-0.26235 -0.34375,-0.46875 L 371.75,509.3125 c -0.45645,-0.48671 -1.08509,-0.71163 -1.75,-0.65625 z"\r
-           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" />\r
-        <path\r
-           inkscape:connector-curvature="0"\r
-           sodipodi:nodetypes="cccscccsssssssscccsccc"\r
-           id="path11035"\r
-           d="m 366.65625,515.40625 4.625,0 -1.8125,1.8125 c -0.39695,0.39695 -0.39695,1.04055 0,1.4375 0.39695,0.39695 1.04055,0.39695 1.4375,0 l 3.4375,-3.46875 0.0937,-0.0625 c 0.006,-0.006 -0.006,-0.0253 0,-0.0312 0.0554,-0.0572 0.1151,-0.11699 0.15625,-0.1875 0.0286,-0.0491 0.0429,-0.10409 0.0625,-0.15625 0.0124,-0.0307 0.0221,-0.0622 0.0312,-0.0937 0.0311,-0.1161 0.0427,-0.22493 0.0312,-0.34375 -0.004,-0.0578 -0.0174,-0.0996 -0.0312,-0.15625 -0.0109,-0.0407 -0.0151,-0.0857 -0.0312,-0.125 -0.0164,-0.0408 -0.0405,-0.0862 -0.0625,-0.125 -0.0455,-0.0779 -0.0936,-0.15726 -0.15625,-0.21875 l -3.53125,-3.53125 c -0.20891,-0.22276 -0.50816,-0.33785 -0.8125,-0.3125 -0.39478,0.0269 -0.73977,0.28438 -0.875,0.65625 -0.13524,0.37187 -0.0353,0.78826 0.25,1.0625 l 1.875,1.84375 -4.6875,0"\r
-           style="fill:#49c2f1;fill-opacity:1;fill-rule:evenodd;stroke:none" />\r
-      </g>\r
-    </marker>\r
-    <marker\r
-       id="marker52016-22"\r
-       orient="auto"\r
-       markerHeight="5.7450786"\r
-       markerWidth="4.6297302">\r
-      <g\r
-         id="g52010-1"\r
-         transform="matrix(0.5,0,0,0.5,-185.64299,-257.19655)">\r
-        <path\r
-           inkscape:connector-curvature="0"\r
-           sodipodi:nodetypes="csccccccsccssssssssssssssccc"\r
-           id="path52012-62"\r
-           d="m 370,508.65625 c -0.86067,0.0587 -1.60944,0.6213 -1.90625,1.4375 -0.26976,0.74176 -0.0577,1.53493 0.4375,2.125 l -1.75,0 c -0.0424,-0.005 -0.0824,0.002 -0.125,0 l 0,4.375 0.125,0 1.75,0 c -0.67896,0.8597 -0.69701,2.11549 0.0937,2.90625 0.85091,0.85091 2.27409,0.85091 3.125,0 l 3.34375,-3.375 c 0.033,-0.0295 0.0643,-0.0608 0.0937,-0.0937 0.0322,-0.0193 0.0635,-0.0402 0.0937,-0.0625 3.7e-4,-3.6e-4 0.21851,-0.28079 0.21875,-0.28125 5e-5,-9e-5 -0.007,-0.0447 0,-0.0625 0.001,-0.003 0.03,0.003 0.0312,0 0.0391,-0.0521 0.051,-0.0518 0.0937,-0.125 0.13699,-0.23476 0.16684,-0.37191 0.15625,-0.34375 0.0368,-0.0915 0.0185,-0.11251 0.0312,-0.15625 0.0106,-0.0102 0.021,-0.0206 0.0312,-0.0312 0.06,-0.22398 0.0881,-0.51689 0.0625,-0.78125 -0.0136,-0.20363 -0.0589,-0.29765 -0.0625,-0.3125 1.4e-4,-0.0104 1.4e-4,-0.0208 0,-0.0312 0.026,0.097 0.0153,0.016 -0.0937,-0.25 -0.0525,-0.13039 -0.0899,-0.21936 -0.125,-0.28125 -0.0524,-0.0897 -0.13346,-0.26235 -0.34375,-0.46875 L 371.75,509.3125 c -0.45645,-0.48671 -1.08509,-0.71163 -1.75,-0.65625 z"\r
-           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" />\r
-        <path\r
-           inkscape:connector-curvature="0"\r
-           sodipodi:nodetypes="cccscccsssssssscccsccc"\r
-           id="path52014-02"\r
-           d="m 366.65625,515.40625 4.625,0 -1.8125,1.8125 c -0.39695,0.39695 -0.39695,1.04055 0,1.4375 0.39695,0.39695 1.04055,0.39695 1.4375,0 l 3.4375,-3.46875 0.0937,-0.0625 c 0.006,-0.006 -0.006,-0.0253 0,-0.0312 0.0554,-0.0572 0.1151,-0.11699 0.15625,-0.1875 0.0286,-0.0491 0.0429,-0.10409 0.0625,-0.15625 0.0124,-0.0307 0.0221,-0.0622 0.0312,-0.0937 0.0311,-0.1161 0.0427,-0.22493 0.0312,-0.34375 -0.004,-0.0578 -0.0174,-0.0996 -0.0312,-0.15625 -0.0109,-0.0407 -0.0151,-0.0857 -0.0312,-0.125 -0.0164,-0.0408 -0.0405,-0.0862 -0.0625,-0.125 -0.0455,-0.0779 -0.0936,-0.15726 -0.15625,-0.21875 l -3.53125,-3.53125 c -0.20891,-0.22276 -0.50816,-0.33785 -0.8125,-0.3125 -0.39478,0.0269 -0.73977,0.28438 -0.875,0.65625 -0.13524,0.37187 -0.0353,0.78826 0.25,1.0625 l 1.875,1.84375 -4.6875,0"\r
-           style="fill:#f39300;fill-opacity:1;fill-rule:evenodd;stroke:none" />\r
-      </g>\r
-    </marker>\r
-    <marker\r
-       id="marker18095-4"\r
-       orient="auto"\r
-       markerHeight="5.7450776"\r
-       markerWidth="4.6297302">\r
-      <g\r
-         id="g11064-6"\r
-         transform="matrix(0.5,0,0,0.5,-185.64298,-257.19655)">\r
-        <path\r
-           inkscape:connector-curvature="0"\r
-           sodipodi:nodetypes="csccccccsccssssssssssssssccc"\r
-           id="path11050-6"\r
-           d="m 370,508.65625 c -0.86067,0.0587 -1.60944,0.6213 -1.90625,1.4375 -0.26976,0.74176 -0.0577,1.53493 0.4375,2.125 l -1.75,0 c -0.0424,-0.005 -0.0824,0.002 -0.125,0 l 0,4.375 0.125,0 1.75,0 c -0.67896,0.8597 -0.69701,2.11549 0.0937,2.90625 0.85091,0.85091 2.27409,0.85091 3.125,0 l 3.34375,-3.375 c 0.033,-0.0295 0.0643,-0.0608 0.0937,-0.0937 0.0322,-0.0193 0.0635,-0.0402 0.0937,-0.0625 3.7e-4,-3.6e-4 0.21851,-0.28079 0.21875,-0.28125 5e-5,-9e-5 -0.007,-0.0447 0,-0.0625 0.001,-0.003 0.03,0.003 0.0312,0 0.0391,-0.0521 0.051,-0.0518 0.0937,-0.125 0.13699,-0.23476 0.16684,-0.37191 0.15625,-0.34375 0.0368,-0.0915 0.0185,-0.11251 0.0312,-0.15625 0.0106,-0.0102 0.021,-0.0206 0.0312,-0.0312 0.06,-0.22398 0.0881,-0.51689 0.0625,-0.78125 -0.0136,-0.20363 -0.0589,-0.29765 -0.0625,-0.3125 1.4e-4,-0.0104 1.4e-4,-0.0208 0,-0.0312 0.026,0.097 0.0153,0.016 -0.0937,-0.25 -0.0525,-0.13039 -0.0899,-0.21936 -0.125,-0.28125 -0.0524,-0.0897 -0.13346,-0.26235 -0.34375,-0.46875 L 371.75,509.3125 c -0.45645,-0.48671 -1.08509,-0.71163 -1.75,-0.65625 z"\r
-           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" />\r
-        <path\r
-           inkscape:connector-curvature="0"\r
-           sodipodi:nodetypes="cccscccsssssssscccsccc"\r
-           id="path11035-3"\r
-           d="m 366.65625,515.40625 4.625,0 -1.8125,1.8125 c -0.39695,0.39695 -0.39695,1.04055 0,1.4375 0.39695,0.39695 1.04055,0.39695 1.4375,0 l 3.4375,-3.46875 0.0937,-0.0625 c 0.006,-0.006 -0.006,-0.0253 0,-0.0312 0.0554,-0.0572 0.1151,-0.11699 0.15625,-0.1875 0.0286,-0.0491 0.0429,-0.10409 0.0625,-0.15625 0.0124,-0.0307 0.0221,-0.0622 0.0312,-0.0937 0.0311,-0.1161 0.0427,-0.22493 0.0312,-0.34375 -0.004,-0.0578 -0.0174,-0.0996 -0.0312,-0.15625 -0.0109,-0.0407 -0.0151,-0.0857 -0.0312,-0.125 -0.0164,-0.0408 -0.0405,-0.0862 -0.0625,-0.125 -0.0455,-0.0779 -0.0936,-0.15726 -0.15625,-0.21875 l -3.53125,-3.53125 c -0.20891,-0.22276 -0.50816,-0.33785 -0.8125,-0.3125 -0.39478,0.0269 -0.73977,0.28438 -0.875,0.65625 -0.13524,0.37187 -0.0353,0.78826 0.25,1.0625 l 1.875,1.84375 -4.6875,0"\r
-           style="fill:#49c2f1;fill-opacity:1;fill-rule:evenodd;stroke:none" />\r
-      </g>\r
-    </marker>\r
-    <marker\r
-       id="marker18095-9"\r
-       orient="auto"\r
-       markerHeight="5.7450776"\r
-       markerWidth="4.6297302">\r
-      <g\r
-         id="g11064-5"\r
-         transform="matrix(0.5,0,0,0.5,-185.64298,-257.19655)">\r
-        <path\r
-           inkscape:connector-curvature="0"\r
-           sodipodi:nodetypes="csccccccsccssssssssssssssccc"\r
-           id="path11050-2"\r
-           d="m 370,508.65625 c -0.86067,0.0587 -1.60944,0.6213 -1.90625,1.4375 -0.26976,0.74176 -0.0577,1.53493 0.4375,2.125 l -1.75,0 c -0.0424,-0.005 -0.0824,0.002 -0.125,0 l 0,4.375 0.125,0 1.75,0 c -0.67896,0.8597 -0.69701,2.11549 0.0937,2.90625 0.85091,0.85091 2.27409,0.85091 3.125,0 l 3.34375,-3.375 c 0.033,-0.0295 0.0643,-0.0608 0.0937,-0.0937 0.0322,-0.0193 0.0635,-0.0402 0.0937,-0.0625 3.7e-4,-3.6e-4 0.21851,-0.28079 0.21875,-0.28125 5e-5,-9e-5 -0.007,-0.0447 0,-0.0625 0.001,-0.003 0.03,0.003 0.0312,0 0.0391,-0.0521 0.051,-0.0518 0.0937,-0.125 0.13699,-0.23476 0.16684,-0.37191 0.15625,-0.34375 0.0368,-0.0915 0.0185,-0.11251 0.0312,-0.15625 0.0106,-0.0102 0.021,-0.0206 0.0312,-0.0312 0.06,-0.22398 0.0881,-0.51689 0.0625,-0.78125 -0.0136,-0.20363 -0.0589,-0.29765 -0.0625,-0.3125 1.4e-4,-0.0104 1.4e-4,-0.0208 0,-0.0312 0.026,0.097 0.0153,0.016 -0.0937,-0.25 -0.0525,-0.13039 -0.0899,-0.21936 -0.125,-0.28125 -0.0524,-0.0897 -0.13346,-0.26235 -0.34375,-0.46875 L 371.75,509.3125 c -0.45645,-0.48671 -1.08509,-0.71163 -1.75,-0.65625 z"\r
-           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" />\r
-        <path\r
-           inkscape:connector-curvature="0"\r
-           sodipodi:nodetypes="cccscccsssssssscccsccc"\r
-           id="path11035-1"\r
-           d="m 366.65625,515.40625 4.625,0 -1.8125,1.8125 c -0.39695,0.39695 -0.39695,1.04055 0,1.4375 0.39695,0.39695 1.04055,0.39695 1.4375,0 l 3.4375,-3.46875 0.0937,-0.0625 c 0.006,-0.006 -0.006,-0.0253 0,-0.0312 0.0554,-0.0572 0.1151,-0.11699 0.15625,-0.1875 0.0286,-0.0491 0.0429,-0.10409 0.0625,-0.15625 0.0124,-0.0307 0.0221,-0.0622 0.0312,-0.0937 0.0311,-0.1161 0.0427,-0.22493 0.0312,-0.34375 -0.004,-0.0578 -0.0174,-0.0996 -0.0312,-0.15625 -0.0109,-0.0407 -0.0151,-0.0857 -0.0312,-0.125 -0.0164,-0.0408 -0.0405,-0.0862 -0.0625,-0.125 -0.0455,-0.0779 -0.0936,-0.15726 -0.15625,-0.21875 l -3.53125,-3.53125 c -0.20891,-0.22276 -0.50816,-0.33785 -0.8125,-0.3125 -0.39478,0.0269 -0.73977,0.28438 -0.875,0.65625 -0.13524,0.37187 -0.0353,0.78826 0.25,1.0625 l 1.875,1.84375 -4.6875,0"\r
-           style="fill:#49c2f1;fill-opacity:1;fill-rule:evenodd;stroke:none" />\r
-      </g>\r
-    </marker>\r
-    <marker\r
-       id="marker18095-5"\r
-       orient="auto"\r
-       markerHeight="5.7450776"\r
-       markerWidth="4.6297302">\r
-      <g\r
-         id="g11064-55"\r
-         transform="matrix(0.5,0,0,0.5,-185.64298,-257.19655)">\r
-        <path\r
-           inkscape:connector-curvature="0"\r
-           sodipodi:nodetypes="csccccccsccssssssssssssssccc"\r
-           id="path11050-60"\r
-           d="m 370,508.65625 c -0.86067,0.0587 -1.60944,0.6213 -1.90625,1.4375 -0.26976,0.74176 -0.0577,1.53493 0.4375,2.125 l -1.75,0 c -0.0424,-0.005 -0.0824,0.002 -0.125,0 l 0,4.375 0.125,0 1.75,0 c -0.67896,0.8597 -0.69701,2.11549 0.0937,2.90625 0.85091,0.85091 2.27409,0.85091 3.125,0 l 3.34375,-3.375 c 0.033,-0.0295 0.0643,-0.0608 0.0937,-0.0937 0.0322,-0.0193 0.0635,-0.0402 0.0937,-0.0625 3.7e-4,-3.6e-4 0.21851,-0.28079 0.21875,-0.28125 5e-5,-9e-5 -0.007,-0.0447 0,-0.0625 0.001,-0.003 0.03,0.003 0.0312,0 0.0391,-0.0521 0.051,-0.0518 0.0937,-0.125 0.13699,-0.23476 0.16684,-0.37191 0.15625,-0.34375 0.0368,-0.0915 0.0185,-0.11251 0.0312,-0.15625 0.0106,-0.0102 0.021,-0.0206 0.0312,-0.0312 0.06,-0.22398 0.0881,-0.51689 0.0625,-0.78125 -0.0136,-0.20363 -0.0589,-0.29765 -0.0625,-0.3125 1.4e-4,-0.0104 1.4e-4,-0.0208 0,-0.0312 0.026,0.097 0.0153,0.016 -0.0937,-0.25 -0.0525,-0.13039 -0.0899,-0.21936 -0.125,-0.28125 -0.0524,-0.0897 -0.13346,-0.26235 -0.34375,-0.46875 L 371.75,509.3125 c -0.45645,-0.48671 -1.08509,-0.71163 -1.75,-0.65625 z"\r
-           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" />\r
-        <path\r
-           inkscape:connector-curvature="0"\r
-           sodipodi:nodetypes="cccscccsssssssscccsccc"\r
-           id="path11035-6"\r
-           d="m 366.65625,515.40625 4.625,0 -1.8125,1.8125 c -0.39695,0.39695 -0.39695,1.04055 0,1.4375 0.39695,0.39695 1.04055,0.39695 1.4375,0 l 3.4375,-3.46875 0.0937,-0.0625 c 0.006,-0.006 -0.006,-0.0253 0,-0.0312 0.0554,-0.0572 0.1151,-0.11699 0.15625,-0.1875 0.0286,-0.0491 0.0429,-0.10409 0.0625,-0.15625 0.0124,-0.0307 0.0221,-0.0622 0.0312,-0.0937 0.0311,-0.1161 0.0427,-0.22493 0.0312,-0.34375 -0.004,-0.0578 -0.0174,-0.0996 -0.0312,-0.15625 -0.0109,-0.0407 -0.0151,-0.0857 -0.0312,-0.125 -0.0164,-0.0408 -0.0405,-0.0862 -0.0625,-0.125 -0.0455,-0.0779 -0.0936,-0.15726 -0.15625,-0.21875 l -3.53125,-3.53125 c -0.20891,-0.22276 -0.50816,-0.33785 -0.8125,-0.3125 -0.39478,0.0269 -0.73977,0.28438 -0.875,0.65625 -0.13524,0.37187 -0.0353,0.78826 0.25,1.0625 l 1.875,1.84375 -4.6875,0"\r
-           style="fill:#49c2f1;fill-opacity:1;fill-rule:evenodd;stroke:none" />\r
-      </g>\r
-    </marker>\r
-    <marker\r
-       id="marker18095-6"\r
-       orient="auto"\r
-       markerHeight="5.7450776"\r
-       markerWidth="4.6297302">\r
-      <g\r
-         id="g11064-1"\r
-         transform="matrix(0.5,0,0,0.5,-185.64298,-257.19655)">\r
-        <path\r
-           inkscape:connector-curvature="0"\r
-           sodipodi:nodetypes="csccccccsccssssssssssssssccc"\r
-           id="path11050-5"\r
-           d="m 370,508.65625 c -0.86067,0.0587 -1.60944,0.6213 -1.90625,1.4375 -0.26976,0.74176 -0.0577,1.53493 0.4375,2.125 l -1.75,0 c -0.0424,-0.005 -0.0824,0.002 -0.125,0 l 0,4.375 0.125,0 1.75,0 c -0.67896,0.8597 -0.69701,2.11549 0.0937,2.90625 0.85091,0.85091 2.27409,0.85091 3.125,0 l 3.34375,-3.375 c 0.033,-0.0295 0.0643,-0.0608 0.0937,-0.0937 0.0322,-0.0193 0.0635,-0.0402 0.0937,-0.0625 3.7e-4,-3.6e-4 0.21851,-0.28079 0.21875,-0.28125 5e-5,-9e-5 -0.007,-0.0447 0,-0.0625 0.001,-0.003 0.03,0.003 0.0312,0 0.0391,-0.0521 0.051,-0.0518 0.0937,-0.125 0.13699,-0.23476 0.16684,-0.37191 0.15625,-0.34375 0.0368,-0.0915 0.0185,-0.11251 0.0312,-0.15625 0.0106,-0.0102 0.021,-0.0206 0.0312,-0.0312 0.06,-0.22398 0.0881,-0.51689 0.0625,-0.78125 -0.0136,-0.20363 -0.0589,-0.29765 -0.0625,-0.3125 1.4e-4,-0.0104 1.4e-4,-0.0208 0,-0.0312 0.026,0.097 0.0153,0.016 -0.0937,-0.25 -0.0525,-0.13039 -0.0899,-0.21936 -0.125,-0.28125 -0.0524,-0.0897 -0.13346,-0.26235 -0.34375,-0.46875 L 371.75,509.3125 c -0.45645,-0.48671 -1.08509,-0.71163 -1.75,-0.65625 z"\r
-           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" />\r
-        <path\r
-           inkscape:connector-curvature="0"\r
-           sodipodi:nodetypes="cccscccsssssssscccsccc"\r
-           id="path11035-9"\r
-           d="m 366.65625,515.40625 4.625,0 -1.8125,1.8125 c -0.39695,0.39695 -0.39695,1.04055 0,1.4375 0.39695,0.39695 1.04055,0.39695 1.4375,0 l 3.4375,-3.46875 0.0937,-0.0625 c 0.006,-0.006 -0.006,-0.0253 0,-0.0312 0.0554,-0.0572 0.1151,-0.11699 0.15625,-0.1875 0.0286,-0.0491 0.0429,-0.10409 0.0625,-0.15625 0.0124,-0.0307 0.0221,-0.0622 0.0312,-0.0937 0.0311,-0.1161 0.0427,-0.22493 0.0312,-0.34375 -0.004,-0.0578 -0.0174,-0.0996 -0.0312,-0.15625 -0.0109,-0.0407 -0.0151,-0.0857 -0.0312,-0.125 -0.0164,-0.0408 -0.0405,-0.0862 -0.0625,-0.125 -0.0455,-0.0779 -0.0936,-0.15726 -0.15625,-0.21875 l -3.53125,-3.53125 c -0.20891,-0.22276 -0.50816,-0.33785 -0.8125,-0.3125 -0.39478,0.0269 -0.73977,0.28438 -0.875,0.65625 -0.13524,0.37187 -0.0353,0.78826 0.25,1.0625 l 1.875,1.84375 -4.6875,0"\r
-           style="fill:#49c2f1;fill-opacity:1;fill-rule:evenodd;stroke:none" />\r
-      </g>\r
-    </marker>\r
-    <marker\r
-       id="marker18095-2"\r
-       orient="auto"\r
-       markerHeight="5.7450776"\r
-       markerWidth="4.6297302">\r
-      <g\r
-         id="g11064-3"\r
-         transform="matrix(0.5,0,0,0.5,-185.64298,-257.19655)">\r
-        <path\r
-           inkscape:connector-curvature="0"\r
-           sodipodi:nodetypes="csccccccsccssssssssssssssccc"\r
-           id="path11050-0"\r
-           d="m 370,508.65625 c -0.86067,0.0587 -1.60944,0.6213 -1.90625,1.4375 -0.26976,0.74176 -0.0577,1.53493 0.4375,2.125 l -1.75,0 c -0.0424,-0.005 -0.0824,0.002 -0.125,0 l 0,4.375 0.125,0 1.75,0 c -0.67896,0.8597 -0.69701,2.11549 0.0937,2.90625 0.85091,0.85091 2.27409,0.85091 3.125,0 l 3.34375,-3.375 c 0.033,-0.0295 0.0643,-0.0608 0.0937,-0.0937 0.0322,-0.0193 0.0635,-0.0402 0.0937,-0.0625 3.7e-4,-3.6e-4 0.21851,-0.28079 0.21875,-0.28125 5e-5,-9e-5 -0.007,-0.0447 0,-0.0625 0.001,-0.003 0.03,0.003 0.0312,0 0.0391,-0.0521 0.051,-0.0518 0.0937,-0.125 0.13699,-0.23476 0.16684,-0.37191 0.15625,-0.34375 0.0368,-0.0915 0.0185,-0.11251 0.0312,-0.15625 0.0106,-0.0102 0.021,-0.0206 0.0312,-0.0312 0.06,-0.22398 0.0881,-0.51689 0.0625,-0.78125 -0.0136,-0.20363 -0.0589,-0.29765 -0.0625,-0.3125 1.4e-4,-0.0104 1.4e-4,-0.0208 0,-0.0312 0.026,0.097 0.0153,0.016 -0.0937,-0.25 -0.0525,-0.13039 -0.0899,-0.21936 -0.125,-0.28125 -0.0524,-0.0897 -0.13346,-0.26235 -0.34375,-0.46875 L 371.75,509.3125 c -0.45645,-0.48671 -1.08509,-0.71163 -1.75,-0.65625 z"\r
-           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" />\r
-        <path\r
-           inkscape:connector-curvature="0"\r
-           sodipodi:nodetypes="cccscccsssssssscccsccc"\r
-           id="path11035-7"\r
-           d="m 366.65625,515.40625 4.625,0 -1.8125,1.8125 c -0.39695,0.39695 -0.39695,1.04055 0,1.4375 0.39695,0.39695 1.04055,0.39695 1.4375,0 l 3.4375,-3.46875 0.0937,-0.0625 c 0.006,-0.006 -0.006,-0.0253 0,-0.0312 0.0554,-0.0572 0.1151,-0.11699 0.15625,-0.1875 0.0286,-0.0491 0.0429,-0.10409 0.0625,-0.15625 0.0124,-0.0307 0.0221,-0.0622 0.0312,-0.0937 0.0311,-0.1161 0.0427,-0.22493 0.0312,-0.34375 -0.004,-0.0578 -0.0174,-0.0996 -0.0312,-0.15625 -0.0109,-0.0407 -0.0151,-0.0857 -0.0312,-0.125 -0.0164,-0.0408 -0.0405,-0.0862 -0.0625,-0.125 -0.0455,-0.0779 -0.0936,-0.15726 -0.15625,-0.21875 l -3.53125,-3.53125 c -0.20891,-0.22276 -0.50816,-0.33785 -0.8125,-0.3125 -0.39478,0.0269 -0.73977,0.28438 -0.875,0.65625 -0.13524,0.37187 -0.0353,0.78826 0.25,1.0625 l 1.875,1.84375 -4.6875,0"\r
-           style="fill:#49c2f1;fill-opacity:1;fill-rule:evenodd;stroke:none" />\r
-      </g>\r
-    </marker>\r
-    <marker\r
-       id="marker52016-1"\r
-       orient="auto"\r
-       markerHeight="5.7450786"\r
-       markerWidth="4.6297302">\r
-      <g\r
-         id="g52010-68"\r
-         transform="matrix(0.5,0,0,0.5,-185.64299,-257.19655)">\r
-        <path\r
-           inkscape:connector-curvature="0"\r
-           sodipodi:nodetypes="csccccccsccssssssssssssssccc"\r
-           id="path52012-60"\r
-           d="m 370,508.65625 c -0.86067,0.0587 -1.60944,0.6213 -1.90625,1.4375 -0.26976,0.74176 -0.0577,1.53493 0.4375,2.125 l -1.75,0 c -0.0424,-0.005 -0.0824,0.002 -0.125,0 l 0,4.375 0.125,0 1.75,0 c -0.67896,0.8597 -0.69701,2.11549 0.0937,2.90625 0.85091,0.85091 2.27409,0.85091 3.125,0 l 3.34375,-3.375 c 0.033,-0.0295 0.0643,-0.0608 0.0937,-0.0937 0.0322,-0.0193 0.0635,-0.0402 0.0937,-0.0625 3.7e-4,-3.6e-4 0.21851,-0.28079 0.21875,-0.28125 5e-5,-9e-5 -0.007,-0.0447 0,-0.0625 0.001,-0.003 0.03,0.003 0.0312,0 0.0391,-0.0521 0.051,-0.0518 0.0937,-0.125 0.13699,-0.23476 0.16684,-0.37191 0.15625,-0.34375 0.0368,-0.0915 0.0185,-0.11251 0.0312,-0.15625 0.0106,-0.0102 0.021,-0.0206 0.0312,-0.0312 0.06,-0.22398 0.0881,-0.51689 0.0625,-0.78125 -0.0136,-0.20363 -0.0589,-0.29765 -0.0625,-0.3125 1.4e-4,-0.0104 1.4e-4,-0.0208 0,-0.0312 0.026,0.097 0.0153,0.016 -0.0937,-0.25 -0.0525,-0.13039 -0.0899,-0.21936 -0.125,-0.28125 -0.0524,-0.0897 -0.13346,-0.26235 -0.34375,-0.46875 L 371.75,509.3125 c -0.45645,-0.48671 -1.08509,-0.71163 -1.75,-0.65625 z"\r
-           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" />\r
-        <path\r
-           inkscape:connector-curvature="0"\r
-           sodipodi:nodetypes="cccscccsssssssscccsccc"\r
-           id="path52014-4"\r
-           d="m 366.65625,515.40625 4.625,0 -1.8125,1.8125 c -0.39695,0.39695 -0.39695,1.04055 0,1.4375 0.39695,0.39695 1.04055,0.39695 1.4375,0 l 3.4375,-3.46875 0.0937,-0.0625 c 0.006,-0.006 -0.006,-0.0253 0,-0.0312 0.0554,-0.0572 0.1151,-0.11699 0.15625,-0.1875 0.0286,-0.0491 0.0429,-0.10409 0.0625,-0.15625 0.0124,-0.0307 0.0221,-0.0622 0.0312,-0.0937 0.0311,-0.1161 0.0427,-0.22493 0.0312,-0.34375 -0.004,-0.0578 -0.0174,-0.0996 -0.0312,-0.15625 -0.0109,-0.0407 -0.0151,-0.0857 -0.0312,-0.125 -0.0164,-0.0408 -0.0405,-0.0862 -0.0625,-0.125 -0.0455,-0.0779 -0.0936,-0.15726 -0.15625,-0.21875 l -3.53125,-3.53125 c -0.20891,-0.22276 -0.50816,-0.33785 -0.8125,-0.3125 -0.39478,0.0269 -0.73977,0.28438 -0.875,0.65625 -0.13524,0.37187 -0.0353,0.78826 0.25,1.0625 l 1.875,1.84375 -4.6875,0"\r
-           style="fill:#f39300;fill-opacity:1;fill-rule:evenodd;stroke:none" />\r
-      </g>\r
-    </marker>\r
-    <marker\r
-       id="marker52016-77"\r
-       orient="auto"\r
-       markerHeight="5.7450786"\r
-       markerWidth="4.6297302">\r
-      <g\r
-         id="g52010-14"\r
-         transform="matrix(0.5,0,0,0.5,-185.64299,-257.19655)">\r
-        <path\r
-           inkscape:connector-curvature="0"\r
-           sodipodi:nodetypes="csccccccsccssssssssssssssccc"\r
-           id="path52012-3"\r
-           d="m 370,508.65625 c -0.86067,0.0587 -1.60944,0.6213 -1.90625,1.4375 -0.26976,0.74176 -0.0577,1.53493 0.4375,2.125 l -1.75,0 c -0.0424,-0.005 -0.0824,0.002 -0.125,0 l 0,4.375 0.125,0 1.75,0 c -0.67896,0.8597 -0.69701,2.11549 0.0937,2.90625 0.85091,0.85091 2.27409,0.85091 3.125,0 l 3.34375,-3.375 c 0.033,-0.0295 0.0643,-0.0608 0.0937,-0.0937 0.0322,-0.0193 0.0635,-0.0402 0.0937,-0.0625 3.7e-4,-3.6e-4 0.21851,-0.28079 0.21875,-0.28125 5e-5,-9e-5 -0.007,-0.0447 0,-0.0625 0.001,-0.003 0.03,0.003 0.0312,0 0.0391,-0.0521 0.051,-0.0518 0.0937,-0.125 0.13699,-0.23476 0.16684,-0.37191 0.15625,-0.34375 0.0368,-0.0915 0.0185,-0.11251 0.0312,-0.15625 0.0106,-0.0102 0.021,-0.0206 0.0312,-0.0312 0.06,-0.22398 0.0881,-0.51689 0.0625,-0.78125 -0.0136,-0.20363 -0.0589,-0.29765 -0.0625,-0.3125 1.4e-4,-0.0104 1.4e-4,-0.0208 0,-0.0312 0.026,0.097 0.0153,0.016 -0.0937,-0.25 -0.0525,-0.13039 -0.0899,-0.21936 -0.125,-0.28125 -0.0524,-0.0897 -0.13346,-0.26235 -0.34375,-0.46875 L 371.75,509.3125 c -0.45645,-0.48671 -1.08509,-0.71163 -1.75,-0.65625 z"\r
-           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" />\r
-        <path\r
-           inkscape:connector-curvature="0"\r
-           sodipodi:nodetypes="cccscccsssssssscccsccc"\r
-           id="path52014-2"\r
-           d="m 366.65625,515.40625 4.625,0 -1.8125,1.8125 c -0.39695,0.39695 -0.39695,1.04055 0,1.4375 0.39695,0.39695 1.04055,0.39695 1.4375,0 l 3.4375,-3.46875 0.0937,-0.0625 c 0.006,-0.006 -0.006,-0.0253 0,-0.0312 0.0554,-0.0572 0.1151,-0.11699 0.15625,-0.1875 0.0286,-0.0491 0.0429,-0.10409 0.0625,-0.15625 0.0124,-0.0307 0.0221,-0.0622 0.0312,-0.0937 0.0311,-0.1161 0.0427,-0.22493 0.0312,-0.34375 -0.004,-0.0578 -0.0174,-0.0996 -0.0312,-0.15625 -0.0109,-0.0407 -0.0151,-0.0857 -0.0312,-0.125 -0.0164,-0.0408 -0.0405,-0.0862 -0.0625,-0.125 -0.0455,-0.0779 -0.0936,-0.15726 -0.15625,-0.21875 l -3.53125,-3.53125 c -0.20891,-0.22276 -0.50816,-0.33785 -0.8125,-0.3125 -0.39478,0.0269 -0.73977,0.28438 -0.875,0.65625 -0.13524,0.37187 -0.0353,0.78826 0.25,1.0625 l 1.875,1.84375 -4.6875,0"\r
-           style="fill:#f39300;fill-opacity:1;fill-rule:evenodd;stroke:none" />\r
-      </g>\r
-    </marker>\r
-    <marker\r
-       id="marker52016-6"\r
-       orient="auto"\r
-       markerHeight="5.7450786"\r
-       markerWidth="4.6297302">\r
-      <g\r
-         id="g52010-93"\r
-         transform="matrix(0.5,0,0,0.5,-185.64299,-257.19655)">\r
-        <path\r
-           inkscape:connector-curvature="0"\r
-           sodipodi:nodetypes="csccccccsccssssssssssssssccc"\r
-           id="path52012-74"\r
-           d="m 370,508.65625 c -0.86067,0.0587 -1.60944,0.6213 -1.90625,1.4375 -0.26976,0.74176 -0.0577,1.53493 0.4375,2.125 l -1.75,0 c -0.0424,-0.005 -0.0824,0.002 -0.125,0 l 0,4.375 0.125,0 1.75,0 c -0.67896,0.8597 -0.69701,2.11549 0.0937,2.90625 0.85091,0.85091 2.27409,0.85091 3.125,0 l 3.34375,-3.375 c 0.033,-0.0295 0.0643,-0.0608 0.0937,-0.0937 0.0322,-0.0193 0.0635,-0.0402 0.0937,-0.0625 3.7e-4,-3.6e-4 0.21851,-0.28079 0.21875,-0.28125 5e-5,-9e-5 -0.007,-0.0447 0,-0.0625 0.001,-0.003 0.03,0.003 0.0312,0 0.0391,-0.0521 0.051,-0.0518 0.0937,-0.125 0.13699,-0.23476 0.16684,-0.37191 0.15625,-0.34375 0.0368,-0.0915 0.0185,-0.11251 0.0312,-0.15625 0.0106,-0.0102 0.021,-0.0206 0.0312,-0.0312 0.06,-0.22398 0.0881,-0.51689 0.0625,-0.78125 -0.0136,-0.20363 -0.0589,-0.29765 -0.0625,-0.3125 1.4e-4,-0.0104 1.4e-4,-0.0208 0,-0.0312 0.026,0.097 0.0153,0.016 -0.0937,-0.25 -0.0525,-0.13039 -0.0899,-0.21936 -0.125,-0.28125 -0.0524,-0.0897 -0.13346,-0.26235 -0.34375,-0.46875 L 371.75,509.3125 c -0.45645,-0.48671 -1.08509,-0.71163 -1.75,-0.65625 z"\r
-           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" />\r
-        <path\r
-           inkscape:connector-curvature="0"\r
-           sodipodi:nodetypes="cccscccsssssssscccsccc"\r
-           id="path52014-7"\r
-           d="m 366.65625,515.40625 4.625,0 -1.8125,1.8125 c -0.39695,0.39695 -0.39695,1.04055 0,1.4375 0.39695,0.39695 1.04055,0.39695 1.4375,0 l 3.4375,-3.46875 0.0937,-0.0625 c 0.006,-0.006 -0.006,-0.0253 0,-0.0312 0.0554,-0.0572 0.1151,-0.11699 0.15625,-0.1875 0.0286,-0.0491 0.0429,-0.10409 0.0625,-0.15625 0.0124,-0.0307 0.0221,-0.0622 0.0312,-0.0937 0.0311,-0.1161 0.0427,-0.22493 0.0312,-0.34375 -0.004,-0.0578 -0.0174,-0.0996 -0.0312,-0.15625 -0.0109,-0.0407 -0.0151,-0.0857 -0.0312,-0.125 -0.0164,-0.0408 -0.0405,-0.0862 -0.0625,-0.125 -0.0455,-0.0779 -0.0936,-0.15726 -0.15625,-0.21875 l -3.53125,-3.53125 c -0.20891,-0.22276 -0.50816,-0.33785 -0.8125,-0.3125 -0.39478,0.0269 -0.73977,0.28438 -0.875,0.65625 -0.13524,0.37187 -0.0353,0.78826 0.25,1.0625 l 1.875,1.84375 -4.6875,0"\r
-           style="fill:#f39300;fill-opacity:1;fill-rule:evenodd;stroke:none" />\r
-      </g>\r
-    </marker>\r
-    <marker\r
-       id="marker52016-9"\r
-       orient="auto"\r
-       markerHeight="5.7450786"\r
-       markerWidth="4.6297302">\r
-      <g\r
-         id="g52010-4"\r
-         transform="matrix(0.5,0,0,0.5,-185.64299,-257.19655)">\r
-        <path\r
-           inkscape:connector-curvature="0"\r
-           sodipodi:nodetypes="csccccccsccssssssssssssssccc"\r
-           id="path52012-2"\r
-           d="m 370,508.65625 c -0.86067,0.0587 -1.60944,0.6213 -1.90625,1.4375 -0.26976,0.74176 -0.0577,1.53493 0.4375,2.125 l -1.75,0 c -0.0424,-0.005 -0.0824,0.002 -0.125,0 l 0,4.375 0.125,0 1.75,0 c -0.67896,0.8597 -0.69701,2.11549 0.0937,2.90625 0.85091,0.85091 2.27409,0.85091 3.125,0 l 3.34375,-3.375 c 0.033,-0.0295 0.0643,-0.0608 0.0937,-0.0937 0.0322,-0.0193 0.0635,-0.0402 0.0937,-0.0625 3.7e-4,-3.6e-4 0.21851,-0.28079 0.21875,-0.28125 5e-5,-9e-5 -0.007,-0.0447 0,-0.0625 0.001,-0.003 0.03,0.003 0.0312,0 0.0391,-0.0521 0.051,-0.0518 0.0937,-0.125 0.13699,-0.23476 0.16684,-0.37191 0.15625,-0.34375 0.0368,-0.0915 0.0185,-0.11251 0.0312,-0.15625 0.0106,-0.0102 0.021,-0.0206 0.0312,-0.0312 0.06,-0.22398 0.0881,-0.51689 0.0625,-0.78125 -0.0136,-0.20363 -0.0589,-0.29765 -0.0625,-0.3125 1.4e-4,-0.0104 1.4e-4,-0.0208 0,-0.0312 0.026,0.097 0.0153,0.016 -0.0937,-0.25 -0.0525,-0.13039 -0.0899,-0.21936 -0.125,-0.28125 -0.0524,-0.0897 -0.13346,-0.26235 -0.34375,-0.46875 L 371.75,509.3125 c -0.45645,-0.48671 -1.08509,-0.71163 -1.75,-0.65625 z"\r
-           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" />\r
-        <path\r
-           inkscape:connector-curvature="0"\r
-           sodipodi:nodetypes="cccscccsssssssscccsccc"\r
-           id="path52014-6"\r
-           d="m 366.65625,515.40625 4.625,0 -1.8125,1.8125 c -0.39695,0.39695 -0.39695,1.04055 0,1.4375 0.39695,0.39695 1.04055,0.39695 1.4375,0 l 3.4375,-3.46875 0.0937,-0.0625 c 0.006,-0.006 -0.006,-0.0253 0,-0.0312 0.0554,-0.0572 0.1151,-0.11699 0.15625,-0.1875 0.0286,-0.0491 0.0429,-0.10409 0.0625,-0.15625 0.0124,-0.0307 0.0221,-0.0622 0.0312,-0.0937 0.0311,-0.1161 0.0427,-0.22493 0.0312,-0.34375 -0.004,-0.0578 -0.0174,-0.0996 -0.0312,-0.15625 -0.0109,-0.0407 -0.0151,-0.0857 -0.0312,-0.125 -0.0164,-0.0408 -0.0405,-0.0862 -0.0625,-0.125 -0.0455,-0.0779 -0.0936,-0.15726 -0.15625,-0.21875 l -3.53125,-3.53125 c -0.20891,-0.22276 -0.50816,-0.33785 -0.8125,-0.3125 -0.39478,0.0269 -0.73977,0.28438 -0.875,0.65625 -0.13524,0.37187 -0.0353,0.78826 0.25,1.0625 l 1.875,1.84375 -4.6875,0"\r
-           style="fill:#f39300;fill-opacity:1;fill-rule:evenodd;stroke:none" />\r
-      </g>\r
-    </marker>\r
-    <marker\r
-       id="marker52016-53"\r
-       orient="auto"\r
-       markerHeight="5.7450786"\r
-       markerWidth="4.6297302">\r
-      <g\r
-         id="g52010-60"\r
-         transform="matrix(0.5,0,0,0.5,-185.64299,-257.19655)">\r
-        <path\r
-           inkscape:connector-curvature="0"\r
-           sodipodi:nodetypes="csccccccsccssssssssssssssccc"\r
-           id="path52012-0"\r
-           d="m 370,508.65625 c -0.86067,0.0587 -1.60944,0.6213 -1.90625,1.4375 -0.26976,0.74176 -0.0577,1.53493 0.4375,2.125 l -1.75,0 c -0.0424,-0.005 -0.0824,0.002 -0.125,0 l 0,4.375 0.125,0 1.75,0 c -0.67896,0.8597 -0.69701,2.11549 0.0937,2.90625 0.85091,0.85091 2.27409,0.85091 3.125,0 l 3.34375,-3.375 c 0.033,-0.0295 0.0643,-0.0608 0.0937,-0.0937 0.0322,-0.0193 0.0635,-0.0402 0.0937,-0.0625 3.7e-4,-3.6e-4 0.21851,-0.28079 0.21875,-0.28125 5e-5,-9e-5 -0.007,-0.0447 0,-0.0625 0.001,-0.003 0.03,0.003 0.0312,0 0.0391,-0.0521 0.051,-0.0518 0.0937,-0.125 0.13699,-0.23476 0.16684,-0.37191 0.15625,-0.34375 0.0368,-0.0915 0.0185,-0.11251 0.0312,-0.15625 0.0106,-0.0102 0.021,-0.0206 0.0312,-0.0312 0.06,-0.22398 0.0881,-0.51689 0.0625,-0.78125 -0.0136,-0.20363 -0.0589,-0.29765 -0.0625,-0.3125 1.4e-4,-0.0104 1.4e-4,-0.0208 0,-0.0312 0.026,0.097 0.0153,0.016 -0.0937,-0.25 -0.0525,-0.13039 -0.0899,-0.21936 -0.125,-0.28125 -0.0524,-0.0897 -0.13346,-0.26235 -0.34375,-0.46875 L 371.75,509.3125 c -0.45645,-0.48671 -1.08509,-0.71163 -1.75,-0.65625 z"\r
-           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" />\r
-        <path\r
-           inkscape:connector-curvature="0"\r
-           sodipodi:nodetypes="cccscccsssssssscccsccc"\r
-           id="path52014-09"\r
-           d="m 366.65625,515.40625 4.625,0 -1.8125,1.8125 c -0.39695,0.39695 -0.39695,1.04055 0,1.4375 0.39695,0.39695 1.04055,0.39695 1.4375,0 l 3.4375,-3.46875 0.0937,-0.0625 c 0.006,-0.006 -0.006,-0.0253 0,-0.0312 0.0554,-0.0572 0.1151,-0.11699 0.15625,-0.1875 0.0286,-0.0491 0.0429,-0.10409 0.0625,-0.15625 0.0124,-0.0307 0.0221,-0.0622 0.0312,-0.0937 0.0311,-0.1161 0.0427,-0.22493 0.0312,-0.34375 -0.004,-0.0578 -0.0174,-0.0996 -0.0312,-0.15625 -0.0109,-0.0407 -0.0151,-0.0857 -0.0312,-0.125 -0.0164,-0.0408 -0.0405,-0.0862 -0.0625,-0.125 -0.0455,-0.0779 -0.0936,-0.15726 -0.15625,-0.21875 l -3.53125,-3.53125 c -0.20891,-0.22276 -0.50816,-0.33785 -0.8125,-0.3125 -0.39478,0.0269 -0.73977,0.28438 -0.875,0.65625 -0.13524,0.37187 -0.0353,0.78826 0.25,1.0625 l 1.875,1.84375 -4.6875,0"\r
-           style="fill:#f39300;fill-opacity:1;fill-rule:evenodd;stroke:none" />\r
-      </g>\r
-    </marker>\r
-  </defs>\r
-  <sodipodi:namedview\r
-     id="base"\r
-     pagecolor="#ffffff"\r
-     bordercolor="#666666"\r
-     borderopacity="1.0"\r
-     inkscape:pageopacity="0.0"\r
-     inkscape:pageshadow="2"\r
-     inkscape:zoom="1.8159691"\r
-     inkscape:cx="310.55157"\r
-     inkscape:cy="849.98308"\r
-     inkscape:document-units="px"\r
-     inkscape:current-layer="layer1"\r
-     gridtolerance="10000"\r
-     inkscape:window-width="1672"\r
-     inkscape:window-height="1019"\r
-     inkscape:window-x="0"\r
-     inkscape:window-y="0"\r
-     showgrid="true"\r
-     showguides="false"\r
-     inkscape:connector-spacing="10"\r
-     inkscape:guide-bbox="true"\r
-     inkscape:window-maximized="0">\r
-    <sodipodi:guide\r
-       orientation="0,1"\r
-       position="31.938869,788.55965"\r
-       id="guide17449" />\r
-    <sodipodi:guide\r
-       orientation="1,0"\r
-       position="224.67342,882.17358"\r
-       id="guide17453" />\r
-    <sodipodi:guide\r
-       orientation="0,1"\r
-       position="285.41744,976.57155"\r
-       id="guide23390" />\r
-    <sodipodi:guide\r
-       orientation="0,1"\r
-       position="285.79781,806.73177"\r
-       id="guide23439" />\r
-    <sodipodi:guide\r
-       orientation="1,0"\r
-       position="561.68355,823.80254"\r
-       id="guide23441" />\r
-    <sodipodi:guide\r
-       orientation="1,0"\r
-       position="415.75596,833.7146"\r
-       id="guide23443" />\r
-    <sodipodi:guide\r
-       orientation="1,0"\r
-       position="61.675057,822.15053"\r
-       id="guide23607" />\r
-    <inkscape:grid\r
-       type="xygrid"\r
-       id="grid4114"\r
-       empspacing="5"\r
-       visible="true"\r
-       enabled="true"\r
-       snapvisiblegridlinesonly="true"\r
-       spacingx="5px"\r
-       spacingy="5px" />\r
-  </sodipodi:namedview>\r
-  <metadata\r
-     id="metadata1906">\r
-    <rdf:RDF>\r
-      <cc:Work\r
-         rdf:about="">\r
-        <dc:format>image/svg+xml</dc:format>\r
-        <dc:type\r
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />\r
-      </cc:Work>\r
-    </rdf:RDF>\r
-  </metadata>\r
-  <g\r
-     inkscape:label="Taso 1"\r
-     inkscape:groupmode="layer"\r
-     id="layer1"\r
-     style="opacity:1">\r
-    <g\r
-       id="g12796"\r
-       transform="translate(-9.5708008,-230)">\r
-      <rect\r
-         ry="3.7880721"\r
-         y="282.36218"\r
-         x="100"\r
-         height="125"\r
-         width="209.5708"\r
-         id="rect6642-4"\r
-         style="fill:#656565;fill-opacity:1;stroke:#000000;stroke-width:1.77165353;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />\r
-      <flowRoot\r
-         inkscape:export-ydpi="90"\r
-         inkscape:export-xdpi="90"\r
-         inkscape:export-filename="/home/magi/itmill/toolkit5/doc/manual/img/intro/toolchain.png"\r
-         transform="translate(-698.16357,-775.22948)"\r
-         style="font-size:16px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"\r
-         id="flowRoot11361"\r
-         xml:space="preserve"><flowRegion\r
-           id="flowRegion11363"><rect\r
-             style="font-size:16px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"\r
-             y="1064.3831"\r
-             x="813.87988"\r
-             height="39.215607"\r
-             width="175.71123"\r
-             id="rect11365" /></flowRegion><flowPara\r
-           style="font-size:16px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"\r
-           id="flowPara6898">Login View</flowPara></flowRoot>      <rect\r
-         ry="0"\r
-         y="307.36218"\r
-         x="99.570801"\r
-         height="95"\r
-         width="210"\r
-         id="rect6642-4-7"\r
-         style="fill:#ddd4ff;fill-opacity:1;stroke:#000000;stroke-width:1.77165353000000003;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />\r
-      <rect\r
-         style="color:#000000;fill:#f9ffd4;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"\r
-         id="rect4347"\r
-         width="125"\r
-         height="70"\r
-         x="142.0708"\r
-         y="322.36218" />\r
-      <rect\r
-         style="color:#000000;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"\r
-         id="rect4347-8"\r
-         width="56"\r
-         height="11"\r
-         x="204.5708"\r
-         y="337.75156" />\r
-      <text\r
-         xml:space="preserve"\r
-         style="font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"\r
-         x="144.5708"\r
-         y="347.36218"\r
-         id="text4367"\r
-         sodipodi:linespacing="125%"><tspan\r
-           sodipodi:role="line"\r
-           id="tspan4369"\r
-           x="144.5708"\r
-           y="347.36218"\r
-           style="font-size:10px">Username</tspan></text>\r
-      <rect\r
-         style="color:#000000;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"\r
-         id="rect4347-8-8"\r
-         width="56"\r
-         height="11"\r
-         x="204.5708"\r
-         y="356.36218" />\r
-      <text\r
-         xml:space="preserve"\r
-         style="font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"\r
-         x="144.5708"\r
-         y="365.97281"\r
-         id="text4367-5"\r
-         sodipodi:linespacing="125%"><tspan\r
-           sodipodi:role="line"\r
-           id="tspan4369-3"\r
-           x="144.5708"\r
-           y="365.97281"\r
-           style="font-size:10px">Password</tspan></text>\r
-      <rect\r
-         style="color:#000000;fill:#bababa;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"\r
-         id="rect4347-8-9"\r
-         width="36"\r
-         height="11.389374"\r
-         x="224.5708"\r
-         y="377.36218" />\r
-      <text\r
-         xml:space="preserve"\r
-         style="font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"\r
-         x="230.5708"\r
-         y="386.36218"\r
-         id="text4367-5-3"\r
-         sodipodi:linespacing="125%"><tspan\r
-           sodipodi:role="line"\r
-           id="tspan4369-3-1"\r
-           x="230.5708"\r
-           y="386.36218"\r
-           style="font-size:10px">Login</tspan></text>\r
-      <text\r
-         xml:space="preserve"\r
-         style="font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#2200f9;fill-opacity:1;stroke:none;font-family:Sans"\r
-         x="149.5708"\r
-         y="385.36218"\r
-         id="text4367-5-3-7"\r
-         sodipodi:linespacing="125%"><tspan\r
-           sodipodi:role="line"\r
-           id="tspan4369-3-1-9"\r
-           x="149.5708"\r
-           y="385.36218"\r
-           style="font-size:10px;fill:#2200f9;fill-opacity:1">Register</tspan></text>\r
-    </g>\r
-    <g\r
-       id="g12796-8"\r
-       transform="translate(-8.570805,-84.000004)">\r
-      <rect\r
-         ry="3.7880721"\r
-         y="296.36218"\r
-         x="99"\r
-         height="125"\r
-         width="209.5708"\r
-         id="rect6642-4-6"\r
-         style="fill:#656565;fill-opacity:1;stroke:#000000;stroke-width:1.77165353;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />\r
-      <flowRoot\r
-         inkscape:export-ydpi="90"\r
-         inkscape:export-xdpi="90"\r
-         inkscape:export-filename="/home/magi/itmill/toolkit5/doc/manual/img/intro/toolchain.png"\r
-         transform="translate(-699.16357,-761.22948)"\r
-         style="font-size:16px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"\r
-         id="flowRoot11361-2"\r
-         xml:space="preserve"><flowRegion\r
-           id="flowRegion11363-4"><rect\r
-             style="font-size:16px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"\r
-             y="1064.3831"\r
-             x="813.87988"\r
-             height="39.215607"\r
-             width="175.71123"\r
-             id="rect11365-5" /></flowRegion><flowPara\r
-           style="font-size:16px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"\r
-           id="flowPara6898-7">Registration View</flowPara></flowRoot>      <rect\r
-         ry="0"\r
-         y="321.36218"\r
-         x="98.570801"\r
-         height="95"\r
-         width="210"\r
-         id="rect6642-4-7-6"\r
-         style="fill:#ddd4ff;fill-opacity:1;stroke:#000000;stroke-width:1.77165353;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />\r
-      <rect\r
-         style="color:#000000;fill:#f9ffd4;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"\r
-         id="rect4347-0"\r
-         width="130"\r
-         height="90.000008"\r
-         x="138.5708"\r
-         y="326.36218" />\r
-      <rect\r
-         style="color:#000000;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"\r
-         id="rect4347-8-81"\r
-         width="56"\r
-         height="11"\r
-         x="201.0708"\r
-         y="341.75156" />\r
-      <text\r
-         xml:space="preserve"\r
-         style="font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"\r
-         x="141.0708"\r
-         y="351.36218"\r
-         id="text4367-59"\r
-         sodipodi:linespacing="125%"><tspan\r
-           sodipodi:role="line"\r
-           id="tspan4369-4"\r
-           x="141.0708"\r
-           y="351.36218"\r
-           style="font-size:10px">Name</tspan></text>\r
-      <rect\r
-         style="color:#000000;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"\r
-         id="rect4347-8-8-2"\r
-         width="56"\r
-         height="11"\r
-         x="201.0708"\r
-         y="374.36218" />\r
-      <text\r
-         xml:space="preserve"\r
-         style="font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"\r
-         x="141.0708"\r
-         y="383.97281"\r
-         id="text4367-5-5"\r
-         sodipodi:linespacing="125%"><tspan\r
-           sodipodi:role="line"\r
-           id="tspan4369-3-9"\r
-           x="141.0708"\r
-           y="383.97281"\r
-           style="font-size:10px">Email</tspan></text>\r
-      <rect\r
-         style="color:#000000;fill:#bababa;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"\r
-         id="rect4347-8-9-9-4"\r
-         width="4.9999957"\r
-         height="94.999992"\r
-         x="303.5708"\r
-         y="321.36218" />\r
-      <rect\r
-         style="color:#000000;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"\r
-         id="rect4347-8-81-1"\r
-         width="56"\r
-         height="11"\r
-         x="201.12836"\r
-         y="358.30905" />\r
-      <text\r
-         xml:space="preserve"\r
-         style="font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"\r
-         x="141.12836"\r
-         y="367.91968"\r
-         id="text4367-59-1"\r
-         sodipodi:linespacing="125%"><tspan\r
-           sodipodi:role="line"\r
-           id="tspan4369-4-6"\r
-           x="141.12836"\r
-           y="367.91968"\r
-           style="font-size:10px">Username</tspan></text>\r
-      <rect\r
-         style="color:#000000;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"\r
-         id="rect4347-8-8-2-3"\r
-         width="56"\r
-         height="11"\r
-         x="201.23897"\r
-         y="390.36218" />\r
-      <text\r
-         xml:space="preserve"\r
-         style="font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"\r
-         x="141.0708"\r
-         y="398.97281"\r
-         id="text4367-5-5-0"\r
-         sodipodi:linespacing="125%"><tspan\r
-           sodipodi:role="line"\r
-           id="tspan4369-3-9-2"\r
-           x="141.0708"\r
-           y="398.97281"\r
-           style="font-size:10px">...</tspan></text>\r
-    </g>\r
-    <g\r
-       id="g5028">\r
-      <g\r
-         transform="matrix(0,3.9435832,-3.9435832,0,1793.0696,-558.46249)"\r
-         id="g12499-6">\r
-        <g\r
-           id="g18065-9"\r
-           transform="matrix(0.5,0,0,0.5,8.55451,158.9407)">\r
-          <path\r
-             inkscape:connector-curvature="0"\r
-             sodipodi:nodetypes="csccccccsccssssssssssssssccc"\r
-             id="path18067-13"\r
-             d="m 370,508.65625 c -0.86067,0.0587 -1.60944,0.6213 -1.90625,1.4375 -0.26976,0.74176 -0.0577,1.53493 0.4375,2.125 l -1.75,0 c -0.0424,-0.005 -0.0824,0.002 -0.125,0 l 0,4.375 0.125,0 1.75,0 c -0.67896,0.8597 -0.69701,2.11549 0.0937,2.90625 0.85091,0.85091 2.27409,0.85091 3.125,0 l 3.34375,-3.375 c 0.033,-0.0295 0.0643,-0.0608 0.0937,-0.0937 0.0322,-0.0193 0.0635,-0.0402 0.0937,-0.0625 3.7e-4,-3.6e-4 0.21851,-0.28079 0.21875,-0.28125 5e-5,-9e-5 -0.007,-0.0447 0,-0.0625 0.001,-0.003 0.03,0.003 0.0312,0 0.0391,-0.0521 0.051,-0.0518 0.0937,-0.125 0.13699,-0.23476 0.16684,-0.37191 0.15625,-0.34375 0.0368,-0.0915 0.0185,-0.11251 0.0312,-0.15625 0.0106,-0.0102 0.021,-0.0206 0.0312,-0.0312 0.06,-0.22398 0.0881,-0.51689 0.0625,-0.78125 -0.0136,-0.20363 -0.0589,-0.29765 -0.0625,-0.3125 1.4e-4,-0.0104 1.4e-4,-0.0208 0,-0.0312 0.026,0.097 0.0153,0.016 -0.0937,-0.25 -0.0525,-0.13039 -0.0899,-0.21936 -0.125,-0.28125 -0.0524,-0.0897 -0.13346,-0.26235 -0.34375,-0.46875 L 371.75,509.3125 c -0.45645,-0.48671 -1.08509,-0.71163 -1.75,-0.65625 z"\r
-             style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" />\r
-          <path\r
-             inkscape:connector-curvature="0"\r
-             sodipodi:nodetypes="cccscccsssssssscccsccc"\r
-             id="path18069-0"\r
-             d="m 366.65625,515.40625 4.625,0 -1.8125,1.8125 c -0.39695,0.39695 -0.39695,1.04055 0,1.4375 0.39695,0.39695 1.04055,0.39695 1.4375,0 l 3.4375,-3.46875 0.0937,-0.0625 c 0.006,-0.006 -0.006,-0.0253 0,-0.0312 0.0554,-0.0572 0.1151,-0.11699 0.15625,-0.1875 0.0286,-0.0491 0.0429,-0.10409 0.0625,-0.15625 0.0124,-0.0307 0.0221,-0.0622 0.0312,-0.0937 0.0311,-0.1161 0.0427,-0.22493 0.0312,-0.34375 -0.004,-0.0578 -0.0174,-0.0996 -0.0312,-0.15625 -0.0109,-0.0407 -0.0151,-0.0857 -0.0312,-0.125 -0.0164,-0.0408 -0.0405,-0.0862 -0.0625,-0.125 -0.0455,-0.0779 -0.0936,-0.15726 -0.15625,-0.21875 l -3.53125,-3.53125 c -0.20891,-0.22276 -0.50816,-0.33785 -0.8125,-0.3125 -0.39478,0.0269 -0.73977,0.28438 -0.875,0.65625 -0.13524,0.37187 -0.0353,0.78826 0.25,1.0625 l 1.875,1.84375 -4.6875,0"\r
-             style="fill:#656565;fill-opacity:1;fill-rule:evenodd;stroke:none" />\r
-        </g>\r
-      </g>\r
-      <path\r
-         sodipodi:nodetypes="cc"\r
-         inkscape:connector-curvature="0"\r
-         id="path4833-2-1-6-1"\r
-         d="m 151.87049,157.36218 0,45"\r
-         style="fill:none;stroke:#656565;stroke-width:4;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-end:none" />\r
-    </g>\r
-    <g\r
-       id="g12796-5"\r
-       transform="translate(251.42919,-229)">\r
-      <rect\r
-         ry="3.7880721"\r
-         y="282.36218"\r
-         x="97.070801"\r
-         height="125"\r
-         width="209.5708"\r
-         id="rect6642-4-3"\r
-         style="fill:#656565;fill-opacity:1;stroke:#000000;stroke-width:1.77165353;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />\r
-      <flowRoot\r
-         inkscape:export-ydpi="90"\r
-         inkscape:export-xdpi="90"\r
-         inkscape:export-filename="/home/magi/itmill/toolkit5/doc/manual/img/intro/toolchain.png"\r
-         transform="translate(-698.16357,-775.22948)"\r
-         style="font-size:16px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"\r
-         id="flowRoot11361-20"\r
-         xml:space="preserve"><flowRegion\r
-           id="flowRegion11363-0"><rect\r
-             style="font-size:16px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"\r
-             y="1064.3831"\r
-             x="813.87988"\r
-             height="39.215607"\r
-             width="175.71123"\r
-             id="rect11365-1" /></flowRegion><flowPara\r
-           style="font-size:16px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"\r
-           id="flowPara6898-1">Main View</flowPara></flowRoot>      <rect\r
-         ry="0"\r
-         y="307.36218"\r
-         x="97.070801"\r
-         height="95"\r
-         width="210"\r
-         id="rect6642-4-7-8"\r
-         style="fill:#ddd4ff;fill-opacity:1;stroke:#000000;stroke-width:1.77165353;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />\r
-      <rect\r
-         style="color:#000000;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"\r
-         id="rect4347-2"\r
-         width="175"\r
-         height="80"\r
-         x="132.0708"\r
-         y="322.36218" />\r
-      <rect\r
-         style="color:#000000;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"\r
-         id="rect4347-2-1"\r
-         width="35"\r
-         height="80"\r
-         x="97.070801"\r
-         y="322.36218" />\r
-      <text\r
-         xml:space="preserve"\r
-         style="font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"\r
-         x="100.69411"\r
-         y="318.18817"\r
-         id="text4367-9"\r
-         sodipodi:linespacing="125%"><tspan\r
-           sodipodi:role="line"\r
-           id="tspan4369-2"\r
-           x="100.69411"\r
-           y="318.18817"\r
-           style="font-size:10px">My Application</tspan></text>\r
-      <text\r
-         xml:space="preserve"\r
-         style="font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"\r
-         x="98.998161"\r
-         y="330.98553"\r
-         id="text4367-9-1"\r
-         sodipodi:linespacing="125%"><tspan\r
-           sodipodi:role="line"\r
-           x="98.998161"\r
-           y="330.98553"\r
-           style="font-size:6px"\r
-           id="tspan4784">One</tspan><tspan\r
-           sodipodi:role="line"\r
-           x="98.998161"\r
-           y="338.48553"\r
-           style="font-size:6px"\r
-           id="tspan4807">  Four</tspan><tspan\r
-           sodipodi:role="line"\r
-           x="98.998161"\r
-           y="345.98553"\r
-           style="font-size:6px"\r
-           id="tspan4809">  Five</tspan><tspan\r
-           sodipodi:role="line"\r
-           x="98.998161"\r
-           y="353.48553"\r
-           style="font-size:6px"\r
-           id="tspan4811">  Six</tspan><tspan\r
-           sodipodi:role="line"\r
-           x="98.998161"\r
-           y="360.98553"\r
-           style="font-size:6px"\r
-           id="tspan4792">Two</tspan><tspan\r
-           sodipodi:role="line"\r
-           x="98.998161"\r
-           y="368.48553"\r
-           style="font-size:6px"\r
-           id="tspan4813">  Seven</tspan><tspan\r
-           sodipodi:role="line"\r
-           x="98.998161"\r
-           y="375.98553"\r
-           style="font-size:6px"\r
-           id="tspan4821">  Eight</tspan><tspan\r
-           sodipodi:role="line"\r
-           x="98.998161"\r
-           y="383.48553"\r
-           style="font-size:6px"\r
-           id="tspan4805">Three</tspan><tspan\r
-           sodipodi:role="line"\r
-           x="98.998161"\r
-           y="390.98553"\r
-           style="font-size:6px"\r
-           id="tspan4823">  Nine</tspan><tspan\r
-           sodipodi:role="line"\r
-           x="98.998161"\r
-           y="398.48553"\r
-           style="font-size:6px"\r
-           id="tspan4817" /></text>\r
-      <g\r
-         sodipodi:type="inkscape:box3d"\r
-         style="color:#000000;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"\r
-         id="g4867"\r
-         inkscape:perspectiveID="#perspective206"\r
-         inkscape:corner0="0.14898278 : 0.54712709 : 0 : 1"\r
-         inkscape:corner7="-0.22057167 : 0.47685296 : 0.2442114 : 1">\r
-        <path\r
-           sodipodi:type="inkscape:box3dside"\r
-           id="path4879"\r
-           style="fill:#e9e9ff;fill-rule:evenodd;stroke:none"\r
-           inkscape:box3dsidetype="11"\r
-           d="m 169.59848,374.35993 35.2043,-14.44364 0,20.32397 -35.2043,9.05257 z" />\r
-        <path\r
-           sodipodi:type="inkscape:box3dside"\r
-           id="path4869"\r
-           style="fill:#353564;fill-rule:evenodd;stroke:none"\r
-           inkscape:box3dsidetype="6"\r
-           d="m 148.53637,363.39853 0,18.10682 21.06211,7.78748 0,-14.9329 z" />\r
-        <path\r
-           sodipodi:type="inkscape:box3dside"\r
-           id="path4871"\r
-           style="fill:#4d4d9f;fill-rule:evenodd;stroke:none"\r
-           inkscape:box3dsidetype="5"\r
-           d="m 148.53637,363.39853 36.24826,-24.16632 20.01815,20.68408 -35.2043,14.44364 z" />\r
-        <path\r
-           sodipodi:type="inkscape:box3dside"\r
-           id="path4877"\r
-           style="fill:#afafde;fill-rule:evenodd;stroke:none"\r
-           inkscape:box3dsidetype="13"\r
-           d="m 148.53637,381.50535 36.24826,-15.58123 20.01815,14.31614 -35.2043,9.05257 z" />\r
-        <path\r
-           sodipodi:type="inkscape:box3dside"\r
-           id="path4875"\r
-           style="fill:#d7d7ff;fill-rule:evenodd;stroke:none"\r
-           inkscape:box3dsidetype="14"\r
-           d="m 184.78463,339.23221 0,26.69191 20.01815,14.31614 0,-20.32397 z" />\r
-        <path\r
-           sodipodi:type="inkscape:box3dside"\r
-           id="path4873"\r
-           style="fill:#8686bf;fill-rule:evenodd;stroke:none"\r
-           inkscape:box3dsidetype="3"\r
-           d="m 148.53637,363.39853 36.24826,-24.16632 0,26.69191 -36.24826,15.58123 z" />\r
-      </g>\r
-      <g\r
-         sodipodi:type="inkscape:box3d"\r
-         style="color:#000000;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"\r
-         id="g4881"\r
-         inkscape:perspectiveID="#perspective206"\r
-         inkscape:corner0="-0.49358535 : 0.47063658 : 0 : 1"\r
-         inkscape:corner7="-0.57910016 : 0.39976884 : 0.25 : 1">\r
-        <path\r
-           sodipodi:type="inkscape:box3dside"\r
-           id="path4893"\r
-           style="fill:#e9e9ff;fill-rule:evenodd;stroke:none"\r
-           inkscape:box3dsidetype="11"\r
-           d="m 253.19369,370.70521 23.08462,-5.56535 0,31.27168 -23.08462,2.03 z" />\r
-        <path\r
-           sodipodi:type="inkscape:box3dside"\r
-           id="path4889"\r
-           style="fill:#d7d7ff;fill-rule:evenodd;stroke:none"\r
-           inkscape:box3dsidetype="14"\r
-           d="m 280.78373,329.0315 0,49.84598 -4.50542,17.53406 0,-31.27168 z" />\r
-        <path\r
-           sodipodi:type="inkscape:box3dside"\r
-           id="path4885"\r
-           style="fill:#4d4d9f;fill-rule:evenodd;stroke:none"\r
-           inkscape:box3dsidetype="5"\r
-           d="m 245.5422,343.44166 35.24153,-14.41016 -4.50542,36.10836 -23.08462,5.56535 z" />\r
-        <path\r
-           sodipodi:type="inkscape:box3dside"\r
-           id="path4883"\r
-           style="fill:#353564;fill-rule:evenodd;stroke:none"\r
-           inkscape:box3dsidetype="6"\r
-           d="m 245.5422,343.44166 0,41.42883 7.65149,13.57105 0,-27.73633 z" />\r
-        <path\r
-           sodipodi:type="inkscape:box3dside"\r
-           id="path4891"\r
-           style="fill:#afafde;fill-rule:evenodd;stroke:none"\r
-           inkscape:box3dsidetype="13"\r
-           d="m 245.5422,384.87049 35.24153,-5.99301 -4.50542,17.53406 -23.08462,2.03 z" />\r
-        <path\r
-           sodipodi:type="inkscape:box3dside"\r
-           id="path4887"\r
-           style="fill:#8686bf;fill-rule:evenodd;stroke:none"\r
-           inkscape:box3dsidetype="3"\r
-           d="m 245.5422,343.44166 35.24153,-14.41016 0,49.84598 -35.24153,5.99301 z" />\r
-      </g>\r
-      <text\r
-         xml:space="preserve"\r
-         style="font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#2400cd;fill-opacity:1;stroke:none;font-family:Sans"\r
-         x="267.74481"\r
-         y="318.01416"\r
-         id="text4367-5-3-70"\r
-         sodipodi:linespacing="125%"><tspan\r
-           sodipodi:role="line"\r
-           id="tspan4369-3-1-0"\r
-           x="267.74481"\r
-           y="318.01416"\r
-           style="font-size:10px;fill:#2400cd;fill-opacity:1">Logout</tspan></text>\r
-    </g>\r
-    <g\r
-       id="g12796-8-4"\r
-       transform="translate(247.42919,-83.000004)">\r
-      <rect\r
-         ry="3.7880721"\r
-         y="296.36218"\r
-         x="99"\r
-         height="125"\r
-         width="209.5708"\r
-         id="rect6642-4-6-4"\r
-         style="fill:#656565;fill-opacity:1;stroke:#000000;stroke-width:1.77165353;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />\r
-      <flowRoot\r
-         inkscape:export-ydpi="90"\r
-         inkscape:export-xdpi="90"\r
-         inkscape:export-filename="/home/magi/itmill/toolkit5/doc/manual/img/intro/toolchain.png"\r
-         transform="translate(-699.16357,-761.22948)"\r
-         style="font-size:16px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"\r
-         id="flowRoot11361-2-9"\r
-         xml:space="preserve"><flowRegion\r
-           id="flowRegion11363-4-9"><rect\r
-             style="font-size:16px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"\r
-             y="1064.3831"\r
-             x="813.87988"\r
-             height="39.215607"\r
-             width="175.71123"\r
-             id="rect11365-5-5" /></flowRegion><flowPara\r
-           style="font-size:16px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"\r
-           id="flowPara6898-7-1">Help View</flowPara></flowRoot>      <rect\r
-         ry="0"\r
-         y="321.36218"\r
-         x="98.570801"\r
-         height="95"\r
-         width="210"\r
-         id="rect6642-4-7-6-4"\r
-         style="fill:#ddd4ff;fill-opacity:1;stroke:#000000;stroke-width:1.77165353;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />\r
-      <rect\r
-         style="color:#000000;fill:#f9ffd4;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"\r
-         id="rect4347-0-5"\r
-         width="130"\r
-         height="90.000008"\r
-         x="138.5708"\r
-         y="326.36218" />\r
-      <text\r
-         xml:space="preserve"\r
-         style="font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"\r
-         x="141.0708"\r
-         y="339.36218"\r
-         id="text4367-59-3"\r
-         sodipodi:linespacing="125%"><tspan\r
-           sodipodi:role="line"\r
-           id="tspan4369-4-8"\r
-           x="141.0708"\r
-           y="339.36218"\r
-           style="font-size:10px;font-weight:bold">Help on Boxes</tspan><tspan\r
-           sodipodi:role="line"\r
-           x="141.0708"\r
-           y="351.86218"\r
-           style="font-size:10px"\r
-           id="tspan5076" /><tspan\r
-           sodipodi:role="line"\r
-           x="141.0708"\r
-           y="364.36218"\r
-           style="font-size:10px"\r
-           id="tspan5068">Boxes are things that</tspan><tspan\r
-           sodipodi:role="line"\r
-           x="141.0708"\r
-           y="376.86218"\r
-           style="font-size:10px"\r
-           id="tspan5070">can be somewhere</tspan><tspan\r
-           sodipodi:role="line"\r
-           x="141.0708"\r
-           y="389.36218"\r
-           style="font-size:10px"\r
-           id="tspan5072">while not being in some</tspan><tspan\r
-           sodipodi:role="line"\r
-           x="141.0708"\r
-           y="401.86218"\r
-           style="font-size:10px"\r
-           id="tspan5074">other place.</tspan></text>\r
-      <rect\r
-         style="color:#000000;fill:#bababa;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"\r
-         id="rect4347-8-9-9-4-6"\r
-         width="4.9999957"\r
-         height="94.999992"\r
-         x="303.5708"\r
-         y="321.36218" />\r
-    </g>\r
-    <g\r
-       id="g5021"\r
-       transform="matrix(0,-1,1,0,146.59921,420.54687)">\r
-      <g\r
-         transform="matrix(0,3.9435832,-3.9435832,0,1908.0696,-573.46249)"\r
-         id="g12499-6-7">\r
-        <g\r
-           id="g18065-9-2"\r
-           transform="matrix(0.5,0,0,0.5,8.55451,158.9407)">\r
-          <path\r
-             inkscape:connector-curvature="0"\r
-             sodipodi:nodetypes="csccccccsccssssssssssssssccc"\r
-             id="path18067-13-4"\r
-             d="m 370,508.65625 c -0.86067,0.0587 -1.60944,0.6213 -1.90625,1.4375 -0.26976,0.74176 -0.0577,1.53493 0.4375,2.125 l -1.75,0 c -0.0424,-0.005 -0.0824,0.002 -0.125,0 l 0,4.375 0.125,0 1.75,0 c -0.67896,0.8597 -0.69701,2.11549 0.0937,2.90625 0.85091,0.85091 2.27409,0.85091 3.125,0 l 3.34375,-3.375 c 0.033,-0.0295 0.0643,-0.0608 0.0937,-0.0937 0.0322,-0.0193 0.0635,-0.0402 0.0937,-0.0625 3.7e-4,-3.6e-4 0.21851,-0.28079 0.21875,-0.28125 5e-5,-9e-5 -0.007,-0.0447 0,-0.0625 0.001,-0.003 0.03,0.003 0.0312,0 0.0391,-0.0521 0.051,-0.0518 0.0937,-0.125 0.13699,-0.23476 0.16684,-0.37191 0.15625,-0.34375 0.0368,-0.0915 0.0185,-0.11251 0.0312,-0.15625 0.0106,-0.0102 0.021,-0.0206 0.0312,-0.0312 0.06,-0.22398 0.0881,-0.51689 0.0625,-0.78125 -0.0136,-0.20363 -0.0589,-0.29765 -0.0625,-0.3125 1.4e-4,-0.0104 1.4e-4,-0.0208 0,-0.0312 0.026,0.097 0.0153,0.016 -0.0937,-0.25 -0.0525,-0.13039 -0.0899,-0.21936 -0.125,-0.28125 -0.0524,-0.0897 -0.13346,-0.26235 -0.34375,-0.46875 L 371.75,509.3125 c -0.45645,-0.48671 -1.08509,-0.71163 -1.75,-0.65625 z"\r
-             style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" />\r
-          <path\r
-             inkscape:connector-curvature="0"\r
-             sodipodi:nodetypes="cccscccsssssssscccsccc"\r
-             id="path18069-0-6"\r
-             d="m 366.65625,515.40625 4.625,0 -1.8125,1.8125 c -0.39695,0.39695 -0.39695,1.04055 0,1.4375 0.39695,0.39695 1.04055,0.39695 1.4375,0 l 3.4375,-3.46875 0.0937,-0.0625 c 0.006,-0.006 -0.006,-0.0253 0,-0.0312 0.0554,-0.0572 0.1151,-0.11699 0.15625,-0.1875 0.0286,-0.0491 0.0429,-0.10409 0.0625,-0.15625 0.0124,-0.0307 0.0221,-0.0622 0.0312,-0.0937 0.0311,-0.1161 0.0427,-0.22493 0.0312,-0.34375 -0.004,-0.0578 -0.0174,-0.0996 -0.0312,-0.15625 -0.0109,-0.0407 -0.0151,-0.0857 -0.0312,-0.125 -0.0164,-0.0408 -0.0405,-0.0862 -0.0625,-0.125 -0.0455,-0.0779 -0.0936,-0.15726 -0.15625,-0.21875 l -3.53125,-3.53125 c -0.20891,-0.22276 -0.50816,-0.33785 -0.8125,-0.3125 -0.39478,0.0269 -0.73977,0.28438 -0.875,0.65625 -0.13524,0.37187 -0.0353,0.78826 0.25,1.0625 l 1.875,1.84375 -4.6875,0"\r
-             style="fill:#656565;fill-opacity:1;fill-rule:evenodd;stroke:none" />\r
-        </g>\r
-      </g>\r
-      <path\r
-         sodipodi:nodetypes="cc"\r
-         inkscape:connector-curvature="0"\r
-         id="path4833-2-1-6-1-0"\r
-         d="m 266.87047,103.40079 0,83.96139"\r
-         style="fill:none;stroke:#656565;stroke-width:4;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-end:none" />\r
-    </g>\r
-    <g\r
-       transform="translate(233.12951,2.6171874e-6)"\r
-       id="g5028-9">\r
-      <g\r
-         transform="matrix(0,3.9435832,-3.9435832,0,1793.0696,-558.46249)"\r
-         id="g12499-6-9">\r
-        <g\r
-           id="g18065-9-1"\r
-           transform="matrix(0.5,0,0,0.5,8.55451,158.9407)">\r
-          <path\r
-             inkscape:connector-curvature="0"\r
-             sodipodi:nodetypes="csccccccsccssssssssssssssccc"\r
-             id="path18067-13-7"\r
-             d="m 370,508.65625 c -0.86067,0.0587 -1.60944,0.6213 -1.90625,1.4375 -0.26976,0.74176 -0.0577,1.53493 0.4375,2.125 l -1.75,0 c -0.0424,-0.005 -0.0824,0.002 -0.125,0 l 0,4.375 0.125,0 1.75,0 c -0.67896,0.8597 -0.69701,2.11549 0.0937,2.90625 0.85091,0.85091 2.27409,0.85091 3.125,0 l 3.34375,-3.375 c 0.033,-0.0295 0.0643,-0.0608 0.0937,-0.0937 0.0322,-0.0193 0.0635,-0.0402 0.0937,-0.0625 3.7e-4,-3.6e-4 0.21851,-0.28079 0.21875,-0.28125 5e-5,-9e-5 -0.007,-0.0447 0,-0.0625 0.001,-0.003 0.03,0.003 0.0312,0 0.0391,-0.0521 0.051,-0.0518 0.0937,-0.125 0.13699,-0.23476 0.16684,-0.37191 0.15625,-0.34375 0.0368,-0.0915 0.0185,-0.11251 0.0312,-0.15625 0.0106,-0.0102 0.021,-0.0206 0.0312,-0.0312 0.06,-0.22398 0.0881,-0.51689 0.0625,-0.78125 -0.0136,-0.20363 -0.0589,-0.29765 -0.0625,-0.3125 1.4e-4,-0.0104 1.4e-4,-0.0208 0,-0.0312 0.026,0.097 0.0153,0.016 -0.0937,-0.25 -0.0525,-0.13039 -0.0899,-0.21936 -0.125,-0.28125 -0.0524,-0.0897 -0.13346,-0.26235 -0.34375,-0.46875 L 371.75,509.3125 c -0.45645,-0.48671 -1.08509,-0.71163 -1.75,-0.65625 z"\r
-             style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" />\r
-          <path\r
-             inkscape:connector-curvature="0"\r
-             sodipodi:nodetypes="cccscccsssssssscccsccc"\r
-             id="path18069-0-62"\r
-             d="m 366.65625,515.40625 4.625,0 -1.8125,1.8125 c -0.39695,0.39695 -0.39695,1.04055 0,1.4375 0.39695,0.39695 1.04055,0.39695 1.4375,0 l 3.4375,-3.46875 0.0937,-0.0625 c 0.006,-0.006 -0.006,-0.0253 0,-0.0312 0.0554,-0.0572 0.1151,-0.11699 0.15625,-0.1875 0.0286,-0.0491 0.0429,-0.10409 0.0625,-0.15625 0.0124,-0.0307 0.0221,-0.0622 0.0312,-0.0937 0.0311,-0.1161 0.0427,-0.22493 0.0312,-0.34375 -0.004,-0.0578 -0.0174,-0.0996 -0.0312,-0.15625 -0.0109,-0.0407 -0.0151,-0.0857 -0.0312,-0.125 -0.0164,-0.0408 -0.0405,-0.0862 -0.0625,-0.125 -0.0455,-0.0779 -0.0936,-0.15726 -0.15625,-0.21875 l -3.53125,-3.53125 c -0.20891,-0.22276 -0.50816,-0.33785 -0.8125,-0.3125 -0.39478,0.0269 -0.73977,0.28438 -0.875,0.65625 -0.13524,0.37187 -0.0353,0.78826 0.25,1.0625 l 1.875,1.84375 -4.6875,0"\r
-             style="fill:#656565;fill-opacity:1;fill-rule:evenodd;stroke:none" />\r
-        </g>\r
-      </g>\r
-      <path\r
-         sodipodi:nodetypes="cc"\r
-         inkscape:connector-curvature="0"\r
-         id="path4833-2-1-6-1-6"\r
-         d="m 151.87049,177.36218 0,25"\r
-         style="fill:none;stroke:#656565;stroke-width:4;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-end:none" />\r
-    </g>\r
-    <path\r
-       style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"\r
-       d="m 562.2466,93.463523 c 20,0 -5,38.898657 10,38.898657 -15,0 10,40 -10,40"\r
-       id="path5078"\r
-       inkscape:connector-curvature="0"\r
-       sodipodi:nodetypes="ccc" />\r
-    <text\r
-       xml:space="preserve"\r
-       style="font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"\r
-       x="575.84796"\r
-       y="129.91284"\r
-       id="text4367-9-3"\r
-       sodipodi:linespacing="125%"><tspan\r
-         sodipodi:role="line"\r
-         id="tspan4369-2-1"\r
-         x="575.84796"\r
-         y="129.91284"\r
-         style="font-size:10px">Content</tspan><tspan\r
-         sodipodi:role="line"\r
-         x="575.84796"\r
-         y="142.41284"\r
-         style="font-size:10px"\r
-         id="tspan5101">Sub-View</tspan></text>\r
-    <g\r
-       id="g5021-7"\r
-       transform="matrix(0,-1,1,0,156.59921,315.54687)">\r
-      <g\r
-         transform="matrix(-3.9435832,0,0,-3.9435832,1025.3662,1764.5243)"\r
-         id="g12499-6-7-9">\r
-        <g\r
-           id="g18065-9-2-0"\r
-           transform="matrix(0.5,0,0,0.5,8.55451,158.9407)">\r
-          <path\r
-             inkscape:connector-curvature="0"\r
-             sodipodi:nodetypes="csccccccsccssssssssssssssccc"\r
-             id="path18067-13-4-3"\r
-             d="m 370,508.65625 c -0.86067,0.0587 -1.60944,0.6213 -1.90625,1.4375 -0.26976,0.74176 -0.0577,1.53493 0.4375,2.125 l -1.75,0 c -0.0424,-0.005 -0.0824,0.002 -0.125,0 l 0,4.375 0.125,0 1.75,0 c -0.67896,0.8597 -0.69701,2.11549 0.0937,2.90625 0.85091,0.85091 2.27409,0.85091 3.125,0 l 3.34375,-3.375 c 0.033,-0.0295 0.0643,-0.0608 0.0937,-0.0937 0.0322,-0.0193 0.0635,-0.0402 0.0937,-0.0625 3.7e-4,-3.6e-4 0.21851,-0.28079 0.21875,-0.28125 5e-5,-9e-5 -0.007,-0.0447 0,-0.0625 0.001,-0.003 0.03,0.003 0.0312,0 0.0391,-0.0521 0.051,-0.0518 0.0937,-0.125 0.13699,-0.23476 0.16684,-0.37191 0.15625,-0.34375 0.0368,-0.0915 0.0185,-0.11251 0.0312,-0.15625 0.0106,-0.0102 0.021,-0.0206 0.0312,-0.0312 0.06,-0.22398 0.0881,-0.51689 0.0625,-0.78125 -0.0136,-0.20363 -0.0589,-0.29765 -0.0625,-0.3125 1.4e-4,-0.0104 1.4e-4,-0.0208 0,-0.0312 0.026,0.097 0.0153,0.016 -0.0937,-0.25 -0.0525,-0.13039 -0.0899,-0.21936 -0.125,-0.28125 -0.0524,-0.0897 -0.13346,-0.26235 -0.34375,-0.46875 L 371.75,509.3125 c -0.45645,-0.48671 -1.08509,-0.71163 -1.75,-0.65625 z"\r
-             style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" />\r
-          <path\r
-             inkscape:connector-curvature="0"\r
-             sodipodi:nodetypes="cccscccsssssssscccsccc"\r
-             id="path18069-0-6-6"\r
-             d="m 366.65625,515.40625 4.625,0 -1.8125,1.8125 c -0.39695,0.39695 -0.39695,1.04055 0,1.4375 0.39695,0.39695 1.04055,0.39695 1.4375,0 l 3.4375,-3.46875 0.0937,-0.0625 c 0.006,-0.006 -0.006,-0.0253 0,-0.0312 0.0554,-0.0572 0.1151,-0.11699 0.15625,-0.1875 0.0286,-0.0491 0.0429,-0.10409 0.0625,-0.15625 0.0124,-0.0307 0.0221,-0.0622 0.0312,-0.0937 0.0311,-0.1161 0.0427,-0.22493 0.0312,-0.34375 -0.004,-0.0578 -0.0174,-0.0996 -0.0312,-0.15625 -0.0109,-0.0407 -0.0151,-0.0857 -0.0312,-0.125 -0.0164,-0.0408 -0.0405,-0.0862 -0.0625,-0.125 -0.0455,-0.0779 -0.0936,-0.15726 -0.15625,-0.21875 l -3.53125,-3.53125 c -0.20891,-0.22276 -0.50816,-0.33785 -0.8125,-0.3125 -0.39478,0.0269 -0.73977,0.28438 -0.875,0.65625 -0.13524,0.37187 -0.0353,0.78826 0.25,1.0625 l 1.875,1.84375 -4.6875,0"\r
-             style="fill:#656565;fill-opacity:1;fill-rule:evenodd;stroke:none" />\r
-        </g>\r
-      </g>\r
-      <path\r
-         sodipodi:nodetypes="ccccc"\r
-         inkscape:connector-curvature="0"\r
-         id="path4833-2-1-6-1-0-3"\r
-         d="m 228.18469,398.40079 0,15 45,0 0,-290 -10,0"\r
-         style="fill:none;stroke:#656565;stroke-width:4;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-end:none" />\r
-    </g>\r
-  </g>\r
-  <g\r
-     inkscape:groupmode="layer"\r
-     id="layer2"\r
-     inkscape:label="Varjot" />\r
-</svg>\r
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<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"
+   width="82mm"
+   height="60mm"
+   id="svg1901"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r"
+   sodipodi:docname="view-navigation.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   version="1.1">
+  <defs
+     id="defs1903">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="663.82841 : 219.40628 : 1"
+       inkscape:vp_y="0 : 296.04677 : 0"
+       inkscape:vp_z="860.43635 : 207.8422 : 1"
+       inkscape:persp3d-origin="751.66965 : 115.99387 : 1"
+       id="perspective206" />
+    <linearGradient
+       id="linearGradient11516">
+      <stop
+         id="stop11518"
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:1" />
+      <stop
+         id="stop11520"
+         offset="1"
+         style="stop-color:#a090e7;stop-opacity:1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient11508">
+      <stop
+         id="stop11510"
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:1;" />
+      <stop
+         id="stop11512"
+         offset="1"
+         style="stop-color:#e27979;stop-opacity:1" />
+    </linearGradient>
+    <marker
+       inkscape:stockid="DiamondL"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="DiamondL"
+       style="overflow:visible">
+      <path
+         id="path4404"
+         d="M 0,-7.0710768 -7.0710894,0 0,7.0710589 7.0710462,0 0,-7.0710768 Z"
+         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"
+         transform="scale(0.8,0.8)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="DiamondEmpty"
+       style="overflow:visible">
+      <path
+         id="path7"
+         d="M 0,-5 -5,0 0,5 5,0 0,-5 Z"
+         style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"
+         transform="translate(-5,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <linearGradient
+       id="linearGradient3286">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop3288" />
+      <stop
+         style="stop-color:#79e291;stop-opacity:1;"
+         offset="1"
+         id="stop3290" />
+    </linearGradient>
+    <marker
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="EmptyArrow"
+       style="overflow:visible">
+      <path
+         id="path9"
+         d="M 0,0 0,-5 -12.5,0 0,5 0,0 Z m -0.5,0 0,-4.5 L -12,0 -0.5,4.5 -0.5,0 Z"
+         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"
+         transform="matrix(-1,0,0,-1,-10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="EmptyArrow2"
+       style="overflow:visible">
+      <path
+         id="path13"
+         d="M 0,0 0,-5 -10,0 0,5 0,0 Z"
+         style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"
+         transform="matrix(-1,0,0,-1,-10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <linearGradient
+       id="linearGradient19816">
+      <stop
+         id="stop19818"
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:1;" />
+      <stop
+         id="stop19820"
+         offset="1"
+         style="stop-color:#e7e790;stop-opacity:1;" />
+    </linearGradient>
+    <marker
+       inkscape:stockid="Arrow2Lend"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow2Lend"
+       style="overflow:visible">
+      <path
+         id="path16811"
+         style="font-size:12px;fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"
+         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+         transform="matrix(-1.1,0,0,-1.1,-1.1,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lend"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Lend"
+       style="overflow:visible">
+      <path
+         id="path16829"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"
+         transform="matrix(-0.8,0,0,-0.8,-10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="TriangleOutM"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="TriangleOutM"
+       style="overflow:visible">
+      <path
+         id="path16731"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"
+         transform="scale(0.4,0.4)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="TriangleInL"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="TriangleInL"
+       style="overflow:visible">
+      <path
+         id="path16743"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"
+         transform="scale(-0.8,-0.8)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="TriangleOutL"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="TriangleOutL"
+       style="overflow:visible">
+      <path
+         id="path16734"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"
+         transform="scale(0.8,0.8)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <linearGradient
+       id="linearGradient9263">
+      <stop
+         style="stop-color:#000000;stop-opacity:0"
+         offset="0"
+         id="stop9265" />
+      <stop
+         style="stop-color:#000000;stop-opacity:0;"
+         offset="1"
+         id="stop9267" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient7299">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0"
+         id="stop7301" />
+      <stop
+         style="stop-color:#a090e7;stop-opacity:1"
+         offset="1"
+         id="stop7303" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5349">
+      <stop
+         style="stop-color:#000000;stop-opacity:1;"
+         offset="0"
+         id="stop5351" />
+      <stop
+         style="stop-color:#000000;stop-opacity:0;"
+         offset="1"
+         id="stop5353" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient4152">
+      <stop
+         style="stop-color:#6b6bff;stop-opacity:1;"
+         offset="0"
+         id="stop4154" />
+      <stop
+         style="stop-color:#6b6bff;stop-opacity:0;"
+         offset="1"
+         id="stop4156" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5349"
+       id="linearGradient5355"
+       x1="96.085953"
+       y1="148.38934"
+       x2="389.01984"
+       y2="148.38934"
+       gradientUnits="userSpaceOnUse" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7299"
+       id="radialGradient12637"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.9214039,0.00238962,-0.00216645,0.5977017,265.61411,78.560061)"
+       cx="-147.5"
+       cy="97.300964"
+       fx="-147.5"
+       fy="97.300964"
+       r="109.42857" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7299"
+       id="radialGradient15668"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.9214039,0.00238962,-0.00216645,0.5977017,262.24281,78.560061)"
+       cx="-147.5"
+       cy="97.300964"
+       fx="-147.5"
+       fy="97.300964"
+       r="109.42857" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient19816"
+       id="radialGradient17873"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.9214039,0.00238962,-0.00216645,0.5977017,541.12253,30.198804)"
+       cx="-147.5"
+       cy="97.300964"
+       fx="-147.5"
+       fy="97.300964"
+       r="109.42857" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7299"
+       id="radialGradient17875"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.3208501,0.00238435,-0.00310564,0.596383,334.93437,78.721097)"
+       cx="-147.5"
+       cy="97.300964"
+       fx="-147.5"
+       fy="97.300964"
+       r="109.42857" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient19816"
+       id="radialGradient20832"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.6000725,0.00238083,-0.00376217,0.5955044,664.61868,-4.8275956)"
+       cx="-147.5"
+       cy="97.300964"
+       fx="-147.5"
+       fy="97.300964"
+       r="109.42857" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7299"
+       id="radialGradient22790"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.3208501,0.00238435,-0.00310564,0.596383,334.93437,78.721097)"
+       cx="-147.5"
+       cy="97.300964"
+       fx="-147.5"
+       fy="97.300964"
+       r="109.42857" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7299"
+       id="radialGradient22806"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.3208501,0.00238435,-0.00310564,0.596383,334.93437,78.721097)"
+       cx="-147.5"
+       cy="97.300964"
+       fx="-147.5"
+       fy="97.300964"
+       r="109.42857" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7299"
+       id="radialGradient22822"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.3208501,0.00238435,-0.00310564,0.596383,334.93437,78.721097)"
+       cx="-147.5"
+       cy="97.300964"
+       fx="-147.5"
+       fy="97.300964"
+       r="109.42857" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7299"
+       id="radialGradient22838"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.3208501,0.00238435,-0.00310564,0.596383,334.93437,78.721097)"
+       cx="-147.5"
+       cy="97.300964"
+       fx="-147.5"
+       fy="97.300964"
+       r="109.42857" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3286"
+       id="radialGradient2303"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.6000725,0.00238083,-0.00376217,0.5955044,664.61868,-4.8275956)"
+       cx="-147.5"
+       cy="97.300964"
+       fx="-147.5"
+       fy="97.300964"
+       r="109.42857" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient19816"
+       id="radialGradient3306"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.2251403,0.00238538,-0.00288061,0.5966421,625.8055,-4.9637231)"
+       cx="-147.5"
+       cy="97.300964"
+       fx="-147.5"
+       fy="97.300964"
+       r="109.42857" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient19816"
+       id="radialGradient3307"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.634924,0.00238044,-0.00384411,0.5954059,670.96002,-4.81581)"
+       cx="-147.5"
+       cy="97.300964"
+       fx="-147.5"
+       fy="97.300964"
+       r="109.42857" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7299"
+       id="radialGradient3327"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.3208501,0.00238435,-0.00310564,0.596383,334.93437,78.721097)"
+       cx="-147.5"
+       cy="97.300964"
+       fx="-147.5"
+       fy="97.300964"
+       r="109.42857" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3286"
+       id="radialGradient8322"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.6000725,0.00238083,-0.00376217,0.5955044,664.61868,-4.8275956)"
+       cx="-147.5"
+       cy="97.300964"
+       fx="-147.5"
+       fy="97.300964"
+       r="109.42857" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7299"
+       id="radialGradient8338"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.3208501,0.00238435,-0.00310564,0.596383,334.93437,78.721097)"
+       cx="-147.5"
+       cy="97.300964"
+       fx="-147.5"
+       fy="97.300964"
+       r="109.42857" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7299"
+       id="radialGradient8354"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.3208501,0.00238435,-0.00310564,0.596383,334.93437,78.721097)"
+       cx="-147.5"
+       cy="97.300964"
+       fx="-147.5"
+       fy="97.300964"
+       r="109.42857" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7299"
+       id="radialGradient11393"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.2251403,0.00238538,-0.00288061,0.5966421,625.8055,-4.9637231)"
+       cx="-145.65326"
+       cy="87.697487"
+       fx="-145.65326"
+       fy="87.697487"
+       r="109.42857" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient19816"
+       id="radialGradient11490"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.3208501,0.00238435,-0.00310564,0.596383,334.93437,78.721097)"
+       cx="-147.5"
+       cy="97.300964"
+       fx="-147.5"
+       fy="97.300964"
+       r="109.42857" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11508"
+       id="radialGradient11506"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.3208501,0.00238435,-0.00310564,0.596383,334.93437,78.721097)"
+       cx="-147.5"
+       cy="97.300964"
+       fx="-147.5"
+       fy="97.300964"
+       r="109.42857" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11516"
+       id="linearGradient11514"
+       x1="402.58597"
+       y1="24.440832"
+       x2="535.59796"
+       y2="190.61652"
+       gradientUnits="userSpaceOnUse" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient19816"
+       id="radialGradient11602"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.3208501,0.00238435,-0.00310564,0.596383,334.93437,78.721097)"
+       cx="-147.5"
+       cy="97.300964"
+       fx="-147.5"
+       fy="97.300964"
+       r="109.42857" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11508"
+       id="radialGradient11604"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.3208501,0.00238435,-0.00310564,0.596383,334.93437,78.721097)"
+       cx="-147.5"
+       cy="97.300964"
+       fx="-147.5"
+       fy="97.300964"
+       r="109.42857" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11516"
+       id="linearGradient13616"
+       x1="174.35712"
+       y1="96.654701"
+       x2="220.02124"
+       y2="192.93446"
+       gradientUnits="userSpaceOnUse" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7299"
+       id="radialGradient14623"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.9722636,0.00181981,-0.00228603,0.4551788,579.72294,2.0165387)"
+       cx="-147.5"
+       cy="97.300964"
+       fx="-147.5"
+       fy="97.300964"
+       r="109.42857" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7299"
+       id="linearGradient16644"
+       x1="160.84073"
+       y1="73.780838"
+       x2="239.77594"
+       y2="207.50426"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11516"
+       id="linearGradient18644"
+       x1="1036.6514"
+       y1="1185.2882"
+       x2="1076.5066"
+       y2="1351.074"
+       gradientUnits="userSpaceOnUse" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient19816"
+       id="radialGradient19653"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.3208501,0.00238435,-0.00310564,0.596383,334.93437,78.721097)"
+       cx="-147.5"
+       cy="97.300964"
+       fx="-147.5"
+       fy="97.300964"
+       r="109.42857" />
+    <marker
+       id="marker52016"
+       orient="auto"
+       markerHeight="5.7450786"
+       markerWidth="4.6297302">
+      <g
+         id="g52010"
+         transform="matrix(0.5,0,0,0.5,-185.64299,-257.19655)">
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="csccccccsccssssssssssssssccc"
+           id="path52012"
+           d="m 370,508.65625 c -0.86067,0.0587 -1.60944,0.6213 -1.90625,1.4375 -0.26976,0.74176 -0.0577,1.53493 0.4375,2.125 l -1.75,0 c -0.0424,-0.005 -0.0824,0.002 -0.125,0 l 0,4.375 0.125,0 1.75,0 c -0.67896,0.8597 -0.69701,2.11549 0.0937,2.90625 0.85091,0.85091 2.27409,0.85091 3.125,0 l 3.34375,-3.375 c 0.033,-0.0295 0.0643,-0.0608 0.0937,-0.0937 0.0322,-0.0193 0.0635,-0.0402 0.0937,-0.0625 3.7e-4,-3.6e-4 0.21851,-0.28079 0.21875,-0.28125 5e-5,-9e-5 -0.007,-0.0447 0,-0.0625 0.001,-0.003 0.03,0.003 0.0312,0 0.0391,-0.0521 0.051,-0.0518 0.0937,-0.125 0.13699,-0.23476 0.16684,-0.37191 0.15625,-0.34375 0.0368,-0.0915 0.0185,-0.11251 0.0312,-0.15625 0.0106,-0.0102 0.021,-0.0206 0.0312,-0.0312 0.06,-0.22398 0.0881,-0.51689 0.0625,-0.78125 -0.0136,-0.20363 -0.0589,-0.29765 -0.0625,-0.3125 1.4e-4,-0.0104 1.4e-4,-0.0208 0,-0.0312 0.026,0.097 0.0153,0.016 -0.0937,-0.25 -0.0525,-0.13039 -0.0899,-0.21936 -0.125,-0.28125 -0.0524,-0.0897 -0.13346,-0.26235 -0.34375,-0.46875 L 371.75,509.3125 c -0.45645,-0.48671 -1.08509,-0.71163 -1.75,-0.65625 z"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" />
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="cccscccsssssssscccsccc"
+           id="path52014"
+           d="m 366.65625,515.40625 4.625,0 -1.8125,1.8125 c -0.39695,0.39695 -0.39695,1.04055 0,1.4375 0.39695,0.39695 1.04055,0.39695 1.4375,0 l 3.4375,-3.46875 0.0937,-0.0625 c 0.006,-0.006 -0.006,-0.0253 0,-0.0312 0.0554,-0.0572 0.1151,-0.11699 0.15625,-0.1875 0.0286,-0.0491 0.0429,-0.10409 0.0625,-0.15625 0.0124,-0.0307 0.0221,-0.0622 0.0312,-0.0937 0.0311,-0.1161 0.0427,-0.22493 0.0312,-0.34375 -0.004,-0.0578 -0.0174,-0.0996 -0.0312,-0.15625 -0.0109,-0.0407 -0.0151,-0.0857 -0.0312,-0.125 -0.0164,-0.0408 -0.0405,-0.0862 -0.0625,-0.125 -0.0455,-0.0779 -0.0936,-0.15726 -0.15625,-0.21875 l -3.53125,-3.53125 c -0.20891,-0.22276 -0.50816,-0.33785 -0.8125,-0.3125 -0.39478,0.0269 -0.73977,0.28438 -0.875,0.65625 -0.13524,0.37187 -0.0353,0.78826 0.25,1.0625 l 1.875,1.84375 -4.6875,0"
+           style="fill:#f39300;fill-opacity:1;fill-rule:evenodd;stroke:none" />
+      </g>
+    </marker>
+    <marker
+       id="marker52016-3"
+       orient="auto"
+       markerHeight="5.7450786"
+       markerWidth="4.6297302">
+      <g
+         id="g52010-8"
+         transform="matrix(0.5,0,0,0.5,-185.64299,-257.19655)">
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="csccccccsccssssssssssssssccc"
+           id="path52012-6"
+           d="m 370,508.65625 c -0.86067,0.0587 -1.60944,0.6213 -1.90625,1.4375 -0.26976,0.74176 -0.0577,1.53493 0.4375,2.125 l -1.75,0 c -0.0424,-0.005 -0.0824,0.002 -0.125,0 l 0,4.375 0.125,0 1.75,0 c -0.67896,0.8597 -0.69701,2.11549 0.0937,2.90625 0.85091,0.85091 2.27409,0.85091 3.125,0 l 3.34375,-3.375 c 0.033,-0.0295 0.0643,-0.0608 0.0937,-0.0937 0.0322,-0.0193 0.0635,-0.0402 0.0937,-0.0625 3.7e-4,-3.6e-4 0.21851,-0.28079 0.21875,-0.28125 5e-5,-9e-5 -0.007,-0.0447 0,-0.0625 0.001,-0.003 0.03,0.003 0.0312,0 0.0391,-0.0521 0.051,-0.0518 0.0937,-0.125 0.13699,-0.23476 0.16684,-0.37191 0.15625,-0.34375 0.0368,-0.0915 0.0185,-0.11251 0.0312,-0.15625 0.0106,-0.0102 0.021,-0.0206 0.0312,-0.0312 0.06,-0.22398 0.0881,-0.51689 0.0625,-0.78125 -0.0136,-0.20363 -0.0589,-0.29765 -0.0625,-0.3125 1.4e-4,-0.0104 1.4e-4,-0.0208 0,-0.0312 0.026,0.097 0.0153,0.016 -0.0937,-0.25 -0.0525,-0.13039 -0.0899,-0.21936 -0.125,-0.28125 -0.0524,-0.0897 -0.13346,-0.26235 -0.34375,-0.46875 L 371.75,509.3125 c -0.45645,-0.48671 -1.08509,-0.71163 -1.75,-0.65625 z"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" />
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="cccscccsssssssscccsccc"
+           id="path52014-3"
+           d="m 366.65625,515.40625 4.625,0 -1.8125,1.8125 c -0.39695,0.39695 -0.39695,1.04055 0,1.4375 0.39695,0.39695 1.04055,0.39695 1.4375,0 l 3.4375,-3.46875 0.0937,-0.0625 c 0.006,-0.006 -0.006,-0.0253 0,-0.0312 0.0554,-0.0572 0.1151,-0.11699 0.15625,-0.1875 0.0286,-0.0491 0.0429,-0.10409 0.0625,-0.15625 0.0124,-0.0307 0.0221,-0.0622 0.0312,-0.0937 0.0311,-0.1161 0.0427,-0.22493 0.0312,-0.34375 -0.004,-0.0578 -0.0174,-0.0996 -0.0312,-0.15625 -0.0109,-0.0407 -0.0151,-0.0857 -0.0312,-0.125 -0.0164,-0.0408 -0.0405,-0.0862 -0.0625,-0.125 -0.0455,-0.0779 -0.0936,-0.15726 -0.15625,-0.21875 l -3.53125,-3.53125 c -0.20891,-0.22276 -0.50816,-0.33785 -0.8125,-0.3125 -0.39478,0.0269 -0.73977,0.28438 -0.875,0.65625 -0.13524,0.37187 -0.0353,0.78826 0.25,1.0625 l 1.875,1.84375 -4.6875,0"
+           style="fill:#f39300;fill-opacity:1;fill-rule:evenodd;stroke:none" />
+      </g>
+    </marker>
+    <marker
+       id="marker52016-5"
+       orient="auto"
+       markerHeight="5.7450786"
+       markerWidth="4.6297302">
+      <g
+         id="g52010-0"
+         transform="matrix(0.5,0,0,0.5,-185.64299,-257.19655)">
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="csccccccsccssssssssssssssccc"
+           id="path52012-8"
+           d="m 370,508.65625 c -0.86067,0.0587 -1.60944,0.6213 -1.90625,1.4375 -0.26976,0.74176 -0.0577,1.53493 0.4375,2.125 l -1.75,0 c -0.0424,-0.005 -0.0824,0.002 -0.125,0 l 0,4.375 0.125,0 1.75,0 c -0.67896,0.8597 -0.69701,2.11549 0.0937,2.90625 0.85091,0.85091 2.27409,0.85091 3.125,0 l 3.34375,-3.375 c 0.033,-0.0295 0.0643,-0.0608 0.0937,-0.0937 0.0322,-0.0193 0.0635,-0.0402 0.0937,-0.0625 3.7e-4,-3.6e-4 0.21851,-0.28079 0.21875,-0.28125 5e-5,-9e-5 -0.007,-0.0447 0,-0.0625 0.001,-0.003 0.03,0.003 0.0312,0 0.0391,-0.0521 0.051,-0.0518 0.0937,-0.125 0.13699,-0.23476 0.16684,-0.37191 0.15625,-0.34375 0.0368,-0.0915 0.0185,-0.11251 0.0312,-0.15625 0.0106,-0.0102 0.021,-0.0206 0.0312,-0.0312 0.06,-0.22398 0.0881,-0.51689 0.0625,-0.78125 -0.0136,-0.20363 -0.0589,-0.29765 -0.0625,-0.3125 1.4e-4,-0.0104 1.4e-4,-0.0208 0,-0.0312 0.026,0.097 0.0153,0.016 -0.0937,-0.25 -0.0525,-0.13039 -0.0899,-0.21936 -0.125,-0.28125 -0.0524,-0.0897 -0.13346,-0.26235 -0.34375,-0.46875 L 371.75,509.3125 c -0.45645,-0.48671 -1.08509,-0.71163 -1.75,-0.65625 z"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" />
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="cccscccsssssssscccsccc"
+           id="path52014-1"
+           d="m 366.65625,515.40625 4.625,0 -1.8125,1.8125 c -0.39695,0.39695 -0.39695,1.04055 0,1.4375 0.39695,0.39695 1.04055,0.39695 1.4375,0 l 3.4375,-3.46875 0.0937,-0.0625 c 0.006,-0.006 -0.006,-0.0253 0,-0.0312 0.0554,-0.0572 0.1151,-0.11699 0.15625,-0.1875 0.0286,-0.0491 0.0429,-0.10409 0.0625,-0.15625 0.0124,-0.0307 0.0221,-0.0622 0.0312,-0.0937 0.0311,-0.1161 0.0427,-0.22493 0.0312,-0.34375 -0.004,-0.0578 -0.0174,-0.0996 -0.0312,-0.15625 -0.0109,-0.0407 -0.0151,-0.0857 -0.0312,-0.125 -0.0164,-0.0408 -0.0405,-0.0862 -0.0625,-0.125 -0.0455,-0.0779 -0.0936,-0.15726 -0.15625,-0.21875 l -3.53125,-3.53125 c -0.20891,-0.22276 -0.50816,-0.33785 -0.8125,-0.3125 -0.39478,0.0269 -0.73977,0.28438 -0.875,0.65625 -0.13524,0.37187 -0.0353,0.78826 0.25,1.0625 l 1.875,1.84375 -4.6875,0"
+           style="fill:#f39300;fill-opacity:1;fill-rule:evenodd;stroke:none" />
+      </g>
+    </marker>
+    <marker
+       id="marker52016-2"
+       orient="auto"
+       markerHeight="5.7450786"
+       markerWidth="4.6297302">
+      <g
+         id="g52010-6"
+         transform="matrix(0.5,0,0,0.5,-185.64299,-257.19655)">
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="csccccccsccssssssssssssssccc"
+           id="path52012-9"
+           d="m 370,508.65625 c -0.86067,0.0587 -1.60944,0.6213 -1.90625,1.4375 -0.26976,0.74176 -0.0577,1.53493 0.4375,2.125 l -1.75,0 c -0.0424,-0.005 -0.0824,0.002 -0.125,0 l 0,4.375 0.125,0 1.75,0 c -0.67896,0.8597 -0.69701,2.11549 0.0937,2.90625 0.85091,0.85091 2.27409,0.85091 3.125,0 l 3.34375,-3.375 c 0.033,-0.0295 0.0643,-0.0608 0.0937,-0.0937 0.0322,-0.0193 0.0635,-0.0402 0.0937,-0.0625 3.7e-4,-3.6e-4 0.21851,-0.28079 0.21875,-0.28125 5e-5,-9e-5 -0.007,-0.0447 0,-0.0625 0.001,-0.003 0.03,0.003 0.0312,0 0.0391,-0.0521 0.051,-0.0518 0.0937,-0.125 0.13699,-0.23476 0.16684,-0.37191 0.15625,-0.34375 0.0368,-0.0915 0.0185,-0.11251 0.0312,-0.15625 0.0106,-0.0102 0.021,-0.0206 0.0312,-0.0312 0.06,-0.22398 0.0881,-0.51689 0.0625,-0.78125 -0.0136,-0.20363 -0.0589,-0.29765 -0.0625,-0.3125 1.4e-4,-0.0104 1.4e-4,-0.0208 0,-0.0312 0.026,0.097 0.0153,0.016 -0.0937,-0.25 -0.0525,-0.13039 -0.0899,-0.21936 -0.125,-0.28125 -0.0524,-0.0897 -0.13346,-0.26235 -0.34375,-0.46875 L 371.75,509.3125 c -0.45645,-0.48671 -1.08509,-0.71163 -1.75,-0.65625 z"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" />
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="cccscccsssssssscccsccc"
+           id="path52014-10"
+           d="m 366.65625,515.40625 4.625,0 -1.8125,1.8125 c -0.39695,0.39695 -0.39695,1.04055 0,1.4375 0.39695,0.39695 1.04055,0.39695 1.4375,0 l 3.4375,-3.46875 0.0937,-0.0625 c 0.006,-0.006 -0.006,-0.0253 0,-0.0312 0.0554,-0.0572 0.1151,-0.11699 0.15625,-0.1875 0.0286,-0.0491 0.0429,-0.10409 0.0625,-0.15625 0.0124,-0.0307 0.0221,-0.0622 0.0312,-0.0937 0.0311,-0.1161 0.0427,-0.22493 0.0312,-0.34375 -0.004,-0.0578 -0.0174,-0.0996 -0.0312,-0.15625 -0.0109,-0.0407 -0.0151,-0.0857 -0.0312,-0.125 -0.0164,-0.0408 -0.0405,-0.0862 -0.0625,-0.125 -0.0455,-0.0779 -0.0936,-0.15726 -0.15625,-0.21875 l -3.53125,-3.53125 c -0.20891,-0.22276 -0.50816,-0.33785 -0.8125,-0.3125 -0.39478,0.0269 -0.73977,0.28438 -0.875,0.65625 -0.13524,0.37187 -0.0353,0.78826 0.25,1.0625 l 1.875,1.84375 -4.6875,0"
+           style="fill:#f39300;fill-opacity:1;fill-rule:evenodd;stroke:none" />
+      </g>
+    </marker>
+    <marker
+       id="marker52016-7"
+       orient="auto"
+       markerHeight="5.7450786"
+       markerWidth="4.6297302">
+      <g
+         id="g52010-3"
+         transform="matrix(0.5,0,0,0.5,-185.64299,-257.19655)">
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="csccccccsccssssssssssssssccc"
+           id="path52012-7"
+           d="m 370,508.65625 c -0.86067,0.0587 -1.60944,0.6213 -1.90625,1.4375 -0.26976,0.74176 -0.0577,1.53493 0.4375,2.125 l -1.75,0 c -0.0424,-0.005 -0.0824,0.002 -0.125,0 l 0,4.375 0.125,0 1.75,0 c -0.67896,0.8597 -0.69701,2.11549 0.0937,2.90625 0.85091,0.85091 2.27409,0.85091 3.125,0 l 3.34375,-3.375 c 0.033,-0.0295 0.0643,-0.0608 0.0937,-0.0937 0.0322,-0.0193 0.0635,-0.0402 0.0937,-0.0625 3.7e-4,-3.6e-4 0.21851,-0.28079 0.21875,-0.28125 5e-5,-9e-5 -0.007,-0.0447 0,-0.0625 0.001,-0.003 0.03,0.003 0.0312,0 0.0391,-0.0521 0.051,-0.0518 0.0937,-0.125 0.13699,-0.23476 0.16684,-0.37191 0.15625,-0.34375 0.0368,-0.0915 0.0185,-0.11251 0.0312,-0.15625 0.0106,-0.0102 0.021,-0.0206 0.0312,-0.0312 0.06,-0.22398 0.0881,-0.51689 0.0625,-0.78125 -0.0136,-0.20363 -0.0589,-0.29765 -0.0625,-0.3125 1.4e-4,-0.0104 1.4e-4,-0.0208 0,-0.0312 0.026,0.097 0.0153,0.016 -0.0937,-0.25 -0.0525,-0.13039 -0.0899,-0.21936 -0.125,-0.28125 -0.0524,-0.0897 -0.13346,-0.26235 -0.34375,-0.46875 L 371.75,509.3125 c -0.45645,-0.48671 -1.08509,-0.71163 -1.75,-0.65625 z"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" />
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="cccscccsssssssscccsccc"
+           id="path52014-12"
+           d="m 366.65625,515.40625 4.625,0 -1.8125,1.8125 c -0.39695,0.39695 -0.39695,1.04055 0,1.4375 0.39695,0.39695 1.04055,0.39695 1.4375,0 l 3.4375,-3.46875 0.0937,-0.0625 c 0.006,-0.006 -0.006,-0.0253 0,-0.0312 0.0554,-0.0572 0.1151,-0.11699 0.15625,-0.1875 0.0286,-0.0491 0.0429,-0.10409 0.0625,-0.15625 0.0124,-0.0307 0.0221,-0.0622 0.0312,-0.0937 0.0311,-0.1161 0.0427,-0.22493 0.0312,-0.34375 -0.004,-0.0578 -0.0174,-0.0996 -0.0312,-0.15625 -0.0109,-0.0407 -0.0151,-0.0857 -0.0312,-0.125 -0.0164,-0.0408 -0.0405,-0.0862 -0.0625,-0.125 -0.0455,-0.0779 -0.0936,-0.15726 -0.15625,-0.21875 l -3.53125,-3.53125 c -0.20891,-0.22276 -0.50816,-0.33785 -0.8125,-0.3125 -0.39478,0.0269 -0.73977,0.28438 -0.875,0.65625 -0.13524,0.37187 -0.0353,0.78826 0.25,1.0625 l 1.875,1.84375 -4.6875,0"
+           style="fill:#f39300;fill-opacity:1;fill-rule:evenodd;stroke:none" />
+      </g>
+    </marker>
+    <marker
+       id="marker52016-8"
+       orient="auto"
+       markerHeight="5.7450786"
+       markerWidth="4.6297302">
+      <g
+         id="g52010-9"
+         transform="matrix(0.5,0,0,0.5,-185.64299,-257.19655)">
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="csccccccsccssssssssssssssccc"
+           id="path52012-88"
+           d="m 370,508.65625 c -0.86067,0.0587 -1.60944,0.6213 -1.90625,1.4375 -0.26976,0.74176 -0.0577,1.53493 0.4375,2.125 l -1.75,0 c -0.0424,-0.005 -0.0824,0.002 -0.125,0 l 0,4.375 0.125,0 1.75,0 c -0.67896,0.8597 -0.69701,2.11549 0.0937,2.90625 0.85091,0.85091 2.27409,0.85091 3.125,0 l 3.34375,-3.375 c 0.033,-0.0295 0.0643,-0.0608 0.0937,-0.0937 0.0322,-0.0193 0.0635,-0.0402 0.0937,-0.0625 3.7e-4,-3.6e-4 0.21851,-0.28079 0.21875,-0.28125 5e-5,-9e-5 -0.007,-0.0447 0,-0.0625 0.001,-0.003 0.03,0.003 0.0312,0 0.0391,-0.0521 0.051,-0.0518 0.0937,-0.125 0.13699,-0.23476 0.16684,-0.37191 0.15625,-0.34375 0.0368,-0.0915 0.0185,-0.11251 0.0312,-0.15625 0.0106,-0.0102 0.021,-0.0206 0.0312,-0.0312 0.06,-0.22398 0.0881,-0.51689 0.0625,-0.78125 -0.0136,-0.20363 -0.0589,-0.29765 -0.0625,-0.3125 1.4e-4,-0.0104 1.4e-4,-0.0208 0,-0.0312 0.026,0.097 0.0153,0.016 -0.0937,-0.25 -0.0525,-0.13039 -0.0899,-0.21936 -0.125,-0.28125 -0.0524,-0.0897 -0.13346,-0.26235 -0.34375,-0.46875 L 371.75,509.3125 c -0.45645,-0.48671 -1.08509,-0.71163 -1.75,-0.65625 z"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" />
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="cccscccsssssssscccsccc"
+           id="path52014-0"
+           d="m 366.65625,515.40625 4.625,0 -1.8125,1.8125 c -0.39695,0.39695 -0.39695,1.04055 0,1.4375 0.39695,0.39695 1.04055,0.39695 1.4375,0 l 3.4375,-3.46875 0.0937,-0.0625 c 0.006,-0.006 -0.006,-0.0253 0,-0.0312 0.0554,-0.0572 0.1151,-0.11699 0.15625,-0.1875 0.0286,-0.0491 0.0429,-0.10409 0.0625,-0.15625 0.0124,-0.0307 0.0221,-0.0622 0.0312,-0.0937 0.0311,-0.1161 0.0427,-0.22493 0.0312,-0.34375 -0.004,-0.0578 -0.0174,-0.0996 -0.0312,-0.15625 -0.0109,-0.0407 -0.0151,-0.0857 -0.0312,-0.125 -0.0164,-0.0408 -0.0405,-0.0862 -0.0625,-0.125 -0.0455,-0.0779 -0.0936,-0.15726 -0.15625,-0.21875 l -3.53125,-3.53125 c -0.20891,-0.22276 -0.50816,-0.33785 -0.8125,-0.3125 -0.39478,0.0269 -0.73977,0.28438 -0.875,0.65625 -0.13524,0.37187 -0.0353,0.78826 0.25,1.0625 l 1.875,1.84375 -4.6875,0"
+           style="fill:#f39300;fill-opacity:1;fill-rule:evenodd;stroke:none" />
+      </g>
+    </marker>
+    <marker
+       id="marker18095"
+       orient="auto"
+       markerHeight="5.7450776"
+       markerWidth="4.6297302">
+      <g
+         id="g11064"
+         transform="matrix(0.5,0,0,0.5,-185.64298,-257.19655)">
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="csccccccsccssssssssssssssccc"
+           id="path11050"
+           d="m 370,508.65625 c -0.86067,0.0587 -1.60944,0.6213 -1.90625,1.4375 -0.26976,0.74176 -0.0577,1.53493 0.4375,2.125 l -1.75,0 c -0.0424,-0.005 -0.0824,0.002 -0.125,0 l 0,4.375 0.125,0 1.75,0 c -0.67896,0.8597 -0.69701,2.11549 0.0937,2.90625 0.85091,0.85091 2.27409,0.85091 3.125,0 l 3.34375,-3.375 c 0.033,-0.0295 0.0643,-0.0608 0.0937,-0.0937 0.0322,-0.0193 0.0635,-0.0402 0.0937,-0.0625 3.7e-4,-3.6e-4 0.21851,-0.28079 0.21875,-0.28125 5e-5,-9e-5 -0.007,-0.0447 0,-0.0625 0.001,-0.003 0.03,0.003 0.0312,0 0.0391,-0.0521 0.051,-0.0518 0.0937,-0.125 0.13699,-0.23476 0.16684,-0.37191 0.15625,-0.34375 0.0368,-0.0915 0.0185,-0.11251 0.0312,-0.15625 0.0106,-0.0102 0.021,-0.0206 0.0312,-0.0312 0.06,-0.22398 0.0881,-0.51689 0.0625,-0.78125 -0.0136,-0.20363 -0.0589,-0.29765 -0.0625,-0.3125 1.4e-4,-0.0104 1.4e-4,-0.0208 0,-0.0312 0.026,0.097 0.0153,0.016 -0.0937,-0.25 -0.0525,-0.13039 -0.0899,-0.21936 -0.125,-0.28125 -0.0524,-0.0897 -0.13346,-0.26235 -0.34375,-0.46875 L 371.75,509.3125 c -0.45645,-0.48671 -1.08509,-0.71163 -1.75,-0.65625 z"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" />
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="cccscccsssssssscccsccc"
+           id="path11035"
+           d="m 366.65625,515.40625 4.625,0 -1.8125,1.8125 c -0.39695,0.39695 -0.39695,1.04055 0,1.4375 0.39695,0.39695 1.04055,0.39695 1.4375,0 l 3.4375,-3.46875 0.0937,-0.0625 c 0.006,-0.006 -0.006,-0.0253 0,-0.0312 0.0554,-0.0572 0.1151,-0.11699 0.15625,-0.1875 0.0286,-0.0491 0.0429,-0.10409 0.0625,-0.15625 0.0124,-0.0307 0.0221,-0.0622 0.0312,-0.0937 0.0311,-0.1161 0.0427,-0.22493 0.0312,-0.34375 -0.004,-0.0578 -0.0174,-0.0996 -0.0312,-0.15625 -0.0109,-0.0407 -0.0151,-0.0857 -0.0312,-0.125 -0.0164,-0.0408 -0.0405,-0.0862 -0.0625,-0.125 -0.0455,-0.0779 -0.0936,-0.15726 -0.15625,-0.21875 l -3.53125,-3.53125 c -0.20891,-0.22276 -0.50816,-0.33785 -0.8125,-0.3125 -0.39478,0.0269 -0.73977,0.28438 -0.875,0.65625 -0.13524,0.37187 -0.0353,0.78826 0.25,1.0625 l 1.875,1.84375 -4.6875,0"
+           style="fill:#49c2f1;fill-opacity:1;fill-rule:evenodd;stroke:none" />
+      </g>
+    </marker>
+    <marker
+       id="marker52016-22"
+       orient="auto"
+       markerHeight="5.7450786"
+       markerWidth="4.6297302">
+      <g
+         id="g52010-1"
+         transform="matrix(0.5,0,0,0.5,-185.64299,-257.19655)">
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="csccccccsccssssssssssssssccc"
+           id="path52012-62"
+           d="m 370,508.65625 c -0.86067,0.0587 -1.60944,0.6213 -1.90625,1.4375 -0.26976,0.74176 -0.0577,1.53493 0.4375,2.125 l -1.75,0 c -0.0424,-0.005 -0.0824,0.002 -0.125,0 l 0,4.375 0.125,0 1.75,0 c -0.67896,0.8597 -0.69701,2.11549 0.0937,2.90625 0.85091,0.85091 2.27409,0.85091 3.125,0 l 3.34375,-3.375 c 0.033,-0.0295 0.0643,-0.0608 0.0937,-0.0937 0.0322,-0.0193 0.0635,-0.0402 0.0937,-0.0625 3.7e-4,-3.6e-4 0.21851,-0.28079 0.21875,-0.28125 5e-5,-9e-5 -0.007,-0.0447 0,-0.0625 0.001,-0.003 0.03,0.003 0.0312,0 0.0391,-0.0521 0.051,-0.0518 0.0937,-0.125 0.13699,-0.23476 0.16684,-0.37191 0.15625,-0.34375 0.0368,-0.0915 0.0185,-0.11251 0.0312,-0.15625 0.0106,-0.0102 0.021,-0.0206 0.0312,-0.0312 0.06,-0.22398 0.0881,-0.51689 0.0625,-0.78125 -0.0136,-0.20363 -0.0589,-0.29765 -0.0625,-0.3125 1.4e-4,-0.0104 1.4e-4,-0.0208 0,-0.0312 0.026,0.097 0.0153,0.016 -0.0937,-0.25 -0.0525,-0.13039 -0.0899,-0.21936 -0.125,-0.28125 -0.0524,-0.0897 -0.13346,-0.26235 -0.34375,-0.46875 L 371.75,509.3125 c -0.45645,-0.48671 -1.08509,-0.71163 -1.75,-0.65625 z"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" />
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="cccscccsssssssscccsccc"
+           id="path52014-02"
+           d="m 366.65625,515.40625 4.625,0 -1.8125,1.8125 c -0.39695,0.39695 -0.39695,1.04055 0,1.4375 0.39695,0.39695 1.04055,0.39695 1.4375,0 l 3.4375,-3.46875 0.0937,-0.0625 c 0.006,-0.006 -0.006,-0.0253 0,-0.0312 0.0554,-0.0572 0.1151,-0.11699 0.15625,-0.1875 0.0286,-0.0491 0.0429,-0.10409 0.0625,-0.15625 0.0124,-0.0307 0.0221,-0.0622 0.0312,-0.0937 0.0311,-0.1161 0.0427,-0.22493 0.0312,-0.34375 -0.004,-0.0578 -0.0174,-0.0996 -0.0312,-0.15625 -0.0109,-0.0407 -0.0151,-0.0857 -0.0312,-0.125 -0.0164,-0.0408 -0.0405,-0.0862 -0.0625,-0.125 -0.0455,-0.0779 -0.0936,-0.15726 -0.15625,-0.21875 l -3.53125,-3.53125 c -0.20891,-0.22276 -0.50816,-0.33785 -0.8125,-0.3125 -0.39478,0.0269 -0.73977,0.28438 -0.875,0.65625 -0.13524,0.37187 -0.0353,0.78826 0.25,1.0625 l 1.875,1.84375 -4.6875,0"
+           style="fill:#f39300;fill-opacity:1;fill-rule:evenodd;stroke:none" />
+      </g>
+    </marker>
+    <marker
+       id="marker18095-4"
+       orient="auto"
+       markerHeight="5.7450776"
+       markerWidth="4.6297302">
+      <g
+         id="g11064-6"
+         transform="matrix(0.5,0,0,0.5,-185.64298,-257.19655)">
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="csccccccsccssssssssssssssccc"
+           id="path11050-6"
+           d="m 370,508.65625 c -0.86067,0.0587 -1.60944,0.6213 -1.90625,1.4375 -0.26976,0.74176 -0.0577,1.53493 0.4375,2.125 l -1.75,0 c -0.0424,-0.005 -0.0824,0.002 -0.125,0 l 0,4.375 0.125,0 1.75,0 c -0.67896,0.8597 -0.69701,2.11549 0.0937,2.90625 0.85091,0.85091 2.27409,0.85091 3.125,0 l 3.34375,-3.375 c 0.033,-0.0295 0.0643,-0.0608 0.0937,-0.0937 0.0322,-0.0193 0.0635,-0.0402 0.0937,-0.0625 3.7e-4,-3.6e-4 0.21851,-0.28079 0.21875,-0.28125 5e-5,-9e-5 -0.007,-0.0447 0,-0.0625 0.001,-0.003 0.03,0.003 0.0312,0 0.0391,-0.0521 0.051,-0.0518 0.0937,-0.125 0.13699,-0.23476 0.16684,-0.37191 0.15625,-0.34375 0.0368,-0.0915 0.0185,-0.11251 0.0312,-0.15625 0.0106,-0.0102 0.021,-0.0206 0.0312,-0.0312 0.06,-0.22398 0.0881,-0.51689 0.0625,-0.78125 -0.0136,-0.20363 -0.0589,-0.29765 -0.0625,-0.3125 1.4e-4,-0.0104 1.4e-4,-0.0208 0,-0.0312 0.026,0.097 0.0153,0.016 -0.0937,-0.25 -0.0525,-0.13039 -0.0899,-0.21936 -0.125,-0.28125 -0.0524,-0.0897 -0.13346,-0.26235 -0.34375,-0.46875 L 371.75,509.3125 c -0.45645,-0.48671 -1.08509,-0.71163 -1.75,-0.65625 z"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" />
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="cccscccsssssssscccsccc"
+           id="path11035-3"
+           d="m 366.65625,515.40625 4.625,0 -1.8125,1.8125 c -0.39695,0.39695 -0.39695,1.04055 0,1.4375 0.39695,0.39695 1.04055,0.39695 1.4375,0 l 3.4375,-3.46875 0.0937,-0.0625 c 0.006,-0.006 -0.006,-0.0253 0,-0.0312 0.0554,-0.0572 0.1151,-0.11699 0.15625,-0.1875 0.0286,-0.0491 0.0429,-0.10409 0.0625,-0.15625 0.0124,-0.0307 0.0221,-0.0622 0.0312,-0.0937 0.0311,-0.1161 0.0427,-0.22493 0.0312,-0.34375 -0.004,-0.0578 -0.0174,-0.0996 -0.0312,-0.15625 -0.0109,-0.0407 -0.0151,-0.0857 -0.0312,-0.125 -0.0164,-0.0408 -0.0405,-0.0862 -0.0625,-0.125 -0.0455,-0.0779 -0.0936,-0.15726 -0.15625,-0.21875 l -3.53125,-3.53125 c -0.20891,-0.22276 -0.50816,-0.33785 -0.8125,-0.3125 -0.39478,0.0269 -0.73977,0.28438 -0.875,0.65625 -0.13524,0.37187 -0.0353,0.78826 0.25,1.0625 l 1.875,1.84375 -4.6875,0"
+           style="fill:#49c2f1;fill-opacity:1;fill-rule:evenodd;stroke:none" />
+      </g>
+    </marker>
+    <marker
+       id="marker18095-9"
+       orient="auto"
+       markerHeight="5.7450776"
+       markerWidth="4.6297302">
+      <g
+         id="g11064-5"
+         transform="matrix(0.5,0,0,0.5,-185.64298,-257.19655)">
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="csccccccsccssssssssssssssccc"
+           id="path11050-2"
+           d="m 370,508.65625 c -0.86067,0.0587 -1.60944,0.6213 -1.90625,1.4375 -0.26976,0.74176 -0.0577,1.53493 0.4375,2.125 l -1.75,0 c -0.0424,-0.005 -0.0824,0.002 -0.125,0 l 0,4.375 0.125,0 1.75,0 c -0.67896,0.8597 -0.69701,2.11549 0.0937,2.90625 0.85091,0.85091 2.27409,0.85091 3.125,0 l 3.34375,-3.375 c 0.033,-0.0295 0.0643,-0.0608 0.0937,-0.0937 0.0322,-0.0193 0.0635,-0.0402 0.0937,-0.0625 3.7e-4,-3.6e-4 0.21851,-0.28079 0.21875,-0.28125 5e-5,-9e-5 -0.007,-0.0447 0,-0.0625 0.001,-0.003 0.03,0.003 0.0312,0 0.0391,-0.0521 0.051,-0.0518 0.0937,-0.125 0.13699,-0.23476 0.16684,-0.37191 0.15625,-0.34375 0.0368,-0.0915 0.0185,-0.11251 0.0312,-0.15625 0.0106,-0.0102 0.021,-0.0206 0.0312,-0.0312 0.06,-0.22398 0.0881,-0.51689 0.0625,-0.78125 -0.0136,-0.20363 -0.0589,-0.29765 -0.0625,-0.3125 1.4e-4,-0.0104 1.4e-4,-0.0208 0,-0.0312 0.026,0.097 0.0153,0.016 -0.0937,-0.25 -0.0525,-0.13039 -0.0899,-0.21936 -0.125,-0.28125 -0.0524,-0.0897 -0.13346,-0.26235 -0.34375,-0.46875 L 371.75,509.3125 c -0.45645,-0.48671 -1.08509,-0.71163 -1.75,-0.65625 z"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" />
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="cccscccsssssssscccsccc"
+           id="path11035-1"
+           d="m 366.65625,515.40625 4.625,0 -1.8125,1.8125 c -0.39695,0.39695 -0.39695,1.04055 0,1.4375 0.39695,0.39695 1.04055,0.39695 1.4375,0 l 3.4375,-3.46875 0.0937,-0.0625 c 0.006,-0.006 -0.006,-0.0253 0,-0.0312 0.0554,-0.0572 0.1151,-0.11699 0.15625,-0.1875 0.0286,-0.0491 0.0429,-0.10409 0.0625,-0.15625 0.0124,-0.0307 0.0221,-0.0622 0.0312,-0.0937 0.0311,-0.1161 0.0427,-0.22493 0.0312,-0.34375 -0.004,-0.0578 -0.0174,-0.0996 -0.0312,-0.15625 -0.0109,-0.0407 -0.0151,-0.0857 -0.0312,-0.125 -0.0164,-0.0408 -0.0405,-0.0862 -0.0625,-0.125 -0.0455,-0.0779 -0.0936,-0.15726 -0.15625,-0.21875 l -3.53125,-3.53125 c -0.20891,-0.22276 -0.50816,-0.33785 -0.8125,-0.3125 -0.39478,0.0269 -0.73977,0.28438 -0.875,0.65625 -0.13524,0.37187 -0.0353,0.78826 0.25,1.0625 l 1.875,1.84375 -4.6875,0"
+           style="fill:#49c2f1;fill-opacity:1;fill-rule:evenodd;stroke:none" />
+      </g>
+    </marker>
+    <marker
+       id="marker18095-5"
+       orient="auto"
+       markerHeight="5.7450776"
+       markerWidth="4.6297302">
+      <g
+         id="g11064-55"
+         transform="matrix(0.5,0,0,0.5,-185.64298,-257.19655)">
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="csccccccsccssssssssssssssccc"
+           id="path11050-60"
+           d="m 370,508.65625 c -0.86067,0.0587 -1.60944,0.6213 -1.90625,1.4375 -0.26976,0.74176 -0.0577,1.53493 0.4375,2.125 l -1.75,0 c -0.0424,-0.005 -0.0824,0.002 -0.125,0 l 0,4.375 0.125,0 1.75,0 c -0.67896,0.8597 -0.69701,2.11549 0.0937,2.90625 0.85091,0.85091 2.27409,0.85091 3.125,0 l 3.34375,-3.375 c 0.033,-0.0295 0.0643,-0.0608 0.0937,-0.0937 0.0322,-0.0193 0.0635,-0.0402 0.0937,-0.0625 3.7e-4,-3.6e-4 0.21851,-0.28079 0.21875,-0.28125 5e-5,-9e-5 -0.007,-0.0447 0,-0.0625 0.001,-0.003 0.03,0.003 0.0312,0 0.0391,-0.0521 0.051,-0.0518 0.0937,-0.125 0.13699,-0.23476 0.16684,-0.37191 0.15625,-0.34375 0.0368,-0.0915 0.0185,-0.11251 0.0312,-0.15625 0.0106,-0.0102 0.021,-0.0206 0.0312,-0.0312 0.06,-0.22398 0.0881,-0.51689 0.0625,-0.78125 -0.0136,-0.20363 -0.0589,-0.29765 -0.0625,-0.3125 1.4e-4,-0.0104 1.4e-4,-0.0208 0,-0.0312 0.026,0.097 0.0153,0.016 -0.0937,-0.25 -0.0525,-0.13039 -0.0899,-0.21936 -0.125,-0.28125 -0.0524,-0.0897 -0.13346,-0.26235 -0.34375,-0.46875 L 371.75,509.3125 c -0.45645,-0.48671 -1.08509,-0.71163 -1.75,-0.65625 z"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" />
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="cccscccsssssssscccsccc"
+           id="path11035-6"
+           d="m 366.65625,515.40625 4.625,0 -1.8125,1.8125 c -0.39695,0.39695 -0.39695,1.04055 0,1.4375 0.39695,0.39695 1.04055,0.39695 1.4375,0 l 3.4375,-3.46875 0.0937,-0.0625 c 0.006,-0.006 -0.006,-0.0253 0,-0.0312 0.0554,-0.0572 0.1151,-0.11699 0.15625,-0.1875 0.0286,-0.0491 0.0429,-0.10409 0.0625,-0.15625 0.0124,-0.0307 0.0221,-0.0622 0.0312,-0.0937 0.0311,-0.1161 0.0427,-0.22493 0.0312,-0.34375 -0.004,-0.0578 -0.0174,-0.0996 -0.0312,-0.15625 -0.0109,-0.0407 -0.0151,-0.0857 -0.0312,-0.125 -0.0164,-0.0408 -0.0405,-0.0862 -0.0625,-0.125 -0.0455,-0.0779 -0.0936,-0.15726 -0.15625,-0.21875 l -3.53125,-3.53125 c -0.20891,-0.22276 -0.50816,-0.33785 -0.8125,-0.3125 -0.39478,0.0269 -0.73977,0.28438 -0.875,0.65625 -0.13524,0.37187 -0.0353,0.78826 0.25,1.0625 l 1.875,1.84375 -4.6875,0"
+           style="fill:#49c2f1;fill-opacity:1;fill-rule:evenodd;stroke:none" />
+      </g>
+    </marker>
+    <marker
+       id="marker18095-6"
+       orient="auto"
+       markerHeight="5.7450776"
+       markerWidth="4.6297302">
+      <g
+         id="g11064-1"
+         transform="matrix(0.5,0,0,0.5,-185.64298,-257.19655)">
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="csccccccsccssssssssssssssccc"
+           id="path11050-5"
+           d="m 370,508.65625 c -0.86067,0.0587 -1.60944,0.6213 -1.90625,1.4375 -0.26976,0.74176 -0.0577,1.53493 0.4375,2.125 l -1.75,0 c -0.0424,-0.005 -0.0824,0.002 -0.125,0 l 0,4.375 0.125,0 1.75,0 c -0.67896,0.8597 -0.69701,2.11549 0.0937,2.90625 0.85091,0.85091 2.27409,0.85091 3.125,0 l 3.34375,-3.375 c 0.033,-0.0295 0.0643,-0.0608 0.0937,-0.0937 0.0322,-0.0193 0.0635,-0.0402 0.0937,-0.0625 3.7e-4,-3.6e-4 0.21851,-0.28079 0.21875,-0.28125 5e-5,-9e-5 -0.007,-0.0447 0,-0.0625 0.001,-0.003 0.03,0.003 0.0312,0 0.0391,-0.0521 0.051,-0.0518 0.0937,-0.125 0.13699,-0.23476 0.16684,-0.37191 0.15625,-0.34375 0.0368,-0.0915 0.0185,-0.11251 0.0312,-0.15625 0.0106,-0.0102 0.021,-0.0206 0.0312,-0.0312 0.06,-0.22398 0.0881,-0.51689 0.0625,-0.78125 -0.0136,-0.20363 -0.0589,-0.29765 -0.0625,-0.3125 1.4e-4,-0.0104 1.4e-4,-0.0208 0,-0.0312 0.026,0.097 0.0153,0.016 -0.0937,-0.25 -0.0525,-0.13039 -0.0899,-0.21936 -0.125,-0.28125 -0.0524,-0.0897 -0.13346,-0.26235 -0.34375,-0.46875 L 371.75,509.3125 c -0.45645,-0.48671 -1.08509,-0.71163 -1.75,-0.65625 z"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" />
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="cccscccsssssssscccsccc"
+           id="path11035-9"
+           d="m 366.65625,515.40625 4.625,0 -1.8125,1.8125 c -0.39695,0.39695 -0.39695,1.04055 0,1.4375 0.39695,0.39695 1.04055,0.39695 1.4375,0 l 3.4375,-3.46875 0.0937,-0.0625 c 0.006,-0.006 -0.006,-0.0253 0,-0.0312 0.0554,-0.0572 0.1151,-0.11699 0.15625,-0.1875 0.0286,-0.0491 0.0429,-0.10409 0.0625,-0.15625 0.0124,-0.0307 0.0221,-0.0622 0.0312,-0.0937 0.0311,-0.1161 0.0427,-0.22493 0.0312,-0.34375 -0.004,-0.0578 -0.0174,-0.0996 -0.0312,-0.15625 -0.0109,-0.0407 -0.0151,-0.0857 -0.0312,-0.125 -0.0164,-0.0408 -0.0405,-0.0862 -0.0625,-0.125 -0.0455,-0.0779 -0.0936,-0.15726 -0.15625,-0.21875 l -3.53125,-3.53125 c -0.20891,-0.22276 -0.50816,-0.33785 -0.8125,-0.3125 -0.39478,0.0269 -0.73977,0.28438 -0.875,0.65625 -0.13524,0.37187 -0.0353,0.78826 0.25,1.0625 l 1.875,1.84375 -4.6875,0"
+           style="fill:#49c2f1;fill-opacity:1;fill-rule:evenodd;stroke:none" />
+      </g>
+    </marker>
+    <marker
+       id="marker18095-2"
+       orient="auto"
+       markerHeight="5.7450776"
+       markerWidth="4.6297302">
+      <g
+         id="g11064-3"
+         transform="matrix(0.5,0,0,0.5,-185.64298,-257.19655)">
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="csccccccsccssssssssssssssccc"
+           id="path11050-0"
+           d="m 370,508.65625 c -0.86067,0.0587 -1.60944,0.6213 -1.90625,1.4375 -0.26976,0.74176 -0.0577,1.53493 0.4375,2.125 l -1.75,0 c -0.0424,-0.005 -0.0824,0.002 -0.125,0 l 0,4.375 0.125,0 1.75,0 c -0.67896,0.8597 -0.69701,2.11549 0.0937,2.90625 0.85091,0.85091 2.27409,0.85091 3.125,0 l 3.34375,-3.375 c 0.033,-0.0295 0.0643,-0.0608 0.0937,-0.0937 0.0322,-0.0193 0.0635,-0.0402 0.0937,-0.0625 3.7e-4,-3.6e-4 0.21851,-0.28079 0.21875,-0.28125 5e-5,-9e-5 -0.007,-0.0447 0,-0.0625 0.001,-0.003 0.03,0.003 0.0312,0 0.0391,-0.0521 0.051,-0.0518 0.0937,-0.125 0.13699,-0.23476 0.16684,-0.37191 0.15625,-0.34375 0.0368,-0.0915 0.0185,-0.11251 0.0312,-0.15625 0.0106,-0.0102 0.021,-0.0206 0.0312,-0.0312 0.06,-0.22398 0.0881,-0.51689 0.0625,-0.78125 -0.0136,-0.20363 -0.0589,-0.29765 -0.0625,-0.3125 1.4e-4,-0.0104 1.4e-4,-0.0208 0,-0.0312 0.026,0.097 0.0153,0.016 -0.0937,-0.25 -0.0525,-0.13039 -0.0899,-0.21936 -0.125,-0.28125 -0.0524,-0.0897 -0.13346,-0.26235 -0.34375,-0.46875 L 371.75,509.3125 c -0.45645,-0.48671 -1.08509,-0.71163 -1.75,-0.65625 z"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" />
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="cccscccsssssssscccsccc"
+           id="path11035-7"
+           d="m 366.65625,515.40625 4.625,0 -1.8125,1.8125 c -0.39695,0.39695 -0.39695,1.04055 0,1.4375 0.39695,0.39695 1.04055,0.39695 1.4375,0 l 3.4375,-3.46875 0.0937,-0.0625 c 0.006,-0.006 -0.006,-0.0253 0,-0.0312 0.0554,-0.0572 0.1151,-0.11699 0.15625,-0.1875 0.0286,-0.0491 0.0429,-0.10409 0.0625,-0.15625 0.0124,-0.0307 0.0221,-0.0622 0.0312,-0.0937 0.0311,-0.1161 0.0427,-0.22493 0.0312,-0.34375 -0.004,-0.0578 -0.0174,-0.0996 -0.0312,-0.15625 -0.0109,-0.0407 -0.0151,-0.0857 -0.0312,-0.125 -0.0164,-0.0408 -0.0405,-0.0862 -0.0625,-0.125 -0.0455,-0.0779 -0.0936,-0.15726 -0.15625,-0.21875 l -3.53125,-3.53125 c -0.20891,-0.22276 -0.50816,-0.33785 -0.8125,-0.3125 -0.39478,0.0269 -0.73977,0.28438 -0.875,0.65625 -0.13524,0.37187 -0.0353,0.78826 0.25,1.0625 l 1.875,1.84375 -4.6875,0"
+           style="fill:#49c2f1;fill-opacity:1;fill-rule:evenodd;stroke:none" />
+      </g>
+    </marker>
+    <marker
+       id="marker52016-1"
+       orient="auto"
+       markerHeight="5.7450786"
+       markerWidth="4.6297302">
+      <g
+         id="g52010-68"
+         transform="matrix(0.5,0,0,0.5,-185.64299,-257.19655)">
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="csccccccsccssssssssssssssccc"
+           id="path52012-60"
+           d="m 370,508.65625 c -0.86067,0.0587 -1.60944,0.6213 -1.90625,1.4375 -0.26976,0.74176 -0.0577,1.53493 0.4375,2.125 l -1.75,0 c -0.0424,-0.005 -0.0824,0.002 -0.125,0 l 0,4.375 0.125,0 1.75,0 c -0.67896,0.8597 -0.69701,2.11549 0.0937,2.90625 0.85091,0.85091 2.27409,0.85091 3.125,0 l 3.34375,-3.375 c 0.033,-0.0295 0.0643,-0.0608 0.0937,-0.0937 0.0322,-0.0193 0.0635,-0.0402 0.0937,-0.0625 3.7e-4,-3.6e-4 0.21851,-0.28079 0.21875,-0.28125 5e-5,-9e-5 -0.007,-0.0447 0,-0.0625 0.001,-0.003 0.03,0.003 0.0312,0 0.0391,-0.0521 0.051,-0.0518 0.0937,-0.125 0.13699,-0.23476 0.16684,-0.37191 0.15625,-0.34375 0.0368,-0.0915 0.0185,-0.11251 0.0312,-0.15625 0.0106,-0.0102 0.021,-0.0206 0.0312,-0.0312 0.06,-0.22398 0.0881,-0.51689 0.0625,-0.78125 -0.0136,-0.20363 -0.0589,-0.29765 -0.0625,-0.3125 1.4e-4,-0.0104 1.4e-4,-0.0208 0,-0.0312 0.026,0.097 0.0153,0.016 -0.0937,-0.25 -0.0525,-0.13039 -0.0899,-0.21936 -0.125,-0.28125 -0.0524,-0.0897 -0.13346,-0.26235 -0.34375,-0.46875 L 371.75,509.3125 c -0.45645,-0.48671 -1.08509,-0.71163 -1.75,-0.65625 z"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" />
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="cccscccsssssssscccsccc"
+           id="path52014-4"
+           d="m 366.65625,515.40625 4.625,0 -1.8125,1.8125 c -0.39695,0.39695 -0.39695,1.04055 0,1.4375 0.39695,0.39695 1.04055,0.39695 1.4375,0 l 3.4375,-3.46875 0.0937,-0.0625 c 0.006,-0.006 -0.006,-0.0253 0,-0.0312 0.0554,-0.0572 0.1151,-0.11699 0.15625,-0.1875 0.0286,-0.0491 0.0429,-0.10409 0.0625,-0.15625 0.0124,-0.0307 0.0221,-0.0622 0.0312,-0.0937 0.0311,-0.1161 0.0427,-0.22493 0.0312,-0.34375 -0.004,-0.0578 -0.0174,-0.0996 -0.0312,-0.15625 -0.0109,-0.0407 -0.0151,-0.0857 -0.0312,-0.125 -0.0164,-0.0408 -0.0405,-0.0862 -0.0625,-0.125 -0.0455,-0.0779 -0.0936,-0.15726 -0.15625,-0.21875 l -3.53125,-3.53125 c -0.20891,-0.22276 -0.50816,-0.33785 -0.8125,-0.3125 -0.39478,0.0269 -0.73977,0.28438 -0.875,0.65625 -0.13524,0.37187 -0.0353,0.78826 0.25,1.0625 l 1.875,1.84375 -4.6875,0"
+           style="fill:#f39300;fill-opacity:1;fill-rule:evenodd;stroke:none" />
+      </g>
+    </marker>
+    <marker
+       id="marker52016-77"
+       orient="auto"
+       markerHeight="5.7450786"
+       markerWidth="4.6297302">
+      <g
+         id="g52010-14"
+         transform="matrix(0.5,0,0,0.5,-185.64299,-257.19655)">
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="csccccccsccssssssssssssssccc"
+           id="path52012-3"
+           d="m 370,508.65625 c -0.86067,0.0587 -1.60944,0.6213 -1.90625,1.4375 -0.26976,0.74176 -0.0577,1.53493 0.4375,2.125 l -1.75,0 c -0.0424,-0.005 -0.0824,0.002 -0.125,0 l 0,4.375 0.125,0 1.75,0 c -0.67896,0.8597 -0.69701,2.11549 0.0937,2.90625 0.85091,0.85091 2.27409,0.85091 3.125,0 l 3.34375,-3.375 c 0.033,-0.0295 0.0643,-0.0608 0.0937,-0.0937 0.0322,-0.0193 0.0635,-0.0402 0.0937,-0.0625 3.7e-4,-3.6e-4 0.21851,-0.28079 0.21875,-0.28125 5e-5,-9e-5 -0.007,-0.0447 0,-0.0625 0.001,-0.003 0.03,0.003 0.0312,0 0.0391,-0.0521 0.051,-0.0518 0.0937,-0.125 0.13699,-0.23476 0.16684,-0.37191 0.15625,-0.34375 0.0368,-0.0915 0.0185,-0.11251 0.0312,-0.15625 0.0106,-0.0102 0.021,-0.0206 0.0312,-0.0312 0.06,-0.22398 0.0881,-0.51689 0.0625,-0.78125 -0.0136,-0.20363 -0.0589,-0.29765 -0.0625,-0.3125 1.4e-4,-0.0104 1.4e-4,-0.0208 0,-0.0312 0.026,0.097 0.0153,0.016 -0.0937,-0.25 -0.0525,-0.13039 -0.0899,-0.21936 -0.125,-0.28125 -0.0524,-0.0897 -0.13346,-0.26235 -0.34375,-0.46875 L 371.75,509.3125 c -0.45645,-0.48671 -1.08509,-0.71163 -1.75,-0.65625 z"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" />
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="cccscccsssssssscccsccc"
+           id="path52014-2"
+           d="m 366.65625,515.40625 4.625,0 -1.8125,1.8125 c -0.39695,0.39695 -0.39695,1.04055 0,1.4375 0.39695,0.39695 1.04055,0.39695 1.4375,0 l 3.4375,-3.46875 0.0937,-0.0625 c 0.006,-0.006 -0.006,-0.0253 0,-0.0312 0.0554,-0.0572 0.1151,-0.11699 0.15625,-0.1875 0.0286,-0.0491 0.0429,-0.10409 0.0625,-0.15625 0.0124,-0.0307 0.0221,-0.0622 0.0312,-0.0937 0.0311,-0.1161 0.0427,-0.22493 0.0312,-0.34375 -0.004,-0.0578 -0.0174,-0.0996 -0.0312,-0.15625 -0.0109,-0.0407 -0.0151,-0.0857 -0.0312,-0.125 -0.0164,-0.0408 -0.0405,-0.0862 -0.0625,-0.125 -0.0455,-0.0779 -0.0936,-0.15726 -0.15625,-0.21875 l -3.53125,-3.53125 c -0.20891,-0.22276 -0.50816,-0.33785 -0.8125,-0.3125 -0.39478,0.0269 -0.73977,0.28438 -0.875,0.65625 -0.13524,0.37187 -0.0353,0.78826 0.25,1.0625 l 1.875,1.84375 -4.6875,0"
+           style="fill:#f39300;fill-opacity:1;fill-rule:evenodd;stroke:none" />
+      </g>
+    </marker>
+    <marker
+       id="marker52016-6"
+       orient="auto"
+       markerHeight="5.7450786"
+       markerWidth="4.6297302">
+      <g
+         id="g52010-93"
+         transform="matrix(0.5,0,0,0.5,-185.64299,-257.19655)">
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="csccccccsccssssssssssssssccc"
+           id="path52012-74"
+           d="m 370,508.65625 c -0.86067,0.0587 -1.60944,0.6213 -1.90625,1.4375 -0.26976,0.74176 -0.0577,1.53493 0.4375,2.125 l -1.75,0 c -0.0424,-0.005 -0.0824,0.002 -0.125,0 l 0,4.375 0.125,0 1.75,0 c -0.67896,0.8597 -0.69701,2.11549 0.0937,2.90625 0.85091,0.85091 2.27409,0.85091 3.125,0 l 3.34375,-3.375 c 0.033,-0.0295 0.0643,-0.0608 0.0937,-0.0937 0.0322,-0.0193 0.0635,-0.0402 0.0937,-0.0625 3.7e-4,-3.6e-4 0.21851,-0.28079 0.21875,-0.28125 5e-5,-9e-5 -0.007,-0.0447 0,-0.0625 0.001,-0.003 0.03,0.003 0.0312,0 0.0391,-0.0521 0.051,-0.0518 0.0937,-0.125 0.13699,-0.23476 0.16684,-0.37191 0.15625,-0.34375 0.0368,-0.0915 0.0185,-0.11251 0.0312,-0.15625 0.0106,-0.0102 0.021,-0.0206 0.0312,-0.0312 0.06,-0.22398 0.0881,-0.51689 0.0625,-0.78125 -0.0136,-0.20363 -0.0589,-0.29765 -0.0625,-0.3125 1.4e-4,-0.0104 1.4e-4,-0.0208 0,-0.0312 0.026,0.097 0.0153,0.016 -0.0937,-0.25 -0.0525,-0.13039 -0.0899,-0.21936 -0.125,-0.28125 -0.0524,-0.0897 -0.13346,-0.26235 -0.34375,-0.46875 L 371.75,509.3125 c -0.45645,-0.48671 -1.08509,-0.71163 -1.75,-0.65625 z"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" />
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="cccscccsssssssscccsccc"
+           id="path52014-7"
+           d="m 366.65625,515.40625 4.625,0 -1.8125,1.8125 c -0.39695,0.39695 -0.39695,1.04055 0,1.4375 0.39695,0.39695 1.04055,0.39695 1.4375,0 l 3.4375,-3.46875 0.0937,-0.0625 c 0.006,-0.006 -0.006,-0.0253 0,-0.0312 0.0554,-0.0572 0.1151,-0.11699 0.15625,-0.1875 0.0286,-0.0491 0.0429,-0.10409 0.0625,-0.15625 0.0124,-0.0307 0.0221,-0.0622 0.0312,-0.0937 0.0311,-0.1161 0.0427,-0.22493 0.0312,-0.34375 -0.004,-0.0578 -0.0174,-0.0996 -0.0312,-0.15625 -0.0109,-0.0407 -0.0151,-0.0857 -0.0312,-0.125 -0.0164,-0.0408 -0.0405,-0.0862 -0.0625,-0.125 -0.0455,-0.0779 -0.0936,-0.15726 -0.15625,-0.21875 l -3.53125,-3.53125 c -0.20891,-0.22276 -0.50816,-0.33785 -0.8125,-0.3125 -0.39478,0.0269 -0.73977,0.28438 -0.875,0.65625 -0.13524,0.37187 -0.0353,0.78826 0.25,1.0625 l 1.875,1.84375 -4.6875,0"
+           style="fill:#f39300;fill-opacity:1;fill-rule:evenodd;stroke:none" />
+      </g>
+    </marker>
+    <marker
+       id="marker52016-9"
+       orient="auto"
+       markerHeight="5.7450786"
+       markerWidth="4.6297302">
+      <g
+         id="g52010-4"
+         transform="matrix(0.5,0,0,0.5,-185.64299,-257.19655)">
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="csccccccsccssssssssssssssccc"
+           id="path52012-2"
+           d="m 370,508.65625 c -0.86067,0.0587 -1.60944,0.6213 -1.90625,1.4375 -0.26976,0.74176 -0.0577,1.53493 0.4375,2.125 l -1.75,0 c -0.0424,-0.005 -0.0824,0.002 -0.125,0 l 0,4.375 0.125,0 1.75,0 c -0.67896,0.8597 -0.69701,2.11549 0.0937,2.90625 0.85091,0.85091 2.27409,0.85091 3.125,0 l 3.34375,-3.375 c 0.033,-0.0295 0.0643,-0.0608 0.0937,-0.0937 0.0322,-0.0193 0.0635,-0.0402 0.0937,-0.0625 3.7e-4,-3.6e-4 0.21851,-0.28079 0.21875,-0.28125 5e-5,-9e-5 -0.007,-0.0447 0,-0.0625 0.001,-0.003 0.03,0.003 0.0312,0 0.0391,-0.0521 0.051,-0.0518 0.0937,-0.125 0.13699,-0.23476 0.16684,-0.37191 0.15625,-0.34375 0.0368,-0.0915 0.0185,-0.11251 0.0312,-0.15625 0.0106,-0.0102 0.021,-0.0206 0.0312,-0.0312 0.06,-0.22398 0.0881,-0.51689 0.0625,-0.78125 -0.0136,-0.20363 -0.0589,-0.29765 -0.0625,-0.3125 1.4e-4,-0.0104 1.4e-4,-0.0208 0,-0.0312 0.026,0.097 0.0153,0.016 -0.0937,-0.25 -0.0525,-0.13039 -0.0899,-0.21936 -0.125,-0.28125 -0.0524,-0.0897 -0.13346,-0.26235 -0.34375,-0.46875 L 371.75,509.3125 c -0.45645,-0.48671 -1.08509,-0.71163 -1.75,-0.65625 z"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" />
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="cccscccsssssssscccsccc"
+           id="path52014-6"
+           d="m 366.65625,515.40625 4.625,0 -1.8125,1.8125 c -0.39695,0.39695 -0.39695,1.04055 0,1.4375 0.39695,0.39695 1.04055,0.39695 1.4375,0 l 3.4375,-3.46875 0.0937,-0.0625 c 0.006,-0.006 -0.006,-0.0253 0,-0.0312 0.0554,-0.0572 0.1151,-0.11699 0.15625,-0.1875 0.0286,-0.0491 0.0429,-0.10409 0.0625,-0.15625 0.0124,-0.0307 0.0221,-0.0622 0.0312,-0.0937 0.0311,-0.1161 0.0427,-0.22493 0.0312,-0.34375 -0.004,-0.0578 -0.0174,-0.0996 -0.0312,-0.15625 -0.0109,-0.0407 -0.0151,-0.0857 -0.0312,-0.125 -0.0164,-0.0408 -0.0405,-0.0862 -0.0625,-0.125 -0.0455,-0.0779 -0.0936,-0.15726 -0.15625,-0.21875 l -3.53125,-3.53125 c -0.20891,-0.22276 -0.50816,-0.33785 -0.8125,-0.3125 -0.39478,0.0269 -0.73977,0.28438 -0.875,0.65625 -0.13524,0.37187 -0.0353,0.78826 0.25,1.0625 l 1.875,1.84375 -4.6875,0"
+           style="fill:#f39300;fill-opacity:1;fill-rule:evenodd;stroke:none" />
+      </g>
+    </marker>
+    <marker
+       id="marker52016-53"
+       orient="auto"
+       markerHeight="5.7450786"
+       markerWidth="4.6297302">
+      <g
+         id="g52010-60"
+         transform="matrix(0.5,0,0,0.5,-185.64299,-257.19655)">
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="csccccccsccssssssssssssssccc"
+           id="path52012-0"
+           d="m 370,508.65625 c -0.86067,0.0587 -1.60944,0.6213 -1.90625,1.4375 -0.26976,0.74176 -0.0577,1.53493 0.4375,2.125 l -1.75,0 c -0.0424,-0.005 -0.0824,0.002 -0.125,0 l 0,4.375 0.125,0 1.75,0 c -0.67896,0.8597 -0.69701,2.11549 0.0937,2.90625 0.85091,0.85091 2.27409,0.85091 3.125,0 l 3.34375,-3.375 c 0.033,-0.0295 0.0643,-0.0608 0.0937,-0.0937 0.0322,-0.0193 0.0635,-0.0402 0.0937,-0.0625 3.7e-4,-3.6e-4 0.21851,-0.28079 0.21875,-0.28125 5e-5,-9e-5 -0.007,-0.0447 0,-0.0625 0.001,-0.003 0.03,0.003 0.0312,0 0.0391,-0.0521 0.051,-0.0518 0.0937,-0.125 0.13699,-0.23476 0.16684,-0.37191 0.15625,-0.34375 0.0368,-0.0915 0.0185,-0.11251 0.0312,-0.15625 0.0106,-0.0102 0.021,-0.0206 0.0312,-0.0312 0.06,-0.22398 0.0881,-0.51689 0.0625,-0.78125 -0.0136,-0.20363 -0.0589,-0.29765 -0.0625,-0.3125 1.4e-4,-0.0104 1.4e-4,-0.0208 0,-0.0312 0.026,0.097 0.0153,0.016 -0.0937,-0.25 -0.0525,-0.13039 -0.0899,-0.21936 -0.125,-0.28125 -0.0524,-0.0897 -0.13346,-0.26235 -0.34375,-0.46875 L 371.75,509.3125 c -0.45645,-0.48671 -1.08509,-0.71163 -1.75,-0.65625 z"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" />
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="cccscccsssssssscccsccc"
+           id="path52014-09"
+           d="m 366.65625,515.40625 4.625,0 -1.8125,1.8125 c -0.39695,0.39695 -0.39695,1.04055 0,1.4375 0.39695,0.39695 1.04055,0.39695 1.4375,0 l 3.4375,-3.46875 0.0937,-0.0625 c 0.006,-0.006 -0.006,-0.0253 0,-0.0312 0.0554,-0.0572 0.1151,-0.11699 0.15625,-0.1875 0.0286,-0.0491 0.0429,-0.10409 0.0625,-0.15625 0.0124,-0.0307 0.0221,-0.0622 0.0312,-0.0937 0.0311,-0.1161 0.0427,-0.22493 0.0312,-0.34375 -0.004,-0.0578 -0.0174,-0.0996 -0.0312,-0.15625 -0.0109,-0.0407 -0.0151,-0.0857 -0.0312,-0.125 -0.0164,-0.0408 -0.0405,-0.0862 -0.0625,-0.125 -0.0455,-0.0779 -0.0936,-0.15726 -0.15625,-0.21875 l -3.53125,-3.53125 c -0.20891,-0.22276 -0.50816,-0.33785 -0.8125,-0.3125 -0.39478,0.0269 -0.73977,0.28438 -0.875,0.65625 -0.13524,0.37187 -0.0353,0.78826 0.25,1.0625 l 1.875,1.84375 -4.6875,0"
+           style="fill:#f39300;fill-opacity:1;fill-rule:evenodd;stroke:none" />
+      </g>
+    </marker>
+    <marker
+       markerWidth="4.6707735"
+       markerHeight="7.8382583"
+       refX="4.3000002"
+       refY="3.9191291"
+       orient="auto"
+       id="marker5127-4-4-4-0">
+      <path
+         sodipodi:nodetypes="ccc"
+         inkscape:connector-curvature="0"
+         id="path4591-1-5-0-8-0-6-8-7-6"
+         d="M 0.37582499,0.37582446 3.919125,3.9191245 0.37582499,7.4624345"
+         style="fill:none;fill-rule:evenodd;stroke:#33383a;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    </marker>
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="152.09569 : 113.9587 : 1"
+       inkscape:vp_y="0 : 165.81179 : 0"
+       inkscape:vp_z="262.21313 : 107.48181 : 1"
+       inkscape:persp3d-origin="201.29437 : 56.038807 : 1"
+       id="perspective206-7" />
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="663.82841 : 219.40628 : 1"
+       inkscape:vp_y="0 : 296.04677 : 0"
+       inkscape:vp_z="860.43635 : 207.8422 : 1"
+       inkscape:persp3d-origin="751.66965 : 115.99387 : 1"
+       id="perspective5680" />
+    <marker
+       markerWidth="4.6707735"
+       markerHeight="7.8382583"
+       refX="4.3000002"
+       refY="3.9191291"
+       orient="auto"
+       id="marker5127-4-4-4-0-3">
+      <path
+         sodipodi:nodetypes="ccc"
+         inkscape:connector-curvature="0"
+         id="path4591-1-5-0-8-0-6-8-7-6-4"
+         d="M 0.37582499,0.37582446 3.919125,3.9191245 0.37582499,7.4624345"
+         style="fill:none;fill-rule:evenodd;stroke:#33383a;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    </marker>
+    <marker
+       markerWidth="4.6707735"
+       markerHeight="7.8382583"
+       refX="4.3000002"
+       refY="3.9191291"
+       orient="auto"
+       id="marker5127-4-4-4-0-3-9">
+      <path
+         sodipodi:nodetypes="ccc"
+         inkscape:connector-curvature="0"
+         id="path4591-1-5-0-8-0-6-8-7-6-4-4"
+         d="M 0.37582499,0.37582446 3.919125,3.9191245 0.37582499,7.4624345"
+         style="fill:none;fill-rule:evenodd;stroke:#33383a;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    </marker>
+    <marker
+       markerWidth="4.6707735"
+       markerHeight="7.8382583"
+       refX="4.3000002"
+       refY="3.9191291"
+       orient="auto"
+       id="marker5127-4-4-4-0-3-9-3">
+      <path
+         sodipodi:nodetypes="ccc"
+         inkscape:connector-curvature="0"
+         id="path4591-1-5-0-8-0-6-8-7-6-4-4-6"
+         d="M 0.37582499,0.37582446 3.919125,3.9191245 0.37582499,7.4624345"
+         style="fill:none;fill-rule:evenodd;stroke:#33383a;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    </marker>
+    <marker
+       markerWidth="4.6707735"
+       markerHeight="7.8382583"
+       refX="4.3000002"
+       refY="3.9191291"
+       orient="auto"
+       id="marker5127-4-4-4-0-3-9-6">
+      <path
+         sodipodi:nodetypes="ccc"
+         inkscape:connector-curvature="0"
+         id="path4591-1-5-0-8-0-6-8-7-6-4-4-0"
+         d="M 0.37582499,0.37582446 3.919125,3.9191245 0.37582499,7.4624345"
+         style="fill:none;fill-rule:evenodd;stroke:#33383a;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    </marker>
+    <marker
+       markerWidth="4.6707735"
+       markerHeight="7.8382583"
+       refX="4.3000002"
+       refY="3.9191291"
+       orient="auto"
+       id="marker5127-4-4-4-0-3-9-5">
+      <path
+         sodipodi:nodetypes="ccc"
+         inkscape:connector-curvature="0"
+         id="path4591-1-5-0-8-0-6-8-7-6-4-4-1"
+         d="M 0.37582499,0.37582446 3.919125,3.9191245 0.37582499,7.4624345"
+         style="fill:none;fill-rule:evenodd;stroke:#33383a;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    </marker>
+    <marker
+       markerWidth="4.6707735"
+       markerHeight="7.8382583"
+       refX="4.3000002"
+       refY="3.9191291"
+       orient="auto"
+       id="marker5127-4-4-4-0-3-9-5-9">
+      <path
+         sodipodi:nodetypes="ccc"
+         inkscape:connector-curvature="0"
+         id="path4591-1-5-0-8-0-6-8-7-6-4-4-1-4"
+         d="M 0.37582499,0.37582446 3.919125,3.9191245 0.37582499,7.4624345"
+         style="fill:none;fill-rule:evenodd;stroke:#33383a;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    </marker>
+    <marker
+       markerWidth="4.6707735"
+       markerHeight="7.8382583"
+       refX="4.3000002"
+       refY="3.9191291"
+       orient="auto"
+       id="marker5127-4-4-4-0-3-9-6-9">
+      <path
+         sodipodi:nodetypes="ccc"
+         inkscape:connector-curvature="0"
+         id="path4591-1-5-0-8-0-6-8-7-6-4-4-0-5"
+         d="M 0.37582499,0.37582446 3.919125,3.9191245 0.37582499,7.4624345"
+         style="fill:none;fill-rule:evenodd;stroke:#33383a;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    </marker>
+    <marker
+       markerWidth="4.6707735"
+       markerHeight="7.8382583"
+       refX="4.3000002"
+       refY="3.9191291"
+       orient="auto"
+       id="marker5127-4-4-4-0-3-9-6-2">
+      <path
+         sodipodi:nodetypes="ccc"
+         inkscape:connector-curvature="0"
+         id="path4591-1-5-0-8-0-6-8-7-6-4-4-0-54"
+         d="M 0.37582499,0.37582446 3.919125,3.9191245 0.37582499,7.4624345"
+         style="fill:none;fill-rule:evenodd;stroke:#33383a;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    </marker>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="1"
+     inkscape:pageshadow="2"
+     inkscape:zoom="1.8159691"
+     inkscape:cx="89.180593"
+     inkscape:cy="156.67691"
+     inkscape:document-units="mm"
+     inkscape:current-layer="layer1"
+     gridtolerance="10000"
+     inkscape:window-width="1920"
+     inkscape:window-height="1060"
+     inkscape:window-x="-2"
+     inkscape:window-y="-3"
+     showgrid="true"
+     showguides="false"
+     inkscape:connector-spacing="10"
+     inkscape:guide-bbox="true"
+     inkscape:window-maximized="1"
+     inkscape:object-nodes="true"
+     inkscape:object-paths="true">
+    <sodipodi:guide
+       orientation="0,1"
+       position="31.938869,788.55965"
+       id="guide17449" />
+    <sodipodi:guide
+       orientation="1,0"
+       position="224.67342,882.17358"
+       id="guide17453" />
+    <sodipodi:guide
+       orientation="0,1"
+       position="285.41744,976.57155"
+       id="guide23390" />
+    <sodipodi:guide
+       orientation="0,1"
+       position="285.79781,806.73177"
+       id="guide23439" />
+    <sodipodi:guide
+       orientation="1,0"
+       position="561.68355,823.80254"
+       id="guide23441" />
+    <sodipodi:guide
+       orientation="1,0"
+       position="415.75596,833.7146"
+       id="guide23443" />
+    <sodipodi:guide
+       orientation="1,0"
+       position="61.675057,822.15053"
+       id="guide23607" />
+    <inkscape:grid
+       type="xygrid"
+       id="grid4114"
+       empspacing="10"
+       visible="true"
+       enabled="true"
+       snapvisiblegridlinesonly="true"
+       spacingx="3.5433071"
+       spacingy="3.5433071"
+       units="mm" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata1906">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Taso 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     style="opacity:1"
+     transform="translate(0,-839.76378)">
+    <g
+       id="g5458"
+       transform="translate(3.4036255e-8,-2.2278906e-5)">
+      <rect
+         y="956.69293"
+         x="3.5433071"
+         height="92.125961"
+         width="127.55906"
+         id="rect4408-7-5-2"
+         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#e5e8e8;fill-opacity:1;fill-rule:nonzero;stroke:#33383a;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+      <rect
+         y="956.69293"
+         x="3.5433071"
+         height="17.716511"
+         width="127.55907"
+         id="rect4408-7-5-2-6"
+         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#33383a;fill-opacity:1;fill-rule:nonzero;stroke:#33383a;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+      <text
+         xml:space="preserve"
+         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:100%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         x="66.808624"
+         y="969.05121"
+         id="text4227-2"
+         sodipodi:linespacing="100%"><tspan
+           sodipodi:role="line"
+           id="tspan4229-3"
+           x="66.808624"
+           y="969.05121">REGISTRATION VIEW</tspan></text>
+      <rect
+         y="981.49609"
+         x="17.716536"
+         height="63.779514"
+         width="99.212601"
+         id="rect4408-7-5-2-9"
+         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffc13f;fill-opacity:1;fill-rule:nonzero;stroke:#33383a;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+      <rect
+         y="988.5827"
+         x="60.236221"
+         height="7.086607"
+         width="53.149605"
+         id="rect4408-7-5-2-9-4"
+         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#33383a;stroke-width:0.53149605;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+      <text
+         sodipodi:linespacing="100%"
+         id="text4227-9-0-0-4-2-9"
+         y="994.7699"
+         x="20.546753"
+         style="font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;font-size:7.5px;line-height:100%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Light';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         xml:space="preserve"><tspan
+           id="tspan7066-3-4-3"
+           y="994.7699"
+           x="20.546753"
+           sodipodi:role="line">Name</tspan></text>
+      <rect
+         y="999.21265"
+         x="60.236221"
+         height="7.0866294"
+         width="53.149612"
+         id="rect4408-7-5-2-9-4-9"
+         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#33383a;stroke-width:0.53149605;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+      <text
+         sodipodi:linespacing="100%"
+         id="text4227-9-0-0-4-2-9-9"
+         y="1005.3998"
+         x="20.546753"
+         style="font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;font-size:7.5px;line-height:100%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Light';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         xml:space="preserve"><tspan
+           id="tspan7066-3-4-3-6"
+           y="1005.3998"
+           x="20.546753"
+           sodipodi:role="line">Username</tspan></text>
+      <rect
+         y="1009.8425"
+         x="60.236221"
+         height="7.0865912"
+         width="53.149612"
+         id="rect4408-7-5-2-9-4-4"
+         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#33383a;stroke-width:0.53149605;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+      <text
+         sodipodi:linespacing="100%"
+         id="text4227-9-0-0-4-2-9-94"
+         y="1016.0297"
+         x="20.546753"
+         style="font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;font-size:7.5px;line-height:100%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Light';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         xml:space="preserve"><tspan
+           id="tspan7066-3-4-3-7"
+           y="1016.0297"
+           x="20.546753"
+           sodipodi:role="line">Email</tspan></text>
+      <rect
+         y="1020.4725"
+         x="60.236221"
+         height="7.0865526"
+         width="53.149612"
+         id="rect4408-7-5-2-9-4-5"
+         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#33383a;stroke-width:0.53149605;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+      <text
+         sodipodi:linespacing="100%"
+         id="text4227-9-0-0-4-2-9-90"
+         y="1026.6595"
+         x="20.546753"
+         style="font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;font-size:7.5px;line-height:100%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Light';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         xml:space="preserve"><tspan
+           id="tspan7066-3-4-3-5"
+           y="1026.6595"
+           x="20.546753"
+           sodipodi:role="line">Planet</tspan></text>
+      <g
+         id="g8337"
+         transform="translate(17.716535,-1.4546875e-5)">
+        <rect
+           style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#e5e8e8;fill-opacity:1;fill-rule:nonzero;stroke:#33383a;stroke-width:0.53149605;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+           id="rect4408-7-5-2-9-4-4-6-56"
+           width="24.803156"
+           height="10.629944"
+           x="70.866142"
+           y="1031.1024" />
+        <text
+           xml:space="preserve"
+           style="font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;font-size:7.5px;line-height:100%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Light';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+           x="77.528343"
+           y="1039.0349"
+           id="text4227-9-0-0-4-2-9-9-2-2-00"
+           sodipodi:linespacing="100%"><tspan
+             sodipodi:role="line"
+             x="77.528343"
+             y="1039.0349"
+             id="tspan7066-3-4-3-6-34-1-8"
+             style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Montserrat;-inkscape-font-specification:Montserrat">OK</tspan></text>
+      </g>
+    </g>
+    <g
+       transform="translate(148.8189,-2.4639453e-5)"
+       style="opacity:1"
+       id="g5458-3">
+      <rect
+         y="956.69293"
+         x="3.5433071"
+         height="92.125961"
+         width="127.55906"
+         id="rect4408-7-5-2-91"
+         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#e5e8e8;fill-opacity:1;fill-rule:nonzero;stroke:#33383a;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+      <rect
+         y="956.69293"
+         x="3.5433071"
+         height="17.716511"
+         width="127.55907"
+         id="rect4408-7-5-2-6-4"
+         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#33383a;fill-opacity:1;fill-rule:nonzero;stroke:#33383a;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+      <text
+         xml:space="preserve"
+         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:100%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         x="66.808624"
+         y="969.05121"
+         id="text4227-2-2"
+         sodipodi:linespacing="100%"><tspan
+           sodipodi:role="line"
+           id="tspan4229-3-5"
+           x="66.808624"
+           y="969.05121">HELP VIEW</tspan></text>
+      <rect
+         y="988.5827"
+         x="17.716534"
+         height="53.149601"
+         width="99.212601"
+         id="rect4408-7-5-2-9-3"
+         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffc13f;fill-opacity:1;fill-rule:nonzero;stroke:#33383a;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+      <text
+         sodipodi:linespacing="100%"
+         id="text4227-9-0-0-4-2-9-90-9"
+         y="1011.7191"
+         x="20.546751"
+         style="font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;font-size:7.5px;line-height:100%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Light';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         xml:space="preserve"><tspan
+           id="tspan7066-3-4-3-5-3"
+           y="1011.7191"
+           x="20.546751"
+           sodipodi:role="line">Boxes are things that</tspan><tspan
+           y="1019.2191"
+           x="20.546751"
+           sodipodi:role="line"
+           id="tspan6990">can be somewhere while</tspan><tspan
+           y="1026.7191"
+           x="20.546751"
+           sodipodi:role="line"
+           id="tspan6992">not being in some</tspan><tspan
+           y="1034.2191"
+           x="20.546751"
+           sodipodi:role="line"
+           id="tspan6994">other place.</tspan></text>
+      <text
+         sodipodi:linespacing="100%"
+         id="text4227-9-0-0-4-2-9-90-9-9"
+         y="998.86383"
+         x="20.546747"
+         style="font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;font-size:7.5px;line-height:100%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Light';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         xml:space="preserve"><tspan
+           id="tspan7066-3-4-3-5-3-4"
+           y="998.86383"
+           x="20.546747"
+           sodipodi:role="line"
+           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;font-family:Montserrat;-inkscape-font-specification:Montserrat">Help on Cubes</tspan></text>
+      <text
+         sodipodi:linespacing="100%"
+         id="text4227-9-0-0-4-2-9-9-2-2-0-2"
+         y="983.97351"
+         x="7.9969234"
+         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:7.5px;line-height:100%;font-family:Montserrat;-inkscape-font-specification:Montserrat;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;"
+         xml:space="preserve"><tspan
+           id="tspan7066-3-4-3-6-34-1-0-7"
+           y="983.97351"
+           x="7.9969234"
+           sodipodi:role="line">Back</tspan></text>
+    </g>
+    <g
+       transform="translate(3.4036255e-8,-106.29924)"
+       style="opacity:1"
+       id="g5458-0">
+      <rect
+         y="956.69293"
+         x="3.5433071"
+         height="92.125961"
+         width="127.55906"
+         id="rect4408-7-5-2-98"
+         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#e5e8e8;fill-opacity:1;fill-rule:nonzero;stroke:#33383a;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+      <rect
+         y="956.69293"
+         x="3.5433071"
+         height="17.716511"
+         width="127.55907"
+         id="rect4408-7-5-2-6-5"
+         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#33383a;fill-opacity:1;fill-rule:nonzero;stroke:#33383a;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+      <text
+         xml:space="preserve"
+         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:100%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         x="66.808624"
+         y="969.05121"
+         id="text4227-2-3"
+         sodipodi:linespacing="100%"><tspan
+           sodipodi:role="line"
+           id="tspan4229-3-9"
+           x="66.808624"
+           y="969.05121">LOGIN VIEW</tspan></text>
+      <rect
+         y="985.03937"
+         x="17.716536"
+         height="53.149601"
+         width="99.212601"
+         id="rect4408-7-5-2-9-9"
+         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffc13f;fill-opacity:1;fill-rule:nonzero;stroke:#33383a;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+      <rect
+         y="992.12598"
+         x="60.236221"
+         height="7.086607"
+         width="53.149605"
+         id="rect4408-7-5-2-9-4-3"
+         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#33383a;stroke-width:0.53149605;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+      <text
+         sodipodi:linespacing="100%"
+         id="text4227-9-0-0-4-2-9-7"
+         y="998.31317"
+         x="20.546753"
+         style="font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;font-size:7.5px;line-height:100%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Light';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         xml:space="preserve"><tspan
+           id="tspan7066-3-4-3-0"
+           y="998.31317"
+           x="20.546753"
+           sodipodi:role="line">Username</tspan></text>
+      <rect
+         y="1002.7559"
+         x="60.236221"
+         height="7.0866294"
+         width="53.149612"
+         id="rect4408-7-5-2-9-4-9-3"
+         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#33383a;stroke-width:0.53149605;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+      <text
+         sodipodi:linespacing="100%"
+         id="text4227-9-0-0-4-2-9-9-2"
+         y="1008.9431"
+         x="20.546753"
+         style="font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;font-size:7.5px;line-height:100%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Light';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         xml:space="preserve"><tspan
+           id="tspan7066-3-4-3-6-34"
+           y="1008.9431"
+           x="20.546753"
+           sodipodi:role="line">Password</tspan></text>
+      <rect
+         y="1013.3859"
+         x="88.58268"
+         height="10.629944"
+         width="24.803156"
+         id="rect4408-7-5-2-9-4-4-6"
+         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#e5e8e8;fill-opacity:1;fill-rule:nonzero;stroke:#33383a;stroke-width:0.53149605;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+      <text
+         sodipodi:linespacing="100%"
+         id="text4227-9-0-0-4-2-9-90-2"
+         y="1032.5432"
+         x="20.546753"
+         style="font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;font-size:7.5px;line-height:100%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Light';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;opacity:1;fill:#0084b0;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         xml:space="preserve"><tspan
+           id="tspan7066-3-4-3-5-6"
+           y="1032.5432"
+           x="20.546753"
+           sodipodi:role="line">Register</tspan></text>
+      <text
+         sodipodi:linespacing="100%"
+         id="text4227-9-0-0-4-2-9-9-2-2"
+         y="1021.0029"
+         x="90.77652"
+         style="font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;font-size:7.5px;line-height:100%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Light';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         xml:space="preserve"><tspan
+           id="tspan7066-3-4-3-6-34-1"
+           y="1021.0029"
+           x="90.77652"
+           sodipodi:role="line"
+           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Montserrat;-inkscape-font-specification:Montserrat">Login</tspan></text>
+    </g>
+    <g
+       transform="translate(148.8189,-106.29924)"
+       style="opacity:1"
+       id="g5458-34">
+      <rect
+         y="956.69293"
+         x="3.5433071"
+         height="92.125961"
+         width="127.55906"
+         id="rect4408-7-5-2-4"
+         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#e5e8e8;fill-opacity:1;fill-rule:nonzero;stroke:#33383a;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+      <rect
+         y="985.03937"
+         x="3.5433054"
+         height="63.779552"
+         width="127.55906"
+         id="rect4408-7-5-2-9-4-3-2"
+         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#33383a;stroke-width:1.06299213;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+      <rect
+         y="956.69293"
+         x="3.5433071"
+         height="17.716511"
+         width="127.55907"
+         id="rect4408-7-5-2-6-50"
+         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#33383a;fill-opacity:1;fill-rule:nonzero;stroke:#33383a;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+      <text
+         xml:space="preserve"
+         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:100%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         x="66.808624"
+         y="969.05121"
+         id="text4227-2-1"
+         sodipodi:linespacing="100%"><tspan
+           sodipodi:role="line"
+           id="tspan4229-3-6"
+           x="66.808624"
+           y="969.05121">MAIN VIEW</tspan></text>
+      <text
+         sodipodi:linespacing="100%"
+         id="text4227-9-0-0-4-2-9-6"
+         y="993.44586"
+         x="5.9449053"
+         style="font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;font-size:7.5px;line-height:100%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Light';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         xml:space="preserve"><tspan
+           id="tspan7066-3-4-3-8"
+           y="993.44586"
+           x="5.9449053"
+           sodipodi:role="line">Cube</tspan></text>
+      <text
+         sodipodi:linespacing="100%"
+         id="text4227-9-0-0-4-2-9-9-1"
+         y="1002.0758"
+         x="5.9449053"
+         style="font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;font-size:7.5px;line-height:100%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Light';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         xml:space="preserve"><tspan
+           id="tspan7066-3-4-3-6-2"
+           y="1002.0758"
+           x="5.9449053"
+           sodipodi:role="line">Sphere</tspan></text>
+      <text
+         sodipodi:linespacing="100%"
+         id="text4227-9-0-0-4-2-9-94-07"
+         y="1010.7057"
+         x="5.9449053"
+         style="font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;font-size:7.5px;line-height:100%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Light';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         xml:space="preserve"><tspan
+           id="tspan7066-3-4-3-7-6"
+           y="1010.7057"
+           x="5.9449053"
+           sodipodi:role="line">Pyramid</tspan></text>
+      <text
+         sodipodi:linespacing="100%"
+         id="text4227-9-0-0-4-2-9-90-21"
+         y="1019.3356"
+         x="5.9449053"
+         style="font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;font-size:7.5px;line-height:100%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Light';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         xml:space="preserve"><tspan
+           id="tspan7066-3-4-3-5-7"
+           y="1019.3356"
+           x="5.9449053"
+           sodipodi:role="line">Donut</tspan></text>
+      <rect
+         y="985.03937"
+         x="38.976376"
+         height="63.779602"
+         width="92.125992"
+         id="rect4408-7-5-2-9-4-3-2-6"
+         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#33383a;stroke-width:1.06299213;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+      <text
+         sodipodi:linespacing="100%"
+         id="text4227-9-0-0-4-2-9-9-2-2-0"
+         y="982.02655"
+         x="126.6423"
+         style="font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;font-size:7.5px;line-height:100%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Light';text-align:end;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:end;opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;"
+         xml:space="preserve"><tspan
+           id="tspan7066-3-4-3-6-34-1-0"
+           y="982.02655"
+           x="126.6423"
+           sodipodi:role="line"
+           style="-inkscape-font-specification:Montserrat;font-family:Montserrat;font-weight:normal;font-style:normal;font-stretch:normal;font-variant:normal;fill:#000000;fill-opacity:1;">Logout</tspan></text>
+      <text
+         sodipodi:linespacing="100%"
+         id="text4227-9-0-0-4-2-9-90-21-2"
+         y="1043.6105"
+         x="5.94491"
+         style="font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;font-size:7.5px;line-height:100%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Light';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;"
+         xml:space="preserve"><tspan
+           id="tspan7066-3-4-3-5-7-5"
+           y="1043.6105"
+           x="5.94491"
+           sodipodi:role="line">Help</tspan></text>
+    </g>
+    <path
+       style="opacity:1;fill:none;fill-rule:evenodd;stroke:#33383a;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker5127-4-4-4-0-3-9)"
+       d="m 113.38583,912.52146 38.49453,0"
+       id="path4591-1-5-0-7-1-3-6"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+    <path
+       style="opacity:1;fill:none;fill-rule:evenodd;stroke:#33383a;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker5127-4-4-4-0-3-9-3)"
+       d="m 276.37795,873.45086 10.62993,0 0,-30.14378 -162.99213,0 0,6.46711"
+       id="path4591-1-5-0-7-1-3-6-2"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       style="opacity:1;fill:none;fill-rule:evenodd;stroke:#33383a;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker5127-4-4-4-0-3-9-6)"
+       d="m 155.90551,981.49606 -10.62992,0 0,-60.23622 6.53595,0"
+       id="path4591-1-5-0-7-1-3-6-1"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccc" />
+    <path
+       style="opacity:1;fill:none;fill-rule:evenodd;stroke:#33383a;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker5127-4-4-4-0-3-9-5)"
+       d="m 162.99213,938.97637 0,16.74308"
+       id="path4591-1-5-0-7-1-3-6-4"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+    <path
+       style="opacity:1;fill:none;fill-rule:evenodd;stroke:#33383a;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker5127-4-4-4-0-3-9-5-9)"
+       d="m 33.817116,928.34645 0,27.65812"
+       id="path4591-1-5-0-7-1-3-6-4-9"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+    <path
+       style="opacity:1;fill:none;fill-rule:evenodd;stroke:#33383a;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker5127-4-4-4-0-3-9-6-2)"
+       d="m 113.38583,1036.2977 24.80315,0 0,-115.03786 -6.59989,0"
+       id="path4591-1-5-0-7-1-3-6-1-1"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccc" />
+    <g
+       id="g9377">
+      <path
+         sodipodi:nodetypes="ccccccc"
+         inkscape:connector-curvature="0"
+         id="path4591-5-1"
+         d="m 77.096258,1025.457 0.296943,-11.3894 -10.995154,-11.3894 -20.145644,13.5309 -0.182616,10.0069 11.888245,4.1661 z"
+         style="opacity:1;fill:#e5e8e8;fill-rule:evenodd;stroke:#33383a;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
+         transform="translate(148.8189,-106.29924)" />
+      <path
+         sodipodi:nodetypes="cc"
+         inkscape:connector-curvature="0"
+         id="path4591-5-1-7"
+         d="m 66.232405,1017.3966 -20.033579,8.8584"
+         style="opacity:1;fill:none;fill-rule:evenodd;stroke:#33383a;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         transform="translate(148.8189,-106.29924)" />
+      <path
+         sodipodi:nodetypes="cc"
+         inkscape:connector-curvature="0"
+         id="path4591-5-1-9"
+         d="m 65.765295,1017.2796 11.019684,8.0797"
+         style="opacity:1;fill:none;fill-rule:evenodd;stroke:#33383a;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         transform="translate(148.8189,-106.29924)" />
+      <path
+         sodipodi:nodetypes="cc"
+         inkscape:connector-curvature="0"
+         id="path4591-5-1-76"
+         d="m 66.310133,1002.717 -0.272412,14.8939"
+         style="opacity:1;fill:none;fill-rule:evenodd;stroke:#33383a;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         transform="translate(148.8189,-106.29924)" />
+      <circle
+         r="1.7716535"
+         cy="896.47614"
+         cx="215.28506"
+         id="path9326"
+         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.98999999;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ff3a49;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+      <circle
+         r="1.7716535"
+         cy="911.42816"
+         cx="214.70096"
+         id="path9326-5"
+         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.98999999;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ff3a49;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+      <circle
+         r="1.7716535"
+         cy="907.59283"
+         cx="226.10968"
+         id="path9326-8"
+         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.98999999;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ff3a49;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+      <circle
+         r="1.7716535"
+         cy="918.90417"
+         cx="225.72028"
+         id="path9326-2"
+         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.98999999;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ff3a49;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+      <circle
+         r="1.7716535"
+         cy="923.94641"
+         cx="207.22495"
+         id="path9326-6"
+         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.98999999;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ff3a49;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+      <circle
+         r="1.7716535"
+         cy="919.72168"
+         cx="195.19344"
+         id="path9326-9"
+         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.98999999;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ff3a49;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+      <circle
+         r="1.7716535"
+         cy="909.87054"
+         cx="195.14906"
+         id="path9326-3"
+         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.98999999;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ff3a49;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+    </g>
+    <g
+       transform="matrix(0.01858459,0.99982729,-0.99982729,0.01858459,1161.9532,682.69589)"
+       style="opacity:1"
+       id="g9377-3">
+      <path
+         sodipodi:nodetypes="ccccccc"
+         inkscape:connector-curvature="0"
+         id="path4591-5-1-1"
+         d="m 77.096258,1025.457 0.296943,-11.3894 -10.995154,-11.3894 -20.145644,13.5309 -0.182616,10.0069 11.888245,4.1661 z"
+         style="opacity:1;fill:#ffc13f;fill-rule:evenodd;stroke:#33383a;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
+         transform="translate(148.8189,-106.29924)" />
+      <path
+         sodipodi:nodetypes="cc"
+         inkscape:connector-curvature="0"
+         id="path4591-5-1-7-5"
+         d="m 66.232405,1017.3966 -20.033579,8.8584"
+         style="opacity:1;fill:none;fill-rule:evenodd;stroke:#33383a;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         transform="translate(148.8189,-106.29924)" />
+      <path
+         sodipodi:nodetypes="cc"
+         inkscape:connector-curvature="0"
+         id="path4591-5-1-9-8"
+         d="m 65.765295,1017.2796 11.019684,8.0797"
+         style="opacity:1;fill:none;fill-rule:evenodd;stroke:#33383a;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         transform="translate(148.8189,-106.29924)" />
+      <path
+         sodipodi:nodetypes="cc"
+         inkscape:connector-curvature="0"
+         id="path4591-5-1-76-5"
+         d="m 66.310133,1002.717 -0.272412,14.8939"
+         style="opacity:1;fill:none;fill-rule:evenodd;stroke:#33383a;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         transform="translate(148.8189,-106.29924)" />
+      <circle
+         r="1.7716535"
+         cy="896.47614"
+         cx="215.28506"
+         id="path9326-67"
+         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.98999999;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#00b4f0;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+      <circle
+         r="1.7716535"
+         cy="911.42816"
+         cx="214.70096"
+         id="path9326-5-9"
+         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.98999999;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#00b4f0;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+      <circle
+         r="1.7716535"
+         cy="907.59283"
+         cx="226.10968"
+         id="path9326-8-9"
+         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.98999999;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#00b4f0;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+      <circle
+         r="1.7716535"
+         cy="918.90417"
+         cx="225.72028"
+         id="path9326-2-1"
+         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.98999999;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#00b4f0;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+      <circle
+         r="1.7716535"
+         cy="923.94641"
+         cx="207.22495"
+         id="path9326-6-6"
+         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.98999999;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#00b4f0;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+      <circle
+         r="1.7716535"
+         cy="919.72168"
+         cx="195.19344"
+         id="path9326-9-2"
+         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.98999999;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#00b4f0;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+      <circle
+         r="1.7716535"
+         cy="909.87054"
+         cx="195.14906"
+         id="path9326-3-2"
+         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.98999999;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#00b4f0;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+    </g>
+  </g>
+  <g
+     inkscape:groupmode="layer"
+     id="layer2"
+     inkscape:label="Varjot"
+     transform="translate(0,-839.76378)" />
+</svg>
index 77e60a89408aa0432d9a119aaad4c58ff6241203..fa2336a1faabc7766b7954227764f87219a43af3 100644 (file)
@@ -17,7 +17,7 @@ The client-side engine is illustrated in <<figure.architecture.client-side>>.
 
 [[figure.architecture.client-side]]
 .Vaadin Client-Side Engine
-image::img/clientside-arch-hi.png[width=60%, scaledwidth=90%]
+image::img/clientside-arch-hi.png[width=80%, scaledwidth=100%]
 
 The client-side framework includes two kinds of built-in widgets: GWT widgets
 and Vaadin-specific widgets. The two widget collections have significant
index 6924bba891409bc7e8bf6c4053e9d51aff4a3b3b..ff0e7b2ed5b78abd8d398fdc40dacd9daaec0bd6 100644 (file)
@@ -165,7 +165,7 @@ dynamic content. This is illustrated in
 
 [[figure.architecture.technology.servlet]]
 .Java Web Applications and Servlets
-image::img/java-servlet-hi.png[width=40%, scaledwidth=70%]
+image::img/java-servlet-hi.png[width=80%, scaledwidth=100%]
 
 Web applications are usually packaged and deployed to a server as __WAR__ (
 __Web application ARchive__) files, which are Java JAR packages, which in turn
index f00d9db29cc7b6c977f4bd075e19d8f0c6f0c49e..6df0bc72c7883ee00ef12039fd15cd2f63b50de3 100644 (file)
Binary files a/documentation/architecture/img/clientside-arch-hi.png and b/documentation/architecture/img/clientside-arch-hi.png differ
index 7d2f26928ac8b62353829f5c0acfbca80e3db0dc..da85c04f5f763b29f8f8e9b0e27e71f9edb5829a 100644 (file)
Binary files a/documentation/architecture/img/java-servlet-hi.png and b/documentation/architecture/img/java-servlet-hi.png differ
index 812217dbf1a5fbfaadd68676197981e73f26b95b..9e1558da30cc2c1d2c763cfb61b23985a017b7d7 100644 (file)
@@ -1,5 +1,5 @@
 SVG =
-RASTERIMAGES = architecture-detailed
+RASTERIMAGES = architecture-detailed java-servlet clientside-arch
 
 RASTERSRCIMAGES := $(foreach file, $(RASTERIMAGES), $(file).svg)
 RASTERIMAGES_HI := $(foreach file, $(RASTERIMAGES), ../img/$(file)-hi.png)
index 791fc794b299b00320fccb3a58fddfbb41ec66ed..e8c83a9514f7520e62e71f32658190c2ad0e9213 100644 (file)
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>\r
-<!-- Created with Inkscape (http://www.inkscape.org/) -->\r
-\r
-<svg\r
-   xmlns:dc="http://purl.org/dc/elements/1.1/"\r
-   xmlns:cc="http://creativecommons.org/ns#"\r
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"\r
-   xmlns:svg="http://www.w3.org/2000/svg"\r
-   xmlns="http://www.w3.org/2000/svg"\r
-   xmlns:xlink="http://www.w3.org/1999/xlink"\r
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"\r
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"\r
-   width="744.09448"\r
-   height="1052.3622"\r
-   id="svg2475"\r
-   sodipodi:version="0.32"\r
-   inkscape:version="0.48.2 r9819"\r
-   sodipodi:docname="clientside-arch.svg"\r
-   inkscape:output_extension="org.inkscape.output.svg.inkscape"\r
-   inkscape:export-filename="/home/magi/itmill/doc/cheatsheet/vaadin-cheatsheet.png"\r
-   inkscape:export-xdpi="600.02155"\r
-   inkscape:export-ydpi="600.02155"\r
-   version="1.0">\r
-  <sodipodi:namedview\r
-     id="base"\r
-     pagecolor="#ffffff"\r
-     bordercolor="#666666"\r
-     borderopacity="1.0"\r
-     gridtolerance="10"\r
-     guidetolerance="10"\r
-     objecttolerance="6"\r
-     inkscape:pageopacity="0.0"\r
-     inkscape:pageshadow="2"\r
-     inkscape:zoom="1.4142136"\r
-     inkscape:cx="386.68044"\r
-     inkscape:cy="701.30341"\r
-     inkscape:document-units="mm"\r
-     inkscape:current-layer="g6138-8"\r
-     showgrid="true"\r
-     inkscape:window-width="1672"\r
-     inkscape:window-height="1019"\r
-     inkscape:window-x="0"\r
-     inkscape:window-y="0"\r
-     inkscape:snap-nodes="true"\r
-     inkscape:snap-bbox="true"\r
-     units="mm"\r
-     inkscape:snap-global="true"\r
-     showguides="true"\r
-     inkscape:guide-bbox="true"\r
-     inkscape:snap-guide="true"\r
-     inkscape:snap-intersection-line-segments="true"\r
-     inkscape:window-maximized="0">\r
-    <inkscape:grid\r
-       spacingy="1mm"\r
-       spacingx="1mm"\r
-       empspacing="5"\r
-       units="mm"\r
-       enabled="true"\r
-       visible="true"\r
-       id="grid4674"\r
-       type="xygrid"\r
-       dotted="false"\r
-       originx="0mm"\r
-       originy="0mm" />\r
-    <sodipodi:guide\r
-       orientation="1,0"\r
-       position="106.29921,946.81598"\r
-       id="guide3041" />\r
-    <sodipodi:guide\r
-       id="guide9173"\r
-       position="464.17323,715.74803"\r
-       orientation="1,0" />\r
-  </sodipodi:namedview>\r
-  <defs\r
-     id="defs2477">\r
-    <linearGradient\r
-       inkscape:collect="always"\r
-       id="linearGradient10356">\r
-      <stop\r
-         style="stop-color:#000000;stop-opacity:1;"\r
-         offset="0"\r
-         id="stop10358" />\r
-      <stop\r
-         style="stop-color:#000000;stop-opacity:0;"\r
-         offset="1"\r
-         id="stop10360" />\r
-    </linearGradient>\r
-    <pattern\r
-       patternUnits="userSpaceOnUse"\r
-       width="19.488184"\r
-       height="5.3149635"\r
-       patternTransform="translate(442.02756,179.82281)"\r
-       id="pattern31837">\r
-      <path\r
-         id="path31833"\r
-         d="M 0.88582677,4.4291368 L 18.602357,4.4291368"\r
-         style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.77165353;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />\r
-      <path\r
-         id="path31835"\r
-         d="M 0.88582677,0.88582677 L 18.602357,0.88582677"\r
-         style="opacity:1;fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.77165353;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />\r
-    </pattern>\r
-    <pattern\r
-       inkscape:collect="always"\r
-       xlink:href="#pattern31837"\r
-       id="pattern31843"\r
-       patternTransform="matrix(0.8219623,-0.5106659,0.5106659,0.8219623,407.01829,190.47423)" />\r
-    <pattern\r
-       inkscape:collect="always"\r
-       xlink:href="#pattern31843"\r
-       id="pattern39357"\r
-       patternTransform="matrix(1.2292733,-0.7637186,0.7637186,1.2292733,253.27252,439.9282)" />\r
-    <marker\r
-       inkscape:stockid="CurvyCross"\r
-       orient="auto"\r
-       refY="0.0"\r
-       refX="0.0"\r
-       id="CurvyCross"\r
-       style="overflow:visible">\r
-      <g\r
-         id="g18903"\r
-         transform="scale(0.6)">\r
-        <path\r
-           id="path18905"\r
-           d="M 4.6254930,-5.0456926 C 1.8654930,-5.0456926 -0.37450702,-2.8056926 -0.37450702,-0.045692580 C -0.37450702,2.7143074 1.8654930,4.9543074 4.6254930,4.9543074"\r
-           style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none;marker-end:none" />\r
-        <path\r
-           id="path18907"\r
-           d="M -5.4129913,-5.0456926 C -2.6529913,-5.0456926 -0.41299131,-2.8056926 -0.41299131,-0.045692580 C -0.41299131,2.7143074 -2.6529913,4.9543074 -5.4129913,4.9543074"\r
-           style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none;marker-end:none" />\r
-      </g>\r
-    </marker>\r
-    <linearGradient\r
-       inkscape:collect="always"\r
-       xlink:href="#linearGradient1507"\r
-       id="linearGradient4794"\r
-       gradientUnits="userSpaceOnUse"\r
-       gradientTransform="scale(0.9446888,1.0585496)"\r
-       x1="201.38963"\r
-       y1="843.20789"\r
-       x2="547.80804"\r
-       y2="383.76529" />\r
-    <linearGradient\r
-       inkscape:collect="always"\r
-       xlink:href="#linearGradient1507"\r
-       id="linearGradient4590"\r
-       gradientUnits="userSpaceOnUse"\r
-       gradientTransform="scale(0.9446888,1.0585496)"\r
-       x1="201.38963"\r
-       y1="843.20789"\r
-       x2="547.80804"\r
-       y2="383.76529" />\r
-    <linearGradient\r
-       inkscape:collect="always"\r
-       xlink:href="#linearGradient841"\r
-       id="linearGradient4390"\r
-       gradientUnits="userSpaceOnUse"\r
-       gradientTransform="scale(0.9208103,1.086)"\r
-       x1="10.800377"\r
-       y1="-94.637573"\r
-       x2="116.61332"\r
-       y2="-94.637573" />\r
-    <linearGradient\r
-       inkscape:collect="always"\r
-       xlink:href="#linearGradient1507"\r
-       id="linearGradient4376"\r
-       gradientUnits="userSpaceOnUse"\r
-       gradientTransform="scale(0.9446888,1.0585496)"\r
-       x1="201.38963"\r
-       y1="843.20789"\r
-       x2="547.80804"\r
-       y2="383.76529" />\r
-    <linearGradient\r
-       inkscape:collect="always"\r
-       xlink:href="#linearGradient1507"\r
-       id="linearGradient3095"\r
-       gradientUnits="userSpaceOnUse"\r
-       gradientTransform="scale(0.9446888,1.0585496)"\r
-       x1="201.38963"\r
-       y1="843.20789"\r
-       x2="547.80804"\r
-       y2="383.76529" />\r
-    <linearGradient\r
-       id="linearGradient1683">\r
-      <stop\r
-         style="stop-color:#db1f0c;stop-opacity:1.0000000;"\r
-         offset="0.0000000"\r
-         id="stop1684" />\r
-      <stop\r
-         style="stop-color:#761006;stop-opacity:1.0000000;"\r
-         offset="1.0000000"\r
-         id="stop1685" />\r
-    </linearGradient>\r
-    <linearGradient\r
-       inkscape:collect="always"\r
-       xlink:href="#linearGradient1507"\r
-       id="linearGradient24714"\r
-       gradientUnits="userSpaceOnUse"\r
-       gradientTransform="scale(0.9446888,1.0585496)"\r
-       x1="201.38963"\r
-       y1="843.20789"\r
-       x2="547.80804"\r
-       y2="383.76529" />\r
-    <linearGradient\r
-       id="linearGradient2263">\r
-      <stop\r
-         style="stop-color:#ff9696;stop-opacity:0.61960787;"\r
-         offset="0"\r
-         id="stop2264" />\r
-      <stop\r
-         style="stop-color:#ffffff;stop-opacity:0.70103091;"\r
-         offset="1.0000000"\r
-         id="stop2265" />\r
-    </linearGradient>\r
-    <linearGradient\r
-       id="linearGradient2891">\r
-      <stop\r
-         style="stop-color:#ff0000;stop-opacity:0.68041235;"\r
-         offset="0"\r
-         id="stop2892" />\r
-      <stop\r
-         style="stop-color:#ff0000;stop-opacity:0.14432989;"\r
-         offset="1"\r
-         id="stop2893" />\r
-    </linearGradient>\r
-    <linearGradient\r
-       inkscape:collect="always"\r
-       xlink:href="#linearGradient1507"\r
-       id="linearGradient24524"\r
-       gradientUnits="userSpaceOnUse"\r
-       gradientTransform="scale(0.9446888,1.0585496)"\r
-       x1="201.38963"\r
-       y1="843.20789"\r
-       x2="547.80804"\r
-       y2="383.76529" />\r
-    <marker\r
-       inkscape:stockid="TriangleOutL"\r
-       orient="auto"\r
-       refY="0"\r
-       refX="0"\r
-       id="TriangleOutL"\r
-       style="overflow:visible">\r
-      <path\r
-         id="path3964"\r
-         d="M 5.77,0 L -2.88,5 L -2.88,-5 L 5.77,0 z"\r
-         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"\r
-         transform="scale(0.8,0.8)" />\r
-    </marker>\r
-    <linearGradient\r
-       inkscape:collect="always"\r
-       xlink:href="#linearGradient1507"\r
-       id="linearGradient2870"\r
-       gradientUnits="userSpaceOnUse"\r
-       gradientTransform="scale(0.9446888,1.0585496)"\r
-       x1="201.38963"\r
-       y1="843.20789"\r
-       x2="547.80804"\r
-       y2="383.76529" />\r
-    <linearGradient\r
-       inkscape:collect="always"\r
-       xlink:href="#linearGradient1507"\r
-       id="linearGradient239278"\r
-       gradientUnits="userSpaceOnUse"\r
-       gradientTransform="scale(0.9446888,1.0585496)"\r
-       x1="201.38963"\r
-       y1="843.20789"\r
-       x2="547.80804"\r
-       y2="383.76529" />\r
-    <linearGradient\r
-       id="linearGradient865">\r
-      <stop\r
-         style="stop-color:#ffffff;stop-opacity:1.0000000;"\r
-         offset="0.00000000"\r
-         id="stop866" />\r
-      <stop\r
-         style="stop-color:#ffffff;stop-opacity:0.00000000;"\r
-         offset="1.0000000"\r
-         id="stop868" />\r
-    </linearGradient>\r
-    <linearGradient\r
-       id="linearGradient1400">\r
-      <stop\r
-         style="stop-color:#000000;stop-opacity:0.67843139;"\r
-         offset="0.0000000"\r
-         id="stop1401" />\r
-      <stop\r
-         style="stop-color:#000000;stop-opacity:0.32941177;"\r
-         offset="0.56999999"\r
-         id="stop1403" />\r
-      <stop\r
-         style="stop-color:#000000;stop-opacity:0.00000000;"\r
-         offset="1.0000000"\r
-         id="stop1402" />\r
-    </linearGradient>\r
-    <linearGradient\r
-       inkscape:collect="always"\r
-       xlink:href="#linearGradient1507"\r
-       id="linearGradient233706"\r
-       gradientUnits="userSpaceOnUse"\r
-       gradientTransform="scale(0.9446888,1.0585496)"\r
-       x1="201.38963"\r
-       y1="843.20789"\r
-       x2="547.80804"\r
-       y2="383.76529" />\r
-    <linearGradient\r
-       y2="383.76529"\r
-       y1="843.20789"\r
-       xlink:href="#linearGradient1507"\r
-       x2="547.80804"\r
-       x1="201.38963"\r
-       id="linearGradient1506"\r
-       gradientTransform="scale(0.9446888,1.0585496)"\r
-       gradientUnits="userSpaceOnUse" />\r
-    <linearGradient\r
-       inkscape:collect="always"\r
-       xlink:href="#linearGradient1507"\r
-       id="linearGradient3450"\r
-       gradientUnits="userSpaceOnUse"\r
-       gradientTransform="scale(0.9446888,1.0585496)"\r
-       x1="201.38963"\r
-       y1="843.20789"\r
-       x2="547.80804"\r
-       y2="383.76529" />\r
-    <linearGradient\r
-       id="linearGradient1290">\r
-      <stop\r
-         style="stop-color:#b2a269;stop-opacity:1.0000000;"\r
-         offset="0.0000000"\r
-         id="stop1291" />\r
-      <stop\r
-         style="stop-color:#6d5b18;stop-opacity:1.0000000;"\r
-         offset="1.0000000"\r
-         id="stop1292" />\r
-    </linearGradient>\r
-    <linearGradient\r
-       id="linearGradient846">\r
-      <stop\r
-         style="stop-color:#e7e7e7;stop-opacity:1.0000000;"\r
-         offset="0.00000000"\r
-         id="stop847" />\r
-      <stop\r
-         style="stop-color:#a5a5a5;stop-opacity:1.0000000;"\r
-         offset="1.0000000"\r
-         id="stop848" />\r
-    </linearGradient>\r
-    <linearGradient\r
-       id="linearGradient841">\r
-      <stop\r
-         style="stop-color:#ffffff;stop-opacity:1.0000000;"\r
-         offset="0.00000000"\r
-         id="stop842" />\r
-      <stop\r
-         style="stop-color:#ffffff;stop-opacity:0.00000000;"\r
-         offset="1.0000000"\r
-         id="stop843" />\r
-    </linearGradient>\r
-    <linearGradient\r
-       id="linearGradient853">\r
-      <stop\r
-         style="stop-color:#000000;stop-opacity:0.29752067;"\r
-         offset="0.00000000"\r
-         id="stop854" />\r
-      <stop\r
-         style="stop-color:#000000;stop-opacity:0.00000000;"\r
-         offset="1.0000000"\r
-         id="stop855" />\r
-    </linearGradient>\r
-    <linearGradient\r
-       y2="287.73825"\r
-       y1="169.4436"\r
-       xlink:href="#linearGradient1492"\r
-       x2="622.33325"\r
-       x1="741.63898"\r
-       id="linearGradient1497"\r
-       gradientTransform="scale(0.9552926,1.0467997)"\r
-       gradientUnits="userSpaceOnUse" />\r
-    <linearGradient\r
-       id="linearGradient1501">\r
-      <stop\r
-         style="stop-color:#ffffff;stop-opacity:1.0000000;"\r
-         offset="0.0000000"\r
-         id="stop1502" />\r
-      <stop\r
-         style="stop-color:#ffffff;stop-opacity:0.0000000;"\r
-         offset="1.0000000"\r
-         id="stop1504" />\r
-    </linearGradient>\r
-    <linearGradient\r
-       y2="418.53635"\r
-       y1="236.12772"\r
-       xlink:href="#linearGradient1501"\r
-       x2="330.88034"\r
-       x1="687.96375"\r
-       id="linearGradient1499"\r
-       gradientTransform="scale(0.9890091,1.011113)"\r
-       gradientUnits="userSpaceOnUse" />\r
-    <linearGradient\r
-       id="linearGradient1492">\r
-      <stop\r
-         style="stop-color:#dadada;stop-opacity:1.0000000;"\r
-         offset="0.0000000"\r
-         id="stop1493" />\r
-      <stop\r
-         style="stop-color:#f1f1f1;stop-opacity:1.0000000;"\r
-         offset="0.34923077"\r
-         id="stop1496" />\r
-      <stop\r
-         style="stop-color:#f0f0f0;stop-opacity:1.0000000;"\r
-         offset="1.0000000"\r
-         id="stop1494" />\r
-    </linearGradient>\r
-    <linearGradient\r
-       y2="689.86005"\r
-       y1="230.07422"\r
-       xlink:href="#linearGradient1492"\r
-       x2="351.7063"\r
-       x1="728.96643"\r
-       id="linearGradient1495"\r
-       gradientTransform="scale(0.955425,1.0466546)"\r
-       gradientUnits="userSpaceOnUse" />\r
-    <linearGradient\r
-       id="linearGradient1507">\r
-      <stop\r
-         style="stop-color:#000000;stop-opacity:0.095505618;"\r
-         offset="0.0000000"\r
-         id="stop1508" />\r
-      <stop\r
-         style="stop-color:#000000;stop-opacity:0.0000000;"\r
-         offset="1.0000000"\r
-         id="stop1510" />\r
-    </linearGradient>\r
-    <linearGradient\r
-       inkscape:collect="always"\r
-       xlink:href="#linearGradient1507"\r
-       id="linearGradient3877"\r
-       gradientUnits="userSpaceOnUse"\r
-       gradientTransform="scale(0.9446888,1.0585496)"\r
-       x1="201.38963"\r
-       y1="843.20789"\r
-       x2="547.80804"\r
-       y2="383.76529" />\r
-    <linearGradient\r
-       id="linearGradient1699">\r
-      <stop\r
-         style="stop-color:#017eff;stop-opacity:1.0000000;"\r
-         offset="0.0000000"\r
-         id="stop1700" />\r
-      <stop\r
-         style="stop-color:#ecfaff;stop-opacity:1.0000000;"\r
-         offset="1.0000000"\r
-         id="stop1701" />\r
-    </linearGradient>\r
-    <marker\r
-       orient="auto"\r
-       refY="0"\r
-       refX="0"\r
-       id="DiamondEmpty"\r
-       style="overflow:visible">\r
-      <path\r
-         id="path7"\r
-         d="M 0,-5 L -5,0 L 0,5 L 5,0 L 0,-5 z"\r
-         style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"\r
-         transform="translate(-5,0)" />\r
-    </marker>\r
-    <radialGradient\r
-       inkscape:collect="always"\r
-       xlink:href="#linearGradient19816"\r
-       id="radialGradient3268"\r
-       gradientUnits="userSpaceOnUse"\r
-       gradientTransform="matrix(0.9214039,2.3896193e-3,-2.166448e-3,0.5977017,541.12253,30.198804)"\r
-       cx="-147.5"\r
-       cy="97.300964"\r
-       fx="-147.5"\r
-       fy="97.300964"\r
-       r="109.42857" />\r
-    <radialGradient\r
-       inkscape:collect="always"\r
-       xlink:href="#linearGradient7299"\r
-       id="radialGradient3270"\r
-       gradientUnits="userSpaceOnUse"\r
-       gradientTransform="matrix(1.3208501,2.3843471e-3,-3.1056446e-3,0.596383,334.93437,78.721097)"\r
-       cx="-147.5"\r
-       cy="97.300964"\r
-       fx="-147.5"\r
-       fy="97.300964"\r
-       r="109.42857" />\r
-    <radialGradient\r
-       inkscape:collect="always"\r
-       xlink:href="#linearGradient19816"\r
-       id="radialGradient3272"\r
-       gradientUnits="userSpaceOnUse"\r
-       gradientTransform="matrix(1.6000725,2.3808346e-3,-3.7621654e-3,0.5955044,664.61868,-4.8275956)"\r
-       cx="-147.5"\r
-       cy="97.300964"\r
-       fx="-147.5"\r
-       fy="97.300964"\r
-       r="109.42857" />\r
-    <radialGradient\r
-       inkscape:collect="always"\r
-       xlink:href="#linearGradient7299"\r
-       id="radialGradient3274"\r
-       gradientUnits="userSpaceOnUse"\r
-       gradientTransform="matrix(1.3208501,2.3843471e-3,-3.1056446e-3,0.596383,334.93437,78.721097)"\r
-       cx="-147.5"\r
-       cy="97.300964"\r
-       fx="-147.5"\r
-       fy="97.300964"\r
-       r="109.42857" />\r
-    <radialGradient\r
-       inkscape:collect="always"\r
-       xlink:href="#linearGradient7299"\r
-       id="radialGradient3276"\r
-       gradientUnits="userSpaceOnUse"\r
-       gradientTransform="matrix(1.3208501,2.3843471e-3,-3.1056446e-3,0.596383,334.93437,78.721097)"\r
-       cx="-147.5"\r
-       cy="97.300964"\r
-       fx="-147.5"\r
-       fy="97.300964"\r
-       r="109.42857" />\r
-    <radialGradient\r
-       inkscape:collect="always"\r
-       xlink:href="#linearGradient7299"\r
-       id="radialGradient3278"\r
-       gradientUnits="userSpaceOnUse"\r
-       gradientTransform="matrix(1.3208501,2.3843471e-3,-3.1056446e-3,0.596383,334.93437,78.721097)"\r
-       cx="-147.5"\r
-       cy="97.300964"\r
-       fx="-147.5"\r
-       fy="97.300964"\r
-       r="109.42857" />\r
-    <linearGradient\r
-       id="linearGradient7299">\r
-      <stop\r
-         style="stop-color:#ffffff;stop-opacity:1"\r
-         offset="0"\r
-         id="stop7301" />\r
-      <stop\r
-         style="stop-color:#a090e7;stop-opacity:1"\r
-         offset="1"\r
-         id="stop7303" />\r
-    </linearGradient>\r
-    <radialGradient\r
-       inkscape:collect="always"\r
-       xlink:href="#linearGradient7299"\r
-       id="radialGradient3280"\r
-       gradientUnits="userSpaceOnUse"\r
-       gradientTransform="matrix(1.3208501,2.3843471e-3,-3.1056446e-3,0.596383,334.93437,78.721097)"\r
-       cx="-147.5"\r
-       cy="97.300964"\r
-       fx="-147.5"\r
-       fy="97.300964"\r
-       r="109.42857" />\r
-    <linearGradient\r
-       id="linearGradient5596">\r
-      <stop\r
-         style="stop-color:#ffffff;stop-opacity:1;"\r
-         offset="0"\r
-         id="stop5598" />\r
-      <stop\r
-         style="stop-color:#e7e790;stop-opacity:0.56489879"\r
-         offset="1"\r
-         id="stop5600" />\r
-    </linearGradient>\r
-    <linearGradient\r
-       id="linearGradient19816">\r
-      <stop\r
-         id="stop19818"\r
-         offset="0"\r
-         style="stop-color:#ffffff;stop-opacity:1;" />\r
-      <stop\r
-         id="stop19820"\r
-         offset="1"\r
-         style="stop-color:#e7e790;stop-opacity:1;" />\r
-    </linearGradient>\r
-    <linearGradient\r
-       id="linearGradient11508">\r
-      <stop\r
-         id="stop11510"\r
-         offset="0"\r
-         style="stop-color:#ffffff;stop-opacity:1;" />\r
-      <stop\r
-         id="stop11512"\r
-         offset="1"\r
-         style="stop-color:#008401;stop-opacity:1;" />\r
-    </linearGradient>\r
-    <linearGradient\r
-       id="linearGradient3286">\r
-      <stop\r
-         style="stop-color:#ffffff;stop-opacity:1;"\r
-         offset="0"\r
-         id="stop3288" />\r
-      <stop\r
-         style="stop-color:#79e291;stop-opacity:1;"\r
-         offset="1"\r
-         id="stop3290" />\r
-    </linearGradient>\r
-    <marker\r
-       inkscape:stockid="Arrow2Lend"\r
-       orient="auto"\r
-       refY="0"\r
-       refX="0"\r
-       id="Arrow2Lend"\r
-       style="overflow:visible">\r
-      <path\r
-         id="path16811"\r
-         style="font-size:12px;fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"\r
-         d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.97309,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z"\r
-         transform="matrix(-1.1,0,0,-1.1,-1.1,0)" />\r
-    </marker>\r
-    <linearGradient\r
-       id="linearGradient7447">\r
-      <stop\r
-         style="stop-color:#ff6161;stop-opacity:1;"\r
-         offset="0"\r
-         id="stop7449" />\r
-      <stop\r
-         style="stop-color:#840929;stop-opacity:1;"\r
-         offset="1"\r
-         id="stop7451" />\r
-    </linearGradient>\r
-    <linearGradient\r
-       id="linearGradient7485">\r
-      <stop\r
-         style="stop-color:#b6bcef;stop-opacity:1;"\r
-         offset="0"\r
-         id="stop7487" />\r
-      <stop\r
-         style="stop-color:#4026b1;stop-opacity:1;"\r
-         offset="1"\r
-         id="stop7489" />\r
-    </linearGradient>\r
-    <marker\r
-       orient="auto"\r
-       refY="0"\r
-       refX="0"\r
-       id="EmptyArrow2"\r
-       style="overflow:visible">\r
-      <path\r
-         id="path13"\r
-         d="M 0,0 L 0,-5 L -10,0 L 0,5 L 0,0 z"\r
-         style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"\r
-         transform="matrix(-1,0,0,-1,-10,0)" />\r
-    </marker>\r
-    <marker\r
-       inkscape:stockid="Arrow1Lstart"\r
-       orient="auto"\r
-       refY="0"\r
-       refX="0"\r
-       id="Arrow1Lstart"\r
-       style="overflow:visible">\r
-      <path\r
-         id="path5210"\r
-         d="M 0,0 L 5,-5 L -12.5,0 L 5,5 L 0,0 z"\r
-         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"\r
-         transform="matrix(0.8,0,0,0.8,10,0)" />\r
-    </marker>\r
-    <marker\r
-       style="overflow:visible"\r
-       id="DotS"\r
-       refX="0"\r
-       refY="0"\r
-       orient="auto"\r
-       inkscape:stockid="DotS">\r
-      <path\r
-         transform="matrix(0.2,0,0,0.2,1.48,0.2)"\r
-         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none;marker-end:none"\r
-         d="M -2.5,-1 C -2.5,1.76 -4.74,4 -7.5,4 C -10.26,4 -12.5,1.76 -12.5,-1 C -12.5,-3.76 -10.26,-6 -7.5,-6 C -4.74,-6 -2.5,-3.76 -2.5,-1 z"\r
-         id="path3636" />\r
-    </marker>\r
-    <marker\r
-       inkscape:stockid="TriangleOutS"\r
-       orient="auto"\r
-       refY="0"\r
-       refX="0"\r
-       id="TriangleOutS"\r
-       style="overflow:visible">\r
-      <path\r
-         id="path3717"\r
-         d="M 5.77,0 L -2.88,5 L -2.88,-5 L 5.77,0 z"\r
-         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"\r
-         transform="scale(0.2,0.2)" />\r
-    </marker>\r
-    <inkscape:path-effect\r
-       copytype="single_stretched"\r
-       pattern="M 349.202,225.086 L 405.895,331.386 L 370.462,338.472 "\r
-       prop_scale="1"\r
-       id="path-effect2503"\r
-       effect="skeletal" />\r
-    <inkscape:path-effect\r
-       prop_scale="1"\r
-       id="path-effect2499"\r
-       effect="skeletal" />\r
-    <inkscape:path-effect\r
-       pattern-nodetypes="cc"\r
-       pattern="M 432.28346,272.83462 L 403.93701,216.14171"\r
-       prop_scale="1"\r
-       id="path-effect2497"\r
-       effect="skeletal" />\r
-    <marker\r
-       style="overflow:visible"\r
-       id="Arrow1Send"\r
-       refX="0"\r
-       refY="0"\r
-       orient="auto"\r
-       inkscape:stockid="Arrow1Send">\r
-      <path\r
-         transform="matrix(-0.2,0,0,-0.2,-1.2,0)"\r
-         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"\r
-         d="M 0,0 L 5,-5 L -12.5,0 L 5,5 L 0,0 z"\r
-         id="path3641" />\r
-    </marker>\r
-    <marker\r
-       style="overflow:visible"\r
-       id="Arrow1Lend"\r
-       refX="0"\r
-       refY="0"\r
-       orient="auto"\r
-       inkscape:stockid="Arrow1Lend">\r
-      <path\r
-         transform="matrix(-0.8,0,0,-0.8,-10,0)"\r
-         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"\r
-         d="M 0,0 L 5,-5 L -12.5,0 L 5,5 L 0,0 z"\r
-         id="path3629" />\r
-    </marker>\r
-    <inkscape:perspective\r
-       sodipodi:type="inkscape:persp3d"\r
-       inkscape:vp_x="0 : 526.18109 : 1"\r
-       inkscape:vp_y="0 : 1000 : 0"\r
-       inkscape:vp_z="744.09448 : 526.18109 : 1"\r
-       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"\r
-       id="perspective3487" />\r
-    <marker\r
-       style="overflow:visible"\r
-       id="Arrow2Sendp"\r
-       refX="0"\r
-       refY="0"\r
-       orient="auto"\r
-       inkscape:stockid="Arrow2Sendp">\r
-      <path\r
-         transform="matrix(-0.3,0,0,-0.3,0.69,0)"\r
-         d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.97309,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z"\r
-         style="font-size:12px;fill:#f39300;fill-rule:evenodd;stroke:#f39300;stroke-width:0.625;stroke-linejoin:round"\r
-         id="path28139" />\r
-    </marker>\r
-    <marker\r
-       style="overflow:visible"\r
-       id="TriangleOutSK"\r
-       refX="0"\r
-       refY="0"\r
-       orient="auto"\r
-       inkscape:stockid="TriangleOutSK">\r
-      <path\r
-         transform="scale(0.2,0.2)"\r
-         style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none"\r
-         d="M 5.77,0 L -2.88,5 L -2.88,-5 L 5.77,0 z"\r
-         id="path36611" />\r
-    </marker>\r
-    <marker\r
-       style="overflow:visible"\r
-       id="TriangleOutSH"\r
-       refX="0"\r
-       refY="0"\r
-       orient="auto"\r
-       inkscape:stockid="TriangleOutSH">\r
-      <path\r
-         transform="scale(0.2,0.2)"\r
-         style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none"\r
-         d="M 5.77,0 L -2.88,5 L -2.88,-5 L 5.77,0 z"\r
-         id="path36614" />\r
-    </marker>\r
-    <marker\r
-       style="overflow:visible"\r
-       id="TriangleOutSA"\r
-       refX="0"\r
-       refY="0"\r
-       orient="auto"\r
-       inkscape:stockid="TriangleOutSA">\r
-      <path\r
-         transform="scale(0.2,0.2)"\r
-         style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none"\r
-         d="M 5.77,0 L -2.88,5 L -2.88,-5 L 5.77,0 z"\r
-         id="path36617" />\r
-    </marker>\r
-    <marker\r
-       style="overflow:visible"\r
-       id="TriangleOutSKF"\r
-       refX="0"\r
-       refY="0"\r
-       orient="auto"\r
-       inkscape:stockid="TriangleOutSKF">\r
-      <path\r
-         transform="scale(0.2,0.2)"\r
-         style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none"\r
-         d="M 5.77,0 L -2.88,5 L -2.88,-5 L 5.77,0 z"\r
-         id="path36620" />\r
-    </marker>\r
-    <marker\r
-       style="overflow:visible"\r
-       id="TriangleOutS9"\r
-       refX="0"\r
-       refY="0"\r
-       orient="auto"\r
-       inkscape:stockid="TriangleOutS9">\r
-      <path\r
-         transform="scale(0.2,0.2)"\r
-         style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none"\r
-         d="M 5.77,0 L -2.88,5 L -2.88,-5 L 5.77,0 z"\r
-         id="path36623" />\r
-    </marker>\r
-    <marker\r
-       style="overflow:visible"\r
-       id="Arrow2SendpA"\r
-       refX="0"\r
-       refY="0"\r
-       orient="auto"\r
-       inkscape:stockid="Arrow2SendpA">\r
-      <path\r
-         transform="matrix(-0.3,0,0,-0.3,0.69,0)"\r
-         d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.97309,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z"\r
-         style="font-size:12px;fill:#d9d9cd;fill-rule:evenodd;stroke:#d9d9cd;stroke-width:0.625;stroke-linejoin:round"\r
-         id="path3396" />\r
-    </marker>\r
-    <marker\r
-       style="overflow:visible"\r
-       id="Arrow2Sendpg"\r
-       refX="0"\r
-       refY="0"\r
-       orient="auto"\r
-       inkscape:stockid="Arrow2Sendpg">\r
-      <path\r
-         transform="matrix(-0.3,0,0,-0.3,0.69,0)"\r
-         d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.97309,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z"\r
-         style="font-size:12px;fill:#fcc988;fill-rule:evenodd;stroke:#fcc988;stroke-width:0.625;stroke-linejoin:round"\r
-         id="path3360" />\r
-    </marker>\r
-    <filter\r
-       id="filter2780"\r
-       inkscape:label="White Halo"\r
-       width="1.1"\r
-       height="1.1">\r
-      <feMorphology\r
-         id="feMorphology2782"\r
-         operator="dilate"\r
-         radius="3"\r
-         result="result0" />\r
-      <feFlood\r
-         id="feFlood2786"\r
-         flood-color="rgb(255,255,255)"\r
-         flood-opacity="1"\r
-         in="result0"\r
-         result="result3" />\r
-      <feComposite\r
-         id="feComposite2623"\r
-         in="result3"\r
-         in2="result0"\r
-         operator="in"\r
-         result="result4" />\r
-      <feMerge\r
-         id="feMerge2629">\r
-        <feMergeNode\r
-           inkscape:collect="always"\r
-           id="feMergeNode2631"\r
-           in="result4" />\r
-        <feMergeNode\r
-           inkscape:collect="always"\r
-           id="feMergeNode2633"\r
-           in="SourceGraphic" />\r
-      </feMerge>\r
-    </filter>\r
-    <marker\r
-       inkscape:stockid="TriangleOutSn"\r
-       orient="auto"\r
-       refY="0"\r
-       refX="0"\r
-       id="TriangleOutSn"\r
-       style="overflow:visible">\r
-      <path\r
-         id="path4441"\r
-         d="M 5.77,0 L -2.88,5 L -2.88,-5 L 5.77,0 z"\r
-         style="fill:#d9d9cd;fill-rule:evenodd;stroke:#d9d9cd;stroke-width:1pt;marker-start:none"\r
-         transform="scale(0.2,0.2)" />\r
-    </marker>\r
-    <marker\r
-       inkscape:stockid="TriangleOutS9F"\r
-       orient="auto"\r
-       refY="0"\r
-       refX="0"\r
-       id="TriangleOutS9F"\r
-       style="overflow:visible">\r
-      <path\r
-         id="path4444"\r
-         d="M 5.77,0 L -2.88,5 L -2.88,-5 L 5.77,0 z"\r
-         style="fill:#d9d9cd;fill-rule:evenodd;stroke:#d9d9cd;stroke-width:1pt;marker-start:none"\r
-         transform="scale(0.2,0.2)" />\r
-    </marker>\r
-    <marker\r
-       inkscape:stockid="TriangleOutSI"\r
-       orient="auto"\r
-       refY="0"\r
-       refX="0"\r
-       id="TriangleOutSI"\r
-       style="overflow:visible">\r
-      <path\r
-         id="path4447"\r
-         d="M 5.77,0 L -2.88,5 L -2.88,-5 L 5.77,0 z"\r
-         style="fill:#d9d9cd;fill-rule:evenodd;stroke:#d9d9cd;stroke-width:1pt;marker-start:none"\r
-         transform="scale(0.2,0.2)" />\r
-    </marker>\r
-    <marker\r
-       inkscape:stockid="TriangleOutSO"\r
-       orient="auto"\r
-       refY="0"\r
-       refX="0"\r
-       id="TriangleOutSO"\r
-       style="overflow:visible">\r
-      <path\r
-         id="path4450"\r
-         d="M 5.77,0 L -2.88,5 L -2.88,-5 L 5.77,0 z"\r
-         style="fill:#d9d9cd;fill-rule:evenodd;stroke:#d9d9cd;stroke-width:1pt;marker-start:none"\r
-         transform="scale(0.2,0.2)" />\r
-    </marker>\r
-    <marker\r
-       inkscape:stockid="TriangleOutSW"\r
-       orient="auto"\r
-       refY="0"\r
-       refX="0"\r
-       id="TriangleOutSW"\r
-       style="overflow:visible">\r
-      <path\r
-         id="path4453"\r
-         d="M 5.77,0 L -2.88,5 L -2.88,-5 L 5.77,0 z"\r
-         style="fill:#d9d9cd;fill-rule:evenodd;stroke:#d9d9cd;stroke-width:1pt;marker-start:none"\r
-         transform="scale(0.2,0.2)" />\r
-    </marker>\r
-    <marker\r
-       inkscape:stockid="TriangleOutSB"\r
-       orient="auto"\r
-       refY="0"\r
-       refX="0"\r
-       id="TriangleOutSB"\r
-       style="overflow:visible">\r
-      <path\r
-         id="path4456"\r
-         d="M 5.77,0 L -2.88,5 L -2.88,-5 L 5.77,0 z"\r
-         style="fill:#d9d9cd;fill-rule:evenodd;stroke:#d9d9cd;stroke-width:1pt;marker-start:none"\r
-         transform="scale(0.2,0.2)" />\r
-    </marker>\r
-    <marker\r
-       inkscape:stockid="TriangleOutSZ"\r
-       orient="auto"\r
-       refY="0"\r
-       refX="0"\r
-       id="TriangleOutSZ"\r
-       style="overflow:visible">\r
-      <path\r
-         id="path4459"\r
-         d="M 5.77,0 L -2.88,5 L -2.88,-5 L 5.77,0 z"\r
-         style="fill:#d9d9cd;fill-rule:evenodd;stroke:#d9d9cd;stroke-width:1pt;marker-start:none"\r
-         transform="scale(0.2,0.2)" />\r
-    </marker>\r
-    <marker\r
-       style="overflow:visible"\r
-       id="DotSq"\r
-       refX="0"\r
-       refY="0"\r
-       orient="auto"\r
-       inkscape:stockid="DotSq">\r
-      <path\r
-         transform="matrix(0.2,0,0,0.2,1.48,0.2)"\r
-         style="fill:#d9d9cd;fill-rule:evenodd;stroke:#d9d9cd;stroke-width:1pt;marker-start:none;marker-end:none"\r
-         d="M -2.5,-1 C -2.5,1.76 -4.74,4 -7.5,4 C -10.26,4 -12.5,1.76 -12.5,-1 C -12.5,-3.76 -10.26,-6 -7.5,-6 C -4.74,-6 -2.5,-3.76 -2.5,-1 z"\r
-         id="path5853" />\r
-    </marker>\r
-    <marker\r
-       inkscape:stockid="TriangleOutSBO"\r
-       orient="auto"\r
-       refY="0"\r
-       refX="0"\r
-       id="TriangleOutSBO"\r
-       style="overflow:visible">\r
-      <path\r
-         id="path7501"\r
-         d="M 5.77,0 L -2.88,5 L -2.88,-5 L 5.77,0 z"\r
-         style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none"\r
-         transform="scale(0.2,0.2)" />\r
-    </marker>\r
-    <marker\r
-       style="overflow:visible"\r
-       id="DotSu"\r
-       refX="0"\r
-       refY="0"\r
-       orient="auto"\r
-       inkscape:stockid="DotSu">\r
-      <path\r
-         transform="matrix(0.2,0,0,0.2,1.48,0.2)"\r
-         style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none;marker-end:none"\r
-         d="M -2.5,-1 C -2.5,1.76 -4.74,4 -7.5,4 C -10.26,4 -12.5,1.76 -12.5,-1 C -12.5,-3.76 -10.26,-6 -7.5,-6 C -4.74,-6 -2.5,-3.76 -2.5,-1 z"\r
-         id="path9463" />\r
-    </marker>\r
-    <filter\r
-       height="1.1"\r
-       width="1.1"\r
-       inkscape:label="Black Halo"\r
-       id="filter10694">\r
-      <feMorphology\r
-         result="result0"\r
-         radius="3"\r
-         operator="dilate"\r
-         id="feMorphology10696" />\r
-      <feFlood\r
-         result="result3"\r
-         in="result0"\r
-         flood-opacity="1"\r
-         flood-color="rgb(0,0,0)"\r
-         id="feFlood10698" />\r
-      <feComposite\r
-         result="result4"\r
-         operator="in"\r
-         in2="result0"\r
-         in="result3"\r
-         id="feComposite10700" />\r
-      <feMerge\r
-         id="feMerge10702">\r
-        <feMergeNode\r
-           in="result4"\r
-           id="feMergeNode10704"\r
-           inkscape:collect="always" />\r
-        <feMergeNode\r
-           in="SourceGraphic"\r
-           id="feMergeNode10706"\r
-           inkscape:collect="always" />\r
-      </feMerge>\r
-    </filter>\r
-    <marker\r
-       inkscape:stockid="TriangleOutSu"\r
-       orient="auto"\r
-       refY="0"\r
-       refX="0"\r
-       id="TriangleOutSu"\r
-       style="overflow:visible">\r
-      <path\r
-         id="path8127"\r
-         d="M 5.77,0 L -2.88,5 L -2.88,-5 L 5.77,0 z"\r
-         style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none"\r
-         transform="scale(0.2,0.2)" />\r
-    </marker>\r
-    <marker\r
-       inkscape:stockid="TriangleOutSI8"\r
-       orient="auto"\r
-       refY="0"\r
-       refX="0"\r
-       id="TriangleOutSI8"\r
-       style="overflow:visible">\r
-      <path\r
-         id="path8130"\r
-         d="M 5.77,0 L -2.88,5 L -2.88,-5 L 5.77,0 z"\r
-         style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none"\r
-         transform="scale(0.2,0.2)" />\r
-    </marker>\r
-    <marker\r
-       inkscape:stockid="TriangleOutSr"\r
-       orient="auto"\r
-       refY="0"\r
-       refX="0"\r
-       id="TriangleOutSr"\r
-       style="overflow:visible">\r
-      <path\r
-         id="path8133"\r
-         d="M 5.77,0 L -2.88,5 L -2.88,-5 L 5.77,0 z"\r
-         style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none"\r
-         transform="scale(0.2,0.2)" />\r
-    </marker>\r
-    <marker\r
-       inkscape:stockid="TriangleOutSM"\r
-       orient="auto"\r
-       refY="0"\r
-       refX="0"\r
-       id="TriangleOutSM"\r
-       style="overflow:visible">\r
-      <path\r
-         id="path8136"\r
-         d="M 5.77,0 L -2.88,5 L -2.88,-5 L 5.77,0 z"\r
-         style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none"\r
-         transform="scale(0.2,0.2)" />\r
-    </marker>\r
-    <marker\r
-       inkscape:stockid="TriangleOutSb"\r
-       orient="auto"\r
-       refY="0"\r
-       refX="0"\r
-       id="TriangleOutSb"\r
-       style="overflow:visible">\r
-      <path\r
-         id="path8139"\r
-         d="M 5.77,0 L -2.88,5 L -2.88,-5 L 5.77,0 z"\r
-         style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none"\r
-         transform="scale(0.2,0.2)" />\r
-    </marker>\r
-    <marker\r
-       id="marker18095"\r
-       orient="auto"\r
-       markerHeight="5.7450776"\r
-       markerWidth="4.6297302">\r
-      <g\r
-         id="g11064"\r
-         transform="matrix(0.5,0,0,0.5,-185.64298,-257.19655)">\r
-        <path\r
-           sodipodi:nodetypes="csccccccsccssssssssssssssccc"\r
-           id="path11050"\r
-           d="M 370,508.65625 C 369.13933,508.715 368.39056,509.27755 368.09375,510.09375 C 367.82399,510.83551 368.03605,511.62868 368.53125,512.21875 L 366.78125,512.21875 C 366.73884,512.21408 366.69882,512.22093 366.65625,512.21875 L 366.65625,516.59375 L 366.78125,516.59375 L 368.53125,516.59375 C 367.85229,517.45345 367.83424,518.70924 368.625,519.5 C 369.47591,520.35091 370.89909,520.35091 371.75,519.5 L 375.09375,516.125 C 375.12672,516.09552 375.15802,516.06422 375.1875,516.03125 C 375.21972,516.01191 375.25101,515.99105 375.28125,515.96875 C 375.28162,515.96839 375.49976,515.68796 375.5,515.6875 C 375.50005,515.68741 375.49338,515.64282 375.5,515.625 C 375.5011,515.62203 375.53002,515.62832 375.53125,515.625 C 375.57039,515.57293 375.58228,515.57321 375.625,515.5 C 375.76199,515.26524 375.79184,515.12809 375.78125,515.15625 C 375.81807,515.06473 375.79977,515.04374 375.8125,515 C 375.82311,514.98978 375.83353,514.97936 375.84375,514.96875 C 375.90379,514.74477 375.93181,514.45186 375.90625,514.1875 C 375.89266,513.98387 375.84739,513.88985 375.84375,513.875 C 375.84389,513.86458 375.84389,513.85417 375.84375,513.84375 C 375.86975,513.94071 375.85901,513.85978 375.75,513.59375 C 375.69753,513.46336 375.66014,513.37439 375.625,513.3125 C 375.57262,513.22275 375.49154,513.05015 375.28125,512.84375 L 371.75,509.3125 C 371.29355,508.82579 370.66491,508.60087 370,508.65625 z"\r
-           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" />\r
-        <path\r
-           sodipodi:nodetypes="cccscccsssssssscccsccc"\r
-           id="path11035"\r
-           d="M 366.65625,515.40625 L 371.28125,515.40625 L 369.46875,517.21875 C 369.0718,517.6157 369.0718,518.2593 369.46875,518.65625 C 369.8657,519.0532 370.5093,519.0532 370.90625,518.65625 L 374.34375,515.1875 L 374.4375,515.125 C 374.44343,515.11918 374.43171,515.09972 374.4375,515.09375 C 374.49291,515.03659 374.5526,514.97676 374.59375,514.90625 C 374.62239,514.85717 374.63663,514.80216 374.65625,514.75 C 374.66861,514.71928 374.67831,514.68783 374.6875,514.65625 C 374.71862,514.54015 374.73024,514.43132 374.71875,514.3125 C 374.71489,514.25466 374.70138,514.21285 374.6875,514.15625 C 374.6766,514.1156 374.67237,514.07059 374.65625,514.03125 C 374.63982,513.99042 374.61578,513.94505 374.59375,513.90625 C 374.5483,513.82838 374.50015,513.74899 374.4375,513.6875 L 370.90625,510.15625 C 370.69734,509.93349 370.39809,509.8184 370.09375,509.84375 C 369.69897,509.8707 369.35398,510.12813 369.21875,510.5 C 369.08351,510.87187 369.18349,511.28826 369.46875,511.5625 L 371.34375,513.40625 L 366.65625,513.40625"\r
-           style="fill:#49c2f1;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />\r
-      </g>\r
-    </marker>\r
-    <marker\r
-       id="marker44971"\r
-       orient="auto"\r
-       markerHeight="5.7450781"\r
-       markerWidth="4.6297355">\r
-      <g\r
-         id="g18059"\r
-         transform="matrix(0.5,0,0,0.5,-185.64299,-257.19655)">\r
-        <path\r
-           sodipodi:nodetypes="csccccccsccssssssssssssssccc"\r
-           id="path18061"\r
-           d="M 370,508.65625 C 369.13933,508.715 368.39056,509.27755 368.09375,510.09375 C 367.82399,510.83551 368.03605,511.62868 368.53125,512.21875 L 366.78125,512.21875 C 366.73884,512.21408 366.69882,512.22093 366.65625,512.21875 L 366.65625,516.59375 L 366.78125,516.59375 L 368.53125,516.59375 C 367.85229,517.45345 367.83424,518.70924 368.625,519.5 C 369.47591,520.35091 370.89909,520.35091 371.75,519.5 L 375.09375,516.125 C 375.12672,516.09552 375.15802,516.06422 375.1875,516.03125 C 375.21972,516.01191 375.25101,515.99105 375.28125,515.96875 C 375.28162,515.96839 375.49976,515.68796 375.5,515.6875 C 375.50005,515.68741 375.49338,515.64282 375.5,515.625 C 375.5011,515.62203 375.53002,515.62832 375.53125,515.625 C 375.57039,515.57293 375.58228,515.57321 375.625,515.5 C 375.76199,515.26524 375.79184,515.12809 375.78125,515.15625 C 375.81807,515.06473 375.79977,515.04374 375.8125,515 C 375.82311,514.98978 375.83353,514.97936 375.84375,514.96875 C 375.90379,514.74477 375.93181,514.45186 375.90625,514.1875 C 375.89266,513.98387 375.84739,513.88985 375.84375,513.875 C 375.84389,513.86458 375.84389,513.85417 375.84375,513.84375 C 375.86975,513.94071 375.85901,513.85978 375.75,513.59375 C 375.69753,513.46336 375.66014,513.37439 375.625,513.3125 C 375.57262,513.22275 375.49154,513.05015 375.28125,512.84375 L 371.75,509.3125 C 371.29355,508.82579 370.66491,508.60087 370,508.65625 z"\r
-           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" />\r
-        <path\r
-           sodipodi:nodetypes="cccscccsssssssscccsccc"\r
-           id="path18063"\r
-           d="M 366.65625,515.40625 L 371.28125,515.40625 L 369.46875,517.21875 C 369.0718,517.6157 369.0718,518.2593 369.46875,518.65625 C 369.8657,519.0532 370.5093,519.0532 370.90625,518.65625 L 374.34375,515.1875 L 374.4375,515.125 C 374.44343,515.11918 374.43171,515.09972 374.4375,515.09375 C 374.49291,515.03659 374.5526,514.97676 374.59375,514.90625 C 374.62239,514.85717 374.63663,514.80216 374.65625,514.75 C 374.66861,514.71928 374.67831,514.68783 374.6875,514.65625 C 374.71862,514.54015 374.73024,514.43132 374.71875,514.3125 C 374.71489,514.25466 374.70138,514.21285 374.6875,514.15625 C 374.6766,514.1156 374.67237,514.07059 374.65625,514.03125 C 374.63982,513.99042 374.61578,513.94505 374.59375,513.90625 C 374.5483,513.82838 374.50015,513.74899 374.4375,513.6875 L 370.90625,510.15625 C 370.69734,509.93349 370.39809,509.8184 370.09375,509.84375 C 369.69897,509.8707 369.35398,510.12813 369.21875,510.5 C 369.08351,510.87187 369.18349,511.28826 369.46875,511.5625 L 371.34375,513.40625 L 366.65625,513.40625"\r
-           style="fill:#d9d9cd;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />\r
-      </g>\r
-    </marker>\r
-    <marker\r
-       id="marker52016"\r
-       orient="auto"\r
-       markerHeight="5.7450786"\r
-       markerWidth="4.6297302">\r
-      <g\r
-         id="g52010"\r
-         transform="matrix(0.5,0,0,0.5,-185.64299,-257.19655)">\r
-        <path\r
-           sodipodi:nodetypes="csccccccsccssssssssssssssccc"\r
-           id="path52012"\r
-           d="M 370,508.65625 C 369.13933,508.715 368.39056,509.27755 368.09375,510.09375 C 367.82399,510.83551 368.03605,511.62868 368.53125,512.21875 L 366.78125,512.21875 C 366.73884,512.21408 366.69882,512.22093 366.65625,512.21875 L 366.65625,516.59375 L 366.78125,516.59375 L 368.53125,516.59375 C 367.85229,517.45345 367.83424,518.70924 368.625,519.5 C 369.47591,520.35091 370.89909,520.35091 371.75,519.5 L 375.09375,516.125 C 375.12672,516.09552 375.15802,516.06422 375.1875,516.03125 C 375.21972,516.01191 375.25101,515.99105 375.28125,515.96875 C 375.28162,515.96839 375.49976,515.68796 375.5,515.6875 C 375.50005,515.68741 375.49338,515.64282 375.5,515.625 C 375.5011,515.62203 375.53002,515.62832 375.53125,515.625 C 375.57039,515.57293 375.58228,515.57321 375.625,515.5 C 375.76199,515.26524 375.79184,515.12809 375.78125,515.15625 C 375.81807,515.06473 375.79977,515.04374 375.8125,515 C 375.82311,514.98978 375.83353,514.97936 375.84375,514.96875 C 375.90379,514.74477 375.93181,514.45186 375.90625,514.1875 C 375.89266,513.98387 375.84739,513.88985 375.84375,513.875 C 375.84389,513.86458 375.84389,513.85417 375.84375,513.84375 C 375.86975,513.94071 375.85901,513.85978 375.75,513.59375 C 375.69753,513.46336 375.66014,513.37439 375.625,513.3125 C 375.57262,513.22275 375.49154,513.05015 375.28125,512.84375 L 371.75,509.3125 C 371.29355,508.82579 370.66491,508.60087 370,508.65625 z"\r
-           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" />\r
-        <path\r
-           sodipodi:nodetypes="cccscccsssssssscccsccc"\r
-           id="path52014"\r
-           d="M 366.65625,515.40625 L 371.28125,515.40625 L 369.46875,517.21875 C 369.0718,517.6157 369.0718,518.2593 369.46875,518.65625 C 369.8657,519.0532 370.5093,519.0532 370.90625,518.65625 L 374.34375,515.1875 L 374.4375,515.125 C 374.44343,515.11918 374.43171,515.09972 374.4375,515.09375 C 374.49291,515.03659 374.5526,514.97676 374.59375,514.90625 C 374.62239,514.85717 374.63663,514.80216 374.65625,514.75 C 374.66861,514.71928 374.67831,514.68783 374.6875,514.65625 C 374.71862,514.54015 374.73024,514.43132 374.71875,514.3125 C 374.71489,514.25466 374.70138,514.21285 374.6875,514.15625 C 374.6766,514.1156 374.67237,514.07059 374.65625,514.03125 C 374.63982,513.99042 374.61578,513.94505 374.59375,513.90625 C 374.5483,513.82838 374.50015,513.74899 374.4375,513.6875 L 370.90625,510.15625 C 370.69734,509.93349 370.39809,509.8184 370.09375,509.84375 C 369.69897,509.8707 369.35398,510.12813 369.21875,510.5 C 369.08351,510.87187 369.18349,511.28826 369.46875,511.5625 L 371.34375,513.40625 L 366.65625,513.40625"\r
-           style="fill:#f39300;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />\r
-      </g>\r
-    </marker>\r
-    <marker\r
-       id="marker64887"\r
-       orient="auto"\r
-       markerHeight="5.745079"\r
-       markerWidth="4.6297255">\r
-      <g\r
-         id="g64855"\r
-         transform="matrix(0.5,0,0,0.5,-185.64299,-257.19655)">\r
-        <path\r
-           sodipodi:nodetypes="csccccccsccssssssssssssssccc"\r
-           id="path64857"\r
-           d="M 370,508.65625 C 369.13933,508.715 368.39056,509.27755 368.09375,510.09375 C 367.82399,510.83551 368.03605,511.62868 368.53125,512.21875 L 366.78125,512.21875 C 366.73884,512.21408 366.69882,512.22093 366.65625,512.21875 L 366.65625,516.59375 L 366.78125,516.59375 L 368.53125,516.59375 C 367.85229,517.45345 367.83424,518.70924 368.625,519.5 C 369.47591,520.35091 370.89909,520.35091 371.75,519.5 L 375.09375,516.125 C 375.12672,516.09552 375.15802,516.06422 375.1875,516.03125 C 375.21972,516.01191 375.25101,515.99105 375.28125,515.96875 C 375.28162,515.96839 375.49976,515.68796 375.5,515.6875 C 375.50005,515.68741 375.49338,515.64282 375.5,515.625 C 375.5011,515.62203 375.53002,515.62832 375.53125,515.625 C 375.57039,515.57293 375.58228,515.57321 375.625,515.5 C 375.76199,515.26524 375.79184,515.12809 375.78125,515.15625 C 375.81807,515.06473 375.79977,515.04374 375.8125,515 C 375.82311,514.98978 375.83353,514.97936 375.84375,514.96875 C 375.90379,514.74477 375.93181,514.45186 375.90625,514.1875 C 375.89266,513.98387 375.84739,513.88985 375.84375,513.875 C 375.84389,513.86458 375.84389,513.85417 375.84375,513.84375 C 375.86975,513.94071 375.85901,513.85978 375.75,513.59375 C 375.69753,513.46336 375.66014,513.37439 375.625,513.3125 C 375.57262,513.22275 375.49154,513.05015 375.28125,512.84375 L 371.75,509.3125 C 371.29355,508.82579 370.66491,508.60087 370,508.65625 z"\r
-           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" />\r
-        <path\r
-           sodipodi:nodetypes="cccscccsssssssscccsccc"\r
-           id="path64859"\r
-           d="M 366.65625,515.40625 L 371.28125,515.40625 L 369.46875,517.21875 C 369.0718,517.6157 369.0718,518.2593 369.46875,518.65625 C 369.8657,519.0532 370.5093,519.0532 370.90625,518.65625 L 374.34375,515.1875 L 374.4375,515.125 C 374.44343,515.11918 374.43171,515.09972 374.4375,515.09375 C 374.49291,515.03659 374.5526,514.97676 374.59375,514.90625 C 374.62239,514.85717 374.63663,514.80216 374.65625,514.75 C 374.66861,514.71928 374.67831,514.68783 374.6875,514.65625 C 374.71862,514.54015 374.73024,514.43132 374.71875,514.3125 C 374.71489,514.25466 374.70138,514.21285 374.6875,514.15625 C 374.6766,514.1156 374.67237,514.07059 374.65625,514.03125 C 374.63982,513.99042 374.61578,513.94505 374.59375,513.90625 C 374.5483,513.82838 374.50015,513.74899 374.4375,513.6875 L 370.90625,510.15625 C 370.69734,509.93349 370.39809,509.8184 370.09375,509.84375 C 369.69897,509.8707 369.35398,510.12813 369.21875,510.5 C 369.08351,510.87187 369.18349,511.28826 369.46875,511.5625 L 371.34375,513.40625 L 366.65625,513.40625"\r
-           style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />\r
-      </g>\r
-    </marker>\r
-    <marker\r
-       id="marker4057"\r
-       orient="auto"\r
-       markerHeight="5.745079"\r
-       markerWidth="4.6297302">\r
-      <g\r
-         id="g51986"\r
-         transform="matrix(0.5,0,0,0.5,-185.64299,-257.19655)">\r
-        <path\r
-           sodipodi:nodetypes="csccccccsccssssssssssssssccc"\r
-           id="path51988"\r
-           d="M 370,508.65625 C 369.13933,508.715 368.39056,509.27755 368.09375,510.09375 C 367.82399,510.83551 368.03605,511.62868 368.53125,512.21875 L 366.78125,512.21875 C 366.73884,512.21408 366.69882,512.22093 366.65625,512.21875 L 366.65625,516.59375 L 366.78125,516.59375 L 368.53125,516.59375 C 367.85229,517.45345 367.83424,518.70924 368.625,519.5 C 369.47591,520.35091 370.89909,520.35091 371.75,519.5 L 375.09375,516.125 C 375.12672,516.09552 375.15802,516.06422 375.1875,516.03125 C 375.21972,516.01191 375.25101,515.99105 375.28125,515.96875 C 375.28162,515.96839 375.49976,515.68796 375.5,515.6875 C 375.50005,515.68741 375.49338,515.64282 375.5,515.625 C 375.5011,515.62203 375.53002,515.62832 375.53125,515.625 C 375.57039,515.57293 375.58228,515.57321 375.625,515.5 C 375.76199,515.26524 375.79184,515.12809 375.78125,515.15625 C 375.81807,515.06473 375.79977,515.04374 375.8125,515 C 375.82311,514.98978 375.83353,514.97936 375.84375,514.96875 C 375.90379,514.74477 375.93181,514.45186 375.90625,514.1875 C 375.89266,513.98387 375.84739,513.88985 375.84375,513.875 C 375.84389,513.86458 375.84389,513.85417 375.84375,513.84375 C 375.86975,513.94071 375.85901,513.85978 375.75,513.59375 C 375.69753,513.46336 375.66014,513.37439 375.625,513.3125 C 375.57262,513.22275 375.49154,513.05015 375.28125,512.84375 L 371.75,509.3125 C 371.29355,508.82579 370.66491,508.60087 370,508.65625 z"\r
-           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" />\r
-        <path\r
-           sodipodi:nodetypes="cccscccsssssssscccsccc"\r
-           id="path51990"\r
-           d="M 366.65625,515.40625 L 371.28125,515.40625 L 369.46875,517.21875 C 369.0718,517.6157 369.0718,518.2593 369.46875,518.65625 C 369.8657,519.0532 370.5093,519.0532 370.90625,518.65625 L 374.34375,515.1875 L 374.4375,515.125 C 374.44343,515.11918 374.43171,515.09972 374.4375,515.09375 C 374.49291,515.03659 374.5526,514.97676 374.59375,514.90625 C 374.62239,514.85717 374.63663,514.80216 374.65625,514.75 C 374.66861,514.71928 374.67831,514.68783 374.6875,514.65625 C 374.71862,514.54015 374.73024,514.43132 374.71875,514.3125 C 374.71489,514.25466 374.70138,514.21285 374.6875,514.15625 C 374.6766,514.1156 374.67237,514.07059 374.65625,514.03125 C 374.63982,513.99042 374.61578,513.94505 374.59375,513.90625 C 374.5483,513.82838 374.50015,513.74899 374.4375,513.6875 L 370.90625,510.15625 C 370.69734,509.93349 370.39809,509.8184 370.09375,509.84375 C 369.69897,509.8707 369.35398,510.12813 369.21875,510.5 C 369.08351,510.87187 369.18349,511.28826 369.46875,511.5625 L 371.34375,513.40625 L 366.65625,513.40625"\r
-           style="fill:#49c2f1;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />\r
-      </g>\r
-    </marker>\r
-    <marker\r
-       id="marker72805"\r
-       orient="auto"\r
-       markerHeight="4.5568175"\r
-       markerWidth="4.0334239">\r
-      <path\r
-         sodipodi:nodetypes="cccscccsssssssscccsccc"\r
-         id="path18057"\r
-         d="M -2.0167119,0.50456824 L 0.29578813,0.50456824 L -0.61046187,1.4108182 C -0.80893187,1.6092982 -0.80893187,1.9310982 -0.61046187,2.1295682 C -0.41198187,2.3280482 -0.090181874,2.3280482 0.10828813,2.1295682 L 1.8270381,0.39519824 L 1.8739181,0.36394824 C 1.8768781,0.36103824 1.8710181,0.35130824 1.8739181,0.34831824 C 1.9016181,0.31973824 1.9314681,0.28982824 1.9520381,0.25456824 C 1.9663581,0.23002824 1.9734781,0.20252824 1.9832881,0.17644824 C 1.9894681,0.16108824 1.9943181,0.14535824 1.9989181,0.12956824 C 2.0144781,0.07151824 2.0202881,0.01710824 2.0145381,-0.04230176 C 2.0126081,-0.07122176 2.0058581,-0.09213176 1.9989181,-0.12043176 C 1.9934681,-0.14075176 1.9913481,-0.16326176 1.9832881,-0.18293176 C 1.9750781,-0.20334176 1.9630581,-0.22603176 1.9520381,-0.24543176 C 1.9293181,-0.28436176 1.9052381,-0.32406176 1.8739181,-0.35480176 L 0.10828813,-2.1204318 C 0.003838126,-2.2318118 -0.14579187,-2.2893518 -0.29796187,-2.2766818 C -0.49535187,-2.2632018 -0.66784187,-2.1344918 -0.73546187,-1.9485518 C -0.80308187,-1.7626218 -0.75309187,-1.5544218 -0.61046187,-1.4173018 L 0.32703813,-0.49543176 L -2.0167119,-0.49543176"\r
-         style="fill:#f39300;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />\r
-    </marker>\r
-    <marker\r
-       id="marker72808"\r
-       orient="auto"\r
-       markerHeight="4.5568123"\r
-       markerWidth="4.0334177">\r
-      <path\r
-         sodipodi:nodetypes="cccscccsssssssscccsccc"\r
-         id="path72801"\r
-         d="M -2.016709,0.50457301 L 0.29579105,0.50457301 L -0.61045895,1.410823 C -0.80893895,1.609293 -0.80893895,1.931093 -0.61045895,2.129573 C -0.41198895,2.328043 -0.090188953,2.328043 0.10829105,2.129573 L 1.827041,0.39519301 L 1.873911,0.36394301 C 1.876881,0.36103301 1.871021,0.35130301 1.873911,0.34832301 C 1.901621,0.31974301 1.931461,0.28982301 1.952041,0.25457301 C 1.966361,0.23003301 1.973481,0.20252301 1.983291,0.17644301 C 1.989471,0.16108301 1.994321,0.14536301 1.998911,0.12957301 C 2.014471,0.071523013 2.020281,0.017103013 2.014541,-0.042306987 C 2.012611,-0.071226987 2.005851,-0.092126987 1.998911,-0.12042699 C 1.993461,-0.14075699 1.991351,-0.16325699 1.983291,-0.18292699 C 1.975071,-0.20334699 1.963051,-0.22602699 1.952041,-0.24542699 C 1.929311,-0.28436699 1.905241,-0.32405699 1.873911,-0.35480699 L 0.10829105,-2.120427 C 0.003831047,-2.231807 -0.14578895,-2.289357 -0.29795895,-2.276677 C -0.49534895,-2.263207 -0.66784895,-2.134487 -0.73545895,-1.948557 C -0.80307895,-1.762617 -0.75308895,-1.554427 -0.61045895,-1.417307 L 0.32704105,-0.49542699 L -2.016709,-0.49542699"\r
-         style="fill:#d9d9cd;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />\r
-    </marker>\r
-    <marker\r
-       style="overflow:visible"\r
-       id="DotSuN"\r
-       refX="0"\r
-       refY="0"\r
-       orient="auto"\r
-       inkscape:stockid="DotSuN">\r
-      <path\r
-         transform="matrix(0.2,0,0,0.2,1.48,0.2)"\r
-         style="fill:#f39300;fill-rule:evenodd;stroke:#f39300;stroke-width:1pt;marker-start:none;marker-end:none"\r
-         d="M -2.5,-1 C -2.5,1.76 -4.74,4 -7.5,4 C -10.26,4 -12.5,1.76 -12.5,-1 C -12.5,-3.76 -10.26,-6 -7.5,-6 C -4.74,-6 -2.5,-3.76 -2.5,-1 z"\r
-         id="path81580" />\r
-    </marker>\r
-    <linearGradient\r
-       inkscape:collect="always"\r
-       xlink:href="#linearGradient1507"\r
-       id="linearGradient92445"\r
-       gradientUnits="userSpaceOnUse"\r
-       gradientTransform="scale(0.9446888,1.0585496)"\r
-       x1="201.38963"\r
-       y1="843.20789"\r
-       x2="547.80804"\r
-       y2="383.76529" />\r
-    <radialGradient\r
-       r="109.42857"\r
-       fy="97.300964"\r
-       fx="-147.5"\r
-       cy="97.300964"\r
-       cx="-147.5"\r
-       gradientTransform="matrix(0.8305603,1.0914308e-3,-1.9528524e-3,0.2729933,281.94958,112.36765)"\r
-       gradientUnits="userSpaceOnUse"\r
-       id="radialGradient112303"\r
-       xlink:href="#linearGradient3286"\r
-       inkscape:collect="always" />\r
-    <radialGradient\r
-       r="109.42857"\r
-       fy="97.300964"\r
-       fx="-147.5"\r
-       cy="97.300964"\r
-       cx="-147.5"\r
-       gradientTransform="matrix(0.8305603,1.0914308e-3,-1.9528524e-3,0.2729933,281.94958,112.36765)"\r
-       gradientUnits="userSpaceOnUse"\r
-       id="radialGradient112301"\r
-       xlink:href="#linearGradient3286"\r
-       inkscape:collect="always" />\r
-    <radialGradient\r
-       r="109.42857"\r
-       fy="97.300964"\r
-       fx="-147.5"\r
-       cy="97.300964"\r
-       cx="-147.5"\r
-       gradientTransform="matrix(0.8305603,1.0914308e-3,-1.9528524e-3,0.2729933,281.94958,112.36765)"\r
-       gradientUnits="userSpaceOnUse"\r
-       id="radialGradient112299"\r
-       xlink:href="#linearGradient3286"\r
-       inkscape:collect="always" />\r
-    <radialGradient\r
-       gradientUnits="userSpaceOnUse"\r
-       gradientTransform="matrix(1.293791,1.3701286e-2,-5.3144349e-3,0.5018339,-46.792176,73.88505)"\r
-       r="95.092682"\r
-       fy="112.14567"\r
-       fx="153.46323"\r
-       cy="112.14567"\r
-       cx="153.46323"\r
-       id="radialGradient112297"\r
-       xlink:href="#linearGradient11508"\r
-       inkscape:collect="always" />\r
-    <radialGradient\r
-       r="109.42857"\r
-       fy="97.300964"\r
-       fx="-147.5"\r
-       cy="97.300964"\r
-       cx="-147.5"\r
-       gradientTransform="matrix(1.3208501,2.3843471e-3,-3.1056446e-3,0.596383,334.93437,78.721097)"\r
-       gradientUnits="userSpaceOnUse"\r
-       id="radialGradient112295"\r
-       xlink:href="#linearGradient3286"\r
-       inkscape:collect="always" />\r
-    <radialGradient\r
-       r="109.42857"\r
-       fy="97.300964"\r
-       fx="-147.5"\r
-       cy="97.300964"\r
-       cx="-147.5"\r
-       gradientTransform="matrix(1.3208501,2.3843471e-3,-3.1056446e-3,0.596383,334.93437,78.721097)"\r
-       gradientUnits="userSpaceOnUse"\r
-       id="radialGradient112293"\r
-       xlink:href="#linearGradient3286"\r
-       inkscape:collect="always" />\r
-    <radialGradient\r
-       r="109.42857"\r
-       fy="97.300964"\r
-       fx="-147.5"\r
-       cy="97.300964"\r
-       cx="-147.5"\r
-       gradientTransform="matrix(1.3208501,2.3843471e-3,-3.1056446e-3,0.596383,334.93437,78.721097)"\r
-       gradientUnits="userSpaceOnUse"\r
-       id="radialGradient112291"\r
-       xlink:href="#linearGradient3286"\r
-       inkscape:collect="always" />\r
-    <radialGradient\r
-       r="109.42857"\r
-       fy="97.300964"\r
-       fx="-147.5"\r
-       cy="97.300964"\r
-       cx="-147.5"\r
-       gradientTransform="matrix(1.3208501,2.3843471e-3,-3.1056446e-3,0.596383,334.93437,78.721097)"\r
-       gradientUnits="userSpaceOnUse"\r
-       id="radialGradient112289"\r
-       xlink:href="#linearGradient3286"\r
-       inkscape:collect="always" />\r
-    <radialGradient\r
-       r="109.42857"\r
-       fy="97.300964"\r
-       fx="-147.5"\r
-       cy="97.300964"\r
-       cx="-147.5"\r
-       gradientTransform="matrix(1.3208501,2.3843471e-3,-3.1056446e-3,0.596383,334.93437,78.721097)"\r
-       gradientUnits="userSpaceOnUse"\r
-       id="radialGradient112287"\r
-       xlink:href="#linearGradient3286"\r
-       inkscape:collect="always" />\r
-    <linearGradient\r
-       id="linearGradient1694">\r
-      <stop\r
-         id="stop1695"\r
-         offset="0.0000000"\r
-         style="stop-color:#ffffff;stop-opacity:0.0000000;" />\r
-      <stop\r
-         id="stop1696"\r
-         offset="1.0000000"\r
-         style="stop-color:#ffffff;stop-opacity:1.0000000;" />\r
-    </linearGradient>\r
-    <linearGradient\r
-       id="linearGradient112278">\r
-      <stop\r
-         id="stop112280"\r
-         offset="0.0000000"\r
-         style="stop-color:#0c1fdb;stop-opacity:1.0000000;" />\r
-      <stop\r
-         id="stop112282"\r
-         offset="1.0000000"\r
-         style="stop-color:#062d76;stop-opacity:1.0000000;" />\r
-    </linearGradient>\r
-    <linearGradient\r
-       gradientTransform="scale(1.475472,0.677749)"\r
-       gradientUnits="userSpaceOnUse"\r
-       id="linearGradient1686"\r
-       inkscape:collect="always"\r
-       x1="242.39842"\r
-       x2="242.39842"\r
-       xlink:href="#linearGradient1683"\r
-       y1="1035.3337"\r
-       y2="636.25543" />\r
-    <linearGradient\r
-       gradientTransform="scale(1.475472,0.677749)"\r
-       gradientUnits="userSpaceOnUse"\r
-       id="linearGradient1690"\r
-       inkscape:collect="always"\r
-       x1="240.86183"\r
-       x2="240.86183"\r
-       xlink:href="#linearGradient1683"\r
-       y1="635.74658"\r
-       y2="1038.9441" />\r
-    <linearGradient\r
-       gradientTransform="scale(1.479463,0.675921)"\r
-       gradientUnits="userSpaceOnUse"\r
-       id="linearGradient1692"\r
-       inkscape:collect="always"\r
-       x1="244.8598"\r
-       x2="244.8598"\r
-       xlink:href="#linearGradient1694"\r
-       y1="827.01349"\r
-       y2="646.06177" />\r
-    <linearGradient\r
-       gradientTransform="matrix(0,1.475472,-0.677749,0,0,0)"\r
-       gradientUnits="userSpaceOnUse"\r
-       id="linearGradient112273"\r
-       inkscape:collect="always"\r
-       x1="303.90472"\r
-       x2="-93.992599"\r
-       xlink:href="#linearGradient1683"\r
-       y1="-492.41382"\r
-       y2="-492.41382" />\r
-    <linearGradient\r
-       gradientTransform="matrix(0,1.475472,-0.677749,0,0,0)"\r
-       gradientUnits="userSpaceOnUse"\r
-       id="linearGradient112271"\r
-       inkscape:collect="always"\r
-       x1="-92.98716"\r
-       x2="315.00735"\r
-       xlink:href="#linearGradient1683"\r
-       y1="-477.69666"\r
-       y2="-477.69669" />\r
-    <linearGradient\r
-       gradientTransform="matrix(0,1.475473,-0.677749,0,0,0)"\r
-       gradientUnits="userSpaceOnUse"\r
-       id="linearGradient1705"\r
-       inkscape:collect="always"\r
-       x1="112.06259"\r
-       x2="-170.00552"\r
-       xlink:href="#linearGradient1694"\r
-       y1="-485.28952"\r
-       y2="-485.28973" />\r
-    <radialGradient\r
-       r="109.42857"\r
-       fy="97.300964"\r
-       fx="-147.5"\r
-       cy="97.300964"\r
-       cx="-147.5"\r
-       gradientTransform="matrix(0.9214039,2.3896193e-3,-2.166448e-3,0.5977017,262.24281,78.560061)"\r
-       gradientUnits="userSpaceOnUse"\r
-       id="radialGradient5287"\r
-       xlink:href="#linearGradient3286"\r
-       inkscape:collect="always" />\r
-    <radialGradient\r
-       r="109.42857"\r
-       fy="97.300964"\r
-       fx="-147.5"\r
-       cy="97.300964"\r
-       cx="-147.5"\r
-       gradientTransform="matrix(0.9214039,2.3896193e-3,-2.166448e-3,0.5977017,262.24281,78.560061)"\r
-       gradientUnits="userSpaceOnUse"\r
-       id="radialGradient5285"\r
-       xlink:href="#linearGradient3286"\r
-       inkscape:collect="always" />\r
-    <radialGradient\r
-       r="109.42857"\r
-       fy="97.300964"\r
-       fx="-147.5"\r
-       cy="97.300964"\r
-       cx="-147.5"\r
-       gradientTransform="matrix(0.9214039,2.3896193e-3,-2.166448e-3,0.5977017,262.24281,78.560061)"\r
-       gradientUnits="userSpaceOnUse"\r
-       id="radialGradient5283"\r
-       xlink:href="#linearGradient3286"\r
-       inkscape:collect="always" />\r
-    <radialGradient\r
-       r="109.42857"\r
-       fy="97.300964"\r
-       fx="-147.5"\r
-       cy="97.300964"\r
-       cx="-147.5"\r
-       gradientTransform="matrix(1.3208501,2.3843471e-3,-3.1056446e-3,0.596383,334.93437,78.721097)"\r
-       gradientUnits="userSpaceOnUse"\r
-       id="radialGradient5281"\r
-       xlink:href="#linearGradient11508"\r
-       inkscape:collect="always" />\r
-    <radialGradient\r
-       r="109.42857"\r
-       fy="97.300964"\r
-       fx="-147.5"\r
-       cy="97.300964"\r
-       cx="-147.5"\r
-       gradientTransform="matrix(1.3208501,2.3843471e-3,-3.1056446e-3,0.596383,334.93437,78.721097)"\r
-       gradientUnits="userSpaceOnUse"\r
-       id="radialGradient11602"\r
-       xlink:href="#linearGradient19816"\r
-       inkscape:collect="always" />\r
-    <radialGradient\r
-       r="109.42857"\r
-       fy="97.300964"\r
-       fx="-147.5"\r
-       cy="97.300964"\r
-       cx="-147.5"\r
-       gradientTransform="matrix(0.9214039,2.3896193e-3,-2.166448e-3,0.5977017,262.24281,78.560061)"\r
-       gradientUnits="userSpaceOnUse"\r
-       id="radialGradient15668"\r
-       xlink:href="#linearGradient7299"\r
-       inkscape:collect="always" />\r
-    <linearGradient\r
-       gradientUnits="userSpaceOnUse"\r
-       y2="148.38934"\r
-       x2="389.01984"\r
-       y1="148.38934"\r
-       x1="96.085953"\r
-       id="linearGradient5355"\r
-       xlink:href="#linearGradient5349"\r
-       inkscape:collect="always" />\r
-    <linearGradient\r
-       id="linearGradient4152">\r
-      <stop\r
-         id="stop4154"\r
-         offset="0"\r
-         style="stop-color:#6b6bff;stop-opacity:1;" />\r
-      <stop\r
-         id="stop4156"\r
-         offset="1"\r
-         style="stop-color:#6b6bff;stop-opacity:0;" />\r
-    </linearGradient>\r
-    <linearGradient\r
-       id="linearGradient5349">\r
-      <stop\r
-         id="stop5351"\r
-         offset="0"\r
-         style="stop-color:#000000;stop-opacity:1;" />\r
-      <stop\r
-         id="stop5353"\r
-         offset="1"\r
-         style="stop-color:#000000;stop-opacity:0;" />\r
-    </linearGradient>\r
-    <linearGradient\r
-       id="linearGradient112247">\r
-      <stop\r
-         id="stop112249"\r
-         offset="0"\r
-         style="stop-color:#ffffff;stop-opacity:1" />\r
-      <stop\r
-         id="stop112251"\r
-         offset="1"\r
-         style="stop-color:#a090e7;stop-opacity:1" />\r
-    </linearGradient>\r
-    <linearGradient\r
-       id="linearGradient9263">\r
-      <stop\r
-         id="stop9265"\r
-         offset="0"\r
-         style="stop-color:#000000;stop-opacity:0" />\r
-      <stop\r
-         id="stop9267"\r
-         offset="1"\r
-         style="stop-color:#000000;stop-opacity:0;" />\r
-    </linearGradient>\r
-    <marker\r
-       style="overflow:visible"\r
-       id="marker112241"\r
-       refX="0"\r
-       refY="0"\r
-       orient="auto"\r
-       inkscape:stockid="TriangleOutL">\r
-      <path\r
-         transform="scale(0.8,0.8)"\r
-         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"\r
-         d="M 5.77,0 L -2.88,5 L -2.88,-5 L 5.77,0 z"\r
-         id="path16734" />\r
-    </marker>\r
-    <marker\r
-       style="overflow:visible"\r
-       id="TriangleInL"\r
-       refX="0"\r
-       refY="0"\r
-       orient="auto"\r
-       inkscape:stockid="TriangleInL">\r
-      <path\r
-         transform="scale(-0.8,-0.8)"\r
-         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"\r
-         d="M 5.77,0 L -2.88,5 L -2.88,-5 L 5.77,0 z"\r
-         id="path16743" />\r
-    </marker>\r
-    <marker\r
-       style="overflow:visible"\r
-       id="TriangleOutM"\r
-       refX="0"\r
-       refY="0"\r
-       orient="auto"\r
-       inkscape:stockid="TriangleOutM">\r
-      <path\r
-         transform="scale(0.4,0.4)"\r
-         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"\r
-         d="M 5.77,0 L -2.88,5 L -2.88,-5 L 5.77,0 z"\r
-         id="path16731" />\r
-    </marker>\r
-    <marker\r
-       style="overflow:visible"\r
-       id="marker112234"\r
-       refX="0"\r
-       refY="0"\r
-       orient="auto"\r
-       inkscape:stockid="Arrow1Lend">\r
-      <path\r
-         transform="matrix(-0.8,0,0,-0.8,-10,0)"\r
-         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"\r
-         d="M 0,0 L 5,-5 L -12.5,0 L 5,5 L 0,0 z"\r
-         id="path16829" />\r
-    </marker>\r
-    <marker\r
-       style="overflow:visible"\r
-       id="marker112230"\r
-       refX="0"\r
-       refY="0"\r
-       orient="auto"\r
-       inkscape:stockid="Arrow2Lend">\r
-      <path\r
-         transform="matrix(-1.1,0,0,-1.1,-1.1,0)"\r
-         d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.97309,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z"\r
-         style="font-size:12px;fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"\r
-         id="path112232" />\r
-    </marker>\r
-    <linearGradient\r
-       id="linearGradient112224">\r
-      <stop\r
-         style="stop-color:#ffffff;stop-opacity:1;"\r
-         offset="0"\r
-         id="stop112226" />\r
-      <stop\r
-         style="stop-color:#e7e790;stop-opacity:1;"\r
-         offset="1"\r
-         id="stop112228" />\r
-    </linearGradient>\r
-    <marker\r
-       style="overflow:visible"\r
-       id="marker112220"\r
-       refX="0"\r
-       refY="0"\r
-       orient="auto">\r
-      <path\r
-         transform="matrix(-1,0,0,-1,-10,0)"\r
-         style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"\r
-         d="M 0,0 L 0,-5 L -10,0 L 0,5 L 0,0 z"\r
-         id="path112222" />\r
-    </marker>\r
-    <marker\r
-       style="overflow:visible"\r
-       id="EmptyArrow"\r
-       refX="0"\r
-       refY="0"\r
-       orient="auto">\r
-      <path\r
-         transform="matrix(-1,0,0,-1,-10,0)"\r
-         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"\r
-         d="M 0,0 L 0,-5 L -12.5,0 L 0,5 L 0,0 z M -0.5,0 L -0.5,-4.5 L -12,0 L -0.5,4.5 L -0.5,0 z"\r
-         id="path9" />\r
-    </marker>\r
-    <linearGradient\r
-       id="linearGradient112212">\r
-      <stop\r
-         id="stop112214"\r
-         offset="0"\r
-         style="stop-color:#ffffff;stop-opacity:1;" />\r
-      <stop\r
-         id="stop112216"\r
-         offset="1"\r
-         style="stop-color:#79e291;stop-opacity:1;" />\r
-    </linearGradient>\r
-    <marker\r
-       style="overflow:visible"\r
-       id="marker112208"\r
-       refX="0"\r
-       refY="0"\r
-       orient="auto">\r
-      <path\r
-         transform="translate(-5,0)"\r
-         style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"\r
-         d="M 0,-5 L -5,0 L 0,5 L 5,0 L 0,-5 z"\r
-         id="path112210" />\r
-    </marker>\r
-    <marker\r
-       style="overflow:visible"\r
-       id="DiamondL"\r
-       refX="0"\r
-       refY="0"\r
-       orient="auto"\r
-       inkscape:stockid="DiamondL">\r
-      <path\r
-         transform="scale(0.8,0.8)"\r
-         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"\r
-         d="M 0,-7.0710768 L -7.0710894,0 L 0,7.0710589 L 7.0710462,0 L 0,-7.0710768 z"\r
-         id="path4404" />\r
-    </marker>\r
-    <linearGradient\r
-       id="linearGradient112200">\r
-      <stop\r
-         style="stop-color:#ffffff;stop-opacity:1;"\r
-         offset="0"\r
-         id="stop112202" />\r
-      <stop\r
-         style="stop-color:#e27979;stop-opacity:1"\r
-         offset="1"\r
-         id="stop112204" />\r
-    </linearGradient>\r
-    <linearGradient\r
-       id="linearGradient11516">\r
-      <stop\r
-         style="stop-color:#ffffff;stop-opacity:1"\r
-         offset="0"\r
-         id="stop11518" />\r
-      <stop\r
-         style="stop-color:#a090e7;stop-opacity:1"\r
-         offset="1"\r
-         id="stop11520" />\r
-    </linearGradient>\r
-    <marker\r
-       style="overflow:visible"\r
-       id="Arrow2Lstart"\r
-       refX="0"\r
-       refY="0"\r
-       orient="auto"\r
-       inkscape:stockid="Arrow2Lstart">\r
-      <path\r
-         transform="matrix(1.1,0,0,1.1,1.1,0)"\r
-         d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.97309,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z"\r
-         style="font-size:12px;fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"\r
-         id="path6743" />\r
-    </marker>\r
-    <inkscape:perspective\r
-       id="perspective112192"\r
-       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"\r
-       inkscape:vp_z="744.09448 : 526.18109 : 1"\r
-       inkscape:vp_y="0 : 1000 : 0"\r
-       inkscape:vp_x="0 : 526.18109 : 1"\r
-       sodipodi:type="inkscape:persp3d" />\r
-    <inkscape:perspective\r
-       id="perspective9300"\r
-       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"\r
-       inkscape:vp_z="744.09448 : 526.18109 : 1"\r
-       inkscape:vp_y="0 : 1000 : 0"\r
-       inkscape:vp_x="0 : 526.18109 : 1"\r
-       sodipodi:type="inkscape:persp3d" />\r
-    <inkscape:perspective\r
-       id="perspective9574"\r
-       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"\r
-       inkscape:vp_z="744.09448 : 526.18109 : 1"\r
-       inkscape:vp_y="0 : 1000 : 0"\r
-       inkscape:vp_x="0 : 526.18109 : 1"\r
-       sodipodi:type="inkscape:persp3d" />\r
-    <inkscape:perspective\r
-       id="perspective9882"\r
-       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"\r
-       inkscape:vp_z="744.09448 : 526.18109 : 1"\r
-       inkscape:vp_y="0 : 1000 : 0"\r
-       inkscape:vp_x="0 : 526.18109 : 1"\r
-       sodipodi:type="inkscape:persp3d" />\r
-    <inkscape:perspective\r
-       id="perspective10244"\r
-       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"\r
-       inkscape:vp_z="744.09448 : 526.18109 : 1"\r
-       inkscape:vp_y="0 : 1000 : 0"\r
-       inkscape:vp_x="0 : 526.18109 : 1"\r
-       sodipodi:type="inkscape:persp3d" />\r
-    <linearGradient\r
-       inkscape:collect="always"\r
-       xlink:href="#linearGradient10356"\r
-       id="linearGradient10362"\r
-       x1="407.48032"\r
-       y1="968.17322"\r
-       x2="669.66157"\r
-       y2="968.17322"\r
-       gradientUnits="userSpaceOnUse" />\r
-    <inkscape:perspective\r
-       id="perspective5379"\r
-       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"\r
-       inkscape:vp_z="744.09448 : 526.18109 : 1"\r
-       inkscape:vp_y="0 : 1000 : 0"\r
-       inkscape:vp_x="0 : 526.18109 : 1"\r
-       sodipodi:type="inkscape:persp3d" />\r
-    <inkscape:perspective\r
-       id="perspective5446"\r
-       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"\r
-       inkscape:vp_z="744.09448 : 526.18109 : 1"\r
-       inkscape:vp_y="0 : 1000 : 0"\r
-       inkscape:vp_x="0 : 526.18109 : 1"\r
-       sodipodi:type="inkscape:persp3d" />\r
-    <inkscape:perspective\r
-       id="perspective7010"\r
-       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"\r
-       inkscape:vp_z="744.09448 : 526.18109 : 1"\r
-       inkscape:vp_y="0 : 1000 : 0"\r
-       inkscape:vp_x="0 : 526.18109 : 1"\r
-       sodipodi:type="inkscape:persp3d" />\r
-    <marker\r
-       id="marker18095-5"\r
-       orient="auto"\r
-       markerHeight="5.7450776"\r
-       markerWidth="4.6297302">\r
-      <g\r
-         id="g11064-2"\r
-         transform="matrix(0.5,0,0,0.5,-185.64298,-257.19655)">\r
-        <path\r
-           inkscape:connector-curvature="0"\r
-           sodipodi:nodetypes="csccccccsccssssssssssssssccc"\r
-           id="path11050-5"\r
-           d="m 370,508.65625 c -0.86067,0.0587 -1.60944,0.6213 -1.90625,1.4375 -0.26976,0.74176 -0.0577,1.53493 0.4375,2.125 l -1.75,0 c -0.0424,-0.005 -0.0824,0.002 -0.125,0 l 0,4.375 0.125,0 1.75,0 c -0.67896,0.8597 -0.69701,2.11549 0.0937,2.90625 0.85091,0.85091 2.27409,0.85091 3.125,0 l 3.34375,-3.375 c 0.033,-0.0295 0.0643,-0.0608 0.0937,-0.0937 0.0322,-0.0193 0.0635,-0.0402 0.0937,-0.0625 3.7e-4,-3.6e-4 0.21851,-0.28079 0.21875,-0.28125 5e-5,-9e-5 -0.007,-0.0447 0,-0.0625 0.001,-0.003 0.03,0.003 0.0312,0 0.0391,-0.0521 0.051,-0.0518 0.0937,-0.125 0.13699,-0.23476 0.16684,-0.37191 0.15625,-0.34375 0.0368,-0.0915 0.0185,-0.11251 0.0312,-0.15625 0.0106,-0.0102 0.021,-0.0206 0.0312,-0.0312 0.06,-0.22398 0.0881,-0.51689 0.0625,-0.78125 -0.0136,-0.20363 -0.0589,-0.29765 -0.0625,-0.3125 1.4e-4,-0.0104 1.4e-4,-0.0208 0,-0.0312 0.026,0.097 0.0153,0.016 -0.0937,-0.25 -0.0525,-0.13039 -0.0899,-0.21936 -0.125,-0.28125 -0.0524,-0.0897 -0.13346,-0.26235 -0.34375,-0.46875 L 371.75,509.3125 c -0.45645,-0.48671 -1.08509,-0.71163 -1.75,-0.65625 z"\r
-           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" />\r
-        <path\r
-           inkscape:connector-curvature="0"\r
-           sodipodi:nodetypes="cccscccsssssssscccsccc"\r
-           id="path11035-0"\r
-           d="m 366.65625,515.40625 4.625,0 -1.8125,1.8125 c -0.39695,0.39695 -0.39695,1.04055 0,1.4375 0.39695,0.39695 1.04055,0.39695 1.4375,0 l 3.4375,-3.46875 0.0937,-0.0625 c 0.006,-0.006 -0.006,-0.0253 0,-0.0312 0.0554,-0.0572 0.1151,-0.11699 0.15625,-0.1875 0.0286,-0.0491 0.0429,-0.10409 0.0625,-0.15625 0.0124,-0.0307 0.0221,-0.0622 0.0312,-0.0937 0.0311,-0.1161 0.0427,-0.22493 0.0312,-0.34375 -0.004,-0.0578 -0.0174,-0.0996 -0.0312,-0.15625 -0.0109,-0.0407 -0.0151,-0.0857 -0.0312,-0.125 -0.0164,-0.0408 -0.0405,-0.0862 -0.0625,-0.125 -0.0455,-0.0779 -0.0936,-0.15726 -0.15625,-0.21875 l -3.53125,-3.53125 c -0.20891,-0.22276 -0.50816,-0.33785 -0.8125,-0.3125 -0.39478,0.0269 -0.73977,0.28438 -0.875,0.65625 -0.13524,0.37187 -0.0353,0.78826 0.25,1.0625 l 1.875,1.84375 -4.6875,0"\r
-           style="fill:#49c2f1;fill-opacity:1;fill-rule:evenodd;stroke:none" />\r
-      </g>\r
-    </marker>\r
-    <marker\r
-       id="marker18095-2"\r
-       orient="auto"\r
-       markerHeight="5.7450776"\r
-       markerWidth="4.6297302">\r
-      <g\r
-         id="g11064-9"\r
-         transform="matrix(0.5,0,0,0.5,-185.64298,-257.19655)">\r
-        <path\r
-           inkscape:connector-curvature="0"\r
-           sodipodi:nodetypes="csccccccsccssssssssssssssccc"\r
-           id="path11050-0"\r
-           d="m 370,508.65625 c -0.86067,0.0587 -1.60944,0.6213 -1.90625,1.4375 -0.26976,0.74176 -0.0577,1.53493 0.4375,2.125 l -1.75,0 c -0.0424,-0.005 -0.0824,0.002 -0.125,0 l 0,4.375 0.125,0 1.75,0 c -0.67896,0.8597 -0.69701,2.11549 0.0937,2.90625 0.85091,0.85091 2.27409,0.85091 3.125,0 l 3.34375,-3.375 c 0.033,-0.0295 0.0643,-0.0608 0.0937,-0.0937 0.0322,-0.0193 0.0635,-0.0402 0.0937,-0.0625 3.7e-4,-3.6e-4 0.21851,-0.28079 0.21875,-0.28125 5e-5,-9e-5 -0.007,-0.0447 0,-0.0625 0.001,-0.003 0.03,0.003 0.0312,0 0.0391,-0.0521 0.051,-0.0518 0.0937,-0.125 0.13699,-0.23476 0.16684,-0.37191 0.15625,-0.34375 0.0368,-0.0915 0.0185,-0.11251 0.0312,-0.15625 0.0106,-0.0102 0.021,-0.0206 0.0312,-0.0312 0.06,-0.22398 0.0881,-0.51689 0.0625,-0.78125 -0.0136,-0.20363 -0.0589,-0.29765 -0.0625,-0.3125 1.4e-4,-0.0104 1.4e-4,-0.0208 0,-0.0312 0.026,0.097 0.0153,0.016 -0.0937,-0.25 -0.0525,-0.13039 -0.0899,-0.21936 -0.125,-0.28125 -0.0524,-0.0897 -0.13346,-0.26235 -0.34375,-0.46875 L 371.75,509.3125 c -0.45645,-0.48671 -1.08509,-0.71163 -1.75,-0.65625 z"\r
-           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" />\r
-        <path\r
-           inkscape:connector-curvature="0"\r
-           sodipodi:nodetypes="cccscccsssssssscccsccc"\r
-           id="path11035-07"\r
-           d="m 366.65625,515.40625 4.625,0 -1.8125,1.8125 c -0.39695,0.39695 -0.39695,1.04055 0,1.4375 0.39695,0.39695 1.04055,0.39695 1.4375,0 l 3.4375,-3.46875 0.0937,-0.0625 c 0.006,-0.006 -0.006,-0.0253 0,-0.0312 0.0554,-0.0572 0.1151,-0.11699 0.15625,-0.1875 0.0286,-0.0491 0.0429,-0.10409 0.0625,-0.15625 0.0124,-0.0307 0.0221,-0.0622 0.0312,-0.0937 0.0311,-0.1161 0.0427,-0.22493 0.0312,-0.34375 -0.004,-0.0578 -0.0174,-0.0996 -0.0312,-0.15625 -0.0109,-0.0407 -0.0151,-0.0857 -0.0312,-0.125 -0.0164,-0.0408 -0.0405,-0.0862 -0.0625,-0.125 -0.0455,-0.0779 -0.0936,-0.15726 -0.15625,-0.21875 l -3.53125,-3.53125 c -0.20891,-0.22276 -0.50816,-0.33785 -0.8125,-0.3125 -0.39478,0.0269 -0.73977,0.28438 -0.875,0.65625 -0.13524,0.37187 -0.0353,0.78826 0.25,1.0625 l 1.875,1.84375 -4.6875,0"\r
-           style="fill:#49c2f1;fill-opacity:1;fill-rule:evenodd;stroke:none" />\r
-      </g>\r
-    </marker>\r
-    <marker\r
-       id="marker18095-4"\r
-       orient="auto"\r
-       markerHeight="5.7450776"\r
-       markerWidth="4.6297302">\r
-      <g\r
-         id="g11064-5"\r
-         transform="matrix(0.5,0,0,0.5,-185.64298,-257.19655)">\r
-        <path\r
-           inkscape:connector-curvature="0"\r
-           sodipodi:nodetypes="csccccccsccssssssssssssssccc"\r
-           id="path11050-2"\r
-           d="m 370,508.65625 c -0.86067,0.0587 -1.60944,0.6213 -1.90625,1.4375 -0.26976,0.74176 -0.0577,1.53493 0.4375,2.125 l -1.75,0 c -0.0424,-0.005 -0.0824,0.002 -0.125,0 l 0,4.375 0.125,0 1.75,0 c -0.67896,0.8597 -0.69701,2.11549 0.0937,2.90625 0.85091,0.85091 2.27409,0.85091 3.125,0 l 3.34375,-3.375 c 0.033,-0.0295 0.0643,-0.0608 0.0937,-0.0937 0.0322,-0.0193 0.0635,-0.0402 0.0937,-0.0625 3.7e-4,-3.6e-4 0.21851,-0.28079 0.21875,-0.28125 5e-5,-9e-5 -0.007,-0.0447 0,-0.0625 0.001,-0.003 0.03,0.003 0.0312,0 0.0391,-0.0521 0.051,-0.0518 0.0937,-0.125 0.13699,-0.23476 0.16684,-0.37191 0.15625,-0.34375 0.0368,-0.0915 0.0185,-0.11251 0.0312,-0.15625 0.0106,-0.0102 0.021,-0.0206 0.0312,-0.0312 0.06,-0.22398 0.0881,-0.51689 0.0625,-0.78125 -0.0136,-0.20363 -0.0589,-0.29765 -0.0625,-0.3125 1.4e-4,-0.0104 1.4e-4,-0.0208 0,-0.0312 0.026,0.097 0.0153,0.016 -0.0937,-0.25 -0.0525,-0.13039 -0.0899,-0.21936 -0.125,-0.28125 -0.0524,-0.0897 -0.13346,-0.26235 -0.34375,-0.46875 L 371.75,509.3125 c -0.45645,-0.48671 -1.08509,-0.71163 -1.75,-0.65625 z"\r
-           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" />\r
-        <path\r
-           inkscape:connector-curvature="0"\r
-           sodipodi:nodetypes="cccscccsssssssscccsccc"\r
-           id="path11035-6"\r
-           d="m 366.65625,515.40625 4.625,0 -1.8125,1.8125 c -0.39695,0.39695 -0.39695,1.04055 0,1.4375 0.39695,0.39695 1.04055,0.39695 1.4375,0 l 3.4375,-3.46875 0.0937,-0.0625 c 0.006,-0.006 -0.006,-0.0253 0,-0.0312 0.0554,-0.0572 0.1151,-0.11699 0.15625,-0.1875 0.0286,-0.0491 0.0429,-0.10409 0.0625,-0.15625 0.0124,-0.0307 0.0221,-0.0622 0.0312,-0.0937 0.0311,-0.1161 0.0427,-0.22493 0.0312,-0.34375 -0.004,-0.0578 -0.0174,-0.0996 -0.0312,-0.15625 -0.0109,-0.0407 -0.0151,-0.0857 -0.0312,-0.125 -0.0164,-0.0408 -0.0405,-0.0862 -0.0625,-0.125 -0.0455,-0.0779 -0.0936,-0.15726 -0.15625,-0.21875 l -3.53125,-3.53125 c -0.20891,-0.22276 -0.50816,-0.33785 -0.8125,-0.3125 -0.39478,0.0269 -0.73977,0.28438 -0.875,0.65625 -0.13524,0.37187 -0.0353,0.78826 0.25,1.0625 l 1.875,1.84375 -4.6875,0"\r
-           style="fill:#49c2f1;fill-opacity:1;fill-rule:evenodd;stroke:none" />\r
-      </g>\r
-    </marker>\r
-    <marker\r
-       style="overflow:visible"\r
-       id="DotSu-3"\r
-       refX="0"\r
-       refY="0"\r
-       orient="auto"\r
-       inkscape:stockid="DotSu">\r
-      <path\r
-         inkscape:connector-curvature="0"\r
-         transform="matrix(0.2,0,0,0.2,1.48,0.2)"\r
-         style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none;marker-end:none"\r
-         d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"\r
-         id="path9463-7" />\r
-    </marker>\r
-    <marker\r
-       style="overflow:visible"\r
-       id="DotSu8"\r
-       refX="0"\r
-       refY="0"\r
-       orient="auto"\r
-       inkscape:stockid="DotSu8">\r
-      <path\r
-         transform="matrix(0.2,0,0,0.2,1.48,0.2)"\r
-         style="marker-end:none;fill-rule:evenodd;marker-start:none;stroke:#f39300;stroke-width:1pt;fill:#f39300"\r
-         d="M -2.5,-1 C -2.5,1.76 -4.74,4 -7.5,4 C -10.26,4 -12.5,1.76 -12.5,-1 C -12.5,-3.76 -10.26,-6 -7.5,-6 C -4.74,-6 -2.5,-3.76 -2.5,-1 z"\r
-         id="path6738" />\r
-    </marker>\r
-    <marker\r
-       id="marker18095-3"\r
-       orient="auto"\r
-       markerHeight="5.7450776"\r
-       markerWidth="4.6297302">\r
-      <g\r
-         id="g11064-8"\r
-         transform="matrix(0.5,0,0,0.5,-185.64298,-257.19655)">\r
-        <path\r
-           sodipodi:nodetypes="csccccccsccssssssssssssssccc"\r
-           id="path11050-7"\r
-           d="m 370,508.65625 c -0.86067,0.0587 -1.60944,0.6213 -1.90625,1.4375 -0.26976,0.74176 -0.0577,1.53493 0.4375,2.125 l -1.75,0 c -0.0424,-0.005 -0.0824,0.002 -0.125,0 l 0,4.375 0.125,0 1.75,0 c -0.67896,0.8597 -0.69701,2.11549 0.0937,2.90625 0.85091,0.85091 2.27409,0.85091 3.125,0 l 3.34375,-3.375 c 0.033,-0.0295 0.0643,-0.0608 0.0937,-0.0937 0.0322,-0.0193 0.0635,-0.0402 0.0937,-0.0625 3.7e-4,-3.6e-4 0.21851,-0.28079 0.21875,-0.28125 5e-5,-9e-5 -0.007,-0.0447 0,-0.0625 0.001,-0.003 0.03,0.003 0.0312,0 0.0391,-0.0521 0.051,-0.0518 0.0937,-0.125 0.13699,-0.23476 0.16684,-0.37191 0.15625,-0.34375 0.0368,-0.0915 0.0185,-0.11251 0.0312,-0.15625 0.0106,-0.0102 0.021,-0.0206 0.0312,-0.0312 0.06,-0.22398 0.0881,-0.51689 0.0625,-0.78125 -0.0136,-0.20363 -0.0589,-0.29765 -0.0625,-0.3125 1.4e-4,-0.0104 1.4e-4,-0.0208 0,-0.0312 0.026,0.097 0.0153,0.016 -0.0937,-0.25 -0.0525,-0.13039 -0.0899,-0.21936 -0.125,-0.28125 -0.0524,-0.0897 -0.13346,-0.26235 -0.34375,-0.46875 L 371.75,509.3125 c -0.45645,-0.48671 -1.08509,-0.71163 -1.75,-0.65625 z"\r
-           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"\r
-           inkscape:connector-curvature="0" />\r
-        <path\r
-           sodipodi:nodetypes="cccscccsssssssscccsccc"\r
-           id="path11035-7"\r
-           d="m 366.65625,515.40625 4.625,0 -1.8125,1.8125 c -0.39695,0.39695 -0.39695,1.04055 0,1.4375 0.39695,0.39695 1.04055,0.39695 1.4375,0 l 3.4375,-3.46875 0.0937,-0.0625 c 0.006,-0.006 -0.006,-0.0253 0,-0.0312 0.0554,-0.0572 0.1151,-0.11699 0.15625,-0.1875 0.0286,-0.0491 0.0429,-0.10409 0.0625,-0.15625 0.0124,-0.0307 0.0221,-0.0622 0.0312,-0.0937 0.0311,-0.1161 0.0427,-0.22493 0.0312,-0.34375 -0.004,-0.0578 -0.0174,-0.0996 -0.0312,-0.15625 -0.0109,-0.0407 -0.0151,-0.0857 -0.0312,-0.125 -0.0164,-0.0408 -0.0405,-0.0862 -0.0625,-0.125 -0.0455,-0.0779 -0.0936,-0.15726 -0.15625,-0.21875 l -3.53125,-3.53125 c -0.20891,-0.22276 -0.50816,-0.33785 -0.8125,-0.3125 -0.39478,0.0269 -0.73977,0.28438 -0.875,0.65625 -0.13524,0.37187 -0.0353,0.78826 0.25,1.0625 l 1.875,1.84375 -4.6875,0"\r
-           style="fill:#49c2f1;fill-opacity:1;fill-rule:evenodd;stroke:none"\r
-           inkscape:connector-curvature="0" />\r
-      </g>\r
-    </marker>\r
-    <marker\r
-       id="marker18095-31"\r
-       orient="auto"\r
-       markerHeight="5.7450776"\r
-       markerWidth="4.6297302">\r
-      <g\r
-         id="g11064-4"\r
-         transform="matrix(0.5,0,0,0.5,-185.64298,-257.19655)">\r
-        <path\r
-           sodipodi:nodetypes="csccccccsccssssssssssssssccc"\r
-           id="path11050-6"\r
-           d="m 370,508.65625 c -0.86067,0.0587 -1.60944,0.6213 -1.90625,1.4375 -0.26976,0.74176 -0.0577,1.53493 0.4375,2.125 l -1.75,0 c -0.0424,-0.005 -0.0824,0.002 -0.125,0 l 0,4.375 0.125,0 1.75,0 c -0.67896,0.8597 -0.69701,2.11549 0.0937,2.90625 0.85091,0.85091 2.27409,0.85091 3.125,0 l 3.34375,-3.375 c 0.033,-0.0295 0.0643,-0.0608 0.0937,-0.0937 0.0322,-0.0193 0.0635,-0.0402 0.0937,-0.0625 3.7e-4,-3.6e-4 0.21851,-0.28079 0.21875,-0.28125 5e-5,-9e-5 -0.007,-0.0447 0,-0.0625 0.001,-0.003 0.03,0.003 0.0312,0 0.0391,-0.0521 0.051,-0.0518 0.0937,-0.125 0.13699,-0.23476 0.16684,-0.37191 0.15625,-0.34375 0.0368,-0.0915 0.0185,-0.11251 0.0312,-0.15625 0.0106,-0.0102 0.021,-0.0206 0.0312,-0.0312 0.06,-0.22398 0.0881,-0.51689 0.0625,-0.78125 -0.0136,-0.20363 -0.0589,-0.29765 -0.0625,-0.3125 1.4e-4,-0.0104 1.4e-4,-0.0208 0,-0.0312 0.026,0.097 0.0153,0.016 -0.0937,-0.25 -0.0525,-0.13039 -0.0899,-0.21936 -0.125,-0.28125 -0.0524,-0.0897 -0.13346,-0.26235 -0.34375,-0.46875 L 371.75,509.3125 c -0.45645,-0.48671 -1.08509,-0.71163 -1.75,-0.65625 z"\r
-           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"\r
-           inkscape:connector-curvature="0" />\r
-        <path\r
-           sodipodi:nodetypes="cccscccsssssssscccsccc"\r
-           id="path11035-3"\r
-           d="m 366.65625,515.40625 4.625,0 -1.8125,1.8125 c -0.39695,0.39695 -0.39695,1.04055 0,1.4375 0.39695,0.39695 1.04055,0.39695 1.4375,0 l 3.4375,-3.46875 0.0937,-0.0625 c 0.006,-0.006 -0.006,-0.0253 0,-0.0312 0.0554,-0.0572 0.1151,-0.11699 0.15625,-0.1875 0.0286,-0.0491 0.0429,-0.10409 0.0625,-0.15625 0.0124,-0.0307 0.0221,-0.0622 0.0312,-0.0937 0.0311,-0.1161 0.0427,-0.22493 0.0312,-0.34375 -0.004,-0.0578 -0.0174,-0.0996 -0.0312,-0.15625 -0.0109,-0.0407 -0.0151,-0.0857 -0.0312,-0.125 -0.0164,-0.0408 -0.0405,-0.0862 -0.0625,-0.125 -0.0455,-0.0779 -0.0936,-0.15726 -0.15625,-0.21875 l -3.53125,-3.53125 c -0.20891,-0.22276 -0.50816,-0.33785 -0.8125,-0.3125 -0.39478,0.0269 -0.73977,0.28438 -0.875,0.65625 -0.13524,0.37187 -0.0353,0.78826 0.25,1.0625 l 1.875,1.84375 -4.6875,0"\r
-           style="fill:#49c2f1;fill-opacity:1;fill-rule:evenodd;stroke:none"\r
-           inkscape:connector-curvature="0" />\r
-      </g>\r
-    </marker>\r
-    <marker\r
-       id="marker18095-56"\r
-       orient="auto"\r
-       markerHeight="5.7450776"\r
-       markerWidth="4.6297302">\r
-      <g\r
-         id="g11064-22"\r
-         transform="matrix(0.5,0,0,0.5,-185.64298,-257.19655)">\r
-        <path\r
-           sodipodi:nodetypes="csccccccsccssssssssssssssccc"\r
-           id="path11050-67"\r
-           d="m 370,508.65625 c -0.86067,0.0587 -1.60944,0.6213 -1.90625,1.4375 -0.26976,0.74176 -0.0577,1.53493 0.4375,2.125 l -1.75,0 c -0.0424,-0.005 -0.0824,0.002 -0.125,0 l 0,4.375 0.125,0 1.75,0 c -0.67896,0.8597 -0.69701,2.11549 0.0937,2.90625 0.85091,0.85091 2.27409,0.85091 3.125,0 l 3.34375,-3.375 c 0.033,-0.0295 0.0643,-0.0608 0.0937,-0.0937 0.0322,-0.0193 0.0635,-0.0402 0.0937,-0.0625 3.7e-4,-3.6e-4 0.21851,-0.28079 0.21875,-0.28125 5e-5,-9e-5 -0.007,-0.0447 0,-0.0625 0.001,-0.003 0.03,0.003 0.0312,0 0.0391,-0.0521 0.051,-0.0518 0.0937,-0.125 0.13699,-0.23476 0.16684,-0.37191 0.15625,-0.34375 0.0368,-0.0915 0.0185,-0.11251 0.0312,-0.15625 0.0106,-0.0102 0.021,-0.0206 0.0312,-0.0312 0.06,-0.22398 0.0881,-0.51689 0.0625,-0.78125 -0.0136,-0.20363 -0.0589,-0.29765 -0.0625,-0.3125 1.4e-4,-0.0104 1.4e-4,-0.0208 0,-0.0312 0.026,0.097 0.0153,0.016 -0.0937,-0.25 -0.0525,-0.13039 -0.0899,-0.21936 -0.125,-0.28125 -0.0524,-0.0897 -0.13346,-0.26235 -0.34375,-0.46875 L 371.75,509.3125 c -0.45645,-0.48671 -1.08509,-0.71163 -1.75,-0.65625 z"\r
-           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"\r
-           inkscape:connector-curvature="0" />\r
-        <path\r
-           sodipodi:nodetypes="cccscccsssssssscccsccc"\r
-           id="path11035-5"\r
-           d="m 366.65625,515.40625 4.625,0 -1.8125,1.8125 c -0.39695,0.39695 -0.39695,1.04055 0,1.4375 0.39695,0.39695 1.04055,0.39695 1.4375,0 l 3.4375,-3.46875 0.0937,-0.0625 c 0.006,-0.006 -0.006,-0.0253 0,-0.0312 0.0554,-0.0572 0.1151,-0.11699 0.15625,-0.1875 0.0286,-0.0491 0.0429,-0.10409 0.0625,-0.15625 0.0124,-0.0307 0.0221,-0.0622 0.0312,-0.0937 0.0311,-0.1161 0.0427,-0.22493 0.0312,-0.34375 -0.004,-0.0578 -0.0174,-0.0996 -0.0312,-0.15625 -0.0109,-0.0407 -0.0151,-0.0857 -0.0312,-0.125 -0.0164,-0.0408 -0.0405,-0.0862 -0.0625,-0.125 -0.0455,-0.0779 -0.0936,-0.15726 -0.15625,-0.21875 l -3.53125,-3.53125 c -0.20891,-0.22276 -0.50816,-0.33785 -0.8125,-0.3125 -0.39478,0.0269 -0.73977,0.28438 -0.875,0.65625 -0.13524,0.37187 -0.0353,0.78826 0.25,1.0625 l 1.875,1.84375 -4.6875,0"\r
-           style="fill:#49c2f1;fill-opacity:1;fill-rule:evenodd;stroke:none"\r
-           inkscape:connector-curvature="0" />\r
-      </g>\r
-    </marker>\r
-    <marker\r
-       style="overflow:visible"\r
-       id="DotSu-8"\r
-       refX="0"\r
-       refY="0"\r
-       orient="auto"\r
-       inkscape:stockid="DotSu">\r
-      <path\r
-         transform="matrix(0.2,0,0,0.2,1.48,0.2)"\r
-         style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none;marker-end:none"\r
-         d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"\r
-         id="path9463-3"\r
-         inkscape:connector-curvature="0" />\r
-    </marker>\r
-    <marker\r
-       style="overflow:visible"\r
-       id="DotSu-1"\r
-       refX="0"\r
-       refY="0"\r
-       orient="auto"\r
-       inkscape:stockid="DotSu">\r
-      <path\r
-         transform="matrix(0.2,0,0,0.2,1.48,0.2)"\r
-         style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none;marker-end:none"\r
-         d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"\r
-         id="path9463-8"\r
-         inkscape:connector-curvature="0" />\r
-    </marker>\r
-    <marker\r
-       style="overflow:visible"\r
-       id="DotSu8-6"\r
-       refX="0"\r
-       refY="0"\r
-       orient="auto"\r
-       inkscape:stockid="DotSu8">\r
-      <path\r
-         transform="matrix(0.2,0,0,0.2,1.48,0.2)"\r
-         style="fill:#f39300;fill-rule:evenodd;stroke:#f39300;stroke-width:1pt;marker-start:none;marker-end:none"\r
-         d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"\r
-         id="path6738-5"\r
-         inkscape:connector-curvature="0" />\r
-    </marker>\r
-    <marker\r
-       style="overflow:visible"\r
-       id="DotSu8-9"\r
-       refX="0"\r
-       refY="0"\r
-       orient="auto"\r
-       inkscape:stockid="DotSu8">\r
-      <path\r
-         transform="matrix(0.2,0,0,0.2,1.48,0.2)"\r
-         style="fill:#f39300;fill-rule:evenodd;stroke:#f39300;stroke-width:1pt;marker-start:none;marker-end:none"\r
-         d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"\r
-         id="path6738-52"\r
-         inkscape:connector-curvature="0" />\r
-    </marker>\r
-    <marker\r
-       style="overflow:visible"\r
-       id="DotSu8-65"\r
-       refX="0"\r
-       refY="0"\r
-       orient="auto"\r
-       inkscape:stockid="DotSu8">\r
-      <path\r
-         transform="matrix(0.2,0,0,0.2,1.48,0.2)"\r
-         style="fill:#f39300;fill-rule:evenodd;stroke:#f39300;stroke-width:1pt;marker-start:none;marker-end:none"\r
-         d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"\r
-         id="path6738-55"\r
-         inkscape:connector-curvature="0" />\r
-    </marker>\r
-    <marker\r
-       style="overflow:visible"\r
-       id="DotSu8I"\r
-       refX="0"\r
-       refY="0"\r
-       orient="auto"\r
-       inkscape:stockid="DotSu8I">\r
-      <path\r
-         transform="matrix(0.2,0,0,0.2,1.48,0.2)"\r
-         style="marker-end:none;fill-rule:evenodd;marker-start:none;stroke:#d9d9cd;stroke-width:1pt;fill:#d9d9cd"\r
-         d="M -2.5,-1 C -2.5,1.76 -4.74,4 -7.5,4 C -10.26,4 -12.5,1.76 -12.5,-1 C -12.5,-3.76 -10.26,-6 -7.5,-6 C -4.74,-6 -2.5,-3.76 -2.5,-1 z"\r
-         id="path10009" />\r
-    </marker>\r
-    <marker\r
-       style="overflow:visible"\r
-       id="DotSu-11"\r
-       refX="0"\r
-       refY="0"\r
-       orient="auto"\r
-       inkscape:stockid="DotSu">\r
-      <path\r
-         inkscape:connector-curvature="0"\r
-         transform="matrix(0.2,0,0,0.2,1.48,0.2)"\r
-         style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none;marker-end:none"\r
-         d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"\r
-         id="path9463-9" />\r
-    </marker>\r
-    <marker\r
-       style="overflow:visible"\r
-       id="DotSu8-8"\r
-       refX="0"\r
-       refY="0"\r
-       orient="auto"\r
-       inkscape:stockid="DotSu8">\r
-      <path\r
-         inkscape:connector-curvature="0"\r
-         transform="matrix(0.2,0,0,0.2,1.48,0.2)"\r
-         style="fill:#f39300;fill-rule:evenodd;stroke:#f39300;stroke-width:1pt;marker-start:none;marker-end:none"\r
-         d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"\r
-         id="path6738-551" />\r
-    </marker>\r
-    <marker\r
-       style="overflow:visible"\r
-       id="DotSu8-1"\r
-       refX="0"\r
-       refY="0"\r
-       orient="auto"\r
-       inkscape:stockid="DotSu8">\r
-      <path\r
-         inkscape:connector-curvature="0"\r
-         transform="matrix(0.2,0,0,0.2,1.48,0.2)"\r
-         style="fill:#f39300;fill-rule:evenodd;stroke:#f39300;stroke-width:1pt;marker-start:none;marker-end:none"\r
-         d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"\r
-         id="path6738-9" />\r
-    </marker>\r
-    <marker\r
-       style="overflow:visible"\r
-       id="DotSu-4"\r
-       refX="0"\r
-       refY="0"\r
-       orient="auto"\r
-       inkscape:stockid="DotSu">\r
-      <path\r
-         inkscape:connector-curvature="0"\r
-         transform="matrix(0.2,0,0,0.2,1.48,0.2)"\r
-         style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none;marker-end:none"\r
-         d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"\r
-         id="path9463-97" />\r
-    </marker>\r
-    <marker\r
-       style="overflow:visible"\r
-       id="DotSu-32"\r
-       refX="0"\r
-       refY="0"\r
-       orient="auto"\r
-       inkscape:stockid="DotSu">\r
-      <path\r
-         inkscape:connector-curvature="0"\r
-         transform="matrix(0.2,0,0,0.2,1.48,0.2)"\r
-         style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none;marker-end:none"\r
-         d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"\r
-         id="path9463-4" />\r
-    </marker>\r
-  </defs>\r
-  <metadata\r
-     id="metadata2480">\r
-    <rdf:RDF>\r
-      <cc:Work\r
-         rdf:about="">\r
-        <dc:format>image/svg+xml</dc:format>\r
-        <dc:type\r
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />\r
-      </cc:Work>\r
-    </rdf:RDF>\r
-  </metadata>\r
-  <g\r
-     id="layer1"\r
-     inkscape:groupmode="layer"\r
-     inkscape:label="Layer 1"\r
-     style="display:inline">\r
-    <flowRoot\r
-       style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"\r
-       id="flowRoot2485"\r
-       xml:space="preserve"\r
-       transform="matrix(1.4955348,0,0,1.4955348,-57.448129,56.258489)"><flowRegion\r
-         id="flowRegion2487"><rect\r
-           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"\r
-           y="238.07646"\r
-           x="262.85715"\r
-           height="120"\r
-           width="184.28572"\r
-           id="rect2489" /></flowRegion><flowPara\r
-         id="flowPara2491" /></flowRoot>    <g\r
-       transform="matrix(1.4955348,0,0,1.4955348,-62.789338,90.976267)"\r
-       id="g3178" />\r
-    <flowRoot\r
-       style="font-size:12px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Helvetica LT Std;-inkscape-font-specification:Helvetica LT Std Light"\r
-       id="flowRoot8724"\r
-       xml:space="preserve"\r
-       transform="matrix(1.4955348,0,0,1.4955348,-57.448129,56.258489)"><flowRegion\r
-         id="flowRegion8726"><rect\r
-           style="font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;font-family:Helvetica LT Std;-inkscape-font-specification:Helvetica LT Std Light"\r
-           y="752.14441"\r
-           x="39.286312"\r
-           height="22.868153"\r
-           width="29.904507"\r
-           id="rect8728" /></flowRegion><flowPara\r
-         id="flowPara8730" /></flowRoot>    <g\r
-       transform="matrix(0.7477674,0,0,0.7477674,97.104891,57.446056)"\r
-       id="g18053" />\r
-    <flowRoot\r
-       xml:space="preserve"\r
-       style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"\r
-       id="flowRoot6905"\r
-       transform="matrix(1.4955348,0,0,1.4955348,-326.51819,-568.39489)"><flowRegion\r
-         id="flowRegion6907"><use\r
-           transform="translate(1.467046,-91.03536)"\r
-           x="0"\r
-           y="0"\r
-           xlink:href="#rect4654"\r
-           id="use6909"\r
-           width="744.09448"\r
-           height="1052.3622" /></flowRegion><flowPara\r
-         id="flowPara6911">VariableOwner</flowPara></flowRoot>    <flowRoot\r
-       xml:space="preserve"\r
-       style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"\r
-       id="flowRoot6913"\r
-       transform="matrix(1.4955348,0,0,1.4955348,-733.84733,-1124.4065)"><flowRegion\r
-         id="flowRegion6915"><use\r
-           transform="translate(1.467046,-91.03536)"\r
-           x="0"\r
-           y="0"\r
-           xlink:href="#rect4654"\r
-           id="use6917"\r
-           width="744.09448"\r
-           height="1052.3622" /></flowRegion><flowPara\r
-         id="flowPara6919">VariableOwner</flowPara></flowRoot>    <flowRoot\r
-       xml:space="preserve"\r
-       style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#49c2f1;fill-opacity:1;stroke:none;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"\r
-       id="flowRoot80522"\r
-       transform="matrix(1.4955348,0,0,1.4955348,452.45115,153.00358)"><flowRegion\r
-         id="flowRegion80524"><use\r
-           transform="translate(1.467046,-91.03536)"\r
-           x="0"\r
-           y="0"\r
-           xlink:href="#rect4654"\r
-           id="use80526"\r
-           width="744.09448"\r
-           height="1052.3622" /></flowRegion><flowPara\r
-         id="flowPara80528">1</flowPara></flowRoot>    <g\r
-       id="g6138"\r
-       transform="translate(545.54017,99.844317)">\r
-      <g\r
-         id="g12796"\r
-         transform="translate(-538.35514,-231.10416)">\r
-        <rect\r
-           ry="3.7880721"\r
-           y="255.27557"\r
-           x="99.114182"\r
-           height="201.08267"\r
-           width="368.50394"\r
-           id="rect6642-4"\r
-           style="fill:#8c8c8c;fill-opacity:1;stroke:#000000;stroke-width:1.77165353;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />\r
-        <flowRoot\r
-           inkscape:export-ydpi="90"\r
-           inkscape:export-xdpi="90"\r
-           inkscape:export-filename="/home/magi/itmill/toolkit5/doc/manual/img/intro/toolchain.png"\r
-           transform="translate(-707.8182,-802.43748)"\r
-           style="font-size:16px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"\r
-           id="flowRoot11361"\r
-           xml:space="preserve"><flowRegion\r
-             id="flowRegion11363"><rect\r
-               style="font-size:16px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"\r
-               y="1064.3831"\r
-               x="813.87988"\r
-               height="30.059965"\r
-               width="284.75891"\r
-               id="rect11365" /></flowRegion><flowPara\r
-             id="flowPara11367">Vaadin Client-Side Engine</flowPara></flowRoot>        <path\r
-           style="fill:none;stroke:#ffffff;stroke-width:2.12598419;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"\r
-           d="m 144.29135,322.5984 c 0,56.69292 0,59.3504 0,59.3504"\r
-           id="path15239"\r
-           inkscape:connector-curvature="0"\r
-           sodipodi:nodetypes="cc" />\r
-        <g\r
-           style="display:inline"\r
-           id="g17467-2"\r
-           transform="matrix(1.4955348,0,0,1.4955348,-130.58469,34.78769)">\r
-          <rect\r
-             style="fill:#49c2f1;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.42155457;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"\r
-             id="rect17469-8"\r
-             width="232.18724"\r
-             height="35.538849"\r
-             x="160.69756"\r
-             y="232.13174"\r
-             ry="3.7880721" />\r
-          <text\r
-             id="text17471-2"\r
-             y="250.87724"\r
-             x="165.35182"\r
-             style="font-size:9.36119938px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"\r
-             xml:space="preserve"\r
-             sodipodi:linespacing="125%"><tspan\r
-               y="250.87724"\r
-               x="165.35182"\r
-               sodipodi:role="line"\r
-               id="tspan17475-4">ApplicationConnection</tspan></text>\r
-          <text\r
-             id="text39409-6"\r
-             y="241.29225"\r
-             x="165.25607"\r
-             style="font-size:6px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"\r
-             xml:space="preserve"><tspan\r
-               y="241.29225"\r
-               x="165.25607"\r
-               sodipodi:role="line"\r
-               id="tspan39411-8">com.vaadin.client</tspan></text>\r
-        </g>\r
-        <g\r
-           style="display:inline"\r
-           transform="translate(87.933591,152.79578)"\r
-           id="g28403-3-5-6-60">\r
-          <rect\r
-             style="fill:#49c2f1;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"\r
-             id="rect4680-7-10-5-1"\r
-             width="81.381897"\r
-             height="38.862209"\r
-             x="21.810513"\r
-             y="180.43254"\r
-             ry="3.7880721" />\r
-          <flowRoot\r
-             xml:space="preserve"\r
-             id="flowRoot11361-6-1-8-1-7"\r
-             style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"\r
-             transform="translate(-787.52461,-878.4214)"\r
-             inkscape:export-filename="/home/magi/itmill/toolkit5/doc/manual/img/intro/toolchain.png"\r
-             inkscape:export-xdpi="90"\r
-             inkscape:export-ydpi="90"><flowRegion\r
-               id="flowRegion11363-2-0-7-7-52"><rect\r
-                 id="rect11365-5-4-6-4-57"\r
-                 width="138.69197"\r
-                 height="47.876488"\r
-                 x="813.87988"\r
-                 y="1064.3831"\r
-                 style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold" /></flowRegion><flowPara\r
-               id="flowPara4300-8">...Connector</flowPara></flowRoot>        </g>\r
-        <path\r
-           style="fill:none;stroke:#ffffff;stroke-width:2.12598419;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"\r
-           d="m 240.84647,322.5984 c 0,56.69292 0,59.3504 0,59.3504"\r
-           id="path15239-7"\r
-           inkscape:connector-curvature="0"\r
-           sodipodi:nodetypes="cc" />\r
-        <g\r
-           style="display:inline"\r
-           transform="translate(176.51627,152.79578)"\r
-           id="g28403-3-5-6-6-3">\r
-          <rect\r
-             style="fill:#4fb047;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"\r
-             id="rect4680-7-10-5-5-6"\r
-             width="81.381889"\r
-             height="38.862209"\r
-             x="21.810513"\r
-             y="180.43254"\r
-             ry="3.7880721" />\r
-          <flowRoot\r
-             xml:space="preserve"\r
-             id="flowRoot11361-6-1-8-1-1-4"\r
-             style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"\r
-             transform="translate(-787.52461,-878.4214)"\r
-             inkscape:export-filename="/home/magi/itmill/toolkit5/doc/manual/img/intro/toolchain.png"\r
-             inkscape:export-xdpi="90"\r
-             inkscape:export-ydpi="90"><flowRegion\r
-               id="flowRegion11363-2-0-7-7-5-3"><rect\r
-                 id="rect11365-5-4-6-4-5-6"\r
-                 width="138.69197"\r
-                 height="47.876488"\r
-                 x="813.87988"\r
-                 y="1064.3831"\r
-                 style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold" /></flowRegion><flowPara\r
-               id="flowPara4338-3">...Connector</flowPara></flowRoot>        </g>\r
-        <path\r
-           style="fill:none;stroke:#ffffff;stroke-width:2.12598419;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"\r
-           d="m 328.36615,322.5984 c 0,56.69292 0,59.3504 0,59.3504"\r
-           id="path15239-2"\r
-           inkscape:connector-curvature="0"\r
-           sodipodi:nodetypes="cc" />\r
-        <g\r
-           style="display:inline"\r
-           transform="translate(265.09895,152.79578)"\r
-           id="g28403-3-5-6-2-4">\r
-          <rect\r
-             style="fill:#f39300;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:2, 2;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"\r
-             id="rect4680-7-10-5-8-5"\r
-             width="81.381889"\r
-             height="38.862209"\r
-             x="21.810513"\r
-             y="180.43254"\r
-             ry="3.7880721" />\r
-          <flowRoot\r
-             xml:space="preserve"\r
-             id="flowRoot11361-6-1-8-1-6-8"\r
-             style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"\r
-             transform="translate(-787.52461,-878.4214)"\r
-             inkscape:export-filename="/home/magi/itmill/toolkit5/doc/manual/img/intro/toolchain.png"\r
-             inkscape:export-xdpi="90"\r
-             inkscape:export-ydpi="90"><flowRegion\r
-               id="flowRegion11363-2-0-7-7-50-4"><rect\r
-                 id="rect11365-5-4-6-4-0-2"\r
-                 width="138.69197"\r
-                 height="47.876488"\r
-                 x="813.87988"\r
-                 y="1064.3831"\r
-                 style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold" /></flowRegion><flowPara\r
-               id="flowPara4300-7-2">...Connector</flowPara></flowRoot>        </g>\r
-        <g\r
-           style="display:inline"\r
-           transform="translate(87.933591,103.18948)"\r
-           id="g28403-3-5-6">\r
-          <rect\r
-             style="fill:#49c2f1;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"\r
-             id="rect4680-7-10-5"\r
-             width="81.381897"\r
-             height="38.862206"\r
-             x="21.810513"\r
-             y="180.43254"\r
-             ry="3.7880721" />\r
-          <flowRoot\r
-             xml:space="preserve"\r
-             id="flowRoot11361-6-1-8-1"\r
-             style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"\r
-             transform="translate(-787.52461,-878.4214)"\r
-             inkscape:export-filename="/home/magi/itmill/toolkit5/doc/manual/img/intro/toolchain.png"\r
-             inkscape:export-xdpi="90"\r
-             inkscape:export-ydpi="90"><flowRegion\r
-               id="flowRegion11363-2-0-7-7"><rect\r
-                 id="rect11365-5-4-6-4"\r
-                 width="138.69197"\r
-                 height="47.876488"\r
-                 x="813.87988"\r
-                 y="1064.3831"\r
-                 style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold" /></flowRegion><flowPara\r
-               id="flowPara4198-9">Built-in</flowPara><flowPara\r
-               id="flowPara4300">Widget</flowPara></flowRoot>        </g>\r
-        <g\r
-           style="display:inline"\r
-           transform="translate(176.51627,103.18948)"\r
-           id="g28403-3-5-6-6">\r
-          <rect\r
-             style="fill:#4fb047;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"\r
-             id="rect4680-7-10-5-5"\r
-             width="81.381889"\r
-             height="38.862206"\r
-             x="21.810513"\r
-             y="180.43254"\r
-             ry="3.7880721" />\r
-          <flowRoot\r
-             xml:space="preserve"\r
-             id="flowRoot11361-6-1-8-1-1"\r
-             style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"\r
-             transform="translate(-787.52461,-878.4214)"\r
-             inkscape:export-filename="/home/magi/itmill/toolkit5/doc/manual/img/intro/toolchain.png"\r
-             inkscape:export-xdpi="90"\r
-             inkscape:export-ydpi="90"><flowRegion\r
-               id="flowRegion11363-2-0-7-7-5"><rect\r
-                 id="rect11365-5-4-6-4-5"\r
-                 width="138.69197"\r
-                 height="47.876488"\r
-                 x="813.87988"\r
-                 y="1064.3831"\r
-                 style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold" /></flowRegion><flowPara\r
-               id="flowPara4198-9-9">Add-on</flowPara><flowPara\r
-               id="flowPara4338">Widget</flowPara></flowRoot>        </g>\r
-        <g\r
-           style="display:inline"\r
-           transform="translate(265.09895,103.18948)"\r
-           id="g28403-3-5-6-2">\r
-          <rect\r
-             style="fill:#f39300;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:2, 2;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"\r
-             id="rect4680-7-10-5-8"\r
-             width="81.381889"\r
-             height="38.862206"\r
-             x="21.810513"\r
-             y="180.43254"\r
-             ry="3.7880721" />\r
-          <flowRoot\r
-             xml:space="preserve"\r
-             id="flowRoot11361-6-1-8-1-6"\r
-             style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"\r
-             transform="translate(-787.52461,-878.4214)"\r
-             inkscape:export-filename="/home/magi/itmill/toolkit5/doc/manual/img/intro/toolchain.png"\r
-             inkscape:export-xdpi="90"\r
-             inkscape:export-ydpi="90"><flowRegion\r
-               id="flowRegion11363-2-0-7-7-50"><rect\r
-                 id="rect11365-5-4-6-4-0"\r
-                 width="138.69197"\r
-                 height="47.876488"\r
-                 x="813.87988"\r
-                 y="1064.3831"\r
-                 style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold" /></flowRegion><flowPara\r
-               id="flowPara4198-9-1">Custom</flowPara><flowPara\r
-               id="flowPara4300-7">Widget</flowPara></flowRoot>        </g>\r
-        <path\r
-           style="fill:none;stroke:#ffffff;stroke-width:2.12598419;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"\r
-           d="m 418.01969,322.5984 c 0,56.69292 0,59.3504 0,59.3504"\r
-           id="path15239-76"\r
-           inkscape:connector-curvature="0"\r
-           sodipodi:nodetypes="cc" />\r
-        <g\r
-           style="display:inline"\r
-           transform="translate(354.68163,153.79578)"\r
-           id="g28403-3-5-6-1-7">\r
-          <rect\r
-             style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"\r
-             id="rect4680-7-10-5-14-8"\r
-             width="81.381897"\r
-             height="38.862209"\r
-             x="20.810509"\r
-             y="179.43254"\r
-             ry="3.7880721" />\r
-          <flowRoot\r
-             xml:space="preserve"\r
-             id="flowRoot11361-6-1-8-1-0-8"\r
-             style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"\r
-             transform="translate(-787.52461,-878.4214)"\r
-             inkscape:export-filename="/home/magi/itmill/toolkit5/doc/manual/img/intro/toolchain.png"\r
-             inkscape:export-xdpi="90"\r
-             inkscape:export-ydpi="90"><flowRegion\r
-               id="flowRegion11363-2-0-7-7-8-7"><rect\r
-                 id="rect11365-5-4-6-4-52-4"\r
-                 width="138.69197"\r
-                 height="47.876488"\r
-                 x="813.87988"\r
-                 y="1064.3831"\r
-                 style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold" /></flowRegion><flowPara\r
-               id="flowPara4300-9-6">JavaScript</flowPara><flowPara\r
-               id="flowPara15163-0">Connector</flowPara></flowRoot>        </g>\r
-        <g\r
-           style="display:inline"\r
-           transform="translate(354.68163,104.18948)"\r
-           id="g28403-3-5-6-1">\r
-          <rect\r
-             style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"\r
-             id="rect4680-7-10-5-14"\r
-             width="81.381897"\r
-             height="38.862206"\r
-             x="20.810509"\r
-             y="179.43254"\r
-             ry="3.7880721" />\r
-          <flowRoot\r
-             xml:space="preserve"\r
-             id="flowRoot11361-6-1-8-1-0"\r
-             style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"\r
-             transform="translate(-787.52461,-878.4214)"\r
-             inkscape:export-filename="/home/magi/itmill/toolkit5/doc/manual/img/intro/toolchain.png"\r
-             inkscape:export-xdpi="90"\r
-             inkscape:export-ydpi="90"><flowRegion\r
-               id="flowRegion11363-2-0-7-7-8"><rect\r
-                 id="rect11365-5-4-6-4-52"\r
-                 width="138.69197"\r
-                 height="47.876488"\r
-                 x="813.87988"\r
-                 y="1064.3831"\r
-                 style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold" /></flowRegion><flowPara\r
-               id="flowPara4300-9">JavaScript</flowPara><flowPara\r
-               id="flowPara15163">Library</flowPara></flowRoot>        </g>\r
-      </g>\r
-      <text\r
-         id="text4185-3"\r
-         y="219.69513"\r
-         x="-245.35001"\r
-         style="font-size:11.96427917px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;display:inline;font-family:Helvetica LT Std;-inkscape-font-specification:Helvetica LT Std Light"\r
-         xml:space="preserve"\r
-         sodipodi:linespacing="125%"><tspan\r
-           y="219.69513"\r
-           x="-245.35001"\r
-           sodipodi:role="line"\r
-           style="font-size:11.96427917px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;font-family:Helvetica LT Std;-inkscape-font-specification:Helvetica LT Std Light"\r
-           id="tspan4191-1">XMLHttpRequest</tspan></text>\r
-    </g>\r
-    <text\r
-       id="text31847-9"\r
-       y="342.82858"\r
-       x="189.81973"\r
-       style="font-size:12px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Helvetica LT Std;-inkscape-font-specification:Helvetica LT Std Light"\r
-       xml:space="preserve"\r
-       sodipodi:linespacing="125%"><tspan\r
-         y="342.82858"\r
-         x="189.81973"\r
-         sodipodi:role="line"\r
-         id="tspan31851-9">Server connection</tspan></text>\r
-    <text\r
-       id="text31847-9-0"\r
-       y="343.11273"\r
-       x="300.37466"\r
-       style="font-size:12px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Helvetica LT Std;-inkscape-font-specification:Helvetica LT Std Light"\r
-       xml:space="preserve"\r
-       sodipodi:linespacing="125%"><tspan\r
-         y="343.11273"\r
-         x="300.37466"\r
-         sodipodi:role="line"\r
-         id="tspan31851-9-1">HTTP(S) / JSON</tspan></text>\r
-    <g\r
-       style="display:inline"\r
-       id="g6138-8"\r
-       transform="translate(548.96931,319.41518)">\r
-      <g\r
-         id="g12796-4"\r
-         transform="translate(-538.35514,-231.10416)">\r
-        <rect\r
-           ry="3.7880721"\r
-           y="262.47635"\r
-           x="95.685043"\r
-           height="142.22653"\r
-           width="368.50394"\r
-           id="rect6642-4-3"\r
-           style="fill:#8c8c8c;fill-opacity:1;stroke:#000000;stroke-width:1.77165353;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />\r
-        <path\r
-           style="fill:none;stroke:#ffffff;stroke-width:2.12598419;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"\r
-           d="m 237.41733,297.90942 c 0,56.69292 0,56.69292 0,56.69292"\r
-           id="path15239-7-1"\r
-           inkscape:connector-curvature="0" />\r
-        <flowRoot\r
-           inkscape:export-ydpi="90"\r
-           inkscape:export-xdpi="90"\r
-           inkscape:export-filename="/home/magi/itmill/toolkit5/doc/manual/img/intro/toolchain.png"\r
-           transform="translate(-708.875,-796.17532)"\r
-           style="font-size:16px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"\r
-           id="flowRoot11361-3"\r
-           xml:space="preserve"><flowRegion\r
-             id="flowRegion11363-1"><rect\r
-               style="font-size:16px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"\r
-               y="1064.3831"\r
-               x="813.87988"\r
-               height="30.059965"\r
-               width="284.75891"\r
-               id="rect11365-7" /></flowRegion><flowPara\r
-             id="flowPara11367-8">Server-Side</flowPara></flowRoot>        <path\r
-           style="fill:none;stroke:#ffffff;stroke-width:2.12598419;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"\r
-           d="m 148.83465,297.90942 c 0,28.98892 0,13.47884 0,56.69292"\r
-           id="path15239-4"\r
-           inkscape:connector-curvature="0"\r
-           sodipodi:nodetypes="cc" />\r
-        <path\r
-           style="fill:none;stroke:#ffffff;stroke-width:2.12598419;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"\r
-           d="m 324.2322,297.90942 c 0,56.69292 0,56.69292 0,56.69292"\r
-           id="path15239-2-0"\r
-           inkscape:connector-curvature="0" />\r
-        <path\r
-           style="fill:none;stroke:#ffffff;stroke-width:2.12598419;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"\r
-           d="m 409.97638,300.38974 c 0,56.69292 0,56.69292 0,56.69292"\r
-           id="path15239-76-6"\r
-           inkscape:connector-curvature="0" />\r
-        <g\r
-           style="display:inline"\r
-           id="g17467-2-6"\r
-           transform="matrix(1.4955348,0,0,1.4955348,-134.01382,-56.338291)">\r
-          <rect\r
-             style="fill:#49c2f1;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.42155457;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"\r
-             id="rect17469-8-3"\r
-             width="232.18724"\r
-             height="35.538849"\r
-             x="160.69756"\r
-             y="232.13174"\r
-             ry="3.7880721" />\r
-          <text\r
-             id="text17471-2-6"\r
-             y="250.87724"\r
-             x="165.35182"\r
-             style="font-size:9.36119938px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"\r
-             xml:space="preserve"\r
-             sodipodi:linespacing="125%"><tspan\r
-               y="250.87724"\r
-               x="165.35182"\r
-               sodipodi:role="line"\r
-               id="tspan17475-4-4">CommunicationManager</tspan></text>\r
-          <text\r
-             id="text39409-6-4"\r
-             y="241.29225"\r
-             x="165.25607"\r
-             style="font-size:6px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"\r
-             xml:space="preserve"><tspan\r
-               y="241.29225"\r
-               x="165.25607"\r
-               sodipodi:role="line"\r
-               id="tspan39411-8-5">com.vaadin.server</tspan></text>\r
-        </g>\r
-        <g\r
-           style="display:inline"\r
-           transform="translate(85.504452,175.1698)"\r
-           id="g28403-3-5-6-62">\r
-          <rect\r
-             style="fill:#49c2f1;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"\r
-             id="rect4680-7-10-5-4"\r
-             width="80.496063"\r
-             height="37.976379"\r
-             x="21.810513"\r
-             y="180.43254"\r
-             ry="3.7880721" />\r
-          <flowRoot\r
-             xml:space="preserve"\r
-             id="flowRoot11361-6-1-8-1-68"\r
-             style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:110%;writing-mode:lr;text-anchor:start;fill:#ffffff;fill-opacity:1;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"\r
-             transform="translate(-787.52461,-878.4214)"\r
-             inkscape:export-filename="/home/magi/itmill/toolkit5/doc/manual/img/intro/toolchain.png"\r
-             inkscape:export-xdpi="90"\r
-             inkscape:export-ydpi="90"><flowRegion\r
-               id="flowRegion11363-2-0-7-7-3"><rect\r
-                 id="rect11365-5-4-6-4-1"\r
-                 width="138.69197"\r
-                 height="47.876488"\r
-                 x="813.87988"\r
-                 y="1064.3831"\r
-                 style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:110%;writing-mode:lr;text-anchor:start;fill:#ffffff;fill-opacity:1;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold" /></flowRegion><flowPara\r
-               id="flowPara4198-9-5">Built-in</flowPara><flowPara\r
-               id="flowPara4300-76">Component</flowPara></flowRoot>        </g>\r
-        <g\r
-           style="display:inline"\r
-           transform="translate(174.08713,175.1698)"\r
-           id="g28403-3-5-6-6-2">\r
-          <rect\r
-             style="fill:#4fb047;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"\r
-             id="rect4680-7-10-5-5-0"\r
-             width="80.496063"\r
-             height="37.976379"\r
-             x="21.810513"\r
-             y="180.43254"\r
-             ry="3.7880721" />\r
-          <flowRoot\r
-             xml:space="preserve"\r
-             id="flowRoot11361-6-1-8-1-1-6"\r
-             style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"\r
-             transform="translate(-787.52461,-878.4214)"\r
-             inkscape:export-filename="/home/magi/itmill/toolkit5/doc/manual/img/intro/toolchain.png"\r
-             inkscape:export-xdpi="90"\r
-             inkscape:export-ydpi="90"><flowRegion\r
-               id="flowRegion11363-2-0-7-7-5-4"><rect\r
-                 id="rect11365-5-4-6-4-5-3"\r
-                 width="138.69197"\r
-                 height="47.876488"\r
-                 x="813.87988"\r
-                 y="1064.3831"\r
-                 style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold" /></flowRegion><flowPara\r
-               id="flowPara4198-9-9-1">Add-on</flowPara><flowPara\r
-               id="flowPara4338-1">Component</flowPara></flowRoot>        </g>\r
-        <g\r
-           style="display:inline"\r
-           transform="translate(261.66981,174.1698)"\r
-           id="g28403-3-5-6-2-46">\r
-          <rect\r
-             style="fill:#f39300;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:2, 2;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"\r
-             id="rect4680-7-10-5-8-7"\r
-             width="80.496063"\r
-             height="37.976379"\r
-             x="21.810513"\r
-             y="180.43254"\r
-             ry="3.7880721" />\r
-          <flowRoot\r
-             xml:space="preserve"\r
-             id="flowRoot11361-6-1-8-1-6-7"\r
-             style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"\r
-             transform="translate(-787.52461,-878.4214)"\r
-             inkscape:export-filename="/home/magi/itmill/toolkit5/doc/manual/img/intro/toolchain.png"\r
-             inkscape:export-xdpi="90"\r
-             inkscape:export-ydpi="90"><flowRegion\r
-               id="flowRegion11363-2-0-7-7-50-8"><rect\r
-                 id="rect11365-5-4-6-4-0-4"\r
-                 width="138.69197"\r
-                 height="47.876488"\r
-                 x="813.87988"\r
-                 y="1064.3831"\r
-                 style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold" /></flowRegion><flowPara\r
-               id="flowPara4198-9-1-7">Custom</flowPara><flowPara\r
-               id="flowPara4300-7-8">Component</flowPara></flowRoot>        </g>\r
-        <g\r
-           style="display:inline"\r
-           transform="translate(351.25249,175.1698)"\r
-           id="g28403-3-5-6-1-9">\r
-          <rect\r
-             style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"\r
-             id="rect4680-7-10-5-14-3"\r
-             width="80.496063"\r
-             height="37.976379"\r
-             x="20.810509"\r
-             y="179.43254"\r
-             ry="3.7880721" />\r
-          <flowRoot\r
-             xml:space="preserve"\r
-             id="flowRoot11361-6-1-8-1-0-2"\r
-             style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"\r
-             transform="translate(-787.64961,-878.83223)"\r
-             inkscape:export-filename="/home/magi/itmill/toolkit5/doc/manual/img/intro/toolchain.png"\r
-             inkscape:export-xdpi="90"\r
-             inkscape:export-ydpi="90"><flowRegion\r
-               id="flowRegion11363-2-0-7-7-8-2"><rect\r
-                 id="rect11365-5-4-6-4-52-40"\r
-                 width="138.69197"\r
-                 height="47.876488"\r
-                 x="813.87988"\r
-                 y="1064.3831"\r
-                 style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold" /></flowRegion><flowPara\r
-               id="flowPara15163-9">Java</flowPara><flowPara\r
-               id="flowPara3465">Component</flowPara></flowRoot>        </g>\r
-      </g>\r
-    </g>\r
-    <path\r
-       style="fill:none;stroke:#49c2f1;stroke-width:6.02362204;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-end:url(#DotSu);display:inline"\r
-       d="m 293.31889,382.67714 0,-89.46851"\r
-       id="path4600-1-1"\r
-       inkscape:connector-curvature="0"\r
-       sodipodi:nodetypes="cc" />\r
-  </g>\r
-</svg>\r
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<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"
+   width="82mm"
+   height="72mm"
+   id="svg2475"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r"
+   sodipodi:docname="clientside-arch.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="/home/magi/itmill/doc/cheatsheet/vaadin-cheatsheet.png"
+   inkscape:export-xdpi="600.02155"
+   inkscape:export-ydpi="600.02155"
+   version="1.0">
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     gridtolerance="10"
+     guidetolerance="10"
+     objecttolerance="6"
+     inkscape:pageopacity="1"
+     inkscape:pageshadow="2"
+     inkscape:zoom="2.0000001"
+     inkscape:cx="206.60191"
+     inkscape:cy="182.72967"
+     inkscape:document-units="mm"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="1672"
+     inkscape:window-height="1019"
+     inkscape:window-x="0"
+     inkscape:window-y="0"
+     inkscape:snap-nodes="true"
+     inkscape:snap-bbox="true"
+     units="mm"
+     inkscape:snap-global="true"
+     showguides="true"
+     inkscape:guide-bbox="true"
+     inkscape:snap-guide="true"
+     inkscape:snap-intersection-line-segments="true"
+     inkscape:window-maximized="0"
+     inkscape:object-paths="true"
+     inkscape:object-nodes="true">
+    <inkscape:grid
+       spacingy="1mm"
+       spacingx="1mm"
+       empspacing="10"
+       units="mm"
+       enabled="true"
+       visible="true"
+       id="grid4674"
+       type="xygrid"
+       dotted="false"
+       originx="0mm"
+       originy="0mm" />
+  </sodipodi:namedview>
+  <defs
+     id="defs2477">
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient10356">
+      <stop
+         style="stop-color:#000000;stop-opacity:1;"
+         offset="0"
+         id="stop10358" />
+      <stop
+         style="stop-color:#000000;stop-opacity:0;"
+         offset="1"
+         id="stop10360" />
+    </linearGradient>
+    <pattern
+       patternUnits="userSpaceOnUse"
+       width="19.488184"
+       height="5.3149635"
+       patternTransform="translate(442.02756,179.82281)"
+       id="pattern31837">
+      <path
+         id="path31833"
+         d="M 0.88582677,4.4291368 L 18.602357,4.4291368"
+         style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.77165353;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <path
+         id="path31835"
+         d="M 0.88582677,0.88582677 L 18.602357,0.88582677"
+         style="opacity:1;fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.77165353;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    </pattern>
+    <pattern
+       inkscape:collect="always"
+       xlink:href="#pattern31837"
+       id="pattern31843"
+       patternTransform="matrix(0.8219623,-0.5106659,0.5106659,0.8219623,407.01829,190.47423)" />
+    <pattern
+       inkscape:collect="always"
+       xlink:href="#pattern31843"
+       id="pattern39357"
+       patternTransform="matrix(1.2292733,-0.7637186,0.7637186,1.2292733,253.27252,439.9282)" />
+    <marker
+       inkscape:stockid="CurvyCross"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="CurvyCross"
+       style="overflow:visible">
+      <g
+         id="g18903"
+         transform="scale(0.6,0.6)">
+        <path
+           id="path18905"
+           d="m 4.625493,-5.0456926 c -2.76,0 -5.00000002,2.24 -5.00000002,5.00000002 0,2.75999998 2.24000002,4.99999998 5.00000002,4.99999998"
+           style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none;marker-end:none"
+           inkscape:connector-curvature="0" />
+        <path
+           id="path18907"
+           d="m -5.4129913,-5.0456926 c 2.76,0 4.99999999,2.24 4.99999999,5.00000002 0,2.75999998 -2.23999999,4.99999998 -4.99999999,4.99999998"
+           style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none;marker-end:none"
+           inkscape:connector-curvature="0" />
+      </g>
+    </marker>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient1507"
+       id="linearGradient4794"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="scale(0.9446888,1.0585496)"
+       x1="201.38963"
+       y1="843.20789"
+       x2="547.80804"
+       y2="383.76529" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient1507"
+       id="linearGradient4590"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="scale(0.9446888,1.0585496)"
+       x1="201.38963"
+       y1="843.20789"
+       x2="547.80804"
+       y2="383.76529" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient841"
+       id="linearGradient4390"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="scale(0.9208103,1.086)"
+       x1="10.800377"
+       y1="-94.637573"
+       x2="116.61332"
+       y2="-94.637573" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient1507"
+       id="linearGradient4376"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="scale(0.9446888,1.0585496)"
+       x1="201.38963"
+       y1="843.20789"
+       x2="547.80804"
+       y2="383.76529" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient1507"
+       id="linearGradient3095"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="scale(0.9446888,1.0585496)"
+       x1="201.38963"
+       y1="843.20789"
+       x2="547.80804"
+       y2="383.76529" />
+    <linearGradient
+       id="linearGradient1683">
+      <stop
+         style="stop-color:#db1f0c;stop-opacity:1.0000000;"
+         offset="0.0000000"
+         id="stop1684" />
+      <stop
+         style="stop-color:#761006;stop-opacity:1.0000000;"
+         offset="1.0000000"
+         id="stop1685" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient1507"
+       id="linearGradient24714"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="scale(0.9446888,1.0585496)"
+       x1="201.38963"
+       y1="843.20789"
+       x2="547.80804"
+       y2="383.76529" />
+    <linearGradient
+       id="linearGradient2263">
+      <stop
+         style="stop-color:#ff9696;stop-opacity:0.61960787;"
+         offset="0"
+         id="stop2264" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0.70103091;"
+         offset="1.0000000"
+         id="stop2265" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient2891">
+      <stop
+         style="stop-color:#ff0000;stop-opacity:0.68041235;"
+         offset="0"
+         id="stop2892" />
+      <stop
+         style="stop-color:#ff0000;stop-opacity:0.14432989;"
+         offset="1"
+         id="stop2893" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient1507"
+       id="linearGradient24524"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="scale(0.9446888,1.0585496)"
+       x1="201.38963"
+       y1="843.20789"
+       x2="547.80804"
+       y2="383.76529" />
+    <marker
+       inkscape:stockid="TriangleOutL"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="TriangleOutL"
+       style="overflow:visible">
+      <path
+         id="path3964"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"
+         transform="scale(0.8,0.8)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient1507"
+       id="linearGradient2870"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="scale(0.9446888,1.0585496)"
+       x1="201.38963"
+       y1="843.20789"
+       x2="547.80804"
+       y2="383.76529" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient1507"
+       id="linearGradient239278"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="scale(0.9446888,1.0585496)"
+       x1="201.38963"
+       y1="843.20789"
+       x2="547.80804"
+       y2="383.76529" />
+    <linearGradient
+       id="linearGradient865">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1.0000000;"
+         offset="0.00000000"
+         id="stop866" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0.00000000;"
+         offset="1.0000000"
+         id="stop868" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient1400">
+      <stop
+         style="stop-color:#000000;stop-opacity:0.67843139;"
+         offset="0.0000000"
+         id="stop1401" />
+      <stop
+         style="stop-color:#000000;stop-opacity:0.32941177;"
+         offset="0.56999999"
+         id="stop1403" />
+      <stop
+         style="stop-color:#000000;stop-opacity:0.00000000;"
+         offset="1.0000000"
+         id="stop1402" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient1507"
+       id="linearGradient233706"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="scale(0.9446888,1.0585496)"
+       x1="201.38963"
+       y1="843.20789"
+       x2="547.80804"
+       y2="383.76529" />
+    <linearGradient
+       y2="383.76529"
+       y1="843.20789"
+       xlink:href="#linearGradient1507"
+       x2="547.80804"
+       x1="201.38963"
+       id="linearGradient1506"
+       gradientTransform="scale(0.9446888,1.0585496)"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient1507"
+       id="linearGradient3450"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="scale(0.9446888,1.0585496)"
+       x1="201.38963"
+       y1="843.20789"
+       x2="547.80804"
+       y2="383.76529" />
+    <linearGradient
+       id="linearGradient1290">
+      <stop
+         style="stop-color:#b2a269;stop-opacity:1.0000000;"
+         offset="0.0000000"
+         id="stop1291" />
+      <stop
+         style="stop-color:#6d5b18;stop-opacity:1.0000000;"
+         offset="1.0000000"
+         id="stop1292" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient846">
+      <stop
+         style="stop-color:#e7e7e7;stop-opacity:1.0000000;"
+         offset="0.00000000"
+         id="stop847" />
+      <stop
+         style="stop-color:#a5a5a5;stop-opacity:1.0000000;"
+         offset="1.0000000"
+         id="stop848" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient841">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1.0000000;"
+         offset="0.00000000"
+         id="stop842" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0.00000000;"
+         offset="1.0000000"
+         id="stop843" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient853">
+      <stop
+         style="stop-color:#000000;stop-opacity:0.29752067;"
+         offset="0.00000000"
+         id="stop854" />
+      <stop
+         style="stop-color:#000000;stop-opacity:0.00000000;"
+         offset="1.0000000"
+         id="stop855" />
+    </linearGradient>
+    <linearGradient
+       y2="287.73825"
+       y1="169.4436"
+       xlink:href="#linearGradient1492"
+       x2="622.33325"
+       x1="741.63898"
+       id="linearGradient1497"
+       gradientTransform="scale(0.9552926,1.0467997)"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       id="linearGradient1501">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1.0000000;"
+         offset="0.0000000"
+         id="stop1502" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0.0000000;"
+         offset="1.0000000"
+         id="stop1504" />
+    </linearGradient>
+    <linearGradient
+       y2="418.53635"
+       y1="236.12772"
+       xlink:href="#linearGradient1501"
+       x2="330.88034"
+       x1="687.96375"
+       id="linearGradient1499"
+       gradientTransform="scale(0.9890091,1.011113)"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       id="linearGradient1492">
+      <stop
+         style="stop-color:#dadada;stop-opacity:1.0000000;"
+         offset="0.0000000"
+         id="stop1493" />
+      <stop
+         style="stop-color:#f1f1f1;stop-opacity:1.0000000;"
+         offset="0.34923077"
+         id="stop1496" />
+      <stop
+         style="stop-color:#f0f0f0;stop-opacity:1.0000000;"
+         offset="1.0000000"
+         id="stop1494" />
+    </linearGradient>
+    <linearGradient
+       y2="689.86005"
+       y1="230.07422"
+       xlink:href="#linearGradient1492"
+       x2="351.7063"
+       x1="728.96643"
+       id="linearGradient1495"
+       gradientTransform="scale(0.955425,1.0466546)"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       id="linearGradient1507">
+      <stop
+         style="stop-color:#000000;stop-opacity:0.095505618;"
+         offset="0.0000000"
+         id="stop1508" />
+      <stop
+         style="stop-color:#000000;stop-opacity:0.0000000;"
+         offset="1.0000000"
+         id="stop1510" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient1507"
+       id="linearGradient3877"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="scale(0.9446888,1.0585496)"
+       x1="201.38963"
+       y1="843.20789"
+       x2="547.80804"
+       y2="383.76529" />
+    <linearGradient
+       id="linearGradient1699">
+      <stop
+         style="stop-color:#017eff;stop-opacity:1.0000000;"
+         offset="0.0000000"
+         id="stop1700" />
+      <stop
+         style="stop-color:#ecfaff;stop-opacity:1.0000000;"
+         offset="1.0000000"
+         id="stop1701" />
+    </linearGradient>
+    <marker
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="DiamondEmpty"
+       style="overflow:visible">
+      <path
+         id="path7"
+         d="M 0,-5 -5,0 0,5 5,0 0,-5 Z"
+         style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"
+         transform="translate(-5,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient19816"
+       id="radialGradient3268"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.9214039,0.00238962,-0.00216645,0.5977017,541.12253,30.198804)"
+       cx="-147.5"
+       cy="97.300964"
+       fx="-147.5"
+       fy="97.300964"
+       r="109.42857" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7299"
+       id="radialGradient3270"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.3208501,0.00238435,-0.00310564,0.596383,334.93437,78.721097)"
+       cx="-147.5"
+       cy="97.300964"
+       fx="-147.5"
+       fy="97.300964"
+       r="109.42857" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient19816"
+       id="radialGradient3272"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.6000725,0.00238083,-0.00376217,0.5955044,664.61868,-4.8275956)"
+       cx="-147.5"
+       cy="97.300964"
+       fx="-147.5"
+       fy="97.300964"
+       r="109.42857" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7299"
+       id="radialGradient3274"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.3208501,0.00238435,-0.00310564,0.596383,334.93437,78.721097)"
+       cx="-147.5"
+       cy="97.300964"
+       fx="-147.5"
+       fy="97.300964"
+       r="109.42857" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7299"
+       id="radialGradient3276"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.3208501,0.00238435,-0.00310564,0.596383,334.93437,78.721097)"
+       cx="-147.5"
+       cy="97.300964"
+       fx="-147.5"
+       fy="97.300964"
+       r="109.42857" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7299"
+       id="radialGradient3278"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.3208501,0.00238435,-0.00310564,0.596383,334.93437,78.721097)"
+       cx="-147.5"
+       cy="97.300964"
+       fx="-147.5"
+       fy="97.300964"
+       r="109.42857" />
+    <linearGradient
+       id="linearGradient7299">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0"
+         id="stop7301" />
+      <stop
+         style="stop-color:#a090e7;stop-opacity:1"
+         offset="1"
+         id="stop7303" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7299"
+       id="radialGradient3280"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.3208501,0.00238435,-0.00310564,0.596383,334.93437,78.721097)"
+       cx="-147.5"
+       cy="97.300964"
+       fx="-147.5"
+       fy="97.300964"
+       r="109.42857" />
+    <linearGradient
+       id="linearGradient5596">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop5598" />
+      <stop
+         style="stop-color:#e7e790;stop-opacity:0.56489879"
+         offset="1"
+         id="stop5600" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient19816">
+      <stop
+         id="stop19818"
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:1;" />
+      <stop
+         id="stop19820"
+         offset="1"
+         style="stop-color:#e7e790;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient11508">
+      <stop
+         id="stop11510"
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:1;" />
+      <stop
+         id="stop11512"
+         offset="1"
+         style="stop-color:#008401;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3286">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop3288" />
+      <stop
+         style="stop-color:#79e291;stop-opacity:1;"
+         offset="1"
+         id="stop3290" />
+    </linearGradient>
+    <marker
+       inkscape:stockid="Arrow2Lend"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow2Lend"
+       style="overflow:visible">
+      <path
+         id="path16811"
+         style="font-size:12px;fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"
+         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+         transform="matrix(-1.1,0,0,-1.1,-1.1,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <linearGradient
+       id="linearGradient7447">
+      <stop
+         style="stop-color:#ff6161;stop-opacity:1;"
+         offset="0"
+         id="stop7449" />
+      <stop
+         style="stop-color:#840929;stop-opacity:1;"
+         offset="1"
+         id="stop7451" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient7485">
+      <stop
+         style="stop-color:#b6bcef;stop-opacity:1;"
+         offset="0"
+         id="stop7487" />
+      <stop
+         style="stop-color:#4026b1;stop-opacity:1;"
+         offset="1"
+         id="stop7489" />
+    </linearGradient>
+    <marker
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="EmptyArrow2"
+       style="overflow:visible">
+      <path
+         id="path13"
+         d="M 0,0 0,-5 -10,0 0,5 0,0 Z"
+         style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"
+         transform="matrix(-1,0,0,-1,-10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Lstart"
+       style="overflow:visible">
+      <path
+         id="path5210"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       id="DotS"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:stockid="DotS">
+      <path
+         transform="matrix(0.2,0,0,0.2,1.48,0.2)"
+         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none;marker-end:none"
+         d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"
+         id="path3636"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="TriangleOutS"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="TriangleOutS"
+       style="overflow:visible">
+      <path
+         id="path3717"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"
+         transform="scale(0.2,0.2)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <inkscape:path-effect
+       copytype="single_stretched"
+       pattern="m 349.202,225.086 56.693,106.3 -35.433,7.086"
+       prop_scale="1"
+       id="path-effect2503"
+       effect="skeletal"
+       is_visible="true"
+       scale_y_rel="false"
+       spacing="0"
+       normal_offset="0"
+       tang_offset="0"
+       prop_units="false"
+       vertical_pattern="false"
+       fuse_tolerance="0" />
+    <inkscape:path-effect
+       prop_scale="1"
+       id="path-effect2499"
+       effect="skeletal"
+       is_visible="true"
+       pattern="M 0,0 1,0"
+       copytype="single_stretched"
+       scale_y_rel="false"
+       spacing="0"
+       normal_offset="0"
+       tang_offset="0"
+       prop_units="false"
+       vertical_pattern="false"
+       fuse_tolerance="0" />
+    <inkscape:path-effect
+       pattern-nodetypes="cc"
+       pattern="M 432.28346,272.83462 403.93701,216.14171"
+       prop_scale="1"
+       id="path-effect2497"
+       effect="skeletal"
+       is_visible="true"
+       copytype="single_stretched"
+       scale_y_rel="false"
+       spacing="0"
+       normal_offset="0"
+       tang_offset="0"
+       prop_units="false"
+       vertical_pattern="false"
+       fuse_tolerance="0" />
+    <marker
+       style="overflow:visible"
+       id="Arrow1Send"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:stockid="Arrow1Send">
+      <path
+         transform="matrix(-0.2,0,0,-0.2,-1.2,0)"
+         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         id="path3641"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       id="Arrow1Lend"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:stockid="Arrow1Lend">
+      <path
+         transform="matrix(-0.8,0,0,-0.8,-10,0)"
+         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         id="path3629"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective3487" />
+    <marker
+       style="overflow:visible"
+       id="Arrow2Sendp"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:stockid="Arrow2Sendp">
+      <path
+         transform="matrix(-0.3,0,0,-0.3,0.69,0)"
+         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+         style="font-size:12px;fill:#f39300;fill-rule:evenodd;stroke:#f39300;stroke-width:0.625;stroke-linejoin:round"
+         id="path28139"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       id="TriangleOutSK"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:stockid="TriangleOutSK">
+      <path
+         transform="scale(0.2,0.2)"
+         style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         id="path36611"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       id="TriangleOutSH"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:stockid="TriangleOutSH">
+      <path
+         transform="scale(0.2,0.2)"
+         style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         id="path36614"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       id="TriangleOutSA"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:stockid="TriangleOutSA">
+      <path
+         transform="scale(0.2,0.2)"
+         style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         id="path36617"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       id="TriangleOutSKF"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:stockid="TriangleOutSKF">
+      <path
+         transform="scale(0.2,0.2)"
+         style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         id="path36620"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       id="TriangleOutS9"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:stockid="TriangleOutS9">
+      <path
+         transform="scale(0.2,0.2)"
+         style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         id="path36623"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       id="Arrow2SendpA"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:stockid="Arrow2SendpA">
+      <path
+         transform="matrix(-0.3,0,0,-0.3,0.69,0)"
+         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+         style="font-size:12px;fill:#d9d9cd;fill-rule:evenodd;stroke:#d9d9cd;stroke-width:0.625;stroke-linejoin:round"
+         id="path3396"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       id="Arrow2Sendpg"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:stockid="Arrow2Sendpg">
+      <path
+         transform="matrix(-0.3,0,0,-0.3,0.69,0)"
+         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+         style="font-size:12px;fill:#fcc988;fill-rule:evenodd;stroke:#fcc988;stroke-width:0.625;stroke-linejoin:round"
+         id="path3360"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <filter
+       id="filter2780"
+       inkscape:label="White Halo"
+       width="1.1"
+       height="1.1">
+      <feMorphology
+         id="feMorphology2782"
+         operator="dilate"
+         radius="3"
+         result="result0" />
+      <feFlood
+         id="feFlood2786"
+         flood-color="rgb(255,255,255)"
+         flood-opacity="1"
+         in="result0"
+         result="result3" />
+      <feComposite
+         id="feComposite2623"
+         in="result3"
+         in2="result0"
+         operator="in"
+         result="result4" />
+      <feMerge
+         id="feMerge2629">
+        <feMergeNode
+           inkscape:collect="always"
+           id="feMergeNode2631"
+           in="result4" />
+        <feMergeNode
+           inkscape:collect="always"
+           id="feMergeNode2633"
+           in="SourceGraphic" />
+      </feMerge>
+    </filter>
+    <marker
+       inkscape:stockid="TriangleOutSn"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="TriangleOutSn"
+       style="overflow:visible">
+      <path
+         id="path4441"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#d9d9cd;fill-rule:evenodd;stroke:#d9d9cd;stroke-width:1pt;marker-start:none"
+         transform="scale(0.2,0.2)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="TriangleOutS9F"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="TriangleOutS9F"
+       style="overflow:visible">
+      <path
+         id="path4444"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#d9d9cd;fill-rule:evenodd;stroke:#d9d9cd;stroke-width:1pt;marker-start:none"
+         transform="scale(0.2,0.2)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="TriangleOutSI"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="TriangleOutSI"
+       style="overflow:visible">
+      <path
+         id="path4447"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#d9d9cd;fill-rule:evenodd;stroke:#d9d9cd;stroke-width:1pt;marker-start:none"
+         transform="scale(0.2,0.2)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="TriangleOutSO"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="TriangleOutSO"
+       style="overflow:visible">
+      <path
+         id="path4450"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#d9d9cd;fill-rule:evenodd;stroke:#d9d9cd;stroke-width:1pt;marker-start:none"
+         transform="scale(0.2,0.2)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="TriangleOutSW"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="TriangleOutSW"
+       style="overflow:visible">
+      <path
+         id="path4453"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#d9d9cd;fill-rule:evenodd;stroke:#d9d9cd;stroke-width:1pt;marker-start:none"
+         transform="scale(0.2,0.2)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="TriangleOutSB"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="TriangleOutSB"
+       style="overflow:visible">
+      <path
+         id="path4456"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#d9d9cd;fill-rule:evenodd;stroke:#d9d9cd;stroke-width:1pt;marker-start:none"
+         transform="scale(0.2,0.2)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="TriangleOutSZ"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="TriangleOutSZ"
+       style="overflow:visible">
+      <path
+         id="path4459"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#d9d9cd;fill-rule:evenodd;stroke:#d9d9cd;stroke-width:1pt;marker-start:none"
+         transform="scale(0.2,0.2)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       id="DotSq"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:stockid="DotSq">
+      <path
+         transform="matrix(0.2,0,0,0.2,1.48,0.2)"
+         style="fill:#d9d9cd;fill-rule:evenodd;stroke:#d9d9cd;stroke-width:1pt;marker-start:none;marker-end:none"
+         d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"
+         id="path5853"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="TriangleOutSBO"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="TriangleOutSBO"
+       style="overflow:visible">
+      <path
+         id="path7501"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none"
+         transform="scale(0.2,0.2)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       id="DotSu"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:stockid="DotSu">
+      <path
+         transform="matrix(0.2,0,0,0.2,1.48,0.2)"
+         style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none;marker-end:none"
+         d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"
+         id="path9463"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <filter
+       height="1.1"
+       width="1.1"
+       inkscape:label="Black Halo"
+       id="filter10694">
+      <feMorphology
+         result="result0"
+         radius="3"
+         operator="dilate"
+         id="feMorphology10696" />
+      <feFlood
+         result="result3"
+         in="result0"
+         flood-opacity="1"
+         flood-color="rgb(0,0,0)"
+         id="feFlood10698" />
+      <feComposite
+         result="result4"
+         operator="in"
+         in2="result0"
+         in="result3"
+         id="feComposite10700" />
+      <feMerge
+         id="feMerge10702">
+        <feMergeNode
+           in="result4"
+           id="feMergeNode10704"
+           inkscape:collect="always" />
+        <feMergeNode
+           in="SourceGraphic"
+           id="feMergeNode10706"
+           inkscape:collect="always" />
+      </feMerge>
+    </filter>
+    <marker
+       inkscape:stockid="TriangleOutSu"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="TriangleOutSu"
+       style="overflow:visible">
+      <path
+         id="path8127"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none"
+         transform="scale(0.2,0.2)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="TriangleOutSI8"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="TriangleOutSI8"
+       style="overflow:visible">
+      <path
+         id="path8130"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none"
+         transform="scale(0.2,0.2)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="TriangleOutSr"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="TriangleOutSr"
+       style="overflow:visible">
+      <path
+         id="path8133"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none"
+         transform="scale(0.2,0.2)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="TriangleOutSM"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="TriangleOutSM"
+       style="overflow:visible">
+      <path
+         id="path8136"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none"
+         transform="scale(0.2,0.2)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="TriangleOutSb"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="TriangleOutSb"
+       style="overflow:visible">
+      <path
+         id="path8139"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none"
+         transform="scale(0.2,0.2)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       id="marker18095"
+       orient="auto"
+       markerHeight="5.7450776"
+       markerWidth="4.6297302">
+      <g
+         id="g11064"
+         transform="matrix(0.5,0,0,0.5,-185.64298,-257.19655)">
+        <path
+           sodipodi:nodetypes="csccccccsccssssssssssssssccc"
+           id="path11050"
+           d="m 370,508.65625 c -0.86067,0.0587 -1.60944,0.6213 -1.90625,1.4375 -0.26976,0.74176 -0.0577,1.53493 0.4375,2.125 l -1.75,0 c -0.0424,-0.005 -0.0824,0.002 -0.125,0 l 0,4.375 0.125,0 1.75,0 c -0.67896,0.8597 -0.69701,2.11549 0.0937,2.90625 0.85091,0.85091 2.27409,0.85091 3.125,0 l 3.34375,-3.375 c 0.033,-0.0295 0.0643,-0.0608 0.0937,-0.0937 0.0322,-0.0193 0.0635,-0.0402 0.0937,-0.0625 3.7e-4,-3.6e-4 0.21851,-0.28079 0.21875,-0.28125 5e-5,-9e-5 -0.007,-0.0447 0,-0.0625 0.001,-0.003 0.03,0.003 0.0312,0 0.0391,-0.0521 0.051,-0.0518 0.0937,-0.125 0.13699,-0.23476 0.16684,-0.37191 0.15625,-0.34375 0.0368,-0.0915 0.0185,-0.11251 0.0312,-0.15625 0.0106,-0.0102 0.021,-0.0206 0.0312,-0.0312 0.06,-0.22398 0.0881,-0.51689 0.0625,-0.78125 -0.0136,-0.20363 -0.0589,-0.29765 -0.0625,-0.3125 1.4e-4,-0.0104 1.4e-4,-0.0208 0,-0.0312 0.026,0.097 0.0153,0.016 -0.0937,-0.25 -0.0525,-0.13039 -0.0899,-0.21936 -0.125,-0.28125 -0.0524,-0.0897 -0.13346,-0.26235 -0.34375,-0.46875 L 371.75,509.3125 c -0.45645,-0.48671 -1.08509,-0.71163 -1.75,-0.65625 z"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
+           inkscape:connector-curvature="0" />
+        <path
+           sodipodi:nodetypes="cccscccsssssssscccsccc"
+           id="path11035"
+           d="m 366.65625,515.40625 4.625,0 -1.8125,1.8125 c -0.39695,0.39695 -0.39695,1.04055 0,1.4375 0.39695,0.39695 1.04055,0.39695 1.4375,0 l 3.4375,-3.46875 0.0937,-0.0625 c 0.006,-0.006 -0.006,-0.0253 0,-0.0312 0.0554,-0.0572 0.1151,-0.11699 0.15625,-0.1875 0.0286,-0.0491 0.0429,-0.10409 0.0625,-0.15625 0.0124,-0.0307 0.0221,-0.0622 0.0312,-0.0937 0.0311,-0.1161 0.0427,-0.22493 0.0312,-0.34375 -0.004,-0.0578 -0.0174,-0.0996 -0.0312,-0.15625 -0.0109,-0.0407 -0.0151,-0.0857 -0.0312,-0.125 -0.0164,-0.0408 -0.0405,-0.0862 -0.0625,-0.125 -0.0455,-0.0779 -0.0936,-0.15726 -0.15625,-0.21875 l -3.53125,-3.53125 c -0.20891,-0.22276 -0.50816,-0.33785 -0.8125,-0.3125 -0.39478,0.0269 -0.73977,0.28438 -0.875,0.65625 -0.13524,0.37187 -0.0353,0.78826 0.25,1.0625 l 1.875,1.84375 -4.6875,0"
+           style="fill:#49c2f1;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+           inkscape:connector-curvature="0" />
+      </g>
+    </marker>
+    <marker
+       id="marker44971"
+       orient="auto"
+       markerHeight="5.7450781"
+       markerWidth="4.6297355">
+      <g
+         id="g18059"
+         transform="matrix(0.5,0,0,0.5,-185.64299,-257.19655)">
+        <path
+           sodipodi:nodetypes="csccccccsccssssssssssssssccc"
+           id="path18061"
+           d="m 370,508.65625 c -0.86067,0.0587 -1.60944,0.6213 -1.90625,1.4375 -0.26976,0.74176 -0.0577,1.53493 0.4375,2.125 l -1.75,0 c -0.0424,-0.005 -0.0824,0.002 -0.125,0 l 0,4.375 0.125,0 1.75,0 c -0.67896,0.8597 -0.69701,2.11549 0.0937,2.90625 0.85091,0.85091 2.27409,0.85091 3.125,0 l 3.34375,-3.375 c 0.033,-0.0295 0.0643,-0.0608 0.0937,-0.0937 0.0322,-0.0193 0.0635,-0.0402 0.0937,-0.0625 3.7e-4,-3.6e-4 0.21851,-0.28079 0.21875,-0.28125 5e-5,-9e-5 -0.007,-0.0447 0,-0.0625 0.001,-0.003 0.03,0.003 0.0312,0 0.0391,-0.0521 0.051,-0.0518 0.0937,-0.125 0.13699,-0.23476 0.16684,-0.37191 0.15625,-0.34375 0.0368,-0.0915 0.0185,-0.11251 0.0312,-0.15625 0.0106,-0.0102 0.021,-0.0206 0.0312,-0.0312 0.06,-0.22398 0.0881,-0.51689 0.0625,-0.78125 -0.0136,-0.20363 -0.0589,-0.29765 -0.0625,-0.3125 1.4e-4,-0.0104 1.4e-4,-0.0208 0,-0.0312 0.026,0.097 0.0153,0.016 -0.0937,-0.25 -0.0525,-0.13039 -0.0899,-0.21936 -0.125,-0.28125 -0.0524,-0.0897 -0.13346,-0.26235 -0.34375,-0.46875 L 371.75,509.3125 c -0.45645,-0.48671 -1.08509,-0.71163 -1.75,-0.65625 z"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
+           inkscape:connector-curvature="0" />
+        <path
+           sodipodi:nodetypes="cccscccsssssssscccsccc"
+           id="path18063"
+           d="m 366.65625,515.40625 4.625,0 -1.8125,1.8125 c -0.39695,0.39695 -0.39695,1.04055 0,1.4375 0.39695,0.39695 1.04055,0.39695 1.4375,0 l 3.4375,-3.46875 0.0937,-0.0625 c 0.006,-0.006 -0.006,-0.0253 0,-0.0312 0.0554,-0.0572 0.1151,-0.11699 0.15625,-0.1875 0.0286,-0.0491 0.0429,-0.10409 0.0625,-0.15625 0.0124,-0.0307 0.0221,-0.0622 0.0312,-0.0937 0.0311,-0.1161 0.0427,-0.22493 0.0312,-0.34375 -0.004,-0.0578 -0.0174,-0.0996 -0.0312,-0.15625 -0.0109,-0.0407 -0.0151,-0.0857 -0.0312,-0.125 -0.0164,-0.0408 -0.0405,-0.0862 -0.0625,-0.125 -0.0455,-0.0779 -0.0936,-0.15726 -0.15625,-0.21875 l -3.53125,-3.53125 c -0.20891,-0.22276 -0.50816,-0.33785 -0.8125,-0.3125 -0.39478,0.0269 -0.73977,0.28438 -0.875,0.65625 -0.13524,0.37187 -0.0353,0.78826 0.25,1.0625 l 1.875,1.84375 -4.6875,0"
+           style="fill:#d9d9cd;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+           inkscape:connector-curvature="0" />
+      </g>
+    </marker>
+    <marker
+       id="marker52016"
+       orient="auto"
+       markerHeight="5.7450786"
+       markerWidth="4.6297302">
+      <g
+         id="g52010"
+         transform="matrix(0.5,0,0,0.5,-185.64299,-257.19655)">
+        <path
+           sodipodi:nodetypes="csccccccsccssssssssssssssccc"
+           id="path52012"
+           d="m 370,508.65625 c -0.86067,0.0587 -1.60944,0.6213 -1.90625,1.4375 -0.26976,0.74176 -0.0577,1.53493 0.4375,2.125 l -1.75,0 c -0.0424,-0.005 -0.0824,0.002 -0.125,0 l 0,4.375 0.125,0 1.75,0 c -0.67896,0.8597 -0.69701,2.11549 0.0937,2.90625 0.85091,0.85091 2.27409,0.85091 3.125,0 l 3.34375,-3.375 c 0.033,-0.0295 0.0643,-0.0608 0.0937,-0.0937 0.0322,-0.0193 0.0635,-0.0402 0.0937,-0.0625 3.7e-4,-3.6e-4 0.21851,-0.28079 0.21875,-0.28125 5e-5,-9e-5 -0.007,-0.0447 0,-0.0625 0.001,-0.003 0.03,0.003 0.0312,0 0.0391,-0.0521 0.051,-0.0518 0.0937,-0.125 0.13699,-0.23476 0.16684,-0.37191 0.15625,-0.34375 0.0368,-0.0915 0.0185,-0.11251 0.0312,-0.15625 0.0106,-0.0102 0.021,-0.0206 0.0312,-0.0312 0.06,-0.22398 0.0881,-0.51689 0.0625,-0.78125 -0.0136,-0.20363 -0.0589,-0.29765 -0.0625,-0.3125 1.4e-4,-0.0104 1.4e-4,-0.0208 0,-0.0312 0.026,0.097 0.0153,0.016 -0.0937,-0.25 -0.0525,-0.13039 -0.0899,-0.21936 -0.125,-0.28125 -0.0524,-0.0897 -0.13346,-0.26235 -0.34375,-0.46875 L 371.75,509.3125 c -0.45645,-0.48671 -1.08509,-0.71163 -1.75,-0.65625 z"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
+           inkscape:connector-curvature="0" />
+        <path
+           sodipodi:nodetypes="cccscccsssssssscccsccc"
+           id="path52014"
+           d="m 366.65625,515.40625 4.625,0 -1.8125,1.8125 c -0.39695,0.39695 -0.39695,1.04055 0,1.4375 0.39695,0.39695 1.04055,0.39695 1.4375,0 l 3.4375,-3.46875 0.0937,-0.0625 c 0.006,-0.006 -0.006,-0.0253 0,-0.0312 0.0554,-0.0572 0.1151,-0.11699 0.15625,-0.1875 0.0286,-0.0491 0.0429,-0.10409 0.0625,-0.15625 0.0124,-0.0307 0.0221,-0.0622 0.0312,-0.0937 0.0311,-0.1161 0.0427,-0.22493 0.0312,-0.34375 -0.004,-0.0578 -0.0174,-0.0996 -0.0312,-0.15625 -0.0109,-0.0407 -0.0151,-0.0857 -0.0312,-0.125 -0.0164,-0.0408 -0.0405,-0.0862 -0.0625,-0.125 -0.0455,-0.0779 -0.0936,-0.15726 -0.15625,-0.21875 l -3.53125,-3.53125 c -0.20891,-0.22276 -0.50816,-0.33785 -0.8125,-0.3125 -0.39478,0.0269 -0.73977,0.28438 -0.875,0.65625 -0.13524,0.37187 -0.0353,0.78826 0.25,1.0625 l 1.875,1.84375 -4.6875,0"
+           style="fill:#f39300;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+           inkscape:connector-curvature="0" />
+      </g>
+    </marker>
+    <marker
+       id="marker64887"
+       orient="auto"
+       markerHeight="5.745079"
+       markerWidth="4.6297255">
+      <g
+         id="g64855"
+         transform="matrix(0.5,0,0,0.5,-185.64299,-257.19655)">
+        <path
+           sodipodi:nodetypes="csccccccsccssssssssssssssccc"
+           id="path64857"
+           d="m 370,508.65625 c -0.86067,0.0587 -1.60944,0.6213 -1.90625,1.4375 -0.26976,0.74176 -0.0577,1.53493 0.4375,2.125 l -1.75,0 c -0.0424,-0.005 -0.0824,0.002 -0.125,0 l 0,4.375 0.125,0 1.75,0 c -0.67896,0.8597 -0.69701,2.11549 0.0937,2.90625 0.85091,0.85091 2.27409,0.85091 3.125,0 l 3.34375,-3.375 c 0.033,-0.0295 0.0643,-0.0608 0.0937,-0.0937 0.0322,-0.0193 0.0635,-0.0402 0.0937,-0.0625 3.7e-4,-3.6e-4 0.21851,-0.28079 0.21875,-0.28125 5e-5,-9e-5 -0.007,-0.0447 0,-0.0625 0.001,-0.003 0.03,0.003 0.0312,0 0.0391,-0.0521 0.051,-0.0518 0.0937,-0.125 0.13699,-0.23476 0.16684,-0.37191 0.15625,-0.34375 0.0368,-0.0915 0.0185,-0.11251 0.0312,-0.15625 0.0106,-0.0102 0.021,-0.0206 0.0312,-0.0312 0.06,-0.22398 0.0881,-0.51689 0.0625,-0.78125 -0.0136,-0.20363 -0.0589,-0.29765 -0.0625,-0.3125 1.4e-4,-0.0104 1.4e-4,-0.0208 0,-0.0312 0.026,0.097 0.0153,0.016 -0.0937,-0.25 -0.0525,-0.13039 -0.0899,-0.21936 -0.125,-0.28125 -0.0524,-0.0897 -0.13346,-0.26235 -0.34375,-0.46875 L 371.75,509.3125 c -0.45645,-0.48671 -1.08509,-0.71163 -1.75,-0.65625 z"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
+           inkscape:connector-curvature="0" />
+        <path
+           sodipodi:nodetypes="cccscccsssssssscccsccc"
+           id="path64859"
+           d="m 366.65625,515.40625 4.625,0 -1.8125,1.8125 c -0.39695,0.39695 -0.39695,1.04055 0,1.4375 0.39695,0.39695 1.04055,0.39695 1.4375,0 l 3.4375,-3.46875 0.0937,-0.0625 c 0.006,-0.006 -0.006,-0.0253 0,-0.0312 0.0554,-0.0572 0.1151,-0.11699 0.15625,-0.1875 0.0286,-0.0491 0.0429,-0.10409 0.0625,-0.15625 0.0124,-0.0307 0.0221,-0.0622 0.0312,-0.0937 0.0311,-0.1161 0.0427,-0.22493 0.0312,-0.34375 -0.004,-0.0578 -0.0174,-0.0996 -0.0312,-0.15625 -0.0109,-0.0407 -0.0151,-0.0857 -0.0312,-0.125 -0.0164,-0.0408 -0.0405,-0.0862 -0.0625,-0.125 -0.0455,-0.0779 -0.0936,-0.15726 -0.15625,-0.21875 l -3.53125,-3.53125 c -0.20891,-0.22276 -0.50816,-0.33785 -0.8125,-0.3125 -0.39478,0.0269 -0.73977,0.28438 -0.875,0.65625 -0.13524,0.37187 -0.0353,0.78826 0.25,1.0625 l 1.875,1.84375 -4.6875,0"
+           style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+           inkscape:connector-curvature="0" />
+      </g>
+    </marker>
+    <marker
+       id="marker4057"
+       orient="auto"
+       markerHeight="5.745079"
+       markerWidth="4.6297302">
+      <g
+         id="g51986"
+         transform="matrix(0.5,0,0,0.5,-185.64299,-257.19655)">
+        <path
+           sodipodi:nodetypes="csccccccsccssssssssssssssccc"
+           id="path51988"
+           d="m 370,508.65625 c -0.86067,0.0587 -1.60944,0.6213 -1.90625,1.4375 -0.26976,0.74176 -0.0577,1.53493 0.4375,2.125 l -1.75,0 c -0.0424,-0.005 -0.0824,0.002 -0.125,0 l 0,4.375 0.125,0 1.75,0 c -0.67896,0.8597 -0.69701,2.11549 0.0937,2.90625 0.85091,0.85091 2.27409,0.85091 3.125,0 l 3.34375,-3.375 c 0.033,-0.0295 0.0643,-0.0608 0.0937,-0.0937 0.0322,-0.0193 0.0635,-0.0402 0.0937,-0.0625 3.7e-4,-3.6e-4 0.21851,-0.28079 0.21875,-0.28125 5e-5,-9e-5 -0.007,-0.0447 0,-0.0625 0.001,-0.003 0.03,0.003 0.0312,0 0.0391,-0.0521 0.051,-0.0518 0.0937,-0.125 0.13699,-0.23476 0.16684,-0.37191 0.15625,-0.34375 0.0368,-0.0915 0.0185,-0.11251 0.0312,-0.15625 0.0106,-0.0102 0.021,-0.0206 0.0312,-0.0312 0.06,-0.22398 0.0881,-0.51689 0.0625,-0.78125 -0.0136,-0.20363 -0.0589,-0.29765 -0.0625,-0.3125 1.4e-4,-0.0104 1.4e-4,-0.0208 0,-0.0312 0.026,0.097 0.0153,0.016 -0.0937,-0.25 -0.0525,-0.13039 -0.0899,-0.21936 -0.125,-0.28125 -0.0524,-0.0897 -0.13346,-0.26235 -0.34375,-0.46875 L 371.75,509.3125 c -0.45645,-0.48671 -1.08509,-0.71163 -1.75,-0.65625 z"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
+           inkscape:connector-curvature="0" />
+        <path
+           sodipodi:nodetypes="cccscccsssssssscccsccc"
+           id="path51990"
+           d="m 366.65625,515.40625 4.625,0 -1.8125,1.8125 c -0.39695,0.39695 -0.39695,1.04055 0,1.4375 0.39695,0.39695 1.04055,0.39695 1.4375,0 l 3.4375,-3.46875 0.0937,-0.0625 c 0.006,-0.006 -0.006,-0.0253 0,-0.0312 0.0554,-0.0572 0.1151,-0.11699 0.15625,-0.1875 0.0286,-0.0491 0.0429,-0.10409 0.0625,-0.15625 0.0124,-0.0307 0.0221,-0.0622 0.0312,-0.0937 0.0311,-0.1161 0.0427,-0.22493 0.0312,-0.34375 -0.004,-0.0578 -0.0174,-0.0996 -0.0312,-0.15625 -0.0109,-0.0407 -0.0151,-0.0857 -0.0312,-0.125 -0.0164,-0.0408 -0.0405,-0.0862 -0.0625,-0.125 -0.0455,-0.0779 -0.0936,-0.15726 -0.15625,-0.21875 l -3.53125,-3.53125 c -0.20891,-0.22276 -0.50816,-0.33785 -0.8125,-0.3125 -0.39478,0.0269 -0.73977,0.28438 -0.875,0.65625 -0.13524,0.37187 -0.0353,0.78826 0.25,1.0625 l 1.875,1.84375 -4.6875,0"
+           style="fill:#49c2f1;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+           inkscape:connector-curvature="0" />
+      </g>
+    </marker>
+    <marker
+       id="marker72805"
+       orient="auto"
+       markerHeight="4.5568175"
+       markerWidth="4.0334239">
+      <path
+         sodipodi:nodetypes="cccscccsssssssscccsccc"
+         id="path18057"
+         d="m -2.0167119,0.50456824 2.31250003,0 -0.90625,0.90624996 c -0.19847,0.19848 -0.19847,0.52028 0,0.71875 0.19848,0.19848 0.52028,0.19848 0.71875,0 l 1.71874997,-1.73436996 0.04688,-0.03125 c 0.00296,-0.00291 -0.0029,-0.01264 0,-0.01563 0.0277,-0.02858 0.05755,-0.05849 0.07812,-0.09375 0.01432,-0.02454 0.02144,-0.05204 0.03125,-0.07812 0.00618,-0.01536 0.01103,-0.03109 0.01563,-0.04688 0.01556,-0.05805 0.02137,-0.11246 0.01562,-0.17187 -0.00193,-0.02892 -0.00868,-0.04983 -0.01562,-0.07813 -0.00545,-0.02032 -0.00757,-0.04283 -0.01563,-0.0625 -0.00821,-0.02041 -0.02023,-0.0431 -0.03125,-0.0625 -0.02272,-0.03893 -0.0468,-0.07863 -0.07812,-0.10937 L 0.10828813,-2.1204318 c -0.10445,-0.11138 -0.25408,-0.16892 -0.40625,-0.15625 -0.19739,0.01348 -0.36988,0.14219 -0.4375,0.32813 -0.06762,0.18593 -0.01763,0.39413 0.125,0.53125 l 0.9375,0.92187004 -2.34375003,0"
+         style="fill:#f39300;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       id="marker72808"
+       orient="auto"
+       markerHeight="4.5568123"
+       markerWidth="4.0334177">
+      <path
+         sodipodi:nodetypes="cccscccsssssssscccsccc"
+         id="path72801"
+         d="m -2.016709,0.50457301 2.31250005,0 -0.90625,0.90624999 c -0.19848,0.19847 -0.19848,0.52027 0,0.71875 0.19847,0.19847 0.52027,0.19847 0.71875,0 L 1.827041,0.39519301 l 0.04687,-0.03125 c 0.00297,-0.00291 -0.00289,-0.01264 0,-0.01562 0.02771,-0.02858 0.05755,-0.0585 0.07813,-0.09375 0.01432,-0.02454 0.02144,-0.05205 0.03125,-0.07813 0.00618,-0.01536 0.01103,-0.03108 0.01562,-0.04687 0.01556,-0.05805 0.02137,-0.11247 0.01563,-0.17188 -0.00193,-0.02892 -0.00869,-0.04982 -0.01563,-0.07812 -0.00545,-0.02033 -0.00756,-0.04283 -0.01562,-0.0625 -0.00822,-0.02042 -0.02024,-0.0431 -0.03125,-0.0625 -0.02273,-0.03894 -0.0468,-0.07863 -0.07813,-0.10938 L 0.10829105,-2.120427 c -0.10446,-0.11138 -0.25408,-0.16893 -0.40625,-0.15625 -0.19739,0.01347 -0.36989,0.14219 -0.4375,0.32812 -0.06762,0.18594 -0.01763,0.39413 0.125,0.53125 l 0.9375,0.92188001 -2.34375005,0"
+         style="fill:#d9d9cd;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       id="DotSuN"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:stockid="DotSuN">
+      <path
+         transform="matrix(0.2,0,0,0.2,1.48,0.2)"
+         style="fill:#f39300;fill-rule:evenodd;stroke:#f39300;stroke-width:1pt;marker-start:none;marker-end:none"
+         d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"
+         id="path81580"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient1507"
+       id="linearGradient92445"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="scale(0.9446888,1.0585496)"
+       x1="201.38963"
+       y1="843.20789"
+       x2="547.80804"
+       y2="383.76529" />
+    <radialGradient
+       r="109.42857"
+       fy="97.300964"
+       fx="-147.5"
+       cy="97.300964"
+       cx="-147.5"
+       gradientTransform="matrix(0.8305603,0.00109143,-0.00195285,0.2729933,281.94958,112.36765)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient112303"
+       xlink:href="#linearGradient3286"
+       inkscape:collect="always" />
+    <radialGradient
+       r="109.42857"
+       fy="97.300964"
+       fx="-147.5"
+       cy="97.300964"
+       cx="-147.5"
+       gradientTransform="matrix(0.8305603,0.00109143,-0.00195285,0.2729933,281.94958,112.36765)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient112301"
+       xlink:href="#linearGradient3286"
+       inkscape:collect="always" />
+    <radialGradient
+       r="109.42857"
+       fy="97.300964"
+       fx="-147.5"
+       cy="97.300964"
+       cx="-147.5"
+       gradientTransform="matrix(0.8305603,0.00109143,-0.00195285,0.2729933,281.94958,112.36765)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient112299"
+       xlink:href="#linearGradient3286"
+       inkscape:collect="always" />
+    <radialGradient
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.293791,0.01370129,-0.00531443,0.5018339,-46.792176,73.88505)"
+       r="95.092682"
+       fy="112.14567"
+       fx="153.46323"
+       cy="112.14567"
+       cx="153.46323"
+       id="radialGradient112297"
+       xlink:href="#linearGradient11508"
+       inkscape:collect="always" />
+    <radialGradient
+       r="109.42857"
+       fy="97.300964"
+       fx="-147.5"
+       cy="97.300964"
+       cx="-147.5"
+       gradientTransform="matrix(1.3208501,0.00238435,-0.00310564,0.596383,334.93437,78.721097)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient112295"
+       xlink:href="#linearGradient3286"
+       inkscape:collect="always" />
+    <radialGradient
+       r="109.42857"
+       fy="97.300964"
+       fx="-147.5"
+       cy="97.300964"
+       cx="-147.5"
+       gradientTransform="matrix(1.3208501,0.00238435,-0.00310564,0.596383,334.93437,78.721097)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient112293"
+       xlink:href="#linearGradient3286"
+       inkscape:collect="always" />
+    <radialGradient
+       r="109.42857"
+       fy="97.300964"
+       fx="-147.5"
+       cy="97.300964"
+       cx="-147.5"
+       gradientTransform="matrix(1.3208501,0.00238435,-0.00310564,0.596383,334.93437,78.721097)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient112291"
+       xlink:href="#linearGradient3286"
+       inkscape:collect="always" />
+    <radialGradient
+       r="109.42857"
+       fy="97.300964"
+       fx="-147.5"
+       cy="97.300964"
+       cx="-147.5"
+       gradientTransform="matrix(1.3208501,0.00238435,-0.00310564,0.596383,334.93437,78.721097)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient112289"
+       xlink:href="#linearGradient3286"
+       inkscape:collect="always" />
+    <radialGradient
+       r="109.42857"
+       fy="97.300964"
+       fx="-147.5"
+       cy="97.300964"
+       cx="-147.5"
+       gradientTransform="matrix(1.3208501,0.00238435,-0.00310564,0.596383,334.93437,78.721097)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient112287"
+       xlink:href="#linearGradient3286"
+       inkscape:collect="always" />
+    <linearGradient
+       id="linearGradient1694">
+      <stop
+         id="stop1695"
+         offset="0.0000000"
+         style="stop-color:#ffffff;stop-opacity:0.0000000;" />
+      <stop
+         id="stop1696"
+         offset="1.0000000"
+         style="stop-color:#ffffff;stop-opacity:1.0000000;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient112278">
+      <stop
+         id="stop112280"
+         offset="0.0000000"
+         style="stop-color:#0c1fdb;stop-opacity:1.0000000;" />
+      <stop
+         id="stop112282"
+         offset="1.0000000"
+         style="stop-color:#062d76;stop-opacity:1.0000000;" />
+    </linearGradient>
+    <linearGradient
+       gradientTransform="scale(1.475472,0.677749)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient1686"
+       inkscape:collect="always"
+       x1="242.39842"
+       x2="242.39842"
+       xlink:href="#linearGradient1683"
+       y1="1035.3337"
+       y2="636.25543" />
+    <linearGradient
+       gradientTransform="scale(1.475472,0.677749)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient1690"
+       inkscape:collect="always"
+       x1="240.86183"
+       x2="240.86183"
+       xlink:href="#linearGradient1683"
+       y1="635.74658"
+       y2="1038.9441" />
+    <linearGradient
+       gradientTransform="scale(1.479463,0.675921)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient1692"
+       inkscape:collect="always"
+       x1="244.8598"
+       x2="244.8598"
+       xlink:href="#linearGradient1694"
+       y1="827.01349"
+       y2="646.06177" />
+    <linearGradient
+       gradientTransform="matrix(0,1.475472,-0.677749,0,0,0)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient112273"
+       inkscape:collect="always"
+       x1="303.90472"
+       x2="-93.992599"
+       xlink:href="#linearGradient1683"
+       y1="-492.41382"
+       y2="-492.41382" />
+    <linearGradient
+       gradientTransform="matrix(0,1.475472,-0.677749,0,0,0)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient112271"
+       inkscape:collect="always"
+       x1="-92.98716"
+       x2="315.00735"
+       xlink:href="#linearGradient1683"
+       y1="-477.69666"
+       y2="-477.69669" />
+    <linearGradient
+       gradientTransform="matrix(0,1.475473,-0.677749,0,0,0)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient1705"
+       inkscape:collect="always"
+       x1="112.06259"
+       x2="-170.00552"
+       xlink:href="#linearGradient1694"
+       y1="-485.28952"
+       y2="-485.28973" />
+    <radialGradient
+       r="109.42857"
+       fy="97.300964"
+       fx="-147.5"
+       cy="97.300964"
+       cx="-147.5"
+       gradientTransform="matrix(0.9214039,0.00238962,-0.00216645,0.5977017,262.24281,78.560061)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient5287"
+       xlink:href="#linearGradient3286"
+       inkscape:collect="always" />
+    <radialGradient
+       r="109.42857"
+       fy="97.300964"
+       fx="-147.5"
+       cy="97.300964"
+       cx="-147.5"
+       gradientTransform="matrix(0.9214039,0.00238962,-0.00216645,0.5977017,262.24281,78.560061)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient5285"
+       xlink:href="#linearGradient3286"
+       inkscape:collect="always" />
+    <radialGradient
+       r="109.42857"
+       fy="97.300964"
+       fx="-147.5"
+       cy="97.300964"
+       cx="-147.5"
+       gradientTransform="matrix(0.9214039,0.00238962,-0.00216645,0.5977017,262.24281,78.560061)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient5283"
+       xlink:href="#linearGradient3286"
+       inkscape:collect="always" />
+    <radialGradient
+       r="109.42857"
+       fy="97.300964"
+       fx="-147.5"
+       cy="97.300964"
+       cx="-147.5"
+       gradientTransform="matrix(1.3208501,0.00238435,-0.00310564,0.596383,334.93437,78.721097)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient5281"
+       xlink:href="#linearGradient11508"
+       inkscape:collect="always" />
+    <radialGradient
+       r="109.42857"
+       fy="97.300964"
+       fx="-147.5"
+       cy="97.300964"
+       cx="-147.5"
+       gradientTransform="matrix(1.3208501,0.00238435,-0.00310564,0.596383,334.93437,78.721097)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient11602"
+       xlink:href="#linearGradient19816"
+       inkscape:collect="always" />
+    <radialGradient
+       r="109.42857"
+       fy="97.300964"
+       fx="-147.5"
+       cy="97.300964"
+       cx="-147.5"
+       gradientTransform="matrix(0.9214039,0.00238962,-0.00216645,0.5977017,262.24281,78.560061)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient15668"
+       xlink:href="#linearGradient7299"
+       inkscape:collect="always" />
+    <linearGradient
+       gradientUnits="userSpaceOnUse"
+       y2="148.38934"
+       x2="389.01984"
+       y1="148.38934"
+       x1="96.085953"
+       id="linearGradient5355"
+       xlink:href="#linearGradient5349"
+       inkscape:collect="always" />
+    <linearGradient
+       id="linearGradient4152">
+      <stop
+         id="stop4154"
+         offset="0"
+         style="stop-color:#6b6bff;stop-opacity:1;" />
+      <stop
+         id="stop4156"
+         offset="1"
+         style="stop-color:#6b6bff;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5349">
+      <stop
+         id="stop5351"
+         offset="0"
+         style="stop-color:#000000;stop-opacity:1;" />
+      <stop
+         id="stop5353"
+         offset="1"
+         style="stop-color:#000000;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient112247">
+      <stop
+         id="stop112249"
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:1" />
+      <stop
+         id="stop112251"
+         offset="1"
+         style="stop-color:#a090e7;stop-opacity:1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient9263">
+      <stop
+         id="stop9265"
+         offset="0"
+         style="stop-color:#000000;stop-opacity:0" />
+      <stop
+         id="stop9267"
+         offset="1"
+         style="stop-color:#000000;stop-opacity:0;" />
+    </linearGradient>
+    <marker
+       style="overflow:visible"
+       id="marker112241"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:stockid="TriangleOutL">
+      <path
+         transform="scale(0.8,0.8)"
+         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         id="path16734"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       id="TriangleInL"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:stockid="TriangleInL">
+      <path
+         transform="scale(-0.8,-0.8)"
+         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         id="path16743"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       id="TriangleOutM"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:stockid="TriangleOutM">
+      <path
+         transform="scale(0.4,0.4)"
+         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         id="path16731"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       id="marker112234"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:stockid="Arrow1Lend">
+      <path
+         transform="matrix(-0.8,0,0,-0.8,-10,0)"
+         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         id="path16829"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       id="marker112230"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:stockid="Arrow2Lend">
+      <path
+         transform="matrix(-1.1,0,0,-1.1,-1.1,0)"
+         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+         style="font-size:12px;fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"
+         id="path112232"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <linearGradient
+       id="linearGradient112224">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop112226" />
+      <stop
+         style="stop-color:#e7e790;stop-opacity:1;"
+         offset="1"
+         id="stop112228" />
+    </linearGradient>
+    <marker
+       style="overflow:visible"
+       id="marker112220"
+       refX="0"
+       refY="0"
+       orient="auto">
+      <path
+         transform="matrix(-1,0,0,-1,-10,0)"
+         style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"
+         d="M 0,0 0,-5 -10,0 0,5 0,0 Z"
+         id="path112222"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       id="EmptyArrow"
+       refX="0"
+       refY="0"
+       orient="auto">
+      <path
+         transform="matrix(-1,0,0,-1,-10,0)"
+         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"
+         d="M 0,0 0,-5 -12.5,0 0,5 0,0 Z m -0.5,0 0,-4.5 L -12,0 -0.5,4.5 -0.5,0 Z"
+         id="path9"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <linearGradient
+       id="linearGradient112212">
+      <stop
+         id="stop112214"
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:1;" />
+      <stop
+         id="stop112216"
+         offset="1"
+         style="stop-color:#79e291;stop-opacity:1;" />
+    </linearGradient>
+    <marker
+       style="overflow:visible"
+       id="marker112208"
+       refX="0"
+       refY="0"
+       orient="auto">
+      <path
+         transform="translate(-5,0)"
+         style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"
+         d="M 0,-5 -5,0 0,5 5,0 0,-5 Z"
+         id="path112210"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       id="DiamondL"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:stockid="DiamondL">
+      <path
+         transform="scale(0.8,0.8)"
+         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"
+         d="M 0,-7.0710768 -7.0710894,0 0,7.0710589 7.0710462,0 0,-7.0710768 Z"
+         id="path4404"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <linearGradient
+       id="linearGradient112200">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop112202" />
+      <stop
+         style="stop-color:#e27979;stop-opacity:1"
+         offset="1"
+         id="stop112204" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient11516">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0"
+         id="stop11518" />
+      <stop
+         style="stop-color:#a090e7;stop-opacity:1"
+         offset="1"
+         id="stop11520" />
+    </linearGradient>
+    <marker
+       style="overflow:visible"
+       id="Arrow2Lstart"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:stockid="Arrow2Lstart">
+      <path
+         transform="matrix(1.1,0,0,1.1,1.1,0)"
+         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+         style="font-size:12px;fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"
+         id="path6743"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <inkscape:perspective
+       id="perspective112192"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective9300"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective9574"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective9882"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective10244"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10356"
+       id="linearGradient10362"
+       x1="407.48032"
+       y1="968.17322"
+       x2="669.66156"
+       y2="968.17322"
+       gradientUnits="userSpaceOnUse" />
+    <inkscape:perspective
+       id="perspective5379"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective5446"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective7010"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <marker
+       id="marker18095-5"
+       orient="auto"
+       markerHeight="5.7450776"
+       markerWidth="4.6297302">
+      <g
+         id="g11064-2"
+         transform="matrix(0.5,0,0,0.5,-185.64298,-257.19655)">
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="csccccccsccssssssssssssssccc"
+           id="path11050-5"
+           d="m 370,508.65625 c -0.86067,0.0587 -1.60944,0.6213 -1.90625,1.4375 -0.26976,0.74176 -0.0577,1.53493 0.4375,2.125 l -1.75,0 c -0.0424,-0.005 -0.0824,0.002 -0.125,0 l 0,4.375 0.125,0 1.75,0 c -0.67896,0.8597 -0.69701,2.11549 0.0937,2.90625 0.85091,0.85091 2.27409,0.85091 3.125,0 l 3.34375,-3.375 c 0.033,-0.0295 0.0643,-0.0608 0.0937,-0.0937 0.0322,-0.0193 0.0635,-0.0402 0.0937,-0.0625 3.7e-4,-3.6e-4 0.21851,-0.28079 0.21875,-0.28125 5e-5,-9e-5 -0.007,-0.0447 0,-0.0625 0.001,-0.003 0.03,0.003 0.0312,0 0.0391,-0.0521 0.051,-0.0518 0.0937,-0.125 0.13699,-0.23476 0.16684,-0.37191 0.15625,-0.34375 0.0368,-0.0915 0.0185,-0.11251 0.0312,-0.15625 0.0106,-0.0102 0.021,-0.0206 0.0312,-0.0312 0.06,-0.22398 0.0881,-0.51689 0.0625,-0.78125 -0.0136,-0.20363 -0.0589,-0.29765 -0.0625,-0.3125 1.4e-4,-0.0104 1.4e-4,-0.0208 0,-0.0312 0.026,0.097 0.0153,0.016 -0.0937,-0.25 -0.0525,-0.13039 -0.0899,-0.21936 -0.125,-0.28125 -0.0524,-0.0897 -0.13346,-0.26235 -0.34375,-0.46875 L 371.75,509.3125 c -0.45645,-0.48671 -1.08509,-0.71163 -1.75,-0.65625 z"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" />
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="cccscccsssssssscccsccc"
+           id="path11035-0"
+           d="m 366.65625,515.40625 4.625,0 -1.8125,1.8125 c -0.39695,0.39695 -0.39695,1.04055 0,1.4375 0.39695,0.39695 1.04055,0.39695 1.4375,0 l 3.4375,-3.46875 0.0937,-0.0625 c 0.006,-0.006 -0.006,-0.0253 0,-0.0312 0.0554,-0.0572 0.1151,-0.11699 0.15625,-0.1875 0.0286,-0.0491 0.0429,-0.10409 0.0625,-0.15625 0.0124,-0.0307 0.0221,-0.0622 0.0312,-0.0937 0.0311,-0.1161 0.0427,-0.22493 0.0312,-0.34375 -0.004,-0.0578 -0.0174,-0.0996 -0.0312,-0.15625 -0.0109,-0.0407 -0.0151,-0.0857 -0.0312,-0.125 -0.0164,-0.0408 -0.0405,-0.0862 -0.0625,-0.125 -0.0455,-0.0779 -0.0936,-0.15726 -0.15625,-0.21875 l -3.53125,-3.53125 c -0.20891,-0.22276 -0.50816,-0.33785 -0.8125,-0.3125 -0.39478,0.0269 -0.73977,0.28438 -0.875,0.65625 -0.13524,0.37187 -0.0353,0.78826 0.25,1.0625 l 1.875,1.84375 -4.6875,0"
+           style="fill:#49c2f1;fill-opacity:1;fill-rule:evenodd;stroke:none" />
+      </g>
+    </marker>
+    <marker
+       id="marker18095-2"
+       orient="auto"
+       markerHeight="5.7450776"
+       markerWidth="4.6297302">
+      <g
+         id="g11064-9"
+         transform="matrix(0.5,0,0,0.5,-185.64298,-257.19655)">
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="csccccccsccssssssssssssssccc"
+           id="path11050-0"
+           d="m 370,508.65625 c -0.86067,0.0587 -1.60944,0.6213 -1.90625,1.4375 -0.26976,0.74176 -0.0577,1.53493 0.4375,2.125 l -1.75,0 c -0.0424,-0.005 -0.0824,0.002 -0.125,0 l 0,4.375 0.125,0 1.75,0 c -0.67896,0.8597 -0.69701,2.11549 0.0937,2.90625 0.85091,0.85091 2.27409,0.85091 3.125,0 l 3.34375,-3.375 c 0.033,-0.0295 0.0643,-0.0608 0.0937,-0.0937 0.0322,-0.0193 0.0635,-0.0402 0.0937,-0.0625 3.7e-4,-3.6e-4 0.21851,-0.28079 0.21875,-0.28125 5e-5,-9e-5 -0.007,-0.0447 0,-0.0625 0.001,-0.003 0.03,0.003 0.0312,0 0.0391,-0.0521 0.051,-0.0518 0.0937,-0.125 0.13699,-0.23476 0.16684,-0.37191 0.15625,-0.34375 0.0368,-0.0915 0.0185,-0.11251 0.0312,-0.15625 0.0106,-0.0102 0.021,-0.0206 0.0312,-0.0312 0.06,-0.22398 0.0881,-0.51689 0.0625,-0.78125 -0.0136,-0.20363 -0.0589,-0.29765 -0.0625,-0.3125 1.4e-4,-0.0104 1.4e-4,-0.0208 0,-0.0312 0.026,0.097 0.0153,0.016 -0.0937,-0.25 -0.0525,-0.13039 -0.0899,-0.21936 -0.125,-0.28125 -0.0524,-0.0897 -0.13346,-0.26235 -0.34375,-0.46875 L 371.75,509.3125 c -0.45645,-0.48671 -1.08509,-0.71163 -1.75,-0.65625 z"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" />
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="cccscccsssssssscccsccc"
+           id="path11035-07"
+           d="m 366.65625,515.40625 4.625,0 -1.8125,1.8125 c -0.39695,0.39695 -0.39695,1.04055 0,1.4375 0.39695,0.39695 1.04055,0.39695 1.4375,0 l 3.4375,-3.46875 0.0937,-0.0625 c 0.006,-0.006 -0.006,-0.0253 0,-0.0312 0.0554,-0.0572 0.1151,-0.11699 0.15625,-0.1875 0.0286,-0.0491 0.0429,-0.10409 0.0625,-0.15625 0.0124,-0.0307 0.0221,-0.0622 0.0312,-0.0937 0.0311,-0.1161 0.0427,-0.22493 0.0312,-0.34375 -0.004,-0.0578 -0.0174,-0.0996 -0.0312,-0.15625 -0.0109,-0.0407 -0.0151,-0.0857 -0.0312,-0.125 -0.0164,-0.0408 -0.0405,-0.0862 -0.0625,-0.125 -0.0455,-0.0779 -0.0936,-0.15726 -0.15625,-0.21875 l -3.53125,-3.53125 c -0.20891,-0.22276 -0.50816,-0.33785 -0.8125,-0.3125 -0.39478,0.0269 -0.73977,0.28438 -0.875,0.65625 -0.13524,0.37187 -0.0353,0.78826 0.25,1.0625 l 1.875,1.84375 -4.6875,0"
+           style="fill:#49c2f1;fill-opacity:1;fill-rule:evenodd;stroke:none" />
+      </g>
+    </marker>
+    <marker
+       id="marker18095-4"
+       orient="auto"
+       markerHeight="5.7450776"
+       markerWidth="4.6297302">
+      <g
+         id="g11064-5"
+         transform="matrix(0.5,0,0,0.5,-185.64298,-257.19655)">
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="csccccccsccssssssssssssssccc"
+           id="path11050-2"
+           d="m 370,508.65625 c -0.86067,0.0587 -1.60944,0.6213 -1.90625,1.4375 -0.26976,0.74176 -0.0577,1.53493 0.4375,2.125 l -1.75,0 c -0.0424,-0.005 -0.0824,0.002 -0.125,0 l 0,4.375 0.125,0 1.75,0 c -0.67896,0.8597 -0.69701,2.11549 0.0937,2.90625 0.85091,0.85091 2.27409,0.85091 3.125,0 l 3.34375,-3.375 c 0.033,-0.0295 0.0643,-0.0608 0.0937,-0.0937 0.0322,-0.0193 0.0635,-0.0402 0.0937,-0.0625 3.7e-4,-3.6e-4 0.21851,-0.28079 0.21875,-0.28125 5e-5,-9e-5 -0.007,-0.0447 0,-0.0625 0.001,-0.003 0.03,0.003 0.0312,0 0.0391,-0.0521 0.051,-0.0518 0.0937,-0.125 0.13699,-0.23476 0.16684,-0.37191 0.15625,-0.34375 0.0368,-0.0915 0.0185,-0.11251 0.0312,-0.15625 0.0106,-0.0102 0.021,-0.0206 0.0312,-0.0312 0.06,-0.22398 0.0881,-0.51689 0.0625,-0.78125 -0.0136,-0.20363 -0.0589,-0.29765 -0.0625,-0.3125 1.4e-4,-0.0104 1.4e-4,-0.0208 0,-0.0312 0.026,0.097 0.0153,0.016 -0.0937,-0.25 -0.0525,-0.13039 -0.0899,-0.21936 -0.125,-0.28125 -0.0524,-0.0897 -0.13346,-0.26235 -0.34375,-0.46875 L 371.75,509.3125 c -0.45645,-0.48671 -1.08509,-0.71163 -1.75,-0.65625 z"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" />
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="cccscccsssssssscccsccc"
+           id="path11035-6"
+           d="m 366.65625,515.40625 4.625,0 -1.8125,1.8125 c -0.39695,0.39695 -0.39695,1.04055 0,1.4375 0.39695,0.39695 1.04055,0.39695 1.4375,0 l 3.4375,-3.46875 0.0937,-0.0625 c 0.006,-0.006 -0.006,-0.0253 0,-0.0312 0.0554,-0.0572 0.1151,-0.11699 0.15625,-0.1875 0.0286,-0.0491 0.0429,-0.10409 0.0625,-0.15625 0.0124,-0.0307 0.0221,-0.0622 0.0312,-0.0937 0.0311,-0.1161 0.0427,-0.22493 0.0312,-0.34375 -0.004,-0.0578 -0.0174,-0.0996 -0.0312,-0.15625 -0.0109,-0.0407 -0.0151,-0.0857 -0.0312,-0.125 -0.0164,-0.0408 -0.0405,-0.0862 -0.0625,-0.125 -0.0455,-0.0779 -0.0936,-0.15726 -0.15625,-0.21875 l -3.53125,-3.53125 c -0.20891,-0.22276 -0.50816,-0.33785 -0.8125,-0.3125 -0.39478,0.0269 -0.73977,0.28438 -0.875,0.65625 -0.13524,0.37187 -0.0353,0.78826 0.25,1.0625 l 1.875,1.84375 -4.6875,0"
+           style="fill:#49c2f1;fill-opacity:1;fill-rule:evenodd;stroke:none" />
+      </g>
+    </marker>
+    <marker
+       style="overflow:visible"
+       id="DotSu-3"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:stockid="DotSu">
+      <path
+         inkscape:connector-curvature="0"
+         transform="matrix(0.2,0,0,0.2,1.48,0.2)"
+         style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none;marker-end:none"
+         d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"
+         id="path9463-7" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       id="DotSu8"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:stockid="DotSu8">
+      <path
+         transform="matrix(0.2,0,0,0.2,1.48,0.2)"
+         style="fill:#f39300;fill-rule:evenodd;stroke:#f39300;stroke-width:1pt;marker-start:none;marker-end:none"
+         d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"
+         id="path6738"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       id="marker18095-3"
+       orient="auto"
+       markerHeight="5.7450776"
+       markerWidth="4.6297302">
+      <g
+         id="g11064-8"
+         transform="matrix(0.5,0,0,0.5,-185.64298,-257.19655)">
+        <path
+           sodipodi:nodetypes="csccccccsccssssssssssssssccc"
+           id="path11050-7"
+           d="m 370,508.65625 c -0.86067,0.0587 -1.60944,0.6213 -1.90625,1.4375 -0.26976,0.74176 -0.0577,1.53493 0.4375,2.125 l -1.75,0 c -0.0424,-0.005 -0.0824,0.002 -0.125,0 l 0,4.375 0.125,0 1.75,0 c -0.67896,0.8597 -0.69701,2.11549 0.0937,2.90625 0.85091,0.85091 2.27409,0.85091 3.125,0 l 3.34375,-3.375 c 0.033,-0.0295 0.0643,-0.0608 0.0937,-0.0937 0.0322,-0.0193 0.0635,-0.0402 0.0937,-0.0625 3.7e-4,-3.6e-4 0.21851,-0.28079 0.21875,-0.28125 5e-5,-9e-5 -0.007,-0.0447 0,-0.0625 0.001,-0.003 0.03,0.003 0.0312,0 0.0391,-0.0521 0.051,-0.0518 0.0937,-0.125 0.13699,-0.23476 0.16684,-0.37191 0.15625,-0.34375 0.0368,-0.0915 0.0185,-0.11251 0.0312,-0.15625 0.0106,-0.0102 0.021,-0.0206 0.0312,-0.0312 0.06,-0.22398 0.0881,-0.51689 0.0625,-0.78125 -0.0136,-0.20363 -0.0589,-0.29765 -0.0625,-0.3125 1.4e-4,-0.0104 1.4e-4,-0.0208 0,-0.0312 0.026,0.097 0.0153,0.016 -0.0937,-0.25 -0.0525,-0.13039 -0.0899,-0.21936 -0.125,-0.28125 -0.0524,-0.0897 -0.13346,-0.26235 -0.34375,-0.46875 L 371.75,509.3125 c -0.45645,-0.48671 -1.08509,-0.71163 -1.75,-0.65625 z"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
+           inkscape:connector-curvature="0" />
+        <path
+           sodipodi:nodetypes="cccscccsssssssscccsccc"
+           id="path11035-7"
+           d="m 366.65625,515.40625 4.625,0 -1.8125,1.8125 c -0.39695,0.39695 -0.39695,1.04055 0,1.4375 0.39695,0.39695 1.04055,0.39695 1.4375,0 l 3.4375,-3.46875 0.0937,-0.0625 c 0.006,-0.006 -0.006,-0.0253 0,-0.0312 0.0554,-0.0572 0.1151,-0.11699 0.15625,-0.1875 0.0286,-0.0491 0.0429,-0.10409 0.0625,-0.15625 0.0124,-0.0307 0.0221,-0.0622 0.0312,-0.0937 0.0311,-0.1161 0.0427,-0.22493 0.0312,-0.34375 -0.004,-0.0578 -0.0174,-0.0996 -0.0312,-0.15625 -0.0109,-0.0407 -0.0151,-0.0857 -0.0312,-0.125 -0.0164,-0.0408 -0.0405,-0.0862 -0.0625,-0.125 -0.0455,-0.0779 -0.0936,-0.15726 -0.15625,-0.21875 l -3.53125,-3.53125 c -0.20891,-0.22276 -0.50816,-0.33785 -0.8125,-0.3125 -0.39478,0.0269 -0.73977,0.28438 -0.875,0.65625 -0.13524,0.37187 -0.0353,0.78826 0.25,1.0625 l 1.875,1.84375 -4.6875,0"
+           style="fill:#49c2f1;fill-opacity:1;fill-rule:evenodd;stroke:none"
+           inkscape:connector-curvature="0" />
+      </g>
+    </marker>
+    <marker
+       id="marker18095-31"
+       orient="auto"
+       markerHeight="5.7450776"
+       markerWidth="4.6297302">
+      <g
+         id="g11064-4"
+         transform="matrix(0.5,0,0,0.5,-185.64298,-257.19655)">
+        <path
+           sodipodi:nodetypes="csccccccsccssssssssssssssccc"
+           id="path11050-6"
+           d="m 370,508.65625 c -0.86067,0.0587 -1.60944,0.6213 -1.90625,1.4375 -0.26976,0.74176 -0.0577,1.53493 0.4375,2.125 l -1.75,0 c -0.0424,-0.005 -0.0824,0.002 -0.125,0 l 0,4.375 0.125,0 1.75,0 c -0.67896,0.8597 -0.69701,2.11549 0.0937,2.90625 0.85091,0.85091 2.27409,0.85091 3.125,0 l 3.34375,-3.375 c 0.033,-0.0295 0.0643,-0.0608 0.0937,-0.0937 0.0322,-0.0193 0.0635,-0.0402 0.0937,-0.0625 3.7e-4,-3.6e-4 0.21851,-0.28079 0.21875,-0.28125 5e-5,-9e-5 -0.007,-0.0447 0,-0.0625 0.001,-0.003 0.03,0.003 0.0312,0 0.0391,-0.0521 0.051,-0.0518 0.0937,-0.125 0.13699,-0.23476 0.16684,-0.37191 0.15625,-0.34375 0.0368,-0.0915 0.0185,-0.11251 0.0312,-0.15625 0.0106,-0.0102 0.021,-0.0206 0.0312,-0.0312 0.06,-0.22398 0.0881,-0.51689 0.0625,-0.78125 -0.0136,-0.20363 -0.0589,-0.29765 -0.0625,-0.3125 1.4e-4,-0.0104 1.4e-4,-0.0208 0,-0.0312 0.026,0.097 0.0153,0.016 -0.0937,-0.25 -0.0525,-0.13039 -0.0899,-0.21936 -0.125,-0.28125 -0.0524,-0.0897 -0.13346,-0.26235 -0.34375,-0.46875 L 371.75,509.3125 c -0.45645,-0.48671 -1.08509,-0.71163 -1.75,-0.65625 z"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
+           inkscape:connector-curvature="0" />
+        <path
+           sodipodi:nodetypes="cccscccsssssssscccsccc"
+           id="path11035-3"
+           d="m 366.65625,515.40625 4.625,0 -1.8125,1.8125 c -0.39695,0.39695 -0.39695,1.04055 0,1.4375 0.39695,0.39695 1.04055,0.39695 1.4375,0 l 3.4375,-3.46875 0.0937,-0.0625 c 0.006,-0.006 -0.006,-0.0253 0,-0.0312 0.0554,-0.0572 0.1151,-0.11699 0.15625,-0.1875 0.0286,-0.0491 0.0429,-0.10409 0.0625,-0.15625 0.0124,-0.0307 0.0221,-0.0622 0.0312,-0.0937 0.0311,-0.1161 0.0427,-0.22493 0.0312,-0.34375 -0.004,-0.0578 -0.0174,-0.0996 -0.0312,-0.15625 -0.0109,-0.0407 -0.0151,-0.0857 -0.0312,-0.125 -0.0164,-0.0408 -0.0405,-0.0862 -0.0625,-0.125 -0.0455,-0.0779 -0.0936,-0.15726 -0.15625,-0.21875 l -3.53125,-3.53125 c -0.20891,-0.22276 -0.50816,-0.33785 -0.8125,-0.3125 -0.39478,0.0269 -0.73977,0.28438 -0.875,0.65625 -0.13524,0.37187 -0.0353,0.78826 0.25,1.0625 l 1.875,1.84375 -4.6875,0"
+           style="fill:#49c2f1;fill-opacity:1;fill-rule:evenodd;stroke:none"
+           inkscape:connector-curvature="0" />
+      </g>
+    </marker>
+    <marker
+       id="marker18095-56"
+       orient="auto"
+       markerHeight="5.7450776"
+       markerWidth="4.6297302">
+      <g
+         id="g11064-22"
+         transform="matrix(0.5,0,0,0.5,-185.64298,-257.19655)">
+        <path
+           sodipodi:nodetypes="csccccccsccssssssssssssssccc"
+           id="path11050-67"
+           d="m 370,508.65625 c -0.86067,0.0587 -1.60944,0.6213 -1.90625,1.4375 -0.26976,0.74176 -0.0577,1.53493 0.4375,2.125 l -1.75,0 c -0.0424,-0.005 -0.0824,0.002 -0.125,0 l 0,4.375 0.125,0 1.75,0 c -0.67896,0.8597 -0.69701,2.11549 0.0937,2.90625 0.85091,0.85091 2.27409,0.85091 3.125,0 l 3.34375,-3.375 c 0.033,-0.0295 0.0643,-0.0608 0.0937,-0.0937 0.0322,-0.0193 0.0635,-0.0402 0.0937,-0.0625 3.7e-4,-3.6e-4 0.21851,-0.28079 0.21875,-0.28125 5e-5,-9e-5 -0.007,-0.0447 0,-0.0625 0.001,-0.003 0.03,0.003 0.0312,0 0.0391,-0.0521 0.051,-0.0518 0.0937,-0.125 0.13699,-0.23476 0.16684,-0.37191 0.15625,-0.34375 0.0368,-0.0915 0.0185,-0.11251 0.0312,-0.15625 0.0106,-0.0102 0.021,-0.0206 0.0312,-0.0312 0.06,-0.22398 0.0881,-0.51689 0.0625,-0.78125 -0.0136,-0.20363 -0.0589,-0.29765 -0.0625,-0.3125 1.4e-4,-0.0104 1.4e-4,-0.0208 0,-0.0312 0.026,0.097 0.0153,0.016 -0.0937,-0.25 -0.0525,-0.13039 -0.0899,-0.21936 -0.125,-0.28125 -0.0524,-0.0897 -0.13346,-0.26235 -0.34375,-0.46875 L 371.75,509.3125 c -0.45645,-0.48671 -1.08509,-0.71163 -1.75,-0.65625 z"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
+           inkscape:connector-curvature="0" />
+        <path
+           sodipodi:nodetypes="cccscccsssssssscccsccc"
+           id="path11035-5"
+           d="m 366.65625,515.40625 4.625,0 -1.8125,1.8125 c -0.39695,0.39695 -0.39695,1.04055 0,1.4375 0.39695,0.39695 1.04055,0.39695 1.4375,0 l 3.4375,-3.46875 0.0937,-0.0625 c 0.006,-0.006 -0.006,-0.0253 0,-0.0312 0.0554,-0.0572 0.1151,-0.11699 0.15625,-0.1875 0.0286,-0.0491 0.0429,-0.10409 0.0625,-0.15625 0.0124,-0.0307 0.0221,-0.0622 0.0312,-0.0937 0.0311,-0.1161 0.0427,-0.22493 0.0312,-0.34375 -0.004,-0.0578 -0.0174,-0.0996 -0.0312,-0.15625 -0.0109,-0.0407 -0.0151,-0.0857 -0.0312,-0.125 -0.0164,-0.0408 -0.0405,-0.0862 -0.0625,-0.125 -0.0455,-0.0779 -0.0936,-0.15726 -0.15625,-0.21875 l -3.53125,-3.53125 c -0.20891,-0.22276 -0.50816,-0.33785 -0.8125,-0.3125 -0.39478,0.0269 -0.73977,0.28438 -0.875,0.65625 -0.13524,0.37187 -0.0353,0.78826 0.25,1.0625 l 1.875,1.84375 -4.6875,0"
+           style="fill:#49c2f1;fill-opacity:1;fill-rule:evenodd;stroke:none"
+           inkscape:connector-curvature="0" />
+      </g>
+    </marker>
+    <marker
+       style="overflow:visible"
+       id="DotSu-8"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:stockid="DotSu">
+      <path
+         transform="matrix(0.2,0,0,0.2,1.48,0.2)"
+         style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none;marker-end:none"
+         d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"
+         id="path9463-3"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       id="DotSu-1"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:stockid="DotSu">
+      <path
+         transform="matrix(0.2,0,0,0.2,1.48,0.2)"
+         style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none;marker-end:none"
+         d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"
+         id="path9463-8"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       id="DotSu8-6"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:stockid="DotSu8">
+      <path
+         transform="matrix(0.2,0,0,0.2,1.48,0.2)"
+         style="fill:#f39300;fill-rule:evenodd;stroke:#f39300;stroke-width:1pt;marker-start:none;marker-end:none"
+         d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"
+         id="path6738-5"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       id="DotSu8-9"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:stockid="DotSu8">
+      <path
+         transform="matrix(0.2,0,0,0.2,1.48,0.2)"
+         style="fill:#f39300;fill-rule:evenodd;stroke:#f39300;stroke-width:1pt;marker-start:none;marker-end:none"
+         d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"
+         id="path6738-52"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       id="DotSu8-65"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:stockid="DotSu8">
+      <path
+         transform="matrix(0.2,0,0,0.2,1.48,0.2)"
+         style="fill:#f39300;fill-rule:evenodd;stroke:#f39300;stroke-width:1pt;marker-start:none;marker-end:none"
+         d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"
+         id="path6738-55"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       id="DotSu8I"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:stockid="DotSu8I">
+      <path
+         transform="matrix(0.2,0,0,0.2,1.48,0.2)"
+         style="fill:#d9d9cd;fill-rule:evenodd;stroke:#d9d9cd;stroke-width:1pt;marker-start:none;marker-end:none"
+         d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"
+         id="path10009"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       id="DotSu-11"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:stockid="DotSu">
+      <path
+         inkscape:connector-curvature="0"
+         transform="matrix(0.2,0,0,0.2,1.48,0.2)"
+         style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none;marker-end:none"
+         d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"
+         id="path9463-9" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       id="DotSu8-8"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:stockid="DotSu8">
+      <path
+         inkscape:connector-curvature="0"
+         transform="matrix(0.2,0,0,0.2,1.48,0.2)"
+         style="fill:#f39300;fill-rule:evenodd;stroke:#f39300;stroke-width:1pt;marker-start:none;marker-end:none"
+         d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"
+         id="path6738-551" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       id="DotSu8-1"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:stockid="DotSu8">
+      <path
+         inkscape:connector-curvature="0"
+         transform="matrix(0.2,0,0,0.2,1.48,0.2)"
+         style="fill:#f39300;fill-rule:evenodd;stroke:#f39300;stroke-width:1pt;marker-start:none;marker-end:none"
+         d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"
+         id="path6738-9" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       id="DotSu-4"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:stockid="DotSu">
+      <path
+         inkscape:connector-curvature="0"
+         transform="matrix(0.2,0,0,0.2,1.48,0.2)"
+         style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none;marker-end:none"
+         d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"
+         id="path9463-97" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       id="DotSu-32"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:stockid="DotSu">
+      <path
+         inkscape:connector-curvature="0"
+         transform="matrix(0.2,0,0,0.2,1.48,0.2)"
+         style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none;marker-end:none"
+         d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"
+         id="path9463-4" />
+    </marker>
+  </defs>
+  <metadata
+     id="metadata2480">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     id="layer1"
+     inkscape:groupmode="layer"
+     inkscape:label="Layer 1"
+     style="display:inline"
+     transform="translate(0,-797.24415)">
+    <flowRoot
+       style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12px;font-family:'Helvetica Rounded LT Std';-inkscape-font-specification:'Helvetica Rounded LT Std Bold';fill:#000000;fill-opacity:1;stroke:none"
+       id="flowRoot2485"
+       xml:space="preserve"
+       transform="matrix(1.4955348,0,0,1.4955348,211.25244,640.32867)"><flowRegion
+         id="flowRegion2487"><rect
+           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Helvetica Rounded LT Std';-inkscape-font-specification:'Helvetica Rounded LT Std Bold'"
+           y="238.07646"
+           x="262.85715"
+           height="120"
+           width="184.28572"
+           id="rect2489" /></flowRegion><flowPara
+         id="flowPara2491" /></flowRoot>    <g
+       transform="matrix(1.4955348,0,0,1.4955348,205.91123,675.04645)"
+       id="g3178" />
+    <flowRoot
+       style="font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;font-size:12px;font-family:'Helvetica LT Std';-inkscape-font-specification:'Helvetica LT Std Light';fill:#000000;fill-opacity:1;stroke:none"
+       id="flowRoot8724"
+       xml:space="preserve"
+       transform="matrix(1.4955348,0,0,1.4955348,211.25244,640.32867)"><flowRegion
+         id="flowRegion8726"><rect
+           style="font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;font-family:'Helvetica LT Std';-inkscape-font-specification:'Helvetica LT Std Light'"
+           y="752.14441"
+           x="39.286312"
+           height="22.868153"
+           width="29.904507"
+           id="rect8728" /></flowRegion><flowPara
+         id="flowPara8730" /></flowRoot>    <g
+       transform="matrix(0.7477674,0,0,0.7477674,365.80546,641.51624)"
+       id="g18053" />
+    <flowRoot
+       xml:space="preserve"
+       style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12px;line-height:125%;font-family:'Helvetica Rounded LT Std';-inkscape-font-specification:'Helvetica Rounded LT Std Bold';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none"
+       id="flowRoot6905"
+       transform="matrix(1.4955348,0,0,1.4955348,-57.81762,15.675295)"><flowRegion
+         id="flowRegion6907"><use
+           transform="translate(1.467046,-91.03536)"
+           x="0"
+           y="0"
+           xlink:href="#rect4654"
+           id="use6909"
+           width="744.09448"
+           height="1052.3622" /></flowRegion><flowPara
+         id="flowPara6911">VariableOwner</flowPara></flowRoot>    <flowRoot
+       xml:space="preserve"
+       style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12px;line-height:125%;font-family:'Helvetica Rounded LT Std';-inkscape-font-specification:'Helvetica Rounded LT Std Bold';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none"
+       id="flowRoot6913"
+       transform="matrix(1.4955348,0,0,1.4955348,-465.14676,-540.33631)"><flowRegion
+         id="flowRegion6915"><use
+           transform="translate(1.467046,-91.03536)"
+           x="0"
+           y="0"
+           xlink:href="#rect4654"
+           id="use6917"
+           width="744.09448"
+           height="1052.3622" /></flowRegion><flowPara
+         id="flowPara6919">VariableOwner</flowPara></flowRoot>    <flowRoot
+       xml:space="preserve"
+       style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12px;line-height:125%;font-family:'Helvetica Rounded LT Std';-inkscape-font-specification:'Helvetica Rounded LT Std Bold';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#49c2f1;fill-opacity:1;stroke:none"
+       id="flowRoot80522"
+       transform="matrix(1.4955348,0,0,1.4955348,721.15172,737.07377)"><flowRegion
+         id="flowRegion80524"><use
+           transform="translate(1.467046,-91.03536)"
+           x="0"
+           y="0"
+           xlink:href="#rect4654"
+           id="use80526"
+           width="744.09448"
+           height="1052.3622" /></flowRegion><flowPara
+         id="flowPara80528">1</flowPara></flowRoot>    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4408-7-5-2"
+       width="283.46457"
+       height="94.433914"
+       x="3.5433071"
+       y="954.38507" />
+    <text
+       xml:space="preserve"
+       style="font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;font-size:10px;line-height:100%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Light';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       x="7.0866041"
+       y="966.78357"
+       id="text4227-4-5"
+       sodipodi:linespacing="100%"><tspan
+         sodipodi:role="line"
+         id="tspan4229-0-6"
+         x="7.0866041"
+         y="966.78357">SERVER-SIDE</tspan></text>
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4408-7-5-2-6"
+       width="283.46457"
+       height="141.73232"
+       x="3.5433071"
+       y="800.78748" />
+    <text
+       xml:space="preserve"
+       style="font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;font-size:10px;line-height:100%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Light';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       x="7.0866117"
+       y="812.91235"
+       id="text4227-4-5-1"
+       sodipodi:linespacing="100%"><tspan
+         sodipodi:role="line"
+         id="tspan4229-0-6-2"
+         x="7.0866117"
+         y="812.91235">CLIENT-SIDE</tspan></text>
+    <g
+       id="g6550"
+       transform="translate(-3.5433072,832.67722)">
+      <rect
+         y="180.70863"
+         x="17.716536"
+         height="28.346462"
+         width="60.236221"
+         id="rect4408-7-5-0-9-5-1-8"
+         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#00b4f0;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+      <text
+         sodipodi:linespacing="100%"
+         id="text4227-4-2-7-8-3-2"
+         y="193.18686"
+         x="47.808865"
+         style="font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;font-size:7.5px;line-height:100%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Light';text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         xml:space="preserve"><tspan
+           y="193.18686"
+           x="47.808865"
+           sodipodi:role="line"
+           id="tspan4580">BUILT-IN</tspan><tspan
+           y="200.68686"
+           x="47.808865"
+           sodipodi:role="line"
+           id="tspan4584">COMPONENT</tspan></text>
+    </g>
+    <g
+       id="g6538"
+       transform="translate(63.779527,800.78745)">
+      <rect
+         y="212.5984"
+         x="17.716536"
+         height="28.346462"
+         width="60.236221"
+         id="rect4408-7-5-0-9-5-1-8-4"
+         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#e61e6d;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+      <text
+         sodipodi:linespacing="100%"
+         id="text4227-4-2-7-8-3-2-4"
+         y="225.07663"
+         x="47.808865"
+         style="font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;font-size:7.5px;line-height:100%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Light';text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         xml:space="preserve"><tspan
+           y="225.07663"
+           x="47.808865"
+           sodipodi:role="line"
+           id="tspan4580-2">ADD-ON</tspan><tspan
+           y="232.57663"
+           x="47.808865"
+           sodipodi:role="line"
+           id="tspan4584-8">COMPONENT</tspan></text>
+    </g>
+    <g
+       id="g4435-4"
+       transform="translate(125.7874,807.87409)">
+      <g
+         id="g4462-8-7-43-4-9-0-8-8"
+         transform="translate(-21.259843,-637.79531)">
+        <rect
+           style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ff3a49;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+           id="rect4408-7-5-0-9-5-1-8-1"
+           width="60.236221"
+           height="28.346436"
+           x="44.291336"
+           y="843.30707" />
+      </g>
+      <text
+         sodipodi:linespacing="100%"
+         id="text4227-4-2-7-8-3-2-9"
+         y="217.98999"
+         x="53.123821"
+         style="font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;font-size:7.5px;line-height:100%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Light';text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         xml:space="preserve"><tspan
+           y="217.98999"
+           x="53.123821"
+           sodipodi:role="line"
+           id="tspan4580-9">CUSTOM</tspan><tspan
+           y="225.48999"
+           x="53.123821"
+           sodipodi:role="line"
+           id="tspan4584-1">COMPONENT</tspan></text>
+    </g>
+    <g
+       style="display:inline"
+       id="g6550-9"
+       transform="translate(-3.5433072,641.06505)">
+      <rect
+         y="180.70863"
+         x="17.716536"
+         height="28.34646"
+         width="60.236221"
+         id="rect4408-7-5-0-9-5-1-8-9"
+         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#00b4f0;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+      <text
+         sodipodi:linespacing="100%"
+         id="text4227-4-2-7-8-3-2-5"
+         y="193.18686"
+         x="47.808865"
+         style="font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;font-size:7.5px;line-height:100%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Light';text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         xml:space="preserve"><tspan
+           y="193.18686"
+           x="47.808865"
+           sodipodi:role="line"
+           id="tspan4580-7">BUILT-IN</tspan><tspan
+           y="200.68686"
+           x="47.808865"
+           sodipodi:role="line"
+           id="tspan4584-3">WIDGET</tspan></text>
+    </g>
+    <g
+       style="display:inline"
+       id="g6538-2"
+       transform="translate(63.779527,609.17528)">
+      <rect
+         y="212.5984"
+         x="17.716536"
+         height="28.346458"
+         width="60.236221"
+         id="rect4408-7-5-0-9-5-1-8-4-2"
+         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#e61e6d;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+      <text
+         sodipodi:linespacing="100%"
+         id="text4227-4-2-7-8-3-2-4-4"
+         y="225.07663"
+         x="47.808865"
+         style="font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;font-size:7.5px;line-height:100%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Light';text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         xml:space="preserve"><tspan
+           y="225.07663"
+           x="47.808865"
+           sodipodi:role="line"
+           id="tspan4580-2-5">ADD-ON</tspan><tspan
+           y="232.57663"
+           x="47.808865"
+           sodipodi:role="line"
+           id="tspan4584-8-7">WIDGET</tspan></text>
+    </g>
+    <g
+       style="display:inline"
+       id="g4435-4-4"
+       transform="translate(125.7874,616.26193)">
+      <g
+         id="g4462-8-7-43-4-9-0-8-8-9"
+         transform="translate(-21.259843,-637.79531)">
+        <rect
+           style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ff3a49;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+           id="rect4408-7-5-0-9-5-1-8-1-0"
+           width="60.236221"
+           height="28.346455"
+           x="44.29134"
+           y="843.30707" />
+      </g>
+      <text
+         sodipodi:linespacing="100%"
+         id="text4227-4-2-7-8-3-2-9-1"
+         y="217.98999"
+         x="53.123821"
+         style="font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;font-size:7.5px;line-height:100%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Light';text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         xml:space="preserve"><tspan
+           y="217.98999"
+           x="53.123821"
+           sodipodi:role="line"
+           id="tspan4580-9-7">CUSTOM</tspan><tspan
+           y="225.48999"
+           x="53.123821"
+           sodipodi:role="line"
+           id="tspan4584-1-3">WIDGET</tspan></text>
+    </g>
+    <g
+       style="display:inline"
+       id="g4435-4-4-2"
+       transform="translate(193.11024,616.26193)">
+      <g
+         id="g4462-8-7-43-4-9-0-8-8-9-3"
+         transform="translate(-21.259843,-637.79531)">
+        <rect
+           style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#33383a;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+           id="rect4408-7-5-0-9-5-1-8-1-0-1"
+           width="60.236221"
+           height="28.346455"
+           x="44.29134"
+           y="843.30707" />
+      </g>
+      <text
+         sodipodi:linespacing="100%"
+         id="text4227-4-2-7-8-3-2-9-1-6"
+         y="217.98999"
+         x="53.123821"
+         style="font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;font-size:7.5px;line-height:100%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Light';text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         xml:space="preserve"><tspan
+           y="217.98999"
+           x="53.123821"
+           sodipodi:role="line"
+           id="tspan4584-1-3-4">JAVASCRIPT</tspan><tspan
+           y="225.48999"
+           x="53.123821"
+           sodipodi:role="line"
+           id="tspan5760">LIBRARY</tspan></text>
+    </g>
+    <g
+       style="display:inline"
+       id="g6550-9-4"
+       transform="translate(-3.5433072,680.04143)">
+      <rect
+         y="180.70863"
+         x="17.716536"
+         height="28.34646"
+         width="60.236221"
+         id="rect4408-7-5-0-9-5-1-8-9-2"
+         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#00b4f0;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+      <text
+         sodipodi:linespacing="100%"
+         id="text4227-4-2-7-8-3-2-5-8"
+         y="193.74936"
+         x="47.938358"
+         style="font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;font-size:7.5px;line-height:100%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Light';text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         xml:space="preserve"><tspan
+           y="193.74936"
+           x="47.938358"
+           sodipodi:role="line"
+           id="tspan4584-3-8">GWT</tspan><tspan
+           y="201.24936"
+           x="47.938358"
+           sodipodi:role="line"
+           id="tspan6163">CONNECTOR</tspan></text>
+    </g>
+    <g
+       style="display:inline"
+       id="g6538-2-2"
+       transform="translate(63.779531,648.15166)">
+      <rect
+         y="212.5984"
+         x="17.716536"
+         height="28.346458"
+         width="60.236221"
+         id="rect4408-7-5-0-9-5-1-8-4-2-6"
+         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#e61e6d;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+      <text
+         sodipodi:linespacing="100%"
+         id="text4227-4-2-7-8-3-2-4-4-9"
+         y="225.63913"
+         x="47.938358"
+         style="font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;font-size:7.5px;line-height:100%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Light';text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         xml:space="preserve"><tspan
+           y="225.63913"
+           x="47.938358"
+           sodipodi:role="line"
+           id="tspan4584-8-7-6">GWT</tspan><tspan
+           y="233.13913"
+           x="47.938358"
+           sodipodi:role="line"
+           id="tspan6165">CONNECTOR</tspan></text>
+    </g>
+    <g
+       style="display:inline"
+       id="g4435-4-4-0"
+       transform="translate(125.78741,655.23831)">
+      <g
+         id="g4462-8-7-43-4-9-0-8-8-9-1"
+         transform="translate(-21.259843,-637.79531)">
+        <rect
+           style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ff3a49;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+           id="rect4408-7-5-0-9-5-1-8-1-0-5"
+           width="60.236221"
+           height="28.346455"
+           x="44.29134"
+           y="843.30707" />
+      </g>
+      <text
+         sodipodi:linespacing="100%"
+         id="text4227-4-2-7-8-3-2-9-1-3"
+         y="218.55249"
+         x="53.253319"
+         style="font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;font-size:7.5px;line-height:100%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Light';text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         xml:space="preserve"><tspan
+           y="218.55249"
+           x="53.253319"
+           sodipodi:role="line"
+           id="tspan4584-1-3-7">GWT</tspan><tspan
+           y="226.05249"
+           x="53.253319"
+           sodipodi:role="line"
+           id="tspan6167">CONNECTOR</tspan></text>
+    </g>
+    <g
+       style="display:inline"
+       id="g4435-4-4-2-0"
+       transform="translate(193.11025,655.23831)">
+      <g
+         id="g4462-8-7-43-4-9-0-8-8-9-3-9"
+         transform="translate(-21.259843,-637.79531)">
+        <rect
+           style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#33383a;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+           id="rect4408-7-5-0-9-5-1-8-1-0-1-5"
+           width="60.236221"
+           height="28.346455"
+           x="44.29134"
+           y="843.30707" />
+      </g>
+      <text
+         sodipodi:linespacing="100%"
+         id="text4227-4-2-7-8-3-2-9-1-6-6"
+         y="218.55623"
+         x="53.253319"
+         style="font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;font-size:7.5px;line-height:100%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Light';text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         xml:space="preserve"><tspan
+           y="218.55623"
+           x="53.253319"
+           sodipodi:role="line"
+           id="tspan5760-7">JAVASCRIPT</tspan><tspan
+           y="226.05623"
+           x="53.253319"
+           sodipodi:role="line"
+           id="tspan5848">CONNECTOR</tspan></text>
+    </g>
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#00b4f0;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4408-7-5-0-9-5-1-8-9-2-0"
+       width="262.20471"
+       height="28.346466"
+       x="14.173228"
+       y="899.72644" />
+    <text
+       xml:space="preserve"
+       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:100%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       x="145.3793"
+       y="916.51715"
+       id="text4227-4-2-7-8-3-2-5-8-2"
+       sodipodi:linespacing="100%"><tspan
+         id="tspan4584-3-8-2"
+         sodipodi:role="line"
+         x="145.3793"
+         y="916.51715">ApplicationConnection</tspan></text>
+    <path
+       sodipodi:nodetypes="cc"
+       inkscape:connector-curvature="0"
+       id="path4591-5-1-0-1"
+       d="m 111.61417,860.75006 0,-10.62992"
+       style="fill:none;fill-rule:evenodd;stroke:#e61e6d;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <path
+       sodipodi:nodetypes="cc"
+       inkscape:connector-curvature="0"
+       id="path4591-5-1-0-1-3"
+       d="m 111.61417,900.00006 0,-10.62992"
+       style="display:inline;fill:none;fill-rule:evenodd;stroke:#e61e6d;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <path
+       sodipodi:nodetypes="cc"
+       inkscape:connector-curvature="0"
+       id="path4591-5-1-0-1-7"
+       d="m 44.291339,860.75006 0,-10.62992"
+       style="display:inline;fill:none;fill-rule:evenodd;stroke:#00b4f0;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <path
+       sodipodi:nodetypes="cc"
+       inkscape:connector-curvature="0"
+       id="path4591-5-1-0-1-3-3"
+       d="m 44.291339,900.00006 0,-10.62992"
+       style="display:inline;fill:none;fill-rule:evenodd;stroke:#00b4f0;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <path
+       sodipodi:nodetypes="cc"
+       inkscape:connector-curvature="0"
+       id="path4591-5-1-0-1-8"
+       d="m 178.937,860.75006 0,-10.62992"
+       style="display:inline;fill:none;fill-rule:evenodd;stroke:#ff3a49;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <path
+       sodipodi:nodetypes="cc"
+       inkscape:connector-curvature="0"
+       id="path4591-5-1-0-1-3-5"
+       d="m 178.937,900.00006 0,-10.62992"
+       style="display:inline;fill:none;fill-rule:evenodd;stroke:#ff3a49;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <path
+       sodipodi:nodetypes="cc"
+       inkscape:connector-curvature="0"
+       id="path4591-5-1-0-1-35"
+       d="m 246.25984,860.75006 0,-10.62992"
+       style="display:inline;fill:none;fill-rule:evenodd;stroke:#33383a;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <path
+       sodipodi:nodetypes="cc"
+       inkscape:connector-curvature="0"
+       id="path4591-5-1-0-1-3-8"
+       d="m 246.25984,900.00006 0,-10.62992"
+       style="display:inline;fill:none;fill-rule:evenodd;stroke:#33383a;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <g
+       style="display:inline"
+       id="g6550-9-4-7-3"
+       transform="translate(-3.5433072,793.70084)">
+      <rect
+         y="180.70863"
+         x="17.716536"
+         height="28.346466"
+         width="262.20471"
+         id="rect4408-7-5-0-9-5-1-8-9-2-0-3"
+         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#00b4f0;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+      <text
+         sodipodi:linespacing="100%"
+         id="text4227-4-2-7-8-3-2-5-8-2-8"
+         y="197.49936"
+         x="148.92261"
+         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:100%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         xml:space="preserve"><tspan
+           y="197.49936"
+           x="148.92261"
+           sodipodi:role="line"
+           id="tspan4584-3-8-2-7">CommunicationManager</tspan></text>
+      <text
+         xml:space="preserve"
+         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:7.5px;line-height:100%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         x="19.465164"
+         y="188.47575"
+         id="text4227-4-2-7-8-3-2-5-8-2-4-6"
+         sodipodi:linespacing="100%"><tspan
+           id="tspan4584-3-8-2-5-3"
+           sodipodi:role="line"
+           x="19.465164"
+           y="188.47575">com.vaadin.server</tspan></text>
+    </g>
+    <path
+       style="display:inline;fill:none;fill-rule:evenodd;stroke:#00b4f0;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 44.291339,1013.3859 0,-10.63"
+       id="path4591-5-1-0-1-3-3-1"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+    <path
+       style="display:inline;fill:none;fill-rule:evenodd;stroke:#e61e6d;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 111.61418,1013.3859 0,-10.63"
+       id="path4591-5-1-0-1-3-4"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+    <path
+       style="display:inline;fill:none;fill-rule:evenodd;stroke:#ff3a49;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 178.93701,1013.3859 0,-10.63"
+       id="path4591-5-1-0-1-3-5-9"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+    <path
+       style="display:inline;fill:none;fill-rule:evenodd;stroke:#00b4f0;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 145.27559,974.40947 0,-46.06295"
+       id="path4591-5-1-0-1-7-5"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+    <text
+       sodipodi:linespacing="100%"
+       id="text4227-4-2-7-8-3-2-9-5"
+       y="950.73352"
+       x="98.389717"
+       style="font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;font-size:7.5px;line-height:100%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Light';text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       xml:space="preserve"><tspan
+         y="950.73352"
+         x="98.389717"
+         sodipodi:role="line"
+         id="tspan4584-1-0">SERVER CONNECTION</tspan></text>
+    <text
+       sodipodi:linespacing="100%"
+       id="text4227-4-2-7-8-3-2-9-5-2"
+       y="950.73352"
+       x="178.38971"
+       style="font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;font-size:7.5px;line-height:100%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Light';text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       xml:space="preserve"><tspan
+         y="950.73352"
+         x="178.38971"
+         sodipodi:role="line"
+         id="tspan4584-1-0-4">HTTP(S) / JSON</tspan></text>
+    <text
+       sodipodi:linespacing="100%"
+       id="text4227-4-2-7-8-3-2-9-5-9"
+       y="936.5603"
+       x="146.6235"
+       style="font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;font-size:7.5px;line-height:100%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Light';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       xml:space="preserve"><tspan
+         y="936.5603"
+         x="146.6235"
+         sodipodi:role="line"
+         id="tspan4584-1-0-6">XmlHttpRequest</tspan></text>
+    <text
+       xml:space="preserve"
+       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:7.5px;line-height:100%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       x="17.041935"
+       y="907.76715"
+       id="text4227-4-2-7-8-3-2-5-8-2-4"
+       sodipodi:linespacing="100%"><tspan
+         id="tspan4584-3-8-2-5"
+         sodipodi:role="line"
+         x="17.041935"
+         y="907.76715">com.vaadin.client</tspan></text>
+    <g
+       style="display:inline"
+       id="g4435-4-4-2-0-1"
+       transform="translate(193.11025,807.87413)">
+      <g
+         id="g4462-8-7-43-4-9-0-8-8-9-3-9-1"
+         transform="translate(-21.259843,-637.79531)">
+        <rect
+           style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#33383a;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+           id="rect4408-7-5-0-9-5-1-8-1-0-1-5-8"
+           width="60.236221"
+           height="28.346455"
+           x="44.29134"
+           y="843.30707" />
+      </g>
+      <text
+         sodipodi:linespacing="100%"
+         id="text4227-4-2-7-8-3-2-9-1-6-6-3"
+         y="218.55623"
+         x="53.253319"
+         style="font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;font-size:7.5px;line-height:100%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Light';text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         xml:space="preserve"><tspan
+           y="218.55623"
+           x="53.253319"
+           sodipodi:role="line"
+           id="tspan5760-7-2" /><tspan
+           y="226.05623"
+           x="53.253319"
+           sodipodi:role="line"
+           id="tspan5848-8">COMPONENT</tspan></text>
+    </g>
+    <path
+       sodipodi:nodetypes="cc"
+       inkscape:connector-curvature="0"
+       id="path4591-5-1-0-1-35-9"
+       d="m 246.25984,1013.3859 0,-10.6299"
+       style="display:inline;fill:none;fill-rule:evenodd;stroke:#33383a;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+  </g>
+</svg>
index 71eecf7194a1e3db8d1ee56630d3b210aa801d5c..4eb07a828d32437ab1cd413dc25f41c49ecd882c 100644 (file)
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>\r
-<!-- Created with Inkscape (http://www.inkscape.org/) -->\r
-\r
-<svg\r
-   xmlns:dc="http://purl.org/dc/elements/1.1/"\r
-   xmlns:cc="http://creativecommons.org/ns#"\r
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"\r
-   xmlns:svg="http://www.w3.org/2000/svg"\r
-   xmlns="http://www.w3.org/2000/svg"\r
-   xmlns:xlink="http://www.w3.org/1999/xlink"\r
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"\r
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"\r
-   width="744.09448"\r
-   height="1052.3622"\r
-   id="svg2475"\r
-   sodipodi:version="0.32"\r
-   inkscape:version="0.48.2 r9819"\r
-   sodipodi:docname="java-servlet.svg"\r
-   inkscape:output_extension="org.inkscape.output.svg.inkscape"\r
-   inkscape:export-filename="/home/magi/itmill/doc/cheatsheet/vaadin-cheatsheet.png"\r
-   inkscape:export-xdpi="600.02155"\r
-   inkscape:export-ydpi="600.02155"\r
-   version="1.0">\r
-  <sodipodi:namedview\r
-     id="base"\r
-     pagecolor="#ffffff"\r
-     bordercolor="#666666"\r
-     borderopacity="1.0"\r
-     gridtolerance="10"\r
-     guidetolerance="10"\r
-     objecttolerance="6"\r
-     inkscape:pageopacity="0.0"\r
-     inkscape:pageshadow="2"\r
-     inkscape:zoom="2.8284271"\r
-     inkscape:cx="261.54877"\r
-     inkscape:cy="627.91386"\r
-     inkscape:document-units="mm"\r
-     inkscape:current-layer="layer1"\r
-     showgrid="true"\r
-     inkscape:window-width="1672"\r
-     inkscape:window-height="1019"\r
-     inkscape:window-x="0"\r
-     inkscape:window-y="0"\r
-     inkscape:snap-nodes="true"\r
-     inkscape:snap-bbox="true"\r
-     units="mm"\r
-     inkscape:snap-global="true"\r
-     showguides="true"\r
-     inkscape:guide-bbox="true"\r
-     inkscape:snap-guide="true"\r
-     inkscape:snap-intersection-line-segments="true"\r
-     inkscape:window-maximized="0">\r
-    <inkscape:grid\r
-       spacingy="1mm"\r
-       spacingx="1mm"\r
-       empspacing="5"\r
-       units="mm"\r
-       enabled="true"\r
-       visible="true"\r
-       id="grid4674"\r
-       type="xygrid"\r
-       dotted="false"\r
-       originx="0mm"\r
-       originy="0mm" />\r
-    <sodipodi:guide\r
-       orientation="1,0"\r
-       position="106.29921,946.81598"\r
-       id="guide3041" />\r
-    <sodipodi:guide\r
-       id="guide9173"\r
-       position="464.17323,715.74803"\r
-       orientation="1,0" />\r
-  </sodipodi:namedview>\r
-  <defs\r
-     id="defs2477">\r
-    <linearGradient\r
-       inkscape:collect="always"\r
-       id="linearGradient10356">\r
-      <stop\r
-         style="stop-color:#000000;stop-opacity:1;"\r
-         offset="0"\r
-         id="stop10358" />\r
-      <stop\r
-         style="stop-color:#000000;stop-opacity:0;"\r
-         offset="1"\r
-         id="stop10360" />\r
-    </linearGradient>\r
-    <pattern\r
-       patternUnits="userSpaceOnUse"\r
-       width="19.488184"\r
-       height="5.3149635"\r
-       patternTransform="translate(442.02756,179.82281)"\r
-       id="pattern31837">\r
-      <path\r
-         id="path31833"\r
-         d="M 0.88582677,4.4291368 L 18.602357,4.4291368"\r
-         style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.77165353;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />\r
-      <path\r
-         id="path31835"\r
-         d="M 0.88582677,0.88582677 L 18.602357,0.88582677"\r
-         style="opacity:1;fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.77165353;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />\r
-    </pattern>\r
-    <pattern\r
-       inkscape:collect="always"\r
-       xlink:href="#pattern31837"\r
-       id="pattern31843"\r
-       patternTransform="matrix(0.8219623,-0.5106659,0.5106659,0.8219623,407.01829,190.47423)" />\r
-    <pattern\r
-       inkscape:collect="always"\r
-       xlink:href="#pattern31843"\r
-       id="pattern39357"\r
-       patternTransform="matrix(1.2292733,-0.7637186,0.7637186,1.2292733,253.27252,439.9282)" />\r
-    <marker\r
-       inkscape:stockid="CurvyCross"\r
-       orient="auto"\r
-       refY="0.0"\r
-       refX="0.0"\r
-       id="CurvyCross"\r
-       style="overflow:visible">\r
-      <g\r
-         id="g18903"\r
-         transform="scale(0.6)">\r
-        <path\r
-           id="path18905"\r
-           d="M 4.6254930,-5.0456926 C 1.8654930,-5.0456926 -0.37450702,-2.8056926 -0.37450702,-0.045692580 C -0.37450702,2.7143074 1.8654930,4.9543074 4.6254930,4.9543074"\r
-           style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none;marker-end:none" />\r
-        <path\r
-           id="path18907"\r
-           d="M -5.4129913,-5.0456926 C -2.6529913,-5.0456926 -0.41299131,-2.8056926 -0.41299131,-0.045692580 C -0.41299131,2.7143074 -2.6529913,4.9543074 -5.4129913,4.9543074"\r
-           style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none;marker-end:none" />\r
-      </g>\r
-    </marker>\r
-    <linearGradient\r
-       inkscape:collect="always"\r
-       xlink:href="#linearGradient1507"\r
-       id="linearGradient4794"\r
-       gradientUnits="userSpaceOnUse"\r
-       gradientTransform="scale(0.9446888,1.0585496)"\r
-       x1="201.38963"\r
-       y1="843.20789"\r
-       x2="547.80804"\r
-       y2="383.76529" />\r
-    <linearGradient\r
-       inkscape:collect="always"\r
-       xlink:href="#linearGradient1507"\r
-       id="linearGradient4590"\r
-       gradientUnits="userSpaceOnUse"\r
-       gradientTransform="scale(0.9446888,1.0585496)"\r
-       x1="201.38963"\r
-       y1="843.20789"\r
-       x2="547.80804"\r
-       y2="383.76529" />\r
-    <linearGradient\r
-       inkscape:collect="always"\r
-       xlink:href="#linearGradient841"\r
-       id="linearGradient4390"\r
-       gradientUnits="userSpaceOnUse"\r
-       gradientTransform="scale(0.9208103,1.086)"\r
-       x1="10.800377"\r
-       y1="-94.637573"\r
-       x2="116.61332"\r
-       y2="-94.637573" />\r
-    <linearGradient\r
-       inkscape:collect="always"\r
-       xlink:href="#linearGradient1507"\r
-       id="linearGradient4376"\r
-       gradientUnits="userSpaceOnUse"\r
-       gradientTransform="scale(0.9446888,1.0585496)"\r
-       x1="201.38963"\r
-       y1="843.20789"\r
-       x2="547.80804"\r
-       y2="383.76529" />\r
-    <linearGradient\r
-       inkscape:collect="always"\r
-       xlink:href="#linearGradient1507"\r
-       id="linearGradient3095"\r
-       gradientUnits="userSpaceOnUse"\r
-       gradientTransform="scale(0.9446888,1.0585496)"\r
-       x1="201.38963"\r
-       y1="843.20789"\r
-       x2="547.80804"\r
-       y2="383.76529" />\r
-    <linearGradient\r
-       id="linearGradient1683">\r
-      <stop\r
-         style="stop-color:#db1f0c;stop-opacity:1.0000000;"\r
-         offset="0.0000000"\r
-         id="stop1684" />\r
-      <stop\r
-         style="stop-color:#761006;stop-opacity:1.0000000;"\r
-         offset="1.0000000"\r
-         id="stop1685" />\r
-    </linearGradient>\r
-    <linearGradient\r
-       inkscape:collect="always"\r
-       xlink:href="#linearGradient1507"\r
-       id="linearGradient24714"\r
-       gradientUnits="userSpaceOnUse"\r
-       gradientTransform="scale(0.9446888,1.0585496)"\r
-       x1="201.38963"\r
-       y1="843.20789"\r
-       x2="547.80804"\r
-       y2="383.76529" />\r
-    <linearGradient\r
-       id="linearGradient2263">\r
-      <stop\r
-         style="stop-color:#ff9696;stop-opacity:0.61960787;"\r
-         offset="0"\r
-         id="stop2264" />\r
-      <stop\r
-         style="stop-color:#ffffff;stop-opacity:0.70103091;"\r
-         offset="1.0000000"\r
-         id="stop2265" />\r
-    </linearGradient>\r
-    <linearGradient\r
-       id="linearGradient2891">\r
-      <stop\r
-         style="stop-color:#ff0000;stop-opacity:0.68041235;"\r
-         offset="0"\r
-         id="stop2892" />\r
-      <stop\r
-         style="stop-color:#ff0000;stop-opacity:0.14432989;"\r
-         offset="1"\r
-         id="stop2893" />\r
-    </linearGradient>\r
-    <linearGradient\r
-       inkscape:collect="always"\r
-       xlink:href="#linearGradient1507"\r
-       id="linearGradient24524"\r
-       gradientUnits="userSpaceOnUse"\r
-       gradientTransform="scale(0.9446888,1.0585496)"\r
-       x1="201.38963"\r
-       y1="843.20789"\r
-       x2="547.80804"\r
-       y2="383.76529" />\r
-    <marker\r
-       inkscape:stockid="TriangleOutL"\r
-       orient="auto"\r
-       refY="0"\r
-       refX="0"\r
-       id="TriangleOutL"\r
-       style="overflow:visible">\r
-      <path\r
-         id="path3964"\r
-         d="M 5.77,0 L -2.88,5 L -2.88,-5 L 5.77,0 z"\r
-         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"\r
-         transform="scale(0.8,0.8)" />\r
-    </marker>\r
-    <linearGradient\r
-       inkscape:collect="always"\r
-       xlink:href="#linearGradient1507"\r
-       id="linearGradient2870"\r
-       gradientUnits="userSpaceOnUse"\r
-       gradientTransform="scale(0.9446888,1.0585496)"\r
-       x1="201.38963"\r
-       y1="843.20789"\r
-       x2="547.80804"\r
-       y2="383.76529" />\r
-    <linearGradient\r
-       inkscape:collect="always"\r
-       xlink:href="#linearGradient1507"\r
-       id="linearGradient239278"\r
-       gradientUnits="userSpaceOnUse"\r
-       gradientTransform="scale(0.9446888,1.0585496)"\r
-       x1="201.38963"\r
-       y1="843.20789"\r
-       x2="547.80804"\r
-       y2="383.76529" />\r
-    <linearGradient\r
-       id="linearGradient865">\r
-      <stop\r
-         style="stop-color:#ffffff;stop-opacity:1.0000000;"\r
-         offset="0.00000000"\r
-         id="stop866" />\r
-      <stop\r
-         style="stop-color:#ffffff;stop-opacity:0.00000000;"\r
-         offset="1.0000000"\r
-         id="stop868" />\r
-    </linearGradient>\r
-    <linearGradient\r
-       id="linearGradient1400">\r
-      <stop\r
-         style="stop-color:#000000;stop-opacity:0.67843139;"\r
-         offset="0.0000000"\r
-         id="stop1401" />\r
-      <stop\r
-         style="stop-color:#000000;stop-opacity:0.32941177;"\r
-         offset="0.56999999"\r
-         id="stop1403" />\r
-      <stop\r
-         style="stop-color:#000000;stop-opacity:0.00000000;"\r
-         offset="1.0000000"\r
-         id="stop1402" />\r
-    </linearGradient>\r
-    <linearGradient\r
-       inkscape:collect="always"\r
-       xlink:href="#linearGradient1507"\r
-       id="linearGradient233706"\r
-       gradientUnits="userSpaceOnUse"\r
-       gradientTransform="scale(0.9446888,1.0585496)"\r
-       x1="201.38963"\r
-       y1="843.20789"\r
-       x2="547.80804"\r
-       y2="383.76529" />\r
-    <linearGradient\r
-       y2="383.76529"\r
-       y1="843.20789"\r
-       xlink:href="#linearGradient1507"\r
-       x2="547.80804"\r
-       x1="201.38963"\r
-       id="linearGradient1506"\r
-       gradientTransform="scale(0.9446888,1.0585496)"\r
-       gradientUnits="userSpaceOnUse" />\r
-    <linearGradient\r
-       inkscape:collect="always"\r
-       xlink:href="#linearGradient1507"\r
-       id="linearGradient3450"\r
-       gradientUnits="userSpaceOnUse"\r
-       gradientTransform="scale(0.9446888,1.0585496)"\r
-       x1="201.38963"\r
-       y1="843.20789"\r
-       x2="547.80804"\r
-       y2="383.76529" />\r
-    <linearGradient\r
-       id="linearGradient1290">\r
-      <stop\r
-         style="stop-color:#b2a269;stop-opacity:1.0000000;"\r
-         offset="0.0000000"\r
-         id="stop1291" />\r
-      <stop\r
-         style="stop-color:#6d5b18;stop-opacity:1.0000000;"\r
-         offset="1.0000000"\r
-         id="stop1292" />\r
-    </linearGradient>\r
-    <linearGradient\r
-       id="linearGradient846">\r
-      <stop\r
-         style="stop-color:#e7e7e7;stop-opacity:1.0000000;"\r
-         offset="0.00000000"\r
-         id="stop847" />\r
-      <stop\r
-         style="stop-color:#a5a5a5;stop-opacity:1.0000000;"\r
-         offset="1.0000000"\r
-         id="stop848" />\r
-    </linearGradient>\r
-    <linearGradient\r
-       id="linearGradient841">\r
-      <stop\r
-         style="stop-color:#ffffff;stop-opacity:1.0000000;"\r
-         offset="0.00000000"\r
-         id="stop842" />\r
-      <stop\r
-         style="stop-color:#ffffff;stop-opacity:0.00000000;"\r
-         offset="1.0000000"\r
-         id="stop843" />\r
-    </linearGradient>\r
-    <linearGradient\r
-       id="linearGradient853">\r
-      <stop\r
-         style="stop-color:#000000;stop-opacity:0.29752067;"\r
-         offset="0.00000000"\r
-         id="stop854" />\r
-      <stop\r
-         style="stop-color:#000000;stop-opacity:0.00000000;"\r
-         offset="1.0000000"\r
-         id="stop855" />\r
-    </linearGradient>\r
-    <linearGradient\r
-       y2="287.73825"\r
-       y1="169.4436"\r
-       xlink:href="#linearGradient1492"\r
-       x2="622.33325"\r
-       x1="741.63898"\r
-       id="linearGradient1497"\r
-       gradientTransform="scale(0.9552926,1.0467997)"\r
-       gradientUnits="userSpaceOnUse" />\r
-    <linearGradient\r
-       id="linearGradient1501">\r
-      <stop\r
-         style="stop-color:#ffffff;stop-opacity:1.0000000;"\r
-         offset="0.0000000"\r
-         id="stop1502" />\r
-      <stop\r
-         style="stop-color:#ffffff;stop-opacity:0.0000000;"\r
-         offset="1.0000000"\r
-         id="stop1504" />\r
-    </linearGradient>\r
-    <linearGradient\r
-       y2="418.53635"\r
-       y1="236.12772"\r
-       xlink:href="#linearGradient1501"\r
-       x2="330.88034"\r
-       x1="687.96375"\r
-       id="linearGradient1499"\r
-       gradientTransform="scale(0.9890091,1.011113)"\r
-       gradientUnits="userSpaceOnUse" />\r
-    <linearGradient\r
-       id="linearGradient1492">\r
-      <stop\r
-         style="stop-color:#dadada;stop-opacity:1.0000000;"\r
-         offset="0.0000000"\r
-         id="stop1493" />\r
-      <stop\r
-         style="stop-color:#f1f1f1;stop-opacity:1.0000000;"\r
-         offset="0.34923077"\r
-         id="stop1496" />\r
-      <stop\r
-         style="stop-color:#f0f0f0;stop-opacity:1.0000000;"\r
-         offset="1.0000000"\r
-         id="stop1494" />\r
-    </linearGradient>\r
-    <linearGradient\r
-       y2="689.86005"\r
-       y1="230.07422"\r
-       xlink:href="#linearGradient1492"\r
-       x2="351.7063"\r
-       x1="728.96643"\r
-       id="linearGradient1495"\r
-       gradientTransform="scale(0.955425,1.0466546)"\r
-       gradientUnits="userSpaceOnUse" />\r
-    <linearGradient\r
-       id="linearGradient1507">\r
-      <stop\r
-         style="stop-color:#000000;stop-opacity:0.095505618;"\r
-         offset="0.0000000"\r
-         id="stop1508" />\r
-      <stop\r
-         style="stop-color:#000000;stop-opacity:0.0000000;"\r
-         offset="1.0000000"\r
-         id="stop1510" />\r
-    </linearGradient>\r
-    <linearGradient\r
-       inkscape:collect="always"\r
-       xlink:href="#linearGradient1507"\r
-       id="linearGradient3877"\r
-       gradientUnits="userSpaceOnUse"\r
-       gradientTransform="scale(0.9446888,1.0585496)"\r
-       x1="201.38963"\r
-       y1="843.20789"\r
-       x2="547.80804"\r
-       y2="383.76529" />\r
-    <linearGradient\r
-       id="linearGradient1699">\r
-      <stop\r
-         style="stop-color:#017eff;stop-opacity:1.0000000;"\r
-         offset="0.0000000"\r
-         id="stop1700" />\r
-      <stop\r
-         style="stop-color:#ecfaff;stop-opacity:1.0000000;"\r
-         offset="1.0000000"\r
-         id="stop1701" />\r
-    </linearGradient>\r
-    <marker\r
-       orient="auto"\r
-       refY="0"\r
-       refX="0"\r
-       id="DiamondEmpty"\r
-       style="overflow:visible">\r
-      <path\r
-         id="path7"\r
-         d="M 0,-5 L -5,0 L 0,5 L 5,0 L 0,-5 z"\r
-         style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"\r
-         transform="translate(-5,0)" />\r
-    </marker>\r
-    <radialGradient\r
-       inkscape:collect="always"\r
-       xlink:href="#linearGradient19816"\r
-       id="radialGradient3268"\r
-       gradientUnits="userSpaceOnUse"\r
-       gradientTransform="matrix(0.9214039,2.3896193e-3,-2.166448e-3,0.5977017,541.12253,30.198804)"\r
-       cx="-147.5"\r
-       cy="97.300964"\r
-       fx="-147.5"\r
-       fy="97.300964"\r
-       r="109.42857" />\r
-    <radialGradient\r
-       inkscape:collect="always"\r
-       xlink:href="#linearGradient7299"\r
-       id="radialGradient3270"\r
-       gradientUnits="userSpaceOnUse"\r
-       gradientTransform="matrix(1.3208501,2.3843471e-3,-3.1056446e-3,0.596383,334.93437,78.721097)"\r
-       cx="-147.5"\r
-       cy="97.300964"\r
-       fx="-147.5"\r
-       fy="97.300964"\r
-       r="109.42857" />\r
-    <radialGradient\r
-       inkscape:collect="always"\r
-       xlink:href="#linearGradient19816"\r
-       id="radialGradient3272"\r
-       gradientUnits="userSpaceOnUse"\r
-       gradientTransform="matrix(1.6000725,2.3808346e-3,-3.7621654e-3,0.5955044,664.61868,-4.8275956)"\r
-       cx="-147.5"\r
-       cy="97.300964"\r
-       fx="-147.5"\r
-       fy="97.300964"\r
-       r="109.42857" />\r
-    <radialGradient\r
-       inkscape:collect="always"\r
-       xlink:href="#linearGradient7299"\r
-       id="radialGradient3274"\r
-       gradientUnits="userSpaceOnUse"\r
-       gradientTransform="matrix(1.3208501,2.3843471e-3,-3.1056446e-3,0.596383,334.93437,78.721097)"\r
-       cx="-147.5"\r
-       cy="97.300964"\r
-       fx="-147.5"\r
-       fy="97.300964"\r
-       r="109.42857" />\r
-    <radialGradient\r
-       inkscape:collect="always"\r
-       xlink:href="#linearGradient7299"\r
-       id="radialGradient3276"\r
-       gradientUnits="userSpaceOnUse"\r
-       gradientTransform="matrix(1.3208501,2.3843471e-3,-3.1056446e-3,0.596383,334.93437,78.721097)"\r
-       cx="-147.5"\r
-       cy="97.300964"\r
-       fx="-147.5"\r
-       fy="97.300964"\r
-       r="109.42857" />\r
-    <radialGradient\r
-       inkscape:collect="always"\r
-       xlink:href="#linearGradient7299"\r
-       id="radialGradient3278"\r
-       gradientUnits="userSpaceOnUse"\r
-       gradientTransform="matrix(1.3208501,2.3843471e-3,-3.1056446e-3,0.596383,334.93437,78.721097)"\r
-       cx="-147.5"\r
-       cy="97.300964"\r
-       fx="-147.5"\r
-       fy="97.300964"\r
-       r="109.42857" />\r
-    <linearGradient\r
-       id="linearGradient7299">\r
-      <stop\r
-         style="stop-color:#ffffff;stop-opacity:1"\r
-         offset="0"\r
-         id="stop7301" />\r
-      <stop\r
-         style="stop-color:#a090e7;stop-opacity:1"\r
-         offset="1"\r
-         id="stop7303" />\r
-    </linearGradient>\r
-    <radialGradient\r
-       inkscape:collect="always"\r
-       xlink:href="#linearGradient7299"\r
-       id="radialGradient3280"\r
-       gradientUnits="userSpaceOnUse"\r
-       gradientTransform="matrix(1.3208501,2.3843471e-3,-3.1056446e-3,0.596383,334.93437,78.721097)"\r
-       cx="-147.5"\r
-       cy="97.300964"\r
-       fx="-147.5"\r
-       fy="97.300964"\r
-       r="109.42857" />\r
-    <linearGradient\r
-       id="linearGradient5596">\r
-      <stop\r
-         style="stop-color:#ffffff;stop-opacity:1;"\r
-         offset="0"\r
-         id="stop5598" />\r
-      <stop\r
-         style="stop-color:#e7e790;stop-opacity:0.56489879"\r
-         offset="1"\r
-         id="stop5600" />\r
-    </linearGradient>\r
-    <linearGradient\r
-       id="linearGradient19816">\r
-      <stop\r
-         id="stop19818"\r
-         offset="0"\r
-         style="stop-color:#ffffff;stop-opacity:1;" />\r
-      <stop\r
-         id="stop19820"\r
-         offset="1"\r
-         style="stop-color:#e7e790;stop-opacity:1;" />\r
-    </linearGradient>\r
-    <linearGradient\r
-       id="linearGradient11508">\r
-      <stop\r
-         id="stop11510"\r
-         offset="0"\r
-         style="stop-color:#ffffff;stop-opacity:1;" />\r
-      <stop\r
-         id="stop11512"\r
-         offset="1"\r
-         style="stop-color:#008401;stop-opacity:1;" />\r
-    </linearGradient>\r
-    <linearGradient\r
-       id="linearGradient3286">\r
-      <stop\r
-         style="stop-color:#ffffff;stop-opacity:1;"\r
-         offset="0"\r
-         id="stop3288" />\r
-      <stop\r
-         style="stop-color:#79e291;stop-opacity:1;"\r
-         offset="1"\r
-         id="stop3290" />\r
-    </linearGradient>\r
-    <marker\r
-       inkscape:stockid="Arrow2Lend"\r
-       orient="auto"\r
-       refY="0"\r
-       refX="0"\r
-       id="Arrow2Lend"\r
-       style="overflow:visible">\r
-      <path\r
-         id="path16811"\r
-         style="font-size:12px;fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"\r
-         d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.97309,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z"\r
-         transform="matrix(-1.1,0,0,-1.1,-1.1,0)" />\r
-    </marker>\r
-    <linearGradient\r
-       id="linearGradient7447">\r
-      <stop\r
-         style="stop-color:#ff6161;stop-opacity:1;"\r
-         offset="0"\r
-         id="stop7449" />\r
-      <stop\r
-         style="stop-color:#840929;stop-opacity:1;"\r
-         offset="1"\r
-         id="stop7451" />\r
-    </linearGradient>\r
-    <linearGradient\r
-       id="linearGradient7485">\r
-      <stop\r
-         style="stop-color:#b6bcef;stop-opacity:1;"\r
-         offset="0"\r
-         id="stop7487" />\r
-      <stop\r
-         style="stop-color:#4026b1;stop-opacity:1;"\r
-         offset="1"\r
-         id="stop7489" />\r
-    </linearGradient>\r
-    <marker\r
-       orient="auto"\r
-       refY="0"\r
-       refX="0"\r
-       id="EmptyArrow2"\r
-       style="overflow:visible">\r
-      <path\r
-         id="path13"\r
-         d="M 0,0 L 0,-5 L -10,0 L 0,5 L 0,0 z"\r
-         style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"\r
-         transform="matrix(-1,0,0,-1,-10,0)" />\r
-    </marker>\r
-    <marker\r
-       inkscape:stockid="Arrow1Lstart"\r
-       orient="auto"\r
-       refY="0"\r
-       refX="0"\r
-       id="Arrow1Lstart"\r
-       style="overflow:visible">\r
-      <path\r
-         id="path5210"\r
-         d="M 0,0 L 5,-5 L -12.5,0 L 5,5 L 0,0 z"\r
-         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"\r
-         transform="matrix(0.8,0,0,0.8,10,0)" />\r
-    </marker>\r
-    <marker\r
-       style="overflow:visible"\r
-       id="DotS"\r
-       refX="0"\r
-       refY="0"\r
-       orient="auto"\r
-       inkscape:stockid="DotS">\r
-      <path\r
-         transform="matrix(0.2,0,0,0.2,1.48,0.2)"\r
-         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none;marker-end:none"\r
-         d="M -2.5,-1 C -2.5,1.76 -4.74,4 -7.5,4 C -10.26,4 -12.5,1.76 -12.5,-1 C -12.5,-3.76 -10.26,-6 -7.5,-6 C -4.74,-6 -2.5,-3.76 -2.5,-1 z"\r
-         id="path3636" />\r
-    </marker>\r
-    <marker\r
-       inkscape:stockid="TriangleOutS"\r
-       orient="auto"\r
-       refY="0"\r
-       refX="0"\r
-       id="TriangleOutS"\r
-       style="overflow:visible">\r
-      <path\r
-         id="path3717"\r
-         d="M 5.77,0 L -2.88,5 L -2.88,-5 L 5.77,0 z"\r
-         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"\r
-         transform="scale(0.2,0.2)" />\r
-    </marker>\r
-    <inkscape:path-effect\r
-       copytype="single_stretched"\r
-       pattern="M 349.202,225.086 L 405.895,331.386 L 370.462,338.472 "\r
-       prop_scale="1"\r
-       id="path-effect2503"\r
-       effect="skeletal" />\r
-    <inkscape:path-effect\r
-       prop_scale="1"\r
-       id="path-effect2499"\r
-       effect="skeletal" />\r
-    <inkscape:path-effect\r
-       pattern-nodetypes="cc"\r
-       pattern="M 432.28346,272.83462 L 403.93701,216.14171"\r
-       prop_scale="1"\r
-       id="path-effect2497"\r
-       effect="skeletal" />\r
-    <marker\r
-       style="overflow:visible"\r
-       id="Arrow1Send"\r
-       refX="0"\r
-       refY="0"\r
-       orient="auto"\r
-       inkscape:stockid="Arrow1Send">\r
-      <path\r
-         transform="matrix(-0.2,0,0,-0.2,-1.2,0)"\r
-         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"\r
-         d="M 0,0 L 5,-5 L -12.5,0 L 5,5 L 0,0 z"\r
-         id="path3641" />\r
-    </marker>\r
-    <marker\r
-       style="overflow:visible"\r
-       id="Arrow1Lend"\r
-       refX="0"\r
-       refY="0"\r
-       orient="auto"\r
-       inkscape:stockid="Arrow1Lend">\r
-      <path\r
-         transform="matrix(-0.8,0,0,-0.8,-10,0)"\r
-         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"\r
-         d="M 0,0 L 5,-5 L -12.5,0 L 5,5 L 0,0 z"\r
-         id="path3629" />\r
-    </marker>\r
-    <inkscape:perspective\r
-       sodipodi:type="inkscape:persp3d"\r
-       inkscape:vp_x="0 : 526.18109 : 1"\r
-       inkscape:vp_y="0 : 1000 : 0"\r
-       inkscape:vp_z="744.09448 : 526.18109 : 1"\r
-       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"\r
-       id="perspective3487" />\r
-    <marker\r
-       style="overflow:visible"\r
-       id="Arrow2Sendp"\r
-       refX="0"\r
-       refY="0"\r
-       orient="auto"\r
-       inkscape:stockid="Arrow2Sendp">\r
-      <path\r
-         transform="matrix(-0.3,0,0,-0.3,0.69,0)"\r
-         d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.97309,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z"\r
-         style="font-size:12px;fill:#f39300;fill-rule:evenodd;stroke:#f39300;stroke-width:0.625;stroke-linejoin:round"\r
-         id="path28139" />\r
-    </marker>\r
-    <marker\r
-       style="overflow:visible"\r
-       id="TriangleOutSK"\r
-       refX="0"\r
-       refY="0"\r
-       orient="auto"\r
-       inkscape:stockid="TriangleOutSK">\r
-      <path\r
-         transform="scale(0.2,0.2)"\r
-         style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none"\r
-         d="M 5.77,0 L -2.88,5 L -2.88,-5 L 5.77,0 z"\r
-         id="path36611" />\r
-    </marker>\r
-    <marker\r
-       style="overflow:visible"\r
-       id="TriangleOutSH"\r
-       refX="0"\r
-       refY="0"\r
-       orient="auto"\r
-       inkscape:stockid="TriangleOutSH">\r
-      <path\r
-         transform="scale(0.2,0.2)"\r
-         style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none"\r
-         d="M 5.77,0 L -2.88,5 L -2.88,-5 L 5.77,0 z"\r
-         id="path36614" />\r
-    </marker>\r
-    <marker\r
-       style="overflow:visible"\r
-       id="TriangleOutSA"\r
-       refX="0"\r
-       refY="0"\r
-       orient="auto"\r
-       inkscape:stockid="TriangleOutSA">\r
-      <path\r
-         transform="scale(0.2,0.2)"\r
-         style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none"\r
-         d="M 5.77,0 L -2.88,5 L -2.88,-5 L 5.77,0 z"\r
-         id="path36617" />\r
-    </marker>\r
-    <marker\r
-       style="overflow:visible"\r
-       id="TriangleOutSKF"\r
-       refX="0"\r
-       refY="0"\r
-       orient="auto"\r
-       inkscape:stockid="TriangleOutSKF">\r
-      <path\r
-         transform="scale(0.2,0.2)"\r
-         style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none"\r
-         d="M 5.77,0 L -2.88,5 L -2.88,-5 L 5.77,0 z"\r
-         id="path36620" />\r
-    </marker>\r
-    <marker\r
-       style="overflow:visible"\r
-       id="TriangleOutS9"\r
-       refX="0"\r
-       refY="0"\r
-       orient="auto"\r
-       inkscape:stockid="TriangleOutS9">\r
-      <path\r
-         transform="scale(0.2,0.2)"\r
-         style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none"\r
-         d="M 5.77,0 L -2.88,5 L -2.88,-5 L 5.77,0 z"\r
-         id="path36623" />\r
-    </marker>\r
-    <marker\r
-       style="overflow:visible"\r
-       id="Arrow2SendpA"\r
-       refX="0"\r
-       refY="0"\r
-       orient="auto"\r
-       inkscape:stockid="Arrow2SendpA">\r
-      <path\r
-         transform="matrix(-0.3,0,0,-0.3,0.69,0)"\r
-         d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.97309,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z"\r
-         style="font-size:12px;fill:#d9d9cd;fill-rule:evenodd;stroke:#d9d9cd;stroke-width:0.625;stroke-linejoin:round"\r
-         id="path3396" />\r
-    </marker>\r
-    <marker\r
-       style="overflow:visible"\r
-       id="Arrow2Sendpg"\r
-       refX="0"\r
-       refY="0"\r
-       orient="auto"\r
-       inkscape:stockid="Arrow2Sendpg">\r
-      <path\r
-         transform="matrix(-0.3,0,0,-0.3,0.69,0)"\r
-         d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.97309,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z"\r
-         style="font-size:12px;fill:#fcc988;fill-rule:evenodd;stroke:#fcc988;stroke-width:0.625;stroke-linejoin:round"\r
-         id="path3360" />\r
-    </marker>\r
-    <filter\r
-       id="filter2780"\r
-       inkscape:label="White Halo"\r
-       width="1.1"\r
-       height="1.1">\r
-      <feMorphology\r
-         id="feMorphology2782"\r
-         operator="dilate"\r
-         radius="3"\r
-         result="result0" />\r
-      <feFlood\r
-         id="feFlood2786"\r
-         flood-color="rgb(255,255,255)"\r
-         flood-opacity="1"\r
-         in="result0"\r
-         result="result3" />\r
-      <feComposite\r
-         id="feComposite2623"\r
-         in="result3"\r
-         in2="result0"\r
-         operator="in"\r
-         result="result4" />\r
-      <feMerge\r
-         id="feMerge2629">\r
-        <feMergeNode\r
-           inkscape:collect="always"\r
-           id="feMergeNode2631"\r
-           in="result4" />\r
-        <feMergeNode\r
-           inkscape:collect="always"\r
-           id="feMergeNode2633"\r
-           in="SourceGraphic" />\r
-      </feMerge>\r
-    </filter>\r
-    <marker\r
-       inkscape:stockid="TriangleOutSn"\r
-       orient="auto"\r
-       refY="0"\r
-       refX="0"\r
-       id="TriangleOutSn"\r
-       style="overflow:visible">\r
-      <path\r
-         id="path4441"\r
-         d="M 5.77,0 L -2.88,5 L -2.88,-5 L 5.77,0 z"\r
-         style="fill:#d9d9cd;fill-rule:evenodd;stroke:#d9d9cd;stroke-width:1pt;marker-start:none"\r
-         transform="scale(0.2,0.2)" />\r
-    </marker>\r
-    <marker\r
-       inkscape:stockid="TriangleOutS9F"\r
-       orient="auto"\r
-       refY="0"\r
-       refX="0"\r
-       id="TriangleOutS9F"\r
-       style="overflow:visible">\r
-      <path\r
-         id="path4444"\r
-         d="M 5.77,0 L -2.88,5 L -2.88,-5 L 5.77,0 z"\r
-         style="fill:#d9d9cd;fill-rule:evenodd;stroke:#d9d9cd;stroke-width:1pt;marker-start:none"\r
-         transform="scale(0.2,0.2)" />\r
-    </marker>\r
-    <marker\r
-       inkscape:stockid="TriangleOutSI"\r
-       orient="auto"\r
-       refY="0"\r
-       refX="0"\r
-       id="TriangleOutSI"\r
-       style="overflow:visible">\r
-      <path\r
-         id="path4447"\r
-         d="M 5.77,0 L -2.88,5 L -2.88,-5 L 5.77,0 z"\r
-         style="fill:#d9d9cd;fill-rule:evenodd;stroke:#d9d9cd;stroke-width:1pt;marker-start:none"\r
-         transform="scale(0.2,0.2)" />\r
-    </marker>\r
-    <marker\r
-       inkscape:stockid="TriangleOutSO"\r
-       orient="auto"\r
-       refY="0"\r
-       refX="0"\r
-       id="TriangleOutSO"\r
-       style="overflow:visible">\r
-      <path\r
-         id="path4450"\r
-         d="M 5.77,0 L -2.88,5 L -2.88,-5 L 5.77,0 z"\r
-         style="fill:#d9d9cd;fill-rule:evenodd;stroke:#d9d9cd;stroke-width:1pt;marker-start:none"\r
-         transform="scale(0.2,0.2)" />\r
-    </marker>\r
-    <marker\r
-       inkscape:stockid="TriangleOutSW"\r
-       orient="auto"\r
-       refY="0"\r
-       refX="0"\r
-       id="TriangleOutSW"\r
-       style="overflow:visible">\r
-      <path\r
-         id="path4453"\r
-         d="M 5.77,0 L -2.88,5 L -2.88,-5 L 5.77,0 z"\r
-         style="fill:#d9d9cd;fill-rule:evenodd;stroke:#d9d9cd;stroke-width:1pt;marker-start:none"\r
-         transform="scale(0.2,0.2)" />\r
-    </marker>\r
-    <marker\r
-       inkscape:stockid="TriangleOutSB"\r
-       orient="auto"\r
-       refY="0"\r
-       refX="0"\r
-       id="TriangleOutSB"\r
-       style="overflow:visible">\r
-      <path\r
-         id="path4456"\r
-         d="M 5.77,0 L -2.88,5 L -2.88,-5 L 5.77,0 z"\r
-         style="fill:#d9d9cd;fill-rule:evenodd;stroke:#d9d9cd;stroke-width:1pt;marker-start:none"\r
-         transform="scale(0.2,0.2)" />\r
-    </marker>\r
-    <marker\r
-       inkscape:stockid="TriangleOutSZ"\r
-       orient="auto"\r
-       refY="0"\r
-       refX="0"\r
-       id="TriangleOutSZ"\r
-       style="overflow:visible">\r
-      <path\r
-         id="path4459"\r
-         d="M 5.77,0 L -2.88,5 L -2.88,-5 L 5.77,0 z"\r
-         style="fill:#d9d9cd;fill-rule:evenodd;stroke:#d9d9cd;stroke-width:1pt;marker-start:none"\r
-         transform="scale(0.2,0.2)" />\r
-    </marker>\r
-    <marker\r
-       style="overflow:visible"\r
-       id="DotSq"\r
-       refX="0"\r
-       refY="0"\r
-       orient="auto"\r
-       inkscape:stockid="DotSq">\r
-      <path\r
-         transform="matrix(0.2,0,0,0.2,1.48,0.2)"\r
-         style="fill:#d9d9cd;fill-rule:evenodd;stroke:#d9d9cd;stroke-width:1pt;marker-start:none;marker-end:none"\r
-         d="M -2.5,-1 C -2.5,1.76 -4.74,4 -7.5,4 C -10.26,4 -12.5,1.76 -12.5,-1 C -12.5,-3.76 -10.26,-6 -7.5,-6 C -4.74,-6 -2.5,-3.76 -2.5,-1 z"\r
-         id="path5853" />\r
-    </marker>\r
-    <marker\r
-       inkscape:stockid="TriangleOutSBO"\r
-       orient="auto"\r
-       refY="0"\r
-       refX="0"\r
-       id="TriangleOutSBO"\r
-       style="overflow:visible">\r
-      <path\r
-         id="path7501"\r
-         d="M 5.77,0 L -2.88,5 L -2.88,-5 L 5.77,0 z"\r
-         style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none"\r
-         transform="scale(0.2,0.2)" />\r
-    </marker>\r
-    <marker\r
-       style="overflow:visible"\r
-       id="DotSu"\r
-       refX="0"\r
-       refY="0"\r
-       orient="auto"\r
-       inkscape:stockid="DotSu">\r
-      <path\r
-         transform="matrix(0.2,0,0,0.2,1.48,0.2)"\r
-         style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none;marker-end:none"\r
-         d="M -2.5,-1 C -2.5,1.76 -4.74,4 -7.5,4 C -10.26,4 -12.5,1.76 -12.5,-1 C -12.5,-3.76 -10.26,-6 -7.5,-6 C -4.74,-6 -2.5,-3.76 -2.5,-1 z"\r
-         id="path9463" />\r
-    </marker>\r
-    <filter\r
-       height="1.1"\r
-       width="1.1"\r
-       inkscape:label="Black Halo"\r
-       id="filter10694">\r
-      <feMorphology\r
-         result="result0"\r
-         radius="3"\r
-         operator="dilate"\r
-         id="feMorphology10696" />\r
-      <feFlood\r
-         result="result3"\r
-         in="result0"\r
-         flood-opacity="1"\r
-         flood-color="rgb(0,0,0)"\r
-         id="feFlood10698" />\r
-      <feComposite\r
-         result="result4"\r
-         operator="in"\r
-         in2="result0"\r
-         in="result3"\r
-         id="feComposite10700" />\r
-      <feMerge\r
-         id="feMerge10702">\r
-        <feMergeNode\r
-           in="result4"\r
-           id="feMergeNode10704"\r
-           inkscape:collect="always" />\r
-        <feMergeNode\r
-           in="SourceGraphic"\r
-           id="feMergeNode10706"\r
-           inkscape:collect="always" />\r
-      </feMerge>\r
-    </filter>\r
-    <marker\r
-       inkscape:stockid="TriangleOutSu"\r
-       orient="auto"\r
-       refY="0"\r
-       refX="0"\r
-       id="TriangleOutSu"\r
-       style="overflow:visible">\r
-      <path\r
-         id="path8127"\r
-         d="M 5.77,0 L -2.88,5 L -2.88,-5 L 5.77,0 z"\r
-         style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none"\r
-         transform="scale(0.2,0.2)" />\r
-    </marker>\r
-    <marker\r
-       inkscape:stockid="TriangleOutSI8"\r
-       orient="auto"\r
-       refY="0"\r
-       refX="0"\r
-       id="TriangleOutSI8"\r
-       style="overflow:visible">\r
-      <path\r
-         id="path8130"\r
-         d="M 5.77,0 L -2.88,5 L -2.88,-5 L 5.77,0 z"\r
-         style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none"\r
-         transform="scale(0.2,0.2)" />\r
-    </marker>\r
-    <marker\r
-       inkscape:stockid="TriangleOutSr"\r
-       orient="auto"\r
-       refY="0"\r
-       refX="0"\r
-       id="TriangleOutSr"\r
-       style="overflow:visible">\r
-      <path\r
-         id="path8133"\r
-         d="M 5.77,0 L -2.88,5 L -2.88,-5 L 5.77,0 z"\r
-         style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none"\r
-         transform="scale(0.2,0.2)" />\r
-    </marker>\r
-    <marker\r
-       inkscape:stockid="TriangleOutSM"\r
-       orient="auto"\r
-       refY="0"\r
-       refX="0"\r
-       id="TriangleOutSM"\r
-       style="overflow:visible">\r
-      <path\r
-         id="path8136"\r
-         d="M 5.77,0 L -2.88,5 L -2.88,-5 L 5.77,0 z"\r
-         style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none"\r
-         transform="scale(0.2,0.2)" />\r
-    </marker>\r
-    <marker\r
-       inkscape:stockid="TriangleOutSb"\r
-       orient="auto"\r
-       refY="0"\r
-       refX="0"\r
-       id="TriangleOutSb"\r
-       style="overflow:visible">\r
-      <path\r
-         id="path8139"\r
-         d="M 5.77,0 L -2.88,5 L -2.88,-5 L 5.77,0 z"\r
-         style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none"\r
-         transform="scale(0.2,0.2)" />\r
-    </marker>\r
-    <marker\r
-       id="marker18095"\r
-       orient="auto"\r
-       markerHeight="5.7450776"\r
-       markerWidth="4.6297302">\r
-      <g\r
-         id="g11064"\r
-         transform="matrix(0.5,0,0,0.5,-185.64298,-257.19655)">\r
-        <path\r
-           sodipodi:nodetypes="csccccccsccssssssssssssssccc"\r
-           id="path11050"\r
-           d="M 370,508.65625 C 369.13933,508.715 368.39056,509.27755 368.09375,510.09375 C 367.82399,510.83551 368.03605,511.62868 368.53125,512.21875 L 366.78125,512.21875 C 366.73884,512.21408 366.69882,512.22093 366.65625,512.21875 L 366.65625,516.59375 L 366.78125,516.59375 L 368.53125,516.59375 C 367.85229,517.45345 367.83424,518.70924 368.625,519.5 C 369.47591,520.35091 370.89909,520.35091 371.75,519.5 L 375.09375,516.125 C 375.12672,516.09552 375.15802,516.06422 375.1875,516.03125 C 375.21972,516.01191 375.25101,515.99105 375.28125,515.96875 C 375.28162,515.96839 375.49976,515.68796 375.5,515.6875 C 375.50005,515.68741 375.49338,515.64282 375.5,515.625 C 375.5011,515.62203 375.53002,515.62832 375.53125,515.625 C 375.57039,515.57293 375.58228,515.57321 375.625,515.5 C 375.76199,515.26524 375.79184,515.12809 375.78125,515.15625 C 375.81807,515.06473 375.79977,515.04374 375.8125,515 C 375.82311,514.98978 375.83353,514.97936 375.84375,514.96875 C 375.90379,514.74477 375.93181,514.45186 375.90625,514.1875 C 375.89266,513.98387 375.84739,513.88985 375.84375,513.875 C 375.84389,513.86458 375.84389,513.85417 375.84375,513.84375 C 375.86975,513.94071 375.85901,513.85978 375.75,513.59375 C 375.69753,513.46336 375.66014,513.37439 375.625,513.3125 C 375.57262,513.22275 375.49154,513.05015 375.28125,512.84375 L 371.75,509.3125 C 371.29355,508.82579 370.66491,508.60087 370,508.65625 z"\r
-           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" />\r
-        <path\r
-           sodipodi:nodetypes="cccscccsssssssscccsccc"\r
-           id="path11035"\r
-           d="M 366.65625,515.40625 L 371.28125,515.40625 L 369.46875,517.21875 C 369.0718,517.6157 369.0718,518.2593 369.46875,518.65625 C 369.8657,519.0532 370.5093,519.0532 370.90625,518.65625 L 374.34375,515.1875 L 374.4375,515.125 C 374.44343,515.11918 374.43171,515.09972 374.4375,515.09375 C 374.49291,515.03659 374.5526,514.97676 374.59375,514.90625 C 374.62239,514.85717 374.63663,514.80216 374.65625,514.75 C 374.66861,514.71928 374.67831,514.68783 374.6875,514.65625 C 374.71862,514.54015 374.73024,514.43132 374.71875,514.3125 C 374.71489,514.25466 374.70138,514.21285 374.6875,514.15625 C 374.6766,514.1156 374.67237,514.07059 374.65625,514.03125 C 374.63982,513.99042 374.61578,513.94505 374.59375,513.90625 C 374.5483,513.82838 374.50015,513.74899 374.4375,513.6875 L 370.90625,510.15625 C 370.69734,509.93349 370.39809,509.8184 370.09375,509.84375 C 369.69897,509.8707 369.35398,510.12813 369.21875,510.5 C 369.08351,510.87187 369.18349,511.28826 369.46875,511.5625 L 371.34375,513.40625 L 366.65625,513.40625"\r
-           style="fill:#49c2f1;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />\r
-      </g>\r
-    </marker>\r
-    <marker\r
-       id="marker44971"\r
-       orient="auto"\r
-       markerHeight="5.7450781"\r
-       markerWidth="4.6297355">\r
-      <g\r
-         id="g18059"\r
-         transform="matrix(0.5,0,0,0.5,-185.64299,-257.19655)">\r
-        <path\r
-           sodipodi:nodetypes="csccccccsccssssssssssssssccc"\r
-           id="path18061"\r
-           d="M 370,508.65625 C 369.13933,508.715 368.39056,509.27755 368.09375,510.09375 C 367.82399,510.83551 368.03605,511.62868 368.53125,512.21875 L 366.78125,512.21875 C 366.73884,512.21408 366.69882,512.22093 366.65625,512.21875 L 366.65625,516.59375 L 366.78125,516.59375 L 368.53125,516.59375 C 367.85229,517.45345 367.83424,518.70924 368.625,519.5 C 369.47591,520.35091 370.89909,520.35091 371.75,519.5 L 375.09375,516.125 C 375.12672,516.09552 375.15802,516.06422 375.1875,516.03125 C 375.21972,516.01191 375.25101,515.99105 375.28125,515.96875 C 375.28162,515.96839 375.49976,515.68796 375.5,515.6875 C 375.50005,515.68741 375.49338,515.64282 375.5,515.625 C 375.5011,515.62203 375.53002,515.62832 375.53125,515.625 C 375.57039,515.57293 375.58228,515.57321 375.625,515.5 C 375.76199,515.26524 375.79184,515.12809 375.78125,515.15625 C 375.81807,515.06473 375.79977,515.04374 375.8125,515 C 375.82311,514.98978 375.83353,514.97936 375.84375,514.96875 C 375.90379,514.74477 375.93181,514.45186 375.90625,514.1875 C 375.89266,513.98387 375.84739,513.88985 375.84375,513.875 C 375.84389,513.86458 375.84389,513.85417 375.84375,513.84375 C 375.86975,513.94071 375.85901,513.85978 375.75,513.59375 C 375.69753,513.46336 375.66014,513.37439 375.625,513.3125 C 375.57262,513.22275 375.49154,513.05015 375.28125,512.84375 L 371.75,509.3125 C 371.29355,508.82579 370.66491,508.60087 370,508.65625 z"\r
-           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" />\r
-        <path\r
-           sodipodi:nodetypes="cccscccsssssssscccsccc"\r
-           id="path18063"\r
-           d="M 366.65625,515.40625 L 371.28125,515.40625 L 369.46875,517.21875 C 369.0718,517.6157 369.0718,518.2593 369.46875,518.65625 C 369.8657,519.0532 370.5093,519.0532 370.90625,518.65625 L 374.34375,515.1875 L 374.4375,515.125 C 374.44343,515.11918 374.43171,515.09972 374.4375,515.09375 C 374.49291,515.03659 374.5526,514.97676 374.59375,514.90625 C 374.62239,514.85717 374.63663,514.80216 374.65625,514.75 C 374.66861,514.71928 374.67831,514.68783 374.6875,514.65625 C 374.71862,514.54015 374.73024,514.43132 374.71875,514.3125 C 374.71489,514.25466 374.70138,514.21285 374.6875,514.15625 C 374.6766,514.1156 374.67237,514.07059 374.65625,514.03125 C 374.63982,513.99042 374.61578,513.94505 374.59375,513.90625 C 374.5483,513.82838 374.50015,513.74899 374.4375,513.6875 L 370.90625,510.15625 C 370.69734,509.93349 370.39809,509.8184 370.09375,509.84375 C 369.69897,509.8707 369.35398,510.12813 369.21875,510.5 C 369.08351,510.87187 369.18349,511.28826 369.46875,511.5625 L 371.34375,513.40625 L 366.65625,513.40625"\r
-           style="fill:#d9d9cd;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />\r
-      </g>\r
-    </marker>\r
-    <marker\r
-       id="marker52016"\r
-       orient="auto"\r
-       markerHeight="5.7450786"\r
-       markerWidth="4.6297302">\r
-      <g\r
-         id="g52010"\r
-         transform="matrix(0.5,0,0,0.5,-185.64299,-257.19655)">\r
-        <path\r
-           sodipodi:nodetypes="csccccccsccssssssssssssssccc"\r
-           id="path52012"\r
-           d="M 370,508.65625 C 369.13933,508.715 368.39056,509.27755 368.09375,510.09375 C 367.82399,510.83551 368.03605,511.62868 368.53125,512.21875 L 366.78125,512.21875 C 366.73884,512.21408 366.69882,512.22093 366.65625,512.21875 L 366.65625,516.59375 L 366.78125,516.59375 L 368.53125,516.59375 C 367.85229,517.45345 367.83424,518.70924 368.625,519.5 C 369.47591,520.35091 370.89909,520.35091 371.75,519.5 L 375.09375,516.125 C 375.12672,516.09552 375.15802,516.06422 375.1875,516.03125 C 375.21972,516.01191 375.25101,515.99105 375.28125,515.96875 C 375.28162,515.96839 375.49976,515.68796 375.5,515.6875 C 375.50005,515.68741 375.49338,515.64282 375.5,515.625 C 375.5011,515.62203 375.53002,515.62832 375.53125,515.625 C 375.57039,515.57293 375.58228,515.57321 375.625,515.5 C 375.76199,515.26524 375.79184,515.12809 375.78125,515.15625 C 375.81807,515.06473 375.79977,515.04374 375.8125,515 C 375.82311,514.98978 375.83353,514.97936 375.84375,514.96875 C 375.90379,514.74477 375.93181,514.45186 375.90625,514.1875 C 375.89266,513.98387 375.84739,513.88985 375.84375,513.875 C 375.84389,513.86458 375.84389,513.85417 375.84375,513.84375 C 375.86975,513.94071 375.85901,513.85978 375.75,513.59375 C 375.69753,513.46336 375.66014,513.37439 375.625,513.3125 C 375.57262,513.22275 375.49154,513.05015 375.28125,512.84375 L 371.75,509.3125 C 371.29355,508.82579 370.66491,508.60087 370,508.65625 z"\r
-           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" />\r
-        <path\r
-           sodipodi:nodetypes="cccscccsssssssscccsccc"\r
-           id="path52014"\r
-           d="M 366.65625,515.40625 L 371.28125,515.40625 L 369.46875,517.21875 C 369.0718,517.6157 369.0718,518.2593 369.46875,518.65625 C 369.8657,519.0532 370.5093,519.0532 370.90625,518.65625 L 374.34375,515.1875 L 374.4375,515.125 C 374.44343,515.11918 374.43171,515.09972 374.4375,515.09375 C 374.49291,515.03659 374.5526,514.97676 374.59375,514.90625 C 374.62239,514.85717 374.63663,514.80216 374.65625,514.75 C 374.66861,514.71928 374.67831,514.68783 374.6875,514.65625 C 374.71862,514.54015 374.73024,514.43132 374.71875,514.3125 C 374.71489,514.25466 374.70138,514.21285 374.6875,514.15625 C 374.6766,514.1156 374.67237,514.07059 374.65625,514.03125 C 374.63982,513.99042 374.61578,513.94505 374.59375,513.90625 C 374.5483,513.82838 374.50015,513.74899 374.4375,513.6875 L 370.90625,510.15625 C 370.69734,509.93349 370.39809,509.8184 370.09375,509.84375 C 369.69897,509.8707 369.35398,510.12813 369.21875,510.5 C 369.08351,510.87187 369.18349,511.28826 369.46875,511.5625 L 371.34375,513.40625 L 366.65625,513.40625"\r
-           style="fill:#f39300;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />\r
-      </g>\r
-    </marker>\r
-    <marker\r
-       id="marker64887"\r
-       orient="auto"\r
-       markerHeight="5.745079"\r
-       markerWidth="4.6297255">\r
-      <g\r
-         id="g64855"\r
-         transform="matrix(0.5,0,0,0.5,-185.64299,-257.19655)">\r
-        <path\r
-           sodipodi:nodetypes="csccccccsccssssssssssssssccc"\r
-           id="path64857"\r
-           d="M 370,508.65625 C 369.13933,508.715 368.39056,509.27755 368.09375,510.09375 C 367.82399,510.83551 368.03605,511.62868 368.53125,512.21875 L 366.78125,512.21875 C 366.73884,512.21408 366.69882,512.22093 366.65625,512.21875 L 366.65625,516.59375 L 366.78125,516.59375 L 368.53125,516.59375 C 367.85229,517.45345 367.83424,518.70924 368.625,519.5 C 369.47591,520.35091 370.89909,520.35091 371.75,519.5 L 375.09375,516.125 C 375.12672,516.09552 375.15802,516.06422 375.1875,516.03125 C 375.21972,516.01191 375.25101,515.99105 375.28125,515.96875 C 375.28162,515.96839 375.49976,515.68796 375.5,515.6875 C 375.50005,515.68741 375.49338,515.64282 375.5,515.625 C 375.5011,515.62203 375.53002,515.62832 375.53125,515.625 C 375.57039,515.57293 375.58228,515.57321 375.625,515.5 C 375.76199,515.26524 375.79184,515.12809 375.78125,515.15625 C 375.81807,515.06473 375.79977,515.04374 375.8125,515 C 375.82311,514.98978 375.83353,514.97936 375.84375,514.96875 C 375.90379,514.74477 375.93181,514.45186 375.90625,514.1875 C 375.89266,513.98387 375.84739,513.88985 375.84375,513.875 C 375.84389,513.86458 375.84389,513.85417 375.84375,513.84375 C 375.86975,513.94071 375.85901,513.85978 375.75,513.59375 C 375.69753,513.46336 375.66014,513.37439 375.625,513.3125 C 375.57262,513.22275 375.49154,513.05015 375.28125,512.84375 L 371.75,509.3125 C 371.29355,508.82579 370.66491,508.60087 370,508.65625 z"\r
-           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" />\r
-        <path\r
-           sodipodi:nodetypes="cccscccsssssssscccsccc"\r
-           id="path64859"\r
-           d="M 366.65625,515.40625 L 371.28125,515.40625 L 369.46875,517.21875 C 369.0718,517.6157 369.0718,518.2593 369.46875,518.65625 C 369.8657,519.0532 370.5093,519.0532 370.90625,518.65625 L 374.34375,515.1875 L 374.4375,515.125 C 374.44343,515.11918 374.43171,515.09972 374.4375,515.09375 C 374.49291,515.03659 374.5526,514.97676 374.59375,514.90625 C 374.62239,514.85717 374.63663,514.80216 374.65625,514.75 C 374.66861,514.71928 374.67831,514.68783 374.6875,514.65625 C 374.71862,514.54015 374.73024,514.43132 374.71875,514.3125 C 374.71489,514.25466 374.70138,514.21285 374.6875,514.15625 C 374.6766,514.1156 374.67237,514.07059 374.65625,514.03125 C 374.63982,513.99042 374.61578,513.94505 374.59375,513.90625 C 374.5483,513.82838 374.50015,513.74899 374.4375,513.6875 L 370.90625,510.15625 C 370.69734,509.93349 370.39809,509.8184 370.09375,509.84375 C 369.69897,509.8707 369.35398,510.12813 369.21875,510.5 C 369.08351,510.87187 369.18349,511.28826 369.46875,511.5625 L 371.34375,513.40625 L 366.65625,513.40625"\r
-           style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />\r
-      </g>\r
-    </marker>\r
-    <marker\r
-       id="marker4057"\r
-       orient="auto"\r
-       markerHeight="5.745079"\r
-       markerWidth="4.6297302">\r
-      <g\r
-         id="g51986"\r
-         transform="matrix(0.5,0,0,0.5,-185.64299,-257.19655)">\r
-        <path\r
-           sodipodi:nodetypes="csccccccsccssssssssssssssccc"\r
-           id="path51988"\r
-           d="M 370,508.65625 C 369.13933,508.715 368.39056,509.27755 368.09375,510.09375 C 367.82399,510.83551 368.03605,511.62868 368.53125,512.21875 L 366.78125,512.21875 C 366.73884,512.21408 366.69882,512.22093 366.65625,512.21875 L 366.65625,516.59375 L 366.78125,516.59375 L 368.53125,516.59375 C 367.85229,517.45345 367.83424,518.70924 368.625,519.5 C 369.47591,520.35091 370.89909,520.35091 371.75,519.5 L 375.09375,516.125 C 375.12672,516.09552 375.15802,516.06422 375.1875,516.03125 C 375.21972,516.01191 375.25101,515.99105 375.28125,515.96875 C 375.28162,515.96839 375.49976,515.68796 375.5,515.6875 C 375.50005,515.68741 375.49338,515.64282 375.5,515.625 C 375.5011,515.62203 375.53002,515.62832 375.53125,515.625 C 375.57039,515.57293 375.58228,515.57321 375.625,515.5 C 375.76199,515.26524 375.79184,515.12809 375.78125,515.15625 C 375.81807,515.06473 375.79977,515.04374 375.8125,515 C 375.82311,514.98978 375.83353,514.97936 375.84375,514.96875 C 375.90379,514.74477 375.93181,514.45186 375.90625,514.1875 C 375.89266,513.98387 375.84739,513.88985 375.84375,513.875 C 375.84389,513.86458 375.84389,513.85417 375.84375,513.84375 C 375.86975,513.94071 375.85901,513.85978 375.75,513.59375 C 375.69753,513.46336 375.66014,513.37439 375.625,513.3125 C 375.57262,513.22275 375.49154,513.05015 375.28125,512.84375 L 371.75,509.3125 C 371.29355,508.82579 370.66491,508.60087 370,508.65625 z"\r
-           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" />\r
-        <path\r
-           sodipodi:nodetypes="cccscccsssssssscccsccc"\r
-           id="path51990"\r
-           d="M 366.65625,515.40625 L 371.28125,515.40625 L 369.46875,517.21875 C 369.0718,517.6157 369.0718,518.2593 369.46875,518.65625 C 369.8657,519.0532 370.5093,519.0532 370.90625,518.65625 L 374.34375,515.1875 L 374.4375,515.125 C 374.44343,515.11918 374.43171,515.09972 374.4375,515.09375 C 374.49291,515.03659 374.5526,514.97676 374.59375,514.90625 C 374.62239,514.85717 374.63663,514.80216 374.65625,514.75 C 374.66861,514.71928 374.67831,514.68783 374.6875,514.65625 C 374.71862,514.54015 374.73024,514.43132 374.71875,514.3125 C 374.71489,514.25466 374.70138,514.21285 374.6875,514.15625 C 374.6766,514.1156 374.67237,514.07059 374.65625,514.03125 C 374.63982,513.99042 374.61578,513.94505 374.59375,513.90625 C 374.5483,513.82838 374.50015,513.74899 374.4375,513.6875 L 370.90625,510.15625 C 370.69734,509.93349 370.39809,509.8184 370.09375,509.84375 C 369.69897,509.8707 369.35398,510.12813 369.21875,510.5 C 369.08351,510.87187 369.18349,511.28826 369.46875,511.5625 L 371.34375,513.40625 L 366.65625,513.40625"\r
-           style="fill:#49c2f1;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />\r
-      </g>\r
-    </marker>\r
-    <marker\r
-       id="marker72805"\r
-       orient="auto"\r
-       markerHeight="4.5568175"\r
-       markerWidth="4.0334239">\r
-      <path\r
-         sodipodi:nodetypes="cccscccsssssssscccsccc"\r
-         id="path18057"\r
-         d="M -2.0167119,0.50456824 L 0.29578813,0.50456824 L -0.61046187,1.4108182 C -0.80893187,1.6092982 -0.80893187,1.9310982 -0.61046187,2.1295682 C -0.41198187,2.3280482 -0.090181874,2.3280482 0.10828813,2.1295682 L 1.8270381,0.39519824 L 1.8739181,0.36394824 C 1.8768781,0.36103824 1.8710181,0.35130824 1.8739181,0.34831824 C 1.9016181,0.31973824 1.9314681,0.28982824 1.9520381,0.25456824 C 1.9663581,0.23002824 1.9734781,0.20252824 1.9832881,0.17644824 C 1.9894681,0.16108824 1.9943181,0.14535824 1.9989181,0.12956824 C 2.0144781,0.07151824 2.0202881,0.01710824 2.0145381,-0.04230176 C 2.0126081,-0.07122176 2.0058581,-0.09213176 1.9989181,-0.12043176 C 1.9934681,-0.14075176 1.9913481,-0.16326176 1.9832881,-0.18293176 C 1.9750781,-0.20334176 1.9630581,-0.22603176 1.9520381,-0.24543176 C 1.9293181,-0.28436176 1.9052381,-0.32406176 1.8739181,-0.35480176 L 0.10828813,-2.1204318 C 0.003838126,-2.2318118 -0.14579187,-2.2893518 -0.29796187,-2.2766818 C -0.49535187,-2.2632018 -0.66784187,-2.1344918 -0.73546187,-1.9485518 C -0.80308187,-1.7626218 -0.75309187,-1.5544218 -0.61046187,-1.4173018 L 0.32703813,-0.49543176 L -2.0167119,-0.49543176"\r
-         style="fill:#f39300;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />\r
-    </marker>\r
-    <marker\r
-       id="marker72808"\r
-       orient="auto"\r
-       markerHeight="4.5568123"\r
-       markerWidth="4.0334177">\r
-      <path\r
-         sodipodi:nodetypes="cccscccsssssssscccsccc"\r
-         id="path72801"\r
-         d="M -2.016709,0.50457301 L 0.29579105,0.50457301 L -0.61045895,1.410823 C -0.80893895,1.609293 -0.80893895,1.931093 -0.61045895,2.129573 C -0.41198895,2.328043 -0.090188953,2.328043 0.10829105,2.129573 L 1.827041,0.39519301 L 1.873911,0.36394301 C 1.876881,0.36103301 1.871021,0.35130301 1.873911,0.34832301 C 1.901621,0.31974301 1.931461,0.28982301 1.952041,0.25457301 C 1.966361,0.23003301 1.973481,0.20252301 1.983291,0.17644301 C 1.989471,0.16108301 1.994321,0.14536301 1.998911,0.12957301 C 2.014471,0.071523013 2.020281,0.017103013 2.014541,-0.042306987 C 2.012611,-0.071226987 2.005851,-0.092126987 1.998911,-0.12042699 C 1.993461,-0.14075699 1.991351,-0.16325699 1.983291,-0.18292699 C 1.975071,-0.20334699 1.963051,-0.22602699 1.952041,-0.24542699 C 1.929311,-0.28436699 1.905241,-0.32405699 1.873911,-0.35480699 L 0.10829105,-2.120427 C 0.003831047,-2.231807 -0.14578895,-2.289357 -0.29795895,-2.276677 C -0.49534895,-2.263207 -0.66784895,-2.134487 -0.73545895,-1.948557 C -0.80307895,-1.762617 -0.75308895,-1.554427 -0.61045895,-1.417307 L 0.32704105,-0.49542699 L -2.016709,-0.49542699"\r
-         style="fill:#d9d9cd;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />\r
-    </marker>\r
-    <marker\r
-       style="overflow:visible"\r
-       id="DotSuN"\r
-       refX="0"\r
-       refY="0"\r
-       orient="auto"\r
-       inkscape:stockid="DotSuN">\r
-      <path\r
-         transform="matrix(0.2,0,0,0.2,1.48,0.2)"\r
-         style="fill:#f39300;fill-rule:evenodd;stroke:#f39300;stroke-width:1pt;marker-start:none;marker-end:none"\r
-         d="M -2.5,-1 C -2.5,1.76 -4.74,4 -7.5,4 C -10.26,4 -12.5,1.76 -12.5,-1 C -12.5,-3.76 -10.26,-6 -7.5,-6 C -4.74,-6 -2.5,-3.76 -2.5,-1 z"\r
-         id="path81580" />\r
-    </marker>\r
-    <linearGradient\r
-       inkscape:collect="always"\r
-       xlink:href="#linearGradient1507"\r
-       id="linearGradient92445"\r
-       gradientUnits="userSpaceOnUse"\r
-       gradientTransform="scale(0.9446888,1.0585496)"\r
-       x1="201.38963"\r
-       y1="843.20789"\r
-       x2="547.80804"\r
-       y2="383.76529" />\r
-    <radialGradient\r
-       r="109.42857"\r
-       fy="97.300964"\r
-       fx="-147.5"\r
-       cy="97.300964"\r
-       cx="-147.5"\r
-       gradientTransform="matrix(0.8305603,1.0914308e-3,-1.9528524e-3,0.2729933,281.94958,112.36765)"\r
-       gradientUnits="userSpaceOnUse"\r
-       id="radialGradient112303"\r
-       xlink:href="#linearGradient3286"\r
-       inkscape:collect="always" />\r
-    <radialGradient\r
-       r="109.42857"\r
-       fy="97.300964"\r
-       fx="-147.5"\r
-       cy="97.300964"\r
-       cx="-147.5"\r
-       gradientTransform="matrix(0.8305603,1.0914308e-3,-1.9528524e-3,0.2729933,281.94958,112.36765)"\r
-       gradientUnits="userSpaceOnUse"\r
-       id="radialGradient112301"\r
-       xlink:href="#linearGradient3286"\r
-       inkscape:collect="always" />\r
-    <radialGradient\r
-       r="109.42857"\r
-       fy="97.300964"\r
-       fx="-147.5"\r
-       cy="97.300964"\r
-       cx="-147.5"\r
-       gradientTransform="matrix(0.8305603,1.0914308e-3,-1.9528524e-3,0.2729933,281.94958,112.36765)"\r
-       gradientUnits="userSpaceOnUse"\r
-       id="radialGradient112299"\r
-       xlink:href="#linearGradient3286"\r
-       inkscape:collect="always" />\r
-    <radialGradient\r
-       gradientUnits="userSpaceOnUse"\r
-       gradientTransform="matrix(1.293791,1.3701286e-2,-5.3144349e-3,0.5018339,-46.792176,73.88505)"\r
-       r="95.092682"\r
-       fy="112.14567"\r
-       fx="153.46323"\r
-       cy="112.14567"\r
-       cx="153.46323"\r
-       id="radialGradient112297"\r
-       xlink:href="#linearGradient11508"\r
-       inkscape:collect="always" />\r
-    <radialGradient\r
-       r="109.42857"\r
-       fy="97.300964"\r
-       fx="-147.5"\r
-       cy="97.300964"\r
-       cx="-147.5"\r
-       gradientTransform="matrix(1.3208501,2.3843471e-3,-3.1056446e-3,0.596383,334.93437,78.721097)"\r
-       gradientUnits="userSpaceOnUse"\r
-       id="radialGradient112295"\r
-       xlink:href="#linearGradient3286"\r
-       inkscape:collect="always" />\r
-    <radialGradient\r
-       r="109.42857"\r
-       fy="97.300964"\r
-       fx="-147.5"\r
-       cy="97.300964"\r
-       cx="-147.5"\r
-       gradientTransform="matrix(1.3208501,2.3843471e-3,-3.1056446e-3,0.596383,334.93437,78.721097)"\r
-       gradientUnits="userSpaceOnUse"\r
-       id="radialGradient112293"\r
-       xlink:href="#linearGradient3286"\r
-       inkscape:collect="always" />\r
-    <radialGradient\r
-       r="109.42857"\r
-       fy="97.300964"\r
-       fx="-147.5"\r
-       cy="97.300964"\r
-       cx="-147.5"\r
-       gradientTransform="matrix(1.3208501,2.3843471e-3,-3.1056446e-3,0.596383,334.93437,78.721097)"\r
-       gradientUnits="userSpaceOnUse"\r
-       id="radialGradient112291"\r
-       xlink:href="#linearGradient3286"\r
-       inkscape:collect="always" />\r
-    <radialGradient\r
-       r="109.42857"\r
-       fy="97.300964"\r
-       fx="-147.5"\r
-       cy="97.300964"\r
-       cx="-147.5"\r
-       gradientTransform="matrix(1.3208501,2.3843471e-3,-3.1056446e-3,0.596383,334.93437,78.721097)"\r
-       gradientUnits="userSpaceOnUse"\r
-       id="radialGradient112289"\r
-       xlink:href="#linearGradient3286"\r
-       inkscape:collect="always" />\r
-    <radialGradient\r
-       r="109.42857"\r
-       fy="97.300964"\r
-       fx="-147.5"\r
-       cy="97.300964"\r
-       cx="-147.5"\r
-       gradientTransform="matrix(1.3208501,2.3843471e-3,-3.1056446e-3,0.596383,334.93437,78.721097)"\r
-       gradientUnits="userSpaceOnUse"\r
-       id="radialGradient112287"\r
-       xlink:href="#linearGradient3286"\r
-       inkscape:collect="always" />\r
-    <linearGradient\r
-       id="linearGradient1694">\r
-      <stop\r
-         id="stop1695"\r
-         offset="0.0000000"\r
-         style="stop-color:#ffffff;stop-opacity:0.0000000;" />\r
-      <stop\r
-         id="stop1696"\r
-         offset="1.0000000"\r
-         style="stop-color:#ffffff;stop-opacity:1.0000000;" />\r
-    </linearGradient>\r
-    <linearGradient\r
-       id="linearGradient112278">\r
-      <stop\r
-         id="stop112280"\r
-         offset="0.0000000"\r
-         style="stop-color:#0c1fdb;stop-opacity:1.0000000;" />\r
-      <stop\r
-         id="stop112282"\r
-         offset="1.0000000"\r
-         style="stop-color:#062d76;stop-opacity:1.0000000;" />\r
-    </linearGradient>\r
-    <linearGradient\r
-       gradientTransform="scale(1.475472,0.677749)"\r
-       gradientUnits="userSpaceOnUse"\r
-       id="linearGradient1686"\r
-       inkscape:collect="always"\r
-       x1="242.39842"\r
-       x2="242.39842"\r
-       xlink:href="#linearGradient1683"\r
-       y1="1035.3337"\r
-       y2="636.25543" />\r
-    <linearGradient\r
-       gradientTransform="scale(1.475472,0.677749)"\r
-       gradientUnits="userSpaceOnUse"\r
-       id="linearGradient1690"\r
-       inkscape:collect="always"\r
-       x1="240.86183"\r
-       x2="240.86183"\r
-       xlink:href="#linearGradient1683"\r
-       y1="635.74658"\r
-       y2="1038.9441" />\r
-    <linearGradient\r
-       gradientTransform="scale(1.479463,0.675921)"\r
-       gradientUnits="userSpaceOnUse"\r
-       id="linearGradient1692"\r
-       inkscape:collect="always"\r
-       x1="244.8598"\r
-       x2="244.8598"\r
-       xlink:href="#linearGradient1694"\r
-       y1="827.01349"\r
-       y2="646.06177" />\r
-    <linearGradient\r
-       gradientTransform="matrix(0,1.475472,-0.677749,0,0,0)"\r
-       gradientUnits="userSpaceOnUse"\r
-       id="linearGradient112273"\r
-       inkscape:collect="always"\r
-       x1="303.90472"\r
-       x2="-93.992599"\r
-       xlink:href="#linearGradient1683"\r
-       y1="-492.41382"\r
-       y2="-492.41382" />\r
-    <linearGradient\r
-       gradientTransform="matrix(0,1.475472,-0.677749,0,0,0)"\r
-       gradientUnits="userSpaceOnUse"\r
-       id="linearGradient112271"\r
-       inkscape:collect="always"\r
-       x1="-92.98716"\r
-       x2="315.00735"\r
-       xlink:href="#linearGradient1683"\r
-       y1="-477.69666"\r
-       y2="-477.69669" />\r
-    <linearGradient\r
-       gradientTransform="matrix(0,1.475473,-0.677749,0,0,0)"\r
-       gradientUnits="userSpaceOnUse"\r
-       id="linearGradient1705"\r
-       inkscape:collect="always"\r
-       x1="112.06259"\r
-       x2="-170.00552"\r
-       xlink:href="#linearGradient1694"\r
-       y1="-485.28952"\r
-       y2="-485.28973" />\r
-    <radialGradient\r
-       r="109.42857"\r
-       fy="97.300964"\r
-       fx="-147.5"\r
-       cy="97.300964"\r
-       cx="-147.5"\r
-       gradientTransform="matrix(0.9214039,2.3896193e-3,-2.166448e-3,0.5977017,262.24281,78.560061)"\r
-       gradientUnits="userSpaceOnUse"\r
-       id="radialGradient5287"\r
-       xlink:href="#linearGradient3286"\r
-       inkscape:collect="always" />\r
-    <radialGradient\r
-       r="109.42857"\r
-       fy="97.300964"\r
-       fx="-147.5"\r
-       cy="97.300964"\r
-       cx="-147.5"\r
-       gradientTransform="matrix(0.9214039,2.3896193e-3,-2.166448e-3,0.5977017,262.24281,78.560061)"\r
-       gradientUnits="userSpaceOnUse"\r
-       id="radialGradient5285"\r
-       xlink:href="#linearGradient3286"\r
-       inkscape:collect="always" />\r
-    <radialGradient\r
-       r="109.42857"\r
-       fy="97.300964"\r
-       fx="-147.5"\r
-       cy="97.300964"\r
-       cx="-147.5"\r
-       gradientTransform="matrix(0.9214039,2.3896193e-3,-2.166448e-3,0.5977017,262.24281,78.560061)"\r
-       gradientUnits="userSpaceOnUse"\r
-       id="radialGradient5283"\r
-       xlink:href="#linearGradient3286"\r
-       inkscape:collect="always" />\r
-    <radialGradient\r
-       r="109.42857"\r
-       fy="97.300964"\r
-       fx="-147.5"\r
-       cy="97.300964"\r
-       cx="-147.5"\r
-       gradientTransform="matrix(1.3208501,2.3843471e-3,-3.1056446e-3,0.596383,334.93437,78.721097)"\r
-       gradientUnits="userSpaceOnUse"\r
-       id="radialGradient5281"\r
-       xlink:href="#linearGradient11508"\r
-       inkscape:collect="always" />\r
-    <radialGradient\r
-       r="109.42857"\r
-       fy="97.300964"\r
-       fx="-147.5"\r
-       cy="97.300964"\r
-       cx="-147.5"\r
-       gradientTransform="matrix(1.3208501,2.3843471e-3,-3.1056446e-3,0.596383,334.93437,78.721097)"\r
-       gradientUnits="userSpaceOnUse"\r
-       id="radialGradient11602"\r
-       xlink:href="#linearGradient19816"\r
-       inkscape:collect="always" />\r
-    <radialGradient\r
-       r="109.42857"\r
-       fy="97.300964"\r
-       fx="-147.5"\r
-       cy="97.300964"\r
-       cx="-147.5"\r
-       gradientTransform="matrix(0.9214039,2.3896193e-3,-2.166448e-3,0.5977017,262.24281,78.560061)"\r
-       gradientUnits="userSpaceOnUse"\r
-       id="radialGradient15668"\r
-       xlink:href="#linearGradient7299"\r
-       inkscape:collect="always" />\r
-    <linearGradient\r
-       gradientUnits="userSpaceOnUse"\r
-       y2="148.38934"\r
-       x2="389.01984"\r
-       y1="148.38934"\r
-       x1="96.085953"\r
-       id="linearGradient5355"\r
-       xlink:href="#linearGradient5349"\r
-       inkscape:collect="always" />\r
-    <linearGradient\r
-       id="linearGradient4152">\r
-      <stop\r
-         id="stop4154"\r
-         offset="0"\r
-         style="stop-color:#6b6bff;stop-opacity:1;" />\r
-      <stop\r
-         id="stop4156"\r
-         offset="1"\r
-         style="stop-color:#6b6bff;stop-opacity:0;" />\r
-    </linearGradient>\r
-    <linearGradient\r
-       id="linearGradient5349">\r
-      <stop\r
-         id="stop5351"\r
-         offset="0"\r
-         style="stop-color:#000000;stop-opacity:1;" />\r
-      <stop\r
-         id="stop5353"\r
-         offset="1"\r
-         style="stop-color:#000000;stop-opacity:0;" />\r
-    </linearGradient>\r
-    <linearGradient\r
-       id="linearGradient112247">\r
-      <stop\r
-         id="stop112249"\r
-         offset="0"\r
-         style="stop-color:#ffffff;stop-opacity:1" />\r
-      <stop\r
-         id="stop112251"\r
-         offset="1"\r
-         style="stop-color:#a090e7;stop-opacity:1" />\r
-    </linearGradient>\r
-    <linearGradient\r
-       id="linearGradient9263">\r
-      <stop\r
-         id="stop9265"\r
-         offset="0"\r
-         style="stop-color:#000000;stop-opacity:0" />\r
-      <stop\r
-         id="stop9267"\r
-         offset="1"\r
-         style="stop-color:#000000;stop-opacity:0;" />\r
-    </linearGradient>\r
-    <marker\r
-       style="overflow:visible"\r
-       id="marker112241"\r
-       refX="0"\r
-       refY="0"\r
-       orient="auto"\r
-       inkscape:stockid="TriangleOutL">\r
-      <path\r
-         transform="scale(0.8,0.8)"\r
-         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"\r
-         d="M 5.77,0 L -2.88,5 L -2.88,-5 L 5.77,0 z"\r
-         id="path16734" />\r
-    </marker>\r
-    <marker\r
-       style="overflow:visible"\r
-       id="TriangleInL"\r
-       refX="0"\r
-       refY="0"\r
-       orient="auto"\r
-       inkscape:stockid="TriangleInL">\r
-      <path\r
-         transform="scale(-0.8,-0.8)"\r
-         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"\r
-         d="M 5.77,0 L -2.88,5 L -2.88,-5 L 5.77,0 z"\r
-         id="path16743" />\r
-    </marker>\r
-    <marker\r
-       style="overflow:visible"\r
-       id="TriangleOutM"\r
-       refX="0"\r
-       refY="0"\r
-       orient="auto"\r
-       inkscape:stockid="TriangleOutM">\r
-      <path\r
-         transform="scale(0.4,0.4)"\r
-         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"\r
-         d="M 5.77,0 L -2.88,5 L -2.88,-5 L 5.77,0 z"\r
-         id="path16731" />\r
-    </marker>\r
-    <marker\r
-       style="overflow:visible"\r
-       id="marker112234"\r
-       refX="0"\r
-       refY="0"\r
-       orient="auto"\r
-       inkscape:stockid="Arrow1Lend">\r
-      <path\r
-         transform="matrix(-0.8,0,0,-0.8,-10,0)"\r
-         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"\r
-         d="M 0,0 L 5,-5 L -12.5,0 L 5,5 L 0,0 z"\r
-         id="path16829" />\r
-    </marker>\r
-    <marker\r
-       style="overflow:visible"\r
-       id="marker112230"\r
-       refX="0"\r
-       refY="0"\r
-       orient="auto"\r
-       inkscape:stockid="Arrow2Lend">\r
-      <path\r
-         transform="matrix(-1.1,0,0,-1.1,-1.1,0)"\r
-         d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.97309,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z"\r
-         style="font-size:12px;fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"\r
-         id="path112232" />\r
-    </marker>\r
-    <linearGradient\r
-       id="linearGradient112224">\r
-      <stop\r
-         style="stop-color:#ffffff;stop-opacity:1;"\r
-         offset="0"\r
-         id="stop112226" />\r
-      <stop\r
-         style="stop-color:#e7e790;stop-opacity:1;"\r
-         offset="1"\r
-         id="stop112228" />\r
-    </linearGradient>\r
-    <marker\r
-       style="overflow:visible"\r
-       id="marker112220"\r
-       refX="0"\r
-       refY="0"\r
-       orient="auto">\r
-      <path\r
-         transform="matrix(-1,0,0,-1,-10,0)"\r
-         style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"\r
-         d="M 0,0 L 0,-5 L -10,0 L 0,5 L 0,0 z"\r
-         id="path112222" />\r
-    </marker>\r
-    <marker\r
-       style="overflow:visible"\r
-       id="EmptyArrow"\r
-       refX="0"\r
-       refY="0"\r
-       orient="auto">\r
-      <path\r
-         transform="matrix(-1,0,0,-1,-10,0)"\r
-         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"\r
-         d="M 0,0 L 0,-5 L -12.5,0 L 0,5 L 0,0 z M -0.5,0 L -0.5,-4.5 L -12,0 L -0.5,4.5 L -0.5,0 z"\r
-         id="path9" />\r
-    </marker>\r
-    <linearGradient\r
-       id="linearGradient112212">\r
-      <stop\r
-         id="stop112214"\r
-         offset="0"\r
-         style="stop-color:#ffffff;stop-opacity:1;" />\r
-      <stop\r
-         id="stop112216"\r
-         offset="1"\r
-         style="stop-color:#79e291;stop-opacity:1;" />\r
-    </linearGradient>\r
-    <marker\r
-       style="overflow:visible"\r
-       id="marker112208"\r
-       refX="0"\r
-       refY="0"\r
-       orient="auto">\r
-      <path\r
-         transform="translate(-5,0)"\r
-         style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"\r
-         d="M 0,-5 L -5,0 L 0,5 L 5,0 L 0,-5 z"\r
-         id="path112210" />\r
-    </marker>\r
-    <marker\r
-       style="overflow:visible"\r
-       id="DiamondL"\r
-       refX="0"\r
-       refY="0"\r
-       orient="auto"\r
-       inkscape:stockid="DiamondL">\r
-      <path\r
-         transform="scale(0.8,0.8)"\r
-         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"\r
-         d="M 0,-7.0710768 L -7.0710894,0 L 0,7.0710589 L 7.0710462,0 L 0,-7.0710768 z"\r
-         id="path4404" />\r
-    </marker>\r
-    <linearGradient\r
-       id="linearGradient112200">\r
-      <stop\r
-         style="stop-color:#ffffff;stop-opacity:1;"\r
-         offset="0"\r
-         id="stop112202" />\r
-      <stop\r
-         style="stop-color:#e27979;stop-opacity:1"\r
-         offset="1"\r
-         id="stop112204" />\r
-    </linearGradient>\r
-    <linearGradient\r
-       id="linearGradient11516">\r
-      <stop\r
-         style="stop-color:#ffffff;stop-opacity:1"\r
-         offset="0"\r
-         id="stop11518" />\r
-      <stop\r
-         style="stop-color:#a090e7;stop-opacity:1"\r
-         offset="1"\r
-         id="stop11520" />\r
-    </linearGradient>\r
-    <marker\r
-       style="overflow:visible"\r
-       id="Arrow2Lstart"\r
-       refX="0"\r
-       refY="0"\r
-       orient="auto"\r
-       inkscape:stockid="Arrow2Lstart">\r
-      <path\r
-         transform="matrix(1.1,0,0,1.1,1.1,0)"\r
-         d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.97309,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z"\r
-         style="font-size:12px;fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"\r
-         id="path6743" />\r
-    </marker>\r
-    <inkscape:perspective\r
-       id="perspective112192"\r
-       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"\r
-       inkscape:vp_z="744.09448 : 526.18109 : 1"\r
-       inkscape:vp_y="0 : 1000 : 0"\r
-       inkscape:vp_x="0 : 526.18109 : 1"\r
-       sodipodi:type="inkscape:persp3d" />\r
-    <inkscape:perspective\r
-       id="perspective9300"\r
-       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"\r
-       inkscape:vp_z="744.09448 : 526.18109 : 1"\r
-       inkscape:vp_y="0 : 1000 : 0"\r
-       inkscape:vp_x="0 : 526.18109 : 1"\r
-       sodipodi:type="inkscape:persp3d" />\r
-    <inkscape:perspective\r
-       id="perspective9574"\r
-       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"\r
-       inkscape:vp_z="744.09448 : 526.18109 : 1"\r
-       inkscape:vp_y="0 : 1000 : 0"\r
-       inkscape:vp_x="0 : 526.18109 : 1"\r
-       sodipodi:type="inkscape:persp3d" />\r
-    <inkscape:perspective\r
-       id="perspective9882"\r
-       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"\r
-       inkscape:vp_z="744.09448 : 526.18109 : 1"\r
-       inkscape:vp_y="0 : 1000 : 0"\r
-       inkscape:vp_x="0 : 526.18109 : 1"\r
-       sodipodi:type="inkscape:persp3d" />\r
-    <inkscape:perspective\r
-       id="perspective10244"\r
-       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"\r
-       inkscape:vp_z="744.09448 : 526.18109 : 1"\r
-       inkscape:vp_y="0 : 1000 : 0"\r
-       inkscape:vp_x="0 : 526.18109 : 1"\r
-       sodipodi:type="inkscape:persp3d" />\r
-    <linearGradient\r
-       inkscape:collect="always"\r
-       xlink:href="#linearGradient10356"\r
-       id="linearGradient10362"\r
-       x1="407.48032"\r
-       y1="968.17322"\r
-       x2="669.66157"\r
-       y2="968.17322"\r
-       gradientUnits="userSpaceOnUse" />\r
-    <inkscape:perspective\r
-       id="perspective5379"\r
-       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"\r
-       inkscape:vp_z="744.09448 : 526.18109 : 1"\r
-       inkscape:vp_y="0 : 1000 : 0"\r
-       inkscape:vp_x="0 : 526.18109 : 1"\r
-       sodipodi:type="inkscape:persp3d" />\r
-    <inkscape:perspective\r
-       id="perspective5446"\r
-       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"\r
-       inkscape:vp_z="744.09448 : 526.18109 : 1"\r
-       inkscape:vp_y="0 : 1000 : 0"\r
-       inkscape:vp_x="0 : 526.18109 : 1"\r
-       sodipodi:type="inkscape:persp3d" />\r
-    <inkscape:perspective\r
-       id="perspective7010"\r
-       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"\r
-       inkscape:vp_z="744.09448 : 526.18109 : 1"\r
-       inkscape:vp_y="0 : 1000 : 0"\r
-       inkscape:vp_x="0 : 526.18109 : 1"\r
-       sodipodi:type="inkscape:persp3d" />\r
-    <marker\r
-       id="marker18095-5"\r
-       orient="auto"\r
-       markerHeight="5.7450776"\r
-       markerWidth="4.6297302">\r
-      <g\r
-         id="g11064-2"\r
-         transform="matrix(0.5,0,0,0.5,-185.64298,-257.19655)">\r
-        <path\r
-           inkscape:connector-curvature="0"\r
-           sodipodi:nodetypes="csccccccsccssssssssssssssccc"\r
-           id="path11050-5"\r
-           d="m 370,508.65625 c -0.86067,0.0587 -1.60944,0.6213 -1.90625,1.4375 -0.26976,0.74176 -0.0577,1.53493 0.4375,2.125 l -1.75,0 c -0.0424,-0.005 -0.0824,0.002 -0.125,0 l 0,4.375 0.125,0 1.75,0 c -0.67896,0.8597 -0.69701,2.11549 0.0937,2.90625 0.85091,0.85091 2.27409,0.85091 3.125,0 l 3.34375,-3.375 c 0.033,-0.0295 0.0643,-0.0608 0.0937,-0.0937 0.0322,-0.0193 0.0635,-0.0402 0.0937,-0.0625 3.7e-4,-3.6e-4 0.21851,-0.28079 0.21875,-0.28125 5e-5,-9e-5 -0.007,-0.0447 0,-0.0625 0.001,-0.003 0.03,0.003 0.0312,0 0.0391,-0.0521 0.051,-0.0518 0.0937,-0.125 0.13699,-0.23476 0.16684,-0.37191 0.15625,-0.34375 0.0368,-0.0915 0.0185,-0.11251 0.0312,-0.15625 0.0106,-0.0102 0.021,-0.0206 0.0312,-0.0312 0.06,-0.22398 0.0881,-0.51689 0.0625,-0.78125 -0.0136,-0.20363 -0.0589,-0.29765 -0.0625,-0.3125 1.4e-4,-0.0104 1.4e-4,-0.0208 0,-0.0312 0.026,0.097 0.0153,0.016 -0.0937,-0.25 -0.0525,-0.13039 -0.0899,-0.21936 -0.125,-0.28125 -0.0524,-0.0897 -0.13346,-0.26235 -0.34375,-0.46875 L 371.75,509.3125 c -0.45645,-0.48671 -1.08509,-0.71163 -1.75,-0.65625 z"\r
-           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" />\r
-        <path\r
-           inkscape:connector-curvature="0"\r
-           sodipodi:nodetypes="cccscccsssssssscccsccc"\r
-           id="path11035-0"\r
-           d="m 366.65625,515.40625 4.625,0 -1.8125,1.8125 c -0.39695,0.39695 -0.39695,1.04055 0,1.4375 0.39695,0.39695 1.04055,0.39695 1.4375,0 l 3.4375,-3.46875 0.0937,-0.0625 c 0.006,-0.006 -0.006,-0.0253 0,-0.0312 0.0554,-0.0572 0.1151,-0.11699 0.15625,-0.1875 0.0286,-0.0491 0.0429,-0.10409 0.0625,-0.15625 0.0124,-0.0307 0.0221,-0.0622 0.0312,-0.0937 0.0311,-0.1161 0.0427,-0.22493 0.0312,-0.34375 -0.004,-0.0578 -0.0174,-0.0996 -0.0312,-0.15625 -0.0109,-0.0407 -0.0151,-0.0857 -0.0312,-0.125 -0.0164,-0.0408 -0.0405,-0.0862 -0.0625,-0.125 -0.0455,-0.0779 -0.0936,-0.15726 -0.15625,-0.21875 l -3.53125,-3.53125 c -0.20891,-0.22276 -0.50816,-0.33785 -0.8125,-0.3125 -0.39478,0.0269 -0.73977,0.28438 -0.875,0.65625 -0.13524,0.37187 -0.0353,0.78826 0.25,1.0625 l 1.875,1.84375 -4.6875,0"\r
-           style="fill:#49c2f1;fill-opacity:1;fill-rule:evenodd;stroke:none" />\r
-      </g>\r
-    </marker>\r
-    <marker\r
-       id="marker18095-2"\r
-       orient="auto"\r
-       markerHeight="5.7450776"\r
-       markerWidth="4.6297302">\r
-      <g\r
-         id="g11064-9"\r
-         transform="matrix(0.5,0,0,0.5,-185.64298,-257.19655)">\r
-        <path\r
-           inkscape:connector-curvature="0"\r
-           sodipodi:nodetypes="csccccccsccssssssssssssssccc"\r
-           id="path11050-0"\r
-           d="m 370,508.65625 c -0.86067,0.0587 -1.60944,0.6213 -1.90625,1.4375 -0.26976,0.74176 -0.0577,1.53493 0.4375,2.125 l -1.75,0 c -0.0424,-0.005 -0.0824,0.002 -0.125,0 l 0,4.375 0.125,0 1.75,0 c -0.67896,0.8597 -0.69701,2.11549 0.0937,2.90625 0.85091,0.85091 2.27409,0.85091 3.125,0 l 3.34375,-3.375 c 0.033,-0.0295 0.0643,-0.0608 0.0937,-0.0937 0.0322,-0.0193 0.0635,-0.0402 0.0937,-0.0625 3.7e-4,-3.6e-4 0.21851,-0.28079 0.21875,-0.28125 5e-5,-9e-5 -0.007,-0.0447 0,-0.0625 0.001,-0.003 0.03,0.003 0.0312,0 0.0391,-0.0521 0.051,-0.0518 0.0937,-0.125 0.13699,-0.23476 0.16684,-0.37191 0.15625,-0.34375 0.0368,-0.0915 0.0185,-0.11251 0.0312,-0.15625 0.0106,-0.0102 0.021,-0.0206 0.0312,-0.0312 0.06,-0.22398 0.0881,-0.51689 0.0625,-0.78125 -0.0136,-0.20363 -0.0589,-0.29765 -0.0625,-0.3125 1.4e-4,-0.0104 1.4e-4,-0.0208 0,-0.0312 0.026,0.097 0.0153,0.016 -0.0937,-0.25 -0.0525,-0.13039 -0.0899,-0.21936 -0.125,-0.28125 -0.0524,-0.0897 -0.13346,-0.26235 -0.34375,-0.46875 L 371.75,509.3125 c -0.45645,-0.48671 -1.08509,-0.71163 -1.75,-0.65625 z"\r
-           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" />\r
-        <path\r
-           inkscape:connector-curvature="0"\r
-           sodipodi:nodetypes="cccscccsssssssscccsccc"\r
-           id="path11035-07"\r
-           d="m 366.65625,515.40625 4.625,0 -1.8125,1.8125 c -0.39695,0.39695 -0.39695,1.04055 0,1.4375 0.39695,0.39695 1.04055,0.39695 1.4375,0 l 3.4375,-3.46875 0.0937,-0.0625 c 0.006,-0.006 -0.006,-0.0253 0,-0.0312 0.0554,-0.0572 0.1151,-0.11699 0.15625,-0.1875 0.0286,-0.0491 0.0429,-0.10409 0.0625,-0.15625 0.0124,-0.0307 0.0221,-0.0622 0.0312,-0.0937 0.0311,-0.1161 0.0427,-0.22493 0.0312,-0.34375 -0.004,-0.0578 -0.0174,-0.0996 -0.0312,-0.15625 -0.0109,-0.0407 -0.0151,-0.0857 -0.0312,-0.125 -0.0164,-0.0408 -0.0405,-0.0862 -0.0625,-0.125 -0.0455,-0.0779 -0.0936,-0.15726 -0.15625,-0.21875 l -3.53125,-3.53125 c -0.20891,-0.22276 -0.50816,-0.33785 -0.8125,-0.3125 -0.39478,0.0269 -0.73977,0.28438 -0.875,0.65625 -0.13524,0.37187 -0.0353,0.78826 0.25,1.0625 l 1.875,1.84375 -4.6875,0"\r
-           style="fill:#49c2f1;fill-opacity:1;fill-rule:evenodd;stroke:none" />\r
-      </g>\r
-    </marker>\r
-    <marker\r
-       id="marker18095-4"\r
-       orient="auto"\r
-       markerHeight="5.7450776"\r
-       markerWidth="4.6297302">\r
-      <g\r
-         id="g11064-5"\r
-         transform="matrix(0.5,0,0,0.5,-185.64298,-257.19655)">\r
-        <path\r
-           inkscape:connector-curvature="0"\r
-           sodipodi:nodetypes="csccccccsccssssssssssssssccc"\r
-           id="path11050-2"\r
-           d="m 370,508.65625 c -0.86067,0.0587 -1.60944,0.6213 -1.90625,1.4375 -0.26976,0.74176 -0.0577,1.53493 0.4375,2.125 l -1.75,0 c -0.0424,-0.005 -0.0824,0.002 -0.125,0 l 0,4.375 0.125,0 1.75,0 c -0.67896,0.8597 -0.69701,2.11549 0.0937,2.90625 0.85091,0.85091 2.27409,0.85091 3.125,0 l 3.34375,-3.375 c 0.033,-0.0295 0.0643,-0.0608 0.0937,-0.0937 0.0322,-0.0193 0.0635,-0.0402 0.0937,-0.0625 3.7e-4,-3.6e-4 0.21851,-0.28079 0.21875,-0.28125 5e-5,-9e-5 -0.007,-0.0447 0,-0.0625 0.001,-0.003 0.03,0.003 0.0312,0 0.0391,-0.0521 0.051,-0.0518 0.0937,-0.125 0.13699,-0.23476 0.16684,-0.37191 0.15625,-0.34375 0.0368,-0.0915 0.0185,-0.11251 0.0312,-0.15625 0.0106,-0.0102 0.021,-0.0206 0.0312,-0.0312 0.06,-0.22398 0.0881,-0.51689 0.0625,-0.78125 -0.0136,-0.20363 -0.0589,-0.29765 -0.0625,-0.3125 1.4e-4,-0.0104 1.4e-4,-0.0208 0,-0.0312 0.026,0.097 0.0153,0.016 -0.0937,-0.25 -0.0525,-0.13039 -0.0899,-0.21936 -0.125,-0.28125 -0.0524,-0.0897 -0.13346,-0.26235 -0.34375,-0.46875 L 371.75,509.3125 c -0.45645,-0.48671 -1.08509,-0.71163 -1.75,-0.65625 z"\r
-           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" />\r
-        <path\r
-           inkscape:connector-curvature="0"\r
-           sodipodi:nodetypes="cccscccsssssssscccsccc"\r
-           id="path11035-6"\r
-           d="m 366.65625,515.40625 4.625,0 -1.8125,1.8125 c -0.39695,0.39695 -0.39695,1.04055 0,1.4375 0.39695,0.39695 1.04055,0.39695 1.4375,0 l 3.4375,-3.46875 0.0937,-0.0625 c 0.006,-0.006 -0.006,-0.0253 0,-0.0312 0.0554,-0.0572 0.1151,-0.11699 0.15625,-0.1875 0.0286,-0.0491 0.0429,-0.10409 0.0625,-0.15625 0.0124,-0.0307 0.0221,-0.0622 0.0312,-0.0937 0.0311,-0.1161 0.0427,-0.22493 0.0312,-0.34375 -0.004,-0.0578 -0.0174,-0.0996 -0.0312,-0.15625 -0.0109,-0.0407 -0.0151,-0.0857 -0.0312,-0.125 -0.0164,-0.0408 -0.0405,-0.0862 -0.0625,-0.125 -0.0455,-0.0779 -0.0936,-0.15726 -0.15625,-0.21875 l -3.53125,-3.53125 c -0.20891,-0.22276 -0.50816,-0.33785 -0.8125,-0.3125 -0.39478,0.0269 -0.73977,0.28438 -0.875,0.65625 -0.13524,0.37187 -0.0353,0.78826 0.25,1.0625 l 1.875,1.84375 -4.6875,0"\r
-           style="fill:#49c2f1;fill-opacity:1;fill-rule:evenodd;stroke:none" />\r
-      </g>\r
-    </marker>\r
-    <marker\r
-       style="overflow:visible"\r
-       id="DotSu-3"\r
-       refX="0"\r
-       refY="0"\r
-       orient="auto"\r
-       inkscape:stockid="DotSu">\r
-      <path\r
-         inkscape:connector-curvature="0"\r
-         transform="matrix(0.2,0,0,0.2,1.48,0.2)"\r
-         style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none;marker-end:none"\r
-         d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"\r
-         id="path9463-7" />\r
-    </marker>\r
-    <marker\r
-       style="overflow:visible"\r
-       id="DotSu8"\r
-       refX="0"\r
-       refY="0"\r
-       orient="auto"\r
-       inkscape:stockid="DotSu8">\r
-      <path\r
-         transform="matrix(0.2,0,0,0.2,1.48,0.2)"\r
-         style="marker-end:none;fill-rule:evenodd;marker-start:none;stroke:#f39300;stroke-width:1pt;fill:#f39300"\r
-         d="M -2.5,-1 C -2.5,1.76 -4.74,4 -7.5,4 C -10.26,4 -12.5,1.76 -12.5,-1 C -12.5,-3.76 -10.26,-6 -7.5,-6 C -4.74,-6 -2.5,-3.76 -2.5,-1 z"\r
-         id="path6738" />\r
-    </marker>\r
-    <marker\r
-       id="marker18095-3"\r
-       orient="auto"\r
-       markerHeight="5.7450776"\r
-       markerWidth="4.6297302">\r
-      <g\r
-         id="g11064-8"\r
-         transform="matrix(0.5,0,0,0.5,-185.64298,-257.19655)">\r
-        <path\r
-           sodipodi:nodetypes="csccccccsccssssssssssssssccc"\r
-           id="path11050-7"\r
-           d="m 370,508.65625 c -0.86067,0.0587 -1.60944,0.6213 -1.90625,1.4375 -0.26976,0.74176 -0.0577,1.53493 0.4375,2.125 l -1.75,0 c -0.0424,-0.005 -0.0824,0.002 -0.125,0 l 0,4.375 0.125,0 1.75,0 c -0.67896,0.8597 -0.69701,2.11549 0.0937,2.90625 0.85091,0.85091 2.27409,0.85091 3.125,0 l 3.34375,-3.375 c 0.033,-0.0295 0.0643,-0.0608 0.0937,-0.0937 0.0322,-0.0193 0.0635,-0.0402 0.0937,-0.0625 3.7e-4,-3.6e-4 0.21851,-0.28079 0.21875,-0.28125 5e-5,-9e-5 -0.007,-0.0447 0,-0.0625 0.001,-0.003 0.03,0.003 0.0312,0 0.0391,-0.0521 0.051,-0.0518 0.0937,-0.125 0.13699,-0.23476 0.16684,-0.37191 0.15625,-0.34375 0.0368,-0.0915 0.0185,-0.11251 0.0312,-0.15625 0.0106,-0.0102 0.021,-0.0206 0.0312,-0.0312 0.06,-0.22398 0.0881,-0.51689 0.0625,-0.78125 -0.0136,-0.20363 -0.0589,-0.29765 -0.0625,-0.3125 1.4e-4,-0.0104 1.4e-4,-0.0208 0,-0.0312 0.026,0.097 0.0153,0.016 -0.0937,-0.25 -0.0525,-0.13039 -0.0899,-0.21936 -0.125,-0.28125 -0.0524,-0.0897 -0.13346,-0.26235 -0.34375,-0.46875 L 371.75,509.3125 c -0.45645,-0.48671 -1.08509,-0.71163 -1.75,-0.65625 z"\r
-           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"\r
-           inkscape:connector-curvature="0" />\r
-        <path\r
-           sodipodi:nodetypes="cccscccsssssssscccsccc"\r
-           id="path11035-7"\r
-           d="m 366.65625,515.40625 4.625,0 -1.8125,1.8125 c -0.39695,0.39695 -0.39695,1.04055 0,1.4375 0.39695,0.39695 1.04055,0.39695 1.4375,0 l 3.4375,-3.46875 0.0937,-0.0625 c 0.006,-0.006 -0.006,-0.0253 0,-0.0312 0.0554,-0.0572 0.1151,-0.11699 0.15625,-0.1875 0.0286,-0.0491 0.0429,-0.10409 0.0625,-0.15625 0.0124,-0.0307 0.0221,-0.0622 0.0312,-0.0937 0.0311,-0.1161 0.0427,-0.22493 0.0312,-0.34375 -0.004,-0.0578 -0.0174,-0.0996 -0.0312,-0.15625 -0.0109,-0.0407 -0.0151,-0.0857 -0.0312,-0.125 -0.0164,-0.0408 -0.0405,-0.0862 -0.0625,-0.125 -0.0455,-0.0779 -0.0936,-0.15726 -0.15625,-0.21875 l -3.53125,-3.53125 c -0.20891,-0.22276 -0.50816,-0.33785 -0.8125,-0.3125 -0.39478,0.0269 -0.73977,0.28438 -0.875,0.65625 -0.13524,0.37187 -0.0353,0.78826 0.25,1.0625 l 1.875,1.84375 -4.6875,0"\r
-           style="fill:#49c2f1;fill-opacity:1;fill-rule:evenodd;stroke:none"\r
-           inkscape:connector-curvature="0" />\r
-      </g>\r
-    </marker>\r
-    <marker\r
-       id="marker18095-31"\r
-       orient="auto"\r
-       markerHeight="5.7450776"\r
-       markerWidth="4.6297302">\r
-      <g\r
-         id="g11064-4"\r
-         transform="matrix(0.5,0,0,0.5,-185.64298,-257.19655)">\r
-        <path\r
-           sodipodi:nodetypes="csccccccsccssssssssssssssccc"\r
-           id="path11050-6"\r
-           d="m 370,508.65625 c -0.86067,0.0587 -1.60944,0.6213 -1.90625,1.4375 -0.26976,0.74176 -0.0577,1.53493 0.4375,2.125 l -1.75,0 c -0.0424,-0.005 -0.0824,0.002 -0.125,0 l 0,4.375 0.125,0 1.75,0 c -0.67896,0.8597 -0.69701,2.11549 0.0937,2.90625 0.85091,0.85091 2.27409,0.85091 3.125,0 l 3.34375,-3.375 c 0.033,-0.0295 0.0643,-0.0608 0.0937,-0.0937 0.0322,-0.0193 0.0635,-0.0402 0.0937,-0.0625 3.7e-4,-3.6e-4 0.21851,-0.28079 0.21875,-0.28125 5e-5,-9e-5 -0.007,-0.0447 0,-0.0625 0.001,-0.003 0.03,0.003 0.0312,0 0.0391,-0.0521 0.051,-0.0518 0.0937,-0.125 0.13699,-0.23476 0.16684,-0.37191 0.15625,-0.34375 0.0368,-0.0915 0.0185,-0.11251 0.0312,-0.15625 0.0106,-0.0102 0.021,-0.0206 0.0312,-0.0312 0.06,-0.22398 0.0881,-0.51689 0.0625,-0.78125 -0.0136,-0.20363 -0.0589,-0.29765 -0.0625,-0.3125 1.4e-4,-0.0104 1.4e-4,-0.0208 0,-0.0312 0.026,0.097 0.0153,0.016 -0.0937,-0.25 -0.0525,-0.13039 -0.0899,-0.21936 -0.125,-0.28125 -0.0524,-0.0897 -0.13346,-0.26235 -0.34375,-0.46875 L 371.75,509.3125 c -0.45645,-0.48671 -1.08509,-0.71163 -1.75,-0.65625 z"\r
-           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"\r
-           inkscape:connector-curvature="0" />\r
-        <path\r
-           sodipodi:nodetypes="cccscccsssssssscccsccc"\r
-           id="path11035-3"\r
-           d="m 366.65625,515.40625 4.625,0 -1.8125,1.8125 c -0.39695,0.39695 -0.39695,1.04055 0,1.4375 0.39695,0.39695 1.04055,0.39695 1.4375,0 l 3.4375,-3.46875 0.0937,-0.0625 c 0.006,-0.006 -0.006,-0.0253 0,-0.0312 0.0554,-0.0572 0.1151,-0.11699 0.15625,-0.1875 0.0286,-0.0491 0.0429,-0.10409 0.0625,-0.15625 0.0124,-0.0307 0.0221,-0.0622 0.0312,-0.0937 0.0311,-0.1161 0.0427,-0.22493 0.0312,-0.34375 -0.004,-0.0578 -0.0174,-0.0996 -0.0312,-0.15625 -0.0109,-0.0407 -0.0151,-0.0857 -0.0312,-0.125 -0.0164,-0.0408 -0.0405,-0.0862 -0.0625,-0.125 -0.0455,-0.0779 -0.0936,-0.15726 -0.15625,-0.21875 l -3.53125,-3.53125 c -0.20891,-0.22276 -0.50816,-0.33785 -0.8125,-0.3125 -0.39478,0.0269 -0.73977,0.28438 -0.875,0.65625 -0.13524,0.37187 -0.0353,0.78826 0.25,1.0625 l 1.875,1.84375 -4.6875,0"\r
-           style="fill:#49c2f1;fill-opacity:1;fill-rule:evenodd;stroke:none"\r
-           inkscape:connector-curvature="0" />\r
-      </g>\r
-    </marker>\r
-    <marker\r
-       id="marker18095-56"\r
-       orient="auto"\r
-       markerHeight="5.7450776"\r
-       markerWidth="4.6297302">\r
-      <g\r
-         id="g11064-22"\r
-         transform="matrix(0.5,0,0,0.5,-185.64298,-257.19655)">\r
-        <path\r
-           sodipodi:nodetypes="csccccccsccssssssssssssssccc"\r
-           id="path11050-67"\r
-           d="m 370,508.65625 c -0.86067,0.0587 -1.60944,0.6213 -1.90625,1.4375 -0.26976,0.74176 -0.0577,1.53493 0.4375,2.125 l -1.75,0 c -0.0424,-0.005 -0.0824,0.002 -0.125,0 l 0,4.375 0.125,0 1.75,0 c -0.67896,0.8597 -0.69701,2.11549 0.0937,2.90625 0.85091,0.85091 2.27409,0.85091 3.125,0 l 3.34375,-3.375 c 0.033,-0.0295 0.0643,-0.0608 0.0937,-0.0937 0.0322,-0.0193 0.0635,-0.0402 0.0937,-0.0625 3.7e-4,-3.6e-4 0.21851,-0.28079 0.21875,-0.28125 5e-5,-9e-5 -0.007,-0.0447 0,-0.0625 0.001,-0.003 0.03,0.003 0.0312,0 0.0391,-0.0521 0.051,-0.0518 0.0937,-0.125 0.13699,-0.23476 0.16684,-0.37191 0.15625,-0.34375 0.0368,-0.0915 0.0185,-0.11251 0.0312,-0.15625 0.0106,-0.0102 0.021,-0.0206 0.0312,-0.0312 0.06,-0.22398 0.0881,-0.51689 0.0625,-0.78125 -0.0136,-0.20363 -0.0589,-0.29765 -0.0625,-0.3125 1.4e-4,-0.0104 1.4e-4,-0.0208 0,-0.0312 0.026,0.097 0.0153,0.016 -0.0937,-0.25 -0.0525,-0.13039 -0.0899,-0.21936 -0.125,-0.28125 -0.0524,-0.0897 -0.13346,-0.26235 -0.34375,-0.46875 L 371.75,509.3125 c -0.45645,-0.48671 -1.08509,-0.71163 -1.75,-0.65625 z"\r
-           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"\r
-           inkscape:connector-curvature="0" />\r
-        <path\r
-           sodipodi:nodetypes="cccscccsssssssscccsccc"\r
-           id="path11035-5"\r
-           d="m 366.65625,515.40625 4.625,0 -1.8125,1.8125 c -0.39695,0.39695 -0.39695,1.04055 0,1.4375 0.39695,0.39695 1.04055,0.39695 1.4375,0 l 3.4375,-3.46875 0.0937,-0.0625 c 0.006,-0.006 -0.006,-0.0253 0,-0.0312 0.0554,-0.0572 0.1151,-0.11699 0.15625,-0.1875 0.0286,-0.0491 0.0429,-0.10409 0.0625,-0.15625 0.0124,-0.0307 0.0221,-0.0622 0.0312,-0.0937 0.0311,-0.1161 0.0427,-0.22493 0.0312,-0.34375 -0.004,-0.0578 -0.0174,-0.0996 -0.0312,-0.15625 -0.0109,-0.0407 -0.0151,-0.0857 -0.0312,-0.125 -0.0164,-0.0408 -0.0405,-0.0862 -0.0625,-0.125 -0.0455,-0.0779 -0.0936,-0.15726 -0.15625,-0.21875 l -3.53125,-3.53125 c -0.20891,-0.22276 -0.50816,-0.33785 -0.8125,-0.3125 -0.39478,0.0269 -0.73977,0.28438 -0.875,0.65625 -0.13524,0.37187 -0.0353,0.78826 0.25,1.0625 l 1.875,1.84375 -4.6875,0"\r
-           style="fill:#49c2f1;fill-opacity:1;fill-rule:evenodd;stroke:none"\r
-           inkscape:connector-curvature="0" />\r
-      </g>\r
-    </marker>\r
-    <marker\r
-       style="overflow:visible"\r
-       id="DotSu-8"\r
-       refX="0"\r
-       refY="0"\r
-       orient="auto"\r
-       inkscape:stockid="DotSu">\r
-      <path\r
-         transform="matrix(0.2,0,0,0.2,1.48,0.2)"\r
-         style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none;marker-end:none"\r
-         d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"\r
-         id="path9463-3"\r
-         inkscape:connector-curvature="0" />\r
-    </marker>\r
-    <marker\r
-       style="overflow:visible"\r
-       id="DotSu-1"\r
-       refX="0"\r
-       refY="0"\r
-       orient="auto"\r
-       inkscape:stockid="DotSu">\r
-      <path\r
-         transform="matrix(0.2,0,0,0.2,1.48,0.2)"\r
-         style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none;marker-end:none"\r
-         d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"\r
-         id="path9463-8"\r
-         inkscape:connector-curvature="0" />\r
-    </marker>\r
-    <marker\r
-       style="overflow:visible"\r
-       id="DotSu8-6"\r
-       refX="0"\r
-       refY="0"\r
-       orient="auto"\r
-       inkscape:stockid="DotSu8">\r
-      <path\r
-         transform="matrix(0.2,0,0,0.2,1.48,0.2)"\r
-         style="fill:#f39300;fill-rule:evenodd;stroke:#f39300;stroke-width:1pt;marker-start:none;marker-end:none"\r
-         d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"\r
-         id="path6738-5"\r
-         inkscape:connector-curvature="0" />\r
-    </marker>\r
-    <marker\r
-       style="overflow:visible"\r
-       id="DotSu8-9"\r
-       refX="0"\r
-       refY="0"\r
-       orient="auto"\r
-       inkscape:stockid="DotSu8">\r
-      <path\r
-         transform="matrix(0.2,0,0,0.2,1.48,0.2)"\r
-         style="fill:#f39300;fill-rule:evenodd;stroke:#f39300;stroke-width:1pt;marker-start:none;marker-end:none"\r
-         d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"\r
-         id="path6738-52"\r
-         inkscape:connector-curvature="0" />\r
-    </marker>\r
-    <marker\r
-       style="overflow:visible"\r
-       id="DotSu8-65"\r
-       refX="0"\r
-       refY="0"\r
-       orient="auto"\r
-       inkscape:stockid="DotSu8">\r
-      <path\r
-         transform="matrix(0.2,0,0,0.2,1.48,0.2)"\r
-         style="fill:#f39300;fill-rule:evenodd;stroke:#f39300;stroke-width:1pt;marker-start:none;marker-end:none"\r
-         d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"\r
-         id="path6738-55"\r
-         inkscape:connector-curvature="0" />\r
-    </marker>\r
-    <marker\r
-       style="overflow:visible"\r
-       id="DotSu8I"\r
-       refX="0"\r
-       refY="0"\r
-       orient="auto"\r
-       inkscape:stockid="DotSu8I">\r
-      <path\r
-         transform="matrix(0.2,0,0,0.2,1.48,0.2)"\r
-         style="marker-end:none;fill-rule:evenodd;marker-start:none;stroke:#d9d9cd;stroke-width:1pt;fill:#d9d9cd"\r
-         d="M -2.5,-1 C -2.5,1.76 -4.74,4 -7.5,4 C -10.26,4 -12.5,1.76 -12.5,-1 C -12.5,-3.76 -10.26,-6 -7.5,-6 C -4.74,-6 -2.5,-3.76 -2.5,-1 z"\r
-         id="path10009" />\r
-    </marker>\r
-    <marker\r
-       style="overflow:visible"\r
-       id="DotSu-11"\r
-       refX="0"\r
-       refY="0"\r
-       orient="auto"\r
-       inkscape:stockid="DotSu">\r
-      <path\r
-         inkscape:connector-curvature="0"\r
-         transform="matrix(0.2,0,0,0.2,1.48,0.2)"\r
-         style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none;marker-end:none"\r
-         d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"\r
-         id="path9463-9" />\r
-    </marker>\r
-    <marker\r
-       style="overflow:visible"\r
-       id="DotSu8-8"\r
-       refX="0"\r
-       refY="0"\r
-       orient="auto"\r
-       inkscape:stockid="DotSu8">\r
-      <path\r
-         inkscape:connector-curvature="0"\r
-         transform="matrix(0.2,0,0,0.2,1.48,0.2)"\r
-         style="fill:#f39300;fill-rule:evenodd;stroke:#f39300;stroke-width:1pt;marker-start:none;marker-end:none"\r
-         d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"\r
-         id="path6738-551" />\r
-    </marker>\r
-    <marker\r
-       style="overflow:visible"\r
-       id="DotSu8-1"\r
-       refX="0"\r
-       refY="0"\r
-       orient="auto"\r
-       inkscape:stockid="DotSu8">\r
-      <path\r
-         inkscape:connector-curvature="0"\r
-         transform="matrix(0.2,0,0,0.2,1.48,0.2)"\r
-         style="fill:#f39300;fill-rule:evenodd;stroke:#f39300;stroke-width:1pt;marker-start:none;marker-end:none"\r
-         d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"\r
-         id="path6738-9" />\r
-    </marker>\r
-    <marker\r
-       style="overflow:visible"\r
-       id="DotSu-4"\r
-       refX="0"\r
-       refY="0"\r
-       orient="auto"\r
-       inkscape:stockid="DotSu">\r
-      <path\r
-         inkscape:connector-curvature="0"\r
-         transform="matrix(0.2,0,0,0.2,1.48,0.2)"\r
-         style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none;marker-end:none"\r
-         d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"\r
-         id="path9463-97" />\r
-    </marker>\r
-    <marker\r
-       style="overflow:visible"\r
-       id="DotSu-32"\r
-       refX="0"\r
-       refY="0"\r
-       orient="auto"\r
-       inkscape:stockid="DotSu">\r
-      <path\r
-         inkscape:connector-curvature="0"\r
-         transform="matrix(0.2,0,0,0.2,1.48,0.2)"\r
-         style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none;marker-end:none"\r
-         d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"\r
-         id="path9463-4" />\r
-    </marker>\r
-    <marker\r
-       id="marker52016-8"\r
-       orient="auto"\r
-       markerHeight="5.7450786"\r
-       markerWidth="4.6297302">\r
-      <g\r
-         id="g52010-4"\r
-         transform="matrix(0.5,0,0,0.5,-185.64299,-257.19655)">\r
-        <path\r
-           inkscape:connector-curvature="0"\r
-           sodipodi:nodetypes="csccccccsccssssssssssssssccc"\r
-           id="path52012-2"\r
-           d="m 370,508.65625 c -0.86067,0.0587 -1.60944,0.6213 -1.90625,1.4375 -0.26976,0.74176 -0.0577,1.53493 0.4375,2.125 l -1.75,0 c -0.0424,-0.005 -0.0824,0.002 -0.125,0 l 0,4.375 0.125,0 1.75,0 c -0.67896,0.8597 -0.69701,2.11549 0.0937,2.90625 0.85091,0.85091 2.27409,0.85091 3.125,0 l 3.34375,-3.375 c 0.033,-0.0295 0.0643,-0.0608 0.0937,-0.0937 0.0322,-0.0193 0.0635,-0.0402 0.0937,-0.0625 3.7e-4,-3.6e-4 0.21851,-0.28079 0.21875,-0.28125 5e-5,-9e-5 -0.007,-0.0447 0,-0.0625 0.001,-0.003 0.03,0.003 0.0312,0 0.0391,-0.0521 0.051,-0.0518 0.0937,-0.125 0.13699,-0.23476 0.16684,-0.37191 0.15625,-0.34375 0.0368,-0.0915 0.0185,-0.11251 0.0312,-0.15625 0.0106,-0.0102 0.021,-0.0206 0.0312,-0.0312 0.06,-0.22398 0.0881,-0.51689 0.0625,-0.78125 -0.0136,-0.20363 -0.0589,-0.29765 -0.0625,-0.3125 1.4e-4,-0.0104 1.4e-4,-0.0208 0,-0.0312 0.026,0.097 0.0153,0.016 -0.0937,-0.25 -0.0525,-0.13039 -0.0899,-0.21936 -0.125,-0.28125 -0.0524,-0.0897 -0.13346,-0.26235 -0.34375,-0.46875 L 371.75,509.3125 c -0.45645,-0.48671 -1.08509,-0.71163 -1.75,-0.65625 z"\r
-           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" />\r
-        <path\r
-           inkscape:connector-curvature="0"\r
-           sodipodi:nodetypes="cccscccsssssssscccsccc"\r
-           id="path52014-0"\r
-           d="m 366.65625,515.40625 4.625,0 -1.8125,1.8125 c -0.39695,0.39695 -0.39695,1.04055 0,1.4375 0.39695,0.39695 1.04055,0.39695 1.4375,0 l 3.4375,-3.46875 0.0937,-0.0625 c 0.006,-0.006 -0.006,-0.0253 0,-0.0312 0.0554,-0.0572 0.1151,-0.11699 0.15625,-0.1875 0.0286,-0.0491 0.0429,-0.10409 0.0625,-0.15625 0.0124,-0.0307 0.0221,-0.0622 0.0312,-0.0937 0.0311,-0.1161 0.0427,-0.22493 0.0312,-0.34375 -0.004,-0.0578 -0.0174,-0.0996 -0.0312,-0.15625 -0.0109,-0.0407 -0.0151,-0.0857 -0.0312,-0.125 -0.0164,-0.0408 -0.0405,-0.0862 -0.0625,-0.125 -0.0455,-0.0779 -0.0936,-0.15726 -0.15625,-0.21875 l -3.53125,-3.53125 c -0.20891,-0.22276 -0.50816,-0.33785 -0.8125,-0.3125 -0.39478,0.0269 -0.73977,0.28438 -0.875,0.65625 -0.13524,0.37187 -0.0353,0.78826 0.25,1.0625 l 1.875,1.84375 -4.6875,0"\r
-           style="fill:#f39300;fill-opacity:1;fill-rule:evenodd;stroke:none" />\r
-      </g>\r
-    </marker>\r
-  </defs>\r
-  <metadata\r
-     id="metadata2480">\r
-    <rdf:RDF>\r
-      <cc:Work\r
-         rdf:about="">\r
-        <dc:format>image/svg+xml</dc:format>\r
-        <dc:type\r
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />\r
-        <dc:title></dc:title>\r
-      </cc:Work>\r
-    </rdf:RDF>\r
-  </metadata>\r
-  <g\r
-     id="layer1"\r
-     inkscape:groupmode="layer"\r
-     inkscape:label="Layer 1"\r
-     style="display:inline">\r
-    <flowRoot\r
-       style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"\r
-       id="flowRoot2485"\r
-       xml:space="preserve"\r
-       transform="matrix(1.4955348,0,0,1.4955348,-57.448129,56.258489)"><flowRegion\r
-         id="flowRegion2487"><rect\r
-           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"\r
-           y="238.07646"\r
-           x="262.85715"\r
-           height="120"\r
-           width="184.28572"\r
-           id="rect2489" /></flowRegion><flowPara\r
-         id="flowPara2491" /></flowRoot>    <g\r
-       transform="matrix(1.4955348,0,0,1.4955348,-62.789338,90.976267)"\r
-       id="g3178" />\r
-    <flowRoot\r
-       style="font-size:12px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Helvetica LT Std;-inkscape-font-specification:Helvetica LT Std Light"\r
-       id="flowRoot8724"\r
-       xml:space="preserve"\r
-       transform="matrix(1.4955348,0,0,1.4955348,-57.448129,56.258489)"><flowRegion\r
-         id="flowRegion8726"><rect\r
-           style="font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;font-family:Helvetica LT Std;-inkscape-font-specification:Helvetica LT Std Light"\r
-           y="752.14441"\r
-           x="39.286312"\r
-           height="22.868153"\r
-           width="29.904507"\r
-           id="rect8728" /></flowRegion><flowPara\r
-         id="flowPara8730" /></flowRoot>    <g\r
-       transform="matrix(0.7477674,0,0,0.7477674,97.104891,57.446056)"\r
-       id="g18053" />\r
-    <flowRoot\r
-       xml:space="preserve"\r
-       style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"\r
-       id="flowRoot6905"\r
-       transform="matrix(1.4955348,0,0,1.4955348,-326.51819,-568.39489)"><flowRegion\r
-         id="flowRegion6907"><use\r
-           transform="translate(1.467046,-91.03536)"\r
-           x="0"\r
-           y="0"\r
-           xlink:href="#rect4654"\r
-           id="use6909"\r
-           width="744.09448"\r
-           height="1052.3622" /></flowRegion><flowPara\r
-         id="flowPara6911">VariableOwner</flowPara></flowRoot>    <flowRoot\r
-       xml:space="preserve"\r
-       style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"\r
-       id="flowRoot6913"\r
-       transform="matrix(1.4955348,0,0,1.4955348,-733.84733,-1124.4065)"><flowRegion\r
-         id="flowRegion6915"><use\r
-           transform="translate(1.467046,-91.03536)"\r
-           x="0"\r
-           y="0"\r
-           xlink:href="#rect4654"\r
-           id="use6917"\r
-           width="744.09448"\r
-           height="1052.3622" /></flowRegion><flowPara\r
-         id="flowPara6919">VariableOwner</flowPara></flowRoot>    <flowRoot\r
-       xml:space="preserve"\r
-       style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#49c2f1;fill-opacity:1;stroke:none;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"\r
-       id="flowRoot80522"\r
-       transform="matrix(1.4955348,0,0,1.4955348,452.45115,153.00358)"><flowRegion\r
-         id="flowRegion80524"><use\r
-           transform="translate(1.467046,-91.03536)"\r
-           x="0"\r
-           y="0"\r
-           xlink:href="#rect4654"\r
-           id="use80526"\r
-           width="744.09448"\r
-           height="1052.3622" /></flowRegion><flowPara\r
-         id="flowPara80528">1</flowPara></flowRoot>    <g\r
-       transform="translate(7.1850311,49.448814)"\r
-       id="g12796">\r
-      <rect\r
-         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.77165353000000003;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"\r
-         id="rect6642-4"\r
-         width="262.20471"\r
-         height="42.519684"\r
-         x="99.114182"\r
-         y="255.27557"\r
-         ry="3.7880721" />\r
-      <flowRoot\r
-         xml:space="preserve"\r
-         id="flowRoot11361"\r
-         style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"\r
-         transform="translate(-708.5862,-802.53531)"\r
-         inkscape:export-filename="/home/magi/itmill/toolkit5/doc/manual/img/intro/toolchain.png"\r
-         inkscape:export-xdpi="90"\r
-         inkscape:export-ydpi="90"><flowRegion\r
-           id="flowRegion11363"><rect\r
-             id="rect11365"\r
-             width="284.75891"\r
-             height="30.059965"\r
-             x="813.87988"\r
-             y="1064.3831"\r
-             style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold" /></flowRegion><flowPara\r
-           id="flowPara11367">Browser</flowPara></flowRoot>    </g>\r
-    <text\r
-       id="text31847-9-0"\r
-       y="358.11206"\r
-       x="249.86481"\r
-       style="font-size:12px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Helvetica LT Std;-inkscape-font-specification:Helvetica LT Std Light"\r
-       xml:space="preserve"\r
-       sodipodi:linespacing="125%"><tspan\r
-         y="358.11206"\r
-         x="249.86481"\r
-         sodipodi:role="line"\r
-         id="tspan31851-9-1">HTTP(S)</tspan></text>\r
-    <g\r
-       style="display:inline"\r
-       id="g4116"\r
-       transform="translate(-344.72469,-135.56137)">\r
-      <flowRoot\r
-         inkscape:export-ydpi="90"\r
-         inkscape:export-xdpi="90"\r
-         inkscape:export-filename="/home/magi/itmill/toolkit5/doc/manual/img/intro/toolchain.png"\r
-         transform="translate(-356.29248,-560.62822)"\r
-         style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"\r
-         id="flowRoot11369-9"\r
-         xml:space="preserve"><flowRegion\r
-           id="flowRegion11371-3"><rect\r
-             style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"\r
-             y="1064.3831"\r
-             x="813.87988"\r
-             height="17.979126"\r
-             width="116.12012"\r
-             id="rect11373-3" /></flowRegion><flowPara\r
-           id="flowPara11375-6">Servlet Container</flowPara></flowRoot>      <rect\r
-         ry="3.7880721"\r
-         y="497.8645"\r
-         x="451.90973"\r
-         height="151.47638"\r
-         width="261.31891"\r
-         id="rect6642-49"\r
-         style="fill:none;stroke:#000000;stroke-width:1.77165353;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />\r
-    </g>\r
-    <g\r
-       id="g4123"\r
-       transform="translate(-333.04782,-208.36765)">\r
-      <rect\r
-         ry="3.7880721"\r
-         y="594.58807"\r
-         x="453.52026"\r
-         height="109.84253"\r
-         width="230.31496"\r
-         id="rect6642-4-3-4"\r
-         style="fill:#e6e6e6;fill-opacity:1;stroke:#000000;stroke-width:1.77165353;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />\r
-      <flowRoot\r
-         inkscape:export-ydpi="90"\r
-         inkscape:export-xdpi="90"\r
-         inkscape:export-filename="/home/magi/itmill/toolkit5/doc/manual/img/intro/toolchain.png"\r
-         transform="translate(-353.37612,-463.01879)"\r
-         style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"\r
-         id="flowRoot11361-6"\r
-         xml:space="preserve"><flowRegion\r
-           id="flowRegion11363-2"><rect\r
-             style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"\r
-             y="1064.3831"\r
-             x="813.87988"\r
-             height="20.981634"\r
-             width="159.7314"\r
-             id="rect11365-5" /></flowRegion><flowPara\r
-           id="flowPara11367-2">Web Application</flowPara></flowRoot>    </g>\r
-    <g\r
-       style="display:inline"\r
-       transform="translate(116.37846,237.67767)"\r
-       id="g28403-3-5-6-2-46-4">\r
-      <rect\r
-         style="fill:#f39300;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"\r
-         id="rect4680-7-10-5-8-7-7"\r
-         width="56.692917"\r
-         height="60.236221"\r
-         x="21.810513"\r
-         y="180.43254"\r
-         ry="3.7880721" />\r
-      <flowRoot\r
-         xml:space="preserve"\r
-         id="flowRoot11361-6-1-8-1-6-7-8"\r
-         style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"\r
-         transform="translate(-787.52461,-878.4214)"\r
-         inkscape:export-filename="/home/magi/itmill/toolkit5/doc/manual/img/intro/toolchain.png"\r
-         inkscape:export-xdpi="90"\r
-         inkscape:export-ydpi="90"><flowRegion\r
-           id="flowRegion11363-2-0-7-7-50-8-2"><rect\r
-             id="rect11365-5-4-6-4-0-4-4"\r
-             width="138.69197"\r
-             height="47.876488"\r
-             x="813.87988"\r
-             y="1064.3831"\r
-             style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold" /></flowRegion><flowPara\r
-           id="flowPara4300-7-8-2">HTML</flowPara><flowPara\r
-           id="flowPara5946">Pages</flowPara></flowRoot>    </g>\r
-    <g\r
-       style="display:inline"\r
-       transform="translate(187.24461,237.67767)"\r
-       id="g28403-3-5-6-2-46-4-0">\r
-      <rect\r
-         style="fill:#f39300;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"\r
-         id="rect4680-7-10-5-8-7-7-0"\r
-         width="56.692909"\r
-         height="60.236221"\r
-         x="21.810513"\r
-         y="180.43254"\r
-         ry="3.7880721" />\r
-      <flowRoot\r
-         xml:space="preserve"\r
-         id="flowRoot11361-6-1-8-1-6-7-8-2"\r
-         style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"\r
-         transform="translate(-787.52461,-878.4214)"\r
-         inkscape:export-filename="/home/magi/itmill/toolkit5/doc/manual/img/intro/toolchain.png"\r
-         inkscape:export-xdpi="90"\r
-         inkscape:export-ydpi="90"><flowRegion\r
-           id="flowRegion11363-2-0-7-7-50-8-2-5"><rect\r
-             id="rect11365-5-4-6-4-0-4-4-4"\r
-             width="138.69197"\r
-             height="47.876488"\r
-             x="813.87988"\r
-             y="1064.3831"\r
-             style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold" /></flowRegion><flowPara\r
-           id="flowPara5946-1">JSP</flowPara><flowPara\r
-           id="flowPara5986">Pages</flowPara></flowRoot>    </g>\r
-    <g\r
-       style="display:inline"\r
-       transform="translate(258.11075,237.67767)"\r
-       id="g28403-3-5-6-2-46-4-0-1">\r
-      <rect\r
-         style="fill:#f39300;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"\r
-         id="rect4680-7-10-5-8-7-7-0-7"\r
-         width="56.692909"\r
-         height="60.236221"\r
-         x="21.810513"\r
-         y="180.43254"\r
-         ry="3.7880721" />\r
-      <flowRoot\r
-         xml:space="preserve"\r
-         id="flowRoot11361-6-1-8-1-6-7-8-2-3"\r
-         style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"\r
-         transform="translate(-787.52461,-878.4214)"\r
-         inkscape:export-filename="/home/magi/itmill/toolkit5/doc/manual/img/intro/toolchain.png"\r
-         inkscape:export-xdpi="90"\r
-         inkscape:export-ydpi="90"><flowRegion\r
-           id="flowRegion11363-2-0-7-7-50-8-2-5-8"><rect\r
-             id="rect11365-5-4-6-4-0-4-4-4-1"\r
-             width="138.69197"\r
-             height="47.876488"\r
-             x="813.87988"\r
-             y="1064.3831"\r
-             style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:110.00000238%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold" /></flowRegion><flowPara\r
-           id="flowPara5986-6">Java</flowPara><flowPara\r
-           id="flowPara6026">Servlets</flowPara></flowRoot>    </g>\r
-    <path\r
-       style="fill:none;stroke:#000000;stroke-width:6.02362205000000017;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-end:url(#marker64887);display:inline"\r
-       d="m 244.48819,325.98423 0,70.86614"\r
-       id="path4600-1-1"\r
-       inkscape:connector-curvature="0"\r
-       sodipodi:nodetypes="cc" />\r
-  </g>\r
-</svg>\r
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<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"
+   width="82mm"
+   height="39mm"
+   id="svg2475"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r"
+   sodipodi:docname="java-servlet.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="/home/magi/itmill/doc/cheatsheet/vaadin-cheatsheet.png"
+   inkscape:export-xdpi="600.02155"
+   inkscape:export-ydpi="600.02155"
+   version="1.0">
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     gridtolerance="10"
+     guidetolerance="10"
+     objecttolerance="6"
+     inkscape:pageopacity="1"
+     inkscape:pageshadow="2"
+     inkscape:zoom="2.8284271"
+     inkscape:cx="256.16746"
+     inkscape:cy="129.55831"
+     inkscape:document-units="mm"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="1920"
+     inkscape:window-height="1060"
+     inkscape:window-x="-2"
+     inkscape:window-y="-3"
+     inkscape:snap-nodes="true"
+     inkscape:snap-bbox="true"
+     units="mm"
+     inkscape:snap-global="true"
+     showguides="true"
+     inkscape:guide-bbox="true"
+     inkscape:snap-guide="true"
+     inkscape:snap-intersection-line-segments="true"
+     inkscape:window-maximized="1"
+     inkscape:object-paths="true"
+     inkscape:object-nodes="true"
+     showborder="true"
+     inkscape:showpageshadow="true">
+    <inkscape:grid
+       spacingy="1mm"
+       spacingx="1mm"
+       empspacing="10"
+       units="mm"
+       enabled="true"
+       visible="true"
+       id="grid4674"
+       type="xygrid"
+       dotted="false"
+       originx="0mm"
+       originy="0mm" />
+  </sodipodi:namedview>
+  <defs
+     id="defs2477">
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient10356">
+      <stop
+         style="stop-color:#000000;stop-opacity:1;"
+         offset="0"
+         id="stop10358" />
+      <stop
+         style="stop-color:#000000;stop-opacity:0;"
+         offset="1"
+         id="stop10360" />
+    </linearGradient>
+    <pattern
+       patternUnits="userSpaceOnUse"
+       width="19.488184"
+       height="5.3149635"
+       patternTransform="translate(442.02756,179.82281)"
+       id="pattern31837">
+      <path
+         id="path31833"
+         d="M 0.88582677,4.4291368 L 18.602357,4.4291368"
+         style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.77165353;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <path
+         id="path31835"
+         d="M 0.88582677,0.88582677 L 18.602357,0.88582677"
+         style="opacity:1;fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.77165353;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    </pattern>
+    <pattern
+       inkscape:collect="always"
+       xlink:href="#pattern31837"
+       id="pattern31843"
+       patternTransform="matrix(0.8219623,-0.5106659,0.5106659,0.8219623,407.01829,190.47423)" />
+    <pattern
+       inkscape:collect="always"
+       xlink:href="#pattern31843"
+       id="pattern39357"
+       patternTransform="matrix(1.2292733,-0.7637186,0.7637186,1.2292733,253.27252,439.9282)" />
+    <marker
+       inkscape:stockid="CurvyCross"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="CurvyCross"
+       style="overflow:visible">
+      <g
+         id="g18903"
+         transform="scale(0.6,0.6)">
+        <path
+           id="path18905"
+           d="m 4.625493,-5.0456926 c -2.76,0 -5.00000002,2.24 -5.00000002,5.00000002 0,2.75999998 2.24000002,4.99999998 5.00000002,4.99999998"
+           style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none;marker-end:none"
+           inkscape:connector-curvature="0" />
+        <path
+           id="path18907"
+           d="m -5.4129913,-5.0456926 c 2.76,0 4.99999999,2.24 4.99999999,5.00000002 0,2.75999998 -2.23999999,4.99999998 -4.99999999,4.99999998"
+           style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none;marker-end:none"
+           inkscape:connector-curvature="0" />
+      </g>
+    </marker>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient1507"
+       id="linearGradient4794"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="scale(0.9446888,1.0585496)"
+       x1="201.38963"
+       y1="843.20789"
+       x2="547.80804"
+       y2="383.76529" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient1507"
+       id="linearGradient4590"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="scale(0.9446888,1.0585496)"
+       x1="201.38963"
+       y1="843.20789"
+       x2="547.80804"
+       y2="383.76529" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient841"
+       id="linearGradient4390"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="scale(0.9208103,1.086)"
+       x1="10.800377"
+       y1="-94.637573"
+       x2="116.61332"
+       y2="-94.637573" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient1507"
+       id="linearGradient4376"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="scale(0.9446888,1.0585496)"
+       x1="201.38963"
+       y1="843.20789"
+       x2="547.80804"
+       y2="383.76529" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient1507"
+       id="linearGradient3095"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="scale(0.9446888,1.0585496)"
+       x1="201.38963"
+       y1="843.20789"
+       x2="547.80804"
+       y2="383.76529" />
+    <linearGradient
+       id="linearGradient1683">
+      <stop
+         style="stop-color:#db1f0c;stop-opacity:1.0000000;"
+         offset="0.0000000"
+         id="stop1684" />
+      <stop
+         style="stop-color:#761006;stop-opacity:1.0000000;"
+         offset="1.0000000"
+         id="stop1685" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient1507"
+       id="linearGradient24714"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="scale(0.9446888,1.0585496)"
+       x1="201.38963"
+       y1="843.20789"
+       x2="547.80804"
+       y2="383.76529" />
+    <linearGradient
+       id="linearGradient2263">
+      <stop
+         style="stop-color:#ff9696;stop-opacity:0.61960787;"
+         offset="0"
+         id="stop2264" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0.70103091;"
+         offset="1.0000000"
+         id="stop2265" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient2891">
+      <stop
+         style="stop-color:#ff0000;stop-opacity:0.68041235;"
+         offset="0"
+         id="stop2892" />
+      <stop
+         style="stop-color:#ff0000;stop-opacity:0.14432989;"
+         offset="1"
+         id="stop2893" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient1507"
+       id="linearGradient24524"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="scale(0.9446888,1.0585496)"
+       x1="201.38963"
+       y1="843.20789"
+       x2="547.80804"
+       y2="383.76529" />
+    <marker
+       inkscape:stockid="TriangleOutL"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="TriangleOutL"
+       style="overflow:visible">
+      <path
+         id="path3964"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"
+         transform="scale(0.8,0.8)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient1507"
+       id="linearGradient2870"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="scale(0.9446888,1.0585496)"
+       x1="201.38963"
+       y1="843.20789"
+       x2="547.80804"
+       y2="383.76529" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient1507"
+       id="linearGradient239278"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="scale(0.9446888,1.0585496)"
+       x1="201.38963"
+       y1="843.20789"
+       x2="547.80804"
+       y2="383.76529" />
+    <linearGradient
+       id="linearGradient865">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1.0000000;"
+         offset="0.00000000"
+         id="stop866" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0.00000000;"
+         offset="1.0000000"
+         id="stop868" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient1400">
+      <stop
+         style="stop-color:#000000;stop-opacity:0.67843139;"
+         offset="0.0000000"
+         id="stop1401" />
+      <stop
+         style="stop-color:#000000;stop-opacity:0.32941177;"
+         offset="0.56999999"
+         id="stop1403" />
+      <stop
+         style="stop-color:#000000;stop-opacity:0.00000000;"
+         offset="1.0000000"
+         id="stop1402" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient1507"
+       id="linearGradient233706"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="scale(0.9446888,1.0585496)"
+       x1="201.38963"
+       y1="843.20789"
+       x2="547.80804"
+       y2="383.76529" />
+    <linearGradient
+       y2="383.76529"
+       y1="843.20789"
+       xlink:href="#linearGradient1507"
+       x2="547.80804"
+       x1="201.38963"
+       id="linearGradient1506"
+       gradientTransform="scale(0.9446888,1.0585496)"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient1507"
+       id="linearGradient3450"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="scale(0.9446888,1.0585496)"
+       x1="201.38963"
+       y1="843.20789"
+       x2="547.80804"
+       y2="383.76529" />
+    <linearGradient
+       id="linearGradient1290">
+      <stop
+         style="stop-color:#b2a269;stop-opacity:1.0000000;"
+         offset="0.0000000"
+         id="stop1291" />
+      <stop
+         style="stop-color:#6d5b18;stop-opacity:1.0000000;"
+         offset="1.0000000"
+         id="stop1292" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient846">
+      <stop
+         style="stop-color:#e7e7e7;stop-opacity:1.0000000;"
+         offset="0.00000000"
+         id="stop847" />
+      <stop
+         style="stop-color:#a5a5a5;stop-opacity:1.0000000;"
+         offset="1.0000000"
+         id="stop848" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient841">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1.0000000;"
+         offset="0.00000000"
+         id="stop842" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0.00000000;"
+         offset="1.0000000"
+         id="stop843" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient853">
+      <stop
+         style="stop-color:#000000;stop-opacity:0.29752067;"
+         offset="0.00000000"
+         id="stop854" />
+      <stop
+         style="stop-color:#000000;stop-opacity:0.00000000;"
+         offset="1.0000000"
+         id="stop855" />
+    </linearGradient>
+    <linearGradient
+       y2="287.73825"
+       y1="169.4436"
+       xlink:href="#linearGradient1492"
+       x2="622.33325"
+       x1="741.63898"
+       id="linearGradient1497"
+       gradientTransform="scale(0.9552926,1.0467997)"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       id="linearGradient1501">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1.0000000;"
+         offset="0.0000000"
+         id="stop1502" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0.0000000;"
+         offset="1.0000000"
+         id="stop1504" />
+    </linearGradient>
+    <linearGradient
+       y2="418.53635"
+       y1="236.12772"
+       xlink:href="#linearGradient1501"
+       x2="330.88034"
+       x1="687.96375"
+       id="linearGradient1499"
+       gradientTransform="scale(0.9890091,1.011113)"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       id="linearGradient1492">
+      <stop
+         style="stop-color:#dadada;stop-opacity:1.0000000;"
+         offset="0.0000000"
+         id="stop1493" />
+      <stop
+         style="stop-color:#f1f1f1;stop-opacity:1.0000000;"
+         offset="0.34923077"
+         id="stop1496" />
+      <stop
+         style="stop-color:#f0f0f0;stop-opacity:1.0000000;"
+         offset="1.0000000"
+         id="stop1494" />
+    </linearGradient>
+    <linearGradient
+       y2="689.86005"
+       y1="230.07422"
+       xlink:href="#linearGradient1492"
+       x2="351.7063"
+       x1="728.96643"
+       id="linearGradient1495"
+       gradientTransform="scale(0.955425,1.0466546)"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       id="linearGradient1507">
+      <stop
+         style="stop-color:#000000;stop-opacity:0.095505618;"
+         offset="0.0000000"
+         id="stop1508" />
+      <stop
+         style="stop-color:#000000;stop-opacity:0.0000000;"
+         offset="1.0000000"
+         id="stop1510" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient1507"
+       id="linearGradient3877"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="scale(0.9446888,1.0585496)"
+       x1="201.38963"
+       y1="843.20789"
+       x2="547.80804"
+       y2="383.76529" />
+    <linearGradient
+       id="linearGradient1699">
+      <stop
+         style="stop-color:#017eff;stop-opacity:1.0000000;"
+         offset="0.0000000"
+         id="stop1700" />
+      <stop
+         style="stop-color:#ecfaff;stop-opacity:1.0000000;"
+         offset="1.0000000"
+         id="stop1701" />
+    </linearGradient>
+    <marker
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="DiamondEmpty"
+       style="overflow:visible">
+      <path
+         id="path7"
+         d="M 0,-5 -5,0 0,5 5,0 0,-5 Z"
+         style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"
+         transform="translate(-5,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient19816"
+       id="radialGradient3268"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.9214039,0.00238962,-0.00216645,0.5977017,541.12253,30.198804)"
+       cx="-147.5"
+       cy="97.300964"
+       fx="-147.5"
+       fy="97.300964"
+       r="109.42857" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7299"
+       id="radialGradient3270"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.3208501,0.00238435,-0.00310564,0.596383,334.93437,78.721097)"
+       cx="-147.5"
+       cy="97.300964"
+       fx="-147.5"
+       fy="97.300964"
+       r="109.42857" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient19816"
+       id="radialGradient3272"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.6000725,0.00238083,-0.00376217,0.5955044,664.61868,-4.8275956)"
+       cx="-147.5"
+       cy="97.300964"
+       fx="-147.5"
+       fy="97.300964"
+       r="109.42857" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7299"
+       id="radialGradient3274"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.3208501,0.00238435,-0.00310564,0.596383,334.93437,78.721097)"
+       cx="-147.5"
+       cy="97.300964"
+       fx="-147.5"
+       fy="97.300964"
+       r="109.42857" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7299"
+       id="radialGradient3276"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.3208501,0.00238435,-0.00310564,0.596383,334.93437,78.721097)"
+       cx="-147.5"
+       cy="97.300964"
+       fx="-147.5"
+       fy="97.300964"
+       r="109.42857" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7299"
+       id="radialGradient3278"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.3208501,0.00238435,-0.00310564,0.596383,334.93437,78.721097)"
+       cx="-147.5"
+       cy="97.300964"
+       fx="-147.5"
+       fy="97.300964"
+       r="109.42857" />
+    <linearGradient
+       id="linearGradient7299">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0"
+         id="stop7301" />
+      <stop
+         style="stop-color:#a090e7;stop-opacity:1"
+         offset="1"
+         id="stop7303" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7299"
+       id="radialGradient3280"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.3208501,0.00238435,-0.00310564,0.596383,334.93437,78.721097)"
+       cx="-147.5"
+       cy="97.300964"
+       fx="-147.5"
+       fy="97.300964"
+       r="109.42857" />
+    <linearGradient
+       id="linearGradient5596">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop5598" />
+      <stop
+         style="stop-color:#e7e790;stop-opacity:0.56489879"
+         offset="1"
+         id="stop5600" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient19816">
+      <stop
+         id="stop19818"
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:1;" />
+      <stop
+         id="stop19820"
+         offset="1"
+         style="stop-color:#e7e790;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient11508">
+      <stop
+         id="stop11510"
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:1;" />
+      <stop
+         id="stop11512"
+         offset="1"
+         style="stop-color:#008401;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3286">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop3288" />
+      <stop
+         style="stop-color:#79e291;stop-opacity:1;"
+         offset="1"
+         id="stop3290" />
+    </linearGradient>
+    <marker
+       inkscape:stockid="Arrow2Lend"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow2Lend"
+       style="overflow:visible">
+      <path
+         id="path16811"
+         style="font-size:12px;fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"
+         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+         transform="matrix(-1.1,0,0,-1.1,-1.1,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <linearGradient
+       id="linearGradient7447">
+      <stop
+         style="stop-color:#ff6161;stop-opacity:1;"
+         offset="0"
+         id="stop7449" />
+      <stop
+         style="stop-color:#840929;stop-opacity:1;"
+         offset="1"
+         id="stop7451" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient7485">
+      <stop
+         style="stop-color:#b6bcef;stop-opacity:1;"
+         offset="0"
+         id="stop7487" />
+      <stop
+         style="stop-color:#4026b1;stop-opacity:1;"
+         offset="1"
+         id="stop7489" />
+    </linearGradient>
+    <marker
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="EmptyArrow2"
+       style="overflow:visible">
+      <path
+         id="path13"
+         d="M 0,0 0,-5 -10,0 0,5 0,0 Z"
+         style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"
+         transform="matrix(-1,0,0,-1,-10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Lstart"
+       style="overflow:visible">
+      <path
+         id="path5210"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       id="DotS"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:stockid="DotS">
+      <path
+         transform="matrix(0.2,0,0,0.2,1.48,0.2)"
+         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none;marker-end:none"
+         d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"
+         id="path3636"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="TriangleOutS"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="TriangleOutS"
+       style="overflow:visible">
+      <path
+         id="path3717"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"
+         transform="scale(0.2,0.2)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <inkscape:path-effect
+       copytype="single_stretched"
+       pattern="m 349.202,225.086 56.693,106.3 -35.433,7.086"
+       prop_scale="1"
+       id="path-effect2503"
+       effect="skeletal"
+       is_visible="true"
+       scale_y_rel="false"
+       spacing="0"
+       normal_offset="0"
+       tang_offset="0"
+       prop_units="false"
+       vertical_pattern="false"
+       fuse_tolerance="0" />
+    <inkscape:path-effect
+       prop_scale="1"
+       id="path-effect2499"
+       effect="skeletal"
+       is_visible="true"
+       pattern="M 0,0 1,0"
+       copytype="single_stretched"
+       scale_y_rel="false"
+       spacing="0"
+       normal_offset="0"
+       tang_offset="0"
+       prop_units="false"
+       vertical_pattern="false"
+       fuse_tolerance="0" />
+    <inkscape:path-effect
+       pattern-nodetypes="cc"
+       pattern="M 432.28346,272.83462 403.93701,216.14171"
+       prop_scale="1"
+       id="path-effect2497"
+       effect="skeletal"
+       is_visible="true"
+       copytype="single_stretched"
+       scale_y_rel="false"
+       spacing="0"
+       normal_offset="0"
+       tang_offset="0"
+       prop_units="false"
+       vertical_pattern="false"
+       fuse_tolerance="0" />
+    <marker
+       style="overflow:visible"
+       id="Arrow1Send"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:stockid="Arrow1Send">
+      <path
+         transform="matrix(-0.2,0,0,-0.2,-1.2,0)"
+         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         id="path3641"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       id="Arrow1Lend"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:stockid="Arrow1Lend">
+      <path
+         transform="matrix(-0.8,0,0,-0.8,-10,0)"
+         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         id="path3629"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective3487" />
+    <marker
+       style="overflow:visible"
+       id="Arrow2Sendp"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:stockid="Arrow2Sendp">
+      <path
+         transform="matrix(-0.3,0,0,-0.3,0.69,0)"
+         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+         style="font-size:12px;fill:#f39300;fill-rule:evenodd;stroke:#f39300;stroke-width:0.625;stroke-linejoin:round"
+         id="path28139"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       id="TriangleOutSK"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:stockid="TriangleOutSK">
+      <path
+         transform="scale(0.2,0.2)"
+         style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         id="path36611"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       id="TriangleOutSH"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:stockid="TriangleOutSH">
+      <path
+         transform="scale(0.2,0.2)"
+         style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         id="path36614"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       id="TriangleOutSA"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:stockid="TriangleOutSA">
+      <path
+         transform="scale(0.2,0.2)"
+         style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         id="path36617"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       id="TriangleOutSKF"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:stockid="TriangleOutSKF">
+      <path
+         transform="scale(0.2,0.2)"
+         style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         id="path36620"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       id="TriangleOutS9"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:stockid="TriangleOutS9">
+      <path
+         transform="scale(0.2,0.2)"
+         style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         id="path36623"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       id="Arrow2SendpA"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:stockid="Arrow2SendpA">
+      <path
+         transform="matrix(-0.3,0,0,-0.3,0.69,0)"
+         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+         style="font-size:12px;fill:#d9d9cd;fill-rule:evenodd;stroke:#d9d9cd;stroke-width:0.625;stroke-linejoin:round"
+         id="path3396"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       id="Arrow2Sendpg"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:stockid="Arrow2Sendpg">
+      <path
+         transform="matrix(-0.3,0,0,-0.3,0.69,0)"
+         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+         style="font-size:12px;fill:#fcc988;fill-rule:evenodd;stroke:#fcc988;stroke-width:0.625;stroke-linejoin:round"
+         id="path3360"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <filter
+       id="filter2780"
+       inkscape:label="White Halo"
+       width="1.1"
+       height="1.1">
+      <feMorphology
+         id="feMorphology2782"
+         operator="dilate"
+         radius="3"
+         result="result0" />
+      <feFlood
+         id="feFlood2786"
+         flood-color="rgb(255,255,255)"
+         flood-opacity="1"
+         in="result0"
+         result="result3" />
+      <feComposite
+         id="feComposite2623"
+         in="result3"
+         in2="result0"
+         operator="in"
+         result="result4" />
+      <feMerge
+         id="feMerge2629">
+        <feMergeNode
+           inkscape:collect="always"
+           id="feMergeNode2631"
+           in="result4" />
+        <feMergeNode
+           inkscape:collect="always"
+           id="feMergeNode2633"
+           in="SourceGraphic" />
+      </feMerge>
+    </filter>
+    <marker
+       inkscape:stockid="TriangleOutSn"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="TriangleOutSn"
+       style="overflow:visible">
+      <path
+         id="path4441"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#d9d9cd;fill-rule:evenodd;stroke:#d9d9cd;stroke-width:1pt;marker-start:none"
+         transform="scale(0.2,0.2)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="TriangleOutS9F"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="TriangleOutS9F"
+       style="overflow:visible">
+      <path
+         id="path4444"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#d9d9cd;fill-rule:evenodd;stroke:#d9d9cd;stroke-width:1pt;marker-start:none"
+         transform="scale(0.2,0.2)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="TriangleOutSI"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="TriangleOutSI"
+       style="overflow:visible">
+      <path
+         id="path4447"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#d9d9cd;fill-rule:evenodd;stroke:#d9d9cd;stroke-width:1pt;marker-start:none"
+         transform="scale(0.2,0.2)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="TriangleOutSO"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="TriangleOutSO"
+       style="overflow:visible">
+      <path
+         id="path4450"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#d9d9cd;fill-rule:evenodd;stroke:#d9d9cd;stroke-width:1pt;marker-start:none"
+         transform="scale(0.2,0.2)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="TriangleOutSW"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="TriangleOutSW"
+       style="overflow:visible">
+      <path
+         id="path4453"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#d9d9cd;fill-rule:evenodd;stroke:#d9d9cd;stroke-width:1pt;marker-start:none"
+         transform="scale(0.2,0.2)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="TriangleOutSB"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="TriangleOutSB"
+       style="overflow:visible">
+      <path
+         id="path4456"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#d9d9cd;fill-rule:evenodd;stroke:#d9d9cd;stroke-width:1pt;marker-start:none"
+         transform="scale(0.2,0.2)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="TriangleOutSZ"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="TriangleOutSZ"
+       style="overflow:visible">
+      <path
+         id="path4459"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#d9d9cd;fill-rule:evenodd;stroke:#d9d9cd;stroke-width:1pt;marker-start:none"
+         transform="scale(0.2,0.2)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       id="DotSq"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:stockid="DotSq">
+      <path
+         transform="matrix(0.2,0,0,0.2,1.48,0.2)"
+         style="fill:#d9d9cd;fill-rule:evenodd;stroke:#d9d9cd;stroke-width:1pt;marker-start:none;marker-end:none"
+         d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"
+         id="path5853"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="TriangleOutSBO"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="TriangleOutSBO"
+       style="overflow:visible">
+      <path
+         id="path7501"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none"
+         transform="scale(0.2,0.2)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       id="DotSu"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:stockid="DotSu">
+      <path
+         transform="matrix(0.2,0,0,0.2,1.48,0.2)"
+         style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none;marker-end:none"
+         d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"
+         id="path9463"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <filter
+       height="1.1"
+       width="1.1"
+       inkscape:label="Black Halo"
+       id="filter10694">
+      <feMorphology
+         result="result0"
+         radius="3"
+         operator="dilate"
+         id="feMorphology10696" />
+      <feFlood
+         result="result3"
+         in="result0"
+         flood-opacity="1"
+         flood-color="rgb(0,0,0)"
+         id="feFlood10698" />
+      <feComposite
+         result="result4"
+         operator="in"
+         in2="result0"
+         in="result3"
+         id="feComposite10700" />
+      <feMerge
+         id="feMerge10702">
+        <feMergeNode
+           in="result4"
+           id="feMergeNode10704"
+           inkscape:collect="always" />
+        <feMergeNode
+           in="SourceGraphic"
+           id="feMergeNode10706"
+           inkscape:collect="always" />
+      </feMerge>
+    </filter>
+    <marker
+       inkscape:stockid="TriangleOutSu"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="TriangleOutSu"
+       style="overflow:visible">
+      <path
+         id="path8127"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none"
+         transform="scale(0.2,0.2)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="TriangleOutSI8"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="TriangleOutSI8"
+       style="overflow:visible">
+      <path
+         id="path8130"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none"
+         transform="scale(0.2,0.2)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="TriangleOutSr"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="TriangleOutSr"
+       style="overflow:visible">
+      <path
+         id="path8133"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none"
+         transform="scale(0.2,0.2)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="TriangleOutSM"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="TriangleOutSM"
+       style="overflow:visible">
+      <path
+         id="path8136"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none"
+         transform="scale(0.2,0.2)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="TriangleOutSb"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="TriangleOutSb"
+       style="overflow:visible">
+      <path
+         id="path8139"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none"
+         transform="scale(0.2,0.2)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       id="marker18095"
+       orient="auto"
+       markerHeight="5.7450776"
+       markerWidth="4.6297302">
+      <g
+         id="g11064"
+         transform="matrix(0.5,0,0,0.5,-185.64298,-257.19655)">
+        <path
+           sodipodi:nodetypes="csccccccsccssssssssssssssccc"
+           id="path11050"
+           d="m 370,508.65625 c -0.86067,0.0587 -1.60944,0.6213 -1.90625,1.4375 -0.26976,0.74176 -0.0577,1.53493 0.4375,2.125 l -1.75,0 c -0.0424,-0.005 -0.0824,0.002 -0.125,0 l 0,4.375 0.125,0 1.75,0 c -0.67896,0.8597 -0.69701,2.11549 0.0937,2.90625 0.85091,0.85091 2.27409,0.85091 3.125,0 l 3.34375,-3.375 c 0.033,-0.0295 0.0643,-0.0608 0.0937,-0.0937 0.0322,-0.0193 0.0635,-0.0402 0.0937,-0.0625 3.7e-4,-3.6e-4 0.21851,-0.28079 0.21875,-0.28125 5e-5,-9e-5 -0.007,-0.0447 0,-0.0625 0.001,-0.003 0.03,0.003 0.0312,0 0.0391,-0.0521 0.051,-0.0518 0.0937,-0.125 0.13699,-0.23476 0.16684,-0.37191 0.15625,-0.34375 0.0368,-0.0915 0.0185,-0.11251 0.0312,-0.15625 0.0106,-0.0102 0.021,-0.0206 0.0312,-0.0312 0.06,-0.22398 0.0881,-0.51689 0.0625,-0.78125 -0.0136,-0.20363 -0.0589,-0.29765 -0.0625,-0.3125 1.4e-4,-0.0104 1.4e-4,-0.0208 0,-0.0312 0.026,0.097 0.0153,0.016 -0.0937,-0.25 -0.0525,-0.13039 -0.0899,-0.21936 -0.125,-0.28125 -0.0524,-0.0897 -0.13346,-0.26235 -0.34375,-0.46875 L 371.75,509.3125 c -0.45645,-0.48671 -1.08509,-0.71163 -1.75,-0.65625 z"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
+           inkscape:connector-curvature="0" />
+        <path
+           sodipodi:nodetypes="cccscccsssssssscccsccc"
+           id="path11035"
+           d="m 366.65625,515.40625 4.625,0 -1.8125,1.8125 c -0.39695,0.39695 -0.39695,1.04055 0,1.4375 0.39695,0.39695 1.04055,0.39695 1.4375,0 l 3.4375,-3.46875 0.0937,-0.0625 c 0.006,-0.006 -0.006,-0.0253 0,-0.0312 0.0554,-0.0572 0.1151,-0.11699 0.15625,-0.1875 0.0286,-0.0491 0.0429,-0.10409 0.0625,-0.15625 0.0124,-0.0307 0.0221,-0.0622 0.0312,-0.0937 0.0311,-0.1161 0.0427,-0.22493 0.0312,-0.34375 -0.004,-0.0578 -0.0174,-0.0996 -0.0312,-0.15625 -0.0109,-0.0407 -0.0151,-0.0857 -0.0312,-0.125 -0.0164,-0.0408 -0.0405,-0.0862 -0.0625,-0.125 -0.0455,-0.0779 -0.0936,-0.15726 -0.15625,-0.21875 l -3.53125,-3.53125 c -0.20891,-0.22276 -0.50816,-0.33785 -0.8125,-0.3125 -0.39478,0.0269 -0.73977,0.28438 -0.875,0.65625 -0.13524,0.37187 -0.0353,0.78826 0.25,1.0625 l 1.875,1.84375 -4.6875,0"
+           style="fill:#49c2f1;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+           inkscape:connector-curvature="0" />
+      </g>
+    </marker>
+    <marker
+       id="marker44971"
+       orient="auto"
+       markerHeight="5.7450781"
+       markerWidth="4.6297355">
+      <g
+         id="g18059"
+         transform="matrix(0.5,0,0,0.5,-185.64299,-257.19655)">
+        <path
+           sodipodi:nodetypes="csccccccsccssssssssssssssccc"
+           id="path18061"
+           d="m 370,508.65625 c -0.86067,0.0587 -1.60944,0.6213 -1.90625,1.4375 -0.26976,0.74176 -0.0577,1.53493 0.4375,2.125 l -1.75,0 c -0.0424,-0.005 -0.0824,0.002 -0.125,0 l 0,4.375 0.125,0 1.75,0 c -0.67896,0.8597 -0.69701,2.11549 0.0937,2.90625 0.85091,0.85091 2.27409,0.85091 3.125,0 l 3.34375,-3.375 c 0.033,-0.0295 0.0643,-0.0608 0.0937,-0.0937 0.0322,-0.0193 0.0635,-0.0402 0.0937,-0.0625 3.7e-4,-3.6e-4 0.21851,-0.28079 0.21875,-0.28125 5e-5,-9e-5 -0.007,-0.0447 0,-0.0625 0.001,-0.003 0.03,0.003 0.0312,0 0.0391,-0.0521 0.051,-0.0518 0.0937,-0.125 0.13699,-0.23476 0.16684,-0.37191 0.15625,-0.34375 0.0368,-0.0915 0.0185,-0.11251 0.0312,-0.15625 0.0106,-0.0102 0.021,-0.0206 0.0312,-0.0312 0.06,-0.22398 0.0881,-0.51689 0.0625,-0.78125 -0.0136,-0.20363 -0.0589,-0.29765 -0.0625,-0.3125 1.4e-4,-0.0104 1.4e-4,-0.0208 0,-0.0312 0.026,0.097 0.0153,0.016 -0.0937,-0.25 -0.0525,-0.13039 -0.0899,-0.21936 -0.125,-0.28125 -0.0524,-0.0897 -0.13346,-0.26235 -0.34375,-0.46875 L 371.75,509.3125 c -0.45645,-0.48671 -1.08509,-0.71163 -1.75,-0.65625 z"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
+           inkscape:connector-curvature="0" />
+        <path
+           sodipodi:nodetypes="cccscccsssssssscccsccc"
+           id="path18063"
+           d="m 366.65625,515.40625 4.625,0 -1.8125,1.8125 c -0.39695,0.39695 -0.39695,1.04055 0,1.4375 0.39695,0.39695 1.04055,0.39695 1.4375,0 l 3.4375,-3.46875 0.0937,-0.0625 c 0.006,-0.006 -0.006,-0.0253 0,-0.0312 0.0554,-0.0572 0.1151,-0.11699 0.15625,-0.1875 0.0286,-0.0491 0.0429,-0.10409 0.0625,-0.15625 0.0124,-0.0307 0.0221,-0.0622 0.0312,-0.0937 0.0311,-0.1161 0.0427,-0.22493 0.0312,-0.34375 -0.004,-0.0578 -0.0174,-0.0996 -0.0312,-0.15625 -0.0109,-0.0407 -0.0151,-0.0857 -0.0312,-0.125 -0.0164,-0.0408 -0.0405,-0.0862 -0.0625,-0.125 -0.0455,-0.0779 -0.0936,-0.15726 -0.15625,-0.21875 l -3.53125,-3.53125 c -0.20891,-0.22276 -0.50816,-0.33785 -0.8125,-0.3125 -0.39478,0.0269 -0.73977,0.28438 -0.875,0.65625 -0.13524,0.37187 -0.0353,0.78826 0.25,1.0625 l 1.875,1.84375 -4.6875,0"
+           style="fill:#d9d9cd;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+           inkscape:connector-curvature="0" />
+      </g>
+    </marker>
+    <marker
+       id="marker52016"
+       orient="auto"
+       markerHeight="5.7450786"
+       markerWidth="4.6297302">
+      <g
+         id="g52010"
+         transform="matrix(0.5,0,0,0.5,-185.64299,-257.19655)">
+        <path
+           sodipodi:nodetypes="csccccccsccssssssssssssssccc"
+           id="path52012"
+           d="m 370,508.65625 c -0.86067,0.0587 -1.60944,0.6213 -1.90625,1.4375 -0.26976,0.74176 -0.0577,1.53493 0.4375,2.125 l -1.75,0 c -0.0424,-0.005 -0.0824,0.002 -0.125,0 l 0,4.375 0.125,0 1.75,0 c -0.67896,0.8597 -0.69701,2.11549 0.0937,2.90625 0.85091,0.85091 2.27409,0.85091 3.125,0 l 3.34375,-3.375 c 0.033,-0.0295 0.0643,-0.0608 0.0937,-0.0937 0.0322,-0.0193 0.0635,-0.0402 0.0937,-0.0625 3.7e-4,-3.6e-4 0.21851,-0.28079 0.21875,-0.28125 5e-5,-9e-5 -0.007,-0.0447 0,-0.0625 0.001,-0.003 0.03,0.003 0.0312,0 0.0391,-0.0521 0.051,-0.0518 0.0937,-0.125 0.13699,-0.23476 0.16684,-0.37191 0.15625,-0.34375 0.0368,-0.0915 0.0185,-0.11251 0.0312,-0.15625 0.0106,-0.0102 0.021,-0.0206 0.0312,-0.0312 0.06,-0.22398 0.0881,-0.51689 0.0625,-0.78125 -0.0136,-0.20363 -0.0589,-0.29765 -0.0625,-0.3125 1.4e-4,-0.0104 1.4e-4,-0.0208 0,-0.0312 0.026,0.097 0.0153,0.016 -0.0937,-0.25 -0.0525,-0.13039 -0.0899,-0.21936 -0.125,-0.28125 -0.0524,-0.0897 -0.13346,-0.26235 -0.34375,-0.46875 L 371.75,509.3125 c -0.45645,-0.48671 -1.08509,-0.71163 -1.75,-0.65625 z"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
+           inkscape:connector-curvature="0" />
+        <path
+           sodipodi:nodetypes="cccscccsssssssscccsccc"
+           id="path52014"
+           d="m 366.65625,515.40625 4.625,0 -1.8125,1.8125 c -0.39695,0.39695 -0.39695,1.04055 0,1.4375 0.39695,0.39695 1.04055,0.39695 1.4375,0 l 3.4375,-3.46875 0.0937,-0.0625 c 0.006,-0.006 -0.006,-0.0253 0,-0.0312 0.0554,-0.0572 0.1151,-0.11699 0.15625,-0.1875 0.0286,-0.0491 0.0429,-0.10409 0.0625,-0.15625 0.0124,-0.0307 0.0221,-0.0622 0.0312,-0.0937 0.0311,-0.1161 0.0427,-0.22493 0.0312,-0.34375 -0.004,-0.0578 -0.0174,-0.0996 -0.0312,-0.15625 -0.0109,-0.0407 -0.0151,-0.0857 -0.0312,-0.125 -0.0164,-0.0408 -0.0405,-0.0862 -0.0625,-0.125 -0.0455,-0.0779 -0.0936,-0.15726 -0.15625,-0.21875 l -3.53125,-3.53125 c -0.20891,-0.22276 -0.50816,-0.33785 -0.8125,-0.3125 -0.39478,0.0269 -0.73977,0.28438 -0.875,0.65625 -0.13524,0.37187 -0.0353,0.78826 0.25,1.0625 l 1.875,1.84375 -4.6875,0"
+           style="fill:#f39300;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+           inkscape:connector-curvature="0" />
+      </g>
+    </marker>
+    <marker
+       id="marker64887"
+       orient="auto"
+       markerHeight="5.745079"
+       markerWidth="4.6297255">
+      <g
+         id="g64855"
+         transform="matrix(0.5,0,0,0.5,-185.64299,-257.19655)">
+        <path
+           sodipodi:nodetypes="csccccccsccssssssssssssssccc"
+           id="path64857"
+           d="m 370,508.65625 c -0.86067,0.0587 -1.60944,0.6213 -1.90625,1.4375 -0.26976,0.74176 -0.0577,1.53493 0.4375,2.125 l -1.75,0 c -0.0424,-0.005 -0.0824,0.002 -0.125,0 l 0,4.375 0.125,0 1.75,0 c -0.67896,0.8597 -0.69701,2.11549 0.0937,2.90625 0.85091,0.85091 2.27409,0.85091 3.125,0 l 3.34375,-3.375 c 0.033,-0.0295 0.0643,-0.0608 0.0937,-0.0937 0.0322,-0.0193 0.0635,-0.0402 0.0937,-0.0625 3.7e-4,-3.6e-4 0.21851,-0.28079 0.21875,-0.28125 5e-5,-9e-5 -0.007,-0.0447 0,-0.0625 0.001,-0.003 0.03,0.003 0.0312,0 0.0391,-0.0521 0.051,-0.0518 0.0937,-0.125 0.13699,-0.23476 0.16684,-0.37191 0.15625,-0.34375 0.0368,-0.0915 0.0185,-0.11251 0.0312,-0.15625 0.0106,-0.0102 0.021,-0.0206 0.0312,-0.0312 0.06,-0.22398 0.0881,-0.51689 0.0625,-0.78125 -0.0136,-0.20363 -0.0589,-0.29765 -0.0625,-0.3125 1.4e-4,-0.0104 1.4e-4,-0.0208 0,-0.0312 0.026,0.097 0.0153,0.016 -0.0937,-0.25 -0.0525,-0.13039 -0.0899,-0.21936 -0.125,-0.28125 -0.0524,-0.0897 -0.13346,-0.26235 -0.34375,-0.46875 L 371.75,509.3125 c -0.45645,-0.48671 -1.08509,-0.71163 -1.75,-0.65625 z"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
+           inkscape:connector-curvature="0" />
+        <path
+           sodipodi:nodetypes="cccscccsssssssscccsccc"
+           id="path64859"
+           d="m 366.65625,515.40625 4.625,0 -1.8125,1.8125 c -0.39695,0.39695 -0.39695,1.04055 0,1.4375 0.39695,0.39695 1.04055,0.39695 1.4375,0 l 3.4375,-3.46875 0.0937,-0.0625 c 0.006,-0.006 -0.006,-0.0253 0,-0.0312 0.0554,-0.0572 0.1151,-0.11699 0.15625,-0.1875 0.0286,-0.0491 0.0429,-0.10409 0.0625,-0.15625 0.0124,-0.0307 0.0221,-0.0622 0.0312,-0.0937 0.0311,-0.1161 0.0427,-0.22493 0.0312,-0.34375 -0.004,-0.0578 -0.0174,-0.0996 -0.0312,-0.15625 -0.0109,-0.0407 -0.0151,-0.0857 -0.0312,-0.125 -0.0164,-0.0408 -0.0405,-0.0862 -0.0625,-0.125 -0.0455,-0.0779 -0.0936,-0.15726 -0.15625,-0.21875 l -3.53125,-3.53125 c -0.20891,-0.22276 -0.50816,-0.33785 -0.8125,-0.3125 -0.39478,0.0269 -0.73977,0.28438 -0.875,0.65625 -0.13524,0.37187 -0.0353,0.78826 0.25,1.0625 l 1.875,1.84375 -4.6875,0"
+           style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+           inkscape:connector-curvature="0" />
+      </g>
+    </marker>
+    <marker
+       id="marker4057"
+       orient="auto"
+       markerHeight="5.745079"
+       markerWidth="4.6297302">
+      <g
+         id="g51986"
+         transform="matrix(0.5,0,0,0.5,-185.64299,-257.19655)">
+        <path
+           sodipodi:nodetypes="csccccccsccssssssssssssssccc"
+           id="path51988"
+           d="m 370,508.65625 c -0.86067,0.0587 -1.60944,0.6213 -1.90625,1.4375 -0.26976,0.74176 -0.0577,1.53493 0.4375,2.125 l -1.75,0 c -0.0424,-0.005 -0.0824,0.002 -0.125,0 l 0,4.375 0.125,0 1.75,0 c -0.67896,0.8597 -0.69701,2.11549 0.0937,2.90625 0.85091,0.85091 2.27409,0.85091 3.125,0 l 3.34375,-3.375 c 0.033,-0.0295 0.0643,-0.0608 0.0937,-0.0937 0.0322,-0.0193 0.0635,-0.0402 0.0937,-0.0625 3.7e-4,-3.6e-4 0.21851,-0.28079 0.21875,-0.28125 5e-5,-9e-5 -0.007,-0.0447 0,-0.0625 0.001,-0.003 0.03,0.003 0.0312,0 0.0391,-0.0521 0.051,-0.0518 0.0937,-0.125 0.13699,-0.23476 0.16684,-0.37191 0.15625,-0.34375 0.0368,-0.0915 0.0185,-0.11251 0.0312,-0.15625 0.0106,-0.0102 0.021,-0.0206 0.0312,-0.0312 0.06,-0.22398 0.0881,-0.51689 0.0625,-0.78125 -0.0136,-0.20363 -0.0589,-0.29765 -0.0625,-0.3125 1.4e-4,-0.0104 1.4e-4,-0.0208 0,-0.0312 0.026,0.097 0.0153,0.016 -0.0937,-0.25 -0.0525,-0.13039 -0.0899,-0.21936 -0.125,-0.28125 -0.0524,-0.0897 -0.13346,-0.26235 -0.34375,-0.46875 L 371.75,509.3125 c -0.45645,-0.48671 -1.08509,-0.71163 -1.75,-0.65625 z"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
+           inkscape:connector-curvature="0" />
+        <path
+           sodipodi:nodetypes="cccscccsssssssscccsccc"
+           id="path51990"
+           d="m 366.65625,515.40625 4.625,0 -1.8125,1.8125 c -0.39695,0.39695 -0.39695,1.04055 0,1.4375 0.39695,0.39695 1.04055,0.39695 1.4375,0 l 3.4375,-3.46875 0.0937,-0.0625 c 0.006,-0.006 -0.006,-0.0253 0,-0.0312 0.0554,-0.0572 0.1151,-0.11699 0.15625,-0.1875 0.0286,-0.0491 0.0429,-0.10409 0.0625,-0.15625 0.0124,-0.0307 0.0221,-0.0622 0.0312,-0.0937 0.0311,-0.1161 0.0427,-0.22493 0.0312,-0.34375 -0.004,-0.0578 -0.0174,-0.0996 -0.0312,-0.15625 -0.0109,-0.0407 -0.0151,-0.0857 -0.0312,-0.125 -0.0164,-0.0408 -0.0405,-0.0862 -0.0625,-0.125 -0.0455,-0.0779 -0.0936,-0.15726 -0.15625,-0.21875 l -3.53125,-3.53125 c -0.20891,-0.22276 -0.50816,-0.33785 -0.8125,-0.3125 -0.39478,0.0269 -0.73977,0.28438 -0.875,0.65625 -0.13524,0.37187 -0.0353,0.78826 0.25,1.0625 l 1.875,1.84375 -4.6875,0"
+           style="fill:#49c2f1;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+           inkscape:connector-curvature="0" />
+      </g>
+    </marker>
+    <marker
+       id="marker72805"
+       orient="auto"
+       markerHeight="4.5568175"
+       markerWidth="4.0334239">
+      <path
+         sodipodi:nodetypes="cccscccsssssssscccsccc"
+         id="path18057"
+         d="m -2.0167119,0.50456824 2.31250003,0 -0.90625,0.90624996 c -0.19847,0.19848 -0.19847,0.52028 0,0.71875 0.19848,0.19848 0.52028,0.19848 0.71875,0 l 1.71874997,-1.73436996 0.04688,-0.03125 c 0.00296,-0.00291 -0.0029,-0.01264 0,-0.01563 0.0277,-0.02858 0.05755,-0.05849 0.07812,-0.09375 0.01432,-0.02454 0.02144,-0.05204 0.03125,-0.07812 0.00618,-0.01536 0.01103,-0.03109 0.01563,-0.04688 0.01556,-0.05805 0.02137,-0.11246 0.01562,-0.17187 -0.00193,-0.02892 -0.00868,-0.04983 -0.01562,-0.07813 -0.00545,-0.02032 -0.00757,-0.04283 -0.01563,-0.0625 -0.00821,-0.02041 -0.02023,-0.0431 -0.03125,-0.0625 -0.02272,-0.03893 -0.0468,-0.07863 -0.07812,-0.10937 L 0.10828813,-2.1204318 c -0.10445,-0.11138 -0.25408,-0.16892 -0.40625,-0.15625 -0.19739,0.01348 -0.36988,0.14219 -0.4375,0.32813 -0.06762,0.18593 -0.01763,0.39413 0.125,0.53125 l 0.9375,0.92187004 -2.34375003,0"
+         style="fill:#f39300;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       id="marker72808"
+       orient="auto"
+       markerHeight="4.5568123"
+       markerWidth="4.0334177">
+      <path
+         sodipodi:nodetypes="cccscccsssssssscccsccc"
+         id="path72801"
+         d="m -2.016709,0.50457301 2.31250005,0 -0.90625,0.90624999 c -0.19848,0.19847 -0.19848,0.52027 0,0.71875 0.19847,0.19847 0.52027,0.19847 0.71875,0 L 1.827041,0.39519301 l 0.04687,-0.03125 c 0.00297,-0.00291 -0.00289,-0.01264 0,-0.01562 0.02771,-0.02858 0.05755,-0.0585 0.07813,-0.09375 0.01432,-0.02454 0.02144,-0.05205 0.03125,-0.07813 0.00618,-0.01536 0.01103,-0.03108 0.01562,-0.04687 0.01556,-0.05805 0.02137,-0.11247 0.01563,-0.17188 -0.00193,-0.02892 -0.00869,-0.04982 -0.01563,-0.07812 -0.00545,-0.02033 -0.00756,-0.04283 -0.01562,-0.0625 -0.00822,-0.02042 -0.02024,-0.0431 -0.03125,-0.0625 -0.02273,-0.03894 -0.0468,-0.07863 -0.07813,-0.10938 L 0.10829105,-2.120427 c -0.10446,-0.11138 -0.25408,-0.16893 -0.40625,-0.15625 -0.19739,0.01347 -0.36989,0.14219 -0.4375,0.32812 -0.06762,0.18594 -0.01763,0.39413 0.125,0.53125 l 0.9375,0.92188001 -2.34375005,0"
+         style="fill:#d9d9cd;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       id="DotSuN"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:stockid="DotSuN">
+      <path
+         transform="matrix(0.2,0,0,0.2,1.48,0.2)"
+         style="fill:#f39300;fill-rule:evenodd;stroke:#f39300;stroke-width:1pt;marker-start:none;marker-end:none"
+         d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"
+         id="path81580"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient1507"
+       id="linearGradient92445"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="scale(0.9446888,1.0585496)"
+       x1="201.38963"
+       y1="843.20789"
+       x2="547.80804"
+       y2="383.76529" />
+    <radialGradient
+       r="109.42857"
+       fy="97.300964"
+       fx="-147.5"
+       cy="97.300964"
+       cx="-147.5"
+       gradientTransform="matrix(0.8305603,0.00109143,-0.00195285,0.2729933,281.94958,112.36765)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient112303"
+       xlink:href="#linearGradient3286"
+       inkscape:collect="always" />
+    <radialGradient
+       r="109.42857"
+       fy="97.300964"
+       fx="-147.5"
+       cy="97.300964"
+       cx="-147.5"
+       gradientTransform="matrix(0.8305603,0.00109143,-0.00195285,0.2729933,281.94958,112.36765)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient112301"
+       xlink:href="#linearGradient3286"
+       inkscape:collect="always" />
+    <radialGradient
+       r="109.42857"
+       fy="97.300964"
+       fx="-147.5"
+       cy="97.300964"
+       cx="-147.5"
+       gradientTransform="matrix(0.8305603,0.00109143,-0.00195285,0.2729933,281.94958,112.36765)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient112299"
+       xlink:href="#linearGradient3286"
+       inkscape:collect="always" />
+    <radialGradient
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.293791,0.01370129,-0.00531443,0.5018339,-46.792176,73.88505)"
+       r="95.092682"
+       fy="112.14567"
+       fx="153.46323"
+       cy="112.14567"
+       cx="153.46323"
+       id="radialGradient112297"
+       xlink:href="#linearGradient11508"
+       inkscape:collect="always" />
+    <radialGradient
+       r="109.42857"
+       fy="97.300964"
+       fx="-147.5"
+       cy="97.300964"
+       cx="-147.5"
+       gradientTransform="matrix(1.3208501,0.00238435,-0.00310564,0.596383,334.93437,78.721097)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient112295"
+       xlink:href="#linearGradient3286"
+       inkscape:collect="always" />
+    <radialGradient
+       r="109.42857"
+       fy="97.300964"
+       fx="-147.5"
+       cy="97.300964"
+       cx="-147.5"
+       gradientTransform="matrix(1.3208501,0.00238435,-0.00310564,0.596383,334.93437,78.721097)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient112293"
+       xlink:href="#linearGradient3286"
+       inkscape:collect="always" />
+    <radialGradient
+       r="109.42857"
+       fy="97.300964"
+       fx="-147.5"
+       cy="97.300964"
+       cx="-147.5"
+       gradientTransform="matrix(1.3208501,0.00238435,-0.00310564,0.596383,334.93437,78.721097)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient112291"
+       xlink:href="#linearGradient3286"
+       inkscape:collect="always" />
+    <radialGradient
+       r="109.42857"
+       fy="97.300964"
+       fx="-147.5"
+       cy="97.300964"
+       cx="-147.5"
+       gradientTransform="matrix(1.3208501,0.00238435,-0.00310564,0.596383,334.93437,78.721097)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient112289"
+       xlink:href="#linearGradient3286"
+       inkscape:collect="always" />
+    <radialGradient
+       r="109.42857"
+       fy="97.300964"
+       fx="-147.5"
+       cy="97.300964"
+       cx="-147.5"
+       gradientTransform="matrix(1.3208501,0.00238435,-0.00310564,0.596383,334.93437,78.721097)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient112287"
+       xlink:href="#linearGradient3286"
+       inkscape:collect="always" />
+    <linearGradient
+       id="linearGradient1694">
+      <stop
+         id="stop1695"
+         offset="0.0000000"
+         style="stop-color:#ffffff;stop-opacity:0.0000000;" />
+      <stop
+         id="stop1696"
+         offset="1.0000000"
+         style="stop-color:#ffffff;stop-opacity:1.0000000;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient112278">
+      <stop
+         id="stop112280"
+         offset="0.0000000"
+         style="stop-color:#0c1fdb;stop-opacity:1.0000000;" />
+      <stop
+         id="stop112282"
+         offset="1.0000000"
+         style="stop-color:#062d76;stop-opacity:1.0000000;" />
+    </linearGradient>
+    <linearGradient
+       gradientTransform="scale(1.475472,0.677749)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient1686"
+       inkscape:collect="always"
+       x1="242.39842"
+       x2="242.39842"
+       xlink:href="#linearGradient1683"
+       y1="1035.3337"
+       y2="636.25543" />
+    <linearGradient
+       gradientTransform="scale(1.475472,0.677749)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient1690"
+       inkscape:collect="always"
+       x1="240.86183"
+       x2="240.86183"
+       xlink:href="#linearGradient1683"
+       y1="635.74658"
+       y2="1038.9441" />
+    <linearGradient
+       gradientTransform="scale(1.479463,0.675921)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient1692"
+       inkscape:collect="always"
+       x1="244.8598"
+       x2="244.8598"
+       xlink:href="#linearGradient1694"
+       y1="827.01349"
+       y2="646.06177" />
+    <linearGradient
+       gradientTransform="matrix(0,1.475472,-0.677749,0,0,0)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient112273"
+       inkscape:collect="always"
+       x1="303.90472"
+       x2="-93.992599"
+       xlink:href="#linearGradient1683"
+       y1="-492.41382"
+       y2="-492.41382" />
+    <linearGradient
+       gradientTransform="matrix(0,1.475472,-0.677749,0,0,0)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient112271"
+       inkscape:collect="always"
+       x1="-92.98716"
+       x2="315.00735"
+       xlink:href="#linearGradient1683"
+       y1="-477.69666"
+       y2="-477.69669" />
+    <linearGradient
+       gradientTransform="matrix(0,1.475473,-0.677749,0,0,0)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient1705"
+       inkscape:collect="always"
+       x1="112.06259"
+       x2="-170.00552"
+       xlink:href="#linearGradient1694"
+       y1="-485.28952"
+       y2="-485.28973" />
+    <radialGradient
+       r="109.42857"
+       fy="97.300964"
+       fx="-147.5"
+       cy="97.300964"
+       cx="-147.5"
+       gradientTransform="matrix(0.9214039,0.00238962,-0.00216645,0.5977017,262.24281,78.560061)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient5287"
+       xlink:href="#linearGradient3286"
+       inkscape:collect="always" />
+    <radialGradient
+       r="109.42857"
+       fy="97.300964"
+       fx="-147.5"
+       cy="97.300964"
+       cx="-147.5"
+       gradientTransform="matrix(0.9214039,0.00238962,-0.00216645,0.5977017,262.24281,78.560061)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient5285"
+       xlink:href="#linearGradient3286"
+       inkscape:collect="always" />
+    <radialGradient
+       r="109.42857"
+       fy="97.300964"
+       fx="-147.5"
+       cy="97.300964"
+       cx="-147.5"
+       gradientTransform="matrix(0.9214039,0.00238962,-0.00216645,0.5977017,262.24281,78.560061)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient5283"
+       xlink:href="#linearGradient3286"
+       inkscape:collect="always" />
+    <radialGradient
+       r="109.42857"
+       fy="97.300964"
+       fx="-147.5"
+       cy="97.300964"
+       cx="-147.5"
+       gradientTransform="matrix(1.3208501,0.00238435,-0.00310564,0.596383,334.93437,78.721097)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient5281"
+       xlink:href="#linearGradient11508"
+       inkscape:collect="always" />
+    <radialGradient
+       r="109.42857"
+       fy="97.300964"
+       fx="-147.5"
+       cy="97.300964"
+       cx="-147.5"
+       gradientTransform="matrix(1.3208501,0.00238435,-0.00310564,0.596383,334.93437,78.721097)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient11602"
+       xlink:href="#linearGradient19816"
+       inkscape:collect="always" />
+    <radialGradient
+       r="109.42857"
+       fy="97.300964"
+       fx="-147.5"
+       cy="97.300964"
+       cx="-147.5"
+       gradientTransform="matrix(0.9214039,0.00238962,-0.00216645,0.5977017,262.24281,78.560061)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient15668"
+       xlink:href="#linearGradient7299"
+       inkscape:collect="always" />
+    <linearGradient
+       gradientUnits="userSpaceOnUse"
+       y2="148.38934"
+       x2="389.01984"
+       y1="148.38934"
+       x1="96.085953"
+       id="linearGradient5355"
+       xlink:href="#linearGradient5349"
+       inkscape:collect="always" />
+    <linearGradient
+       id="linearGradient4152">
+      <stop
+         id="stop4154"
+         offset="0"
+         style="stop-color:#6b6bff;stop-opacity:1;" />
+      <stop
+         id="stop4156"
+         offset="1"
+         style="stop-color:#6b6bff;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5349">
+      <stop
+         id="stop5351"
+         offset="0"
+         style="stop-color:#000000;stop-opacity:1;" />
+      <stop
+         id="stop5353"
+         offset="1"
+         style="stop-color:#000000;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient112247">
+      <stop
+         id="stop112249"
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:1" />
+      <stop
+         id="stop112251"
+         offset="1"
+         style="stop-color:#a090e7;stop-opacity:1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient9263">
+      <stop
+         id="stop9265"
+         offset="0"
+         style="stop-color:#000000;stop-opacity:0" />
+      <stop
+         id="stop9267"
+         offset="1"
+         style="stop-color:#000000;stop-opacity:0;" />
+    </linearGradient>
+    <marker
+       style="overflow:visible"
+       id="marker112241"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:stockid="TriangleOutL">
+      <path
+         transform="scale(0.8,0.8)"
+         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         id="path16734"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       id="TriangleInL"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:stockid="TriangleInL">
+      <path
+         transform="scale(-0.8,-0.8)"
+         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         id="path16743"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       id="TriangleOutM"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:stockid="TriangleOutM">
+      <path
+         transform="scale(0.4,0.4)"
+         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         id="path16731"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       id="marker112234"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:stockid="Arrow1Lend">
+      <path
+         transform="matrix(-0.8,0,0,-0.8,-10,0)"
+         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         id="path16829"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       id="marker112230"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:stockid="Arrow2Lend">
+      <path
+         transform="matrix(-1.1,0,0,-1.1,-1.1,0)"
+         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+         style="font-size:12px;fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"
+         id="path112232"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <linearGradient
+       id="linearGradient112224">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop112226" />
+      <stop
+         style="stop-color:#e7e790;stop-opacity:1;"
+         offset="1"
+         id="stop112228" />
+    </linearGradient>
+    <marker
+       style="overflow:visible"
+       id="marker112220"
+       refX="0"
+       refY="0"
+       orient="auto">
+      <path
+         transform="matrix(-1,0,0,-1,-10,0)"
+         style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"
+         d="M 0,0 0,-5 -10,0 0,5 0,0 Z"
+         id="path112222"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       id="EmptyArrow"
+       refX="0"
+       refY="0"
+       orient="auto">
+      <path
+         transform="matrix(-1,0,0,-1,-10,0)"
+         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"
+         d="M 0,0 0,-5 -12.5,0 0,5 0,0 Z m -0.5,0 0,-4.5 L -12,0 -0.5,4.5 -0.5,0 Z"
+         id="path9"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <linearGradient
+       id="linearGradient112212">
+      <stop
+         id="stop112214"
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:1;" />
+      <stop
+         id="stop112216"
+         offset="1"
+         style="stop-color:#79e291;stop-opacity:1;" />
+    </linearGradient>
+    <marker
+       style="overflow:visible"
+       id="marker112208"
+       refX="0"
+       refY="0"
+       orient="auto">
+      <path
+         transform="translate(-5,0)"
+         style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"
+         d="M 0,-5 -5,0 0,5 5,0 0,-5 Z"
+         id="path112210"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       id="DiamondL"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:stockid="DiamondL">
+      <path
+         transform="scale(0.8,0.8)"
+         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"
+         d="M 0,-7.0710768 -7.0710894,0 0,7.0710589 7.0710462,0 0,-7.0710768 Z"
+         id="path4404"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <linearGradient
+       id="linearGradient112200">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop112202" />
+      <stop
+         style="stop-color:#e27979;stop-opacity:1"
+         offset="1"
+         id="stop112204" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient11516">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0"
+         id="stop11518" />
+      <stop
+         style="stop-color:#a090e7;stop-opacity:1"
+         offset="1"
+         id="stop11520" />
+    </linearGradient>
+    <marker
+       style="overflow:visible"
+       id="Arrow2Lstart"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:stockid="Arrow2Lstart">
+      <path
+         transform="matrix(1.1,0,0,1.1,1.1,0)"
+         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+         style="font-size:12px;fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"
+         id="path6743"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <inkscape:perspective
+       id="perspective112192"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective9300"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective9574"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective9882"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective10244"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10356"
+       id="linearGradient10362"
+       x1="407.48032"
+       y1="968.17322"
+       x2="669.66156"
+       y2="968.17322"
+       gradientUnits="userSpaceOnUse" />
+    <inkscape:perspective
+       id="perspective5379"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective5446"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective7010"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <marker
+       id="marker18095-5"
+       orient="auto"
+       markerHeight="5.7450776"
+       markerWidth="4.6297302">
+      <g
+         id="g11064-2"
+         transform="matrix(0.5,0,0,0.5,-185.64298,-257.19655)">
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="csccccccsccssssssssssssssccc"
+           id="path11050-5"
+           d="m 370,508.65625 c -0.86067,0.0587 -1.60944,0.6213 -1.90625,1.4375 -0.26976,0.74176 -0.0577,1.53493 0.4375,2.125 l -1.75,0 c -0.0424,-0.005 -0.0824,0.002 -0.125,0 l 0,4.375 0.125,0 1.75,0 c -0.67896,0.8597 -0.69701,2.11549 0.0937,2.90625 0.85091,0.85091 2.27409,0.85091 3.125,0 l 3.34375,-3.375 c 0.033,-0.0295 0.0643,-0.0608 0.0937,-0.0937 0.0322,-0.0193 0.0635,-0.0402 0.0937,-0.0625 3.7e-4,-3.6e-4 0.21851,-0.28079 0.21875,-0.28125 5e-5,-9e-5 -0.007,-0.0447 0,-0.0625 0.001,-0.003 0.03,0.003 0.0312,0 0.0391,-0.0521 0.051,-0.0518 0.0937,-0.125 0.13699,-0.23476 0.16684,-0.37191 0.15625,-0.34375 0.0368,-0.0915 0.0185,-0.11251 0.0312,-0.15625 0.0106,-0.0102 0.021,-0.0206 0.0312,-0.0312 0.06,-0.22398 0.0881,-0.51689 0.0625,-0.78125 -0.0136,-0.20363 -0.0589,-0.29765 -0.0625,-0.3125 1.4e-4,-0.0104 1.4e-4,-0.0208 0,-0.0312 0.026,0.097 0.0153,0.016 -0.0937,-0.25 -0.0525,-0.13039 -0.0899,-0.21936 -0.125,-0.28125 -0.0524,-0.0897 -0.13346,-0.26235 -0.34375,-0.46875 L 371.75,509.3125 c -0.45645,-0.48671 -1.08509,-0.71163 -1.75,-0.65625 z"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" />
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="cccscccsssssssscccsccc"
+           id="path11035-0"
+           d="m 366.65625,515.40625 4.625,0 -1.8125,1.8125 c -0.39695,0.39695 -0.39695,1.04055 0,1.4375 0.39695,0.39695 1.04055,0.39695 1.4375,0 l 3.4375,-3.46875 0.0937,-0.0625 c 0.006,-0.006 -0.006,-0.0253 0,-0.0312 0.0554,-0.0572 0.1151,-0.11699 0.15625,-0.1875 0.0286,-0.0491 0.0429,-0.10409 0.0625,-0.15625 0.0124,-0.0307 0.0221,-0.0622 0.0312,-0.0937 0.0311,-0.1161 0.0427,-0.22493 0.0312,-0.34375 -0.004,-0.0578 -0.0174,-0.0996 -0.0312,-0.15625 -0.0109,-0.0407 -0.0151,-0.0857 -0.0312,-0.125 -0.0164,-0.0408 -0.0405,-0.0862 -0.0625,-0.125 -0.0455,-0.0779 -0.0936,-0.15726 -0.15625,-0.21875 l -3.53125,-3.53125 c -0.20891,-0.22276 -0.50816,-0.33785 -0.8125,-0.3125 -0.39478,0.0269 -0.73977,0.28438 -0.875,0.65625 -0.13524,0.37187 -0.0353,0.78826 0.25,1.0625 l 1.875,1.84375 -4.6875,0"
+           style="fill:#49c2f1;fill-opacity:1;fill-rule:evenodd;stroke:none" />
+      </g>
+    </marker>
+    <marker
+       id="marker18095-2"
+       orient="auto"
+       markerHeight="5.7450776"
+       markerWidth="4.6297302">
+      <g
+         id="g11064-9"
+         transform="matrix(0.5,0,0,0.5,-185.64298,-257.19655)">
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="csccccccsccssssssssssssssccc"
+           id="path11050-0"
+           d="m 370,508.65625 c -0.86067,0.0587 -1.60944,0.6213 -1.90625,1.4375 -0.26976,0.74176 -0.0577,1.53493 0.4375,2.125 l -1.75,0 c -0.0424,-0.005 -0.0824,0.002 -0.125,0 l 0,4.375 0.125,0 1.75,0 c -0.67896,0.8597 -0.69701,2.11549 0.0937,2.90625 0.85091,0.85091 2.27409,0.85091 3.125,0 l 3.34375,-3.375 c 0.033,-0.0295 0.0643,-0.0608 0.0937,-0.0937 0.0322,-0.0193 0.0635,-0.0402 0.0937,-0.0625 3.7e-4,-3.6e-4 0.21851,-0.28079 0.21875,-0.28125 5e-5,-9e-5 -0.007,-0.0447 0,-0.0625 0.001,-0.003 0.03,0.003 0.0312,0 0.0391,-0.0521 0.051,-0.0518 0.0937,-0.125 0.13699,-0.23476 0.16684,-0.37191 0.15625,-0.34375 0.0368,-0.0915 0.0185,-0.11251 0.0312,-0.15625 0.0106,-0.0102 0.021,-0.0206 0.0312,-0.0312 0.06,-0.22398 0.0881,-0.51689 0.0625,-0.78125 -0.0136,-0.20363 -0.0589,-0.29765 -0.0625,-0.3125 1.4e-4,-0.0104 1.4e-4,-0.0208 0,-0.0312 0.026,0.097 0.0153,0.016 -0.0937,-0.25 -0.0525,-0.13039 -0.0899,-0.21936 -0.125,-0.28125 -0.0524,-0.0897 -0.13346,-0.26235 -0.34375,-0.46875 L 371.75,509.3125 c -0.45645,-0.48671 -1.08509,-0.71163 -1.75,-0.65625 z"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" />
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="cccscccsssssssscccsccc"
+           id="path11035-07"
+           d="m 366.65625,515.40625 4.625,0 -1.8125,1.8125 c -0.39695,0.39695 -0.39695,1.04055 0,1.4375 0.39695,0.39695 1.04055,0.39695 1.4375,0 l 3.4375,-3.46875 0.0937,-0.0625 c 0.006,-0.006 -0.006,-0.0253 0,-0.0312 0.0554,-0.0572 0.1151,-0.11699 0.15625,-0.1875 0.0286,-0.0491 0.0429,-0.10409 0.0625,-0.15625 0.0124,-0.0307 0.0221,-0.0622 0.0312,-0.0937 0.0311,-0.1161 0.0427,-0.22493 0.0312,-0.34375 -0.004,-0.0578 -0.0174,-0.0996 -0.0312,-0.15625 -0.0109,-0.0407 -0.0151,-0.0857 -0.0312,-0.125 -0.0164,-0.0408 -0.0405,-0.0862 -0.0625,-0.125 -0.0455,-0.0779 -0.0936,-0.15726 -0.15625,-0.21875 l -3.53125,-3.53125 c -0.20891,-0.22276 -0.50816,-0.33785 -0.8125,-0.3125 -0.39478,0.0269 -0.73977,0.28438 -0.875,0.65625 -0.13524,0.37187 -0.0353,0.78826 0.25,1.0625 l 1.875,1.84375 -4.6875,0"
+           style="fill:#49c2f1;fill-opacity:1;fill-rule:evenodd;stroke:none" />
+      </g>
+    </marker>
+    <marker
+       id="marker18095-4"
+       orient="auto"
+       markerHeight="5.7450776"
+       markerWidth="4.6297302">
+      <g
+         id="g11064-5"
+         transform="matrix(0.5,0,0,0.5,-185.64298,-257.19655)">
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="csccccccsccssssssssssssssccc"
+           id="path11050-2"
+           d="m 370,508.65625 c -0.86067,0.0587 -1.60944,0.6213 -1.90625,1.4375 -0.26976,0.74176 -0.0577,1.53493 0.4375,2.125 l -1.75,0 c -0.0424,-0.005 -0.0824,0.002 -0.125,0 l 0,4.375 0.125,0 1.75,0 c -0.67896,0.8597 -0.69701,2.11549 0.0937,2.90625 0.85091,0.85091 2.27409,0.85091 3.125,0 l 3.34375,-3.375 c 0.033,-0.0295 0.0643,-0.0608 0.0937,-0.0937 0.0322,-0.0193 0.0635,-0.0402 0.0937,-0.0625 3.7e-4,-3.6e-4 0.21851,-0.28079 0.21875,-0.28125 5e-5,-9e-5 -0.007,-0.0447 0,-0.0625 0.001,-0.003 0.03,0.003 0.0312,0 0.0391,-0.0521 0.051,-0.0518 0.0937,-0.125 0.13699,-0.23476 0.16684,-0.37191 0.15625,-0.34375 0.0368,-0.0915 0.0185,-0.11251 0.0312,-0.15625 0.0106,-0.0102 0.021,-0.0206 0.0312,-0.0312 0.06,-0.22398 0.0881,-0.51689 0.0625,-0.78125 -0.0136,-0.20363 -0.0589,-0.29765 -0.0625,-0.3125 1.4e-4,-0.0104 1.4e-4,-0.0208 0,-0.0312 0.026,0.097 0.0153,0.016 -0.0937,-0.25 -0.0525,-0.13039 -0.0899,-0.21936 -0.125,-0.28125 -0.0524,-0.0897 -0.13346,-0.26235 -0.34375,-0.46875 L 371.75,509.3125 c -0.45645,-0.48671 -1.08509,-0.71163 -1.75,-0.65625 z"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" />
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="cccscccsssssssscccsccc"
+           id="path11035-6"
+           d="m 366.65625,515.40625 4.625,0 -1.8125,1.8125 c -0.39695,0.39695 -0.39695,1.04055 0,1.4375 0.39695,0.39695 1.04055,0.39695 1.4375,0 l 3.4375,-3.46875 0.0937,-0.0625 c 0.006,-0.006 -0.006,-0.0253 0,-0.0312 0.0554,-0.0572 0.1151,-0.11699 0.15625,-0.1875 0.0286,-0.0491 0.0429,-0.10409 0.0625,-0.15625 0.0124,-0.0307 0.0221,-0.0622 0.0312,-0.0937 0.0311,-0.1161 0.0427,-0.22493 0.0312,-0.34375 -0.004,-0.0578 -0.0174,-0.0996 -0.0312,-0.15625 -0.0109,-0.0407 -0.0151,-0.0857 -0.0312,-0.125 -0.0164,-0.0408 -0.0405,-0.0862 -0.0625,-0.125 -0.0455,-0.0779 -0.0936,-0.15726 -0.15625,-0.21875 l -3.53125,-3.53125 c -0.20891,-0.22276 -0.50816,-0.33785 -0.8125,-0.3125 -0.39478,0.0269 -0.73977,0.28438 -0.875,0.65625 -0.13524,0.37187 -0.0353,0.78826 0.25,1.0625 l 1.875,1.84375 -4.6875,0"
+           style="fill:#49c2f1;fill-opacity:1;fill-rule:evenodd;stroke:none" />
+      </g>
+    </marker>
+    <marker
+       style="overflow:visible"
+       id="DotSu-3"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:stockid="DotSu">
+      <path
+         inkscape:connector-curvature="0"
+         transform="matrix(0.2,0,0,0.2,1.48,0.2)"
+         style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none;marker-end:none"
+         d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"
+         id="path9463-7" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       id="DotSu8"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:stockid="DotSu8">
+      <path
+         transform="matrix(0.2,0,0,0.2,1.48,0.2)"
+         style="fill:#f39300;fill-rule:evenodd;stroke:#f39300;stroke-width:1pt;marker-start:none;marker-end:none"
+         d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"
+         id="path6738"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       id="marker18095-3"
+       orient="auto"
+       markerHeight="5.7450776"
+       markerWidth="4.6297302">
+      <g
+         id="g11064-8"
+         transform="matrix(0.5,0,0,0.5,-185.64298,-257.19655)">
+        <path
+           sodipodi:nodetypes="csccccccsccssssssssssssssccc"
+           id="path11050-7"
+           d="m 370,508.65625 c -0.86067,0.0587 -1.60944,0.6213 -1.90625,1.4375 -0.26976,0.74176 -0.0577,1.53493 0.4375,2.125 l -1.75,0 c -0.0424,-0.005 -0.0824,0.002 -0.125,0 l 0,4.375 0.125,0 1.75,0 c -0.67896,0.8597 -0.69701,2.11549 0.0937,2.90625 0.85091,0.85091 2.27409,0.85091 3.125,0 l 3.34375,-3.375 c 0.033,-0.0295 0.0643,-0.0608 0.0937,-0.0937 0.0322,-0.0193 0.0635,-0.0402 0.0937,-0.0625 3.7e-4,-3.6e-4 0.21851,-0.28079 0.21875,-0.28125 5e-5,-9e-5 -0.007,-0.0447 0,-0.0625 0.001,-0.003 0.03,0.003 0.0312,0 0.0391,-0.0521 0.051,-0.0518 0.0937,-0.125 0.13699,-0.23476 0.16684,-0.37191 0.15625,-0.34375 0.0368,-0.0915 0.0185,-0.11251 0.0312,-0.15625 0.0106,-0.0102 0.021,-0.0206 0.0312,-0.0312 0.06,-0.22398 0.0881,-0.51689 0.0625,-0.78125 -0.0136,-0.20363 -0.0589,-0.29765 -0.0625,-0.3125 1.4e-4,-0.0104 1.4e-4,-0.0208 0,-0.0312 0.026,0.097 0.0153,0.016 -0.0937,-0.25 -0.0525,-0.13039 -0.0899,-0.21936 -0.125,-0.28125 -0.0524,-0.0897 -0.13346,-0.26235 -0.34375,-0.46875 L 371.75,509.3125 c -0.45645,-0.48671 -1.08509,-0.71163 -1.75,-0.65625 z"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
+           inkscape:connector-curvature="0" />
+        <path
+           sodipodi:nodetypes="cccscccsssssssscccsccc"
+           id="path11035-7"
+           d="m 366.65625,515.40625 4.625,0 -1.8125,1.8125 c -0.39695,0.39695 -0.39695,1.04055 0,1.4375 0.39695,0.39695 1.04055,0.39695 1.4375,0 l 3.4375,-3.46875 0.0937,-0.0625 c 0.006,-0.006 -0.006,-0.0253 0,-0.0312 0.0554,-0.0572 0.1151,-0.11699 0.15625,-0.1875 0.0286,-0.0491 0.0429,-0.10409 0.0625,-0.15625 0.0124,-0.0307 0.0221,-0.0622 0.0312,-0.0937 0.0311,-0.1161 0.0427,-0.22493 0.0312,-0.34375 -0.004,-0.0578 -0.0174,-0.0996 -0.0312,-0.15625 -0.0109,-0.0407 -0.0151,-0.0857 -0.0312,-0.125 -0.0164,-0.0408 -0.0405,-0.0862 -0.0625,-0.125 -0.0455,-0.0779 -0.0936,-0.15726 -0.15625,-0.21875 l -3.53125,-3.53125 c -0.20891,-0.22276 -0.50816,-0.33785 -0.8125,-0.3125 -0.39478,0.0269 -0.73977,0.28438 -0.875,0.65625 -0.13524,0.37187 -0.0353,0.78826 0.25,1.0625 l 1.875,1.84375 -4.6875,0"
+           style="fill:#49c2f1;fill-opacity:1;fill-rule:evenodd;stroke:none"
+           inkscape:connector-curvature="0" />
+      </g>
+    </marker>
+    <marker
+       id="marker18095-31"
+       orient="auto"
+       markerHeight="5.7450776"
+       markerWidth="4.6297302">
+      <g
+         id="g11064-4"
+         transform="matrix(0.5,0,0,0.5,-185.64298,-257.19655)">
+        <path
+           sodipodi:nodetypes="csccccccsccssssssssssssssccc"
+           id="path11050-6"
+           d="m 370,508.65625 c -0.86067,0.0587 -1.60944,0.6213 -1.90625,1.4375 -0.26976,0.74176 -0.0577,1.53493 0.4375,2.125 l -1.75,0 c -0.0424,-0.005 -0.0824,0.002 -0.125,0 l 0,4.375 0.125,0 1.75,0 c -0.67896,0.8597 -0.69701,2.11549 0.0937,2.90625 0.85091,0.85091 2.27409,0.85091 3.125,0 l 3.34375,-3.375 c 0.033,-0.0295 0.0643,-0.0608 0.0937,-0.0937 0.0322,-0.0193 0.0635,-0.0402 0.0937,-0.0625 3.7e-4,-3.6e-4 0.21851,-0.28079 0.21875,-0.28125 5e-5,-9e-5 -0.007,-0.0447 0,-0.0625 0.001,-0.003 0.03,0.003 0.0312,0 0.0391,-0.0521 0.051,-0.0518 0.0937,-0.125 0.13699,-0.23476 0.16684,-0.37191 0.15625,-0.34375 0.0368,-0.0915 0.0185,-0.11251 0.0312,-0.15625 0.0106,-0.0102 0.021,-0.0206 0.0312,-0.0312 0.06,-0.22398 0.0881,-0.51689 0.0625,-0.78125 -0.0136,-0.20363 -0.0589,-0.29765 -0.0625,-0.3125 1.4e-4,-0.0104 1.4e-4,-0.0208 0,-0.0312 0.026,0.097 0.0153,0.016 -0.0937,-0.25 -0.0525,-0.13039 -0.0899,-0.21936 -0.125,-0.28125 -0.0524,-0.0897 -0.13346,-0.26235 -0.34375,-0.46875 L 371.75,509.3125 c -0.45645,-0.48671 -1.08509,-0.71163 -1.75,-0.65625 z"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
+           inkscape:connector-curvature="0" />
+        <path
+           sodipodi:nodetypes="cccscccsssssssscccsccc"
+           id="path11035-3"
+           d="m 366.65625,515.40625 4.625,0 -1.8125,1.8125 c -0.39695,0.39695 -0.39695,1.04055 0,1.4375 0.39695,0.39695 1.04055,0.39695 1.4375,0 l 3.4375,-3.46875 0.0937,-0.0625 c 0.006,-0.006 -0.006,-0.0253 0,-0.0312 0.0554,-0.0572 0.1151,-0.11699 0.15625,-0.1875 0.0286,-0.0491 0.0429,-0.10409 0.0625,-0.15625 0.0124,-0.0307 0.0221,-0.0622 0.0312,-0.0937 0.0311,-0.1161 0.0427,-0.22493 0.0312,-0.34375 -0.004,-0.0578 -0.0174,-0.0996 -0.0312,-0.15625 -0.0109,-0.0407 -0.0151,-0.0857 -0.0312,-0.125 -0.0164,-0.0408 -0.0405,-0.0862 -0.0625,-0.125 -0.0455,-0.0779 -0.0936,-0.15726 -0.15625,-0.21875 l -3.53125,-3.53125 c -0.20891,-0.22276 -0.50816,-0.33785 -0.8125,-0.3125 -0.39478,0.0269 -0.73977,0.28438 -0.875,0.65625 -0.13524,0.37187 -0.0353,0.78826 0.25,1.0625 l 1.875,1.84375 -4.6875,0"
+           style="fill:#49c2f1;fill-opacity:1;fill-rule:evenodd;stroke:none"
+           inkscape:connector-curvature="0" />
+      </g>
+    </marker>
+    <marker
+       id="marker18095-56"
+       orient="auto"
+       markerHeight="5.7450776"
+       markerWidth="4.6297302">
+      <g
+         id="g11064-22"
+         transform="matrix(0.5,0,0,0.5,-185.64298,-257.19655)">
+        <path
+           sodipodi:nodetypes="csccccccsccssssssssssssssccc"
+           id="path11050-67"
+           d="m 370,508.65625 c -0.86067,0.0587 -1.60944,0.6213 -1.90625,1.4375 -0.26976,0.74176 -0.0577,1.53493 0.4375,2.125 l -1.75,0 c -0.0424,-0.005 -0.0824,0.002 -0.125,0 l 0,4.375 0.125,0 1.75,0 c -0.67896,0.8597 -0.69701,2.11549 0.0937,2.90625 0.85091,0.85091 2.27409,0.85091 3.125,0 l 3.34375,-3.375 c 0.033,-0.0295 0.0643,-0.0608 0.0937,-0.0937 0.0322,-0.0193 0.0635,-0.0402 0.0937,-0.0625 3.7e-4,-3.6e-4 0.21851,-0.28079 0.21875,-0.28125 5e-5,-9e-5 -0.007,-0.0447 0,-0.0625 0.001,-0.003 0.03,0.003 0.0312,0 0.0391,-0.0521 0.051,-0.0518 0.0937,-0.125 0.13699,-0.23476 0.16684,-0.37191 0.15625,-0.34375 0.0368,-0.0915 0.0185,-0.11251 0.0312,-0.15625 0.0106,-0.0102 0.021,-0.0206 0.0312,-0.0312 0.06,-0.22398 0.0881,-0.51689 0.0625,-0.78125 -0.0136,-0.20363 -0.0589,-0.29765 -0.0625,-0.3125 1.4e-4,-0.0104 1.4e-4,-0.0208 0,-0.0312 0.026,0.097 0.0153,0.016 -0.0937,-0.25 -0.0525,-0.13039 -0.0899,-0.21936 -0.125,-0.28125 -0.0524,-0.0897 -0.13346,-0.26235 -0.34375,-0.46875 L 371.75,509.3125 c -0.45645,-0.48671 -1.08509,-0.71163 -1.75,-0.65625 z"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
+           inkscape:connector-curvature="0" />
+        <path
+           sodipodi:nodetypes="cccscccsssssssscccsccc"
+           id="path11035-5"
+           d="m 366.65625,515.40625 4.625,0 -1.8125,1.8125 c -0.39695,0.39695 -0.39695,1.04055 0,1.4375 0.39695,0.39695 1.04055,0.39695 1.4375,0 l 3.4375,-3.46875 0.0937,-0.0625 c 0.006,-0.006 -0.006,-0.0253 0,-0.0312 0.0554,-0.0572 0.1151,-0.11699 0.15625,-0.1875 0.0286,-0.0491 0.0429,-0.10409 0.0625,-0.15625 0.0124,-0.0307 0.0221,-0.0622 0.0312,-0.0937 0.0311,-0.1161 0.0427,-0.22493 0.0312,-0.34375 -0.004,-0.0578 -0.0174,-0.0996 -0.0312,-0.15625 -0.0109,-0.0407 -0.0151,-0.0857 -0.0312,-0.125 -0.0164,-0.0408 -0.0405,-0.0862 -0.0625,-0.125 -0.0455,-0.0779 -0.0936,-0.15726 -0.15625,-0.21875 l -3.53125,-3.53125 c -0.20891,-0.22276 -0.50816,-0.33785 -0.8125,-0.3125 -0.39478,0.0269 -0.73977,0.28438 -0.875,0.65625 -0.13524,0.37187 -0.0353,0.78826 0.25,1.0625 l 1.875,1.84375 -4.6875,0"
+           style="fill:#49c2f1;fill-opacity:1;fill-rule:evenodd;stroke:none"
+           inkscape:connector-curvature="0" />
+      </g>
+    </marker>
+    <marker
+       style="overflow:visible"
+       id="DotSu-8"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:stockid="DotSu">
+      <path
+         transform="matrix(0.2,0,0,0.2,1.48,0.2)"
+         style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none;marker-end:none"
+         d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"
+         id="path9463-3"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       id="DotSu-1"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:stockid="DotSu">
+      <path
+         transform="matrix(0.2,0,0,0.2,1.48,0.2)"
+         style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none;marker-end:none"
+         d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"
+         id="path9463-8"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       id="DotSu8-6"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:stockid="DotSu8">
+      <path
+         transform="matrix(0.2,0,0,0.2,1.48,0.2)"
+         style="fill:#f39300;fill-rule:evenodd;stroke:#f39300;stroke-width:1pt;marker-start:none;marker-end:none"
+         d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"
+         id="path6738-5"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       id="DotSu8-9"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:stockid="DotSu8">
+      <path
+         transform="matrix(0.2,0,0,0.2,1.48,0.2)"
+         style="fill:#f39300;fill-rule:evenodd;stroke:#f39300;stroke-width:1pt;marker-start:none;marker-end:none"
+         d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"
+         id="path6738-52"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       id="DotSu8-65"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:stockid="DotSu8">
+      <path
+         transform="matrix(0.2,0,0,0.2,1.48,0.2)"
+         style="fill:#f39300;fill-rule:evenodd;stroke:#f39300;stroke-width:1pt;marker-start:none;marker-end:none"
+         d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"
+         id="path6738-55"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       id="DotSu8I"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:stockid="DotSu8I">
+      <path
+         transform="matrix(0.2,0,0,0.2,1.48,0.2)"
+         style="fill:#d9d9cd;fill-rule:evenodd;stroke:#d9d9cd;stroke-width:1pt;marker-start:none;marker-end:none"
+         d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"
+         id="path10009"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       id="DotSu-11"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:stockid="DotSu">
+      <path
+         inkscape:connector-curvature="0"
+         transform="matrix(0.2,0,0,0.2,1.48,0.2)"
+         style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none;marker-end:none"
+         d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"
+         id="path9463-9" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       id="DotSu8-8"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:stockid="DotSu8">
+      <path
+         inkscape:connector-curvature="0"
+         transform="matrix(0.2,0,0,0.2,1.48,0.2)"
+         style="fill:#f39300;fill-rule:evenodd;stroke:#f39300;stroke-width:1pt;marker-start:none;marker-end:none"
+         d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"
+         id="path6738-551" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       id="DotSu8-1"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:stockid="DotSu8">
+      <path
+         inkscape:connector-curvature="0"
+         transform="matrix(0.2,0,0,0.2,1.48,0.2)"
+         style="fill:#f39300;fill-rule:evenodd;stroke:#f39300;stroke-width:1pt;marker-start:none;marker-end:none"
+         d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"
+         id="path6738-9" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       id="DotSu-4"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:stockid="DotSu">
+      <path
+         inkscape:connector-curvature="0"
+         transform="matrix(0.2,0,0,0.2,1.48,0.2)"
+         style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none;marker-end:none"
+         d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"
+         id="path9463-97" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       id="DotSu-32"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:stockid="DotSu">
+      <path
+         inkscape:connector-curvature="0"
+         transform="matrix(0.2,0,0,0.2,1.48,0.2)"
+         style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none;marker-end:none"
+         d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"
+         id="path9463-4" />
+    </marker>
+    <marker
+       id="marker52016-8"
+       orient="auto"
+       markerHeight="5.7450786"
+       markerWidth="4.6297302">
+      <g
+         id="g52010-4"
+         transform="matrix(0.5,0,0,0.5,-185.64299,-257.19655)">
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="csccccccsccssssssssssssssccc"
+           id="path52012-2"
+           d="m 370,508.65625 c -0.86067,0.0587 -1.60944,0.6213 -1.90625,1.4375 -0.26976,0.74176 -0.0577,1.53493 0.4375,2.125 l -1.75,0 c -0.0424,-0.005 -0.0824,0.002 -0.125,0 l 0,4.375 0.125,0 1.75,0 c -0.67896,0.8597 -0.69701,2.11549 0.0937,2.90625 0.85091,0.85091 2.27409,0.85091 3.125,0 l 3.34375,-3.375 c 0.033,-0.0295 0.0643,-0.0608 0.0937,-0.0937 0.0322,-0.0193 0.0635,-0.0402 0.0937,-0.0625 3.7e-4,-3.6e-4 0.21851,-0.28079 0.21875,-0.28125 5e-5,-9e-5 -0.007,-0.0447 0,-0.0625 0.001,-0.003 0.03,0.003 0.0312,0 0.0391,-0.0521 0.051,-0.0518 0.0937,-0.125 0.13699,-0.23476 0.16684,-0.37191 0.15625,-0.34375 0.0368,-0.0915 0.0185,-0.11251 0.0312,-0.15625 0.0106,-0.0102 0.021,-0.0206 0.0312,-0.0312 0.06,-0.22398 0.0881,-0.51689 0.0625,-0.78125 -0.0136,-0.20363 -0.0589,-0.29765 -0.0625,-0.3125 1.4e-4,-0.0104 1.4e-4,-0.0208 0,-0.0312 0.026,0.097 0.0153,0.016 -0.0937,-0.25 -0.0525,-0.13039 -0.0899,-0.21936 -0.125,-0.28125 -0.0524,-0.0897 -0.13346,-0.26235 -0.34375,-0.46875 L 371.75,509.3125 c -0.45645,-0.48671 -1.08509,-0.71163 -1.75,-0.65625 z"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" />
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="cccscccsssssssscccsccc"
+           id="path52014-0"
+           d="m 366.65625,515.40625 4.625,0 -1.8125,1.8125 c -0.39695,0.39695 -0.39695,1.04055 0,1.4375 0.39695,0.39695 1.04055,0.39695 1.4375,0 l 3.4375,-3.46875 0.0937,-0.0625 c 0.006,-0.006 -0.006,-0.0253 0,-0.0312 0.0554,-0.0572 0.1151,-0.11699 0.15625,-0.1875 0.0286,-0.0491 0.0429,-0.10409 0.0625,-0.15625 0.0124,-0.0307 0.0221,-0.0622 0.0312,-0.0937 0.0311,-0.1161 0.0427,-0.22493 0.0312,-0.34375 -0.004,-0.0578 -0.0174,-0.0996 -0.0312,-0.15625 -0.0109,-0.0407 -0.0151,-0.0857 -0.0312,-0.125 -0.0164,-0.0408 -0.0405,-0.0862 -0.0625,-0.125 -0.0455,-0.0779 -0.0936,-0.15726 -0.15625,-0.21875 l -3.53125,-3.53125 c -0.20891,-0.22276 -0.50816,-0.33785 -0.8125,-0.3125 -0.39478,0.0269 -0.73977,0.28438 -0.875,0.65625 -0.13524,0.37187 -0.0353,0.78826 0.25,1.0625 l 1.875,1.84375 -4.6875,0"
+           style="fill:#f39300;fill-opacity:1;fill-rule:evenodd;stroke:none" />
+      </g>
+    </marker>
+    <marker
+       markerWidth="4.6707735"
+       markerHeight="7.8382583"
+       refX="4.3000002"
+       refY="3.9191291"
+       orient="auto"
+       id="marker5127-4-4-4-0">
+      <path
+         sodipodi:nodetypes="ccc"
+         inkscape:connector-curvature="0"
+         id="path4591-1-5-0-8-0-6-8-7-6"
+         d="M 0.37582499,0.37582446 3.919125,3.9191245 0.37582499,7.4624345"
+         style="fill:none;fill-rule:evenodd;stroke:#33383a;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    </marker>
+  </defs>
+  <metadata
+     id="metadata2480">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     id="layer1"
+     inkscape:groupmode="layer"
+     inkscape:label="Layer 1"
+     style="display:inline"
+     transform="translate(0,-914.17326)">
+    <flowRoot
+       style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12px;font-family:'Helvetica Rounded LT Std';-inkscape-font-specification:'Helvetica Rounded LT Std Bold';fill:#000000;fill-opacity:1;stroke:none"
+       id="flowRoot2485"
+       xml:space="preserve"
+       transform="matrix(1.4955348,0,0,1.4955348,168.82604,578.1033)"><flowRegion
+         id="flowRegion2487"><rect
+           style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Helvetica Rounded LT Std';-inkscape-font-specification:'Helvetica Rounded LT Std Bold'"
+           y="238.07646"
+           x="262.85715"
+           height="120"
+           width="184.28572"
+           id="rect2489" /></flowRegion><flowPara
+         id="flowPara2491" /></flowRoot>    <g
+       transform="matrix(1.4955348,0,0,1.4955348,163.48483,612.82108)"
+       id="g3178" />
+    <flowRoot
+       style="font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;font-size:12px;font-family:'Helvetica LT Std';-inkscape-font-specification:'Helvetica LT Std Light';fill:#000000;fill-opacity:1;stroke:none"
+       id="flowRoot8724"
+       xml:space="preserve"
+       transform="matrix(1.4955348,0,0,1.4955348,168.82604,578.1033)"><flowRegion
+         id="flowRegion8726"><rect
+           style="font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;font-family:'Helvetica LT Std';-inkscape-font-specification:'Helvetica LT Std Light'"
+           y="752.14441"
+           x="39.286312"
+           height="22.868153"
+           width="29.904507"
+           id="rect8728" /></flowRegion><flowPara
+         id="flowPara8730" /></flowRoot>    <g
+       transform="matrix(0.7477674,0,0,0.7477674,323.37906,579.29086)"
+       id="g18053" />
+    <flowRoot
+       xml:space="preserve"
+       style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12px;line-height:125%;font-family:'Helvetica Rounded LT Std';-inkscape-font-specification:'Helvetica Rounded LT Std Bold';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none"
+       id="flowRoot6905"
+       transform="matrix(1.4955348,0,0,1.4955348,-100.24402,-46.550081)"><flowRegion
+         id="flowRegion6907"><use
+           transform="translate(1.467046,-91.03536)"
+           x="0"
+           y="0"
+           xlink:href="#rect4654"
+           id="use6909"
+           width="744.09448"
+           height="1052.3622" /></flowRegion><flowPara
+         id="flowPara6911">VariableOwner</flowPara></flowRoot>    <flowRoot
+       xml:space="preserve"
+       style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12px;line-height:125%;font-family:'Helvetica Rounded LT Std';-inkscape-font-specification:'Helvetica Rounded LT Std Bold';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none"
+       id="flowRoot6913"
+       transform="matrix(1.4955348,0,0,1.4955348,-507.57316,-602.56169)"><flowRegion
+         id="flowRegion6915"><use
+           transform="translate(1.467046,-91.03536)"
+           x="0"
+           y="0"
+           xlink:href="#rect4654"
+           id="use6917"
+           width="744.09448"
+           height="1052.3622" /></flowRegion><flowPara
+         id="flowPara6919">VariableOwner</flowPara></flowRoot>    <flowRoot
+       xml:space="preserve"
+       style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:12px;line-height:125%;font-family:'Helvetica Rounded LT Std';-inkscape-font-specification:'Helvetica Rounded LT Std Bold';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#49c2f1;fill-opacity:1;stroke:none"
+       id="flowRoot80522"
+       transform="matrix(1.4955348,0,0,1.4955348,678.72532,674.84839)"><flowRegion
+         id="flowRegion80524"><use
+           transform="translate(1.467046,-91.03536)"
+           x="0"
+           y="0"
+           xlink:href="#rect4654"
+           id="use80526"
+           width="744.09448"
+           height="1052.3622" /></flowRegion><flowPara
+         id="flowPara80528">1</flowPara></flowRoot>    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4408-7-5-2"
+       width="258.66141"
+       height="81.495995"
+       x="14.173228"
+       y="967.32288" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ff3a49;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4408-7-5-2-3"
+       width="251.57481"
+       height="60.236229"
+       x="17.716526"
+       y="985.03937" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#33383a;fill-opacity:1;fill-rule:nonzero;stroke:#33383a;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4408-7"
+       width="258.66141"
+       height="35.433033"
+       x="14.173228"
+       y="917.71655" />
+    <text
+       xml:space="preserve"
+       style="font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;font-size:8.75px;line-height:100%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Light';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       x="18.051481"
+       y="979.1676"
+       id="text4227-4-5"
+       sodipodi:linespacing="100%"><tspan
+         sodipodi:role="line"
+         id="tspan4229-0-6"
+         x="18.051481"
+         y="979.1676">APPLICATION SERVER</tspan></text>
+    <text
+       xml:space="preserve"
+       style="font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;font-size:8.75px;line-height:100%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Light';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#ff3a49;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       x="21.743534"
+       y="996.64673"
+       id="text4227-4-5-9"
+       sodipodi:linespacing="100%"><tspan
+         sodipodi:role="line"
+         id="tspan4229-0-6-4"
+         x="21.743534"
+         y="996.64673">WEB APPLICATION</tspan></text>
+    <text
+       sodipodi:linespacing="100%"
+       id="text4227-2-7"
+       y="938.49121"
+       x="109.20093"
+       style="font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;font-size:8.75px;line-height:100%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Light';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       xml:space="preserve"><tspan
+         y="938.49121"
+         x="109.20093"
+         id="tspan4229-3-1"
+         sodipodi:role="line">WEB BROWSER</tspan></text>
+    <g
+       id="g4426"
+       transform="translate(10.629921,747.6378)">
+      <g
+         id="g4462-8-7-43-4-9-0-3"
+         transform="translate(-21.259843,-584.64569)">
+        <rect
+           style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ff3a49;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+           id="rect4408-7-5-0-9-5-1-2"
+           width="74.409447"
+           height="35.433071"
+           x="35.433071"
+           y="839.76379" />
+      </g>
+      <text
+         sodipodi:linespacing="100%"
+         id="text4227-4-2-7-8-3-6"
+         y="855.95532"
+         x="72.769043"
+         style="font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;font-size:8.75px;line-height:100%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Light';text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         xml:space="preserve"
+         transform="translate(-21.259843,-584.64569)"><tspan
+           y="855.95532"
+           x="72.769043"
+           sodipodi:role="line"
+           id="tspan4578">HTML</tspan><tspan
+           y="864.70532"
+           x="72.769043"
+           sodipodi:role="line"
+           id="tspan5810">PAGES</tspan></text>
+    </g>
+    <g
+       style="display:inline"
+       id="g4426-9"
+       transform="translate(92.125984,747.63783)">
+      <g
+         id="g4462-8-7-43-4-9-0-3-5"
+         transform="translate(-21.259843,-584.64569)">
+        <rect
+           style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ff3a49;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+           id="rect4408-7-5-0-9-5-1-2-4"
+           width="74.409447"
+           height="35.433071"
+           x="35.433071"
+           y="839.76379" />
+      </g>
+      <text
+         sodipodi:linespacing="100%"
+         id="text4227-4-2-7-8-3-6-4"
+         y="855.95532"
+         x="72.769043"
+         style="font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;font-size:8.75px;line-height:100%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Light';text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         xml:space="preserve"
+         transform="translate(-21.259843,-584.64569)"><tspan
+           y="855.95532"
+           x="72.769043"
+           sodipodi:role="line"
+           id="tspan4578-9">JSP</tspan><tspan
+           y="864.70532"
+           x="72.769043"
+           sodipodi:role="line"
+           id="tspan5810-6">PAGES</tspan></text>
+    </g>
+    <g
+       style="display:inline"
+       id="g4426-6"
+       transform="translate(173.62205,747.63783)">
+      <g
+         id="g4462-8-7-43-4-9-0-3-3"
+         transform="translate(-21.259843,-584.64569)">
+        <rect
+           style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ff3a49;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+           id="rect4408-7-5-0-9-5-1-2-8"
+           width="74.409447"
+           height="35.433071"
+           x="35.433071"
+           y="839.76379" />
+      </g>
+      <text
+         sodipodi:linespacing="100%"
+         id="text4227-4-2-7-8-3-6-0"
+         y="855.95532"
+         x="72.769043"
+         style="font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;font-size:8.75px;line-height:100%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Light';text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         xml:space="preserve"
+         transform="translate(-21.259843,-584.64569)"><tspan
+           y="855.95532"
+           x="72.769043"
+           sodipodi:role="line"
+           id="tspan5810-7">JAVA</tspan><tspan
+           y="864.70532"
+           x="72.769043"
+           sodipodi:role="line"
+           id="tspan5860">SERVLETS</tspan></text>
+    </g>
+    <text
+       xml:space="preserve"
+       style="font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;font-size:8.75px;line-height:100%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Light';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       x="147.31349"
+       y="963.85565"
+       id="text4227-4-5-1"
+       sodipodi:linespacing="100%"><tspan
+         sodipodi:role="line"
+         id="tspan4229-0-6-0"
+         x="147.31349"
+         y="963.85565">HTTP(S)</tspan></text>
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#33383a;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker5127-4-4-4-0)"
+       d="m 141.73228,953.14964 0,31.88976"
+       id="path4591-1-5-0-7-1-3-6"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+  </g>
+</svg>
index 36e0287e300009000fe9b009c101828256afa931..b1a0c6cf9d85e6f3b667ae03baf08c9a2c22cff9 100644 (file)
@@ -44,14 +44,14 @@ include::components-optiongroup.asciidoc[leveloffset=+2]
 
 include::components-twincolselect.asciidoc[leveloffset=+2]
 
+include::components-grid.asciidoc[leveloffset=+2]
+
 include::components-table.asciidoc[leveloffset=+2]
 
 include::components-tree.asciidoc[leveloffset=+2]
 
 include::components-treetable.asciidoc[leveloffset=+2]
 
-include::components-grid.asciidoc[leveloffset=+2]
-
 include::components-menubar.asciidoc[leveloffset=+2]
 
 include::components-upload.asciidoc[leveloffset=+2]
index 6b564838820bec06cecd7118c42b8b95c0264a41..20926523cbc50015d8b69ab3c20bbecdd4f0bd63 100644 (file)
@@ -17,7 +17,7 @@ events. The main features of the calendar include:
 
 * Monthly, weekly, and daily views
 * Two types of events: all-day events and events with a time range
-* Add events directly, from a [classname]#Container#, or with an event provider
+* Add events directly or with an event provider
 * Control the range of the visible dates
 * Selecting and editing date or time range by dragging
 * Drag and drop events to calendar
@@ -33,8 +33,7 @@ ifdef::web[handlers, as described in <<components.calendar.customizing>>.]
 ifndef::web[handlers.]
 
 The data source of a calendar can be practically anything, as its events are
-queried dynamically by the component. You can bind the calendar to a Vaadin
-container, or to any other data source by implementing an __event provider__.
+queried dynamically by the component. You can bind the calendar to any data source by implementing an __event provider__.
 
 The [classname]#Calendar# has undefined size by default and you usually want to
 give it a fixed or relative size, for example as follows.
@@ -103,7 +102,6 @@ All occurrences in a calendar are represented as __events__. You have three ways
 to manage the calendar events:
 
 * Add events directly to the [classname]#Calendar# object using the [methodname]#addEvent()#
-* Use a [interfacename]#Container# as a data source
 * Use the __event provider__ mechanism
 
 You can add events with [methodname]#addEvent()# and remove them with the
@@ -125,12 +123,13 @@ are queried by the [classname]#Calendar# from the provider that just has to
 implement the [interfacename]#CalendarEventProvider# interface. It is up to the
 event provider that [classname]#Calendar# gets the correct events.
 
+ifdef::vaadin7[]
 You can bind any Vaadin [classname]#Container# to a calendar, in which case a
 [classname]#ContainerEventProvider# is used transparently. The container must be
 ordered by start date and time of the events. See
 <<dummy/../../../framework/datamodel/datamodel-container#datamodel.container,"Collecting
 Items in Containers">> for basic information about containers.
-
+endif::vaadin7[]
 
 [[components.calendar.events.details]]
 === Event Types
@@ -184,8 +183,7 @@ BasicEvent implement some optional event interfaces provided by the calendar
 package, there is no need to refresh the calendar. Just create events, set their
 properties and add them to the Event Provider.
 
-
-
+ifdef::vaadin7[]
 [[components.calendar.container]]
 == Getting Events from a Container
 
@@ -311,8 +309,8 @@ BasicEvent event = new BasicEvent("The Event", "Single Event",
     new GregorianCalendar(2012,1,15,14,00).getTime());
 calendar.addEvent(event);
 ----
-
 endif::web[]
+endif::vaadin7[]
 
 
 ifdef::web[]
index 85afaafe56c5126b1186565346d7705a59afe7f4..173544dfe7d581cb9a489c9f99c3e71e3ed1f51a 100644 (file)
@@ -24,13 +24,19 @@ addition to the component features inherited from
 [classname]#AbstractComponent#, it implements the features defined in the
 [classname]#HasValue# and [classname]#Component.Focusable# interfaces.
 
-The description of the field interfaces and base classes is broken down in the
-following sections.
-
 [[figure.components.fields.hasvalue]]
 .Field components having values
 image::img/field-interface-v8-hi.png[width=60%, scaledwidth=100%]
 
+/////////////////////////////////////////////////////////////////////////////
+// Disabled because everything has changed in Vaadin 8.
+// Revise
+/////////////////////////////////////////////////////////////////////////////
+ifdef::disabled[]
+
+The description of the field interfaces and base classes is broken down in the
+following sections.
+
 [[components.fields.field]]
 == The [classname]#Field# Interface
 
@@ -337,4 +343,6 @@ Forms by Binding Fields to Items">>, calling [methodname]#commit()# for the
 group runs the validation for all the fields in the group, and if successful,
 writes the input values to the data source.
 
+endif::disabled[]
+
 (((range="endofrange", startref="term.components.fields")))
index d1839a8ac0a6051b1e3e3081ceb55da2b8c09044..25abb2263ce574440f3c83a4297f0fa64fd9f20c 100644 (file)
@@ -14,6 +14,13 @@ endif::web[]
 
 ((("[classname]#Table#", id="term.components.table", range="startofrange")))
 
+[NOTE]
+====
+[classname]#Table# is largely obsolete and has been replaced by the newer [classname]#Grid# component.
+Nevertheless, it still has some features, such as drag and drop, which have no counterpart in Grid.
+Table also still uses the old data API.
+Hence, only a short introduction is given below; see the online Vaadin Docs for more details.
+====
 
 The [classname]#Table# component is intended for presenting tabular data
 organized in rows and columns. The [classname]#Table# is one of the most
@@ -21,6 +28,9 @@ versatile components in Vaadin. Table cells can include text or arbitrary UI
 components. You can easily implement editing of the table data, for example
 clicking on a cell could change it to a text field for editing.
 
+.Basic Table Example
+image::img/table-example1.png[width=35%, scaledwidth=50%]
+
 The data contained in a [classname]#Table# is managed using the Vaadin data model (see <<dummy/../../../framework/datamodel/datamodel-overview.asciidoc#datamodel.overview,"Binding Components to Data">>), through the [classname]#Container# interface of the [classname]#Table#.
 This makes it possible to bind a table directly to a data source, such as a database query.
 Only the visible part of the table is loaded
@@ -72,8 +82,7 @@ rows are given simply as object arrays, in the same order in which the
 properties were added. The objects must be of the correct class, as defined in
 the [methodname]#addContainerProperty()# calls.
 
-.Basic Table Example
-image::img/table-example1.png[width=35%, scaledwidth=50%]
+ifdef::vaadin7[]
 
 Scalability of the [classname]#Table# is largely dictated by the container. The
 default [classname]#IndexedContainer# is relatively heavy and can cause
@@ -1152,5 +1161,6 @@ image::img/table-cellstylegenerator1.png[width=50%, scaledwidth=80%]
 
 endif::web[]
 
+endif::vaadin7[]
 
 (((range="endofrange", startref="term.components.table")))
index 4107110829cdfc99e69e0539345bb5127e7f573a..c8f75fdcb736e7e656a497c6bd94546e14164d5b 100644 (file)
Binary files a/documentation/getting-started/img/myproject-created-annotated-hi.png and b/documentation/getting-started/img/myproject-created-annotated-hi.png differ
index 7d2e737406c1e3298072e7490a1db3976f2234fa..29edb718b97655fda029f16879f6474e3a6a50b6 100644 (file)
Binary files a/documentation/getting-started/img/netbeans-created-annotated-hi.png and b/documentation/getting-started/img/netbeans-created-annotated-hi.png differ
index ca012a031ac4748c100e75fa8b34fd284143cf76..1f9c4c36f66c9c6d99258482ee2e490ac792ca43 100644 (file)
@@ -72,8 +72,8 @@
      inkscape:pageopacity="0.0"
      inkscape:pageshadow="2"
      inkscape:zoom="1.979899"
-     inkscape:cx="544.97755"
-     inkscape:cy="286.33054"
+     inkscape:cx="252.01881"
+     inkscape:cy="309.91553"
      inkscape:document-units="px"
      inkscape:current-layer="layer1"
      inkscape:window-width="1920"
          transform="translate(0,308.2677)" />
       <path
          sodipodi:type="arc"
-         style="color:#000000;fill:#ffedd1;fill-opacity:1;stroke:#000000;stroke-width:2.74977946000000006;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         style="color:#000000;fill:#ff3a49;fill-opacity:1;stroke:none;stroke-width:2.74977946;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
          id="path3005-2-10"
          sodipodi:cx="25"
          sodipodi:cy="419.09448"
          transform="matrix(0.54549827,0,0,0.54549827,36.362543,498.74687)" />
       <path
          sodipodi:type="arc"
-         style="color:#000000;fill:#ecf3ff;fill-opacity:1;stroke:#000000;stroke-width:2.74977946000000006;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         style="color:#000000;fill:#00b4f0;fill-opacity:1;stroke:none;stroke-width:2.74977946;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
          id="path3005-2-10-5"
          sodipodi:cx="25"
          sodipodi:cy="419.09448"
          inkscape:connector-curvature="0"
          transform="translate(0,308.2677)" />
       <circle
-         style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffedd1;fill-opacity:1;stroke:#000000;stroke-width:2.74977946;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
+         style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ff3a49;fill-opacity:1;stroke:none;stroke-width:2.74977946;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
          id="path3005-2-10-8"
          transform="matrix(0.54549827,0,0,0.54549827,31.362543,498.74687)"
          cx="25"
          cy="419.09448"
          r="9.1659365" />
       <circle
-         style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ecf3ff;fill-opacity:1;stroke:#000000;stroke-width:2.74977946;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
+         style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#00b4f0;fill-opacity:1;stroke:none;stroke-width:2.74977946;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
          id="path3005-2-10-5-2"
          transform="matrix(0.54549827,0,0,0.54549827,91.362543,498.74687)"
          cx="25"
          inkscape:connector-curvature="0"
          transform="translate(0,308.2677)" />
       <circle
-         style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffedd1;fill-opacity:1;stroke:#000000;stroke-width:2.74977946;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
+         style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ff3a49;fill-opacity:1;stroke:none;stroke-width:2.74977946;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
          id="path3005-2-10-8-2"
          transform="matrix(0.54549827,0,0,0.54549827,-83.637457,498.74688)"
          cx="25"
          cy="419.09448"
          r="9.1659365" />
       <circle
-         style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ecf3ff;fill-opacity:1;stroke:#000000;stroke-width:2.74977946;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
+         style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#00b4f0;fill-opacity:1;stroke:none;stroke-width:2.74977946;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
          id="path3005-2-10-5-2-3"
          transform="matrix(0.54549827,0,0,0.54549827,91.362543,498.74687)"
          cx="25"
          inkscape:connector-curvature="0"
          transform="translate(0,308.2677)" />
       <circle
-         style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffedd1;fill-opacity:1;stroke:#000000;stroke-width:2.74977946;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
+         style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ff3a49;fill-opacity:1;stroke:none;stroke-width:2.74977946;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
          id="path3005-2-10-8-2-3"
          transform="matrix(0.54549827,0,0,0.54549827,-58.637457,498.74688)"
          cx="25"
          cy="419.09448"
          r="9.1659365" />
       <circle
-         style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ecf3ff;fill-opacity:1;stroke:#000000;stroke-width:2.74977946;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
+         style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#00b4f0;fill-opacity:1;stroke:none;stroke-width:2.74977946;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
          id="path3005-2-10-5-2-3-8"
          transform="matrix(0.54549827,0,0,0.54549827,91.362543,498.74687)"
          cx="25"
index b61f1549c8bc9250f31cb8fb0595386b66d2f7a4..755cc1df70c0f5db41ef857a7274481e087a399a 100644 (file)
@@ -82,9 +82,9 @@
      borderopacity="1.0"
      inkscape:pageopacity="1"
      inkscape:pageshadow="2"
-     inkscape:zoom="0.98994949"
-     inkscape:cx="427.53838"
-     inkscape:cy="397.85985"
+     inkscape:zoom="1.4"
+     inkscape:cx="241.94765"
+     inkscape:cy="400.47504"
      inkscape:document-units="px"
      inkscape:current-layer="layer1"
      inkscape:window-width="1920"
         <dc:format>image/svg+xml</dc:format>
         <dc:type
            rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-        <dc:title></dc:title>
+        <dc:title />
       </cc:Work>
     </rdf:RDF>
   </metadata>
          inkscape:connector-curvature="0"
          transform="translate(0,308.2677)" />
       <circle
-         style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffedd1;fill-opacity:1;stroke:#000000;stroke-width:2.74977946;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
+         style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ff3a49;fill-opacity:1;stroke:none;stroke-width:2.74977946;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
          id="path3005-2-10"
          transform="matrix(0.54549827,0,0,0.54549827,6.3625532,498.74687)"
          cx="25"
          cy="419.09448"
          r="9.1659365" />
       <circle
-         style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ecf3ff;fill-opacity:1;stroke:#000000;stroke-width:2.74977946;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
+         style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#00b4f0;fill-opacity:1;stroke:none;stroke-width:2.74977946;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
          id="path3005-2-10-5"
          transform="matrix(0.54549827,0,0,0.54549827,156.36255,498.74687)"
          cx="25"
          inkscape:connector-curvature="0"
          transform="translate(0,308.2677)" />
       <circle
-         style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffedd1;fill-opacity:1;stroke:#000000;stroke-width:2.74977946;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
+         style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ff3a49;fill-opacity:1;stroke:none;stroke-width:2.74977946;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
          id="path3005-2-10-8"
          transform="matrix(0.54549827,0,0,0.54549827,31.362543,498.74687)"
          cx="25"
          cy="419.09448"
          r="9.1659365" />
       <circle
-         style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ecf3ff;fill-opacity:1;stroke:#000000;stroke-width:2.74977946;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
+         style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#00b4f0;fill-opacity:1;stroke:none;stroke-width:2.74977946;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
          id="path3005-2-10-5-2"
          transform="matrix(0.54549827,0,0,0.54549827,86.362543,498.74687)"
          cx="25"
          inkscape:connector-curvature="0"
          transform="translate(0,308.2677)" />
       <circle
-         style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffedd1;fill-opacity:1;stroke:#000000;stroke-width:2.74977946;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
+         style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ff3a49;fill-opacity:1;stroke:none;stroke-width:2.74977946;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
          id="path3005-2-10-8-2"
          transform="matrix(0.54549827,0,0,0.54549827,-83.637457,498.74688)"
          cx="25"
          cy="419.09448"
          r="9.1659365" />
       <circle
-         style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ecf3ff;fill-opacity:1;stroke:#000000;stroke-width:2.74977946;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
+         style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#00b4f0;fill-opacity:1;stroke:none;stroke-width:2.74977946;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
          id="path3005-2-10-5-2-3"
          transform="matrix(0.54549827,0,0,0.54549827,91.362543,498.74687)"
          cx="25"