Cut. UpdateList. Examples. Few TODOs. ldpatch
authorAlexandre Bertails <bertails@gmail.com>
Thu, 20 Nov 2014 00:10:03 -0500
branchldpatch
changeset 888 220214a92171
parent 887 998408515484
child 889 0a066f94aec0
Cut. UpdateList. Examples. Few TODOs.
ldpatch.html
updatelist-algo.svg
--- a/ldpatch.html	Wed Nov 19 20:08:44 2014 -0500
+++ b/ldpatch.html	Thu Nov 20 00:10:03 2014 -0500
@@ -196,6 +196,11 @@
   padding-right: 1em;
   min-width: 7.5em;
 }
+#updatelist-algo img {
+  width: 70%;
+  display: block;
+  margin:0 auto;
+}
     </style>
   </head>
   <body>
@@ -226,22 +231,22 @@
     <section class='informative' id='introduction'>
       <h1>Introduction</h1>
       <p>
-Linked Data “describes a method of publishing structured data so that it can be interlinked and become more useful. It builds upon standard Web technologies such as HTTP, RDF and URIs, but rather than using them to serve web pages for human readers, it extends them to share information in a way that can be read automatically by computers. This enables data from different sources to be connected and queried.” (source Wikipedia).
+          Linked Data <q cite="http://en.wikipedia.org/wiki/Linked_data">describes a method of publishing structured data so that it can be interlinked and become more useful. It builds upon standard Web technologies such as HTTP, RDF and URIs, but rather than using them to serve web pages for human readers, it extends them to share information in a way that can be read automatically by computers. This enables data from different sources to be connected and queried.</q> (source Wikipedia).
       </p>
       <p>
-This document defines the Linked Data Patch Format (LD Patch), a format for describing changes to apply to Linked Data. It is suitable for use with <a href="http://tools.ietf.org/html/rfc5789">HTTP PATCH</a> [[!rfc5789]], a method to perform partial modifications to Web resources. <!-- The "text/ldpatch" media type is prospectively used to identify such LD Patch documents.-->
+This document defines the Linked Data Patch Format (LD Patch), a format for describing changes to apply to Linked Data. It is suitable for use with <a href="http://tools.ietf.org/html/rfc5789">HTTP PATCH</a> [[!RFC5789]], a method to perform partial modifications to Web resources. <!-- The "text/ldpatch" media type is prospectively used to identify such LD Patch documents.-->
       </p>
       <p>
 An instance of the LD Patch language (or LD Patch document) defines a list of operations to be performed against a Linked Data resource, namely the addition or removal of RDF [[!rdf11-concepts]] triples in this graph.
       </p>
 
       <p id="relation-sparql-update">
-        The LD Patch format described in this document should be seen as an “assembly language” for updating <a href="http://www.w3.org/TR/rdf11-concepts/#section-rdf-graph">RDF Graphs</a> in a resource-centric fashion. It is the intention to confine its expressive power to an RDF diff with <a class="internalDFN" href="#pathological-graph">partial support for blank nodes</a> and <code>rdf:List</code> manipulations. For more powerful operations on RDF Graphs and Quad Stores, the LDP WG recommends the reader to consider <a href="http://www.w3.org/TR/sparql11-update/">SPARQL Update</a> [[sparql11-update]].
+        The LD Patch format described in this document should be seen as a language for updating <a class="externalDFN" href="http://www.w3.org/TR/rdf11-concepts/#section-rdf-graph">RDF Graphs</a> in a resource-centric fashion. It is the intention to confine its expressive power to an RDF diff with <a class="internalDFN" href="#pathological-graph">partial support for blank nodes</a> and <code>rdf:List</code> manipulations. For more powerful operations on RDF Graphs and Quad Stores, the LDP WG recommends the reader to consider <a href="http://www.w3.org/TR/sparql11-update/">SPARQL Update</a> [[sparql11-update]].
       </p>
 
     </section>
       
-    <section class='normative' id='language-features'>
+    <section class='normative' id='semantics'>
       <h1>LD Patch Semantics</h1>
       <p>
 An LD Patch document is applied to a Linked Data resource identified by an URI (the <dfn>target URI</dfn>) and represented by an RDF graph (the <dfn>target graph</dfn>). It is made of a prologue and a list of statements, where the order is relevant. The prologue declares a number of <a>prefixes</a> used to abbreviate URIs. Then each statement either binds a variable to a matching node from the <a>target graph</a>, or specified a modification on the <a>target graph</a>.
@@ -251,6 +256,8 @@
       <section id="prefixes">
         <h2><dfn>Prefixes</dfn></h2>
         <p>
+@@ TODO should defer to Turtle's syntax. Not only Prefixes, but everything in http://www.w3.org/TR/2014/REC-turtle-20140225/#language-features. Proposed section name: Inherited from (the?) Turtle language. @@
+
 LD Patch offers the possibility to abbreviate URIs by using <a href="http://www.w3.org/TR/turtle/">Turtle</a>'s <code>@prefix</code> directive that allows declaring a short prefix name for a long prefix of repeated URIs. This is useful for many RDF vocabularies that are all defined in nearby namespace URIs [[!rdf11-concepts]], possibly using XML's namespace mechanism [[!xml-names11]] that works in a similar fashion.
         </p>
         <p>
@@ -261,7 +268,7 @@
       <section id="node-matching-semantics">
         <h2><dfn>Node Matching Semantics</dfn></h2>
         <p>
-            LD Patch borrows much of its syntax and semantics from <a href="http://www.w3.org/TR/turtle/">Turtle</a> [[turtle]] and <a href="http://www.w3.org/TR/sparql11-query/">SPARQL</a> [[sparql11-query]] for describing nodes. <a class="internalDFN" href="#grammar-production-iri">IRI</a>s (either abbreviated or not) and <a class="internalDFN" href="#grammar-production-literal">literals</a> represent the corresponding node in the <a>target graph</a>. 
+            LD Patch borrows much of its syntax and semantics from <a href="http://www.w3.org/TR/turtle/">Turtle</a> [[Turtle]] and <a href="http://www.w3.org/TR/sparql11-query/">SPARQL</a> [[sparql11-query]] for describing nodes. <a class="internalDFN" href="#grammar-production-iri">IRI</a>s (either abbreviated or not) and <a class="internalDFN" href="#grammar-production-literal">literals</a> represent the corresponding node in the <a>target graph</a>. 
 
 <a class="internalDFN" href="#grammar-production-BlankNode">Blank nodes</a>, on the other hand, pose a problem, as they have no global identifier. Indeed, blank node identifiers have a limited scope, which in the case of LD Patch is the LD Patch document in which they appear. As a consequence, <dfn id="blank-node-scoping">any blank node identifier appearing in an LD Patch document is understood to denote a <em>fresh</em> blank node</dfn>, that needs to be created in the <a>target graph</a>. Therefore blank node identifiers in LD Patch cannot interfere with existing blank nodes in the <a>target graph</a>.
         </p>
@@ -315,7 +322,7 @@
           </pre>
           </p>
           <p>
-              The <a>Bind</a> operation is defined by three components: <a>Var</a>, <a>Value</a> and <a">Path</a>, the last component being optional.
+              The <a>Bind</a> operation is defined by three components: <a>Var</a>, <a>Value</a> and <a title="path expression">Path</a>, the last component being optional (it is then equivalent to the empty path).
           </p>
           <p>
               <dfn>Var</dfn> contains a unique name for the new variable. Variables are prefixed by the "<code>?</code>" character, which is not part of the variable name.
@@ -359,10 +366,9 @@
         <section id="cut-statement">
           <h2><dfn>Cut</dfn></h2>
           <p>
-              The <a>Cut</a> operation is used to remove one or more triples from the <a>target graph</a>, having a matching <a class="internalDFN" href="#grammar-production-subject">subject</a> that corresponds to either an IRI or a previously bound varible.
+              The <a>Cut</a> operation is used to remove one or more triples from the <a>target graph</a> connected to a specific node (either a <a>IRI</a>, or a previously bound variable). The triples being removed correspond to the <a href="http://en.wikipedia.org/wiki/Connectivity_%28graph_theory%29">connected graph</a> whose nodes were accessible from the given node, as well as the triples having this node in the object position.
           <pre class='example'>
-Bind ?workLocation &lt;#&gt; /schema:workLocation .
-Cut ?workLocation.
+Cut ?workLocation .
           </pre>
           </p>
         </section>
@@ -370,35 +376,46 @@
         <section id="update-list-statement">
           <h2><dfn>UpdateList</dfn></h2>
           <p>
-  The UpdateList operation is used to update the members of an <a href="http://www.w3.org/TR/rdf-schema/#ch_collectionvocab">RDF collection</a>. That collection is supposed to be the object of a triple, specified by its <a class="internalDFN" href="#grammar-production-subject">subject</a> and <a class="internalDFN" href="#grammar-production-predicate">predicate</a>. A <tref>Slice</tref> specification then describes which members (if any) of the collections are affected by the operation, and then a <a class="internalDFN" href="#grammar-production-collection">collection</a> of new members is provided. In the example below, UpdateList is used to replace the second member of a collection by the literal "fr-CH".
-          <pre class='example'>
-UpdateList &lt;#&gt; ex:preferredLanguages 1..2 ( "fr-CH" ) .
-          </pre>
-          </p>
-          <p>
-              <a>UpdateList</a> works in a similar way than <a href="https://docs.python.org/3/reference/expressions.html#slicings">slicing in Python</a> or similar languages. In general, it replaces a <dfn>slice</dfn> of a list by another list. To remove members, one can replace them by an empty list. To insert new values between two members, one can set a non empty list to the empty slice comprised between those two members.
-          </p>
-
-          <p>
-  In LD Patch, a slice is described by two positive integers separated by "<code>..</code>". The second integer can be omitted, in that case it denotes the end of the list. If both integers are omitted (i.e. "<code>..</code>" alone), this denotes by convention the empty slice at the end of the list. Indexes start at 0.
+              The <a>UpdateList</a> operation is used to update the members of an <a href="http://www.w3.org/TR/rdf-schema/#ch_collectionvocab">RDF collection</a>. The first two arguments are the <a class="internalDFN" href="#grammar-production-subject">subject</a> (up to <a>var</a>iable binding) and <a class="internalDFN" href="#grammar-production-predicate">predicate</a> of the RDF triple that unambiguously identifies the target collection to be updated: it is in the object position of this triple. The third argument specifies which <a>Slice</a> will be replaced by a new collection: this is the fourth argument of the statement.
           </p>
 
           <p>
-            The following example shows the syntax for appending elements to a list:
+              A <dfn>Slice</dfn> is described by two positive integers separated by "<code>..</code>". The second integer can be omitted, in that case it denotes the end of the list. If both integers are omitted (i.e. "<code>..</code>" alone), this denotes by convention the empty slice at the end of the list. Indexes start at 0.
           </p>
 
+          <p>
+              @@ TODO better explanations @@ In the example below, <a>UpdateList</a> is used to replace the second and third member of <code>( "foo" "bar" "baz" "qux" )</code> by list <code>( 1 2 3 )</code>.
+          </p>
+          
           <pre class='example'>
-UpdateList &lt;#&gt; ex:preferredLanguages .. ( "fr-CH" ) .
+UpdateList ex:s ex:p 2..4 ( 1 2 3 ) .
           </pre>
 
           <p>
-            In this final example, we replace all the elements after index 2 with the provided list:
+              Here is an intuition of the algorithm being applied:
+          </p>
+          <ul>
+              <li>Step 1: find the last triple sLeft/pLeft/oRight on the left side of slice (corner case: index 0, or empty list => sLeft/pLeft can be s/p)</li>
+              <li>Step 2: find the first node sRight on the right side of the slice</li>
+              <li>Step 3: connect the lists
+                  <ul>
+                      <li>remove the triples from the slice</li>
+                      <li>remove last triple of the new list</li>
+                      <li>remove sLeft/pLeft/oLeft</li>
+                      <li>add sLeft/pLeft/headNewList</li>
+                      <li>add sSlice/pSlice/sRight</li>
+                  </ul>
+              </li>
+          </ul>
+
+          <p>
+              (TODO do we need a better picture?) Graphically, that's what it looks like:
           </p>
 
-          <pre class='example'>
-UpdateList &lt;#&gt; ex:preferredLanguages 2.. ( "fr-CH" ) .
-          </pre>
 
+          <div id="updatelist-algo">
+              <img src="updatelist-algo.svg" />
+          </div>
 
         </section>
       </section>
@@ -408,7 +425,7 @@
       <section id="error-handling">
         <h2><dfn>Error Handling</dfn></h2>
         <p>
-LD Patch abides to the semantics of the <a href="http://tools.ietf.org/html/rfc5789">HTTP PATCH method</a> [[!rfc5789]], in that the server <cite>MUST apply the entire set of changes atomically and never provide (e.g., in response to a GET during this operation) a partially modified representation. If the entire patch document cannot be successfully applied (e.g., one of the instructions has failed), then the server MUST NOT apply any of the changes</cite>. In the case LD Patch operations fail to be applied, "Error Handling" in <a href="http://tools.ietf.org/html/rfc5789#section-2.2">[RFC5789], Section 2</a> specifies the error codes to be used.
+LD Patch abides to the semantics of the <a href="http://tools.ietf.org/html/rfc5789">HTTP PATCH method</a> [[!RFC5789]], in that the server <q cite="http://tools.ietf.org/html/rfc5789">MUST apply the entire set of changes atomically and never provide (e.g., in response to a GET during this operation) a partially modified representation. If the entire patch document cannot be successfully applied (e.g., one of the instructions has failed), then the server MUST NOT apply any of the changes</q>. In the case LD Patch operations fail to be applied, <a href="http://tools.ietf.org/html/rfc5789#section-2.2">Error Handling, Section 2</a> of [[!RFC5789]] specifies the error codes to be used.
         </p>
 
 	<p>
@@ -416,7 +433,7 @@
         </p>
 
         <ul>
-            <li id="bind-unique-match">If a <code>Bind</code> statement fails to match exactly one node, then a 422 (Unprocessable Entity) status MUST be returned.</li>
+            <li id="bind-unique-match">If a <a>Bind</a> statement fails to match exactly one node, then a 422 (Unprocessable Entity) status MUST be returned.</li>
             <li id="unicity-constraint-violated">If a <a>Unicity constraint</a> is violated, then a 422 (Unprocessable Entity) status MUST be returned.</li>
             <li id="cut-nothing">If a <a>Cut</a> operation fail to remove any triple, then a 422 (Unprocessable Entity) status MUST be returned.</li>
             <li id="delete-non-existing-triple">If a <a>Delete</a> attempts to remove a non-existing triple, then a 422 (Unprocessable Entity) status MUST be returned.</li>
@@ -424,7 +441,7 @@
         </ul>
 
         <p>
-            Note: 422 (Unprocessable Entity) is defined in section <a href="http://tools.ietf.org/html/rfc4918#section-11.2">"11.2. 422 Unprocessable Entity"</a> of [[!rfc4918]].
+            Note: 422 (Unprocessable Entity) is defined in <a href="http://tools.ietf.org/html/rfc4918#section-11.2">422 Unprocessable Entity, Section 11.2</a> of [[!RFC4918]].
 
         </p>
 
@@ -469,7 +486,7 @@
         </p>
 
         <p>
-          Therefore, ambiguous blank nodes are considered a pathological case in the context of Linked Data, and so the fact that they cannot be coped with in LD Patch is deemed acceptable. Furthermore, their presence in a graph does not prevent the other nodes of that graph to be handled by LD Patch. In fact, all <a href="http://www.w3.org/TR/rdf11-mt/#dfn-lean">non-lean graphs</a> [[!rdf11-mt]] can be considered to be pathological.
+          Therefore, ambiguous blank nodes are considered a pathological case in the context of Linked Data, and so the fact that they cannot be coped with in LD Patch is deemed acceptable. Furthermore, their presence in a graph does not prevent the other nodes of that graph to be handled by LD Patch. Most notably, all <a class="externalDFN" href="http://www.w3.org/TR/rdf11-mt/#dfn-lean">non-lean graphs</a> [[!rdf11-mt]] are also pathological.
         </p>
 
         </section>
@@ -480,10 +497,13 @@
     <section id="examples" class="informative">
       <h2>Examples</h2>
 
-      <p>
-        The following RDF Graph will be used as an example through this specification. It describes the relation between a person named Tim Berners-Lee (denoted by <code>&lt;http://example.org/timbl#&gt;</code>) and two events he attended.
-      </p>
-      <pre class='example'>
+      <section id="full-example">
+          <h3>Full example</h3>
+
+          <p>
+              The following RDF Graph describes the relation between a person named Tim Berners-Lee (denoted by <code>&lt;http://example.org/timbl#&gt;</code>) and two events he attended.
+          </p>
+          <pre class='example'>
 @prefix schema: &lt;http://schema.org/&gt; .
 @prefix profile: &lt;http://ogp.me/ns/profile#&gt; .
 @prefix ex: &lt;http://example.org/vocab#&gt; .
@@ -503,11 +523,11 @@
   schema:name "TED 2009" ;
   schema:startDate "2009-02-04" ;
   schema:url &lt;http://conferences.ted.com/TED2009/&gt; .
-      </pre>
-      <p>
-The following is an example HTTP Patch request, conveying an LD Patch document:
-      </p>
-      <pre class='example'>
+          </pre>
+          <p>
+              The following is an example HTTP Patch request, conveying an LD Patch document:
+          </p>
+          <pre class='example'>
 PATCH /timbl HTTP/1.1
 Host: example.org
 Content-Length: 478
@@ -544,14 +564,14 @@
     ]
   ]
 } .
-      </pre>
-      <p>
-          This example introduces most features of the LD Patch format: <code>@prefix</code> and prefixed names, the <a>Add</a>, <a>Delete</a>, <a>Cut</a>, and <a>UpdateList</a> operations, the <a>Bind</a>-ing mechanism and blank node creation. The "text/ldpatch" media type is <a href="#media-registration">prospectively</a> used to identify such LD Patch documents.
-      </p>
-      <p>
-The following is the resulting (patched) document.
-      </p>
-      <pre class='example'>
+          </pre>
+          <p>
+              This example introduces most features of the LD Patch format: <code>@prefix</code> and prefixed names, the <a>Add</a>, <a>Delete</a>, <a>Cut</a>, and <a>UpdateList</a> operations, the <a>Bind</a>-ing mechanism and blank node creation. The "text/ldpatch" media type is <a href="#media-registration">prospectively</a> used to identify such LD Patch documents.
+          </p>
+          <p>
+              The following is the resulting (patched) document.
+          </p>
+          <pre class='example'>
 @prefix schema: &lt;http://schema.org/&gt; .
 @prefix profile: &lt;http://ogp.me/ns/profile#&gt; .
 @prefix ex: &lt;http://example.org/vocab#&gt; .
@@ -575,17 +595,71 @@
     schema:name "Long Beach, California";
     schema:geo [ schema:latitude "33.7817" ; schema:longitude "-118.2054" ]
   ] .
-      </pre>
-    </section>
+          </pre>
+      </section>
+
+      <section id="list-manipulation-examples">
+          <h3><code>rdf:List</code> manipulation examples</h3>
+
+          <p>
+              This example shows how to <strong id="replace-elements">replace elements</strong> with new ones (here the second one):
+          </p>
+
+          <pre class='example'>
+UpdateList &lt;#&gt; ex:preferredLanguages 1..2 ( "fr-CH" ) .
+          </pre>
+
+          <p>
+              This example shows how to <strong id="insert-new-elements">insert new elements</strong> at a specific index (here <code>2</code>):
+          </p>
+
+          <pre class='example'>
+UpdateList &lt;#&gt; ex:preferredLanguages 2..3 ( "fr-CH" "en-US" ) .
+          </pre>
+
+          <p>
+              This example shows how to <strong id="append-elements">append elements</strong> to a collection:
+          </p>
+
+          <pre class='example'>
+UpdateList &lt;#&gt; ex:preferredLanguages .. ( "fr-CH" "en-US" ) .
+          </pre>
+
+          <p>
+              This example shows how to <strong id="replace-elements">replace all the elements</strong> after the index <code>2</code> with the provided collection:
+          </p>
+
+          <pre class='example'>
+UpdateList &lt;#&gt; ex:preferredLanguages 2.. ( "fr-CH" "en-US" ) .
+          </pre>
+
+          <p>
+              This example shows how to <strong id="remove-elements">remove elements</strong> from a collection:
+          </p>
+
+          <pre class='example'>
+UpdateList &lt;#&gt; ex:preferredLanguages 2..3 ( ) .
+          </pre>
+
+          <p>
+              Finally, this example shows how to <strong id="empty-collection">empty a collection</strong>:
+          </p>
+
+          <pre class='example'>
+UpdateList &lt;#&gt; ex:preferredLanguages 0.. ( ) .
+          </pre>
 
 
+      </section>
+
+    </section>
 
 
 
     <section id='concrete-syntax'>
       <h1>Concrete Syntax</h1>
       <p>
-          The LD Patch grammar shares most of its production rules with [[!turtle]], which are extended to allow variables in the <a class="internalDFN" href="#grammar-production-subject">subject</a> and <a class="internalDFN" href="#grammar-production-object">object</a> position.
+          The LD Patch grammar shares most of its production rules with [[!Turtle]], which are extended to allow variables in the <a class="internalDFN" href="#grammar-production-subject">subject</a> and <a class="internalDFN" href="#grammar-production-object">object</a> positions.
       </p>
       <!-- do not edit manually, this is automatically generated -->
 <table class="grammar">
@@ -1034,5 +1108,14 @@
       <p style="margin-left: 3em;">Andy Seaborne, Arnaud Le Hors, Henry Story, John Arwe, Eric Prud'hommeaux, Sandro Hawke, Steve Speicher, Tim Berners-Lee</p>
 
     </section>
+
+    <section id="changelog" class="appendix informative">
+        <h2>Change Log</h2>
+        <section>
+            <h3>Changes since <a href="http://www.w3.org/TR/2014/WD-ldpatch-20140918/">September 2014 First Public Working Draft</a></h3>
+            <p>@@ TODO see http://www.w3.org/TR/2014/REC-turtle-20140225/#sec-change-log-PR-REC @@</p>
+        </section>
+    </section>
+
   </body>
 </html>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/updatelist-algo.svg	Thu Nov 20 00:10:03 2014 -0500
@@ -0,0 +1,407 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.0"
+   width="3400.250713pt"
+   height="1578.844026pt"
+   viewBox="0 0 3400.250713 1578.844026"
+   preserveAspectRatio="xMidYMid meet"
+   id="svg2"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="foo.svg">
+  <defs
+     id="defs158" />
+  <sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1455"
+     inkscape:window-height="1249"
+     id="namedview156"
+     showgrid="false"
+     inkscape:zoom="0.30491869"
+     inkscape:cx="2317.437"
+     inkscape:cy="540.50504"
+     inkscape:window-x="181"
+     inkscape:window-y="133"
+     inkscape:window-maximized="0"
+     inkscape:current-layer="svg2" />
+  <metadata
+     id="metadata4">
+Created by potrace 1.10, written by Peter Selinger 2001-2011
+<rdf:RDF>
+  <cc:Work
+     rdf:about="">
+    <dc:format>image/svg+xml</dc:format>
+    <dc:type
+       rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+  </cc:Work>
+</rdf:RDF>
+</metadata>
+  <path
+     style="fill:#000000;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path8"
+     d="m 676.14345,0.7496 c -3.7,1.4 -7,12.7 -4.2,14.4 0.6,0.3 1,2.1 1,3.9 0,4.5 4.1,8.6 8.6,8.6 2.6,0 3.9,0.7 5.6,3 2.3,3.1 5.8,3.9 7.6,1.7 1.1,-1.3 2.2,-9.1 2.5,-18.1 0.2,-4.6 -0.2,-6.1 -1.5,-7 -2.4,-1.5 -4.8,0.1 -7.2,4.8 -1.4,2.8 -2.3,3.6 -4,3.4 -1.8,-0.3 -2.1,-1 -2.2,-5.8 0,-3 -0.1,-6.2 -0.2,-7.1 -0.2,-2 -3,-2.9 -6,-1.8 z" />
+  <path
+     style="fill:#000000;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path10"
+     d="m 1113.6435,0.9496 c -2.9,2.1 -1.3,8.6 2.4,10 2,0.8 3.4,2.5 4.8,5.9 1.7,4.2 2.4,4.8 4.9,4.8 1.8,0 3.6,-0.9 5,-2.5 2.5,-2.9 4.1,-2.5 7.1,1.5 3.5,4.8 10.1,3.7 10.1,-1.6 0,-1.3 -0.4,-2.6 -1,-2.9 -0.5,-0.3 -1,-1.4 -1,-2.4 0,-1 -0.9,-2.6 -2,-3.6 -1.1,-1 -2,-2.7 -2,-3.7 0,-4 -1.9,-5.8 -6,-5.8 -2.5,0 -4,0.5 -4.1,1.2 -0.1,0.7 -0.2,2.4 -0.2,3.8 -0.3,3.6 -4.4,2.9 -8.2,-1.5 -3.5,-4 -7.2,-5.2 -9.8,-3.2 z" />
+  <path
+     style="fill:#000000;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path12"
+     d="m 2536.5435,5.3496 c -1.9,2 -3.6,8 -3.6,13.2 0,4.7 0.4,6.1 2.3,7.9 1.3,1.2 2.8,2.2 3.5,2.2 1.4,0 2.5,1.8 2.8,4.9 0.9,7.7 2,10.6 4.5,12 1.4,0.8 3.4,1.1 4.3,0.8 1.5,-0.6 1.7,-2 1.5,-10.4 -0.3,-10.1 0.3,-12.3 4,-15.7 1.4,-1.3 2.1,-3.1 2.1,-5.8 0,-3.6 -0.2,-3.8 -3,-3.8 -1.7,0 -4.2,0.7 -5.6,1.6 -3,2 -3.5,1.6 -4.3,-3.3 -0.6,-3.5 -0.9,-3.8 -4.1,-4.1 -2,-0.2 -3.9,0.1 -4.4,0.5 z" />
+  <path
+     style="fill:#000000;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path14"
+     d="m 565.84345,8.5496 c -2.1,1.7 -2.5,3.1 -3.2,12.8 -1.2,15.9 -1.1,39.9 0.2,46.8 0.6,3.3 1.5,9.1 1.9,13 0.4,3.8 1.3,8 2,9.2 1.8,3.3 1.4,6.3 -1.4,11.3 -4.3,7.5 -6.7,14.8 -6,18.3 0.4,1.8 1.1,5.7 1.5,8.7 0.4,3 1.5,7.2 2.4,9.2 1,2.1 1.7,5.5 1.7,7.6 0,2.1 0.9,5.7 2,8 1.9,4 2.3,4.2 6.4,4.2 5.8,0 6.9,-1.5 6.5,-9.2 -0.2,-3.5 0.3,-8.2 1,-10.5 1.2,-3.6 1.2,-4.7 -0.2,-8 -1.3,-3.3 -1.3,-4.2 -0.1,-6.3 1.8,-3.3 1.7,-7.5 -0.2,-10.5 -0.9,-1.4 -1.4,-3.9 -1.2,-6.1 0.3,-3.3 0.9,-4.2 4.8,-6.6 9.7,-6 12.8,-7.2 14.4,-5.8 0.9,0.7 1.6,1.8 1.6,2.6 0,0.7 1.4,2.9 3.1,4.9 2.3,2.6 3.9,3.5 6.3,3.5 1.8,0 3.7,0.5 4.3,1.1 0.9,0.9 2,0.8 4.5,-0.4 4.8,-2.3 6.9,-5 8.3,-10.4 l 1.2,-4.8 4.8,0 4.8,0 1.2,4.8 c 0.7,2.6 2.3,5.9 3.5,7.2 2,2.1 3.2,2.5 8.5,2.5 4.9,0 6.6,-0.4 8,-2 1,-1.1 2.3,-2 3,-2 3,0 4.5,-3.6 4.5,-10.6 0,-6.8 -0.1,-7.1 -3.7,-10.6 -2.1,-2 -5.7,-4.2 -8,-4.9 -2.4,-0.6 -5,-2 -5.9,-3.1 -2.8,-3.1 -5.9,-2.2 -10,2.7 -3.5,4.3 -3.9,4.5 -8.8,4.5 -4.2,-0.1 -5.7,-0.6 -8.2,-2.9 -1.7,-1.5 -3.3,-3.5 -3.7,-4.4 -0.4,-1.1 -1.8,-1.7 -4,-1.7 -3.5,0 -7.2,3 -9.7,7.8 -1.1,2.2 -12.4,8.2 -15.4,8.2 -0.7,0 -2.3,1.1 -3.5,2.4 -2.5,2.7 -6.9,4.2 -8.2,2.9 -0.5,-0.5 -1.2,-3.7 -1.5,-7.1 l -0.7,-6.2 4.7,-4.2 c 2.5,-2.3 4.6,-4.9 4.6,-5.7 0,-1.9 2.4,-8.8 3.3,-9.7 0.4,-0.4 0.7,-2.2 0.7,-4 0,-1.8 0.5,-3.6 1,-3.9 0.6,-0.3 1,-3 1,-6 0,-3 -0.4,-5.7 -1,-6 -0.5,-0.3 -1,-3 -1,-6 0,-3 -0.4,-5.7 -1,-6 -0.5,-0.3 -1,-1.4 -1,-2.4 0,-2.8 -4.5,-11 -8.1,-14.7 -3.8,-4 -8.3,-4.5 -12,-1.5 z m 12.6,17.7 c 2.1,5.1 2.3,24.7 0.2,31.8 -1.6,5.8 -3.2,8 -4.9,7 -0.4,-0.3 -0.8,-1.6 -0.8,-3 0,-1.4 -0.5,-3.5 -1.1,-4.7 -1.4,-2.4 -1.3,-27.6 0.1,-31 0.4,-1.2 1.1,-3 1.4,-4.1 0.5,-1.5 0.9,-1.6 2.2,-0.5 0.8,0.7 2.1,2.7 2.9,4.5 z m 75.9,61.6 c 2.3,3.3 2,5.7 -0.9,6.4 -3.3,0.8 -5.5,-1.1 -5.5,-4.6 0,-4.3 3.9,-5.4 6.4,-1.8 z m -37.7,1.4 2.7,2.7 -2.3,1.8 c -3.2,2.6 -5.7,2.4 -7.8,-0.7 -1.6,-2.6 -1.6,-2.7 0.6,-4.5 3,-2.5 3.7,-2.4 6.8,0.7 z m -44.2,29.5 c 1,3 -0.3,8.9 -1.9,8.9 -1.6,0 -3,-6.2 -2.1,-9 0.8,-2.6 3.2,-2.5 4,0.1 z" />
+  <path
+     style="fill:#000000;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path16"
+     d="m 1320.4435,11.5496 c -0.8,1.7 -1.5,5.2 -1.5,7.9 0,5 1.3,7.1 5.2,8.5 1,0.3 2.4,2.2 3.2,4.2 1.4,3.3 1.8,3.5 6,3.5 4,0 4.5,-0.3 5.5,-3.1 0.7,-2.2 0.8,-3.7 0,-5 -1,-2 0.3,-8.3 2.2,-10.4 1.5,-1.5 1,-4.1 -1.1,-6 -1.5,-1.4 -4.1,-2 -10,-2.2 l -7.9,-0.4 -1.6,3 z" />
+  <path
+     style="fill:#000000;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path18"
+     d="m 1763.3435,14.3496 c -1.1,2.5 -1.4,5.5 -1.1,9.7 1.2,14.6 1.9,15.9 8,15.4 5.7,-0.4 6.5,-2.3 3.8,-9.1 -1.8,-4.3 -2,-6 -1.2,-7.5 1.5,-2.8 1.4,-9.5 -0.1,-11 -0.7,-0.7 -2.7,-1.2 -4.6,-1.2 -2.9,0 -3.5,0.5 -4.8,3.7 z" />
+  <path
+     style="fill:#000000;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path20"
+     d="m 2311.6435,13.2496 c -3.2,2.7 -3.5,6.4 -0.7,8.9 1.1,1 2,2.8 2,4 0,3.1 4.4,7.5 7.5,7.5 6.3,0 8.7,-5.1 4.5,-9.5 -1.1,-1.2 -2.4,-4.1 -2.8,-6.5 -0.6,-3.8 -1.2,-4.5 -4.3,-5.5 -3.2,-1.1 -3.7,-1 -6.2,1.1 z" />
+  <path
+     style="fill:#000000;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path22"
+     d="m 2331.2435,13.3496 c -1.5,1.5 -1.8,3.3 -1.7,10.3 0.3,10.9 1.4,14 5.3,14 4.4,0 5.3,-1.9 4.8,-9.7 -0.6,-9.2 -1.8,-13.3 -4.4,-15 -1.9,-1.3 -2.4,-1.2 -4,0.4 z" />
+  <path
+     style="fill:#000000;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path24"
+     d="m 1799.9435,14.9496 c -2,1 -2.6,2.3 -3.2,6.7 -0.4,3 -1.2,8 -1.8,11 -0.6,3 -1.5,8.4 -2,12 -0.8,6.7 -1.9,11.5 -4.4,21 -0.8,3 -1.2,6.7 -0.9,8.1 0.3,1.8 -0.3,3.5 -2.2,5.7 -3.3,3.9 -3,6 1.3,8.8 l 3.3,2.3 3.6,-2.5 c 1.9,-1.3 4.6,-3.5 5.9,-4.9 1.7,-1.8 3.3,-2.5 6.2,-2.5 4.5,0 6.2,1.4 6.2,5.2 0,3.5 -2.6,5 -10.3,5.9 -7.4,0.9 -10.7,3 -10.7,6.9 l 0,3 8.5,0 c 6.7,0 9.0999,-0.4 11.7,-2 1.8,-1.1 4.1,-2 5.1,-2 1,0 3.2,-1.4 4.9,-3 2.7,-2.7 2.8999,-3.4 2.3,-7.3 -1.1,-7.2 -2.4001,-10.2 -5.8,-13.4 -4,-3.8 -6.9,-4.8 -12.9,-4.4 -5.1,0.3 -7.2,-1.5 -4.9,-4.3 0.6,-0.7 1.6,-4.2 2.1,-7.7 0.5,-3.5 1.4,-8.4 2.0999,-10.9 0.6001,-2.5 1.3001,-7.7 1.6001,-11.5 0.2,-3.9 0.8999,-7.4 1.3999,-8 0.5,-0.5 0.9001,-3 0.9001,-5.6 0,-3.8 -0.5,-5.1 -2.2,-6.3 -2.7001,-1.9 -2.6,-1.9 -5.8,-0.3 z" />
+  <path
+     style="fill:#000000;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path26"
+     d="m 1745.8435,16.2496 c -1,1.2 -1,2.2 -0.1,4.8 0.7,1.8 1.2,4.6 1.2,6.4 0,1.7 0.5,3.4 1,3.7 0.6,0.3 1,1.7 1,2.9 0,4.8 8.9,7.4 11.4,3.4 0.8,-1.3 0.5,-2.6 -1.2,-5.6 -1.2,-2.3 -2.2,-5.7 -2.2,-8 0,-5.1 -3.1,-9.2 -7,-9.2 -1.5,0 -3.3,0.7 -4.1,1.6 z" />
+  <path
+     style="fill:#000000;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path28"
+     d="m 1929.4435,17.9496 c -0.8,1.9 -2.1,3.9 -2.9001,4.7 -1,0.8 -1.5999,2.9 -1.5999,5.7 0,3.4 0.5999,5 2.5999,7 2.2001,2.2 3.2001,2.5 6.8001,2 4.5,-0.6 5.9,-0.1 6.9,2.5 0.5,1.3 1.7,1.8 4.6,1.8 l 3.9,0 0.6,-5.5 c 0.3,-3 0.9,-8 1.1999,-11 0.7001,-6.3 -0.3999,-8.5 -4.1999,-8.5 -1.3001,0 -3.2,0.9 -4.1,2 -2.3,2.7 -3,2.5 -3.8,-1 -0.6,-2.7 -1,-3 -4.6,-3 -3.6,0 -4.1,0.3 -5.4,3.3 z" />
+  <path
+     style="fill:#000000;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path30"
+     d="m 1168.1435,19.9496 c -0.6,0.7 -1.3,7.9 -1.6,16.2 -0.3,8.3 -0.8,21.6 -1.1,29.7 -0.4,9.9 -0.2,15.4 0.5,16.8 0.8,1.5 0.8,2.9 -0.1,5.3 -1,2.8 -0.9,3.9 1,7.5 2,3.9 2.5,4.2 6.1,4.2 2.1,0 4.2,-0.5 4.5,-1 0.3,-0.6 1.6,-1 2.7,-1 2.7,0 8.7,-1.8 19.3,-5.7 2.2,-0.8 5.2,-2.9 6.6,-4.6 l 2.7,-3.2 3.2,1.9 c 1.8,1 4.1,2.7 5.1,3.7 2.3,2.3 10.2,2.5 13.9,0.4 3.8,-2.2 7.4,-1.8 9.8,1 1.2,1.4 3.1,2.5 4.1,2.5 1.1,0 2.3,0.4 2.6,1 1.2,2 6.7,1 11.2,-2 5.4,-3.7 7.3,-3.8 7.3,-0.6 0,4.6 1,5.6 5.5,5.6 3.6,0 4.8,-0.5 6.5,-2.8 2,-2.4 2.2,-3.5 1.7,-11.2 -0.7,-11.5 -0.4,-12 8.8,-12 6.5,0 7.6,-0.3 8.9,-2.2 1.8,-2.5 2.1,-5.4 0.6,-6.3 -0.8,-0.5 -13.9,-0.9 -21.1,-0.6 -1.8,0.1 -3.3,1.3 -5.3,4.3 -2.6,3.9 -2.7,4.6 -2,11.9 0.6,7 0.5,7.8 -1.3,8.8 -2.3,1.2 -3.3,0.6 -3.3,-2 0,-2.2 -2.3,-3 -8.1,-2.8 -6.6,0.2 -9.9,-1.4 -9.9,-4.9 0,-2 -1.4,-4.1 -5.3,-8 -4.3,-4.3 -5.9,-5.2 -8.8,-5.2 -4,0 -15.3,5.6 -18.9,9.4 -1.3,1.5 -2.9,2.6 -3.5,2.6 -0.7,0 -3.2,-2.1 -5.7,-4.8 -8,-8.4 -12.5,-10.6 -21.4,-10.4 -7.1,0.2 -9.1,-1.9 -6.9,-7.1 1.9,-4.7 2.2,-32.6 0.3,-34.5 -1.6,-1.6 -7.3,-1.5 -8.6,0.1 z m 15.7,50.8 c 7.5,2.8 14.1,6.8 14.1,8.5 0,1.6 -14,8.4 -17.3,8.4 -1.1,0 -2.9,-0.7 -3.9,-1.7 -2.4,-2.2 -2.6,-12.8 -0.1,-15.5 0.9,-1 1.7,-1.8 1.7,-1.8 0.1,0 2.5,0.9 5.5,2.1 z m 46.5,7.1 c 1.6,2.6 -1.4,5.3 -4.8,4.4 -3,-0.7 -3.5,-4 -0.8,-5.5 2.3,-1.4 4.2,-1 5.6,1.1 z" />
+  <path
+     style="fill:#000000;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path32"
+     d="m 508.74345,28.4496 c -2.2,3 -3.6,3.4 -6.8,1.7 -5.2,-2.7 -9,0.9 -9,8.3 0,2.6 0.6,4.5 2,5.7 1.1,1 2,2.8 2,4.1 0,4.7 5,6.7 10.4,4.3 2.1,-1 3.1,-0.8 6,0.9 l 3.5,2.1 2.6,-2.1 c 3,-2.4 3,-4.7 0.1,-15.2 -1.1,-3.9 -1.3,-6.3 -0.7,-6.9 0.7,-0.7 0.7,-1.6 0,-2.9 -1.3,-2.5 -8.3,-2.5 -10.1,0 z" />
+  <path
+     style="fill:#000000;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path34"
+     d="m 2386.1435,67.1496 c -6,3.1 -7.8,5.1 -10.8,11.1 -2.4,4.8 -2.4,5.4 -1.1,8.1 4.6,8.8 15.3,12 22.9,6.8 4.3,-2.9 5.1,-3 7.2,-0.9 1.9,1.8 2.1,6.7 0.4,9.7 -0.7,1.2 -1.6,6.5 -2,11.7 -0.4,5.2 -1.2,12.4 -1.8,16 -0.6,3.6 -1.4,10 -1.6,14.2 -0.6,8.5 -0.7,8.3 5.6,7.8 4,-0.3 5,-1.8 5,-7.7 0,-3.2 0.7,-6.7 1.7,-8.6 1.7,-3.1 2.3,-7.2 4.2,-32.2 0.7,-9.6 0.6,-12.7 -0.5,-15.4 -0.8,-1.8 -1.4,-4.7 -1.4,-6.3 0,-2.1 -1.3,-4.3 -4.6,-7.8 -2.6,-2.8 -5.2,-5 -5.9,-5 -0.6,0 -2,-0.9 -3,-2 -2.4,-2.7 -8.7,-2.5 -14.3,0.5 z m 12.9,9.1 c 2.2,1.1 2.9,2.1 2.7,3.7 -0.6,4.2 -13,7.8 -14.4,4.2 -0.4,-0.9 -0.1,-2.9 0.6,-4.5 2.1,-5.1 5.8,-6.2 11.1,-3.4 z" />
+  <path
+     style="fill:#000000;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path36"
+     d="m 2446.1435,67.8496 c -1.9,1.9 -1.4,5.1 1.3,8.8 3.2,4.3 3.2,8.1 -0.1,11.9 -3.5,4.1 -6.8,4.1 -9,-0.1 -1.4,-2.7 -1.4,-3.7 -0.4,-6.9 0.9,-2.7 1,-4.9 0.4,-7.1 -0.8,-2.9 -1.4,-3.3 -4.8,-3.6 -5.8,-0.5 -6.6,0.8 -6.6,10.9 0,10 0.9,12.9 5.9,18.1 2.8,3.1 4.2,3.8 7.1,3.8 2.1,0 5,-0.7 6.6,-1.5 3.1,-1.5 8.1,-6.6 10.2,-10.2 1.6,-3 1.7,-22.4 0,-24.1 -0.7,-0.7 -3,-1.2 -5.3,-1.2 -2.3,0 -4.6,0.5 -5.3,1.2 z" />
+  <path
+     style="fill:#000000;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path38"
+     d="m 2478.2435,70.3496 c -2.2,0.8 -1.5,7.1 1.3,11.3 3,4.5 2.5,5.9 -2.9,8.7 -5.1,2.6 -9.7,7.9 -9.7,11.2 0,3.3 3,5.8 5.3,4.4 3.3,-2 10.3,-7.8 11.5,-9.4 0.9,-1.3 2.5,-1.9 5.1,-1.9 3.3,0 3.9,0.4 5.2,3.2 1.3,3.1 1.7,3.3 7.5,3.6 4.7,0.2 6.3,-0.1 6.7,-1.2 1.1,-2.9 -0.6,-5.6 -4.9,-7.7 -2.4,-1.1 -4.4,-2.7 -4.4,-3.4 0,-1.9 2.8,-3.9 7.3,-5 5.6,-1.5 6.8,-3.7 3.7,-7 -1.9,-2 -3.3,-2.5 -7.1,-2.5 -3.9,0 -4.9,0.4 -6.3,2.5 -2.2,3.3 -5.9,3.3 -8.5,-0.1 -1.2,-1.5 -2.1,-3.3 -2.1,-4.1 0,-2.1 -4.9,-3.8 -7.7,-2.6 z" />
+  <path
+     style="fill:#000000;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path40"
+     d="m 1840.1435,73.1496 c -2.4,1.3 -5.7,3.5 -7.3,5.1 -2.6,2.5 -2.9,3.4 -2.9,8.9 0,5.6 0.3,6.3 3.3,9.1 1.7,1.6 4.2,3.5 5.4,4.1 3.1,1.8 9.8,1.6 13.3,-0.2 2.7,-1.4 3.3,-1.4 6,0 1.5999,0.8 4.0999,1.5 5.5,1.5 3.5,0 12.9,-6.1 18.5999,-12.2 6.5,-6.8 10.9001,-6.6 14.8001,1 1.6999,3.1 0.5,6.1 -2.7,6.8 -4.2,1 -7.2,4.3 -7.2,8 0,3.5 1.2,4.8 5.3,5.8 3.9,0.9 4.6,3.5 1.6,5.8 -11.2,9 -16.9,17.4 -16.9,24.8 0,3.6 0.7,4.8 5.2,9.6 5.8,6.2 10.6,8.9 14.1,8 3.9,-0.9 7.7,-4.5 7.7,-7.2 0,-2.9 3.5999,-16.9 5.0999,-19.6 0.6001,-1.1 0.7001,-4.6 0.4001,-8.6 -0.7,-6.3 -0.6,-6.8 1.9,-9.1 3.3,-3.1 3.3,-4.1 0,-7.2 -2.4,-2.2 -2.5,-2.9 -2,-7.8 1.1999,-10 -6.7,-25.1 -13,-25.1 -1.3001,0 -2.6,-0.5 -2.9,-1 -1,-1.6 -7.1,-1.2 -8.6,0.6 -0.7,0.8 -2.6,2.2 -4.2,3.1 -1.6001,0.8 -4.5,3 -6.4,4.9 -4.6,4.7 -8.6,4.5 -9.1,-0.4 -0.2,-2.1 -1.2,-3.8 -2.8,-5 -1.4,-0.9 -3.8001,-2.7 -5.4,-4 -3.7,-2.9 -10.9001,-2.8 -16.8,0.3 z m 11.8999,7.5 c 2.8001,1.6 2.3001,3.7 -1.6999,7.6 -5.3001,5 -9.4,4.2 -9.4,-1.8 0,-2.1 0.8,-3.3 3.3,-4.8 3.6,-2.3 5,-2.4 7.7999,-1 z m 45.9001,50.5 c 0.9,1.1 0.7,2.3 -1,5.7 -1.3,2.4 -2.6,5 -3,5.8 -1.2,2.5 -3.9001,2.3 -5.1,-0.4 -1.5,-3.2 -0.5,-7.1 2.6,-10.2 2.8,-2.7 4.7,-3 6.5,-0.9 z" />
+  <path
+     style="fill:#000000;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path42"
+     d="m 1854.9435,127.3496 c -1.9001,2.5 -2.1,3.5 -1.5,10.3 0.9,10.4 1.0999,39.4 0.3,52 -0.4,7 -0.2001,11.9 0.5,14.5 0.9,2.8 1.1,10.2 0.7,24.5 -0.3,11.3 -0.3,30.4 0,42.5 0.4,16.6 0.3,22.8 -0.7,25.4 -1.7001,4.5 -1.9,97.5 -0.2001,101.8 0.7001,1.7 1.1001,9.4 1,20.5 -0.1999,12.5 0.1001,18.4 1,20 0.8001,1.4 1.2001,5.3 1,9.6 -0.1,4.9 0.4001,8.8 1.4001,11.6 1,2.5 1.5,6.3 1.3,9.5 l -0.3,5.3 -6,2.5 c -10.8,4.6 -17.9001,12.1 -19,20.4 -0.8,5.9 -2.3,6.8 -7.1,4.6 -2.8001,-1.4 -6.5,-1.6 -19.9,-1.5 -11.4,0.1 -16.9,-0.3 -17.9,-1.1 -1.6,-1.4 -30.8,-0.9 -54.6,0.9 -25,1.9 -75.1,1.2 -77.4,-1.1 -0.6,-0.5 -13.5,-0.9 -30.2,-0.9 -18.5,0 -29.5,-0.4 -29.9,-1 -0.4,-0.6 -5.5,-1 -12,-1 -6.5,0 -11.6,-0.4 -12,-1 -0.4,-0.6 -9.8,-1 -25,-1 -15.2,0 -24.6,-0.4 -25,-1 -0.3,-0.6 -5.2,-1 -11,-1 -5.8,0 -10.7,-0.4 -11,-1 -0.4,-0.6 -5.5,-1 -12,-1 -6.5,0 -11.6,-0.4 -12,-1 -0.4,-0.6 -5.5,-1 -12,-1 -6.5,0 -11.6,-0.4 -12,-1 -0.4,-0.6 -8.8,-1 -21.9,-1 -12.4,0 -21.6,-0.4 -22.2,-1 -0.9,-0.9 -31,-1.6 -100.3,-2.3 l -21.4,-0.2 -2.2,-5.8 c -2.5,-6.9 -3.5,-7.8 -10,-10.2 -8,-2.9 -8.8,-3.9 -8,-11.2 0.4,-4.2 0.2,-6.9 -0.6,-8.5 -0.9,-1.6 -1.2,-5.9 -1,-14 0.1,-7.8 -0.2,-12.4 -1,-14 -0.9,-1.6 -1.2,-8.3 -1,-23.9 0.2,-18.8 0,-22 -1.5,-25.2 -1.7,-3.5 -1.7,-4 -0.1,-8.5 1.1,-3 1.7,-7.2 1.5,-11.7 -0.1,-3.9 0.4,-8 1,-9.2 1.7,-3 1.5,-10.4 -0.3,-14.6 -2.1,-5.1 -2,-21.3 0.1,-26.8 1.7,-4.1 1.7,-5.7 -0.5,-22.4 -0.4,-3.3 -1.2,-7.1 -1.8,-8.5 -0.7,-1.8 -0.6,-3.4 0.4,-5.9 1.1,-2.5 1.3,-5.8 0.9,-12.5 -0.4,-5 -0.6,-13.2 -0.6,-18.1 0.3,-51.8 -0.4,-68.9 -2.7,-74.5 -0.8,-2 -0.7,-3.4 0.3,-5.9 0.8,-2 1.4,-6.8 1.4,-12.1 0,-8.7 0,-8.8 -2.8,-9.9 -2.2,-0.9 -3.5,-0.9 -5.5,0 -2.1,0.9 -2.6,2 -3.1,6.3 -0.3,2.8 -1,8.5 -1.5,12.6 -1.2,8.7 -1.2,7.1 -0.3,18.5 0.4,4.9 1.1,9.6 1.5,10.3 1.4,2 1.1,81.7 -0.3,84.2 -1.6,2.9 -0.4,11.9 3.1,24.3 1.2,4.2 1.1,5.4 -0.4,9.6 -2.4,6.7 -2.5,34 -0.1,39.6 1.4,3.5 1.4,4.1 -0.5,9.4 -1.1,3.1 -2.1,7.2 -2.1,9.1 0,1.9 -0.2,7.4 -0.6,12.2 -0.5,6.8 -0.2,9.8 1.1,13.8 1.1,3.4 1.5,6.4 1,8.7 -1.1,6 -0.6,36.3 0.7,38.7 0.7,1.2 1,5.9 0.9,11.3 -0.1,6.4 0.3,10.2 1.3,12.8 0.9,2.1 1.6,5.5 1.6,7.6 0,3.3 -0.4,4.1 -3.1,5.5 -1.8,0.9 -4.5,1.4 -6.2,1.1 -6.1,-0.9 -13.5,4.4 -15.8,11.3 -2.3,6.7 -2.2,6.7 -19.7,6.3 -8.6,-0.2 -16.6,-0.9 -17.7,-1.4 -1.3,-0.6 -8,-0.8 -17,-0.4 -37.5,1.4 -53.8,1.6 -54.9,0.5 -0.6,-0.6 -13.7,-1 -38.2,-1 -23.8,0 -37.5,-0.4 -37.9,-1 -0.4,-0.6 -15.5,-1 -42.0001,-1 -26.49995,0 -41.59995,-0.4 -41.99995,-1 -0.4,-0.6 -6.8,-1 -16,-1 -9.2,0 -15.6,-0.4 -16,-1 -0.4,-0.6 -6.2,-1 -14,-1 -7.8,0 -13.6,-0.4 -14,-1 -0.3,-0.6 -4.4,-1 -9,-1 -4.6,0 -8.7,-0.5 -9,-1 -0.4,-0.6 -8.5,-1 -21,-1 -12.5,0 -20.6,-0.4 -21,-1 -0.4,-0.6 -8.5,-1 -21,-1 -12.5,0 -20.6,-0.4 -21,-1 -0.4,-0.6 -7.8,-1 -19,-1 -11.2,0 -18.6,-0.4 -19,-1 -0.3,-0.6 -5.1,-1 -10.9,-1 -5.6,0 -10.6,-0.4 -11.2,-0.9 -0.5,-0.5 -5.2,-1.2 -10.4,-1.5 -9.2,-0.4 -15.5,-1.3 -27,-3.6 -6.6,-1.4 -23.6,-3.1 -30.4,-3 -5,0 -8.6,-1.9 -8.6,-4.7 0,-2.2 -8,-10.3 -12.5,-12.6 -2.2,-1.1 -6,-2.3 -8.5,-2.6 l -4.5,-0.6 -0.1,-5.5 c 0,-3 -0.4,-6.6 -0.9,-8 -0.5,-1.4 -0.8,-5 -0.7,-8.1 0.2,-3.2 -0.4,-7.1 -1.3,-9.2 -2.2,-5.2 -2.1,-34.6 0.1,-40.8 1.2,-3.6 1.5,-9.2 1.3,-32 -0.1,-19.9 0.2,-28.6 1.1,-31.3 0.7,-2.3 1,-5.7 0.6,-8.5 -0.4,-2.5 -0.6,-5.1 -0.6,-5.6 0,-0.6 0.2,-4.4 0.3,-8.5 0.2,-4.1 0.9,-9.3 1.6,-11.4 0.9,-2.6 1.2,-6.8 0.9,-12.6 -0.4,-6.2 -0.1,-9.7 0.9,-12.1 1.2,-2.8 1.2,-3.8 -0.2,-7.1 -1.9,-4.9 -1.9,-9.9 0,-14.5 1.9,-4.5 1.9,-15 0.1,-19.5 -1,-2.4 -1.3,-5.3 -0.9,-9.2 0.3,-3.1 0.1,-7.4 -0.5,-9.4 -0.6,-2 -1.6,-6.4 -2.2,-9.7 -0.6,-3.3 -1.6,-7.9 -2.2,-10.2 -0.6,-2.3 -1.2,-6.4 -1.3,-9 -0.1,-2.7 -0.7,-6.6 -1.3,-8.8 -0.6,-2.2 -1.5,-5.7 -2,-7.8 -1.8,-7 -5.2,-9 -10.7,-6.5 -2.9,1.3 -2.9,1.3 -0.5,17.3 0.5,3.8 1.4,9.7 1.9,13 0.5,3.3 1.6,8.6 2.5,11.8 0.9,3.2 1.6,7.1 1.6,8.7 0,1.6 0.5,4.1 1.1,5.7 0.8,2.1 1.9,22.3 1.7,30.3 0,0.8 -0.1,6.7 -0.2,13 -0.1,6.4 -0.8,13.7 -1.5,16.3 -0.9,3.2 -1.2,7.8 -0.9,13.9 0.4,6.7 0.2,10.3 -0.9,13.6 -1.2,3.4 -1.4,7.3 -1.1,16.2 0.4,8.6 0.1,12.7 -0.8,15 -1.7,3.9 -1.8,7.4 -0.3,10.2 1.8,3.3 1.8,15.7 0.1,20.2 -1.2,3.1 -1.3,4.5 -0.3,7.1 0.7,2 0.8,4.1 0.3,5.6 -0.5,1.4 -0.5,3.7 0.1,5.6 0.8,2.5 0.7,4.3 -0.1,6.7 -1.6,4.4 -1.7,48.9 -0.1,51.8 0.8,1.5 0.8,3.1 0,5.9 -1,3.2 -0.9,4.4 0.4,6.9 0.9,1.7 1.5,4.8 1.3,6.8 -0.3,3.1 -0.7,3.7 -3.3,4.2 -6.8,1.4 -12.3,4.8 -15.1,9.2 -1.5,2.3 -3,5.6 -3.4,7.3 l -0.6,3 -34.4,-0.4 c -19,-0.1 -34.9,-0.7 -35.5,-1.2 -0.5,-0.5 -7.3,-0.9 -15.1,-0.9 -8.5,0 -14.5,-0.4 -14.9,-1 -0.4,-0.6 -9.8,-1 -25,-1 -15.2,0 -24.6,-0.4 -25,-1 -0.4,-0.6 -7.8,-1 -19,-1 -11.2,0 -18.6,-0.4 -19,-1 -0.4,-0.6 -11.4,-1 -29.9,-1 -17.7,0 -29.6,-0.4 -30.2,-1 -0.6,-0.6 -16.7,-1.1 -40.4,-1.4 -21.7,-0.2 -43.8,-0.9 -49,-1.5 -5.2,-0.7 -15.6,-1.6 -23,-2.1 -7.4,-0.5 -17.8,-1.4 -23,-2 -10.7,-1.2 -29,-2.9 -30.5,-2.9 -16.8,0.5 -20.6,1.1 -22.1,3.4 -0.9,1.3 -1.3,3.3 -0.9,4.3 0.7,2.3 3.6,2.9 21,4.2 6.6,0.5 16.7,1.4 22.5,2 5.8,0.6 18.4,1.5 28,2 9.6,0.5 22.2,1.4 28,2 5.8,0.7 33.4,1.4 61.5,1.6 31.4,0.3 51.3,0.8 51.9,1.4 0.6,0.6 12.1,1 29.2,1 17.8,0 28.5,0.4 28.9,1 0.4,0.6 9.2,1 23,1 13.8,0 22.6,0.4 23,1 0.4,0.6 6.8,1 16,1 9.2,0 15.6,0.4 16,1 0.4,0.6 8.2,1 20,1 11.8,0 19.6,0.4 20,1 0.4,0.6 7.4,1 17.7,1 14.3,0 17.4,0.3 18.9,1.6 1.1,1 3.8,1.7 6.6,1.8 4.4,0.1 4.8,0.3 5.4,3.1 0.3,1.6 1.6,4.7 2.9,6.8 4.3,7.2 21.2,15.9 27.7,14.3 1.5,-0.4 4.4,-1 6.3,-1.5 5.3,-1.2 13.4,-5.7 16.1,-8.8 1.3,-1.6 3.9,-5.9 5.8,-9.5 l 3.4,-6.7 13.1,0.5 c 7.2,0.3 14,0.8 15.1,1.1 1.1,0.3 5.2,0.9 9,1.4 3.9,0.5 10.6,1.4 15,2 4.4,0.6 13.4,1.3 20,1.5 6.6,0.3 12.4,0.9 12.9,1.5 0.6,0.5 7,0.9 14.2,0.9 7.8,0 13.5,0.4 13.9,1 0.4,0.6 6.8,1 16,1 9.2,0 15.6,0.4 16,1 0.4,0.6 12.1,1 31.9,1 17.7,0 31.6,0.4 32.2,0.9 1.1,1.1 11.5,2 31.9,2.7 8.3,0.3 15.4,0.9 15.9,1.5 0.6,0.5 4.3,0.9 8.2,0.9 4,0 7.6,0.4 7.9,1 0.4,0.6 17.5,1 48,1 30.49995,0 47.60005,0.4 48.00005,1 0.4,0.6 15.5,1 42,1 26.5,0 41.6,0.4 42,1 0.4,0.6 16.8,1 46,1 30.1,0 45.6,0.3 46,1 0.4,0.6 3.5,1 7,0.9 5.9,-0.2 6.7,0.1 10.2,3.1 2.1,1.8 4.9,4.9 6.3,6.9 1.5,2.1 5.1,5 8.5,6.8 5.1,2.7 7.1,3.2 12.9,3.3 4.8,0 7.9,-0.6 10.5,-1.9 2,-1 5.7,-2.6 8.3,-3.6 7.6,-2.7 11.3,-5.6 11.6,-9.3 0.5,-5.3 3.5,-5.9 25.2,-4.9 37.1,1.6 52.3,1.8 53.4,0.7 1.3,-1.3 20.8,-1.4 22.2,-0.1 1.1,1.2 18.7,2 56.9,2.7 16,0.2 28.4,0.9 28.9,1.4 0.6,0.6 3.8,1 7.2,1 3.5,0 6.6,0.4 6.9,1 0.4,0.6 5.8,1 13,1 7.2,0 12.6,0.4 13,1 0.4,0.6 6.8,1 15.9,1 8.3,0 15.6,0.4 16.2,1 1.1,1.1 23.5,1.9 73.4,2.5 22,0.3 39.4,0.9 40.5,1.5 5.7,2.7 82.6,2.7 88,-0.1 1.3,-0.6 9.1,-0.8 21,-0.6 18.9,0.5 25.2,1 29,2.7 1.1,0.5 9.5,1 18.5999,1.3 17.9001,0.4 21,1.2 22.8001,6 1,2.5 7.9,7.7 10.1999,7.7 0.9001,0 2.4001,0.9 3.4001,2 2,2.2 6,2.6 10.9,1 1.6999,-0.5 6.3,-1.9 10.1,-3 8,-2.4 12.8,-6.4 14.5999,-11.9 2.1001,-6.7 5.4001,-8.6 10.2001,-5.9 1.2,0.7 7.6,1.6 14.2,2.1 6.5999,0.4 18.8,1.2 27,1.7 8.3,0.6 22,1.4 30.5,1.9 15.3,0.9 24.5,2 26.5999,3.4 0.6001,0.3 5.3001,0.9 10.5,1.3 5.2001,0.3 13.9001,1 19.4001,1.6 5.5,0.5 19.9,1.1 32,1.4 12.1,0.3 22.4,0.9 22.9,1.4 1.4,1.4 12.3,1.2 16.2,-0.2 2.5,-0.9 3.9,-0.9 5.6,0 1.3,0.6 5.5,1.3 9.3,1.6 3.9,0.3 9.9,1 13.5,1.7 3.6,0.6 18.6,1.3 33.5,1.6 15.4,0.2 27.4,0.8 27.9,1.3 0.6,0.6 7.8,1 16.2,1 9.1,0 15.5,0.4 15.9,1 0.3,0.5 3.9,1 8,1 4.1,0 7.7,-0.5 8,-1 0.4,-0.6 5.5,-1 12,-1 6.5,0 11.6,-0.4 12,-1 0.3,-0.6 4.4,-1 9,-1 4.6,0 8.7,-0.5 9,-1 0.3,-0.6 3.9,-1 8,-1 4.1,0 7.7,-0.5 8,-1 0.3,-0.6 3,-1 6,-1 3,0 5.7,-0.5 6,-1 0.3,-0.6 4.4,-1 9,-1 4.6,0 8.7,-0.5 9,-1 0.3,-0.6 5.2,-1 11,-1 5.8,0 10.7,-0.4 11,-1 0.3,-0.6 4.4,-1 9,-1 4.6,0 8.7,0.4 9,1 0.9,1.4 46.8,1.3 48.2,-0.1 0.8,-0.8 1.7,-0.8 3.1,0 1.1,0.6 4.4,1.1 7.2,1.1 6.2,0 10,1.8 13.6,6.6 3.6,4.6 16.8,11.4 22.3,11.4 2.2,0 5.1,0.5 6.5,1.1 4.9,2.3 21.9,-5.1 24.5,-10.6 0.7,-1.7 2.7,-4.5 4.4,-6.3 3.4,-3.5 7.3,-4.2 12.4,-2 2.7,1.1 7.9,1.8 28.3,3.8 5.2,0.5 12.4,1.4 16,2 19.3,3.3 56.4,6.6 110.3,10 34.3,2.2 48.9,3.1 64.7,4 9.1,0.5 20.8,1.4 26,2 5.2,0.6 15.4,1.3 22.5,1.6 7.2,0.3 13.4,0.9 13.9,1.5 0.6,0.5 14.4,0.9 33.2,0.9 20.5,0 32.5,0.4 32.9,1 0.4,0.6 13.2,1 35,1 21.8,0 34.6,0.4 35,1 0.3,0.5 2.1,1 4,1 1.9,0 3.7,-0.5 4,-1 0.4,-0.6 6.8,-1 16,-1 9.2,0 15.6,0.4 16,1 0.3,0.5 3,1 6,1 3,0 5.7,0.4 6,1 0.3,0.5 2.1,1 4,1 1.9,0 3.7,0.4 4,1 0.4,0.6 7.1,1 16.9,1 8.9,0 16.6,0.4 17.2,1 0.5,0.5 8.3,1.1 17.4,1.3 18.3,0.5 22.9,1.2 34.2,5.1 4.2,1.4 8.8,2.6 10.2,2.6 1.4,0 4,0.9 5.8,2 1.8,1.1 5,2 7.1,2 3.1,0 3.9,-0.4 4.7,-2.6 0.6,-1.4 1,-3.3 1,-4.3 0,-1.9 -3.8,-4.1 -6.9,-4.1 -1,0 -3.3,-0.8 -5.1,-1.7 -1.9,-0.9 -5.2,-2 -7.4,-2.5 -2.3,-0.5 -5.9,-1.4 -8.1,-1.9 -2.2,-0.6 -5.8,-1.3 -8,-1.6 -2.2,-0.3 -4.4,-0.9 -4.9,-1.4 -0.6,-0.5 -6.1,-0.9 -12.2,-0.9 -6.5,0 -11.5,-0.4 -11.9,-1 -0.4,-0.6 -5.7,-1 -12.6,-1 -7.7,0 -12.6,-0.4 -13.9,-1.2 -1.5,-1 -2.2,-1 -3.2,0 -1.5,1.5 -15.4,1.7 -16.3,0.2 -0.3,-0.6 -2.6,-1 -5,-1 -2.4,0 -4.7,-0.5 -5,-1 -0.3,-0.6 -2.6,-1 -5,-1 -2.4,0 -4.7,-0.5 -5,-1 -0.4,-0.6 -12.5,-1 -33,-1 -20.5,0 -32.6,-0.4 -33,-1 -0.4,-0.6 -12.2,-1 -32,-1 -19.8,0 -31.6,-0.4 -32,-1 -0.8,-1.3 -18.8,-1.3 -20.2,0.1 -1.3,1.3 -19.7,0.6 -27.3,-1.1 -3,-0.7 -11.8,-1.4 -19.5,-1.7 -7.7,-0.2 -14.4,-0.8 -14.9,-1.4 -0.6,-0.5 -5.2,-0.9 -10.2,-0.9 -5.1,0 -9.6,-0.5 -9.9,-1 -0.4,-0.6 -7.2,-1 -17,-1 -9.8,0 -16.6,-0.4 -17,-1 -0.4,-0.6 -7.8,-1 -18.9,-1 -10,0 -18.6,-0.4 -19.2,-0.9 -0.5,-0.5 -5.2,-1.2 -10.4,-1.5 -19.4,-1.2 -49.1,-3.6 -67,-5.6 -5.2,-0.6 -14.2,-1.4 -20,-1.9 -5.8,-0.5 -13,-1.4 -16,-2.1 -3,-0.6 -8.5,-1.5 -12.2,-2.1 -3.8,-0.5 -10.1,-1.4 -14,-2 -4,-0.6 -11,-1.2 -15.6,-1.2 l -8.4,-0.2 -2.5,-6 c -1.6,-4.1 -3.9,-7.3 -7,-10.1 l -4.6,-4 -0.2,-21.5 c -0.1,-20.1 -1.2,-32 -3.1,-35 -0.4,-0.7 -0.9,-6.1 -1,-11.9 -0.3,-13.6 -1.7,-28.1 -2.8,-29.9 -0.7,-1.2 -1.6,-15 -1.5,-24.9 0.1,-13.8 -0.1,-18.8 -0.9,-26.7 -0.5,-5 -1.4,-10.5 -2.1,-12.3 -0.7,-1.8 -1,-4 -0.7,-4.9 0.4,-0.9 0.6,-13.9 0.6,-28.8 0,-22.5 -0.3,-27.9 -1.6,-31 -1.4,-3.5 -1.4,-4.2 0.1,-8.1 1.7,-4.4 1.7,-4.7 0,-48.4 -0.3,-8 -1,-15.8 -1.5,-17.4 -0.7,-1.9 -0.6,-4.1 0.1,-6.5 1,-3.4 0.9,-8 -0.7,-35.8 -0.3,-6.7 -0.1,-10.9 0.6,-12.3 1.7,-3.1 -0.4,-5 -5.4,-5 -3.1,0 -4.8,0.6 -6.4,2.3 -2.3,2.4 -2.9,6.6 -1.2,8.3 1.2,1.2 3,111.2 2.1,130.4 0,1.4 0.4,7.2 0.9,13 0.6,5.8 1,12 1,13.7 -0.5,13.7 0,35.3 1,42.3 0.6,4.7 1.5,19.1 1.9,32 0.5,12.9 1.4,26 2.1,29 0.7,3 1.5,12.9 1.9,22 0.3,9.1 1,17.2 1.5,17.9 0.5,0.8 0.9,7.4 0.7,14.7 -0.2,10.1 0.1,14 1.3,16.9 0.9,2.1 1.6,5.4 1.6,7.4 0,2 0.5,4.2 1.2,4.9 1.4,1.4 0.3,1.8 -7.1,2.6 -3,0.3 -7.6,1.7 -10.3,3.1 -3.7,1.9 -5.8,2.4 -8,2 -6.4,-1.4 -12.6,3 -15.9,11.4 -3.3,8.4 -3.6,8.6 -13.1,8.2 -4.6,-0.1 -8.7,-0.7 -9.2,-1.2 -1.3,-1.2 -5.3,-1.2 -6.1,0.1 -0.4,0.6 -7.8,1 -19,1 -11.2,0 -18.6,-0.4 -19,-1 -0.4,-0.6 -7.5,-1 -18,-1 -10.5,0 -17.6,0.4 -18,1 -0.3,0.5 -3,1 -6,1 -3,0 -5.7,0.4 -6,1 -0.3,0.5 -3.5,1 -7,1 -3.5,0 -6.7,0.4 -7,1 -0.3,0.5 -3.5,1 -7,1 -3.5,0 -6.7,0.4 -7,1 -0.3,0.5 -4.4,1 -9,1 -4.6,0 -8.7,0.4 -9,1 -0.3,0.5 -4.4,1 -9,1 -4.6,0 -8.7,0.4 -9,1 -0.4,0.6 -11.8,1 -31,1 -19.2,0 -30.6,-0.4 -31,-1 -0.4,-0.6 -9.2,-1 -23,-1 -13.8,0 -22.6,-0.4 -23,-1 -0.3,-0.6 -4.2,-1 -8.6,-1 -4.4,0 -8.8,-0.4 -9.7,-0.9 -2.1,-1.1 -19.4,-2.2 -43.7,-2.7 -9.9,-0.2 -18.9,-0.9 -20,-1.4 -1.1,-0.5 -8.7,-1.2 -17,-1.4 -8.2,-0.3 -18.8,-1 -23.5,-1.6 -8.4001,-1.1 -23.9001,-2.5 -39.5,-3.5 -4.4001,-0.3 -8.9001,-1 -10,-1.5 -1.1,-0.5 -6.3,-1.2 -11.5,-1.5 -5.2,-0.3 -16.7,-1 -25.5,-1.6 -8.8,-0.5 -22.5,-1.2 -30.5,-1.3 l -14.4001,-0.4 -1.0999,-6.3 c -1.3,-8.1 -6.6,-16 -11.2,-17 -1.6,-0.3 -3.5,-0.9 -4.2001,-1.3 -1.6999,-1.1 -4.1999,-7.7 -3.5999,-9.6 0.3,-0.9 -0.1,-3.4 -0.8,-5.6 -0.9,-2.6 -1.2,-7 -1,-13.4 0.3,-5.2 -0.1001,-13.1 -0.7,-17.5 -0.7,-4.4 -1.1,-13 -1,-19.2 0.1,-6.9 -0.3,-11.9 -1,-13.3 -0.8,-1.5 -1.3,-12.4 -1.5,-34.8 -0.1,-18 -0.3,-33.8 -0.4001,-35.2 -0.1999,-7.8 0.9001,-24 1.9001,-27 0.7,-2.3 0.9,-8.9 0.5999,-19.5 -0.2999,-8.8 -0.5999,-18.8 -0.5,-22.3 0,-7.2 -0.1,-45.7 -0.1,-69.5 -0.1,-8.9 0.2,-21.1 0.5,-27.1 0.5,-8.4 0.3,-11.6 -0.9001,-14.6 -1.0999,-2.8 -1.2999,-5.7 -0.8999,-10.9 0.7,-8.2 -0.3,-10.1 -5.2,-10.1 -2.5,0 -3.9001,0.7 -5.5,2.7 z" />
+  <path
+     style="fill:#000000;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path44"
+     d="m 351.44345,329.5496 c -2.7,1.5 -5.5,3.7 -6.1,4.9 -0.6,1.2 -1.8,3 -2.6,3.9 -1.8,2 -2.8,9.3 -3.1,22.3 -0.1,4.8 -0.8,9.5 -1.5,10.8 -1,1.8 -1.1,3.8 -0.4,8.5 0.6,3.4 1.2,6.6 1.4,7.2 0.3,1 -1.5,7.6 -3.3,12.3 -1.3,3.3 -1.1,9.6 0.3,11 1.6,1.6 11.3,1.6 12.6,-0.1 1.3,-1.5 2.1,-11.9 2.5,-29.7 l 0.2,-13.5 5.7,-0.7 c 3.4,-0.4 8.1,-2 11.8,-4 3.4,-1.8 8,-4.3 10.2,-5.5 7.6,-4.1 8.8,-5.9 8.8,-12.8 0,-5.7 -0.2,-6.3 -3.7,-9.7 -2.1,-2 -5.6,-4.2 -7.8,-4.9 -2.2,-0.7 -4.4,-1.7 -4.9,-2.1 -0.6,-0.4 -4.2,-0.8 -8,-0.7 -5.7,0.1 -8.1,0.6 -12.1,2.8 z m 18.2,8.3 c 1.5,0.6 3.6,1.8 4.5,2.6 2.8,2.3 0,6.5 -5.4,8.2 -2.4,0.7 -5.7,2.7 -7.4,4.3 -4.3,3.9 -7.2,3.4 -9,-1.8 -1.9,-5.5 -1.8,-6.8 0.9,-9.2 5.4,-5 11.1,-6.4 16.4,-4.1 z" />
+  <path
+     style="fill:#000000;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path46"
+     d="m 66.44345,391.9496 c -13.5,8.1 -19.1,12.8 -22.2,18.4 -1.5,2.7 -1.7,9.9 -0.3,10.8 0.6,0.3 1,1.3 1,2.2 0,2.4 6.4,11.5 10.9,15.6 2.2,2 4.7,5 5.6,6.7 0.8,1.6 1.9,3 2.3,3 1.9,0 4.2,7.4 4.2,13.5 l 0,6.4 -4.7,2.1 c -2.7,1.2 -7,2.4 -9.8,2.6 -5.6,0.4 -17.5,2 -22,2.9 -1.7,0.4 -5.6,-0.1 -9,-1 -3.3,-1 -7,-1.9 -8.3,-2.2 -1.2,-0.3 -2.7,-1.3 -3.2,-2.3 -1.2,-2.3 -7.6,-3.5 -9.6,-1.9 -1.9,1.5 -1.8,4.5 0.2,6.1 0.8,0.7 3.2,3 5.4,5 2.1,2.1 4.7,3.8 5.7,3.8 1.1,0 2.3,0.4 2.9,0.9 1.3,1.2 9.5,2.3 17.9,2.2 20.1,0 42.7,-4.9 44.5,-9.6 0.4,-1.1 1.5,-2.7 2.4,-3.4 1.3,-1.1 1.6,-3.3 1.6,-10.8 0,-12.5 -1.3,-15.3 -12.6,-26.8 -2.7,-2.7 -5.7,-6.6 -6.6,-8.7 -0.9,-2.1 -2.1,-3.8 -2.7,-3.8 -0.5,0 -1.9,-1.4 -3.1,-3 -1.9,-2.7 -2,-3.3 -0.8,-6 0.7,-1.7 2,-3.3 3,-3.5 0.9,-0.3 1.9,-1.2 2.1,-1.9 0.3,-0.8 3.6,-2.9 7.3,-4.7 7.9,-3.9 13.2,-4.2 18.5,-1 3.8,2.3 7.9,2.7 9.7,0.9 2.9,-2.9 -0.1,-9.8 -4.2,-9.8 -1.3,0 -3.1,-0.9 -4.1,-2 -1.6,-1.7 -3,-2 -10.9,-1.9 -5.2,0 -10,0.5 -11.1,1.2 z" />
+  <path
+     style="fill:#000000;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path50"
+     d="m 3389.4435,480.5496 c -2.2,0.4 -3.5,1.6 -4.8,4.4 -1.6,3.4 -1.7,5.9 -1.4,18.5 0.3,8.1 1,17.6 1.6,21.2 1.9,10.5 3.2,21.8 3.7,32.5 0.5,8.4 0.9,10.4 2.6,12.2 2.4,2.5 6,3 7.5,1 1.6,-1.9 2.1,-9.7 1.1,-15.7 -0.5,-3 -1.3,-9.3 -1.8,-14 -0.4,-4.7 -1.4,-10.5 -2.1,-13 -1.6,-5.8 -2.4,-34.9 -1,-36.3 1.8,-1.8 1.4,-10.4 -0.5,-11.1 -0.9,-0.3 -1.6,-0.5 -1.7,-0.5 -0.1,0.1 -1.5,0.4 -3.2,0.8 z" />
+  <path
+     style="fill:#000000;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path52"
+     d="m 3243.5435,486.1496 c -2.5,1.9 -9,15.6 -12.8,27 -3.5,10.4 -4.9,21.1 -4.7,37.6 0,6.5 -0.4,12 -0.9,12.3 -1.8,1.1 -6.2,-3.5 -9.2,-9.7 -3.4,-7 -3.9,-13.3 -1.5,-19.2 0.9,-2 1.3,-4.5 1,-5.5 -0.6,-1.9 1.7,-11.6 3.6,-15.2 0.5,-1 0.9,-3.8 0.9,-6.3 0,-4.8 -0.3,-5 -6,-4.5 -3.6,0.3 -5,1.8 -5,5.6 0,1.8 -0.9,5.3 -1.9,7.6 -4.2,9.5 -5.4,13 -6.5,19 l -1.1,6.3 -6,0.6 c -3.3,0.3 -6.7,0.9 -7.7,1.3 -1.1,0.5 -1.8,0.2 -2.3,-1.3 -0.9,-3 -7.3,-5.5 -10.3,-4.2 -1.3,0.6 -3.4,1.1 -4.7,1.1 -1.3,0 -2.7,0.4 -3,1 -0.3,0.5 -3.4,1 -6.8,1 -3.4,0 -6.7,0.4 -7.3,0.8 -0.6,0.4 -2.3,3.3 -3.9,6.5 -2.1,4.4 -2.5,6.1 -1.6,7 0.6,0.6 1.1,4.6 1.1,9.7 0,5.4 0.5,9.1 1.2,9.8 0.7,0.7 3,1.2 5.3,1.2 2.3,0 4.6,-0.5 5.3,-1.2 1.4,-1.4 1.6,-6.4 0.3,-7.2 -1.3,-0.9 -2.3,-13.4 -1.2,-15.5 0.7,-1.1 2.5,-2.1 4.8,-2.4 2.1,-0.3 6.9,-1.3 10.6,-2.2 3.7,-1 7,-1.5 7.4,-1.2 0.5,0.6 -0.8,3.5 -4.3,9.4 -1.6,2.7 -1.7,3.6 -0.6,5.3 0.6,1.1 1.2,2.8 1.2,3.8 0,2.4 7.1,9.2 9.6,9.2 1.1,0 2.6,0.6 3.2,1.2 1,1 1.7,1 3.2,0 1.1,-0.6 2.8,-1.2 3.9,-1.2 1,0 4.1,-2 6.9,-4.5 2.7,-2.5 5.5,-4.5 6.1,-4.5 0.7,0 1.7,1.3 2.2,3 1.2,3.3 1.2,3.3 8.3,3.4 4.8,0.1 5,0.2 5.9,3.6 0.5,1.9 1,5.5 1.1,8 l 0.1,4.5 -7,2 c -3.8,1.1 -7.6,2.4 -8.2,2.8 -2,1.3 -1.5,6.2 0.8,8.3 1.2,1 3.2,3.5 4.5,5.4 1.2,1.9 5.1,6.5 8.6,10.2 3.5,3.7 7.2,7.9 8.3,9.3 1.1,1.5 3.2,3.9 4.6,5.4 1.4,1.4 3.8,4.8 5.3,7.6 3.7,6.6 4.5,7.5 6.7,7.5 4.1,0 6.7,-2.1 7.3,-6.1 0.5,-3.2 0.1,-4.5 -2.5,-8.4 -1.7,-2.6 -3.7,-6.5 -4.4,-8.9 -0.7,-2.3 -2.2,-5.7 -3.4,-7.6 -1.1,-1.9 -2.1,-4.1 -2.1,-4.9 0,-1.3 -3.8,-10.4 -6.1,-14.5 -1.2,-2.1 -0.5,-3.1 3.3,-5 1.6,-0.8 2.3,-2 2.3,-4.1 0,-2.7 -0.3,-3 -4,-3.5 l -3.9,-0.5 -1.7,-7.2 c -0.9,-4 -1.3,-7.5 -1,-7.9 0.3,-0.3 0.6,-4.5 0.6,-9.2 l 0,-8.7 4.5,-0.1 c 6,-0.2 8.1,-1.1 13.4,-6.2 4.1,-3.9 4.6,-4.9 4.6,-8.7 0,-2.4 0.5,-4.7 1,-5 0.6,-0.3 1,-5.2 1,-11 0,-5.8 -0.4,-10.7 -1,-11 -0.5,-0.3 -1,-2.2 -1,-4.1 0,-3.5 -2.9,-10.8 -6.2,-15.7 -2.1,-3 -5.2,-3.5 -8.2,-1.2 z m 5.4,15 c 0.8,1 1.4,6.3 1.8,14.8 0.4,12.1 0.3,13.6 -1.7,17.4 -2.5,5.1 -4.9,6.5 -9.9,6.1 -4.9,-0.4 -5.2,-2.6 -1.8,-13.2 1.4,-4.5 3.8,-12.3 5.3,-17.4 2.8,-9.1 3.9,-10.6 6.3,-7.7 z m -48.7,50.8 c 0.7,1.9 -0.4,6.8 -2.1,9.4 -1,1.7 -2.4,2.3 -5.1,2.3 -2,0 -4.2,-0.5 -4.9,-1.2 -1.4,-1.4 -1.6,-5.7 -0.3,-7.7 2.1,-3.3 11.4,-5.4 12.4,-2.8 z m 30.9,44.9 c 1.8,1.5 5,10.6 4.2,11.9 -0.3,0.5 -1.4,0.9 -2.4,0.9 -2.1,0 -8,-8.1 -8,-11 0,-2.8 3.5,-3.9 6.2,-1.8 z" />
+  <path
+     style="fill:#ff0000;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path56"
+     d="m 644.94345,507.1496 c -1,1.2 -0.8,2.2 1.4,5.5 1.4,2.2 2.6,5.3 2.6,6.9 0,1.6 0.7,3.4 1.6,4.2 1.8,1.5 10.4,18.2 10.4,20.2 0,0.7 0.8,2.4 1.7,3.7 2,2.7 6.3,12.8 6.3,14.6 0,0.6 0.8,2.2 1.8,3.5 1.8,2.4 12.2,27.8 12.2,29.8 0,0.7 1.3,3.7 2.9,6.9 1.5,3.1 4.3,10.1 6,15.4 1.8,5.4 3.7,10 4.2,10.3 0.5,0.4 0.9,2.1 0.9,3.9 0,1.8 0.8,4.4 1.8,5.7 1,1.3 2.8,5.1 4.1,8.4 3.8,10 7.1,17.8 8.6,20.8 0.8,1.6 1.5,5 1.5,7.6 0,3.3 0.6,5.6 2,7.4 1.1,1.4 2,3.5 2,4.6 0,1.2 1.3,4.7 2.9,7.9 1.6,3.1 3.6,8.1 4.5,11.1 0.9,3 2.2,6.1 3,7 1.6,1.9 7.6,20.2 7.6,23.3 0,1.3 0.9,4.7 2,7.6 1.1,2.9 2,6.6 2,8.3 0,3.2 2.4,8.7 4.6,10.4 0.7,0.5 1.5,3.5 1.8,6.5 0.2,3 0.9,7.9 1.5,10.7 0.6,2.9 1.5,7.4 2,10 1.1,5.9 5.6,22.8 7,26.6 0.6,1.6 1.1,4.1 1.1,5.6 0,1.6 0.7,4.6 1.6,6.7 1.7,4.1 3,10.3 4.3,21.4 0.5,3.6 2.7,11.9 5.1,18.5 2.6,7.5 4.5,15 5,20 1.4,12.9 2.5,18.3 4.2,20.2 1.6,1.7 1.8,3.5 3.6,23.3 0.4,4.7 1.1,9.2 1.7,10 0.5,0.8 0.8,6 0.6,11.6 -0.1,7.5 0.2,11.2 1.3,13.9 0.9,2.1 1.6,5.5 1.6,7.5 0,2.1 0.8,5.1 1.7,6.8 1.8,3.1 1.3,5.9 -1.2,6.8 -2.2,0.9 -4.3,-1.3 -5,-5 -0.5,-2.5 -1.4,-3.5 -4.8,-4.9 -9.2,-3.8 -17.3,-1 -15.9,5.6 0.2,0.9 2.8,2.9 5.8,4.4 5.9,2.9 11.4,9.1 11.4,12.8 0,3 10.4,18.6 13.8,20.7 3.9,2.4 9.2,2.3 9.9,-0.1 0.3,-1.1 1.3,-2.1 2.4,-2.4 1.9,-0.5 3.3,-3.1 4.4,-8 0.3,-1.6 1.9,-4.1 3.6,-5.7 4.2,-3.8 5.9,-7.5 5.9,-12.6 l 0,-4.4 -4.3,0 c -4.7,0 -6.3,1.1 -9.1,6.8 -1.4,2.7 -2,3.1 -3.1,2.2 -1.1,-0.9 -1.3,-2.6 -0.9,-6.9 0.5,-4.2 0.1,-7 -1.4,-11.4 -1.5,-4.2 -1.9,-7.1 -1.5,-11.2 0.4,-3.5 0.1,-6.6 -0.8,-8.7 -0.7,-1.8 -1.4,-7.3 -1.5,-12.3 -0.2,-11.4 -2.5,-26.8 -5.4,-37 -0.6,-2.2 -1.5,-6.7 -2,-10 -1.6,-10.7 -2.7,-15.9 -4.5,-21.5 -3.4,-11 -5.4,-18.6 -6.6,-24.5 -0.6,-3.3 -1.8,-7.8 -2.6,-10 -0.9,-2.2 -1.9,-6.7 -2.4,-10 -1.4,-9.9 -2.5,-15.8 -3.7,-18.6 -0.6,-1.5 -2.3,-7.8 -3.7,-14 -1.5,-6.3 -4,-16.7 -5.6,-23.2 -1.6,-6.6 -2.9,-13 -2.9,-14.3 0,-1.4 -1.3,-5.1 -3,-8.4 -1.6,-3.3 -3,-7.3 -3,-9 0,-1.7 -0.9,-4.8 -2,-7 -1.1,-2.2 -2,-5.1 -2,-6.5 0,-2.9 -4.2,-16 -6.5,-20.6 -0.8,-1.5 -1.5,-3.9 -1.5,-5.2 0,-1.3 -0.8,-3.5 -1.8,-4.8 -2.7,-3.5 -8,-17.8 -10.3,-27.7 -1.2,-4.8 -3.4,-11.5 -5,-15 -1.6,-3.4 -2.9,-7.1 -2.9,-8.1 0,-1 -1.1,-4.5 -2.6,-7.7 -1.4,-3.3 -3.1,-7.3 -3.8,-8.9 -0.7,-1.7 -2,-5.7 -2.9,-9 -1.9,-7.6 -7.1,-19.9 -9.6,-23.2 -1.1,-1.3 -2.3,-4.5 -2.7,-7.1 -0.4,-2.6 -1.6,-6.5 -2.7,-8.7 -2.6,-5.3 -7.7,-17.7 -7.7,-19.1 0,-0.5 -1.1,-2.5 -2.4,-4.3 -1.3,-1.8 -2.7,-4.8 -3.1,-6.8 -0.5,-3 -7.9,-18.1 -21,-43.5 -1.5,-2.8 -3.3,-4.5 -6.4,-5.9 -5.2,-2.3 -6.5,-2.4 -8.1,-0.4 z" />
+  <path
+     style="fill:#000000;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path60"
+     d="m 3361.4435,512.7496 c -5.2,2.5 -5.4,7.9 -0.5,10.4 5.8,3 10,0.9 10,-5 0,-5.6 -4.2,-8 -9.5,-5.4 z" />
+  <g
+     id="g3214"
+     style="fill:#ff0000"
+     transform="translate(-3.2000002,1.6000001)">
+    <path
+       d="m 537.14345,504.9496 c -2.3,2.4 -3.1,9 -1.2,10.2 0.6,0.4 1,6.4 1,14.8 0,9.6 0.5,15.5 1.4,18.2 1.4,4 1.2,9.1 -0.5,10.9 -1.5,1.7 -1,3.6 1.6,6.1 1.8,1.9 3.4,2.5 6.7,2.5 4,-0.1 14,-2.9 15.5,-4.4 1.1,-1 5.8,-0.7 7.1,0.6 2.2,2.2 1.4,5.8 -1.5,7 -3.8,1.6 -6.3,4.8 -6.3,8 0,3 3.1,9.2 6.1,12.3 2.9,2.8 11.9,15.8 11.9,16.9 0,0.5 0.8,1.9 1.9,3 1,1.2 2.5,4.8 3.3,8.1 l 1.5,6 4.7,0.3 c 2.7,0.2 5.4,-0.2 6.2,-0.9 1.8,-1.5 1.8,-6.9 -0.1,-10.5 -1,-1.9 -1.3,-4.3 -0.9,-6.9 0.3,-2.6 0,-5.3 -1,-7.7 -1.1,-2.4 -1.4,-5.1 -1,-8 0.4,-2.9 0.1,-6.1 -1,-9.1 -1.8,-5.5 -2.1,-14 -0.5,-18.5 0.8,-2.2 0.7,-3.6 -0.1,-5.3 -1.1,-2 -0.5,-2.9 7.6,-10.5 4.8,-4.6 9,-8.4 9.3,-8.4 0.3,0 1.2,0.4 2,0.9 1.1,0.7 1.1,1.5 0.1,4.7 -0.7,2.2 -2.2,5.2 -3.3,6.7 -1.8,2.6 -1.8,3.4 -0.7,10 0.7,4 1.4,8.9 1.7,10.9 0.3,2 1.4,4.4 2.4,5.4 1,0.9 1.9,2.3 1.9,3 0,0.8 1.3,2 3,2.9 2.4,1.3 3.7,1.3 7.4,0.3 2.5,-0.7 4.8,-1.8 5,-2.5 0.9,-2.3 -1.2,-6.2 -3.8,-6.9 -2.9,-0.7 -5.9,-7.6 -5.4,-12.6 l 0.3,-3.3 6.7,0.3 c 5.9,0.3 6.8,0.1 8.2,-2 0.9,-1.2 1.6,-3.2 1.6,-4.4 0,-3.9 -2.9,-5 -11.5,-4.2 -3.7,0.4 -4.4,-1.9 -2.1,-6.7 0.9,-1.8 1.6,-5.4 1.6,-7.9 0,-4 -0.3,-4.8 -2.5,-5.6 -1.7,-0.6 -3.3,-0.6 -4.9,0.2 -1.4,0.6 -3.2,0.8 -4.2,0.4 -1.4,-0.5 -1.5,-1.7 -0.9,-9.1 0.8,-10 0.1,-11.5 -5.4,-11.5 -2.9,0 -4.4,0.7 -6.8,3.2 -3.4,3.5 -9.3,15.1 -9.3,18.1 0,1 -0.7,3.1 -1.5,4.7 -1.5,2.9 -1.5,2.9 -5.2,1.4 -2.1,-0.9 -4.2,-2 -4.7,-2.5 -0.6,-0.5 -2.6,-0.9 -4.6,-0.9 -4.1,0 -9,4.2 -9,7.7 0,1.1 -0.8,4.4 -1.7,7.2 -1.9,5.9 -5.3,8.4 -10.6,7.9 l -3.2,-0.3 -0.2,-9 c -0.7,-31 -1.4,-38.9 -3.6,-41.3 -2.6,-2.8 -5.8,-2.8 -8.5,0.1 z m 65.6,27 c 0.4,2.2 -2.7,3.5 -3.8,1.6 -1,-1.5 0.7,-4.2 2.4,-3.6 0.6,0.2 1.2,1.1 1.4,2 z m -22.3,44.5 c 1.2,0.8 3.5,9.2 3.5,12.6 0,1.3 -0.6,2.6 -1.4,2.9 -1.7,0.7 -5.6,-1.9 -5.6,-3.7 0,-0.7 -0.9,-2.5 -2,-3.9 -2.2,-2.8 -2.7,-7.3 -0.7,-8 1.9,-0.8 5.1,-0.8 6.2,0.1 z"
+       id="path54"
+       inkscape:connector-curvature="0"
+       style="fill:#ff0000;stroke:none" />
+    <path
+       d="m 518.74345,529.7496 c -0.9,0.5 -2.9,0.8 -4.5,0.7 -6.4,-0.4 -8.2,0.2 -9.8,3.2 -2.4,4.6 -1.9,12.6 0.9,17.5 1.4,2.3 2.6,5.4 2.8,7.1 0.3,2.6 -0.1,3 -3.9,4.2 -4.7,1.5 -5.8,3.3 -4,6.5 3.2,5.8 6.7,8 9.3,5.9 0.5,-0.4 2.7,-1.4 4.9,-2.1 5.8,-1.9 9.5,-5.7 9.5,-9.7 0,-1.8 -0.4,-3.6 -1,-3.9 -0.5,-0.3 -1,-1.4 -1,-2.4 0,-1 -1.6,-3.8 -3.5,-6.2 -2.4,-3 -3.5,-5.5 -3.5,-7.7 0,-3.1 0.1,-3.2 4.3,-3.2 2.4,0 4.8,-0.5 5.5,-1.2 1.7,-1.7 1.5,-5.3 -0.5,-7 -2.9,-2.4 -3.7,-2.7 -5.5,-1.7 z"
+       id="path62"
+       inkscape:connector-curvature="0"
+       style="fill:#ff0000;stroke:none" />
+  </g>
+  <g
+     id="g3218"
+     style="fill:#ff0000"
+     transform="translate(-16.000001,-1.6000001)">
+    <path
+       d="m 999.44345,511.2496 c -1.4,1.5 -2.5,3.5 -2.5,4.6 0,1 -0.8,3.3 -1.7,5.1 -1.3,2.3 -1.8,5.9 -2,12.7 -0.3,13 -0.3,16.7 0,22.7 0.1,2.8 -0.1,5.5 -0.6,5.9 -0.4,0.4 -2.3,0 -4.2,-0.9 -2,-0.9 -4.9,-1.7 -6.5,-1.7 -4,0 -4,-2.5 -0.1,-4.8 5.1,-2.9 6.2,-7.3 3.6,-13.6 -1.2,-2.7 -2.3,-3.8 -4.5,-4.3 -1.7,-0.3 -3.3,-1 -3.6,-1.4 -0.7,-1.3 -3.8,-1.1 -6.9,0.3 -3.5,1.6 -5.6,6.7 -6.3,15.8 -0.7,7.4 -0.7,7.5 -3.7,7.8 -1.6,0.1 -4.7,1 -6.7,1.9 -3.1,1.3 -4,1.3 -5.3,0.3 -1.9,-1.6 -1.9,-10.1 0,-15.5 0.8,-2.2 1.5,-7.5 1.5,-11.8 0,-4.3 0.5,-8.7 1.1,-9.9 1.5,-2.8 -0.9,-10.6 -3.9,-12.6 -1.8,-1.2 -2.7,-1.2 -5.2,-0.2 -3.8,1.6 -6,7.7 -4.1,11.4 0.9,1.6 1.1,4.2 0.7,7.7 -0.4,3 -1.1,10.6 -1.6,16.9 -0.5,6.3 -1.2,14.1 -1.6,17.3 -0.8,7.5 0.4,9.1 6,8.3 2.3,-0.4 7,-1 10.6,-1.5 3.6,-0.4 7.8,-1.3 9.3,-1.9 1.6,-0.7 7,-1.2 12.1,-1.2 7.8,0 9.7,-0.3 11.9,-2 3.5,-2.8 6.5,-2.6 7.3,0.5 1,4 -1.2,5.8 -6.4,5.2 -6.6,-0.7 -15.2,2.4 -15.2,5.6 0,1.1 4,9.9 7.6,16.9 1.3,2.5 2.9,6.8 3.4,9.5 3.1,15.1 4.6,17.2 11.9,17.3 l 4.4,0 -0.6,-14 c -0.7,-15 -0.3,-18.3 4.00005,-31.3 1.4,-4.3 2.7,-10.6 3,-14 0.7999,-8.6 1.7,-10.1 5.6,-9.2 1.8,0.3 5.1999,0.9 7.6999,1.2 5.7001,0.6 8.2001,2.8 7.9001,6.8 -0.8,11.2 5.4,18.5 15.6,18.5 3.2,0 5.1,-0.6 6.5,-2 3.1,-3.1 2.4,-4.6 -3.2,-6.6 -4.7,-1.7 -5.6,-2.5 -7.6,-6.8 -3.6,-7.4 -3,-7.9 8.8,-7.1 11,0.8 10.6,1.1 10,-5.5 -0.4,-4.5 -1.8,-5.3 -9,-4.7 -4.5,0.4 -7.3,0.1 -9.2,-0.9 -3.3,-1.7 -3.4,-1.9 -0.7,-7.3 1.1,-2.4 2.3,-5.9 2.6,-7.7 0.3,-1.9 1,-3.7 1.4,-4 0.5,-0.3 0.9,-2.8 0.9,-5.5 l 0,-5 -5.2,0.3 -5.3,0.3 -1.1,6.8 c -0.6,3.7 -1.9,7.5 -2.8,8.5 -1.1,1.3 -1.6,3.7 -1.6,7.3 0,3 -0.5,6 -1.2,6.7 -1.2,1.2 -10,1.7 -11.1,0.6 -0.3,-0.4 0.7999,-2.3 2.4,-4.4 3.1,-3.8 3.1,-3.8 2.7,-14.8 -0.3001,-10.1 -0.5,-11.3 -2.7,-13.6 -5.7,-6 -12.7,-7.2 -16.60005,-3 z m -9.1,71.9 c 0.9,2.3 -2.2,4.7 -4.5,3.5 -2.4,-1.3 -2.5,-3.6 -0.2,-4.8 2,-1.2 3.9,-0.6 4.7,1.3 z"
+       id="path58"
+       inkscape:connector-curvature="0"
+       style="fill:#ff0000;stroke:none" />
+    <path
+       d="m 894.64345,536.4496 c -6.1,6.1 -6.8,8.6 -4.2,13.2 2.1,3.6 1.8,5.7 -1,8.2 -3.4,3 -3.2,6.1 0.7,9.1 l 3.2,2.5 -0.3,15.4 c -0.1,8.4 -0.6,15.7 -1.2,16.2 -1.5,1.6 -1,4.1 1.4,6.3 3.7,3.5 7.9,3.4 9.5,-0.2 1.5,-3.2 1.6,-30.6 0.2,-35.4 -1.3,-4.7 -0.3,-5.6 9.5,-8.6 4.8,-1.4 8.5,-3.2 8.9,-4.1 1.1,-2.8 0.6,-6.8 -1.3,-11.9 -4.3,-11.4 -4.7,-12.1 -9.3,-13.5 -2.4,-0.7 -4.7,-1.7 -5.2,-2.2 -2.3,-1.9 -5.5,-0.5 -10.9,5 z m 14.6,10.4 c 1.7,2.3 1.9,3.1 0.9,5.3 -1.3,2.7 -4.9,3.4 -7,1.3 -1.6,-1.6 -1.5,-7.1 0,-8.6 1.8,-1.8 3.8,-1.1 6.1,2 z"
+       id="path66"
+       inkscape:connector-curvature="0"
+       style="fill:#ff0000;stroke:none" />
+  </g>
+  <path
+     style="fill:#000000;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path68"
+     d="m 3279.7435,540.7496 c -2.5,1.4 -2.4,7.5 0.1,8.8 2.4,1.3 9.3,0.3 10.9,-1.7 1.6,-2.1 1.5,-4.7 -0.4,-6.6 -1.7,-1.8 -8,-2.1 -10.6,-0.5 z" />
+  <path
+     style="fill:#000000;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path70"
+     d="m 3316.2435,543.7496 c -1.6,1.6 -1.7,12.5 -0.2,16.8 0.9,2.4 0.9,3.5 0,4.4 -2,2 -1.2,4.7 2.2,6.7 7.1,4.4 10.7,0.8 10.7,-10.8 0,-6.7 1.3,-8.5 5.7,-8 l 2.8,0.3 -0.3,7.5 c -0.1,4.1 -0.3,9.4 -0.4,11.6 -0.4,6.8 3.8,9.5 9.1,5.8 2.1,-1.5 2.2,-2 1.5,-9.1 -0.4,-5.3 -0.3,-8.2 0.6,-9.8 3.5,-6.6 -6.3,-18 -13.8,-16 -3.2,0.8 -7.2,0.8 -12.7,0 -2.6,-0.4 -4.4,-0.2 -5.2,0.6 z" />
+  <path
+     style="fill:#000000;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path76"
+     d="m 3355.4435,546.2496 c -1.7,1.2 -1.9,2.4 -1.7,7.7 0.2,3.4 0.8,6.7 1.3,7.4 0.6,0.6 1,3.5 1.1,6.4 0,6.9 3.5,11.9 8.2,11.9 1.8,0 3.7,-0.5 4.4,-1.2 1.4,-1.4 1.6,-6.4 0.3,-7.2 -1.1,-0.7 -3.3,-9.9 -4.8,-20.1 -0.3,-2.2 -1,-4.6 -1.5,-5.3 -1.4,-1.6 -4.8,-1.5 -7.3,0.4 z" />
+  <g
+     id="g3222"
+     style="fill:#ff0000"
+     transform="translate(-24.000001,0)">
+    <path
+       d="m 1334.2435,532.7496 c -1.5,2.3 -3.8,5 -5,6.2 -1.3,1.1 -2.3,3.2 -2.3,4.5 0,3.5 -5.4,20.2 -9.5,29.2 -1.8,4.1 -4.3,10.1 -5.5,13.2 -2.3,6 -4,7.4 -7.1,5.8 -4.6,-2.5 -5.9,-8.2 -2,-9.5 0.9,-0.3 3.1,-2 4.9,-3.8 2.8,-2.8 3.2,-4 3.4,-9.5 0.2,-4.7 -0.2,-6.6 -1.2,-7.2 -2.6,-1.7 -7.1,-1.1 -10,1.2 -1.6,1.3 -4,3.1 -5.4,4 -2.7,2 -8.6,10.2 -8.6,12.2 0,0.6 0.5,1.7 1.1,2.3 0.6,0.6 0.9,2.1 0.7,3.4 -0.3,2.3 -0.8,2.4 -8,2.7 l -7.7,0.3 -1.6,-3.8 c -1.3,-3.1 -1.5,-4.8 -0.7,-8.8 0.6,-2.8 1,-6.1 1,-7.5 -0.1,-1.4 0.7,-6.1 1.6,-10.5 1.9,-9.4 2.1,-21.6 0.4,-23.3 -0.7,-0.7 -3.1,-1.2 -5.5,-1.2 -4,0 -4.3,0.2 -5.3,3.7 -0.5,2.1 -1.2,9.6 -1.5,16.8 -0.3,7.1 -0.8,19.3 -1.1,27 l -0.5,14.1 2.7,2.7 c 2,2 3.7,2.7 6.6,2.7 2.2,0 4.8,0.5 5.8,1 1.4,0.7 2.8,0.6 5.4,-0.6 4.8,-2.3 6.6,-1.4 6.6,3.6 0,3 0.5,4.3 2.1,5.2 2.1,1.3 6.9,9.7 6.9,12 0,0.7 2,5.3 4.5,10.3 2.6,5.2 4.8,11.3 5.2,14.4 0.7,5.1 1,5.5 4.3,6.6 2.4,0.8 4.4,0.9 6.3,0.2 l 2.9,-1 -0.3,-14.6 c -0.6,-43.6 1.9,-53.9 15.2,-63.3 1.3,-0.9 3.7,-4.2 5.3,-7.5 1.6,-3.2 3.7,-7.4 4.8,-9.4 1.1,-2.2 1.8,-5.8 1.8,-9.1 0,-3.2 0.6,-6.2 1.6,-7.6 2.3,-3.3 1.4,-7.2 -2.1,-9.3 -4.9,-2.8 -7,-2.4 -10.2,2.2 z m -40.8,61.4 c 0,0.5 -1,1.1 -2.2,1.3 -1.6,0.2 -2.3,-0.2 -2.3,-1.3 0,-1.1 0.7,-1.5 2.3,-1.3 1.2,0.2 2.2,0.7 2.2,1.3 z m 13.9,12.1 c 2.1,2.1 2.2,13.6 0.2,15.3 -1.2,1 -1.7,0.8 -2.5,-0.8 -0.6,-1.1 -1.1,-3 -1.1,-4.3 0,-1.3 -0.9,-3.6 -2,-5.3 -1.8,-2.7 -1.8,-3.1 -0.3,-4.7 2,-2.2 3.7,-2.3 5.7,-0.2 z"
+       id="path64"
+       inkscape:connector-curvature="0"
+       style="fill:#ff0000;stroke:none" />
+    <path
+       d="m 1356.7435,546.0496 c -1,0.7 -2.5,2.8 -3.4,4.7 -0.8,1.9 -2.8,5.9 -4.4,8.9 -1.6,3 -2.9,6.7 -2.9,8.1 -0.1,1.4 -1.4,3.7 -3.1,5.4 -3.8,3.7 -3.8,6 0.1,8.1 2.9,1.4 3.1,1.9 2.5,5.3 -0.8,5.2 2.9,14.8 7.8,20.2 4.8,5.2 11.2,6.9 14.9,3.8 2.7,-2.2 1.6,-4.6 -3,-6.9 -3.6,-1.7 -8.3,-10.1 -8.3,-14.6 0,-1.7 -0.5,-3.5 -1.1,-4.1 -0.7,-0.7 -0.9,-1.9 -0.5,-2.8 0.5,-1.4 1.9,-1.5 10.3,-0.9 9,0.6 10,0.5 11.6,-1.3 2.4,-2.7 1.5,-4.4 -3.7,-7.2 -3.5,-2 -5.1,-2.3 -8.8,-1.7 -3.5,0.5 -4.9,0.3 -6.2,-0.9 -2.1,-2.2 -2,-7 0.2,-9.3 2.3,-2.4 7.2,-9.9 7.2,-11.2 0,-0.9 -5.8,-5 -7,-5 -0.3,0.1 -1.3,0.7 -2.2,1.4 z"
+       id="path72"
+       inkscape:connector-curvature="0"
+       style="fill:#ff0000;stroke:none" />
+    <path
+       d="m 1233.4435,558.5496 c -1.6,1 -4.3,3.3 -5.9,5 -1.7,1.7 -3.6,3.1 -4.3,3.1 -2.6,0 -4.5,5.9 -4,12.9 0.7,9.4 2.2,16.2 3.8,17.2 0.8,0.5 4.6,0.9 8.5,0.9 l 7.1,0 4.7,-5 c 3.5,-3.8 4.6,-5.7 4.6,-8.2 0,-1.8 0.5,-5.1 1.1,-7.3 0.8,-3 0.8,-5.3 -0.2,-9.5 -1.4,-6.4 -3.3,-9 -6.5,-9 -1.3,0 -2.6,-0.5 -2.9,-1 -0.9,-1.5 -2.6,-1.2 -6,0.9 z m 5.6,11.7 c 1,1.2 1,2.2 0.1,4.8 -0.7,1.8 -1.2,4.5 -1.2,6 0,6.2 -4.4,8.8 -7.4,4.4 -2.2,-3.2 -2,-5.9 1,-11.7 2.8,-5.3 5.1,-6.4 7.5,-3.5 z"
+       id="path82"
+       inkscape:connector-curvature="0"
+       style="fill:#ff0000;stroke:none" />
+  </g>
+  <path
+     style="fill:#000000;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path84"
+     d="m 3279.5435,562.8496 c -1.2,1.6 -1.3,2.6 -0.4,4.2 2.5,4.6 5.9,5.6 10.7,3.1 3,-1.5 5.8,-6.6 4.6,-8.4 -0.3,-0.6 -3.5,-1.1 -7,-1.1 -5.4,0 -6.6,0.3 -7.9,2.2 z" />
+  <path
+     style="fill:#ff0000;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path86"
+     d="m 2441.2435,571.9496 c -4,4 -7.9,8.8 -8.7,10.7 -0.8,1.9 -2.8,4.8 -4.5,6.4 -4.1,4 -4.4,9.7 -0.6,11.4 4.3,2 5.3,1.5 10.6,-5.3 2.8,-3.6 5.6,-6.5 6.3,-6.5 1.7,0 3.6,4.4 3.6,8.1 0,1.7 -0.9,4.3 -2,5.8 -2.4,3.4 -3.9,9.9 -4,16.7 0,3.8 -0.6,5.9 -2.5,8.4 -1.9,2.5 -2.5,4.6 -2.5,8.2 0,6.2 -3.3,18.4 -6.9,25.6 -1.6,3.1 -3.4,8.2 -4.2,11.2 -0.7,3 -2.5,8.1 -4.1,11.2 -1.5,3.2 -2.8,6.7 -2.8,7.8 0,1.1 -0.9,3.8 -2,6 -1.1,2.2 -2,4.9 -2,6 0,2.3 -4.6,11.9 -8.5,17.5 -1.4,2.1 -2.9,5.4 -3.5,7.4 -0.5,2 -2.1,5.2 -3.5,7.1 -1.4,1.9 -2.5,4 -2.5,4.8 0,0.8 -0.9,2.5 -2,3.9 -1.1,1.4 -2,3.3 -2,4.3 0,0.9 -0.9,2.5 -2.1,3.6 -1.2,1 -3,3.6 -4,5.6 -1,2 -3,5.3 -4.4,7.4 -1.4,2 -3,5.5 -3.6,7.8 -0.6,2.2 -2.6,5.7 -4.4,7.6 -3.3,3.4 -10.9,14.6 -17,25 -7.4,12.6 -14.5,22.7 -16.8,23.7 -1.4,0.7 -4.6,4.3 -7.2,8 -2.5,3.7 -6.3,9.3 -8.5,12.3 -2.2,3 -4,6.1 -4,6.9 0,0.8 -0.9,2.4 -1.9,3.5 -2.2,2.3 -5.1,6.3 -10.7,14.6 -2.1,3 -5.4,7.4 -7.3,9.7 -2,2.3 -5.4,6.5 -7.6,9.3 -2.2,2.7 -4.6,5.6 -5.3,6.2 -5.1,4.9 -14.2,15.1 -14.2,16 0,1.3 -14.5,15.9 -17.2,17.2 -1.3,0.6 -2.9,2.3 -3.5,3.6 -0.7,1.4 -10.1,11.3 -20.9,22 -10.8,10.7 -20.2,20.6 -20.9,22 -1.4,2.7 -10.6,11.4 -13,12.4 -0.9,0.3 -2,1.7 -2.7,3.1 -0.6,1.4 -1.5,2.5 -2,2.5 -0.5,0 -2.8,1.8 -5.2,4 -2.4,2.2 -4.8,4 -5.3,4 -0.5,0 -4,3.3 -7.7,7.2 -3.8,4 -7.2,7.7 -7.7,8.3 -0.6,0.5 -1.8,1.8 -2.7,2.9 -8.1,8.8 -17.6,17.7 -21.9,20.5 -2.9,1.9 -5.3,3.8 -5.3,4.2 0,1.5 -16.8,16.3 -20.9,18.4 -1.9,0.9 -5.7,3.3 -8.5,5.3 -2.8,2 -8.8,5.3 -13.3,7.4 -7.7,3.6 -8.3,4.1 -8.3,6.9 0,4.4 2.7,7.9 6.1,7.9 3.2,0 9.6,-3.2 12,-5.9 0.8,-1 2.6,-2.2 4,-2.6 1.3,-0.4 3.1,-1.3 3.9,-2 0.8,-0.7 3.3,-2.2 5.5,-3.3 2.2,-1.1 4.9,-3 6,-4.2 1.1,-1.2 5,-4.2 8.6,-6.5 6.9,-4.6 12.3,-9.9 13.4,-13.5 0.3,-1.1 2.3,-2.9 4.3,-3.9 2.9,-1.5 15.9,-14.1 26.2,-25.4 0.5,-0.5 1.7,-1.8 2.8,-2.9 1.1,-1.1 2.5,-2.5 3,-3 0.6,-0.6 1.9,-1.9 3,-3 1.1,-1.1 2.5,-2.5 3,-3 0.6,-0.6 1.8,-1.8 2.9,-2.8 1,-1 2.3,-2.5 3,-3.2 0.7,-0.7 3.1,-2.7 5.4,-4.3 2.3,-1.7 5.4,-4.4 7,-6 5.4,-5.6 9.2,-9.4 11.5,-11.5 1,-0.8 14.3,-14.1 15.9,-15.8 0.6,-0.6 2.2,-2.3 3.8,-3.9 28.7,-29.6 36.3,-37.6 37.1,-39.2 0.4,-1 1.9,-2.4 3.2,-3 1.3,-0.6 2.4,-1.5 2.4,-2 0,-0.6 0.8,-1.8 1.8,-2.8 5.3,-5.3 25.4,-28 26.6,-30.2 0.5,-0.9 2.5,-3.5 4.5,-5.8 5.9,-6.9 8.7,-10.7 10.1,-13.3 3.3,-6.5 19,-28.8 24.2,-34.4 6.2,-6.7 8.4,-9.6 14.7,-19.1 7.1,-10.8 9.1,-14.2 9.1,-15.8 0,-0.8 0.7,-2.1 1.6,-2.8 0.9,-0.7 3.6,-4.3 6,-7.9 2.5,-3.6 6.2,-9 8.4,-12 2.2,-3 4,-6.2 4,-7.1 0,-0.9 1.1,-3.3 2.5,-5.3 1.4,-2.1 3.7,-6 5.1,-8.7 1.4,-2.8 4.3,-7.6 6.4,-10.7 2.2,-3.1 4,-6.7 4,-7.9 0,-1.2 2,-5.1 4.4,-8.7 2.4,-3.6 4.7,-7.8 5.1,-9.3 0.3,-1.5 1.3,-3.5 2,-4.3 0.7,-0.8 2.5,-4.9 4,-9 6.8,-19.1 8.5,-24.4 8.5,-26 0,-1 0.6,-2.3 1.4,-2.9 0.8,-0.6 2.6,-5.1 4.1,-9.9 1.5,-4.7 3.6,-9.7 4.6,-11.1 1,-1.3 1.9,-3.3 1.9,-4.5 0,-1.1 0.9,-5.3 2,-9.1 1.1,-3.9 2,-8.1 2,-9.5 0,-1.4 0.9,-4.3 1.9,-6.5 1.1,-2.2 2.5,-6.7 3.1,-10 0.6,-3.3 1.6,-7.8 2.2,-9.9 0.5,-2.1 0.7,-6.5 0.3,-9.7 l -0.7,-5.9 3,0 c 1.8,0 3.6,0.7 4.4,1.8 2,2.9 3.3,3.3 6.7,2.1 2.9,-1 3.1,-1.4 3.1,-5.9 0,-4.1 -0.4,-5.2 -3,-7.4 -3.3,-2.7 -6.9,-9.7 -7,-13.4 0,-1.4 -0.8,-2.6 -2.3,-3.1 -1.3,-0.5 -2.9,-1.6 -3.6,-2.5 -0.8,-1 -2.9,-1.6 -5.5,-1.6 -3.8,0 -4.7,0.6 -11.3,7.3 z" />
+  <g
+     id="g3227"
+     style="fill:#ff0000"
+     transform="translate(-3.2000002,16.000001)">
+    <path
+       d="m 2566.7435,548.3496 c -3.9,4.1 -4.4,6.7 -5.1,24.3 -0.1,3.6 -0.6,7.2 -1.1,8 -0.6,0.8 -1.3,4.8 -1.8,9 -0.4,4.1 -1,9.6 -1.4,12.3 -0.4,3.1 -0.2,5.3 0.6,6.2 1.8,2.1 9.6,2 10.8,-0.1 0.5,-0.9 0.7,-5.7 0.4,-10.5 -0.4,-7.4 -0.2,-8.9 1,-8.9 3.2,0 7.3,7.3 9.2,16.1 0.3,1.5 1.9,4.1 3.5,5.8 2.8,3 3,3 6.7,1.7 3,-1 4,-1.9 4.2,-3.9 0.4,-3.2 -4.2,-12.5 -7.5,-15.2 -1.4,-1.2 -3.1,-3.7 -3.8,-5.8 -1.1,-3.2 -1,-3.8 0.5,-5.2 0.9,-0.8 2.7,-1.5 3.9,-1.5 2.9,0 9.1,-6.1 9.1,-8.8 0,-1.2 0.5,-2.4 1,-2.7 0.6,-0.3 1,-1.7 1,-3 0,-1.3 -0.4,-2.7 -1,-3 -0.5,-0.3 -1,-1.6 -1,-2.7 0,-2.2 -1.6,-8 -3,-10.8 -1.5,-3.2 -6.3,-4.9 -14.5,-4.9 -8.1,-0.1 -8.1,-0.1 -11.7,3.6 z m 16.4,9 c 2.2,2.1 2.8,3.6 2.8,6.9 0,5.8 -2,7.6 -7.9,7.2 l -4.6,-0.3 -0.3,-6.9 c -0.2,-3.8 -0.1,-7.5 0.2,-8.3 0.9,-2.3 6.7,-1.5 9.8,1.4 z"
+       id="path74"
+       inkscape:connector-curvature="0"
+       style="fill:#ff0000;stroke:none" />
+    <path
+       d="m 2618.2435,550.6496 c -1.4,0.6 -2.4,2.1 -2.9,4.5 -0.9,4.8 0.8,6.5 6.2,6.5 3.6,0 4.7,-0.5 6,-2.5 2.1,-3.2 0.7,-7.1 -3.2,-8.5 -3,-1.2 -3.2,-1.2 -6.1,0 z"
+       id="path78"
+       inkscape:connector-curvature="0"
+       style="fill:#ff0000;stroke:none" />
+    <path
+       d="m 2664.6435,552.8496 c -0.8,1.3 -1.8,5.9 -2.1,10.3 -0.4,4.4 -1.1,10.5 -1.7,13.5 -0.6,3 -1.2,8.9 -1.4,13 -0.1,4.1 -0.8,9.4 -1.6,11.7 -2,6.5 -0.5,9.7 4.7,10.1 3.7,0.3 4.4,-0.1 6.8,-3.3 3.2,-4.2 5.4,-4.5 6.7,-0.8 1,3.1 5.8,6.3 9.4,6.3 3.4,0 11.5,-4.5 14.7,-8.2 3.6,-4.2 5.4,-3.2 6.3,3.4 0.8,5.9 2.2,8 6.6,9.8 2.3,1 3.5,1 5.9,0 3.7,-1.5 4,-5.3 0.8,-8.7 -1.8,-1.9 -2.3,-3.7 -2.4,-8.6 0,-3.4 -0.7,-7.4 -1.4,-8.9 -1,-2.2 -1,-3.3 0,-5.7 1.9,-4.8 3.1,-5.3 8.7,-4.1 2.6,0.6 5.6,1.6 6.5,2.1 2.4,1.3 6.2,1.1 7.6,-0.3 0.7,-0.7 1.2,-3.1 1.2,-5.4 0,-3.8 -0.3,-4.3 -3.2,-5.3 -2.1,-0.7 -5.8,-0.9 -9.9,-0.5 -3.7,0.3 -6.9,0.2 -7.2,-0.2 -0.3,-0.5 1,-4.1 2.8,-7.9 1.9,-3.9 3.4,-7.7 3.4,-8.6 0.1,-2.6 -2.1,-3.9 -6.6,-3.9 -4.4,0 -6.3,1.7 -6.3,5.7 0,1 -0.9,2.4 -2.1,3.1 -1.7,1.1 -2,2 -1.4,4.8 0.8,4.7 -0.7,6.4 -6,6.4 -4.8,0 -6.8,1.7 -6.3,5.2 0.2,1.8 1.1,2.4 4.1,2.9 4.6,0.7 5.5,1.5 3.9,3.7 -0.7,0.9 -2,3 -3,4.6 -4.3,7.2 -6,9.2 -9.7,11.8 -2.2,1.5 -4.6,2.7 -5.2,2.8 -1.9,0 -4.3,-5.4 -4.3,-9.5 0,-6 -1.5,-7.8 -5.8,-7 -2.1,0.3 -4.4,0.8 -5.3,1.1 -2.5,0.7 -3.1,-3.3 -1.3,-9.1 3.2,-10 3.4,-11.3 3.4,-18.8 0,-8.2 0.5,-7.5 -6.2,-9.3 -1,-0.3 -2.3,0.4 -3.1,1.8 z"
+       id="path80"
+       inkscape:connector-curvature="0"
+       style="fill:#ff0000;stroke:none" />
+    <path
+       d="m 2523.7435,567.3496 c -3.7,4.2 -6,9.7 -5.2,13 1,4 3.9,9.5 6.9,13.1 1.6,1.9 2.5,4.1 2.3,5.4 -0.3,2.2 -0.8,2.3 -7.7,2.3 -6.3,0 -7.5,0.3 -8.7,2 -2,3 0.3,5.8 5.8,7.4 2.4,0.7 5.1,1.7 6,2.2 2.6,1.3 6.1,1.1 9.5,-0.6 5.1,-2.5 5.8,-4.1 5.5,-11.7 -0.2,-5.7 -0.9,-8.1 -3.9,-13.8 -2.1,-3.9 -3.3,-7.5 -3,-8.4 0.8,-2 4.5,-2 7.1,-0.1 2.6,1.9 7,1.9 8.6,0 2.1,-2.5 -1,-10.9 -4.1,-11.3 -1.3,-0.2 -2.8,-0.8 -3.3,-1.3 -0.6,-0.5 -3.8,-0.9 -7.1,-0.9 -5.4,0 -6.4,0.3 -8.7,2.7 z"
+       id="path88"
+       inkscape:connector-curvature="0"
+       style="fill:#ff0000;stroke:none" />
+    <path
+       d="m 2601.4435,579.2496 c -2.6,2.8 -2.6,4.4 -0.5,14.5 0.4,2 0.5,5.9 0.3,8.6 -0.7,7.2 0.7,9.3 6.3,9.3 3.8,0 4.6,-0.4 5.6,-2.6 0.9,-2 0.9,-3.2 -0.2,-5.7 -0.9,-2.1 -1.5,-6.7 -1.5,-12.8 0,-8.1 -0.3,-10 -1.9,-11.8 -2.6,-2.8 -5.2,-2.6 -8.1,0.5 z"
+       id="path90"
+       inkscape:connector-curvature="0"
+       style="fill:#ff0000;stroke:none" />
+    <path
+       d="m 2629.4435,577.6496 c -0.3,0.5 -1.6,1 -2.9,1 -4.5,0 -6.1,3.3 -6.4,13.9 -0.4,9.3 -0.3,9.9 2.3,12.9 2,2.4 3.5,3.2 6.8,3.4 l 4.2,0.3 0.3,6.9 c 0.4,9.7 0.2,10 -5.4,7.5 -5.6,-2.4 -9.2,-1.9 -12.8,1.8 -3.3,3.3 -3.6,9.6 -0.6,12.8 3.2,3.4 5.1,12.4 4.4,20.7 -0.6,6.5 -0.4,7.6 1.6,10 1.3,1.7 3.1,2.8 4.5,2.8 3.8,0 9.5,-3.2 9.9,-5.5 1.2,-6.2 4.8,-21.8 6.2,-26.5 3.6,-11.9 5.1,-37.3 2.7,-44.4 -1.1,-3.3 -1.1,-4.3 0.3,-7.1 1.3,-2.7 1.3,-3.7 0.3,-5.3 -2.7,-4.3 -13.7,-8 -15.4,-5.2 z m 6.5,11.9 c 0,3.7 -2.4,5.9 -4.5,4.1 -1.5,-1.3 -2,-5.1 -0.8,-6.3 0.3,-0.4 1.7,-0.7 3,-0.7 1.9,0 2.3,0.5 2.3,2.9 z m -3,43 c 0,1.4 -2.3,7.6 -3.3,8.9 -1.7,2.2 -3.7,-0.7 -3.7,-5.4 0,-3 0.5,-4.6 1.7,-5.3 1.8,-1 5.3,0.2 5.3,1.8 z"
+       id="path92"
+       inkscape:connector-curvature="0"
+       style="fill:#ff0000;stroke:none" />
+  </g>
+  <g
+     id="g3242"
+     style="fill:#ff0000"
+     transform="translate(-46.400001,25.600001)">
+    <path
+       d="m 1992.1435,967.9496 c -0.7,0.8 -1.3,10.1 -1.6001,23.7 -0.2999,12.4 -0.7999,25.9 -1.0999,30.1 -0.5,6.3 -0.4001,7.8 1,8.9 2.3,1.9 6.5,0.2 8.5999,-3.5 1.5,-2.6 1.9001,-7.1 2.5,-30.2 0.5,-21.4 0.4001,-27.6 -0.5999,-28.8 -1.5,-1.8 -7.3,-2 -8.8,-0.2 z"
+       id="path110"
+       inkscape:connector-curvature="0"
+       style="fill:#ff0000;stroke:none" />
+    <path
+       d="m 1970.4435,978.6496 c -2.2,1 -4.9001,1.9 -6,1.9 -2.2,0.1 -10.4001,8 -12.4001,11.8 -0.5999,1.2 -1.0999,3.2 -1.0999,4.6 0,3.5 5.8,13.6 10.7,18.6 7.1,7.3 5.1,11.6 -5.3,11.2 -4.6,-0.1 -5.5,0.2 -7.3001,2.5 -1.8999,2.4 -2,3 -0.7999,4.8 1.6,2.3 2.7,3 8.5,4.7 3.4,1 4.7999,1 6.2999,0.1 1,-0.7 2.7001,-1.2 3.7001,-1.2 1,0 2.9,-1.2 4.2999,-2.6 1.3001,-1.4 3.4001,-3 4.7001,-3.5 1.7999,-0.7 2.2,-1.6 2.2,-5.4 0,-6 -3.7,-13.3 -10.6,-20.9 -5.9,-6.5 -5.8001,-6.3 -4.4,-10.1 1.0999,-2.9 8,-6.4 14.5,-7.4 5,-0.8 6.8,-4.4 4.0999,-8.5 -2,-3.1 -5.2999,-3.3 -11.0999,-0.6 z"
+       id="path112"
+       inkscape:connector-curvature="0"
+       style="fill:#ff0000;stroke:none" />
+    <path
+       d="m 2017.9435,988.9496 c -2,1 -2.6,2.1 -2.8,5.5 -0.4,5.3 1,7.2 5.3,7.2 4,0 5.0999,-1.3 5.8,-6.8 0.7999,-6.5 -2.5,-8.8 -8.3,-5.9 z"
+       id="path114"
+       inkscape:connector-curvature="0"
+       style="fill:#ff0000;stroke:none" />
+    <path
+       d="m 1918.6435,1006.4496 c -3.1001,3.1 -3.7,4.5 -3.7,8 0,3.7 0.4,4.5 4.4,7.4 5.9,4.5 7,6.3 4.9,8.3 -1.2001,1.3 -2.6,1.5 -5.9,1 -3.8001,-0.5 -4.5,-0.3 -6,2 -1.4,2.1 -1.5,3 -0.4,5.6 l 1.3,3 7.6,-0.4 c 8.8,-0.5 15,-2 16.1999,-3.9 0.5,-0.7 0.9001,-3.6 0.9001,-6.5 0,-4.9 -0.2,-5.3 -4.6,-9.2 -3.4,-2.9 -4.5,-4.6 -4.2,-6.3 0.3,-2.1 0.8,-2.3 6.3,-2.3 l 6,0 0.3,-3.8 c 0.5,-5.9 -0.8,-6.7 -10.7001,-6.7 l -8.6999,0 -3.7,3.8 z"
+       id="path116"
+       inkscape:connector-curvature="0"
+       style="fill:#ff0000;stroke:none" />
+    <path
+       d="m 2029.5434,1007.6496 -4.6999,5.1 0.4,9 c 0.5,8.3 0.7999,9.4 3.4,12.1 4.3,4.5 8.5,6.2 14.2,5.4 3.3,-0.4 5.9,-0.2 8.6,1 3.9,1.6 13.4,1.5 20,-0.1 4,-1.1 12.4,-8.1 13.1,-11.1 1.6,-6.3 -5.1,-6.7 -12.1,-0.7 -5.2,4.4 -8.9,4.3 -9.3,-0.4 -0.2,-1.8 0.4,-4.3 1.2,-5.5 1.3,-2 1.4,-3 0.4,-5.9 -0.6,-1.8 -1.2,-4 -1.4,-4.7 -0.2,-0.8 -2.4,-1.2 -6.3,-1.2 -5.7,0 -6.3,0.2 -9.3,3.6 -4.3,4.7 -5.7001,7.3 -5.8,10.5 0,2.7 -1.9001,4.2 -3.7,3.1 -1.8,-1.2 -3.3,-5 -3.3,-8.6 0,-2.9 0.7,-4.1 4.5,-7.3 3.4,-2.8 4.5,-4.4 4.5,-6.5 0,-2.7 -0.2,-2.8 -4.9001,-2.8 -4.5,0 -5.0999,0.3 -9.5,5 z"
+       id="path118"
+       inkscape:connector-curvature="0"
+       style="fill:#ff0000;stroke:none" />
+    <path
+       d="m 2006.2435,1008.1496 c -2.5,1.7 -3.2001,6.8 -1.2001,8.1 0.8001,0.5 1,3.8 0.6001,10.9 -0.4,7 -0.2,10.6 0.6,11.4 1.5,1.5 9,1.4 10.5,-0.1 1.7,-1.7 1.5,-6.8 -0.4,-11.4 -0.9,-2 -1.4,-5.3 -1.2,-7.2 0.2,-1.9 -0.1001,-5.5 -0.7,-8.1 -1,-3.7 -1.7,-4.7 -3.6,-4.9 -1.3001,-0.1 -3.4,0.4 -4.6,1.3 z"
+       id="path120"
+       inkscape:connector-curvature="0"
+       style="fill:#ff0000;stroke:none" />
+  </g>
+  <path
+     style="fill:#000000;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path128"
+     d="m 793.94345,1039.6496 c -0.8,0.5 -3.4,1 -5.8,1 -8,0 -19.5,7.4 -20.8,13.4 -0.4,1.7 -1.9,4.2 -3.5,5.7 -1.6,1.5 -2.9,3.4 -2.9,4.3 0,0.9 -0.6,2.5 -1.2,3.6 -1,1.5 -1,2.2 0,3.2 0.6,0.6 1.2,1.9 1.2,2.6 0,4.5 15.3,21.6 20.1,22.6 1.3,0.3 3.6,0.7 5.1,1 3.4,0.8 4.2,3.4 2.4,7.2 -1.3,2.5 -2.7,23.4 -2.5,37.1 0,1.8 0.1,7.5 0.2,12.5 0.1,5.1 0.1,12.2 0,15.8 -0.1,3.6 -0.2,16.3 -0.2,28.2 0,12 0,23.3 0,25 0,9.6 2,63.3 2.9,75.8 0.5,8 1.2,19.2 1.5,25 0.3,5.8 0.8,11.6 1.1,13 0.4,1.4 1.1,12.8 1.6,25.5 1.1,30.6 1.1,36.2 0.3,41.3 -0.5,2.8 -0.3,4.8 0.4,5.5 0.6,0.6 1.1,2.8 1.1,4.9 l 0,3.8 4.4,0 c 2.5,0 4.8,-0.6 5.5,-1.4 2.2,-2.6 0.5,-62.8 -2.9,-105.6 -0.6,-7.4 -1.3,-25.2 -1.5,-39.5 -0.2,-15.1 -0.9,-27.5 -1.5,-29.5 -0.7,-2.3 -0.9,-8.4 -0.5,-17.5 0.3,-7.7 0.5,-19 0.5,-25 -0.1,-35 0,-82.3 0.2,-90.5 l 0.3,-9.5 3.8,-0.6 c 6.2,-1 14.2,-10.9 16.1,-20 0.7,-3.1 3,-4.3 5.5,-2.9 3,1.6 12.9,3.2 25.1,4.1 6.3,0.4 14.9,1.3 19,1.9 4.1,0.6 11.8,1.5 17,2 5.2,0.4 12,1.4 15,2 8.3,1.8 28.6,3.1 57.5,3.6 14.7,0.3 26.4,0.9 26.9,1.4 1.4,1.4 149.30005,1.3 150.10005,0 0.4,-0.6 7.2,-1 17,-1 9.8,0 16.6,0.4 17,1 0.4,0.6 5.4,1 11.9,1 6.1,0 11.6,0.4 12.1,0.9 0.6,0.6 8,1.2 16.5,1.5 17.5,0.5 26.1,1.4 27.5,2.7 0.5,0.5 7.3,0.9 15.1,0.9 8.5,0 14.5,0.4 14.9,1 0.3,0.5 3.9,1 8,1 4.1,0 7.7,0.4 8,1 0.3,0.5 3,1 6,1 3,0 5.7,0.4 6,1 0.3,0.5 3.5,1 7,1 3.5,0 6.7,0.4 7,1 0.3,0.6 4.8,1 10,1 5.2,0 9.7,0.4 10,1 0.4,0.6 8.2,1 20,1 11.8,0 19.6,0.4 20,1 0.3,0.5 2.1,1 3.9,1 1.7,0 3.6,0.4 4.1,0.9 0.6,0.5 4.8,1.2 9.5,1.5 4.7,0.2 11.2,0.9 14.5,1.5 3.3,0.5 9.4,1.5 13.5,2.1 4.1,0.6 8.2,1.7 8.9,2.5 0.8,0.8 2.5,4.1 3.6,7.2 2.1,5.5 2.4,5.8 6.3,6.5 2.2,0.4 5.5,1.4 7.2,2.3 2.9,1.5 3.1,1.9 2.8,6.3 -0.3,4.5 -0.5,4.7 -3.5,5 -4.3,0.4 -5.7,2.3 -4.2,5.6 1.1,2.3 0.9,2.9 -0.9,4.9 -1.2,1.3 -2.2,3.2 -2.2,4.4 0,2.3 2.9,5.3 5.2,5.3 3.3,0 3.6,2.2 2.7,21.5 -0.5,10.4 -0.9,20 -0.9,21.2 0.1,3.6 0,7 -1,34.8 -0.8,27.1 -1,37.8 -0.9,60.7 0,13.5 0,16.2 -0.1,25.3 -0.4,18.8 -0.3,61.2 0.2,66.6 0.3,3.6 0.9,7.2 1.4,8 1.1,1.8 2.4,12.5 3,25.5 0.5,9.6 0.7,10.2 3,11.3 3.7,1.7 5.8,1.4 8.3,-1.3 2,-2.2 2.2,-3.1 1.7,-8.8 -1,-11.4 -2.4,-22.2 -3.6,-27.3 -0.6,-2.8 -1.4,-12.7 -1.6,-22 -0.2,-9.4 -0.9,-18.9 -1.6,-21.2 -0.8,-3.3 -0.8,-5 0.2,-7.3 0.8,-2 1,-4.8 0.6,-8.3 -0.4,-2.8 -0.7,-6.1 -0.6,-7.2 0.1,-1.1 0.3,-25.6 0.5,-54.5 0.3,-28.9 0.8,-53.4 1.2,-54.5 0.7,-2 2.1,-28.8 2.7,-52 0.2,-8.6 0.9,-13.8 2.3,-18.2 1.4,-4.2 1.9,-7.7 1.5,-10.8 -0.4,-4 -0.1,-5 2.3,-7.5 1.5,-1.6 4.2,-3.2 5.8,-3.6 1.7,-0.3 5.5,-2.9 8.5,-5.7 4.7,-4.5 5.3,-5.5 4.8,-8.1 -0.3,-1.6 -0.1,-3.5 0.5,-4.2 1.4,-1.7 6.3,-1.8 9.2,-0.2 2.5,1.4 11.8,2.5 32.7,3.8 8,0.5 19.2,1.4 25,2 13.6,1.4 36.8,2.9 54.5,3.6 7.7,0.3 14.4,0.9 14.9,1.5 0.6,0.5 5.2,0.9 10.2,0.9 5.1,0 9.6,0.4 9.9,1 0.4,0.6 5.8,1 13,1 7.2,0 12.6,0.4 13,1 0.4,0.6 6.2,1 14,1 7.8,0 13.6,0.4 14,1 0.4,0.6 5.5,1 12,1 6.5,0 11.6,-0.4 12,-1 0.4,-0.6 12.8,-1 34,-1 21.2,0 33.6,-0.4 34,-1 0.3,-0.6 3.5,-1 7,-1 3.5,0 6.7,-0.5 7,-1 0.4,-0.6 10.2,-1 26,-1 15.9,0 25.5999,-0.4 26,-1 0.8,-1.3 39.3,-1.2 40.0999,0.1 0.3001,0.5 2.9001,0.9 5.9001,0.9 3,0 5.7,0.4 6,1 0.3,0.5 2.5,1 4.9,1 2.3,0 4.6999,0.5 5.4,1.2 0.9,0.9 1.7,0.9 3.4,0 3.7,-1.8 9.3999,-2.4 25.3,-2.8 8.3,-0.2 16,-0.9 17.0999,-1.5 1.3001,-0.7 4.5,-0.9 8,-0.5 3.3001,0.4 8.8001,0.9 12.4001,1.2 3.5999,0.3 6.9,1 7.4,1.5 1.4,1.3 21,1.1 22.3,-0.2 0.7,-0.7 5,-1 11.8999,-0.7 8.8001,0.2 11.8001,0.7 15.5,2.5 2.5,1.3 5.1001,2.3 5.7001,2.3 0.6,0 2.2999,1.7 3.6,3.7 1.3,2.1 4.1999,5.6 6.4,7.7 3.6,3.4 4.8,4 10.4,4.5 l 6.3,0.6 0.3,8.5 c 1.3,32.7 2.3,52.4 3.2,65 0.6,8 1.5,26 2,40 0.5,14 1.4,32.9 2,42 1.5,21.4 1.5,116.2 0.1,135 -0.6,8 -1.6,21.9 -2.1,31 -0.5,9.1 -1.2,20.2 -1.6,24.7 l -0.6,8.3 4.5,0 c 2.5,0 4.9,-0.6 5.5,-1.3 1.5,-1.8 2.7,-11.9 5.2,-42.7 0.8,-9.5 2.9,-78.1 2.9,-91.5 -0.1,-15.4 -2,-55.8 -2.9,-61.5 -0.7,-4.1 -1.6,-19 -2.1,-33 -0.4,-14 -1.3,-32.5 -1.9,-41 -0.6,-8.5 -1.5,-25.9 -2,-38.5 -1.1,-25.3 -1.4,-31.2 -2.5,-39.8 -0.6,-4.8 -0.4,-6.1 1,-7.7 1,-1.1 2.4,-2 3.1,-2 2.6,0 8.6,-6.4 10.9,-11.6 3.4,-7.6 5,-8.3 17,-7.3 5.5,0.4 12.5,1.3 15.5,1.9 3,0.6 9.3,1.5 14,2 4.7,0.5 11.4,1.4 15,2.1 3.6,0.6 10.7,1.1 15.8,1 28.1,-0.2 64.5,0.8 65.6,1.9 0.6,0.6 9.6,1 21.1,1 12.4,0 20.5,0.4 21.1,1 0.7,0.7 13.9,1 37.2,1.1 22.2,0 36.3,0.3 36.7,0.9 0.8,1.3 21.2,1.3 22,0 0.8,-1.3 69.2,-1.3 70,0 0.4,0.6 6.1,1 12.9,1 6.7,0 12.6,0.4 13.1,0.9 0.6,0.6 6.6,1.2 13.5,1.5 15,0.6 23.2,1.5 24.5,2.7 1.2,1.2 4.9,1.1 6.2,-0.2 0.7,-0.7 4.6,-0.9 10.9,-0.6 5.5,0.3 10.5,0.5 11.2,0.5 0.6,0 3.1,0 5.5,0 2.3,0 6.7,0.5 9.7,1.2 3,0.7 11.4,1.6 18.5,2.1 7.2,0.5 19.1,1.3 26.5,1.9 7.4,0.5 15.8,1.2 18.6,1.5 8.8,1.1 16.2,-3.6 12.9,-8.2 -1.4,-1.9 -5.8,-3.5 -9.7,-3.3 -4.5,0.1 -6.8,0 -13.8,-1 -19.7,-2.8 -48.9,-5.1 -62.7,-5 -42,0.3 -47.5,0.1 -49.8,-2.1 -0.5,-0.5 -7.8,-0.9 -16.1,-0.9 -9.1,0 -15.5,-0.4 -15.9,-1 -0.4,-0.6 -5.8,-1 -13,-1 -7.2,0 -12.6,-0.4 -13,-1 -0.3,-0.6 -3,-1 -6,-1 -3,0 -5.7,0.4 -6,1 -0.4,0.6 -5.8,1 -13,1 -7.2,0 -12.6,-0.4 -13,-1 -0.3,-0.6 -3,-1 -6,-1 -3,0 -5.7,0.4 -6,1 -0.4,0.6 -16.5,1 -45,1 -28.5,0 -44.6,-0.4 -45,-1 -0.4,-0.6 -9.5,-1 -24,-1 -14.5,0 -23.6,-0.4 -24,-1 -0.4,-0.6 -8.4,-1 -20.9,-1 -11.5,0 -20.6,-0.4 -21.2,-1 -0.5,-0.5 -9.7,-1.1 -20.4,-1.3 -11.8,-0.2 -21.3,-0.9 -24,-1.7 -2.5,-0.7 -10.1,-1.6 -17,-2 -6.9,-0.5 -15,-1.3 -18,-2 -7.1,-1.6 -18.6,-1.9 -22.8,-0.7 -3.9,1.1 -6.2,-0.4 -6.2,-3.9 0,-1.7 -0.8,-2.7 -2.5,-3.4 -1.4,-0.5 -2.7,-2 -3.1,-3.5 -0.4,-1.6 -2,-3.3 -4.4,-4.5 -2,-1 -5.1,-3 -6.7,-4.4 -1.6,-1.4 -4.7,-3.1 -6.9,-3.8 -4.3,-1.5 -8.2,-0.6 -16.9,3.9 -7.2,3.8 -14.4001,13.7 -14.5,19.9 0,3.4 -2.4001,4.8 -6.1,3.5 -1.8001,-0.6 -4.7,-1.1 -6.5,-1.1 -1.8001,0 -3.6,-0.5 -3.9,-1 -0.8,-1.3 -11.2,-1.3 -12,0 -0.4001,0.7 -4.6,1 -10.8,0.9 -6.8,-0.2 -11,0.2 -12.6001,1 -1.6999,1 -2.8999,1 -4.5,0.2 -3.7999,-1.9 -46.7999,-3.8 -50.0999,-2.2 -1.1,0.6 -5.4001,1.2 -9.5,1.5 -4.1,0.3 -9.7,0.8 -12.3,1.2 -3.1001,0.4 -5.3,0.2 -6,-0.5 -0.6001,-0.6 -3.9,-1.1 -7.3,-1.1 -3.5,0 -6.6,-0.5 -6.9,-1 -0.8,-1.3 -44.7,-1.4 -46.1,-0.1 -1.8001,1.8 -27.7,2.8 -42.8,1.6 -5.1,-0.4 -8.2,-0.3 -8.9,0.4 -0.6,0.6 -4.7,1.1 -9.2,1.1 -4.5,0 -8.5,0.4 -9.1,1 -0.5,0.5 -14.7,1.1 -34.4,1.4 -18.4,0.3 -35.3,0.5 -37.5,0.5 -8.3,0.2 -23,-1.1 -23.9,-2 -0.6,-0.5 -6.1,-0.9 -12.2,-0.9 -6.5,0 -11.5,-0.4 -11.9,-1 -0.4,-0.6 -6.2,-1 -14,-1 -7.8,0 -13.6,-0.4 -14,-1 -0.4,-0.6 -5.4,-1 -11.9,-1 -6.1,0 -11.6,-0.4 -12.2,-0.9 -0.5,-0.6 -6.1,-1.2 -12.4,-1.6 -6.3,-0.3 -16.2,-1 -22,-1.5 -5.8,-0.6 -16.6,-1.4 -24,-1.8 -7.4,-0.4 -14,-1 -14.6,-1.4 -0.6,-0.4 -5.1,-1 -10,-1.3 -4.9,-0.3 -11.8,-1 -15.4,-1.6 -3.6,-0.6 -10.2,-1.2 -14.7,-1.3 -9.7,-0.1 -9.2,0.2 -15.1,-10.5 -1.3,-2.3 -3.6,-5.6 -5.3,-7.3 -1.6,-1.7 -2.9,-3.4 -2.9,-3.8 0,-1 -12.4,-5 -15.6,-5 -1.5,0 -4.1,0.4 -5.8,1 -1.7,0.5 -4.3,1.2 -5.8,1.5 -1.5,0.3 -5.2,3 -8.2,6.1 -4.2,4.3 -5.7,6.7 -6.6,10.4 -2,8.2 -1.5,8.2 -21.6,2 -1.7,-0.6 -9.4,-1 -17.2,-1 -8.3,0 -14.3,-0.4 -14.7,-1 -0.3,-0.6 -2.6,-1 -5,-1 -2.4,0 -4.7,-0.5 -5,-1 -0.4,-0.6 -7.8,-1 -19,-1 -11.2,0 -18.6,-0.4 -19,-1 -0.3,-0.6 -5.2,-1 -11,-1 -5.8,0 -10.7,-0.4 -11,-1 -0.3,-0.6 -3.5,-1 -7,-1 -3.5,0 -6.7,-0.5 -7,-1 -0.3,-0.6 -2.1,-1 -4,-1 -1.9,0 -3.7,-0.5 -4,-1 -0.3,-0.6 -3.9,-1 -8,-1 -4.1,0 -7.7,-0.5 -8,-1 -0.8,-1.4 -8.8,-1.3 -10.2,0.1 -0.7,0.7 -2.8,0.9 -5.5,0.5 -11.2,-1.5 -13.4,-1.9 -14.3,-2.7 -0.5,-0.5 -3.7,-0.9 -7.1,-0.9 -3.5,0 -6.6,-0.5 -6.9,-1 -0.9,-1.4 -6.1,-1.3 -8.5,0.2 -1.5,1 -2.6,1 -5.3,0 -1.8,-0.7 -7.4,-1.2 -12.5,-1.2 -5,0 -9.4,-0.5 -9.7,-1 -0.4,-0.6 -11.2,-1 -29,-1 -17.8,0 -28.6,0.4 -29,1 -0.4,0.6 -10.8,1 -28,1 -17.2,0 -27.6,-0.4 -28,-1 -0.3,-0.6 -2.1,-1 -4,-1 -1.9,0 -3.7,0.4 -4,1 -0.8,1.3 -16.8,1.3 -18.1,0 -0.7,-0.7 -6.7,-0.9 -17.5,-0.6 -27.00005,0.9 -46.80005,0.3 -50.40005,-1.4 -1.1,-0.5 -11,-1.2 -22,-1.4 -21.1,-0.5 -37.7,-1.7 -48.5,-3.6 -3.6,-0.6 -10.3,-1.5 -15,-2 -4.7,-0.5 -12.3,-1.4 -17,-2 -4.7,-0.6 -12.3,-1.5 -17,-2 -4.7,-0.5 -11.6,-1.4 -15.5,-2 -3.8,-0.7 -9.1,-1.1 -11.7,-1.1 -5,0.2 -4.9,0.2 -9.1,-8.4 -2,-4.1 -11.2,-12.7 -17.1,-15.9 -2.7,-1.4 -4.9,-2.6 -5,-2.6 0,0 -0.8,0.5 -1.6,1 z" />
+  <g
+     id="g3250"
+     style="fill:#ff0000"
+     transform="translate(-33.600001,3.2000002)">
+    <path
+       d="m 2434.1435,1019.8496 c -0.8,0.8 -1.2,4.3 -1.2,10 0,8.6 -0.3,10.7 -3.6,23.8 -2.2,8.6 -2.7,14.2 -1.5,16 0.7,1 3.7,1.7 9.3,2.2 18.7,1.7 19.6,1.9 20.1,3.9 0.4,1.5 1.4,1.9 4.6,1.9 5.4,0 6.1,-1.6 6.1,-13.9 0,-5.6 0.4,-10.3 1,-10.6 0.6,-0.3 1,-2.3 1,-4.4 0,-3.1 -0.5,-4 -2.5,-4.9 -3.5,-1.6 -5.6,-1.5 -8.4,0.4 -2.1,1.5 -2.3,2.2 -1.9,10.3 l 0.3,8.6 -6.9,0.3 c -8.5,0.4 -11.6,-1.3 -11.6,-6.1 0.1,-1.7 0.7,-4.3 1.5,-5.7 0.8,-1.4 1.4,-5.2 1.5,-8.7 0,-5.7 0.6,-8.1 3.2,-13.9 0.7,-1.5 0.5,-3.1 -0.9,-6 -1.5,-3.3 -2.3,-3.9 -5.3,-4.2 -1.9,-0.2 -4.1,0.3 -4.8,1 z"
+       id="path122"
+       inkscape:connector-curvature="0"
+       style="fill:#ff0000;stroke:none" />
+    <path
+       d="m 2473.6435,1021.1496 c -2.2,2.1 -2.2,7.9 0,10 2.3,2.4 7.2,1.2 10.6,-2.5 1.5,-1.7 2.7,-3.4 2.7,-3.9 0,-3.6 -10.5,-6.5 -13.3,-3.6 z"
+       id="path124"
+       inkscape:connector-curvature="0"
+       style="fill:#ff0000;stroke:none" />
+    <path
+       d="m 2415.5435,1033.5496 c -0.3,0.5 -2,1.1 -3.8,1.4 -8.1,1.4 -9.9,2.1 -12.3,4.4 -3.4,3.5 -3.4,9.6 0.1,16.9 1.4,2.9 2.4,6.6 2.2,8.1 -0.3,2.6 -0.7,2.8 -4.6,2.8 -2.7,0.1 -4.7,0.6 -5.2,1.5 -1.1,1.8 -1.3,7 -0.2,8.6 2.1,3.3 12.2,5.8 13.7,3.4 0.3,-0.6 1.6,-1 2.9,-1 3,0 9.6,-6.9 9.6,-10 0,-1.4 -0.9,-4 -2,-5.8 -1.1,-1.8 -2,-3.9 -2,-4.6 0,-0.8 -1.1,-2.8 -2.5,-4.4 -4.4,-5.3 -2.3,-9.2 4.9,-9.2 3,0 7.6,-4.6 7.6,-7.6 0,-3.6 -6.7,-7.2 -8.4,-4.5 z"
+       id="path126"
+       inkscape:connector-curvature="0"
+       style="fill:#ff0000;stroke:none" />
+    <path
+       d="m 2487.0435,1047.8496 c -4.4,4.7 -8.4,15.8 -8.5,23.4 -0.1,7 1,8.9 6.5,11.1 2.1,0.8 3.9,2.3 4.2,3.5 0.5,1.9 1.1,2 6.7,1.5 4.2,-0.3 7.3,-0.1 9.6,0.9 5.4,2.3 21,1.9 27.2,-0.7 2.8,-1.2 5.4,-3 5.7,-4 1.6,-5 -5.5,-8.5 -11.3,-5.5 -3.5,1.8 -8.8,2.1 -9.7,0.6 -0.3,-0.5 0.2,-3.1 1.1,-5.7 2.6,-7.6 2.3,-11.7 -1,-15.2 -1.5,-1.6 -4,-3.1 -5.4,-3.4 -1.5,-0.2 -3.4,-0.7 -4.3,-1.1 -1.1,-0.5 -3.4,0.8 -7.2,3.9 -3.1,2.5 -6,4.5 -6.6,4.5 -0.6,0 -1.1,-1.3 -1.1,-3 0,-2.3 0.7,-3.3 2.9,-4.5 6.1,-3.1 4.8,-9.5 -1.9,-9.5 -3.1,0 -4.5,0.7 -6.9,3.2 z m 22.9,17.3 c 1,1.2 1,2.1 0.2,4 -1.3,2.9 -2.8,3.1 -5.4,0.8 -2.2,-2 -2.2,-2.7 -0.2,-4.7 2,-2 3.8,-2 5.4,-0.1 z m -14.6,2.7 c 0.8,1.4 0.6,2.2 -1,3.8 -2.3,2.4 -5,1.8 -5.9,-1.1 -1.4,-4.3 4.5,-6.5 6.9,-2.7 z"
+       id="path130"
+       inkscape:connector-curvature="0"
+       style="fill:#ff0000;stroke:none" />
+    <path
+       d="m 2361.4435,1057.6496 c -1.6,1.6 -4.8,3.7 -7.2,4.6 -4.8,1.9 -6.3,4.7 -4.3,8.4 0.9,1.7 0.9,2.9 0,5 -0.9,2.2 -0.9,3.3 0.1,5.1 1.8,3.4 1.3,24.7 -0.7,27.6 -0.8,1.3 -2.1,2.3 -2.8,2.3 -2.1,0 -2.9,3.2 -1.1,4.9 1,1 3.4,1.6 7.2,1.6 5.6,0 5.8,-0.1 7.5,-3.6 1.9,-4.1 2.4,-11.8 1.3,-20.1 l -0.8,-5.7 3.4,-1.4 c 1.9,-0.8 5,-1.7 7,-2.1 2,-0.3 4.3,-1.4 5.1,-2.4 2.4,-2.8 4.1,-8 3.5,-10.9 -1.3,-6.4 -2,-8.9 -2.9,-10 -0.9,-1.2 -10.6,-6.3 -11.8,-6.3 -0.3,0 -1.9,1.3 -3.5,3 z m 7,14 c 0.8,1.3 -3.9,4.2 -5.8,3.4 -2.5,-0.9 -2.8,-3.2 -0.5,-4.8 2.1,-1.5 4.9,-0.9 6.3,1.4 z"
+       id="path132"
+       inkscape:connector-curvature="0"
+       style="fill:#ff0000;stroke:none" />
+  </g>
+  <path
+     style="fill:#000000;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path134"
+     d="m 2911.1435,1068.9496 c -2.2,2.3 -2.2,2.4 -2.2,50.5 l 0,48.2 5.5,0 5.6,0 -0.4,-21.8 c -0.3,-11.9 -0.8,-23.3 -1.2,-25.3 -0.4,-2.1 -0.3,-4.5 0.4,-5.6 0.6,-1.2 1.1,-9.8 1.2,-20.7 0.1,-10.2 0.5,-18.9 1,-19.2 1.3,-0.8 1.1,-5.8 -0.3,-7.2 -2,-2 -7.2,-1.4 -9.6,1.1 z" />
+  <path
+     style="fill:#000000;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path136"
+     d="m 2775.2435,1070.2496 c -1.3,0.9 -2.3,2.2 -2.3,2.8 0,0.7 -1.8,3 -4,5.1 -2.2,2.1 -4,4.4 -4,5 0,0.7 -0.9,2 -2,3 -1.1,1 -2,2.7 -2,3.7 0,1 -0.8,3.3 -1.7,5.1 -0.9,1.8 -2,5 -2.5,7.2 -0.5,2.2 -1.4,6.2 -2,9 -0.7,2.7 -1.2,12.4 -1.2,21.5 l -0.1,16.5 -3.3,0.3 c -1.8,0.2 -4,-0.2 -4.7,-0.8 -2.4,-2 -4.5,-7.1 -4.5,-10.7 0,-1.9 -0.5,-4.3 -1.1,-5.4 -0.8,-1.6 -0.7,-3.1 0.6,-6.2 1.2,-3 1.5,-5.6 1,-10.2 -0.5,-4.5 -0.3,-7.1 0.9,-9.9 0.9,-2.1 1.6,-6 1.6,-8.7 l 0,-4.9 -4.3,0 c -3.2,0 -4.9,0.6 -6.3,2.1 -2.1,2.4 -3.5,10.9 -3.7,23.9 l -0.2,8.5 -4.5,0.1 c -3.3,0 -5.7,0.9 -9,3.1 -8.3,5.7 -9.2,7.2 -9.2,15.5 0,9.2 1.6,12.2 7.8,15.4 6,3 8.7,2.2 13.9,-4.2 4.1,-4.9 8.3,-6 9.2,-2.4 0.8,2.9 5.4,5 9.4,4.4 4.4,-0.7 6.4,1.5 7.2,7.8 0.6,4.2 0.4,4.9 -1.9,6.7 -2.1,1.6 -3.5,1.9 -7.5,1.4 -4.9,-0.6 -9.9,0.4 -16.6,3.3 -2.7,1.1 -3.3,1.9 -3.3,4.5 0,2.6 1.8,4.9 11.6,14.9 6.4,6.5 12.4,13.1 13.4,14.7 0.9,1.5 2.4,3.4 3.3,4.2 1,0.7 2.6,3.3 3.7,5.7 1,2.5 2.6,4.7 3.5,5 0.9,0.4 2.3,2.1 3.1,3.8 5,10.5 5.1,10.6 9.7,10.6 3.7,0 4.6,-0.4 5.5,-2.5 1.5,-3.2 1.5,-7.2 0.2,-8 -0.5,-0.3 -1,-2.3 -1,-4.3 0,-2 -1,-5.3 -2.1,-7.2 -1.2,-1.9 -2.8,-7.1 -3.5,-11.5 -0.7,-4.4 -1.8,-10 -2.4,-12.5 -3.4,-13.8 -3.6,-16.1 -2.5,-21.7 0.6,-2.5 0.2,-3.9 -1.6,-6.5 -2,-2.7 -2.4,-4.6 -2.5,-11.3 -0.1,-4.4 -0.7,-10.7 -1.2,-14 -1.7,-9.2 -0.7,-10.5 8.4,-10.5 3.7,0 4.7,-0.6 9.2,-5.4 2.8,-3 5.4,-6.7 5.7,-8.2 0.3,-1.6 1,-3.7 1.6,-4.6 0.5,-1 0.9,-4.5 0.9,-7.7 0,-3.3 0.5,-6.3 1,-6.6 0.6,-0.3 1,-4.6 1,-9.5 0,-7 -0.4,-9.7 -2.1,-13.2 -1.2,-2.3 -2.5,-5 -2.9,-5.8 -1,-2.1 -7,-2.3 -9.7,-0.4 z m 5.7,12.9 c 1,1.2 1,3.6 0.2,10.8 -1.5,12.6 -3.3,19.5 -6.4,24.4 -2.9,4.4 -5.5,5.8 -8.8,4.8 -3.4,-1.1 -3.4,-4.9 -0.2,-14.8 5.8,-17.4 6.5,-19.2 8.9,-22 1.3,-1.6 2.3,-3.3 2.3,-3.8 0,-1.4 2.6,-1.1 4,0.6 z m -51,55.6 c 0,1.2 -1.2,4.3 -2.7,7 -3,5.2 -6.2,7 -8.8,4.9 -4.4,-3.6 1.7,-14 8.1,-14 2.8,0 3.4,0.4 3.4,2.1 z m 28,49.4 c 0.3,2.7 1.4,6.4 2.3,8.2 0.9,1.8 1.7,4 1.7,4.9 0,1 0.5,3.3 1.2,5.1 1,2.6 0.9,3.6 -0.1,4.5 -1,1.1 -2.2,0.2 -6.2,-4.2 -2.7,-3 -5.8,-7.2 -6.9,-9.3 -1.1,-2 -2.7,-3.7 -3.5,-3.7 -0.8,0 -2.9,-1.3 -4.7,-2.8 -3.5,-3.2 -3.4,-6.2 0.4,-6.2 1.3,0 3,-0.5 3.8,-1 0.8,-0.6 3.8,-0.9 6.5,-0.8 l 5,0.3 0.5,5 z" />
+  <path
+     style="fill:#000000;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path138"
+     d="m 2884.4435,1106.1496 c -1.4,1.3 -2.5,3.3 -2.5,4.4 0,2.5 3.7,6.1 6.2,6.1 2.5,0 6.8,-4.4 6.8,-7 0,-6.2 -5.9,-8.1 -10.5,-3.5 z" />
+  <path
+     style="fill:#000000;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path140"
+     d="m 2694.3435,1116.6496 c -1.1,0.4 -2.8,2 -3.7,3.4 -1.2,1.8 -2.6,2.6 -4.6,2.6 -4.1,0 -9,2.8 -11.2,6.4 -1.7,2.6 -1.9,4.3 -1.4,10.6 0.3,4.1 0.8,11.7 1.1,16.7 l 0.5,9.3 5.3,0 c 4.7,0 5.4,-0.3 6.4,-2.5 1.4,-3.1 1.6,-9.2 0.3,-9.9 -0.5,-0.4 -1.2,-2.5 -1.6,-4.9 -0.3,-2.3 -1.1,-6.1 -1.6,-8.3 -1.6,-6 -0.3,-7.8 6.8,-9.4 9.5,-2.2 15,-11 8.8,-13.8 -1.4,-0.7 -2.7,-1.2 -2.8,-1.1 -0.1,0 -1.1,0.4 -2.3,0.9 z" />
+  <path
+     style="fill:#000000;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path142"
+     d="m 2804.1435,1125.8496 c -1.6,2.1 -2.4,5.7 -1.7,7.8 0.5,1.7 1.5,2 5.9,2 4.7,0 5.4,-0.3 6.4,-2.5 1.5,-3.3 1.5,-5.8 0,-7.3 -1.6,-1.6 -9.3,-1.5 -10.6,0 z" />
+  <path
+     style="fill:#000000;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path144"
+     d="m 2839.9435,1129.9496 c -2.1,1.1 -2.5,1.9 -2.3,5.2 0.5,6.6 0.4,7.8 -0.3,13.7 -0.4,4 -0.3,6.3 0.6,7.3 1.6,1.9 11,2.1 11.1,0.2 0,-0.6 0.1,-3.7 0.2,-6.7 0.2,-4.6 0.5,-5.5 2,-5.5 1.3,0 2.6,2 4.8,7.5 3.8,9.3 4.4,10 8.5,10 4.9,0 6.3,-3.4 4.2,-9.8 -0.9,-2.6 -2.4,-7.7 -3.4,-11.4 -2.2,-8.7 -3.8,-10.1 -11.7,-10.4 -3.4,-0.1 -7.3,-0.5 -8.7,-0.8 -1.4,-0.4 -3.6,-0.1 -5,0.7 z" />
+  <path
+     style="fill:#000000;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path146"
+     d="m 2875.2435,1137.2496 c -1.3,2.1 -1.4,2.9 -0.5,4.3 2.9,3.9 3.3,6.8 2.7,16.2 l -0.7,9.6 2.9,1.2 c 3.1,1.3 7.7,0.1 8.6,-2.3 0.2,-0.6 0.1,-7 -0.2,-14.2 -0.5,-11 -0.9,-13.5 -2.5,-15.3 -2.8,-3.1 -8.1,-2.8 -10.3,0.5 z" />
+  <path
+     style="fill:#000000;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path148"
+     d="m 2800.4435,1148.6496 c -2,6.3 3.9,11.9 9,8.6 2.7,-1.8 4,-5.4 3,-8.5 -0.5,-1.8 -1.5,-2.1 -6,-2.1 -4.5,0 -5.5,0.3 -6,2 z" />
+  <path
+     style="fill:#000000;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path150"
+     d="m 802.04345,1468.2496 c -3.2,2.6 -3.2,2.9 -2.7,8.8 3.4,33.9 3.9,42.7 2.7,43.9 -0.6,0.6 -1.1,2.8 -1.1,4.9 0,3.1 0.4,3.9 2.4,4.4 3.9,0.9 7.9,-1.6 8.9,-5.6 1.7,-6.7 1.9,-11.2 0.7,-13.5 -0.8,-1.4 -1,-4.3 -0.6,-7.6 0.7,-7.1 0.7,-6.5 -0.5,-13.9 -0.6,-3.6 -1.3,-10.3 -1.7,-15 -0.6,-7.6 -0.9,-8.5 -2.8,-8.8 -1.2,-0.2 -3.5,0.9 -5.3,2.4 z" />
+  <path
+     style="fill:#000000;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path152"
+     d="m 1434.9435,1490.4496 c -2.8,1.4 -3.6,2.4 -3.8,5 -0.5,5.1 1.1,6.3 8.2,6 5.7,-0.3 6.1,-0.2 6.4,2 0.2,1.4 -0.5,3.3 -1.6,4.5 -1.1,1.2 -2.3,3.3 -2.7,4.6 -0.4,1.4 -2.2,3.9 -4.1,5.6 -3.9,3.7 -5.3,8 -3.3,10 4.4,4.2 8.9,5.5 19,5.5 5.5,0 10.9,0.5 11.9,1 2.3,1.2 6.8,-0.3 7.7,-2.6 0.4,-1 -0.7,-2.9 -3.1,-5.2 -3.6,-3.7 -3.7,-3.7 -11.9,-3.7 l -8.2,0 -0.3,-2.7 c -0.3,-2.2 0.2,-3 2,-3.7 1.3,-0.5 2.8,-1.5 3.4,-2.2 1.7,-2.3 3.6,-9.4 3.8,-13.7 0.1,-5 -1.9,-7.4 -7.7,-9.2 -2.3,-0.7 -4.6,-1.7 -5.1,-2.2 -1.6,-1.3 -6.8,-0.8 -10.6,1 z" />
+  <path
+     style="fill:#000000;stroke:none"
+     inkscape:connector-curvature="0"
+     id="path154"
+     d="m 2056.1435,1517.8496 c -1.7,1.7 -1.5,9.3 0.2,10.7 0.9,0.8 3.6,1 7.7,0.6 10.8,-1 11.8,1.5 3.2,7.9 -5.3,3.8 -6.3,5.1 -6.3,7.6 0,2.7 0.6,3.3 6.5,6 5.2,2.4 6.5,3.5 6.5,5.3 0,1.3 0.5,2.8 1.2,3.5 1.6,1.6 -0.5,5.5 -3.9,7.3 -2,1.1 -3,1.1 -5.6,0 -4.8,-2 -9.5,-2.5 -11.2,-1.1 -2.2,1.8 -1.9,7.3 0.5,9.5 3.4,3.1 15.6,4.7 22.5,3 4.3,-1.1 8.5,-5.3 8.5,-8.6 0,-1.6 0.5,-3.9 1.1,-5.3 1.6,-3.4 -1.3,-12.6 -5.2,-17.1 -1.6,-1.8 -2.9,-3.7 -2.9,-4.2 0,-0.4 1.3,-2.4 2.9,-4.4 2.5,-3.1 2.8,-4.1 2.4,-8.2 -0.6,-4.9 -4.1,-9.7 -7.2,-9.7 -1.9,0 -8.8,-2.4 -9.7,-3.3 -1.2,-1.2 -9.9,-0.8 -11.2,0.5 z" />
+</svg>