diff --git a/README.md b/README.md index f3a8cd7d5634113b073904b973dcbd2d9a1f3aa9..072ceed051f3370f6482183aad1e73579e18e0d3 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,17 @@ complete [Software Heritage development environment][2]. How to build the doc -------------------- +Ensure you have the required tools to generate images ([graphviz][3]'s `dot` +and [plantuml][4]). On a Debian system: + + $ sudo apt install plantuml graphviz + +[3]: https://graphviz.org +[4]: http://plantuml.com + + +Then + $ cd docs $ make html diff --git a/docs/architecture.rst b/docs/architecture.rst new file mode 100644 index 0000000000000000000000000000000000000000..81b4d86d75c449fabda8c687372c809e3a9ed36c --- /dev/null +++ b/docs/architecture.rst @@ -0,0 +1,74 @@ +.. _architecture: + +Software Architecture +===================== + +From an end-user point of view, the |swh| platform consists in the +:term:`archive`, which can be accessed using the web interface or its REST API. +Behind the scene (and the web app) are several components that expose +different aspects of the |swh| :term:`archive` as internal REST APIs. + +Each of these internal APIs have a dedicated (Postgresql) database. + +A global view of this architecture looks like: + +.. thumbnail:: images/general-architecture.svg + + General view of the |swh| architecture. + +The front API components are: + +- :ref:`Storage API <swh-storage>` +- :ref:`Deposit API <swh-deposit>` +- :ref:`Vault API <swh-vault>` +- :ref:`Indexer API <swh-indexer>` +- :ref:`Scheduler API <swh-scheduler>` + +On the back stage of this show, a celery_ based game of tasks and workers +occurs to perform all the required work to fill, maintain and update the |swh| +:term:`archive`. + +The main components involved in this choreography are: + +- :term:`Listers <lister>`: a lister is a type of task aiming at scrapping a + web site, a forge, etc. to gather all the source code repositories it can + find. For each found source code repository, a :term:`loader` task is + created. + +- :term:`Loaders <loader>`: a loader is a type of task aiming at importing or + updating a source code repository. It is the one that inserts :term:`blob` + objects in the :term:`object storage`, and inserts nodes and edges in the + :ref:`graph <swh-merkle-dag>`. + +- :term:`Indexers <indexer>`: an indexer is a type of task aiming at crawling + the content of the :term:`archive` to extract derived information (mimetype, + etc.) + + +Tasks +----- + +The following sequence diagram shows the interactions between these components +when a new forge needs to be archived. This example depicts the case of a +gitlab_ forge, but any other supported source type would be very similar. + +.. thumbnail:: images/tasks-lister.svg + +As one might observe in this diagram, it does create two things: + +- it adds one :term:`origin` objects in the :term:`storage` database for each + source code repository, and + +- it insert one :term:`loader` task for each source code repository that will + be in charge of importing the content of that repository. + + +The sequence diagram below describe this second step of importing the content +of a repository. Once again, we take the example of a git repository, but any +other type of repository would be very similar. + +.. thumbnail:: images/tasks-git-loader.svg + + +.. _celery: https://www.celeryproject.org +.. _gitlab: https://gitlab.com diff --git a/docs/images/Makefile b/docs/images/Makefile index 8a4e40c7a452d9ecad88cbb5556d7267fd5ee78f..abb60b3a3b68f5c773a63f2878903b8b1311e4df 100644 --- a/docs/images/Makefile +++ b/docs/images/Makefile @@ -6,7 +6,10 @@ DEP_GRAPHS += $(patsubst %,%.pdf,$(DEP_GRAPHS_base)) DEP_GRAPHS += $(patsubst %,%.svg,$(DEP_GRAPHS_base)) PY_DEPGRAPH = ../bin/py-depgraph -all: $(DEP_GRAPHS) +UML_DIAGS_SRC = $(wildcard *.uml) +UML_DIAGS = $(patsubst %.uml,%.svg,$(UML_DIAGS_SRC)) + +all: $(DEP_GRAPHS) $(UML_DIAGS) py-deps-all.dot: $(PY_DEPGRAPH) $(PY_REQUIREMENTS) cd ../../.. ; $(CURDIR)/$(PY_DEPGRAPH) > $(CURDIR)/$@ @@ -23,5 +26,8 @@ py-deps-ext.dot: $(PY_DEPGRAPH) $(PY_REQUIREMENTS) %.svg: %.dot dot -T svg $< > $@ +%.svg: %.uml + plantuml -tsvg $< + clean: - -rm -f $(DEP_GRAPHS) + -rm -f $(DEP_GRAPHS) $(UML_DIAGS) diff --git a/docs/images/general-architecture.svg b/docs/images/general-architecture.svg new file mode 100644 index 0000000000000000000000000000000000000000..635043f8d554efbae55f57a84ff035ec8b63ce5a --- /dev/null +++ b/docs/images/general-architecture.svg @@ -0,0 +1,3374 @@ +<?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="301.00833mm" + height="205.66206mm" + viewBox="0 0 301.00833 205.66206" + version="1.1" + id="svg8" + inkscape:version="0.92.1 r15371" + sodipodi:docname="general-architecture.svg" + inkscape:export-filename="/home/ddouard/archi.png" + inkscape:export-xdpi="296.10001" + inkscape:export-ydpi="296.10001"> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.95944866" + inkscape:cx="420.95175" + inkscape:cy="388.17463" + inkscape:document-units="mm" + inkscape:current-layer="layer1" + showgrid="true" + objecttolerance="5" + gridtolerance="5" + guidetolerance="10" + inkscape:snap-path-clip="false" + inkscape:snap-path-mask="false" + inkscape:window-width="1242" + inkscape:window-height="1161" + inkscape:window-x="674" + inkscape:window-y="18" + inkscape:window-maximized="0" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0"> + <inkscape:grid + spacingy="0.66145834" + spacingx="0.66145834" + empspacing="10" + opacity="0.0627451" + color="#3f3fff" + empopacity="0.09411765" + empcolor="#3f3fff" + dotted="false" + id="grid102" + type="xygrid" + originx="0.50000002" + originy="0.49998853" /> + </sodipodi:namedview> + <defs + id="defs2"> + <marker + inkscape:stockid="TriangleOutS" + orient="auto" + refY="0" + refX="0" + id="marker32687" + style="overflow:visible" + inkscape:isstock="true"> + <path + id="path32685" + d="M 5.77,0 -2.88,5 V -5 Z" + style="fill:#800000;fill-opacity:1;fill-rule:evenodd;stroke:#800000;stroke-width:1.00000003pt;stroke-opacity:1" + transform="scale(0.2)" + inkscape:connector-curvature="0" /> + </marker> + <marker + inkscape:isstock="true" + style="overflow:visible" + id="marker32153" + refX="0" + refY="0" + orient="auto" + inkscape:stockid="TriangleOutS"> + <path + transform="scale(0.2)" + style="fill:#53676c;fill-opacity:1;fill-rule:evenodd;stroke:#53676c;stroke-width:1.00000003pt;stroke-opacity:1" + d="M 5.77,0 -2.88,5 V -5 Z" + id="path32151" + inkscape:connector-curvature="0" /> + </marker> + <marker + inkscape:stockid="TriangleOutS" + orient="auto" + refY="0" + refX="0" + id="marker31427" + style="overflow:visible" + inkscape:isstock="true" + inkscape:collect="always"> + <path + id="path31425" + d="M 5.77,0 -2.88,5 V -5 Z" + style="fill:#53676c;fill-opacity:1;fill-rule:evenodd;stroke:#53676c;stroke-width:1.00000003pt;stroke-opacity:1" + transform="scale(0.2)" + inkscape:connector-curvature="0" /> + </marker> + <marker + inkscape:isstock="true" + style="overflow:visible" + id="marker30883" + refX="0" + refY="0" + orient="auto" + inkscape:stockid="TriangleOutS" + inkscape:collect="always"> + <path + transform="scale(0.2)" + style="fill:#53676c;fill-opacity:1;fill-rule:evenodd;stroke:#53676c;stroke-width:1.00000003pt;stroke-opacity:1" + d="M 5.77,0 -2.88,5 V -5 Z" + id="path30881" + inkscape:connector-curvature="0" /> + </marker> + <marker + inkscape:stockid="TriangleOutS" + orient="auto" + refY="0" + refX="0" + id="marker29969" + style="overflow:visible" + inkscape:isstock="true" + inkscape:collect="always"> + <path + id="path29967" + d="M 5.77,0 -2.88,5 V -5 Z" + style="fill:#53676c;fill-opacity:1;fill-rule:evenodd;stroke:#53676c;stroke-width:1.00000003pt;stroke-opacity:1" + transform="scale(0.2)" + inkscape:connector-curvature="0" /> + </marker> + <marker + inkscape:isstock="true" + style="overflow:visible" + id="marker27497" + refX="0" + refY="0" + orient="auto" + inkscape:stockid="TriangleOutS" + inkscape:collect="always"> + <path + transform="scale(0.2)" + style="fill:#53676c;fill-opacity:1;fill-rule:evenodd;stroke:#53676c;stroke-width:1.00000003pt;stroke-opacity:1" + d="M 5.77,0 -2.88,5 V -5 Z" + id="path27495" + inkscape:connector-curvature="0" /> + </marker> + <marker + inkscape:isstock="true" + style="overflow:visible" + id="marker26595" + refX="0" + refY="0" + orient="auto" + inkscape:stockid="TriangleOutS"> + <path + transform="scale(0.2)" + style="fill:#ff6600;fill-opacity:1;fill-rule:evenodd;stroke:#ff6600;stroke-width:1.00000003pt;stroke-opacity:1" + d="M 5.77,0 -2.88,5 V -5 Z" + id="path26593" + inkscape:connector-curvature="0" /> + </marker> + <marker + inkscape:isstock="true" + style="overflow:visible" + id="marker26585" + refX="0" + refY="0" + orient="auto" + inkscape:stockid="TriangleInS"> + <path + transform="scale(-0.2)" + style="fill:#ff6600;fill-opacity:1;fill-rule:evenodd;stroke:#ff6600;stroke-width:1.00000003pt;stroke-opacity:1" + d="M 5.77,0 -2.88,5 V -5 Z" + id="path26583" + inkscape:connector-curvature="0" /> + </marker> + <marker + inkscape:stockid="TriangleOutS" + orient="auto" + refY="0" + refX="0" + id="marker25893" + style="overflow:visible" + inkscape:isstock="true"> + <path + id="path25891" + d="M 5.77,0 -2.88,5 V -5 Z" + style="fill:#ff6600;fill-opacity:1;fill-rule:evenodd;stroke:#ff6600;stroke-width:1.00000003pt;stroke-opacity:1" + transform="scale(0.2)" + inkscape:connector-curvature="0" /> + </marker> + <marker + inkscape:stockid="TriangleInS" + orient="auto" + refY="0" + refX="0" + id="marker25883" + style="overflow:visible" + inkscape:isstock="true"> + <path + id="path25881" + d="M 5.77,0 -2.88,5 V -5 Z" + style="fill:#ff6600;fill-opacity:1;fill-rule:evenodd;stroke:#ff6600;stroke-width:1.00000003pt;stroke-opacity:1" + transform="scale(-0.2)" + inkscape:connector-curvature="0" /> + </marker> + <marker + inkscape:isstock="true" + style="overflow:visible" + id="marker24433" + refX="0" + refY="0" + orient="auto" + inkscape:stockid="TriangleOutS"> + <path + transform="scale(0.2)" + style="fill:#004bab;fill-opacity:1;fill-rule:evenodd;stroke:#004bab;stroke-width:1.00000003pt;stroke-opacity:1" + d="M 5.77,0 -2.88,5 V -5 Z" + id="path24431" + inkscape:connector-curvature="0" /> + </marker> + <marker + inkscape:stockid="TriangleOutS" + orient="auto" + refY="0" + refX="0" + id="marker24351" + style="overflow:visible" + inkscape:isstock="true" + inkscape:collect="always"> + <path + id="path24349" + d="M 5.77,0 -2.88,5 V -5 Z" + style="fill:#004bab;fill-opacity:1;fill-rule:evenodd;stroke:#2c5bb4;stroke-width:1.00000003pt;stroke-opacity:1" + transform="scale(0.2)" + inkscape:connector-curvature="0" /> + </marker> + <marker + inkscape:stockid="TriangleOutS" + orient="auto" + refY="0" + refX="0" + id="marker23603" + style="overflow:visible" + inkscape:isstock="true" + inkscape:collect="always"> + <path + id="path23601" + d="M 5.77,0 -2.88,5 V -5 Z" + style="fill:#800000;fill-opacity:1;fill-rule:evenodd;stroke:#800000;stroke-width:1.00000003pt;stroke-opacity:1" + transform="scale(0.2)" + inkscape:connector-curvature="0" /> + </marker> + <marker + inkscape:stockid="TriangleOutS" + orient="auto" + refY="0" + refX="0" + id="marker22329" + style="overflow:visible" + inkscape:isstock="true" + inkscape:collect="always"> + <path + id="path22327" + d="M 5.77,0 -2.88,5 V -5 Z" + style="fill:#800000;fill-opacity:1;fill-rule:evenodd;stroke:#800000;stroke-width:1.00000003pt;stroke-opacity:1" + transform="scale(0.2)" + inkscape:connector-curvature="0" /> + </marker> + <marker + inkscape:isstock="true" + style="overflow:visible" + id="marker21871" + refX="0" + refY="0" + orient="auto" + inkscape:stockid="TriangleOutS" + inkscape:collect="always"> + <path + transform="scale(0.2)" + style="fill:#800000;fill-opacity:1;fill-rule:evenodd;stroke:#800000;stroke-width:1.00000003pt;stroke-opacity:1" + d="M 5.77,0 -2.88,5 V -5 Z" + id="path21869" + inkscape:connector-curvature="0" /> + </marker> + <marker + inkscape:stockid="TriangleOutS" + orient="auto" + refY="0" + refX="0" + id="marker21415" + style="overflow:visible" + inkscape:isstock="true" + inkscape:collect="always"> + <path + id="path21413" + d="M 5.77,0 -2.88,5 V -5 Z" + style="fill:#800000;fill-opacity:1;fill-rule:evenodd;stroke:#800000;stroke-width:1.00000003pt;stroke-opacity:1" + transform="scale(0.2)" + inkscape:connector-curvature="0" /> + </marker> + <marker + inkscape:isstock="true" + style="overflow:visible" + id="marker20859" + refX="0" + refY="0" + orient="auto" + inkscape:stockid="TriangleOutS" + inkscape:collect="always"> + <path + transform="scale(0.2)" + style="fill:#800000;fill-opacity:1;fill-rule:evenodd;stroke:#800000;stroke-width:1.00000003pt;stroke-opacity:1" + d="M 5.77,0 -2.88,5 V -5 Z" + id="path20857" + inkscape:connector-curvature="0" /> + </marker> + <marker + inkscape:stockid="TriangleOutS" + orient="auto" + refY="0" + refX="0" + id="marker20341" + style="overflow:visible" + inkscape:isstock="true" + inkscape:collect="always"> + <path + id="path20339" + d="M 5.77,0 -2.88,5 V -5 Z" + style="fill:#800000;fill-opacity:1;fill-rule:evenodd;stroke:#800000;stroke-width:1.00000003pt;stroke-opacity:1" + transform="scale(0.2)" + inkscape:connector-curvature="0" /> + </marker> + <marker + inkscape:isstock="true" + style="overflow:visible" + id="marker20071" + refX="0" + refY="0" + orient="auto" + inkscape:stockid="TriangleOutS" + inkscape:collect="always"> + <path + transform="scale(0.2)" + style="fill:#800000;fill-opacity:1;fill-rule:evenodd;stroke:#800000;stroke-width:1.00000003pt;stroke-opacity:1" + d="M 5.77,0 -2.88,5 V -5 Z" + id="path20069" + inkscape:connector-curvature="0" /> + </marker> + <marker + inkscape:stockid="TriangleOutS" + orient="auto" + refY="0" + refX="0" + id="marker19626" + style="overflow:visible" + inkscape:isstock="true" + inkscape:collect="always"> + <path + id="path19624" + d="M 5.77,0 -2.88,5 V -5 Z" + style="fill:#800000;fill-opacity:1;fill-rule:evenodd;stroke:#800000;stroke-width:1.00000003pt;stroke-opacity:1" + transform="scale(0.2)" + inkscape:connector-curvature="0" /> + </marker> + <marker + inkscape:stockid="TriangleOutS" + orient="auto" + refY="0" + refX="0" + id="marker16986" + style="overflow:visible" + inkscape:isstock="true" + inkscape:collect="always"> + <path + id="path16984" + d="M 5.77,0 -2.88,5 V -5 Z" + style="fill:#ff6600;fill-opacity:1;fill-rule:evenodd;stroke:#ff6600;stroke-width:1.00000003pt;stroke-opacity:1" + transform="scale(0.2)" + inkscape:connector-curvature="0" /> + </marker> + <marker + inkscape:stockid="TriangleInS" + orient="auto" + refY="0" + refX="0" + id="marker16976" + style="overflow:visible" + inkscape:isstock="true" + inkscape:collect="always"> + <path + id="path16974" + d="M 5.77,0 -2.88,5 V -5 Z" + style="fill:#ff6600;fill-opacity:1;fill-rule:evenodd;stroke:#ff6600;stroke-width:1.00000003pt;stroke-opacity:1" + transform="scale(-0.2)" + inkscape:connector-curvature="0" /> + </marker> + <marker + inkscape:isstock="true" + style="overflow:visible" + id="marker16900" + refX="0" + refY="0" + orient="auto" + inkscape:stockid="TriangleOutS" + inkscape:collect="always"> + <path + transform="scale(0.2)" + style="fill:#ff6600;fill-opacity:1;fill-rule:evenodd;stroke:#ff6600;stroke-width:1.00000003pt;stroke-opacity:1" + d="M 5.77,0 -2.88,5 V -5 Z" + id="path16898" + inkscape:connector-curvature="0" /> + </marker> + <marker + inkscape:isstock="true" + style="overflow:visible" + id="marker16126" + refX="0" + refY="0" + orient="auto" + inkscape:stockid="TriangleInS" + inkscape:collect="always"> + <path + transform="scale(-0.2)" + style="fill:#ff6600;fill-opacity:1;fill-rule:evenodd;stroke:#ff6600;stroke-width:1.00000003pt;stroke-opacity:1" + d="M 5.77,0 -2.88,5 V -5 Z" + id="path16124" + inkscape:connector-curvature="0" /> + </marker> + <marker + inkscape:isstock="true" + style="overflow:visible" + id="marker14980" + refX="0" + refY="0" + orient="auto" + inkscape:stockid="TriangleInS" + inkscape:collect="always"> + <path + transform="scale(-0.2)" + style="fill:#ff6600;fill-opacity:1;fill-rule:evenodd;stroke:#ff6600;stroke-width:1.00000003pt;stroke-opacity:1" + d="M 5.77,0 -2.88,5 V -5 Z" + id="path14978" + inkscape:connector-curvature="0" /> + </marker> + <marker + inkscape:stockid="TriangleOutS" + orient="auto" + refY="0" + refX="0" + id="marker14590" + style="overflow:visible" + inkscape:isstock="true" + inkscape:collect="always"> + <path + id="path14588" + d="M 5.77,0 -2.88,5 V -5 Z" + style="fill:#ff6600;fill-opacity:1;fill-rule:evenodd;stroke:#ff6600;stroke-width:1.00000003pt;stroke-opacity:1" + transform="scale(0.2)" + inkscape:connector-curvature="0" /> + </marker> + <marker + inkscape:stockid="Arrow2Sstart" + orient="auto" + refY="0" + refX="0" + id="Arrow2Sstart" + style="overflow:visible" + inkscape:isstock="true"> + <path + id="path5945" + style="fill:#ff6600;fill-opacity:1;fill-rule:evenodd;stroke:#ff6600;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1" + 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(0.3,0,0,0.3,-0.69,0)" + inkscape:connector-curvature="0" /> + </marker> + <marker + inkscape:isstock="true" + style="overflow:visible" + id="marker13007" + refX="0" + refY="0" + orient="auto" + inkscape:stockid="TriangleOutS"> + <path + transform="scale(0.2)" + style="fill:#73902c;fill-opacity:1;fill-rule:evenodd;stroke:#73902c;stroke-width:1.00000003pt;stroke-opacity:1" + d="M 5.77,0 -2.88,5 V -5 Z" + id="path13005" + inkscape:connector-curvature="0" /> + </marker> + <marker + inkscape:isstock="true" + style="overflow:visible" + id="TriangleOutS" + refX="0" + refY="0" + orient="auto" + inkscape:stockid="TriangleOutS" + inkscape:collect="always"> + <path + transform="scale(0.2)" + style="fill:#800000;fill-opacity:1;fill-rule:evenodd;stroke:#800000;stroke-width:1.00000003pt;stroke-opacity:1" + d="M 5.77,0 -2.88,5 V -5 Z" + id="path6063" + inkscape:connector-curvature="0" /> + </marker> + <marker + inkscape:isstock="true" + style="overflow:visible" + id="Arrow2Send" + refX="0" + refY="0" + orient="auto" + inkscape:stockid="Arrow2Send"> + <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="fill:#ff6600;fill-opacity:1;fill-rule:evenodd;stroke:#ff6600;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1" + id="path5948" + inkscape:connector-curvature="0" /> + </marker> + <marker + inkscape:isstock="true" + 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:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt;stroke-opacity:1" + d="M 0,0 5,-5 -12.5,0 5,5 Z" + id="path5930" + inkscape:connector-curvature="0" /> + </marker> + <marker + inkscape:isstock="true" + 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:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt;stroke-opacity:1" + d="M 0,0 5,-5 -12.5,0 5,5 Z" + id="path5918" + inkscape:connector-curvature="0" /> + </marker> + <linearGradient + id="linearGradient3807"> + <stop + id="stop3809" + style="stop-color:#e3e3e3" + offset="0" /> + <stop + id="stop3811" + style="stop-color:#66647b;stop-opacity:.89804" + offset="1" /> + </linearGradient> + <clipPath + clipPathUnits="userSpaceOnUse" + id="clipPath16"> + <path + d="m 30.027,68.987 1.337,-1.343 4.826,1.607 -1.61,-4.823 1.34,-1.34 2.95,8.844 z m -3.387,-1.073 5.746,-10.675 1.252,1.252 -5.747,10.674 z m -2.552,-10.762 1.608,4.823 -1.34,1.34 -2.949,-8.846 8.842,2.949 -1.338,1.343 z m 19.376,8.722 2.274,-5.144 h 1.894 l -4.167,8.935 -4.17,-8.038 1.895,-0.154 z m -5.797,-7.103 12,-3.485 v 1.77 l -12,3.484 z m 5.797,-9.502 -2.273,4.461 h -1.895 l 4.169,-8.252 4.167,8.379 -1.896,-0.018 z m 13.276,20.108 -8.843,2.95 2.945,-8.844 1.342,1.338 -1.607,4.825 4.823,-1.609 z m 4.597,-2.282 -10.674,-5.748 1.251,-1.25 10.675,5.746 z m -0.269,-4.728 1.609,-4.822 -4.822,1.607 -1.34,-1.34 8.843,-2.948 -2.948,8.842 z m -3.401,18.722 -8.219,-4.168 8.396,-4.17 0.033,1.896 -4.653,2.274 4.443,2.273 z m 3.391,-10.359 3.486,12 h -1.771 l -3.484,-12 z m 5.609,2.022 7.967,4.169 -8.522,4.168 -0.095,-1.896 4.873,-2.272 -4.223,-2.274 z m -10.321,11.547 -1.339,1.342 -4.824,-1.608 1.608,4.823 -1.34,1.341 -2.948,-8.844 z m 3.387,1.072 -5.746,10.675 -1.253,-1.253 5.748,-10.673 z m 2.551,10.763 -1.608,-4.823 1.341,-1.339 2.947,8.843 -8.842,-2.949 1.339,-1.341 z M 45.182,91.364 42.908,86.999 40.634,91.73 H 38.74 l 4.168,-8.521 4.17,8.245 z m 4.485,3.151 -12,3.485 v -1.77 l 12,-3.485 z m -6.759,9.088 2.274,-4.873 h 1.895 l -4.169,8.664 -4.169,-8.175 1.896,-0.083 z m -7.379,-13.8 -1.341,-1.34 1.608,-4.823 -4.823,1.608 -1.34,-1.34 8.844,-2.949 z m -10.494,-3.611 10.674,5.746 -1.251,1.251 -10.675,-5.746 z m 0.268,4.726 -1.608,4.823 4.824,-1.608 1.339,1.341 -8.844,2.948 2.949,-8.844 z m 3.364,-18.722 8.338,4.169 -8.338,4.169 v -1.896 l 4.547,-2.273 -4.547,-2.274 z m -5.069,-1.466 3.485,11 h -1.769 l -3.485,-11 z m -10.269,5.635 8.338,4.169 v -1.896 l -4.547,-2.273 4.547,-2.274 v -1.895 z" + id="path18" + inkscape:connector-curvature="0" /> + </clipPath> + <linearGradient + x1="0" + y1="0" + x2="1" + y2="0" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(61.305366,0,0,-61.305366,13.32883,76.436119)" + spreadMethod="pad" + id="linearGradient24"> + <stop + style="stop-opacity:1;stop-color:#ec1c28" + offset="0" + id="stop26" /> + <stop + style="stop-opacity:1;stop-color:#ec1c28" + offset="0.331971" + id="stop28" /> + <stop + style="stop-opacity:1;stop-color:#fbc81f" + offset="1" + id="stop30" /> + </linearGradient> + <marker + inkscape:isstock="true" + style="overflow:visible" + id="marker13007-3" + refX="0" + refY="0" + orient="auto" + inkscape:stockid="TriangleOutS"> + <path + inkscape:connector-curvature="0" + transform="scale(0.2)" + style="fill:#73902c;fill-opacity:1;fill-rule:evenodd;stroke:#73902c;stroke-width:1.00000003pt;stroke-opacity:1" + d="M 5.77,0 -2.88,5 V -5 Z" + id="path13005-3" /> + </marker> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3807" + id="radialGradient33503" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.0132,-0.0097151,0.0035796,0.37336,-19.591,188.17)" + cx="376.01999" + cy="287.70999" + r="182.64" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3807" + id="linearGradient33505" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-13.571,7.8572)" + x1="425.67001" + y1="362.35999" + x2="559.07001" + y2="362.35999" + spreadMethod="reflect" /> + <style + id="style2">.a{fill:#2c5bb4;}</style> + </defs> + <metadata + id="metadata5"> + <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 /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + transform="translate(7.4938531,-26.946662)" + id="g10535"> + <rect + ry="1.9499602" + style="fill:#ffffff;fill-opacity:1;stroke:#a8cb53;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + y="34.442078" + x="253.32698" + height="26.458332" + width="39.6875" + id="rect10531" /> + <path + inkscape:connector-curvature="0" + id="path10533" + d="m 253.32698,41.056668 v -4.66485 c 0,-1.08028 0.86969,-1.94996 1.94996,-1.94996 v 0 h 35.78758 c 1.08028,0 1.94996,0.86968 1.94996,1.94996 v 4.66485" + style="fill:#a8cb53;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none" /> + </g> + <g + id="g10529" + transform="translate(5.493853,-28.946662)"> + <rect + id="rect10453" + width="39.6875" + height="26.458332" + x="253.32698" + y="34.442078" + style="fill:#ffffff;fill-opacity:1;stroke:#a8cb53;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + ry="1.9499602" /> + <path + style="fill:#a8cb53;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none" + d="m 253.32698,41.056668 v -4.66485 c 0,-1.08028 0.86969,-1.94996 1.94996,-1.94996 v 0 h 35.78758 c 1.08028,0 1.94996,0.86968 1.94996,1.94996 v 4.66485" + id="path10455" + inkscape:connector-curvature="0" /> + </g> + <g + transform="translate(0.50000003,-91.837919)" + id="layer1" + inkscape:groupmode="layer" + inkscape:label="Layer 1"> + <path + style="fill:none;stroke:#53676c;stroke-width:1.00000003;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.50000001,0.50000001;stroke-opacity:1;marker-end:url(#marker30883);stroke-dashoffset:0" + d="m 125.67708,194.36301 24.47396,8.70991" + id="path30879" + inkscape:connector-curvature="0" + sodipodi:nodetypes="cc" /> + <path + sodipodi:nodetypes="cc" + inkscape:connector-curvature="0" + id="path31423" + d="M 127.23705,224.23959 150.38046,213.0951" + style="fill:none;stroke:#53676c;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.5,0.5;stroke-opacity:1;marker-end:url(#marker31427);stroke-dashoffset:0" /> + <path + style="fill:none;stroke:#53676c;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker32153)" + d="M 127.04205,257.3125 151.2092,224.90105" + id="path32149" + inkscape:connector-curvature="0" + sodipodi:nodetypes="cc" /> + <path + sodipodi:nodetypes="cc" + inkscape:connector-curvature="0" + id="path29965" + d="m 125.67708,158.09375 26.16585,38.36459" + style="fill:none;stroke:#53676c;stroke-width:1.00000003;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.50000001,0.50000001;stroke-opacity:1;marker-end:url(#marker29969);stroke-dashoffset:0" /> + <path + style="fill:none;stroke:#53676c;stroke-width:1.00000003;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.50000001,0.50000001;stroke-opacity:1;marker-end:url(#marker27497);stroke-dashoffset:0" + d="m 127.53318,127.97171 28.90712,67.82517" + id="path27493" + inkscape:connector-curvature="0" + sodipodi:nodetypes="cc" /> + <path + inkscape:connector-curvature="0" + inkscape:connector-type="polyline" + id="path24279" + d="m 161.79719,257.3125 -0.0306,9.73453" + style="display:inline;fill:#004bab;fill-opacity:1;fill-rule:evenodd;stroke:#2c5bb4;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker-end:url(#marker24351);paint-order:normal" + sodipodi:nodetypes="cc" /> + <path + sodipodi:nodetypes="cc" + style="display:inline;fill:#004bab;fill-opacity:1;fill-rule:evenodd;stroke:#2c5bb4;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker-end:url(#marker24433);paint-order:normal" + d="m 183.01262,257.3125 -0.0306,9.73453" + id="path24429" + inkscape:connector-type="polyline" + inkscape:connector-curvature="0" /> + <path + sodipodi:nodetypes="cc" + inkscape:connector-curvature="0" + id="path21411" + d="m 39.6875,194.35636 24.118381,7.17196" + style="fill:none;stroke:#800000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker21415)" /> + <path + style="fill:none;stroke:#800000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker20859)" + d="M 39.6875,188.89647 64.390869,175.39886" + id="path20855" + inkscape:connector-curvature="0" + sodipodi:nodetypes="cc" /> + <path + sodipodi:nodetypes="cc" + inkscape:connector-curvature="0" + id="path20337" + d="M 39.6875,184.55209 64.780861,155.89926" + style="fill:none;stroke:#800000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker20341)" /> + <path + style="fill:none;stroke:#800000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker20071)" + d="M 39.6875,179.49747 65.170852,123.68572" + id="path20061" + inkscape:connector-curvature="0" + sodipodi:nodetypes="cc" /> + <path + style="fill:none;stroke:#800000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker21871)" + d="m 39.6875,200.98622 25.093361,27.45155" + id="path21867" + inkscape:connector-curvature="0" + sodipodi:nodetypes="cc" /> + <path + sodipodi:nodetypes="cc" + inkscape:connector-curvature="0" + id="path22325" + d="M 105.80983,235.25338 150.2078,235.0155" + style="fill:none;stroke:#800000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker22329)" /> + <g + transform="translate(-6.6145838,16.500966)" + id="g5506"> + <g + transform="matrix(0.07201508,0,0,0.07201508,77.992626,65.452336)" + id="layer1-6" + inkscape:label="Layer 1"> + <g + id="g3937" + transform="translate(720.72599,455.1759)"> + <ellipse + id="path3939" + style="fill:#d40000" + transform="matrix(0.47131,0,0,1.0459,-144.23642,-439.39451)" + cx="328.57144" + cy="602.7193" + rx="147.14285" + ry="26.071428" /> + <path + inkscape:connector-curvature="0" + id="path3941" + style="fill:#ff5555" + d="m -58.57742,145.90269 v 0.29457 c 0.006,-0.0975 0.0206,-0.19729 0.0295,-0.29457 z m 138.62,0 c 0.0302,0.33044 0.0589,0.66821 0.0589,1.0015 v -1.0015 z m 0.0589,1.0015 c -10e-6,15.052 -31.075,27.262 -69.356,27.262 -37.683,1e-5 -68.377,-11.828 -69.326,-26.555 v 40.68 c -0.0151,0.23376 -0.0147,0.45704 -0.0147,0.69223 0,0.22546 8.7e-4,0.45335 0.0147,0.67751 0.91151,14.741 31.619,26.599 69.326,26.599 37.708,0 68.415,-11.858 69.326,-26.599 h 0.0295 v -0.50077 c 9.5e-4,-0.0587 0,-0.11794 0,-0.17674 0,-0.0588 9.4e-4,-0.11803 0,-0.17674 v -41.902 z" /> + <ellipse + id="path3943" + style="fill:#ff2a2a" + transform="matrix(0.47131,0,0,1.0459,-144.07642,-483.31731)" + cx="328.57144" + cy="602.7193" + rx="147.14285" + ry="26.071428" /> + <ellipse + id="path3945" + style="fill:#ff8080" + transform="matrix(0.46281,0,0,1.0271,-140.92842,-473.86731)" + cx="328.57144" + cy="602.7193" + rx="147.14285" + ry="26.071428" /> + </g> + <g + transform="translate(720.72599,409.74375)" + id="g3927"> + <ellipse + transform="matrix(0.47131,0,0,1.0459,-144.23642,-439.39451)" + style="fill:#d40000" + id="path3929" + cx="328.57144" + cy="602.7193" + rx="147.14285" + ry="26.071428" /> + <path + d="m -58.57742,145.90269 v 0.29457 c 0.006,-0.0975 0.0206,-0.19729 0.0295,-0.29457 z m 138.62,0 c 0.0302,0.33044 0.0589,0.66821 0.0589,1.0015 v -1.0015 z m 0.0589,1.0015 c -10e-6,15.052 -31.075,27.262 -69.356,27.262 -37.683,1e-5 -68.377,-11.828 -69.326,-26.555 v 40.68 c -0.0151,0.23376 -0.0147,0.45704 -0.0147,0.69223 0,0.22546 8.7e-4,0.45335 0.0147,0.67751 0.91151,14.741 31.619,26.599 69.326,26.599 37.708,0 68.415,-11.858 69.326,-26.599 h 0.0295 v -0.50077 c 9.5e-4,-0.0587 0,-0.11794 0,-0.17674 0,-0.0588 9.4e-4,-0.11803 0,-0.17674 v -41.902 z" + style="fill:#ff5555" + id="path3931" + inkscape:connector-curvature="0" /> + <ellipse + transform="matrix(0.47131,0,0,1.0459,-144.07642,-483.31731)" + style="fill:#ff2a2a" + id="path3933" + cx="328.57144" + cy="602.7193" + rx="147.14285" + ry="26.071428" /> + <ellipse + transform="matrix(0.46281,0,0,1.0271,-140.92842,-473.86731)" + style="fill:#ff8080" + id="path3935" + cx="328.57144" + cy="602.7193" + rx="147.14285" + ry="26.071428" /> + </g> + <g + transform="translate(720.72599,364.3116)" + id="g3921"> + <ellipse + id="path3861" + style="fill:#d40000" + transform="matrix(0.47131,0,0,1.0459,-144.23642,-439.39451)" + cx="328.57144" + cy="602.7193" + rx="147.14285" + ry="26.071428" /> + <path + inkscape:connector-curvature="0" + id="path3863" + style="fill:#ff5555" + d="m -58.57742,145.90269 v 0.29457 c 0.006,-0.0975 0.0206,-0.19729 0.0295,-0.29457 z m 138.62,0 c 0.0302,0.33044 0.0589,0.66821 0.0589,1.0015 v -1.0015 z m 0.0589,1.0015 c -10e-6,15.052 -31.075,27.262 -69.356,27.262 -37.683,1e-5 -68.377,-11.828 -69.326,-26.555 v 40.68 c -0.0151,0.23376 -0.0147,0.45704 -0.0147,0.69223 0,0.22546 8.7e-4,0.45335 0.0147,0.67751 0.91151,14.741 31.619,26.599 69.326,26.599 37.708,0 68.415,-11.858 69.326,-26.599 h 0.0295 v -0.50077 c 9.5e-4,-0.0587 0,-0.11794 0,-0.17674 0,-0.0588 9.4e-4,-0.11803 0,-0.17674 v -41.902 z" /> + <ellipse + id="path3865" + style="fill:#ff2a2a" + transform="matrix(0.47131,0,0,1.0459,-144.07642,-483.31731)" + cx="328.57144" + cy="602.7193" + rx="147.14285" + ry="26.071428" /> + <ellipse + id="path3867" + style="fill:#ff8080" + transform="matrix(0.46281,0,0,1.0271,-140.92842,-473.86731)" + cx="328.57144" + cy="602.7193" + rx="147.14285" + ry="26.071428" /> + </g> + </g> + <g + id="g4066" + transform="matrix(0.01619041,0,0,0.01619041,123.95494,108.142)"> + <g + style="clip-rule:nonzero;fill-rule:nonzero;stroke:#000000;stroke-miterlimit:4" + id="orginal" /> + <g + style="clip-rule:nonzero;fill:none;fill-rule:nonzero;stroke:#ffffff;stroke-width:12.46510029;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4" + id="Layer_x0020_3"> + <path + id="path4019" + d="m 323.205,324.227 c 2.833,-23.601 1.984,-27.062 19.563,-23.239 l 4.463,0.392 c 13.517,0.615 31.199,-2.174 41.587,-7 22.362,-10.376 35.622,-27.7 13.572,-23.148 -50.297,10.376 -53.755,-6.655 -53.755,-6.655 C 401.746,185.774 423.948,85.741 404.784,61.255 352.514,-5.534 262.036,26.049 260.522,26.869 l -0.482,0.089 c -9.938,-2.062 -21.06,-3.294 -33.554,-3.496 -22.761,-0.374 -40.032,5.967 -53.133,15.904 0,0 -161.408,-66.498 -153.899,83.628 1.597,31.936 45.777,241.655 98.47,178.31 19.259,-23.163 37.871,-42.748 37.871,-42.748 9.242,6.14 20.307,9.272 31.912,8.147 l 0.897,-0.765 c -0.281,2.876 -0.157,5.689 0.359,9.019 -13.572,15.167 -9.584,17.83 -36.723,23.416 -27.457,5.659 -11.326,15.734 -0.797,18.367 12.768,3.193 42.305,7.716 62.268,-20.224 l -0.795,3.188 c 5.325,4.26 4.965,30.619 5.72,49.452 0.756,18.834 2.017,36.409 5.856,46.771 3.839,10.36 8.369,37.05 44.036,29.406 29.809,-6.388 52.6,-15.582 54.677,-101.107" + style="fill:#000000;stroke:#000000;stroke-width:37.39530182;stroke-linecap:butt;stroke-linejoin:miter" + inkscape:connector-curvature="0" /> + <path + id="path4021" + d="m 402.395,271.23 c -50.302,10.376 -53.76,-6.655 -53.76,-6.655 53.111,-78.808 75.313,-178.843 56.153,-203.326 -52.27,-66.785 -142.752,-35.2 -144.262,-34.38 l -0.486,0.087 c -9.938,-2.063 -21.06,-3.292 -33.56,-3.496 -22.761,-0.373 -40.026,5.967 -53.127,15.902 0,0 -161.411,-66.495 -153.904,83.63 1.597,31.938 45.776,241.657 98.471,178.312 19.26,-23.163 37.869,-42.748 37.869,-42.748 9.243,6.14 20.308,9.272 31.908,8.147 l 0.901,-0.765 c -0.28,2.876 -0.152,5.689 0.361,9.019 -13.575,15.167 -9.586,17.83 -36.723,23.416 -27.459,5.659 -11.328,15.734 -0.796,18.367 12.768,3.193 42.307,7.716 62.266,-20.224 l -0.796,3.188 c 5.319,4.26 9.054,27.711 8.428,48.969 -0.626,21.259 -1.044,35.854 3.147,47.254 4.191,11.4 8.368,37.05 44.042,29.406 29.809,-6.388 45.256,-22.942 47.405,-50.555 1.525,-19.631 4.976,-16.729 5.194,-34.28 l 2.768,-8.309 c 3.192,-26.611 0.507,-35.196 18.872,-31.203 l 4.463,0.392 c 13.517,0.615 31.208,-2.174 41.591,-7 22.358,-10.376 35.618,-27.7 13.573,-23.148 z" + style="fill:#336791;stroke:none" + inkscape:connector-curvature="0" /> + <path + id="path4023" + d="m 215.866,286.484 c -1.385,49.516 0.348,99.377 5.193,111.495 4.848,12.118 15.223,35.688 50.9,28.045 29.806,-6.39 40.651,-18.756 45.357,-46.051 3.466,-20.082 10.148,-75.854 11.005,-87.281" + inkscape:connector-curvature="0" /> + <path + id="path4025" + d="m 173.104,38.256 c 0,0 -161.521,-66.016 -154.012,84.109 1.597,31.938 45.779,241.664 98.473,178.316 19.256,-23.166 36.671,-41.335 36.671,-41.335" + inkscape:connector-curvature="0" /> + <path + id="path4027" + d="m 260.349,26.207 c -5.591,1.753 89.848,-34.889 144.087,34.417 19.159,24.484 -3.043,124.519 -56.153,203.329" + inkscape:connector-curvature="0" /> + <path + id="path4029" + d="m 348.282,263.953 c 0,0 3.461,17.036 53.764,6.653 22.04,-4.552 8.776,12.774 -13.577,23.155 -18.345,8.514 -59.474,10.696 -60.146,-1.069 -1.729,-30.355 21.647,-21.133 19.96,-28.739 -1.525,-6.85 -11.979,-13.573 -18.894,-30.338 -6.037,-14.633 -82.796,-126.849 21.287,-110.183 3.813,-0.789 -27.146,-99.002 -124.553,-100.599 -97.385,-1.597 -94.19,119.762 -94.19,119.762" + style="stroke-linejoin:bevel" + inkscape:connector-curvature="0" /> + <path + id="path4031" + d="m 188.604,274.334 c -13.577,15.166 -9.584,17.829 -36.723,23.417 -27.459,5.66 -11.326,15.733 -0.797,18.365 12.768,3.195 42.307,7.718 62.266,-20.229 6.078,-8.509 -0.036,-22.086 -8.385,-25.547 -4.034,-1.671 -9.428,-3.765 -16.361,3.994 z" + inkscape:connector-curvature="0" /> + <path + id="path4033" + d="m 187.715,274.069 c -1.368,-8.917 2.93,-19.528 7.536,-31.942 6.922,-18.626 22.893,-37.255 10.117,-96.339 -9.523,-44.029 -73.396,-9.163 -73.436,-3.193 -0.039,5.968 2.889,30.26 -1.067,58.548 -5.162,36.913 23.488,68.132 56.479,64.938" + inkscape:connector-curvature="0" /> + <path + id="path4035" + d="m 172.517,141.7 c -0.288,2.039 3.733,7.48 8.976,8.207 5.234,0.73 9.714,-3.522 9.998,-5.559 0.284,-2.039 -3.732,-4.285 -8.977,-5.015 -5.237,-0.731 -9.719,0.333 -9.996,2.367 z" + style="fill:#ffffff;stroke-width:4.15500021;stroke-linecap:butt;stroke-linejoin:miter" + inkscape:connector-curvature="0" /> + <path + id="path4037" + d="m 331.941,137.543 c 0.284,2.039 -3.732,7.48 -8.976,8.207 -5.238,0.73 -9.718,-3.522 -10.005,-5.559 -0.277,-2.039 3.74,-4.285 8.979,-5.015 5.239,-0.73 9.718,0.333 10.002,2.368 z" + style="fill:#ffffff;stroke-width:2.0775001;stroke-linecap:butt;stroke-linejoin:miter" + inkscape:connector-curvature="0" /> + <path + id="path4039" + d="m 350.676,123.432 c 0.863,15.994 -3.445,26.888 -3.988,43.914 -0.804,24.748 11.799,53.074 -7.191,81.435" + inkscape:connector-curvature="0" /> + <path + id="path4041" + d="M 0,60.232" + style="stroke-width:3" + inkscape:connector-curvature="0" /> + </g> + </g> + </g> + <path + inkscape:connector-curvature="0" + inkscape:connector-type="polyline" + id="path5913" + d="m 105.83333,114.86155 10.19574,5.14898" + style="display:inline;fill:#800000;fill-rule:evenodd;stroke:#800000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker-end:url(#marker19626);paint-order:normal" + sodipodi:nodetypes="cc" /> + <g + id="g10" + inkscape:label="SWH-logo" + transform="matrix(0.58771669,0,0,-0.58771669,215.01464,278.40087)"> + <g + id="g12" + inkscape:export-xdpi="1202.64" + inkscape:export-ydpi="1202.64"> + <g + id="g14" + clip-path="url(#clipPath16)"> + <g + id="g20"> + <g + id="g22"> + <path + d="m 30.027,68.987 1.337,-1.343 4.826,1.607 -1.61,-4.823 1.34,-1.34 2.95,8.844 z m -3.387,-1.073 5.746,-10.675 1.252,1.252 -5.747,10.674 z m -2.552,-10.762 1.608,4.823 -1.34,1.34 -2.949,-8.846 8.842,2.949 -1.338,1.343 z m 19.376,8.722 2.274,-5.144 h 1.894 l -4.167,8.935 -4.17,-8.038 1.895,-0.154 z m -5.797,-7.103 12,-3.485 v 1.77 l -12,3.484 z m 5.797,-9.502 -2.273,4.461 h -1.895 l 4.169,-8.252 4.167,8.379 -1.896,-0.018 z m 13.276,20.108 -8.843,2.95 2.945,-8.844 1.342,1.338 -1.607,4.825 4.823,-1.609 z m 4.597,-2.282 -10.674,-5.748 1.251,-1.25 10.675,5.746 z m -0.269,-4.728 1.609,-4.822 -4.822,1.607 -1.34,-1.34 8.843,-2.948 -2.948,8.842 z m -3.401,18.722 -8.219,-4.168 8.396,-4.17 0.033,1.896 -4.653,2.274 4.443,2.273 z m 3.391,-10.359 3.486,12 h -1.771 l -3.484,-12 z m 5.609,2.022 7.967,4.169 -8.522,4.168 -0.095,-1.896 4.873,-2.272 -4.223,-2.274 z m -10.321,11.547 -1.339,1.342 -4.824,-1.608 1.608,4.823 -1.34,1.341 -2.948,-8.844 z m 3.387,1.072 -5.746,10.675 -1.253,-1.253 5.748,-10.673 z m 2.551,10.763 -1.608,-4.823 1.341,-1.339 2.947,8.843 -8.842,-2.949 1.339,-1.341 z M 45.182,91.364 42.908,86.999 40.634,91.73 H 38.74 l 4.168,-8.521 4.17,8.245 z m 4.485,3.151 -12,3.485 v -1.77 l 12,-3.485 z m -6.759,9.088 2.274,-4.873 h 1.895 l -4.169,8.664 -4.169,-8.175 1.896,-0.083 z m -7.379,-13.8 -1.341,-1.34 1.608,-4.823 -4.823,1.608 -1.34,-1.34 8.844,-2.949 z m -10.494,-3.611 10.674,5.746 -1.251,1.251 -10.675,-5.746 z m 0.268,4.726 -1.608,4.823 4.824,-1.608 1.339,1.341 -8.844,2.948 2.949,-8.844 z m 3.364,-18.722 8.338,4.169 -8.338,4.169 v -1.896 l 4.547,-2.273 -4.547,-2.274 z m -5.069,-1.466 3.485,11 h -1.769 l -3.485,-11 z m -10.269,5.635 8.338,4.169 v -1.896 l -4.547,-2.273 4.547,-2.274 v -1.895 z" + style="fill:url(#linearGradient24);stroke:none" + id="path32" + inkscape:connector-curvature="0" /> + </g> + </g> + </g> + </g> + </g> + <g + id="g17815" + transform="translate(-6.614582,66.145822)"> + <g + transform="matrix(0.02745066,0,0,0.02745066,28.033799,114.94627)" + inkscape:label="Layer 1" + id="layer1-5"> + <use + x="0" + y="0" + width="744.09448" + height="1052.3622" + transform="translate(-7.1429e-7,320)" + xlink:href="#path2985" + id="use3823" /> + <use + x="0" + y="0" + width="744.09448" + height="1052.3622" + transform="translate(-7.1429e-7,320)" + xlink:href="#path2997" + id="use3825" /> + <use + x="0" + y="0" + width="744.09448" + height="1052.3622" + transform="translate(-7.1429e-7,240)" + xlink:href="#path2985" + id="use3827" /> + <use + x="0" + y="0" + width="744.09448" + height="1052.3622" + transform="translate(-7.1429e-7,240)" + xlink:href="#path2997" + id="use3829" /> + <use + x="0" + y="0" + width="744.09448" + height="1052.3622" + transform="translate(-7.1429e-7,160)" + xlink:href="#path2985" + id="use3819" /> + <use + x="0" + y="0" + width="744.09448" + height="1052.3622" + transform="translate(-7.1429e-7,160)" + xlink:href="#path2997" + id="use3821" /> + <use + x="0" + y="0" + width="744.09448" + height="1052.3622" + transform="translate(-7.1429e-7,80)" + xlink:href="#path2985" + id="use3815" /> + <use + x="0" + y="0" + width="744.09448" + height="1052.3622" + transform="translate(-7.1429e-7,80)" + xlink:href="#path2997" + id="use3817" /> + <path + d="m 547.86,290.22 c 0,33.532 -81.548,60.714 -182.14,60.714 -100.592,0 -182.14,-27.183 -182.14,-60.714 0,-33.532 81.548,-60.714 182.14,-60.714 100.592,0 182.14,27.183 182.14,60.714 z" + inkscape:connector-curvature="0" + style="fill:url(#radialGradient33503)" + id="path2985" /> + <path + d="m 183.57,289.51 c 0,33.532 81.548,60.714 182.14,60.714 100.592,0 182.14,-27.183 182.14,-60.714 v 50 c 0,33.532 -81.548,60.714 -182.14,60.714 -100.592,0 -182.14,-27.183 -182.14,-60.714 z" + inkscape:connector-curvature="0" + style="fill:url(#linearGradient33505)" + sodipodi:nodetypes="csccscc" + id="path2997" /> + <g + style="fill:#4169e1;stroke:#000000;stroke-width:1" + id="g3419"> + <path + style="fill:#4169e1;stroke:#000000;stroke-width:1" + clip-path="none" + d="m 217.65625,450.10742 c -1.7198,0.0804 -3.44483,0.15642 -5.17969,0.2207 10.76655,13.83964 27.03502,33.60963 41.66211,46.77149 0.32969,-0.0398 0.66143,-0.0768 0.99024,-0.11719 -1.36008,-1.65669 -2.70429,-3.32914 -4.03125,-5.02344 -11.5866,-13.99762 -22.77384,-27.94906 -33.44141,-41.85156 z" + transform="translate(173.57,219.51)" + id="path3788" + inkscape:connector-curvature="0" /> + <path + style="fill:#4169e1;stroke:#000000;stroke-width:1" + clip-path="none" + d="m 119.80078,365.72656 c 1.28332,1.97295 2.59233,3.92926 3.93945,5.86328 0,0 20.96858,-8.744 43.25,9.14454 -20.27738,-11.11484 -37.15234,-0.83594 -37.15234,-0.83594 2.37215,3.08476 4.83226,6.11321 7.38281,9.08008 0.17462,-0.34309 14.88519,-11.70752 34.43555,-0.0664 -24.14145,-3.82608 -29.79492,5.0293 -29.79492,5.0293 4.08547,4.45864 8.18729,8.82006 12.70898,12.96679 0,0 13.52144,-0.39075 31.54688,13.75586 2.00425,0.0218 4.00332,0.0508 6.02343,0.0508 1.24784,0 2.47885,-0.0229 3.72071,-0.0312 -12.09714,-17.01182 -23.20856,-33.93843 -33.06641,-50.76562 -15.02878,-0.81174 -29.43666,-2.23311 -42.99414,-4.19141 z m 56.04688,4.73242 c 9.08156,16.56931 19.00745,33.27536 29.51172,50.07813 0.49613,-0.0119 0.9913,-0.0239 1.48632,-0.0371 -8.80747,-23.49517 -9.85332,-39.59681 -8.66992,-49.83594 -2.00812,0.0218 -4.01111,0.0508 -6.03516,0.0508 -5.49515,0 -10.92166,-0.097 -16.29296,-0.25586 z" + transform="translate(173.57,219.51)" + id="path3363" + inkscape:connector-curvature="0" /> + <path + style="fill:#4169e1;stroke:#000000;stroke-width:1" + clip-path="none" + d="m 84.451172,278.23633 c 3.958575,18.54286 9.617095,36.58815 17.156248,53.71875 13.66141,2.61472 28.41696,4.66179 44.00977,6.03125 -8.55273,-17.54484 -15.51476,-34.96913 -20.54492,-52.25977 -14.55274,-1.92304 -28.189985,-4.44678 -40.621098,-7.49023 z m 53.724608,9.04687 c 5.76528,17.01938 13.02992,34.27979 21.43945,51.72657 4.78261,0.28756 9.61494,0.52507 14.51954,0.68554 3.30914,-27.03477 13.89257,-29.52929 13.89257,-29.52929 -1.79608,-6.52594 -3.53786,-13.36956 -5.06836,-20.25 -15.51867,-0.25686 -30.52493,-1.16046 -44.7832,-2.63282 z m 54.06836,37.38086 c 0,0 -7.88485,1.04221 -13.82226,15.14063 4.53391,0.11267 9.09842,0.18945 13.71874,0.18945 1.68213,0 3.34445,-0.0279 5.01563,-0.043 -1.49754,-4.46241 -3.16651,-9.58273 -4.91211,-15.28711 z" + transform="translate(173.57,219.51)" + id="path3365" + inkscape:connector-curvature="0" /> + <path + style="fill:#4169e1;stroke:#000000;stroke-width:1" + clip-path="none" + d="m 80.242188,197.16602 c -2.216932,17.41309 -2.262466,35.25713 -0.81836,49.78515 11.822085,3.1102 24.819842,5.74197 38.748052,7.8086 -2.55997,-16.86996 -3.0425,-33.59982 -1.15626,-50.17383 -13.17202,-1.99135 -25.50014,-4.48869 -36.773432,-7.41992 z m 43.015622,8.32226 c -0.013,16.60613 2.13303,33.55768 6.07617,50.79883 15.42848,1.88934 31.85169,3.08226 48.91602,3.51172 -1.60264,-15.83182 -2.54571,-33.24801 -4.16602,-50.10547 -17.82674,-0.58491 -34.88426,-2.03192 -50.82617,-4.20508 z" + transform="translate(173.57,219.51)" + id="path3367" + inkscape:connector-curvature="0" /> + <path + style="fill:#4169e1;stroke:#000000;stroke-width:1" + clip-path="none" + d="m 127.29883,128.06836 c -5.53001,-0.0861 -10.50872,1.09177 -14.9668,3.30273 l -0.004,-0.01 c -12.346818,6.12322 -20.734968,20.18959 -26.083979,37.30078 11.324729,2.70327 23.601989,4.98894 36.656249,6.7793 2.31778,-7.90394 5.21457,-15.77006 8.76367,-23.59571 -2.60939,7.88823 -4.57577,15.87921 -5.95117,23.96485 13.98931,1.82812 28.81449,3.09377 44.24219,3.71875 -5.66892,-28.97629 -16.81483,-51.05736 -42.65625,-51.46094 z" + transform="translate(173.57,219.51)" + id="path3369" + inkscape:connector-curvature="0" /> + </g> + </g> + <g + id="g4890" + transform="translate(-19.843752,-6.614575)"> + <rect + ry="1.9499602" + style="fill:none;stroke:#ff5555;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + y="118.40625" + x="26.458334" + height="26.458332" + width="39.6875" + id="rect4068" /> + <path + inkscape:connector-curvature="0" + id="path4880" + d="m 26.458334,125.02084 v -4.66485 c 0,-1.08028 0.869682,-1.94996 1.94996,-1.94996 v 0 h 35.787581 c 1.080278,0 1.949958,0.86968 1.949958,1.94996 v 4.66485" + style="fill:#ff5555;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none" /> + <text + id="text4884" + y="123.27061" + x="33.800522" + style="font-style:normal;font-weight:normal;font-size:5.64444447px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.26458332" + xml:space="preserve"><tspan + style="font-size:5.64444447px;fill:#ffffff;fill-opacity:1;stroke-width:0.26458332" + y="123.27061" + x="33.800522" + id="tspan4882" + sodipodi:role="line">Web App</tspan></text> + </g> + <g + style="overflow:visible" + id="g5057" + transform="matrix(0.03967545,0,0,0.03967545,9.6535076,123.6968)"> + <path + id="path5023" + d="m 504.09,187.994 c 0,15.464 -12.536,28 -28,28 H 28 c -15.464,0 -28,-12.536 -28,-28 V 28 C 0,12.536 12.536,0 28,0 h 448.09 c 15.464,0 28,12.536 28,28 z" + inkscape:connector-curvature="0" + style="fill:#092e20" /> + <g + id="g5039"> + <g + id="g5037"> + <path + id="path5025" + d="m 86.945,33.919 h 23.872 v 110.496 c -12.246,2.325 -21.237,3.255 -31.002,3.255 -29.142,0 -44.333,-13.174 -44.333,-38.443 0,-24.336 16.122,-40.147 41.078,-40.147 3.875,0 6.82,0.311 10.386,1.239 v -36.4 z m 0,55.62 C 84.155,88.61 81.83,88.3 78.885,88.3 c -12.091,0 -19.067,7.441 -19.067,20.46 0,12.713 6.666,19.688 18.912,19.688 2.634,0 4.805,-0.155 8.215,-0.618 z" + inkscape:connector-curvature="0" + style="fill:#ffffff" /> + <path + id="path5027" + d="m 148.793,70.783 v 55.341 c 0,19.065 -1.395,28.21 -5.58,36.117 -3.876,7.596 -8.992,12.399 -19.532,17.67 L 101.514,169.37 c 10.541,-4.96 15.656,-9.297 18.911,-15.966 3.411,-6.819 4.497,-14.727 4.497,-35.498 V 70.783 Z M 124.922,34.046 h 23.871 v 24.493 h -23.871 z" + inkscape:connector-curvature="0" + style="fill:#ffffff" /> + <path + id="path5029" + d="m 163.212,76.209 c 10.542,-4.961 20.617,-7.13 31.623,-7.13 12.246,0 20.306,3.255 23.872,9.611 2.014,3.564 2.634,8.214 2.634,18.137 v 48.517 c -10.697,1.552 -24.182,2.636 -34.102,2.636 -19.996,0 -28.988,-6.977 -28.988,-22.476 0,-16.744 11.936,-24.493 41.234,-26.975 v -5.271 c 0,-4.339 -2.17,-5.888 -8.216,-5.888 -8.835,0 -18.756,2.479 -28.058,7.285 V 76.209 Z m 37.358,37.978 c -15.812,1.552 -20.927,4.031 -20.927,10.231 0,4.65 2.946,6.821 9.456,6.821 3.566,0 6.82,-0.311 11.471,-1.084 z" + inkscape:connector-curvature="0" + style="fill:#ffffff" /> + <path + id="path5031" + d="m 232.968,74.505 c 14.105,-3.722 25.731,-5.426 37.512,-5.426 12.246,0 21.082,2.788 26.354,8.216 4.96,5.113 6.509,10.693 6.509,22.632 v 46.813 h -23.871 v -45.884 c 0,-9.145 -3.1,-12.557 -11.625,-12.557 -3.255,0 -6.2,0.311 -11.007,1.706 v 56.734 H 232.969 V 74.505 Z" + inkscape:connector-curvature="0" + style="fill:#ffffff" /> + <path + id="path5033" + d="m 312.623,159.761 c 8.372,4.339 16.742,6.354 25.577,6.354 15.655,0 22.321,-6.354 22.321,-21.546 0,-0.154 0,-0.31 0,-0.467 -4.65,2.326 -9.301,3.257 -15.5,3.257 -20.927,0 -34.26,-13.797 -34.26,-35.652 0,-27.128 19.688,-42.473 54.564,-42.473 10.232,0 19.688,1.084 31.159,3.407 l -8.174,17.222 c -6.356,-1.241 -0.509,-0.167 -5.312,-0.632 v 2.48 l 0.309,10.074 0.154,13.022 c 0.155,3.253 0.155,6.51 0.311,9.764 0,2.945 0,4.342 0,6.512 0,20.462 -1.705,30.073 -6.82,37.977 -7.441,11.627 -20.307,17.362 -38.598,17.362 -9.301,0 -17.36,-1.396 -25.732,-4.651 v -22.01 z m 47.434,-71.306 c -0.31,0 -0.619,0 -0.774,0 h -1.706 c -4.649,-0.155 -10.074,1.084 -13.796,3.409 -5.734,3.257 -8.681,9.146 -8.681,17.518 0,11.937 5.892,18.756 16.432,18.756 3.255,0 5.891,-0.62 8.99,-1.55 v -1.705 -6.51 c 0,-2.79 -0.154,-5.892 -0.154,-9.146 l -0.154,-11.006 -0.156,-7.905 v -1.861 z" + inkscape:connector-curvature="0" + style="fill:#ffffff" /> + <path + id="path5035" + d="m 433.543,68.77 c 23.871,0 38.443,15.037 38.443,39.371 0,24.957 -15.19,40.613 -39.373,40.613 -23.873,0 -38.599,-15.036 -38.599,-39.216 10e-4,-25.114 15.193,-40.768 39.529,-40.768 z m -0.467,60.763 c 9.147,0 14.573,-7.596 14.573,-20.773 0,-13.019 -5.271,-20.771 -14.415,-20.771 -9.457,0 -14.884,7.598 -14.884,20.771 10e-4,13.178 5.427,20.773 14.726,20.773 z" + inkscape:connector-curvature="0" + style="fill:#ffffff" /> + </g> + </g> + </g> + </g> + <g + id="g5125" + transform="translate(39.687499,-22.348838)"> + <path + inkscape:connector-curvature="0" + id="path5119" + d="m 26.458334,125.02084 v -4.66485 c 0,-1.08028 0.869682,-1.94996 1.94996,-1.94996 v 0 h 35.787581 c 1.080278,0 1.949958,0.86968 1.949958,1.94996 v 4.66485" + style="fill:#ff5555;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none" /> + <rect + ry="1.9499602" + style="fill:none;stroke:#ff5555;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + y="118.40625" + x="26.458334" + height="26.458332" + width="39.6875" + id="rect5117" /> + <text + id="text5123" + y="123.27061" + x="31.980133" + style="font-style:normal;font-weight:normal;font-size:5.64444447px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.26458332" + xml:space="preserve"><tspan + style="font-size:5.64444447px;fill:#ffffff;fill-opacity:1;stroke-width:0.26458332" + y="123.27061" + x="31.980133" + id="tspan5121" + sodipodi:role="line">Scheduler</tspan></text> + <text + xml:space="preserve" + style="font-style:normal;font-weight:normal;font-size:5.64444447px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ff0606;fill-opacity:1;stroke:none;stroke-width:0.26458332" + x="42.092178" + y="130.67889" + id="text17781"><tspan + sodipodi:role="line" + id="tspan17779" + x="42.092178" + y="130.67889" + style="font-size:5.64444447px;fill:#ff0606;fill-opacity:1;stroke-width:0.26458332">API</tspan></text> + </g> + <g + id="g5395" + transform="matrix(0.05231247,0,0,0.05231247,66.781389,109.14751)"> + <path + style="fill:#000000" + id="path5321" + d="M 96.944917,182.03377 C 89.662681,176.30608 81.894549,170.81448 76.586317,163.08166 65.416842,149.44499 56.816875,133.6567 50.937585,117.06515 47.383955,106.27654 46.166898,94.709824 41.585799,84.338096 c -4.792287,-7.533044 0.821224,-15.767897 9.072722,-18.16242 3.673742,-0.705104 10.133327,-4.170258 2.335951,-1.693539 -6.990592,5.128871 -7.667129,-4.655603 -0.498823,-5.27517 4.892026,-0.650249 6.692895,-4.655044 5.019966,-8.260251 -5.251326,-3.424464 12.733737,-7.18801 3.684373,-12.297799 -9.426987,-10.170666 13.186339,-12.128546 7.607283,-0.577786 -1.335447,8.882061 15.801226,-1.627907 11.825117,8.628945 4.041283,4.925694 15.133562,1.1211 14.85838,8.031392 5.887092,0.404678 7.907562,5.358061 13.433992,5.738347 5.72759,2.586557 16.1108,4.624792 18.0598,11.079149 -5.68242,4.498756 -18.84089,-9.292674 -19.47305,3.160397 1.71659,18.396078 1.27926,37.346439 8.00986,54.864989 3.18353,10.60759 10.9012,18.95779 17.87109,27.21946 6.66875,8.09126 15.70186,13.78715 24.90885,18.58338 8.07647,3.80901 16.78383,6.33528 25.58583,7.92044 3.5701,-2.7307 9.87303,-12.8828 15.44238,-8.60188 0.26423,4.81007 -11.0541,10.05512 -0.53248,9.5235 6.17819,-1.86378 10.46336,4.77803 15.55099,-1.21289 4.68719,5.55206 19.48197,-3.54734 16.14693,7.80115 -4.50972,2.90955 -11.08689,1.15142 -15.60404,5.15397 -7.44757,-3.71979 -13.37691,3.32843 -21.6219,2.43707 -9.15641,1.64002 -18.4716,2.30204 -27.75473,2.31642 -15.22952,-1.20328 -30.78158,-1.71049 -45.26969,-7.01291 -8.16166,-2.37161 -16.12649,-7.01887 -23.299683,-11.66829 z m 12.862043,5.5729 c 7.9696,3.44651 15.76243,7.07889 24.49656,8.17457 13.85682,1.92727 28.16653,4.89163 42.07301,2.18757 -6.2939,-2.84199 -12.80077,1.10719 -19.07096,-2.0322 -7.52033,1.61821 -15.59049,-0.41223 -23.23574,-1.41189 -8.69395,-3.87259 -18.0762,-6.53549 -26.21772,-11.56219 -10.173155,-3.71578 5.26142,4.76524 8.00873,5.45214 6.35952,3.60969 -6.99343,-1.85044 -8.87589,-3.35101 -5.32648,-2.9879 -6.00529,-2.36357 -0.52745,0.67085 1.10332,0.64577 2.19359,1.32226 3.34946,1.87216 z M 94.642259,176.88976 c 7.722781,2.86052 -0.03406,-5.43082 -3.572941,-4.94904 -1.567906,-2.72015 -5.9903,-4.43854 -2.870721,-5.89973 -5.611524,1.9481 -5.878319,-7.40814 -8.516004,-6.07139 -5.936516,-1.87454 -2.310496,-8.51501 -9.381929,-12.59292 -0.645488,-4.29697 -7.02577,-8.02393 -9.060801,-14.50525 -0.898786,-3.31843 -7.208336,-12.84783 -3.332369,-3.97927 3.300194,8.53747 9.106618,15.84879 13.93868,23.15175 3.752083,6.95328 8.182497,14.22026 15.015767,18.55788 2.303436,2.20963 4.527452,5.59533 7.780318,6.28797 z M 72.39456,152.46355 c 0.26956,-1.16626 1.412424,2.52422 0,0 z m 31.49641,27.85526 c 1.71013,-0.76577 -2.45912,-0.96476 0,0 z m 4.19228,1.52924 c -0.43419,-2.1116 -1.91376,1.18074 0,0 z m 5.24749,2.18891 c 2.49828,-2.37871 -3.85009,-1.49983 0,0 z m 8.99389,5.01274 c 1.51811,-2.2439 -4.85872,-0.84682 0,0 z m -17.2707,-12.03933 c 3.88031,-2.51023 -5.01186,-0.0347 0,0 z m 3.9366,1.96293 c -0.11004,-1.32709 -1.40297,0.59432 0,0 z m 19.67473,12.28006 c 3.16281,1.99601 18.46961,4.3749 8.88477,0.81847 -1.60377,0.33811 -17.77263,-4.57336 -8.88477,-0.81847 z M 97.430958,166.92721 c -0.307503,-1.33094 -4.909341,-1.4694 0,0 z m 9.159302,5.33813 c 2.38371,-1.66255 -4.94757,-1.28235 0,0 z m 7.70426,4.72382 c 3.42065,-1.28963 -5.54907,-1.29571 0,0 z M 93.703927,162.86805 c 3.711374,2.84621 14.967683,0.36473 5.683776,-1.69906 -4.225516,-2.2524 -13.74889,-3.79415 -7.25757,1.35821 l 1.573785,0.34088 z m 25.808723,15.75216 c 1.54595,-2.63388 -6.48298,-1.50411 0,0 z m -7.84249,-6.23284 c 9.0752,2.56719 -7.63142,-5.739 -2.23911,-0.94466 l 1.19513,0.54082 1.04399,0.4039 z m 15.72354,9.0878 c 8.59474,0.082 -7.76304,-1.18486 0,1e-5 z M 90.396984,157.89545 c -0.335695,-1.60094 -2.120962,0.13419 0,0 z m 51.535396,31.73502 c 0.2292,-2.89141 -2.80486,2.15157 0,0 z m -36.86817,-22.75299 c -0.51986,-1.52251 -2.68548,-0.0622 0,0 z m -13.852128,-9.98649 c 4.934237,-0.29629 -6.755322,-2.17418 0,0 z M 74.802387,146.28394 c -0.614146,-2.36536 -5.369213,-4.2519 0,0 z m 43.079323,27.33941 c -0.90373,-1.0307 -0.4251,0.22546 0,0 z m 26.81408,16.45475 c -0.086,-1.57503 -1.46039,0.59616 0,0 z m -29.18712,-18.90528 c 0.48266,-2.02932 -4.20741,-0.61442 0,0 z M 95.532612,158.51286 c 3.670785,-0.39305 -5.880434,-2.48161 0,0 z M 129.32396,179.51 c 5.72042,-2.26627 -5.57541,-1.10635 0,0 z m -17.57682,-11.93145 c 6.59278,0.85002 -7.84442,-4.48425 -1.44651,-0.4773 l 1.4465,0.47734 z m 22.91296,14.0886 c 6.15514,-3.67975 4.12588,8.61677 10.44254,1.0388 6.23086,-4.54942 -5.38086,5.62451 2.29838,0.81116 5.55359,-3.71438 13.75643,1.76075 18.93848,3.5472 3.72659,-0.18307 7.34938,3.22236 11.16973,1.15059 7.3542,-1.98082 -14.38097,-2.93789 -8.68344,-6.4523 -6.72914,1.95848 -11.70093,-2.33483 -15.01213,-6.64508 -7.54812,-1.74298 -16.27548,-5.602 -20.04257,-12.28184 -1.5359,-2.50802 2.21884,0.35333 -1.32586,-3.74638 -4.54834,-4.04546 -6.81948,-8.63766 -9.87278,-13.5552 -3.64755,-1.94587 -4.07249,-7.67345 -4.44123,-0.19201 0.0289,-4.72164 -4.40393,-7.89964 -5.48589,-6.57859 -0.0194,-4.54721 4.74396,-2.26787 1.40945,-5.63228 -0.71771,-4.71302 -3.08085,-9.6241 -3.79115,-14.9453 -1.1036,-2.56502 -0.15541,-8.05863 -3.76662,-2.25204 -1.31566,6.13669 -0.43668,-7.54129 1.6093,-3.03083 2.68543,-4.60251 -0.9641,-4.0612 -1.11361,-3.42211 1.74931,-3.88333 1.10719,-9.39159 -0.45644,-7.29023 0.93213,-4.11586 1.47259,-15.147529 -1.3951,-13.192579 1.73833,-4.303958 3.29668,-19.694077 -4.24961,-13.826325 -3.058358,0.04294 -8.354541,1.110195 -10.858032,2.355243 7.849502,4.326857 -0.789543,1.562577 -3.984808,0.874879 -0.416343,4.003642 -3.58119,2.272086 -7.535123,2.311339 6.315273,0.781339 -3.075253,6.458962 -6.698132,4.253506 -4.705102,2.248756 4.060621,7.862038 0.0944,9.597586 0.487433,2.616581 -7.208227,-0.944906 -6.603832,5.097711 -4.56774,-1.92155 -0.628961,7.16796 1.656273,4.09382 7.768882,2.10261 5.469108,6.89631 5.666947,11.44992 -1.265833,2.6534 -6.249495,-6.23691 -1.109939,-5.82517 -4.054715,-6.58674 -4.485232,-2.38081 -7.854566,0.67911 -0.783857,0.22222 8.5944,4.35376 2.709059,6.3967 5.177884,0.79894 5.325199,5.33008 6.379284,8.19735 3.11219,3.24152 2.475226,-3.57931 6.199071,0.31623 -2.356488,-3.4705 -12.48183,-9.77839 -4.329567,-7.7553 -0.04358,-3.49291 -1.474412,-6.30951 1.02322,-6.24118 2.473367,-4.47926 -2.590385,11.044 2.984725,5.35124 1.543285,-0.67388 1.92554,-4.48494 4.699544,0.35989 4.029096,3.96363 1.45533,6.83577 -4.228162,3.20648 1.016828,3.44946 7.603062,4.68217 6.365348,10.07646 1.3121,4.7444 3.147844,2.99695 4.747999,2.72266 1.25523,4.60973 1.968016,1.2201 2.027559,-0.97355 5.747357,1.23033 4.401142,4.62773 6.199456,7.00134 3.960416,1.78761 -5.668696,-12.11713 1.130659,-4.18106 7.153577,6.4586 2.682797,9.15464 -3.736856,8.11995 4.063129,-0.32824 5.373423,5.49305 10.455693,5.28853 4.63456,2.20477 7.77237,10.67291 -0.21613,7.1478 -2.77074,-2.49821 -12.575734,-5.5801 -4.56731,-0.82823 7.39657,3.42523 13.27117,5.47432 20.40487,9.77384 5.10535,3.64464 7.31104,7.81908 9.24607,8.64541 -4.29084,2.04946 -12.93089,-1.63655 -6.51514,-2.76618 -4.00168,-0.72894 -8.50258,-2.75259 -4.66961,2.2333 3.25926,2.72127 11.54708,2.43298 13.0328,2.74132 -1.25934,2.77488 -3.4207,2.99556 0.0516,3.21078 -3.87375,2.06438 1.24216,2.38403 1.60114,3.56362 z m -7.9215,-22.36993 c -2.35682,-2.46475 -2.9662,-7.08134 -0.41852,-3.06426 1.30648,0.52466 4.18523,7.54428 0.41857,3.06426 z m 25.79733,16.38693 c 1.47004,-0.0952 0.0427,1.11681 0,0 z m -29.51867,-22.43039 c -0.0904,-3.72637 0.8525,2.87419 0,0 z m -2.56392,-3.44965 c -2.96446,-5.72787 3.73721,1.62212 0,0 z M 89.382646,128.35916 c 1.7416,-0.46446 0.856841,2.97864 0,0 z m 24.728294,13.40357 c 1.06957,-4.01654 1.25692,3.37014 0,0 z M 96.64115,129.61525 c -1.231543,-2.21638 2.576009,2.07865 0,0 z m 14.99279,4.80618 c -2.80851,-6.29223 1.98836,-3.43699 0.62135,1.03124 z M 85.778757,117.17864 c -1.255624,-2.06432 -3.332663,-8.12135 -2.663982,-9.97042 0.604935,3.0114 6.403914,12.95956 2.844571,4.12096 -3.933386,-7.40908 4.701805,2.40491 5.590052,4.2529 0.413624,1.83837 -2.426789,-0.50225 -0.502192,3.80828 -3.509809,-4.90766 -2.071967,2.71088 -5.268449,-2.21172 z m -7.990701,-5.50612 c 0.328938,-4.79981 1.829262,3.29132 0,0 z m 3.594293,1.23728 c 1.715175,-3.62282 2.908243,5.05052 0,0 z m -8.64616,-6.68847 c -2.974956,-2.95622 -5.127809,-5.68132 0.139193,-1.83474 2.029482,0.0792 -4.509002,-6.19705 0.488751,-1.99305 5.25531,0.95822 2.5951,8.61674 -0.627944,3.82779 z m 4.541717,-0.11873 c 1.727646,-1.71203 0.917172,1.6853 0,0 z m 2.794587,0.8959 c -2.619181,-4.9094 3.178801,2.05822 0,0 z m -5.55546,-5.30909 c -8.64844,-7.696511 10.867309,4.02451 1.4129,1.4269 l -1.412955,-1.42683 z m 24.77908,14.39717 c -3.742506,-2.24398 -0.991777,-15.79747 0.284503,-6.52785 3.638294,-1.17695 -0.200879,4.78728 2.512784,4.73208 -0.42767,3.76305 -1.64169,5.11594 -2.797287,1.79577 z m 9.165207,5.41684 c 0.36705,-4.08462 0.77249,2.79262 0,0 z m -1.59198,-1.57295 c 0.41206,-1.74497 0.0426,2.05487 0,0 z M 76.213566,99.16032 c -5.556046,-7.665657 16.147323,7.75413 3.558556,1.9443 -1.315432,-0.34404 -2.898208,-0.46688 -3.558556,-1.9443 z m 17.649112,9.35749 c -0.525779,-6.45461 1.174169,1.06991 -1.92e-4,-2e-5 z m 13.399762,8.59585 c 1.03698,-3.67668 0.0773,2.43221 0,0 z M 77.064685,96.23472 c 3.302172,-0.706291 13.684695,5.79939 4.150224,1.85832 -1.059396,-1.17279 -3.317802,-0.63994 -4.150224,-1.85832 z m 28.356745,14.13312 c 0.35296,-6.60002 1.97138,-3.94233 0.0122,0.94474 l -0.0121,-0.94473 -5e-5,-1e-5 z M 79.52277,93.938099 c 1.345456,-1.97361 -3.571631,-8.923063 0.708795,-2.492797 1.849543,1.469605 5.355103,2.461959 2.260017,3.080216 4.867744,4.294162 -1.187244,1.163612 -2.968812,-0.587419 z m 24.49612,14.368161 c 0.92952,-7.51843 0.81971,4.40485 0,0 z M 76.712755,86.993902 c 1.027706,-0.439207 0.542746,1.369335 0,0 z m 6.389622,3.803092 c 1.644416,-3.450522 3.03351,3.848297 0,0 z m 18.023553,10.026276 c -0.0174,-1.3252 0.34003,1.92765 0,0 z m -1.04404,-2.31139 c -2.501612,-6.171646 2.32693,3.26759 0,0 z m -1.536003,-4.046372 c -0.419906,-2.550188 1.427129,3.203862 -7.3e-5,-9e-6 z m 2.499773,-4.063514 c -1.71663,-3.025123 2.16777,-13.331073 2.60122,-6.939418 -1.81185,4.980256 -0.52268,7.766309 0.74129,1.086388 2.33417,-5.257159 -0.50421,10.374054 -3.34255,5.853057 z m 2.56889,-15.326649 c 0.74833,-0.918921 0.16609,1.107082 0,0 z m -4.290016,84.534235 c -1.017552,-0.88802 0.127775,0.56506 0,0 z m 8.837726,4.47065 c 4.91599,1.26135 4.89086,-0.76487 0.44782,-1.36683 -2.3898,-2.22316 -9.930475,-4.58124 -3.18119,-0.27586 0.44699,1.13227 1.85944,1.10589 2.73337,1.64269 z M 90.708067,152.48725 c 2.708244,2.01956 10.201213,5.72375 3.858186,0.76868 2.138588,-2.48467 -4.093336,-3.80722 -2.026067,-5.46927 -5.258175,-3.21755 -4.147962,-2.93133 -0.464111,-2.8301 -6.319385,-2.82462 0.912163,-2.61333 0.571661,-4.06067 -2.436706,-0.48126 -12.103074,-4.29664 -6.416395,0.31341 -5.780887,-2.94751 -1.377603,1.09799 -3.12488,0.67029 -5.911336,-1.61178 5.264392,4.50224 -0.938845,2.98448 3.391327,2.6875 9.128301,6.88393 1.433786,2.84407 -1.013816,1.45934 5.506273,3.67136 7.106665,4.77911 z m 9.243194,5.31013 c 11.238769,3.62163 -5.510018,-4.4246 0,0 z m 47.316399,28.66432 c 0.14496,-2.22965 -1.53604,1.90201 0,0 z m 4.86324,2.04679 c 2.59297,-2.51255 0.106,4.00222 4.29655,-0.61509 0.0453,-3.30544 -0.12904,-5.25783 -4.81563,-1.24252 -1.29194,0.71648 -1.86871,3.76288 0.51908,1.85761 z M 74.932378,140.02637 c -0.796355,-3.1304 -5.581949,-3.11418 0,0 z m 5.193029,3.40294 c -1.928397,-3.19739 -6.880525,-2.89469 0,0 z m 29.543373,17.81697 c 2.8844,2.56199 13.24761,1.87984 3.50331,0.31527 -1.44321,-2.13386 -9.16415,-1.6203 -3.50331,-0.31527 z m 40.61236,25.08153 c 4.43933,-3.72512 -4.30122,1.66183 0,0 z m 9.2328,6.34473 c 0.0277,-1.19543 -1.91352,0.52338 0,0 z m 0.0142,-1.6736 c 4.91602,-5.20866 -4.76346,0.30807 -4e-5,0 z M 62.15981,129.33339 c -4.189944,-5.97826 -2.604586,-8.66544 -6.645136,-13.54677 -0.764913,-3.73279 -6.931672,-12.20326 -3.189579,-3.22947 3.42754,5.24836 4.446054,13.37434 9.834715,16.77624 z m 95.82635,60.00977 c 9.04429,-5.84575 -3.7125,-2.54641 0,0 z m 6.9041,2.70461 c 4.52911,-3.88867 -2.86491,-0.81334 0,0 z M 73.393094,133.41838 c 1.296204,-1.92838 -3.347642,-0.24666 0,0 z m 90.055596,56.78275 c 4.38526,-2.82746 -1.01036,-2.39335 -0.79483,0.26003 l 0.79484,-0.26003 z m -59.51386,-37.51178 c -0.15075,-1.90924 -2.31574,0.16206 0,0 z m 3.67794,2.11629 c -1.16888,-2.36318 -1.79716,0.37121 0,0 z m 62.8725,37.30625 c 5.61806,-4.05283 -3.4056,-0.77594 -1.17927,0.76785 z m -2.15131,-1.03979 c 4.57663,-3.83506 -4.83183,1.69954 0,0 z m 10.99163,7.31983 c 3.0728,-2.05816 -3.73316,-0.66575 0,0 z M 76.211249,132.02781 c 4.118965,0.92286 16.460394,10.1439 9.179466,0.63772 -3.728991,-1.10384 -1.492605,-10.21906 -5.29621,-8.60579 2.552972,4.2649 2.100461,6.08018 -3.259642,3.3914 -6.736808,-3.28853 -3.785888,1.6297 -2.469293,2.98518 -1.794185,0.40772 2.373226,1.5572 1.845679,1.59149 z m -18.76588,-14.82026 c 0.737407,-3.04991 -6.789814,-16.77881 -3.554464,-6.87916 1.167861,2.07373 1.049123,6.00387 3.554464,6.87916 z m 34.443451,21.23513 c -2.120989,-1.77378 -0.100792,-0.25103 0,0 z m 5.222997,1.21548 c -0.0027,-3.23079 -5.77326,-1.31196 0,0 z m 45.261473,28.53321 c -0.86326,-2.20739 -3.41229,-0.0512 8e-5,4e-5 z m 2.17351,1.58769 c -0.32087,-1.23546 -1.25399,0.23848 0,0 z m 17.94015,11.3001 c 1.72546,-1.27472 -2.15318,-0.1628 0,0 z M 66.819057,119.6006 c 4.935243,-1.91072 -5.28775,-1.36248 0,0 z m 71.569733,45.08937 c -0.0549,-3.19499 -3.14622,0.79264 0,0 z M 64.869152,115.05675 c 3.170167,-1.07084 -2.932663,-0.70531 0,0 z m 9.201532,4.45726 c -0.0575,-1.05014 -0.973336,0.39747 0,0 z m 112.231406,68.82181 c 4.0765,-0.8265 13.36606,2.07489 14.86752,-1.08086 -4.95044,-0.12019 -17.12734,-3.49263 -17.70346,0.80479 l 1.08368,0.17072 1.75226,0.10534 z M 76.995161,120.25099 c 0.07087,-3.23755 -2.524669,-0.12092 0,0 z M 52.801998,103.4687 c -1.098703,-6.16843 -4.178791,-0.93357 0,0 z m 5.769195,1.45013 c 0.07087,-1.9807 -5.280562,-1.78224 0,0 z m 3.296917,1.61923 c -0.953019,-0.77196 -0.745959,0.97521 0,0 z m 20.744719,13.30775 c 0.976615,-0.89718 -2.312116,-0.66455 0,0 z M 59.672204,102.88617 c -0.557624,-4.65897 -6.681999,-0.69805 0,0 z M 47.844441,95.21166 c -0.168219,-2.150189 -1.152625,0.81111 0,0 z m 1.759336,-1.328672 c -0.28703,-2.549584 -1.510515,0.324387 0,0 z m 9.720792,5.802442 c 4.110486,-1.61465 -7.487254,-3.33984 -0.839893,-0.30506 z m 130.097601,80.35913 c 2.63092,-2.4121 -3.34373,-0.74577 0,0 z m 15.71669,8.14691 c 1.05433,-3.1186 -2.65452,0.41058 0,0 z M 60.318012,94.590436 c 0.433018,-3.016773 -3.258762,0.59902 0,0 z M 46.487687,85.324242 c -0.742965,-4.25911 -0.64134,-11.735065 6.465133,-9.208583 -9.485962,1.883339 6.56534,11.790095 4.538357,3.968363 3.988626,0.195294 7.802669,-2.357284 5.709487,1.516403 7.85876,-0.867958 13.307129,-7.682612 20.898169,-6.72768 5.913058,-0.782493 12.378182,-1.375955 18.750257,-3.756157 5.23905,-0.37743 10.28235,-6.018062 7.41068,-9.361383 -7.14456,-0.604513 -14.62339,0.289393 -22.520112,1.858993 -8.750559,1.819117 -16.699014,5.275307 -25.528125,6.758866 -8.605891,1.15604 1.730998,3.185165 -0.734074,3.637227 -4.490681,1.558136 5.355488,2.608852 -0.582182,4.251428 C 57.228283,77.56448 53.411411,76.304535 54.977788,72.440196 46.7341,73.50992 39.490264,76.931325 46.003276,85.320342 l 0.484402,0.0037 9e-6,-2.56e-4 z m 19.864291,-10.1168 c 1.932856,-7.120464 10.355229,5.859274 3.168052,0.945776 -0.858453,-0.642457 -2.2703,-1.166588 -3.168052,-0.945776 z m 0.376038,-3.452197 c 2.789661,-2.078257 1.482964,1.16516 0,0 z m 3.542213,0.05622 c 0.251833,-3.27648 8.108752,1.73455 1.295517,1.179499 z m 4.84543,-1.948193 c 1.769481,-2.067535 0.50862,1.83906 0,0 z m 1.239563,-0.83005 c 2.946379,-3.540216 16.68561,-2.259413 6.628966,-0.34519 -2.695543,-2.029363 -4.761797,1.196575 -6.628966,0.34519 z m 17.930017,-2.763886 c -0.448199,-9.670222 8.907771,3.436477 0,0 z m 5.087539,-0.02784 c 1.860022,-4.873906 7.218072,-1.955774 0.860732,-0.979407 0.13805,0.518656 -0.18642,2.516173 -0.860732,0.979407 z M 58.311842,92.088739 c 5.55753,-3.403212 -5.899945,-2.952541 0,0 z m 4.109214,1.141866 c 1.948513,-2.071884 -4.233857,-0.840369 0,0 z M 50.313395,84.63767 c 3.175569,-2.439416 -3.757842,-0.927473 0,0 z M 214.41578,187.30012 c 0.0918,-2.83019 -2.42718,1.27537 0,0 z m -16.67487,-11.37935 c 0.47417,-3.25845 -2.14286,0.28408 0,0 z m 21.26022,12.47672 c 4.43994,0.015 13.45265,-1.37884 3.79217,-1.37442 -1.51594,0.23641 -8.83311,0.18571 -3.79216,1.37439 z M 66.035603,91.23339 c 3.593258,-0.246807 5.621861,-3.963629 -0.694932,-3.749977 -9.789949,-1.013541 8.637508,3.352129 -1.255898,2.10383 -1.329368,0.880346 1.873606,1.889721 1.95083,1.646147 z m 3.164618,1.601748 c -0.375177,-2.307063 -1.111156,1.225591 0,0 z m 3.753896,-10.009901 c 1.559281,-1.934055 -2.157697,-0.517053 0,0 z M 61.003998,62.84999 c 6.412879,-2.181631 15.182392,-4.633087 18.210335,1.074184 -3.081589,-3.70893 -1.24361,-7.360157 1.666959,-1.937407 4.115576,5.486669 6.175915,-2.495489 3.499086,-4.335821 3.050468,3.790246 6.520044,5.581281 2.042429,0.239564 4.865693,-5.852929 -9.742712,0.766433 -13.063105,0.699775 -1.597564,0.717062 -16.493576,3.79889 -12.355704,4.259705 z m 3.75831,-7.197834 c 3.657324,-2.760416 12.648968,1.641989 6.879078,-2.743367 -0.564117,-0.498292 -12.636077,3.325475 -6.879078,2.743367 z m 13.333489,0.550473 c 4.280389,0.109225 -1.84632,-5.750287 3.254304,-3.095159 -0.837696,-2.736627 -5.938558,-3.248956 -8.432316,-4.342312 -1.410474,2.502054 2.870977,7.471102 5.178012,7.437471 z M 67.100291,44.099162 c 1.480803,-2.007406 -2.59521,1.017699 0,0 z m 5.449586,1.304353 c 6.897867,-0.914901 -1.758292,-2.970542 -1.389954,-0.07352 l 1.389954,0.07352 v -9e-6 z M 62.374386,37.441437 c -4.856866,-6.340205 9.133987,1.065769 4.199411,-5.572646 -4.153254,-3.307245 -8.144297,3.721775 -4.199411,5.572646 z m 62.330124,33.572802 c 2.22762,-3.948988 -9.19697,-5.323011 -1.5009,-1.399578 0.70858,0.236781 0.54821,1.6727 1.5009,1.399578 z" + inkscape:connector-curvature="0" /> + <g + style="font-style:normal;font-weight:normal;font-size:40px;font-family:'Bitstream Vera Sans';fill:#000000;fill-opacity:1;stroke:none" + id="g5333" /> + <g + style="font-style:normal;font-weight:normal;font-size:40px;line-height:89.99999762%;font-family:'Bitstream Vera Sans';fill:#000000;fill-opacity:1;stroke:none" + id="g5393" + transform="translate(0,4)" /> + </g> + <path + sodipodi:nodetypes="cc" + inkscape:connector-curvature="0" + inkscape:connector-type="polyline" + id="path13003" + d="m 152.52396,117.08334 -20.23229,4.08057" + style="display:inline;fill:#73902c;fill-opacity:1;fill-rule:evenodd;stroke:#73902c;stroke-width:1.77433753;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker-end:url(#marker13007);paint-order:normal" /> + <text + xml:space="preserve" + style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332" + x="92.604164" + y="102.58496" + id="text17777"><tspan + sodipodi:role="line" + id="tspan17775" + x="92.604164" + y="111.94873" + style="stroke-width:0.26458332" /></text> + <g + id="g17883" + transform="translate(-6.6145838,49.433359)"> + <g + inkscape:label="Layer 1" + id="g17851" + transform="matrix(0.07201508,0,0,0.07201508,77.992626,65.452336)"> + <g + transform="translate(720.72599,455.1759)" + id="g17829"> + <ellipse + ry="26.071428" + rx="147.14285" + cy="602.7193" + cx="328.57144" + transform="matrix(0.47131,0,0,1.0459,-144.23642,-439.39451)" + style="fill:#d40000" + id="ellipse17821" /> + <path + d="m -58.57742,145.90269 v 0.29457 c 0.006,-0.0975 0.0206,-0.19729 0.0295,-0.29457 z m 138.62,0 c 0.0302,0.33044 0.0589,0.66821 0.0589,1.0015 v -1.0015 z m 0.0589,1.0015 c -10e-6,15.052 -31.075,27.262 -69.356,27.262 -37.683,1e-5 -68.377,-11.828 -69.326,-26.555 v 40.68 c -0.0151,0.23376 -0.0147,0.45704 -0.0147,0.69223 0,0.22546 8.7e-4,0.45335 0.0147,0.67751 0.91151,14.741 31.619,26.599 69.326,26.599 37.708,0 68.415,-11.858 69.326,-26.599 h 0.0295 v -0.50077 c 9.5e-4,-0.0587 0,-0.11794 0,-0.17674 0,-0.0588 9.4e-4,-0.11803 0,-0.17674 v -41.902 z" + style="fill:#ff5555" + id="path17823" + inkscape:connector-curvature="0" /> + <ellipse + ry="26.071428" + rx="147.14285" + cy="602.7193" + cx="328.57144" + transform="matrix(0.47131,0,0,1.0459,-144.07642,-483.31731)" + style="fill:#ff2a2a" + id="ellipse17825" /> + <ellipse + ry="26.071428" + rx="147.14285" + cy="602.7193" + cx="328.57144" + transform="matrix(0.46281,0,0,1.0271,-140.92842,-473.86731)" + style="fill:#ff8080" + id="ellipse17827" /> + </g> + <g + id="g17839" + transform="translate(720.72599,409.74375)"> + <ellipse + ry="26.071428" + rx="147.14285" + cy="602.7193" + cx="328.57144" + id="ellipse17831" + style="fill:#d40000" + transform="matrix(0.47131,0,0,1.0459,-144.23642,-439.39451)" /> + <path + inkscape:connector-curvature="0" + id="path17833" + style="fill:#ff5555" + d="m -58.57742,145.90269 v 0.29457 c 0.006,-0.0975 0.0206,-0.19729 0.0295,-0.29457 z m 138.62,0 c 0.0302,0.33044 0.0589,0.66821 0.0589,1.0015 v -1.0015 z m 0.0589,1.0015 c -10e-6,15.052 -31.075,27.262 -69.356,27.262 -37.683,1e-5 -68.377,-11.828 -69.326,-26.555 v 40.68 c -0.0151,0.23376 -0.0147,0.45704 -0.0147,0.69223 0,0.22546 8.7e-4,0.45335 0.0147,0.67751 0.91151,14.741 31.619,26.599 69.326,26.599 37.708,0 68.415,-11.858 69.326,-26.599 h 0.0295 v -0.50077 c 9.5e-4,-0.0587 0,-0.11794 0,-0.17674 0,-0.0588 9.4e-4,-0.11803 0,-0.17674 v -41.902 z" /> + <ellipse + ry="26.071428" + rx="147.14285" + cy="602.7193" + cx="328.57144" + id="ellipse17835" + style="fill:#ff2a2a" + transform="matrix(0.47131,0,0,1.0459,-144.07642,-483.31731)" /> + <ellipse + ry="26.071428" + rx="147.14285" + cy="602.7193" + cx="328.57144" + id="ellipse17837" + style="fill:#ff8080" + transform="matrix(0.46281,0,0,1.0271,-140.92842,-473.86731)" /> + </g> + <g + id="g17849" + transform="translate(720.72599,364.3116)"> + <ellipse + ry="26.071428" + rx="147.14285" + cy="602.7193" + cx="328.57144" + transform="matrix(0.47131,0,0,1.0459,-144.23642,-439.39451)" + style="fill:#d40000" + id="ellipse17841" /> + <path + d="m -58.57742,145.90269 v 0.29457 c 0.006,-0.0975 0.0206,-0.19729 0.0295,-0.29457 z m 138.62,0 c 0.0302,0.33044 0.0589,0.66821 0.0589,1.0015 v -1.0015 z m 0.0589,1.0015 c -10e-6,15.052 -31.075,27.262 -69.356,27.262 -37.683,1e-5 -68.377,-11.828 -69.326,-26.555 v 40.68 c -0.0151,0.23376 -0.0147,0.45704 -0.0147,0.69223 0,0.22546 8.7e-4,0.45335 0.0147,0.67751 0.91151,14.741 31.619,26.599 69.326,26.599 37.708,0 68.415,-11.858 69.326,-26.599 h 0.0295 v -0.50077 c 9.5e-4,-0.0587 0,-0.11794 0,-0.17674 0,-0.0588 9.4e-4,-0.11803 0,-0.17674 v -41.902 z" + style="fill:#ff5555" + id="path17843" + inkscape:connector-curvature="0" /> + <ellipse + ry="26.071428" + rx="147.14285" + cy="602.7193" + cx="328.57144" + transform="matrix(0.47131,0,0,1.0459,-144.07642,-483.31731)" + style="fill:#ff2a2a" + id="ellipse17845" /> + <ellipse + ry="26.071428" + rx="147.14285" + cy="602.7193" + cx="328.57144" + transform="matrix(0.46281,0,0,1.0271,-140.92842,-473.86731)" + style="fill:#ff8080" + id="ellipse17847" /> + </g> + </g> + <g + transform="matrix(0.01619041,0,0,0.01619041,123.95494,108.142)" + id="g17881"> + <g + id="g17853" + style="clip-rule:nonzero;fill-rule:nonzero;stroke:#000000;stroke-miterlimit:4" /> + <g + id="g17879" + style="clip-rule:nonzero;fill:none;fill-rule:nonzero;stroke:#ffffff;stroke-width:12.46510029;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4"> + <path + inkscape:connector-curvature="0" + style="fill:#000000;stroke:#000000;stroke-width:37.39530182;stroke-linecap:butt;stroke-linejoin:miter" + d="m 323.205,324.227 c 2.833,-23.601 1.984,-27.062 19.563,-23.239 l 4.463,0.392 c 13.517,0.615 31.199,-2.174 41.587,-7 22.362,-10.376 35.622,-27.7 13.572,-23.148 -50.297,10.376 -53.755,-6.655 -53.755,-6.655 C 401.746,185.774 423.948,85.741 404.784,61.255 352.514,-5.534 262.036,26.049 260.522,26.869 l -0.482,0.089 c -9.938,-2.062 -21.06,-3.294 -33.554,-3.496 -22.761,-0.374 -40.032,5.967 -53.133,15.904 0,0 -161.408,-66.498 -153.899,83.628 1.597,31.936 45.777,241.655 98.47,178.31 19.259,-23.163 37.871,-42.748 37.871,-42.748 9.242,6.14 20.307,9.272 31.912,8.147 l 0.897,-0.765 c -0.281,2.876 -0.157,5.689 0.359,9.019 -13.572,15.167 -9.584,17.83 -36.723,23.416 -27.457,5.659 -11.326,15.734 -0.797,18.367 12.768,3.193 42.305,7.716 62.268,-20.224 l -0.795,3.188 c 5.325,4.26 4.965,30.619 5.72,49.452 0.756,18.834 2.017,36.409 5.856,46.771 3.839,10.36 8.369,37.05 44.036,29.406 29.809,-6.388 52.6,-15.582 54.677,-101.107" + id="path17855" /> + <path + inkscape:connector-curvature="0" + style="fill:#336791;stroke:none" + d="m 402.395,271.23 c -50.302,10.376 -53.76,-6.655 -53.76,-6.655 53.111,-78.808 75.313,-178.843 56.153,-203.326 -52.27,-66.785 -142.752,-35.2 -144.262,-34.38 l -0.486,0.087 c -9.938,-2.063 -21.06,-3.292 -33.56,-3.496 -22.761,-0.373 -40.026,5.967 -53.127,15.902 0,0 -161.411,-66.495 -153.904,83.63 1.597,31.938 45.776,241.657 98.471,178.312 19.26,-23.163 37.869,-42.748 37.869,-42.748 9.243,6.14 20.308,9.272 31.908,8.147 l 0.901,-0.765 c -0.28,2.876 -0.152,5.689 0.361,9.019 -13.575,15.167 -9.586,17.83 -36.723,23.416 -27.459,5.659 -11.328,15.734 -0.796,18.367 12.768,3.193 42.307,7.716 62.266,-20.224 l -0.796,3.188 c 5.319,4.26 9.054,27.711 8.428,48.969 -0.626,21.259 -1.044,35.854 3.147,47.254 4.191,11.4 8.368,37.05 44.042,29.406 29.809,-6.388 45.256,-22.942 47.405,-50.555 1.525,-19.631 4.976,-16.729 5.194,-34.28 l 2.768,-8.309 c 3.192,-26.611 0.507,-35.196 18.872,-31.203 l 4.463,0.392 c 13.517,0.615 31.208,-2.174 41.591,-7 22.358,-10.376 35.618,-27.7 13.573,-23.148 z" + id="path17857" /> + <path + inkscape:connector-curvature="0" + d="m 215.866,286.484 c -1.385,49.516 0.348,99.377 5.193,111.495 4.848,12.118 15.223,35.688 50.9,28.045 29.806,-6.39 40.651,-18.756 45.357,-46.051 3.466,-20.082 10.148,-75.854 11.005,-87.281" + id="path17859" /> + <path + inkscape:connector-curvature="0" + d="m 173.104,38.256 c 0,0 -161.521,-66.016 -154.012,84.109 1.597,31.938 45.779,241.664 98.473,178.316 19.256,-23.166 36.671,-41.335 36.671,-41.335" + id="path17861" /> + <path + inkscape:connector-curvature="0" + d="m 260.349,26.207 c -5.591,1.753 89.848,-34.889 144.087,34.417 19.159,24.484 -3.043,124.519 -56.153,203.329" + id="path17863" /> + <path + inkscape:connector-curvature="0" + style="stroke-linejoin:bevel" + d="m 348.282,263.953 c 0,0 3.461,17.036 53.764,6.653 22.04,-4.552 8.776,12.774 -13.577,23.155 -18.345,8.514 -59.474,10.696 -60.146,-1.069 -1.729,-30.355 21.647,-21.133 19.96,-28.739 -1.525,-6.85 -11.979,-13.573 -18.894,-30.338 -6.037,-14.633 -82.796,-126.849 21.287,-110.183 3.813,-0.789 -27.146,-99.002 -124.553,-100.599 -97.385,-1.597 -94.19,119.762 -94.19,119.762" + id="path17865" /> + <path + inkscape:connector-curvature="0" + d="m 188.604,274.334 c -13.577,15.166 -9.584,17.829 -36.723,23.417 -27.459,5.66 -11.326,15.733 -0.797,18.365 12.768,3.195 42.307,7.718 62.266,-20.229 6.078,-8.509 -0.036,-22.086 -8.385,-25.547 -4.034,-1.671 -9.428,-3.765 -16.361,3.994 z" + id="path17867" /> + <path + inkscape:connector-curvature="0" + d="m 187.715,274.069 c -1.368,-8.917 2.93,-19.528 7.536,-31.942 6.922,-18.626 22.893,-37.255 10.117,-96.339 -9.523,-44.029 -73.396,-9.163 -73.436,-3.193 -0.039,5.968 2.889,30.26 -1.067,58.548 -5.162,36.913 23.488,68.132 56.479,64.938" + id="path17869" /> + <path + inkscape:connector-curvature="0" + style="fill:#ffffff;stroke-width:4.15500021;stroke-linecap:butt;stroke-linejoin:miter" + d="m 172.517,141.7 c -0.288,2.039 3.733,7.48 8.976,8.207 5.234,0.73 9.714,-3.522 9.998,-5.559 0.284,-2.039 -3.732,-4.285 -8.977,-5.015 -5.237,-0.731 -9.719,0.333 -9.996,2.367 z" + id="path17871" /> + <path + inkscape:connector-curvature="0" + style="fill:#ffffff;stroke-width:2.0775001;stroke-linecap:butt;stroke-linejoin:miter" + d="m 331.941,137.543 c 0.284,2.039 -3.732,7.48 -8.976,8.207 -5.238,0.73 -9.718,-3.522 -10.005,-5.559 -0.277,-2.039 3.74,-4.285 8.979,-5.015 5.239,-0.73 9.718,0.333 10.002,2.368 z" + id="path17873" /> + <path + inkscape:connector-curvature="0" + d="m 350.676,123.432 c 0.863,15.994 -3.445,26.888 -3.988,43.914 -0.804,24.748 11.799,53.074 -7.191,81.435" + id="path17875" /> + <path + inkscape:connector-curvature="0" + style="stroke-width:3" + d="M 0,60.232" + id="path17877" /> + </g> + </g> + </g> + <path + sodipodi:nodetypes="cc" + style="display:inline;fill:#800000;fill-rule:evenodd;stroke:#800000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker-end:url(#TriangleOutS);paint-order:normal" + d="m 105.83333,147.79393 10.49923,4.88707" + id="path17885" + inkscape:connector-type="polyline" + inkscape:connector-curvature="0" /> + <g + transform="translate(39.687499,10.583555)" + id="g17899"> + <path + style="fill:#ff5555;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none" + d="m 26.458334,125.02084 v -4.66485 c 0,-1.08028 0.869682,-1.94996 1.94996,-1.94996 v 0 h 35.787581 c 1.080278,0 1.949958,0.86968 1.949958,1.94996 v 4.66485" + id="path17887" + inkscape:connector-curvature="0" /> + <rect + id="rect17889" + width="39.6875" + height="26.458332" + x="26.458334" + y="118.40625" + style="fill:none;stroke:#ff5555;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + ry="1.9499602" /> + <text + xml:space="preserve" + style="font-style:normal;font-weight:normal;font-size:5.64444447px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.26458332" + x="35.306717" + y="123.27061" + id="text17893"><tspan + sodipodi:role="line" + id="tspan17891" + x="35.306717" + y="123.27061" + style="font-size:5.64444447px;fill:#ffffff;fill-opacity:1;stroke-width:0.26458332">Deposit</tspan></text> + <text + id="text17897" + y="130.67889" + x="42.092178" + style="font-style:normal;font-weight:normal;font-size:5.64444447px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ff0606;fill-opacity:1;stroke:none;stroke-width:0.26458332" + xml:space="preserve"><tspan + style="font-size:5.64444447px;fill:#ff0606;fill-opacity:1;stroke-width:0.26458332" + y="130.67889" + x="42.092178" + id="tspan17895" + sodipodi:role="line">API</tspan></text> + </g> + <g + transform="matrix(0.05231247,0,0,0.05231247,66.781389,142.07989)" + id="g17907"> + <path + inkscape:connector-curvature="0" + d="M 96.944917,182.03377 C 89.662681,176.30608 81.894549,170.81448 76.586317,163.08166 65.416842,149.44499 56.816875,133.6567 50.937585,117.06515 47.383955,106.27654 46.166898,94.709824 41.585799,84.338096 c -4.792287,-7.533044 0.821224,-15.767897 9.072722,-18.16242 3.673742,-0.705104 10.133327,-4.170258 2.335951,-1.693539 -6.990592,5.128871 -7.667129,-4.655603 -0.498823,-5.27517 4.892026,-0.650249 6.692895,-4.655044 5.019966,-8.260251 -5.251326,-3.424464 12.733737,-7.18801 3.684373,-12.297799 -9.426987,-10.170666 13.186339,-12.128546 7.607283,-0.577786 -1.335447,8.882061 15.801226,-1.627907 11.825117,8.628945 4.041283,4.925694 15.133562,1.1211 14.85838,8.031392 5.887092,0.404678 7.907562,5.358061 13.433992,5.738347 5.72759,2.586557 16.1108,4.624792 18.0598,11.079149 -5.68242,4.498756 -18.84089,-9.292674 -19.47305,3.160397 1.71659,18.396078 1.27926,37.346439 8.00986,54.864989 3.18353,10.60759 10.9012,18.95779 17.87109,27.21946 6.66875,8.09126 15.70186,13.78715 24.90885,18.58338 8.07647,3.80901 16.78383,6.33528 25.58583,7.92044 3.5701,-2.7307 9.87303,-12.8828 15.44238,-8.60188 0.26423,4.81007 -11.0541,10.05512 -0.53248,9.5235 6.17819,-1.86378 10.46336,4.77803 15.55099,-1.21289 4.68719,5.55206 19.48197,-3.54734 16.14693,7.80115 -4.50972,2.90955 -11.08689,1.15142 -15.60404,5.15397 -7.44757,-3.71979 -13.37691,3.32843 -21.6219,2.43707 -9.15641,1.64002 -18.4716,2.30204 -27.75473,2.31642 -15.22952,-1.20328 -30.78158,-1.71049 -45.26969,-7.01291 -8.16166,-2.37161 -16.12649,-7.01887 -23.299683,-11.66829 z m 12.862043,5.5729 c 7.9696,3.44651 15.76243,7.07889 24.49656,8.17457 13.85682,1.92727 28.16653,4.89163 42.07301,2.18757 -6.2939,-2.84199 -12.80077,1.10719 -19.07096,-2.0322 -7.52033,1.61821 -15.59049,-0.41223 -23.23574,-1.41189 -8.69395,-3.87259 -18.0762,-6.53549 -26.21772,-11.56219 -10.173155,-3.71578 5.26142,4.76524 8.00873,5.45214 6.35952,3.60969 -6.99343,-1.85044 -8.87589,-3.35101 -5.32648,-2.9879 -6.00529,-2.36357 -0.52745,0.67085 1.10332,0.64577 2.19359,1.32226 3.34946,1.87216 z M 94.642259,176.88976 c 7.722781,2.86052 -0.03406,-5.43082 -3.572941,-4.94904 -1.567906,-2.72015 -5.9903,-4.43854 -2.870721,-5.89973 -5.611524,1.9481 -5.878319,-7.40814 -8.516004,-6.07139 -5.936516,-1.87454 -2.310496,-8.51501 -9.381929,-12.59292 -0.645488,-4.29697 -7.02577,-8.02393 -9.060801,-14.50525 -0.898786,-3.31843 -7.208336,-12.84783 -3.332369,-3.97927 3.300194,8.53747 9.106618,15.84879 13.93868,23.15175 3.752083,6.95328 8.182497,14.22026 15.015767,18.55788 2.303436,2.20963 4.527452,5.59533 7.780318,6.28797 z M 72.39456,152.46355 c 0.26956,-1.16626 1.412424,2.52422 0,0 z m 31.49641,27.85526 c 1.71013,-0.76577 -2.45912,-0.96476 0,0 z m 4.19228,1.52924 c -0.43419,-2.1116 -1.91376,1.18074 0,0 z m 5.24749,2.18891 c 2.49828,-2.37871 -3.85009,-1.49983 0,0 z m 8.99389,5.01274 c 1.51811,-2.2439 -4.85872,-0.84682 0,0 z m -17.2707,-12.03933 c 3.88031,-2.51023 -5.01186,-0.0347 0,0 z m 3.9366,1.96293 c -0.11004,-1.32709 -1.40297,0.59432 0,0 z m 19.67473,12.28006 c 3.16281,1.99601 18.46961,4.3749 8.88477,0.81847 -1.60377,0.33811 -17.77263,-4.57336 -8.88477,-0.81847 z M 97.430958,166.92721 c -0.307503,-1.33094 -4.909341,-1.4694 0,0 z m 9.159302,5.33813 c 2.38371,-1.66255 -4.94757,-1.28235 0,0 z m 7.70426,4.72382 c 3.42065,-1.28963 -5.54907,-1.29571 0,0 z M 93.703927,162.86805 c 3.711374,2.84621 14.967683,0.36473 5.683776,-1.69906 -4.225516,-2.2524 -13.74889,-3.79415 -7.25757,1.35821 l 1.573785,0.34088 z m 25.808723,15.75216 c 1.54595,-2.63388 -6.48298,-1.50411 0,0 z m -7.84249,-6.23284 c 9.0752,2.56719 -7.63142,-5.739 -2.23911,-0.94466 l 1.19513,0.54082 1.04399,0.4039 z m 15.72354,9.0878 c 8.59474,0.082 -7.76304,-1.18486 0,1e-5 z M 90.396984,157.89545 c -0.335695,-1.60094 -2.120962,0.13419 0,0 z m 51.535396,31.73502 c 0.2292,-2.89141 -2.80486,2.15157 0,0 z m -36.86817,-22.75299 c -0.51986,-1.52251 -2.68548,-0.0622 0,0 z m -13.852128,-9.98649 c 4.934237,-0.29629 -6.755322,-2.17418 0,0 z M 74.802387,146.28394 c -0.614146,-2.36536 -5.369213,-4.2519 0,0 z m 43.079323,27.33941 c -0.90373,-1.0307 -0.4251,0.22546 0,0 z m 26.81408,16.45475 c -0.086,-1.57503 -1.46039,0.59616 0,0 z m -29.18712,-18.90528 c 0.48266,-2.02932 -4.20741,-0.61442 0,0 z M 95.532612,158.51286 c 3.670785,-0.39305 -5.880434,-2.48161 0,0 z M 129.32396,179.51 c 5.72042,-2.26627 -5.57541,-1.10635 0,0 z m -17.57682,-11.93145 c 6.59278,0.85002 -7.84442,-4.48425 -1.44651,-0.4773 l 1.4465,0.47734 z m 22.91296,14.0886 c 6.15514,-3.67975 4.12588,8.61677 10.44254,1.0388 6.23086,-4.54942 -5.38086,5.62451 2.29838,0.81116 5.55359,-3.71438 13.75643,1.76075 18.93848,3.5472 3.72659,-0.18307 7.34938,3.22236 11.16973,1.15059 7.3542,-1.98082 -14.38097,-2.93789 -8.68344,-6.4523 -6.72914,1.95848 -11.70093,-2.33483 -15.01213,-6.64508 -7.54812,-1.74298 -16.27548,-5.602 -20.04257,-12.28184 -1.5359,-2.50802 2.21884,0.35333 -1.32586,-3.74638 -4.54834,-4.04546 -6.81948,-8.63766 -9.87278,-13.5552 -3.64755,-1.94587 -4.07249,-7.67345 -4.44123,-0.19201 0.0289,-4.72164 -4.40393,-7.89964 -5.48589,-6.57859 -0.0194,-4.54721 4.74396,-2.26787 1.40945,-5.63228 -0.71771,-4.71302 -3.08085,-9.6241 -3.79115,-14.9453 -1.1036,-2.56502 -0.15541,-8.05863 -3.76662,-2.25204 -1.31566,6.13669 -0.43668,-7.54129 1.6093,-3.03083 2.68543,-4.60251 -0.9641,-4.0612 -1.11361,-3.42211 1.74931,-3.88333 1.10719,-9.39159 -0.45644,-7.29023 0.93213,-4.11586 1.47259,-15.147529 -1.3951,-13.192579 1.73833,-4.303958 3.29668,-19.694077 -4.24961,-13.826325 -3.058358,0.04294 -8.354541,1.110195 -10.858032,2.355243 7.849502,4.326857 -0.789543,1.562577 -3.984808,0.874879 -0.416343,4.003642 -3.58119,2.272086 -7.535123,2.311339 6.315273,0.781339 -3.075253,6.458962 -6.698132,4.253506 -4.705102,2.248756 4.060621,7.862038 0.0944,9.597586 0.487433,2.616581 -7.208227,-0.944906 -6.603832,5.097711 -4.56774,-1.92155 -0.628961,7.16796 1.656273,4.09382 7.768882,2.10261 5.469108,6.89631 5.666947,11.44992 -1.265833,2.6534 -6.249495,-6.23691 -1.109939,-5.82517 -4.054715,-6.58674 -4.485232,-2.38081 -7.854566,0.67911 -0.783857,0.22222 8.5944,4.35376 2.709059,6.3967 5.177884,0.79894 5.325199,5.33008 6.379284,8.19735 3.11219,3.24152 2.475226,-3.57931 6.199071,0.31623 -2.356488,-3.4705 -12.48183,-9.77839 -4.329567,-7.7553 -0.04358,-3.49291 -1.474412,-6.30951 1.02322,-6.24118 2.473367,-4.47926 -2.590385,11.044 2.984725,5.35124 1.543285,-0.67388 1.92554,-4.48494 4.699544,0.35989 4.029096,3.96363 1.45533,6.83577 -4.228162,3.20648 1.016828,3.44946 7.603062,4.68217 6.365348,10.07646 1.3121,4.7444 3.147844,2.99695 4.747999,2.72266 1.25523,4.60973 1.968016,1.2201 2.027559,-0.97355 5.747357,1.23033 4.401142,4.62773 6.199456,7.00134 3.960416,1.78761 -5.668696,-12.11713 1.130659,-4.18106 7.153577,6.4586 2.682797,9.15464 -3.736856,8.11995 4.063129,-0.32824 5.373423,5.49305 10.455693,5.28853 4.63456,2.20477 7.77237,10.67291 -0.21613,7.1478 -2.77074,-2.49821 -12.575734,-5.5801 -4.56731,-0.82823 7.39657,3.42523 13.27117,5.47432 20.40487,9.77384 5.10535,3.64464 7.31104,7.81908 9.24607,8.64541 -4.29084,2.04946 -12.93089,-1.63655 -6.51514,-2.76618 -4.00168,-0.72894 -8.50258,-2.75259 -4.66961,2.2333 3.25926,2.72127 11.54708,2.43298 13.0328,2.74132 -1.25934,2.77488 -3.4207,2.99556 0.0516,3.21078 -3.87375,2.06438 1.24216,2.38403 1.60114,3.56362 z m -7.9215,-22.36993 c -2.35682,-2.46475 -2.9662,-7.08134 -0.41852,-3.06426 1.30648,0.52466 4.18523,7.54428 0.41857,3.06426 z m 25.79733,16.38693 c 1.47004,-0.0952 0.0427,1.11681 0,0 z m -29.51867,-22.43039 c -0.0904,-3.72637 0.8525,2.87419 0,0 z m -2.56392,-3.44965 c -2.96446,-5.72787 3.73721,1.62212 0,0 z M 89.382646,128.35916 c 1.7416,-0.46446 0.856841,2.97864 0,0 z m 24.728294,13.40357 c 1.06957,-4.01654 1.25692,3.37014 0,0 z M 96.64115,129.61525 c -1.231543,-2.21638 2.576009,2.07865 0,0 z m 14.99279,4.80618 c -2.80851,-6.29223 1.98836,-3.43699 0.62135,1.03124 z M 85.778757,117.17864 c -1.255624,-2.06432 -3.332663,-8.12135 -2.663982,-9.97042 0.604935,3.0114 6.403914,12.95956 2.844571,4.12096 -3.933386,-7.40908 4.701805,2.40491 5.590052,4.2529 0.413624,1.83837 -2.426789,-0.50225 -0.502192,3.80828 -3.509809,-4.90766 -2.071967,2.71088 -5.268449,-2.21172 z m -7.990701,-5.50612 c 0.328938,-4.79981 1.829262,3.29132 0,0 z m 3.594293,1.23728 c 1.715175,-3.62282 2.908243,5.05052 0,0 z m -8.64616,-6.68847 c -2.974956,-2.95622 -5.127809,-5.68132 0.139193,-1.83474 2.029482,0.0792 -4.509002,-6.19705 0.488751,-1.99305 5.25531,0.95822 2.5951,8.61674 -0.627944,3.82779 z m 4.541717,-0.11873 c 1.727646,-1.71203 0.917172,1.6853 0,0 z m 2.794587,0.8959 c -2.619181,-4.9094 3.178801,2.05822 0,0 z m -5.55546,-5.30909 c -8.64844,-7.696511 10.867309,4.02451 1.4129,1.4269 l -1.412955,-1.42683 z m 24.77908,14.39717 c -3.742506,-2.24398 -0.991777,-15.79747 0.284503,-6.52785 3.638294,-1.17695 -0.200879,4.78728 2.512784,4.73208 -0.42767,3.76305 -1.64169,5.11594 -2.797287,1.79577 z m 9.165207,5.41684 c 0.36705,-4.08462 0.77249,2.79262 0,0 z m -1.59198,-1.57295 c 0.41206,-1.74497 0.0426,2.05487 0,0 z M 76.213566,99.16032 c -5.556046,-7.665657 16.147323,7.75413 3.558556,1.9443 -1.315432,-0.34404 -2.898208,-0.46688 -3.558556,-1.9443 z m 17.649112,9.35749 c -0.525779,-6.45461 1.174169,1.06991 -1.92e-4,-2e-5 z m 13.399762,8.59585 c 1.03698,-3.67668 0.0773,2.43221 0,0 z M 77.064685,96.23472 c 3.302172,-0.706291 13.684695,5.79939 4.150224,1.85832 -1.059396,-1.17279 -3.317802,-0.63994 -4.150224,-1.85832 z m 28.356745,14.13312 c 0.35296,-6.60002 1.97138,-3.94233 0.0122,0.94474 l -0.0121,-0.94473 -5e-5,-1e-5 z M 79.52277,93.938099 c 1.345456,-1.97361 -3.571631,-8.923063 0.708795,-2.492797 1.849543,1.469605 5.355103,2.461959 2.260017,3.080216 4.867744,4.294162 -1.187244,1.163612 -2.968812,-0.587419 z m 24.49612,14.368161 c 0.92952,-7.51843 0.81971,4.40485 0,0 z M 76.712755,86.993902 c 1.027706,-0.439207 0.542746,1.369335 0,0 z m 6.389622,3.803092 c 1.644416,-3.450522 3.03351,3.848297 0,0 z m 18.023553,10.026276 c -0.0174,-1.3252 0.34003,1.92765 0,0 z m -1.04404,-2.31139 c -2.501612,-6.171646 2.32693,3.26759 0,0 z m -1.536003,-4.046372 c -0.419906,-2.550188 1.427129,3.203862 -7.3e-5,-9e-6 z m 2.499773,-4.063514 c -1.71663,-3.025123 2.16777,-13.331073 2.60122,-6.939418 -1.81185,4.980256 -0.52268,7.766309 0.74129,1.086388 2.33417,-5.257159 -0.50421,10.374054 -3.34255,5.853057 z m 2.56889,-15.326649 c 0.74833,-0.918921 0.16609,1.107082 0,0 z m -4.290016,84.534235 c -1.017552,-0.88802 0.127775,0.56506 0,0 z m 8.837726,4.47065 c 4.91599,1.26135 4.89086,-0.76487 0.44782,-1.36683 -2.3898,-2.22316 -9.930475,-4.58124 -3.18119,-0.27586 0.44699,1.13227 1.85944,1.10589 2.73337,1.64269 z M 90.708067,152.48725 c 2.708244,2.01956 10.201213,5.72375 3.858186,0.76868 2.138588,-2.48467 -4.093336,-3.80722 -2.026067,-5.46927 -5.258175,-3.21755 -4.147962,-2.93133 -0.464111,-2.8301 -6.319385,-2.82462 0.912163,-2.61333 0.571661,-4.06067 -2.436706,-0.48126 -12.103074,-4.29664 -6.416395,0.31341 -5.780887,-2.94751 -1.377603,1.09799 -3.12488,0.67029 -5.911336,-1.61178 5.264392,4.50224 -0.938845,2.98448 3.391327,2.6875 9.128301,6.88393 1.433786,2.84407 -1.013816,1.45934 5.506273,3.67136 7.106665,4.77911 z m 9.243194,5.31013 c 11.238769,3.62163 -5.510018,-4.4246 0,0 z m 47.316399,28.66432 c 0.14496,-2.22965 -1.53604,1.90201 0,0 z m 4.86324,2.04679 c 2.59297,-2.51255 0.106,4.00222 4.29655,-0.61509 0.0453,-3.30544 -0.12904,-5.25783 -4.81563,-1.24252 -1.29194,0.71648 -1.86871,3.76288 0.51908,1.85761 z M 74.932378,140.02637 c -0.796355,-3.1304 -5.581949,-3.11418 0,0 z m 5.193029,3.40294 c -1.928397,-3.19739 -6.880525,-2.89469 0,0 z m 29.543373,17.81697 c 2.8844,2.56199 13.24761,1.87984 3.50331,0.31527 -1.44321,-2.13386 -9.16415,-1.6203 -3.50331,-0.31527 z m 40.61236,25.08153 c 4.43933,-3.72512 -4.30122,1.66183 0,0 z m 9.2328,6.34473 c 0.0277,-1.19543 -1.91352,0.52338 0,0 z m 0.0142,-1.6736 c 4.91602,-5.20866 -4.76346,0.30807 -4e-5,0 z M 62.15981,129.33339 c -4.189944,-5.97826 -2.604586,-8.66544 -6.645136,-13.54677 -0.764913,-3.73279 -6.931672,-12.20326 -3.189579,-3.22947 3.42754,5.24836 4.446054,13.37434 9.834715,16.77624 z m 95.82635,60.00977 c 9.04429,-5.84575 -3.7125,-2.54641 0,0 z m 6.9041,2.70461 c 4.52911,-3.88867 -2.86491,-0.81334 0,0 z M 73.393094,133.41838 c 1.296204,-1.92838 -3.347642,-0.24666 0,0 z m 90.055596,56.78275 c 4.38526,-2.82746 -1.01036,-2.39335 -0.79483,0.26003 l 0.79484,-0.26003 z m -59.51386,-37.51178 c -0.15075,-1.90924 -2.31574,0.16206 0,0 z m 3.67794,2.11629 c -1.16888,-2.36318 -1.79716,0.37121 0,0 z m 62.8725,37.30625 c 5.61806,-4.05283 -3.4056,-0.77594 -1.17927,0.76785 z m -2.15131,-1.03979 c 4.57663,-3.83506 -4.83183,1.69954 0,0 z m 10.99163,7.31983 c 3.0728,-2.05816 -3.73316,-0.66575 0,0 z M 76.211249,132.02781 c 4.118965,0.92286 16.460394,10.1439 9.179466,0.63772 -3.728991,-1.10384 -1.492605,-10.21906 -5.29621,-8.60579 2.552972,4.2649 2.100461,6.08018 -3.259642,3.3914 -6.736808,-3.28853 -3.785888,1.6297 -2.469293,2.98518 -1.794185,0.40772 2.373226,1.5572 1.845679,1.59149 z m -18.76588,-14.82026 c 0.737407,-3.04991 -6.789814,-16.77881 -3.554464,-6.87916 1.167861,2.07373 1.049123,6.00387 3.554464,6.87916 z m 34.443451,21.23513 c -2.120989,-1.77378 -0.100792,-0.25103 0,0 z m 5.222997,1.21548 c -0.0027,-3.23079 -5.77326,-1.31196 0,0 z m 45.261473,28.53321 c -0.86326,-2.20739 -3.41229,-0.0512 8e-5,4e-5 z m 2.17351,1.58769 c -0.32087,-1.23546 -1.25399,0.23848 0,0 z m 17.94015,11.3001 c 1.72546,-1.27472 -2.15318,-0.1628 0,0 z M 66.819057,119.6006 c 4.935243,-1.91072 -5.28775,-1.36248 0,0 z m 71.569733,45.08937 c -0.0549,-3.19499 -3.14622,0.79264 0,0 z M 64.869152,115.05675 c 3.170167,-1.07084 -2.932663,-0.70531 0,0 z m 9.201532,4.45726 c -0.0575,-1.05014 -0.973336,0.39747 0,0 z m 112.231406,68.82181 c 4.0765,-0.8265 13.36606,2.07489 14.86752,-1.08086 -4.95044,-0.12019 -17.12734,-3.49263 -17.70346,0.80479 l 1.08368,0.17072 1.75226,0.10534 z M 76.995161,120.25099 c 0.07087,-3.23755 -2.524669,-0.12092 0,0 z M 52.801998,103.4687 c -1.098703,-6.16843 -4.178791,-0.93357 0,0 z m 5.769195,1.45013 c 0.07087,-1.9807 -5.280562,-1.78224 0,0 z m 3.296917,1.61923 c -0.953019,-0.77196 -0.745959,0.97521 0,0 z m 20.744719,13.30775 c 0.976615,-0.89718 -2.312116,-0.66455 0,0 z M 59.672204,102.88617 c -0.557624,-4.65897 -6.681999,-0.69805 0,0 z M 47.844441,95.21166 c -0.168219,-2.150189 -1.152625,0.81111 0,0 z m 1.759336,-1.328672 c -0.28703,-2.549584 -1.510515,0.324387 0,0 z m 9.720792,5.802442 c 4.110486,-1.61465 -7.487254,-3.33984 -0.839893,-0.30506 z m 130.097601,80.35913 c 2.63092,-2.4121 -3.34373,-0.74577 0,0 z m 15.71669,8.14691 c 1.05433,-3.1186 -2.65452,0.41058 0,0 z M 60.318012,94.590436 c 0.433018,-3.016773 -3.258762,0.59902 0,0 z M 46.487687,85.324242 c -0.742965,-4.25911 -0.64134,-11.735065 6.465133,-9.208583 -9.485962,1.883339 6.56534,11.790095 4.538357,3.968363 3.988626,0.195294 7.802669,-2.357284 5.709487,1.516403 7.85876,-0.867958 13.307129,-7.682612 20.898169,-6.72768 5.913058,-0.782493 12.378182,-1.375955 18.750257,-3.756157 5.23905,-0.37743 10.28235,-6.018062 7.41068,-9.361383 -7.14456,-0.604513 -14.62339,0.289393 -22.520112,1.858993 -8.750559,1.819117 -16.699014,5.275307 -25.528125,6.758866 -8.605891,1.15604 1.730998,3.185165 -0.734074,3.637227 -4.490681,1.558136 5.355488,2.608852 -0.582182,4.251428 C 57.228283,77.56448 53.411411,76.304535 54.977788,72.440196 46.7341,73.50992 39.490264,76.931325 46.003276,85.320342 l 0.484402,0.0037 9e-6,-2.56e-4 z m 19.864291,-10.1168 c 1.932856,-7.120464 10.355229,5.859274 3.168052,0.945776 -0.858453,-0.642457 -2.2703,-1.166588 -3.168052,-0.945776 z m 0.376038,-3.452197 c 2.789661,-2.078257 1.482964,1.16516 0,0 z m 3.542213,0.05622 c 0.251833,-3.27648 8.108752,1.73455 1.295517,1.179499 z m 4.84543,-1.948193 c 1.769481,-2.067535 0.50862,1.83906 0,0 z m 1.239563,-0.83005 c 2.946379,-3.540216 16.68561,-2.259413 6.628966,-0.34519 -2.695543,-2.029363 -4.761797,1.196575 -6.628966,0.34519 z m 17.930017,-2.763886 c -0.448199,-9.670222 8.907771,3.436477 0,0 z m 5.087539,-0.02784 c 1.860022,-4.873906 7.218072,-1.955774 0.860732,-0.979407 0.13805,0.518656 -0.18642,2.516173 -0.860732,0.979407 z M 58.311842,92.088739 c 5.55753,-3.403212 -5.899945,-2.952541 0,0 z m 4.109214,1.141866 c 1.948513,-2.071884 -4.233857,-0.840369 0,0 z M 50.313395,84.63767 c 3.175569,-2.439416 -3.757842,-0.927473 0,0 z M 214.41578,187.30012 c 0.0918,-2.83019 -2.42718,1.27537 0,0 z m -16.67487,-11.37935 c 0.47417,-3.25845 -2.14286,0.28408 0,0 z m 21.26022,12.47672 c 4.43994,0.015 13.45265,-1.37884 3.79217,-1.37442 -1.51594,0.23641 -8.83311,0.18571 -3.79216,1.37439 z M 66.035603,91.23339 c 3.593258,-0.246807 5.621861,-3.963629 -0.694932,-3.749977 -9.789949,-1.013541 8.637508,3.352129 -1.255898,2.10383 -1.329368,0.880346 1.873606,1.889721 1.95083,1.646147 z m 3.164618,1.601748 c -0.375177,-2.307063 -1.111156,1.225591 0,0 z m 3.753896,-10.009901 c 1.559281,-1.934055 -2.157697,-0.517053 0,0 z M 61.003998,62.84999 c 6.412879,-2.181631 15.182392,-4.633087 18.210335,1.074184 -3.081589,-3.70893 -1.24361,-7.360157 1.666959,-1.937407 4.115576,5.486669 6.175915,-2.495489 3.499086,-4.335821 3.050468,3.790246 6.520044,5.581281 2.042429,0.239564 4.865693,-5.852929 -9.742712,0.766433 -13.063105,0.699775 -1.597564,0.717062 -16.493576,3.79889 -12.355704,4.259705 z m 3.75831,-7.197834 c 3.657324,-2.760416 12.648968,1.641989 6.879078,-2.743367 -0.564117,-0.498292 -12.636077,3.325475 -6.879078,2.743367 z m 13.333489,0.550473 c 4.280389,0.109225 -1.84632,-5.750287 3.254304,-3.095159 -0.837696,-2.736627 -5.938558,-3.248956 -8.432316,-4.342312 -1.410474,2.502054 2.870977,7.471102 5.178012,7.437471 z M 67.100291,44.099162 c 1.480803,-2.007406 -2.59521,1.017699 0,0 z m 5.449586,1.304353 c 6.897867,-0.914901 -1.758292,-2.970542 -1.389954,-0.07352 l 1.389954,0.07352 v -9e-6 z M 62.374386,37.441437 c -4.856866,-6.340205 9.133987,1.065769 4.199411,-5.572646 -4.153254,-3.307245 -8.144297,3.721775 -4.199411,5.572646 z m 62.330124,33.572802 c 2.22762,-3.948988 -9.19697,-5.323011 -1.5009,-1.399578 0.70858,0.236781 0.54821,1.6727 1.5009,1.399578 z" + id="path17901" + style="fill:#000000" /> + <g + id="g17903" + style="font-style:normal;font-weight:normal;font-size:40px;font-family:'Bitstream Vera Sans';fill:#000000;fill-opacity:1;stroke:none" /> + <g + transform="translate(0,4)" + id="g17905" + style="font-style:normal;font-weight:normal;font-size:40px;line-height:89.99999762%;font-family:'Bitstream Vera Sans';fill:#000000;fill-opacity:1;stroke:none" /> + </g> + <g + transform="translate(-6.6145838,82.506049)" + id="g17971"> + <g + transform="matrix(0.07201508,0,0,0.07201508,77.992626,65.452336)" + id="g17939" + inkscape:label="Layer 1"> + <g + id="g17917" + transform="translate(720.72599,455.1759)"> + <ellipse + id="ellipse17909" + style="fill:#d40000" + transform="matrix(0.47131,0,0,1.0459,-144.23642,-439.39451)" + cx="328.57144" + cy="602.7193" + rx="147.14285" + ry="26.071428" /> + <path + inkscape:connector-curvature="0" + id="path17911" + style="fill:#ff5555" + d="m -58.57742,145.90269 v 0.29457 c 0.006,-0.0975 0.0206,-0.19729 0.0295,-0.29457 z m 138.62,0 c 0.0302,0.33044 0.0589,0.66821 0.0589,1.0015 v -1.0015 z m 0.0589,1.0015 c -10e-6,15.052 -31.075,27.262 -69.356,27.262 -37.683,1e-5 -68.377,-11.828 -69.326,-26.555 v 40.68 c -0.0151,0.23376 -0.0147,0.45704 -0.0147,0.69223 0,0.22546 8.7e-4,0.45335 0.0147,0.67751 0.91151,14.741 31.619,26.599 69.326,26.599 37.708,0 68.415,-11.858 69.326,-26.599 h 0.0295 v -0.50077 c 9.5e-4,-0.0587 0,-0.11794 0,-0.17674 0,-0.0588 9.4e-4,-0.11803 0,-0.17674 v -41.902 z" /> + <ellipse + id="ellipse17913" + style="fill:#ff2a2a" + transform="matrix(0.47131,0,0,1.0459,-144.07642,-483.31731)" + cx="328.57144" + cy="602.7193" + rx="147.14285" + ry="26.071428" /> + <ellipse + id="ellipse17915" + style="fill:#ff8080" + transform="matrix(0.46281,0,0,1.0271,-140.92842,-473.86731)" + cx="328.57144" + cy="602.7193" + rx="147.14285" + ry="26.071428" /> + </g> + <g + transform="translate(720.72599,409.74375)" + id="g17927"> + <ellipse + transform="matrix(0.47131,0,0,1.0459,-144.23642,-439.39451)" + style="fill:#d40000" + id="ellipse17919" + cx="328.57144" + cy="602.7193" + rx="147.14285" + ry="26.071428" /> + <path + d="m -58.57742,145.90269 v 0.29457 c 0.006,-0.0975 0.0206,-0.19729 0.0295,-0.29457 z m 138.62,0 c 0.0302,0.33044 0.0589,0.66821 0.0589,1.0015 v -1.0015 z m 0.0589,1.0015 c -10e-6,15.052 -31.075,27.262 -69.356,27.262 -37.683,1e-5 -68.377,-11.828 -69.326,-26.555 v 40.68 c -0.0151,0.23376 -0.0147,0.45704 -0.0147,0.69223 0,0.22546 8.7e-4,0.45335 0.0147,0.67751 0.91151,14.741 31.619,26.599 69.326,26.599 37.708,0 68.415,-11.858 69.326,-26.599 h 0.0295 v -0.50077 c 9.5e-4,-0.0587 0,-0.11794 0,-0.17674 0,-0.0588 9.4e-4,-0.11803 0,-0.17674 v -41.902 z" + style="fill:#ff5555" + id="path17921" + inkscape:connector-curvature="0" /> + <ellipse + transform="matrix(0.47131,0,0,1.0459,-144.07642,-483.31731)" + style="fill:#ff2a2a" + id="ellipse17923" + cx="328.57144" + cy="602.7193" + rx="147.14285" + ry="26.071428" /> + <ellipse + transform="matrix(0.46281,0,0,1.0271,-140.92842,-473.86731)" + style="fill:#ff8080" + id="ellipse17925" + cx="328.57144" + cy="602.7193" + rx="147.14285" + ry="26.071428" /> + </g> + <g + transform="translate(720.72599,364.3116)" + id="g17937"> + <ellipse + id="ellipse17929" + style="fill:#d40000" + transform="matrix(0.47131,0,0,1.0459,-144.23642,-439.39451)" + cx="328.57144" + cy="602.7193" + rx="147.14285" + ry="26.071428" /> + <path + inkscape:connector-curvature="0" + id="path17931" + style="fill:#ff5555" + d="m -58.57742,145.90269 v 0.29457 c 0.006,-0.0975 0.0206,-0.19729 0.0295,-0.29457 z m 138.62,0 c 0.0302,0.33044 0.0589,0.66821 0.0589,1.0015 v -1.0015 z m 0.0589,1.0015 c -10e-6,15.052 -31.075,27.262 -69.356,27.262 -37.683,1e-5 -68.377,-11.828 -69.326,-26.555 v 40.68 c -0.0151,0.23376 -0.0147,0.45704 -0.0147,0.69223 0,0.22546 8.7e-4,0.45335 0.0147,0.67751 0.91151,14.741 31.619,26.599 69.326,26.599 37.708,0 68.415,-11.858 69.326,-26.599 h 0.0295 v -0.50077 c 9.5e-4,-0.0587 0,-0.11794 0,-0.17674 0,-0.0588 9.4e-4,-0.11803 0,-0.17674 v -41.902 z" /> + <ellipse + id="ellipse17933" + style="fill:#ff2a2a" + transform="matrix(0.47131,0,0,1.0459,-144.07642,-483.31731)" + cx="328.57144" + cy="602.7193" + rx="147.14285" + ry="26.071428" /> + <ellipse + id="ellipse17935" + style="fill:#ff8080" + transform="matrix(0.46281,0,0,1.0271,-140.92842,-473.86731)" + cx="328.57144" + cy="602.7193" + rx="147.14285" + ry="26.071428" /> + </g> + </g> + <g + id="g17969" + transform="matrix(0.01619041,0,0,0.01619041,123.95494,108.142)"> + <g + style="clip-rule:nonzero;fill-rule:nonzero;stroke:#000000;stroke-miterlimit:4" + id="g17941" /> + <g + style="clip-rule:nonzero;fill:none;fill-rule:nonzero;stroke:#ffffff;stroke-width:12.46510029;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4" + id="g17967"> + <path + id="path17943" + d="m 323.205,324.227 c 2.833,-23.601 1.984,-27.062 19.563,-23.239 l 4.463,0.392 c 13.517,0.615 31.199,-2.174 41.587,-7 22.362,-10.376 35.622,-27.7 13.572,-23.148 -50.297,10.376 -53.755,-6.655 -53.755,-6.655 C 401.746,185.774 423.948,85.741 404.784,61.255 352.514,-5.534 262.036,26.049 260.522,26.869 l -0.482,0.089 c -9.938,-2.062 -21.06,-3.294 -33.554,-3.496 -22.761,-0.374 -40.032,5.967 -53.133,15.904 0,0 -161.408,-66.498 -153.899,83.628 1.597,31.936 45.777,241.655 98.47,178.31 19.259,-23.163 37.871,-42.748 37.871,-42.748 9.242,6.14 20.307,9.272 31.912,8.147 l 0.897,-0.765 c -0.281,2.876 -0.157,5.689 0.359,9.019 -13.572,15.167 -9.584,17.83 -36.723,23.416 -27.457,5.659 -11.326,15.734 -0.797,18.367 12.768,3.193 42.305,7.716 62.268,-20.224 l -0.795,3.188 c 5.325,4.26 4.965,30.619 5.72,49.452 0.756,18.834 2.017,36.409 5.856,46.771 3.839,10.36 8.369,37.05 44.036,29.406 29.809,-6.388 52.6,-15.582 54.677,-101.107" + style="fill:#000000;stroke:#000000;stroke-width:37.39530182;stroke-linecap:butt;stroke-linejoin:miter" + inkscape:connector-curvature="0" /> + <path + id="path17945" + d="m 402.395,271.23 c -50.302,10.376 -53.76,-6.655 -53.76,-6.655 53.111,-78.808 75.313,-178.843 56.153,-203.326 -52.27,-66.785 -142.752,-35.2 -144.262,-34.38 l -0.486,0.087 c -9.938,-2.063 -21.06,-3.292 -33.56,-3.496 -22.761,-0.373 -40.026,5.967 -53.127,15.902 0,0 -161.411,-66.495 -153.904,83.63 1.597,31.938 45.776,241.657 98.471,178.312 19.26,-23.163 37.869,-42.748 37.869,-42.748 9.243,6.14 20.308,9.272 31.908,8.147 l 0.901,-0.765 c -0.28,2.876 -0.152,5.689 0.361,9.019 -13.575,15.167 -9.586,17.83 -36.723,23.416 -27.459,5.659 -11.328,15.734 -0.796,18.367 12.768,3.193 42.307,7.716 62.266,-20.224 l -0.796,3.188 c 5.319,4.26 9.054,27.711 8.428,48.969 -0.626,21.259 -1.044,35.854 3.147,47.254 4.191,11.4 8.368,37.05 44.042,29.406 29.809,-6.388 45.256,-22.942 47.405,-50.555 1.525,-19.631 4.976,-16.729 5.194,-34.28 l 2.768,-8.309 c 3.192,-26.611 0.507,-35.196 18.872,-31.203 l 4.463,0.392 c 13.517,0.615 31.208,-2.174 41.591,-7 22.358,-10.376 35.618,-27.7 13.573,-23.148 z" + style="fill:#336791;stroke:none" + inkscape:connector-curvature="0" /> + <path + id="path17947" + d="m 215.866,286.484 c -1.385,49.516 0.348,99.377 5.193,111.495 4.848,12.118 15.223,35.688 50.9,28.045 29.806,-6.39 40.651,-18.756 45.357,-46.051 3.466,-20.082 10.148,-75.854 11.005,-87.281" + inkscape:connector-curvature="0" /> + <path + id="path17949" + d="m 173.104,38.256 c 0,0 -161.521,-66.016 -154.012,84.109 1.597,31.938 45.779,241.664 98.473,178.316 19.256,-23.166 36.671,-41.335 36.671,-41.335" + inkscape:connector-curvature="0" /> + <path + id="path17951" + d="m 260.349,26.207 c -5.591,1.753 89.848,-34.889 144.087,34.417 19.159,24.484 -3.043,124.519 -56.153,203.329" + inkscape:connector-curvature="0" /> + <path + id="path17953" + d="m 348.282,263.953 c 0,0 3.461,17.036 53.764,6.653 22.04,-4.552 8.776,12.774 -13.577,23.155 -18.345,8.514 -59.474,10.696 -60.146,-1.069 -1.729,-30.355 21.647,-21.133 19.96,-28.739 -1.525,-6.85 -11.979,-13.573 -18.894,-30.338 -6.037,-14.633 -82.796,-126.849 21.287,-110.183 3.813,-0.789 -27.146,-99.002 -124.553,-100.599 -97.385,-1.597 -94.19,119.762 -94.19,119.762" + style="stroke-linejoin:bevel" + inkscape:connector-curvature="0" /> + <path + id="path17955" + d="m 188.604,274.334 c -13.577,15.166 -9.584,17.829 -36.723,23.417 -27.459,5.66 -11.326,15.733 -0.797,18.365 12.768,3.195 42.307,7.718 62.266,-20.229 6.078,-8.509 -0.036,-22.086 -8.385,-25.547 -4.034,-1.671 -9.428,-3.765 -16.361,3.994 z" + inkscape:connector-curvature="0" /> + <path + id="path17957" + d="m 187.715,274.069 c -1.368,-8.917 2.93,-19.528 7.536,-31.942 6.922,-18.626 22.893,-37.255 10.117,-96.339 -9.523,-44.029 -73.396,-9.163 -73.436,-3.193 -0.039,5.968 2.889,30.26 -1.067,58.548 -5.162,36.913 23.488,68.132 56.479,64.938" + inkscape:connector-curvature="0" /> + <path + id="path17959" + d="m 172.517,141.7 c -0.288,2.039 3.733,7.48 8.976,8.207 5.234,0.73 9.714,-3.522 9.998,-5.559 0.284,-2.039 -3.732,-4.285 -8.977,-5.015 -5.237,-0.731 -9.719,0.333 -9.996,2.367 z" + style="fill:#ffffff;stroke-width:4.15500021;stroke-linecap:butt;stroke-linejoin:miter" + inkscape:connector-curvature="0" /> + <path + id="path17961" + d="m 331.941,137.543 c 0.284,2.039 -3.732,7.48 -8.976,8.207 -5.238,0.73 -9.718,-3.522 -10.005,-5.559 -0.277,-2.039 3.74,-4.285 8.979,-5.015 5.239,-0.73 9.718,0.333 10.002,2.368 z" + style="fill:#ffffff;stroke-width:2.0775001;stroke-linecap:butt;stroke-linejoin:miter" + inkscape:connector-curvature="0" /> + <path + id="path17963" + d="m 350.676,123.432 c 0.863,15.994 -3.445,26.888 -3.988,43.914 -0.804,24.748 11.799,53.074 -7.191,81.435" + inkscape:connector-curvature="0" /> + <path + id="path17965" + d="M 0,60.232" + style="stroke-width:3" + inkscape:connector-curvature="0" /> + </g> + </g> + </g> + <path + inkscape:connector-curvature="0" + inkscape:connector-type="polyline" + id="path17973" + d="m 105.83333,180.86662 10.49923,4.88707" + style="display:inline;fill:#800000;fill-rule:evenodd;stroke:#800000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker-end:url(#TriangleOutS);paint-order:normal" + sodipodi:nodetypes="cc" /> + <g + id="g17987" + transform="translate(39.687499,43.656245)"> + <path + inkscape:connector-curvature="0" + id="path17975" + d="m 26.458334,125.02084 v -4.66485 c 0,-1.08028 0.869682,-1.94996 1.94996,-1.94996 v 0 h 35.787581 c 1.080278,0 1.949958,0.86968 1.949958,1.94996 v 4.66485" + style="fill:#ff5555;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none" /> + <rect + ry="1.9499602" + style="fill:none;stroke:#ff5555;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + y="118.40625" + x="26.458334" + height="26.458332" + width="39.6875" + id="rect17977" /> + <text + id="text17981" + y="123.27061" + x="39.227234" + style="font-style:normal;font-weight:normal;font-size:5.64444447px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.26458332" + xml:space="preserve"><tspan + style="font-size:5.64444447px;fill:#ffffff;fill-opacity:1;stroke-width:0.26458332" + y="123.27061" + x="39.227234" + id="tspan17979" + sodipodi:role="line">Vault</tspan></text> + <text + xml:space="preserve" + style="font-style:normal;font-weight:normal;font-size:5.64444447px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ff0606;fill-opacity:1;stroke:none;stroke-width:0.26458332" + x="42.092178" + y="130.67889" + id="text17985"><tspan + sodipodi:role="line" + id="tspan17983" + x="42.092178" + y="130.67889" + style="font-size:5.64444447px;fill:#ff0606;fill-opacity:1;stroke-width:0.26458332">API</tspan></text> + </g> + <g + id="g17995" + transform="matrix(0.05231247,0,0,0.05231247,66.781389,175.15258)"> + <path + style="fill:#000000" + id="path17989" + d="M 96.944917,182.03377 C 89.662681,176.30608 81.894549,170.81448 76.586317,163.08166 65.416842,149.44499 56.816875,133.6567 50.937585,117.06515 47.383955,106.27654 46.166898,94.709824 41.585799,84.338096 c -4.792287,-7.533044 0.821224,-15.767897 9.072722,-18.16242 3.673742,-0.705104 10.133327,-4.170258 2.335951,-1.693539 -6.990592,5.128871 -7.667129,-4.655603 -0.498823,-5.27517 4.892026,-0.650249 6.692895,-4.655044 5.019966,-8.260251 -5.251326,-3.424464 12.733737,-7.18801 3.684373,-12.297799 -9.426987,-10.170666 13.186339,-12.128546 7.607283,-0.577786 -1.335447,8.882061 15.801226,-1.627907 11.825117,8.628945 4.041283,4.925694 15.133562,1.1211 14.85838,8.031392 5.887092,0.404678 7.907562,5.358061 13.433992,5.738347 5.72759,2.586557 16.1108,4.624792 18.0598,11.079149 -5.68242,4.498756 -18.84089,-9.292674 -19.47305,3.160397 1.71659,18.396078 1.27926,37.346439 8.00986,54.864989 3.18353,10.60759 10.9012,18.95779 17.87109,27.21946 6.66875,8.09126 15.70186,13.78715 24.90885,18.58338 8.07647,3.80901 16.78383,6.33528 25.58583,7.92044 3.5701,-2.7307 9.87303,-12.8828 15.44238,-8.60188 0.26423,4.81007 -11.0541,10.05512 -0.53248,9.5235 6.17819,-1.86378 10.46336,4.77803 15.55099,-1.21289 4.68719,5.55206 19.48197,-3.54734 16.14693,7.80115 -4.50972,2.90955 -11.08689,1.15142 -15.60404,5.15397 -7.44757,-3.71979 -13.37691,3.32843 -21.6219,2.43707 -9.15641,1.64002 -18.4716,2.30204 -27.75473,2.31642 -15.22952,-1.20328 -30.78158,-1.71049 -45.26969,-7.01291 -8.16166,-2.37161 -16.12649,-7.01887 -23.299683,-11.66829 z m 12.862043,5.5729 c 7.9696,3.44651 15.76243,7.07889 24.49656,8.17457 13.85682,1.92727 28.16653,4.89163 42.07301,2.18757 -6.2939,-2.84199 -12.80077,1.10719 -19.07096,-2.0322 -7.52033,1.61821 -15.59049,-0.41223 -23.23574,-1.41189 -8.69395,-3.87259 -18.0762,-6.53549 -26.21772,-11.56219 -10.173155,-3.71578 5.26142,4.76524 8.00873,5.45214 6.35952,3.60969 -6.99343,-1.85044 -8.87589,-3.35101 -5.32648,-2.9879 -6.00529,-2.36357 -0.52745,0.67085 1.10332,0.64577 2.19359,1.32226 3.34946,1.87216 z M 94.642259,176.88976 c 7.722781,2.86052 -0.03406,-5.43082 -3.572941,-4.94904 -1.567906,-2.72015 -5.9903,-4.43854 -2.870721,-5.89973 -5.611524,1.9481 -5.878319,-7.40814 -8.516004,-6.07139 -5.936516,-1.87454 -2.310496,-8.51501 -9.381929,-12.59292 -0.645488,-4.29697 -7.02577,-8.02393 -9.060801,-14.50525 -0.898786,-3.31843 -7.208336,-12.84783 -3.332369,-3.97927 3.300194,8.53747 9.106618,15.84879 13.93868,23.15175 3.752083,6.95328 8.182497,14.22026 15.015767,18.55788 2.303436,2.20963 4.527452,5.59533 7.780318,6.28797 z M 72.39456,152.46355 c 0.26956,-1.16626 1.412424,2.52422 0,0 z m 31.49641,27.85526 c 1.71013,-0.76577 -2.45912,-0.96476 0,0 z m 4.19228,1.52924 c -0.43419,-2.1116 -1.91376,1.18074 0,0 z m 5.24749,2.18891 c 2.49828,-2.37871 -3.85009,-1.49983 0,0 z m 8.99389,5.01274 c 1.51811,-2.2439 -4.85872,-0.84682 0,0 z m -17.2707,-12.03933 c 3.88031,-2.51023 -5.01186,-0.0347 0,0 z m 3.9366,1.96293 c -0.11004,-1.32709 -1.40297,0.59432 0,0 z m 19.67473,12.28006 c 3.16281,1.99601 18.46961,4.3749 8.88477,0.81847 -1.60377,0.33811 -17.77263,-4.57336 -8.88477,-0.81847 z M 97.430958,166.92721 c -0.307503,-1.33094 -4.909341,-1.4694 0,0 z m 9.159302,5.33813 c 2.38371,-1.66255 -4.94757,-1.28235 0,0 z m 7.70426,4.72382 c 3.42065,-1.28963 -5.54907,-1.29571 0,0 z M 93.703927,162.86805 c 3.711374,2.84621 14.967683,0.36473 5.683776,-1.69906 -4.225516,-2.2524 -13.74889,-3.79415 -7.25757,1.35821 l 1.573785,0.34088 z m 25.808723,15.75216 c 1.54595,-2.63388 -6.48298,-1.50411 0,0 z m -7.84249,-6.23284 c 9.0752,2.56719 -7.63142,-5.739 -2.23911,-0.94466 l 1.19513,0.54082 1.04399,0.4039 z m 15.72354,9.0878 c 8.59474,0.082 -7.76304,-1.18486 0,1e-5 z M 90.396984,157.89545 c -0.335695,-1.60094 -2.120962,0.13419 0,0 z m 51.535396,31.73502 c 0.2292,-2.89141 -2.80486,2.15157 0,0 z m -36.86817,-22.75299 c -0.51986,-1.52251 -2.68548,-0.0622 0,0 z m -13.852128,-9.98649 c 4.934237,-0.29629 -6.755322,-2.17418 0,0 z M 74.802387,146.28394 c -0.614146,-2.36536 -5.369213,-4.2519 0,0 z m 43.079323,27.33941 c -0.90373,-1.0307 -0.4251,0.22546 0,0 z m 26.81408,16.45475 c -0.086,-1.57503 -1.46039,0.59616 0,0 z m -29.18712,-18.90528 c 0.48266,-2.02932 -4.20741,-0.61442 0,0 z M 95.532612,158.51286 c 3.670785,-0.39305 -5.880434,-2.48161 0,0 z M 129.32396,179.51 c 5.72042,-2.26627 -5.57541,-1.10635 0,0 z m -17.57682,-11.93145 c 6.59278,0.85002 -7.84442,-4.48425 -1.44651,-0.4773 l 1.4465,0.47734 z m 22.91296,14.0886 c 6.15514,-3.67975 4.12588,8.61677 10.44254,1.0388 6.23086,-4.54942 -5.38086,5.62451 2.29838,0.81116 5.55359,-3.71438 13.75643,1.76075 18.93848,3.5472 3.72659,-0.18307 7.34938,3.22236 11.16973,1.15059 7.3542,-1.98082 -14.38097,-2.93789 -8.68344,-6.4523 -6.72914,1.95848 -11.70093,-2.33483 -15.01213,-6.64508 -7.54812,-1.74298 -16.27548,-5.602 -20.04257,-12.28184 -1.5359,-2.50802 2.21884,0.35333 -1.32586,-3.74638 -4.54834,-4.04546 -6.81948,-8.63766 -9.87278,-13.5552 -3.64755,-1.94587 -4.07249,-7.67345 -4.44123,-0.19201 0.0289,-4.72164 -4.40393,-7.89964 -5.48589,-6.57859 -0.0194,-4.54721 4.74396,-2.26787 1.40945,-5.63228 -0.71771,-4.71302 -3.08085,-9.6241 -3.79115,-14.9453 -1.1036,-2.56502 -0.15541,-8.05863 -3.76662,-2.25204 -1.31566,6.13669 -0.43668,-7.54129 1.6093,-3.03083 2.68543,-4.60251 -0.9641,-4.0612 -1.11361,-3.42211 1.74931,-3.88333 1.10719,-9.39159 -0.45644,-7.29023 0.93213,-4.11586 1.47259,-15.147529 -1.3951,-13.192579 1.73833,-4.303958 3.29668,-19.694077 -4.24961,-13.826325 -3.058358,0.04294 -8.354541,1.110195 -10.858032,2.355243 7.849502,4.326857 -0.789543,1.562577 -3.984808,0.874879 -0.416343,4.003642 -3.58119,2.272086 -7.535123,2.311339 6.315273,0.781339 -3.075253,6.458962 -6.698132,4.253506 -4.705102,2.248756 4.060621,7.862038 0.0944,9.597586 0.487433,2.616581 -7.208227,-0.944906 -6.603832,5.097711 -4.56774,-1.92155 -0.628961,7.16796 1.656273,4.09382 7.768882,2.10261 5.469108,6.89631 5.666947,11.44992 -1.265833,2.6534 -6.249495,-6.23691 -1.109939,-5.82517 -4.054715,-6.58674 -4.485232,-2.38081 -7.854566,0.67911 -0.783857,0.22222 8.5944,4.35376 2.709059,6.3967 5.177884,0.79894 5.325199,5.33008 6.379284,8.19735 3.11219,3.24152 2.475226,-3.57931 6.199071,0.31623 -2.356488,-3.4705 -12.48183,-9.77839 -4.329567,-7.7553 -0.04358,-3.49291 -1.474412,-6.30951 1.02322,-6.24118 2.473367,-4.47926 -2.590385,11.044 2.984725,5.35124 1.543285,-0.67388 1.92554,-4.48494 4.699544,0.35989 4.029096,3.96363 1.45533,6.83577 -4.228162,3.20648 1.016828,3.44946 7.603062,4.68217 6.365348,10.07646 1.3121,4.7444 3.147844,2.99695 4.747999,2.72266 1.25523,4.60973 1.968016,1.2201 2.027559,-0.97355 5.747357,1.23033 4.401142,4.62773 6.199456,7.00134 3.960416,1.78761 -5.668696,-12.11713 1.130659,-4.18106 7.153577,6.4586 2.682797,9.15464 -3.736856,8.11995 4.063129,-0.32824 5.373423,5.49305 10.455693,5.28853 4.63456,2.20477 7.77237,10.67291 -0.21613,7.1478 -2.77074,-2.49821 -12.575734,-5.5801 -4.56731,-0.82823 7.39657,3.42523 13.27117,5.47432 20.40487,9.77384 5.10535,3.64464 7.31104,7.81908 9.24607,8.64541 -4.29084,2.04946 -12.93089,-1.63655 -6.51514,-2.76618 -4.00168,-0.72894 -8.50258,-2.75259 -4.66961,2.2333 3.25926,2.72127 11.54708,2.43298 13.0328,2.74132 -1.25934,2.77488 -3.4207,2.99556 0.0516,3.21078 -3.87375,2.06438 1.24216,2.38403 1.60114,3.56362 z m -7.9215,-22.36993 c -2.35682,-2.46475 -2.9662,-7.08134 -0.41852,-3.06426 1.30648,0.52466 4.18523,7.54428 0.41857,3.06426 z m 25.79733,16.38693 c 1.47004,-0.0952 0.0427,1.11681 0,0 z m -29.51867,-22.43039 c -0.0904,-3.72637 0.8525,2.87419 0,0 z m -2.56392,-3.44965 c -2.96446,-5.72787 3.73721,1.62212 0,0 z M 89.382646,128.35916 c 1.7416,-0.46446 0.856841,2.97864 0,0 z m 24.728294,13.40357 c 1.06957,-4.01654 1.25692,3.37014 0,0 z M 96.64115,129.61525 c -1.231543,-2.21638 2.576009,2.07865 0,0 z m 14.99279,4.80618 c -2.80851,-6.29223 1.98836,-3.43699 0.62135,1.03124 z M 85.778757,117.17864 c -1.255624,-2.06432 -3.332663,-8.12135 -2.663982,-9.97042 0.604935,3.0114 6.403914,12.95956 2.844571,4.12096 -3.933386,-7.40908 4.701805,2.40491 5.590052,4.2529 0.413624,1.83837 -2.426789,-0.50225 -0.502192,3.80828 -3.509809,-4.90766 -2.071967,2.71088 -5.268449,-2.21172 z m -7.990701,-5.50612 c 0.328938,-4.79981 1.829262,3.29132 0,0 z m 3.594293,1.23728 c 1.715175,-3.62282 2.908243,5.05052 0,0 z m -8.64616,-6.68847 c -2.974956,-2.95622 -5.127809,-5.68132 0.139193,-1.83474 2.029482,0.0792 -4.509002,-6.19705 0.488751,-1.99305 5.25531,0.95822 2.5951,8.61674 -0.627944,3.82779 z m 4.541717,-0.11873 c 1.727646,-1.71203 0.917172,1.6853 0,0 z m 2.794587,0.8959 c -2.619181,-4.9094 3.178801,2.05822 0,0 z m -5.55546,-5.30909 c -8.64844,-7.696511 10.867309,4.02451 1.4129,1.4269 l -1.412955,-1.42683 z m 24.77908,14.39717 c -3.742506,-2.24398 -0.991777,-15.79747 0.284503,-6.52785 3.638294,-1.17695 -0.200879,4.78728 2.512784,4.73208 -0.42767,3.76305 -1.64169,5.11594 -2.797287,1.79577 z m 9.165207,5.41684 c 0.36705,-4.08462 0.77249,2.79262 0,0 z m -1.59198,-1.57295 c 0.41206,-1.74497 0.0426,2.05487 0,0 z M 76.213566,99.16032 c -5.556046,-7.665657 16.147323,7.75413 3.558556,1.9443 -1.315432,-0.34404 -2.898208,-0.46688 -3.558556,-1.9443 z m 17.649112,9.35749 c -0.525779,-6.45461 1.174169,1.06991 -1.92e-4,-2e-5 z m 13.399762,8.59585 c 1.03698,-3.67668 0.0773,2.43221 0,0 z M 77.064685,96.23472 c 3.302172,-0.706291 13.684695,5.79939 4.150224,1.85832 -1.059396,-1.17279 -3.317802,-0.63994 -4.150224,-1.85832 z m 28.356745,14.13312 c 0.35296,-6.60002 1.97138,-3.94233 0.0122,0.94474 l -0.0121,-0.94473 -5e-5,-1e-5 z M 79.52277,93.938099 c 1.345456,-1.97361 -3.571631,-8.923063 0.708795,-2.492797 1.849543,1.469605 5.355103,2.461959 2.260017,3.080216 4.867744,4.294162 -1.187244,1.163612 -2.968812,-0.587419 z m 24.49612,14.368161 c 0.92952,-7.51843 0.81971,4.40485 0,0 z M 76.712755,86.993902 c 1.027706,-0.439207 0.542746,1.369335 0,0 z m 6.389622,3.803092 c 1.644416,-3.450522 3.03351,3.848297 0,0 z m 18.023553,10.026276 c -0.0174,-1.3252 0.34003,1.92765 0,0 z m -1.04404,-2.31139 c -2.501612,-6.171646 2.32693,3.26759 0,0 z m -1.536003,-4.046372 c -0.419906,-2.550188 1.427129,3.203862 -7.3e-5,-9e-6 z m 2.499773,-4.063514 c -1.71663,-3.025123 2.16777,-13.331073 2.60122,-6.939418 -1.81185,4.980256 -0.52268,7.766309 0.74129,1.086388 2.33417,-5.257159 -0.50421,10.374054 -3.34255,5.853057 z m 2.56889,-15.326649 c 0.74833,-0.918921 0.16609,1.107082 0,0 z m -4.290016,84.534235 c -1.017552,-0.88802 0.127775,0.56506 0,0 z m 8.837726,4.47065 c 4.91599,1.26135 4.89086,-0.76487 0.44782,-1.36683 -2.3898,-2.22316 -9.930475,-4.58124 -3.18119,-0.27586 0.44699,1.13227 1.85944,1.10589 2.73337,1.64269 z M 90.708067,152.48725 c 2.708244,2.01956 10.201213,5.72375 3.858186,0.76868 2.138588,-2.48467 -4.093336,-3.80722 -2.026067,-5.46927 -5.258175,-3.21755 -4.147962,-2.93133 -0.464111,-2.8301 -6.319385,-2.82462 0.912163,-2.61333 0.571661,-4.06067 -2.436706,-0.48126 -12.103074,-4.29664 -6.416395,0.31341 -5.780887,-2.94751 -1.377603,1.09799 -3.12488,0.67029 -5.911336,-1.61178 5.264392,4.50224 -0.938845,2.98448 3.391327,2.6875 9.128301,6.88393 1.433786,2.84407 -1.013816,1.45934 5.506273,3.67136 7.106665,4.77911 z m 9.243194,5.31013 c 11.238769,3.62163 -5.510018,-4.4246 0,0 z m 47.316399,28.66432 c 0.14496,-2.22965 -1.53604,1.90201 0,0 z m 4.86324,2.04679 c 2.59297,-2.51255 0.106,4.00222 4.29655,-0.61509 0.0453,-3.30544 -0.12904,-5.25783 -4.81563,-1.24252 -1.29194,0.71648 -1.86871,3.76288 0.51908,1.85761 z M 74.932378,140.02637 c -0.796355,-3.1304 -5.581949,-3.11418 0,0 z m 5.193029,3.40294 c -1.928397,-3.19739 -6.880525,-2.89469 0,0 z m 29.543373,17.81697 c 2.8844,2.56199 13.24761,1.87984 3.50331,0.31527 -1.44321,-2.13386 -9.16415,-1.6203 -3.50331,-0.31527 z m 40.61236,25.08153 c 4.43933,-3.72512 -4.30122,1.66183 0,0 z m 9.2328,6.34473 c 0.0277,-1.19543 -1.91352,0.52338 0,0 z m 0.0142,-1.6736 c 4.91602,-5.20866 -4.76346,0.30807 -4e-5,0 z M 62.15981,129.33339 c -4.189944,-5.97826 -2.604586,-8.66544 -6.645136,-13.54677 -0.764913,-3.73279 -6.931672,-12.20326 -3.189579,-3.22947 3.42754,5.24836 4.446054,13.37434 9.834715,16.77624 z m 95.82635,60.00977 c 9.04429,-5.84575 -3.7125,-2.54641 0,0 z m 6.9041,2.70461 c 4.52911,-3.88867 -2.86491,-0.81334 0,0 z M 73.393094,133.41838 c 1.296204,-1.92838 -3.347642,-0.24666 0,0 z m 90.055596,56.78275 c 4.38526,-2.82746 -1.01036,-2.39335 -0.79483,0.26003 l 0.79484,-0.26003 z m -59.51386,-37.51178 c -0.15075,-1.90924 -2.31574,0.16206 0,0 z m 3.67794,2.11629 c -1.16888,-2.36318 -1.79716,0.37121 0,0 z m 62.8725,37.30625 c 5.61806,-4.05283 -3.4056,-0.77594 -1.17927,0.76785 z m -2.15131,-1.03979 c 4.57663,-3.83506 -4.83183,1.69954 0,0 z m 10.99163,7.31983 c 3.0728,-2.05816 -3.73316,-0.66575 0,0 z M 76.211249,132.02781 c 4.118965,0.92286 16.460394,10.1439 9.179466,0.63772 -3.728991,-1.10384 -1.492605,-10.21906 -5.29621,-8.60579 2.552972,4.2649 2.100461,6.08018 -3.259642,3.3914 -6.736808,-3.28853 -3.785888,1.6297 -2.469293,2.98518 -1.794185,0.40772 2.373226,1.5572 1.845679,1.59149 z m -18.76588,-14.82026 c 0.737407,-3.04991 -6.789814,-16.77881 -3.554464,-6.87916 1.167861,2.07373 1.049123,6.00387 3.554464,6.87916 z m 34.443451,21.23513 c -2.120989,-1.77378 -0.100792,-0.25103 0,0 z m 5.222997,1.21548 c -0.0027,-3.23079 -5.77326,-1.31196 0,0 z m 45.261473,28.53321 c -0.86326,-2.20739 -3.41229,-0.0512 8e-5,4e-5 z m 2.17351,1.58769 c -0.32087,-1.23546 -1.25399,0.23848 0,0 z m 17.94015,11.3001 c 1.72546,-1.27472 -2.15318,-0.1628 0,0 z M 66.819057,119.6006 c 4.935243,-1.91072 -5.28775,-1.36248 0,0 z m 71.569733,45.08937 c -0.0549,-3.19499 -3.14622,0.79264 0,0 z M 64.869152,115.05675 c 3.170167,-1.07084 -2.932663,-0.70531 0,0 z m 9.201532,4.45726 c -0.0575,-1.05014 -0.973336,0.39747 0,0 z m 112.231406,68.82181 c 4.0765,-0.8265 13.36606,2.07489 14.86752,-1.08086 -4.95044,-0.12019 -17.12734,-3.49263 -17.70346,0.80479 l 1.08368,0.17072 1.75226,0.10534 z M 76.995161,120.25099 c 0.07087,-3.23755 -2.524669,-0.12092 0,0 z M 52.801998,103.4687 c -1.098703,-6.16843 -4.178791,-0.93357 0,0 z m 5.769195,1.45013 c 0.07087,-1.9807 -5.280562,-1.78224 0,0 z m 3.296917,1.61923 c -0.953019,-0.77196 -0.745959,0.97521 0,0 z m 20.744719,13.30775 c 0.976615,-0.89718 -2.312116,-0.66455 0,0 z M 59.672204,102.88617 c -0.557624,-4.65897 -6.681999,-0.69805 0,0 z M 47.844441,95.21166 c -0.168219,-2.150189 -1.152625,0.81111 0,0 z m 1.759336,-1.328672 c -0.28703,-2.549584 -1.510515,0.324387 0,0 z m 9.720792,5.802442 c 4.110486,-1.61465 -7.487254,-3.33984 -0.839893,-0.30506 z m 130.097601,80.35913 c 2.63092,-2.4121 -3.34373,-0.74577 0,0 z m 15.71669,8.14691 c 1.05433,-3.1186 -2.65452,0.41058 0,0 z M 60.318012,94.590436 c 0.433018,-3.016773 -3.258762,0.59902 0,0 z M 46.487687,85.324242 c -0.742965,-4.25911 -0.64134,-11.735065 6.465133,-9.208583 -9.485962,1.883339 6.56534,11.790095 4.538357,3.968363 3.988626,0.195294 7.802669,-2.357284 5.709487,1.516403 7.85876,-0.867958 13.307129,-7.682612 20.898169,-6.72768 5.913058,-0.782493 12.378182,-1.375955 18.750257,-3.756157 5.23905,-0.37743 10.28235,-6.018062 7.41068,-9.361383 -7.14456,-0.604513 -14.62339,0.289393 -22.520112,1.858993 -8.750559,1.819117 -16.699014,5.275307 -25.528125,6.758866 -8.605891,1.15604 1.730998,3.185165 -0.734074,3.637227 -4.490681,1.558136 5.355488,2.608852 -0.582182,4.251428 C 57.228283,77.56448 53.411411,76.304535 54.977788,72.440196 46.7341,73.50992 39.490264,76.931325 46.003276,85.320342 l 0.484402,0.0037 9e-6,-2.56e-4 z m 19.864291,-10.1168 c 1.932856,-7.120464 10.355229,5.859274 3.168052,0.945776 -0.858453,-0.642457 -2.2703,-1.166588 -3.168052,-0.945776 z m 0.376038,-3.452197 c 2.789661,-2.078257 1.482964,1.16516 0,0 z m 3.542213,0.05622 c 0.251833,-3.27648 8.108752,1.73455 1.295517,1.179499 z m 4.84543,-1.948193 c 1.769481,-2.067535 0.50862,1.83906 0,0 z m 1.239563,-0.83005 c 2.946379,-3.540216 16.68561,-2.259413 6.628966,-0.34519 -2.695543,-2.029363 -4.761797,1.196575 -6.628966,0.34519 z m 17.930017,-2.763886 c -0.448199,-9.670222 8.907771,3.436477 0,0 z m 5.087539,-0.02784 c 1.860022,-4.873906 7.218072,-1.955774 0.860732,-0.979407 0.13805,0.518656 -0.18642,2.516173 -0.860732,0.979407 z M 58.311842,92.088739 c 5.55753,-3.403212 -5.899945,-2.952541 0,0 z m 4.109214,1.141866 c 1.948513,-2.071884 -4.233857,-0.840369 0,0 z M 50.313395,84.63767 c 3.175569,-2.439416 -3.757842,-0.927473 0,0 z M 214.41578,187.30012 c 0.0918,-2.83019 -2.42718,1.27537 0,0 z m -16.67487,-11.37935 c 0.47417,-3.25845 -2.14286,0.28408 0,0 z m 21.26022,12.47672 c 4.43994,0.015 13.45265,-1.37884 3.79217,-1.37442 -1.51594,0.23641 -8.83311,0.18571 -3.79216,1.37439 z M 66.035603,91.23339 c 3.593258,-0.246807 5.621861,-3.963629 -0.694932,-3.749977 -9.789949,-1.013541 8.637508,3.352129 -1.255898,2.10383 -1.329368,0.880346 1.873606,1.889721 1.95083,1.646147 z m 3.164618,1.601748 c -0.375177,-2.307063 -1.111156,1.225591 0,0 z m 3.753896,-10.009901 c 1.559281,-1.934055 -2.157697,-0.517053 0,0 z M 61.003998,62.84999 c 6.412879,-2.181631 15.182392,-4.633087 18.210335,1.074184 -3.081589,-3.70893 -1.24361,-7.360157 1.666959,-1.937407 4.115576,5.486669 6.175915,-2.495489 3.499086,-4.335821 3.050468,3.790246 6.520044,5.581281 2.042429,0.239564 4.865693,-5.852929 -9.742712,0.766433 -13.063105,0.699775 -1.597564,0.717062 -16.493576,3.79889 -12.355704,4.259705 z m 3.75831,-7.197834 c 3.657324,-2.760416 12.648968,1.641989 6.879078,-2.743367 -0.564117,-0.498292 -12.636077,3.325475 -6.879078,2.743367 z m 13.333489,0.550473 c 4.280389,0.109225 -1.84632,-5.750287 3.254304,-3.095159 -0.837696,-2.736627 -5.938558,-3.248956 -8.432316,-4.342312 -1.410474,2.502054 2.870977,7.471102 5.178012,7.437471 z M 67.100291,44.099162 c 1.480803,-2.007406 -2.59521,1.017699 0,0 z m 5.449586,1.304353 c 6.897867,-0.914901 -1.758292,-2.970542 -1.389954,-0.07352 l 1.389954,0.07352 v -9e-6 z M 62.374386,37.441437 c -4.856866,-6.340205 9.133987,1.065769 4.199411,-5.572646 -4.153254,-3.307245 -8.144297,3.721775 -4.199411,5.572646 z m 62.330124,33.572802 c 2.22762,-3.948988 -9.19697,-5.323011 -1.5009,-1.399578 0.70858,0.236781 0.54821,1.6727 1.5009,1.399578 z" + inkscape:connector-curvature="0" /> + <g + style="font-style:normal;font-weight:normal;font-size:40px;font-family:'Bitstream Vera Sans';fill:#000000;fill-opacity:1;stroke:none" + id="g17991" /> + <g + style="font-style:normal;font-weight:normal;font-size:40px;line-height:89.99999762%;font-family:'Bitstream Vera Sans';fill:#000000;fill-opacity:1;stroke:none" + id="g17993" + transform="translate(0,4)" /> + </g> + <g + id="g18059" + transform="translate(-6.6145838,115.57895)"> + <g + inkscape:label="Layer 1" + id="g18027" + transform="matrix(0.07201508,0,0,0.07201508,77.992626,65.452336)"> + <g + transform="translate(720.72599,455.1759)" + id="g18005"> + <ellipse + ry="26.071428" + rx="147.14285" + cy="602.7193" + cx="328.57144" + transform="matrix(0.47131,0,0,1.0459,-144.23642,-439.39451)" + style="fill:#d40000" + id="ellipse17997" /> + <path + d="m -58.57742,145.90269 v 0.29457 c 0.006,-0.0975 0.0206,-0.19729 0.0295,-0.29457 z m 138.62,0 c 0.0302,0.33044 0.0589,0.66821 0.0589,1.0015 v -1.0015 z m 0.0589,1.0015 c -10e-6,15.052 -31.075,27.262 -69.356,27.262 -37.683,1e-5 -68.377,-11.828 -69.326,-26.555 v 40.68 c -0.0151,0.23376 -0.0147,0.45704 -0.0147,0.69223 0,0.22546 8.7e-4,0.45335 0.0147,0.67751 0.91151,14.741 31.619,26.599 69.326,26.599 37.708,0 68.415,-11.858 69.326,-26.599 h 0.0295 v -0.50077 c 9.5e-4,-0.0587 0,-0.11794 0,-0.17674 0,-0.0588 9.4e-4,-0.11803 0,-0.17674 v -41.902 z" + style="fill:#ff5555" + id="path17999" + inkscape:connector-curvature="0" /> + <ellipse + ry="26.071428" + rx="147.14285" + cy="602.7193" + cx="328.57144" + transform="matrix(0.47131,0,0,1.0459,-144.07642,-483.31731)" + style="fill:#ff2a2a" + id="ellipse18001" /> + <ellipse + ry="26.071428" + rx="147.14285" + cy="602.7193" + cx="328.57144" + transform="matrix(0.46281,0,0,1.0271,-140.92842,-473.86731)" + style="fill:#ff8080" + id="ellipse18003" /> + </g> + <g + id="g18015" + transform="translate(720.72599,409.74375)"> + <ellipse + ry="26.071428" + rx="147.14285" + cy="602.7193" + cx="328.57144" + id="ellipse18007" + style="fill:#d40000" + transform="matrix(0.47131,0,0,1.0459,-144.23642,-439.39451)" /> + <path + inkscape:connector-curvature="0" + id="path18009" + style="fill:#ff5555" + d="m -58.57742,145.90269 v 0.29457 c 0.006,-0.0975 0.0206,-0.19729 0.0295,-0.29457 z m 138.62,0 c 0.0302,0.33044 0.0589,0.66821 0.0589,1.0015 v -1.0015 z m 0.0589,1.0015 c -10e-6,15.052 -31.075,27.262 -69.356,27.262 -37.683,1e-5 -68.377,-11.828 -69.326,-26.555 v 40.68 c -0.0151,0.23376 -0.0147,0.45704 -0.0147,0.69223 0,0.22546 8.7e-4,0.45335 0.0147,0.67751 0.91151,14.741 31.619,26.599 69.326,26.599 37.708,0 68.415,-11.858 69.326,-26.599 h 0.0295 v -0.50077 c 9.5e-4,-0.0587 0,-0.11794 0,-0.17674 0,-0.0588 9.4e-4,-0.11803 0,-0.17674 v -41.902 z" /> + <ellipse + ry="26.071428" + rx="147.14285" + cy="602.7193" + cx="328.57144" + id="ellipse18011" + style="fill:#ff2a2a" + transform="matrix(0.47131,0,0,1.0459,-144.07642,-483.31731)" /> + <ellipse + ry="26.071428" + rx="147.14285" + cy="602.7193" + cx="328.57144" + id="ellipse18013" + style="fill:#ff8080" + transform="matrix(0.46281,0,0,1.0271,-140.92842,-473.86731)" /> + </g> + <g + id="g18025" + transform="translate(720.72599,364.3116)"> + <ellipse + ry="26.071428" + rx="147.14285" + cy="602.7193" + cx="328.57144" + transform="matrix(0.47131,0,0,1.0459,-144.23642,-439.39451)" + style="fill:#d40000" + id="ellipse18017" /> + <path + d="m -58.57742,145.90269 v 0.29457 c 0.006,-0.0975 0.0206,-0.19729 0.0295,-0.29457 z m 138.62,0 c 0.0302,0.33044 0.0589,0.66821 0.0589,1.0015 v -1.0015 z m 0.0589,1.0015 c -10e-6,15.052 -31.075,27.262 -69.356,27.262 -37.683,1e-5 -68.377,-11.828 -69.326,-26.555 v 40.68 c -0.0151,0.23376 -0.0147,0.45704 -0.0147,0.69223 0,0.22546 8.7e-4,0.45335 0.0147,0.67751 0.91151,14.741 31.619,26.599 69.326,26.599 37.708,0 68.415,-11.858 69.326,-26.599 h 0.0295 v -0.50077 c 9.5e-4,-0.0587 0,-0.11794 0,-0.17674 0,-0.0588 9.4e-4,-0.11803 0,-0.17674 v -41.902 z" + style="fill:#ff5555" + id="path18019" + inkscape:connector-curvature="0" /> + <ellipse + ry="26.071428" + rx="147.14285" + cy="602.7193" + cx="328.57144" + transform="matrix(0.47131,0,0,1.0459,-144.07642,-483.31731)" + style="fill:#ff2a2a" + id="ellipse18021" /> + <ellipse + ry="26.071428" + rx="147.14285" + cy="602.7193" + cx="328.57144" + transform="matrix(0.46281,0,0,1.0271,-140.92842,-473.86731)" + style="fill:#ff8080" + id="ellipse18023" /> + </g> + </g> + <g + transform="matrix(0.01619041,0,0,0.01619041,123.42577,108.142)" + id="g18057"> + <g + id="g18029" + style="clip-rule:nonzero;fill-rule:nonzero;stroke:#000000;stroke-miterlimit:4" /> + <g + id="g18055" + style="clip-rule:nonzero;fill:none;fill-rule:nonzero;stroke:#ffffff;stroke-width:12.46510029;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4"> + <path + inkscape:connector-curvature="0" + style="fill:#000000;stroke:#000000;stroke-width:37.39530182;stroke-linecap:butt;stroke-linejoin:miter" + d="m 323.205,324.227 c 2.833,-23.601 1.984,-27.062 19.563,-23.239 l 4.463,0.392 c 13.517,0.615 31.199,-2.174 41.587,-7 22.362,-10.376 35.622,-27.7 13.572,-23.148 -50.297,10.376 -53.755,-6.655 -53.755,-6.655 C 401.746,185.774 423.948,85.741 404.784,61.255 352.514,-5.534 262.036,26.049 260.522,26.869 l -0.482,0.089 c -9.938,-2.062 -21.06,-3.294 -33.554,-3.496 -22.761,-0.374 -40.032,5.967 -53.133,15.904 0,0 -161.408,-66.498 -153.899,83.628 1.597,31.936 45.777,241.655 98.47,178.31 19.259,-23.163 37.871,-42.748 37.871,-42.748 9.242,6.14 20.307,9.272 31.912,8.147 l 0.897,-0.765 c -0.281,2.876 -0.157,5.689 0.359,9.019 -13.572,15.167 -9.584,17.83 -36.723,23.416 -27.457,5.659 -11.326,15.734 -0.797,18.367 12.768,3.193 42.305,7.716 62.268,-20.224 l -0.795,3.188 c 5.325,4.26 4.965,30.619 5.72,49.452 0.756,18.834 2.017,36.409 5.856,46.771 3.839,10.36 8.369,37.05 44.036,29.406 29.809,-6.388 52.6,-15.582 54.677,-101.107" + id="path18031" /> + <path + inkscape:connector-curvature="0" + style="fill:#336791;stroke:none" + d="m 402.395,271.23 c -50.302,10.376 -53.76,-6.655 -53.76,-6.655 53.111,-78.808 75.313,-178.843 56.153,-203.326 -52.27,-66.785 -142.752,-35.2 -144.262,-34.38 l -0.486,0.087 c -9.938,-2.063 -21.06,-3.292 -33.56,-3.496 -22.761,-0.373 -40.026,5.967 -53.127,15.902 0,0 -161.411,-66.495 -153.904,83.63 1.597,31.938 45.776,241.657 98.471,178.312 19.26,-23.163 37.869,-42.748 37.869,-42.748 9.243,6.14 20.308,9.272 31.908,8.147 l 0.901,-0.765 c -0.28,2.876 -0.152,5.689 0.361,9.019 -13.575,15.167 -9.586,17.83 -36.723,23.416 -27.459,5.659 -11.328,15.734 -0.796,18.367 12.768,3.193 42.307,7.716 62.266,-20.224 l -0.796,3.188 c 5.319,4.26 9.054,27.711 8.428,48.969 -0.626,21.259 -1.044,35.854 3.147,47.254 4.191,11.4 8.368,37.05 44.042,29.406 29.809,-6.388 45.256,-22.942 47.405,-50.555 1.525,-19.631 4.976,-16.729 5.194,-34.28 l 2.768,-8.309 c 3.192,-26.611 0.507,-35.196 18.872,-31.203 l 4.463,0.392 c 13.517,0.615 31.208,-2.174 41.591,-7 22.358,-10.376 35.618,-27.7 13.573,-23.148 z" + id="path18033" /> + <path + inkscape:connector-curvature="0" + d="m 215.866,286.484 c -1.385,49.516 0.348,99.377 5.193,111.495 4.848,12.118 15.223,35.688 50.9,28.045 29.806,-6.39 40.651,-18.756 45.357,-46.051 3.466,-20.082 10.148,-75.854 11.005,-87.281" + id="path18035" /> + <path + inkscape:connector-curvature="0" + d="m 173.104,38.256 c 0,0 -161.521,-66.016 -154.012,84.109 1.597,31.938 45.779,241.664 98.473,178.316 19.256,-23.166 36.671,-41.335 36.671,-41.335" + id="path18037" /> + <path + inkscape:connector-curvature="0" + d="m 260.349,26.207 c -5.591,1.753 89.848,-34.889 144.087,34.417 19.159,24.484 -3.043,124.519 -56.153,203.329" + id="path18039" /> + <path + inkscape:connector-curvature="0" + style="stroke-linejoin:bevel" + d="m 348.282,263.953 c 0,0 3.461,17.036 53.764,6.653 22.04,-4.552 8.776,12.774 -13.577,23.155 -18.345,8.514 -59.474,10.696 -60.146,-1.069 -1.729,-30.355 21.647,-21.133 19.96,-28.739 -1.525,-6.85 -11.979,-13.573 -18.894,-30.338 -6.037,-14.633 -82.796,-126.849 21.287,-110.183 3.813,-0.789 -27.146,-99.002 -124.553,-100.599 -97.385,-1.597 -94.19,119.762 -94.19,119.762" + id="path18041" /> + <path + inkscape:connector-curvature="0" + d="m 188.604,274.334 c -13.577,15.166 -9.584,17.829 -36.723,23.417 -27.459,5.66 -11.326,15.733 -0.797,18.365 12.768,3.195 42.307,7.718 62.266,-20.229 6.078,-8.509 -0.036,-22.086 -8.385,-25.547 -4.034,-1.671 -9.428,-3.765 -16.361,3.994 z" + id="path18043" /> + <path + inkscape:connector-curvature="0" + d="m 187.715,274.069 c -1.368,-8.917 2.93,-19.528 7.536,-31.942 6.922,-18.626 22.893,-37.255 10.117,-96.339 -9.523,-44.029 -73.396,-9.163 -73.436,-3.193 -0.039,5.968 2.889,30.26 -1.067,58.548 -5.162,36.913 23.488,68.132 56.479,64.938" + id="path18045" /> + <path + inkscape:connector-curvature="0" + style="fill:#ffffff;stroke-width:4.15500021;stroke-linecap:butt;stroke-linejoin:miter" + d="m 172.517,141.7 c -0.288,2.039 3.733,7.48 8.976,8.207 5.234,0.73 9.714,-3.522 9.998,-5.559 0.284,-2.039 -3.732,-4.285 -8.977,-5.015 -5.237,-0.731 -9.719,0.333 -9.996,2.367 z" + id="path18047" /> + <path + inkscape:connector-curvature="0" + style="fill:#ffffff;stroke-width:2.0775001;stroke-linecap:butt;stroke-linejoin:miter" + d="m 331.941,137.543 c 0.284,2.039 -3.732,7.48 -8.976,8.207 -5.238,0.73 -9.718,-3.522 -10.005,-5.559 -0.277,-2.039 3.74,-4.285 8.979,-5.015 5.239,-0.73 9.718,0.333 10.002,2.368 z" + id="path18049" /> + <path + inkscape:connector-curvature="0" + d="m 350.676,123.432 c 0.863,15.994 -3.445,26.888 -3.988,43.914 -0.804,24.748 11.799,53.074 -7.191,81.435" + id="path18051" /> + <path + inkscape:connector-curvature="0" + style="stroke-width:3" + d="M 0,60.232" + id="path18053" /> + </g> + </g> + </g> + <path + sodipodi:nodetypes="cc" + style="display:inline;fill:#800000;fill-rule:evenodd;stroke:#800000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker-end:url(#marker32687);paint-order:normal" + d="m 105.83333,213.93954 10.49923,4.88707" + id="path18061" + inkscape:connector-type="polyline" + inkscape:connector-curvature="0" /> + <g + transform="translate(39.687499,76.729162)" + id="g18075"> + <path + style="fill:#ff5555;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none" + d="m 26.458334,125.02084 v -4.66485 c 0,-1.08028 0.869682,-1.94996 1.94996,-1.94996 v 0 h 35.787581 c 1.080278,0 1.949958,0.86968 1.949958,1.94996 v 4.66485" + id="path18063" + inkscape:connector-curvature="0" /> + <rect + id="rect18065" + width="39.6875" + height="26.458332" + x="26.458334" + y="118.40625" + style="fill:none;stroke:#ff5555;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + ry="1.9499602" /> + <text + xml:space="preserve" + style="font-style:normal;font-weight:normal;font-size:5.64444447px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.26458332" + x="35.444519" + y="123.27061" + id="text18069"><tspan + sodipodi:role="line" + id="tspan18067" + x="35.444519" + y="123.27061" + style="font-size:5.64444447px;fill:#ffffff;fill-opacity:1;stroke-width:0.26458332">Indexer</tspan></text> + <text + id="text18073" + y="130.67889" + x="42.092178" + style="font-style:normal;font-weight:normal;font-size:5.64444447px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ff0606;fill-opacity:1;stroke:none;stroke-width:0.26458332" + xml:space="preserve"><tspan + style="font-size:5.64444447px;fill:#ff0606;fill-opacity:1;stroke-width:0.26458332" + y="130.67889" + x="42.092178" + id="tspan18071" + sodipodi:role="line">API</tspan></text> + </g> + <g + transform="matrix(0.05231247,0,0,0.05231247,66.781389,208.2255)" + id="g18083"> + <path + inkscape:connector-curvature="0" + d="M 96.944917,182.03377 C 89.662681,176.30608 81.894549,170.81448 76.586317,163.08166 65.416842,149.44499 56.816875,133.6567 50.937585,117.06515 47.383955,106.27654 46.166898,94.709824 41.585799,84.338096 c -4.792287,-7.533044 0.821224,-15.767897 9.072722,-18.16242 3.673742,-0.705104 10.133327,-4.170258 2.335951,-1.693539 -6.990592,5.128871 -7.667129,-4.655603 -0.498823,-5.27517 4.892026,-0.650249 6.692895,-4.655044 5.019966,-8.260251 -5.251326,-3.424464 12.733737,-7.18801 3.684373,-12.297799 -9.426987,-10.170666 13.186339,-12.128546 7.607283,-0.577786 -1.335447,8.882061 15.801226,-1.627907 11.825117,8.628945 4.041283,4.925694 15.133562,1.1211 14.85838,8.031392 5.887092,0.404678 7.907562,5.358061 13.433992,5.738347 5.72759,2.586557 16.1108,4.624792 18.0598,11.079149 -5.68242,4.498756 -18.84089,-9.292674 -19.47305,3.160397 1.71659,18.396078 1.27926,37.346439 8.00986,54.864989 3.18353,10.60759 10.9012,18.95779 17.87109,27.21946 6.66875,8.09126 15.70186,13.78715 24.90885,18.58338 8.07647,3.80901 16.78383,6.33528 25.58583,7.92044 3.5701,-2.7307 9.87303,-12.8828 15.44238,-8.60188 0.26423,4.81007 -11.0541,10.05512 -0.53248,9.5235 6.17819,-1.86378 10.46336,4.77803 15.55099,-1.21289 4.68719,5.55206 19.48197,-3.54734 16.14693,7.80115 -4.50972,2.90955 -11.08689,1.15142 -15.60404,5.15397 -7.44757,-3.71979 -13.37691,3.32843 -21.6219,2.43707 -9.15641,1.64002 -18.4716,2.30204 -27.75473,2.31642 -15.22952,-1.20328 -30.78158,-1.71049 -45.26969,-7.01291 -8.16166,-2.37161 -16.12649,-7.01887 -23.299683,-11.66829 z m 12.862043,5.5729 c 7.9696,3.44651 15.76243,7.07889 24.49656,8.17457 13.85682,1.92727 28.16653,4.89163 42.07301,2.18757 -6.2939,-2.84199 -12.80077,1.10719 -19.07096,-2.0322 -7.52033,1.61821 -15.59049,-0.41223 -23.23574,-1.41189 -8.69395,-3.87259 -18.0762,-6.53549 -26.21772,-11.56219 -10.173155,-3.71578 5.26142,4.76524 8.00873,5.45214 6.35952,3.60969 -6.99343,-1.85044 -8.87589,-3.35101 -5.32648,-2.9879 -6.00529,-2.36357 -0.52745,0.67085 1.10332,0.64577 2.19359,1.32226 3.34946,1.87216 z M 94.642259,176.88976 c 7.722781,2.86052 -0.03406,-5.43082 -3.572941,-4.94904 -1.567906,-2.72015 -5.9903,-4.43854 -2.870721,-5.89973 -5.611524,1.9481 -5.878319,-7.40814 -8.516004,-6.07139 -5.936516,-1.87454 -2.310496,-8.51501 -9.381929,-12.59292 -0.645488,-4.29697 -7.02577,-8.02393 -9.060801,-14.50525 -0.898786,-3.31843 -7.208336,-12.84783 -3.332369,-3.97927 3.300194,8.53747 9.106618,15.84879 13.93868,23.15175 3.752083,6.95328 8.182497,14.22026 15.015767,18.55788 2.303436,2.20963 4.527452,5.59533 7.780318,6.28797 z M 72.39456,152.46355 c 0.26956,-1.16626 1.412424,2.52422 0,0 z m 31.49641,27.85526 c 1.71013,-0.76577 -2.45912,-0.96476 0,0 z m 4.19228,1.52924 c -0.43419,-2.1116 -1.91376,1.18074 0,0 z m 5.24749,2.18891 c 2.49828,-2.37871 -3.85009,-1.49983 0,0 z m 8.99389,5.01274 c 1.51811,-2.2439 -4.85872,-0.84682 0,0 z m -17.2707,-12.03933 c 3.88031,-2.51023 -5.01186,-0.0347 0,0 z m 3.9366,1.96293 c -0.11004,-1.32709 -1.40297,0.59432 0,0 z m 19.67473,12.28006 c 3.16281,1.99601 18.46961,4.3749 8.88477,0.81847 -1.60377,0.33811 -17.77263,-4.57336 -8.88477,-0.81847 z M 97.430958,166.92721 c -0.307503,-1.33094 -4.909341,-1.4694 0,0 z m 9.159302,5.33813 c 2.38371,-1.66255 -4.94757,-1.28235 0,0 z m 7.70426,4.72382 c 3.42065,-1.28963 -5.54907,-1.29571 0,0 z M 93.703927,162.86805 c 3.711374,2.84621 14.967683,0.36473 5.683776,-1.69906 -4.225516,-2.2524 -13.74889,-3.79415 -7.25757,1.35821 l 1.573785,0.34088 z m 25.808723,15.75216 c 1.54595,-2.63388 -6.48298,-1.50411 0,0 z m -7.84249,-6.23284 c 9.0752,2.56719 -7.63142,-5.739 -2.23911,-0.94466 l 1.19513,0.54082 1.04399,0.4039 z m 15.72354,9.0878 c 8.59474,0.082 -7.76304,-1.18486 0,1e-5 z M 90.396984,157.89545 c -0.335695,-1.60094 -2.120962,0.13419 0,0 z m 51.535396,31.73502 c 0.2292,-2.89141 -2.80486,2.15157 0,0 z m -36.86817,-22.75299 c -0.51986,-1.52251 -2.68548,-0.0622 0,0 z m -13.852128,-9.98649 c 4.934237,-0.29629 -6.755322,-2.17418 0,0 z M 74.802387,146.28394 c -0.614146,-2.36536 -5.369213,-4.2519 0,0 z m 43.079323,27.33941 c -0.90373,-1.0307 -0.4251,0.22546 0,0 z m 26.81408,16.45475 c -0.086,-1.57503 -1.46039,0.59616 0,0 z m -29.18712,-18.90528 c 0.48266,-2.02932 -4.20741,-0.61442 0,0 z M 95.532612,158.51286 c 3.670785,-0.39305 -5.880434,-2.48161 0,0 z M 129.32396,179.51 c 5.72042,-2.26627 -5.57541,-1.10635 0,0 z m -17.57682,-11.93145 c 6.59278,0.85002 -7.84442,-4.48425 -1.44651,-0.4773 l 1.4465,0.47734 z m 22.91296,14.0886 c 6.15514,-3.67975 4.12588,8.61677 10.44254,1.0388 6.23086,-4.54942 -5.38086,5.62451 2.29838,0.81116 5.55359,-3.71438 13.75643,1.76075 18.93848,3.5472 3.72659,-0.18307 7.34938,3.22236 11.16973,1.15059 7.3542,-1.98082 -14.38097,-2.93789 -8.68344,-6.4523 -6.72914,1.95848 -11.70093,-2.33483 -15.01213,-6.64508 -7.54812,-1.74298 -16.27548,-5.602 -20.04257,-12.28184 -1.5359,-2.50802 2.21884,0.35333 -1.32586,-3.74638 -4.54834,-4.04546 -6.81948,-8.63766 -9.87278,-13.5552 -3.64755,-1.94587 -4.07249,-7.67345 -4.44123,-0.19201 0.0289,-4.72164 -4.40393,-7.89964 -5.48589,-6.57859 -0.0194,-4.54721 4.74396,-2.26787 1.40945,-5.63228 -0.71771,-4.71302 -3.08085,-9.6241 -3.79115,-14.9453 -1.1036,-2.56502 -0.15541,-8.05863 -3.76662,-2.25204 -1.31566,6.13669 -0.43668,-7.54129 1.6093,-3.03083 2.68543,-4.60251 -0.9641,-4.0612 -1.11361,-3.42211 1.74931,-3.88333 1.10719,-9.39159 -0.45644,-7.29023 0.93213,-4.11586 1.47259,-15.147529 -1.3951,-13.192579 1.73833,-4.303958 3.29668,-19.694077 -4.24961,-13.826325 -3.058358,0.04294 -8.354541,1.110195 -10.858032,2.355243 7.849502,4.326857 -0.789543,1.562577 -3.984808,0.874879 -0.416343,4.003642 -3.58119,2.272086 -7.535123,2.311339 6.315273,0.781339 -3.075253,6.458962 -6.698132,4.253506 -4.705102,2.248756 4.060621,7.862038 0.0944,9.597586 0.487433,2.616581 -7.208227,-0.944906 -6.603832,5.097711 -4.56774,-1.92155 -0.628961,7.16796 1.656273,4.09382 7.768882,2.10261 5.469108,6.89631 5.666947,11.44992 -1.265833,2.6534 -6.249495,-6.23691 -1.109939,-5.82517 -4.054715,-6.58674 -4.485232,-2.38081 -7.854566,0.67911 -0.783857,0.22222 8.5944,4.35376 2.709059,6.3967 5.177884,0.79894 5.325199,5.33008 6.379284,8.19735 3.11219,3.24152 2.475226,-3.57931 6.199071,0.31623 -2.356488,-3.4705 -12.48183,-9.77839 -4.329567,-7.7553 -0.04358,-3.49291 -1.474412,-6.30951 1.02322,-6.24118 2.473367,-4.47926 -2.590385,11.044 2.984725,5.35124 1.543285,-0.67388 1.92554,-4.48494 4.699544,0.35989 4.029096,3.96363 1.45533,6.83577 -4.228162,3.20648 1.016828,3.44946 7.603062,4.68217 6.365348,10.07646 1.3121,4.7444 3.147844,2.99695 4.747999,2.72266 1.25523,4.60973 1.968016,1.2201 2.027559,-0.97355 5.747357,1.23033 4.401142,4.62773 6.199456,7.00134 3.960416,1.78761 -5.668696,-12.11713 1.130659,-4.18106 7.153577,6.4586 2.682797,9.15464 -3.736856,8.11995 4.063129,-0.32824 5.373423,5.49305 10.455693,5.28853 4.63456,2.20477 7.77237,10.67291 -0.21613,7.1478 -2.77074,-2.49821 -12.575734,-5.5801 -4.56731,-0.82823 7.39657,3.42523 13.27117,5.47432 20.40487,9.77384 5.10535,3.64464 7.31104,7.81908 9.24607,8.64541 -4.29084,2.04946 -12.93089,-1.63655 -6.51514,-2.76618 -4.00168,-0.72894 -8.50258,-2.75259 -4.66961,2.2333 3.25926,2.72127 11.54708,2.43298 13.0328,2.74132 -1.25934,2.77488 -3.4207,2.99556 0.0516,3.21078 -3.87375,2.06438 1.24216,2.38403 1.60114,3.56362 z m -7.9215,-22.36993 c -2.35682,-2.46475 -2.9662,-7.08134 -0.41852,-3.06426 1.30648,0.52466 4.18523,7.54428 0.41857,3.06426 z m 25.79733,16.38693 c 1.47004,-0.0952 0.0427,1.11681 0,0 z m -29.51867,-22.43039 c -0.0904,-3.72637 0.8525,2.87419 0,0 z m -2.56392,-3.44965 c -2.96446,-5.72787 3.73721,1.62212 0,0 z M 89.382646,128.35916 c 1.7416,-0.46446 0.856841,2.97864 0,0 z m 24.728294,13.40357 c 1.06957,-4.01654 1.25692,3.37014 0,0 z M 96.64115,129.61525 c -1.231543,-2.21638 2.576009,2.07865 0,0 z m 14.99279,4.80618 c -2.80851,-6.29223 1.98836,-3.43699 0.62135,1.03124 z M 85.778757,117.17864 c -1.255624,-2.06432 -3.332663,-8.12135 -2.663982,-9.97042 0.604935,3.0114 6.403914,12.95956 2.844571,4.12096 -3.933386,-7.40908 4.701805,2.40491 5.590052,4.2529 0.413624,1.83837 -2.426789,-0.50225 -0.502192,3.80828 -3.509809,-4.90766 -2.071967,2.71088 -5.268449,-2.21172 z m -7.990701,-5.50612 c 0.328938,-4.79981 1.829262,3.29132 0,0 z m 3.594293,1.23728 c 1.715175,-3.62282 2.908243,5.05052 0,0 z m -8.64616,-6.68847 c -2.974956,-2.95622 -5.127809,-5.68132 0.139193,-1.83474 2.029482,0.0792 -4.509002,-6.19705 0.488751,-1.99305 5.25531,0.95822 2.5951,8.61674 -0.627944,3.82779 z m 4.541717,-0.11873 c 1.727646,-1.71203 0.917172,1.6853 0,0 z m 2.794587,0.8959 c -2.619181,-4.9094 3.178801,2.05822 0,0 z m -5.55546,-5.30909 c -8.64844,-7.696511 10.867309,4.02451 1.4129,1.4269 l -1.412955,-1.42683 z m 24.77908,14.39717 c -3.742506,-2.24398 -0.991777,-15.79747 0.284503,-6.52785 3.638294,-1.17695 -0.200879,4.78728 2.512784,4.73208 -0.42767,3.76305 -1.64169,5.11594 -2.797287,1.79577 z m 9.165207,5.41684 c 0.36705,-4.08462 0.77249,2.79262 0,0 z m -1.59198,-1.57295 c 0.41206,-1.74497 0.0426,2.05487 0,0 z M 76.213566,99.16032 c -5.556046,-7.665657 16.147323,7.75413 3.558556,1.9443 -1.315432,-0.34404 -2.898208,-0.46688 -3.558556,-1.9443 z m 17.649112,9.35749 c -0.525779,-6.45461 1.174169,1.06991 -1.92e-4,-2e-5 z m 13.399762,8.59585 c 1.03698,-3.67668 0.0773,2.43221 0,0 z M 77.064685,96.23472 c 3.302172,-0.706291 13.684695,5.79939 4.150224,1.85832 -1.059396,-1.17279 -3.317802,-0.63994 -4.150224,-1.85832 z m 28.356745,14.13312 c 0.35296,-6.60002 1.97138,-3.94233 0.0122,0.94474 l -0.0121,-0.94473 -5e-5,-1e-5 z M 79.52277,93.938099 c 1.345456,-1.97361 -3.571631,-8.923063 0.708795,-2.492797 1.849543,1.469605 5.355103,2.461959 2.260017,3.080216 4.867744,4.294162 -1.187244,1.163612 -2.968812,-0.587419 z m 24.49612,14.368161 c 0.92952,-7.51843 0.81971,4.40485 0,0 z M 76.712755,86.993902 c 1.027706,-0.439207 0.542746,1.369335 0,0 z m 6.389622,3.803092 c 1.644416,-3.450522 3.03351,3.848297 0,0 z m 18.023553,10.026276 c -0.0174,-1.3252 0.34003,1.92765 0,0 z m -1.04404,-2.31139 c -2.501612,-6.171646 2.32693,3.26759 0,0 z m -1.536003,-4.046372 c -0.419906,-2.550188 1.427129,3.203862 -7.3e-5,-9e-6 z m 2.499773,-4.063514 c -1.71663,-3.025123 2.16777,-13.331073 2.60122,-6.939418 -1.81185,4.980256 -0.52268,7.766309 0.74129,1.086388 2.33417,-5.257159 -0.50421,10.374054 -3.34255,5.853057 z m 2.56889,-15.326649 c 0.74833,-0.918921 0.16609,1.107082 0,0 z m -4.290016,84.534235 c -1.017552,-0.88802 0.127775,0.56506 0,0 z m 8.837726,4.47065 c 4.91599,1.26135 4.89086,-0.76487 0.44782,-1.36683 -2.3898,-2.22316 -9.930475,-4.58124 -3.18119,-0.27586 0.44699,1.13227 1.85944,1.10589 2.73337,1.64269 z M 90.708067,152.48725 c 2.708244,2.01956 10.201213,5.72375 3.858186,0.76868 2.138588,-2.48467 -4.093336,-3.80722 -2.026067,-5.46927 -5.258175,-3.21755 -4.147962,-2.93133 -0.464111,-2.8301 -6.319385,-2.82462 0.912163,-2.61333 0.571661,-4.06067 -2.436706,-0.48126 -12.103074,-4.29664 -6.416395,0.31341 -5.780887,-2.94751 -1.377603,1.09799 -3.12488,0.67029 -5.911336,-1.61178 5.264392,4.50224 -0.938845,2.98448 3.391327,2.6875 9.128301,6.88393 1.433786,2.84407 -1.013816,1.45934 5.506273,3.67136 7.106665,4.77911 z m 9.243194,5.31013 c 11.238769,3.62163 -5.510018,-4.4246 0,0 z m 47.316399,28.66432 c 0.14496,-2.22965 -1.53604,1.90201 0,0 z m 4.86324,2.04679 c 2.59297,-2.51255 0.106,4.00222 4.29655,-0.61509 0.0453,-3.30544 -0.12904,-5.25783 -4.81563,-1.24252 -1.29194,0.71648 -1.86871,3.76288 0.51908,1.85761 z M 74.932378,140.02637 c -0.796355,-3.1304 -5.581949,-3.11418 0,0 z m 5.193029,3.40294 c -1.928397,-3.19739 -6.880525,-2.89469 0,0 z m 29.543373,17.81697 c 2.8844,2.56199 13.24761,1.87984 3.50331,0.31527 -1.44321,-2.13386 -9.16415,-1.6203 -3.50331,-0.31527 z m 40.61236,25.08153 c 4.43933,-3.72512 -4.30122,1.66183 0,0 z m 9.2328,6.34473 c 0.0277,-1.19543 -1.91352,0.52338 0,0 z m 0.0142,-1.6736 c 4.91602,-5.20866 -4.76346,0.30807 -4e-5,0 z M 62.15981,129.33339 c -4.189944,-5.97826 -2.604586,-8.66544 -6.645136,-13.54677 -0.764913,-3.73279 -6.931672,-12.20326 -3.189579,-3.22947 3.42754,5.24836 4.446054,13.37434 9.834715,16.77624 z m 95.82635,60.00977 c 9.04429,-5.84575 -3.7125,-2.54641 0,0 z m 6.9041,2.70461 c 4.52911,-3.88867 -2.86491,-0.81334 0,0 z M 73.393094,133.41838 c 1.296204,-1.92838 -3.347642,-0.24666 0,0 z m 90.055596,56.78275 c 4.38526,-2.82746 -1.01036,-2.39335 -0.79483,0.26003 l 0.79484,-0.26003 z m -59.51386,-37.51178 c -0.15075,-1.90924 -2.31574,0.16206 0,0 z m 3.67794,2.11629 c -1.16888,-2.36318 -1.79716,0.37121 0,0 z m 62.8725,37.30625 c 5.61806,-4.05283 -3.4056,-0.77594 -1.17927,0.76785 z m -2.15131,-1.03979 c 4.57663,-3.83506 -4.83183,1.69954 0,0 z m 10.99163,7.31983 c 3.0728,-2.05816 -3.73316,-0.66575 0,0 z M 76.211249,132.02781 c 4.118965,0.92286 16.460394,10.1439 9.179466,0.63772 -3.728991,-1.10384 -1.492605,-10.21906 -5.29621,-8.60579 2.552972,4.2649 2.100461,6.08018 -3.259642,3.3914 -6.736808,-3.28853 -3.785888,1.6297 -2.469293,2.98518 -1.794185,0.40772 2.373226,1.5572 1.845679,1.59149 z m -18.76588,-14.82026 c 0.737407,-3.04991 -6.789814,-16.77881 -3.554464,-6.87916 1.167861,2.07373 1.049123,6.00387 3.554464,6.87916 z m 34.443451,21.23513 c -2.120989,-1.77378 -0.100792,-0.25103 0,0 z m 5.222997,1.21548 c -0.0027,-3.23079 -5.77326,-1.31196 0,0 z m 45.261473,28.53321 c -0.86326,-2.20739 -3.41229,-0.0512 8e-5,4e-5 z m 2.17351,1.58769 c -0.32087,-1.23546 -1.25399,0.23848 0,0 z m 17.94015,11.3001 c 1.72546,-1.27472 -2.15318,-0.1628 0,0 z M 66.819057,119.6006 c 4.935243,-1.91072 -5.28775,-1.36248 0,0 z m 71.569733,45.08937 c -0.0549,-3.19499 -3.14622,0.79264 0,0 z M 64.869152,115.05675 c 3.170167,-1.07084 -2.932663,-0.70531 0,0 z m 9.201532,4.45726 c -0.0575,-1.05014 -0.973336,0.39747 0,0 z m 112.231406,68.82181 c 4.0765,-0.8265 13.36606,2.07489 14.86752,-1.08086 -4.95044,-0.12019 -17.12734,-3.49263 -17.70346,0.80479 l 1.08368,0.17072 1.75226,0.10534 z M 76.995161,120.25099 c 0.07087,-3.23755 -2.524669,-0.12092 0,0 z M 52.801998,103.4687 c -1.098703,-6.16843 -4.178791,-0.93357 0,0 z m 5.769195,1.45013 c 0.07087,-1.9807 -5.280562,-1.78224 0,0 z m 3.296917,1.61923 c -0.953019,-0.77196 -0.745959,0.97521 0,0 z m 20.744719,13.30775 c 0.976615,-0.89718 -2.312116,-0.66455 0,0 z M 59.672204,102.88617 c -0.557624,-4.65897 -6.681999,-0.69805 0,0 z M 47.844441,95.21166 c -0.168219,-2.150189 -1.152625,0.81111 0,0 z m 1.759336,-1.328672 c -0.28703,-2.549584 -1.510515,0.324387 0,0 z m 9.720792,5.802442 c 4.110486,-1.61465 -7.487254,-3.33984 -0.839893,-0.30506 z m 130.097601,80.35913 c 2.63092,-2.4121 -3.34373,-0.74577 0,0 z m 15.71669,8.14691 c 1.05433,-3.1186 -2.65452,0.41058 0,0 z M 60.318012,94.590436 c 0.433018,-3.016773 -3.258762,0.59902 0,0 z M 46.487687,85.324242 c -0.742965,-4.25911 -0.64134,-11.735065 6.465133,-9.208583 -9.485962,1.883339 6.56534,11.790095 4.538357,3.968363 3.988626,0.195294 7.802669,-2.357284 5.709487,1.516403 7.85876,-0.867958 13.307129,-7.682612 20.898169,-6.72768 5.913058,-0.782493 12.378182,-1.375955 18.750257,-3.756157 5.23905,-0.37743 10.28235,-6.018062 7.41068,-9.361383 -7.14456,-0.604513 -14.62339,0.289393 -22.520112,1.858993 -8.750559,1.819117 -16.699014,5.275307 -25.528125,6.758866 -8.605891,1.15604 1.730998,3.185165 -0.734074,3.637227 -4.490681,1.558136 5.355488,2.608852 -0.582182,4.251428 C 57.228283,77.56448 53.411411,76.304535 54.977788,72.440196 46.7341,73.50992 39.490264,76.931325 46.003276,85.320342 l 0.484402,0.0037 9e-6,-2.56e-4 z m 19.864291,-10.1168 c 1.932856,-7.120464 10.355229,5.859274 3.168052,0.945776 -0.858453,-0.642457 -2.2703,-1.166588 -3.168052,-0.945776 z m 0.376038,-3.452197 c 2.789661,-2.078257 1.482964,1.16516 0,0 z m 3.542213,0.05622 c 0.251833,-3.27648 8.108752,1.73455 1.295517,1.179499 z m 4.84543,-1.948193 c 1.769481,-2.067535 0.50862,1.83906 0,0 z m 1.239563,-0.83005 c 2.946379,-3.540216 16.68561,-2.259413 6.628966,-0.34519 -2.695543,-2.029363 -4.761797,1.196575 -6.628966,0.34519 z m 17.930017,-2.763886 c -0.448199,-9.670222 8.907771,3.436477 0,0 z m 5.087539,-0.02784 c 1.860022,-4.873906 7.218072,-1.955774 0.860732,-0.979407 0.13805,0.518656 -0.18642,2.516173 -0.860732,0.979407 z M 58.311842,92.088739 c 5.55753,-3.403212 -5.899945,-2.952541 0,0 z m 4.109214,1.141866 c 1.948513,-2.071884 -4.233857,-0.840369 0,0 z M 50.313395,84.63767 c 3.175569,-2.439416 -3.757842,-0.927473 0,0 z M 214.41578,187.30012 c 0.0918,-2.83019 -2.42718,1.27537 0,0 z m -16.67487,-11.37935 c 0.47417,-3.25845 -2.14286,0.28408 0,0 z m 21.26022,12.47672 c 4.43994,0.015 13.45265,-1.37884 3.79217,-1.37442 -1.51594,0.23641 -8.83311,0.18571 -3.79216,1.37439 z M 66.035603,91.23339 c 3.593258,-0.246807 5.621861,-3.963629 -0.694932,-3.749977 -9.789949,-1.013541 8.637508,3.352129 -1.255898,2.10383 -1.329368,0.880346 1.873606,1.889721 1.95083,1.646147 z m 3.164618,1.601748 c -0.375177,-2.307063 -1.111156,1.225591 0,0 z m 3.753896,-10.009901 c 1.559281,-1.934055 -2.157697,-0.517053 0,0 z M 61.003998,62.84999 c 6.412879,-2.181631 15.182392,-4.633087 18.210335,1.074184 -3.081589,-3.70893 -1.24361,-7.360157 1.666959,-1.937407 4.115576,5.486669 6.175915,-2.495489 3.499086,-4.335821 3.050468,3.790246 6.520044,5.581281 2.042429,0.239564 4.865693,-5.852929 -9.742712,0.766433 -13.063105,0.699775 -1.597564,0.717062 -16.493576,3.79889 -12.355704,4.259705 z m 3.75831,-7.197834 c 3.657324,-2.760416 12.648968,1.641989 6.879078,-2.743367 -0.564117,-0.498292 -12.636077,3.325475 -6.879078,2.743367 z m 13.333489,0.550473 c 4.280389,0.109225 -1.84632,-5.750287 3.254304,-3.095159 -0.837696,-2.736627 -5.938558,-3.248956 -8.432316,-4.342312 -1.410474,2.502054 2.870977,7.471102 5.178012,7.437471 z M 67.100291,44.099162 c 1.480803,-2.007406 -2.59521,1.017699 0,0 z m 5.449586,1.304353 c 6.897867,-0.914901 -1.758292,-2.970542 -1.389954,-0.07352 l 1.389954,0.07352 v -9e-6 z M 62.374386,37.441437 c -4.856866,-6.340205 9.133987,1.065769 4.199411,-5.572646 -4.153254,-3.307245 -8.144297,3.721775 -4.199411,5.572646 z m 62.330124,33.572802 c 2.22762,-3.948988 -9.19697,-5.323011 -1.5009,-1.399578 0.70858,0.236781 0.54821,1.6727 1.5009,1.399578 z" + id="path18077" + style="fill:#000000" /> + <g + id="g18079" + style="font-style:normal;font-weight:normal;font-size:40px;font-family:'Bitstream Vera Sans';fill:#000000;fill-opacity:1;stroke:none" /> + <g + transform="translate(0,4)" + id="g18081" + style="font-style:normal;font-weight:normal;font-size:40px;line-height:89.99999762%;font-family:'Bitstream Vera Sans';fill:#000000;fill-opacity:1;stroke:none" /> + </g> + <g + transform="translate(-6.6145838,148.65187)" + id="g18147"> + <g + transform="matrix(0.07201508,0,0,0.07201508,77.992626,65.452336)" + id="g18115" + inkscape:label="Layer 1"> + <g + id="g18093" + transform="translate(720.72599,455.1759)"> + <ellipse + id="ellipse18085" + style="fill:#d40000" + transform="matrix(0.47131,0,0,1.0459,-144.23642,-439.39451)" + cx="328.57144" + cy="602.7193" + rx="147.14285" + ry="26.071428" /> + <path + inkscape:connector-curvature="0" + id="path18087" + style="fill:#ff5555" + d="m -58.57742,145.90269 v 0.29457 c 0.006,-0.0975 0.0206,-0.19729 0.0295,-0.29457 z m 138.62,0 c 0.0302,0.33044 0.0589,0.66821 0.0589,1.0015 v -1.0015 z m 0.0589,1.0015 c -10e-6,15.052 -31.075,27.262 -69.356,27.262 -37.683,1e-5 -68.377,-11.828 -69.326,-26.555 v 40.68 c -0.0151,0.23376 -0.0147,0.45704 -0.0147,0.69223 0,0.22546 8.7e-4,0.45335 0.0147,0.67751 0.91151,14.741 31.619,26.599 69.326,26.599 37.708,0 68.415,-11.858 69.326,-26.599 h 0.0295 v -0.50077 c 9.5e-4,-0.0587 0,-0.11794 0,-0.17674 0,-0.0588 9.4e-4,-0.11803 0,-0.17674 v -41.902 z" /> + <ellipse + id="ellipse18089" + style="fill:#ff2a2a" + transform="matrix(0.47131,0,0,1.0459,-144.07642,-483.31731)" + cx="328.57144" + cy="602.7193" + rx="147.14285" + ry="26.071428" /> + <ellipse + id="ellipse18091" + style="fill:#ff8080" + transform="matrix(0.46281,0,0,1.0271,-140.92842,-473.86731)" + cx="328.57144" + cy="602.7193" + rx="147.14285" + ry="26.071428" /> + </g> + <g + transform="translate(720.72599,409.74375)" + id="g18103"> + <ellipse + transform="matrix(0.47131,0,0,1.0459,-144.23642,-439.39451)" + style="fill:#d40000" + id="ellipse18095" + cx="328.57144" + cy="602.7193" + rx="147.14285" + ry="26.071428" /> + <path + d="m -58.57742,145.90269 v 0.29457 c 0.006,-0.0975 0.0206,-0.19729 0.0295,-0.29457 z m 138.62,0 c 0.0302,0.33044 0.0589,0.66821 0.0589,1.0015 v -1.0015 z m 0.0589,1.0015 c -10e-6,15.052 -31.075,27.262 -69.356,27.262 -37.683,1e-5 -68.377,-11.828 -69.326,-26.555 v 40.68 c -0.0151,0.23376 -0.0147,0.45704 -0.0147,0.69223 0,0.22546 8.7e-4,0.45335 0.0147,0.67751 0.91151,14.741 31.619,26.599 69.326,26.599 37.708,0 68.415,-11.858 69.326,-26.599 h 0.0295 v -0.50077 c 9.5e-4,-0.0587 0,-0.11794 0,-0.17674 0,-0.0588 9.4e-4,-0.11803 0,-0.17674 v -41.902 z" + style="fill:#ff5555" + id="path18097" + inkscape:connector-curvature="0" /> + <ellipse + transform="matrix(0.47131,0,0,1.0459,-144.07642,-483.31731)" + style="fill:#ff2a2a" + id="ellipse18099" + cx="328.57144" + cy="602.7193" + rx="147.14285" + ry="26.071428" /> + <ellipse + transform="matrix(0.46281,0,0,1.0271,-140.92842,-473.86731)" + style="fill:#ff8080" + id="ellipse18101" + cx="328.57144" + cy="602.7193" + rx="147.14285" + ry="26.071428" /> + </g> + <g + transform="translate(720.72599,364.3116)" + id="g18113"> + <ellipse + id="ellipse18105" + style="fill:#d40000" + transform="matrix(0.47131,0,0,1.0459,-144.23642,-439.39451)" + cx="328.57144" + cy="602.7193" + rx="147.14285" + ry="26.071428" /> + <path + inkscape:connector-curvature="0" + id="path18107" + style="fill:#ff5555" + d="m -58.57742,145.90269 v 0.29457 c 0.006,-0.0975 0.0206,-0.19729 0.0295,-0.29457 z m 138.62,0 c 0.0302,0.33044 0.0589,0.66821 0.0589,1.0015 v -1.0015 z m 0.0589,1.0015 c -10e-6,15.052 -31.075,27.262 -69.356,27.262 -37.683,1e-5 -68.377,-11.828 -69.326,-26.555 v 40.68 c -0.0151,0.23376 -0.0147,0.45704 -0.0147,0.69223 0,0.22546 8.7e-4,0.45335 0.0147,0.67751 0.91151,14.741 31.619,26.599 69.326,26.599 37.708,0 68.415,-11.858 69.326,-26.599 h 0.0295 v -0.50077 c 9.5e-4,-0.0587 0,-0.11794 0,-0.17674 0,-0.0588 9.4e-4,-0.11803 0,-0.17674 v -41.902 z" /> + <ellipse + id="ellipse18109" + style="fill:#ff2a2a" + transform="matrix(0.47131,0,0,1.0459,-144.07642,-483.31731)" + cx="328.57144" + cy="602.7193" + rx="147.14285" + ry="26.071428" /> + <ellipse + id="ellipse18111" + style="fill:#ff8080" + transform="matrix(0.46281,0,0,1.0271,-140.92842,-473.86731)" + cx="328.57144" + cy="602.7193" + rx="147.14285" + ry="26.071428" /> + </g> + </g> + <g + id="g18145" + transform="matrix(0.01619041,0,0,0.01619041,123.68199,108.17314)"> + <g + style="clip-rule:nonzero;fill-rule:nonzero;stroke:#000000;stroke-miterlimit:4" + id="g18117" /> + <g + style="clip-rule:nonzero;fill:none;fill-rule:nonzero;stroke:#ffffff;stroke-width:12.46510029;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4" + id="g18143"> + <path + id="path18119" + d="m 323.205,324.227 c 2.833,-23.601 1.984,-27.062 19.563,-23.239 l 4.463,0.392 c 13.517,0.615 31.199,-2.174 41.587,-7 22.362,-10.376 35.622,-27.7 13.572,-23.148 -50.297,10.376 -53.755,-6.655 -53.755,-6.655 C 401.746,185.774 423.948,85.741 404.784,61.255 352.514,-5.534 262.036,26.049 260.522,26.869 l -0.482,0.089 c -9.938,-2.062 -21.06,-3.294 -33.554,-3.496 -22.761,-0.374 -40.032,5.967 -53.133,15.904 0,0 -161.408,-66.498 -153.899,83.628 1.597,31.936 45.777,241.655 98.47,178.31 19.259,-23.163 37.871,-42.748 37.871,-42.748 9.242,6.14 20.307,9.272 31.912,8.147 l 0.897,-0.765 c -0.281,2.876 -0.157,5.689 0.359,9.019 -13.572,15.167 -9.584,17.83 -36.723,23.416 -27.457,5.659 -11.326,15.734 -0.797,18.367 12.768,3.193 42.305,7.716 62.268,-20.224 l -0.795,3.188 c 5.325,4.26 4.965,30.619 5.72,49.452 0.756,18.834 2.017,36.409 5.856,46.771 3.839,10.36 8.369,37.05 44.036,29.406 29.809,-6.388 52.6,-15.582 54.677,-101.107" + style="fill:#000000;stroke:#000000;stroke-width:37.39530182;stroke-linecap:butt;stroke-linejoin:miter" + inkscape:connector-curvature="0" /> + <path + id="path18121" + d="m 402.395,271.23 c -50.302,10.376 -53.76,-6.655 -53.76,-6.655 53.111,-78.808 75.313,-178.843 56.153,-203.326 -52.27,-66.785 -142.752,-35.2 -144.262,-34.38 l -0.486,0.087 c -9.938,-2.063 -21.06,-3.292 -33.56,-3.496 -22.761,-0.373 -40.026,5.967 -53.127,15.902 0,0 -161.411,-66.495 -153.904,83.63 1.597,31.938 45.776,241.657 98.471,178.312 19.26,-23.163 37.869,-42.748 37.869,-42.748 9.243,6.14 20.308,9.272 31.908,8.147 l 0.901,-0.765 c -0.28,2.876 -0.152,5.689 0.361,9.019 -13.575,15.167 -9.586,17.83 -36.723,23.416 -27.459,5.659 -11.328,15.734 -0.796,18.367 12.768,3.193 42.307,7.716 62.266,-20.224 l -0.796,3.188 c 5.319,4.26 9.054,27.711 8.428,48.969 -0.626,21.259 -1.044,35.854 3.147,47.254 4.191,11.4 8.368,37.05 44.042,29.406 29.809,-6.388 45.256,-22.942 47.405,-50.555 1.525,-19.631 4.976,-16.729 5.194,-34.28 l 2.768,-8.309 c 3.192,-26.611 0.507,-35.196 18.872,-31.203 l 4.463,0.392 c 13.517,0.615 31.208,-2.174 41.591,-7 22.358,-10.376 35.618,-27.7 13.573,-23.148 z" + style="fill:#336791;stroke:none" + inkscape:connector-curvature="0" /> + <path + id="path18123" + d="m 215.866,286.484 c -1.385,49.516 0.348,99.377 5.193,111.495 4.848,12.118 15.223,35.688 50.9,28.045 29.806,-6.39 40.651,-18.756 45.357,-46.051 3.466,-20.082 10.148,-75.854 11.005,-87.281" + inkscape:connector-curvature="0" /> + <path + id="path18125" + d="m 173.104,38.256 c 0,0 -161.521,-66.016 -154.012,84.109 1.597,31.938 45.779,241.664 98.473,178.316 19.256,-23.166 36.671,-41.335 36.671,-41.335" + inkscape:connector-curvature="0" /> + <path + id="path18127" + d="m 260.349,26.207 c -5.591,1.753 89.848,-34.889 144.087,34.417 19.159,24.484 -3.043,124.519 -56.153,203.329" + inkscape:connector-curvature="0" /> + <path + id="path18129" + d="m 348.282,263.953 c 0,0 3.461,17.036 53.764,6.653 22.04,-4.552 8.776,12.774 -13.577,23.155 -18.345,8.514 -59.474,10.696 -60.146,-1.069 -1.729,-30.355 21.647,-21.133 19.96,-28.739 -1.525,-6.85 -11.979,-13.573 -18.894,-30.338 -6.037,-14.633 -82.796,-126.849 21.287,-110.183 3.813,-0.789 -27.146,-99.002 -124.553,-100.599 -97.385,-1.597 -94.19,119.762 -94.19,119.762" + style="stroke-linejoin:bevel" + inkscape:connector-curvature="0" /> + <path + id="path18131" + d="m 188.604,274.334 c -13.577,15.166 -9.584,17.829 -36.723,23.417 -27.459,5.66 -11.326,15.733 -0.797,18.365 12.768,3.195 42.307,7.718 62.266,-20.229 6.078,-8.509 -0.036,-22.086 -8.385,-25.547 -4.034,-1.671 -9.428,-3.765 -16.361,3.994 z" + inkscape:connector-curvature="0" /> + <path + id="path18133" + d="m 187.715,274.069 c -1.368,-8.917 2.93,-19.528 7.536,-31.942 6.922,-18.626 22.893,-37.255 10.117,-96.339 -9.523,-44.029 -73.396,-9.163 -73.436,-3.193 -0.039,5.968 2.889,30.26 -1.067,58.548 -5.162,36.913 23.488,68.132 56.479,64.938" + inkscape:connector-curvature="0" /> + <path + id="path18135" + d="m 172.517,141.7 c -0.288,2.039 3.733,7.48 8.976,8.207 5.234,0.73 9.714,-3.522 9.998,-5.559 0.284,-2.039 -3.732,-4.285 -8.977,-5.015 -5.237,-0.731 -9.719,0.333 -9.996,2.367 z" + style="fill:#ffffff;stroke-width:4.15500021;stroke-linecap:butt;stroke-linejoin:miter" + inkscape:connector-curvature="0" /> + <path + id="path18137" + d="m 331.941,137.543 c 0.284,2.039 -3.732,7.48 -8.976,8.207 -5.238,0.73 -9.718,-3.522 -10.005,-5.559 -0.277,-2.039 3.74,-4.285 8.979,-5.015 5.239,-0.73 9.718,0.333 10.002,2.368 z" + style="fill:#ffffff;stroke-width:2.0775001;stroke-linecap:butt;stroke-linejoin:miter" + inkscape:connector-curvature="0" /> + <path + id="path18139" + d="m 350.676,123.432 c 0.863,15.994 -3.445,26.888 -3.988,43.914 -0.804,24.748 11.799,53.074 -7.191,81.435" + inkscape:connector-curvature="0" /> + <path + id="path18141" + d="M 0,60.232" + style="stroke-width:3" + inkscape:connector-curvature="0" /> + </g> + </g> + </g> + <path + inkscape:connector-curvature="0" + inkscape:connector-type="polyline" + id="path18149" + d="m 105.83333,247.01246 10.49923,4.88707" + style="display:inline;fill:#800000;fill-rule:evenodd;stroke:#800000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker-end:url(#marker23603);paint-order:normal" + sodipodi:nodetypes="cc" /> + <g + id="g18163" + transform="translate(39.687499,109.80207)"> + <path + inkscape:connector-curvature="0" + id="path18151" + d="m 26.458334,125.02084 v -4.66485 c 0,-1.08028 0.869682,-1.94996 1.94996,-1.94996 v 0 h 35.787581 c 1.080278,0 1.949958,0.86968 1.949958,1.94996 v 4.66485" + style="fill:#ff5555;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none" /> + <rect + ry="1.9499602" + style="fill:none;stroke:#ff5555;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + y="118.40625" + x="26.458334" + height="26.458332" + width="39.6875" + id="rect18153" /> + <text + id="text18157" + y="123.27061" + x="35.219902" + style="font-style:normal;font-weight:normal;font-size:5.64444447px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.26458332" + xml:space="preserve"><tspan + style="font-size:5.64444447px;fill:#ffffff;fill-opacity:1;stroke-width:0.26458332" + y="123.27061" + x="35.219902" + id="tspan18155" + sodipodi:role="line">Storage</tspan></text> + <text + xml:space="preserve" + style="font-style:normal;font-weight:normal;font-size:5.64444447px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ff0606;fill-opacity:1;stroke:none;stroke-width:0.26458332" + x="42.092178" + y="130.67889" + id="text18161"><tspan + sodipodi:role="line" + id="tspan18159" + x="42.092178" + y="130.67889" + style="font-size:5.64444447px;fill:#ff0606;fill-opacity:1;stroke-width:0.26458332">API</tspan></text> + </g> + <g + id="g18171" + transform="matrix(0.05231247,0,0,0.05231247,66.781389,241.29842)"> + <path + style="fill:#000000" + id="path18165" + d="M 96.944917,182.03377 C 89.662681,176.30608 81.894549,170.81448 76.586317,163.08166 65.416842,149.44499 56.816875,133.6567 50.937585,117.06515 47.383955,106.27654 46.166898,94.709824 41.585799,84.338096 c -4.792287,-7.533044 0.821224,-15.767897 9.072722,-18.16242 3.673742,-0.705104 10.133327,-4.170258 2.335951,-1.693539 -6.990592,5.128871 -7.667129,-4.655603 -0.498823,-5.27517 4.892026,-0.650249 6.692895,-4.655044 5.019966,-8.260251 -5.251326,-3.424464 12.733737,-7.18801 3.684373,-12.297799 -9.426987,-10.170666 13.186339,-12.128546 7.607283,-0.577786 -1.335447,8.882061 15.801226,-1.627907 11.825117,8.628945 4.041283,4.925694 15.133562,1.1211 14.85838,8.031392 5.887092,0.404678 7.907562,5.358061 13.433992,5.738347 5.72759,2.586557 16.1108,4.624792 18.0598,11.079149 -5.68242,4.498756 -18.84089,-9.292674 -19.47305,3.160397 1.71659,18.396078 1.27926,37.346439 8.00986,54.864989 3.18353,10.60759 10.9012,18.95779 17.87109,27.21946 6.66875,8.09126 15.70186,13.78715 24.90885,18.58338 8.07647,3.80901 16.78383,6.33528 25.58583,7.92044 3.5701,-2.7307 9.87303,-12.8828 15.44238,-8.60188 0.26423,4.81007 -11.0541,10.05512 -0.53248,9.5235 6.17819,-1.86378 10.46336,4.77803 15.55099,-1.21289 4.68719,5.55206 19.48197,-3.54734 16.14693,7.80115 -4.50972,2.90955 -11.08689,1.15142 -15.60404,5.15397 -7.44757,-3.71979 -13.37691,3.32843 -21.6219,2.43707 -9.15641,1.64002 -18.4716,2.30204 -27.75473,2.31642 -15.22952,-1.20328 -30.78158,-1.71049 -45.26969,-7.01291 -8.16166,-2.37161 -16.12649,-7.01887 -23.299683,-11.66829 z m 12.862043,5.5729 c 7.9696,3.44651 15.76243,7.07889 24.49656,8.17457 13.85682,1.92727 28.16653,4.89163 42.07301,2.18757 -6.2939,-2.84199 -12.80077,1.10719 -19.07096,-2.0322 -7.52033,1.61821 -15.59049,-0.41223 -23.23574,-1.41189 -8.69395,-3.87259 -18.0762,-6.53549 -26.21772,-11.56219 -10.173155,-3.71578 5.26142,4.76524 8.00873,5.45214 6.35952,3.60969 -6.99343,-1.85044 -8.87589,-3.35101 -5.32648,-2.9879 -6.00529,-2.36357 -0.52745,0.67085 1.10332,0.64577 2.19359,1.32226 3.34946,1.87216 z M 94.642259,176.88976 c 7.722781,2.86052 -0.03406,-5.43082 -3.572941,-4.94904 -1.567906,-2.72015 -5.9903,-4.43854 -2.870721,-5.89973 -5.611524,1.9481 -5.878319,-7.40814 -8.516004,-6.07139 -5.936516,-1.87454 -2.310496,-8.51501 -9.381929,-12.59292 -0.645488,-4.29697 -7.02577,-8.02393 -9.060801,-14.50525 -0.898786,-3.31843 -7.208336,-12.84783 -3.332369,-3.97927 3.300194,8.53747 9.106618,15.84879 13.93868,23.15175 3.752083,6.95328 8.182497,14.22026 15.015767,18.55788 2.303436,2.20963 4.527452,5.59533 7.780318,6.28797 z M 72.39456,152.46355 c 0.26956,-1.16626 1.412424,2.52422 0,0 z m 31.49641,27.85526 c 1.71013,-0.76577 -2.45912,-0.96476 0,0 z m 4.19228,1.52924 c -0.43419,-2.1116 -1.91376,1.18074 0,0 z m 5.24749,2.18891 c 2.49828,-2.37871 -3.85009,-1.49983 0,0 z m 8.99389,5.01274 c 1.51811,-2.2439 -4.85872,-0.84682 0,0 z m -17.2707,-12.03933 c 3.88031,-2.51023 -5.01186,-0.0347 0,0 z m 3.9366,1.96293 c -0.11004,-1.32709 -1.40297,0.59432 0,0 z m 19.67473,12.28006 c 3.16281,1.99601 18.46961,4.3749 8.88477,0.81847 -1.60377,0.33811 -17.77263,-4.57336 -8.88477,-0.81847 z M 97.430958,166.92721 c -0.307503,-1.33094 -4.909341,-1.4694 0,0 z m 9.159302,5.33813 c 2.38371,-1.66255 -4.94757,-1.28235 0,0 z m 7.70426,4.72382 c 3.42065,-1.28963 -5.54907,-1.29571 0,0 z M 93.703927,162.86805 c 3.711374,2.84621 14.967683,0.36473 5.683776,-1.69906 -4.225516,-2.2524 -13.74889,-3.79415 -7.25757,1.35821 l 1.573785,0.34088 z m 25.808723,15.75216 c 1.54595,-2.63388 -6.48298,-1.50411 0,0 z m -7.84249,-6.23284 c 9.0752,2.56719 -7.63142,-5.739 -2.23911,-0.94466 l 1.19513,0.54082 1.04399,0.4039 z m 15.72354,9.0878 c 8.59474,0.082 -7.76304,-1.18486 0,1e-5 z M 90.396984,157.89545 c -0.335695,-1.60094 -2.120962,0.13419 0,0 z m 51.535396,31.73502 c 0.2292,-2.89141 -2.80486,2.15157 0,0 z m -36.86817,-22.75299 c -0.51986,-1.52251 -2.68548,-0.0622 0,0 z m -13.852128,-9.98649 c 4.934237,-0.29629 -6.755322,-2.17418 0,0 z M 74.802387,146.28394 c -0.614146,-2.36536 -5.369213,-4.2519 0,0 z m 43.079323,27.33941 c -0.90373,-1.0307 -0.4251,0.22546 0,0 z m 26.81408,16.45475 c -0.086,-1.57503 -1.46039,0.59616 0,0 z m -29.18712,-18.90528 c 0.48266,-2.02932 -4.20741,-0.61442 0,0 z M 95.532612,158.51286 c 3.670785,-0.39305 -5.880434,-2.48161 0,0 z M 129.32396,179.51 c 5.72042,-2.26627 -5.57541,-1.10635 0,0 z m -17.57682,-11.93145 c 6.59278,0.85002 -7.84442,-4.48425 -1.44651,-0.4773 l 1.4465,0.47734 z m 22.91296,14.0886 c 6.15514,-3.67975 4.12588,8.61677 10.44254,1.0388 6.23086,-4.54942 -5.38086,5.62451 2.29838,0.81116 5.55359,-3.71438 13.75643,1.76075 18.93848,3.5472 3.72659,-0.18307 7.34938,3.22236 11.16973,1.15059 7.3542,-1.98082 -14.38097,-2.93789 -8.68344,-6.4523 -6.72914,1.95848 -11.70093,-2.33483 -15.01213,-6.64508 -7.54812,-1.74298 -16.27548,-5.602 -20.04257,-12.28184 -1.5359,-2.50802 2.21884,0.35333 -1.32586,-3.74638 -4.54834,-4.04546 -6.81948,-8.63766 -9.87278,-13.5552 -3.64755,-1.94587 -4.07249,-7.67345 -4.44123,-0.19201 0.0289,-4.72164 -4.40393,-7.89964 -5.48589,-6.57859 -0.0194,-4.54721 4.74396,-2.26787 1.40945,-5.63228 -0.71771,-4.71302 -3.08085,-9.6241 -3.79115,-14.9453 -1.1036,-2.56502 -0.15541,-8.05863 -3.76662,-2.25204 -1.31566,6.13669 -0.43668,-7.54129 1.6093,-3.03083 2.68543,-4.60251 -0.9641,-4.0612 -1.11361,-3.42211 1.74931,-3.88333 1.10719,-9.39159 -0.45644,-7.29023 0.93213,-4.11586 1.47259,-15.147529 -1.3951,-13.192579 1.73833,-4.303958 3.29668,-19.694077 -4.24961,-13.826325 -3.058358,0.04294 -8.354541,1.110195 -10.858032,2.355243 7.849502,4.326857 -0.789543,1.562577 -3.984808,0.874879 -0.416343,4.003642 -3.58119,2.272086 -7.535123,2.311339 6.315273,0.781339 -3.075253,6.458962 -6.698132,4.253506 -4.705102,2.248756 4.060621,7.862038 0.0944,9.597586 0.487433,2.616581 -7.208227,-0.944906 -6.603832,5.097711 -4.56774,-1.92155 -0.628961,7.16796 1.656273,4.09382 7.768882,2.10261 5.469108,6.89631 5.666947,11.44992 -1.265833,2.6534 -6.249495,-6.23691 -1.109939,-5.82517 -4.054715,-6.58674 -4.485232,-2.38081 -7.854566,0.67911 -0.783857,0.22222 8.5944,4.35376 2.709059,6.3967 5.177884,0.79894 5.325199,5.33008 6.379284,8.19735 3.11219,3.24152 2.475226,-3.57931 6.199071,0.31623 -2.356488,-3.4705 -12.48183,-9.77839 -4.329567,-7.7553 -0.04358,-3.49291 -1.474412,-6.30951 1.02322,-6.24118 2.473367,-4.47926 -2.590385,11.044 2.984725,5.35124 1.543285,-0.67388 1.92554,-4.48494 4.699544,0.35989 4.029096,3.96363 1.45533,6.83577 -4.228162,3.20648 1.016828,3.44946 7.603062,4.68217 6.365348,10.07646 1.3121,4.7444 3.147844,2.99695 4.747999,2.72266 1.25523,4.60973 1.968016,1.2201 2.027559,-0.97355 5.747357,1.23033 4.401142,4.62773 6.199456,7.00134 3.960416,1.78761 -5.668696,-12.11713 1.130659,-4.18106 7.153577,6.4586 2.682797,9.15464 -3.736856,8.11995 4.063129,-0.32824 5.373423,5.49305 10.455693,5.28853 4.63456,2.20477 7.77237,10.67291 -0.21613,7.1478 -2.77074,-2.49821 -12.575734,-5.5801 -4.56731,-0.82823 7.39657,3.42523 13.27117,5.47432 20.40487,9.77384 5.10535,3.64464 7.31104,7.81908 9.24607,8.64541 -4.29084,2.04946 -12.93089,-1.63655 -6.51514,-2.76618 -4.00168,-0.72894 -8.50258,-2.75259 -4.66961,2.2333 3.25926,2.72127 11.54708,2.43298 13.0328,2.74132 -1.25934,2.77488 -3.4207,2.99556 0.0516,3.21078 -3.87375,2.06438 1.24216,2.38403 1.60114,3.56362 z m -7.9215,-22.36993 c -2.35682,-2.46475 -2.9662,-7.08134 -0.41852,-3.06426 1.30648,0.52466 4.18523,7.54428 0.41857,3.06426 z m 25.79733,16.38693 c 1.47004,-0.0952 0.0427,1.11681 0,0 z m -29.51867,-22.43039 c -0.0904,-3.72637 0.8525,2.87419 0,0 z m -2.56392,-3.44965 c -2.96446,-5.72787 3.73721,1.62212 0,0 z M 89.382646,128.35916 c 1.7416,-0.46446 0.856841,2.97864 0,0 z m 24.728294,13.40357 c 1.06957,-4.01654 1.25692,3.37014 0,0 z M 96.64115,129.61525 c -1.231543,-2.21638 2.576009,2.07865 0,0 z m 14.99279,4.80618 c -2.80851,-6.29223 1.98836,-3.43699 0.62135,1.03124 z M 85.778757,117.17864 c -1.255624,-2.06432 -3.332663,-8.12135 -2.663982,-9.97042 0.604935,3.0114 6.403914,12.95956 2.844571,4.12096 -3.933386,-7.40908 4.701805,2.40491 5.590052,4.2529 0.413624,1.83837 -2.426789,-0.50225 -0.502192,3.80828 -3.509809,-4.90766 -2.071967,2.71088 -5.268449,-2.21172 z m -7.990701,-5.50612 c 0.328938,-4.79981 1.829262,3.29132 0,0 z m 3.594293,1.23728 c 1.715175,-3.62282 2.908243,5.05052 0,0 z m -8.64616,-6.68847 c -2.974956,-2.95622 -5.127809,-5.68132 0.139193,-1.83474 2.029482,0.0792 -4.509002,-6.19705 0.488751,-1.99305 5.25531,0.95822 2.5951,8.61674 -0.627944,3.82779 z m 4.541717,-0.11873 c 1.727646,-1.71203 0.917172,1.6853 0,0 z m 2.794587,0.8959 c -2.619181,-4.9094 3.178801,2.05822 0,0 z m -5.55546,-5.30909 c -8.64844,-7.696511 10.867309,4.02451 1.4129,1.4269 l -1.412955,-1.42683 z m 24.77908,14.39717 c -3.742506,-2.24398 -0.991777,-15.79747 0.284503,-6.52785 3.638294,-1.17695 -0.200879,4.78728 2.512784,4.73208 -0.42767,3.76305 -1.64169,5.11594 -2.797287,1.79577 z m 9.165207,5.41684 c 0.36705,-4.08462 0.77249,2.79262 0,0 z m -1.59198,-1.57295 c 0.41206,-1.74497 0.0426,2.05487 0,0 z M 76.213566,99.16032 c -5.556046,-7.665657 16.147323,7.75413 3.558556,1.9443 -1.315432,-0.34404 -2.898208,-0.46688 -3.558556,-1.9443 z m 17.649112,9.35749 c -0.525779,-6.45461 1.174169,1.06991 -1.92e-4,-2e-5 z m 13.399762,8.59585 c 1.03698,-3.67668 0.0773,2.43221 0,0 z M 77.064685,96.23472 c 3.302172,-0.706291 13.684695,5.79939 4.150224,1.85832 -1.059396,-1.17279 -3.317802,-0.63994 -4.150224,-1.85832 z m 28.356745,14.13312 c 0.35296,-6.60002 1.97138,-3.94233 0.0122,0.94474 l -0.0121,-0.94473 -5e-5,-1e-5 z M 79.52277,93.938099 c 1.345456,-1.97361 -3.571631,-8.923063 0.708795,-2.492797 1.849543,1.469605 5.355103,2.461959 2.260017,3.080216 4.867744,4.294162 -1.187244,1.163612 -2.968812,-0.587419 z m 24.49612,14.368161 c 0.92952,-7.51843 0.81971,4.40485 0,0 z M 76.712755,86.993902 c 1.027706,-0.439207 0.542746,1.369335 0,0 z m 6.389622,3.803092 c 1.644416,-3.450522 3.03351,3.848297 0,0 z m 18.023553,10.026276 c -0.0174,-1.3252 0.34003,1.92765 0,0 z m -1.04404,-2.31139 c -2.501612,-6.171646 2.32693,3.26759 0,0 z m -1.536003,-4.046372 c -0.419906,-2.550188 1.427129,3.203862 -7.3e-5,-9e-6 z m 2.499773,-4.063514 c -1.71663,-3.025123 2.16777,-13.331073 2.60122,-6.939418 -1.81185,4.980256 -0.52268,7.766309 0.74129,1.086388 2.33417,-5.257159 -0.50421,10.374054 -3.34255,5.853057 z m 2.56889,-15.326649 c 0.74833,-0.918921 0.16609,1.107082 0,0 z m -4.290016,84.534235 c -1.017552,-0.88802 0.127775,0.56506 0,0 z m 8.837726,4.47065 c 4.91599,1.26135 4.89086,-0.76487 0.44782,-1.36683 -2.3898,-2.22316 -9.930475,-4.58124 -3.18119,-0.27586 0.44699,1.13227 1.85944,1.10589 2.73337,1.64269 z M 90.708067,152.48725 c 2.708244,2.01956 10.201213,5.72375 3.858186,0.76868 2.138588,-2.48467 -4.093336,-3.80722 -2.026067,-5.46927 -5.258175,-3.21755 -4.147962,-2.93133 -0.464111,-2.8301 -6.319385,-2.82462 0.912163,-2.61333 0.571661,-4.06067 -2.436706,-0.48126 -12.103074,-4.29664 -6.416395,0.31341 -5.780887,-2.94751 -1.377603,1.09799 -3.12488,0.67029 -5.911336,-1.61178 5.264392,4.50224 -0.938845,2.98448 3.391327,2.6875 9.128301,6.88393 1.433786,2.84407 -1.013816,1.45934 5.506273,3.67136 7.106665,4.77911 z m 9.243194,5.31013 c 11.238769,3.62163 -5.510018,-4.4246 0,0 z m 47.316399,28.66432 c 0.14496,-2.22965 -1.53604,1.90201 0,0 z m 4.86324,2.04679 c 2.59297,-2.51255 0.106,4.00222 4.29655,-0.61509 0.0453,-3.30544 -0.12904,-5.25783 -4.81563,-1.24252 -1.29194,0.71648 -1.86871,3.76288 0.51908,1.85761 z M 74.932378,140.02637 c -0.796355,-3.1304 -5.581949,-3.11418 0,0 z m 5.193029,3.40294 c -1.928397,-3.19739 -6.880525,-2.89469 0,0 z m 29.543373,17.81697 c 2.8844,2.56199 13.24761,1.87984 3.50331,0.31527 -1.44321,-2.13386 -9.16415,-1.6203 -3.50331,-0.31527 z m 40.61236,25.08153 c 4.43933,-3.72512 -4.30122,1.66183 0,0 z m 9.2328,6.34473 c 0.0277,-1.19543 -1.91352,0.52338 0,0 z m 0.0142,-1.6736 c 4.91602,-5.20866 -4.76346,0.30807 -4e-5,0 z M 62.15981,129.33339 c -4.189944,-5.97826 -2.604586,-8.66544 -6.645136,-13.54677 -0.764913,-3.73279 -6.931672,-12.20326 -3.189579,-3.22947 3.42754,5.24836 4.446054,13.37434 9.834715,16.77624 z m 95.82635,60.00977 c 9.04429,-5.84575 -3.7125,-2.54641 0,0 z m 6.9041,2.70461 c 4.52911,-3.88867 -2.86491,-0.81334 0,0 z M 73.393094,133.41838 c 1.296204,-1.92838 -3.347642,-0.24666 0,0 z m 90.055596,56.78275 c 4.38526,-2.82746 -1.01036,-2.39335 -0.79483,0.26003 l 0.79484,-0.26003 z m -59.51386,-37.51178 c -0.15075,-1.90924 -2.31574,0.16206 0,0 z m 3.67794,2.11629 c -1.16888,-2.36318 -1.79716,0.37121 0,0 z m 62.8725,37.30625 c 5.61806,-4.05283 -3.4056,-0.77594 -1.17927,0.76785 z m -2.15131,-1.03979 c 4.57663,-3.83506 -4.83183,1.69954 0,0 z m 10.99163,7.31983 c 3.0728,-2.05816 -3.73316,-0.66575 0,0 z M 76.211249,132.02781 c 4.118965,0.92286 16.460394,10.1439 9.179466,0.63772 -3.728991,-1.10384 -1.492605,-10.21906 -5.29621,-8.60579 2.552972,4.2649 2.100461,6.08018 -3.259642,3.3914 -6.736808,-3.28853 -3.785888,1.6297 -2.469293,2.98518 -1.794185,0.40772 2.373226,1.5572 1.845679,1.59149 z m -18.76588,-14.82026 c 0.737407,-3.04991 -6.789814,-16.77881 -3.554464,-6.87916 1.167861,2.07373 1.049123,6.00387 3.554464,6.87916 z m 34.443451,21.23513 c -2.120989,-1.77378 -0.100792,-0.25103 0,0 z m 5.222997,1.21548 c -0.0027,-3.23079 -5.77326,-1.31196 0,0 z m 45.261473,28.53321 c -0.86326,-2.20739 -3.41229,-0.0512 8e-5,4e-5 z m 2.17351,1.58769 c -0.32087,-1.23546 -1.25399,0.23848 0,0 z m 17.94015,11.3001 c 1.72546,-1.27472 -2.15318,-0.1628 0,0 z M 66.819057,119.6006 c 4.935243,-1.91072 -5.28775,-1.36248 0,0 z m 71.569733,45.08937 c -0.0549,-3.19499 -3.14622,0.79264 0,0 z M 64.869152,115.05675 c 3.170167,-1.07084 -2.932663,-0.70531 0,0 z m 9.201532,4.45726 c -0.0575,-1.05014 -0.973336,0.39747 0,0 z m 112.231406,68.82181 c 4.0765,-0.8265 13.36606,2.07489 14.86752,-1.08086 -4.95044,-0.12019 -17.12734,-3.49263 -17.70346,0.80479 l 1.08368,0.17072 1.75226,0.10534 z M 76.995161,120.25099 c 0.07087,-3.23755 -2.524669,-0.12092 0,0 z M 52.801998,103.4687 c -1.098703,-6.16843 -4.178791,-0.93357 0,0 z m 5.769195,1.45013 c 0.07087,-1.9807 -5.280562,-1.78224 0,0 z m 3.296917,1.61923 c -0.953019,-0.77196 -0.745959,0.97521 0,0 z m 20.744719,13.30775 c 0.976615,-0.89718 -2.312116,-0.66455 0,0 z M 59.672204,102.88617 c -0.557624,-4.65897 -6.681999,-0.69805 0,0 z M 47.844441,95.21166 c -0.168219,-2.150189 -1.152625,0.81111 0,0 z m 1.759336,-1.328672 c -0.28703,-2.549584 -1.510515,0.324387 0,0 z m 9.720792,5.802442 c 4.110486,-1.61465 -7.487254,-3.33984 -0.839893,-0.30506 z m 130.097601,80.35913 c 2.63092,-2.4121 -3.34373,-0.74577 0,0 z m 15.71669,8.14691 c 1.05433,-3.1186 -2.65452,0.41058 0,0 z M 60.318012,94.590436 c 0.433018,-3.016773 -3.258762,0.59902 0,0 z M 46.487687,85.324242 c -0.742965,-4.25911 -0.64134,-11.735065 6.465133,-9.208583 -9.485962,1.883339 6.56534,11.790095 4.538357,3.968363 3.988626,0.195294 7.802669,-2.357284 5.709487,1.516403 7.85876,-0.867958 13.307129,-7.682612 20.898169,-6.72768 5.913058,-0.782493 12.378182,-1.375955 18.750257,-3.756157 5.23905,-0.37743 10.28235,-6.018062 7.41068,-9.361383 -7.14456,-0.604513 -14.62339,0.289393 -22.520112,1.858993 -8.750559,1.819117 -16.699014,5.275307 -25.528125,6.758866 -8.605891,1.15604 1.730998,3.185165 -0.734074,3.637227 -4.490681,1.558136 5.355488,2.608852 -0.582182,4.251428 C 57.228283,77.56448 53.411411,76.304535 54.977788,72.440196 46.7341,73.50992 39.490264,76.931325 46.003276,85.320342 l 0.484402,0.0037 9e-6,-2.56e-4 z m 19.864291,-10.1168 c 1.932856,-7.120464 10.355229,5.859274 3.168052,0.945776 -0.858453,-0.642457 -2.2703,-1.166588 -3.168052,-0.945776 z m 0.376038,-3.452197 c 2.789661,-2.078257 1.482964,1.16516 0,0 z m 3.542213,0.05622 c 0.251833,-3.27648 8.108752,1.73455 1.295517,1.179499 z m 4.84543,-1.948193 c 1.769481,-2.067535 0.50862,1.83906 0,0 z m 1.239563,-0.83005 c 2.946379,-3.540216 16.68561,-2.259413 6.628966,-0.34519 -2.695543,-2.029363 -4.761797,1.196575 -6.628966,0.34519 z m 17.930017,-2.763886 c -0.448199,-9.670222 8.907771,3.436477 0,0 z m 5.087539,-0.02784 c 1.860022,-4.873906 7.218072,-1.955774 0.860732,-0.979407 0.13805,0.518656 -0.18642,2.516173 -0.860732,0.979407 z M 58.311842,92.088739 c 5.55753,-3.403212 -5.899945,-2.952541 0,0 z m 4.109214,1.141866 c 1.948513,-2.071884 -4.233857,-0.840369 0,0 z M 50.313395,84.63767 c 3.175569,-2.439416 -3.757842,-0.927473 0,0 z M 214.41578,187.30012 c 0.0918,-2.83019 -2.42718,1.27537 0,0 z m -16.67487,-11.37935 c 0.47417,-3.25845 -2.14286,0.28408 0,0 z m 21.26022,12.47672 c 4.43994,0.015 13.45265,-1.37884 3.79217,-1.37442 -1.51594,0.23641 -8.83311,0.18571 -3.79216,1.37439 z M 66.035603,91.23339 c 3.593258,-0.246807 5.621861,-3.963629 -0.694932,-3.749977 -9.789949,-1.013541 8.637508,3.352129 -1.255898,2.10383 -1.329368,0.880346 1.873606,1.889721 1.95083,1.646147 z m 3.164618,1.601748 c -0.375177,-2.307063 -1.111156,1.225591 0,0 z m 3.753896,-10.009901 c 1.559281,-1.934055 -2.157697,-0.517053 0,0 z M 61.003998,62.84999 c 6.412879,-2.181631 15.182392,-4.633087 18.210335,1.074184 -3.081589,-3.70893 -1.24361,-7.360157 1.666959,-1.937407 4.115576,5.486669 6.175915,-2.495489 3.499086,-4.335821 3.050468,3.790246 6.520044,5.581281 2.042429,0.239564 4.865693,-5.852929 -9.742712,0.766433 -13.063105,0.699775 -1.597564,0.717062 -16.493576,3.79889 -12.355704,4.259705 z m 3.75831,-7.197834 c 3.657324,-2.760416 12.648968,1.641989 6.879078,-2.743367 -0.564117,-0.498292 -12.636077,3.325475 -6.879078,2.743367 z m 13.333489,0.550473 c 4.280389,0.109225 -1.84632,-5.750287 3.254304,-3.095159 -0.837696,-2.736627 -5.938558,-3.248956 -8.432316,-4.342312 -1.410474,2.502054 2.870977,7.471102 5.178012,7.437471 z M 67.100291,44.099162 c 1.480803,-2.007406 -2.59521,1.017699 0,0 z m 5.449586,1.304353 c 6.897867,-0.914901 -1.758292,-2.970542 -1.389954,-0.07352 l 1.389954,0.07352 v -9e-6 z M 62.374386,37.441437 c -4.856866,-6.340205 9.133987,1.065769 4.199411,-5.572646 -4.153254,-3.307245 -8.144297,3.721775 -4.199411,5.572646 z m 62.330124,33.572802 c 2.22762,-3.948988 -9.19697,-5.323011 -1.5009,-1.399578 0.70858,0.236781 0.54821,1.6727 1.5009,1.399578 z" + inkscape:connector-curvature="0" /> + <g + style="font-style:normal;font-weight:normal;font-size:40px;font-family:'Bitstream Vera Sans';fill:#000000;fill-opacity:1;stroke:none" + id="g18167" /> + <g + style="font-style:normal;font-weight:normal;font-size:40px;line-height:89.99999762%;font-family:'Bitstream Vera Sans';fill:#000000;fill-opacity:1;stroke:none" + id="g18169" + transform="translate(0,4)" /> + </g> + <path + sodipodi:nodetypes="cc" + inkscape:connector-curvature="0" + inkscape:connector-type="polyline" + id="path13003-8" + d="m 154.32384,131.63542 -22.03217,-6.61458" + style="display:inline;fill:#73902c;fill-opacity:1;fill-rule:evenodd;stroke:#73902c;stroke-width:1.77433753;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker-end:url(#marker13007-3);paint-order:normal" /> + <g + transform="translate(125.67708,112.44792)" + id="g19722"> + <path + style="fill:#2c5bb4;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none" + d="m 26.458334,125.02084 v -4.66485 c 0,-1.08028 0.869682,-1.94996 1.94996,-1.94996 v 0 h 35.787581 c 1.080278,0 1.949958,0.86968 1.949958,1.94996 v 4.66485" + id="path19710" + inkscape:connector-curvature="0" /> + <rect + id="rect19712" + width="39.6875" + height="26.458332" + x="26.458334" + y="118.40625" + style="fill:none;stroke:#2c5bb4;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + ry="1.9499602" /> + <text + xml:space="preserve" + style="font-style:normal;font-weight:normal;font-size:5.64444447px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.26458332" + x="30.451887" + y="123.27061" + id="text19716"><tspan + sodipodi:role="line" + id="tspan19714" + x="30.451887" + y="123.27061" + style="font-size:5.64444447px;fill:#ffffff;fill-opacity:1;stroke-width:0.26458332">ObjStorage</tspan></text> + <text + id="text19720" + y="130.67889" + x="42.092178" + style="font-style:normal;font-weight:normal;font-size:5.64444447px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#750000;fill-opacity:1;stroke:none;stroke-width:0.26458332" + xml:space="preserve"><tspan + style="font-size:5.64444447px;fill:#750000;fill-opacity:1;stroke-width:0.26458332" + y="130.67889" + x="42.092178" + id="tspan19718" + sodipodi:role="line">API</tspan></text> + </g> + <path + style="fill:#004bab;fill-opacity:1;stroke:none;stroke-width:0.99999994;stroke-miterlimit:4;stroke-dasharray:none" + d="m 66.006035,277.15625 v -4.66485 c 0,-1.08028 1.159283,-1.94973 6.092924,-1.94973 h 0.661458 l 167.800703,-0.13811 c 4.93369,-0.004 6.69942,1.00756 6.69942,2.08784 v 4.66485" + id="path19732" + inkscape:connector-curvature="0" + sodipodi:nodetypes="csccssc" /> + <rect + id="rect19734" + width="181.25459" + height="26.458332" + x="66.006012" + y="270.54166" + style="fill:none;stroke:#004bab;stroke-width:0.99999994;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + ry="1.9499602" /> + <text + xml:space="preserve" + style="font-style:normal;font-weight:normal;font-size:5.64444447px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.26458332" + x="140.78334" + y="275.40601" + id="text19738"><tspan + sodipodi:role="line" + id="tspan19736" + x="140.78334" + y="275.40601" + style="font-size:5.64444447px;fill:#ffffff;fill-opacity:1;stroke-width:0.26458332">Object Storage</tspan></text> + <image + y="285.32382" + x="68.351967" + id="image19806" + xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPYAAABDCAYAAACvFfgOAAAABHNCSVQICAgIfAhkiAAAAAlwSFlz AAAN1wAADdcBQiibeAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAABxKSURB VHic7Z15fFxV2cd/z7kzSdfMdIHSEMUFFRRFMDQp0EqaUkpSWigwSZtMSkWtiiCooPiiJcqi8AIK uKAvb22WNhnK0tIECg2RCk1SKwoq8IKULhiWKskk3ZKZe573j0mhyb1zzp2ZO2mi8/185p97z/LM zH3u2Z6FmBnDwf7lgeOiUZrNhOOJkQuiXLDMBSgXQC4AL4BOBjoJ6CRQJxN3kkQn2OzIqV/36rAI miFDEhQUly4RwHjD8DQ/88T6zqMtD6VTsfdVlZ9sSrkIRIsAFACgFJp7CUTrSWJ9Tn1jB4brjZQh gwMKi0t/CuAbAMDAn4j5UTB+097a/MbRkMd1xe6qDHxaEFUBtAjgj7na+Pu8BcKjbGKtv76xNU19 ZMjgmCMV+wgiAOqENG7b2rrh5eGUxzXF7loW+CCZ4iYirgAgXGnUEdwCiOt8tQ3PDV+fGTIMJo5i H4YZfEtHS/MNwyWPJ9UGwhUVkyCi3xOgK0Gc7YZQiUHFAG8PV5WvBeQNvprQ68MvQ4YMSoiIThnO DpNX7BUrvOEDXVdD0PUAJrknUlIQmJcCdElPVdkvpNFf7V/1cPdRlilDhqNGUlPm3mWLp4QPdD8J 0G04+kp9JFnMuJqiWX/YV1V+8tEWJkOGo0XCir2vMvBJKb0dAD6fBnnc4kSTua2nsvz8oy1IhgxH g4Sm4j2V5eczUQOAnBT67GLwSwTqZEYnETqJuBMQEQmeToxcAMcjdrb9UQB5SfbjY+KN3cHAtf7a 0J0pyJshw6jDsWJ3V5VdQ4TbARgJ98LYSUTrJegRf5/5e4RCpuN+g+WnCvCFDF4E0GkJ9iwIdEc4 WHaKr4+/glCoP8H6GTKMShwpdndV2TXESHTUM0FYzSbf468P/TkJ2QAA/tqG5wE8D6C6u+LiEyA8 ywn4FoAJCTSzPDxGjPMB5cnKkSHDaEK7xu4JBuYT4/ZEGmXijaZhnOqrabw8FaUeir/+wV3+2sYb DYp8FMAvEDMAcCgUl/UEy77vliwZMoxklIrdu/SSkxjUAMfTb/4TS3zeXxO6YPJv1/zNBflsmVDz 0Du+2sYrSJqfIub1TusxUN1dVb44XXJlyDBSiDsVD1dUTIJhPArA56glojU+Y9zlWLXqkOPeA4Gs /R7PJIn+SSSEOGQa3YdMsysvFDropPqAY8iF4crAd0F0M/QzECLmmu6KwA43ZxIZMow07BW7qMiD vGMeAOhEB20wgBt8NQ236Aru+0LgGDMqzgGjCIQiZNNJgInDEwKvR8LrIfQEyzol0ErErTBlq69+ 3Q5Vu7660I+7g4EXCVQP/dp7PAlav3/p0hnj16x528H3cx0iooLihcdCmnkA5wE0jYkTOnokoI/B u1iIneOj+3e3trZG3ZSxqKjIsz8razqZWXlgzgPxZLBDJx4Cg+ldknKPEMaettn5b/LKlTJRGc46 77xjo1GPcobV0dL0q3j3Zs1aMKk/i84B5DQBmgKw10bYCIM7JcvdJMQe48D4PVu3OhtY3KRgbunH IZEvgKksyE9s/zwwqJsZr0Lwq2b3269v377ddjlqayseDpZ9G3C0rt7PQKW/tvERVaGeyvIzQHwD AxcgGQ8vwh+ZcZO/LrRe5dXVVVV+ipD8KAgfctDqOl9t46UJy5IkZxWXnmASrgDjYgAfQMxN1S1M MHYT4Zb2p5rv5yQdAAqKSvPJwJVgngvQcXDP5j9KQKcENREZ1e2b1zt6oRYWlRRCUJuqTHtLk+V5 Kpx7/mfA9COA5gPISlRYBvYS8cNE4qdtT258yZGsaltxgLC+fXPThVZZF1SC5TUAnZ6onACiAF4E +Nr2luYnBnU39BnoXn6Rn6JZO6C3KGMGX+ivDW2IV6B3WWCmNGklCOclIbQdfwFwk6+2MRSvQE/F JR9jYWwD4Nc1Rkwzcuoa/uCSbHGZWVz6RQbuATAm3X0B2MIe47KOTRsc28zn5+d7Pb5jbwPo6nQK FoP2gXD7QSNyx/ObNu1XlUxUsYmIZhSVXA3CrQS44bcQJca32p5qultXMFHFnjVrwaRoFt/HgCuD CzPVZ0flNVu2NO8FbN7IFMlyZvvN/P24Sh0IGOFg2c1S0rMuKjUAfBpAYzhY9nBXIGC79s+pX/cq mMoQm+MrYeIfuyibLQXFJV9n4DcYHqUGgNkUNTfmL1w4zmkFI+e4VcOj1ADAE8BcPTbqeYiIUvHP H0T+7PnTC+aUbCLCnS4pNQB4mPCzwuIF33apPQBA4dwFRZEsfsEtpQYAIq7o99LTZ5+9aCIwRLHf rbw4D4SrHLTS6KsL3Wx3a98XAseEs7EJwPeQWmAFFReKbNretWzpZ+xu+uoanmDCtQ7amROuLJ/n smzvMWPu+WcQ6I50ta/gk9798idOChbOWfDlAVfb4WZe4ZzS69xoqGBuyYUer/gLgHPdaM8K3zJj 7vlnpNpKfn6+d+ac0p+AeTOSt6hUcXI027wDGKLYBnl+CO3Iwi/0HpLL7e6EqwIfNiP0XMyVMu2c KKTZHg4GbP9Mf03jXcxUq22F5I/h4shxJIJFHZJY47kBA5fpRu2z5y3KBfHPhkumoTD4prOKS09I pY3C4gW/JqaHAZrillw2eAWLe1JqgZHn8R3bzoTrkNZ4BRwsmLt4ynsd7KsMfBLAMm01wlV2x1E9 gcBkMD2G9LyJ4jEWoHVdlYFP2930ZMlvAehVN0Gn9QTLytwWrKCoNB/Ax91u1zk8wXsgepGqRMSM LMbwLRHs8JjEl6TWBH/JHVG0FOSfu/CDKdT/XJIbZIkyhriv5D3FNomWQ/8mafbXhJ62XL2qJBvZ eATAJ9yV0RE5QlDTP5csyR16Y8L/hvaSg919lny520KRgUQNYfoZ6NN94GDv4DCSUaCUEeRQRtoH YAdipr3aDwOvQftCfa/tFBU7PgO/19t2Hwb2IoHfEgAM07zYdSHfpxv2snYhdqTsHEbeEefYtEhT X0phXG93I9yVczfAsxLo+gAxPwnCZrDokF7aKw/BFMKcAqJTBWEOA/MBHOuoNcYHvB7zIRDNHHoc dpCy7xzDfVcAmBa3PuHzXYGAb1IoFE7gO+hkUo6WDOwF87eJ8ZTom/Avp2enRESzZp0/NeIRM1nw r8CYHq+sUExPC+YunkLAbGVf4IdZ4qr21qakAvLlz54/3eM17gUULzlGwYyi0uO2tTa9lUwfQxp7 jgmNAL1omObLecfkvB5SOBwREX3unAumeAz5aTDfCM3vIYhKAdyVupyIgrAJjEYh+K/9iOzY/uST cZ+9/Px8L8ZNner1GudxbKCaqmqciHI9QCyaqC7wIAF1k1aveWHo9e6KwGdJ0BcdfqFuBu4xTOPu iWvW/NPm/h4AfwawGleVZIe7JnwBEN8B2ME6jAp6gpdW5gCD1tXTamr2h4OBaoB+oajsNbKpBMBa h99DSez4aJpy9kJE32xvaapLtO2BM+q9ADYUzC05hUC2m5gAwMRxFVvIQycxkcpUWBqG9+vPtCQf Snf7lsffPKu49JsmcBHib6SSh/gTAJJV7H4C1kkS93ZsflR5NDaUgd/ynwBaqbr66cIt29oZiLtJ xuCPJinjYXYS4y5vlNcePpZywoARypsAflswt3QrMf4GhdUog3MFAJhSLtI1LkG23l0k6A442wzY TdKc4a9t/EEcpR7M3c19vtrQL9nT91kwHP1hzHTLG4HA2KHXfX24H0CPsi6w0EkfTsj2TcuF5kTA MCJPqO47QhpNyvtM8d/sQrMXwrzFjfjYz7Y07QLwe2VXOllUkOeDbS1NFYkqtUWGlSslE9+mKZZH 1dVJbXwx8PRYeeBjbU813Z2IUg+lY3PTKxgyeFkg5A4ISeqHmrFzwH1yEL2V5QsAzNGLQ69KwbOS CfrvX/Vw9yGRfW4sGqmWvJwx9C3L1ZgfdrOm7vlYscIVazAGHa8p8vazmza9k2o/Xo/QPSCKnWKN jIIss7OkISjt8mUssEZSOLVic4I0zA5NEc/MLdvjLn1UEKHbNbNfwh+Vtxm5Yv/SpdNAmk0WIlsP KgmOb2nzPn/xmGLWpNWh3Q7K2jKtpma/b9K+UgLiWrkdhhlXwuatGu87HIEvfKDrnGRlHCwD60Yg V9by3kjPu5oi8RWb1aMkMzvc/NKjbUsjy3CxbdOmPdDM7ExCKjvjrkCS3lTdZ2C6MD2yCJqptARZ bMHDFRWTQDhHI0N/JCrmK50tqqtF79JLTgoHy09HIBD/zPfu5r6cN965GIDOVPLY7tf+ZtnIi0pP MwBNBBV3zt8djEDOPeAUtLa2HgKg2nSbeEqc31QnI8V2wl1B15YY3iNSNQSlmauAedQVGwbpXuhe 4WB0+Ze/z7SskciILIAmAgszNU5du9Z2nda9fMmHeioDj4T//mK3NIyXAP5jOJt6w5VlW3sry86y bbC1NcpMWrtdgCzHEpPr6nrA0GUNceVPI0E6k1xXFDsGd6nujnmrx3bUJo3ZMINdU2x9WyKVGHru IjX/DdPEYZIkJQSBdGuGv9rFKGMm5XEOABBLW6umnsqySorKFziW0+vIHyoLhJmSsCVcWWZrEhnN PqjdCCPGYltrMs1aD+Ck1k/WZuzcAwfR50o/AAjiIRDWx/t4DGG/862RUbg4YuvaYvBRsc6zhdSK zeSaHXpa8bD+YY63M/pZVSUGnvXXhyyL/HDVknwQVkE92gsQrgsHy1/11Tb8z5E3pt6/vrcnWHY/ A9co6h+/L3jRMROAQRtUROhUOzSSxcglOcirsQlwbcRua9l4ZVIViZSKzeTiiE28D6w8JBg5ig0+ qDrQcNHBJK0IEI5TlqC4iq18IQjQLy0XA4EsgGvhODoq3/nukiUfsLmuOpMGAEQ5yyIfS9Yd37ij 2KQeDdnVqXjSDNuIzVIoN894BCk2g9Qjthwdiu0BaLpqdGG2KkMsX5faxpgBi4N671h8DpJPSkC+ iR6vXAjg50dezKl74LVwZaAfigdCxOKTDzqiE2R0SigDeUz45+WLJk69f31KO8LM5CXFb0og16bi ycKAVzWGSolfFxaXHnCjLwKUzigEGjGKTZqXLtPIeQmp8IDVU3FBwqLYBkWmmxqPzEiULJZEbIrT QAkG95CUb7nGzKgqexsMm9F8oJrNEsP0oJM0J4nZ/dm5AP4vMSEtAmrW2HzUR2wBeNWrkvi/bcJo fedG0BobdEg10NEoWWMLaKbFkq0PoXSwi+kZc8jytmfiDyckHQCQtDfjY6hHE2LL7qUXplahoiRS NlIRmo2pkTAVZ3dDM6XKyFFsYqXN/miZigsQ7VEVIGKLI0bUpH/oGuaI1+aNTwmPhAx6Mc4t5TEd gSyOC/3So3cqOSSVv4cjNBtTxO7tiqfAyFHsETS9ZaleY4+ezTOWSoswYrJ4RU02zU7EAqnFxbCz 0JHyT4kKCLaaz/UuWzwFwHhlPck7h14SMhrfwytGj6seXnEgSnQ98m8OpzPwQGIQaQJBirRFBXIV AZBSsSXIOsqFQiagHrUZVDL0mi+CPwOss8c9kneEEXnI0jZ7LG0PhSJWCzWC0I3YSZu9DoJZmaFE go9mcIPDOM+ikm5IvaM5vJDyvxkhsy0tHgJ2q15RBI5zHMY7AajcKSvfrqq6blpNzfsmeqGQKZaV V0nJfwZg8cKy9ED01YmrH/rX0OuSaYXmtdmTEwpZzO4k83GaIEiuKLYkiqi6GQnTOQIimmnD8xxz /k+vHMzMhMfS3Y9jiMeqTBDYReOidOKRsXjUKmbGuf4E1Dmyc8Zw/xIAgwxMJq5ueKUnGFjMoFVA 3DP0Q8x0vb+2wTJad1WVnyIAe5PTwbJZIPCZyi1admnEBkWUO6tHNxwRAEACmpcPX9/e0jxyFG6Y IKYxrP7vRoViCwcP8/HvXrb0U0MvskescdD+9XZhgnNqQ48LETkFwH2IhdE5zFsAHjaITvfXNfzU 0hoREeStDvptsFwJBAyQxslDuKPYRLqp+NFXbNJMxSVEItlM/21gzTKJR81U3Eu7YWr2C8zoeQAG Jdnzr1q7szsY2EqgM+PX5I+IbFoFm9A4A1PsrwAxg5eIlGPjOYwcJhwMXEuMBUphgV6fZ5wlAEFv tlEASGUeMmL1foNjWDtiuzYVP3veolwZ4bjHjyJC/3jmGVuDG6ViE8tR4eyQBtQvXcGjIse68K1u 3AHQLlUhgn3QfwKchPa5KBwMKGN8++rru7RKXbmkGAxtfjACHrJLDGgS6xIXyChHrIEak0I9YsPF ETtqRn8uhflSvE8ky7SP46XZ4IMYHV5M7qPePBstI7YAM4N0sb7onAPBiy2WXAMhh/6u74ZuDVcu SdrXOVwV+DBIPgB9Ot9DTFxtuVpdLYhZE2KYt0yuezCpoH0WiIZNsaE59iOWls3H2A21jMT0HzkV B1i5qStGyRrbAwBSyjWC6LuKclkReK8BMDhzQyjUT8HA1QzaqOnHAMm1/1oWOG3K6pDWuGUQy5eP AdM6OEg7xMBP/DUhyzFX+LWXLoYuNDKTkz0DZ7DarRSu7orzBOWGoNeIo9joUe3+Srg3FT973qLc qBl9SlFkd3tLU9oysiQGj1H9ntJF55h0IgBgUl3oL4glvFPAXwlXVFiUK6c21AR9PDEAOMaQ1Jho 1o1w9MAdAJwEWn/d7xlnn4uL+Xuauv1gz7pE5FJC0I38Lo7YpByxhYjYKzarZXRzxO6PRI9F7MUa 58MjaHZAyhGbhAuWicPA+xY/zLoRayKJ6Ndt7xB/HbEwrkoIOCtccanjoOu9y8o/DmCFg6JREH/R bm3dEwyUQuM7TsyP+errlZFIEoEBzazEaseeAiqlkG0zZ9qeRTNrZBRwT0aSmvQ76hhew0Xh3EXT oJkZRuF16Ug0vbyn2NLAGmiiAzDh6v3LA5azZ19N6HUheCGcODcI8SMEArq1ckwmxkro19UA8RW+ mpB1qrdihZdBN+mqsxD1TuRxCpNOsSl31qwF+oymGgZC4aqUpluRcF4tI+PUZOUaigGhVGwCJR3m OMW0O4PlkKYyqCcAc2K0N+WQzMPBe4o9aXVoN4GfUZZmTI5GqcZuOj1xdagNzJdpe2Q+qSdblOuK 9S4r/ziYteXAuM1XE/q13a3w/u6boBmtAfT6jLGPavtJgKleqd1H6M+WKuMeR5yxZdvZAFRHePbT cAAGWCfjqYXzLlAmkXAKC7VBkSSZ9IjtkeZrM4tLQzOKS5VZPJzApIm6y+h0LYRwmhlsfM/CifHH ueHKS23zBfvqQo0A4ialP4wkqVVYacpLLfINgYEXfeP9N9jdC1cuKYaDVLoM3Gk3hU+F5ubmPgA7 VWWI6aeFxSXzioqKHEaTGczMovM/JADb7/5+J/EVuz8qX4EuJ5SUNySSZ9uOmcULTwerkz0SpzQV 9zBwqQCeLiwufb5wzoKvzZxTWnDm/PmTnVQmIpp57oKTC4sXPABdjHzSRsgdMQx6qHLqGh4LB8sa AGgUj27uqSz/XU5dwx8sDXr4G9EonQfFSEJMxW+uWDhu+n0b4vtUEy7QyA4Qfw333Wc5tuldtngK kbeG9S7+L/n7WHs2niTrAahGgBMA2nRQjENhcWkPxdIfOfH6MgBMgRBaW3soRuztWx5/s7C4dBug iCnPqPLsNy8oLC7dA6Bb56s8uC6NRcy19kPQvKAFwa019mdA/HMGwBEDhcWl7wJ4A/a/qwBhasGc kmNYsrOXK+Nxl+RMO5Yv5DGNq6OGeR7UmwheJq7FVSWn4u7mQed641eF3goHA9drcmWNHXtgzFzE SQCwf+nSaTBohkpwAmp8dpk/AUjpvRf6+GUsBX95IEuI6zDRg8SOEioAQA4D6QjBq8zmwYwHSZMs ArHnIPYsqAMSJo9pOrCFSIrJAx97EnWe9Qj3Tk7SjOVNGgvuT9fZFR7CJ8LvTlxpd6O/D7WA2hVP gE6Ld88U8nRoRltT8G/srg/sguvX5sCvJ60OqfcUUmDbrDOeBbTHXmlFmEaNsoDXWIcEU8m6D7dt bX08BcXmlHJ2JcAL7U88mnCKqqOF7RTJV9d4P4At2tqEa7uWLf3M0MvHhEL7QPSKqiorIqCwPo2K 7OcxlqANb1dVjWeyiY46BAI6ZR9/R1cuFXjlSkmClkPzgktb/8DTW1s3vKwq07Fpw+tM/IPhkskO Zro3lfofnDJhFgHfhybwR4pIyfKbaWzfdezXPswsTHMF9OZzHsHm/DhNKBOHQRnaiJWKzcDLg/y8 B8jiyOmqAIeHkURXDkeklLYnN24G9PbtaaAbHmO5k4LbWh67FXHcXIeBtR1PNaVk8RcKhcy2lqab WGImUg5CGZfbtj31mJOkkCOGuJsaE9esexkg/RqR8ZE4d3ZoaqoyQSoTe4vBrp7v14KDYImMX/lr rH7e6aJj9oyVYP4hhm/k3gWixR2bNjjawWVmRjZfSsAD6RZsUL9A6KAn+iW32utobdoeHW+cDoI2 5nxCEG7tmD3jv1xtcxhQ7lb6ahvuY4JyCsIM21SupE20xgp7anU+KgbbR25hqYwHTkCNrz70NbVc 7sIrV8r2p5pXEowzEMtr7Eqsbht6AdwkDo4/uX3zRl2OskG0Nzf3tLU0BTh2EvEE0jutfRmEeR0t TWXPb9qkTICXKNs3bDjQvrnpCgKX6NM5KZEAb2Ci2e2bm76nMPIZsWi3+f01jXeFKwPZILI7435H wnt7nKrxRvIBlBkDNeapdCKICDw48Jy/LvRwOFjWDqDQWoUacw7JLwytM1y0tWx4DkAVgKqCuYun QEbyAM6D4DwCTSPmhAL6SeJ+AexiE68ZWeYON/Jtd2xu2ghgI1VXi8+1tE0TWZRH7MkT4DwJniwc RAgfChO6SNLrLMydnkNZr8fxDXeVtljkl8cK513wMTLNuQBNA2gK24SFJqIIM3eS4N0m0x5Dyt2R 3r3/2L59e0Ix4QThceb4oaQYpNzvSIhodCcJYfViPAJy+px3B8tuJODIXfB+EFX6ahosU7jeZYun SOl9AypnB6KbfTUNtgYWvZXlCySx0hqMJeb46xstI1NPZfkZTPwEAP97XTGvz/nH3kswSqyGMsQo LCophCDlrnd7S9OoiBo63DgeJfy1jTeCaMB7inZA8pl2Sg0AUnpXQOPBxEyb493ryz74NHQRPmKO JxZy6hr+wDL6WQZvHbj0eE4/AhmlzvCfRELTP19Nw/Ug/qLsk6f7bDJpAkDv0qVTAegyQO7195lb 492M5c5i9TqRaFH3siW2Z+H++gd3+fswG4Sv+jzjLkqXEUqGDCMVx1NxRwQCRjgbmwB10EAGX+2v Ddnmzj5MT2V5IZPO+IB2CVPkT1yzRusymmH0kZmKJ497GRiuKskOZ9NvdEoN0C5/H7RGJDl1De0A HlGX4hNMI7rezpU0Q4b/ZFxR7J5g4MRw14RtALRGEQz8wOnU2GD+L2hMHgl0ZjRKz4eXlc11Jm2G DP/+uKLYOeMm7SKm2wE8pyrHQJ2/tkFtv3wEE+pCLxIpPaQAwh6A/5tF/3an7WbI8O9OUr7AFu67 L5ITC0Vc111RNlsQf5OJLsCgFwf/zt+HyxNtOqem8ec9wfKPMHiIoQx3gHGX7429D2Z2vDNkGIw7 in0E/vrGLQC2hC8r/ygkloN5IYBX+vtwWbK70zl1jd/uDpbtI8YygJuE4LqJq0PD5dWTIcOo4/8B +wyjp+DAl2IAAAAASUVORK5CYII= " + preserveAspectRatio="none" + height="9.7458344" + width="35.783211" + style="stroke-width:1.94020224" /> + <g + transform="matrix(0.02756372,0,0,0.02756372,122.41181,276.39128)" + id="layer1-0" + inkscape:label="Layer 1" + inkscape:tile-cx="117.71824" + inkscape:tile-cy="199.20704" + inkscape:tile-w="9.9232051" + inkscape:tile-h="14.259348" + inkscape:tile-x0="112.75664" + inkscape:tile-y0="192.07736"> + <g + id="g12727"> + <rect + style="fill:#414d5b;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="rect11036" + width="360" + height="517.32281" + x="-254.29533" + y="116.64788" + ry="10" + rx="10" /> + <g + transform="matrix(-0.81944454,0,0,0.81944454,-3774.5167,5183.338)" + id="g11089"> + <g + style="fill:#eaeaea;fill-opacity:1" + id="g11091" + transform="matrix(2.8821179,0,0,2.8821179,12565.448,7645.2124)"> + <path + inkscape:connector-curvature="0" + style="fill:#eaeaea;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m -4302.875,-6966.4375 c -8.7807,0 -15.9063,7.1255 -15.9062,15.9063 0,8.7807 7.1255,15.9062 15.9062,15.9062 h 30.2812 v -31.8125 z" + transform="matrix(-0.34696707,0,0,0.34696707,-7485.2033,-2258.3505)" + id="rect11093" /> + </g> + <circle + transform="matrix(3.9132938,0,0,3.9132938,18734.2,12451.798)" + id="path11097" + style="fill:#353c46;fill-opacity:1;fill-rule:nonzero;stroke:none" + cx="-5989.9604" + cy="-4667.6646" + r="2.2894223" /> + </g> + <path + style="fill:#333c45;fill-opacity:1;stroke:none" + d="m -242.3222,183.49793 v 379.72361 l 31.3543,31.4032 v 23.5126 H 38.767388 l 52.7832,-52.8643 v -98.2297 l -34.9835,-32.2711 v -30.2193 l 36.9065,-104.125 V 184.90483 l -54.84679,-54.8516 H -188.8738 Z" + id="path11038" + inkscape:connector-curvature="0" + sodipodi:nodetypes="cccccccccccccc" /> + <circle + style="fill:#eaeaea;fill-opacity:1;fill-rule:nonzero;stroke:#333c45;stroke-width:6.28235817;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path11047" + transform="matrix(2.3871126,0,0,2.3881644,13985.201,11299.506)" + cx="-5889.75" + cy="-4606.25" + r="67.25" /> + <g + id="g11437" + transform="translate(3785.2203,7619.2373)"> + <path + sodipodi:nodetypes="ccccccccccc" + inkscape:connector-curvature="0" + id="path11045" + d="m -4012.6746,-7192.246 v 123.4224 l 52.7283,52.8056 h 111.3153 v -43.208 l -19.9902,-16.6832 -19.3336,-31.072 -26.71,-60.8458 h -47.7618 l -18.75,-24.419 z" + style="fill:#eaeaea;fill-opacity:1;stroke:none" /> + <circle + transform="matrix(2.5209881,0,0,2.5248652,10926.072,4204.3081)" + style="fill:#76a8d4;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path11065-3" + cx="-5917.644" + cy="-4508.8921" + r="2.1655145" /> + <circle + transform="matrix(2.5209881,0,0,2.5248652,11053.93,4343.9181)" + style="fill:#76a8d4;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path11065-3-6" + cx="-5917.644" + cy="-4508.8921" + r="2.1655145" /> + <circle + transform="matrix(2.5209881,0,0,2.5248652,10943.854,4330.0697)" + style="fill:#76a8d4;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path11065-3-6-7" + cx="-5917.644" + cy="-4508.8921" + r="2.1655145" /> + </g> + <g + id="g10458" + transform="matrix(1.2369501,0,0,1.2369501,4700.7377,9354.3804)"> + <circle + transform="matrix(0.61962842,0,0,0.61990122,-210.87166,-4465.2926)" + id="path11049" + style="fill:#eaeaea;fill-opacity:1;fill-rule:nonzero;stroke:#333c45;stroke-width:13.04430485;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + cx="-5889.75" + cy="-4606.25" + r="67.25" /> + <circle + id="path11105" + style="fill:#cccccc;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(2.183598,0,0,2.1845593,9061.4278,2502.7006)" + cx="-5917.644" + cy="-4508.8921" + r="2.1655145" /> + <circle + transform="matrix(2.183598,0,0,2.1845593,9060.1306,2555.8718)" + style="fill:#d0d0d0;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path11107" + cx="-5917.644" + cy="-4508.8921" + r="2.1655145" /> + <circle + transform="matrix(0,2.1845593,-2.183598,0,-13679.419,5606.7314)" + style="fill:#d0d0d0;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path11110" + inkscape:transform-center-y="-0.0003240199" + inkscape:transform-center-x="-32.359683" + cx="-5917.644" + cy="-4508.8921" + r="2.1655145" /> + <circle + transform="matrix(0,-2.1845593,2.183598,0,5958.7624,-20248.158)" + style="fill:#d0d0d0;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path11114" + inkscape:transform-center-y="-0.00026014468" + inkscape:transform-center-x="32.359439" + cx="-5917.644" + cy="-4508.8921" + r="2.1655145" /> + <circle + transform="matrix(2.183598,0,0,2.1845593,9061.4278,2502.7006)" + style="fill:#d0d0d0;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path11118" + cx="-5917.644" + cy="-4508.8921" + r="2.1655145" /> + <circle + inkscape:transform-center-x="-22.881786" + inkscape:transform-center-y="-22.88225" + id="path11388" + style="fill:#d0d0d0;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(1.5447167,1.5447167,-1.544037,1.544037,-1662.2862,8763.7682)" + cx="-5917.644" + cy="-4508.8921" + r="2.1655145" /> + <circle + transform="matrix(1.5447167,-1.5447167,1.544037,1.544037,12224.509,-9518.3986)" + style="fill:#d0d0d0;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path11390" + inkscape:transform-center-y="-22.88181" + inkscape:transform-center-x="22.881943" + cx="-5917.644" + cy="-4508.8921" + r="2.1655145" /> + <circle + inkscape:transform-center-x="22.88175" + inkscape:transform-center-y="22.881672" + id="path11392" + style="fill:#d0d0d0;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(-1.5447167,-1.5447167,1.544037,-1.544037,-6057.658,-23405.194)" + cx="-5917.644" + cy="-4508.8921" + r="2.1655145" /> + <circle + transform="matrix(-1.5447167,1.5447167,-1.544037,-1.544037,-19944.453,-5123.0268)" + style="fill:#d0d0d0;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path11394" + inkscape:transform-center-y="22.881727" + inkscape:transform-center-x="-22.882227" + cx="-5917.644" + cy="-4508.8921" + r="2.1655145" /> + </g> + <g + id="g11120" + transform="matrix(0,0.81944454,0.81944454,0,4853.611,3993.4286)"> + <g + transform="matrix(2.0379651,-2.0379651,2.0379651,2.0379651,17022.519,-8513.1716)" + id="g11123" + style="fill:#eaeaea;fill-opacity:1"> + <path + style="fill:#eaeaea;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m -4298.6562,-7356.7812 c -8.7807,0 -15.9063,7.1255 -15.9063,15.9062 0,8.7704 7.1085,15.8895 15.875,15.9062 6.164,0 12.3339,0 18.5,0 l 8.8125,-8.8124 c 1.9587,-1.9587 2.9688,-4.5377 2.9688,-7.0938 0,-2.5562 -1.0101,-5.1038 -2.9688,-7.0625 l -8.8125,-8.8125 z" + transform="matrix(-0.34696707,0,0,0.34696707,-7483.7515,-2122.9129)" + id="path11126" + inkscape:connector-curvature="0" + sodipodi:nodetypes="csccssscc" /> + </g> + <circle + style="fill:#353c46;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path11134" + transform="matrix(2.7671166,-2.7671166,2.7671166,2.7671166,24783.255,-9476.3687)" + cx="-5989.9604" + cy="-4667.6646" + r="2.2894223" /> + </g> + <g + transform="matrix(0,0.81944454,-0.81944454,0,-5002.2008,3993.4291)" + id="g11171"> + <g + style="fill:#eaeaea;fill-opacity:1" + id="g11173" + transform="matrix(2.0379651,-2.0379651,2.0379651,2.0379651,17022.519,-8513.1716)"> + <path + sodipodi:nodetypes="csccssscc" + inkscape:connector-curvature="0" + id="path11175" + transform="matrix(-0.34696707,0,0,0.34696707,-7483.7515,-2122.9129)" + d="m -4298.6562,-7356.7812 c -8.7807,0 -15.9063,7.1255 -15.9063,15.9062 0,8.7704 7.1085,15.8895 15.875,15.9062 6.164,0 12.3339,0 18.5,0 l 8.8125,-8.8124 c 1.9587,-1.9587 2.9688,-4.5377 2.9688,-7.0938 0,-2.5562 -1.0101,-5.1038 -2.9688,-7.0625 l -8.8125,-8.8125 z" + style="fill:#eaeaea;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + </g> + <circle + transform="matrix(2.7671166,-2.7671166,2.7671166,2.7671166,24783.255,-9476.3687)" + id="path11177" + style="fill:#353c46;fill-opacity:1;fill-rule:nonzero;stroke:none" + cx="-5989.9604" + cy="-4667.6646" + r="2.2894223" /> + </g> + <g + transform="matrix(0,-0.81944454,0.81944454,0,4853.6111,-3242.8097)" + id="g11179"> + <g + style="fill:#eaeaea;fill-opacity:1" + id="g11181" + transform="matrix(2.0379651,-2.0379651,2.0379651,2.0379651,17022.519,-8513.1716)"> + <path + sodipodi:nodetypes="csccssscc" + inkscape:connector-curvature="0" + id="path11183" + transform="matrix(-0.34696707,0,0,0.34696707,-7483.7515,-2122.9129)" + d="m -4298.6562,-7356.7812 c -8.7807,0 -15.9063,7.1255 -15.9063,15.9062 0,8.7704 7.1085,15.8895 15.875,15.9062 6.164,0 12.3339,0 18.5,0 l 8.8125,-8.8124 c 1.9587,-1.9587 2.9688,-4.5377 2.9688,-7.0938 0,-2.5562 -1.0101,-5.1038 -2.9688,-7.0625 l -8.8125,-8.8125 z" + style="fill:#eaeaea;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + </g> + <circle + transform="matrix(2.7671166,-2.7671166,2.7671166,2.7671166,24783.255,-9476.3687)" + id="path11185" + style="fill:#353c46;fill-opacity:1;fill-rule:nonzero;stroke:none" + cx="-5989.9604" + cy="-4667.6646" + r="2.2894223" /> + </g> + <g + id="g11187" + transform="matrix(0,-0.81944454,-0.81944454,0,-5002.2008,-3242.8097)"> + <g + transform="matrix(2.0379651,-2.0379651,2.0379651,2.0379651,17022.519,-8513.1716)" + id="g11189" + style="fill:#eaeaea;fill-opacity:1"> + <path + style="fill:#eaeaea;fill-opacity:1;fill-rule:nonzero;stroke:none" + d="m -4298.6562,-7356.7812 c -8.7807,0 -15.9063,7.1255 -15.9063,15.9062 0,8.7704 7.1085,15.8895 15.875,15.9062 6.164,0 12.3339,0 18.5,0 l 8.8125,-8.8124 c 1.9587,-1.9587 2.9688,-4.5377 2.9688,-7.0938 0,-2.5562 -1.0101,-5.1038 -2.9688,-7.0625 l -8.8125,-8.8125 z" + transform="matrix(-0.34696707,0,0,0.34696707,-7483.7515,-2122.9129)" + id="path11191" + inkscape:connector-curvature="0" + sodipodi:nodetypes="csccssscc" /> + </g> + <circle + style="fill:#353c46;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path11193" + transform="matrix(2.7671166,-2.7671166,2.7671166,2.7671166,24783.255,-9476.3687)" + cx="-5989.9604" + cy="-4667.6646" + r="2.2894223" /> + </g> + <g + transform="translate(3786.0328,7619.7373)" + id="g11452"> + <g + transform="translate(37.884876,14)" + id="g10466"> + <circle + transform="matrix(4.9586777,0,0,4.9586777,25618.228,15204.905)" + id="path10498" + style="fill:#333c45;fill-opacity:1;fill-rule:nonzero;stroke:none" + cx="-5960" + cy="-4506.6875" + r="7.5625" /> + <circle + style="fill:#f9794c;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path11051" + transform="matrix(3.4173352,0,0,3.4223575,16431.827,8281.19)" + cx="-5960" + cy="-4506.6875" + r="7.5625" /> + <path + style="fill:#f9794c;fill-opacity:1;stroke:none" + d="m -3816.4849,-7259.7193 -101.2401,136.2092 -36.5347,-36.5886 z" + id="path11053" + inkscape:connector-curvature="0" + inkscape:transform-center-x="-57.975447" + inkscape:transform-center-y="-59.270228" /> + <circle + style="fill:#eaeaea;fill-opacity:1;fill-rule:nonzero;stroke:#333c45;stroke-width:1.65500891;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path11055" + transform="matrix(2.4151314,0,0,2.4186808,10458.691,3757.9332)" + cx="-5960" + cy="-4506.6875" + r="7.5625" /> + </g> + </g> + <g + id="g12717"> + <g + id="g11443" + transform="translate(3788.0328,7619.2953)"> + <path + sodipodi:nodetypes="ccccccccccc" + inkscape:connector-curvature="0" + id="path11042" + d="m -3813.5541,-7092.3957 v 19.0499 h -19.5452 v 57.3278 h 76.9592 l 25.9151,-25.9548 v -32.9458 l 12.1721,-12.191 -16.3604,-16.3856 -11.6049,11.0995 z" + style="fill:#eaeaea;fill-opacity:1;stroke:none" /> + <path + sodipodi:nodetypes="cccccccccc" + inkscape:connector-curvature="0" + id="path11057" + d="m -3790.6932,-7087.6777 v 30.4117 h -36.2984 v 35.4804 h 67.8849 l 22.8609,-22.8964 v -12.9335 h -17.8001 v -30.0622 z" + style="fill:#f9cd54;fill-opacity:1;stroke:none" /> + <rect + y="-7082.9058" + x="-3782.426" + height="20.515577" + width="20.11388" + id="rect11059" + style="fill:#3e3e40;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + <circle + id="path11062" + style="fill:#76a8d4;fill-opacity:1;fill-rule:nonzero;stroke:none" + transform="matrix(2.5209881,0,0,2.5248652,11094.983,4319.0389)" + cx="-5917.644" + cy="-4508.8921" + r="2.1655145" /> + <circle + transform="matrix(2.5209881,0,0,2.5248652,11185.259,4295.8598)" + style="fill:#76a8d4;fill-opacity:1;fill-rule:nonzero;stroke:none" + id="path11065" + cx="-5917.644" + cy="-4508.8921" + r="2.1655145" /> + </g> + <path + style="fill:none;stroke:#f9cd54;stroke-width:4.84193087;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-start:none" + d="m -19.714312,561.76414 c 3.2482,-20.8394 9.277,-110.5122 -63.40459,-62.0404" + id="path11102" + inkscape:connector-curvature="0" + sodipodi:nodetypes="cc" /> + <path + sodipodi:nodetypes="cccc" + inkscape:connector-curvature="0" + id="rect12430" + d="m -81.500112,501.57824 -14.4822,10.4863 11.11541,-14.0624 z" + style="fill:#f9cd54;fill-opacity:1;fill-rule:nonzero;stroke:none" /> + </g> + </g> + </g> + <use + x="0" + y="0" + inkscape:tiled-clone-of="#layer1-0" + xlink:href="#layer1-0" + id="use20033" + width="100%" + height="100%" /> + <use + x="0" + y="0" + inkscape:tiled-clone-of="#layer1-0" + xlink:href="#layer1-0" + transform="translate(11.907846)" + id="use20035" + width="100%" + height="100%" /> + <use + x="0" + y="0" + inkscape:tiled-clone-of="#layer1-0" + xlink:href="#layer1-0" + transform="translate(23.815692)" + id="use20037" + width="100%" + height="100%" /> + <use + x="0" + y="0" + inkscape:tiled-clone-of="#layer1-0" + xlink:href="#layer1-0" + transform="translate(35.723538)" + id="use20039" + width="100%" + height="100%" /> + <use + x="0" + y="0" + inkscape:tiled-clone-of="#layer1-0" + xlink:href="#layer1-0" + transform="translate(47.631384)" + id="use20041" + width="100%" + height="100%" /> + <use + x="0" + y="0" + inkscape:tiled-clone-of="#layer1-0" + xlink:href="#layer1-0" + transform="translate(59.539231)" + id="use20043" + width="100%" + height="100%" /> + <use + x="0" + y="0" + inkscape:tiled-clone-of="#layer1-0" + xlink:href="#layer1-0" + transform="translate(71.447077)" + id="use20045" + width="100%" + height="100%" /> + <use + x="0" + y="0" + inkscape:tiled-clone-of="#layer1-0" + xlink:href="#layer1-0" + transform="translate(83.354923)" + id="use20047" + width="100%" + height="100%" /> + <use + x="0" + y="0" + inkscape:tiled-clone-of="#layer1-0" + xlink:href="#layer1-0" + transform="translate(95.262769)" + id="use20049" + width="100%" + height="100%" /> + <use + x="0" + y="0" + inkscape:tiled-clone-of="#layer1-0" + xlink:href="#layer1-0" + transform="translate(107.17062)" + id="use20051" + width="100%" + height="100%" /> + <use + x="0" + y="0" + inkscape:tiled-clone-of="#layer1-0" + xlink:href="#layer1-0" + transform="translate(119.07846)" + id="use20053" + width="100%" + height="100%" /> + <path + style="fill:#2c5bb4;stroke-width:0.15572277" + inkscape:connector-curvature="0" + id="path6" + d="m 154.03291,249.91569 a 5.8769777,5.8769777 0 0 1 5.86764,-5.86749 5.8769777,5.8769777 0 0 1 5.86747,5.86749 5.8771335,5.8771335 0 0 1 -5.86747,5.86778 5.8771335,5.8771335 0 0 1 -5.86764,-5.86778 z m 5.86764,5.38068 a 5.353282,5.353282 0 0 0 3.32997,-1.15733 l -0.14825,-0.32095 a 0.36485847,0.36485847 0 0 1 -0.11414,0.0183 0.36532564,0.36532564 0 0 1 -0.36517,-0.36516 0.36485847,0.36485847 0 0 1 0.17534,-0.31145 l -0.35287,-0.76445 a 0.60809746,0.60809746 0 0 1 -0.18686,0.0294 0.60887606,0.60887606 0 0 1 -0.56746,-0.38806 l -1.20997,0.30943 q 0,0.003 0,0.006 a 0.36532564,0.36532564 0 0 1 -0.36595,0.36392 0.36516993,0.36516993 0 0 1 -0.36501,-0.36517 0.36625999,0.36625999 0 0 1 0.0101,-0.0858 l -1.69831,-0.73018 a 0.60825319,0.60825319 0 0 1 -0.52759,0.30475 0.61245767,0.61245767 0 0 1 -0.0973,-0.008 l -0.36579,1.26696 a 0.36532564,0.36532564 0 0 1 0.19527,0.32328 0.36548137,0.36548137 0 0 1 -0.27843,0.3549 l 0.0255,0.66463 a 5.3468974,5.3468974 0 0 0 2.90687,0.85507 z m -3.05685,-0.95489 -0.0215,-0.55858 a 0.36532564,0.36532564 0 0 1 -0.306,-0.3605 0.36516993,0.36516993 0 0 1 0.36502,-0.36517 q 0.0156,0 0.0297,8.6e-4 l 0.36579,-1.26658 a 0.60887606,0.60887606 0 0 1 -0.37094,-0.56059 v 0 l -2.28539,-0.27689 a 5.3959501,5.3959501 0 0 0 2.22342,3.38713 z m 6.50377,-0.29743 a 5.4191528,5.4191528 0 0 0 1.33921,-1.67262 l -1.87039,-0.36735 a 0.61043332,0.61043332 0 0 1 -0.25834,0.32858 l 0.35817,0.77643 a 0.3684401,0.3684401 0 0 1 0.0518,-0.003 0.36516993,0.36516993 0 0 1 0.36517,0.365 0.36439131,0.36439131 0 0 1 -0.12458,0.27408 z m 1.40711,-1.80825 a 5.346586,5.346586 0 0 0 0.52649,-2.32011 5.3543721,5.3543721 0 0 0 -1.21853,-3.40535 l -0.73921,0.25196 a 0.36594853,0.36594853 0 0 1 0.0101,0.0858 0.36516993,0.36516993 0 0 1 -0.36517,0.36518 0.36532564,0.36532564 0 0 1 -0.33357,-0.21631 l -1.53666,0.52385 a 1.2188422,1.2188422 0 0 1 0.044,0.32563 1.2161949,1.2161949 0 0 1 -0.54036,1.0122 l 1.39669,2.39672 a 0.60731885,0.60731885 0 0 1 0.23934,-0.0489 0.60872033,0.60872033 0 0 1 0.60903,0.60825 q 0,0.0228 -0.002,0.0452 z m -4.32566,-0.0328 1.20528,-0.30818 a 0.61479354,0.61479354 0 0 1 -0.005,-0.0789 0.60731885,0.60731885 0 0 1 0.24293,-0.48663 l -1.39637,-2.39611 a 1.2119905,1.2119905 0 0 1 -0.55095,0.13143 1.2116789,1.2116789 0 0 1 -0.64391,-0.18484 l -1.35479,1.90246 a 0.60731885,0.60731885 0 0 1 0.19699,0.44833 0.60934325,0.60934325 0 0 1 -0.024,0.16942 l 1.70314,0.7319 a 0.36454703,0.36454703 0 0 1 0.29275,-0.147 0.36532564,0.36532564 0 0 1 0.33418,0.21723 z m -3.5058,-1.11685 a 0.60903179,0.60903179 0 0 1 0.59175,-0.46328 0.60591731,0.60591731 0 0 1 0.29307,0.0751 l 1.35479,-1.90184 a 1.2146377,1.2146377 0 0 1 -0.45471,-0.94882 1.2126133,1.2126133 0 0 1 0.30148,-0.80197 l -1.81013,-1.78115 a 5.3852052,5.3852052 0 0 0 -2.67952,4.65159 5.3880082,5.3880082 0 0 0 0.0732,0.88762 z m 4.12665,-3.70277 1.55241,-0.52946 q 0,-0.003 0,-0.005 a 0.36532564,0.36532564 0 0 1 0.36516,-0.36517 0.36470276,0.36470276 0 0 1 0.29246,0.14638 l 0.70074,-0.23889 a 5.3701001,5.3701001 0 0 0 -4.05999,-1.85574 5.3451845,5.3451845 0 0 0 -2.56943,0.65404 l 1.77991,1.75095 a 1.2126133,1.2126133 0 0 1 0.81318,-0.31146 1.2177522,1.2177522 0 0 1 1.1265,0.75371 z" + class="a" /> + </g> + <g + transform="translate(-118.87261,71.053629)" + id="g10192"> + <rect + id="rect10062" + width="39.6875" + height="26.458332" + x="271.50803" + y="34.889706" + style="fill:none;stroke:#53676c;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + ry="1.9499602" /> + <path + style="fill:#53676c;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none" + d="m 271.50803,41.504294 v -4.66485 c 0,-1.08028 0.86969,-1.94996 1.94996,-1.94996 v 0 h 35.78758 c 1.08028,0 1.94996,0.86968 1.94996,1.94996 v 4.66485" + id="path10064" + inkscape:connector-curvature="0" /> + <text + xml:space="preserve" + style="font-style:normal;font-weight:normal;font-size:5.64444447px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.26458332" + x="281.99353" + y="39.754063" + id="text10068"><tspan + sodipodi:role="line" + x="281.99353" + y="39.754063" + style="font-size:5.64444447px;fill:#ffffff;fill-opacity:1;stroke-width:0.26458332" + id="tspan10066">Journal</tspan></text> + <g + id="g922" + transform="matrix(0.14186773,0,0,0.14186773,298.99729,43.164977)"> + <path + style="fill:#000000;stroke-width:1.05335677" + d="M 13.500231,114.14981 C 2.9613308,109.1246 3.2834682,92.720329 14.016047,87.88285 c 3.063826,-1.380954 3.450176,-2.03275 3.470777,-5.855391 0.02033,-3.775157 -0.338966,-4.423567 -2.936625,-5.299441 -4.047946,-1.364879 -9.6273514,-6.062732 -11.6143716,-9.779287 -2.11474134,-3.955446 -2.11474134,-13.22567 0,-17.181116 1.9870202,-3.716555 7.5664256,-8.414408 11.6143716,-9.779287 2.597659,-0.875874 2.956968,-1.524284 2.936625,-5.29944 -0.0206,-3.822638 -0.406951,-4.474439 -3.470777,-5.855396 C 3.1926781,23.955093 2.9768287,7.4359865 13.672308,2.5269754 26.006222,-3.1340551 39.175787,7.0890871 35.68804,19.617141 c -1.106616,3.974985 -7.341146,10.252304 -10.182413,10.252304 -1.141811,0 -1.56931,1.248045 -1.56931,4.581453 0,4.252435 0.250565,4.661437 3.489025,5.695201 1.918964,0.612561 4.793487,2.283675 6.387829,3.713587 l 2.898805,2.59984 3.505751,-2.062109 c 3.184949,-1.873412 3.516044,-2.542433 3.618235,-7.311156 0.180811,-8.437542 6.246013,-14.599487 14.488914,-14.72002 12.253723,-0.179179 19.507463,10.818287 14.230288,21.574678 -3.58599,7.309272 -13.763409,9.879099 -21.807206,5.506382 -3.723686,-2.024246 -4.167563,-1.443963 -7.425596,-0.728112 -4.414063,0.969852 -5.631104,-1.24405 -2.429674,7.648365 1.229581,3.415333 -0.859047,7.639469 -0.994765,8.999519 -0.153724,1.540505 1.146844,1.928379 3.653113,2.482631 3.25699,0.720271 3.473236,1.443587 7.196922,-0.580659 8.043797,-4.372717 18.221216,-1.80289 21.807206,5.506382 C 77.832339,83.531814 70.578599,94.52928 58.324876,94.350104 50.081975,94.229576 44.016773,88.067631 43.835962,79.630083 43.733773,74.861362 43.402676,74.192341 40.217727,72.318929 l -3.505751,-2.062109 -2.898805,2.59984 c -1.594342,1.429912 -4.468865,3.101026 -6.387829,3.713587 -3.23846,1.033764 -3.489025,1.442766 -3.489025,5.695199 0,3.333408 0.427499,4.581451 1.56931,4.581451 2.841267,0 9.075797,6.277327 10.182413,10.252311 1.903588,6.837722 -1.783524,14.753712 -8.051947,17.286992 -4.728637,1.91101 -9.810573,1.82602 -14.135862,-0.23639 z m 12.241396,-7.80037 c 5.185577,-4.71196 1.931287,-12.596186 -5.199194,-12.596186 -6.858592,0 -9.898334,8.590256 -4.494566,12.701576 3.61808,2.75272 6.583852,2.72048 9.69376,-0.10539 z M 64.594576,84.579649 c 6.46051,-6.707297 -3.96948,-16.643976 -10.668798,-10.164195 -2.619085,2.533256 -2.80836,7.930384 -0.369526,10.536952 2.491991,2.663384 8.302905,2.467153 11.038324,-0.372757 z M 25.345544,68.078484 c 3.940863,-1.949331 6.040506,-5.328053 6.040506,-9.720311 0,-10.11281 -11.910628,-14.344219 -18.631217,-6.618987 -4.0371702,4.640676 -3.7242891,9.502104 0.899383,13.974257 3.846676,3.720619 7.469313,4.453444 11.691328,2.365041 z M 64.299506,42.120311 c 4.919722,-4.470378 1.589518,-12.250866 -5.243618,-12.250866 -4.510658,0 -7.272215,2.618031 -7.272215,6.894261 0,6.809103 7.421683,9.985482 12.515833,5.356605 z M 26.346185,20.780755 C 30.513,17.241699 26.81653,8.1144222 21.216428,8.1144222 c -3.501781,0 -7.990632,3.8632578 -7.990632,6.8769998 0,7.411274 7.377832,10.666727 13.120389,5.789333 z" + id="path885" + inkscape:connector-curvature="0" + sodipodi:nodetypes="sscssssscsssssscsssssssssssssscssssscscsccsssssssssssssssss" /> + <path + style="fill:#ffffff;stroke:#ffffff;stroke-width:0.28467155;stroke-opacity:1" + d="m 18.825547,68.81891 c -2.915268,-0.959819 -6.603551,-4.258625 -7.888922,-7.055865 -1.0749406,-2.339298 -1.0669914,-4.791956 0.02275,-7.019307 1.168275,-2.387868 3.29318,-4.563858 5.533937,-5.66698 1.736994,-0.855119 2.11696,-0.932046 4.603622,-0.932046 2.336869,0 2.931927,0.103875 4.318179,0.753799 5.182645,2.429805 7.353744,9.150333 4.668165,14.450069 -0.879335,1.735285 -3.197053,3.871485 -5.19076,4.784234 -1.700051,0.77831 -4.742029,1.122318 -6.066971,0.686096 z" + id="path906" + inkscape:connector-curvature="0" /> + <path + style="fill:#ffffff;stroke:#ffffff;stroke-width:0.28467155;stroke-opacity:1" + d="m 18.186032,22.536912 c -2.694899,-1.03385 -4.451271,-3.478105 -4.696748,-6.53623 -0.17308,-2.156205 0.40438,-3.469044 2.290664,-5.207759 1.487441,-1.3710759 2.477492,-1.9239701 4.239821,-2.3677296 1.963682,-0.4944608 3.464224,0.025487 5.241958,1.8163736 3.097126,3.120042 3.589935,7.959538 1.050885,10.31994 -2.114325,1.96556 -5.810345,2.863986 -8.12658,1.975405 z" + id="path908" + inkscape:connector-curvature="0" /> + <path + style="fill:#ffffff;stroke:#ffffff;stroke-width:0.28467155;stroke-opacity:1" + d="m 18.025277,107.48064 c -4.984269,-2.49067 -6.110378,-7.829237 -2.428197,-11.511418 2.847592,-2.847592 7.347529,-2.809356 10.335335,0.08782 1.027258,0.996099 1.493311,1.729091 1.832463,2.88204 0.558897,1.899968 0.560553,2.122198 0.02914,3.911658 -0.834662,2.81061 -4.182446,5.502 -6.843861,5.502 -0.746603,0 -1.820338,-0.32015 -2.924882,-0.8721 z" + id="path910" + inkscape:connector-curvature="0" /> + <path + style="fill:#ffffff;stroke:#ffffff;stroke-width:0.28467155;stroke-opacity:1" + d="M 56.117518,86.297775 C 53.507397,85.4486 52.04839,83.132538 52.04839,79.838348 c 0,-6.444695 6.646201,-9.588945 11.632369,-5.503155 2.306036,1.889623 3.337559,5.434659 2.301066,7.908078 -1.416684,3.380681 -6.064051,5.290878 -9.864307,4.054504 z" + id="path912" + inkscape:connector-curvature="0" /> + <path + style="fill:#ffffff;stroke:#ffffff;stroke-width:0.28467155;stroke-opacity:1" + d="m 57.70019,43.97391 c -5.176989,-0.772705 -7.631489,-7.742056 -4.12828,-11.721912 3.300356,-3.749403 10.408104,-2.51331 12.352349,2.148169 0.543513,1.303116 0.572729,3.913022 0.05757,5.142374 -1.286861,3.07088 -4.800476,4.950959 -8.281635,4.431369 z" + id="path914" + inkscape:connector-curvature="0" /> + </g> + </g> + <g + id="g10525" + transform="translate(4.8328727,3.425516)"> + <rect + ry="1.9499602" + style="fill:#ffffff;fill-opacity:1;stroke:#a8cb53;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + y="0.069899574" + x="251.98796" + height="26.458332" + width="39.6875" + id="rect9998" /> + <path + inkscape:connector-curvature="0" + id="path10000" + d="m 251.98796,6.684489 v -4.66485 c 0,-1.08028 0.86969,-1.94996 1.94996,-1.94996 v 0 h 35.78758 c 1.08028,0 1.94996,0.86968 1.94996,1.94996 v 4.66485" + style="fill:#a8cb53;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none" /> + <text + id="text10004" + y="4.9342566" + x="263.72473" + style="font-style:normal;font-weight:normal;font-size:5.64444447px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.26458332" + xml:space="preserve"><tspan + id="tspan10016" + style="font-size:5.64444447px;fill:#ffffff;fill-opacity:1;stroke-width:0.26458332" + y="4.9342566" + x="263.72473" + sodipodi:role="line">Lister</tspan></text> + <g + id="g10275" + transform="translate(47.195674,-64.371163)"> + <g + id="g10271" + transform="matrix(0.18384587,0,0,0.18384587,187.15776,85.34183)"> + <path + style="fill:#e6f2ca;stroke-width:0.26458335" + d="m 126.99652,21.109542 c -6.13177,-1.23561 -11.98515,-4.779442 -15.91704,-9.636713 -2.08986,-2.581728 -3.57232,-5.31273 -4.76421,-8.776703 l -0.85761,-2.492479 0.01,-6.085417 c 0.01,-5.886746 0.0329,-6.152568 0.71468,-8.14233 1.557,-4.543949 3.85131,-8.091178 7.44058,-11.503891 2.785,-2.648011 5.72015,-4.51108 9.11705,-5.787007 4.7673,-1.79067 1.44788,-1.700378 59.6901,-1.623641 50.03278,0.06592 52.70145,0.09302 53.7072,0.545307 1.22436,0.550607 2.89357,2.081537 3.5198,3.228228 0.31069,0.568891 0.43349,1.468326 0.43349,3.175 0,2.693567 -0.26304,3.385497 -1.88097,4.948018 -1.36567,1.318906 -2.52457,1.753669 -5.49584,2.061774 -2.78455,0.288742 -4.54028,0.861838 -6.50728,2.124059 -4.19449,2.691596 -6.65561,8.243613 -5.82641,13.143718 0.80192,4.73888 4.06113,8.743336 8.48394,10.423872 0.73822,0.2805 2.47061,0.627009 3.84975,0.770019 2.97127,0.308105 4.13017,0.742868 5.49584,2.061774 1.61793,1.562521 1.88097,2.254451 1.88097,4.948018 0,1.706674 -0.1228,2.606109 -0.43349,3.175 -0.62623,1.146691 -2.29544,2.677621 -3.5198,3.228227 -1.00653,0.452641 -3.66184,0.478041 -54.23959,0.518832 -42.92227,0.03461 -53.513,-0.02396 -54.90103,-0.303665 z" + id="path10257" + inkscape:connector-curvature="0" /> + <path + style="fill:#dbf2a3;stroke-width:0.26458335" + d="m 126.99652,20.843353 c -5.10554,-1.024044 -9.5621,-3.384342 -13.45649,-7.126862 -2.50149,-2.403949 -3.95548,-4.45079 -5.58531,-7.86269 -1.99743,-4.181444 -2.50525,-6.581715 -2.51083,-11.867862 -0.005,-4.906606 0.42895,-7.141007 2.08304,-10.721068 1.95238,-4.22568 5.76629,-8.788748 9.38298,-11.22606 2.36232,-1.591982 6.13523,-3.326813 8.77521,-4.034939 l 2.23744,-0.600154 50.13854,-0.07517 c 27.57619,-0.04134 51.74588,0.02828 53.71041,0.154727 2.77795,0.1788 3.81268,0.352836 4.65526,0.782988 1.29408,0.660651 2.51838,1.990836 2.98618,3.244458 0.18711,0.501423 0.44933,1.118421 0.58271,1.371108 0.31086,0.588897 0.31086,1.667243 0,2.256139 -0.13338,0.252688 -0.3956,0.869686 -0.58271,1.371108 -0.90008,2.412043 -2.90495,3.659818 -6.41979,3.995505 -4.19012,0.400183 -6.80364,1.622523 -9.48928,4.438132 -2.45798,2.576939 -3.68039,5.668455 -3.68039,9.307812 0,3.639357 1.22241,6.730873 3.68039,9.307812 2.68564,2.815609 5.29916,4.037949 9.48928,4.438132 3.51484,0.335687 5.51971,1.583462 6.41979,3.995505 0.18711,0.501422 0.44933,1.11842 0.58271,1.371108 0.31086,0.588896 0.31086,1.667243 0,2.256139 -0.13338,0.252688 -0.3956,0.869685 -0.58271,1.371108 -0.46784,1.253736 -1.69219,2.583894 -2.98618,3.244257 -0.78659,0.401418 -1.8807,0.610415 -3.9938,0.762892 -1.60073,0.115504 -25.59182,0.205692 -53.31354,0.200417 -40.34434,-0.0077 -50.74634,-0.07843 -52.12291,-0.354539 z" + id="path10259" + inkscape:connector-curvature="0" /> + <path + style="fill:#cfe994;stroke-width:0.26458335" + d="m 127.61409,20.84625 c -5.42921,-0.98511 -10.38491,-3.556141 -14.24569,-7.390699 -4.72794,-4.695818 -7.6068,-11.252871 -7.98947,-18.197252 -0.3939,-7.148129 2.1358,-13.830386 7.33009,-19.362551 3.44792,-3.672213 8.04374,-6.401486 13.09687,-7.777708 l 2.64583,-0.720596 49.08021,-0.08058 c 26.99411,-0.04432 49.58622,-0.0077 50.20468,0.08129 0.61847,0.08903 1.12448,0.249816 1.12448,0.357305 0,0.107488 -0.68461,0.339766 -1.52135,0.516169 -6.45552,1.360956 -13.60813,6.747478 -16.92999,12.749724 -4.42146,7.989091 -4.63324,17.753243 -0.55093,25.400001 3.65031,6.837538 9.93667,11.822971 17.07931,13.544845 3.21341,0.774655 3.22784,0.78064 2.45213,1.017286 -0.3638,0.110984 -22.98568,0.202911 -50.27083,0.204284 -39.56958,0.0021 -49.99307,-0.06712 -51.50534,-0.341521 z" + id="path10261" + inkscape:connector-curvature="0" /> + <path + style="fill:#c2e27b;stroke-width:0.26458335" + d="m 126.73193,20.562587 c -4.85681,-1.041471 -9.38579,-3.461742 -13.06023,-6.979327 -4.88484,-4.676326 -7.7973,-11.379093 -8.28543,-19.068155 -0.15895,-2.503741 0.53009,-6.481702 1.62856,-9.40208 2.83435,-7.535337 9.06621,-13.581249 16.67439,-16.176867 4.27927,-1.459919 2.27115,-1.408554 55.06799,-1.408554 32.34426,0 48.78097,0.08915 48.78097,0.264583 0,0.145521 -0.17812,0.264583 -0.39582,0.264583 -0.67641,0 -3.61816,1.089078 -5.55731,2.057395 -7.83783,3.913828 -13.03261,10.932116 -14.52149,19.618919 -1.18502,6.913955 0.17083,13.536523 3.92068,19.150265 3.64978,5.46394 8.93649,9.373103 15.0826,11.152572 1.30081,0.376624 2.42198,0.741638 2.49149,0.811144 0.0695,0.06951 -22.42605,0.116911 -49.99011,0.105341 -41.79332,-0.01754 -50.40211,-0.08228 -51.83629,-0.389819 z" + id="path10263" + inkscape:connector-curvature="0" /> + <path + style="fill:#bce072;stroke-width:0.26458335" + d="m 128.45172,20.783729 c -2.28814,-0.318326 -5.34073,-1.311341 -7.9375,-2.582093 -6.45195,-3.157323 -10.54361,-7.743511 -13.23935,-14.839493 -0.73454,-1.933541 -1.44502,-5.24487 -1.44502,-6.734832 0,-0.656026 -0.10462,-1.020442 -0.26458,-0.921581 -0.33878,0.209376 -0.35652,-3.358306 -0.0223,-4.479131 0.13327,-0.446895 0.49402,-1.933686 0.80166,-3.303979 0.73567,-3.276743 2.2037,-6.343312 4.49788,-9.395641 4.68922,-6.238854 10.99103,-9.859839 18.66753,-10.726267 2.91073,-0.328528 96.60797,-0.379906 96.80995,-0.05308 0.0748,0.121014 -0.54326,0.433214 -1.37344,0.693778 -4.8046,1.507993 -10.09049,5.350601 -13.24895,9.631398 -1.51232,2.049714 -3.47622,6.215092 -4.24402,9.001449 -0.29582,1.073523 -0.6748,3.216648 -0.84219,4.7625 -0.87828,8.110892 1.57677,15.007345 7.52243,21.131193 3.30488,3.403917 6.53375,5.45357 10.90535,6.922595 1.24609,0.418733 2.33797,0.833687 2.4264,0.922116 0.17716,0.177167 -97.73808,0.148558 -99.01387,-0.02893 z" + id="path10265" + inkscape:connector-curvature="0" /> + <path + style="fill:#b4dc63;stroke-width:0.26458335" + d="m 127.90922,20.586815 c -4.10132,-0.74504 -7.17693,-1.978321 -10.57921,-4.242115 -2.20474,-1.466982 -5.4961,-4.68489 -6.91082,-6.756588 -0.88869,-1.301385 -2.68686,-5.196883 -3.35483,-7.267798 -0.52093,-1.615032 -1.22776,-5.626791 -1.25311,-7.112262 -0.0145,-0.851273 -0.0684,-0.973995 -0.24598,-0.560655 -0.16105,0.374777 -0.23282,0.05126 -0.24599,-1.108864 -0.0102,-0.900916 0.10047,-1.711616 0.24599,-1.801553 0.14552,-0.08994 0.26458,-0.498417 0.26458,-0.90773 0,-1.198446 1.20528,-5.560666 2.05485,-7.437006 0.88352,-1.951334 3.43256,-5.508136 5.45666,-7.613968 2.61739,-2.723071 6.21935,-5.054209 9.85087,-6.375332 4.6199,-1.680694 2.26383,-1.612059 54.84935,-1.597824 l 47.77681,0.01293 -1.59515,0.614426 c -4.10621,1.581647 -7.3994,3.761415 -10.39176,6.87832 -2.05353,2.139006 -4.02039,4.751285 -4.02039,5.339671 0,0.163697 -0.46432,1.296381 -1.03182,2.517074 -1.94833,4.190838 -2.98388,10.579399 -2.40279,14.823403 0.32989,2.409384 1.52001,6.335322 2.44932,8.079733 3.4737,6.520519 9.95081,12.087001 16.2652,13.978462 0.90939,0.272402 1.65343,0.591807 1.65343,0.709787 0,0.117981 -21.8182,0.203767 -48.4849,0.190633 -38.17749,-0.01881 -48.88146,-0.09592 -50.35031,-0.362747 z" + id="path10267" + inkscape:connector-curvature="0" /> + <path + style="fill:#a8cb53;stroke-width:0.26458335" + d="M 126.7068,20.191843 C 120.36336,18.853519 114.00469,14.643435 110.57919,9.513719 l -1.09326,-1.637154 49.83186,-0.06788 c 27.40751,-0.03733 49.97124,-0.01492 50.14162,0.0498 0.17037,0.06472 0.80084,0.840819 1.40105,1.724657 3.20635,4.721572 8.30179,8.630492 13.78922,10.578296 1.4236,0.505312 1.10495,0.50876 -47.11775,0.509469 -45.87436,7.94e-4 -48.67641,-0.02574 -50.82513,-0.479064 z M 105.36741,-6.67552 c 0.003,-0.582083 0.0571,-0.789053 0.1204,-0.459936 0.0633,0.329118 0.0609,0.805368 -0.005,1.058334 -0.0662,0.252965 -0.118,-0.01631 -0.11506,-0.598398 z m 0.46592,-0.595312 c 0.007,-3.162592 1.99287,-9.994652 3.33622,-11.479041 0.43267,-0.4781 1.99148,-0.493356 50.41172,-0.493356 27.48088,0 49.96524,0.04276 49.96524,0.09503 0,0.05227 -0.42754,1.020376 -0.95008,2.151357 -1.16105,2.512944 -2.1146,6.166271 -2.36817,9.073156 l -0.18966,2.174208 h -50.10438 -50.10437 z" + id="path10269" + inkscape:connector-curvature="0" /> + </g> + <path + inkscape:connector-curvature="0" + d="m 241.59495,83.844135 0.2839,-0.03224 0.27159,0.0354 0.56995,0.249188 v 0.367434 l -0.56995,0.249188 -0.27159,0.0354 -0.2839,-0.03224 -0.12542,0.630509 0.27463,0.07886 0.23737,0.136645 0.43121,0.448329 -0.14062,0.339467 -0.62192,0.01211 -0.26447,-0.07123 -0.24995,-0.138428 -0.35715,0.534519 0.22354,0.177948 0.16701,0.217084 0.22681,0.579215 -0.25981,0.259816 -0.57922,-0.226812 -0.21708,-0.167011 -0.17795,-0.223544 -0.53452,0.357155 0.13843,0.249949 0.0712,0.26447 -0.0121,0.621924 -0.33947,0.140612 -0.44833,-0.431203 -0.13664,-0.237373 -0.0789,-0.274625 -0.63051,0.125414 0.0322,0.2839 -0.0354,0.271594 -0.24919,0.569949 h -0.36744 l -0.24919,-0.569949 -0.0354,-0.271594 0.0322,-0.2839 -0.63051,-0.125414 -0.0789,0.274625 -0.13664,0.237373 -0.44833,0.431203 -0.33947,-0.140612 -0.0121,-0.621924 0.0712,-0.26447 0.13843,-0.249949 -0.53452,-0.357155 -0.17795,0.223544 -0.21708,0.167011 -0.57922,0.226812 -0.25981,-0.259816 0.22681,-0.579215 0.16701,-0.217084 0.22354,-0.177948 -0.35715,-0.534519 -0.24995,0.138428 -0.26447,0.07123 -0.62192,-0.01211 -0.14062,-0.339467 0.43121,-0.448329 0.23737,-0.136645 0.27463,-0.07886 -0.12542,-0.630509 -0.2839,0.03224 -0.27159,-0.0354 -0.56995,-0.249188 v -0.367434 l 0.56995,-0.249188 0.27159,-0.0354 0.2839,0.03224 0.12542,-0.630509 -0.27463,-0.07886 -0.23737,-0.136645 -0.43121,-0.448329 0.14062,-0.339467 0.62192,-0.01211 0.26447,0.07123 0.24995,0.138428 0.35715,-0.534519 -0.22354,-0.177948 -0.16701,-0.217084 -0.22681,-0.579215 0.25981,-0.259816 0.57922,0.226812 0.21708,0.167011 0.17795,0.223544 0.53452,-0.357155 -0.13843,-0.249949 -0.0712,-0.26447 0.0121,-0.621924 0.33947,-0.140612 0.44833,0.431203 0.13664,0.237373 0.0789,0.274625 0.63051,-0.125414 -0.0322,-0.2839 0.0354,-0.271594 0.24919,-0.569949 h 0.36744 l 0.24919,0.569949 0.0354,0.271594 -0.0322,0.2839 0.63051,0.125414 0.0789,-0.274625 0.13664,-0.237373 0.44833,-0.431203 0.33947,0.140612 0.0121,0.621924 -0.0712,0.26447 -0.13843,0.249949 0.53452,0.357155 0.17795,-0.223544 0.21708,-0.167011 0.57922,-0.226812 0.25981,0.259816 -0.22681,0.579215 -0.16701,0.217084 -0.22354,0.177948 0.35715,0.534519 0.24995,-0.138428 0.26447,-0.07123 0.62192,0.01211 0.14062,0.339467 -0.43121,0.448329 -0.23737,0.136645 -0.27463,0.07886 z" + style="fill:#dbf2a3;fill-opacity:1;stroke:#a8cb53;stroke-width:0.06937626;stroke-opacity:1" + id="path10273" /> + </g> + </g> + <rect + style="fill:#ffb380;fill-opacity:1;stroke:#ffb380;stroke-width:0.83562112;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" + id="rect10277" + width="16.926714" + height="96.051125" + x="214.49287" + y="0.41781056" + ry="1.3483621" /> + <g + transform="matrix(0.00576752,0,0,0.00576752,202.10507,19.883606)" + id="g3924" + style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41420996"> + <path + inkscape:connector-curvature="0" + d="m 4410.6722,-2213.9556 h -576.3 c -28.732,-0.011 -52.373,-23.648 -52.388,-52.381 v -600.614 c 0,-44.477 -36.065,-80.556 -80.522,-80.556 h -205.725 c -44.484,0 -80.529,36.079 -80.529,80.556 v 596.977 c 0,30.972 -25.039,56.147 -56.011,56.282 l -188.86,0.901 c -31.236,0.17 -56.614,-25.174 -56.553,-56.384 l 1.172,-597.641 c 0.101,-44.544 -35.978,-80.691 -80.523,-80.691 h -205.555 c -44.491,0 -80.529,36.079 -80.529,80.556 v 1681.8 c 0,39.513 32.009,71.521 71.487,71.521 h 1590.84 c 39.512,0 71.521,-32.008 71.521,-71.521 v -957.285 c 0,-39.512 -32.009,-71.521 -71.521,-71.521 z m -270.25,631.451 c 0,51.778 -41.978,93.763 -93.756,93.763 h -162.582 c -51.785,0 -93.763,-41.985 -93.763,-93.763 v -162.581 c 0,-51.786 41.978,-93.763 93.763,-93.763 h 162.582 c 51.778,0 93.756,41.977 93.756,93.763 z" + style="fill:#ff6600;fill-rule:nonzero" + id="path3913" /> + </g> + <g + id="g10293" + transform="matrix(0.11000841,0,0,0.11000841,203.97747,92.986517)"> + <path + style="fill:#e6f2ca;stroke-width:0.26458335" + d="m 126.99652,21.109542 c -6.13177,-1.23561 -11.98515,-4.779442 -15.91704,-9.636713 -2.08986,-2.581728 -3.57232,-5.31273 -4.76421,-8.776703 l -0.85761,-2.492479 0.01,-6.085417 c 0.01,-5.886746 0.0329,-6.152568 0.71468,-8.14233 1.557,-4.543949 3.85131,-8.091178 7.44058,-11.503891 2.785,-2.648011 5.72015,-4.51108 9.11705,-5.787007 4.7673,-1.79067 1.44788,-1.700378 59.6901,-1.623641 50.03278,0.06592 52.70145,0.09302 53.7072,0.545307 1.22436,0.550607 2.89357,2.081537 3.5198,3.228228 0.31069,0.568891 0.43349,1.468326 0.43349,3.175 0,2.693567 -0.26304,3.385497 -1.88097,4.948018 -1.36567,1.318906 -2.52457,1.753669 -5.49584,2.061774 -2.78455,0.288742 -4.54028,0.861838 -6.50728,2.124059 -4.19449,2.691596 -6.65561,8.243613 -5.82641,13.143718 0.80192,4.73888 4.06113,8.743336 8.48394,10.423872 0.73822,0.2805 2.47061,0.627009 3.84975,0.770019 2.97127,0.308105 4.13017,0.742868 5.49584,2.061774 1.61793,1.562521 1.88097,2.254451 1.88097,4.948018 0,1.706674 -0.1228,2.606109 -0.43349,3.175 -0.62623,1.146691 -2.29544,2.677621 -3.5198,3.228227 -1.00653,0.452641 -3.66184,0.478041 -54.23959,0.518832 -42.92227,0.03461 -53.513,-0.02396 -54.90103,-0.303665 z" + id="path10279" + inkscape:connector-curvature="0" /> + <path + style="fill:#dbf2a3;stroke-width:0.26458335" + d="m 126.99652,20.843353 c -5.10554,-1.024044 -9.5621,-3.384342 -13.45649,-7.126862 -2.50149,-2.403949 -3.95548,-4.45079 -5.58531,-7.86269 -1.99743,-4.181444 -2.50525,-6.581715 -2.51083,-11.867862 -0.005,-4.906606 0.42895,-7.141007 2.08304,-10.721068 1.95238,-4.22568 5.76629,-8.788748 9.38298,-11.22606 2.36232,-1.591982 6.13523,-3.326813 8.77521,-4.034939 l 2.23744,-0.600154 50.13854,-0.07517 c 27.57619,-0.04134 51.74588,0.02828 53.71041,0.154727 2.77795,0.1788 3.81268,0.352836 4.65526,0.782988 1.29408,0.660651 2.51838,1.990836 2.98618,3.244458 0.18711,0.501423 0.44933,1.118421 0.58271,1.371108 0.31086,0.588897 0.31086,1.667243 0,2.256139 -0.13338,0.252688 -0.3956,0.869686 -0.58271,1.371108 -0.90008,2.412043 -2.90495,3.659818 -6.41979,3.995505 -4.19012,0.400183 -6.80364,1.622523 -9.48928,4.438132 -2.45798,2.576939 -3.68039,5.668455 -3.68039,9.307812 0,3.639357 1.22241,6.730873 3.68039,9.307812 2.68564,2.815609 5.29916,4.037949 9.48928,4.438132 3.51484,0.335687 5.51971,1.583462 6.41979,3.995505 0.18711,0.501422 0.44933,1.11842 0.58271,1.371108 0.31086,0.588896 0.31086,1.667243 0,2.256139 -0.13338,0.252688 -0.3956,0.869685 -0.58271,1.371108 -0.46784,1.253736 -1.69219,2.583894 -2.98618,3.244257 -0.78659,0.401418 -1.8807,0.610415 -3.9938,0.762892 -1.60073,0.115504 -25.59182,0.205692 -53.31354,0.200417 -40.34434,-0.0077 -50.74634,-0.07843 -52.12291,-0.354539 z" + id="path10281" + inkscape:connector-curvature="0" /> + <path + style="fill:#cfe994;stroke-width:0.26458335" + d="m 127.61409,20.84625 c -5.42921,-0.98511 -10.38491,-3.556141 -14.24569,-7.390699 -4.72794,-4.695818 -7.6068,-11.252871 -7.98947,-18.197252 -0.3939,-7.148129 2.1358,-13.830386 7.33009,-19.362551 3.44792,-3.672213 8.04374,-6.401486 13.09687,-7.777708 l 2.64583,-0.720596 49.08021,-0.08058 c 26.99411,-0.04432 49.58622,-0.0077 50.20468,0.08129 0.61847,0.08903 1.12448,0.249816 1.12448,0.357305 0,0.107488 -0.68461,0.339766 -1.52135,0.516169 -6.45552,1.360956 -13.60813,6.747478 -16.92999,12.749724 -4.42146,7.989091 -4.63324,17.753243 -0.55093,25.400001 3.65031,6.837538 9.93667,11.822971 17.07931,13.544845 3.21341,0.774655 3.22784,0.78064 2.45213,1.017286 -0.3638,0.110984 -22.98568,0.202911 -50.27083,0.204284 -39.56958,0.0021 -49.99307,-0.06712 -51.50534,-0.341521 z" + id="path10283" + inkscape:connector-curvature="0" /> + <path + style="fill:#c2e27b;stroke-width:0.26458335" + d="m 126.73193,20.562587 c -4.85681,-1.041471 -9.38579,-3.461742 -13.06023,-6.979327 -4.88484,-4.676326 -7.7973,-11.379093 -8.28543,-19.068155 -0.15895,-2.503741 0.53009,-6.481702 1.62856,-9.40208 2.83435,-7.535337 9.06621,-13.581249 16.67439,-16.176867 4.27927,-1.459919 2.27115,-1.408554 55.06799,-1.408554 32.34426,0 48.78097,0.08915 48.78097,0.264583 0,0.145521 -0.17812,0.264583 -0.39582,0.264583 -0.67641,0 -3.61816,1.089078 -5.55731,2.057395 -7.83783,3.913828 -13.03261,10.932116 -14.52149,19.618919 -1.18502,6.913955 0.17083,13.536523 3.92068,19.150265 3.64978,5.46394 8.93649,9.373103 15.0826,11.152572 1.30081,0.376624 2.42198,0.741638 2.49149,0.811144 0.0695,0.06951 -22.42605,0.116911 -49.99011,0.105341 -41.79332,-0.01754 -50.40211,-0.08228 -51.83629,-0.389819 z" + id="path10285" + inkscape:connector-curvature="0" /> + <path + style="fill:#bce072;stroke-width:0.26458335" + d="m 128.45172,20.783729 c -2.28814,-0.318326 -5.34073,-1.311341 -7.9375,-2.582093 -6.45195,-3.157323 -10.54361,-7.743511 -13.23935,-14.839493 -0.73454,-1.933541 -1.44502,-5.24487 -1.44502,-6.734832 0,-0.656026 -0.10462,-1.020442 -0.26458,-0.921581 -0.33878,0.209376 -0.35652,-3.358306 -0.0223,-4.479131 0.13327,-0.446895 0.49402,-1.933686 0.80166,-3.303979 0.73567,-3.276743 2.2037,-6.343312 4.49788,-9.395641 4.68922,-6.238854 10.99103,-9.859839 18.66753,-10.726267 2.91073,-0.328528 96.60797,-0.379906 96.80995,-0.05308 0.0748,0.121014 -0.54326,0.433214 -1.37344,0.693778 -4.8046,1.507993 -10.09049,5.350601 -13.24895,9.631398 -1.51232,2.049714 -3.47622,6.215092 -4.24402,9.001449 -0.29582,1.073523 -0.6748,3.216648 -0.84219,4.7625 -0.87828,8.110892 1.57677,15.007345 7.52243,21.131193 3.30488,3.403917 6.53375,5.45357 10.90535,6.922595 1.24609,0.418733 2.33797,0.833687 2.4264,0.922116 0.17716,0.177167 -97.73808,0.148558 -99.01387,-0.02893 z" + id="path10287" + inkscape:connector-curvature="0" /> + <path + style="fill:#b4dc63;stroke-width:0.26458335" + d="m 127.90922,20.586815 c -4.10132,-0.74504 -7.17693,-1.978321 -10.57921,-4.242115 -2.20474,-1.466982 -5.4961,-4.68489 -6.91082,-6.756588 -0.88869,-1.301385 -2.68686,-5.196883 -3.35483,-7.267798 -0.52093,-1.615032 -1.22776,-5.626791 -1.25311,-7.112262 -0.0145,-0.851273 -0.0684,-0.973995 -0.24598,-0.560655 -0.16105,0.374777 -0.23282,0.05126 -0.24599,-1.108864 -0.0102,-0.900916 0.10047,-1.711616 0.24599,-1.801553 0.14552,-0.08994 0.26458,-0.498417 0.26458,-0.90773 0,-1.198446 1.20528,-5.560666 2.05485,-7.437006 0.88352,-1.951334 3.43256,-5.508136 5.45666,-7.613968 2.61739,-2.723071 6.21935,-5.054209 9.85087,-6.375332 4.6199,-1.680694 2.26383,-1.612059 54.84935,-1.597824 l 47.77681,0.01293 -1.59515,0.614426 c -4.10621,1.581647 -7.3994,3.761415 -10.39176,6.87832 -2.05353,2.139006 -4.02039,4.751285 -4.02039,5.339671 0,0.163697 -0.46432,1.296381 -1.03182,2.517074 -1.94833,4.190838 -2.98388,10.579399 -2.40279,14.823403 0.32989,2.409384 1.52001,6.335322 2.44932,8.079733 3.4737,6.520519 9.95081,12.087001 16.2652,13.978462 0.90939,0.272402 1.65343,0.591807 1.65343,0.709787 0,0.117981 -21.8182,0.203767 -48.4849,0.190633 -38.17749,-0.01881 -48.88146,-0.09592 -50.35031,-0.362747 z" + id="path10289" + inkscape:connector-curvature="0" /> + <path + style="fill:#a8cb53;stroke-width:0.26458335" + d="M 126.7068,20.191843 C 120.36336,18.853519 114.00469,14.643435 110.57919,9.513719 l -1.09326,-1.637154 49.83186,-0.06788 c 27.40751,-0.03733 49.97124,-0.01492 50.14162,0.0498 0.17037,0.06472 0.80084,0.840819 1.40105,1.724657 3.20635,4.721572 8.30179,8.630492 13.78922,10.578296 1.4236,0.505312 1.10495,0.50876 -47.11775,0.509469 -45.87436,7.94e-4 -48.67641,-0.02574 -50.82513,-0.479064 z M 105.36741,-6.67552 c 0.003,-0.582083 0.0571,-0.789053 0.1204,-0.459936 0.0633,0.329118 0.0609,0.805368 -0.005,1.058334 -0.0662,0.252965 -0.118,-0.01631 -0.11506,-0.598398 z m 0.46592,-0.595312 c 0.007,-3.162592 1.99287,-9.994652 3.33622,-11.479041 0.43267,-0.4781 1.99148,-0.493356 50.41172,-0.493356 27.48088,0 49.96524,0.04276 49.96524,0.09503 0,0.05227 -0.42754,1.020376 -0.95008,2.151357 -1.16105,2.512944 -2.1146,6.166271 -2.36817,9.073156 l -0.18966,2.174208 h -50.10438 -50.10437 z" + id="path10291" + inkscape:connector-curvature="0" /> + </g> + <text + xml:space="preserve" + style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.26458332" + x="-87.120537" + y="225.87596" + id="text10310" + transform="rotate(-90)"><tspan + sodipodi:role="line" + id="tspan10308" + x="-87.120537" + y="225.87596" + style="fill:#ffffff;fill-opacity:1;stroke-width:0.26458332">Celery Broker</tspan></text> + <rect + ry="1.9499602" + style="fill:none;stroke:#a8cb53;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + y="4.2194929" + x="152.78725" + height="26.458332" + width="39.6875" + id="rect10332" /> + <path + inkscape:connector-curvature="0" + id="path10334" + d="M 152.78725,10.834082 V 6.1692319 c 0,-1.08028 0.86969,-1.94996 1.94996,-1.94996 v 0 h 35.78758 c 1.08028,0 1.94996,0.86968 1.94996,1.94996 v 4.6648501" + style="fill:#a8cb53;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none" /> + <text + id="text10338" + y="9.0838499" + x="158.30905" + style="font-style:normal;font-weight:normal;font-size:5.64444447px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.26458332" + xml:space="preserve"><tspan + id="tspan10336" + style="font-size:5.64444447px;fill:#ffffff;fill-opacity:1;stroke-width:0.26458332" + y="9.0838499" + x="158.30905" + sodipodi:role="line">Scheduler</tspan></text> + <g + transform="matrix(0.18384587,0,0,0.18384587,135.15272,25.12026)" + id="g10354"> + <path + inkscape:connector-curvature="0" + id="path10340" + d="m 126.99652,21.109542 c -6.13177,-1.23561 -11.98515,-4.779442 -15.91704,-9.636713 -2.08986,-2.581728 -3.57232,-5.31273 -4.76421,-8.776703 l -0.85761,-2.492479 0.01,-6.085417 c 0.01,-5.886746 0.0329,-6.152568 0.71468,-8.14233 1.557,-4.543949 3.85131,-8.091178 7.44058,-11.503891 2.785,-2.648011 5.72015,-4.51108 9.11705,-5.787007 4.7673,-1.79067 1.44788,-1.700378 59.6901,-1.623641 50.03278,0.06592 52.70145,0.09302 53.7072,0.545307 1.22436,0.550607 2.89357,2.081537 3.5198,3.228228 0.31069,0.568891 0.43349,1.468326 0.43349,3.175 0,2.693567 -0.26304,3.385497 -1.88097,4.948018 -1.36567,1.318906 -2.52457,1.753669 -5.49584,2.061774 -2.78455,0.288742 -4.54028,0.861838 -6.50728,2.124059 -4.19449,2.691596 -6.65561,8.243613 -5.82641,13.143718 0.80192,4.73888 4.06113,8.743336 8.48394,10.423872 0.73822,0.2805 2.47061,0.627009 3.84975,0.770019 2.97127,0.308105 4.13017,0.742868 5.49584,2.061774 1.61793,1.562521 1.88097,2.254451 1.88097,4.948018 0,1.706674 -0.1228,2.606109 -0.43349,3.175 -0.62623,1.146691 -2.29544,2.677621 -3.5198,3.228227 -1.00653,0.452641 -3.66184,0.478041 -54.23959,0.518832 -42.92227,0.03461 -53.513,-0.02396 -54.90103,-0.303665 z" + style="fill:#e6f2ca;stroke-width:0.26458335" /> + <path + inkscape:connector-curvature="0" + id="path10342" + d="m 126.99652,20.843353 c -5.10554,-1.024044 -9.5621,-3.384342 -13.45649,-7.126862 -2.50149,-2.403949 -3.95548,-4.45079 -5.58531,-7.86269 -1.99743,-4.181444 -2.50525,-6.581715 -2.51083,-11.867862 -0.005,-4.906606 0.42895,-7.141007 2.08304,-10.721068 1.95238,-4.22568 5.76629,-8.788748 9.38298,-11.22606 2.36232,-1.591982 6.13523,-3.326813 8.77521,-4.034939 l 2.23744,-0.600154 50.13854,-0.07517 c 27.57619,-0.04134 51.74588,0.02828 53.71041,0.154727 2.77795,0.1788 3.81268,0.352836 4.65526,0.782988 1.29408,0.660651 2.51838,1.990836 2.98618,3.244458 0.18711,0.501423 0.44933,1.118421 0.58271,1.371108 0.31086,0.588897 0.31086,1.667243 0,2.256139 -0.13338,0.252688 -0.3956,0.869686 -0.58271,1.371108 -0.90008,2.412043 -2.90495,3.659818 -6.41979,3.995505 -4.19012,0.400183 -6.80364,1.622523 -9.48928,4.438132 -2.45798,2.576939 -3.68039,5.668455 -3.68039,9.307812 0,3.639357 1.22241,6.730873 3.68039,9.307812 2.68564,2.815609 5.29916,4.037949 9.48928,4.438132 3.51484,0.335687 5.51971,1.583462 6.41979,3.995505 0.18711,0.501422 0.44933,1.11842 0.58271,1.371108 0.31086,0.588896 0.31086,1.667243 0,2.256139 -0.13338,0.252688 -0.3956,0.869685 -0.58271,1.371108 -0.46784,1.253736 -1.69219,2.583894 -2.98618,3.244257 -0.78659,0.401418 -1.8807,0.610415 -3.9938,0.762892 -1.60073,0.115504 -25.59182,0.205692 -53.31354,0.200417 -40.34434,-0.0077 -50.74634,-0.07843 -52.12291,-0.354539 z" + style="fill:#dbf2a3;stroke-width:0.26458335" /> + <path + inkscape:connector-curvature="0" + id="path10344" + d="m 127.61409,20.84625 c -5.42921,-0.98511 -10.38491,-3.556141 -14.24569,-7.390699 -4.72794,-4.695818 -7.6068,-11.252871 -7.98947,-18.197252 -0.3939,-7.148129 2.1358,-13.830386 7.33009,-19.362551 3.44792,-3.672213 8.04374,-6.401486 13.09687,-7.777708 l 2.64583,-0.720596 49.08021,-0.08058 c 26.99411,-0.04432 49.58622,-0.0077 50.20468,0.08129 0.61847,0.08903 1.12448,0.249816 1.12448,0.357305 0,0.107488 -0.68461,0.339766 -1.52135,0.516169 -6.45552,1.360956 -13.60813,6.747478 -16.92999,12.749724 -4.42146,7.989091 -4.63324,17.753243 -0.55093,25.400001 3.65031,6.837538 9.93667,11.822971 17.07931,13.544845 3.21341,0.774655 3.22784,0.78064 2.45213,1.017286 -0.3638,0.110984 -22.98568,0.202911 -50.27083,0.204284 -39.56958,0.0021 -49.99307,-0.06712 -51.50534,-0.341521 z" + style="fill:#cfe994;stroke-width:0.26458335" /> + <path + inkscape:connector-curvature="0" + id="path10346" + d="m 126.73193,20.562587 c -4.85681,-1.041471 -9.38579,-3.461742 -13.06023,-6.979327 -4.88484,-4.676326 -7.7973,-11.379093 -8.28543,-19.068155 -0.15895,-2.503741 0.53009,-6.481702 1.62856,-9.40208 2.83435,-7.535337 9.06621,-13.581249 16.67439,-16.176867 4.27927,-1.459919 2.27115,-1.408554 55.06799,-1.408554 32.34426,0 48.78097,0.08915 48.78097,0.264583 0,0.145521 -0.17812,0.264583 -0.39582,0.264583 -0.67641,0 -3.61816,1.089078 -5.55731,2.057395 -7.83783,3.913828 -13.03261,10.932116 -14.52149,19.618919 -1.18502,6.913955 0.17083,13.536523 3.92068,19.150265 3.64978,5.46394 8.93649,9.373103 15.0826,11.152572 1.30081,0.376624 2.42198,0.741638 2.49149,0.811144 0.0695,0.06951 -22.42605,0.116911 -49.99011,0.105341 -41.79332,-0.01754 -50.40211,-0.08228 -51.83629,-0.389819 z" + style="fill:#c2e27b;stroke-width:0.26458335" /> + <path + inkscape:connector-curvature="0" + id="path10348" + d="m 128.45172,20.783729 c -2.28814,-0.318326 -5.34073,-1.311341 -7.9375,-2.582093 -6.45195,-3.157323 -10.54361,-7.743511 -13.23935,-14.839493 -0.73454,-1.933541 -1.44502,-5.24487 -1.44502,-6.734832 0,-0.656026 -0.10462,-1.020442 -0.26458,-0.921581 -0.33878,0.209376 -0.35652,-3.358306 -0.0223,-4.479131 0.13327,-0.446895 0.49402,-1.933686 0.80166,-3.303979 0.73567,-3.276743 2.2037,-6.343312 4.49788,-9.395641 4.68922,-6.238854 10.99103,-9.859839 18.66753,-10.726267 2.91073,-0.328528 96.60797,-0.379906 96.80995,-0.05308 0.0748,0.121014 -0.54326,0.433214 -1.37344,0.693778 -4.8046,1.507993 -10.09049,5.350601 -13.24895,9.631398 -1.51232,2.049714 -3.47622,6.215092 -4.24402,9.001449 -0.29582,1.073523 -0.6748,3.216648 -0.84219,4.7625 -0.87828,8.110892 1.57677,15.007345 7.52243,21.131193 3.30488,3.403917 6.53375,5.45357 10.90535,6.922595 1.24609,0.418733 2.33797,0.833687 2.4264,0.922116 0.17716,0.177167 -97.73808,0.148558 -99.01387,-0.02893 z" + style="fill:#bce072;stroke-width:0.26458335" /> + <path + inkscape:connector-curvature="0" + id="path10350" + d="m 127.90922,20.586815 c -4.10132,-0.74504 -7.17693,-1.978321 -10.57921,-4.242115 -2.20474,-1.466982 -5.4961,-4.68489 -6.91082,-6.756588 -0.88869,-1.301385 -2.68686,-5.196883 -3.35483,-7.267798 -0.52093,-1.615032 -1.22776,-5.626791 -1.25311,-7.112262 -0.0145,-0.851273 -0.0684,-0.973995 -0.24598,-0.560655 -0.16105,0.374777 -0.23282,0.05126 -0.24599,-1.108864 -0.0102,-0.900916 0.10047,-1.711616 0.24599,-1.801553 0.14552,-0.08994 0.26458,-0.498417 0.26458,-0.90773 0,-1.198446 1.20528,-5.560666 2.05485,-7.437006 0.88352,-1.951334 3.43256,-5.508136 5.45666,-7.613968 2.61739,-2.723071 6.21935,-5.054209 9.85087,-6.375332 4.6199,-1.680694 2.26383,-1.612059 54.84935,-1.597824 l 47.77681,0.01293 -1.59515,0.614426 c -4.10621,1.581647 -7.3994,3.761415 -10.39176,6.87832 -2.05353,2.139006 -4.02039,4.751285 -4.02039,5.339671 0,0.163697 -0.46432,1.296381 -1.03182,2.517074 -1.94833,4.190838 -2.98388,10.579399 -2.40279,14.823403 0.32989,2.409384 1.52001,6.335322 2.44932,8.079733 3.4737,6.520519 9.95081,12.087001 16.2652,13.978462 0.90939,0.272402 1.65343,0.591807 1.65343,0.709787 0,0.117981 -21.8182,0.203767 -48.4849,0.190633 -38.17749,-0.01881 -48.88146,-0.09592 -50.35031,-0.362747 z" + style="fill:#b4dc63;stroke-width:0.26458335" /> + <path + inkscape:connector-curvature="0" + id="path10352" + d="M 126.7068,20.191843 C 120.36336,18.853519 114.00469,14.643435 110.57919,9.513719 l -1.09326,-1.637154 49.83186,-0.06788 c 27.40751,-0.03733 49.97124,-0.01492 50.14162,0.0498 0.17037,0.06472 0.80084,0.840819 1.40105,1.724657 3.20635,4.721572 8.30179,8.630492 13.78922,10.578296 1.4236,0.505312 1.10495,0.50876 -47.11775,0.509469 -45.87436,7.94e-4 -48.67641,-0.02574 -50.82513,-0.479064 z M 105.36741,-6.67552 c 0.003,-0.582083 0.0571,-0.789053 0.1204,-0.459936 0.0633,0.329118 0.0609,0.805368 -0.005,1.058334 -0.0662,0.252965 -0.118,-0.01631 -0.11506,-0.598398 z m 0.46592,-0.595312 c 0.007,-3.162592 1.99287,-9.994652 3.33622,-11.479041 0.43267,-0.4781 1.99148,-0.493356 50.41172,-0.493356 27.48088,0 49.96524,0.04276 49.96524,0.09503 0,0.05227 -0.42754,1.020376 -0.95008,2.151357 -1.16105,2.512944 -2.1146,6.166271 -2.36817,9.073156 l -0.18966,2.174208 h -50.10438 -50.10437 z" + style="fill:#a8cb53;stroke-width:0.26458335" /> + </g> + <text + xml:space="preserve" + style="font-style:normal;font-weight:normal;font-size:5.64444447px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#7f9f30;fill-opacity:1;stroke:none;stroke-width:0.26458332" + x="161.79549" + y="16.492188" + id="text10404"><tspan + sodipodi:role="line" + x="161.79549" + y="16.492188" + style="font-size:5.64444447px;fill:#7f9f30;fill-opacity:1;stroke-width:0.26458332" + id="tspan10402">listener</tspan></text> + <text + id="text32839" + y="15.66489" + x="265.57828" + style="font-style:normal;font-weight:normal;font-size:5.64444447px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#7f9f30;fill-opacity:1;stroke:none;stroke-width:0.26458332" + xml:space="preserve"><tspan + id="tspan32837" + style="font-size:5.64444447px;fill:#7f9f30;fill-opacity:1;stroke-width:0.26458332" + y="15.66489" + x="265.57828" + sodipodi:role="line">workers</tspan></text> + <g + id="g12719" + transform="translate(2.6017856,-23.073297)"> + <rect + ry="1.9499602" + style="fill:none;stroke:#a8cb53;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + y="60.365707" + x="150.18546" + height="26.458332" + width="39.6875" + id="rect10406" /> + <path + inkscape:connector-curvature="0" + id="path10408" + d="m 150.18546,66.980296 v -4.66485 c 0,-1.08028 0.86969,-1.94996 1.94996,-1.94996 v 0 H 187.923 c 1.08028,0 1.94996,0.86968 1.94996,1.94996 v 4.66485" + style="fill:#a8cb53;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none" /> + <text + id="text10412" + y="65.230064" + x="155.70726" + style="font-style:normal;font-weight:normal;font-size:5.64444447px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.26458332" + xml:space="preserve"><tspan + id="tspan10410" + style="font-size:5.64444447px;fill:#ffffff;fill-opacity:1;stroke-width:0.26458332" + y="65.230064" + x="155.70726" + sodipodi:role="line">Scheduler</tspan></text> + <g + transform="matrix(0.18384587,0,0,0.18384587,132.55093,81.266474)" + id="g10428"> + <path + inkscape:connector-curvature="0" + id="path10414" + d="m 126.99652,21.109542 c -6.13177,-1.23561 -11.98515,-4.779442 -15.91704,-9.636713 -2.08986,-2.581728 -3.57232,-5.31273 -4.76421,-8.776703 l -0.85761,-2.492479 0.01,-6.085417 c 0.01,-5.886746 0.0329,-6.152568 0.71468,-8.14233 1.557,-4.543949 3.85131,-8.091178 7.44058,-11.503891 2.785,-2.648011 5.72015,-4.51108 9.11705,-5.787007 4.7673,-1.79067 1.44788,-1.700378 59.6901,-1.623641 50.03278,0.06592 52.70145,0.09302 53.7072,0.545307 1.22436,0.550607 2.89357,2.081537 3.5198,3.228228 0.31069,0.568891 0.43349,1.468326 0.43349,3.175 0,2.693567 -0.26304,3.385497 -1.88097,4.948018 -1.36567,1.318906 -2.52457,1.753669 -5.49584,2.061774 -2.78455,0.288742 -4.54028,0.861838 -6.50728,2.124059 -4.19449,2.691596 -6.65561,8.243613 -5.82641,13.143718 0.80192,4.73888 4.06113,8.743336 8.48394,10.423872 0.73822,0.2805 2.47061,0.627009 3.84975,0.770019 2.97127,0.308105 4.13017,0.742868 5.49584,2.061774 1.61793,1.562521 1.88097,2.254451 1.88097,4.948018 0,1.706674 -0.1228,2.606109 -0.43349,3.175 -0.62623,1.146691 -2.29544,2.677621 -3.5198,3.228227 -1.00653,0.452641 -3.66184,0.478041 -54.23959,0.518832 -42.92227,0.03461 -53.513,-0.02396 -54.90103,-0.303665 z" + style="fill:#e6f2ca;stroke-width:0.26458335" /> + <path + inkscape:connector-curvature="0" + id="path10416" + d="m 126.99652,20.843353 c -5.10554,-1.024044 -9.5621,-3.384342 -13.45649,-7.126862 -2.50149,-2.403949 -3.95548,-4.45079 -5.58531,-7.86269 -1.99743,-4.181444 -2.50525,-6.581715 -2.51083,-11.867862 -0.005,-4.906606 0.42895,-7.141007 2.08304,-10.721068 1.95238,-4.22568 5.76629,-8.788748 9.38298,-11.22606 2.36232,-1.591982 6.13523,-3.326813 8.77521,-4.034939 l 2.23744,-0.600154 50.13854,-0.07517 c 27.57619,-0.04134 51.74588,0.02828 53.71041,0.154727 2.77795,0.1788 3.81268,0.352836 4.65526,0.782988 1.29408,0.660651 2.51838,1.990836 2.98618,3.244458 0.18711,0.501423 0.44933,1.118421 0.58271,1.371108 0.31086,0.588897 0.31086,1.667243 0,2.256139 -0.13338,0.252688 -0.3956,0.869686 -0.58271,1.371108 -0.90008,2.412043 -2.90495,3.659818 -6.41979,3.995505 -4.19012,0.400183 -6.80364,1.622523 -9.48928,4.438132 -2.45798,2.576939 -3.68039,5.668455 -3.68039,9.307812 0,3.639357 1.22241,6.730873 3.68039,9.307812 2.68564,2.815609 5.29916,4.037949 9.48928,4.438132 3.51484,0.335687 5.51971,1.583462 6.41979,3.995505 0.18711,0.501422 0.44933,1.11842 0.58271,1.371108 0.31086,0.588896 0.31086,1.667243 0,2.256139 -0.13338,0.252688 -0.3956,0.869685 -0.58271,1.371108 -0.46784,1.253736 -1.69219,2.583894 -2.98618,3.244257 -0.78659,0.401418 -1.8807,0.610415 -3.9938,0.762892 -1.60073,0.115504 -25.59182,0.205692 -53.31354,0.200417 -40.34434,-0.0077 -50.74634,-0.07843 -52.12291,-0.354539 z" + style="fill:#dbf2a3;stroke-width:0.26458335" /> + <path + inkscape:connector-curvature="0" + id="path10418" + d="m 127.61409,20.84625 c -5.42921,-0.98511 -10.38491,-3.556141 -14.24569,-7.390699 -4.72794,-4.695818 -7.6068,-11.252871 -7.98947,-18.197252 -0.3939,-7.148129 2.1358,-13.830386 7.33009,-19.362551 3.44792,-3.672213 8.04374,-6.401486 13.09687,-7.777708 l 2.64583,-0.720596 49.08021,-0.08058 c 26.99411,-0.04432 49.58622,-0.0077 50.20468,0.08129 0.61847,0.08903 1.12448,0.249816 1.12448,0.357305 0,0.107488 -0.68461,0.339766 -1.52135,0.516169 -6.45552,1.360956 -13.60813,6.747478 -16.92999,12.749724 -4.42146,7.989091 -4.63324,17.753243 -0.55093,25.400001 3.65031,6.837538 9.93667,11.822971 17.07931,13.544845 3.21341,0.774655 3.22784,0.78064 2.45213,1.017286 -0.3638,0.110984 -22.98568,0.202911 -50.27083,0.204284 -39.56958,0.0021 -49.99307,-0.06712 -51.50534,-0.341521 z" + style="fill:#cfe994;stroke-width:0.26458335" /> + <path + inkscape:connector-curvature="0" + id="path10420" + d="m 126.73193,20.562587 c -4.85681,-1.041471 -9.38579,-3.461742 -13.06023,-6.979327 -4.88484,-4.676326 -7.7973,-11.379093 -8.28543,-19.068155 -0.15895,-2.503741 0.53009,-6.481702 1.62856,-9.40208 2.83435,-7.535337 9.06621,-13.581249 16.67439,-16.176867 4.27927,-1.459919 2.27115,-1.408554 55.06799,-1.408554 32.34426,0 48.78097,0.08915 48.78097,0.264583 0,0.145521 -0.17812,0.264583 -0.39582,0.264583 -0.67641,0 -3.61816,1.089078 -5.55731,2.057395 -7.83783,3.913828 -13.03261,10.932116 -14.52149,19.618919 -1.18502,6.913955 0.17083,13.536523 3.92068,19.150265 3.64978,5.46394 8.93649,9.373103 15.0826,11.152572 1.30081,0.376624 2.42198,0.741638 2.49149,0.811144 0.0695,0.06951 -22.42605,0.116911 -49.99011,0.105341 -41.79332,-0.01754 -50.40211,-0.08228 -51.83629,-0.389819 z" + style="fill:#c2e27b;stroke-width:0.26458335" /> + <path + inkscape:connector-curvature="0" + id="path10422" + d="m 128.45172,20.783729 c -2.28814,-0.318326 -5.34073,-1.311341 -7.9375,-2.582093 -6.45195,-3.157323 -10.54361,-7.743511 -13.23935,-14.839493 -0.73454,-1.933541 -1.44502,-5.24487 -1.44502,-6.734832 0,-0.656026 -0.10462,-1.020442 -0.26458,-0.921581 -0.33878,0.209376 -0.35652,-3.358306 -0.0223,-4.479131 0.13327,-0.446895 0.49402,-1.933686 0.80166,-3.303979 0.73567,-3.276743 2.2037,-6.343312 4.49788,-9.395641 4.68922,-6.238854 10.99103,-9.859839 18.66753,-10.726267 2.91073,-0.328528 96.60797,-0.379906 96.80995,-0.05308 0.0748,0.121014 -0.54326,0.433214 -1.37344,0.693778 -4.8046,1.507993 -10.09049,5.350601 -13.24895,9.631398 -1.51232,2.049714 -3.47622,6.215092 -4.24402,9.001449 -0.29582,1.073523 -0.6748,3.216648 -0.84219,4.7625 -0.87828,8.110892 1.57677,15.007345 7.52243,21.131193 3.30488,3.403917 6.53375,5.45357 10.90535,6.922595 1.24609,0.418733 2.33797,0.833687 2.4264,0.922116 0.17716,0.177167 -97.73808,0.148558 -99.01387,-0.02893 z" + style="fill:#bce072;stroke-width:0.26458335" /> + <path + inkscape:connector-curvature="0" + id="path10424" + d="m 127.90922,20.586815 c -4.10132,-0.74504 -7.17693,-1.978321 -10.57921,-4.242115 -2.20474,-1.466982 -5.4961,-4.68489 -6.91082,-6.756588 -0.88869,-1.301385 -2.68686,-5.196883 -3.35483,-7.267798 -0.52093,-1.615032 -1.22776,-5.626791 -1.25311,-7.112262 -0.0145,-0.851273 -0.0684,-0.973995 -0.24598,-0.560655 -0.16105,0.374777 -0.23282,0.05126 -0.24599,-1.108864 -0.0102,-0.900916 0.10047,-1.711616 0.24599,-1.801553 0.14552,-0.08994 0.26458,-0.498417 0.26458,-0.90773 0,-1.198446 1.20528,-5.560666 2.05485,-7.437006 0.88352,-1.951334 3.43256,-5.508136 5.45666,-7.613968 2.61739,-2.723071 6.21935,-5.054209 9.85087,-6.375332 4.6199,-1.680694 2.26383,-1.612059 54.84935,-1.597824 l 47.77681,0.01293 -1.59515,0.614426 c -4.10621,1.581647 -7.3994,3.761415 -10.39176,6.87832 -2.05353,2.139006 -4.02039,4.751285 -4.02039,5.339671 0,0.163697 -0.46432,1.296381 -1.03182,2.517074 -1.94833,4.190838 -2.98388,10.579399 -2.40279,14.823403 0.32989,2.409384 1.52001,6.335322 2.44932,8.079733 3.4737,6.520519 9.95081,12.087001 16.2652,13.978462 0.90939,0.272402 1.65343,0.591807 1.65343,0.709787 0,0.117981 -21.8182,0.203767 -48.4849,0.190633 -38.17749,-0.01881 -48.88146,-0.09592 -50.35031,-0.362747 z" + style="fill:#b4dc63;stroke-width:0.26458335" /> + <path + inkscape:connector-curvature="0" + id="path10426" + d="M 126.7068,20.191843 C 120.36336,18.853519 114.00469,14.643435 110.57919,9.513719 l -1.09326,-1.637154 49.83186,-0.06788 c 27.40751,-0.03733 49.97124,-0.01492 50.14162,0.0498 0.17037,0.06472 0.80084,0.840819 1.40105,1.724657 3.20635,4.721572 8.30179,8.630492 13.78922,10.578296 1.4236,0.505312 1.10495,0.50876 -47.11775,0.509469 -45.87436,7.94e-4 -48.67641,-0.02574 -50.82513,-0.479064 z M 105.36741,-6.67552 c 0.003,-0.582083 0.0571,-0.789053 0.1204,-0.459936 0.0633,0.329118 0.0609,0.805368 -0.005,1.058334 -0.0662,0.252965 -0.118,-0.01631 -0.11506,-0.598398 z m 0.46592,-0.595312 c 0.007,-3.162592 1.99287,-9.994652 3.33622,-11.479041 0.43267,-0.4781 1.99148,-0.493356 50.41172,-0.493356 27.48088,0 49.96524,0.04276 49.96524,0.09503 0,0.05227 -0.42754,1.020376 -0.95008,2.151357 -1.16105,2.512944 -2.1146,6.166271 -2.36817,9.073156 l -0.18966,2.174208 h -50.10438 -50.10437 z" + style="fill:#a8cb53;stroke-width:0.26458335" /> + </g> + <text + xml:space="preserve" + style="font-style:normal;font-weight:normal;font-size:5.64444447px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#7f9f30;fill-opacity:1;stroke:none;stroke-width:0.26458332" + x="160.33885" + y="72.638405" + id="text10432"><tspan + sodipodi:role="line" + x="160.33885" + y="72.638405" + style="font-size:5.64444447px;fill:#7f9f30;fill-opacity:1;stroke-width:0.26458332" + id="tspan10430">runner</tspan></text> + </g> + <g + id="g10565" + transform="translate(7.4938531,8.5054239)"> + <rect + id="rect10561" + width="39.6875" + height="26.458332" + x="253.32698" + y="34.442078" + style="fill:#ffffff;fill-opacity:1;stroke:#a8cb53;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + ry="1.9499602" /> + <path + style="fill:#a8cb53;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none" + d="m 253.32698,41.056668 v -4.66485 c 0,-1.08028 0.86969,-1.94996 1.94996,-1.94996 v 0 h 35.78758 c 1.08028,0 1.94996,0.86968 1.94996,1.94996 v 4.66485" + id="path10563" + inkscape:connector-curvature="0" /> + </g> + <g + transform="translate(5.493853,6.5054239)" + id="g10571"> + <rect + ry="1.9499602" + style="fill:#ffffff;fill-opacity:1;stroke:#a8cb53;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + y="34.442078" + x="253.32698" + height="26.458332" + width="39.6875" + id="rect10567" /> + <path + inkscape:connector-curvature="0" + id="path10569" + d="m 253.32698,41.056668 v -4.66485 c 0,-1.08028 0.86969,-1.94996 1.94996,-1.94996 v 0 h 35.78758 c 1.08028,0 1.94996,0.86968 1.94996,1.94996 v 4.66485" + style="fill:#a8cb53;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none" /> + </g> + <g + transform="translate(4.8328727,38.877603)" + id="g10601"> + <rect + id="rect10573" + width="39.6875" + height="26.458332" + x="251.98796" + y="0.069899574" + style="fill:#ffffff;fill-opacity:1;stroke:#a8cb53;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + ry="1.9499602" /> + <path + style="fill:#a8cb53;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none" + d="m 251.98796,6.684489 v -4.66485 c 0,-1.08028 0.86969,-1.94996 1.94996,-1.94996 v 0 h 35.78758 c 1.08028,0 1.94996,0.86968 1.94996,1.94996 v 4.66485" + id="path10575" + inkscape:connector-curvature="0" /> + <text + xml:space="preserve" + style="font-style:normal;font-weight:normal;font-size:5.64444447px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.26458332" + x="261.88916" + y="4.9342566" + id="text10579"><tspan + sodipodi:role="line" + x="261.88916" + y="4.9342566" + style="font-size:5.64444447px;fill:#ffffff;fill-opacity:1;stroke-width:0.26458332" + id="tspan10577">Loader</tspan></text> + <g + transform="translate(47.195674,-64.371163)" + id="g10599"> + <g + transform="matrix(0.18384587,0,0,0.18384587,187.15776,85.34183)" + id="g10595"> + <path + inkscape:connector-curvature="0" + id="path10581" + d="m 126.99652,21.109542 c -6.13177,-1.23561 -11.98515,-4.779442 -15.91704,-9.636713 -2.08986,-2.581728 -3.57232,-5.31273 -4.76421,-8.776703 l -0.85761,-2.492479 0.01,-6.085417 c 0.01,-5.886746 0.0329,-6.152568 0.71468,-8.14233 1.557,-4.543949 3.85131,-8.091178 7.44058,-11.503891 2.785,-2.648011 5.72015,-4.51108 9.11705,-5.787007 4.7673,-1.79067 1.44788,-1.700378 59.6901,-1.623641 50.03278,0.06592 52.70145,0.09302 53.7072,0.545307 1.22436,0.550607 2.89357,2.081537 3.5198,3.228228 0.31069,0.568891 0.43349,1.468326 0.43349,3.175 0,2.693567 -0.26304,3.385497 -1.88097,4.948018 -1.36567,1.318906 -2.52457,1.753669 -5.49584,2.061774 -2.78455,0.288742 -4.54028,0.861838 -6.50728,2.124059 -4.19449,2.691596 -6.65561,8.243613 -5.82641,13.143718 0.80192,4.73888 4.06113,8.743336 8.48394,10.423872 0.73822,0.2805 2.47061,0.627009 3.84975,0.770019 2.97127,0.308105 4.13017,0.742868 5.49584,2.061774 1.61793,1.562521 1.88097,2.254451 1.88097,4.948018 0,1.706674 -0.1228,2.606109 -0.43349,3.175 -0.62623,1.146691 -2.29544,2.677621 -3.5198,3.228227 -1.00653,0.452641 -3.66184,0.478041 -54.23959,0.518832 -42.92227,0.03461 -53.513,-0.02396 -54.90103,-0.303665 z" + style="fill:#e6f2ca;stroke-width:0.26458335" /> + <path + inkscape:connector-curvature="0" + id="path10583" + d="m 126.99652,20.843353 c -5.10554,-1.024044 -9.5621,-3.384342 -13.45649,-7.126862 -2.50149,-2.403949 -3.95548,-4.45079 -5.58531,-7.86269 -1.99743,-4.181444 -2.50525,-6.581715 -2.51083,-11.867862 -0.005,-4.906606 0.42895,-7.141007 2.08304,-10.721068 1.95238,-4.22568 5.76629,-8.788748 9.38298,-11.22606 2.36232,-1.591982 6.13523,-3.326813 8.77521,-4.034939 l 2.23744,-0.600154 50.13854,-0.07517 c 27.57619,-0.04134 51.74588,0.02828 53.71041,0.154727 2.77795,0.1788 3.81268,0.352836 4.65526,0.782988 1.29408,0.660651 2.51838,1.990836 2.98618,3.244458 0.18711,0.501423 0.44933,1.118421 0.58271,1.371108 0.31086,0.588897 0.31086,1.667243 0,2.256139 -0.13338,0.252688 -0.3956,0.869686 -0.58271,1.371108 -0.90008,2.412043 -2.90495,3.659818 -6.41979,3.995505 -4.19012,0.400183 -6.80364,1.622523 -9.48928,4.438132 -2.45798,2.576939 -3.68039,5.668455 -3.68039,9.307812 0,3.639357 1.22241,6.730873 3.68039,9.307812 2.68564,2.815609 5.29916,4.037949 9.48928,4.438132 3.51484,0.335687 5.51971,1.583462 6.41979,3.995505 0.18711,0.501422 0.44933,1.11842 0.58271,1.371108 0.31086,0.588896 0.31086,1.667243 0,2.256139 -0.13338,0.252688 -0.3956,0.869685 -0.58271,1.371108 -0.46784,1.253736 -1.69219,2.583894 -2.98618,3.244257 -0.78659,0.401418 -1.8807,0.610415 -3.9938,0.762892 -1.60073,0.115504 -25.59182,0.205692 -53.31354,0.200417 -40.34434,-0.0077 -50.74634,-0.07843 -52.12291,-0.354539 z" + style="fill:#dbf2a3;stroke-width:0.26458335" /> + <path + inkscape:connector-curvature="0" + id="path10585" + d="m 127.61409,20.84625 c -5.42921,-0.98511 -10.38491,-3.556141 -14.24569,-7.390699 -4.72794,-4.695818 -7.6068,-11.252871 -7.98947,-18.197252 -0.3939,-7.148129 2.1358,-13.830386 7.33009,-19.362551 3.44792,-3.672213 8.04374,-6.401486 13.09687,-7.777708 l 2.64583,-0.720596 49.08021,-0.08058 c 26.99411,-0.04432 49.58622,-0.0077 50.20468,0.08129 0.61847,0.08903 1.12448,0.249816 1.12448,0.357305 0,0.107488 -0.68461,0.339766 -1.52135,0.516169 -6.45552,1.360956 -13.60813,6.747478 -16.92999,12.749724 -4.42146,7.989091 -4.63324,17.753243 -0.55093,25.400001 3.65031,6.837538 9.93667,11.822971 17.07931,13.544845 3.21341,0.774655 3.22784,0.78064 2.45213,1.017286 -0.3638,0.110984 -22.98568,0.202911 -50.27083,0.204284 -39.56958,0.0021 -49.99307,-0.06712 -51.50534,-0.341521 z" + style="fill:#cfe994;stroke-width:0.26458335" /> + <path + inkscape:connector-curvature="0" + id="path10587" + d="m 126.73193,20.562587 c -4.85681,-1.041471 -9.38579,-3.461742 -13.06023,-6.979327 -4.88484,-4.676326 -7.7973,-11.379093 -8.28543,-19.068155 -0.15895,-2.503741 0.53009,-6.481702 1.62856,-9.40208 2.83435,-7.535337 9.06621,-13.581249 16.67439,-16.176867 4.27927,-1.459919 2.27115,-1.408554 55.06799,-1.408554 32.34426,0 48.78097,0.08915 48.78097,0.264583 0,0.145521 -0.17812,0.264583 -0.39582,0.264583 -0.67641,0 -3.61816,1.089078 -5.55731,2.057395 -7.83783,3.913828 -13.03261,10.932116 -14.52149,19.618919 -1.18502,6.913955 0.17083,13.536523 3.92068,19.150265 3.64978,5.46394 8.93649,9.373103 15.0826,11.152572 1.30081,0.376624 2.42198,0.741638 2.49149,0.811144 0.0695,0.06951 -22.42605,0.116911 -49.99011,0.105341 -41.79332,-0.01754 -50.40211,-0.08228 -51.83629,-0.389819 z" + style="fill:#c2e27b;stroke-width:0.26458335" /> + <path + inkscape:connector-curvature="0" + id="path10589" + d="m 128.45172,20.783729 c -2.28814,-0.318326 -5.34073,-1.311341 -7.9375,-2.582093 -6.45195,-3.157323 -10.54361,-7.743511 -13.23935,-14.839493 -0.73454,-1.933541 -1.44502,-5.24487 -1.44502,-6.734832 0,-0.656026 -0.10462,-1.020442 -0.26458,-0.921581 -0.33878,0.209376 -0.35652,-3.358306 -0.0223,-4.479131 0.13327,-0.446895 0.49402,-1.933686 0.80166,-3.303979 0.73567,-3.276743 2.2037,-6.343312 4.49788,-9.395641 4.68922,-6.238854 10.99103,-9.859839 18.66753,-10.726267 2.91073,-0.328528 96.60797,-0.379906 96.80995,-0.05308 0.0748,0.121014 -0.54326,0.433214 -1.37344,0.693778 -4.8046,1.507993 -10.09049,5.350601 -13.24895,9.631398 -1.51232,2.049714 -3.47622,6.215092 -4.24402,9.001449 -0.29582,1.073523 -0.6748,3.216648 -0.84219,4.7625 -0.87828,8.110892 1.57677,15.007345 7.52243,21.131193 3.30488,3.403917 6.53375,5.45357 10.90535,6.922595 1.24609,0.418733 2.33797,0.833687 2.4264,0.922116 0.17716,0.177167 -97.73808,0.148558 -99.01387,-0.02893 z" + style="fill:#bce072;stroke-width:0.26458335" /> + <path + inkscape:connector-curvature="0" + id="path10591" + d="m 127.90922,20.586815 c -4.10132,-0.74504 -7.17693,-1.978321 -10.57921,-4.242115 -2.20474,-1.466982 -5.4961,-4.68489 -6.91082,-6.756588 -0.88869,-1.301385 -2.68686,-5.196883 -3.35483,-7.267798 -0.52093,-1.615032 -1.22776,-5.626791 -1.25311,-7.112262 -0.0145,-0.851273 -0.0684,-0.973995 -0.24598,-0.560655 -0.16105,0.374777 -0.23282,0.05126 -0.24599,-1.108864 -0.0102,-0.900916 0.10047,-1.711616 0.24599,-1.801553 0.14552,-0.08994 0.26458,-0.498417 0.26458,-0.90773 0,-1.198446 1.20528,-5.560666 2.05485,-7.437006 0.88352,-1.951334 3.43256,-5.508136 5.45666,-7.613968 2.61739,-2.723071 6.21935,-5.054209 9.85087,-6.375332 4.6199,-1.680694 2.26383,-1.612059 54.84935,-1.597824 l 47.77681,0.01293 -1.59515,0.614426 c -4.10621,1.581647 -7.3994,3.761415 -10.39176,6.87832 -2.05353,2.139006 -4.02039,4.751285 -4.02039,5.339671 0,0.163697 -0.46432,1.296381 -1.03182,2.517074 -1.94833,4.190838 -2.98388,10.579399 -2.40279,14.823403 0.32989,2.409384 1.52001,6.335322 2.44932,8.079733 3.4737,6.520519 9.95081,12.087001 16.2652,13.978462 0.90939,0.272402 1.65343,0.591807 1.65343,0.709787 0,0.117981 -21.8182,0.203767 -48.4849,0.190633 -38.17749,-0.01881 -48.88146,-0.09592 -50.35031,-0.362747 z" + style="fill:#b4dc63;stroke-width:0.26458335" /> + <path + inkscape:connector-curvature="0" + id="path10593" + d="M 126.7068,20.191843 C 120.36336,18.853519 114.00469,14.643435 110.57919,9.513719 l -1.09326,-1.637154 49.83186,-0.06788 c 27.40751,-0.03733 49.97124,-0.01492 50.14162,0.0498 0.17037,0.06472 0.80084,0.840819 1.40105,1.724657 3.20635,4.721572 8.30179,8.630492 13.78922,10.578296 1.4236,0.505312 1.10495,0.50876 -47.11775,0.509469 -45.87436,7.94e-4 -48.67641,-0.02574 -50.82513,-0.479064 z M 105.36741,-6.67552 c 0.003,-0.582083 0.0571,-0.789053 0.1204,-0.459936 0.0633,0.329118 0.0609,0.805368 -0.005,1.058334 -0.0662,0.252965 -0.118,-0.01631 -0.11506,-0.598398 z m 0.46592,-0.595312 c 0.007,-3.162592 1.99287,-9.994652 3.33622,-11.479041 0.43267,-0.4781 1.99148,-0.493356 50.41172,-0.493356 27.48088,0 49.96524,0.04276 49.96524,0.09503 0,0.05227 -0.42754,1.020376 -0.95008,2.151357 -1.16105,2.512944 -2.1146,6.166271 -2.36817,9.073156 l -0.18966,2.174208 h -50.10438 -50.10437 z" + style="fill:#a8cb53;stroke-width:0.26458335" /> + </g> + <path + id="path10597" + style="fill:#dbf2a3;fill-opacity:1;stroke:#a8cb53;stroke-width:0.06937626;stroke-opacity:1" + d="m 241.59495,83.844135 0.2839,-0.03224 0.27159,0.0354 0.56995,0.249188 v 0.367434 l -0.56995,0.249188 -0.27159,0.0354 -0.2839,-0.03224 -0.12542,0.630509 0.27463,0.07886 0.23737,0.136645 0.43121,0.448329 -0.14062,0.339467 -0.62192,0.01211 -0.26447,-0.07123 -0.24995,-0.138428 -0.35715,0.534519 0.22354,0.177948 0.16701,0.217084 0.22681,0.579215 -0.25981,0.259816 -0.57922,-0.226812 -0.21708,-0.167011 -0.17795,-0.223544 -0.53452,0.357155 0.13843,0.249949 0.0712,0.26447 -0.0121,0.621924 -0.33947,0.140612 -0.44833,-0.431203 -0.13664,-0.237373 -0.0789,-0.274625 -0.63051,0.125414 0.0322,0.2839 -0.0354,0.271594 -0.24919,0.569949 h -0.36744 l -0.24919,-0.569949 -0.0354,-0.271594 0.0322,-0.2839 -0.63051,-0.125414 -0.0789,0.274625 -0.13664,0.237373 -0.44833,0.431203 -0.33947,-0.140612 -0.0121,-0.621924 0.0712,-0.26447 0.13843,-0.249949 -0.53452,-0.357155 -0.17795,0.223544 -0.21708,0.167011 -0.57922,0.226812 -0.25981,-0.259816 0.22681,-0.579215 0.16701,-0.217084 0.22354,-0.177948 -0.35715,-0.534519 -0.24995,0.138428 -0.26447,0.07123 -0.62192,-0.01211 -0.14062,-0.339467 0.43121,-0.448329 0.23737,-0.136645 0.27463,-0.07886 -0.12542,-0.630509 -0.2839,0.03224 -0.27159,-0.0354 -0.56995,-0.249188 v -0.367434 l 0.56995,-0.249188 0.27159,-0.0354 0.2839,0.03224 0.12542,-0.630509 -0.27463,-0.07886 -0.23737,-0.136645 -0.43121,-0.448329 0.14062,-0.339467 0.62192,-0.01211 0.26447,0.07123 0.24995,0.138428 0.35715,-0.534519 -0.22354,-0.177948 -0.16701,-0.217084 -0.22681,-0.579215 0.25981,-0.259816 0.57922,0.226812 0.21708,0.167011 0.17795,0.223544 0.53452,-0.357155 -0.13843,-0.249949 -0.0712,-0.26447 0.0121,-0.621924 0.33947,-0.140612 0.44833,0.431203 0.13664,0.237373 0.0789,0.274625 0.63051,-0.125414 -0.0322,-0.2839 0.0354,-0.271594 0.24919,-0.569949 h 0.36744 l 0.24919,0.569949 0.0354,0.271594 -0.0322,0.2839 0.63051,0.125414 0.0789,-0.274625 0.13664,-0.237373 0.44833,-0.431203 0.33947,0.140612 0.0121,0.621924 -0.0712,0.26447 -0.13843,0.249949 0.53452,0.357155 0.17795,-0.223544 0.21708,-0.167011 0.57922,-0.226812 0.25981,0.259816 -0.22681,0.579215 -0.16701,0.217084 -0.22354,0.177948 0.35715,0.534519 0.24995,-0.138428 0.26447,-0.07123 0.62192,0.01211 0.14062,0.339467 -0.43121,0.448329 -0.23737,0.136645 -0.27463,0.07886 z" + inkscape:connector-curvature="0" /> + </g> + </g> + <path + style="fill:none;stroke:#ff6600;stroke-width:1.87800002;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker14590)" + d="m 214.07183,19.751512 -18.66455,0" + id="path14510" + inkscape:connector-curvature="0" + sodipodi:nodetypes="cc" /> + <path + sodipodi:nodetypes="cc" + inkscape:connector-curvature="0" + id="path14976" + d="m 211.35379,53.228907 -18.39393,0" + style="fill:none;stroke:#ff6600;stroke-width:1.8777988;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-start:url(#marker14980)" /> + <path + style="fill:none;stroke:#ff6600;stroke-width:2.02734613;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-start:url(#marker26585);marker-end:url(#marker26595)" + d="M 253.42396,53.067274 H 234.65512" + id="path16970" + inkscape:connector-curvature="0" + sodipodi:nodetypes="cc" /> + <path + style="fill:none;stroke:#ff6600;stroke-width:2.02734613;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-start:url(#marker16126);marker-end:url(#marker16900)" + d="M 253.42396,19.913145 H 234.65512" + id="path16972" + inkscape:connector-curvature="0" + sodipodi:nodetypes="cc" /> + <g + transform="translate(7.4938531,45.547093)" + id="g25427"> + <rect + ry="1.9499602" + style="fill:#ffffff;fill-opacity:1;stroke:#a8cb53;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + y="34.442078" + x="253.32698" + height="26.458332" + width="39.6875" + id="rect25423" /> + <path + inkscape:connector-curvature="0" + id="path25425" + d="m 253.32698,41.056668 v -4.66485 c 0,-1.08028 0.86969,-1.94996 1.94996,-1.94996 v 0 h 35.78758 c 1.08028,0 1.94996,0.86968 1.94996,1.94996 v 4.66485" + style="fill:#a8cb53;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none" /> + </g> + <g + id="g25433" + transform="translate(5.493853,43.547093)"> + <rect + id="rect25429" + width="39.6875" + height="26.458332" + x="253.32698" + y="34.442078" + style="fill:#ffffff;fill-opacity:1;stroke:#a8cb53;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + ry="1.9499602" /> + <path + style="fill:#a8cb53;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none" + d="m 253.32698,41.056668 v -4.66485 c 0,-1.08028 0.86969,-1.94996 1.94996,-1.94996 v 0 h 35.78758 c 1.08028,0 1.94996,0.86968 1.94996,1.94996 v 4.66485" + id="path25431" + inkscape:connector-curvature="0" /> + </g> + <g + id="g25463" + transform="translate(4.8328727,75.919272)"> + <rect + ry="1.9499602" + style="fill:#ffffff;fill-opacity:1;stroke:#a8cb53;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + y="0.069899574" + x="251.98796" + height="26.458332" + width="39.6875" + id="rect25435" /> + <path + inkscape:connector-curvature="0" + id="path25437" + d="m 251.98796,6.684489 v -4.66485 c 0,-1.08028 0.86969,-1.94996 1.94996,-1.94996 v 0 h 35.78758 c 1.08028,0 1.94996,0.86968 1.94996,1.94996 v 4.66485" + style="fill:#a8cb53;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none" /> + <text + id="text25441" + y="4.9342566" + x="261.88916" + style="font-style:normal;font-weight:normal;font-size:5.64444447px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.26458332" + xml:space="preserve"><tspan + id="tspan25439" + style="font-size:5.64444447px;fill:#ffffff;fill-opacity:1;stroke-width:0.26458332" + y="4.9342566" + x="261.88916" + sodipodi:role="line">Indexer</tspan></text> + <g + id="g25461" + transform="translate(47.195674,-64.371163)"> + <g + id="g25457" + transform="matrix(0.18384587,0,0,0.18384587,187.15776,85.34183)"> + <path + style="fill:#e6f2ca;stroke-width:0.26458335" + d="m 126.99652,21.109542 c -6.13177,-1.23561 -11.98515,-4.779442 -15.91704,-9.636713 -2.08986,-2.581728 -3.57232,-5.31273 -4.76421,-8.776703 l -0.85761,-2.492479 0.01,-6.085417 c 0.01,-5.886746 0.0329,-6.152568 0.71468,-8.14233 1.557,-4.543949 3.85131,-8.091178 7.44058,-11.503891 2.785,-2.648011 5.72015,-4.51108 9.11705,-5.787007 4.7673,-1.79067 1.44788,-1.700378 59.6901,-1.623641 50.03278,0.06592 52.70145,0.09302 53.7072,0.545307 1.22436,0.550607 2.89357,2.081537 3.5198,3.228228 0.31069,0.568891 0.43349,1.468326 0.43349,3.175 0,2.693567 -0.26304,3.385497 -1.88097,4.948018 -1.36567,1.318906 -2.52457,1.753669 -5.49584,2.061774 -2.78455,0.288742 -4.54028,0.861838 -6.50728,2.124059 -4.19449,2.691596 -6.65561,8.243613 -5.82641,13.143718 0.80192,4.73888 4.06113,8.743336 8.48394,10.423872 0.73822,0.2805 2.47061,0.627009 3.84975,0.770019 2.97127,0.308105 4.13017,0.742868 5.49584,2.061774 1.61793,1.562521 1.88097,2.254451 1.88097,4.948018 0,1.706674 -0.1228,2.606109 -0.43349,3.175 -0.62623,1.146691 -2.29544,2.677621 -3.5198,3.228227 -1.00653,0.452641 -3.66184,0.478041 -54.23959,0.518832 -42.92227,0.03461 -53.513,-0.02396 -54.90103,-0.303665 z" + id="path25443" + inkscape:connector-curvature="0" /> + <path + style="fill:#dbf2a3;stroke-width:0.26458335" + d="m 126.99652,20.843353 c -5.10554,-1.024044 -9.5621,-3.384342 -13.45649,-7.126862 -2.50149,-2.403949 -3.95548,-4.45079 -5.58531,-7.86269 -1.99743,-4.181444 -2.50525,-6.581715 -2.51083,-11.867862 -0.005,-4.906606 0.42895,-7.141007 2.08304,-10.721068 1.95238,-4.22568 5.76629,-8.788748 9.38298,-11.22606 2.36232,-1.591982 6.13523,-3.326813 8.77521,-4.034939 l 2.23744,-0.600154 50.13854,-0.07517 c 27.57619,-0.04134 51.74588,0.02828 53.71041,0.154727 2.77795,0.1788 3.81268,0.352836 4.65526,0.782988 1.29408,0.660651 2.51838,1.990836 2.98618,3.244458 0.18711,0.501423 0.44933,1.118421 0.58271,1.371108 0.31086,0.588897 0.31086,1.667243 0,2.256139 -0.13338,0.252688 -0.3956,0.869686 -0.58271,1.371108 -0.90008,2.412043 -2.90495,3.659818 -6.41979,3.995505 -4.19012,0.400183 -6.80364,1.622523 -9.48928,4.438132 -2.45798,2.576939 -3.68039,5.668455 -3.68039,9.307812 0,3.639357 1.22241,6.730873 3.68039,9.307812 2.68564,2.815609 5.29916,4.037949 9.48928,4.438132 3.51484,0.335687 5.51971,1.583462 6.41979,3.995505 0.18711,0.501422 0.44933,1.11842 0.58271,1.371108 0.31086,0.588896 0.31086,1.667243 0,2.256139 -0.13338,0.252688 -0.3956,0.869685 -0.58271,1.371108 -0.46784,1.253736 -1.69219,2.583894 -2.98618,3.244257 -0.78659,0.401418 -1.8807,0.610415 -3.9938,0.762892 -1.60073,0.115504 -25.59182,0.205692 -53.31354,0.200417 -40.34434,-0.0077 -50.74634,-0.07843 -52.12291,-0.354539 z" + id="path25445" + inkscape:connector-curvature="0" /> + <path + style="fill:#cfe994;stroke-width:0.26458335" + d="m 127.61409,20.84625 c -5.42921,-0.98511 -10.38491,-3.556141 -14.24569,-7.390699 -4.72794,-4.695818 -7.6068,-11.252871 -7.98947,-18.197252 -0.3939,-7.148129 2.1358,-13.830386 7.33009,-19.362551 3.44792,-3.672213 8.04374,-6.401486 13.09687,-7.777708 l 2.64583,-0.720596 49.08021,-0.08058 c 26.99411,-0.04432 49.58622,-0.0077 50.20468,0.08129 0.61847,0.08903 1.12448,0.249816 1.12448,0.357305 0,0.107488 -0.68461,0.339766 -1.52135,0.516169 -6.45552,1.360956 -13.60813,6.747478 -16.92999,12.749724 -4.42146,7.989091 -4.63324,17.753243 -0.55093,25.400001 3.65031,6.837538 9.93667,11.822971 17.07931,13.544845 3.21341,0.774655 3.22784,0.78064 2.45213,1.017286 -0.3638,0.110984 -22.98568,0.202911 -50.27083,0.204284 -39.56958,0.0021 -49.99307,-0.06712 -51.50534,-0.341521 z" + id="path25447" + inkscape:connector-curvature="0" /> + <path + style="fill:#c2e27b;stroke-width:0.26458335" + d="m 126.73193,20.562587 c -4.85681,-1.041471 -9.38579,-3.461742 -13.06023,-6.979327 -4.88484,-4.676326 -7.7973,-11.379093 -8.28543,-19.068155 -0.15895,-2.503741 0.53009,-6.481702 1.62856,-9.40208 2.83435,-7.535337 9.06621,-13.581249 16.67439,-16.176867 4.27927,-1.459919 2.27115,-1.408554 55.06799,-1.408554 32.34426,0 48.78097,0.08915 48.78097,0.264583 0,0.145521 -0.17812,0.264583 -0.39582,0.264583 -0.67641,0 -3.61816,1.089078 -5.55731,2.057395 -7.83783,3.913828 -13.03261,10.932116 -14.52149,19.618919 -1.18502,6.913955 0.17083,13.536523 3.92068,19.150265 3.64978,5.46394 8.93649,9.373103 15.0826,11.152572 1.30081,0.376624 2.42198,0.741638 2.49149,0.811144 0.0695,0.06951 -22.42605,0.116911 -49.99011,0.105341 -41.79332,-0.01754 -50.40211,-0.08228 -51.83629,-0.389819 z" + id="path25449" + inkscape:connector-curvature="0" /> + <path + style="fill:#bce072;stroke-width:0.26458335" + d="m 128.45172,20.783729 c -2.28814,-0.318326 -5.34073,-1.311341 -7.9375,-2.582093 -6.45195,-3.157323 -10.54361,-7.743511 -13.23935,-14.839493 -0.73454,-1.933541 -1.44502,-5.24487 -1.44502,-6.734832 0,-0.656026 -0.10462,-1.020442 -0.26458,-0.921581 -0.33878,0.209376 -0.35652,-3.358306 -0.0223,-4.479131 0.13327,-0.446895 0.49402,-1.933686 0.80166,-3.303979 0.73567,-3.276743 2.2037,-6.343312 4.49788,-9.395641 4.68922,-6.238854 10.99103,-9.859839 18.66753,-10.726267 2.91073,-0.328528 96.60797,-0.379906 96.80995,-0.05308 0.0748,0.121014 -0.54326,0.433214 -1.37344,0.693778 -4.8046,1.507993 -10.09049,5.350601 -13.24895,9.631398 -1.51232,2.049714 -3.47622,6.215092 -4.24402,9.001449 -0.29582,1.073523 -0.6748,3.216648 -0.84219,4.7625 -0.87828,8.110892 1.57677,15.007345 7.52243,21.131193 3.30488,3.403917 6.53375,5.45357 10.90535,6.922595 1.24609,0.418733 2.33797,0.833687 2.4264,0.922116 0.17716,0.177167 -97.73808,0.148558 -99.01387,-0.02893 z" + id="path25451" + inkscape:connector-curvature="0" /> + <path + style="fill:#b4dc63;stroke-width:0.26458335" + d="m 127.90922,20.586815 c -4.10132,-0.74504 -7.17693,-1.978321 -10.57921,-4.242115 -2.20474,-1.466982 -5.4961,-4.68489 -6.91082,-6.756588 -0.88869,-1.301385 -2.68686,-5.196883 -3.35483,-7.267798 -0.52093,-1.615032 -1.22776,-5.626791 -1.25311,-7.112262 -0.0145,-0.851273 -0.0684,-0.973995 -0.24598,-0.560655 -0.16105,0.374777 -0.23282,0.05126 -0.24599,-1.108864 -0.0102,-0.900916 0.10047,-1.711616 0.24599,-1.801553 0.14552,-0.08994 0.26458,-0.498417 0.26458,-0.90773 0,-1.198446 1.20528,-5.560666 2.05485,-7.437006 0.88352,-1.951334 3.43256,-5.508136 5.45666,-7.613968 2.61739,-2.723071 6.21935,-5.054209 9.85087,-6.375332 4.6199,-1.680694 2.26383,-1.612059 54.84935,-1.597824 l 47.77681,0.01293 -1.59515,0.614426 c -4.10621,1.581647 -7.3994,3.761415 -10.39176,6.87832 -2.05353,2.139006 -4.02039,4.751285 -4.02039,5.339671 0,0.163697 -0.46432,1.296381 -1.03182,2.517074 -1.94833,4.190838 -2.98388,10.579399 -2.40279,14.823403 0.32989,2.409384 1.52001,6.335322 2.44932,8.079733 3.4737,6.520519 9.95081,12.087001 16.2652,13.978462 0.90939,0.272402 1.65343,0.591807 1.65343,0.709787 0,0.117981 -21.8182,0.203767 -48.4849,0.190633 -38.17749,-0.01881 -48.88146,-0.09592 -50.35031,-0.362747 z" + id="path25453" + inkscape:connector-curvature="0" /> + <path + style="fill:#a8cb53;stroke-width:0.26458335" + d="M 126.7068,20.191843 C 120.36336,18.853519 114.00469,14.643435 110.57919,9.513719 l -1.09326,-1.637154 49.83186,-0.06788 c 27.40751,-0.03733 49.97124,-0.01492 50.14162,0.0498 0.17037,0.06472 0.80084,0.840819 1.40105,1.724657 3.20635,4.721572 8.30179,8.630492 13.78922,10.578296 1.4236,0.505312 1.10495,0.50876 -47.11775,0.509469 -45.87436,7.94e-4 -48.67641,-0.02574 -50.82513,-0.479064 z M 105.36741,-6.67552 c 0.003,-0.582083 0.0571,-0.789053 0.1204,-0.459936 0.0633,0.329118 0.0609,0.805368 -0.005,1.058334 -0.0662,0.252965 -0.118,-0.01631 -0.11506,-0.598398 z m 0.46592,-0.595312 c 0.007,-3.162592 1.99287,-9.994652 3.33622,-11.479041 0.43267,-0.4781 1.99148,-0.493356 50.41172,-0.493356 27.48088,0 49.96524,0.04276 49.96524,0.09503 0,0.05227 -0.42754,1.020376 -0.95008,2.151357 -1.16105,2.512944 -2.1146,6.166271 -2.36817,9.073156 l -0.18966,2.174208 h -50.10438 -50.10437 z" + id="path25455" + inkscape:connector-curvature="0" /> + </g> + <path + inkscape:connector-curvature="0" + d="m 241.59495,83.844135 0.2839,-0.03224 0.27159,0.0354 0.56995,0.249188 v 0.367434 l -0.56995,0.249188 -0.27159,0.0354 -0.2839,-0.03224 -0.12542,0.630509 0.27463,0.07886 0.23737,0.136645 0.43121,0.448329 -0.14062,0.339467 -0.62192,0.01211 -0.26447,-0.07123 -0.24995,-0.138428 -0.35715,0.534519 0.22354,0.177948 0.16701,0.217084 0.22681,0.579215 -0.25981,0.259816 -0.57922,-0.226812 -0.21708,-0.167011 -0.17795,-0.223544 -0.53452,0.357155 0.13843,0.249949 0.0712,0.26447 -0.0121,0.621924 -0.33947,0.140612 -0.44833,-0.431203 -0.13664,-0.237373 -0.0789,-0.274625 -0.63051,0.125414 0.0322,0.2839 -0.0354,0.271594 -0.24919,0.569949 h -0.36744 l -0.24919,-0.569949 -0.0354,-0.271594 0.0322,-0.2839 -0.63051,-0.125414 -0.0789,0.274625 -0.13664,0.237373 -0.44833,0.431203 -0.33947,-0.140612 -0.0121,-0.621924 0.0712,-0.26447 0.13843,-0.249949 -0.53452,-0.357155 -0.17795,0.223544 -0.21708,0.167011 -0.57922,0.226812 -0.25981,-0.259816 0.22681,-0.579215 0.16701,-0.217084 0.22354,-0.177948 -0.35715,-0.534519 -0.24995,0.138428 -0.26447,0.07123 -0.62192,-0.01211 -0.14062,-0.339467 0.43121,-0.448329 0.23737,-0.136645 0.27463,-0.07886 -0.12542,-0.630509 -0.2839,0.03224 -0.27159,-0.0354 -0.56995,-0.249188 v -0.367434 l 0.56995,-0.249188 0.27159,-0.0354 0.2839,0.03224 0.12542,-0.630509 -0.27463,-0.07886 -0.23737,-0.136645 -0.43121,-0.448329 0.14062,-0.339467 0.62192,-0.01211 0.26447,0.07123 0.24995,0.138428 0.35715,-0.534519 -0.22354,-0.177948 -0.16701,-0.217084 -0.22681,-0.579215 0.25981,-0.259816 0.57922,0.226812 0.21708,0.167011 0.17795,0.223544 0.53452,-0.357155 -0.13843,-0.249949 -0.0712,-0.26447 0.0121,-0.621924 0.33947,-0.140612 0.44833,0.431203 0.13664,0.237373 0.0789,0.274625 0.63051,-0.125414 -0.0322,-0.2839 0.0354,-0.271594 0.24919,-0.569949 h 0.36744 l 0.24919,0.569949 0.0354,0.271594 -0.0322,0.2839 0.63051,0.125414 0.0789,-0.274625 0.13664,-0.237373 0.44833,-0.431203 0.33947,0.140612 0.0121,0.621924 -0.0712,0.26447 -0.13843,0.249949 0.53452,0.357155 0.17795,-0.223544 0.21708,-0.167011 0.57922,-0.226812 0.25981,0.259816 -0.22681,0.579215 -0.16701,0.217084 -0.22354,0.177948 0.35715,0.534519 0.24995,-0.138428 0.26447,-0.07123 0.62192,0.01211 0.14062,0.339467 -0.43121,0.448329 -0.23737,0.136645 -0.27463,0.07886 z" + style="fill:#dbf2a3;fill-opacity:1;stroke:#a8cb53;stroke-width:0.06937626;stroke-opacity:1" + id="path25459" /> + </g> + </g> + <path + sodipodi:nodetypes="cc" + inkscape:connector-curvature="0" + id="path25465" + d="M 253.37743,90.068337 H 235.06665" + style="fill:none;stroke:#ff6600;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-start:url(#marker16976);marker-end:url(#marker16986)" /> + <text + xml:space="preserve" + style="font-style:normal;font-weight:normal;font-size:5.64444447px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#7f9f30;fill-opacity:1;stroke:none;stroke-width:0.26458332" + x="265.57828" + y="51.119061" + id="text32859"><tspan + sodipodi:role="line" + x="265.57828" + y="51.119061" + style="font-size:5.64444447px;fill:#7f9f30;fill-opacity:1;stroke-width:0.26458332" + id="tspan32857">workers</tspan></text> + <text + id="text32863" + y="87.631546" + x="265.57828" + style="font-style:normal;font-weight:normal;font-size:5.64444447px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#7f9f30;fill-opacity:1;stroke:none;stroke-width:0.26458332" + xml:space="preserve"><tspan + id="tspan32861" + style="font-size:5.64444447px;fill:#7f9f30;fill-opacity:1;stroke-width:0.26458332" + y="87.631546" + x="265.57828" + sodipodi:role="line">workers</tspan></text> +</svg> diff --git a/docs/images/tasks-git-loader.uml b/docs/images/tasks-git-loader.uml new file mode 100644 index 0000000000000000000000000000000000000000..ffa45a8c6bddc55d8f555f571537e3b11a2d44e5 --- /dev/null +++ b/docs/images/tasks-git-loader.uml @@ -0,0 +1,94 @@ +@startuml + participant SCH_DB as "scheduler DB" #B0C4DE + participant SCH_RUN as "scheduler runner" + participant SCH_LS as "scheduler listener" + participant RMQ as "Rabbit-MQ" + participant OBJSTORE as "object storage" + participant STORAGE_DB as "storage DB" #B0C4DE + participant STORAGE_API as "storage API" + participant WORK_GIT as "worker@loader-git" + participant GIT as "git server" + + Note over SCH_DB,SCH_RUN: Task T2 created beforehand \n by the lister-gitlab task + loop Polling + SCH_RUN->>SCH_DB: GET TASK set state=scheduled + SCH_DB-->>SCH_RUN: TASK id=T2 + activate SCH_RUN + SCH_RUN->>RMQ: CREATE Celery Task CT2 loader-git + deactivate SCH_RUN + activate RMQ + end + + RMQ->>WORK_GIT: Start task CT2 + deactivate RMQ + activate WORK_GIT + + WORK_GIT->>STORAGE_API: GET origin state + activate STORAGE_API + STORAGE_API-->>WORK_GIT: 200 + deactivate STORAGE_API + + WORK_GIT->>GIT: GET refs + activate GIT + GIT->>WORK_GIT: 200 / refs + deactivate GIT + + WORK_GIT->>GIT: GET new_objects + activate GIT + GIT->>WORK_GIT: 200 / objects + deactivate GIT + + WORK_GIT->>GIT: PACKFILE + activate GIT + GIT->>WORK_GIT: 200 / blobs + deactivate GIT + + WORK_GIT->>STORAGE_API: LOAD NEW CONTENT + activate STORAGE_API + loop For each blob + STORAGE_API->>OBJSTORE: ADD BLOB + end + STORAGE_API-->>WORK_GIT: 200 / blobs + deactivate STORAGE_API + + WORK_GIT->>STORAGE_API: NEW DIR + activate STORAGE_API + loop For each DIR + STORAGE_API->>STORAGE_DB: INSERT DIR + end + STORAGE_API-->>WORK_GIT: 201 + deactivate STORAGE_API + + WORK_GIT->>STORAGE_API: NEW REV + activate STORAGE_API + loop For each REV + STORAGE_API->>STORAGE_DB: INSERT REV + end + STORAGE_API-->>WORK_GIT: 201 + deactivate STORAGE_API + + WORK_GIT->>STORAGE_API: NEW REL + activate STORAGE_API + loop For each REL + STORAGE_API->>STORAGE_DB: INSERT REL + end + STORAGE_API-->>WORK_GIT: 201 + deactivate STORAGE_API + + WORK_GIT->>STORAGE_API: NEW SNAPSHOT + activate STORAGE_API + loop For each SNAPSHOT + STORAGE_API->>STORAGE_DB: INSERT SNAPSHOT + end + STORAGE_API-->>WORK_GIT: 201 + deactivate STORAGE_API + + WORK_GIT-->>RMQ: SET CT2 status=eventful + deactivate WORK_GIT + activate RMQ + RMQ->>SCH_LS: NOTIFY end of task CT2 + deactivate RMQ + activate SCH_LS + SCH_LS->>SCH_DB: UPDATE T2 set state=end + deactivate SCH_LS +@enduml diff --git a/docs/images/tasks-lister.uml b/docs/images/tasks-lister.uml new file mode 100644 index 0000000000000000000000000000000000000000..7d1a953ffbfb586b8376a88d4c7d75d5871fc8df --- /dev/null +++ b/docs/images/tasks-lister.uml @@ -0,0 +1,61 @@ +@startuml + participant WEB as "swh-web" + participant SCH_API as "scheduler API" #ECECFF + participant SCH_DB as "scheduler DB" #B0C4DE + participant SCH_RUN as "scheduler runner" + participant RMQ as "Rabbit-MQ" + participant SCH_LS as "scheduler listener" + participant WORK_GITLAB as "worker@gitlab-lister" + participant GITLAB as "gitlab API" + participant STORAGE_API as "storage API" #ECECFF + participant STORAGE_DB as "storage DB" #B0C4DE + + Note over WEB,SCH_API: Save gitlab forge 0xdeadbeef + WEB->>SCH_API: CREATE TASK lister-gitlab + activate WEB + activate SCH_API + SCH_API->>SCH_DB: INSERT TASK + activate SCH_DB + SCH_API-->>WEB: 201 + deactivate SCH_API + deactivate WEB + loop Polling + SCH_RUN->>SCH_DB: GET TASK set state=scheduled + SCH_DB-->>SCH_RUN: TASK id=T1 + deactivate SCH_DB + activate SCH_RUN + SCH_RUN->>RMQ: CREATE Celery Task CT1 + deactivate SCH_RUN + activate RMQ + end + + RMQ->>WORK_GITLAB: Start task CT1 + deactivate RMQ + activate WORK_GITLAB + WORK_GITLAB->>GITLAB: Get git repos + activate GITLAB + GITLAB-->>WORK_GITLAB: Known git repos + deactivate GITLAB + + loop For Each Repo + WORK_GITLAB->>STORAGE_API: CREATE ORIGIN + activate STORAGE_API + WORK_GITLAB->>SCH_API: CREATE TASK loader-git + activate SCH_API + STORAGE_API->>STORAGE_DB: INSERT ORIGIN + STORAGE_API-->>WORK_GITLAB: 201 + deactivate STORAGE_API + SCH_API->>SCH_DB: INSERT TASK + SCH_API-->>WORK_GITLAB: 201 + deactivate SCH_API + end + + WORK_GITLAB-->>RMQ: SET CT1 status=eventful + deactivate WORK_GITLAB + activate RMQ + RMQ->>SCH_LS: NOTIFY end of task CT1 + activate SCH_LS + deactivate RMQ + SCH_LS->>SCH_DB: UPDATE T1 set state=end + deactivate SCH_LS +@enduml diff --git a/docs/index.rst b/docs/index.rst index b572672efe6572eba35400aaf8323b8aef15bece..6ed977c0291a642e87a8dfcbc26e97b469e04a9a 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -15,6 +15,13 @@ Getting started stack +Architecture +------------ + +* :ref:`architecture` ↠go there to have a glimpse on the Software Heritage software + architecture + + Components ---------- @@ -125,5 +132,6 @@ Indices and tables :hidden: :glob: + architecture getting-started swh-*/index diff --git a/requirements.txt b/requirements.txt index b53259fd8fe624e327b80ecb72b12995360512fe..8409a3d54085505ffee4d59ce636a69d2585b0d5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,5 @@ vcversioner sphinx >= 1.3 sphinxcontrib-httpdomain +sphinxcontrib-images recommonmark diff --git a/swh/docs/sphinx/conf.py b/swh/docs/sphinx/conf.py index b7b5624547e89503557b274a2c123e8e3df5730c..41e8c49044acf61a77002b0d2e0dc528efbada0b 100755 --- a/swh/docs/sphinx/conf.py +++ b/swh/docs/sphinx/conf.py @@ -17,9 +17,10 @@ author = 'the Software Heritage developers' # ones. extensions = ['sphinx.ext.autodoc', 'sphinx.ext.napoleon', - # 'sphinx.ext.intersphinx', 'sphinxcontrib.httpdomain', - 'sphinx.ext.extlinks'] + 'sphinx.ext.extlinks', + 'sphinxcontrib.images', + ] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates']